@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

*,
*::before,
*::after {
    box-sizing: border-box;
}

:root {
    --blue: #16283F;
    --copper: #cd7925;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    color: #333;
    font: normal 400 15px/1.5 'Inter', sans-serif;
    margin: 0;
}
a {
    color: #333;
    outline: none;
    text-decoration: underline;
}
a:hover,
a:focus {
    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;
}

@media only screen and (min-width: 1280px) {
    .contain {
        margin: 0 auto;
        width: 1200px;
    }
    #epEmergency {
        width: 1200px;
    }
}

.bottom {
    margin-bottom: 0;
    padding-bottom: 0;
}

.top {
    margin-top: 0;
    padding-top: 0;
}

.orange {
    color:#333;
}

.orange:hover {
    color:#333;
	font-weight:bold;
}

.bold {
    font-weight: bold;
}

.center {
    text-align: center;
}

/* header */

#banner {
    background: url(report_banner.jpg) no-repeat center;
    height: 150px;
    background-size: cover;
}

#bannerOther {
    background: url(report_banner.jpg) no-repeat center;
    height: 150px;
    background-size: cover;
}

header {
    display: block;
    position: relative;
    background: #14273e url(banner.jpeg) no-repeat right bottom / cover;
    min-height: 335px;
}
#epLang {
    font-size: 15px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
}

#epLang a {
    color: #d6d1d1;
    margin: 4px 3px 0;
    padding-left: 7px;
    text-decoration: none;
    z-index: 100;
}
#epLang a:not(:first-child) {
    border-left: 1px solid #d6d1d1;
}
#epLang a:lang(ar):first-child {
    border-left: 1px solid #d6d1d1;
}
#epLang a:lang(ar):last-child {
    border-left: none;
}

#epLang a:hover,
#epLang a:focus {
    text-decoration: underline;
}

header .flex {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    margin: 0 auto;
    min-height: 34px;
}

.logocontainer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

a.logo {
    background: url(logo1.png) no-repeat center / contain;
    display: block;
    height: 58px;
    width: 282px;
    margin: 10px 0 0 15px;
}
a.logo:lang(ar) {
    margin: 10px 15px 0 0;
}

@media only screen and (min-width: 1200px) {
    header .flex {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 0 auto;
        min-height: 120px;
    }

    header {
        background-position: right bottom;
    }

    .logocontainer {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    div.logo {
        background: url(logo1.png) center top no-repeat;
        background-size: contain;
        display: inline-block;
        height: 102px;
        width: 190px;
    }
}

div.faqnav {
    margin-bottom: 60px;
}

div.faqnav a {
    display: block;
    font: normal 600 17px/25px 'Inter', sans-serif;
    margin: 10px 0px 10px 0px;
}

.nav-contain {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

nav {
    display: flex;
    flex-grow: 0;
    position: relative;
    justify-content: space-evenly;
    width: 753px;
}

nav a {
	align-items:center;
    border-bottom: 4px solid transparent;
    color: #fff;
    display: flex;
    font: normal 600 20px/25px 'Inter', sans-serif;
    margin: 0px 20px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}
nav a:last-of-type {
    margin-right: 0;
}
nav a:lang(de),
nav a:lang(ru) {
    font-size: 18px;
}

@media only screen and (max-width: 1280px) {
    nav {
        font: normal 400 18px/20px 'Inter', sans-serif;
    }
}

@media only screen and (max-width: 1200px) {

    header {
        background-position: right bottom;
    }

    nav {
        display: none;
        font: normal 400 16px/20px 'Inter', sans-serif;
        padding-top: 60px;
    }

    .lang1 {
        display: none;
    }
}

@media only screen and (min-width: 1200px) {
    .mobile-button {
        display: none;
        font: normal 400 20px/20px 'Inter', sans-serif;
        padding-top: 60px;
        z-index: 110;
        margin: 15px 15px 0;
    }
}

nav a:last-child {
    border-right: none;
    max-width: 360px;
}
nav a:hover {
    border-bottom: 4px solid var(--copper);
    color: #fff;
    transition: 0.9s;
}
nav a::after {
    content: '';
    height: 32px;
    width: 1px;
    background-color: #fff;
    position: absolute;
    display: flex;
    right: -24px;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s;
}
nav a:lang(ar)::after {
    right: auto;
    left: -24px;
}
nav a:last-child::after {
    display: none;
}

.hideResources span {
    display: none;
}

.hideResources:hover span,
.hideResources:focus span {
    display: block;
}

#epResources {
    overflow: visible;
    position: absolute;
    top: 54px;
    right: 0;
    z-index: 10;
}

#epResources:lang(ar), #epResources:lang(ko), #epResources:lang(zhs) {
    top: 29px;	
}

