/* Start Header Compact */
#axero-header-compact,
            .navbar #axero-header,
#axero-header-social {
        background: #121212;}
/* End Header Compact */

/*CSS to hide article and blog featured image*/
.axero-article-background.content-has-image .article-featured-image {
    display: none;
}

/*CSS to adjust the content placement when featured image is gone*/
.axero-article-background.content-has-image .article-container {
    margin: 0px auto 0;
}

/* Start Header Compact*/
#axero-header-compact,
.navbar #axero-header,
n no #axero-header-social {
    background: #121212;

}

.weekly-materials-page li {
  list-style: none !important;
}

.weekly-materials-page li::before,
.weekly-materials-page li::marker {
  content: none !important;
  display: none !important;
}

.axero-widget-slider .lp-name {
    visibility: hidden;
    /* Initially hide the text */
}

.axero-widget-slider li .lp-name {
    order: 1;
    padding: 1rem 3rem 1rem;
    aspect-ratio: 16 / 9;
    display: flex;
    flex-direction: column;
    /* Stack items vertically */
    justify-content: center;
    /* Center items vertically */
    background-color: #121212;
    color: #fff;
    font-size: 1.375rem !important;
    font-weight: 600 !important;
    line-height: 1.875rem !important;
    text-align: left !important;
    /* Ensure text is left-aligned */
    width: 100%;
    /* Ensure the text container takes full width */
}

.axero-widget-slider li .lp-name>* {
    width: 100%;
    /* Force all direct children to take full width */
}

.axero-widget-slider li .lp-name .smaller-text {
    margin-top: 10px;
    /* Increase spacing between title and summary */
    font-weight: 300;
    /* Ensure the smaller text is lighter */
    line-height: 24px !important;
    font-size: 1rem !important;
}

.axero-widget-slider .category-text {
    font-size: .75rem !important;
    color: #fff !important;
    line-height: 17px !important;
    margin: 0px !important;
    font-weight: 500;
    text-transform: uppercase;
    display: block;
    margin-bottom: -20px !important;
    letter-spacing: .9px;
}

.axero-widget-slider .read-more {
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: bold;
    text-transform: uppercase;
    /* Makes the text all caps */
    display: block;
    margin-top: -25px;
}

.axero-widget-slider .arrow {
    font-size: 16px;
    margin-left: 5px;
    /* Add some space between the text and arrow */
}










p.article-button {
    color: #ffffff !important
}

/*Dashboard - naked buttons Home feed*/

.quick-link-naked a .entity-icon {
    align-self: stretch;
    line-height: 1.5rem;
}

.quick-link-naked a .entity-icon i {
    font-size: 21px;
}

.quick-link-naked a .space-info p {
    color: var(--body-text-secondary);
}


/*People Directory Compact - used in PLACE Spaces template*/

.axero-entity-formatted-content .people-directory-compact ul li {
    border-top: none;
    padding-bottom: 0;
}

.axero-entity-formatted-content .people-directory-compact ul {
    list-style-type: none;
    padding-bottom: 15px;
}

.people-directory-compact {
    border-left: none;
    padding: 0;
}

.axero-widget .axero-widget-content.axero-widget-content-padded.axero-entity-formatted-content .people-directory-compact ul {
    margin: 0;
}

.grid-condensed .people-directory-compact .row-fluid .span7 {
    width: 100%;
}

.people-directory-compact>ul>li .p-photo a .p-avatar {
    border-radius: 400px;
    height: 50px;
    width: 50px;
}

.people-directory-compact>ul>li .p-info {
    margin-left: 70px;
}


/*End People Directory Compact - used in PLACE Spaces template*/

/*People directory - list*/

.people-directory>ul>li {
    border-top: none;
}


/*Hide button for saving article, video, or blog as a draft*/
#ctl00_ctl00_ctl00_ContentPlaceHolder1_MainBodyPlaceHolder1_MainBodyPlaceHolder1_AddEditArticle1_btnSaveAsdraft {
    display: none;
}

#ctl00_ctl00_ctl00_ContentPlaceHolder1_MainBodyPlaceHolder1_MainBodyPlaceHolder1_AddEditBlogEntry1_btnSaveAsdraft {
    display: none;
}


/*start 2 col dropdown*/

.navbar .dropdown-menu .row-fluid.two-col-dropdown-wrapper {
    width: 520px;
    display: flex;
    column-gap: 16px;
}

.dropdown .dropdown-menu .axero-widget.axero-widget-spaces {
    margin-bottom: 0;
}

.navbar .dropdown-menu .row-fluid.two-col-dropdown-wrapper .ax-nav-widget .ax-nav-group {
    margin-top: 16px;
}

@media only screen and (max-width: 980px) {
    .navbar .dropdown-menu .row-fluid.two-col-dropdown-wrapper {
        flex-wrap: wrap;
    }

    .dropdown-backdrop {
        z-index: 0 !important;
    }
}


/*end 2 col dropdown*/

/*home page scrolling section start*/

@media screen and (min-width: 767px) {
    .home-scroll {
        height: 95vh;
        overflow: scroll;
        padding: 0 2px;
        border-bottom: solid 1px lightgray;

    }
}

/*End Home page scrolling section*/


/*Left side nav - spaces*/
.image-block-small .axero-navigation-image-blocks ul li a .tile-content .tile-content-text {
    padding: 8px 8px 8px 16px;
}

.image-block-small .axero-navigation-image-blocks ul li a .tile-content .tile-media {
    flex: 0 0 20%;
    -webkit-box-flex: 0 0 20%;
    -moz-box-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
}

/*Start tab navigation styling*/

.active-tab a {
    font-weight: 700;
    color: #000;
    border-bottom: 3px inset #000;
}

.nav-tabs>li>a:hover {
    border-bottom-color: #000;
    font-weight: 700;
}

.nav {
    margin-bottom: 10px;
}

.nav-tabs>li>a,
.nav-pills>li>a {
    padding: 0 2vw 10px 0;
}

/*End tab styling*/

/*Start Axero Article Styling*/
.axero-article-background.content-has-image.article-container {
    background: var(--background-primary);
    border-radius: 4px;
    box-shadow: 10px 10px 20px 0 rgb(0 0 0 / 4%), -10px 0 20px 0 rgb(0 0 0 / 4%);
    box-sizing: border-box;
    margin: -125px auto 0;
    max-width: 893px;
    padding: 45px 55px 30px;
}

