/*  Content Styles  ****************************************/
h1, h2, h3, h4, input, menu, label {
    font-family: 'Avenir LT W01 95 Black',Helvetica,Arial,sans-serif;
    font-weight: 300;
}
.copy {
	font-family: 'Avenir LT W01 95 Black',Helvetica,Arial,sans-serif;
	font-size: 1.1em;
	font-weight: 300;
	line-height: 1.3em;
	color: #666;
	padding: 5px 6% 30px 6%;
}
.copy a {
	font-weight: bold;
	color: #2a6496;
	text-decoration: none;
}
.copy a:hover {
	text-decoration: underline;
}
.copy li {
	margin-bottom: 5px;
}
input, select, textarea {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.copy input {
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.428571429;
	color: #555;
	vertical-align: middle;
	border: 1px solid #ccc;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	outline: none;
}
.faqs input {
	width: 70%;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.copy button {
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.428571429;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	border: 1px solid #ccc;
	background-color: white;
	cursor: pointer;
}
.faqs button {
	border-left:none;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	width: 20%;
	display: inline-block;
}
.copy input:focus {
	box-shadow: 0 0 5px rgba(75, 155, 206, 1);
	border: 1px solid rgba(75, 155, 206, 1);
}
.pocdownload table tr td:nth-child(1) {
	width: 15%;
	text-align: right;
	padding-right: 18px;
	vertical-align: top;
}
.pocdownload table tr td:nth-child(2) {
	width: 85%;
}
.pocdownload table tr td {
	padding-bottom: 12px;
}
.pocdownload label {
	font-weight: bold;
	font-size: 16px;
}
.pocdownload input, .pocdownload select {
	width: 100%;
	padding: 6px 12px;
	border-radius: 4px;
	color: #555;
	border: 1px solid #ccc;
}
.form-row {
	margin-bottom: 15px;
}
.left-form-cell {
	width: 16%;
	display: inline-block;
	text-align: right;
	padding-right: 2%;
	vertical-align: top;
	padding-top: 6px;
}
.right-form-cell {
	width: 81%;
	display: inline-block;
}
.pocdownload button {
	border-radius: 4px;
	margin:auto;
}
.dockets table {
	width: 100%;
}
.dockets table tr td {
	vertical-align: top;
}
.dockets table tr:nth-child(1) td {
	vertical-align: middle;
}
.dockets form div div a {
	background-image: url("../img/print-page.gif");
}
.dockets fieldset div {
	z-index: 0;
}
a.name {
	position: relative;
	bottom: 65px;
	display: block;
}

	
.copy h4 {
	font-family: 'Avenir LT W01 95 Black',Helvetica,Arial,sans-serif;
	padding:20px 0px 0px 0px;
	color: #333333;
	font-size: 1.1em;
}

.copy h4.section-heading {
	font-family: 'Avenir LT W01 95 Black',Helvetica,Arial,sans-serif;
	text-align:center; 
	padding:20px 0px 0px 0px;
	color: #666;
	font-size: 1.1em;
}
.copy div.faq-border {
	border: 1px solid #ddd;
	border-radius: 4px;
	margin-top: 15px;
}
.copy h4.question-title {
	font-family: 'Avenir LT W01 95 Black',Helvetica,Arial,sans-serif;
	font-size: .95em;
	padding: 10px 0px;
	margin: 0;
	display: block;
	width: 100%;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	background-color: #f5f5f5;
}
.copy h4.question-title table {
	width: 97%;
	margin: 0% 1% 0% 10px;
}
.copy span.caretRight {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 6px;
	vertical-align: middle;
	border-top: 4px solid transparent;
	border-left: 4px solid;
	border-bottom: 4px solid transparent;
}
.copy span.caretDown {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px solid;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}
.copy div.question-body {
	padding: 0px 10px;
}
.highli {
    background-color: #1f4686;
    color: #fff;
}
img {
    vertical-align: middle;
	text-decoration: none;
	border: 0px;
}

/*  Layout Styles  *****************************************/
/*  Begin header.php  **************************************/
html {
	font-family: Helvetica, Arial, sans-serif;
}
body {
	background-color: #f1efed;
	margin: 0;
}
#content {
	font-size: 16px;
	width: 1024px;
	margin: 0 auto;
	background-color: white;
}
header {
	position: fixed;
	top: 0;
	width: 1024px;
	height: 64px;
	z-index: 10;
}

nav {
	height: 64px;

	position: relative;
	background-color: white;
} 

.nav-logo {
	background: white url('../img/hri-logo-sm.png') 50% 50% no-repeat;
	width: 250px;
	height: 90px;
	display: block;
	float: left;
}
.lang-select {
	padding: 15px 2.2% 10px 20px; 
	background-color: black; 
	color: white; 
	text-align: right; 
	float: right;
}
.main-nav {

	position: fixed;
	width: 250px;
	margin-top:90px;
}
.btn-burger {
	display: none;
	margin-top: -64px;	
}
nav menu {
	padding: 0px;
	margin: 0px;
	width: 250px;
	display: block;

}
.nav {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.nav h3 {
	font-family: 'Avenir LT W01 95 Black',Helvetica,Arial,sans-serif;
    font-size: 20px;
	/*line-height:1;*/
	line-height:1.8;
	margin: 0px;
}
.nav li {
	margin-top: 2px;
	border-bottom: #b2b2b2 solid 1px;
	padding-left: 0px;
	margin-bottom: 3%;
}
.nav li:first-child{
	background-color: #7dbce5!important;
}
.nav li:nth-child(odd){
	background-color: #451d5c;
}
.nav li:nth-child(even){
	background-color: #79c8aa;
}
.nav li a {
	display: block;
	/*padding: 7.5% 7.5%;*/
	padding: 1% 1%;
	color: white;
	height: 34px;
	line-height: 15px;
	text-transform: capitalize;
	text-decoration: none;
	font-family: 'Avenir LT W01 95 Black',Helvetica,Arial,sans-serif;
	font-weight: 200;
}

.nav li a:hover,
.nav li a:focus,
.nav li.on,
.nav li.on a.on {
	-webkit-box-shadow: 3px 3px 15px #666;
	-moz-box-shadow: 3px 3px 15px #666;
	box-shadow: 3px 3px 15px #666;
}
.leader {
	text-decoration: none;
}
#leader {
	height: 190px;
	text-align: center;
	overflow: hidden;
	background-color: white;
	margin-right: 20px;
	margin-left: 270px;
}
#leader h1 {
	font-family: 'Avenir LT W01 95 Black',Helvetica,Arial,sans-serif;
	/*color: rgb(105,105,105);*/
	color: #333333;
	font-weight: 200;
	font-size: 2.25em;
	margin-top:85px;
	line-height: 1em;
}
#leader h1 span.bluebk {
	font-size: 0.8em;
}
#container {
	min-height: 41em;
	background-color: white;
	margin:20px 20px 20px 270px;
}
#container h3 {
	font-family: 'Avenir LT W01 95 Black',Helvetica,Arial,sans-serif;
	font-size: 22px;
	/*font-weight: 300;*/
	font-weight:bold;
	text-align: center;
	/*color: rgb(105,105,105);*/
	color: #333333;
	margin: 0px 0px 20px 0px;
	padding: 10px 0px 10px 0%;
	
	text-transform: capitalize;
	background-color: white;
	border-bottom: #000 2px solid;
}
/*  End header.php  *****************************************/
/*  Begin footer.php  ***************************************/
div#leader2 {
	margin-left: 258px;
	position: relative;
}
div#leader2 ul {
	padding: 0px;
	position: relative;
}
div#leader2 ul li.column {
	width: 46.2%;
	margin-right: 1.6%;
	margin-left: 1.6%;
	background-color: white;
	display: inline-block;
	float: left;
	padding: 0px;
	position: relative;
}
div#leader2 h1 {
	font-family: 'Avenir LT W01 95 Black',Helvetica,Arial,sans-serif;
	font-weight: 200;
	color: white;
	background: #2d6387;
	font-size: 1.25em;
	text-transform: uppercase;
	text-align: center;
	padding: 10px 0;
	border-bottom: 2px solid black;
	display: block;
	margin: 0px;
}
div.column-item {
	border-bottom: 2px solid black;
	color: #2d6387;
	background: white;
	font-size: 0.85em;
	line-height: 1.125em;
	text-align: center;
	padding: 0px;
	min-height: 64px;
	position: relative;
}
div.column-item a {
	text-decoration: none;
	color: #2d6387;
	display: block;
	min-height: 64px;
	padding-right: 30px;
	position: relative;
}
div.column-item a i {
	float: right;
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -5px;
}
div.column-item a:hover {
	background-color:#4B9BCE;
	color: white;
}
div.column-item p {
	margin: 0px;
	padding: 10px 20px;
	font-size: 1em;
	font-weight: 400;
}
div.column-item a p {
	text-align: left;
}
.note {
	font-style: italic;
	text-align: center;
	font-size: .85em;
}
footer {
	font-family: 'Avenir LT W01 95 Black',Helvetica,Arial,sans-serif;
	clear: both;
	padding-top: 20px;
	margin-left: 250px;
	background-color: #231f20;
}
footer div.contact {
	background-color: white;
	text-align: center;
	padding: 3px 0px;
	/* margin: 0px 160px; */
}
footer a {
	color: black;
	display: inline-block;
	text-decoration: none;
}
footer a:hover {
	color: #428bca;
	text-decoration: underline;
}
footer a i {
	margin: 0px 5px 0px 10px;
	font-size: 15px;
}
div.legal {
	text-align: center;
	color: white;
	font-size: 0.75em;
	height: 35px;
	padding: 10px 0px 0px 0px;
}
div.legal a {
	color: white;
	text-decoration: underline;
}
div.legal a:hover {
	color:#4B9BCE;
}
#mobile-indicator {
    display: none;
}

@media (max-width: 900px) {
    #mobile-indicator {
        display: block;
    }
}


@media (max-width: 1028px) {
	div#content {
		width: 100%;
	}
	nav {
		width: 100%;
	}
	header {
		width: 100%;
	}
}