/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/** Fonts **/


/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

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

body {
    font-size: .875em;
    line-height: 1.4;
}

*, *:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

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

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

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

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* Commonly Use */

.left{
	float:left;
}
.right{
	float:right;
}
.italic{
	font-style:italic;
}
.bold{
	font-weight:bold;
}
.align-right{
	text-align:right;
}
.align-center{
	text-align:center;
}
.muted {
  color: #999999;
}

a.muted:hover,
a.muted:focus {
  color: #808080;
}

.text-warning {
  color: #c09853;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #a47e3c;
}

.text-error {
  color: #b94a48;
}

a.text-error:hover,
a.text-error:focus {
  color: #953b39;
}

.text-info {
  color: #3a87ad;
}

a.text-info:hover,
a.text-info:focus {
  color: #2d6987;
}

.text-success {
  color: #468847;
}

a.text-success:hover,
a.text-success:focus {
  color: #356635;
}


/* Wrapper */
body{
	border-top: #ffd90f 10px solid;
}
.wrapper{
	max-width :960px;
	margin: 0 auto;
	width: 100%;
}


/** Header **/
#header{
	font-family: 'Ropa Sans', sans-serif;
}

#logo{
	margin: 20px 0 15px;
}

/** Navigation **/
#nav {
	margin: 48px 0 0;
	font-family: 'Ropa Sans', sans-serif;
}
#nav .navbar{ margin: 0; }
#nav .navbar-inner {
    background: none;
    border: none;
    -webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
    -webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;

    min-height: inherit;
    padding-left: 0;
    padding-right: 0;
}
#nav .navbar .nav > li > a {
    color: #081f36;
    float: none;
    padding: 5px 0 3px;
    text-decoration: none;
    text-shadow: none;
		font-size: 15px;
		text-transform: uppercase;
		border-bottom: transparent 3px solid;
}

#nav .navbar .nav{
	float: none;
	margin: 0 auto;
	text-align: center;
}
#nav .navbar .nav > li{
	float: none;
	padding: 0 15px;
	display: inline-block;
	float: left;
}

#nav .navbar .nav > .active > a, #nav .navbar .nav > .active > a:hover, #nav .navbar .nav > .active > a:focus,
#nav .navbar .nav a:hover{
	color: #081f36;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-color: #ffd90f;
	background: none;


}
#nav .navbar .nav a:hover{
	font-weight: 300;
}


.topnav{
	color: #000;
	font-size: 11px;
	margin: 20px 0 15px 0;
}
.topnav a{
	color: #000;
}

.search-box{
	border: #ebebeb 1px solid;
	background: #fff;
}
.search-box form{ margin: 0; }

.search-box input[type="submit"]{
	width: 26px;
	height: 24px;
	background: url(../img/btn-search.png) no-repeat;
	float: left;
	border: none;
	margin: 2px 0 0 2px;
	cursor: pointer;
	border: none;
}

.search-box input[type="text"]{
	width: 160px;
	font-size: 14px;
	text-transform: uppercase;
	border: none;
	font-family: 'Ropa Sans', sans-serif;
	height: auto;
	padding: 5px;
	margin: 2px 0 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	color: #000;
	text-align: left;
}

/** Slider **/
#slider{
	/*background: #0d2243;*/
	background: #fff;
	position: relative;
	margin-top: -19px !important;
}
#slider .wrapper{
	max-width: 1000px;
}

#slider li{
	position: relative;
}

#slider .slide-text{
	position: absolute;
	bottom: 50px;
	left: 20px;
	color: #e3cb21;
	font-size: 18px;
}

#slider .slide-text2{
	position: absolute;
	bottom: 50px;
	left: 20px;
	color: #e3cb21;
	font-size: 18px;
	background: url('../img/oiiblue-85.png') 0 0 repeat;
	padding: 10px;
	border-radius: 2px;
}

