/*!
Theme Name: _s
Theme URI: https://underscores.me/
Author: Automattic
Author URI: https://automattic.com/
Description: Hi. I'm a starter theme called <code>_s</code>, or <em>underscores</em>, if you like. I'm a theme meant for hacking so don't use me as a <em>Parent Theme</em>. Instead try turning me into the next, most awesome, WordPress theme out there. That's what I'm here for.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: _s
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

_s is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
    ## Links
    ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
    ## Comments
# Infinite scroll
# Media
    ## Captions
    ## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
    ========================================================================== */

/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
*/

html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

body {
    margin: 0;
}

/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

button,
input { /* 1 */
    overflow: visible;
}

button,
select { /* 1 */
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}


[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}


::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}


details {
    display: block;
}

summary {
    display: list-item;
}


template {
    display: none;
}

[hidden] {
    display: none;
}

body,
button,
input,
select,
optgroup,
textarea {
    color: #404040;
    font-family: sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
}

p {
    margin-bottom: 1.5em;
}

dfn, cite, em, i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code, kbd, tt, var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr, acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark, ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

body {
    background: #fff;
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul, ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}

figure {
    margin: 1em 0;
    /* Extra wide images within figure tags don't overflow the content area. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}

a {
    color: royalblue;
}

a:focus {
    outline: thin dotted;
}

a:hover, a:active {
    outline: 0;
}

.main-navigation {
    clear: both;
    display: block;
    float: left;
    width: 100%;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
    left: 100%;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    left: auto;
}

.main-navigation li {
    float: left;
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

@media screen and (min-width: 37.5em) {
    .menu-toggle {
        display: none;
    }
    .main-navigation ul {
        display: block;
    }
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

#content[tabindex="-1"]:focus {
    outline: 0;
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}
.widget {
    margin: 0 0 1.5em;
    /* Make sure select elements fit in widgets. */
}

.widget select {
    max-width: 100%;
}

.sticky {
    display: block;
}

.hentry {
    margin: 0 0 1.5em;
}

.updated:not(.published) {
    display: none;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}

.infinity-end.neverending .site-footer {
    display: block;
}
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

embed,
iframe,
object {
    max-width: 100%;
}

.custom-logo-link {
    display: inline-block;
}
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}





