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

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

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

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

textarea {
    resize: vertical;
}

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


/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body{
	margin:0;
	padding:29px 0 29px 0;
	background:#FFF url(../img/bg_body.jpg) repeat-x center top; 
}
body, p, li, td{
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	font-size:16px;
	line-height:22px;
}
a{
	text-decoration: none;
	color:#0365ae;
}

a:hover{
	text-decoration:underline;
}
#container{
	width:100%;
	margin:0 auto;
	box-sizing:border-box;
}
#main{
	padding:26px 19px 26px 19px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;	
	-webkit-box-shadow: 0px 6px 8px rgba(50, 50, 50, 0.29);
	-moz-box-shadow:    0px 6px 8px rgba(50, 50, 50, 0.29);
	box-shadow:         0px 6px 8px rgba(50, 50, 50, 0.29);	
	overflow:hidden;
	background: #0094da;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwOTRkYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMzYxYjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #0094da 0%, #0361b1 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0094da), color-stop(100%,#0361b1));
	background: -webkit-linear-gradient(top,  #0094da 0%,#0361b1 100%);
	background: -o-linear-gradient(top,  #0094da 0%,#0361b1 100%);
	background: -ms-linear-gradient(top,  #0094da 0%,#0361b1 100%);
	background: linear-gradient(to bottom,  #0094da 0%,#0361b1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0094da', endColorstr='#0361b1',GradientType=0 );	
}
#col1{
	float:left;
	width:100%;
	margin-right:18px;
}
#sidebar{
	float:left;
	width:100%;
	background:#FFF;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	overflow:hidden;	
	margin-top:20px;
}
#copy{
	padding:30px;
	background:#FFF;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;		
}
#map{}

h1, h2, h3{
	font-family:"Lato", Arial, Helvetica, sans-serif;
	font-weight:900;
}

header{
	position: relative;
	vertical-align: middle;
}
#ndfu_logo{
	display:block;
	float:right;
}
#bcbs_logo{
	display:block;
	margin-bottom:18px;
}

.top {
	display: block;
	position: relative;
	right: 0;
	top: 0;
	padding: 0 30px 10px 0;
	vertical-align: middle;
	color: #4db4e4;
}
.top img {
    width: 100%;
    max-width: 620px;
}

.toptext {
	font-size: 12px;
	vertical-align: 11%;
}
.arrow {
  font-size: 28px;
}
#copy h1{
	margin:0 0 0.6em 0;
	font-family:"PT Sans", Arial, Helvetica, sans-serif;
	font-weight:700;	
	line-height:34px;
	font-size:31px;
}
#copy p{
	margin:0.6em 0;
}
#copy address{
	float:right;
	border-left:1px solid #c9c9c9;
	height:114px;
	margin-bottom:36px;
	padding-left:20px;
	margin-left:20px;
}
#copy address h3{ 
	margin:0;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;	
	font-style:normal;
}
#copy address p.tel{
	display:block;
	background:url(../img/icon-phone.png) no-repeat;
	font-weight:bold;
	color:#0092d8;
	margin:0;
	padding:7px 0 10px 20px;
	font-style:normal;
}
#wide #copy address{
	width:300px;
}

.forum-dates {
	display: none;
}

#sidebar_head{
	padding:22px 22px 18px 22px;
	background:none;
	/*background:#f2c74c;
	border-bottom:5px solid #e7b210;*/

}
#sidebar_head h2{
	font-family:'Lato', Arial, Helvetica, sans-serif;
	font-weight:400;
	font-size:22px;
	line-height:28px;
	margin:0 0 5px 0;
	
}
#sidebar_head h2 span{
	font-size:31px;
	text-transform:uppercase;
}
#sidebar_head p{
	font-weight:bold;
	font-size:15px;
	margin:0;
}
#sidebar form{
	padding:22px;
	min-height:auto;
}
#sidebar form p{
	margin:8px 0;
}
#sidebar p.field_float{
	float:left;
	margin-right:10px;
}
.field label,
.field_float label{ 
	display:block;
	width:100%;
	font-size:14px;
	font-weight:bold; 
	padding-bottom:2px; 
	color:#48494a; 
}
.field label.inline-label {
	display:inline;
}

