/*
	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-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: #92B41E; 
  font-weight: bold; 
  display: inline-block; 
	width: 0.9em;
    line-height: 0.8em;
    font-size: 1.4em;
    margin-left: -1em;
  vertical-align:text-top;
	font-family:sans-serif;
}


.bodyContent .wpforms-form ul li:before {
  content: none; 
}



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

@media (min-width:992px){
.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 {
	max-height: 100vh;
	min-height:480px;
	overflow:hidden;
}
.home-banner #videoBg {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	object-fit:cover;
}
.home-banner:before {
	content:'';
	display:block;
	width:100%;
	padding-top:150%
}
.page-banner {
	max-height: 540vh;
	min-height:450px;
	overflow:hidden;
}
.page-banner:before {
	content:'';
	display:block;
	width:100%;
	padding-top:33.33%;
}    
.page-banner #hero,
.home-banner #hero {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.home-banner .bannerBG {
    width: 100%;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
	background-image: url(http://sthild99.vm001.innermedia.co.uk/wp-content/uploads/2019/08/original-DSC00536-1560x940.jpg);
}
.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: 0px;
}

.news-events-item-stub > a {
    background: #ebe8e1;
	color:#747475;
    display: block;
    padding: 30px 26px;
}

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

.news-events-item-stub-line-1 {
    text-transform: uppercase;
    color: #92B41E;
    letter-spacing: 4px;
    font-size: 14px;
	font-weight:600;
}

.news-events-item-stub-line-2 {
    margin-bottom: 20px;
    position: relative;
    color: #000;
    font-size: 36px;
    margin-top: 15px;
	font-weight: 700;
    line-height: 36px;
}

.news-events-item-stub-text {
    color: #171717;
    line-height: 36px;
    font-size: 20px;
    letter-spacing: 0;
    font-weight: 600;
}

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

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

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

.news-events-category-parents {
    text-align: center;
    color: #020100;
    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: #020100
}

.news-events-category-parents span:after {
    content: "";
    border-left: 1px solid #020100;
    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: 600;
    line-height: 1.8em;
}
.mfth-links, .neim-links {
    margin: 40px 0 0px -15px;
}



@media (min-width:992px){
	.mfth-links {
		display:flex;
		flex-wrap:wrap;
		margin: 40px 0 0px -8px;
	}
	.mfth-links .mfth-link{
		flex:0 0 auto;
		width:33.333%;
		padding:0 8px 10px;
		min-width: 201px;
	}
	.mfth-links .mfth-link .lozenge{
		margin:0;
		padding: 10px 5px;
		text-align:center;
		width:100%;
	}
    .page-banner {        
        min-height:300px;        
    }
    
}

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

.neim-blurb {
    margin-left: 41.66666667%;
    width: 58.33333333%;
    padding: 67px 15px 10px 25px;
}

.mfth-image, .neim-image {
    display: block;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    bottom: 0px;
    left: 15px;
    right: 15px;
}
.mfth-image img{
	position:absolute;
	top:0;
	left:0;
	position:absolute;
	width:100%;
	height:100%;
	object-fit:cover;
}
.mfth {
    position: relative;
}

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

.neim:hover {
    text-decoration: none;
    background: #eee
}
.home-banner-page-middle .cycle-slideshow {
	position:relative;
	overflow:hidden;	
}
.home-banner-page-middle .slide {
	position:relative;
}
.home-banner-page-middle .slide, .home-banner-page-middle .slideImage img {
    width: 100%;
}
.home-banner-page-middle .slideImage img {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	object-fit:cover;
}
.home-banner-page-middle .slideImage {
    height: 0;
    overflow: hidden;
    padding-top: 45%;
    background-size: cover;
    width: 100%;
	min-height:240px;
}
.home-banner-page-middle .slideImage:after {
	content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.25);
}

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

.hbpm-title {
    color: #fff;
    font-size: 52px;
    line-height: 52px;
    margin-top: 10px;
	font-weight:700;
    font-style: normal;
    position: relative;
    padding-left: 26px;
}

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

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

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

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

#hbpm-pager > span {
    margin-right: 15px;
    opacity:1;
    cursor:pointer;
	font-size:0;
    display: inline-block;
}
#hbpm-pager > span:before {
	content:'';
	display:block;
	width:12px;
	height:12px;
	background:#fff;
	border-radius:50%;
}
#hbpm-pager > span.cycle-pager-active:before {
	background:#928b81;
}

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-size: 36px;
    line-height: 48px;
    font-style: italic;
    max-width: 1000px;
    margin: auto;
}

.testimonials-quote p {
    margin-bottom: 20px;
}

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

.testimonials-cite {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 14px;
    margin: auto;
}

.top-contact {
    float: right;
    color: #fff;
    margin-top: 72px;
    transition: all 300ms;
    position: relative;
	height:30px;
}
.top-contact > * {
	vertical-align:middle;
}
.nothome .top-contact {
    margin-top: 10px;
    margin-top: 46px;
}

.fixedHeader .top-contact, .fixedHeader .nothome .top-contact {
    margin-top: 10px;
    margin-top: 30px;
    margin-top: 46px;
}

.top-contact .parentDropdown {
	display: inline-block;
	color: #fff;
	position:relative;
    margin-right: 20px;
}
.top-contact .parentDropdown .toggle{
	display:inline-block;
	color:#a6a6a6;
	position:relative;
	padding-right:10px;
	cursor:pointer;
    font-weight: 500;
}
body.home .top-contact .parentDropdown .toggle {
	color:#fff;
}
body.home.fixedHeader .top-contact .parentDropdown .toggle,
body.home.menuopen .top-contact .parentDropdown .toggle {
	color:#a6a6a6;	
}

.top-contact .parentDropdown .toggle i{
	margin-left:5px;
	font-size:16px;
}
.top-contact .parentDropdown .toggle:after{
	content:'';
	display:block;
	position:absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 4.5px 0 4.5px;
	border-color: #c39f1c transparent transparent transparent;
	top:7px;
	right:0;
}

.top-contact .parentDropdown .parentPortalMenu{
	position: absolute;
    top: 100%;
    margin-top: 20px;
    left: -30px;
    display: none;
    opacity: 0;
    background: #f6f6f6;
    line-height: 1.4;
    pointer-events: none;
    min-width: 200px;
    transform: translateX(-9999px);
    transition: opacity 300ms 0ms, transform 0ms 300ms, margin-top 300ms 0ms;
    padding: 20px 0;
	z-index:10;
}
.top-contact .parentDropdown.open .parentPortalMenu{
	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;
}
.top-contact .parentDropdown .parentPortalMenu ul{
	list-style:none;
	padding:0;
	margin:0;
}
.top-contact .parentDropdown .parentPortalMenu li{
	white-space:nowrap;
}
.top-contact .parentDropdown .parentPortalMenu a{
	padding: 0px 30px;
    line-height: 1em;
    font-size: 14px;
	font-weight:500;
    color: #020100;
	display:block;
	text-transform:uppercase;
}
.top-contact .parentDropdown .parentPortalMenu a:hover{
	color:#f37042;
}
.top-contact .parentDropdown .parentPortalMenu a span {
    padding: 12px 0px;
    display: block;
    border-bottom: solid 1px #c5c5c5;
}
.top-contact > a {
    display: inline-block;
    color: #fff;
    margin-right: 50px;
    margin-right: 20px;
}

.fixedHeader .top-contact > a, .nothome .top-contact > a, .nothome .top-contact > a:hover, body.menuopen .top-contact > a {
    color: #f37042;
}
.fixedHeader .top-contact .parentDropdown , .nothome .top-contact .parentDropdown{	
    color: #f37042;
}
.top-contact > a:hover {
    color: #fff;
    text-decoration: none;
}

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

.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: #92B41E;
}

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

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

.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;
}
.top-contact-social li.fa-facebook-f:before {
	content: "\f39e";
}
.fixedHeader .top-contact-social li:before, .nothome .top-contact-social li:before,  body.menuopen .top-contact-social li:before {
    color: #92B41E;
}

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

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

.contact-details {
    padding: 100px 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: #92B41E;
    letter-spacing: 4px;
	font-weight: 600;
    font-size: 20px;
}

.contact-line-2, .destinations-line-2, .testimonials-line-2, .whap-line-2, .news-events-line-2 {
    text-align: center;
    color: #000000;
    font-size: 48px;
    margin-top: 5px;
	font-weight: 700;
}
/*
.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: #f37042;
    margin: 10px auto;
}*/

