/*
Theme Name: Wilderness Health
Author: Flint Group
Author URI: http://www.flint-group.com
Description: A custom WordPress theme for Wilderness Health
Version: 1.0
*/

/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
@import url("//hello.myfonts.net/count/2c70fd");
@font-face {
	font-family: 'PFCentroSlabPro-BlackItalic';
	src: url('fonts/2C70FD_0_0.eot');
	src: url('fonts/2C70FD_0_0.eot?#iefix') format('embedded-opentype'),
		url('fonts/2C70FD_0_0.woff2') format('woff2'),
		url('fonts/2C70FD_0_0.woff') format('woff'),
		url('fonts/2C70FD_0_0.ttf') format('truetype');
}
@font-face {
	font-family: 'PFCentroSlabPro-UBlack';
	src: url('fonts/2C70FD_1_0.eot');
	src: url('fonts/2C70FD_1_0.eot?#iefix') format('embedded-opentype'),
		url('fonts/2C70FD_1_0.woff2') format('woff2'),
		url('fonts/2C70FD_1_0.woff') format('woff'),
		url('fonts/2C70FD_1_0.ttf') format('truetype');
}
@font-face {
	font-family: 'PFCentroSlabPro-Light';
	src: url('fonts/2C70FD_2_0.eot');
	src: url('fonts/2C70FD_2_0.eot?#iefix') format('embedded-opentype'),
		url('fonts/2C70FD_2_0.woff2') format('woff2'),
		url('fonts/2C70FD_2_0.woff') format('woff'),
		url('fonts/2C70FD_2_0.ttf') format('truetype');
}

html,
button,
input,
select,
textarea {
    color: #222;
}
html {
    font-size: 1em;
    line-height: 1.4;
}
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
audio,
canvas,
img,
video {
    vertical-align: middle;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
textarea {
    resize: vertical;
}
.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   custom styles
   
   font-family: 'Open Sans', sans-serif;
   font-family: 'Bitter', serif;
   ========================================================================== */
body {
	margin: 0;
	padding: 0;	
	font-family: 'Open Sans', sans-serif;
}
#page-container{
	max-width: 100%;
	overflow:hidden;
	position: relative;
}
img { 
	max-width: 100%; 
	border:none;
}
a {
	color: #129b6c;
	text-decoration: none;	
}
a:hover {
	text-decoration: underline;	
}
h1 {
	font-family: 'PFCentroSlabPro-Light', serif;
}
h2 {
	font-family: 'PFCentroSlabPro-Light', serif;	
}
h3 {
	font-family: 'PFCentroSlabPro-Light', serif;
}
.wrap, .sm-wrap {
	margin: 0 auto;	
}
#footer {
	background: #0ebf90; /* Old browsers */
	background: -moz-linear-gradient(top,  #0ebf90 0%, #1ca776 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0ebf90), color-stop(100%,#1ca776)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #0ebf90 0%,#1ca776 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #0ebf90 0%,#1ca776 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #0ebf90 0%,#1ca776 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #0ebf90 0%,#1ca776 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0ebf90', endColorstr='#1ca776',GradientType=0 ); /* IE6-9 */
	min-height: 17em;
	border-bottom: 5px solid #25986e;
	color: #ffffff;
	font-size: .75em;	
	vertical-align: bottom;
	padding-top: 4em;
}
#footer-logo {
	background: url('images/sprite.png') no-repeat -408px 0px;
	height: 118px;
	width: 145px;
	margin: 0 auto;
}
#footer ul {
	list-style-type: none;
	list-style-image: none;
	margin: 0 0 0.8em 0;
	padding: 0;	
}
#footer li {
	margin: 0;
	padding: 0;
	display: inline-block;	
}
#footer li:last-child .sep{ display:none; }
#footer a {
	color: #ffffff;
	font-size:1em;	
}
#footer a:hover,
#footer .current_page_item a{
	text-decoration: underline; 
}
#footer-social{
	text-align: right;
}
#footer-social li{
	display:inline-block;
	margin:0 0.5em;
}
#footer-social li a{
	display:inline-block;
	font-size:2.4em;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;	
	transition: all .25s;
	-moz-transition: all .25s;
	-webkit-transition: all .25s;	
	padding:0.3em;	
	min-width: 1.2em;
	text-align: center;
}
#footer-social li a:hover{
	background:#FFF;
	color:#00AC7F;
}
.green-button,
button.gform_button {
	background-color: #1da775;
	color: #ffffff;
	text-transform: uppercase;	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 1.2em 5em;
	font-size: .75em;
	font-weight: 600;
	display: inline-block;
	outline:none;
	border:none;
}
.green-button:hover,
button.gform_button:hover {
	background-color: #186146;	
}
.green-button i{ margin-left:0.6em; }
#hp-masthead {
	position: absolute;
	top: 23px;
	background-color: #ffffff;	
	z-index: 10;
	width: 100%;
	border-bottom: #f6f6f6 solid 10px;
}
#masthead {
	background-color: #ffffff;	
	width: 100%;
	border-bottom: #f6f6f6 solid 10px;
	border-top: 23px solid #a9db48;
}
.site-branding { float: left; padding-top: 1.25em; }
#site-navigation { float: right; }

