﻿@charset "UTF-8";

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

@keyframes slideUp {
    from {
        transform: translateY(50%);
    }

    to {
        transform: translateY(0);
    }
}

@keyframes slideDownImg {
    from {
        transform: translate(-50%, -10%);
    }

    to {
        transform: translate(-50%, 0);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
        padding-top: 0;
    }

    to {
        opacity: 1;
    }
}

.standard-btn:link,
.standard-btn:visited {
    display: inline-block;
    margin: 20px 0 10px;
    padding: 12px 20px;
    letter-spacing: 1.6px;
    font-weight: 300;
    color: #fff;
    font-size: .875rem;
    background: #4babe6;
    border: solid 1px #4babe6;
    border-radius: 14px;
    text-transform: uppercase;
    line-height: 1;
    transition: background 300ms ease-in-out, border-color 300ms ease-in-out;
    text-align: center;
    opacity: 1;
}

.standard-btn:link:hover,
.standard-btn:link:active,
.standard-btn:link:focus,
.standard-btn:visited:hover,
.standard-btn:visited:active,
.standard-btn:visited:focus {
    text-decoration: none;
    background: #2275a8;
    border-color: #2275a8;
}

@media(min-width:992px) {

    .standard-btn:link,
    .standard-btn:visited {
        padding: 15px 50px;
    }
}

.standard-btn--ghost:link,
.standard-btn--ghost:visited {
    background: none;
}

.standard-btn--ghost:link:hover,
.standard-btn--ghost:link:active,
.standard-btn--ghost:link:focus,
.standard-btn--ghost:visited:hover,
.standard-btn--ghost:visited:active,
.standard-btn--ghost:visited:focus {
    background: none;
}

.standard-btn.colour-pink {
    background: #e31c79;
    border: solid 1px #e31c79;
}

.standard-btn.colour-pink:hover,
.standard-btn.colour-pink:active,
.standard-btn.colour-pink:focus {
    border-color: #ca196c;
    background: #ca196c;
}

.standard-btn.colour-pink.standard-btn--ghost {
    background: none;
    color: #e31c79;
}

.standard-btn.colour-pink.standard-btn--ghost:hover,
.standard-btn.colour-pink.standard-btn--ghost:active,
.standard-btn.colour-pink.standard-btn--ghost:focus {
    background: none;
    color: #ca196c;
}

.standard-btn.colour-yellow {
    background: #ffd100;
    border: solid 1px #ffd100;
}

.standard-btn.colour-yellow:hover,
.standard-btn.colour-yellow:active,
.standard-btn.colour-yellow:focus {
    border-color: #dfb700;
    background: #dfb700;
}

.standard-btn.colour-yellow.standard-btn--ghost {
    background: none;
    color: #ffd100;
}

.standard-btn.colour-yellow.standard-btn--ghost:hover,
.standard-btn.colour-yellow.standard-btn--ghost:active,
.standard-btn.colour-yellow.standard-btn--ghost:focus {
    background: none;
    color: #dfb700;
}

.standard-btn.colour-green {
    background: #78be20;
    border: solid 1px #78be20;
}

.standard-btn.colour-green:hover,
.standard-btn.colour-green:active,
.standard-btn.colour-green:focus {
    border-color: #69a51c;
    background: #69a51c;
}

.standard-btn.colour-green.standard-btn--ghost {
    background: none;
    color: #78be20;
}

.standard-btn.colour-green.standard-btn--ghost:hover,
.standard-btn.colour-green.standard-btn--ghost:active,
.standard-btn.colour-green.standard-btn--ghost:focus {
    color: #69a51c;
    background: none;
}

.lightbox-bg {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 1000;
    opacity: .8;
}

.video-wrapper {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    border: 2px solid #fff;
    z-index: 1002;
    overflow: visible;
    width: 80vw;
    transform: translate(-50%, -50%);
}

.video-wrapper .close {
    cursor: pointer;
    color: #fff;
    border-radius: 4px;
    background: #232323;
    font-size: 31px;
    font-weight: 700;
    line-height: 0;
    padding: 11px 3px;
    position: absolute;
    right: 2px;
    top: 2px;
    z-index: 1;
    opacity: .9;
}

.video-wrapper .close:before {
    content: "×";
}

.video-wrapper .video-element {
    height: 80vh;
    width: 79.5vw;
}

.play-button {
    width: 52px;
    height: 52px;
    cursor: pointer;
    margin-bottom: 3rem;
    margin-left: 15px;
}

@media(min-width:576px) {
    .play-button {
        width: 64px;
        height: 64px;
    }
}

@media(min-width:768px) {
    .play-button {
        width: 74px;
        height: 74px;
        margin-bottom: 0;
    }
}

@media(min-width:1200px) {
    .play-button {
        width: 100px;
        height: 100px;
    }
}

.umbraco-forms-perspectum form .umbraco-forms-page fieldset.umbraco-forms-fieldset,
.umbraco-forms-perspectum-gated form .umbraco-forms-page fieldset.umbraco-forms-fieldset {
    padding: 0 0 0 0;
    margin: 0 0 10px 0;
}

.umbraco-forms-perspectum form .umbraco-forms-page fieldset.umbraco-forms-fieldset .row-fluid,
.umbraco-forms-perspectum-gated form .umbraco-forms-page fieldset.umbraco-forms-fieldset .row-fluid {
    margin-left: -15px;
    margin-right: -15px;
}

@media(min-width:768px) {

    .umbraco-forms-perspectum form .umbraco-forms-page fieldset.umbraco-forms-fieldset .row-fluid,
    .umbraco-forms-perspectum-gated form .umbraco-forms-page fieldset.umbraco-forms-fieldset .row-fluid {
        display: flex;
        justify-content: flex-start;
        margin-left: -40px;
        margin-right: -40px;
    }
}

.umbraco-forms-perspectum form .umbraco-forms-page fieldset.umbraco-forms-fieldset .row-fluid .umbraco-forms-container,
.umbraco-forms-perspectum-gated form .umbraco-forms-page fieldset.umbraco-forms-fieldset .row-fluid .umbraco-forms-container {
    max-width: 100%;
    width: 100%;
}

@media(min-width:768px) {

    .umbraco-forms-perspectum form .umbraco-forms-page fieldset.umbraco-forms-fieldset .row-fluid .umbraco-forms-container.col-md-12,
    .umbraco-forms-perspectum form .umbraco-forms-page fieldset.umbraco-forms-fieldset .row-fluid .umbraco-forms-container.col-md-6,
    .umbraco-forms-perspectum-gated form .umbraco-forms-page fieldset.umbraco-forms-fieldset .row-fluid .umbraco-forms-container.col-md-12,
    .umbraco-forms-perspectum-gated form .umbraco-forms-page fieldset.umbraco-forms-fieldset .row-fluid .umbraco-forms-container.col-md-6 {
        padding-right: 40px;
        padding-left: 40px;
    }
}

.umbraco-forms-perspectum form .umbraco-forms-page fieldset.umbraco-forms-fieldset .row-fluid .umbraco-forms-container.g-recaptcha div,
.umbraco-forms-perspectum-gated form .umbraco-forms-page fieldset.umbraco-forms-fieldset .row-fluid .umbraco-forms-container.g-recaptcha div {
    margin: auto;
}

.umbraco-forms-perspectum form .umbraco-forms-page fieldset.umbraco-forms-fieldset .row-fluid .umbraco-forms-container .umbraco-forms-field,
.umbraco-forms-perspectum-gated form .umbraco-forms-page fieldset.umbraco-forms-fieldset .row-fluid .umbraco-forms-container .umbraco-forms-field {
    margin-bottom: 1rem;
}

.umbraco-forms-perspectum form .umbraco-forms-page fieldset.umbraco-forms-fieldset .row-fluid .umbraco-forms-container .umbraco-forms-field.hidden,
.umbraco-forms-perspectum-gated form .umbraco-forms-page fieldset.umbraco-forms-fieldset .row-fluid .umbraco-forms-container .umbraco-forms-field.hidden {
    margin-bottom: 0;
}

.umbraco-forms-perspectum form .umbraco-forms-page fieldset.umbraco-forms-fieldset .row-fluid .umbraco-forms-container .umbraco-forms-field.dataconsent input[type=checkbox],
.umbraco-forms-perspectum-gated form .umbraco-forms-page fieldset.umbraco-forms-fieldset .row-fluid .umbraco-forms-container .umbraco-forms-field.dataconsent input[type=checkbox] {
    width: auto !important;
    min-width: unset;
    display: inline-block;
    margin-right: .5rem;
}

.umbraco-forms-perspectum form .umbraco-forms-page fieldset.umbraco-forms-fieldset .row-fluid .umbraco-forms-container .umbraco-forms-field .umbraco-forms-field-wrapper select,
.umbraco-forms-perspectum form .umbraco-forms-page fieldset.umbraco-forms-fieldset .row-fluid .umbraco-forms-container .umbraco-forms-field .umbraco-forms-field-wrapper input,
.umbraco-forms-perspectum form .umbraco-forms-page fieldset.umbraco-forms-fieldset .row-fluid .umbraco-forms-container .umbraco-forms-field .umbraco-forms-field-wrapper textarea,
.umbraco-forms-perspectum-gated form .umbraco-forms-page fieldset.umbraco-forms-fieldset .row-fluid .umbraco-forms-container .umbraco-forms-field .umbraco-forms-field-wrapper select,
.umbraco-forms-perspectum-gated form .umbraco-forms-page fieldset.umbraco-forms-fieldset .row-fluid .umbraco-forms-container .umbraco-forms-field .umbraco-forms-field-wrapper input,
.umbraco-forms-perspectum-gated form .umbraco-forms-page fieldset.umbraco-forms-fieldset .row-fluid .umbraco-forms-container .umbraco-forms-field .umbraco-forms-field-wrapper textarea {
    padding: 13px;
    min-width: 20%;
    max-width: 100% !important;
    width: 100%;
    display: block;
    background: #fff;
    border: 1px solid #9b9b9b;
    border-radius: 6px;
}

.umbraco-forms-perspectum form .umbraco-forms-page fieldset.umbraco-forms-fieldset .row-fluid .umbraco-forms-container .umbraco-forms-field .umbraco-forms-field-wrapper textarea,
.umbraco-forms-perspectum-gated form .umbraco-forms-page fieldset.umbraco-forms-fieldset .row-fluid .umbraco-forms-container .umbraco-forms-field .umbraco-forms-field-wrapper textarea {
    min-height: 100px;
}

.umbraco-forms-perspectum form .umbraco-forms-page fieldset.umbraco-forms-fieldset .row-fluid .umbraco-forms-container .umbraco-forms-field .umbraco-forms-field-wrapper .checkboxlist,
.umbraco-forms-perspectum-gated form .umbraco-forms-page fieldset.umbraco-forms-fieldset .row-fluid .umbraco-forms-container .umbraco-forms-field .umbraco-forms-field-wrapper .checkboxlist {
    width: 100%;
    margin-bottom: 20px;
}

.umbraco-forms-perspectum form .umbraco-forms-page fieldset.umbraco-forms-fieldset .row-fluid .umbraco-forms-container .umbraco-forms-field .umbraco-forms-field-wrapper .checkboxlist .checkboxlist-item,
.umbraco-forms-perspectum-gated form .umbraco-forms-page fieldset.umbraco-forms-fieldset .row-fluid .umbraco-forms-container .umbraco-forms-field .umbraco-forms-field-wrapper .checkboxlist .checkboxlist-item {
    position: relative;
    margin-bottom: 10px;
}

.umbraco-forms-perspectum form .umbraco-forms-page fieldset.umbraco-forms-fieldset .row-fluid .umbraco-forms-container .umbraco-forms-field .umbraco-forms-field-wrapper .checkboxlist .checkboxlist-item input,
.umbraco-forms-perspectum-gated form .umbraco-forms-page fieldset.umbraco-forms-fieldset .row-fluid .umbraco-forms-container .umbraco-forms-field .umbraco-forms-field-wrapper .checkboxlist .checkboxlist-item input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.umbraco-forms-perspectum form .umbraco-forms-page fieldset.umbraco-forms-fieldset .row-fluid .umbraco-forms-container .umbraco-forms-field .umbraco-forms-field-wrapper .checkboxlist .checkboxlist-item input:checked~label:after,
.umbraco-forms-perspectum-gated form .umbraco-forms-page fieldset.umbraco-forms-fieldset .row-fluid .umbraco-forms-container .umbraco-forms-field .umbraco-forms-field-wrapper .checkboxlist .checkboxlist-item input:checked~label:after {
    opacity: 1;
}

.umbraco-forms-perspectum form .umbraco-forms-page fieldset.umbraco-forms-fieldset .row-fluid .umbraco-forms-container .umbraco-forms-field .umbraco-forms-field-wrapper .checkboxlist .checkboxlist-item label,
.umbraco-forms-perspectum-gated form .umbraco-forms-page fieldset.umbraco-forms-fieldset .row-fluid .umbraco-forms-container .umbraco-forms-field .umbraco-forms-field-wrapper .checkboxlist .checkboxlist-item label {
    position: relative;
    padding-left: 25px;
    margin-bottom: 0;
}

@media(min-width:768px) {

    .umbraco-forms-perspectum form .umbraco-forms-page fieldset.umbraco-forms-fieldset .row-fluid .umbraco-forms-container .umbraco-forms-field .umbraco-forms-field-wrapper .checkboxlist .checkboxlist-item label,
    .umbraco-forms-perspectum-gated form .umbraco-forms-page fieldset.umbraco-forms-fieldset .row-fluid .umbraco-forms-container .umbraco-forms-field .umbraco-forms-field-wrapper .checkboxlist .checkboxlist-item label {
        padding-left: 30px;
    }
}

.umbraco-forms-perspectum form .umbraco-forms-page fieldset.umbraco-forms-fieldset .row-fluid .umbraco-forms-container .umbraco-forms-field .umbraco-forms-field-wrapper .checkboxlist .checkboxlist-item label:before,
.umbraco-forms-perspectum-gated form .umbraco-forms-page fieldset.umbraco-forms-fieldset .row-fluid .umbraco-forms-container .umbraco-forms-field .umbraco-forms-field-wrapper .checkboxlist .checkboxlist-item label:before {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    width: 16px;
    height: 16px;
    border: solid 1px #000;
}

@media(min-width:768px) {

    .umbraco-forms-perspectum form .umbraco-forms-page fieldset.umbraco-forms-fieldset .row-fluid .umbraco-forms-container .umbraco-forms-field .umbraco-forms-field-wrapper .checkboxlist .checkboxlist-item label:before,
    .umbraco-forms-perspectum-gated form .umbraco-forms-page fieldset.umbraco-forms-fieldset .row-fluid .umbraco-forms-container .umbraco-forms-field .umbraco-forms-field-wrapper .checkboxlist .checkboxlist-item label:before {
        top: 3px;
        width: 22px;
        height: 22px;
    }
}

.umbraco-forms-perspectum form .umbraco-forms-page fieldset.umbraco-forms-fieldset .row-fluid .umbraco-forms-container .umbraco-forms-field .umbraco-forms-field-wrapper .checkboxlist .checkboxlist-item label:after,
.umbraco-forms-perspectum-gated form .umbraco-forms-page fieldset.umbraco-forms-fieldset .row-fluid .umbraco-forms-container .umbraco-forms-field .umbraco-forms-field-wrapper .checkboxlist .checkboxlist-item label:after {
    opacity: 0;
    content: "";
    position: absolute;
    top: 3px;
    left: 1px;
    width: 14px;
    height: 14px;
    background: #4babe6;
}

@media(min-width:768px) {

    .umbraco-forms-perspectum form .umbraco-forms-page fieldset.umbraco-forms-fieldset .row-fluid .umbraco-forms-container .umbraco-forms-field .umbraco-forms-field-wrapper .checkboxlist .checkboxlist-item label:after,
    .umbraco-forms-perspectum-gated form .umbraco-forms-page fieldset.umbraco-forms-fieldset .row-fluid .umbraco-forms-container .umbraco-forms-field .umbraco-forms-field-wrapper .checkboxlist .checkboxlist-item label:after {
        top: 4px;
        width: 20px;
        height: 20px;
    }
}

.umbraco-forms-perspectum form .umbraco-forms-page .umbraco-forms-navigation,
.umbraco-forms-perspectum-gated form .umbraco-forms-page .umbraco-forms-navigation {
    margin-left: -15px;
    margin-right: -15px;
}

.umbraco-forms-perspectum form .umbraco-forms-page .umbraco-forms-navigation div .btn.lg,
.umbraco-forms-perspectum-gated form .umbraco-forms-page .umbraco-forms-navigation div .btn.lg {
    display: inline-block;
    margin: 20px 0 10px;
    padding: 12px 20px;
    letter-spacing: 1.6px;
    font-weight: 300;
    color: #fff;
    font-size: .875rem;
    background: #4babe6;
    border: solid 1px #4babe6;
    border-radius: 14px;
    text-transform: uppercase;
    line-height: 1;
    transition: background 300ms ease-in-out, border-color 300ms ease-in-out;
    text-align: center;
    width: 250px;
}

