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


body {
  font-family: 'Moderat', sans-serif;
  font-size: 16px;
  color: #808285;
  margin: auto;
}
@media (min-width:1200px){
	body {
	}
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

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

a {
	color:#00271f;
	text-decoration:none;
}
a:hover {
	color:#000;
}
a:focus {
text-decoration:none;
}
h1,h2,h3 {
	font-weight:400;
	color:#014433;
	font-family:'Moderat', sans-serif;
}

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;
}
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;
}
.fullcalKey {
	border:solid 1px #ddd;
	padding:5px 0;
	margin-bottom:10px;
}
.fullcalKey div{
	padding:5px 10px;
	margin-bottom:5px;
	border-bottom:solid 1px #ddd;
	position: relative;
}
.fullcalKey div:last-child{
	border-bottom:0;
}
.fullcalKey a:hover{
	text-decoration:none;
}
.fullcalKey span {
	width:1em;
	height:1em;
	display:inline-block;
	position:absolute;
	left:0;
	top:4px;
}
a.removedCal span {
	opacity:0.45;
}
.fullcalWrap #fullcalendar {
	margin-bottom:10px
}
.fullcalKey a {
	padding-left:1.2em;
	font-size: 18px;
	padding-right: 20px;
	position:relative;
	display: block;
	cursor:pointer;
}

a.subscribe {
    width: 15px;
    height: 15px;
    display: block;
    font-size: 0;
    background-image: url(images/dl-cal.png);
    background-repeat:no-repeat;
    background-position:center center;
    opacity:0.4;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
}

a.subscribe:hover {
    opacity:1;
}

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

table.em-calendar td.eventful a, table.em-calendar td.eventful-today a {
    color: #00271f;
}
.fullcalWrap {
	margin:0 0 15px;
}
@media (min-width:1200px){
	.fullcalWrap #fullcalendar {
		width:80%;
		float:left;
	}
	.fullcalWrap .fullcalKey {
		width:18%;
		float:right;
	}
}
hr {
	clear:both;
}
h1, h1.entry-title, h2.entry-title {
	font-size:2.4em;
	margin:0.5em 0 1em;
	font-family:'Moderat', sans-serif
}
h1.homeTitle {
	margin:0em 0 1em;	
}
@media (min-width:768px){
h1.homeTitle {
	margin:2em 0 1em;	
}
}
h2 {
  margin:1em 0 0.8em;
  font-size:1.7em;
}
h3 {
  font-size:1.4em;
}
h1 a,
h2 a,
h3 a {
  text-decoration:underline;
  color: #00271f
}
article h2,
article h3,
article h4 {

}
p {
	margin-bottom:1em;
}

blockquote {
	border:0;
border-top:solid 1px #c3a550;
border-bottom:solid 1px #c3a550;
color:#808285;
font-size:1em;
padding:1em 1em 3em 1em;
position:relative;
text-align:center;
margin:3em 0;
}
blockquote:before {
	content:'â€œ';
	display:block;
	font-size:3.6em;
	font-family:'Moderat', sans-serif;
	color:#00271f;
}
blockquote strong{
	font-size:1.2em;
	color:#c3a550;
}

.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: 130px;
    background-image: url(images/icon.png);
    background-position: center center;
    background-repeat: no-repeat;
    margin: 40px 0;
	background-size:90px;
}

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

.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: #00271f;
    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;
}
.mainContent,
.homeContent {
	font-family: 'Lyon Text Web', serif;
}
.mainContent a,
.homeContent a{
	color:#cba452;
}
@media (min-width:1200px){
	.mainContent {
		padding-left: 40px;
		padding-right: 40px;
	}
}
.socialGroup {
	font-size:18px;
	letter-spacing:5px;
	margin:10px 0;
}
.socialGroup a{
	color:#cba452;
	
}
.socialGroup a:hover{
	color:#fff;
}

.linkbutton a,
a.linkbutton  {
	display: inline-block;
	background:#00271f;
	color:#c3a550;
	padding:13px 20px;
	text-align:center;
	margin:10px auto;
	font-size:1.1;
}

.linkbutton a:hover,
a.linkbutton:hover  {
	color:#fff;
	background:#00271f;
	text-decoration:none;
}
/*------------------------------------*\
    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:#00271f;
	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;
}




#quotes  {
	overflow:hidden;
	width:100%;
}
#quotes .cycle-slide{
	width:100%;
}
.quote-blurb {
	border:0;
border-top:solid 1px #c3a550;
border-bottom:solid 1px #c3a550;
color:#808285;
font-size:1em;
padding:1em 1em 3em 1em;
position:relative;
text-align:center;
margin:3em 0;
width:100%;
}
.quote-blurb:before {
	content:'“';
	display:block;
	font-size:3.6em;
	font-family:'Moderat', sans-serif;
	color:#00271f;
}

.quote-text p{
  margin-bottom:0;
}
.quote-cite {
    font-size:1.2em;
	color:#c3a550;
}







h2.list-item-title{
	margin-top:0;
	font-weight:600;
	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{
	width: 30%;
    float: left;
}
.list-item-text{
       width: 67%;
    float: left;
    margin-left: 3%;
}

@media (min-width:1200px){
	.list-item-image{
		width:20%;
	}
	.list-item-text {
		width:77%;
	}
	
}
.list-item-text p.date{
	font-size:0.8em;
	margin:0;
}

.postThumb {
	margin-bottom:20px;
	text-align:center;
}

/*------------------------------------*\
    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{
    max-width: 100%;
    height: auto;
}

.featured-staff-text {
    width:67%;
	float: left;
    margin-left: 3%;
}
.featured-staff-text.noimg {
	margin-left:0;
}
.featured-staff-metas{
	overflow:hidden;
}

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

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


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


@media (min-width:1200px){
	.featured-staff-image {
		width:20%;
	}
	.featured-staff-text {
		width:77%;
	}
	
}
.standard-staff-member {
    overflow: hidden;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

.standard-staff-name{
	font-size: 20px;
    color: #00271f;
    margin-bottom: 10px;
	margin-top:0;
}

.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-staff-meta{
	margin-bottom:10px;
}
.standard-meta-label {
	font-weight:700;
}

.standard-meta-value {
	margin-top:5px;
	margin-bottom:5px;
}
.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:#00271f;
}
.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;
}







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

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

.contactFieldBlock .wpcf7 label {
    vertical-align: top;

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

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

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

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

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

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

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

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

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

/* tickets page */
.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
	width: 120px !important;
}

