@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap');

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  color: #002b45;
  font: normal 400 20px/1.5 'Outfit', sans-serif;
  margin: 0;
}

a {
  color: #0077C0;
  outline: none;
  text-decoration: underline;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
}

a:hover,
a:focus {
  color: #0077C0;
}

img {
  border: 0;
  display: block;
}

ol,
ul {
  margin: 1em 0;
  padding: 0 0 0 1.25em;
}

p {
  margin: 1em 0;
  padding: 0;
}

.home__buttons {
  margin-top: -5px;
  width:41%;
}

.home__buttons h2,
form h2 {
  font: normal 600 20px/1.5 'Outfit', sans-serif;
  color: #002B45;
  margin-bottom: 35px;
}

.contain {
  min-width: 1200px;
  width: 1200px;
  margin: 0 auto;
}

.fill {
  min-width: 1200px;
  width: 100%;
}

.bottom {
  margin-bottom: 0;
  padding-bottom: 0;
}

.top {
  margin-top: 0;
  padding-top: 0;
}

.col-left>p.bold {
  font-weight: 700;
  font-size: 20px;
  margin: 0 0 8px 0;
}

.center {
  text-align: center;
}

.justify {
  text-align: justify;
  margin: 0 0 8px 0;
}

/* header */


header {
  display: block;
box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  /* box-shadow: 0 4px 1.8px #cbcbcb6c; */
}

.top-nav {
  background: #2C4054;
  height: 84px;
  width: 100%;
  min-width: 1200px;
}

.top-nav>.contain {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}

.top-nav a {
  color: #fff;
  display: inline-block;
  font: normal 600 16px/1.4'Outfit', sans-serif;
  margin-right: 45px;
  text-align: center;
  text-decoration: none;
  overflow: hidden;
  position: relative;
  z-index: 100;
}

.top-nav a:hover {
  color: #C1EDF5;
}

header .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 120px;
}


nav {
  align-items: center;
  display: flex;
  margin: 15px 0 0 0;
}

nav a {
  color: #002B45;
  display: inline-block;
  font: normal 600 16px/1.4 'Outfit', sans-serif;
  margin: 0 20px;
  text-align: center;
  text-decoration: none;
  overflow: hidden;
  position: relative;
  z-index: 100;
}


nav a:hover,
nav a:focus {
  color: #7F95A2;
  text-decoration: none;
}

#epLang {
  direction: ltr !important;
  display: block;
  background-color: #fff;
  border-radius: 5px;
  position: relative;
  width: 182px;
  height: 43px;
}

#epLang:lang(kxd) {
  width: 200px;
}

#epLang:lang(eseu),
#epLang:lang(pteu) {
  width: 250px;
}

#epLang a {
  color: #000000;
  display: block;
  float: left;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  width: 180px;
}

#epLang a:lang(kxd) {
  width: 200px;
}

#epLang a:lang(eseu),
#epLang a:lang(pteu) {
  width: 250px;
}

#epLang a:after {
  float: right;
  margin-right: 15px;
  content: "▼";
}

#epLang a:first-child {
  padding: 11px 0 11px 10px;
}

#epLang a:hover {
  overflow: visible;
}

#epLangMenu {
  font: normal normal 400 12px/18px 'Outfit', sans-serif;
  background: #fff;
  display: block;
  left: 0;
  position: absolute;
  padding-left: 10px;
  z-index: 100;
  top: 43px;
  width: 183px;
  border-radius: 3px 3px 0 0;
  border: 1px solid;
}

#epLangMenu:lang(eseu) {
  width: 249px;
  text-align: left;
}

#epLangMenu span {
  display: block;
  width: 160px;
  margin-top: 10px;
}

.colOne span:hover {
  background: #C1EDF5;
}

#epLangMenu .colOne {
  z-index: 100;
}

#epLangMenu .colOne:hover,
#epLangMenu .colTwo:hover {
  color: #000000;
}


a.logo {
  background: url(logo1.png) center top no-repeat;
  background-size: contain;
  display: inline-block;
  height: 92px;
  width: 205px;
  margin-right: auto;
}



#epAttention {
  background-color: #546A75;
  color: #E3E9E9;
  text-align: center;
  font: normal normal 400 16px/2.6 'Outfit', sans-serif;
  height: 40px;
  border-bottom: 1px solid #fff;
}



#epResources {
  display: block;
  left: 0;
  position: absolute;
  top: 50px;
  width: 240px;
  z-index: 10;
}


#epResources span {
  background: #002b45;
  color: white;
  cursor: pointer;
  display: block;
  padding: 5px 20px;
  width: 400px;
}

#epResources span:hover,
#epResources span:focus {
  background: #0077C0;
  color: white;
}

#backgroundImage {
  background: url(keyBG.svg) no-repeat;
  background-size: contain;
  display: block;
}

/* content */
main {
  display: block;
}

