/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #353535;
}

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

img {
    vertical-align: middle;
	max-width: 100%;
}

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

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}



/* ==========================================================================
   author: elliot berg
   ========================================================================== */
   
/*stick footer*/
html, body {height: 100%;}
#wrap {min-height: 100%; /*min-width:960px;*/}
#main {overflow:auto;
	padding-bottom: 230px;}  /* must be same height as the footer */
#foot_wrap {position: relative;
	margin-top: -230px; /* negative value of footer height */
	height: 230px;
	clear:both;
	/*min-width:960px;*/} 

/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;
}



/*type*/
body {
	font-family: 'Open Sans', sans-serif;
	color: #353535;
}
a, a:visited {
	text-decoration: none;
	color: #f05033;
	-webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}
a:hover {
	color: #353535;
}
a:active,a:focus {
	outline: none;
}
strong {font-weight: 600;}
h1, h2, h3, h4, h5, h6 {
}
h1, h2 {
	font-weight: 300;
    text-transform: uppercase;
}
p, p + ul, p + ol {font-size: .85em;}
.btn, .btn:visited {
	display: inline-block;
	background: rgba(255, 255, 255, .75);
	padding: 1em 2em;
	color: #353535;
	border: 1px solid #ccc;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	text-align: center;
	text-transform: uppercase;
	background-clip: padding-box;
	-webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}
.btn:hover {
	border: 1px solid #353535;
}
.lt-ie9 .btn {
background: transparent;
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99FFFFFF,endColorstr=#99FFFFFF)"; /* IE8 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99FFFFFF,endColorstr=#99FFFFFF);   /* IE6 & 7 */
      zoom: 1;
}

