/* 
 * HTML5 ✰ Boilerplate
 *
 * What follows is the result of much research on cross-browser styling. 
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 * 
 * ==|== normalize ==========================================================
 */


/* =============================================================================
   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%; }

body { margin: 0; font-size: 13px; line-height: 1.231; }

body, button, input, select, textarea { font-family: 'Open Sans', sans-serif; color: #222; }

/* 
 * 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: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }


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

a { color: #F1B312; }
a:visited { color: #312E87; }
a:hover { color: #87993F; }
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; }


/* ==|== primary styles =====================================================
   Author: 
   ========================================================================== */

body {
	background: #fff url('../graphics/layout/bg_body.jpg') repeat-x top left;
	font-family: 'lato', sans-serif;
	}

.clear { 
clear: both; 
height: 0;
overflow: hidden;
}

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

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -169px; /* the bottom margin is the negative value of the footer's height */
	}
	
* {
	margin: 0;
	}
	
html, body {
	height: 100%;
	}
	
.push {
	height: 129px; /* .push must be the same height as .footer */
	}
	


h1, h2, h3, h4, h5, h6 { margin-top: 0; margin-bottom: .5em; }

h1 { font-size: 36px; font-weight: bold; }
h2 { font-size: 30px; font-weight: bold; }
h3 { font-size: 27px; font-weight: bold;  }
h4 { 
font-size: 23px;
font-weight: 600;
line-height: 24px;
font-style: italic;
padding-top:15px;
}
h5 { font-size: 20px; font-weight: 400; }
h6 { font-size: 20px; font-weight: 300; font-style: italic; }


/* =============================================================================
   Header
   ========================================================================== */
   
   header {
   	width: 960px;
   	height: 141px;
   	margin: 0 auto;
   	position: relative;
   	}
   
   .topnav {
   	float: right;
   	}
   		.topnav ul { list-style: none; padding: 0 0 0 20px; margin: 0; }
   		.topnav ul li { 
   			display: inline-block;
			padding: 4px 18px;
   			background: #F1B312;
			border-bottom-left-radius: 5px;
			border-bottom-right-radius: 5px;
			margin-left: 7px;
   			}
   		.topnav ul li a { 
   			font-family: 'Lato', sans-serif;
   			font-weight: 400;
   			font-size: 14px;
   			color: #2c3537;
   			text-decoration: none;
   			line-height: 28px;
   			letter-spacing: -0.2px;
   			}

.logo { 
	float: left;
	padding-left: 36px;
	padding-top: 25px;
	}
	.logo img { padding: 0; }


   /* =============================================================================
  PrimaryNav
   ========================================================================== */
nav.pnav {
	width: 685px;
	float: right;
	height: 43px;
	z-index: 99999;
	position: relative;
	padding-top: 28px;
	padding-right: 12px;
	}
	nav.pnav ul { 
		list-style: none; 
		padding: 0; 
		margin: 0; 
		width: 685px; 
		text-align: right;
		}
	nav.pnav ul li { 
		display: inline-block;
		position: relative;
		padding: 0 15px;
		}
		nav.pnav ul li a:link, nav.pnav ul li a:visited {
			font-family: 'Lato', sans-serif;
			color: white;
			font-size: 18px;
			text-decoration: none;
			line-height: 42px;
			}	
	nav.pnav ul li:hover {
		background: #485052;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
		}
		
	nav.pnav ul li.nodrop:hover { background: none; }
	
	nav.pnav ul li:hover a:link, nav.pnav ul li:hover a:visited {
			color: #f1b312;
			}
			
	nav.pnav ul li ul {
		position: absolute;
		background: #485052;
		padding: 13px 0;
		width: 224px;
		left: 0;
		visibility: hidden;
		text-align: left;
		border-top-right-radius: 5px;
		border-bottom-left-radius: 5px;
		border-bottom-right-radius: 5px;
		}
		nav.pnav ul li ul li {
			display: block;
			margin: 0 15px;
			padding: 10px 0;
			background: url('../graphics/layout/dd_border.gif') repeat-x bottom left;
			}
			nav.pnav ul li ul li:hover { background:  url('../graphics/layout/dd_border.gif') repeat-x bottom left; }
			
			nav.pnav ul li ul li a:link, nav.pnav ul li ul li a:visited, nav.pnav ul li:hover ul li a {
				line-height: 18px;
				font-size: 13px;
				color: #f1b312 !important;
				width: 250px;
				}
			nav.pnav ul li ul li:hover a, nav.pnav ul li ul li a:hover {
				color: #fff !important;
				}
				
			nav.pnav ul li ul li:last-child {
				background: none;
				}

   /* =============================================================================
  Spotlight
   ========================================================================== */			
      
