﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

html {
    min-height: 100%;
    position: relative;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

.display-none {
    display: none;
}

/* Sticky footer styles */
.footer {
    bottom: 0;
    height: 60px; /* Set the fixed height of the footer here */
    line-height: 60px; /* Vertically center the text there */
    position: absolute;
    white-space: nowrap;
    width: 100%;
}

.navbar-brand {
    text-align: center;
    white-space: normal;
    word-break: break-all;
}

.slds-centre-Toast {
    align-items: center;
    display: flex;
    justify-content: center
}

/* Set the height of Menu Entries */
.slds-context-bar .slds-context-bar__secondary .slds-grid {
    line-height: 32px;
}

    /* Hide the link/button that should open the mobile menu */
    .slds-context-bar .slds-context-bar__secondary .slds-grid li:last-child {
        display: none;
    }

.slds-docked_container-overflow {
    -ms-flex-align: end;
    align-items: flex-end;
    bottom: 0;
    display: flex;
    display: -ms-flexbox;
    height: 2.5rem;
    padding: 0 1.5rem;
    position: fixed;
    right: 0;
}

.slds-footer-stacker {
    bottom: 40px;
}

.slds-global-header__logo {
    min-width: 150px;
    height: auto;
}

.slds-global-header__item_search {
    max-width: 500px;
    min-width: 250px;
}

.slds-theme--Main {
    background-image: url('../images/SDLS-blue-background.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

/* When the screen is less than 600 pixels wide */
@media (max-width: 600px) {
    .slds-context-bar.responsive {
        position: relative;
    }

    .slds-context-bar .slds-context-bar__secondary .slds-grid li:not(:last-child) {
        display: none;
    }

    .slds-context-bar .slds-context-bar__secondary .slds-grid li:last-child {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
    }

    .slds-global-header_container .slds-header-mobile-hide {
        display: none;
    }

    .slds-global-header_container .slds-header-mobile-show {
        display: block;
    }
}

/* When the screen is more than 600 pixels wide */
@media (min-width: 600px) {
    .slds-global-header_container .slds-header-mobile-hide {
        display: block;
    }

    .slds-global-header_container .slds-header-mobile-show {
        display: none;
    }
}

/* Non-mobile styles for side nav responsiveness, 750px breakpoint */
@media (min-width: 750px) {
    /* Show the sidenav */
    .grid-container {
        grid-template-areas: "sidenav header" "sidenav main" "sidenav footer";
        grid-template-columns: 240px 1fr;
    }

    .sidenav {
        display: flex;
        flex-direction: column;
        position: relative; /* Fixed position on mobile */
        transform: translateX(0);
    }

    .sidenav__close-icon {
        visibility: hidden;
    }
}





@media (max-width: 70em) {
    .slds-max-medium-table_stacked_MAV,
    .slds-max-medium-table_stacked--MAV {
        border: 0;
    }

        .slds-max-medium-table_stacked_MAV thead,
        .slds-max-medium-table_stacked--MAV thead {
            /* stylelint-disable declaration-no-important */
            position: absolute !important;
            margin: -1px !important;
            border: 0 !important;
            padding: 0 !important;
            width: 1px !important;
            height: 1px !important;
            overflow: hidden !important;
            clip: rect(0 0 0 0) !important;
            /* stylelint-enable declaration-no-important */
        }

        .slds-max-medium-table_stacked_MAV th,
        .slds-max-medium-table_stacked--MAV th {
            border-top: 0;
        }

        .slds-max-medium-table_stacked_MAV tr,
        .slds-max-medium-table_stacked--MAV tr {
            display: block;
            border-top: 2px solid #dddbda;
        }

        .slds-max-medium-table_stacked_MAV th,
        .slds-max-medium-table_stacked_MAV td,
        .slds-max-medium-table_stacked--MAV th,
        .slds-max-medium-table_stacked--MAV td {
            display: block;
            padding: 0.75rem;
            max-width: 100%;
            width: 100%;
            clear: both;
            white-space: normal;
            overflow: hidden;
            text-align: left;
        }

            .slds-max-medium-table_stacked_MAV th.slds-truncate,
            .slds-max-medium-table_stacked_MAV td.slds-truncate,
            .slds-max-medium-table_stacked--MAV th.slds-truncate,
            .slds-max-medium-table_stacked--MAV td.slds-truncate {
                max-width: 100%;
            }

            .slds-max-medium-table_stacked_MAV th:before,
            .slds-max-medium-table_stacked_MAV td:before,
            .slds-max-medium-table_stacked--MAV th:before,
            .slds-max-medium-table_stacked--MAV td:before {
                font-size: 0.75rem;
                line-height: 1.25;
                color: #3e3e3c;
                text-transform: uppercase;
                letter-spacing: 0.0625rem;
                display: block;
                padding-bottom: 0.25rem;
                content: attr(data-label);
            }

        .slds-max-medium-table_stacked_MAV tr > td:first-child,
        .slds-max-medium-table_stacked_MAV tr > td:last-child,
        .slds-max-medium-table_stacked--MAV tr > td:first-child,
        .slds-max-medium-table_stacked--MAV tr > td:last-child {
            padding: 0.75rem;
        }

        .slds-max-medium-table_stacked_MAV:not(.slds-no-row-hover) tbody tr:hover,
        .slds-max-medium-table_stacked--MAV:not(.slds-no-row-hover) tbody tr:hover {
            /* stylelint-disable declaration-no-important */
            /* stylelint-enable declaration-no-important */
        }

            .slds-max-medium-table_stacked_MAV:not(.slds-no-row-hover) tbody tr:hover td,
            .slds-max-medium-table_stacked_MAV:not(.slds-no-row-hover) tbody tr:hover th,
            .slds-max-medium-table_stacked--MAV:not(.slds-no-row-hover) tbody tr:hover td,
            .slds-max-medium-table_stacked--MAV:not(.slds-no-row-hover) tbody tr:hover th {
                background-color: inherit !important;
                box-shadow: none !important;
            }

        .slds-max-medium-table_stacked_MAV .slds-is-interactive .slds-button,
        .slds-max-medium-table_stacked--MAV .slds-is-interactive .slds-button {
            visibility: visible;
        }

        .slds-max-medium-table_stacked_MAV .slds-cell-shrink,
        .slds-max-medium-table_stacked--MAV .slds-cell-shrink {
            width: auto;
        }
}

@media (max-width: 30em) {
    .slds-max-medium-table_stacked_MAV td:before,
    .slds-max-medium-table_stacked_MAV th:before,
    .slds-max-medium-table_stacked--MAV td:before,
    .slds-max-medium-table_stacked--MAV th:before {
        padding-bottom: 0.25rem;
    }
}

/**
 * @summary Creates stacked rows with horizontal cells
 *
 * @selector .slds-max-medium-table_stacked_MAV-horizontal
 * @restrict .slds-table
 * @support prototype
 * @modifier
 * @layout responsive
 */
@media (max-width: 70em) {
    .slds-max-medium-table_stacked_MAV-horizontal,
    .slds-max-medium-table_stacked--MAV-horizontal {
        border: 0;
    }

        .slds-max-medium-table_stacked_MAV-horizontal thead,
        .slds-max-medium-table_stacked--MAV-horizontal thead {
            /* stylelint-disable declaration-no-important */
            position: absolute !important;
            margin: -1px !important;
            border: 0 !important;
            padding: 0 !important;
            width: 1px !important;
            height: 1px !important;
            overflow: hidden !important;
            clip: rect(0 0 0 0) !important;
            /* stylelint-enable declaration-no-important */
        }

        .slds-max-medium-table_stacked_MAV-horizontal th,
        .slds-max-medium-table_stacked--MAV-horizontal th {
            border-top: 0;
        }

        .slds-max-medium-table_stacked_MAV-horizontal tr,
        .slds-max-medium-table_stacked--MAV-horizontal tr {
            display: block;
            border-top: 2px solid #dddbda;
        }

        .slds-max-medium-table_stacked_MAV-horizontal th,
        .slds-max-medium-table_stacked_MAV-horizontal td,
        .slds-max-medium-table_stacked--MAV-horizontal th,
        .slds-max-medium-table_stacked--MAV-horizontal td {
            display: block;
            padding: 0.75rem;
            max-width: 100%;
            width: 100%;
            clear: both;
            white-space: normal;
            overflow: hidden;
            text-align: left;
        }

            .slds-max-medium-table_stacked_MAV-horizontal th.slds-truncate,
            .slds-max-medium-table_stacked_MAV-horizontal td.slds-truncate,
            .slds-max-medium-table_stacked--MAV-horizontal th.slds-truncate,
            .slds-max-medium-table_stacked--MAV-horizontal td.slds-truncate {
                max-width: 100%;
            }

            .slds-max-medium-table_stacked_MAV-horizontal th:before,
            .slds-max-medium-table_stacked_MAV-horizontal td:before,
            .slds-max-medium-table_stacked--MAV-horizontal th:before,
            .slds-max-medium-table_stacked--MAV-horizontal td:before {
                font-size: 0.75rem;
                line-height: 1.25;
                color: #3e3e3c;
                text-transform: uppercase;
                letter-spacing: 0.0625rem;
                display: block;
                padding-bottom: 0.25rem;
                content: attr(data-label);
            }

        .slds-max-medium-table_stacked_MAV-horizontal tr > td:first-child,
        .slds-max-medium-table_stacked_MAV-horizontal tr > td:last-child,
        .slds-max-medium-table_stacked--MAV-horizontal tr > td:first-child,
        .slds-max-medium-table_stacked--MAV-horizontal tr > td:last-child {
            padding: 0.75rem;
        }

        .slds-max-medium-table_stacked_MAV-horizontal:not(.slds-no-row-hover) tbody tr:hover,
        .slds-max-medium-table_stacked--MAV-horizontal:not(.slds-no-row-hover) tbody tr:hover {
            /* stylelint-disable declaration-no-important */
            /* stylelint-enable declaration-no-important */
        }

            .slds-max-medium-table_stacked_MAV-horizontal:not(.slds-no-row-hover) tbody tr:hover td,
            .slds-max-medium-table_stacked_MAV-horizontal:not(.slds-no-row-hover) tbody tr:hover th,
            .slds-max-medium-table_stacked--MAV-horizontal:not(.slds-no-row-hover) tbody tr:hover td,
            .slds-max-medium-table_stacked--MAV-horizontal:not(.slds-no-row-hover) tbody tr:hover th {
                background-color: inherit !important;
                box-shadow: none !important;
            }

        .slds-max-medium-table_stacked_MAV-horizontal .slds-is-interactive .slds-button,
        .slds-max-medium-table_stacked--MAV-horizontal .slds-is-interactive .slds-button {
            visibility: visible;
        }

        .slds-max-medium-table_stacked_MAV-horizontal .slds-cell-shrink,
        .slds-max-medium-table_stacked--MAV-horizontal .slds-cell-shrink {
            width: auto;
        }
}

@media (max-width: 70em) {
    .slds-max-medium-table_stacked_MAV-horizontal td,
    .slds-max-medium-table_stacked--MAV-horizontal td {
        text-align: right;
    }

        .slds-max-medium-table_stacked_MAV-horizontal td:before,
        .slds-max-medium-table_stacked--MAV-horizontal td:before {
            float: left;
            margin-top: 0.125rem;
        }

    .slds-max-medium-table_stacked_MAV-horizontal .slds-truncate,
    .slds-max-medium-table_stacked--MAV-horizontal .slds-truncate {
        max-width: 100%;
    }
}





/* Medium-sized screen breakpoint (tablet, 1050px) */
@media (min-width: 870px) {
    /* Break out main cards into two columns */
    .main-cards {
        column-count: 2;
    }
}

@media (max-width: 1460px) {
    .slds-max-medium-table_stacked-horizontal-large,
    .slds-max-medium-table--stacked-horizontal-large {
        border: 0;
    }

        .slds-max-medium-table_stacked-horizontal-large thead,
        .slds-max-medium-table--stacked-horizontal-large thead {
            border: 0 !important;
            clip: rect(0 0 0 0) !important;
            height: 1px !important;
            margin: -1px !important;
            overflow: hidden !important;
            padding: 0 !important;
            position: absolute !important;
            width: 1px !important;
        }

        .slds-max-medium-table_stacked-horizontal-large th,
        .slds-max-medium-table--stacked-horizontal-large th {
            border-top: 0;
        }

        .slds-max-medium-table_stacked-horizontal-large tr,
        .slds-max-medium-table--stacked-horizontal-large tr {
            border-top: 2px solid #dddbda;
            display: block;
        }

        .slds-max-medium-table_stacked-horizontal-large th,
        .slds-max-medium-table_stacked-horizontal-large td,
        .slds-max-medium-table--stacked-horizontal-large th,
        .slds-max-medium-table--stacked-horizontal-large td {
            display: block;
            padding: 0.75rem;
            max-width: 100%;
            width: 100%;
            clear: both;
            white-space: normal;
            overflow: hidden;
            text-align: left;
        }

            .slds-max-medium-table_stacked-horizontal-large th.slds-truncate,
            .slds-max-medium-table_stacked-horizontal-large td.slds-truncate,
            .slds-max-medium-table--stacked-horizontal-large th.slds-truncate,
            .slds-max-medium-table--stacked-horizontal-large td.slds-truncate {
                max-width: 100%;
            }

            .slds-max-medium-table_stacked-horizontal-large th:before,
            .slds-max-medium-table_stacked-horizontal-large td:before,
            .slds-max-medium-table--stacked-horizontal-large th:before,
            .slds-max-medium-table--stacked-horizontal-large td:before {
                color: #3e3e3c;
                content: attr(data-label);
                display: block;
                font-size: 0.75rem;
                letter-spacing: 0.0625rem;
                line-height: 1.25;
                padding-bottom: 0.25rem;
                text-transform: uppercase;
            }

        .slds-max-medium-table_stacked-horizontal-large tr > td:first-child,
        .slds-max-medium-table_stacked-horizontal-large tr > td:last-child,
        .slds-max-medium-table--stacked-horizontal-large tr > td:first-child,
        .slds-max-medium-table--stacked-horizontal-large tr > td:last-child {
            padding: 0.75rem;
        }

        .slds-max-medium-table_stacked-horizontal-large:not(.slds-no-row-hover) tbody tr:hover td,
        .slds-max-medium-table_stacked-horizontal-large:not(.slds-no-row-hover) tbody tr:hover th,
        .slds-max-medium-table--stacked-horizontal-large:not(.slds-no-row-hover) tbody tr:hover td,
        .slds-max-medium-table--stacked-horizontal-large:not(.slds-no-row-hover) tbody tr:hover th {
            background-color: inherit !important;
            box-shadow: none !important;
        }

        .slds-max-medium-table_stacked-horizontal-large .slds-is-interactive .slds-button,
        .slds-max-medium-table--stacked-horizontal-large .slds-is-interactive .slds-button {
            visibility: visible;
        }

        .slds-max-medium-table_stacked-horizontal-large .slds-cell-shrink,
        .slds-max-medium-table--stacked-horizontal-large .slds-cell-shrink {
            width: auto;
        }
}

@media (max-width: 1440px) {
    .slds-max-medium-table_stacked-horizontal-xlarge,
    .slds-max-medium-table--stacked-horizontal-xlarge {
        border: 0;
    }

        .slds-max-medium-table_stacked-horizontal-xlarge thead,
        .slds-max-medium-table--stacked-horizontal-xlarge thead {
            border: 0 !important;
            clip: rect(0 0 0 0) !important;
            height: 1px !important;
            margin: -1px !important;
            overflow: hidden !important;
            padding: 0 !important;
            position: absolute !important;
            width: 1px !important;
        }

        .slds-max-medium-table_stacked-horizontal-xlarge th,
        .slds-max-medium-table--stacked-horizontal-xlarge th {
            border-top: 0;
        }

        .slds-max-medium-table_stacked-horizontal-xlarge tr,
        .slds-max-medium-table--stacked-horizontal-xlarge tr {
            display: block;
            border-top: 2px solid #dddbda;
        }

        .slds-max-medium-table_stacked-horizontal-xlarge th,
        .slds-max-medium-table_stacked-horizontal-xlarge td,
        .slds-max-medium-table--stacked-horizontal-xlarge th,
        .slds-max-medium-table--stacked-horizontal-xlarge td {
            clear: both;
            display: block;
            max-width: 100%;
            overflow: hidden;
            padding: 0.75rem;
            text-align: left;
            white-space: normal;
            width: 100%;
        }

            .slds-max-medium-table_stacked-horizontal-xlarge th.slds-truncate,
            .slds-max-medium-table_stacked-horizontal-xlarge td.slds-truncate,
            .slds-max-medium-table--stacked-horizontal-xlarge th.slds-truncate,
            .slds-max-medium-table--stacked-horizontal-xlarge td.slds-truncate {
                max-width: 100%;
            }

            .slds-max-medium-table_stacked-horizontal-xlarge th:before,
            .slds-max-medium-table_stacked-horizontal-xlarge td:before,
            .slds-max-medium-table--stacked-horizontal-xlarge th:before,
            .slds-max-medium-table--stacked-horizontal-xlarge td:before {
                color: #3e3e3c;
                content: attr(data-label);
                display: block;
                font-size: 0.75rem;
                font-weight: 700;
                letter-spacing: 0.0625rem;
                line-height: 1.25;
                padding-bottom: 0.25rem;
                text-transform: uppercase;
            }

        .slds-max-medium-table_stacked-horizontal-xlarge tr > td:first-child,
        .slds-max-medium-table_stacked-horizontal-xlarge tr > td:last-child,
        .slds-max-medium-table--stacked-horizontal-xlarge tr > td:first-child,
        .slds-max-medium-table--stacked-horizontal-xlarge tr > td:last-child {
            padding: 0.75rem;
        }

        .slds-max-medium-table_stacked-horizontal-xlarge:not(.slds-no-row-hover) tbody tr:hover td,
        .slds-max-medium-table_stacked-horizontal-xlarge:not(.slds-no-row-hover) tbody tr:hover th,
        .slds-max-medium-table--stacked-horizontal-xlarge:not(.slds-no-row-hover) tbody tr:hover td,
        .slds-max-medium-table--stacked-horizontal-xlarge:not(.slds-no-row-hover) tbody tr:hover th {
            background-color: inherit !important;
            box-shadow: none !important;
        }

        .slds-max-medium-table_stacked-horizontal-xlarge .slds-is-interactive .slds-button,
        .slds-max-medium-table--stacked-horizontal-xlarge .slds-is-interactive .slds-button {
            visibility: visible;
        }

        .slds-max-medium-table_stacked-horizontal-xlarge .slds-cell-shrink,
        .slds-max-medium-table--stacked-horizontal-xlarge .slds-cell-shrink {
            width: auto;
        }
}

/* MAV Styling */

.PropertyMatch-Label {
    color: #802d3c;
    font-weight: 900;
    text-transform: uppercase;
}

/* MAV Styling */
/* Menu Bar */
@media (max-width: 1400px) {
    .slds-context-bar .slds-context-bar__primary .slds-context-bar__item .slds-context-bar__app-name {
        display: none;
    }
}

@media (min-width: 700px) {
    .slds-context-bar .slds-context-bar__secondary .slds-grid .slds-context-bar__item .slds-dropdown .slds-dropdown__list .slds-700-show {
        display: none;
    }
}

@media (max-width: 700px) {
    .slds-context-bar .slds-context-bar__secondary .slds-grid .slds-700-hide {
        display: none;
    }

    .slds-context-bar .slds-context-bar__secondary .slds-grid .slds-context-bar__item .slds-dropdown .slds-dropdown__list .slds-700-show {
        display: block;
    }
}

@media (min-width: 700px) {
    .slds-context-bar .slds-context-bar__secondary .slds-grid .slds-context-bar__item .slds-dropdown .slds-dropdown__list .slds-700-show {
        display: none;
    }
}

@media (max-width: 800px) {
    .slds-context-bar .slds-context-bar__secondary .slds-grid .slds-800-hide {
        display: none;
    }

    .slds-context-bar .slds-context-bar__secondary .slds-grid .slds-context-bar__item .slds-dropdown .slds-dropdown__list .slds-800-show {
        display: block;
    }
}

@media (min-width: 800px) {
    .slds-context-bar .slds-context-bar__secondary .slds-grid .slds-context-bar__item .slds-dropdown .slds-dropdown__list .slds-800-show {
        display: none;
    }
}

@media (max-width: 900px) {
    .slds-context-bar .slds-context-bar__secondary .slds-grid .slds-900-hide {
        display: none;
    }

    .slds-context-bar .slds-context-bar__secondary .slds-grid .slds-context-bar__item .slds-dropdown .slds-dropdown__list .slds-900-show {
        display: block;
    }
}

@media (min-width: 900px) {
    .slds-context-bar .slds-context-bar__secondary .slds-grid .slds-context-bar__item .slds-dropdown .slds-dropdown__list .slds-900-show {
        display: none;
    }
}

@media (max-width: 1000px) {
    .slds-context-bar .slds-context-bar__secondary .slds-grid .slds-1000-hide {
        display: none;
    }

    .slds-context-bar .slds-context-bar__secondary .slds-grid .slds-context-bar__item .slds-dropdown .slds-dropdown__list .slds-1000-show {
        display: block;
    }
}

@media (min-width: 1000px) {
    .slds-context-bar .slds-context-bar__secondary .slds-grid .slds-context-bar__item .slds-dropdown .slds-dropdown__list .slds-1000-show {
        display: none;
    }
}

@media (max-width: 1100px) {
    .slds-context-bar .slds-context-bar__secondary .slds-grid .slds-1100-hide {
        display: none;
    }

    .slds-context-bar .slds-context-bar__secondary .slds-grid .slds-context-bar__item .slds-dropdown .slds-dropdown__list .slds-1100-show {
        display: block;
    }
}

@media (min-width: 1100px) {
    .slds-context-bar .slds-context-bar__secondary .slds-grid .slds-context-bar__item .slds-dropdown .slds-dropdown__list .slds-1100-show {
        display: none;
    }
}

@media (max-width: 1200px) {
    .slds-context-bar .slds-context-bar__secondary .slds-grid .slds-1200-hide {
        display: none;
    }

    .slds-context-bar .slds-context-bar__secondary .slds-grid .slds-context-bar__item .slds-dropdown .slds-dropdown__list .slds-1200-show {
        display: block;
    }
}

@media (min-width: 1200px) {
    .slds-context-bar .slds-context-bar__secondary .slds-grid .slds-context-bar__item .slds-dropdown .slds-dropdown__list .slds-1200-show {
        display: none;
    }
}

@media (max-width: 1300px) {
    .slds-context-bar .slds-context-bar__secondary .slds-grid .slds-1300-hide {
        display: none;
    }

    .slds-context-bar .slds-context-bar__secondary .slds-grid .slds-context-bar__item .slds-dropdown .slds-dropdown__list .slds-1300-show {
        display: block;
    }
}

@media (min-width: 1300px) {
    .slds-context-bar .slds-context-bar__secondary .slds-grid .slds-context-bar__item .slds-dropdown .slds-dropdown__list .slds-1300-show {
        display: none;
    }
}

@media (max-width: 1400px) {
    .slds-context-bar .slds-context-bar__secondary .slds-grid .slds-1400-hide {
        display: none;
    }

    .slds-context-bar .slds-context-bar__secondary .slds-grid .slds-context-bar__item .slds-dropdown .slds-dropdown__list .slds-1400-show {
        display: block;
    }
}

@media (min-width: 1400px) {
    .slds-context-bar .slds-context-bar__secondary .slds-grid .slds-1400-show {
        display: none;
    }

    .slds-context-bar .slds-context-bar__secondary .slds-grid .slds-context-bar__item .slds-dropdown .slds-dropdown__list .slds-1400-show {
        display: none;
    }
}

@media (max-width: 1550px) {
    .slds-context-bar .slds-context-bar__secondary .slds-grid .slds-1550-hide {
        display: none;
    }

    .slds-context-bar .slds-context-bar__secondary .slds-grid .slds-context-bar__item .slds-dropdown .slds-dropdown__list .slds-1550-show {
        display: block;
    }
}


@media (min-width: 1550px) {
    .slds-context-bar .slds-context-bar__secondary .slds-grid .slds-1550-show {
        display: none;
    }

    .slds-context-bar .slds-context-bar__secondary .slds-grid .slds-context-bar__item .slds-dropdown .slds-dropdown__list .slds-1550-show {
        display: none;
    }
}

@media (max-width: 1650px) {
    .slds-context-bar .slds-context-bar__secondary .slds-grid .slds-1650-hide {
        display: none;
    }

    .slds-context-bar .slds-context-bar__secondary .slds-grid .slds-context-bar__item .slds-dropdown .slds-dropdown__list .slds-1650-show {
        display: block;
    }
}


@media (min-width: 1650px) {
    .slds-context-bar .slds-context-bar__secondary .slds-grid .slds-1650-show {
        display: none;
    }

    .slds-context-bar .slds-context-bar__secondary .slds-grid .slds-context-bar__item .slds-dropdown .slds-dropdown__list .slds-1650-show {
        display: none;
    }
}
