@import url('https://fonts.googleapis.com/css2?family=Geist+Mono:wght@100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

:root {
    --main-green: #ceeb13;
    --white: #fff;
    --black: #000000;
    --off-white: #edf0e9;
    --sub-text: #565656;
}

body {
    color: var(--black);
    background-color: var(--off-white);
    font:
        normal 400 16px 'Inter',
        sans-serif;
    margin: 0;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

body.index {
    background-color: var(--black);
    color: var(--white);
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

* {
    box-sizing: border-box;
}

.index a {
    color: var(--white);
    outline: none;
    text-decoration: underline;
}

.index a:hover {
    color: var(--main-green);
}

a {
    color: var(--black);
    outline: none;
    text-decoration: underline;
}

a:hover {
    color: var(--sub-text);
}

a.code {
    font-weight: bold;
}

.index a.logo {
    background: url(logo1.jpg) center top no-repeat;
    background-size: contain;
    display: block;
    height: 50px;
    width: 150px;
}

a.logo {
    background: url(logo1-black.svg) center top no-repeat;
    background-size: contain;
    display: block;
    height: 37px;
    width: 150px;
}

.index h1 {
    color: var(--white);
    font:
        normal 400 30px 'Geist Mono',
        monospace;
    padding: 0;
}

.index h2 {
    color: var(--white);
    font:
        normal 400 24px 'Geist Mono',
        monospace;
    margin-bottom: 15px;
    padding: 0;
}

.index h3 {
    font:
        normal 700 1.17em/1.27em 'Geist Mono',
        monospace;
    margin: 1em 0;
    padding: 0;
}

h1 {
    color: var(--black);
    font:
        normal 400 30px 'Geist Mono',
        monospace;
    padding: 0;
}

h2 {
    color: var(--black);
    font:
        normal 400 24px 'Geist Mono',
        monospace;
    margin-bottom: 15px;
    padding: 0;
}

h3 {
    font:
        normal 700 1.17em/1.27em 'Geist Mono',
        monospace;
    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 */

.index header {
    display: block;
    border-bottom: 1px solid var(--white) !important;
    min-width: 1200px;
}

header {
    display: block;
    border-bottom: 1px solid var(--black) !important;
}

.index header {
    border: none;
}

header > .contain {
    display: flex;
    justify-content: space-between;
    padding: 20px 25px;
}

#epAttention {
    color: var(--white);
    padding: 10px 0;
    text-align: center;
}

#epLang {
    display: none;
    /* 
  display: flex;
  justify-content: space-between;
  padding: 15px;
  */
}

#epLang a {
    color: #1f3667;
    display: inline-block;
    font-size: 12px;
    text-decoration: none;
}

#epLang a:hover {
    color: #05bbda;
}

nav {
    display: flex;
    font:
        normal 400 14px 'Geist Mono',
        monospace;
    justify-content: space-between;
    align-items: center;
}

nav a {
    color: var(--black);
    display: inline-block;
    padding: 0 15px;
    text-decoration: none;
}

.index nav a {
    color: var(--white);
    display: inline-block;
    padding: 0 15px;
    text-decoration: none;
}

nav a:hover {
    color: var(--sub-text);
}

.banner.fill {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 400px; /* your requirement */
    width: 100%;
    background-color: var(--black); /* your color */
    overflow: hidden;
}

/* LEFT SIDE */
.banner-right {
    flex: 1;
    padding: 30px 50px;
    text-align: left;
    border-left: 1px solid var(--white) !important;
    align-content: center;
}

.banner-right h1 {
    font:
        normal 400 60px 'Geist Mono',
        monospace;
    line-height: 1.2;
    color: var(--white);
    margin: 0;
}

/* RIGHT SIDE (IMAGE) */
.banner-left {
    flex: 1;
    width: 696px;
    background-image: url(banner-left-design.jpg);
    background-size: contain;
    background-position: center 174px;
    background-repeat: no-repeat;
    min-height: 560px;
    padding-top: 75px;
}

.banner-left-title {
    margin: 40px 0 0 100px;
}

.banner-left-title h2 {
    font-size: 60px;
    width: 60px;
}

.buttons {
    display: flex;
    justify-content: space-between;
    padding: 10px 25px;
}

.buttons a {
    align-items: center;
    background: var(--black) url() no-repeat center 30px;
    box-sizing: border-box;
    color: var(--white);
    display: flex;
    margin: 10px 0;
    padding: 115px 15px 20px;
    text-decoration: none;
    width: 22%;
    border-radius: 5px;
    font:
        normal 400 20px 'Geist Mono',
        monospace;
}

.buttons a:hover {
    background-image: none !important;
    color: var(--white) !important;
    font-size: 21px;
    padding: 15px 30px;
    text-align: center;
}

.buttons a.report {
    background-image: url(report.png);
}

.buttons a.phone {
    background-image: url(report.png);
}

.buttons a.question {
    background-image: url(question.png);
}

.buttons a.follow {
    background-image: url(follow.png);
}

.buttons span.title {
    display: block;
    font-size: 22px;
    text-align: center;
    width: 100%;
}

