@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

:root {
    --text: #333;
    --orange: #F08700;
    --grey: #999E9C;
}

body {
    display: flex;
    flex-direction: column;
    color: var(--text);
    font: normal 400 16px 'Roboto', sans-serif;
    margin: 0;
    min-height: 100vh;
}

* {
    box-sizing: border-box;
}

a {
    color: var(--grey);
    outline: none;
    text-decoration: underline;
}

a:hover {
    color: var(--grey);
}

a.NAVEXlogo {
    background: url(navex_logo.png) no-repeat center / contain;
    display: block;
    height: 50px;
    width: 150px;   
}

a.logo {
    background: url(logo1.png) no-repeat center / contain;
    display: block;
    height: 50px;
    width: 150px;
}

h1 {
    color: var(--text);
    font: normal 400 30px 'Roboto', sans-serif;
    padding: 0;
}

h2 {
    color: var(--text);
    font: normal 400 24px 'Roboto', sans-serif;
    margin-bottom: 15px;
    padding: 0;
}

.index h2 {
    padding-bottom: 8px;
    color: var(--orange);
    border-bottom: 2px solid var(--orange);
}

h3 {
    font: normal 700 1.17em/1.27em 'Roboto', 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: 1200px;
}

.fill {
    min-width: 1200px;
    width: 100%;
}

.bottom {
    margin-bottom: 0;
    padding-bottom: 0;
}

.top {
    margin-top: 0;
    padding-top: 0;
}

.center {
    text-align: center;
}

/* header */

header {
    display: block;
}

.index header {
    border: none;
}

header > .contain {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
}

.header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.lang-container {
    width: 150px;
}

#epLang {
    cursor: pointer;
    justify-content: space-between;
    position: relative;
    text-align: center;
}

#epLang > a {
    display: none;
}

#epLang a:hover {
    color: white;
    background-color: var(--grey);
}

#epLangDrop {
    background: #ccc;
    display: none;
    position: absolute;
    left: 0;
    z-index: 10;
}

#epLang > div {
    padding: 5px 0px 7px;
    position: relative;
    font-weight: bold;
    text-transform: uppercase;
}

#epLangDrop a {
    display: block;
    padding: 3px 10px;
    color: #333;
    text-decoration: none;
}

#epLang:hover #epLangDrop {
    display: block;
}

span#caret-down {
    display: inline-block;
    background: url(caret-down.svg) no-repeat center / contain;
    height: 28px;
    aspect-ratio: 1 / 1;
    position: absolute;
    top: 0;
    right: 0;
}

.nav-container {
    background-color: var(--orange);
}

nav {
    font: normal 700 18px 'Roboto', sans-serif;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 0;
}

nav a {
    color: #fff;
    display: inline-block;
    padding: 0 15px;
    text-decoration: none;
}

nav a:hover {
    color: #fff;
    text-decoration: underline;
}

.banner {
    background: #ccc url(banner.jpg) no-repeat center center;
    background-size: cover;
    min-height: 400px;
    display: block;
    padding: 50px 0 100px;
}

.text-banner {
    background: var(--grey);
    height: 120px;

    .contain {
        display: grid;
        align-items: center;
        grid-template-columns: 1.7fr 1fr;
        grid-template-areas: "header attention";
        height: 100%;
    }

    h1 {
        grid-area: header;
        font: normal 700 48px 'Roboto', sans-serif;
        margin: 0;
        color: white;
    }
    
    #epAttention {
        grid-area: attention;
        padding: 10px 0;
        color: white;
    }
}

:lang(fr).text-banner {
    height: 140px;
}

:lang(pl) .text-banner {
    height: 165px;
}

.buttons {
    display: flex;
    justify-content: center;
    padding: 10px 25px;
}

:lang(cs) .buttons,
:lang(de) .buttons,
:lang(fr) .buttons,
:lang(eseu) .buttons {
    padding: 10px 0px;
}

:lang(cs) .buttons span.roll-text {
    width: 108%;
}

.buttons a {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    color: var(--text);
    margin: 10px 42px;
    text-decoration: none;
    height: 250px;
    width: 22%;
}

:lang(fr) .buttons a,
:lang(pl) .buttons a {
    width: 25%;
}

.buttons a.report {
    background: url(icon-web.svg) no-repeat center 22px;
}

:lang(eseu) .buttons a.report,
:lang(fr) .buttons a.report {
    background: url(icon-web.svg) no-repeat center 40px;
}

.buttons a.phone {
    background: url(icon-phone.svg) no-repeat center 33px;
}

:lang(fr) .buttons a.phone {
    background: url(icon-phone.svg) no-repeat center 50px;
}

.buttons span.title {
    display: block;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    width: 100%;
}

:lang(pl) .buttons span.title {
    width: 115%;
}

.buttons span.roll-text {
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    width: 100%;
}

.buttons .report .roll-text {
    margin-bottom: 24px;
}

/* content */

