/*
	Theme Name: Schoolcms
*/
/*------------------------------------*\
    TYPOGRAPHY
\*------------------------------------*/


body {
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  color: #333333;
  margin: auto;
  font-weight:300;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
.text-right {
  text-align:inherit;
}

a {
	color:#001964;
	text-decoration:none;
}
a:hover {
	color:#000;
}
a:focus {
text-decoration:none;
}
h1,h2,h3 {font-weight:400;

color:#001964;
}

img {
	max-width:100%;
	height:auto;
}
button:focus {
	outline:0;
}
p {
	margin-bottom:1em;
}
table {
	width:100%;
	margin-bottom:1em;
}
table td,
table th{
	padding:5px;
}

@media (max-width : 767px) {
.page-id-4019 table td,
.page-id-4019 table th{
	padding:2px;
	font-size: 11px;
	line-height: 14px;
}
}


table tr{
	border-bottom:solid 1px #ccc;
}
.em-calendar.fullcalendar{
	width:100%;
	table-layout:fixed;
}

.em-calendar.fullcalendar ul{
    list-style: none;
    padding: 0;
    line-height: 1em;
    font-size: 14px;
}
.em-calendar.fullcalendar td{
    vertical-align:top;
}

table.fullcalendar td {
    border-bottom: 1px dotted #a7a7a7;
}

table.em-calendar td.eventful a, table.em-calendar td.eventful-today a {
    color: #012169;
}

hr {
	clear:both;
}
h1, h1.entry-title {
    font-size: 2.5em;
    position: relative;
    display: block;
    margin-top: 15px;
	margin-bottom:20px;
}
h1.homeHeader {
		text-transform:uppercase;
}
h1.entry-title {
	margin-top:30px;
}
h1.entry-title span{

}

.addtm{
    padding-top: 50px;
}


h2 {
  margin:1.1em 0 0.5em;
  font-size:1.5em;
}
h3 {
  font-size:1.3em;
}
h1 a,
h2 a,
h3 a {
  text-decoration:underline;
  color: #001964
}
article h2,
article h3,
article h4 {

}
p {
	margin-bottom:1em;
}

blockquote {
	color:#012169;
	font-weight:400;
	font-style: italic;
	padding:30px 60px 30px;
	font-size:1.45em;
	position:relative;
		text-align:center;
		border-left:solid 11px #012169;
		margin:30px 0;
}
blockquote:before {
	content:'';
	width:26px;
	height:21px;
	position:absolute;
	top:22px;
	left:33px;
	background-image:url(images/quote-start.png);
	background-repeat:no-repeat;
}
blockquote:after {
	content:'';
	width:26px;
	height:21px;
	position:absolute;
	bottom:20px;
	right:30px;
	background-image:url(images/quote-end.png);
	background-repeat:no-repeat;
}
.linkbutton a {
	display:inline-block;
	padding:10px 15px;
	background:#012169;
	color:#fff;
	line-height:1.5;
	text-decoration:none!important;
	border:solid 2px #012169;
}
.linkbutton a:hover {
	background:#fff;
	color:#012169;
	text-decoration:none;	
}
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.fancybox-overlay{z-index:9999 !important}
.fancybox-wrap{z-index:99999 !important}

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

.dividera{
clear: both;
    width: 100%;
    height: 100px;
   position:relative;
    margin: 40px 0;
}
.dividera:before{
	content:'';
	width:90%;
	height:1px;
	border-bottom:solid 1px #ccc;
	position:absolute;
	top:50%;
	left:5%;
}

.dividera:after{
	content:'';
	display:block;
	 background-image: url(images/logo.png);
    background-position: center center;
	background-size:contain;
	height:76px;
	width:76px;
	top:50%;
	left:50%;
	margin-top:-38px;
	margin-left:-38px;
    background-repeat: no-repeat;
	position:absolute;
	background-color:#fff;
}
.homeDivider {
	clear: both;
    width: 90%;
	max-width:290px;
    height: 120px;
    position: relative;
    margin: 30px auto 0px;
	background-image: url(images/logo.png);
	background-position: center center;
    background-repeat: no-repeat;
    background-size: 92px;
	overflow:hidden;
}
.homeDivider:after {
    content: '';
    width: 100%;
    height: 1px;
    border-bottom: dotted 1px #000;
    position: absolute;
    bottom: 50%;
    left: 50%;
	margin-left:60px;
}
.homeDivider:before {
	content: '';
    width: 100%;
    height: 1px;
    border-bottom: dotted 1px #000;
    position: absolute;
    bottom: 50%;
    right: 50%;
	margin-right:60px;
}
.bodyContent {
	margin-bottom:40px;
}


.strapline:before {
    height: 17px;
    background-repeat: repeat-x;
    position: absolute;
    right: 0;
    left: 0;
    top: -17px;
    z-index: 999;
}
.strapline {
    padding: 20px 0 10px 0;
	text-align: center;
	position:relative;
}
.strapline-text{
    font-size: 72px;
    font-size: 50px;
    color: #012169;
    position:relative;
    display: inline-block;
    text-transform: uppercase;
    border-bottom: 1px dotted #a7a7a7;
}

.strapline-text:after {
    content: "\2022";
    background: #fff;
    height: 7px;
    width: 40px;
    position: absolute;
    bottom: -5px;
    left: 50%;
    margin-left: -20px;
    font-size: 30px;
    line-height: 0;
    color: #797979;
}
.main-content {
	margin-bottom:40px;
}
.bodycontent a{
	text-decoration:underline;
}
.bodycontent a:hover{
	text-decoration:none;
}
#hero {
	transition:300ms;
}
/*
#hero.hiddenNow {
	opacity:0;
}
.heroReady #hero.hiddenNow {
	opacity:1;
}*/
/*------------------------------------*\
    FAQS
\*------------------------------------*/





.faqs{
	border-top:1px solid #ccc;
    margin-top: 30px;
    margin-bottom: 30px;
}

.sidebar-left .faqs{
    margin-top: 30px;
    margin-bottom: 30px;
}



.faq{
	border-bottom: 1px solid #ccc;
    padding: 20px 20px 20px 20px;
}

.faq-question{
	color:#012169;
	font-weight:400;
	cursor:pointer;
    position: relative;
	padding-right: 40px;
	margin:0;
	font-size:1.4em;
}

.faq-question:after {
    position: absolute;
    content: '>';
    font-size: 20px;
    line-height: 40px;
    top: -7px;
    padding-left: 2px;
    width: 40px;
    height: 40px;
    border-radius: 25px;
    background-color: #eee;
    text-align: center;
    right: -5px;
    transform: rotate(90deg);
    transition: 300ms all linear;
	font-family:'Raleway', sans-serif;
}
.faq-question.open:after {
  transform:rotate(-90deg);
}

.faq-answer{
	display:none;
}

.faq-answer > p:first-child{
	margin-top:10px;
}

.faq-answer > p:last-child{
	margin-bottom:0;
}

.scms-carousel{
    margin-top: 30px;
    margin-bottom: 30px;
}

.sidebar-left .scms-carousel{
    margin-top: 30px;
    margin-bottom: 30px;
}


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


.scms-carousel .owl-item:hover img {
  transform: scale(1.1);
}

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


.documents{
    margin-top: 30px;
    margin-bottom: 30px;
}

.sidebar-left  .documents{
    margin-top: 30px;
    margin-bottom: 30px;
}

.sidebar-left  .document.col-sm-4 {
    width:100%;
	clear:both;
}



/* WordPress Gallery 
------------------------------------------ */

.gallery {
	margin-left: -0.5em;
	margin-right: -0.5em;
    margin-top: 30px;
    margin-bottom: 30px;
}
.gallery.gallery-size-thumbnail .gallery-icon {
	max-width:150px;
	margin:auto;
}
.sidebar-left  .gallery{
    margin-top: 30px;
    margin-bottom: 30px;
}

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

.gallery-item {
	margin: 0;
	float: left;
	padding: 0.5em;
}

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


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