.news-events-line-2:after {
    margin: 5px auto 53px;
}

.testimonials {
    color: #fff;
    background-color: #f37042;
    padding: 110px 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:400;
    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:400;
    transition: all 300ms;
}

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

.testimonials-line-2:after {
    background: #92B41E;
    width: 38px;
}

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

.contact-phone {
    margin-top: 40px;
    font-size: 20px;
    font-weight: 600;
}

.contact-email {
    margin-bottom: 40px;
    font-size: 20px;
    font-weight: 600;
}

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

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

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

.copyright-right a {
    color: #92B41E!important;
    font-size: 14px;
    text-decoration: none;
}
.copyright.container > .row > * {
	margin-bottom:10px;
}
.copyright-middle ul {
    list-style: none;
    padding: 0;
    margin: 0 -5px;
    text-align: center;
    font-size: 14px;
}

.copyright-middle ul li {
    display: inline-block;
    padding: 0 7px 0px;
	margin-bottom:7px;
}

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

.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;
}
.headerIcon {
	width:200px;
	position:relative;
    vertical-align: top;
}
.logo-homepage {
    display: none;
    /* margin-right: 15px; */
    margin-top: 00px;
	position:absolute;
	left:50%;
	transform:translateX(-50%);
}

.home .logo-homepage {
    display: block;
    width: 150px;
    width: 200px;
    margin-top: 86px;
}

