*{
  box-sizing: border-box;
}

:root {
    --primary-blue: #006aff;
    --dark-blue: #000082;
}
body {
  color: #333;
  font: normal 400 16px/1.5 Arial, sans-serif;
  margin: 0;
}

a {
  color: #33658a;
  outline: none;
  text-decoration: none;
}

a:hover {
  color: #333;
}

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 {
    background-color: var(--primary-blue);
  display: block;
}

#epLang {
  color: black;
  display: block;
}

#epLang a {
  display: none;
}

header .flex {
  display: flex;
  justify-content: space-between;
}

a.logo {
  background: url(logo1.png) center top no-repeat;
  background-size: contain;
  display: inline-block;
  height: 89px;
  width: 210px;
}

nav {
  align-items: center;
  display: flex;
  flex-grow: 0;

}

nav a {
  color: #fff;
  display: inline-block;
  font: normal 400 18px/25px Arial, sans-serif;
  padding: 0 20px;
  text-align: center;
  text-decoration: none;
}

nav a:hover {
  color: #fff;
}

#epAttention {
    padding: 5px 0px;
  text-align: center;
  background-color: var(--dark-blue);
  color: #fff;
}

/* content */

main {
  display: block;
  padding: 30px 0 50px;
  min-height: 600px;
}

section {
  display: flex;
  justify-content: space-between;
}

div.col-left {
  padding: 0 10px;
  width: 58%;
}

div.col-right {
  padding: 0 10px;
  width: 38%;
}

.buttons {
    display: flex;
    justify-content: space-between;
    padding: 10px 0px 40px 0;
}
.buttons a {
    font: normal 400 18px Arial, sans-serif;
    align-items: center;
    box-sizing: border-box;
    border-radius: 20px;
    color: #fff;
    display: flex;
    margin: 10px 0;
    padding: 150px 15px 20px;
    text-decoration: none;
    transition: all 0.2s;
    width: 30%;
    height: 200px;
}
.buttons a:hover,
.buttons a:focus {
    background-image: none !important;
    font-size: 21px;
    padding: 15px 30px;
    text-align: center;
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.39);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.39);
    box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.39);
}
.buttons a.report {
    background: var(--primary-blue);
    background-image: url(laptop.svg);
    background-repeat: no-repeat;
    background-size: 44%;
    background-position: 50% 20%;
}
.buttons a.phone {
    background: var(--dark-blue);
    background-image: url(phone.svg);
    background-repeat: no-repeat;
    background-position: 50% 20%;
    background-size: 30%;
}
.buttons a.follow {
    background: #9656ea;
    background-image: url(follow.svg);
    background-repeat: no-repeat;
    background-position: 50% 20%;
    background-size: 44%;
}
.buttons span.title {
    display: block;
    font-size: 28px;
    text-align: center;
    width: 100%;
}
.buttons span.roll-text {
    display: none;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    width: 100%;
}
.buttons a:hover span.title,
.buttons a:focus span.title {display: none;}
.buttons a:hover span.roll-text,
.buttons a:focus span.roll-text {display: block;}


h1 {
  font: normal 700 35px Arial, sans-serif;
  padding: 0;
}

h2 {
  font: normal 700 24px Arial, sans-serif;
  padding: 0;
}

h3 {
  font: normal 700 18px Arial, sans-serif;
  margin: 1em 0;
  padding: 0;
}

a.assistance {
  color:#006aff;
  text-decoration: underline;
}

#epEmergency,
#epEmergencyEU {
    padding: 5px 0px;
    color: #fff;
}

#epDDN {
  font-weight: bold;
  white-space: nowrap;
}

.listor {
  list-style: none;
  margin: 1em 0;
}

#epDataPrivacy {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 25px;
}

#epDataPrivacy .online, #epDataPrivacy .phone, #epDataPrivacy .output {
  display:none;
}

#epDataPrivacy ol.dropDowns {
  list-style: none;
  margin: 0;
  padding: 0;
}

select {
  font: normal 400 14px Arial, sans-serif;
  margin: 2px 0 15px;
  padding: 5px;
  width: 100%;
}
.follow-page section span {font-size: 18px;}
input.text-input {
    margin: 5px 0 20px;
    min-width: 300px;
    padding: 5px;
}
button, .submit {
  background: var(--primary-blue);
  border: none;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  font: normal 600 17px Arial, sans-serif;
  margin: 15px 0;
  padding: 6px 24px;
  text-decoration: none;}

button:hover {
  background: #333;
  color: #fff;
}

button:disabled {
  background: #ddd;
  cursor: default;
}

button:hover:disabled {
  background: #ddd;
}

.nowrap {
  white-space: nowrap;
}

#epPhone {
}

#epIssues {
    width: 100%;
  }
  
  #epIssues .category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 25px;
  }
  
  #epIssues .catdesc {
    display: none;
  }
  
  #epIssues .category .catname {
    color: #fff;
    font: normal 400 20px/26px Arial, sans-serif;
    padding: 15px;
    width: 28%;
    background: var(--dark-blue);
  }
  
  #epIssues .issuebox {
    background: #fff;
    min-height: 65px;
    padding: 5px;
    width: 72%;
  }
  
  #epIssues .details {
    font-size: 13px;
    font-style: italic;
    position: absolute;
    text-decoration:underline;
    right: 8px;
    top: 0;
  }
  
  #epIssues .issue {
    color:#000;
    padding: 5px 0px;
    position: relative;
  }
  
  #epIssues .issue .name {
    font-size: 16px;
    font-weight: 400;
    font-family: Arial, sans-serif;
    margin-right: 50px;
    padding-left: 15px;
  }
  
  #epIssues .issue:hover .name {
    text-decoration:underline;	
  }
  
  #epIssues .issue .desc {
    color:#888888;
    font-size: 15px;
    padding: 5px 75px 10px 30px;
  }
  
  .issues_text{
  margin: 0 auto;
  width:925px;
  }
  
/* footer */
.footer-background {
    text-align: center;
    background-color: var(--dark-blue);
    min-width: 1200px;
}
footer {
    background: var(--primary-blue);
    color: #fff;
  font-size: 12px;
  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: #fff;
}

footer .line2 a:hover {    color: #fff;
}

footer table {
  margin: 0 auto !important;
  width: 1200px !important;
}

.divider {
    background-color: var(--dark-blue);
    height: 2px;
    width: 350px;
    margin: 30px 0;
}