.axero-article-background.content-has-image .article-featured-image {
    height: 450px;
    background-position: 50% 30%;
}

/*End Axero Article Styling*/

/*Hide suggested search terms from search results page*/
.axero-search-results-suggest {
    display: none;
}

/*display home page as navigation title*/
.axero-space-navigation ul .left-nav-title a .axero-space-navigation-item-name {
    font-size: 23px !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    letter-spacing: .6px;
}

.axero-space-navigation ul .left-nav-manage .axero-space-navigation-item-name {
    text-transform: uppercase !important;
    font-size: 12px !important;
    color: #999;
    letter-spacing: .8px;
}

.axero-entity-formatted-content a {
    text-decoration: none;
}

/*Start change "learn more" button to "Get this resource" on PLACE Nav Download widget*/
#divCommunityWrapper>div>div>div.span10>div.container-fluid.pb-row>div>div>div>div>div.span8>div.axero-widget.xs-banner-navigation.axero-widget-no-border>div>ul>li>a>div>div.xs-info>span,
#divCommunityWrapper>div>div>div.span10>div.container-fluid.pb-row>div>div>div>div>div.span8>div.row-fluid>div>div.axero-widget.xs-banner-navigation.download.axero-widget-no-border>div>ul>li>a>div>div.xs-info>span {
    position: relative;
    visibility: hidden;
}

#divCommunityWrapper>div>div>div.span10>div.container-fluid.pb-row>div>div>div>div>div.span8>div.axero-widget.xs-banner-navigation.axero-widget-no-border>div>ul>li>a>div>div.xs-info>span:before,
#divCommunityWrapper>div>div>div.span10>div.container-fluid.pb-row>div>div>div>div>div.span8>div.row-fluid>div>div.axero-widget.xs-banner-navigation.download.axero-widget-no-border>div>ul.ax-nav-widget>li>a>div>div.xs-info>span:before {
    content: "More";
    visibility: visible;
}

/*End change "learn more" button to "Download now" on PLACE Nav Download widget*/

/*Start Team Space Styling*/
.axero-space-photo {
    clear: both;
    margin-bottom: 15px;
    overflow: hidden;
    padding: 0;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    box-shadow: none;
    border: solid 1px var(--border-color);
}

.axero-widget-spaces ul li a .space-photo {
    min-width: 60px;
    max-width: 60px;
    border: solid 1px var(--border-color);
    border-radius: 4px;
}

#axero-my-status-input {
    box-shadow: none;
    padding: 0;
}

#axero-my-status-input .axero-status-options ul li.post-button .axero-my-status-button-container .axero-my-status-button {
    background-color: #222;
    background-image: none;
    border: 0 none;
    color: #fff;
    cursor: pointer;
    float: right;
    margin: 0;
    padding: 4px 50px;
    text-shadow: 0 0 0 transparent;
    transition: .3s;
}

.axero-widget.axero-search-widget.axero-space-search-widget .axero-widget-header {
    padding: 0 !important;
    margin-top: 5px !important;
    display: none;
}

/*End Team Space Styling*/

/*Start Divider Styling*/

.axero-entity-formatted-content hr {
    margin: 5px 0px;
}

/*Start Hide Specific Space Photos in Left Nav*/
/*#ctl79_SpacePhoto {
    display: none;
}*/

/*End Hide Specific Space Photos in Left Nav*/

/*Start Modal Styling*/
.sidebar-modal.axero-notification .modal-body,
.sidebar-modal.axero-messages .modal-body {
    display: block;
}

.modal-body {
    padding: 15px !important;
}

.axero-lightning-navigation-list.axero-pills .axero-widget-body {
    padding: 20px;

}

.modal-header h3 {
    margin: 8px;
}

/*space drop down list in top nav*/
.axero-widget-spaces ul {
    padding: 0 !important;
    margin: 0px !important;
}

/*.axero-widget.axero-widget-spaces {
    margin-bottom: 0px !important;
}*/

.axero-widget-spaces ul li a:hover {

    align-items: center;
    border-radius: 0px;
}

/*top nav drop down menu - delete if not using dropdown in zepplin header*/
.axero-widget-advanced-nav-list .axero-widget-body ul li>div {
    background-color: var(--accent-gray);
    color: var(--gray-75);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: 700;
    margin: 0;
    padding: 3px 0 3px 10px;
    border-radius: 4px;
}

/*End top nav drop down menu*/

/*End Modal Styling*/

.grid-condensed .xs-banner-navigation {
    margin-top: 0px !important;
}

/*Launch pad styling*/

.axero-widget-launchpad .axero-widget-content .lp-content ul li a .lp-name {
    text-transform: uppercase !important;
}

.axero-entity-formatted-content p img,
.axero-entity-formatted-content img {
    margin-bottom: 0;
}

.axero-widget.axero-widget-no-border .axero-widget-header,
.axero-widget.axero-widget-no-border .axero-widget-footer {
    margin: 0;
    padding: 0;
}

.axero-widget-launchpad .axero-widget-content .lp-content ul li a .lp-icon {
    max-width: none;
    padding: 0;
    display: flex;
    justify-content: center;
}

.axero-widget-launchpad .axero-widget-content .lp-content ul {
    gap: 10px
}

/*launch pad 5 across*/
.axero-widget-launchpad .axero-widget-content .lp-content ul li {
    width: 17% !important;
}

/*launch pad 3 across*/
.axero-widget-launchpad.launch-3 .axero-widget-content .lp-content ul li {
    width: 30% !important;
}

.ax-nav-widget.even-space {
    justify-content: space-around;
    padding: 0px 10px !important;
}

ul.ax-nav-widget.even-space {
    margin: 0 !important;
}

.axero-widget-launchpad .axero-widget-content .lp-content ul li a .lp-icon img {
    max-height: 50px;
    width: auto;
}

.axero-widget-launchpad.no-name .axero-widget-content .lp-content ul li a .lp-name {
    display: none;
}

.md-thumbnail {
    padding: 5px;
}

/*End Launchpad styling*/

.axero-widget.axero-search-widget.axero-space-search-widget {
    border: 0px;
}

