@import url("https://fonts.googleapis.com/css?family=Open+Sans&display=swap");

html, body {
  height: 100%;
  margin: 0;
}

body {
	color: #333;
	font: normal normal 400 14px/1.4em "Open Sans", sans-serif;
	margin: 0px;
    height: 100%;
}


a {
	color: #369;
	text-decoration: none;
	outline: none;
	font-weight: 700;
}

a:hover {
}

a.logo {
	background: url(logo2.png) no-repeat left top;
	background-size: contain;
	display: block;
	height: 170px;
	left: 50px;
	margin-top: 15px;
	position: relative;
	top: 0;
	width: 320px;
}

a.logo2 {
	background: url(logo1.png) no-repeat right top;
	background-size: contain;
	display: block;
	height: 125px;
	right: 10px;
	margin-top: -12px;
	position: absolute;
	top: 10px;
	width: 125px;
}

h1,
h2,
h3 {
	color: #369;
}

h1 {
	font: normal normal 700 36px/2.1em "Open Sans", sans-serif;
	margin: 0.67em 0 0.67em 20px;
	padding: 0;
}

h2 {
	font: normal normal 700 1.5em/1.6em "Open Sans", sans-serif;
	margin: 0.83em 0;
	padding: 0;
}

h3 {
	font: normal normal 700 1.17em/1.27em "Open Sans", sans-serif;
	margin: 1em 0;
	padding: 0;
}

hr {
	border-bottom: 1px solid #ccc;
	height: 0px;
	border-top:0px;
}

img {
	border: 0;
	display: block;
}

ol,
ul {
	margin: 1em 0;
	padding: 0 0 0 1.25em;
}

li {
	list-style: none;
	font-weight: 700;
    margin: 0 0 10px;
}

p {
	margin: 1em 0;
	padding: 0;
}

input {
	font: normal normal 300 14px/20px 'Open Sans', sans-serif;
    width: 40%;
    background: url(input.png) repeat-x left top;
    color: #666666;
    padding: 10px 15px;
    margin: 10px 0;
}

input.submit {
    background: #FFE600;
    border: none;
    color: #333;
    cursor: pointer;
    font: normal normal 700 24px/28px 'Open Sans', sans-serif;
    margin: 10px 0;
	width:25%;
    padding: 15px 40px;
    text-align: center;
    -webkit-transition: background-color 10ms ease-out 10ms;
    -moz-transition: background-color 10ms ease-out 10ms;
    -o-transition: background-color 10ms ease-out 10ms;
    transition: background-color 10ms ease-out 10ms;
}

#epAttention {
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	padding: 10px 0px;
}

#epColumn1 {
	width: 91%;
	padding: 20px;
	min-height: 400px;
}

#epColumn2 {
	background: url(bg.png) 89% repeat-y;
	box-sizing: border-box;
	float: right;
	padding: 20px;
	width: 27%;
}

#epColumn3 {
	padding: 20px;
}

#epContent {
	border: 1px solid #ccc;
	display: flex;
	margin: -1px 0;
	overflow: hidden;
	width: 1400px;
}

.grey-bg {
	background: darkgray;
	padding: 10px;
}

#epEmergency {
	background: darkgray;
	border: 1px solid #ccc;
	color: #fff;
	margin-top: 0px;
	text-align: center;
	padding: 20px 0px;
	width: 1400px;
}

#epNAVEXFooter {
	border: 1px solid #ccc;
	background: #d6d6d6;
	clear: both;
	text-align: center;
	width: 1400px;
}

#epNAVEXFooter a {
	color: #333;
	font-weight: 400;
}

#epNAVEXFooter th {
	display: none;
}
.footerBox
{
  
    padding-left: 0px;
    padding-right:0px;
}
.prefooterContainer {
    background-color: #F3F3F3;
    height: 260px;
    display: table;
    width: 100%;
    text-align: center;
    font-family: 'Calibri', 'sans-serif';
    font-size: 18px;
}