.callout {
    position: relative;
    margin-top: 0px;
    margin-bottom: 30px;
	display:block;    
	color:#fff;
	background-color: #42b029;	
}
.callout .coimg {
	background-size: cover;
	background-repeat:no-repeat;
	background-position:center;
	position:relative;
	height:100%;
	width:100%;
	top:0;
	left:0;
	max-height:835px;
}
@media (min-width:768px){
.footerCallout .callout .coimg {
	background-attachment:fixed;
}
}
.callout .coimg:before {
	content:'';
	display:block;
	position:relative;
	width:100%;
	padding-top:53.5%;
}
.callout .coimg:after {
	content:'';
	display:block;
	position:absolute;
	width:100%;
	background:#42b029;
	bottom:0;
	left:0;
	height:11.8%;
	opacity:0.7;
}

.callout .coimg img{
	visibility:hidden;
	display:none;
}
.callout .coimg.defaultbg {
	background-image:url(images/logo-transparent.png);
	background-size:contain;
	height:90%;
	width:90%;
	top:50%;
	left:50%;
	transform:translateX(-50%) translateY(-50%);
	max-width:220px;
	max-height:223px;
}
.callout .callout-content {

}
.callout .calloutButton {
	position:absolute;
	bottom:22%;	
	left:50%;
	font-size:24px;
	transform:translateX(-50%);
	display:inline-block;
	background:#00271f;
	color:#c3a550;
	padding:13px 8px;
	width:205px;
	max-width:100%;
	text-align:center;
	margin:10px auto;
	transition:300ms;
}
a.callout .calloutButton:hover {
	color:#00271f;
	background:#c3a550;
}
.callout-content-main {
	position:relative;
	padding:15px 5px;
	margin:30px auto;
	display:inline-block;
	color:#fff;
	border-top:dotted 1px #fff;
	border-bottom:dotted 1px #fff;
	text-transform:uppercase;
	font-size:36px;
	font-weight:300;
}
.callout .co-Body {
	margin-bottom:20px;
}
.callout:hover .callout-content {

}
.footerCallout {
	overflow:hidden;
}
.footerCallout .callout {
	margin-bottom:0;
}
.footerCallout .callout .calloutButton {
	background:rgba(0, 39, 31, 0.58);
	color:#fff;
	border:solid 2px #fff;
}
.footerCallout .callout .coimg:after {
	background:#f39600;
}
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) {

}

.pois {
	margin-left:0;
	margin-right:0;
}
.pois .col-xs-6{
	padding: 0;
}
.pois .col-sm-4,
.pois .col-sm-12 {
	padding: 0;
	padding-bottom:35px;
}
@media (min-width:768px){
.pois .col-sm-4,
.pois .col-sm-3{
	 padding-bottom:0;
 }
}
.poi  {
	position: relative;
	display: block;
	transition:all 300ms;
    overflow: hidden;
	background:#42b029;
	color:#fff;
}


.poiImage {
	display:block;
	overflow:hidden;
	position:relative;
	background:#42b029
}


.poiImage .poiImageBG {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	transition:300ms;
	opacity:0.45;
	filter:grayscale(100);
	transition:300ms;
}
.poiImage:before {
	content:'';
	display:block;
	width:100%;
	padding-top:100%;
}
.poiImage img{
	width:auto;
	display:none;
}
.poi .poiText {
	color:#fff;
	position:absolute;
	bottom:25%;
	left:0;
	width:100%;
	transition:300ms;
	padding-bottom:20px;
	text-align:center;
	font-size:24px;
}
.pois > *:nth-child(2n) .poi .poiImage{
	background:#024433;
}
.pois > *:nth-child(3n) .poi .poiImage{
	background:#00271f;
}
.pois > *:nth-child(4n) .poi .poiImage{
	background:#c3a550;
}

.pois .poieven .poi .poiText {
	background:#008656;
}
.poi:hover {
	color:#fff;
	text-decoration:none;
}
.poi:hover .poiImage .poiImageBG {
	opacity:0.2;
}
.poi:hover .poiText {

}
.poi:hover .poiTitle {

}

/*------------------------------------*\
    DOCUMENTS
\*------------------------------------*/

a.document-link {
	position:relative;
	display: block;
	width: 100%;
	padding: 10px 20px;
	margin: 0 auto 10px auto;
	transition:all 300ms;
	color:#c3a550;
	background:#00271f;    
	font-family: 'Moderat', sans-serif;
}
.document:nth-child(even) a.document-link {
	background:#024433;
}
a.document-link:hover,
.document:nth-child(even) a.document-link:hover {
	text-decoration:none;
	background-color:#c3a550;
    color: #fff;
}

/*Calendar*/
#fullcalendar table {
	margin-bottom:0;
}
#fullcalendar.fc button {
	background:#00271f;
	color:#cba452;
	border-radius:0;
	box-shadow: none;
	text-shadow:none;
}
#fullcalendar.fc .fc-toolbar > * > * {
    float: left;
    margin-left: 0;
	border:solid 1px #fff;
}
#fullcalendar.fc .fc-day-grid-event .fc-content {
	padding:5px;
}
#fullcalendar.fc .fc-event-container a:focus {
	color:#fff;
}
.fc-day-grid .fc-event {
	font-size:14px;
}
.fcmodal-content {
	font-size:18px;
}
.fc-list-empty-wrap2 {
	position:relative;
}
.wrapper{
	background-color:#fff;

}