.axero-space-menu .axero-space-navigation ul li.axero-space-navigation-item.item-header .nav-expand {
    /*display: none;*/
    color: inherit;
    text-decoration: none;
    position: absolute;
    right: auto;
    right: 10px;
    top: 6px;
}

.navbar .dropdown-menu {
    text-align: left;
    min-width: 260px;
    padding: 0px;
    margin-top: -6px;
}

ul.x-head-block-container>li>a.isavatar,
ul.x-head-block-container .dropdown>a.isavatar {
    max-height: 52px
}

.no-top-margin {
    margin-top: 0px !important;
}

/* Start Amanda Edits */

/*Blur Fix */
.xs-newsroom .xs-content ul li a:hover,
.xs-newsroom-wide .xs-content ul li a:hover {
    -webkit-font-smoothing: subpixel-antialiased;
    transform: translateZ(0);
}

/*End Blur Fix*/
.white {
    color: #fff !important;
}

.lg-space {
    margin-top: 5px;
}

.padding-xl {
    padding: 3.75rem !important;
}

.padding-lg {
    padding: 2.75rem !important;
}

.padding-md {
    padding: 1.875rem 2.125rem 2.125rem 2.125rem !important;
}

.padding-sm {
    padding: 1.5rem !important;
}

.padding-none {
    padding: 0 !important;
}

.margin-none {
    margin: 0 !important;
}

.equal-row {
    display: flex;
    flex-wrap: wrap;
}

.row-flex {
    display: flex;
}

.col-text-sm h3 {
    padding: 0 0 12px !important;
    margin: 0 !important;
}

.col-text-lg .category-eyebrow,
.col-text-sm .category-eyebrow {
    line-height: 17px !important;
    margin-bottom: 12px !important;
    margin-top: 0px !important;
    font-weight: 500 !important;

}

.label,
.badge {
    padding: 5px 10px 5px;
    border-radius: 0;
    margin-bottom: 7px;
}

.summary {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    font-weight: 500;
    color: var(--gray-75);
}

.summary p {
    display: flex;
    flex-direction: column;
    align-self: stretch;
    flex-grow: 0;
    font-size: 1rem !important;
    line-height: 24px;
    padding-bottom: 32px;
}

.summary-2 {
    font-weight: 400 !important;
    color: var(--gray-75);
    padding-bottom: 0;
    margin-top: 25px;
}

.summary-md {
    flex: none;
    align-self: stretch;
    flex-grow: 0;
    line-height: 24px;
    font-size: .875rem !important;
    color: var(--gray-75);
    font-weight: 400;
    margin-bottom: 10px;
}

.summary.no-arrow p {
    padding-bottom: 0px;
    margin-bottom: 0px;
}

span.arrow-xxl {
    font-size: 36px;
    color: var(--gray-75);
    position: absolute;
    bottom: 2rem;

}

span.arrow-xl {
    font-size: 24px;
    color: var(--gray-75);
    position: absolute;
    bottom: 2rem;
    right: 2rem;

}

span.arrow-lg {
    font-size: 14px;
    color: var(--gray-75);
    position: absolute;
    bottom: 2rem;
    right: 2rem;

}

span.arrow-sm {
    font-size: 10px;
    color: var(--gray-75);
    position: absolute;
    bottom: 2rem;
}

span.arrow-md {
    font-size: 16px;
    color: var(--gray-75);
    position: absolute;
    bottom: 2rem;
    right: 2rem;
}

.tile-content:hover span.arrow-sm,
.tile-content:hover span.arrow-md,
.tile-content:hover span.arrow-lg,
.tile-content:hover span.arrow-xl,
.tile-content:hover span.arrow-xxl,
.tile-content:hover h5.button {
    transform: translate(10px);
    transition: .3s ease-in-out;
}

.opacity25 {
    opacity: .25;
}

.xs-newsroom.col-two.place .image-block .tile-media {
    min-height: 175px !important;
}

.tile-media.col-three {
    max-height: 175px;
}

.partner {
    aspect-ratio: 1/1;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
}

.xs-newsroom.col-two.place .image-block .tile-media:before {
    padding-top: 36.25% !important;
}

.xs-newsroom-wide.col-one.place .crisscross {
    display: none;
}

.xs-newsroom-carousel {
    margin-bottom: 15px;
}

/*Carousel */
.carousel .carousel-inner>.item {
    max-height: 250px;
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    display: inline-flex;

}

.carousel .carousel-inner>.item img {
    margin-top: unset;
    object-fit: cover;
    width: 100%;
    height: 100%;
    background-color: var(--palce-black);
}


.axero-widget-carousel-media .carousel .carousel-indicators {
    top: unset;
    display: flex;
    background-color: #fff;
}

.carousel-indicators {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 5;
    margin: 0;
    list-style: none;
}

.axero-widget-carousel-media .carousel .carousel-indicators.top {
    top: 1rem !important;
    right: 1rem;
    list-style: none;
    display: flex;
    background-color: #fff;
    background: bottom;
}

.carousel .carousel-inner>.item .carousel-caption.right-caption {
    top: 0;
    right: 50%;
    bottom: 0;
    background: var(--place-black);
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    padding: 30px 20px 30px 30px;
    position: absolute;
}

.carousel .carousel-inner>.item .carousel-caption.gradient {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8939950980392157) 0%, rgba(255, 255, 255, 0) 100%);
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    flex-direction: column;
    padding: 3rem;
}

.carousel-caption-inner .category-eyebrow {
    color: #fff !important;
    line-height: 17px !important;
    margin: 0 !important;
    font-weight: 500;
}

.carousel-caption-2 {
    padding: 0px !important
}

.carousel .summary p {
    line-height: 24px !important;
    padding-bottom: 7px !important;
}

.carousel .left.carousel-control.dark,
.carousel .right.carousel-control.dark {
    background: rgba(255, 255, 255, 0.5);
    color: var(--place-black);
}

.carousel .left.carousel-control.minimal,
.carousel .right.carousel-control.minimal {
    background: rgba(255, 255, 255, 0);
    color: #fff;
    font-size: 28px;
}

.carousel-control-2.right,
.carousel-control-2.left {
    display: none;
}

.xs-media {
    order: 2;
    aspect-ratio: 1/1;
}

