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


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

a { color: #008DA2; }
.fdpc_designready a:visited { color: #fff; }
a:hover { color: #D21D24; }
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:block;
width:auto;
}

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

html {
	background: url('../graphics/layout/bg_footer.gif') repeat top left;
	}

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;
	}



/* =============================================================================
   Header
   ========================================================================== */
header {
	background: url('../graphics/layout/bg_header.png') no-repeat top left;
	height: 180px;
	width: 960px;
	padding: 0;
	margin: 0;
	}


#top_nav {
	background: #dae9eb;
	height: 48px;
	}
	
	#custutil ul {padding: 0 0 0 8px; margin:0; list-style:none; float:left; width: 630px; text-align:left; }
	#custutil ul li {display: inline-block; padding: 0 10px;}
			.ie7 #custutil ul li {float:left;}
	#custutil ul li a {
		font-size: 11px;
		font-weight: normal;
		color: #0c7a89;
		text-decoration: none;
		line-height: 48px;
		text-transform:uppercase;
		letter-spacing: 1px;
		}
	#custutil .collection_item_description { display: none; }
	
#search {
	float: right;
	height: 39px;
	margin-left: 0px;
	margin-right: 18px;
	padding-top: 10px;
	font-size: 11px;
	letter-spacing: 1px;
	font-family: 'Lato', sans-serif;
	}
	
	.google_site_search_form {
		position: relative;
		}
	
	.google_site_search_form_textbox {
		color: #0c7a89;
		padding-left: 10px;
		height: 25px;
		border-bottom: 1px solid #bad8d8;
		border-top: none;
		border-left: none;
		border-right: none;
		width: 238px;
		background: none !important;
		letter-spacing: 1px;
		font-family: 'Lato', sans-serif;
		}

	.google_site_search_form_search_button {
		background: url('../graphics/layout/bg_search_btn.png') no-repeat center center;
		border: 0 none;
		height: 24px;
		width: 36px;
		position: absolute;
		top: 1px;
		right: 0;
		text-indent: -9999px;
		}
	

#logo {
	float: left;
	padding-top: 28px;
	padding-left: 27px;
	}
	#logo img { padding: 0; }
		
	
/* =============================================================================
   Primary Navigation
   ========================================================================== */
   nav {
    float: left;
	width: auto;
	margin-left: 90px;
	margin-top: 40px;
	}
	
	nav ul {
		list-style: none;
		z-index: 10000;
		margin: 0;
		padding: 0;
		position: relative;
		}

		nav ul li {
			display: inline-block;
			padding: 0px;
			margin-right: 5px;
			position: relative;
			}
			
			nav ul li a:link, nav ul li a:visited {
				color: #008DA2;
				display: block;
				font-size: 18px;
				font-style: normal;
				line-height: 42px;
				padding: 0 15px;
				vertical-align: middle;
				white-space: nowrap;
				text-decoration: none;
				font-weight: 300;
				}
				
			nav ul li a:hover, nav ul li:hover a {
				color: white;
				background: #0D93A7;
				border-top-right-radius: 8px;
				border-top-left-radius: 8px;
				}
				
	nav ul li ul {
		text-align: left;
		position: absolute;
		width: 209px;
		visibility: hidden;
		padding: 0;
		background: #0D93A7;
		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;
			}
		
			nav ul li ul li a:link, nav ul li ul li a:visited {
				font-size: 14px;
				font-style: normal;
				font-weight: normal;
				color: #fff;
				padding: 10px 0;
				border-bottom: 1px solid #067383;
				vertical-align: middle;
				line-height: 20px;
				white-space: pre-wrap;
				}
			nav ul li ul li a:hover, nav ul li ul li a:active { color: #000; }
				
			nav ul li ul li:last-child 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; 
	}

.nodrop, .nodrop a:hover {
	background-image: none !important;
	background-color: transparent;
	color: #008DA2;
	}

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

