/*
Theme Name: St Pauls Theme
Theme URI: http://m2media.com.au
Author: Cassie Selin, M2Media
Author URI: http://m2media.com.au
Description:
Version: 1.1
*/
@import url(css/fonts.css);




.hover-box a {
    display: block;
}

.hover-box a:hover {
    text-decoration: none !important;
    color: #fff200 !important;
}

.hover-box:hover a {
    text-decoration: none !important;
    color: #fff200 !important;
}
.hover-box:hover {
	position:relative; 
}
.hover-box:hover .vc_column-inner:before {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	display:block;
	background-color: rgba(0,0,0,.3);
}
.hover-box .vc_column-inner .wpb_wrapper{
	position:relative;
}


.home-header {
	position: relative; 
}




/*2018 homepage styles  -----------------------------------------*/

.slider-container {
	position:relative;
	background-color: #326165;
}
.top_corner_graphic, .corner_graphic {
	position:absolute;
	top: 0px;
	right: 0px;
	width: 346px;
}


.bottom_corner_graphic {
	position:absolute;
	bottom: 30px;
	right: 30px;
	width: 164px;
}

@media screen and (max-width: 900px){
	.top_corner_graphic, .corner_graphic  {
		width: 200px;
	}
	.bottom_corner_graphic {
		width: 80px;
		bottom: 15px;
		right: 15px;
	}
}



.videoSlider .banner-video .video-desktop .embed-responsive, .videoSlider .banner-video .video-desktop iframe {
    pointer-events: none;
}


.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
}
.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.videoSlider .banner-video video {
    object-fit: cover;
}
.videoSlider .banner-video iframe, .videoSlider .banner-video video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    /*visibility: hidden;*/
}

.videoSlider .video-ready iframe, .videoSlider .video-ready video {
    visibility: visible;
}
.videoSlider {
	color: #fff;
	text-align:center; 
}


.mobile-fallback-image {
	height: 412px; 
	background-size:cover;
	background-position: center;
}
.mobile-fallback-image p {
	/* Lorem ipsum dolor si: */
	font-size: 21px;
	line-height: 31px;
}

.video-desktop p{
	font-weight:400;
	font-size: 21px;
	letter-spacing: 0;
	text-align: center;
	line-height: 31px;
}
@media screen and (min-width: 900px) {

	.video-desktop p{
		font-size: 36px;
		line-height: 41px;
	}
}
.videoSlider .button {

	border: 1px solid #FFFFFF;
	color:#fff;

}


.spbutton {
	/* Learn more: */
	font-weight:700;
	font-size: 14px;
	letter-spacing: 1.65px;
	text-align: center;
	display:inline-block;
	padding: .75em 2em;

	border: 1px solid #FFFFFF;
	border-radius: 100px;
	text-transform:uppercase;
	color:#fff;
	/*margin: 0em .5em;*/
	transition: all .2s;
}

.spbutton:hover {
	color: #326165;
	background-color:#fff;
	text-decoration:none !important; 
}


/*.videoSlider .button:hover {
	color: #326165;
	background-color:#fff;
	text-decoration:none !important; 
}
*/
.banner-wrapper {
	position:relative; 
	display:block !important; /* remove qhitespace */
}

.banner-wrapper:before {
	width:100%;
	height:100%;
	position:absolute;
	content:"";
	display:block;
	top: 0;
	left: 0;
	z-index:99;
	background:rgba(0,0,0,.2);
}
.banner-overlay {
	max-width: 780px;
	width: 100%;
	padding: 0px 20px;
	position:absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index:999;
}
.banner-video {
	background-size:cover;
	background-position: center;
}

.slick-dots {
	text-align:center;
	position:absolute;
	bottom: 25px; 
	left: 50%;
	margin: 0px;
	transform:translateX(-50%);
	margin-left: 0px !important;
}
.slick-dots li {
	display: inline-block;
	color:transparent;
	list-style-type: none;
}

.slick-dots li button {
	width:8px;
	height: 8px;
	overflow: hidden; 
	border: 1px solid #fff;
	transition: all .2s;
	background-color: transparent;
	display: inline-block;font-size: 0;
	border-radius: 50%;
	margin :2px;
	padding: 0px;
}

.slick-dots li.slick-active button {
	background-color: #fff;
}

/*feaature-ature Informaiton Banner -----------------------------------------*/

/*//original style, bright green with diagonal design to match cambridge branding*//*
.feature-information-banner {
	background: #FFFFFF;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2);
	overflow:hidden;
	position:relative;
	z-index:1;
}

.feature-information-banner .button {
	color: #26575B;
	background-color:#fff;
}

.feature-information-banner .button:hover {
	background-color: #26575B;
	border-color: #26575B;
	color:#fff;
}
.feature-information-banner .row {
	margin-bottom: 0px;
}


.feature-information-banner .logo-holder {
	background-color: #fff;
	padding: 14px 44px;
}

.feature-information-banner .logo-holder img {
	width: 300px;
	margin: 0 auto;
	display: block;
}

.feature-information-banner .text-content {
	text-align:center;
	background-color: #00FD03;
	padding: 24px 44px;

}
.feature-information-banner .text-content .content {

	font-style:italic;
	font-size: 15px;
	color: #26575B;
	letter-spacing: 0;
	text-align: center;
	line-height: 22px;
}

@media screen and (min-width: 900px) {
	.feature-information-banner .logo-holder {
			width: 33.33%;
			float: left;
			padding: 40px 100px 20px 40px;
	}

	.feature-information-banner .text-content {
			width: 66.66%;
			float: left;
			padding: 40px 0px;
			position:relative;
		}

	.feature-information-banner .text-content:before {
		position: absolute;
		content: "";
		display: block;
		height: 100%;
		width: 20%;
		background-color: #00FD03;
		left: 0;
		top: 0;
		transform: skewX(-32deg) translateX(-50%);

	}
	.feature-information-banner .text-content .content {
			text-align:left; 
			font-size: 20px;
			line-height: 26px;
			margin-left: 0px;
			position:relative;
	}
}*/

.feature-information-banner {
	background-image: url(img/awards-background.jpg);
	background-color: #27575b;
	color: #fff;
	text-align: center;
	text-transform:uppercase;
	background-position: center;
	background-repeat: no-repeat;
	overflow:hidden;
	padding: 30px 0px;
}
.feature-information-banner .feature-text {
    font-size: 20px;
    color: #FFFFFF;
    letter-spacing: 2.14px;
    text-align: center;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: bold;
    line-height:1.18;
}

.mobile-award-image {
	max-width: 80%;
	margin: 20px auto;
}
/*Feature information banner revised for new awards layout -----------------------------------------*/

/*homepage tabs -----------------------------------------*/
.homepage-tabs {
	background-color: #26575B;
	color:#fff;
	padding: 20px 0px;
	border-bottom: 1px solid #fff;
}

.tab h4 {
	transition: all .2s;
}

.tab-content {
	display:none;
	max-width:1038px;
	margin: 0 auto;
	color: #fff;
	text-align:left;
}

.tab-content .buttons {
	margin: 2em auto;
}

.tab-content.tabActive {
	display:block;
}

.tab-select  {
text-align:center;
color: #ACBFC0;
}
.tab-select .tab h4 {
	cursor: pointer;
	display: inline-block; 
	text-transform: uppercase ;
	padding: .75em 1em;
	display:block;
	border-bottom: 2px solid #356468;
	margin: 0px; 

}

.tab-select .tab h4:hover {
	color: #FEF200;
}

.tab-select .tab-content .button {
	font-size: 12px;
}
.tab-select .tab-content {
	border-bottom: 2px solid #356468;
	padding-top: 1em;


}
.tab.tabActive h4 {
	color: #FEF200;
	border-bottom: 2px solid #FEF200;
}

.bottom-bg .vc_column-inner{
	background-position: bottom center !important;
}

.tab-section-title {
	/* Help your child crea: */
	font-weight: 700;
	text-transform:uppercase;
	font-size: 20px;
	letter-spacing: 2.35px;
	text-align: center;
	line-height: 21px;
	padding: 0px 1em;
}

@media screen and (min-width: 601px) {
	.homepage-tabs {
		background-image: url(img/line-squiggle.png);
		background-position: bottom 60px center;
		background-size: contain;
		background-repeat: no-repeat;
		padding: 40px 0px 30px 0px;
	}
	.tab-select{
		margin-bottom: 2em;
		margin-top: 1em;
	}
	.tab-select .tab {
		display: inline-block;
	}


	.tab-select .tab h4 {
		margin: .5em .5em;
		padding: .35em .5em;

		display:inline-block;
	}
	.tab-select .tab:not(.tabActive) h4 {
		border-bottom: 2px solid transparent;

	}
}


@media screen and (min-width: 901px) {
	.homepage-tabs {
		padding: 60px 0px 30px 0px;

	}
	.tab-select .tab h4 {
		margin: .5em 2em;
		padding: .35em 2em;

	}

	.tab-section-title {
		font-size: 25px;
		letter-spacing: 2.94px;
	}

}
/*cards -----------------------------------------*/

.archive-container {
	max-width:1200px;
	margin: 50px auto 0px auto;
}
.archiveItem {
	box-shadow: none;
}

.archiveItem a:hover {
	text-decoration: none !important;
}
.card-inner {
	padding: 24px 20px 20px 20px;
	position:relative; 
}


.date-in {
	position:absolute;
	top: 0;
	left:0; 
	background-color: #50777A;
	color:#fff;
	text-align:center;
	font-weight:700;
	text-transform: uppercase;
	text-align:center;
	width:60px;
	height: 60px;
	line-height: 1;
	padding-top: 10px;
}

.date-in .day {
	display:block;
	font-size: 25px;
	letter-spacing: 2.08px;
}
.date-in .month {
	display:block;
	font-size: 14px;
	letter-spacing: 1.56px;
}

.event-item .card-title{
	text-transform: uppercase;
	text-align: center; 
	/* OPEN MORNING YEAR 7: */
	font-weight:bold; 
	font-size: 16px;
	color: #26575B;
	letter-spacing: 0;
	line-height: 22px;
	margin: 0px;
}

.news-item .post-categories {
	list-style-type:none;
	padding: 0px;
	margin-left:0px;
	margin-bottom: 0px;
	font-weight: 500;
	margin-top: 0px;
}
.news-item .post-categories li {
	text-transform: uppercase;
	list-style-type:none !important;
	font-size: 13px;
	color: #666666;
	letter-spacing: 0;
	line-height: 30px;
}

.news-item .post-categories li a{
	color: #666666;
}

.news-item .card-title {
	font-weight: 500;
	font-size: 18px;
	color: #26575B;
	letter-spacing: 0;
	line-height: 25px;
}


.news-item .excerpt {
	/* Lorem ipsum dolor si: */
	font-weight: 400;
	font-size: 14px;
	color: #666666;
	letter-spacing: 0;
	line-height: 21px;
}

@media screen and (min-width: 901px) {
	.card-inner {
		padding: 21px 28px;

	}
}



.newsletter-box  {

background-color: #1C4649;
color:#fff;
text-align:center;

}

.newsletter-box  .spbutton {
	background-color: #fff;
	color: #1C4649;
	/*margin-top: 2em;*/
}
.newsletter-box  .spbutton:hover {
	color: #fff;
	background-color: #1C4649;
}
.newsletter-box h3  {
	/* View our latest News: */
	font-weight:500;
	font-size: 26px;
	line-height: 25px;
	text-transform: none;
	margin-bottom: 1.5em;
}

.newsletter-box h4  {
	/* View our latest News: */
	font-weight:500;
	font-size: 18px;
	line-height: 25px;
	margin-bottom: 1em;
}
.newsletter-box-top  {
	background-color: #26575B;
	border-bottom: 1px solid #eee;
	max-height: 287px;
	padding: 88px 20px 75px 20px;
}

.newsletter-box-bottom  {
	padding: 50px 20px;

}


/*univeral (mobile first) styles -----------------------------------------*/
body {
	font-size: 15px;
	color: #333333;
	font-family: "proxima-nova", sans-serif;
    background-color: #e4e2e1;
    /*background-color: #eeeceb;*/
    font-weight:300;
}
#my-menu:not( .mm-menu ) {
   display: none;
}
html {
	font-weight: 400;
}

img {
	max-width:100%;
	height:auto;
}
.wrapper {
	max-width: 1600px;
}
strong {
	font-weight:700;
}
#content p, #content ul, #content ol {
	color: #3d3e40;
	font-size: 16px;
	line-height: 1.7;
}

a {
	color:#26575b;
}
a {
 }

 .enrolmentIconsRow img {
 	width: 130px;
 }
#bodycontent a:not(.vc_btn3):hover {
 	text-decoration: underline;
 }
  .zelect {
      display: inline-block;
      background-color: white;
      min-width: 300px;
      cursor: pointer;
      line-height: 36px;
      border: 1px solid #dbdece;
      border-radius: 6px;
      position: relative;
    }
     .zelected {
      font-weight: bold;
      padding-left: 10px;
    }
     .zelected.placeholder {
      color: #999f82;
    }
     .zelected:hover {
      border-color: #c0c4ab;
      box-shadow: inset 0px 5px 8px -6px #dbdece;
    }
     .zelect.open {
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0;
    }
     .dropdown {
      background-color: white;
      border-bottom-left-radius: 5px;
      border-bottom-right-radius: 5px;
      border: 1px solid #dbdece;
      border-top: none;
      position: absolute;
      left:-1px;
      right:-1px;
      top: 36px;
      z-index: 2;
      padding: 3px 5px 3px 3px;
    }
     .dropdown input {
      font-family: sans-serif;
      outline: none;
      font-size: 14px;
      border-radius: 4px;
      border: 1px solid #dbdece;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      width: 100%;
      padding: 7px 0 7px 10px;
    }
     .dropdown ol {
      padding: 0;
      margin: 3px 0 0 0;
      list-style-type: none;
      max-height: 150px;
      overflow-y: scroll;
    }
     .dropdown li {
      padding-left: 10px;
    }
     .dropdown li.current {
      background-color: #e9ebe1;
    }