.xs-newsroom-hero-carousel .xs-slide .xs-inner-slide .xs-media {
    -webkit-box-flex: 0 0 45%;
    -moz-box-flex: 0 0 45%;
    -webkit-flex: 0 0 45%;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
}

.xs-newsroom-hero-carousel .xs-slide .xs-inner-slide .xs-info {

    justify-content: flex-start;
    padding: 2.125rem;

}

.xs-newsroom-hero-carousel .xs-slide .xs-inner-slide {
    min-height: auto
}

.xs-newsroom-hero-carousel .slick-dots {
    left: 2.125rem;
    right: auto;
    bottom: 2.125rem;
}

.xs-newsroom-hero-carousel .slick-dots .carousel .carousel-inner>.item img {
    margin-top: unset;
}

@media screen and (max-width: 992px) {
    .carousel .carousel-inner>.item .carousel-caption.right-caption {
        /* left: 20%;*/

    }
}

@media screen and (max-width: 767px) {
    .carousel .carousel-inner>.item .carousel-caption.right-caption {
        left: 0;
    }

    .carousel .carousel-inner>.item img {
        margin-top: auto;
    }
}

/*End Carousel */

/*PLACE - Hero Carousel - 1 Col Half No Overlay*/
.place-hero-carousel.axero-widget-carousel-media .carousel .carousel-inner {
    /* max-height: 250px;*/
}

.carousel .carousel-inner>.item {
    display: flex;
    max-height: 350px;
    min-height: 250px;
}

.place-hero-carousel .row-fluid .span6 {
    width: 50%;
}

@media screen and (max-width: 650px) {
    .place-hero-carousel .row-fluid .span6 {
        min-height: 150px;
        width: 100%;
    }

    .carousel .carousel-inner>.item .carousel-caption.right-caption {
        position: relative;
    }

    .place-hero-carousel .row-fluid .span6:nth-child(2) {
        display: none;
    }
}

.place-hero-carousel .row-fluid [class*="span"] {
    margin-left: 0;
}

.place-hero-carousel .carousel .carousel-inner .item .carousel-caption {
    margin-right: 0;
}

/*Event*/
.place-event.xs-newsroom-wide .tile-content {
    background-color: #121212 !important;
}

.place-event.xs-newsroom-wide .xs-content ul li a .tile-content .tile-content-text {
    background-color: unset !important;
}

.xs-newsroom-wide .xs-content ul li a .tile-content .tile-content-text {
    padding: 2.125rem !important;
}

.place-event .event-info-wrap {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    flex-direction: column;
    align-self: center;
}

.place-event .event-info-wrap h3,
.place-event .event-info-wrap h4 {
    margin: 0 !important;
}

.place-event .tile-head h3,
.place-event .tile-head h4 {
    margin: 0 !important;
    padding: 0 !important;
}

.place-event .calendar-wrap {
    padding-bottom: 8px;
    margin: 0 !important;
    line-height: 17px;
}

.place-event .event-info-wrap .fas.fa-calendar-alt {
    font-size: 16px;
}

.place-event .category-eyebrow {
    color: #fff !important;
    line-height: 17px !important;
    margin: 0 !important;
    font-weight: 500;
}

h6.category-eyebrow-sm {
    margin: 0px !important;
}

h6.category-eyebrow {
    margin-top: 0px;
}

.place-event .event-text-wrap {
    display: flex;
    flex: 1;
}

.place-event li.gap-xs {
    padding-bottom: 1px !important;
}

.place-event li.gap-xs:last-child {
    padding-bottom: 10px !important;
}

.place-event-list .axero-widget-header {
    padding: 0 !important;
}

.place-event-list.axero-widget-events ul {
    padding-bottom: 0;
    margin-bottom: 0;
}

.place-event-list.axero-widget-events ul li:hover {
    transform: scale(1.01);
}

.place-event-list.axero-widget-events ul li a:hover {
    background: unset;
}

.place-event-list.axero-widget-events ul li:last-child a {
    padding-bottom: 0 !important;
}

.place-event-list.axero-widget-events ul li a {
    padding: 12px 0 0 0;
}

.axero-widget-events ul {
    list-style: none;
    margin: 10px 0;
    padding: 0 0 0 !important;
}

.axero-widget-events ul li a {
    padding: 10px 20px;
}

.axero-widget-events ul li a .event-info .title {
    display: block;
    font-size: .875rem;
    font-weight: 700;
}

.place-event-list.axero-widget .axero-widget-header i {
    margin: 0;
    opacity: 1;
    color: var(--place-black);
    font-size: 16px;
}

.place-event-list .axero-widget-header,
.place-event-list .event-info-wrap {
    display: flex;
    flex: 1;
    justify-content: space-between;
}

.axero-widget-header h3 {
    font-size: 1rem !important;
}

.place-event-list .event-info-wrap h4 {
    margin: 0 !important;
}

.place-event-list .event-info-wrap h5 {
    font-size: 1rem !important;
    margin-bottom: 5px;

}

.place-event-list .event-info-wrap .category-eyebrow {
    line-height: 17px !important;
    margin: 0 !important;
    font-weight: 500;
}

.event-time,
.time {
    margin: 0 !important;
    color: var(--accent-color);
    letter-spacing: 0 !important;

}

.event-date {
    margin: 0;

}

.event-eyebrow {
    margin: 0;
    color: var(--accent-color);
}

/*END EVENTS*/

/*START HERO BANNER*/
.place-hero-banner .right-text-box {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-direction: column;
    position: relative;
    width: 65%;
    left: 35%;
    background: rgba(18, 18, 18, 0.85);
}

.place-hero-banner .overlay:hover span.arrow-xl,
.place-hero-banner .overlay:hover span.arrow-xxl {
    opacity: 1;
}

.place-hero-banner .category-eyebrow {
    color: #fff !important;
    line-height: 17px !important;
    margin: 0 !important;
    padding-bottom: 8px !important;
    font-weight: 600;
}

.place-hero-banner .summary p {
    line-height: 24px !important;
    padding-bottom: 7px !important;
    color: #fff !important;
}

.place-hero-banner span.arrow-xl,
.place-hero-banner span.arrow-xxl {
    right: 2rem;
}

.place-hero-banner.col-two .tile-media {
    background-blend-mode: multiply;
    background-color: rgba(18, 18, 18, 0.85);
    background-size: cover;
    height: 100%;
}

