/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; height: 100%; }

body { margin: 0; font-size: 13px; line-height: 1.231; min-height: 100%; vspace: 0; position: relative;}

body, button, input, select, textarea { font-family: sans-serif; color: #010101; }

/* 
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection { background: #FB6930; color: #fff; text-shadow: none; }
::selection { background: #FB6930; color: #fff; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */

a { color: #FB6930; text-decoration: none; }
a:visited { color: #FB6930; text-decoration: none; }
a:hover { color: #FB6930; text-decoration: underline; }
a:focus { outline: none; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e 
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9 
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7
 */

table button, table input { *overflow: auto; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/* 
 * Remove inner padding and border in FF3/4: h5bp.com/l 
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* 
 * 1. Remove default vertical scrollbar in IE6/7/8/9 
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* =============================================================================
   FDP Resets
============================================================================= */

.content_image_box {
border:0 none;
background:0 none;
display:inline-block;
width:auto;
}

.oldie .content_image_box {
display:inline;
}



/* ==|== primary styles =====================================================
   Author:  Firespring Production Dept.
   ========================================================================== */

body {
	background: url('../graphics/layout/bg_body.gif') repeat top left;
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	font-weight: 300;
	color: #4E4F51;
	line-height: 21px;
	}

.clear {
	clear: both;
	height: 0;
	width: 100%;
	margin: 0;
	}

.wrap {
	width: 960px;
	padding: 0;
	margin: 0 auto;
	}

.left { float: left; }

.right { float: right; }


/* =============================================================================
   Header
   ========================================================================== */
header {
	height: 149px;
	width: 960px;
	padding: 0;
	margin: 0;
	background: url('../graphics/layout/glow.png') no-repeat bottom center;
	}


#top_nav {
	background: #010101;
	height: 48px;
	}
	

#logo {
	float: left;
	padding-top: 19px;
	padding-left: 27px;
	}
	#logo img { padding: 0; }
	
#login { position: absolute; top: -43px; right: 24px; }
#login ul { margin:0; list-style:none; float:left; }
#login ul li {display: inline-block; }
		.ie7 #login ul li {float:left;}
#login ul li a {
	background: #184f7c;
	font-size: 13px;
	font-style: italic;
	color: #fff;
	text-decoration: none;
	line-height: 18px;
	letter-spacing: -0.3px;
	padding: 8px 23px;
	}

#custutil {
float: right;
padding-top: 57px;
margin-right: 40px;
}

#custutil ul {padding: 0; margin:0; list-style:none; text-align:left; }
	#custutil ul li {
		padding: 0 12px;
		width: auto;
		display: block;
		float: left;
		white-space: nowrap;
		line-height: 30px;	
		}
			.ie7 #custutil ul li {float:left;}

		#custutil ul li.first {
			background: #F15C22;
			border-radius: 5px;
			}

			#custutil ul li.first a { color: #fff; }

	#custutil ul li a {
		font-size: 14px;
		font-weight: normal;
		color: #7e8083;
		text-decoration: none;
		display: block;
		}
	#custutil .collection_item_description { display: none; }

	#custutil ul li a:hover { text-decoration: underline; }

	#custutil .content_image_box, #custutil .collection_item_label { float: left; }
	
