@import url('https://fonts.googleapis.com/css2?family=Quattrocento+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');

:root {
  --dark-blue:#0F2C44;
  --medium-blue: #001825;
  --navy: #0C4066;
  --white: #ffffff;
  --black: #000000;
}



body {
  color:#000000;
  font: normal 400 16px "Source Sans 3", sans-serif;
  margin: 0;
}

body.index {
  color:#000000;
}

*{
  box-sizing: border-box;
}

a {
  color:#0F2C44;
  outline: none;
  text-decoration: underline;
}

a:hover {
  color:#0C4066;
}

a.logo {
  background: url(logo1.svg) center top no-repeat;
  background-size: cover;
  display: block;
  height: 41px;
  width: 312px;
}

h1 {
  color:#0F2C44;
  font: normal 400 30px "Quattrocento Sans", sans-serif;
  padding: 0;
}

h2 {
  color:#0F2C44;
  font: normal 400 24px "Quattrocento Sans", sans-serif;
  margin-bottom: 15px;
  padding: 0;
}

h3 {
  font: normal 700 1.17em/1.27em "Quattrocento Sans", 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;
}


/* header */

header {
  border-bottom: 1px solid #0F2C44;
  display: block;
}

.index header {
  border: none;
}

header > .contain {
  display: flex;
  justify-content: space-between;
  padding: 20px 25px;
}

#epAttention {
  padding: 10px 0;
  text-align: center;
}

#epLang {
  display: none;
  /* 
  display: flex;
  justify-content: space-between;
  padding: 15px;
  */
}

#epLang a {
  color: #0F2C44;
  display: inline-block;
  font-size: 12px;
  text-decoration: none;
}

#epLang a:hover {
  color: #05bbda;
}

nav {
  display: flex;
  font: normal 600 19px "Source Sans 3", sans-serif;
  justify-content: space-between;
  align-items: center;
  text-transform:uppercase;
}

nav a {
  color:var(--dark-blue);
  display: inline-block;
  padding: 0 15px;
  text-decoration: none;
}

nav a:hover {
  color:var(--navy);
}

.banner {
  background: url(banner.jpg) center no-repeat;
  min-width: 1200px;
  background-size: cover;
  height: 750px;
  display: block;
  background-size: 90%;
}

.banner .contain {
}
.overlay {
    height: 100%;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#epCarousel {
    background: url(img1.jpg) center no-repeat;
    background-image: url(img1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
    transition: 0.8s;
}

.buttons {
  align-items: end;
  display: flex;
  gap: 20px;
  flex-direction: column;
  padding: 15px 60px;
  justify-content: space-between;
  position:relative;
  top:200px;
}
.buttons a {
align-items: center;
background-color:var(--navy);
border-radius: 10px;
height:85px;
box-sizing: border-box;
color: #fff;
flex-direction:column;
padding:11px 0px 16px 0px;
text-decoration: none;
text-transform:uppercase;
word-wrap:break-word;
width: 470px;
}

#epCarousel > div.buttons > span{
display:flex;
flex-direction:column;

}

.buttons a:hover,
.buttons a:focus {
background-color: var(--medium-blue);
}

.buttons .report span.title{
padding-top:15px;
}

.buttons span.title {
    display: block;
    font-size: 25px;
    text-align: left;
    width: 100%;
}
.buttons span.sub-title {
    display: block;
    font-size: 18px;
    text-align: left;
    width: 100%;
}

.buttons .report{
  background-color:var(--dark-blue);
  background-image: url(report.png);
  background-size: 70px;
  background-position: 20px;
  background-repeat: no-repeat;
  padding-left: 107px;
}
.buttons .phone{
  background-color:var(--dark-blue);
  background-image: url(phone.png);
  background-size: 50px;
  background-position: 25px;
  background-repeat: no-repeat;
  padding-left: 107px;
}
.buttons .follow{
  background-color:var(--dark-blue);
  background-image: url(follow.png);
  background-size: 50px;
  background-position: 30px;
  background-repeat: no-repeat;
  padding-left: 107px;
}

/* content */

main {
  display: block;
  padding: 30px 0 70px;
}

.mainHome {
  padding: 0px 0 70px;
}

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: 60%;
}

.col-right {
  padding: 10px 25px;
  width: 38%;
}

#epEmergency {
  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;
}

#bottomContainer{
background-color:#0C4066;
color:#fff;
}

/* dp and phone */

#epDataPrivacy .online, #epDataPrivacy .phone, #epDataPrivacy .output {
  display: block;
}

#epDataPrivacy ol.dropDowns {
  list-style: none;
  margin: 0;
  padding: 0;
}

#epDataPrivacy .text {
  color: #0F2C44;
}

#epPhone{
}
  

select {
  font: normal 400 14px "Source Sans 3", sans-serif;
  margin: 5px 0 15px;
  min-width: 355px;
  padding: 5px;
}

button, .submit {
background: #0F2C44 url(arrow.png) 7px no-repeat;
background-size: 20px;
border: none;
border-radius: 5px;
color: #fff;
cursor: pointer;
font-size: 17px;
margin: 15px 0;
padding: 6px 34px;
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: #0C4066 url(arrow.png) 7px no-repeat;
  background-size: 20px;
}

.nowrap {
  white-space: nowrap;
}

/* issues */

#epIssues {
  width: 100%;
}

#epIssues .category {
  display: flex;
  margin-bottom: 20px;
}

#epIssues .category{
  background: #0F2C44;
}


#epIssues .catdesc {
  display: none;
}

#epIssues .catname {
  color: #fff;
  font: normal 700 20px "Source Sans 3", sans-serif;
  padding: 20px 20px 20px 30px;
  width: 24%;
}

#epIssues .details {
  font: italic 400 11px "Source Sans 3", 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 "Source Sans 3", 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 {
  background-color:#0F2C44;
  color:#fff;
  font-size: 14px;
  padding: 20px 0;
}

footer th {
  display: none;
}

footer td {
  padding: 5px 0 0 !important;
}

footer .line1 {
  color: #fff;
  float: left;
  padding-left: 10px;
}

footer .line2 {
  color: #fff;
  float: right;
  padding-right: 10px;
}

footer .line2 a {color: #fff;}

footer .line2 a:hover {color: #fff;}

footer table {
  font-size: 12px;
  margin: 15px auto 0 !important;
  width: 1200px !important;
}