@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    /* Primary */
    --black: rgb(35, 31, 32);
    --orange: rgb(247, 148, 30);
    --yellow: rgb(255, 209, 0);
    /* Background */
    --brown: rgb(65, 1, 0);
    --dark-grey: rgb(91, 81, 76);
    --light-grey: rgb(219, 215, 211);
    --silver-grey: rgb(197, 203, 209);
}

body {
    display: flex;
    flex-direction: column;
    color: var(--black);
    font: normal 400 16px "Roboto", sans-serif;
    margin: 0;
    min-height: 100vh;
}

* {
    box-sizing: border-box;
}

a {
    color: var(--orange);
    outline: none;
    text-decoration: underline;
}

a:hover {
    color: var(--dark-grey);
}

a.logo {
    background: url(logo1.svg) no-repeat center / contain;
    display: block;
    height: 60px;
    width: 198px;
}

h1 {
    color: var(--black);
    font: normal 400 30px "Roboto", sans-serif;
    padding: 0;
}

h2 {
    color: var(--black);
    font: normal 400 24px "Roboto", sans-serif;
    margin-bottom: 15px;
    padding: 0;
}

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 {
    background-color: var(--black);
    display: block;
}

.index header {
    border: none;
}

header > .contain {
    display: flex;
    justify-content: space-between;
    padding: 15px 25px;
}

#epAttention {
    padding: 10px 0;
    text-align: center;
    background-color: var(--yellow);
    margin-bottom: 0;
}

#epLang {
    cursor: pointer;
    justify-content: space-between;
    position: relative;
    text-align: center;
    color: #fff;
}

#epLang > div {
    margin: 0 0 0 20px;
}

#epLang > a {
    display: none;
}

#epLang a:hover {
    color: #fff;
    background: var(--orange);
}

#epLangDrop {
    display: none;
    position: absolute;
    top: 14px;
    left: 0;
    z-index: 10;
    padding-top: 40px;
}

#epLangDrop a {
    display: block;
    padding: 3px 10px;
    margin: 0;
    background: var(--dark-grey);
}

#epLang:hover #epLangDrop {
    display: block;
}


nav {
    align-items: center;
    display: flex;
    flex-grow: 0;
    position: relative;
}

nav a {
    color: #fff;
    display: inline-block;
    font: normal 500 16px/26px "Roboto", sans-serif;
    overflow: hidden;
    margin: 0 0 0 20px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: color .2s ease;
    z-index: 100;
}

nav a:hover {
    color: var(--orange);
    overflow: visible;
    text-decoration: none;
}

#epResources {
    display: block;
    position: absolute;
    top: 18px;
    left: -12px;
    width: 240px;
    z-index: 10;
    padding-top: 40px;
}

#epResources span {
    background: var(--dark-grey);
    color: white;
    cursor: pointer;
    display: block;
    padding: 5px 20px;
    width: 200px;
}

#epResources span:hover {
    background: var(--orange);
    color: white;
}

.index .banner {
    background: #ccc url(banner.jpg) no-repeat center center;
    background-size: cover;
    min-height: 350px;
    display: block;
    margin-bottom: 18px;
}

.banner {
    background: var(--brown);
    min-height: 200px;
    display: block;

    .banner-icon {
        background: url();
        height: 100px;
        aspect-ratio: 1 / 1;
        position: absolute;
        top: -50%;
        right: 0;
        padding-top: 0;
    }
	.banner-icon:lang(ar) {
		right:auto;
		left:0;
	}
}

.banner {
    background: var(--brown);
    min-height: 200px;
    display: block;
}

.banner .banner-icon {
    height: 100px;
    aspect-ratio: 1 / 1;
}

.subpage {
    position: relative;
}

.notice-page .banner .banner-icon,
.issues-page .banner .banner-icon,
.report-page .banner .banner-icon {
    background: url(button-online.svg) no-repeat center / contain;
}
.phone-page .banner .banner-icon {
    background: url(button-phone.svg) no-repeat center / contain;
}
.follow-page .banner .banner-icon {
    background: url(button-follow.svg) no-repeat center / contain;
}
.faq-page .banner .banner-icon {
    background: url(button-question.svg) no-repeat center / contain;
}


.banner-speakup {
    background: url(speakup.jpg) no-repeat center center;
    background-size: contain;
    min-height: 230px;
    width: 50%;
}

.banner-speakup:lang(ar) {
    background: url(speakup-ar.png) no-repeat center center;
    background-size: contain;
}

.banner-speakup:lang(es) {
    background: url(speakup-es.png) no-repeat center center;
    background-size: contain;
}

.banner-speakup:lang(fr) {
    background: url(speakup-fr.png) no-repeat center center;
    background-size: contain;
}

.banner-speakup:lang(pt) {
    background: url(speakup-pt.png) no-repeat center center;
    background-size: contain;
}

.breadcrumb {
  color: #fff;
}

.banner h1 {
  color: #fff;
}

.breadcrumb div.contain {
  display:flex;	
  font-size:12px;
  line-height:50px;
}

.breadcrumb div.contain a {
  color:#fff;
  padding-right:10px;
  text-decoration:none;  
}

.breadcrumb div.contain div {
  padding-right:10px;
}

.buttons {
    display: flex;
    justify-content: center;
    padding: 10px 25px;
    margin-top: 30px;
}

.buttons a {
    align-items: center;
    background: url() no-repeat center 30px;
    box-sizing: border-box;
    color: var(--black);
    display: flex;
    flex-direction: column;
    margin: 10px 50px;
    text-decoration: none;
}

