@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@300;400;600;700&display=swap');
*,
*::before,
*::after{box-sizing: border-box;}
html {height: 100%;}
body {
    background-color: black;
    color: white;
    font: normal 600 16px/1.5 'Nunito Sans', sans-serif;
    margin: 0;
}
a,
.expand-button {
  color: #00aeef;
  outline: none;
  text-decoration: none;
}
a:hover,
.expand-button:hover,
a:focus,
.expand-button:focus {
    color: #00aeef;
    text-decoration: underline;
}
img {
  border: 0;
  display: block;
}
h1 {
  font: normal 700 35px 'Nunito Sans', sans-serif;
  padding: 0;
}
h2 {
  font: normal 700 20px 'Nunito Sans', sans-serif;
  padding: 0;
}
/* .online-header{
  font-family: 'Nunito Sans';
  font-weight: bold;
  font-size: 28px;
  position: relative;
  text-align: center;
  left: 50%;
  bottom: 15px;
}  */
h3 {
  font: normal 700 18px 'Nunito Sans', sans-serif;
  margin: 1em 0;
  padding: 0;
}
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%;
}
.flex {
    display: flex;
}
.bottom {
  margin-bottom: 0;
  padding-bottom: 0;
}
.top {
  margin-top: 0;
  padding-top: 0;
}
/* header */
header {
    background-image: -ms-radial-gradient(left top, ellipse farthest-corner, #0B3E73 0%, #0D1425 100%);
    background-image: -moz-radial-gradient(left top, ellipse farthest-corner, #0B3E73 0%, #0D1425 100%);
    background-image: -o-radial-gradient(left top, ellipse farthest-corner, #0B3E73 0%, #0D1425 100%);
    background-image: -webkit-gradient(radial, left top, 0, left top, 572, color-stop(0, #0B3E73), color-stop(100, #0D1425));
    background-image: -webkit-radial-gradient(left top, ellipse farthest-corner, #0B3E73 0%, #0D1425 100%);
    background-image: radial-gradient(ellipse farthest-corner at left top, #0B3E73 0%, #0D1425 100%);
    display: block;
    min-width: 508px;
}
header .flex {
    display: flex;
    justify-content: space-between;
}
a.logo {
  background: url(logo1.svg) center top no-repeat;
  background-size: contain;
  display: inline-block;
  height: 55px;
  margin: 36px 0 0 49px;
  width: 197px;
}
header h1 {
    display: block;
    margin: 100px auto;
    text-align: center;
}
/* content */
main {
  display: block;
  max-width: 1000px;
  min-width: 615px;
  padding: 53px 0 50px;
}
#epLang {
    color: #fff;
    display: block;
    text-align: right;
    margin:5px 25px 25px 0px;
}
#epLang a {
    text-align: right;
    color: #fff;
    padding-left: 10px;
    font-size: 12px;
}
nav {
    align-items: center;
    display: flex;
    flex-grow: 0;
    height: 35px;
}
nav a {
    border-bottom: .2vw solid transparent;
    color: white;
    display: flex;
    font: normal 400 16px/25px 'Nunito Sans', sans-serif;
    height: 100%;
    margin: 0 0 0 20px;
    padding-right: 20px;
    text-align: center;
    text-decoration: none;
    transition: font-size .5s, padding .5s, transform .5s;
}
nav a:hover,
nav a:focus {
    border-color: #007689;
    color: white;
    text-decoration: none;
}
#epAttention {
    margin-top: 15px;
    padding: 10px 10px;
    text-align: center;
}
section#mainText {
    background: url(mapBackground.png) no-repeat left 60%;
    background-size: contain;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
}
div.col1 {
    padding: 0 10px;
    width: 75%;
}
div.col2 {
    margin-top: 30px;
    padding: 0 10px;
    width: 75%;
}
.col2 h2.top {
    font-size: 32px;
    text-align: center;
}
#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 .output {} 
#epDataPrivacy .phone{
  position: relative;
  top:10px;
}
#epDataPrivacy ol.dropDowns {
  list-style: none;
  margin: 0;
  padding: 0;
}
select {
  font: normal 400 14px 'Nunito Sans', sans-serif;
  margin: 2px 0 15px;
  padding: 5px;
  width: 100%;
} 
button {
  background: #33658a;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  padding: 6px 18px;
}
button:hover,
button:focus {
  background: #333;
  color: #fff;
}
button:disabled {
  background: #ddd;
  cursor: default;
}
button:hover:disabled,
button:focus:disabled {background: #ddd;}
.nowrap {white-space: nowrap;}
/* notice/consent pages */
body.noticePage,
body.consentPage {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
body.noticePage .epWrapper,
body.consentPage  .epWrapper {flex-grow: 1;}
main.noticePage section h2,
main.consentPage section h2 {text-align: center;}
/* privacy page */
section.privacyPage h2 {text-align: center;}
/* issues page */
#epIssues {width: 100%;}
#epIssues .catdesc {display: none;}
#epIssues .catname {font: normal 700 16px/20px 'Nunito Sans', sans-serif;}
#epIssues .details {
  font-size: 12px;
  margin-left: auto;
}
#epIssues .issue {
  color: #0000ff;
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0;
  position: relative;
}
#epIssues .issue:hover,
#epIssues .issue:focus {color: #008000;}
#epIssues .name {font: normal 700 14px/20px 'Nunito Sans', sans-serif;}
#epIssues .desc {
  flex-basis: 100%;
  padding: 5px 0;
}
/* footer */
footer {
  font-size: 16px;
  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: white;}
footer .line2 a:hover,
footer .line2 a:focus {color: #00AEEF;}
footer table {
  margin: 0 auto !important;
  width: 1200px !important;
}
/* 
.country2{
  position: relative;
  bottom: 90px;
}
 .online{
  position: relative;
  top: 85px;
} */