@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
  color: #221f20;
  font: normal 400 16px "Montserrat", sans-serif;
  margin: 0;
}

body.index {
  color: #221f20;
}

*{
  box-sizing: border-box;
}

a {
  color: #e2c674;
  outline: none;
  text-decoration: underline;
}

a:hover {
  color: #31a1a7;
}

a.logo {
  background: url(logo1.png) center top no-repeat;
  background-size: contain;
  display: block;
  height: 70px;
  margin: 5px 0px 10px;
  width: 158px;
}

.index h1 {
  color: unset;
  font: normal 700 24px "Montserrat", sans-serif;
  padding: 0;
}

h1 {
  color: #221f20;
  font: normal 400 30px "Montserrat", sans-serif;
  padding: 0;
}

h2 {
  color: #221f20;
  font: normal 400 24px "Montserrat", sans-serif;
  padding: 0;
}

h3 {
  font: normal 700 1.17em/1.27em "Montserrat", 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: 1100px;
}

.flex {
    display: flex;
    justify-content: space-between;
}

.fill {
  min-width: 1100px;
  width: 100%;
}

.bottom {
  margin-bottom: 0;
  padding-bottom: 0;
}

.top {
  margin-top: 0;
  padding-top: 0;
}


/* header */

header {
  display: block;
}

header .fill {
    border-bottom: 2px solid rgb(119, 119, 119);
}

.index header {
  border: none;
}

header > .contain {
  padding-bottom: 20px;
}

#epLang {
  display: flex;
  justify-content: space-between;
  padding: 0;
  visibility: hidden;
}

#epLang a {
  color: #1f3667;
  display: inline-block;
  font-size: 12px;
  text-decoration: none;
}

#epLang a:hover {
  color: #e2c674;
}

nav {
    width: 900px;
    display: flex;
    justify-content: space-between;
    height: 55px;
    align-items: center;
    text-transform: uppercase;
    margin: auto;
    font: 600 14px Montserrat, sans-serif;
}

nav a {
  color: #221f20;
  display: inline-block;
  padding: 0 10px;
  text-decoration: none;
}

nav a:hover {
  color: #e2c674;
}

#epAttention {
  padding: 10px 0;
  text-align: center;
}

banner {
  background: #fff url(banner.jpg) no-repeat center center;
  background-size: contain;
  display: block;
  padding: 10px 0 10px;
}

.buttons {
  margin-left: auto;
  width: 410px;
}

.buttons a {
  align-items: center;
  background: #e2c674 url() no-repeat center left 15px;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  height: 85px;
  margin: 30px 0 30px;
  padding: 10px 20px 10px 100px;
  text-decoration: none;
  border-radius: 10px;
  text-transform: uppercase;
}
/*
.buttons a:hover {
  background-image: none !important;
  font-size: 21px;
  padding: 15px 30px;
  text-align: center;
}
*/


banner.fill .contain.flex {
  display: flex; 
  justify-content: space-between;
  align-items: flex-start; 
  padding-top: 10px; 
}

.banner-text {
  background: #3F3F3F;
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  padding: 25px 15px;
  border-radius: 4px;

  flex: 1 1 auto;  
  max-width: calc(99% - 430px);
  margin-right: 28px;
  margin-top: 20px;
  white-space: normal;
  line-height: 1.2;
}

.banner .buttons {
  flex: 0 0 410px;
  margin: 0;
}



.buttons a.report {
  background-image: url(report.svg);
  background-size: 60px 60px;
}

.buttons a.phone {
  background-image: url(phone.svg);
  background-size: 52px 52px;
}

.buttons a.follow {
  background-image: url(follow.svg);
  background-size: 55px 55px;
}

.buttons span.title {
  display: block;
  font-size: 20px;
  width: 100%;
}


/* content */

main {
  display: block;
  padding: 30px 0 40px;
}

section {
  display: block;
}

section.flex {
  display: flex;
  padding: 20px 0;
}

div.col-left {
  margin-right: 2%;
  padding: 0 10px;
  width: 60%;
}

div.col-right {
  padding: 0 10px;
  width: 38%;
}

#epEmergency {
    width: 400px;
    text-align: left;
    font: 400 11px Montserrat, sans-serif;
}

#epEmergency br {
  display: none;
}

#epEmergency strong {
  display: inline-block;
  margin-right: 7px;
}

#epDDN {
  font-weight: normal;
  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: #221f20;
}

#epPhoneTable{
color:#221f20;
max-width: 500px;
}

select {
  font: normal 400 14px "Montserrat", sans-serif;
  margin: 5px 0 15px;
  min-width: 355px;
  padding: 5px;
}

button, input.submit {
  background: #e2c674;
  border: none;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  font-size: 17px;
  margin: 15px 0;
  padding: 6px 24px;
}

button:disabled, button:disabled:hover, input.submit:disabled, input.submit:disabled:hover {
  background: #ccc;
  cursor: default;
}

button:hover, input.submit:hover {
  background: #31a1a7;
}

.nowrap {
  white-space: nowrap;
}

#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: #e2c674;
}

#epIssues .category:nth-of-type(3) {
  background: #bfd730;
}

#epIssues .catdesc {
  display: none;
}

#epIssues .catname {
  color: #fff;
  font: normal 700 20px "Montserrat", sans-serif;
  padding: 20px 20px 20px 30px;
  width: 24%;
}

#epIssues .details {
  font: italic 400 11px "Montserrat", 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 {
  background: #eee;
}

#epIssues .issuebox {
  background: #fff;
  padding-left: 20px;
  width: 76%;
}

#epIssues .name {
  font: normal 400 16px/20px "Montserrat", 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: rgba(0,0,0,0.28);
  font-size: 14px;
  padding: 20px 0 0 0;
}
#epNAVEXFooter {
  background-color: #221f20;
  padding: 10px 0;
}
footer th {
  display: none;
}
footer td {
  padding: 5px 0 0 !important;
}
footer .line1 {
  float: left;
  padding-left: 10px;
  color: #fff;
}
footer .line2 {
  color: #fff;
  float: right;
  padding-right: 10px;
}
footer .line2 a {
  color: #ffffff;
  transition: color 300ms ease 0ms,border 300ms ease 0ms;
  text-decoration: none;
}
footer .line2 a:hover,
footer .line2 a:focus {
  color: #e2c674;
  transition: color 300ms ease 0ms,border 300ms ease 0ms;
}
footer table {
  font-size: 12px;
  margin: 0 auto !important;
  width: 1200px !important;
}