#epResources span {
    background: white;
    border-left: 4px solid white;
    color: rgba(0, 0, 0, 0.9);
    cursor: pointer;
    padding: 0 20px 0 25px;
    text-align: right;
    padding: 10px;
    width: 450px;
    position: relative;
    z-index: 100;
}

#epResources span:hover,
#epResources span:focus {
    background: white no-repeat 13px center;
    border-left: 4px solid var(--copper);
    transition: 0.3s;
}

#epAttention {
    color: #fff;
    font-weight: bold;
    padding: 10px 0;
    text-align: center;
}

/* content */

main {
    display: block;
    padding: 10px 10px 50px 10px;
}

section {
    display: flex;
    justify-content: space-between;
}

section.index {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

div.col-left {
    font: normal 400 20px/24px 'Inter', sans-serif;
    margin: 10px 0px 0 0px;
    padding: 0 0;
    text-align: center;
}

div.col-left p {
    margin-bottom: 10px;
}

div.col-right {
    margin-top: 10px;
    padding: 0 10px;
}

/*Follow Up*/

#epFollow {
    align-items: center;
    flex-shrink: 0;
    margin: 10px auto 10px auto;
    width: 331px;
}

#epFollow th,
#epFollow tr {
    display: block;
    text-align: left;
}

#epFollow tr {
    margin: 10px;
}

#epFollow th {
    font: normal 400 17px 'Inter', sans-serif;
}

input[type='text'],
input[type='password'] {
    display: block;
    background-color: #e5e1da;
    padding: 5px 10px;
    border-radius: 4px;
    cursor: pointer;
}

.buttonFollow {
    font: normal 500 16px/20px 'Inter', sans-serif;
    margin: 0 auto !important;
    width: 112px;
}

.buttonFollow:lang(uk),
.buttonFollow:lang(tr),
.buttonFollow:lang(ro) {
    width: 128px;
}

.cont {
    margin: 10px auto !important;
}

input[type='submit'],
.buttonFollow,
.cont {
    color: #fff;
    display: block;
    font: normal 500 18px/20px 'Inter', sans-serif;
    background-color: var(--blue);
    padding: 8px 15px 8px 15px;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0);
    cursor: pointer;
    margin: 8px 27px 0px 71px;
    text-decoration: none;
}

input[type='submit']:hover,
.buttonFollow:hover,
.cont:hover {
    color: #fff;
    border: 1px solid var(--copper);
    padding: 8px 15px 8px 15px;
    text-decoration: none;
}

/*Headers*/

h1 {
    font: normal 700 35px 'Inter', sans-serif;
    padding: 0;
}

.index-page h1 {
    color: var(--copper);
    width: fit-content;
    margin: 0 auto 40px;
    padding: 10px;
    border-radius: 5px;
}

.col-left-faq h1 {
    font: normal 700 27px/29px 'Inter', sans-serif;
    padding: 0;
}

h1.bold.center {
    color: #000;
    font: normal 700 35px 'Inter', sans-serif;
    text-decoration: underline;
    text-transform: uppercase;
}

