.faq-page .steps:after {
	content: url(../images/faq-seprator-img.jpg);
	display: block;
	position: absolute;
	right: 9px;
	top: 10px;
}
.faq-page .steps:last-child:after {
	content: "";
}
.faq-page .steps div {
	width: 93%;
}
.steps {
	margin-top: 10px;
	padding-left: 20px;
}
.steps p {
	color: #5c5c5c;
	font-size: 17px;
	font-family: Arial, Helvetica, sans-serif;
}
.steps h2 {
	font-size: 24px;
	color: #424241;
	font-family: 'Gotham-MediumGotham-Medium';
	width: 100%;
	text-transform: uppercase;
	margin: 0 0 15px;
}
.steps img {
	width: 100%;
	max-width: 300px;
}
.accordion h3 {
	font-size: 1.5em;
}

.video {
	max-width: 600px;
}

.faq-accordion .panel-title a {
	color: #0895c3;
	display: block;
	font-size: 18px;
	width: 100%;
	text-indent: 10px;
	font-family: "Trebuchet MS",Tahoma,Verdana,Arial,sans-serif;
	font-weight: bold;
	/*height: 30px;*/
	line-height: 30px;
}
.faq-accordion .panel-title a:hover {
	text-decoration: none;
}
.faq-accordion .panel-title span.arrow {
	margin-top: 4px;
}
.faq-accordion .panel-body {
	height: 140px;
	min-height: 140px;
	overflow: auto;
}
.faq-sidebar {
	background: #fff;
	border: 1px solid #D0D0D0;
	margin: 53px 0 0 0;
	padding: 15px 7px;
}

.divider {
    width: 99%;
    height: 2px;
    float: left;
    background: url(../images/divider-gradient.jpg) left top repeat-x;
    margin: 15px 0;
}
#mediaThumbnailFrame {
    height: 225px;
    width: 400px;
    z-index: 1;
}

#mediaModalDialogHelp {
    height: 450px;
    left: 50%;
    margin-left: -415px;
    margin-top: -257px;
    position: absolute;
    top: 50%;
    width: 800px;
}

#mediaModalContentHelp {
    height: 450px;
    width: 800px;
}

#mediaModalBodyHelp {
    height: 450px;
    padding: 0px;
    position: relative;
    width: 800px;
}

#mediaModalFrameHelp {
    height: 450px;
    width: 800px;
}

#mediaModalCloseHelp {
    position: absolute;
    right: 20px;
    top: 20px;
}

#mediaThumbnailWrapper {
    position: relative;
}

#mediaThumbnailFrameBlocker {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.js-video {
	 height: 0;
	 padding-top: 25px;
	 padding-bottom: 67.5%;
	 margin-bottom: 10px;
	 position: relative;
	 overflow: hidden;
}

.js-video.widescreen {
	padding-bottom: 56.34%;
}

.js-video.vimeo {
	padding-top: 0;
}

.js-video embed, .js-video iframe, .js-video object, .js-video video {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
}

#accordion .panel-heading {
    background: none;
    background-color: #f8f8f8;
}