.sm_btn, .sm_btn:visited {
	display: inline-block;
	background: #353535;
	padding: .25em .5em;
	color: #fff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	border: none;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	-webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}
.sm_btn:hover {
	color: #f05033; 
}

.vimeo-embed {width: 100%; height: 375px; margin: 1em 0;}

/*header*/
header {
	padding: 2em 0;
	border-bottom: 1px solid #353535;
}
li.donate > a, li.donate > a:visited {color: #f05033;}
.logo {float: left; width: 250px; height: 20px; background: url(../img/amp_logo.svg); background-size: 100% 100%;}
.lt-ie9 .logo {background: url(../img/amp_logo.png); background-size: auto;}

a.menu_icon, a.menu-icon:visited {
	float: right;
	display: block;
  	position: relative;
 	padding-left: 1em;
	font-size: 2em;
  	text-transform: uppercase;
	font-weight: 300;
	color: #353535;
	line-height: .65;
}
.menu_icon:before {
	content: "";
	position: absolute;
	left: 0;
	width: 1em;
	height: 0.125em;
	border-top: 0.375em double #353535;
	border-bottom: 0.125em solid #353535;
}

a.menu_icon.active,
.menu_icon.active:before {
	color: #f05033;
	border-color: #f05033;
}



/*nav*/
nav {
	clear: both;
	display: none;
	width: 175px;
}
nav ul{
	margin: 0;
	padding: 1em 0 0;
}
nav ul li {
	position: relative;
}
nav ul li a, nav ul li a:visited {
	display: block;
	color: #353535;
	text-transform: uppercase;
	padding: .25em 0;
}
nav ul li a:hover {
	color: #f05033;
}
nav ul li a.off:hover {
	color: #353535;
}
nav ul li a span {display: none;}

nav li > ul {
	left: 40px;
	opacity: 0;
    visibility: hidden;
	position: absolute;
	z-index: 9999;
	list-style:none;
	-webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
	background: rgba(255, 255, 255, .85);
	padding: .5em 0;
	border: 1px solid #353535;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	background-clip: padding-box;
}
.lt-ie9 nav li > ul {
background: transparent;
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#D8FFFFFF,endColorstr=#D8FFFFFF)"; /* IE8 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#D8FFFFFF,endColorstr=#D8FFFFFF);   /* IE6 & 7 */
      zoom: 1;
}
nav li > ul li {
	float: none;
	margin: 0;
} 
nav li > ul li a, nav li > ul li a:visited {
	white-space: nowrap;
	color: #353535;
	padding: .25em .75em;
	text-transform: uppercase;
}
nav li > ul li a:hover {
	color: #f05033;
}
nav li:hover ul {
	opacity: 1;
    visibility: visible;
}

/*footer*/
footer {
	padding: 1em 0;
}
.web_cred {
	position: relative;
	font-weight: 600;
	text-align: center;
	line-height: 1.2;
	color: #fff;
	border: 4px solid #cbcbcb;
	background: #8b8b8b;
	border-radius: 50%;
	width: 18px;
	height: 18px;
	margin: .5em 0;
}
.web_cred div {
	white-space: nowrap;
	background: #fff;
	font-weight: normal;
	text-align: left;
	font-size: .75em;
	line-height: 1.4;
	color: #353535;
	position: absolute;
	top: -5px;
	left: -5px;
	opacity: 0;
    visibility: hidden;
	-webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}
.web_cred:hover div {
	opacity: 1;
    visibility: visible;
}

#pg_foot {border-top: 1px solid #353535; padding: 1.5em 0;}

.fb,
.tw,
.yt,
.ig {display: block; height: 40px; width: 40px; margin: 0 auto;}
.fb {background: url(../img/socials/fb.svg) no-repeat;}
.tw {background: url(../img/socials/tw.svg) no-repeat;}
.yt {background: url(../img/socials/yt.svg) no-repeat;}
.ig {background: url(../img/socials/ig.svg) no-repeat;}

.lt-ie9 .fb {background: url(../img/socials/fb.png) no-repeat;}
.lt-ie9 .tw {background: url(../img/socials/tw.png) no-repeat;}
.lt-ie9 .yt {background: url(../img/socials/yt.png) no-repeat;}
.lt-ie9 .ig {background: url(../img/socials/ig.png) no-repeat;}

#signups {clear: both; position: relative; z-index: 99; text-align: center;}
#signups .btn {margin: 1.5em 0 0}
#signups ul {margin: 0; padding: 0; list-style: none;}
#signups ul li {float: left; width: 25%;}



.foot_deco,
.amp_deco {display: none;}

/*index*/
#social ul{
	margin: 0;
	padding: 1.5em 0 0;
	list-style: none;
	position: relative;
	z-index: 99;
}
#social ul li {float: left; width: 25%;}

#loadanim {background: url(../img/slide_load.gif) center center no-repeat;}
#splash, #splash h1 {color: #fff; position: relative;}

#splash_txt {
background: rgba(0,0,0,.64);
}
#splash .cntr {padding-top: 2em; padding-bottom: 2em; text-shadow: 1px 1px 3px #000; position: relative;}
#splash .cntr .clearfix {text-align: center;}
#splash .cntr h1 {max-width: 480px; font-weight: 800; text-transform: none; margin-top: 0; line-height: 1.4;}
#splash .cntr p {max-width: 380px;}
#splash .cntr .btn {border: 1px solid transparent; text-shadow: none; position: relative; z-index: 99;}
#splash .cntr .btn:hover {border: 1px solid #353535;}
#splash .next,
#splash .prev {
	width: 50%;
	height: 75%;
	position: absolute;
	z-index: 999;
	cursor: url(../img/arrow_l.png), auto;
}
#splash .prev {
	right: 0;
	cursor: url(../img/arrow_r.png), auto;
}



/*content pages*/
#abt_nav + h2,
#events > h2:first-child,
#blog > h2:first-child,
#media > h2:first-child,
#states > h2:first-child,
#storybook > h2:first-child {text-align: center;}