.buttons span.roll-text {
    display: none;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    width: 100%;
}

.buttons a:hover span.title {
    display: none;
}

.buttons a:hover span.roll-text {
    display: block;
}

/* content */

main {
    display: block;
    padding: 30px 0 70px;
}

.mainHome-wrapper {
    background-color: var(--main-green);
    min-width: 1200px;
}

.mainHome {
    padding: 50px 0 70px;
    margin: 0 auto;
    width: 1151px;
}

section {
    display: block;
}

section.flex {
    display: flex;
    padding: 20px 0;
}

.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-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: 50%;
}

.col-right {
    padding: 10px 25px;
    width: 38%;
}

#epEmergency {
    color: var(--white);
    padding: 10px 0;
    text-align: center;
}

#epEmergency br {
    display: none;
}

#epEmergency 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;
}

#epPhone .text,
#epDataPrivacy .text {
    color: var(--sub-text);
}

#epPhone {
}

.dial {
    color: var(--sub-text);
}

select {
    font: normal 400 14px sans-serif;
    margin: 5px 0 15px;
    min-width: 355px;
    padding: 5px;
}

button,
.submit {
    background: var(--off-white);
    border: 1px solid var(--black);
    border-radius: 5px;
    color: var(--black);
    cursor: pointer;
    font-size: 17px;
    margin: 15px 0;
    padding: 6px 24px;
    text-decoration: none;
    font:
        normal 400 14px 'Geist Mono',
        monospace;
}

button:disabled,
button:disabled:hover,
input.submit:disabled,
input.submit:disabled:hover {
    background: #ccc;
    cursor: default;
}

button:hover,
.submit:hover {
    color: var(--black);
    background: var(--main-green);
    border: 1px solid transparent;
}

.nowrap {
    white-space: nowrap;
}

/* issues */

#epIssues {
    width:100%;
    margin: 30px auto 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-content: center;
    column-gap: 10px;
}

#epIssues .category {
    display: flex;
    margin-bottom: 20px;
}

#epIssues .category {
    background: var(--main-green);
}

#epIssues .catdesc {
    display: none;
}

#epIssues .catname {
    color: #fff;
    font: normal 700 20px 'Geist Mono', sans-serif;
    padding: 20px 20px 20px 30px;
    width: 22%;
}

#epIssues .details {
    font: normal 400 14px 'Geist Mono', sans-serif;
    position: absolute;
    top: 70px;
    left: 50%;
    transform: translateX(-50%);
    text-decoration: underline;
}

#epIssues .issue {
    box-shadow: 0 5px 10px #ccc;
    border-radius: 10px;
    background: #fff;
    border: 2px #ccc solid;
    width: 100%;
    margin-bottom: 10px;
    padding: 15px 20px;
    position: relative;
    min-height: 450px;
    margin-bottom: 50px;
    transition: all 0.3s ease;
    text-align: center;
}

#epIssues .issue:hover,
#epIssues .issue:focus {
    /* border: 3px var(--main-green) solid; */
    transform: translateY(-7px);
    box-shadow: 0 5px 10px 7px rgba(190, 190, 190, 0.58);;
}

#epIssues .issuebox {
    background: #fff;
    padding-left: 20px;
    width: 76%;
}

#epIssues .name {
    font: normal 700 16px/20px 'Geist Mono', sans-serif;
    padding: 5px 0;
    text-align: center;
    min-height: 40px;
    color: #333;
}

#epIssues .desc {
    color: #777;
    font: normal 400 14px/18px 'Geist Mono', sans-serif;
    /* padding-top: 40px;
    padding-bottom: 50px; */
}

.name .issue-name {
    text-transform: uppercase;
}

.name .issue-select {
    position: absolute;
    bottom: 10px;
    left: 50%;
    text-align: center;
    transform: translateX(-50%);
    text-decoration: none;
    color: #333;
    border-radius: 5px;
    background: #eee;
    padding: 5px 100px;
    font:
        normal 700 16px/25px 'Geist Mono',
        sans-serif;
    border: none;
    width: 88%;
}

.name .issue-select:hover,
.name .issue-select:focus {
    color: #fff;
    background: var(--main-green);
}

input.text-input {
    margin: 5px 0 20px;
    min-width: 300px;
    padding: 5px;
}

.follow-page section span {
    color: var(--sub-text);
    font:
        normal 400 15px 'Geist Mono',
        monospace;
}

.side-servers {
    background: url(side-servers-design-smaller.png) no-repeat;
    height: 610px;
    width: 595px;
    background-size: contain;
    position: fixed;
    right: -210px;
    top: 200px;
    z-index: -9999;
}

/* footer */

footer {
    font-size: 14px;
    padding: 20px 0;
    margin-top: auto;
    background-color: var(--black);
}

footer th {
    display: none;
}

footer td {
    padding: 5px 0 0 !important;
    color: #fff;
}

footer .line1 {
    float: left;
    padding-left: 10px;
    color: #fff;
}

footer .line2 {
    color: #fff;
    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;
}