h1,h2, h3,h4,h5 {
margin-top:.5em;
}
h1 {
text-transform: uppercase;
font-size: 2.1666em;
font-weight:700;
}
h2 {
font-weight:600;
font-size: 1.8rem;

}
h3{
text-transform: uppercase;
font-weight: 300;
font-size: 1.3333rem;
line-height: 1.4;
}
h4 {
font-weight: 300;
font-size: 1.333rem;
}
h5 {
font-size: 1.2rem;
}

.deco {
	font-family: 'museo-slab', serif;
	font-weight:300 !important;
	font-style: italic;
	text-transform: none ;
}

.deco:after {
	display:none !important;
}

#pagebody {
	overflow:hidden; 
	clear:both;
	position:relative;
	top: 60px;
}

#sidemenu, #bodycontent {
	float:left;
	box-sizing: border-box;
}

.thumbnail {
	width: 100%;
	background-color:red;
	height:20px;
}


/*Header styles ======================================*/

/*#mobilemenu {
	display:none;
}*/
header {
	background-color: #fff;
	position:relative;
}
header nav {
	min-height:59px;
	position:relative;
}


header nav .logo, .scrolled header nav .logo {
	width: 140px;
	padding-left: 20px;
	padding-right: 20px;
	float:left;
	margin-top: 3px;
}

header nav .create {
	float:left;
	width:212px;
    padding-top: 31px;
}
.scrolled header nav .create {
    width: 169px;
    padding-top: 18px;
    padding-left: 20px;
}
/*Mobile Header*/

.mobileheader {
	float:right;
	text-align:center;
	padding-right:1em;
}

.mobileheader ul li {
	display:inline-block;
}

/*Mobile header*/
.menu-header-menu-container .menu li {
	display:inline-block;
	margin-bottom: 0px;
}
nav ul li:hover, nav ul li.active {
	background-color: rgba(255,255,255,0);
}

nav ul li a:hover, nav ul li a.active, nav ul li.current_page_item a, nav ul li.current_menu_item a {
	text-decoration: underline;
}

.create, #search {
	display:none;
}
#search form {
	display:none;
	float:left;
	padding-right: 50px;
	padding-left: 25px;
    width: calc(100% - 100px);
}

#search {
    position: absolute;
    right: 0px;
    padding-right: 25px;
    top: 0;
    height: 100px;
    width:50px;
    transition: width .25s;
}

#search i {
	color: #cccccc;
	margin-top: 35px;
	font-size: 30px;
	cursor:pointer;
	position:absolute;
	right: 25px;
}

#search.active {
    transition: width .25s;

	width: 100%;
	background-color: #ccc;
}
#search.active i {
	color:#fff;
}
#search.active form{
	display:block;
	margin-top: 25px;
}

input {
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-webkit-appearance: none;
}
#search input {

	background-color: #ccc;
	border:0px solid #ccc;
	font-size: 1.5rem;
	height: 2em;
	line-height: 2em;

}
#search input[type=text] {
	color:#fff;
	border-bottom: 2px solid #fff;
	margin-right: 1em;
	 width: calc(100% - 200px);
}
#search input[type=text]:active, #search input[type=text]:focus {
}
#search input[type=submit] {
	background-color: #217f8c;
	float:right;
	pointer: cursor;
	border-radius: 1em !important;
	color: #fff;
	padding: 0px 2em !important;
}
#search input[type=submit]:hover {
	background-color: #184c51;
}
#search ::-webkit-input-placeholder {
   color: #fff;
}
/*
#search input:-moz-placeholder {  
   color: #fff;  
}*/

#search input::-moz-placeholder {  /* Firefox 19+ */
   opacity: 1;
   color: #fff;   
}

#search :-ms-input-placeholder {  
   color: #fff;  
}


.innercontainer {
	max-width: 1200px;
	margin:0px auto;
	padding: 0px 20px;
}
.pagecontent {
	padding-top: 2em;
	padding-bottom:2em;
}
.inner-inner-container {
	max-width:1080px;
	margin: 0px auto;
}
/*Page heading Styles ======================================*/
.headerimg {
	display:block;
}
.topbar {
	background-color: #175b5d;
	color:#fff;
	background-image: url(img/topbarbg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	height: 75px;
	overflow:hidden;
}

.topbar h3 {
	font-weight:400;
	letter-spacing: .2em;
	margin: 0px;
	line-height: 75px;
}

.regularbanner, .toplevelbanner {
	background-color: #a1dae0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#bbf3d4+0,7db9e8+100 */
background: rgb(187,243,212); /* Old browsers */
background: -moz-linear-gradient(-45deg,  rgba(187,243,212,1) 0%, rgba(125,185,232,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  rgba(187,243,212,1) 0%,rgba(125,185,232,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  rgba(187,243,212,1) 0%,rgba(125,185,232,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bbf3d4', endColorstr='#7db9e8',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

overflow:hidden;
	min-height:217px;
	background-size:cover;
	background-position:center center;
}

@media screen and (min-width: 700px) {
	.regularbanner, .toplevelbanner {
		min-height:417px;
	}
}

.padded-multiline { 
  line-height: 75px; 
  max-width: 800px;
  padding-top:100px;
  margin-left: -1rem;
}

.page-template-template-landing-page .regularbanner .innercontainer {

margin-top: 200px;
}
.padded-multiline h1 span { 
	color: #184c51;
	background-color: #fff;
	font-size: 2.4rem;
	padding: 15px 15px 15px 14px;
	display: inline-block;
	margin-bottom: 5px;
	margin-right: -15px;
	float: left;
}
.padded-multiline h1 span { 
}

.padded-multiline h1 span:empty {
	display:none;
}

.toplevelbanner p {
    font-size: 1rem;
    position: relative;
    margin-top: 3em;
    padding-top: 3em;
    line-height: 1.8;
    padding-bottom: 4em;
}

.toplevelbanner p:before {
    content: " ";
    width: 100px;
    height: 2px;
    background-color: #fff;
    display: block;
    position: absolute;
    left: 0;
    top: 0px;
    margin-left: auto;
    margin-right: auto;
    right: 0;
}
.toplevelbanner .innercontainer {
	padding-top: 100px;
	max-width:870px;
	text-align:center;
	color: #fff;
}
.toplevelbanner h1, .toplevelbanner h2 {
	text-transform: uppercase;
	font-weight:300;
}
.toplevelbanner h1 {
	font-size: 2.6em;
}

.toplevelbanner h2 {
	font-size: 1.8em;
}
/*Footer styles ======================================*/

footer{
	clear:both;
	padding-top: 30px;
	background-color: #184c51;
	color:#fff;
	padding-bottom: 30px;
	font-weight: 400;
}

footer a {
	color: #fff;
	font-weight:400;
}
.white footer .textwidget a {
	color: #fff;
	text-decoration: none;
}
footer .widget .widgettitle {
	padding-bottom: 20px;
	position:relative;
	font-weight: 600;
	font-size:1.066rem;

}

footer .widget:first-child .widgettitle {
	font-weight: 300;
	font-size:1.866rem;
}
footer .widget:first-child p {
    margin-top: .7em;
    margin-bottom: .2em;
}
footer .widget:first-child p:nth-child(2){
	margin-left: 4em;
}
footer .widget:first-child strong{
	display:inline-block;
	width: 4em;
}
footer .widget:first-child {
	padding-bottom: 2em;
}
footer .widget .widgettitle:after {
	width:52px;
	height:1px;
	background-color: #fff;
	content: " " ;
	display:block;
	position:absolute;
	bottom: 0;
}
#bottomfooter {
	font-size: .8em;
	clear:both;
	padding-top: 2rem;
}

#bottomfooter a {
	text-decoration: underline;
}
#bottomfooter li {
	display:inline-block;
	border-right: 1px solid #fff;
	padding: 0em .5em;
}
#bottomfooter li:last-child {
	border-right: 0px solid #fff;
}


#my-menu .faded.phone:before, #my-menu .faded.mail:before, #my-menu .faded.location:before {
	content: " ";
	display:block;
	float:left;
    width: 27px;
	height: 27px;
	background-image:url(img/sprites.png);
	margin-top: 7px;
	margin-left: 20px;
}

#my-menu .faded.phone:before {
    background-position: -270px -19px;}
#my-menu .faded.mail:before {
    background-position: -305px -19px;}
#my-menu .faded.location:before {
    background-position: -340px -19px;}



.social {
	padding-top: 1em;
}

.social li {
	display:inline-block;
	margin-right: .5em;
}
.social a {
	display:block;
	width: 46px;
	height: 45px;
	background-image:url(img/sprites.png);
}

.mobileheader .social a {
	width: 24px;
	height: 25px;
}
.mobileheader .social {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 15px;
    margin-bottom: 0px;
}
.social a.facebook {
	background-position: -5px top;
}
.social a.twitter {
	background-position: -55px top;
}
.social a.instagram {
	background-position: -105px top;
}
.social a.linkedin {
	background-position: -155px top;
}
.social a.youtube {
	background-position: -205px top;
}

.social a.phone {
    background-position: -274px -17px;
}
.social a.mail {
    background-position: -308px -17px;
}
.social a.location {
    background-position: -343px -17px;
}
.social a.menu {
    background-position: -377px -17px;
}



.social a.facebook:hover {
	background-position: -5px 45px;
}
.social a.twitter:hover {
	background-position: -55px 45px;
}
.social a.instagram:hover {
	background-position: -105px 45px;
}
.social a.linkedin:hover {
	background-position: -155px 45px;
}
.social a.youtube:hover {
	background-position: -205px 45px;
}


.social a.phone:hover {
    background-position: -274px -47px;
}
.social a.mail:hover {
    background-position: -308px -47px;
}
.social a.location:hover {
    background-position: -343px -47px;
}
.social a.menu:hover {
    background-position: -377px -47px;
}


@media only screen and (-webkit-min-device-pixel-ratio: 2), 
only screen and (min-device-pixel-ratio: 2) {

.social a {
	background-image:url(img/spritesx2.png);
	background-size: 415px 90px;
}

}

/*Events box styles ==========================*/

.upcoming-events {
	clear:both;
}
.eventsbox {
	padding: 1.5em 0px 1.5em 0px;
	background-color:#fff;

}

.events-title {
	font-size: 20px;
	font-weight: 400;
	color: #26575B;
	letter-spacing: 2.35px;
	text-align: center;
	margin-bottom:1.5em;
}
/*Footer news styles ======================================*/

#newsbox {
	background-color: #eeeceb;
	overflow:hidden;
	padding: 2em 0px 6em 0px;
}


#newsbox .newsheading {
    font-weight: 600;
    color: #26575b;
    padding-bottom: 1em;
    position: relative;
    margin-bottom: 2em;
}

#newsbox .newsheading:after {
	display:block;
	content: " ";
	width:52px;
	height:2px;
	position:absolute;
	bottom: 0;
	background-color: #184c51;
}
/*Body styles ======================================*/

#sidemenu {
	display:none;
	font-weight: 600;
}

.menu-header-menu-container {
	display:none;
}


#content #slider li, #sidebar ul li, #content .maincontant .gform_body ul li {
	background-image:none;
	padding:0px;
	margin:0px;
}
#sidebar .gfield_label {
	display:none;
}

footer .row {
		margin-bottom: 0px;
}



.navigation {
	width:100%;
	clear:both; 
	text-align:center;
	    padding: 0px 0px;
    overflow: hidden;
    margin-bottom: 80px;
}

.navigation  ul li {
    padding: 0px 10px !important;
    background-image: none !important;
    display: inline;
    font-size: 15px;
}
.navigation  ul li a {
	color: #999898;
	min-width: 16px;
	displau:block;
}
.navigation  ul li a:hover  {
	text-decoration: none !important;
    border-bottom: 2px solid #26575B;
}

.navigation li.active a {
    color: #26575B;
    font-weight:bold;
    border-bottom: 1px solid #26575B;

}



img.alignright, .alignleft {float:right; margin:0 0 1em 3em}
img.alignleft, .alignleft {float:left; margin:0 3em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 3em}
a img.alignleft {float:left; margin:0 3em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}




#bodycontent .white ul li:not(.vc_tta-tab){
	list-style-type: disc;
}
#bodycontent .white ul:not(.vc_tta-tabs-list) {
    margin-left: 1.25em;
}

#bodycontent .white .gform_wrapper ul {
	margin-left: 0px;
}

.white p a {
text-decoration:underline;
color:#227480;
}
.white p a:hover {
	text-decoration: none;
}
/* Single post styles --------------------------------------------*/

.single-post #bodycontent {
	background-color: #eeeceb;
}

.single-post #bodycontent .post {
	background-color:#fff;
	margin-top: 3em;
	margin-bottom: 4em;
}

.singlethumb {
	background-color: #184c51;
}
.singlethumb img {
	width:100%;
}
.postinner {
	max-width: 756px;
	padding: 1em;
	margin:0px auto;
	padding-bottom:6em;
overflow:hidden;
}

.post .wp-post-image {
	margin: 0px auto;
	display:block;
}
.postinner h1, .postinner h2, .postinner h3, .postinner h4, .postinner h5, .postinner h6 {
	color: #184c51;
}
.post h1 {
	position: relative;
	padding-bottom: .8em;
	margin-top:.6em;
	padding-bottom: .8em;
}
.post h1:after {
	display:block;
	content: " ";
	width:52px;
	height:2px;
	background-color: #e2e2e2;
	position:absolute;
	bottom: 0;
	left:0;
}

