/*
navy: 1f3667
blue: 05bbda
green: bfd730
*/
body {
  color: #1f3667;
  font: normal 400 16px sans-serif;
  margin: 0;
}
body.index {
  color: #333;
}
*,
*::before,
*::after{box-sizing: border-box;}
a {
  color: #003057;
  outline: none;
  text-decoration: underline;
}
  a:focus {outline: #003057 solid 2px;}
a.logo {
  background: url(logo1.png) center no-repeat;
  background-size: contain;
  display: block;
  height: 75px;
  width: 200px;
  position: absolute;
  left: 20px;
}
h1 {
  color: #1f3667;
  font: normal 400 30px sans-serif;
  padding: 0;
}
h2 {
  color: #1f3667;
  font: normal 400 24px sans-serif;
  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;
}
.innerContain {
  margin: 0 auto;
  width: 900px;
}
.fill {
  width: 100%;
  min-width: 1200px;
}
.bottom {
  margin-bottom: 0;
  padding-bottom: 0;
}
.top {
  margin-top: 0;
  padding-top: 0;
}
.flex{
  display: flex;
  justify-content: space-between;
}
.bold{font-weight: 700;}
.center{text-align: center;}
.darkBlue{color: #003057;}
/* header */
header {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  position: relative;
}
#epLang {
  display: none;
  justify-content: space-between;
  padding: 15px;
}
#epLang a {
  color: #327DA9;
  display: inline-block;
  font-size: 12px;
  text-decoration: none;
}
#epLang a:hover,
#epLang a:focus {color: #05bbda;}
.headerContainer{
  background-color: #f1f1f1;
  border-bottom: solid 7px #003057;
}
nav {
  display: flex;
  font: normal 400 14px sans-serif;
  justify-content: space-between;
  align-items: center;
  height: 50px;
}
nav a {
  color: #327DA9;
  display: inline-block;
  padding: 0 20px;
  text-decoration: none;
  font-size: 18px;
}
nav a:hover,
nav a:focus {color: #1f3667;}
nav a:nth-child(1).active{
  color: #840028;
  font-weight: 700;
}
nav a:nth-child(2).active{
  color: #327DA9;
  font-weight: 700;
}
nav a:nth-child(3).active{
  color: #f1d141;
  font-weight: 700;
}
nav a:nth-child(4).active{
  color: #327DA9;
  font-weight: 700;
}
nav a:nth-child(5).active{
  color: #327DA9;
  font-weight: 700;
}
#epAttention {
  font-size: 14px;
  padding: 10px 0;
  text-align: center;
  color: #777;
}
.buttons {}
.buttons a {
  align-items: center;
  background: #003057;
  box-sizing: border-box;
  border-radius: 20px;
  color: #fff;
  display: flex;
  height: 90px;  
  width: 300px;
  margin: 10px 0;
  padding: 15px;
  text-decoration: none;
  text-align: center;
}
.buttons a:hover,
.buttons a:focus {
  background: #840028;;
  font-size: 21px;
  text-align: center;
}
.buttons a.questionButton:hover,
.buttons a.questionButton:focus {
  background: #327DA9;
  font-size: 21px;
  text-align: center;
}
.buttons span.title {
  display: block;
  font-size: 22px;
  width: 100%;
}
.buttons span.roll-text {
  display: none;
  font-size: 16px;
  line-height: 20px;
  width: 100%;
}
.buttons a:hover span.title,
.buttons a:focus span.title {display: none;}
.buttons a:hover span.roll-text,
.buttons a:focus span.roll-text {display: block;}
.followButton {
  align-items: center;
  background: #003057;
  box-sizing: border-box;
  border-radius: 20px;
  color: #fff;
  width: 300px;
  margin: 10px 0;
  padding: 5px 15px;
  text-decoration: none;
  text-align: center;
}
.followButton .formRow{
  display: flex;
  justify-content: space-between ;
  align-items: center;
}
.followButton input.text-input{width: 170px;}
.followButton label{padding-bottom: 15px;}
/* content */
a.screen-reader-shortcut {
  left: 6px;
  position: absolute;
  top: -99px;
  }
  a.screen-reader-shortcut:focus {
  background-color: #f1f1f1;
  color: #595959;
  font-size: 14px;
  font-weight: 700;
  padding: 15px 23px 14px;
  top: 6px;
  z-index: 5;
  }   
