﻿

html body .accordion-section-title {
    background: url('/Images/arrow-right-blue.gif') no-repeat center left 10px transparent;
    background-size: 8px 12px;
    -o-transition: 0s;
    -ms-transition: 0s;
    -moz-transition: 0s;
    -webkit-transition: 0s;
    transition: all 0s ease;
    font-weight: 600;
    font-size: 20px;
    color: #194686 !important;
}


html body .accordion-section-title.active, .accordion-section-title:hover
{
    background:url('/Images/arrow-down-blue.gif') no-repeat center left 7px transparent;
    background-size: 12px 8px;

}

a.accordion-section-title, a.accordion-section-title:hover
{
    text-decoration: none;
}

.accWrap:before {
    content: "";
    height: 1px;
    width: 100%;
    background-color: #aaa;
    display: block;
    max-width: 600px;
}

/*.accordion-section > div:last-child:before {
   content: "";
    height: 1px;
    width: 100%;
    background-color: #aaa;
    display: block;
    max-width: 600px;
}*/
html .accordion-section-title {
    padding-top: 19px;
}

/*END DRIVING CSS*/




.accordion-section-title
{
    width:100%;
    padding:15px;
    cursor: pointer;
    display: block;
}

.accordion-section-content
{
    display: none;
}

.accordion-section-title
{
    padding: 9px 30px;
    display: inline-block;
    background-color: #EAEAEA;
    border:0;
    color: #444444;
    transition: all linear 0.1s;
    text-decoration:none;
    border-radius:8px;
    background: url('/Images/MSK/faq-arrow.png') no-repeat right 30px center #EAEAEA;
}

.content a.accordion-section-title
{
    color: #444444;
    margin-top:32px;
    font-weight: 700;
}
.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;
}
.accordion-section-title:hover
{
    text-decoration:none;
}
.accordion-section:last-child .accordion-section-title
{
    border-bottom:none;
}
.accordion-section-content
{
    padding:15px 30px;
    display:none;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    font-weight:400;
}

.accordion-section-content h2{
    font-size: 18px!important;
    margin-top:0!important;
}

/*  Accordion */

.medical .accordion
{
    overflow:hidden;
    border-radius:0px;
    margin-top:0px;
}
.medical .accordion-section-title
{
    width:100%;
    padding:15px;

}
.medical .accordion-section-title
{
        width: calc(100% - 45px);
        background-color: transparent;
        color: #444444;
        border-radius:0px;
        background: url('/Images/MSK/mc-arrow-down.png') no-repeat right 0px center;
        padding: 30px 45px 30px 0;
}

.medical a.accordion-section-title
{
    color:#444444;
    text-transform: uppercase;
    margin-top:5px;
}
.medical .accordion-section-title.active
{
    background-color:transparent;
    color:#E5710B;
    background: url('/Images/MSK/mc-arrow-up.png') no-repeat right 0px center;
}
.medical .accordion-section-title:hover
{
    background-color:#C3C1C1;
    color:#E5710B;
    text-decoration:none;
    background: url('/Images/MSK/mc-arrow-hover.png') no-repeat right 0px center;

}

.medical .accordion-section-title.active:hover
{
    background: url('/Images/MSK/mc-arrow-up.png') no-repeat right 0px center;
}


.medical .accordion-section-content
{
    padding:15px 30px;
    display:none;
    background: #ffffff;
    border-bottom: solid #D6D6D6 1.5px;
    border-radius: 0;
}





.medical .accordion-section:last-child .accordion-section-title
{
    border-bottom:solid #D6D6D6 1.5px;
}
