/* =============================================================================
   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; 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: 'Droid Sans', 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: #badd8c; color: #fff; text-shadow: none; }
::selection { background: #badd8c; color: #fff; text-shadow: none; }


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

a { color: #2a6ebc; }
a:visited { color: #2a6ebc }
a:hover { color: #8cc740; }
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:  Firespring Production Dept.
   ========================================================================== */

body {
	background: #fff url('../graphics/layout/bg_body.jpg') repeat-x top left;
	}

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

.wrap {
	background: url('../graphics/layout/bg_content.jpg') repeat-y top left;
	width: 978px;
	padding: 0;
	margin: 0 auto;
	position: relative;
	}

.wraptop {
	background: url('../graphics/layout/bg_content_top.jpg') repeat-y top left;
	width: 978px;
	padding: 0;
	margin: 17px auto 0;
	}
	
.wrapbtm {
	background: url('../graphics/layout/bg_content_btm.jpg') no-repeat top left;
	width: 978px;
	padding: 0 0 25px 0;
	margin: 0 auto 30px;
	}

#custutil {  }
#custutil ul { margin:0; list-style:none; float:left; padding: 10px 0 0 5px; }
#custutil ul li {display: inline-block; padding-right: 10px; padding-left: 5px; background: url('../graphics/layout/bullet.gif') no-repeat center right; }
		.ie7 #custutil ul li {float:left;}
#custutil ul li a {
	font-size: 12px;
	color: #eafed0;
	font-weight: bold;
	text-decoration: none;
	line-height: 18px;
	text-transform:uppercase;
	}
	#custutil ul li a:hover {
	text-decoration: underline;
	}
	#custutil ul li:last-child { background: none; }



/* =============================================================================
   Header
   ========================================================================== */
header {
	background: url('../graphics/layout/bg_header.png') repeat-y top left;
	height: 156px;
	width: 964px;
	padding: 8px 0 0 0;
	margin: 0 0 0 7px;
	}


#topnav {
	float: right;
	margin-bottom: 16px;
	margin-right: 10px;
	width: 572px;
	padding-left: 23px;
	}
	
#search {
	float: right;
	height: 70px;
	padding-top: 0px;
	margin-left: 0px;
	margin-right: 3px;
	}
	
	.google_site_search_form {
		position: relative;
		}
	
	.google_site_search_form_textbox {
		color: #71767d;
		padding-left: 10px;
		height: 34px;
		border: 1px solid #CECECE;
		border-radius: 3px;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
		width: 286px;
		background-position: 3% 50% !important;
		background: #F8F8F8 !important;
		}

	.google_site_search_form_search_button {
		background: url('../graphics/layout/bg_search_btn.png') no-repeat top right;
		border: 0 none;
		height: 37px;
		width: 36px;
		position: absolute;
		top: 1px;
		right: 0;
		text-indent: -9999px;
		}
	
#logo {
	float: left;
	padding-top: 9px;
	padding-left: 10px;
	}
	


	
	