.place-hero-banner.col-two .tile-content-text {
    display: flex;
    justify-content: center;
}

.place-hero-banner .overlay {
    transition: .2s;
}

.place-hero-banner .overlay:hover {
    background-color: var(--place-black);
    transition: .1s;
}

.place-hero-banner .opacity-25:hover {
    opacity: 100;
}



@media screen and (max-width: 992px) {
    .place-hero-banner .right-text-box {
        left: 20%;
        width: 80%;
    }
}

@media screen and (max-width: 767px) {
    .place-hero-banner .right-text-box {
        left: 0;
        width: 100%;
        align-items: flex-start;
    }

    .place-hero-banner img {
        margin-top: auto;
    }
}

/*END HERO BANNER */

/*Start Navigation Banner Styling*/
.xs-banner-navigation ul li a .xs-content .xs-info h4 {
    font-size: 1.375rem !important;
}

.xs-learn-more {
    font-size: 10px !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600 !important;
    margin-top: 4px;
}

.xs-banner-navigation ul li a .xs-content:hover .xs-info .xs-learn-more:hover {
    color: var(--accent-color) !important;
    transition: .2s)
}

.xs-banner-navigation ul li a .xs-content .xs-info .xs-learn-more:after {
    font-family: var(--font-icon-family);
    content: "\f054";
    position: absolute;
    margin-left: 5px;
    font-weight: 900;
    font-size: 10px;
    top: 0px !important;
}

@media screen and (max-width: 767px) {
    .zeppelin-header .container .row-fluid .span12 .brand img {
        width: 70px !important;
    }

}

/*End Navigation Banner Styling*/

