/*
	Theme Name: Schoolcms
	Author: Innermedia
Author URI: https://www.innermedia.co.uk
Description: 
Requires at least: WordPress 4.9.6
Version: 3.0
*/
/*------------------------------------*\
    TYPOGRAPHY
\*------------------------------------*/


span.straight-quote {
    font-family: sans-serif;
    font-size: 36px;
    display: inline-block;
    /* vertical-align: sub; */
    padding: 0px 5px;
}

.bodyContent  ul {
    list-style: none;
    margin-bottom:20px;
}

.bodyContent ul li:before {
  content: "\2022"; 
  color: #e56d89; 
  font-weight: bold; 
  display: inline-block; 
  width: 1.2em;
  font-size:16px;
  margin-left: -1em; 
  vertical-align:text-top;
}


.bodyContent .wpforms-form ul li:before {
  content: none;
}
.page-id-5 .bodyContent ul li:before {
  content: none; 
}
.privacy-policy .bodyContent ul li:before {
  content: none; 
}

.bodyContent ul li {
  margin-bottom:10px;
}


.cscroll {
    transition: all 1000ms;
    opacity: 0;
}

.cscroll-left {
    transform: translateX(-150px);
}

.cscroll-right {
    transform: translateX(150px);
}

.cscroll-up {
    transform: translateY(150px);
}

.cscroll-down {
    transform: translateY(-150px);
}

.cscroll.inview {
    transform: none;
    opacity: 1;
}



.home-banner .bannerBG {
    width: 100%;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}
.home-banner .bannerBG:before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 52.75%;
}

.home-banner .bannerBG:after {
    position:absolute;
    content:"";
    top:0;
    left:0;
    right:0;
    bottom:0;
    display:block;
    z-index: 9;
}

.home-banner .videoBanner, .innerVideoBanner .videoBanner {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    bottom: 0px;
    opacity: 1;
    transition: .3s;
    z-index: 9;
}
.home-banner .videoframe iframe, .innerVideoBanner .videoframe iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: .3s;
}

.bodyContent {
    padding-bottom: 60px;
}

.logo-holder {
    border: 1px solid transparent;
    margin: -1px;
    display: inline-block;
}

.mfth {
    margin-top: 100px;
}

.home-banner-page-middle {
    margin-top: 90px;
}

.news-events {
    padding-top: 80px;
}

.testimonials {
    margin-top: 40px;
}

.news-events-item-stub > a {
    background: #eee;
    display: block;
    padding: 30px;
}

.news-events-item-stub > a:hover {
    background: #ddd;
    text-decoration: none;
}

.news-events-item-stub-line-1 {
    text-transform: uppercase;
    color: #8b9064;
    letter-spacing: 2px;
    font-size: 16px;
}

.news-events-item-stub-line-2 {
    font-weight: 200;
    margin-bottom: 20px;
    position: relative;
    color: #243a61;
    font-size: 34px;
    margin-top: 15px;
    font-family: minion-3, serif;
    line-height: 1.2em;
}

.news-events-category-children {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 60px;
}

.news-events-category-children-link {
    color: #333;
    font-weight: 300;
    display: inline-block;
    padding: 10px;
}

.news-events-category-children-link:hover {
    color: #e56d89;
    text-decoration: none;
}

.news-events-category-parents {
    text-align: center;
    color: #243a61;
    margin-top: 30px;
}

.news-events-category-parents span {
    display: inline-block;
    margin: 10px 20px;
    position: relative;
    cursor: pointer;
    border-bottom: 1px solid transparent
}

.news-events-category-parents span:hover {
    border-bottom-color: #243a61
}

.news-events-category-parents span:after {
    content: "";
    border-left: 1px solid #243a61;
    position: absolute;
    right: -20px;
    top: 5px;
    bottom: 2px;
}

.news-events-category-parents span:last-child:after {
    content: none;
}

.mfth-image-holder, .neim-image-holder {
    position: absolute;
    left: 0;
    top: 0;
    width: 41.66666667%;
    bottom: 0;
}

.mfth-holder, .neim-holder {
    position: relative;
    margin: 30px -15px 25px -15px;
}

.mfth-link, .neim-link {
    display: inline-block;
}

.mfth-link .lozenge, .neim-link .lozenge {
    display: block;
}

.mfth-text, .neim-text {
    font-weight: 300;
    line-height: 1.7em;
}

.mfth-links, .neim-links {
    margin: 40px 0 0px -15px;
}

.mfth-blurb {
    margin-left: 41.66666667%;
    width: 58.33333333%;
    padding: 40px 15px;
}

.neim-blurb {
    margin-left: 41.66666667%;
    width: 58.33333333%;
    padding: 60px 15px 40px 15px;
}

.mfth-image, .neim-image {
    display: block;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    bottom: 0px;
    left: 15px;
    right: 15px;
}

.mfth {
    position: relative;
}

.neim {
    position: relative;
    display: block;
    text-decoration: none;
}

.neim:hover {
    text-decoration: none;
    background: #eee
}

.home-banner-page-middle .slide, .home-banner-page-middle .slideImage img {
    width: 100%;
}

.home-banner-page-middle .slideImage {
    height: 0;
    overflow: hidden;
    padding-top: 45%;
    background-size: cover;
    width: 100%;
}
.home-banner-page-middle .slideImage:after {
	content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 25%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+82 */
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 82%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 82%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 82%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
    z-index: 1;
}

.hbpm-blurb {
    position: absolute;
    bottom: 10%;
    left: 10%;
    right: 30%;
    color: #fff;
	z-index:2;
}

.hbpm-title {
    color: #fff;
    font-size: 50px;
    margin-top: 5px;
    font-family: minion-3, serif;
    font-style: italic;
    position: relative;
    padding-left: 15px;
}

.hbpm-title:before {
    content: "";
    position: absolute;
    display: block;
    width: 3px;
    top: 18px;
    left: 0;
    bottom: 18px;
    background: #e56d89
}

.hbpm-pretitle {
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 2px;
    font-size: 16px;
}

.hbpm-link {
    position: absolute;
    bottom: 10%;
    right: 10%;
}

#hbpm-pager {
    position: absolute;
    left: 10%;
    bottom: 23%;
    color: #fff;
    z-index: 111;
    font-size: 30px;
}

#hbpm-pager > span {
    margin-right: 10px;
    opacity: 0.6;
    cursor:pointer;
}

#hbpm-pager > span.cycle-pager-active {
    opacity: 1
}

ul#menu-social-1 {
    margin: 0;
    padding: 0;
}

.testimonials .cycle-slide {
    width: 100%;
}

.testimonials-cite:before,.testimonials-cite:after {
    content: "";
    width: 10px;
    height: 1px;
    background: #fff;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
}

.testimonials-quote {
    font-family: minion-3, serif;
    font-size: 32px;
    font-style: italic;
    max-width: 1000px;
    margin: auto;
}

.testimonials-quote a {
    color:#e56d89;
}
.testimonials-quote a:hover {
    color:#ea9aac;
    text-decoration:none;
}

.testimonials-cite {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 16px;
    margin: auto;
}

.top-contact {
    float: right;
    color: #fff;
    margin-top: 60px;
    transition: all 300ms;
    position: relative;
}

.nothome .top-contact {
    margin-top: 40px;
}

.fixedHeader .top-contact, .fixedHeader .nothome .top-contact {
    margin-top: 15px;
}

.top-contact > a {
    display: inline-block;
    color: #fff;
    margin-right: 50px;
    margin-right: 20px;
    font-weight: normal;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}

.fixedHeader .top-contact > a, .nothome .top-contact > a, .nothome .top-contact > a:hover {
    color: #243a61;
}

.top-contact > a:hover {
    color: #fff;
    text-decoration: none;
}

.fixedHeader .top-contact > a:hover {
    color: #243a61;
}

.top-contact > a:before {
    color: #fff;
    margin-right: 10px;
    font-weight: 900;
    transition: all 300ms;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.top-contact > a:hover:before {
    color: #e56d89;
}

.fixedHeader .top-contact > a:before, .nothome .top-contact > a:before {
    color: #e56d89;
}

.fixedHeader .top-contact > a:hover:before {
    color: #243a61;
}

.top-contact-social {
    display: inline-block;
}

.top-contact-social li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 25px;
    height: 30px;
}

.top-contact-social a {
    font-size: 0;
    display: block;
    position: absolute;
    top: 0;
    width: 25px;
    height: 30px;
}

.top-contact-social li:before {
    font-size: 18px;
    width: 25px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: block;
    color: #fff;
    transition: all 300ms;
}

.fixedHeader .top-contact-social li:before, .nothome .top-contact-social li:before {
    color: #e56d89;
}

.top-contact-social li:hover:before {
    color: #e56d89;
    transform: scale(1.25);
}

.im-hivis {
    margin-top: 20px;
    font-size: 16px;
}

.contact-details {
    padding: 80px 30px 30px 30px;
    text-align: center;
}

.contact-line-1, .destinations-line-1, .testimonials-line-1, .whap-line-1, .news-events-line-1 {
    text-align: center;
    text-transform: uppercase;
    color: #8b9064;
    letter-spacing: 2px;
    font-size: 16px;
}

.contact-line-2, .destinations-line-2, .testimonials-line-2, .whap-line-2, .news-events-line-2 {
    text-align: center;
    color: #243a61;
    font-size: 46px;
    margin-top: 5px;
    font-family: minion-3, serif;
    letter-spacing: 1px;
}

.contact-line-2:after, .destinations-line-2:after, .testimonials-line-2:after, .whap-line-2:after, .news-events-line-2:after {
    content: "";
    display: block;
    width: 50px;
    height: 3px;
    background: #cb262c;
    margin: 10px auto;
}

.testimonials {
    color: #fff;
    background-color: #243a61;
    padding: 50px;
    text-align: center
}

.testimonials-line-1 {
    color: #fff;
}

.testimonials-line-2 {
    color: #fff;
}

.testimonials-categories {
    margin: 20px 0;
}

.testimonials-categories > a {
    padding: 10px 20px 10px 20px;
    display: inline-block;
    font-weight: 300;
    color: #fff;
}

.testimonials-categories > a:hover {
    text-decoration: none;
    color: #fff;
}

.testimonials-categories > a:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: transparent;
    margin-top: 5px;
    font-weight: 300;
    transition: all 300ms;
}

.testimonials-categories > a.active:after, .testimonials-categories > a:hover:after {
    background: #e56d89;
}

.testimonials-line-2:after {
    background: #e56d89;
}

.testimonials-quotes-cycle-slideshow > slide.hidden {
    display: none;
}

.contact-phone {
    margin-top: 40px;
    font-size: 22px;
    font-weight: 300;
}

.contact-email {
    margin-bottom: 40px;
    font-size: 22px;
    font-weight: 300;
}

.contact-phone a, .contact-email a {
    color: #888;
    text-decoration: none;
}

.contact-phone a:hover, .contact-email a:hover {
    color: #243a61;
}

.copyright-left {
    color: #8b9064;
    font-size: 15px;
}

.copyright-right {
    color: #8b9064;
    text-align: right;
    font-size: 15px;
}

.copyright-right a {
    color: #8b9064;
}

.copyright-middle ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    font-size: 15px;
}

.copyright-middle ul li {
    display: inline-block;
}

.copyright-middle ul li a {
    display: block;
    padding: 0 5px;
    color: #8b9064;
}

.destinations .scms-carousel .owl-item img {
    padding: 10px 40px;
}
.destinations .owl-stage{	
    display: flex;
    align-items: center;
}
.destinations-schools {
    margin: 30px 0;
}

.destinations {
    margin-top: 120px;
    margin-bottom: 50px;
}

.logo-mobile {
    display: none;
    width: 70px;
    margin: 15px 0 10px 0;
    transition: all 300ms;
}

.home .logo-mobile {
    margin: 57px 0 18px 0;
}

.fixedHeader .logo-mobile {
    margin: 15px 0 10px 0;
}

.logo-homepage {
    display: none;
    /* margin-right: 15px; */
    width: 400px;
    margin-top: 30px;
}

.home .logo-homepage {
    display: block;
    /* width: 400px; */
}

.fixedHeader.home .logo-homepage {
    display: none;
}

.logo-innerpage {
    display: none
}

.nothome .logo-innerpage {
    display: block;
    margin-bottom: -60px;
    margin-top: 11px;
    width: 244px;
    opacity: 1;
    transition: opacity 300ms;
}

.fixedHeader.nothome .logo-innerpage {
    /* display: none; */
    margin-top: -3000px;
    opacity: 0;
    width: 0;
}

.logo-sticky {
    /* display: none; */
    width: 240px;
    margin-top: 20px;
    opacity: 0;
    transition: opacity 300ms;
    margin-bottom: -3000px;
    width: 0;
}

.fixedHeader .logo-sticky {
    display: block;
    opacity: 1;
    margin-bottom: 0px;
    width: 240px;
}

.panels-container {
    padding: 0 0px;
}

.panels-container:before {
    content: "";
    display: block;
    /* height:50px; */
    background: #0079bc;
    /* margin-top:-50px */
}

@media(max-width: 991px) {
    .panels-container:before {
        /* margin-top:-35px */
    }

    .destinations {
        margin-top: 80px;
    }
}

.panels-banner {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 54vw;
    max-height: 82vh;
}

.panels-sentinel {
    width: 100%;
    height: auto;
    visibility: none;
}

.bg {
    background-size: cover;
    z-index: 1;
}

.hp-panel {
    background-size: 400%;
}

.panel-1 {
    background-position: top 0% left 0%
}

.panel-2 {
    background-position: top 0% left 33.33%;
}

.panel-3 {
    background-position: top 0% left 66.66%;
}

.panel-4 {
    background-position: top 0% left 99.99%;
}

.bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.bg:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 50%;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
}

.hp-panel {
    position: absolute;
    top: 0;
    bottom: 0;
    transition: left 2s, outline 300ms, outline-offset 300ms;
    z-index: 3;
    outline: 1px solid rgba(255, 255, 255, 0);
    outline-offset: 0px;
    cursor: pointer;
}

.hp-panel:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 50%;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
}

.hp-panel:hover {
    outline-offset: -10px;
    outline: 1px solid #fff;
}

.panel-open .hp-panel:hover {
    outline: 1px solid rgba(255, 255, 255, 0);
    cursor: default;
}

.panel-1 {
    left: 0;
    width: 25.1%;
}

.panel-2 {
    left: 25%;
    width: 25.1%;
}

.panel-3 {
    left: 50%;
    width: 25.1%;
}

.panel-4 {
    left: 75%;
    width: 25.1%;
}

.panel-open-1 .panel-1 {
    left: 0%;
}

.panel-open-1 .panel-2 {
    left: 125%;
}

.panel-open-1 .panel-3 {
    left: 150%;
}

.panel-open-1 .panel-4 {
    left: 175%;
}

.panel-open-2 .panel-1 {
    left: -100%;
}

.panel-open-2 .panel-2 {
    left: 25%;
}

.panel-open-2 .panel-3 {
    left: 150%;
}

.panel-open-2 .panel-4 {
    left: 175%;
}

.panel-open-3 .panel-1 {
    left: -100%;
}

.panel-open-3 .panel-2 {
    left: -75%;
}

