/* CSS Document */

/*
@font-face {
    font-family: 'WebSymbolsRegular';
    src: url('../fonts/websymbols/websymbols-regular-webfont.eot');
    src: url('../fonts/websymbols/websymbols-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/websymbols/websymbols-regular-webfont.woff') format('woff'),
         url('../fonts/websymbols/websymbols-regular-webfont.ttf') format('truetype'),
         url('../fonts/websymbols/websymbols-regular-webfont.svg#WebSymbolsRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
*/

body {
    font-family: 'Marcellus', sans-serif;
	font-stretch:condensed;
}


h1 {
	line-height: 63px; 
	margin-top: 42px;
	color:#70205e;
}
h2 {
	line-height: 49px;
	margin-top: 42px;
	color:#70205e;
	font-size: 2em;
}
h3 { 
	line-height: 42px; 
	margin-top: 28px; 
	color:#c1c1c1;
	font-weight:100;
	font-size: 1.6em;
}
h4 { 
	color:#c1c1c1;
	font-size:1.4em;
	letter-spacing:0.025em;
	line-height: 28px; 
	margin-top: 28px;
}
h5 { 
	color:#70205e;
	font-size:1.4em;
	letter-spacing:0.025em;
	line-height: 28px; 
	margin-top: 28px;
}
h6 { 
	color:#70205e;
	font-size:1.2em;
	letter-spacing:0.025em;
	line-height: 24px; 
	margin-top: 24px;
}

p { margin: 0 0 21px 0; }
p.lead { line-height: 28px; }

blockquote, blockquote p { line-height: 28px; }
blockquote { margin: 0 0 21px; padding: 7px 20px 0 19px; }

hr { margin: 14px 0 28px; }

ul, ol { margin-left: 42px; margin-bottom: 21px }
ul ul, ol ol,
ul ul li, ol ul li { margin-bottom: 7px }
li { line-height: 21px; margin-bottom: 14px }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

img {
	max-width: 100%;
}

.ol_head {
	float:right;
}
.ol_head a {
	color:#c1c1c1;
	text-decoration:none;
}
.ol_head_telephone {
	display: inline-block;
}
.ol_head_social {
	display: inline-block;
}

/* Amprep bands */
.amprep_band.navigation {
	background:	url(../images/nav_top.png) repeat-x,
				url(../images/navbar.png) repeat,
				#dbdbdb;
	margin-bottom: 1px;
}

.amprep_band {
	background: url(../images/nav_top.png) repeat-x,
				white;
}
.amprep_band .welcome {
	margin:0;
	padding:0;
	line-height:21px;
}
.amprep_band .welcome h1 {
	margin-top:2px;
}
.amprep_band .welcome h2 {
}
.amprep_band .welcome h3 {
	margin-top: 21px;
}
.amprep_band .welcome h4 {
	margin-top: 21px;
}
.amprep_band .welcome p {
	margin-top:0px;
}
.amprep_band .welcome ul {
	list-style:disc;
/*
	margin:0 35px;
*/
}


.amprep_band.footer {
	margin-top:60px;
	background: url(../images/footer.png) repeat #656565;
	padding: 49px 0 14px 0;
	color: #e0e0e0;
}
.amprep_band.footer a {
	color: #64aedb;
}

.amprep_band.bottom {
	background: url(../images/bottom.png) repeat #343434;
	padding: 28px 0 7px 0;
	color: #e0e0e0;
}

/* Heading */
header.main {
	padding: 35px 0;
}

header h1.logo {
	margin: 7px 0 0 0;
	float: left;
}

header h1.logo a {
	width: 300px;
	height: 70px;
	display: block;
	background: url(../images/sprite.png) no-repeat 0 0;
	
	font: 0/0 a;
	text-shadow:none;
	color: transparent;
}

header .full_banner_ad {
	padding-top:1.2em;
	float:right;
	max-width: 100%;
}


