@import url('myriad-pro/style.css');


body {margin:0px; color:#000000;line-height:1.3;}
form{ margin:0px; padding:0px;}
img{border-style:none;}
h1,h2,h3,h4,p,ul,ol{ margin:0px; padding:0px; padding-bottom:10px;}
ul,ol{padding-left:25px;}
*{-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing:border-box;}
.no_bullets li{list-style:none}
a{text-decoration: none; outline: 0;}

.myriad-light { font-family: 'Myriad Pro Light' !important; font-weight: thin !important; }
.myriad { font-family: 'Myriad Pro Regular' !important }

body {
	font-family: 'Myriad Pro Regular';
	font-size: 18px;
	font-weight: normal;
}

strong {
	font-family: 'Myriad Pro Regular';
}

a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}

img { vertical-align: bottom; }

header {
	background-image: url(../images/header-bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	height: 185px;
}

.logo {
	float: left;
	height: 140px;
}
.logo a {
	display: inline-block;
	margin-top: 10px;
}

.top-links {
	float: right;
}
.top-links a {
	display: inline-block;
}
.top-links .newsletter {
	color: #FFFFFF;
	background-color: #29658c;
	padding: 10px 20px;
}
.top-links .explore {
	color: #7c6726;
	background-color: #ccab67;
	padding: 10px 20px;
}




.slogan {
	float: left;
	margin: 60px 0 0 20px;
}

.main-menu {
	float: left;
	clear: both;
	display: block;
	width: 100%;
}
.main-menu ul {
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
}
.main-menu li {
	list-style: none;
	display: inline-block;
}
.main-menu li a {
	display: inline-block;
	color: #489fdc;
	font-family: 'Myriad Pro Light';
	font-weight: thin;
	font-size: 26px;
	padding: 5px 20px;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.main-menu li a:hover {
	color: #FFFFFF;
}

.main-menu .site-search {
	float: right;
}
.main-menu .site-search input {
	border: none;
	background-color: #FFFFFF;
	color: #adadad;
	font-family: 'Myriad Pro Light';
	font-weight: thin;
	font-size: 21px;
	width: 350px;
	padding: 0 20px;
	height: 35px;
	margin-top: 5px;
	line-height: 35px;
}

.mobile-menu {
	float: left;
	width: 100%;
	background-color: #0f2a3b;
}
.mobileMenuButton {
	display: block;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #224f6c;
	padding: 10px;
}
.mobileMenuButton:hover {
	color: #FFFFFF;
}
.mobile-menu ul {
	list-style: none;
	display: none;
	padding: 10px 0;
	margin: 0;
}
.mobile-menu li {
	list-style: none;
	display: block;
	padding: 0;
	margin: 0;
}
.mobile-menu li a {
	display: block;
	padding: 5px 20px;
}
.mobile-menu li a:hover {
	color: #FFFFFF;
}


.main-content {
	background-color: #e3d7c0;
	background-image: url(../images/content-bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100% auto;
}



footer {
	float: left;
	width: 100%;
	background-color: #000000;
	color: #FFFFFF;
	padding: 40px 0;
}
footer a {
	color: #FFFFFF !important;
}
footer a:hover {
	text-decoration: underline;
}
footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
footer li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.container-reset * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}


.page-banner {
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 192px;
}
.page-banner .z-container {
	position: relative;
	height: 192px;
}
.page-banner-title {
	position: absolute;
	left: 0;
	bottom: 0;
}
.page-banner-title h1 {
	color: #FFFFFF;
	line-height: 1.5em;
	margin: 0;
	padding: 0 80px 0 20px;
	position: relative;
	z-index: 2;
}
.page-banner-title:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: -5000px;
	background-color: rgba( 0, 0, 0, 0.5 );
	z-index: 1;
}





@media screen and (max-width: 1362px) {
	.main-menu li a {
		padding: 8px 10px;
		font-size: 22px;
	}
	.main-menu .site-search input {
		width: 240px;
	}
}

@media screen and (max-width: 992px) {
	.main-menu {
		text-align: center;
	}
	.main-menu ul {
		float: none;
		display: inline-block;
	}

	.footer-column {
		width: 33.3333%;
		margin: 0;
	}
}

@media screen and (max-width: 767px) {
	header {
		height: auto;
	}
	header .logo {
		width: 100%;
		height: 90px;
		text-align: center;
		margin-bottom: 10px;
	}
	header .logo img {
		height: 90px;
	}
	header .slogan {
		margin-top: 0;
		margin-left: 0;
		width: 100%;
		text-align: center;
	}
	header .slogan div {
		font-size: 16px !important;
	}

	header .top-links {
		float: none;
		position: absolute;
		top: 0;
		right: 0;
		font-size: 16px;
	}

	.footer-column {
		width: 100%;
		text-align: center !important;
	}

	.copyright {
		text-align: center !important;
	}
}

@media screen and (max-width: 479px) {

	.page-banner {
		background-position: top center;
		background-repeat: no-repeat;
		background-size: cover;
		height: 192px;
	}
	.page-banner .z-container {
		position: relative;
		height: 192px;
	}
	.page-banner-title {
		position: absolute;
		left: 0;
		bottom: 0;
		right: 0;
	}
	.page-banner-title h1 {
		color: #FFFFFF;
		font-size: 32px;
		line-height: 1.5em;
		margin: 0;
		padding: 0;
		position: relative;
		z-index: 2;
		text-align: center;
		display: block;
		width: 100%;
	}
	.page-banner-title:before {
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: -5000px;
		background-color: rgba( 0, 0, 0, 0.5 );
		z-index: 1;
	}

}
