*,
*::before,
*::after {box-sizing: border-box;}
:root {
    --blue: #005eb9;
    --light-blue: #00a0df;
    --bright-blue: #d6edfb;
    --dark-blue: #00497e;
    --black: #231f20;
}
body {
    color: #333;
    font: normal 400 16px/1.5 sans-serif;
    margin: 0;
}
a {
    color: #005eb9;
    outline: none;
    text-decoration: underline;
}
a:hover,
a:focus {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;
    position: relative;
}
.fill {
    min-width: 1200px;
    width: 100%;
}
.bottom {
    margin-bottom: 0;
    padding-bottom: 0;
}
.top {
    margin-top: 0;
    padding-top: 0;
}
/* header */
header { display: block;}
#epLang {
    color: black;
    display: block;
}
#epLang a { display: none;}
header .flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
a.logo {
    background: url(logo1.png) center top no-repeat;
    background-size: contain;
    display: inline-block;
    height: 70px;
    margin: 0px 0px 0px 30px;
    width: 330px;
}
nav {
    align-items: center;
    display: flex;
    flex-grow: 0;
}
nav a {
    color: #949494;
    display: inline-block;
    font: normal 400 22px/25px sans-serif;
    padding: 45px 0px 15px 0px;
    margin: 0px 20px;
    text-align: center;
    text-decoration: none;
    border-bottom: 7px transparent solid;
}
nav a:hover,
nav a:focus {
    color: #005eb9;
    border-bottom: 7px #005eb9 solid;
}
.dialing {
    background-color: var(--dark-blue);
    color: #fff;
    padding: 10px 20px;
    text-align: center;
}
#epAttention {
    padding: 5px 0;
    text-align: center;
    background-color: var(--bright-blue);
    color: var(--dark-blue);
}
/* content */
.mainHome {
    display: block;
    padding: 0px 0 0px;
    min-height: 650px;
}
main {
    padding: 40px 0;
    min-height: 650px;
}
#follow main.contain {width: 1200px;}
.hero {
    display: flex;
    align-items: center;
    background-image: url(hero.jpg);
    width: 900px;
    height: 506px;
    background-size: cover;
    position: relative;
}
.hero h1 {
    position: relative;
    display: block;
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
    padding: 5px 10px;
    margin: 0 auto;
    top: -166px;
}
.banner {
    background: url(hero_crop.jpg);
    height: 150px;
    background-size: cover;
    color: #fff;
    min-width: 1200px;
}
.banner h1 {
    position: absolute;
    top: 20px;
    width: 600px;
}
.buttons {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.buttons a {
    color: #0082be;
    text-decoration: none;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    height: 150px;
    width: 280px;
    border: 3px solid var(--black);
    background-color: #fff;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.7);
}
.buttons a:hover,
.buttons a:focus {
    background-color: var(--blue);
    color: #fff;
}
.buttons a:hover h2,
.buttons a:focus h2 {display: none;}
.buttons a:hover .sub-title,
.buttons a:focus .sub-title {
    display: block;
    font: normal 700 22px/25px sans-serif;
}
.buttons a .sub-title {
    display: none;
}
section {
    display: flex;
    justify-content: space-between;
}
div.col-left {
    padding: 0 10px;
    width: 58%;
}
div.col-right {
    padding: 0 10px;
    width: 38%;
}
.col-50 {width: 46%;}
h1 {
    font: normal 700 35px sans-serif;
    padding: 0;
}
h2 {
    font: normal 700 30px sans-serif;
    padding: 0;
}
h3 {
    font: normal 700 24px sans-serif;
    margin: 10px 0;
    padding: 0;
}
h4 {color: var(--blue);}
form h4 {color: var(--black);}
form input.followUp {
    border: 2px solid var(--dark-blue);
    padding: 5px;
    min-width: 280px;
}
#follow section {margin: 40px 0;}
#follow h4 {margin-bottom: 8px;}
#epFollow{
align-items: center;
flex-shrink: 0;
margin: 10px auto 10px auto;
}

.followHeadertop{
background-color:#000;
border:1px solid transparent;
border-radius:12px;
color:#fff;
font: normal 500 17px 'Work Sans', sans-serif;
margin: 5px auto;
text-align:center;
padding:20px 5px 20px 5px;
/* width:600px; */
}
.followHeader{
background-color:#000;
border:1px solid transparent;
border-radius:12px;
color:#fff;
font: normal 500 17px 'Work Sans', sans-serif;
text-align:center;
padding:20px 5px 20px 5px;
/* width:600px; */
}

