.covidAlert {
    display: none;
}

body {
    font-family: 'Varela Round', sans-serif;
    line-height: 1.7em;
    background-color: #4f499f;
}

h1,
h2,
h3,
h4,
h4,
p {
    font-family: 'Varela Round', sans-serif;
    line-height: 1.3em;
    text-align: center;
}

h1 {
    color: #fff;
    font-weight: 100;
    font-size: 34px;
    text-transform: uppercase;
}

h2 {
    color: #fff;
    font-size: 24px;
    font-weight: 100;
    text-transform: uppercase;
}

h3 {
    color: #a1a1a1;
    font-size: 22px;
    font-weight: 100;
    text-transform: uppercase;
}

.container h1,
.container h2,
.container h3,
.container h4 {
    text-align: center;
}

p {
    line-height: 1.6em;
    font-size: 18px;
    color: rgb(255, 255, 255);
}

a {
    color: #e15564;
}

.btn {
    border-radius: 200px;
    padding: 12px 22px 11px;
    transition: all 0.3s;
    font-size: 16px;
    white-space: normal;
}

.btn-primary {
    background: #221e5f;
    border-color: #221e5f;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
    background: #3f3899;
    border-color: #3f3899;
}

.container_wrapper.sf_cols {
    margin-bottom: 120px;
}

.mainNav {
    height: 120px;
    transition: all 0.5s;
    background-color: #4f499f;
}

.mainNavScrolling.mainNav {
    height: 80px;
}

/*.mainNav .container-fluid {
    backdrop-filter: saturate(200%) blur(10px);
    -webkit-backdrop-filter: saturate(200%) blur(10px);
    background: rgb(22 48 60 / 50%);
}*/

.mainNav .container-fluid {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    background: none;
    transition: all 0.5s;
}

#mainNavCollapse {
    /*
    backdrop-filter: saturate(200%) blur(10px) !important;
    background: rgb(48 48 48 / 35%);
    */
}

.mainNavScrolling .container-fluid {
    backdrop-filter: saturate(200%) blur(10px);
    -webkit-backdrop-filter: saturate(200%) blur(10px);
    background: rgb(22 48 60 / 50%);
}

.mobileTopBlur .container-fluid {
    backdrop-filter: saturate(200%) blur(10px);
    -webkit-backdrop-filter: saturate(200%) blur(10px);
    background: rgb(22 48 60 / 50%);
}

.navbar-toggle .icon-bar {
    display: block;
    width: 40px;
    height: 6px;
    border-radius: 200px;
    background-color: #fff;
    transition: all 0.5s;
}

.mainNavScrolling .navbar-toggle .icon-bar {
    width: 30px;
    height: 4px;
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 6px;
}

.mainNav .navbar-toggle {
    position: relative;
    float: right;
    padding: 0px 20px 0px 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    height: 120px;
    transition: all 0.5s;
}

.mainNavScrolling.mainNav .navbar-toggle {
    height: 80px;
}

.navbar-nav {
    height: auto;
    margin: 0px;
    padding: 30px 0px;
}

.navbar-nav li {
    font-size: 18px;
    font-family: 'Varela Round', sans-serif;
}

.navbar-nav>li>a {
    padding: 12.5px 10px;
    margin: auto 10px 10px;
    border-radius: 200px;
    color: #fff;
    transition: all .5s;
    text-align: center;
}

.nav>li>a:hover,
.nav>li>a:focus {
    /*background-size: 100% 100%;
    background-color: transparent;*/
    color: #4f499f;
    text-shadow: none;
}

.navbar .container-fluid .navbar-brand {
    float: left;
    height: 120px;
    padding: 0px;
    display: flex;
    align-items: center;
    margin: 0;
    transition: all 0.5s;
}

.mainNavScrolling.navbar .container-fluid .navbar-brand {
    height: 80px;
}

.navbar-brand img {
    height: 60px;
    transition: all 0.5s;
}

.mainNavScrolling .navbar-brand img {
    height: 40px;
}

#mainWrapper {
    padding-top: 0px;
    margin-bottom: 100px;
}

#footerWrapper {
    background-color: #c7c7c7;
    color: #4f499f;
    text-align: center;
    padding: 60px 0px;
    overflow: hidden;
}

#toTop {
    display: none;
}

.cookieConsent {
    display: none;
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: #666666;
    color: #ffffff !important;
    padding: 0px;
}

.cookieConsent .container {
    margin-bottom: 0px !important;
    padding: 12px 120px 12px 20px;
}

#cookieConsent p {
    padding: 0px;
    margin: 0px;
    color: #ffffff !important;
    font-size: 13px !important;
}

#cookieConsent a {
    color: #ffffff;
    text-decoration: underline;
}

