/* FAQs */
.faqs {
	position: relative;
	background-image: url(/images/SAM/faqs-bg.jpg);
	background-size: cover;
	background-position: 50% 50%;
}

.faqs header {
	text-align: center;
	margin-bottom: 3em;
}

.faqs ul.flex {
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.faqs li {
	width: 30.5%;
}

.faqs li strong {
	font-size: 1.111em;
	font-weight: 600;
	max-width: 16em;
	display: block;
	margin-bottom: 1em;
	position: relative;
	padding-left: 2.5rem;
	line-height: 1.5;
}

.faqs li strong:before {
	content: '\f147';
	font-family: 'icomoon-ult';
	position: absolute;
	top: 50%;
	left: 0;
	border-radius: 50%;
	line-height: 1;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	display: block;
	padding: 0.5em;
	font-size: 1rem;
	background-color: rgba(0,0,0,0.25);
}

.faqs li p {
	position: relative;
	padding-left: 2.5em;
}

.faqs li p:before {
	content: '\ed7e';
	position: absolute;
	font-family: 'icomoon-ult';
	border-radius: 50%;
	padding: 0.5em;
	display: block;
	line-height: 1;
	left: 0;
	top: 0;
}
/* End FAQs */

/* Responsive - 1436px */
@media screen and (max-width: 1436px) {
}
/* End Responsive - 1436px */

/* Responsive - 1120px */
@media screen and (max-width: 1120px) {
	.faqs li {
		width: 32%;
	}
}
/* End Responsive - 1120px */

/* Responsive - 875px */
@media screen and (max-width: 875px) {
	.faqs li {
		width: 100%;
	}

	.faqs li + li {
		margin-top: 2.5em;
	}
}
/* End Responsive - 875px */

/* Responsive - 800px (Mobile) */
@media screen and (max-width: 800px) {
}
/* End Responsive - 800px (Mobile) */

/* Responsive - 683px */
@media screen and (max-width: 683px) {
}
/* End Responsive - 683px */

/* Responsive - 532px */
@media screen and (max-width: 532px) {
}
/* End Responsive - 532px */

/* Responsive - 414px */
@media screen and (max-width: 414px) {
}
/* End Responsive - 414px */

/* Responsive - 323px */
@media screen and (max-width: 323px) {
}
/* End Responsive - 323px */
