body {
  color: black;
  font: normal 400 16px Arial, sans-serif;
  margin: 0;
}

body.index {
  color: #333;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

a {
  color: #AC242A;
  outline: none;
  text-decoration: underline;
}

a:hover,
a:focus {
  color: #AC242A;
}

a.logo {
  background: url(logo1.jpg) no-repeat;
  background-size: contain;
  display: block;
  margin:10px auto 22px 0px;
  height: 62px;
  width: 150px;
}

h1 {
  color: #000;
  font: normal 400 30px Arial, sans-serif;
  padding: 0;
  font-weight: bolder;
}

h2 {
  color: #0F4C9C;
  font: normal 400 24px Arial, sans-serif;
  margin-bottom: 15px;
  padding: 0;
  font-weight: bolder;
}

h3 {
  font: normal 700 1.17em/1.27em Arial, 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;
  position: relative;
}

.fill {
  min-width: 1200px;
  width: 100%;
}

.bottom {
  margin-bottom: 0;
  padding-bottom: 0;
}

.top {
  margin-top: 0;
  padding-top: 0;
}

/* header */
.outerContain {
  margin: 0 auto;
}

header {
  display: block;
  background-color: #637480;
  z-index: 10;
}

.index header {
  border: none;
}

header>.contain {
  display: flex;
  justify-content: space-between;
  padding: 8px 25px 18px;
}

.hero {
  align-items: flex-end;
  background-size: cover;
  display: flex;
  position: relative;
  z-index: 0;
}

.headerContainer {
  background-color: #AC242A;
}

#heroText h1 {
  color: white;
  position: relative;
  margin: 15px 0;
  text-align: center;
  text-transform: none;
  z-index: 10;
}

div.gradient {
  /* background: rgba(0, 0, 0, 0.37); */
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.37) 82%);
  bottom: 0;
  height: 425px;
  position: absolute;
  z-index: 5;
  width: 100%;
}

#epAttention {
  padding: 10px 0;
  text-align: center;
}

.langWrap {
  background: #637480;
}

.langWrap>.contain {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  padding: 10px 10px 0;
}

.disclaimer {
  color: #fff;
  margin-right: 50px;
}

.disclaimer:lang(ru),
.disclaimer:lang(fr),
.disclaimer:lang(de) {
  font-size: 14px;
}

.disclaimer:lang(ar) {
  margin-left: 50px;
  margin-right: auto;
}

#epLang a {
  color: #FFFFFF;
  display: inline-block;
  font-size: 12px;
  text-decoration: none;
}

#epLang a:hover,
#epLang a:focus {
  color: #AC242A;
}

nav {
  display: flex;
  font: normal 400 18px Arial, sans-serif;
  justify-content: space-between;
  align-items: center;
}

#epLang {
  cursor: pointer;
  position: relative;
  text-align: center;
  width: 120px;
  z-index: 10;
  direction: ltr;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 170px;
}

#epLang>a {
  display: none;
  font-size: 12px;
  text-decoration: none;
}


#epLangDrop {
  background: grey;
  display: none;
  position: absolute;
  right: 0px;
  top: 35px;
  z-index: 100;
}

#epLang>div {
  display: flex;
  font-size: 13px;
  flex-grow: 0;
  background: white;
  color: black;
  font-weight: bold;
  line-height: 23px;
  padding: 5px 0px 7px 20px;
  width: 170px;
}

#epLangDrop a {
  display: block;
  padding: 3px 37px;
}

#epLang:hover #epLangDrop {
  display: block;
}

#epLang:lang(ar) {
  left: 0;
  right: unset;
}

#epLang a:hover,
#epLang a:focus {
  color: black;
}

#epLangMenu {
  background: white;
  -webkit-box-shadow: 0px 2px 5px gray;
  box-shadow: 0px 2px 5px gray;
  display: none;
  margin-right: 1px;
  position: absolute;
  right: 0;
  width: 168px;
}

#epLang>div::after {
  content: "";
  display: inline-block;
  height: 17px;
  width: 23px;
}

#epLangMenu a {
  display: block;
  padding: 3px 10px;
  text-decoration: none;
}

#epLangMenu a:last-of-type {
  padding-bottom: 8px;
}

#epLang:hover #epLangMenu,
#epLang:focus #epLangMenu {
  display: block;
}