.panel-open-3 .panel-3 {
    left: 50%;
}

.panel-open-3 .panel-4 {
    left: 175%;
}

.panel-open-4 .panel-1 {
    left: -100%;
}

.panel-open-4 .panel-2 {
    left: -75%;
}

.panel-open-4 .panel-3 {
    left: -50%;
}

.panel-open-4 .panel-4 {
    left: 75%;
}

.panels-closer {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    z-index: 99;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    transition: all 300ms;
}

.panel-open .panels-closer {
    opacity: 1;
    pointer-events: all;
}

.panels-closer span {
    display: block;
    width: 40px;
    height: 6px;
    background: #fff;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -20px;
    margin-top: -3px;
    transform: rotate(45deg);
}

.panels-closer span:last-child {
    transform: rotate(-45deg);
}

.panels-blurb {
    text-align: center;
    color: #fff;
    position: absolute;
    bottom: 14%;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    pointer-events: none;
    opacity: 1;
    transition: opacity 500ms;
}

.panel-open .panels-blurb {
    opacity: 0;
}

body {
    /* box-sizing: border-box; */
}

.panels-blurb-title {
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
    margin-bottom: 5px;
}

.panels-blurb-text {
    font-size: 40px;
    font-size: 3vw;
}

.panels-blurb-text:after {
    content: "";
    width: 50px;
    height: 3px;
    background: rgba(255, 255, 255, 0.75);
    display: block;
    margin: 20px auto 0 auto;
}

.bg-blurb {
    position: absolute;
    width: 45%;
    background: rgba(255, 255, 255, 0.85);
    z-index: 88;
    padding: 40px;
    transition: opacity 500ms;
    transition-delay: 500ms;
    box-sizing: border-box;
    opacity: 0;
    pointer-events: none;
}

.bg-1 .bg-blurb {
    left: 40%;
    top: 15%
}

.bg-2 .bg-blurb {
    left: 50%;
    bottom: 10%
}

.bg-3 .bg-blurb {
    left: 4%;
    bottom: 10%
}

.bg-4 .bg-blurb {
    left: 4%;
    bottom: 10%
}

@media(max-width: 767px) {
    .hp-panel {
        display:block;
        left: 0;
        width: 100%;
        pointer-events: none;
        opacity: 0;
        transition: opacity 300ms;
        transition-delay: 300ms;
        z-index: 1;
    }

    .bg {
        display: none;
    }

    .panel-1 {
        display: block;
        left: 0;
        width: 100%;
    }

    .panels-banner {
        height: 78vh;
        height: calc(100vh - 148px);
    }

    .panels-blurb-title {
        font-size: 6vw;
    }

    .panels-blurb-text {
        font-size: 10vw;
    }

    .hp-panel.panel-current {
        opacity: 1;
        transition: opacity 300ms;
        transition-delay: 0ms;
        z-index: 2
    }
}

.panel-open .bg-blurb {
    opacity: 1;
}

.bg-blurb-title {
    text-transform: uppercase;
    margin-bottom: 20px;
}

.whap {
    text-align: center;
    padding: 150px 20px 20px 20px;
}

.weldun {
    text-align: center;
    padding-top: 0px;
    padding-bottom: 60px;
}

.whap-special {
    padding-bottom: 30px;
}

.mfth:before, .weldun:before, .whap:before, .whap-special:before {
    content: none;
    width: 41px;
    height: 51px;
    background-image: url('images/warrior-bird.png');
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto 20px auto;
    display: block;
}

.mfth-pretitle, .weldun-pretitle, .whap-pretitle, .neim-pretitle {
    font-size: 18px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #5a8aab;
    /* margin-bottom: 25px; */
    position: relative;
    /* text-align: center; */
    text-transform: uppercase;
    color: #8b9064;
    letter-spacing: 2px;
    font-size: 16px;
}

.mfth-pretitle:after, .weldun-pretitle:after, .whap-pretitle:after {
    /* content: ""; */
    position: absolute;
    width: 40%;
    height: 1px;
    background-color: #ccc;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.mfth-title, .weldun-title, .whap-title, .neim-title {
    font-weight: 300;
    margin-bottom: 20px;
    position: relative;
    color: #243a61;
    font-size: 47px;
    margin-top: 15px;
    font-family: minion-3, serif;
    line-height: 1em;
    letter-spacing: 1px;
}

.neim-title {
    font-size: 36px;
    letter-spacing: 0px;
}

.mfth-title:after, .neim-title:after {
    content: "";
    display: block;
    width: 50px;
    height: 3px;
    background: #cb262c;
    margin: 10px 0;
}

.warlearn-text, .weldun-text, .whap-text, .neim-text {
    font-size: 22px;
    letter-spacing: px;
    font-weight: 300;
    color: #666;
    margin: 0 auto 20px auto;
    position: relative;
    max-width: 1000px;
}

.warlearn-link, .weldun-link {
    margin: 40px 0;
}

.warlearn-background-image {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 6%;
    right: 6%;
    bottom: 0;
    display: block;
    background-size: cover;
    background-position: center;
    opacity: 0.1;
}

.warlearn {
    position: relative;
    padding: 50px;
    text-align: center;
}

.warlearn-title {
    font-size: 40px;
    letter-spacing: 1px;
    color: #043f67;
    margin-bottom: 25px;
    padding-bottom: 25px;
    position: relative;
    margin-top: 40px;
}

.warlearn-title:after {
    content: "";
    position: absolute;
    width: 50px;
    height: 3px;
    background-color: #043f67;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.warlearn-image {
    margin-bottom: -10px;
}

.middle-buttons {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 60px;
    margin-right: 0px;
    margin-left: 0px;
    background: #eee;
}

.home .middle-buttons {
    background: #fff;
}

.middle-buttons > a:nth-child(3n+1) {
    /* background-color: #83a8c2; */
}

.middle-buttons > a:nth-child(3n+2) {
    /* background-color: #007abd; */
}

.warrior-learning-graphic {
    text-align: center;
    padding: 60px;
    background: #f5f5f5;
    margin: 60px 15px 0 15px;
}

.warrior-learning-case-studies {
    margin: 60px 29px 1px 29px;
    overflow: hidden;
}

.wl-case-study {
    background: #043f67;
    border: 1px solid #fff;
    float: left;
    text-align: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    height: 47vw;
    justify-content: center;
    position: relative;
}

.wl-case-study-blurb {
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.wl-case-study-content-holder {
    display: none;
}

.wl-case-study.layout-square_halved .wl-case-study-image {
    position: relative;
    height: 50%;
}

.wl-case-study.layout-square_halved .wl-case-study-blurb {
    position: relative;
    height: 50%;
}

.wl-case-study.layout-square_halved {
    width: 50%;
    justify-content: space-evenly;
    align-items: stretch;
}

.wl-case-study.layout-square_halved:after {
    content: "";
    background: #fff;
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
}

.wl-case-study.layout-square_halved.flipped {
    flex-direction: column-reverse;
}

.wl-case-study.layout-wide_halved {
    width: 100%;
    justify-content: space-evenly;
    align-items: stretch;
    flex-direction: row;
    height: 25vw;
}

.wl-case-study.layout-wide_halved .wl-case-study-image {
    position: relative;
    width: 50%;
}

.wl-case-study.layout-wide_halved .wl-case-study-blurb {
    position: relative;
    width: 50%;
}

.wl-case-study.layout-wide_halved:after {
    content: "";
    background: #fff;
    display: block;
    width: 2px;
    height: 100%;
    position: absolute;
}

.wl-case-study.layout-wide_halved.flipped {
    flex-direction: row-reverse;
}

.wl-case-study-content {
    width: 90%;
    max-width: 800px;
}

.wl-case-study.layout-square {
    width: 50%;
}

.wl-case-study.layout-wide {
    width: 100%;
}

.wl-case-study.layout-wide_halved {
    /* width: 100%; */
}

.wl-case-study-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: center;
}

.wl-case-study-small-text {
    z-index: 1;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
    text-shadow: 0 0 4px #000;
}

.wl-case-study-small-text:after {
    content: "";
    display: block;
    background: rgba(255, 255, 255, 0.5);
    width: 100px;
    height: 1px;
    margin: 20px auto 0;
}

.wl-case-study-big-text {
    z-index: 1;
    font-size: 40px;
    margin-bottom: 35px;
    line-height: 1.2em;
    padding: 0 10px;
    text-shadow: 0 0 4px #000;
}

.wl-case-study.layout-square_halved a.lozenge, .wl-case-study.layout-wide_halved a.lozenge {
    border: 1px solid #fff;
}

.wl-case-study.layout-square a.lozenge, .wl-case-study.layout-wide a.lozenge {
    background: #fff;
    color: #043f67;
}

.wl-case-study.layout-square a.lozenge:hover, .wl-case-study.layout-wide a.lozenge:hover {
    /* color:#fff; */
}

.lozenge {
    background: #e56d89;
    color: #fff;
    padding: 10px 30px;
    display: inline-block;
    /* border-radius: 1000px; */
    margin: 0 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 16px;
    transition: all 200ms;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.home-banner-page-middle .lozenge {
    background: #243a61;
}

.lozenge:after {
    content: "";
    position: absolute;
    background: rgba(0, 126, 255, 0);
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /* transform: skew(180deg, 180deg); */
    transition: all 500ms;
    z-index: -1;
}

.lozenge:hover {
    text-decoration: none;
    color: #fff;
}

.lozenge:hover:after {
    background: rgba(0, 126, 255, 0.5);
    /* transform: skew(0deg, 0deg); */
}

.hiblocks {
    display: flex;
    flex-wrap: wrap;
}

.hiblock {
    display: block;
    background-size: cover;
    background-position: center;
    margin-bottom: 30px;
    position: relative;
}

.hiblock-1 {
    /* height:0; */
    padding-top: 50%;
    background-size: cover;
    background-position: center;
}

.hiblock-2 {
    /* height:0; */
    padding-top: 73%;
}

.hiblock-5 {
    height: 0;
    padding-top: 73.5%;
}

.hiblock-1-title {
    position: absolute;
    bottom: 40px;
    right: 40px;
    color: #fff;
    font-size: 30px;
}

.hiblock-2-title, .hiblock-5-title {
    position: absolute;
    bottom: 40px;
    left: 40px;
    color: #fff;
    font-size: 30px;
}

.hiblock-3 {
    background: #043f67;
    color: #fff;
    padding: 30% 20% 20% 20%;
}

.hiblock-3-quote {
    font-style: italic;
    font-size: 20px;
    position: relative;
}

.hiblock-3-quote:before {
    content: "\201C";
    font-style: normal;
    color: #84a8c0;
    font-weight: bold;
    font-size: 100px;
    line-height: 0;
    position: absolute;
    top: -20px;
    left: -10px;
}

.hiblock-3-citation {
    text-transform: uppercase;
    font-size: 16px;
}

.hiblock.hiblock-4 {
    background: #0079bc;
    text-align: center;
    color: #fff;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hiblock-4-title {
    text-transform: uppercase;
    border-bottom: 1px solid rgba(255,255,255,0.5);
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.hiblock-4-text {
    font-size: 34px;
    margin-top: 20px;
}

a.hiblock {
    outline : 0px solid #fff;
    transition: outline 200ms
}

a.hiblock:hover {
    outline : 10px solid #043f67
}

.whoban {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 15% 5%;
    background-size: cover;
    background-position: center;
}

.whoban-text {
    color: #fff;
    font-size: 65px;
    letter-spacing: 2px;
    margin-bottom: 40px;
    padding-bottom: 20px;
    position: relative;
}

.whoban-text:after {
    content: "";
    width: 50px;
    height: 3px;
    background: #fff;
    display: block;
    left: 50%;
    position: absolute;
    bottom: 0;
    transform: translateX(-50%);
}

.whoban-link a {
    background: #0079bc;
}

ul#menu-social {
    margin: 0;
    padding: 0;
    cursor: pointer;
    display: inline-block;
}

.social-media-links {
    text-align: center;
    padding: 0 20px 90px 20px;
}

.social-media-links li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 30px;
    height: 30px;
}

.social-media-links a {
    font-size: 0;
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 0;
    width: 30px;
    height: 30px;
}

.social-media-links li:before {
    font-size: 24px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: block;
    color: #8b9064;
    transition: all 300ms;
}

.social-media-links li:hover:before {
    color: #0079bc;
    transform: scale(1.25);
}

.enquire-now {
    text-align: center;
    background: #cb262c;
    padding: 60px 0;
    margin: 0 0px;
}

.enquire-now a {
    border: 2px solid #fff;
    background: #cb262c;
}

.wfus {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 7% 5%;
    background-size: cover;
    background-position: center;
}

.wfus-title {
    color: #0079bc;
    font-size: 65px;
    letter-spacing: 2px;
    margin-bottom: 40px;
    padding-bottom: 20px;
    position: relative;
    /* text-shadow: 0px 0px 2px rgb(255, 255, 255); */
}

.wfus-title:after {
    content: "";
    width: 50px;
    height: 3px;
    background: #0079bc;
    display: block;
    left: 50%;
    position: absolute;
    bottom: 0;
    transform: translateX(-50%);
}

.wfus-link a {
    background: #0079bc;
}

.smblock-inner-2 {
    background: #e56d89;
    padding: 40px 40px;
    color: #fff;
    font-size: 20px;
    font-weight: 300;
}

.smblock-inner-3 {
    background: #043f67;
}

.smblock-inner-4 {
    background: #043f67;
    padding: 40px 40px;
    color: #fff;
    font-size: 20px;
    font-weight: 300;
}

.smblock-inner-4 a {
    color: #fff;
}

.smblock-inner-5 {
    background: #0079bc;
}

.smblock-inner-6 {
    background: #83a8c2;
}

.smblock-inner {
    margin-bottom: 30px;
}

.smblock-inner-5 {
    height: 0;
    padding-top: 80%;
}

i.cornered {
    position: absolute;
    top: 20px;
    right: 40px;
    color: #fff;
    z-index: 400;
    font-size: 30px;
}

i.centered {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%,-50%);
    color: #fff;
    margin-top: -15px;
    z-index: 400;
    background: rgba(0, 0, 0, 0.3);
    padding: 0px;
    font-size: 46px;
    border-radius: 15px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.smblocks #ctf img {
    display: none !important;
}

.smblocks #ctf .ctf-quoted-tweet .ctf-tc-image:first-child {
    display: none !important;
}

.smblocks #ctf.ctf-super-narrow .ctf-tc-summary-info {
    padding: 0;
}

#ctf.ctf-styles .ctf-author-screenname, #ctf.ctf-styles .ctf-context, #ctf.ctf-styles .ctf-twitterlink, #ctf.ctf-styles .ctf-tweet-meta, #ctf.ctf-styles .ctf-twitter-card, #ctf.ctf-styles .ctf-quoted-tweet, #ctf.ctf-styles .ctf-author-screenname a, #ctf.ctf-styles .ctf-context a, #ctf.ctf-styles .ctf-twitterlink a, #ctf.ctf-styles .ctf-tweet-meta a, #ctf.ctf-styles .ctf-twitter-card a, #ctf.ctf-styles .ctf-quoted-tweet a {
    font-size: 20px;
    font-weight: 600;
    color: #0079bc !important;
}