.gallery-icon {
	overflow:hidden;
}





.gallery-columns-1 .gallery-item {
    width: 100%;
    float: none;
}
.gallery-columns-2 .gallery-item {
    width: 50%
}
.gallery-columns-3 .gallery-item {
    width: 33.3333%
}
.gallery-columns-4 .gallery-item {
    width: 25%
}
.gallery-columns-5 .gallery-item {
    width: 20%
}
.gallery-columns-6 .gallery-item {
    width: 16.6667%
}
.gallery-columns-7 .gallery-item {
    width: 14.2857%
}
.gallery-columns-8 .gallery-item {
    width: 12.5%
}
.gallery-columns-9 .gallery-item {
    width: 11.1111%
}

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








/*------------------------------------*\
    QUOTE
\*------------------------------------*/

#quotes-bg  {
	margin: 30px 0 30px 0;
	background-size: cover;
	background-position: center;
}

.sidebar-left #quotes-bg  {
	margin: 30px 0 30px 0;
}

#quotes-holder  {
	margin:20px auto;
    background-position: center;
}



#quotes  {
	overflow:hidden;
}
.quote-blurb {
	color:#012169;
	font-weight:400;
	font-style: italic;
	padding:30px 60px 30px;
	font-size:1.45em;
	position:relative;
		text-align:center;
		border-left:solid 11px #012169;
		margin:30px 0;
}
.quote-blurb:before {
	content:'';
	width:26px;
	height:21px;
	position:absolute;
	top:22px;
	left:33px;
	background-image:url(images/quote-start.png);
	background-repeat:no-repeat;
}
.quote-blurb:after {
	content:'';
	width:26px;
	height:21px;
	position:absolute;
	bottom:20px;
	right:30px;
	background-image:url(images/quote-end.png);
	background-repeat:no-repeat;
}




@media (min-width : 1200px) {

	.sidebar-left .quote-thumb{
		width: 100%;
	}
}


.quote-text p{
  margin-bottom:0;
}
.quote-cite {
    text-align: right;
    margin: 10px 0 -20px;
    font-style: italic;
    color: #012169;
    font-size: 15px; 
	padding-right:5px;
	padding-right:50px;
}







h2.list-item-title{
	margin-top:0;
	font-size:1.8em;
}
h1.postTitle {
	font-weight:400;
}

.list-item{
    overflow: hidden;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}
.list-item a{
    text-decoration: none;
    display: block;
    overflow: hidden;
	color:#222;
}
.list-item a:hover{
    text-decoration:none;
	background-color:#eee;
}
.list-item-image{
	float:left;
}
.list-item-text{
    margin-left: 170px;
}
.list-item-text p.date{
	font-size:0.8em;
	margin:0;
}



/*------------------------------------*\
    STAFF
\*------------------------------------*/

.staff{
    margin-bottom: 30px;
    margin-top: 30px;
}
.staff:after{
	content:'';
	display:table;
	clear:both;
}

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

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

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

.featured-staff-text {
    margin-left: 33%;
}
.featured-staff-text.noimg {
	margin-left:0;
}
.featured-staff-metas{
	overflow:hidden;
}

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

.featured-meta-value {
    display: inline-block;
    clear: right;
}
.featured-staff-name {
    font-size: 24px;
    color: #012169;
    margin-bottom: 10px;
}


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

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

.standard-staff-name{
	font-size: 20px;
    color: #012169;
    margin-bottom: 10px;
}

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

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

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

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

.standard-meta-label {
	font-weight:300;
}

.standard-meta-value {

}
.standard-meta-value a.email-value{
	font-size: 0;
    color: transparent;
	display:block;
}
.standard-meta-value a.email-value:before {
    content: "send";
    font-size: 12px;
    padding: 5px 10px;
    color: #000;
    display: block;
    text-align: center;
    background-color: #eee;
    border-radius: 5px;
    text-transform: uppercase;
    pointer-events: none;
}
.staffClickbox {
	display:block;
	margin:0 auto 30px;
}
.staffClickbox a{
	display:block;
	position:relative;
	    overflow: hidden;
}
.clickbox-staff-image {
		background-repeat:no-repeat;
		background-size:cover;	
		padding-top:100%;
		    background-image: url(images/placeholder.jpg);
}
.clickbox-staff-image img {
	display:none;
}
.clickbox-staff-text {
    position: absolute;
    bottom: 0;
    padding: 10px 5px;
    background-color: rgba(37, 68, 98, 0.8);
color:#fff;	
    left: 0;
    right: 0;
    text-align: center;
	transition:300ms;
}
.staffClickbox a:hover .clickbox-staff-text {
	background-color: rgba(255, 255, 255, 1);
	color:#012169;
}
.clickbox-staff-text .position{
	font-size:0.75em;
}
@media (min-width:768px){
	.staffClickbox {
		    width: 30%;
    margin-right: 3.333333%;
    float: left;
    margin-bottom: 3.333333%;
    position: relative;
	}
}
@media (min-width : 1200px) {

	.sidebar-left  .staff{
		margin-top: 30px;
		margin-bottom: 30px;
	}

	.sidebar-left  .featured-staff-image {
		width: 50%;
		float: right;
		margin: 5px 0 10px 20px;
	}

	.sidebar-left .featured-staff-text {
		margin-left: 0;
		font-size: 17px;
	}

	.sidebar-left .featured-staff-name {
		font-size: 20px;
	}

	.sidebar-left .standard-staff-member  .col-sm-4{
		width: 100%;
		font-size: 16px;
	}

	.sidebar-left .standard-staff-member  .standard-meta-label{
		display:none;
	}


}





















.row.noclear:after{
	clear: none;
}

.image-item{
	margin-top: 30px;
	margin-bottom: 30px;
    position: relative;
}


.sidebar-left  .image-item{
    margin-top: 30px;
    margin-bottom: 30px;
}

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







div.wpcf7{
	width:100%;
	border:1px solid #ccc;
	background-color:#fbfbfb;
	padding:30px;
	margin-top: 30px;
	margin-bottom: 30px;
	clear:both;
}

.sidebar-left  div.wpcf7{
    margin-top: 30px;
    margin-bottom: 30px;
}

.wpcf7 label {
    vertical-align: top;

}
@media (min-width:992px){
.child-name label {
	float:left;
	width:33%;
	padding-right:10px;
	padding-bottom:10px;
}
}
.sidebar-left .wpcf7 label {
    width: 100%;
    float: none;
}

.wpcf7 br {
    position: relative;
    content: " ";
    margin-top: 15px;
    display: block;
    font-size: 0;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="password"],
.wpcf7 input[type="tel"],
.wpcf7 input[type=""],
.wpcf7 input[type=""],
.wpcf7 textarea,
.wpcf7 select
{
    width: 100%;
    padding: 5px;
	resize:none;
}
.wpcf7-form-control-wrap {
    display: block;
}

.sidebar-left .wpcf7-form-control-wrap {
    margin-left: 0px;
}

.wpcf7 span.wpcf7-list-item{
	display:block;
}

.sidebar-left span.wpcf7-list-item {
	display: block;
	margin-left: 0px;
}

.wpcf7 input[type="submit"]{
    color: #fff;
    background-color: #012169;
    border: 0;
    padding: 10px 20px;
    display: block;
    margin-left: auto;
    cursor: pointer;
}

.wpcf7 input[type="submit"]:hover{
    background-color: #222;
}
div.wpcf7-validation-errors {
    border: 2px solid #012169;
}

div.wpcf7 .ajax-loader{
	float: left;
}