#spotlight {
margin: 0 0 0 -26px;
padding-left: 26px;
position: relative;
height: 383px;
width: 984px;
background: url('../graphics/layout/bg_spotlight.png') no-repeat top left;
}


#spotlight_content {
height: 328px;
width: 941px;
padding-left: 9px;
padding-top: 9px;
}

#spotlight_content img {
	height: 332px;
	width: 941px;
	}

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

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

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

#spotlight_content .collection_item_label, #spotlight_content .collection_item_description { display: none;	}


#spotlight_content_nav {
position: absolute;
bottom: -5px;
left: 0;
z-index: 2000 !important;
width: 1024px;
text-align: center;
}

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

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


/* ---
---------------- Quicklinks
 --- */

#quicklinks {
background: url('../graphics/layout/bg_quicklinks.jpg') no-repeat top left;
position: absolute;
bottom: 45px;
left: 35px;
width: 941px;
padding: 0;
margin-left: 0;
height: 114px;
overflow: hidden;
z-index: 9900;
}
	#quicklinks ul { 
		list-style: none; 
		margin: 0; 
		padding: 0;
	}
	#quicklinks ul li {
	padding: 22px 17px 0;
	float: left;
	width: 200px;
	}
	#quicklinks ul li a:link, #quicklinks ul li a:visited {
	font-style: italic;
	color: white;
	font-size: 21px;
	text-decoration: none;
	font-weight: normal;
	}

#quicklinks .content_image_box { float: left; height: 90px; }

#quicklinks .collection_item_label {
font-style: italic;
font-weight: 700;
font-size: 18px;
color: white;
line-height: 18px;
padding-top: 8px;
}

#quicklinks .collection_item_description {
font-size: 14px;
color: #fff;
line-height: 18px;
}

#quicklinks .collection_item_description p { margin-top: 2px; }

#quicklinks ul li.last .collection_item_label { padding-top: 0; } 
  
 #quicklinks ul li.last .content_image_box { padding-right: 5px; } 

/* =============================================================================
   Content
   ========================================================================== */
.content {
width: 909px;
margin: 0 auto 3em;
padding: 0 26px;
}

.content .left {
	width: 675px;
	float: left;
	}

.content .content_image img { margin: 0; }

   	 
#tagline {
font-style: italic;
font-weight: 300;
color: #90B546;
font-size: 21px;
line-height: 34px;
text-align: center;
padding: 0;
background: url('../graphics/layout/bg_tagline.png') no-repeat center center;
}
 
 h1, h2, h3, h4, h5, h6 {font-weight: bold; color: #010101; margin-top: 0; }
 
 h1 { 
 font-size: 36px; 
 margin-bottom: 0; 
 line-height: 38px;
}

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

 #featured {
	float: left;
	color: #333d4b;
	padding-bottom: 17px;
	}
 #featured ul {list-style: none; padding: 0; margin: 0;} 
  #featured ul li {
		display: inline-block;
		width: 204px;
		vertical-align: top;
		margin-top: 0;
		padding: 3px 27px 0 0px;
		}
 		#featured ul li ul li {
 			width: auto;
			vertical-align: bottom;
			margin: 0;
			padding: 0 0 0 20px;
			display: block;
			font-style: italic;
			background: url('../graphics/layout/bullet.png') no-repeat left center;
			}
	#featured ul li.last { padding: 3px 0 0 0 ;}

 #featured .collection_item_label,  #featured .collection_item_gallery_label {
 	font-weight: bold;
	font-size: 18px;
	font-style: italic;
	color: #222;
	margin-top: 17px;
	margin-left: 5px;
	}
	 #featured .collection_item_label:after,  #featured .collection_item_gallery_label:after {
	 	content: url('../graphics/layout/r_arrow.png');
	 	padding-left: 5px;
	 	}
	
#featured .collection_item_description, #featured .collection_item_gallery_description {
font-size: 15px;
font-style: normal;
color: #4E4F51;
line-height: 24px;
margin-left: 5px;
font-weight: 300;
}
 
 #featured .content_image_box {
