.people-listing-search-results .dropdown-menu {
    font-family: "MWE Arizona Mix Variable";
    font-size: 16px;
    font-style: normal;
    font-weight: 450;
    line-height: 110%;
    letter-spacing: -0.16px;
}
.people-listing-search-results .dropdown-menu li + li {
    margin-top: 24px;
}
.people-listing-search-results .dropdown-menu .filter-item {
    outline: none;
}

.section-people-search-results-container:has(.section-people-search-results[style*="display: none"]),
.section-people-search-results-container:not(:has(.section-people-search)),
.section-people-search-results-container:not(:has(.section-people-search)) .col-12 >.section-people-search-filter-elements, 
.section-people-search-results-container:has(.section-people-search-results[style*="display: none"]) .col-12 >.section-people-search-filter-elements,
.section-people-search-results-container:not(:has(.section-people-search)) > .section-people-search-results, 
.section-people-search-results-elements:has(.section-people-search-results[style*="display: none"]) > .section-people-search-results
 {
  padding: 0 !important;
  border: 0px;
  margin: 0;
}

/* Converted from SCSS to plain CSS */
:root {
    --color-blue-hover: rgb(0, 226, 193);
    --menu-height-mobile: 108px;
    --menu-height: 109px;
    --color-white: #ffffff;
    --font-family-mwe-plus: "MWE Arizona Plus Variable", sans-serif;
    --font-family-mwe-mix: "MWE Arizona Mix Variable", sans-serif;
    --primary-color: rgb(0, 0, 66);
    --menu-size: 16px;
    --menu-description-size: 14px;
    --menu-color: #333333;
    --color-navy: rgb(0, 0, 66);
    --breakpoint-mobile: 768px;
    --primary-highlight: rgb(0, 226, 193);
    --secondary-blue: rgb(0, 226, 193);
    --white: #ffffff;
    --color-black: #000000;
}

input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    appearance: none;
}

#search-for-lawyer {
    caret-color: var(--primary-highlight);
}

.people-hero-search-form .typeahead__button {
    align-self: center;
}
.people-hero-search-form .typeahead__button .search-for-lawyer-search {
    border: 0;
}

.section-people-search-filters-elements {
    list-style: none
}

.section-people-search-filters-elements li {
    line-height: 1.5
}

@media screen and (max-width:991px) {
    .section-people-search-filters-elements {
        display: block !important
    }
}

.d-flex {
    display: flex;
}

.align-items-center {
    align-items: center;
}

/* Overview */
#overview .default-text-editor {
    font-size: 17px;
    line-height: 24px;
}

/* Alumni community slider arrows */
@media screen and (max-width: 1200px) {

    #alumni-community-slider .carousel-control-next,
    #alumni-community-slider .carousel-control-prev {
        width: 5%;
    }
}

/* Firm's news section */
#firms-news h2 {
    margin-bottom: 40px;
}

#firms-news .news-cont .container {
    display: flex;
    flex-flow: wrap;
}

#firms-news .section-insights-landing-content {
    color: gray;
}

/* Alumni events section */
#alumni-events .featured-events-widget {
    background-color: #000042;
    background-image:
        url(/wp-content/themes/mwe/dist/images/parts/explore-our-services/service-line.png),
        url(/wp-content/themes/mwe/dist/images/parts/explore-our-services/service-elipse.png);
    background-repeat: no-repeat, no-repeat;
    background-position: left 100px top, right -50px bottom 33px;
    background-size: auto, auto;
    padding: 32px 0;
}

@media screen and (max-width: 768px) {
    #alumni-events .featured-events-widget {
        background-position: left 220px top -140px, right -240px bottom 33px;
        background-size: 100%, auto;
    }
}

#alumni-events .featured-events-widget .container {
    background: none;
}

#alumni-events .featured-events-widget .container .total-count {
    font-weight: 400;
    line-height: 24px;
    font-size: 21px;
}

/* Notes section */
div#notes {
    background: url(/wp-content/themes/mwe/dist/images/defaults/purple-bar.png) no-repeat left top;
    min-height: 440px;
    padding-top: 32px;
    background-size: contain;
}

div#notes .container.intro-notes {
    margin-bottom: 30px;
}

div#notes .container.intro-notes h2 {
    margin: 20px 0 40px 0;
}

div#notes ul.section-notes-search-filters-elements {
    list-style: none;
}

div#notes ul.section-notes-search-filters-elements a.dropdown-toggle {
    margin-top: 2px;
    color: #ffffff;
}

div#notes .section-notes-search-filters {}

