﻿

.iv {
    opacity: 0;
    transition: all 0.6s ease-in-out;
}

.iv--from-below {
    transform: translateY(60px);
}

.iv--from-right {
    transform: translateX(60px);
}

.iv--from-left {
    transform: translateX(-60px);
}

.iv--from-below-mobile {
    transform: translateY(60px);
}

.iv.iv-delay {
    transition-delay: 0.75s;
}

.iv.iv-loaded {
    opacity: 1;
    transform: translateY(0);
}

@media screen and (min-width: 992px) {
    .iv--from-below-mobile {
        transform: translateY(0);
    }

    .iv--from-right-desktop {
        transform: translateX(60px);
    }

    .iv--from-left-desktop {
        transform: translateX(-60px);
    }
}

@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/montserrat/montserrat-v25-latin-500.woff2");
}

@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/montserrat/montserrat-v25-latin-700.woff2");
}

@font-face {
    font-family: "Hind";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/hind/hind-v16-latin-regular.woff2");
}

/* hind-500 - latin */
@font-face {
    font-family: "Hind";
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/hind/hind-v16-latin-500.woff2");
}
/*
@font-face {
    font-family: "Hind";
    font-style: normal;
    font-weight: 600;
    src: url("../fonts/hind-v16-latin-600.woff2");
}*/

@font-face {
    font-family: "Hind";
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/hind/hind-v16-latin-700.woff2");
}

@keyframes scrollDesktop {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(-18px);
    }

    50% {
        transform: translateY(-95px);
    }

    100% {
        transform: translateY(-18px);
    }
}

@keyframes scrollMobile {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(-10px);
    }

    50% {
        transform: translateY(-58px);
    }

    100% {
        transform: translateY(-10px);
    }
}

@keyframes beforemagic {
    50% {
        opacity: 0;
    }

    55% {
        opacity: 1;
        width: 13px;
        top: -4px;
        right: -3px;
    }

    65% {
        width: 30px;
        top: 6px;
        right: 10px;
    }

    80% {
        width: 20px;
        top: 9px;
        right: 13px;
    }

    100% {
        width: 20px;
        top: 9px;
        right: 13px;
        opacity: 1;
    }
}

@keyframes expand {
    0% {
        color: transparent;
    }

    20% {
        width: 36px;
    }

    45% {
        width: 250px;
    }

    99% {
        color: transparent;
    }

    100% {
        width: 250px;
        color: #fff;
    }
}

* {
    box-sizing: border-box;
}

.body-container {
    overflow: hidden;
}

body {
    padding: 0;
    vertical-align: baseline;
    line-height: normal;
    -webkit-font-smoothing: antialiased;
    font-family: "Hind";
    background-color: white;
    color: #015571;
    max-width: 1920px;
    margin: 0 auto;
}

@media (max-width: 479px) {
    p, ul, ol,
    .site-header__login, .site-header__top-nav-menu,
    .block-contact-form__shortcode .wpcf7-form input:not([type=submit])::placeholder,
    .block-contact-form__shortcode .wpcf7-form input:not([type=submit]),
    .block-contact-form__shortcode .wpcf7-form textarea::placeholder,
    .block-contact-form__shortcode .wpcf7-form textarea,
    .contact-hero__shortcode .wpcf7 .wpcf7-form > p > span textarea,
    .contact-hero__shortcode .wpcf7-form > p > span input:not([type=submit]),
    .contact-hero__address {
        font-size: 0.9375rem;
    }
}

@media (min-width: 480px) {
    p, ul, ol,
    .site-header__login,
    .site-header__top-nav-menu,
    .block-contact-form__shortcode .wpcf7-form input:not([type=submit])::placeholder,
    .block-contact-form__shortcode .wpcf7-form input:not([type=submit]),
    .block-contact-form__shortcode .wpcf7-form textarea::placeholder,
    .block-contact-form__shortcode .wpcf7-form textarea,
    .contact-hero__shortcode .wpcf7 .wpcf7-form > p > span textarea,
    .contact-hero__shortcode .wpcf7-form > p > span input:not([type=submit]),
    .contact-hero__address {
        font-size: calc(0.9375rem + (1vw - 0.3rem) * 0.5738);
    }
}

