/* ------------------- Universal style changes ------------------- */

html {
    font-size: 15px;
	font-variant-ligatures: no-contextual;
}

body {
    overflow-y: scroll;
}

html:not(.sp-theme-dark) body {
    --color-background-secondary: #eff2f6 !important;
    --color-background-secondary: #eef0f1 !important;
    --color-background-tertiary: #e6ecf4 !important;
    --color-text-primary: #000000 !important;
}

h1, h1.sp-font-normal {
    font-weight: 700;
}

h1.sp-text-3xl.sp-mb-3 {
    display: block;
    font-size: 24px;
}

h2 {
    font-weight: 600;
}

b, strong {
    font-weight: bold;
}

html:not(.sp-theme-dark) body a:hover {
    color: #2f67d6;
    color: var(--color-primary-400);
}

html:not(.sp-theme-dark) body h1 {
    color: var(--color-text-primary);
}

html:not(.sp-theme-dark) body .hover\:sp-text-white:hover {
    color: var(--color-white,#fff);
}

.cse-template .sp-editor-content hr {
    margin-left: 0;
    margin-right: 0;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}

.pace .pace-progress {
    z-index: 201005 !important;
}

header.sp-sticky {
    position: relative;
}

header.sp-px-6 {
    background-color: #1d3e82;
    color: #FFF;
    padding-left: 11px;
    padding-right: 11px;
}

html.sp-theme-dark body header.sp-px-6 {
    background-color: var(--color-background-primary);
}

header>div>div>div>a, header>div>div>div>div>a, html:not(.sp-theme-dark) body header>div>div>div>a, html:not(.sp-theme-dark) body header>div>div>div>div>a {
    color: rgba(255,255,255,0.8);
}
header>div>div>div>a:hover, header>div>div>div>div>a:hover, html:not(.sp-theme-dark) body header>div>div>div>a:hover, html:not(.sp-theme-dark) body header>div>div>div>div>a:hover {
    color: rgba(255,255,255,1);
}

/* hide the default logo and show the one we want */
header>div>div>div .sp-logo {
    object-position: -99999999px -99999999px;
    background-image: url(/addons/Plugins/CTS/Views/assets/img/logo_text_white_support_only.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
}

.sp-mobile-nav.sp-fixed {
    position: absolute;
}

.sp-search-button {
    margin-right: 1rem;
}

.sp-search-container.sp-sticky {
    position: relative;
    top: 0 !important;
    padding-top: 11px;
}

html:not(.sp-theme-dark) body .sp-mobile-nav-button div {
    filter: invert(1) saturate(0) brightness(1.5);
}

.sp-container {
    max-width: 100% !important;
    width: 100% !important;
}

.sp-logo {
    height: 26px;
}

.sp-dropdown-container .sp-dropdown>div, .sp-dropdown-container .sp-dropdown>ul {
    max-height: 25rem;
    width: 16rem;
}

.sp-dropdown-container .sp-dropdown ul li a, .sp-dropdown-container .sp-dropdown ul li.sp-dropdown-item {
    font-size: 14px;
    padding: 0.75rem 1.25rem;
}

.sp-search.sp-bg-primary {
    background: #1d3e82;
}

html.sp-theme-dark body .sp-search.sp-bg-primary {
    background: var(--color-background-primary);
}

.sp-name.sp-text-red-600 {
    color: #2f67d6;
    opacity: 1;
}

html.sp-theme-dark body .sp-name.sp-text-red-600 {
    color: #6b9cff;
}

.sp-breadcrumb {
    color: var(--color-text-secondary);
}

.sp-breadcrumb a {
    color: var(--color-primary-800);
}

html.sp-theme-dark body .sp-breadcrumb a {
    color: var(--color-primary-100);
}

html.sp-theme-dark body .sp-breadcrumb a:hover {
    color: var(--color-primary-200);
}

.sp-collapsible {
    box-shadow: none;
}

.sp-category-title {
    font-size: 16px;
    font-weight: 600;
    padding: 0.75rem 1rem;
}

.sp-category-title.sp-shadow {
    box-shadow: none;
}

html.sp-theme-dark body a.sp-category-title:hover {
    color: var(--color-text-primary);
}

ul.sp-category-article-list>li {
    margin-bottom: 0.6rem;
}

ul.sp-category-article-list>li:before {
    color: var(--color-text-tertiary);
    font-size: 14px;
}

ul.sp-tabs li a {
    font-size: 16px;
    font-weight: 600;
    padding: 0.6rem 1.25rem;
}

/* The ticket number column has line breaks sometimes */
#ticketGridTable tr > td:first-child.sp-hidden.md\:sp-table-cell {
    white-space: nowrap;
}


/* Modify custom fields to order the description above the options.
   Will need to be modified if we use different input groups in the future.
*/
.cse-frontend-CTS-2022-user-register .sp-form-customfields .sp-input-container.sp-input-group, .cse-frontend-CTS-2022-user-profile .sp-form-customfields .sp-input-container.sp-input-group {
    display: flex;
    flex-wrap: wrap;
}

.cse-frontend-CTS-2022-user-register .sp-form-customfields .sp-input-container.sp-input-group>div.sp-description, .cse-frontend-CTS-2022-user-profile .sp-form-customfields .sp-input-container.sp-input-group>div.sp-description {
    width: 100%;
    order: -1 !important;
    margin-bottom: 0.5rem;
    margin-top: -0.4rem !important;
}

.cse-frontend-CTS-2022-user-register .sp-form-customfields .sp-input-container.sp-input-group > label, .cse-frontend-CTS-2022-user-profile .sp-form-customfields .sp-input-container.sp-input-group > label {
    margin-right: 1.3rem;
}

/* Hide the default user Phone Numbers field, and the Language field since the only option is English */
.cse-frontend-CTS-2022-user-profile form .sp-form-row label[for="phone"], .cse-frontend-CTS-2022-user-profile form .sp-form-row label[for="phone"]+div.sp-input-container,
.cse-frontend-CTS-2022-user-profile form .sp-form-row label[for="language_code"], .cse-frontend-CTS-2022-user-profile form .sp-form-row label[for="language_code"]+div.sp-input-container,
.cse-frontend-CTS-2022-user-register form .sp-form-row label[for="phone"], .cse-frontend-CTS-2022-user-register form .sp-form-row label[for="phone"]+div.sp-input-container,
.cse-frontend-CTS-2022-user-register form .sp-form-row label[for="language_code"], .cse-frontend-CTS-2022-user-register form .sp-form-row label[for="language_code"]+div.sp-input-container {
    display: none;
}


/* ------------------- Article/Editor style changes ------------------- */


ul.sp-article-details {
    font-size: 14px;
}

ul.sp-article-details>li .fas {
    font-size: 14px;
    color: var(--color-text-tertiary);
}

.sp-article {
	font-size: 16px;
    margin-bottom: 2.5rem;
}

.sp-article h1, .sp-editor-content h1 {
    font-size: 1.875em !important;
    line-height: 1.2 !important;
}

.sp-article h2, .sp-editor-content h2 {
    font-size: 1.5em !important;
    line-height: 1.4 !important;
}

.sp-article h3, .sp-editor-content h3 {
    font-size: 1.25em !important;
    line-height: 1.4 !important;
}

.sp-article h4 {
    font-size: 1.1em !important;
    line-height: 1.4 !important;
}

.sp-article a {
    font-weight: 600 !important;
}

.sp-article td, .cse-template .sp-editor-content td {
    padding: 0.5em;
    border: 1px solid var(--color-background-tertiary);
}

.sp-article ol li, .sp-article ul li {
	margin-bottom: 0.2rem;
}

.sp-article .mce-toc {
    border: 0;
}

.cse-template .sp-article blockquote, .cse-template .sp-editor-content blockquote {
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: .5em;
    padding-left: .75em;
}

.cse-template .sp-article code:not(pre>code), .cse-template .sp-editor-content code:not(pre>code) {
    margin: 0;
    overflow: auto;
    white-space: pre-wrap;
    border-radius: 0.15rem;
    background-color: var(--color-background-secondary);
    padding: 0.15rem 0.2rem 0.1rem;
    font-size: 1rem;
    --tw-shadow: 1px 1px 0px 0 rgb(0 0 0 / 0.1),0 1px 2px -1px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 1px 1px 0px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
}

.cse-template.sp-theme-dark .sp-message .sp-message-text .sp-editor-content code:not(pre>code) {
    background-color: var(--color-background-tertiary) !important;
}

.cse-template .sp-editor-content pre:not(.moz-signature) {
    white-space: pre;
}

a.sp-inline-block.sp-h-8.sp-w-8.sp-p-1.sp-rounded-full.sp-text-white.sp-text-center.sp-align-middle.hover\:sp-text-white.group {
    font-size: 16px;
}

html:not(.sp-theme-dark) body .sp-button, html:not(.sp-theme-dark) body button, html:not(.sp-theme-dark) body input[type=button], html:not(.sp-theme-dark) body input[type=submit] {
    box-shadow: inset 0 -1px 3px 0 rgba(0,0,0,.06);
}

/* .tox-statusbar__branding {
    opacity: 0.2;
} */



/* ------------------- Responsive styles ------------------- */

@media (max-width: 1023px) {
    .cse-frontend-CTS-2022-ticket-ticket .sp-sidebar .sp-collapsible {
        background-color: var(--color-background-primary);
    }
}

@media (min-width: 480px) {
    .sp-mobile-nav {
        margin-top: 6.5rem;
    }
    .sp-logo {
        height: 27px;
    }
}

@media (min-width: 720px) {
    .sp-mobile-nav {
        margin-top: 8.5rem;
    }
    
    header.sp-px-6 {
        padding-left: 14px;
        padding-right: 14px;
    }
}

@media (min-width: 768px) {
    .md\:sp-text-sm {
        font-size: 1rem;
    }

    h1.sp-text-3xl.sp-mb-3 {
        font-size: 32px;
        margin-bottom: 1.4rem;
    }

    h4 {
        font-size: 18px;
    }
}


@media only screen and (min-width: 1024px) {
    .sp-container.lg\:sp-my-8 {
        margin-top: 2.4rem;
        margin-bottom: 2.4rem;
    }

	/* Category indentation */
	.sp-nav.sidebar-categories {
		padding-left: 0.15rem;
	}

    .sp-sidebar.sp-w-64 {
        margin-left: 2rem;
        width: 18rem;
    }
	
	.sp-nav.sidebar-categories .sp-badge {
        margin-left: auto;
        padding: 0px 6px 0px;
        line-height: 1.8;
        font-weight: 500;
        background-color: var(--color-background-primary);
        color: var(--color-primary-800);
        color: var(--color-text-secondary);
        float: none;
        display: inline-block;
	}
	
	.sp-sidebar ul.sp-nav li a {
        display: flex;
        flex-direction: row-reverse;
        justify-content: left;
        align-items: center;
        color: var(--color-primary-800);
        padding-left: 0px;
        padding-right: 0px;
	}

    .sp-sidebar ul.sp-nav li a:hover {
        color: var(--color-primary-400);
    }

    html.sp-theme-dark body .sp-sidebar ul.sp-nav li a {
        color: var(--color-primary-100);
    }

    html.sp-theme-dark body .sp-sidebar ul.sp-nav li a:hover {
        color: var(--color-primary-200);
    }

    ul.sp-nav .nav-item {
        margin-right: 8px;
    }

    .sp-sidebar-box>h2 {
        color: var(--color-text-tertiary);
        /* color: var(--color-text-secondary); */
    }

    .sp-sidebar-box .sp-nav {
        padding-left: 1rem;
    }

    .sidebar-categories li {
        margin-top: 4px;
    }
	
	.sidebar-categories li[data-cat-level="0"] {
		margin-top: 8px;
	}
	.sidebar-categories li[data-cat-level="0"] > a {
		font-size: 16px;
	}
	
	/* .sidebar-categories li.child > a {
		font-weight: 500;
	} */
	.sidebar-categories li.child[data-cat-level="1"] > a {
		font-size: 14px;
		padding-left: 1rem;
		padding-top: 0rem;
	}
	.sidebar-categories li.child[data-cat-level="2"] > a {
		font-size: 0.96rem;
		padding-left: 2rem;
		padding-top: 0rem;
	}
	.sidebar-categories li.child[data-cat-level="3"] > a {
		font-size: 0.96rem;
		padding-left: 1.8rem;
		padding-top: 0rem;
	}
	.sidebar-categories li.child[data-cat-level="4"] > a {
		font-size: 0.96rem;
		padding-left: 2.4rem;
		padding-top: 0rem;
	}


}

@media only screen and (min-width: 1280px) {
    .sp-container {
        max-width: 1280px !important;
    }

    .sp-content .sp-content-inner.sp-p-6 {
        padding: 2rem;
    }

    .sp-dashboard-section {
        padding: 2rem;
        padding-top: 0;
        margin: 0rem -2rem 2rem;
    }

    .cse-frontend-CTS-2022-selfservice-article .sp-content .sp-content-inner.sp-p-6>hr {
        margin: 2rem -2rem;
    }

    .sp-content .sp-content-inner :not(.tox-tiered-menu) h2 {
        margin-bottom: 2rem;
    }
    .sp-content .sp-content-inner .tox-tiered-menu h2 {
        margin-bottom: 0;
    }

    .sp-content .sp-content-inner ul.sp-tabs {
        margin-left: -2rem;
        margin-right: -2rem;
    }

    .sp-content .sp-content-inner .pager, .sp-content .sp-content-inner .pager .pagination {
        margin-top: 2rem;
    }

    .sp-sidebar.sp-w-64 {
        margin-left: 2.5rem;
        width: 20rem;
    }
}



/* ------------------- Print style changes ------------------- */


@media print {
	
	body, html {
		background: #FFF !important;
	}
	
	body {
		padding-top: 1px;
		zoom: 80%;
		box-shadow: none !important;
	}

	.sp-content .add-reply, .nav-slide-hamburger, .nav-slide, .nav-slide-fade, #header, header, nav, .sp-breadcrumb {
		display: none;
	}
	
	.sp-sidebar .sp-sidebar-box .sp-collapsible {
		background: transparent !important;
		box-shadow: none;
		padding: 0;
	}
	
	.sp-sidebar-box .sp-chevron {
		display: none;
	}
	
	/* .sp-sidebar-box .sp-ticket-details {
		display: flex;
	} */
	
	.sp-sidebar .sp-sidebar-box .sp-ticket-details .sp-form-row {
		margin: .5rem;
	}
	
	.sp-sidebar .sp-sidebar-box .sp-collapsible+.sp-hidden {
		margin-top: 0.5rem;
	}

}






