@media screen and (max-width: 991px) {
    div#notes .section-notes-search-filters {
        display: none;
    }

    div#notes .section-notes-search-filters .section-notes-search-filters-bar {
        background-color: #ffffff;
        height: auto;
    }

    div#notes .section-notes-search-filters .section-notes-search-filters-bar a {
        color: #000042 !important;
    }

    div#notes .section-notes-search-filters .section-notes-search-filters-bar ul.dropdown-menu {
        border: none;
        position: relative !important;
        float: none !important;
        margin: 0 !important;
        padding: 0 !important;
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
        max-height: max-content;
        overflow: unset;
        width: 100%;
    }

    div#notes .section-notes-search-filters .section-notes-search-filters-bar ul.dropdown-menu li {
        padding: 0 20px 0 10px;
    }

    div#notes .section-notes-search-filters .section-notes-search-filters-bar ul.section-notes-search-filters-elements {
        display: block !important;
    }

    div#notes .section-notes-search-filters .section-notes-search-filters-bar ul.section-notes-search-filters-elements .dropdown-button-group {
        border-top: 1px solid #e5e5e5;
        line-height: 50px;
        margin-right: 0;
    }
}

div#notes .section-notes-search-results-content .section-notes-search {
    margin-bottom: 100px;
}

div#notes .section-notes-search-results-content .section-notes-search .alm-btn-wrap {
    text-align: center;
}

div#notes .section-notes-search-results-content .section-notes-search .section-notes-search-element {
    background: #f7f7f7;
    padding: 15px 20px;
}

div#notes .section-notes-search-filters-mobile {
    height: 60px;
    background-color: #000042;
}

div#notes .section-notes-search-filters-mobile .section-notes-search-filters-mobile-open {
    color: #ffffff;
}

div#notes .section-notes-search-filters-mobile .section-notes-search-filters-mobile-open img {
    vertical-align: unset;
}

div#notes button.alm-load-more-btn.more {
    margin: 50px 0 0 0;
}

/* Gallery section */
#gallery {
    overflow: hidden;
    position: relative;
    background: #f3f3f3;
}

@media screen and (max-width: 768px) {
    #gallery .container {
        padding-left: 13%;
        padding-right: 13%;
    }
}

@media screen and (max-width: 768px) {
    #gallery .container .col-12 {
        padding: 0;
    }
}

#gallery .section-insights-events-media-widget-slider {
    margin-bottom: 20px;
    padding-bottom: 30px;
}

@media screen and (max-width: 768px) {
    #gallery .section-insights-events-media-widget-slider {
        margin-top: 0;
    }
}

#gallery .section-insights-events-media-widget-slider .slick-arrow {
    bottom: 0;
    top: auto;
    background-color: #000042;
    border: 1px solid #000042;
    color: #ffffff;
    -webkit-box-shadow: none;
    box-shadow: none;
    line-height: 50px;
    padding: 0;
    width: fit-content;
    border-radius: 37px;
    height: 40px;
    width: 40px;
    z-index: 3;
    position: absolute;
}

#gallery .section-insights-events-media-widget-slider .slick-arrow:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    right: 0;
    top: 0;
    background-image: url(../images/general/icons/show-more-row.png);
    background-repeat: no-repeat;
    background-position: center;
}

#gallery .section-insights-events-media-widget-slider .slick-arrow:before {
    display: none;
}

#gallery .section-insights-events-media-widget-slider .slick-next {
    margin-right: 0;
    right: 45%;
}

@media screen and (max-width: 1200px) {
    #gallery .section-insights-events-media-widget-slider .slick-next {
        right: 40%;
    }
}

@media screen and (max-width: 768px) {
    #gallery .section-insights-events-media-widget-slider .slick-next {
        right: 30%;
    }
}

#gallery .section-insights-events-media-widget-slider .slick-prev {
    margin-left: 0;
    left: 45%;
}

#gallery .section-insights-events-media-widget-slider .slick-prev:after {
    transform: rotate(180deg);
}

@media screen and (max-width: 1200px) {
    #gallery .section-insights-events-media-widget-slider .slick-prev {
        left: 40%;
    }
}

@media screen and (max-width: 768px) {
    #gallery .section-insights-events-media-widget-slider .slick-prev {
        left: 30%;
    }
}

#gallery .paging-gallery {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 43px;
}

#gallery .paging-gallery span {
    font-size: 20px;
    font-weight: 100;
}

#gallery .slick-list {
    overflow: visible;
}

