@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@300;400;500;600;700&display=swap');

*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    color: #333;
    font: normal 400 15px/1.5 'Work Sans', sans-serif;
    margin: 0;
}

a {
    color: #ef592e;
    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;
    width: 1200px;
}

.fill {
    /*   min-width: 1200px; */
    /* width: 100%; */
}

.bottom {
    margin-bottom: 0;
    padding-bottom: 0;
}

.top {
    margin-top: 0;
    padding-top: 0;
}

.orange {
    color: #ef592e;
}

.bold {
    font-weight: bold;
}

.center {
    text-align: center;
}

.blackBG {
    background-color: #000;
}

/* header */
#banner {
    justify-content: center;
    height: 150px;
    background-size: cover;
    align-content: center;
    margin-top: 50px;
}

#banner-other {
    justify-content: center;
    height: 150px;
    background-size: cover;
    align-content: center;
    margin-top: 50px;
    padding-bottom: 40px;
    border-bottom: #000 solid 2px;
}

header {
    display: block;
    background-color: #000;
    height: 80px;
    align-content: center;
}

#epLang {
    font-size: 13px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    top: -11px;
}

#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:hover,
#epLang a:focus {
    color: #ef592e;
}

header .flex {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

.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: 130px;
    width: 275px;
    margin: 0 auto;
}

div.logo-other {
    background: url(logo1.png) center top no-repeat;
    background-size: contain;
    display: inline-block;
    height: 110px;
    width: 273px;
    margin: 0 auto;
}

nav {
    align-items: center;
    display: flex;
    flex-grow: 0;
    position: relative;
    margin: 0 auto;
}

nav a {
    border-bottom: 4px solid transparent;
    color: #fff;
    display: flex;
    font: normal 600 17px/25px 'Work Sans', sans-serif;
    margin: 0px 20px;
    position: relative;
    text-align: center;
    text-decoration: none;
}

nav a:last-child {
    border-right: none;
}

nav a:hover {
    border-bottom: 4px solid #ef592e;
    color: #fff;
    transition: 0.9s;
}

nav a:after {
    content: '';
    height: 32px;
    width: 1px;
    background-color: #ef592e;
    position: absolute;
    display: flex;
    right: -24px;
    top: -2px;
    transition: 0.9s;
}

#epAttention {
    /* 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 'Work Sans', sans-serif;
    margin: 10px 0px 0 0px;
    padding: 0 0;
    text-align: center;
}

div.col-left-issues {
    font: normal 400 20px/24px 'Work Sans', sans-serif;
    margin: 10px 0px 0 0px;
    padding: 0 0;
}

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 'Work Sans', sans-serif;
}

input[type='text'],
input[type='password'] {
    display: block;
    background-color: #fff;
    padding: 5px 0px 5px 50px;
    border-radius: 4px;
    border: 1px solid #e5e1da;
}

.buttonFollow {
    font: normal 500 16px/20px 'Work Sans', sans-serif;
    margin: 0 auto !important;
    width: 112px;
}

.buttonFollow:lang(uk),
.buttonFollow:lang(tr),
.buttonFollow:lang(ro) {
    width: 128px;
}

.cont {
    margin: 10px auto !important;
}

form span {
    text-align: left;
}

input[type='submit'],
.buttonFollow,
.cont {
    color: #fff;
    display: block;
    font: normal 500 18px/20px 'Work Sans', sans-serif;
    background-color: #ef592e;
    padding: 8px 15px 8px 15px;
    border-radius: 4px;
    cursor: pointer;
    margin: 8px 27px 0px 71px;
    text-decoration: none;
    margin: 0 auto;
    border: none;
}

input[type='submit']:hover,
.buttonFollow:hover,
.cont:hover {
    color: #fff;
    background-color: #ef592e;
    padding: 8px 15px 8px 15px;
    text-decoration: none;
}

/*Headers*/
h1 {
    font: normal 700 35px 'Work Sans', sans-serif;
    padding: 0;
}

h1.bold.center {
    color: #000;
    font: normal 700 35px 'Work Sans', sans-serif;
}

h2 {
    font: normal 700 24px 'Work Sans', sans-serif;
    padding: 0;
}

.red {
    color: #ef592e;
}

h3 {
    font: normal 700 19px 'Work Sans', sans-serif;
    margin: 1em 0;
    padding: 0;
}

#epEmergency {
    margin: 0 auto 15px;
    text-align: center;
}

#epEmergency strong {
    color: red;
}

