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

.col-md-8.had-form-col{background-color: #bb8c37 !important;margin-top:10px;}

body {
  font-family: 'Muli', sans-serif;
  font-size: 16px;
  color: #474646;
  margin: auto;
}
@media (min-width:1200px){

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

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

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

img {
	max-width:100%;
	height:auto;
}
button:focus {
	outline:0;
}
p {
	margin-bottom:1.375em;
}
table {
	width:100%;
	margin-bottom:1.375em;
}
table td,
table th{
	padding:5px;
}
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: #bb8c37;
}

hr {
	clear:both;
}
h1, h1.entry-title {
    font-size: 2.8125em;
    position: relative;
    display: block;
    font-weight: 900;
    margin-top: 15px;
	margin-bottom:30px;
}

.addtm{
    padding-top: 50px;
}


h2 {
  margin:1.1em 0 0.5em;
  font-size:1.875em;
}
h2 strong {
	font-size: 1.5em;
    font-weight: 900;
    display: block;
}
h3 {
  font-size:1.5em;
}
h1 a,
h2 a,
h3 a {
  text-decoration:underline;
  color: #bb8c37
}
article h2,
article h3,
article h4 {

}
select {
	padding:2px;
}
blockquote {
	color:#bb8c37;    
	padding:1em 0.5em ;
	font-size:1.1em;
	position:relative;
		text-align:center;
		border-left:solid 9px #bb8c37;
		margin:1em 0;
}

blockquote em{
	font-family: 'Caveat', cursive;	
}
.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: 80px;
    background-image: url(images/logo-image.png);
    background-position: center center;
	background-size: 160px;
    background-repeat: no-repeat;
    margin: 40px 0;
}

.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-image.png);
    background-position: center center;
	background-size:contain;
	height:76px;
	width:160px;
	top:50%;
	left:50%;
	margin-top:-38px;
	margin-left:-80px;
    background-repeat: no-repeat;
	position:absolute;
	background-color:#fff;
}
.homeDivider {
	clear: both;
    width: 90%;
	max-width:410px;
    height: 120px;
    position: relative;
    margin: 30px auto 10px;
	background-image: url(images/logo.png);
	background-position: center center;
    background-repeat: no-repeat;
    background-size: 150px;
	overflow:hidden;
}
.homeDivider:after {
    content: '';
    width: 100%;
    height: 1px;
    border-bottom: solid 1px #b5d6ea;
    position: absolute;
    bottom: 50%;
    left: 50%;
	margin-left:50px;
}
.homeDivider:before {
	content: '';
    width: 100%;
    height: 1px;
    border-bottom: solid 1px #b5d6ea;
    position: absolute;
    bottom: 50%;
    right: 50%;
	margin-right:50px;
}
.bodyContent {
	margin:20px auto 40px;
	background:#fff;
	-webkit-box-shadow: 4px 7px 10px 3px rgba(51, 51, 51, 0.2);
-moz-box-shadow:    4px 7px 10px 3px rgba(51, 51, 51, 0.2);
box-shadow:         4px 7px 10px 3px rgba(51, 51, 51, 0.2);
padding:15px 30px;
}