@media screen and (max-width: 767px) {



    .axero-navigation-image-blocks ul li a .tile-content {
        display: flex;
    }

    .xs-newsroom-wide.col-one.place li {
        align-items: flex-start !important;
    }

    .xs-newsroom-wide.col-one.place .image-block {
        display: flex !important;
        flex-direction: column-reverse !important;
    }

    .xs-newsroom-wide.col-one.place .image-block .tile-media {
        min-height: 203.83px !important;
    }

    .xs-newsroom-wide.col-one.place .image-block .tile-media:before {
        padding-top: 26.25% !important;
    }

    .xs-newsroom.place.col-three li {
        width: 100% !important;
    }

    .xs-newsroom-wide.col-one.place .tile-media.hidden-sm {
        display: none;
    }

    .xs-newsroom-wide.col-one.place .crisscross {
        display: block;
    }

    .xs-newsroom.col-two.place li {
        width: 100% !important;
    }

    .place-event-list .event-info-wrap h5 {
        overflow: hidden;
        max-width: 75ch;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

}

@media screen and (max-width: 400px) {
    .xs-newsroom-wide.col-one.place .tile-head.col-text-sm.mobile-sm h3 {
        max-width: 60%;
    }

    .place-event-list .event-info-wrap h5 {
        overflow: hidden;
        max-width: 15ch;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

/* End Amanda Edits */

/* Use these variables to adjust the global colors */
:root {
    --zeppelin-sub-header-background-color: #fff;
    --zeppelin-sub-header-item-hover-color: #f0f0f0;
    --zeppelin-sub-header-text-color: #161616;
    --icon-highlighted-color: #000000;
    --font-family: "Proxima-Nova", sans-serif;
    --place-blue: #3270FA;
    --border-color: #e0e0e0;
    --accent-color: #999999;
    --place-black: #121212;
    --gray-75: #666;
    --accent-gray: #f4f4f4;
    --widget-margin-bottom: 15px;
    --calendar-blue: #54BAE5;
    --calendar-teal: #4AAFA7;
    --calendar-orange: #E7BC50;
    --calendar-pink: #E18580;
    --hyperlink-color: #3270FA;
}

/*Featured item in header subnav*/
.color-blue .x-label {
    color: var(--place-blue) !important;
}

body {
    background: var(--background-primary);
}

/*NEW (Alex) font sizes are set in rem. 1rem = 16px*/
h1 {
    font-size: 1.875rem !important;
    font-weight: 700 !important;
    line-height: 2.25rem !important;
    color: var(--place-black);

}

h2 {
    font-size: 1.625rem !important;
    font-weight: 700 !important;
    line-height: 1.875rem !important;
    margin-top: 4px !important;

}

h3 {
    font-size: 1.375rem !important;
    font-weight: 600 !important;
    line-height: 1.875rem !important;

}

h4 {
    font-size: 1.125rem !important;
    font-weight: 600 !important;
    line-height: 1.375rem !important;

}

h5 {
    font-size: .75rem !important;
    font-weight: 600 !important;
    margin-top: 0px !important;

}

h6 {
    font-size: .75rem !important;
    text-transform: uppercase !important;
    letter-spacing: .9px !important;

}

p,
span {
    font-size: 1rem;
    margin: 0 0 0;
}

a:hover {
    text-decoration: none !important;

}

/*Calendar fonts*/
.fc-content .fc-title,
.fc-time {
    font-size: 14px;
}

.fc-event .fc-bg {
    opacity: 0;
}

/*end calendar edits*/

p.smallsumm {
    font-size: 14px !important;
    color: var(--gray-75);
    font-weight: 400;
    margin-bottom: 1.5rem;
}

.largesumm {
    font-size: 1rem !important;
    color: var(--gray-75);
    font-weight: 400 !important;
}

.largesumm::after {
    content: "     read more";
    right: -12px;
    bottom: 4px;
}

.h3-carousel {
    color: #131313 !important;
}

.xs-newsroom .xs-content ul li a .tile-content .tile-media::before {
    content: "";
    display: block;
    padding-top: 56% !important;
}

.xs-newsroom .xs-content ul li a .tile-content .tile-content-text .tile-time {
    position: absolute;
    bottom: 2rem;
}

.xs-newsroom .xs-content ul li a .tile-content .tile-content-text .tile-time-2 {
    position: absolute;
    bottom: 1.75rem;
    font-size: 12px;
    line-height: 1.33341;
    font-weight: 400;
    opacity: .7;
}

.xs-newsroom .xs-content ul li a .tile-content .tile-content-text .tile-time-3 {
    bottom: 1.75rem;
    font-size: 12px;
    line-height: 1.33341;
    font-weight: 400;
    opacity: .7;
}

.xs-newsroom .xs-content ul li {
    padding: 0 15px 15px;
}

.axero-lightning-navigation-list .axero-widget-body ul li a .x-icon {
    width: 25px;
    display: block;
    float: left;
    text-align: left
}

.axero-lightning-navigation-list.axero-blocks .axero-widget-body ul li a .x-label {
    margin: 0px;
}

.axero-lightning-navigation-list .axero-widget-body ul li a .x-label span {
    font-size: .875rem;
}

/*3 column navigation block template*/
.axero-lightning-navigation-list.axero-blocks .ax-nav-widget.3-col-nav li {
    width: 30% !important;
}

.op-intro {
    display: flex;
}

.intro {
    float: left;

}

.space-intro {
    margin-top: .6875rem
}

.axero-widget.axero-widget-spaces.reqread.axero-widget-no-border {
    float: right;
    margin-top: -37px;
    margin-bottom: -1rem;
}

/*align second menu right*/
.x-head-block-container.submenu-right,
.submenu-right {
    flex-direction: row !important;
    align-items: flex-end !important;
    display: flex !important;
    justify-content: flex-end !important;
}

.zeppelin-sub-header .container .row-fluid .span12 .span2 ul.x-head-block-container {
    justify-content: flex-end;
}

/*End second menu right*/

.zeppelin-sub-header .container .row-fluid .span12 ul.x-head-block-container {
    align-items: center;
}



.zeppelin-sub-header .container .row-fluid .span12 .span4 ul.x-head-block-container {
    justify-content: flex-end;
}

.greeting {
    flex-direction: row !important;
    align-items: flex-end !important;
    display: flex !important;
    justify-content: flex-end !important;

}

@media screen and (max-width: 767px) {
    .greeting {
        display: none !important;
    }
}

.operator-greeting {
    color: #fff;
    margin-top: 17px;
    margin-left: 25px;
    font-size: 14px;
    font-weight: 200;
}

.submenu-right>li>a:hover {
    border-radius: 0px;
    transition: .1s;
}

/*OLD (delete "_" font sizes are set in rem. 1rem = 16px*/
_h1 {
    font-size: 1.9rem !important;
    font-weight: 700 !important;
}

_h2 {
    font-size: 1.6rem !important;
    font-weight: 700 !important;
    line-height: 2rem;
}

_h3 {
    font-size: 1.3rem !important;
    font-weight: 700 !important;
}

_h4 {
    font-size: 1.1rem !important;
    font-weight: 600 !important;
}

_h5 {
    font-size: .875rem !important;
    font-weight: 600 !important;
}

_h6 {
    font-size: .75rem !important;
    text-transform: uppercase !important;
    letter-spacing: .9px !important;
}

_p,
_span {
    font-size: 1rem;
    margin: 0 0 3px;
}

/*Button Styles*/

.learnbtn,
h5.learnbtn {
    margin: 5px 10px -5px 0;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.learnbtn.md {
    font-size: 12px;
}

div.learnmore {
    position: absolute !important;
    bottom: 2.125rem !important;
    margin-top: 1.625rem;
}

div.learnmore-lgpad {
    position: absolute !important;
    bottom: 2rem !important;
    margin-top: 1.625rem;
}

.buttonarrow {
    font-size: 10px;
}

.buttonarrow.md {
    font-size: 12px;
}

.btn-wrapper .axero-widget-content.axero-widget-content-padded.axero-entity-formatted-content .btn {
    margin: 0 0;
}

.btn-wrapper {
    margin: 10px 0;
}

a.btn {
    color: #000;
    font-size: .75rem !important;
    text-transform: uppercase !important;
    letter-spacing: 1.1px !important;
    font-weight: 600;
    border: solid 1px #121212;
    padding: 10px 16px;
    background-color: #fff;
}

a.btn:hover {
    color: #fff;
    background: var(--place-black);
}

.btn-success {
    color: #000;
    font-size: .65rem !important;
    text-transform: uppercase !important;
    letter-spacing: 1.1px !important;
    font-weight: 600;
    padding: 5px 10px;
    border-radius: 3px;
}

.btn-light {
    color: #000;
    font-size: .75rem !important;
    font-weight: 600;
    border: 0px #121212;
    padding: 10px 16px;
    background-color: #efefef !important;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    border-radius: 5px;
    transition: .3s;
}

.btn-light:hover {
    color: #ffffff;
    background-color: #000 !important;
    border-radius: 5px;
    transition: .3s
}


.btn-wrapper .btn-fill .btn {
    display: flex;
    justify-content: center;
    align-items: center;
}

a.btn.btn-fill {
    display: flex;
    justify-content: center;

}

a.btn-dark {
    color: #fff;
    background: var(--place-black);
}

.btn-success {
    background-color: var(--place-black) !important;
    background-image: none;
}

.download-share-button {
    margin-top: -20px;
    margin-bottom: 10px;
}

/*Join space button*/

#ctl80_liJoinSpace {
    border: 1px solid var(--place-blue);
    border-radius: 4px;
    color: var(--place-blue);
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
}

/*Dark theme*/

/*Notifications*/

.axero-notification-alert {
    background: var(--place-blue);
}

/*line height single space for lists in entities*/

.axero-entity-formatted-content li {
    margin: 0 0 0px;
    line-height: 1.4;
}

.axero-entity-formatted-content li p {
    margin: 0 0 .5em;
}

.category-eyebrow,
.xs-eyebrow,
.category-eyebrow-sm {
    color: var(--accent-color) !important;
    font-weight: 500 !important;
}

div.card-summary {
    margin-top: 2rem !important;
}

.x-head-block-container>li>a:hover {
    border-radius: 0px;
    transition: .1s;
}

/*fix responsive header color*/
.axero-space-header-options {
    background-color: #fff !important;
}

.zeppelin-sub-header .container .row-fluid .span12 ul.x-head-block-container>li>a:hover {
    border-radius: 0px !important;
}

.zeppelin-header .container .row-fluid .span12 .brand img {
    margin: 0;
    /* max-width: var(--zeppelin-logo-max-width);*/
    max-height: 34px;
    width: 100%;

}

/* Header Compact */
#axero-header-compact,
.navbar #axero-header,
#axero-header-social {
    background: #000000;
}

/*Page builder styles*/

.home_row {
    padding-top: 18px;
}

/* Left Navigation styling - for the left nav in a space, set the font styles on the navigation group,
then set styles on .item-not-header*/


#id_28 {
    padding: 10px 10px 10px 10px;
    background: #fff !important;
    color: #000;
    border-radius: 4px;
    margin-bottom: 8px;
    border: solid 1px var(--border-color);
    font-weight: 600;

}

/*hide box shadow on home nav-left*/
.axero-space-navigation ul:not(.dropdown-menu)>.axero-space-navigation-item.item-not-header:hover,
.axero-space-menu:not(.sortable-mode) .axero-space-navigation ul:not(.dropdown-menu)>.active {
    background: var(--background-primary);
    border-radius: 4px;
    text-decoration: none;
    box-shadow: none !important;
}

.axero-space-menu .axero-space-navigation ul li.axero-space-navigation-item .axero-space-navigation-item-name {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 5px;
    margin-left: 0;
}

.axero-space-menu .axero-space-navigation ul li.axero-space-navigation-item.item-header.item-expanded>div {
    padding: 5px 0 1px 15px;
    background-color: #f4f4f4;
    margin-left: -5px;
    margin-bottom: 5px;
    border-radius: 3px;
}

.axero-space-menu:not(.sortable-mode) .axero-space-navigation ul li.sortable.item-not-header,
.axero-space-menu:not(.sortable-mode) .axero-space-navigation ul li.sortable:not(.item-expanded) {
    padding: 0px
}

.axero-space-menu:not(.sortable-mode) .axero-space-navigation .axero-space-navigation-item.item-header {
    margin-bottom: 25px;
}

.axero-space-menu .axero-space-navigation ul li.axero-space-navigation-item.item-not-header .axero-space-navigation-item-name {
    text-transform: none;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0px;
    margin-left: 0px;
    padding: 9px 0 9px 7px;
}

.axero-space-menu .axero-space-navigation ul li.axero-space-navigation-item .axero-space-navigation-item-icon {
    margin-right: 5px !important;
}

.axero-space-menu .axero-space-navigation ul li.axero-space-navigation-item.item-not-header:active {
    border: 1px solid var(--border-color) !important;
}

.axero-space-menu .axero-space-navigation ul li.axero-space-navigation-item.item-not-header:hover {
    border: 1px solid var(--border-color) !important;
}

/*Widget Styling for non-place widgets*/

/*hide box shadows on widgets and replace with flat lines to match mockups*/

.axero-widget {
    box-shadow: none;
    border: 1px solid var(--border-color);
}

.axero-search-widget .axero-widget-content {
    border: none !important;
    padding: 0px !important;
}

.search-bar {
    padding-bottom: 25px;

}

#axero-search-widget-1001 {
    border: none !important;
}

