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



.learn_more_buttons:after {
	content: " ";
	display: table;
	width:100%;
	height: 1px;
	clear:both;
}


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

footer .widget .widgettitle {
	padding-bottom: 20px;
	position:relative;
	font-weight: 600;
	font-size:1.066rem;

}
footer .widget:first-child {
	text-align:center;
}
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;
	padding-left:1em;
	padding-right:1em;
	/*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;
	left: 50%;
	transform: translateX(-50%);
}
#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;
}

}

/*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;
}



.pagination {
	    padding: 10px 0px;
    overflow: hidden;
}

.pagination  ul li {
    padding: 0px 10px !important;
    background-image: none !important;
}

.pagination li.active {
    background-color: #000;
}



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

.postinner {
	max-width: 756px;
	padding: 1em;
	margin:0px auto;
	padding-bottom:6em;
}

.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) {

	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: 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;*/
		text-align:center;
	}

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

.sp-vc-container {
	background-color: #fff;
}
.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 {
	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%;*/
	max-width: 80%;
}
.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;
}

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

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

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


.grey {
	background-color: #eeeceb !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 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 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;
}

.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), .tab-style-row .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, .sp-vc-container .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;
}
.button {
	text-decoration: none;
    color: #fff;
    font-weight: 600;
    border: 1px solid #217f8c ;
    background-color: #217f8c;
    padding: 7px 2em ;
    border-radius: 17px ;
    background-image: none ;
        font-size: 14px;
}
.vc_btn3-color-white, .button, .vc_btn3:hover {
	    font-size: 14px;
	color: #217f8c ;
    background-color: #fff ;
    border: 1px solid #217f8c ;

}

.vc_btn3-color-white:hover, .button:hover {
   color: #fff ;
    background-color: #217f8c ;
    text-decoration:none ;

}

.button-dark {
	color: #fff ;
    background-color: #217f8c ;
}

.button-extra-dark {
	background-color: #26575B;
	border-color: #26575B;
}

.button-dark:hover {
	background-color: #fff ;
    color: #217f8c ;
}


.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, .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; 
}




/*Landing page specific styles ------------------------------------------------------------------------------------------------------------------------------------------------------*/




#sidemenu .expanded>li.title>a, .home #sidemenu>div>ul>li.title>a, #sidemenu ul li a, .noRelation#sidemenu>div>ul>li.title>a {
	font-size: 1.2em;
	color: #333333;
	font-weight:normal;
	height:75px;
}

#sidemenu .expanded>li.title>a .description, .home #sidemenu>div>ul>li.title>a .description, #sidemenu ul li a .description, .noRelation#sidemenu>div>ul>li.title>a  .description{
	font-size: 12px;
	color: #666666;
}

.featured-link {
	background-color: #cc2027;
	color:#fff !important;

}

.featured-link a {
	color: #fff !important;
}
.featured-link a .description{
	color: #fff !important;
}

#sidemenu .title a {
	margin-top: 24px;
}


/*Front apge ------------------------------------------------------------------------------------------------------------------------------------------------------*/
.front-page-banner {
	position:relative; 
}
.front-page-banner .innercontainer {
	position:absolute;
	top: 50%;
    transform: translateY(-50%) translateX(-50%);
    color: #fff;
    width: 100%;
    left: 50%;
}
.front-page-banner.dark .innercontainer {
	color: #26575b;
}
.front-page-banner h1{
	font-weight:500;
}
@media screen and (min-width:601px){
	.front-page-banner h1 {
		font-size: 61px;
		letter-spacing: .1em;
		max-width: 75%;
	}

}
@media screen and (min-width:993px){
	.front-page-banner h1 {
		max-width: 50%;
	}

}

