
/* FAQ PAGE */

.Head_Container_Supporter_FAQ {
	width: 100%;
	background-color: #FFE;
	margin: 0;
	padding: 0;
	box-shadow: 5px 5px 10px 2px #999;
}

.Head_Image_Supporter_FAQ {
	background-image: url("/site/graphics/backgrounds/people/Background_SisterPonderingQuestion_Right_1415x757.png");
	height: 36vw;
	max-height: 620px;
 	background-repeat: no-repeat;
  	background-size: cover;
	background-position: top right;
	padding-top: 6%;
	padding-left: 0;
	padding-right: 50%;
    padding-bottom: 100px;
	text-align: left;
	font-size: 30px;
	font-weight: bold;
	text-shadow: 2px 2px 5px #FFF;
}

.Container_FAQ {
    margin: 40px 0 50px;
}






/* Mobile First */

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

	.Head_Image_Supporter_FAQ {
		font-size: 5.8vw;
		height: 260px;
		padding-right: 35%;
	}

}







/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

	.Head_Image_Supporter_FAQ {
		font-size: 45px;
		height: 320px;
		padding-right: 35%;
		padding-top: 5%;
	}

}




/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

	.Head_Image_Supporter_FAQ {
		font-size: 60px;
		height: 375px;
		padding-top: 4%;
	}

}




/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

	.Head_Image_Supporter_FAQ {
		font-size: 70px;
		height: 450px;
		padding-top: 2%;
	}

}