@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

:root{
  --color-primary:#004B93;
}
body {
  font: normal 400 14px/1.6 'Open Sans', 'Open Sans', sans-serif;
  margin: 0;
  background: #f4f4f4;
}
body > .wrapper{
  border: 1px solid #b7becf;
  background: #fff;
  margin-top: 10px;
  margin-bottom: 20px;
}

*{
  box-sizing: border-box;
}

a {
  color: var(--color-primary);
  outline: none;
  text-decoration: underline;
  transition: color .2s ease;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
}

a:hover {
  color: var(--color-primary);
}

a.logo {
  background: url(logo1.png) center top no-repeat;
  background-size: contain;
  display: block;
  height: 51px;
  width: 242px;
  margin-inline-end: auto;
}

.top{
  text-align: center;
}

h1 {
  font: normal 700 30px 'Open Sans', sans-serif;
  padding: 0;
}

h1.top{
  color:var(--color-primary)
} 

h2 {
  font: normal 700 24px 'Open Sans', sans-serif;
  margin-bottom: 15px;
  padding: 0;
}

h3 {
  font: normal 700 16px/1.27em 'Open Sans', sans-serif;
  margin: 1em 0;
  padding: 0;
}

h3.top{
  color: var(--color-primary);
  margin: 0 0 10px 0;
  font-size: 16px;
}



img {
  border: 0;
  display: block;
}

ol, ul {
  margin: 1em 0;
  padding: 0 0 0 1.25em;
}

ul li{
  position: relative;
  list-style: none; 
  margin: 0 auto !important;
}

ul li::before{
  content: "•"; 
  display: inline-block;
  margin-inline-end: 10px;
  top: 50%;
}

p {
  margin: 1em 0;
  padding: 0;
}

.contain {
  margin: 0 auto;
  width: 1200px;
}

.fill {
  width: 100%;
}

.bottom {
  margin-bottom: 0;
  padding-bottom: 0;
}

.top {
  margin-top: 0;
  padding-top: 0;
}



/* header */
header > div {
  display: flex;
  justify-content: start;
  align-items: center;
  padding: 20px 25px;
}

#epAttention {
  padding: 10px 0;
  text-align: center;
}

nav {
  display: flex;
  
  justify-content: space-between;
  align-items: center;
}

nav a {
  color: #000;
  font: normal 400 13px 'Open Sans', sans-serif;
  display: inline-block;
  padding: 0 15px;
  text-decoration: none;
}

nav a:hover,
.epResources span:hover {
  color: var(--color-primary);
  text-shadow: .2px .2px .2px var(--color-primary);
}

.epResources {
  position: absolute;
  top: 18px;
  background: #fff;
  z-index: 20;
  padding: 10px;
   inset-inline-start: -22px;
  display: none;
  width: 100%;
}

.resources-link{
  position: relative;
}

.resources-link:hover .epResources {
  display: block !important;
  color: #000;
  text-shadow: none;
}

.epResources span {
  display: block;
  margin: 20px 0;
}

 
/* Standard Bar */
#epLang {
  display: block;
  padding: 15px;
}

#epLang a {
  display: inline-block;
  font-size: 13px;
  text-decoration: none;
  margin: 0 6px;
  position: relative;
  color: #000;
}

#epLang a::after{
  content: "|";
  position: absolute;
  top: 0;
  inset-inline-start: -9px;
  display: block;
}

#epLang a:first-of-type:after{
  content: "";
}

#epLang a:hover {
  color: var(--color-primary);
  text-shadow: .2px .2px .2px var(--color-primary);
}

#epLangDrop {
  background: #fff;
  display: none;
  inset-inline-start: 0;
  position: absolute;
  top: 20px;
  width: 100%;
  padding-top: 10px;
}

#epLangDrop a {
  display: block;
  font-weight: 500;
  padding: 4px 4px 4px 10px;
  text-align: start;
}


.banner {
  background:  url(banner.png) no-repeat center center;
  background-size: cover;
  min-height: 406px;
  display: block;
  position: relative;
}


/* content */

main {
  display: block;
  padding: 20px 0 40px;
}

.faq main{
  padding-bottom: 0;
}


section {
  display: block;
}

section.flex {
  display: flex;
}



.text-index {
  text-align: center;
  display: flex;
  justify-content: space-around;


  .oc-section{
    border-bottom: 1px solid var(--color-primary);
    padding-top: 20px;
  }
  .oc-section:last-of-type{
    border-bottom: none;
  }

  p{
    margin-top: 0;
  }

}

.col-100 {
  display: inline-block;
  padding: 10px 25px;
  width: 100%;
}

.follow-page-container{
  margin-bottom: 60px;
}

.phone-page-section,
.follow-page-section{
  display: flex;
  justify-content: space-around;
  text-align: center;  
  padding:30px;

  .col-right div:last-of-type{
    margin-top: 40px;
  }
}

.phone-page-container > p,
.follow-page-container > p {
  width: 80%;
  margin: 20px auto 0;
  text-align: center;
}

.col-left {
  padding: 10px 25px;
  width: 45%;
  margin-inline-start: 20px;
}

.col-right {
  padding: 10px 25px;
  width: 40%;
}

.follow-page-section .col-left {
  text-align: start;
}

.follow-page-section .col-right {
  padding: 0px 25px;
  width: 40%;
  margin-top: -22px;
}



#epEmergency {
  padding: 0 10px 10px;
  text-align: center;
}