@media(min-width:992px) {

    .umbraco-forms-perspectum form .umbraco-forms-page .umbraco-forms-navigation div .btn.lg,
    .umbraco-forms-perspectum-gated form .umbraco-forms-page .umbraco-forms-navigation div .btn.lg {
        padding: 15px 50px;
        width: 300px;
    }
}

.umbraco-forms-perspectum form .umbraco-forms-page .umbraco-forms-navigation div .btn.lg:hover,
.umbraco-forms-perspectum-gated form .umbraco-forms-page .umbraco-forms-navigation div .btn.lg:hover {
    background: #80c9f6;
    border-color: #80c9f6;
    text-decoration: none;
}

.pagination {
    display: flex;
    padding: 20px 0;
    justify-content: center;
}

.foobarpagination>ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

.foobarpagination>ul>li {
    margin: 0;
}

.foobarpagination a,
.foobarpagination span {
    display: block;
    padding: 4px 12px;
    border: 1px solid #c8cfd5;
    border-radius: 8px;
    margin: 5px;
    min-width: 42px;
    text-align: center;
}

.foobarpagination a:link,
.foobarpagination a:visited {
    font-weight: 400;
    color: #232323;
    background: #fff;
    transition: background 300ms ease-in-out, color 300ms ease-in-out, border-color 300ms ease-in-out;
}

.foobarpagination a:hover,
.foobarpagination a:active,
.foobarpagination a:focus {
    font-weight: 400;
    color: #fff;
    background: #4babe6;
    border-color: #4babe6;
    text-decoration: none;
}

.foobarpagination span {
    border-color: #4babe6;
    color: #4babe6;
}

.foobarpagination .foobarpagination-btn--prev {
    transform: rotate(90deg);
}

.foobarpagination .foobarpagination-btn--next {
    transform: rotate(270deg);
}

.foobarpagination .foobarpagination-btn svg {
    width: 15px;
    height: 15px;
}

.foobarpagination .foobarpagination-btn svg path {
    fill: #c8cfd5;
}

.foobarpagination .foobarpagination-btn span {
    background-color: #c8cfd5;
    border-color: #c8cfd5;
}

.foobarpagination .foobarpagination-btn span svg path {
    fill: #f2f2f2;
}

.grid-overview {
    padding: 2.5rem 0;
}

.grid-overview .row {
    row-gap: 2rem;
}

.grid-overview .grid-item {
    cursor: pointer;
    display: flex;
}

.grid-overview .grid-item a {
    display: flex;
    flex-direction: column;
}

.grid-overview .grid-item a:link p,
.grid-overview .grid-item a:visited p {
    color: #232323;
    transition: color 300ms ease-in-out;
}

.grid-overview .grid-item a:hover,
.grid-overview .grid-item a:active,
.grid-overview .grid-item a:focus {
    text-decoration: none;
}

.grid-overview .grid-item a:hover p,
.grid-overview .grid-item a:active p,
.grid-overview .grid-item a:focus p {
    color: #4cff00;
    text-decoration: none;
}

.grid-overview .grid-item a:hover p.news-item-date,
.grid-overview .grid-item a:active p.news-item-date,
.grid-overview .grid-item a:focus p.news-item-date {
    color: #232323;
}

.grid-overview .grid-item a:link,
.grid-overview .grid-item a:visited {
    width: 100%;
}

.grid-overview .grid-item a:link img,
.grid-overview .grid-item a:visited img {
    width: 100%;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.grid-overview .grid-item a:link .grid-item-content,
.grid-overview .grid-item a:visited .grid-item-content {
    background-color: #071c3d;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 35px 25px 55px 25px;
    flex: 1 0 auto;
    position: relative;
}

@media(min-width:992px) {

    .grid-overview .grid-item a:link .grid-item-content,
    .grid-overview .grid-item a:visited .grid-item-content {
        padding: 35px 25px 75px 25px;
    }
}

.grid-overview .grid-item a:link .grid-item-content-title,
.grid-overview .grid-item a:visited .grid-item-content-title {
    color: #80c9f6;
    font-size: 1rem;
    margin-bottom: 2.5rem;
    font-weight: 700;
    letter-spacing: .02em;
    line-height: 1.2;
    opacity: 1;
    transition: 300ms ease-in-out;
}

.grid-overview .grid-item a:link .grid-item-content-text,
.grid-overview .grid-item a:visited .grid-item-content-text {
    color: #fff;
    font-size: .85rem;
    margin-bottom: 2rem;
    letter-spacing: .02em;
    line-height: 1.25;
}

.grid-overview .grid-item a:link .grid-item-content-date,
.grid-overview .grid-item a:visited .grid-item-content-date {
    color: #fff;
    margin: 0;
    font-size: 1rem;
    letter-spacing: .02em;
    line-height: 1.2;
    position: absolute;
    bottom: 25px;
    left: 25px;
}

@media(min-width:992px) {

    .grid-overview .grid-item a:link .grid-item-content-date,
    .grid-overview .grid-item a:visited .grid-item-content-date {
        bottom: 35px;
    }
}

.grid-overview .grid-item a:hover .grid-item-content,
.grid-overview .grid-item a:active .grid-item-content,
.grid-overview .grid-item a:focus .grid-item-content {
    background-color: #071c3d;
}

.grid-overview .grid-item a:hover .grid-item-content-title,
.grid-overview .grid-item a:active .grid-item-content-title,
.grid-overview .grid-item a:focus .grid-item-content-title {
    opacity: .6;
}

.grid-overview .grid-item a:hover .grid-item-content-text,
.grid-overview .grid-item a:active .grid-item-content-text,
.grid-overview .grid-item a:focus .grid-item-content-text {
    color: #fff;
}

.grid-overview .grid-item a:hover .grid-item-content-date,
.grid-overview .grid-item a:active .grid-item-content-date,
.grid-overview .grid-item a:focus .grid-item-content-date {
    color: #fff;
}

ul.social-links {
    padding: 0;
    margin: 0 0 60px;
    list-style: none;
    display: flex;
}

ul.social-links li {
    background-color: #20304a;
    border-radius: 50px;
    margin-right: 15px;
}

@media(min-width:992px) {
    ul.social-links li {
        font-size: 1rem;
    }
}

ul.social-links li a:link,
ul.social-links li a:visited {
    color: #fff;
    font-weight: 400;
    font-size: 1rem;
    padding: 5px 10px 5px 0;
    position: relative;
    width: 26px;
    height: 26px;
    display: flex;
}

@media(min-width:992px) {

    ul.social-links li a:link,
    ul.social-links li a:visited {
        font-size: .8rem;
    }
}

ul.social-links li a:link i,
ul.social-links li a:visited i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

ul.social-links li a:hover,
ul.social-links li a:active,
ul.social-links li a:focus {
    color: #fff;
    text-decoration: none;
}

.full-width-overview-page .introduction-text {
    max-width: 900px;
}

.full-width-overview-page .full-width-overview-section {
    overflow: hidden;
}

.full-width-overview-page .full-width-overview-section .full-width-overview-title {
    font-size: 1rem;
    color: #4babe6;
    font-weight: 800;
    letter-spacing: .1rem;
    text-transform: uppercase;
    margin: 1.5rem 0 2rem;
}

.full-width-overview-page .full-width-overview-section .full-width-item {
    background: #f2f2f2;
    padding: 30px;
    border-left: 10px solid #4babe6;
    min-height: 230px;
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
    text-decoration: none;
}

@media(min-width:768px) {
    .full-width-overview-page .full-width-overview-section .full-width-item {
        margin-bottom: 40px;
    }
}

.full-width-overview-page .full-width-overview-section .full-width-item img {
    margin-bottom: 30px;
}

@media(min-width:768px) {
    .full-width-overview-page .full-width-overview-section .full-width-item img {
        float: left;
        margin-right: 60px;
        margin-bottom: 0;
    }
}

.full-width-overview-page .full-width-overview-section .full-width-item .full-width-item-content-title {
    color: #4babe6;
    font-weight: 700;
    font-size: 1.2rem;
    margin-bottom: 1.6rem;
    display: block;
}

@media(min-width:768px) {
    .full-width-overview-page .full-width-overview-section .full-width-item .full-width-item-content-title {
        font-size: 1.2rem;
    }
}

.full-width-overview-page .full-width-overview-section .full-width-item .full-width-item-content-description {
    margin-top: -1.4rem;
    margin-bottom: 1.6rem;
}

.full-width-overview-page .full-width-overview-section .full-width-item .full-width-item-content-description p {
    font-size: .9rem;
}

.page-title h1 {
    font-size: 1.6rem;
    margin: 0;
}

header {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 90px;
    background-color: #fff;
    transform: translateY(0);
    transition: transform 600ms ease-in-out;
}

header:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: transparent;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: background 1s ease-in-out;
}

@media(min-width:576px) {
    header {
        height: 80px;
    }
}

@media(min-width:1200px) {
    header {
        height: 105px;
    }
}

header .container {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 25px;
}

header .container .site-logo {
    width: 140px;
}

@media(min-width:576px) {
    header .container .site-logo {
        width: 160px;
    }
}

@media(min-width:1200px) {
    header .container .site-logo {
        width: 200px;
    }
}

header .container .site-logo a {
    display: block;
}

header .container .mobile-nav-toggle {
    margin-left: auto;
}

@media(min-width:1200px) {
    header .container .mobile-nav-toggle {
        display: none;
    }
}

header .container .mobile-nav-toggle>button {
    text-indent: -999px;
    position: relative;
    display: block;
    width: 26px;
    height: 18px;
    background: none;
    border: 0;
    overflow: hidden;
}

header .container .mobile-nav-toggle>button:focus {
    outline: 0;
}

header .container .mobile-nav-toggle>button>span {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 3px;
    background: #232323;
    border: #000 1px solid;
    border-radius: 50px;
}

header .container .mobile-nav-toggle>button>span:first-child {
    top: 0;
    bottom: unset;
}

header .container .mobile-nav-toggle>button>span:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
}

@media(min-width:1200px) {
    header .container .mobile-nav-toggle {
        display: none;
    }
}

body.not-loaded header {
    transform: translateY(-100%);
}

body.mobile-nav-active header::before {
    background-color: rgba(0, 0, 0, .4);
    z-index: 1000;
}

@media(min-width:1200px) {
    body.mobile-nav-active header::before {
        display: none;
    }
}

footer {
    padding: 20px 0 15px;
    background-color: #071936;
    color: #fff;
}

@media(min-width:992px) {
    footer {
        padding-top: 70px;
    }

    footer .footer-columns-grid .row .col-6:last-child {
        margin-left: auto;
    }
}

footer .footer-logo {
    display: block;
    width: 180px;
    max-width: 100%;
    margin: 30px 0 40px;
}

@media(min-width:992px) {
    footer .footer-logo {
        width: 225px;
        margin: 0 0 30px;
    }
}

footer .footer-column {
    margin-bottom: 15px;
    margin-left: auto;
}

footer .footer-column p {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 30px;
    color: #fff;
}

@media(min-width:992px) {
    footer .footer-column p {
        font-size: .9rem;
    }
}

footer .footer-column ul {
    padding: 0;
    margin: 0 0 60px;
    list-style: none;
}

@media(min-width:992px) {
    footer .footer-column ul li {
        font-size: 1rem;
    }
}

footer .footer-column ul li a:link,
footer .footer-column ul li a:visited {
    color: #fff;
    font-weight: 400;
    font-size: 1rem;
}

@media(min-width:992px) {

    footer .footer-column ul li a:link,
    footer .footer-column ul li a:visited {
        font-size: .8rem;
    }
}

footer .footer-column ul li a:hover,
footer .footer-column ul li a:active,
footer .footer-column ul li a:focus {
    color: #4babe6;
    text-decoration: none;
}

footer .footer-bottom {
    align-items: flex-end;
    margin-top: 30px;
    margin-bottom: 40px;
}

footer .footer-bottom .footer-copyright {
    margin-bottom: 40px;
}

@media(min-width:992px) {
    footer .footer-bottom .footer-copyright {
        margin: 0;
    }
}

footer .footer-bottom .footer-copyright p {
    font-size: 1.1rem;
    margin: 0;
    color: #fff;
}

@media(min-width:992px) {
    footer .footer-bottom .footer-copyright p {
        font-size: .8rem;
        margin: 6px 0;
    }
}

footer .footer-bottom .footer-legal-links a:link,
footer .footer-bottom .footer-legal-links a:visited {
    font-weight: 300;
    line-height: 2.4;
    color: #fff;
    float: left;
    text-decoration: none;
}

@media(min-width:992px) {

    footer .footer-bottom .footer-legal-links a:link,
    footer .footer-bottom .footer-legal-links a:visited {
        font-size: .7rem;
        margin: 0;
    }
}

footer .footer-bottom .footer-legal-links a:link span.legal-link-name,
footer .footer-bottom .footer-legal-links a:visited span.legal-link-name {
    margin-right: 10px;
}

footer .footer-bottom .footer-legal-links a:link span.legal-link-divide,
footer .footer-bottom .footer-legal-links a:visited span.legal-link-divide {
    margin-right: 10px;
}

footer .footer-bottom .footer-legal-links a:link:last-child span.legal-link-divide,
footer .footer-bottom .footer-legal-links a:visited:last-child span.legal-link-divide {
    display: none;
}

footer .footer-bottom .footer-legal-links a:hover span.legal-link-name,
footer .footer-bottom .footer-legal-links a:active span.legal-link-name,
footer .footer-bottom .footer-legal-links a:focus span.legal-link-name {
    text-decoration: underline;
}

.primary-navigation {
    display: none;
    position: absolute;
    z-index: 1000;
    max-width: 485px;
    width: 100%;
    height: 100vh;
    top: 0;
    right: -485px;
    background-color: #fff;
    visibility: hidden;
    box-sizing: border-box;
    transform-origin: right bottom;
    transform: translate(100%, 0);
    transition: 400ms ease-in-out;
}

@media(min-width:1200px) {
    .primary-navigation {
        display: block;
        visibility: visible;
        position: relative;
        right: 0;
        max-width: unset;
        margin-left: auto;
        padding-left: 100px;
        height: auto;
        width: auto;
        background-color: transparent;
        transform: translate(0, 0);
        transition: unset;
    }
}

.primary-navigation.active {
    display: block;
    visibility: visible;
    opacity: 1;
    transform: translateX(-485px);
}

@media(min-width:1200px) {
    .primary-navigation.active {
        transform: translate(0, 0);
        overflow: auto;
    }
}

.primary-navigation.active .navigation-header {
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
}

.primary-navigation.active nav {
    overflow: scroll;
}

.primary-navigation .navigation-header {
    width: 100%;
    height: 90px;
    display: flex;
    align-items: center;
    padding: 0 25px;
    z-index: 200;
}

@media(min-width:1200px) {
    .primary-navigation .navigation-header {
        display: none;
    }
}

.primary-navigation .navigation-header .navigation-logo {
    width: 140px;
}

@media(min-width:576px) {
    .primary-navigation .navigation-header .navigation-logo {
        width: 160px;
    }
}

@media(min-width:1200px) {
    .primary-navigation .navigation-header .navigation-logo {
        width: 200px;
    }
}

.primary-navigation .navigation-header .navigation-logo a {
    display: block;
}

.primary-navigation .navigation-header .mobile-close-btn {
    margin-left: auto;
    display: flex;
}

.primary-navigation .navigation-header .mobile-close-btn button {
    position: relative;
    border: 0;
    background: none;
    height: 20px;
    width: 20px;
}

.primary-navigation .navigation-header .mobile-close-btn button:focus {
    outline: 0;
}

.primary-navigation .navigation-header .mobile-close-btn button span {
    display: block;
    width: 0;
    height: 0;
    text-indent: -999px;
    overflow: hidden;
}

.primary-navigation .navigation-header .mobile-close-btn button:before,
.primary-navigation .navigation-header .mobile-close-btn button:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 2px;
    transform-origin: 50% 50%;
    background: #232323;
}

.primary-navigation .navigation-header .mobile-close-btn button:before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.primary-navigation .navigation-header .mobile-close-btn button:after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.primary-navigation nav {
    position: relative;
    z-index: 100;
    height: 100%;
    padding-top: 90px;
    padding-bottom: 60px;
}

@media(min-width:1200px) {
    .primary-navigation nav {
        height: auto;
        padding-top: 0;
        padding-bottom: 0;
    }
}

.primary-navigation nav>ul {
    margin: 0;
    padding: 15px 25px 0;
    list-style: none;
    height: auto;
    min-height: 100.5%;
}