.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: #bb8c37;
    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;
}
.buttonLink > a,
a.buttonLink,
a > .buttonLink {
	display:inline-block;
	font-family: 'Caveat', cursive;
    font-style: italic;
	background: #bb8c37;
    color: #fff;
	font-size:1.75em;
	line-height:1.357em;
	max-height:1.357em;
	border-radius:0.6785em;
	padding:0 30px 0 20px;
	transition:300ms;
	text-transform:lowercase;
}
.redBlock .buttonLink > a,
.redBlock  a.buttonLink,
.redBlock  a > .buttonLink {
	background:#fff;
	color:#bb8c37;
}
.buttonLink > a:hover,
a.buttonLink:hover,
a:hover > .buttonLink {
	background: #000;
    text-decoration: none;
}
@media (min-width:992px){
	blockquote {

	}
}
/*------------------------------------*\
    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:#bb8c37;
	font-weight:bold;
	cursor:pointer;
    position: relative;
	padding-right: 40px;
	margin:0;
	font-weight:400;
	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:'Lato', 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:#bb8c37;    
	padding:1em 0.5em;
	font-size:1.1em;
	position:relative;
		text-align:center;
		border-left:solid 9px #bb8c37;
		margin:1em 0;
		width:100%;
}


@media (min-width : 992px) {
	.quote-blurb {

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

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

	.sidebar-left .quote-blurb{
		width: 100%;
	}
	.quote-blurb:before {
		top:30px;
		left:35px;
	}
	.quote-blurb:after {
		bottom:30px;
		right:75px;
	}
}


.quote-text p{
  margin-bottom:0;
}
.quote-cite {
    text-align: right;
    margin: 10px 0 -20px;
    font-style: italic;
    color: #bb8c37;
    font-size: 1em; 
	padding-right:5px;
	padding-right:50px;
	font-family: 'Caveat', cursive;
}







h2.list-item-title{
	margin-top:0;
	font-family: 'Open Sans', sans-serif;
	font-weight:600;
	font-size:1.8em;
}
h1.postTitle {
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
}
.main-content img.featured-align-center {
	margin: 5px auto 20px;
}
.vacanciesTitle h1.entry-title {
	margin-top:0;
}
.shareButtons {
	float: right;
    clear: right;
    margin-top: 30px;
}
@media (min-width:768px){
	.main-content img.featured-align-left {
		float:left;
		margin: 5px 20px 20px 0;
	}
}
.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;
	max-width:150px;
}
.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: #bb8c37;
    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: #bb8c37;
    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:#bb8c37;
}
.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: #bb8c37;
    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 #bb8c37;
}

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

.callout {
    position: relative;
    margin-top: 0px;
    margin-bottom: 30px;
    background-size: cover;
	background-position:center;
	display:block;    
	background:rgba(194, 63, 79, 1);
	color:#fff;
	font-size:24px;
	border:solid 2px #bb8c37;
}

.callout .callout-content {
	padding:30px 15px;	
	transition:300ms;
	background:rgba(194, 63, 79, 0.7);
	text-align:center;
	font-weight:700;
}
.callout .callout-content p{
	margin:0;
}
.callout-content-main {
	position:relative;
	padding:15px 30px;
	margin:15px auto;
	display:inline-block;
	font-size:30px;
	font-family: 'Caveat', cursive;
	font-weight:700;
	font-style:italic;

}
.callout .callout-sentinel{
	margin-bottom:0px;
	visibility:hidden;
	display:none;
}
.callout:hover {
	background:#fff;
}
.callout:hover .callout-content {
	background:rgba(255, 255, 255, 0.4);
	color:rgb(194, 63, 79);
}
a.callout:hover{
	text-decoration:none;
	color:#fff;
}
.callout:after,
.image-item:after {

}
.callout-sentinel{

}
.callout-content {

}

.col-lg-6 .callout-content{

}

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


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

.pois.page-wide-pois{
	padding: 0;
	/*border-bottom:solid 6px #bb8c37;*/
}
.pois.page-wide-pois .poi {
	margin:auto;
}

.home-featured-image {margin-right:-15px;margin-left:-15px;}
.home-featured-image img{width:100%;height:auto;}

.pois {
	
}
.poi  {
	position: relative;
	display: block;
    overflow: hidden;
	margin:0px auto 20px;
	background-color:#bb8c37;
	color:#fff;
	background-repeat:no-repeat;
	background-position:center;	
}
.poi:hover  {
	text-decoration:none;
}
.poiImage  {
    overflow:hidden;
	background-color:rgba(0, 0, 0, 0.22);
	background-repeat:no-repeat;
	background-position:center;
	    background-size: cover;
		width:100%;
}
.poiImage:before  {
	content:'';
	display:block;
	width:100%;
	padding-top:60%;
	opacity:0;
	background:#000;
	transition:300ms;
}
.poiImage {
	position
}
.poiImage img{
	width:100%;
	display:none;
}
.poiImageBG {
	width:100%;
	height:100%;
	background-size:cover;
	background-position:center;
	position:absolute;
	top:0;
	left:0;
}
.poi .poiTitle {
	padding:5px;
	font-size:28px;
	position:relative;
	bottom:0;
	width:100%;
	left:0;
	background:#bb8c37;
	font-family: 'Caveat', cursive;
    font-weight: 700;
    font-style: italic;
	transition:300ms;
	border-bottom:solid 2px transparent;
}
.poi:hover .poiTitle {
	background:#fff;
	color:#bb8c37;
	border-bottom-color:#bb8c37;
}
body.heroPause.heroReady .hiddenNow {
    opacity: 1;
    transition: opacity 1000ms;
}

body.heroPause .hiddenNow {
    opacity: 0;
}

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