border: 0 none;
background: url('../graphics/layout/bg_images.png') no-repeat top left;
height: 80px;
width: 211px;
overflow: hidden;
}

#featured .content_image img {
margin: 3px 8px;
}

#featured .collection_item_description p {margin-top: 2px;}
 
#news {
width: 225px;
color: #565869;
overflow: hidden;
float: right;
font-size: 12px;
}

#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 0 15px 0;
}

#news h1:after, #news h2:after, #news h3:after, #news h4:after, #news h5:after, #news h6:after {
content: url('../graphics/layout/r_arrow.png');
padding-left: 5px;
}

	#news .news_articles ul {
		list-style: none;
		margin: -7px 0 0 0;
		padding: 0;
		}
		
	#news .news_articles ul li {
			margin: 0 0 1em;
			}
		
	#news .content_news_article_headline {
		font-size: 14px;
		line-height: 21px;
		font-weight: normal;
		padding: 0;
		margin-bottom: 4px;
		margin-top: 12px;
		}
		#news .content_news_article_headline:after { content: none; padding: 0; }
		
		#news .content_news_article_headline a, #news .news_archives a  {
			color: #008DA2;
			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: #565869;
font-size: 12px;
font-weight: 300;
}
		
#news .news_articles, #news .news_archives {
	padding: 0 20px;
	}

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

.internal header {
width: auto;
background: url('../graphics/layout/bg_header.gif') repeat-x bottom left; 
height: 181px;
}

.internal #primarycontent {
min-height: 709px;
}


 .internal #content_right {
float: left;
margin: 0 0 4em;
width: 785px;
font-size: 18px;
color: #454547;
line-height: 27px;
padding-left: 22px;
padding-top: 30px;
}
	
	.internal #content_right .content_image img {
		border: 1px solid white;
		}

/*	.internal #content_right .content_image_box {
			border: 1px solid #C4CCD0;
			background: url('../graphics/layout/pinwheel.jpg') center center no-repeat;
			} /*
			
	/* --------- FORMS --------------*/
	
h5.form_title {
	background: #DAE9EB;
    border-color: -moz-use-text-color -moz-use-text-color #BAD8D8;
    border-style: none none solid;
    border-width: medium medium 1px;
    color: #0C7A89;
    font-family: 'Lato',sans-serif;
    height: 25px;
    letter-spacing: 1px;
    padding-left: 10px;
}
div.form_row_submit {
    background: none repeat scroll 0 0 #DAE9EB;
}
div.required_form_label {
    color: #D21D24;
}

div.portal_login div.form_row_submit {
    background: none repeat scroll 0 0 #DAE9EB;
	}	
	
div.portal_login {
    float: left;
    margin: 0;
}
   /*__________ SIDENAV  ____________*/
	
#leftcolumn {
	float:left;
	background: url('../graphics/layout/bg_sidenav.png') no-repeat top right;
	width: 150px;
	min-height: 616px;
	}

	#sidenav ul {
		list-style: none !important;
		padding: 0;
		margin: 23px 0;
		text-align: right;
		}
		
	#sidenav ul li {
		font-size: 18px;
		font-weight: 300;
		line-height: 19px;
		padding: 12px 25px;
		margin-right: -1px;
		}
		
		#sidenav ul li a {
			color: #90b546;
			text-decoration: none;
			}
			
		#sidenav ul li:hover, #sidenav ul li.current {
			background: url('../graphics/layout/sidenav_hover.png') top right repeat-y;
			border-top: 1px solid #F7F8F9;
			border-bottom: 1px solid #F7F8F9;
			padding: 11px 25px;
			}			
			
	#sidenav ul li ul {
		padding: 0;
		margin: 10px 0 0;
		text-align: right;
		}

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

		#sidenav ul li ul li a:link, #sidenav ul li ul li a:visited {
			color: #008DA2;
		}
		#sidenav ul li ul li a:hover, #sidenav ul li ul li a:active {
			text-decoration: underline;
		}

			
