@charset "utf-8";
/*  
	CSS Document
	Project : Badass Programmers
	File 	: faq.css
	Date 	: 01/06/13 (dd-mm-yy)
	Author  : DBG (info@digitalbrandgroup.com)
*/

.faqBlock {
	padding: 80px 0;
}
.topBand {
	background: #f26522;
}
.topBand h3 {
	color: #fff;
	padding-top: 20px;
	line-height: 1;
	margin-bottom: 0;
}
.topBandBg {
	background:  url(../images/faq/faqBig.png) no-repeat 1% bottom;
	min-height: 150px;
}
.faqLeft {
	float: left;
	padding-left: 5px;
	width: 47%;
}
.faqRight {
	float: right;
	width: 47%;
}
.faqBlock h2 a,
.faqBlock h2 a:hover,
.faqBlock h2 a:visited{
	color: #fff;
	text-decoration: none;
}
.faqBlock h2,
.faqDetails h3{
	font-family: 'Open Sans', sans-serif;
    font-weight: 700;
	font-size: 1.15em;
}
.faqBlock ul li{
	font-family: 'Open Sans', sans-serif;
    font-weight: 400;
	font-size: .9em;
	line-height: 1.9;
}
.faqBlock ul li a {
	text-decoration: none;
	color: #fff;
}
h3.font36px span.font18px {
	font-size: .5em;
}
.faqDetails {
	background: #fff;
	padding: 45px 0 35px 0;
}
.faqDetails h2{
	font-family: 'Open Sans', sans-serif;
    font-weight: 700;
	font-size: 1.3em;
	color: #f26522;
	margin:60px 0 60px 0;
}
.faqDetails h2 a,
.faqDetails h2 a:hover,
.faqDetails h2 a:visited,
h4.backToTop a,
h4.backToTop a:hover,
h4.backToTop a:visited {
	color: #f26522;
	text-decoration: none;
}
h4.backToTop a,
h4.backToTop a:hover,
h4.backToTop a:visited {
	font-size: .9em;
	font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}
h4.backToTop {
	float: right;
	margin: 0 0 1.33em 0;
}
.faqDetails h3{
	margin-top: 30px;
}
.faqDetails ul {
	list-style-type: none;
	padding: 0;
	margin: 25px 0;
	border-bottom: 1px solid #d0d0d0;
}
.faqDetails ul li {
	font-family: 'Open Sans', sans-serif;
    font-weight: 400;
	font-size: .9em;
	overflow: hidden;
	padding-bottom: 35px;
	position: relative;
}
.faqDetails ul li p {
	margin-bottom: 0;
}
.faqDetails ul.noBorder {
	border: 0 none;
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {

}



/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	.faqBlock {
		padding: 40px 0;
	}
   .topBandBg {
		background:  url(../images/faq/faqBig.png) no-repeat 2% bottom;
	}
	.topBand h3 {
		margin-right: 2%;
	}
	.faqLeft, .faqRight {
		width: 43%;
		padding: 0 2%;
	}
	.faqDetails {
		padding: 25px 2% 15px 2%;
	}
}



/* Landscape phones and down */
@media (max-width: 480px) {
	.faqBlock {
		padding: 20px 0;
	}
	.topBandBg {
		background:  url(../images/faq/faq.png) no-repeat 4% bottom;
		min-height: 75px;
	}
	.topBand h3 {
		padding-top: 10px;
		font-size: 1.188em;
		margin-right: 4%;
	}
	.topBand h3 span.font18px {
		font-size: 0.750em;
	}
	.faqLeft,.faqRight {
		width: 92%;
		padding: 0 2%;
	}
	.faqRight{
		float: left;
	}
	.faqBlock h2,
	.faqDetails h2 {
		font-size: 1.1em;
	}
	.faqDetails h3 {
		font-size: .9em;
	}
	.faqBlock ul li {
		font-size: .75em;
	}
	.faqDetails {
		padding: 5px 2% 0 2%;
	}
	.faqDetails h2 {
		margin:40px 0 20px 0;
	}
	h4.backToTop a,
	h4.backToTop a:hover,
	h4.backToTop a:visited {
		display: block;
	}
	h4.backToTop {
		margin: 0 0 1.33em 0;
	}
	.faqDetails ul li p {
		margin-bottom: 1em;
	}
}