@media(min-width:1200px) {
    .primary-navigation nav>ul {
        min-height: 0;
        display: flex;
        align-items: center;
        padding: 0;
    }
}

.primary-navigation nav>ul>li {
    position: relative;
    display: block;
}

@media(min-width:1200px) {
    .primary-navigation nav>ul>li {
        margin: 0 10px;
    }
}

.primary-navigation nav>ul>li.has-subitems svg {
    position: absolute;
    top: 16px;
    right: 10px;
    content: "";
    width: 15px;
    height: 15px;
    pointer-events: none;
}

.primary-navigation nav>ul>li.has-subitems svg path {
    fill: #232323;
}

@media(min-width:1200px) {
    .primary-navigation nav>ul>li.has-subitems svg {
        width: 15px;
        height: 15px;
        right: 15px;
    }
}

.primary-navigation nav>ul>li.has-subitems a:before {
    content: "";
    display: none;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-18px);
    border: solid 8px transparent;
    border-top-width: 0;
    border-bottom-width: 10px;
    border-bottom-color: #fff;
}

.primary-navigation nav>ul>li.active>a:link,
.primary-navigation nav>ul>li.active>a:visited,
.primary-navigation nav>ul>li.active span {
    background: #f0f0f0;
    border-radius: 5px;
}

@media(min-width:1200px) {
    .primary-navigation nav>ul>li.active a:before {
        display: block;
    }
}

.primary-navigation nav>ul>li.active svg {
    transform: rotate(180deg);
}

.primary-navigation nav>ul>li.active div {
    display: block;
}

@media(min-width:1200px) {
    .primary-navigation nav>ul>li.active div {
        position: absolute;
        top: 100%;
        left: 0;
        min-width: 300px;
    }
}

.primary-navigation nav>ul>li.header-btn {
    padding-top: 10px;
    margin-right: 0;
}

.primary-navigation nav>ul>li.header-btn>a:link,
.primary-navigation nav>ul>li.header-btn>a:visited {
    background-color: #4babe6;
    border-radius: 5px;
    padding: 10px 25px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    width: auto;
}

@media(min-width:1200px) {

    .primary-navigation nav>ul>li.header-btn>a:link,
    .primary-navigation nav>ul>li.header-btn>a:visited {
        border-radius: 18px;
        padding: 10px 30px;
    }
}

@media(min-width:1200px) {
    .primary-navigation nav>ul>li.header-btn {
        padding-top: 0;
    }
}

.primary-navigation nav>ul>li>a:link,
.primary-navigation nav>ul>li>a:visited,
.primary-navigation nav>ul>li span {
    display: inline-block;
    padding: 2px 30px 2px 10px;
    color: #232323;
    font-size: 1.25rem;
    font-weight: 400;
    letter-spacing: 1.6px;
    width: 100%;
    text-transform: uppercase;
    font-size: 1.1rem;
    margin: 10px 0;
    cursor: pointer;
    user-select: none;
}

@media(min-width:1200px) {

    .primary-navigation nav>ul>li>a:link,
    .primary-navigation nav>ul>li>a:visited,
    .primary-navigation nav>ul>li span {
        padding: 2px 40px 2px 10px;
        color: #232323;
        font-size: .75rem;
    }
}

.primary-navigation nav>ul>li>a:hover,
.primary-navigation nav>ul>li>a:active,
.primary-navigation nav>ul>li>a:focus {
    color: #232323;
    text-decoration: none;
}

.primary-navigation nav>ul>li>div {
    display: none;
    background: #fff;
}

@media(min-width:1200px) {
    .primary-navigation nav>ul>li>div {
        border-radius: 5px;
        box-shadow: 0 0 0 .5px #f1f1f1;
    }
}

.primary-navigation nav>ul>li>div>ul {
    margin: 0;
    padding: 10px 0 25px;
    list-style: none;
}

@media(min-width:1200px) {
    .primary-navigation nav>ul>li>div>ul {
        padding: 20px 20px 25px;
    }
}

.primary-navigation nav>ul>li>div>ul li {
    white-space: nowrap;
}

.primary-navigation nav>ul>li>div>ul li.active-page {
    background-color: #4babe6;
    border-radius: 5px;
    max-width: 290px;
}

@media(min-width:1200px) {
    .primary-navigation nav>ul>li>div>ul li.active-page {
        max-width: 100%;
    }
}

.primary-navigation nav>ul>li>div>ul li.active-page a:link,
.primary-navigation nav>ul>li>div>ul li.active-page a:visited,
.primary-navigation nav>ul>li>div>ul li.active-page a:hover,
.primary-navigation nav>ul>li>div>ul li.active-page a:active,
.primary-navigation nav>ul>li>div>ul li.active-page a:focus {
    color: #fff;
}

.primary-navigation nav>ul>li>div>ul li:hover {
    background-color: #4babe6;
    border-radius: 4px;
}

.primary-navigation nav>ul>li>div>ul li:hover a {
    color: #fff !important;
}

.primary-navigation nav>ul>li>div>ul li a:link,
.primary-navigation nav>ul>li>div>ul li a:visited {
    padding: 12px 10px;
    display: block;
    color: #232323;
    font-size: 1.1rem;
    font-weight: 600;
    transition: unset;
}

@media(min-width:1200px) {

    .primary-navigation nav>ul>li>div>ul li a:link,
    .primary-navigation nav>ul>li>div>ul li a:visited {
        font-size: .8rem;
    }
}

.primary-navigation nav>ul>li>div>ul li a:hover,
.primary-navigation nav>ul>li>div>ul li a:active,
.primary-navigation nav>ul>li>div>ul li a:focus {
    text-decoration: none;
    background-color: #4babe6;
    border-radius: 4px;
    color: #fff;
}

html {
    font-size: 14px;
}

@media(min-width:576px) {
    html {
        font-size: 16px;
    }
}

@media(min-width:992px) {
    html {
        font-size: 20px;
    }
}

body {
    display: block;
    color: #232323;
    font-family: "proxima-nova", "proxima-nova-condensed", "proxima-nova-extra-condensed";
    padding-top: 90px;
    position: relative;
    transition: padding 600ms ease-in-out;
}

@media(min-width:576px) {
    body {
        padding-top: 80px;
    }
}

@media(min-width:992px) {
    body {
        padding-top: 105px;
    }
}

body:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: transparent;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: background 1s ease-in-out;
}

body.mobile-nav-active {
    overflow: hidden;
}

@media(min-width:1200px) {
    body.mobile-nav-active {
        overflow: auto;
    }
}

body.mobile-nav-active:before {
    background-color: rgba(0, 0, 0, .4);
    z-index: 1000;
}

@media(min-width:1200px) {
    body.mobile-nav-active:before {
        display: none;
    }
}

body.no-scroll {
    overflow: hidden;
}

body.not-loaded {
    padding: 0;
}

body .page-content {
    padding: 40px 0;
}

@media(min-width:576px) {
    body .page-content {
        padding: 50px 0;
    }
}

@media(min-width:992px) {
    body .page-content {
        padding: 70px 0;
    }
}

body .container {
    padding-left: 25px;
    padding-right: 25px;
}

@media(min-width:1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1400px;
    }
}

h1,
h2,
h3,
h4 {
    color: #232323;
    margin: 1.25rem 0;
    font-weight: 700;
}

h1 {
    font-size: 1.7rem;
}

h1.page-heading {
    font-size: 1.6rem;
    margin-top: 0;
}

h2 {
    font-size: 1.7rem;
}

h3 {
    font-size: 1.1rem;
}

p {
    font-size: 1rem;
    font-weight: 400;
    color: #232323;
    line-height: 1.3;
}

ul li,
ol li {
    margin-bottom: .5rem;
}

ul.blue-underline,
ul.blue-underline ul {
    padding-left: 0;
    list-style: none;
}

ul.blue-underline li,
ul.blue-underline ul li {
    border-bottom: 1px solid #80c9f6;
    padding: .5rem 0;
    margin: 0;
}

ul.tick-list,
ul.tick-list ul,
ul.blue-line-list,
ul.blue-line-list ul {
    padding-left: 0;
    list-style: none;
}

ul.tick-list li,
ul.tick-list ul li,
ul.blue-line-list li,
ul.blue-line-list ul li {
    position: relative;
    padding-left: 20px;
}

@media(min-width:992px) {

    ul.tick-list li,
    ul.tick-list ul li,
    ul.blue-line-list li,
    ul.blue-line-list ul li {
        padding-left: 40px;
    }
}

ul.tick-list li:before,
ul.tick-list ul li:before,
ul.blue-line-list li:before,
ul.blue-line-list ul li:before {
    content: "";
    background: url(../../assets/i/tick.png);
    background-size: cover;
    position: absolute;
    top: 4px;
    left: 0;
    width: 12px;
    height: 12px;
}

@media(min-width:992px) {

    ul.tick-list li:before,
    ul.tick-list ul li:before,
    ul.blue-line-list li:before,
    ul.blue-line-list ul li:before {
        width: 19px;
        height: 19px;
    }
}

ul.tick-list.blue-line-list li,
ul.tick-list ul.blue-line-list li,
ul.blue-line-list.blue-line-list li,
ul.blue-line-list ul.blue-line-list li {
    border-left: 6px solid #4babe6;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.4;
    padding-left: 20px;
}

@media(min-width:992px) {

    ul.tick-list.blue-line-list li,
    ul.tick-list ul.blue-line-list li,
    ul.blue-line-list.blue-line-list li,
    ul.blue-line-list ul.blue-line-list li {
        border-width: 9px;
        margin-bottom: 25px;
        padding-left: 25px;
    }
}

ul.tick-list.blue-line-list li:before,
ul.tick-list ul.blue-line-list li:before,
ul.blue-line-list.blue-line-list li:before,
ul.blue-line-list ul.blue-line-list li:before {
    content: none;
}

a:link,
a:visited {
    color: #4babe6;
    font-weight: 700;
    outline: 0;
    text-decoration: none;
    transition: color 300ms ease-in-out;
}

a:hover,
a:active,
a:focus {
    outline: 0;
    text-decoration: underline;
}

@media(min-width:576px) {
    h1 {
        font-size: 2.6rem;
    }

    h2 {
        font-size: 2rem;
    }

    h3 {
        font-size: 1.4rem;
    }
}

@media(min-width:992px) {
    h1 {
        font-size: 3.6rem;
    }

    h2 {
        font-size: 2.5rem;
    }

    h3 {
        font-size: 2rem;
    }
}

.banner {
    position: relative;
    z-index: 1;
    overflow: hidden;
    width: 100%;
}

.banner #searchCodeForm .col-md-8 {
    padding-left: 40px;
}

.banner:before {
    content: "";
    display: block;
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 78.6%;
    transition: padding-top 600ms ease-in-out;
}

@media(min-width:768px) {
    .banner:before {
        padding-top: 60%;
    }
}

@media(min-width:1400px) {
    .banner:before {
        padding-top: 48.6%;
    }
}

@media(min-width:1680px) {
    .banner:before {
        padding-top: 45%;
    }
}

.banner.align-right .container .row {
    justify-content: flex-end;
}

.banner.align-right .container .row>div {
    float: right;
}

.banner .banner-background-img {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    object-fit: cover;
}

.banner .banner-overlay {
    position: absolute;
    z-index: 3;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .8;
}

.banner .banner-content-wrapper {
    position: absolute;
    z-index: 5;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    transition: top 600ms ease-in-out;
}

.banner .banner-content-wrapper .banner-content {
    padding: 70px 0;
}

.banner .banner-content-wrapper .banner-content h1 {
    font-size: 1.4rem;
    color: #fff;
    margin: 0;
    letter-spacing: -1px;
}

@media(min-width:768px) {
    .banner .banner-content-wrapper .banner-content h1 {
        font-size: 2.2rem;
    }
}

@media(min-width:1200px) {
    .banner .banner-content-wrapper .banner-content h1 {
        font-size: 3.2rem;
    }
}

.banner .banner-content-wrapper .banner-content h1 strong {
    font-weight: 700;
    color: #80c9f6;
}

.banner .banner-content-wrapper .banner-content h1+p {
    margin-top: 15px;
}

@media(min-width:992px) {
    .banner .banner-content-wrapper .banner-content h1+p {
        margin-top: 30px;
    }
}

.banner .banner-content-wrapper .banner-content p {
    color: #fff;
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 0;
}

@media(min-width:992px) {
    .banner .banner-content-wrapper .banner-content p {
        font-size: 1.2rem;
    }
}

.banner .banner-content-wrapper .banner-content p.banner-tag {
    text-transform: uppercase;
    font-size: .8rem;
    letter-spacing: 2.7px;
}

@media(min-width:992px) {
    .banner .banner-content-wrapper .banner-content p.banner-tag {
        font-size: .9rem;
    }
}

.banner.white-gradient .banner-content h1 {
    color: #232323;
}

.banner.white-gradient .banner-content p {
    color: #232323;
}

.not-loaded .banner .banner-content-wrapper {
    top: 7.5%;
}

@media(min-width:768px) {
    .not-loaded .banner .banner-content-wrapper {
        top: 5%;
    }
}

@media(min-width:1400px) {
    .not-loaded .banner .banner-content-wrapper {
        top: 15%;
    }
}

@media(min-width:1680px) {
    .not-loaded .banner .banner-content-wrapper {
        top: 10%;
    }
}

.not-loaded .banner:before {
    padding-top: 85%;
}

@media(min-width:768px) {
    .not-loaded .banner:before {
        padding-top: 65%;
    }
}

@media(min-width:1400px) {
    .not-loaded .banner:before {
        padding-top: 62.5%;
    }
}

@media(min-width:1680px) {
    .not-loaded .banner:before {
        padding-top: 55%;
    }
}

.home-banner .banner-content-wrapper .banner-content h1 {
    font-size: 1.7rem;
}

@media(min-width:768px) {
    .home-banner .banner-content-wrapper .banner-content h1 {
        font-size: 2.6rem;
    }
}

@media(min-width:1200px) {
    .home-banner .banner-content-wrapper .banner-content h1 {
        font-size: 3.9rem;
    }
}

.home-banner .banner-content-wrapper .banner-content p {
    font-size: 1rem;
}

@media(min-width:992px) {
    .home-banner .banner-content-wrapper .banner-content p {
        font-size: 1.4rem;
    }
}

.testimonials-section {
    position: relative;
    background: #071936;
    color: #fff;
    overflow: hidden;
}

@media(min-width:576px) {
    .testimonials-section.page-content {
        padding: 100px 0 60px;
    }
}

@media(min-width:992px) {
    .testimonials-section.page-content {
        padding: 180px 0 60px;
    }
}

.testimonials-section-bg-img {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    min-height: 120%;
    object-fit: cover;
    transform: translateY(-50%);
    transition: top 600ms ease-in-out, transform 600ms ease-in-out;
}

.testimonials-section p {
    color: #fff;
}

.testimonials-section .testimonial-text {
    position: relative;
    padding-top: 70px;
}

@media(min-width:576px) {
    .testimonials-section .testimonial-text {
        padding-top: 0;
        padding-left: 120px;
    }
}

@media(min-width:992px) {
    .testimonials-section .testimonial-text {
        padding-top: 0;
        padding-left: 30px;
    }
}

.testimonials-section .testimonial-text:before {
    content: "";
    background: url(/assets/i/quote.png) center center no-repeat;
    background-size: cover;
    width: 26px;
    height: 26px;
    position: absolute;
    top: 0;
    left: 0;
}

@media(min-width:576px) {
    .testimonials-section .testimonial-text:before {
        width: 42px;
        height: 42px;
        font-size: 2.5rem;
        top: 8px;
        left: 25px;
    }
}

@media(min-width:992px) {
    .testimonials-section .testimonial-text:before {
        width: 20px;
        height: 20px;
        font-size: 2.5rem;
        top: 8px;
        left: 0;
    }
}

.testimonials-section .testimonial-text p {
    font-size: 1.7rem;
}

@media(min-width:576px) {
    .testimonials-section .testimonial-text p {
        font-size: 2.5rem;
    }
}

@media(min-width:992px) {
    .testimonials-section .testimonial-text p:last-child:after {
        content: "";
        background: url(/assets/i/quote-close.png) center center no-repeat;
        background-size: cover;
        width: 20px;
        height: 20px;
        position: absolute;
    }
}

.testimonials-section .testimonial-img img {
    border-radius: 50%;
    max-width: 200px;
    margin: 50px auto 0;
}

@media(min-width:992px) {
    .testimonials-section .testimonial-img img {
        margin: 0 auto;
    }
}

.testimonials-section .slick-slide {
    opacity: 0;
    transition: opacity 300ms ease-in-out;
}

.testimonials-section .slick-slide.slick-active {
    opacity: 1;
    transition-delay: 600ms;
    transition-duration: 600ms;
}