.current_page a {
	color: #008dA2 !important;
	}

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

/* pp/tc */
.fdpc_policy_modal .ui-dialog {
	z-index: 11000;
	height: 600px !important;
	margin-top: -300px !important;
}

.fdpc_design_footer {
	clear: both;
	text-align: center;
}

.fdpc_policy_links {
	width: 100%;
	text-align: center;
	float: left;
}

#scallop { 
background: url('../graphics/layout/scallop.gif') repeat-x top left;
height: 6px;
margin: 0;
padding: 0;
}

footer {
background: url('../graphics/layout/bg_footer.gif') repeat top left;
position: relative;
bottom: 0;
margin: 0 auto;
z-index: 1000;
color: #878787;
font-size: 14px;
padding-top: 38px;
min-height: 300px;
}

footer a:link, footer a:visited { color: #ffffff; text-decoration: none; }
footer a:hover, footer a:active { color: #ffffff; text-decoration: underline; }

footer h4 {
font-family: 'Gentium Book Basic', serif;
color: #878787;
font-size: 13px;
font-weight: bold;
text-transform: uppercase;
letter-spacing: 2.5px;
margin: 0;
}


	
.social_media {
	float: left;
	padding: 0 33px;
	text-align: center;
	}
		
	.social_media ul {list-style: none; padding: 10px 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; }


.locations { float: left; width: 335px; text-align: center; }
	
.locations_website_title, .location_info, .location_social_media, .location_title, .location2 { display: none; }

.location_address1, .location_address2, .location_phone1, .location_phone2 {
float: left;
padding-left: 4px;
}

.location_address1 { padding-left: 45px; }
.location_phone1 { padding-left: 30px; }

.location_phone1::after {
content: url(../graphics/layout/bullet.gif);
padding-left: 3px;
}

.location_email { clear: both; }

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 {
font-weight: 300;
}

footer .emailmarketing {
	float: right;
	width: 247px;
	text-align: center;
}

footer .e2ma_login_container { margin-top: 0; }

footer .e2ma_signup_message, footer .e2ma_signup_form_required_footnote { display: none; }

footer .e2ma_signup_form { 
background: url('../graphics/layout/email.gif') no-repeat center 20px;
position: relative;
padding-top: 20px;
height: 60px;}
footer .e2ma_signup_form_label, #e2ma_signup_reset_button { display: none; }

footer .e2ma_signup_form_element input {
position: absolute;
top: 22px;
left: 2px;
border: none;
height: 30px;
width: 206px;
background: transparent;
}
footer #e2ma_signup_submit_button {
position: absolute;
top: 22px;
right: 0px;
width: 35px;
height: 33px;
border: none;
background: none;
font-size: 0px;}


/* =============================================================================
	fdpc_designready
============================================================================= */
.fdpc_designready a,
.fdpc_designready a:visited,
 {
	color: #fff;
}
.fdpc_designready a:hover,
.fdpc_designready a:active {
	color: #008DA2;
}
/* ================================================================
   Browser Fixes
   ========================================================================== */
.ie7 #search .google_site_search_form_textbox { width: 276px; line-height: 34px; }
.ie7 #search .google_site_search_form_search_button { line-height: 0; font-size: 0; }
.ie7 nav ul li { float: left; }
.ie7 nav ul li ul li { float: none; }
.ie7 nav ul li.home { padding-top: 10px; }
.ie7 nav ul li a { font-size: 14px; }
.ie7 #news { padding-top: 20px; }
.ie7 .social_media ul li {float: left; line-height: 44px;} 
.ie7 #featured ul li   {float: left;}
.ie7 .internal #primarycontent {margin-bottom: 1em;}
.ie7 #spotlight_content_nav { bottom: 10px; }

.ie8 #search .google_site_search_form_textbox { width: 276px; line-height: 34px; }
   

   
		

/* ==|== 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 */

}