﻿.bannerSection.static-img img {
    width: 100%;
}

.bannerSection.static-img .desktop-img {
    display: none;
}

.bannerSection.static-img .Mobile-img {
    display: block;
}

@media (min-width: 768px) {
    .bannerSection.static-img .desktop-img {
        display: block;
    }

    .bannerSection.static-img .Mobile-img {
        display: none;
    }
}

.masthead__headline {
    display: none
}

.masthead__footer p {
    font-size: 2rem
}

.orange-alert-bar-2023 {
    width: 100%;
    padding: 1.25rem 0.75rem;
    color: #fff;
    background: #0067b1;
}

    .orange-alert-bar-2023 .alert-icon {
        width: 50px;
        height: 50px;
        margin: auto;
    }

    .orange-alert-bar-2023 .alert-icon-wrapper {
        height: 100%;
        width: 100%;
        justify-content: center;
        display: flex;
    }

    .orange-alert-bar-2023 .alert-icon-col {
        display: none;
    }

    .orange-alert-bar-2023 .alert-heading {
        font-size: 30px;
        font-stretch: ultra-condensed;
        font-weight: bold;
        margin: 0;
    }

    .orange-alert-bar-2023 .alert-link-wrapper {
        font-size: 18px;
        font-stretch: semi-condensed;
    }

    .orange-alert-bar-2023 .alert-content {
        max-width: 1140px;
        margin: auto;
        font-size: 1.125rem;
        line-height: 1.5;
        text-align: center;
        margin-bottom: 10px;
        margin-top: -10px;
    }

    .orange-alert-bar-2023 p b {
        color: #000;
    }

    .orange-alert-bar-2023 .alert-banner-link {
        line-height: 24px;
        border: 1px solid var(--white);
        text-decoration: none;
        color: white;
        background: transparent;
        padding: 6px 8px;
        transition: all 0.2s;
    }
    .orange-alert-bar-2023 .alert-banner-link span {
        margin-left: 10px;
    }

    .orange-alert-bar-2023 .alert-banner-link:hover, .orange-alert-bar-2023 .alert-banner-link:focus {
        background: white;
        color: #0067b1;
        transition: all 0.2s;
    }

@media (min-width: 768px) {
    .orange-alert-bar-2023 .alert-content {
        text-align: left;
    }
    .orange-alert-bar-2023 .alert-icon-col {
        display: flex;
    }
}

/* Watermark Styling Overrides - START */

.user-markup ol > li.dm-profile-activity {
    padding-bottom: 1rem;
}

.user-markup ol > li.dm-profile-activity:last-child {
    padding-bottom: 0rem;
}

.user-markup ol > li.dm-profile-activity:before {
    content: none;
    counter-increment: none;
}

.user-markup ol.dm-profile-activities {
    column-count: 1;
    margin-bottom: 0px;
}

.user-markup.personal-details {
    list-style: none;
    background-color: #f5f5f5;
    margin: 5px;
    display: flex;
    width: fit-content;
    flex-direction: column;
}

.user-markup.personal-details li {
    margin: 10px;
}

.user-markup.personal-details a:not(.with-image) {
    border-bottom: 0px;
}

.hcard li.dm-profile-activity {
    list-style: none;
}

/* Watermark Styling Overrides - END */
