body {
  color: #333;
  font: normal 400 16px sans-serif;
  margin: 0;
}
body.index {color: #333;}
*,
*::before,
*::after{box-sizing: border-box;}
a {
  color: #C8102E;
  outline: none;
  text-decoration: underline;
}
a:hover,
a:focus {color: #bfd730;}
a.logo {
  background: url(logo1.png) center top no-repeat;
  background-size: contain;
  display: block;
  height: 36px;
  width: 450px;
}
a.logo:lang(es), a.logo:lang(pt) {width:410px;}
.center {text-align: center;}
h1 {
  color: #C8102E;
  font: normal 600 30px sans-serif;
  padding: 0;
}
h2 {
  color: #C8102E;
  font: normal 600 24px sans-serif;
  margin-bottom: 15px;
  padding: 0;
}
h2.redbar {
  font-size: 16px;
  background: #d71921;
  color: #fff;
  float: left;
  margin: 0 0 5px;
  min-width:400px;
  padding: 4px 2%;
  width: 46%;
  text-align: center;
}
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: 1200px;
}
.fill {
  min-width: 1200px;
  width: 100%;
}
.bottom {
  margin-bottom: 0;
  padding-bottom: 0;
}
.top {
  margin-top: 0;
  padding-top: 0;
}
/* header */
header {
  border-bottom: 1px solid #1f3667;
  display: block;
}
.index header {border: none;}
header > .contain {
  display: flex;
  justify-content: space-between;
  padding: 20px 10px;
}
#epAttention {
  padding: 10px 0;
  text-align: center;
}
#epLang {
  display: flex;
  justify-content: flex-end;
  padding: 15px 15px 0;
}
#epLang a {
  color: #000;
  display: inline-block;
  font-size: 13px;
  text-decoration: none;
  padding: 0 0 0 20px;
}
#epLang a:hover,
#epLang a:focus {color: #C8102E;}
nav {
  display: flex;
  font: normal 400 16px sans-serif;
  justify-content: space-between;
  align-items: center;
}
nav:lang(es), nav:lang(ja), nav:lang(pt) {font-size:14px; }
nav a {
  color: #000;
  display: inline-block;
  padding: 0 10px;
  text-decoration: none;
  text-align:right;
}
nav a:hover,
nav a:focus {color: #C8102E;}
.banner {
  background: #ccc url(banner.jpg) no-repeat center 17%;
  background-size: cover;
  min-height: 450px;
  display: block;
  padding: 50px 0 100px;
}
.fadeimages {
    min-height: 450px;
    display: block;  
}
.fadeimages div {background-size: cover;}
.overlay {
    height: 100%;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#epCarousel {
    background-image: url("01.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 450px;
    transition: 0.8s;
    min-width: 1200px;
}
.epButtonsWrapper {background-color: #C8102E;}
.buttons {
  display: flex;
  justify-content: space-between;
  padding: 10px 25px;
}
.buttons a {
  align-items: center;
  background: #C8102E url() no-repeat center 30px;
  background-size:90px 90px;
  box-sizing: border-box;
  color: #fff;
  /* display: flex; */
  margin: 10px 0;
  padding: 140px 15px 20px;
  text-decoration: none;
  transition: background-size 0.3s ease-in-out;
  width: 22%;
}
.buttons a:hover,
.buttons a:focus {
  /* background-image: none !important;
  font-size: 21px;
  padding: 15px 30px;
  text-align: center; */
  background-size:110px 110px;
  transition: background-size 0.3s ease-in-out;
}
.buttons a.report {background-image: url(report.svg);}
.buttons a.phone {background-image: url(phone.svg);}
.buttons a.question {background-image: url(question.svg);}
.buttons a.follow {background-image: url(follow.svg);}
.buttons span.title {
  /* display: block;
  font-size: 22px;
  text-align: center;
  width: 100%; */
  font:normal normal 700 20px/26px 'Open Sans', sans-serif;
  color:#fff;
  left:0px;
  text-align:center;
  width:100%;
  z-index:10;
  display: block;
  margin-bottom: 10px;
}
.buttons span.roll-text {
  /* display: block;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  width: 100%; */
  color:#fff;
  left:0px;
  text-align:center;
  width:100%;
  z-index:10;
  display:block;
}
/* .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: 50px 0 70px;}
section {display: block;}
section.flex {
  display: flex;
  padding: 20px 0;
}
.text-index {
  margin-top: 0px;
}
[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%;
}
.emergencyBox {
  background-color:#dedede;
  border-bottom: 5px solid #000000;
  border-top: 5px solid #000000;
  min-width: 1200px;
}
#epEmergency {
  padding: 10px;
  text-align: center;
}
.emergencyHeader {
  color: #d71921;
  font-size: 20px;
}
#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;
}
/* dp and phone */
#epDataPrivacy .online, #epDataPrivacy .phone, #epDataPrivacy .output {display: none;}
#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: #C8102E;
  border: none;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  font-size: 17px;
  margin: 15px 0;
  padding: 6px 24px;
  text-decoration: none;
}
button:disabled, button:disabled:hover, input.submit:disabled, input.submit:disabled:hover,
button:disabled, button:disabled:focus, input.submit:disabled, input.submit:disabled:focus {
  background: #ccc;
  cursor: default;
}
button:hover, .submit:hover,
button:focus, .submit:focus {
  color: #fff;
  background: #333;
}
.nowrap {white-space: nowrap;}
/* issues */
#epIssues {width: 100%;}
#epIssues .category {
    display:block;
  margin: 0 0 10px;
    width:100%;
}
#epIssues .catdesc {display: none;}
#epIssues .category .catname {
    background: #C8102E;
  color: #FFF;
    font: normal normal 700 17px/24px sans-serif;
  padding:20px 0;
  position:relative;
    text-align: center;
}
#epIssues .issuebox {
    background: #fff;
    min-height: 65px;
    padding: 25px;
}
#epIssues .details {
    color:#C8102E;
    font-size: 16px;
    font-style: italic;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: underline;
}
#epIssues .issue {
    /* color:#464342; */
    padding: 5px 0px;
    position: relative;
}
#epIssues .issue:hover,
#epIssues .issue:focus {color: #000;}
#epIssues .issue .name {
    color: #333;
    font-weight: 700;
    font: normal 400 16px sans-serif;
    padding-left: 5px;
}
#epIssues .issue .desc {
    color: #333;
    font-size: 13px;
    padding: 5px 100px 10px 26px;
}
#epIssues .issue .desc:lang(ar) {padding: 5px 50px 10px 26px !important;}
input.text-input  {
  margin: 5px 0 20px;
  min-width: 300px;
  padding: 5px;
}
.follow-page section span {font-size: 18px;}
/* footer */
footer {
  border-top: 1px solid #000;
  font-size: 14px;
  padding: 20px 0;
  color: #333;
}
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: #C8102E;}
footer .line2 a:hover,
footer .line2 a:focus {}
footer table {
  font-size: 12px;
  margin: 15px auto 0 !important;
  width: 1200px !important;
}
.expand-text, .expand-button {padding-left:20px;}