@import url('https://fonts.googleapis.com/css?family=Poppins:300i,400,500&display=swap');
@import url('https://fonts.googleapis.com/css?family=PT+Serif&display=swap');

body {
    color: #2f3238;
    font: normal normal 400 18px/32px 'PT Serif', serif;
    margin: 0;
    text-rendering: optimizeLegibility;
}

a, .expand-button {
    color: #fe6800;
    outline: none;
    text-decoration: none;
}

a:hover,
a:focus {
}

a.logo {
    background: url(logo1.png) no-repeat left top;
    background-size: 100%;
    display: block;
    height: 30px;
    left: 20px;
    position: absolute;
    top: 40px;
    width: 120px;
}

h1 {
    font: normal normal 500 40px/75px 'Poppins', sans-serif;
    margin: 0.67em 0;
    padding: 0;
}

h2 {
    font: normal normal 500 35px/70px 'Poppins', sans-serif;
    margin: 0.83em 0;
    padding: 0;
}

h3 {
    font: normal normal 500 25px/30px 'Poppins', sans-serif;
    margin: 1em 0;
    padding: 0;
}

img {
    border: 0;
    display: block;
}

ol,
ul {
    margin: 1em 0;
    padding: 0 0 0 1.25em;
}

ul.dash {
    list-style: '-  ';
}

p {
    margin: 1em 0;
    padding: 0;
}

#epAttention {
    background: url(orange.jpg) no-repeat center / cover;
    color: white;
    font: normal normal 500 16px/25px 'Poppins', sans-serif;
    margin: 0 auto;
    padding: 20px 0px 20px 0px;
    position: relative;
    text-align: center;
}

#epColumn1 {
    padding: 20px;
    width: 45%;
}

#epColumn2 a {
    color: #191b1f;
    font-weight: bold;
}

#epColumn2 a:hover,
#epColumn2 a:focus {
    text-decoration: underline;
}

#epColumn2 {
    padding: 20px;
    width: 50%;
}

#epColumn3 {
    padding: 20px;
}

#epContent {
    margin: 0 auto;
    width: 1200px;
    display: flex;
}

#epDDN,
.DDN {
    font-weight: bold;
    white-space: nowrap;
}

#epEmergency {
}

#epNAVEXFooter {
    background: url(green.jpg) no-repeat center / cover;
    height: 200px;
    clear: both;
    color: rgb(132, 136, 145);
    font: normal normal 400 15px/20px 'PT Serif', serif;
    text-align: center;
}

#epNAVEXFooter th {
    clear: both;
    display: none;
}

#epNAVEXFooter td {
    top: 80px;
    position: relative;
}

#epNAVEXFooter a {
    color: rgb(132, 136, 145);
}

#epHeader {
    height: 90px;
    margin: 0 auto;
    position: relative;
    width: 1400px;
}

#epHeaderWrapper {
    height: 100px;
    background: #fff;
}

#epLang {
    background-color: #f7f9fb;
    display: block;
    color: #2f3238;
    font: normal normal 400 15px/25px 'Poppins', sans-serif;
    padding: 3px;
    position: absolute;
    right: 30px;
    top: 10px;
}

#epLang a {
    color: #2f3238;
    padding: 0 5px;
}

#epLang a:hover,
#epLang a:focus {
    color: #2f3238;
    padding: 0 5px;
}

#epNav {
    float: right;
    font: normal normal 500 15px/25px 'Poppins', sans-serif;
    position: relative;
    top: 44px;
}

#epNav a {
    color: #2f3238;
    display: block;
    float: left;
    overflow: hidden;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
}

#epNav a:hover,
#epNav a:focus {
    color: rgb(254, 104, 0);
    overflow: visible;
}

nav > a:hover,
nav > span:hover,
nav > a:focus,
nav > span:focus {
    border-bottom: 4px solid #2f3238;
    color: #2f3238;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: color, border-bottom, -webkit-transform;
    transition-property: color, border-bottom, -webkit-transform;
    -o-transition-property: color, transform, border-bottom;
    transition-property: color, transform, border-bottom;
    transition-property: color, transform, border-bottom, -webkit-transform;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
}

button.cont {
    font-weight: bold;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    background: #191b1f;
    border: 4px solid #191b1f;
    color: #ffffff;
    cursor: pointer;
    overflow: hidden;
    padding: 5px 5px 5px 5px;
    position: relative;
    text-align: left;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}

button#epConsentContinue {
    font-weight: bold;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    background: #191b1f;
    border: 4px solid #191b1f;
    color: #ffffff;
    cursor: pointer;
    overflow: hidden;
    padding: 5px 5px 5px 5px;
    position: relative;
    text-align: left;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}

button.cont:hover, button.cont:focus, button#epConsentContinue:hover, button#epConsentContinue:focus {
    font-weight: bold;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    background: #ffffff;
    border: 4px solid #191b1f;
    color: #191b1f;
    cursor: pointer;
    overflow: hidden;
    padding: 5px 5px 5px 5px;
    position: relative;
    text-align: left;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}

button#epConsentContinue:disabled, button#epConsentContinue:disabled:hover {
  background: #ccc;
  border-color:#ccc;
  color:#fff;
  cursor: default;
}

/*DD Nav*/
#epResources {
    display: block;
    left: 30;
    position: absolute;
    top: 25px;
    width: 200px;
    z-index: 20;
    background: #2f3238;
}

#epResources span {
    color: white;
    cursor: pointer;
    display: block;
    padding: 5px 20px;
    margin: 10px 0;
}

#epResources span.nocurs {
    cursor: default;

    span {
        border: 1px solid transparent;
    }

    span:hover {
        background: #fe6800;
        border-color: #fff;
        cursor: pointer;
    }
}

#epResources span:hover,
#epResources span:focus {
    background: #ea7500;
    color: white;
}

/*Banner*/
#banner {
    background: url(banner.png) no-repeat;
    background-color: rgb(254, 104, 0);
    background-position: center;
    background-size: cover;
    background-position: right;
    height: 300px;
}

#epWrapper {
    margin: 0 auto;
    position: relative;
    min-width: 1400px;
    width: 100%;
    background-size: cover;
}

/*dp2*/
#epDataPrivacy .online,
#epDataPrivacy .phone {
  display: none;
}
#epDataPrivacy .output {
}

#epDataPrivacy ol.dropDowns {
    list-style: none;
    margin: 0;
    padding: 0;
}

#epDataPrivacy select {
    font: normal normal 400 18px/32px 'PT Serif', serif;
    margin: 0 0 1em 0;
    width: 50%;
}

/*phone*/
#epPhone select {
    font: normal normal 400 18px/32px 'PT Serif', serif;
    margin: 0 0 1em 0;
    width: 50%;
}

.bottom {
    margin-bottom: 0;
    padding-bottom: 0;
}

.listor {
    list-style: none;
    margin: 1em 0;
}

.nowrap {
    white-space: nowrap;
}

.top {
    margin-top: 0;
    padding-top: 0;
}

.centered {
  text-align:center;
}

ol.noticeList li {
  font-weight:bold;
}

.notBold li {
  font-weight:400!important;
}