
/* FAQs start */

.faq{
	margin-bottom:2em;
}

.faq a.expandable-link {
	color:#121212;
    display: block;
    font-size: 1.3125em;
    font-weight:500;
    line-height: 1.555em;
    margin: 0;
	padding:4px 40px 4px 0;
	position: relative;
    text-align: left;
	text-decoration: none;
}
.faq a.expandable-link:after {
	background:url('/assets/images/global/expandable-icon-close.svg') 100% 50% no-repeat;
	background-size:20px auto;
	content:"";
	display:block;
	height:30px;
	position: absolute;
	right:0;
    text-align:center;
	top:4px;
	width:30px;
}
.faq a.expandable-link.closed:after {
	background:url('/assets/images/global/expandable-icon-open.svg') 100% 50% no-repeat;
	background-size:20px auto;
}
.faq .expandable-area {
	padding:14px 0px;
}

.faq p{
	max-width:1130px;
}
.faq ul{
	max-width:1130px;
}

.faq p:first-child{
	margin-top:0;
}

.img-padding-right{
	display:inline-block;
	padding-right:12px;
}

@media only screen and (min-width:48em){

	.img-padding-right{
		padding-right:0px;
	}

}

/* FAQs end */