.spotlight {
margin: 0 auto;
position: relative;
height: 369px;
width: 960px;
}

.spotlight aside {
float: left;
width: 359px;
padding-left: 36px;
padding-top: 23px;
height: 342px;
overflow: hidden;
color: #e4e4e4;
font-size: 17px;
line-height: 27px;
font-weight: 300;
}

.spotlight aside h1 {
color: #F0B310;
font-family: 'lato', sans-serif;
font-weight: bold;
font-style: italic;
font-size: 45px;
letter-spacing: -1px;
line-height: 42px;
margin-bottom: 20px;
}

.spotlight aside p { padding: 0 25px 0 0; }

/*
#spotlight_frame {
	background: url('../graphics/layout/spotlight_frame.png') no-repeat top left;
	width: 552px;
	height: 354px;
	position: absolute;
	right: -7px;
	top: -5px;
	z-index: 3000;
	} */

#spotlight_frame_l {
	background: url('../graphics/layout/spotlight_frame_l.png') no-repeat top left;
	height: 354px;
	width: 55px;
	position: absolute;
	right: 490px;
	top: -5px;
	z-index: 3000;
}

#spotlight_frame_r {
	background: url('../graphics/layout/spotlight_frame_r.png') no-repeat top left;
	height: 354px;
	width: 55px;
	position: absolute;
	right: -6px;
	top: -5px;
	z-index: 3000;
}

#spotlight_content {
height: 342px;
width: 539px;
margin: 0;
float: right;
position: relative;
}

#spotlight_content img {
	height: 342px;
	width: 539px;
	}

#spotlight_content ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
#spotlight_content ul li {
	display: none;
	}

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

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

#spotlight_content .collection_item_label { display: none;	}


#spotlight_nav {
bottom: 10px;
left: 0px;
position: absolute;
text-align: center;
width: 539px;
z-index: 3000;
}

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

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


.quicklinks {
	padding-top: 10px;
	}
	.quicklinks ul {
		list-style: none;
		margin: 0;
		padding: 0;
		}
		.quicklinks ul li {
			display: inline-block;
			}
			.quicklinks ul li a {
				text-decoration: none;
				background: #087186;
				color: #F0F0F0;
				font-style: italic;
				font-size: 15px;
				padding: 7px 12px;
				margin: 0 7px 0 0;
				border-radius: 5px;
				font-weight: 300;
				}
			.quicklinks ul li a:hover {
				background: #079BB8;
				}

   /* =============================================================================
	Main Content Area
   ========================================================================== */		
