*{
  box-sizing: border-box;
}

body {
  color: #232f3e;
  font: normal 400 14px/1.5 sans-serif;
  margin: 0;
}

a {
  color: #232f3e;
  outline: none;
  text-decoration: underline;
}

a:hover {
  color: #232f3e;
}

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;
}

.fill {
  width: 100%;
}

.bottom {
  margin-bottom: 0;
  padding-bottom: 0;
}

.top {
  margin-top: 0;
  padding-top: 0;
}

.center {
  text-align: center;
}

.light-blue {
  color: #0272AC;
}

.light-blue-border {
  border: 1px solid #0272AC;
}

.bold {
  font-weight: bold;
}

.consent-text {
  font-size: 14px;
  text-align: left;
}

.consent-page h2{
  padding: 0 10px;
}
.consent-page section {
  padding: 10px;
}


.issue-content {
  font-size: 18px;
  text-align: left;
}

.consent-content {
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.consent-content a {
  color: #0272AC;
}

/* header */

header {
  display: block;
}

#epLang {
  background-color: #0272AC;
  display: none;
  justify-content: center;
  align-items: center;
}

#epLang a {
  color:#fff;
  margin-right: 20px;
  padding: 5px;
  font-size: 16px;
}


div.logo {
  background: url(logo1.png) center center no-repeat;
  background-size: cover;
  display: block;
  height: 400px;
  width: 800px;
  margin: 0 auto;
}

/* #232F3E */

.logo-wrapper {
  background-color: #232f3e;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 10px;
}

.dialing-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dialing-icon {
  background: url(phone-icon.svg) center center no-repeat;
  background-size: cover;
  height: 40px;
  width: 40px;
  margin-right: 5px;
}

.dialing-content {
  color: #fff;
  text-align: center;
}

.dialing-content p {
  font-size: 12px;
  margin: 0;
}

#epDDN {
  color: #fff;
  font-size: 14px;
}

a.logo2 {
  background: url(logo2.png) center center no-repeat;
  background-size: contain;
  display: block;
  height: 50px;
  width: 150px;
}

nav {
  display: none;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background-color: #DEE1E6;
  color: #232f3e;
}

nav a {
  padding: 10px 20px;
  color: #232f3e;
  font-weight: bold;
  text-decoration: none !important;
  font-size: 18px;
}

.nav-spacer {
  background-color: #232f3e;
  height: 20px;
  width: 3px;
  display: none;
}

nav a:hover {
  color: #0272AC;
}

.mobile-nav {
  background-color: #DEE1E6;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

#mobile-nav-button {
  background: url(menu.svg) center center no-repeat;
  background-size: contain;
  display: block;
  height: 40px;
  width: 40px;
}

#epAttention {
  font-weight: bold;
  background-color: #232f3e;
  color: #fff;
  padding: 10px 0;
  text-align: center;
  align-self: flex-end;
  font-size: 14px;
}

.attentionAltPage {
  margin-top: 40px;
  font-size: 14px !important;
}

.banner {
  position: relative;
  background: url(banner.jpg) center top no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.banner h1 {
  margin: 0;
  color: #fff;
  font-size: 32px;
  text-align: center;
  padding: 40px 0;
}

.banner-content {
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  align-items: center;
  height: 275px;
  margin: 0 auto;
}

.banner-btn-container {
  background-color: #0272AC;
  border: 3px solid #0272AC;
  color: #fff;
  padding: 30px 20px;
  min-height: 100px;
  width: 250px;
  text-decoration: none !important;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.banner-btn-container:hover {
  color: #0272AC !important;
  background-color: #fff;
  border-color: #0272AC;
}

.banner-btn-container:hover .banner-btn-text {
  display: none;
}

.banner-btn-container:hover .banner-btn-icon {
  display: none;
}

.banner-btn-container:hover .banner-rolltext {
  display: block;
}

.banner-rolltext {
  display: none;
  text-align: center;
  margin-right: 20px;
}

.banner-btn-content {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.banner-btn-icon {
  height: 40px;
  width: 40px;
  display: block;
}

.report-icon {
  background: url(report.svg) center top no-repeat;
  background-size: contain;
}

.follow-icon {
  background: url(follow.svg) center top no-repeat;
  background-size: contain;
}

.banner-btn-text {
  text-transform: uppercase;
  font-size: 18px;
  display: block;
  text-align: center;
}

.banner-btn-caret {
  display: block;
  font-size: 34px;
  font-weight: bold;
}

.contain section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}

.col-100 {
  text-align: center;
  width: 100%;
}



#customepAttention {
  text-align: center;
  padding: 10px 0;
}

/* content */

main {
  display: block;
  padding: 30px 0 0 0;
  position: relative;
}

section {
}

.report-section {
  width: 94%;
  margin-bottom: 20px;
}

.report-header, .follow-header {
  margin-left: 10px;
}

.phone-section {
  margin: auto;
}

.col-left {
  padding: 10px;
}

.col-right {
  padding: 10px;
}

.col-right-content {
  padding: 10px;
}

.phone-content {
  padding-top: 0px !important;
}

.col-right ol {
  margin: 20px 0;
}

.col-right li {
  margin: 20px 0;
}

.col-left h2 {
  color: #0272AC;
  font-size: 26px;
}

.margin-top {
   margin-top: 40px;
}

.col-right h2 {
  color: #0272AC;
  font-size: 26px;
}

h1 {
  font: normal 700 45px sans-serif;
  padding: 0;
}

h2 {
  font: normal 700 40px sans-serif;
  padding: 0;
}

h3 {
  font: normal 700 18px sans-serif;
  margin: 1em 0;
  padding: 0;
}

#epEmergency {
  text-align: center;
}