#hero {
	position:relative;
}
#hero .slide {
	width:100%;
}
.page-banner {
	margin-bottom: 20px;
    position: relative;
	
}
#hero .slideImage{
	background-repeat:no-repeat;
	background-position:center;
	background-position:top center;
	background-size:cover;
	position:relative;
	width:100%;
	height:auto;
}
.page-banner #hero .slideImage {
	min-height:300px;	
	max-height:750px;
}
#hero .slideImage:before{
	content:'';
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:220px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.8+30,0+93 */
background: -moz-linear-gradient(top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.8) 30%, rgba(0,0,0,0) 93%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.8) 30%,rgba(0,0,0,0) 93%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.8) 30%,rgba(0,0,0,0) 93%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}
#hero .slideImage img{
	visibility:hidden;
	width:100%;
}
.home-banner #hero .slideImage {
	min-height:490px;	
	max-height:950px;
}
.home-banner {

}
.home-banner #hero .slideImage:after{
	content:'';
	display:block;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:300px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.7+100 */
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#b3000000',GradientType=0 ); /* IE6-9 */
}
.home-banner .bannerTextWrap {
	position:absolute;
	bottom:15%;
	left:0;
	width:100%;
	font-weight:300;	
	color:#fff;
	font-size:16px;
	text-align:center;
	padding:0 20px;
}

.home-banner .bannerTextWrap .bannerTxtTop {
	font-size:24px;
	line-height:1.1;
	color:#fff;
	font-weight:700;
	margin-bottom:1em;
}
.home-banner .bannerTextWrap .bannerTxtTop span{
	color:#42b029;
}
.bannerLinks {
	width:100%;
	margin-bottom:25px;
}
.bannerLinks:after {
	content:'';
	clear:both;
	display:table;
	
}
.bannerLinks .bannerLink{
	width:50%;
	display:block;
	float:left;
	text-align:center;
	height:50px;
	line-height:50px;
	background:#42b029;
	color:#fff;
}
.bannerLinks .bannerLink span{
	display:inline-block;
	padding:5px 15px;
	line-height:1.2;    
	vertical-align: middle;
}
.bannerLinks .bannerLink:nth-child(2){
	background:#024433;	
}
.bannerLinks .bannerLink:nth-child(3){
	background:#00271f;	
	
}
.bannerLinks .bannerLink:nth-child(4){
	background:#c3a550;		
}

.bannerLinks .bannerLink:hover{
	background:#7BC869;
}
.bannerLinks .bannerLink:nth-child(2):hover{
	background:#4E7C70;	
}
.bannerLinks .bannerLink:nth-child(3):hover{
	background:#4D6862;	
	
}
.bannerLinks .bannerLink:nth-child(4):hover{
	background:#D5C084;		
}
.homeExtraBoxes .extraBox {
	margin:40px auto;
}

.homeExtraBoxes .extraBox .extraText {
	padding:5px 15px 30px;	
	margin:0 -15px;
	font-weight:300;
	position:relative;
}
.homeExtraBoxes .extraBox .extraText .sub {
	text-transform:uppercase;
	margin:20px 0;
	position:relative;
	padding-bottom:20px;
	font-size:1em;
	font-weight:300;
}
.homeExtraBoxes .extraBox.greenbox .extraText .sub {
	color:#fff;
}
.homeExtraBoxes .extraBox .extraText .sub:after {
	position:absolute;
	width:110px;
	max-width:100%;
	bottom:-3px;
	left:0;
	content:'';
	display:block;
	border-bottom:solid 6px #008656;
	
}
.homeExtraBoxes .extraBox.greenbox .extraText .sub:after {
	border-color:#fff
	
}
.homeExtraBoxes .extraBox.greenbox .extraText {
	background:#008656;
	color:#fff;
}

.homeExtraBoxes .extraBox h2{
	font-size:1.5em;
	font-weight:300;
	margin:30px 0 20px;
}
.homeExtraBoxes .extraImg {
	
}
.homeExtraBoxes .imgWrap {
	margin:0 -15px;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	border-bottom:solid 7px #00271f;
	position:relative;
}
.imgWrap img{
	visibility:hidden;
}
.homeExtraBoxes .extraBox.greenbox .extraText h2,
.homeExtraBoxes .extraBox.greenbox .extraText a{
	color:#fff;
}

.homeExtraBoxes .extraBox .extraText .linkbutton{
	margin:30px 0 20px;
}

@media (min-width:768px){
	.home-banner .bannerTextWrap {
		font-size:24px;
	}
	.home-banner .bannerTextWrap .bannerTxtTop {
		margin-bottom: 1.8em;
	}
	.bannerLinks .bannerLink{
		height:100px;
		line-height:100px;
		width:25%;
	}

}
@media (min-width:992px){
	.homeExtraBoxes .extraBox .row > *{
		display:flex;
	}
}
@media (min-width:1200px){
	.homeExtraBoxes .extraBox .row > *{
		display:flex;
	}
	.homeExtraBoxes .imgWrap {
		margin:0;
		top:30px;
	}
	.homeExtraBoxes .extraBox .extraText{
		left:-12.5%;
		padding-left:12.5%;
		padding-right:12.5%;
		margin:0;
	}
	.homeExtraBoxes .extraBox.greenbox .extraText {
		left:12.5%;
	}
}
@media (min-width:1590px){
	.homeExtraBoxes .extraBox .extraText{
		padding-left:25%;
		padding-right:12.5%;
	}
	.homeExtraBoxes .extraBox.greenbox .extraText {
		padding-left:12.5%;
		padding-right:25%;
	}
	.homeExtraBoxes .imgWrap {
		left:25%;
	}
	.homeExtraBoxes .greenbox .imgWrap {
		left:-25%;
	}
}