a.logo-bg:before {
    /* content:""; */
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,9ca19f+100&0.65+0,0.3+1,0+100 */
    background: -moz-linear-gradient(-45deg, rgba(0,0,0,0.65) 0%, rgba(2,2,2,0.3) 1%, rgba(156,161,159,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(0,0,0,0.65) 0%,rgba(2,2,2,0.3) 1%,rgba(156,161,159,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(0,0,0,0.65) 0%,rgba(2,2,2,0.3) 1%,rgba(156,161,159,0) 30%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#009ca19f',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    position: absolute;
    z-index: 2000;
    width: 100%;
    left: -20px;
    top: -30px;
    height: 790%;
}

.page-banner-holder:before {
        content: "";
        background: -moz-linear-gradient(-45deg, rgba(0,0,0,0.65) 0%, rgba(2,2,2,0.3) 1%, rgba(156,161,159,0) 100%);
        background: -webkit-linear-gradient(-45deg, rgba(0,0,0,0.65) 0%,rgba(2,2,2,0.3) 1%,rgba(156,161,159,0) 100%);
        background: linear-gradient(135deg, rgba(0,0,0,0.65) 0%,rgba(2,2,2,0.3) 1%,rgba(156,161,159,0) 30%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#009ca19f',GradientType=1 );
        position: absolute;
        z-index: 100;
        width: 100%;
        left: -20px;
        top: -30px;
        height: 100%;
}


img.logo-img {
    z-index: -1;
    position: relative;
}

/*scroller*/
.footerPOI {
	margin:30px auto;
}
.footerPOI .poiScroller {
	width:780px;
	max-width:100%;
	padding:0 15px;
}
.footerPOI .poiScroller .poi{
	margin:0 auto;
}
.poiScroller .poiTitle {
	position:absolute;
	font-weight:900;
	font-size:1.5125em;
	padding:0.3em 0.8em;
	z-index:2;
	left:0;
	bottom:0;
	background-color:transparent;
	font-family:'Muli', sans-serif;
	font-style:normal;
}
.poiScroller .poi:hover .poiTitle {
}
@media (min-width:768px){
	.poiScroller .poiTitle {		
		font-size:2.8125em;
	}
}
/*newsScroller*/
.newsScroller {
	background:#7030a0;
	color:#fff;
	font-size:16px;
	position:relative;
	margin:30px auto;
}
.newsScroller a {
	color:#fff;
}
.newsScroller a:hover,
.newsScroller a:hover > *  {
	color:#000;
	text-decoration:none;
}
.newsScroller h3{	
	font-size:1em;
	font-weight:900;
	margin:20px 0;
	color:#fff;
}
.newsScroller .date {
	font-size:2.2em;
	font-weight:900;
}
.newsScroller .singleScrollNews {
	position:relative;
	overflow:hidden;
}
.newsScroller .scrollerImage {
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	display:none;
}
.newsScroller .scrollerText {
	padding:30px 20px;
}
.newsScroller .scrollerImage img{
	visibility:hidden;
}
.newsScroller .slickArrow {
	width:47px;
	height:47px;
	display:block;
	border:none;
	background-color:transparent;
	position:absolute;
	z-index:5;
	bottom:35px;
	border-radius:50%;
}
.newsScroller .slickArrow.slick-disabled {
display:none!important;
}
.newsScroller .slickArrow.slick-prev  {
	background-image:url('images/scroller-arrow-left.png');
	background-repeat:no-repeat;
	left:15px;	
}
.newsScroller .slickArrow.slick-next  {
	background-image:url('images/scroller-arrow-right.png');
	background-repeat:no-repeat;
	right:15px;
}
.newsScroller .slickArrow:hover {
	background-color:#bb8c37;
}
.newsScroller .scrollImageSizer {
	margin:0 -15px;
}
@media (min-width:992px){
	.newsScroller .scrollerImage {
		position:absolute;
		right:0;
		top:0;
		height:100%;
		width:50%;
	display:block;
	margin:0;
	}
	.newsScroller .scrollerText {
		float:left;
		width:50%;
		padding-left:50px;
	}
.newsScroller .scrollImageSizer {
	width:50%;
	float:right;
	margin:0;
	position:relative;
}
.newsScroller .scrollImageSizer:before{
   content:'';
   display:block;
   width:100%;
   padding-top: 60%;
}
.newsScroller .scrollImageSizer a{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:4;
}
.newsScroller .scrollImageSizer img{
   display:none;
}
.newsScroller .container {
	display: flex;
	align-items: center;
	justify-content: center;
}
}
@media (min-width:1390px){
	.newsScroller .scrollerText {
		width:41.666667%;
		margin-left:4%;
		margin-right:4.333333%;
	}
}
@media (min-width:1560px){
	.newsScroller .scrollerText {
		width:33.333333%;
		margin-right:12.6666666%
	}
}
/*------------------------------------*\
    DOCUMENTS
\*------------------------------------*/

a.document-link {
	position:relative;
	display: block;
	width: 100%;
	padding: 20px;
	border: 1px solid #cacaca;
	margin: 10px auto;
	border-radius: 3px;
	text-align: right;
	padding-left: 50px;
	transition:all 300ms;
}

a.document-link:hover {
	text-decoration:none;
	background-color:#eee;
}
a.document-link i {
	position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 40px;
    color: #bb8c37;
}
a.document-link:hover i {
    color: #000;
}
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;
}
#hero .slide:before {
	content:'';
	display:block;
	width:100%;
	padding-top:40.064%;	
}

#hero {
	max-height:625px;
}
.home-banner #hero {
	max-height:1000px;
}
#hero .slide img{
	width:100%;
	height:auto;
	visibility:hidden;
	display:none;
}
.home-banner #hero .slide:before {
	padding:0;
}
.home-banner #hero .slideImage:before{	

}
.home-banner #hero .slideImage:before {	
	content:'';
	display:block;
	width:100%;
	padding-top:64.103%;
	position:relative;
}
#hero .slide:after {
	//content:'';
		position:absolute;
		bottom:0;
		left:0;
		display:block;
		height:100%;
		width:40%;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.7+0,0+100 */
background: -moz-linear-gradient(left, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
}
.home-banner #hero .slide:after {
	display:none;
}