.campaign-menu {
	overflow:hidden;
}
.campaign-menu ul{
	margin: 0px;
	padding: 0px;
}
.campaign-menu li {
	display:block;
	text-align:center;
	display:table;
	width:100%;
}
.campaign-menu li a {
	display:block;
	background-color: #184c51;
	color: #fff;
	text-align:center;
	text-transform: uppercase;
    font-weight: 400;
    font-size: 1.1em;
    line-height: 1.4;
    height:93px;
    background-size:cover;

	  display: table-cell;
	  vertical-align: middle;
	  width:100%;
	  transition: all .2s;
	  overflow:hidden;
	  letter-spacing: .1em;
}


.campaign-menu li a:hover {
	background-blend-mode: overlay;
	text-decoration: none !important;
}

@media screen and (min-width: 601px) {
	.campaign-menu li {
		width:50%;
		float:left; 
	}

	.home .campaign-menu li a {
		height:145px;
	}
	.campaign-menu li:last-child {
		width:100%;
	}
}

@media screen and (min-width: 992px) {
	.campaign-menu li {
		width:20%;
	}
	.campaign-menu li:last-child {
		width:20%;
	}
}

.campaign-menu li:nth-child(1) a {
	background-image: url(img/menu-sports.jpg); 
}
.campaign-menu li:nth-child(2) a {
	background-image: url(img/menu-music.jpg); 
}
.campaign-menu li:nth-child(3) a {
	background-image: url(img/menu-academic.jpg); 
}
.campaign-menu li:nth-child(4) a {
	background-image: url(img/menu-entrepreneurs.jpg); 
}

.campaign-menu li:nth-child(5) a {
	background-image: url(img/menu-faith.jpg); 
}






/*Strip general ----------------------------------------*/
.strip h3 {
    position: relative;
    padding-bottom: .9em;
    font-weight: 400;
    color:#26575b;
}

.strip h3:after {
    content: " ";
    width: 48px;
    height: 2px;
    background-color: #ccc;
    display: block;
    position: absolute;
    bottom: 0;
}




/*rows ----------------------*/
.regularbanner, .strip {
	clear:both;
}
.image-and-text-row {
	background-color: #fff;
	position:relative;
	color:#26575b;
}

.image-and-text-row h3:after {
	background-color: #26575b;

}
.image-and-text-row .row{
	margin-bottom: 0px;
}
.row-image {
	width:100%;
	height:300px;
		background-color: #184c51;
		background-size: cover;
		background-repeat:no-repeat; 
}

@media screen and (max-width: 600px) {
	.image-and-text-row {
		background-image: none !important;
	}


}

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

	.row-image {
		position:absolute;
		left: 50%;
		top:0px;
		width:50%;
		height: 100%;

	}
	.text-left .row-image {
		left:0px;
	}


}
.rowcontent {
	margin-bottom: 30px;
}
.image-and-text-row .row-inner {
	margin-top: 70px;
	margin-bottom: 70px;
}
@media screen and (min-width: 993px) {
	.row-image {
		left: 40.222%;
		width: 59.888%;
	}
	.text-left .row-image {
		left:0px;
	}
}

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

	.image-and-text-row {
		min-height: 400px;
		display:table;
		width:100%;
	}

	.image-and-text-row .aligner{
		display: table-cell;
	    /* width: 100%; */
	    vertical-align: middle;
	}
}

/*Fifty fity row*/


.fifty_left_text_right_image {
	position:relative; 
}



@media screen and (min-width: 993px) {
	.fifty_left_text_right_image .row-image {
		width:50%;
		right:0px;
		left: auto;
	}
}

/*Two coluns grey row -------------------*/
@media screen and (min-width: 601px) {

	.two_columns .row {
		display:flex;
		align-items: center;
	}
}

/*Grey row ----------------------------------------*/
.three_column_grey_row {
	background-color:#e5e1e1;
	padding: 80px 0px;
}


.three_column_grey_row .intro h2, .three_column_grey_row .intro p {
	text-align:center;
}
.three_column_grey_row .intro h2 {
	text-transform: uppercase;
	position: relative;
	font-weight: 500;
	color:#26575b;
	letter-spacing: .1em;
	font-size: 2rem;
	line-height: 1.4;
	padding-bottom:.9em;
	margin-bottom:.8em;
}