.callout {
    position: relative;
    margin: 28px 0 0;
    background-size: cover;
	display:block;    
	background-color: #2d2d2d;	
	color:#fff;
	border:solid 1px #fff;
	min-height:250px;
	display:flex;
	width:100%;
}
.callout .calloutBG {
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	transition:300ms;
}
.callout .calloutBG:after {
	content:'';
	display:block;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:20%;
}
.callout .calloutBG img{
	display:none;
}
.callout .callout-content {
	position:relative;
	width:100%;
	-webkit-align-self: flex-end; /* Safari 7.0+ */
    align-self: flex-end;
	padding:20px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.8+100 */
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 ); /* IE6-9 */
}
.callout .callout-content .coLink {
	font-weight:400;
	margin:10px 0;
}
.callout .topText {
	padding:10px 0;
	padding-left:40px;
	position:relative;
	font-size:24px;
}
.callout .topText:before {
	content:'';
	display:block;
	width:33px;
	height:38px;
	position:absolute;
	top:6px;
	left:0px;
	background-image:url(images/shield.png);
	background-repeat:no-repeat;
	background-position:center;
}
.callout .callout-content p{
	margin:0;
}
.callout:hover,
.callout:focus {
	color:#fff;
	text-decoration:none;
}
.callout:hover .calloutBG{
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
.col-lg-6 .callout-content{

}



.sidebar-left .pois,
.col-lg-6 .pois{
    padding: 0;
}

/*pois*/
hr.prePois {
	width:290px;
	max-width:100%;
	border-top:dotted 1px #000;
	height:1px;
	background:transparent;
	margin:30px auto 50px;
	border-color:transparent;
}
body.home hr.prePois {	
	border-color:#000;
}
.pois {
	margin-top:20px;
	margin-bottom:20px;
}
.poi {
	position:relative;
	display:block;
	color:#012169;
	font-weight:400;
	margin-bottom:30px;
	overflow:hidden;
}

.poi .poiImg{
	visibility:hidden;
	display:none;
}
.poi .poiImage{
	padding-top:88.776%;
	position:relative;
	width:100%;
	overflow:hidden;
}
.poi .poiImageBG{
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	transition:300ms;
}
.poi .poiTitle{
	font-size:24px;
	position:absolute;
	padding:17px 17px 17px;
	bottom:0;
	left:0;
	right:0;
	background:rgba(255,255,255,0.7);
	text-align:center;
	transition:300ms;
}

.poi .poiTitle:before{
	content:'';
	display:block;
	width:50px;
	height:60px;
	background-position:center;
	background-repeat:no-repeat;
	background-image:url(images/logo.png);
	background-size:100%;
	margin:0 auto 10px;
}
.poi:hover {
	
}
.poi:hover .poiTitle{	
	background:rgba(255,255,255,1);	
}
.poi:hover .poiImageBG{ 
	transform:scale(1.1);
}
.contentpois .poiTitle {
	font-size:16px;
}
.contentpois ..poiTitle:before{
	font-size:16px;
	height:40px;
	width:35px;
}
@media (min-width:768px){

}
@media (min-width:992px){
	.sidebar-left .pois .col-sm-4{
		width:100%;
	}
}

@media (min-width:1200px){
	.poi .poiTitle{
	bottom:20px;
	left:15px;
	right:15px;
}
}
@media (min-width:1590px){
	.poi .poiTitle{
	bottom:40px;
	left:30px;
	right:30px;
}
}
/*------------------------------------*\
    DOCUMENTS
\*------------------------------------*/

a.document-link {
	position:relative;
	display: block;
	width: 100%;
	padding: 20px;
	margin: 10px auto;
	border-radius: 3px;
	text-align: center;
	transition:all 300ms;
	padding-top:105px;
	font-size:24px;
	font-weight:400;
}

a.document-link:hover {
	text-decoration:none;
	background-color:#eee;
}
a.document-link img {
	position: absolute;
    left: 50%;
    top: 10px;
    transform: translateX(-50%);
    color: #0575BA;
}
a.document-link:hover i {
}
a.document-link.thumbnail-preview {
	padding:0;
	overflow:hidden;
	max-width:250px;
}
a.document-link.thumbnail-preview img{
	width:100%;
}
a.document-link.thumbnail-preview .doc-link-text{
	padding:10px;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	color:#fff;
	background:rgba(90, 90, 90, 0.7);
	line-height:1.2;
	opacity:0;
	transition:300ms ease-in-out;
}
a.document-link.thumbnail-preview:hover .doc-link-text{
	opacity:1;
}
.wrapper{
	background-color:#fff;

}



#hero {
	position:relative;
}
#hero .slide,
.main-entry-thumbnail,
#hero .slide .slideImage {
	background:#000;
	width:100%;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	/*padding-top:36.4%;*/
	position:relative;
}
#hero {
	max-height:520px;
}
.home-banner #hero {
	max-height:845px;
}

.home-banner .arrowDown {
	position:absolute;
	width:46px;
	height:46px;
	display:block;
	top:100%;
	left:50%;
	z-index:108;
	background-image:url(images/arrow-down.png);
	background-repeat:no-repeat;
	background-position:center;
	margin-top:-19px;
	margin-left:-23px;
	
}
#hero .slide .slideImage img,
.main-entry-thumbnail .slideImage img,
#hero .slide .bannerImage{
	width:100%;
	height:auto;
	visibility:hidden;
	/*display:none;*/
}

.home-banner #hero .slide .slideImage img{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	object-fit:cover;
	visibility:visible;
}

.home-banner #hero .slide {
	padding-top:0;
	max-height:845px;
}
.home-banner #hero,
.home-banner #hero .slideImage,
.home-banner .main-entry-thumbnail {	
	/*padding-top:54.1667%;*/
	position:relative;
	min-height:450px;
}
.home-banner .bannerContainer{
	position:relative;
	min-height:450px;
    max-height: 845px;
}
.home-banner .bannerContainer:before{
	padding-top: 54.1667%;
	content:'';
	display:block;
	width:100%;
}
.home-banner #hero .slide {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.home-banner #hero .slideImage {
	position:static;
}
.home-banner #hero {
	position:absolute;
top:0;
left:0;
width:100%;
height:100%;
}
.home-banner .slide:before {
		content:'';
		position:absolute;
		top:0;
		left:0;
		display:block;
		height:17%;
		width:100%;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.6+0,0+100 */
background: -moz-linear-gradient(top, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
z-index:1;
	}
	.home-banner .slide:after {
		content:'';
		position:absolute;
		bottom:0;
		left:0;
		display:block;
		height:50%;
		width:100%;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.6+100 */
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#99000000',GradientType=0 ); /* IE6-9 */
z-index:1;
	}
#hero {
	transition:300ms;
}
#hero .cycle-pager {
	position:absolute;
	    bottom: 60px;
    z-index: 103;
    width: 100%;
    text-align: center;
}
#hero .cycle-pager span{
	display:inline-block;
	cursor:pointer;
	margin:0 26px;
	width:12px;
	height:12px;
	border-radius:50%;
	border:solid 1px rgba(255,255,255,0.5);
	background:transparent;
	position:relative;
}
#hero .cycle-pager span:after{
	border-bottom:solid 1px rgba(255,255,255,0.5);
	width:42px;
	height:1px;
	content:'';
	display:block;
	    position: absolute;
    left: 100%;
    margin-left: 5px;
    top: 50%;
    margin-top: -0.5px;
}
#hero .cycle-pager span:last-child:after{
	display:none;
}
#hero .cycle-pager .cycle-pager-active{
	opacity:1;
	background:#fff;
	border-color:#fff;
}
.home-banner .bannerText {		
	color:#fff;
	padding:35px 20px;
	margin:0px 0 10px;
	font-size:16px;
	text-align:center;
		width:100%;
}
.home-banner .bannerText .homeLogo {
	display:none;
}
.home-banner .bannerText a {		
	color:#fff;
}
.home-banner .bannerTxtLarge {
	font-size:1.6em;
}

.bannerTxtBottom {

}

.bannerTextWrap {
	opacity:0;
	transition:1000ms;
	position:absolute;
	bottom:40px;
	z-index:3;
		width:100%;
}
.slide.showTxt .bannerTextWrap {
	opacity:1;
}
@media (min-width:768px){
		
	.home-banner .bannerTextWrap {
		position:absolute;
		top:39%;
		bottom:auto;
		left:0;
	}
	.home-banner .bannerTxtLarge {
	font-size:2.5em;
}
	
	
}
@media (min-width:992px){
	body.home.homeAbs .logo{
		display:none;
	}
	.home-banner .bannerText .homeLogo {
		display:inline-block;;
	}
}
@media (min-width: 1200px) {
	
}

