@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;400;500&family=Roboto:wght@100;300;400;500;700;900&display=swap');

@font-face {
    font-family: 'Kobern';
    src: url("Kobern.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

*{
box-sizing: border-box;
}

body {
background: #f6f6f6;
color: #ecebee;
font: normal 400 14px/1.5 'Kobern', sans-serif;
margin: 0;
}

a {
color: #33658a;
outline: none;
text-decoration: underline;
}

a:hover {
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;
}

.fill {
min-width: 1200px;
width: 100%;
}

.bottom {
margin-bottom: 0;
padding-bottom: 0;
}

.top {
margin-top: 0;
padding-top: 0;
}

/* header */

header {
background: #fff;
display: block;
padding:20px;
border-bottom: 4px solid #f4b753;
}

#epLang {
color: black;
display: block;
}

#epLang a {
display: none;
}

header .flex {
display: flex;
justify-content: space-between;
}

a.logo {
background: url(logo1.png) center top no-repeat;
background-size: contain;
display: inline-block;
height: 80px;
margin: 10px 10px 10px 10px;
width: 239px;
margin-left: 200px;
}

nav {
align-items: center;
display: flex;
flex-grow: 0;
padding:0 200px;
}

nav a {
color: #367689;
display: inline-block;
font: normal 400 18px/25px 'Roboto', sans-serif;
padding: 0 20px;
text-align: center;
text-decoration: none;
}

nav a:hover {
color: #55a49c;
}

.buttonNav {
background: #f4b753;
border-radius: 16px;
border: 1px solid #f4b753;
color: #7a5c2a;
cursor: pointer;
font-size: 18px;
font-weight: 900;
line-height:20px;
padding: 12px 20px;
letter-spacing: .075em;
text-transform: uppercase;
text-decoration: none;
}

.buttonNav:hover {
background: #f2a82f;
color: #7a5c2a;
border: 1px solid #f2a82f;
}

#epAttention {
padding: 30px 0;
text-align: center;
}

/* content */

main {
display: block;
padding: 30px 0 50px;
}

.commit {
display: flex;
justify-content: space-between;

}

#commitTitle {
margin-top:20px;
margin-left:-140px;
height:300px;
width: 300px;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
background: linear-gradient(90deg, #367689 0, #55a49c 100%, #55a49c 100%);
font-family: 'Kobern', sans-serif;
color:#fff;
font-size:36px;
font-weight:700;
padding:20px;
}

#commitWrap {
width: 90%;
background: #fff;
}

.colCommit {
padding: 30px;
color:#000;
width:80%;
}

#subsidTitle {
margin-top:20px;
margin-left:-140px;
height: 250px;
width: 300px;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
background: #367689;
font-family: 'Montserrat', sans-serif;
color:#fff;
font-size:36px;
font-weight:700;
padding:20px;
}

.report,
.subsid {
margin-top:50px;
display: flex;
justify-content: space-between;
}

#reportTitle {
margin-top:20px;
margin-right:-60px;
height:220px;
width: 250px;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
background: linear-gradient(90deg, #367689 0, #55a49c 100%, #55a49c 100%);
font-family: 'Kobern', sans-serif;
color:#fff;
font-size:36px;
font-weight:700;
padding:20px;
z-index:100;
}


#reportWrap {
width: 90%;
background: #fff;
}


.colReport {
padding: 30px 30px 30px 130px;
color:#000;
text-align:left;
}


.buttonReport {
background: #55a49c;
border-radius: 16px;
border: 1px solid #55a49c;
color: #fff;
cursor: pointer;
font-size: 18px;
font-weight: 900;
line-height:20px;
padding: 12px 20px;
letter-spacing: .075em;
text-transform: uppercase;
text-decoration: none;
}

.buttonReport:hover {
background: #fff;
color: #17172e;
border: 1px solid #55a49c;
}

.wide {
line-height:50px;
}

h1 {
font: normal 700 35px 'Kobern', sans-serif;
padding: 0;
}

h2 {
font: normal 700 24px 'Kobern', sans-serif;
padding: 0;
color: #367689;
}

h3 {
font: normal 700 18px 'Kobern', sans-serif;
margin: 1em 0;
padding: 0;
}

#epEmergency {
text-align:center;
padding: 30px 0;
}

#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 'Roboto', sans-serif;
margin: 2px 0 15px;
padding: 5px;
width: 100%;
}

/* Subsidiaries page */


.mainTitleSubs {
margin:30px auto;
color:black;
font-size:30px;
text-align:center;
}


.subs {
margin:30px auto;
display: flex;
justify-content: space-between;
width: 850px;
}

#burrell {
width: 45%;
background: #fff;
text-align: center;
height: 400px;
transition: all .2s cubic-bezier(.645,.045,.355,1);
}


#pfh {
width: 45%;
background: #fff;
text-align: center;
height: 400px;
transition: all .2s cubic-bezier(.645,.045,.355,1);
}

#pfh:hover, #burrell:hover {
box-shadow: 0 10px 20px rgba(0,0,0,.25);
-moz-box-shadow: 0 10px 20px rgba(0,0,0,.25);
-webkit-box-shadow: 0 10px 20px rgba(0,0,0,.25);
transform: scale(1.05);
}

.logoSubsBurrell {
margin:20px auto;
background: url(burrell.png) center top no-repeat;
background-size: contain;
height:210px;
}

.logoSubsPFH {
margin:20px auto;
background: url(pfh.png) center top no-repeat;
background-size: contain;
height:210px;
}

.titleSubs {
text-align:center;
font-size:30px;
font-weight: 400;
margin-bottom:35px;
}

.buttonSubs {
background: #55a49c;
border-radius: 16px;
border: 1px solid #55a49c;
color: #fff;
cursor: pointer;
font-size: 18px;
font-weight: 900;
line-height:20px;
padding: 12px 20px;
letter-spacing: .075em;
text-transform: uppercase;
text-decoration: none;
}

.buttonSubs:hover {
background: #fff;
color: #17172e;
border: 1px solid #55a49c;
}














button {
background: #33658a;
border: none;
color: #fff;
cursor: pointer;
font-size: 14px;
font-weight: 700;
padding: 6px 18px;
}

button:hover {
background: #333;
color: #fff;
}

button:disabled {
background: #ddd;
cursor: default;
}

button:hover:disabled {
background: #ddd;
}

.nowrap {
white-space: nowrap;
}

#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 */

.footerWrap {
background:#414142;
color:#fff;
}

footer {
background:#414142;
color: #fff;
font-size: 12px;
padding: 20px 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:#fff;
text-decoration:underline;
}

footer .line2 a:hover {
color:#59c3ca;
text-decoration:underline;
}

footer table {
margin: 0 auto !important;
width: 1200px !important;
}