.three_column_grey_row .intro h2:after {
	height:2px;
	width: 180px;
	background-color: #cccccc;
	content: " ";
	display:block;
	position:absolute;
	left:50%;
	bottom:0px;
	transform: translateX(-50%);
}

.three_column_grey_row .intro {
	margin-bottom:40px;
}

.three_column_grey_row h4, .three_column_grey_row h5 {
	color:#26575b;
	font-weight:500;
	text-transform:uppercase;
	letter-spacing: .1em;
}

.three_column_grey_row h4 {
	margin-top:1em;
	font-size:1.5em;
}
.three_column_grey_row h5 {
	font-size:1em;
	position:relative;
	padding-bottom:1.5em;
	margin-bottom: 1.5em;
}

.three_column_grey_row h5:after {
	height:2px;
	width: 50px;
	background-color: #cccccc;
	content: " ";
	display:block;
	position:absolute;
	left:0%;
	bottom:0px;
}
/*Title row */

.title_strip {
	background-size:cover;
	background-image: url(img/title-bg.jpg);
	background-color: #184c51;
	padding: 50px 0px;
	text-align:center;

}

.title_strip span {
	    font-size: 2.1666em;
	font-family: 'museo-slab', serif;
    font-weight: 300 !important;
    font-style: italic;
    text-transform: none;
    display:block;
    color:#fff;
    position: relative;
    padding-bottom: .7em;
    margin-top: .6em;
}



/*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;
}
.booking-form .gform_body .gfield input {
	width:100%;
}
.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;
		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;
	}
}


/*Slashed three col*/

.three_column_with_slashed_images .row {
	margin-bottom: 0px;

}

.three_column_with_slashed_images .row .col{
	padding-left: 0px;
	padding-right: 0px;
	border-top: 1px solid #eeeceb;
	box-sizing:border-box;
	
}

.three_column_with_slashed_images img {
	display:block;
	width:100%;
	height:auto;
	margin-top: 60px;
	position:relative;
	bottom:-2px;
}

.three_column_with_slashed_images h3 {
	color: ;
}
.three_column_with_slashed_images .row .col:not(:last-child) {
	border-right: 1px solid #eeeceb;
}
.three_column_with_slashed_images .slashed-column-inner-text {
	padding: 0px 30px;
	margin-top: 40px;
}


.slashed-content {
	margin-bottom: 30px;
}

@media screen and (min-width: 601px) {
	.three_column_with_slashed_images .slashed-column-inner-text {
		padding: 0px 30px;
	}

}


@media screen and (min-width: 1500px) {
	.three_column_with_slashed_images .slashed-column-inner-text {
		padding: 0px 110px;
	}

}


/*Left right strip*/
.fifty_left_text_right_image {
	background-color:#fff;
}
.fifty_left_text_right_image.color-dark {
	background-color: #184c51;
	color:#fff;
}
.fifty_left_text_right_image.color-dark h3 {
	color:#fff;
}
.fifty_left_text_right_image .row {
}
.fifty_left_text_right_image .row-inner {
	padding: 40px 0px;
}

.three-col {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;

	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
	max-width:400px;
}

.three-col p {
	margin-top: 0px;
}

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

	.fifty_left_text_right_image {
		min-height: 400px;
		display:table;
		width:100%;
	}

	.fifty_left_text_right_image .aligner{
		    display: table-cell;
	    /* width: 100%; */
	    vertical-align: middle;
	}
}



.basic-row {
	background-color: #eeeceb;
}

.basic-row .row {
	margin-bottom: 0px;
}
/*Top of page content */

.content.centred-content {
	text-align:center;

	color: #184c51;
	line-height:1.7;
	padding-top: 40px;
	padding-bottom: 40px;

}

.content h4 {
	font-weight:bold;
	font-size:1.2em;

}
.content h3 {
	text-transform:none;
	letter-spacing: 0;
}