@media (min-width: 1701px) {
    p, ul, ol,
    .site-header__login,
    .site-header__top-nav-menu,
    .block-contact-form__shortcode .wpcf7-form input:not([type=submit])::placeholder,
    .block-contact-form__shortcode .wpcf7-form input:not([type=submit]),
    .block-contact-form__shortcode .wpcf7-form textarea::placeholder,
    .block-contact-form__shortcode .wpcf7-form textarea,
    .contact-hero__shortcode .wpcf7 .wpcf7-form > p > span textarea,
    .contact-hero__shortcode .wpcf7-form > p > span input:not([type=submit]),
    .contact-hero__address {
        font-size: 1.375rem;
    }
}

@media (max-width: 479px) {
    .site-footer__menu-title {
        font-size: 1.3125rem;
    }
}

@media (min-width: 480px) {
    .site-footer__menu-title {
        font-size: calc(1.3125rem + (1vw - 0.3rem) * 0.7377);
    }
}

@media (min-width: 1701px) {
    .site-footer__menu-title {
        font-size: 1.875rem;
    }
}

@media (max-width: 479px) {
    .site-footer__address, .site-footer__contact-link {
        font-size: 0.875rem;
    }
}

@media (min-width: 480px) {
    .site-footer__address, .site-footer__contact-link {
        font-size: calc(0.875rem + (1vw - 0.3rem) * 0.4918);
    }
}

@media (min-width: 1701px) {
    .site-footer__address, .site-footer__contact-link {
        font-size: 1.25rem;
    }
}

@media (max-width: 479px) {
    .site-footer__credit, .site-footer ul li {
        font-size: 1rem;
    }
}

@media (min-width: 480px) {
    .site-footer__credit, .site-footer ul li {
        font-size: calc(1rem + (1vw - 0.3rem) * 0.1639);
    }
}

@media (min-width: 1701px) {
    .site-footer__credit, .site-footer ul li {
        font-size: 1.125rem;
    }
}

@media (max-width: 479px) {
    .site-footer__copyright, .news-card__date {
        font-size: 0.875rem;
    }
}

@media (min-width: 480px) {
    .site-footer__copyright, .news-card__date {
        font-size: calc(0.875rem + (1vw - 0.3rem) * 0.1639);
    }
}

@media (min-width: 1701px) {
    .site-footer__copyright, .news-card__date {
        font-size: 1rem;
    }
}

@media screen and (min-width: 1921px) {
    body {
        max-width: initial;
    }
}

@media screen and (min-width: 992px) {
    body h1, body h2, body h3, body h4, body h5, body h6, body p, body ul, body ol, body ul li, body ol li {
        margin-bottom: 2rem;
    }
}

.masks__wrapper {
    position: relative;
    overflow: hidden;
}

.masks__blue-cannon {
    position: absolute;
    z-index: -1;
}

.masks__blue-cannon--left {
    top: 0;
    left: 8rem;
    background: linear-gradient(315deg, rgba(0, 109, 150, 0), 75%, rgba(0, 109, 150, 0.1));
    width: 100%;
    border-radius: 757px 0 0 757px;
    height: 1488px;
}

.masks__blue-cannon--right {
    top: 50%;
    right: 8rem;
    border-radius: 0 757px 757px 0;
    background: linear-gradient(315deg, rgba(0, 109, 150, 0) 0%, rgba(0, 109, 150, 0) 35%, rgba(0, 109, 150, 0.1) 100%);
    width: 100%;
    height: 1151px;
}

.masks__single-event-cannon {
    position: absolute;
    top: 0;
    left: 20%;
    background: linear-gradient(315deg, rgba(0, 109, 150, 0), 75%, rgba(0, 109, 150, 0.3));
    width: 100%;
    border-radius: 877px 0 0 877px;
    height: 1627px;
}

.masks__round-cylinder {
    position: absolute;
    z-index: -1;
    border: 6px solid #006d96;
    opacity: 0.04;
}

.masks__round-cylinder--right {
    right: 0;
}

.masks__round-cylinder--left {
    left: 2rem;
}

.masks__round-cylinder--first {
    top: 20%;
    border-radius: 346px;
    width: 573px;
    height: 35%;
}

