﻿/* FAQ PAGE */

.faq .accordion-wrapper h2 {
    display: none;
}

.FAQacc.paddTB60 {
    padding-top: 38px; /*70 - 32 to account for top margin on accordion lis*/
}

.accordion {
    overflow: hidden;
    border-radius: 4px;
    margin: 0px;
}

.accordion-section-title {
    width: 100%;
    padding: 15px;
    cursor: pointer;
}

.accordion-section-title {
    width: calc(100% - 100px);
    padding: 15px 70px 15px 30px;
    display: inline-block;
    background-color: #EAEAEA;
    border: 0;
    color: #444444;
    transition: all linear 0.1s;
    text-decoration: none;
    border-radius: 16px;
   /* background: url('/Images/MSK/faq-arrow.png') no-repeat right 30px center #EAEAEA;*/
    font-size: 25px;
}

.accordion-wrapper a.accordion-section-title, .accordion-wrapper a.accordion-section-title h2 {
    /*width: 100%;*/
    color: #444444;
    margin-top: 32px;
    font-weight: 700;
    text-decoration: none;
    font-size: 25px;
    line-height: 1;
    font-weight: 700;
    font-family: 'Fira Sans', Montserrat, sans-serif;
}

    .accordion-wrapper a.accordion-section-title h2 {
        margin: 5px 0 !important;
    }

.accordion-wrapper h3 {
    color: #455560;
    font-family: Montserrat, 'Fira Sans', sans-serif;
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 10px !important;
    line-height: initial;
    margin-top: 0px;
}

.accordion-wrapper h4 {
    color: #4A5A64;
    font-family: 'Fira Sans', Montserrat, sans-serif;
    font-size: 19px;
    line-height: 1.2;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 0;
}


.accordion-section-title.active {
    background-color: #C3C1C1;
    text-decoration: none;
    /*background: url('/Images/MSK/faq-close.png') no-repeat right 30px center #EAEAEA;*/
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    font-size: 25px;
}

.accordion-section-title:hover {
    background-color: #C3C1C1;
    text-decoration: none;
    font-size: 25px;
}

.accordion-section:last-child .accordion-section-title {
    border-bottom: none;
}

.accordion-section-content {
    padding: 15px 30px;
    display: none;
    background: #F7F7F7;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.accordion-section-content > div{
    display:grid;
}    
.accordion-section {
    margin-bottom: 32px;
}

.accordion-wrapper h2 {
    margin-bottom: 0 !important;
}

.accordion-section-content h2 {
    margin-bottom: 10px !important;
}

.accordion-section.one-column {
    display: grid;
    grid-template-columns: 1fr;
}

.accordion-section.two-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 20px;
}
/* END FAQ PAGE */
@media only screen and ( max-width: 767px) {

    .accordion-section.two-columns {
        display: grid;
        grid-template-columns: 98%;
    }
}

body .accordion-wrapper h3 {
    font-size: 22px;
    color: #000;
    line-height: 1.2;
    font-weight: 400;
}

.accordion-section-content p, .accordion-section-content li {
    font-size: 20px;
}

body .accordion-section-title {
    background: url('/images/arrow-right.svg') no-repeat right 15px center #fff;
    background-size: 10px auto;
    transition: all 0.2s !important;
    color:#fff;
}

body .accordion-section-title:hover {
background: url('/images/arrow-right.svg') no-repeat right 10px center #fff;
background-size: 10px auto;
}

body .accordion-section-title.active {
background: url('/Images/close-white.svg') no-repeat right 15px center var(--purple);
background-size: 15px auto;
transition: all 0.2s !important;
}

body .accordion-section-title.active h3{
    color:#ffffff;
}

body .accordion-section-title.active:hover {
    background: url('/Images/close-white.svg') no-repeat right 14px center var(--purple);
    background-size: 17px auto;
}

body .accordion-section-title {
    background-color: #fff;
}

/*body .accordion-wrapper .accordion-section-title:hover h3
{
	color: var(--purple);
}
*/

.accordion-section-title {
    transition: all 0s !important;
}
/*.accordion-section-title.active, .accordion-section-title:hover
{
	background-color: var(--purple)!important;
}*/
body form .accordion-wrapper h3 {
    margin-bottom: 0 !important;
}

.accordion-section-title.active h2 {
    color: #fff !important;
}

.accordion-section .accordion-section-title, .accordion-section-content {
    border: 1px solid #cccccc !important;
}

body .accordion-section-content {
    border-top: 0 !important;
}



body .accordion-section-title {
    width: calc(100% - 105px);
}