/*navigation*/
nav.primary ul {
	margin:14px 0 75px 0;
}
nav.primary ul li {
	margin: 0px;
	white-space: nowrap;
}

nav.primary select {
	display: none;
	width:  100%;
	height: 28px;
	margin: 21px 0;
}

nav.primary ul li {
	display: inline-block;
	float: left;
	position: relative;
}

nav.primary ul li a {
	display: inline-block;
	line-height: 49px;
	padding: 0 35px 0 21px;
	color: #898989;
	text-decoration: none;
	letter-spacing: 0.02em;
	border-left:1px solid #bcbcbc;
}

nav.primary ul li a:hover {
	color: #599b9e;
	background: rgba(0, 0, 0, 0.05);
	cursor: pointer;
}

/* sub menus */

nav.primary ul ul {
	margin:0px;
	opacity: 0; 
  	filter: alpha(opacity=0); 

	position: absolute;
	top:100%;
	left: 0;
	z-index: 1000;
	background:	url(../images/navbar.png) repeat,
				#dbdbdb;
				
	height: 0px;
	overflow: hidden;
	
	min-width: 100%;
	
	-webkit-transition: opacity 0.4s ease-out;
	-moz-transition: opacity 0.4s ease-out;
	-o-transition: opacity 0.4s ease-out;
	-ms-transition: opacity 0.4s ease-out;
	transition: opacity 0.4s ease-out;
	
	-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);

}

nav.primary ul li span {
	display: none;
}

nav.primary ul li:hover > ul {
	opacity: 10; 
  	filter: alpha(opacity=100); 
  	
	height: auto;
	overflow: visible;
	
	display: block;
}

nav.primary ul ul li {
	margin:0px;
	width:100%;
	border-bottom: 1px solid #ababab;
}

nav.primary ul ul li a {
	display: block;
	line-height: 35px;
	text-transform: none;
	position: relative;
	z-index: 999999;
}

nav.primary ul li:hover > a {
	color: #599b9e;
	background: rgba(0, 0, 0, 0.05);
}

nav.primary ul ul ul {
	top: 0;
	left: 100%;
}


/* images */
figure {
	padding:6px;
	border:1px solid #ededed;
	background:white;
	line-height:0px;
	margin:0;
}
figcaption {
	font-size: .75em;
	text-align: center;
	padding: 7px 0;
	line-height:14px;
}

/* Footer */
footer a,
footer a, visited {
	color:#898989;
}
footer a:hover {
	color:white;
	text-decoration:none;
}

.bottom footer {
	font-size:12px;
}
div.last-credit {
	text-align:right;
}

footer h3.logo {
	margin:0;
	margin-top:14px;
}

footer h3.logo a {
	width:200px;
	height:49px;
	display:block;
	background: url(../images/sprite.png) no-repeat 0 -63px;
	
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
	
	margin-bottom:28px;
	line-height:21px;
	
}

footer.main header {
	margin: 0;
}
footer.main {
	line-height:21px;
}

footer.main h4 {
	padding: 10.5px 0;
	font-size:21px;
	letter-spacing:0.1em;
}

/* footer paragraph */
footer.main p {
	margin:21px 0;
}

/* footer lists */
footer.main ul {
	margin:21px 0;
	list-style:none;
}
footer.main li {
	margin:0;
	margin-top:-1px;
	padding: 21px 0;
	border-bottom:1px dashed grey;
}
footer.main li:first-child {
	padding-top: 0px;
	margin-top:0px;
}
footer.main li:last-child {
	border-bottom:0px dashed grey;
}

/* slider plugin styles to follow */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url('fonts/flexslider-icon.eot');
  src: url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('fonts/flexslider-icon.woff') format('woff'), url('fonts/flexslider-icon.ttf') format('truetype'), url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}

