@import url('https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400..700;1,400..700&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


:root {
	--dark-blue: #00263A;
	--fluor-blue: #003C71;
	--light-blue: #0091DA;
	--state-blue: rgb(128, 190, 238);
}

html {
	background-color: #46464d;
}

body {
	background-color: #fff;
	color: #1f3667;
	font: normal 400 16px/1.6em "Cabin", sans-serif;
	margin: 0;
}

body.index {
	color: #333;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

a {
	color: #05bbda;
	outline: none;
	text-decoration: underline;
}

a:hover,
a:focus {
	color: var(--dark-blue);
}

.logoBox {
	position: relative;
}

a.logo {
	background: url(logo1.png) center top no-repeat;
	background-size: contain;
	display: block;
	height: 45px;
	margin-left: 32px;
	padding-right: 30px;
	width: 141px;
}

.logoBox::after {
	content: "";
	width: 3px;
	height: 100%;
	background-color: var(--fluor-blue);
	position: absolute;
	right: -10px;
	top: 0px;
}

.logoText {
	position: absolute;
	right: -370px;
	top: 30px;
	font-weight: 700;
	font-family: "Cabin", sans-serif;
}

.index h1 {
	color: unset;
	font: normal 700 24px "Cabin", sans-serif;
	padding: 0;
}

h1 {
	color: #1f3667;
	font: normal 400 30px "Cabin", sans-serif;
	padding: 0;
}

h2 {
	color: #1f3667;
	font: normal 400 24px "Cabin", sans-serif;
	padding: 0;
}

h3 {
	font: normal 700 1.17em/1.27em "Cabin", 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;
}

.contain {
	margin: 0 auto;
	width: 100%;
}

.fill {
	width: 100%;
}

.bottom {
	margin-bottom: 0;
	padding-bottom: 0;
}

.top {
	margin-top: 0;
	padding-top: 0;
}

.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

/* header */
header {
	padding-top: 25px;
	display: block;
}

.index header {
	border: none;
}

header>.contain-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom: 35px;
}

div.lang-bar {
	-webkit-box-pack: end !important;
	-ms-flex-pack: end !important;
	justify-content: flex-end !important;
}

#epLang {
	display: -webkit-box;
	display: -ms-flexbox;
	display: none;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 15px 15px 30px;
}

#epLang a {
	color: #000;
	display: inline-block;
	font-size: 12px;
	padding: 0 2.5px;
	text-decoration: none;
}

#epLang a:after {
	content: "|";
	padding-left: 5px;
}

#epLang a:last-child:after {
	content: ""
}

#epLang a:hover,
#epLang a:focus {
	color: #05bbda;
}

div.epNav {
	display: none;
	font: normal 400 18px/36px "Cabin", sans-serif;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-right: 40px;
}

div.epNav a {
	color: #000;
	border-bottom: 3px solid transparent;
	display: inline-block;
	padding: 0 10px;
	text-decoration: none;
}

div.epNav a:hover,
div.epNav a:focus {
	border-bottom: 3px solid var(--light-blue);
}

.mobileNav {
	background-color: #fff;
	display: none;
	height: 0px;
	width: 100%;
}

.mobileNav a {
	display: block;
	color: rgb(0, 86, 125);
	font-size: 21px;
	font-weight: 500;
	font-family: Arial, "Cabin", sans-serif;
	line-height: 35px;
	text-decoration: none;
	text-transform: uppercase;
	text-align: left;
	padding: 10px 40px;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	-webkit-transition: background 0.3s;
	-o-transition: background 0.3s;
	transition: background 0.3s;
}

.mobileNav a:hover,
.mobileNav a:focus {
	background: #c5c5c5;
	text-decoration: none;
}

.visable {
	display: block;
	height: auto;
}

.hidden {
	display: none !important;
}

.mobile-button {
	cursor: pointer;
	display: block;
	height: 30px;
	width: 25px;
	position: absolute;
	top: 65px;
	right: 45px;
}

