body {
  color: #333;
  font: normal 400 16px sans-serif;
  margin: 0;
}

body.index {
  color: #333;
}

*{
  box-sizing: border-box;
}

a {
  outline: none;
  text-decoration: underline;
}

a:hover {
}

a.logo {
  background: url(logo1.png) center center no-repeat;
  background-size: contain;
  display: block;
  height: 70px;
  width: 500px;
}

h1 {
  color: #000;
  font: normal 700 32px sans-serif;
  margin: 45px 0;
  padding: 0;
}

.green-header-wrapper {
  background-color: #046535;
}

.green-header {
  width: 1150px;
  margin: 0 auto;
  padding: 20px 0;
}

.green-header h1 {
  color: #fff !important;
  margin: 0 !important;
}

h2 {
  font: normal 400 24px sans-serif;
  margin-bottom: 15px;
  padding: 0;
}

h3 {
  font: normal 400 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: 1200px;
}

.fill {
  min-width: 1200px;
  width: 100%;
}

.bottom {
  margin-bottom: 0;
  padding-bottom: 0;
}

.top {
  margin-top: 0;
  padding-top: 0;
}

.answer {
  margin-left: 2em;
}


/* header */

header {
  border-bottom: 1px solid #1f3667;
  display: block;
}

.index header {
  border: none;
}

header > .contain {
  display: flex;
  justify-content: space-between;
  padding: 20px 25px;
}

#epAttention {
  background-color: #666;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  min-width:1200px;
  padding: 10px 0;
  text-align: center;
  
}

#epLang {
  display: none;
  /* 
  display: flex;
  justify-content: space-between;
  padding: 15px;
  */
}

#epLang a {
  color: #1f3667;
  display: inline-block;
  font-size: 12px;
  text-decoration: none;
}

#epLang a:hover {
  color: #05bbda;
}

nav {
  display: flex;
  font: normal 400 22px sans-serif;
  justify-content: space-between;
  align-items: center;
}

nav a {
  color: #333;
  display: inline-block;
  padding: 0;
  position: relative;
  margin: 0 15px;
  text-decoration: none;
  border-bottom: 2px solid transparent;
}

nav a:hover {
  color: #046535;
  border-bottom: 2px solid #046535;
}

.nav-spacer {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background-color: #a2e600;
  margin: 0 5px;
}

#dropdown{
  position:relative;
}

#dropdown:hover #epResources{
  display:block;
}

#epResources{
  display:none;
  overflow:visible;
  padding:0 0 0 0;
  margin:0;
  position:absolute;
  top:28px;
  width:470px;
  z-index:100;
}

#epResources span{
  background:white;
  color:#479b92;
  cursor:pointer;
  display:block;
  padding:8px 10px;
  text-align:left;
  width:470px;
  color: #046535;
  font-size: 14px;
}

#epResources span:hover{
  background:#046535;
  color:#fff;
}

.banner {
  background: #ccc url(banner.jpg) no-repeat center center;
  background-size: cover;
  min-height: 370px;
  display: block;
  padding: 50px 0 100px;
}

.buttons {
  display: flex;
  justify-content: center;
  margin: -59px auto 0 auto;
  padding: 0 !important;
  width: 1035px;
  -webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.75);
}

.buttons a {
  align-items: center;
  display: flex;
  padding: 10px 25px;
  text-decoration: none;
  width: 345px;


  background-color: #fff;
}

.buttons a:hover {
  background-color: #a2e600;
}

.button-icon {
  height: 75px;
  margin-right: 10px;
  background-size: contain;
}

.report-icon {
  background: url(report.svg) no-repeat center center;
  width: 120px;
}

.phone-icon {
  background: url(phone.svg) no-repeat center center;
  width: 90px;
}

.follow-icon {
  background: url(follow.svg) no-repeat center center;
  width: 90px;
}

.button-text {
  color: #046535;
  font-weight: 700;
  font-size: 24px;
}

.follow .button-text {
  text-align: center;
}


.buttons a:hover span.title {
  display: none;
}

.buttons a:hover span.roll-text {
  display: block;
}

/* content */

main {
  display: block;
  padding: 30px 0 70px;
}

.mainHome {
  padding: 10px 0 50px 0;
}