.masks__round-cylinder--second {
    top: 77%;
    border-radius: 346px 0 0 346px;
    width: 40%;
    height: 424px;
}

.masks__round-cylinder--third {
    bottom: -10rem;
    border-radius: 346px 346px 0 0;
    width: 573px;
    height: 20%;
}

.masks__single-event-round-cylinder {
    position: absolute;
    border: 6px solid #006d96;
}

.masks__single-event-round-cylinder--right {
    border-right: 0;
    right: 0;
}

.masks__single-event-round-cylinder--left {
    border-left: 0;
    left: 0;
}

.masks__single-event-round-cylinder--first {
    top: 25%;
    border-radius: 0 704px 704px 0;
    width: 25%;
    height: 455px;
    opacity: 0.3;
}

.masks__single-event-round-cylinder--second {
    bottom: 5%;
    border-radius: 704px 0 0 704px;
    width: 40%;
    height: 424px;
    opacity: 0.3;
}

.section {
    margin: 0;
    padding: 3rem 1rem;
}

.section--site-header {
    margin: 0;
    padding: 0 1rem;
}

.section--common-hero {
    margin: 0;
    padding: 0 1rem;
}

.section--related-events {
    margin: 0;
    padding: 3rem 1rem;
}

.section--news-details {
    margin: calc(110px + 3rem) 0 3rem;
    padding: 0 1rem;
}

.section--news-body {
    margin: 3rem 0 0;
    padding: 0 1rem 3rem;
}

.section--drop-down-subnav-mobile {
    margin: 0;
    padding: 3rem 1rem 0;
}

.section--event-content {
    margin: 0;
    padding: calc(110px + 3rem) 1rem 3rem;
}

.section--block-post-slider {
    margin: 0;
    padding: 3rem 1rem;
}

.section--block-full-width-image {
    margin: 0;
    padding: 0;
}

.section--block-image-and-cta-cards {
    margin: 3rem 0 11rem;
    padding: 0 1rem;
}

.section--block-image-and-cta-cards:nth-child(3n+3) {
    margin: 3rem 0;
    padding: 0;
}

.section--block-three-cta-cards {
    margin: 0;
    padding: 3rem 1rem;
}

.section--events-listing {
    margin: 0;
    padding: 3rem 1rem;
}

.section--footer {
    margin: 0;
    padding: 3rem 1rem;
}

.section--blue {
    position: relative;
    background-color: #015571;
}

.section--grey {
    background-color: #f0f0f0;
}

.section--non-color + .section--non-color {
    padding-top: 0;
}

.section--color-grey + .section--color-grey {
    padding-top: 0;
}

.section--color-blue + .section--color-blue {
    padding-top: 0;
}

.section--block-three-cta-cards + .section--non-color {
    padding-top: 0;
}

.section--non-color + .section--block-three-cta-cards {
    padding-top: 0;
}

.section--events-listing + .section--color-blue {
    padding-top: 0;
}

.section--color-blue + .section--events-listing {
    padding-top: 0;
}

.section--block-three-cta-cards + .section--block-image-and-cta-slider + .section--block-image-and-cta-cards {
    margin-top: 0;
}

.section--block-cta-and-images + .section--block-cta-and-images-slider {
    padding-top: 3rem;
}

.section--non-color + .section--block-image-and-cta-slider + .section--block-image-and-cta-cards {
    margin-top: 0;
}

.site-header__nav pane-content {
    padding: 3rem 1rem 8rem;
}

