/**
 * Globals
 */

html {
    height: 100%;
}

body {
    font-family: Montserrat, Helvetica, Arial, sans-serif;
    background: #fffef9;
    font-weight: 400;
    height: 100%;
    margin-top: 90px;
}

/**
 * Layout
 */

/* Navigation */

.site-navigation {
    background: #fff;

    -webkit-box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.42);
    -moz-box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.42);
    box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.42);
}

.site-navigation .container {
    padding-bottom: 0;
}

.site-navigation .container-fluid .row {
    margin: 0;
}

.navbar {
    margin-bottom: 0;
    border: 0;
    padding-top: 0;
    padding-bottom: 0;
    min-height: 90px;
}

.navbar-right {
    margin-right: 0;
}

.navbar-default {
    background-color: #fff;

    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

.navbar-nav {
    margin-top: 0;
    margin-bottom: 0;
}

.navbar-nav > .nav-item {
    margin-left: 6px;
    position: relative;
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
    font-weight: 500;
    font-size: 15px;
    padding: 0 10px;
    font-family: Montserrat, Helvetica, Arial, sans-serif;
    height: 34px;
    line-height: 34px;
    outline: none !important;

    -webkit-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -kthtml-transition: all 0.25s linear;
    transition: all 0.25s linear;

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}

.navbar-light .navbar-nav .nav-link:hover {
    background-color: #f5f5f5;
}

.navbar-light .navbar-nav .current-menu-item > .nav-link,
.navbar-light .navbar-nav .current-menu-item > .nav-link:hover,
.navbar-light .navbar-nav .current-menu-item > .nav-link:focus {
    color: #fff;
    background-color: #ec7624;
    outline: none !important;
}

.navbar-light .navbar-nav .current-menu-parent > .nav-link,
.navbar-light .navbar-nav .current-menu-parent > .nav-link:hover,
.navbar-light .navbar-nav .current-menu-parent > .nav-link:focus,
.navbar-light .navbar-nav .current_page_parent > .nav-link,
.navbar-light .navbar-nav .current_page_parent > .nav-link:hover,
.navbar-light .navbar-nav .current_page_parent > .nav-link:focus {
    color: #fff;
    background-color: #ec7624;
    outline: none !important;
}


.navbar-light .navbar-nav .enquiry .nav-link {
    color: #fff;
    background: #004876;
}

.navbar-light .navbar-nav .enquiry .nav-link:hover {
    background: #005b94;
}

.navbar-light .navbar-nav .nav-item > .sub-menu {
    /*display: none;*/
    position: absolute;
    top: 100%;
    left: -14px;
    padding: 0;
    margin: 0;
    background: #fff;
    min-width: 260px;
    padding: 14px;
    border-radius: 10px;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.25s, opacity 0.25s ease-out;
}

.navbar-light .navbar-nav .nav-item > .sub-menu > li {
    list-style: none;
    margin-bottom: 4px;
}

.navbar-light .navbar-nav .nav-item > .sub-menu > li:last-child {
    margin-bottom: 0;
}

.navbar-light .navbar-nav .nav-item > .sub-menu > li > .nav-link {
    font-weight: 400;
}

.navbar-light .navbar-nav .nav-item > .sub-menu > .current-menu-item .nav-link {
    background: #4097cb;
}

.navbar-light .navbar-nav li:hover > .sub-menu {
    /*display: block;*/
    visibility: visible;
    opacity: 1;
}
.navbar-brand {
    display: inline-block;
    height: 60px;
    width: 170px;
    padding: 0;
    margin: 15px 0;
    outline: 0 !important;
}

.navbar-brand img {
    display: block;
    height: 100%;
    width: auto;
}

.navbar-toggler {
    border: 0;
    margin-bottom: 0;
    background: #fff;
    padding: 0;
    color: #fff;
    margin-top: 0;
    outline: none;

    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;

    -webkit-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -kthtml-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

.navbar-toggler:focus {
    outline: none;
}

.navbar-toggler .icon-bar {
    display: block;
    width: 30px;
    height: 4px;
    border-radius: 2px;
    background: #00759e;
}

.navbar-toggler .icon-bar + .icon-bar {
    margin-top: 6px;
    background: #00759e;
}

.navbar-toggler .icon-bar + .icon-bar + .icon-bar {
    background: #00759e;
}

.nav-link-phone {
    font-weight: 700;
    font-size: 20px;
    color: #4097cb;
    padding-left: 9px;
}

.nav-link-phone:hover {
    color: #004876;
}

.nav-link-phone img {
    height: 20px;
    margin-right: 3px;
    margin-top: -3px;
}

/* Text */

.text h1,
.text .h1,
h1,
.h1 {
    font-size: 36px;
    line-height: 50px;
    color: #555;
    font-weight: 700;
    font-family: Montserrat, Helvetica, Arial, sans-serif;
}

h1, .h1 {
    margin-bottom: 0;
}

.text h2,
.text .h2,
h2, .h2 {
    font-size: 30px;
    color: #004876;
    font-weight: 700;
    font-family: 'Playfair Display', Georgia, serif;
    margin-bottom: 16px;
}

h2, .h2 {
    margin-bottom: 0;
}

.text h3,
.text .h3,
h3, .h3 {
    font-size: 24px;
    line-height: 30px;
    color: #4097cb;
    font-weight: 700;
    font-family: 'Playfair Display', Georgia, serif;
    margin-bottom: 16px;
}

h3, .h3 {
    margin-bottom: 0;
}

.text h4,
.text .h4,
h4, .h4 {
    font-size: 20px;
    line-height: 26px;
    color: #ec7624;
    font-weight: 700;
    font-family: 'Playfair Display', Georgia, serif;
    margin-bottom: 16px;
}

h4, .h4 {
    margin-bottom: 0;
}

.text p,
p {
    font-size: 16px;
    line-height: 30px;
    font-family: Montserrat, Helvetica, Arial, sans-serif;
    color: #555;
    margin-bottom: 16px;
}

.text--lg p {
    font-size: 18px;
    line-height: 32px;
    font-weight: 500;
}

.text p strong,
p strong {
    font-weight: 700;
}

.text ul,
.text ol,
ul, ol {
    font-size: 16px;
    line-height: 30px;
    font-family: Montserrat, Helvetica, Arial, sans-serif;
    color: #555;
    margin-bottom: 16px;
}

.text a:not(.btn),
a:not(.btn) {
    color: #4097cb;
    transition: all .25s linear;
}

.text a:not(.btn):hover,
a:not(.btn):hover,
/*.text a:not(.btn):visited,*/
/*a:not(.btn):visited,*/
.text a:not(.btn):active,
a:not(.btn):active {
    color: #00759e;
}

.text blockquote,
blockquote {
    margin: 40px 80px;
    border-left: solid 1px #ebebeb;
    border-right: solid 1px #ebebeb;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
}

.text blockquote:before,
blockquote:before {
    content: '';
    position: absolute;
    width: 60px;
    height: 60px;
    background: url('../img/quote.svg') no-repeat;
    top: 0;
    left: -80px;
}

.text blockquote:after,
blockquote:after {
    content: '';
    position: absolute;
    width: 60px;
    height: 60px;
    background: url('../img/quote.svg') no-repeat;
    transform: rotate(180deg);
    bottom: 0;
    right: -80px;
}


.text blockquote p,
blockquote p {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 17px;
    color: #004876;
    font-style: italic;
}

/* Sections */

.section {
    padding: 72px 0 55px;
    background: #fff;
}

.section--grey { background: #f5f5f5; }
.section--orange { background: #ec7624; }
.section--light-blue { background: #b7d7ea; }
.section--blue { background: #4097cb; }
.section--dark-blue { background: #004876; }
.section--alt-blue { background: #006fce; }
.section--orange { background: #ec7624; }

.section-title {
    padding-bottom: 0;
}

.section-title .heading {
    margin-bottom: 38px;
}

/* Heading */

.page-heading {
    margin: 2px 0 -13px;
}

.section--grey .page-heading { color: #555; }
.section--orange .page-heading { color: #fff; }
.section--light-blue .page-heading { color: #004876; }
.section--blue .page-heading { color: #fff; }
.section--dark-blue .page-heading { color: #fff; }
.section--alt-blue .page-heading { color: #fff; }
.section--orange .page-heading { color: #fff; }

/**
 * Sections
 */

/* Page */

.page-content {
    padding-top: 64px;
    /*padding-bottom: 25px;*/
    padding-bottom: 0;
}

/* About */

.about h3 {
    margin-top: 0;
}

/* Features */

.feature {
    margin-bottom: 20px;
}

.feature .feature-image {
    height: 146px;
    margin-bottom: 27px;
    margin-top: 18px;
}

.feature p {
    color: #777;
}

/* The Method */

.the-method {
    /*background: #ec7624 url("includes/img/the-method-back.jpg") no-repeat right bottom;*/
    background: #ec7624;
}

.the-method h2 {
    color: #fff;
}

.the-method p {
    color: #1b1b1b;
}

.the-method .btn-white {
    margin-top: 10px;
}

.examples-heading {
    overflow: hidden;
    width: 100%;
    margin-bottom: 13px;
}

.examples-heading h3 {
    float: left;
    color: #fff;
}

.examples-heading .carousel-controls {
    float: right;
    margin-top: 20px;
}

.examples-heading .carousel-control {
    position: static;
    display: inline-block;
    background: #d57f15;
    width: auto;
    height: 26px;
    font-size: 14px;
    line-height: 14px;
    font-weight: bold;
    font-family: Montserrat, Lato, Helvetica, Arial, sans-serif;
    text-shadow: none;
    opacity: 1;
    padding: 4px 10px 2px;
    margin-left: 8px;
    float: left;

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}

.examples-heading  .carousel-control.left {
    color: #fff;
}

.examples-heading  .carousel-control.right {
    color: #fff;
}

.examples {
    overflow: hidden;
    height: auto;
    margin-bottom: 9px;
    position: relative;

    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    border-radius: 16px;
}

.examples .item {
    overflow: hidden;
    height: auto;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    border-radius: 16px;
}

.examples .item .carousel-caption {
    display: none;
}

.action-video {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.video-play {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -31px;
    margin-top: -31px;
    z-index: 4;

    -webkit-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -kthtml-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

.video-play:hover,
.action-video:hover .video-play {
    opacity: 1;
}

.video-opacity {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0);
    opacity: .3;

    -webkit-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -kthtml-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

.video-opacity:hover,
.action-video:hover .video-opacity {
    opacity: 0;
}

.video-placeholder {
    opacity: 0;
}

/* Hero */

.hero-wrapper {
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
}

.hero-wrapper img {
    display: block;
    width: 100%;
    height: 150px;
}

.hero {
    height: 550px;
    overflow: hidden;
    position: relative;
    background-size: 100% auto;
    border-bottom: solid 6px #ec7624;
}

.hero-shadow {
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: -30px;
    width: 100%;
    height: 30px;

    -webkit-box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.42);
    -moz-box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.42);
    box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.42);
}

.hero-content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.hero-content .container,
.hero-content .row {
    height: 100%;
}

.hero-content h1 {
    /*color: #fff;*/
    font-size: 56px;
    line-height: 68px;
    margin-bottom: 13px;
    /*text-shadow:*/
            /*0 0 20px rgba(0,72,118,.25),*/
            /*0 0 20px rgba(0,72,118,.25),*/
            /*0 0 30px rgba(0,72,118,.75),*/
            /*0 0 40px rgba(0,72,118,.85),*/
            /*0 0 50px rgba(0,72,118,.85),*/
            /*0 0 50px rgba(0,72,118,.85);*/
}

.hero-content h3 {
    /*color: #004876;*/
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 25px;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    text-shadow:
            0 0 20px rgba(255,255,255, .45),
            0 0 20px rgba(255,255,255, .45),
            0 0 30px rgba(255,255,255, .45),
            0 0 40px rgba(255,255,255, .65),
            0 0 50px rgba(255,255,255, .75),
            0 0 50px rgba(255,255,255, .85);
}

.hero-content h1.font-size--smaller {
    font-size: 44px;
    line-height: 56px;
}

.color--orange {
    color: #ec7624;
}

.color--light-blue {
    color: #b7d7ea;
}

.color--blue {
    color: #4097cb;
}

.color--dark-blue {
    color: #004876;
}

.color--black {
    color: #000;
}

.color--white {
    color: #fff;
}

.text-shadow--orange {
    text-shadow:
        0 0 20px rgba(236, 118, 36, .25),
        0 0 20px rgba(236, 118, 36, .25),
        0 0 30px rgba(236, 118, 36, .25),
        0 0 40px rgba(236, 118, 36, .25),
        0 0 50px rgba(236, 118, 36, .25),
        0 0 50px rgba(236, 118, 36, .25);
}

.text-shadow--light-blue {
    text-shadow:
        0 0 20px rgba(183, 215, 234, .25),
        0 0 20px rgba(183, 215, 234, .25),
        0 0 30px rgba(183, 215, 234, .25),
        0 0 40px rgba(183, 215, 234, .25),
        0 0 50px rgba(183, 215, 234, .25),
        0 0 50px rgba(183, 215, 234, .25);
}

.text-shadow--blue {
    text-shadow:
        0 0 20px rgba(64, 151, 203, .25),
        0 0 20px rgba(64, 151, 203, .25),
        0 0 30px rgba(64, 151, 203, .25),
        0 0 40px rgba(64, 151, 203, .25),
        0 0 50px rgba(64, 151, 203, .25),
        0 0 50px rgba(64, 151, 203, .25);
}

.text-shadow--dark-blue {
    text-shadow:
        0 0 20px rgba(0, 72, 118, .25),
        0 0 20px rgba(0, 72, 118, .25),
        0 0 30px rgba(0, 72, 118, .25),
        0 0 40px rgba(0, 72, 118, .25),
        0 0 50px rgba(0, 72, 118, .25),
        0 0 50px rgba(0, 72, 118, .25);
}

.text-shadow--black {
    text-shadow:
        0 0 20px rgba(0, 0, 0, .25),
        0 0 20px rgba(0, 0, 0, .25),
        0 0 30px rgba(0, 0, 0, .25),
        0 0 40px rgba(0, 0, 0, .25),
        0 0 50px rgba(0, 0, 0, .25),
        0 0 50px rgba(0, 0, 0, .25);
}

.text-shadow--white {
    text-shadow:
        0 0 20px rgba(255, 255, 255, .25),
        0 0 20px rgba(255, 255, 255, .25),
        0 0 30px rgba(255, 255, 255, .25),
        0 0 40px rgba(255, 255, 255, .25),
        0 0 50px rgba(255, 255, 255, .25),
        0 0 50px rgba(255, 255, 255, .25);
}

.hero-video {
    width: 100%;
    height: 100%;
}

.hero-video .row {
    margin-bottom: 0;
}

.player {
    height: 100%;
}

.video-loader {
    margin: 60px auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 0.5em solid rgba(255, 255, 255, 0.2);
    border-right: 0.5em solid rgba(255, 255, 255, 0.2);
    border-bottom: 0.5em solid rgba(255, 255, 255, 0.2);
    border-left: 0.5em solid #ffffff;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

.video-loader,
.video-loader:after {
    border-radius: 50%;
    width: 5em;
    height: 5em;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.hero-carousel {
    margin-left: -50px;
}

.hero-carousel .owl-stage {
    position: relative;
}

.hero-carousel .owl-stage {
    display: flex;
    align-items: center;
}

.hero-carousel .item {
    padding: 50px;
}

.hero-carousel .owl-nav {

}

.hero-carousel .owl-nav button.owl-next,
.hero-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    background: url('../img/chevron-right-circle.svg') no-repeat;
    background-size: cover;
}

.hero-carousel .owl-nav button.owl-next:focus,
.hero-carousel .owl-nav button.owl-prev:focus {
    outline: 0;
}

.hero-carousel .owl-nav button.owl-prev {
    left: -30px;
    transform: rotate(180deg);
}

.hero-carousel .owl-nav button.owl-next {
    right: -608px;
}

.hero-carousel .owl-dots {
    position: absolute;
    bottom: -40px;
    left: 50px;
}

.owl-carousel button.owl-dot {
    width: 16px;
    height: 16px;
    background: #4097cb;
    border-radius: 8px;
    margin-right: 16px;
    transition: all .25s linear;
}

.owl-carousel button.owl-dot:focus {
    outline: none;
}

.owl-carousel button.owl-dot:hover {
    background: #00759e;
}

.owl-carousel button.owl-dot.active,
.owl-carousel button.owl-dot.active:hover {
    background: #ec7624;
}

.opt-in {
    background: #ec7624;
}

.opt-in__form {
    width: 100%;
    background: #ec7624;
    border-radius: 16px;
    padding: 30px;
}

.opt-in__form--popup {
    padding: 0;
}

.opt-in__form--mobile {
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
}

.opt-in__form h3 {
    font-size: 28px;
    line-height: 36px;
    color: #fff;
    text-shadow: none;
    margin-top: -8px;
    margin-bottom: 6px;
    font-family: "Playfair Display", Georgia, serif;
}

.opt-in__form h4 {
    margin-top: -7px;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: -8px;
    color: #fff;
}

.opt-in__form p {
    font-size: 13px;
    line-height: 20px;
    color: #004876;
    margin-bottom: 5px;
    font-weight: 500;
}

.opt-in__form .form {
    margin-top: 20px;
}

.opt-in__form .form .form-control {
    font-size: 13px;
    height: 32px;
    font-weight: 500;
}

.opt-in__form .form label.error {
    font-size: 10px;
    padding-left: 10px;
    padding-right: 10px;
}


/* Articles */

.posts {
    padding-bottom: 5px;
    padding-top: 73px;
}

.post {
    margin-bottom: 90px;
}

.post .post-date {
    font-family: Montserrat, Helvetica, Arial, sans-serif;
    display: inline-block;
    padding: 8px 10px;
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 10px;

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}

.post.orange .post-date {
    color: #ec7624;
    border: solid 3px #ec7624;
}

.post.dark-blue .post-date {
    color: #004876;
    border: solid 3px #004876;
}

.post.light-blue .post-date {
    color: #b7d7ea;
    border: solid 3px #b7d7ea;
}

.post.blue .post-date {
    color: #4097CB;
    border: solid 3px #4097CB;
}

.post-wrap {
    position: relative;
    overflow: hidden;

    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    border-radius: 16px;
}

.post-background {
    position: absolute;
    left: 1px;
    bottom: 2px;
    z-index: 0;
    display: block;
    width: 99.6%;
    height: auto;

    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    border-radius: 16px;
}

.post-info {
    position: relative;
}

.post-mask {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height:  100%;
}

.post-info .post-image {
    position: relative;
    width: 100%;
    height: 196px;
    overflow: hidden;
    border-radius: 16px;
}

.post-info h2 {
    color: #fff;
    font-size: 24px;
    font-family: 'Playfair Display', Helvetica, Arial, sans-serif;
    line-height: 32px;
    font-weight: 700;
    margin: 0;
    padding: 17px 22px 16px;
    box-sizing: border-box;
    border-radius: 16px;
    transition: all 0.25s linear;
    min-height: 190px;
}

.post-format--video .post-info h2 {
    padding-top: 40px;
    margin-top: -31px;
}

.post-info h2 a {
    color: #fff;
}

.post-info h2 a:hover {
    color: #fff;
    text-decoration: none;
}

.post-info .post-image + h2 {
    padding-top: 40px;
    margin-top: -30px;
}

.post.orange .post-info h2 {
    background: rgba(236, 118, 36, .9);
    border: solid 3px #ec7624;
}

.post.orange:hover .post-info h2 {
    background: rgba(236, 118, 36, 1);
}

.post.light-blue .post-info h2 {
    background: rgba(183, 215, 234, .94);
    border: solid 3px #b7d7ea;
}

.post.light-blue:hover .post-info h2 {
    background: rgba(183, 215, 234, 1);
}

.post.blue .post-info h2 {
    background: rgba(64, 151, 203, .9);
    border: solid 3px #4097cb;
}

.post.blue:hover .post-info h2 {
    background: rgba(64, 151, 203, 1);
}

.post.dark-blue .post-info h2 {
    background: rgba(0, 72, 118, .9);
    border: solid 3px #004876;
}

.post.dark-blue:hover .post-info h2 {
    background: rgba(0, 72, 118, 1);
}

.article {
    padding-top: 74px;
}

.article .post-date {
    font-family: Montserrat, Lato, Helvetica, Arial, sans-serif;
    display: inline-block;
    padding: 8px 10px;
    font-weight: bold;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 20px;
    margin-right: 10px;
    margin-top: 0;
    color: #ec7624;
    border: solid 3px #ec7624;

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}

.article .post-image {
    overflow: hidden;
    border-radius: 16px;
    height: 200px;
    margin-bottom: 32px;
}

.article .text p:last-child {
    margin-bottom: 3px;
}

.article img {
    border-radius: 16px;
    display: block;
    width: 100%;
}

.article .post-video {
    margin-bottom: 31px;
}

.embed-responsive {
    border-radius: 16px;
}

.embed-responsive .video-image {
    display: block;
    width: 100%;
}

.responsive-embed {
    position: relative;
    padding-top: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: 16px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.responsive-embed iframe,
.responsive-embed object,
.responsive-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.responsive-embed img {
    position: absolute;
    top: 0;
    width: 100%;
    height: auto;
    max-width: none;
    z-index: 10;
}

.responsive-embed .play-video {
    position: absolute;
    display: block;
    width: 60px;
    height: 60px;
    top: 50%;
    margin-top: -30px;
    left: 50%;
    margin-left: -30px;
    z-index: 20;
}

.responsive-embed .play-video img {
    display: block;
}

.post a.link-icon {
    border-top: solid 1px rgba(255, 255, 255, 0.3);
    padding-top: 19px;
    margin-top: 13px;
    display: block;
    line-height: 32px;
    font-size: 14px;
    font-weight: 500;
    font-family: Montserrat, Arial, sans-serif;
    text-decoration: none;
    transition: all 0.25s linear;
    color: #fff;
}

.post .link-icon:hover {
    color: #fff;
}

.post .link-icon img {
    display: block;
    height: 30px;
    width: 30px;
    float: left;
    margin-right: 10px;
}

/* Programs */

.fl-programs-menu-wrapper {
    background: #f5f5f5;
    border-radius: 16px;
}

.fl-programs-menu-wrapper .vc_column-inner {
    padding: 25px;
}

.fl-programs-menu {
    margin: 0 0 -10px 0;
}

.fl-programs-menu ul {
    margin: 16px 0 0;
    padding: 0;
}

.fl-programs-menu ul > li {
    list-style: none;
    border-bottom: solid 1px #ddd;
    padding: 4px 0;
}

.text .fl-programs-menu ul > li:last-child {
    border-bottom: 0;
}

.text .fl-programs-menu ul > li > a {
    color: #555;
    font-size: 18px;
    line-height: 34px;
    text-decoration: none;
    display: block;
    padding: 0;
    border-radius: 10px;
    font-weight: 500;
}

.text .fl-programs-menu ul > li > a:hover {
    color: #ec7624;
}

.text .fl-programs-menu ul > .current-menu-item > a {
    font-weight: 700;
    color: #ec7624;
}

.programs {
    padding-bottom: 5px;
    padding-top: 73px;
    min-height: 600px;
}

.program-text p {
    font-size: 18px;
    line-height: 26px;
    color: #555;
    font-weight: 400;
    font-family: Montserrat, Lato, Helvetica, Arial, sans-serif;
    margin-left: 15px;
}

.program {
    overflow: hidden;
    height: auto;
    position: relative;
    margin: 0 15px 50px;

    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.program-background {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    display: block;
    height: 100%;
    width: auto;

    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.program-opacity {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    opacity: .9;

    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.base .program-opacity,
.base .program-content {
    background-color: #fd9618;
}

.base .program-content .btn-white {
    color: #fd9618;
}

.base + div .program-opacity,
.base + div .program-content {
    background-color: #006fce;
}

.base + div .btn-white {
    color: #006fce;
}

.base + div + div .program-opacity,
.base + div + div .program-content {
    background-color: #004876;
}

.base + div + div .btn-white {
    color: #004876;
}

.base + div + div + div .program-opacity,
.base + div + div + div .program-content {
    background-color: #4097CB;
}

.base + div + div + div .btn-white {
    color: #4097CB;
}

.program-heading {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
}

.program-heading h2 {
    color: #fff;
    margin-top: -10px;
    margin-left: 10px;
}

.program-heading .program-icon {
    margin-top: 40px;
    display: block;
    width: 86%;
    margin-left: 7%;
    height: auto;
}

.program-content {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    width: 100%;
    height: 100%;

    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.program-content > div {
    margin: 0 20% 0;
}

.program-content p {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
}

.program-content ul {
    color: #fff;
    font-size: 16px;
    line-height: 23px;
    text-align: left;
    margin-bottom: 16px;
}

.program-content .btn {
    margin-top: 8px;
}

.fl-programs .vc-hoverbox-wrapper.vc-hoverbox-shape--round .vc-hoverbox-back,
.fl-programs .vc-hoverbox-wrapper.vc-hoverbox-shape--round .vc-hoverbox-front {
    border-radius: 50%;
}

/* FAQ */

.wpb-js-composer .vc_tta.vc_general.fl-accordion .vc_tta-panel-title {
    line-height: 1.35;
    font-size: 22px;
}

.wpb-js-composer .vc_tta.vc_general.fl-accordion .vc_tta-panel-title > a {
    padding-left: 0;
    border: 0;
    color: #fff !important;
    text-align: center;
}

.wpb-js-composer .vc_tta.vc_general.fl-accordion .vc_tta-panel.vc_active .vc_tta-panel-title > a {
    color: #004876 !important;
}

.wpb-js-composer .vc_tta.vc_general.fl-accordion .vc_tta-panel-title > a:hover {
    color: #004876 !important;
}

.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic.fl-accordion .vc_tta-panel .vc_tta-panel-heading,
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic.fl-accordion .vc_tta-panel .vc_tta-panel-heading:hover,
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic.fl-accordion .vc_tta-panel .vc_tta-panel-heading:focus {
    background: none;
    border: none;
}

.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic.fl-accordion .vc_tta-panel.vc_active .vc_tta-panel-heading {
    background: none;
}

.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic.fl-accordion .vc_tta-panel .vc_tta-panel-body,
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic.fl-accordion .vc_tta-panel .vc_tta-panel-body::after,
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic.fl-accordion .vc_tta-panel .vc_tta-panel-body::before {
    border: none;
    background: #fff;
    border-radius: 16px !important;
    padding: 17px 25px 15px;
    margin-bottom: 20px;
}

.faqs {
    padding-bottom: 29px;
}

.faqs-list {
    margin-top: 20px;
}

.faqs-heading p {
    width: 46%;
    margin-left: 27%;
    margin-bottom: 0;
    color: #1b1b1b;
}

.faq {
    margin-bottom: 20px;
}

.faq:first-child .faq-heading {
    margin-top: -15px;
}

.faq-heading h2 {
    font-size: 24px;
    line-height: 32px;
}

.faq-heading h2 a {
    outline: none !important;
    text-decoration: none;
    color: #fff;

    -webkit-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -kthtml-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

.faq-heading h2 a[aria-expanded="false"] {
    color: #fff;
}

.faq-heading h2 a[aria-expanded="true"] {
    color: #0e526d;
}

.faq-heading h2 a:hover {
    color: #0e526d;
}

.faq-content {
    background: #fff;
    overflow: hidden;
    margin-top: 10px;

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}

.faq-content div {
    margin: 24px 30px 25px;
}

/* Join Us */

.join-us img {
    width: 100%;
    margin-top: 82px;
}

/* Location */

.location {
    position: relative;
}

.location-heading {
    background: url("includes/img/blue-80.png") repeat left top;
    padding: 25px 0 11px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
}

.location-map-wrapper {
    position: relative;
}

.location-map {
    height: 400px;
}

.contacts h2 {
    margin-bottom: 34px;
    margin-top: 6px;
    font-size: 26px;
}

.latest-posts .util-liquid {

}

.contacts .icon {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
}

.contact-list-wrap {

}

.contact-list {
    margin: 20px 0 0;
    padding: 0;
}

.contact-list > li {
    list-style: none;
    color: #777;
    font-size: 20px;
    line-height: 28px;
    overflow: hidden;
    margin-bottom: 12px;
    font-weight: 400;
    font-family: Montserrat, Helvetica, Arial, sans-serif;
}

.contact-list .contact-icon {
    width: 54px;
    height: 54px;
    margin-bottom: 10px;
}

.contact-list > li strong {
    font-weight: 600;
}

.contact-list > li a {
    text-decoration: none;
    color: #777;

    -webkit-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -kthtml-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

.contact-list > li a:hover {
    color: #4097CB;
}

/* Footer */

.site-footer {
    background: #3d3d3d;
    padding: 52px 0 21px;
}

.site-info {
    margin-top: 10px;
}

.site-info .copyright {
    font-size: 14px;
    line-height: 28px;
    color: #aaa;
    font-family: Montserrat, Helvetica, Arial, sans-serif;
    font-weight: 300;
    float: left;
    margin-top: 15px;
}

.site-info img {
    height: 40px;
    display: inline-block;
    float: left;
    margin-right: 10px;
}

.footer-menu {
    margin: 22px 0 0;
    padding: 0;
    display: inline-block;
}

.footer-menu > li {
    list-style: none;
    float: left;
    padding: 0 8px;
    height: 16px;
    line-height: 14px;
    border-right: solid 1px #aaa;
}

.footer-menu > li:last-child {
    margin-right: 0;
    border-right: 0;
}

.footer-menu > li:after {
    position: absolute;
    right: 0;
    top: 0;
    border-right: solid 1px #aaa;
}

.footer-menu > li a {
    text-decoration: none;
    color: #aaa !important;
    font-weight: 300;
    font-size: 14px;
    font-family: Montserrat, Helvetica, Arial, sans-serif;
    outline: none !important;

    -webkit-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -kthtml-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

.footer-menu > li a:hover {
    color: #eee !important;
}

.social ul {
    float: right;
    padding: 0;
}

.social ul li {
    list-style: none;
    float: left;
    margin-left: 10px;
    width: 48px;
}

.social ul li a {
    outline: none !important;
}

.social ul li img {
    border-radius: 50%;
}

.social ul li img:hover {
    -webkit-transition: -webkit-transform .8s ease-in-out;
    transition: transform .5s ease-in-out;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

/**
 * Modules
 */

.btn {
    padding: 7px 20px 5px;
    line-height: 16px;
    outline: 0 !important;
    font-family: Montserrat, Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    border-style: solid;
    border-width: 3px;

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -kthtml-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

.btn.btn-lg {
    font-size: 22px;
    line-height: 22px;
    font-weight: 400;
    padding: 10px 20px;
}

.btn.btn-sm {
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    padding: 4px 7px;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn:visited {
    color: #fff;
    outline: none;
    box-shadow: none;
}

.btn-orange {
    background: #ec7624;
    border-color: #ec7624;
}

.btn-orange:hover {
    background: #ff8126;
    border-color: #ff8126;
}

.btn-blue {
    background: #4097CB;
    border-color: #4097CB;
}

.btn-blue:hover {
    background: #00759e;
    border-color: #00759e;
}

.btn-dark-blue {
    background: #004876;
    border-color: #004876;
}

.btn-dark-blue:hover {
    background: #005b94;
    border-color: #005b94;
}

.btn-grey {
    background: #ccc;
    color: #666;
    border-color: #ccc;
}

.btn-grey:hover {
    background: #ddd;
    color: #666;
    border-color: #ddd;
}

.btn-light-blue {
    background: #B7D7EA;
    color: #004876;
    border-color: #B7D7EA;
}

.btn-light-blue:hover {
    background: #c7eaff;
    color: #004876;
    border-color: #c7eaff;
}

.btn-white {
    background: #fff;
    color: #777;
    border-color: #fff;
}

.btn-white:hover {
    background: #fff;
    color: #666;
    border-color: #fff;
}

.btn-white.btn-white-orange {
    color: #fd9618;
}

.btn-white.btn-white-light-blue {
    color: #00c4fc;
}

.btn-white.btn-white-light-blue {
    color: #006fce;
}

.btn-white.btn-white-green {
    color: #005b94;
}

.btn-white.btn-white-grey {
    color: #ccc;
}

.btn-secondary.btn-orange {
    background: none;
    border: solid 3px #fd9618;
    color: #fd9618;
}

.btn-secondary.btn-orange:hover {
    background: #fd9618;
    color: #fff;
}

.btn-secondary.btn-blue {
    background: none;
    border: solid 3px #4097CB;
    color: #4097CB;
}

.btn-secondary.btn-blue:hover {
    background: #4097CB;
    color: #fff;
}

.btn-secondary.btn-green {
    background: none;
    border: solid 3px #004876;
    color: #004876;
}

.btn-secondary.btn-green:hover {
    background: #004876;
    color: #fff;
}

.btn-secondary.btn-grey {
    background: none;
    border: solid 3px #ccc;
    color: #666;
}

.btn-secondary.btn-grey:hover {
    background: #ccc;
    color: #666;
}

.btn-secondary.btn-white {
    background: none;
    border: solid 3px #fff;
    color: #fff;
}

.btn-secondary.btn-white:hover {
    background: #fff;
    color: #fff;
}

.btn-primary:hover,
.open > .btn-primary.dropdown-toggle {
    color: #fef8f0 !important;
    background-color: #9c312d !important;
    border-color: #9c312d !important;
    outline: none !important;
}

.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active {
    color: #fef8f0;
    background-color: #b63a35;
    border-color: #9c312d;
    outline: none !important;
}

.btn-default {
    border-bottom: 2px solid #9c9389;
    color: #fef8f0;
    background: #b4aa9e;
    outline: 0 !important;
}

.btn-default:hover,
.open > .btn-default.dropdown-toggle {
    border-bottom: 2px solid #9c9389 !important;
    color: #fef8f0 !important;
    background: #9c9389 !important;
    outline: 0 !important;
}

.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active {
    border-bottom: 2px solid #9c9389;
    color: #fef8f0;
    background: #b4aa9e;
    outline: 0 !important;
}

.btn-action {
    font-size: 14px;
}

.btn-link {
    padding-left: 26px;
    padding-right: 26px;
}

/* OR */

.or {
    overflow: hidden;
    height: auto;
    display: inline-block;
}

.or .or-btn {
    float: left;
}

.or .or-text {
    font-size: 22px;
    line-height: 22px;
    color: #777;
    font-weight: 300;
    font-family: Montserrat, Lato, Helvetica, Arial, sans-serif;
    margin: 0 16px;
    padding: 13px 0;
    display: inline-block;
    float: left;
}

.or .or-link {
    text-decoration: none;
    font-size: 22px;
    line-height: 22px;
    color: #fd9618;
    font-weight: 700;
    font-family: Montserrat, Lato, Helvetica, Arial, sans-serif;
    padding: 13px 0;
    display: inline-block;
    float: left;
    outline: none !important;

    -webkit-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -kthtml-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

.or .or-link:hover,
.or .or-link:active,
.or .or-link:visited {
    text-decoration: none !important;
    color: #ff8126;
}

.or .or-phone {
    color: #4097CB;
    text-decoration: none;
    font-size: 36px;
    line-height: 36px;
    font-weight: 700;
    font-family: Montserrat, Lato, Helvetica, Arial, sans-serif;
    padding: 2px 0;
    margin-top: 4px;
    display: inline-block;
    float: left;
    letter-spacing: -.5px;
    outline: none !important;

    -webkit-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -kthtml-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

.or .or-phone:hover,
.or .or-phone:active,
.or .or-phone:visited {
    color: #00759e;
    text-decoration: none !important;
}

.or.or--big {
    font-family: Montserrat, Lato, Helvetica, Arial, sans-serif;
    font-size: 30px;
    font-weight: bold;
    color: #004876;
}

/* Form */

.form .form-group {
    margin-bottom: 10px;
}

.form .form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.428571429;
    font-weight: 400;
    color: #004876;
    background-color: #fff;
    background-image: none;
    border: solid 3px #B7D7EA;
    margin-bottom: 0;
    position: relative;
    font-family: Montserrat, Lato, Helvetica, Arial, sans-serif;

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;

    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.form .form-control::-webkit-input-placeholder { /* Edge */
    color: #aaa;
}

.form .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #aaa;
}

.form .form-control::placeholder {
    color: #aaa;
}

.form textarea.form-control {
    height: 170px;
    padding: 7px 12px;
}

.form .form-check {
    padding-left: 0;
    margin-bottom: 4px;
    margin-left: 8px;
}

.form .form-check-label {
    font-size: 13px;
    font-size: .8125rem;
    cursor: pointer;
    margin-left: 20px;
    display: block;
    font-weight: 500;
    color: #fff;
}

.form .custom-checkbox {
    width: 15px;
    height: 15px;
    background: #fff;
    float: left;
    margin-right: 10px;
    margin-top: 2px;
    position: relative;
    border: solid 2px #b7d7ea;
    border-radius: 3px;
}

.form .custom-checkbox input[type=checkbox] {
    visibility: hidden;
}

.form .custom-checkbox label {
    display: block;
    width: 7px;
    height: 7px;
    transition: all .25s ease;
    cursor: pointer;
    position: absolute;
    top: 2px;
    left: 2px;
    z-index: 1;
    background: #fff;
}

.form .custom-checkbox input[type=checkbox]:checked + label {
    background: #004876;
}

.form label.error {
    font-size: 13px;
    margin-top: -7px;
    position: static;
    background: #d91414;
    border: none;
    color: #fff;
    padding: 11px 13px 5px;
    z-index: 2;
    font-weight: 400;
    width: 100%;
    border-radius: 0 0 10px 10px;
    margin-bottom: 0;
}

.form .recaptcha {
    overflow: hidden;
    height: 32px;
    position: relative;
    background: #fff;
    border: solid 3px #B7D7EA;
    box-sizing: border-box;
    border-radius: 10px;
}

.form .recaptcha--large {
    overflow: hidden;
    height: 40px;
    position: relative;
    background: #fff;
    border: solid 3px #B7D7EA;
    box-sizing: border-box;
    border-radius: 10px;
}

.form .recaptcha .g-recaptcha {
    transform: scale(0.5);
}

.form .recaptcha--large .g-recaptcha {
    transform: scale(0.7);
}

.form .recaptcha__entity {
    top: -24px;
    left: -77px;
    position: absolute;
}

.form .recaptcha--large .recaptcha__entity {
    top: -20px;
    left: -47px;
    position: absolute;
}

.form .recaptcha__text {
    width: 100%;
    left: 24px;
    top: -3px;
    background: #fff;
    position: absolute;
    pointer-events: none;
    z-index: 1020;
    padding: 0 12px 0 4px;
    font-size: 13px;
    line-height: 32px;
    font-weight: 500;
    color: #004876;
    cursor: pointer;
}

.form .recaptcha--large .recaptcha__text {
    left: 34px;
    top: -2px;
    font-size: 16px;
    line-height: 40px;
    padding: 0 12px 0 7px;
}

.form .form__contact__recaptcha p {
    font-size: 12px;
    line-height: 16px;
}

.form .form__contact__loader, 
.form .form__contact__loader:before,
.form .form__contact__loader:after {
    border-radius: 50%;
    width: 10px;
    height: 10px;
    animation-fill-mode: both;
    animation: loaderAnimation 1.8s infinite ease-in-out;
}

.form .form__contact__loader__container {
    display: none;
}

.form .form__contact__loader {
    color: #004876;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    transform: translateZ(0);
    animation-delay: -0.16s;
}

.form .form__contact__loader:before,
.form .form__contact__loader:after {
    content: '';
    position: absolute;
    top: 0;
}

.form .form__contact__loader:before {
    left: -20px;
    animation-delay: -0.32s;
}

.form .form__contact__loader:after {
    left: 20px;
}
  
@keyframes loaderAnimation {
    0%, 80%, 100% { box-shadow: 0 2.5em 0 -1.3em }
    40% { box-shadow: 0 2.5em 0 0 }
}

.form .form__contact__message {
    padding: 14px 20px;
    border-radius: 10px;
    color: #fff;
    display: none;
    font-size: 14px;
    line-height: 1.35;
}

.form .form__contact__message--success {
    background: #ec7624;
}

.form .form__contact__message--error {
    background: #d91414;
}

/* Alignment */

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}

/* Images */

img {
    display: inline-block;
    height: auto;
    max-width: 100%;
}

/**
 * Plugins
 */

/* Animation */

.os-animation{
    opacity: 0;
}

.os-animation.animated{
    opacity: 1;
}

/* Isotope */

.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property:    -moz-transform, opacity;
    -ms-transition-property:     -ms-transform, opacity;
    -o-transition-property:      -o-transform, opacity;
    transition-property:         transform, opacity;
}

/* Bootstrap extensions */

.row {
    margin-bottom: 20px;
}

.form-control {
    box-shadow: none;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

/* Contact Form 7 */

.wpcf7-captchac {
    margin-bottom: 5px;
}

.wpcf7-validation-errors {
    display: none !important;
}

.wpcf7-not-valid-tip {
    font-size: 13px !important;
    margin-top: -7px !important;
    position: static;
    background: #d91414;
    border: none;
    color: #fff !important;
    padding: 11px 13px 5px !important;
    z-index: 2;
    font-weight: 400;

    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -ms-border-radius: 0 0 10px 10px;
    -o-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
}

.wpcf7-response-output {
    margin: 20px 0 15px !important;
    padding: 10px 15px !important;
    color: #fff;
    border: none !important;

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}

.wpcf7-mail-sent-ok {
    background: #004876;
    border-color: #004876 !important;
    font-weight: 400;
}

.wpcf7-spam-blocked {
    background: #d91414;
    border-color: #d91414 !important;
    font-weight: 400;
}

.team .wp-block-image {
    border-radius: 50%;
    overflow: hidden;
}

.team h3 {
    margin-bottom: 5px;
}

.fl-popup {
    width: 300px;
    right: -340px;
    border-radius: 15px;
    position: fixed;
    bottom: 15px;
    color: #fff;
    z-index: 100;
    padding: 25px;
    box-sizing: border-box;
    background: #4097cb;
    display: block;
}

.fl-popup.active {
    right: 15px !important;
}

.fl-popup h4 {
    color: #fff;
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 22px;
    margin-top: 3px;
    text-align: center;
    font-weight: 500;
}

.fl-popup__close {
    position: absolute;
    right: 0;
    top: -36px;
    color: #fff;
    width: 30px;
    height: 30px;
    transition: all 400ms;
}

.fl-popup__close:hover {
    color: #eee;
}

.fl-popup__content .opt-in__form {
    background: #4097cb;
}

.fl-popup__content .opt-in__form h3 {
    font-size: 20px;
    line-height: 28px;
}

.fl-popup__content .opt-in__form p {
    color: #b7d7ea;
}

.grecaptcha-badge {
    display: none !important;
}

.fl-border-radius-16 {
    border-radius: 16px;
    overflow: hidden;
}