.faq-image {
	background: url(faq-image.png) no-repeat center;
	background-size: contain;
	height: 100px;
	width: 100%;
}

#codeButton {
	color: #000;
	padding: 0 10px;
	position: relative;
}

#codeButton:hover {
	border-bottom: 3px solid var(--light-blue);
}

#codeDropdown {
	background-color: #fff;
	display: none;
	position: absolute;
	left: -10px;
	top: 30px;
	width: 241px;
	z-index: 1;
}

#codeButtonMobile {
	color: rgb(0, 86, 125);
	font-size: 21px;
	font-weight: 500;
	font-family: Arial, "Cabin", sans-serif;
	line-height: 35px;
	position: relative;
	text-transform: uppercase;
	text-align: left;
	padding: 10px 40px;

}

#codeDropdownMobile {
	background-color: #ddd;
	display: none;
	position: absolute;
	width: 241px;
	z-index: 10;
	width: 100%;
	left: 0px;
}

#codeDropdownMobile a {
	padding: 10px 40px;
	line-height: 25px;
}

.mobile-button span {
	background-color: #212121;
	display: block;
	height: 2px;
	width: 26px;
	margin: 4px 0;
	border-radius: 1px;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.expanded span:nth-child(1) {
	-webkit-transform: rotate(46deg);
	-ms-transform: rotate(46deg);
	transform: rotate(46deg);
	margin-top: 10px;
}

.expanded span:nth-child(2) {
	opacity: 0;
}

.expanded span:nth-child(3) {
	-webkit-transform: rotate(-46deg);
	-ms-transform: rotate(-46deg);
	transform: rotate(-46deg);
	margin-top: -12px;
}

div#mobileNav {
	display: none;
	font-size: 16px;
	padding-right: 0px;
}

#epAttention {
	display: block;
	padding: 10px 0;
	text-align: left;
	color: #fff;
}

banner {
	display: block;
}

#banner-left {
	width: 100%;
	min-height: 200px;
	position: relative;
}

#banner-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
}

#banner-left h1 {
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	font-weight: 400;
	height: 148px;
	padding: 20px 60px 20px 20px;
	text-transform: uppercase;
	position: absolute;
	z-index: 10;
	margin: auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 240px;
}

.overlay {
	background-size: cover;
	background-repeat: no-repeat;
    height: 100%;
    width: 100%;
}

#epCarousel {
	background-repeat: no-repeat;
    background: url(banner1.png) no-repeat;
    background-image: url("banner1.png");
	background-size: cover;
    height: 100%;
    transition: 0.8s;
    width: 100%;
}

#epHero {
	height: 100%;
}

#epHero * {
	background-position: center;
	background-size: cover;
	min-height: 200px;
	width: 100%;
}

.buttons {
	max-width: unset;
	width: 90%;
}

.buttons a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	color: rgb(0, 86, 125);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: "Cabin", sans-serif;
	height: 60px;
	margin: 40px 0;
	padding: 10px 30px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

.buttons a:hover,
.buttons a:focus {
	color: var(--light-blue);
	background-color: var(--state-blue);
}

.buttons span.title {
	display: block;
	font-size: 16px;
	width: 100%;
}

/* content */
main {
	display: block;
	padding: 0 0 30px;
	min-height: 500px;
}

section {
	display: block;
}

section.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 20px 0 0;
}

div.col-left {
	margin-right: 2%;
	padding: 0 10px;
	width: 60%;
}

div.col-right {
	padding: 0 10px;
	width: 38%;
}

div.col-single {
	padding: 0 20px;
	width: 100%;
}

#values {
	background: url(values.png) center;
	height: 174px;
	width: 500px;
	background-size: cover;
	float: right;
	margin: 0px 10px 10px 10px;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}

#logobar {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	padding: 20px 20px 10px;
}

.logoContainer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	margin: 20px auto !important;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
}

