@font-face {
    font-family: "Gilroy-Bold";
    src: url(Gilroy-Bold.eot);
    src: url(Gilroy-Bold.otf) format('opentype');
}
@font-face {
    font-family: "Gilroy-Light";
    src: url(Gilroy-Light.otf) format('opentype');
}
@font-face {
    font-family: "Gilroy-Regular";
    src: url(Gilroy-Regular.otf) format('opentype');
}
@font-face {
    font-family: "Gilroy-SemiBold";
    src: url(Gilroy-SemiBold.otf) format('opentype');
}
:root {
    --magenta: #860063;
    --orange: #f78c2a;
    --main: #222222;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    color: var(--main);
    font: normal 400 20px/1.5em 'Gilroy-Regular', sans-serif;
    margin: 0;
}

body#index-page {
    color: var(--main);
}

body#issues-page {
    main {
        padding: 20px 50px;
    }
}

body#faq-page {
    h2 {
        font-weight: 600;
    }

    ul {
        list-style-type: none;
        padding: 0;
        margin-bottom: 32px;
    }

    li a {
        font: normal 600 20px / 30px 'Gilroy-SemiBold', sans-serif;

    }

    p.strong {
        font: normal 600 20px 'Gilroy-SemiBold', sans-serif;
        margin-bottom: 6px;
    }
}

body#consent-china-page {
    .col-100 {
        text-align: justify;
    }
}

body#policies-page {
    .col-100 a {
        display: block;
        font: normal 600 24px / 60px 'Gilroy-SemiBold', sans-serif;
        width: fit-content;
    }
}

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

strong,
b {
    font-family: 'Gilroy-Bold', sans-serif;
    font-weight: 700;
}

a {
    font-weight: 600;
    color: var(--orange);
    outline: none;
    text-decoration: underline;
}

a:hover,
a:focus {
    color: var(--magenta);
}

.logoBar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
}

.navexLogo {
    height: 32px;
    width: 250px;
    background: url(/domain/media/shared/nglogo.png) no-repeat left / contain;
}

a.logo {
    background: url(logo1.svg) no-repeat center / contain;
    display: block;
    height: 100px;
    width: 96px;
}

#hello {
    background: url(hello.png);
    height: 90px;
    width: 150px;
    background-size: cover;
}
h1 {
    color: var(--main);
    font: normal 700 30px 'Gilroy-Bold', sans-serif;
    padding: 0;
}

h2 {
    color: var(--main);
    font: normal 400 24px 'Gilroy-Regular', sans-serif;
    margin-bottom: 15px;
    padding: 0;
}

h3 {
    font: normal 700 1.17em/1.27em 'Gilroy-Bold', sans-serif;
    margin: 1em 0;
    padding: 0;
}

img {
    border: 0;
    display: block;
}

ol,
ul {
    margin: 1.5em 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;
}

.button-wrapper {
    text-align: center;
    margin-top: 40px;
}

/* header */

header {
    display: block;
}

#index-page header {
    border: none;
}

#epAttention {
    padding: 10px 0;
    text-align: center;
}

.navBg {
    background: var(--magenta);
}

nav {
    display: flex;
    font: normal 400 22px 'Gilroy-Bold', sans-serif;
    justify-content: center;
    align-items: center;
}

nav a {
    color: #fff;
    border-bottom: rgba(0, 0, 0, 0) solid 3px;
    display: inline-block;
    margin: 0 5px -3px;
    padding: 8px 20px;
    text-decoration: none;
}

nav div {
    display: inline-block;
}

nav a:hover,
nav a:focus {
    color: var(--orange);
    border-bottom: var(--main) solid 3px;
}

#epLang {
    cursor: pointer;
    justify-content: space-between;
    position: relative;
    text-align: center;
}

#epLang > a {
    display: none;
}

#epLang a:hover {
    color: #333;
}

#epLangDrop {
    display: none;
    position: absolute;
    left: -6px;
    z-index: 10;
}

#epLang > div {
    font-weight: 600;
    color: #fff;
    padding: 8px 20px;
    margin: 0 5px;
}

#epLangDrop a {
    background: var(--orange);
    display: block;
    padding: 4px 10px 8px;
    border-bottom: none;
}

#epLangDrop a:hover {
    background: var(--magenta);
    color: #fff;
}

#epLang:hover #epLangDrop {
    display: block;
}

#index-page .banner {
    background: url(banner.png) no-repeat center / cover;
    min-height: 450px;
    display: block;
}

.banner {
    background: #eee;
    display: block;
    padding: 30px;
}

.buttons {
    display: flex;
    justify-content: space-between;
    padding: 10px 25px;
}