.sbar .panel {background: #ececec; padding: 1em;}
.sbar .panel h4 {font-weight: 300; font-family: 'Open Sans', sans-serif; text-transform: uppercase; margin-top: 0;}

.amp_perch_txt:first-child {margin-top: 0;}
.amp_perch_txt h4 {font-weight: 300; font-size: 1.75em; font-family: 'Open Sans', sans-serif; margin: .5em 0;}
.capt_img {margin-top: 1.1em;}
.capt_img + div {font-size: .85em; margin: 1.25em 0; color: #999; text-align: right; font-style: italic;}

.sm_info {font-size: .75em;}

/*about*/
ul#abt_nav {
	display: none; 
	margin: 0;
	padding: 0;
	list-style: none;
	margin: 2.5em 0 1.5em;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}
ul#abt_nav li {
	float: left;
	width: 20%;
}
ul#abt_nav li a, ul#abt_nav li a:visited {
	display: block;
	text-align: center;
	padding: .54em 0;
	white-space: nowrap;
	background-clip: padding-box;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	position: relative;
	text-transform: uppercase;
}
ul#abt_nav li a:hover {
	color: #fff;
	background: #f05033;
}
ul#abt_nav li:first-child a {
	border-left: 1px solid #ccc;
	border-radius: 3px 0 0 3px;
	-webkit-border-radius: 3px 0 0 3px;
}
ul#abt_nav li:last-child a {
	border-right: 1px solid #ccc;
	border-radius: 0 3px 3px 0;
	-webkit-border-radius: 0 3px 3px 0;
	
}
ul#abt_nav li a span {
	display: block;
	height: 39px;
	width: 12px;
	position: absolute;
	right: -12px;
	top: 0;
	z-index: 99;
	background: url(../img/nav_arr.png);
	-webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}
ul#abt_nav li a:hover span {background: url(../img/hov_arr.png);}

.abt1 #abt1 a,
.abt2 #abt2 a,
.abt3 #abt3 a,
.abt4 #abt4 a,
.abt5 #abt5 a {background: #f05033; color:#fff;}

.abt1 #abt1 a span,
.abt2 #abt2 a span,
.abt3 #abt3 a span,
.abt4 #abt4 a span,
.abt5 #abt5 a span {background: url(../img/hov_arr.png);}


/*people listing*/
ul.headshots {
	margin: 0;
	padding: 0 0 2em;
	list-style: none;
}
ul.headshots li {
	text-align: center;
	width: 31.3%;
	padding: 1%;
	float: left;
	font-size: .85em;
	min-height: 190px;
}
ul.headshots li img {
	display: block;
	width: 180px;
	max-width: 85%;
	border-radius: 50%;
	margin: 0 auto;
	border: 8px solid #ececec;
}
#sm_lists ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: .85em;
}