.fixedHeader.home .logo-homepage {
    display: none;
    margin-top: 0px;
}

.logo-innerpage {
    display: none
}

.nothome .logo-innerpage {
    display: block;
    margin-top: 5px;
    margin-top: 10px;
    max-height: 80px;
    max-height: 130px;
    opacity: 1;
    transition: opacity 300ms;
}

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

.logo-sticky {
    /* display: none; */
    display: none;
    opacity: 1;
    margin-bottom: 0px;
    margin-top: 5px;
    margin-top: 10px;
    max-height: 80px;
    max-height: 130px;
}

.fixedHeader .logo-sticky {
    display: block;
    
}

.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;
    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: 20px;
    text-transform: uppercase;
	font-weight:600;
    /* margin-bottom: 25px; */
    position: relative;
    /* text-align: center; */
    text-transform: uppercase;
    color: #92B41E;
    letter-spacing: 4px;
}

.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 {
    margin-bottom: 20px;
    position: relative;
    color: #000000;
    font-size: 48px;
    margin-top: 15px;
    line-height: 1em;
	font-weight: 700;
}

.neim-title {
    font-size: 36px;
    letter-spacing: 0px;
    margin-bottom: 40px;
}
/*
.mfth-title:after, .neim-title:after {
    content: "";
    display: block;
    width: 50px;
    height: 3px;
    background: #f37042;
    margin: 16px 0;
}

.neim-title:after {
    margin: 18px 0 16px;
}*/


.warlearn-text, .weldun-text, .whap-text, .neim-text {
    font-size: 20px;
    letter-spacing: 0px;
    font-weight:600;
    color: #171717;
    margin: 0 auto 20px auto;
    position: relative;
    max-width: 1000px;
    line-height: 36px;
}

.news-events-item-text p {
    margin-bottom: 0;
}

.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;
	font-weight:500;
    color: #92B41E;
    margin-bottom: 25px;
    padding-bottom: 25px;
    position: relative;
    margin-top: 40px;
}

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

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

.middle-buttons {
    text-align: center;
    padding-top: 91px;
    padding-bottom: 100px;
    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: #92B41E;
    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;
    font-size: 18px;
    font-weight:500;
    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: #92B41E;
}

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

.lozenge {
    background: #92B41E;
    color: #fff;
    padding: 9px 30px;
    display: inline-block;
    /* border-radius: 1000px; */
    margin: 0 15px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 14px;
    transition: all 200ms;
    overflow: hidden;
    position: relative;
    z-index: 1;
    min-width: 202px;
}

.home-banner-page-middle .lozenge {
    background: #92B41E;
}

.lozenge:after {
    content: "";
    position: absolute;
    background: rgba(255, 255, 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(255, 255, 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: #92B41E;
    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 #92B41E
}

.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: #f37042;
    padding: 60px 0;
    margin: 0 0px;
}

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

.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: #92B41E;
    padding: 40px 40px;
    color: #fff;
    font-size: 20px;
    font-weight:400;
}

.smblock-inner-3 {
    background: #92B41E;
}

.smblock-inner-4 {
    background: #92B41E;
    padding: 40px 40px;
    color: #fff;
    font-size: 20px;
    font-weight:400;
}