#homeQuotes {
	color: #fff;
    background: #008656;
}
#homeQuotes .slide{
	width:100%;
}
.homeQuote-blurb {
	padding:50px 0 30px;;
}
.homeQuote-blurb .text{
	font-weight:300;
	font-size:1.5em;
	text-align:center;
}
.homeQuote-blurb .text p{
	margin-bottom:10px;
}
.homeQuote-blurb .cite{
	font-size:0.9em;
	text-align:right;
}
.homeCallout {
	margin:0 -15px;
	height:100%;
	background:#2a357a;
	color:#fff;
}
.homeCallout a{
	color:#fff;
}
.homeCallout .callout .callout-content{

}
.homeCallout .callout-content-main {
	margin:15px 0;
}
.twitterBox {
	padding:0 15px;
	position:relative;
	font-weight:300;
}
.twitterBox .ico{	
	color:#fff;
	position:absolute;
	top: 8px;
    right: 15px;
    font-size: 20px;
}
.twitterBox .ctf-author-box-link {
	font-size;1.5em;
}
.twitterBox #ctf .ctf-author-name {
	display:none;
}
.twitterBox #ctf.ctf-styles .ctf-author-screenname {
	font-size:24px;
	font-weight:300;
}
.twitterBox .feed{
	position:relative;	
}
.twitterBox #ctf .ctf-item {
	padding:0 0 20px;
}
.twitterBox .ctf-tweet-text a{
	text-decoration:underline;
}
.twitterBox .boxbg{
	background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    background-image: url(images/logo-transparent.png);
    background-size: contain;
    height: 90%;
    width: 90%;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    max-width: 220px;
    max-height: 223px;
	opacity:0.6;
}
@media (min-width:768px){
	.home-banner .bannerTextWrap .bannerTxtTop {
		font-size:30px;		
	}
}
@media (min-width:992px){
	.home-banner .bannerTextWrap .bannerTxtTop {
		font-size:40px;		
	}
}
@media (min-width:1200px){
	.home-banner #hero .slideImage {
		
	}
	.home-banner .bannerTextWrap .bannerTxtTop {
		font-size:50px;		
	}
	.mapsRow {
		display:flex;
	}
}
@media (min-width:1560px){
	.home-banner .bannerTextWrap .bannerTxtTop {
		font-size:80px;		
	}
}
.breadcrumbs{
    margin:0px 0 20px;
    padding: 0px 0px 10px;
	color:#808285;
	font-size:18px;
	position:relative;
	border-bottom:solid 1px #a9a9a9
}

.breadcrumbs a{
	color:#808285;
}
.breadcrumbs > span {
	margin:0 15px;	
}
.breadcrumbs > span:first-child {
	margin-left:0;
}
.breadcrumbs span > span {
	color:#808285;
	text-transform:none;
}


.sidebar-left .searchform {
	margin-bottom:15px;
}

.searchform label{
	display:none;
}
.searchform {
	padding-right:35px;
	padding-left:5px;
	position:relative;
	border:solid 1px #00271f;
	overflow:hidden;
}
.searchform input#s{
    border: 0;
    font-size:16px;
	width:100%;
	background:transparent;
	color:#00271f;
	padding: 4px 10px;
}
.sidebar-left .searchform input#s{
	padding: 7px 10px;
}
.sidebar-left #searchSubmit {
	top:3px;
}
.searchform input#s:focus{
	outline:0;
}
#searchSubmit{
    background: transparent;
    border: 0;
    text-transform: uppercase;
    padding: 0;
    font-size: 26px;
	position:absolute;
	font-size:0;
	background-image:url(images/search-green.png);
	background-repeat:no-repeat;
	background-position:center;
	right:5px;
	top:0px;
	width:30px;
	height: 28px;
}

.search-form-holder {
	display:inline-block;
	vertical-align:middle;
	line-height:initial;
}
.search-form-holder .searchform {
}
.search-form-holder .searchform.openSearch input#s{
	border-bottom:solid 1px #008656;
}
.search-form-holder .searchform{
	max-width:0px;
	transition:300ms;
	border-color:transparent;
}
.search-form-holder #searchSubmit{
	background-image:url(images/search-white.png);
	
}
.openSearch #searchSubmit{
	background-image:url(images/search-green.png);
}

.search-form-holder .searchform.openSearch {
	max-width:130px;	
	background:#fff;
}
.searchform.openSearch input#s{	
	
}


@media (min-width:768px){


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


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


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

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

}

/*------------------------------------*\
    HISTORY PAGE TEMPLATE
\*------------------------------------*/
.historyTimeline {
	margin:auto;
	position:relative;
	padding:10px 0;
}
.historyTimeline:before {
	content:'';
	display:block;
	position:absolute;
	background:#e1e1e1;
	width:2px;
	top:82px;
	bottom:82px;
	left:50%;
	margin-left:-1px;
	
}
.historyBlockContainer  {
	padding:0 15px;
}
.historyBlockContainer.major {
	padding:0;
}
.historyTimeline .timelineStop{
	clear:both;
	width:100%;
	margin:30px auto;
}
.historyTimeline .timelineStop:before{
	content:'';
	display:block;
	width:42px;
	height:42px;
	background:#fff;
	border:solid 6px #cba052;
	border-radius:50%;
	margin:auto;
	z-index:2;
}
.historyContent {
	text-align:center;
	font-family: 'Lyon Text Web', serif;
}
.historyContent .entry-title {
	position:relative;
	padding-bottom:25px;
}
.historyContent .entry-title:before {
	position:relative;	
	display:block;
	content:'';
	width:42px;
	height:37px;
	background-image:url(images/icon.png);
	background-repeat:no-repeat;
	background-size:contain;
	margin:0 auto 10px;
}
.historyContent .entry-title:after {
	content:'';
	display:block;
	width:40px;
	height:1px;
	background:#cba052;
	position:absolute;	
	bottom:0;
	left:50%;
	margin-left:-20px;
}
.historyBlock {
	margin-bottom:30px;
	position:relative;
}

.historyIntro {
	padding:30px 30px 20px;
	background:#00271f;
	color:#fff;
	font-size:20px;
	position:relative;
	overflow:hidden;
}
.historyIntro .readmore {
	text-align:right;
	color:#cba052;
	font-size:18px;
	font-style:italic;
	padding-right:40px;
	position:relative;
	cursor:pointer;
}
.historyIntro .readmore:after {
	content:'';
	display:block;
	width:19px;
	height:12px;
	background-image:url(images/arrow-gold.png);
	background-repeat:no-repeat;
	position:absolute;
	right:6px;
	top:7px;
}
.historyIntro .readmore .less{
	display:none;
}
.historyIntro .readmore .more{
	display:inline;
}