.axero-widget.axero-widget-no-border .axero-widget-content-padded {
    padding: 1px;
}

/*PLACE 1 col-compact image left template*/

.axero-widget-spaces ul li a {
    padding: 16px 20px;
    align-items: center;
    border-radius: 4px;
}

.axero-widget-spaces ul li a .space-photo {
    min-width: 60px;
    max-width: 60px;
}

.axero-widget-spaces ul li a .space-photo img {
    border-radius: 4px;
    width: 100% !important;
}

.tile-content.tile-media.white {
    background-position: bottom;
}

/*XS newsroom wide template*/

.xs-newsroom-wide .xs-content ul li a .tile-content .tile-content-text .tile-head h4 {
    font-size: 18px !important
}

.ax-entity-rel-content ul li .thumbnail {
    box-shadow: none !important;
    border: 1px solid var(--border-color)
}

/*XS - Newsroom simple (Horizontal Items with Hero)*/

.xs-newsroom-wide-columns .xs-content ul li a .tile-content .tile-content-text .tile-head .tile-summary {
    display: block;
}

.xs-newsroom-wide-columns .xs-content ul li a .tile-content .tile-content-text .tile-head p {
    display: block !important;
}

/*XS - Newsroom wide*/

/*.xs-newsroom-wide .xs-content ul li a .tile-content .tile-media {
    filter: saturate(93%) contrast(.9) !important;
}*/

.xs-newsroom-wide .xs-content ul li a .tile-content .tile-media:hover {
    filter: saturate(100%) contrast(1) !important;
    transition: .3s;
}

.tile-content .tile-media .overlay .white,
.tile {
    transition: .3s !important;
}

/*Navigation pills 2 col*/

.axero-lightning-navigation-list.axero-blocks {
    border: none;
}


.axero-lightning-navigation-list.axero-blocks .axero-widget-body {
    padding: 0;
}

.axero-lightning-navigation-list.axero-blocks.theme-dark .axero-widget-body ul li a {
    background-color: var(--place-black);
    color: white;
}

/*Navigation pills - 1 col no border*/

.axero-lightning-navigation-list.axero-pills.no-border-pills {
    border: 0;
    margin: 0px;
}

.axero-lightning-navigation-list.axero-pills.no-border-pills ul.ax-nav-widget {
    margin: 0;
}

.axero-lightning-navigation-list.no-border-pills .axero-widget-body {
    padding: 0;
}

/*Custom page header style*/

.page-header-title-h1 h1 {
    margin: 0;
    font-size: 1.5rem;
    letter-spacing: 0px;
    font-weight: 700;
    margin-bottom: 0;
    text-transform: uppercase;
}

.subheader {
    margin: 0px !important;
    font-size: 14px;
}

.block-title {
    padding-bottom: 30px !important;
}

.axero-widget.page-header-title-h1,
.axero-widget-no-border {
    margin: 0 0 24px 0;
    padding: 0;
}

.axero-space-header-title-info,
.axero-space-header-title-info a {
    text-transform: uppercase;
    letter-spacing: 1px !important;
    font-size: 10px !important;
    color: var(--accent-color);
}

.axero-space-header .axero-space-header-title {

    display: none;
}

/*Space Header*/
.axero-space-header.axero-space-header-icon {
    margin-top: -5px !important;
    display: none;
    /*Hiding this may hide important buttons at the top of pages*/

}

