header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 100;
  padding: 20px 0 16px; }
  header + div {
    padding-top: 88px; }
  header .burger-menu {
    display: none; }
    header .burger-menu .bright {
      display: none; }
    @media screen and (max-width: 850px) {
      header .burger-menu {
        display: block; } }
  header .burger-container {
    display: none;
    background: #fff;
    z-index: 100;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0; }
    header .burger-container .logo {
      display: block;
      padding: 20px 24px; }
      header .burger-container .logo img {
        max-width: 95px; }
    header .burger-container ul li {
      display: block;
      border-bottom: solid 1px #f3f4f1; }
      header .burger-container ul li:first-child {
        border-top: solid 1px #f3f4f1; }
      header .burger-container ul li a {
        display: block;
        position: relative;
        color: #58585b;
        padding: 16px 24px; }
    header .burger-container.active {
      display: block; }
    header .burger-container .fancybox-close-small {
      right: 10px;
      top: 14px; }
  header .logo {
    display: inline-block;
    position: relative; }
    header .logo .basic-logo {
      display: none; }
    header .logo .logo-white {
      display: block; }
    header .logo .basic-logo-gif, header .logo .logo-white-gif {
      opacity: 0;
      position: absolute;
      top: 0;
      right: 0;
      width: 149px;
      height: 56px; }
    header .logo:hover .basic-logo-gif {
      opacity: 1; }
    header .logo:hover .logo-white-gif {
      opacity: 0; }
  header nav {
    position: relative; }
    header nav .sign-up {
      position: absolute;
      right: 25px;
      top: -14px;
      font-size: 12px;
      color: #fff; }
      header nav .sign-up:hover {
        color: #8cc63e !important; }
    header nav li {
      display: inline-flex; }
      header nav li a {
        font-size: 16px;
        color: #4d4d52;
        text-decoration: none;
        padding: 0 14px; }
        header nav li a:last-of-type {
          padding-right: 0; }
        header nav li a:hover {
          color: #8cc63e; }
    @media screen and (max-width: 850px) {
      header nav {
        display: none; } }
  header.invicible, header.enable {
    background-color: transparent;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    border: none; }
    header.invicible .logo .basic-logo, header.enable .logo .basic-logo {
      display: none; }
    header.invicible .logo .logo-white, header.enable .logo .logo-white {
      display: block; }
    header.invicible nav li a, header.enable nav li a {
      color: #ffffff; }
    header.invicible .text-content, header.enable .text-content {
      max-width: 660px;
      text-align: left;
      position: absolute;
      left: 0;
      top: 340px; }
      header.invicible .text-content h1, header.enable .text-content h1 {
        font-size: 48px;
        line-height: 1.17;
        letter-spacing: 1px;
        color: #ffffff;
        text-shadow: 0 0 70px rgba(0, 0, 0, 0.8);
        margin-bottom: 45px;
        text-align: left; }
      header.invicible .text-content a, header.enable .text-content a {
        text-transform: uppercase;
        font-size: 15px;
        font-weight: 700;
        letter-spacing: 0.4px;
        color: #ffffff;
        display: inline-block; }
        header.invicible .text-content a img, header.enable .text-content a img {
          display: inline-block;
          max-width: 35px;
          margin-left: 10px; }
  header.headersticky {
    background-color: #fff;
    z-index: 99;
    border-top: 4px solid #8cc63e;
    transition: all .5s ease-in-out;
    box-shadow: 0 3px 20px 0 rgba(21, 28, 19, 0.1); }
    header.headersticky nav li a {
      color: #4d4d52; }
    header.headersticky nav .sign-up {
      color: #4d4d52; }
    header.headersticky #mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item > a.mega-menu-link {
      padding: 0 20px;
      background-color: transparent !important;
      color: #4d4d52 !important; }
      header.headersticky #mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item > a.mega-menu-link:hover {
        color: #8cc63e !important; }
    header.headersticky .logo .basic-logo, header.headersticky .logo .logo-white-gif {
      display: block; }
    header.headersticky .logo .logo-white, header.headersticky .logo .basic-logo-gif {
      display: none;
      opacity: 0; }
    header.headersticky .logo:hover .logo-white {
      opacity: 0;
      display: none; }
    header.headersticky .logo:hover .logo-white-gif {
      opacity: 1;
      height: 48px; }
  header.video nav .sign-up {
    color: #4d4d52; }
  header + .content {
    min-height: calc(100vh - 400px); }
  header #mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item > a.mega-menu-link {
    line-height: 1;
    height: auto; }

footer {
  border-top: 4px solid #8cc63e;
  background-color: #58585b;
  color: #ffffff; }
  footer .top-info {
    padding: 90px 0; }
    footer .top-info > div {
      flex: 1; }
      footer .top-info > div h3 {
        font-size: 20px;
        font-weight: 700;
        letter-spacing: 0.4px;
        color: #ffffff;
        padding-bottom: 23px; }
      footer .top-info > div ul li a {
        line-height: 2.33;
        letter-spacing: 0.4px;
        color: #ffffff;
        font-size: 15px;
        text-decoration: none;
        opacity: 0.6;
        font-weight: 400;
        transition: all .3s; }
        footer .top-info > div ul li a:hover {
          opacity: 1; }
    footer .top-info .site-info {
      opacity: 0.6;
      font-size: 15px;
      line-height: 1.6;
      letter-spacing: 0.4px; }
      footer .top-info .site-info .logo {
        margin-bottom: 19px;
        display: block; }
  footer .bottom-info {
    background-color: #4d4d52;
    padding: 30px 0; }
    footer .bottom-info a {
      margin-left: 16px; }
      footer .bottom-info a i {
        height: 32px;
        width: 32px;
        line-height: 32px;
        color: #4d4d52;
        background-color: #b8b8ba;
        border: 1px solid #b8b8ba;
        text-align: center;
        border-radius: 50px; }
        footer .bottom-info a i:hover {
          color: #b8b8ba;
          background-color: #4d4d52;
          transition: background-color .4s ease-out, border-color .4s ease-out, color .4s ease-out; }
    footer .bottom-info .policy {
      opacity: 0.6;
      font-size: 15px;
      letter-spacing: 0.4px;
      color: #ffffff; }
      footer .bottom-info .policy a {
        padding-left: 16px;
        margin-left: 16px;
        border-left: 1px solid;
        opacity: 0.6;
        color: #ffffff;
        letter-spacing: 0.4px; }
  @media screen and (max-width: 850px) {
    footer .top-info {
      flex-wrap: wrap;
      padding: 50px 0; }
      footer .top-info > div {
        flex-basis: 50%;
        margin-bottom: 25px; }
    footer .bottom-info .container > .flex {
      flex-direction: column; }
      footer .bottom-info .container > .flex .socials {
        margin-top: 20px; } }
  @media screen and (max-width: 450px) {
    footer .top-info > div {
      flex-basis: 100%; }
    footer .bottom-info .container > .flex {
      flex-direction: column; }
      footer .bottom-info .container > .flex .policy {
        flex-direction: column;
        text-align: center; }
        footer .bottom-info .container > .flex .policy a {
          margin-top: 15px;
          border: none; } }

.scrollTop {
  opacity: 0;
  z-index: 99;
  position: fixed;
  right: 32px;
  bottom: 116px;
  transition: all .4s;
  cursor: pointer; }
  .scrollTop.active {
    opacity: 1; }
  .scrollTop img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto; }
  @media screen and (max-width: 650px) {
    .scrollTop {
      right: 10px; } }

section {
  margin-bottom: 100px; }
  @media screen and (max-width: 850px) {
    section {
      margin-bottom: 60px; } }
  section.top-nav-section {
    margin-bottom: 60px; }
  section a.button {
    text-transform: uppercase;
    letter-spacing: 0.4px;
    color: #fff;
    font-size: 15px;
    display: inline-block;
    padding: 20px 31px 22px 32px;
    background-color: #8cc63e;
    text-decoration: none;
    font-weight: 700;
    min-width: 219px;
    -webkit-box-shadow: 0 10px 40px 0 rgba(89, 128, 40, 0.4);
    -moz-box-shadow: 0 10px 40px 0 rgba(89, 128, 40, 0.4);
    box-shadow: 0 10px 40px 0 rgba(89, 128, 40, 0.4);
    transition: all .1s; }
    section a.button img {
      margin-left: 10px;
      max-width: 36px;
      display: inline-block; }
  section .breadcrumbs {
    margin-bottom: 19px; }
    section .breadcrumbs a {
      font-size: 18px;
      line-height: 1.78;
      letter-spacing: 0.4px;
      color: #79c909;
      text-decoration: none; }

a.link {
  letter-spacing: 0.4px;
  color: #8cc63e;
  font-weight: 700;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase; }
  a.link img {
    margin-left: 10px;
    max-width: 36px;
    transform: translate(-9px);
    display: inline-block;
    transition: all .2s;
    backface-visibility: hidden;
    box-shadow: none !important; }
  a.link:hover img {
    transform: translate(0px); }

.countries {
  flex-wrap: wrap; }
  .countries > div {
    flex-basis: 49%;
    margin-bottom: 2%;
    min-height: 330px;
    position: relative; }
    .countries > div::before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 0;
      background-image: linear-gradient(to top, #000000 -20%, rgba(0, 0, 0, 0) 75%); }
    .countries > div .country-name {
      font-size: 28px;
      font-weight: 700;
      line-height: 1.07;
      color: #ffffff;
      bottom: 27px;
      left: 30px;
      position: absolute; }
      .countries > div .country-name p {
        display: block;
        margin: 14px 0 0;
        padding: 0;
        font-size: 16px;
        line-height: 1.25;
        letter-spacing: 0.36px;
        max-width: 297px;
        font-weight: 400; }
        .countries > div .country-name p:empty {
          margin: 0; }
    .countries > div .link {
      position: absolute;
      bottom: 30px;
      right: 30px;
      z-index: 20;
      letter-spacing: 0.4px;
      color: #8cc63e;
      font-weight: 700;
      display: inline-block;
      text-decoration: none;
      text-transform: uppercase; }
      .countries > div .link img {
        margin-left: 10px;
        max-width: 36px;
        display: inline-block; }
  @media screen and (max-width: 850px) {
    .countries > div {
      flex-basis: 100%; }
      .countries > div .country-name {
        left: 15px;
        font-size: 25px; } }

.promo {
  padding: 100px 0 90px;
  background-color: #8cc63e;
  color: #fff;
  text-align: center; }
  .promo h2 {
    padding-bottom: 28px;
    margin: 0;
    color: #ffffff;
    letter-spacing: normal; }
    .promo h2::before {
      display: none; }
  .promo .content {
    max-width: 655px;
    margin: 0 auto 41px;
    font-size: 18px;
    line-height: 1.56; }
  .promo a.button {
    text-transform: uppercase;
    letter-spacing: 0.4px;
    color: #8cc63e;
    font-size: 15px;
    display: inline-block;
    padding: 20px 31px 22px 32px;
    border: solid 2px #ffffff;
    background-color: #ffffff;
    text-decoration: none;
    font-weight: 700;
    -webkit-box-shadow: 0 10px 40px 0 rgba(89, 128, 40, 0.4);
    -moz-box-shadow: 0 10px 40px 0 rgba(89, 128, 40, 0.4);
    box-shadow: 0 10px 40px 0 rgba(89, 128, 40, 0.4); }
    .promo a.button img {
      margin-left: 10px;
      max-width: 36px;
      transform: translate(-9px);
      display: inline-block;
      transition: all .2s; }
    .promo a.button:hover img {
      transform: translate(0px); }

.panels {
  text-align: center; }
  .panels h2 {
    font-weight: 400; }
  .panels .panel-wrapper {
    flex-basis: 31.5%;
    text-align: left; }
    .panels .panel-wrapper .panel-image {
      height: 362px;
      margin-bottom: 35px; }
    .panels .panel-wrapper .title {
      line-height: 1.6;
      letter-spacing: 0.22px;
      color: #4d4d52;
      font-size: 20px;
      font-weight: 700; }
  .panels .button {
    text-transform: uppercase;
    margin-top: 60px; }
    .panels .button img {
      max-width: 36px;
      transform: translate(-9px);
      display: inline-block;
      transition: all .2s; }
    .panels .button:hover img {
      transform: translate(0px); }
  .panels.four .panel-wrapper {
    flex-basis: 22.5%;
    border-radius: 2px;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1); }
    .panels.four .panel-wrapper .panel-image {
      height: 189px;
      margin: 0; }
    .panels.four .panel-wrapper .panel-content {
      padding: 20px; }
      .panels.four .panel-wrapper .panel-content .description {
        font-size: 16px;
        line-height: 1.5;
        letter-spacing: 0.36px;
        color: #6d6d75; }
      .panels.four .panel-wrapper .panel-content .title {
        font-size: 28px;
        margin-bottom: 20px; }
      .panels.four .panel-wrapper .panel-content .link {
        margin-top: 35px;
        letter-spacing: 0.4px;
        color: #8cc63e;
        font-size: 15px;
        font-weight: 700;
        text-decoration: none;
        position: relative;
        display: block; }
        .panels.four .panel-wrapper .panel-content .link img {
          margin-left: 10px;
          max-width: 36px;
          display: inline-block; }
  @media screen and (max-width: 900px) {
    .panels .flex {
      flex-wrap: wrap; }
      .panels .flex .panel-wrapper {
        flex-basis: 48%;
        margin-bottom: 2%; } }
  @media screen and (max-width: 600px) {
    .panels .flex {
      flex-wrap: wrap; }
      .panels .flex .panel-wrapper {
        flex-basis: 100%; }
    .panels .button {
      text-transform: uppercase;
      margin-top: 30px; } }

.text-block {
  text-align: center; }
  .text-block .content {
    max-width: 800px;
    margin: 0 auto;
    font-size: 32px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: center;
    color: #4d4d52; }
    @media screen and (max-width: 850px) {
      .text-block .content {
        font-size: 26px; } }

.top-banner {
  height: 404px;
  margin-bottom: 100px; }
  @media screen and (max-width: 850px) {
    .top-banner {
      margin-bottom: 50px; } }

.top-banner-with-text {
  height: 609px;
  min-height: 100vh;
  display: flex;
  align-items: flex-end;
  margin-bottom: 40px; }
.home .top-banner-with-text::after {
  display: none;
}
.top-banner-img {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.top-banner-img:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-image: linear-gradient(to top, #000000 -20%, rgba(0, 0, 0, 0) 75%);
}
.home .top-banner-img::after {
  display: none!important;
}
.program_section {
  position: relative;
  z-index: 3;
}
  .top-banner-with-text .container {
    z-index: 2;
    height: inherit; }
  .top-banner-with-text h1 {
    max-width: 660px;
    color: #fff;
    position: absolute;
    bottom: 100px;
    font-size: 48px;
    line-height: 1.2;
    letter-spacing: 1px;
    text-align: left; }
  .top-banner-with-text a.link {
    position: absolute;
    bottom: 80px;
    color: #fff; }
  @media screen and (max-width: 767px) {
    .top-banner-with-text {
      height: 667px;
      min-height: 0;
    }}

.sides-blocks {
  text-align: center; }
  .sides-blocks.special .container {
    width: 1140px; }
  .sides-blocks h2:empty {
    display: none; }
  .sides-blocks .side-block {
    flex-basis: 100%;
    text-align: left; }
    .sides-blocks .side-block > div, .sides-blocks .side-block > figure {
      flex-basis: 50%; }
      .sides-blocks .side-block > div img, .sides-blocks .side-block > figure img {
        box-shadow: 5px 8px 16px #00000063; }
    .sides-blocks .side-block .side-content {
      padding-left: 80px; }
      .sides-blocks .side-block .side-content .title {
        font-size: 36px;
        font-weight: 700;
        letter-spacing: 0.4px;
        color: #4d4d52;
        margin-bottom: 26px; }
      .sides-blocks .side-block .side-content .description {
        font-size: 18px;
        line-height: 1.78;
        letter-spacing: 0.4px;
        color: #6d6d75;
        max-width: 400px; }
      .sides-blocks .side-block .side-content .link {
        font-size: 15px;
        font-weight: 700;
        letter-spacing: 0.4px;
        color: #8cc63e;
        text-transform: uppercase;
        display: inline-block;
        margin-top: 22px; }
        .sides-blocks .side-block .side-content .link img {
          max-width: 36px;
          display: inline-block;
          margin-left: 10px; }
        .sides-blocks .side-block .side-content .link span:empty + img {
          display: none; }
    .sides-blocks .side-block:nth-child(2n) {
      flex-direction: row-reverse; }
      .sides-blocks .side-block:nth-child(2n) .side-content {
        padding: 0 0 0 70px; }
      .sides-blocks .side-block:nth-child(2n) img {
        margin-left: auto; }
    .sides-blocks .side-block:nth-child(n + 2) {
      margin-top: -90px; }
  .sides-blocks .button {
    margin-top: 60px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.4px;
    color: #ffffff; }
    .sides-blocks .button img {
      transform: translate(-9px);
      display: inline-block;
      transition: all .2s; }
    .sides-blocks .button:hover img {
      transform: translate(0px); }
  @media screen and (max-width: 950px) {
    .sides-blocks .side-block > figure {
      flex-basis: 40%; }
    .sides-blocks .side-block .side-content {
      padding-left: 30px;
      flex-basis: 60%; }
      .sides-blocks .side-block .side-content .title {
        font-size: 29px; }
      .sides-blocks .side-block .side-content .description {
        font-size: 16px; }
    .sides-blocks .side-block:nth-child(n + 2) {
      margin-top: 40px; }
      .sides-blocks .side-block:nth-child(n + 2) .side-content {
        padding-left: 0;
        padding-right: 30px; } }
  @media screen and (max-width: 600px) {
    .sides-blocks .side-block {
      display: block; }
      .sides-blocks .side-block > figure {
        margin-bottom: 25px; }
        .sides-blocks .side-block > figure img {
          max-height: 350px;
          margin: 0 auto; } }

.wysiwig p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.78;
  letter-spacing: 0.4px;
  color: #6d6d75; }
  .wysiwig p.green-bg {
    color: #fff;
    background: #417632;
    padding: 0 5px;
    display: inline-block;
    margin-bottom: 20px; }
  .wysiwig p > img {
    margin-bottom: 40px; }

.wysiwig a {
  color: #79c909; }

.wysiwig h3 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.43;
  letter-spacing: 0.4px;
  color: #4d4d52;
  margin-bottom: 22px; }

.wysiwig ul {
  font-size: 18px;
  line-height: 1.78;
  letter-spacing: 0.4px;
  color: #6d6d75;
  margin: 30px 0 12px; }
  .wysiwig ul li {
    position: relative;
    padding-left: 20px;
    padding-bottom: 18px; }
    .wysiwig ul li::before {
      content: url("../images/list-decoration.svg");
      position: absolute;
      left: 0;
      top: 0; }
    .wysiwig ul li ul {
      margin: 5px 0 -5px; }
      .wysiwig ul li ul li {
        padding-bottom: 0; }

.wysiwig iframe {
  margin: 40px 0 60px;
  max-width: 100%; }

@media screen and (max-width: 850px) {
  .wysiwig p {
    font-size: 16px; }
  .wysiwig blockquote p {
    font-size: 18px; } }

blockquote {
  margin-bottom: 60px;
  margin-left: 30px;
  padding-left: 20px;
  padding-top: 40px;
  border-left: 6px solid #4C723A;
  position: relative;
  color: #8DC63F; }
  blockquote p {
    font-size: 30px;
    letter-spacing: 1px;
    font-style: italic;
    color: #8DC63F;
    padding: 0; }
    @media screen and (max-width: 850px) {
      blockquote p {
        font-size: 18px; } }
  blockquote::before {
    content: '';
    position: absolute;
    top: -3px;
    left: 16px;
    height: 35px;
    width: 50px;
    background-image: url("../images/quotes.png");
    background-size: cover;
    background-repeat: no-repeat; }

.text-content-center {
  text-align: center; }
  .text-content-center .breadcrumbs, .text-content-center .breadcrumbs a {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.78;
    letter-spacing: 0.4px;
    text-align: center;
    color: #79c909;
    margin-bottom: 39px; }
    .text-content-center .breadcrumbs p, .text-content-center .breadcrumbs a p {
      padding: 0; }
  .text-content-center h1 {
    text-align: center;
    margin-bottom: 7px; }
  .text-content-center h3 {
    text-align: center;
    margin-bottom: 60px;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.43;
    letter-spacing: 0.4px;
    color: #4d4d52;
    padding: 0; }
  .text-content-center .content {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.78;
    letter-spacing: 0.4px;
    text-align: center;
    color: #6d6d75; }

.images_repeater .images {
  margin-bottom: -80px; }
  .images_repeater .images .single-image {
    flex-basis: 23%;
    margin-bottom: 80px; }
    .images_repeater .images .single-image img {
      max-width: 160px;
      margin: 0 auto; }

@media screen and (max-width: 900px) {
  .images_repeater .images .single-image {
    flex-basis: 31%; } }

@media screen and (max-width: 650px) {
  .images_repeater .images .single-image {
    flex-basis: 48%; } }

@media screen and (max-width: 450px) {
  .images_repeater .images .single-image {
    flex-basis: 100%; } }

.tabs_repeater {
  margin-bottom: 60px; }
  .tabs_repeater .tabs .single-tab {
    padding: 18px 0 19px;
    border-top: 1px solid #f3f3f3;
    cursor: pointer; }
    .tabs_repeater .tabs .single-tab .title {
      font-size: 15px;
      font-weight: 700;
      letter-spacing: 0.4px;
      color: #6d6d75;
      position: relative; }
      .tabs_repeater .tabs .single-tab .title::after {
        content: '';
        background-image: url("../images/grey_arrow.png");
        transform: rotate(90deg) translateX(-50%);
        position: absolute;
        top: 50%;
        right: 0;
        height: 30px;
        width: 30px;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: cover; }
    .tabs_repeater .tabs .single-tab .description {
      display: none;
      font-size: 15px;
      line-height: 2.13;
      letter-spacing: 0.4px;
      color: #6d6d75; }
    .tabs_repeater .tabs .single-tab.active .title::after {
      transform: rotate(-90deg) translateX(50%); }
    .tabs_repeater .tabs .single-tab.active .description {
      margin-top: 25px;
      display: block; }

.three-columns {
  margin-bottom: 60px; }
  .three-columns .three-columns-items {
    flex-wrap: wrap; }
    .three-columns .three-columns-items .column {
      flex-basis: 31%; }
      .three-columns .three-columns-items .column .cover {
        height: 196px;
        margin-bottom: 22px; }
      .three-columns .three-columns-items .column .title {
        font-size: 28px;
        font-weight: 700;
        line-height: 1.43;
        letter-spacing: 0.4px;
        color: #4d4d52;
        margin-bottom: 19px; }
      .three-columns .three-columns-items .column .description {
        font-size: 16px;
        font-weight: 400;
        line-height: 1.63;
        letter-spacing: 0.36px;
        color: #6d6d75; }
  @media screen and (max-width: 800px) {
    .three-columns .three-columns-items .column {
      flex-basis: 48%;
      margin-bottom: 25px; } }
  @media screen and (max-width: 550px) {
    .three-columns .three-columns-items .column {
      flex-basis: 100%; } }

.three-columns-with-link {
  margin-bottom: 60px; }
  .three-columns-with-link .three-columns-items .column {
    border-radius: 2.3px;
    box-shadow: 0 0 46px 0 rgba(0, 0, 0, 0.1);
    flex-basis: 31%; }
    .three-columns-with-link .three-columns-items .column .cover {
      height: 227px; }
    .three-columns-with-link .three-columns-items .column .info {
      padding: 23px; }
    .three-columns-with-link .three-columns-items .column .title {
      font-size: 28px;
      font-weight: 700;
      line-height: 1.43;
      letter-spacing: 0.4px;
      color: #4d4d52;
      margin-bottom: 19px; }
    .three-columns-with-link .three-columns-items .column .description {
      font-size: 16px;
      font-weight: 400;
      line-height: 1.63;
      letter-spacing: 0.36px;
      color: #6d6d75; }
    .three-columns-with-link .three-columns-items .column .link {
      margin-top: 25px;
      font-size: 15px;
      font-weight: 700;
      letter-spacing: 0.4px;
      color: #8cc63e;
      text-transform: uppercase;
      display: inline-block; }
      .three-columns-with-link .three-columns-items .column .link img {
        max-width: 36px;
        display: inline-block;
        margin-left: 10px; }
  @media screen and (max-width: 800px) {
    .three-columns-with-link .three-columns-items {
      flex-wrap: wrap; }
    .three-columns-with-link .three-columns-items .column {
      flex-basis: 48%;
      margin-bottom: 25px; } }
  @media screen and (max-width: 550px) {
    .three-columns-with-link .three-columns-items .column {
      flex-basis: 100%; } }

.more-about .title {
  border-top: solid 1px #8cc63e;
  padding-top: 54px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.43;
  letter-spacing: 0.4px;
  color: #4d4d52;
  margin-bottom: 29px; }

.more-about .content {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.78;
  letter-spacing: 0.4px;
  color: #6d6d75; }
  .more-about .content a {
    color: #8cc63e; }

@media screen and (max-width: 850px) {
  .more-about .title {
    font-size: 24px; }
  .more-about .content {
    font-size: 16px; } }

.link_list h2 {
  font-size: 36px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 0.4px;
  color: #4d4d52;
  padding: 0;
  margin-bottom: 39px; }
  .link_list h2::before {
    display: none; }

.link_list h4 {
  font-size: 28px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: 0.4px;
  color: #4d4d52;
  margin-bottom: 18px;
  padding: 0; }

.link_list .links .single_link {
  border-bottom: 1px solid #d8d8d8; }
  .link_list .links .single_link a {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.78;
    letter-spacing: 0.4px;
    color: #74a633; }

@media screen and (max-width: 850px) {
  .link_list h4 {
    font-size: 20px; }
  .link_list .links .single_link a {
    font-size: 16px; } }

@media screen and (max-width: 450px) {
  .link_list .links .single_link {
    flex-direction: column;
    align-items: baseline; } }

.tabs-dashboard .tabs {
  flex-direction: column;
  overflow: hidden; }
  .tabs-dashboard .tabs .tabs-nav {
    margin: 0 0 64px -35px; }
  .tabs-dashboard .tabs .tab-item {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.82;
    letter-spacing: 0.31px;
    color: #4d4d52;
    cursor: pointer;
    padding: 0 35px;
    border-bottom: 4px solid transparent; }
    .tabs-dashboard .tabs .tab-item.active {
      color: #8cc63e;
      border-color: #8cc63e; }
      .tabs-dashboard .tabs .tab-item.active .tab-info {
        display: block; }
  .tabs-dashboard .tabs .tab-info {
    display: none;
    font-size: 18px;
    font-weight: 400;
    line-height: 0.67;
    letter-spacing: 0.4px;
    color: #6d6d75; }
    .tabs-dashboard .tabs .tab-info a {
      color: #74a633; }
    .tabs-dashboard .tabs .tab-info.active {
      display: block; }

@media screen and (max-width: 850px) {
  .tabs-dashboard .tabs .tabs-nav {
    margin-left: -20px; }
  .tabs-dashboard .tabs .tab-item {
    font-size: 18px;
    padding: 0 20px; } }

@media screen and (max-width: 670px) {
  .tabs-dashboard .tabs .tabs-nav {
    flex-direction: column; }
  .tabs-dashboard .tabs .tab-info {
    font-size: 16px; } }

.swiper-section h2 {
  font-weight: 400; }

.swiper-section .swiper-slide {
  position: relative; }
  .swiper-section .swiper-slide .container-swiper {
    position: relative;
    padding: 46px 85px 32px 62px; }
    .swiper-section .swiper-slide .container-swiper .swiper-button-next {
      left: initial;
      position: absolute;
      width: 56px;
      height: 56px;
      padding: 20px 24px;
      top: 22px;
      right: 0;
      background-image: url("../images/grey_arrow.png");
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-size: 30px;
      background-color: transparent; }
      .swiper-section .swiper-slide .container-swiper .swiper-button-next:hover {
        background-color: #8cc63e; }
    .swiper-section .swiper-slide .container-swiper .swiper-button-prev {
      left: initial;
      position: absolute;
      top: 22px;
      right: 55px;
      width: 56px;
      height: 56px;
      padding: 20px 24px;
      background-image: url("../images/grey_arrow.png");
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-size: 30px;
      transform: rotate(180deg);
      background-color: transparent; }
      .swiper-section .swiper-slide .container-swiper .swiper-button-prev:hover {
        background-color: #8cc63e; }
  .swiper-section .swiper-slide .cover {
    height: 640px; }
  .swiper-section .swiper-slide .info {
    position: absolute;
    right: 0;
    bottom: -25px;
    max-width: 541px;
    background: #fff; }
    .swiper-section .swiper-slide .info .title {
      font-size: 36px;
      font-weight: 700;
      letter-spacing: 0.4px;
      color: #4d4d52;
      margin-bottom: 20px; }
    .swiper-section .swiper-slide .info .description {
      font-size: 18px;
      font-weight: 400;
      line-height: 1.56;
      letter-spacing: 0.4px;
      color: #6d6d75; }
    .swiper-section .swiper-slide .info .link {
      z-index: 20;
      letter-spacing: 0.4px;
      color: #8cc63e;
      font-weight: 700;
      display: inline-block;
      text-decoration: none;
      text-transform: uppercase;
      margin-top: 20px; }
      .swiper-section .swiper-slide .info .link img {
        margin-left: 10px;
        max-width: 36px;
        display: inline-block; }

@media screen and (max-width: 850px) {
  .swiper-section .swiper-slide .cover {
    height: 540px; }
  .swiper-section .swiper-slide .container-swiper {
    padding: 20px; }
  .swiper-section .swiper-slide .info .title {
    font-size: 28px; }
  .swiper-section .swiper-slide .info .description {
    font-size: 16px; }
  .swiper-section .swiper-slide .container-swiper .swiper-button-next, .swiper-section .swiper-slide .container-swiper .swiper-button-prev {
    height: 40px;
    width: 40px; }
  .swiper-section .swiper-slide .container-swiper .swiper-button-prev {
    right: 40px; } }

.video-cover {
  height: 680px;
  margin-bottom: 100px;
  position: relative; }
  .video-cover .video-triangle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10; }
  .video-cover a.fancy {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 50; }
  .video-cover h1 {
    font-size: 40px;
    font-weight: 700;
    position: absolute;
    bottom: 110px;
    line-height: 1.2;
    letter-spacing: 0.83px;
    text-align: center;
    color: #ffffff;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    max-width: 940px; }
  @media screen and (max-width: 1000px) {
    .video-cover {
      height: 500px; }
      .video-cover h1 {
        font-size: 28px;
        bottom: 10px;
        width: 95%;
        max-width: initial; }
      .video-cover .video-triangle {
        top: 45%; } }

body.single .top-cover-image {
  height: 400px;
  margin-bottom: 80px; }

body.single article h1 {
  text-align: left;
  margin-bottom: 60px;
  padding: 0; }

body.single article time {
  color: #4d4d52;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 10px; }

body.single article p {
  font-size: 22px;
  line-height: 1.45;
  letter-spacing: 0.5px;
  color: #54545c;
  margin: 0 0 29px; }
  body.single article p a {
    color: #8cc63e; }

body.single header .logo:hover .logo-white-gif {
  opacity: 1;
  height: 48px; }

body.blog .top-cover-image {
  height: 400px;
  margin-bottom: 80px; }

body.blog header nav .sign-up {
  color: #4d4d52; }

body.blog .top-nav {
  margin-bottom: 43px; }

body.blog .posts {
  margin-bottom: 100px; }
  body.blog .posts .post {
    padding: 40px 0;
    border-bottom: 1px solid #d8d8d8;
    flex-basis: 31%;
    overflow: hidden; }
    body.blog .posts .post img {
      transition: all .3s; }
      body.blog .posts .post img:hover {
        transform: scale(1.1); }
    body.blog .posts .post .post-image {
      overflow: hidden;
      height: 215px; }
    body.blog .posts .post .info h3 {
      padding: 30px 0 0;
      margin-bottom: 20px; }
      body.blog .posts .post .info h3 a {
        font-size: 24px;
        line-height: 1.43;
        letter-spacing: .4px;
        color: #4d4d52; }

@media screen and (max-width: 850px) {
  body.blog .posts .post {
    flex-basis: 48%; } }

@media screen and (max-width: 650px) {
  body.blog .posts .post {
    flex-basis: 100%; }
  body.blog .breadcrumbs {
    margin-bottom: 25px; }
  body.blog .top-cover-image {
    margin-bottom: 50px; }
  body.blog .top-nav {
    margin-bottom: 30px; }
    body.blog .top-nav h1 {
      font-size: 32px; } }

body.error404 header .logo:hover .logo-white-gif {
  opacity: 1;
  height: 48px; }

.single-cpt-person {
  font-size: 22px;
  line-height: 1.45;
  letter-spacing: 0.5px;
  color: #54545c;
  font-weight: 400;
  margin-bottom: 100px; }
  .single-cpt-person .container {
    width: 960px; }
  .single-cpt-person .person-cover {
    height: 385px;
    margin-bottom: 30px; }
  .single-cpt-person h1 {
    text-align: left; }
  .single-cpt-person p {
    font-size: 22px;
    line-height: 1.45;
    letter-spacing: 0.5px;
    color: #54545c;
    font-weight: 400; }

@media screen and (max-width: 500px) {
  .container {
    padding: 0 8px; } }

.select-box {
  text-align: right; }
  .select-box select {
    border-radius: 0;
    height: 60px;
    font-size: 15px;
    padding: 0 20px;
    line-height: normal;
    background: url("../images/down_arrow.png") no-repeat right center;
    letter-spacing: 0.4px;
    color: #54545C;
    font-weight: 700;
    background-size: 35px;
    width: 224.6px;
    margin: 0px 6px;
    text-align: left; }
  .select-box .people_select_box + span {
    display: none; }

.page-404 {
  margin-top: 100px; }
  .page-404 .wrap .container {
    width: 960px; }
    .page-404 .wrap .container h1 {
      font-size: 47px;
      padding: 0;
      margin-bottom: 40px; }
    .page-404 .wrap .container p {
      font-size: 20px;
      line-height: 1.45;
      letter-spacing: 0.5px;
      color: #54545c;
      font-weight: 400;
      margin: 0;
      text-align: center; }
      .page-404 .wrap .container p a {
        color: #79c909; }

#mega-menu-wrap-main_menu {
  background-color: #fff; }
  #mega-menu-wrap-main_menu li:hover {
    color: #79c909 !important;
    background-color: transparent !important; }
  #mega-menu-wrap-main_menu li a {
    color: #4d4d52 !important;
    font-size: 16px !important; }
    #mega-menu-wrap-main_menu li a:hover {
      color: #79c909 !important;
      background-color: transparent !important; }
  #mega-menu-wrap-main_menu li .mega-sub-menu {
    border-bottom: 2px solid #8cc63e;
    box-shadow: 0 3px 20px 0 rgba(21, 28, 19, 0.1) !important; }
    #mega-menu-wrap-main_menu li .mega-sub-menu a {
      padding: 15px 20px !important;
      font-size: 16px !important;
      line-height: 1 !important; }
  #mega-menu-wrap-main_menu .mega-menu-link {
    background-color: #fff !important; }
    #mega-menu-wrap-main_menu .mega-menu-link:hover {
      background-color: #fff !important;
      color: #79c909 !important; }

ul {
  font-size: 18px;
  line-height: 1.78;
  letter-spacing: 0.4px;
  color: #6d6d75;
  margin: 30px 0 12px; }
  ul li {
    position: relative;
    padding-left: 20px;
    padding-bottom: 18px; }
    ul li::before {
      content: url("../images/list-decoration.svg");
      position: absolute;
      left: 0;
      top: 0; }
    ul li ul {
      margin: 5px 0 -5px; }
      ul li ul li {
        padding-bottom: 0; }

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 3px;
  font-size: 18px; }

table tbody, table tfoot, table thead {
  border: 1px solid #f1f1f1;
  background-color: #fefefe; }

table tbody td, table tbody th {
  padding: .5rem .625rem .625rem; }

table tbody tr:nth-child(even) {
  border-bottom: 0;
  background-color: #f1f1f1; }

.page-template-tpl-community header {
  margin-bottom: 90px; }

.cpt-output {
  flex-wrap: wrap;
  margin-bottom: 100px;
  justify-content: flex-start; }
  .cpt-output .single-cpt-post {
    overflow: hidden;
    flex-basis: 23%;
    margin-bottom: 2.5%;
    margin-right: 2%;
    position: relative; }
    .cpt-output .single-cpt-post figure img {
      height: 257px;
      width: 100%;
      object-fit: cover; }
    .cpt-output .single-cpt-post .info {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      padding: 5px 10px;
      opacity: 0;
      background-color: #8cc63e;
      transition: all .3s;
      color: #ffffff; }
      .cpt-output .single-cpt-post .info a {
        color: #ffffff;
        position: relative; }
        .cpt-output .single-cpt-post .info a::before {
          content: '';
          position: absolute;
          top: -300px;
          right: -300px;
          bottom: -300px;
          left: -300px; }
      .cpt-output .single-cpt-post .info .name {
        font-size: 16px;
        font-weight: 700;
        line-height: 18px;
        margin-bottom: 0px;
        letter-spacing: 0.2px;
        color: #ffffff;
        transition-delay: 0.15s; }
      .cpt-output .single-cpt-post .info .description {
        font-size: 14px;
        margin-bottom: 0;
        letter-spacing: 0.2px; }
    .cpt-output .single-cpt-post:hover .info {
      opacity: 1; }
    .cpt-output .single-cpt-post.hidden {
      display: none; }
  .cpt-output:empty {
    display: none; }
  @media screen and (max-width: 950px) {
    .cpt-output .single-cpt-post {
      flex-basis: 31%; }
      .cpt-output .single-cpt-post .info {
        opacity: 1; } }
  @media screen and (max-width: 700px) {
    .cpt-output .single-cpt-post {
      flex-basis: 48%; } }
  @media screen and (max-width: 500px) {
    .cpt-output .single-cpt-post {
      flex-basis: 100%; } }

.top-nav .breadcrumbs {
  margin-bottom: 42px;
  font-size: 18px;
  line-height: 1.78;
  letter-spacing: 0.4px; }
  .top-nav .breadcrumbs a {
    color: #79c909; }
  .top-nav .breadcrumbs .current {
    color: #4d4d52; }
  .top-nav .breadcrumbs .separator {
    margin: 0 5px;
    color: #4d4d52; }

.top-nav h1, .top-nav h2 {
  text-align: left;
  font-size: 44px;
  font-weight: 700;
  letter-spacing: 0.49px;
  color: #4d4d52;
  margin-bottom: 7px;
  padding: 0; }
  .top-nav h1::before, .top-nav h2::before {
    display: none; }

.top-nav h2 {
  font-size: 28px;
  line-height: 1.43;
  letter-spacing: 0.4px;
  color: #4d4d52; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  line-height: 1.2;
  padding-bottom: 20px; }

body {
  font-family: "Proxima Nova Rg"; }

p {
  padding-bottom: 20px;
  line-height: 1.5; }

.container {
  margin: 0 auto;
  width: 1140px;
  max-width: 94%;
  position: relative; }

ol {
  list-style-type: decimal;
  padding: 0 0 10px 30px; }
  ol li {
    padding-bottom: 10px; }

.flex {
  display: flex; }

.align-items {
  align-items: center; }

.justify-content {
  justify-content: space-between; }

.flex-wrap {
  flex-wrap: wrap; }

.cover {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat; }

.text-center {
  text-align: center; }

a {
  text-decoration: none; }

h1 {
  font-size: 44px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.49px;
  text-align: center;
  color: #4d4d52;
  margin-bottom: 43px;
  padding: 0; }
  @media screen and (max-width: 850px) {
    h1 {
      font-size: 30px !important; } }

h2 {
  font-size: 38px;
  letter-spacing: 1.69px;
  font-weight: 700;
  text-align: center;
  color: #909090;
  padding-bottom: 23px;
  margin-bottom: 60px;
  position: relative; }
  h2::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: #8cc63e; }
  @media screen and (max-width: 850px) {
    h2 {
      font-size: 24px !important; } }
  h2:empty {
    display: none; }

.fancybox-bg {
  background: #fff;
  opacity: .8; }

.fancybox-slide > div {
  margin: 30px 40px 44px; }

#video-popup {
  padding: 30px;
  background: transparent;
  border-radius: 8px;
  max-width: 100%; }
  #video-popup .content {
    background-color: #ffffff;
    padding: 0;
    border-radius: 8px;
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.2); }
  #video-popup iframe {
    max-width: 100%; }
  @media screen and (max-width: 850px) {
    #video-popup {
      padding: 0;
      margin: 20px 10px; }
      #video-popup iframe {
        height: 400px; } }

.fancybox-close-small:after {
  content: '';
  background-image: url("../images/close-popup.svg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat; }

#mega-menu-wrap-main_menu {
  padding: 10px 0; }

#mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item > a.mega-menu-link {
  padding: 0 20px;
  background-color: transparent !important;
  color: #ffffff !important; }
  #mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item > a.mega-menu-link:hover {
    color: #8cc63e !important; }

#mega-menu-wrap-main_menu {
  background-color: transparent; }

#mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-flyout ul.mega-sub-menu {
  border-bottom: 2px solid #8cc63e; }

@media screen and (min-width: 769px) {
  #mega-menu-wrap-main_menu #mega-menu-main_menu[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu, #mega-menu-wrap-main_menu #mega-menu-main_menu[data-effect="fade_up"] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu {
    top: 30px; } }
