/*	Available fonts:
	------------------------------------------------------
	font-family: "PT Sans", sans-serif; (normal 400,bold 700)
	font-family: "Open Sans", sans-serif; (normal/italic 400, bold/italic 700)

	Colors:
	------------------------------------------------------
	Green: #13654a
	Gold: #cb9f5b
	LIght Green: #a8c398
	Rose: #d285a9
	Yellow: #feb824
	Blue: #7eafcd

*/

/*
@font-face {
	font-family: 'Bell Gothic W01 Black 691900';
	src: url('Fonts/d97b9897-418a-400a-848e-d87447b587d3.eot?iefix') format('eot'), url('Fonts/b8ea7990-1315-4200-89da-27734a6c1163.woff') format('woff'), url('Fonts/c1de11a6-8069-498a-b755-dedc7445973e.ttf') format('truetype'), url('Fonts/f0c75b43-5d87-40a6-b473-655083ce053c.svg#f0c75b43-5d87-40a6-b473-655083ce053c') format('svg');
}
@font-face {
	font-family: 'FrutigerLTW01-67BoldCn';
	src: url('Fonts/a3a15351-8e3c-4c29-82e6-15b106c2181f.eot?iefix') format('eot'), url('Fonts/f1f95a55-f0c6-4fb5-8939-b93160b7a751.woff') format('woff'), url('Fonts/032fd83c-fe79-47fa-9dda-0a3f03bd0506.ttf') format('truetype'), url('Fonts/17f04727-b70e-460f-8b5c-c8cd21771240.svg#17f04727-b70e-460f-8b5c-c8cd21771240') format('svg');
}
*/

/* base rules */
/* temp hiding of v1 modules */
*, *:before, *:after {
	box-sizing:content-box;
}
.m-logo *, .m-globalnav *,.m-search *, .m-mobilemenu-trigger, .mm-menu, .mm-menu *, .l-footer *  {
	box-sizing:border-box;
}
nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

body {
	
	background-image:none;
	background-color:#cb9f5b;
}

ol {
margin-bottom: 1.5em !important;

}

ul {
margin-bottom: 1.5em !important;

}


.zSide {
	display:none;
}
.zMain {
	margin-top:0px;
	padding-top:52px;
}
#pageTools, #upperZone {
	margin-top:0px;
	border-top-width:0px; 
}
.l-footer {
	margin-bottom: 0px;
}
#mainArticle.calendarCt {
	padding-top:0px;
}
.calendarCt #breadcrumbs {
	margin-top:0px;
}

@media only screen and (max-width: 767px) {
	header {
		border-top: 0px solid #000;
	}
	#breadcrumbs {
		padding-top:10px;
	}
	
	
}
@media (min-width:992px) {
	.zSide {
		display:block;
		padding-top:40px;
	}
	.zMain {
		margin-top:0px;
		padding-top:52px;
	}
}



/* ---- Logo module ---- */

/*
.home .m-logo {
		left: 10px;
		top: 50px;
		background-color: #ffffff;
		background-color: rgba(255,255,255,0.7);
		border-radius: 0 0 10px 10px;
		z-index: 9999;
		padding-top: 0;
		position: absolute;
		padding: 10px;
		display:none;
	}

.m-logo a {
	width: 100px;
	height: 87px;
	display: block;
	border-bottom: none;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-image: url('/client/img/m-logo.png');
	background-size: contain;
	background-position: 50% 50%;
}*/


.m-sublogo {
	margin-top: 0;
	margin-bottom: 20px;
}
.m-sublogo img {
	display:inline-block;
	width:auto;
	max-width:100%;
	margin:0px 5px;
}
.m-logo {
	top: 0;
	left: 64px;
	padding: 2px;
	border-radius: 0;
	background-color: transparent;
	display:block;
	z-index: 9999;
	position: absolute;
}
 .m-logo a {
	height: 47px;
	width: 54px;
	background-image: url('/client/img/m-logo-mini.png');
	display: block;
	border-bottom: none;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 50% 50%;
} 

@media (min-width:992px) {
	.m-logo {
		display:none;
	}
	.b-sticky  .m-logo {
		display:block;
	}
	
}


/* ---- Global Nav module ----*/
.l-globalnavbar {
	background-color: #13654a;
	width: 100%;
	z-index: 100;
	border-bottom: 2px solid #093225;
	text-align: right;
	max-height: 52px;
	top: 0;
	position: absolute;
}


.m-globalnav {
	display: none;
}