.cookieConsent .close {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    font-size: 30px;
    color: White;
    opacity: 1;
    line-height: 0.5;
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
    width: 100px;
    background: #383838;
}

#cookieClose span {
    margin-top: 0px !important;
    line-height: 0px;
    display: block;
}

#fullscreenWaiting>.waitingSpinner {
    border-top-color: #e15564;
}

#fullscreenWaiting>.waitingSpinner::before {
    border-top-color: #21b3e4;
}

#fullscreenWaiting>.waitingSpinner::after {
    border-top-color: #fec465;
}

.footerBottom {
    padding: 0% 17%;
}

.footerBottom .footerLeft {
    text-align: left;
}

.footerBottom a {
    color: #4f499f;
    font-size: 18px;
    margin: 0px 20px;
    padding: 6px 10px 6px 10px;
    transition: all 0.3s;
}

.footerBottom a:hover {
    color: #4f499f;
    font-size: 18px;
    margin: 0px 20px;
    padding: 6px 10px 6px 10px;
    cursor: pointer;
}

.footerBottom a i {
    font-size: 18px;
    font-size: 50px;
}

.footerBottom a img.tiktok {
    width: 5rem;
    padding-bottom: 30px;
}

.footerBottom .footerBottomUp {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.navLinks {
    margin-bottom: 50px;
}

.sectionHead {
    border-bottom: 1px solid #e7b6bc;
    margin-bottom: 20px;
    font-size: 20px;
    padding-bottom: 10px;
}

.container.navLinks {
    margin-bottom: 50px;
}

.copyright {
    font-size: 14px;
    margin-bottom: 20px;
}

ul.dropdown-menu {
    background: none;
    box-shadow: none;
    border: 0px solid;
    width: 100%;
}

.nav .dropdown:hover .dropdown-menu {
    display: block;
    /* makes menu available for hover - not for mobiles */
}

.nav .dropdown-menu .yamm-content {
    text-align: center;
}

.nav .dropdown-menu .yamm-content li {
    margin: 10px auto;
}

.nav .dropdown .dropdown-menu .yamm-content li:first-of-type {
    transform: translateY(-60px);
    transition: all 0.3s;
    transition-delay: 0.3s;
    opacity: 0;
}

.nav .dropdown .dropdown-menu .yamm-content li:nth-of-type(2) {
    transform: translateY(-120px);
    transition: all 0.3s;
    transition-delay: 0.3s;
    opacity: 0;
}

.nav .dropdown .dropdown-menu .yamm-content li:nth-of-type(3) {
    transform: translateY(-180px);
    transition: all 0.3s;
    transition-delay: 0.3s;
    opacity: 0;
}

.nav .dropdown:hover .dropdown-menu .yamm-content li:first-of-type {
    transform: translateY(0px);
    opacity: 1;
}

.nav .dropdown:hover .dropdown-menu .yamm-content li:nth-of-type(2) {
    transform: translateY(0px);
    opacity: 1;
}

.nav .dropdown:hover .dropdown-menu .yamm-content li:nth-of-type(3) {
    transform: translateY(0px);
    opacity: 1;
}

.nav .dropdown-menu a {
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 200px;
    text-shadow: 0px 0px 20px #000;
}

.nav .dropdown-menu a:hover {
    background: #fff;
    color: #e15564;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 200px;
    text-shadow: none;
}

.intro {
    background-size: cover;
    height: 70vh;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 10% 10% 0px;
    margin-bottom: 100px;
}

.introContent {
    width: 100%;
    margin: 20px auto;
    text-align: center;
}

.intro h1 {
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 3px;
    color: #fff;
}

.intro p {
    font-size: 16px;
    color: #fff;
}

.leftImage .col-md-5,
.leftImage .col-md-7 {
    padding-left: 20px;
    padding-right: 20px;
}

.leftImage .col-md-5 img {
    border-left: 15px solid #e15564;
}

.rightImage .col-md-5,
.rightImage .col-md-7 {
    padding-left: 20px;
    padding-right: 20px;
}

.rightImage .col-md-5 img {
    border-left: 15px solid #e15564;
}

#searchError {
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    text-align: left;
    width: 100%;
    height: 90px;
    overflow: hidden;
    /*pointer-events: none;*/
}

.searchDirectLink {
    color: #fff;
    text-decoration: underline;
}

.searchDirectLink:hover {
    color: #fff;
    text-decoration: underline;
}

.error {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #d90000;
    color: #fff;
    padding: 10px 20px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: -100vw;
    box-shadow: 0px 0px 10px #00000061;
    transition: all 1s;
    font-size: 14px;
    text-align: center;
    line-height: normal;
}

.errorIn {
    left: 0;
}

.errorOut {
    left: 100vw;
}

