@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700&display=swap');
/*
gold: f2a900 --> f2a900
blue: 2d68c4 --> 2d68c4
*/
html {
  background-color:#dadada;
}

body {
  background: #fff url() top center no-repeat;
  background-size: contain;
  color: #000;
  font: normal 400 19px/29px "Roboto Condensed",sans-serif;
  margin: 0;
  padding-top:100px;
}

a {
  text-decoration: none;
}

main {
  background-color:#fff;
  padding: 20px 0 40px;
}

main a {
  color:#2c5ea4;
  outline: none;
  text-decoration: none;
}

main a:hover {
}

a.logo {
  background: url(logo1.png) center top no-repeat;
  background-size: contain;
  display: inline-block;
  height: 50px;
  width: 120px;
}

h1 {
  font: normal 700 2em/2.1em "Roboto Condensed",sans-serif;
  padding: 0;
}

h2 {
  font: normal 700 1.8em/1.9em "Roboto Condensed",sans-serif;
  padding: 0;
}

h3 {
  color:#2d68c4;
  font: normal 700 1.17em/1.27em "Roboto Condensed",sans-serif;
  margin: 1em 0;
  padding: 0;
}

h3.nonretal {
  font-size:34px;
}

img {
  border: 0;
  display: block;
}

ol, ul {
  margin: 1em 0;
  padding: 0 0 0 1.25em;
}

p {
  margin: 1em 0;
  padding: 0;
}

p.follow {
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  margin:11px;
}

.graybar {
  background-color:rgba(0,0,0,0.25);
  display:block;
  height: 86px;
  margin-top:20px;
}

#epAttention {
  text-align: center;
}

#banner {
  background: url(car1.jpg) center center no-repeat;
  background-size: cover;
  height:470px;
  padding: 5px 0 5px;
  transition: background-image 0.2s ease-in-out;
}

#epButtons {
  align-items:center;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  margin-left:auto;
  margin-right:30px;
  padding-top:20px;
  width:400px;
}

#epButtons2 {
  align-items:center;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  margin-left:auto;
  margin-right:30px;
  padding-top:20px;
  width:400px;
}

#reportButton.button, #phoneButton.button {
  background: #2d68c4;
  border: 4px solid #f2a900;
  color: #fff;
  display: block;
  height: 75px;
  margin-bottom:10px;
  padding: 10px;
  width: 370px;
  text-align: center;
  text-decoration: none;
  transition: .2s ease-in-out;
}

#epFollow.button {
  background: #2d68c4;
  border: 4px solid #f2a900;
  color: #fff;
  display: block;
  height: 170px;
  padding: 15px;
  width: 360px;
  text-align: center;
  text-decoration: none;
  transition: .2s ease-in-out;
}

#reportButton.button p, #phoneButton.button p {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  transition: .2s ease-in-out;
}

#epButtons .report p {
  padding-top: 22px;
  transition: .2s ease-in-out;
}

#epButtons p.rollOver {
  display: none;
  font-size: 16px;
  padding-top: 25px;
  transition: .1s ease-in-out;
}

#epButtons .report:hover p:first-of-type {
  display: none;
}

#epButtons .report:hover p.rollOver {
  display: block;
}

#epButtons .phone p {
  padding-top: 11px;
}

#epButtons .report:hover {
  background: #f2a900;
  color: white;
}

#epButtons input.followUp {
  width: 165px;
}

#epButtons2 .report {
  background: #f2a900;
  color: white;	
} 

#epButtons2 .report p {
  padding-top:22px;
}

#epButtons2 .report p.rollOver{
  display:none;	
}

#epButtons2 .phone p {
  padding-top: 11px;
}

.epDesc {
  cursor: pointer;
  position: relative;
  display: inline-block;
  border-bottom: dotted 1px #f2a900;
  line-height:19px;
}

.epDesc:hover {
  border-bottom: dotted 1px transparent;
  color: #2d68c4;
  font-weight: bold;
  line-height: 19px;
}