main {
    display: block;
    padding: 0 0 40px;
}

.mainHome {
    padding: 32px 0 42px;
}

section {
    display: block;
}

section.flex {
    display: flex;
    padding: 20px 0;
}

.phone-page section.flex,
.report-page section.flex {
    justify-content: space-between;
}

.text-index {
    margin-top: 50px;
}

[class^='col-'] {
    /* Applies to all CSS classes that start with "col-" */
    vertical-align: top;
}

.col-100 {
    display: inline-block;
    padding: 10px 25px;
    width: 100%;
}

.col-66 {
    display: inline-block;
    padding: 10px 25px;
    vertical-align: top;
    width: 66%;
}

.col-55 {
    display: inline-block;
    padding: 10px 25px 10px 0;
    vertical-align: top;
    width: 55%;
}

.col-50 {
    /* Column-50 is technically 49% so columns do not break to a new line in all browsers */
    display: inline-block;
    padding: 10px 25px;
    width: 49%;
}

.col-45 {
    display: inline-block;
    padding: 10px 25px 10px 0;
    width: 44%;
}

.col-33 {
    display: inline-block;
    padding: 10px 25px;
    width: 33%;
}

.col-left {
    margin-right: 2%;
    padding: 10px 25px;
    width: 60%;
}

.col-right {
    padding: 10px 25px;
    width: 38%;
}

.notification-box {
    background: var(--orange);
    color: #fff;
    padding: 1px 20px 6px;

    h4 {
        text-transform: uppercase;
    }

    span.normal {
        font-weight: normal;
    }

    li {
        margin-bottom: 6px;
    }
}

#epEmergency {
    padding: 10px 0;
    text-align: center;
}

#epEmergency strong {
    display: inline-block;
    color: rgba(237, 0, 0, 0.8);
}

#epEmergency p {
    font-weight: bold;
}

#epDDN {
    font-weight: bold;
    white-space: nowrap;
}

.listor {
    list-style: none;
    margin: 1em 0;
}

.scrollbox {
    overflow-y: scroll;
    height: 350px;
    border: 2px solid var(--orange);
    padding: 10px 25px;
}

/* dp and phone */

#epDataPrivacy .online,
#epDataPrivacy .phone,
#epDataPrivacy .output {
    display: block;
}

#epDataPrivacy ol.dropDowns {
    list-style: none;
    margin: 0;
    padding: 0;
}

#epDataPrivacy .text {
    color: var(--text);
}

#epPhone {}

li.continueText .text {
    display: none;
}

select {
    font: normal 400 14px 'Roboto', sans-serif;
    margin: 5px 0 15px;
    min-width: 400px;
    border: 2px solid #333;
    padding: 5px;
}

button,
.submit {
    background: var(--orange);
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 17px;
    margin: 15px 0;
    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 {
    color: #fff;
    background: var(--grey);
}


#epConsentCancel {
    background-color: var(--grey);
}

.nowrap {
    white-space: nowrap;
}

.expand-button {
    font-weight: bold;
    color: var(--orange);
}

/* issues */

#epIssues {
    width: 100%;
}

#epIssues .category {
    display: flex;
    margin-bottom: 20px;
}

#epIssues .category {
    background: var(--text);
}

#epIssues .catdesc {
    display: none;
}

#epIssues .catname {
    color: #fff;
    font: normal 700 20px 'Roboto', sans-serif;
    padding: 20px 20px 20px 30px;
    width: 24%;
}

#epIssues .details {
    font: italic 400 11px 'Roboto', 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 {
    background: #eee;
}

#epIssues .issuebox {
    background: #fff;
    padding-left: 20px;
    width: 76%;
}

#epIssues .name {
    font: normal 400 16px/20px 'Roboto', sans-serif;
    padding: 5px 0;
}

#epIssues .desc {
    color: #777;
    font-size: 14px;
    padding: 0 60px 10px 15px;
}

input.text-input {
    margin: 5px 0 20px;
    min-width: 300px;
    padding: 5px;
}

.follow-page section span {
    font-size: 18px;
}

.faq-page h2 {
    color: var(--orange);
    text-decoration: none;
}

.faq-links {
    margin-bottom: 42px;

    a {
        color: var(--orange);
        text-decoration: none;
    }
}

input.text-input {
    border: 2px solid #333;
}

/* footer */

footer {
    background-color: var(--grey);
    color: white;
    font-size: 16px;
    padding: 20px 0;
    margin-top: auto;
}

footer th {
    display: none;
}

footer td {
    padding: 5px 0 0 !important;
}

footer .line1 {
    float: left;
    padding-left: 10px;
}

footer .line2 {
    color: #fff;
    float: right;
    padding-right: 10px;
}

footer .line2 a {
    color: white;
    text-decoration: none;
}

footer .line2 a:hover {
    text-decoration: underline;
}

footer table {
    font-size: 12px;
    margin: 15px auto 0 !important;
    width: 1200px !important;
}