@media (min-width: 992px) {
	.m-globalnav {
		display: inline-block;
		margin-right: 22%;
		max-height: 30px;
	}


	.m-globalnav li {
		padding: 0;
		   -moz-transition: all 160ms linear;
		-webkit-transition: all 160ms linear;
		     -o-transition: all 160ms linear;
		        transition: all 160ms linear;
	}

	.m-globalnav a {
		color: #ffffff;
		padding: 0 15px;
		/*font-family: 'PT Sans', Arial, sans-serif;*/
		font-family: 'FrutigerLTW01-67BoldCn', 'Arial Narrow Bold', 'Helvetica Bold Condensed', sans-serif;
		font-size: 1.1em;
		display: block;
		/*font-weight: bold;*/
		text-decoration: none;
		border-bottom-width: 0;
		line-height: 52px;
		border-bottom: none;
	}
	.m-globalnav  li a:hover,
	.m-globalnav li a:focus {
		color: #ffffff;
		text-decoration: none;
		border-bottom-width: 0;
		border-bottom: none;
	}

	.m-globalnav li:first-child a {
		border-left-width: 0;
	}

	.m-globalnav li.active,
	.m-globalnav li:hover {
		background-color: #a8c398;
		background-color: rgba(255,255,255,0.3);
		height: 100%;
		position: relative;
	}

	.m-globalnav li.active:after {
		top: 100%;
		left: 50%;
		border: solid transparent;
		content: ' ';
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
		border-top-color: #ded9b3;
		border-width: 10px;
		margin-left: -10px;
	}
}


@media (min-width: 1200px) {
	.m-globalnav a {
		font-size: 1.25em;
	}
}
@media (min-width: 1400px) {
	.m-globalnav a {
		padding: 0 30px;
	}
}

/* -----  search module ----- */
.m-search {
	float: right;
	width: 65%;
	height: 50px;
	top: 0;
	right: 5px;
	z-index: 99999;
}
.m-search-query {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	height: 100%;
	padding: 5px 52px 5px 15px;
	width: 100%;
	border: 0;
	border-left: 1px solid #ffffff;
	color: #ffffff;
	font-size: 1em;
	background-color: transparent;
	   -moz-transition: all 160ms linear;
	-webkit-transition: all 160ms linear;
	     -o-transition: all 160ms linear;
	        transition: all 160ms linear;
}
.m-search-query:active,
.m-search-query:focus {
	background: #ffffff;
	color: #000000;
	outline: none;
}
.m-search button {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	border: 0;
	width: 35px;
	background-color: #13654a;
	color: #ffffff;
}
@media (min-width:992px) {
	.m-search {
		width: 20%;
		height: 52px;
		position: absolute;
		top: 0;
		right: 5px;
		z-index: 99999;
	}
}






/* ---- mobile menu module */
.l-globalnavbar .m-mobilemenu-trigger,
.l-globalnavbar .m-mobilemenu-trigger:visited,
.l-globalnavbar .m-mobilemenu-trigger:active,
.l-globalnavbar .m-mobilemenu-trigger:hover {
	color: #ffffff;
	padding-top: 5px;
	padding-left: 0;
	display: block;
	border-bottom: none;
	position: absolute;
	font-size: 30px;
	font-family: 'PT Sans Narrow', Arial, sans-serif;
}

.l-globalnavbar .m-mobilemenu-trigger:hover,
.l-globalnavbar .m-mobilemenu-trigger:focus {
	color: #ffffff;
	text-decoration: none;
	border-bottom-width: 0;
	border-bottom: none;
}

@media (min-width:992px) {
	.m-mobilemenu-trigger {
		display: none;
	}
}

.mm-menu a {
	border-bottom-width: 0;
}

.mm-menu .mm-navbar-bottom-1 a {
	color: rgb(0,0,0);
	color: rgba(0, 0, 0, 0.701961);
}

.mm-navbar-bottom-1 .m-inline-list li {
	padding: 0 10px;
}

.mm-navbar-bottom-1 .fa {
	display: block;
	font-size: 14px;
}

.mm-navbar-bottom-1 a {
	font-weight: normal;
	font-size: 12px;
}




/* ---- Footer link Layout ---- */
.l-footer {
	background-color: #cb9f5b;
	color: #ffffff;
	padding: 40px 2%;
	text-align: center;
	background-image: none;
    position: relative;
    width: auto;
    margin: 0;
    font-family: "Open Sans",Arial, Helvetica,sans-serif;
	background-image:none;
	width:auto !important;
}
@media (min-width:992px) {
	.l-footer {
		text-align: left;
	}
}
.m-copyright-phone span,
.l-footer a {
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
	
}

