@import url('https://fonts.googleapis.com/css2?family=Merriweather+Sans:wght@300;700&family=Merriweather:wght@700&display=swap');
*,
*::before,
*::after{box-sizing: border-box;}
body {
  color: #333333;
  font-family: 'Merriweather Sans', sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 32px;
  margin: 0;
}
a {
  color: #003e76;
  outline: none;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #333;
  text-decoration: underline;
}
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;
}

.center {
margin:0;
padding-top: 0;
text-align:center;
}
/* header */
header {display: block;}
#hero {
    background: url(banner.jpg) no-repeat center;
    background-size: cover;
    height: 400px;
}
#hero2 {
    background: url(banner2.jpg) no-repeat center;
    background-size: cover;
    height: 400px;
}
#epLang {
  color: black;
  display: block;
}
#epLang a {display: none;}
header .flex {
  display: flex;
  justify-content: space-between;
}
a.logo {
  background: url(logo1.png) center center no-repeat;
  background-size: contain;
  display: inline-block;
  height: 70px;
  margin: 10px 10px 10px 10px;
  width: 275px;
}
nav {
  align-items: center;
  display: flex;
  flex-grow: 0;
}
nav a {
  color: #003e76;
  display: inline-block;  
  font-family: 'Merriweather Sans', sans-serif;
  font-weight: 700;
  font-size: 16px;
  margin: 0 15px;
  text-align: center;
  text-decoration: none;
  border-bottom: 3px solid transparent;
  padding-bottom:10px;
}
nav a:hover,
nav a:focus {
  color: #003e76;
  text-decoration: none;
  border-bottom: 3px solid #4497d2;
}
#epAttention {
  padding: 10px 0;
  text-align: center;
  color: #1a4174;
  background-color: #e7e6e6;
}
/* content */
main {
  display: block;
  padding: 30px 0 50px;
}
section {
  display: flex;
  justify-content: space-between;
}
div.col-left {
  padding: 0 10px;
  width: 78%;
  margin: 0 auto;
}
div.col-right {
  padding: 0 10px;
  width: 38%;
}

.col-50 {
  width: 48%;
}
#qr{
  background: url(qr.png) center no-repeat;
  background-size: cover;
  width: 206px;
  height: 205px;
  margin: 0 auto;
}
h1 {
  font-family: 'Merriweather', serif;
  font-weight: 700;
  font-size: 28px;
  color: #1a4174;
  padding: 0;
}
h2 {
  font-family: 'Merriweather', serif;
  font-weight: 700;
  font-size: 28px;
  color: #1a4174;
  padding: 0;
}
h3 {
  font: normal 700 18px sans-serif;
  margin: 1em 0;
  padding: 0;
}
.stm_separator_style_1 .stm_separator {
    display: block;
    width: 46px;
    height: 5px;
    margin: 0 0 21px;
  background-color: #2484c6;
}
#epEmergency {
    padding: 10px 0;
    text-align: left;
    width: 920px;
    background-color: #e1ddda;
  padding-bottom: 30px;
}
#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;
}
#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 {
  background: #33658a;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  padding: 6px 18px;
}
button:hover,
button:focus {
  background: #333;
  color: #fff;
}
button:disabled {
  background: #ddd;
  cursor: default;
}
button:hover:disabled,
button:focus:disabled {background: #ddd;}
.follow-instructions{font-weight:bold;}
#ep-follow-form label{
width:114px;
display:inline-block;
margin-left:55px;
}
#ep-follow-form input.follow {
width:100%;
max-width:173px;
min-width:30px;
}
.follow.ep{margin-top:30px;}
.nowrap {white-space: nowrap;}
#epPhone {display: inline-block}
#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,
#epIssues .issue:focus {color: #008000;}
#epIssues .name {font: normal 700 14px/20px sans-serif;}
#epIssues .desc {
  flex-basis: 100%;
  padding: 5px 0;
}
/* footer */
footer {
  font-size: 16px;
  padding: 20px 0;
  color: #1a4174;
  background-color: #e1ddda;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}
footer th {display: none;}
footer td {padding: 5px 0 0 !important;}
footer .line1 {
  float: left;
  padding-left: 10px;
}
footer .line2 {
  color: transparent;
  float: right;
  padding-right: 10px;
}
footer .line2 a {
  color: #1a4174;
  text-decoration: none;
}
footer .line2 a:hover,
footer .line2 a:focus {color: #1a4174;}
footer table {
  margin: 0 auto !important;
  width: 1200px !important;
}