.smblocks #ctf.ctf-styles .ctf-author-screenname, .smblocks #ctf.ctf-styles .ctf-context, .smblocks #ctf.ctf-styles .ctf-twitterlink, .smblocks #ctf.ctf-styles .ctf-tweet-meta, .smblocks #ctf.ctf-styles .ctf-twitter-card, .smblocks #ctf.ctf-styles .ctf-quoted-tweet {
    font-size: 18px;
    color: #ffffff !important;
}

.smblocks #ctf .ctf-quoted-tweet, .smblocks #ctf .ctf-twitter-card {
    display: block;
    /* float: left; */
    clear: both;
    margin: 0;
    padding: 0;
    border: none;
    text-decoration: none;
    border-radius: 0px;
}

.smblocks #ctf .ctf-quoted-tweet:hover, .smblocks #ctf .ctf-quoted-tweet:focus, .smblocks #ctf .ctf-twitter-card:hover, .smblocks #ctf .ctf-twitter-card:focus {
    background: rgba(255, 255, 255, 0.09);
    border: none;
}

.smblocks #ctf a {
    color: #fff
}

.smblocks #ctf a:hover {
    background-color: rgba(255, 255, 255, 0.1);
    text-decoration: none;
}

#cff a {
    color: #fff;
}

#cff a:hover {
    background-color: rgba(255, 255, 255, 0.1);
    text-decoration: none !important;
}

#cff .cff-item {
    border: none;
    padding: 0;
}

.cff-post-desc {
    font-size: 20px !important;
}

.sbi_photo_wrap {
    position: absolute !important;
    top: 0px;
    right: 15px;
    bottom: 30px;
    left: 15px;
    overflow: hidden;
}

#sb_instagram .sbi_photo {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: initial !important;
    opacity: 1 !important;
    transition: all 300ms;
}

.sbi_photo:hover {
    transform: scale(1.1);
}

.smblock-inner-2-link, .smblock-inner-4-link {
    color: #fff;
}

.smblock-inner-2-link:hover, .smblock-inner-4-link:hover {
    color: #fff;
    text-decoration: none;
    background: rgba(255,255,255,0.1);
}

.smblock-inner-3 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 17% 5%;
    background-size: cover;
    background-position: center;
    color: #fff;
}

.smblock-inner-3-title {
    color: #fff;
    font-size: 34px;
    margin-bottom: 15px;
    margin-top: 5px;
}

.news-carousel-item a:hover {
    text-decoration: none;
}

.news-carousel-date {
    color: #958fb5;
    margin: 50px 0 10px 0;
    font-size: 16px;
    letter-spacing: 3px;
    border-bottom: 1px solid #958fb5;
    padding-bottom: 10px;
}

.news-carousel-title {
    margin: 20px 0;
    font-size: 26px;
}

.news-carousel-excerpt {
}

.news-carousel-excerpt {
    font-size: 20px;
    color: #888;
}

.all-news-link {
    text-align: right;
}

.all-news-link a {
    background-color: #0079bc;
}

.smblocks .pushed-pager-holder {
    position: absolute;
    top: 0;
    font-size: 30px;
    right: 20px;
    z-index: 99;
    cursor: default;
}

.smblocks span.cycle-pager-active {
    color: #0079bc;
}

.smblock-inner-6 {
    display: flex;
    text-align: center;
    flex-direction: column;
    color: #fff;
    align-items: stretch;
    justify-content: space-evenly;
}

.smblock-event-date {
    font-size: 30px;
    line-height: 1.3em;
    background: #83a8c2;
    padding: 20px;
    height: 50%;
    display: flex;
    align-items: center;
    flex-direction: column;
    align-content: center;
    justify-content: center;
}

.smblock-event-title {
    background: #95b5ca;
    text-transform: uppercase;
    padding: 20px;
    height: 50%;
    display: flex;
    align-items: center;
    flex-direction: column;
    align-content: center;
    letter-spacing: 2px;
    justify-content: center;
}

.newsletter {
    padding: 60px;
    text-align: center;
}

.newsletter-code {
    font-size: 0;
}

.newsletter-title {
    text-transform: uppercase;
    color: #043f67;
    margin-bottom: 15px;
    letter-spacing: 2px;
}

.newsletter-code .wpforms-form {
    background: transparent;
    padding: 0;
    border: none;
}

.newsletter-code input[type='submit']:hover {
    background: #0079bc !important;
}

.newsletter-code input[type='text'] {
    padding: 15px 40px !important;
    border: 1px solid #043f67 !important;
    background: #ffffff !important;
    color: #043f67 !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    font-size: 16px !important;
    border-radius: 100px 0 0 100px !important;
    width: 200px !important;
    height: 54px !important;
    outline: none !important;
}

.newsletter-code input[type='email'] {
    padding: 15px 20px !important;
    border: 1px solid #043f67 !important;
    border-width: 1px 0 !important;
    background: #ffffff !important;
    color: #043f67 !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    font-size: 16px !important;
    width: 200px !important;
    height: 54px !important;
    outline: none !important;
}

.newsletter-code input[type='submit'], .newsletter-code button[type='submit'] {
    padding: 15px 60px !important;
    border: 1px solid #043f67 !important;
    background: #043f67 !important;
    color: #fff !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    font-size: 16px !important;
    border-radius: 0 100px 100px 0 !important;
    width: 200px !important;
    height: 54px !important;
    transition: background-color 150ms !important;
}

.newsletter-code .wpforms-field-container, .newsletter-code .wpforms-field, .newsletter-code .wpforms-submit-container {
    display: inline-block;
    vertical-align: top;
}

.contact-useful {
    background: #0079bc;
    color: #fff;
    padding: 100px 0 50px 0;
    font-size: 20px;
    margin: 0 0px;
}

.contact-useful a {
    color: #fff;
}

.contact-useful a:hover {
    text-decoration: none;
}

.footer-social {
    float: right
}

.footer-social ul {
    margin: 0;
    padding: 0;
    cursor: pointer;
    white-space: nowrap;
}

.footer-social li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 30px;
    height: 30px;
}

.footer-social a {
    font-size: 0;
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 0;
    width: 30px;
    height: 30px;
}

.footer-social li:before {
    font-size: 24px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: block;
    color: #fff;
    transition: all 300ms;
}

.footer-social li:hover:before {
    /* color:#043f67; */
    transform: scale(1.2);
}

.contact-header,.useful-header {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.contact-address {
    display: inline-block;
    margin-top: 40px;
    vertical-align: top;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    font-size: 22px;
    color: #888;
    font-weight: 300;
}

.contact-links {
    display: inline-block;
    vertical-align: top;
}

.useful-links ul {
    list-style: none;
    margin: 0;
    padding: 0
}

ul#menu-useful-links {
    display: flex;
}

ul#menu-useful-links a, .contact-details a {
    /* color: #888; */
    /* padding-right: 10px; */
    /* transition: all 300ms; */
    /* display: inline-block; */
    /* white-space: nowrap; */
}

ul#menu-useful-links a:hover, .contact-details a:hover {
    /* color: #fff; */
    /* padding-right: 0px; */
}

ul#menu-useful-links a:before, .contact-details a:before {
    /* content: ""; */
    display: inline-block;
    vertical-align: middle;
    width: 0px;
    height: 1px;
    background-color: #fff;
    transition: all 300ms;
    margin-right: 0px;
}

ul#menu-useful-links a:hover:before, .contact-details a:hover:before {
    width: 5px;
    margin-right: 5px;
}

ul#menu-useful-links > li:first-child {
    padding-right: 30px;
    border-right: 1px solid rgba(255, 255, 255, 0.5)
}

ul#menu-useful-links > li:last-child {
    padding-left: 30px
}

ul#menu-useful-links > li > a {
    display: none;
}

.affiliate-links {
    white-space: nowrap;
    /* margin-top: 90px; */
    float: right;
    transform: translateY(-100%);
}

.copyright {
    padding: 40px 15px 100px 15px;
}

.col-sm-6.copyright-right {
    text-align: right;
}

body {
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    font-weight: 400;
    /* line-height: 1.8em; */
    color: #666;
    margin: auto;
    overflow-x: hidden;
}

/* clear */
.clear:before, .clear:after {
    content: ' ';
    display: table;
}

.clear:after {
    clear: both;
}

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

a {
    color: #004982;
    text-decoration: none;
}

a:hover {
    color: #001f47;
}

a:focus {
    text-decoration: none;
}

h1,h2,h3 {
    color: #243a61;
    font-family: minion-3, serif;
    font-weight: 100;
}

.calloutText h2, .calloutText h3, .calloutText h4 {
    color: #fff;
}

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

button:focus {
    outline: 0;
}

p {
    margin-bottom: 1em;
    line-height: 1.8em;
}

table {
    width: 100%;
    margin: 2em 0;
    border: 0px solid #0079bc;
    border-width: 1px 0 0px 0;
    position: relative;
}

table:after {
    content: "";
    position: absolute;
    width: 100%;
    border-top: 1px solid #0079bc;
    bottom: 0px;
}

.wpforms-form table:after {
    content: none;
}

table td, table th {
    padding: 5px;
    border: none;
    vertical-align: top;
}

table tr {
    border-bottom: solid 1px #d8d8d8;
}

.responsive-oembed-wrapper.has-aspect-ratio {
    margin: 50px 0;
}

h1, h1.entry-title, h2.entry-title {
    font-size: 48px;
    margin: 60px 0 30px 0;
    letter-spacing: 2px;
    font-weight: 400;
    position: relative;
    /* text-transform:uppercase; */
    color: #243a61;
    font-size: 43px;
    font-family: minion-3, serif;
}

h1:after {
    content: "";
    display: block;
    width: 50px;
    height: 3px;
    background: #cb262c;
    margin: 10px 0;
}

.page-template-page-warrior-learning h1 {
    text-align: center;
    margin: 35px 0 70px 0;
}

h1:before, h1.entry-title:before {
    /* content: ""; */
    width: 41px;
    height: 51px;
    background-image: url(images/warrior-bird.png);
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 0 20px 0;
    display: block;
}

.page-template-page-warrior-learning h1:before {
    margin: 60px auto 10px auto;
    background-image: url(images/jeff.jpg);
    width: 80px;
    height: 80px;
}

.page-template-page-warrior-learning h1:after {
    content: "";
    width: 50px;
    height: 3px;
    background: #043f67;
    margin: 20px auto 20px auto;
    display: block;
}

h1 span.sml, h1.entry-title span.sml, h2.entry-title span.sml {
    display: block;
    font-size: 12px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.home-title, h1.home-title {
    position: relative;
    margin-top: 0px;
    padding-top: 47px;
}

.home-title:before {
    content: '';
    display: block;
    position: absolute;
    background: #001f47;
    width: 1px;
    height: 87px;
    top: -50px;
    left: 50%;
    margin-left: .5px;
}

h2 {
    margin: 0.6em 0 0.4em;
    font-size: 1.8em;
}

h3 {
    font-size: 1.11111em;
    margin-top: 1.1em;
    font-weight: 400;
    margin-bottom: 10px;
    text-transform: uppercase;
}

h1 a, h2 a, h3 a {
    text-decoration: underline;
    color: #043f67
}

blockquote {
    border: 0;
    border-top: solid 1px #cb262c;
    border-bottom: solid 1px #cb262c;
    color: #808285;
    font-size: 1em;
    padding: 1em 3em 2em 3em;
    position: relative;
    /* text-align:center; */
    background: #fbfbfb;
    margin: 3em 0;
}

blockquote:before {
    content: '\201C';
    display: block;
    font-size: 3.6em;
    color: #cb262c;
    font-family: serif;
    font-weight: bold;
    text-align: left;
    line-height: 1em;
    margin: 10px 0 -20px 0;
}

blockquote strong {
    /* font-size: 1.2em; */
    color: #243a61;
    font-weight: 600;
}

.linkbutton > a, a > .linkbutton, a.linkbutton {
    font-size: 16px;
    letter-spacing: 0.1em;
    border: solid 1px #7fa4c0;
    color: #004982;
    background: #fff;
    display: inline-block;
    text-transform: uppercase;
    text-align: center;
    min-width: 240px;
    max-width: 100%;
    padding: 12px 30px;
    margin: 5px 10px;
    transition: color, background, 300ms;
}

.linkbutton > a:hover, a > .linkbutton:hover, a.linkbutton:hover {
    text-decoration: none;
    background: #004982;
    color: #fff;
}

.quicklink > a, a > .quicklink, a.quicklink {
    text-transform: uppercase;
    position: relative;
    display: block;
    width: 100%;
    padding: 10px 45px 10px 20px;
    margin: 0 auto 10px auto;
    transition: all 300ms;
    color: #fff;
    background: #fcbf00;
    font-size: 14px;
    letter-spacing: 0.2em;
}

.quicklink > a:hover, a > .quicklink:hover, a.quicklink:hover {
    text-decoration: none;
    background: #043f67;
}

.quicklink > a:after, a > .quicklink:after, a.quicklink:after {
    content: '';
    display: block;
    width: 11px;
    height: 18px;
    position: absolute;
    right: 20px;
    top: 11px;
    background-image: url(images/white-arrow.png);
    background-repeat: no-repeat;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.fancybox-overlay {
    z-index: 9999 !important
}

.fancybox-wrap {
    z-index: 99999 !important
}

/****\
 Banner
\******/
}

#hero {
    position: relative;
}

#hero .slide {
    width: 100%;
    overflow: hidden;
    position: relative;
    /* max-height: 60vh; */
}

.page-banner {
    margin: 0px auto 20px;
    position: relative;
    /* max-width:1560px; */
}

.page-banner.banner_slides_bottom {
    margin: 0;
}

.home-banner {
    position: relative;
}
/*
.home-banner:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0);
    z-index: 111;
}*/
.home-banner:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
	height:25%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+20,0+100 */
background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.65) 20%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.65) 20%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.65) 20%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
    z-index: 111;
}



.home-banner-words {
    position: absolute;
    display: block;
    color: #fff;
    text-transform: uppercase;
    bottom: 40px;
    left: 30%;
    /*width: 70%;*/
    padding: 20px 30px;
    z-index: 112;
    letter-spacing: 1px;
    font-size: 16px;
    /* background:radial-gradient(rgba(0,0,0,0.65) 0% , rgba(0,0,0,0) 65%); */
    text-shadow: 0 0 10px #000;
}
@media (min-width:1200px){
.home-banner-words {
    left: 23%;	
}
}
.tree {
    position: absolute;
    bottom: 0;
    left: 10%;
    width: 30%;
    height: 60%;
    z-index: 112;
    background-image: url(images/tree.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom center;
}

.page-banner:before, .home-banner:before {
    /* content: ""; */
    left: 15px;
    right: 15px;
    display: block;
    top: -50px;
    height: 50px;
    position: absolute;
    overflow: visible;
    z-index: 0;
    background: #0079bc;
}

.homeBanner .slide, .homeBanner .slide .slideImage {
    min-height: 400px;
    max-height: 760px;
}

#hero .slideText {
    position: absolute;
    /* text-align:center; */
    bottom: 3%;
    left: 3%;
    /* margin-bottom:60px; */
    color: #fff;
    /* width:100%; */
    padding: 0 20px;
    /* text-shadow: -5px -5px 10px #000,  
				5px -5px 10px #000,
				-5px 5px 10px #000,
				 5px 5px 10px #000,
				0px 0px 30px rgba(0, 0, 0, 1),
				 10px 10px 30px rgba(0, 0, 0, 1),
				 -10px -10px 30px rgba(0, 0, 0, 1),
				 10px -10px 30px rgba(0, 0, 0, 1),
				 -10px 10px 30px rgba(0, 0, 0, 1); */
}

