@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400&display=swap');

body{
margin:0;
color: #343434;
font-family: "Lato",Helvetica,Verdana,sans-serif;
font-weight: 300;
line-height: 1.5;
font-size: 18px;
}

hr {
    color: #009FB2;
}

#epBottom{
position: fixed;
bottom: 0;
left: 0;
background-color:#0D2F67;
height: 123px;
width: 100%;
}

a{
color: #009FB2;
text-decoration: none;
}

a:hover{
text-decoration:underline;
}

.contain{
margin:0 auto;
width:1200px;
}

.logoContainer{
display:flex;
flex-direction:row;
width:440px;
}

a.logo{
background:url(logo1.png) no-repeat left top;
background-size:contain;
display:block;
height:65px;
left:16px;
position:absolute;
top:25px;
width:420px;
}

.phoneContainer {
  width: 300px;
  background-image: url(phone.svg);
  background-repeat: no-repeat;
  background-position: left center;
  height:66px;
  margin-left: auto;
  padding-left: 60px;
}

.phoneContainer h2{
font-weight:900;
margin: 0px 0px 1px 0px;
}

.phoneContainer span{
color:#000;
font-weight:400;
font-size:20px;
}

.phoneContainer__text {
  text-align: center;
}

.split h2{
font-weight:600;
font-size:30px;
}

h1,h2{
font-family: 'Lato', sans-serif;
font-weight:300;
color: #D51317;
}

img{
border:0;
display:block;
}

ul {
list-style: none;
padding: 0;
margin: 0;
}

li {
padding-left: 16px;
}

li:before {
content: "•";
padding-right: 8px;
color: #D51317;
}

p{
font-size: 1em;
font-weight: 300;
margin-bottom: 25px;
}

#epAttention{
color:#fff;
background-color:#D51317;
position:relative;
margin:0 auto;
text-align: center;
width:1200px;
}

section.split{
display: flex;
justify-content: space-between;
margin: 0 auto;
width:900px;
}

span.subNumber{
margin-left:5px;
font-weight:700;
font-size:25px;
}

.phoneReport p{
  font-size: 22px;
  font-weight: 400;
}

#epColumn1{
margin-right:420px;
padding:5px 20px 20px 0;
}

#epColumn2{
float:right;
padding:20px 0 20px 20px;
width:360px;
}

#epColumn3{
padding:20px;
}

#epContent{
margin-top: 40px;
clear:both;
float:left;
width:1200px;
min-height: 700px;
}

#epContentOther{
margin-top: 40px;
clear:both;
float:left;
width:1200px;
min-height: 500px;
}

#epEmergency{
font-size:14px;
text-align:center;
color:#fff;
}
#epLang {
  color: black;
  display: block;
  position: relative;
  left: 980px;
}
#epLang a {
  display: inline;
  padding-left: 10px;
  color: black;
}
.buttons {
display: flex;
justify-content: space-between;
padding: 10px 25px;
}
html[lang="frca"] .buttons{
line-height: 20px;
}
.buttons:lang(frca) {
line-height: 20px;
}
  .buttons a {
    align-items: center;
    background: #D51317 url() no-repeat center bottom 20px;
    border-radius:4px;
    box-sizing: border-box;
    color: #fff7f0;
    display: flex;
    height:240px;
    margin: 10px 0;
    padding: 0 15px 105px;
    text-decoration: none;
    width: 19%;
  }
  .buttons a.report {
    background-image: url(ReportPhone.PNG);
    background-size: 175px;
  }
  .buttons a.phone {
    background-image: url(phone.svg);
    background-size: 90px;
    cursor: default;
  }
  .buttons a.mobile {
    background-image: url(mobile_qr_code.gif);
    background-size: 103px;
    cursor: default;
  }
  .buttons a.question {
    background-image: url(question.svg);
    background-size: 75px;
  }
  .buttons a.follow {
    background-image: url(follow.svg);
    background-size: 140px;
  }
  .buttons span.title {
    display: block;
    font-size: 21px;
    text-align: center;
    font-weight: 300;
    width: 100%;
  }
  a:hover span.title, a:focus span.title  {
    font-weight: 700;
  }
  .buttons a.phone:hover span.title, .buttons a.phone:focus span.title, .buttons a.mobile:hover span.title, .buttons a.mobile:focus span.title {
    font-weight:300;	
  }

  /*Continue Button*/

  #buttonContainer p{
  font-weight:400;
  }

  button, #buttonContainer a{
  background-color:#000;
  border:none;
  color:#fff;
  font-family: 'Lato', sans-serif;
  font-size:20px;
  text-decoration:none;
  padding:3px 10px 7px 10px;
  }

  button:hover, #buttonContainer a:hover{
  background-color:#D51317;
  border:none;
  color:#fff;
  font-family: 'Lato', sans-serif;
  font-size:20px;
  text-decoration:none;
  }