#epDDN {
    font-weight: bold;
    white-space: nowrap;
}

.listor {
    list-style: none;
    margin: 1em 0;
}

.selection {}

.selectionIssues {
    margin: 0 auto;
    /*     width:800px; */
}

#epDataPrivacy {
    display: block;
    vertical-align: top;
    margin: 33px auto;
    text-align: center;
    width: 600px;
}

.askaquestion {
    width: 600px;
}

#epDataPrivacy .online,
#epDataPrivacy .output {}

#epDataPrivacy ol.dropDowns {
    list-style: none;
    margin: 0;
    padding: 0;
}

#epDataPrivacy .phone {
    display: none;
}

#epDataPrivacy table {
    background: #fff;
    border: 1px solid #ef592e;
    float: left;
    font: normal 400 14px/1.5 'Work Sans', sans-serif;
    width: 100%;
}

#epDataPrivacy th {
    background: #ef592e;
    padding: 10px;
    color: white;
}

#epDataPrivacy tr.odd:hover,
#epDataPrivacy tr.even:hover,
#epDataPrivacy tr.odd:focus,
#epDataPrivacy tr.even:focus {
    color: #ef592e;
    cursor: pointer;
}

#epPhone {
    /* margin: 33px auto; */
    text-align: center;
    /* width: 600px; */
}

#epPhone li {
    list-style-position: inside;
}

h2.online {
    display: none;
}

#epDataPrivacy .text {
    color: #000;
    font: normal 400 17px/21px 'Work Sans', sans-serif;
}

select {
    border: 1px solid #929d96;
    border-radius: 10px;
    font: normal 400 14px 'Work Sans', sans-serif;
    margin: 2px 0 15px;
    padding: 5px;
    width: 80%;
}

.buttonlink {
    color: #fff;
}

.buttonlink:hover,
.buttonlink:focus {
    color: #ef592e;
}

.title.buttonlink:hover,
.title.buttonlink:focus {
    color: #ef592e;
}

#epButtons {
    height: 210px;
    position: relative;
    width: 945px;
    display: flex;
    margin: 0 auto;
}

#epButtons a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    padding: 10px 10px 10px;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 33.33%;
    /* border-right: solid 1px #b7d1cf; */
}

#epButtons a:not(#epButtons a:last-of-type)::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 150px;
    right: -1px;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    z-index: 10;
}

#epButtons a span.title {
    margin-top: 90px;
    min-height: 50px;
    font: normal 400 20px/24px 'Work Sans', sans-serif;
}

#epButtons .report {
    background-color: #ef592e;
    background-image: url(icon-report.svg);
    background-repeat: no-repeat;
    background-size: 70px;
    background-position: center 40px;
    border-radius: 15px 0 0 15px;
}

#epButtons .report:hover {
    background-image: url(icon-report-hover.svg);
}

#epButtons .followup {
    background-color: #ef592e;
    background-image: url(icon-follow.svg);
    background-repeat: no-repeat;
    background-size: 70px;
    background-position: center 40px;
}

#epButtons .followup:hover {
    background-image: url(icon-follow-hover.svg);
}

#epButtons .question {
    background-color: #ef592e;
    background-image: url(icon-question.svg);
    background-repeat: no-repeat;
    background-size: 70px;
    background-position: center 40px;
    border-radius: 0 15px 15px 0;
}

#epButtons .question:hover {
    background-image: url(icon-question-hover.svg);
}

#epButtons a:hover {
    color: #ef592e;
    background-color: #fff;
}

button {
    background: #000;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    padding: 6px 18px;
}

button:hover,
button:focus {
    border: 1px solid #ef592e;
    background: #000;
    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 'Work Sans', sans-serif;
    margin: 20px 0px 30px 0px;
}

#epIssues {
    margin-top: 30px;
    width: 100%;
}

#epIssues .category {
    /* display: -webkit-box;
  display: -ms-flexbox; */
    display: flex;
    margin-bottom: 20px;
}

#epIssues .category {}

#epIssues .catdesc {
    display: none;
}

#epIssues .catname {
    background: #ef592e;
    color: #fff;
    font: normal 600 20px 'Work Sans', sans-serif;
    padding: 20px 20px 20px 30px;
    width: 24%;
    text-align: center;
    align-content: center;
}

#epIssues .details {
    font: 400 14px 'Work Sans', 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 {}

#epIssues .issuebox {
    background: #fff;
    padding-left: 20px;
    width: 76%;
}

#epIssues .name {
    font: normal 400 16px/20px sans-serif;
    padding: 5px 0;
}

