/* Start Breast Cancer page - FAQ style */

/* =========================================
   FAQ MOCKUP - SALIENT TOGGLE PANELS
   ========================================= */

.faq-mockup .toggles {
    position: relative;
    margin: 0 auto;
    padding: 0;
    max-width: 980px;
}


/* -----------------------------------------
   VERTICAL CONNECTING LINE
   ----------------------------------------- */

.faq-mockup .toggles:before {
    content: "";
    position: absolute;
    left: 10px;
    top: 17px;
    bottom: 17px;
    width: 1px;
    background: #d9d9d9;
    z-index: 0;
}


/* -----------------------------------------
   REMOVE DEFAULT TOGGLE SPACING/BORDERS
   ----------------------------------------- */

.faq-mockup .toggle {
    position: relative;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
}


/* -----------------------------------------
   QUESTION HEADER
   ----------------------------------------- */

.faq-mockup .toggle h3 {
    position: relative;
    margin: 0 !important;
    padding: 8px 0 8px 40px !important;
    min-height: 40px;
    display: flex;
    align-items: center;
    background: transparent !important;
    font-size: 20px !important;
    line-height: 1.45 !important;
}


/* Question link */

.faq-mockup .toggle h3 a {
    display: block;
    width: 100%;
    padding: 0 !important;

    font-weight: 400 !important;

    color: #777 !important;
    text-decoration: none !important;
    background-color: #fff !important;
}


/* -----------------------------------------
   CIRCLE
   ----------------------------------------- */

.faq-mockup .toggle h3 i {
    position: absolute !important;
    left: 0 !important;
    top: 50% !important;

    width: 20px !important;
    height: 20px !important;

    margin: 0 !important;
    transform: translateY(-50%) !important;

    border: 1px solid #bfc5c7 !important;
    border-radius: 50% !important;

    background: #fff !important;

    z-index: 2;
}


/* Hide Salient's original plus/minus graphics */

.faq-mockup .toggle h3 i:before,
.faq-mockup .toggle h3 i:after {
    display: none !important;
}


/* -----------------------------------------
   ACTIVE CIRCLE
   ----------------------------------------- */

.faq-mockup .toggle.open h3 i {
    border-color: #0089b2 !important;
    background: #0089b2 !important;
}
.faq-mockup .toggle.open div {
    padding-left: 20px !important;
    background-color: #ffffff00 !important;
    box-shadow: none !important;
}

/* -----------------------------------------
   ACTIVE QUESTION
   ----------------------------------------- */

.faq-mockup .toggle.open h3 a {
    color: #777 !important;
    background-color: #fff !important;
}


/* -----------------------------------------
   ANSWER CONTENT
   ----------------------------------------- */

.faq-mockup .toggle .toggle-content {
    margin: 0 !important;
    padding: 0 25px 14px 40px !important;
}


.faq-mockup .toggle .toggle-content p {
    margin: 0 !important;

    font-size: 13px !important;
    line-height: 1.55 !important;
    font-weight: 400 !important;

    color: #777 !important;
}


/* -----------------------------------------
   SPACING BETWEEN FAQ ITEMS
   ----------------------------------------- */

.faq-mockup .toggle:not(.open) {
    margin-bottom: 4px !important;
}


/* -----------------------------------------
   REMOVE HOVER BOX/BACKGROUND
   ----------------------------------------- */

.faq-mockup .toggle:hover,
.faq-mockup .toggle:hover h3,
.faq-mockup .toggle:hover h3 a {
    background: transparent !important;
}


/* -----------------------------------------
   DESKTOP
   ----------------------------------------- */

@media only screen and (min-width: 1000px) {

    .faq-mockup .toggles {
        max-width: 980px;
    }

    .faq-mockup .toggle h3 {
        padding-left: 40px !important;
    }

}


/* -----------------------------------------
   TABLET
   ----------------------------------------- */

@media only screen and (max-width: 999px) {

    .faq-mockup .toggles {
        width: 100%;
    }

    .faq-mockup .toggle h3 {
        padding-left: 38px !important;
    }

}


/* -----------------------------------------
   MOBILE
   ----------------------------------------- */

@media only screen and (max-width: 690px) {

    .faq-mockup .toggles:before {
        left: 9px;
    }

    .faq-mockup .toggle h3 {
        padding: 7px 0 7px 35px !important;
    }

    .faq-mockup .toggle h3 a {
        font-size: 13px !important;
        line-height: 1.45 !important;
    }

    .faq-mockup .toggle h3 i {
        width: 18px !important;
        height: 18px !important;
    }

    .faq-mockup .toggle .toggle-content {
        padding: 0 15px 12px 35px !important;
    }

    .faq-mockup .toggle .toggle-content p {
        font-size: 12px !important;
    }

}


/* =========================================================
   LOCATION INFORMATION SECTION
   Vertical Divider Between Two Columns
   ========================================================= */

/* Parent row */
.location-info-row {
    position: relative;
}


/* =========================================================
   LEFT COLUMN
   ========================================================= */

.location-info-row .row_col_wrap_12 > .vc_col-sm-6:first-child {
    position: relative;
}


/* =========================================================
   VERTICAL DIVIDER
   ========================================================= */

.location-info-row .row_col_wrap_12 > .vc_col-sm-6:first-child::after {
    content: "";

    position: absolute;

    /* Controls the vertical position */
    top: 0;

    /* Place divider on the right edge of left column */
    right: 0;

    /* Divider thickness */
    width: 1px;

    /* Divider height */
    height: 100%;

    /* Divider color */
    background-color: #676767;

    /* Make sure it appears above the column content */
    z-index: 5;
    visibility: visible !important;
}


/* =========================================================
   TABLET
   ========================================================= */

@media only screen and (max-width: 999px) {

    .location-info-row .row_col_wrap_12 > .vc_col-sm-6:first-child::after {
        top: 8%;
        height: 84%;
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media only screen and (max-width: 690px) {

    /*
     * Columns stack vertically on mobile,
     * so the vertical divider is no longer needed.
     */

    .location-info-row .row_col_wrap_12 > .vc_col-sm-6:first-child::after {
        display: none;
    }

}

.sidebar-content p {
    line-height: 1.3em;
    padding-bottom: 15px;
}
.sidebar-content ul li {
    list-style: none;
}
.sidebar-menu #menu-breast-cancer {
    margin-left: 0px;
}
.sidebar-menu #menu-breast-cancer li a {
    color: #ddd !important;
}
.sidebar-menu #menu-breast-cancer li .sub-menu li a {
    color: #fff !important;
}

/* End Breast Cancer page - FAQ style */