#add, #add-another, #add-another-nojs {
	background:#82CE76;
	color:#fff;	
	font-weight:bold;
	display:inline-block;
	padding:5px 8px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
	margin:10px 0 30px;
}
#add:hover, #add-another:hover, #add-another-nojs:hover {
	background:#7CBB65;
	text-decoration:none;
}
#add img, #add-another img, , #add-another-nojs img{
	position:relative;
	top:-2px;
}
#main-person a img {
	display:none;
}
#attendees, #add-another {
	display:none; 
}
.toggle-attending {
	display:none;
}
.field input[type="text"],
.field_float input[type="text"],
.field select,
.field_float select, 
textarea{
	border:1px solid #cccccc;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;	
	padding:5px;	
	-webkit-box-shadow: 0px 2px 2px rgba(50, 50, 50, 0.23);
	-moz-box-shadow:    0px 2px 2px rgba(50, 50, 50, 0.23);
	box-shadow:         0px 2px 2px rgba(50, 50, 50, 0.23);	
	color:#48494a;	
	font-size:15px;
}
textarea{
	height:70px;
}
.field_fit{
	width:238px;
}
#sidebar p.fieldsep{
	padding-right:16px;
	background:url(../img/field-separator.gif) no-repeat right bottom;
	margin-right:16px;
}
input[type="submit"]{
	display:inline-block;
	margin-right:20px;
	border:1px solid #bfbfbf;
	font-family:'Lato', Arial, Helvetica, sans-serif;
	font-weight:700;
	text-transform:uppercase;
	padding:12px 23px 12px 23px;
	background: #faeda8;
	text-shadow: 2px 1px 1px rgba(255, 255, 255, 0.8);	
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;		
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.29);
    -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.29);
    -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.29);	
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhZWRhOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMlIiBzdG9wLWNvbG9yPSIjZjVkYjc0IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOTUlIiBzdG9wLWNvbG9yPSIjZjBhODE2IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZjZWI5NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top,  #faeda8 0%, #f5db74 3%, #f0a816 95%, #fceb97 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#faeda8), color-stop(3%,#f5db74), color-stop(95%,#f0a816), color-stop(100%,#fceb97));
	background: -webkit-linear-gradient(top,  #faeda8 0%,#f5db74 3%,#f0a816 95%,#fceb97 100%);
	background: -o-linear-gradient(top,  #faeda8 0%,#f5db74 3%,#f0a816 95%,#fceb97 100%);
	background: -ms-linear-gradient(top,  #faeda8 0%,#f5db74 3%,#f0a816 95%,#fceb97 100%);
	background: linear-gradient(to bottom,  #faeda8 0%,#f5db74 3%,#f0a816 95%,#fceb97 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#faeda8', endColorstr='#fceb97',GradientType=0 );	
}
input[type="submit"]:hover{
	background: #faeda8;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhZWRhOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMlIiBzdG9wLWNvbG9yPSIjZjBhODE2IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOTYlIiBzdG9wLWNvbG9yPSIjZjVkYjc0IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZjZWI5NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top,  #faeda8 0%, #f0a816 3%, #f5db74 96%, #fceb97 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#faeda8), color-stop(3%,#f0a816), color-stop(96%,#f5db74), color-stop(100%,#fceb97));
	background: -webkit-linear-gradient(top,  #faeda8 0%,#f0a816 3%,#f5db74 96%,#fceb97 100%);
	background: -o-linear-gradient(top,  #faeda8 0%,#f0a816 3%,#f5db74 96%,#fceb97 100%);
	background: -ms-linear-gradient(top,  #faeda8 0%,#f0a816 3%,#f5db74 96%,#fceb97 100%);
	background: linear-gradient(to bottom,  #faeda8 0%,#f0a816 3%,#f5db74 96%,#fceb97 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#faeda8', endColorstr='#fceb97',GradientType=0 );
}

#sidebar_foot p{
	display:inline-block;
	padding-top:15px;
	font-size:12px;
}

.confirm_directions,
.confirm_print{
	display:inline-block;
	background:url(../img/icon-mapit.gif) no-repeat 0px 3px;
	padding-left:20px;
	font-size:13px;
	padding-right:20px;
}
.confirm_print{
	background-image:url(../img/icon-print.gif);
	padding-left:25px;
}

/* ================ ACCORDION =============*/
#accordion {
	background:#e6c451;
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
	-o-border-radius:7px;
	border-radius:7px;
}
.accordion-item:first-child > h3 {
	-webkit-border-top-left-radius:7px;
	-moz-border-top-left-radius:7px;
	-o-border-top-left-radius:7px;
	border-top-left-radius:7px;
	-webkit-border-top-right-radius:7px;
	-moz-border-top-right-radius:7px;
	-o-border-top-right-radius:7px;
	border-top-right-radius:7px;
}

.accordion-item > h3 {
	background:#0065b6;
	color:#fff;
	padding:8px 20px;
	margin:0 0 1px;
	text-transform:uppercase;
}
.accordion-item .date {
	color: #e6c451;
}
.accordion-info {
	display:none;
	padding:0 20px 10px;
}
.accordion-info .map {
	background:#e6dfb1;
	margin:0;
	padding:20px;
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
	-o-border-radius:7px;
	border-radius:7px;
}
.accordion-info .map .mapthumb {
	display:inline-block;
	margin-right:20px;
	vertical-align:top;
}
.accordion-info .map .map-address {
	display:inline-block;
}

/* ================ MAP ================= */
#map-module {
	display:none;
}
#map{
	/* height:495px;
	background:#e6c451 url(../img/bg_map.png) no-repeat; */
	margin:18px 0 0 0;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;	
	position:relative;	
}
#prevlink,
#nextlink{
	position:absolute;
	width:28px;
	height:65px;
	left:-8px;
	top:355px;
}
#nextlink{
	left:589px;
}
#prevlink a,
#nextlink a{
	display:block;
	width:28px;
	height:65px;
	background:url(../img/btn-map-prev.gif) no-repeat;
	overflow:hidden;
	text-indent:-1000px;
}
#nextlink a{
	background:url(../img/btn-map-next.gif) no-repeat;
}
ul#mapitems{
	display:block;
	list-style:none;
	margin:0;
	padding:0;
	width:100%;
	height:344px;
	overflow:hidden;
}
ul#mapitems li{
	position:absolute;
	margin:0;
	padding:0;

}
ul#mapitems li a{
	display:block;
	position:relative;
	width:98px;
	height:53px;
	padding-top:12px;
	text-align:center;	
	/*background-image:url(../img/callout-normal.png);*/	
	background-repeat:no-repeat;
	color:#333;
	text-decoration:none;
	font-family:"Lato", Arial, Helvetica, sans-serif;
	font-weight:400;	
	font-size:10px;
	line-height:12px;
	text-transform:uppercase;
}
ul#mapitems li.on a,
ul#mapitems li a:hover{
	color:#FFF;
	/*background-image:url(../img/callout-on.png);*/
	height:79px;
	top:-8px;
	padding-top:8px;
	outline: 0;
	  border: none;
	  -moz-outline-style: none
}
ul#mapitems li a span{
	display:block;
	width:100%;
	font-size:12px;
	line-height:14px;
	color:#9f690b;
	font-family:"PT Sans", Arial, Helvetica, sans-serif;
	font-weight:700;		
}
ul#mapitems li.on a span,
ul#mapitems li a:hover span{
	color:#a3e3fc;
	font-size:10px;
	line-height:10px;
}

