@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');
*{
-webkit-box-sizing: border-box;
        box-sizing: border-box;
}
body{
font:normal normal 400 16px/22px sans-serif;
margin:0;
text-rendering:optimizeLegibility;
color: #5a5a5a;
}
a{
color: #0082cb;
outline:none;
text-decoration:none;
font-weight: bold;
}
a:hover{
text-decoration: underline;
}
a.logo{
background:url(logo1.png) no-repeat left top;
display:block;
left: 75px;
height:64px;
position:absolute;
top:20px;
width:200px;
}
button.cont {
margin: 13px 0;
}
h1{
font:normal normal 700 2em/2.1em sans-serif;
margin:0.67em 0;
padding:0;
}
h2{
font:normal normal 700 1.5em/2.6em sans-serif;
margin:0.83em 0;
padding:0;
border-bottom: 3px solid #E57200;
}
h2:lang(es){
font-size: 1.3em;	
}
h2.top:lang(es){
font-size: 1.4em;
}
h3{
font:normal normal 700 1.17em/1.27em sans-serif;
margin:1em 0;
padding:0;
}
img{
border:0;
display:block;
}
ol,ul{
list-style-type: none;
margin: 1em 0;
padding: 0;
}
p{
margin:1em 0;
padding:0;
}
.submit {
background: #0082cb;
border: none;
border-radius: 4px;
color: #ffffff;
cursor: pointer;
display:block;
font: 400 16px/24px sans-serif;
padding: 3px 10px;
text-align: center;
width: 90px;
}
.submit:hover {
text-decoration: underline;
}
#epAttention{
text-align:right;
width:400px;
color: black;
position: absolute;
right: 20px;
top: 15px;
}
#epColumn1{
margin-left: 55px;
margin-right:350px;
padding:20px;
}
#epColumn2{
float:right;
padding:20px;
width:300px;
}
#epColumn3{
padding:20px;
}
#epContent{
margin:30px auto;
width:1145px;
}
#epDDN{
font-weight:bold;
white-space:nowrap;
}
#epEmergency{
}
#epNAVEXFooterWrapper{
clear:both;
width: 100%;
min-width: 1145px;
background-color: #1999CA;
}
#epNAVEXFooter{
width: 1145px;
margin: auto;
color:white;
text-align: center;
}
#epNAVEXFooter a{
color:white;
font-weight:normal;
}
#epNAVEXFooter th{
display: none;
}
#epHeaderWrapper{
height: 102px;
width: 100%;
min-width: 1145px;
}
#epHeader{
width: 1145px;
margin: auto;
position:relative;
}
#epLang{
display:block;
position: relative;
}
#epLang a{
color: white;
padding:0 5px;
}
#langbar{
position: absolute;
right: 0px;
}
#epNavWrapper{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
height: 69px;
width: 100%;
min-width: 1145px;
background-color: #1999CA;
position: relative;
}
#epNav{
font:normal normal 400 18px/25px 'Open Sans',sans-serif;
margin: 0 auto;
position: relative;
width:1000px;
}
#epNav a{
display:block;
float:left;
padding:23px 0;
color:white;
text-decoration: none;
line-height: 18px;
border-bottom: 3px solid transparent;
text-align: center;
margin-right: 25px;
font-weight:normal;
}
#epNav a:hover{
border-bottom: 3px solid #F47721;	
-o-transition: all 0.3s ease-out !important;	
transition: all 0.3s ease-out !important;
-webkit-transition: all 0.3s ease-out !important;
}
#epWrapper{
margin:0 auto;
position:relative;
width:1145px;
}
/*dp2*/
#epDataPrivacy .online,#epDataPrivacy .phone,#epDataPrivacy .output{
}
#epDataPrivacy ol.dropDowns{
list-style:none;
margin:0;
padding:0;
}
#epDataPrivacy select{
font:normal normal 400 12px/15px sans-serif;
margin:0 0 1em 0;
width:100%;
}
/*phone*/
#epPhone select{
font:normal normal 400 12px/15px sans-serif;
margin:0 0 1em 0;
width:100%;
}
.bottom{
margin-bottom:0;
padding-bottom:0;
}
.listor{
list-style:none;
margin:1em 0;
}
.nowrap{
white-space:nowrap;
}
.top{
margin-top:0;
padding-top:0;
}
/* Issue selection */
body.issues #epColumn3 {
margin: 0px auto;
padding: 2px 20px 0;
width: 1035px;
}
#epIssues .catname {
    color: #5a5a5a;
    font-size: 20px;
    margin: 40px 0 20px;
    font-weight: 700;
}
#epIssues .catdesc {
display:none;
}
#epIssues .issue {
border: 1px solid #ccc;
border-radius: 4px;
color: #000;
margin: 10px 0;
padding: 10px;
position: relative;
}
#epIssues .issue:hover {
background: #1999ca;
color: #fff;
}
#epIssues .name {
font-size: 15px;
padding-right: 80px;
}
#epIssues .details {
font-size: 12px;
position: absolute;
right: 10px;
top: 10px;
}
#epIssues .desc {
padding: 10px 25px;
}