.help {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #008ae6;
    color: #fff;
    padding: 10px 20px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: -100vw;
    box-shadow: 0px 0px 10px #00000061;
    transition: all 1s;
    font-size: 14px;
    text-align: center;
    line-height: normal;
}

.helpIn {
    left: 0;
}

.helpOut {
    left: 100vw;
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgb(196, 196, 196);
    opacity: 1;
    /* Firefox */
}


.form {
    margin-top: 30px;
    padding: 60px 40px 20px;
    background: #efefef;
    border-left: 20px solid #e15564;
}

.form input {
    display: block;
    width: 96%;
    border: 2px solid #c5c5c5;
    border-radius: 200px;
    font-size: 16px;
    padding: 10px 20px;
}

.form input:active,
.form input:focus,
.form textarea:active,
.form textarea:focus {
    outline: none;
    border: 2px solid #e15564;
}

.form label {
    display: block;
    width: 100%;
}

.form textarea {
    border-radius: 24px;
    height: 100px;
    width: 98%;
    border: 2px solid #c5c5c5;
    padding: 10px 20px;
}

.form button {
    background: #e15564;
    color: #fff;
    border: 0px;
    border-radius: 200px;
    padding: 10px 40px;
}

.contactPhone {
    font-size: 34px;
    text-align: center;
    margin-top: 60px;
    color: #e15564;
}

.contactPhone span {
    color: #e15564;
    font-size: 60px;
    margin-right: 20px;
    vertical-align: sub;
}

.form .sf-fieldWrp p {
    margin: 0px;
}

.form .sf-fieldWrp {
    margin-bottom: 40px;
}

p[data-sf-role] {
    color: red;
    font-size: 14px;
}

.modal-body {
    padding: 10px 20px 10px 20px;
}

.modal-content {
    border-radius: 0px;
    border-left: 20px solid #e15564;
}

.modal-lg {
    width: 95%;
}

.modal-footer button {
    width: 100%;
    background-color: #bbb;
}

.modal-footer {
    border-top: 0px;
    padding: 0px 60px 60px 60px;
}

.modal-body h1 {
    font-size: 30px;
    text-align: center;
}

.modal-body h2,
.modal-body h3 {
    font-size: 20px;
    text-align: center;
}

.modal-body p.quote {
    margin-top: 50px;
    margin-bottom: 50px;
}

.ffblocks {
    border-radius: 20px;
    background-image: linear-gradient(125deg, #fa8751, #f96733);
    padding: 40px 40px;
    text-align: center;
}

.footerSocial,
.navLinks .rowOne,
.navLinks .rowTwo {
    display: flex;
}

@media (max-width: 768px) {
    p {
        text-align: center !important;
    }

    .modal-body p {
        font-size: 16px;
    }

}

@media (min-width: 768px) {
    h1 {
        font-size: 40px;
    }

    h2 {
        font-size: 30px;
    }

    h3 {
        font-size: 24px;
    }

    .modal-lg {
        width: 80%;
    }

    .modal-body {
        padding: 40px 60px 40px 60px;
    }

    .modal-body h1 {
        font-size: 40px;
        text-align: center;
    }

    .modal-body h2,
    .modal-body h3 {
        font-size: 30px;
        text-align: center;
    }
}

@media (min-width: 992px) {
    .intro {
        background-size: cover;
        height: 55vh;
        color: #fff;
        display: flex;
        align-items: center;
        padding: 0px 10%;
        margin-bottom: 100px;
    }

    .navbar-nav>li>a {
        padding: 12.5px 30px;
        margin: auto 10px 10px;
        border-radius: 200px;
        color: #fff;
        transition: all .5s;
    }

}

@media (min-width: 1200px) {
    h1 {
        font-size: 50px;
    }

    h2 {
        font-size: 40px;
    }

    h3 {
        font-size: 30px;
    }

    .btn {
        padding: 15px 30px 14px;
        font-size: 18px;
    }

    .leftImage .col-md-5,
    .leftImage .col-md-7 {
        padding-left: 30px;
        padding-right: 30px;
    }

    .leftImage .col-md-5 img {
        border-left: 20px solid #e15564;
    }

    .row.leftImage {
        margin-top: 50px;
    }

    .rightImage .col-md-5,
    .rightImage .col-md-7 {
        padding-left: 30px;
        padding-right: 30px;
    }

    .rightImage .col-md-5 img {
        border-left: 20px solid #e15564;
    }

    .row.rightImage {
        margin-top: 50px;
    }

    .introContent {
        width: 90%;
        margin: 40px auto 20px;
    }

    .intro h1 {
        font-size: 40px;
    }

    .intro p {
        font-size: 18px;
        line-height: 1.5em;
    }

    #cookieConsent p {
        font-size: 14px !important;
    }

    p {
        line-height: 1.7em;
        font-size: 17px;
    }

    .mainNav {}

    .mainNav .container-fluid {
        /*
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
        background: none;
        */
    }

    .navbar-nav {
        float: right;
        height: 120px;
        display: flex;
        align-items: center;
        margin: 0px;
        padding: 0px;
        transition: all 0.5s;
    }

    .mainNavScrolling .navbar-nav {
        height: 80px;
    }

    .navbar-brand img {
        height: 70px;
    }

    .mainNavScrolling .navbar-brand img {
        height: 50px;
    }

    .navbar-nav li {
        font-size: 16px;
    }

    .mainNavScrolling .navbar-nav li {
        font-size: 14px;
    }

    .navbar-nav>li>a {
        padding: 10px 15px;
        margin: auto 6px 0px;
    }

    .mainNavScrolling .navbar-nav>li>a {
        padding: 8px 10px;
    }

    .intro {
        background-size: cover;
        height: 55vh;
        padding: 0px 10%;
        margin-bottom: 60px;
    }

    .error {
        font-size: 18px;
    }

    .help {
        font-size: 18px;
    }

    #searchError {
        position: fixed;
        bottom: 0px;
        left: 0px;
        right: 0px;
        text-align: left;
        width: 100%;
        height: 60px;
        overflow: hidden;
    }

    .modal-lg {
        width: 50%;
    }
}