#hero .slideText .slideBottom {
    font-size: 40px;
    /* text-transform:uppercase; */
    font-weight: 300;
}

#hero .slideText .slideTop {
    font-size: 12px;
    text-transform: uppercase;
    height: 2.6em;
    letter-spacing: 0.15em;
}

#hero .slideImage {
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    position: relative;
    width: 100%;
    height: auto;
    max-height: 100vh;
}

.page-banner #hero .slide, .page-banner #hero .slideImage {
    min-height: 300px;
    /* max-height: 520px; */
}

#hero .slideImage img {
    visibility: hidden;
    width: 100%;
}

/* WordPress Gallery 
------------------------------------------ */
.gallery {
    margin-left: -15px;
    margin-right: -15px;
}

.gallery.gallery-size-thumbnail .gallery-icon {
    max-width: 150px;
    margin: auto;
}

.gallery:after {
    display: table;
    content: "";
    clear: both;
}

.gallery-item {
    margin: 0;
    float: left;
    padding: 15px;
}

.gallery-item img {
    width: 100%;
    height: auto;
    transition: all 0.3s;
}

.gallery-item:hover img {
    transform: scale(1.1);
}

.gallery-icon {
    overflow: hidden;
}

.gallery-columns-1 .gallery-item {
    width: 100%;
    float: none;
}

.gallery-columns-2 .gallery-item {
    width: 50%
}

.gallery-columns-3 .gallery-item {
    width: 33.3333%
}

.gallery-columns-4 .gallery-item {
    width: 25%
}

.gallery-columns-5 .gallery-item {
    width: 20%
}

.gallery-columns-6 .gallery-item {
    width: 16.6667%
}

.gallery-columns-7 .gallery-item {
    width: 14.2857%
}

.gallery-columns-8 .gallery-item {
    width: 12.5%
}

.gallery-columns-9 .gallery-item {
    width: 11.1111%
}

.gallery-columns-2 .gallery-item:nth-child(2n+1), .gallery-columns-3 .gallery-item:nth-child(3n+1), .gallery-columns-4 .gallery-item:nth-child(4n+1), .gallery-columns-5 .gallery-item:nth-child(5n+1), .gallery-columns-6 .gallery-item:nth-child(6n+1), .gallery-columns-7 .gallery-item:nth-child(7n+1), .gallery-columns-8 .gallery-item:nth-child(8n+1), .gallery-columns-9 .gallery-item:nth-child(9n+1) {
    clear: left;
}

.breadcrumbs {
    font-size: 14px;
    letter-spacing: 0.15em;
    /* text-transform:uppercase; */
    padding-top: 5px;
    padding-bottom: 20px;
    border-bottom: solid 1px #ccc;
    min-height: 45px;
}

.page-template-page-warrior-learning .breadcrumbs {
    padding-top: 25px;
}

.breadcrumbs a {
    color: #8b9064;
}

.breadcrumbs > span {
    margin: 0 5px;
    color: #043f67;
}

.breadcrumbs > span:first-child {
    margin-left: 0;
}

.breadcrumbs span > span {
    color: #898787;
    text-transform: none;
}

.breadcrumbs .share {
    float: right;
    margin-top: -10px;
}

.breadcrumbs .share .addtoany_list a {
    display: inline-block;
    vertical-align: middle;
    padding: 0px 0 0 10px;
    margin-top: -3px;
}

.breadcrumbs .share .addtoany_shortcode {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-right: 20px;
}

.breadcrumbs .share .addtoany_shortcode:before {
    content: 'Share';
    display: inline-block;
    vertical-align: middle;
    color: #8b9064;
}

.searchform label {
    display: none;
}

.searchform {
    /* padding-right:40px; */
    /* padding-left:0px; */
    position: relative;
    /* border:solid 1px #043f67; */
    /* background:#043f67; */
    overflow: hidden;
}

.searchform input#s {
    border: 0;
    /* font-size:16px; */
    /* width:100%; */
    /* background:transparent; */
    /* background:#fff; */
    /* color:#043f67; */
    /* padding: 4px 10px; */
    width: 100%;
    padding: 0px 0px;
    background: #eee;
    color: #043f67;
    height: 40px;
}

.sidebar .searchform input#s {
    padding: 7px 10px;
}

.sidebar #searchSubmit {
    top: 3px;
}

.searchform input#s:focus {
    outline: 0;
}

#searchSubmit {
    border: 0;
    text-transform: uppercase;
    padding: 0 20px;
    font-size: 16px;
    position: absolute;
    background-color: #cb262c;
    background-repeat: no-repeat;
    background-position: center;
    right: 0px;
    color: #fff;
    top: 0px;
    height: 40px;
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}

@media (min-width: 1390px) {
}

@media (min-width: 1590px) {
}

/*------------------------------------*\
    EMBEDS
\*------------------------------------*/
.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*------------------------------------*\
    ALERT
\*------------------------------------*/
.popupAlert {
    font-size: 15px;
    font-size: 1.5rem;
    max-width: 100%;
    width: 600px;
}

.popupAlert .header {
    font-size: 1.8em;
    padding: 7px 3%;
    text-align: center;
    white-space: nowrap;
    text-align: center;
    position: relative;
    text-transform: uppercase;
}

.noticeBody {
    width: 100%;
    padding: 0 2.5%;
}

.popupAlert .popupImg {
    padding: 10px 5px;
    width: 48%;
    float: right;
}

.popupAlert .popupImg img {
    width: 100%
}

.popupAlert .noticeText {
    padding: 10px 5px;
    width: 100%;
    float: none;
}

.featimg .noticeText {
    width: 48%;
    float: left;
}

.popupAlert .noticeText * {
    max-width: 100%;
}

.popupAlert .noticeText .popTitle {
    font-size: 1.5em;
    text-transform: uppercase;
    margin: 20px 0 0;
    text-align:center;
}

/*news*/
h2.list-item-title {
    margin-top: 0;
    font-size: 1.8em;
    margin-bottom: 20px;
}

h2.list-item-title a {
    text-decoration: none;
}

h2.list-item-title a:hover {
    text-decoration: underline;
}

h1.postTitle {
}

.list-item {
    overflow: hidden;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.list-item-image {
    text-align: center;
}

.list-item-image a {
    display: block;
    padding: 10px 0;
}

.list-item-text {
}

.list-item-text p.date {
    font-size: 0.8em;
    margin: 0;
}

.postThumb {
    margin-bottom: 20px;
    text-align: center;
}

/*------------------------------------*\
    HEADER
\*------------------------------------*/
#navbar {
    display: block;
    vertical-align: top;
}

.headGroup {
    background: #0079bc;
    color: #fff;
    padding: 20px 15px;
}

.headGroup a {
    color: #fff;
}

.headerIcon {
    position: relative;
    /* margin:15px 0; */
    display: inline-block;
    /* padding:0 15px; */
    font-size: 0;
}

.headerIcon a {
    display: inline-block;
    vertical-align: middle;
    /* margin-right: 15px; */
    /* width: 400px; */
    /* margin-top: 30px; */
    transition: all 300ms;
}

.fixedHeader .headerIcon a {
    /* margin-top: 20px; */
}

.headerIcon .mainLogo {
    display: none;
    display: inline-block;
    max-width: 280px;
}

.headerIcon .mobIcon {
    display: none;
}

.topMenu {
}

.menu-main-container {
    /* text-align:right; */
    text-align: left;
    text-align: center;
    /* padding-left: 50px; */
    margin-right: -10px;
}

ul#menu-main-top {
    margin-top: 23px;
    font-size: 0;
    transition: all 300ms;
}

.nothome ul#menu-main-top {
    margin-top: 25px;
    margin-bottom: 0px;
}

.fixedHeader ul#menu-main-top, .nothome.fixedHeader ul#menu-main-top {
    margin-top: 10px;
    margin-bottom: 0px;
}

.topMenu .menu {
    display: inline-block;
    text-align: left;
}

.topMenu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.topMenu .menu li {
    display: inline-block;
    position: relative;
    /* padding:5px; */
    vertical-align: middle;
}

.topMenu .menu li a {
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
    /* right:0; */
    padding: 10px 10px 20px 10px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    display: block;
    transition: all 200ms;
}

.topMenu .menu .sub-menu li a {
    padding: 8px 13px;
    line-height: 1em;
    font-size: 16px;
}

.topMenu .menu li a {
    line-height: 1.3em;
    color: #fff;
    position: relative;
}

.topMenu .menu > li > a:after {
    content: "";
    display: block;
    bottom: 0;
    right: 10px;
    left: 10px;
    background: transparent;
    height: 5px;
    position: absolute;
    transition: all 300ms;
}

.topMenu .menu li a:hover:after {
    background: #cb262c;
}

.fixedHeader .topMenu .menu > li > a, .nothome .topMenu .menu > li > a {
    color: #8b9064;
}

.topMenu .menu li a:hover {
    text-decoration: none;
    /* color: #fff; */
    /* background: rgba(0, 0, 0, 0.3); */
}

.topMenu .menu ul.sub-menu a:hover {
    background: rgb(203, 38, 44);
}

.topMenu .menu .sub-menu {
    position: absolute;
    top: 100%;
    margin-top: 20px;
    left: 0;
    /* display:none; */
    opacity: 0;
    background: #043f67;
    line-height: 1.4;
    pointer-events: none;
    min-width: 250px;
    transform: translateX(-9999px);
    transition: opacity 300ms 0ms, transform 0ms 300ms, margin-top 300ms 0ms;
}

.topMenu .menu .sub-menu .sub-menu {
    left: 100%;
    top: 0
}

.topMenu .menu .sub-menu li {
    display: block;
}

.topMenu .menu li:hover > .sub-menu {
    display: block;
    /* min-width:250px; */
    transform: translateX(0px);
    opacity: 1;
    margin-top: 0;
    pointer-events: all;
    transition: opacity 300ms 0ms, transform 0ms 0ms, margin-top 0ms 0ms;
}

.headerRight {
    text-align: right;
}

.topMenu {
    /* display:none; */
    float: right;
    clear: right;
}

.topMenuSide {
    position: relative;
    display: inline-block;
    margin-top: 30px;
}

.topMenuSide .portalToggle {
    height: 100px;
    vertical-align: top;
    padding-top: 34px;
    cursor: pointer;
}

.topMenuSide .menu {
    /* position:absolute; */
    /* color:#043f67; */
    list-style: none;
    margin: 0;
    padding: 0;
    right: 0;
    top: 100%;
    font-size: 0;
    text-transform: uppercase;
    white-space: nowrap;
    /* display:none; */
}

.topMenuSide .menu li {
    position: relative;
    display: inline-block;
    /* vertical-align: top; */
    width: 26px;
    height: 26px;
    margin-right: 1px;
}

.topMenuSide .menu li.fa-user-friends {
    margin: 0 15px;
}

.topMenuSide .menu li:before {
    font-size: 18px;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    display: block;
    transition: all 300ms;
}

.topMenuSide .menu li.fa-briefcase:before {
    color: transparent;
    background-image: url('images/office-logo.png');
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: center;
}

.topMenuSide .menu li:hover:before {
    transform: scale(1.25);
}

.topMenuSide .menu li:last-child {
    border-bottom: 0;
}

.topMenuSide .menu a {
    color: #043f67;
    font-size: 0;
    display: block;
    width: 10px;
    height: 10px;
    /* background: #567; */
    position: absolute;
    top: 0;
    width: 26px;
    height: 26px;
}

.topMenuSide .menu a:hover {
    color: #000;
    text-decoration: none;
}

.search-form-holder {
    display: none;
    position: absolute;
    background: #043f67;
    padding: 1px;
    width: 300px;
    right: 0;
    top: 100%;
    z-index: 1;
    margin-top: 5px;
}

.searchToggle {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 45px;
    height: 100px;
}

.searchToggle .search-form-holder {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.searchToggle .searchform {
    width: 32px;
    transition: 300ms;
}

.searchToggle .searchform input#s {
    transition: 300ms;
    background: transparent;
}

.searchToggle .searchform.openSearch input#s {
}

.searchform.openSearch {
    width: 250px;
}

.searchToggle .searchform.openSearch input#s {
    background: #fff;
}

.fixedsidebarContact {
    position: fixed;
    right: 0;
    top: 50%;
    width: 45px;
    background: #004982;
    transform: translateY(-50%);
    padding-top: 10px;
    padding-bottom: 10px;
    z-index: 130;
    font-size: 17px;
}

.fixedsidebarContact a {
    color: #fff;
    display: inline-block;
    position: relative;
    width: 45px;
    text-align: center;
    padding: 8px;
}

.fixedsidebarContact a:after {
    content: '';
    display: block;
    background: #80a4c1;
    width: 14px;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -7px;
}

.fixedsidebarContact a:last-child:after {
    display: none;
}

.fixedsidebarContact a:hover {
    color: #000;
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
    .topMenu {
        /* display: inline-block; */
    }

    .topMenu .menu > li {
        /* line-height:90px; */
    }

    .topMenu .menu li {
    }
}

@media (min-width: 1200px) {
    .headerIcon {
        /* margin: 20px 0; */
    }

    .topMenu .menu > li {
        /* line-height:110px; */
        /* padding:5px 15px; */
    }

    .topMenu .menu > li.lang-item {
        padding-left: 5px;
        padding-right: 5px;
    }

    .headerIcon .mainLogo {
        /* display:inline-block; */
        /* max-width: 280px; */
    }

    .headerIcon .mobIcon {
        display: none;
    }

    .topMenuSide .portalToggle {
        height: 120px;
        padding-top: 44px;
    }

    .searchToggle {
        height: 120px;
    }
}

@media (min-width: 1590px) {
    .topMenu .menu li a {
        /* font-size:16px; */
    }
}

/*------------------------------------*\ 
    Navigation
\*------------------------------------*/
.menu-toggle {
    position: relative;
    padding-right: 0px;
    font-size: 17px;
    display: inline-block;
    cursor: pointer;
    margin-bottom: 10px;
    height: 35px;
    line-height: 35px;
    vertical-align: middle;
    float: right;
}

.menu-toggle .toggleText {
    /* display:inline-block; */
    display: none;
    vertical-align: middle;
    padding: 0 10px;
    color: #fff;
}

.menu-toggle span {
    width: 30px;
    height: 1px;
    margin: 8px 0;
    background-color: #fff;
    display: block;
    transition: all 300ms;
}

.fixedHeader .menu-toggle span {
    background-color: #243a61;
}

.nothome .menu-toggle span {
    background-color: #243a61;
}

.menu-toggle .toggleIcon {
    /* position:absolute; */
    width: 30px;
    right: 0;
    top: 0px;
    transition: 300ms;
    display: inline-block;
    vertical-align: middle;
}

.menu-toggle:hover span {
    background-color: #000;
}

