@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


body {
    background-color: #fff;
    font: normal normal 400 16px/30px "Montserrat", serif;
    color: var(--body);
    position: relative;
}

html,
body {
    height: 100%;
    margin: 0;
}

.wrapper {
    margin-bottom: -230px;
    min-height: 100%;
}

:root {
    --body: #051D81;
    --blue: #49C7BD;
    --liteGray: #eee;
    --litered: #EF7E81;
}

a {
    color: #141b4d;
    outline: none;
    text-decoration: underline;
}

a:hover {}



.tip {
    font-size: 12px;
    font-style: italic;
}

.contain {
    width: 1000px;
    margin: 0 auto;
}
span.underline{
text-decoration:underline;
}
.flex {
    display: flex;
}

header .flex {
    justify-content: space-between;
}


header {
    position: relative;
    min-width: 1200px;
}

.langContain {
    inset-inline-start: calc(50% - 450px);
    position: absolute;
    top: 110px;
    width: 900px;
    z-index: 90;
}

#epLang{
    display: flex;
    height: 30px;
    text-align: center;
    font-weight: bold;
    justify-content: center;
}

#epLang:hover {
    overflow: visible;
}

#epLang a{
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    margin: 0 20px;
    font-size: 12px;
}

#epLang a:hover {
    text-decoration: underline;
}

nav {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

nav a {
    color: #333;
    display: block;
    font-size: 16px;
    font-weight: 700;
    padding: 0 12px;
    text-decoration: none;
    text-transform: uppercase;
}

html[lang="de"] nav a,
html[lang="it"] nav a,
html[lang="ms"] nav a,
html[lang="pteu"] nav a{
    font-size: 14px;
}

html[lang="fr"] nav a{
    font-size: 12px;
}

nav a:hover {}


main {
    padding: 20px 0px;
}

main.contain {
    width: 900px;
}

#index .banner {
    background: url('indexbanner.jpg') center top no-repeat;
    min-width: 1200px;
    height: 488px;
    padding-top: 50px;
    display: flex;
    flex-direction: column;
    background-size: cover;
}

#report .banner {
    background: linear-gradient(rgba(20, 27, 77, 20%), rgba(20, 27, 77, 20%)), url('report.jpg') center no-repeat;
    min-width: 1200px;
    height: 488px;
    padding-top: 50px;
    background-size: cover;
}

#consent .banner {
    background: linear-gradient(rgba(20, 27, 77, 20%), rgba(20, 27, 77, 20%)), url('consent.JPG') center no-repeat;
    min-width: 1200px;
    height: 488px;
    padding-top: 50px;
    background-size: cover;
}

#faq-page .banner,
#followup .banner {
    background: linear-gradient(rgba(20, 27, 77, 20%), rgba(20, 27, 77, 20%)), url('faq-page.JPG') center no-repeat;
    min-width: 1200px;
    height: 488px;
    padding-top: 50px;
    background-size: cover;
}

#followup .banner {
    background: linear-gradient(rgba(20, 27, 77, 20%), rgba(20, 27, 77, 20%)), url('followUp.JPG') center no-repeat;
    min-width: 1200px;
    height: 488px;
    padding-top: 50px;
    background-size: cover;
}

#process-content .banner {
    background: linear-gradient(rgba(20, 27, 77, 20%), rgba(20, 27, 77, 20%)), url('faq-page.JPG') center no-repeat !important;
    min-width: 1200px !important;
    padding-top: 40px !important;
    height: 233px !important;
    background-size: cover !important;
}


#process-content .banner .contain {
    margin: 0 auto;
}

#process-content .banner .page-title {
    min-height: 100px;
}

#process-content .banner .banner-text p {
    margin: 0px;
}

#process-content .banner .banner-text {
    padding: 20px;
    text-align: justify;
}

#process-content .banner .banner-text a {
    text-decoration: none;
    font-weight: 700;
}

#issues .banner {
    background: linear-gradient(rgba(20, 27, 77, 20%), rgba(20, 27, 77, 20%)), url('issues.jpg') center no-repeat;
    min-width: 1200px;
    height: 488px;
    padding-top: 50px;
    background-size: cover;
}

.banner .contain {
    margin-top: auto;
    width: 1200px;
}

.banner h1 {
    color: #fff;
    width: 700px;
    text-align: center;
    margin: 0 auto;
    font: normal normal 700 2.5em/1.6em "Montserrat", serif;
}


.banner .page-title {
    /* background: var(--body); */
    background-image: linear-gradient(150deg, #11F0E4 10%, #162F94 65%);
    color: #fff;
    text-align: center;
    width: 50%;
    align-items: center;
    display: flex;
    padding: 20px;
}

.banner .page-title h2 {
    display: block;
    margin: auto;
    text-transform: uppercase;
}

.banner .banner-text {
    text-align: left;
    align-items: center;
    /* display: flex; */
    color: var(--body);
    width: 50%;
    padding: 10px;
    margin-top: 40px;
    font: normal normal 400 1em/1.6em "Montserrat", serif;
}

#faq-page .banner .banner-tex {
    text-align: center;
    display: block;
}

