/*
navy: 1f3667
blue: 05bbda
green: bfd730
*/
@import url('https://fonts.googleapis.com/css2?family=Blinker:wght@100;200;300;400;600;700;800;900&family=IBM+Plex+Sans:ital,wght@0,100..700;1,100..700&display=swap');
body {
  color: #282258;
  font: normal 400 16px "IBM Plex Sans", sans-serif;
  margin: 0;
}

body.index {
  color: #282258;
}

*{
  box-sizing: border-box;
}

a {
  color: #561e2b;
  outline: none;
  text-decoration: underline;
}

a:hover {
  color: #c84f36;
}

a.logo {
  display: block;
  background: url(logo1.svg) center no-repeat;
  background-size: contain;
  /* display: flex; */
  /* justify-content: left; */
  height: 50px;
  margin: 40px 0px 41px 30px;
  width: 1102px;
}

.logo-emergency{
  display: flex;
  margin: 10px 2px 20px 0px;
}



.index h1 {
  color: unset;
  font: normal 400 34px "Blinker", sans-serif;
  padding: 0;
}

h1 {
  color: #283287;
  font: normal 700 30px "Blinker", sans-serif;
  padding: 0;
}

h2 {
  color: #561e2b;
  font: normal 400 24px "Blinker", sans-serif;
  padding: 0;
}

h3 {
  font: normal 700 1.17em/1.27em "Blinker", sans-serif;
  margin: 1em 0;
  padding: 0;
}

h4{
  color:#561e2b;
  font: normal 700 1.17em/1.27em "Blinker", sans-serif;
}

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: 1000px;
}

.fill {
  min-width: 1000px;
  width: 100%;
}

.bottom {
  margin-bottom: 0;
  padding-bottom: 0;
}

.top {
  margin-top: 0;
  padding-top: 0;
}


/* header */

header {
  border-bottom: 1px solid #561e2b;
  display: block;
}

.index header {
  border: none;
}

header > .contain {
  padding-bottom: 20px;
}

#epLang {
  display: none;
  justify-content: space-between;
  padding: 15px;
}

#epLang a {
  color: #561e2b;
  display: inline-block;
  font-size: 12px;
  text-decoration: none;
}

#epLang a:hover {
  color: #05bbda;
}

nav {
  display: flex;
  font: normal 400 16px "IBM Plex Sans", sans-serif;
  justify-content: space-between;
}

nav a {
  color: #283287;
  display: inline-block;
  padding: 0 10px;
  text-decoration: none;
}

nav a:hover {
  color: #6f6f6e;
  border-radius: 1px solid #283287;
}

#epAttention {
  padding: 10px 0;
  text-align: center;
}

banner {
  background: #ccc url(banner.jpg) no-repeat center center;
  background-size: cover;
  display: block;
  padding: 220px 0 330px;
}

.buttons {
    margin-left: auto;
    width: 144%;
}

.buttons a {
  border-radius: 12px;
  align-items: center;
  background: #283287 url() no-repeat center left 15px;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  height: 90px;  
  margin: 20px 0;
  padding: 15px 15px 15px 140px;
  text-decoration: none;
}

.buttons a:hover {
  background-image: none !important;
  font-size: 21px;
  padding: 15px 30px;
  text-align: center;
}

.buttons a.report {
  background-image: url(report.png);
}

.buttons a.phone {
  background-image: url(phone.png);
}

.buttons a.follow {
  background-image: url(follow.png);
}

.buttons span.title {
  display: block;
  font-size: 22px;
  width: 100%;
}

.buttons span.roll-text {
  display: none;
  font-size: 14px;
  line-height: 20px;
  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;
}

section {
  display: block;
}

section.flex {
  display: flex;
  padding: 20px 0;
}

div.col-left {
  margin-right: 2%;
  padding: 0 20px;
  width: 68%;
}

div.col-right {
  padding: 0 30px;
  width: 30%;
}

#epEmergencyEU {
      padding: 10px 10px 10px 383px;
  
  /* 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;
}

#epDataPrivacy .online, #epDataPrivacy .phone, #epDataPrivacy .output {
  display: block;
}

#epDataPrivacy ol.dropDowns {
  list-style: none;
  margin: 0;
  padding: 0;
}

#epDataPrivacy .text {
  color: #282258;
}

select {
  font: normal 400 14px "IBM Plex Sans", sans-serif;
  margin: 5px 0 15px;
  min-width: 355px;
  padding: 5px;
}

button, input.submit {
  background: #c84f36;
  border: none;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  font-size: 17px;
  margin: 15px 0;
  padding: 6px 24px;
}

button:disabled, button:disabled:hover, input.submit:disabled, input.submit:disabled:hover {
  background: #ccc;
  cursor: default;
}

button:hover, input.submit:hover {
  background: #561e2b;
}

.nowrap {
  white-space: nowrap;
}

#epIssues {
  width: 100%;
}

#epIssues .category {
  display: flex;
  margin-bottom: 20px;
}

#epIssues .category:nth-of-type(1) {
  background: #561e2b;
}

#epIssues .category:nth-of-type(2) {
  background: #05bbda;
}

#epIssues .category:nth-of-type(3) {
  background: #bfd730;
}

#epIssues .catdesc {
  display: none;
}

#epIssues .catname {
  color: #fff;
  font: normal 700 20px "IBM Plex Sans", sans-serif;
  padding: 20px 20px 20px 30px;
  width: 24%;
}

#epIssues .details {
  font: italic 400 11px "IBM Plex Sans", sans-serif;
  position: absolute;
  right: 7px;
  text-decoration: underline;
  top: 3px;
}

#epIssues .issue {
  color: #c84f36;
  margin-bottom: 10px;
  padding: 0 5px 0 10px;
  position: relative;
}

#epIssues .issue:last-of-type {
  margin-bottom: 0;
}

#epIssues .issue:hover {
  color: #283287;
  background-color: #edf3f7;
}

#epIssues .issuebox {
  background: #fff;
  padding-left: 20px;
  width: 76%;
}

#epIssues .name {
  font: normal 400 16px/20px "IBM Plex Sans", sans-serif;
  padding: 5px 0;
}

#epIssues .desc {
  color: #282258;
  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: #283287;
  border-top: 1px solid #561e2b;
  font-size: 14px;
  padding: 20px 0;
  color: #fff;
}

footer th {
  display: none;
}

footer td {
  color: #fff;
  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;
  text-decoration: none;
}

footer .line2 a:hover {
  color: #fff;
  text-decoration: underline;
}

footer table {
  font-size: 12px;
  margin: 15px auto 0 !important;
  width: 1000px !important;
}
.header-text{
  color: #283287;
  margin: 0 !important;
  border-bottom: 2px solid #000;
  padding-left: 25px;
  font: normal 400 30px "Blinker", sans-serif;
}

.nav{
  padding-top: 20px;
  display: flex;
  justify-content: center;
}