/* Amprep slider styles */
.flexslider figure {
	margin: 14px 0;
	width: 100% !important;
}
.flexslider {
	width:100%;
}
.flex-control-nav {
	width:100%;
	margin:0 0 21px 0;
	text-align:center;
}
.flex-control-nav li {
	display:inline;
	margin: 0 5px;
}
.flex-control-nav li a {
	display:inline-block;
	width:14px;
	height:14px;
	background:#d5d5d5;
	border:1px solid #d5d5d5;
	
	cursor:pointer;
	
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
	
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}
.flex-control-nav li a.flex-active,
.flex-control-nav li a:hover {
	background:#f1f1f1;
}

/* Key Features */
article {
}
article .thumbnail figure {
	margin:0;
	margin-bottom:21px;
}
article p {
	margin-bottom:21px;
}
article .breadcrumbs {
	margin-bottom:7px;
}
article .meta {
	margin-bottom:7px;
}
hr {
	clear:both;
	border:none;
	border-bottom: 1px dashed #e5e5e5;
	margin: 14px 0 28px;
}

/* pagination */

nav.pagination ul {
	width:100%;
	text-align:center;
	margin: 21px 0 35px 0;
}

nav.pagination li {
	display:inline;
}

nav.pagination li a {
	display:inline-block;
	line-height:35px;
	width:35px;
	height:35px;
	text-align:center;
	padding: 0 7px;
	text-decoration:none;
	border-bottom:3px solid #ccc
}

nav.pagination li a.selected,
nav.pagination li a:hover {
	background: url(../images/navbar.png) #000;
	border:none;
}

/* sidebar aside */
.sub header {
	background: red;
	line-height:21px;
	display:inline;
}

.sub figure {
	margin:0;
}

.subscribe header {
	margin-top:0px;
}

/* form styling */
/* nope
	input[type=search]::-webkit-search-decoration,
	input[type=search]::-webkit-search-cancel-button,
	input[type=search]::-webkit-search-results-button,
	input[type=search]::-webkit-search-results-decoration {
	  display: none;
	}
	
	input[type=search] {
	  -webkit-appearance: textfield;
	}
	
	input[type=search]:focus {
	outline: none;	
	}
	
	input[type="text"],
	input[type="search"],
	input[type="password"],
	input[type="email"],
	textarea,
	select {
		width: 100%;
	}
	
	.search,
	.subscribe {
		margin: 0;
	}
	.search input[type=search],
	.subscribe input[type=email] {
		width: 70%;
		float: left;
		margin: 0;
	}
	.search button,
	.subscribe button {
		width: 28%;
		float: right;
		margin: 0;
		padding: 7px 10px;
	}
*/
/* categories */
ul.categories li {
	list-style:none;
}

ul.categories li {
	border-bottom: 1px dashed #e5e5e5;
	margin:0;
}

ul.categories li a {
	text-decoration:none;
	line-height:35px;
	display:block;
}

ul.categories li a:hover,
ul.categories li a:active {
	background:#ccc;
}

/* icons */
.icon {
	font-family:"WebSymbolsRegular";
	font-size:28px;
	line-height:1em;
}

.subscribe span {
	width:30%;
	float:left;
}
.subscribe p {
	width:70%;
	float:right;
	margin:0;
}
.subscribe em {
	font-size:21px;
	font-style:normal;
}
.icon.rss {
	color:#ef7908;
}
.icon.twitter {
	color:#39bae6;
}
.popular {
	margin-bottom:35px;
}
.sponsors {
	margin-bottom:35px;
}
.video {
	clear:both;
	margin-top:126px;
	margin-bottom:35px;
}
.news .form_message {
	font-size:0.9em;
	color:red;
	margin-top:-21px;
}
/* felible embed*/
.embed {
	position:relative;
	padding:0;
	padding-bottom:56.25%;
	height:56.25%;
/*
	overflow:hidden;
*/
}
.embed iframe,
.embed object,
.embed embed,
.embed video {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:auto;
}
.message_errors {
	color:red;
	margin:0;
	margin-top:14px;
	margin-bottom:14px;
	margin-left:40px;
	list-style:disc;
}
.message_errors li {
	margin-top:-7px;
}