.testimonials-section .testimonial-info {
    text-align: center;
    margin-top: 25px;
}

.testimonials-section .testimonial-info p {
    font-size: 1.4rem;
    margin-bottom: 5px;
}

@media(min-width:576px) {
    .testimonials-section .testimonial-info p {
        font-size: 1.2rem;
    }
}

@media(min-width:992px) {
    .testimonials-section .testimonial-info p {
        font-size: 1rem;
    }
}

.testimonials-section .testimonial-info p.testimonial-company {
    font-size: 1.3rem;
    text-transform: uppercase;
}

@media(min-width:576px) {
    .testimonials-section .testimonial-info p.testimonial-company {
        font-size: 1.1rem;
    }
}

@media(min-width:992px) {
    .testimonials-section .testimonial-info p.testimonial-company {
        font-size: .9rem;
    }
}

.testimonials-section ul.slick-dots {
    padding: 0;
    margin: 60px 0 0;
    list-style: none;
    text-align: center;
    position: relative;
    line-height: 13px;
}

@media(min-width:992px) {
    .testimonials-section ul.slick-dots {
        line-height: 24px;
        margin: 120px 0 0;
    }
}

.testimonials-section ul.slick-dots li {
    display: inline-block;
    width: 13px;
    height: 13px;
    margin: 0 13px;
    padding: 0;
    cursor: pointer;
}

@media(min-width:992px) {
    .testimonials-section ul.slick-dots li {
        width: 24px;
        height: 24px;
    }
}

.testimonials-section ul.slick-dots li button {
    text-indent: -9999px;
    width: 13px;
    height: 13px;
    border: 0;
    border-radius: 50%;
    background: #f2f2f2;
    outline: 0;
    padding: 0;
}

@media(min-width:992px) {
    .testimonials-section ul.slick-dots li button {
        width: 24px;
        height: 24px;
    }
}

.testimonials-section ul.slick-dots li button:hover {
    background: #bcbcbc;
}

.testimonials-section ul.slick-dots li.slick-active button {
    background: #80c9f6;
}

.not-loaded .testimonials-section-bg-img {
    top: 0;
    transform: translateY(0);
}

.featured-news-section {
    background: #f2f2f2;
}

.featured-news-section p.featured-news-section-title {
    font-size: 2.3rem;
    font-weight: 700;
    margin-bottom: 40px;
}

@media(min-width:768px) {
    .featured-news-section p.featured-news-section-title {
        font-size: 2rem;
    }
}

@media(min-width:992px) {
    .featured-news-section p.featured-news-section-title {
        font-size: 2.5rem;
        margin-bottom: 60px;
    }
}

.featured-news-section .news-item {
    min-height: 250px;
    padding: 0 0 40px 20px;
    margin-bottom: 50px;
    border-left: 8px solid #2275a8;
    position: relative;
}

.featured-news-section .news-item p.news-date {
    font-size: 1.3rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.6px;
}

@media(min-width:768px) {
    .featured-news-section .news-item p.news-date {
        font-size: 1.2rem;
    }
}

@media(min-width:992px) {
    .featured-news-section .news-item p.news-date {
        font-size: 1rem;
    }
}

.featured-news-section .news-item p.news-title {
    font-size: 1.1rem;
}

@media(min-width:992px) {
    .featured-news-section .news-item p.news-title {
        font-size: 1rem;
    }
}

.featured-news-section .news-item a:link,
.featured-news-section .news-item a:visited {
    font-size: 1.2rem;
    line-height: 1;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1.6px;
    color: #4babe6;
    position: absolute;
    bottom: 0;
    margin: 0;
}

@media(min-width:768px) {

    .featured-news-section .news-item a:link,
    .featured-news-section .news-item a:visited {
        font-size: 1.1rem;
    }
}

@media(min-width:992px) {

    .featured-news-section .news-item a:link,
    .featured-news-section .news-item a:visited {
        font-size: .9rem;
    }
}

.featured-news-section .news-item a:hover,
.featured-news-section .news-item a:active,
.featured-news-section .news-item a:focus {
    color: #4babe6;
}

.featured-news-section .row>div:nth-child(2) .news-item,
.featured-news-section .row>div:nth-child(3) .news-item {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 400ms ease-in-out, transform 400ms ease-in-out;
}

.featured-news-section .row>div:nth-child(3) .news-item {
    transition-delay: 400ms;
}

.featured-news-section.not-loaded .row>div:nth-child(2) .news-item,
.featured-news-section.not-loaded .row>div:nth-child(3) .news-item {
    opacity: 0;
    transform: translateY(50%);
}

.faq-section .faq-item .faq-question {
    padding: 15px 0 15px 35px;
    margin-bottom: 0;
    position: relative;
    cursor: pointer;
}

@media(min-width:992px) {
    .faq-section .faq-item .faq-question {
        padding: 15px 0 15px 55px;
    }
}

.faq-section .faq-item .faq-question:before {
    content: "";
    background: url(/assets/i/icon-plus.png) center center no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 50%;
    height: 24px;
    width: 24px;
    transform: translateY(-50%);
}

@media(min-width:992px) {
    .faq-section .faq-item .faq-question:before {
        height: 30px;
        width: 30px;
    }
}

.faq-section .faq-item .faq-question.active:before {
    background: url(/assets/i/icon-minus.png) center center no-repeat;
    background-size: cover;
}

.faq-section .faq-item .faq-question p {
    margin: 0;
}

.faq-section .faq-item .faq-answer {
    display: none;
    padding: 5px 0 10px;
    margin: 20px 0 15px;
}

.faq-section .faq-item .faq-answer.active {
    display: block;
}

.faq-section .faq-item .faq-answer p:last-child {
    margin-bottom: 0;
}

.two-column-icon-section {
    background-color: #e2f1fa;
    padding: 4rem 0;
}

.two-column-icon-section .container {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 5rem;
}

@media(min-width:992px) {
    .two-column-icon-section .container {
        grid-template-columns: repeat(2, 1fr);
        gap: 5rem 3rem;
    }
}

.two-column-icon-section .card-item {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

@media(min-width:576px) {
    .two-column-icon-section .card-item {
        flex-direction: row;
        column-gap: 3rem;
    }
}

@media(min-width:992px) {
    .two-column-icon-section .card-item {
        gap: 2rem;
    }
}

@media(min-width:1400px) {
    .two-column-icon-section .card-item {
        gap: 4rem;
    }
}

.two-column-icon-section .card-item-image-bg {
    border-radius: 50%;
    width: 75px;
    height: 75px;
    background-color: #071c3d;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

@media(min-width:576px) {
    .two-column-icon-section .card-item-image-bg {
        width: 80px;
        height: 80px;
    }
}

@media(min-width:992px) {
    .two-column-icon-section .card-item-image-bg {
        width: 100px;
        height: 100px;
    }
}

.two-column-icon-section .card-item-image-bg img {
    width: 50%;
    height: 50%;
}

.two-column-icon-section .card-item-content ul {
    padding-inline-start: 20px;
    margin-bottom: 0;
}

.two-column-icon-section .card-item-title {
    margin: 0;
    margin-bottom: 1rem;
    font-weight: 700;
    line-height: 1;
}

@media(min-width:576px) {
    .two-column-icon-section .card-item-title {
        font-size: 1.9rem;
    }
}

.two-column-icon-section .card-item-text li {
    margin-bottom: .3rem;
    font-size: 1.1rem;
}

.intro-text-section.align-right {
    text-align: right;
}

.intro-text-section.align-right .container .row {
    justify-content: flex-end;
}

.intro-text-section.align-centre {
    text-align: center;
}

.intro-text-section.align-centre .container .row {
    justify-content: center;
}

.image-cta-video {
    position: relative;
    display: flex;
    min-height: 300px;
    align-items: center;
    overflow: hidden;
}

@media(min-width:768px) {
    .image-cta-video {
        min-height: 400px;
    }
}

@media(min-width:1200px) {
    .image-cta-video {
        min-height: 600px;
    }
}

@media(min-width:1400px) {
    .image-cta-video {
        min-height: 750px;
    }
}

.image-cta-video .background-img {
    filter: brightness(75%);
    position: absolute;
    z-index: 1;
    top: 0;
    left: 50%;
    height: 100%;
    min-width: 100%;
    object-fit: cover;
    transform: translateX(-50%) scale(1);
    transition: transform 400ms linear;
}

.image-cta-video .content-container {
    display: flex;
    position: relative;
    z-index: 1;
    align-items: center;
}

@media(min-width:1200px) {
    .image-cta-video .content-container {
        align-items: flex-start;
    }
}

.image-cta-video .content-container .row {
    flex-direction: column-reverse;
}

@media(min-width:768px) {
    .image-cta-video .content-container .row {
        flex-direction: row-reverse;
        justify-content: flex-end;
    }
}

.image-cta-video .content-container .text-container {
    max-width: 300px;
}

@media(min-width:576px) {
    .image-cta-video .content-container .text-container {
        max-width: 100%;
    }
}

@media(min-width:768px) {
    .image-cta-video .content-container .text-container {
        margin-left: 20px;
    }
}

.image-cta-video .content-container .text-container h2,
.image-cta-video .content-container .text-container p {
    color: #fff;
}

.image-cta-video .content-container .text-container h2 {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0;
    line-height: 1.1;
    margin-bottom: 1.4rem;
    font-style: normal;
}

@media(min-width:576px) {
    .image-cta-video .content-container .text-container h2 {
        font-size: 2rem;
    }
}

@media(min-width:768px) {
    .image-cta-video .content-container .text-container h2 {
        font-size: 2.2rem;
    }
}

@media(min-width:1200px) {
    .image-cta-video .content-container .text-container h2 {
        font-size: 2.5rem;
    }
}

.image-cta-video .content-container .text-container p {
    font-style: normal;
    font-weight: 400;
    letter-spacing: .02em;
    font-size: .9rem;
    margin: 0;
    line-height: 1.4;
}

@media(min-width:768px) {
    .image-cta-video .content-container .text-container p {
        font-size: 1rem;
        line-height: 1.7;
    }
}

.image-cta-video.not-loaded .background-img {
    transform: translateX(-50%) scale(1.2);
}

.media-split.page-content {
    padding-top: 0;
}

@media(min-width:768px) {
    .media-split.page-content {
        padding-top: 50px;
        position: relative;
        min-height: 380px;
    }
}

@media(min-width:992px) {
    .media-split.page-content {
        padding-top: 70px;
        min-height: 565px;
    }
}

@media(min-width:1200px) {
    .media-split.page-content {
        min-height: 690px;
    }
}

.media-split.page-content .row {
    align-items: center;
}

@media(min-width:768px) {
    .media-split.page-content .media-split-content {
        padding-right: 70px;
    }
}

.media-split.page-content .media-split-content .buttons-container a.standard-btn {
    margin-right: 15px;
}

@media(min-width:768px) {
    .media-split.page-content .media-split-content .buttons-container a.standard-btn {
        margin-right: 30px;
    }
}

.media-split.page-content .media-split-img-wrapper {
    margin-top: 30px;
    position: relative;
}

@media(min-width:768px) {
    .media-split.page-content .media-split-img-wrapper {
        margin-top: 0;
        height: 380px;
    }
}

@media(min-width:992px) {
    .media-split.page-content .media-split-img-wrapper {
        height: 425px;
    }
}

@media(min-width:1200px) {
    .media-split.page-content .media-split-img-wrapper {
        height: 550px;
    }
}

.media-split.page-content .media-split-img-wrapper .media-split-img {
    position: relative;
    height: 100%;
}

@media(min-width:768px) {
    .media-split.page-content .media-split-img-wrapper .media-split-img {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
    }
}

.media-split.page-content .media-split-img-wrapper .media-split-img img:not(.play-button) {
    width: 100%;
}

@media(min-width:768px) {
    .media-split.page-content .media-split-img-wrapper .media-split-img img:not(.play-button) {
        border-radius: 40px;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.media-split.page-content .media-split-img-wrapper .play-button {
    width: 52px;
    height: 52px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media(min-width:576px) {
    .media-split.page-content .media-split-img-wrapper .play-button {
        width: 64px;
        height: 64px;
    }
}

@media(min-width:768px) {
    .media-split.page-content .media-split-img-wrapper .play-button {
        width: 74px;
        height: 74px;
        left: 25%;
        transform: translate(-25%, -50%);
    }
}

@media(min-width:1200px) {
    .media-split.page-content .media-split-img-wrapper .play-button {
        width: 100px;
        height: 100px;
    }
}

.media-split.page-content .media-split-text-below-image {
    margin: 20px 0 0 0;
}

@media(min-width:768px) {
    .media-split.page-content .media-split-text-below-image {
        margin: 30px 0 0 80px;
    }
}

@media(min-width:992px) {
    .media-split.page-content .media-split-text-below-image {
        margin: 40px 0 0 100px;
    }
}

@media(min-width:1200px) {
    .media-split.page-content .media-split-text-below-image {
        margin: 40px 0 0 135px;
    }
}

.media-split.page-content .media-split-text-below-image h3 {
    font-size: 1.2rem;
    margin: 0;
}

@media(min-width:768px) {
    .media-split.page-content.align-left .container .row {
        display: inline-block;
        width: 100%;
    }
}

@media(min-width:768px) {
    .media-split.page-content.align-left .container .row>div {
        float: right;
    }
}

@media(min-width:768px) {
    .media-split.page-content.align-left .container .row .media-split-content {
        padding-right: 0;
        padding-left: 70px;
    }
}

@media(min-width:768px) {
    .media-split.page-content.align-left .media-split-img {
        right: unset;
        left: 0;
    }
}

@media(min-width:768px) {
    .media-split.page-content.align-left .media-split-img img {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-top-right-radius: 40px;
        border-bottom-right-radius: 40px;
    }
}

.stats-section {
    padding: 30px 0;
    background-color: #4babe6;
}

@media(min-width:768px) {
    .stats-section {
        padding: 40px 0;
    }
}

@media(min-width:992px) {
    .stats-section {
        padding: 50px 0;
    }
}

.stats-section p {
    color: #fff;
    text-align: center;
}

.stats-section .statistic {
    margin: 20px 0;
}

.stats-section .statistic-number {
    font-weight: 700;
    font-size: 2.1rem;
    line-height: 1;
}

@media(min-width:768px) {
    .stats-section .statistic-number {
        font-size: 2.5rem;
    }
}

@media(min-width:1200px) {
    .stats-section .statistic-number {
        font-size: 3.3rem;
    }
}

.four-column-icons-section {
    background-color: #4babe6;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.four-column-icons-section .container {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.four-column-icons-section .container * {
    color: #fff;
    text-align: center;
    letter-spacing: .02em;
}

.four-column-icons-section .container h3 {
    margin: 0;
}

@media(min-width:768px) {
    .four-column-icons-section .container h3 {
        font-size: 2.2rem;
    }
}

.four-column-icons-section .container .items-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 3rem 2rem;
    width: 100%;
}

.four-column-icons-section .container .items-container .card-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: .7rem;
    flex: 30%;
}

@media(min-width:1200px) {
    .four-column-icons-section .container .items-container .card-item {
        flex: 20%;
        row-gap: 1rem;
    }
}

.four-column-icons-section .container .items-container .card-item img {
    width: 50px;
    height: 50px;
}

@media(min-width:768px) {
    .four-column-icons-section .container .items-container .card-item img {
        width: 70px;
        height: 70px;
    }
}

@media(min-width:1200px) {
    .four-column-icons-section .container .items-container .card-item img {
        width: 100px;
        height: 100px;
    }
}

.four-column-icons-section .container .items-container .card-item-title {
    font-weight: 600;
}

@media(min-width:768px) {
    .four-column-icons-section .container .items-container .card-item-title {
        font-size: 1.1rem;
    }
}

@media(min-width:1200px) {
    .four-column-icons-section .container .items-container .card-item-title {
        font-size: 1.2rem;
    }
}

.four-column-icons-section .container .items-container .card-item a {
    font-weight: 400;
    font-size: .9rem;
}

@media(min-width:768px) {
    .four-column-icons-section .container .items-container .card-item a {
        font-size: 1rem;
    }
}

@media(min-width:1200px) {
    .four-column-icons-section .container .items-container .card-item a {
        font-size: 1.1rem;
    }
}

.four-column-icons-section .container .items-container .card-item a:hover,
.four-column-icons-section .container .items-container .card-item a:active,
.four-column-icons-section .container .items-container .card-item a:focus {
    text-decoration: none;
}

.four-column-icons-section .container .items-container .card-item a svg {
    transform: rotate(270deg);
}

.medical-imaging-services {
    padding: 30px 0;
}

@media(min-width:768px) {
    .medical-imaging-services .mis-text-left p {
        text-align: right;
    }
}

.medical-imaging-services .medical-imaging-services-content {
    position: relative;
    padding: 40px 0;
}

.medical-imaging-services .medical-imaging-services-content .organ-btn {
    cursor: pointer;
    margin-bottom: 25px;
}

.medical-imaging-services .medical-imaging-services-content .organ-btn p {
    line-height: 1.1;
    font-size: 1.1rem;
    margin-bottom: 5px;
}

@media(min-width:992px) {
    .medical-imaging-services .medical-imaging-services-content .organ-btn p {
        font-size: .8rem;
        line-height: 1.1;
    }
}

.medical-imaging-services .medical-imaging-services-content .organ-btn p.organ-name {
    font-size: 1.3rem;
    margin-bottom: 8px;
}

@media(min-width:992px) {
    .medical-imaging-services .medical-imaging-services-content .organ-btn p.organ-name {
        font-size: 1.1rem;
        margin-bottom: 10px;
    }
}

.medical-imaging-services .medical-imaging-services-content .organ-btn.organ-btn.active p {
    color: #e31c79;
}

@media(min-width:768px) {
    .medical-imaging-services .medical-imaging-services-content .human-body-svg {
        position: absolute;
        top: 0;
        left: 0;
    }
}

.medical-imaging-services .medical-imaging-services-content .human-body-svg .body-organ {
    display: none;
}

.medical-imaging-services .medical-imaging-services-content .human-body-svg .body-organ.active {
    display: block;
}

.image-text-split-section.blue-background {
    background: #e2f1fa;
}

@media(min-width:768px) {
    .image-text-split-section.align-right .container .row {
        display: inline-block;
        width: 100%;
    }
}

@media(min-width:768px) {
    .image-text-split-section.align-right .container .row>div {
        float: right;
    }
}

.button-section {
    background: #f2f2f2;
}

.button-section a.standard-btn {
    margin-right: 30px;
}

.button-section.align-centre {
    text-align: center;
}

.button-section.align-centre a.standard-btn {
    margin-right: 15px;
    margin-left: 15px;
}

.button-section.align-right {
    text-align: right;
}

.button-section.align-right a.standard-btn {
    margin-right: 0;
    margin-left: 30px;
}

.two-column-card-section {
    position: relative;
    overflow: hidden;
    padding: 40px 0;
}

@media(min-width:768px) {
    .two-column-card-section {
        padding: 60px 0;
    }
}

@media(min-width:1200px) {
    .two-column-card-section {
        padding: 100px 0;
    }
}

.two-column-card-section .section-background-img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    transition: transform 600ms ease-in-out;
}

.two-column-card-section .section-gradient-background-img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: transform 600ms ease-in-out;
}

.two-column-card-section .two-column-card-grid {
    position: relative;
}

.two-column-card-section .two-column-card-grid .two-column-card-intro {
    padding-bottom: 30px;
    width: 100%;
}

@media(min-width:768px) {
    .two-column-card-section .two-column-card-grid .two-column-card-intro {
        padding-bottom: 45px;
    }
}

@media(min-width:992px) {
    .two-column-card-section .two-column-card-grid .two-column-card-intro {
        padding-bottom: 60px;
    }
}

.two-column-card-section .two-column-card-grid .two-column-card-intro h2 {
    margin: 0;
}

.two-column-card-section .two-column-card-grid .two-column-card-row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.two-column-card-section .two-column-card-grid .two-column-card-item {
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    min-height: 300px;
    background-color: #fff;
    border-radius: 20px;
    padding: 30px;
    margin-bottom: 30px;
    overflow: hidden;
    opacity: 1;
    transition: transform 600ms ease-in-out, opacity 600ms ease-in-out;
}

@media(min-width:576px) {
    .two-column-card-section .two-column-card-grid .two-column-card-item {
        width: calc(50% - 15px);
    }
}

@media(min-width:992px) {
    .two-column-card-section .two-column-card-grid .two-column-card-item {
        width: calc(50% - 30px);
        min-height: 570px;
        margin-bottom: 60px;
        padding: 50px;
    }
}

.two-column-card-section .two-column-card-grid .two-column-card-item .card-background-img {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: 1;
}

.two-column-card-section .two-column-card-grid .two-column-card-item p.card-title {
    position: relative;
    font-size: 1.3rem;
    font-weight: 700;
    max-width: 50%;
    z-index: 2;
}

.two-column-card-section .two-column-card-grid .two-column-card-item .two-column-card-content {
    max-width: 50%;
    z-index: 3;
}

@media(min-width:576px) {
    .two-column-card-section.masonry .two-column-card-intro {
        display: flex;
        align-items: center;
        padding: 20px 0;
        min-height: 150px;
        width: calc(50% - 15px);
    }
}

@media(min-width:992px) {
    .two-column-card-section.masonry .two-column-card-intro {
        min-height: 285px;
        width: calc(50% - 30px);
    }
}

@media(min-width:576px) {

    .two-column-card-section.masonry .two-column-card-item:nth-child(2),
    .two-column-card-section.masonry .two-column-card-item:only-child {
        margin-top: -150px;
        margin-bottom: 180px;
    }
}

@media(min-width:992px) {

    .two-column-card-section.masonry .two-column-card-item:nth-child(2),
    .two-column-card-section.masonry .two-column-card-item:only-child {
        margin-top: -285px;
        margin-bottom: 345px;
    }
}

@media(min-width:576px) {
    .two-column-card-section.masonry .two-column-card-item:only-child {
        margin-left: auto;
        margin-bottom: 0;
    }
}

.two-column-card-section.photocards .two-column-card-item {
    transform: translateY(0);
}

.two-column-card-section.photocards .two-column-card-item p {
    color: #fff;
    max-width: 100%;
}

@media(min-width:576px) {
    .two-column-card-section.photocards .two-column-card-item p {
        max-width: 80%;
    }
}

.two-column-card-section.photocards .two-column-card-item .two-column-card-content {
    max-width: 100%;
}

@media(min-width:576px) {
    .two-column-card-section.photocards .two-column-card-item .two-column-card-content {
        max-width: 80%;
    }
}

.two-column-card-section.photocards .two-column-card-item .two-column-card-content .two-column-card-content-text {
    opacity: 0;
    transition: opacity 400ms linear;
}

.two-column-card-section.photocards .two-column-card-item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .3);
    z-index: 2;
    transition: background 300ms ease-in-out;
}

