
.cycle_banner_container {
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-align: center;
}

.page_home .cycle_banner_container {
    margin-bottom: 0;
}

.cycle_banner_container .banner_content {
    width: 100%;
    height: 100%;
}

.cycle_banner_container .banner_content img {
    width: 100%;
    height: 100%;
}

.cycle_banner_container .banner_item {
    background-size: cover !important;
    background-position: center center !important;
    width: 100% !important;
    height: 100% !important;
}

.banner_item_description_column {
    position: absolute;
    z-index: 99;
    bottom: 200px;
    left: 0;
    min-width: 400px;
}

.cycle_banner_container .banner_item_description_container {
    text-align: left;
    color: #fff;
}

.cycle_banner_container .banner_item_link {
    display: block;
    position: absolute;
    background: transparent;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 98;
}

.cycle_banner_container h2 {
    color: #ffffff;
    font-size: 1.35em;
    font-weight: 300;
    margin-bottom: 20px;
}

.cycle_banner_container .banner_item_description {
    padding-top: 0;
    font-size: 1.2em;
}

.cycle_banner_container .banner_item_description p {
    margin: 5px 0 0 0;
}

.cycle_banner_container .banner_pager {
    position: absolute;
    z-index: 100;
    bottom: 95px;
    left: 0;
}

.cycle_banner_container .banner_pager a {
    background-color: #fff;
    border-radius: 50px;
    color: #000000;
    display: block;
    float: left;
    font-size: 1.2em;
    height: 15px;
    line-height: 20px;
    margin-left: 6px;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.2s ease;
    -moz-transition: background-color 0.2s ease;
    -webkit-transition: background-color 0.2s ease;
    -ms-transition: background-color 0.2s ease;
    -o-transition: background-color 0.2s ease;
    width: 15px;
}

.cycle_banner_container .banner_pager a.cycle-pager-active {
    color: #FFFFFF;
    background-color: var(--yellow);
}

.cycle_banner_container .banner_pager_next,
.cycle_banner_container .banner_pager_previous {
    position: absolute;
    top: 120px;
    font-size: 60px;
    z-index: 100;
    color: #666;
    color: rgba(0,0,0,0.6);
    cursor: pointer;
}

.cycle_banner_container .banner_pager_next:hover,
.cycle_banner_container .banner_pager_previous:hover {
    color: #000;
}

.cycle_banner_container .banner_pager_next {
    right: 25px;
}

.cycle_banner_container .banner_pager_previous {
    left: 25px;
}

a.edit_banner {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 100;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.search_banner .banner_item_description_column {
    bottom: 60px;
}

.search_banner .cycle_banner_container .banner_pager{
    bottom: 20px;
    left: 15px;
}.committee_mini_menu {
    margin-bottom: 15px;
}

    .committee_mini_menu .committee_box {
        background-color: #D2DCE1;
        margin-bottom: 15px;
    }

        .committee_mini_menu .committee_box h2 {
            background-color: #4C8CC2;
            color: #FFF;
            padding: 10px 15px;
        }

        .committee_mini_menu .committee_box ul {
            margin: 15px !important;
            max-height: 158px;
            padding-left: 0;
            overflow-y: auto;
        }

            .committee_mini_menu .committee_box ul li {
                line-height: 1.3em;
                margin-bottom: 5px;
            }

        .committee_mini_menu .committee_box p {
            margin: 15px !important;
        }

        .committee_mini_menu .committee_box ul {
            list-style: none;
        }

        .committee_mini_menu .committee_box li:before {
            display: none;
        }

.other-committee-member-applications {
}

    .other-committee-member-applications .other-committee-member-application-title {
        margin-bottom: 20px;
    }

        .other-committee-member-applications .other-committee-member-application-title h4 {
            font-weight: 600;
        }

    .other-committee-member-applications .other-committee-member-application {
        margin-bottom: 20px;
    }

        .other-committee-member-applications .other-committee-member-application h5 {
            font-weight: 500;
        }

        .other-committee-member-applications .other-committee-member-application h6 {
            font-weight: 400;
        }

        .other-committee-member-applications .other-committee-member-application p {
            margin: 0;
        }

@media screen and (max-width: 767px) {
    .committee_mini_menu {
        float: none;
        margin-left: 0;
        max-width: unset;
    }
}

.events_view_heading #events{
    position: relative;
    top: -90px;    
}