/* =============================================================================
   Primary Navigation
   ========================================================================== */
   nav {
	width: auto;
	}
	
	nav ul {
		list-style: none;
		z-index: 10000;
		margin: 0;
		padding: 0;
		position: relative;
		}

		nav ul li {
			display: inline-block;
			padding: 0px;
			position: relative;
			border-right: 1px solid white;
			margin-left: -3px;
			}

			nav ul li.first { border-left: 1px solid white; }
			
			nav ul li a:link, nav ul li a:visited {
				color: white;
				display: block;
				font-size: 12px;
				font-style: normal;
				line-height: 48px;
				padding: 0 19px;
				vertical-align: middle;
				text-decoration: none;
				font-weight: 300;
				text-transform: uppercase;
				}
				
			nav ul li a:hover, nav ul li:hover a, nav ul li.current_page a {
				color: white;
				background: #f1642d;
				}
				
	nav ul li ul {
		text-align: left;
		position: absolute;
		width: 209px;
		visibility: hidden;
		padding: 0;
		background: #f1642d;
		border-top-right-radius: 8px;
		border-bottom-right-radius: 8px;
		border-bottom-left-radius: 8px;
		} 
		
		nav ul li ul li {
			float: none;
			background: none;
			margin: 0;
			display: block;
			padding: 0 16px;
			border: none;
			}

				nav ul li ul li.first { border-left: none; }
		
			nav ul li ul li a:link, nav ul li ul li a:visited {
				font-size: 16px;
				font-style: normal;
				font-weight: 300;
				color: white;
				padding: 10px 0;
				border-bottom: 1px solid #FF7742;
				vertical-align: middle;
				line-height: 20px;
				white-space: pre-wrap;
				text-transform: none;
				border-top: 1px solid #E24D13;
				}
			nav ul li ul li a:hover, nav ul li ul li a:active { color: #000; }
				
			nav ul li ul li.first a { border-top: none; }
			nav ul li ul li.last a { border-bottom: none; }
				
			nav ul li ul li a:hover, nav ul li ul li:hover a, nav ul li:hover ul li a, #primary ul li a:hover ul li a {
				background-image: none;
				}

		nav ul li ul li ul {
		left: 209px;
		top: 0;
		}



/* =============================================================================
   Spotlight
   ========================================================================== */

#spotlight {
padding-left: 9px;
position: relative;
width: 951px;
}


#spotlight_content {
background: white;
padding: 7px 10px;
width: 680px;
height: 330px;
overflow: hidden; 
float: left;
}

#spotlight_content img {
	height: 330px;
	width: 680px;
	}

#spotlight_content ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 680px !important;
	height: 330px !important;
	}
	
#spotlight_content ul li {
	display: none;
	position: relative;
	}

#spotlight_content .content_image_box  {
width: 941px;
border: 0 none;
background: none; 
}

#spotlight_content .content_image_box .content_image img {
	margin: 0;
	width: 680px !important;
	height: 330px !important;
	}

#spotlight_content .collection_item_label {
color: white;
position: absolute;
top: 65px;
left: 40px;
font-size: 33px;
font-style: italic;
width: 270px;
line-height: 34px;
text-shadow: 1px 1px 1px #222;
-moz-text-shadow: 1px 1px 1px #222;
-webkit-text-shadow: 1px 1px 1px #222;
}
#spotlight_content .collection_item_description { 
color: white;
top: 104px;
position: absolute;
font-style: normal;
left: 40px;
width: 283px;
}


#spotlight_content_nav {
position: absolute;
top: 295px;
left: 35px;
z-index: 2000 !important;
width: 690px;
text-align: center;
}

#spotlight_content_nav a {
	background: url('../graphics/layout/spotlight_nav.png') top left no-repeat;
	height: 11px;
	width: 11px;
	text-indent: -9999px;
	padding: 0 4px;
	display: inline-block;
	outline:0 none;
	}

#spotlight_content_nav a.activeSlide {
	background: url('../graphics/layout/spotlight_nav_H.png') top left no-repeat;
	}


#spotlight_content .btn {
font-weight: 700;
font-size: 16px;
color: #f15c22;
text-transform: uppercase;
font-style: italic;
}


#dates {
width: 198px;
float: right;
margin-right: 11px;
background: white;
height: 330px;
padding: 10px;
overflow: hidden;
}

#dates h3 {
background: #010101;
color: white;
text-align: center;
line-height: 45px;
margin: 0; 
}

#dates ul {
border: 1px solid #E4E4E4;
}

#dates .event_list {
border: none;
padding: 0;
}

#dates .event_list ul li.event_list_item { padding: 13px 15px; text-align: center; }

#dates h3.list_view_event_title {
background: transparent;
line-height: 18px;
}
#dates h3.list_view_event_title a {
color: #F15C22;
text-decoration: none;
font-size: 14px;
font-weight: normal;
}

#dates .list_view_event_date_time { 
color: black;
font-size: 12px;
}

#dates .calendar_archives { display: none; }

#tagline {
font-style: italic;
font-weight: 400;
color: #323232;
font-size: 21px;
line-height: 36px;
text-align: center;
padding: 0;
background: url('../graphics/layout/bg_tagline.png') no-repeat center 35px;
margin-top: -7px;
}

