@import url('https://fonts.googleapis.com/css?family=Lustria');
@import url('https://fonts.googleapis.com/css?family=Lato:400,700|Roboto');

:root {
    --blue: #0082ca;
    --dark-blue: #011936;
}

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font: normal normal 400 15px/25px 'Roboto', sans-serif;
    margin: 0;
    text-rendering: optimizeLegibility;
}

a {
    color: var(--blue);
    font-weight: bold;
    outline: none;
    text-decoration: none;
}

a:hover {
    color: var(--blue);
    text-decoration: underline;
}

a.logo {
    display: inline-block;
    background: url(logo1.png) no-repeat left center / contain;
    height: 74px;
    width: 170px;
}

h1 {
    font: normal normal 700 2em/2.1em 'Lustria', serif;
    font-weight: bold;
    margin: 0.67em 0;
    padding: 0;
}

h2 {
    font: normal normal 700 1.5em/1.6em 'Roboto', sans-serif;
    margin: 0.83em 0;
    padding: 0;
}

h3 {
    font: normal normal 700 1.17em/1.27em 'Roboto', sans-serif;
    margin: 1em 0;
    padding: 0;
}

img {
    border: 0;
    display: block;
}

ol,
ul {
    margin: 1em 0;
    padding: 0 0 0 1.25em;
}

p {
    margin: 1em 0;
    padding: 0;
}

#epAttention {
    text-align: center;
    color: white;
    background-color: var(--blue);
    padding: 6px 0;
    font-size: 14px;
}

#epColumn1 {
    margin: auto;
    padding: 20px 20px 40px;
    width: 1115px;
}

#column2-wrapper {
    background-color: #ebebeb;
}

#epColumn2 {
    margin: auto;
    padding: 20px 20px 40px;
    width: 1115px;
}

#epColumn3 {
    padding: 20px;
}

#epDDN {
    font-weight: bold;
    white-space: nowrap;
}

#epEmergency {
    margin-top: 24px;
}

footer {
    background-color: var(--blue);
    clear: both;
}

#epNAVEXFooter {
    color: white;
    margin: auto;
    min-width: 1115px;
    text-align: center;
    width: 1115px;
}

#epNAVEXFooter .line1 {
    float: left;
}

#epNAVEXFooter .line2 {
    float: right;
}

#epNAVEXFooter a {
    color: white;
    font-weight: normal;
    text-decoration: none;
}

#epNAVEXFooter a:hover {
    text-decoration: underline;
}

#epNAVEXFooter th {
    display: none;
}

header {
    height: 180px;
    background-color: var(--dark-blue);
    display: flex;
    align-items: center;
}

#epLang {
    display: none;
}

#epLang a {
    color: black;
    display: inline-block;
    font-weight: bold;
    padding: 0 5px;
    text-decoration: none;
}

#epLang a:hover {
    color: #ff9800;
    background: none;
}

nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: end;
    font: normal normal 400 16px/25px 'Lustria', serif;
    width: 700px;
}

nav a {
    color: white;
    display: inline-block;
    font-weight: bold;
    padding: 0 20px;
    text-decoration: none;
}

nav a:hover {
    color: white;
    text-decoration: underline;
}

/*dp2*/
#epDataPrivacy .online,
#epDataPrivacy .phone,
#epDataPrivacy .output {
}

#epDataPrivacy ol.dropDowns {
    list-style: none;
    margin: 0;
    padding: 0;
}

#epDataPrivacy select {
    font: normal normal 400 12px/15px 'Roboto', sans-serif;
    margin: 0 0 1em 0;
    width: 100%;
}

/*phone*/
#epPhone select {
    font: normal normal 400 12px/15px 'Roboto', sans-serif;
    margin: 0 0 1em 0;
    width: 100%;
}

.bottom {
    margin-bottom: 0;
    padding-bottom: 0;
}

.listor {
    list-style: none;
    margin: 1em 0;
}

.nowrap {
    white-space: nowrap;
}

.contain {
    width: 1119px;
    margin: 0 auto;
    padding: 20px;
}

.flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}