/*chart extras*/
.radial-progress + h2 {
	text-align: center;
	text-transform: none;
}
.radial-progress + h2 span {
	font-weight: 600;
	color: #f05033;
}
.abt2 .sbar_main .clearfix .btn {display: block; margin: 1em auto 2em; width: 250px; background: #f05033; color: #fff; border: none;}
.abt2 .sbar_main .clearfix .btn:hover {color: #353535; background: #ececec;}


/*blog & events*/
ul.ev_list,
ul.hfeed {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.ev_list li,
ul.hfeed li {
	margin-bottom: 2.5em;
}
ul.ev_list.sm li,
ul.hfeed.sm li {margin-bottom: 1em; font-size: .85em;}

ul.ev_list.sm li .ev_thmb,
ul.ev_list.sm li .p_thmb {
	float: left;
	width: 30%;
	padding: 0 2.5% 0 0;
	text-align: left;
}
ul.ev_list.sm li .ev_thmb + .vevent,
ul.ev_list.sm li .p_thmb + .p_smmry {
	float: left;
	width: 65.5%;
}
ul.ev_list.sm .ev_thmb img,
ul.hfeed.sm .p_thmb img {
	max-width: 100%;
	border: none;
}

.ev_thmb,
.p_thmb {text-align: center;}

.ev_thmb img,
.p_thmb img {
	max-width: 88%;
	border: solid 8px #ececec;
}
.vevent h2,
.hentry h2 {margin: 0;}

.vevent strong,
.hentry strong {color: #f05033;}

h2 + .sm_info {font-size: .85em;}

.vevent .sm_btn,
.p_smmry .sm_btn {display: block;}

.hentry .date + div img {margin: 0 0 1.5em;}

.description + .sm_btn {
	background: #f05033;
	color: #fff;
	margin: 0 0 1em;
}
.description + .sm_btn:hover {color: #353535;}

/*media gallery*/
ul.list_media {
	margin: 0;
	padding: 0;
	list-style: none;
}
.album {
	outline: none;
	background: #ececec;
	padding: 8px;
	margin: 0 0 1.5em;
	color: #353535;
	-webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}
.album > div:first-child {
	text-align: center;
	margin: 0 0 .5em;
	height: 100px;
	overflow: hidden;
}
.album .sm_btn {
	float: right;
	margin-left: .5em;
}
.album:hover {background: #f05033;}

#galleria {
	margin-top: 1.7em;
	min-height: 150px;
}
body .galleria-thumbnails .galleria-image { width: 125px }

/*mural*/
#mural {display: block; margin-top: 1.7em; text-align: center;}
#mural .lg {display: none;}
.loupe img {max-width: none;}

#map {margin-top: 1.7em;}

/*contact*/
#sm_map {width: 100%; height: 350px; margin: 1.7em 0 1em; font-size: 1em; line-height: 1.4;}

/*supporters*/
ul.supporters {
	margin: 0;
	padding: 0 0 2em;
	list-style: none;
}
ul.supporters li {
	text-align: center;
	width: 48%;
	padding: 1%;
	float: left;
	font-size: .85em;
	min-height: 190px;
}
.minor-support {font-size:.85em;}


/*form*/
form input[type="text"],
form input[type="email"],
form textarea {width: 98%; padding: 1%; border: 1px solid #ccc; border-radius: 3px; -webkit-border-radius: 3px; margin: 0 0 1em;}
#fav_color {display: none;}

/*donate*/
#donate iframe {
	min-height: 700px;
	width: 100%;
	border: none;
}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#fff;}
#colorbox{outline:0;}
    #cboxContent{margin-top:32px; overflow:visible; background:#000;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{background:#000; padding:1px;}
        #cboxLoadingGraphic{background:url(../img/loading.gif) no-repeat center center;}
        #cboxLoadingOverlay{background:#000;}
        #cboxTitle{position:absolute; top:-22px; left:0; color:#000;}
        #cboxCurrent{position:absolute; top:-22px; right:205px; text-indent:-9999px;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; text-indent:-9999px; width:20px; height:20px; position:absolute; top:-20px; background:url(../img/controls.png) no-repeat 0 0;}
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxPrevious{background-position:0px 0px; right:44px;}
        #cboxPrevious:hover{background-position:0px -25px;}
        #cboxNext{background-position:-25px 0px; right:22px;}
        #cboxNext:hover{background-position:-25px -25px;}
        #cboxClose{background-position:-50px 0px; right:0;}
        #cboxClose:hover{background-position:-50px -25px;}
        .cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious{right:66px;}
        .cboxSlideshow_on #cboxSlideshow{background-position:-75px -25px; right:44px;}
        .cboxSlideshow_on #cboxSlideshow:hover{background-position:-100px -25px;}
        .cboxSlideshow_off #cboxSlideshow{background-position:-100px 0px; right:44px;}
        .cboxSlideshow_off #cboxSlideshow:hover{background-position:-75px -25px;}
		
		

/*structure*/

/*static cols  
.cntr {
	width: 960px;
	margin: 0 auto;
}
.col {float: left; padding: 0 2.5% 0 0;}
.col.last {padding-right: 0;}

.half {width:48.75%;}
.third {width: 31.666%;}
.fourth {width: 23.125%;}
.fifth {width: 18%}

.sbar {width: 25%;}
.sbar_main {width: 72.5%;}
*/

/*mobile first responsive cols*/
.cntr {
	width: 96%;
	padding: 0 2%;
	max-width: 1140px;
	margin: 0 auto;
}
.col,
.half,
.third,
.fourth,
.sidebar,
.content {width: 100%;}
/*768px*/
@media only screen and (min-width: 48em) {
.col {float: left; padding: 0 2.5% 0 0;}
.col.t_last, .col.last {padding-right: 0;}
.col.t_last + .col.last {padding-right: 2.5%;}

.half {width:48.75%;}
.third {width: 31.666%;}
.fourth {width: 23.125%;}
.fifth {width: 18%}

.sbar {width: 37.5%;}
.sbar_main {width: 60%;}

#blog .sbar,
#events .sbar {width: 27.5%;}
#blog .sbar_main,
#events .sbar_main {width: 70%;}
}
/*960px*/
@media only screen and (min-width: 60em) {
.col.t_last + .col.last {padding-right: 0;}
.col.t_last {padding: 0 2.5% 0 0;}
.col.t_last.last {padding: 0;}
	
.lg_half {width:48.75%;}
.lg_third {width: 31.666%;}
.lg_fourth {width: 23.125%;}
.lg_fifth {width: 18%}
}



/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 48em) {
header {padding-bottom: 0;}

.logo {width: 380px;}

a.menu_icon {display: none;}
nav {display: block; float: left; width: auto;}
nav ul li {float: left; margin-right: 2em;}
nav ul li:last-child {margin-right: 0;}
nav ul li a, nav ul li a:visited {padding: 0 0 1.5em 0;}
nav ul li a span {
	display: block;
	opacity: 0 ;
	position: absolute;
	z-index: 99;
	bottom: 30%;
	left: 50%;
	margin-left: -13px;
	width: 26px;
	height: 3px;
	background: #f05033;
	-webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}
nav ul li a:hover span {opacity: 1;}
nav li > ul {border-radius: 0px 0px 3px 3px; -webkit-border-radius: 0px 0px 3px 3px; border-top: none!important; left: -.75em;}
#home {display: none;}

footer {padding: 5.5em 0 1em;}

#signups {text-align: left;}
#signups ul,
#social ul {float: right;}
#signups ul li {padding: .55em 0 .55em 1.5em; width: auto;}
#social ul li {margin: 3em 0 2em 3em; width: auto;}
#signups .btn {margin: 0 0 0 1.5em; float: right;}

.web_cred {position: absolute; margin: 0; bottom: 0;}

.amp_deco {position: absolute; bottom: -140px; z-index: 1; max-width: 95%; display: block;}
.foot_deco {position: absolute; top: -5em; display: block; z-index: -1;}

#splash .cntr {padding-top: 4em; padding-bottom: 4em;}
#splash_txt {
background: -moz-linear-gradient(left, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 64%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0.65)), color-stop(64%,rgba(0,0,0,0)));
background: -webkit-linear-gradient(left, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 64%);
background: -o-linear-gradient(left, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 64%);
background: -ms-linear-gradient(left, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 64%);
background: linear-gradient(to right, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 64%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 );
}
#splash .cntr .btn {float: right;}

ul.headshots li {width: 18%;}

#about #sm_lists {width: 75%; margin: 0 auto;}

#mural .sm {display: none;}
#mural .lg {display: inline;}

.ev_thmb,
.p_thmb {
	float: left;
	width: 30%;
	padding: 0 2.5% 0 0;
}
.ev_thmb + .vevent,
.p_thmb + .p_smmry {
	float: left;
	width: 65.5%;
}
.vevent .sm_btn,
.p_smmry .sm_btn {display: inline-block;}

#media .st_prj {
	float: left;
	width: 67%;
}
#media .curr_prj {
	float: left;
	width: 23%;
	padding-bottom: 2em;
	margin-left: 4%;
	padding-left: 4%;
	border-left: 1px solid #353535;
}
.album {height:190px;}

ul.supporters li {width: 31.3%;}

}
@media only screen and (min-width: 53.75em) {
.album {height:200px;}
}
@media only screen and (min-width: 60em) {
ul#abt_nav {display: block;}
ul.supporters li {width: 18%;}
}
/*1140*/
@media only screen and (min-width: 71.25em) {
nav {float: right; clear: none;}
nav ul {padding: .15em 0 0;}
nav li.donate > ul {left: auto; right: 0;}

.album {height:185px;}
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.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(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        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) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

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