#nav-toggle{ display:none; } 
#menu-primary-menu > li { 
	display: inline-block; 
	padding-right: 2em; 
	position: relative; 
}
#menu-primary-menu > li:last-child { padding-right: 0; }
#menu-primary-menu a { color: #000000; text-transform: uppercase; }
#menu-primary-menu a:hover, 
#menu-primary-menu li.current-menu-item a,
#menu-primary-menu li.current-page-parent a{ 
	color: #129b6c; 
	text-decoration: none;
}
#menu-primary-menu ul.sub-menu { display: none; }

#secondary-navigation { font-size: 0.75em; float: right; margin-top: 1em; }
#secondary-navigation > a.snav-item{ color:#7d7d7d; }
#secondary-navigation > a.snav-item:hover{ text-decoration: underline; }  
#secondary-navigation > #login-button {
	background-color: #a9db49;
	border:1px solid #a9db49;
	color: #ffffff;	
	display: inline-block;
	padding: 0.7em 2.6em;
	font-weight: bold; 
	text-transform: uppercase;
}
#secondary-navigation > #login-button:hover{
	background:#FFF;
	color: #a9db49;
	text-decoration: none;
}
#searchform {
	display: inline-block;	
	background-color: #f6f6f6;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
#s{
	display:inline-block;
	border: 1px solid transparent;
	background: transparent;
	outline:none;
	height: 1.8em;
	width:240px;	
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;	
  	padding-left:8px;
  	font-size:1.5em;	
}
.search-submit {
    background-color: transparent;
	border: none;
	font-size:1.5em;
	line-height: 2em;
	color:#7d7d7d;
	position: relative;
	top:0.1em;
}
.snav-item { margin-left: 1em; }
#searchformnew {
	display: inline-block;
	vertical-align: middle;
}

/* ==========================================================================
   Home Page
   ========================================================================== */
