@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');
*{
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body {
  color: #1f3a64d6;
  font: normal 400 18px/1.5 'Montserrat',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 {
  border-bottom: solid 2px #f6f6f6;
  display: block;
}
#epLang {
  color: black;
  display: block;
}
#epLang a {
  display: none;
}
header .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
a.logo {
  background: url(logo1.jpg) center top no-repeat;
  background-size: contain;
  display: inline-block;
  height: 70px;
  margin: 20px 30px 20px 10px;
  width: 170px;
}
/* a.logo2 {
  background: url(logo2.jpg) center top no-repeat;
  background-size: contain;
  display: inline-block;
  position: relative;
  left: -222px;
  top: 29px;
  height: 56px;
  width: 152px;
} */
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;
}
nav a {
  color: #1F3A64;
  display: inline-block;
  font: normal 400 16px/25px 'Oswald',sans-serif;
  margin: 0 20px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
nav a:hover,
nav a:focus {
  color: #000;
}
.underline{
  position: relative;
}
.underline::after{
  content:"";
  position: absolute;
  width: 0;
  height: 2px;
  display: block;
  left: 0;
  top: 35px;
  background:#1F3A64;
}
.underline:hover::after{
  width: 100%;
  left: 0;
  background:#1F3A64;
}
#epAttention {
  padding: 10px 0;
  text-align: center;
}
/* content */
main {
  display: block;
  padding: 0 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: #D6A34A;
  text-decoration: none;
}
section a:hover,
section a:focus{
  color: #D6A34A;
  text-decoration: underline;
}
div.col-left {
  padding: 0 10px;
  width: 58%;
}
div.col-right {
  padding: 0 10px;
  width: 38%;
}
div.col-single {
  margin: -20px 0;
  padding: 0 10px;
  width: 100%;
}
.block1{
  padding: 0 0 20px 0;
}
.top-heading{
  color: #1F3A64;
  font-size: 2.2em;
  text-transform: uppercase;
}
h1 {
  font: normal 700 35px 'Oswald',sans-serif;
  padding: 0;
}
h2 {
  font: normal 700 24px 'Oswald',sans-serif;
  padding: 0;
}
h3 {
  font: normal 700 18px 'Oswald',sans-serif;
  margin: 1em 0;
  padding: 0;
}
#epEmergency {}
#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 'Montserrat',sans-serif;
  margin: 2px 0 15px;
  padding: 5px;
  width: 100%;
}
button {
  background: white;
  border: solid 2px #1F3A64;
  color: #1F3A64;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  padding: 23px 30px 20px 30px;
}
button:hover,
button:focus {
  background: #1F3A64;
  color: #fff;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}
button:disabled {
  background: #ddd;
  cursor: default;
}
button:hover:disabled {
  background: #ddd;
}
.nowrap {
  white-space: nowrap;
}
#epIssues {
  width: 100%;
}
#epIssues .catdesc {
  display: none;
}
#epIssues .catname {
  font: normal 700 16px/20px 'Montserrat',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 'Montserrat',sans-serif;
}
#epIssues .desc {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  padding: 5px 0;
}
/* footer */
footer {
  background: #1F3A64;
  color: white;
  font-size: 14px;
  padding: 20px 0;
}
footer a{
  color: white;
  text-decoration: none;
}
footer a:hover,
footer a:focus{
  color: white;
  text-decoration: underline;
}
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 .line2 a:focus {}
footer table {
  margin: 0 auto !important;
  width: 1200px !important;
}