#bottomselection{
position:relative;
margin-top:91px;
}

#epFollow th,#epFollow tr {
display: block;
text-align: left;
}
#epFollow tr{
margin:10px;
}
#epFollow th{
font: normal 400 17px 'Work Sans', sans-serif;
}
input[type=text], input[type=password]{
    color: var(--blue);
    display:block;
    background-color: #fff;
    padding: 5px 0px 5px 50px;
    border-radius: 4px;
    border: 2px solid var(--blue);
    cursor: pointer;
    width:100%;
}
.buttonFollow{
    font: normal 500 16px/20px 'Work Sans', sans-serif;
margin: 0 auto !important;
width:112px;
}
.buttonFollow:lang(uk),
.buttonFollow:lang(tr),
.buttonFollow:lang(ro) {
    width: 128px;
}

.cont{margin: 10px auto !important;}
input[type=submit],.buttonFollow,.cont {
    color: #fff;
    display:block;
    font: normal 500 18px/20px 'Work Sans', sans-serif;
    background-color: #000;
    padding: 8px 15px 8px 15px;
    border-radius: 4px;
    cursor: pointer;
    text-decoration:none;
}
input[type=submit]:hover,.buttonFollow:hover,.cont:hover{
    color:#fff;
    border: none;
    padding: 8px 15px 8px 15px;
    text-decoration:none;
    }
.faq-links {margin: 0 0 40px;}
.faq-links a {
    font-size: 20px;
    color: var(--blue);
}
#faq p,
#faq ul {padding: 0px 20px;}
#faq main h3 {margin-bottom: 16px;}
#faq main h4 {
    font-size: 18px;
    margin: 10px 0px;
    color: var(--black);
}
#faq ul {padding: 0px 0px 0 40px;}
#epEmergency {
    color: var(--blue);
    text-align: center;
    margin-top: 40px;
}
#epDDN {
    font: normal 700 22px sans-serif;
    font-weight: bold;
    white-space: nowrap;
    text-decoration: none;
    color: #fff;
    text-align: center;
    background: url(phone.png) no-repeat;
    width: 200px;
    padding: 20px 20px 20px 40px;
    background-size: 30px;
    background-position: 0px 15px;
}
.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 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;}
#epPhone {display: inline-block;}
#epIssues {
    padding: 0 50px;
    width: 100%;
}
#epIssues .catdesc {display: none;}
#epIssues .catname {font: normal 700 16px/20px 'Open Sans', sans-serif;}
#epIssues .details {display: none;}
#epIssues .issue {
    margin: 0 0 25px;
    position: relative;
    color: #fff;
    display: grid;
    border-radius: 28px;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    -ms-border-radius: 28px;
    -o-border-radius: 28px;
    grid-template-columns: 240px 1fr;
    align-items: center;
    cursor: pointer;
    box-shadow: 4px 5px 6px rgba(0, 0, 0, 0.4);
}
#epIssues .issue:hover .name,
#epIssues .issue:focus .name {
    background: var(--dark-blue);
    border-color: var(--dark-blue);
}
#epIssues .issue:hover .desc,
#epIssues .issue:focus .desc {
    background: #fff;
    font-weight: bold;
    color: var(--dark-blue);
    border-color: var(--dark-blue);
}
#epIssues .name {
    font: normal 700 21px/1.4 'Open Sans', sans-serif;
    color: #fff;
    display: block;
    font-weight: 500;
    padding: 10px;
    text-align: center;
    background: #0082ca;
    border-right: unset;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px 0 0 20px;
    -webkit-border-radius: 20px 0 0 20px;
    -moz-border-radius: 20px 0 0 20px;
    -ms-border-radius: 20px 0 0 20px;
    -o-border-radius: 20px 0 0 20px;
}
#epIssues .desc {
    font: normal 500 14px/20px 'Open Sans', sans-serif;
    display: block !important;
    padding: 10px 0 10px 30px;
    color: #000;
    background: #fff;
    border: 3px solid #0082ca;
    border-left: unset;
    border-radius: 0 20px 20px 0;
}
/* footer */
footer {
    background-color: var(--black);
    color: #fff;
    font-size: 14px;
    padding: 40px 0 80px 0px;
}
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,
footer .line2 a:focus {color: #fff;}
footer table {
    margin: 0 auto !important;
    width: 1200px !important;
}