#epIssues .desc {
    color: #777;
    font-size: 14px;
    padding: 0 60px 10px 15px;
}

.desc ul {
    margin: 1em 0;
    padding: 0 0 0 20px;
}

.desc li {
    padding: 2px 15px;
}

input.text-input {
    margin: 0 auto;
    margin-top: 10px;
    min-width: 300px;
    padding: 5px;
}

/* footer */
.statements {
    margin-top: auto;
}

footer {
    background-color: #000;
    font-size: 14px;
    padding: 20px 0;
    margin-top: auto;
}

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;
}

footer .line2 a:hover {
    color: #ef592e;
}

footer table {
    font-size: 12px;
    margin: 15px auto 0 !important;
    /* width: 1200px !important; */
}

/* mobile */

.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 {
    background-color: #000;
    display: none;
    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;
}

.active {
    display: block;
    height: auto;
    padding-bottom: 20px;
    position: absolute;
    top: 80px;
}

.hidden {
    display: none;
}

/* MEDIA STARTS HERE */

@media only screen and (min-width: 1200px) {
    .mobile-button {
        display: none;
        font: normal 400 20px/20px 'Work Sans', sans-serif;
        padding-top: 60px;
        z-index: 110;
    }
}

/* Large devices (desktops) */
@media only screen and (max-width: 1200px) {
    .contain {
        width: 90%;
    }

    .mobile-button {
        cursor: pointer;
        display: block;
        height: 30px;
        width: 25px;
        position: absolute;
        top: 28px;
        right: 28px;
        z-index: 110;
    }

    nav {
        display: none;
    }
}

/* Medium devices (tablets) */
@media only screen and (max-width: 1024px) {
    .contain {
        width: 95%;
    }

    #epButtons {
        width: 100%
    }

    .report-page .col-left,
    .report-page .col-right,
    #epDataPrivacy {
        width: 100%;
    }

    input[type='submit'],
    .buttonFollow,
    .cont {
        width: 250px;
        margin-top: 15px;
    }

    #epIssues .catname {
        width: 36%;
    }


}

/* Small devices (phones, landscape) */
@media only screen and (max-width: 768px) {
    /* page */

    .contain {
        width: 100%;
    }

    section.report {
        align-items: center;
    }

    #epAttention,
    #epEmergency,
    footer {
        padding: 15px;
    }

    /* issues */
    #epIssues .category {
        flex-direction: column;
    }

    #epIssues .catname {
        width: 100%;
        margin-bottom: 15px;
    }

    #epIssues .issuebox {
        width: 100%;
        padding-left: 0;
    }

    #epIssues .issue {
        padding-left: 5px;
    }

    #epIssues .desc {
        font-size: 15px;
        padding: 5px 0;

    }

    /* footer */

    #epNAVEXFooter td {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        width: 100%;
        padding: 20px 20px;
        white-space: normal !important;
    }

    .line1,
    .line2 {
        text-align: center;
        float: none;
        display: block;
        word-wrap: break-word;
        padding: 5px 0 !important;
    }

    /* report */
    section.report {
        flex-direction: column;
    }

    #epDataPrivacy {
        width: 100%;

        select {
            width: 100%;
        }
    }

    /* follow up */
    input.text-input {
        width: 100%;
    }

}

@media only screen and (max-width: 650px) {
    #epIssues .name {
        width: 200px;
        min-width: 200px;
    }

    #epIssues .desc {
        font-size: 9px;
        padding: 15px;
    }

    input[type='submit'],
    .buttonFollow,
    .cont {
        width: 100%;
    }

    .report-page .col-left,
    .report-page .col-right,
    #epDataPrivacy {
        width: 100%;
    }

    /* main buttons */

    #epButtons {
        flex-direction: column;
        height: auto;
    }

    #epButtons a {
        width: 100%;
        padding: 40px 10px 30px;
        margin-bottom: 2px;
    }

    #epButtons a:first-of-type {
        border-radius: 15px 15px 0 0;
    }

    #epButtons a:last-of-type {
        border-radius: 0 0 15px 15px;
    }

    #epButtons a::after {
        display: none;
    }
}

/* Extra small devices (phones, portrait) */
@media only screen and (max-width: 480px) {

    .col-left,
    .col-right {
        width: 100%;
    }

    input[type='submit'],
    .buttonFollow,
    .cont {
        width: 100%;
    }

    footer a {
        color: #fff;
    }

    footer a:hover,
    footer a:focus {
        color: #fff;
    }
}