.events_filter_sort {
    display: flex;
    gap: 1em;
    justify-content: space-between;
}


.modEventsFilterBar {
    /*margin: 20px 0px 15px;
    padding: 0px 15px;
    background: #F1F1F1;*/
}

    .modEventsFilterBar .btn-group {
        margin-right: 10px;
    }

    .modEventsFilterBar button {
        white-space: nowrap;
    }

    .modEventsFilterBar .dropdown-menu {
        max-height: 205px;
        overflow: auto;
    }

        .modEventsFilterBar .dropdown-menu li.active a {
            color: #FFFFFF;
            background: #777777;
        }

/*--------------------------------------------*/


.events_view_filters {
    display: flex;
    gap: 1em;
    margin: 0;
    min-height: 0;
    /*background: #F1F1F1;*/
}

    .events_view_filters > p {
        float: left;
        margin: 15px;
    }

    .events_view_filters > .pagination {
        margin: 0;
       /* margin: 8px 0px;*/
    }

/*--------------------------------------------*/

.events_view_title {
    font-size: 1.3em;
}

    .events_view_title h2 {
        margin-bottom: 10px;
    }

.events_previous_date a,
.events_next_date a {
    display: inline-block;
    height: 42px;
    color: #666666;
    text-decoration: none;
    vertical-align: middle;
}

.events_previous_date span,
.events_next_date span {
    vertical-align: middle;
    line-height: 38px;
}

.events_previous_date .bi,
.events_next_date .bi {
    font-size: 1.6em;
    color: #666;
    margin-top: -2px;
    vertical-align: middle;
    line-height: 42px;
    transition: all .3s ease;
}

.events_previous_date .bi {
    float: left;
    margin-right: 8px;
}

.events_next_date .bi {
    float: right;
    margin-left: 8px;
}

.events_previous_date:hover .bi {
    margin-right: 12px;
}

.events_next_date:hover .bi {
    margin-left: 12px;
}
/*--------------------------------------------*/
.events_heading_row {
    margin-top: 15px;
    margin-bottom: 10px;
    padding: 5px 15px;
    color: #FFFFFF;
    background: var(--purple);
    border-radius: 25px;
}

.events_range {
    color: #666666;
    font-size: 0.7em;
}

.month_row {
    padding: 12px 15px 5px 46px;
    color: #000;
    font-size: 1.2em;
    margin-bottom: 5px;
}

.date_row {
    padding: 0;
    color: #000;
    font-size: .9em;
    margin-bottom: 5px;
    border-left: 6px solid var(--purple-midlight);
    background: var(--purple-extralight);
    border-radius: 5px;
    transition: background 0.3s;
}

    .date_row.col-xs-12 {
        float: none;
    }

    .date_row:hover {
        background: var(--purple-light);
    }

    .date_row a {
        display: block;
        padding: .8em;
        color: #000;
        font-weight: 300;
    }

    .date_row .event_title {
        display: flex;
        justify-content: space-between;
    }

    .date_row .event_details {
        display: flex;
        gap: 10px;
        align-items: center;
    }

        .date_row .event_details .module_inline_metadata {
            padding: 0px 16px;
            font-size: .9em;
            line-height: 1.5em;
            height: fit-content;
        }

    .date_row .event_detail {
        display: flex;
        width: 150px;
        gap: 10px;
        justify-content: end;
        font-weight: 700;
    }

        .date_row .event_detail i {
            max-width: 0;
            width: 100%;
            display: inline-block;
            overflow: hidden;
            transition: all .3s ease;
        }


    .date_row:hover .event_detail i {
        max-width: 30px;
    }

    .date_row .comment,
    .day_view .comment {
        position: absolute;
        box-sizing: content-box;
        top: -9999px;
        left: 0px;
        right: 0px;
        padding: 0px 15px;
        overflow: hidden;
        visibility: hidden;
        background-color: #3A4967;
    }

        .date_row .comment.ready,
        .day_view .comment.ready {
            position: static;
            visibility: visible;
            height: 0px;
            transition: height 0.1s ease-in 0.1s;
        }

        .date_row .comment.ready {
            margin: 10px -15px -10px -15px;
        }

        .date_row .comment.visible,
        .day_view .comment.visible {
            border-bottom: 1px solid #FFFFFF;
            transition: height 0.1s ease-out;
        }

        .date_row .comment p,
        .day_view .comment p {
            margin: 0px;
            color: transparent;
            transition: color 0.1s ease-in;
        }

            .date_row .comment p:first-child,
            .day_view .comment p:first-child {
                padding-top: 15px;
            }

            .date_row .comment p:last-child,
            .day_view .comment p:last-child {
                padding-bottom: 15px;
            }

            .date_row .comment p + p,
            .day_view .comment p + p {
                margin-top: 6px;
            }

        .date_row .comment.visible p,
        .day_view .comment.visible p {
            transition: color 0.1s ease-out 0.1s;
        }