@media (min-width:1200px){
	#hero .slide,
.main-entry-thumbnail	{		
	border-bottom:0;
	}
	.home-banner #hero .slideImage,
.home-banner .main-entry-thumbnail{	
min-height:100%;
max-height:100vh;
}
}
@media (min-width:1200px){
	
}

.home-banner .bannerText {		
	color:#fff;
	font-size:28px;
	font-family:'Caveat', cursive;
	font-style:italic;

	font-weight:700;
	text-align:center;
	text-shadow: 2px 3px 7px rgba(0, 0, 0, 0.35);
		position:absolute;
		bottom:65px;
		left:0;
		width:100%;
	}
.home-banner .explore {
	display:block;	
	font-family: 'Caveat', cursive;
    font-style: italic;
	position:absolute;
	background:#bb8c37;
	color:#fff;
	text-align:center;
	left:50%;
	font-size:28px;	
	height:38px;
	line-height:38px;
	bottom:20px;
	border-radius:19px;
	padding:0 30px 0 45px;
	transition:300ms;
	z-index:140;
	transform:translateX(-50%);
}
.home-banner .explore:before {
	content:'';
	display:block;
	position:absolute;
	width:29px;
	height:29px;
	background-image:url(images/arrow-down.png);
	top:50%;
	left:8px;
	margin-top:-14.5px;
}	
@media (min-width:768px){
.home-banner .bannerText {		
	color:#fff;
	font-size:48px;
	bottom:100px;
}
.home-banner .explore {	
	bottom:60px;
}
}
@media (min-width:992px){
.home-banner .bannerText {		
	font-size:75px;
}
}
@media (min-width: 1200px) {

}
@media (min-width: 1390px) {
	
}
@media (min-width: 1590px) {
	
}
.breadcrumbs{
    margin: 0px 0 10px;
    padding: 0px 0;
	text-transform:lowercase;
	color:#474646;
	font-size:14px;
}
.breadcrumbs span{
	color:#bb8c37;
}
.breadcrumbs a span{
	color:#474646;
}
header > .container{
	position:relative;
}

.search-form-holder {
	display:inline-block;
	margin:5px 0 0px 10px;
	vertical-align:middle;
}
.sidebar-left .searchform {
	margin-bottom:15px;
}

.searchform label{
	display:none;
}
.searchform {
	padding-right:35px;
	position:relative;
	border:solid 1px #bb8c37;
	overflow:hidden;
}
.searchform input#s{
    border: 0;
    font-size:16px;
	width:100%;
	background:transparent;
	color:#bb8c37;
	padding: 3px 10px;
}
.searchform input#s:focus{
	outline:0;
}
#searchSubmit{
	color: #bb8c37;
    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 {
	border-color:#bb8c37;
}
.search-form-holder .searchform input#s{
	color:#bb8c37;
	border-bottom:solid 1px transparent;
}
.search-form-holder .searchform{
	max-width:0px;
	transition:300ms;
	border-color:transparent;
}
.search-form-holder #searchSubmit{
	color:#bb8c37;
	font-size:20px;
	line-height:30px;
}
.search-form-holder .searchform.openSearch {
	max-width:230px;	
	border-color:#fff;
}
.searchform.openSearch input#s{	
	
	border-bottom:solid 1px #bb8c37;
}

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