#hp-hero {
	background-image: url(images/hp-hero.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	max-height: 696px;	
	text-align: center;
	position: relative;
}
.hero-rand1 #hp-hero{ background-image: url('images/hp-hero1.jpg'); } 
#hp-hero h1 {
	color: #ffffff;
	font-size: 2em;
	text-transform: uppercase;	
	text-align: center;
}
#hero-wrap {
	position: relative;
	z-index: 5;	
}
#hero-wrap h1 {
	font-size: 3em;	
	font-family: 'PFCentroSlabPro-UBlack', serif;
}
#green-overlay {
	background-image: url(images/green-overlay.png);
	background-repeat: no-repeat;
	width: 864px;
	left: 0;
	position: absolute;
	z-index:1;
}
#yellow-overlay {
	background-image: url(images/yellow-overlay.png);
	background-repeat: no-repeat;
	width: 862px;
	right: 0;
	position: absolute;
	z-index:1;
}
#hp-about h2{ 
	position: relative; 
	padding-bottom:0.7em;
	margin-bottom:0.7em;
}
#hp-about h2{ font-size:1.7em; }
#hp-twitter h3, #hp-news h3 {
	position:relative;
	color:#a9db49;
	font-family: 'PFCentroSlabPro-UBlack';
	font-weight: normal;
	padding-bottom:0.7em;
	margin-bottom:1.7em;
	font-size:1.6em;
	text-align: center;
}
#tweet-text{
	font-family: "Open Sans",sans-serif;
	font-weight: 300;
	font-size:1.3em;
	position: relative;
	padding-left:76px;
	margin: 0 0 2em 0; 
}
#twitter-avatar{
	position: absolute;
	left:0;
	width:57px;
	height:57px;
	border:1px solid #E6E6E6;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;	
}
#tweet-button-container{ 
	text-align: center; 
	padding:1.9em 0; 
}
#tweet-button-container iframe{
	display:inline-block;
}
#tweet-text .tweet_primary_meta{ font-size:0.8em; }
#tweet-text .tweet_secondary_meta{ font-size:0.7em; }
#tweet-text .tweet_profile_img,
#tweet-text .tweet_intents{ display:none; }
#hp-about h2:after,
.home h3:after{
	content:'';
	width:60px;
	border-bottom:1px solid #ececec;
	position: absolute;
	left:50%;
	margin-left:-30px;
	top:100%;
}
#hp-about {
	padding: 5em 0;	
	text-align: center;
}
#hp-about h4{ 
	font-size:1.6em;
	font-weight: 300;
	line-height: 1.5em;
	margin:0.9em 0;
}
#hp-about p{
	font-size:1.05em;
	font-weight: 300;
	margin-bottom:2.5em;
}
#hp-testimonial {
	text-align: center;	
	background-color: #f5f5f1;
	padding: 5em 0;	
}
#testimonial-copy {
	font-family: 'PFCentroSlabPro-BlackItalic', serif;
	font-weight: bold;
	color: #8eb444;	
	font-size: 2em;		
}
#testimonial-name {
	font-size: .75em;
	text-transform: uppercase;
	margin-top: 1em;
	color: #4b4b4b;
	letter-spacing: 0.05em;
	font-weight: 600;
}
#hp-twitter {
	padding: 5em 0;	
}
#hp-news {
	background-image: url(images/bg-pattern.jpg);
	background-position: top left;
	background-repeat: repeat;	
	padding: 5em 0;	
}
#hp-news .green-button{ margin-top:0.6em; }
#hp-news-copy p{ 
	line-height:1.6em; 
	font-size:1.15em;
}
#hp-news h4{ 
	font-size:1.2em; 
	line-height: 1.15em;
	margin:-0.2em 0 0.3em 0;
}
#hp-hero-secondary {
	background-image: url(images/hp-hero-footer.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#hp-hero-secondary h2 {
	color: #ffffff;
	text-align:center;	
	font-family: 'PFCentroSlabPro-BlackItalic', serif;
	font-size: 3.1875em;
}
#hp-news-story {
	background: url('images/sprite.png') no-repeat -68px -115px;	
	width: 57px;
	height: 57px;
	display: inline-block;
}
#hp-news-date, .news-date {
	font-size: .75em;	
	margin-bottom: 1em;
}
#hp-news-copy {
	font-size: 0.75em;	
	line-height: 1.4375em;
}
#twitter-icon {
	background: url('images/sprite.png') no-repeat 0px -115px;	
	width: 57px;
	height: 57px;
	display: inline-block;	
	position: relative;
	left: 50%;
	margin-left:-29px;
}
#hp-twitter .pure-u-md-1-2{
	padding:0 0 1em 0;
	text-align: center;
}

/* ==========================================================================
   Inside Pages
   ========================================================================== */