/* tabs */
ul.tabs {
	display: block;
	margin: 0 0 20px 0;
	padding: 0;
	border-bottom: solid 1px #ddd; }
ul.tabs li {
	display: block;
	width: auto;
	height: 30px;
	padding: 0;
	float: left;
	margin-bottom: 0; }
ul.tabs li a {
	display: block;
	text-decoration: none;
	width: auto;
	height: 29px;
	padding: 0px 20px;
	line-height: 30px;
	border: solid 1px #ddd;
	border-width: 1px 1px 0 0;
	margin: 0;
	background: #f5f5f5;
	font-size: 13px; }
ul.tabs li a.active {
	background: #fff;
	height: 30px;
	position: relative;
	top: -4px;
	padding-top: 4px;
	border-left-width: 1px;
	margin: 0 0 0 -1px;
	color: #111;
	-moz-border-radius-topleft: 2px;
	-webkit-border-top-left-radius: 2px;
	border-top-left-radius: 2px;
	-moz-border-radius-topright: 2px;
	-webkit-border-top-right-radius: 2px;
	border-top-right-radius: 2px; }
ul.tabs li:first-child a.active {
	margin-left: 0; }
ul.tabs li:first-child a {
	border-width: 1px 1px 0 1px;
	-moz-border-radius-topleft: 2px;
	-webkit-border-top-left-radius: 2px;
	border-top-left-radius: 2px; }
ul.tabs li:last-child a {
	-moz-border-radius-topright: 2px;
	-webkit-border-top-right-radius: 2px;
	border-top-right-radius: 2px; }

ul.tabs-content { margin: 0; display: block; }
ul.tabs-content > li { display:none; }
ul.tabs-content > li.active { display: block; }

/* Clearfixing tabs for beautiful stacking */
ul.tabs:before,
ul.tabs:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }
ul.tabs:after {
  clear: both; }
ul.tabs {
  zoom: 1; }

ul.tabs {
	margin:0;
}

ul.tabs li {
	position:relative;
	top:1px;
}

ul.tabs li a.active {
	height:34px;
	background:white;
}

ul.tabs-content {
	list-style:none;
}

ul.tabs-content li {
	padding:35px 20px;
	border:1px solid #ddd;
	border-top:none;
}

/* Sponsors */
.sponsors a {
	float:left;
	max-width:46%;
	margin:2%;
}
.sponsors .maxi {
	display:none;
}
.logo_strap {
	float:left;
	color:#c1c1c1;
	letter-spacing: 0.65px;
}

/* Target devices with screen sizes less than required to display nav */
@media (max-width: 767px) {
	/* sponsors */
	.full_banner_ad {
		display:none;
	}
	.sponsors .mini {
		display:none;
	}
	.sponsors .maxi {
		display:block;
		float:none;
		max-width:100%;
		margin:0 0 7px 0;
	}
	article .thumbnail {
		display:none;
	}
	nav.primary select {
		display: block;
	}
	nav.primary ul {
		display: none;
	}
	.bottom footer {
		text-align:center;
	}
	.logo_strap {
		display:inline-block;
		white-space: nowrap;
	}
	.ol_head {
		display: inline-block;
		margin-top:100px;
		margin-left:0px;
	}
}
@media (max-width: 550px) {
	article .thumbnail {
		display:none;
	}
	.bottom footer {
		text-align:center;
	}
	.bottom .last-credit {
		clear:both;
		text-align:center;
	}
	.logo {
		padding-left:20px;
	}
	.logo_strap {
		padding-left:20px;
		display:inline-block;
		white-space: nowrap;
	}
	.ol_head {
		float:left;
		margin-top:0px;
		padding-left:20px;
	}
}
