@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

*{
  box-sizing: border-box;
}

body {
  color: #333;
  font: normal 400 14px/1.5 "Lato", sans-serif;
  margin: 0;
}

a {
  color: #3E3A39;
  outline: none;
  text-decoration: none;
}

a:hover {
  color: #00B8EE;
}

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;
}


/* header */

header {
  display: block;
  /* border-bottom: solid 1px #3E3A39; */
}

header::after{
  content: "";
  position: absolute;
  left: 0;
  top: 109px;
  z-index: 3;
  width: 100%;
  height: 1px;
  background-color: #d2d2d2;

}

header::before{
  /* content: ""; */
  position: absolute;
  left: 0;
  top: 155px;
  z-index: 3;
  width: 100%;
  height: 1px;
  background-color: #d2d2d2;
  display: none;
}

.langContainer{
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 1200px;
}

#epLang {
    background: url(globe.PNG) no-repeat right 6px;
    cursor: pointer;
    display: inline-block;
    padding: 2px 28px 2px 2px;
    margin-left: auto;
    position: relative;
    top: 10px;
    z-index: 1000;
}

#epLang > a {
    display: none;
}

#epLang > div{
    text-align: right;
    width: 200px;
}

#epLang a{
    text-decoration: none;
}

#epLang a:hover {
    background: #EEECE9;
    font-weight: 500;
    padding: 0px 4px;
    margin: 4px 0px;
    text-decoration: none;
}

#epLangDrop {
    background: #fff;
    border: 1px solid #A7A9AC;
    display: none;
    left: 30px;
    position: absolute;
    top: 25px;
    width: 215px;
}

#epLangDrop a {
    display:block;
    font-weight: 500;
    padding:4px;
}

#epLang:hover #epLangDrop {
    display:block;
}

header .flex {
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
}


a.logo {
    background: url(logo1.gif) center top no-repeat;
    background-size: contain;
    display: inline-block;
    height: 71px;
    margin: 20px 30px 20px 10px;
    width: 194px;
}

nav {
  justify-content: center;
  align-items: center;
  display: flex;
  flex-grow: 0;
  padding: 6px 0px;

}

nav a {
  color: #3E3A39;
  display: inline-block;
  font: normal 400 16px/25px "Open Sans", sans-serif;
  padding: 0px 20px;
  text-align: center;
  text-decoration: none;
  border-right: 1px solid #d2d2d2;
  border-left: 1px solid #d2d2d2;
}

nav a:hover {
  color: #00B8EE;
}

#epAttention {
  padding: 5px;
  margin: 8px 0;
  text-align: center;
  background-color: #00B8EE;
  color: white;
  font-weight: 600;
}

.container{
  display: flex;
  align-items: center;
}

/* content */

main {
  display: block;
}

section {
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
}

div.col-left {
  padding: 30px 100px;
}

div.col-right {
  padding: 30px 100px;
  background-color: rgba(0, 91, 172, 0.05);
}

h1 {
  font: normal 700 35px "Lato", sans-serif;
  padding: 0;
  color: #005BAC;
}

h2 {
  font: normal 700 24px "Lato", sans-serif;
  padding: 0;
  color: #005BAC;
}

h3 {
  font: normal 700 18px "Lato", sans-serif;
  margin: 1em 0;
  padding: 0;
}

#epEmergency {
  padding: 25px 100px;
  background-color: #00B8EE;
  color: white;

}

#epDDN {
  font-weight: bold;
  white-space: nowrap;
}

.listor {
  list-style: none;
  margin: 1em 0;
}

#epDataPrivacy {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 25px;
}

#epDataPrivacy .online, #epDataPrivacy .phone, #epDataPrivacy .output {
  display:none;
}
#epPhoneTable{
  font-weight: 700;
  font-size: 18px;
}

#epDataPrivacy ol.dropDowns {
  list-style: none;
  margin: 0;
  padding: 0;
}

select {
  font: normal 400 14px "Lato", sans-serif;
  margin: 2px 0 15px;
  padding: 5px;
  width: 100%;
}

button {
  margin-top: 9px;
  background: #005BAC;
  border: 3px solid #005BAC;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  padding: 10px 28px;
}

button:hover{
  background-color: rgba(0, 91, 172, 0.05);
  color: #005BAC;
}

button:disabled {
  background: #ddd;
  cursor: default;
}

button:hover:disabled {
  background: #ddd;
}

a.button {
  margin-top: 9px;
  background: #005BAC;
  border: 3px solid #005BAC;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  padding: 10px 28px;
}
a.button:hover {
  background-color: #fff;
  color: #005BAC;
}

.margin-left{
  margin-left: 250px;
}
div.col-100 {width: 100%;}

.nowrap {
  white-space: nowrap;
}

#epPhone {
  display: inline-block
}

#epIssues {
  width: 100%;
}

#epIssues .catdesc {
  display: none;
}

#epIssues .catname {
  font: normal 700 16px/20px "Lato", sans-serif;
}

#epIssues .details {
  font-size: 12px;
  margin-left: auto;
}

#epIssues .issue {
  color: #0000ff;
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0;
  position: relative;
}

#epIssues .issue:hover {
  color: #008000;
}

#epIssues .name {
  font: normal 700 14px/20px "Lato", sans-serif;
}

#epIssues .desc {
  flex-basis: 100%;
  padding: 5px 0;
}

/* footer */

footer {
  font-size: 12px;
  padding: 40px 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 table {
  margin: 0 auto !important;
  width: 1200px !important;
} */