section {
  display: block;
}

section.flex {
  display: flex;
  padding: 20px 0;
}

.text-index {
  text-align: center;
}

[class^="col-"] { /* Applies to all CSS classes that start with "col-" */
  vertical-align: top;
}

.col-100 {
  display: inline-block;
  padding: 10px 25px;
  width: 100%;
}

.col-66 {
  display: inline-block;
  padding: 10px 25px;
  vertical-align: top;
  width: 66%;
}

.col-50 { /* Column-50 is technically 49% so columns do not break to a new line in all browsers */
  display: inline-block;
  padding: 10px 25px;
  width: 49%;
}

.col-33 {
  display: inline-block;
  padding: 10px 25px;
  width: 33%;
}

.col-left {
  margin-right: 2%;
  padding: 10px 25px;
  width: 60%;
}

.col-right {
  padding: 10px 25px;
  width: 38%;
}

#epEmergency {
  padding: 10px 0;
  text-align: center;
}

#epEmergency br {
  display: none;
}

#epEmergency strong {
  display: inline-block;
  margin-right: 7px;
}

.phone:hover > #epDDN {
  display: block;
}

.phone:hover > .phone-text {
  display: none;
}

.epDDN {
  display: none;
  color: #046535;
  font-weight: bold;
  white-space: nowrap;
  font-size: 22px;
}

.listor {
  list-style: none;
  margin: 1em 0;
}

/* dp and phone */

#epDataPrivacy .online, #epDataPrivacy .phone, #epDataPrivacy .output {
  display: block;
}

#epDataPrivacy ol.dropDowns {
  list-style: none;
  margin: 0;
  padding: 0;
}

#epDataPrivacy .text {
  color: #1f3667;
}

#epPhone{
}
  

select {
  font: normal 400 14px sans-serif;
  margin: 5px 0 15px;
  min-width: 355px;
  padding: 5px;
}



button, .submit {
  background: #046535;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 17px;
  margin: 15px 0;
  padding: 6px 24px;
  text-decoration: none;
  font-weight: bold;
}

button:disabled, button:disabled:hover, input.submit:disabled, input.submit:disabled:hover {
  background: #ccc;
  cursor: default;
}

button:hover, .submit:hover {
  color: #000;
  background: #a2e600;
}

.nowrap {
  white-space: nowrap;
}

/* issues */

#epIssues {
  width: 100%;
}

#epIssues .category {
  display: flex;
  margin-bottom: 20px;
}

#epIssues .category{
  background: #1f3667;
}


#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;
  position: relative;
  display: flex;
  border: 1px solid #D3D3D3;
}

#epIssues .issue:last-of-type {
  margin-bottom: 0;
}

#epIssues .issue:hover {
  background: #a2e600;
  font-weight: bold;
}

#epIssues .issue:hover > .name {
  background-color: #046535;
  color: #fff;
}

#epIssues .issuebox {
  background: #fff;
  padding-left: 20px;
}

#epIssues .name {
  font: normal 700 16px/20px sans-serif;
  padding: 5px 0;
  width: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #D3D3D3;
  color: #333;
}

#epIssues .desc {
  color: #333;
  font-size: 16px;
  line-height: 20px;
  padding: 10px 10px 10px 30px;
  width: 700px;
}

#epIssues .desc li::marker {
  font-size: 30px;
}

input.text-input  {
  margin: 5px 0 20px;
  min-width: 300px;
  padding: 5px;
}

.follow-page section span {
  font-size: 18px;
}

.follow-up-border {
  border-top: 10px solid #046535;
  border-right: 1px solid #046535;
  border-bottom: 1px solid #046535;
  border-left: 1px solid #046535;
  margin-right: 30px;
}

/* footer */

footer {
  border-top: 10px solid #046535;
  background-color: #333333;
  font-size: 14px;
  padding: 15px 0;
  color: #fff;
}

footer th {
  display: none;
}

footer td {
  padding: 5px 0 0 !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

footer .line1 {
}

footer .line2 {
  color: #fff;
}

footer .line2 a {
  color: #fff;
}

footer .line2 a:hover {}

footer table {
  font-size: 12px;
  margin: 0 auto;
  width: 1200px !important;
}

.bold {
  font-weight: bold;
}