/* =============================================================================
   Primary Navigation
   ========================================================================== */
   nav {
    float: left;
	margin-left: 40px;
	margin-top: -20px;
	width: 550px;
	font-family: 'Lato', sans-serif;
	}
	
	nav ul {
		list-style: none;
		z-index: 10000;
		margin: 0;
		padding: 0;
		position: relative;
		}

		nav ul li {
			display: inline-block;
			padding: 0px;
			margin-right: 3px;
			position: relative;
			background: #006DB1;
			border-radius: 6px;
			-moz-border-radius: 6px;
			-webkit-border-radius: 6px;
			box-shadow: 2px 2px 2px #fff;
			-moz-box-shadow: 2px 2px 2px #fff;
			-webkit-box-shadow: 2px 2px 2px #fff;
			}
			
			nav ul li a:link, nav ul li a:visited {
				color: #fff;
				display: block;
				font-size: 16px;
				font-weight: normal;
				font-style: italic;
				line-height: 40px;
				padding: 0 12px 0 12px;
				vertical-align: middle;
				white-space: nowrap;
				text-decoration: none;
				}
				
			nav ul li a:hover, nav ul li:hover > a {
				background: #3e3e3e;
				border-top-right-radius: 8px;
				border-top-left-radius: 8px;
				color:#fff;
				padding-bottom: 5px;
				}
				
	nav ul li ul {
		text-align: left;
		position: absolute;
		width: 209px;
		visibility: hidden;
		padding: 0;
		background: #3e3e3e;
		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-radius: 0;
			-moz-border-radius: 0;
			-webkit-border-radius: 0;
			box-shadow: none;
			-moz-box-shadow: none;
			-webkit-box-shadow: none;
			}
		
			nav ul li ul li a:link, nav ul li ul li a:visited {
				font-size: 13px;
				font-style: normal;
				font-weight: normal;
				background-color: #3e3e3e;
				color: #8cc740;
				padding: 10px 0;
				border-bottom: 2px groove #5C5C5C;
				vertical-align: middle;
				line-height: 20px;
				white-space: pre-wrap;
				}
			nav ul li ul li a:hover { color: #fff !important; }

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

.nodrop, .nodrop a:hover {
	padding-bottom: 0;
	border-radius: 6px;
			-moz-border-radius: 6px;
			-webkit-border-radius: 6px;
	}

/* =============================================================================
   Spotlight
   ========================================================================== */
   
#spotlight {
border-top: 8px solid #006DB2;
margin: 0 0 0 7px;
position: relative;
height: 436px;
width: 960px;
background: url('../graphics/layout/bg_spotlight.png') no-repeat bottom center;
overflow: hidden;
text-align: center;
}


#spotlight img {
	height: 430px;
	width: 940px;
	}

#spotlight ul {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	border-bottom: 6px solid #8CC740;
	}
	
#spotlight ul li {
	display: none;
	}

#spotlight .content_image_box  {
width: 940px;
border: 0 none;
}

#spotlight .content_image_box .content_image img {
	margin: 0;
	width: 940px !important;
	height: 430px !important;
	}

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


#spotlight_nav {
position: absolute;
bottom: 23px;
left: 27px;
z-index: 2000;
width: 940px;
text-align: center;
}

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

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


#spotlight #nav_spot a:link,#spotlight #nav_spot a:visited {
display:block;
height:66px;
position:relative;
text-indent:-9999px;
width:66px;
}

#spotlight #nav_spot #prev {
	background: url('../graphics/layout/nav_prev.png') no-repeat top left;
	height: 66px;
	width: 66px;
	position: absolute;
	top: 188px;
	left: 32px;
	z-index: 2222;
	}

#spotlight #nav_spot #next {
	background: url('../graphics/layout/nav_next.png') no-repeat top left;
	height: 66px;
	width: 66px;
	position: absolute;
	top: 188px;
	right: 28px;
	z-index: 2223;
	}

#spotlight .content_image_box {
border: none;
background: none;
}

/* =============================================================================
   Content
   ========================================================================== */
.content {
width: 902px;
margin: 0 auto;
padding: 0 28px;
}

.content .right {
	width: 608px;
	float: right;
	margin-right: 10px;
	color: #9f9f9f;
	font-size: 16px;
	font-style: italic;
	line-height:24px;
	font-weight: 300;
	margin-bottom: 2em;
	}

.content .right { font-family: 'lato', sans-serif; font-style: normal; }

 h1, h2, h3, h4, h5, h6 {font-weight: bold; color: #010101; }
 
 h1 { font-size: 27px; }
 h2 { font-size: 18px; font-weight: 300; }


.right h1 {
font-size: 21px;
font-family: 'Lato', sans-serif;
color: #9F9F9F;
font-style: italic;
font-weight: 300;
line-height: 30px;
letter-spacing: -.20px;
}

.right ul { margin: 0; padding: 0; list-style: none; }
.right ul li { float: left; width: 300px; padding-right: 4px; }

.right .collection_item_label {
color: #fff;
font-size: 18px;
}
.right .collection_item_description { font-size: 15px; padding-right: 20px; font-style: normal; }
.right .collection_item_description p { margin: .5em 0; line-height: 24px; }
.right .collection_item_label a:link, .right .collection_item_label a:visited {
color: #fff; 
background: url('../graphics/layout/bg_label_arrow.gif') right center no-repeat;
padding-right: 12px;
text-decoration: none;
font-style: italic;
font-family: 'Lato', sans-serif;
}
.right .collection_item_label a:hover, .right .collection_item_label a:active {
color: #2a6ebc;
}

.right .collection_item_label, .right .collection_item_label{
color: white;
padding-right: 12px;
text-decoration: none;
font-style: italic;
font-family: 'Lato', sans-serif;
}

 
#news {
background: url('../graphics/layout/bg_news.gif') no-repeat top right;
width: 233px;
color: #b7b7b7;
overflow: hidden;
min-height: 300px;
float: left;
font-size: 12px;
font-family: 'Lato', sans-serif;
padding: 20px 20px 20px 0;
}