.logoContainer>div {
	-webkit-box-flex: 0;
	-ms-flex: 0 50%;
	flex: 0 50%;
	margin: 10px;
}

.logos {
	height: 75px;
	margin: 0 10px;
	max-width: 130px;
	width: 50%;
}

#epEmergency {
	padding: 10px 0;
	text-align: left;
	color: #fff;
}

#epEmergency br {
	display: none;
}

#epEmergency strong {
	display: inline-block;
	margin-right: 7px;
}

#epDDN {
	font-weight: bold;
	white-space: nowrap;
}

.listor {
	list-style: none;
	margin: 1em 0;
}

#epDataPrivacy .output {
	display: block;
}

#epDataPrivacy .online,
#epDataPrivacy .phone {
	display: none;
}

#epDataPrivacy ol.dropDowns {
	list-style: none;
	margin: 0;
	padding: 0;
}

#epDataPrivacy .text {
	color: #1f3667;
}

select {
	font: normal 400 14px "Cabin", sans-serif;
	margin: 5px 0 15px;
	padding: 5px;
	width: 300px;
}

button#epConsentContinue {
	margin-right: 10px !important;
}

button,
input.submit,
a.submit {
	background: #46464d;
	border: none;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	font-size: 17px;
	margin: 15px 0;
	padding: 6px 24px;
	text-decoration: none;
}

button:disabled,
button:disabled:hover,
input.submit:disabled,
input.submit:disabled:hover,
button:disabled,
button:disabled:focus,
input.submit:disabled,
input.submit:disabled:focus,
a.submit:disabled:hover,
a.submit:disabled:focus {
	background: #ccc;
	cursor: default;
}

button:hover,
input.submit:hover,
button:focus,
input.submit:focus,
a.submit:hover {
	background: var(--light-blue);
}

.nowrap {
	white-space: nowrap;
}

#epIssues {
	width: 100%;
}

#epIssues .category {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 20px;
}

#epIssues .category:nth-of-type(1) {
	background: #1f3667;
}

#epIssues .category:nth-of-type(2) {
	background: #05bbda;
}

#epIssues .category:nth-of-type(3) {
	background: var(--dark-blue);
}

#epIssues .catdesc {
	display: none;
}

#epIssues .catname {
	color: #fff;
	font: normal 700 20px "Cabin", sans-serif;
	padding: 20px 20px 20px 30px;
	width: 24%;
}

#epIssues .details {
	position: absolute;
	right: 0;
	top: 0px;
	background: #46464d;
	border: none;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	font-size: 17px;
	text-align: center;
	margin: 0;
	padding: 6px 24px;
	width: 116px;
}

#epIssues .details:hover {
	background: var(--light-blue);
}

#epIssues .issue {
	margin-bottom: 10px;
	padding: 0 5px 0 10px;
	position: relative;
}

#epIssues .issue:last-of-type {
	margin-bottom: 0;
}

#epIssues .issue:hover {
	background: #eee;
}

#epIssues .issuebox {
	background: #fff;
	padding-left: 20px;
	width: 76%;
}

#epIssues .name {
	font: normal 400 16px/20px "Cabin", sans-serif;
	padding: 5px 0;
	width: 180px;
}

#epIssues .desc {
	color: #777;
	font-size: 14px;
	padding: 0 120px 10px 15px;
}

input.text-input {
	margin: 5px 0 20px;
	min-width: 300px;
	padding: 5px;
}

.follow-page section span {
	font-size: 18px;
}

/* footer */
div#epNAVEXFooter {
	/* margin:0 auto;
	max-width:353px; */
	/* border-top: 1px solid var(--light-blue); */
}

footer {
	background: var(--dark-blue) url(footer-bg.png) no-repeat center left;
	background-size: contain;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #afafaf;
	font-size: 14px;
	padding: 20px;
	width: 100%;
}

footer th {
	display: none;
}

footer td {
	padding: 5px 0 0 !important;
	white-space: normal !important;
}

footer .line1 {
	padding-left: 10px;
}

