@import url('https://fonts.googleapis.com/css2?family=Bitter&family=Work+Sans:wght@400;500;700&display=swap');

*{
  box-sizing: border-box;
}

body {
  color: #333;
  font: normal 400 16px/1.5 'Work Sans', sans-serif;
  margin: 0;
}

body:lang(ar), body:lang(he), body:lang(ku), body:lang(ur)  {
  direction: rtl;
}

a {
  color: #33658a;
  outline: none;
  text-decoration: underline;
}

a:hover {
  color: #333;
}

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 {
  display: block;
}

#epLang {
  color: black;
  direction: ltr;
  display: block;
}

#epLang a {
  display: none;
}

header .flex {
  align-items: center;
  display: flex;
  height: 60px;
  justify-content: space-between;
}

a.logo {
  background: url(logo1.jpg) center top no-repeat;
  background-size: contain;
  display: inline-block;
  height: 50px;
  margin: 0 30px 0 10px;
  width: 230px;
}

nav {
  align-items: center;
  display: flex;
  flex-grow: 0;
}

nav a {
  color: #333;
  display: inline-block;
  font: normal 500 16px/1.2 'Work Sans', sans-serif;
  padding: 0 15px;
  text-align: center;
  text-decoration: none;
}

nav a:hover {
  color: #9ac63f ;
}

.banner {
  background: url(banner.jpg) center no-repeat;
  background-size:cover;
  height: 313px;
}

#epAttention {
  background: rgba(255,255,255,.5);
  padding: 20px 0;
  text-align: center;
}

/* content */

main {
  display: block;
  padding: 50px 0 70px;
}

section {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}

.col-left {
  padding: 0 10px;
  width: 53%;
}

.col-right {
  background-color: rgba(167,169,172,0.1);
  padding: 20px;
  width: 43%;
}

h1 {
  color: #1076b6;
  font: normal 400 36px 'Bitter', sans-serif;
  padding: 0;
}

h2 {
  font: normal 700 24px 'Bitter', sans-serif;
  padding: 0;
}

h3 {
  font: normal 700 18px 'Bitter', sans-serif;
  margin: 1em 0;
  padding: 0;
}

#epEmergency {}

#epDDN {
  font-weight: bold;
  white-space: nowrap;
}

.listor {
  list-style: none;
  margin: 1em 0;
}

#epDataPrivacy {
  display: inline-block;
  vertical-align: top;
}

#epDataPrivacy .online, #epDataPrivacy .phone, #epDataPrivacy .output {}

#epDataPrivacy ol.dropDowns {
  list-style: none;
  margin: 0;
  padding: 0;
}

#epDataPrivacy .other {
  font-weight: 700;
}

.output tr {
  display: flex;
}

.output th {
  flex-grow: 0;
  flex-shrink: 1;
  white-space: normal !important;
  width: unset !important;
}

.output td {
  flex-grow: 1;
  flex-shrink: 1;
  width: unset !important;
}

.output td:last-of-type {
  flex-grow: 0;
  flex-shrink: 0;
  width: unset !important;
}

select {
  font: normal 400 14px 'Work Sans', sans-serif;
  margin: 2px 0 15px;
  padding: 5px;
  width: 100%;
}

button {
  background: #9bc63e;
  border: none;
  border-radius: 30px;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .1em;
  padding: 0 42px;
  height: 55px;
  margin: 30px 0;
  text-transform: uppercase;
  transition: all .1s cubic-bezier(.645,.045,.355,1);
}

button:hover {
  background: #1076bd;
  color: #fff;
}

button:disabled {
  background: #ddd;
  cursor: default;
}

button:hover:disabled {
  background: #ddd;
}

.nowrap {
  white-space: nowrap;
}

#epIssues {
  width: 100%;
}

#epIssues .catdesc {
  display: none;
}

#epIssues .catname {
  font: normal 700 16px/20px 'Work Sans', sans-serif;
}

#epIssues .details {
  font-size: 12px;
  margin-left: auto;
}

#epIssues .issue {
  color: #0000ff;
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0;
  position: relative;
}

#epIssues .issue:hover {
  color: #008000;
}

#epIssues .name {
  font: normal 700 14px/20px 'Work Sans', sans-serif;
}

#epIssues .desc {
  flex-basis: 100%;
  padding: 5px 0;
}

/* footer */

footer {
  background: #2aa9e0;
  border-top: 40px solid #1b75bb;
  color: white;
  font-size: 16px;
  line-height: 1.5;
  padding: 30px 0;
}

#epNAVEXFooter {
  direction: ltr;
}

footer th {
  display: none;
}

footer td {
  display: flex;
  justify-content: space-between;
  padding: 0 10px !important;
}

footer .line1 {}

footer .line2 {
  color: #2aa9e0;
}

footer .line2 a {
  color: white;
  text-decoration: none;
}

footer .line2 a:hover {
  color: white
}

footer table {
  margin: 0 auto !important;
  width: 1200px !important;
}