.historyIntro .readmore.open .less{
	display:inline;
}
.historyIntro .readmore.open .more{
	display:none;
}
.historyIntro .readmore.open:after {
	transform:rotate(180deg);
}
.historyBlock .date {
	min-width:135px;
	display:inline-block;
	padding:10px;
	text-align:center;
	font-size:18px;
	background:#cba052;
	color:#fff;
}
.historyIntro .historyText {
	font-family: 'Lyon Text Web', serif;
	margin:15px 0;
}
.historyIntro > * {
	position:relative;
}
.historyIntro .historyImage {
	position:absolute;
	top:-1px;
	left:-1px;
	bottom:-1px;
	right:-1px;
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
}
.historyIntro .historyImage:after {
	content:'';
	display:block;
	position:absolute;
	bottom:0;
	left:0;
	height:60%;
	width:100%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}
.historyBlock.oddBlock .historyIntro {
	background:#cba052;
	color:#00271f;
}
.historyBlock.oddBlock .date {
	background:#00271f;	
}
.historyBlock.oddBlock .readmore{
	color:#fff;
}
.historyBlock.oddBlock .readmore:after {
	background-image:url(images/arrow-white.png);	
}
.historyBlock.hasImage .historyIntro {
	color:#fff;	
	padding-top:150px
}
.historyBlock.hasImage .readmore:after {
	background-image:url(images/arrow-gold.png);
}
.historyBlock.hasImage .readmore{
	color:#cba052;
}
.historyReadmore {
	background:#0c2440;
	color:#fff;
	padding:30px;
	display:none;
}
.historyReadmore a{
	color:#cba052;	
}
.historyBlock.majorHistory  .historyIntro{
	text-align:center;
	background:#00271f;
	padding:150px 15px;
}
.historyBlock.majorHistory  .historyText {
		max-width:600px;
		margin-left:auto;
		margin-right:auto;
}
.historyBlock.majorHistory  .readmore {
		max-width:600px;
		margin-left:auto;
		margin-right:auto;
}
.historyBlock.majorHistory  .historyImage{
	text-align:center;
	opacity: 0.5;
}
.historyJourney {
	padding-bottom:50px;
}
.historyJourney .jrnyTitle {
	color:#42b029;
	margin:50px;
	font-size:80px;	
	text-align:center;
	line-height:1;
	font-weight:700;
}
.historyJourney .jrnyTitle span{
	color:#024433;
}
@media (min-width:992px){
	.historyBlock {
		margin-left:auto;
		margin-right:auto;
		width: 40.17094%;	
		margin-bottom:40px;
	}
	.tlStart .historyBlock {
		opacity:0;
		/*transform:translateX(-100%);*/
		transition:1000ms;
	}
	.tlStart .historyBlockContainer:nth-child(even) .historyBlock {
		/*transform:translateX(100%);	*/	
	}
	.tlStart .historyBlockContainer:nth-child(even) .historyBlock.come-in,
	.tlStart .historyBlock.come-in {
		/*transform:translateX(0%);*/
		opacity:1;
	}
	.historyTimeline {
		text-align:center;
	}
	.historyBlockContainer {
		width:90%;
		max-width:1170px;	
		display:inline-block;
		text-align:initial;
		padding:0;
	}
	.tlStart .historyBlock:before{
		position: absolute;
		top: 50%;
		height: 3px;
		border: 0;
		background: #e5e5e5;
		content: '';
		z-index: 9;
		display: block;
		width: 25%;
		left: 100%;
	}	
	.tlStart .historyBlock:after {
		content: '';
		display: block;
		width: 15px;
		height: 15px;
		background: white;
		border: 3px solid #b09869;
		border-radius: 50%;
		z-index: 101;
		position: absolute;
		right: calc(-25% - 5px);
		top: calc(50% - 5px);
	}
	.historyBlockContainer:nth-child(even) .historyBlock:before{
		left:auto;
		right:100%;
	}	
	.historyBlockContainer:nth-child(even) .historyBlock:after {
		right:auto;
		left: calc(-25% - 5px);
	}
	.historyBlockContainer:nth-child(odd) {
		clear:left;
	}
	.historyBlockContainer:nth-child(odd) >.historyBlock{
		float:left;
	}
	.historyBlockContainer:first-child >.historyBlock{
	}
	.historyBlockContainer:nth-child(even) {
		clear:right;
	}
	.historyBlockContainer:nth-child(even) .historyBlock{
		float:right;
	}
	.historyBlockContainer.major {
		width:100%;
		max-width:100%;		
	}
	.historyBlockContainer.major >.historyBlock{
		float:none;
		width:100%;
		max-width:100%;
	}
	.historyBlock .historyReadmore{
		width:100%;
		top:100%;
		left:0;
		position:absolute;
		z-index:100;
	}
	
}
/*------------------------------------*\
    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%; }
.embed-container.contact-map {padding-bottom:40%;}

/*------------------------------------*\
    ALERT
\*------------------------------------*/
.popupAlert {
  font-size:15px;
  font-size:1.5rem;
  width:100%;
  max-width:600px;
  /**min-width:450px;**/
}
.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;    
}
.headGroup {
	
	color:#fff;
}
.headGroup a{
	color:#fff;
	
}
.headGroup .col-sm-6 {
	padding:0;
}
.headerContact {
	margin:10px 0;
}
.headerContact:after {
	content:'';
	display:table;
	clear:both;
}
.contactTop {
	display:inline-block;
	font-size:17px;
	text-transform:uppercase;
	padding:0 5px;
	vertical-align:middle;
}
.contactTop ul{
	display:inline-block;
	padding:0;
	margin:0;
	border-left:solid 1px #fff;
}
.contactTop li {
	display:inline-block;
	border-right:solid 1px #fff;
	padding:1px 14px;
}
.headerContact .contact {
	font-size:18px;
	display:inline-block;
    vertical-align: middle;
	line-height:initial;
}
.headerContact .contact a{
	display: inline-block;
    width: 1.57em;
    height: 1.57em;
    line-height: 1.57em;
    text-align: center;
    border-radius: 50%;
   color: #008656;
    background: #fff;
    border: solid 2px #008656;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.headerContact .socialGroup {
	display:inline-block; 
	vertical-align: middle;
	line-height:initial;
}
.headerContact .socialGroup a{
	color:#008656;
	background:#fff;
	
}
.headerContact {
	text-align:center;
}
.headGroup  .menu-toggle{
	margin:10px 0;
	vertical-align:middle;
}
	