@media (min-width: 1590px) {
	
}
.breadcrumbs{
    margin: 0px 0 20px;
    padding: 0px 0 0;
	text-transform:lowercase;
	color:#012169;
	font-size:12px;
	font-weight:400;
}
.breadcrumbs a{
	color:#242424;
}
.brWrap{
	display:inline-block;
	padding-bottom:20px;
	border-bottom:dotted 1px #000;
	border-bottom:0px;
}
header > .container{
	position:relative;
}
.screen-reader-text {
	display:none!important;
}
.search-form-holder {
	display:inline-block;
	margin:0px 0 0px 5px;
	vertical-align:middle;
}
.sidebar-left .searchform {
	margin-bottom:15px;
}

.searchform label{
	display:none;
}
.searchform {
	padding-right:39px;
	position:relative;
	border:solid 1px #012169;
	overflow:hidden;
}
.searchform input.searchInput{
    border: 0;
    font-size:16px;
	width:100%;
	background:transparent;
	color:#012169;
	padding: 4px 10px;
}
.searchform input.searchInput:focus{
	outline:0;
}
.searchSubmit{
	color: #012169;
    background: transparent;
    border: 0;
    text-transform: uppercase;
    padding: 0;
    font-size: 22px;
	position:absolute;
	right:5px;
	top:0px;
	width:30px;
	line-height: 28px;
}
.search-form-holder .searchform {
}
.search-form-holder .searchform input.searchInput{
	height:39px;
}
.search-form-holder .searchform{
	max-width:0px;
	transition:300ms;
	border-color:transparent;
	height:39px;
	padding-right:45px;
	border:none;
}
.search-form-holder .searchSubmit{
	background: #012169;
	width: 39px;
    height: 39px;
    border-radius: 50%;
    background: #012169;
    text-align: center;
    padding: 7px;
	right:0;
}
.search-form-holder .searchSubmit:before{
	content:'';
	display:inline-block;
	width:25px;
	height:25px;
	background:url(images/search.png) no-repeat;
}
.search-form-holder .searchSubmit:hover{
	background:#000;
}
.search-form-holder .searchSubmit .fa{
	display:none;
}
.search-form-holder .searchform.openSearch {
	max-width:230px;	
}
.searchform.openSearch input.searchInput{	
	border:solid 1px #012169;
	background:#fff;
}

.quickmenu {
	list-style:none;
	padding:0;
	text-transform:uppercase;	
	margin:10px 0 0;
	margin:0.625em 0;
}
.quickmenu li{
	display:inline-block;
	padding:5px 8px 2px;
	border-right:solid 1px #012169;
}
.quickmenu li:last-child{
	border-right:0;
}
.quickmenu a:hover{
	text-decoration:none;
}

.footerContact {
	text-align:center;
}
.footerContact .email-addr {
	display:none;
}
.footerContact .icon {
	display:none;
}
.footerContact .icon {
font-size: 30px;
    margin-top: -5px;
    display: inline-block;
}
.footerContact span{
	display:block;
}
.mobSearchSocial {
	font-size:10px;
	text-align:center;
	margin:10px 0;
}
.headerLinks {
}
.headerLinks a{
	display:inline-block;
	width:39px;
	height:39px;
	border-radius:50%;
	background: #012169;
	text-align:center;
	padding:7px;
	margin:10px 2px;
	vertical-align: middle;
}
.headerLinks a .fa{
	color:#fff;
	font-size:21px;
	margin-top:2px;
}
.headerLinks a:hover{
	background:#000;
}
@media (min-width:768px){
.headerLinks {
text-align:right;	
margin-top:18px;
}
.footerContact span{
	display:inline;
}
.quickmenu {
		margin:0.625em 0 0;
	}
.mobSearchSocial {
display:none;
}

}
@media (min-width:992px){
.headerLinks {
	text-align:right;
}
.footerContact .email-addr {
	display:inline;
}
.footerContact .icon {
	display:none;
}

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


.quickmenu {
	display:inline-block;
}
}

@media (min-width:1590px){

}


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


/*------------------------------------*\
    ALERT
\*------------------------------------*/
.popupAlert {
  font-size:15px;
  font-size:1.5rem;
  width:100%;
  max-width:600px;
}
.popupAlert .header{
  font-size:1.8em;
  padding:7px 3%;
  text-align:center;
  white-space:nowrap;
      text-align: center;
    position: relative;
    text-transform:uppercase;
}
.noticeBody {
  width:100%;
  padding:0 2.5%;
}
.popupAlert .popupImg {
  padding:10px 5px;
  width:48%;
  float:right;
}
.popupAlert .popupImg img {
  width:100%
}
.popupAlert .noticeText {
  padding:10px 5px;  
  width:100%;
  float:none;
}
.featimg  .noticeText {
  width:48%;
  float:left;  
}
.popupAlert .noticeText *{
  max-width:100%;
}
.popupAlert .noticeText .popTitle{
      font-size: 1.5em;
    text-transform: uppercase;
    margin: 20px 0 0;
    font-weight: 300;
}






/*------------------------------------*\
    HEADER
\*------------------------------------*/


#navbar{
    display: block;
    vertical-align: top;    
    background: #012169;
}
.menuTop{
	margin:0;
	list-style:none;
	padding:0;
	margin-top:15px;
	margin-bottom:15px;
	text-align:center;
	text-transform:uppercase;
}
.menuTop li{
	display: inline;
}
.menuTop li:after{
	content:" | ";
	margin: 0 1px 0 1px;
	display: inline;
}
.menuTop li:last-child:after{
	content:"";
}
.menuTop li a{
	display: inline;
	white-space:nowrap;
}

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

@media (min-width:992px){

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

}
@media (min-width:1390px){
	
}
/*------------------------------------*\ 
    FOOTER
\*------------------------------------*/

footer {

}



.inFooter {
	text-align:center;
}

.inFooter .headerSocial{
    position: relative;
    display: inline-block;
    margin: auto;
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #8c8c8c;
    min-width: 280px;
	right:0;
}

.inFooter .headerSocial:after {
    content: "\2022";
    background: #fff;
    height: 7px;
    width: 40px;
    position: absolute;
    bottom: -5px;
    left: 50%;
    margin-left: -20px;
    font-size: 30px;
    line-height: 0;
    color: #797979;
}

.menu-sites-container{
    text-align: center;
    margin-top: 50px;
}

#menu-sites {
	list-style:none;
	font-size:0;
}

#menu-sites li{
	display:inline-block;
}

#menu-sites li a{
	display:inline-block;
	font-size:16px;
	text-decoration:none;
}

#menu-sites li:after{
	content:"|";
	display:inline-block;
	padding:0 10px;
	font-size:16px;
}
#menu-sites li:last-child:after{
	content:none;
}
.upperFootGroup {
	background:#ccd3e1;
	margin:0 0 35px;
	padding-top:22px;
}


.footerTop {
	text-align:center;
	line-height:1.875;
	border-bottom:solid #001964 24px;
	margin-bottom:7px;
	padding-bottom:25px;
}
.footerTop a {
	color:#333333
}
.footerTop .footer-logo{
	width:78px;
}
.footerTop .social {
	margin:25px auto;
	font-size:21px;
}
.footerTop .social a{
	display:inline-block;
	margin:0 16px;
	color:#001964;
}
.footerTop .social a:hover{
	color:#000;
}
.footerLogo {
	line-height:1.3;
	max-width:350px;
	margin:0 auto;
	display:inline-block;
}
.footerTop ul {
	list-style:none;
	padding:0;
	margin-bottom:1em;
}
.footerLogoTitle {
	font-size:24px;	
}
.footerTop h3{
	font-size:1em;
	font-weight:300;
	margin:10px 0 18px;
}
.footerLower {
	background:#fff;
	padding:15px 0 25px;	
	border-top:solid #001964 5px;
}
.footerLower p.credit {
	margin:1em 0 0;
}
.footerLogo:hover {
	text-decoration:none;
	color:#000;
}
.footer-copyright {
		margin-top:40px
	}