#news h1, #news h2, #news h3, #news h4, #news h5, #news h6 {
background: url('../graphics/layout/bg_news_arrow.gif') no-repeat 115px center;
font-weight: bold;
font-style: italic;
font-size: 21px;
color: white;
padding: 0;
margin: 0;
}

	#news .news_articles ul {
		list-style: none;
		margin: 0;
		padding: 0;
		}
		
	#news .news_articles ul li {
			margin: 0 0 1em;
			}
		
	#news .content_news_article_headline {
		line-height: 21px;
		font-weight: normal;
		padding: 0;
		margin-bottom: 4px;
		margin-top: 12px;
		background: none;
		}
		
		#news .content_news_article_headline a, #news .news_archives a  {
			color: #8cc740;
			text-decoration: none;
			font-size: 14px;
			font-style: normal;
			}
		
		#news .content_news_article_headline a:hover, #news .news_archives a:hover {text-decoration: underline; }

		div.news_articles ul li span.content_news_article_by_line { font-style: normal; }


#spotlets {
background: #FDFDFD url('../graphics/layout/bg_spotlets.jpg') repeat-x top left;
min-height: 340px;
overflow: hidden;
width: 961px;
margin: 25px 0 0 7px;
padding: 28px 0;
}	

#spotlets ul { margin: 0; padding: 0; list-style: none; }
#spotlets ul li {
float: left;
width: 296px;
padding-left: 10px;
padding-right: 15px;
}	
	#spotlets ul li:last-child { padding-right: 0; }

#spotlets .content_image_box {
border: none;
background: #EAEAEA;
}

#spotlets .collection_item_label, #spotlets .collection_item_gallery_label {
font-style: italic;
font-weight: normal;
color: #383838;
font-family: 'lato', sans-serif;
line-height: 24px;
background: url('../graphics/layout/bg_quotes.png') no-repeat top left;
padding-top: 23px;
margin-top: -10px;
font-size: 15px;
}

#spotlets .collection_item_description, #spotlets .collection_item_gallery_description {
font-style: normal;
text-align: right;
font-size: 12px;
color: #6A6A6A;
line-height: 18px;
}

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


.internal  .content {
text-align: left;
background: url('../graphics/layout/bg_content_int.gif') repeat top left;
width: 961px;
margin: 0 0 0 7px;
padding: 0;
}

.masthead {
position: relative;
height: 139px;
width: 961px;
overflow: hidden;
background: white;
margin: 0 0 0 7px;
border-top: 8px solid #006DB2;
border-bottom: 6px solid #8CC740;
}
   	
.sectionname {
font-family: 'Lato', sans-serif;
position: absolute;
line-height:70px;
color: #fff;
font-style: italic;
font-size:42px;
font-weight:400;
padding-left: 27px;
text-shadow: #000 1px 1px 2px;
}
 
 .internal #content_right {
 	float: right;
	margin: 0 0 4em;
	width: 688px;
	font-size: 14px;
	color: #010101;
	line-height: 24px;
	padding-left: 22px;
	padding-top: 3px;
	padding-right: 20px;
	}

	.pagename {
	font-size: 27px;
	margin-bottom: .5em;
	}

	.internal #content_right p { padding-right: 40px; }

	.internal #content_right .content_image { padding-right: 0; }
	
	.internal #content_right .content_image_box {
			border: none;
			background: none;
			}
	
	.internal #content_right .collection_item_gallery_label {
			margin-top: -18px;
			margin-bottom: 18px;
			}
			
	   
   /*__________ SIDENAV  ____________*/
	
#leftcolumn {
	float:left;
	background: url('../graphics/layout/bg_sidenav.png') no-repeat top left;
	width: 229px;
	min-height: 465px;
	margin-top: -10px;
	}

