h1 strong {
  position: relative;
  display: inline-block;
  font-weight: inherit;
}

h1 strong:after {
  content: ' ';
  display: block;
  width: 100%;
  height: 50%;
  top: 35%;
  background-color: #faebe8;
  position: absolute;
  left: 0;
  z-index: 1;
}

h1 strong em {
  position: relative;
  z-index: 2;
  font-style: normal;
}

.elementor h1, .elementor h2, .elementor h3, .elementor h4, .elementor h5, .elementor h6 {
  font-family: 'Inria Serif';
  font-weight: normal;
}

.dark-bg h1 strong:after {
  background-color: #243b7a;
}

.elementor p a {
  color: inherit;
  border-bottom: 1px solid rgba(254, 81, 51, 0.2);
}

.elementor p a:hover {
  color: #fe5133;
  border-color: #fe5133;
}

.elementor h2 a, .elementor h1 a, .elementor h3 a {
  border: none;
  display: block;
}

.elementor h2 a:hover, .elementor h1 a:hover, .elementor h3 a:hover {
  color: #fe5133;
}

.elementor-pagination {
  margin-top: 80px;
}

.elementor nav a, .elementor .elementor-image a {
  border: none;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin-bottom: 20px;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#videos-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% + 50px);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 -25px;
}

#videos-wrapper > * {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 30%;
          flex: 1 1 30%;
  padding: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#videos-wrapper h3 {
  font-weight: 600;
  margin-bottom: 0;
  color: #243b7a;
}

#videos-wrapper p {
  color: #243b7a;
  opacity: .5;
  margin-bottom: 0;
}

#videos-wrapper a {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  display: inline-block;
  background-color: #243b7a;
  margin-top: 10px;
  padding: 10px 20px;
}

#videos-wrapper a:hover {
  background-color: #fe5133;
}

@media screen and (max-width: 950px) {
  #videos-wrapper > * {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 40%;
            flex: 1 1 40%;
  }
}

@media screen and (max-width: 550px) {
  #videos-wrapper > * {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 80%;
            flex: 1 1 80%;
    text-align: center;
  }
  #videos-wrapper > * h3, #videos-wrapper > * p, #videos-wrapper > * a {
    text-align: center;
  }
}

.sub-menu {
  left: -17px !important;
}

.elementor-61 .elementor-element.elementor-element-d44bbe3 .elementor-nav-menu--dropdown:not(.sub-menu) {
  position: absolute;
  top: 100%;
  right: 0;
  min-width: 250px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.elementor-61 .elementor-element.elementor-element-d44bbe3 .elementor-nav-menu--dropdown:not(.sub-menu) > ul > li > a {
  font-size: 24px;
  font-weight: 300;
  font: normal 400 24px/1em 'Inria Serif';
  padding: 20px 45px 17px;
}

.elementor-61 .elementor-element.elementor-element-d44bbe3 .elementor-nav-menu--dropdown:not(.sub-menu) > ul > li > a.highlighted {
  background-color: transparent;
}

.elementor-61 .elementor-element.elementor-element-d44bbe3 .elementor-nav-menu--dropdown:not(.sub-menu) > ul > li.menu-item-has-children > a {
  position: relative;
}

.elementor-61 .elementor-element.elementor-element-d44bbe3 .elementor-nav-menu--dropdown:not(.sub-menu) > ul > li.menu-item-has-children > a:after {
  content: '+';
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  color: #243b7a;
  font-family: 'Roboto';
}

.elementor-61 .elementor-element.elementor-element-d44bbe3 .elementor-nav-menu--dropdown:not(.sub-menu) .sub-menu a {
  font: normal 400 16px/1em 'Roboto';
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 15px 65px;
  white-space: nowrap;
}
/*# sourceMappingURL=main.css.map */