@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&display=swap');

*{
  box-sizing: border-box;
}

body {
  color: #163861;
  font-size: 16px;
  font-family: 'Lato', sans-serif;
}

a {
  color: #fff;
  outline: none;
  text-decoration: none;
}

a:hover {
  color: #eb4127;
  text-decoration: underline;
}

img {
  border: 0;
  display: block;
}

ol, ul {
  margin: 1em 0;
  padding: 0 0 0 1.25em;
}

p {
  margin: 2em 0;
  padding: 0;
  font-size: 18px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 32px;
}

.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;
}

#epLang {
  color: black;
  display: block;
}

#epLang a {
  display: none;
}

header .flex {
  display: flex;
  justify-content: space-between;
  margin: 2em 14em 2em 14em;;
  
}

a.logo {
  background: url(logo1.png) center top no-repeat;
  background-size: contain;
  display: inline-block;
  height: 82px;
  margin: 20px 30px 20px 10px;
  width: 215px;
}

nav {
  align-items: center;
  display: flex;
  flex-grow: 0;
  margin-top: -3em;
}

nav a {
  color: #eb4127;
  display: inline-block;
  font-size: 20px;
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  padding: 0 20px;
  text-align: center;
  text-decoration: none;
}

nav a:hover {
  color: #163861;
  text-decoration: none;
}

#epAttention {
  display: flex;
  justify-content: center;
  padding: 10px 0;
  margin-top: -2em;
  color: #163861;
  font-size: 18px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}

/* content */

main {
  display: block;
  padding: 34px 15em 34px 15em;
}

section {
  display: flex;
  justify-content: space-between;
}


#banner {
    position: relative;
    background: url(banner.jpg) no-repeat center top;
    background-size: cover;
    height: 550px;
    width: 550px;
    overflow: hidden;
    border-top-left-radius: 230px; /* adjust curve */
    border-bottom-left-radius: 230px;
}

img{
   width: 300px;
   margin-top: -2em;
}

div.col-left {
  padding: 0 10px;
  width: 58%;
}

div.col-right {
  padding: 0 10px;
  width: 38%;
}

.div1 {
  margin-bottom: 10px;
}

h1 {
  font-family: 'EB Garamond', serif;
  font-size: 45px;
  padding: 0;
  color: #163861;
}

h2 {
  font-family: 'EB Garamond', serif;
  font-size: 35px;
  padding: 0;
  color: #163861;
}

h3 {
  font-family: 'EB Garamond', serif;
  font-size: 20px;
  padding: 0;
  color: #163861;
}

#epEmergency {
  background-color: #eb4127;
  color: #fff;
  text-align: center;
  font-family: 'Lato', sans-serif;
  font-size: 17px;

}

#epDDN {
  font-weight: bold;
  white-space: nowrap;
}

.listor {
  list-style: none;
  margin: 1em 0;
}

#epDataPrivacy {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 25px;
  font-family: 'Lato', sans-serif;
  font-size: 19px;
}

#epDataPrivacy .online, #epDataPrivacy .phone, #epDataPrivacy .output {
  display:none;
}

#epDataPrivacy ol.dropDowns {
  list-style: none;
  margin: 0;
  padding: 0;
}

select {
  font-family: 'Lato', sans-serif;
  margin: 10px 0 15px;
  padding: 5px;
  width: 100%;
}

button {
  background: #eb4127;
  border: none;
  border-radius: 50px;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 18px;
  padding-top: 13px;
}

button:hover {
  background: #333;
  color: #fff;
}

button:disabled {
  background: #ddd;
  cursor: default;
}

button:hover:disabled {
  background: #ddd;
}

.nowrap {
  white-space: nowrap;
}

#epPhone {
  display: inline-block;
  font-family: 'Lato', sans-serif;
  font-size: 19px;
}

#epIssues {
  width: 100%;
}

#epIssues .catdesc {
  display: none;
}

#epIssues .catname {
  font: normal 700 16px/20px 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 sans-serif;
}

#epIssues .desc {
  flex-basis: 100%;
  padding: 5px 0;
}

/* footer */

footer {
  font-size: 12px;
  padding: 20px 0;
  background-color: #163861;
  color: #fff;
}

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;
}