.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: #92B41E;
    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 #92B41E !important;
    background: #ffffff !important;
    color: #92B41E !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 #92B41E !important;
    border-width: 1px 0 !important;
    background: #ffffff !important;
    color: #92B41E !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 #92B41E !important;
    background: #92B41E !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
}
.mstlk {
	margin: 57px 0px -30px;
	display:flex;
	flex-wrap:wrap;
    justify-content: center;
}
.mstlk .mstlkItem {
	padding:0 35px 20px
}
.mstlk .mstlkItem img{
	width:auto;
	object-fit:contain;
}
.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:#92B41E; */
    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: 20px;
    color: #171717;
    font-weight: 600;
}

.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 60px 15px;
	color:#92B41E;
    font-size: 14px;
    font-weight: 500;
}
.copyright a{
	color:#92B41E;
}
.col-sm-6.copyright-right {
    text-align: right;
}

body {
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    color: #171717;
    margin: auto;
    overflow-x: hidden;
}
/* clear */
.clear:before, .clear:after {
    content: ' ';
    display: table;
}

.clear:after {
    clear: both;
}

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

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

a:hover {
    color: #171717;
}

a:focus {
    text-decoration: none;
}

h1,h2,h3 {
    color: #000000;
    font-weight: 600;
}

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

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

button:focus {
    outline: 0;
}

p {
    margin-bottom: 1em;
}

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


.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: 30px 0 30px 0;
    letter-spacing: 2px;
    font-weight:500;
    position: relative;
    /* text-transform:uppercase; */
    color: #000;
    font-size: 43px;
	font-weight:600;
}
/*
h1:after {
    content: "";
    display: block;
    width: 50px;
    height: 3px;
    background: #f37042;
    margin: 10px 0;
}*/
/*
.bodytext h2:after {
    content: "";
    display: block;
    width: 50px;
    height: 3px;
    background: #f37042;
    margin: 10px auto;
}*/
.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: #92B41E;
    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: #171717;
    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.4em;
    margin-top: 1.1em;
    font-weight:500;
    margin-bottom: 10px;
}

h1 a, h2 a, h3 a {
    text-decoration: underline;
    color: #92B41E
}

blockquote {
    border: 0;
    /*border-top: solid 1px #bfbfbf;*/
    color: #f37042;
	font-size: 25px;
    font-style: italic;
    padding: 1em 0em 1em 0em;
    position: relative;
    /* text-align:center; */
    background: transparent;
	margin-bottom:1em;
    /*margin: 3em 0;*/
	font-weight:500;
	
}
blockquote:before {
	content:'';
	display:block;
	width:38px;
	height:2px;
	margin:10px auto 20px;
	background:#92B41E;
}

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

.linkbutton > a, a > .linkbutton, a.linkbutton, a.document-link {
	text-transform: uppercase;
    position: relative;
    display: inline-block;
    width: 100%;
	max-width:400px;
    padding: 10px 45px 10px 20px;
    margin: 0 auto 10px auto;
    transition: all 150ms;
    color: #fff;
    background: #92B41E;
    border: 2px solid #92B41E;
    /* border-radius: 20px; */
    font-size: 14px;
    letter-spacing: 2px;
	font-weight:500;
}

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

.linkbutton > a:hover, a > .linkbutton:hover, a.linkbutton:hover, a.document-link:hover {
    text-decoration: none;
    background: #f37042;
    color: #fff;
    border: 2px solid #f37042;
    /* 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;
}
.linkbutton > a:after, a > .linkbutton:after, a.linkbutton:after {
    content: '\f0c1';
    display: block;
	width: 21px;
    height: 27px;
    position: absolute;
    right: 20px;
    top: 7px;
    font-size: 19px;
    transform: scaleX(1.2) rotate(0deg);
    opacity: 0.9;
    font-family: 'Font Awesome 5 Free';
	font-weight:900;
}

.quicklink > a, a > .quicklink, a.quicklink, .readmore {
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    margin: 0 auto 10px auto;
	padding:10px 20px;
    transition: all 300ms;
    color: #fff;
    background: #92B41E;
    font-size: 14px;
    letter-spacing: 0.2em;
	font-weight:500;
}

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


.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%;
	height: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.25);
    z-index: 111;
}
/*
.home-banner:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
	height:25%;
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%); 
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%);
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%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); 
    z-index: 111;
}*/

.home-banner #hero: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+80 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 80%, 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) 80%,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) 80%,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: 111;
}