.italic {
    font-style: italic;
}

#faq-page .banner .banner-text {
    position: relative;
    padding-top: 90px;
}

.report-handled-img {
    display: block;
    width: 100%;
    height: 515px;
    background: url(faq-sec3img-en.png) no-repeat center center;
    background-size: contain;
}


.expand-img-closed {
    display: none !important;
}

#process .banner .banner-text {
    padding: 17px;
}

#epWrapper {
    margin: 0 auto;
    position: relative;
    width: 950px;
}

a.logo {
    background: url(logo1.png) center center no-repeat;
    display: block;
    height: 70px;
    min-width: 230px;
    width: 230px;
    background-size: contain;
    margin: 20px 0px;
    align-self: flex-start;
}

h1 {
    color: #11F0E4;
    background-clip:text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-color: transparent;
    background-image: linear-gradient(150deg, #11F0E4 10%, #162F94 65%);
    font-family: "Montserrat", "Montserrat", serif;
    font-size: 55px;
    font-weight: 700;
    line-height: 63px;
    letter-spacing: -2.3px;
}

h2 {
    font: normal normal 700 1.5em/1.6em "Montserrat", serif;
    margin: 0.83em 0;
    padding: 0;
}

h3 {
    font: normal normal 700 1.17em/1.27em "Montserrat", serif;
    margin: 1em 0;
    padding: 0;
}


h4 {
    margin: 0;
}
img {
    border: 0;
    display: block;
}

ol,
ul {
    margin: 1em 0;
    padding: 0;
    padding-inline-start: 1.25em;
}

p {
    margin: 1em 0;
    padding: 0;
}

#epAttention {
    text-align: center;
    color: #fff;
}

#index .expand-button {
    border-radius: 0px;
    border-top: none;
    border-left: none;
    border-right: none;
}

#process-button {
    font: normal normal 500 1.4em/1.6em "Montserrat", serif;
    padding: 0px;
    background: url("process.png") right no-repeat;
    border-bottom: 3px solid var(--liteGray);
    text-align: center;
    display: block;
    text-decoration: none;
    color: var(--blue);
    background-position: 98%;
    width: 450px;
    margin: 0px auto 40px auto;
    text-transform: uppercase;
    letter-spacing: 2px;
}


#follow {
    font: normal normal 500 1.4em/1.6em "Montserrat", serif;
    padding: 20px;
    border: 3px solid var(--body);
    text-align: center;
    display: block;
    text-decoration: none;
    color: var(--blue);
    background-position: 90%;
    background-color: var(--liteGray);
}

.report {
    background: url(online.png) center no-repeat;
    background-size: 113px 80px;
}

.phoneButton {
    background: url(phone.png) center no-repeat;
    background-size: 85px;
}

.followButton {
    background-size: 85px;
}

.followIcon {
    background: url(followUp.png) right center no-repeat;
    background-size: 85px;
    margin-inline-start: 207px;
    width: 85px;
    height: 85px;
}


.question {
    background: url() center no-repeat;
}


#epButtons {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin: 30px auto;
}

#epButtons a {
    border: 3px solid var(--blue);
    color: black;
    display: block;
    padding-top: 5px;
    text-align: center;
    text-decoration: none;
    width: 260px;
    height: 120px;
    background-position: center;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, .2) 10px 10px 10px;
}

#epButtons a:hover {
    transition: 0.5s;
    box-shadow: rgba(0, 0, 0, .2) 15px 15px 15px;

}

#epButtons a span.title {
    font: normal normal 500 30px/1.6em "Montserrat", serif;
    color: var(--blue);
    text-transform: uppercase;
}

html[lang="bg"] #epButtons a span.title,
html[lang="pteu"] #epButtons a span.title
{
    font-size: 16px;
}

html[lang="de"] #epButtons a span.title,
html[lang="fr"] #epButtons a span.title,
html[lang="it"] #epButtons a span.title,
html[lang="ms"] #epButtons a span.title
{
    font-size: 20px;
}

.subtitle {
    text-align: center;
    position: relative;
    top: 10px;
    margin: auto;
    font: normal normal 500 20px/1.1em "Montserrat", serif;
    width: 160px;
}

html[lang="pteu"] #epButtons .subtitle{
    font-size: 18px;
}

form fieldset {
    border: none;
}

#epColumn1 {
    padding: 20px 0px;
}

#epColumn2 {
    padding: 20px;
    width: 400px;
}

