﻿.ma {
    margin-bottom: 20px;
}

    .ma .ma-section {
        position: relative;
        margin-bottom:0 !important;
        width: 100%;
        padding: 10px 0px 10px 0px;
        display: block;
        -webkit-touch-callout: none; /* iOS Safari */
        -webkit-user-select: none; /* Safari */
        -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
        user-select: none;
        border-style: solid;
        border-width: 1px 0 0 0;
        border-color: #dddddd;
        overflow:hidden;
    }

.ma-section > div:first-child {
    padding-left: 20px;
    cursor: pointer;
    display: block;
    padding-top: 20px;
    margin-bottom: 20px;
    color: #105CB6;
}

    .ma-section > div:first-child h2 {
        color: #105CB6 !important;
    }

    .ma .ma-section:first-child {
        border-style: none;
        margin-top: 0;
    }

body:not(.sfPageEditor) .ma .ma-section::before {
    font-family: "FontAwesome";
    content: "\f0da";
    padding-right: 5px;
    font-size: 22px;
    display: inline-block;
    top: 24px;
    left: 0;
    position: absolute;
    color: #105CB6;
    pointer-events: none;
}


body:not(.sfPageEditor) .ma .ma-section.active::before {
    content: "\f0d7";
}

.ma .expandable {
    padding-left: 20px;
    padding-right: 10px;
    padding-bottom: 0px;
}

body:not(.sfPageEditor) .ma .expandable {
    height: 0;
    overflow: hidden;
    display: block;
    display: none;
    margin-bottom: 0px;
}

.ma .ma-section.active .expandable{
    height:auto;
    display:block;
}



.ma h2 {
    color: #105CB6;
    margin-bottom:0;
}

    

    