h2 {
    font: normal 700 24px 'Inter', sans-serif;
    padding: 0;
}

.red {
    
    color: var(--copper);
}

h3 {
    font: normal 700 19px 'Inter', sans-serif;
    margin: 1em 0;
    padding: 0;
}

ul.checkmark {
    list-style-image: url('checkmark.png');
    font-size: 15px;
}

#epEmergency {
    margin: auto auto 0;
    text-align: center;
    padding: 0 10px;
}

#epDDN {
    font-weight: bold;
    white-space: nowrap;
}

.listor {
    list-style: none;
    margin: 1em 0;
}

.selection {
    margin: 0 auto;
    max-width: 600px;
}

.selectionIssues {
    margin: 0 auto;
}

#epDataPrivacy {
    display: block;
    vertical-align: top;
    margin: 33px auto;
    text-align: center;
}

#epDataPrivacy ol.dropDowns {
    list-style: none;
    margin: 0;
    padding: 0;
}

#epDataPrivacy .phone {
    display: none;
}

#epDataPrivacy table {
    background: #fff;
    border: 1px solid var(--copper);
    float: left;
    font: normal 400 14px/1.5 'Inter', sans-serif;
    width: 100%;
}

#epDataPrivacy th {
    background: var(--copper);
    padding: 10px;
    color: white;
}

#epDataPrivacy tr.odd:hover,
#epDataPrivacy tr.even:hover,
#epDataPrivacy tr.odd:focus,
#epDataPrivacy tr.even:focus {
    color: var(--copper);
    cursor: pointer;
}

#epPhone {
    margin: 33px auto;
    text-align: center;
}

#epPhone li {
    list-style-position: inside;
}
h2.on
line {
    display: none;
}

#epDataPrivacy .text {
    color: #000;
    font: normal 400 17px/21px 'Inter', sans-serif;
}

select {
    border: 1px solid #929d96;
    border-radius: 10px;
    font: normal 400 14px 'Inter', sans-serif;
    margin: 2px 0 15px;
    padding: 5px;
    width: 80%;
}

.buttonlink {
    color: #fff;
}

#epButtons {
    height: 210px;
    padding: 30px 0;
    position: relative;
    background-color: var(--blue);
    border-radius: 30px;
    display: flex;
    margin: 15px auto 0;
}

#epButtons a {
    color: #ffffff;
    display: block;
    padding-top: 100px;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 25%;
}
#epButtons a:not(:last-child) {
    border-right: solid 1px #b7d1cf;
}
#epButtons a:lang(ar):not(:last-child) {
    border-right: none;
}
#epButtons a:lang(ar):not(:first-child) {
    border-right: solid 1px #b7d1cf;
}

@media only screen and (max-width: 1000px) {
    #epButtons {
        padding: 30px 0 0 0;
        position: relative;
        width: 80%;
        height: auto;
        margin: 0 auto;
        border-radius: 15px;
        display: flex;
        flex-direction: column;
    }

    #epButtons a {
        color: #ffffff;
        display: block;
        padding-top: 100px;
        position: relative;
        text-align: center;
        text-decoration: none;
        width: 100%;
        height: 25%;
        border-bottom: solid 1px #fff;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    #epButtons a:last-child {
        margin-bottom: 0px;
    }
    
    #epButtons a:not(:last-child) {
    border-right: none;
    }
}

@media only screen and (min-width: 1200px) {
    #epButtons .report,
    #epButtons .phone,
    #epButtons .followup,
    #epButtons .question {
        background-position: center 5px !important;
    }

    #epButtons .report {
        background-position: center 5px !important;
    }
}

#epButtons a:last-child {
    padding-bottom: 54px;
}

#epButtons a span.title {
    font: normal 400 20px/24px 'Inter', sans-serif;
}
#epButtons a span.title:lang(uk) {
    font: normal 400 18px/24px 'Inter', sans-serif;
}