@media screen and (max-width: 767px) {

    /*show space header nav on mobile*/
    .axero-space-header.axero-space-header-icon {
        display: block;
    }

    #ctl84_hlPeople,
    #ctl84_hlWhatsNew {
        display: none;
    }

}

/*End space header nav*/

/*Expand attachments in articles and wikis*/
/*Show article attachments*/
.axero-articles-detail div[id$='entity-attachment-pane'] {
    display: block !important
}

/*Show wiki attachments*/
.axero-wiki-detail div[id$='entity-attachment-pane'] {
    display: block !important
}

/*Start Video Styling*/

.axero-widget .axero-widget-content iframe {
    border-radius: 4px !important;
    aspect-ratio: 16 / 9;
    height: 100%;
    width: 100%;
}

/*Start Tree Styling for Core Services Page*/

.tree,
.tree ul,
.tree li {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}

.tree {
    margin: 5px 0 1em;
    text-align: center;
    width: 100%
}

.tree,
.tree ul {
    display: table;
    margin-bottom: 0px
}

.tree ul {
    width: 100%;
    bottom-margin: 0px
}

.tree li {
    display: table-cell;
    padding: 8px 0 0 0;
    vertical-align: top;
}

.tree li:before {
    outline: solid .5px #D1D1D1;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.tree li:first-child:before {
    left: 50%;
}

.tree li:last-child:before {
    right: 50%;
}

.tree code,
.tree span {

    border-radius: 2em;
    display: inline-block;
    margin: 1px .2em .5em;
    padding: .4em 1em;
    position: relative;
    -webkit-box-shadow: 1px 1px 9px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 1px 9px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 9px rgba(0, 0, 0, 0.1);
    z-index: 200
}

.tree ul:before,
.tree code:before,
.tree span:before {
    outline: solid .5px #D1D1D1;
    content: "";
    height: .5em;
    left: 50%;
    position: absolute;
}

.tree ul:before {
    top: -.5em;
}

.tree code:before,
.tree span:before {
    top: -.55em;
}

.tree>li {
    margin-top: 0;
}

.tree>li:before,
.tree>li:after,
.tree>li>code:before,
.tree>li>span:before {
    outline: none;
}

@media screen and (min-width: 767px) {
    .no-desktop {
        display: none !important;
    }
}


/*Don't display on mobile or tablet*/
@media (min-width:768px) and (max-width:1000px) {
    .three-col-responsive {
        display: flex;
        flex-direction: column;
    }

    .three-col-responsive>* {
        width: 100% !important;
    }
}

@media screen and (max-width: 1000px) {

    .no-mobile,
    .no-mobile * {
        display: none !important;
    }
}

.mobile-col-1,
.order-1 {
    width: 100% !important;
}

.order-1 {
    order: 1;
}

.home-scroll {
    order: 2;
}



.container-fluid.pb-row.zeppelin-header {
    display: flex;
}

.xs-newsroom-hero-carousel .slick-dots {
    right: 2.125rem;
    left: auto;
    bottom: 2.125rem;
}

.xs-newsroom-hero-carousel .xs-slide .xs-inner-slide .xs-info {
    min-height: 260px;
}

.nav-tabs {
    font-size: 12px;
    flex-wrap: wrap;
    justify-content: space-between;
}

h1 {
    font-size: 1.625rem !important;
}

.xs-newsroom-hero-carousel .xs-slide .xs-inner-slide .xs-media .xs-image {
    aspect-ratio: 1/1
}

.carousel .carousel-inner>.item .carousel-caption.gradient {
    padding: 2rem;
}

.xs-newsroom-hero-carousel .xs-slide .xs-inner-slide .xs-media {
    min-height: 356px;
}



#axero-header>div.container-fluid.pb-row.zeppelin-header>div>div>div>ul {
    position: absolute;
    right: 59px;
    top: 17px;
}

p.smallsumm {
    margin-bottom: 2rem;
}

.xs-newsroom .xs-content ul li a .tile-content .tile-content-text .tile-time {
    bottom: 2rem;
}

.padding-xl {
    padding: 0.375rem !important;
}


}

@media (max-width: 979px) {
    .navbar.navbar-inverse .nav-collapse li .dropdown-menu li a {
        padding: 15px 15px 15px 30px !important;
        display: flex;

    }
}

/*hide share button from the gear icon*/
#axero-share-anchor {
    display: none;
}


/* Hide Column Checkboxes */
[ng-model="globalNotifyPref.Email"],
[ng-model="globalNotifyPref.Browser"] {
    display: none;
}

/* Hide Section Headings */
.notification-preference-group-row {
    display: none;
}

/* Hide Notification Types */
[data-notification-type="4"],
[data-notification-type="5"],
[data-notification-type="6"],
[data-notification-type="7"],
[data-notification-type="8"],
[data-notification-type="9"],
[data-notification-type="10"],
[data-notification-type="11"],
[data-notification-type="12"],
[data-notification-type="13"],
[data-notification-type="14"],
[data-notification-type="15"],
[data-notification-type="16"],
[data-notification-type="17"],
[data-notification-type="18"],
[data-notification-type="19"],
[data-notification-type="20"],
[data-notification-type="21"],
[data-notification-type="22"],
[data-notification-type="23"],
[data-notification-type="24"] {
    display: none;
}

/* Restore bold */
strong {
    font-weight: 700;
}

/* Black quick-action button */
.nav-item-black a {
    background-color: #000 !important;
    color: #fff !important;
    border-radius: 8px !important;
    /* keep the rounded corners */
}

/* Hover/focus state */
.nav-item-black a:hover,
.nav-item-black a:focus {
    background-color: #111 !important;
    color: #fff !important;
}

/* Make sure the icon flips to white too */
.nav-item-black a i,
.nav-item-black a svg,
.nav-item-black a .icon {
    color: #fff !important;
    fill: #fff !important;
    stroke: #fff !important;
}

/* Optional: remove any leftover background on wrapper divs */
.nav-item-black,
.nav-item-black div {
    background: none !important;
}

/* Width for Gabbi nav Icon */
.ask-gabbi a img {
    width: 70px !important;
    margin-right: 8px !important;
    border-radius: unset !important;
    -webkit-border-radius: unset !important;
}

@media (max-width: 600px) {
    .ask-gabbi {
        display: none !important;
    }
}