.breadcrumbs {
	font-size: .75em;
	margin-top: 51px;	
}
#sub-navigation {
	margin-top: 7em;	
}
#sub-navigation ul {
	list-style-image: none;
	list-style-type: none;
	margin: 0;
	padding: 0;	
}
#sub-navigation li {
	margin: 0;
	padding: 0 0 2.065em 0;
	border-left: 1px solid #9d9d9d;
}
#sub-navigation li:last-child {
	padding: 0;	
}
#sub-navigation a {
	text-transform: uppercase;
	font-size: 0.875em;
	color: #9d9d9d;
	padding: 0 0 0 1.25em;
	border-left: 1px solid #9d9d9d;
	margin-left: -1px;
}
#sub-navigation a:hover, #sub-navigation li.current_page_item a {
	color: #686868;	
	border-left: 1px solid #129b6c;
	text-decoration: none;
}
#primary {
	margin-top: 3.0625em;	
	padding-bottom:5em;
}
#mapConElem_1{ 	margin-bottom:5em; }
#mapConElem_1 #ready_google_map_1 .gmpInfoWindowtitle{ 
	font-size:13px !important; 
	margin:0 !important;
}
#mapConElem_1 #ready_google_map_1 .gmpInfoWindowContent p{
	font-size:12px !important;
	margin:0 !important;
}
#mapConElem_1 .gmpInfoWIndowTitleLink:after{
	display:inline;
	font-family:'FontAwesome';
	content:'\f178';
	margin-left:0.6em;
	font-size:1em; 
}

/* === Search Results === */
.search-results h3{ margin-bottom:0em; }
.search-results .entry-summary p{ margin-top:0.3em; }

/* == Pagination == */
.flint-pagination{
	margin:3em 0;
	text-align: right;
}
.flint-pagination span,
.flint-pagination a{
	display:inline-block;
	padding:0 1.3em;
	background: #F6F6F6;
	color:#333;
	margin:0 0.15em;
	height: 2.6em;
	line-height: 2.6em;
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	
	font-family: 'Exo';
	text-transform: uppercase;
	font-weight:  600;	
	font-size:0.8em;
}
.flint-pagination span.current,
.flint-pagination a:hover{
	background: #10BC8D;
	text-decoration: none;
	color:#FFF;
}

/* == NEWS == */
.news-story {
	padding-bottom: 1.5em;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 1.5em;	
}
.news-story h2 {
	margin: 0;
	padding:0;
}
#media-reqs{
	background: #F6F6F6;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:1.5em; 
	color:#666;
}
#media-reqs h3{
	margin:0 0 0.4em 0;
	font-weight: 700;
}
#media-reqs p{
	margin:0;
	font-size:0.8em;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */


/* ======== MAXS ========= */ 
@media only screen and (max-width: 1023px){
	#hp-masthead,
	#masthead{ 
		top:0; 
		position: relative;
		padding:0.8em 0;
	}
	
	/* clearfix */ 
	#hp-masthead:before,
	#hp-masthead:after,
	#masthead:before,
	#masthead:after{
		content:' ';
		display:table;
	}
	#masthead, #hp-masthead:after{ clear:both; }

	#masthead .wrap,
	#hp-masthead .wrap{ 
		width:100%; 
		padding:0 0.8em; 
		-webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;	
	}
	.site-branding{ 
		padding:0.5em 0;
	}
	.site-branding img{ max-width: 220px; }
	#hero-wrap h1{ 
		font-size:1.6em; 
		line-height: 1.2em;
	}
	#nav-container{ display:none; }
	.menu-open #nav-container{ 
		display:block; 
		position: absolute;
		top:100%;
		left:0;
		width:100%; 
		background:rgba(24, 97, 70, 0.88);
		padding:1em; 
		-webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;			
	}
	#secondary-navigation{ 		
		display:block; 
		float:none;
		position: relative;
		padding:0 1em;
		width:100%;
		text-align: left;
	}	
	#secondary-navigation > #header-contactlink,
	#secondary-navigation > #login-button{
		display:block; 
		width:100%;
		-webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;	
		padding:1em 0;
		background: none;
		color:#FFF;
		text-transform: none;
		font-size:1em;
		border:none; 
		text-align: left;
		margin:0; 
	}
	#searchform{ margin-bottom:1em; }
	#searchformnew{ margin-bottom:1em; }
	#secondary-navigation > #header-contactlink:hover,
	#secondary-navigation > #login-button:hover{
		background:none;
		border:none;
		color:#A8DD3B;
		text-decoration: none;
	}
	#site-navigation{ 
		display:block; 
		position: relative;
		padding:1em;
		width:100%;
		-webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;			
	}
	#menu-primary-menu{ 
		border-top:1px solid rgba(255,255,255,0.2);
		margin:0; 
		padding:1em 0; 
	}
	#menu-primary-menu > li{
		display:block;
		width:100%;
	}
	#menu-primary-menu > li a{
		display:block;
		color:#FFF;
		padding:0.8em 0;
	}
	#menu-primary-menu > li a:hover{
		color:#A8DD3B;
		text-decoration: none;
	}
	#nav-toggle{ 
		display:block;
		position: absolute; 
		right:0.8em;
		top:1em;
		font-size:2em;
	}
	#hp-about, 
	#hp-testimonial,
	#hp-twitter,
	#hp-news{ padding:2.5em 0; }
	#hp-about h4{ font-size:1.2em; }
	#hp-news-image{ text-align: center; }
	#hp-news-story{
		position:relative;
		left:50%;
		margin-left:-28px;
		top:-0.7em; 
	}
	#hp-news h4{ margin:1em 0 0 0; }
	#tweet-text{ padding-left:0; }
	#twitter-avatar{ display:none; }
	#hp-hero-secondary{ overflow: hidden; }
	#hp-hero-secondary h2{
		font-size:2em;
		line-height: 1.2em; 
		margin:2em 0; 
	}
	#testimonial-copy{ 
		font-size:1.5em; 
		line-height: 1.1em;
	}
	#footer{ text-align: center; }
	#footer ul{ text-align: center; }
	#sub-navigation{ margin-top:2em; }
}
@media only screen and (max-width: 767px){
	#hp-hero{ /* min-height: 400px; */ }
}


