﻿
.procedure_listing {
    margin-top: 25px;
}

.subcategory h3 {
    font-size: 1.5em;
}

.subcategory > p {
    font-family: Arial, sans-serif;
}

.subcategory h4,
.condition_listing h4 {
    margin-top: 0;
}

.body_content_col .subcategory h4 a,
.body_content_col .condition_listing h4 a {
    color: #666;
}

.possible_procedures {
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid #A99E8E;
}

.procedures_select .possible_procedures h2 {
    font-size: 2em;
    margin-top: -10px;
    margin-bottom: 5px;
    color: #2C3D77;
}

.possible_procedures h2 a {
}

.possible_procedures a.next_procedure {
    color: #111111 !important;
}

.possible_procedures h2 .small {
    display: block;
    margin-top: 4px;
    margin-bottom: 4px;
    color: #111111;
    font-size: 0.65em;
    line-height: 1.4em;
}

.procedures_select .possible_procedures p {
    margin: 14px 0px;
}

.procedure_search_image_gallery {
    position: relative;
    border: 1px solid #666;
    overflow: hidden;
}

a.next_procedure {
    float: right;
    color: #666 !important;
}

.procedure_search_image {
    width: 100%;
}

    .procedure_search_image img {
        max-width: 100%;
    }

    .procedure_search_image .procedure_search_image_text {
        position: absolute;
        bottom: -100%;
        left: 0;
        right: 0;
        padding: 10px;
        color: #fff;
        background: url("../../../../_resources/images/rgba0-0-0-0.7.png");
        background: rgba(0, 0, 0, 0.7);
        font-size: 0.9em;
        line-height: 1.4em;
        transition: bottom 2s;
    }

.cycle-slide-active .procedure_search_image_text {
    bottom: 0;
}

.procedure_search_image .procedure_search_image_text p {
    margin: 0;
    color: #FFFFFF;
}

.gallery_pager_next,
.gallery_pager_previous {
    position: absolute;
    z-index: 101;
    top: 45%;
    font-size: 24px;
    margin-top: -12px;
    cursor: pointer;
}

.gallery_pager_next {
    right: 10px;
}

.gallery_pager_previous {
    left: 10px;
}

/*--------------------------------------------------------------*/

.procedures_nav section img.icon {
    margin: 0 auto;
    width: auto!important;
}

.procedures_nav section > a,
.procedures_nav section > div {
    position: relative;
    border-radius: 5px;
    display: block;
    height: 100%;
    color: #ffffff;
    padding: 1em;
    text-align: center;
    width: 100%;
    transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -ms-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
}
.procedures_nav section .slash > img:first-of-type {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
    height: 100%;
    object-fit: cover;
    filter: brightness(.5);
}
.procedures_nav section #breast > img:first-of-type {
    content: url(../images/procedure-breast.jpg);
}
.procedures_nav section #facial > img:first-of-type {
    content: url(../images/procedure-face.jpg);
}
.procedures_nav section #body > img:first-of-type {
    content: url(../images/procedure-body.jpg);
}
.procedures_nav section #non-surgical > img:first-of-type {
    content: url(../images/procedure-non-surgical.jpg);
}

    /*.procedures_nav section > div::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: url(../images/pink-swatch-vert.png);
        background-size: 100% 100%;
        z-index: -1;
        opacity: .8;
        transition: all .3s ease;
    }
    .procedures_nav section:hover > div::before {
        opacity: 1;
    }*/
    /* .procedures_nav section > a:hover,
    .procedures_nav section > div:hover {
        background-color: #7e6c53;
    }*/
    .procedures_nav section > a h3,
    .procedures_nav section > div h3 {
        color: #ffffff;
        margin-top: 5px;
        font-size: 1.7em;
    }

.procedures_nav section ul li a {
    color: #ffffff;
}
/*.procedures_nav section:nth-of-type(2n) > a,
.procedures_nav section:nth-of-type(2n) > div {
    background-color: #bd9b6b;
    transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -ms-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
}

    .procedures_nav section:nth-of-type(2n) > a:hover,
    .procedures_nav section:nth-of-type(2n) > div:hover {
        background-color: #9b7949;
    }*/
.procedures_nav {
    margin-top: 50px;
    margin-bottom: 50px;
}

    .procedures_nav h2 {
        color: #9f8e75;
    }

    .procedures_nav ul {
        padding: 0px 10px;
        list-style-type: none;
        text-align: left;
        column-count: 2;
    }

        .procedures_nav ul li {
            position: relative;
            padding-left: 15px;
        }

            .procedures_nav ul li + li {
                margin-top: 4px;
            }

            .procedures_nav ul li:before {
                position: absolute;
                top: -1px;
                left: 0px;
                color: #FFFFFF;
                content: "\f0da ";
                font-family: FontAwesome;
            }