.home-banner-words {
    position: absolute;
    display: block;
    color: #fff;
    text-transform: uppercase;
    bottom: 40px;
    left: 0%;
    width:100%;
	text-align:center;
    padding: 20px 30px;
    z-index: 112;
    font-size: 20px;
	letter-spacing: 3px;
    /* background:radial-gradient(rgba(0,0,0,0.65) 0% , rgba(0,0,0,0) 65%); */
    text-shadow: 0 0 30px #000,0 0 50px #000, 0 0 70px #000, 0 0 90px #000, 0 0 110px #000;
}
.home-banner-words .container{
	max-width: 1140px;
}
.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;
}


.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:400;
}

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

#hero .slideImage {
    width: 100%;
    height: 100%;
}

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

#hero .slideImage img {
    width: 100%;
	height:100%;
	object-fit:cover;
	object-position:top;
	
}
@media (min-width:768px){
	.home-banner:before {
		padding-top:60.2%
	}
    #hero .slideImage img {
        object-position:center;
        
    }
}
/* 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;
	text-transform:uppercase;
    letter-spacing: 0.15em;
    /* text-transform:uppercase; */
    padding-top: 5px;
    min-height: 45px;
    color: #92B41E;
}

.breadcrumbsInner {
    float: left;
    max-width: 80%;
}

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

.breadcrumbs a {
    color: #92B41E;
}

.breadcrumbs > span {
    margin: 0 5px;
    color: #92B41E;
}

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

.breadcrumbs span > span {
    color: #92B41E;
}

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

.breadcrumbs .share .addtoany_list a {
    display: inline-block;
    vertical-align: middle;
}

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

.breadcrumbs .share .addtoany_shortcode a:before {
    content: 'Share';
	font-size:14px;
	letter-spacing:1.5px;
	text-transform:uppercase;
    display: inline-block;
    vertical-align: middle;
    color: #92B41E;	
    line-height: 16px;
    padding-right: 5px;
    margin-top: -3px;
    vertical-align: middle;
}

.searchform label {
    display: none;
}

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

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

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

.sidebar #searchSubmit {
    top: 3px;
}

.searchform input.searchInput:focus {
    outline: 0;
}

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

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


@media (min-width: 1200px) {
	
	.breadcrumbs {	
		font-size:14px;
	}	
	.breadcrumbs .share .addtoany_shortcode a:before {
		content:'Share';
		font-size:14px;
	}
}

@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,
.fancybox-slide .popupAlert {
    font-size: 20px;
    max-width: 100%;
    width: 820px;
	padding:44px 20px;
}
.popupAlert .header {
	font-size: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 500;
    /* margin-bottom: 25px; */
    position: relative;
    /* text-align: center; */
    text-transform: uppercase;
    color: #92B41E;
    letter-spacing: 2px;
    font-size: 16px;
	text-align:center;
}

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

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

.popupAlert .popupImg img {
    width: 100%
}

.popupAlert .noticeText {
    padding: 0px 0px;
    width: 100%;
    float: none;
	font-size:20px;
	text-align:center;
}

.featimg .noticeText {
    width: 48%;
    float: left;
}
.featimg .noticeText p {
	margin-bottom:1.5em;
}
.popupAlert .noticeText * {
    max-width: 100%;
}

.popupAlert .noticeText .popTitle {
    margin-bottom: 20px;
    position: relative;
    color: #020100;
    font-size: 47px;
    margin-top: 5px;
    font-family: "Roboto", sans-serif;
    line-height: 1em;
    font-weight: 500;
	text-align:center;
}
.popupAlert .noticeText .popTitle:after {
	content: "";
    display: block;
    width: 50px;
    height: 3px;
    background: #f37042;
    margin: 10px auto;
}
/*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: 2px;
    margin-bottom: 0px;
}

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

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

.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-weight: 500;
    display: block;
    transition: all 200ms;
	letter-spacing: 3px;
}

.topMenu .menu .sub-menu li a {
    padding: 0px 30px;
    line-height: 1em;
    font-size: 14px;
	color:#020100;
    font-weight: 600;
}
.topMenu .menu .sub-menu li a span{
	display:block;
	padding: 12px 0px;
    display: block;
    border-bottom: solid 1px #c5c5c5;
}
.topMenu .menu .sub-menu li:last-child a span{
	border-bottom-color:transparent;
}
.topMenu .menu li a {
    line-height: 1.3em;
    color: #fff;
    position: relative;
}
.fixedHeader .topMenu .menu > li > a, .nothome .topMenu .menu > li > a {
    color: #020100;
}
.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:hover > a,
.topMenu .menu li a:hover {
	color:#f37042;
}
.topMenu .menu li:hover > a:after,
.topMenu .menu li a:hover:after {
    background: #f37042;
}



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

.topMenu .menu ul.sub-menu a:hover {
    color:#f37042;
}

.topMenu .menu .sub-menu {
    position: absolute;
    top: 100%;
    margin-top: 20px;
    left: -30px;
    /* display:none; */
    opacity: 0;
    background: #f6f6f6;
    line-height: 1.4;
    pointer-events: none;
    min-width: 350px;
    transform: translateX(-9999px);
    transition: opacity 300ms 0ms, transform 0ms 300ms, margin-top 300ms 0ms;
	padding:20px 0;
}
.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;
	position:relative;
	z-index:5;
}