ul#mapitems li a span.time{ 
	display:none;
	color:#FFF;
	font-size:11px;
	padding-top:10px;
} 
ul#mapitems li a:hover span.time,
ul#mapitems li.on a span.time{ display:block; } 

#maploc_minot{ top:40px; left:172px; }
#maploc_williston{ top:40px; left:32px; }
#maploc_dickinson{ top:168px; left:84px; }
#maploc_bismarck{ top:177px; left:207px; }
#maploc_jamestown{ top:170px; left:344px; }
#maploc_devils_lake{ top:40px; left:303px; }
#maploc_grand_forks{ top:67px; left:445px; }
#maploc_west_fargo{ top:164px; left:463px; }

.map-icon-address { 
	/*display: none;*/
	margin-top:74px; 
}

#maploc_grand_forks .map-icon-address { 
position: absolute;
left: -31px;
}

ul#locinfo{
	display:block;
	list-style:none;
	margin:0;
	padding:0;
	width:100%;
	height:151px;
	overflow:hidden;	
	
}
ul#locinfo li{ 
	display:none; 
	width:100%;
	margin:0;
	padding:0;
} 
ul#locinfo li h2{
	display:block;
	float:left;
	width:218px;
	padding-left:50px;
	font-size:18px;
	color:#333;
	font-family:"Lato", Arial, Helvetica, sans-serif;
	font-weight:900;	
	line-height:23px;	
	margin:0;
}
ul#locinfo li h2 span{font-weight:normal;}
.map{ margin-left: 280px; }
.map p{
	font-size:13px;
	line-height:17px;
	margin:0 0 4px 0;
}
p.mapit{
	display:inline-block;
	padding-left:20px;
	padding-bottom:10px;
	background:url(../img/icon-mapit.gif) no-repeat;
	background-position:0px 2px;
}
p.mapit a{}