.main {
width: 960px;
margin: 0 auto;
}

	.main a:link, .main a:visited {color: #0E879E; text-decoration: none; font-weight: bold; }
	.main a:hover, .main a:active {text-decoration: underline;}

.main h3 {
font-size: 25px;
font-weight: normal;
color: white;
font-style: italic;
line-height: 32px;
margin-bottom: 0px;
}
.main p {
	padding:10px;
}

.photo {
background: url('../graphics/taped_img.png') no-repeat top left;
width: 377px;
height: 266px;
margin-top: -12px;
margin-left: 20px;
}

.content {
width: 530px;
float: right;
margin-top: 30px;
text-align: center;
color: #65410D;
font-size: 15px;
line-height: 24px;
padding-right: 42px;
}


.spotlets {
background: url('../graphics/layout/bg_spotlet.gif') no-repeat top left #fff;
width: 960px;
margin: 0 auto;
color: #535353;
font-family: 'lato', sans-serif;
font-style: normal;
font-size: 14px;
margin-bottom: 40px;
}

.spotlets .left, .spotlets .right {
	float: left;
	width: 263px;
	padding-left: 40px;
	}


.spotlets .collection_item_label, .news h4 {
font-size: 16px;
font-weight: bold;
font-style: italic;
color: #535353;
}
	.spotlets .collection_item_label a { color: #535353; text-decoration: none; }
	.spotlets .collection_item_label a:hover { color: #f1b312; }
	
	.spotlets .collection_item_label::after, .spotlets .collection_item_gallery_label::after, .news h4::after {
		content: url('../graphics/layout/r_arrow.gif');
		padding-left: 5px;
		}

.spotlets .collection_item_description {
color: #535353;
font-family: 'lato', sans-serif;
font-style: normal;
font-size: 14px;
}

.spotlets .collection_item_description p { margin-top: 4px; font-weight: 300; }	
	
.news {
	float: left;
	width: 299px;
	padding-left: 55px;
	padding-bottom: 2em;
	}
	
.news .content_news_article_headline, .news .content_news_article_headline a {
margin: 0;
font-size: 14px;
color: #087186;
text-decoration: none;
}
.news .content_news_article_headline a:hover { color: #535353; }

.news .news_articles ul li {
margin: 0 0 1em;
}

.news .content_news_article_by_line {
font-style: normal;
font-size: 12px;
color: #565869;
}

.content .content_image_box {
border: none;
background: none;
}


 /* =============================================================================
		Internal
   ========================================================================== */	
body.internal {
background: url('../graphics/layout/bg_body_int.jpg') repeat top left;
}

.internal header {
height: 151px;
background: url('../graphics/layout/bg_header_int.jpg') repeat-x top left;
width: 100%;
margin: 0;
}

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

.internal .main h3 { color: #010101; margin-bottom: .5em; font-style: normal; }


#masthead {
margin-left: -20px;
margin-bottom: 20px;
}

#masthead .sectiontitle {
color: #272727;
background: url('../graphics/layout/bg_sectiontitle.png') no-repeat left 94px;
font-size: 47px;
font-weight: bold;
font-style: italic;
height: 179px;
line-height: 250px;
overflow: hidden;
padding-left: 20px;
position: absolute;
width: 650px;
}


 .internal #content_right {
float: right;
margin: 0 0 4em;
width: 619px;
font-size: 14px;
color: #010101;
line-height: 30px;
padding: 0 0 0 20px;
}
	
.internal #content_right .content_image_box {
	border:none;
	background:none;
}


.internal #content_right ul { list-style: none; }

.internal #content_right ul li {
background: url('../graphics/layout/bullet.png') no-repeat left top;
padding: 0 20px 20px 30px;
}

   /*__________ SIDENAV  ____________*/
	
#leftcolumn {
	float:left;
	background: url('../graphics/layout/bg_sidenav.png') no-repeat top left;
	width: 301px;
	min-height: 758px;
	margin-left: 20px;
	}

	#sidenav ul {
		list-style: none !important;
		padding: 0 26px 0 0;
		margin: 24px 0;
		}
		
	#sidenav ul li {
		font-size: 16px;
		font-weight: 400;
		line-height: 19px;
		padding: 10px 25px;
		background: url('../graphics/layout/sidenav.gif') right center no-repeat;
		}
		
		#sidenav ul li a {
			color: #0E879E;
			text-decoration: none;
			}
			
		#sidenav ul li:hover, #sidenav ul li.current_page {
			background: url('../graphics/layout/sidenav_H.gif') right center no-repeat;
			}			
			
		#sidenav ul li a:hover, #sidenav ul li a:active {
			color: #0E879E;
			}
			
			
.current a {
	color: #4189b9 !important;
	}
.sidenav ul {
border-top:1px solid #f0f0f0;
list-style:none;
padding:0px 0px;
margin:15px 0px;
}

.sidenav ul li {
font-size:18px;
line-height:27px;
border-bottom:1px solid #f0f0f0;
padding:6px 0px;
}

.sidenav h2 {
color:#1a1a1a;
font-size:24px;
line-height:25px;
padding:10px 10px 15px;
}