.postinner .meta li {
	display:inline-block;
	    margin-right: .75em;
}
.postinner a:hover {
	text-decoration: underline;
}
blockquote {
    border-left: 5px solid #efefef;
    margin-bottom: .5em;
}
.meta {
	font-size: .8em;
	font-weight: 600;
	text-transform: uppercase;
}

.meta a {
	color: #184c51;
}



/*/Blog archive*/

.archivepost {
	background-color: #184c51;
	background-size: cover;
	background-position:center center;
	overflow:hidden;
	position:relative;
	height: 225px;
}

#newsbox .archivepost {
	height: 200px;
}

.archivepost .inner {
	position: absolute;
	bottom:2em;
	margin: 0px 2em;
}
.column {
}


#post-2, #post-3 {
	width: 100%;
}

.archivepost a {
	color: #184c51;
}
.archivepost a:hover h3, .archivepost a:hover {
	text-decoration: none;
}
.archivepost h3 {
    background-color: #fff;
    display: inline-block;
    clear: both;
    font-weight: 600;
    padding: .5em .7rem;
    margin-top: 8px;
}
.archivepost h3:hover {
	text-decoration:none !important;
	background-color: #fff200;
	color: #184c51;
}
.archivepost .category ul{
	margin: 0px;
	margin-bottom: -9px;
}
.archivepost .category a {
	background-color: #184c51;
	color:#fff;
	text-transform: uppercase;
	font-size: 0.8em;
	padding: .5em .7rem;
}
.archivepost .category a:hover {
	text-decoration:none !important;
	background-color: #fff200;
	color: #184c51;
}
.archivepost p {
	color:#fff;
    text-shadow: 0px 0px 8px #000;
    max-width:600px;
}

.archivepost .category li {
	display:inline-block;
	margin-bottom: 9px;
}

.loadmore {
	width: 100%;
	text-align:center;
	margin: 0px;
	border-width: 0px;
	border-radius: 0px;
	background-color: #fff200;
	font-weight: 600;
    padding: .5em .7rem;
    text-transform: uppercase;
    font-size: 1.3333rem;
    color: #184c51;
}

.alm-btn-wrap {
	margin-top: 0px;
}






/*Sidemenu levels styles ------------------------------------------------------*/
#sidemenu ul {
/*height: calc(100vh - 1px);*/
/*border-top: 1px solid #e7e7e7;*/

}
#sidemenu>div {
	/*border-top: 1px solid #e7e7e7;*/
}
#sidemenu .title a {
	padding-top: 20px;
	color: #666;
}

/*from fiddle */

#sidemenu ul {
	box-sizing:border-box;
	margin: 0px;
	position:relative;
}

#sidemenu ul li {
	/*position:relative;*/
	width: 250px;
}
#sidemenu .sub-menu {
    position: absolute;
    width: 250px;
    left: 51px;
    background-color: #fff;
    top: -1px;
    width: 0px;
    opacity:0;
    overflow:hidden;
    transition: all 0.25s ease-in;
    border-color: #e7e7e7;
}

#sidemenu .current-menu-item > .sub-menu, #sidemenu .current-menu-parent > .sub-menu, #sidemenu .current-menu-ancestor > .sub-menu, #sidemenu.newsPost .newsmenu .sub-menu {
	min-width:250px;
	overflow:visible;
	opacity: 1;
}
/*
#sidemenu .current-menu-item > .sub-menu>li>a, #sidemenu .current-menu-parent > .sub-menu>li>a, #sidemenu .current-menu-ancestor > .sub-menu>li>a {
	display:block;
}
#sidemenu .current-menu-item > .sub-menu>li>a, #sidemenu .current-menu-parent > .sub-menu>li>a, #sidemenu .current-menu-ancestor > .sub-menu>li>a {
}*/

ul li .description{
	display:block;
	font-weight: 400;
	font-size:.8em;
}

#sidemenu .current-menu-parent, #sidemenu .current-menu-item, #sidemenu .current-menu-ancestor, #sidemenu li a:hover {
    background-color: rgba(218, 218, 218, 0.31);
}

#sidemenu .current-menu-parent, #sidemenu .current-menu-ancestor, #sidemenu .current-menu-item.menu-item-has-children {
    margin-right: 51px;
}
#sidemenu .current-menu-parent.current-menu-ancestor {
	margin-right: 51px;
}

#sidemenu .sub-menu, #sidemenu ul {
    background-color: #efefef;
    width:51px;
font-weight: 300;
        min-height: calc(100vh - 1px);

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e6e6e6+100 */
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(230,230,230,1) 0%, rgba(255,255,255,1) 20px); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(230,230,230,1) 0%,rgba(255,255,255,1) 20px); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(230,230,230,1) 0%,rgba(255,255,255,1) 20px); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e6e6',GradientType=1 ); /* IE6-9 */

}

#sidemenu li.title>a {
	display:block;
	padding: 0px;
	height: 51px !important;
	border-bottom: 0px solid #efefef;

	padding-top: 10px;
    padding-bottom: 10px;
    padding-right:10px;

    pointer-events: none;

} 
#sidemenu li.title {
    transform: rotate(270deg);
    width: 350px;
    text-align: right;
    top: 20px;
    left: 0;
    transform-origin: left top;
    position: relative;
    top: 370px;

    background-color: transparent;
}

#sidemenu .expanded>.title a, .home #sidemenu ul>.title a, #sidemenu li.title a:hover,  .noRelation#sidemenu ul>.title a, .mm-title {
	color: #cb0000 !important;
} 

#sidemenu .expanded.sub-menu>.title a {
	padding-top: 20px;
	 font-size:1.4em;
}
#sidemenu li.title a:hover {
	background-color: transparent;
}

#sidemenu .expanded>li>a, #sidemenu .menu-side-menu-container #menu-side-menu.nottop.expanded>li>a, #sidemenu .activelevel.expanded>li>a,
.home #sidemenu>div>ul>li>a, .noRelation#sidemenu>div>ul>li>a{ 
	display:block;
}

#sidemenu .expanded, .home #sidemenu>div>ul, .noRelation#sidemenu>div>ul { 
	opacity: 1;
	width:250px;
}
#sidemenu>div>ul { 
	background:none !important;
}
#sidemenu .expanded>li.title, .home #sidemenu>div>ul>li.title, .noRelation#sidemenu>div>ul>li.title { 
	transform: none !important;
	position:static;
	text-align:left;
	width:auto;
}
#sidemenu .expanded>li.title>a, .home #sidemenu>div>ul>li.title>a,  .noRelation#sidemenu>div>ul>li.title>a {
	display:block !important;
	height: 70px !important;
    border-bottom: 1px solid #e7e7e7 !important;

}
#sidemenu .expanded>li.title>a, .home #sidemenu>div>ul>li.title>a, #sidemenu ul li a,  .noRelation#sidemenu>div>ul>li.title>a{ 
	display: block;
    height: 70px;
    border-bottom: 1px solid #e7e7e7;
    padding-left: 25px;
    padding-top: 10px;
    display: none;

    pointer-events: auto;

}
/*Differently styled sub menus*/
 #sidemenu .sub-menu li.title a,  #sidemenu .sub-menu li a {
 	border-bottom: 0px solid #fff !important;
 	padding-top: 10px;
 	padding-bottom: 10px;
 	height:auto !important;
 	padding-right: 20px;
 }

#sidemenu .menu-side-menu-container #menu-side-menu {
	background-color: #fff;
	padding-left: 0px;	
}

#sidemenu .collapsed{
    width: 51px;
    overflow: hidden;
    min-width: 0px !important;
    left: 51px;
}




/*Hide menu items that are not related to the current flow */ /*EXCEPT FOR NEWS */ 

#sidemenu li:not(.current-menu-item):not(.current-menu-ancestor) .sub-menu {
	display:none !important;
}

#sidemenu.newsPost li.newsmenu .sub-menu {
	display:block !important;
}


/*End regular styles */

/*Collapsing and expanding styles*/


/*Home is always expanded on home*/
.home #sidemenu {
	width: 250px;
	background-color: #fff;
}


#sidemenu .menu-side-menu-container #menu-side-menu.nottop {
    background-color: #e2e2e2;
	min-height: 100vh;
}



#mobileindicator {
	display:none;
}

@media screen and (max-width:601px) {

	#archive #post-1 {
		height:500px;
	}
	#mobileindicator {
		display:block;
	}
	/*mobile only styles
	Footer accordion */

	#newsbox .archivepost {
		margin-bottom: 1em;
	}

	footer .widget:not(:first-child) .widgetcontent{
		display:none;
	}


	footer .widget:not(:first-child) .widgettitle {
	    border-top: 1px solid #326165;
	    padding: 1em 20px;
	    margin-bottom: 0px;
	    margin-top: 0px;
	    position:relative;
	}
	footer .widget:nth-child(4) {
	    border-bottom: 1px solid #326165;
	}

	footer .innercontainer {
		padding: 0px;
	}
	footer #bottomfooter, footer .widget:first-child, footer .widget:not(:first-child) .widgetcontent {
		padding: 0px 20px;
	}

	footer .widget:not(:first-child) .widgettitle:after  {
	    border-color: #fff;
	    content: '';
	    border: 3px solid transparent;
	    display: block;
	    border-right: 3px solid white;
	    border-bottom: 3px solid white;
	    width: 16px;
	    height: 16px;
	    margin: auto;
	    position: absolute;
	    top: 0;
	    bottom: 0;
	    right: 20px;
	    background-color: transparent;
	    -webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	    transform: rotate(-45deg);
	    transition: all .2s;
	}
	footer .widget:not(:first-child) .widgettitle.rotated:after  {
	    -webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	    transform: rotate(45deg);
	}
}

@media screen and (max-width: 1300px) {
		#newsbox .archivepost {
		margin-bottom: 1em;
	}
}
/*tablet only styles -----------------------------------*/ 
@media screen and (min-width:601px) and (max-width:992px) {

	header nav .create {
		width: 120px;
		padding-top: 41px;
	}

	#archive .post-1 {
		height:500px;
	}

}

/*tablet and up styles -----------------------------------*/ 
@media screen and (min-width:601px) {
.feature-information-banner .feature-text {
	font-size: 28px;
}
	.valign-wrapper-medium {
		display:flex;
		align-items:center;
	}
	footer .widget:not(:first-child) .widgetcontent{
		display:block !important;
	}

	#pagebody {
	    top: 100px;
	}
	.toplevelbanner h1 {
		font-size: 4.6em;
	}

	.toplevelbanner h2 {
		font-size: 2em;
	}
	.toplevelbanner p {
	    font-size: 1.3333rem;
    }

	.create, #search {
		display:block;
	}

	.mobileheader { 
		padding-right: 5em;
	}
	header nav .logo {
		width: 246px;
		padding-left: 37px;
		padding-right: 40px;
		margin-top: 6px
	}
	header nav {
		min-height:100px;
	}


	.mobileheader .social {
	    padding-top: 0px;
	    padding-bottom: 0px;
	    margin-top: 2.5em;
	   /* margin-bottom: 2em; */
	}
	#bottomfooter {
		text-align: center;
	}

	/*Fixed scrolled header */
		.scrolled header nav {
	    height: 60px;
	    /*overflow: hidden;*/
	    min-height: 60px;
		}
	.scrolled .mobileheader .social {
	    margin-top: 1.25em;
	}

	.scrolled #search i {
		margin-top: 16px;
	}
	footer .widget {
		width: 33%;		
		float:left;		
		border-right: 1px solid #326165;
		padding-left: 1.75em;
		box-sizing: border-box;
		padding-right: 1em;
	}

	footer .widget:first-child {
		width:100%;
		border-right: 0px solid #326165;
		border-bottom: 1px solid #326165;
		margin-bottom: 1em;
		padding-left:0px;

		font-size:1.06666em;

	}
	footer .widget:nth-child(4) {
		border-right: 0px solid #326165;
	}


.menu-header-menu-container {
  float: right;
  /*min-height: 100px;*/
  padding: 0px;
  padding-right: 75px;
  overflow:visible;
}

.menu-header-menu-container .menu {
	margin: 0px;
}
.menu-header-menu-container .menu> li {
  	height: 100px;
  	line-height: 100px;
}

.scrolled .menu-header-menu-container .menu> li {
	height: 60px;
	line-height: 60px;
}

.menu-header-menu-container .menu li a {
    padding-left: 1em;
    padding-right: 1em;
    position: relative;
    padding-top: .5em;
    padding-bottom: .5em;
    border-radius: 1.5em;
    font-weight: 300;
}
.menu-header-menu-container .menu li a:hover,
.menu-header-menu-container .menu .menu-item-has-children:hover a
 {
	background-color: #eeeceb;
	text-decoration:none;
}
.menu-header-menu-container .menu .menu-item-has-children a {
	border-radius:1.5em 1.5em 0em 0em;
}

.menu-header-menu-container .menu li.current-menu-item a {
	color:#fff;
	background-color: #217f8c;
	text-decoration: none;
}


.menu-header-menu-container .menu li {
	position:relative; 
}
.menu-header-menu-container .menu .sub-menu {
	
    background-color: #eeeceb;
    position: absolute;
    top: 66px;
    /* left: 50%; */
    /* transform: translateX(-50%); */
    border-radius:0em 1.5em 1.5em 1.5em;
    width: auto;
    display: none;
    padding: .25em 1em;
    left: 0;
    max-width: 159px;
    width: 420px;
}


.scrolled .menu-header-menu-container .menu .sub-menu {
	top: 47px;
}