@media screen and (min-width: 576px) {
    .section {
        margin: 0;
        padding: 4rem;
    }

    .section--site-header {
        margin: 0;
        padding: 0 4rem;
    }

    .section--common-hero {
        margin: 0;
        padding: 0 4rem;
    }

    .section--related-events {
        margin: 0;
        padding: 4rem;
    }

    .section--news-details {
        margin: calc(110px + 4rem) 0 4rem;
        padding: 0 4rem;
    }

    .section--news-body {
        margin: 4rem 0 0;
        padding: 0 4rem 4rem;
    }

    .section--drop-down-subnav-mobile {
        margin: 0;
        padding: 4rem 4rem 0;
    }

    .section--event-content {
        margin: 0;
        padding: calc(110px + 4rem) 4rem 4rem;
    }

    .section--block-post-slider {
        margin: 0;
        padding: 4rem;
    }

    .section--block-full-width-image {
        margin: 0;
        padding: 0;
    }

    .section--block-image-and-cta-cards {
        margin: 4rem 0 12rem;
        padding: 0 4rem;
    }

    .section--block-image-and-cta-cards:nth-child(3n+3) {
        margin: 4rem 0;
        padding: 0;
    }

    .section--block-three-cta-cards {
        margin: 0;
        padding: 4rem;
    }

    .section--events-listing {
        margin: 0;
        padding: 4rem;
    }

    .section--footer {
        margin: 0;
        padding: 4rem;
    }

    .section--non-color + .section--non-color {
        padding-top: 0;
    }

    .section--color-grey + .section--color-grey {
        padding-top: 0;
    }

    .section--color-blue + .section--color-blue {
        padding-top: 0;
    }

    .section--block-three-cta-cards + .section--non-color {
        padding-top: 0;
    }

    .section--non-color + .section--block-three-cta-cards {
        padding-top: 0;
    }

    .section--block-cta-and-images + .section--block-cta-and-images-slider {
        padding-top: 4rem;
    }

    .site-header__nav pane-content {
        padding: 4rem 4rem 8rem;
    }

    .woocommerce-page .masks__wrapper--common {
        margin-top: 0;
    }
}

@media screen and (min-width: 992px) {
    .section--news-details {
        margin: calc(170px + 4rem) 0 4rem;
        padding: 0 4rem;
    }

    .section--event-content {
        margin: 0;
        padding: calc(170px + 4rem) 4rem 4rem;
    }

    .section--events-listing + .section--non-color {
        padding-top: 0;
    }

    .section--non-color + .section--events-listing {
        padding-top: 0;
    }

    .section--events-listing + .section--color-blue {
        padding-top: 4rem;
    }

    .section--color-blue + .section--events-listing {
        padding-top: 4rem;
    }

    .section--events-listing + script + .section--block-three-cta-cards {
        padding-top: 0;
    }

    .section--events-listing + script + .section--block-image-and-cta-slider + .section--block-image-and-cta-cards {
        margin-top: 0;
    }

    .section--drop-down-subnav-desktop + .section--drop-down-subnav-mobile + .section--non-color {
        padding-top: 0;
    }
}

@media screen and (min-width: 1200px) {
    .section--event-content {
        margin: 0;
        padding: calc(170px + 4rem) 4rem 0;
    }

    .section--block-three-cta-cards {
        margin: 0;
        padding: 4rem;
    }

    .section--block-three-cta-cards + .section--non-color {
        padding-top: 0;
    }

    .section--non-color + .section--block-three-cta-cards {
        padding-top: 4rem;
    }

    .section--events-listing + script + .section--block-three-cta-cards {
        padding-top: 4rem;
    }

    .site-header__nav pane-content {
        padding: 4rem 4rem 6rem;
    }
}

@media screen and (min-width: 1400px) {
    .section {
        margin: 0;
        padding: 8rem;
    }

    .section--site-header {
        margin: 0;
        padding: 0 8rem;
    }

    .section--common-hero {
        margin: 0;
        padding: 0 8rem;
    }

    .section--related-events {
        margin: 0;
        padding: 8rem;
    }

    .section--news-details {
        margin: calc(170px + 8rem) 0 4rem;
        padding: 0 8rem;
    }

    .section--news-body {
        margin: 4rem 0 0;
        padding: 0 8rem 8rem;
    }

    .section--event-content {
        margin: 0;
        padding: calc(170px + 8rem) 8rem 0;
    }

    .section--block-post-slider {
        margin: 0;
        padding: 8rem;
    }

    .section--block-full-width-image {
        margin: 0;
        padding: 0;
    }

    .section--block-three-cta-cards {
        margin: 0;
        padding: 8rem;
    }

    .section--block-image-and-cta-slider {
        margin: 0;
        padding: 8rem;
    }

    .section--events-listing {
        margin: 0;
        padding: 8rem;
    }

    .section--footer {
        margin: 0;
        padding: 8rem;
    }

    .section--non-color + .section--non-color {
        padding-top: 0;
    }

    .section--color-grey + .section--color-grey {
        padding-top: 0;
    }

    .section--color-blue + .section--color-blue {
        padding-top: 0;
    }

    .section--block-three-cta-cards + .section--non-color {
        padding-top: 0;
    }

    .section--non-color + .section--block-three-cta-cards {
        padding-top: 8rem;
    }

    .section--block-image-and-cta-slider + .section--non-color {
        padding-top: 0;
    }

    .section--events-listing + .section--color-blue {
        padding-top: 8rem;
    }

    .section--color-blue + .section--events-listing {
        padding-top: 8rem;
    }

    .section--events-listing + script + .section--block-three-cta-cards {
        padding-top: 8rem;
    }

    .section--drop-down-subnav-desktop + .section--drop-down-subnav-mobile + .section--non-color {
        padding-top: 0;
    }

    .site-header__nav pane-content {
        padding: 6rem 8rem 8rem;
    }

    .woocommerce-page .masks__wrapper--common {
        margin-top: 0;
    }
}

