body {
  color: #333;
  font: normal 400 16px/20px sans-serif;
  margin: 0;
}

body.index {
  color: #333;
}

*{
  box-sizing: border-box;
}

a {
  color: #0e208a;
  outline: none;
  text-decoration: none;
}

a:hover {
  color: #0e208a;
  text-decoration: underline;
}

a.logo {
  background: url(logo1.svg) center top no-repeat;
  background-size: contain;
  display: block;
  height: 59px;
  width: 184px;
}

h1 {
  color: #0e208a;
  font: normal 600 30px sans-serif;
  padding: 0;
}

h2 {
  color: #0e208a;
  font: normal 600 24px sans-serif;
  margin-bottom: 15px;
  padding: 0;
}

.text-index {
	h2 {
		color:#0e208a;
		font: normal 600 30px sans-serif;
	}
	h3 {
		font-size: 22px;
		font-weight: 700;
	}

	ol {
		margin-left: 25px;
        text-align: justify;
	}
}


h3 {
  color:#0e208a;
  font: normal 400 17px/23px sans-serif;
  margin: .2em 0;
  padding: 0;
}

img {
  border: 0;
  display: block;
}

ol, ul {
  margin: 1em 0;
  padding: 0 0 0 1.25em;
}

ul.dp{
 list-style: none;
  margin-left: 0;
  padding-left: 1em;
}

ul.dp > li:before{
 display: inline-block;
  content: "-";
  width: 1em;
  margin-left: -1em;
}

li{
margin:6px 0px;
}

span.underline{
text-decoration:underline;
}

span.italic{
font-style:italic;
}

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 #0e208a;
  display: block;
}

.index header {
  border: none;
}

header > .contain {
  display: flex;
  justify-content: space-between;
  padding: 20px 25px;
}

#epAttention {
  color: #333;
  padding: 10px 0;
  text-align: center;
}

#epLang {
  cursor: pointer;
  position: relative;
  top: 20px;
  width: 170px;
  text-align: left;
  z-index: 10;
  right: -545px;
}


/* Dropdown menu styling */
#epLangDrop {
  background: #fff;
  border: 1px solid #ccc;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  display: none;
  position: absolute;
  right: 0;
  top: 35px;
  z-index: 100;
  width: 100%;
}

#epLang>div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
  font-weight: bold;
  line-height: 23px;
  padding: 5px 10px;
  background-color: #f8f9fa;
  color: #1f3667;
  border: 1px solid #ccc;
  border-radius: 4px;
}

#epLangDrop a {
  display: block;
  padding: 10px 15px;
  color: #30448b;
  text-decoration: none;
  font-size: 12px;
}

#epLangDrop a:hover {
  background-color: #e6e6e6;
  /* color: #2DB461; */
  text-decoration: underline;
}
#epLang:hover #epLangDrop {
  display: block;
}
nav {
  display: flex;
  font: normal 600 16px sans-serif;
  justify-content: space-between;
  position:relative;
  align-items: center;
}

nav a {
  border-bottom:3px solid transparent;
  color: #333;
  display: inline-block;
  text-decoration:none;
  position:relative;
  top:20px;
  margin: 10px 15px 0px 15px;
  padding-bottom:40px;
  text-decoration: none;
  overflow: hidden;
}

nav a:hover {
  color: #0e208a;
  border-bottom:3px solid #0e208a;
  text-decoration:none;
  overflow: visible;
}

#epResources {
    /*Dropdown Box*/
    display: block;
    position: absolute;
    top: 58px;
    width: 240px;
    z-index: 10;
}

#epResources span {
    background: #fff;
    color: #0e208a;
    cursor: pointer;
    display: block;
    padding: 5px 20px;
    width: 200px;
}

#epResources span:hover {
    background: #0e208a;
    color: white;
}



.banner {
  background: #ccc url(banner.png) no-repeat center center;
  background-size: cover;
  border-bottom:1px solid #ddd;
  border-top:1px solid #ddd;
  min-height: 300px;
  display: block;
  padding: 50px 0 100px;
}
.bannerText{
display:flex;
margin-left:auto;
margin-top:40px
}
.bannerText h2{
font: normal 600 32px sans-serif;
}