@media (min-width: 1300px) {
    .intro {
        background-size: cover;
        height: 65vh;
        padding: 0px 10%;
        margin-bottom: 30px;
    }
}

@media (min-width: 1400px) {
    .navbar-nav li {
        font-size: 16px;
    }

    .mainNavScrolling .navbar-nav li {
        font-size: 14px;
    }

    .navbar-nav>li>a {
        padding: 12.5px 20px;
        margin: auto 10px 0px;
    }

    .mainNavScrolling .navbar-nav>li>a {
        padding: 8px 15px;
    }

    .intro h1 {
        font-size: 50px;
    }

    .intro p {
        font-size: 20px;
    }

    .introContent {
        width: 90%;
        margin: 30px auto 20px;
    }

    .intro {
        background-size: cover;
        height: 55vh;
        padding: 0px 10%;
        margin-bottom: 60px;
    }
}

@media (min-width: 1600px) {
    .intro {
        background-size: cover;
        height: 55vh;
        padding: 0px 10%;
        margin-bottom: 90px;
    }

    .intro h1 {
        font-size: 60px;
    }

    .intro p {
        font-size: 22px;
        line-height: 1.7em;
    }

    .introContent {
        width: 80%;
        margin: 20px auto;
    }

    .navbar-nav li {
        font-size: 18px;
    }

    .mainNavScrolling .navbar-nav li {
        font-size: 16px;
    }

    .navbar-nav>li>a {
        padding: 10px 30px;
    }

    .mainNavScrolling .navbar-nav>li>a {
        padding: 8px 20px;
    }

    .container {
        width: 1300px;
    }
}

@media (max-width: 1599px) {
    .footerBottom {
        padding: 0% 12%;
    }
}

@media (max-width: 1479px) {
    .footerBottom {
        padding: 0% 10%;
    }

}

@media (max-width: 1355px) {
    .footerBottom {
        padding: 0% 5%;
    }
}

@media (max-width: 1200px) {
    .footerBottom a {
        display: block;
    }

    .navbar-brand {
        padding-left: 15px !important;
    }
}

@media only screen and (max-device-width: 1024px) {
    .footerBottomUp .footerSocial {
        display: flex;
    }

    .navLinks .rowOne,
    .navLinks .rowTwo {
        display: flex;
    }

    .footerBottom a {
        font-size: 11px;
    }

    .footerBottom a {
        margin: 0px 15px;
    }
}

@media (max-width: 999px) {
    .footerBottom {
        padding: 0% 0%;
    }
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
    .footerBottom a i {
        font-size: 35px;
    }

    .footerBottom a img.tiktok {
        width: 3.5rem;
    }

    .footerBottom {
        padding: 0% 0%;
    }
}

@media (max-width: 499px) {
    #footerWrapper {
        padding: 30px 0px;
    }

    .footerBottom .footerBottomUp {
        flex-direction: column;
    }

    .footerBottomUp .footerSocial {
        justify-content: center;
    }

    .footerBottom a i {
        font-size: 25px;
    }

    .footerBottom .footerSocial a {
        margin: 0px 10px;
    }

    .footerBottom a img.tiktok {
        width: 2.6rem;
    }

    .footerRight {
        margin-bottom: 35px;
        display: flex;
        justify-content: center;
    }

    .footerBottom a {
        margin: 0px 0px;
        padding: 6px 5px 6px 10px;
    }

    .footerBottom a:hover {
        font-size: 11px;
        margin: 0px 0px;
        padding: 6px 5px 6px 10px;
    }
}