/*
dark gray: #343434
light gray: #e4e4e4
black: #141414
font gray: #666666
blue: #005393 (buttons)
lighter blue: #2980b6
lightest blue: #709abb
num blue: #1a658d
*/
html {
  background-color:#343434;
}
body {
  color:#141414;
  font: normal 400 16px sans-serif;
  margin: 0;
}
body.index {
  color: #333;
}
*{
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
a {
  color: #05bbda;
  outline: none;
  text-decoration: underline;
}
a:hover {
  color: #bfd730;
}
a.logo {
  background: url(logo1.png) center top no-repeat;
    background-size: cover;
    display: inline-block;
    height: 124px;
    width: 242px;
    margin: -20px 0;
}
.index h1 {
  color: #FFFFFF;
  font: normal 700 24px sans-serif;
  padding: 0;
}
h1 {
  color: #1f3667;
  font: normal 400 30px sans-serif;
  padding: 0;
}
h2 {
  color: #fff;
  font: normal 400 24px sans-serif;
  padding: 0;
}
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: 1100px;
}
.fill {
  min-width: 1100px;
  width: 100%;
}
.bottom {
  margin-bottom: 0;
  padding-bottom: 0;
}
.top {
  margin-top: 0;
  padding-top: 0;
}
/* header */
header {
    background-color:#343434;
    display: block;
    height: 93px;
}
.index header {
  border: none;
}
header > .contain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#epLang {
  background-color:#343434;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 5px;
}
#epLang a {
  color:#fff;
  display: inline-block;
  font-size: 12px;
  padding-left:8px;
  text-decoration: none;
}
#epLang a:hover {
  color: #fff;
}
nav {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font: normal 400 22px sans-serif;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
nav a {
  border-right:2px solid #fff;
  color:#fff;
  display: inline-block;
  padding: 0 15px;
  text-decoration: none;
}
nav a:last-child {
  border-right:none;
}
nav a:last-child:lang(ar) {
  border-right:2px solid #fff;
}
nav a:first-child:lang(ar) {
  border-right: none;
}
nav a:hover {
  color: #709abb;
}
#graybar {
    background-color:#666;
    padding: 20px 0;
}
#landingHeaders {
    color: white;
    margin: 0 auto;
    padding: 15px 0;
  width: 1100px;
}
#landingHeaders > h1, #landingHeaders > h2 {
    margin: 1px 0;
    font-size: 28px;
}
banner {
  background: #ccc url(banner.jpg) no-repeat center center;
  background-size: cover;
  min-height: 400px;
  display: block;
  padding: 50px 0 100px;
}
.buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.buttons a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #005393 url() no-repeat center 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0;
  padding: 115px 15px 20px;
  text-decoration: none;
  width: 22%;
}
.buttons a:hover {
  background-image: none !important;
  font-size: 21px;
  padding: 15px 30px;
  text-align: center;
}
.buttons a.report {
  background-image: url(report.png);
}
.buttons a.phone {
  background-image: url(report.png);
}
.buttons a.question {
  background-image: url(question.png);
}
.buttons a.follow {
  background-image: url(follow.png);
}
.buttons span.title {
  display: block;
  font-size: 22px;
  text-align: center;
  width: 100%;
}
.buttons span.roll-text {
  display: none;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  width: 100%;
}
.buttons a:hover span.title {
  display: none;
}
.buttons a:hover span.roll-text {
  display: block;
}
/* content */
main {
  background-color:#fff;
  display: block;
  padding: 30px 0;
}
.mainHome {
  background: url(bg.jpg) center no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 550px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
section {
  display: block;
}
section.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack:distribute;
      justify-content:space-around;
  padding:0;
}
section h2 {
  color:#141414;
  font-weight:bold;
  margin-bottom:10px;
}
section.flex.contain {
    margin-top: 100px;
}
h1.issueHead, h2.issueHead {
  color:#141414;
  font-weight:bold;
}
h2.issueHead {
  font-size:1.25em;
}
.text-index {
  margin-top: 50px;
}
div.col-1 {
  display: inline-block;
  padding: 0 15px;
  width: 100%;
}
div.col-2 {
  display: inline-block;
  padding: 0 15px;
  width: 48%;
}
div.col-3 {
  display: inline-block;
  padding: 0 15px;
  width: 31%;
}
div.col-left {
  margin-right: 2%;
  padding: 0 10px;
  width: 38%;
}
div.col-right {
  padding: 0 10px;
  width: 38%;
}
section.col-full {
  font-size:1.2em;
  margin-top:75px;
  padding:0 10px;
}
form {
  margin-top:10px;
}
#buttonContainer {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:justify;
      -ms-flex-pack:justify;
          justify-content:space-between;
  margin:0 auto;
  padding:100px 0 0;
  width:780px;
}
a#reportButton, #followUpSpan {
  border:2px solid #343434;
  background-color:#005393;
  color:#fff;
  display:block;
  font-size:22px;
  font-weight:bold;
  min-height:100px; 
  padding-top:35px;
  text-align:center;
  text-decoration:none;
  width:280px;
}
a#reportButton {
  height:100px;
}
#followUpSpan {
  min-height:100px;
}
#followUpForm {
  background-color:#005393;
  font-size:16px;
  font-weight:normal;
  margin:0 auto;
  text-align:left;
  width:80%;
}
#epAttention {
    color: white;
  font-size:.92em;
    padding: 15px 0 30px;
    text-align: center;
}
#epAttention.landing {
  padding-bottom:15px;
}
#epAttention strong {
  color:#ffae42;  
}
#epEmergency {
  color:#fff;
    padding: 10px 0;
    text-align: left;
}
#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;
}
#epDataPrivacy .online, #epDataPrivacy .phone, #epDataPrivacy .output {
}
#epDataPrivacy .online, #epDataPrivacy .phone {
  display:none;
}
#epDataPrivacy ol.dropDowns {
  list-style: none;
  margin: 0;
  padding: 0;
}
#epDataPrivacy .text {
  /*color: #1f3667;*/
}
select {
  font: normal 400 14px sans-serif;
  margin: 5px 0 15px;
  min-width: 355px;
  padding: 5px;
}
button, .submit {
  background: #005393;
  border: 1px solid transparent;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  font-size: 17px;
  margin: 5px 0 15px;
  padding: 6px 24px;
  text-decoration: none;
}
button:disabled, button:disabled:hover, input.submit:disabled, input.submit:disabled:hover {
  background: #ccc;
  cursor: default;
}
button:hover, .submit:hover {
  border: 1px solid #005393;
  color: #005393;
  background: #fff;
}
input.submit {
  background-color:#fff;
  color:#005393;
  border:1px solid #fff;
}
input.submit:hover {
  background-color:#005393;
  border:1px solid #fff;
  color:#fff;
}
.nowrap {
  white-space: nowrap;
}
/* consent page */
.consent > h1 {
    text-align: center;
}
#epConsentContinue {
    margin-right: 15px;
}
/* issues page */
#epIssues {
  width: 100%;
}
#epIssues .category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
#epIssues .category:nth-of-type(1) {
  background: #1f3667;
}
#epIssues .category:nth-of-type(2) {
  background: #05bbda;
}
#epIssues .category:nth-of-type(3) {
  background: #bfd730;
}
#epIssues .catdesc {
  display: none;
}
#epIssues .catname {
  color: #fff;
  font: normal 700 20px sans-serif;
  padding: 20px 20px 20px 30px;
  width: 24%;
}
#epIssues .details {
  color:#141414;
    font: italic 700 15px sans-serif;
    position: absolute;
    right: 7px;
    top: 5px;
}
#epIssues .details:lang(ar) {
  left: 7px;
  right: auto;
}
#epIssues .issue {
  border:1px solid #141414;
  margin-bottom: 10px;
  padding: 0 5px 0 10px;
  position: relative;
}
#epIssues .issue:last-of-type {
  margin-bottom: 0;
}
#epIssues .issue:hover {
  background: #eee;
}
#epIssues .issuebox {
  background: #fff;
  padding-left: 20px;
  width: 76%;
}
#epIssues .name {
  color:#141414;
  font: normal 400 17px/20px sans-serif;
  padding: 5px 0;
}
#epIssues .desc {
  color: #141414;
  font-size: 14px;
  padding: 0 60px 10px 0px;
}
input.text-input  {
  margin: 5px 0 10px;
  min-width: 300px;
  padding: 5px;
}
.follow-page section span {
  font-size: 18px;
}
/* footer */
footer {
  background-color:#343434;
  border-top: 1px solid #1f3667;
  font-size: 14px;
  padding: 20px 0;
}
footer th {
  display: none;
}
footer td {
  padding: 5px 0 0 !important;
}
footer .line1 {
  color:#fff;
  float: left;
  padding-left: 10px;
}
footer .line2 {
  color: #fff;
  float: right;
  padding-right: 10px;
}
footer .line2 a {
  color:#fff;
  text-decoration:underline;
}
footer .line2 a:hover {
  color:#fff;
}
footer table {
  font-size: 14px;
  margin: 15px auto 0 !important;
  width: 1100px !important;
}