.isaImage {
	display: inline;	
}	
@media (min-width:768px){
	.footer-copyright {
		margin-top:100px
	}
}
	.xs-text-right {
		text-align:right;
	}
	.xs-text-left {
		text-align:left;
	}
	.xs-text-center {
		text-align:center;
	}
@media (min-width:768px){
	.sm-text-right {
		text-align:right;
	}
	.sm-text-left {
		text-align:left;
	}
	.sm-text-center {
		text-align:center;
	}
}
@media (min-width:992px){
	.md-text-right {
		text-align:right;
	}
	.md-text-left {
		text-align:left;
	}
	.md-text-center {
		text-align:center;
	}
}
@media (min-width:1200px){
	.lg-text-right {
		text-align:right;
	}
	.lg-text-left {
		text-align:left;
	}
	.lg-text-center {
		text-align:center;
	}
}
/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}




.footer-links{
	margin:0;
	list-style:none;
	padding:0;
	margin-bottom:15px;
}
.footer-links li{
	display: inline;
}
.footer-links li:after{
	content:" | ";
	margin: 0 1px 0 1px;
	display: inline;
}
.footer-links li:last-child:after{
	content:"";
}
.footer-links li a{
	display: inline;
	white-space:nowrap;
}


.container.cluster-holder{
    max-width: 1050px;
}


.more-news{
	text-transform:uppercase;
}






#menu-side {
	list-style:none;
	padding:0;
	margin:0;
	margin-bottom:20px;
	border:solid 1px #8090b4;
	font-size:18px;
	font-weight:400;
	padding:1px;
}
#menu-side .sub-menu{
	padding:0;
	margin:0;
}
#menu-side li{
	display:block;
	padding:0; 
	margin:0;
}
#menu-side li a{
	display:block;
	padding:20px 30px;
	color:#012169;	
	line-height:1.2;
}
#menu-side .sub-menu li a:hover{
	background:#f4f2f3;
}
#menu-side li{
	border-top:solid 1px #8090b4;
}
#menu-side li:first-child{
	border-top:0;
}
#menu-side .sub-menu li.current-menu-ancestor > a,
#menu-side li a:hover{
	color:#012169;
}
#menu-side .sub-menu li.current-menu-item > a,
#menu-side .sub-menu li.current-menu-ancestor > a{
}
#menu-side .sub-menu .sub-menu {
	border-top:solid 1px #8090b4;
	
}
#menu-side .sub-menu .sub-menu li{
	padding-left:13%;
	position:relative;
}
#menu-side .sub-menu .sub-menu li:before{
	content:'';
	display:block;
	width:13%;
	height:1px;
	border-bottom:dotted 1px #000;
	position:absolute;
	left:0;
	top:50%;
}
#menu-side .sub-menu .sub-menu a{
	padding:20px 20px;
	color:#000;
}
#menu-side li a:hover{
	text-decoration:none;
}


#menu-side li{

}

#menu-side li.current-menu-ancestor{

}
#menu-side li.current-menu-ancestor  > ul > li { 

}
#menu-side li.current-menu-item {

}
#menu-side li.current-menu-item > ul > li{

}

#menu-side > li > a {
	font-size: 1.33em;
	font-weight: 400;    
    color: #fff;
    padding: 34px 30px 31px;
    text-align: left;
	border-bottom:solid 1px #a3a4a4;
	background:#012169;
}
#menu-side > li > a:hover {
	color:#fff;
}




#blognav .searchform {
	padding:5px;
	border: solid 1px #a3a4a4;
}
#blognav .searchform  .searchSubmit {
	top:7px;
}
#blognav .its {
	font-size: 1.33em;
	font-weight: 400;    
    color: #fff;
    padding: 24px 30px 16px;
    text-align: left;
	border-bottom:solid 1px #a3a4a4;
	background:#012169;
}
#blognav > ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
    border: solid 1px #a3a4a4;
	border-top:0;
	padding:1px;
}
#blognav .sub-menu{
	padding:0;
	margin:0;
}
#blognav li a{	
	color:#012169;
}
#blognav li{
	display:block;
	padding:15px 30px;
	color:#012169;	
	line-height:1.2;
	border-top:solid 1px #8090b4;
}
#blognav li:first-child{
	border-top:none;
}
#blognav li.current_page_item > a{
	background-color:#ddd;
}


#blognav .sub-menu .sub-menu a{
	padding-left: 30px;
}
#blognav li:hover{
	background-color:#eee;
	text-decoration:none;
}
#blognav li a:hover{	
	text-decoration:none;
}
/*
#blognav li{
	display:none;
}
*/

#blognav li.current-menu-ancestor{
	display:block;
}
#blognav li.current-menu-ancestor  > ul > li { 
	display:block;
}
#blognav li.current-menu-item {
	display:block;
}
#blognav li.current-menu-item > ul > li{
	display:block;
}






/*------------------------------------*\
    menu inc toggle
\*------------------------------------*/

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

.camra-rosette{
    float: right;
    margin: 0 70px 20px 20px;
}

#menu-main > li#toggler{
    height: 40px;
    font-size: 30px;
    color: #757575;
    font-family: sans-serif;
    text-align: right;
    padding: 10px;
    line-height: 15px;
	display:none;
	cursor:pointer;
}

.menu-toggle{
    cursor: pointer;
	margin:28px auto;
}
.menu-toggle .toggleText{
	display:inline-block;
	vertical-align:middle;
	display:none;
}
.menu-toggle .toggleIcon{
	display:inline-block;
	vertical-align:middle;
	background:#012169;
	width:40px;
	height:40px;
	border-radius:50%;
	padding:10px 7px;
	margin-left:15px;
}
.menu-toggle span{
    width: 26px;
    height: 3px;
    margin: 3px 0;
    background-color: #fff;
    display: block;
    transition:all 300ms;
}

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

.menu-toggle span:nth-child(1){
    transform-origin:13px 1.5px;
}
.menu-toggle span:nth-child(3){
     transform-origin:13px 1.5px;
}
body.menuopen .menu-toggle span:nth-child(1){
	transform:rotate(135deg) translateY(-4px) translateX(4px);
}
body.menuopen .menu-toggle span:nth-child(2){
	opacity:0;
	transform:rotate(360deg);
}
body.menuopen .menu-toggle span:nth-child(3){
	transform:rotate(-135deg) translateY(4px)  translateX(4px);
}

#menu-main{
	margin:auto;
    width: 100%;
    font-size: 15px;	
	display:-webkit-flex; display:-webkit-box; display:-moz-flex; display:-moz-box; display:-ms-flexbox; display:flex; 
}
.menuopen #menu-main{
	margin-top: 0px;
}
#menu-main  ul {
	list-style:none;
}
#menu-main  li {
	position:relative;
}
#menu-main > li {
	display:inline-block;
	/* -webkit-flex:1; -webkit-box-flex:1; -moz-flex:1; -moz-box-flex:1; -ms-flex:1;  flex:1;*/
}
#menu-main  li a{
    display: block;
    padding: 7px 10px;
    text-transform: uppercase;
    color: #fff;
}
#menu-main  li.current-menu-item > a,
#menu-main  li.current-menu-ancestor > a {
	background:#0575BA
}
#menu-main  > li > a {
	text-align:center;
}

#menu-main  > li > a:after{
	height:10px;
	width:1px;
	background:#fff;
	position:absolute;
	right:0;
	top:50%;
	margin-top:-5px;
}
#menu-main  > li:last-child > a:after{
	content: none;
	margin-top: 0;
	background: transparent;
}