.buttons a {
    align-items: center;
    background: var(--magenta);
    box-sizing: border-box;
    border-radius: 100px;
    color: #fff;
    display: flex;
    justify-content: center;
    height: 200px;
    margin: 10px 0;
    padding: 20px;
    text-decoration: none;
    width: 200px;
}

.buttons a:hover,
.buttons a:focus {
    color: var(--orange);
}

.buttons span.title {
    display: inline-table;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    width: 100%;
}

/* content */

main {
    display: block;
    padding: 40px 0 50px;
}

.mainHome {
    padding: 20px 0 70px;
}

section {
    display: block;
}

section.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0;
}

.mainHome > h1 + ul {
    margin: 1.5em 0;
    line-height: 1.8em;
}

.text-index {
    margin-top: 10px;
}

.text-index li {
    line-height: 1.5em;
}

[class^='col-'] {
    /* Applies to all CSS classes that start with "col-" */
    vertical-align: top;
}

.col-100 {
    display: inline-block;
    padding: 0 25px;
    width: 100%;
}

.col-66 {
    display: inline-block;
    padding: 10px 25px;
    vertical-align: top;
    width: 66%;
}

.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-33 {
    display: inline-block;
    padding: 10px 25px;
    width: 33%;
}

.col-left {
    margin-right: 2%;
    padding: 0 25px;
    width: 60%;
}

.col-right {
    padding: 0 25px;
    width: 38%;
}

#epEmergencyEU {
    padding: 10px 0;
    text-align: center;
}

#epEmergencyEU br {
    display: none;
}

#epEmergencyEU strong {
    display: inline-block;
    margin-right: 7px;
}

#epDDN {
    font-weight: bold;
    white-space: nowrap;
}

.listor {
    list-style: none;
    margin: 1em 0;
}

/* dp and phone */

#epDataPrivacy .online,
#epDataPrivacy .phone,
#epDataPrivacy .output {
    display: none;
}

#epDataPrivacy ol.dropDowns {
    list-style: none;
    margin: 0;
    padding: 0;
}

#epDataPrivacy .text {
    color: var(--main);
}

#epPhone {
}

select {
    font: normal 400 14px 'Gilroy-Regular', sans-serif;
    margin: 5px 0 15px;
    min-width: 355px;
    padding: 5px;
}

button,
.submit {
    background: var(--magenta);
    border: none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-size: 17px;
    margin: 15px 0;
    padding: 6px 24px;
    text-decoration: none;
}

button:disabled, button:disabled:hover, button:disabled:focus, input.submit:disabled, input.submit:disabled:hover, input.submit:disabled:focus, #epConsentContinue.disabled {
    background: #ccc !important;
    cursor: default;
}

button:hover,
.submit:hover,
button:focus,
.submit:focus {
    color: #fff;
    background: #bbb;
}

.nowrap {
    white-space: nowrap;
}

/* issues */

#epIssues {
    width: 90%;
    margin: 30px auto 0;
}

#epIssues .category {
    display: flex;
    margin-bottom: 20px;
}

#epIssues .category {
    background: var(--main);
}

#epIssues .catdesc {
    display: none;
}

#epIssues .catname {
    color: #fff;
    font: normal 700 20px 'Gilroy-Bold', sans-serif;
    padding: 20px 20px 20px 30px;
    width: 24%;
}

#epIssues .details {
    font: normal 400 11px 'Gilroy-Regular', sans-serif;
    position: absolute;
    right: 7px;
    text-decoration: none;
    top: 3px;
}

#epIssues .details.empty {
    display: none;
}

#epIssues .issue {
    margin-bottom: 18px;
    padding: 15px 50px 15px 25px;
    position: relative;
    background: #e5e5e5;
    border-radius: 5px;
    border: 2px solid #9b9b9b;
}

#epIssues .issue::after {
    content: "";
    height: 34px;
    aspect-ratio: 1 / 1;
    background: url(icon-arrow-right.svg) no-repeat center / contain;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

#epIssues .issue:last-of-type {
    margin-bottom: 0;
}

#epIssues .issue:hover,
#epIssues .issue:focus {
    background: #eee;
}

#epIssues .issuebox {
    background: #fff;
    padding-left: 20px;
    width: 76%;
}

#epIssues .name {
    font: normal 700 16px/20px 'Gilroy-Bold', 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;
}

/* footer */

footer {
    margin-top: auto;
    background: var(--magenta);
    color: #fff;
    font-size: 14px;
    padding: 20px 0;
}

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: #fff;
}

footer .line2 a:hover,
footer .line2 a:focus {
    color: var(--orange);
}

footer table {
    font-size: 12px;
    margin: 15px auto 0 !important;
    width: 1200px !important;
}