.menu-header-menu-container .menu .sub-menu a:hover{
	text-decoration:underline;
}
.menu-header-menu-container .menu .sub-menu .current-menu-item a {
	color: #666;
}
.menu-header-menu-container .menu .menu-item-has-children:hover .sub-menu,
.menu-header-menu-container .menu .menu-item-has-children .sub-menu:hover {
/*	max-height: 60px;
    transition: max-height 0.25s ease-in;
*/    display:block;
}
.menu-header-menu-container .menu .current-menu-parent .sub-menu {
	/*z-index: -999;*/
}
.menu-header-menu-container .menu .menu-item-has-children{
	/*transition: margin-bottom 0.25s ease-in;*/
}
.menu-header-menu-container .menu .menu-item-has-children:hover,
.menu-header-menu-container .menu .current-menu-parent {
/*	transition: margin-bottom 0.25s ease-in;
	margin-bottom: 60px;
*/}
.menu-header-menu-container .menu .menu-item-has-children:hover a:after, 
.menu-header-menu-container .menu .current-menu-parent a:after {
/*    width: 20px;
    height: 20px;
    content: " ";
    border-bottom: 10px solid #184c51;
    border-right: 10px solid #fff;
    border-left: 10px solid white;
    position: absolute;
    bottom: -42px;
    left: 50%;
    transform: translate(-50%, 0px);*/
}

.menu-header-menu-container .menu .sub-menu a {
    display: block;
    padding: 0px;
    margin: 0px;
    line-height: 1;

    border-radius: 0px;
    padding: .5em 0em;
}


.menu-header-menu-container .menu .sub-menu a:hover {
}

.menu-header-menu-container .menu .sub-menu li {
  display: block;
  float: none;
}

#sidemenu, #bodycontent {
	float:left;
}
#sidemenu {
	height: calc(100vh - 1px);
	background-color: #fff;
	position:fixed; 
	top: 100px;
	overflow-x:hidden;
	
	box-sizing:border-box;
}


.logged-in #sidemenu {
	top: 132px;
}
.menu-header-menu-container {
}
.thumbnail {
	width: 100%;
	background-color:red;
	height:20px;
}
#bodycontent {
	border-left: 1px solid #e7e7e7;
	width: 1350px;
	max-width: 1349px;
	overflow-x: hidden;
/*	position:absolute;
	top: 0px;*/
	position:relative;
}



}




/*desktop and up styles ----------------------------------*/
@media screen and (min-width:993px) {


.archivepost {
	width:50%;
	float:left;

}

#post-1 {
	width: 100%;
}

#archive #post-1{
	min-height: 500px;
}
#post-1 .inner {
	margin:0px 3em;
    position: relative;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

#newsbox #post-1 .inner {
	bottom: 2em;
	top: auto;
	margin:0px 2em;
	position:absolute;
	-webkit-transform: translate(0, 0%);
    -ms-transform: translate(0, 0%);
    -o-transform: translate(0, 0%);
    transform: translate(0, 0%);
    
}

#post-1 h3 {
	font-size: 2.1666rem;
}

#newsbox #post-1 h3 {
    font-size: 1.8666rem;
}




	footer .widget {
		width: 23.3333%;		
		float:left;
	}

	footer .widget:first-child {
		width:30%;
		border-right: 1px solid #326165;
		border-bottom: 0px solid #326165;



	}
	.mailForm {
		width: 70%;
		float:left;
	}
	.mailTitle {
		width:30%;
		float:left;
		margin-top: 2.5em;

	}

	.mailTitle h2 {
	padding-right: 1em;
	}
}




/* extra large desktop --------------------------------------*/
@media screen and (min-width:1170px) {
#post-1 {
	width: 50%;
}

#post-1 p {
	max-width:370px;
}

.column {
	width: 50%;
	overflow:hidden;
}

/*	 #sidemenu, .menu-header-menu-container {
	 	display:block;
	 }
	.mobileheader {
		display:none;
	}*/

}


@media screen and (min-width:1267px) {


	 #sidemenu, .menu-header-menu-container {
	 	display:block;
	 }
	.mobileheader {
		display:none;
	}

}


/* Visual composer styles --------------------------------------*/


.vc_col-sm-6>.vc_column-inner>.wpb_wrapper>div {
	max-width: 490px;
	margin: 0px auto !important;
	display:block;
}
.vc_col-sm-5>.vc_column-inner>.wpb_wrapper>div {
	max-width: 408px;
	margin: 0px auto !important;
	display:block;
}
.vc_col-sm-7>.vc_column-inner>.wpb_wrapper>div:not(.wpb_raw_html) {
	max-width: 571px;
	margin: 0px auto !important;
	display:block;
}
@media screen and (min-width:770px){
.vc_col-sm-4>.vc_column-inner>.wpb_wrapper>div {
	max-width: 326.66px;
	margin: 0px auto !important;
	display:block;
}
}
.vc_col-sm-12>.vc_column-inner{
	max-width: 1168px;
	margin: 0px auto;
}


