/*
* Skeleton V1.1
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 8/17/2011
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */
/*http://www.justbenicestudio.com/studio/websymbols/*/
@import url(https://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic,700italic);

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

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

img {
	max-width: 100%;
}
#wrapper {
	
	padding: 0px 0px;
	
}
#bkgrd {
	/*background: url(../images/bkgrd.jpg) #d8f6fc no-repeat center top;*/
	
	}
	
.textleft {
	float:left }
	
#bkgrd2 {
	background: #ffffff;
	border-top: 2px solid #6ab328;
	border-bottom: 2px solid #6ab328;
	padding-top: 5px;
	
	}

.band.navigation {
	background: url(../images/stitch_hr.png) left top repeat-x,
				url(../images/bg_dark.png) repeat left 2px,
				#343434;	
	padding: 0;
	color: #e0e0e0; 
}

.band.footer {
	background: #D8F6FC;
	padding: 10px 0 10px 0;			
	color: #000; 
}
.band.footer{
	background: #D8F6FC;
	padding: 10px 0 10px 0;			
	color: #6ab328; 
}
.band.footer i { color:#000000;
}
.band.footer p {margin-bottom:0;}
.band.bottom {
	background: url(../images/stitch_staggered.png) left top repeat-x,
				url(../images/bg_bottom.png) repeat,
				#343434;	
	padding: 28px 0 7px 0;
	color: #e0e0e0;
}

/*ie multiple background image fallbacks*/
.ie .band.navigation {
	background: url(../images/bg_dark.png) repeat left 2px #343434;
}
.ie .band.footer {
	background: url(../images/bg_dark.png) repeat left 2px #343434;
}
.ie .band.bottom {
	background: url(../images/bg_bottom.png) repeat #343434;
}


/*header*/
header.main {
	padding: 5px 10px;
}

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

header h1.logo a img {
	display: block;
	padding: 0;
	/*http://nicolasgallagher.com/another-css-image-replacement-technique/*/
	font: 0/0 a;
    text-shadow: none;
    color: transparent;
	padding-top:10px;
	
}

header.main .banner {
	float: right;
	text-align:center;
	margin-top: 2px;
	background: #fff;
	padding-top:10px;
	/*border:2px solid #013E7F;*/
}
header.main .banner h2 {
	
	
	color:#000000;
	font-family: 'News Cycle', sans-serif;
	font-size:16px;
	line-height:24px;
	letter-spacing:.01em;	
	margin-bottom:0;
}
header.main .banner h3 {
	font-family: 'News Cycle', sans-serif;
	color:#000000;
	font-weight:700;
	font-size:30px;
	line-height:30px;
	margin-bottom:0;
}