.buttons a:hover .icon {
    transition: 0.3s ease all;
    transform: translateY(-1%);
}
.buttons a:hover span.title {
    transition: 0.3s ease all;
    color: var(--orange);
}

span.icon {
    display: block;
    height: 200px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    background-size: 125px;
    background-repeat: no-repeat;
    background-position: center;
}

.buttons a.report .icon {
    background-color: var(--black);
    background-image: url(button-online.svg);
}

.buttons a.phone .icon {
    background-color: var(--orange);
    background-image: url(button-phone.svg);
}

.buttons a.follow .icon {
    background-color: var(--yellow);
    background-image: url(button-follow.svg);
}

.buttons a.qrcode .icon {
    background-color: var(--dark-grey);
    background-image: url(qrcode.png);
}

.buttons span.title {
    display: block;
    font-size: 22px;
    text-align: center;
    width: 100%;
    margin-top: 14px;
}

/* content */

main {
    display: block;
    padding: 30px 0 70px;
}

.mainHome {
    padding: 0 0 40px;
}

section {
    display: block;
}

section.flex {
    display: flex;
    padding: 20px 0;
}

[class^='col-'] {
    /* Applies to all CSS classes that start with "col-" */
    vertical-align: top;
}

.col-100 {
    display: inline-block;
    padding: 5px 25px 18px;
    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: 10px 25px;
    width: 60%;
}

.col-right {
    padding: 10px 25px;
    width: 38%;
}

#epEmergencyContainer {
    background-color: var(--orange);
}

#epEmergencyEU {
    padding: 10px 0;
    text-align: center;
    margin-top: 0;
    max-width: 1200px;
    margin: 0 auto;
}

#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(--black);
}

#epPhone {
    max-width: 450px;
}

.line-break {
    border: none;
    border-top: 1px solid var(--black);
    height: 1px;
    margin: 6px 0;
    width: 100%;
}

select {
    font: normal 400 14px "Roboto", sans-serif;
    margin: 5px 0 15px;
    min-width: 355px;
    padding: 5px;
}

button,
.submit {
    background: var(--orange);
    border: none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-size: 17px;
    margin: 15px 0;
    padding: 6px 24px;
    text-decoration: none;
    transition: all 0.3s ease;
}

button:disabled,
button:disabled:hover,
input.submit:disabled,
input.submit:disabled:hover {
    background: #ccc;
    cursor: default;
}

button:hover,
.submit:hover {
    color: #fff;
    background: var(--dark-grey);
}

.nowrap {
    white-space: nowrap;
}

/* issues */

#epIssues {
    width: 100%;
    margin-top: 40px;
}

#epIssues .category {
    display: flex;
    margin-bottom: 20px;
}

#epIssues .category {
    border: 1px solid var(--orange);
    /* background: var(--orange); */
}


#epIssues .catdesc {
    display: none;
}

#epIssues .catname {
    color: #fff;
    font: normal 700 20px "Roboto", sans-serif;
    padding: 20px 20px 20px 30px;
    width: 24%;
    background-color: var(--orange);
}

#epIssues .details {
    font: italic 400 13px "Roboto", sans-serif;
    position: absolute;
    right: 7px;
    text-decoration: underline;
    top: 6px;
}

#epIssues .details:lang(ar) {
	right:auto;
	left: 7px;
}

#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: var(--dark-grey);
    font-size: 16px;
    padding: 0 60px 10px 0;
}

input.text-input {
    margin: 5px 0 20px;
    min-width: 300px;
    padding: 5px;
}

.follow-page section span {
    font-size: 18px;
}

/* footer */

footer {
    margin-top: auto;
    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: var(--black);
}

footer .line2 a:hover {
    color: var(--orange);
}

footer table {
    font-size: 12px;
    margin: 15px auto 0 !important;
    width: 1200px !important;
}


.modal {
    width: 353px;
    border-radius: 7px;
    box-shadow: 0px 3px 6px #0000005c;
    position: absolute;
    padding: 24px;
    background: white;
    z-index: 2;
    font-size: 16px;
}
.modal p:last-child {
    margin-bottom: 0;
}
.modal-close {
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
}
#modal-overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1;
    background: black;
    opacity: 0.4;
}
.icon-list {
    padding-left: 0;
    margin-bottom: 0;
}
.icon-list li {
    display: flex;
    margin-bottom: 25px;
}
.icon-list li:last-child {
    margin-bottom: 0;
}
.modal-list-text {
    align-self: center;
    flex: 1;
}
.modal-icon {
    width: 30px;
    height: 30px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 15px;
    background-position: center;
    flex-shrink: 0;
}
.modal-icon-computer {
    background-image: url('icon-modal-computer.svg');
}
.modal-icon-mobile {
    background-image: url('icon-modal-mobile.svg');
}
.modal-icon-officer {
    background-image: url('icon-modal-officer.svg');
}

/* Things To Know */

.things-to-know {
    padding-top: 10px;
    padding-bottom: 5px;
}

.things-to-know h4 {
    font-size: 18px;
    text-align: left;
    color: var(--orange);
}

.things-to-know h4:lang(ar) {
    text-align: right;
}

.things-to-know a {
    text-decoration: underline;
}

/* More Info */

.more-info {
    padding: 20px 0;
}

.more-info-buttons {
    display: flex;
    justify-content: center;
}

.more-info-button {
    color: white;
    background-color: var(--orange);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    transition: all ease 0.3s;
    border-radius: 7px;
    text-decoration: none;
    /* background: white; */
    padding: 30px;
    width: 268px;
    text-align: center;
    margin: 0 11px;
    display: block;
}
