@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap');
*,
*::before,
*::after{
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body {
  background: #EFEFF2;
  color: #85888c;
  font: normal 400 16px/1.5 'Open Sans',sans-serif;
  margin: 0;
}
a {
  color: #33658a;
  outline: none;
  text-decoration: underline;
}
a:hover,
a:focus {color: #333;}
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 {
  background: white;
  border-bottom: 1px solid #EFEFF2;
  display: block;
  position: relative;
}
#epLang {
  color: #333338;
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
}
#epLang a {
  font-size: 0.85em;
  padding: 0 15px;
  text-decoration: none;
}
#epLang a:hover,
#epLang a:focus{
  color: #000;
}
header .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
a.logo {
  background: url(logo1.png) center top no-repeat;
  background-size: contain;
  display: inline-block;
  height: 88px;
  margin: 20px 30px 20px 10px;
  width: 348px;
}
.nav-wrapper{background: white;}
nav {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
nav a {
  border-top: 4px solid transparent;
  color: #333338;
  display: inline-block;
  font: normal 600 16px/25px 'Open Sans',sans-serif;
  margin: 0 20px;
  padding: 15px 0;
  text-align: center;
  text-decoration: none;
}
nav a:hover,
nav a:focus {
  border-top: 4px solid #3FA435;
  color: #000;
}
.banner{
  background: url(banner.jpg) center top no-repeat;
  background-size: cover;
  height: 200px;
  position: relative;
}
.banner::after{
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width:100%;
  height: 100%;
  min-width: 1200px;
  background-color: rgba(94,111,138,.75);
}
#epAttention {
  color: white;
  font-size: 1.1em;
  font-weight: 300;
  padding: 10px 0;
  position: relative;
  text-align: center;
  top: 70px;
  z-index: 3;
}
/* content */
main {
  display: block;
  padding: 30px 0 50px;
}
section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section a{
  color: #027fbb;
  text-decoration: none;
}
section a:hover,
section a:focus{
  color: #027fbb;
  text-decoration: underline;
}
div.col-left {
  padding: 0 10px;
  width: 58%;
}
div.col-right {
  padding: 0 10px;
  width: 38%;
}
h1 {
  color: #027fbb;
  font: normal 700 30px 'Open Sans',sans-serif;
  padding: 0;
  text-transform: uppercase;
}
h2 {
  color: #027fbb;
  font: normal 700 24px 'Open Sans',sans-serif;
  padding: 0;
  text-transform: uppercase;
}
h3 {
  font: normal 700 18px 'Open Sans',sans-serif;
  margin: 1em 0;
  padding: 0;
  text-transform: uppercase;
}
.emergency-wrapper{
  background: white;
}
#epEmergency {
  padding: 20px 0;
}
#epDDN {
  font-weight: bold;
  white-space: nowrap;
}
.listor {
  list-style: none;
  margin: 1em 0;
}
#epDataPrivacy {
  display: inline-block;
  vertical-align: top;
}
#epDataPrivacy .online, #epDataPrivacy .phone, #epDataPrivacy .output {}
#epDataPrivacy ol.dropDowns {
  list-style: none;
  margin: 0;
  padding: 0;
}
select {
  font: normal 400 14px 'Open Sans',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;}
.nowrap {white-space: nowrap;}
#epIssues {width: 100%;}
#epIssues .catdesc {display: none;}
#epIssues .catname {font: normal 700 16px/20px 'Open Sans',sans-serif;}
#epIssues .details {
  font-size: 12px;
  margin-left: auto;
}
#epIssues .issue {
  color: #0000ff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 10px 0;
  position: relative;
}
#epIssues .issue:hover,
#epIssues .issue:focus {color: #008000;}
#epIssues .name {font: normal 700 14px/20px 'Open Sans',sans-serif;}
#epIssues .desc {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  padding: 5px 0;
}
/* footer */
footer {
  color: #67615a;
  font-size: 14px;
  padding: 20px 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 {
  color: #67615a;
  text-decoration: none;
}
footer .line2 a:hover,
footer .line2 a:focus {
  color: #027fbb;
  text-decoration: none;
}
footer table {
  margin: 0 auto !important;
  width: 1200px !important;
}