/* --------------- OLD COPIED HEADER STUFF --------------- */

.nav-slide-hamburger {
    position: absolute;
    top: 1px;
    right: -54px;
    width: 54px;
    height: 47px;
    box-sizing: border-box;
    z-index: 10004;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(255,255,255,0);
    transition: -webkit-transform 0.2s 0.2s ease-out;
    transition: transform 0.2s 0.2s ease-out;
}

.nav-slide-hamburger.nav-slide-open {
    -webkit-transform: translateX(-54px) !important;
    transform: translateX(-54px) !important;
}

.ham-show {
    -webkit-transform: translateX(-54px);
    transform: translateX(-54px);
}

.nav-slide-open>.ham-top {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
}
.nav-slide-open>.ham-top>.ham-inner {
    -webkit-transform: rotate(-225deg);
    transform: rotate(-225deg);
}

.nav-slide-open>.ham-middle {
    transition: opacity 0.1s linear 0.2s; 
    opacity: 0;
}
.nav-slide-open>.ham-middle>.ham-inner {
    -webkit-transform: rotate(-225deg);
    transform: rotate(-225deg);
}

.nav-slide-open>.ham-bottom {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}
.nav-slide-open>.ham-bottom>.ham-inner {
    -webkit-transform: rotate(-315deg);
    transform: rotate(-315deg);
}