.two-column-card-section.photocards .two-column-card-item:hover {
    transform: translateY(-10px);
    transition: transform 300ms ease-in-out;
}

.two-column-card-section.photocards .two-column-card-item:hover .two-column-card-content .two-column-card-content-text {
    opacity: 1;
}

.two-column-card-section.photocards .two-column-card-item:hover .two-column-card-content .standard-btn--ghost {
    transition: background 300ms ease-in-out;
}

.two-column-card-section.photocards .two-column-card-item:hover .two-column-card-content .standard-btn--ghost:link,
.two-column-card-section.photocards .two-column-card-item:hover .two-column-card-content .standard-btn--ghost:visited {
    background: #4babe6;
}

.two-column-card-section.photocards .two-column-card-item:hover .two-column-card-content .standard-btn--ghost:hover,
.two-column-card-section.photocards .two-column-card-item:hover .two-column-card-content .standard-btn--ghost:active,
.two-column-card-section.photocards .two-column-card-item:hover .two-column-card-content .standard-btn--ghost:focus {
    background: #2275a8;
}

.two-column-card-section.photocards .two-column-card-item:hover:before {
    background: rgba(0, 0, 0, .3);
}

.two-column-card-section.not-loaded .section-background-img {
    transform: translate(-50%, 10%);
}

.two-column-card-section.not-loaded .two-column-card-grid .two-column-card-item {
    opacity: 0;
}

@media(min-width:576px) {
    .two-column-card-section.not-loaded .two-column-card-item {
        transform: translateX(-20%);
    }

    .two-column-card-section.not-loaded .two-column-card-item:nth-child(2n) {
        transform: translateX(20%);
    }
}

@media(min-width:576px) {
    .two-column-card-section.not-loaded.masonry .two-column-card-item:only-child {
        transform: translateX(20%);
    }
}

.text-cta {
    padding: 2.5rem 0;
    background-color: #f2f2f2;
    display: flex;
}

.text-cta .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.text-cta .container .white-text * {
    color: #fff;
}

.text-cta .container .text .title p {
    font-style: normal;
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 1.25;
    margin-bottom: 1rem;
}

@media(min-width:768px) {
    .text-cta .container .text .title p {
        font-size: 1.4rem;
    }
}

@media(min-width:1200px) {
    .text-cta .container .text .title p {
        font-size: 1.6rem;
    }
}

.text-cta .container ul {
    list-style-type: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    gap: 1rem;
}

@media(min-width:768px) {
    .text-cta .container ul {
        gap: 1.5rem;
    }
}

.text-cta .container li {
    margin: 0;
}

.text-cta .container .buttons-container {
    display: flex;
    gap: 2rem;
}

.text-cta .align-left {
    align-items: flex-start;
}

.text-cta .align-left .text {
    text-align: left;
}

.text-cta .align-left ul {
    flex-direction: column;
}

.text-cta .align-right {
    align-items: flex-end;
}

.text-cta .align-right .text {
    text-align: right;
}

.text-cta .align-right ul {
    flex-direction: column;
    align-items: flex-end;
}

.text-cta .align-centre {
    align-items: center;
}

.text-cta .align-centre .text {
    text-align: center;
    width: 70%;
}

.three-column-button-cta {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 4rem 0;
    min-height: 300px;
    row-gap: 3rem;
    align-items: center;
}

.three-column-button-cta .column-item {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 0;
}

.three-column-button-cta .column-item h4 {
    color: #4babe6;
    text-align: center;
}

.three-column-button-cta .column-item a {
    border-radius: 6px;
}

@media(min-width:992px) {
    .three-column-button-cta .column-item a {
        padding: 15px 20px;
    }
}

.three-layer-image-section {
    padding: 50px 0;
}

.three-layer-image-section .container .row {
    display: flex;
    flex-direction: column;
}

@media(min-width:1400px) {
    .three-layer-image-section .container .row {
        flex-direction: row;
    }
}

.three-layer-image-section .container .row .three-layer-images {
    position: relative;
    max-width: 660px;
    margin: 0 auto;
}

.three-layer-image-section .container .row .three-layer-images:before {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    padding-top: 80%;
}

.three-layer-image-section .container .row .three-layer-images>div {
    position: absolute;
    width: 64%;
    max-width: 420px;
}

.three-layer-image-section .container .row .three-layer-images>div>img {
    width: 100%;
    transition: transform 300ms linear;
}

.three-layer-image-section .container .row .three-layer-images>div.three-layer-image1 {
    z-index: 5;
    top: 0;
    left: 50%;
    transform: translateX(-80%);
}

.three-layer-image-section .container .row .three-layer-images>div.three-layer-image2 {
    z-index: 3;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.three-layer-image-section .container .row .three-layer-images>div.three-layer-image3 {
    z-index: 1;
    bottom: 0;
    left: 50%;
    transform: translateX(-20%);
}

.three-layer-image-section .container .row .three-layer-images.not-loaded>div.three-layer-image1>img {
    transform: translate(15%, 15%);
}

.three-layer-image-section .container .row .three-layer-images.not-loaded>div.three-layer-image3>img {
    transform: translate(-15%, -15%);
}

@media(min-width:992px) {
    .three-layer-image-section .container .row .right {
        padding-left: 30px;
    }
}

.three-layer-image-section .container .row .right h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 2.4rem;
    margin: 0;
    margin-bottom: 30px;
    line-height: 1.5;
    letter-spacing: -.02em;
}

@media(min-width:768px) {
    .three-layer-image-section .container .row .right h3 {
        font-size: 3rem;
    }
}

.three-layer-image-section .container .row .right p {
    font-style: normal;
    font-weight: normal;
    font-size: 1.2rem;
    line-height: 1.6;
}

.expanding-three-column-cards {
    position: relative;
}

@media(min-width:1400px) {
    .expanding-three-column-cards {
        display: flex;
    }
}

.expanding-three-column-cards.not-loaded .card-item .desktop-bg-image,
.expanding-three-column-cards.not-loaded .card-item .mobile-bg-image {
    opacity: 0;
}

.expanding-three-column-cards.not-loaded .card-item-toggle-title {
    color: #232323;
}

.expanding-three-column-cards.not-loaded .card-item:after {
    opacity: 0;
}

.expanding-three-column-cards .card-item {
    position: relative;
}

@media(min-width:1400px) {
    .expanding-three-column-cards .card-item {
        width: 33.3333%;
        height: 700px;
        transition: width 300ms linear;
    }

    .expanding-three-column-cards .card-item:hover,
    .expanding-three-column-cards .card-item:focus {
        width: 50%;
    }

    .expanding-three-column-cards .card-item:hover:before,
    .expanding-three-column-cards .card-item:focus:before {
        opacity: 1;
    }

    .expanding-three-column-cards .card-item:hover .card-item-content--desktop,
    .expanding-three-column-cards .card-item:focus .card-item-content--desktop {
        display: block;
    }
}

.expanding-three-column-cards .card-item:before {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background: rgba(0, 0, 0, .4);
    opacity: 0;
    transition: opacity 400ms linear;
}

.expanding-three-column-cards .card-item:after {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: linear-gradient(180deg, #000 -30%, rgba(0, 0, 0, 0) 50%);
    opacity: 1;
    transition: opacity 400ms linear;
}

.expanding-three-column-cards .card-item:nth-child(2) .desktop-bg-image,
.expanding-three-column-cards .card-item:nth-child(2) .mobile-bg-image {
    transition-delay: 400ms;
}

.expanding-three-column-cards .card-item:nth-child(2) .card-item-toggle-title {
    transition-delay: 400ms;
}

.expanding-three-column-cards .card-item:nth-child(2):after {
    transition-delay: 400ms;
}

.expanding-three-column-cards .card-item:nth-child(3) .desktop-bg-image,
.expanding-three-column-cards .card-item:nth-child(3) .mobile-bg-image {
    transition-delay: 800ms;
}

.expanding-three-column-cards .card-item:nth-child(3) .card-item-toggle-title {
    transition-delay: 800ms;
}

.expanding-three-column-cards .card-item:nth-child(3):after {
    transition-delay: 800ms;
}

.expanding-three-column-cards .card-item .desktop-bg-image {
    display: none;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    height: 100%;
    object-fit: cover;
    width: 100%;
    filter: brightness(.8);
    opacity: 1;
    transition: opacity 400ms linear;
}

@media(min-width:1400px) {
    .expanding-three-column-cards .card-item .desktop-bg-image {
        display: block;
    }
}

.expanding-three-column-cards .card-item .down-arrow-img,
.expanding-three-column-cards .card-item .up-arrow-img {
    display: inline;
    width: 48px;
    height: 48px;
    align-self: center;
    cursor: pointer;
}

.expanding-three-column-cards .card-item-toggle {
    position: relative;
    display: flex;
    z-index: 3;
    padding: 40px 25px;
    height: 100%;
    width: 100%;
    min-height: 220px;
}

@media(min-width:768px) {
    .expanding-three-column-cards .card-item-toggle {
        min-height: 240px;
    }
}

@media(min-width:1400px) {
    .expanding-three-column-cards .card-item-toggle {
        padding: 40px;
        height: 30%;
    }

    .expanding-three-column-cards .card-item-toggle .down-arrow-img {
        display: none;
    }
}

.expanding-three-column-cards .card-item-toggle:after {
    content: "";
    display: none;
    position: absolute;
    z-index: 5;
    bottom: 0;
    left: 55px;
    border: solid 15px transparent;
    border-bottom-width: 20px;
    border-bottom-color: #fff;
}

.expanding-three-column-cards .card-item-toggle .card-item-toggle-content {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 3;
    border-left: 8px solid #4babe6;
    padding-left: 30px;
    width: 100%;
}

.expanding-three-column-cards .card-item-toggle .up-arrow-img {
    display: none;
}

@media(min-width:1400px) {
    .expanding-three-column-cards .card-item-toggle .up-arrow-img {
        display: none;
    }
}

.expanding-three-column-cards .card-item-toggle-title {
    color: #fff;
    margin: 0;
    overflow-wrap: anywhere;
    line-height: 1.3;
    letter-spacing: -.02em;
    font-size: 1.5rem;
    transition: color 400ms linear;
}

@media(min-width:768px) {
    .expanding-three-column-cards .card-item-toggle-title {
        font-size: 2rem;
    }
}

@media(min-width:1400px) {
    .expanding-three-column-cards .card-item-toggle-title {
        line-height: 1;
    }
}

.expanding-three-column-cards .card-item-toggle .mobile-bg-image {
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    height: 100%;
    object-fit: cover;
    width: 100%;
    filter: brightness(.8);
    opacity: 1;
    transition: opacity 400ms linear;
}

@media(min-width:1400px) {
    .expanding-three-column-cards .card-item-toggle .mobile-bg-image {
        display: none;
    }
}

.expanding-three-column-cards .card-item .card-item-content {
    display: none;
    position: relative;
    z-index: 3;
    padding: 40px 25px 40px 55px;
}

@media(min-width:768px) {
    .expanding-three-column-cards .card-item .card-item-content {
        width: 70%;
    }
}

@media(min-width:1400px) {
    .expanding-three-column-cards .card-item .card-item-content {
        width: 100%;
        padding-left: 80px;
        padding-right: 60px;
    }
}

.expanding-three-column-cards .card-item .card-item-content-text {
    line-height: 1.4;
    margin-bottom: 1.2rem;
}

@media(min-width:1400px) {
    .expanding-three-column-cards .card-item .card-item-content--mobile {
        display: none !important;
    }
}

.expanding-three-column-cards .card-item .card-item-content--desktop {
    color: #fff;
}

.expanding-three-column-cards .card-item .card-item-content--desktop .card-item-content-button {
    text-align: right;
}

.expanding-three-column-cards .card-item.active .card-item-toggle:after {
    display: block;
}

@media(min-width:1400px) {
    .expanding-three-column-cards .card-item.active .card-item-toggle:after {
        display: none;
    }
}

.expanding-three-column-cards .card-item.active .card-item-toggle .up-arrow-img {
    display: block;
}

@media(min-width:1400px) {
    .expanding-three-column-cards .card-item.active .card-item-toggle .up-arrow-img {
        display: none;
    }
}

.expanding-three-column-cards .card-item.active .card-item-toggle .down-arrow-img {
    display: none;
}

.resources-section {
    margin: 3rem 0;
}

.resources-section h3 {
    margin: 0;
    font-size: 2rem;
    letter-spacing: -.02em;
    margin-bottom: 2rem;
}

.resources-section .row {
    align-items: center;
    padding: 1rem 0;
    margin: 0 auto;
}

@media(min-width:576px) {
    .resources-section .row {
        margin: 0;
        padding-right: 2rem;
    }
}

.resources-section .row .resources-text {
    margin: 0 40px 0 0;
}

.resources-section .row .resources-text p {
    margin: 0;
    font-weight: 700;
}

.resources-section .row a {
    margin: 0;
    font-size: .7rem;
}

@media(min-width:576px) {
    .resources-section .row a {
        padding: 12px 40px;
    }
}

@media(min-width:768px) {
    .resources-section .row a {
        font-size: .8rem;
    }
}

.references-section {
    background-color: #f2f2f2;
    padding: 2rem 0;
}

.references-section .container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.references-section .container .heading-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
    gap: 2rem;
}