.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:#92B41E; */
    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: #92B41E;
    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: #92B41E;
    padding: 1px;
    width: 300px;
    right: 0;
    top: 100%;
    z-index: 10;
    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.searchInput {
    transition: 300ms;
    background: transparent;
}

.searchToggle .searchform.openSearch input.searchInput {
}

.searchform.openSearch {
    width: 250px;
}

.searchToggle .searchform.openSearch input.searchInput {
    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; */
		max-width:calc(100% - 200px);
    }

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

    .topMenu .menu li {
    }
	.fixedHeader .headerIcon {
    	width:unset;
	}
}

@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,
body.menuopen .menu-toggle span {
    background-color: #f37042;
}

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

.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: #f6f6f6;
    top: 100px;
    margin-top: 0px;
    padding: 20px 20px;
    z-index: 9999;
    right: 0;
    bottom: 0;
    width: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    font-size: 1.2em;
    z-index: 99999999;
}

body.menuopen #navbar {
    /* right:0; */
    /* z-index: 99999999; */
    transform: translateX(0%);
}

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;
    font-size: 14px;
    font-weight: 500;
}

#menu-main li {
    position: relative;	
    text-transform: uppercase;
    letter-spacing: 2px;
}

#menu-main li a {
    display: block;
    color: #000;
    line-height: 1.35;
    position: relative;
    padding: 0px 20px 0px 20px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.3);
}
#menu-main li a span{
    padding: 14px 0px;
    display: block;
    border-bottom: solid 1px #c5c5c5;
}
#menu-main li.menu-item-has-children > a span {
	padding-right:20px;
}
#menu-main li.current-menu-item > a {
    color:#f37042;
}

#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);
	padding-left:10px;
}

#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: 5px;
    height: 40px;
    width: 40px;
    /* background: #333; */
    overflow: hidden;
}

@media (min-width: 1200px) {

}

#menu-main li.menu-item-has-children > .arrow:after {
    position: absolute;
    content: '';
    display: block;
    width: 40px;
    height: 40px;
	text-align:center;
	line-height:40px;
	font-size:16px;
	content:'\f054';
	font-family:"Font Awesome 5 Free";
    font-weight: 900;
    transition: 300ms;
    background-position: center;
	color:#f37042;
}

#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;
}
#navbar .top-contact {
	font-size:16px;
	display:none;
}
@media (min-width: 600px) {
    #navbar {
       padding: 20px 20px;
	   max-width:400px;
    }

    #menu-main li a {
       
    }
}
@media (max-width:991.5px){
	#site-header {
		height:100px;
		height:150px;
	}
	body.menuopen #site-header {
		border-top: 0px solid #ffffff;
		background: #fff;
		height: 100px;
		z-index:600;
	}
	.top-contact {
		margin-top: 10px;
	}
	#navbar .top-contact {
		font-size:16px;
	}
}
@media (max-width:767.5px){
	#site-header .topMenu {
		margin-top:24px;
		margin-top:54px;
	}
	#site-header .top-contact {
		display:none;
	}
	#navbar .top-contact {
		display:block;
	}
}
/*------------------------------------*\ 
    FOOTER
\*------------------------------------*/
footer {
    line-height: 1.5;
}

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

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

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

footer h3 {
    margin-top: 60px;
}

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

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

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

.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: #92B41E;
}

#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: #f6f6f6;
    padding: 30px 0px 40px 0px;
    margin-bottom: 25px;
}