#menu-main  li  a:hover{
	background-color: #0575BA;
	text-decoration:none;
}
#menu-main  li .sub-menu{
	display:none;
	position:absolute;
	left:0;
    z-index: 200;
	padding: 0;
    background-color: #484848;
	min-width:100%;
}

#menu-main  li .sub-menu li{
	background-color:transparent;
	min-width:100%;
}
#menu-main  li .sub-menu a {
    padding: 10px 30px;
}
#menu-main  li .sub-menu .sub-menu{
    left: 100%;
    top: 0;
}


header {


}


.headGroup {
	border-bottom:solid 1px #000000;
	background:#fff;
	border-top:solid 20px #012169;
}

.logo{
	margin:20px auto;
	transition:300ms;	
}
.logo img{
	transition:300ms;
}
.headerTop {
	text-align:center;
}
@media (min-width:768px){
	.menu-toggle {
		position:relative;
		top:0;
		right:0;
	}
	.menu-toggle .toggleText {
		display:inline-block;
	}
}
@media (min-width:992px){
	body.homeAbs .headGroup {
		background:transparent;
		position:absolute;
		top:0;
		left:0;
		width:100%;
		z-index:200;
		border-bottom:none;
		border-color:transparent;
		border-top-width:0;
	}
	body.homeAbs .headGroup {
		color:#fff;
	}
	body.homeAbs .headGroup a{
		color:#fff;
	}
	body.homeAbs .headerLinks a {
		background:#fff;
		position:relative;
	}
	body.homeAbs .headerLinks a .fa{
		color:#012169;
	}
	body.homeAbs .headerLinks a.phone:before {
		content:'';
		display:block;
		width:25px;
		height:25px;
		background-image:url(images/phone-blue.png);
		background-repeat:no-repeat;
		position:absolute;
		top:7px;
		left:7px;
	}
	body.homeAbs .headerLinks a.phone img{
		visibility:hidden;
	}
	body.homeAbs .search-form-holder .searchSubmit{
		background:#fff;
	}
	body.homeAbs .search-form-holder .searchSubmit:before {
		background-image:url(images/search-blue.png);
	}
	body.homeAbs .headerLinks a:hover,
	body.homeAbs .search-form-holder .searchSubmit:hover{
		background:rgba(255,255,255,0.7);
	}
	body.homeAbs .toggleIcon span{
		background:#012169;
	}
	body.homeAbs .toggleIcon{
		background:#fff;
	}
	body.homeAbs .toggleIcon:hover{
		background:rgba(255,255,255,0.7);
	}
}
@media (min-width:1200px){
body {

}
.headGroup {
	transition:300ms;	
}
body {
	padding-top:150px;
}
body.home {
	padding-top:0;
}
body.home .headGroup {
	position:fixed;
	top:0;
	left:0;
	width:100%;
}
body .headGroup{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index:200;
	color:#012169;
	border-bottom:solid 1px #000000;
}
body .headGroup a{
	color:#012169;	
}
body .headerLinks a:hover{
	opacity:0.8;
	text-decoration:none;
}
body.admin-bar .headGroup {
	top:32px;
}
.has-cookie-bar body .headGroup {
	top:64px;
}



body.fixedHeader .logo{
	max-width:55px;
	margin:10px auto;
}
 .menuTop {
	transition:300ms;
}
body.fixedHeader .menuTop {
	display:none;
}
body.fixedHeader .headerLinks {
	margin-top:20px;
}
body.fixedHeader .menu-toggle{
	margin-top:20px;
}
body.fixedHeader .headGroup {
	min-height:100px;
	border-top-width:10px;
	background:#fff;
	color:#001964;
	border-bottom:solid 1px #000000;	
}
body.fixedHeader .headGroup a{
	color:#001964;
}
}
.page-banner-holder{
	position:relative;
	margin:0 -15px 20px;	
}
.page-banner-holder .col-lg-8,
.page-banner-holder .bannerContainer{
	padding:0;
	position:relative;
	overflow:hidden;
}

.homelinkWrap {
	text-align:center;
}
a.home-link{
    display: inline-block;
    vertical-align: top;
    position: relative;
	margin:15px auto 0;
	max-width:230px;
}
@media (min-width:768px){
	body.home a.home-link{
		max-width:100%;
		margin:15px auto 0.9375em;
	}
}
.search-toggle{
	float: right;
    padding: 15px;
    color: #e0e0e0;
    cursor: pointer;
    border-radius: 30px;
    margin-top: 15px;
    line-height: 15px;
}
.search-toggle:hover{
    background-color: #012169;
}
@media (min-width:1200px){
.page-banner-holder{
	position:relative;
	margin:0 -15px 20px;
}
}
@media (min-width:1590px){
.page-banner-holder{
	position:relative;
	margin:0 -30px 20px;
}
}


	#menu-main > li#toggler{
		display:block;
	}

	/* menu resetter */

	#menu-main{
		margin-top: 0px;
	}
	#menu-main{
		margin-top: 0px;
		display:block;
	}
	#menu-main  li {
		position:relative;
	}
	#menu-main > li {
		display:block;
	}
	#menu-main  li a{
		text-transform: none;
		font-weight: normal;
		text-align:left;
	}

	#menu-main  li .sub-menu{
		position:relative;
		left:initial;
	}
	#menu-main  li .sub-menu li{
		background-color:transparent;
		padding-top:0;
		padding-left:0;
	}
	
	#navbar .menu-main-container{
		background-color: #012169;
	}

	#menu-main li .sub-menu li.menu-item-has-children > span.nubbin:after{
		line-height: 38px;
		font-weight: normal;
	}

		
	/* end menu resetter */
	#navbar{
		position: fixed;
		left: -260px;
		transition: left 500ms;
		background-color: #012169;
		top: 0;
	    margin-top: 0px;
		z-index: 9999;
		height: 100%;
		width: 250px;
		overflow-x: hidden;
		-webkit-box-shadow: 0px 0px 9px 3px rgba(0,0,0,0.75);
		-moz-box-shadow: 0px 0px 9px 3px rgba(0,0,0,0.75);
		box-shadow: 0px 0px 9px 3px rgba(0,0,0,0.75);
	}

	body.menuopen  #navbar{ 
		left:0;
		z-index: 9999;
	}
	body.admin-bar #navbar{ 
		top:32px;
	}
	@media (max-width:782px){
		body.admin-bar #navbar{ 
			top:46px;
		}
	}
	.menu-toggle{
		display: block;
		vertical-align: top;
		position:relative;
		top:-95px;
		top:-217px;
		right:15px;
		position:absolute;
		text-align:right;
	}
	@media (min-width:768px){
		.menu-toggle {			
		text-align:left;
		display:inline-block;
		top:0;
		right:0;
		position:relative;
		}
	}
	#navbar .menu-main-container{
		position: absolute;
		height: 100%;
		overflow-y: auto;
		width:100%;
	}

	#menu-main{
		font-size: 0px;
		margin: 15px 0 10px 0;
		margin:0;
		margin-bottom:50px;
		font-size: 16px;
	}
	#menu-main li{
		position:relative;
		display: block;
		background-color: #333333;
		border-top: 1px solid #949494;
	}
	#menu-main li:last-child:after {
		content:"";
	}
	#menu-main li a{
		display: inline-block;
		padding: 7px 10px;
		color: #fff;
		display: block;
		background-color: #012169;
	}
	#menu-main li.current-menu-item > a{
		background-color:#0575BA;
	}


	#menu-main li.menu-item-has-children > a{
		margin-right:40px;
	}
	#menu-main li.menu-item-has-children > a:after{
		content: ">";
		width: 40px;
		height: 42px;
		line-height: 36px;
		color: #fff;
		position: absolute;
		right: 0;
		text-align: center;
		top: 0;
		font-size: 20px;
		pointer-events: none;
		transition: transform 300ms;
		margin-top: 0;
		background-color: transparent;
	}
	#menu-main li.open.menu-item-has-children > a:after{
		transform:rotate(90deg);
	}


	#menu-main li.menu-item-has-children > span.nubbin{
		display: block;
		width: 40px;
		height: 40px;
		background-color: #345;
		position: absolute;
		top: 0;
		right: 0;
		cursor:pointer;
		transition:all 300ms;
	}

	#menu-main li.menu-item-has-children > span.nubbin:hover{
		background-color: #012169;
	}

	#menu-main li.menu-item-has-children > span.nubbin:after{
		content: ">";
		width: 40px;
		height: 40px;
		line-height: 38px;
		color: #fff;
		position: absolute;
		right: 0;
		text-align: center;
		top: 0;
		font-size: 20px;
		pointer-events: none;
		transition:transform 300ms;
	}
	#menu-main li.open.menu-item-has-children > span.nubbin:after{
		transform:rotate(90deg);
	}



	#menu-main li ul{
		z-index: 99;
		padding: 0;
		width: 100%;
		display: none;
		border-right: 1px solid #5cbbe8;
		border-top: 1px solid #5cbbe8;
		position: relative;
		background-color: #00234c;
		left: 0px;
		border:0;
	}

	#menu-main li ul a{
		color: #ffffff;
		background-color: #012169;
	}

	#menu-main li ul ul{
		position: absolute;
		left: 100%;
		top: -1px;
	}



	#menu-main li ul a {
		border:0;
	}

	#menu-main li ul ul {
		position: relative;
	}

	#menu-main li:hover > a:after {
	}


	#menu-main li a:hover {
		color: #fff;
		background-color: #0575BA;
		text-decoration:none;
	}
	#menu-main li ul li a {
		background-color: #333333;
		padding-left:35px;
	}
	#menu-main li ul li ul li a {
		padding-left:50px;
	}	

	body.menuopen  #menu-main li.open > ul {
		display: block;
	}	

	#menu-main li ul li ul{
		left: initial;
		top: initial;
		position: relative;
	}

	.close-link {
		padding: 5px;
	}
	.close-link span {
		display: block;
		width: 40px;
		height: 40px;
		text-align: center;
		background-color: #334455;
		line-height: 36px;
		font-size: 19px;
		color: #ffffff;
		margin-left: auto;
		cursor: pointer;
		margin: -5px -5px -5px auto;
	}
	.close-link span:hover {
		background-color: #012169;
		color: #fff;
	}

	
	#menu-main  > li > a:after{
		content:none;
	}

	#navbar .container{
		width:auto;
		padding:0;
	}
	#menu-main  li .sub-menu a {
		padding: 7px 10px 7px 25px;
		width: initial;
	}
	#menu-main  li .sub-menu .sub-menu{
		left: initial;
		top: initial;
	}
	#menu-main  li .sub-menu .sub-menu a{
		padding: 7px 10px 7px 35px;
		top: initial;
	}







