/* TYPOGRAPHY
================================================== */


.largeQuote h2{margin-bottom: 0;}

.paralaxText h2 {
	font-size: 36px;
	font-weight: 400;
	line-height:1.5em;

	padding:0.5em 0;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}

.paralaxText blockquote {
	font-size: 22px;
	line-height:22px;
	margin-bottom: 0;
	font-weight: 400;
	display: inline-block;
	padding: 21px;
	text-align: center;
}

.paralaxText blockquote >a {
	font-size: 22px;
	color:#FFFFFF;
	text-decoration:none;
	line-height:22px;
	margin-bottom: 0;
	font-weight: 400;
	display: inline-block;
	padding: 21px;
	text-align: center;
}


.paralaxText blockquote >a:hover {
	font-size: 22px;
	color:#FFFFFF;
	text-decoration:none;
	line-height:22px;
	margin-bottom: 0;
	font-weight: 400;
	display: inline-block;
	padding: 21px;
	text-align: center;
}

.paralaxText .testimonialCarousel blockquote {text-transform: none;letter-spacing:normal;
	font-size: 22px;
	line-height:22px;
}
.paralaxText .iconBig {
	font-size: 22px;
}




blockquote {
	font-size:18px;
	line-height: 22px;
	margin-bottom:22px;
	font-weight:100;
	padding:0;
	border:none;
	text-align:left;
}

blockquote h1 >a {
	font-size:18px;
	color:#FFFFFF;
	text-decoration:none;
	line-height: 22px;
	margin-bottom:22px;
	font-weight:100;
	padding:0;
	border:none;
	text-align:left;
}

blockquote h1 >a:hover {
	font-size:18px;
	color:#FFFFFF;
	text-decoration:none;
	line-height: 22px;
	margin-bottom:22px;
	font-weight:100;
	padding:0;
	border:none;
	text-align:left;
}


blockquote h1 {
	display:inline;
}
blockquote p {
	font-size: inherit;
	display:inline;
}
blockquote small, .ctaBox blockquote small{
	font-size:50%;
	display:inline-block;
	line-height: 1em;
}
blockquote:before {

	margin-right:0.1em;
}
blockquote:after {

	margin-left:0.1em;
}

blockquote.pull-right {border:none;}

.quoteRow blockquote:before, .quoteRow blockquote:after {
	content:none;
}



/*** END MEDIA QUERIES ***/



/* PARALLAX STUFF
================================================== */
*[id^="paralaxSlice"]{
	width:100%;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: top center;
	background-size: cover;
	overflow: hidden;
}

.maskParent{
	position: relative;
	height:100%;
}

.paralaxText {
	padding-top:33px;
	padding-bottom:33px;
	text-align:center;
	position: relative;
}

.paralaxMask {
	width:100%;
	height:100%;
	overflow:hidden;
	position:absolute;
	background:rgba(0,0,0,0.15);
}

/*** MEDIA QUERIES ***/


@media(max-width:767px){}

@media(min-width:768px){

	*[id^="paralaxSlice"] {
		background-size: 120%;
	}
	.paralaxText {
		padding-top:33px;
		padding-bottom:33px;
	}

}

@media(min-width:992px){

	.paralaxText {
		padding-top:88px;
		padding-bottom:88px;
	}
}

@media(min-width:1200px){
	*[id^="paralaxSlice"]{
		background-position: 50% 0;
		background-attachment: fixed;
	}
}

/*** END MEDIA QUERIES ***/

/* END PARALLAX STUFF