body.nav-open {
    overflow: hidden;
}

body.nav-open .site-header__nav {
    transform: translate3d(0, 0, 0);
}

.site-header__outer-section {
    background-color: transparent;
    z-index: 15;
    position: fixed;
    top: 0;
    width: 100%;
    height: 110px;
}

.site-header__outer-section.scrolling {
    transition: all 0.2s ease;
    background-color: rgba(255, 255, 255, 0.93);
}

.site-header__outer-section.scrolling .site-header__top-nav-menu li a {
    color: #015571;
}

.site-header__outer-section.scrolling .site-header__top-nav-menu li a:hover {
    border-bottom: 2px solid #015571;
}

.site-header__outer-section.scrolling .search-bar form.expand {
    color: #015571;
}

.site-header__outer-section.scrolling .search-bar input {
    border: 3px solid #015571;
    color: #015571;
}

.site-header__outer-section.scrolling .search-bar .after:before, .site-header__outer-section.scrolling .search-bar .after:after {
    background-color: #015571;
}

.site-header__outer-section.scrolling .search-bar input[type=search]::placeholder {
    color: #015571;
}

.site-header__outer-section.scrolling .mobile-search__icon--white {
    display: none;
}

.site-header__outer-section.scrolling .mobile-search__icon--blue {
    display: block;
}

.site-header__outer-section.scrolling .menu__icon span {
    background-color: #015571;
}

.site-header__outer-section.scrolling .menu__icon:before,
.site-header__outer-section.scrolling .menu__icon:after {
    background-color: #015571;
}

.site-header__outer-section.scrolling .menu__icon.menu_shown span {
    background-color: transparent;
}

.site-header__outer-section.scrolling .site-header__logo-image--white {
    display: none;
}

.site-header__outer-section.scrolling .site-header__logo-image--blue {
    display: initial;
}

.site-header__inner-section {
    height: 100%;
}

.site-header__container {
    height: 100%;
}

.site-header__row {
    height: 100%;
}

.site-header__bar-container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
}

.site-header__bar-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row;
}

.site-header__top-nav-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row;
}

.site-header__top-nav-menu--desktop {
    display: none;
}

.site-header__top-nav-menu--desktop li {
    margin: 0 3rem 0 0;
}

.site-header__top-nav-menu--mobile {
    flex-wrap: wrap;
    justify-content: center;
}

.site-header__top-nav-menu--mobile li {
    margin: 1rem;
}

.site-header__top-nav-menu li a {
    font-family: "Hind";
    color: white;
}

.site-header__top-nav-menu li a:hover {
    opacity: 1;
    border-bottom: 2px solid white;
}

.site-header__login {
    margin: 0 3rem 0 0;
    font-family: "Hind";
    color: white;
}

.site-header__login:hover {
    opacity: 1;
    border-bottom: 2px solid white;
}