@media screen and (min-width: 601px) {
	.content.centred-content {
		padding-top: 60px;
		padding-bottom: 60px;
	}


}


/* Gallery row ------------------------------- */
.gallery h3 {
	margin-top:2em;
    font-size: 2em;
    /* font-weight: bold; */
    letter-spacing: .1em;
    margin-bottom:1.5em;
}
.gallery h3:after {
	left: 50%;
    transform: translateX(-50%);
    width: 190px;
}
.gallery-image {
	text-align:center;
	max-width: 210px;
	margin-bottom: 30px;
}



/*Registration strip* ----------------------------___*/
.strip .center-align h3:after {
	left:50%;
	transform:translateX(-50%);
}
.registration_and_program strong {
	color: #666;
}
.registration_and_program {
	background-color: #fff;
	overflow:hidden;
	border-bottom: 1px solid #eeeceb;
}
.registration_and_program h3 {
	color: #26575b;
}
.registration_and_program h3:after {
	background-color: #26575b;
}
.registration-container,
.program-container  {
	overflow:hidden;
}

.registration-container .row-inner ,
.program-container .row-inner {
	width: 80%;
	margin: 35px auto;
	padding: 20px 10px;
}

.registration-container {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#12768a+0,488156+100 */
	background: rgb(18,118,138); /* Old browsers */
	background: -moz-linear-gradient(-45deg, rgba(18,118,138,1) 0%, rgba(72,129,86,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, rgba(18,118,138,1) 0%,rgba(72,129,86,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, rgba(18,118,138,1) 0%,rgba(72,129,86,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#12768a', endColorstr='#488156',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.registration-container .row-inner {
	background-color: #fff;
}
@media screen and (min-width:700px){
	.registration-container .row-inner ,
	.program-container .row-inner {
		width: 66%;
	}


	.registration-container, .program-container {
		width: 50%;
		float:left;
	}
	.registration-container .row-inner ,
	.program-container .row-inner {
		margin: 70px auto;
		padding: 42px 10px;
	}
}

@media screen and (min-width: 700px) {
	.registration-container .row-inner {
	    float: right;
	    margin-right: 40px;
	    width: 81%;
	}
}

.registration-container input[type=submit]{
	color: #fff;
	background-color: #ff0000;
	border-color: #ff0000;
	text-transform: uppercase;
}
.registration-container input[type=submit]:hover{
	color: #ff0000 !important;
	background-color: #fff !important;
}

.time {
	display:inline-block;
	/*min-width: 5em;*/
    /*float: left;*/
    /*margin-bottom: 1em;	*/
}

.program .row {
	margin-bottom: 1em;
	margin-left: -15px;
	margin-right: -15px;
}

.registration-container label {
	text-align:left;
	font-size:15px;
	    width: 90%;
	    display:block;
	    padding-left:10px;
}

.registration-container .gfield {
	display:block;
	float:left;
	width:100%;
	margin-bottom:0px;
}

@media screen and (min-width:700px){
	.registration-container .gfield {
		width:50%;
	}
}

.registration-container .slidingLabel.interacted label, .registration-container  label.interacted {
    top: 8px;
    opacity: 1;
}

.registration-container  .gform_wrapper .gfield_label {
    height: 1.5em;
    width:100%;
    overflow:hidden;
      white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;

}
.registration-container .gform_wrapper .gform_footer {
	margin-top: 30px !important;
}
.registration-container .gfield input {
	color: #184c51;
	width: 90%;
	border-bottom:1px solid #000;
	font-size:15px;
}

.registration-container  .gform_wrapper  {
	padding: 0px 30px;
}
.registration-container  .gform_wrapper ul.gform_fields {
	overflow:hidden;
	margin-top: 0px;
	margin-bottom: 0px;
}
.registration-container ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #26575b;
}
.registration-container :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #26575b;
   opacity:  1;
}
.registration-container ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #26575b;
   opacity:  1;
}
.registration-container :-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #26575b;
}
.registration-container ::-ms-input-placeholder { /* Microsoft Edge */
   color:    #26575b;
}
.program {
	margin-top: 2em;
	margin-bottom:2em;
}

