@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

* {
  box-sizing: border-box;
}

body {
  color: #2c2d31;
  font: normal 400 16px/1.5 'Roboto', sans-serif;
  margin: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.75) 50%, #d5ece5 100%);
}

a {
  color: #1e1e1e;
  outline: none;
  text-decoration: underline;
  transition: all 250ms linear;
  -webkit-transition: all 250ms linear;
  -moz-transition: all 250ms linear;
  -ms-transition: all 250ms linear;
  -o-transition: all 250ms linear;
}

a:hover {}

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;
}


#epColumn3  > div.expand-text.expand-text-opened,#epColumn3 > ol > li:nth-child(2) > div.expand-text.expand-text-opened{
overflow:visible !important;
height:450px !important;
}

/* header */

header {
  display: block;
  background: #fff;
  border-bottom: 1px solid #c0c0c1;
}

#epLang {
  color: black;
  display: block;
}

#epLang a {
  display: inline-block;
  margin-left: 10px;
}

#epLang a:hover {
color:#00a19b;
}


header .flex {
  display: flex;
  justify-content: flex-start;
}

a.logo {
  background: url(logo1.png) center top no-repeat;
  background-size: contain;
  display: inline-block;
  height: 50px;
  margin: 20px 200px 20px 10px;
  width: 150px;
}

nav {
  align-items: center;
  display: flex;
  flex-grow: 0;

}

nav a {
  color: #2c2d31;
  display: inline-block;
  font: normal 600 15px/25px 'Raleway', sans-serif;
  padding: 0 20px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
}

nav a:hover {
  color: #79c6bc;
}

#epAttention {
  padding: 20px 0 10px;
  text-align: center;
}

/* content */

main {
  display: block;
  padding: 30px 0 50px;
  min-height: 70vh;
}

section {
  display: flex;
  justify-content: space-between;
}

div.col-left,
div.col-right{
  align-self: flex-start;
  padding: 20px;
}

div.col-left {
  width: 58%;
  background-size: contain;
 
}

div.col-left a{}

div.col-right {
  width: 40%;
  background: #79c6bc;
  border: 1px solid;
  color: #000;
}

h1 {
  font: normal 500 35px 'Raleway', sans-serif;
  padding: 0;
}

h2 {
  font: normal 500 24px 'Raleway', sans-serif;
  padding: 0;
}

h3 {
  font: normal 500 18px 'Raleway', sans-serif;
  margin: 1em 0;
  padding: 0;
}

#epEmergency {}

#epDDN {
  font-weight: bold;
  white-space: nowrap;
}

.listor {
  list-style: none;
  margin: 1em 0;
}

#epDataPrivacy,
#epPhone {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 25px;
  width: 400px;
}

#epDataPrivacy .online,
#epDataPrivacy .phone,
#epDataPrivacy .output {
  display: none;
}

#epDataPrivacy ol.dropDowns {
  list-style: none;
  margin: 0;
  padding: 0;
}

select {
  font: normal 400 14px 'Roboto', sans-serif;
  margin: 2px 0 15px;
  padding: 5px;
  width: 100%;
}

button,
.cont {
  background: #fff;
  border: 1px solid;
  color: #1e1e1e;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  padding: 6px 18px;
  transition: all 250ms linear;
  -webkit-transition: all 250ms linear;
  -moz-transition: all 250ms linear;
  -ms-transition: all 250ms linear;
  -o-transition: all 250ms linear;
  margin-top: 10px;
}

button:hover {
  background: #333;
  color: #fff;
}

button:disabled {
  background: #ddd;
  cursor: default;
}

button:hover:disabled {
  background: #ddd;
}

.nowrap {
  white-space: nowrap;
}

#epPhone {
  display: inline-block
}

.output tr{
  display:-webkit-box;
  display:-ms-flexbox;
  display:block;
  }
  .output th{
  -webkit-box-flex:0;
  -ms-flex-positive:0;
  flex-grow:0;
  -ms-flex-negative:1;
  flex-shrink:1;
  white-space:normal !important;
  width: unset !important;
  }
  .output td{
  -webkit-box-flex:1;
  -ms-flex-positive:1;
  flex-grow:1;
  -ms-flex-negative:1;
  flex-shrink:1;
  width:50% !important;
  }
  .output td:last-of-type{
  -webkit-box-flex:0;
  -ms-flex-positive:0;
  flex-grow:0;
  -ms-flex-negative:0;
  flex-shrink:0;
  width:unset !important;
  }

  .listor{
    list-style:none;
    margin:10px 0;
    }
    .nowrap{white-space:nowrap;}
    .output em{
    display:block;
    font-size:90%;
    }
    .output th{text-align:left;}
    .top{
    margin-top:0;
    padding-top:0;
    }

#epIssues {
  width: 100%;
}

#epIssues .catdesc {
  display: none;
}

#epIssues .catname {
  font: normal 700 16px/20px 'Roboto', 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 {
  color: #008000;
}

#epIssues .name {
  font: normal 700 14px/20px 'Roboto', sans-serif;
}

#epIssues .desc {
  flex-basis: 100%;
  padding: 5px 0;
}

/* footer */

footer {
  font-size: 12px;
  padding: 20px 0;
  background: #1e1e1e;
  color: #fff;
  min-height: 18vh;
}

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: #79c6bc;
}

footer table {
  margin: 0 auto !important;
  width: 1200px !important;
}