.references-section .container .heading-row>* {
    font-weight: 700;
}

.references-section .container .heading-row .left-title {
    font-size: 2rem;
}

.references-section .container .content-container ol,
.references-section .container .content-container ul {
    color: #4babe6;
    font-weight: 700;
    padding-left: 25px;
}

@media(min-width:768px) {

    .references-section .container .content-container ol,
    .references-section .container .content-container ul {
        margin-right: 5rem;
        padding-left: 40px;
    }
}

.references-section .container .bottom-text p {
    font-size: .7rem;
}

.image-section {
    padding: 1rem 0;
}

@media(min-width:768px) {
    .image-section {
        padding: 2rem 0;
    }
}

.image-section img {
    width: 100%;
    margin-bottom: 1rem;
}

.image-section .caption * {
    font-style: italic;
    font-size: .8rem;
    margin-bottom: .5rem;
}

.overview-banner {
    min-height: 165px;
    position: relative;
    display: flex;
    align-items: center;
}

@media(min-width:768px) {
    .overview-banner {
        min-height: 225px;
    }
}

@media(min-width:1200px) {
    .overview-banner {
        min-height: 395px;
    }
}

.overview-banner img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.overview-banner h4,
.overview-banner h5 {
    position: relative;
    color: #fff;
    font-weight: 700;
}

.overview-banner h5 {
    font-size: .9rem;
    line-height: 4.3;
    letter-spacing: .155em;
    text-transform: uppercase;
}

.overview-banner h4 {
    font-size: 2.6rem;
    letter-spacing: -.02em;
}

@media(min-width:1200px) {
    .overview-banner h4 {
        font-size: 3.2rem;
    }
}

.return-banner {
    min-height: 45px;
    position: relative;
    display: flex;
    align-items: center;
}

@media(min-width:768px) {
    .return-banner {
        min-height: 60px;
    }
}

@media(min-width:1200px) {
    .return-banner {
        min-height: 90px;
    }
}

.return-banner img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.return-banner a {
    position: relative;
    font-weight: 700;
    font-size: .8rem;
    margin: 0;
    letter-spacing: .155em;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    text-transform: uppercase;
}

.return-banner a:hover,
.return-banner a:active,
.return-banner a:focus {
    text-decoration: none;
}

@media(min-width:768px) {
    .return-banner a {
        font-size: .9rem;
    }
}

.locations-map-wrapper {
    border-top: 2px solid #c4c4c4;
    border-bottom: 2px solid #c4c4c4;
}

@media(min-width:992px) {
    .locations-map-wrapper {
        position: relative;
        height: 495px;
    }
}

.locations-map-wrapper .map-reset-btn {
    display: none;
    position: relative;
    z-index: 10;
    padding: 13px 40px;
    height: 40px;
    width: 100%;
    background: #e31c79;
    border: 0;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    line-height: 1;
    outline: 0;
    cursor: pointer;
    transition: background-color 400ms ease-in-out;
}

.locations-map-wrapper .map-reset-btn:hover {
    background: #cd196d;
}

.locations-map-wrapper .map-reset-btn.active {
    display: block;
}

.locations-map-wrapper #locations-map {
    height: 300px;
    width: 100%;
}

@media(min-width:992px) {
    .locations-map-wrapper #locations-map {
        position: absolute;
        width: auto;
        z-index: 5;
        top: 0;
        right: 0;
        left: 0;
        height: 100%;
        transition: left 400ms ease-in-out;
    }
}

.locations-map-wrapper #locations-map .info-window-content {
    padding: 7px 5px 0;
}

.locations-map-wrapper #locations-map .info-window-content p {
    margin-bottom: 10px;
    font-size: 14px !important;
}

.locations-map-wrapper .map-locations-list {
    position: relative;
    height: 0;
    overflow: hidden;
}

@media(min-width:992px) {
    .locations-map-wrapper .map-locations-list {
        position: absolute;
        top: 0;
        left: 0;
        width: 50%;
        height: 100%;
        overflow-y: scroll;
    }
}

.locations-map-wrapper .map-locations-list .location-title {
    display: block;
    padding: 15px 0;
    text-align: left;
}

.locations-map-wrapper .map-locations-list .location-title p {
    margin: 0;
    font-size: 1rem;
    font-weight: 700;
}

.locations-map-wrapper .map-locations-list .location-title p.heading {
    margin-bottom: 0;
    font-size: 20px !important;
    font-weight: 700;
}

@media(min-width:992px) {
    .locations-map-wrapper.locations-active {
        height: 500px;
    }
}

.locations-map-wrapper.locations-active .map-locations-list {
    height: auto;
}

@media(min-width:992px) {
    .locations-map-wrapper.locations-active .map-locations-list {
        height: 100%;
    }
}

@media(min-width:992px) {
    .locations-map-wrapper.locations-active #locations-map {
        left: 50%;
    }
}

.locations-map-wrapper.locations-active .locationEnabled {
    color: #008000;
}

.locations-map-wrapper.locations-active .notes p {
    font-size: 18px;
}

.locations-map-wrapper .map-location-item {
    display: flex;
    padding: 15px 0;
}

.locations-map-wrapper .map-location-item h3 {
    font-size: 1rem;
    font-weight: 400;
    margin-top: 0;
}

.locations-map-wrapper .map-location-item p {
    font-size: .9rem;
}

.locations-map-wrapper .map-location-item .map-location-number {
    width: 30px;
    font-size: 1rem;
    line-height: 1.2;
}

.locations-map-wrapper .map-location-item.active h3 {
    color: #e31c79 !important;
}

.locations-map-wrapper .map-location-item.active .map-location-number {
    color: #e31c79;
}

@media(min-width:992px) {
    .locations-map-wrapper .map-location-item .map-location-info {
        display: flex;
        margin-bottom: 20px;
    }

    .locations-map-wrapper .map-location-item .map-location-info>div:first-child {
        width: 40%;
        padding-right: 20px;
    }

    .locations-map-wrapper .map-location-item .map-location-info div:last-child {
        padding-left: 20px;
    }

    .locations-map-wrapper .map-location-item .map-location-info p {
        margin-bottom: 0;
    }
}

.locations-map-wrapper .map-location-item .map-location-types-grid {
    justify-content: flex-start;
    margin-bottom: 20px;
}

@media(min-width:992px) {
    .locations-map-wrapper .map-location-item .map-location-types-grid {
        margin-bottom: 10px;
    }
}

.locations-map-wrapper .map-location-item .map-location-types-grid .map-location-type {
    position: relative;
    padding: 0 15px 0 25px;
    font-size: .9rem;
}

.locations-map-wrapper .map-location-item .location-results {
    width: 100%;
    margin: 30px 0;
}

.locations-map-wrapper .map-location-item .location-results p {
    font-size: 16px;
    margin-bottom: 0;
}

.locations-map-wrapper .map-location-item .location-results .active p {
    color: #ea1c7a !important;
}

.locations-map-wrapper .map-location-item .location-results>div {
    position: relative;
    display: block;
    padding-top: 45px;
    cursor: pointer;
    border: solid 1px #cfcfcf;
    border-left: solid 10px #ccc;
    margin-bottom: 15px;
}

@media(min-width:992px) {
    .locations-map-wrapper .map-location-item .location-results>div {
        display: flex;
        padding-top: 0;
        margin-bottom: 0;
        border: 0;
        border-left: 0;
        border-bottom: solid 1px #cfcfcf;
    }
}

.locations-map-wrapper .map-location-item .location-results>div.location-results-header {
    display: none;
    cursor: default;
}

.locations-map-wrapper .map-location-item .location-results>div.active {
    background: #eaeaea;
    border-left-color: #ea1c7a;
}

.locations-map-wrapper .map-location-item .location-results>div>div {
    padding: 10px;
}

.locations-map-wrapper .map-location-item .location-results>div>div:first-child {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
}

@media(min-width:992px) {
    .locations-map-wrapper .map-location-item .location-results>div>div:first-child {
        position: relative;
        top: auto;
        left: auto;
        width: 3%;
    }
}

.locations-map-wrapper .map-location-item .location-results>div>div:first-child p {
    font-weight: 700;
}

@media(min-width:992px) {
    .locations-map-wrapper .map-location-item .location-results>div>div:first-child p {
        font-weight: 400;
    }
}

.locations-map-wrapper .map-location-item .location-results>div>div:nth-child(2) {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    text-align: right;
}

@media(min-width:992px) {
    .locations-map-wrapper .map-location-item .location-results>div>div:nth-child(2) {
        position: relative;
        top: auto;
        right: auto;
        width: 15%;
        text-align: left;
    }
}

.locations-map-wrapper .map-location-item .location-results>div>div:nth-child(2) p {
    font-weight: 700;
}

@media(min-width:992px) {
    .locations-map-wrapper .map-location-item .location-results>div>div:nth-child(2) p {
        font-weight: 400;
    }
}

@media(min-width:992px) {
    .locations-map-wrapper .map-location-item .location-results>div>div:nth-child(3) {
        width: 27%;
    }

    .locations-map-wrapper .map-location-item .location-results>div>div:nth-child(4) {
        width: 25%;
    }

    .locations-map-wrapper .map-location-item .location-results>div>div:nth-child(5) {
        width: 30%;
    }
}

.full-width-overview-filters {
    margin-bottom: 30px;
}

.full-width-overview-filters .col-sm-6>div {
    margin-bottom: 30px;
}

@media(min-width:768px) {
    .full-width-overview-filters .col-sm-6>div {
        padding-right: 50px;
    }
}

.full-width-overview-filters .col-sm-6>div label {
    font-size: .9rem;
    font-weight: 500;
    margin-bottom: 5px;
}

.full-width-overview-filters .col-sm-6>div input,
.full-width-overview-filters .col-sm-6>div select {
    width: 100%;
    padding: 14px 20px;
    border-radius: 4px;
    border: solid 1px #9b9b9b;
    font-size: .9rem;
}

.full-width-overview-filters .col-sm-6>div select {
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 30px;
}

.full-width-overview-filters .col-sm-6>div .filter-select {
    position: relative;
}