.ham-bar {
    position: absolute;
    right: 0;
    width: 26px;
    height: 3px;
    transition: -webkit-transform 0.2s ease-out; 
    transition: transform 0.2s ease-out; 
}

.ham-inner {
    width: 100%;
    height: 100%;
    background-color: #2f67d6;
    transition: -webkit-transform 0.2s ease-out, background-color 0.2s linear; 
    transition: transform 0.2s ease-out, background-color 0.2s linear; 
}

html.sp-theme-dark body .ham-inner {
    background-color: var(--color-text-primary);
}

.ham-top {
    top: 14px;
    right: 14px;
}

.ham-middle {
    top: 22px;
    right: 14px;
}

.ham-bottom {
    top: 30px;
    right: 14px;
}

.nav-slide {
    position: fixed;
    z-index: 10003;
    top: 0;
    right: 0;
    height: 100%;
    width: 80%;
    max-width: 240px;
    background-color: white;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    transition: -webkit-transform 0.2s linear;
    transition: transform 0.2s linear;
    font-family: 'Inter', 'Open Sans', sans-serif;
    font-size: 123%;
}

html.sp-theme-dark body .nav-slide {
    background-color: var(--color-background-secondary);
}

.nav-slide.nav-slide-open {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}

.nav-slide-fade {
    position: fixed;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    z-index: 10002;
    background-color: rgba(0,0,0,0.3);
    opacity: 0;
    transition: opacity 0.2s 0.1s ease-out, width 0s 0.3s linear;
}