.menu-toggle span:nth-child(1) {
    transform-origin: 50% 8px;
}

.menu-toggle span:nth-child(3) {
    transform-origin: 50% -8px;
}

body.menuopen .menu-toggle span:nth-child(1) {
    transform: rotate(135deg) translateY(6px)
}

body.menuopen .menu-toggle span:nth-child(2) {
    opacity: 0;
    transform: rotate(360deg);
}

body.menuopen .menu-toggle span:nth-child(3) {
    transform: rotate(-135deg) translateY(-7px);
}

body.menuopen #navbar .menu-toggle span:nth-child(1) {
    background: #ffffff;
}

body.menuopen #navbar .menu-toggle span:nth-child(3) {
    background: #ffffff;
}

@media (min-width: 520px) {
    .menu-toggle .toggleText {
        /* display:inline-block; */
    }
}

@media (min-width: 992px) {
    .menu-toggle {
        display:none;
    }
}

#navbar {
    position: fixed;
    transform: translateX(100%);
    transition: transform 500ms;
    background-color: #243a61;
    top: 0;
    margin-top: 0px;
    padding: 20px 20px;
    z-index: 9999;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 400px;
    overflow-x: hidden;
    overflow-y: scroll;
    font-size: 1.2em;
    z-index: 99999999;
}

body.menuopen #navbar {
    /* right:0; */
    /* z-index: 99999999; */
    transform: translateX(0%);
    -webkit-box-shadow: 0px 0px 9px 3px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 9px 3px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 9px 3px rgba(0,0,0,0.75);
}

body.admin-bar #navbar {
    /* top:32px; */
}

@media (max-width: 782px) {
    body.admin-bar #navbar {
        /* top:46px; */
    }
}

#menu-main, #menu-main ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#menu-main {
    margin-bottom: 30px;
    margin-top: 20px;
    clear: both;
}

#menu-main li {
    position: relative;
}

#menu-main li a {
    display: block;
    color: #ffffff;
    line-height: 1.35;
    font-size: 18px;
    position: relative;
    padding: 8px 60px 8px 8px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.3);
}

#menu-main li.current-menu-item > a {
    background-color: rgba(255, 255, 255, 0.2)
}

#menu-main li a:hover {
    text-decoration: none;
    /* color:#024433; */
    background-color: rgba(255, 255, 255, 0.1);
}

#menu-main .sub-menu {
    /* padding-left: 10px; */
    position: relative;
    display: none;
    font-size: 0.9em;
    border-bottom: solid 1px rgba(255, 255, 255, 0.3);
}

#menu-main .sub-menu li:last-child > a {
    border-bottom: none;
}

#menu-main li.open > .sub-menu {
    display: block;
}

#menu-main .sub-menu a {
    padding-left: 20px;
}

#menu-main li.menu-item-has-children > .arrow {
    position: absolute;
    right: 0;
    top: 0px;
    height: 47px;
    width: 47px;
    /* background: #333; */
    overflow: hidden;
}

@media (min-width: 1200px) {
    #menu-main li.menu-item-has-children > .arrow {
        height:75px;
    }
}

#menu-main li.menu-item-has-children > .arrow:after {
    position: absolute;
    content: '';
    display: block;
    width: 45px;
    height: 45px;
    background-image: url(images/white-arrow.png);
    background-repeat: no-repeat;
    transition: 300ms;
    background-position: center;
}

#menu-main li.open.menu-item-has-children > .arrow:after {
    transform: rotate(90deg);
}

#menu-main .sub-menu li.menu-item-has-children > .arrow {
    /* height:47px; */
}

#menu-main .sub-menu li.menu-item-has-children > .arrow:after {
    /* top:18px; */
}

#menu-main .sub-menu .sub-menu {
    padding-left: 20px;
}

#menu-main .sub-menu .sub-menu li.menu-item-has-children > .arrow {
    display: none;
}

@media (min-width: 600px) {
    #navbar {
        /* width: 350px; */ /* right: -480px; */ padding: 20px 20px;
    }

    #menu-main li a {
        /* padding: 10px 60px 10px 10px; */
    }
}

/*------------------------------------*\ 
    FOOTER
\*------------------------------------*/
footer {
    line-height: 1.5;
}

.bigFtLink {
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 300;
}

.bigFtLink a {
    color: #fff;
    display: block;
    padding: 50px 15px;
    background: #fcbf00;
    width: 100%;
    transition: 300ms;
}

.bigFtLink a:hover {
    color: #fff;
    text-decoration: none;
    background: #043f67;
}

footer h3 {
    margin-top: 60px;
}

.useful-links {
    list-style: none;
    padding: 0;
}

.useful-links a {
    color: #a2a6a9;
}

.useful-links a:hover {
    color: #001f47;
}

.footercopy {
}

a.greylink {
    color: #a2a6a9;
}

.footercopy .footerLogos img {
    margin: 10px 10px;
}

.footercopyLeft > * {
    padding-top: 8px;
}

.footercopyLeft {
    border-top: solid 1px #8d9091;
}

/*text aligns*/
@media (max-width: 768px) {
    .xs-text-right {
        text-align:right;
    }

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

    .xs-text-center {
        text-align: center;
    }
}

@media (min-width: 768px) {
    .sm-text-right {
        text-align:right;
    }

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

    .sm-text-center {
        text-align: center;
    }
}

@media (min-width: 992px) {
    .md-text-right {
        text-align:right;
    }

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

    .md-text-center {
        text-align: center;
    }
}

@media (min-width: 1200px) {
    .lg-text-right {
        text-align:right;
    }

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

    .lg-text-center {
        text-align: center;
    }
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    /* background: #FFF; */
    /* border: 1px solid #F0F0F0; */
    /* max-width: 96%; */
    /* padding: 5px 3px 10px; */
    /* text-align: center; */
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption .wp-caption-text, .gallery-caption {
    font-size: 16px;
    line-height: 18px;
    /* margin: 0; */
    padding: 5px 4px 0px;
}

hr {
    clear: both;
}

.sticky {
}

.bypostauthor {
}

.menu-side-social-container {
    position: fixed;
    left: 0px;
    top: 30%;
    z-index: 400;
}

#menu-side-social {
    margin: 0;
    padding: 0;
}

#menu-side-social li, #menu-side-social a, #menu-side-social li:before {
    display: block;
    width: 40px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    border-radius: 0 20px 20px 0;
    font-size: 0;
    color: #fff;
}

#menu-side-social li {
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-width: 1px 1px 0 0;
}

#menu-side-social li:nth-child(3n+1) {
    background: #043f67;
}

#menu-side-social li:nth-child(3n+2) {
    background: #0079bc;
}

#menu-side-social li:nth-child(3n+3) {
    background: #83a8c2;
}

#menu-side-social li:before {
    font-size: 18px;
}

#menu-side-social a {
    transform: translateY(-100%);
    overflow: hidden;
}

#menu-side-social li {
    z-index: 1;
    position: relative;
    transition: all 150ms;
}

#menu-side-social li:hover {
    background: rgb(84, 147, 212);
    border-left: 5px solid rgb(84, 147, 212);
    width: 45px;
}

.footer-links {
    margin: 0;
    list-style: none;
    padding: 0;
    margin-bottom: 15px;
}

.footer-links li {
    display: inline;
}

.footer-links li:after {
    content: " | ";
    margin: 0 1px 0 1px;
    display: inline;
}

.footer-links li:last-child:after {
    content: "";
}

.footer-links li a {
    display: inline;
    white-space: nowrap;
}

.side-menu-container {
    background: #043f67;
    padding: 20px 0px 30px 0px;
    margin-bottom: 40px;
}

.its:before {
    content: "";
    display: block;
    width: 100%;
    height: 30px;
    background-image: url('images/hilda-bird.png');
    background-repeat: no-repeat;
    background-position: left bottom;
    margin-bottom: 10px;
}

#menu-side {
    list-style: none;
    padding: 0;
    margin: 0;
}

#menu-side li {
    position: relative;
    /* margin:5px 0; */
}

#menu-side > li > ul > li {
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.2); */
}

#menu-side a {
    color: #ffffff;
    display: block;
    padding: 0px 15px;
    transition: all 200ms;
    padding-left: 40px;
    padding-right: 40px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 16px;
}

#menu-side a:hover {
    text-decoration: none;
}

#menu-side a span {
    padding: 10px 0px;
    display: block;
}

/*Top level item*/
#menu-side > li > a {
    /* font-size:20px; */
    /* text-transform:uppercase; */
}

#menu-side > li > a span {
    /* padding:25px 0; */
    /* border-bottom:solid 1px #a2a6a9; */
}

#menu-side ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

/*main Sub menu items*/
#menu-side .sub-menu li.current-menu-ancestor a, #menu-side .sub-menu li.current-menu-item a {
    color: #ffffff;
    /* text-transform: uppercase; */
    /* letter-spacing: 1px; */
    /* font-size: 16px; */
}

#menu-side .sub-menu li.current-menu-item > a {
    color: #fff;
    background: #cb262c;
}

#menu-side .sub-menu li.menu-item-has-children > .arrow {
    display: block;
    width: 42px;
    height: 42px;
    position: absolute;
    top: 0;
    right: 0;
    transition: all 300ms;
}

#menu-side .sub-menu li.menu-item-has-children > .arrow:hover {
    background: #0079bc
}

#menu-side .sub-menu li.menu-item-has-children > .arrow:before {
    position: absolute;
    width: 13px;
    height: 17px;
    background-image: url(images/chevron-right-white.png);
    background-size: contain;
    background-repeat: no-repeat;
    content: '';
    display: block;
    top: 50%;
    right: 50%;
    margin-top: -8px;
    margin-right: -8px;
    transition: transform 300ms;
    color: #fff;
}

#menu-side .sub-menu li.menu-item-has-children.current-menu-ancestor > .arrow:before {
    background-image: url(images/chevron-right-white.png);
}

#menu-side .sub-menu li.menu-item-has-children.current-menu-item > .arrow:before, #menu-side .sub-menu li.menu-item-has-children > a:hover + .arrow:before {
    background-image: url(images/chevron-right-white.png);
}

#menu-side .sub-menu li.menu-item-has-children.open > .arrow:before {
    transform: rotate(90deg);
}

#menu-side .sub-menu li a:hover {
    color: #fff;
    background: #0079bc;
}

#menu-side .sub-menu .sub-menu {
    background: rgba(0,0,0,0.1);
    /* padding-bottom:10px; */
    display: none;
}

#menu-side .sub-menu .sub-menu li {
    margin: 0;
}

#menu-side .sub-menu li.open > .sub-menu {
    display: block;
}

#menu-side .sub-menu .sub-menu a > span {
    padding-left: 15px;
}

#menu-side .sub-menu .sub-menu .sub-menu a > span {
    padding-left: 30px;
}

@media (min-width: 1200px) {
    #menu-side a {
        padding-left: 40px;
        padding-right: 40px;
        text-transform: uppercase;
        letter-spacing: 2px;
        font-size: 16px;
    }
}

div.wpforms-container-full .wpforms-form input.wpforms-field-medium, div.wpforms-container-full .wpforms-form select.wpforms-field-medium, div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-medium {
    max-width: 100% !important;
}

.wpforms-form {
    background: #eee;
    padding: 50px;
    border: 1px solid #bbbbbb;
}

div.wpforms-container-full .wpforms-form input[type=submit], div.wpforms-container-full .wpforms-form button[type=submit], div.wpforms-container-full .wpforms-form .wpforms-page-button {
    background-color: #043f67 !important;
    border: 1px solid #043f67 !important;
    color: #fff !important;
    font-size: 16px !important;
    padding: 5px 20px !important;
}

div.wpforms-container-full .wpforms-form input[type=submit]:hover, div.wpforms-container-full .wpforms-form input[type=submit]:focus, div.wpforms-container-full .wpforms-form input[type=submit]:active, div.wpforms-container-full .wpforms-form button[type=submit]:hover, div.wpforms-container-full .wpforms-form button[type=submit]:focus, div.wpforms-container-full .wpforms-form button[type=submit]:active, div.wpforms-container-full .wpforms-form .wpforms-page-button:hover, div.wpforms-container-full .wpforms-form .wpforms-page-button:active, div.wpforms-container-full .wpforms-form .wpforms-page-button:focus {
    background-color: #0079bc !important;
    border: 1px solid #0079bc !important;
}

div.wpforms-container-full .wpforms-form .wpforms-field-label {
    font-weight: 500 !important;
    font-size: 18px !important;
    color: #222 !important;
}

body div.wpforms-container-full .wpforms-form ul li {
    margin-bottom: 0px !important;
}

body div.wpforms-container-full .wpforms-form p {
    margin-bottom: 10px;
    font-size: 18px
}

/*----------
Blog sidebar
----------*/
#blognav ul {
    list-style: none;
}

.sidebarSec {
    background: #043f67;
    padding: 0 0 25px;
    margin: 0 auto 40px;
}

.sidebarSec a {
    padding:10px 40px;
    color:#fff;
    display:block;

}


.sidebarSec a:hover {
    color:#fff;
    text-decoration:none;
    background-color:#cb262c
}


.sidebarSec ul {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-top: 10px;
}

.sidebarSec ul li {
    /* padding: 10px 0px; */
}

.its {
    font-size: 30px;
    color: #ffffff;
    padding: 60px 40px 0px 40px;
    background: #043f67;
    letter-spacing: 1px;
    font-family: minion-3, serif;
}

.its:after {
    content: "";
    border-bottom: solid 1px rgba(255, 255, 255, 0.6);
    display: block;
    margin-top: 20px;
}

/*------------------------------------*\
    menu inc toggle
\*------------------------------------*/
.search-toggle {
    float: right;
    padding: 15px;
    color: #e0e0e0;
    cursor: pointer;
    border-radius: 30px;
    margin-top: 15px;
    line-height: 15px;
}

.search-toggle:hover {
    background-color: #043f67;
}

@media (min-width: 1200px) {
}

body {
    /*position:relative;*/
}

body.menuopen {
    /*position:relative;*/
    /* overflow:hidden; */
}

body.menuopen:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0.5;
    z-index: 500;
    pointer-events: all;
}

#navbar .menu-toggle {
    float: right;
}

.menu-main-container {
    clear: both;
    /* padding-right: 4vw; */
}

.sidebar {
    padding-top: 45px;
    margin-top: 0px;
    margin-bottom: 80px;
}

@media (min-width : 992px) {
}

@media (min-width : 1200px) {
    .sidebar {
        padding-right: 30px;
    }
}

@media (min-width : 1590px) {
    .sidebar {
        padding-right: 60px;
    }
}

.wrapper {
    padding: 0px 0px;
	overflow-x:hidden;
}

/*header*/
header {
    /* position:relative; */
    /* margin-top:100px; */
    /* position: relative; */
    z-index: 450;
    top: 0px;
    left: 0px;
    right: 0px;
    /* position: relative; */
    position: fixed;
    transition: all 200ms;
    /* border-top: 30px solid #ffffff; */
}

#site-header-sentinel {
    visibility: hidden;
}

body.fixedHeader header, body.nothome header {
    border-top: 0px solid #ffffff;
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
}

.headGroup {
    position: relative;
    /* z-index:120; */
    /* top:0; */
    /* left:0; */
    /* width:100%; */
    /* position:relative; */
    /* position:fixed; */
    /* padding: 20px 0; */
}

