@import url('https://fonts.googleapis.com/css?family=Roboto:400,700');
body {
	color: #373737;
	font: normal normal 300 14px/20px 'Roboto', sans-serif;
	margin: 0;
	text-rendering: optimizeLegibility;
}
.container {
	min-width: 1400px;
	margin: 0 auto;
	width: 100%;
}
a {
	color: #FF4D00;
	outline: none;
	text-decoration: none;
	-webkit-transition: color 100ms ease-out 200ms;
	-o-transition: color 100ms ease-out 200ms;
	transition: color 100ms ease-out 200ms;
}
a:hover,
a:focus {color: #333333;}
a.logo {
	background: url(logo1.png) no-repeat left top;
	display: block;
	height: 109px;
	/*left:180px;*/
	position: absolute;
	top: 8px;
	width: 316px;
}
a.code {
	background: url(arrow.png) no-repeat left 9px;
	font: normal normal 300 22px/26px 'Roboto', sans-serif;
	padding: 0 0 0 20px;
	text-decoration: none;
}
button,
input.submit {
	background: #FF4D00;
	border: none;
	color: #fff;
	cursor: pointer;
	font: normal normal 300 24px/28px 'Roboto', sans-serif;
	margin: 10px 0;
	padding: 15px 40px;
	text-align: center;
	-webkit-transition: background-color 10ms ease-out 10ms;
	-o-transition: background-color 10ms ease-out 10ms;
	transition: background-color 10ms ease-out 10ms;
}
button:hover,
input.submit:hover,
button:focus,
input.submit:focus {background: #949494;}
h1 {
	font: normal normal 300 45px/55px 'Roboto', sans-serif;
	margin: 0 0 20px;
	padding: 0;
}
h2 {
	font: normal normal 700 22px/28px 'Roboto', sans-serif;
	margin: 0.83em 0;
	padding: 0;
}
h3 {
	font: normal normal 400 18px/24px 'Roboto', sans-serif;
	margin: 0 0 10px;
	padding: 0;
}
h4 {
	font: normal normal 400 16px/20px 'Roboto', sans-serif;
	margin: 0 0 10px;
	padding: 0;
}
hr {
	background: #dfdfdf;
	border: none;
	height: 1px;
	margin: 40px 0;
	width: 100%;
}
img {
	border: 0;
	display: block;
}
input {
	border: 1px solid #373737;
	color: #666666;
	font: normal normal 300 14px/20px 'Roboto', sans-serif;
	margin: 10px 0;
	padding: 5px 15px;
	width: 80%;
}
input.submit {width: auto;}
input#epConsentCheck {
	float: left;
	height: 26px;
	margin: 0 10px 0 0;
	width: 26px;
}
ol,
ul {
	margin: 1em 0;
	padding: 0 0 0 1.25em;
}
p {
	margin: 0 0 10px;
	padding: 0;
}
strong {font-weight: 700;}
#epAttention {
	margin: 0 auto;
	position: absolute;
	width: 940px;
	text-align: right;
	color: #000;
	font-size: 12px;
}
#epBarWrapper {
	background: #c1c1c1;
	background-size: cover;
	clear: both;
	float: left;
	/*left: 50%;*/
	/*margin-left: -600px;*/
	height: 220px;
	position: relative;
	width: 100%;
	min-width: 1450px;
}
body.index #epBarWrapper {
	background: #949494 url(banner.jpg) no-repeat left top;
	background-size: auto 420px;
	background-attachment: scroll;
	height: 420px;
}
body.phone #epBarWrapper,
body.services #epBarWrapper {/*height:220px;*/}
body.issues #epBarWrapper {height: 50px;}
body.follow #epBarWrapper {height: 250px;}
body.phone #epBarWrapper {height: 205px;}
body.report #epBarWrapper {height: 170px;}
body.question #epBarWrapper {height: 210px;}
#epBar {
	font-size: 24px;
	line-height: 28px;
	margin: 0 auto;
	position: relative;
	width: 940px;
	display: block;
	height: 50px;
}
#epBarImage {
	height: 220px;
	position: absolute;
	right: 0px;
	top: -25px;
	width: 300px;
}
body.report #epBarImage {
	background: url(report.png) no-repeat 90% top;
	background-size: 60%;
}
body.question #epBarImage {
	background: url(question.png) no-repeat 90% top;
	background-size: 60%;
}
body.follow #epBarImage {
	background: url(follow.png) no-repeat 90% 55%;
	background-size: 60%;
}
body.phone #epBarImage {
	background: url(phone.png) no-repeat 90% 20%;
	background-size: 60%;
}
body.services #epBarImage {
	background: url(services.png) no-repeat right top;
	background-size: 70%;
	height: 170px;
}
#epBarText {
	clear: both;
	float: left;
	font-size: 18px;
	line-height: 24px;
	padding: 20px 0;
	position: relative;
	width: 700px;
	color: #fff;
}
#epBarTextHome {
	clear: both;
	float: left;
	font-size: 18px;
	line-height: 20px;
	position: relative;
	top: 66px;
	width: 286px;
	padding: 25px;
	left: 0;
	height: 202px;
	font-weight: bold;
}
#epBar .ceo {
	color: #949494;
	font-size: 18px;
	line-height: 24px;
	margin: 20px 0 0;
}
#epBar .step {
	color: #333333;
	font-size: 18px;
	line-height: 24px;
}
/*Homepage Bar*/
body.index #epBarWrapper {/*background:#333333 url(home.png) no-repeat center top;*/}
body.index #epBar {
	color: #fff;
	font-weight: 400;
	padding: 30px 0;
}
body.index #epBar h3 {
	font: normal normal 400 30px/32px 'Roboto', sans-serif;
	/*color: #FF4D00;*/
}
.breadcrumb {
	background: #c1c1c1;
	display: block;
	height: 40px;
	width: 1200px;
	margin: 0 auto;
	padding-left: 130px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#epBreadcrumb {
	clear: both;
	font-size: 16px;
	line-height: 50px;
	list-style: none;
	margin: 0 auto;
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 1200px;
	margin: 0 auto;
}
#epBreadcrumb li {
	display: block;
	float: left;
}
#epBreadcrumb li a {
	background: url(breadcrumb.png) no-repeat right center;
	color: #fff;
	margin: 0 10px 0 0;
	padding: 0 20px 0 0;
	text-decoration: none;
}
#epBreadcrumb li a:hover,
#epBreadcrumb li a:focus,
#epBreadcrumb li a.selected {}
#epBreadcrumb li a.selected {
	background: transparent;
}
/*Homepage Buttons*/
#epButtonsWrapper {
	background: #ff7d00;
	clear: both;
	/*float:left;*/
	width: 100%;
	min-width: 1400px;
	margin: 0 auto;
}
#epButtons {
	background: url(btnBg.png) no-repeat 0px 0px;
	height: 205px;
	/*padding:20px 0;*/
	margin: 0 auto;
	width: 940px;
}
#epButtons a {
	background: url(border.png) no-repeat left;
	background-size: contain;
	color: #fff;
	float: left;
	height: 135px;
	margin: 0px 0px 0 0;
	overflow: hidden;
	padding: 0px 0 20px 0;
	position: relative;
	text-align: center;
	width: 220px;
	margin-top: 30px;
}
#epButtons a:first-child {background: none;}
#epButtons a:hover {
	/*background:#28628e;*/
	/*font-weight: bold;*/
}
#epButtons a.four {/*margin:0;*/}
#epButtons .title {
	font: normal normal 300 20px/26px 'Roboto', sans-serif;
	left: 0px;
	position: absolute;
	top: 120px;
	text-align: center;
	width: 100%;
	z-index: 10;
}
#epButtons .title:hover,
#epButtons .title:focus {font-weight: 400;}
#epButtons .report,
#epButtons .question,
#epButtons .follow,
#epButtons .phone {
	display: block;
	height: 160px;
	left: 0px;
	position: relative;
	top: 0px;
	width: 218px;
	z-index: 5;
}
#epButtons .report {
	background: url(report.png) no-repeat center 10%;
	background-size: auto 100px;
}
#epButtons .question {
	background: url(question.png) no-repeat center 10%;
	background-size: auto 100px;
}
#epButtons .follow {
	background: url(follow.png) no-repeat center 12%;
	background-size: auto 100px;
}
#epButtons .phone {
	background: url(phone.png) no-repeat center 10%;
	background-size: auto 100px;
}
#epColumn1 {
	margin-right: 350px;
	min-height: 400px;
	padding: 0 50px 0 0;
}
#epColumn2 {
	float: right;
	padding: 0px;
	width: 350px;
}
#epColumn2 #epCode,
#epColumn2 #epFaq {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#epFaq .expand-button,
#epFaq strong {
	color: #FF4D00;
	font-weight: bold;
}
#epFaq .expand-button-closed::before {
	content: "+";
	padding: 0 3px;
	position: relative;
	display: inline-block;
	font-size: 20px;
}
#epFaq .expand-button-opened::before {
	content: "-";
	padding: 0 3px;
	position: relative;
	display: inline-block;
	font-size: 20px;
}
#epFaq h2 {color: #373737}
#epFaq a {text-decoration: underline;}
.faq {
	font-size: 16px;
	height: 20px;
	margin: 0 auto;
	text-align: center;
	width: 300px;
}
#epColumn3 {padding: 0px;}
#epColumn4 {float: left;}
#epColumn4 li {
	list-style: none;
	font-weight: bold;
}
#epContent {
	clear: both;
	float: left;
	padding: 20px 0 100px;
	width: 940px;
}
#epEmergency {
	border-bottom: 1px solid #eaeaea;
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
	width: 940px;
}
#epFollow {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#epFooterWrapper {
	background: #949494;
	clear: both;
	color: #f0eeee;
	font-size: 12px;
	width: 100%;
	min-width: 1450px;
	margin: 0 auto;
}
#epFooter {
	margin: 0 auto;
	position: relative;
	width: 940px;
}
#epFooter .line1 {float: left;}
#epFooter .line2 {float: right;}
#epFooter a {
	color: #f0eeee;
	padding: 0 4px;
	text-decoration: underline;
}
#epFooter th {display: none;}
#epHeaderWrapper {
	left: 0px;
	top: 0px;
	width: 100%;
	min-width: 1400px;
	height: 109px;
}
.headerOrange {
	background: #ff4d00 url(bg.png) no-repeat right top;
	float: left;
	width: 17%;
	display: block;
	height: 109px;
}
#epHeader {
	margin: 0 auto;
	position: relative;
	width: 940px;
}
#epLang {
	position: absolute;
	right: 0px;
	display: none;
}
#epLang a {
	color: #949494;
	display: block;
	float: left;
	font-weight: 700;
	overflow: hidden;
	padding: 0 0 5px 15px;
	position: relative;
	text-decoration: none;
}
#epLang a:hover,
#epLang a:focus {overflow: visible;}
#epNav {
	float: right;
	font: normal normal 300 15px/20px 'Roboto', sans-serif;
	position: relative;
	/*right:180px;*/
	top: 66px;
}
#epNav a {
	border-right: 1px solid #dfdfdf;
	color: #787878;
	display: block;
	float: left;
	padding: 0 10px;
	text-decoration: none;
}
#epNav a:last-child {border: none;}
#epNav a:hover,
#epNav a:focus {color: #333333;}
#epNav a.selected {
	color: #333333;
	font-weight: 700;
}
/*Homepage Text*/
#epSixThingsWrapper {
	position: relative;
	clear: both;
	float: left;
	left: 50%;
	margin-left: -600px;
	min-height: 350px;
	min-width: 960px;
	padding: 30px 0;
	width: 1200px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#epSixThings {
	margin: 0 auto;
	position: relative;
	width: 940px;
}
#epSixThings h2 {
	font: normal normal 300 30px/34px 'Roboto', sans-serif;
	margin: 0px 0 50px;
	text-align: center;
}
#epSixThings h4 {color: #FF4D00;}
#epSixThings strong {color: #373737;}
#epSixThings .thing {
	float: left;
	margin: 0 20px 40px 0;
	min-height: 100px;
	width: 440px;
}
#epSixThings .thing.last {margin: 0px;}
#epWrapper {
	float: left;
	left: 50%;
	margin-left: -480px;
	padding: 0 10px;
	position: relative;
	width: 940px;
	clear: both;
}
/*dp2*/
#epDataPrivacy .online,
#epDataPrivacy .phone,
#epDataPrivacy .output {
	display: none;
}
#epDataPrivacy table td {
	padding-right: 20px;
	cursor: pointer;
}
#epDataPrivacy table td:hover,
#epDataPrivacy table td:focus {color: #FF4D00;}
#epDataPrivacy table th {min-width: 239px;}
#epDataPrivacy ol.dropDowns {
	list-style: none;
	margin: 0;
	padding: 0;
}
#epDataPrivacy select {
	border: 1px solid #373737;
	color: #666666;
	font: normal normal 300 14px/20px 'Roboto', sans-serif;
	margin: 10px 0;
	padding: 5px 15px;
	width: 80%;
	background: transparent url(arrow_down.png) no-repeat 400px center;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}