footer .line2 {
	color: #afafaf;
	padding-right: 10px;
}

footer .line2 a {
	color: #afafaf;
}

footer .line2 a:hover,
footer .line2 a:focus {}

footer table {
	font-size: 10px;
	width: 100%;
	margin: 0 a;
}

div.line1,
div.line2 {
	float: left;
}

div.line2 {
	padding-left: 10px;
}

@media only screen and (min-width:500px) {
	a.logo {
		margin-top: 23px;
		height: 45px;
		margin-left: 65px;
		width: 200px;
	}

	.mobile-button {
		top: 75px;
		right: 80px;
	}

	#banner-right {
		background: url(buttons.png) top left no-repeat;
		background-size: cover;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 100%;
	}

	#banner-left {
		min-height: 400px;
		min-width: 470px;
	}

	#epCarousel {
		min-height: 400px;
		min-width: 470px;
	}

	#epHero * {
		min-height: 400px;
	}

	footer td {
		white-space: nowrap !important;
	}

	select {
		min-width: 355px;
	}

	.logoContainer {
		width: 400px;
	}

	#epIssues .name {
		font: normal 400 16px/20px "Cabin", sans-serif;
		padding: 5px 0;
		width: auto;
	}

	#epIssues .desc {
		color: #777;
		font-size: 14px;
		padding: 0 60px 10px 15px;
	}
}

@media only screen and (min-width:1024px) {
	a.logo {
		height: 55px;
		margin-left: 0;
		width: 200px;
	}

	.contain {
		margin: 0 auto;
		width: 1000px;
	}

	#epLang {
		padding-right: 0;
	}

	header,
	.lang-bar {
		padding-left: 64px;
		padding-right: 64px;
		margin: 0 auto;
		max-width: 1366px;
	}

	.fill {
		min-width: 1000px;
		width: 100%;
	}

	.mobile-button {
		display: none;
	}
	div.mobileNav.visable {
		display: none;
	}
	.hidden {
		display: block !important;
	}

	div.epNav {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding-right: 0;
	}

	banner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		height: 550px;
	}

	#banner-left {
		width: 55%;

		#epHero > div{
			background-position: left center;
		}
	}

	#banner-right {
		background: url(buttons.png) top left no-repeat;
		background-size: cover;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		padding-left: 55px;
		width: 45%;
	}

	#banner-left h1 {
		background-color: rgba(0, 0, 0, 0.5);
		color: #fff;
		font-size: 2em;
		font-weight: 400;
		margin: 15% 24% auto 46%;
		padding: 20px 60px 20px 20px;
		text-transform: uppercase;
		width: 305px;
	}

	.buttons {
		max-width: 355px;
		width: 70%;
	}

	.buttons a {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		background-color: #fff;
		border-radius: 1px;
		color: rgb(0, 86, 125);
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		font-family: "Cabin", sans-serif;
		height: 60px;
		margin: 40px 0;
		padding: 10px 5px;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
	}

	.buttons a:hover,
	.buttons a:focus {
		color: var(--fluor-blue);
		background-color: var(--state-blue);
	}

	.buttons span.title {
		display: block;
		font-size: 17px;
		width: 100%;
	}

	#logobar {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.logoContainer {
		width: 100%;
	}

	.logoContainer>div {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
	}

	.logos {
		max-width: 173px;
	}

	footer table {
		font-size: 12px;
		max-width: 900px;
		width: 90%;
		margin: 0 auto;
	}

	div.line2 {
		padding-left: 20px;
	}
}

@media only screen and (min-width:1200px) {

	header,
	.lang-bar {
		padding-left: 32px;
		padding-right: 32px;
		margin: 0 auto;
		max-width: 1366px;
	}

	div#mobileNav {
		display: none;
	}

	div#epNav {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

@media only screen and (max-width:1230px) {
	.logoBox::after {
		content: "";
		display: none;
	}

	.logoText {
		display: none;
	}
}