
*{
  box-sizing: border-box;
}

body {
    font: normal 400 16px / 20px 'Arial', sans-serif;
    margin: 0;
    color: #000000;
    overflow-y: scroll;
}

a {
  color: #661400;
  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: 960px;
}

.fill {
  min-width: 960px;
  width: 100%;
}

.bottom {
  margin-bottom: 0;
  padding-bottom: 0;
}

.top {
  margin-top: 0;
  padding-top: 0;
  font-style: italic;
}


/* header */

header {
    height: 110px;
    width: 100%;
    min-width: 960px;
    background: #661400;
}

header .contain {
    height: 110px;
    width: 960px;
    margin: 0 auto;
    position: relative;
}

#epLang {
	color: #fff;
	display: block;
	font: normal 400 12px/25px 'Arial', sans-serif;
	position: absolute;
	right: 3px;
	top: 12px;
	width:670px;
    text-align: right;
	z-index:10;
}
#epLang a {
	padding: 0 8px;
	color: #fff;
	text-decoration: none;
	border-right: 1px solid #000;
}
#epLang a:last-child {border: 0;}
#epLang a:hover,
#epLang a:focus {
	color: #dfd9d1;
	-webkit-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

header .flex {
  display: flex;
  justify-content: space-between;
}

a.logo {
    background:url(logo1.png) no-repeat left top;
    background-size:contain;
    display: block;
    height: 70px;
    /* left: 15px; */
    position: relative;
    top: 5px;
    width: 287px;
}

nav {
    position: absolute;
    font: normal 400 17px / 25px 'Arial', sans-serif;
    bottom: 10px;
    right: 0;
    text-transform: uppercase;
    display: flex;
}

nav a {
    display: block;
    padding: 0 12px;
    color: #fff;
    text-decoration: none;
}

nav a:hover {
  color: #dfd9d1;
}

#epAttention {
    bottom: -17px;
    position: absolute;
    left: 0px;
    width: 960px;
    padding: 5px;
    color: #fff;
    background: rgba(10, 23, 33, 0.8);
    text-align: center;
}

#banner {
    position: relative;
	display: block;
	width: 960px;
    margin: 0 auto;
	height: 366px;
	background: url(banner.png) no-repeat left top;
}
/* content */

main {
  display: block;
  padding: 30px 0 50px;
}

section {
  display: flex;
  justify-content: space-between;
}

div.col-left {
  padding: 0 10px;
  width: 58%;
}

div.col-right {
  padding: 0 10px;
  width: 38%;
}

h1 {
    font: normal 700 22px / 24px 'Arial', sans-serif;
    margin: 0 0 15px 0;
    padding: 0;
}

h2 {
    font: normal 700 22px / 24px 'Arial', sans-serif;
    margin: 0 0 15px 0;
    padding: 0;
}

h3 {
  font: normal 700 18px sans-serif;
  margin: 1em 0;
  padding: 0;
}

#epEmergency {}

#epDDN {
  font-weight: bold;
  white-space: nowrap;
}

.listor {
  list-style: none;
  margin: 1em 0;
}

#epDataPrivacy {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 25px;
}

#epDataPrivacy .online, #epDataPrivacy .phone, #epDataPrivacy .output {
}

#epDataPrivacy ol.dropDowns {
  list-style: none;
  margin: 0;
  padding: 0;
}

div.United.Arab.Emirates, div.Ireland, div.France {
  font-size:.7em;
}

select {
  font: normal 400 14px sans-serif;
  margin: 2px 0 15px;
  padding: 5px;
  width: 100%;
}

button {
    border: 0;
    background: #ED541D;
    color: #fff;
    padding: 10px 20px;
    font: normal 400 16px / 20px 'Arial', sans-serif;
    text-transform: uppercase;
    margin: 5px 0 20px;
}

button:hover,
button:focus {
	cursor: pointer;
	text-decoration: underline;
}
div.message {
	color: #464646;
	margin: 5px 0 10px;
}

button:disabled {
  background: #ddd;
  cursor: default;
}

button:hover:disabled {
  background: #ddd;
}

.nowrap {
  white-space: nowrap;
}

#epPhone {
  display: inline-block
}

/*Issues*/
#epIssues {
	width: 960px;
	margin-left: 5px;
}
#epIssues .catdesc {display: none;}
#epIssues .catname {
	padding: 5px 5px;
	background: #ED541D;
	color: #fff;
	font: normal 700 18px/24px 'Arial', sans-serif;
}
#epIssues .details {
	color: #464646;
	font: normal 700 12px/16px 'Arial', sans-serif;
	position: absolute;
	right: 5px;
	top: 0;
}
#epIssues .details:hover,
#epIssues .details:focus {color: #ED541D;}
#epIssues .issue {
	color: #464646;
	margin: 10px 0 10px 20px;
	position: relative;
}
#epIssues .name:hover,
#epIssues .name:focus {color: #ED541D;}
#epIssues .name {
	padding: 5px 0;
	color: #464646;
	font: normal 700 14px/16px 'Arial', sans-serif;
}
#epIssues .desc {
	width: 90%;
	margin-left: 20px;
	color: #464646;
	font: normal 400 14px/16px 'Arial', sans-serif;
	padding: .5em 0 0 0;
}
#epIssues .desc:hover,
#epIssues .desc:focus {color: #ED541D;}

/* footer */

footer {
    background-color: #dfd9d1;
    color: #661400;
  padding: 20px 0;
  font: normal 400 14px/25px 'Abel', sans-serif;
}

footer th {
  display: none;
}

footer td {
  padding: 5px 0 0 !important;
}

footer .line1 {
  float: left;
  padding-left: 10px;
}

footer .line2 {
  color: #661400;
  float: right;
  padding-right: 10px;
}

footer .line2 a {}

footer .line2 a:hover {}

footer table {
  margin: 0 auto !important;
  width: 960px !important;
}