.sidenav ul li a {
padding:0px 15px 0px 10px;
display:block;
}

.sidenav a:link, .internal_nav a:visited {
color:#7da90a;
background:url(../graphics/arrow.jpg) right 5px no-repeat;
}

.sidenav a:hover, .sidenav a:active, .sidenav a.current_page {
color:#415a00;
background:url(../graphics/arrow_selected.jpg) right 5px no-repeat;

}

.sidenav ul li ul {
list-style:disc;
padding-left:25px;
}

.sidenav ul li ul li {
font-size:16px;
line-height:20px;
border:0px;
}

.sidenav ul li ul li a:link, .sidenav ul li ul li a:visited {
color:#7da90a;
background:none;
}

.sidenav ul li ul li a:hover, .sidenav ul li ul li a:active, .sidenav ul li ul li a.current_page {
color:#415a00;
background:none;
}
#sidenav ul li ul li ul li {
background:none;
}
#sidenav ul li ul li ul li:hover {
background:none;
}
#sidenav ul li ul li ul {
width:190px;
padding:0px;
margin-left:-10px;
}
#sidenav ul li ul li ul li a {
font-size:14px;
}

   /* =============================================================================
	Footer
   ========================================================================== */						
footer {
	background: url('../graphics/layout/bg_footer.jpg') repeat-x top left;
	height: 169px;
	margin: 0;
	padding: 0;
	color: #555555;
	clear: both;
	}
	
footer .wrap {
width: 880px;
margin: 0 auto;
padding: 20px 40px;
position: relative;
z-index: 9 !important;
}

.copyright {
font-size: 13px;
color: white;
font-weight: 300;
margin-top: 15px;
float: left;
}
	
	.copyright p {
	margin: 3px 0;
	}
	
	.copyright p.copy {
	font-weight: bold;
	font-size: 15px;
	}

.social {
	float: right;
	width: 320px;
	margin-top: 41px;
	}
	.social ul { margin: 0; padding: 0; list-style: none; }
	.social ul li { 
		display: inline-block;
		padding: 0 4px 0 0 ;
		}
	.ie7 .social ul li { float: left; }
	
	.social ul li a { opacity: .6; }
	.social ul li a:hover {
		opacity: 1;
		}
	
#search {
height: 45px;
width: 309px;
float: right;
margin-right: -38px;
margin-top: 30px;
}

#search .google_site_search_form_textbox {
background-image: none !important;
background-color: transparent !Important;
border: none;
padding: 9px;
margin-top: 4px;
margin-left: 5px;
width: 245px;
}

#search .google_site_search_form_search_button {
position: absolute;
height: 36px;
margin-top: 4px;
width: 35px;
background: transparent none;
border: none;
text-indent: -9999px;
}

div.locations div.locations_website_title, div.locations span.location_phone_label, div.locations span.location_email_label, div.locations span.location_facebook_label, div.locations span.location_twitter_label, div.locations span.location_linkedin_label {
font-weight: normal;
}

div.locations div.locations_website_title, div.locations div.locations_additional, div.locations div.location {
padding: 0;
}

footer .location_address, footer .location_phone {
	float: left; 
	padding-right: 5px; 
}

footer .location_email { clear: both; }

/* =============================================================================
   Policy Links Styling
============================================================================= */
.fdpc_policy_links {
   width: 100%;
   height: 32px;
   background: url('../graphics/layout/bg_footer.jpg') repeat-x top left;
   padding: 0;
   font-size: .75em;
   line-height: 32px;
   text-align: center;
   color: #fff;
}

.fdpc_policy {
   display: inline-block;
   margin: 0 5px;
}

.fdpc_policy_links a:link,
.fdpc_policy_links a:visited {
   color: #F1B312;
}

/* Adding privacy policy scroll feature */


.ui-dialog {
   position:fixed;
   top:50%;
   margin-top:-250px; /* .ui-dialog must be fixed + top 50% */
}

.ui-dialog-titlebar {
   z-index:2;
}

.fdpc_policy_modal {
   max-height:500px;
   oveflow:scroll;
}

/* =============================================================================
General QA - Final Revisions
========================================================================== */	