#tagline p { margin-bottom: 7px; }



/* =============================================================================
   Content
   ========================================================================== */
.content {
	color: #4e4f51;
	font-size: 15px;
	line-height: 24px;
	margin-bottom: 27px;
}

.content .one-half {
	width: 49%;
}

.content .full-width { 
width: 98%;
margin: 0 auto;
clear: both;
text-align: center;
font-size: 18px;
font-style: italic;
font-weight: 300;
padding: 16px 0;
}

.content .full-width p { margin: 0; }

.content .content_image img { margin: 0; }
 
 h1, h2, h3, h4, h5, h6 {font-weight: bold; color: #454547; margin-top: 0; }
 
 h1 { 
font-size: 57px;
margin-bottom: 0;
line-height: 58px;
}

 h2 { 
font-size: 21px;
color: #454547;
font-weight: 400;
font-style: italic;
line-height: 24px;
 }

 
#news {
font-size: 12px;
background: #7E8083;
border-bottom: 3px solid #010101;
text-align: center;
}

#news h1, #news h2, #news h3, #news h4, #news h5, #news h6 {
font-weight: bold;
font-style: normal;
font-size: 21px;
color: #222;
padding: 0 20px;
margin: 0;
}



	#news .news_articles ul {
		list-style: none;
		margin: -7px 0 0 0;
		padding: 0;
		width: 960px !important;
		}
		
	#news .news_articles ul li {
			margin: 0 0 1em;
			width: 960px !important;
			text-align: left;
			margin-bottom: 27px;
			}
		
	#news .content_news_article_headline {
		font-size: 15px;
		line-height: 30px;
		font-weight: normal;
		padding: 0 10px 0 0;
		margin-bottom: 4px;
		margin-top: 12px;
		float: left;
		}
		#news .content_news_article_headline:after { content: none; padding: 0; }
		
		#news .content_news_article_headline a, #news .news_archives a  {
			color: #ffffff;
			text-decoration: none;
			font-size: 15px;
			font-style: normal;
			font-weight: 300;
			}
		
		#news .content_news_article_headline a:hover, #news .news_archives a:hover {text-decoration: underline;}

#news .content_news_article_by_line {
font-style: normal;
color: #222;
font-size: 12px;
line-height: 60px;
}
		
#news .news_articles, #news .news_archives {
	padding: 0 20px;
width: 960px;
margin: 0 auto;
text-align: center;
	}

#news .news_archives { display: none; }

/* =============================================================================
   Internal
   ========================================================================== */


.internal header {
width: auto;
height: 154px;
z-index: 9000;
position: relative;
}

.internal .content {
background: #ffffff;
padding-top: 57px;
margin-bottom: 0;
padding-bottom: 27px;
}

#masthead {
border: 1px solid #E3E3E3;
padding: 8px 10px;
margin-bottom: 20px;
}		

#masthead img {
width: 684px;
height: 186px;
}


.client-content {
width: 706px;
margin-right: 25px;
font-size: 18px;
color: #454547;
line-height: 27px;
}	

.client-content p { margin-top: 0; }

.client-content h3 {
font-weight: 300;
font-size: 24px;
}

.client-content h4 {
font-size: 24px;
line-height: 36px;
margin-bottom: 0;
}

.client-content h5 {
font-style: italic;
font-size: 18px;
font-weight: 300;
}

#sectiontitle {
color: #F15C22;
font-size: 21px;
font-weight: bold;
line-height: 28px;
}

#pagetitle {
font-size: 39px;
font-weight: bold;
color: #010101;
line-height: 39px;
margin-bottom: 25px;
}
	   
   /*__________ SIDENAV  ____________*/
	