#epDataPrivacy .text {
	color: #FF4D00;
	font-weight: 700;
}
#epDataPrivacy li.city .text,
#epDataPrivacy li.name .text,
#epDataPrivacy li.branch .text {
	/*color:#333333;*/
	/*font-weight:300 !important;*/
}
#epDataPrivacy .country1 {margin: 0 0 30px;}
#epDataPrivacy .continueText {margin: 30px 0 0;}
/*phone*/
#epPhone select {
	background: url(select.png) repeat-x left top;
	border: 1px solid #373737;
	color: #666666;
	font: normal normal 300 14px/20px 'Roboto', sans-serif;
	margin: 10px 0;
	padding: 5px 15px;
	width: 80%;
	background: transparent url(arrow_down.png) no-repeat 400px center;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}
#epPhone .text {
	color: #FF4D00;
	font-weight: 700;
}
#epPhone .output {margin: 40px 0 0;}
#epPhone .direct,
#epPhone .itfs,
#epPhone .att,
#epPhone .collect,
#epPhone .other {}
#epPhone .other,
#epPhone .other strong {font: normal normal 300 18px/24px 'Roboto', sans-serif;}
#epPhone td {font-weight: 700;}
/*Issues*/
#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;
	display: none;
}
#epIssues .issue {
	color: #373737;
	/*min-height:100px;*/
	float: left;
	position: relative;
	border: 1px solid #373737;
	width: 100%;
	margin: 10px 0;
	display: table;
}
#epIssues .issue:hover,
#epIssues .issue:focus {color: #FF4D00;}
#epIssues .name {
	background: #FF4D00;
	color: #fff;
	font: normal normal 700 20px/24px sans-serif;
	width: 300px;
	border: 2px solid red;
	margin-right: 5px;
	display: table-cell;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: middle;
	padding: 20px;
}
#epIssues .desc {
	font-size: 14px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: table-cell;
	vertical-align: middle;
	padding: 2em 1em 2em 2em;
}
.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;
}
.fa {
	padding-right: 5px;
	/*font-family: Roboto;*/
}