.escapespacing .vc_col-sm-6>.vc_column-inner, .vc_col-has-fill>.vc_column-inner, .vc_col-sm-6>.vc_column-inner>.wpb_wrapper>.wpb_single_image,
.escapespacing .vc_col-sm-12>.vc_column-inner{
	max-width: 100%;
}
.escapespacing .vc_grid-container-wrapper.vc_clearfix {
	padding:0px !important;
}
hr {
	background-color: #ccc;
	height: 2px;
	border-width: 0px;
}
.vc_row {
	color: #666;
}
.bodycontent h1, .bodycontent h2, .bodycontent h3, .bodycontent h4, .bodycontent h5, .bodycontent h6,
.vc_row h1, .vc_row h2, .vc_row h3, .vc_row h4, .vc_row h5, .vc_row h6 {
	color:#26575b;
}
.vc_row h3 {
	position:relative;
	padding-bottom: .9em;
	font-weight: 400;
}
.vc_row h3:after {
	content: " ";
	width: 48px;
	height: 2px;
	background-color: #ccc;

	display:block;
	position:absolute;
	bottom: 0;
}
.vc_row h3.noLine {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.vc_row h3.noLine:after, .vc_row h1.noLine:after {
	display:none;
}
.vc_row h1 {
	position:relative;
	padding-bottom: .7em;
	margin-top:.6em;
	margin-bottom:0px;
}
.vc_row h1:after {
	display:block;
	content: " ";
	width:100px;
	height:2px;
	background-color: #ccc;
    left: 0;
    right: 0;
    margin: auto;
bottom: 0;
    margin-top: .8em;
}

.teal {
	background-color: #184c51 !important;
	color:#fff !important;
}
.teal h1, .teal h2, .teal h3, .teal h4, .teal h5, .teal h6 {
	color: #fff !important;
}
.teal a {
	color:#fff !important;
}
.black {
	background-color: #000 !important;
	color:#fff !important;
}
.black a {
	color:#fff !important;
}


.white {
	/*color: #26575b !important;*/
	overflow:visible;
}

.white:after {
	content: " ";
	display:table; 
	height:0px;
	width: 100%;
}
.teal p, .black p {
	color: #fff;
}

.teal h1, .teal h2, .teal h3, .teal h4, .teal h5, .teal h6,
.black h1, .black h2, .black h3, .black h4, .black h5, .black h6 {
	color:#fff;
}


.grey {
	background-color: #eeeceb !important;
}

.landing-page .vc_row-fluid.white .vc_col-sm-6 .vc_column-inner ,
.landing-page .vc_row-fluid.black .vc_col-sm-6 .vc_column-inner , 
.landing-page .vc_row-fluid.teal .vc_col-sm-6 .vc_column-inner .wpb_text_column {
	padding-top: 50px !important;
    padding-bottom: 50px !important;
    min-height: 421px;
}

/*@media screen and (min-width:)*/
.landing-page .vc_row-fluid.white .vc_column-inner h3,
.landing-page .vc_row-fluid.black .vc_column-inner h3, 
.landing-page .vc_row-fluid.teal .vc_column-inner h3 {
	font-weight:normal;
	letter-spacing: .1em;
}
.landing-page-intro {
	background-color: #eeeceb;
	text-align:center; 

}

.landing-page-intro .wpb_content_element, .cta-grey .wpb_text_column {
	max-width: 982px;
    margin: 0px auto;
}
.landing-page-intro .wpb_content_element h1, .cta-grey .wpb_text_column h1 {
 	letter-spacing: .1em;
 	font-weight:normal;
 }
.landing-page-intro p {
	font-size: 1.25em;
	color: #000;
}

.landing-page-intro .vc_btn3-container.vc_btn3-inline {
	padding: .75em 1em 1.75em 1em !important;
}

.landing-page-intro  .vc_btn3{
	padding: 12px 2em !important;
    border-radius: 22px !important;
}

.wpb_content_element{
	margin-bottom: 0px !important;
}

.vc_column_container > .vc_column-inner {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.vc_btn3-container {
	padding: .0em 1em .0em 1em;
}
.vc_btn3-container.vc_btn3-center {
	padding: 1.3em 1em 1.3em 1em !important;

}
/*Create padding for all vc elements taht are not images*/
.vc_column-inner>.wpb_wrapper>div:not(.wpb_single_image):not(.vc_row):not(.wpb_video_widget):not(.wpb_raw_html){
    padding: .75em 1em 1.75em 1em;
}


.nospacing .vc_column-inner>.wpb_wrapper>div {
	padding: 0px !important;
}
@media screen and (min-width:770px){
	/*Create pagging for all vc elements taht are not images*/
	.vc_column-inner>.wpb_wrapper>div:not(.wpb_single_image):not(.vc_row):not(.wpb_video_widget){
	    padding: .75em 3em 1.75em 3em;
	}
		.vc_btn3-container {
		padding: .0em 3em .0em 3em;
	}
	.vc_btn3-container.vc_btn3-center {
		padding: 1.3em 3em 1.3em 3em !important;

	}

	.nospacing .vc_column-inner>.wpb_wrapper>div {
		padding: 0px !important;
	}
}


.wpb_single_image {
	padding: ;
}
.vc_row>.wpb_column>.vc_column-inner {
	/*padding: 1em 0em;*/
}
.vc_col-has-fill>.vc_column-inner {
	/*padding-top: 0px !important;*/
}

.vc_row {
     margin-left: 0px !important; 
     margin-right: 0px !important; 
}


/*Bottom slice styles columns*/
.bottomslice .vc_column_container .vc_column-inner {
	background-position:bottom center;
	background-size:contain;
	background-repeat: no-repeat;

	padding:2em;

	padding-top: 1.5em !important;
}

.bottomslice .vc_column_container .vc_column-inner:after {
	height: 350px;
	content: " ";
	width:100%;
	display:block;
}
.bordered {
	border-bottom: 1px solid #eeeceb;
}
.bottomslice>.vc_column_container, .bordered>.vc_column_container {
	border-top: 1px solid #eeeceb;
	border-right: 1px solid #eeeceb;

}

.homebuttons h3 {
	margin-top:0px;
}
.homebuttons .vc_column-inner>.wpb_wrapper>div:not(.wpb_single_image):not(.vc_row):not(.wpb_video_widget) {
	padding: 10px 0px;
}
.divided .vc_row {
	border-bottom: 1px solid #eeeceb;
}

.divided .vc_column-inner>.wpb_wrapper>div:not(.wpb_single_image):not(.vc_row){
   /* padding: 0em;*/
}

.vc_col-has-fill {
	min-height: 200px !important;
}

/*9 column layout */

figcaption.vc_figure-caption {
    font-weight: 600;
    font-size: 1rem !important;
    padding-top: 1em;
}

.ninecols {
	max-width: 1168px;
	margin: 0px auto !important	;
	padding-left: .5em;
	padding-right: .5em;
}
.ninecols .wpb_column {
/*	width: 11.11111111% !important;
*/	box-sizing:border-box !important;
	padding: .5em !important;
}

.ninecols .wpb_column:nth-child(10), .ninecols .wpb_column:nth-child(11), .ninecols .wpb_column:nth-child(12) {
	display:none !important;
}

@media screen and (min-width:300px) {
	.ninecols .wpb_column {
		width: 33.33333% !important;
		box-sizing:border-box !important;
		padding: .5em !important;
		float:left;
	}

}
@media screen and (min-width:999px) {
	.ninecols .wpb_column {
		width: 11.11111111% !important;
	}

}


.spacedimg {
	max-width: 490px;
    margin: 0px auto !important;
    display: block;
    padding: 1.75em 3em 1.75em 3em
}

.bottombuttonrow .wpb_column{
	position:relative;
}

.bottombuttonrow .vc_btn3-container {
	position:absolute;
	bottom: 0px;
	left: 0px;
	z-index: 999;
}

.bottombuttonrow .vc_col-sm-4>.vc_column-inner>.wpb_wrapper>div {
	max-width:100%;
}
.bottombuttonrow h3:after {
	display:none;
}

.bottombuttonrow h3 {
	color: #26575b;
}
.bottombuttonrow .wpb_wrapper {
	padding-bottom: 2em;
}


/*vc tabs*/

.vc_tta.vc_general .vc_tta-panel-body, .vc_tta-tabs-container {
	overflow: visible !important;
}
.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-list {
	text-align:center;
}
.vc_tta-panel-body {
	padding: 0px !important;
	border-width: 0px !important; 
}
.vc_tta-container {
	padding: 0px !important;
	margin: 0px !important;
	margin-top: 1em !important;
}

.vc_tta-panel-body .vc_column-inner>.wpb_wrapper>div:not(.wpb_single_image):not(.vc_row) {
	padding: 0px !important;
	/*margin: 0px !important;*/
}

.vc_tta-panel-body .vc_col-sm-6:nth-child(2) .vc_column-inner>.wpb_wrapper>div{
/*	float:right; 
	width:100%;*/
	/*squashes size for some reason
	*/
}
@media screen and (min-width:768px) {
	.vc_tta-panel-body .vc_col-sm-6:nth-child(2) {
		border-left: 1px solid #eeeceb;
		padding-left:1em;
	}
	.vc_tta-panel-body .vc_col-sm-6:nth-child(1) {
		padding-right:1em;
	}
}

.vc_tta-tabs-container {
	border-bottom: 1px solid #eeeceb;

}

.vc_tta-panel{
	padding: 0px 20px; 
}
.vc_tta-panels, .vc_tta-panel-heading, .vc_tta-panel-body {
	background-color: #fff !important;
	border: 0px solid #fff !important;
}
.vc_tta-panels .vc_tta-panel:nth-child(2){
}

.vc_tta-panels .wpb_column {
	padding-top:2em;
	padding-bottom: 2em;
}

.vc_tta-tab>a, .vc_tta-panel-title {
	color:#26575b !important;
	background-color: #fff !important;
	border: 0px solid #fff !important;
	font-weight: 300;
}
.vc_active>a, .vc_active .vc_tta-panel-title {
	font-weight: 700;
	border-bottom:3px solid #26575b !important;
}

.vc_tta.vc_general .vc_tta-panel-title>a{
	padding-left: 0px !important;
	color:#26575b !important;
}
.escapewidth .vc_col-sm-12>.vc_column-inner {
	max-width: 100%;
}/*
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title>a {
	background-color: #eeeceb;
}*/
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title>a {
	background-color: #fff;
}
.vc_tta-tab {
    margin: 1px 16px 0px 10px !important;
}

.page-id-639 .vc_row h2 {
    font-weight: 200;
    position: relative;
    padding-bottom: .8em;
    margin-bottom: 1.2em !important;
}
.page-id-639 .vc_row h2:after {
	width:52px;
	height:1px;
	background-color: #26575b;
	content: " " ;
	display:block;
	position:absolute;
	bottom: 0;
	}

.vc_tta-tabs strong, .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title>a {
	color: #26575b;
}


/*Make VC tabs stay next to each other on mobile */

.vc_tta.vc_tta-tabs .vc_tta-panel-heading{
	display:none !important;
}

.vc_tta.vc_tta-accordion .vc_tta-tabs-container, .vc_tta.vc_tta-tabs .vc_tta-tabs-container {
	display:block !important;
}

@media screen and (max-width:600px) {
.vc_tta.vc_general .vc_tta-tab>a {
    padding: 14px 17px !important;
}
}
/*VC BUtton */


.divided .vc_row .vc_btn3-inline {
    margin-top: .5em;
    margin-bottom: .5em;
        padding-top: 1.5em !important;
}

.vc_btn3-container, .vc_btn3-center {
	margin-bottom: 0px !important;
}
.vc_btn3 {
	text-decoration: none;
    color: #fff !important;
    font-weight: 600;
    border: 1px solid #217f8c !important;
    background-color: #217f8c !important;
    padding: 7px 2em !important;
    border-radius: 17px !important;
    background-image: none !important;
}


.vc_btn3-color-white, .vc_btn3:hover {
	color: #217f8c !important;
    background-color: #fff !important;
    border: 1px solid #217f8c !important;
}


.landing-page-intro .vc_btn3-color-white {
	background-color: transparent !important;
}
.vc_btn3-color-white:hover {
   color: #fff !important;
    background-color: #217f8c !important;

}


.wpb_gmaps_widget .wpb_wrapper {
	padding: 0px !important;
	background-color:#fff;
}
/*Tables*/

td {
	padding: .2em 0px;
}

.contactBlurb td {
	padding: .4em 0px;
}


/*Form styles */
::-webkit-input-placeholder {
   color: #ccc;
}
/*input:-moz-placeholder { 
   color: #bbb;  
}*/
input::-moz-placeholder {  /* Firefox 19+ */
   opacity: 1;
   color: #ccc;  
}
:-ms-input-placeholder {  
   color: #ccc;  
}

input[type=submit] {
    font-weight: 600;
    padding: 7px 2em !important;
    border-radius: 17px !important;
    background-image: none !important;
    color: #217f8c;
    background-color: #fff;
    border: 1px solid #217f8c ;
}

input[type=submit]:hover, input[type=submit]:active {
    color: #fff !important;
    background-color: #217f8c !important;
}
.gform_wrapper .gform_footer {
	margin-top: 0px !important;
}


.gsection {
	border-bottom: 0px !important;
}
.gform_wrapper .gsection h2.gsection_title {
	position:relative;
    font-weight: 200 !important;
    padding-bottom: .8em !important;
    font-size: 1.8rem !important;
    text-transform: none;
    margin-bottom: 0em !important;
    margin-top: 1.5em !important;
}
.gform_wrapper .gsection h2.gsection_title:after {
    width: 52px;
    height: 1px;
    background-color: #26575b;
    content: " ";
    display: block;
    position: absolute;
    bottom: 0;
}

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ol, body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ol {
    list-style-type: decimal!important;
    margin: 22px 0 12px 27px;
    padding-left: 0;
}

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ol li, body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ol li {
	padding-left: 1em !important;
}

.gf_repeater_remove, .gf_repeater_add {
	 display: inline;
    padding-right: 11px;
    color: #184c51;
}
.gf_repeater_remove:hover, .gf_repeater_add:hover {
    font-weight: 700;
}
#pagebody .gform_wrapper textarea, #pagebody .gform_wrapper textarea.small, #pagebody .gform_wrapper textarea.medium {
	border: 0px solid #fff;
	appearance: none;
	border-bottom: 2px solid #cccccc;
	height:40px;
}
input[type=text], input[type=email] {
	border: 0px solid #fff;
	border-bottom: 2px solid #cccccc;
	height: 40px;
	line-height: 40px;
	box-sizing:border-box;
} 
input[type=text]:focus, input[type=email]:focus, textarea:focus{
    outline:none;

}
input[type=text]:active, input[type=email]:active,
input[type=text]:focus, input[type=email]:focus,
textarea:focus {
	border-bottom: 2px solid #26575b;
}

input[type=text], input[type=email], textarea {
	padding-left: 0px !important;
}
.gform_wrapper .gfield_label {
	text-transform:uppercase;
	color: #26575b;
	font-size: .8em !important;
}

/*Less strong gform label*/
.gform_wrapper .basicLabel label.gfield_label
 {
	color: #666;
	font-size: 1rem !important;
	text-transform: none;
	font-weight: 300;
}
.gfield {
	margin-top: 0px !important;
	margin-bottom: 2em;
}


/*Gform wrapper width*/
.white .gform_wrapper * {
    box-sizing: border-box;
    /*width: 100%;*/
}

.white .gform_wrapper ul li.gfield, .white .gform_wrapper .ginput_container, .gform_fields, .white .gform_body {
    width: 100%;
}

/*Style material select*/
select {
	display:none;
}
.select-dropdown {
	width: 100%;
    /*height: 40px;*/
	line-height: 40px;

    margin: 0;

    background: #fff;
    outline:none;

}

.select-wrapper {
	position:relative;
}

.select-wrapper .caret {
    background-image: url(img/chevron-down.png);
    background-repeat: no-repeat;
    background-position: right 0px center;
    background-size: 12px auto;
    position: absolute;
    right: 20px;
    top: 17px;
    width: 12px;
    height: 12px;
    color: transparent;
    /*z-index: -2;*/
    pointer-events:none;

}
.select-dropdown {
	background-color: transparent;
}
.dropdown-content {
	z-index: 9999;
	background-color: #fff;
}
.dropdown-content li > a, .dropdown-content li > span {
	font-size: 1rem;
	color: #666;
}

.dropdown-content li:first-child{
    background-image: url(img/chevron-up.png);
    background-repeat: no-repeat;
    background-position: right 20px top 20px;
    background-size: 12px auto;
}

.gform_wrapper ul.gfield_checkbox li, .gform_wrapper ul.gfield_radio li {
	display:inline-block !important;
	margin-right: 1em !important;
}


.gform_wrapper ul.gfield_checkbox li input, .gform_wrapper ul.gfield_radio li input {
	opacity: 0;
	      position:absolute;
        visibility: hidden;
}
.gform_wrapper ul.gfield_checkbox li label{
	/*padding-left: 2em;*/
	max-width:none;
}
.gform_wrapper ul.gfield_radio li label {
    max-width: none;
    padding-left: 2em;
}

.gform_wrapper ul.gfield_checkbox li label:before {
    width: 20px;
    height: 20px;
    border: 1px solid #ccc;
    display: block;
    content: " ";
    margin-right: .75em;
    float: left;
    /*position:absolute;*/
    left: 0px;
    background-size:16px auto;
    background-repeat:no-repeat;
	background-position: center center;
}

.gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked+label:before{
	background-image:url(img/check.svg);
	border: 1px solid #26575b;
}
.radioLabel {
	position:relative;
	padding-left: 2em;
	padding-right: 2em;
}
.radioLabel:before {
margin-top: -20px ;
}
.gform_wrapper ul.gfield_radio li label:before, input[type=radio] {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #ccc;
    display: block;
    content: " ";
    margin-right: .75em;
    float: left;
    position:absolute;
        left: 0px;
        top:0px;
}

.gform_wrapper ul.gfield_radio li input[type=radio]:checked+label:before, input[type=radio]:checked{
	background-image:url(img/dot.png);
	background-position: center center;
	background-repeat:no-repeat;
	border: 1px solid #26575b;
	    background-size: 16px;
}


/*Custom accordion*/
.accordionheader {
	color: #26575b;
	padding: 1em 20px 1em 64px;
	font-weight: 700;
	border: 1px solid #217f8c;
	border-bottom:0px solid #217f8c;
	background-image: url(img/chevron-down.png);
	background-repeat: no-repeat;
	background-size: 12px auto;
	background-position: right 32px center;
	position:relative;

}
.accordionheader i {
	position:absolute;
	left: 32px;
	top: 15px;
}
.accordionheader.expanded {
	color: #fff;
	background-color: #217f8c;
	background-image: url(img/white-chevron-up.png);
}
.accordioncontent {
	display:none;
	padding: 20px 32px;
	border-left: 1px solid #217f8c;
	border-right: 1px solid #217f8c;
}
.customAccordion {
	border-bottom: 1px solid #217f8c;

}
/*Mailing list sign up banner*/
#mailingList h2 {
	font-weight: 200;
	font-size: 1.866rem;
}
#mailingList {
	padding: 17px 20px 11px 20px;

	background-image:url(img/mail-bg.png);
	background-size: cover;
	background-repeat:no-repeat;
	background-color: #629846;
	color:#fff;
	overflow:hidden;
	/*border-bottom: 64px solid #eeeceb;*/
}

@media screen and (max-width:1219px){
	#mailingList {
		background-size:cover;
		background-position:center center;
	}
}

#mailingList .gfield_label {
	color: #fff;
}
#mailingList input[type=email], #mailingList input[type=text] {
	background-color: transparent;
	border-bottom: 2px solid #fff;
	color: #fff;
	width:270px;
}

#mailingList input[type=submit] {
	background-color: transparent;
	color: #fff;
	border-color: #fff;
	line-height: 1.2!important;
}
#mailingList input[type=submit]:hover, #mailingList input[type=submit]:active {
	color: #629846 !important;
	background-color: #fff !important;
}
#mailingList .gform_fields li, #mailingList .gform_footer, #mailingList .gform_body {
	display:inline-block;
	    width: auto !important;
}
#mailingList .gform_footer {
	margin-top: 0px;
	    width: auto !important;
}
#mailingList.submittedSignup {
	background-image:url(img/mail-bg-submitted.png);
}
#mailingList .gforms_confirmation_message {
    margin-top: 30px;
    margin-bottom: 30px;
    text-align:center;
    font-size: 2.1em;
}
#mailingList.submittedSignup .mailTitle {
	display:none; 
}
#mailingList.submittedSignup .mailForm {
	width:100%;
}
/*Form styles */
#mailingList ::-webkit-input-placeholder {
   color: #fff;
}
#mailingList input:-moz-placeholder { 
   color: #fff;  
   opacity: 1;

}
#mailingList input::-moz-placeholder {  /* Firefox 19+ */
   color: #fff;  
   opacity: 1;
}
#mailingList :-ms-input-placeholder {  
   color: #fff;  
}

.fixedheader {
	position: fixed;
    width: 100%;
    z-index: 99999;
    border-bottom: 1px solid #e7e7e7;
}

.fixedheader.scrolled {

}
/*animating labels */ 

.interacted{
}

.slidingLabel label {
	position: relative;
    top: 35px;
    opacity: 0;
    transition: all .2s;
}

.slidingLabel.interacted label, label.interacted  {
	top: 0;
	opacity:1;
}

.slidingLabel.interacted input:focus::-webkit-input-placeholder { color:transparent !important; }
.slidingLabel.interacted input:focus:-moz-placeholder { color:transparent !important; } /* FF 4-18 */
.slidingLabel.interacted input:focus::-moz-placeholder { color:transparent !important; } /* FF 19+ */
.slidingLabel.interacted input:focus:-ms-input-placeholder { color:transparent !important; } /* IE 10+ */

.gform_wrapper li.gfield.gfield_error {
    width: auto;
    border-top: 0px solid white !important;
    border-bottom: 0px solid white !important;
    padding-bottom: 0px !important;
    padding-top: 0px !important;
    background-color: transparent !important;
}

.gform_wrapper div.validation_error {
    color: #ca1f25;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 25px;
    border-top: 2px solid #ca1f25;
    border-bottom: 2px solid #ca1f25;
    padding: 16px 0;
    clear: both;
    width: auto;
    text-align: center;
}

.full-width-col-bg h3:after {
	display:none;
}
.full-width-col-bg h3 {
	padding-bottom:0px;
color:#fff;
text-align:center;
}


.tblPayment td.cptRight {
	font-size: .8em;
	color: #217f8c;
	max-width:230px;
}

.tblPayment td.colMandatory {
    color: #cc0000;
    width: 20px;
    font-weight: bold;
    font-size: 11px;
    text-align: left;
}