#sidenav { padding-top: 10px; font-family: 'Droid Sans', sans-serif; }

	#sidenav ul {
		list-style: none !important;
		padding: 0;
		margin: 13px 0;
		}
		
	#sidenav ul li {
		font-size: 15px;
		font-weight: 400;
		line-height: 20px;
		padding: 10px 10px 10px 27px;
		border-bottom: 1px solid #fff;
		}
		
		#sidenav ul li a {
			color: #367caf;
			text-decoration: none;
			}
			
		#sidenav ul li:hover, #sidenav ul li.current_page {
			border-right: 6px solid #8CC740;
			}			
			
		#sidenav ul li a:hover, #sidenav ul li a:active {
			color: #367caf;
			}

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

#sidenav ul li ul li {
font-size: 13px;
background: none;
padding: 8px 0;
border-bottom: none;
line-height: 16px;
}

#sidenav ul li ul li:hover, #sidenav ul li ul li.current_page {
border-right: none;
}

#sidenav ul li ul li a {
color: #6786ac;
}
			
   
/* =============================================================================
   Footer
   ========================================================================== */


footer {
background: url('../graphics/layout/bg_footer.jpg') #2A6EBC repeat-x top left;
height: auto;
width: 900px;
position: relative;
bottom: 0;
margin: 0 0 0 7px;
padding: 25px 30px;
font-family: 'lato', sans-serif;
}

.copyright { float: left; color: #fff; font-size: 15px; padding-top: 25px; line-height: 21px; }
.copyright p { margin: 0; }
.copyright p+p { color: #7eb2d8; font-weight: 300; }

.copyright a {
color: #7EB2D8;
text-decoration: none;
}

.social_media {
float: right; 
width: 320px;
padding-top: 20px;
}

.social_media h4 { 
float: left;
color: #7EB2D8;
font-weight: 300;
padding-right: 20px;
line-height: 24px;
font-size: 13px;
}
.social_media ul { list-style: none; padding: 0 0 0 15px; margin: 0; border-left: 1px solid #4582ba; float: left;  }
.social_media ul li { 
	display: inline-block; 
	padding-right: 4px; 
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter:alpha(opacity=50); }
.social_media ul li:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter:alpha(opacity=100);
}
.social_media .collection_item_label, .social_media .collection_item_description { display: none; }
.social_media .content_image_box { border: none; background: none; }

/* ================================================================
   Browser Fixes
   ========================================================================== */
.ie7 #search { height: 70px; }
.ie7 .google_site_search_form_textbox { line-height: 34px; }
.ie7 .google_site_search_form_search_button { line-height: 0; font-size: 0; }
.ie7 #custutil ul li { padding-right: 10px; }
.ie7 .social_media ul li {float: left;} 
.ie7 #spotlight_content_nav a {float: left;}
.ie7 nav { margin-left: 25px; }
.ie7 nav ul li { float: left; }
.ie7 nav ul li ul li { float: none; }
.ie7 #spotlets ul li { padding-right: 12px; float: left; }
.ie7 #content_right { padding-top: 20px; }
.ie7 .social_media H4 { line-height: 60px; }
.ie7 .sectionname { line-height: 140px; }
.ie7 #spotlight ul li { background: transparent !important; }


.ie8 #custutil ul li { padding-right: 10px; }
.ie8 #search { height: 70px; }
.ie8 .google_site_search_form_textbox { line-height: 34px; }
.ie8 nav { margin-left: 25px; }
.ie8 #spotlets ul li { padding-right: 12px; }
.ie8 #spotlight ul li { background: transparent !important; }

.ie9 #custutil ul li { padding-right: 10px; }
.ie9 #news { padding: 20px 20px 20px 0; width: 233px; }
.ie9 #news h1, #news h2, #news h3, #news h4, #news h5, #news h6 { background: url("../graphics/layout/bg_news_arrow.gif") no-repeat scroll 130px center transparent; }
   
   


@-moz-document url-prefix() {
  #topnav { padding-left: 0; }
  #news { padding: 20px 20px 20px 0; width: 233px; }
  #news h1, #news h2, #news h3, #news h4, #news h5, #news h6 {
    background: url("../graphics/layout/bg_news_arrow.gif") no-repeat scroll 130px center transparent; }
}
   
		

/* ==|== 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; height: 0; }



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