.logoContainer {
	position:relative
}
	.logo {
		text-align:center;
		margin:20px 0;
	}
	.headerIcon {
		position:relative;		
		margin:24px 0;
		font-size:17px;
		display:none;
		text-transform:uppercase;
		white-space:nowrap;
	}
	.headerIcon img{
		display:inline-block;
		vertical-align:middle;
		margin-right:15px;
	}
	.headerIcon div{
		display:inline-block;
		vertical-align:middle;
		white-space:nowrap;
	}
@media (min-width:768px){
	.headerContact {
		text-align:right;
		margin:35px 0;
	}
	.headerIcon {
		display:block;
	}
	.headerIcon div{
		display:none;	
	}
	.headGroup  .menu-toggle{
		display:inline-block;
	}
}
@media (min-width:1200px){
.headerIcon div{
		display:inline-block;	
	}
	
}
@media (min-width:1390px){
	.headerContact {
		padding-left:20px
	}
	.headerContact .search-form-holder {
		margin-left:15px
	}
}
/*------------------------------------*\ 
    FOOTER
\*------------------------------------*/

footer{
	background:#00271f;
	color:#fff;
	padding-top:50px;
}
footer h3 {
	color:#cba452;
	font-size:26px;
	margin-top:0;
	font-weight:400;
}
footer h3.intro {
	font-size:20px;
}
footer ul{
	list-style:none;
	padding:0;
	margin:0;
}
footer ul li{
	margin:10px 0;
}
footer a{
	color:#fff;
}
footer a:hover{
	color:#cba452;
	text-decoration:none;
}
footer .contactinfo {
	line-height:1.4;
}
footer .contactinfo i{
	color:#cba452;
	font-size:0.8em;
	margin-right:5px;
}
.footerLogo {
	margin:30px auto 10px;
	display:block;
}
@media (min-width:768px){
.footerLogo {
	margin:0 auto;
}	
}
.footerLower {
	border-top:1px #9a9999 solid;
	padding-top:10px;
	margin-top:10px;
	padding-bottom:20px;
	font-size:14px;
}


@media (min-width:768px){

	.xs-text-right {
		text-align:right;
	}
	.xs-text-left {
		text-align:left;
	}
	.xs-text-center {
		text-align:center;
	}
}
@media (min-width:768px){
	.sm-text-right {
		text-align:right;
	}
	.sm-text-left {
		text-align:left;
	}
	.sm-text-center {
		text-align:center;
	}
}
@media (min-width:992px){
	.md-text-right {
		text-align:right;
	}
	.md-text-left {
		text-align:left;
	}
	.md-text-center {
		text-align:center;
	}
}
@media (min-width:1200px){
	.lg-text-right {
		text-align:right;
	}
	.lg-text-left {
		text-align:left;
	}
	.lg-text-center {
		text-align:center;
	}
}
/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

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




.its{
	font-size: 36px;
	line-height:1.1;
	font-weight: 700;    
    background: #f8f8f8;
	color:#00271f;
    padding: 30px 30px;
    text-align: left;
	border-bottom:none;
	position:relative;
}
.its:after{
	content:'';
	display:block;
	position:absolute;
	bottom:18px;
	left:30px;
	right:30px;
	height:1px;
	background:#cfcfcf;
	width:auto;
}

#menu-side {
	list-style:none;
	padding:0;
	margin:0;
	margin-bottom:30px;
	font-size:1.2em;
    background: #f8f8f8;
	padding-bottom:20px;
}
#menu-side ul{
	list-style:none;
	padding:0;
	margin:0;
	
}
#menu-side li{
	position:relative;
}
#menu-side  > li{
	padding:0 30px;
}
#menu-side a{
	display:block;
	padding:0px 0px;
	color:#00271f;
    line-height: 1.35;
}
#menu-side a:hover{
	color:#cba452;
	text-decoration:none;
}
#menu-side a span{
	display:block;
	padding:21px 0px;
	border-bottom:solid 1px #cfcfcf;
	position:relative;
}
#menu-side .sub-menu {
	font-size:0.8333em;
	list-style:outside;
	padding:20px 0 20px 30px;
	color:#024433;
	display:none;
}
#menu-side li.open .sub-menu {
	display:block;
}
#menu-side .sub-menu a{	
	padding:0;
}
#menu-side .sub-menu  a span{
	padding:0;
	border-bottom:none;
}
#menu-side .sub-menu li{
	padding:5px 0;
}
#menu-side li:last-child span {
	border-bottom:none;
}
#menu-side > li.menu-item-has-children > .arrow {
		position:absolute;
		left:30px;
		top:0;
		height:68px;
		width:30px;
	}
#menu-side > li.menu-item-has-children > a >span {	
	padding:21px 0px 21px 30px;
}
@media (min-width:1200px){
	#menu-side > li.menu-item-has-children > .arrow {
		height:75px;
	}
}
#menu-side  > li.menu-item-has-children > .arrow:after{
	position:absolute;
	top:50%;
	left:0;
	margin-top:-10px;
	content:'';
	display:block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 0 10px 10px;
	border-color: transparent transparent transparent #024433;
	transition:300ms;
	    transform-origin: 4px 7px;
}
#menu-side > li.open.menu-item-has-children > .arrow:after{
	transform:rotate(90deg);
}
#menu-side li.current-menu-item > a,
#menu-side li.current-menu-ancestor > a {
	color:#cba452;
}
/*blog style*/
#blognav > ul {
	list-style:none;
	padding:0 30px;
	margin:0;
	margin-bottom:30px;
	font-size:1.2em;
    background: #f8f8f8;
	padding-bottom:20px;
}
#blognav > ul li{
	display:block;
	color:#00271f;
    line-height: 1.35;
	padding:21px 0;
	border-bottom:solid 1px #cfcfcf;
	position:relative;
}
#blognav > ul li a {
	color:#00271f;	
}
/*------------------------------------*\
    menu inc toggle
\*------------------------------------*/


