/* GENERAL */
body {
    color: #121f53;
}

html.menu-expand,
html.menu-expand body {
    overflow: hidden;
}

body.home-v2 {
    font-size: 16px;
    background: #fff;
    line-height: 1.6875em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 900;
}

.divider-small {
    max-width: 175px;
}

.elegant-icon-box .eib-icon {
    cursor: auto;
    vertical-align: middle;
}

.home-v2 img.aligncenter,
.home-v2 .wp-caption.aligncenter {
    margin-top: 0;
    margin-bottom: 0;
}

.container {
    width: 1170px;
    max-width: 100%;
}

.page-wide .container {
	width: 1328px;
}

.container .container {
    width: auto;
}

.no-offset>.container>.row {
    margin-left: 0;
    margin-right: 0;
}

#page {
    position: relative;
}

#main {
    padding-top: 60px;
}
.fixed-nav #main {
    padding-top: 0;
}

/* Fixing bootstrap columns for safari */
.row:before,
.row:after,
.clearfix:before,
.clearfix:after {
    display: block;
}

.text-navy {
    color: #121f53;
}

.text-white {
    color: #fff;
}

.text-navy {
    color: #121f53;
}

.btn {
    font-size: 13px;
    cursor: pointer;
    font-weight: 900;
    min-width: 190px;
    padding: 6px 40px;
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
    transition: 0.3s ease;
}

.text-semi {
    font-weight: 600;
}

.text-bold {
    font-weight: 700;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-uppercase {
    text-transform: uppercase;
}

.btn.btn-xlarge {
    font-size: 19px;
    min-width: 230px;
    padding-top: 16px;
    padding-bottom: 16px;
}

.btn+.btn {
    margin-left: 30px;
}

.btn:hover {
    color: inherit;
    text-decoration: none;
}

.btn-rounded {
    border-radius: 40px;
}

.btn-bordered {
    padding-top: 3px;
    padding-bottom: 3px;
    border-width: 3px;
    border-style: solid;
}

.btn-bordered.btn-xlarge {
    border-width: 4px;
    padding-top: 14px;
    padding-bottom: 14px;
}

.btn-white {
    color: #fff;
    border-color: #fff;
}

.btn-navy {
    color: #121f53;
    border-color: #121f53;
}

.btn-navy:hover {
    color: #fff;
    background-color: #121f53;
}

.btn-green {
    color: #3cdc96;
    border-color: #3cdc96;
}

.btn-green:hover {
    color: #fff;
    background-color: #3cdc96;
}

.btn-blue {
    color: #188af5;
    border-color: #188af5;
}

.btn-blue:hover {
    color: #fff;
    background-color: #188af5;
}

.btn-red {
    color: #ec4e6d;
    border-color: #ec4e6d;
}

.btn-red:hover {
    color: #fff;
    background-color: #ec4e6d;
}

.btn-solid-cyan {
    border-color: #47da98;
    background-color: #47da98;
}

.btn-solid-brown {
    border-color: #3a2315;
    background-color: #3a2315;
}

.btn-hover-white:hover {
    color: inherit;
    border-color: #fff;
    background-color: #fff;
}

.btn-hover-blue:hover {
    color: #fff;
    border-color: #188af5;
    background-color: #188af5;
}

.btn-hover-navy:hover {
    color: #fff;
    border-color: #121f53;
    background-color: #121f53;
}

.btn-hover-cyan:hover {
    color: #fff;
    border-color: #3ddc97;
    background-color: #3ddc97;
}

.btn-hover-red:hover {
    color: #fff;
    border-color: #ec4e6d;
    background-color: #ec4e6d;
}

.btn-hover-brown:hover {
    color: #fff;
    border-color: #3a2315;
    background-color: #3a2315;
}

/* COOKIE NOTICE */
#catapult-cookie-bar {
    line-height: 1.5;
    font-size: 1.5rem;
    text-align: center;
}
#catapult-cookie-bar .ctcc-right-side {
    display: inline-block;
    vertical-align: middle;
}
#catapult-cookie-bar button#catapultCookie {
    font-size: 1.4rem;
    padding: 3px 10px;
    margin: 3px 0 0 10px;
}

/* VIDEO */
video.has-cover {
	opacity: 0;
	visibility: hidden;
}

video.has-cover + img {
	top: 50%;
	left: 50%;
	cursor: pointer;
	max-width: 100%;
	max-height: 100%;
	position: absolute;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
}
video.has-cover.playing {
	opacity: 1;
	visibility: visible;
}
video.has-cover.playing + img {
	opacity: 0;
	z-index: -1;
	visibility: hidden;
}

/* HEADER */
#pn-navigation-bar {
    display: none;
}
#masthead {
    z-index: 999;
    position: fixed;
}
#masthead.is-sticky {
    top: auto;
    background: rgba(255, 255, 255, 0.95);
}

#masthead .cs-inner {
    float: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#masthead #site-header-shadow {
    display: none;
}