.admin-bar .headGroup {
    /* top:46px */
}

.admin-bar.fixedHeader .headGroup {
    top: 0;
}

@media (min-width: 600px) {
    .admin-bar .headGroup, .admin-bar.fixedHeader .headGroup {
        /* top:46px */
    }
}

@media (min-width: 768px) {
    .admin-bar .headGroup, .admin-bar.fixedHeader .headGroup {
        /* top:32px */
    }
}

@media (min-width: 992px) {
    header {
        /* position:relative; */ /* margin-top:120px; */
    }
}

@media (min-width: 1200px) {
}

@media (min-width: 768px) {
    .postnavigation > p.prev {
        float:left;
        width: 50%;
    }

    .postnavigation > p.next {
        float: right;
        width: 50%;
        text-align: right;
    }
}

.postnavigation:after {
    content: '';
    display: table;
    clear: both;
}

@media only screen and (min-width: 1390px) {
}

@media only screen and (min-width: 1590px) {
}

/*map*/
/*maps*/
/*footer map*/
.footerMap {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.footerMap .container-fluid {
}

.ftMapTop {
    top: 0;
}

.mapWrap {
    position: relative;
    overflow: hidden;
}

#footerMap {
    display: block;
    width: 100%;
    height: 100%;
    height: 580px;
    top: 1px;
}

.mapContainer {
    height: 580px;
}

.footerMap .ftMapWrap {
    min-height: 275px;
    height: 275px;
    position: relative;
    width: 100%;
}

.footerMapWrap {
    position: relative;
    height: 540px;
}

@media (min-width: 768px) {
    .staticfooterMap.footerMap {
        display:block;
        position: absolute;
        top: 0%;
        right: 0;
        width: 100%;
        height: 100%;
    }

    .mapWrap {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
    }

    #footerMap {
        height: 100%;
    }
}

.locationList {
    position: relative;
    margin-bottom: 55px;
}

.locationList .mapInfo {
    display: none;
}

.locationList .mapInfo.active {
    display: block;
}

.locationList .cycleNav {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
}

.locationList .cycleNav li {
    display: inline-block;
    font-size: 0;
    width: 15px;
    height: 15px;
    background: #4a7497;
    border-radius: 50%;
    cursor: pointer;
    margin-right: 8px;
}

.locationList .cycleNav li.active {
    background: #043f67;
}

.contactDetails {
    color: #fff;
    background: #008656;
    border: solid 1px #008656;
    margin-bottom: 15px;
}

.contactDetailsWrap {
    padding-top: 40px
}

.contactDetailsWrap .contactSingle {
    display: none;
    padding: 15px 10px;
    position: relative;
}

.contactDetailsWrap .contactSingle.open {
    display: block;
}

.contactDetails a {
    color: #fff;
}

.contactDetails h3 {
    color: #fff;
    font-size: 1em;
    text-transform: uppercase;
    padding: 0 10px;
}

.contactDetails .tabs:after {
    content: '';
    display: table;
    clear: both;
}

.contactDetails .tab {
    float: left;
    width: 50%;
    text-transform: uppercase;
    text-align: center;
    padding: 3px 15px;
    line-height: 30px;
    background: #fff;
    color: #000;
    cursor: pointer;
}

.contactDetails .tab i {
    margin-right: 28px;
    font-size: 28px;
    vertical-align: bottom;
    color: #043f67;
}

.contactDetails .tab.active {
    background: #043f67;
    color: #fff;
    cursor: initial;
}

.contactDetails .tab.active i {
    color: #fff;
}

/*------------------------------------*\
    FLABBER
\*------------------------------------*/
#flabber-holder {
    font-size: 0;
}

#flabber-holder > a {
    box-sizing: border-box;
    width: 25%;
    font-size: 1.25vw;
    display: inline-block;
    overflow: hidden;
    position: relative;
    height: 0;
    padding-bottom: 25%;
    vertical-align: top;
}

#flabber-holder > a:hover {
    text-decoration: none;
}

#flabber-holder > a:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    box-shadow: inset 0 0 0 0 #42b029;
    transition: box-shadow .1s ease;
}

#flabber-holder > a:hover::after {
    box-shadow: inset 0 0 0 5px #42b029;
}

#flabber-holder > a#flabberTwit2:after {
    box-shadow: inset 0 0 0 0 #13233d;
}

#flabber-holder > a#flabberTwit2:hover::after {
    box-shadow: inset 0 0 0 5px #13233d;
}

#flabber-holder > a div {
    margin: 5% 10%;
}

#flabber-holder > a div:nth-child(2) {
    margin: 20% 10% 5% 10%;
}

#flabber-holder > a div.flabber-img {
    margin: 0%;
}

#flabberNews1 {
    background-color: #f8f8f8;
    color: #034333;
}

#flabberFace1 {
    background-color: #034333;
    color: #ffffff;
}

#flabberInst1 {
    background-color: #f8f8f8;
    color: #ffffff;
}

#flabberFace2 {
    background-color: #13233d;
    color: #ffffff;
}

#flabberTwit1 {
    background-color: #2f6fc6;
    color: #ffffff;
}

#flabberInst2 {
    background-color: #f8f8f8;
    color: #ffffff;
}

#flabberTwit2 {
    background-color: #42b029;
    color: #ffffff;
}

#flabberEven1 {
    background-color: #f8f8f8;
    color: #034333;
}

#flabber-holder i.fa {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 30px;
}

@media(max-width: 991px) {
    #flabber-holder > a {
        width: 50%;
        font-size: 2.5vw;
        padding-bottom: 50%;
    }
}

@media(max-width: 479px) {
    #flabber-holder > a {
        width: 100%;
        font-size: 5vw;
        padding-bottom: 100%;
    }
}

/*------------------------------------*\
    Dynamic Content
\*------------------------------------*/
.dynamicContent {
    margin-top: 30px;
    margin-bottom: 30px;
}

@media (min-width: 1590px) {
}

/**** Image ****/
.image-item {
    position: relative;
}

.image-item:before, .image-item:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 8%;
    background: #fff;
    border-top: 1px solid #ccc
}

.image-item:after {
    top: unset;
    bottom: 0;
    border-top: none;
    border-bottom: 1px solid #ccc
}

.image-item img {
    width: 100%;
    height: auto;
}

.image-item .imageItemCaption {
    display: block;
    margin: 5px;
    font-size: 14px;
}

/*******Dividers******/
.dividera {
    clear: both;
    width: 100%;
    height: 100px;
    position: relative;
}

.dividera:before {
    content: '';
    width: 90%;
    height: 1px;
    border-bottom: solid 1px #ccc;
    position: absolute;
    top: 50%;
    left: 5%;
}

.dividera:after {
    content: '';
    display: block;
    background-image: url(images/logo-mobile.png);
    background-position: center center;
    /* background-size: contain; */
    height: 76px;
    width: 116px;
    padding: 0 30px;
    top: 50%;
    left: 50%;
    margin-top: -38px;
    margin-left: -58px;
    background-repeat: no-repeat;
    position: absolute;
    background-color: #fff;
}

.dividerb {
    clear: both;
    width: 100%;
    height: 90px;
    background-image: url(images/logo-mobile.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 70px;
}

/*******FAQS*****/
.faqs {
}

.faqs .faq {
    /* border-bottom: solid 2px #fff; */
    margin-bottom: 15px;
}

.faq-question {
    position: relative;
    margin: 0;
    padding: 15px 55px 15px 15px;
    background: #043f67;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
}

.faq.open .faq-question {
    background: #e56d89;
}

.faq-question:hover {
    background: #e56d89;
}

.faq-question:after {
    content: '';
    display: block;
    width: 11px;
    height: 18px;
    position: absolute;
    right: 20px;
    top: 15px;
    background-image: url(images/white-arrow.png);
    background-repeat: no-repeat;
    transform: rotate(0deg);
    transition: 300ms;
}

.faq.open .faq-question:after {
    transform: rotate(90deg);
}

.faq-answer {
    display: none;
    padding: 25px 0px 1px 0px;
}

.faqs .faq:last-child .faq-answer {
    /* border-bottom: solid 1px #a2a6a9; */
}

.faqs .faq.open:last-child .faq-answer {
    /* border-color: #043f67; */
}

/* carousel*/
.scms-carousel .owl-item img {
    width: 100%;
    height: auto;
    transition: all 0.3s;
    /* filter: grayscale(100%); */
    /* opacity: 0.5; */
}

.scms-carousel .owl-item:hover img {
    /* transform: scale(1.1); */
    /* filter: grayscale(0%); */
    opacity: 1;
    transform: scale(1.1);
}

.owl-carousel .owl-item, .scms-carousel .owl-item {
    overflow: hidden;
}

.owl-prev, .owl-next {
    width: 40px;
    height: 40px;
    font-size: 0;
    border: 2px solid #ccc;
    border-bottom-color: transparent;
    border-right-color: transparent;
}

.owl-prev {
    float: left;
    transform: rotate(-45deg);
    margin-left: -20px;
}

.owl-next {
    float: right;
    transform: rotate(135deg);
    margin-right: -20px;
}

.owl-nav {
    height: 0;
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -20px
}

/******Staff********/
.staff:after {
    content: '';
    display: table;
    clear: both;
}

.staffMember {
    overflow: hidden;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

.featured-staff-image {
    width: 30%;
    float: left;
}

.sidebar .featured-staff-image {
    width: 100%;
    float: none;
    margin-bottom: 30px
}

.featured-staff-image img {
    width: 100%;
    height: auto;
}

.featured-staff-text {
    margin-left: 33%;
}

.sidebar .featured-staff-text {
    margin-left: 0%;
}

.featured-staff-text.noimg {
    margin-left: 0;
}

.featured-staff-metas {
    overflow: hidden;
}

.featured-meta-label {
    display: inline-block;
    width: 140px;
    font-weight: 300;
}

.featured-meta-value {
    display: inline-block;
    clear: right;
}

.featured-staff-name {
    margin-top: 0;
    margin-bottom: 10px;
}

.featured-staff-biog {
    margin-top: 15px;
}

.standard-staff-name {
    font-size: 1.2em;
    margin-top: 0;
    margin-bottom: 10px;
}

.standard-staff-image {
    width: 90px;
    float: left;
}

.standard-staff-image img {
    width: 100%;
    height: auto;
}

.standard-staff-text {
    padding-left: 120px;
    float: left;
    width: 100%;
    margin-left: -90px;
}

.sidebar .standard-staff-text .col-sm-4 {
    width: 100%
}

.sidebar .standard-staff-text .col-sm-4 .standard-meta-label, .sidebar .standard-staff-text .col-sm-4 .standard-meta-value {
    display: inline-block;
    font-size: 18px;
    vertical-align: middle
}

.standard-staff-text.noimg {
    margin-left: 0;
}

.standard-staff-metas {
    overflow: hidden;
}

.standard-meta-value a.email-value {
    font-size: 0;
    color: transparent;
    display: block;
}

.standard-meta-value a.email-value:before {
    content: "send";
    font-size: 12px;
    padding: 5px 10px;
    color: #000;
    display: block;
    text-align: center;
    background-color: #eee;
    border-radius: 5px;
    text-transform: uppercase;
    pointer-events: none;
}

/*****Quotes******/
#quotes {
    overflow: hidden;
    width: 100%;
}

#quotes .cycle-slide {
    width: 100%;
}

.quotes-holder {
    background: #f0eeef;
    color: #8b9064;
    /* padding-top:80px; */
    margin-bottom: 20px;
}

.quotes-holder .quotesTitle {
    text-align: center;
    text-transform: uppercase;
    text-transform: uppercase;
    font-size: 1.1111em;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 5px;
}

.quotes-holder .quotesTitle:after {
    /* content:''; */
    display: block;
    width: 20px;
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -10px;
}

.quote-blurb {
    border: 0;
    font-size: 32px;
    padding: 70px 80px 60px 80px;
    position: relative;
    font-style: italic;
    width: 100%;
    text-align: center;
}

.sidebar .quote-blurb {
    border: 0;
    font-size: 26px;
    padding: 40px 40px 40px 40px;
    text-align: center;
}

.quote-text {
    position: relative;
    font-family: minion-3, serif;
}

.sidebar .quote-text p {
    line-height: 1.5em;
}

.quote-text:before {
    /* content: "\201C"; */
    font-style: normal;
    font-family: serif;
    color: #8b9064;
    font-weight: bold;
    font-size: 100px;
    line-height: 0;
    position: absolute;
    top: -20px;
    left: -10px;
}

.quote-text p {
    margin-bottom: 10px;
    line-height: 1.4em;
}

.quote-cite {
    font-size: 16px;
    margin-top: 25px;
    letter-spacing: 2px;
    font-style: normal;
    text-transform: uppercase;
}

.quote-cite:before, .quote-cite:after {
    content: "";
    display: inline-block;
    vertical-align: super;
    width: 10px;
    margin: 0 5px;
    height: 1px;
    background: #8b9064;
}

/****Documents******/
a.document-link {
    text-transform: uppercase;
    position: relative;
    display: block;
    width: 100%;
    padding: 10px 45px 10px 20px;
    margin: 0 auto 10px auto;
    transition: all 150ms;
    color: #fff;
    background: #cb262c;
    border: 2px solid #cb262c;
    /* border-radius: 20px; */
    font-size: 16px;
    letter-spacing: 2px;
}

a.document-link:hover {
    text-decoration: none;
    background: #ffffff;
    color: #cb262c;
    border: 2px solid #cb262c;
    /* filter: drop-shadow(0px 1px 3px #888); */
}

a.document-link:after {
    content: '\21E4';
    display: block;
    width: 27px;
    height: 22px;
    position: absolute;
    right: 25px;
    top: 7px;
    font-size: 25px;
    transform: scaleX(1.2) rotate(270deg);
    opacity: 0.9;
}

/*Callout*/
.callout {
    display: block;
    position: relative;
    transition: 300ms;
    background: #cb262c;
}

.callout.hasbg {
    background: #000;
    border: none;
}

.callout .coimg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.callout .coimg img {
    visibility: hidden;
    display: none;
}

