@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');
body {
  color: #000;
  font: normal 400 16px "Gotham A", "Gotham B", Arial, sans-serif;
  margin: 0;
  position:relative;
}
*,
*::before,
*::after{box-sizing: border-box;}
a {
  color: #004e7d;
  outline: none;
  text-decoration: underline;
}
a:hover,
a:focus {color: #0264a1;}
a.logo {
  background: url(logo.png) center top no-repeat;
  background-size: contain;
  display: block;
  height: 59px;
  margin-bottom:20px;
  width: 600px;
}
h1 {
  color: #000;
  font: normal 700 40px "Gotham A", "Gotham B", Arial, sans-serif;
  margin:15px 0;
  padding: 0;
}
h2 {
  color: #000;
  font: normal 400 24px "Gotham A", "Gotham B", Arial, sans-serif;
  margin-bottom: 15px;
  padding: 0;
}
h3 {
  color:#000;
  font: normal 700 20px "Gotham A", "Gotham B", Arial, sans-serif;
  margin: 1em 0;
  padding: 0;
}
h1 span{
  display:inline-block; 
  font-size:23px;
  position:relative; 
  bottom:15px;
}
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;
}
header .contain {
  align-items:center;
  display: flex;
  flex-direction:column;
  justify-content: space-between;
  padding: 20px 25px;
}
#epAttention {
  background-color:#004e7d;
  color:#fff;
  font-size:12px;
  padding: 7px 0;
  text-align: center;
}
span#epLangDrop{
background-color:white;
position: relative;
z-index: 100;
}
#epLang,#epLang2 {
  background-color:#fff;  
  display: flex;
  flex-direction:column;
  height:20px;
  justify-content: flex-start;
  overflow:hidden;
  padding-left:5px;  
  position:relative;
  width:94px;
}
#epLang2{
position: absolute;
right: 200px;
margin-top: -47px;
}
#epLang:hover,#epLang2:hover,
#epLang:focus,#epLang2:focus {overflow:visible; }
#epLang:before, #epLang2:before {
  background: #fff url(globe.png) center center no-repeat;
  background-size:contain;
  content:"";
  display:block;
  height:15px;
  left:3px;
  position:absolute;
  top:4px;
  width:15px;
  z-index:100;  
}
#epLang:after,#epLang2:after {
  background: #fff url(angle.png) center center no-repeat;
  background-size:contain;
  content:"";
  display:block;
  height:12px;
  right:3px;
  position:absolute;
  top:6px;
  width:12px;
  z-index:100;    
}
#epLang a,#epLang2 a,#epLang > div,#epLang2 > div {
  background-color:#fff;
  color:#000;
  display: inline-block;
  font-size: 11px;
  font-weight:bold;
  line-height:15px;
  padding:5px 5px 5px 15px;
  position:relative;
  text-decoration: none;
  text-transform:uppercase;
  z-index:99;
}
#epLang a:hover,#epLang2 a:hover,
#epLang a:focus,#epLang2 a:focus  {color: #004e7d;}
nav {
  background-color:#e1251b;
  border-radius:6px;
  display: flex;
  font: normal 700 14px "Gotham A", "Gotham B", Arial, sans-serif;
  justify-content: space-between;
  align-items: center;
  margin-bottom:-45px;
  position:relative;
  z-index:100; 
}
nav a {
  border-right:2px solid #fff;    
  color: #fff;
  display: inline-block;
  margin: 15px 20px 15px 0;
  padding-right:20px; 
  text-decoration: none;
  text-transform:uppercase;
}
nav a:first-of-type {margin-left:20px; }
nav a:last-of-type {
  border:none;  
  padding-right:0;  
}
nav a:hover,
nav a:focus {color: rgba(255,255,255,0.8);}
.banner {
  align-items:center;
  background: #fff url(banner.png) no-repeat center center;
  background-size: cover;
  display:flex;
  justify-content:center;
  margin:0 auto;
  min-height: 320px;
  max-width:1440px!important;
  padding-bottom:0;
}
.banner h1 {
  color:#fff;
  display:block;
  line-height:320px;
  text-align:center;  
}
.buttons {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
}
.buttons a {
  align-items: center;
  background: #dedede url() no-repeat center 15px;
  background-size:30px;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  margin: 10px 0;
  padding: 60px 15px 20px;
  position:relative;
  text-decoration: none;
  width: 24%;
}
.buttons a:hover, .buttons a.active,
.buttons a:focus, .buttons a.active {background-color:#004e7d; }
.buttons a.report {background-image: url(report.png);}
.buttons a.report:hover, .buttons a.report.active,
.buttons a.report:focus, .buttons a.report.active {
  background-image: url(report_hover.png);  
}
.buttons a.phone {background-image: url(call.png);}
.buttons a.phone:hover, .buttons a.phone.active,
.buttons a.phone:focus, .buttons a.phone.active {
  background-image: url(call_hover.png);
}
.buttons a.question {background-image: url(question.png);}
.buttons a.question:hover, .buttons a.question.active,
.buttons a.question:focus, .buttons a.question.active {
  background-image: url(question_hover.png);
}
.buttons a.follow {
  background-image: url(follow.png);
  background-position:center 20px;
}
.buttons a.follow:hover, .buttons a.follow.active,
.buttons a.follow:focus, .buttons a.follow.active {
  background-image: url(follow_hover.png);
  background-position:center 20px;
}
.buttons a.active:after {
  /*active_tab.png at bottom of container*/
  background: url(active_tab.png);
  background-size:contain;
  content:"";
  display:block;
  height:14px;
  position:absolute;
  bottom:-1px;
  left:105px;
  width:44px;
}
.buttons span.title {
  color:#004e7d;
  display: block;
  font-size: 15px;
  font-weight:bold;
  text-align: center;
  text-transform:uppercase;
  width: 100%;
}
.buttons a:hover span.title, .buttons a.active span.title,
.buttons a:focus span.title, .buttons a.active span.title{color:#fff; }
/* content */
main {
  display: block;
  padding: 30px 25px 30px;
  position:relative; 
}
section {display: block;}
section.flex {
  display: flex;
  justify-content:space-between;
  padding: 25px 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: 100%;
}
.col-66 {
  display: inline-block;
  padding: 10px 25px;
  vertical-align: top;
  width: 66%;
}
.col-50 { /* Column-50 is technically 49% so columns do not break to a new line in all browsers */
  display: block;
  padding: 10px 0;
  width: 49%;
}
.col-33 {
  display: inline-block;
  padding: 10px 25px;
  width: 33%;
}
.col-left {
  margin-right: 2%;
  padding: 10px 25px;
  width: 60%;
}
.col-right {
  padding: 10px 25px;
  width: 38%;
}
#epEmergency {
  margin-bottom:10px;
  padding: 10px 0;
  text-align: left;
}
#epEmergency strong {
  display: inline-block;
  margin-right: 7px;
}
#epDDN {
  font-weight: bold;
  white-space: nowrap;
}
.listor {
  list-style: none;
  margin: 1em 0;
}
/* dp and phone */
#epDataPrivacy .online, #epDataPrivacy .phone {display:none; }
#epDataPrivacy .output {display: block;}
#epDataPrivacy ol.dropDowns {
  list-style: none;
  margin: 0;
  padding: 0;
}
#epDataPrivacy .text {
  color: #000;
  font-weight:bold;
  margin-bottom:7px;
}
#epPhone{}
select {
  font: normal 400 14px "Gotham A", "Gotham B", Arial, sans-serif;
  margin: 5px 0 15px;
  min-width: 355px;
  padding: 5px;
}
button, .submit {
  background: #e1251b;
  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: #a4050d;
}
.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 "Gotham A", "Gotham B", Arial, sans-serif;
  padding: 20px 20px 20px 30px;
  width: 24%;
}
#epIssues .details {
  font: italic 400 11px "Gotham A", "Gotham B", Arial, 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 "Gotham A", "Gotham B", Arial, 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:#f0f0f0; 
  font-size: 14px;
  padding: 50px 0;
  position:relative;
}
footer:before {
  background:#fff url(footer_banner.png) center top repeat-x;
  content:"";
  display:block;
  height:32px;
  margin:0 auto;
  position:absolute;
  top:0;
  width:100%;  
}
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 {}
footer .line2 a:hover,
footer .line2 a:focus {}
footer table {
  font-size: 12px;
  margin: 15px auto 0 !important;
  width: 1200px !important;
}
.phoneBanner {
  align-items:center;
  background-color:#004e7d;
  display:flex;
  justify-content:space-between;
}
.textPhone {
  color:#fff;
  font-weight:bold;
  padding:25px 0 25px 30px;
}
#epDDN {
  color:#fff;
  font-size:20px;
  font-weight:bold;
  padding-right:30px; 
}
.faqColumn {padding:0 20px;}
.expand-button {margin-bottom:10px;}
.expand-button-closed {
  background: url(text_expand_closed.png) left -3px no-repeat;
  background-size: 20px;
  padding-left:20px;  
}
.expand-button-opened {
  background: url(text_expand_opened.png) left -3px no-repeat;
  background-size: 20px;
  padding-left:20px;  
}
.expand-text {padding-left:20px;}
.formColumn {padding-left:40px; }
.faq-question {font-weight:bold;}
.faq-answer {margin:25px 25px 30px; }