#slider .slide-text p, #slider .slide-text2 p{ margin-bottom: 0; line-height: normal; font-size: 1.2em; letter-spacing: .08em;}
#slider .slide-text h3, #slider .slide-text2 h3 {
	font-size: 34px;
	color: #fff;
	line-height: normal;
	margin: 0 0 10px;
	font-weight: normal;
}

.btn-more{
	color: #0d0e32;
	font-size: 18px;
	text-transform: uppercase;
	text-align: center;
	padding: 7px 20px;
	display: inline-block;
	background: #fbd90c;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 2px 2px 3px 2px rgba(12,0,9,.4);
	-moz-box-shadow: 2px 2px 3px 2px rgba(12,0,9,.4);
	box-shadow: 2px 2px 3px 2px rgba(12,0,9,.4);
}

.btn-more:hover{
	text-decoration: none;
}

#slider .control a {
	width: 34px;
	height: 34px;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -17px;
	-webkit-box-shadow: 2px 2px 3px 2px rgba(12,0,9,.4);
	-moz-box-shadow: 2px 2px 3px 2px rgba(12,0,9,.4);
	box-shadow: 2px 2px 3px 2px rgba(12,0,9,.4);
	text-indent: -9999em;
	outline: none;
	z-index: 999;
}

#slider #slider-prev a{
	background: url(../img/prev.png) no-repeat;
	left: 0;
}
#slider #slider-next a{
	background: url(../img/next.png) no-repeat;
	right: 0;
}

img{ max-width: 100%; height: auto; 	width:inherit\9; /* for ie8 */ }

/** Content **/
#content{
	padding: 50px 0 35px;
	background: #ffffff url(../img/content-bg.png) repeat-x top;
	font-family: 'Ropa Sans', sans-serif;
	color: #959694;
	font-size: 13px;
	line-height: normal;
}
#content p.intro{ margin-bottom: 20px; }
#content p{ margin-bottom: 10px; }
#content h2{
	text-transform: uppercase;
}

.stock{
	margin: 0 0 40px;
}
.num{
	color: #fff;
	font-size: 30px;
	display: block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #25a6da;
	text-align: center;
	padding: 10px;
	font-weight: bold;
	width: 40%;
	float: left;
}

.stock p{
	font-size: 20px;
	text-align: right;
	line-height: 18px;
	margin: 0;
}

.stock p small{ font-size: 13px;  }

figure{
	margin: 0 auto 10px;
	text-align: center;
}

.home-btns{
	margin: 0 10px 10px!important;
}

.btn-blue{
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	background: #143a67;
	display: inline-block;
	padding: 8px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
}

.home-btns .btn-blue{
	text-align: left;
}

.btn-blue:hover{
	text-decoration: none;
	background: #25a6da;
	color: white;
}

.btn-small{
	font-size: 12px;
	line-height: normal;
	padding: 4px 5px;
}

.news-list{ }
.news-list h4{
	font-size: 16px;
	text-transform: uppercase;
	color: #444541;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: #ccc7c5 1px solid;
}
.news-list li a{
    text-decoration:none;
	color: #143a67;
	/*color: #5f5957;*/
	font-size: 13px;
	line-height: normal;
}

.news-list li a:hover {
	color: #25a6da;
	/*color: #143a67;*/
}

.news-list ul{
	padding: 0;
	margin: 0 0 15px;
	list-style: none;
}

.news-list ul li{
	line-height: normal;
	text-transform: uppercase;
	padding-bottom: 5px;
	margin-bottom: 5px;
	/*border-bottom: #ddd9d7 1px solid;*/
}
.news-list ul li p:last-child{ margin-bottom: 0; }

.news-list ul li:last-child{
	border-bottom: none;
}

.date{
	position: relative;
	display: inline-block;
	color: #141020;
	background: #d1d1d1;
	padding: 2px 10px;
	margin: 0 0 20px!important;
}

.date span{
	width: 13px;
	height: 11px;
	background: url(../img/angle.png) no-repeat;
	position: absolute;
	bottom: -11px;
	left: 0;
}