.full-width-overview-filters .col-sm-6>div .filter-select:before {
    position: absolute;
    display: block;
    content: "";
    width: 15px;
    height: 9px;
    background: url("/assets/i/select-arrow.svg") center center no-repeat;
    background-size: cover;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.full-width-overview-filters .col-sm-6>div button.filters-submit {
    padding: 20px 20px 18px;
    min-width: 175px;
    border: 0;
    border-radius: 18px;
    background: #4babe6;
    color: #fff;
    font-size: .9rem;
    text-align: center;
    text-transform: uppercase;
    line-height: 1;
    transition: background 300ms ease-in-out;
}

@media(min-width:576px) {
    .full-width-overview-filters .col-sm-6>div button.filters-submit {
        margin-top: 35px;
    }
}

.full-width-overview-filters .col-sm-6>div button.filters-submit:hover,
.full-width-overview-filters .col-sm-6>div button.filters-submit:focus {
    outline: 0;
    background: #2275a8;
}

.home-intro {
    padding: 25px 0;
    overflow: hidden;
}

@media(min-width:768px) {
    .home-intro {
        position: relative;
        z-index: 100;
        padding: 50px 0;
        overflow: visible;
        min-height: 375px;
    }
}

@media(min-width:992px) {
    .home-intro {
        padding: 95px 0;
        min-height: 375px;
    }
}

.home-intro-content {
    display: flex;
    flex-wrap: wrap;
}

.home-intro-content .home-intro-title {
    width: 100%;
}

.home-intro-content .home-intro-title h2 {
    font-size: 1.285rem;
    margin: 0 0 1.5rem;
}

@media(min-width:768px) {
    .home-intro-content .home-intro-title h2 {
        font-size: 2rem;
        width: 50%;
    }
}

@media(min-width:992px) {
    .home-intro-content .home-intro-title h2 {
        font-size: 2.5rem;
        width: 42.5%;
    }
}

.home-intro-content .home-intro-text {
    width: 55%;
    min-height: 230px;
}

@media(min-width:768px) {
    .home-intro-content .home-intro-text {
        width: 50%;
        min-height: auto;
    }
}

@media(min-width:992px) {
    .home-intro-content .home-intro-text {
        width: 42.5%;
    }
}

.home-intro-content .home-intro-images {
    position: relative;
    width: 45%;
}

@media(min-width:768px) {
    .home-intro-content .home-intro-images {
        position: absolute;
        top: -40px;
        bottom: 0;
        left: 50%;
        width: 50%;
        overflow: hidden;
    }
}

@media(min-width:992px) {
    .home-intro-content .home-intro-images {
        top: -120px;
    }
}

.home-intro-content .home-intro-images.not-loaded .home-intro-image-1 {
    opacity: 0;
    transform: translateY(10%);
}

.home-intro-content .home-intro-images.not-loaded .home-intro-image-2 {
    opacity: 0;
    transform: translateY(10%);
}

.home-intro-content .home-intro-images.not-loaded .home-intro-image-3 {
    transform: translateY(10%);
}

.home-intro-content .home-intro-images .home-intro-image-1 {
    opacity: 1;
    position: absolute;
    z-index: 5;
    left: 40px;
    top: 0;
    width: 220px;
    transition: opacity 300ms linear, transform 300ms linear;
    transition-delay: 600ms;
}

@media(min-width:768px) {
    .home-intro-content .home-intro-images .home-intro-image-1 {
        width: 322px;
    }
}

@media(min-width:992px) {
    .home-intro-content .home-intro-images .home-intro-image-1 {
        width: 484px;
    }
}

.home-intro-content .home-intro-images .home-intro-image-2 {
    opacity: 1;
    position: absolute;
    z-index: 3;
    left: 40px;
    top: 50px;
    width: 220px;
    transition: opacity 300ms linear, transform 300ms linear;
    transition-delay: 300ms;
}

@media(min-width:768px) {
    .home-intro-content .home-intro-images .home-intro-image-2 {
        top: 75px;
        width: 322px;
    }
}

@media(min-width:992px) {
    .home-intro-content .home-intro-images .home-intro-image-2 {
        top: 115px;
        width: 484px;
    }
}

.home-intro-content .home-intro-images .home-intro-image-3 {
    position: absolute;
    z-index: 1;
    left: -5px;
    top: 100px;
    width: 310px;
    transition: transform 300ms linear;
}

@media(min-width:768px) {
    .home-intro-content .home-intro-images .home-intro-image-3 {
        top: 150px;
        left: -25px;
        width: 452px;
    }
}

@media(min-width:992px) {
    .home-intro-content .home-intro-images .home-intro-image-3 {
        top: 230px;
        width: 680px;
        left: -59px;
    }
}

.blue-line-list-section {
    background: linear-gradient(180deg, #eff9ff 0%, rgba(249, 253, 255, .62) 41.15%);
}

.blue-line-list-section h3 {
    margin-top: 0;
    margin-bottom: 35px;
}

@media(min-width:768px) {
    .blue-line-list-section h3 {
        margin-bottom: 70px;
    }
}

.blue-line-list-section ul li {
    letter-spacing: -.02em;
}

.three-column-circle-icons-section .container {
    display: flex;
    align-items: center;
    flex-direction: column;
    row-gap: 1rem;
}

.three-column-circle-icons-section .container h3 {
    font-size: 1.5rem;
    text-align: center;
}

@media(min-width:576px) {
    .three-column-circle-icons-section .container h3 {
        font-size: 1.7rem;
    }
}

@media(min-width:1200px) {
    .three-column-circle-icons-section .container h3 {
        font-size: 2rem;
    }
}

.three-column-circle-icons-section .content-container .row {
    gap: 2rem;
    justify-content: center;
}

.three-column-circle-icons-section .content-container .card-item {
    width: 240px;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 1.5rem;
}

@media(min-width:576px) {
    .three-column-circle-icons-section .content-container .card-item {
        width: 270px;
    }
}

@media(min-width:1200px) {
    .three-column-circle-icons-section .content-container .card-item {
        width: 360px;
    }
}

.three-column-circle-icons-section .content-container .card-item-bg {
    border-radius: 50%;
    width: 70px;
    height: 70px;
    background-color: #4babe6;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media(min-width:576px) {
    .three-column-circle-icons-section .content-container .card-item-bg {
        width: 80px;
        height: 80px;
    }
}

@media(min-width:992px) {
    .three-column-circle-icons-section .content-container .card-item-bg {
        width: 100px;
        height: 100px;
    }
}

.three-column-circle-icons-section .content-container .card-item-bg img {
    width: 50%;
    height: 50%;
}

.three-column-circle-icons-section .content-container .card-item-text * {
    text-align: center;
    font-size: 1.1rem;
}

.rounded-text-box-section h3 {
    font-size: 2.1rem;
    letter-spacing: -.02em;
    margin-bottom: 25px;
}

@media(min-width:768px) {
    .rounded-text-box-section h3 {
        margin-bottom: 60px;
    }
}

.rounded-text-box-section-item {
    border: 2px solid #4babe6;
    border-radius: 27px;
    padding: 20px;
    margin-bottom: 40px;
    width: 100%;
    overflow-wrap: anywhere;
}

@media(min-width:768px) {
    .rounded-text-box-section-item {
        width: 47%;
        padding: 30px;
        margin-bottom: 60px;
    }
}

.rounded-text-box-section-item-container {
    display: flex;
    flex-wrap: wrap;
    column-gap: 2rem;
    justify-content: space-between;
}

.rounded-text-box-section-item-title {
    letter-spacing: -.02em;
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 20px;
}

@media(min-width:768px) {
    .rounded-text-box-section-item-title {
        margin-bottom: 30px;
    }
}

.rounded-text-box-section-item-text * {
    letter-spacing: -.02em;
    font-size: 1rem;
}

@media(min-width:1200px) {
    .rounded-text-box-section-item-text * {
        font-size: .9rem;
    }
}

@media(min-width:768px) {
    .rounded-text-box-section-item a {
        margin-top: 40px !important;
    }
}

.two-column-circle-icons-section.page-content {
    background-color: #f6fcff;
    color: #00437e;
    padding-bottom: 20px;
}

.two-column-circle-icons-section.page-content .container .two-column-circle-icons-intro {
    max-width: 1060px;
    margin: 0 auto 10px;
}

@media(min-width:992px) {
    .two-column-circle-icons-section.page-content .container .two-column-circle-icons-intro {
        margin: 0 auto 30px;
    }
}

.two-column-circle-icons-section.page-content .container .two-column-circle-icons-intro h3,
.two-column-circle-icons-section.page-content .container .two-column-circle-icons-intro p {
    color: #00437e;
    text-align: center;
    font-size: 1.2rem;
}

.two-column-circle-icons-section.page-content .container .two-column-circle-icons-intro h3 {
    font-size: 2rem;
}

@media(min-width:992px) {
    .two-column-circle-icons-section.page-content .container .two-column-circle-icons-intro h3 {
        font-size: 2.5rem;
    }
}

.two-column-circle-icons-section.page-content .container .two-column-circle-icons-content {
    max-width: 500px;
    margin: 0 auto;
}

@media(min-width:992px) {
    .two-column-circle-icons-section.page-content .container .two-column-circle-icons-content {
        max-width: 990px;
    }
}

.two-column-circle-icons-section.page-content .container .two-column-circle-icons-content .two-column-circle-icon-card {
    display: block;
    margin: 0 0 30px 0;
    text-align: center;
}

@media(min-width:992px) {
    .two-column-circle-icons-section.page-content .container .two-column-circle-icons-content .two-column-circle-icon-card {
        margin: 0 0 40px 0;
    }
}

.two-column-circle-icons-section.page-content .container .two-column-circle-icons-content .two-column-circle-icon-card .row {
    align-items: center;
}

.two-column-circle-icons-section.page-content .container .two-column-circle-icons-content .two-column-circle-icon-card-iconbg {
    background-color: #00437e;
    border-radius: 75px;
    width: 120px;
    height: 120px;
    margin: 0 auto 20px;
    position: relative;
}

@media(min-width:992px) {
    .two-column-circle-icons-section.page-content .container .two-column-circle-icons-content .two-column-circle-icon-card-iconbg {
        margin: 0 auto;
    }
}

.two-column-circle-icons-section.page-content .container .two-column-circle-icons-content .two-column-circle-icon-card-icon {
    max-width: 85px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0 auto;
}

@media(min-width:992px) {
    .two-column-circle-icons-section.page-content .container .two-column-circle-icons-content .two-column-circle-icon-card-icon {
        margin: 0;
    }
}

.two-column-circle-icons-section.page-content .container .two-column-circle-icons-content .two-column-circle-icon-card-text p {
    color: #00437e;
    font-size: 1.2rem;
    margin: 0;
}

@media(min-width:992px) {
    .two-column-circle-icons-section.page-content .container .two-column-circle-icons-content .two-column-circle-icon-card-text p {
        text-align: left;
    }
}

.two-column-circle-icons-section.page-content .container .col-sm-4 {
    width: 28%;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
}

.two-column-circle-icons-section.page-content .container .col-sm-8 {
    width: 58%;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
}

.two-column-circle-icons-section.page-content .container .col-md-6 {
    width: 46%;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
}

.two-column-circle-icons-section.page-content .container .row>div:nth-child(2n+1) {
    clear: left;
}

.three-column-cards {
    text-align: center;
}

.three-column-cards.blue-bg {
    background-color: #edf6fc;
}

.three-column-cards h3 {
    color: #00437e;
    font-size: 2rem;
    margin: 0 0 25px;
}

@media(min-width:992px) {
    .three-column-cards h3 {
        font-size: 2.5rem;
        margin: 0 0 40px;
    }
}

.three-column-cards p {
    color: #00437e;
    font-size: 1.2rem;
}

.three-column-cards .row {
    justify-content: center;
}

.three-column-cards-intro {
    max-width: 975px;
    margin: 0 auto 30px;
}

@media(min-width:992px) {
    .three-column-cards-intro {
        margin: 0 auto 60px;
    }
}

.three-column-cards .three-column-card-item {
    max-width: 435px;
    margin: 0 auto 30px;
}

@media(min-width:768px) {
    .three-column-cards .three-column-card-item {
        max-width: unset;
    }
}

.three-column-cards .three-column-card-item img {
    border-radius: 20px;
    margin-bottom: 20px;
}

.three-column-cards .three-column-card-item-title {
    font-size: 1.6rem;
    font-weight: 600;
}

.media-split.media-split-with-background.page-content {
    padding-top: 0;
    width: 100%;
    background: url() center center no-repeat;
    background-size: cover;
    overflow: hidden;
    display: flex;
}

@media(min-width:768px) {
    .media-split.media-split-with-background.page-content {
        padding-top: 50px;
        position: relative;
        min-height: 380px;
    }
}

@media(min-width:992px) {
    .media-split.media-split-with-background.page-content {
        padding-top: 70px;
        min-height: 500px;
    }
}

.media-split.media-split-with-background.page-content .container {
    display: flex;
    align-items: center;
}

.media-split.media-split-with-background.page-content .media-split-content-title h3 {
    margin-top: 0;
}

.media-split.media-split-with-background.page-content .media-split-content h2,
.media-split.media-split-with-background.page-content .media-split-content h3,
.media-split.media-split-with-background.page-content .media-split-content h4,
.media-split.media-split-with-background.page-content .media-split-content p,
.media-split.media-split-with-background.page-content .media-split-content ul li,
.media-split.media-split-with-background.page-content .media-split-content ol li {
    color: #fff;
}

@media(min-width:768px) {
    .media-split.media-split-with-background.page-content .media-split-content {
        padding-right: 70px;
    }
}

.media-split.media-split-with-background.page-content .media-split-content .buttons-container a.standard-btn {
    margin-right: 15px;
}

@media(min-width:768px) {
    .media-split.media-split-with-background.page-content .media-split-content .buttons-container a.standard-btn {
        margin-right: 30px;
    }
}

@media(min-width:768px) {
    .media-split.media-split-with-background.page-content.align-right .container .row {
        display: inline-block;
        width: 100%;
    }
}

@media(min-width:768px) {
    .media-split.media-split-with-background.page-content.align-right .container .row>div {
        float: right;
    }
}

@media(min-width:768px) {
    .media-split.media-split-with-background.page-content.align-right .container .row .media-split-content {
        padding-right: 0;
        padding-left: 70px;
    }
}

.text-image-section {
    text-align: center;
    color: #00437e;
}

.text-image-section h2 {
    color: #00437e;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.7rem;
}

@media(min-width:768px) {
    .text-image-section h2 {
        font-size: 2.4rem;
    }
}

.text-image-section .text-section {
    max-width: 880px;
    margin-left: auto;
    margin-right: auto;
}

.text-image-section .text-section p {
    font-size: 1.2rem;
    color: #00437e;
}

.text-image-section img {
    width: 100%;
    margin: 20px 0;
}

@media(min-width:768px) {
    .text-image-section img {
        margin: 40px 0;
    }
}

.numbered-cards-section {
    position: relative;
    overflow: hidden;
}

.numbered-cards-section .section-background-img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    transition: transform 600ms ease-in-out;
}

.numbered-cards-section .section-gradient-background-img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: transform 600ms ease-in-out;
}

.numbered-cards-section h2 {
    text-align: center;
}

@media(min-width:768px) {
    .numbered-cards-section .numbered-card-items {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
}

.numbered-cards-section .numbered-card-items .numbered-card-item {
    background-color: #fff;
    margin: 15px 0;
    padding: 35px 20px;
    border: 2px solid #4babe6;
    border-radius: 30px;
    position: relative;
}

@media(min-width:768px) {
    .numbered-cards-section .numbered-card-items .numbered-card-item {
        width: calc(33.333% - 30px);
        margin: 15px;
    }
}

@media(min-width:992px) {
    .numbered-cards-section .numbered-card-items .numbered-card-item {
        width: calc(25% - 30px);
    }
}

.numbered-cards-section .numbered-card-items .numbered-card-item-number {
    position: absolute;
    top: 20px;
    left: 20px;
    color: #4babe6;
    font-size: 36px;
    font-weight: 700;
}

.numbered-cards-section .numbered-card-items .numbered-card-item-text {
    margin-top: 50px;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.3;
}

@media(min-width:768px) {
    .numbered-cards-section .numbered-card-items .numbered-card-item-text {
        margin-top: 70px;
        font-size: .9rem;
    }
}

.accordion-section--tabbedcontenttextsection>.container {
    padding: 0;
}

.accordion-card-title {
    font-size: 1.5rem;
    margin-bottom: .1rem;
}

.accordion-card-title svg {
    content: "";
    width: 15px;
    height: 15px;
    pointer-events: none;
    margin-left: 10px;
}

.accordion-card-title svg path {
    fill: #232323;
}

.accordion-card-title.active svg {
    transform: rotate(180deg);
}

.accordion-card-title a {
    color: #000;
}

.accordion-card-title a:focus,
.accordion-card-title a:hover {
    text-decoration: none;
}

.accordion-card-text {
    font-size: 1.1rem;
}

.full-width-text-section {
    background: url(../../assets/i/laser-pattern-right.png);
    background-repeat: no-repeat;
    background-size: 400px;
    background-position: 100% -170px;
    padding: 100px 0 50px 0;
}

@media(min-width:576px) {
    .full-width-text-section {
        padding: 100px 0 50px 0;
        background-size: 500px;
        background-position: 100% -215px;
    }
}

@media(min-width:768px) {
    .full-width-text-section {
        background-size: 575px;
        background-position: 100% -245px;
    }
}

@media(min-width:992px) {
    .full-width-text-section {
        padding: 100px 0 70px 0;
        background-size: 635px;
        background-position: 100% -272px;
    }
}

@media(min-width:1400px) {
    .full-width-text-section {
        padding: 150px 0 70px 0;
        background-size: 755px;
        background-position: 100% -320px;
    }
}

.full-width-text-section-content {
    margin: 0 auto;
}

.fullwidthimageblock {
    margin: 10px 0;
}

@media(min-width:576px) {
    .fullwidthimageblock {
        margin: 15px 0;
    }
}

@media(min-width:768px) {
    .fullwidthimageblock {
        margin: 20px 0;
    }
}

@media(min-width:992px) {
    .fullwidthimageblock {
        margin: 30px 0;
    }
}

@media(min-width:1200px) {
    .fullwidthimageblock {
        margin: 40px 0;
    }
}

.tabbed-content-section img {
    width: 100%;
}

.tabbed-content-section>.container {
    position: relative;
    padding-top: 4rem;
}

.tabbed-content-section .tab-item-tabsectiontitle {
    font-size: 1rem;
    font-weight: 400;
    text-align: center;
}

.tabbed-content-section .tab-item-tabtitle-wrapper {
    position: absolute;
    top: 0;
    right: 50%;
    display: flex;
    align-items: center;
    transform: translateX(50%);
    column-gap: 1rem;
}

.tabbed-content-section .tab-item-tabtitle {
    cursor: pointer;
    font-size: 1rem;
    text-transform: uppercase;
    margin: 0;
}

@media(min-width:768px) {
    .tabbed-content-section .tab-item-tabtitle {
        font-size: 1.6rem;
    }
}

.tabbed-content-section .tab-item-tabtitle.tabtitle-not-clickable {
    cursor: default;
}

.tabbed-content-section .tab-item-tabtitle-active {
    color: #e31c79;
    font-weight: 700;
}

.tabbed-content-section .tab-item-tabtitle-divider {
    height: 2.4rem;
    background: #bcbcbc;
    width: 2px;
}

.tabbed-content-section .tab-item-content {
    display: none;
}

.tabbed-content-section .tab-item-content-top {
    display: flex;
    flex-wrap: wrap;
}

@media(min-width:768px) {
    .tabbed-content-section .tab-item-content-top {
        flex-direction: row-reverse;
        column-gap: 1rem;
    }
}

@media(min-width:768px) {
    .tabbed-content-section .tab-item-content-top-text {
        width: 30%;
    }
}

.tabbed-content-section .tab-item-content-video {
    height: 80vh;
    width: 100%;
}

.tabbed-content-section .tab-item-content-video-wrapper {
    position: relative;
    width: 100%;
}

@media(min-width:768px) {
    .tabbed-content-section .tab-item-content-video-wrapper {
        flex: 1;
    }
}

.tabbed-content-section .tab-item-content-video-wrapper .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    width: auto;
}

.tabbed-content-section .tab-item-content-video-wrapper .video-wrapper {
    border: 0;
}

.tabbed-content-section .tab-item-content-presentation-img {
    border-radius: 24px;
    min-height: 40vh;
    object-fit: cover;
}

.tabbed-content-section .tab-item-content-title {
    font-size: 1.3rem;
    font-weight: 700;
    margin-top: 1rem;
    line-height: 1.3;
}

.tabbed-content-section .tab-item-content-text * {
    margin-bottom: 10px;
}

.tabbed-content-section .tab-item-content a {
    text-transform: uppercase;
    font-size: .9rem;
}