.menu-toggle{
    position:relative;
	padding-right:40px;
	font-size:17px;
	display:inline-block;
	cursor:pointer;
}
.menu-toggle .toggleText{
	display:inline-block;
}
.menu-toggle span{
    width: 30px;
    height: 1px;
    margin: 8px 0;
    background-color: #fff;
    display: block;
    transition:all 300ms;	
}
.menu-toggle .toggleIcon {
	position:absolute;
	width:30px;
	right:0;
	top:-6px;
	transition:300ms;
}
.menu-toggle:hover span{
    background-color: #008656;
}
.menu-toggle span:nth-child(1){
    transform-origin:50% 8px;
}
.menu-toggle span:nth-child(3){
    transform-origin: 50% -8px;
}
body.menuopen .menu-toggle span:nth-child(1){
	transform:rotate(135deg) translateY(6px)
}
body.menuopen .menu-toggle span:nth-child(2){
	opacity:0;
	transform:rotate(360deg);
}
body.menuopen .menu-toggle span:nth-child(3){
	transform: rotate(-135deg) translateY(-7px);
}

body.menuopen #navbar  .menu-toggle span:nth-child(1){
	background:#024433;
}
body.menuopen #navbar .menu-toggle span:nth-child(3){
	background:#024433;
}


.search-toggle{
	float: right;
    padding: 15px;
    color: #e0e0e0;
    cursor: pointer;
    border-radius: 30px;
    margin-top: 15px;
    line-height: 15px;
}
.search-toggle:hover{
    background-color: #00271f;
}
@media (min-width:1200px){

}
body {
	/*position:relative;*/
}
body.menuopen {
	/*position:relative;*/
	overflow:hidden;
}
body.menuopen:before {
	content:'';
	display:block;
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:#000;
	opacity:0.5;
	z-index:9998;
}
#navbar .menu-toggle {
	float:right;
}
.menu-main-menu-container {
	clear:both;
	padding-top:5px;
}
	#navbar{
		position: fixed;
		right: -265px;
		transition: right 500ms;
		background-color: #fff;
		top: 0;
	    margin-top: 0px;
		padding:20px 20px;
		z-index: 9999;
		bottom:0;
		width: 260px;
		overflow-x: hidden;
		
		font-size:1.2em;
	}

	body.menuopen  #navbar{ 
		right:0;
		z-index: 9999;
		-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.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,
	#menu-main ul{
		list-style:none;
		padding:0;
		margin:0;
	}
	#menu-main{
		margin-bottom:30px;
		margin-top:20px;
		clear:both;
	}
	#menu-main li{
		position:relative;
	}	
	#menu-main li a{
		display: block;
		color:#808285;
		padding:21px 10px 21px 20px;
		line-height:1.35;
		position:relative;
		border-bottom:solid 1px #e1d2a7;
	}
	#menu-main li a:hover{
		text-decoration:none;
		color:#024433;
	}
	#menu-main li.current-menu-item > a {
		color:#cba452
	}
	#menu-main .sub-menu {
		padding-left:10px;
		position:relative;
		display:none;
		font-size:0.9em;
		border-bottom:solid 1px #e1d2a7;
	}
	#menu-main .sub-menu li:last-child > a{
		
		border-bottom:none;
	}
	#menu-main li.open > .sub-menu {
		display:block;
	}
	
	#menu-main .sub-menu a {
		padding:10px 10px;
	}
	
	#menu-main li.menu-item-has-children > .arrow {
		position:absolute;
		left:0;
		top:0;
		height:68px;
		width:30px;
	}
	#menu-main .sub-menu li.menu-item-has-children > .arrow{
		height:43px;
	}
	#menu-main .sub-menu li.menu-item-has-children > a{
		padding-left:20px;
	}
	#menu-main .sub-menu .sub-menu li.menu-item-has-children > .arrow{
		display:none;
	}
	@media (min-width:1200px){
		#menu-main li.menu-item-has-children > .arrow {
			height:75px;
		}
		#menu-main .sub-menu li.menu-item-has-children > .arrow{
			height:49px;
		}
		#menu-main .sub-menu li.menu-item-has-children > a{
			padding-left:27px;
		}
	}
	#menu-main li.menu-item-has-children > .arrow:after{
		position:absolute;
		top:50%;
		left:0;
		margin-top:-10px;
		content:'';
		display:block;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 10px 0 10px 10px;
		border-color: transparent transparent transparent #024433;		
		transition:300ms;
		transform-origin: 4px 7px;
	}
	#menu-main li.open.menu-item-has-children > .arrow:after{
		transform:rotate(90deg);
	}



	
	
@media (min-width:768px){
	#navbar{
		width:480px;
		right: -485px;
		padding:40px 60px;
	}
	#menu-main li a{
		padding:21px 30px;		
	}
}





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


@media (min-width : 992px) {

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

}
@media (min-width : 1590px) {
.sidebar-left {
padding-left:15px;
}
}



/*home*/
header {
	position:relative;
}
.home-banner {
	position:relative;
	margin:0;
	background:#000;
}
.additional-links {
	margin:30px 0;
    font-family: 'Moderat', sans-serif;	
	text-align:center;
}
@media (max-width:768px){
	.additional-links .col-xs-6:nth-child(3) {
		clear:both;
	}
}
.additional-links .linksImg{
	height:145px;
	width:100%;
	position:relative;
}
.additional-links .linksImg img{
	position:absolute;
	top:50%;
	left:50%;
	transform:translateX(-50%) translateY(-50%);
}
.additional-links a {	
	color:#cba452;
}

