:root {
    --text-color: #243142;
    --link-color: #006298;
    --link-hover-color: #00385f;
    --link-bg-color: #edfafd;
    --active-element-color: #990000;
    --active-element-bg-color: #fff3f0;
    --header-logo-bg-color: transparent;
    --footer-bg-color: #990000;
    --footer-text-color: #fff;
}

h1:focus {
    outline: none;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid #e50000;
}

.validation-message {
    color: #e50000;
}

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.darker-border-checkbox.form-check-input {
    border-color: #929292;
}

.no-text-decoration {
    text-decoration: none;
}

.text-capitalize {
    text-transform: capitalize;
}

div.super-header {
    background-color: var(--active-element-color);
    color: white;
    letter-spacing: 1px;
}

.content-preview {
    border: 1px solid #75838f;
    border-radius: .25rem;
    height: 2.5rem;
    min-width: 2.5rem;
    max-width: 10rem;
    object-fit: contain;
    padding: 4px;
    background-image: linear-gradient(45deg, #ccc 26%, transparent 26%), linear-gradient(135deg, #ccc 26%, transparent 26%), linear-gradient(45deg, transparent 75%, #ccc 75%), linear-gradient(135deg, transparent 75%, #ccc 75%);
    background-size: 20px 20px; /* Must be a square */
    background-position: 0 0, 10px 0, 10px -10px, 0px 10px; /* Must be half of one side of the square */
}

.color-preview {
    height: 2.5rem;
    width: 4.5rem;
    border: 1px solid #75838f;
    border-radius: .25rem;
    background-image: linear-gradient(45deg, #ccc 26%, transparent 26%), linear-gradient(135deg, #ccc 26%, transparent 26%), linear-gradient(45deg, transparent 75%, #ccc 75%), linear-gradient(135deg, transparent 75%, #ccc 75%);
    background-size: 20px 20px; /* Must be a square */
    background-position: 0 0, 10px 0, 10px -10px, 0px 10px; /* Must be half of one side of the square */
}

.footer-content-left {
    justify-content: start !important;
}

.footer-content-center {
    justify-content: center !important;
}

.footer-content-right {
    justify-content: right !important;
}

@media screen and (min-width: 46.25em) {
    .right-footer-border {
        padding-right: 1rem;
        border-right: solid 1px var(--footer-text-color)
    }

    .left-footer-border {
        padding-left: 1rem;
        border-left: solid 1px var(--footer-text-color)
    }
}

rvt-icon.ts-14 {
    padding-bottom: 2px;
}

    rvt-icon.ts-14 > svg {
        transform: scale(.75);
    }

.rvt-switch[disabled] {
    background-color: #e2e7e9;
    border-color: #75838f;
    cursor: not-allowed;
    color: #545454;
}

.rvt-switch[aria-checked=true][disabled]::after {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23545454" viewBox="0 0 16 16"><path d="m14.914 4-9.47 9.47L1.09 8.393 2.608 7.09l2.948 3.44L13.5 2.585 14.914 4Z"></path></svg>');
}

.rvt-button.platform-button {
    justify-content: center;
}

div.platform-buttons > a:last-of-type {
    margin-right: 0 !important;
}

span.highlight-text {
    background-color: var(--link-bg-color);
    border-radius: 4px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-weight: 500;
    color: var(--link-hover-color);
}

.rvt-loader.gray-spinner {
    border-top-color: #75838f;
    border-right-color: #75838f;
    border-bottom-color: #75838f;
}

.standard-control-border-color {
    border-color: #75838f !important;
}

.standard-text-color {
    color: var(--text-color) !important;
}

a.rvt-button.disable-link-button, a.rvt-button.disable-link-button:hover {
    background-color: #f8f9fa;
    color: #4c5a69;
    border-color: #75838f;
    cursor: not-allowed;
    pointer-events: none;
    cursor: not-allowed;
}

h2.catalog-section-header {
    font-size: 1.25rem;
    padding-bottom: .75rem;
}

p.catalog-section-content, p.catalog-button {
    --flow-space: 1rem;
}

    p.catalog-button:nth-child(1 of p.catalog-button) {
        --flow-space: 1.5rem;
    }

p.extra-top-spacing:nth-child(1 of p.extra-top-spacing) {
    --flow-space: 2rem;
}

p.product-key-value-container {
    --flow-space: 1rem;
}

    p.product-key-value-container:nth-child(1 of p.product-key-value-container) {
        --flow-space: 1.5rem;
    }

div.product-key-field {
    height: 2.5rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    background-color: #e2e7e9;
    border-color: #75838f;
    border: solid 1px;
    border-radius: 0.25rem;
}

div.product-key-value {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

div.product-key-assigned {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

th.expand, td.expand {
    width: 30%
}

table.dont-wrap td, table.dont-wrap th {
    text-wrap: nowrap;
}

table.align-top td, table.align-top th {
    vertical-align: top;
}

textarea.extra-height {
    height: 14rem;
}

.rvt-link-hub__link.featured-title-link {
    padding-top: 0;
}

    .rvt-link-hub__link.featured-title-link:after {
        top: .25rem;
    }

.featured-title-thumbnail {
    height: 4rem;
    width: 4rem;
    margin-right: 1.25rem;
}

.featured-titles-link-hub {
    grid-gap: 1rem 2rem;
    grid-template-columns: repeat(auto-fill, minmax(18rem, 1fr));
}

div.search-description p:first-child {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

.url-entry:after {
    content: ",";
    padding-right: .5rem;
}

.url-entry:first-of-type:before {
    content: "(";
    padding-left: .5rem;
}

.url-entry:last-of-type:after {
    content: ")";
}

.limit-height {
    overflow: hidden;
    max-height: 7.5rem;
}

.fade-overflow {
    -webkit-mask-image: linear-gradient(180deg, #000 85%, transparent);
}

@media screen and (min-width: 67.5em) {
    .rvt-header-global__search.extra-wide {
        width: 25rem;
    }
}

button.signin-button {
    background-color: transparent;
    border: none;
    cursor: pointer;
}

button.search-result {
    display: block;
    text-decoration: none;
    color: #243142;
    padding: .375rem .5rem;
    background-color: transparent;
    border: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
}

    button.search-result[aria-current]:not([aria-current=false]) {
        background-color: #006298 !important;
        color: #fff !important;
        text-decoration: none;
    }

    button.search-result:hover {
        background-color: #edfafd;
        color: #006298;
        text-decoration: none;
    }

/* if top banners are visible, then reduce padding between banner element and layout content  */
.rvt-header-global:has(.top-banner-container) ~ .rvt-layout__wrapper .rvt-layout__content.reduce-top-padding-when-banners-present {
    padding-top: 1rem !important;
}

/* if top banners are visible, then reduce padding between banner element and sidebar content  */
.rvt-header-global:has(.top-banner-container) ~ .rvt-layout__wrapper .rvt-layout__sidebar.reduce-top-padding-when-banners-present {
    padding-top: 1rem !important;
}

.sidenav_disabled {
    font-size: 0.875rem;
    color: var(--text-color);
    flex-grow: 1;
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    position: relative;
    text-decoration: none;
    opacity: .75;
    cursor: not-allowed
}

code.has-icon {
    display: inline-flex;
    align-items: center;
}

    code.has-icon > rvt-icon {
        margin-right: .25rem;
        margin-left: .25rem
    }