/*.procedures_nav ul li a {
                color: #FFFFFF;
            }*/

/*--------------------------------------------------------------*/

.procedures_select {
    display: table;
    width: 100%;
    margin-bottom: 40px;
    padding: 10px 14px;
    padding: 6em 0;
    background-size: cover;
    background-position: center;
}

    .procedures_select .form-group {
        margin-top: 14px;
    }

    .procedures_select p {
        margin: 0;
    }

    .procedures_select .procedure_options {
        display: flex;
        justify-content: center;
        max-width: 800px;
        margin: 2em auto 0;
    }

        .procedures_select .procedure_options a {
            color: #fff;
            flex: 1 1 0px;
            text-transform: uppercase;
            text-align: center;
        }

.procedure_search_form {
    display: flex;
    gap: 2em;
    max-width: 1000px;
    margin: 0 auto;
}

/*--------------------------------------------------------------*/
.results_panel {
    background: #fff;
    position: absolute;
    top: 3px;
    right: 3px;
    bottom: 3px;
}

.results_list {
    overflow: auto;
    padding-left: 25px;
    text-align: left;
    font-size: 0.9em;
    height: 150px;
    margin-right: -15px;
    padding-right: 15px;
}

    .results_list img {
        max-height: 70px;
        width: auto !important;
        height: auto !important;
        display: block;
        margin-bottom: 5px;
    }

    .results_list .result {
        padding-bottom: 15px;
    }

.results_display h3 {
    font-weight: normal;
    font-size: 1.8em;
    text-align: left;
    padding-left: 25px;
    font-family: Arial, sans-serif;
    color: #B4DEFF;
}

.article_content {
    padding-top: 1px;
}

a.link_information_leaflet {
    float: right;
    margin-top: 15px;
    padding-left: 25px;
    color: #666 !important;
    background: url("../../../../_resources/images/pdf.png") left center no-repeat;
}

.article_page .article_content h2 {
    margin-top: 30px;
}

.article_page header {
    margin-bottom: 15px;
}

.nojs #quick_links {
    display: none;
}

#quick_links h2 {
    font-size: 2em;
}

#quick_links a {
    color: #2f2f2f;
    font-size: 1em;
}

#quick_links ul {
    list-style-type: none;
    margin: 10px 0;
    padding: 0;
}

#quick_links li {
    margin: 5px 0;
    padding: 0 0 0 15px;
    text-indent: -15px;
}

    #quick_links li:before {
        color: #BD9B6B;
        content: "\f0da ";
        font-family: FontAwesome;
        margin-right: 5px;
    }

.image_column img {
    max-width: 100%;
    float: right;
}

.article_content h2 {
    font-size: 2em;
}

.article_content .back_to_top {
    float: right;
    margin-top: 2px;
    padding-left: 25px;
    font-size: 0.55em;
    background: url("../images/top.png") left center no-repeat;
}

.more_resources_links {
    font-size: 0.9em;
    line-height: 1.5em;
}

.body_content_col .more_resources h2 {
    color: #444 !important;
}

.procedure_image img {
    max-width: 100%;
}

/*--------------------------------------------------------------*/

.procedure_category_title {
    float: left;
    padding: 14px;
    color: #FFFFFF;
    font-size: 2em;
    background-color: #BD9B6B;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

    .procedure_category_title.breast,
    .procedure_category_title.body {
        background-color: #9F8E75;
    }

    .procedure_category_title img {
        display: block;
    }

.procedure_category_list {
    margin: 0px 0px 30px 14px;
    padding: 0px;
    list-style-type: none;
    font-size: 1.2em;
    line-height: 1.4em;
}

    .procedure_category_list li {
        position: relative;
        margin: 0px;
        padding: 0px 0px 0px 15px;
    }

        .procedure_category_list li:before {
            position: absolute;
            top: 0px;
            left: 0px;
            content: "\f0da ";
            color: #9d7b4b;
            font-family: FontAwesome
        }

        .procedure_category_list li a:hover {
            text-decoration: underline;
        }

/*--------------------------------------------------------------*/

.procedure_common_terms {
    margin: 20px 0px;
}

    .procedure_common_terms h2 {
        margin: 0px;
        padding: 10px 0;
        font-size: 1.6em;
        line-height: 1.3em;
    }

    .procedure_common_terms ul {
        margin: 0px;
        padding: 10px 15px;
        list-style-type: none;
    }

        .procedure_common_terms ul li {
            margin: 0px;
            padding: 0px;
            color: #000000;
        }

/*--------------------------------------------------------------*/

.master_procedures.article_page #content {
    user-select: none !important;
}