.bannerBlue{
background:#0e208a;
display:flex;
position:relative;
margin:0;
padding:10px 0px;
text-align:center;
}
.bannerBlue h1{
color:#fff;
margin: 0 auto;
text-align:center;
}

.buttons {
  display: flex;
  justify-content: space-around;;
  padding: 10px 25px;
}

.buttons a {
  align-items: center;
  border:2px solid #ddd;
  background: #fff url() no-repeat center 30px;
  box-sizing: border-box;
  color: #0e208a;
  display: flex;
  margin: 10px 0;
  padding: 134px 15px 20px;
  text-decoration: none;
  width: 30%;
}

.buttons a:hover {
  background-image: none !important;
  font-size: 21px;
  padding: 15px 30px;
  text-align: center;
}

.buttons a.report {
  background-image: url(report.svg);
}

.buttons a.phone {
  background-image: url(phone.svg);
}

.buttons a.question {
  background-image: url(question.svg);
}

.buttons a.follow {
  background-image: url(follow.svg);
}

.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 {
  padding: 50px 0 70px;
}

section {
  display: block;
}

section.flex {
  display: flex;
  padding: 20px 0;
}

.text-index {
  margin-top: 30px;
}

[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%;
}

#epEmergencyEU {
  color: #333;
  padding: 10px 0;
  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;
}

/* faq */
.box{
border:2px solid #ddd; 
padding:20px;
width:500px;
}


.faqs h2{
color: #0e208a;
  font: normal 400 24px sans-serif;
  margin-bottom: 15px;
  padding: 0;
}

/* dp and phone */

#epDataPrivacy .online, #epDataPrivacy .output {
  display: block;
}

#epDataPrivacy ol.dropDowns {
  list-style: none;
  margin: 0;
  padding: 0;
}

#epDataPrivacy .text {
  color: #0e208a;
}

#epDataPrivacy .phone{
display:none;
}

#epPhone{
}
  

select {
  font: normal 400 14px sans-serif;
  margin: 5px 0 15px;
  min-width: 355px;
  padding: 5px;
}

button, .submit {
  display: flex;
  font: normal 600 16px sans-serif;
  position: relative;
  cursor:pointer;
  align-items: center;
  justify-content: center;
  border: 2px solid #0e208a;
  color:#fff;
  border-radius: 50px;
  background-color: #0e208a;
  line-height: 1.4;
  text-align: center;
  text-decoration:none;
  margin-top: 10px;
  width:140px;
}

button:disabled, button:disabled:hover, input.submit:disabled, input.submit:disabled:hover {
  background: #ccc;
  cursor: default;
}

button:hover, .submit:hover {
  color: #0e208a;
  border: 2px solid #0e208a;
  background: #fff;
  text-decoration:none;
}

.nowrap {
  white-space: nowrap;
}

/* issues */

#epIssues {
  width: 100%;
}

#epIssues .category {
  display: flex;
  margin-bottom: 20px;
}

#epIssues .category{
  background: #0e208a;
}


#epIssues .catdesc {
  display: none;
}

#epIssues .catname {
  color: #fff;
  font: normal 700 20px sans-serif;
  padding: 20px 20px 20px 30px;
  width: 24%;
}

#epIssues .details {
  font: italic 400 11px sans-serif;
  position: absolute;
  right: 7px;
  text-decoration: underline;
  top: 6px;
}

#epIssues .issue {
  background-color:#edf2f8;
  border: 1px solid #d2dfee;
  color:#0e208a;
  margin-bottom: 10px;
  padding: 10px;
  position: relative;
}

#epIssues .issue:last-of-type {
  margin-bottom: 0;
}

#epIssues .issue:hover {
  background: #ddd;
}

#epIssues .issuebox {
  padding-left: 20px;
  width: 76%;
}

#epIssues .name {
  font: normal 400 16px/20px sans-serif;
  padding: 5px 0;
}

#epIssues .desc {
  color: #333;
  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 {
  border-top: 1px solid #0e208a;
  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: #333;
  float: right;
  padding-right: 10px;
}

footer .line2 a {color: #333;}

footer .line2 a:hover {color: #333;}

footer table {
  font-size: 12px;
  margin: 15px auto 0 !important;
  width: 1200px !important;
}