#epFooterWrapper{
background:rgb(35,31,32);
clear:both;
min-width:1200px;
padding:20px 0;
position:relative;
width:100%;
}

#epFooter{
color:#fff;
font-size:12px;
margin:0 auto;
text-align:center;
width:1200px;
}

#epFooter .line2{
color:transparent;
}

#epFooter a{
color:#fff;
padding:0 10px;
text-decoration:underline;
}

#epFooter a:hover{
color:#fff;
}

#epFooter th{
display:none;
}

.line2 a{
color: #7881a0;
text-decoration: none;
}

table.index {
  border-collapse: collapse;
  border: 1px solid black;
  margin-bottom:40px;
} 

th.index,td.index {
  border: 1px solid black;
  width:550px;
}

.container.left_cell{
margin-top:-67px;
}

.container{
display:block;
padding:17px;
position:relative;
margin:0;
}

table.a {
  table-layout: auto;
  width: 1200px;  
}

#banner{
background: url(hero.png) no-repeat center center;
background-size: cover;
border-top: 5px solid rgb(35,31,32);
position: relative;
width: 100%;
height: 400px;
margin:0 auto;
width: 1200px;
}

#bannerReport{
background-color:#000;
height:100px;
margin:0 auto;
width:1200px
}

#bannerReport h2{
color:#fff;
font-size:31px;
font-weight:500;
margin:0 auto;
top:20px;
position:relative;
width:1160px;
}

#epHeader{
background-color:#fff;
height:116px;
position:relative;
width:1200px;
margin:0 auto;
}

.navwrapper{
background-color:#D51317;
display:block;
margin: 0 auto;
position:relative;
width:1200px;
}


#epNav{
display:flex;
flex-direction:row;
position: relative;

}

#epNav a{
overflow:hidden;
position:relative;
color: #fff;
font-size: 20px;
font-weight: 700;
text-decoration: none;
text-transform: uppercase;
display:block;
float:left;
padding:0 20px 0 20px;   
}

#epNav a:hover{
overflow:visible;
}

#epNav a.arrow{
background:url(arrow.png) no-repeat right center;
padding:0 30px 0 10px;   
}

/*DD Nav*/
#epResources{
display:block;
left:10px;
position:absolute;
top:30px;
width:350px;
z-index:10;
color: #343434;
text-transform: none;
}

#epResources span{
background:#f4f4f6;
font-size: 18px;
font-weight: 400;
cursor:pointer;
display:block;
padding:5px 20px;
width:310px;
}

#epResources span:hover{
background:#fff;
color: #343434
}

#epWrapper{
display:block;
margin:0 auto;
position:relative;
width:1200px;
}

.bottom{
margin-bottom:0;
padding-bottom:0;
}

.listor{
list-style:none;
margin:1em 0;
}

.nowrap{
white-space:nowrap;
}

.top{
margin-top:0;
padding-top:0;
}