.nav-slide-fade.nav-slide-open {
    transition: opacity 0.2s 0.1s ease-out, width 0s 0s linear !important;
    width: 100%;
    opacity: 1;
}

.nav-slide-header {
    height: 51px;
    border-bottom: 1px solid #e5e5e5;
}

html.sp-theme-dark body .nav-slide-header {
    border-bottom: 1px solid var(--color-background-primary);
}

.nav-slide a {
    text-decoration: none;
}

.nav-slide-button {
    height: 50px;
    text-align: left;
    box-sizing: border-box;
    padding-left: 20px;
    border-bottom: 1px solid #e5e5e5;
    line-height: 50px;
    position: relative;
    font-weight: 600;
}

html.sp-theme-dark body .nav-slide-button {
    border-bottom: 1px solid var(--color-background-primary);
}

.nav-slide-button:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-bottom: 10px solid #1D3E82;
    border-left: 10px solid rgba(0,0,0,0);
}

html.sp-theme-dark body .nav-slide-button:after {
    border-bottom: 10px solid var(--color-primary-200);
}

.nav-slide-button:hover {
    background-color: rgba(0, 83, 255, 0.025);
}

html.sp-theme-dark body .nav-slide-button:hover {
    background-color: var(--color-primary-700);
}

.nav-slide-button:hover:after {
    border-bottom: 10px solid #2f67d6;
}

