@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

*{
  box-sizing: border-box;
}

body {
  color: #333;
  font: normal 400 15px/1.5 "Inter", serif;
  margin: 0;
}

a {
  color: #33658a;
  outline: none;
  text-decoration: underline;
}

a:hover {
  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 {
  display: block;
}

#epLang {
  color: black;
  display: block;
}

#epLang a {
  display: inline;
    padding: 5px;
}

header .flex {
  display: flex;
  justify-content: space-between;
}

a.logo {
  background: url(logo1.svg) center top no-repeat;
  background-size: contain;
  display: inline-block;
  height: 45px;
  margin: 16px 5px 16px 10px;
  width: 227px;
}

nav {
  align-items: center;
  display: flex;
  flex-grow: 0;

}

nav a {
  color: #101011;
  display: inline-block;
  font: normal 500 14px/18px "Inter", serif;
  padding: 0 5px;
  text-align: center;
  text-decoration: none;
  width:190px;
}

nav a:hover {
  color: #000;
}

/* Dropdoqn Nav */
.hideResources span {
  display:none;
}

.hideResources:hover span {
  display:block;
}

#epResources{
  overflow:visible;
  position:absolute;
  z-index:10;
}

#epResources span{
  background:white;
  border-right:4px solid white;
  color:black;
  cursor:pointer;
  padding:0 20px 0 25px;
  text-align:left;
  padding:10px;
  width:251px;
  position:relative;
  z-index:10;
}

#epResources span:hover{
  background:white no-repeat 13px center;
  border-right:4px solid #9ea62d;
  color:#747474;
}

.attentionContainer{
	background: url('background.jpg') no-repeat center center;
}

#epAttention {
  padding: 70px 0;
  text-align: center;
  color: #fff;
  font-size: 15px;
}

/* Banner container */
.banner {
  position: relative;
  width: 100%;
  height: 380px;
  background: url('banner.jpg') no-repeat center center;
  background-size: cover;
  display: flex;
  align-items: center;
}


.banner-content {
  margin: 0 auto;
  width: 1200px;
  padding-left: 10px;
  padding-top: 110px;
  text-align: left;
  color: white;
}


.banner-content h1 {
  margin: 0;
  font-size: 76px;
  font-weight: 500;
  line-height: 1.2;
  color: #ffffff;
}


.banner-content .underline {
  width: 40px;
  height: 3px;
  background-color: #00b050;
  margin-top: 15px;
  margin-left: 5px;
}


/* 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%;
}

h1 {
  font: normal 500 35px "Inter", serif;
  padding: 0;
}

h2 {
  font: normal 500 24px "Inter", serif;
  padding: 0;
}

h3 {
  font: normal 500 18px "Inter", 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;
  margin-bottom: 25px;
}

#epDataPrivacy .online, #epDataPrivacy .phone, #epDataPrivacy .output {
  display:none;
}

#epDataPrivacy ol.dropDowns {
  list-style: none;
  margin: 0;
  padding: 0;
}

select {
  font: normal 400 14px "Inter", serif;
  margin: 2px 0 15px;
  padding: 5px;
  width: 100%;
}

.reportButton {
	padding: 16px 32px;
    text-transform: uppercase;
    color: #101011;
    border-radius: 50px;
    border: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    background-color: #53d491;
	display: inline-block;
    margin: 0 0 20px 0;
	text-decoration: none;
}

.reportButton:hover {
	background-color: #ffd460;
}

button {
  background: #312899;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  padding: 6px 18px;
}

button:hover {
  background: #333;
  color: #fff;
}

button:disabled {
  background: #ddd;
  cursor: default;
}

button:hover:disabled {
  background: #ddd;
}

.nowrap {
  white-space: nowrap;
}

#epPhone {
  display: inline-block
}

#epIssues {
  width: 100%;
}

#epIssues .catdesc {
  display: none;
}

#epIssues .catname {
  font: normal 700 16px/20px "Inter", 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 "Inter", serif;
}

#epIssues .desc {
  flex-basis: 100%;
  padding: 5px 0;
}

/* footer */

footer {
  font-size: 14px;
  padding: 50px 0;
  background-color: #101011;
  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;
	text-decoration: none;
}

footer .line2 a:hover {
	color: #53d491;
	text-decoration: none;
}

footer table {
  margin: 0 auto !important;
  width: 1200px !important;
}