.epDesc .desc {
  visibility: hidden;
  width: 550px !important;
  background-color: #2d68c4;
  color: #E7B51D;
  text-align: left;
  border-radius: 6px;
  padding: 20px;    /* Position the tooltip */
  position: absolute;
  z-index: 1;
  top: -5px;
  left: 280px;
}

.epDesc:hover .desc {
  visibility: visible;
}

#epFollow div, #epFollow form {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}

#epFollow form p {
  margin: 0;
  font-size: 12px;
  line-height:18px;
}

#epFollow input {
  background: #f2a900;
  border: 0;
  margin: 5px;
  padding: 5px;
}

#followSubmit:lang(es) {
  display: block;
}

#col25 input#followSubmit, #col25 button.cont {
  border: 0;
  float: right;
  font-weight: 700;
  cursor: pointer;
  padding: 5px 10px;
}

button.cont {
  float: unset;
  font-size: 14px;
  padding: 10px 13px;
}

input#followSubmit:hover {
  background: #fff;
  color: #2d68c4;
  cursor: pointer;
}

#col25 input.followUp {
  width: 205px;
}

#col75 {
  display: inline-block;
  padding-left: 60px;
  width: 799px;
}

#col75 h1 {
  color: #2d68c4;
  font-size: 20px; 
}

#col75 p {
  color:#000;
}

#col75 button{
  background: #2d68c4;
  border: 4px solid #f2a900;
  font:700 19px / 29px "Roboto Condensed", sans-serif;
  color: #fff;
  display: block;
  height: 75px;
  margin-bottom:10px;
  padding: 10px;
  width: 370px;
  text-align: center;
  text-decoration: none;
  transition: .2s ease-in-out;
}


#col75 button:hover {
  cursor: pointer;
  background: #f2a900;
  color: white;
}
#col25 {
  display: inline-block;
  vertical-align: top;
  width: 400px;
}

#col25 h1, #col25 p {
  font-weight: 700;
  padding-left: 15px;
  padding-right: 15px;
}

#col25 h1 {
  font-size: 20px;
  line-height: 20px;
  margin-top: 0;
  text-transform: uppercase;
}

#col25 .arrow {
  background: url(arrow.png) no-repeat;
  height: 34px;
  padding-top: 8px;
  width: 241px;
}

.leftSideText {
  display: inline-block;
  width:50%;
}

#secondToLastP {
    margin-bottom: 0;
    margin-top: 0;
}

#lastParagraph {
    margin-top: 0;
}

#epDDN {
  font-weight: bold;
  white-space: nowrap;
}

#epEmergency.box {
  float: right;
  font-size: 1.17em;
  background: #fff;
  border: 4px solid #f2a900;
  margin: 15px 60px auto auto;
  padding: 10px;
  width: 400px;
  text-align: center;
}

#climate {
  clear: both;
}

footer {
  background: #dadada url() top center no-repeat;
  min-width: 1200px;
  padding: 48px 0;
}

#epNAVEXFooter {
  color: #333;
  font-size: 16px;
}

#epNAVEXFooter th {
  display: none;
}

#epNAVEXFooter td {
  padding: 5px 0 0 !important;
}

#epNAVEXFooter .line1 {
  float: left;
}

#epNAVEXFooter .line2 {
  color: transparent;
  float: right;
}

#epNAVEXFooter .line2 a {
  color:#2c5ea4;
}

#epNAVEXFooter .line2 a:hover {
}

#epNAVEXFooter table {
  margin: 0 auto !important;
  width: 1200px !important;
}

header {
  background-color: #2d68c4;
  box-shadow: 0 0 4px 6px rgba(0, 0, 0, 0.25);
  height:70px;  
  left: 0;  
  position: fixed;  
  top:0;
  z-index:2;
}

header div.contain {
  align-items:center;	
  display:flex;
  height:70px;
  justify-content:space-between;  
}

#epLang {
  display: none;
  height: 20px;
  margin-top: 20px;
  text-align: right;
}

#epLang a {
  color: black;
  margin: 0 5px;
}