html.sp-theme-dark body .nav-slide-button:hover:after {
    border-bottom: 10px solid var(--color-primary-100);
}

.nav-slide-button:active {
    /*-webkit-transform: translateY(1px);
    transform: translateY(1px);
    height: 49px;
    margin-bottom: 1px;*/
    background-color: rgba(10, 10, 10, 0.03);
}

.nav-slide-button:visited {
    border-bottom: 1px solid #e5e5e5 !important;
}

html:not(.sp-theme-dark) body .header-container {
    background-color: #FFF;
}

#header {
    width: 100%;
    max-width: 1328px;
    box-sizing: border-box;
    padding: 11px 11px 9px 11px;
    position: relative;
    overflow: hidden;
    height: 50px;
    background-color: #FFF;
    font-family: 'Inter', 'Open Sans', sans-serif;
    z-index: 10002;
    box-shadow: 0 0 5px rgba(0,0,0,0.15);
}

html.sp-theme-dark body #header {
    background: var(--color-background-secondary);
}

#header-image img {
    width: 164px;
    max-width: 80%;
}

html.sp-theme-dark body #header-image img {
    opacity: 0.85;
}

.nav {
    display: none;
}


@media only screen and (min-width: 720px) {
    .nav-slide, .nav-slide-hamburger, .nav-slide-fade {
        display: none;
    }

    #mobile-nav-section {
        display: none;
    }

    #header {
        padding: 15px 14px;
        width: 100%;
        overflow: hidden;
        margin: 0 auto;
        position: relative;
        height: 88px;
        font-size: 19.008px;
        /*box-shadow: 0 -10px 16px 10px rgba(0,0,0,0.15);*/
    }

    #header-image {
        display: inline-block;
    }

    #header-image img {
        width: 176px;
        height: 28px;
        max-width: none;
        margin: 14px 0;
    }

    .nav {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        height: 88px;
        box-sizing: border-box;
        padding: 17px 16px 16px 16px;
        text-align: right;
        font-size: 0.9em;
    }

    .nav a {
        text-decoration: none;
        color: black;
		font-weight: 400;
    }

    .nav a:hover {
        color: #1D3E82;
    }

    .nav-button {
        display: inline-block;
        padding: 0 8px;
        position: relative;
        height: 24px;
        line-height: 24px;
        font-size: 14.688px;
        font-weight: 600;
    }

    html.sp-theme-dark body .nav-button {
        color: var(--color-text-primary);
    }

    .nav-button:before {
        /* these change with size */
        width: 6px;
        height: 6px;
        top: 9px;
        left: 12px;
        -webkit-transform: rotate(90deg) translateX(-16px);
        transform: rotate(90deg) translateX(-16px);
        /* --- */
        pointer-events: none;
        content: " ";
        border-radius: 10px;
        background-color: #2F67D6;
        display: inline-block;
        position: absolute;
        opacity: 0;
        transition: transform 0.2s ease, opacity 0.1s ease;
    }

    .nav-button:hover:before {
        -webkit-transform: rotate(0deg) translateX(-16px);
        transform: rotate(0deg) translateX(-16px);
        opacity: 1;
    }

    .nav-button:after {
        /* these change with size */
        width: 6px;
        height: 6px;
        top: 9px;
        right: 12px;
        -webkit-transform: rotate(90deg) translateX(16px);
        transform: rotate(90deg) translateX(16px);
        /* --- */
        pointer-events: none;
        content: " ";
        border-radius: 10px;
        background-color: black;
        display: inline-block;
        position: absolute;
        opacity: 0;
        transition: transform 0.2s ease, opacity 0.1s ease;
    }

    html.sp-theme-dark body .nav-button:after {
        background-color: rgba(255,255,255,0.85);
    }

    .nav-button:hover:after {
        -webkit-transform: rotate(0deg) translateX(16px);
        transform: rotate(0deg) translateX(16px);
        opacity: 1;
    }

    .nav-button:active {
        -webkit-transform: translateY(1px);
        transform: translateY(1px);
    }

    .nav-extras {
        box-sizing: border-box;
        padding: 0 10px;
        color: #BBBBBB;
        font-size: 12.96px;
        font-weight: 300;
        margin-top: 8px;
    }

    html.sp-theme-dark body .nav-extras {
        color: var(--color-primary-100);
    }

}
@media only screen and (max-width: 480px) {
    .desk_wrapper {
        padding: 25px 0 1px 0 !important;
    }
    #desk_header .desk_wrapper {
        padding: 0 0 0 12px !important;
    }
}

@media screen and (min-width: 800px) {
    .nav-button {
        font-size: 17.28px;
    }
}


@media only screen and (min-width: 978px) {
    body {
        margin: 0 auto;
    }
    
    #header {
        padding: 15px 14px;
        width: 100%;
        box-shadow: none;
    }

    #header-image img {
        width: 220px;
        height: 36px;
        margin: 10px 0;
    }

    .nav-button {
        margin-left: 10px;
    }
}


@media only screen and (min-width: 1340px) and (min-height: 700px)  {
    /* body {
        width: 1024px;
    } */
    
    #header {
        padding: 15px 24px;
        height: 120px;
    }

    #header-image img {
        width: 300px;
        height: 48px;
        margin: 19px 0;
    }

    .nav {
        padding: 28px 24px 16px 16px;
    }

    .nav-button {
        font-size: 19.008px;
    }

    .nav-extras {
        font-size: 15.552px;
        margin-top: 15px;
    }
}

/* --------------- END OLD COPIED HEADER STUFF --------------- */

/* --- Modifications to typical, copied header stuff --- */

html:not(.sp-theme-dark) body #header-image .dark-logo {
    display: none;
}
html.sp-theme-dark body #header-image .light-logo {
    display: none;
}