#masthead.is-sticky #site-header-shadow {
    display: block;
}

/** Home V2 only **/
.fixed-nav #masthead {
    position: fixed;
    background: none;
}

.fixed-nav #masthead.is-sticky {
    background: rgba(255, 255, 255, 0.95);
}

/* NAVIGATION */
.cs-menu-effect .main-navigation {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.cs-menu-effect .main-navigation:after {
    content: "";
    clear: both;
    display: block;
}

.cs-menu-effect .main-navigation>li {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}

.cs-menu-effect .main-navigation>li>a {
    color: #121f53;
    display: block;
    cursor: pointer;
    font-size: 15px;
    font-weight: 700;
    position: relative;
    text-decoration: none;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.cs-menu-effect .main-navigation>li>a:before {
    display: none;
}

.cs-menu-effect .main-navigation>li>a:before {
    left: 0;
    right: 0;
    height: 3px;
    bottom: 15px;
    content: "";
    display: block;
    position: absolute;
    background: transparent;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.cs-menu-effect .main-navigation li>a:hover,
.cs-menu-effect .main-navigation li.current-menu-item>a,
.cs-menu-effect .main-navigation li.current-menu-ancestor>a {
    color: #0093e8;
}

.cs-menu-effect .main-navigation>li:not(.menu-item-has-children)>a:hover:before {
    opacity: 1;
    background: #0093e8;
}

.cs-menu-effect .main-navigation>li.current-menu-item>a:before,
.cs-menu-effect .main-navigation>li.current-menu-ancestor>a:before {
    opacity: 1;
    background: #0093e8;
}

.cs-menu-effect .main-navigation .sub-menu li>a {
    color: #333;
}

/* PRIMARY MENU */
#site-nav {
    margin-left: 20px;
    margin-right: auto;
}

#site-nav>ul>li>.cs-link {
    padding: 0;
    color: #121f53;
    text-transform: uppercase;
}

#site-nav li>.cs-link:hover,
#site-nav li.current-menu-item>.cs-link,
#site-nav li.current-menu-ancestor>.cs-link {
    color: #0093e8;
}

/** Home V2 only **/
.fixed-nav #site-nav>ul>li>.cs-link {
    color: #fff;
}

.fixed-nav #site-nav>ul>li>.cs-link:hover,
.fixed-nav #site-nav>ul>li.current-menu-item>.cs-link,
.fixed-nav #site-nav>ul>li.current-menu-ancestor>.cs-link {
    color: #fff;
}

/* SECONDARY MENU */
.cs-menu-effect .secondary-menu>li>a:before {
    bottom: -1px;
}

/** Home V2 only **/
.cs-menu-effect.fixed-nav .secondary-menu>li>a {
    color: #fff;
}

.cs-menu-effect.fixed-nav #masthead.is-sticky .secondary-menu>li:first-child>a {
    color: #0093e8;
}

/* STICKY */
#masthead.is-sticky .main-navigation>li>a {
    color: #121f53;
}

#masthead.is-sticky .main-navigation>li>a:hover,
#masthead.is-sticky .main-navigation>li.current-menu-item>a,
#masthead.is-sticky .main-navigation>li.current-menu-ancestor>a {
    color: #0093e8
}

#masthead.is-sticky .main-navigation>li>ul {
    margin-top: 0;
}

/* MOBILE NAVIGATION */
#navigation-mobile {
    top: 0;
    bottom: 0;
    right: 100%;
    width: 100%;
    z-index: 1000000;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    margin: 0 !important;
    padding: 0 !important;
    height: auto !important;
}

.menu-expand #navigation-mobile {
    right: 0;
}

#navigation-mobile .container {
    padding: 0;
}

#navigation-mobile .menu-main-menu-container {
    top: 0;
    bottom: 0;
    left: -250px;
    width: 250px;
    position: fixed;
    overflow: hidden;
    overflow-y: auto;
    background: #1a83c6;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
}

.menu-expand #navigation-mobile .menu-main-menu-container {
    -webkit-transform: translateX(250px);
        -ms-transform: translateX(250px);
            transform: translateX(250px);
}

#navigation-mobile ul {
    padding: 0;
}

#navigation-mobile ul>li:first-child {
    border-top: none;
}

#navigation-mobile ul>li:last-child {
    border-bottom: none;
}

.fixed-nav #cs-mobile-icon {
    color: #fff;
}

.fixed-nav #cs-mobile-icon i {
    background: #fff;
}

.fixed-nav #masthead.is-sticky #cs-mobile-icon {
    color: #ccc;
}

.fixed-nav #masthead.is-sticky #cs-mobile-icon i {
    background: #ccc;
}

.fixed-nav #masthead.is-sticky #cs-mobile-icon:hover {
    color: #0093e8;
}

.fixed-nav #masthead.is-sticky #cs-mobile-icon:hover i {
    background: #0093e8;
}

/* CONTENT */
.site-content>.cs-section {
    overflow: hidden;
}