.prefooterText {
    color: #2F2F2F;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    font-family: 'Calibri', 'sans-serif';
}

.prefooterTitle {
    color: #2F2F2F;
    font-size: 34px;
    font-weight: 700;
    font-family: 'Calibri', 'sans-serif';
}

.footerContainer {
    color: #2F2F2F;
    display: table;
    width: 100%;
    text-align: center;
    font-family: 'Calibri', sans-serif;
    font-size: 18px;
    font-weight: 500;
}

.footerText {
    background-color: #4E4D52;
    height: 80px;
    color: white;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    font-family: 'Calibri';
}
#epHeader {
	height: 90px;
	position: relative;
}

#epLang {
	color: black;
	position: absolute;
	right: 190px;
	top: 90px;
	display: block;
	border: none;
}

#epLang a {
    border-right: 2px solid #999999;
	color: #999999;
	padding: 0 5px;
}

#epLang a:last-of-type {
    border: none;
}

#epNav {
	border: 1px solid #ccc;
	float: right;
	font: normal normal 400 12px/25px "Open Sans", sans-serif;
	margin-top: -35px;
	margin-right: -2px;
	width: 70%;
}

#epNav a {
	color: #777;
	display: block;
	float: left;
	padding: 12px 20px;
}

#epNav a:hover {
	background: linear-gradient(top, #666 0, #45484d 100%);
	background: -webkit-linear-gradient(top, #666 0, #45484d 100%);
	background: -moz-linear-gradient(top, #666 0, #45484d 100%);
	background: -o-linear-gradient(top, #666 0, #45484d 100%);
	background-image: -ms-linear-gradient(top, #666 0, #45484d 100%);
	color: #fff;
}

.leftImages{

}

.index-split-pane {
	display: flex;
	flex-direction: row;
}

.index-split-pane > div {
	box-sizing: border-box;
}

.right-pane > div {
	box-sizing: border-box;
	padding: 10px;
}

.right-pane .row {
	display: flex;
	flex-direction: row;
}

.right-pane .row .info-card {
	width: 50%;
}

.info-cards {
	box-sizing: border-box;
	padding-right: 20px;
}

.border-right {
	border-right: 3px solid #ccc;
}

.index-split-pane > div:nth-child(1) {
	width: 42%;
}

.index-split-pane > div:nth-child(2) {
	padding-left: 10px;
	width: 58%;
}

.info-card {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}

.info-card > span {
	align-items: flex-start;
	display: flex;
	justify-content: center;
	width: 112px;
	margin-right: 10px;
}

.info-card > span > img {
}

.info-card > p {
	margin-top: 10px;
	width: 85%;
}

#epWrapper {
	margin: 0 auto;
	position: relative;
	width: 1400px;
}

/*dp2*/

#epDataPrivacy .online,
#epDataPrivacy .phone,
#epDataPrivacy .output {
}

#epDataPrivacy ol.dropDowns {
	list-style: none;
	margin: 0;
	padding: 0;
}

#epDataPrivacy select {
	font: normal normal 400 12px/15px "Open Sans", sans-serif;
	margin: 0 0 1em 0;
	width: 100%;
}

/*phone*/

#epPhone select {
	font: normal normal 400 12px/15px "Open Sans", sans-serif;
	margin: 0 0 1em 0;
	width: 100%;
}

.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;
}

/* Uncomment Out to Customize Issue Selection Page

#epIssues{
width:100%;
}

#epIssues .catdesc{
display:none;
}

#epIssues .catname{
font:normal normal 700 16px/20px sans-serif;
}

#epIssues .details{
font:normal normal 400 12px/20px sans-serif;
position:absolute;
right:0;
top:0;
}

#epIssues .issue{
color:#0000ff;
margin:10px 0;
position:relative;
}

#epIssues .issue:hover{
color:#008000;
}

#epIssues .name{
font:normal normal 700 14px/20px sans-serif;
}

#epIssues .desc{
padding:1em 0 0 0;
}

*/