ul#locinfo li .mapthumb{
	float:left;
	margin-right:15px;
	margin-bottom:20px;
}
ul#locinfo li .mapit{}
ul#locinfo li.on{ display:block; }
span.meetingtimes {font-size: .62em; }

#export-button{
	background: none repeat scroll 0 0 #0361b1;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    height: 24px;
    margin: 10px 0 0;
    text-align: center;
    width: 60px;
}

/* =========== Footer ============== */
#sitelinks{
	position:relative;
    border-bottom: 1px solid #C9C9C9;
    border-top: 1px solid #C9C9C9;
    float: left;
    height: 20px;
	line-height:20px;
    margin-top: 20px;
	margin-left:22px;
	margin-right:22px;
	width:94%;
	font-size:9px;
	text-align:right;
}
#sitelinks a{
	color:#999;
}

#footer_col1,
#footer_col2,
#footer_col3{
	float:left;
	margin-top:16px;
	width:33%;
	font-size:11px;
	line-height:15px;
}
#footer_col1 p,
#footer_col2 p,
#footer_col3 p{
	color:#333;
	font-size:11px;
	line-height:15px;	
	margin-top:0px;
}
#footer_col1 p strong,
#footer_col2 p strong,
#footer_col3 p strong{
	color:#000;
}
#footer_col1, #footer_col2,#footer_col3 { 
	width:100%; padding-left:25px;
}

#errorlist{
	border:1px solid #900;
	padding:15px;
	margin:22px;
	background-color:#FFD5D5;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;		
}
#errorlist p{ font-size:12px; line-height:16px; } 
#errorlist ul{ margin:0; }
#errorlist ul li{ font-size:12px; padding-top:0px; padding-bottom:0px; margin:0px; line-height:15px; }




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

@media only screen and (min-width: 35em) {

}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 144dpi) {

}
@media screen and (min-width:1000px) {
	.forum-dates {
		display: block;
		font-size: 14px;
		line-height: 16px;
		color:#333;
	}
	.main-content-address {
		width: 33%;
		float: left;
		margin: 4px 0;
	}
	.main-content-address .heading {
		font-size: 15px;
		line-height: 22px;
		color: #0093d0;
		font-weight: 900;
	}

	.top {
		position: absolute;
		display: block;
		right: 0;
		top: 0;
		padding: 10px 30px 0px 0;
		vertical-align: middle;
		color: #4db4e4;
	}
	.toptext {
		font-size: 28px;
		vertical-align: 28%;
	}
	.arrow {
	  font-size: 68px;
	}
	#sidebar_head{
		background:url(../img/bar.png) center bottom no-repeat;
	}
	#accordion {
		display:none;
	}
	#map-module {
		display:block;
	}
	#map {
		background: #e6c451 url(../img/bg_map.png) no-repeat;
		height:495px;
	}
	#container {
		width:960px;
	}
	#col1{
		width:608px;
	}
	#sidebar{
		width:293px;
		margin-top:0;
	}
	#footer_col1, #footer_col2, #footer_col3 {
		padding-left:0px;
	}
	#footer_col1 {
		width:442px;
		margin-left:38px;
	}
	#footer_col2 {
		width:227px;
	}
	#footer_col3 {
		width:253px;		
	}
	#sitelinks {
		width:916px;
	}

	#sidebar form{
		min-height:1259px;
	}
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
.ib { zoom:1; *display: inline; }
.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

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