.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: #020100;
    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: 12px 0px;
    display: block;
	border-bottom:solid 1px #c5c5c5;
}
#menu-side .sub-menu li:last-child > a span {
	border-bottom-color:transparent;
}
/*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: #f37042;
    /* text-transform: uppercase; */
    /* letter-spacing: 1px; */
    /* font-size: 16px; */
}

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

#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: #f37042;
}

#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: #92B41E !important;
    border: 1px solid #92B41E !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: #f6f6f6;
    padding: 30px 40px 40px;
    margin-bottom: 40px;
}

.sidebarSec a {
    color: #020100;

}


.sidebarSec a:hover {
    color: #f37042;
	text-decoration:none;
}


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

.sidebarSec ul li {
    padding: 10px 0px;
    display: block;
    border-bottom: solid 1px #c5c5c5;
}

.its {
    font-size: 30px;
    color: #000;
    padding: 60px 40px 0px 40px;
    background: #f6f6f6;
    font-family: "Roboto", sans-serif;
	font-weight:500;
}

.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: #92B41E;
}

@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: 35px;
    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;
	height:90px;
    height: 150px;
}

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

.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: #92B41E;
}

.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: #92B41E;
}

.contactDetails .tab.active {
    background: #92B41E;
    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: 20px;
    margin-bottom: 20px;
}

@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/divider-logo.png);
    background-position: center center;
    /* background-size: contain; */
    height: 80px;
    width: 80px;
    padding: 0 30px;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -40px;
    background-repeat: no-repeat;
    position: absolute;
    background-color: #fff;
}

.dividerb {
    clear: both;
    width: 100%;
    height: 80px;
    background-image: url(images/logo.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: 12px 55px 15px 12px;
    background: #92B41E;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
}

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

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

.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;
    transform: rotate(90deg);
}

.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: #92B41E; */
}

/* 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 {
    color:#f37042;
}

.owl-dots span {
	width:10px;
	height:10px;
	display:inline-block;
	background:#999;
	border-radius:50%;
}
.owl-nav {
	position:relative;
}
.owl-nav .owl-prev{
	position:absolute;
	left:0;
	top:0;
}
.owl-nav .owl-next{
	position:absolute;
	right:0;
	top:0
}
.owl-dots {
	padding-left:10px;
	padding-right:10px;
	text-align:center;
}
.owl-dots .owl-dot {
	display:inline-block;
	margin:0 2px;
	opacity:0.8;
}
.owl-dots .owl-dot.active {
	opacity:1;
}
/******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;
}

.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%;
}
.dynamicContent.dynamic-quote {
	margin-top:0;
}
.quotes-holder {
    /* 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;
}

blockquote.quote-blurb {
    margin-bottom:0;
}

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

.quote-text {
    position: relative;
}

.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******/


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

.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;
    color: #92B41E;
    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;
    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: #92B41E;
    display: inline-block;
    padding: 12px;
    letter-spacing: 2px;
    transition: 300ms;
    /* border-radius: 30px; */
}

.callout a.readmore:hover {
    background: #fff;
    color: #92B41E;
    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; */
	margin-bottom:-30px;
}

.pois .col-xs-6 {
   
}

.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: #f37042;
    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: 84%;
}
.poiImage:after {
	content:'';
	display:block;
	position:absolute;
	width:100%;
	height:50%;
	bottom:0;
	left:0;
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%);
}
.home .poiImage:before {
    padding-top: 84%;
}

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

.poiImage >img,
.poiImageBG >img {
    width:100%;
	height:100%;
	object-fit:cover;
	position:absolute;
	top:0;
	left:0;
}

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

.poi .poiTitle {
    display: inline-block;
	font-weight:500;
    line-height: 1.3;
    /* text-align: center; */
}

.poi .textOnlyBlock {
}

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

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

.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 .textOnlyBlock .poiTitle span.a:before {
    top: auto;
    bottom: 0;
}
.poi .textOnlyBlock .poiTitle span.a:after {
	content:'';
	display: block;
    width: 20px;
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -10px;
}
.poi .textOnlyBlock .poiTitle span.a {
    margin: 0 0 10px;
}

.textOnlyBlock {
    padding: 10px 30px;
    transition: 300ms;
}