#epDDN {
  font-weight: bold;
  white-space: nowrap;
  text-decoration: none !important;
  cursor: pointer;
}

#epDDN:hover {
  text-decoration: underline !important;
}

.listor {
  list-style: none;
  margin: 1em 0;
}

#epDataPrivacy {
  display: inline-block;
  vertical-align: top;
}

#epDataPrivacy .online, #epDataPrivacy .output {}

#epDataPrivacy .phone {
  display: none;
}

.table1 {
  margin-bottom: 18px;
  font-weight: bold;
}

#epDataPrivacy ol.dropDowns {
  list-style: none;
  margin: 0;
  padding: 0;
}

select {
  font: normal 400 14px sans-serif;
  margin: 2px 0 15px;
  padding: 5px;
  width: 100%;
}

button, .submit {
  background: #0272AC;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  padding: 6px 50px;
  border-radius: 5px;
  font-weight: bold;
  margin: 15px 0;
}

button:hover {
  background: #0272AC;
  color: #fff;
}

button:disabled {
  background: #ddd;
  cursor: default;
}

button:hover:disabled {
  background: #ddd;
}

.nowrap {
  white-space: nowrap;
}

#epIssues {
  width: 100%;
}

#epIssues .category {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

#epIssues .category{
  background: #0272AC;
  border: 2px solid #0272AC;
  
}

#epIssues .catdesc {
  display: none;
}

#epIssues .catname {
  color: #fff;
  font: normal 700 20px sans-serif;
  text-align: center;
  position: relative;
  top: 50%;
  width: 100%;
  height: auto;
  transform: none;
  padding: 20px 20px 20px 30px;
}

#epIssues .details {
  font: italic 400 11px sans-serif;
  position: absolute;
  right: 7px;
  text-decoration: underline;
  top: 3px;
}

#epIssues .issue {
  padding: 0 5px 0 10px;
  position: relative;
}

#epIssues .issue:last-of-type {
  margin-bottom: 0;
}

#epIssues .issue:hover {
  color: #0272AC;
}

#epIssues .issuebox {
  background: #fff;
  padding: 5px 20px 5px 60px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#epIssues .name {
  font: normal 400 16px/20px sans-serif;
  padding: 5px 50px 5px 0;
  position: relative;
  text-align: left;
}

#epIssues .name::before {
  content: "\25CF";
  position: absolute;
  top: 5px;
  left: -20px;
  font-size: 10px;
}

#epIssues .desc {
  color: #000;
  font-size: 14px;
  padding: 0 60px 10px 15px;
  text-align: left;
}

input.text-input  {
  margin: 5px 0 20px;
  min-width: 200px;
  padding: 5px;
}

.follow-page section span {
  font-size: 18px;
}

.follow-page {
  padding-bottom: 100px;
}

.faq-page {
  text-align: left;
  margin-bottom: 20px;
  padding: 0 10px;
}

.faq-page > .bold {
  margin: 0 !important;
}
.faq-page > p {
  margin: 0 0 20px 0 !important;
}

/* footer */

.launch-footer {
  background-color: #fff !important;
}

footer {
  background-color: #DEE1E6;
  font-size: 12px;
  padding: 40px 20px;
}

footer th {
  display: none;
}

footer td {
  padding: 5px 0 0 !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  white-space: normal !important;
}

footer .line1 {
  padding-left: 10px;
  text-align: center;
}

footer .line2 {
  color: #0272AC;
  padding-right: 10px;
  text-align: center;
}

footer .line2 a {
  color: #0272AC;
}

footer .line2 a:hover {}

footer table {
  margin: 0 auto !important;
}

.large-text {
  font-size: 18px;
}



@media only screen and (min-width:400px) {
  .report-section  {
    width: 96%;
  }
}

@media only screen and (min-width:500px) {
  .report-section  {
    width: 97%;
  }
}

@media only screen and (min-width:900px) {
  .contain section {
    flex-direction: row;
    align-items: flex-start;
  }
  .col-left {
    width: 48%;
  }
  .col-right {
    width: 48%;
  }

  .mobile-nav {
    display: none;
  }
  nav {
    display: flex;
    flex-direction: row;
  }
  .nav-spacer {
    display: block;
  }
  input.text-input {
    min-width: 300px
  }
  .report-section  {
    width: 100%;
    margin-left: 10px;
  }
  #epIssues .category {
    flex-direction: row;
  }
  #epIssues .catname {
    width: 24%;
    height: 220px;
    transform: translateY(43%);
    padding: 0;
  }
}


@media only screen and (min-width:1200px) {
  .contain {
    width: 1200px;
  }
  .fill {
    min-width: 1200px;
  }
  .logo-wrapper {
    padding: 10px 20px;
  }
  .dialing-icon {
    height: 60px;
    width: 60px;
    margin-right: 10px;
  }
  .dialing-content p {
    font-size: 16px;
  }
  #epDDN {
    font-size: 20px;
  }
  a.logo2 {
    height: 75px;
    width: 275px;
  }
  #epAttention {
    font-size: 20px;
  }
  .attentionAltPage {
    font-size: 16px !important;
  }
  .banner {
    height: 400px;
  }
  .banner-content {
    height: 350px;
    width: 500px;
  }
  .banner-btn-container {
    min-height: 140px;
    width: 300px;
  }
  .banner-btn-icon {
    height: 50px;
    width: 50px;
  }
  .banner-btn-text {
    font-size: 24px;
  }
  .report-header {
    margin-left: 0;
  }
  .report-header, .follow-header {
    margin-left: 10px;
  }
  .consent-page h2{
    padding: 0;
  }
  .consent-page section {
    padding: 0;
  }
}