@charset "utf-8";

#faqContainer {
	margin-bottom: 30px;
}

#faqContainer .mainHeadline .arrowBack{
    color: #ca0614;
    font-size: 16px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    left: 3.5%;
}

#faqContainer .mainHeadline {
    height: 59px;
    line-height: 59px;
    font-family: BrandonGrotesque;
    font-weight: 700;
    font-size: 16px;
    color: #1A1A1A;
    text-align: center;
    text-transform: uppercase;
    border-width: 1px 0px;
    border-style: solid;
    border-color: #CCC;
    margin: 0px;
    padding: 0px 6.25%;
    background-color: #FAFAFA;
    cursor: pointer;
    position: relative;
}

#faqContainer .mainHeadline::before {
    color: #ca0614;
    content: "\a009"; /* ico-arrow_round_down */
    font-size: 16px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    right: 6%;
}

#faqContainer .mainHeadline.closed::before{
    content: "\a006";
}

#faqContainer .faqDescription{
	font-family: BrandonGrotesque;
	font-weight: 400;
	font-size: 15px;
	color: #1A1A1A;
	padding: 35px 40px;
}

#faqContainer .toggleWrapper.faqsContainer {
    width: auto;
    margin: 0;
}

#faqContainer .faqContentWrapper {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    margin: 0 20px;
}

#faqContainer .toggleWrapper.faqsContainer .faqContentWrapper .faqActionContainer .text{
	
}

#faqContainer .faqContentWrapper .faqActionContainer .headline{
    margin: 0px;
    padding: 0px;
    font-family: BrandonGrotesque;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
    height: 50px;
    line-height: 1.2;
    border-bottom: 1px solid #ccc;
    position: relative;
    display: table;
    table-layout: fixed;
    width: 100%;
}

#faqContainer .faqContentWrapper .faqActionContainer .headline .counterFaq{
	color: #aa0d08;
	padding: 0 5px;
    display: table-cell;
    vertical-align: middle;
    width: 40px;
    text-align: center;
}

#faqContainer .faqContentWrapper .faqActionContainer .headline .questionFaq{
    display: table-cell;
    vertical-align: middle;
    /* width: calc(100% - 90px);
    width: -webkit-calc(100% - 90px); */
    padding: 5px 10px 5px 0;
}

#faqContainer .faqContentWrapper .faqActionContainer .headline .toggleSection:before{
	 color: #c4050d;
    content: "\a006"; /* ico-arrow_round_down */
    font-size: 13px;
}

#faqContainer .faqContentWrapper .faqActionContainer .headline .toggleSection{
	border-left: 1px solid #ccc;
	width: 50px;
	position: relative;
	text-align: center;
    display: table-cell;
    vertical-align: middle;
}

#faqContainer .faqContentWrapper .faqActionContainer .headline:not(.closed) .toggleSection:before{
    content: "\a009"; /* ico-arrow_round_up */
}

#faqContainer .faqContentWrapper .faqActionContainer .faqsToHide{
	display: none;
	background-color: #fafafa;
	border-bottom: 1px solid #ccc;
	padding: 25px 50px 25px 40px;
}

#faqContainer .faqContentWrapper .faqActionContainer:first-child .faqsToHide{
	/* display: block; */
}

@media (min-width:1280px){
	
	#faqContainer .mainHeadline::before,
	#faqContainer .mainHeadline.closed::before{
		content: "";
	}

	#faqContainer .mainHeadline {
		background: #fafafa none repeat scroll 0 0;
		border-top: 0 none;
		cursor: default;
		font-size: 28px;
		height: 96px;
		line-height: 96px;
	}

    #faqContainer .faqContentWrapper {
        margin: 0 60px;
    }

    #faqContainer .faqDescription{
        padding: 35px 80px;
    }
}



/*FAQ MOBILE MENU*/

.faq-mobile-menu .rootNavigationBar{
    display: none;
}

.faq-mobile-menu .navigationbarcollectioncomponentUL{
    margin-bottom: 0;
}

.faq-mobile-menu .sectionLink,
.faq-mobile-menu .sectionLinkContainer .link{
    display: block;
    padding: 20px 45px;
    background: #fff;
    text-align: center;
    text-transform: uppercase;
    color: #1A1A1A;
    font-family: MuseoSans;
    font-weight: 700;
    font-size: 14px;
    position: relative;
}

.faq-mobile-menu .sectionLink:before {
    color: #1a1a1a;
    content: "\a006";
    font-size: 14px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    right: 6%;
}

.faq-mobile-menu .sectionLink.open:before{
    content: "\a009";
}

.faq-mobile-menu .sectionLinkContainer{
    background: #fafafa;
    display: none;
}

.faq-mobile-menu .sectionLinkContainer .link{
    background: #fafafa;
}


@media (min-width: 1280px) {
    .faq-mobile-menu {
        display: none;
    }
}
