body {
    font: normal 400 18px Arial, sans-serif;
    margin: 0;
    color: #003365;
    display: flex;
    flex-direction: column;
    min-height: 100dvh;
}

body.index {
    color: #003365;
}

* {
    box-sizing: border-box;
}

a {
    color: blue;
    outline: none;
    text-decoration: underline;
}

a:hover {
    cursor: pointer;
}

a.logo {
    display: block;
    height: 85px;
    width: 300px;
    position: absolute;
    top: -2px;
    left: 0;
    background-image: url(logo1.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
}

h1 {
    color: #003365;
    /* font: normal 400 40px 'Arial Nova Condensed Light', 'Arial Narrow', Arial, sans-serif; */
    font: normal 400 40px Arial, sans-serif;
    padding: 0;
}

h2 {
    color: #003365;
    /* font: normal 400 24px 'Arial Nova Condensed Light', 'Arial Narrow', Arial, sans-serif; */
    font: normal 400 24px Arial, sans-serif;
    margin-bottom: 15px;
    padding: 0;
}

h3 {
    /* font: normal 700 1.17em/1.27em 'Arial Nova Condensed Light', 'Arial Narrow', Arial, sans-serif; */
    font: normal 700 1.17em/1.27em  Arial, 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%;
    box-shadow: inset 0 -1px 0 0 #e5e5e5;
    border-block-start: 1px solid #e5e5e5;
}

.bottom {
    margin-bottom: 0;
    padding-bottom: 0;
}

.top {
    margin-top: 0;
    padding-top: 0;
    text-align: center;
    font-weight: 600;
    font-size: 40px !important;
    /* margin-right: 106px; */
}

.center {
    text-align: center;
}

.follow-up {
    margin-right: 190px !important;
}

/* header */

header {
    position: relative;
    display: block;
}

.index header {
    border: none;
}

#epAttention {
    padding: 10px 0;
    text-align: center;
    box-shadow: inset 0 -1px 0 0 #e5e5e5;
    font-weight: 600;
    font-size: 18px;
    color: #003365 !important;
    background-color: #f9f7ed;
    margin: 0;
}

#epLang::before {
    content:"";
    display: inline-block;
    height: 25px;
    aspect-ratio: 1 / 1;
    position: absolute;
    top: 1px;
    left: -28px;
    background: url(icon-globe.svg) no-repeat center / contain;
}
span#icon-down {
    content:"";
    display: inline-block;
    height: 13px;
    aspect-ratio: 1 / 1;
    position: absolute;
    top: 7px;
    right: 5px;
    background: url(icon-down.svg) no-repeat center / contain;
}

#epLang {
    cursor: pointer;
    position: absolute;
    top: 74px;
    right: 28px;
    width: 132px;
    text-align: left;
    z-index: 10;
    font-size: 14px;
}

#epLang > a {
    display: none;
}

#epLang a:hover {
    color: #333;
}

#epLangDrop {
    display: none;
    position: absolute;
    left: 0;
    z-index: 10;
    border: 1px #4F4F4F solid;
    border-radius: 0 0 3px 3px;
    border-top: none;
    width: inherit;
}

#epLang > div {
    padding: 5px;
    color: #003365;
    border: 1px #003365 solid;
    width: inherit;
}

#epLangDrop a {
    display: block;
    padding: 5px;
    text-decoration: none;
    color: #003365;
}

#epLangDrop a:hover {
    color: #fff;
    background-color: #003365;
}

#epLang:hover #epLangDrop {
    display: block;
}

.navbar-wrapper {
    position: relative;
    display: flex;
    height: 85px;
    /* gap: 20%; */
}

nav {
    display: flex;
    font: normal 400 18px Arial, sans-serif;
    justify-content: center;
    align-items: center;
}

nav a {
    color: #003365;
    display: inline-block;
    padding: 0 15px;
    text-decoration: none;
    font-weight: 600;
    overflow: hidden;
    position: relative;
}

nav a:hover {
    cursor: pointer;
    text-decoration: underline;
    overflow: visible;
}

#epResources {
    /*Dropdown Box*/
    display: block;
    position: absolute;
    top: 22px;
    width: 240px;
    z-index: 10;
}

#epResources span {
    background: #003365;
    color: #f9f7ed;
    cursor: pointer;
    display: block;
    padding: 5px 20px;
    width: 200px;
}

#epResources span:hover {
    background: #003365;
    color: #f9f7ed;
    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;
}

.buttons {
    display: flex;
    /* justify-content: space-around; */
    justify-content: center;
    padding: 15px 25px;
}

.card {
    background-repeat: no-repeat;
    background-size: 60px;
    background-position: center 30px;
    padding: 100px 20px 20px;
    display: flex;
    flex-direction: column;
    min-height: 295px;
    width: 295px;
    align-items: center;
    
    /* justify-content: space-between; */
    position: relative;
}

.title {
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    color: #003365 !important;
}

.roll-text {
    margin: 10px 0;
    /* flex-grow:1; */
}

.buttons a {
    align-items: center;
    background: #fff url() no-repeat center 30px;
    box-sizing: border-box;
    color: #000;
    text-decoration: none;
    
    position: absolute;
    bottom: 20px;
}

.epButtons {
    color: #ffffff !important;
    display: inline-block;
    margin: 0 auto;
    padding: 8px 24px;
    position: relative;
    text-align: center;
    text-decoration: none;
    background-color: #003365 !important;
    transition: all 0.2s ease;
    border-radius: 2px;
    font-family:
        'Arial Nova Condensed Light', 'Arial Narrow', Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    letter-spacing: 0.5px;
    /* text-transform: uppercase; */
}

.epButtons:hover {
    background-color: rgba(17, 17, 17, 0.75) !important;
}

