@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');
*,
*::before,
*::after{box-sizing: border-box;}
body {
  color: #292b2c;
  font: normal 400 16px/1.5 'Roboto', sans-serif;
  margin: 0;
}
a {
  color: #A40084;
  outline: none;
  text-decoration: none;
  transition: color .2s ease-out;
}
a:hover,
a:focus {
  color: #5a245a;
  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;
}
/* header */
header {display: block;}
#epLang {
  color: black;
  display: block;
}
#epLang a {display: none;}
header .flex {
  display: flex;
  justify-content: space-between;
}
a.logo {
  background: url(logo1.jpg) center top no-repeat;
  background-size: contain;
  display: inline-block;
  margin: 13px 0;
  height: 74px;
  width: 267px;
}
nav {
  align-items: center;
  position:relative;
}
nav a {
  color: #292b2c;
  display: inline-block;
  font: normal 400 14px/100px 'Roboto', sans-serif;
  padding: 0 20px;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease;
}
nav a:hover,
nav a:focus {
  color: #A40084;
  text-decoration: none;
}
nav hr {
  border: solid 2px #A40084;
  bottom: -8px;
  margin-left: 20px;
  position: absolute;
  transition: all 0.3s ease;
  width: 90px;
}
nav a.navLink1:hover~hr,
nav a.navLink1:focus~hr {
  margin-left: 20px;
  width: 90px;
}
nav a.navLink2:hover~hr,
nav a.navLink2:focus~hr {
    width: 135px;
    margin-left: 154px;
}
nav a.navLink3:hover~hr,
nav a.navLink3:focus~hr {
  width: 32px;
  margin-left: 334px;
}
#epAttention {
  color: #fff;
  padding: 10px 0;
  text-align: center;
  background-color: #5a245a;
}
#hero {
  align-items: center;
  background-color: #A40084;
  background-attachment: fixed;
  background-size: contain;
  display: flex;
  height: 360px;
  justify-content: center;
}
.tagline{
  color: white;
  font-size: 4.5em;
}
/* content */
main {
  display: block;
  padding: 40px 0 60px;
}
section {
  display: flex;
  justify-content: space-between;
}
div.col-left {
  padding: 0 10px;
  width: 58%;
}
div.col-right {
  padding: 0 10px;
  width: 38%;
}
h1 {
  font: normal 700 30px/34px 'Roboto', sans-serif;
  padding: 0;
}
h2 {
  font: normal 700 24px 'Roboto', sans-serif;
  padding: 0;
}
h3 {
  font: normal 700 18px 'Roboto', 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 'Roboto', sans-serif;
  margin: 2px 0 15px;
  padding: 5px;
  width: 100%;
}
button {
  background: #a41a2d;
  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 'Roboto', sans-serif;}
#epIssues .details {
  font-size: 12px;
  margin-left: auto;
}
#epIssues .issue {
  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 'Roboto', sans-serif;}
#epIssues .desc {
  flex-basis: 100%;
  padding: 5px 0;
}
/* footer */
footer {
  font-size: 16px;
  padding: 20px 0;
  background-color: #5a245a;
  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 {
  color: #fff;
  font-weight: 400;
  text-decoration: none;
  padding: 0 10px;
}
footer .line2 a:hover,
footer .line2 a:focus {
  color: #fff;
  text-decoration: underline;
}
footer table {
  margin: 0 auto !important;
  width: 1200px !important;
}