.blue{
	color: #49b0df;
}

.btn-blue2{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #3f87c2;
	font-size: 16px;
	font-family: 'Ropa Sans', sans-serif;
	color: #fff;
	display: inline-block;
	padding: 10px;
	text-align: center;
}

.btn-blue2 span{
	display: block;
	font-size: 12px;
}

.btn-blue2:hover{ text-decoration: none; color: white }

.col-mid{
	padding: 0 20px;
	border-left: #797a7b 1px solid;
	border-right: #797a7b 1px solid;
}

.nomargin{ margin: 0!important; }


article.post{
	margin: 0 0 20px;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666666;
}
article.post h2{
	font-size: 24px;
	margin: 0 0 15px;
	line-height: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}
article.post h2,
article.post h2 a{
	color: #113457;
}

article.post p a{ color: #3f87c2; text-decoration: underline; }
article.post p a:hover{ text-decoration: none; }

#inner-content{
	padding: 20px 0;
	border-top: #e5e5e5 1px solid;
}

header h1{
	color: #081f36;
	font-size: 36px;
	font-weight: normal;
	line-height: normal;
	font-family: 'Ropa Sans', sans-serif;
	margin: 0 0 0;
}

header h2{
	font-size: 30px;
	color: #3f87c2;
	font-weight: normal;
	margin: 0 0 15px;
}
.sidebar{
	margin-bottom: 30px;
}
.sidebar h4{
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: normal;
	line-height: normal;
	padding: 10px;
	margin: 0 0 10px;
	background: #081f36;
	font-family: 'Ropa Sans', sans-serif;
}

h2.widgettitle {
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: normal;
	line-height: normal;
	padding: 10px;
	margin: 0 0 10px;
	background: #081f36;
	font-family: 'Ropa Sans', sans-serif;
}

html.no-js body.customize-support section#inner-content div.wrapper div.row-fluid aside.sidebar nav.navside ul#sidenav li#nav_menu-2.widget div.menu-investor-relations-container ul#menu-investor-relations.menu li.menu-item  {
	border-bottom: 1px solid #E5E5E5;
    padding: 5px;
}

.gray-line	{
	border-bottom: #e5e5e5 1px solid;
	padding: 5px;
}

.font-20px{
	font-size: 16px !important;
}

.navside{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 30px;
}

.navside li{
	border-bottom: #e5e5e5 1px solid;
	padding: 5px;
}
.navside a{
	color: #081f36;
	display: block;
	line-height: normal;
	padding-top: 3px;
	padding-bottom: 3px;
}
.navside li ul li {
	border-bottom: none;
}
.navside li ul {
	margin-left: 15px;
}
.navside li ul ul {
	display: none;
}

.navside .active a {
	color: #3f87c2;
	padding-left: 15px;
	background: url(../img/side-nav-arrow.png) no-repeat 0 4px;
	font-weight: bold;
	text-decoration: none;
}
.navside a:hover {
	text-decoration: none;
}

.back{ margin-top: 15px; margin-bottom: 23px; }

.back a{
	color: #081f36;
	text-transform: uppercase;
	padding-left: 15px;
	background: url(../img/arrow-yellow.png) no-repeat left;
	font-family: 'Ropa Sans', sans-serif;
	font-size: 14px;
}

.box{
	background: #f4f5f7;
}
.box h3{
	color: #081f36;
	font-size: 16px;
	font-family: 'Ropa Sans', sans-serif;
	background: #ebf3f9 url(../img/box-ttl.png) repeat-x bottom;
	margin: 0 0 0;
	display: block;
	line-height: none;
	padding: 7px;
	font-weight: normal;
}

.box .inner{ padding: 10px; min-height: 100px; }

.main{
	color: #000000;
	font-size: 13px;
	line-height: 18px;
}

.inner-slider{
	border: #e6e8eb 1px solid;
	margin-bottom: 30px;
}