.sidebar-left {
	margin-top:0px;
	margin-bottom:40px;
}

@media (min-width : 992px) {

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

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

}



/*home*/
body.home header {
	position:relative;
	width:100%;
	z-index:200;
}
.logo {
	max-width:84px;
}
.home-banner {
	margin:0;
	margin-bottom:55px;
	position:relative;
	background:#000;
}

.homeArrowLeft:before {
	content:'';
	position:absolute;
	left:100%;
	bottom:0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 24px 0 0 30px;
	border-color: transparent transparent transparent #ffffff;
}
.homeArrowRight:before {
	content:'';
	position:absolute;
	right:100%;
	bottom:0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 24px 30px;
	border-color: transparent transparent #ffffff transparent;
}
.homeBreak {
	position:relative;
	width:100%;
	overflow:hidden;
	background:#012169;
}
.homeBreakImage {
	max-height:440px;
	width:100%;
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;
	background-attachment: fixed;
	overflow:hidden;
	opacity:0.7;
}
.homeBreakImage:after {
	content:'';
	display:block;
	width:100%;
	height:20%;
	position:absolute;
	bottom:0;
	left:0;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.8+100 */
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 ); /* IE6-9 */
}
.homeBreakImage img{
	visibility:hidden;
}
@media (min-width:992px){
body.home header {
	width:100%;
	border-bottom:none;
}
}
@media (min-width:1200px){
	.page-banner #hero {
		min-height:300px;
	}
	.home-banner #hero .slide, .home-banner .main-entry-thumbnail {

	}
}
.homeContentContainer {
	margin-bottom:0;
}
.homeContentContainer .main-content {
	margin-bottom:0;
}
.homeContentContainer h1{
	font-size:1.5em;
	margin-top:0;
	margin-bottom:30px;
}
.homeContentContainer h1 strong{
	font-size:1.8em;
	font-weight:400;
}
.homeContentContainer ul {
	text-align:center;
	font-size:1.5em;
	color:#001964;
	padding-left:0;
}
.homeContentContainer ul li{
	display:inline-block;
}
.homeContentContainer ul li:before{
	content:"●";
	display:inline-block;
	margin:0 12px 0 5px;
	position:relative;
	top:-2px;
}
.homeContentContainer ul li:first-child:before{
	content:'';
}
.postnavigation {
	clear:both;
}
@media (min-width:768px){
.postnavigation > p.prev{
	float:left;
	width:50%;
}
.postnavigation > p.next{
	float:right;
	width:50%;
	text-align:right;
}
}
.postnavigation:after {
	content:'';
	display:table;
	clear:both;
}


.homeContent {
	text-align:center;
}
.latestNews {
	margin:30px auto 90px;
}
.footernews {
	background: #dddfe2;
    color: #012169;
    padding: 20px 0;
	margin:0 auto;
}


.newsBlocks {

}
.newsBlock {
	display:block;
	font-size:12px;
	color:#333333;
	position:relative;
	overflow:hidden;
	margin:28px 0 0;
	background:#fff;
	border:solid 1px #e6e9f0;	
			transition:300ms;
}

.newsBlock:after {
	content:'';
	display:table;
	clear:both;
}
.newsBlock:hover {
	text-decoration:none;
}

.newsBlock h3,
.newsBlock h4{
	font-weight:400;
	font-size:24px;
	line-height:1.2em;    
    color: #012169;
	margin:0px 0 10px;
}
.newsImage {
	display:block;
	background-size:contain;
	background-repeat:no-repeat;
	background-image:url(images/logo.png);
	background-position:center;
	position:relative;
	float:left;
		width:160px;
		min-height:250px;
		background-size:90%;
		position:absolute;
		left:0;
		top:0;
		height:100%;
		transition:300ms;
}
.newsBlock:hover .newsImage {
	webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.newsBlock:hover {
    text-decoration:none;
	background-color:#eee;
}
.newsImage img{
	display:none;
}
.newsBlock .date {
	color:#3e3d3d;
	font-size:12px;
	margin-bottom:7px;
	position:relative;
	min-height:85px;
	padding-left:60px;
	padding-top:45px;
}
.newsBlock .date:before {
	content:'';
	display:block;
	width:50px;
	height:85px;
	position:absolute;
	top:-1px;
	left:0;
	background-repeat:no-repeat;
	background-image:url(images/flag.png);
	background-position:center;
}
.newsBlock .date span{

}
.newsBlock .blockText {
	padding:0 15px 10px 15px;
	float:left;
	padding-left:180px;
		min-height:250px;
}
@media (min-width:768px){
.upperFootGroup .sm-flexGroup  {
	display:flex;
}
}
@media (min-width:992px){
.upperFootGroup .md-flexGroup   {
	display:flex;
}
.upperFootGroup .homeftGroup .col-sm-12 .callout:before {
	content:'';
	padding-top:72.66667%;
}
.upperFootGroup .homeftGroup .leftCOGrid .col-sm-12 .callout:before {
	padding-top:111.2%;
}

}
@media (min-width:1200px){
.upperFootGroup .lg-flexGroup {
	display:flex;
}
}
@media (min-width:1590px){
.upperFootGroup .xl-flexGroup {
	display:flex;
}
.upperFootGroup .homeftGroup .leftCOGrid .col-sm-12 .callout:before,
.upperFootGroup .homeftGroup .col-sm-12 .callout:before {
	padding-top:72.66667%;
}
}







/*map*/
/*maps*/
/*footer map*/


#footerMap {
  display:block;
  width:100%;
  height:300px;  
  border:solid 1px #fff;
  margin:28px 0 0;
background-image:url(images/stwys-map.jpg);
background-size:cover;
background-position:center;
}