aside {
width: 145px;
min-height: 616px;
margin-left: 25px;
margin-top: -10px;
}

	aside ul {
		list-style: none !important;
		padding: 0;
		margin: 0;
		text-align: right;
		}
		
	aside ul li {
		font-size: 18px;
		font-weight: 300;
		line-height: 19px;
		padding: 13px 0;
		}
		
		aside ul li a:link, aside ul li a:visited {
			color: #F15C22;
			text-decoration: none;
			font-weight: 400;
			}
			
		aside ul li:hover, aside ul li.current {
			color: #F15C22;
			text-decoration: underline;
			}			
			
	aside ul li ul {
		padding: 0;
		margin: 10px 0 0;
		text-align: right;
		}

	aside ul li ul li {
		font-size: 14px;
		background: none;
		line-height: 15px;
		padding: 5px 0;
		}
		aside ul li ul li:hover { background: none; border: none; padding: 5px 0;}

		aside ul li ul li a:link, aside ul li ul li a:visited {
			color: #a8a492;
			text-decoration: none !important;
		}
		aside ul li ul li a:hover, aside ul li ul li a:active {
			text-decoration: none;
		}

	
   
/* =============================================================================
   Footer
   ========================================================================== */


footer {
background: #F15C22;
position: relative;
bottom: 0;
margin: 0 auto;
z-index: 1000;
color: #010101;
font-size: 14px;
min-height: 175px;
}

footer .wrap {
background: url('../graphics/layout/watermark.jpg') no-repeat top left;
min-height: 175px;
position: relative;
}

footer a:link, footer a:visited { color: #ffffff; }
footer a:hover, footer a:active { color: #ffffff; }


#calendar {
position: absolute;
right: 0;
top: -42px;
background: url('../graphics/layout/calendar.png') no-repeat top left;
height: 72px;
width: 239px;
display: none;
}
#calendar a { 
display: block;
height: 72px;
text-decoration: none !important;
font-size: 0;
}

footer h4 {
color: black;
font-size: 13px;
font-weight: 800;
text-transform: uppercase;
margin: 0;
letter-spacing: 2.5px;
}

	
.social_media {
	float: right;
	padding: 0 15px;
	text-align: center;
	padding-top: 48px;
	}
		
	.social_media ul {list-style: none; padding: 6px 0; margin: 0;}
	.social_media ul li {
		display: inline-block; 
		padding: 0 5px;
		height: 55px;
		width: 47px; 
		overflow: hidden;
		position: relative;
		}

		.social_media ul li img { position: absolute; top: 0; left: 0; }
		.social_media ul li:hover img { top: -53px; }

.social_media .collection_item_description, .social_media .collection_item_label { display: none; }

.sponsors {
float: left;
text-align: center;
padding: 0 15px;
width: 430px;
padding-top: 48px;
}

	.sponsors ul { 
		list-style: none;
		padding: 10px 0;
		margin: 0 auto;
		text-align: center;
		width: 400px;
		}
	.sponsors ul li {
		padding: 0;
		line-height: 53px;
		width: 400px !important;
		text-align: center;
		}

		.sponsors .collection_item_description, .sponsors .collection_item_label { display: none; }

#copyright {
float: left;
text-align: center;
padding-top: 60px;
padding-left: 80px;
color: white;
font-size: 15px;
}

/* ================================================================
   Sticky Footer
   ========================================================================== */

.wrapper {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -236px;
}
.sticky, .push {
height: 236px;
}

/* ================================================================
   General QA
   ========================================================================== */
#news { height: 62px; }

#masthead {
width: 684px;
margin: 0 auto 20px;
}


#featured .collection_item_label a {
height: 147px;
width: 296px;
display: block;
}


.content_image_wrapper {
  text-align: center;
}

/* ================================================================
   Browser Fixes
   ========================================================================== */
.ie7 nav ul li { float: left; }
.ie7 nav ul li ul li { float: none; }
.ie7 #spotlight_content .collection_item_description { padding-top: 10px; }
.ie7 #spotlight_content .collection_item_description a { bottom: 20px; }
.ie7 #spotlight_content ul li { background: transparent !important; }
.ie7 #news { padding-top: 20px; }
.ie7 .social_media ul li {float: left; line-height: 44px;} 
.ie7 #featured ul li   {float: left;}
.ie7 #spotlight_content_nav a {float: left;}
.ie7 .internal #primarycontent {margin-bottom: 1em;}
	

/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }



/* ==|== media queries ======================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 480px) {
  /* Style adjustments for viewports 480px and over go here */

}

@media only screen and (min-width: 768px) {
  /* Style adjustments for viewports 768px and over go here */

}



/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}

#custutil ul li {
background: #F15C22;
border-radius: 5px;
margin-right: 5px;
}

#custutil ul li a{
color: #ffffff;
}