#epEmergency br {
  display: none;
}

#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 */
.report-container{
  text-align: center;
  padding-top: 30px;
  width: 420px;
  margin: 0 auto 60px;

  select{
    min-width:313px;
  }
}

.consent-container {
  padding: 40px 60px;

  ol {
    counter-reset: section;
    list-style-type: none;
    padding: 0 5rem;

    li {
      margin-bottom: 50px !important;

      ul li {
        position: relative;
        list-style: none;
        margin: 0 auto 10px !important;
      }

      ul li::before {
        content: "•";
        display: inline-block;
        margin-inline-end: 10px;
        top: 50%;
      }
    }
  }

  address{
    font-style: normal;
  }

  h4 {
    counter-increment: section;
    display: flex;
    gap: 8px;
  }

  h4::before {
    content: counter(section) ".";
    font-weight: 600;
    min-width: 20px;
  }
}

.faq-container{
  padding: 10px 60px;
  text-align: center;

  h3>a{
    text-decoration: none;
    position: relative;
  }

  h3>a:hover{
    text-decoration: underline;
  }

  h3>a::before{
    content: "•"; 
    display: inline-block;
  }

  ul li{
    position: relative;
    list-style: none; 
    margin: 0 auto !important;
    width: 700px;
  }

  ul li::before{
    content: "•"; 
    display: inline-block;
    margin-inline-end: 10px;
    top: 50%;
  }

  p>strong{
    color: var(--color-primary);
    margin: 0 0 10px 0;
    font-size: 16px;
  }
}

#epDataPrivacy{
  .phone,.online{
    color: var(--color-primary) !important;
  }

  .output{
    color: #000;
  }
}

#epDataPrivacy,
#epPhone{
  padding-bottom: 20px;
  width: 404px;
}

#epDataPrivacy .online, #epDataPrivacy .phone, #epDataPrivacy .output {
  display: block;
}

#epDataPrivacy ol.dropDowns {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

#epDataPrivacy .text {
  color: #000;
}

#epPhone{
  text-align: start;
  select{
    width:100%;
  }
}
  

select {
  font: normal 400 14px 'Open Sans', sans-serif;
  margin: 5px 0 15px;
  min-width: 355px;
  padding: 5px;
}

button, .submit{
  background: #fff;
  border: 1px solid var(--color-primary);
  color: var(--color-primary);
  cursor: pointer;
  font: normal 400 16px 'Open Sans', sans-serif;
  font-size: 17px;
  margin: 15px 0;
  padding: 6px 24px;
  text-decoration: none;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
}

button:disabled, button:disabled:hover, input.submit:disabled, input.submit:disabled:hover {
  background: #ccc;
  cursor: default;
}

button:hover, .submit:hover {
  color: #fff;
  background: var(--color-primary);
}

.make-a-report-heading {
  display: inline-block;
  font: normal 400 16px 'Open Sans', sans-serif;
  font-size: 17px;
  padding: 6px 24px;
  color: #fff;
  background: var(--color-primary);
  margin: -6px 0 25px 0;
  cursor: default;
}

.nowrap {
  white-space: nowrap;
}

/* issues */

.issues-container{
  padding: 40px 60px;

  h3.top{
    margin-bottom: 37px;
  }
}

#epIssues {
  width: 90%;
  margin: 0 auto;
}

#epIssues .category {
  display: flex;
  margin-bottom: 20px;
}

#epIssues .category{
}


#epIssues .catdesc {
  display: none;
}

#epIssues .catname {
  color: #fff;
  font: normal 700 20px 'Open Sans', sans-serif;
  padding: 20px 20px 20px 30px;
  width: 24%;
}

#epIssues .details {
  font: normal 400 11px 'Open Sans', sans-serif;
  position: absolute;
  inset-inline-end: 7px;
  text-decoration: none;
  top: 50%;
  transform: translateY(-50%);
}

#epIssues .details:hover {
  text-decoration: underline;
}

#epIssues .issue {
  margin-bottom: 20px;
  padding: 10px;
  position: relative;
  border: 1px solid var(--color-primary);
}

#epIssues .issue:last-of-type {
  margin-bottom: 0;
}

#epIssues .issue:hover {
  background: #eee;
}

#epIssues .issuebox {
  background: #fff;
  padding-left: 20px;
  width: 76%;
}

#epIssues .name {
  font: normal 500 16px/20px 'Open Sans', sans-serif;
  padding: 10px 27px;
  color: var(--color-primary);
}

#epIssues .desc {
  color: #000;
  font-size: 14px;
  padding: 10px 100px 10px 30px;
}

input.text-input  {
  margin: 5px 0 20px;
  min-width: 300px;
  padding: 5px;
}

.follow-page section span {
  font-size: 18px;
}

/* footer */

footer {
  font-size: 14px;
  padding: 10px 0;
  background: #f3f3f3;
}

#epNAVEXFooter{
  border-top: 1px solid #d6d6d6;
  color: #000;
  padding-bottom: 10px;
}

footer th {
  display: none;
}

footer td {
  padding: 5px 0 0 !important;
}

footer .line1 {
  float: left;
  padding-left: 10px;
}

footer .line2 {
  float: right;
  padding-right: 10px;
}

footer .line2 a {
  color: #000;
  text-decoration: none;
}

footer .line2 a:hover {
  text-decoration: underline;
}

footer table {
  font-size: 12px;
  margin: 15px auto 0 !important;
  width: 1200px !important;
}