
.faq-page .wrapper,
.stockists-post-content .wrapper{
	font-family: 'Unica', sans-serif;
    font-weight: 300;
	margin-bottom: 3.9%;
    margin-top: 4.5%;
    max-width: 1360px;
	overflow: hidden;
}

.faq-title{
	font-size: 12px;
    letter-spacing: 0.05em;
    margin-bottom: 5.7%;
}

.faq-sidebar,
.stockists-sidebar{
	float: left;
	width: 28%;
}
.faq-sidebar a,
.stockists-sidebar a {
    font-size: 26px;
    display: block;
    margin-bottom: 0.85em;
}
.faq-sidebar a:not(.active),
.stockists-sidebar a:not(.active){
    color: #666;
}
.faq-main-col,
.stockists-main-col{
	float: right;
	letter-spacing: 0.015em;
	margin-top: -5px;
    width: 72%;
}
.faq-main-col{
    margin-top: -5px;
}
.faq-main-col > div,
.stockists-main-col > div{
	max-width: 800px;
}
.question-block{
	font-size: 16px;
    line-height: 26px;
}
.question-block-question{
	font-weight: 400;
}
.question-block-answer{
    margin-bottom: 47px;
}

.question-block-shipping {
    overflow: hidden;
    max-width: 600px;
    margin-top: 24px;
}
.shipping-title {
    float: left;
    clear: both;
}
.shipping-price {
    float: right;
    width: 50%;
    max-width: 200px;
}
.question-block a{
    border-bottom: 1px solid #aaa;
}

#all-questions{
    margin-top: 7px;
}
#all-questions .question-block{
    margin-top: 24px;
}
.toggle-question-block,
.stockists__subsection{
	border-top: 1px solid #ccc;
}
.toggle-question-block:last-of-type,
.stockists__subsection:last-of-type{
	border-bottom: 1px solid #ccc;
}
.faq-question-toggle,
.stockists-toggle-title{
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0;
    padding: 24px 0;
}
.faq-question-toggle .chevron,
.stockists-toggle-title .chevron{
    background-image: url(../images/Sidebar_Arrow_Expand.svg);
    background-repeat: no-repeat;
    background-size: contain;
    height: 12px;
    float: right;
    width: 12px;
    margin-right: 10px;
    margin-top: 10px;
}
#all-questions .question-block-answer:last-of-type{
    margin-bottom: 23px;
}
.faq-question-toggle.opened .chevron,
.stockists-toggle-title.opened .chevron{
	background-image: url(../images/Sidebar_Arrow.svg);
}
.pre-footer{
	display: none;
}

@media all and (max-width: 1024px){
    .faq-sidebar a {
        font-size: 24px;
    }
    .faq-question-toggle, 
    .stockists-toggle-title {
        font-size: 18px;
        padding: 1.2em 2em 1.2em 0;
    }
    .faq-question-toggle .chevron,
    .stockists-toggle-title .chevron{
        margin-right: -1.5em;
    }
    .question-block {
        font-size: 15px;
        line-height: 1.6;
    }
    #all-questions .question-block {
        margin-top: 0.6em;
    }
    .question-block-answer {
        margin-bottom: 40px;
    }
    .faq-sidebar a, .stockists-sidebar a {
        font-size: 26px;
    }
}
@media all and (max-width: 768px){
    .faq-sidebar a {
        font-size: 22px;
    }
    .faq-question-toggle,
    .stockists-toggle-title {
        font-size: 16px;
    }
    .question-block {
        font-size: 14px;
    }
}
@media all and (max-width: 640px){
    .faq-main-col, .stockists-main-col{
        width: 100%;
    }
    .faq-page .wrapper{
        margin-bottom: 25px;
        margin-top: 35px;
    }
    .faq-title{
        margin-bottom: 45px;
        text-transform: none;
    }
    .faq-sidebar {
        display: none;
    }
    .faq-main-col {
        width: 100%;
    }
    #common-questions {
        border-bottom: 1px solid #ccc;
        padding-bottom: 5px;
    }
    .faq-question-type-switcher,
    .stockists-title-switcher {
        font-size: 20px;
        text-align: center;
    }
    #common-questions .faq-question-type-switcher{
        margin-bottom: 38px;
    }
    .question-block {
        letter-spacing: 0.01em;
        margin-top: 35px;
    }
    .question-block-answer {
        line-height: 1.45;
        margin-bottom: 34px;
        margin-top: 10px;
    }
    .question-block-shipping {
        margin-top: 11px;
        max-width: 100%;
        overflow: hidden;
    }
    .shipping-price {
        text-align: right;
    }
    #all-questions {
        margin-top: 35px;
    }
    #all-questions .faq-question-type-switcher{
        margin-bottom: 7px;
    }
    .toggle-question-block:first-of-type {
        border-top: none;
    }
    .faq-question-toggle,
    .stockists-toggle-title {
        font-size: 16px;
        letter-spacing: 0.01em;
        padding: 27px 2em 27px 0;
    }
    .faq-question-toggle .chevron,
    .stockists-toggle-title .chevron{
        height: 9px;
        margin-right: -23px;
        width: 11px;
    }
    .faq-question-toggle .chevron{
        margin-top: 10px;
    }
    .stockists-toggle-title .chevron{
        margin-top: 8px;
    }
    #all-questions .question-block {
        margin-top: 8px;
    }
}