h1,
.h1 {
    font-size: 5.1rem;
    letter-spacing: 0;
    font-family: "Graphik", sans-serif;
    font-weight: 400;
}
@media only screen and (max-width: 1200px) {
    h1,
    .h1 {
        font-size: 4.2rem;
        letter-spacing: 0;
        font-family: "Graphik", sans-serif;
    }
}
h2,
.h2 {
    font-size: 4.3rem;
    letter-spacing: 0;
    font-family: "Graphik", sans-serif;
    font-weight: 400;
}
@media only screen and (max-width: 1200px) {
    h2,
    .h2 {
        font-size: 3.5rem;
        letter-spacing: 0;
        font-family: "Graphik", sans-serif;
    }
}
h3,
.h3 {
    font-size: 3.5rem;
    letter-spacing: 0;
    font-family: "Graphik", sans-serif;
    font-weight: 400;
}
@media only screen and (max-width: 1200px) {
    h3,
    .h3 {
        font-size: 3rem;
        letter-spacing: 0;
        font-family: "Graphik", sans-serif;
    }
}
h4,
.h4 {
    font-size: 2.8rem;
    letter-spacing: 0;
    font-family: "Graphik", sans-serif;
    font-weight: 400;
}
h5,
.h5 {
    font-size: 2.3rem;
    letter-spacing: 0;
    font-family: "Graphik", sans-serif;
    font-weight: 400;
}
.btn,
.button,
.back-to-top,
.link-underline,
.card__meta-details .single-format-pill,
.select2-container .select2-selection__rendered,
.select2-container .select2-dropdown .select2-results__option,
.preview-modal [data-card-pill],
.video-modal [data-card-pill] {
    font-size: 1.8rem;
    letter-spacing: 0;
    font-family: "Graphik", sans-serif;
    font-weight: 400;
}
body,
.body-1 {
    font-size: 2.1rem;
    letter-spacing: 0;
    font-family: "Graphik", sans-serif;
    font-weight: 400;
}
.body-2 {
    font-size: 1.8rem;
    letter-spacing: 0;
    font-family: "Graphik", sans-serif;
    font-weight: 400;
}
.nav-btn {
    font-size: 1.6rem;
    letter-spacing: 0;
    font-family: "Graphik", sans-serif;
    font-weight: 400;
}
.caption,
.play-button {
    font-size: 1.4rem;
    letter-spacing: 0;
    font-family: "Graphik", sans-serif;
    font-weight: 400;
}
.rounded-corners {
    border-radius: 0.5rem;
}
.separator {
    border-top: 1px solid #bac8d0;
}
@font-face {
    font-family: "Graphik";
    src:
        url("/wp-content/themes/SoBold/assets/fonts/Graphik-BlackItalic.woff2") format("woff2"),
        url("/wp-content/themes/SoBold/assets/fonts/Graphik-BlackItalic.woff") format("woff");
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: "Graphik";
    src:
        url("/wp-content/themes/SoBold/assets/fonts/Graphik-Black.woff2") format("woff2"),
        url("/wp-content/themes/SoBold/assets/fonts/Graphik-Black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Graphik";
    src:
        url("/wp-content/themes/SoBold/assets/fonts/Graphik-Bold.woff2") format("woff2"),
        url("/wp-content/themes/SoBold/assets/fonts/Graphik-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Graphik";
    src:
        url("/wp-content/themes/SoBold/assets/fonts/Graphik-LightItalic.woff2") format("woff2"),
        url("/wp-content/themes/SoBold/assets/fonts/Graphik-LightItalic.woff") format("woff");
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: "Graphik";
    src:
        url("/wp-content/themes/SoBold/assets/fonts/Graphik-SuperItalic.woff2") format("woff2"),
        url("/wp-content/themes/SoBold/assets/fonts/Graphik-SuperItalic.woff") format("woff");
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: "Graphik";
    src:
        url("/wp-content/themes/SoBold/assets/fonts/Graphik-Light.woff2") format("woff2"),
        url("/wp-content/themes/SoBold/assets/fonts/Graphik-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Graphik";
    src:
        url("/wp-content/themes/SoBold/assets/fonts/Graphik-Extralight.woff2") format("woff2"),
        url("/wp-content/themes/SoBold/assets/fonts/Graphik-Extralight.woff") format("woff");
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Graphik";
    src:
        url("/wp-content/themes/SoBold/assets/fonts/Graphik-Regular.woff2") format("woff2"),
        url("/wp-content/themes/SoBold/assets/fonts/Graphik-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Graphik";
    src:
        url("/wp-content/themes/SoBold/assets/fonts/Graphik-Semibold.woff2") format("woff2"),
        url("/wp-content/themes/SoBold/assets/fonts/Graphik-Semibold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Graphik";
    src:
        url("/wp-content/themes/SoBold/assets/fonts/Graphik-RegularItalic.woff2") format("woff2"),
        url("/wp-content/themes/SoBold/assets/fonts/Graphik-RegularItalic.woff") format("woff");
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: "Graphik";
    src:
        url("/wp-content/themes/SoBold/assets/fonts/Graphik-MediumItalic.woff2") format("woff2"),
        url("/wp-content/themes/SoBold/assets/fonts/Graphik-MediumItalic.woff") format("woff");
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: "Graphik";
    src:
        url("/wp-content/themes/SoBold/assets/fonts/Graphik-Super.woff2") format("woff2"),
        url("/wp-content/themes/SoBold/assets/fonts/Graphik-Super.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Graphik";
    src:
        url("/wp-content/themes/SoBold/assets/fonts/Graphik-BoldItalic.woff2") format("woff2"),
        url("/wp-content/themes/SoBold/assets/fonts/Graphik-BoldItalic.woff") format("woff");
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: "Graphik";
    src:
        url("/wp-content/themes/SoBold/assets/fonts/Graphik-ExtralightItalic.woff2") format("woff2"),
        url("/wp-content/themes/SoBold/assets/fonts/Graphik-ExtralightItalic.woff") format("woff");
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: "Graphik";
    src:
        url("/wp-content/themes/SoBold/assets/fonts/Graphik-Medium.woff2") format("woff2"),
        url("/wp-content/themes/SoBold/assets/fonts/Graphik-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Graphik";
    src:
        url("/wp-content/themes/SoBold/assets/fonts/Graphik-SemiboldItalic.woff2") format("woff2"),
        url("/wp-content/themes/SoBold/assets/fonts/Graphik-SemiboldItalic.woff") format("woff");
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: "Graphik";
    src:
        url("/wp-content/themes/SoBold/assets/fonts/Graphik-Thin.woff2") format("woff2"),
        url("/wp-content/themes/SoBold/assets/fonts/Graphik-Thin.woff") format("woff");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Graphik";
    src:
        url("/wp-content/themes/SoBold/assets/fonts/Graphik-ThinItalic.woff2") format("woff2"),
        url("/wp-content/themes/SoBold/assets/fonts/Graphik-ThinItalic.woff") format("woff");
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}
html {
    font-size: 62.5%;
    -webkit-font-smoothing: antialiased;
    scroll-behavior: smooth;
}
.admin-bar #main {
    min-height: calc(100vh - 13.15rem - 27px);
}
@media screen and (max-width: 782px) {
    .admin-bar #main {
        min-height: calc(100vh - 13.15rem - 46px - 3.6rem);
    }
}
@media only screen and (max-width: 1200px) {
    .admin-bar #main {
        min-height: calc(100vh - 13.15rem - 3.6rem - 71px);
    }
}
@media only screen and (max-width: 767px) {
    .admin-bar #main {
        min-height: calc(100vh - 13.15rem - 3.6rem - 85px);
    }
}
@media only screen and (max-width: 576px) {
    .admin-bar #main {
        min-height: calc(100vh - 8rem - 25px - 3.6rem);
    }
}
#main {
    display: flex;
    min-height: calc(100vh - 12.5rem);
    flex-direction: column;
}
@media only screen and (max-width: 1200px) {
    #main {
        min-height: calc(100vh - 15.15rem - 5.6rem);
    }
}
@media only screen and (max-width: 576px) {
    #main {
        min-height: calc(100vh - 8rem - 1.6rem);
    }
}
body.using-mouse :focus {
    outline: none;
}
body h1,
body .h1,
body h2,
body .h2,
body h3,
body .h3,
body h4,
body .h4,
body h5,
body .h5,
body p {
    margin: 0;
}
.grecaptcha-badge {
    display: none;
}
.page-content,
.entry-content,
.entry-summary {
    margin: 0;
}
.navy {
    color: #1f1f1f;
}
.bg-navy {
    background-color: #1f1f1f;
}
.plum {
    color: #18162b;
}
.bg-plum {
    background-color: #18162b;
}
.navy-blue-dark {
    color: #495a6f;
}
.bg-navy-blue-dark {
    background-color: #495a6f;
}
.purple {
    color: #a865e2;
}
.bg-purple {
    background-color: #a865e2;
}
.navy-blue-light {
    color: #bac8d0;
}
.bg-navy-blue-light {
    background-color: #bac8d0;
}
.blue {
    color: #2ebfff;
}
.bg-blue {
    background-color: #2ebfff;
}
.black {
    color: #000000;
}
.bg-black {
    background-color: #000000;
}
.white {
    color: #ffffff;
}
.bg-white {
    background-color: #ffffff;
}
.teal {
    color: #1fc1b5;
}
.bg-teal {
    background-color: #1fc1b5;
}
.cream {
    color: #f7f6f4;
}
.bg-cream {
    background-color: #f7f6f4;
}
.navy-20 {
    color: #e9eff5;
}
.bg-navy-20 {
    background-color: #e9eff5;
}
.purple-link-light {
    color: #8532a4;
}
.bg-purple-link-light {
    background-color: #8532a4;
}
.purple-link-dark {
    color: #cb97f8;
}
.bg-purple-link-dark {
    background-color: #cb97f8;
}
.error-100 {
    color: #dc3545;
}
.bg-error-100 {
    background-color: #dc3545;
}
.error-60 {
    color: #ea858f;
}
.bg-error-60 {
    background-color: #ea858f;
}
.error-20 {
    color: #f8d6da;
}
.bg-error-20 {
    background-color: #f8d6da;
}
.warning-100 {
    color: #ffc107;
}
.bg-warning-100 {
    background-color: #ffc107;
}
.warning-60 {
    color: #ffda6a;
}
.bg-warning-60 {
    background-color: #ffda6a;
}
.warning-20 {
    color: #fff3cd;
}
.bg-warning-20 {
    background-color: #fff3cd;
}
.success-100 {
    color: #28a745;
}
.bg-success-100 {
    background-color: #28a745;
}
.success-60 {
    color: #7eca8f;
}
.bg-success-60 {
    background-color: #7eca8f;
}
.success-20 {
    color: #d4edda;
}
.bg-success-20 {
    background-color: #d4edda;
}
.mbs {
    color: #f2f3f4;
}
.bg-mbs {
    background-color: #f2f3f4;
}
.british-orient {
    color: #f5f5f9;
}
.bg-british-orient {
    background-color: #f5f5f9;
}
.toniq {
    color: #4f4f4f;
}
.bg-toniq {
    background-color: #4f4f4f;
}
.pulse-it {
    color: #121212;
}
.bg-pulse-it {
    background-color: #121212;
}
.konnectnet {
    color: #1c1e1c;
}
.bg-konnectnet {
    background-color: #1c1e1c;
}
.healthlink {
    color: #fafafa;
}
.bg-healthlink {
    background-color: #fafafa;
}
.dglpracticemanager {
    color: #283c43;
}
.bg-dglpracticemanager {
    background-color: #283c43;
}
.qicscript {
    color: #2f4a56;
}
.bg-qicscript {
    background-color: #2f4a56;
}
.claimsure {
    color: #f0f3f5;
}
.bg-claimsure {
    background-color: #f0f3f5;
}
.hpm {
    color: #fafafa;
}
.bg-hpm {
    background-color: #fafafa;
}
.imeddoc {
    color: #1b184d;
}
.bg-imeddoc {
    background-color: #1b184d;
}
.epic {
    color: #fafafa;
}
.bg-epic {
    background-color: #fafafa;
}
.healthone {
    color: #fafafa;
}
.bg-healthone {
    background-color: #fafafa;
}
.spectrum {
    color: #111111;
}
.bg-spectrum {
    background-color: #111111;
}
.safescript {
    color: #f0f3f5;
}
.bg-safescript {
    background-color: #f0f3f5;
}
.socrates {
    color: #f2f4f9;
}
.bg-socrates {
    background-color: #f2f4f9;
}
.rxweb {
    color: #283c43;
}
.bg-rxweb {
    background-color: #283c43;
}
.informatica {
    color: #f2f4f9;
}
.bg-informatica {
    background-color: #f2f4f9;
}
.maxwellstanley {
    color: #111111;
}
.bg-maxwellstanley {
    background-color: #111111;
}
.obsidian {
    color: #111111;
}
.bg-obsidian {
    background-color: #111111;
}
.bluespier {
    color: #09152d;
}
.bg-bluespier {
    background-color: #09152d;
}
.dictate-it {
    color: #e9eef8;
}
.bg-dictate-it {
    background-color: #e9eef8;
}
.pippo {
    color: #eff3fe;
}
.bg-pippo {
    background-color: #eff3fe;
}
.gradient {
    background: linear-gradient(to left, #a865e2, #1fc1b5, #2ebfff);
}
.regular {
    font-weight: 400;
}
.medium {
    font-weight: 500;
}
.bold {
    font-weight: 700;
}
ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
sup {
    font-size: 60%;
    margin-right: 0.5rem;
}
.acf-hide {
    display: none;
}
input[type="search"] {
    border: none;
    outline: none;
    background-color: transparent;
    font-family: Graphik;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    color: #1f1f1f;
    padding: 0;
    line-height: 0;
    text-overflow: ellipsis;
    -webkit-appearance: none;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}
input[type="search"]:focus {
    box-shadow: none;
    border: none;
    outline: none;
}
input::placeholder {
    font-family: Graphik;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    color: #bac8d0;
}
input[type="search"]::-ms-clear {
    display: none;
    background-color: transparent;
    width: 0;
    height: 0;
}
input[type="search"]::-ms-reveal {
    display: none;
    background-color: transparent;
    width: 0;
    height: 0;
}
.container-fluid {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}
.container-fluid .row > * {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
@media only screen and (min-width: 768px) {
    .container-fluid {
        padding-right: 7.2rem;
        padding-left: 7.2rem;
    }
}


a.hero__link.button.button--inverse.btn {
    border: 1px solid;
}

a.hero__link.button.button--inverse.btn:hover {
    border: 1px solid;
	color: #fff; 
	background: rgba(255,255,255,.2);
}


.button {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 1.6rem 2.4rem;
    border: 1px solid #1f1f1f;
    border-radius: 9.6rem;
    width: max-content;
    text-decoration: none;
    transition: ease all 0.3s;
}
.button--default {
    background-color: #ffffff;
    color: #1f1f1f;
}
.button--default:hover {
    background-color: #1f1f1f;
    color: #ffffff;
}
.button--inverse {
    background-color: #151515;
    color: #fff;
    border: 1px solid #151515;
}
.button--inverse:hover {
    background-color: transparent;
    color: #1f1f1f;
    border: 1px solid #151515;
}
.button--up-icon {
    background-color: #ffffff;
    color: #1f1f1f;
}
.button--up-icon::after {
    content: "";
    display: inline-block;
    height: 14px;
    width: 14px;
    margin-left: 0.8rem;
    -webkit-mask: url(/wp-content/uploads/2023/10/arrow-up.svg) no-repeat 50% 50%;
    mask: url(/wp-content/uploads/2023/10/arrow-up.svg) no-repeat 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: #1f1f1f;
    transition: ease all 0.3s;
}
.button--up-icon::after:hover {
    background-color: #ffffff;
}
.button--up-icon:hover {
    background-color: #1f1f1f;
    color: #ffffff;
}
.button--up-icon:hover::after {
    background-color: #ffffff;
}
.button--left-icon {
    background-color: #ffffff;
    color: #1f1f1f;
}
.button--left-icon::before {
    content: "";
    display: inline-block;
    height: 14px;
    width: 14px;
    margin-right: 0.8rem;
    -webkit-mask: url(/wp-content/uploads/2023/10/arrow-left.svg) no-repeat 50% 50%;
    mask: url(/wp-content/uploads/2023/10/arrow-left.svg) no-repeat 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: #1f1f1f;
    transition: ease all 0.3s;
}
.button--left-icon::before:hover {
    background-color: #ffffff;
}
.button--left-icon:hover {
    background-color: #1f1f1f;
    color: #ffffff;
}
.button--left-icon:hover::before {
    background-color: #ffffff;
}
.button--close {
    background-color: #1f1f1f;
    color: #ffffff;
}
.button--close::before {
    content: "";
    display: inline-block;
    height: 17px;
    width: 17px;
    margin-right: 0.8rem;
    -webkit-mask: url(/wp-content/uploads/2023/10/Group-2142.svg) no-repeat 50% 50%;
    mask: url(/wp-content/uploads/2023/10/Group-2142.svg) no-repeat 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: #ffffff;
    transition: ease all 0.3s;
}
.button--close::before:hover {
    background-color: #ffffff;
}
.button--close:hover {
    background-color: #ffffff;
    color: #1f1f1f;
}
.button--close:hover::before {
    background-color: #1f1f1f;
}
.back-to-top {
    display: none;
    align-items: center;
    cursor: pointer;
    border: 1px solid #1f1f1f;
    border-radius: 9.6rem;
    text-decoration: none;
    padding: 0.8rem 2.4rem 0.8rem 0.8rem;
    background-color: #1f1f1f;
    color: #ffffff;
    z-index: 99;
}
.back-to-top::before {
    content: "";
    display: inline-block;
    height: 30px;
    width: 30px;
    margin-right: 1.6rem;
    -webkit-mask: url(/wp-content/uploads/2023/10/arrow-external-up.svg) no-repeat 50% 50%;
    mask: url(/wp-content/uploads/2023/10/arrow-external-up.svg) no-repeat 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: #ffffff;
    transition: ease all 0.3s;
}
.back-to-top::before:hover {
    background-color: #ffffff;
}
@media (hover: hover) {
    .back-to-top:hover {
        background-color: #ffffff;
        color: #1f1f1f;
    }
    .back-to-top:hover::before {
        background-color: #1f1f1f;
    }
}
.link-underline {
    color: #000000;
    text-decoration: none;
    padding-bottom: 0.2rem;
    background-image: linear-gradient(#a865e2 0 0);
    background-position: 100% 100%;
    background-size: 100% 3px;
    background-repeat: no-repeat;
    transition:
        background-size 0.3s,
        background-position 0s 0.3s;
}
.link-underline:hover {
    background-position: 0 100%;
    background-size: 0% 3px;
}
.link--default {
    color: #000000;
}
.link--light {
    color: #8532a4;
}
.link--light:visited {
    color: #495a6f;
}
.link--dark {
    color: #cb97f8;
}
.link--dark:visited {
    color: #bac8d0;
}
.play-button {
    display: flex;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
    width: max-content;
    text-decoration: none;
    transition: ease all 0.3s;
    color: #ffffff;
}
.play-button::before {
    content: "";
    display: block;
    height: 119px;
    width: 119px;
    margin-bottom: 0.8rem;
    -webkit-mask: url(/wp-content/uploads/2023/10/Group-1881-1.svg) no-repeat 50% 50%;
    mask: url(/wp-content/uploads/2023/10/Group-1881-1.svg) no-repeat 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: cll 0.3s;
}
.play-button:hover::before {
    -webkit-mask: url(/wp-content/uploads/2023/10/Group-1881-1-1.svg) no-repeat 50% 50%;
    mask: url(/wp-content/uploads/2023/10/Group-1881-1-1.svg) no-repeat 50% 50%;
}
.heading {
    padding-top: 4.8rem;
    padding-bottom: 3.2rem;
}
@media only screen and (max-width: 991px) {
    .heading {
        padding-top: 3.2rem;
        padding-bottom: 2.4rem;
    }
}
@media only screen and (max-width: 576px) {
    .heading {
        padding-top: 4.8rem;
    }
}
.heading__subheading {
    margin-top: 2.4rem;
}
.card {
    transform: none !important;
}
.card .card__image-wrapper {
    background-color: #f7f6f4;
    display: block;
    border-radius: 0.5rem;
    overflow: hidden;
    height: auto;
    aspect-ratio: 1.6;
    margin: 0 0 1.6rem 0;
    position: relative;
    transition: all 0.3s;
}
.card .card__image-wrapper::before {
    display: none;
    content: "";
    width: 100%;
    height: 4px;
    background: #a865e2;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all 0.3s;
}
.card .card__image-wrapper img {
    border-radius: 0.5rem;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.card__subheading {
    margin: 0.8rem 0 0 0;
}
.card__custom-select {
    position: relative;
}
.card__meta-details {
    display: flex;
    align-items: baseline;
    gap: 1.6rem;
    margin: 1.6rem 0 0 0;
}
.card__meta-details .single-format-pill {
    border: 1px solid #bac8d0;
    border-radius: 5rem;
    padding: 0.6rem 1.6rem 0.2rem 1.6rem;
    color: #1f1f1f;
    line-height: 28.08px;
    text-transform: uppercase;
    background: transparent;
    -webkit-appearance: none;
    appearance: none;
}
.card__meta-details .btn {
    color: #1f1f1f;
    text-decoration: none;
    background-position: 0 100%;
    background-size: 0% 3px;
}
.card__meta-details .btn:hover {
    background-image: linear-gradient(#a865e2 0 0);
    background-position: 100% 100%;
    background-size: 100% 3px;
    background-repeat: no-repeat;
    transition:
        background-size 0.3s,
        background-position 0s 0.3s;
}
.card:hover .card__image-wrapper {
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
}
.card:hover .card__image-wrapper::before {
    display: block;
}
.select2-container {
    width: auto !important;
}
.select2-container .select2-selection {
    border-radius: 5rem !important;
    border: 1px solid #bac8d0;
    height: auto !important;
    padding: 0.2rem 3.5rem 0.2rem 1.6rem;
}
.select2-container .select2-selection__rendered {
    padding: 0 !important;
    color: #1f1f1f !important;
    text-transform: uppercase;
}
.select2-container .select2-selection__arrow {
    width: 0.8rem !important;
    height: 0.4rem !important;
    top: 50% !important;
    right: 1.2rem !important;
    transform: translate(-50%, -50%);
}
.select2-container .select2-selection__arrow b {
    border-color: #1f1f1f transparent transparent transparent !important;
}
.select2-container .select2-dropdown {
    border: 1px solid #bac8d0;
    border-radius: 0.5rem;
}
.select2-container .select2-dropdown .select2-results {
    padding: 0.8rem 0;
}
.select2-container .select2-dropdown .select2-results__option {
    padding: 0.8rem 1.6rem;
    color: #1f1f1f;
    text-transform: uppercase;
}
.select2-container .select2-dropdown .select2-results__option--selected,
.select2-container .select2-dropdown .select2-results__option--highlighted {
    border-right: 4px solid #a865e2;
    background: transparent;
}
.select2-container .select2-dropdown--below {
    top: 0.8rem;
}
.select2-container .select2-dropdown--above {
    top: -0.8rem;
}
.select2-container--open .select2-selection__arrow {
    top: 46% !important;
}
.select2-container--open .select2-selection__arrow b {
    border-color: transparent transparent #1fc1b5 transparent !important;
    margin: 0 !important;
    top: initial !important;
    left: initial !important;
}
.select2-container--disabled .select2-selection {
    padding: 0.2rem 1.6rem 0.2rem 1.6rem;
    background: transparent !important;
}
.select2-container--disabled .select2-selection__arrow {
    display: none;
}
.preview-modal {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
}
.preview-modal__overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.preview-modal__row {
    height: 100vh;
}
.preview-modal__inner-wrapper {
    background-color: #f7f6f4;
    position: relative;
    width: 100%;
    max-width: 1069px;
    margin: 0 auto;
    border-radius: 0.5rem;
}
.preview-modal__featured-media {
    background-color: #f7f6f4;
    border-radius: 0.5rem;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    height: 50rem;
    position: relative;
    overflow: hidden;
}
.preview-modal__featured-media .card__image-wrapper {
    height: 50rem;
    margin: 0;
    position: relative;
    z-index: 1;
}
.preview-modal__featured-media .card__image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.preview-modal__featured-media iframe {
    width: 100%;
    height: 100%;
}
.preview-modal__featured-media video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.preview-modal__oembed {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.preview-modal__play-video {
    flex-direction: column;
    width: 11.6rem;
    text-align: center;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -40%);
    z-index: 2;
    cursor: pointer;
}
.preview-modal__play-video .preview-modal__play-text {
    border-bottom: 2px solid transparent;
}
.preview-modal__play-video:hover .preview-modal__play-text {
    border-bottom-color: #a865e2;
}
.preview-modal__info-bar {
    display: flex;
    padding: 1.6rem 3.2rem;
    align-items: center;
    background: #ffffff;
    border-radius: 0.5rem;
}
.preview-modal__title {
    margin: 0 1.6rem 0 0;
}
.preview-modal__format {
    margin-left: auto;
}
.preview-modal__download {
    margin: 0 0 0 1.6rem;
}
.preview-modal [data-modal-select].hide,
.preview-modal .preview-modal__download.hide {
    display: none;
}
.preview-modal [data-card-pill] {
    border: 1px solid #bac8d0;
    border-radius: 5rem;
    padding: 0.6rem 1.6rem 0.2rem 1.6rem;
    color: #1f1f1f;
    line-height: 28.08px;
    text-transform: uppercase;
    background: transparent;
    -webkit-appearance: none;
    appearance: none;
}
.preview-modal__download-link {
    color: #1f1f1f;
    text-decoration: none;
    background-position: 0 100%;
    background-size: 0% 3px;
}
.preview-modal__download-link:hover {
    background-image: linear-gradient(#a865e2 0 0);
    background-position: 100% 100%;
    background-size: 100% 3px;
    background-repeat: no-repeat;
    transition:
        background-size 0.3s,
        background-position 0s 0.3s;
}
.preview-modal__close-icon {
    border: 0;
    width: 6.3rem;
    height: 6.3rem;
    text-indent: -800px;
    background: url("/wp-content/uploads/2023/10/Frame.svg") center no-repeat;
    background-size: contain;
    position: absolute;
    top: -8rem;
    right: 0;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
    overflow: hidden;
    z-index: 1;
}
.card [data-modal-oembed],
.card [data-modal-video] {
    display: none;
}
.video-modal {
    display: none;
    z-index: 999999;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
}
.video-modal__overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.video-modal__row {
    height: 100vh;
}
.video-modal__inner-wrapper {
    border-radius: 0.5rem;
    max-width: 70%;
    width: 100%;
    margin: 0 auto;
    background: #ffffff;
    position: relative;
}
@media only screen and (max-width: 767px) {
    .video-modal__inner-wrapper {
        max-width: 100%;
    }
}
.video-modal__featured-media {
    border-radius: 0.5rem;
    height: 50rem;
    position: relative;
    overflow: hidden;
}
.video-modal__featured-media .card__image-wrapper {
    height: 50rem;
    margin: 0;
    position: relative;
    z-index: 1;
}
.video-modal__featured-media .card__image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.video-modal__featured-media iframe {
    width: 100%;
    height: 100%;
}
.video-modal__featured-media video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.video-modal__poster {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center;
    background-size: contain;
}
.video-modal__oembed {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.video-modal__play-video {
    flex-direction: column;
    width: 11.6rem;
    text-align: center;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -40%);
    z-index: 2;
    cursor: pointer;
}
.video-modal__play-video .video-modal__play-text {
    border-bottom: 2px solid transparent;
}
.video-modal__play-video:hover .video-modal__play-text {
    border-bottom-color: #a865e2;
}
.video-modal__info-bar {
    display: flex;
    align-items: center;
    padding: 1.6rem 3.2rem;
}
.video-modal__title {
    margin: 0 1.6rem 0 0;
}
.video-modal__format {
    margin-left: auto;
}
.video-modal__download {
    margin: 0 0 0 1.6rem;
}
.video-modal [data-modal-select].hide,
.video-modal .preview-modal__download.hide {
    display: none;
}
.video-modal [data-card-pill] {
    border: 1px solid #bac8d0;
    border-radius: 5rem;
    padding: 0.6rem 1.6rem 0.2rem 1.6rem;
    color: #1f1f1f;
    line-height: 28.08px;
    text-transform: uppercase;
    background: transparent;
    -webkit-appearance: none;
    appearance: none;
}
.video-modal__download-link {
    color: #1f1f1f;
    text-decoration: none;
}
.video-modal__close-icon {
    border: 0;
    width: 6.3rem;
    height: 6.3rem;
    text-indent: -800px;
    background: url("/wp-content/uploads/2023/10/Frame.svg") center no-repeat;
    background-size: contain;
    position: absolute;
    top: -8rem;
    right: 0;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
    overflow: hidden;
    z-index: 1;
}
.card [data-modal-oembed],
.card [data-modal-video] {
    display: none;
}
.admin-bar .sites-overlay {
    top: 3.2rem;
    height: calc(100vh - 3.2rem);
}
.sites-overlay {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    padding: 3.2rem 7.2rem 9.6rem 7.2rem;
    width: 100vw;
    height: 100vh;
    display: none;
    overflow-y: auto;
}
@media only screen and (max-width: 991px) {
    .sites-overlay {
        padding: 3.2rem 3.2rem 9.6rem 3.2rem;
    }
}
@media only screen and (max-width: 576px) {
    .sites-overlay {
        padding: 3.2rem 1.5rem 9.6rem 1.5rem;
    }
}
.sites-overlay.show {
    display: block;
}
.sites-overlay .heading {
    position: relative;
    padding-top: 7rem;
}
.sites-overlay .heading__heading {
    font-size: 3.5rem;
}
@media only screen and (max-width: 767px) {
    .sites-overlay .heading__heading {
        font-size: 3rem;
    }
}
@media only screen and (max-width: 991px) {
    .sites-overlay .heading {
        padding-top: 6.4rem;
    }
}
.sites-overlay .heading__subheading {
    margin-top: 0.8rem;
    font-size: 1.8rem;
}
.sites-overlay .close-button {
    cursor: pointer;
}
.sites-overlay .close-button::before {
    content: "";
    display: block;
    position: absolute;
    background: url("/wp-content/uploads/2023/12/hamburger-close.svg") no-repeat center center;
    height: 7rem;
    width: 7rem;
    right: 7.3rem;
    top: 3.2rem;
}
.sites-overlay .close-button:hover::before {
    background: url("/wp-content/uploads/2023/12/hamburger-close-1.svg") no-repeat center center;
}
@media only screen and (max-width: 991px) {
    .sites-overlay .close-button::before {
        height: 6.4rem;
        width: 6.4rem;
        right: 3.2rem;
    }
}
@media only screen and (max-width: 576px) {
    .sites-overlay .close-button::before {
        height: 6.4rem;
        width: 6.4rem;
        right: 1.5rem;
    }
}
.sites-overlay__cards-row {
    row-gap: 4.8rem;
}
.sites-overlay .card__image-wrapper {
    margin: 0 0 2.4rem 0;
    aspect-ratio: 2.08;
}
.sites-overlay .card__subheading {
    margin: 0;
    font-size: 1.4rem;
}
.multisite-hero {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    border-radius: 10px;
    overflow: hidden;
}
.multisite-hero .hero__link--white {
    color: #fff;
    border-color: #fff;
}
.multisite-hero .hero__link--white:hover {
    color: #000;
    border-color: #000;
    background-color: #fff;
}
.multisite-hero .hero__link--black {
    color: #000;
    border-color: #000;
}
.multisite-hero .hero__link--black:hover {
    color: #fff;
    border-color: #fff;
    background-color: #000;
}
.multisite-hero__image-wrapper {
    line-height: 0;
    height: 25.6rem;
}
.multisite-hero__image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.multisite-hero__text-wrapper {
    padding: 4rem 4.8rem 4.8rem 4.8rem;
}
@media only screen and (max-width: 767px) {
    .multisite-hero__text-wrapper {
        padding: 3.2rem;
    }
}
.multisite-hero__heading {
    padding-bottom: 2.4rem;
}
.multisite-hero__subheading {
    max-width: 69rem;
}
.result-card {
    display: flex;
    position: relative;
    align-items: center;
    padding: 1.6rem 2.4rem;
    border-radius: 8px;
    border: 1px solid #e9eff5;
}
.result-card:hover {
    border-color: #bac8d0;
}
@media only screen and (max-width: 991px) {
    .result-card {
        flex-direction: column;
        align-items: flex-start;
        gap: 1.9rem;
    }
}
@media only screen and (max-width: 991px) and (max-width: 767px) {
    .result-card {
        gap: 1.6rem;
    }
}
.result-card [data-card-image],
.result-card [data-modal-oembed],
.result-card [data-modal-video] {
    display: none;
}
.result-card__title-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    line-height: 1.8;
}
@media only screen and (max-width: 767px) {
    .result-card__title-wrapper {
        width: 100%;
    }
}
.result-card__title-wrapper.lower-z-index {
    z-index: 0;
}
.result-card__title {
    padding-right: 1.6rem;
}
.result-card__subtitle {
    z-index: 2;
}
.result-card__subtitle a {
    color: #8532a4;
    position: relative;
    height: 3.4rem;
    padding-bottom: 0.5rem;
    text-decoration: none;
    background-position: 0 100%;
    background-size: 0% 3px;
    z-index: 1;
}
.result-card__subtitle a:hover {
    background-image: linear-gradient(#8532a4 0 0);
    background-position: 100% 100%;
    background-size: 100% 3px;
    background-repeat: no-repeat;
    transition:
        background-size 0.3s,
        background-position 0s 0.3s;
}
.result-card__view-wrapper {
    margin-left: auto;
}
@media only screen and (max-width: 991px) {
    .result-card__view-wrapper {
        margin-left: 0;
    }
}
.result-card__link {
    position: relative;
    height: 3.4rem;
    padding-bottom: 0.5rem;
    color: #1f1f1f;
    text-decoration: none;
    background-position: 0 100%;
    background-size: 0% 3px;
    z-index: 1;
}
.result-card__link:hover {
    background-image: linear-gradient(#a865e2 0 0);
    background-position: 100% 100%;
    background-size: 100% 3px;
    background-repeat: no-repeat;
    transition:
        background-size 0.3s,
        background-position 0s 0.3s;
}
.result-card .card__meta-details {
    display: flex;
    margin: 0 0 0 auto;
    gap: 1.6rem;
    z-index: 1;
}
@media only screen and (max-width: 991px) {
    .result-card .card__meta-details {
        margin-left: 0;
    }
}
.result-card .card__meta-details a {
    text-decoration: none;
    color: unset;
}
.result-card .card__whole-preview-link {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    top: 0;
    left: 0;
}
.result-card .card__whole-preview-link:hover {
    border-bottom-color: transparent;
}
footer {
    margin-top: auto;
}
.footer {
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
}
.footer__wrapper {
    display: flex;
    justify-content: space-between;
}
@media only screen and (max-width: 991px) {
    .footer__wrapper {
        flex-direction: column;
    }
}
.footer__copyright-wrapper {
    display: flex;
    align-items: center;
}
@media only screen and (max-width: 991px) {
    .footer__copyright-wrapper {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 1.6rem;
    }
}
.footer__copyright {
    margin-right: 1.6rem;
}
@media only screen and (max-width: 991px) {
    .footer__copyright {
        margin-bottom: 1.6rem;
    }
}
.footer__policies {
    display: flex;
}
.footer__policies a {
    display: inline-flex;
    position: relative;
    text-decoration: none;
    padding-right: 2rem;
}
.footer__policies a:hover {
    text-decoration: underline;
}
.footer__policies a:not(:last-child)::after {
    content: "";
    position: relative;
    height: 0.4rem;
    width: 0.4rem;
    left: 1rem;
    border-radius: 100%;
    background-color: #1fc1b5;
    top: 50%;
    transform: translateY(-50%);
}
.footer__by a {
    text-decoration: none;
}
.content-area {
    display: flex;
}
@media only screen and (max-width: 1200px) {
    .content-area {
        position: relative;
        flex-wrap: wrap;
    }
}
main {
    width: 100%;
}
.admin-bar .sidebar__sidebar {
    top: 4rem;
}
.overflow-sidebar {
    overflow: hidden;
}
.sidebar-responsive {
    display: none;
    z-index: 15;
    width: 100%;
    padding: 0 4.8rem;
    border-bottom: 1px solid #bac8d0;
}
.sidebar-responsive.show {
    display: block;
}
@media only screen and (max-width: 767px) {
    .sidebar-responsive {
        padding: 0;
    }
}
.sidebar-responsive__parent,
.sidebar-responsive__parent-intro {
    position: relative;
    padding: 1rem 1.6rem 1rem 3.2rem;
    margin-bottom: 1rem;
    cursor: pointer;
}
.sidebar-responsive__parent a,
.sidebar-responsive__parent-intro a {
    text-decoration: none;
    display: block;
}
.sidebar-responsive__parent::after,
.sidebar-responsive__parent-intro::after {
    content: url(/wp-content/uploads/2023/10/ri_arrow-down-s-fill-2-2.svg);
    position: absolute;
    top: 1rem;
    right: 1.6rem;
}
.sidebar-responsive__parent.open::after,
.sidebar-responsive__parent-intro.open::after {
    content: url(/wp-content/uploads/2023/10/ri_arrow-down-s-fill-3.svg);
}
@media only screen and (max-width: 576px) {
    .sidebar-responsive__parent,
    .sidebar-responsive__parent-intro {
        padding-left: 1.6rem;
    }
}
.sidebar {
    position: relative;
    padding-bottom: 6.4rem;
    width: 37.5rem;
    border-right: 1px solid #e9eff5;
}
.sidebar::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 1.7rem;
    border-right: 1px solid #e9eff5;
    transform: translate(1px, -94%);
}
@media only screen and (max-width: 1200px) {
    .sidebar::before {
        display: none;
    }
}
.sidebar.show {
    display: block;
}
@media only screen and (max-width: 1200px) {
    .sidebar {
        display: none;
        position: absolute;
        top: 7.5rem;
        left: 0;
        border: none;
        width: 100%;
        height: 100vh;
        padding: 0 4.8rem;
        background-color: #ffffff;
        z-index: 30;
    }
}
@media only screen and (max-width: 767px) {
    .sidebar {
        padding: 0;
    }
}
.sidebar__sidebar {
    position: sticky;
    position: -webkit-sticky;
    top: 1rem;
    height: calc(100vh - 125px);
}
.sidebar__menu {
    height: 100%;
}
@media only screen and (max-width: 1200px) {
    .sidebar__menu {
        overflow-y: auto;
        height: calc(100vh - 15rem);
    }
}
.sidebar__menu > .menu {
    height: calc(100% - 100px);
    overflow-y: auto;
    padding-bottom: 3rem;
}
.sidebar__parent a,
.sidebar__parent-intro a {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.sidebar__child a {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
}
.sidebar__parent a,
.sidebar__parent-intro a,
.sidebar__child a {
    padding-right: 1.6rem;
    padding-left: 3.2rem;
    text-decoration: none;
    display: block;
    transition: background-color 0.2s;
}
.sidebar__parent a:hover,
.sidebar__parent-intro a:hover,
.sidebar__child a:hover {
    background-color: #f7f6f4;
}
@media only screen and (max-width: 576px) {
    .sidebar__parent a,
    .sidebar__parent-intro a,
    .sidebar__child a {
        padding-left: 1.6rem;
    }
}
.sidebar__parent,
.sidebar__parent-intro {
    position: relative;
    margin-bottom: 1.6rem;
    cursor: pointer;
}
.sidebar__parent a,
.sidebar__parent-intro a {
    z-index: 999;
}
.sidebar__parent.submenu-active::after,
.sidebar__parent-intro.submenu-active::after {
    content: url(/wp-content/uploads/2023/10/ri_arrow-down-s-fill-2-2.svg);
    position: absolute;
    top: 1rem;
    right: 1.6rem;
}
.sidebar__parent.submenu-active.open::after,
.sidebar__parent-intro.submenu-active.open::after {
    content: url(/wp-content/uploads/2023/10/ri_arrow-down-s-fill-3.svg);
}
.sidebar .active::before {
    content: " ";
    position: absolute;
    right: 0;
    top: 1rem;
    height: 3.2rem;
    width: 1rem;
    border-right: 2px solid #1fc1b5;
}
.sidebar__submenu {
    display: none;
    margin-left: 0;
    margin-top: 2.4rem;
}
.sidebar .search-section__form {
    border-radius: 0;
    border-top: none;
    border-right: none;
    margin-bottom: 1.6rem;
}
@media only screen and (max-width: 1200px) {
    .sidebar .search-section__form-wrapper {
        display: none;
    }
}
.sidebar .search-section__form:focus-within {
    border-bottom-color: #bac8d0;
}
.search-section__form-wrapper-mobile .search-section__form:focus-within {
    border-bottom-color: #bac8d0;
}
.header {
    padding-top: 1.9rem;
    padding-bottom: calc(1.9rem + 1.7rem);
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    position: relative;
}
.header::after {
    content: "";
    position: absolute;
    bottom: -1px;
    width: 100%;
    height: 1.7rem;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    background-color: #ffffff;
}
@media only screen and (max-width: 576px) {
    .header {
        padding-top: 0;
        height: 9rem;
        padding-bottom: calc(1.9rem + 7.6rem);
    }
    .header::after {
        bottom: -3px;
    }
}
@media only screen and (max-width: 576px) {
    .header__container {
        padding-top: 1rem;
    }
}
@media only screen and (max-width: 576px) {
    .header__container.container-fluid .row > * {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
}
.header__col {
    display: flex;
    align-items: center;
}
.header__col a {
    display: flex;
    align-items: center;
}
.header__logo {
    height: 3rem;
    width: auto;
}
.header__button-col {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
@media only screen and (max-width: 576px) {
    .header__button-col {
        margin-top: -0.8rem;
    }
}
.header .multisite-button,
.header .multisite-button-mobile,
.header .menu-button {
    cursor: pointer;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    width: fit-content;
    border-radius: 6.4rem;
    transition: ease all 0.3s;
}
.header .multisite-button:hover,
.header .multisite-button-mobile:hover,
.header .menu-button:hover {
    background-color: #1f1f1f;
    border: 1px solid #495a6f;
    color: #ffffff;
    transition: ease all 0.3s;
}
.header .multisite-button:hover .icon,
.header .multisite-button-mobile:hover .icon,
.header .menu-button:hover .icon {
    display: none;
}
.header .multisite-button:hover .hover-icon,
.header .multisite-button-mobile:hover .hover-icon,
.header .menu-button:hover .hover-icon {
    display: inline-block;
}
.header .multisite-button,
.header .menu-button {
    padding: 0.8rem 0.8rem 0.8rem 2.4rem;
    border: 1px solid transparent;
}
.header .menu-button {
    margin-left: 0.8rem;
    display: none;
}
.header .menu-button img {
    margin-left: 0.8rem;
}
.header .menu-button.open-menu img {
    transform: rotate(180deg);
}
@media only screen and (max-width: 1200px) {
    .header .menu-button {
        display: flex;
    }
}
@media only screen and (max-width: 767px) {
    .header .menu-button {
        padding: 0.4rem 0.4rem 0.4rem 1.6rem;
    }
    .header .menu-button img {
        height: 3.2rem;
    }
}
@media only screen and (max-width: 576px) {
    .header .menu-button {
        padding-left: 1rem;
    }
}
.header .multisite-button-mobile {
    display: none;
    height: 4.1rem;
    width: 4.1rem;
}
@media only screen and (max-width: 767px) {
    .header .multisite-button-mobile {
        display: flex;
    }
}
@media only screen and (max-width: 576px) {
    .header .multisite-button-mobile {
        height: 3.6rem;
        width: 3.6rem;
    }
}
.header .multisite-button img {
    margin-left: 1.6rem;
}
@media only screen and (max-width: 991px) {
    .header .multisite-button {
        padding: 0.8rem 0.8rem 0.8rem 1.6rem;
    }
}
@media only screen and (max-width: 767px) {
    .header .multisite-button {
        display: none;
    }
}
.hover-icon {
    display: none;
}
.back {
    position: fixed;
    right: 7.5rem;
    bottom: 8.5rem;
}
@media only screen and (max-width: 767px) {
    .back {
        right: 1.5rem;
        bottom: 2.5rem;
    }
}
.error-404 {
    padding-top: 11.2rem;
}
@media only screen and (max-width: 767px) {
    .error-404 {
        padding-top: 6.4rem;
    }
}
.error-404__message {
    margin-bottom: 0.8rem;
}
.error-404__button {
    margin-top: 2.4rem;
}
@media only screen and (max-width: 767px) {
    .error-404__button {
        margin-top: 3.2rem;
    }
}
.hero {
    padding-top: 4.8rem;
    padding-bottom: 4.8rem;
}
.hero__wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 4.8rem;
    border-radius: 10px;
    min-height: 52.8rem;
    overflow: hidden;
}
@media only screen and (max-width: 991px) {
    .hero__wrapper {
        padding: 12.8rem 1.6rem 3.2rem 1.6rem;
    }
}
.hero__background-image svg {
    position: absolute;
    top: -18rem;
    right: -30rem;
    transform: rotate(30deg) !important;
    opacity: 1;
}
@media only screen and (max-width: 767px) {
    .hero__background-image svg {
        top: -25rem;
        right: -16rem;
        width: 120% !important;
    }
}
.hero__heading {
    padding-bottom: 2.4rem;
    max-width: 50rem;
}
.hero__subheading {
    max-width: 69rem;
}
.hero__cta-wrapper {
    margin-top: 2.4rem;
}
.pinned {
    padding-top: 6.4rem;
    padding-bottom: 6.4rem;
}
.pinned__heading {
    padding-bottom: 2.4rem;
}
@media only screen and (max-width: 1400px) {
    .pinned__post-card {
        padding-bottom: 3.2rem;
    }
}
.help-and-contact {
    padding-top: 6.4rem;
    padding-bottom: 6.4rem;
}
.help-and-contact__heading {
    padding-bottom: 2.4rem;
}
.help-and-contact__link {
    margin-top: 2.4rem;
}
.collection__folders-section {
    padding: 3.2rem 0;
}
.collection__folders-row {
    row-gap: 4.8rem;
}
@media only screen and (max-width: 991px) {
    .collection__folders-row {
        row-gap: 3.2rem;
    }
}
.collection__folder-heading-wrapper {
    margin-bottom: 2.4rem;
}
.collection__folder-subheading {
    margin-top: 1.6rem;
}
.folder__button {
    margin-top: 4.8rem;
}
@media only screen and (max-width: 991px) {
    .folder__button {
        margin-top: 3.2rem;
    }
}
.folder__posts-section {
    padding: 3.2rem 0;
}
.folder__posts-row {
    row-gap: 4.8rem;
}
@media only screen and (max-width: 991px) {
    .folder__posts-row {
        row-gap: 3.2rem;
    }
}
.folder__pagination-section {
    text-align: center;
    margin-top: 3.2rem;
    margin-bottom: 9.6rem;
}
.folder__pagination-link {
    display: inline-block;
    width: 3.2rem;
    font-family: "Graphik";
    font-size: 1.8rem;
    line-height: 156%;
    text-decoration: none;
    color: #1f1f1f;
}
.folder__pagination-link:not(:last-of-type) {
    margin-right: 1.6rem;
}
.folder__pagination-link:hover {
    border-bottom: 2px solid #a865e2;
}
.folder__pagination-link:focus {
    outline: none;
}
.folder__pagination-left,
.folder__pagination-right {
    display: inline-block;
    width: 1.5rem;
    height: 1.4rem;
    cursor: pointer;
}
.folder__pagination-left {
    background: url("/wp-content/uploads/2023/10/arrow-left.svg") no-repeat center;
    margin-right: 1.6rem;
}
.folder__pagination-right {
    background: url("/wp-content/uploads/2023/10/arrow-right.svg") no-repeat center;
    margin-left: 1.6rem;
}
.folder__spinner-container {
    display: none;
}
.folder__spinner {
    margin-top: 4rem;
    height: 4rem;
    width: 4rem;
    border-radius: 100%;
    border-top: 3px solid;
    border-left: 3px solid;
    border-right: 3px solid;
    border-color: #1f1f1f;
    border-bottom: 3px solid transparent;
    animation: spinner 1s infinite linear;
}
@keyframes spinner {
    to {
        transform: rotate(360deg);
    }
}
.left-inactive {
    background: url("/wp-content/uploads/2023/10/arrow-left-inactive-1.svg") no-repeat center;
    cursor: default;
}
.right-inactive {
    background: url("/wp-content/uploads/2023/10/arrow-right-inactive.svg") no-repeat center;
    cursor: default;
}
.active-number {
    border-bottom: 2px solid #1fc1b5;
}
.search-section {
    padding-bottom: 4.8rem;
}
.search-section__heading-wrapper {
    padding-top: 4.8rem;
    padding-bottom: 3.2rem;
}
.search-section__heading {
    padding-bottom: 2.4rem;
}
.search-section__suggested {
    padding-bottom: 0.8rem;
}
.search-section__list {
    display: flex;
    flex-wrap: wrap;
    gap: 1.6rem;
}
.search-section__list li {
    cursor: pointer;
}
.search-section__results-card .result-card.select-open {
    z-index: 11;
}
.search-section__form {
    display: flex;
    border: 1px solid #e9eff5;
    border-radius: 8px;
    padding-left: 3.2rem;
}
.search-section__input {
    width: 100%;
    border: none;
}
.search-section__icon,
.search-section__main-icon,
.search-section__clear-icon {
    cursor: pointer;
    padding: 1.6rem;
}
.search-section__clear-icon {
    display: none;
}
.search-section__found-posts {
    display: flex;
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
}
.search-section .border {
    height: 1px;
    width: 100%;
}
.search-section__clear-posts {
    margin-left: auto;
}
.search-section__results {
    margin-top: 4.3rem;
    row-gap: 1.6rem;
}
.search-section__no-results {
    padding-top: 4.3rem;
}
.search-section__clear-posts {
    padding-bottom: 4px;
}
.search-section__clear-posts:hover {
    padding-bottom: 0;
}
.search-section__suggestion,
.search-section__clear-posts,
.search-section__contact {
    text-decoration: none;
    background-position: 0 100%;
    background-size: 0% 3px;
    color: #8532a4;
}
.search-section__suggestion:hover,
.search-section__clear-posts:hover,
.search-section__contact:hover {
    padding-bottom: 0.4rem;
    background-image: linear-gradient(#8532a4 0 0);
    background-position: 100% 100%;
    background-size: 100% 3px;
    background-repeat: no-repeat;
    transition:
        background-size 0.3s,
        background-position 0s 0.3s;
}
.search-section__form-wrapper-mobile {
    display: none;
    width: 100%;
}
.search-section__form-wrapper-mobile .search-section__form {
    border-top: none;
    border-radius: 0;
    padding-right: 4.8rem;
    padding-left: 8rem;
    margin-bottom: 1.6rem;
}
@media only screen and (max-width: 767px) {
    .search-section__form-wrapper-mobile .search-section__form {
        padding-left: 3.2rem;
        padding-right: 0;
    }
}
@media only screen and (max-width: 576px) {
    .search-section__form-wrapper-mobile .search-section__form {
        padding-left: 1.6rem;
    }
}
@media only screen and (max-width: 1200px) {
    .search-section__form-wrapper-mobile {
        display: block;
    }
}
@media only screen and (max-width: 576px) {
    .search-section__form-wrapper-mobile {
        display: none;
    }
}
@media only screen and (max-width: 576px) {
    .search-section__form-wrapper-mobile.show {
        display: block;
    }
}
.search-section__form-burger {
    display: flex;
    padding-left: 1.6rem;
    margin-bottom: 1.6rem;
    border-radius: 0;
    border-bottom: 1px solid #e9eff5;
}
.search-section__pagination {
    margin-top: 3.2rem;
}
.search-section__pagination .page-numbers {
    display: inline-block;
    text-align: center;
    width: 3.2rem;
    font-family: "Graphik";
    font-size: 1.8rem;
    line-height: 156%;
    text-decoration: none;
    color: #1f1f1f;
    border-bottom: 2px solid transparent;
    margin: 0 0.8rem;
}
.search-section__pagination .page-numbers:hover {
    border-bottom: 2px solid #a865e2;
}
.search-section__pagination .page-numbers[aria-current="page"] {
    cursor: default;
    border-bottom: 2px solid #1fc1b5;
}
.search-section__pagination .page-numbers[aria-current="page"]:hover {
    border-bottom: 2px solid #1fc1b5;
}
.search-section__pagination .page-numbers:focus {
    outline: none;
}
.search-section__pagination .page-numbers.prev {
    background: url("/wp-content/uploads/2023/10/arrow-left.svg") no-repeat center;
    margin-right: 1.6rem;
    display: inline-block;
}
.search-section__pagination .page-numbers.prev[disabled] {
    background: url("/wp-content/uploads/2023/10/arrow-left-inactive-1.svg") no-repeat center;
    cursor: default;
    pointer-events: none;
}
.search-section__pagination .page-numbers.next {
    background: url("/wp-content/uploads/2023/10/arrow-right.svg") no-repeat center;
    margin-left: 1.6rem;
    display: inline-block;
}
.search-section__pagination .page-numbers.next[disabled] {
    background: url("/wp-content/uploads/2023/10/arrow-right-inactive.svg") no-repeat center;
    cursor: default;
    pointer-events: none;
}
.search-section__pagination .page-numbers.dots:hover {
    border-bottom-color: transparent;
    cursor: default;
} 


.hero-starburst-variation{animation:starburstvariation 20s linear infinite;position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;}
.hero-starburst{position:absolute;right:200px;top:50%;width:0px;transform:translate(50%, -50%);animation:starburst 5s ease-out infinite;}
.hero-starburst:after{content:'';width:0px;height:0px;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);background:#000;animation:starburstOverlay 5s ease-out infinite;filter:blur(100px);border-radius:10000px;}

@keyframes starburstvariation {
    24% {transform:translate(0px);}
    25% {transform:translate(-200px, 200px);}

    49% {transform:translate(-200px, 200px);}
    50% {transform:translateX(100px);}

    74% {transform:translateX(100px);}
    75% {transform:translateX(-200px);}

    100% {transform:translateX(-200px);}
}

@keyframes starburst {
    60% {width:1000px;transform:translate(50%, -50%);}
    99%{width:1000px;}
    100% {width:1000px;opacity:0;}
}

@keyframes starburstOverlay {
    0%{width:300px;height:300px;}
    100% {width:120%;height:120%;filter:blur(1px);}
}

@media(max-width:1024px){
    body.home .block-hero .hero-wrapper{min-height:0 }
    .block-hero .hero-wrapper .hero-content{padding:10rem 0;}
}
@media(max-width:576px){
.block-hero .hero-wrapper {
    min-height: 31vh;
}
	
}

.bg-navy.starburst { 
background-color: #151515;
background-image: url(https://brandinghubcla.wpenginepowered.com/wp-content/uploads/2025/11/star.png);
background-repeat: no-repeat;
background-size: 28%;
background-position: top right;
	
}

