body {
  color: #000;
  font: normal 400 18px/26px sans-serif;
  margin: 0;
}
*{
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
a {
  color: #000;
  outline: none;
  text-decoration: underline;
}
a:hover,
a:focus {color: #000;}
a.report-button, input.submit, button {
  display: inline-block;
  border: 3px solid #000;
  color: #fff;
  font-size: 22px;
  background: rgb(0, 56, 168);
  padding: 10px 45px;
  text-decoration: none;
  font-weight: bold;
  margin: 20px 0;
}
a.report-button:hover, button:hover, input.submit:hover,
a.report-button:focus, button:focus, input.submit:focus {
  background: rgb(110,188,219) ;
  color: #fff;
}
a.logo {
  background: url(logo1.png) center no-repeat;
  background-size: contain;
  display: block;
  height: 130px;
  width: 350px;
  transform:skewX(-30deg);
    -ms-transform:skewX(-30deg);
    -webkit-transform:skewX(-30deg);
}
h1 {
  color: #000;
  font: normal 700 28px sans-serif;
  padding: 0;
  text-align: center;
}
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;
}
.fill {
  min-width: 1200px;
  width: 100%;
}
.bottom {
  margin-bottom: 0;
  padding-bottom: 0;
}
.top {
  margin-top: 0;
  padding-top: 0;
}
.subtext {
  font-size: 18px;
  font-weight: 400;
}
/* header */
div.top-bar {
  background: rgb(40,110,156);
  display: block;
  height: 20px;
  width: 400px;
  margin-left: -40px;
  transform:skewX(30deg);
    -ms-transform:skewX(30deg);
    -webkit-transform:skewX(30deg);
}
div.header-bg {
  background: rgb(0, 56, 168);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
div.logo-box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: white;
  margin-left: -40px;
  transform:skewX(30deg);
    -ms-transform:skewX(30deg);
    -webkit-transform:skewX(30deg);
  width: 443px;
}
header {
  background: rgb(0, 56, 168);
  display: block;
}
.index header {border: none;}
header > .contain {padding-bottom: 20px;}
header h2 {color: white;}
#epLang {
  display: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          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 {
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font: normal 400 22px sans-serif;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 50px;
}
.index nav {border-right: 32px solid rgb(0, 56, 168);}
nav a {
  border-right: 2px solid black;
  color: #000;
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  font-weight: 700;
  margin: 8px 0;
  padding: 0 20px;
  text-align: center;
  text-decoration: none;
}
nav a:last-of-type {border-right: none;}
nav a:hover,
nav a:focus {color: #000;}
div.header-text {
  margin-right: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-text h1 {
  color: #fff;
  font-size: 40px;
}
div.head-text {
  color: #fff;
  background: rgb(0, 56, 168);
  padding: 20px 70px;
}
div.head-text h1 {
  color: #fff;
  text-align: left;
}
div.head-text p {
  font-size: 22px;
}
#epAttention {
  color: #fff;
  padding: 10px 0;
  font-size: 16px;
  text-align: left;
  width: 700px;
}
banner {
  border-right: 12px solid rgb(0, 56, 168);
  background: rgb(0, 56, 168);
  background-size: 950px auto;
  background-position: 53px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 10px;
  position: relative;
}
.bannerContainer {
  background-color: rgb(0, 56, 168);
  width: 73%;
  height: 425px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bannerImg{
  background: url(banner.png);
  background-size: contain;
  background-repeat: no-repeat;
  border-bottom: solid 5px #fff;
  width: 883px;
  height: 400px;
}
banner div.wrapper {
  border-right: 20px solid rgb(0, 56, 168);
  width: 27%;
}
banner div.phone {
  border: none;
  color: white;
  text-align: center;
  padding-top: 30px;
}
.buttons {width: 100%;}
.buttons div {border: 25px solid white;}
.buttons a {
  border: 5px solid #000;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgb(0, 56, 168);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100px;  
  margin: 0;
  padding: 15px;
  position: relative;
  text-align: center;
  text-decoration: none;
}
.bottons a:before {
  content:'';
  position: absolute;
  z-index: -1;
  top: 100px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border: 5px solid black;
}
.buttons a:hover,
.buttons a:focus {
  color: #fff;
  background: rgb(110,188,219);
}
.buttons span.title {
  display: block;
  font-size: 30px;
  font-weight: 700;
  width: 100%;
}
.buttons span.roll-text {
  display: none;
  font-size: 16px;
  line-height: 20px;
  width: 100%;
}
/* content */
main {
  display: block;
  padding: 30px 0 70px;
}
.ADA{
  border:2px solid black;
  background: white;
  float: right;
  margin: 10px 15px;
  padding: 10px 0 10px 30px;
  width: 360px;
}
.ada-heading{
  color: #ad1119;
  font-weight: bold;
  margin-left: 50px;
  text-align: center;
}
.index main {background: rgb(217,217,217);}
section {display: block;}
.report-text p {font-size: 22px;}
.report-text ol {font-size: 22px;}
.issue-text p {font-size: 22px;}
section.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
div.line {
  background: rgb(40,110,156);
  display: absolute;
  width: 300px;
  height: 5px;
  margin-top: -40px;
  margin-bottom: 40px;
}
div.col-left {
  margin-right: 2%;
  padding: 0 10px;
  width: 60%;
}
div.col-right {
  padding: 0 10px;
  width: 38%;
}
.col-single {padding: 10px;}
.col-3 {
  padding: 0 10px;
  width: 30%;
}
#epEmergency {
  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;
}
#epDataPrivacy .online, #epDataPrivacy .phone, #epDataPrivacy .output {display: block;}
#epDataPrivacy ol.dropDowns {
  list-style: none;
  margin: 0;
  padding: 0;
}
#epDataPrivacy .text {color: #1f3667;}
select {
  font: normal 400 16px sans-serif;
  margin: 5px 0 15px;
  min-width: 355px;
  padding: 5px;
}
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;
}
.nowrap {white-space: nowrap;}
#epIssues {width: 65%;}
#epIssues .category {
  color: #fff;
  display: block;
  margin-bottom: 20px;
}
#epIssues .catdesc {display: none;}
#epIssues .catname {
  background: rgb(0, 56, 168);
  color: #fff;
  font: normal 700 20px sans-serif;
  padding: 20px 20px 20px 30px;
  margin-bottom: 10px;
}
#epIssues .details {
  display: none;
  font: italic 400 11px sans-serif;
  position: absolute;
  right: 7px;
  text-decoration: underline;
  top: 3px;
}
#epIssues .issue {
  border: 2px solid #000;
  border-radius: 5px;
  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: rgb(110,188,219);
}
#epIssues .issuebox {
  background: #fff;
  padding: 0 40px;
}
#epIssues .name {
  color: #000;
  font: normal 400 16px/20px sans-serif;
  padding: 12px 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;}
#epFollowUp {padding: 0;}
#epFollowUp li {list-style-type: none;}
/* footer */
footer {
  color: #fff;
  background: rgb(0, 56, 168);
  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 {color: #fff;}
footer .line2 a:hover,
footer .line2 a:focus {color: #fff;}
footer table {
  font-size: 14px;
  margin: 15px auto 0 !important;
  width: 1200px !important;
}
.followup-page {font-size: 22px !important;}
.followup-page a {font-size: 22px !important;}