/* ======== MINS ========= */ 
@media only screen and (min-width: 50px) {
	.wrap, .sm-wrap { width: 80%; }
	#hp-hero { height: auto; }
	#hero-wrap { padding: 3em 0; }
	.inside-navigation { display: none;	}
	.content-area { height: auto; }
}
@media only screen and (min-width: 480px) {
		
}

@media only screen and (min-width: 768px) {
	.green-button{
		padding:1.4em 6em;
		font-size:1em; 
	}
	.sm-wrap { width: 652px; }
	#hp-hero { min-height: 500px; }
	#green-overlay { min-height: 500px; }
	#yellow-overlay { min-height: 500px; }
	#hp-hero { 
		width: 100%;
		overflow: hidden;
	}
	#hp-hero-secondary { 
		padding:0;
		overflow: hidden;
		/* min-height: 400px; */ 
	}
	#hp-hero-secondary h2{ margin:3em 0; }
	#hero-wrap { padding: 16em 0 0 0; }
	#hp-twitter .pure-u-md-1-2{
		padding:0 0.5em 1em 0.5em; 
	}
	.inside-navigation { display: inline-block; }
	.content-area { min-height: 500px; }
	#news-archive-main{ padding-right:2em; }
	#media-reqs{ margin-top:7.5em; }
}