@media (min-width:768px){
.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:1390px){

}
@media (min-width:1590px){
.headerContact {
	font-size:18px;
}
}
.address {
	text-align:center;
}
.address p{
	margin:0;
}
.headerContact hr{
margin-right:0;
}
.headerContact a {
	color:#000;
}
.headerContact a:hover {
	color:#bb8c37;
	text-decoration:none;
}
/*------------------------------------*\
    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;
  min-width:480px;
}
.popupAlert span.buttonLink {text-transform: none!important;}

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

@media (max-width:767px){.popupAlert .header{font-size:1.2em;}}

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

header {
	position:relative;
}
#navbar{
    display: block;
    vertical-align: top;    
    background: #bb8c37;
}
.headerTop {
	font-size:16px;
	position:absolute;
	right:0;
	top:35px;
	background:#fff;
	padding-right:15px;
}
.headerTop a{
	color:#bb8c37;
}
.headerTop .contact {
    display: inline-block;
	font-size:20px;
	vertical-align:middle;
	margin-top:5px;
	margin-left:10px;
}
.headerTop .contact a {
	display:inline-block;
	margin:0 5px;
}

.headerSocial{
    display: inline-block;
	margin:8px 0;
	margin:0.5em 0 8px;
}
.headerSocial a{
	font-size:16px;
    display: inline-block;
    padding: 0.25em;
    margin: 0 1px;
    color:#bb8c37;
    border-radius: 50%;
    width: 28px;
	height:28px;
	width:1.75em;
	height:1.75em;
    text-align: center;
}
.headerSocial a:hover{
	background-color: #888;
}
.logo {
		position:absolute;
		left:15px;
		z-index:120;
		width:33.33333%;
		z-index:120;
		top:30px;
	}
@media (min-width:992px){
	.logo {
		position:absolute;
		left:15px;
		padding-left:15px;
	}
	body.home .logo {
	}
}
@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;
}




.footerLower {
	background:#282828;
	color:#fff;
	padding:10px 0 20px;	
	text-transform:uppercase;
	font-size:12px;
	margin-top:20px;
}
.footerLower a{
	color:#fff;
}

.footer-copyright {
		margin-top:40px
	}
@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;
}

.sideMenu-wrap {
	position:relative;
}

.its{
	font-size: 1.875em;
	font-weight: 700;    
    color: #bb8c37;
    padding:35px 20px 22px;
    text-align: left;
	border-bottom:none;
}


#menu-side {
	list-style:none;
	padding:0;
	margin:0;
	margin-bottom:20px;
	font-size:16px;
}
#menu-side .sub-menu{
	padding:0;
	margin:0;
}
#menu-side li{
	display:block;
	padding:0; 
	margin:0;
}
#menu-side li a{
	display:block;
	padding:18px 20px 18px;
	color:#000;	
	position:relative;
}
#menu-side li a:hover{
	background:#f4f2f3;
}
#menu-side li{

}
#menu-side li:first-child{

}
#menu-side li.current-menu-item > a,
#menu-side .sub-menu li.current-menu-ancestor > a,
#menu-side li a:hover{
	color:#bb8c37;
}
#menu-side li.current-menu-item > a{
	background:#bb8c37;
	color:#fff;
}
#menu-side li.current-menu-item > a:before{
	content:'';
	display:block;
	position:absolute;
	left:20px;
	bottom:8px;
	width:23px;
	height:9px;
	background-image:url(images/dash-white.png);
	background-repeat:no-repeat;
}
/*
#menu-side .sub-menu li.current-menu-ancestor > a:before {
	content:'';
	display:block;
	position:absolute;
	left:20px;
	bottom:8px;
	width:23px;
	height:9px;
	background-image:url(images/dash-blue.png);
	background-repeat:no-repeat;
}*/
#menu-side .sub-menu .sub-menu a{
	padding:18px 20px 18px 60px;
}
#menu-side .sub-menu .sub-menu a:before {
	content:'';
	display:block;
	position:absolute;
	left:20px;
	bottom:22px;
	width:23px;
	height:9px;
	background-image:url(images/dash-gold.png);
	background-repeat:no-repeat;
}
#menu-side  .sub-menu .sub-menu  li.current-menu-item > a:before{	
	background-image:url(images/dash-white.png);
}
#menu-side li a:hover{
	text-decoration:none;
}

#blognav .its {
	padding: 20px 20px 22px;
}


#blognav .searchform {
	padding:5px;
	margin:5px 10px;
}
#blognav .searchform  #searchSubmit {
	top:7px;
}
#blognav > ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
	border-top:0;
}
#blognav .sub-menu{
	padding:0;
	margin:0;
}
#blognav li a{	
	color:#000;
}
#blognav li{
	display:block;
	padding:18px 20px 18px;
	color:#000;	
	position:relative;
}

#blognav li.current_page_item > a{
	background-color:#ddd;
}