/*--------------------------------------------*/
a.calendar_event {
    background: var(--teal-light);
    color: #000;
    display: block;
    line-height: 1.2em;
    margin-bottom: 2px;
    padding: 8px 6px;
    font-size: .8em;
    text-decoration: none;
    -moz-transition: background-color 0.2s ease;
    -webkit-transition: background-color 0.2s ease;
    -ms-transition: background-color 0.2s ease;
    -o-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
}

    a.calendar_event:hover {
        background: var(--teal-superlight);
    }

.calendar_day_number + a.calendar_event {
    margin-top: 26px;
}

.date_passed {
    opacity: 0.7;
    filter: saturate(0);
}

.calendar_day_number a {
    color: #666666;
}

.year_calendar {
    position: relative;
}

.year_timeline {
    position: absolute;
    top: 0;
    left: 22px;
    bottom: 0;
    width: 3px;
    background: #E6E6E6;
    z-index: -1;
}


/*--------------------------------------------*/

/*.date_row {
    margin-left: 46px;
    width: calc(100% - 46px);
}

    .date_row::before {
        content: "";
        height: 15px;
        width: 15px;
        background: #fff;
        border: 5px solid var(--teal-light);
        display: block;
        border-radius: 8px;
        position: absolute;
        left: -36px;
        top: 15px;
    }*/


/*--------------------------------------------*/

.event_key p {
    margin: .5em 2em .5em 0;
}

    .event_key p:before {
        content: "";
        height: 14px;
        width: 14px;
        display: inline-block;
        margin-right: 10px;
    }

    .event_key p.generic_event:before {
        background: var(--pink-light);
    }

    .event_key p.featured_event:before {
        background: var(--purple-light);
    }

/*--------------------------------------------*/

#events_order_nav {
    background: var(--lightgrey);
    /*border-radius: 15px;*/
    padding: 20px;
    position: relative;
}

    #events_order_nav a {
        color: var(--purple);
    }

        #events_order_nav a:hover {
            color: var(--purple-dark);
        }

    #events_order_nav .event_order_header {
        display: flex;
        justify-content: space-between;
    }

    #events_order_nav h4 {
        margin-bottom: 0;
    }

    #events_order_nav ul {
        margin: 0px;
        padding: 0px;
        list-style-type: none;
    }

        #events_order_nav ul li {
            margin: 0px;
            padding: 0px;
        }

    #events_order_nav .basket {
        position: relative;
        display: block;
        padding: 6px 13px;
        color: #D5E6F9;
        text-decoration: none;
        background-color: var(--purple);
        border-radius: 25px;
    }

        #events_order_nav .basket:hover {
            background-color: var(--purple-dark);
        }

        #events_order_nav .basket i {
            font-size: 1.2em;
            line-height: 1.3em;
            color: #FFFFFF;
        }

        #events_order_nav .basket .couny:not(:empty) {
            color: #FFFFFF;
            position: absolute;
            top: -10px;
            right: -10px;
            width: 25px;
            height: 25px;
            background: var(--pink);
            text-align: center;
            border-radius: 25px;
        }

/*--------------------------------------------*/