/*------------------------------------*\
    RESPONSIVE XL
\*------------------------------------*/


.col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}





@media (min-width: 1590px) {

    .container {
        width: 1560px;
    }

    .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
        float: left;
    }

    .col-xl-12 {
        width: 100%;
    }

    .col-xl-11 {
        width: 91.66666667%;
    }

    .col-xl-10 {
        width: 83.33333333%;
    }

    .col-xl-9 {
        width: 75%;
    }

    .col-xl-8 {
        width: 66.66666667%;
    }

    .col-xl-7 {
        width: 58.33333333%;
    }

    .col-xl-6 {
        width: 50%;
    }

    .col-xl-5 {
        width: 41.66666667%;
    }

    .col-xl-4 {
        width: 33.33333333%;
    }

    .col-xl-3 {
        width: 25%;
    }

    .col-xl-2 {
        width: 16.66666667%;
    }

    .col-xl-1 {
        width: 8.33333333%;
    }

    .col-xl-pull-12 {
        right: 100%;
    }

    .col-xl-pull-11 {
        right: 91.66666667%;
    }

    .col-xl-pull-10 {
        right: 83.33333333%;
    }

    .col-xl-pull-9 {
        right: 75%;
    }

    .col-xl-pull-8 {
        right: 66.66666667%;
    }

    .col-xl-pull-7 {
        right: 58.33333333%;
    }

    .col-xl-pull-6 {
        right: 50%;
    }

    .col-xl-pull-5 {
        right: 41.66666667%;
    }

    .col-xl-pull-4 {
        right: 33.33333333%;
    }

    .col-xl-pull-3 {
        right: 25%;
    }

    .col-xl-pull-2 {
        right: 16.66666667%;
    }

    .col-xl-pull-1 {
        right: 8.33333333%;
    }

    .col-xl-pull-0 {
        right: auto;
    }

    .col-xl-push-12 {
        left: 100%;
    }

    .col-xl-push-11 {
        left: 91.66666667%;
    }

    .col-xl-push-10 {
        left: 83.33333333%;
    }

    .col-xl-push-9 {
        left: 75%;
    }

    .col-xl-push-8 {
        left: 66.66666667%;
    }

    .col-xl-push-7 {
        left: 58.33333333%;
    }

    .col-xl-push-6 {
        left: 50%;
    }

    .col-xl-push-5 {
        left: 41.66666667%;
    }

    .col-xl-push-4 {
        left: 33.33333333%;
    }

    .col-xl-push-3 {
        left: 25%;
    }

    .col-xl-push-2 {
        left: 16.66666667%;
    }

    .col-xl-push-1 {
        left: 8.33333333%;
    }

    .col-xl-push-0 {
        left: auto;
    }

    .col-xl-offset-12 {
        margin-left: 100%;
    }

    .col-xl-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-xl-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-xl-offset-9 {
        margin-left: 75%;
    }

    .col-xl-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-xl-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-xl-offset-6 {
        margin-left: 50%;
    }

    .col-xl-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-xl-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-xl-offset-3 {
        margin-left: 25%;
    }

    .col-xl-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-xl-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-xl-offset-0 {
        margin-left: 0;
    }

    .visible-xl {
        display: block !important;
    }

    table.visible-xl {
        display: table;
    }

    tr.visible-xl {
        display: table-row !important;
    }

    th.visible-xl, td.visible-xl {
        display: table-cell !important;
    }

    .visible-xl-block {
        display: block !important;
    }

    .visible-xl-inline {
        display: inline !important;
    }

    .visible-xl-inline-block {
        display: inline-block !important;
    }

    .hidden-xl {
        display: none !important;
    }
	

}



/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/




/*==========  Non-Mobile First Method  ==========*/


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


	.home-main {
		padding: 0;
	}
}

/* rolfes special */
@media only screen and (max-width : 1390px) {

	.home .cycle-pager {
		display: none;
	}

	#menu-main li a {
	
	}

}


/* Large Devices, Wide Screens */
@media only screen and (max-width : 1199px) {

	.sidebar-left .poi-text{
	}

	.news-item-image img {
		margin-bottom: -5.6%;
	}

	
	.col-lg-6 .callout-content{
	
	}





	
}






/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) {

	.news-item-image img {
		margin-bottom: -6.5%;
	}

	.news-item-text {
		transform: translateY(0%);
	}
	.news-item-excerpt{
		display:none;
	}
	.news-item-title {
		font-size: 20px;
		margin-bottom: 0px;
	}

	.col-lg-6 .poi-text{
	}
	.going-on-title {
		font-size: 36px;
	    margin: 0 40px 30px 40px;
	}


	
	.banner-text br {
		display: none;
	}
	.banner-title {
		font-size: 22px;
	}
	.banner-text {
		font-size: 16px;
	}
	.banner-blurb {
		position: relative;
		background-color: #012169;
		right: 0;
		bottom: 0;
		padding: 20px;
	}
	.page .banner-blurb {
		width: 100%;
	    right: 0;
	}
	
}

/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {

	.news-item-image img {
		margin-bottom: 0%;
	}

	.menu-sites-container {
		margin-top: 0px;
	}

	.poi-text {

	}


	.news-cluster-item-small:first-child {
		margin-bottom: 0px;
	}
	.home-banner .cycle-pager{
		display:none;
	}
	.quote-thumb {
		width: 100%;
		margin-bottom: 30px;
	}
	.quote-blurb {
		width: 100%;
	}
	.going-on-title {
		font-size: 26px;
	}
	
	.standard-meta-value a.email-value {
		font-size: 0;
		color: transparent;
		display:inline-block;
	}
	.standard-meta-value a.email-value:before {
		content: "send";
		font-size: 12px;
		padding: 5px 20px;
		color: #000;
		display: block;
		text-align: center;
		background-color: #eee;
		border-radius: 5px;
		text-transform: uppercase;
		pointer-events: none;
	}


	.group-logo {
		text-align: center;
		margin-top: 20px;
	}
	
	#menu-sites li:after {
		content: none;
	}
	#menu-sites li {
		display: block;
	}
	.copy-credits {
		text-align: center;
		margin-top: 20px;
	}
	
	.credit {
		text-align: center;
	}

	.news-item-text {
		font-size: 17px;

	}
	.news-item-text {
		font-size: 16px;
	}
	
	.wpcf7 label {
		width: auto;
		float: none;
	}
	.wpcf7-form-control-wrap {
		margin-left: 0;
	}
	a.news-item {margin: 5% 15% 10% 15%;}
	div.row > div.col-sm-4:last-child > a.news-item {margin-bottom: 5%;}
	
	.col-lg-3 .quote-text, 
	.col-lg-6 .quote-text,
	.quote-text {
		margin: 0px;
	}
	.quote-text:before{ font-size: 70px; top: 20px; left: -40px;}
	.quote-text:after { font-size: 70px; right: -30px;}
	
	.strapline-text{
	}
	


	
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 479px) {

}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 319px) {

}

.calendar-mob{
	display;block;
}
.calendar-desktop {
	display;none;
}
@media (min-width:992px){
.calendar-mob{
	display;none;
}
.calendar-desktop {
	display;block;
}
}

/* insta feed */
.home #sbi_images {
    padding: 12px 30px!important;
    margin-top: 40px;
}
.infoBlock.hasicon.instagram_section .icon {
    font-size: 22px;
    color: #ffffff;
    text-align: right;
    margin: 30px 0px -50px 0;
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:"";
	}
	abbr[title]:after {
		content:"";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