@media only screen and (min-width: 1024px) {
	nav-toggle{ display:none; }
	#hp-masthead, #masthead { min-height: 127px; }
	#page-container:before{
		content:'';
		position: absolute;
		top:0;
		left:0;
		width:100%;
		height:24px;
		background: url('images/bg-header-pattern.png');
		z-index: 100;
	}
	
	#hp-hero { min-height: 696px; }	
	#green-overlay { min-height: 696px; }	
	#yellow-overlay { min-height: 696px; }
	#hp-hero-secondary { /* max-height: 573px; */ }
	#hp-hero-secondary h2{ margin:4.5em 0; }
	.wrap {	width: 978px; }
	#hp-news-story { display: inline-block; float: left; max-width: 57px; margin-right: 20px; }
	#hp-news-image { display: inline-block; float: left; max-width: 412px; }
	#hp-news-wrap {	display: inline-block; float: right; max-width: 455px; vertical-align: top; }	
	
	/* == Desktop Menu */
	#searchform{ margin-right:2.5em; }
	#searchformnew{ margin-right:2.5em; }
	#hp-masthead, #masthead { min-height: 0; }
	#menu-primary-menu{ 
		margin:0; 
		padding:0.9em 0 0 0;
	}
	#menu-primary-menu > li{
		margin:0;
		padding:0;	
	}
	#menu-primary-menu > li > a{
		display:block;
		padding:1.2em 1em;
		font-size:0.9em;
	}
	#menu-primary-menu > li:last-child{ margin-right:-1em; }
	#menu-primary-menu > li > ul.sub-menu{
		width: 10em; 
		position: absolute; 
		top:100%; 
		left:0;
		width:250px;
		margin:0;
		padding:0; 
		background:#FFF;
		list-style: none;		
	}
	.home #menu-primary-menu > li > ul.sub-menu{ border-top: 10px solid #f6f6f6; }
	#menu-primary-menu li.menu-item-has-children:hover ul.sub-menu { display: block; }
	#menu-primary-menu ul.sub-menu li{ padding:0 1em; }
	#menu-primary-menu ul.sub-menu li:hover{ background:#F6F6F6; }
	#menu-primary-menu > li:hover:after,
	#menu-primary-menu > li.current-menu-item:after,
	#menu-primary-menu > li.current-page-parent:after{
		content:'';
		position: absolute;
		left:50%;
		margin-left:-20px;
		bottom:8px;
		border:4px solid rgba(255, 255, 255, 0);
		border-top-color: rgba(29, 167, 117, 1);
		border-left-width: 20px;
		border-right-width: 20px;
	}
	#menu-primary-menu ul.sub-menu li a{
		display:block;
		width:100%;
		text-transform: none;
		font-size:0.9em;
		padding:1em 0;
		border-bottom:1px solid #E1E1E1;
	}
	#menu-primary-menu ul.sub-menu li:last-child a{
		border-bottom:none;
	}
	#menu-primary-menu ul.sub-menu li a:hover{ color:#129b6c; }
	#secondary-navigation{ margin-top:1.5em; }
	
	/* == Inside Pages == */
	#mapConElem_1{ 
		margin-left:-270px; 
		margin-right:-200px;
		margin-bottom:5em;
		width:940px !important;
	}	
	#news-archive-main{ padding-right:4em; }
	
}
@media only screen and (min-width: 1600px) {

}


/* ========================================================================== */
/* ! HELPERS ================================================================ */
/* ========================================================================== */
.screen-reader-text, a.skip-link, a.skip-link:hover, a.skip-link:visited{ position:absolute; left:0px;top:-500px;width:1px;height:1px;overflow:hidden;}
a.skip-link:active, a.skip-link:focus{position:static;width:auto;height:auto;} 
.ir{background-color:transparent;border:0;overflow:hidden;text-indent:-9999px}
.ir:before{content:"";display:block;width:0;height:150%}
.hidden{display:none!important;visibility:hidden}
.visuallyhidden{border:0;clip:rect(0000);height:1px;overflow:hidden;position:absolute;width:1px;margin:-1px;padding:0}
.visuallyhidden.focusable:active,.visuallyhidden.focusable:focus{clip:auto;height:auto;overflow:visible;position:static;width:auto;margin:0}
.invisible{visibility:hidden}
.clearfix:before,.clearfix:after{content:" ";display:table}
.clearfix:after{clear:both}
.clearfix{zoom:1}
.clear{ display:block; width:100%; height:1px; margin-bottom:-1px; }
.ibfix{ display: -moz-inline-stack; display: inline-block; vertical-align: top; zoom: 1; *display: inline; }
.nowrap{
	white-space: nowrap;
}
pre{
	letter-spacing: normal;
	word-spacing: normal;
}

/* ========================================================================== */
/* =============================== PRINT ==================================== */
/* ========================================================================== */
@media print {
	*{background:transparent!important;color:#000!important;box-shadow:none!important;text-shadow:none!important}
	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:""}
	pre,blockquote{border:1px solid #999;page-break-inside:avoid}
	thead{display:table-header-group}
	tr,img{page-break-inside:avoid}
	img{max-width:100%!important}
	@page{margin:.5cm}
	p,h2,h3{orphans:3;widows:3}
	h2,h3{page-break-after:avoid}
}