#cert_container.cpd_certificate {
    font-family: Helvetica, Arial, sans-serif;
}

    #cert_container.cpd_certificate strong {
        color: #2E2E2E;
    }

    #cert_container.cpd_certificate img.logo {
        width: 300px;
    }

    #cert_container.cpd_certificate .title_hours {
        margin: 17px 0px 13px 0px;
    }

    #cert_container.cpd_certificate p.statement_top .name {
        display: inline-block;
        margin-top: 6px;
        margin-bottom: 2px;
        font-size: 28px !important;
        line-height: 26px !important;
    }

    #cert_container.cpd_certificate p.statement_bottom {
        margin-top: 6px;
        margin-bottom: 14px;
        line-height: 22px !important;
    }

        #cert_container.cpd_certificate p.statement_bottom .metadata {
            display: inline-block;
            margin-top: 4px;
        }

    #cert_container.cpd_certificate p.confirmation {
        margin: 18px 0px !important;
        font-size: 13px;
        line-height: 17px;
    }

/*--------------------------------------------*/

.events_member_inline{
    position: relative;
    color: #fff;
    padding: 25px;
    border-radius: 15px;
    margin-bottom: 15px;
    overflow: hidden;
}

    .events_member_inline img {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
        height: 100%;
        min-width: 100%;
        z-index: -1;
        filter: brightness(.7);
        object-fit: cover;
    }

    .events_member_inline a {
        color: var(--purple-light);
    }
    .events_member_inline a:hover{
        color: var(--purple-midlight);
    }
#my_contacts .bg-info {
    background-color: var(--purple-light);
}

.contacts_table.padder {
    padding-left: 15px;
    padding-right: 15px;
}

.contacts_table .header_row .th {
    background: #7f758e;
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
}

.master_members .contacts_table .header_row .th {
    background: var(--purple);
}

.contact_expand .glyphicon {
    transition: transform .3s;
    transform: rotate(180deg);
}

.contact_expand.collapsed .glyphicon {
    content: "\e114";
    transform: rotate(0deg);
}

.contacts_table .td {
    padding-top: 4px;
    padding-bottom: 4px;
}

.contacts_table .alternating_contact_row {
    background: #f4f3f5;
}

.master_members .contacts_table .alternating_contact_row {
    background: var(--purple-extralight);
}

.contacts_table table td {
    padding-right: 10px;
    vertical-align: top;
}

.contacts_table table p {
    margin: 5px 0px;
}

.contacts_table h3 a {
    color: #434343;
}

.contact_card {
    -webkit-box-shadow: inset 0px 6px 10px -6px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0px 6px 10px -6px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0px 6px 10px -6px rgba(0, 0, 0, 0.15);
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
}

    .contact_card h3 {
        margin-top: 5px;
        font-size: 1.3em;
        line-height: 1.3em;
    }

@media screen and (max-width: 767px) {

    .contacts_table table,
    .contacts_table table tbody,
    .contacts_table table tr,
    .contacts_table table td {
        display: block;
        width: 100%;
    }

    .profile_card_listing {
        grid-template-columns: repeat(1, 1fr)!important;
    }

    .profile_page .profile_card .profile_pfp {
        height: 100px!important;
        width: 100px!important;
        max-width: none!important;
        max-height: none!important;
    }
    .profile_card .profile_content {
        flex-basis: 100% !important;
    }
}

/*---------------------------------------------------------------*/

.search_members .members_search {
    background-color: #D5D5D5;
    margin-bottom: 20px;
    padding: 20px;
}

    .search_members .members_search input {
        border: medium none;
        border-radius: 0px;
        font-size: 1.2em;
        height: auto;
        width: 95%;
    }

.members_search .input-group-addon {
    background-color: #2AB8AA;
    border: medium none;
    border-radius: 0px;
    padding: 0px 12px;
}

    .members_search .input-group-addon i {
        color: #FFFFFF;
        font-size: 1.3em;
    }

@media screen and (max-width: 767px) {

    .search_members {
        margin-top: 20px;
    }

        .search_members .members_search {
            padding: 10px;
        }
}

/*---------------------------------------------------------------*/