#blognav .sub-menu a{
	padding-left:40px;
}
#blognav .sub-menu .sub-menu a{
	padding-left: 30px;
}
#blognav li:hover{
	background-color:#f4f2f3;
	text-decoration:none;
	color:#bb8c37;
}
#blognav li a:hover{
	text-decoration:none;
	color:#bb8c37;
}
/*
#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;
}

@media (min-width:992px) {
	.sideMenu-wrap .its{
		position:absolute;
		bottom:100%;
		left:0;
		z-index:105;
		background:#fff;
		width:100%;
	}
}



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

ul.menu{ padding: 0; }

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

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

.menu-toggle{
	 cursor: pointer;
	display: inline-block;
	vertical-align: top;
	position:relative;
	top:0;
	left:0;
	text-align:left;
	background:#bb8c37;
	padding:10px 14px;
	padding-left:45px;
}
.menu-toggle .menu-icon {
	display:inline-block;
	position:absolute;
	left:14px;
	top:9px;
	
}
.menu-toggle .toggleText{
	display:inline-block;
color: #fff;	
}
.menu-toggle span{
    width: 20px;
    height: 2px;
    margin: 4px 0;
    background-color: #fff;
    display: block;
    transition:all 300ms;
}
.menu-toggle:hover span{
    background-color: #000;
}
.menu-toggle span:nth-child(1){
    transform-origin:50% 4.5px;
}
.menu-toggle span:nth-child(3){
    transform-origin: 50% -2.5px;
}
body.menuopen .menu-toggle span:nth-child(1){
	transform:rotate(135deg);
}
body.menuopen .menu-toggle span:nth-child(2){
	opacity:0;
	transform:rotate(360deg);
}
body.menuopen .menu-toggle span:nth-child(3){
	transform:rotate(-135deg);
}

#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:#f4f2f3;
	color:#bb8c37;
	background:#bb8c37;
	color:#f4f2f3;
}
#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{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	z-index:200;
}
@media (min-width:1200px){
body {

}
.headGroup {
	transition:300ms;	
	position:fixed;

}

body .logo{
	
}
body.home.fixedHeader {

}

body.admin-bar .headGroup {
	top:32px;
}

body.fixedHeader .headGroup {	
	background:#000;
}
}
.page-banner-holder{
	position:relative;

}
.page-banner-holder .col-lg-8,
.page-banner-holder .bannerContainer{
	padding:0;
	position:relative;
	overflow:hidden;
}
.bannerContainer .twentyyears {
	position:absolute;
	right:15px;
	top:100px;
	width:195px;
	height:195px;
	z-index:110;
	display:none;
}
.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;
	}
	.bannerContainer .twentyyears {
		display:block;
	}
}
.search-toggle{
	float: right;
    padding: 15px;
    color: #e0e0e0;
    cursor: pointer;
    border-radius: 30px;
    margin-top: 15px;
    line-height: 15px;
}
.search-toggle:hover{
    background-color: #bb8c37;
}
@media (min-width:1590px){
.page-banner-holder{
	position:relative;
}
}


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

	#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: #bb8c37;
		background-color:#fff;
		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;
		}
	}


	#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:#bb8c37;
	}
	#menu-main li:last-child:after {
		content:"";
	}
	#menu-main li a{
		display: inline-block;
		padding:10px 20px 10px;
		color: #474646;
		background:#fff;
		display: block;
	}
	#menu-main.menu > li  {
		border-bottom:solid 1px #fff;
	}
	#menu-main li.current-menu-item > a{

	}


	#menu-main li.menu-item-has-children > a{
		margin-right:40px;
	}
	#menu-main li.menu-item-has-children > .arrow {
		position:absolute;
		right:0;
		top:0;
	}
	#menu-main li.menu-item-has-children > .arrow:after{
		content: ">";
		width: 40px;
		height: 42px;
		line-height: 39px;
		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 > .arrow:after{
		transform:rotate(90deg);
	}

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

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

	#menu-main li a:hover {
		color: #fff;
		background-color: #bb8c37;
		text-decoration:none;
	}

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

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

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


	#navbar .container{
		width:auto;
		padding:0;
	}
	#menu-main  li .sub-menu a {
		padding-left:55px;
		width: initial;
		position:relative;
	}
	#menu-main .sub-menu a:hover {
		background:#f4f2f3;
		color:#bb8c37;
		color:#fff;
		background:#000;
	}
	#menu-main  li .sub-menu a:before {
    content: '';
    display: block;
    position: absolute;
    left: 20px;
    bottom: 13px;
    width: 23px;
    height: 9px;
    background-image: url(images/dash-white.png);
    background-image: url(images/dash-gold.png);		
    background-repeat: no-repeat;
}
	#menu-main  li .sub-menu a:hover:before ,
	#menu-main  li .sub-menu li.current-menu-item > a:before {
    background-image: url(images/dash-gold.png);		
	 background-image: url(images/dash-white.png);
	}
	#menu-main  li .sub-menu a:hover:before {
		
	}
	#menu-main  li .sub-menu .sub-menu{
		left: initial;
		top: initial;
	}
	#menu-main  li .sub-menu .sub-menu a:before {
		 left: 40px;
	}
	#menu-main  li .sub-menu .sub-menu a{
		padding-left:70px;
		top: initial;
	}






.sidebar-left {
	margin-top:0px;
	margin-bottom:20px;
	-webkit-box-shadow: 4px 7px 10px 3px rgba(51, 51, 51, 0.2);
    -moz-box-shadow: 4px 7px 10px 3px rgba(51, 51, 51, 0.2);
    box-shadow: 4px 7px 10px 3px rgba(51, 51, 51, 0.2);
}

@media (min-width : 992px) {

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

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

}



/*home*/
header {
	position:relative;
	width:100%;
	z-index:200;
}
.home-banner {
	margin-bottom:0;
	position:relative;
	overflow:hidden;
	margin:0;
	background:#000;
}

.homeHeader {
	font-size:1.875em;
	font-weight:700;
}
.homeHeader strong{
	font-size:1.5em;
	font-weight:900;
	display:block;
}
.homeContent {
    -webkit-box-shadow: 4px 7px 10px 3px rgba(51, 51, 51, 0.2);
    -moz-box-shadow: 4px 7px 10px 3px rgba(51, 51, 51, 0.2);
    box-shadow: 4px 7px 10px 3px rgba(51, 51, 51, 0.2);
	    padding: 15px 30px;
		margin:5px 0 30px;
}
.homeThumbnail {
	text-align:center;
	position:relative;
}
.redBlock {
	background:#bb8c37;
	color:#fff;
	margin:30px 0;
	padding:35px 0;
	position:relative;
}
.redBlock h2,
.redBlock h3,
.redBlock h4{
	color:#fff;
}
.redBlock h2{
    font-size: 1.875em;
    font-weight: 700;
}
.redBlock h2 strong{
	font-size: 1.5em;
    font-weight: 900;
    display: block;
}
.redBlock a{
	color:#fff;
}
.redImageSizer img{
	width:100%;
}

