@charset "UTF-8";
body {
  overflow-x: hidden;
  font-family: 'Source Sans Pro', sans-serif; }

h1, h2, h3, h4, h5, h6 {
  font-family: interstate-condensed, sans-serif;
  font-weight: 700;
  font-style: normal; }

p {
  font-size: 18px;
  color: #4D4D4D; }

h2 {
  font-size: 45px;
  text-transform: uppercase;
  font-weight: normal; }

h3 {
  font-size: 25px;
  text-transform: uppercase; }

h4 {
  font-size: 18px;
  text-transform: uppercase; }

h5 {
  font-size: 15px;
  text-transform: uppercase; }

*:focus {
  outline: unset !important; }

a {
  text-decoration: none !important;
  color: #12253B; }
  a.underline-link {
    position: relative;
    font-weight: 700;
    font-size: 15px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    a.underline-link:after {
      content: "";
      width: 21px;
      height: 1px;
      background: #00B38B;
      left: 0;
      bottom: -5px;
      position: absolute;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    a.underline-link:hover {
      color: #00B38B; }
      a.underline-link:hover:after {
        width: 100%; }

ul.social-links {
  list-style: none;
  margin: 0;
  padding: 0; }
  ul.social-links li {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  ul.social-links a {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  ul.social-links img {
    width: 17px;
    height: 17px;
    -o-object-fit: contain;
    object-fit: contain;
    vertical-align: unset; }
  ul.social-links.blue-buttons li {
    background: #12253B; }
    ul.social-links.blue-buttons li:hover {
      background: #00B38B; }
  ul.social-links.green-buttons li {
    background: #00B38B; }
    ul.social-links.green-buttons li:hover {
      background: #12253B; }

.clear {
  clear: both; }

.green-outline-button {
  color: #fff;
  border: 1px solid #00B38B;
  padding: 16px 22px;
  font-size: 15px;
  font-weight: 600;
  position: relative; }
  .green-outline-button span {
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .green-outline-button:before {
    content: "";
    background: #00B38B;
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    height: 100%;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .green-outline-button:after {
    content: "";
    background: #00B38B;
    position: absolute;
    right: 0;
    top: 0;
    width: 0%;
    height: 100%;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .green-outline-button:hover {
    color: #fff; }
    .green-outline-button:hover:before, .green-outline-button:hover:after {
      width: 50%; }

.icon-box {
  width: 37px;
  height: 44px;
  background: #12253B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .icon-box img {
    height: 22px;
    width: 22px;
    -o-object-fit: contain;
    object-fit: contain; }

img {
  max-width: 100%; }

header {
  position: absolute;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 85px;
  height: 120px;
  width: 100%; }
  header nav ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    header nav ul li {
      display: inline-block;
      padding: 0 15px; }
      header nav ul li a {
        color: #fff;
        font-weight: 700;
        font-size: 15px;
        padding: 42px 12px 7px;
        background: rgba(0, 179, 139, 0);
        display: block;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        header nav ul li a:hover {
          background: #1B314A;
          color: #fff !important; }
      header nav ul li.current_page_item a {
        background: #00b38b;
        color: #fff !important; }
  header.dark nav ul li a {
    color: #4D4D4D; }
    header.dark nav ul li a:hover {
      color: #00b38b; }
  header.dark .white-logo {
    display: none; }

footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 210px; }
  footer .inputs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 15px; }
    footer .inputs input.email {
      border-radius: 3px;
      height: 40px;
      border: unset;
      padding: 0 15px;
      width: 100%;
      margin-right: 5.5px; }
    footer .inputs input.button {
      font-size: 0;
      border: unset;
      background: #00B38B;
      width: 40px;
      height: 40px;
      border-radius: 3px;
      background: url(../images/arrow.svg) center no-repeat #00B38B;
      background-size: 7px; }
  footer div.left {
    width: 45%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    background: #12253B;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    footer div.left img {
      margin-right: 15px; }
    footer div.left div.text {
      margin-left: 15px; }
    footer div.left p {
      color: #fff;
      margin: 0; }
      footer div.left p a {
        color: #fff;
        font-weight: 700;
        border-bottom: 1px solid #00B38B;
        padding-bottom: 5px;
        display: inline-block;
        margin-top: 5px; }
  footer div.right {
    width: 55%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    background: #1B314A;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 60px 80px 0; }
    footer div.right div.text {
      margin-right: 15px;
      width: 40%; }
    footer div.right div.signup {
      margin-left: 15px; }
      footer div.right div.signup div.placeholder {
        width: 430px;
        height: 40px;
        background: red; }
    footer div.right h4 {
      margin-top: 0;
      color: #fff; }
    footer div.right p {
      color: #fff;
      margin: 0; }
      footer div.right p a {
        color: #fff;
        font-weight: 700;
        border-bottom: 1px solid #00B38B;
        padding-bottom: 5px;
        display: inline-block;
        margin-top: 5px; }
  footer div.social {
    width: 102px;
    border-left: 1px solid rgba(255, 255, 255, 0.16);
    background: #1B314A;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    padding: 20px 0; }
    footer div.social ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      height: 100%; }

section.big-menu-container {
  display: none; }

div.video-popup {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
  -o-transition: opacity 0.5s, visibility 0s 0.5s;
  transition: opacity 0.5s, visibility 0s 0.5s;
  background: rgba(255, 255, 255, 0.8);
  z-index: 999999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  div.video-popup .close-video {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 30px;
    top: 30px;
    cursor: pointer; }
    div.video-popup .close-video:after {
      content: "";
      position: absolute;
      background: #00B38B;
      width: 30px;
      height: 3px;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      left: 0;
      top: 0; }
    div.video-popup .close-video:before {
      content: "";
      position: absolute;
      background: #00B38B;
      width: 30px;
      height: 3px;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      left: 0;
      top: 0; }
  div.video-popup .video-container {
    width: 70%;
    opacity: 0.4;
    -webkit-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    transform: translateY(-25%);
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, -webkit-transform 0.5s;
    -o-transition: transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s; }
    div.video-popup .video-container .video-holder {
      width: 100%;
      padding-bottom: 56.5%;
      position: relative; }
      div.video-popup .video-container .video-holder iframe {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%; }
  div.video-popup.active {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s; }
    div.video-popup.active .video-container {
      opacity: 1;
      -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
      transform: translateY(0%); }

section.s1-home {
  background: unset !important; }
  section.s1-home div.s1-home-image {
    background-size: cover !important;
    width: 100%;
    padding-bottom: 45%;
    position: relative; }
    section.s1-home div.s1-home-image div.text {
      position: absolute;
      left: 50%;
      top: 60%;
      -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%); }
      section.s1-home div.s1-home-image div.text h1 {
        width: 100%;
        text-align: center;
        color: #fff;
        font-size: 200px;
        margin: 0;
        line-height: 0.8;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        section.s1-home div.s1-home-image div.text h1 span {
          display: block;
          margin: 0 25px; }
      section.s1-home div.s1-home-image div.text h2 {
        text-transform: uppercase;
        font-size: 50px;
        color: #fff;
        line-height: 0.8;
        margin: 50px 25px;
        text-align: right; }
  section.s1-home div.s1-home-bottom {
    height: 210px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%; }
    section.s1-home div.s1-home-bottom div.social {
      width: 102px;
      border-right: 1px solid rgba(255, 255, 255, 0.16);
      background: #1B314A;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      padding: 20px 0; }
      section.s1-home div.s1-home-bottom div.social ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 100%; }
    section.s1-home div.s1-home-bottom div.text {
      background: #1B314A;
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 0 120px; }
      section.s1-home div.s1-home-bottom div.text p {
        color: #fff;
        font-size: 24px;
        margin: 0;
        max-width: 550px; }
      section.s1-home div.s1-home-bottom div.text .green-outline-button {
        min-width: 211px;
        text-align: center;
        margin-left: 15px; }
    section.s1-home div.s1-home-bottom div.video {
      width: 796px;
      -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
      order: 3;
      position: relative;
      cursor: pointer;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      section.s1-home div.s1-home-bottom div.video:hover .play path {
        fill: #00B38B; }
      section.s1-home div.s1-home-bottom div.video div.cover {
        background: rgba(0, 57, 123, 0.3);
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%; }
      section.s1-home div.s1-home-bottom div.video img.thumb {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover; }
      section.s1-home div.s1-home-bottom div.video .play {
        width: 46px;
        height: 46px;
        left: 50%;
        top: 50%;
        cursor: pointer; }
        section.s1-home div.s1-home-bottom div.video .play path {
          -webkit-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }

div.scrollmagic-pin-spacer .spacer-helper {
  height: 100vh;
  width: 100%;
  position: absolute;
  left: 0; }
  div.scrollmagic-pin-spacer .spacer-helper.one {
    top: 0; }
  div.scrollmagic-pin-spacer .spacer-helper.two {
    top: 20%; }
  div.scrollmagic-pin-spacer .spacer-helper.three {
    top: 41%; }
  div.scrollmagic-pin-spacer .spacer-helper.four {
    top: 62%; }
  div.scrollmagic-pin-spacer .spacer-helper.five {
    top: 84%; }

section.s2-home {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 5; }
  section.s2-home div.background-text {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%; }
    section.s2-home div.background-text h2 {
      margin: 0;
      color: rgba(27, 49, 74, 0.04);
      text-transform: uppercase;
      font-size: 12vw;
      letter-spacing: 1.5vw;
      white-space: nowrap; }
    section.s2-home div.background-text div.top {
      width: 100%; }
      section.s2-home div.background-text div.top h2 {
        width: 100%;
        text-align: right;
        -webkit-transform: translateX(3vw);
        -ms-transform: translateX(3vw);
        transform: translateX(3vw); }
    section.s2-home div.background-text div.bottom {
      width: 100%;
      text-align: right;
      -webkit-transform: translateX(3vw);
      -ms-transform: translateX(3vw);
      transform: translateX(3vw); }
  section.s2-home div.s2-home-slider {
    width: 850px;
    height: 850px;
    overflow: hidden;
    border-radius: 50%;
    border: 1px solid #C9C9C9;
    margin: 0 auto;
    position: relative; }
    section.s2-home div.s2-home-slider div.image-container {
      width: 850px;
      height: 850px;
      position: relative; }
      section.s2-home div.s2-home-slider div.image-container img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover; }
      section.s2-home div.s2-home-slider div.image-container h3 {
        color: #00B38B;
        font-size: 25px;
        text-transform: uppercase;
        position: absolute;
        left: 60px;
        top: 40%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 240px; }
    section.s2-home div.s2-home-slider .slide1 .image-container h3 {
      left: 30px;
      top: 400px; }
    section.s2-home div.s2-home-slider .slide2 .image-container h3 {
      left: 177px;
      top: 129px; }
    section.s2-home div.s2-home-slider .slide3 .image-container h3 {
      left: 139px;
      top: 222px; }
    section.s2-home div.s2-home-slider .slide4 .image-container h3 {
      left: 570px;
      top: 302px; }
    section.s2-home div.s2-home-slider .slide5 .image-container h3 {
      left: 501px;
      top: 214px; }
    section.s2-home div.s2-home-slider div.slider-container {
      width: 500%;
      height: 100%; }
      section.s2-home div.s2-home-slider div.slider-container .panel {
        height: 100%;
        width: 20%;
        background: transparent;
        float: left; }
  section.s2-home div.slider-navigation {
    width: 850px;
    height: 850px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    overflow: visible !important; }
    section.s2-home div.slider-navigation .slick-list, section.s2-home div.slider-navigation .slick-track {
      position: unset !important;
      overflow: visible !important;
      width: 850px;
      height: 850px;
      position: absolute;
      top: 0;
      left: 0; }
    section.s2-home div.slider-navigation a {
      border: 1px solid #C9C9C9;
      background: #fff;
      width: 18px !important;
      height: 18px !important;
      border-radius: 50%;
      position: absolute; }
      section.s2-home div.slider-navigation a.active {
        background: #00B38B;
        border: 1px solid #00B38B; }
        section.s2-home div.slider-navigation a.active:after {
          content: "";
          background: #00B38B;
          width: 5px;
          height: 5px;
          position: absolute;
          left: 50%;
          top: 50%;
          -webkit-transform: translateX(-50%) translateY(-50%);
          -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
          -webkit-animation: pulse 1s infinite;
          animation: pulse 1s infinite;
          border-radius: 50%; }
      section.s2-home div.slider-navigation a:focus {
        outline: unset !important; }
    section.s2-home div.slider-navigation .slide-1 {
      left: -9px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    section.s2-home div.slider-navigation .slide-2 {
      top: 90px;
      left: 145px; }
    section.s2-home div.slider-navigation .slide-3 {
      top: 90px;
      right: 145px; }
    section.s2-home div.slider-navigation .slide-4 {
      right: -9px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    section.s2-home div.slider-navigation .slide-5 {
      bottom: 90px;
      right: 145px; }
    section.s2-home div.slider-navigation .slide-6 {
      bottom: 90px;
      left: 145px; }
  section.s2-home div.more {
    width: 850px;
    height: 850px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%); }
    section.s2-home div.more a {
      position: absolute;
      right: -160px;
      bottom: 60px; }
    section.s2-home div.more div.scroll {
      position: absolute;
      bottom: -40px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      height: 23px;
      padding-left: 25px;
      background: url(../images/mouse.svg) left no-repeat;
      background-size: contain;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      section.s2-home div.more div.scroll h4 {
        color: #919191;
        margin: 0;
        font-size: 14px;
        text-transform: uppercase; }

section.s3-home {
  padding: 200px 5% 200px; }
  section.s3-home h2 {
    text-transform: uppercase;
    color: #12253B;
    font-size: 45px;
    margin: 0 0 75px; }
  section.s3-home .testimonial-slider {
    margin-bottom: 220px; }
    section.s3-home .testimonial-slider div:focus {
      outline: unset !important; }
    section.s3-home .testimonial-slider div.testimonial {
      padding-left: 75px;
      position: relative; }
      section.s3-home .testimonial-slider div.testimonial div.quote {
        width: 59px;
        height: 68px;
        background: #00397B;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #fff;
        font-size: 85px;
        font-family: interstate-condensed, sans-serif;
        position: absolute;
        left: 30px;
        top: 0;
        padding-top: 35px; }
      section.s3-home .testimonial-slider div.testimonial div.text {
        padding: 15px 35px;
        position: relative; }
      section.s3-home .testimonial-slider div.testimonial p {
        color: #4D4D4D;
        font-size: 18px;
        font-style: italic; }
      section.s3-home .testimonial-slider div.testimonial h5 {
        text-transform: uppercase;
        color: #12253B;
        font-size: 18px;
        font-weight: 700;
        margin-top: 25px; }
        section.s3-home .testimonial-slider div.testimonial h5 span {
          font-weight: 500; }
          section.s3-home .testimonial-slider div.testimonial h5 span:before {
            content: "•";
            display: inline-block;
            margin: 0 10px; }
  section.s3-home .slick-dots {
    list-style: none;
    margin: 30px auto;
    padding: 0;
    text-align: center; }
    section.s3-home .slick-dots li {
      display: inline-block;
      padding: 0; }
      section.s3-home .slick-dots li button {
        padding: 0;
        border: 0;
        -webkit-appearance: none;
        font-size: 0;
        background: #C9C9C9;
        width: 15px;
        height: 15px;
        border-radius: 50%;
        border: 0;
        margin: 0 7px;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      section.s3-home .slick-dots li.slick-active button {
        background: #00B38B;
        width: 18px;
        height: 18px; }
  section.s3-home .featured-appearances h3 {
    font-size: 25px;
    text-transform: uppercase;
    color: #12253B;
    margin: 0 0 15px; }
  section.s3-home .featured-appearances .appearances {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

section.s4-home {
  position: relative;
  color: #fff;
  margin-bottom: 200px; }
  section.s4-home p {
    color: #fff;
    font-weight: 300; }
  section.s4-home div.left {
    width: 50%;
    background: #1B314A;
    position: relative;
    z-index: 1; }
    section.s4-home div.left h2 {
      color: #fff;
      text-transform: uppercase;
      font-size: 45px;
      margin: 0 0 30px; }
    section.s4-home div.left h3 {
      color: #fff;
      font-size: 24px;
      margin: 0 0 5px;
      font-family: 'Source Sans Pro', sans-serif;
      font-weight: 400;
      text-transform: unset; }
      section.s4-home div.left h3.title {
        font-family: interstate-condensed, sans-serif;
        font-weight: 700;
        text-transform: uppercase; }
    section.s4-home div.left div.top {
      padding: 100px 100px 60px; }
      section.s4-home div.left div.top div.appearances {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 30px;
        padding-left: 100px; }
        section.s4-home div.left div.top div.appearances div.appearance {
          width: 50%;
          margin-bottom: 30px;
          padding-right: 30px; }
        section.s4-home div.left div.top div.appearances .green-outline-button {
          margin-top: 30px; }
    section.s4-home div.left div.bottom {
      background: #142A43;
      padding: 60px 100px; }
      section.s4-home div.left div.bottom div.appearances {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-left: 100px;
        margin-top: 30px; }
        section.s4-home div.left div.bottom div.appearances div.appearance {
          width: 33%;
          padding-right: 30px; }
  section.s4-home div.right {
    background-size: cover !important;
    background-position: center !important;
    position: relative;
    padding: 270px 270px 180px;
    width: 60%;
    position: absolute;
    right: 0;
    bottom: -45px; }
    section.s4-home div.right div.cover {
      background: rgba(0, 57, 123, 0.95);
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; }
    section.s4-home div.right div.text {
      position: relative;
      z-index: 1;
      color: #fff; }
      section.s4-home div.right div.text h2 {
        color: #fff;
        text-transform: uppercase;
        font-size: 45px;
        margin: 0 0 30px; }
      section.s4-home div.right div.text p {
        padding-left: 60px; }
      section.s4-home div.right div.text .green-outline-button {
        margin-left: 60px;
        margin-top: 30px;
        display: inline-block; }

section.s5-home {
  background-size: cover !important;
  background-position: center !important;
  width: 100%;
  padding-bottom: 46%; }

section.s6-home {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 340px 0 220px; }
  section.s6-home div.left {
    width: 50%; }
    section.s6-home div.left img {
      width: 100%;
      height: auto; }
  section.s6-home div.right {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    section.s6-home div.right div.text {
      width: 560px;
      position: relative; }
      section.s6-home div.right div.text .icon-box {
        position: absolute;
        right: 0;
        top: -60px; }
    section.s6-home div.right h2 {
      color: #12253B;
      margin-bottom: 30px;
      font-weight: normal;
      margin-top: 0; }
    section.s6-home div.right p {
      padding-left: 60px; }
    section.s6-home div.right .underline-link {
      margin-top: 30px;
      margin-left: 60px;
      display: inline-block; }

section.s7-home {
  padding: 0 0 200px 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  section.s7-home div.top {
    width: 622px; }
    section.s7-home div.top h2 {
      margin-bottom: 30px;
      color: #12253B;
      margin-top: 0; }
    section.s7-home div.top p {
      padding-left: 60px; }
    section.s7-home div.top .underline-link {
      margin-top: 30px;
      margin-left: 60px;
      display: inline-block; }
  section.s7-home div.bottom {
    width: 80%;
    -ms-flex-item-align: end;
    align-self: flex-end; }
    section.s7-home div.bottom div.facetwp-template {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      section.s7-home div.bottom div.facetwp-template div.media {
        width: 31%;
        background: #1B314A;
        padding: 85px 45px;
        height: 375px;
        position: relative;
        margin: 0; }
        section.s7-home div.bottom div.facetwp-template div.media h5, section.s7-home div.bottom div.facetwp-template div.media p, section.s7-home div.bottom div.facetwp-template div.media a {
          color: #fff; }
        section.s7-home div.bottom div.facetwp-template div.media h5 {
          margin-bottom: 15px; }
          section.s7-home div.bottom div.facetwp-template div.media h5 span {
            position: relative;
            display: inline-block; }
            section.s7-home div.bottom div.facetwp-template div.media h5 span:before {
              content: "";
              width: 2px;
              height: 12px;
              background: #fff;
              left: 0;
              top: 0;
              display: inline-block;
              margin: 0 7px; }
        section.s7-home div.bottom div.facetwp-template div.media p {
          font-size: 24px;
          padding-left: 30px; }
        section.s7-home div.bottom div.facetwp-template div.media .underline-link {
          display: inline-block;
          margin-top: 15px;
          margin-left: 30px; }
        section.s7-home div.bottom div.facetwp-template div.media div.icon-box {
          position: absolute;
          top: 0;
          left: 45px; }

@-webkit-keyframes pulse {
  0% {
    opacity: 1;
    width: 5px;
    height: 5px; }
  100% {
    opacity: 0;
    width: 50px;
    height: 50px; } }

@keyframes pulse {
  0% {
    opacity: 1;
    width: 5px;
    height: 5px; }
  100% {
    opacity: 0;
    width: 50px;
    height: 50px; } }

.animated {
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite; }

@-webkit-keyframes bounce {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); } }

@keyframes bounce {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); } }

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce; }

section.s1-book {
  background-size: cover !important;
  background-position: center !important;
  width: 100%;
  padding-bottom: 40%; }

section.s2-book {
  padding: 65px 10%; }
  section.s2-book div.top {
    text-align: center;
    width: 50%;
    margin: 0 auto; }
    section.s2-book div.top h2 {
      color: #12253B;
      margin-top: 0; }
    section.s2-book div.top .green-outline-button {
      display: inline-block;
      margin-top: 30px;
      color: #12253B;
      width: 243px; }
      section.s2-book div.top .green-outline-button:hover {
        color: #fff; }
  section.s2-book div.bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 150px 0; }
    section.s2-book div.bottom h3 {
      color: #12253B; }
    section.s2-book div.bottom p {
      padding-left: 60px;
      font-size: 22px; }
    section.s2-book div.bottom div.text {
      width: 735px;
      margin-right: 60px; }
    section.s2-book div.bottom div.book-image {
      width: 402px;
      margin-left: 60px; }

section.s3-book {
  padding-bottom: 200px; }
  section.s3-book .testimonial-slider {
    margin-bottom: 0; }

section.s4-book {
  position: relative;
  margin-bottom: 250px; }
  section.s4-book h2, section.s4-book p {
    color: #fff;
    margin-top: 0; }
  section.s4-book .green-outline-button {
    margin-top: 30px;
    display: inline-block;
    width: 240px;
    text-align: center; }
  section.s4-book div.left {
    width: 50%;
    background: #142A43;
    z-index: 1;
    position: relative;
    padding: 175px; }
    section.s4-book div.left h2 {
      margin: 0 0 30px; }
    section.s4-book div.left p, section.s4-book div.left .green-outline-button {
      margin-left: 60px; }
  section.s4-book div.right {
    background-size: cover !important;
    background-position: center !important;
    position: relative;
    padding: 160px 270px;
    width: 60%;
    position: absolute;
    right: 0;
    bottom: 45px; }
    section.s4-book div.right div.cover {
      background: rgba(0, 57, 123, 0.95);
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; }
    section.s4-book div.right div.text {
      position: relative;
      z-index: 1;
      color: #fff; }
      section.s4-book div.right div.text h2 {
        color: #fff;
        text-transform: uppercase;
        font-size: 45px;
        margin: 0 0 30px; }
      section.s4-book div.right div.text p {
        padding-left: 60px; }
      section.s4-book div.right div.text .green-outline-button {
        margin-left: 60px;
        margin-top: 30px;
        display: inline-block; }

section.s1-speaking {
  background-size: cover !important;
  background-position: center !important;
  width: 100%;
  padding-bottom: 40%; }

section.s2-speaking {
  padding: 65px 0; }
  section.s2-speaking div.top {
    text-align: center;
    width: 60%;
    margin: 0 auto; }
    section.s2-speaking div.top h2 {
      color: #12253B;
      margin-top: 0; }
    section.s2-speaking div.top .green-outline-button {
      display: inline-block;
      margin-top: 30px;
      color: #12253B;
      width: 243px; }
      section.s2-speaking div.top .green-outline-button:hover {
        color: #fff; }
  section.s2-speaking div.bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 150px 0 60px 10%; }
    section.s2-speaking div.bottom h3 {
      color: #12253B; }
    section.s2-speaking div.bottom p {
      padding-left: 60px;
      font-size: 22px; }
    section.s2-speaking div.bottom div.text {
      width: 45%;
      margin-right: 60px; }
    section.s2-speaking div.bottom div.speaking-image {
      width: 55%;
      margin-left: 60px; }

section.s3-speaking h3 {
  color: #fff;
  font-size: 24px;
  margin: 0 0 5px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  text-transform: unset; }
  section.s3-speaking h3.sub-title {
    color: #00B38B;
    text-transform: uppercase;
    font-weight: 700;
    font-family: interstate-condensed, sans-serif; }

section.s3-speaking p {
  color: #fff;
  font-weight: 300; }

section.s3-speaking div.top {
  background: #1B314A;
  padding: 60px 5%; }
  section.s3-speaking div.top div.appearances {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 60px;
    margin-top: 30px; }
    section.s3-speaking div.top div.appearances div.appearance {
      padding: 0 15px;
      width: 16.66%; }

section.s3-speaking div.bottom {
  background: #142A43;
  padding: 60px 5%; }
  section.s3-speaking div.bottom div.recent-appearances {
    width: 100%; }
  section.s3-speaking div.bottom div.appearances {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 60px;
    margin-top: 30px; }
    section.s3-speaking div.bottom div.appearances div.appearance {
      padding: 0 15px;
      width: 33.33%; }

section.s4-speaking {
  padding: 200px 5%; }
  section.s4-speaking .testimonial-slider {
    margin-bottom: 0 !important; }

section.s5-speaking {
  position: relative;
  margin-bottom: 250px; }
  section.s5-speaking h2, section.s5-speaking p {
    color: #fff;
    margin-top: 0; }
  section.s5-speaking .green-outline-button {
    margin-top: 30px;
    display: inline-block;
    width: 240px;
    text-align: center; }
  section.s5-speaking div.left {
    background-size: cover !important;
    background-position: center !important;
    width: 50%;
    z-index: 1;
    position: relative;
    padding: 175px; }
    section.s5-speaking div.left div.cover {
      background: rgba(0, 57, 123, 0.95);
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; }
    section.s5-speaking div.left h2 {
      margin: 0 0 30px; }
    section.s5-speaking div.left p, section.s5-speaking div.left .green-outline-button {
      margin-left: 60px; }
    section.s5-speaking div.left div.text {
      position: relative;
      z-index: 1;
      color: #fff; }
      section.s5-speaking div.left div.text h2 {
        color: #fff;
        text-transform: uppercase;
        font-size: 45px;
        margin: 0 0 30px; }
      section.s5-speaking div.left div.text .green-outline-button {
        margin-left: 60px;
        margin-top: 30px;
        display: inline-block; }
  section.s5-speaking div.right {
    background-size: cover !important;
    background-position: center !important;
    position: relative;
    padding: 160px 270px;
    width: 60%;
    position: absolute;
    right: 0;
    top: 56px;
    background: #142A43; }
    section.s5-speaking div.right div.text {
      position: relative;
      z-index: 1;
      color: #fff; }
      section.s5-speaking div.right div.text h2 {
        color: #fff;
        text-transform: uppercase;
        font-size: 45px;
        margin: 0 0 30px; }
      section.s5-speaking div.right div.text p {
        padding-left: 60px; }
      section.s5-speaking div.right div.text .green-outline-button {
        margin-left: 60px;
        margin-top: 30px;
        display: inline-block; }

section.s1-about {
  background-size: cover !important;
  background-position: center !important;
  width: 100%;
  padding-bottom: 40%; }

section.s2-about {
  padding: 65px 0; }
  section.s2-about a {
    color: #00B38B; }
  section.s2-about div.top {
    text-align: center;
    width: 745px;
    margin: 0 auto; }
    section.s2-about div.top h2 {
      color: #12253B;
      margin-top: 0; }
    section.s2-about div.top .green-outline-button {
      display: inline-block;
      margin-top: 30px;
      color: #12253B;
      width: 243px; }
      section.s2-about div.top .green-outline-button:hover {
        color: #fff; }
  section.s2-about div.bottom {
    padding: 150px 0; }
    section.s2-about div.bottom h3 {
      color: #12253B; }
    section.s2-about div.bottom p {
      padding-left: 60px;
      font-size: 22px; }
    section.s2-about div.bottom .about-row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 60px 0; }
    section.s2-about div.bottom div.right-text {
      width: 45%;
      margin-left: 60px;
      padding-right: 60px; }
      section.s2-about div.bottom div.right-text a:hover {
        color: #00B38B; }
    section.s2-about div.bottom div.left-about-image {
      width: 55%;
      margin-right: 60px; }
    section.s2-about div.bottom div.left-text {
      width: 45%;
      margin-right: 60px;
      padding-left: 60px; }
      section.s2-about div.bottom div.left-text a:hover {
        color: #00B38B; }
    section.s2-about div.bottom div.right-about-image {
      width: 55%;
      margin-left: 60px; }
    section.s2-about div.bottom .green-outline-button {
      color: #00B38B;
      margin: 30px 0 0 60px;
      display: inline-block;
      width: 200px;
      text-align: center; }
      section.s2-about div.bottom .green-outline-button:hover span {
        color: #fff; }

section.s3-about {
  position: relative;
  padding: 150px 10% 0; }
  section.s3-about div.background-text {
    position: absolute;
    top: 72%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%; }
    section.s3-about div.background-text h2 {
      margin: 0;
      color: rgba(27, 49, 74, 0.04);
      text-transform: uppercase;
      font-size: 12vw;
      letter-spacing: 1.5vw;
      white-space: nowrap; }
    section.s3-about div.background-text div.top {
      width: 100%; }
      section.s3-about div.background-text div.top h2 {
        width: 100%;
        -webkit-transform: translateX(3vw);
        -ms-transform: translateX(3vw);
        transform: translateX(3vw); }
    section.s3-about div.background-text div.bottom {
      width: 100%;
      -webkit-transform: translateX(-1vw);
      -ms-transform: translateX(-1vw);
      transform: translateX(-1vw); }
  section.s3-about div.text {
    position: relative;
    z-index: 1; }
    section.s3-about div.text ul {
      list-style: none;
      margin: 0;
      padding: 0;
      -webkit-columns: 2;
      columns: 2;
      height: 380px;
      -webkit-column-gap: 30px;
      column-gap: 30px; }
      section.s3-about div.text ul li {
        position: relative;
        padding-left: 20px;
        font-size: 22px;
        color: #4D4D4D;
        margin-bottom: 45px;
        border-bottom: 1px solid rgba(201, 201, 201, 0.5); }
        section.s3-about div.text ul li strong, section.s3-about div.text ul li b {
          font-weight: 700;
          color: #00B38B; }
        section.s3-about div.text ul li:before {
          content: "";
          position: absolute;
          display: block;
          width: 12px;
          height: 12px;
          border-radius: 3px;
          background: #00397B;
          left: 0;
          top: 11px; }

section.s4-about {
  position: relative;
  margin-bottom: 250px; }
  section.s4-about h2, section.s4-about p {
    color: #fff;
    margin-top: 0; }
  section.s4-about .green-outline-button {
    margin-top: 30px;
    display: inline-block;
    width: 240px;
    text-align: center; }
  section.s4-about div.left {
    background-size: cover !important;
    background-position: center !important;
    width: 50%;
    z-index: 1;
    position: relative;
    padding: 175px; }
    section.s4-about div.left div.cover {
      background: rgba(0, 57, 123, 0.95);
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; }
    section.s4-about div.left h2 {
      margin: 0 0 30px; }
    section.s4-about div.left p, section.s4-about div.left .green-outline-button {
      margin-left: 60px; }
    section.s4-about div.left div.text {
      position: relative;
      z-index: 1;
      color: #fff; }
      section.s4-about div.left div.text h2 {
        color: #fff;
        text-transform: uppercase;
        font-size: 45px;
        margin: 0 0 30px; }
      section.s4-about div.left div.text .green-outline-button {
        margin-left: 60px;
        margin-top: 30px;
        display: inline-block; }
  section.s4-about div.right {
    background-size: cover !important;
    background-position: center !important;
    position: relative;
    padding: 160px 270px;
    width: 60%;
    position: absolute;
    right: 0;
    top: 56px;
    background: #142A43; }
    section.s4-about div.right div.text {
      position: relative;
      z-index: 1;
      color: #fff; }
      section.s4-about div.right div.text h2 {
        color: #fff;
        text-transform: uppercase;
        font-size: 45px;
        margin: 0 0 30px; }
      section.s4-about div.right div.text p {
        padding-left: 60px; }
      section.s4-about div.right div.text .green-outline-button {
        margin-left: 60px;
        margin-top: 30px;
        display: inline-block; }

section.s1-contact {
  position: relative;
  padding: 250px 15% 80px;
  background-size: cover !important; }
  section.s1-contact div.cover {
    background: rgba(0, 57, 123, 0.95);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
  section.s1-contact div.inside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    section.s1-contact div.inside div.social {
      margin-top: 130px;
      width: 100%;
      border-top: 1px solid rgba(255, 255, 255, 0.35);
      padding-top: 40px; }
      section.s1-contact div.inside div.social ul li {
        display: inline-block;
        margin-right: 11px; }
    section.s1-contact div.inside div.text {
      width: 40%; }
      section.s1-contact div.inside div.text h1 {
        font-size: 85px;
        color: #fff;
        margin-top: 0; }
      section.s1-contact div.inside div.text p {
        color: #fff;
        font-size: 22px; }
    section.s1-contact div.inside div.form {
      width: 45%; }
      section.s1-contact div.inside div.form label, section.s1-contact div.inside div.form span, section.s1-contact div.inside div.form input, section.s1-contact div.inside div.form textarea {
        width: 100%; }
      section.s1-contact div.inside div.form label {
        color: #fff;
        font-size: 18px;
        text-transform: uppercase;
        font-family: interstate-condensed, sans-serif;
        margin-bottom: 20px; }
        section.s1-contact div.inside div.form label .wpcf7-not-valid-tip {
          font-size: 15px; }
      section.s1-contact div.inside div.form input, section.s1-contact div.inside div.form textarea {
        margin-top: 15px;
        font-family: 'Source Sans Pro', sans-serif;
        padding: 13px 20px;
        border: 1px solid #B2B2B2;
        border-radius: 2px;
        font-weight: normal;
        font-size: 15px;
        color: #4D4D4D; }
        section.s1-contact div.inside div.form input:focus, section.s1-contact div.inside div.form textarea:focus {
          border: 2px solid #00b38b; }
        section.s1-contact div.inside div.form input.wpcf7-not-valid, section.s1-contact div.inside div.form textarea.wpcf7-not-valid {
          border: 1px solid #f00; }
        section.s1-contact div.inside div.form input.wpcf7-submit, section.s1-contact div.inside div.form textarea.wpcf7-submit {
          width: 240px;
          border-radius: 0;
          border: 1px solid #00B38B;
          background: rgba(0, 179, 139, 0);
          -webkit-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease;
          color: #fff;
          font-weight: 700;
          font-size: 15px;
          padding: 17px; }
          section.s1-contact div.inside div.form input.wpcf7-submit:hover, section.s1-contact div.inside div.form textarea.wpcf7-submit:hover {
            background: #00b38b; }
      section.s1-contact div.inside div.form .green-outline-button {
        background: transparent; }
        section.s1-contact div.inside div.form .green-outline-button:hover span {
          color: #fff; }
      section.s1-contact div.inside div.form div.wpcf7-validation-errors, section.s1-contact div.inside div.form div.wpcf7-acceptance-missing {
        margin: 0;
        padding: 20px;
        background: #f00;
        color: #fff;
        font-size: 15px;
        border: none !important; }
      section.s1-contact div.inside div.form div.wpcf7-mail-sent-ok {
        margin: 0;
        padding: 20px;
        background: #398f14;
        color: #fff;
        font-size: 15px;
        border: none !important; }
      section.s1-contact div.inside div.form .ajax-loader.is-active {
        display: none !important; }

section.s1-media {
  padding: 255px 0 130px; }
  section.s1-media h2 {
    width: 70%;
    text-align: center;
    margin: 0 auto;
    color: #12253B; }

section.s2-media {
  padding: 0 calc(10% - 15px); }
  section.s2-media div.media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 120px; }
    section.s2-media div.media div.media-container {
      width: 33.33%;
      padding: 15px; }
    section.s2-media div.media div.media-box {
      background: #1B314A;
      padding: 85px 45px;
      height: 375px;
      position: relative;
      margin: 0; }
      section.s2-media div.media div.media-box h5, section.s2-media div.media div.media-box p, section.s2-media div.media div.media-box a {
        color: #fff; }
      section.s2-media div.media div.media-box h5 {
        margin-bottom: 15px; }
        section.s2-media div.media div.media-box h5 span {
          position: relative;
          display: inline-block; }
          section.s2-media div.media div.media-box h5 span:before {
            content: "";
            width: 2px;
            height: 12px;
            background: #fff;
            left: 0;
            top: 0;
            display: inline-block;
            margin: 0 7px; }
      section.s2-media div.media div.media-box p {
        font-size: 24px;
        padding-left: 30px; }
      section.s2-media div.media div.media-box .underline-link {
        display: inline-block;
        margin-top: 15px;
        margin-left: 30px; }
      section.s2-media div.media div.media-box div.icon-box {
        position: absolute;
        top: 0;
        left: 45px; }

section.s3-media {
  padding: 0 10% 150px; }
  section.s3-media div.facetwp-template {
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-break-inside: avoid;
    break-inside: avoid; }
    section.s3-media div.facetwp-template div.media {
      width: 90%;
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
      border-bottom: 1px solid rgba(201, 201, 201, 0.5);
      padding: 25px 0;
      margin-top: 0;
      -webkit-column-break-inside: avoid;
      break-inside: avoid; }
      section.s3-media div.facetwp-template div.media a p {
        color: #00b38b;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      section.s3-media div.facetwp-template div.media a:hover p {
        color: #1B314A; }
      section.s3-media div.facetwp-template div.media h5 {
        margin-bottom: 15px; }
        section.s3-media div.facetwp-template div.media h5 span {
          position: relative;
          display: inline-block; }
          section.s3-media div.facetwp-template div.media h5 span:before {
            content: "";
            width: 2px;
            height: 12px;
            background: #1B314A;
            left: 0;
            top: 0;
            display: inline-block;
            margin: 0 7px; }
      section.s3-media div.facetwp-template div.media p {
        font-size: 22px;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        section.s3-media div.facetwp-template div.media p:hover {
          color: #00B38B; }
  section.s3-media .green-outline-button {
    margin: 60px auto 0;
    cursor: pointer;
    width: 240px;
    display: block;
    text-align: center; }
    section.s3-media .green-outline-button span {
      color: #12253B; }
    section.s3-media .green-outline-button:hover span {
      color: #fff; }

section.single-post {
  padding: 210px 15%; }
  section.single-post a:hover {
    color: #00B38B; }
  section.single-post div.top {
    text-align: center;
    margin-bottom: 85px; }
    section.single-post div.top img {
      max-width: 100%; }
    section.single-post div.top h2 {
      color: #12253B;
      margin-bottom: 70px; }
    section.single-post div.top a {
      color: #00B38B;
      font-weight: 700;
      font-size: 15px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      section.single-post div.top a:before {
        content: "";
        background: url(../images/green-back-arrow.svg) center no-repeat;
        background-size: contain;
        width: 15px;
        height: 15px;
        display: inline-block;
        margin-right: 5px; }
    section.single-post div.top div.video-container {
      width: 100%;
      padding-bottom: 56%;
      position: relative; }
      section.single-post div.top div.video-container iframe {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0; }
  section.single-post div.bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    section.single-post div.bottom div.left {
      width: 20%;
      padding-left: 40px; }
      section.single-post div.bottom div.left a:hover {
        color: #00B38B; }
      section.single-post div.bottom div.left div.share {
        position: relative;
        display: inline-block; }
        section.single-post div.bottom div.left div.share ul {
          list-style: none;
          padding: 0;
          margin: 0; }
          section.single-post div.bottom div.left div.share ul li {
            display: block;
            margin-bottom: 11px; }
            section.single-post div.bottom div.left div.share ul li img {
              width: 34px;
              height: 34px; }
        section.single-post div.bottom div.left div.share p {
          font-size: 15px;
          font-style: italic;
          color: #4D4D4D;
          position: absolute;
          right: -70px;
          top: 50px;
          -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
          transform: rotate(90deg);
          white-space: nowrap;
          margin: 0; }
    section.single-post div.bottom div.right {
      padding-right: 10%;
      width: 80%; }
      section.single-post div.bottom div.right a:hover {
        color: #00B38B; }
      section.single-post div.bottom div.right p {
        font-size: 22px; }
      section.single-post div.bottom div.right div.media-nav {
        margin-top: 40px;
        border-top: 1px solid rgba(145, 145, 145, 0.5);
        padding-top: 25px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%; }
        section.single-post div.bottom div.right div.media-nav h5 {
          margin-top: 0;
          margin-bottom: 5px; }
        section.single-post div.bottom div.right div.media-nav p {
          color: #4D4D4D;
          font-size: 18px; }
        section.single-post div.bottom div.right div.media-nav div.right {
          text-align: right;
          padding-right: 0;
          width: 50%; }
        section.single-post div.bottom div.right div.media-nav div.left {
          padding-left: 0;
          width: 50%; }

.mobile {
  display: none; }

@media only screen and (max-height: 920px) {
  section.s2-home div.background-text {
    -webkit-transform: translateY(-50%) scale(0.9);
    -ms-transform: translateY(-50%) scale(0.9);
    transform: translateY(-50%) scale(0.9); }
  section.s2-home div.s2-home-slider {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9); }
  section.s2-home div.more {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0.9);
    -ms-transform: translateX(-50%) translateY(-50%) scale(0.9);
    transform: translateX(-50%) translateY(-50%) scale(0.9); }
  section.s2-home div.slider-navigation {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0.9);
    -ms-transform: translateX(-50%) translateY(-50%) scale(0.9);
    transform: translateX(-50%) translateY(-50%) scale(0.9); } }

@media only screen and (max-height: 850px) {
  section.s2-home div.background-text {
    -webkit-transform: translateY(-50%) scale(0.8);
    -ms-transform: translateY(-50%) scale(0.8);
    transform: translateY(-50%) scale(0.8); }
  section.s2-home div.s2-home-slider {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8); }
  section.s2-home div.more {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0.8);
    -ms-transform: translateX(-50%) translateY(-50%) scale(0.8);
    transform: translateX(-50%) translateY(-50%) scale(0.8); }
  section.s2-home div.slider-navigation {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0.8);
    -ms-transform: translateX(-50%) translateY(-50%) scale(0.8);
    transform: translateX(-50%) translateY(-50%) scale(0.8); } }

@media only screen and (max-height: 740px) {
  section.s2-home div.background-text {
    -webkit-transform: translateY(-50%) scale(0.6);
    -ms-transform: translateY(-50%) scale(0.6);
    transform: translateY(-50%) scale(0.6); }
  section.s2-home div.s2-home-slider {
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6); }
  section.s2-home div.more {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0.6);
    -ms-transform: translateX(-50%) translateY(-50%) scale(0.6);
    transform: translateX(-50%) translateY(-50%) scale(0.6); }
  section.s2-home div.slider-navigation {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0.6);
    -ms-transform: translateX(-50%) translateY(-50%) scale(0.6);
    transform: translateX(-50%) translateY(-50%) scale(0.6); } }

/* 1700 */
/* --------------------------------------------------------------- */
@media only screen and (max-width: 1700px) {
  section.s4-home div.right {
    padding: 210px 180px 180px 230px; }
  section.s4-home div.left div.top div.appearances,
  section.s4-home div.left div.bottom div.appearances {
    padding-left: 60px; }
  section.s3-home .featured-appearances .appearances {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    section.s3-home .featured-appearances .appearances .appearance {
      width: 10%; }
  section.s7-home div.bottom div.facetwp-template div.media p {
    font-size: 20px; }
  footer div.right {
    padding: 60px 30px 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    footer div.right div.text {
      width: 50%; }
  section.s4-book div.left {
    padding: 120px; }
  section.s4-book div.right {
    padding: 120px 220px; }
  section.s3-speaking div.top,
  section.s3-speaking div.bottom {
    padding: 100px 5%; }
  section.s5-speaking div.left,
  section.s4-about div.left {
    padding: 120px; }
  section.s5-speaking div.right,
  section.s4-about div.right {
    padding: 120px 120px 120px 200px; }
  section.s3-about div.text ul {
    height: 445px; } }

/* --------------------------------------------------------------- */
/* 1500 */
/* --------------------------------------------------------------- */
@media only screen and (max-width: 1500px) {
  section.s1-home div.s1-home-image div.text h1 {
    font-size: 145px; }
  section.s1-home div.s1-home-bottom div.text {
    padding: 0 30px; }
  section.s1-home div.s1-home-bottom div.text .green-outline-button {
    margin-left: 15px; }
  section.s1-home div.s1-home-bottom div.text p {
    font-size: 20px; }
  section.s4-home div.left div.top,
  section.s4-home div.left div.bottom {
    padding: 60px; }
  section.s4-home div.right {
    padding: 120px 60px 120px 220px; }
  section.s4-home div.left div.top div.appearances, section.s4-home div.left div.bottom div.appearances {
    padding-left: 0px; }
  section.s7-home div.bottom {
    width: 90%;
    margin-top: 30px; }
  footer {
    height: 250px; }
  section.s2-about div.bottom {
    padding: 150px 0 100px 0; }
    section.s2-about div.bottom div.text {
      margin-left: 0px; }
  section.s4-book div.right {
    padding: 120px 155px; }
  section.s3-speaking div.top div.appearances {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    section.s3-speaking div.top div.appearances .appearance {
      width: 33%;
      margin-bottom: 15px; }
  section.s3-speaking div.bottom div.appearances {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    section.s3-speaking div.bottom div.appearances .recent-appearances {
      width: 100%;
      margin-bottom: 30px; }
  section.s5-speaking div.left,
  section.s4-about div.left {
    padding: 90px; }
  section.s5-speaking div.right,
  section.s4-about div.right {
    padding: 90px 90px 90px 160px; }
  section.single-post {
    padding: 210px 10%; }
  section.s1-contact {
    padding: 250px 10% 80px; }
  section.s3-about div.text ul {
    height: 500px; }
  section.s2-about div.bottom p {
    font-size: 16px; }
  footer div.social {
    padding: 40px 0; } }

/* --------------------------------------------------------------- */
/* 1200 */
/* --------------------------------------------------------------- */
@media only screen and (max-width: 1200px) {
  section.s1-home div.s1-home-image div.text h1 {
    font-size: 80px; }
  header {
    padding: 0 30px; }
  section.s4-home {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  section.s4-home div.left,
  section.s4-home div.right {
    width: 100%;
    position: relative;
    bottom: unset; }
  section.s4-home div.right {
    padding: 60px; }
  section.s4-home div.left div.top div.appearances, section.s4-home div.left div.bottom div.appearances {
    padding-left: 60px; }
  section.s3-home .featured-appearances .appearances .appearance {
    width: 25%;
    padding: 10px 0; }
  section.s4-home {
    margin-bottom: 60px; }
  section.s6-home {
    padding-top: 60px;
    padding-bottom: 60px; }
  section.s6-home div.right div.text {
    width: 100%;
    padding: 0 30px; }
  section.s6-home div.right div.text .icon-box {
    top: 0; }
  section.s7-home div.bottom {
    width: 100%; }
  section.s7-home div.bottom div.facetwp-template div.media,
  section.s2-media div.media div.media-box {
    padding: 60px 30px; }
    section.s7-home div.bottom div.facetwp-template div.media p,
    section.s2-media div.media div.media-box p {
      font-size: 20px; }
  section.s2-media div.media div.media-box div.icon-box {
    left: 30px; }
  footer {
    height: unset; }
    footer div.left {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      text-align: center;
      -webkit-box-align: normal;
      -ms-flex-align: normal;
      align-items: normal;
      padding: 30px; }
      footer div.left img {
        margin: 0 0 15px; }
      footer div.left div.text {
        margin: 0;
        width: 100%;
        padding: 0 15px; }
    footer div.right {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: normal;
      -ms-flex-align: normal;
      align-items: normal;
      padding: 30px; }
      footer div.right div.text, footer div.right div.signup {
        margin: 0;
        width: 100%; }
  section.s2-about div.bottom {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 60px 0; }
    section.s2-about div.bottom div.about-image {
      width: 100%;
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
      margin: 60px 0 0; }
    section.s2-about div.bottom div.text {
      width: 100%;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      padding: 0 30px; }
  section.s3-about {
    padding: 120px 5% 60px; }
  section.s1-about,
  section.s1-book,
  section.s1-speaking {
    padding-bottom: 50%; }
  section.s2-book {
    padding: 65px 5%; }
  section.s2-book div.top,
  section.s2-speaking div.top {
    width: 75%; }
  section.s4-book div.right {
    padding: 60px 60px 60px 130px; }
  section.s4-book div.left {
    padding: 60px; }
  section.s2-speaking div.top {
    width: 80%; }
  section.s2-speaking div.bottom {
    padding: 150px 0 150px 5%; }
  section.s3-speaking div.bottom div.appearances {
    -webkit-box-pack: normal;
    -ms-flex-pack: normal;
    justify-content: normal;
    padding-left: 60px; }
    section.s3-speaking div.bottom div.appearances .recent-appearances {
      -webkit-transform: translateX(-60px);
      -ms-transform: translateX(-60px);
      transform: translateX(-60px); }
    section.s3-speaking div.bottom div.appearances .appearance {
      width: 33%;
      margin-bottom: 15px;
      margin-left: 0 !important; }
  section.s5-speaking div.left,
  section.s4-about div.left {
    padding: 60px; }
  section.s5-speaking div.right,
  section.s4-about div.right {
    padding: 60px 60px 60px 130px; }
  section.single-post {
    padding: 210px 5%; }
  section.s1-contact {
    padding: 200px 5% 80px; }
  section.s1-contact div.inside div.text h1 {
    font-size: 60px; }
  div.video-popup .video-container {
    width: 80%; }
  section.s2-about div.bottom p {
    padding-left: 30px; }
  section.s2-about div.bottom div.right-text,
  section.s2-about div.bottom div.right-about-image {
    margin-left: 30px; }
  section.s2-about div.bottom div.left-about-image,
  section.s2-about div.bottom div.left-text {
    margin-right: 30px; } }

/* --------------------------------------------------------------- */
/* 992 */
/* --------------------------------------------------------------- */
@media only screen and (max-width: 992px) {
  header nav {
    display: none; }
  section.s1-home div.s1-home-image {
    padding-bottom: 60%; }
  section.s1-home div.s1-home-image div.text h1 span {
    margin: 0 15px; }
  section.s1-home div.s1-home-image div.text h2 {
    font-size: 36px; }
  section.s1-home div.s1-home-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: unset; }
    section.s1-home div.s1-home-bottom div.text {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      padding: 30px;
      margin-bottom: -2px; }
    section.s1-home div.s1-home-bottom div.social {
      width: unset;
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
      padding: 5px 30px 30px;
      border: 0 !important; }
      section.s1-home div.s1-home-bottom div.social ul {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        width: 192px; }
    section.s1-home div.s1-home-bottom div.video {
      width: 100%;
      padding-bottom: 30%; }
  section.s2-home,
  .scrollmagic-pin-spacer {
    display: none; }
  section.s2-mobile-home {
    display: block;
    position: relative;
    padding: 90px 30px; }
    section.s2-mobile-home img.tilt {
      position: absolute;
      width: 260px;
      left: -135px;
      bottom: 0;
      -webkit-transform: rotate(32deg);
      -ms-transform: rotate(32deg);
      transform: rotate(32deg); }
    section.s2-mobile-home h2 {
      color: rgba(27, 49, 74, 0.04);
      font-size: 42px;
      margin: 0;
      line-height: 0.9;
      display: inline-block;
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg);
      position: absolute;
      top: 0;
      left: 0;
      -webkit-transform-origin: bottom left;
      -ms-transform-origin: bottom left;
      transform-origin: bottom left; }
      section.s2-mobile-home h2 span {
        font-size: 50px; }
    section.s2-mobile-home ul {
      list-style: none;
      margin: 0;
      padding: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding-left: 120px; }
      section.s2-mobile-home ul li {
        width: 100%;
        border-bottom: 1px solid rgba(201, 201, 201, 0.5);
        padding: 20px 0;
        color: #4D4D4D;
        font-size: 16px; }
    section.s2-mobile-home div.more {
      position: relative;
      margin-top: 30px;
      padding-left: 120px; }
  section.s3-home {
    padding: 60px 30px; }
  section.s3-home .testimonial-slider {
    margin-bottom: 120px; }
  section.s4-home div.left div.top, section.s4-home div.left div.bottom,
  section.s4-home div.right {
    padding: 60px 30px; }
  section.s7-home {
    padding: 0 0 60px 30px; }
  section.s6-home {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    section.s6-home div.left {
      width: 100%; }
    section.s6-home div.right {
      width: 100%;
      padding: 30px 0; }
  section.s7-home div.bottom div.facetwp-template div.media {
    width: 48%; }
    section.s7-home div.bottom div.facetwp-template div.media:nth-child(3) {
      display: none; }
  footer div.left p,
  footer div.right p {
    font-size: 16px; }
  footer div.right div.text {
    margin-bottom: 45px; }
  div.menu-activator {
    width: 49px;
    height: 49px;
    text-align: center;
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
    display: block;
    border: 2px solid #00B38B; }
    div.menu-activator div.hamburger {
      width: 32px;
      height: 5px;
      background: #fff;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      div.menu-activator div.hamburger:before {
        content: "";
        position: absolute;
        top: -11px;
        left: 0;
        width: 32px;
        height: 5px;
        background: #fff;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease; }
      div.menu-activator div.hamburger:after {
        content: "";
        position: absolute;
        bottom: -11px;
        left: 0;
        width: 32px;
        height: 5px;
        background: #fff;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease; }
      div.menu-activator div.hamburger.hambx {
        background: transparent !important; }
        div.menu-activator div.hamburger.hambx div.beam, div.menu-activator div.hamburger.hambx div.beam-2 {
          opacity: 0; }
        div.menu-activator div.hamburger.hambx:before {
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg);
          top: 0;
          background: #fff !important; }
        div.menu-activator div.hamburger.hambx:after {
          -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
          bottom: 0;
          background: #fff !important; }
  header.dark div.menu-activator div.hamburger {
    background: #1B314A; }
    header.dark div.menu-activator div.hamburger:before {
      background: #1B314A; }
    header.dark div.menu-activator div.hamburger:after {
      background: #1B314A; }
  section.big-menu-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/mobile-menu.jpg) center no-repeat;
    background-size: cover;
    z-index: 5; }
    section.big-menu-container div.flexible {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      text-align: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      section.big-menu-container div.flexible nav ul {
        list-style: none;
        margin: 0;
        padding: 0; }
        section.big-menu-container div.flexible nav ul li {
          margin-bottom: 15px;
          padding: 5px 15px; }
          section.big-menu-container div.flexible nav ul li.current-menu-item {
            background: #00B38B; }
          section.big-menu-container div.flexible nav ul li a {
            color: #fff;
            font-weight: 700;
            font-size: 35px; }
      section.big-menu-container div.flexible div.social {
        position: absolute;
        left: 50%;
        bottom: 50px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
        section.big-menu-container div.flexible div.social ul li {
          display: inline-block;
          margin: 0 5px; }
  section.s3-about div.text ul li {
    width: 100%;
    border-bottom: 1px solid rgba(201, 201, 201, 0.5);
    padding-bottom: 15px;
    margin-bottom: 15px; }
  section.s3-about div.background-text {
    display: none; }
  section.s2-book div.bottom {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  section.s2-book div.bottom div.text {
    width: 100%;
    margin: 0; }
  section.s2-book div.bottom div.book-image {
    width: 50%;
    margin: 30px auto 0 auto; }
  section.s4-book {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 120px; }
    section.s4-book div.left {
      width: 100%;
      position: relative; }
    section.s4-book div.right {
      width: 100%;
      position: relative;
      bottom: unset;
      padding: 60px; }
  section.s2-speaking div.top {
    width: 100%;
    padding: 0 30px; }
  section.s2-speaking div.bottom {
    padding: 120px 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    section.s2-speaking div.bottom div.text {
      width: 100%;
      padding: 0 30px;
      margin: 0; }
    section.s2-speaking div.bottom div.speaking-image {
      width: 100%;
      margin: 30px 0 0; }
  section.s5-speaking,
  section.s4-about {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    section.s5-speaking div.left,
    section.s4-about div.left {
      width: 100%; }
    section.s5-speaking div.right,
    section.s4-about div.right {
      width: 100%;
      position: relative;
      top: unset;
      padding: 60px; }
  section.s2-media {
    padding: 0; }
  section.s1-media h2 {
    width: 100%;
    padding: 0 30px; }
  section.s3-media {
    padding: 0 30px 120px; }
  section.s2-media div.media {
    margin-bottom: 60px; }
  section.s3-media div.facetwp-template {
    -webkit-column-count: unset;
    column-count: unset;
    -webkit-column-break-inside: unset;
    break-inside: unset; }
  section.s3-media div.facetwp-template div.media {
    width: 100%; }
  section.single-post {
    padding: 120px 30px; }
  section.single-post div.top {
    margin-bottom: 60px; }
  section.single-post div.bottom {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    section.single-post div.bottom div.left {
      width: 100%;
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
      text-align: center;
      padding: 0;
      display: none; }
    section.single-post div.bottom div.right {
      width: 100%;
      padding: 0;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
      section.single-post div.bottom div.right div.share {
        margin-top: 30px;
        width: 100%;
        display: block;
        text-align: center; }
        section.single-post div.bottom div.right div.share p {
          font-size: 15px;
          font-style: italic;
          text-align: center;
          width: 100%; }
        section.single-post div.bottom div.right div.share ul {
          padding: 0; }
          section.single-post div.bottom div.right div.share ul li {
            display: inline-block;
            margin: 0 5px; }
        section.single-post div.bottom div.right div.share p {
          -webkit-transform: unset;
          -ms-transform: unset;
          transform: unset;
          position: relative;
          top: unset;
          right: unset;
          margin-bottom: 15px; }
    section.single-post div.bottom .media-nav .left {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      text-align: left;
      display: block; }
    section.single-post div.bottom .media-nav .right {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2; }
  div.video-popup .video-container {
    width: 90%; }
  section.s3-about div.text ul {
    height: unset;
    -webkit-columns: unset;
    columns: unset;
    -webkit-column-gap: unset;
    column-gap: unset; }
  section.s2-about div.bottom .about-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  section.s2-about div.bottom div.left-about-image,
  section.s2-about div.bottom div.right-about-image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  section.s2-about div.bottom div.left-about-image, section.s2-about div.bottom div.left-text {
    margin-right: 0;
    width: 100%; }
  section.s2-about div.bottom div.right-text, section.s2-about div.bottom div.right-about-image {
    margin-left: 0;
    width: 100%; }
  section.s2-about div.bottom div.right-text,
  section.s2-about div.bottom div.left-text {
    padding: 30px 60px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
    section.s2-about div.bottom div.right-text p,
    section.s2-about div.bottom div.left-text p {
      font-size: 18px; }
  section.s1-home div.s1-home-bottom div.video .play {
    position: absolute;
    top: calc(50% - 23px);
    left: calc(50% - 23px); } }

/* --------------------------------------------------------------- */
/* 768 */
/* --------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
  section.s1-home div.s1-home-image div.text h1 {
    font-size: 65px; }
  section.s2-mobile-home ul li {
    width: 100%; }
  section.s3-home .featured-appearances .appearances .appearance {
    width: 33%; }
  section.s7-home div.top {
    width: 100%;
    padding-right: 30px; }
  section.s2-about div.top,
  section.s2-book div.top,
  section.s2-speaking div.top {
    width: 100%;
    padding: 0 30px; }
  section.s2-book {
    padding: 60px 30px; }
  section.s2-book div.top {
    padding: 0 !important; }
  section.s3-speaking div.top div.appearances .appearance,
  section.s3-speaking div.bottom div.appearances .appearance {
    width: 50%; }
  section.s5-speaking,
  section.s4-about {
    margin-bottom: 120px; }
  section.s1-media {
    padding: 160px 0 90px; }
  section.single-post {
    padding: 120px 0; }
  section.single-post div.top h2 {
    padding: 0 30px; }
  section.single-post div.bottom {
    padding: 0 30px; }
  section.single-post div.bottom div.right p {
    font-size: 20px; }
  section.s1-contact {
    padding: 150px 30px 80px; }
  section.s1-contact div.inside {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    section.s1-contact div.inside div.text,
    section.s1-contact div.inside div.form {
      width: 100%; }
    section.s1-contact div.inside div.text {
      margin-bottom: 60px; }
  section.s3-speaking div.top div.appearances div.appearance,
  section.s3-speaking div.bottom div.appearances div.appearance,
  section.s3-speaking div.bottom div.appearances div.recent-appearances {
    width: unset; } }

/* --------------------------------------------------------------- */
/* 640 */
/* --------------------------------------------------------------- */
@media only screen and (max-width: 640px) {
  section.s1-home div.s1-home-image div.text h1,
  section.s1-home div.s1-home-image div.text h2 {
    display: none; }
  section.s1-home div.s1-home-bottom div.text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  section.s1-home div.s1-home-bottom div.text .green-outline-button {
    margin: 30px 0 0;
    -ms-flex-item-align: baseline;
    align-self: baseline; }
  section.s1-home div.s1-home-bottom div.video {
    padding-bottom: 48%; }
  section.s1-home div.s1-home-bottom div.video img.thumb {
    -o-object-position: left;
    object-position: left; }
  section.s1-home div.s1-home-image {
    padding-bottom: 80%; }
  section.s4-home div.left div.bottom div.appearances {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  section.s4-home div.left div.bottom div.appearances div.appearance,
  section.s4-home div.left div.top div.appearances div.appearance {
    width: 100%;
    margin-bottom: 15px; }
  section.s5-home {
    display: none; }
  section.s6-home {
    padding-bottom: 120px; }
  section.s7-home div.bottom div.facetwp-template div.media {
    width: 100%; }
    section.s7-home div.bottom div.facetwp-template div.media:nth-child(2) {
      display: none; }
  footer {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    footer div.left {
      -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
      order: 3;
      width: 100%; }
    footer div.right {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      width: 100%; }
    footer div.social {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
      width: 100%;
      border: 0;
      padding: 30px; }
      footer div.social ul {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: normal;
        -ms-flex-pack: normal;
        justify-content: normal;
        -webkit-box-align: normal;
        -ms-flex-align: normal;
        align-items: normal; }
        footer div.social ul li {
          margin-right: 15px; }
  section.s1-about,
  section.s1-speaking {
    padding-bottom: 80%;
    background-position: right !important; }
  section.s1-book {
    padding-bottom: 80%; }
  section.s4-book div.left,
  section.s4-book div.right {
    padding: 60px 30px; }
  section.s2-book div.bottom {
    padding: 60px 0; }
  section.s3-book div.testimonial-slider {
    margin-bottom: 60px !important; }
  section.s3-speaking div.top div.appearances .appearance,
  section.s3-speaking div.bottom div.appearances .appearance {
    width: 100%; }
  section.s3-speaking div.top, section.s3-speaking div.bottom {
    padding: 60px 30px; }
  section.s2-speaking div.bottom {
    padding-bottom: 60px; }
  section.s5-speaking div.right,
  section.s5-speaking div.left,
  section.s4-about div.right,
  section.s4-about div.left {
    padding: 60px 30px; }
  section.s2-mobile-home img.tilt {
    max-width: unset; }
  section.s2-media div.media div.media-container {
    padding: 0px;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9); }
    section.s2-media div.media div.media-container.slick-active {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }
  div.video-popup .video-container {
    width: 100%; }
  section.s4-home div.left div.top, section.s4-home div.left div.bottom, section.s4-home div.right {
    padding: 100px 30px; }
  section.s3-home, section.s3-speaking div.top, section.s3-speaking div.bottom, section.s1-home div.s1-home-bottom div.text, section.s2-book, section.s2-mobile-home, section.s4-book div.left, section.s4-book div.right, section.s3-speaking div.top, section.s3-speaking div.bottom, section.s5-speaking div.right, section.s5-speaking div.left, section.s4-about div.right, section.s4-about div.left {
    padding: 100px 30px; }
  section.s1-about {
    background-position: left !important; } }

/* --------------------------------------------------------------- */
/* 500 */
/* --------------------------------------------------------------- */
@media only screen and (max-width: 500px) {
  section.s3-home h2, h2,
  section.s4-home div.left h2,
  section.s4-home div.right div.text h2,
  section.s6-home div.right h2,
  section.s4-about div.text h2,
  section.s4-book div.right div.text h2,
  section.s5-speaking div.left div.text h2,
  section.s5-speaking div.right div.text h2,
  section.s4-about div.left div.text h2,
  section.s4-about div.right div.text h2 {
    font-size: 26px; }
  section.s4-home div.left h3, h3 {
    font-size: 22px; }
  section.s3-home .testimonial-slider div.testimonial {
    padding-left: 15px; }
  section.s3-home .testimonial-slider div.testimonial div.quote {
    width: 39px;
    height: 44px;
    font-size: 55px;
    left: 0;
    padding-top: 25px; }
  section.s3-home h2 {
    margin-bottom: 30px; }
  section.s3-home .testimonial-slider div.testimonial div.text {
    padding-right: 0; }
  section.s3-home .featured-appearances .appearances .appearance img {
    max-height: 30px;
    -o-object-fit: contain;
    object-fit: contain; }
  section.s6-home div.right p,
  section.s4-home div.right div.text p,
  section.s4-home div.left div.top div.appearances,
  section.s4-home div.left div.bottom div.appearances,
  section.s7-home div.top p,
  section.s2-about div.bottom p,
  section.s2-book div.bottom p,
  section.s4-book div.right div.text p,
  section.s2-speaking div.bottom p,
  section.s3-speaking div.bottom div.appearances,
  section.s3-speaking div.top div.appearances,
  section.s5-speaking div.right div.text p,
  section.s4-about div.right div.text p {
    padding-left: 30px; }
  section.s6-home div.right .underline-link,
  section.s4-home div.right div.text .green-outline-button,
  section.s7-home div.top .underline-link,
  section.s4-book div.left p,
  section.s4-book div.left .green-outline-button,
  section.s4-book div.right div.text .green-outline-button,
  section.s5-speaking div.right div.text .green-outline-button,
  section.s5-speaking div.left p,
  section.s5-speaking div.left .green-outline-button,
  section.s5-speaking div.left div.text .green-outline-button,
  section.s4-about div.right div.text .green-outline-button,
  section.s4-about div.left p,
  section.s4-about div.left .green-outline-button,
  section.s4-about div.left div.text .green-outline-button {
    margin-left: 30px; }
  section.s4-about {
    padding: 175px 30px; }
  section.s2-book div.bottom div.book-image {
    width: 85%; }
  section.s3-speaking div.bottom div.appearances .recent-appearances {
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px); }
  section.s2-speaking div.bottom p,
  section.s2-about div.bottom p,
  section.s3-about div.text ul li,
  section.s2-book div.bottom p {
    font-size: 18px; }
  section.s3-about div.text ul li:before {
    top: 8px; }
  header img.logo {
    width: 195px; }
  section.s1-contact div.inside div.text h1 {
    font-size: 40px; }
  section.s1-contact div.inside div.text p {
    font-size: 18px; }
  section.s7-home div.bottom div.facetwp-template div.media:nth-child(2),
  section.s7-home div.bottom div.facetwp-template div.media:nth-child(3) {
    display: block; }
  section.s7-home div.bottom div.facetwp-template div.media {
    margin: 0 15px; }
  section.s7-home {
    padding: 0 0 60px 0; }
  section.s7-home div.top {
    padding: 0 30px; }
  section.s2-about div.bottom div.right-text, section.s2-about div.bottom div.left-text {
    padding: 30px 15px 0; }
  section.s3-home .featured-appearances .appearances .appearance {
    width: 50%;
    text-align: center; }
  section.s1-home div.s1-home-bottom div.text {
    padding: 30px; }
  section.s7-home div.bottom div.facetwp-template div.media {
    margin: 0;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9); }
    section.s7-home div.bottom div.facetwp-template div.media.slick-active {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); } }

/* --------------------------------------------------------------- */
/* 400 */
/* --------------------------------------------------------------- */
@media only screen and (max-width: 400px) {
  section.s2-about,
  section.s2-speaking {
    padding: 30px 0; }
  section.s2-about div.top,
  section.s2-book div.top,
  section.s2-speaking div.top,
  section.s2-about div.bottom div.text,
  section.s2-speaking div.bottom div.text {
    padding: 0 15px; }
  section.s6-home div.right p,
  section.s4-home div.right div.text p,
  section.s4-home div.left div.top div.appearances,
  section.s4-home div.left div.bottom div.appearances,
  section.s7-home div.top p,
  section.s2-about div.bottom p,
  section.s2-book div.bottom p,
  section.s4-book div.right div.text p,
  section.s2-speaking div.bottom p,
  section.s3-speaking div.bottom div.appearances,
  section.s3-speaking div.top div.appearances,
  section.s5-speaking div.right div.text p,
  section.s4-about div.right div.text p {
    padding-left: 15px; }
  section.s6-home div.right .underline-link,
  section.s4-home div.right div.text .green-outline-button,
  section.s7-home div.top .underline-link,
  section.s4-book div.left p,
  section.s4-book div.left .green-outline-button,
  section.s4-book div.right div.text .green-outline-button,
  section.s5-speaking div.right div.text .green-outline-button,
  section.s5-speaking div.left p,
  section.s5-speaking div.left .green-outline-button,
  section.s5-speaking div.left div.text .green-outline-button,
  section.s4-about div.right div.text .green-outline-button,
  section.s4-about div.left p,
  section.s4-about div.left .green-outline-button,
  section.s4-about div.left div.text .green-outline-button {
    margin-left: 15px; }
  section.s3-about {
    padding: 0 15px 60px; }
  footer div.right,
  footer div.left,
  footer div.social {
    padding: 30px 15px; }
  header {
    padding: 0 15px; }
  section.s1-home div.s1-home-bottom div.text,
  section.s2-book,
  section.s2-mobile-home,
  section.s4-book div.left,
  section.s4-book div.right,
  section.s3-speaking div.top,
  section.s3-speaking div.bottom,
  section.s5-speaking div.right,
  section.s5-speaking div.left,
  section.s4-about div.right,
  section.s4-about div.left {
    padding: 30px 15px; }
  section.s1-home div.s1-home-bottom div.social {
    padding: 5px 15px 30px; }
  section.s2-mobile-home ul,
  section.s2-mobile-home div.more {
    padding-left: 28%; }
  section.s3-home {
    padding: 30px 15px; }
  section.s4-home div.left div.top, section.s4-home div.left div.bottom, section.s4-home div.right {
    padding: 30px 15px; }
  section.s6-home div.right div.text {
    padding: 0 15px; }
  section.s7-home {
    padding: 0 0 30px 0; }
  section.s7-home div.bottom div.facetwp-template div.media {
    padding: 60px 15px 30px; }
  section.s7-home div.bottom div.facetwp-template div.media div.icon-box {
    left: 15px; }
  section.s2-speaking div.bottom {
    padding: 30px 0; }
  section.s3-speaking div.bottom div.appearances .recent-appearances {
    -webkit-transform: translateX(-15px);
    -ms-transform: translateX(-15px);
    transform: translateX(-15px); }
  section.s3-media {
    padding: 30px 15px; }
  section.single-post div.bottom {
    padding: 0 15px; }
  section.single-post div.top {
    margin-bottom: 30px; }
  section.s4-home div.left div.top, section.s4-home div.left div.bottom, section.s4-home div.right {
    padding: 100px 15px; }
  section.s3-home, section.s3-speaking div.top, section.s3-speaking div.bottom, section.s1-home div.s1-home-bottom div.text, section.s2-book, section.s2-mobile-home, section.s4-book div.left, section.s4-book div.right, section.s3-speaking div.top, section.s3-speaking div.bottom, section.s5-speaking div.right, section.s5-speaking div.left, section.s4-about div.right, section.s4-about div.left {
    padding: 100px 15px; }
  section.s3-home .featured-appearances .appearances .appearance {
    width: 50%; }
  section.s1-home div.s1-home-bottom div.text {
    padding: 30px 15px; }
  section.s7-home .slick-list,
  section.s2-media .slick-list {
    padding: 0 30px !important; }
  section.s3-media {
    padding: 30px 15px 60px; }
  section.s2-about div.top {
    padding: 0 15px 60px; } }

/* --------------------------------------------------------------- */