@media only screen and (max-width: 1280px) {
    #epButtons a span.title {
        font: normal 400 18px/24px 'Inter', sans-serif;
    }
}

#epButtons .report {
    background: url(icon-report.png) no-repeat center top;
    background-size: 87px 90px;
}

#epButtons .report:hover,
#epButtons .report:focus {
    background: url(icon-report-hover.png) no-repeat center top;
    background-size: 87px 90px;
}

#epButtons .phone {
    background: url(icon-phone.png) no-repeat center top;
    background-size: 109px 90px;
}

#epButtons .phone:hover,
#epButtons .phone:focus {
    background: url(icon-phone-hover.png) no-repeat center top;
    background-size: 109px 90px;
}

#epButtons .followup {
    background: url(icon-follow.png) no-repeat center top;
    background-size: 101px 90px;
}

#epButtons .followup:hover,
#epButtons .followup:focus {
    background: url(icon-follow-hover.png) no-repeat center top;
    background-size: 101px 90px;
}

#epButtons .question {
    background: url(icon-question.png) no-repeat center top;
    background-size: 112px 90px;
}

#epButtons .question:hover,
#epButtons .question:focus {
    background: url(icon-question-hover.png) no-repeat center top;
    background-size: 112px 90px;
}

button {
    background: var(--blue);
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    padding: 6px 18px;
}
button:hover,
button:focus {
    border: 1px solid var(--copper);
    background: var(--blue);
    color: #fff;
}
button:disabled {
    background: #ddd;
    cursor: default;
}
button:hover:disabled,
button:focus:disabled {
    background: #ddd;
}

.nowrap {
    white-space: nowrap;
}

/* issues */

p.issuesPage {
    font: normal 600 19px 'Inter', sans-serif;
    margin: 20px 0px 30px 0px;
}

#epIssues {
    width: 100%;
}

#epIssues .category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}

#epIssues .category {
    background: var(--blue);
}

#epIssues .catname {
    color: #fff;
    font: normal 700 20px 'Inter', sans-serif;
    padding: 20px 20px 20px 30px;
    width: 24%;
}

#epIssues .details {
    font: italic 400 11px 'Inter', sans-serif;
    display: none;
    position: absolute;
    right: 7px;
    text-decoration: underline;
    top: 3px;
}

#epIssues .issue {
    box-shadow: 4px 2px 6px 2px rgb(0 0 0 / 19%);
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    margin-bottom: 10px;
    position: relative;
    border: 2px solid var(--blue);
    border-radius: 40px;
}

#epIssues .issue:last-of-type {
    margin-bottom: 0;
}

#epIssues .issue:hover,
#epIssues .issue:focus {
    border: 2px solid var(--copper);
    font-weight: bold;
    box-shadow: none;
    transition: all 0.1s ease-in;
}

#epIssues .issuebox {
    background: #fff;
    padding-left: 20px;
    width: 76%;
}

#epIssues .name {
    border-left: 1px solid transparent;
    border-right: none;
    border-top-left-radius: 38px;
    border-bottom-left-radius: 38px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font: normal 500 18px/26px 'Inter', sans-serif;
    color: #fff;
    padding: 77px 30px;
    background: var(--blue);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    position: relative;
    float: left;
    width: 400px;
    overflow-wrap: break-word;
}

#epIssues .name:lang(ar) {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 38px;
    border-bottom-right-radius: 38px;
}

#epIssues .desc {
    display: inline-block !important;
    font-size: 14px;
    padding-right: 10px;
    padding-top: 18px;
    padding-left: 5px;
    text-align: left;
    padding: 14px 10px 14px 20px;
}

#epIssues .desc:lang(ar) {
    padding: 18px 5px 0 10px;
    text-align: right;
}

