@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

/*
navy: 1f3667
blue: 05bbda
green: bfd730
*/

body {
  color: #222222;
  font: normal 400 17px 'Open Sans', sans-serif;
  margin: 0;
}

body.index {
  color: #333;
}

*{
  box-sizing: border-box;
}

a {
  color: #00AFBA;
  outline: none;
  text-decoration: underline;
}

a:hover {
  color: #00C2D8;
}

a.logo {
  background: url(logo1.png) center top no-repeat;
  background-size: contain;
  display: block;
  height: 50px;
  margin: 30px 10px 50px;
  width: 210px;
}

.index h1 {
  color: unset;
  font: normal 700 24px sans-serif;
  padding: 0;
}

h1 {
  color: #00AFBA;
  font: normal 600 30px 'Open Sans', sans-serif;
  padding: 0;
}

h2 {
  color: #00AFBA;
  font: normal 600 24px 'Open Sans', sans-serif;
  padding: 0;
}

h3 {
  font: normal 700 1.17em/1.27em sans-serif;
  margin: 1em 0;
  padding: 0;
}

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: 1000px;
}

.fill {
  min-width: 1000px;
  width: 100%;
}

.bottom {
  margin-bottom: 0;
  padding-bottom: 0;
}

.top {
  margin-top: 0;
  padding-top: 0;
}


/* header */

header {
  background-color: #000000cc;
  border-bottom: 1px solid #000000cc;
  display: block;
}

.index header {
  border: none;
}

header > .contain {
  padding-bottom: 20px;
  align-items: center;
  display: flex;
  height: 70px;
  justify-content: space-between;
}

#epLang {
  display: flex;
  justify-content: flex-end;
  padding: 15px;
}

#epLang a {
  color: #FFFFFF;
  display: inline-block;
  font-size: 12px;
  font-family: 'Open Sans';
  font-weight: 300;
  padding: 0 10px;
  text-decoration: none;
}

#epLang a:hover {
  color: #00C2D8;
}

nav {
  display: flex;
  font: normal 300 15px 'Open Sans',sans-serif;
  justify-content: space-between;
}

nav a {
  overflow: hidden;
  color: #FFFFFF;
  display: inline-block;
  font: normal 300 15px 'Open Sans',sans-serif;
  padding: 8px 20px;
  text-align: center;
  text-decoration: none;
  position:relative;
}

nav a:hover {
  color: #00C2D8;
  overflow:visible;
}

#epResources{ /*Dropdown Box*/
  display:block;
  position:absolute;
  top: 38px;
  width:240px;
  z-index:10;
}

#epResources span{
  background:#000000cc;
  color:white;
  cursor:pointer;
  display:block;
  line-height:30px;
  padding:5px 20px;
  width:230px;
}

#epResources span:hover{
  background:#00AFBA;
  color:white;
}      

#epAttention {
  padding: 10px 0;
  text-align: center;
}

banner {
  background: #ccc url(banner.jpg) no-repeat center center;
  background-size: cover;
  display: block;
  padding: 50px 0 100px;
  height: 700px;
}

.buttons {
  width: 35%;
}

.buttons a {
  align-items: center;
  background: #00AFBA url() no-repeat center left 15px;
  box-sizing: border-box;
  color: #fff;
  font-family: 'Open Sans';
  font-weight: 300;
  display: flex;
  height: 90px;  
  margin: 10px 0;
  padding: 15px 15px 15px 100px;
  text-decoration: none;
}

.buttons a:hover {
  background-image: none !important;
  font-size: 21px;
  padding: 15px 30px;
  text-align: center;
}

.buttons a.report {
  background-image: url(report.png);
}

.buttons a.question {
  background-image: url(question.png);
}

.buttons a.follow {
  background-image: url(follow.png);
}

.buttons span.title {
  display: block;
  font-size: 22px;
  width: 100%;
}

.buttons span.roll-text {
  display: none;
  font-size: 14px;
  line-height: 20px;
  width: 100%;
}

.buttons a:hover span.title {
  display: none;
}

.buttons a:hover span.roll-text {
  display: block;
}

/* content */

main {
  display: block;
  padding: 30px 0 70px;
}

section {
  display: block;
}

section.flex {
  display: flex;
  padding: 20px 0;
}

div.col-left {
  margin-right: 2%;
  padding: 0 10px;
  width: 60%;
}

div.col-right {
  padding: 0 10px;
  width: 38%;
}

#epEmergency {
  padding: 10px 0;
  text-align: center;
}

#epEmergency br {
  display: none;
}

#epEmergency strong {
  display: inline-block;
  margin-right: 7px;
}

#epDDN {
  font-weight: bold;
  white-space: nowrap;
}

.listor {
  list-style: none;
  margin: 1em 0;
}

#epDataPrivacy .online, #epDataPrivacy .phone, #epDataPrivacy .output {
  display: block;
}

#epDataPrivacy ol.dropDowns {
  list-style: none;
  margin: 0;
  padding: 0;
}

#epDataPrivacy .text {
  color: #222222;
}

#epPhone {
	width:365px;
}

select {
  font: normal 400 14px sans-serif;
  margin: 5px 0 15px;
  min-width: 355px;
  padding: 5px;
}

button, input.submit {
  background: #00AFBA;
  border: none;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  font-size: 17px;
  margin: 15px 0;
  padding: 6px 24px;
}

button:disabled, button:disabled:hover, input.submit:disabled, input.submit:disabled:hover {
  background: #ccc;
  cursor: default;
}

button:hover, input.submit:hover {
  background: #00C2D8;
}

.nowrap {
  white-space: nowrap;
}

#epIssues {
  width: 100%;
}

#epIssues .category {
  display: flex;
  margin-bottom: 20px;
}

#epIssues .category:nth-of-type(1) {
  background: #1f3667;
}

#epIssues .category:nth-of-type(2) {
  background: #05bbda;
}

#epIssues .category:nth-of-type(3) {
  background: #bfd730;
}

#epIssues .catdesc {
  display: none;
}

#epIssues .catname {
  color: #fff;
  font: normal 700 20px sans-serif;
  padding: 20px 20px 20px 30px;
  width: 24%;
}

#epIssues .details {
  font: italic 400 11px sans-serif;
  position: absolute;
  right: 7px;
  text-decoration: underline;
  top: 3px;
}

#epIssues .issue {
  margin-bottom: 10px;
  padding: 0 5px 0 10px;
  position: relative;
}

#epIssues .issue:last-of-type {
  margin-bottom: 0;
}

#epIssues .issue:hover {
  background: #eee;
}

#epIssues .issuebox {
  background: #fff;
  padding-left: 20px;
  width: 76%;
}

#epIssues .name {
  font: normal 400 16px/20px sans-serif;
  padding: 5px 0;
}

#epIssues .desc {
  color: #777;
  font-size: 14px;
  padding: 0 60px 10px 15px;
}

input.text-input  {
  margin: 5px 0 20px;
  min-width: 300px;
  padding: 5px;
}

.follow-page section span {
  font-size: 18px;
}

/* footer */

footer {
  font-size: 14px;
  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 {}

footer .line2 a:hover {}

footer table {
  font-size: 12px;
  margin: 15px auto 0 !important;
  width: 1000px !important;
}