.calloutTitle {
    font-size: 2.1111em;
    font-weight: 300;
    color: #043f67;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.calloutTitle .sml {
    display: block;
    font-size: 12px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.calloutContent {
    font-size: 20px;
    padding: 70px 15px;
    max-width: 1300px;
    text-align: center;
    margin: auto;
    width: 100%;
}

.calloutContent .calloutText {
    margin: 0 0 30px;
    line-height: 1.4em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.calloutContent .calloutText p {
    font-size: 18px;
    letter-spacing: 1px;
    margin: 0 0 15px;
}

.callout .calloutTitle {
    color: #fff;
}

.callout .calloutContent {
    color: #fff;
}

.callout a.readmore {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    max-width: 100%;
    min-width: 200px;
    width: auto;
    background: #043f67;
    display: inline-block;
    padding: 12px;
    letter-spacing: 2px;
    transition: 300ms;
    /* border-radius: 30px; */
}

.callout a.readmore:hover {
    background: #fff;
    color: #043f67;
    text-decoration: none;
}

.callout.scheme-Alternate a.readmore {
    background: #004982;
}

.callout.scheme-Alternate a.readmore:hover {
    color: #004982;
    background: #fff;
}

.calloutCarousel {
    overflow: hidden;
    margin-top: 40px;
}

.calloutCarousel .callout {
    height: 645px;
    margin: 0;
}

.calloutCarousel .cycle-pager {
    position: absolute;
    bottom: 40px;
    z-index: 110;
    left: 0;
    color: #fff;
    letter-spacing: 5px;
    width: 100%;
}

.calloutCarousel .cycle-pager span {
    cursor: pointer;
    font-size: 30px;
    opacity: 0.6;
}

.calloutCarousel .cycle-pager span.cycle-pager-active {
    opacity: 1;
}

a.callout:hover {
    text-decoration: none;
    color: #fff;
}

.homeDynamic .callout .coimg {
    background-attachment: fixed;
}

@media (min-width: 768px) {
    .homeDynamic .callout {
        padding-top:48%;
        max-height: 750px;
        position: relative;
        overflow: hidden;
    }

    .homeDynamic .callout .calloutContent {
        position: absolute;
        top: 50%;
        transform: translateY(-50%) translateX(-50%);
        left: 50%;
    }
}

a.asblock {
    text-decoration: none;
}

.sociallink a {
    background: transparent;
    display: inline-block;
    margin-right: 4px;
    width: 30px;
    text-align: center;
    color: #0079bc;
}

/***POIS****/
.pois {
    /* margin-left:0; */
    /* margin-right:0; */
}

.pois .col-xs-6 {
    padding: 0;
}

.sidebar .pois .col-sm-12 {
    padding: 0 15px;
}

.pois .col-sm-12 {
    padding: 0;
}

.row.pois.warrior-learning-pois {
    margin: 30px 15px;
}

@media (min-width: 768px) {
    .pois .col-sm-4, .pois .col-sm-3 {
        /* padding-bottom:0; */
    }
}

.poi {
    position: relative;
    display: block;
    /* transition: all 300ms; */
    overflow: hidden;
    background: #043f67;
    color: #fff;
    margin-bottom: 30px;
}

.poi:hover {
    color: #fff;
    text-decoration: none;
}

.poiImage .poiImageBG {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: 300ms;
    opacity: 1;
}

.poiImage .poiImageBG:before {
    /* content: ''; */
    display: block;
    width: 100%;
    bottom: 0;
    position: absolute;
    left: 0;
    height: 30%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+75 */
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 75%, rgba(0,0,0,0.65) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 75%,rgba(0,0,0,0.65) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 75%,rgba(0,0,0,0.65) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
    /* IE6-9 */
}

.poiImage {
    background: inherit;
}

.poi:hover .poiImage .poiImageBG {
}

.poiImage:before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 100%;
}

.home .poiImage:before {
    padding-top: 75%;
}

.page-template-page-warrior-learning .poiImage:before {
    padding-top: 70%;
}

.poiImage >img {
    width: auto;
    display: none;
}

.textOnlyBlock .poiText {
    position: relative;
    padding: 25px 15px;
}

.poi .poiTitle {
    display: inline-block;
    font-family: minion-3, serif;
    line-height: 1.3;
    /* text-align: center; */
}

.poi .textOnlyBlock {
}

.poi .poiTitle span.a {
    display: block;
    font-size: 32px;
    font-weight: 400;
    position: relative;
    padding: 10px 15px;
    /* letter-spacing:0.1em; */
    /* text-transform:uppercase; */
}

.page-template-page-warrior-learning .poi .poiTitle span.a {
    min-width: 250px;
    font-size: 36px;
}

.page-template-page-warrior-learning .pois > div:nth-child(7n+1) .poiTitle {
    background-color: rgba(9, 98, 181, 0.63);
}

.page-template-page-warrior-learning .pois > div:nth-child(7n+2) .poiTitle {
    background-color: rgba(75, 167, 218, 0.83);
}

.page-template-page-warrior-learning .pois > div:nth-child(7n+3) .poiTitle {
    background-color: rgba(108, 69, 177, 0.78);
}

.page-template-page-warrior-learning .pois > div:nth-child(7n+4) .poiTitle {
    background-color: rgba(75, 167, 218, 0.83);
}

.page-template-page-warrior-learning .pois > div:nth-child(7n+5) .poiTitle {
    background-color: rgba(29, 17, 105, 0.75);
}

.page-template-page-warrior-learning .pois > div:nth-child(7n+6) .poiTitle {
    background-color: rgba(90, 90, 90, 0.78);
}

.page-template-page-warrior-learning .pois > div:nth-child(7n+7) .poiTitle {
    background-color: rgba(44, 141, 204, 0.83);
}

.poi .poiTitle span.a:before {
    /* content: ''; */
    display: block;
    width: 20px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -10px;
}

.poi .textOnlyBlock .poiTitle span.a:before {
    top: auto;
    bottom: 0;
}

.poi .textOnlyBlock .poiTitle span.a {
    margin: 5px;
}

.textOnlyBlock {
    padding: 10px 30px;
    transition: 300ms;
}

.textOnlyBlock .poiText {
    display: block;
    text-align: center;
}

.poi:hover .textOnlyBlock {
    background-color: rgba(0,0,0,0.2);
    color: #fff;
    text-decoration: none;
}

.poiImage .poiText {
    padding: 10px 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    /* bottom:15%; */
    /* transform:translateY(50%); */
    /* text-align: center; */
    width: 100%;
    transition: 300ms;
}

.poiImage .poiText {
}

.poiImage .poiText .poiEx {
    max-height: 0;
    overflow: hidden;
    font-size: 18px;
    letter-spacing: 0.2;
    transition: 300ms;
}

.poi:hover .poiImage .poiText {
    bottom: 50%;
    transform: translateY(50%);
}

.page-template-page-warrior-learning .poi .poiImage .poiText {
    bottom: 50%;
}

.poi:hover .poiImage .poiImageBG {
    opacity: 0.2;
}

.poi:hover .poiImage .poiEx {
    max-height: 460px;
}

/*colour style*/
.poi.style1 {
    background: #043f67;
}

.poi.style2 {
    background: #001f47;
}

.poi.style3 {
    background: #a2a6a9;
}

.poi.style4 {
    background: #004982 ;
}

.poi.style5 {
    background: #FCBF00 ;
}

/*------------------------------------*\
    HOME DYNAMIC
\*------------------------------------*/
/*homeIntro*/
.welcomeText {
    text-align: center;
}

/*home dynamic boxes*/
.homeDynamic:last-child {
    margin-bottom: 0;
}

.homeDynamic h2.sectionTitle {
    font-size: 2.1111em;
    font-weight: 300;
    color: #004982;
    margin-bottom: 20px;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    margin-top: 30px;
    padding-top: 77px;
}

.homeDynamic h2.sectionTitle :before {
    content: '';
    display: block;
    position: absolute;
    background: #001f47;
    width: 1px;
    height: 87px;
    top: -20px;
    left: 50%;
    margin-left: .5px;
}

.homeDynamic h2.sectionTitle span.sml {
    display: block;
    font-size: 12px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.homeDynamic.dynamic-text {
    text-align: center;
}

.homeDynamic.dynamic-text p {
    letter-spacing: 0.1em;
}

/*quote Block*/
.welcomeBlocks {
    margin-top: 90px;
}

.welcomeBlocks .quotes-holder {
    position: relative;
    padding-top: 100%;
}

.welcomeBlocks .quoteContainer {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    margin-top: 20px;
}

/*poi*/
.welcomeBlocks .row-second-level .col-md-4:last-child .poiImage .poiImageBG {
    -webkit-filter: grayscale(100%);
    filter: gray;
}

@media (min-width: 768px) {
    .welcomeBlocks .textOnlyBlock {
        position:relative;
        padding-top: 100%;
    }

    .welcomeBlocks .textOnlyBlock .poiText {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        margin-top: 20px;
    }
}

@media (min-width: 768px) and (max-width:1199px) {
    .welcomeBlocks .quotes-holder, .welcomeBlocks .poiImage:before, .welcomeBlocks .textOnlyBlock {
        padding-top:160%;
    }
}

@media (min-width: 1200px) {
    .welcomeBlocks .col-lg-4 .poiImage:before, .welcomeBlocks .col-lg-4 .textOnlyBlock, .welcomeBlocks .col-lg-4 .quotes-holder {
        padding-top:73.4%
    }
}

/*mini poi*/
.minipoiImg {
    height: 120px;
    line-height: 120px;
}

.minipoiImg img {
    vertical-align: middle;
}

.miniPoi {
    text-align: center;
    padding: 0 15px;
}

.miniPoi .poiText {
    text-transform: uppercase;
    font-size: 20px;
    padding: 5px;
}

.miniPoi a {
    display: inline-block;
    color: #a2a6a9;
    transition: color 300ms;
}

.miniPoi a:after {
    content: '';
    display: inline-block;
    width: 17px;
    height: 14px;
    margin: 20px auto;
    background-image: url(images/grey-arrow.png);
    background-repeat: no-repeat;
    transition: background 300ms;
}

.miniPoi a:hover {
    color: #004982;
    text-decoration: none;
}

.miniPoi a:hover:after {
    background-image: url(images/blue-arrow.png);
}

.mini-pois.innerminipoi {
    margin: 50px auto;
}

@media (min-width: 600px) {
    .miniPOIrow {
        display:flex;
    }

    .miniPoi {
        flex: 1;
    }
}

/* Info Grid */
.info_grid {
    margin-bottom: 50px;
}

.info_grid .row > * {
    padding-bottom: 30px;
}

.info_grid .infoBlock {
    color: #fff;
    background: #043f67;
    display: block;
    padding: 15px;
    padding-top: 25px;
    width: 100%;
    position: relative;
    transition: background 300ms;
}

.info_grid .infoBlock.hasicon {
    padding-bottom: 30px;
}

.info_grid .infoBlock .icon {
    position: absolute;
    bottom: 15px;
    right: 15px;
    font-size: 18px;
}

.info_grid .infoBlock .glanceImg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: 300ms;
}

.info_grid a.infoBlock:hover .glanceImg {
    opacity: 0.1;
}

.info_grid .infoBlock .glanceImg:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.6+50,0.8+100 */
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 50%, rgba(0,0,0,0.8) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 50%,rgba(0,0,0,0.8) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 50%,rgba(0,0,0,0.8) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 );
    /* IE6-9 */
}

.info_grid .infoBlock.newsBlock {
    max-height: 420px;
}

.info_grid .infoBlock.newsBlock:before {
    content: '';
    display: block;
    width: 100%;
    max-height: 390px;
    padding-top: 100%;
}

.info_grid .infoBlock .blockText {
    font-size: 18px;
}

.info_grid .infoBlock .blockTitle {
    font-size: 20px;
    text-transform: uppercase;
}

.info_grid .infoBlock .blockTitle .sml {
    display: block;
    font-size: 12px;
    letter-spacing: 0.1em;
    margin-bottom: 5px;
}

.info_grid .infoBlock.newsBlock .blockTitle {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 15px;
}

.info_grid .infoBlock.newsBlock .blockTitle .newsDate {
    margin-bottom: 10px;
}

.info_grid .infoBlock, .info_grid .infoBlock a {
    color: #fff;
}

.info_grid a.infoBlock:hover {
    text-decoration: none;
}

.infoBlock #ctf .ctf-item {
    padding: 15px 0;
}

.infoBlock #ctf .ctf-author-name {
    margin-lefT: 0;
}

.infoBlock.eventsBlock {
    text-align: center;
}

.infoBlock.eventsBlock .blockTitle {
    position: relative;
    padding: 50px 15px;
}

.infoBlock.linkblock {
    max-height: 420px;
}

.infoBlock.linkblock:after {
    content: '';
    display: block;
    width: 100%;
    height: 340px;
}

.infoBlock.linkblock .blockTitle {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    text-align: center;
}

.info_grid .style1 .infoBlock, .info_grid .style5 a.infoBlock:hover {
    background: #043f67;
}

.info_grid .style2 .infoBlock, .info_grid .style1 a.infoBlock:hover {
    background: #001f47;
}

.info_grid .style3 .infoBlock, .info_grid .style2 a.infoBlock:hover {
    background: #a2a6a9;
}

.info_grid .style4 .infoBlock, .info_grid .style3 a.infoBlock:hover {
    background: #004982 ;
}

.info_grid .style5 .infoBlock, .info_grid .style4 a.infoBlock:hover {
    background: #FCBF00 ;
}

#ctf .ctf-out-of-tweets {
    display: none;
}

@media (min-width: 768px) {
    .info_grid .row {
        display:flex;
    }

    .info_grid .row > * {
        display: flex;
    }

    .infoBlock.eventsBlock .blockTitle {
        top: 50%;
        transform: translateY(-50%);
        max-width: 210px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 992px) {
    .info_grid .mid-40 {
        width:40%;
    }

    .info_grid .mid-30 {
        width: 30%;
    }
}

@media (min-width: 1200px) {
    .info_grid .infoBlock {
        padding:25px;
        padding-top: 45px;
    }

    .info_grid .infoBlock.hasicon {
        padding-bottom: 50px;
    }

    .info_grid .infoBlock .icon {
        bottom: 25px;
        right: 25px;
    }

    .info_grid .infoBlock.newsBlock .blockTitle {
        padding: 25px;
    }
}

/*------------------------------------*\
    END DYNAMIC CONTENT
\*------------------------------------*/
/*------------------------------------*\
    RESPONSIVE XL
\*------------------------------------*/
.col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.pinched {
    padding-right: 6%;
    padding-left: 6%;
}

@media only screen and (min-width : 1390px) {
    .container {
        width: 1300px;
    }
}

@media (min-width: 1590px) {
    .container {
        width: 1460px;
    }

    .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
        float: left;
    }

    .col-xl-12 {
        width: 100%;
    }

    .col-xl-11 {
        width: 91.66666667%;
    }

    .col-xl-10 {
        width: 83.33333333%;
    }

    .col-xl-9 {
        width: 75%;
    }

    .col-xl-8 {
        width: 66.66666667%;
    }

    .col-xl-7 {
        width: 58.33333333%;
    }

    .col-xl-6 {
        width: 50%;
    }

    .col-xl-5 {
        width: 41.66666667%;
    }

    .col-xl-4 {
        width: 33.33333333%;
    }

    .col-xl-3 {
        width: 25%;
    }

    .col-xl-2 {
        width: 16.66666667%;
    }

    .col-xl-1 {
        width: 8.33333333%;
    }

    .col-xl-pull-12 {
        right: 100%;
    }

    .col-xl-pull-11 {
        right: 91.66666667%;
    }

    .col-xl-pull-10 {
        right: 83.33333333%;
    }

    .col-xl-pull-9 {
        right: 75%;
    }

    .col-xl-pull-8 {
        right: 66.66666667%;
    }

    .col-xl-pull-7 {
        right: 58.33333333%;
    }

    .col-xl-pull-6 {
        right: 50%;
    }

    .col-xl-pull-5 {
        right: 41.66666667%;
    }

    .col-xl-pull-4 {
        right: 33.33333333%;
    }

    .col-xl-pull-3 {
        right: 25%;
    }

    .col-xl-pull-2 {
        right: 16.66666667%;
    }

    .col-xl-pull-1 {
        right: 8.33333333%;
    }

    .col-xl-pull-0 {
        right: auto;
    }

    .col-xl-push-12 {
        left: 100%;
    }

    .col-xl-push-11 {
        left: 91.66666667%;
    }

    .col-xl-push-10 {
        left: 83.33333333%;
    }

    .col-xl-push-9 {
        left: 75%;
    }

    .col-xl-push-8 {
        left: 66.66666667%;
    }

    .col-xl-push-7 {
        left: 58.33333333%;
    }

    .col-xl-push-6 {
        left: 50%;
    }

    .col-xl-push-5 {
        left: 41.66666667%;
    }

    .col-xl-push-4 {
        left: 33.33333333%;
    }

    .col-xl-push-3 {
        left: 25%;
    }

    .col-xl-push-2 {
        left: 16.66666667%;
    }

    .col-xl-push-1 {
        left: 8.33333333%;
    }

    .col-xl-push-0 {
        left: auto;
    }

    .col-xl-offset-12 {
        margin-left: 100%;
    }

    .col-xl-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-xl-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-xl-offset-9 {
        margin-left: 75%;
    }

    .col-xl-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-xl-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-xl-offset-6 {
        margin-left: 50%;
    }

    .col-xl-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-xl-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-xl-offset-3 {
        margin-left: 25%;
    }

    .col-xl-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-xl-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-xl-offset-0 {
        margin-left: 0;
    }

    .visible-xl {
        display: block !important;
    }

    table.visible-xl {
        display: table;
    }

    tr.visible-xl {
        display: table-row !important;
    }

    th.visible-xl, td.visible-xl {
        display: table-cell !important;
    }

    .visible-xl-block {
        display: block !important;
    }

    .visible-xl-inline {
        display: inline !important;
    }

    .visible-xl-inline-block {
        display: inline-block !important;
    }

    .hidden-xl {
        display: none !important;
    }
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
/*==========  Non-Mobile First Method  ==========*/
@media (max-width: 1589px) {
    .logo-homepage {
        width: 360px;
    }

    .menu-main-container {
        text-align: left;
    }

    .headerIcon .mainLogo {
        max-width: 200px;
    }

    ul#menu-main-top {
        margin-top: 10px;
    }

    .headGroup {
        padding: 15px;
    }

    .topMenuSide {
        margin-top: 10px;
    }

    .menu-main-container {
        padding-left: 0px;
    }
}