.tabbed-content-section .tab-item-content-cards-container {
    display: flex;
    flex-wrap: wrap;
}

@media(min-width:768px) {
    .tabbed-content-section .tab-item-content-cards-container {
        column-gap: 1rem;
    }
}

.tabbed-content-section .tab-item-content-cards-container-card {
    margin-top: 40px;
    width: 100%;
}

@media(min-width:768px) {
    .tabbed-content-section .tab-item-content-cards-container-card {
        flex: 1;
        max-width: 33.333%;
    }
}

.tabbed-content-section .tab-item-content-cards-container-card img {
    border-radius: 24px;
}

.tabbed-content-section .tab-item-content-cards-container-card-title {
    font-size: 1.3rem;
    font-weight: 700;
    margin-top: 1rem;
    margin-bottom: .3rem;
    line-height: 1.3;
}

@media(min-width:768px) {
    .tabbed-content-section .tab-item-content-cards-container-card-title {
        padding-left: 1rem;
    }
}

@media(min-width:768px) {
    .tabbed-content-section .tab-item-content-cards-container-card a {
        padding-left: 1rem;
    }
}

.tabbed-content-section--tabbedcontenttextsection .tab-item-tabtitle-wrapper {
    position: relative;
    top: 0;
    right: 0;
    transform: none;
    justify-content: center;
    margin: 15px 0;
}

.technology-locations h3.align-centre,
.technology-locations .intro {
    text-align: center;
}

.technology-locations .location-form {
    padding-top: 40px;
    padding-bottom: 40px;
}

.technology-locations .location-form .heading {
    font-size: 110%;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

.technology-locations .location-form .content {
    text-align: center;
}

.contact-page h3 {
    font-size: 1.4rem;
}

.contact-page p {
    font-size: 1.2rem;
}

.contact-page .contact-location {
    padding: 0 0 2rem 0;
}

.contact-page .contact-location .contact-info p {
    margin-bottom: .2rem;
}

.contact-page .contact-form {
    padding: 2rem 0;
}

.contact-page .contact-form-submitmessage-container {
    display: flex;
    column-gap: 1rem;
}

@media(min-width:768px) {
    .contact-page .contact-form-submitmessage-container {
        column-gap: 1.5rem;
    }
}

.contact-page .contact-form-submitmessage-container img {
    width: 30px;
    height: 30px;
}

@media(min-width:768px) {
    .contact-page .contact-form-submitmessage-container img {
        width: 50px;
        height: 50px;
    }
}

.contact-page .contact-form-submitmessage-wrapper {
    display: flex;
    flex-direction: column;
    row-gap: .4rem;
}

@media(min-width:768px) {
    .contact-page .contact-form-submitmessage-wrapper {
        row-gap: .5rem;
    }
}

.contact-page .contact-form-submitmessage-wrapper span {
    font-size: 1.2rem;
    line-height: 2;
    letter-spacing: .02em;
}

.contact-page .contact-form-submitmessage-wrapper span:first-of-type {
    font-weight: 700;
    font-size: 1.4rem;
}

.webinar-page {
    padding: 2.5rem 0;
}

.webinar-page .header-img {
    width: 100%;
}

.webinar-page .date-time-container {
    display: flex;
    align-items: center;
    gap: .3rem;
    margin-bottom: 2rem;
}

.webinar-page .date-time-container img {
    margin-right: .5rem;
    width: 18px;
    height: 18px;
}

.webinar-page .date-time-container span {
    font-size: .9rem;
    line-height: .9;
}

@media(min-width:1400px) {
    .webinar-page .date-time-container span {
        font-size: .9rem;
    }
}

@media(min-width:1400px) {
    .webinar-page .body-text p {
        font-size: 1.2rem;
    }
}

.webinar-page h4 {
    font-weight: 700;
    letter-spacing: .02em;
    font-size: 1.3rem;
    margin: 2rem 0;
}

@media(min-width:1400px) {
    .webinar-page h4 {
        font-size: 1.6rem;
    }
}

.news-overview {
    padding: 20px 0;
}

@media(min-width:768px) {
    .news-overview {
        padding: 40px 0;
    }
}

@media(min-width:992px) {
    .news-overview {
        padding: 80px 0;
    }
}

.news-overview .news-filters-search {
    max-width: 950px;
}

.news-overview .news-filters-search div>div>div {
    flex-direction: row;
    width: 100%;
    display: flex;
}

.news-overview .news-filters-search div>div>div.news-search {
    margin-bottom: 20px;
}

.news-overview .news-filters-search div>div>div label {
    min-width: 90px;
    margin: 0;
    display: flex;
    align-items: center;
}

.news-overview .news-filters-search div>div>div .filter-input,
.news-overview .news-filters-search div>div>div .filter-select {
    flex-grow: 1;
}

.news-overview .news-filters-search div>div>div .filter-input input,
.news-overview .news-filters-search div>div>div .filter-input select,
.news-overview .news-filters-search div>div>div .filter-select input,
.news-overview .news-filters-search div>div>div .filter-select select {
    width: 100%;
    padding: 10px;
    border-radius: 7px;
    border-width: 1px;
}

.news-overview .news-item {
    margin-bottom: 20px;
    display: flex;
}

@media(min-width:768px) {
    .news-overview .news-item {
        margin-bottom: 30px;
    }
}

.news-overview .news-item .news-item-img {
    display: block;
}

@media(min-width:992px) {
    .news-overview .news-item .news-item-img {
        width: 100%;
        margin-bottom: 15px;
    }
}

.news-overview .news-item .news-item-content p.news-item-title {
    margin-bottom: .25rem;
    font-weight: 700;
}

@media(min-width:768px) {
    .news-overview .news-item .news-item-content p.news-item-title {
        font-size: 1.25rem;
    }
}

@media(min-width:992px) {
    .news-overview .news-item .news-item-content p.news-item-title {
        font-size: 1.5rem;
    }
}

.news-overview .news-item .news-item-content p.news-item-date {
    font-size: .75rem;
    margin: 0;
}

@media(min-width:768px) {
    .news-overview .news-item .news-item-content p.news-item-date {
        font-size: 1rem;
    }
}

.news-page h1 {
    margin-top: 0;
    font-size: 1.2rem;
}

@media(min-width:768px) {
    .news-page h1 {
        font-size: 1.4rem;
    }
}

@media(min-width:992px) {
    .news-page h1 {
        font-size: 1.6rem;
        max-width: 900px;
    }
}

.news-page ul.news-page-info {
    overflow: hidden;
    padding-left: 0;
}

.news-page ul.news-page-info li {
    display: inline-block;
    float: left;
    margin-right: 30px;
    padding-left: 30px;
    position: relative;
    font-size: .9rem;
}

@media(min-width:768px) {
    .news-page ul.news-page-info li {
        margin-right: 60px;
        padding-left: 40px;
    }
}

.news-page ul.news-page-info li::before {
    content: "";
    width: 18px;
    height: 18px;
    position: absolute;
    top: 2px;
    left: 0;
}

@media(min-width:768px) {
    .news-page ul.news-page-info li::before {
        width: 20px;
        height: 20px;
    }
}

@media(min-width:992px) {
    .news-page ul.news-page-info li::before {
        width: 24px;
        height: 24px;
    }
}

.news-page ul.news-page-info li::marker {
    display: none;
}

.news-page ul.news-page-info li.date::before {
    background: url(../../assets/i/calendar.png) center center no-repeat;
    background-size: cover;
}

.news-page ul.news-page-info li.topics::before {
    background: url(../../assets/i/tag.png) center center no-repeat;
    background-size: cover;
}

.news-page ul.news-page-info li.authors::before {
    background: url(../../assets/i/profile.png) center center no-repeat;
    background-size: cover;
}

.news-page ul.news-page-info li p {
    display: inline-block;
    float: left;
}

.news-page ul.news-page-info li p:last-child span {
    display: none;
}

.news-page .umb-block-list>*:first-child {
    padding-top: 0;
}

.news-page .umb-block-list>*:last-child {
    padding-bottom: 0;
}

.staff-profile-page-content {
    max-width: 900px;
}

@media(min-width:992px) {
    .staff-overview .introduction-text {
        max-width: 900px;
    }
}

.staff-overview .grid-overview .grid-item a:link .grid-item-content {
    padding: 35px 25px;
}

.staff-overview .grid-overview .grid-item a:link .grid-item-content-title {
    margin-bottom: .7rem;
}

.staff-overview .grid-overview .grid-item a:link .grid-item-content-text {
    margin-bottom: .7rem;
}

.technology-locations .locations-intro {
    max-width: 880px;
}

.technology-locations .locations-intro h1 {
    margin-top: 0;
}

@media(min-width:768px) {
    .technology-locations .locations-intro h1 {
        font-size: 2rem;
    }
}

.technology-locations .location-search-form {
    margin-top: 30px;
    border-top: solid 5px #4babe6;
}

@media(min-width:992px) {
    .technology-locations .location-search-form {
        margin-top: 60px;
    }
}

.technology-locations .location-search-form .locations-filters-toggle {
    cursor: pointer;
    padding: 10px 0;
}

@media(min-width:768px) {
    .technology-locations .location-search-form .locations-filters-toggle {
        padding: 15px 0;
    }
}

@media(min-width:992px) {
    .technology-locations .location-search-form .locations-filters-toggle {
        padding: 20px 0;
    }
}

.technology-locations .location-search-form .locations-filters-toggle p {
    color: #4babe6;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
}

.technology-locations .location-search-form .locations-filters-toggle p .close-icon {
    display: none;
}

.technology-locations .location-search-form .locations-filters-toggle.active p .open-icon {
    display: none;
}

.technology-locations .location-search-form .locations-filters-toggle.active p .close-icon {
    display: inline;
}

.technology-locations .location-search-form .locations-filters-content {
    display: none;
    padding: 10px 0 20px;
    border-bottom: solid 5px #4babe6;
}

.technology-locations .location-search-form .locations-filters-content .fields-row {
    overflow: hidden;
}

.technology-locations .location-search-form .locations-filters-content .fields-row>div {
    margin: 0 30px 15px 0;
    float: left;
    width: 100%;
}

@media(min-width:992px) {
    .technology-locations .location-search-form .locations-filters-content .fields-row>div {
        width: 325px;
    }
}

.technology-locations .location-search-form .locations-filters-content .fields-row>div label {
    display: block;
    margin-bottom: 2px;
}

.technology-locations .location-search-form .locations-filters-content .fields-row>div input[type=text],
.technology-locations .location-search-form .locations-filters-content .fields-row>div select {
    padding: 8px;
    width: 100%;
    border-radius: 4px;
    border: solid 1px #232323;
    height: 40px;
}

@media(min-width:992px) {

    .technology-locations .location-search-form .locations-filters-content .fields-row>div input[type=text],
    .technology-locations .location-search-form .locations-filters-content .fields-row>div select {
        height: 59px;
    }
}

.technology-locations .location-search-form .locations-filters-content .fields-checkboxes {
    margin-bottom: 15px;
    overflow: hidden;
}

.technology-locations .location-search-form .locations-filters-content .fields-checkboxes>div {
    width: 100%;
}

.technology-locations .location-search-form .locations-filters-content .fields-checkboxes>div .fields-checkbox {
    display: block;
    margin: 0 20px 5px 0;
    float: left;
}

.technology-locations .location-search-form .locations-filters-content .fields-checkboxes>div .fields-checkbox input {
    margin-top: 2px;
    margin-right: 10px;
}

.technology-locations .location-search-form .locations-filters-content .filter-btns {
    margin-top: 25px;
    overflow: hidden;
    width: 100%;
}

.technology-locations .location-search-form .locations-filters-content .filter-btns button {
    padding: 10px 30px;
    font-size: .9rem;
    line-height: 1;
    border: 0;
    outline: 0;
}

@media(min-width:992px) {
    .technology-locations .location-search-form .locations-filters-content .filter-btns button {
        padding: 20px 53px;
    }
}

.technology-locations .location-search-form .locations-filters-content .filter-btns button.search-btn {
    background: #4babe6;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .1em;
    border-radius: 14px;
    margin-bottom: 15px;
}

@media(min-width:992px) {
    .technology-locations .location-search-form .locations-filters-content .filter-btns button.search-btn {
        border-radius: 20px;
    }
}

.technology-locations .location-search-form .locations-filters-content .filter-btns button.map-reset-btn {
    font-size: 1.2rem;
    background: none;
    color: #4babe6;
    font-weight: 700;
}

.patient-story-page img {
    margin-bottom: 40px;
}

.patient-story-page .patient-story-page-content {
    max-width: 900px;
}

.event-page img {
    margin-bottom: 40px;
}

.event-page .event-page-content {
    max-width: 900px;
}

.event-page .event-page-content ul.event-page-info {
    overflow: hidden;
    padding-left: 0;
}

.event-page .event-page-content ul.event-page-info li {
    display: inline-block;
    float: left;
    position: relative;
    font-size: .9rem;
    padding-right: 10px;
    padding-left: 10px;
}

.event-page .event-page-content ul.event-page-info li:first-child {
    margin-left: 0;
    padding-left: 30px;
}

@media(min-width:768px) {
    .event-page .event-page-content ul.event-page-info li:first-child {
        padding-left: 40px;
    }
}

.event-page .event-page-content ul.event-page-info li:first-child::before {
    content: "";
    width: 18px;
    height: 18px;
    position: absolute;
    top: 2px;
    left: 0;
}

@media(min-width:768px) {
    .event-page .event-page-content ul.event-page-info li:first-child::before {
        width: 20px;
        height: 20px;
    }
}

@media(min-width:992px) {
    .event-page .event-page-content ul.event-page-info li:first-child::before {
        width: 24px;
        height: 24px;
    }
}

.event-page .event-page-content ul.event-page-info li:first-child::after {
    content: "";
    width: 1px;
    height: 10px;
    background: #232323;
    position: absolute;
    top: 4px;
    right: 0;
}

@media(min-width:768px) {
    .event-page .event-page-content ul.event-page-info li:first-child::after {
        height: 11px;
        top: 5px;
    }
}

@media(min-width:992px) {
    .event-page .event-page-content ul.event-page-info li:first-child::after {
        height: 12px;
        top: 7px;
    }
}

.event-page .event-page-content ul.event-page-info li::marker {
    display: none;
}

.event-page .event-page-content ul.event-page-info li.date::before {
    background: url(../../assets/i/calendar.png) center center no-repeat;
    background-size: cover;
}

.event-page .event-page-content ul.event-page-info li p {
    display: inline-block;
    float: left;
}

@media(min-width:768px) {
    .research-project-page .research-project-page-content {
        max-width: 900px;
    }
}

@media(min-width:992px) {
    .research-project-page .research-project-page-content {
        max-width: 1100px;
    }
}

.research-project-page .research-project-page-content .introduction-text {
    margin-bottom: 3rem;
}

.research-project-page .research-project-page-content .icon-text-item {
    margin-bottom: 3rem;
}

.research-project-page .research-project-page-content .icon-text-item img {
    float: left;
    display: inline-block;
    max-width: 50px;
}

@media(min-width:768px) {
    .research-project-page .research-project-page-content .icon-text-item img {
        max-width: 65px;
    }
}

@media(min-width:992px) {
    .research-project-page .research-project-page-content .icon-text-item img {
        max-width: 80px;
    }
}

.research-project-page .research-project-page-content .icon-text-item .icon-text-content {
    padding-left: 65px;
}

@media(min-width:768px) {
    .research-project-page .research-project-page-content .icon-text-item .icon-text-content {
        padding-left: 100px;
    }
}

@media(min-width:992px) {
    .research-project-page .research-project-page-content .icon-text-item .icon-text-content {
        padding-left: 120px;
    }
}

.research-project-page .research-project-page-content .icon-text-item .icon-text-content p.icon-text-content-title {
    font-size: 1.3rem;
    font-weight: 700;
}

@media(min-width:768px) {
    .webinars-overview {
        padding: 20px 0 50px;
    }
}

@media(min-width:992px) {
    .webinars-overview {
        padding: 20px 0 70px;
    }
}

.basic-page-content h2 {
    font-size: 1.6rem;
}

.basic-page-content h3 {
    font-size: 1.2rem;
}

@media(min-width:768px) {
    .request-content .umbraco-forms-field.shortanswer {
        float: left;
        clear: none;
        width: 50%;
    }

    .request-content .umbraco-forms-field.shortanswer:nth-child(2n+1) {
        clear: left;
        padding-right: 20px;
    }

    .request-content .umbraco-forms-field.shortanswer:nth-child(2n) {
        padding-left: 20px;
    }
}

.request-content .field-validation-error {
    display: block;
}

@media(min-width:768px) {
    .request-content .form-dropdown {
        width: 50%;
        padding-right: 20px;
    }
}