.program-container {
	color: #666;
}
/*Open morning introduction -----------------------------------/*/

.open_morning_intro {
	background-color: #fff;
	border-bottom: 1px solid #eeeceb;
	
}
.open_morning_intro .row-inner {
	width:80%;
	margin: 35px auto;
	padding: 20px 0px;
}
@media screen and (min-width:700px){

	.open_morning_intro .row-inner {

		/*margin: 70px auto;*/
		/*padding: 42px 10px;*/
	}
}

.open_morning_intro  {
	color: #26575b;
}
.open_morning_intro h3:after {
	background-color: #26575b;
}

.open_morning_intro h3 {
	font-size: 1.7em;
    letter-spacing: .1em;
}
.open_morning_intro h4 {
	font-size:1.2em;
	line-height: 1.4;
}
.open_morning_intro a {
	color: #fff;
	background-color: #ff0000;
	border-color: #ff0000;
	text-transform: uppercase;


	    font-weight: 600;
    padding: 7px 3em !important;
    border-radius: 20px !important;
    background-image: none !important;
    border: 1px solid #ff0000;
    margin: 1em auto;
    display:inline-block;
    transition: all .2s;
}
.open_morning_intro a:hover{
	color: #ff0000;
	background-color: #fff;
	transition:  all .2s;
}
.open_morning_intro .row {
	margin-bottom: 0px;
}


@media screen and (min-width: 768px){
	.valign-wrapper-medium {
		display:flex;
		align-items:center;
	}
}

.embed-container { 
	margin: 30px 0px;

	position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }



/*Pathways page-----------------------------------*/
.learn_more_buttons {
	color:#26575B;
	padding: 40px 0px 20px 0px;
}

.learn_more_buttons .content {
	font-size: 18px;
	font-weight:bold;
}

.learn_more_buttons .buttons {
	margin-top: 30px;
	padding-left: 5px;
	padding-right: 5px;

}

.learn_more_buttons .buttons .button {
	width:215px;
	margin: 10px auto;
	max-width:100%;
	display:block;
	text-align:center;
}

@media screen and (min-width: 769px) {
	.learn_more_buttons {
		padding: 60px 0px 30px 0px;
	}

	.learn_more_buttons .content {
		font-size: 20px;
	}

	.learn_more_buttons .buttons {
		/*margin-top: 50px;*/
	}

}

.case-study-row h2  {
	font-weight: normal;
	margin-top: 0px;
	line-height: 1.3;
}
.case-study-row h2 strong {
	color:#FEF200;

	font-weight: normal;
}


.front-page-banner img {
	width:100%;
}

.vc-page-banner:before  {
	position:absolute;
	top:0;
	left: 0;
	width:100%;
	height: 100%;
	content: "";
	display: block;
	background-color:rgba(38,87,91,.32);
}
.vc-page-banner {
	position:relative;
	display:flex;
	align-items:center;
	color: #fff;
	text-align:center;
	text-transform:none;
}

.vc-page-banner h1 {
	text-transform:none;
	position: relative;
}

#pathways-menu-container {
	background-color: #fff;
	overflow:hidden;
	text-align:center;
	border-bottom:1px solid #eeeceb;
}
#pathways-menu-container ul {
	margin: 0;
	padding:0;
	margin-bottom: -1px;
}

#pathways-menu-container li {
	display:inline-block;
}

#pathways-menu-container li a {

	color: #26575b !important;
	background-color: #fff !important;
	border: 0px solid #fff !important;
	font-weight: 300;

	padding: 14px 20px;
	display: block;
	box-sizing: border-box;
	border: solid transparent;
	position: relative;
	text-decoration: none;
}

#pathways-menu-container li.current-menu-item a {
	border-bottom: 3px solid #26575b !important;
	font-weight: bold;
}