.mainBody{
  display: block;
  position: relative;
  min-height: 570px;
}
main {
  display: block;
  padding: 30px 10px 70px;
}
section {display: block;}
section.homeText{width: 600px;}
#epEmergency {
  padding: 10px 0;
  text-align: center;
  color: #777;
  margin-left: 200px;
  font-size: 14px;
}
#epDDN {
  font-weight: bold;
  white-space: nowrap;
}
.listor {
  list-style: none;
  margin: 1em 0;
}
/*Report*/
.reportBlock{min-height: 400px;}
.reportBlock h2{
  padding-bottom: 5px;
  border-bottom: solid 4px #840028;
}
.reportBlock p{
  font-weight: 700;
  color: #777;
}
.reportOnline {max-width:427px;}
.reportPhone {max-width:341px;}
.question .reportBlock h2{border-bottom: solid 4px #327DA9;}
#epDataPrivacy .online, #epDataPrivacy .phone, #epDataPrivacy .output {display: block;}
#epDataPrivacy .online, #epDataPrivacy .phone{display: none;}
#epDataPrivacy ol.dropDowns {
  list-style: none;
  margin: 0;
  padding: 0;
}
#epDataPrivacy .text {color: #1f3667;}
select {
  font: normal 400 14px sans-serif;
  margin: 5px 0 15px;
  width: 350px;
  padding: 5px;
}
/*follow*/
.follow h3{
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: solid 4px #f1d141;
  display: block;
}
.follow .text-input{width: 250px;}
.follow .text-input::placeholder{text-align: center;}
/*FAQs*/
.faq h2{
  padding-bottom: 5px;
  border-bottom: solid 4px #327DA9;
  display: inline-block;
}
.faq h3{margin: 10px 0;}
.faq h4{
  color:#327DA9;
  font-weight: 600;
}
.faq .expand-text{margin-left: 20px;}
button, input.submit {
  border: solid 2px #003057;
  border-radius: 5px;
  color: #003057;
  cursor: pointer;
  font-weight: 700;
  font-size: 17px;
  margin: 15px 0;
  padding: 6px 24px;
  background-color: rgb(241, 240, 240);
}
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, input.submit:hover,
button:focus, input.submit:focus {
  background: #840028;
  color: #fff;
}
.nowrap {white-space: nowrap;}
/*Issues*/
.issues h2{
  padding-bottom: 5px;
  border-bottom: solid 4px #840028;
  display: inline-block;
}
#epIssues {width: 100%;}
#epIssues .category {
  display: flex;
  margin-bottom: 20px;
}
#epIssues .category:nth-of-type(1) {background: #1f3667;}
#epIssues .category:nth-of-type(2) {background: #05bbda;}
#epIssues .category:nth-of-type(3) {background: #bfd730;}
#epIssues .catdesc {display: none;}
#epIssues .catname {
  color: #fff;
  font: normal 700 20px sans-serif;
  padding: 20px 20px 20px 30px;
  width: 24%;
}
#epIssues .details {
  font:  400 14px sans-serif;
  position: absolute;
  left: 10px;
  top: 8px;
  background-color: #003057;
  color: #fff;
  padding: 12px 20px;
}
#epIssues .details:focus {outline-width: 5px;}
#epIssues .issue {
  margin-bottom: 10px;
  position: relative;
}
#epIssues .issue:last-of-type {margin-bottom: 0;}
#epIssues .issuebox {
  background: #fff;
  padding-left: 20px;
  width: 76%;
}
#epIssues .name {
  font: normal 400 16px/20px sans-serif;
  padding: 18px 0 18px 110px;
  background: #eee;
}
#epIssues .desc {
  color: #003057;
  font-size: 14px;
  padding: 0 60px 10px 15px;
  margin-top: 5px;
  background-color: #fff;
  border: solid 2px #eee;
}
input.text-input  {
  margin: 5px 0 20px;
  padding: 5px;
}
.follow-page section span {
  font-size: 18px;
}
/* footer */
footer {
  font-size: 14px;
  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 {}
footer .line2 a:hover,
footer .line2 a:focus {}
footer table {
  font-size: 12px;
  margin: 15px auto 0 !important;
  width: 1200px !important;
}