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