#epColumn3 {
    min-height: 200px;
    padding: 20px;
}

#epContent {
    margin: 0 auto;
    clear: both;
    width: 950px;
    position: relative;
}


#followup #epContent {
    padding: 40px 0px;
}

#epEmergency {
    clear: both;
    padding: 20px 0px;
    position: relative;
}

.online {
    text-align: center;
}

.online h1 {
    margin: 20px 0 0 0;
    font: normal normal 700 1.6em/1.7em "Montserrat", serif;
}

.online h3 {
    margin: 5px 0 20px 0;
    font: normal normal 500 1.17em/1.27em "Montserrat", serif;
}

.nonRetaliation h3 {
    color: var(--blue);
}

/*dp2*/
#epDataPrivacy .output {}

#epDataPrivacy .phone,
#epDataPrivacy .online {
    display: none;
}

#epDataPrivacy {
    width: 500px;
    margin: 20px auto;
    min-height: 500px;
}

#epDataPrivacy .text {
    line-height: 20px;
}

#epPhone {
    width: 400px;
    margin: 20px auto;
    min-height: 500px;
}

#epDataPrivacy select,
#epPhone select {
    padding: 10px;
    border: 2px solid var(--blue);
    border-radius: 10px;
    width: 400px !important;
}

#epDataPrivacy ol.dropDowns {
    list-style: none;
    margin: 0;
    padding: 0;
}

#epDataPrivacy select {
    font: normal normal 400 12px/15px "Montserrat", serif;
    margin: 0 0 1em 0;
    width: 100%;
}

.continueText .text {
    display: none;
}

/* consent */
.consentText {
    text-align: left;
    overflow: auto;
    height: 500px;
    border: 3px solid var(--body);
    margin-top: 40px;
    padding: 30px;
}

.consent-image {
    background: url(consent-image.jpg) center no-repeat;
    background-size: cover;
    height: 260px;
    width: 479px;
    position: absolute;
    z-index: 10;
    inset-inline-end: 40px;
    bottom: 40px;
}

.consent-image-background {
    height: 260px;
    width: 479px;
    border: 2px solid var(--blue);
    margin: 100px auto 100px auto;
    position: relative;
    top: 50px;
}

/* faq */
#epDataPrivacy button,
#epConsentContinue,
#epConsentCancel,
.expand-all,
.collapse-all,
.submit,
.cont {
    background-color: var(--body);
    color: #fff;
    padding: 10px 20px;
    cursor: pointer;
    font: normal normal 400 16px/16px "Montserrat", serif;
    text-transform: uppercase;
    border-radius: 5px;
    align-items: flex-end;
}

#epConsentContinue {
    right: 0px;
}

.expand-button,
.expand-button-img {
    color: var(--blue);
    background-color: #fff;
}

.exp-col {
    margin: 30px 0px;
}

.faq {
    text-align: start;
}

.faq-body {
    background-color: #fff;
    margin-bottom: 50px;
}

.faq-body h2 {
    text-transform: uppercase;
}

.group-background {
    padding: 20px;
    border: 1px solid var(--liteGray);
    border-radius: 10px;
}

.expand-button,
.expand-button-img {
    text-align: center;
    border: 2px solid var(--blue);
    border-radius: 10px;
    padding: 10px;
    cursor: pointer;
}

.expand-text {
    padding: 0px 20px;
}

.expand-text p{
    margin: 0;
    padding: 20px 0px 30px 0px;
}
/* follow */

form {
    background-color: var(--body);
    border-radius: 10px;
    text-align: start;
    padding: 30px;
    position: relative;
    height: 220px;
    color: #fff;
}

form input {
    border: none;
    height: 30px;
    width: 100%;
    margin-bottom: 20px;
    border-radius: 5px;
    background-color: #fff;
}

.col-left h3 {
    margin: 0px 0px 15px 0px;
}

.submit {
    min-width: 100px;
    height: 40px;
    position: absolute;
    inset-inline-end: 25px;
}

body.follow-up .submit{
    position: relative !important;
}

.col-left {
    display: block;
    width: 350px;
    margin: 0px 40px 0px 20px;
}

.col-right {
    display: block;
    width: 470px;
    text-align: justify;
}

.col-right h3 {
    color: var(--blue);
}


.follow-message {
    color: var(--blue);
    border: 2px solid var(--blue);
    padding: 10px 20px;
    margin-top: 20px;
}

.follow-message span {
    color: var(--blue);
    text-decoration: underline;
}

/*phone*/

#epPhone select {
    font: normal normal 400 12px/15px "Montserrat", serif;
    margin: 0 0 1em 0;
    width: 100%;
}

/* process */
#process-content {
    display: none;
}

#process-content .contain {
    width: 950px;
}

#index #process-content h3 {
    color: var(--blue);
    text-transform: uppercase;
}