.textOnlyBlock .poiText {
    display: block;
    text-align: center;
}
.textOnlyBlock .poiText .readmore{
	width:200px;
	max-width:100%;
	text-align:center;
	margin-top:20px;
	margin-bottom:0;
	display:block;
}
.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%;
	z-index:5;
    /* 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: #92B41E;
}

.poi.style2 {
    background: #171717;
}

.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:500;
    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: #171717;
    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: #92B41E;
    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: #92B41E;
}

.info_grid .style2 .infoBlock, .info_grid .style1 a.infoBlock:hover {
    background: #171717;
}

.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: 35px;
    }

    .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;
        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: 25px;
    }
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 1199px) {
    .nothome .top-contact {
        margin-top: 10px;
    }


    .mfth {
        margin-top: 100px;
    }

    .home .logo-homepage {
        display: none
    }

    .nothome .logo-innerpage {
        display: none
    }
	.headerIcon {
		width:200px;
	}
	.logo-sticky {
        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: #92B41E;
    }

    #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;
    }


    #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; */
		display:none;
    }

    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:500;
        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.searchInput {
        padding: 5px 10px;
        background: #eee;
        color: #92B41E;
        height: 35px;
    }

    #searchSubmit {
        padding: 0 20px;
        height: 35px;
    }

    .topMenuSide {
        margin-top: 0px;
    }

    .headGroup {
        padding-bottom: 0px;
    }

    .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 #92B41E !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;
    }
	.contact-line-1,
	.contact-line-2{
		
	}
	.contact-line-2:after {

	}
    .copyright.container {
        font-size: 14px;
		line-height:1.6;
        text-align: center;
    }
	.copyright-middle ul {
        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%;
        bottom: 10%;
    }

    .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: 24px;
        line-height: 32px;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
    .top-contact {
        margin-top: 10px;
    }

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

    .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 25px 10px 25px;
    }

    .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: #92B41E;
        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%;
    }

   
    .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: 1360px;
    }
	.container.homeContainer {
		width:1200px;
	}
}

@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: #92B41E!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: #92B41E!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: #92B41E!important;
}

.tribe-events .tribe-events-c-ical__link, .tribe-common .tribe-common-c-btn-border {
    color: #92B41E!important;
    border-color: #92B41E!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: #f37042!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;
}
}

/* iubenda */
#iubenda-cs-banner .iubenda-cs-opt-group-consent a {
   display:flex!important;
}

#iubenda-cs-banner .iubenda-cs-opt-group .iubenda-cs-opt-group-consent, #iubenda-cs-banner .iubenda-cs-opt-group .iubenda-cs-opt-group-custom {
  display:block!important;
}

/* St Hilda's */
.page-id-3 .bodyContent ul li:before,
.page-id-771 .bodyContent ul li:before {
    content: none!important;
}


.menu-social-menu-container .menu {
    margin-bottom: 0;
}


.news-events-item-line-1 {
    font-size: 14px;
}


@media only screen and (min-width: 992px) {
    .home-banner-page-middle .slideImage {
        min-height: 829px;
    }
}

/* downloads */

.single-download .postThumb {
    display: none;
}

.single-download .edd-add-to-cart {
    background: #92B41E;
    color: #fff;
    padding: 9px 30px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 14px;
    transition: all 200ms;
    overflow: hidden;
    position: relative;
    z-index: 1;
    min-width: 202px;
    border: none;
}

/* reviews */

.glsr-review-title {
    display: none!important;
}

.glsr-default button{
    margin: 0;
    background-color: #92B41E !important;
    border: 1px solid #92B41E !important;
    color: #fff !important;
    font-size: 16px !important;
    padding: 5px 20px !important;
    height: var(--wpforms-button-size-height);
    background-color: var(--wpforms-button-background-color-alt, var(--wpforms-button-background-color));
    border-radius: var(--wpforms-button-border-radius);
    border-style: var(--wpforms-button-border-style);
    border-color: var(--wpforms-button-border-color);
    border-width: var(--wpforms-button-border-size);
    box-shadow: none;
    color: var(--wpforms-button-text-color);
    padding: 0 var(--wpforms-button-size-padding-h);
    font-family: inherit;
    font-weight: 500;
    font-size: var(--wpforms-button-size-font-size);
    line-height: 100%;
    cursor: pointer;
    transition: all 0.15s ease-in-out;
    position: relative;
    text-decoration: none;
}

.cart-link {
    color: #92B41E!important;
    font-size: 17px!important;
    margin: 0!important;
}
#menu-social-menu {
    padding-left:5px;
}