#gallery .slick-list .slick-slide .section-insights-events-media-widget-slider-element-box {
    height: auto;
    width: auto;
    max-width: 100%;
    margin-top: 130px;
    margin-bottom: 100px;
    background: #f3f3f3;
}

#gallery .slick-list .slick-slide .section-insights-events-media-widget-slider-element-box:hover {
    box-shadow: none;
}

#gallery .slick-list .slick-slide .section-insights-events-media-widget-slider-element-box .section-insights-events-media-widget-description {
    padding-left: 30px;
    padding-right: 30px;
}

@media screen and (max-width: 576px) {
    #gallery .slick-list .slick-slide .section-insights-events-media-widget-slider-element-box .section-insights-events-media-widget-description {
        padding-left: 20px;
        padding-right: 20px;
    }
}

#gallery .slick-list .slick-slide .cont-img img.img-gallery {
    transform: scale(1);
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
    z-index: 2;
    position: relative;
}

#gallery .slick-list .slick-slide .cont-img:after {
    opacity: 0;
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    bottom: -3%;
    left: 0;
    z-index: 0;
}

#gallery .slick-list .slick-slide .complete-album {
    opacity: 0;
    z-index: 0;
    position: absolute;
    background: #adadad;
    bottom: 100px;
    left: 0;
    right: 0;
    width: 250px;
    margin: auto;
    text-align: center;
    border: 1px solid #adadad;
}

@media screen and (max-width: 1200px) {
    #gallery .slick-list .slick-slide .complete-album {
        bottom: 17%;
        font-size: 13px;
    }
}

@media screen and (max-width: 768px) {
    #gallery .slick-list .slick-slide .complete-album {
        width: 220px;
    }
}

#gallery .slick-list .slick-slide .info-gallery h3 {
    font-size: 26px;
}

#gallery .slick-list .slick-slide .info-gallery p.date-gallery {
    color: #0066cc;
    font-weight: 500;
    font-size: 19px;
}

@media screen and (min-width: 1440px) {
    #gallery .slick-list .slick-current .section-insights-events-media-widget-slider-element-box {
        border-left: 20px solid #f3f3f3;
        border-right: 20px solid #f3f3f3;
    }
}

#gallery .slick-list .slick-current .section-insights-events-media-widget-slider-element-box .cont-img img.img-gallery {
    transform: scale(1.2) translateY(-30px);
    border-left: 10px solid #f3f3f3;
    border-right: 10px solid #f3f3f3;
    display: inline-block;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

@media screen and (max-width: 1790px) {
    #gallery .slick-list .slick-current .section-insights-events-media-widget-slider-element-box .cont-img img.img-gallery {
        border: none;
    }
}

#gallery .slick-list .slick-current .section-insights-events-media-widget-slider-element-box .cont-img:after {
    background: #ffffff;
    opacity: 1;
    -webkit-box-shadow: 0 7px 26px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 7px 26px 15px rgba(0, 0, 0, 0.5);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

#gallery .slick-list .slick-current .section-insights-events-media-widget-slider-element-box .complete-album {
    z-index: 3;
    opacity: 1;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

#gallery .slick-list .slick-current .section-insights-events-media-widget-slider-element-box .complete-album:hover {
    background-color: #f7f7f7;
    border: 1px solid #333333;
    color: #000042;
}

#gallery .slick-list .slick-current .section-insights-events-media-widget-slider-element-box .complete-album .btn {
    background: none;
    padding: 5px 45px;
    white-space: normal;
    color: #ffffff;
}

#gallery .slick-list .slick-current .section-insights-events-media-widget-slider-element-box .complete-album .btn:hover {
    background: none;
    color: #000042;
}

#gallery .slick-list .slick-current .section-insights-events-media-widget-slider-element-box .complete-album .btn:focus {
    box-shadow: none;
}

/* Notes + people filters overlap */
#notes .section-people-search-filters-bar {
    position: relative !important;
    top: 0 !important;
}

#notes .notes-content h4 {
    color: #000042;
    text-transform: uppercase;
    font-size: 18px;
    border-bottom: 1px solid #d4d4d4;
    line-height: 30px;
}

#notes .notes-content p {
    margin-top: 10px;
}

#notes .section-people-search-element {
    background: #f7f7f7;
    border: none;
    box-shadow: none;
}

#notes .alm-reveal {
    display: flex;
    flex-wrap: wrap;
}

.section-notes-search-filters-bar {
    height: 60px;
    background-color: #000042;
    width: 100%;
    z-index: 980;
}

a.btn.btn-filter.notes-filter-element {
    margin: 10px 10px 10px 0;
}

.section-people-search .alm-btn-wrap {
  justify-self: center;
}