.tblPayment td p.txtRed {
	 color: #cc0000;
    font-weight: 700;
    font-size: 11px;
}


.vc_col-has-fill>.vc_column-inner, .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_vc_row>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_vc_row_inner>.vc_row>.vc_vc_column_inner>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_vc_column_inner>.vc_column_container>.vc_column-inner {
	/*padding-top: 0px;*/
}
.select-wrapper:after {
    content: "";
    border: solid #000;
    border-width: 0 .15em 0.15em 0;
    display: inline-block;
    padding: .20em;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    bottom: 11px;
    right: 4px;
    position: absolute;
}
span.caret {
    display: none;
}


.ui-datepicker-title select {
display:inline-block; 
}



/*Custom map*/

.marker {
    background-color:grey;
    width: 12px;
    height: 12px;
    position:absolute;
    border-radius: 50%;
     transform: translate(-50%, -50%); 
     /*opacity: .5;*/
     font-size: 8px;
     transition: all .2s;
     box-sizing:content-box;
     cursor: pointer;
}

.map-section  {
	overflow:hidden;
	background-color:#e2eccc;
}
.marker span {
    display:none;
    position:absolute;
    top: 12px;
    left: 50%;
    transform:translateX(-50%);
    text-align:center;
    background-color: #fff;
    padding: 2px 3px;
    line-height:1;

}

.marker.active {
    z-index: 9999;
}
.school-map {
    position:relative;
}

 .school-map-container {
    width: 90%;
    margin:0px auto;
    /*height: 400px;*/
    /*overflow: scroll;*/
    /*-webkit-overflow-scrolling: touch;*/
    font-size:0px;

}
 .school-map-container .school-map {
    width: 900px;
    height:auto;
}
img {
    max-width:100%;
    height: auto;
}
/*@media screen and (min-width: 768px) {*/
    .school-map-container {
        float:left; 
        width: 66.6666%;
        /*min-height: 100vh;*/
        box-sizing: border-box;
        height: auto;
    }

     .school-map-container .school-map {
        width:100%;
        height: auto;
    }

    .school-map-legend-container {
        float:left; 
        width: 33.3333%;
        /*height: 100vh;*/
        box-sizing: border-box;
    }
/*}*/
.school-map-legend-container {
	background-color:#fff;
}
.school-map-legend-container li {
    cursor: pointer;
}


.map-legend {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    margin-top: 10px;
    margin-bottom: 10px !important;
}
.map-legend li {
    display:block;
    padding: 2px 1em;
    font-size: .8rem;
}
.map-legend li:hover {
    background-color: #f7f7f7;
}