#inner-pager{
	text-align: center;
	padding: 10px 0;
}

#inner-pager a{
	margin: 5px 3px;
	display: inline-block;
}

.right-sidebar{ }

.right-sidebar .widget{
	margin: 0 auto 28px;
}

.right-sidebar h3{
	color: #081f36;
	font-size: 16px;
	line-height: normal;
	font-weight: normal;
	margin-bottom: 15px;
	padding-bottom: 5px;
	border-bottom: #ffd90f 4px solid;
}

.iconContact{
	padding-left: 20px;
	background: url(../img/icon-contact.png) no-repeat 0 2px;
}

.line{
	border-bottom: #e5e5e5 1px solid;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.line a{
	color: #081f36;
	padding-left: 40px;
	line-height: normal;
	font-size: 12px;
}

.line a:hover{ }

.iconHiring,
.iconPdf,
.iconVideo,
.iconDownload{
	padding-left: 40px;
	padding: 5px 0;
}

.iconHiring{
	background: url(../img/icon-hirihg.png) no-repeat left;
	display: block;
}
.iconPdf{
	background: url(../img/icon-pdf.png) no-repeat left;
	display: block;
}.iconDownload{
	background: url(../img/icon-download.png) no-repeat left;
	display: block;
}
.iconVideo{
	background: url(../img/icon-video.png) no-repeat left;
	display: block;
}

.contact-form{
	background: #fff;
}
.contact-form form{ margin: 0; }

.contact-form input[type="text"],
.contact-form textarea{
	background: #e8eaed;
	border: #c3c4c6 1px solid;
	height: auto;
	padding: 5px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	font-size: 12px;
}

.contact-form textarea{
	min-height: 120px;
	overflow: auto;
}


.btn-send{
	text-transform: uppercase;
	text-align: center;
	display: block;
	background: #ffd90f;
	padding: 7px 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #081f36;
	font-size: 16px;
	font-family: 'Ropa Sans', sans-serif;
	border: none;
	width: 100%!important;
	cursor: pointer;
}

.mb20{ margin-bottom: 20px; }


.form-search{
	background: #ebf3f9 url(../img/inner-search.png) no-repeat left;
	border: #e6e6e6 1px solid;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 5px 5px 5px 35px;
	margin-bottom: 20px;
}

.form-search input[type="text"]{
	height: auto;
	padding: 5px;
	font-family: 'Ropa Sans', sans-serif;
	font-size: 16px;
	color: #959595;
	border: none;
	background: none;
	width: 100%;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}


.cat-list{ }

.cat-list h2.title{
	color: #000;
	font-size: 24px;
	font-family: 'Ropa Sans', sans-serif;
	line-height: normal;
	margin: 0 0 5px 0;
	text-transform: uppercase;
}

.cat-list h3.title{
	color: #3f87c2;
	font-weight: bold;
	font-size: 18px;
	margin: 0 0 15px;
	text-transform: uppercase;
}

.cat-list ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.cat-list li{
	display: inline-block;
	float: left;
 	margin-right: 4%;
	width: 48%;
	margin-bottom: 15px;
}

.cat-list li:nth-child(even){
	margin-right: 0;
}

.cat-list li:nth-child(odd){
	clear: left;
}