.cs-parallax .video-section-wrap .video-wrap {
    min-height: 100%;
}

body:not(.home-v2) #page-header .container,
body:not(.home-v2) .main-content>.container,
body:not(.home-v2) .site-content>.cs-section>.container {
    padding: 0 100px;
}

body:not(.home-v2) .page-content {
    padding: 5%;
    background: #fff;
}

/* CAROUSEL */
.wpb_images_carousel .vc_images_carousel {
    padding: 40px 0;
    background: #fff;
    -webkit-box-shadow: 0 0 80px -5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 80px -5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 80px -5px rgba(0, 0, 0, 0.15);
}

.wpb_images_carousel .vc_images_carousel .vc_item {
    text-align: center;
}

.wpb_images_carousel .vc_images_carousel .vc_carousel-control {
    opacity: 1;
    width: 120px;
    height: 120px;
    margin-top: -60px;
    transition: 0.3s ease;
}

.wpb_images_carousel .vc_images_carousel .vc_carousel-control.vc_left {
    left: -60px;
}

.wpb_images_carousel .vc_images_carousel .vc_carousel-control.vc_right {
    right: -60px;
}

.wpb_images_carousel .vc_images_carousel .vc_carousel-control span {
    margin: 0;
    width: 100%;
    height: 100%;
    position: static;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.wpb_images_carousel .vc_images_carousel .vc_carousel-control span:before {
    display: none;
}

.wpb_images_carousel .vc_images_carousel .vc_carousel-control .icon-prev {
    background-image: url('images/icon-prev.png');
}

.wpb_images_carousel .vc_images_carousel .vc_carousel-control .icon-next {
    background-image: url('images/icon-next.png');
}

/* ADVANCED CAROUSEL */
.ult-carousel-wrapper {
    margin: 0;
    padding: 40px 20px;
    background: #fff;
    -webkit-box-shadow: 0 0 80px -5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 80px -5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 80px -5px rgba(0, 0, 0, 0.15);
}

.ult-carousel-wrapper .slick-slide {
    outline: none;
}

.ult-carousel-wrapper button.slick-arrow {
    top: 50%;
    margin: 0;
    width: 120px;
    height: 120px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.ult-carousel-wrapper button.slick-arrow i {
    display: none;
}

.ult-carousel-wrapper button.slick-arrow.slick-prev {
    left: 0;
    margin-left: -20px;
    background-image: url('images/icon-prev.png');
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.ult-carousel-wrapper button.slick-arrow.slick-next {
    right: 0;
    margin-right: -20px;
    background-image: url('images/icon-next.png');
    -webkit-transform: translate(50%, -50%);
        -ms-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
}

/* LATEST POSTS */
.wppm.wppm-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.wppm.wppm-grid .wppm-post:after {
    top: 0;
    left: 12px;
    right: 12px;
    bottom: 0;
    padding: 0;
    border: none;
    background: #fff;
    position: absolute;
    -webkit-box-shadow: 0 0 80px -5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 80px -5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 80px -5px rgba(0, 0, 0, 0.15);
}

.wppm.wppm-grid .post-img {
    margin: 0;
    z-index: 1;
    position: relative;
}

.wppm.wppm-grid .post-img > a:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    position: absolute;
}

.wppm.wppm-grid .post-content {
    z-index: 1;
    padding: 30px;
    background: #fff;
    min-height: 250px;
}

.wppm.wppm-grid .post-content .wrap-link {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    position: absolute;
}

.wppm.wppm-grid .post-content:hover {
    text-decoration: underline;
}

.wppm.wppm-grid .meta-row {
    display: none;
}

.wppm.wppm-grid .entry-title a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* BOTTOM */
footer#colophon {
    background: #0f1f57;
}

footer#colophon .route_widget p {
	margin: 0;
}

footer#colophon .footer-share-box {
    margin-bottom: 10px;
}

footer#colophon .footer-share-box a {
    font-size: 16px;
    width: 30px;
    line-height: 28px;
    text-align: center;
    border: 2px solid #ccc;
    border-radius: 4px;
}

footer#colophon .footer-share-box a:hover {
    border-color: #fff;
}

#copyright {
    color: #fff;
    text-align: center;
    background: #0b0e44;
}

#copyright a {
    color: #fff;
    text-decoration: none;
}
#copyright a:hover,
#copyright a:focus {
    text-decoration: underline;
}

/* RESPONSIVE */
@media (min-width: 1200px) {
    .hidden-lg {
        display: none;
    }

    #navigation-mobile {
        display: none;
    }

    body:not(.page-wide) .container {
        width: 1010px;
        padding: 0 30px;
    }

    body:not(.page-wide) .container .container {
        padding: 0;
        width: auto;
    }

    .col-lg-15 {
        width: 20%;
        float: left;
        padding: 0 3px;
    }

    /* ADVANCED CAROUSEL */
    .ult-carousel-wrapper {
        margin-left: 0;
        margin-right: 0;
    }
}