@keyframes flickerAnimation {
  0%   { background-color: #cb0000; }
  50%  { background-color: #ff4e4e; }
  100% { background-color: #cb0000; }
}
@-o-keyframes flickerAnimation{
  0%   { background-color: #cb0000; }
  50%  { background-color: #ff4e4e; }
  100% { background-color: #cb0000; }
}
@-moz-keyframes flickerAnimation{
  0%   { background-color: #cb0000; }
  50%  { background-color: #ff4e4e; }
  100% { background-color: #cb0000; }
}
@-webkit-keyframes flickerAnimation{
  0%   { background-color: #cb0000; }
  50%  { background-color: #ff4e4e; }
  100% { background-color: #cb0000; }
}



.marker.active, .marker.hoveractive, .marker:hover {
    background-color: #cb0000;
    opacity: 1;
    border: 3px solid white;


}

.marker.active {
    -webkit-animation: flickerAnimation 1s infinite;
   -moz-animation: flickerAnimation 1s infinite;
   -o-animation: flickerAnimation 1s infinite;
    animation: flickerAnimation 1s infinite;   
}
.school-map-legend-container li.active, .school-map-legend-container li:active {
    background-color: #cb0000;
    color:#fff;
}


.active span, .marker:hover span {
    display:block;
}

.marker:nth-child(1)    {     top: 24%;    left: 27%;     	} /*Association field*/
.marker:nth-child(2)     {     top: 90%;    left: 59%;     	} /*Before and after OHSC*/
.marker:nth-child(3)    {     top: 76.5%;    left: 57%;   	  } /*Block 1*/
.marker:nth-child(4)    {     top: 72.8%;    left: 56.3%; 	    } /*Block 2*/
.marker:nth-child(5)    {     top: 48.5%;    left: 32.3%; 	    } /*Canteen and sports amenities*/
.marker:nth-child(6)     {     top: 82.6%;    left: 65%;   	  } /*Chapel*/
.marker:nth-child(7)    {     top: 46.6%;    left: 55%;   	  } /*Cricket oval concrete pitch */
.marker:nth-child(8)    {     top: 52%;    left: 72.5%;   	  } /*Cricket oval synthetic pitch */
.marker:nth-child(9)    {     top: 33.5%;    left: 19.5%; 	    } /*Cricket training nets*/
.marker:nth-child(10)    {     top: 70.6%;    left: 44.2%; 	    } /*CRIFD*/
.marker:nth-child(11)    {     top: 59%;    left: 50.5%;   	  	} /*Design and rechnology centre*/
.marker:nth-child(12)    {     top: 33%;    left: 12%;     	} /*Driving range*/
.marker:nth-child(13)     {     top: 74%;    left: 85.8%;   	  } /*Early learning center*/
.marker:nth-child(14)    {     top: 21%;    left: 47%;     	} /*Easter fields*/
.marker:nth-child(15)    {     top: 65%;    left: 36.5%;   	  } /*Great court*/
.marker:nth-child(16)    {     top: 52%;    left: 80%;     	} /*Junior playing fields*/
.marker:nth-child(17)     {     top: 76.3%;    left: 70.5%; 	    } /*Junior school administration*/
.marker:nth-child(18)    {     top: 60%;    left: 88.5%;   	  } /*Junior school car park*/
.marker:nth-child(19)     {     top: 79%;    left: 77.5%;   	  }/*Junior school possibility hub*/
.marker:nth-child(20)     {     top: 77.5%;    left: 74.5%; 	    } /*Junior school classrooms frost*/
.marker:nth-child(21)    {     top: 74.2%;    left: 61.1%; 	    } /*Library*/
.marker:nth-child(22)    {     top: 85%;    left: 37%;     	} /*lower carpakr */
.marker:nth-child(23)    {     top: 45.5%;    left: 20.5%; 	    } /*Main oval*/
.marker:nth-child(24)    {     top: 59%;    left: 46%;     		} /*Middle school administration*/
.marker:nth-child(25)    {     top: 59%;    left: 43%;     	} /*Middle School Classrooms*/
.marker:nth-child(26)     {     top: 64.7%;    left: 78.5%; 	    	} /*Multi-purpose undercover arena*/
.marker:nth-child(27)     {     top: 86.5%;    left: 65.5%; 	    } /*Music*/
.marker:nth-child(28)    {     top: 58.5%;    left: 26%;   	  } /*Outdoor courts*/
.marker:nth-child(29)    {     top: 71.7%;    left: 68.5%; 	    } /*PLCS and lecture theatre*/
.marker:nth-child(30)    {     top: 69%;    left: 50.5%;   	  } /*Science centre*/
.marker:nth-child(31)    {     top: 76%;    left: 61.5%;   	  } /*Sippers cafe*/
.marker:nth-child(32)    {     top: 39%;    left: 43%;     	} /*Sports and senior student parking*/
.marker:nth-child(33)    {     top: 74.6%;    left: 47.2%; 	    } /*Staff car park*/
.marker:nth-child(34)    {     top: 77.1%;    left: 63.5%; 	    } /*Sutt0n and SPIS*/
.marker:nth-child(35)    {     top: 76.2%;    left: 38.4%; 	    } /*swimming pool */
.marker:nth-child(36)    {     top: 62%;    left: 61%;     			} /*T BLock*/
.marker:nth-child(37)    {     top: 73%;    left: 25%;     	} /*Taekwondo, cadets and dance*/
.marker:nth-child(38)    {     top: 66.7%;    left: 42%;   	  } /*The beginning of peace*/
.marker:nth-child(39)     {     top: 80.5%;    left: 51%;     } /*Tooth admin*/
.marker:nth-child(40)    {     top: 77%;    left: 48%;     	} /*Tuckshop and reid centre*/
.marker:nth-child(41)    {     top: 87.5%;    left: 55%;   	  } /*upper carpakr */

.marker:nth-child(43)    {     top: 62%;    left: 29.7%;   	  } /*Walker centre 2*/
.marker:nth-child(42)    {     top: 68.5%;    left: 33.5%; 	    } /*Walker centre 1*/

.marker:nth-child(44)    {     top: 69%;    left: 55.5%;   	  } /*Wellbeing centre*/



@media screen and (min-width: 700px) {
    .marker {
        width: 13px;
        height: 13px;
        font-size: 9px;
    }
    .marker span {
        margin-top: 10px;
    }
}


@media screen and (min-width: 900px) {
    .marker {
        width: 15px;
        height: 15px;
        font-size: 10px;
    }
}





/*Learning realms landing page ------------------------------------------------------------------------------------*/




.videoholder {
  width: 100%;
  margin: 0px auto;
  text-align: center;
  /*margin-top: -50%;*/
  margin-top: 0%;
  margin-bottom: -26%;

  z-index: 999;
  position: relative;
}

.video-clear {
  padding-bottom: 26%;
  width: 100%;
}

.play-icon {
  z-index: 999;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  width: 21px; }

.video-thumbnail {
  cursor: pointer;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 99;
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: #666666; }

.video {
  height: 0;
  padding-top: 25px;
  background-color: #666666;
  /*padding-bottom: 52%;*/
  padding-bottom: calc(56.35% - 25px);
  /*margin-bottom: 10px;*/
  /*margin-bottom: 26%;*/
  position: relative;
  overflow: hidden; }

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


.realms .row {
	margin-bottom: 0px;
}

@media screen and (min-width: 769px) {
	.realms .container {
		width: 86%;
		max-width: 1166px;
	}
}




.stars-intro {
	background-color: #5454AA;
	color: #fff;
	background-image:url(img/realms/star-bg.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	text-align:center;
}

.stars-intro .logo {
	width: 200px;
	margin: 50px auto;
 }

 .stars-intro p {
 	/* The Realms of Thinki: */
 	font-size: 20px;
 	color: #FFFFFF;
 	letter-spacing: 0;
 	text-align: center;
 	line-height: 30px;
 	margin-bottom: 50px;
 }

 @media screen and (min-width: 769px) {

	.play-icon {
		width: 55px;
	}
 	.stars-intro p {
 		font-size: 21px;
 		line-height: 32px;
 		margin-bottom: 75px;

 	}

 	.stars-intro .logo {
 		margin: 40px auto 100px auto;
 	 }

 }


.gradient-section img {

	margin-top:30px;
	display:block;
}

.gradient-section {
	text-align:center;
	padding: 47px 0px 70px 0px;

	background-color: #F5F5F5;
}

.gradient-section p {
	/* The Realms encourage: */
	font-size: 15px;
	color: #000000;
	letter-spacing: 0;
	text-align: center;
	line-height: 26px;
}



 @media screen and (min-width: 769px) {
	.gradient-section {
		padding: 47px 0px 0px 0px;

	}

 }

 .case-studies {
 	margin-top: 56px;
 }
 .case-studies h2 {
 	font-family: "objektiv-mk1", sans-serif; 
 	font-weight: 700;
 	/* Realms of Thinking i: */
 	font-size: 29px;
 	color: #5454AA;
 	letter-spacing: 0;
 	text-align: center;
 	line-height: 35px;
 	text-decoration: underline;

	 	margin-bottom:56px;

 }

 @media screen and (min-width: 769px) {
	 .case-studies h2 {
	 	font-size: 39px;
	 	line-height: 35px; 
	 	margin-bottom:56px;
	 }
 }
.realm-image, .realm-col-content {
	min-height: 223px;
}

.realm-image {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

 .realm-row h3, .realm-row h4{
 	/* Case Study World Sch: */
 	font-family: 'objektiv-mk1', sans-serif;
 	font-size: 28px;
 	color: #BBBFC2;
 	letter-spacing: 0;
 	line-height: 35px;
 	font-weight: 400;
 	text-transform: none;
}
.realm-row h3 {
	color: #333;
	margin-top: 0px;
} 

.realm-row h4{
	margin-bottom: 0px;

}
.realm-row {
 background-color: grey;
}

 .realm-col-content {
 	background-color: #fff;
 	padding: 30px 23px 30px 23px;

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


 	.realm-row {
 	}
	 .realm-image, .realm-col-content {
	 	width: 50%;
	 	float:left;
	 	min-height: 450px;
	 	display:flex;
	 	align-items: center;

	 }



	 .realm-col-content .inner {
	 	max-width: 470px;
	 	padding: 0px 16px 0px 30px;
	 	float:right;
	 	margin-left: auto;
	 } 
	 .realm-row:nth-child(2n) {
	 	/*border:10px solid red;*/
	 }
	  	.realm-row:nth-child(2n) .realm-image {
	  		/*margin-left: -50%;*/
	  		float:right;
	  	}

	  	.realm-row:nth-child(2n) .realm-col-content {
	 	 	
	  		/*margin-left: 50%;*/
	  		float:right;
	 	 
	 	}

	 	.realm-row:nth-child(2n) .realm-col-content .inner {
	 		float:left;
	 		margin-right: auto;
	 		margin-left: 0;
		}

}

.purple-row {
	text-align:center;
	background-color: #5454AA;
	color: #fff;
	padding: 32px 0px;

}

.purple-row a {
	color:#fff;
}

.tomorrow-box {
	background-image: url(img/realms/realms-kids-bg.png);
	background-size:cover;
	background-position: center;
	padding: 50px 15px;
	text-align:center;
}
.tomorrow-box h3{
	text-transform: none;
	font-weight: 700;
 	font-family: 'objektiv-mk1', sans-serif;
 	font-size: 26px;
 	color: #FFFF00;
 	letter-spacing: 0;
 	text-align: center;
 	line-height: 40px;

}

.purple-row h3 {
 	font-family: 'objektiv-mk1', sans-serif;
	font-weight: 700;
}

.purple-row .intro {
	margin: 50px auto;
	font-weight:400;
}
.purple-row .intro h3 {
	text-transform: none;

	font-weight: 400;
	font-size: 26px;
	color: #FFFFFF;
	letter-spacing: 0;
	text-align: center;
	line-height: 35px;
}


.purple-row .cta-row .cta-box {

}
.purple-row .cta-row .cta-box {
	position:relative;
	padding: 55px 20px;
	margin-bottom: 22px;

}

.purple-row .cta-row .cta-box p {
	font-size: 16px;
	line-height: 1;
}

.purple-row .cta-row .cta-box a:hover {
	color: #FFFF00;
	text-decoration: none !important;
}
.purple-row .cta-row .cta-box span {
	display:block;
	position:absolute; 
	background-color:white;
}

.purple-row .cta-row .cta-box span:nth-child(1),.purple-row .cta-row .cta-box span:nth-child(3) {
	height: 100%;
	width: 6px;
}

.purple-row .cta-row .cta-box span:nth-child(2),.purple-row .cta-row .cta-box span:nth-child(4) {
	width: 100%;
	height: 6px;
}
.purple-row .cta-row .cta-box span:nth-child(1) {
	top: 0;
	left: 0;
	background-color: red;
	background: linear-gradient(#FFFF00 0%, #CBFF00 100%);
}

.purple-row .cta-row .cta-box span:nth-child(2) {
	top: 0;
	left: 0;
	background-color: #FFFF00;
	background: linear-gradient(90deg, #FFFF00 0%, #00FF00 60%, #00FF7C 100%);;
}

.purple-row .cta-row .cta-box span:nth-child(3) {
	bottom: 0;
	right: 0;
	background-color: green;
	background: linear-gradient(#00FF7C 0%, #00FFFF 100%);;
}
.purple-row .cta-row .cta-box span:nth-child(4) {
	bottom: 0;
	right: 0;
	background-color: #00FFFF;
	background: linear-gradient(90deg, #CBFF00 0%, #00FF00 40%, #00FFFF 100%);;
}
.purple-row .cta-row .cta-box h3 {
	font-weight: 700;
	border-bottom: 3px solid white;
	width:auto;
	margin-left: auto;
	margin-right: auto;
	text-transform: none;
	display: inline;
}
@media screen and (min-width: 769px) {
	.tomorrow-boc {

	}
	.purple-row {
		padding: 75px 0px 90px 0px;
	}
	.purple-row .intro {
		margin: 50px auto 90px auto;
	}
	.purple-row .intro h3{
		font-weight: 700;
	}

	.purple-row .cta-row .cta-box p {
		max-width: 180px;
		margin: 0px auto;
		margin-top: 1em;
	}
	.purple-row .cta-row .cta-box {
		padding: 55px 40px;

	}
}


/*Booking form row ---------------------------------------------------------------------------------------------------------------------------- */
.booking-form-section {
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#11768a+0,6b8834+100 */
	background: #11768a; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #11768a 0%, #6b8834 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #11768a 0%,#6b8834 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #11768a 0%,#6b8834 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#11768a', endColorstr='#6b8834',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

	padding: 4em 0px;
	text-align:center;
}

.booking-form-section .booking-form {
	background-color: #fff;
	overflow:hidden;
	
}

 
.booking-form-section h2 {
	text-transform: uppercase;
	position: relative;
	font-weight: 500;
	color:#26575b;
	letter-spacing: .1em;
	font-size: 2rem;
	line-height: 1.4;
	padding-bottom:1.2em;
	padding-top:1.2em;
	margin-bottom:.8em;
}

.booking-form-section h2:after {
	height:2px;
	width: 50px;
	background-color: #26575b;
	content: " ";
	display:block;
	position:absolute;
	left:50%;
	bottom:0px;
	transform: translateX(-50%);

}

.booking-form-section p {
	font-size:1.2em;
	color: #666666;
}
.booking-form-section p a {
	color: #666666;
	font-weight:bold;
}

.booking-form .gform_wrapper {
	text-align:left; 
	margin-top: 30px;

}


.booking-form .gform_body .gfield {
	/*padding-right: 5px !important;*/
	clear: none !important;
}
.booking-form .gform_body .gfield input {
	width:100% !important;
}
.booking-form  .gform_footer input[type=submit] {
    background-color: #ff0000;
    border-color: #ff0000;
    color: #fff;
    font-weight: bold;
    letter-spacing: .1em;
    width: 100%;
    margin-top: 33px;
    padding: 13px 2em !important;
    border-radius: 31px !important;
}

.booking-form  .gform_footer input[type=submit]:hover {
	background-color:#fff !important;
	color: #ff0000 !important;
}

.booking-form .gform_body .gfield {
	width: 100%;
	float:left;
}


.booking-form input[type=text], .booking-forminput[type=email] {
    border: 0px solid #fff;
    border-bottom: 1px solid #184c51;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
}

/*Form styles */
.booking-form ::-webkit-input-placeholder {
   color: #184c51;
}
/*input:-moz-placeholder { 
   color: #bbb;  
}*/
.booking-form input::-moz-placeholder {  /* Firefox 19+ */
   opacity: 1;
   color: #184c51;  
}
.booking-form :-ms-input-placeholder {  
   color: #184c51;  
}


@media screen and (min-width: 601px) {


	.booking-form .gform_body, .booking-form .gform_footer {
		display:block;
		clear: none !important;
		float:left;
	}

	.booking-form .gform_body {
		width:80% !important;
	}
	 .booking-form .gform_footer {
	 	width:20% !important;
	 }

	.booking-form .gform_body .gfield {
		width: 33%;
		float:left;

	}

	.booking-form  .gform_footer input[type=submit] {
		width: 80%;
		float:right;
	}
}




/*Newsletter site section*/

.single-sps-newsletter #bodycontent, .post-type-archive-sps-newsletter #bodycontent, 
.sps-newsletter-terms #bodycontent, .tax-sps-newsletter-terms #bodycontent,
.single-sps-newsletter .wrapper, .post-type-archive-sps-newsletter .wrapper, 
.sps-newsletter-terms .wrapper, .tax-sps-newsletter-terms .wrapper {
	width: 100%;
	/*max-width: 1600px;*/
	max-width: 100%;
	background-color: #EEEDEB;
}


.enews-hero {
	color: #fff;
	overflow:hidden;
	background-color: #217f8c;
	background: linear-gradient(270deg, #36A66A 0%, #26575B 100%);
	min-height: 338px;
	padding-top: 90px;
	padding-bottom: 10px;
	background-color: #36A66A;
	background-position:center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(img/newsletter/mobile-hero-background.jpg);
}
.enews-hero:after {
	content: "";
	display:block;
	background-size:contain;
	background-position:left center;
	background-image: url(img/newsletter/mobile-squiggle.svg);
	height: 22px;
	width:100%;
	background-repeat: no-repeat;
}

.enews-hero h2 {
	font-family: 'Satisfy', cursive;
	font-size: 68px;
	font-weight: normal;
	text-transform: lowercase;
}

.enews-hero h1 {
	font-size: 21px;
	line-height: 25px;
	color: #FEF200;
	text-transform: none;
	font-weight:normal;
}

/*Page menu*/

.page-menu-hamburger {
  display: inline-block;
  width: 34px;
  padding: 0px 0px;
  overflow: hidden; }
  .page-menu-hamburger span {
    display: block;
    background-color: #26575B;
    width: 100%;
    height: 3px;
    float: right;
    transition: all .2s; }
  .page-menu-hamburger span:nth-child(1) {
    /*width: 30px; */
    }
  .page-menu-hamburger span:nth-child(3) {
    /*width: 24px; */
    }
  .page-menu-hamburger span:not(:last-child) {
    margin-bottom: 4px; }
  .page-menu-hamburger.close span:nth-child(2) {
    display: none; }
  .page-menu-hamburger:hover {
    cursor: pointer; }
    .page-menu-hamburger:hover span {
      width: 100%; }


      .mobile-newsletter-nav {
        z-index: 999 !important;
        overflow: auto;
        min-height: 70px; }
        .mobile-newsletter-nav .accordion-menu {
          text-align: left; }
        .mobile-newsletter-nav .newsletter-navigation-title {
          margin: 1em auto;
          color: #00001F;
          font-size: 18px;
          cursor: pointer;
          overflow: hidden;

          	color: #595C5E;
          	font-family: 'Montserrat', 'Proxima Nova', sans-serif;
          	font-size: 22px;
          	font-weight: 500;
          	line-height: 38px;
          
           }
          .mobile-newsletter-nav .newsletter-navigation-title:after {
            content: " ";
            display: inline-block;
            vertical-align: middle;
            background-image: url(img/newsletter/arrow-down.svg);
            width: 1em;
            margin-left: .5em;
            height: 1em;
            background-position: center;
            background-repeat: no-repeat; 
            transition: all .2s;

        }
          .mobile-newsletter-nav .newsletter-navigation-title:hover {
          	color: #000;
          }
          .mobile-newsletter-nav .newsletter-navigation-title.open:after {
          	transform: rotate(180deg);
          }
.mobile-newsletter-nav .newsletter-navigation-block {
display: none;
border-top: 1px solid #D8D8D8;
max-height: calc(100vh - 148px);
overflow-y: scroll; }
.mobile-newsletter-nav .newsletter-navigation-block .accordion-menu {
font-size: 16px;
padding-bottom: 40.5px; }

.mobile-newsletter-nav .accordion-menu > li > a {
	color: #26575B;
	font-size: 18px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: 3em;
	display:block;
}

.mobile-newsletter-nav .accordion-menu > li > a:hover {
	text-decoration: none !important;
	color: #000;
}
.mobile-newsletter-nav .accordion-menu > li {
	position:relative;
}

.mobile-newsletter-nav .accordion-menu a {
	padding-left: 25px;
	padding-right: 25px;
}

.mobile-newsletter-nav .accordion-menu .sub-menu a {
	display: inline-block;
	width:auto;
	padding-top: 5px;
	padding-bottom: 5px;
}
.mobile-newsletter-nav .accordion-menu .sub-menu a:after {

		width: 100%;
		height: 5px;
		content: " ";
		display:block;
		background-image: url(img/newsletter/nav-underline.svg);
		background-repeat:no-repeat;
		margin: 0em;
		background-size: 100% 100%;
		background-repeat: no-repeat;
		opacity: 0;
}

.mobile-newsletter-nav .accordion-menu .sub-menu a:hover  {
	/*font-weight:600;*/
	text-decoration: none !important;
}
.mobile-newsletter-nav .accordion-menu .sub-menu a:hover:after  {
	opacity: 1;
}

.mobile-newsletter-nav .newsletter-navigation-block .accordion-menu ul {
display:none;
padding-bottom: 2em;
padding-top: 1em;
border-top: 1px solid #D8D8D8; }
.mobile-newsletter-nav .newsletter-navigation-block .accordion-menu ul li {
font-size: 14px; font-weight: light;}
.mobile-newsletter-nav .newsletter-navigation-block .accordion-menu ul li a {
/*padding: 0px 27px;*/ }
.mobile-newsletter-nav .newsletter-navigation-block ul.accordion-menu > li {
border-bottom: 1px solid #D8D8D8; }
.mobile-newsletter-nav .newsletter-navigation-block .accordion-menu li[aria-expanded="true"] ul {
/*border-bottom: 2px solid #FEBE10; */}
.mobile-newsletter-nav .chevron {
padding-left: 1em;
padding-right: .5em;
position: absolute;

top: .95em;
transition: all .2s;
right: 0;
transform: rotate(-90deg);
cursor: pointer;
}

.mobile-newsletter-nav .chevron:hover {
	opacity: .5;
}
.mobile-newsletter-nav .open .chevron {
transform: rotate(0deg);
}

.accordion-menu {
	margin: 0px;
}

.mobile-newsletter-nav .container {
	/*max-width:322px;*/
}
.page-menu, .mobile-newsletter-nav {
  padding: 7px 0px;
  background-color: #fff;
  text-align: center;
  min-height: 50px;
  box-shadow: 0 2px 23px 0 rgba(0,0,0,.1);
  transition: all .2s;
  position: relative;
  z-index: 2; }

.page-menu ul {
  margin: 0px; }
.page-menu li {
  display: inline-block; }

.mobile-page-menu {
  padding: 10px 0px 0px 0px; }

.small-page-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  box-shadow: 0 2px 23px 0 rgba(0,0,0,.1);
  z-index: 99999;
  background-color: #fff; }
.small-page-menu ul {
	margin: 2em auto;
}
.small-page-menu li {
  display: block;
  font-size: 16px;
  margin: 1em; }
  .small-page-menu li a {
    color: #00001F;
    font-weight: bold; }
    .small-page-menu li a:hover {
      /*color: #FEBE10; */
      text-decoration: none !important;
  }

.page-menu.js-is-sticky {
  box-shadow: 0 5px 23px 4px rgba(0, 0, 0, 0.1);
  z-index: 999; }


.desktop-scrolling-menu-wrapper .slick-list {
	overflow:visible !important;
}
/*//hide slides that are not visible*/

.desktop-scrolling-menu-wrapper .slick-list .slick-slide[aria-hidden="true"] {
	/*display:none;*/
	/*opacity: 0;*/
}
.desktop-scrolling-menu-wrapper {
	position:relative;
}
.desktop-scrolling-menu-wrapper:before {
	width: 50%;

	right: 100%;

	top: 0;

	position: absolute;

	content: ' ';

	display: block;

	background-color: white;

	height: 100%;
	z-index: 1;
}

.desktop-scrolling-menu-wrapper:after {
	width: 50%;

	left: 100%;

	top: 0;

	position: absolute;

	content: ' ';

	display: block;

	background-color: white;

	height: 100%;

}
  .newsletter-navigation {
    font-weight: bold; }
    .newsletter-navigation a {
      display: block;
      margin: 1em auto;
      position: relative;
      position: relative; }
      .newsletter-navigation a:hover {
        }
      .newsletter-navigation a:first-child {
        padding-left: 40px; }
        .newsletter-navigation a:first-child .icon-arrow {
          left: 0; }
      .newsletter-navigation a:last-child {
        padding-right: 40px;
        text-align: right; }
        .newsletter-navigation a:last-child .icon-arrow {
          right: 0; }
    .newsletter-navigation .icon-arrow {
      position: absolute;
      top: 50%;
      transform: translateY(-50%); }


  .page-menu .desktop-menu {
    position: relative;
    height: 91px;
    text-align: center; }
    .page-menu .desktop-menu li {
      display: inline-block;
      position:relative;
      margin: 0em .5em; }
    .page-menu .desktop-menu a {
      display: block;
      color: #5D6A72;
      font-weight: normal;
      letter-spacing: 0.88px;
      line-height: 20px;
      text-align: center;
      text-transform: uppercase;
      padding:2.5em  0px 0px 0px; }
      .page-menu .desktop-menu a:hover {
        color: #26575B; 
        text-decoration: none !important;
        /*font-weight:600;*/


    }
      .page-menu .desktop-menu a:after {

      	width: 100%;
      	height: 5px;
      	content: " ";
      	display:block;
      	background-image: url(img/newsletter/nav-underline.svg);
      	background-repeat:no-repeat;
      	margin: .75em 0em 1.5em 0em;
      	background-size: 100% 100%;
      	background-repeat: no-repeat;
      	opacity: 0;
      }
      .page-menu .desktop-menu a:hover ,  .page-menu .desktop-menu .current-menu-item > a {
      	/*font-weight: 600;*/
      }
      .page-menu .desktop-menu a:hover:after ,  .page-menu .desktop-menu .current-menu-item > a:after {
      		opacity: 1;
      	}
      .page-menu .desktop-menu li:hover .sub-menu {
      	display:block;
      }
    .page-menu .desktop-menu .current-menu-item a {
      /*border-bottom: 2px solid #FEBE10;*/ }

  .desktop-scrolling-menu-wrapper {
    position: relative;
    width: 100%; }
    .desktop-scrolling-menu-wrapper .slick-list {
      overflow: hidden; }
    .desktop-scrolling-menu-wrapper .menu.slick-initialized {
      display: block; }
      .desktop-scrolling-menu-wrapper .menu.slick-initialized li {
        margin: 0em;
        display: block;
        float: left;
        width: auto;
        box-sizing: border-box; }
        .desktop-scrolling-menu-wrapper .menu.slick-initialized li a {
          margin-left: 1em;
          text-align:left;
          margin-right: 1em; }
    .desktop-scrolling-menu-wrapper .menu.flex-initialised {
      display: flex;
      justify-content: space-around;
      width: 100%; }
      .desktop-scrolling-menu-wrapper .menu.flex-initialised li {
        display: block;
        margin: 0; }


  .page-menu .desktop-menu .chevron {
  	display: none;

  }
  .page-menu .desktop-menu .sub-menu {
  	display: none;

  	position:absolute;
  	top: 100%;
  	left: 50%;
  	transform:translateX(-50%);
  	background-color: #26575B;
  	color: #fff;
  	min-width:442px;
  	text-align:left;
  	padding:43px 50px 13px 50px;
  	text-transform: none;
  }

  .page-menu .desktop-menu .sub-menu li {
  	display:block;
  	width:100%;
  }
  .page-menu .desktop-menu .sub-menu a {
  	text-align:center;
  	color: #fff;
  	display: inline-block;
  	width:auto;
  	padding: 0px;
  	text-transform: none;
  	font-weight:normal;
  }
  .page-menu .desktop-menu .sub-menu a:hover {
  	/*font-weight: 600;*/
  }

.newsletter-card {
	font-family: "Proxima Nova", sans-serif;
	top: 0;
	transition: all .2s;
	position:relative;
	min-height: 271px;
}


.newsletter-card a:hover {
	text-decoration: none !important;
}

.newsletter-term-information {
	background-color: #26575B;
	text-align:center;
	width:102px;
	height: 102px;
	color: #fff;
	padding-top: 10px;
	overflow:hidden;
	float:left;
	margin-right: 35px;
	margin-bottom:35px;
}

.newsletter-term-number {
	color:#FEF200;
	font-size: 50px;
	font-weight:bold;
	display:block;
	line-height: 1;
}

.newsletter-term-label {
	font-size: 24px;
	font-weight: 500;
	display:block;
	line-height: 1;
}
.newsletter-card .date {
		color: #C1C6C9;
		font-size: 18px;
		line-height: 25px;
		margin-top: 0px;
		margin-bottom: 0px;
}

.newsletter-card .card-title {
		color: #5D6A72;
		font-size: 35px;
		font-weight: 500;
		margin-top:.250em;
}
.newsletter-excerpt {
	color:#666666;
	font-weight:500;
	font-size: 16px;
	line-height: 25px;
	clear:both;
	margin: 1em auto;
}
.newsletter-card .read-more {
	height: 19px;
	width: 94px;
	color: #5D6A72;
	font-size: 16px;
	font-weight: 600;
	line-height: 19px;
	text-align: center;
	/*margin: 2em 0em;*/
	/*display: inline-block;*/



}

.newsletter-card .read-more:after {
	background-image: url(img/newsletter/arrow-right.svg);
	width:1em;
	height: 1em;
	background-repeat: no-repeat;
	background-position: center;
	display: inline-block;
	content: " ";
	vertical-align: middle;

	margin-left: 1em;
	left: 0;
	position:relative;
	transition: all .2s;
}

.newsletter-card .read-more:hover:after {
	left: .25em;
}


.newsletter-nav {
	justify-content:space-between;
	
}

.newsletter-taxonomy-navigation {
	text-align:center;
	margin: 60px auto 140px auto;
}

.newsletter-taxonomy-navigation a {
	display: inline-block;
	cursor: pointer;
	margin: 1em 35px;
		height: 40px;
		width: 139px;
		border: 1px solid #26575B;
		border-radius: 24px;
			line-height: 40px;
			color: #26575B;
			font-family: "Proxima Nova", sans-serif;
			font-weight: bold;
			text-align: center;
			transition: all .2s;
		
	
}
.newsletter-button {
	display: inline-block;
	cursor: pointer;
	margin: 1em 35px;
		height: 40px;
		width: auto;
		padding-left: 1em;
		padding-right:1em;
		border: 1px solid #26575B;
		border-radius: 24px;
			line-height: 40px;
			color: #26575B;
			font-family: "Proxima Nova", sans-serif;
			font-weight: bold;
			text-align: center;
			transition: all .2s;
		
	
}
.newsletter-button {
	margin: 0;
}

.yellow-newsletter-button {
	background-color: #FEF200 ;
}
.newsletter-taxonomy-navigation a:hover, .newsletter-button:hover{

	background-color: #26575B;
	color: #FEF200;
	text-decoration: none !important;
}

.newsletter-taxonomy-navigation a.disabled {

	border-color: #C1C6C9;
	color: #C1C6C9;
}

.newsletter-taxonomy-navigation a.disabled:hover {
	border-color: #C1C6C9;
	color: #C1C6C9;
	background-color: transparent;
	cursor: arrow;
}


.newsletter-container {
	max-width: 1200px;
	margin: 0 auto;
	/*overflow:hidden;*/
}

.article-title {
	color: #5D6A72;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.33px;
	text-transform: uppercase;
}

.page-anchor {
  position: relative;
  top: -100px; }

.newsletter-section-title {
		background-color: #26575B;
		color: #fff;
		padding: .5em;
		font-size: 23px;
		line-height: 28px;
		font-weight: normal;
		margin: 1.5em auto 1em auto;
	
}
.desktop-menu {
	/*overflow:hidden;*/
}

.newsletter-article {
	margin-bottom: 56px;
	overflow:hidden;
}
.newsletter-article .card-inner {
}
.toggle-article {
	cursor: pointer;
}
.article-excerpt {
	margin: 1.5em auto;
	font-size: 1.1em;
}
.article-content {
	overflow:hidden;
	padding-bottom:2em;
}

.newsletter-article .read-more {
/*		display: block;
		text-align:center;
		line-height:40px;
		height: 40px;
		width: 150px;
		border: 1px solid #26575B;
		border-radius: 24px;
		background-color: #26575B;
		color: #FEF200;
		font-size: 16px;
		font-weight: 500;

*/
		display: inline-block;

		cursor: pointer;

		/*margin: 1em 35px;*/

		width: 150px;

		width: auto;

		padding-left: 1em;

		padding-right: 1em;

		border: 1px solid #26575B;

		border-radius: 24px;

		line-height: 40px;

		color: #26575B;

		font-family: "Proxima Nova", sans-serif;

		font-weight: bold;

		text-align: center;

		transition: all .2s;
		
}

.newsletter-article .read-more:hover {
	color: #FEF200;
	background-color: #26575B;

}

.newsletter-article .read-more:after {
	background-image: url(img/newsletter/arrow-up.svg);
	width:1em;
	height: 1em;
	background-repeat: no-repeat;
	background-position: center;
	display: inline-block;
	content: " ";
	vertical-align: middle;

	margin-left: 1em;
	left: 0;
	position:relative;
	transition: all .2s;
	transform:rotate(-180deg);
}
.newsletter-article .read-more:hover:after {
	background-image: url(img/newsletter/arrow-up-white.svg);
}
.newsletter-article .read-more.open:after {
	transform:rotate(0deg);

}


.slick-prev-arrow, .icon-prev-arrow {
  background-image: url(img/newsletter/arrow-back.svg);
}
  .slick-prev-arrow:hover, .icon-prev-arrow:hover {
    background-image: url(img/newsletter/arrow-back.svg); }

.slick-next-arrow, .icon-next-arrow {
  background-image: url(img/newsletter/arrow-forward.svg); }
  .slick-next-arrow:hover, .icon-next-arrow:hover {
    background-image: url(img/newsletter/arrow-forward.svg); }


.page-slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width:32px;
  height: 32px; 
  background-position: center;
  background-repeat:no-repeat;
   }

.page-slick-prev-arrow {
  left: -54px; z-index: 1;}

.page-slick-next-arrow {
  right: -54px;
  background-image: url(img/newsletter/arrow-forward.svg); }
  .page-slick-next-arrow:hover {
    background-image: url(img/newsletter/arrow-forward.svg); }

#stick-wrapper {
	top: 61px !important;
}
#sticky-wrapper > div {
	z-index: 99999 !important;
}

.admin-bar #sticky-wrapper  {
	/*top: 105px !important;*/
}

@media screen and (min-width:784px) {
	.admin-bar #sticky-wrapper  {
		/*top: 93px !important;*/
	}
}
@media screen and (min-width: 601px) {
	.enews-hero {
		position:relative;
		padding-top: 0px;
		padding-bottom: 0px;
		background-image: url(img/newsletter/desktop-hero-background.jpg);
	}
	.enews-hero h2 {
		font-size: 121px;
	}

	.enews-hero h1 {
		font-size: 28px;
		line-height: 32px;

	}f

	.article-excerpt {
		font-size:1.25em;
		margin: 1.5em auto;
	}
	.newsletter-card .card-title {
		/*font-size: 50px;*/
	}
	.enews-hero:before {
		max-width: 580px;
		width: calc(50% - 200px);
		height: 59px;
		content: "";
		display:block;
		background-size:contain;
		background-position:left center;
		background-image: url(img/newsletter/left-squiggle.svg);
		background-repeat: no-repeat;
		position:absolute;
		top: 100px;
		left:0;
	}

	.enews-hero:after {
		max-width: 580px;
		width: calc(50% - 200px);
		height: 59px;
		content: "";
		display:block;
		background-size:contain;
		background-position:right center;
		background-image: url(img/newsletter/right-squiggle.svg);
		background-repeat: no-repeat;
		position:absolute;
		top: 100px;
		right:0;
	}


	.newsletter-section-title {
			font-size: 40px;
			line-height: 47px;
		
	}
	.article-title {
	 	font-size: 28px;
	}

	.newsletter-article {
		font-size:16px;
	}
	.article-title:after  {
		width: 138px;
		height: 5px;
		content: " ";
		display:block;
		background-image: url(img/newsletter/title-underline.svg);
		background-repeat:no-repeat;
		margin: .75em 0em 1.5em 0em;
	}


	.newsletter-article .card-inner {

		max-width: 90%;
	margin:2em auto;

	}

	.newsletter-card:hover {
		top: -.5em;
	}
}

.page-menu .slick-disabled {
	opacity: .2;
}

.page-menu .disabled {
	opacity: .2;
}


@media screen and (min-width: 601px) and (max-width: 1400px) {

	.page-menu .newsletter-container {
		width: calc(100% - 150px);
	}
}
@media screen and (min-width: 1401px) {
	.page-slick-prev-arrow {
	  left: -154px; }

	.page-slick-next-arrow {
	  right: -154px;
	}

	.page-menu .desktop-menu a {
		font-size: 18px;
		padding: 1.8em 0px 0px 0px;
	}
}

@media screen and (min-width: 1201px) {
	.newsletter-card .date {
		font-size: 21px;
		line-height: 25px;

	}
	.newsletter-card .card-title {
		font-size: 45px;
	}
}