.homeQuotes {
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	padding:60px 0;
	transition:500ms;
}
.homeQuotes .quoteBody {
	font-size:35px;
	line-height:1em;
	font-family: 'Caveat', cursive;
    font-style: italic;
}
.homeQuotes .quoteBody .buttonLink {
	font-size:28px;
	background:#fff;
	color:#bb8c37;
	margin:0 0 20px 0;
}
.homeQuotes .quoteBody .buttonLink:hover {
	background:#bb8c37;
	color:#fff;
}
.whatParentsSay {
	padding:30px;
	background-color:rgba(31, 73, 125, 0.7);
	color:#fff;
	max-width:660px;
}
.homeQuotes .quoteBody {
	padding-right:40px;
}
.whatParentsSay h2{
	color:#fff;
	margin-bottom:30px;
}
@media (min-width:992px){
	body.home header {
		width:100%;
		border-bottom:none;
	}
	.homeThumbnail {
		position:absolute;
		right:50%;
		right:58.33333333%;
		max-width:41.66666667%;
		top:50%;
		transform:translateY(-50%);

	}
	.homeContent {	
		padding:25px 40px 30px;
		position:relative;
			transform:translateX(-20px);
	}
	#main {
		position:relative;
	}
	.redBlock h2{
		margin-top:70px;
	}
	.redBlock {
		padding:65px 0;
	}
	.redBlock .redBlockImage{
		position:absolute;
		right:0;
		width:50%;
		top:65px;
		bottom:65px;
		background-repeat:no-repeat;
		background-position:center;    
		background-size: cover;
	}
	.redImageSizer img{
		visibility:hidden;
	}
	.homeQuotes .quoteBody {
		padding-right:180px
	}
}
@media (min-width:1200px){
	.homeThumbnail {
		position:absolute;
		right:50%;
		max-width:41.66666667%;
		}
		.homeContent {	
			padding:35px 100px 40px;
			transform:translateX(-60px);
		}
	.whatParentsSay {
		padding:55px 60px 60px;
	}

}
@media (min-width:1560px){
.homeContent {	
	padding:75px 170px 40px 100px;
	transform:translateX(-60px);
}
.redBlockText {
	padding-bottom:70px;
}
}
.homeContentContainer {
	margin-bottom:50px;
}

.home-banner .explore:hover {
	background:#000;
	text-decoration:none;
}
.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;
}


.latestNews {
	margin:30px auto 90px;
}
.footernews {
	background: #dddfe2;
    color: #bb8c37;
    padding: 20px 0;
	margin:0 auto;
}

.latestNews h3 {
    font-size: 2.4em;
    color: #bb8c37;
    margin: 0.1em 0 0.8em;
    position: relative;
	text-align:center;
	text-transform:uppercase;
}
.latestNews h3 a{
	text-decoration:none;
    color: #bb8c37;
}
.latestNews h3 a:hover{
	color:#000;
}
.newsBlocks {
margin:0 0px 20px;	
}
.newsBlock {
	display:block;
	font-size:14px;
	color:#3e3d3d;
	position:relative;
	overflow:hidden;
	margin-bottom:20px;
	background:#fff;
	border-bottom:solid 1px #666666;
}
.newsBlock:after {
	content:'';
	display:table;
	clear:both;
}
.newsBlock:hover {
	text-decoration:none;
	background-color: #eee;
}
.newsBlock h4{
	font-weight:400;
	font-size:24px;
	line-height:1.2em;    
	text-transform:uppercase;
    color: #bb8c37;
	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;
	margin-bottom:20px; 
}
.newsImage:before {
	display:block;
	content:'';
	width:100%;
	padding-top:73.548%;	
	padding-top:27.972%;
}
.newsImage img{
	display:none;
}
.newsBlock .date {
	color:#3e3d3d;
	font-size:12px;
	margin-bottom:7px;
}
.newsBlock .date span{

}

.blockText {
	padding:0 15px 10px 15px;
}
@media (min-width:768px){
	.newsImage {
		float:left;
		width:155px;
		margin-right:-155px;
	}
	.newsImage:before {
		padding-top:73.548%;
	}
	.blockText {
		float:left;
		padding-left:185px;
	}
	
	
}
@media (min-width:992px){
	.newsBlocks {
		margin:0 -15px 20px;
	}
	.newsStart {
		width:50%;
		float:left;
		padding:0 15px;
	}
	.newsRight {
		float:right;
		width:50%;
		padding:0 15px;
	}
	.newsBlock {
		border-color:transparent;
	}
	.newsStart .newsBlock:first-child {
		border-color:#666;
	}
	.newsStart .newsBlock {
		margin:0;
		padding-top:20px;
	}
	.newsRight .newsImage {
		float:none;
		width:100%;
		margin-right:0;
	}
	.newsRight  .newsImage:before {
	display:block;	
	padding-top:27.972%;
	}
	.newsRight .blockText {
		float:none;
		padding-left:15px;
	}
	.twitterfeed,
#ctf .ctf-tweets	{
		display:-webkit-flex; display:-webkit-box; display:-moz-flex; display:-moz-box; display:-ms-flexbox; display:flex;
		margin:0 -0.5% 10px;
		justify-content: space-between; 
	}	
	
	.twitterfeed .tweet,