@media (max-width: 1389px) {
    .topMenu .menu li a {
        padding: 10px 10px 20px 10px;
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0px;
        display: block;
        transition: all 200ms;
    }

    .logo-homepage {
        /* width: 250px; */
    }

    .logo-sticky {
        /* width: 220px; */
    }

    .wl-case-study-big-text {
        font-size: 30px;
    }

    .poi .poiTitle span.a {
        font-size: 28px;
    }
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 1199px) {
    .nothome .top-contact {
        margin-top: 15px;
    }

    .nothome ul#menu-main-top {
        margin-top: 10px;
        margin-bottom: 0px;
    }

    .mfth {
        margin-top: 100px;
    }

    .home .logo-homepage {
        display: none
    }

    .nothome .logo-innerpage {
        display: none
    }

    .fixedHeader .logo-sticky {
        display: none
    }

    .logo-mobile {
        display: block
    }

    .poi .poiTitle span.a {
        font-size: 24px;
    }

    .affiliate-links {
        white-space: nowrap;
        /* margin-top: 90px; */
        float: right;
        transform: translateY(50%);
    }

    .wl-case-study.layout-square_halved .wl-case-study-image {
        position: absolute;
        height: 100%;
    }

    .wl-case-study.layout-square_halved .wl-case-study-blurb {
        height: 100%;
    }

    .wl-case-study.layout-square_halved:after {
        content: none;
    }

    .wl-case-study.layout-wide_halved {
        height: 45vw;
    }

    .wl-case-study.layout-square_halved a.lozenge {
        border: none;
    }

    .wl-case-study.layout-square_halved a.lozenge {
        background: #fff;
        color: #043f67;
    }

    #hbpm-pager {
        display: none;
    }
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) {
    .mfth-link {
        display: block;
        margin-bottom: 20px
    }

    .news-events-item-stub > a {
        margin-bottom: 30px
    }

    .sbi_photo_wrap {
        bottom: 0px;
    }

    .mfth {
        margin-top: 50px;
    }

    .top-contact > a {
        font-size: 0;
        margin-right: 0px
    }

    .top-contact > a:before {
        font-size: 18px;
        margin-right: 5px
    }

    .top-contact > a:first-child:before {
        margin-right: 13px
    }

    #menu-side a {
        padding: 0px 30px 0px 20px;
    }

    .its {
        padding: 30px 20px 0px 20px;
        font-size: 26px;
    }

    .its:after {
        margin-top: 10px;
    }

    .warlearn-background-image {
        left: 30px;
        right: 30px;
    }

    .topMenu .menu-main-container {
        display: none;
    }

    .side-menu-container {
        /* padding: 15px; */
    }

    html #wpadminbar {
        display: none
    }

    .wrapper {
        padding: 0px;
    }

    header {
        left: 0px;
        right: 0px;
        /* border-top: 15px solid #ffffff; */
    }

    .menu-side-social-container {
        position: fixed;
        left: 0px;
        top: 50%;
        transition: opacity 300ms;
    }

    .fixedHeader .menu-side-social-container {
        opacity: 0;
    }

    #menu-side-social li, #menu-side-social a, #menu-side-social li:before {
        width: 30px;
        height: 40px;
        line-height: 40px;
        border-radius: 0 10px 10px 0;
    }

    #menu-side-social li:before {
        font-size: 14px;
    }

    .breadcrumbs > span {
        display: none
    }

    .breadcrumbs {
        font-size: 0;
    }

    h1, h1.entry-title, h2.entry-title {
        font-size: 28px;
        margin: 15px 0 10px 0;
        letter-spacing: 2px;
        font-weight: 400;
        position: relative;
        /* text-transform:uppercase; */
    }

    h2 {
        font-size: 1.3em;
    }

    h3 {
        font-size: 1.2em;
    }

    h4 {
        font-size: 1.1em;
    }

    .quote-blurb {
        border: 0;
        font-size: 21px;
        padding: 30px 20px 20px 20px;
        position: relative;
        font-style: italic;
        width: 100%;
    }

    .pinched {
        padding-right: 30px;
        padding-left: 30px;
    }

    .search-form-holder {
        /* padding: 5px; */
        /* width: auto; */
        /* left: 0; */
    }

    .searchform input#s {
        padding: 5px 10px;
        background: #eee;
        color: #043f67;
        height: 35px;
    }

    #searchSubmit {
        padding: 0 20px;
        height: 35px;
    }

    .topMenuSide {
        margin-top: 0px;
    }

    .headGroup {
        padding-bottom: 0px;
    }

    #menu-side a span {
        padding: 5px 0px;
        font-size: 16px;
    }

    .mfth, .whap {
        padding: 90px 30px 30px 30px;
    }

    .mfth-title, .weldun-title, .whap-title {
        font-size: 28px;
        letter-spacing: 1px;
        margin-bottom: 10px;
    }

    .wfus-title {
        font-size: 35px;
    }

    .newsletter {
        padding: 30px;
    }

    .newsletter-code input[type='text'] {
        padding: 15px 20px !important;
        border-radius: 0!important;
        margin-bottom: 10px!important;
        width: 100% !important;
    }

    .newsletter-code input[type='email'] {
        padding: 15px 20px !important;
        border: 1px solid #043f67 !important;
        margin-bottom: 10px !important;
        width: 100% !important;
    }

    .newsletter-code input[type='submit'], .newsletter-code button[type='submit'] {
        border-radius: 0 !important;
        margin-bottom: 10px !important;
        width: 100% !important;
    }

    .newsletter-code .wpforms-submit-container, .newsletter-code .wpforms-field {
        width: 100% !important;
    }

    .contact-address {
        border-right: none;
    }

    .useful-header {
        margin-top: 40px;
    }

    .contact-useful {
        padding: 40px 0 50px 0;
    }

    .footer-social {
        float: none;
        margin-top: 30px
    }

    ul#menu-useful-links {
        display: block;
    }

    ul#menu-useful-links > li:first-child {
        padding-right: 0px;
        border-right: none;
    }

    ul#menu-useful-links > li:last-child {
        padding-left: 0px;
    }

    .copyright.container {
        font-size: 14px;
        text-align: center;
    }

    .col-sm-6.copyright-right {
        text-align: center;
    }

    .home-banner-words {
        bottom: 20px;
    }

    .destinations .scms-carousel .owl-item img {
        padding: 10px 10px;
    }

    .owl-nav {
        display: none
    }

    .hbpm-blurb {
        bottom: unset;
        right: unset;
        top: 10%;
        left: 5%;
    }

    .hbpm-link {
        right: 5%;
    }

    .hbpm-title {
        font-size: 30px;
    }

    .contact-line-2, .destinations-line-2, .testimonials-line-2, .whap-line-2, .news-events-line-2 {
        font-size: 30px;
    }

    .neim-title {
        font-size: 30px;
    }

    .news-events-item-stub-line-2 {
        font-size: 24px;
    }

    .testimonials-quote {
        font-size: 22px;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
    .top-contact {
        margin-top: 20px;
    }

    .nothome .top-contact {
        margin-top: 20px;
    }

    .home .logo-mobile {
        margin: 20px 0 10px 0;
    }

    .fixedHeader .logo-mobile {
        margin: 20px 0 10px 0;
    }

    .mfth-image-holder, .neim-image-holder {
        position: relative;
        width: 100%;
        padding: 0 15px;
    }

    .mfth-image, .neim-image {
        position: relative;
        padding-top: 100%;
        left: 0;
    }

    .neim-blurb, .mfth-blurb {
        margin-left: 0%;
        width: 100%;
        padding: 20px 15px 10px 15px;
    }

    .copyright-right {
        text-align: center;
    }

    .mfth {
        margin-top: 20px;
        padding-top: 10px;
    }

    .wl-case-study {
        height: 100vw;
    }

    .wl-case-study.layout-square {
        width: 100%;
    }

    .wl-case-study.layout-square_halved {
        width: 100%;
    }

    .wl-case-study.layout-wide_halved {
        height: 100vw;
    }

    .wl-case-study.layout-wide_halved {
        width: 100%;
    }

    .wl-case-study.layout-wide_halved .wl-case-study-image {
        position: absolute;
        width: 100%;
    }

    .wl-case-study.layout-wide_halved .wl-case-study-blurb {
        width: 100%;
    }

    .wl-case-study.layout-wide_halved:after {
        content: none;
    }

    .wl-case-study.layout-wide_halved.flipped {
        flex-direction: column;
    }

    .wl-case-study.layout-wide_halved a.lozenge {
        background: #fff;
        color: #043f67;
        border: none;
    }

    .wl-case-study-big-text {
        font-size: 24px;
    }

    .middle-buttons > a {
        display: block;
        margin-bottom: 20px
    }

    .topMenuSide {
        margin-top: 10px;
    }

    .topMenuSide .menu li {
        width: 22px;
        height: 22px;
        margin-right: 2px;
    }

    .topMenuSide .menu li:before {
        font-size: 15px;
        width: 22px;
        height: 22px;
        line-height: 22px;
    }

    .topMenuSide .menu li.fa-user-friends {
        margin: 0px 2px;
    }

    .topMenuSide .menu li.fa-facebook-f {
        margin: 0px -2px;
    }

    .headerRight {
        text-align: left;
        transform-origin: left
    }

    .sbi_photo_wrap {
        bottom: 0px;
    }
}

/* Extra Small Devices, Phones */

@media(max-width:479px){

    .home-banner .bannerBG:before {
        padding-top: 150%;
    }

    div#videoWrap {
        display: none;
    }

    .bannerBG {
        /*background-position: center;*/
        background-position: -420px;
    }

}



/* Custom, iPhone Retina */
@media only screen and (max-width : 319px) {
}

@media (min-width: 768px) {
    .container {
        width: 710px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 930px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1130px;
    }
}

@media (min-width: 1390px) {
    .container {
        width: 1260px;
    }
}

@media (min-width: 1590px) {
    .container {
        width: 1460px;
    }
}

.calendar-mob {
    display;block; }

.calendar-desktop {
    display;none; }

@media (min-width: 992px) {
    .calendar-mob {
        display;
        none; }

    .calendar-desktop {
        display;block; }
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a, a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: "";
    }

    abbr[title]:after {
        content: "";
    }

    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
        content: "";
    }

    pre,blockquote {
        border: 1px solid #999;
    }
}

/* tribe events */
button.tribe-common-c-btn {
    background-color: #043f67!important;
    border-radius: 0!important;
}

.tribe-events-cal-links .tribe-events-gcal, .tribe-events-cal-links .tribe-events-ical, .tribe-events-event-meta a, .tribe-events-event-meta a:visited, .tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date, .tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date-link {
    color: #043f67!important;
    font-weight: 700;
}

.tribe-common .tribe-common-c-svgicon, .tribe-events-back a, .tribe-events-back a:visited, .tribe-events-single-event-title, .tribe-common a, .tribe-common a:active, .tribe-common a:focus, .tribe-common a:hover, .tribe-common a:visited, .tribe-common .tribe-common-h5, .tribe-common .tribe-common-h6 {
    color: #043f67!important;
}

.tribe-events .tribe-events-c-ical__link, .tribe-common .tribe-common-c-btn-border {
    color: #043f67!important;
    border-color: #043f67!important;
}

.tribe-events .tribe-events-calendar-month__day-cell--selected, .tribe-events .tribe-events-calendar-month__day-cell--selected:focus, .tribe-events .tribe-events-calendar-month__day-cell--selected:hover, .tribe-events .tribe-events-calendar-month__mobile-events-icon--event {
    background-color: #cb262c!important;
}

.tribe-common .tribe-common-anchor-thin-alt {
    border-bottom: none!important;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-1-container, .tribe-events .tribe-events-1-container {
    padding-top: 0px!important;
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-l-container {
    padding-top: 20px;
    padding-left: 0px;
    padding-right: 0px;
}

.tribe-events ul li:before, .tribe-events-pg-template ul li:before {
    content: none;
}

.post-type-archive-tribe_events .tribe-events header {
    box-shadow: none;
    top:unset;
    left: unset;
    right: unset;
    position: relative;
    z-index: 99;
}

@media (max-width: 767px) {
#tribe-events-view-selector-content {
    margin-top: 20px;
}
}

/* modified alert */


#notice .row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}

.noticeText .col {
    flex: 1 0 0%;
}



.popupAlert {

max-width:100%;
width:700px;

}



.noticeBody {

width:100%;

padding:0 2.5%;

text-align: center;

}

.popupAlert .popupImg {
    padding: 10px 5px;
    margin: auto;
    width: unset;
    float: none;
}

.popupAlert .popupImg img {

width:100%

}

.popupAlert .noticeText {

padding:10px 5px;  

width:100%;

float:none;

}

.popupAlert .noticeText *{

max-width:100%;

}

.popupAlert .noticeText .popTitle{

  margin: 0px 0 20px;

}

/* St Hilda's */