.card.phone {
    background-image: url(phone.png);
    background-position: center 18px !important;
    background-size: 50px;
}
.card.question {
    background-image: url(question.png);
    background-size: 62px;
}

.card.follow {
    background-image: url(follow.png);
    background-size: 55px;
}

.card.report,
.card.online {
    background-image: url(report.png);
    background-size: 80px;
}

.card.customer {
    background-image: url(question.png);
}

.buttons span.title {
    display: block;
    font-size: 24px;
    text-align: center;
    width: 100%;
}

.buttons span.roll-text {
    display: flex;
    justify-content: center;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    width: 245px;
    margin: 16px 0px 0px 0px;
    color: #003365;
}

/* content */

main {
    display: block;
    padding: 30px 0 70px;
    flex: 1;
}

.mainHome {
    padding: 50px 0 70px;
}

section {
    display: block;
}

section.flex {
    display: flex;
    padding: 20px 0;
}

section.flex.relationship {
    justify-content: center;
}

.relation-header {
    text-align: center;
}

.relation-header h1 {
    font-weight: 900;
}

.text-index {
    margin-top: 50px;
    text-align: center;
    line-height: 1.5;
}

[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-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%;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.col-left {
    margin-right: 2%;
    padding: 10px 25px;
    width: 60%;
}

.col-right {
    padding: 10px 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: block;
}

#epDataPrivacy ol.dropDowns {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-left: 178px;
}

#epDataPrivacy #meg {
    display: inline-block;
    font-style: italic;
    font-size: 17px;
    margin-bottom: 15px;
}

.askaquestion ol.dropDowns {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-left: 167px !important;
}

.col-left p {
    margin-left: 160px !important;
}

.col-left form {
    margin-left: 160px !important;
}

#epDataPrivacy .text {
    color: #003365;
}

.notice-btn {
    text-decoration: none;
}

.notice-btn:hover {
    text-decoration: underline;
}

#epPhone {
    margin-left: 153px;
}

a.expand-button.expand-button-closed {
    text-decoration: none;
    font-size: 24px;
}

p.black {
    font-weight: 600;
    font-size: 20px;
}

select {
    font:
        normal 400 14px Arial,
        sans-serif;
    margin: 5px 0 15px;
    min-width: 355px;
    padding: 5px;
}

button,
.submit {
    color: #ffffff !important;
    display: inline-block;
    margin: 12px auto 0;
    padding: 8px 24px;
    position: relative;
    text-align: center;
    text-decoration: none;
    background-color: #003365 !important;
    transition: all 0.2s ease;
    border-radius: 2px;
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

button:disabled,
button:disabled:hover,
input.submit:disabled,
input.submit:disabled:hover {
    background: #ccc !important;
    cursor: default;
    box-shadow: none;
}

button:hover,
.submit:hover {
    color: #fff;
    background: #bfd730;
}

.nowrap {
    white-space: nowrap;
}

body.consent-page .col-100 {
    text-align: center;
}

/* issues */

#epIssues {
    width: 85%;
    margin: 30px auto 0;
}

#epIssues .category {
    display: flex;
    margin-bottom: 20px;
}

#epIssues .category {
    background: #1f3667;
}

#epIssues .catdesc {
    display: none;
}

#epIssues .catname {
    color: #fff;
    font:
        normal 700 20px 'Arial Nova Condensed Light',
        'Arial Narrow',
        Arial,
        sans-serif;
    padding: 20px 20px 20px 30px;
    width: 24%;
}

#epIssues .details {
    font:
        italic 400 11px Arial,
        sans-serif;
    position: absolute;
    right: 7px;
    text-decoration: underline;
    top: 3px;
}

#epIssues .issue {
    margin-bottom: 10px;
    /* padding: 0 5px 0 10px; */
    position: relative;
    display: flex;
    border: 2px solid #1f3667;
}

#epIssues .issue:last-of-type {
    margin-bottom: 0;
}

#epIssues .issue:hover,
#epIssues .issue:hover .name {
    background: #f9f7ed;
    color: #003365;
}

#epIssues .issuebox {
    background: #fff;
    padding-left: 20px;
    width: 76%;
}

h1.top.privacy-header {
    font-size: 27px !important;
    text-align: center;
}

body.issues-page h3 {
    font-size: 22px !important;
}

#epIssues .name {
    font: normal 600 20px / 26px Arial, sans-serif;
    display: flex;
    align-items: center;
    padding: 20px;
    width: 28%;
    background-color: #1f3667;
    color: #fff;
}

#epIssues .desc {
    flex-grow: 1;
    color: #777;
    font-size: 16px;
    line-height: 22px;
    padding: 20px 25px;
    flex-grow: 1;
    color: #003365;
}

#epIssues .desc ul {
    margin-bottom: 0;
}

input.text-input {
    margin: 5px 0 20px;
    min-width: 300px;
    padding: 5px;
}

.follow-page section span {
    font-size: 18px;
}

#faq h3 a {
    color: #003365;
    text-decoration: none;
}

#faq h3 a:hover {
    text-decoration: underline;
}

/* footer */

footer {
    border-top: 1px solid #1f3667;
    font-size: 14px;
    padding: 20px 0;
    background-color: #003365;
    box-shadow: inset 0 1px 0 0 #e5e5e5;
    flex-shrink: 0;
    color: #f9f7ed;
}

footer th {
    display: none;
}

footer td {
    padding: 5px 0 0 !important;
}

footer .line1 {
    float: left;
    padding-left: 10px;
}

footer .line2 {
    color: #faf2f2e3;
    float: right;
    padding-right: 10px;
}

footer .line2 a {
    color: #fff;
}

footer .line2 a:hover {
}

footer table {
    font-size: 12px;
    margin: 15px auto 0 !important;
    width: 1200px !important;
}