#ctf .ctf-tweets .ctf-item	{
		width:32.33333%;
		float:left;
		margin:0 0.5% 10px;
		max-width:430px;
	}
}

@media only screen and (min-width: 1200px) {
	.homeTwt #ctf .ctf-tweet-media {
	left:0;
	width:40%;
	top:-20px;
	height:100%;
	overflow:hidden;
	float:left;
	clear:none;
	position:relative;
	margin:0;
}
.homeTwt #ctf .cta-item-has-media p.ctf-tweet-text {
	width:58%;
	float:right;
}
.homeTwt #ctf .cta-item-has-media .ctf-author-box-link {
	float:right;
	width:59%;
}
.twitterfeed .tweet,
#ctf .ctf-tweets .ctf-item.cta-item-has-media  {
	padding-left:0;
}
/*news block*/
.newsBlock {
	display:block;
}
}

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


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

}







/*map*/
/*maps*/
/*footer map*/
.footerMap {
  overflow:hidden;
  width:100%;
  position:relative;
  border-top:solid 6px #bb8c37;
  border-bottom:solid 6px #bb8c37;
}
.ftMapTop {
  top:0;
}
.ftMapTop,
.ftMapTop {
  content:'';
  display:block;
  position:absolute;
  height:40px;
  background:#fff;
  top:0;
  width:50%;
    z-index:10
}
.ftMapTop.topRight {
  margin-left:40px;
    left:50%;
}
.ftMapTop:before {
  position:absolute;
  top:0;
  display:block;
  content:'';
}

#footerMap {
  display:block;
  width:100%;
  width:160%;
  
  min-height:290px;
  max-height:680px;
  height:680px;  
  top:1px;
  position:relative;
  left:-30%
}
.footerMapContainer {
	position:relative;
	display:block;
	overflow:hidden;
	margin:30px auto;
}
.footerMapContainer .container {
	position:relative;
}
.footerMapContact {
	background:#bb8c37;
	color:#fff;
	padding:60px 30px 0;
}
.footerMapContact .col-sm-6 {
	overflow:hidden;
}
.footerMapContact a{
	color:#fff;	
}
.footerMapContact h3{
	color:#fff;
	font-size:2.8125em;
	font-weight:900;
}
.footerMapContact .social {
	font-size:24px;
	font-weight:700;
	font-style:italic;
	font-family: 'Caveat', cursive;
}
.footerMapContact .social .icons {
	display:inline-block;
	font-size:20px;
	margin:0 5px
}
.footerMapContact .social .icons a{
	display:inline-block;
	width:1.65em;
	height:1.65em;
	line-height:1.65em;
	text-align:center;
	background:#fff;
	color:#bb8c37;
	border-radius:50%;
	margin:0 5px;
	transition:300ms;
}
.footerMapContact .social .icons a:hover{
	background:#000;
}
.footerMapContact .social .icons a .fa {
	vertical-align:-2px;
}
.footerMap .ftMapWrap {
  min-height:275px;
  height:275px;
  -ms-transition:300ms ease all;
  -moz-transition:300ms ease all;
  -webkit-transition:300ms ease all;
  transition:300ms ease all;
  border-top:solid 1px #fff;
  border-bottom:solid 1px #fff;
  border:solid 1px #fff;
}
.footerMap .ftMapWrap.openMap {
	height:400px;
}
.footerMap .ftMapWrap .ftMapToggle.mapPH {
  width:100%;
  height:100%;
  position:absolute;
  z-index:5;
  background-image:url(images/map.jpg);
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center;
  cursor:pointer;
}
.footerMap .ftMapWrap.openMap .ftMapToggle.mapPH {
  display:none;
}
.footerMapImages {
	background:#fff;
	margin:60px -30px 0;
	padding:10px 15px 20px;
	text-align:center;
	display:flex;
	justify-content:space-around;
}
.footerMapImages .imageWrap{
	display:inline-block;
}
.footerMapImages img{	
	max-height:100px;
	margin:0 10px;
}

@media (min-width:992px){
	.footerMapContact {
		width:50%;
		position:absolute;
		top:0;
		right:8.3333333%;
		z-index:3;
	}
	#footerMap {
		left:-50%		
	}
}

@media (min-width:992px){

}





/*------------------------------------*\
    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 only screen and (min-width : 1390px) {
    .container {
        width: 1360px;
    }
}


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

	.pois {
		padding: 0;
	}
	.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;
	}
	.callout-content {
		
	}
	.col-lg-6 .callout-content{
	}
	
	.banner-text br {
		display: none;
	}
	.banner-title {
		font-size: 22px;
	}
	.banner-text {
		font-size: 16px;
	}
	.banner-blurb {
		position: relative;
		background-color: #bb8c37;
		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;}
	
	.col-lg-6 .callout-content{
	}

	
}

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

.vacanciesList .archiveItem .itemDetails a {
	background:#bb8c37
}

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