html {}
body {
  background-color:#fff;
  color: #1f3667;
  font: normal 400 16px sans-serif;
  margin: 0;
}
body.index {
  color: #333;
}
*,
*::before,
*::after{box-sizing: border-box;}
a {
  color: #05bbda;
  outline: none;
  text-decoration: underline;
}
a:hover, a:focus {color: #bfd730;}
a.logo {
  background: url(logo.png) center top no-repeat;
  background-size: contain;
  border:2px solid transparent;
  display: block;
  height: 58px;
  width: 210px;
}
a.logo:focus{border:2px solid #f57e20;}
h1 {
  color: black;
  font: normal 400 30px sans-serif;
  padding: 0;
}
h2 {
  color: #1f3667;
  font: normal 400 24px sans-serif;
  margin-bottom: 15px;
  padding: 0;
}
h3 {
  font: normal 700 1.17em/1.27em sans-serif;
  margin: 1em 0;
  padding: 0;
}
img {
  border: 0;
  display: block;
}
ol, ul {
  margin: 1em 0;
  padding: 0 0 0 1.25em;
}
p {
  margin: 1em 0;
  padding: 0;
}
.contain {
  margin: 0 auto;
  width: 1200px;
}
.fill {
  min-width: 1200px;
  width: 100%;
}
.bottom {
  margin-bottom: 0;
  padding-bottom: 0;
}
.top {
  margin-top: 0;
  padding-top: 0;
}
/* header */
header {
  display:block;
  position: relative;
  background: #65646a;  
}
header div.contain {
  display: flex;
  justify-content: flex-start;
  padding: 20px 25px;
}
div.tagline {
  background:url(tagline.png)left center no-repeat;
  height:47px;
  width:432px;
}
div.orangebar {background-color:rgb(207,68,17);}
div.slogan {
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 28px;
  line-height: 44px;  
}
#epAttention {
  padding: 10px 0;
  text-align: center;
}
#epLang {
  display: none;
  /* 
  display: flex;
  justify-content: space-between;
  padding: 15px;
  */
}
#epLang a {
  color: #1f3667;
  display: inline-block;
  font-size: 12px;
  text-decoration: none;
}
#epLang a:hover, #epLang a:focus {color: #05bbda;}
nav {
    display: flex;
    font: normal 400 18px sans-serif;
    justify-content: space-between;
    align-items: center;
    height:56px;
}
nav a {
    align-items: center;
    border-right: 1px solid white;
    color: #fff;
    display: flex;
    height: 100%;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 36px;
    position: relative;
    text-decoration: none;
}
nav a:last-of-type {border-right: none;}
nav a:hover, nav a:focus {
  color: #fff;
  background-color:#000;
}
nav a:first-child:before {display:none;}
#home_content a{width: 300px;}
#main_content a{width: 200px;}
.banner {
    display: flex;
    padding: 3px 0;
    height: 341px;
}
#epCarousel {
    background: url("slide4.jpg") center center no-repeat;
    background-image: url("slide4.jpg");
    background-size:cover;
    height: 336px;
    display: block;
    margin-right: 3px;
    transition: 0.8s; 
    width: 900px;
}
.overlay {
    background-repeat:no-repeat;
    background-position:center center;
    background-size:cover;
    height: 336px;
    display: block;
    transition: 0.8s; 
    width: 100%;
}
#sideButtons {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    width: 298px;
}
#sideButtons a {
    align-items: center;
    background-color: #404040;
    color: white;
    display: flex;
    height: 165px;
    font-size: 42px;
    font-weight: 700;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
}
.middle{margin:3px 0;}
a.screen-reader-shortcut {
    left: 6px;
    position: absolute;
    top: -99px;
}
a.screen-reader-shortcut:focus {
    background-color: #f1f1f1;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    color:#f57e20;
    font-size: 14px;
    font-weight: 700;
    padding: 15px 23px 14px;
    top: 6px;
    z-index: 5;
}
.report-left {border-right:1px solid black;}
.report-right {
  background:url(report-side.png) center center no-repeat;
  background-size:contain;
  height:325px;
  width:742px;
}
.faq-right {
  background:url(faq-side.png) center center no-repeat;
  background-size:contain;
  height:560px;
  width:250px;
}
.expand-text {margin-bottom:20px;}
.expand-button {text-decoration:underline;}
/* content */
main {
  display: block;
  padding: 0 0 20px;
}
section {display: block;}
section.flex {
  display: flex;
  padding: 20px 0;
}
.text-index {margin-top: 50px;}
[class^="col-"] { /* Applies to all CSS classes that start with "col-" */
  vertical-align: top;
}
.col-100 {
  display: inline-block;
  padding: 10px 25px;
  width: 1200px;
}
.col-66-img {
  display: inline-block;
  padding: 10px 0 10px 50px;
  vertical-align: top;
  width: 792px;
}
.col-66 {
  display: inline-block;
  padding: 10px 25px;
  vertical-align: top;
  width: 792px;
}
.col-50 { /* Column-50 is technically 49% so columns do not break to a new line in all browsers */
  display: inline-block;
  padding: 10px 25px;
  width: 599px;
}
.col-33 {
  display: inline-block;
  padding: 10px 25px;
  width: 396px;
}
.col-75 {
  display: inline-block;  
  padding: 10px 25px; 
  width:900px;
}
.col-25 {
  display: inline-block;  
  padding: 10px 25px; 
  width:300px;
}
.col-left {
  margin-right: 2%;
  padding: 10px 25px;
  width: 60%;
}
.col-right {
  padding: 10px 25px;
  width: 38%;
}
#epEmergency {
  border:1px solid #000;
  font-size:.95em;
  padding: 10px 20px;
  text-align: center;
}
#epEmergency br {display: none;}
#epEmergency strong {font-weight:400;}
#epDDN {
  font-weight: bold;
  white-space: nowrap;
}
.listor {
  list-style: none;
  margin: 1em 0;
}
/* dp and phone */
#epDataPrivacy .online,
#epDataPrivacy .phone,
#epDataPrivacy .output {
  display: block;
}
#epDataPrivacy ol.dropDowns {
  list-style: none;
  margin: 0;
  padding: 0;

  select{
    width: 333px;
  }
}
#epDataPrivacy .text {color: #1f3667;}
#epPhone{
}
select {
  font: normal 400 14px sans-serif;
  margin: 5px 0 15px;
  min-width: 355px;
  padding: 5px;
}
button, .submit {
  background: #cf4411;
  border: none;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  font-size: 17px;
  margin: 15px 0;
  padding: 6px 24px;
  text-decoration: none;
}
button:disabled, button:disabled:hover, input.submit:disabled, input.submit:disabled:hover,
button:disabled, button:disabled:focus, input.submit:disabled, input.submit:disabled:focus {
  background: #ccc;
  cursor: default;
}
button:hover, .submit:hover, button:focus, .submit:focus {
  color: #fff;
  background: #63656a;
}
.nowrap {white-space: nowrap;}
/* issues */
#epIssues {width: 100%;}
#epIssues .category {
  display: flex;
  margin-bottom: 20px;
}
#epIssues .category{background: #1f3667;}
#epIssues .catdesc {display: none;}
#epIssues .catname {
  color: #fff;
  font: normal 700 20px sans-serif;
  padding: 20px 20px 20px 30px;
  width: 24%;
}
#epIssues .details {
  font: italic 400 11px sans-serif;
  position: absolute;
  right: 7px;
  text-decoration: underline;
  top: 3px;
}
#epIssues .issue {
  margin-bottom: 10px;
  padding: 0 5px 0 10px;
  position: relative;
}
#epIssues .issue:last-of-type {margin-bottom: 0;}
#epIssues .issue:hover,
#epIssues .issue:focus {background: #eee;}
#epIssues .issuebox {
  background: #fff;
  padding-left: 20px;
  width: 76%;
}
#epIssues .name {
  font: normal 400 16px/20px sans-serif;
  padding: 5px 0;
}
#epIssues .desc {
  color: #777;
  font-size: 14px;
  padding: 0 60px 10px 15px;
}
input.text-input  {
  margin: 5px 0 20px;
  min-width: 300px;
  padding: 5px;
}
.follow-page section span {font-size: 18px;}
/* footer */
footer {
  background-color:rgb(207,68,17);
  color:#fff;
  font-size: 15px;
  margin-top:20px;
  padding: 20px 0;
}
footer th {display: none;}
footer td {padding: 5px 0 0 !important;}
footer .line1 {
  float: left;
  padding-left: 10px;
}
footer .line2 {
  color: #fff;
  float: right;
  padding-right: 10px;
}
footer .line2 a {
  color:#fff; 
  text-decoration:none;
}
footer .line2 a:hover, footer .line2 a:focus {
  color:#fff; 
  text-decoration:underline;  
}
footer table {
  font-size: 14px;
  margin: 15px auto 0 !important;
  width: 1200px !important;
}