@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,300;0,400;0,600;0,700;1,400;1,600;1,700&display=swap');

*{
  box-sizing: border-box;
}

body {
  background: #fefefe;
  color: #333;
  font: normal 400 1.0625rem/1.8 'Mulish', sans-serif;
  margin: 0;
}

a {
  color: #0073e6;
  font-weight: 700;
  outline: none;
  text-decoration: none;
}

a:hover {
  color: #0073e6;
  text-decoration: underline;
}

h1 {
  font: normal 700 32px 'Mulish', sans-serif;
  padding: 0;
  margin-bottom: 2px;
}

h2 {
  font: normal 700 22px 'Mulish', sans-serif;
  padding: 0;
}

h3 {
  font: normal 700 18px 'Mulish', sans-serif;
  margin: 1em 0;
  padding: 0;
}

h1, h2 {
    text-align: center;
}

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;
  background: #fff;
}

#epLang {
  color: black;
  display: block;
}

#epLang a {
  display: none;
}

header .flex {
  display: flex;
  justify-content: space-between;
}

a.logo {
  /* background: url(logo1.png) center top no-repeat; */
  background-size: contain;
  display: inline-block;
  height: 23px;
  margin: 20px 30px 20px 10px;
  width: 150px;
  visibility: hidden;
}

nav {
  align-items: center;
  display: flex;
  flex-grow: 0;

}

nav a {
  color: #737578;
  display: inline-block;
  font: normal 600 1rem/25px 'Mulish', sans-serif;
  padding: 20px;
  text-align: center;
  text-decoration: none;
}

nav a:hover {
  color: #000;
  font-weight: 700;
  text-decoration: none;
}

.hideResources {
    position: relative;
}

.hideResources span {
    display: none;
}

.hideResources:hover span {
    display: block;
}

#epResources{
    overflow:visible;
    position:absolute;
    right: 0;
    z-index:10;
}

#epResources span{
    background-color: white;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    color:#737578;
    cursor: pointer;
    padding: 0 20px 0 25px;
    text-align: left;
    padding: 10px;
    width: 330px;
    position: relative;
    z-index: 10;
}

#epResources span:hover{
    background:white no-repeat 13px center;
    border-color: #0073e6;
    color: black;
    font-weight: 700;
}


#epAttention {
    padding: 10px 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    font-weight: 700;
    line-height: 1.3;
}

#epAttention strong {
    font-size: 26px;
}

/* content */

main {
  display: block;
  padding: 30px 0 50px;
}

section {
  display: flex;
  justify-content: space-between;
}

div.col-left {
  padding: 0 10px;
  width: 58%;
}

div.col-right {
  padding: 0 10px;
  width: 38%;
}

.col-right p:first-of-type {
    text-align: center;
}

#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 'Mulish', sans-serif;
  margin: 2px 0 15px;
  padding: 5px;
  width: 100%;
}

button {
    background: #0073e6;
    border: none;
    color: #fff;
    cursor: pointer;
    font: normal 700 1em 'Mulish', sans-serif;
    padding: 9px 31px;
}

button:hover {
  background: #333;
  color: #fff;
}

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 'Mulish', 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 {
  color: #008000;
}

#epIssues .name {
  font: normal 700 14px/20px 'Mulish', sans-serif;
}

#epIssues .desc {
  flex-basis: 100%;
  padding: 5px 0;
}

/* footer */

footer {
  background: #000;
  color: #fff;
  font-size: 12px;
  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: #a29d9d;
  text-decoration: none;
}

footer .line2 a:hover {
  color: #a29d9d;
  text-decoration: underline;
}

footer table {
  margin: 0 auto !important;
  width: 1200px !important;
}