.cat-list .item{
	color: #081f36;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	padding: 2px;
	/*-webkit-box-shadow: 1px 1px 1px 1px rgba(0,0,0,.1);
	-moz-box-shadow: 1px 1px 1px 1px rgba(0,0,0,.1);
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,.1);*/

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.cat-list .item header{
	background: #e8eaed;
	padding: 8px 5px;
	min-height: 50px;
}
.cat-list .item header h2{ margin: 0; line-height: normal; font-size: 16px; }
.cat-list .item header h2 a{
	color: #081f36;
	font-size: 16px;
	text-transform: uppercase;
	font-family: 'Ropa Sans', sans-serif;
}

.cat-list .item article{
	padding: 5px;
}

.cat-list .item .readmore{
	text-align: right;
	color: #3f87c2;
	text-decoration: underline;
	font-size: 12px;
	padding: 8px 5px;
	background: #f0f0f0;
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
	border-top: #cccccc 1px solid;
}

.cat-list .item .readmore a{
	color: #3f87c2;
}

.cat-list1{ }

.cat-list1 h2.title{
	color: #000;
	font-size: 24px;
	font-family: 'Ropa Sans', sans-serif;
	line-height: normal;
	margin: 0 0 5px 0;
	text-transform: uppercase;
}

.cat-list1 h3.title{
	color: #3f87c2;
	font-weight: bold;
	font-size: 18px;
	margin: 0 0 15px;
	text-transform: uppercase;
}

.cat-list1 ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.cat-list1 li{
	display: inline-block;
	float: left;
/* 	margin-right: 4%; */
	width: 33%;
	height: 380px;
	margin-bottom: 15px;
}

.cat-list1 li:nth-child(even){
	margin-right: 0;
}

.cat-list1 li:nth-child(odd){
/* 	clear: left; */
}

.cat-list1 .item{
	color: #081f36;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	padding: 2px;
	/*-webkit-box-shadow: 1px 1px 1px 1px rgba(0,0,0,.1);
	-moz-box-shadow: 1px 1px 1px 1px rgba(0,0,0,.1);
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,.1);*/

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.cat-list1 .item header{
	background: #e8eaed;
	padding: 8px 5px;
	min-height: 50px;
}
.cat-list1 .item header h2{ margin: 0; line-height: normal; font-size: 16px; }
.cat-list1 .item header h2 a{
	color: #081f36;
	font-size: 16px;
	text-transform: uppercase;
	font-family: 'Ropa Sans', sans-serif;
}

.cat-list1 .item article{
	padding: 5px;
}

.cat-list1 .item .readmore{
	text-align: right;
	color: #3f87c2;
	text-decoration: underline;
	font-size: 12px;
	padding: 8px 5px;
	background: #f0f0f0;
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
	border-top: #cccccc 1px solid;
}

.cat-list1 .item .readmore a{
	color: #3f87c2;
}


.acc h4{
	background: #081f36 url(../img/closed.png) no-repeat 94% center;
	cursor: pointer;
}

.acc h4.active{
	background: #081f36 url(../img/opened.png) no-repeat 96% center;
}

.acc nav{
	display: none;
}

.acc h4.active + nav{
	display: block;
}


/** Footer **/
#footer{

}

#footer .top{
	color: #636363;
	border-top: #c4c9cf 1px solid;
	padding: 20px 0 30px;
	background: #e8eaed;
}

#footer .top h3{
	color: #000;
	text-transform: uppercase;
	font-size: 16px;
	margin: 0 0 0;
	border-bottom: #959595 2px solid;
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

#footer .top li{
	display: block;
	border-bottom: #959595 1px solid;
	padding: 5px 0;
	font-size: 12px;
}

#footer .top li.last{ border: none; }

#footer .top li a{
	color: #636363;
}

.copy{
	background: #ffd90f;
	padding: 10px 0;
	border-top: #b8bec5 1px solid;
	color: #000;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

.copy a{ color: #000; }

.copy .row-fluid [class*="span"]{ min-height: inherit; }


#footer .socials{
	margin: 0;
	padding: 0;
	list-style: none;
	width: 75%;
	display: table;
}

#footer .socials li{
	display: table-cell;
	text-align: center;
	padding: 0;
	border: none;
}

#footer .socials img {
	height: 22px;
}


/*
 border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;

	-moz-box-shadow:0 0 5px 0 #012443;
    -webkit-box-shadow:0 0 5px 0 #012443;
    box-shadow:0 0 5px 0 #012443;

	position:relative;
	behavior: url(js/PIE.htc);
*/

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

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

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

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

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}



/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

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