@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;400;600&display=swap');
*,
*::before,
*::after{box-sizing: border-box;}
body {
color: #1e1e1e;
font-family: 'Montserrat', sans-serif;
font-size: 14px;
font-weight:300;
line-height:1.5;
margin: 0;
}
a {
color: grey;
outline: none;
text-decoration: underline;
}
a:hover,
a:focus {color: #4d4d4d;}
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;
}
/* header */
header {display: block;}
#epLang {
color: black;
display: block;
}
#epLang a {display: none;}
header .flex {
display: flex;
justify-content: space-between;
}
#logo {
border-bottom: 1px solid #e5e5e5;
text-align:center;
}
a.logo {
background: url(logo1.svg) center top no-repeat;
background-size: contain;
display: inline-block;
height: 47px;
margin: 6px 10px 0px 10px;
width: 126px;
}
#navContainer {
margin: 0 auto;
align-items: center;
display: flex;
flex-grow: 0;
padding-top:10px;
}
.nav {
height: 50px;
border-bottom: solid 4px transparent;
margin: 5px 0px 0px;
} 
.nav:hover,
.nav:focus {border-bottom: solid 4px red;}
.nav a {
color: #5e5e5e;
display: inline-block;
font-family: 'Montserrat', sans-serif;
font-size: 18px;
font-weight:300;
line-height:1.25;
padding: 0 12px;
text-align: center;
text-decoration: none;
}
.nav a:hover,
.nav a:focus {
color: #1e1e1e;
text-decoration: none;
}
#epAttention {
background: rgb(242, 242, 242) none repeat scroll 0% 0%;
padding: 32px 0;
text-align: center;
}
#hero {
background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%) repeat scroll 0% 0%, rgba(0, 0, 0, 0) url(hero.jpg) no-repeat scroll center center / cover;
height:600px;
padding-top:185px;
color:#fff;
text-align:center;
font-size:70px;
font-weight:300;
letter-spacing:-3.5px;
 -webkit-text-stroke: 0.15px black;
}
/* content */
main {
display: block;
padding: 30px 0 50px;
}
section {
display: flex;
justify-content: space-between;
flex-direction:column;
}
.colCommit {
margin:auto 0;
padding: 50px 50px;
width: 100%;
font-size:20px;
text-align:center;
}
#gradient {background:rgb(255, 255, 255) url("gradient.png") no-repeat scroll center center / cover;}
.colReport {
color: #fff;
margin:auto 0;
padding: 50px 50px;
width: 100%;
font-size:20px;
text-align:center;
}
button {
box-shadow: inset 0 0 0 1px #0077cf;
background-color: #0077cf;
color: #fff;
border-radius: 24px;
cursor: pointer;
font-size: 20px;
font-weight: 300;
padding: 12px 24px;
transition: background .2s linear,color .2s linear,border .2s linear,fill .2s linear,box-shadow .2s linear;
text-decoration:none;
}
button:hover,
button:focus {
box-shadow: inset 0 0 0 1px #005ba1;
background-color: #005ba1;
color: #fff;
text-decoration: none;
}
h1, h2, h3 {font-family: 'Montserrat', sans-serif;}
h1 {
font-size: 35px;
font-weight:700;
line-height:1.5;
padding: 0;
}
h2 {
font-size: 24px;
font-weight:700;
line-height:1.5;
padding: 0;
}
h3 {
font-size: 18px;
font-weight:700;
line-height:1.5;
margin: 1em 0;
padding: 0;
}
#epEmergency {
background: rgba(0, 0, 0, 0) linear-gradient(rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.9) 100%) repeat scroll 0% 0%;
color:#e5e5e5;
padding:50px;
margin-bottom:0px;
margin-top:0px;
text-align:center;
}
#epDDN {
font-weight: bold;
white-space: nowrap;
}
.listor {
list-style: none;
margin: 1em 0;
}
#epDataPrivacy {
display: inline-block;
vertical-align: top;
}
#epDataPrivacy .online, #epDataPrivacy .phone, #epDataPrivacy .output {}
#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;}
#epIssues {width: 100%;}
#epIssues .catdesc {display: none;}
#epIssues .catname {font: normal 700 16px/20px 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 sans-serif;}
#epIssues .desc {
flex-basis: 100%;
padding: 5px 0;
}
/* footer */
footer {
border-top:1px solid #e5e5e5;
font-size: 14px;
padding: 30px 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: #1e1e1e;
outline: none;
text-decoration: none;
font-size: 14px;
font-weight: 400;
}
footer .line2 a:hover,
footer .line2 a:focus {
color:#006fba;
text-decoration: none;
}
footer table {
margin: 0 auto !important;
width: 1200px !important;
}