#epLang a:hover {
  color: #edb30f;
}

nav {
  font: normal 400 18px/25px 'Roboto Condensed',sans-serif;
  text-align: right;
  text-transform: uppercase;
  display: flex;
  justify-content: flex-end;
}

nav a {
  color: #fff;
  display:block;
  font-family:'Roboto Condensed', sans-serif;
  font-size:16px;
  padding: 8px 12px;  
  text-decoration: none;
  transition: .25s;
}

nav a:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

nav div.resources {
  color: #fff;
  display: inline-block;
  font-family:'Roboto Condensed', sans-serif;
  font-size:16px;
  padding-top:8px;  
  position:relative;
  text-decoration: none;
}

nav div.resources {
  cursor: pointer;
  margin-left: 10px;
}

nav div.resources:hover #epResources {
  display: inline-block;
}

#epResources {
  background: #fff;
  display: none;
  position: absolute;
  right:0;  
  top:40px;
  z-index: 5;
}

#epResources a {
  color: #2d68c4;
  display: block;
  font-size: 16px;
  line-height: 18px;
  padding: 5px 10px;
  text-align: left;
  text-transform: none;
  width: 220px;
}

#epResources a:first-of-type {
  padding-top: 10px;
}

#epResources a:last-of-type {
  padding-bottom: 10px;
}

#epResources a:hover {
  background: #f2a900;
  color: #2d68c4;
}

#col25 .box {
  color: #fff;
  margin: 10px 0 20px;
  padding: 15px 0;
}

#reportBox {
  background: linear-gradient(#178495, #89D2DC);
}

#reportBox p {
  font-size: 20px;
  line-height: 26px;
}

#followBox {
  background: linear-gradient(#FC7D32, #F4DD9F);
}

#followBox input {
  margin-left: 20px;
}

#followBox form {
  height: 170px;
}

#epWrapper {
}

/*dp2*/
#epDataPrivacy .online, #epDataPrivacy .phone, #epDataPrivacy .output {
}

#epDataPrivacy ol.dropDowns {
  list-style: none;
  margin: 0;
  padding: 0;
}

#epDataPrivacy select {
  background: #ddd;
  border: 1px solid #f2a900;
  font: normal 400 12px/15px 'Roboto Condensed',sans-serif;
  margin: 5px 0;
  padding: 8px 4px;
}

/*phone*/
#epPhone select {
  font: normal 400 12px/15px 'Roboto Condensed',sans-serif;
  margin: 0 0 1em 0;
  width: 100%;
}

/*Issues*/
#expandCollapseContainer {
  padding: 10px 0;
  text-align: right;
}

#expandCollapseContainer a {
  color: #2d68c4;
  cursor: pointer;
  font-size: 14px;
}

#epIssues {
  width: 100%;
}

#epIssues .catdesc {
  display: none;
}

#epIssues .catname {
  font: normal 700 16px/20px 'Roboto Condensed',sans-serif;
}

#epIssues .details {
  font: normal 400 14px/20px 'Roboto Condensed',sans-serif;
  position: absolute;
  right: 0;
  top: 5px;
}

#epIssues .issue {
  border-top: 1px solid #ccf;
  color: #2d68c4;
  padding: 10px 0;
  position: relative;
}

#epIssues .issue:hover {
  color: #f2a900;
}

#epIssues .name {
  font: normal 400 16px/20px 'Roboto Condensed',sans-serif;
}

#epIssues .desc {
  color: #4c4c4c;
  padding: 5px 0 5px 20px;
}

.bottom {
  margin-bottom: 0;
  padding-bottom: 0;
}

.contain {
  margin: 0 auto;
  width: 1200px;
}

.fill {
  min-width: 1200px;
  width: 100%;
}

.listor {
  list-style: none;
  margin: 1em 0;
}

.nowrap {
  white-space: nowrap;
}

.top {
  margin-top: 0;
  padding-top: 0;
}

div.climate {
  clear: both
}

.flex {
  display:flex;
}