.additional-links .linksText {
	border:solid 2px #cba452;
	display:inline-block;
	padding:10px 20px;
	text-transform:uppercase;
	transition:300ms;
}
.additional-links a:hover .linksText {	
	color:#fff;
	background:#cba452;
}
.homedynamicCont {
	margin-top:100px;
}
.headGroup {
		position:absolute;
		z-index:120;top:0;
		left:0;
		width:100%;
}
@media (min-width:768px){
body.home .column-text .col-lg-12{
	width:66.66666667%;
	margin-left:16.66666667%;	
}
}
@media (min-width:992px){
body.home .column-text .col-lg-12{
	width:50%;
	margin-left:25%;	
}
}
@media (min-width:1560px){
body.home .column-text .col-lg-12{
	width:50%;
	margin-left:25%;
	
}

}
.homeContent {
	margin:40px auto 0;
	font-weight:300;
	text-align:center;
}
.homeContent h1{

}
.homeContent h1 strong{

}

@media (min-width:768px){

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

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

}


@media (min-width:768px){
.postnavigation > p.prev{
	float:left;
	width:50%;
}
.postnavigation > p.next{
	float:right;
	width:50%;
	text-align:right;
}
}
.postnavigation:after {
	content:'';
	display:table;
	clear:both;
}



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


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

}







/*map*/
/*maps*/
/*footer map*/
.footerMap {
  overflow:hidden;
  width:100%;
  position:relative;
}
.footerMap .container-fluid {
}
.ftMapTop {
  top:0;
}
.ftMapTop.topRight {
  margin-left:40px;
    left:50%;
}
.ftMapTop:before {
  position:absolute;
  top:0;
  display:block;
  content:'';
}
.mapWrap {
	position:relative;
	overflow:hidden;
}
@media (max-width:1199px){
.mapWrap .container {
	width:100%;
	padding:0;
}
}
#footerMap {
  display:block;
  width:100%;
  height:100%;
  height:580px;  
  top:1px;

}
.mapContainer {	
  height:580px;  
}
.footerMap .ftMapWrap {
  min-height:275px;
  height:275px;
  position:relative;
  width:100%;
}
.contactDetails {
	color:#fff;
	background:#008656;
	font-weight:300;
	border:solid 1px #008656;
	margin-bottom:15px;
}
.contactDetailsWrap {
	padding-top:40px
}
.contactDetailsWrap .contactSingle {
	display:none;
	padding:15px 10px;
	position:relative;
}
.contactDetailsWrap .contactSingle.open {
	display:block;
}
.contactDetails a{
	color:#fff;
}
.contactDetails h3{
	color:#fff;
	font-weight:700;
	font-size:1em;
	text-transform:uppercase;
	padding:0 10px;
}
.contactDetails .tabs:after {
	content:'';
	display:table;
	clear:both;
}
.contactDetails .tab {
	float:left;
	width:50%;
	text-transform:uppercase;
	text-align:center;
	padding:3px 15px;
	line-height:30px;
	background:#fff;
	color:#000;
	cursor:pointer;
}
.contactDetails .tab i{
	margin-right:28px;
	font-size:28px;
	vertical-align:bottom;
	color:#00271f;
}
.contactDetails .tab.active {	
	background:#00271f;
	color:#fff;
	cursor:initial;
}
.contactDetails .tab.active i{	
	color:#fff;
}







/*------------------------------------*\
    FLABBER
\*------------------------------------*/




#flabber-holder {
    font-size:0;
}

#flabber-holder > a {
	box-sizing: border-box;
    width: 25%;
    font-size: 1.25vw;
    display: inline-block;
    overflow: hidden;
    position: relative;
    height: 0;
    padding-bottom: 25%;
    vertical-align: top;
	transition:300ms;
}

#flabber-holder > a:hover {
	text-decoration:none;
}

#flabber-holder > a:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-shadow: inset 0 0 0 0 #42b029;
  transition: box-shadow .1s ease;
}

#flabber-holder > a:hover {
  background-color:#42b029;
  color:#fff;
}




#flabber-holder > a#flabberTwit2:hover {
  background-color:#13233d;
}

#flabber-holder > a div {
	margin:5% 10%;
}

#flabber-holder > a div:nth-child(2) {
	margin:20% 10% 5% 10%;
}

#flabber-holder > a div.flabber-img {
	margin:0%;
	transition:300ms;
	position:relative;
	height:100%;
	width:100%;
	top:0;
	position:absolute;
	background-size:cover;
}
#flabber-holder > a div.flabber-img img{
	visibility:hidden;
}
#flabber-holder > a:hover div.flabber-img {
	transform:scale(1.1);
}


#flabberNews1{background-color:#f8f8f8;color:#034333;}
#flabberFace1{background-color:#034333;color:#ffffff;}
#flabberInst1{background-color:#f8f8f8;color:#ffffff;}
#flabberFace2{background-color:#13233d;color:#ffffff;}
#flabberTwit1{background-color:#2f6fc6;color:#ffffff;}
#flabberInst2{background-color:#f8f8f8;color:#ffffff;}
#flabberTwit2{background-color:#42b029;color:#ffffff;}
#flabberEven1{background-color:#f8f8f8;color:#034333;}

#flabber-holder i.fa {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 30px;
	z-index:2;
}


@media(max-width:991px){
	#flabber-holder > a {
		width: 50%;
		font-size: 2.5vw;
		padding-bottom: 50%;
	}
}

@media(max-width:479px){
	#flabber-holder > a {
		width: 100%;
		font-size: 5vw;
		padding-bottom: 100%;
	}
}
















/*------------------------------------*\
    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;
    }
	
	/*custom xl size*/
	.col-xl-offset-3-5 {
		    margin-left: 29.166666665%;
	}
}



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




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


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


}






/* Medium Devices, Desktops */


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

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

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



	.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;
	}
	
	.contactFieldBlock .wpcf7 label {
		width: auto;
		float: none;
	}
	.contactFieldBlock .wpcf7-form-control-wrap {
		margin-left: 0;
	}
	
	.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;}
	

}

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



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

/* St Chris */