section {
  margin: 40px 0 26px;
}

div.col-left {
  width: 650px;
  font-size: 16px;
}


div.col-right {
  margin: 0 auto;
  margin-top: 50px;
  padding: 0 10px;
  width: 58%;
}

h1.bold {
  color: #002b45;
  font: normal 700 24px 'Outfit', sans-serif;
  margin-bottom: 12px;
  padding: 0;
}

h2 {
  color: #002b45;
  font: normal 700 30px 'Outfit', sans-serif;
  padding: 0;
}

h3 {
  font: normal 700 18px 'Outfit', sans-serif;
  margin: 1em 0;
  padding: 0;
}


/* index.html*/
section.home {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cta {
  width: 495x;
  height: 143px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 20px;
  padding: 20px 15px 20px 0;
  text-decoration: none;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  color: #002B45;
  font: normal 600 18px/1.4 'Outfit', sans-serif;
}

.cta-text {
padding-right:20px;
}

.cta--report {
  background: #FDE6E5;
}

.cta--report:hover {
  color: #F2534C;
}

.cta--follow:hover {
  color: #16A085;
  opacity:0.89;
}

.cta--follow {
  background: #CEF1EA;
}

.cta-img {
  background: url("") no-repeat center center;
  background-size: contain !important;
  height: 113px;
  width: 118px;
  margin-left: -30px;
}

.cta-img:lang(eseu) {
margin: 15px 15px 15px 20px;
}

.cta--report .cta-img {
  background-image: url("report-home.png");
}

.cta--follow .cta-img {
  background-image: url("follow-home.png");
}

/* report.html*/
.reportHero {
  width: 464px;
  height: 311px;
  background-image: url(reportHero.png);
  background-size: cover;
  background-position: center;
}

section.report {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: auto;
  width: 1200px;
  margin: 50px 0;
}

.report__block p {
  width: 550px;
  font: normal 400 14px 'Outfit', sans-serif;
  font-style: italic;
}
.report__block h4 {
  width: 550px;
  font-size: 15px;
}
/*consent*/
.consent p {
  font-weight: 400;
}

/* follow.html*/
#follow-form {
  display: flex;
  align-items: center;
  justify-content: center;
}

.follow label {
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  font-size: 16px;
}

.follow input[type="text"],
.follow input[type="password"] {
  width: 100%;
  height: 25px;
}

.follow .row:not(:first-of-type) {
  margin-top: 5px;
}


h2.main {
  text-align: center;
}

/* faq.pdf*/
section.faq {
  margin: 0 auto;
  margin-top: -50px;
  width: 60%;
}

#epEmergency {}

#epDDN {
  font-weight: bold;
  white-space: nowrap;
}

.listor {
  list-style: none;
  margin: 1em 0;
}

#epDataPrivacy {
  display: inline-block;
  vertical-align: top;
}

#epDataPrivacy .online,
#epDataPrivacy .phone,
#epDataPrivacy .output {}

#epDataPrivacy ol.dropDowns {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 400px;
}

#epDataPrivacy .phone {
  display: none;
}

#epDataPrivacy h2 {
  display: none;
}

select {
  font: normal 400 14px 'Outfit', sans-serif;
  margin: 2px 0 15px;
  padding: 5px;
  width: 100%;
}

button,
.submit,
.cont {
  background: #002B45;
  border: none;
  color: #fff;
  cursor: pointer;
  font: normal 400 14px 'Outfit', sans-serif;
  font-weight: 700;
  padding: 6px 18px;
  transition: all .2s ease;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  margin-top: 10px;
}

button:hover,
.cont:hover,
.submit:hover {
  background: #546A75;
  color: #fff;
}

button:disabled {
  background: #ddd;
  cursor: default;
}

button:hover:disabled,
button:focus:disabled {
  background: #ddd;
}

.nowrap {
  white-space: nowrap;
}

#epIssues {
  width: 100%;
}

#epIssues .catdesc {
  display: none;
}

#epIssues .catname {
  font: normal 700 16px/20px 'Outfit', sans-serif;
}

#epIssues .details {
  font-size: 12px;
  margin-left: auto;
}

#epIssues .issue {
  color: #0000ff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 10px 0;
  position: relative;
}

#epIssues .issue:hover,
#epIssues .issue:focus {
  color: #008000;
}

#epIssues .name {
  font: normal 700 14px/20px 'Outfit', sans-serif;
}

#epIssues .desc {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  padding: 5px 0;
}

/* footer */
footer {
  background-color: #2C4054;
  color: #fff;
  font-size: 16px;
  padding: 40px 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;
}

footer .line2 {
  color: transparent;
}

footer .line2 a {
  color: #fff;
  margin-right: 30px;
  text-decoration: none;
}

footer .line2 a:hover,
footer .line2 a:focus {
  color: #C1EDF5;
}

footer table {
  margin: 0 auto !important;
  width: 1200px !important;
}