@media only screen and (max-width: 650px) {
    #epIssues .issue {
        display: flex;
        flex-direction: column;
    }

    #epIssues .name {
        width: 100%;
        border-radius: 38px 38px 0 0;
        padding: 0;
        min-height: 100px;
        font-size: 20px;
    }

    #epIssues .desc {
        padding: 0 30px;
        font-size: 16px;
    }
}

.desc ul {
    margin: 1em 0;
    padding: 0 0 0 20px;
}

.desc ul:lang(ar) {
    padding: 0 20px 0 0;
}

.desc li {
    padding: 2px 15px;
}

input.text-input {
    margin: 5px 0 20px;
    min-width: 300px;
    padding: 5px;
}

/* footer */

footer {
    background-color: var(--blue);
    color: white;
    margin-top: 20px;
    font-size: 12px;
    padding: 20px 0;
    direction: ltr;
}

footer th {
    display: none;
}

footer td {
    padding: 5px 0 0 !important;
}

footer .line1 {
    padding-left: 10px;
}

footer .line2 {
    color: #fff;
    padding-right: 10px;
}

footer .line2 a {
    color: #fff;
}

footer .line2 a:hover,
footer .line2 a:focus {
    color: #fff;
}

footer table {
    margin: 0 auto !important;
}

@media only screen and (min-width: 300px) {
    footer {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        font-size: 12px;
        width: 100%;
        min-width: auto;
        padding: 20px 20px;
    }

    footer a {
        color: #fff;
    }

    footer a:hover,
    footer a:focus {
        color: #fff;
    }
}

@media only screen and (max-width: 1200px) {
    .nav-contain {
        align-items: flex-start;
    }

    .mobile-button {
        cursor: pointer;
        display: block;
        height: 30px;
        width: 25px;
        z-index: 110;
        margin: 15px 15px 0;
        top: 0;
        right: 0px;
    }

    .mobile-button.expanded {
        position: absolute;
    }
}

@media only screen and (max-width: 600px) {
    #epLang {
        min-height: 90px;
    }
}

.mobile-button span {
    background-color: #fff;
    display: block;
    height: 3px;
    width: 25px;
    margin: 3px 0;
    border-radius: 1px;
    transition: all 0.3s ease-in-out;
}

.expanded span:nth-child(1) {
    transform: rotate(45deg);
    margin-top: 9px;
}

.expanded span:nth-child(2) {
    opacity: 0;
}

.expanded span:nth-child(3) {
    transform: rotate(-45deg);
    margin-top: -12px;
}

.mobileNav {
    display: none;
    position: absolute;
    top: 0;
    background-color: var(--blue);
    height: 0px;
    width: 100%;
    border-bottom: 1px solid #ccc;
}

.mobileNav a {
    display: block;
    color: #fff;
    font-size: normal 500 13px/16px 'Gotham A', 'Gotham B', Helvetica,
        sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px 40px;
    text-overflow: ellipsis;
    transition: background 0.3s;
    text-align: right;
}

.mobileNav a:lang(ar) {
    text-align: left;
}

.mobileNav a:hover,
.mobileNav a:focus {
    background: #c5c5c5;
    text-decoration: underline;
}

.visible {
    display: block;
    height: 100%;
    padding-top: 50px;
    z-index: 100;
    height: 335px;
    overflow-y: hidden;
}

.hidden {
    display: none;
}

@media (min-width: 1560px) {
    header {
        background-position: right bottom;
    }
}

@media only screen and (max-width: 620px) {
    header {
        background: var(--blue);
        min-height: 240px;
    }

    #epButtons {
        width: 95%;
    }  
}

@media only screen and (max-width: 410px) {
    a.logo {
        height:40px;
    }

    header {
        position: relative;
        background-position: left bottom;
    }

    #epAttention {
		font-size:14px;
        position: absolute;
        bottom: 0;
    }

    .nav-contain {
        justify-content: flex-end;
    }
    
    #epButtons {
        width: 100%;
    }

	#epLang {
		font-size:13px;
	}
}