.find_surgeon_lower {
    background-color: var(--darkgrey);
    margin-bottom: 15px;
    padding: 15px;
}

    .find_surgeon_lower h2 {
        color: #7f758e;
        font-size: 1.3em;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .find_surgeon_lower .text_search {
        background-image: url('../../../../_resources/images/search.png');
        background-position: 5px center;
        background-repeat: no-repeat;
        padding-left: 30px;
    }

    .find_surgeon_lower .form-group:last-child {
        margin-bottom: 0;
    }

    .find_surgeon_lower .btn.btn-default {
        background: #7f758e;
        border-color: transparent;
        color: #fff;
        display: block;
        text-align: center;
        text-shadow: none;
        width: 100%;
    }

.master_members .find_surgeon_lower .btn.btn-default {
    background: var(--purple);
}

.find_surgeon_letters li a,
.find_member_letters li a {
    padding-left: 10px;
    padding-right: 10px;
}

/*----------------------------------------------------*/

.profile_card_listing {
    display: grid;
    gap: .5em;
    grid-template-columns: repeat(3, 1fr);
}

    .profile_card_listing a {
        color: #000;
        font-weight: 300;
    }

    .profile_card_listing .profile_card {
        gap: 1em 0;
        justify-content: space-between;
        border-radius: 15px;
        padding: 1em;
        background: #fcfbff;
        border: 3px solid var(--purple-extralight);
        transition: all .3s ease;
    }

        .profile_card_listing .profile_card:hover {
            background: var(--purple-extralight);
        }

        .profile_card_listing .profile_card .profile_pfp {
            flex-basis: 30%;
            height: 90px;
            width: 90px;
        }

.profile_page .profile_card {
    gap: 1em;
}

    .profile_page .profile_card .profile_category {
        background: var(--teal);
        padding: 4px 14px;
        color: #fff;
    }

    .profile_page .profile_card .profile_pfp {
        height: 150px;
        width: 150px;
    }

        .profile_page .profile_card .profile_pfp.profile_logo {
            flex-basis: 100%;
            object-position: left;
        }

        .profile_page .experience p {
            margin-bottom: 5px;
        }

.profile_page .experience span + span {
    margin-left: 6px;
}

.profile_page .experience span strong {
    font-weight: 400;
    color: var(--teal);
}

.profile_page .experience .experience_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

    .profile_page .experience .experience_list li {
        flex-basis: 49%;
    }

.profile_page .profile_testimonials {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

    .profile_page .profile_testimonials h2 {
        flex-basis: 100%;
    }

.profile_page .profile_testimonial {
    flex-basis: 49%;
}

    .profile_page .profile_testimonial span {
        margin-right: 10px;
    }

.profile_sidebar .btn{
    width: 100%;
    margin-bottom: 10px;
}

.profile_sidebar .profile_socials{
    justify-content: center;
}

.profile_socials {
    display: flex;
    gap: .5em;
    font-size: 1.3em;
}

.profile_card {
    display: flex;
    flex-wrap: wrap;
}

    .profile_card .profile_pfp:not(.profile_logo) {
        border-radius: 50%;
        object-fit: cover;
    }

    .profile_card .profile_pfp.profile_logo {
        object-fit: contain;
        border-radius: 0;
    }

    .profile_card .profile_content {
        /*padding: 15px 0;*/
        flex-basis: 60%;
    }

    .profile_card .profile_name {
        color: var(--purple);
        font-weight: 600;
        line-height: 1.2em;
        margin-bottom: 0px;
    }

        .profile_card .profile_name:hover {
            color: var(--purple-dark);
        }

    .profile_card .profile_employer {
        margin-top: 5px;
    }

    .profile_card .profile_category {
        /*background: var(--teal);
        padding: 4px 14px;
        color: #fff;*/
        color: #000;
        font-weight: 300;
        font-size: .85em;
    }

    .profile_card .short_statement {
        flex-basis: 100%;
    }

        .profile_card .short_statement p {
            font-size: .9em;
            line-height: 1.6em;
        }

/*----------------------------------------------------*/
.surgeon_image {
    margin-top: -20px;
    margin-left: 20px;
}

    .surgeon_image img {
        display: block;
        margin-top: 20px;
        margin-bottom: 10px;
    }

/* |<---->|                      */
/* |  xs  |  sm  |  md  |  lg  | */
@media screen and (max-width: 767px) {

    .surgeon_image {
        float: none !important;
        margin-top: 0px;
        margin-left: 0px;
    }
}

.tab-pane.padder {
    padding: 15px 15px 0px 15px;
}
.carousel {
	margin-bottom: 0;
	padding: 0 40px 0 40px;
}

.carousel-inner .thumbnail {
    margin-bottom: 0;
}


.carousel-control {
	left: -12px;
}
.carousel-control.right {
	right: -12px;
}

.carousel-control {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  font-size: 28px;
  line-height: 40px;
  margin-top: -20px;
  color: #ffffff;
  text-align: center;
  background: none !important;
  text-shadow: none;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.carousel-control:hover,
.carousel-control:focus,
.carousel-control:active {
    color: #000;
}

/*****************************************/

.uniform_grid_gallery {
    padding-top: 15px;
    margin-top: 15px;
}

.uniform_grid_gallery .image_col div {
    position: relative;
    overflow: hidden;
}

.uniform_grid_gallery .image_col img {
    position: relative;
    transform: translate(-50%);
    left: 50%;
    display: block;
    max-width: 1000px;
    min-height: 200px;
    width: auto;
    height: auto;
    margin: 15px 0;
}
a.glossary_popover {
    cursor: help;
    text-decoration: none;
    border-bottom: 1px dashed #2AB8AA;
    outline: 0;
}

.glossary_letter {
    padding: 8px 15px;
    color: #FFFFFF;
    background-color: #7F758E;
}

.glossary_letter a.back_to_top {
    float: right;
    color: #FFFFFF !important;
}

.glossary_pagination > li > a {
    padding-left: 10px;
    padding-right: 10px;
}
.modNewsFilterBar {
    margin: 20px 0px 15px;
    padding: 15px 0;
    border-radius: 10px;
/*    background: #edebf7;*/
}

    .modNewsFilterBar button {
        white-space: nowrap;
        border-radius: 10px;
    }

.modNewsFilterBar .dropdown-menu {
    max-height: 205px;
    overflow: auto;
}

.modNewsFilterBar .dropdown-menu li.active a {
    color: #FFFFFF;
    background: #777777;
}

.filter_date_column .dropdown-menu {
    top: initial;
    left: initial;
}

/*--------------------------------------------*/

.modMiniNewsBar h2 {
    margin-top: 0px;
    margin-bottom: 10px;
}

.modMiniNewsBar h3 {
    margin-top: 0px;
    margin-bottom: 5px;
    font-size: 1.1em;
}

.news_member_inline {
    position: relative;
    color: #fff;
    padding: 25px;
    border-radius: 15px;
    margin-bottom: 15px;
    overflow: hidden;
    background: var(--purple);
}

    .news_member_inline img {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
        height: 100%;
        min-width: 100%;
        z-index: -1;
        filter: brightness(.4);
        object-fit: cover;
    }

    .news_member_inline a {
        color: var(--pink-extralight);
    }

        .news_member_inline a:hover {
            color: var(--pink);
        }

/*.news_member_inline h3 > small {
    color: var(--pink);
}*/

.article_image_container img {
    max-width: 100%;
}/*--------------------------------------------*/

.modMiniNewsBar h2 {
    margin-top: 0px;
    margin-bottom: 10px;
}

.modMiniNewsBar h3 {
    margin-top: 0px;
    margin-bottom: 5px;
    font-size: 1.1em;
}

.resource-categories {
    background: #eee;
    padding: 1.5em;
    margin-top: .5em;
}

    .resource-categories .checkboxes {
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        padding: 0;
    }

        .resource-categories .checkboxes li {
            flex-basis: 33%;
            margin-bottom: .5em;
        }

.resource_categories {
    background-image: linear-gradient(180deg, #1b93cc, #033a75);
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: 20px;
}

    .resource_categories .resource_category {
        position: relative;
        border: 5px solid var(--blue-lightest);
        border-radius: 15px;
    }

        .resource_categories .resource_category a {
            color: #fff;
            padding: 5px 12px;
            display: block;
            font-weight: 400;
            position: relative;
            z-index: 10;
        }

        .resource_categories .resource_category::after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: transparent;
            outline: 5px solid var(--blue-lightest);
        }

.resource {
    padding: 15px;
    background: #fff;
    border-radius: 5px;
    box-shadow: rgba(0,0,0,.04) 5px 5px 5px;
}

    .resource h4 {
        margin-bottom: 10px;
    }

    .resource h5 a {
        color: var(--blue-dark);
    }

    .resource h5 a:hover {
        color: var(--pink-dark);
    }

    .resource .subtitle {
        display: flex;
        align-items: center;
        font-size: .95em;
    }

        .resource .subtitle span {
            padding: 0 1em;
            line-height: 1em;
        }

            .resource .subtitle span:first-of-type {
                padding-left: 0;
            }

            .resource .subtitle span + span {
                border-left: 1px solid var(--pri);
            }

.resource-search {
    display: flex;
    flex-wrap: wrap;
    margin-top: 1em;
}

    .resource-search .input {
        --spacer: .5em;
        display: flex;
        align-items: start;
        gap: var(--spacer);
        margin-bottom: 10px;
    }

    .resource-search .checkboxes {
        font-size: 0.85em;
    }

        /*.resource-search .checkboxes .form-group span {
            display: flex !important;
            align-items: start;
            gap: 5px;
            height: 12px;
        }*/

        .resource-search .checkboxes input {
            flex-grow: initial !important;
            height: 12px;
        }

        .resource-search .checkboxes label {
            padding-right: 15px;
            line-height: 1.6em;
        }


    .resource-search .input .btn {
        font-size: .9em;
    }

    .resource-search .input input {
        flex-grow: 1;
    }

#DownloadLink {
    font-size: 18px;
}

.smaller {
    font-size: 15px;
    font-style: italic;
    margin: 0.3rem 0rem;
}

.module_inline .module_inline_content {
    padding: 15px;
}
/*--------------------------------------------*/
.filter_highlight {
    padding: 15px;
    background: linear-gradient(0deg, #005764, #00a7c1);
    color: #fff;
    margin: 0 0 15px;
}

    .filter_highlight span {
        display: block;
        line-height: 1.3em;
    }

        .filter_highlight span.first {
            font-size: 2.2em;
            color: #63e1f5;
        }

        .filter_highlight span.second {
            font-size: 1.85em;
        }

        .filter_highlight span.third {
            margin: 5px 0 0;
            text-align: right;
        }

    .filter_highlight a {
        color: #fff;
        text-decoration: none;
    }

.module_inline {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.module_inline_content {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.resource-card__actions {
    margin-top: auto;
    padding-top: 12px;
    padding-bottom: 12px;
}

.resource-btn {
    display: inline-block;
    transition: all 0.2s ease;
}

.resource-btn:hover,
.resource-btn:focus {
    transform: translateY(-2px);
    text-decoration: none;
}

.modSearchBar {
    /*padding: 15px;
    background: #f1f1f1;
    border-radius: 4px;*/
}

    .modSearchBar .search_icon {
        padding-left: 6px;
        padding-right: 6px;
    }

    .modSearchBar .modSearchFilter td span input {
        margin-right: 5px;
    }

    .modSearchBar .modSearchFilter td span label {
        margin-right: 10px;
    }

/*--------------------------------------------------------------*/

.search-overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.9);
}

.search-overlay-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    text-align: center;
    margin: auto;
}


.search-overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    cursor: pointer;
    color: #fff;
}

    .search-overlay .closebtn:hover {
        color: var(--yellow);
    }

.search-overlay input[type=text] {
    border-radius: 0 !important;
    height: 44px;
    padding: 10px 15px;
    font-size: 18px;
    border: none;
    width: 300px;
    background: none;
    color: #fff;
    flex-grow: 1;
}

    .search-overlay input[type=text]:hover {
    }

.search-overlay input:focus {
    border: none;
    outline: none;
    box-shadow: none;
}

.search-overlay button {
    float: left;
    padding: 8px 14px 9px 8px;
    color: #ffffff;
    background: none;
    font-size: 24px;
    border: none;
    box-shadow: none;
    outline: none;
    cursor: pointer;
    transition: all .5s ease;
}

    .search-overlay button:hover {
        color: var(--yellow);
    }

.search-overlay-content .searchbar,
.modSearchBar .searchbar {
    display: flex;
    border: 3px solid white;
    border-radius: 50px;
}

.modSearchBar .searchbar {
    border-color: var(--yellow);
}

    .modSearchBar .searchbar input {
        padding: 5px 15px;
        background: none;
        border: none;
    }

/*--------------------------------------------------------------*/
.tab-pane .padding_top:first-child {
    margin-top: 15px;
}

.tab-pane p:first-child {
    margin-top: 30px;
}

.tab-pane .section {
    margin: .5em 0 !important;
    padding: 1.5em 2em !important;
}

    .tab-pane .section h5 {
        margin-bottom: 5px;
    }
/*-------------------------------------------------*/
.quicksearch_results {
    margin-top: 5px;
}

    .quicksearch_results p {
        color: #777;
        margin: 0;
        padding: 4px 15px;
        font-style: italic;
    }

    .quicksearch_results ul {
        list-style-type: none;
        margin: 0;
        max-height: 250px;
        overflow-y: auto;
        padding: 0;
    }

    .quicksearch_results li {
        margin: 0;
        padding: 0;
    }

        .quicksearch_results li a {
            border: none !important;
            color: #fff !important;
            text-transform: initial;
            display: block;
            padding: 4px 15px !important;
        }

            .quicksearch_results li a:hover {
                /*background: #3d4f59;*/
                color: var(--yellow) !important;
            }
:root {
    --headings: #a18eca;
    --form-border: #ccc2e1;
    --section-bg: #f9f7ff;
}

.tender_enquiry {
    display: flex;
    flex-wrap: wrap;
    gap: 0em 2em;
    margin: 15px 0 0;
    padding: 15px 25px;
    border-radius: 15px;
    border: 1px solid var(--purple-midlight);
    transition: all 0.3s ease;
}

    .tender_enquiry .expandable {
        margin-top: 15px;
        border-radius: 15px;
        background-color: var(--purple-light);
        flex-basis: 100%;
    }

        .tender_enquiry .expandable h4 {
            font-size: 1.1rem;
        }

            .tender_enquiry .expandable h4 a {
                color: #000 !important;
                padding: 10px 20px;
            }


.container > .enquiry_title {
    margin: 1rem 0 0 0;
}

.enquiry_desc {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
    justify-content: space-between;
}

    .enquiry_desc p {
        margin: 0;
        flex-basis: 49%;
    }

.enquiry_response .expandable {
    margin-bottom: 0;
}

.enquiry_response .expandable_heading .expandable_title {
    font-size: 1.03rem;
}

    .enquiry_response .expandable_heading .expandable_title a {
        color: #000 !important;
    }

    .enquiry_response .expandable_heading .expandable_title .glyphicon {
        float: none;
        margin-left: 7px;
    }

.enquiry_response .expandable_body {
    /*padding: 0;*/
}

.disable_link {
    pointer-events: none;
}

.responded {
    background: var(--lightgrey);
}

.shortlisted {
    background: var(--purple-extralight);
}
    .shortlisted .expandable {
        background: var(--purple-light);
    }

    .responded .respond_btn,
    .responded .shortlist-btn {
        pointer-events: none;
    }

    .responded .respond_btn:before,
    .responded .shortlist-btn:before {
        background: var(--darkgrey);
    }

    .responded .respond_btn:after,
    .responded .shortlist-btn:after {
        background: #e69e00;
    }

.button_wrapper {
    /*display: flex;*/
    justify-content: end;
    flex-direction: column;
}

    .button_wrapper > p {
        float: right;
        margin: 5px 0;
    }

        .button_wrapper > p > a {
            width: 100%;
        }

.enquiry_heading {
    padding: 10px 0 0 0;
}

.new_enquiry_notice {
    width: 100%;
    margin: 0;
}