.l-footer a:hover {
	color: #13654a;
	border-bottom: 1px solid #3a693b;
	text-decoration:none;
}
@media (min-width: 1200px) {
	.l-footer a {
		color: #ffffff;
	}

	.l-footer a:hover {
		color: #13654a;
		text-decoration:none;
	}
}
.m-auxlinks {
	margin-bottom: 20px;
	text-align: center;
}

.m-auxlinks li {
	padding-bottom: 5px;
}

.m-auxlinks-header {
	color: #13654a;
	font-size: 1.25em;
}

.m-copyright {
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	font-size: 0.9em;
}

.m-copyright-links {
	padding: 0;
	margin: 10px 0;
}

.m-copyright-links li {
	padding: 0 4px 0 7px;
	border-left: 1px solid #ffffff;
}

.m-copyright-links li:first-child {
	border-left: 0 solid transparent;
	padding-left: 0;
}

.m-copyright-links a {
	border-bottom: 1px solid #ffffff;
}

@media (min-width:768px) {
	.m-auxlinks {
		display: block;
		text-align:left;
	}
}

@media (min-width:992px) {
	

	.m-auxlinks ul li {
		display: block;
		
	}
}



/* ---- Social bar module ---- */
.m-socialbar {
	text-align: center;
}

@media (min-width:992px) {
	.m-socialbar {
		text-align: left;
		
	}
}

.m-socialbar-header {
	color: #ded9b3;
	margin-bottom: 20px;
	display: none;
}

.m-socialbar a {
	color: #ffffff;
	padding-right: 5px;
	line-height: 1.2em;
	border-bottom: none;
}

.m-socialbar a:hover{
	border-bottom-width:0;
}

.m-socialbar .fa {
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #ffffff;
	font-size: 2em;
	-webkit-transform: translateZ(0);
	   -moz-transform: translateZ(0);
	    -ms-transform: translateZ(0);
	     -o-transform: translateZ(0);
	        transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	   -moz-backface-visibility: hidden;
	        backface-visibility: hidden;
	-webkit-transition: transform 0.3s;
	   -moz-transition: transform 0.3s;
	    -ms-transition: transform 0.3s;
	     -o-transition: transform 0.3s;
	        transition: transform 0.3s;
}

.m-socialbar .fa:hover {
	   -moz-transform: translateX(-3px) translateY(-3px);
	-webkit-transform: translateX(-3px) translateY(-3px);
	     -o-transform: translateX(-3px) translateY(-3px);
	    -ms-transform: translateX(-3px) translateY(-3px);
	        transform: translateX(-3px) translateY(-3px);
			
}


.m-socialbar .fa-facebook:hover,
.m-socialbar .fa-facebook-square:hover {
	color: #3c599f;
}

.m-socialbar .fa-flickr:hover {
	color: #e34291;
}

.m-socialbar .fa-google-plus:hover,
.m-socialbar .fa-google-plus-square:hover {
	color: #dd4b38;
}

.m-socialbar .fa-instagram:hover {
	color: #517fa4;
}

.m-socialbar .fa-linkedin:hover,
.m-socialbar .fa-linkedin-square:hover {
	color: #007bb6;
}

.m-socialbar .fa-foursquare:hover,
.m-socialbar .fa-twitter:hover,
.m-socialbar .fa-twitter-square:hover {
	color: #50a2c2;
}

.m-socialbar .fa-pinterest:hover,
.m-socialbar .fa-pinterest-p:hover,
.m-socialbar .fa-pinterest-square:hover,
.m-socialbar .fa-youtube:hover,
.m-socialbar .fa-youtube-play:hover,
.m-socialbar .fa-youtube-square:hover {
	color: #c42a2a;
}

.m-socialbar .fa-snapchat-ghost:hover {
	color: #fffc00;
}
.m-socialbar .fa-tumblr:hover {
	color: #36465d;
}


@media (min-width:768px) {
	.m-socialbar .fa {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	.m-socialbar-header {
		color: #ded9b3;
		margin-bottom: 20px;
		display: block;
	}
}

@media (min-width:1200px) {
	.m-socialbar .fa {
		width: 50px;
		height: 50px;
		line-height: 50px;
		font-size: 2em;
	}
}
/* ========== End Global Master Modules =========== */


/* ========== General Content Module styles ========== */
.m-inline-list li {
	display: inline-block;
}

.m-column-list-2 li {
	width: 49%;
}

.m-column-list-3 li {
	width: 32%;
}


/* =========== Specific Content MOdules ========= */
.modSearchResults .gsc-search-box .gsc-input input {
	width:90%;
}