.internal div.news_articles ul li h3.content_news_article_headline { 
font-size: 20px;
line-height: 24px;
}

.internal #content_right ul li.news_article { background: none; padding: 0; }

.internal div.news_articles ul li span.content_news_article_by_line { font-size: 16px; }

.internal .main p { padding: 10px 0; }

#masthead .sectiontitle { font-size: 40px; white-space: nowrap; }

.internal #content_right ul {
list-style: square;
}

.internal #content_right ul li {
background: none;
padding: 0 20px 10px 0px;
}

.internal #content_right { line-height: 24px; }

#sidenav ul li { background: none; }

#sidenav ul li.current_page {
background: none;
font-weight: bold;
}

#sidenav ul li a:hover, #sidenav ul li a:active {
color: #485052;
}

#sidenav ul li:hover, #sidenav ul li.current_page {
background: none;
}

#sidenav ul li ul {
padding: 0;
margin: 0;
}

#sidenav ul li ul li {
font-size: 14px;
font-style: italic;
padding: 5px 25px;
}

nav ul li ul li a { width: 200px; display: block; }

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

nav ul li ul li { padding: 0; }
nav ul li ul li a:link, nav ul li ul li a:visited, nav ul li:hover ul li a { padding: 10px 0; }

nav ul li:hover ul li a:link, nav ul li:hover ul li a:visited { color: #f1b312 !important; }
nav ul li:hover ul li a:hover, nav ul li:hover ul li a:active { color: #ffffff !important; }

/* =============================================================================
General QA - Final QA
========================================================================== */

#sidenav ul li.current_page a { color: #485052; }
#sidenav ul li.current_page ul li a { color: #0E879E; }
#sidenav ul li ul li.current_page a { color: #485052; }

.internal #content_right ul.list_style_none { list-style: none; }
.internal #content_right .calendar ul { list-style: none; }

footer a:visited {
color: #FAB312;
}

nav.pnav ul li ul li ul { left: 204px; }

/* =============================================================================
   Policy Links Styling
============================================================================= */

.fdpc_design_footer { clear: both; }

.fdpc_policy_links {
   width: 100%;
   height: 32px;
   padding: 0;
   font-size: .75em;
   line-height: 32px;
   text-align: center;
   color: #fff;
}

.fdpc_policy {
   display: inline-block;
   margin: 0 5px;
}

.fdpc_policy_links a:link,
.fdpc_policy_links a:visited {
   color: #FFF;
}

/* Adding privacy policy scroll feature */


.ui-dialog {
   position:fixed;
   top:50%;
   margin-top:-250px; /* .ui-dialog must be fixed + top 50% */
}

.ui-dialog-titlebar {
   z-index:2;
}

.fdpc_policy_modal {
   max-height:500px;
   oveflow:scroll;
}


/* =============================================================================
Browser Fixes
========================================================================== */		
.ie7 header { z-index: 99999; position: relative; }
.ie7 .topnav ul li { float: left; }
.ie7 nav { z-index: 99998; position: relative; }
.ie7 nav ul { padding-left: 40px; }
.ie7 nav ul li { float: left; }
.ie7 nav ul li ul { padding: 13px 0; top: 40px; }
.ie7 nav ul li ul li { float: none; }
.ie7 .spotlight aside h1 { line-height: 36px; margin-bottom: 10px; }
.ie7 .quicklinks { padding-top: 0; }
.ie7 .quicklinks ul li { float: left; }
.ie7 #spotlight_nav { width: auto; left: 45%; }
.ie7 #spotlight_nav a { display: block; font-size: 0; float: left;}
.ie7 .photo { width: 357px; }
.ie7 #search .google_site_search_form_search_button { font-size: 0; line-height: 0; }
 
.ie8 .spotlight aside h1 { line-height: 36px; margin-bottom: 10px; }
.ie8 .quicklinks { padding-top: 0; }
 
.ie9 .spotlight aside h1 { line-height: 36px; margin-bottom: 10px; }
.ie9 .quicklinks { padding-top: 0; }
   
body {
	scroll-x:hidden;
}
/* ==|== 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; }
}