/* hero section */
.hero {
}
.hero .callout {
	background: #0150A7;
	padding:10px;
	height:290px;
}
.hero .callout h3 {
	font-family: 'News Cycle', sans-serif;
	text-align:center;
	color:#fff;
	text-shadow: 1px 1px 0px #6A9BEC;
	filter: dropshadow(color=#6A9BEC, offx=1, offy=1);
}
.hero .callout p {
	color:#fff;
	text-align:center;
	padding-top:10px;
	line-height:1.2;
}
.hero .featurevid iframe {
	border-left:1px solid #231F20;
	border-right:1px solid #231F20;
}
/*featured section*/
.featured .feature {
		background: url(../images/bg_dark.png) repeat left 2px,	#343434;
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f3f3f', endColorstr='#262626',GradientType=0 ); /* IE6-9 */
		border:1px solid #000;
		padding:10px 15px;
		margin-bottom:10px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
text-shadow: 1px 1px 0px #000000;
        filter: dropshadow(color=#000000, offx=1, offy=1);}
.featured .feature h4 {
	color:#53B7F9;
	font-weight:bold;
}
.featured .feature p {
	color:#fff;
	margin-bottom:10px;
}
.featured .feature .button {
	font-size:14px;
	margin-bottom:0;
}
.featured .feature p.more {
	text-align:right;
	margin-bottom:0;
}
p.more {
	margin-bottom:0;
}
/*content*/

.content {
	padding-top:0px;
}
h2.title {
	font-weight: bold;
	color: #231F20;
	font: 26px/30px 'News Cycle', sans-serif;
}
h4.subtitle {
	font-family: 'News Cycle', sans-serif;
	color:#231F20;
	font-size:22px;
	text-transform:capitalize;
}
.main-content p {
	font-size:14px;
	font-family: Helvetica, Arial, sans-serif;
	line-height:1.3em;
}
.main-content ul li, .main-content ul li a {
	font-size:14px;
	line-height:1.3em;
	margin-bottom:10px;
	font-family: 'Droid Serif', serif;
}
.tagline.call-to-action{
	clear: both; 
	margin: 20px 0; 
	padding:10px 5px 0px 5px;
	font-size: 18px; 
	font-style: normal; 
	font-family: 'News Cycle', sans-serif;	
	display: block;
	text-align: center;
	color:#fff;
	font-weight:normal;
	text-transform:capitalize;
	background: #AC1D2F;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;	
	
}
.tagline table {
	width:100%;
}
.tagline table td	{
	text-align:center;
}
.tagline .button {
	margin:10px auto;
	background:transparent;
	border: 2px solid #fff;
	color:#fff;
	font-family: 'News Cycle', sans-serif;
	font-size:16px;
	font-weight:normal;
	text-shadow:none;
	padding:10px;
}
.tagline .button:active {
	background:#fff;
	color:#3d3d3d;
}

.oh-two { 
	width:66%;
	background: #6A9BEC;
	color:#fff;
	padding:5px;
}
.oh-twelve { 
	width:100%;
	background: #0150A7;
	color:#fff;
	padding:5px;
}
.oh-two span.date, .oh-twelve span.date {
	float:left;
}
.oh-two span.amount, .oh-twelve span.amount {
	float:right;
}

.letterhead {
	width: 100%;
	padding: 20px 35px;
	margin: 10px auto;
	border: 1px solid #ccc;
	-webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2);
}
.letterhead p {
	font-size:14px;
}
.letterhead p:first-child:first-letter { float: left; color: #000; font-size: 50px; line-height: 1em; padding-top: 0px; padding-right: 2px; padding-left: 3px; font-family: Georgia; }
.letterhead p.signature {
	text-align:right;
}
.letterhead ul li {
	margin-bottom:0;
	font-size:14px;

/*images*/
figure {
	padding: 6px;
	border: 1px solid #ededed;
	background: #ffffff;
	line-height: 0px;
}

figcaption {
	font-size: .75em;
	text-align: center;
	padding: 14px 0;
	line-height:normal;
}

/*blog*/
h2 {
	font-size: 35px;
	line-height: 42px;
	margin-bottom: 7px;
}

hr {
	border: none;
	border-bottom: 1px dashed #e5e5e5;
	margin: 14px 0 28px
}

article.preview {

}

article.preview .breadcrumbs {
	margin-bottom: 7px;
}

article.preview .meta {
	margin-bottom: 7px;
}

/*forms*/

	/*Glyn Mooney webkit reset 
	http://www.skidoosh.co.uk/html/how-to-reset-the-webkit-html5search-field-style-with-css/*/
	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;
	}



/*fluid video and other embeds - http://www.alistapart.com/articles/creating-intrinsic-ratios-for-video*/

.embed {
    position: relative;
    padding: 0px;
    padding-bottom: 56.25%; /* 16/9 ratio */
    height: 0;
    overflow: hidden;
}

.embed iframe,
.embed object,
.embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
	
/*articles*/
article.sub header {
	background: url(../images/diagonal_pale.png) repeat;
	font-size: 14px;
	line-height: 14px;
	margin: 28px 0;
}

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

article.sub header h4 {
	font-weight: bold;
	color: #999999;
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
	background: url(../images/bg_main.png) repeat #f8f8f8;
	display: inline;
	padding: 0 10px;
	margin: 0 0 0 14px;
	letter-spacing: 0.1em;
	font-family: arial, sans-serif;
}

/*footer*/
footer.bottom {
	font-size: 12px;
}

.last-credit {
	text-align: right;
}
footer .first-credit p, footer .last-credit p {margin-bottom:0 !important;}
footer a,
footer a:visited {
	color: #8f8f8f;
}

footer a:hover {
	color: #ffffff;
	text-decoration: none;
}

footer h3.logo {
	margin: 13px 0 21px;
}

footer h3.logo a {
	width: 200px;
	height: 35px;
	display: block;
	background: url(../images/sprite.png) no-repeat 0 -50px;
	text-indent: -9999%;
}

footer.main header {
	background: url(../images/diagonal_dark.png) repeat;
	font-size: 14px;
	line-height: 14px;
	margin: 28px 0;
}

footer.main header h4 {
	font-weight: bold;
	color: #ffffff;
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
	background: url(../images/bg_dark.png) repeat #f8f8f8;
	display: inline;
	padding: 0 10px;
	margin: 0 0 0 14px;
	letter-spacing: 0.1em;
	font-family: arial, sans-serif;
}

/*lists*/
footer.main li {
	padding: 21px 0;
	margin: 0px;
	background: url(../images/stitch_staggered.png) repeat-x left bottom;
	}
	
footer.main li:first-child {
	padding-top: 0px;
}	

footer.main li:last-child {
	background: none;
}	

/*flickr*/
div.flickr img {
	float: left;
	max-width: 46%;
	margin: 2%;
	padding: 6px;
	border: 1px solid #ededed;
	background: #ffffff;
}

/*sponsors*/
.sponsors a {
	float: left;
	max-width: 46%;
	margin: 2%;
}

.sponsors .maxi {
	display: none;
}

/*categories*/
ul.categories {
	margin: 0;
}
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 {
	background: #ffffff;
}

/*tabs*/
/*first just fix the border-box stuff*/
ul.tabs {
	margin: 0;
}
ul.tabs li {
	position: relative;
	top: 1px;
}

ul.tabs li a.active {
	height: 34px;
	background: url(../images/bg_main.png);
}

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

/*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;
	font-family: Georgia, serif;
}

.subscribe em {
	font-size: 21px;
	font-style: normal;
}



.icon.rss {
	color: #ef7908;
}

.icon.twitter {
	color: #39bae6;
}

/*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 #cccccc;
	font-weight: bold;
}

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





.inner			{ width:95%; max-width:62.5rem; margin:0 auto; }
#slider {
}

#carousel li {margin-right: 5px;}
#carousel img {display: block; opacity: .5; cursor: pointer;}
#carousel img:hover {opacity: 1;}
#carousel .flex-active-slide img {opacity: 1; cursor: default;}

.royalSlider { width:100%; }
.bxslider blockquote
{
    clear: both;
    font-style: italic;
    margin-left: 10px;
    margin-right: 10px;
    padding: 10px;
    position: relative;
    border: 0px;
    line-height: 200%;
}
.bxslider p {
	margin-bottom:0; }
	
.bxslider {
	margin:0;
	padding:0;
}
.bxslider li {
	padding:0; 
	margin:0;
}


#serviceFeature { margin-top:1em;}
#serviceFeature .service { 
	border: 1px solid #cfcfcf;
	height: 157px;
	position: relative;
}
	#serviceFeature .service span.title { 
		background: url(../images/service_bg.png) no-repeat center bottom;
		color: #fff;
		display: block;
		font: 16px/16px 'Francois One', sans-serif;
		height: 34px;
		left: 15px;
		padding: 9px 0;
		position: absolute;
		text-align: center;
		text-transform: uppercase;
		top: -10px;
		width: 190px;
	}
	#serviceFeature .service:hover span.title { background-position: center top; color:#fff; }
	#serviceFeature .service span.box { 
		background:#fff;
		display:block;
		margin:6px;
		text-align:center;
	}
	#serviceFeature .service span.box img {
		display: block;
		width:100%;
		height:143px;
	}

/* #Page Styles
================================================== */

/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {

		
		}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
	
		/*sponsors*/
		.sponsors {
			text-align: center;
		}
		.sponsors img {
			float: none;
			max-width: 100%;
			margin: 0 0 7px;
		}
	
	}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
		header h1.logo a img {
		margin: 0 auto;
		max-width:100%;
		width: 100%;
		height:auto;
		float: none;
		}	
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
		
		article.preview .thumbnail {
			display: none;
		}
		
		footer.bottom p {
			text-align: center;
			margin-bottom: 7px;
		}
		
		nav.primary {
			padding: 21px 0;
		}
		
		nav.primary select {
			display: block;
		}
		
		nav.primary ul {
			display: none;
		}
		
		header.main .banner {
			display: none;
		}
	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
		
		article.preview .thumbnail {
			display: none;
		}
	
		/*sponsors*/
		.sponsors .mini {
			display: none
		}
		.sponsors .maxi {
			display: block;
			float: none;
			max-width: 100%;
			margin: 0 0 7px;
		}
		
		footer.bottom p {
			text-align: center;
			margin-bottom: 7px;
		}
		
		nav.primary {
			padding: 21px 0;
		}
		
		nav.primary select {
			display: block;
		}
		
		nav.primary ul {
			display: none;
		}
		
		header.main .banner {
			display: none;
		}
	
	}


/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/