.process span {
    font-style: italic;
    text-decoration: underline;
}

#process-anchor {
    border-top: #ccc 2px solid;
    padding-top: 20px;
}

.hotlineProcess .blue-box {
    color: #fff;
    background-color: var(--body);
    border: #2f5492 3px solid;
    border-radius: 10px;
    padding: 10px;
    display: block;
    width: 380px;
    text-align: center;
    margin: 0 auto;
}

.hotlineProcess .redbox {
    color: #000;
    background-color: #fff;
    border: var(--litered) 5px solid;
    border-radius: 10px;
    padding: 10px;
    display: block;
    width: 380px;
    text-align: center;
    margin: 0 auto;
    min-height: 60px;
}

.hotlineProcess .green-box {
    color: #000;
    background-color: #fff;
    border: var(--blue) 4px solid;
    border-radius: 10px;
    padding: 5px;
    display: block;
    width: 390px;
    text-align: center;
    margin: 0 auto;
    min-height: 60px;
    font-size: 14px;
}

.hotlineProcess #one {
    position: relative;
    inset-inline-end: 15px;
    top: 15px;
}

.hotlineProcess #two {
    position: relative;
    inset-inline-end: 15px;
    top: 80px;
}

.hotlineProcess #three {
    width: 475px;
    position: relative;
    left: 15px;
    inset-inline-end: 180px;
}

.hotlineProcess #four {
    width: 485px;
    position: relative;
    inset-inline-end: 15px;
    top: 180px;
}

.tier1 {
    display: flex;
    justify-content: center;
    position: relative;
    top: 175px;
    inset-inline-end: 20px;
    gap: 80px;
}

#or {
    color: #fff;
    background-color: var(--blue);
    width: 100px;
    height: 30px;
    padding: 15px;
    text-align: center;
    border-radius: 50px;
    position: absolute;
    top: 20px;
}

.tier1 p {
    display: block;
}

.tier2 {
    display: flex;
    justify-content: space-between;
    position: relative;
    top: 253px;
    width: 870px;
    margin: 0 auto;
}

.tier2 .redbox,
.tier3 .redbox,
.tier4 .redbox {
    min-height: 30px;
}


.tier3 {
    position: relative;
    top: 300px;
}

.tier3 .redbox {
    margin: 0;
    margin-inline-start: 50px;
}

.tier3 .green-box {
    margin: 0;
    margin-inline-start: 50px;
}

.tier4 {
    position: relative;
    top: 369px;
    inset-inline-end: 34px;
}

.tier5 {
    position: relative;
    top: 414px;
    inset-inline-end: 38px;
}

/*Issues*/

#epIssues {
    padding: 50px 0px;
    width: 100%;
}

#epIssues .category {
    margin-bottom: 70px;
}

#epIssues .catdesc {
    display: none;
}

#epIssues .catname {
    padding: 0px 20px;
    font: normal normal 700 16px/20px "Montserrat", serif;
    color: var(--blue);
    margin: auto;
    text-align: start;
}

#epIssues .details {
    font: italic normal 400 12px/20px "Montserrat", serif;
    position: absolute;
    inset-inline-end: 20px;
    top: 10px;
    text-decoration: underline;
    color: var(--body);
}

#epIssues .details.empty {
    display: none;
}

#epIssues .issue {
    padding: 10px 15px 0px 15px;
    margin: 10px 0;
    position: relative;
    border-top: 2px solid var(--liteGray);
}

#epIssues .issue:hover {
    color: #008000;
}

#epIssues .name {
    font: normal normal 700 16px/20px "Montserrat", serif;
    text-transform: uppercase;
    color: var(--body);
    text-align: start;
    width: 400px;
}

#epIssues .issuebox {}

#epIssues .desc {
    padding: 1em 0 0 0;
    color: var(--blue);
    text-align: start;

}

.bottom {
    margin-bottom: 0;
    padding-bottom: 0;
}

.listor {
    list-style: none;
    margin: 1em 0;
}

.nowrap {
    white-space: nowrap;
}

.top {
    margin: 0;
    padding-top: 0;
}

#epEmergency {
    text-align: center;
}

#epEmergency span {
    color: var(--blue);
    font-weight: 700;
}

#epNAVEXFooter {
    font: normal normal 400 12px/30px "Montserrat", serif;
}

footer {
    background-color: var(--body);
    color: #fff;
    min-width: 1200px;
}

.push {
    height: 230px;
}

#epNAVEXFooter a {
    color: #fff;
    text-decoration: none;
}

#epNAVEXFooter img {
    display: none;
}

#epNAVEXFooter th {
    display: none;
}

#epNAVEXFooter .line1 {
    float: start;
}

#epNAVEXFooter .line2 {
    float: end;
}