@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


*{
  box-sizing: border-box;
}

body {
  color: #333;
  font: normal 400 16px/1.5 "Montserrat", serif;
  margin: 0;
}

a {
  color: #7CB927;
  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;
  text-align:right;
}

#epLang a {
	padding:5px;
}

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: 50px;
  margin: 20px 30px 20px 10px;
  width: 150px;
}

nav {
  align-items: center;
  display: flex;
  flex-grow: 0;

}

nav a {
  color: #666666;
  display: inline-block;
  font: normal 400 20px/25px "Montserrat", serif;
  padding: 10px 30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
}

html[lang="es"] nav a{
  padding: 10px 40px;	
}

nav a:hover {
  color: #fff;
  background-color: #7CB927;
  overflow: visible;
}

#epResources {
    background:url(resources.png) no-repeat 13px 14px;
    display:block;
    font:400 15px/37px 'Open Sans',sans-serif;
    overflow:visible;
    position:absolute;
    left: 0px;
    top:45px;
    z-index:10;
}
#epResources span{
background:white;
color:#7CB927;
cursor:pointer;
display:block;
padding:0 10px 0 10px;
text-align:left;
width:245px;
padding: 5px 20px;
font: normal 400 20px/25px "Montserrat", serif;
}

#epResources span:hover{
background:#7CB927;
color:#fff;
}


#epAttention {
  padding: 10px 0;
  text-align: center;
  color: #fff;
  background-color: #606060;
}

/* content */

main {
  display: block;
  padding: 30px 10px 50px;
}

section {
  display: flex;
  justify-content: space-between;
}

div.col-left {
  padding: 0 10px;
  width: 58%;
}

div.col-right {
  width: 38%;
}


.buttons {

}

.buttons a, .buttons div {
    border: 2px solid #7CB927;
    padding: 15px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    height: 120px;
    margin-bottom: 10px;
}

.buttons h2 {
    margin: auto;
}
.buttons h2 {
    text-transform: uppercase;
}

.buttons .phone {
    background: url(phone.png) no-repeat;
    background-size: 85px 86px;
    background-position: 20px;
    padding: 15px 15px 15px 80px
}
.buttons .phone h2{
    margin: 5px;
    color: #7CB927;
}
html[lang="es"] .buttons .phone h2{
    font-size:18px;
	margin:0px 5px;
}
.buttons .phone p{
    margin: 5px;
}

.buttons .report {
    padding: 15px 15px 15px 80px;
    background: url(report.png) no-repeat;
    background-size: 97px 90px;
    background-position: 20px;
    background-color: #7CB927;
    color: #fff;
}
#dialing {
    color: #7CB927;
    font: normal 700 18px/18px "Montserrat", serif;
}
.process {
    position: relative;
    background-color: #4f5858;
    font: normal 400 16px/18px "Montserrat", serif;
    color: #fff;
    padding: 14px 150px 14px 20px;
}

.process::after {
    background: url(process.png) center no-repeat;
    content: "";
    position: absolute;
    right: 0px;
    top: 0px;
    height: 78px;
    width: 125px;
}
.process ol {
    display: flex;
    justify-content: space-between;
}

.days {
    font: italic 400 14px/18px "Montserrat", serif;
    width: 660px;
    position: relative;
    left: 250px;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.days span {
    width: 160px;
    margin-top: 10px;
}

.days #two{
    margin-right: 70px;
}
.days #three{
    margin-right: 60px;
}
#epDDN {
    color: #7CB927;
}
main h1{
    font: normal 400 24px "Montserrat", serif;
    color: #7CB927;
	margin-bottom:15px;
}
h1 {
  font: normal 700 35px "Montserrat", serif;
  padding: 0;
}

h2 {
  font: normal 400 24px "Montserrat", serif;
  padding: 0;
}

h3 {
  font: normal 700 18px "Montserrat", serif;
  margin: 1em 0;
  padding: 0;
}

.emergencyBg{
    padding: 20px 0px;
    background-color: #7CB927;
}
#epEmergency {
    color: #fff;
    text-align: center;
}

#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 "Montserrat", serif;
  margin: 2px 0 15px;
  padding: 5px;
  width: 100%;
}

button {
  background: #7CB927;
  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;
}

#epIssues {
  width: 100%;
}

#epIssues .catdesc {
  display: none;
}

#epIssues .catname {
  font: normal 700 16px/20px "Montserrat", 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 "Montserrat", serif;
}

#epIssues .desc {
  flex-basis: 100%;
  padding: 5px 0;
}

/* footer */

footer {
  font-size: 12px;
  padding: 20px 0;
  background-color: #606060;
  color: #ffffff;
}

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: #ffffff;
}

footer .line2 a:hover {}

footer table {
  margin: 0 auto !important;
  width: 1200px !important;
}