@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;600;700&display=swap');
*{
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body {
  color: #7A7A7A;;
  font: normal 400 16px/1.5  "Work Sans", sans-serif;
  margin: 0;
}
a {
  color: #F26419;
  outline: none;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #0099FF;
}
img {
  border: 0;
  display: block;
}
ol, ul {
  margin: 1em 0;
  padding: 0 0 0 1.25em;
}
ul > li {
  list-style-type: none;
}
ul > li > a{
  font-weight:bold;
  text-decoration:underline;
}
ul > li > a:hover,
ul > li > a:focus{
  text-decoration:none;
}
p {
  margin: 1em 0;
  padding: 0;
}
.contain {
  margin: 0 auto;
  width: 1200px;
  padding: 0 10px;
}
.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 79px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
a.logo {
  background: url(logo1.png) center top no-repeat;
  background-size: contain;
  display: inline-block;
  height: 44px;
  width: 176px;
}
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: #2F4858;
  display: inline-block;
  font: normal 400 14px/25px 'Work Sans', sans-serif;
  padding: 0 20px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
nav a:hover,
nav a:focus {
  color: #E2B155;
}
#epAttention {
  padding: 40px 0;
  text-align: center;
  background-color: #2F4858;
  color: #ECECEC;
}
/* content */
.hero{
  background-image: url(hero.png);
  height: 200px;
  background-size: cover;
  background-position: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.hero::after{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background-color: #2F4858;
  opacity: .8;
  content: "";
}
section.grey {
  background-color: #ECECEC;
}
div.col-left {
  width: 800px;
  margin: 0 auto;
  padding-top: 20px;
}
div.col-right {
  width: 800px;
  margin: 0 auto;
  padding: 40px 0;
  margin-top: 40px;
}
h1 {
  font: normal 600 48px "Outfit", sans-serif;
  padding: 0;
  margin: 0;
  color: #ECECEC;
  position: relative;
  z-index: 10;
  text-transform: uppercase;
}
h2 {
  font: normal 700 24px "Work Sans", sans-serif;
  padding: 0;
}
h3 {
  font: normal 700 18px "Work Sans", 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 'Work Sans', sans-serif;
  margin: 2px 0 15px;
  padding: 5px;
  width: 100%;
}
button {
  background: #2F4858;
  border: none;
  color: #ECECEC;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  padding: 6px 18px;
}
button:hover,
button:focus {
  background: #333;
  color: #ECECEC;
}
button:disabled {
  background: #ECECEC;
  cursor: default;
}
button:hover:disabled,
button:focus:disabled {
  background: #ECECEC;
}
.nowrap {
  white-space: nowrap;
}
#epIssues {
  width: 100%;
}
#epIssues .catdesc {
  display: none;
}
#epIssues .catname {
  font: normal 700 16px/20px 'Work 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 'Work Sans', sans-serif;
}
#epIssues .desc {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  padding: 5px 0;
}
/* footer */
footer {
  font-size: 14px;
  padding: 40px 0;
  background-color: #2F4858;
}
footer th {
  display: none;
}
footer td {
  padding: 5px 0 0 !important;
}
footer .line1 {
  float: left;
  padding-left: 10px;
  color:#F26419;
}
footer .line2 {
  color: #F26419;
  float: right;
  padding-right: 10px;
}
footer .line2 a {
  color: #F26419;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
footer .line2 a:hover,
footer .line2 a:focus {
  color: #0099FF;
}
footer table {
  margin: 0 auto !important;
  width: 1200px !important;
}