nav a {
  color: #FFFFFF;
  display: inline-block;
  padding: 0 15px;
  text-decoration: none;
  text-align: center;
}

nav a:hover,
nav a:focus {
  color: #d21245;
}

.buttons {
  display: flex;
  justify-content: space-between;
  padding: 10px 25px;
}

.buttons a {
  align-items: flex-end;
  background: #DDECFE url() no-repeat center 10px;
  border: 3px solid #637480;
  box-sizing: border-box;
  color: #000;
  display: flex;
  height: 218px;
  margin: 10px 0;
  text-decoration: none;
  width: 300px;
}

.buttons a.report {
  background: url(imgReport.png) no-repeat;
  background-size: cover;
}

.buttons a.phone {
  background: url(imgPhone.jpg) no-repeat;
  background-size: cover;
}

.buttons a.follow {
  background: url(imgFollow.png) no-repeat;
  background-size: cover;
}

a.CEOVideo {
  background: url(imgCEOVideo.png) center center no-repeat;
  background-size: contain;
  height: 306px;
  margin-right: 20px;
  width: 385px;
}

.buttons span.title {
  background-color: #637480;
  color: white;
  display: block;
  margin-bottom: 2px;
  font-size: 24px;
  margin-left: 2px;
  padding: 3px;
  text-align: center;
}

#speakUpImage {
  background: url(imgSpeakUp.png) no-repeat;
  background-size: contain;
  height: 95px;
  margin: 0 auto;
  width: 436px;
}

.mssg {
  width: 670px;
}

/* content */
main {
  display: block;
  padding: 30px 0 70px;
}

.mainHome {
  padding: 5px 0 70px;
}

section {
  display: block;
}

section.flex {
  display: flex;
  padding: 20px 0;
}

.flex {
  display: flex;
}

.text-index {
  margin-top: 50px;
}

[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%;
}

.commitment {
  border-bottom: 1px solid #0F4C9C;
  margin: 0 50px;
  padding: 20px 0 !important;
  width: 1100px !important;
}

.notesBox {
  justify-content: space-between;
  margin: 0 50px;
  width: 1100px;
}

.bottomNotes {
  padding: 10px 0;
  text-align: left;
  width: 45%;
}

#note {
  background: url(balance.png) center top no-repeat;
  background-size: 125px 125px;
  border-bottom: 1px solid #0F4C9C;
  display: block;
  height: 140px;
  width: 495px;
}

#non-retal {
  background: url(people.png) center top no-repeat;
  background-size: 125px 125px;
  border-bottom: 1px solid #0F4C9C;
  display: block;
  height: 140px;
  width: 495px;
}

#epEmergency {
  padding: 10px 0;
  text-align: center;
}

#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;
}

#msgContain {
  border: 1px solid #000;
  display: flex;
  margin: 0 auto;
  padding: 10px;
  width: 1100px;
}

#msgContain h2 {
  margin-top: 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 Arial, sans-serif;
  margin: 5px 0 15px;
  min-width: 355px;
  padding: 5px;
}

button,
.submit {
  background: #000;
  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: #d21245;
}

.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 Arial, sans-serif;
  padding: 20px 20px 20px 30px;
  width: 24%;
}

#epIssues .details {
  font: italic 400 11px Arial, sans-serif;
  position: absolute;
  right: 7px;
  text-decoration: underline;
  top: 3px;
}

#epIssues .issue {
  margin-bottom: 10px;
  padding: 0 5px 0 10px;
  position: relative;
}

#epIssues .issue:last-of-type {
  margin-bottom: 0;
}

#epIssues .issue:hover,
#epIssues .issue:focus {
  background: #eee;
}

#epIssues .issuebox {
  background: #fff;
  padding-left: 20px;
  width: 76%;
}

#epIssues .name {
  font: normal 400 16px/20px Arial, sans-serif;
  padding: 5px 0;
}

#epIssues .desc {
  color: #777;
  font-size: 14px;
  padding: 0 60px 10px 15px;
}

.details.empty {
  display: none;
}

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 black;
  font-size: 14px;
  padding: 20px 0;
  background-color: #637480;
  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: #fff;
}

footer .line2 a:hover,
footer .line2 a:focus {}

footer table {
  font-size: 12px;
  margin: 15px auto 0 !important;
  width: 1200px !important;
}