.site-header__logo-link {
    margin: 0;
    height: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

.site-header__logo-image {
    height: 100%;
}

.site-header__logo-image--blue {
    display: none;
}

.site-header__hamburger-container {
    cursor: pointer;
    border-radius: 50px;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

.site-header__hamburger-wrapper {
    width: 38px;
    height: 22px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.site-header__hamburger-wrapper.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -4.5px;
    left: 6px;
}

.site-header__hamburger-wrapper.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

.site-header__hamburger-wrapper.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 22.5px;
    left: 6px;
}

.site-header__hamburger-wrapper span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background-color: white;
    border-radius: 4.5px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.site-header__hamburger-wrapper span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.site-header__hamburger-wrapper span:nth-child(2) {
    top: 9.5px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.site-header__hamburger-wrapper span:nth-child(3) {
    top: 19px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.site-header__nav {
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: transform 500ms ease;
    transform: translate3d(100%, 0%, 0);
    z-index: 10;
    background: #015571;
}

.site-header__nav::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    background: linear-gradient(180deg, rgba(1, 85, 113, 0) 0%, #015571 100%);
    height: 8rem;
}

.site-header__nav nav-pane {
    background: #015571;
    overflow: hidden;
    overflow-y: auto;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    transition: transform 750ms ease;
    transform: translate3d(100%, 0, 0);
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
}

.site-header__nav nav-pane::-webkit-scrollbar {
    width: 0;
}

.site-header__nav nav-pane.top {
    top: 80px;
    z-index: 1;
}

.site-header__nav nav-pane.sub {
    top: 110px;
    z-index: 2;
}

.site-header__nav nav-pane.top, .site-header__nav nav-pane.current {
    transform: translate3d(0, 0, 0);
}

.site-header__nav nav-pane.current ~ nav-pane.top {
    transform: translate3d(-100%, 0, 0);
}

.site-header__nav pane-content {
    display: block;
}

.site-header__nav nav ul {
    list-style-type: none;
    margin-bottom: 0;
    padding: 0;
}

.site-header__nav nav ul li {
    line-height: 160%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

.site-header__nav nav ul li a {
    color: white;
    text-decoration: none;
    font-family: "Hind";
}

.site-header__nav nav ul li a:hover {
    opacity: 1;
    font-size: 130%;
    border-bottom: 2px solid white;
}

.site-header__nav nav ul button[data-action=reveal-submenu] {
    cursor: pointer;
    transition: all 0.2s ease;
    background: transparent;
    border: none;
    color: #fff;
    font-family: "Hind";
    line-height: 160%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

.site-header__nav nav ul button[data-action=reveal-submenu]:hover {
    font-size: 130%;
    border-bottom: 2px solid white;
}

.site-header__nav nav ul button[data-action=reveal-submenu]:hover .site-header__icon {
    left: 10px;
}

.site-header__nav nav ul button[data-action=hide-submenu] {
    cursor: pointer;
    transition: all 0.2s ease;
    background: transparent;
    border: 0;
    color: #fff;
    font-family: "Hind";
    line-height: 160%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

.site-header__nav nav ul button[data-action=hide-submenu]:hover {
    font-size: 130%;
    border-bottom: 2px solid white;
}

.site-header__nav nav ul button[data-action=hide-submenu]:hover .site-header__icon {
    right: 10px;
}

.site-header__icon {
    position: relative;
}

.site-header__icon--hide {
    right: 0;
    margin-right: 1rem;
    transition: right ease 0.5s;
    transform: rotate(180deg);
}

.site-header__icon--reveal {
    left: 0;
    margin-left: 1rem;
    transition: left ease 0.5s;
}

body:not(.page-template-template-professionals) .menu-item-407 {
    display: none;
}

@media screen and (min-width: 576px) {
    .site-header__logo-link {
        height: 40%;
    }

    .site-header .menu__icon {
        height: 32px;
        width: 43px;
    }

    .site-header .menu__icon span {
        height: 4px;
        margin-top: -2px;
    }

    .site-header .menu__icon:before,
    .site-header .menu__icon:after {
        height: 4px;
    }

    .site-header .menu__icon:before {
        top: 2px;
        margin-top: -2px;
    }

    .site-header .menu__icon:after {
        bottom: 2px;
        margin-bottom: -2px;
    }
}

@media screen and (min-width: 992px) {
    .site-header__outer-section {
        height: 170px;
    }

    .site-header__nav nav-pane.top {
        top: 170px;
    }

    .site-header__nav nav-pane.sub {
        top: 170px;
    }
}

@media screen and (min-width: 1200px) {
    .site-header__top-nav-menu--desktop {
        display: flex;
    }

    .site-header__top-nav-menu--mobile {
        display: none;
    }
}

.common-hero__section {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-direction: row;
    position: relative;
    height: 45vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.common-hero__section--search {
    background-color: #015571;
}

.common-hero__section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: rgba(0, 50, 67, 0.19);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
    width: 100%;
    height: 100%;
}

.common-hero__video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.common-hero__container {
    position: relative;
    z-index: 1;
    height: calc(100% - 110px);
}

.common-hero__row {
    height: 100%;
}

.common-hero__col {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-direction: row;
}

.common-hero__title {
    position: relative;
    margin-bottom: 2.5rem;
    color: white;
    text-align: center;
}

@media screen and (min-width: 576px) {
    .common-hero__section {
        height: 40vh;
    }

    .common-hero__title {
        margin-bottom: 4rem;
    }
}

@media screen and (min-width: 992px) {
    .common-hero__section {
        height: 30vh;
    }

    .common-hero__container {
        height: calc(100% - 170px);
    }
}

@media screen and (min-width: 1200px) {
    .common-hero__section {
        height: 40vh;
    }
}

@media screen and (max-height: 900px) and (min-width: 601px) and (max-width: 1600px) {
    .common-hero__section {
        height: 55vh;
    }
}

.socials__container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
}

.socials__link {
    display: block;
    margin: 0 2rem 0 0;
    text-decoration: none;
}

.site-footer {
    color: white;
    text-align: center;
}

.site-footer__section {
    background-color: #015571;
}

.site-footer__col--main {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
}

.site-footer__col--socials {
    display: none;
}

.site-footer__col--contact {
    order: 2;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
}

.site-footer__col--menu {
    order: 1;
}

.site-footer span {
    display: block;
}

.site-footer a {
    display: block;
    color: white;
}

.site-footer a.site-footer__credit-link {
    display: inline-block;
}

.site-footer__logo {
    width: 110px;
}

.site-footer__menu-container--main {
    margin-bottom: 3rem;
}

.site-footer__menu-container--legal.legal-desktop {
    display: none;
}

.site-footer__menu-container--legal.legal-mobile {
    order: 2;
}

.site-footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.site-footer ul li {
    margin-bottom: 1rem;
    line-height: 175%;
}

.site-footer ul li a {
    font-family: "Hind";
}

.site-footer__menu-wrapper--main li {
    margin-bottom: 1rem;
}

.site-footer__menu-wrapper--legal {
    flex-wrap: wrap;
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

.site-footer__menu-wrapper--legal li {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

.site-footer__menu-wrapper--legal li:first-of-type:before {
    display: none;
}

.site-footer__menu-wrapper--legal li::before {
    content: "|";
    padding: 0 1rem;
    font-size: 24px;
}

.site-footer__contact-wrapper {
    margin-bottom: 2rem;
    order: 1;
}

.site-footer__address {
    margin-bottom: 2rem;
    line-height: 175%;
}

.site-footer__contact-link {
    margin-bottom: 1rem;
    font-family: "Hind";
    line-height: 175%;
}

.site-footer__credit {
    line-height: 175%;
    order: 5;
}

.site-footer__copyright-wrapper {
    order: 3;
    margin-bottom: 2rem;
}

.site-footer__copyright {
    line-height: 185%;
}

.site-footer__menu-title {
    margin-bottom: 1rem;
    font-family: "Hind";
    line-height: 160%;
}

.site-footer__socials {
    order: 4;
    margin-bottom: 2rem;
}

@media screen and (min-width: 992px) {
    .site-footer {
        text-align: left;
    }

    .site-footer__col--main {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
    }

    .site-footer__col--socials {
        display: block;
    }

    .site-footer__col--contact {
        order: 1;
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: column;
    }

    .site-footer__col--menu {
        order: 2;
    }

    .site-footer__logo {
        width: 140px;
    }

    .site-footer span.site-footer__menu-title--contact {
        display: none;
    }

    .site-footer__menu-container--main {
        margin-bottom: 2rem;
    }

    .site-footer__menu-container--legal.legal-desktop {
        display: block;
    }

    .site-footer__menu-container--legal.legal-mobile {
        display: none;
    }

    .site-footer__menu-wrapper--legal {
        margin-bottom: 0;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-direction: row;
    }

    .site-footer__menu-title {
        margin-bottom: 2rem;
    }

    .site-footer__socials {
        display: none;
    }

    .site-footer__address {
        margin-bottom: 1rem;
    }

    .site-footer__socials {
        margin-bottom: 0;
    }

    .site-footer__credit {
        order: 2;
        margin-bottom: 0.5rem;
    }

    .site-footer__copyright-wrapper {
        margin-bottom: 0;
    }
}

.search-bar {
    display: none;
    margin: 0 3rem 0 0;
    /* Hold final focused state
    ****************************/
}

.search-bar form {
    transition: all 0.15s;
}

.search-bar form.explode {
    transform: scale(1.4);
    opacity: 0;
}

.search-bar html {
    padding-top: 100px;
}

.search-bar form {
    width: 36px;
    height: 36px;
    margin: 0 auto;
    display: block;
    box-sizing: border-box;
    position: relative;
}

.search-bar input[type=submit] {
    display: none;
}

.search-bar input[type=search]::placeholder {
    color: white;
    opacity: 0.6;
}

.search-bar input {
    width: 100%;
}

.search-bar input {
    background: none;
    border: 3px solid #fff;
    border-radius: 26px;
    box-sizing: border-box;
    padding: 3px 15px 4px;
    font-size: 14px;
    color: #fff;
    z-index: 2;
    position: relative;
}

.search-bar input:focus {
    outline: none;
}

.search-bar .after {
    width: 36px;
    height: 36px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

.search-bar form.expand .after {
    cursor: pointer;
}

.search-bar .after:before,
.search-bar .after:after {
    content: "";
    width: 13px;
    height: 3px;
    background-color: #fff;
    border-radius: 3px;
    position: absolute;
    transform-origin: 100% 100%;
}

.search-bar .after:after {
    bottom: -3px;
    right: -3px;
    transform: rotate(45deg);
}

.search-bar .after:before {
    top: -3px;
    right: -3px;
    transform: rotate(-45deg);
    opacity: 0;
}

@keyframes aftermagic {
    10% {
        width: 24px;
        bottom: -10px;
        right: -10px;
    }

    15% {
        opacity: 1;
    }

    35% {
        width: 13px;
        bottom: -3px;
        right: -3px;
        opacity: 0;
    }

    25% {
        opacity: 0;
    }

    64% {
        opacity: 0;
    }

    65% {
        opacity: 1;
        width: 13px;
        bottom: -2px;
        right: -3px;
    }

    75% {
        width: 30px;
        bottom: 4px;
        right: 10px;
    }

    90% {
        width: 20px;
        bottom: 10px;
        right: 15px;
    }

    100% {
        width: 20px;
        bottom: 10px;
        right: 15px;
    }
}

.mobile-search {
    margin: 0 1rem 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

.mobile-search__icon {
    width: 32px;
}

.mobile-search__icon--white {
    display: block;
}

.mobile-search__icon--blue {
    display: none;
}

@media screen and (min-width: 576px) {
    .mobile-search {
        margin: 0 2rem 0 0;
    }

    .mobile-search__icon {
        width: initial;
    }
}

@media screen and (min-width: 1200px) {
    .search-bar {
        display: block;
    }

    .mobile-search {
        display: none;
    }
}

.search__section .search-form {
    position: relative;
}

.search__section .search-form .search-field {
    width: 100%;
    border-radius: 50px;
    border: 1px solid #015571;
    padding: 0.8rem 4rem 0.8rem 1.5rem;
    font-family: "Hind";
    color: #015571;
    outline: none;
}

.search__section .search-form .search-field::-webkit-search-decoration, .search__section .search-form .search-field::-webkit-search-cancel-button, .search__section .search-form .search-field::-webkit-search-results-button, .search__section .search-form .search-field::-webkit-search-results-decoration {
    display: none;
}

.search__section .search-form .search-field::placeholder {
    color: #015571;
    opacity: 0.5;
}


