@import url("https://use.typekit.net/kpl4reb.css");

:root {
    --purple: rgb(42, 47, 143);
    --orange: rgb(239, 111, 0);
    --black: rgb(0, 0, 0);
    --white: rgb(255, 255, 255);
    --off-white: rgba(20, 24, 87, 0.05);
    --grey: rgb(238, 238, 241);
    --nav-bar-margin: 110px;
    --nav-padding: 7px 15px;
    /* hoss-round */
    font-family: "hoss-round", sans-serif;
    font-weight: 300;
    font-style: normal;
    /* arial-rounded-mt-pro */
    font-family: "arial-rounded-mt-pro", sans-serif;
    font-weight: 700;
    font-style: normal;
    --linkedin-blue: rgb(10, 102, 194);
}

@media screen and (max-width: 1023px) {
    :root {
        --nav-bar-margin: 0px;
        --nav-padding: 7px 15px;
    }
}

.white {
    color: var(--white);
}

hr.white {
    border-color: var(--white);
}

.orange {
    color: var(--orange);
}

/* START GENERAL */
body,
html {
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: var(--white);
    font-family: "hoss-round", sans-serif;
}

html {
    background-color: var(--white);
}

/* Default Styles - General */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "arial-rounded-mt-pro", sans-serif;
    line-height: 1.2;
}

a,
p,
small {
    font-family: "hoss-round", sans-serif;
}

#content-container a:has(> img) {
    width: 100%;
}

#content-container img {
    width: 100%;
}

h1 {
    font-size: 2.5rem;
    color: var(--purple);
    font-weight: bold;
    font-style: normal;
}

h2 {
    font-size: 1.8rem;
    padding-top: 15px;
    color: var(--black);
    font-weight: bold;
}

h2.product-hero {
    font-size: 1.85rem;
    color: var(--white);
}

h2.job-title {}

h2.job-title + h3 {
    margin-top: 0;
}

h2.job-title + h3 + h4 {
    padding: 0;
}

h3 {
    font-size: 1.5rem;
    margin-top: 1.5rem;
    font-weight: normal;
    font-style: italic;
    color: var(--orange);
}

h4 {
    font-size: 1.3rem;
    padding: 0.5rem 0rem;
    font-weight: bold;
}

h3 > small {
    font-size: 1.1rem;
    font-weight: normal;
    display: block;
    margin-top: 0.3rem;
    color: inherit;
    line-height: 1.5;
    font-style: italic;
}

h5 {
    font-size: 1.1rem;
    padding: 0.7rem 0rem 0.3rem 0rem;
    margin: 0;
    font-weight: bold;
}

h2 + h3:has(+ .youtube-lazy-container),
h2 + h3:has(+ .media-player),
h2 + h3:has(+ .grid-x > .cell > .youtube-lazy-container),
h2 + h3:has(+ .grid-x > .cell > .media-player) {
    padding-top: 0rem;
    margin-top: 0;
    font-style: italic;
    font-weight: bold;
}

h2 > small {
    font-size: 1.3rem;
    font-weight: normal;
    display: block;
    margin-top: 0.3rem;
    color: inherit;
    line-height: 1.5;
    font-style: italic;
}

p {
    margin: 10px 0px 15px 0px;
    font-size: 1rem;
}

h1 small,
h1 h2 {
    font-size: 1.375rem;
    font-weight: normal;
    color: var(--black);
    display: block;
    line-height: 1.5;
    font-style: italic;
}

h1 small:first-of-type {
    margin-top: 00em;
}

h1 + p {
    margin-top: 1.23rem;
}

ol.number-counter {
    counter-reset: item;
    margin: 0;
    padding: 0;
    font-weight: bold;
}

ol.number-counter > li ol > li {
    font-weight: normal;
}

ol.number-counter > li {
    display: table;
    counter-increment: item;
    margin-bottom: 0.6em;
}

ol.number-counter > li::before {
    content: counters(item, ".") ".0 ";
    display: table-cell;
    padding-right: 0.6em;
}

ol.number-counter > li ol > li::before {
    content: counters(item, ".") " ";
}

/* List Styles - General*/
ul {
    font-size: 1rem;
}

ul,
ol {
    margin: 0.01rem 1.5rem 0rem 1.5rem;
    width: fit-content;
}

li:has(> ul)::marker {
    content: none;
}

#content-container ul li {
    padding-left: 5px;
}

ul ul {
    margin: 0rem 1.5rem;
}

ul > li > ul {
    list-style-type: circle;
}

ul > li > ul > li > ul {
    list-style-type: square;
}

ul > li > ul > li > ul > li > ul {
    list-style-type: disc;
}

ul > li > ul > li > ul > li > ul > li > ul {
    list-style-type: circle;
}

ul > li > ul > li > ul > li > ul > li > ul > li > ul {
    list-style-type: square;
}

ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul {
    list-style-type: disc;
}

ol {
    line-height: 1.631;
}

/* makes ol have same height as ul */
ul.no-bullet {
    list-style-type: none;
    margin-left: 0;
}

ol.no-bullet {
    list-style-type: none;
    margin-left: 3rem;
}

ol.letter {
    list-style-type: upper-alpha;
    margin: 0.01rem 1.5rem 0rem 3rem;
}

ol.number-counter {
    counter-reset: item;
    margin: 0;
    padding: 0;
    font-weight: bold;
}

ol.number-counter > li ol > li {
    font-weight: normal;
}

ol.number-counter > li {
    display: table;
    counter-increment: item;
    margin-bottom: 0.6em;
}

ol.number-counter > li::before {
    content: counters(item, ".") ".0 ";
    display: table-cell;
    padding-right: 0.6em;
}

ol.number-counter > li ol > li::before {
    content: counters(item, ".") " ";
}

li:has(> h3)::marker {
    font-size: 1.5rem;
    font-weight: normal;
}

li:has(> h2)::marker {
    font-size: 1.8rem;
    font-weight: normal;
}

dl {
    list-style-position: outside;
}

dt {
    padding-top: 20px;
    font-size: 1.2rem;
}

.cell.justify-center {
    margin: 0 auto;
}

.regular {
    font-style: normal;
    font-weight: normal;
}

.bold {
    font-weight: bold;
}

.underline {
    text-decoration: underline;
}

.nowrap,
.nowrap * {
    white-space: nowrap;
}

.italic {
    font-style: italic;
}

.upper {
    text-transform: uppercase;
}

.quote-marks {
    font-size: 1.1rem;
    line-height: 185%;
    font-style: italic;
}

.quote-front {
    font-size: 185%;
    font-style: italic;
    color: var(--orange);
    position: relative;
    top: 8px;
    padding: 0 8px 0 0;
}

.quote-back {
    font-size: 175%;
    font-style: italic;
    color: var(--orange);
    position: relative;
    top: 8px;
    padding: 0 0 0 4px;
}

div.cell > img,
div.cell > a img,
.image-grid img {
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
}

.image-grid img + h3 {
    margin-top: 0;
}

a.linked-in {
    color: var(--linkedin-blue);
    font-weight: bold;
}

a.linked-in .linkedin-square {
    font-weight: bold;
    background-color: var(--linkedin-blue);
    padding: 0.5px 2.5px;
    margin-left: 2px;
    border-radius: 2px;
    color: var(--white);
}

a.linked-in:hover {
    color: var(--linkedin-blue);
    text-decoration: underline;
}

a {
    cursor: pointer;
    color: var(--purple);
    text-decoration: none;
    /* transition: color 0.1s ease-in-out; */
}

#content-container p a {
    text-decoration: underline;
}

a:hover,
a:focus {
    color: var(--orange);
}

/* Anchor Link Highlight Effect CSS */
.anchor-highlight {
    position: relative;
    display: inline-block;
}

.anchor-highlight::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    background-color: var(--purple);
    animation: underline-sweep 1.5s ease-in-out;
}

@keyframes underline-sweep {
    0% {
        left: 0%;
        width: 0%;
    }

    25% {
        left: 0%;
        width: 100%;
    }

    75% {
        left: 0%;
        width: 100%;
    }

    100% {
        left: 100%;
        width: 0%;
    }
}

.border {
    outline: 1px solid var(--black);
}

img.border {
    border-radius: 3px;
}

.shadow {
    -moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
}

.shadow:focus {
    -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}

a:hover img.shadow {
    -moz-box-shadow: 3px 3px 3px rgba(239, 111, 0, 0.5);
    -webkit-box-shadow: 3px 3px 3px rgba(239, 111, 0, 0.5);
    box-shadow: 3px 3px 3px rgba(239, 111, 0, 0.5);
}

a:focus img.shadow {
    -moz-box-shadow: 2px 2px 2px rgba(239, 111, 0, 0.5);
    -webkit-box-shadow: 3px 3px 3px rgba(239, 111, 0, 0.5);
    box-shadow: 3px 3px 3px rgba(239, 111, 0, 0.5);
}

/*
div.cell:has(> img.thumbnail),
div.cell:has(> a > img.thumbnail),
*/
/* Image vertical Margin */
div.cell > img,
div.cell > a img,
.image-grid img {
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
}

.image-grid img + h3 {
    margin-top: 0;
}

.image-grid .card-section {
    padding-top: 0;
    padding-bottom: 0;
}

/* Image padding with "small" on top and bottom */
/*
div.cell:has(small:nth-child(1)) > img, div.cell:has(small:nth-child(1)) > a img { margin-top: 0.5rem; margin-bottom: 0.9375rem; }
div.cell:has(small:nth-child(2)) > img, div.cell:has(small:nth-child(2)) > a img { margin-top: 0.9375rem; margin-bottom: 0.5rem; }
*/
div.cell:has(>img) > small,
div.cell:has(>img) > a {
    font-size: 0.9rem;
}

/* Table Styles - General */
table.scroll {
    width: fit-content;
    max-width: 100%;
}

table {
    background: var(--white);
    border: 1px solid var(--grey);
    border-collapse: separate;
    width: fit-content;
}

#content-container table {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

table th {
    color: var(--white);
    background-color: var(--purple);
    text-align: left;
}

table td {
    white-space: wrap;
    width: fit-content;
}

table thead th {
    background-color: var(--purple);
    text-align: center;
}

table tbody {
    vertical-align: top;
}

table thead,
table tfoot {
    background: var(--purple);
    color: var(--white)
}

table tbody tr:nth-child(2n) {
    background: var(--grey);
}

table.center tbody tr td {
    text-align: center;
}

table td.bg-red {
    background-color: var(--orange);
    color: var(--white);
}

table td.bg-white {
    background-color: var(--white);
    color: var(--black);
}

table td.bg-blue {
    background-color: var(--purple);
    color: var(--white);
}

/* Column Styles - General */
.flex-column {
    width: fit-content;
    display: flex;
    height: auto;
    flex-direction: column;
}

.flex-column-center {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.flex-row {
    width: fit-content;
    display: flex;
    height: auto;
    flex-direction: row;
}

/* Content - General */
#content-container:has(> .small-11.medium-11.large-9.cell) {
    align-items: center;
    padding-bottom: 3em;
    display: flex;
    position: relative;
    overflow: hidden;
    flex-direction: column;
    justify-content: flex-start;
}

#content-container:has(.hero-background-image) {
    align-items: center;
    padding-bottom: 3em;
    display: flex;
    position: relative;
    overflow: hidden;
    flex-direction: row !important;
    justify-content: center !important;
}

#content-container:has(> .grid-x) {
    padding-bottom: 3em;
    display: flex;
    position: relative;
    overflow: hidden;
    flex-direction: row !important;
}

#content-container.home-page {
    padding-bottom: 0;
}

#content-container > div.small-11.medium-11.large-9.cell {
    width: 1450px;
    max-width: 95%;
}

@media (max-width: 1024px) {
    #content-container > div.small-11.medium-11.large-9.cell {
        max-width: 90%;
    }
}

#content-container {
    margin-top: calc(var(--nav-bar-margin));
    min-height: calc(100vh - var(--nav-bar-margin));
    display: flex;
}

/* span {
    display: flex;
} */
.about-section {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 100px;
    height: fit-content;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    padding-bottom: 100px;
    /* border-bottom: 2px solid var(--orange); */
}

.about-text {
    z-index: 11;
    position: relative;
    text-align: center;
    width: 70%;
}

.about-section h2 {
    color: var(--orange);
    font-size: 2.15rem;
}

.about-section p {
    font-size: 1.1rem;
    color: var(--white);
}

.about-section .cell {
    align-self: stretch;
}

/* Content Focus - Index */
.content-focus {
    border-top: 5px solid var(--blue);
}

#content-1 {
    display: none;
    min-height: 400px;
}

#content-1-with-background {
    min-height: 430px;
    background-color: #aaa;
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("/images/home-page-bg-3.jpg");
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
}

#content-2 {
    display: none;
    min-height: 400px;
}

#content-2-with-background {
    min-height: 430px;
    background-color: #aaa;
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("/images/home-page-bg-4.jpg");
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
}

.product-slider-section {
    background-color: var(--white);
    position: relative;
    width: 100vw;
    min-height: 900px;
    display: block;
}

.product-slider-section input {
    display: none !important;
}

.product-slider-section .product-text {
    display: flex;
    flex-direction: column;
    z-index: 11;
    position: relative;
    text-align: center;
    width: 70%;
    margin: 0px auto 0px auto;
}

.product-slider-section h2 {
    color: var(--purple);
    font-size: 1.9rem;
}

.product-slider-section p {
    font-size: 1.2rem;
    color: var(--black);
    margin: 0px 0px 50px 0px;
}

.product-slider-section {
    background-color: var(--white);
    padding: 5vh 0px;
    border-top: 2px solid var(--orange);
}

/* *END* GENERAL */
/* START NAVIGATION */
header {
    position: fixed;
    top: 0;
    z-index: 1000;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px 20px;
    background-color: rgb(255, 255, 255);
    border-bottom: 2px solid var(--purple);
    height: 110px;
}

header .logo-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    text-decoration: none;
    height: 100%;
}

header .logo-container .logo {
    height: 100%;
}

nav {
    margin: 0px 0px 0px auto;
}

nav * {
    white-space: nowrap;
}

nav ul {
    padding: 0;
}

nav ul.main-links,
nav ul.secondary-links {
    display: flex;
    flex-direction: row;
    align-items: center;
    list-style-type: none;
    justify-content: flex-end;
    margin: 0 0 0 auto;
}

nav ul.main-links > li {
    display: flex;
    width: fit-content;
    margin-right: 10px;
    display: inline-block;
}

nav ul.main-links > li > a,
nav ul.secondary-links li a {
    color: var(--purple);
    text-decoration: none;
}

nav ul.main-links > li > a,
nav ul.secondary-links li a,
.gcse-searchbox {
    font-size: 1.07rem;
}

nav ul.main-links > li > a {
    padding: var(--nav-padding);
    font-weight: bold;
    border-radius: 8px;
    display: inline-block;
}

nav ul.main-links > li.rfq a {
    background-color: var(--orange);
    color: var(--white);
    outline: 1px solid var(--purple);
}

.mobile-nav .rfq {}

nav ul.main-links > li:last-of-type {
    margin-right: 0;
}

nav ul.main-links > li:has(> ul) a {
    padding-right: 35px;
}

nav ul.main-links *,
nav ul.main-links > li:has(> ul)::after {
    /* transition: all 0.1s ease-in-out; */
    transition: none;
}

nav ul.main-links > li:has(> ul)::after {
    position: absolute;
    content: "\27A4";
    margin-top: 12px;
    margin-left: -21px;
    font-weight: bold;
    color: var(--purple);
    rotate: 90deg;
    height: fit-content;
    width: fit-content;
    transform: scale(1, 2);
    font-size: 0.6rem;
    pointer-events: none;
}

nav ul.main-links > li > ul {
    position: absolute;
    display: none;
    /* margin: var(--nav-bar-margin) 0 0 0; */
    margin: 0;
    /* margin-top: 39.4px; */
    top: calc(var(--nav-bar-margin) - 20px);
    /* !Need to match! */
    padding-top: 20px;
    /* !Need to match! */
    list-style-type: none;
    width: fit-content;
}

nav ul.main-links > li > ul > li {
    display: flex;
    background-color: var(--white);
}

header.show-for-large nav ul.main-links > li > ul > li {
    border: 2px solid var(--purple);
    border-top: 0;
}

header.show-for-large nav ul.main-links > li > ul > li:not(:last-of-type) {
    border-bottom: 0;
}

nav ul.main-links > li > ul > li:not(:last-of-type) {
    border-bottom: 0;
}

nav ul.main-links > li > ul > li > a {
    white-space: nowrap;
    padding: 10px 15px;
    width: 100%;
    text-decoration: none;
}

nav ul.main-links > li > ul > li > a:hover {
    color: var(--orange);
    background-color: var(--off-white);
}

header.show-for-large nav ul.main-links > li:hover > ul {
    display: block;
}

nav ul.main-links > li:hover > a,
nav ul.main-links > li:has(ul:hover) > a,
nav ul.main-links > li:hover:not(:last-of-type)::after,
nav ul.main-links > li:hover:not(:last-of-type):has(ul)::after {
    color: var(--white);
}

nav ul.main-links > li > a:hover,
nav ul.main-links > li:has(ul:hover) > a {
    background-color: var(--purple);
}

nav ul.secondary-links {
    margin-bottom: 10px;
}

nav ul.secondary-links li {
    margin: 0px 20px 0px 0px;
}

@media screen and (max-width: 1023px) {
    nav ul.secondary-links li.hide-for-large {
        margin: 0px 0px 0px 0px;
    }

    nav ul.main-links > li {}

    #slidebox {
        display: none;
    }
}

nav ul.secondary-links li:last-of-type {
    /* margin-left: auto; */
    margin-right: 0;
}

nav ul.secondary-links i {
    display: block;
    width: 20px;
    height: 20px;
    margin: 0px 5px 0px 0px;
}

nav ul.secondary-links li a:not(.gsst_a) {
    font-size: 0.80rem;
    border-radius: 8px;
    background-color: var(--orange);
    color: var(--white);
    outline: 1px solid var(--purple);
    padding: 6px 8px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

nav ul.secondary-links li a:hover {
    background-color: var(--purple);
}

/* nav form.gsc-search-box {
    max-width: auto;
    font-size: inherit;
    margin: 0;
    width: 25px;
    height: 10px;
} */
nav .gsc-input-box {
    width: 200px;
}

/* *END* NAVIGATION */
/* Breadcrumb Styles - General */
ul.breadcrumbs {
    margin-top: 1.5em;
    margin-bottom: 2em;
}

ul.breadcrumbs li,
ul.breadcrumbs li a {
    color: var(--purple);
}

ul.breadcrumbs li:last-child a {
    color: var(--orange);
    text-decoration: underline;
}

/* Add to Any Styles - General */
html[data-theme="dark"] .add-to-any .a2a_button_x > span.a2a_s_x {
    box-shadow: inset 0 0 0 1px #fff;
    border-radius: 4px;
}

.add-to-any > div {
    min-width: 144px;
    min-height: 32px;
}

.add-to-any {
    display: flex;
    margin-top: 1.1em;
    height: fit-content;
}

.add-to-any small {
    color: var(--purple);
    font-weight: bold;
    margin: auto;
    margin-right: 0.5em;
    font-size: 0.8rem;
}

.add-to-any * {
    transition: all 0.25s ease;
}

/* START ICONS */
i.phone {
    background-image: url(../images/Icons/phone.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

i.mail {
    background-image: url(../images/Icons/mail.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

/* *END* ICONS */
/* START HERO BANNER */
.hero-banner {
    overflow: hidden;
    z-index: 5;
    position: relative;
    display: flex;
    flex-direction: column;
    background-image: url(../images/Icons/hero-background.svg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    width: 100%;
    height: 46vh;
    padding: 3%;
    min-height: 430px;
}

.hero-banner h1 {
    font-size: 2.3rem;
    width: 50%;
    color: var(--purple);
    margin-bottom: 10px;
}

.hero-banner p {
    width: 50%;
    color: var(--black);
    font-size: 1.1rem;
}

/* *END* HERO BANNER */
/* START GRADIENT BAR */
.home-gradient-bar {
    width: 100%;
    height: 5vw;
    /* background: linear-gradient(180deg, rgba(15, 20, 67, 1) 0%, rgba(255, 255, 255, 1) 100%); */
    background: linear-gradient(180deg, transparent 0%, rgba(255, 255, 255, 1) 100%);
}

/* *END* GRADIENT BAR */
/* START interact-img & popup */
.interact-parent {
    z-index: 10;
    position: relative;
    display: flex;
    position: absolute;
    width: 43%;
    aspect-ratio: 1/0.65;
    right: 2%;
    margin-top: 10.5%;
}

.interact-img {
    opacity: 0;
    display: flex;
    position: absolute;
    width: 100%;
    aspect-ratio: 1/0.65;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    right: 6%;
    margin-top: -22%;
    transition: transform .6s cubic-bezier(0.77, 0, 0.175, 1), opacity .6s;
    will-change: transform, opacity;
}

.interact-img[data-slide-num="1"] {
    background-image: url(/images/pcb-main-hero-image-test2.png);
}

.interact-img[data-slide-num="2"] {
    background-image: url(/images/pcb-main-hero-image-test1.png);
}

.popup {
    opacity: 0;
    transition: opacity 0.1s ease-in;
    position: absolute;
    right: 100%;
    display: flex;
    /* pointer-events: none; */
    width: 600px;
    height: fit-content;
    padding: 8px 16px;
    background-color: var(--white);
    border-radius: 8px;
    flex-direction: column;
    z-index: -10;
    outline: 2px solid var(--orange);
    cursor: auto;
    pointer-events: none;
}

.popup h3 {
    font-size: 1.7rem;
    color: var(--purple);
    margin: 0px 0px 0px 0px;
}

.popup h4 {
    font-size: 1.4rem;
    margin: 0;
    color: var(--orange);
    margin: 0px 0px 10px 0px;
}

.popup p {
    font-size: 1rem;
    color: var(--black);
}

.popup-btn {
    position: absolute;
    transform: translate(-50%, -50%);
    /* padding: 0px 0px 30px 30px */
}

.popup-btn .btn-container {
    box-sizing: content-box;
    /* position: absolute; */
    display: flex;
    cursor: help;
    border-radius: 1000px;
    width: 50px;
    background-color: var(--orange);
    box-shadow: 0px 0px 1px 1px #0000001a;
    border-radius: 1000px;
}

.popup-btn .btn-container svg {
    transition: scale 0.1s ease-in-out;
}

.popup-btn .btn-container:hover svg {
    scale: 0.7;
}

.popup-btn:hover > .popup {
    opacity: 1;
    z-index: 1000;
}

.pulse {
    animation: pulse-animation 2s infinite;
}

@keyframes pulse-animation {
    0% {
        /* box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2); */
        box-shadow: 0 0 0 0px rgba(20, 24, 87, 0.4);
    }

    100% {
        /* box-shadow: 0 0 0 20px rgba(0, 0, 0, 0); */
        box-shadow: 0 0 0 20px rgba(20, 24, 87, 0);
    }
}

/* Fixes the overlapping of the hero image popup text and the about section, when a popup is being hovered, the about section is moved to the back. */
.interact-parent:has(.popup-btn:hover) + .about-section {
    position: relative;
    z-index: 1;
}

/* START INTERACT IMAGE BTN POSITIONS */
.interact-img[data-slide-num="1"] .popup-btn.one {
    margin-top: 26%;
    margin-left: 22%;
}

.interact-img[data-slide-num="1"] .popup-btn.two {
    margin-top: 44%;
    margin-left: 59%;
}

.interact-img[data-slide-num="1"] .popup-btn.three {
    margin-top: 14%;
    margin-left: 68%;
}

/* ------------------------------------------------------ */
.interact-img[data-slide-num="2"] .popup-btn.one {
    margin-top: 26%;
    margin-left: 22%;
}

.interact-img[data-slide-num="2"] .popup-btn.two {
    margin-top: 43%;
    margin-left: 77%;
}

.interact-img[data-slide-num="2"] .popup-btn.three {
    margin-top: 14%;
    margin-left: 68%;
}

/* *END* INTERACT IMAGE BTN POSITIONS */
/* START INTERACT IMAGE ANIMATIONS */
.interact-img.state-active {
    transform: translateX(0);
    opacity: 1;
    pointer-events: auto;
}

.interact-img.state-exit {
    transform: translateX(200%);
    opacity: 0;
    pointer-events: none;
}

.interact-img.state-waiting {
    transform: translateX(-200%);
    opacity: 0;
    pointer-events: none;
}

/* *END* INTERACT IMAGE ANIMATIONS */
/* *END* interact-img & popup */
/* START PARALLAX */
.parallax {
    background-size: cover;
    background-repeat: no-repeat;
    background-color: var(--purple);
    background-attachment: fixed;
    background-position: center center;
}

.parallax.home-page {
    /* background-color: var(--purple); */
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/images/home-page-bg-parallax.png');
}

/* *END* PARALLAX */
/* START BUTTONS */
.button {
    background-color: var(--orange);
    color: var(--white);
    outline: 2px solid var(--purple);
    font-size: 1.3rem;
    padding: 12px 20px;
    border-radius: 8px;
    cursor: pointer;
    transition: none;
    border: none;
    margin: 0.5em 0em 0.5em 0em;
    text-decoration: none;
}

#content-container .button {
    font-size: 1.2rem;
}

.button:hover,
.button:focus {
    outline: 2px solid var(--orange);
    color: var(--white);
    background-color: var(--purple);
    border: none;
}

.button:has(+ .button) {
    margin-right: 20px;
}

/* *END* BUTTONS */
/* BEGIN NEW Google Search Bar */
.gsst_a {
    color: var(--purple) !important;
    background: none !important;
}

nav ul.secondary-links li.google-search-bar {
    display: flex;
    min-width: 242px;
}

.gsc-tabHeader.gsc-tabhActive,
.gsc-tabHeader.gsc-tabhInactive {
    padding: 5px !important;
    border-radius: 3px;
    color: var(--black) !important;
}

td.gsc-input {
    background-image: none !important;
}

#gsc-i-id1::before,
#gsc-i-id1::after,
#gsc-i-id1:hover::before,
#gsc-i-id1:hover::after {
    display: none !important;
}

.gsib_a::before {
    cursor: text !important;
    display: none !important;
}

.gsib_a::before:hover {
    display: none !important;
}

.gsc-control-cse {
    padding: 0px !important;
    border: none !important;
}

.gsc-tabsArea {
    padding: 15px 0px;
}

#gcse-close-btn {
    margin: 0px 10px !important;
}

.gsc-above-wrapper-area,
.gsc-tabsArea {
    border-bottom: 1px solid var(--black) !important;
}

div.gsc-above-wrapper-area {
    max-width: 100% !important;
}

.quick-links li:last-of-type {
    min-width: 257.15px
}

.gsc-wrapper {
    transition: opacity .4s ease, visibility 0s linear .4s, transform .4s ease;
    max-width: 800px !important;
}

.gcse-container-wrapper {
    z-index: 101 !important;
    background-color: var(--white);
    margin-top: var(--nav-bar-margin) !important;
    height: calc(100vh - var(--nav-bar-margin)) !important;
    overflow-y: scroll !important;
    direction: rtl !important;
    position: fixed !important;
    top: 0;
    right: -800px;
    min-width: 800px;
    max-width: 800px;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition: opacity .4s ease, visibility 0s linear .4s, transform .4s ease;
    border-left: 3px solid var(--purple)
}

.gcse-container-wrapper * {
    direction: ltr !important;
}

.gcse-hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateX(0)
}

#content-container {
    position: relative;
    display: flex;
    width: 100%
}

#content-container > .grid-x,
#content-container > div.small-11.medium-11.large-9.cell,
footer {
    transition: transform .4s ease;
    position: relative
}

#content-container > .gcse-container-wrapper {
    flex: 0 0 100%;
    position: relative
}

#content-container.search-active > .hero-background-image,
#content-container.search-active > div.small-11.medium-11.large-9.cell,
#content-container.search-active > .grid-x {
    transform: translateX(-800px)
}

body:has(.search-active) footer {
    transform: translateX(-800px)
}

#content-container.search-active > .gcse-container-wrapper {
    transform: translateX(-800px);
    z-index: 1
}

#recaptcha-wrapper {
    margin-top: 0 !important;
}

.gsib_b {
    position: absolute;
    margin-left: auto;
    display: flex !important;
    padding: 0 !important;
    align-items: center;
    margin-top: auto !important;
    margin-bottom: auto !important;
    width: fit-content !important;
    height: fit-content !important;
}

.gcsc-find-more-on-google-branding,
.gcsc-branding {
    display: none !important;
}

.gsib_b * {
    padding: 0 !important;
}

.gstl_50 > tbody > tr {
    display: flex !important;
    justify-content: flex-end !important;
    align-items: center !important;
}

.gsc-search-box.gsc-search-box-tools {
    margin: 0 !important;
}

.gsc-search-box tbody tr {
    background: transparent !important;
    display: flex;
    flex-direction: row;
    align-items: center;
}

table.gsc-search-box,
table.gsc-search-box tbody {
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
}

.gstl_50.gssb_c {
    left: auto !important;
    right: 61px !important;
    position: fixed !important;
    width: fit-content !important;
}

.gstl_50 tbody {
    background: var(--white)
}

input.gsc-input {
    background: none !important;
    border: 1px solid var(--purple) !important;
}

.gsc-input table {
    margin: 0 !important;
    border: none !important;
}

.gsib_a {
    padding: 0 !important;
    background-image: none !important;
}

.gsib_a input {
    padding: 1px 6px !important;
}

.gsst_a {
    display: flex !important;
    justify-content: center !important;
    align-items: center
}

#___gcse_0 .gsst_a .gscb_a {
    color: var(--purple) !important;
    font-size: 2rem !important;
    padding: 0 5px !important;
}

.gscb_a {
    background: none !important;
    height: fit-content !important;
    width: fit-content !important;
}

.gsc-control-cse,
.gsc-results-wrapper-visible {
    background-color: var(--white) !important;
}

.gsc-control-cse table {
    all: unset
}

.gsc-result-info {
    padding: 4px !important;
}

.gsc-input {
    padding: 0 !important;
}

.gstl_50 tr input {
    background: var(--white) !important;
    cursor: text;
    transition: all .1s ease
}

.gsc-input-box input:hover {
    background: var(--off-white) !important;
}

.gsc-input-box input::placeholder {
    content: "";
}

.gstl_50.gssb_c {
    display: block !important;
}

.gssb_a {
    padding: 0 !important;
}

.gssb_a table tr td {
    padding: 0 7px !important;
    height: fit-content !important;
    font-weight: bold;
    color: var(--black);
}

tr.gsc-completion-selected .gssb_a table tr td {
    background: var(--orange) !important;
    color: #fff !important;
    cursor: pointer
}

table.gsc-completion-container tbody tr:nth-child(2n) {
    background: #fff
}

.gssb_a img {
    display: none !important;
}

#___gcse_0 {
    padding: 0 !important;
}

#___gcse_0 svg {
    width: 17px !important;
    height: 17px !important;
}

#___gcse_0 .gsc-search-button button {
    margin: 0 !important;
    padding: 5px 5px 5px 5px !important;
}

#___gcse_0 .gsc-search-button {
    padding: 0 0 0 5px !important;
    display: flex !important;
    width: fit-content;
    margin-bottom: 2px;
}

#___gcse_0 input {
    padding: 2px 22px 2px 5px !important;
    font-size: .875rem !important;
}

.gsc-search-button-v2 {
    border: none !important;
    background-color: var(--purple) !important;
    cursor: pointer !important;
}

table.gstl_50,
.gsc-option-menu {
    z-index: 9999 !important;
}

table.gsc-search-box,
table.gsc-search-box tbody {
    background: none !important;
}

.gsc-option-menu {
    top: 33px !important;
}

.gsc-input-box {
    width: 200px;
    max-width: 75vw;
    background: transparent
}

a.gs-title:hover,
a.gs-title:hover * {
    color: var(--orange)
}

.gs-web-image-box .gs-image,
.gs-promotion-image-box .gs-promotion-image {
    max-width: 300px !important;
    max-height: 600px !important;
}

.gs-web-image-box,
.gs-promotion-image-box {
    width: 300px !important;
}

/*
.gs-snippet { font-size: 1.3rem !important; }
*/
.gs-title * {
    font-size: 1.375rem !important;
}

.gsc-tabsArea {
    margin-top: 0px !important;
}

.gsc-tabHeader {
    padding: 5px 0 !important;
    margin: 0px 0px 0px 15px !important;
}

.gs-bidi-start-align.gs-snippet {
    font-size: 1.03rem;
    color: var(--black) !important;
}

.gs-text-box .gs-bidi-start-align.gs-snippet {
    color: var(--white) !important;
}

.gs-webResult div.gs-visibleUrl {
    font-size: .938rem;
    color: var(--orange) !important;
    font-weight: bold
}

.gsc-thumbnail {
    display: none !important;
    margin: 10px 0
}

.gsc-thumbnail img,
img.gs-image {
    border: 1px solid var(--black) !important;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, .5) !important;
    transition: all .25s ease !important;
}

.gsc-thumbnail:focus img,
img.gs-image:focus,
a:focus .gsc-thumbnail img {
    box-shadow: 2px 2px 2px rgba(0, 0, 0, .5) !important;
}

.gsc-thumbnail:hover img,
img.gs-image:hover {
    box-shadow: 3px 3px 3px rgba(204, 51, 51, .5) !important;
}

.gsc-thumbnail:focus img,
img.gs-image:focus {
    box-shadow: 2px 2px 2px rgba(204, 51, 51, .5) !important;
}

.gsc-webResult.gsc-result {
    margin: 0;
    padding: 10px 0px 20px 15px !important;
}

.gsc-input-box {
    border: none !important;
}

.gsc-input-box input:focus {
    background-color: var(--grey) !important;
    border: 1px solid var(--purple) !important;
}

.gs-imageResult-popup .gs-image-popup-box {
    width: calc(100% - 10px) !important;
}

.gcsc-more-maybe-branding-root {
    display: none !important;
}

.gsc-tabData.gsc-tabdActive {
    margin-top: 10px;
}

.gs-imagePreviewArea {
    background: var(--purple) !important;
    height: auto !important;
    position: relative !important;
    min-height: fit-content !important;
    margin: 20px 0;
    border: 1px solid var(--black) !important;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, .5) !important;
    transition: all .25s ease !important;
}

.gs-imagePreviewArea:has(img:hover) {
    box-shadow: 3px 3px 3px rgba(204, 51, 51, .5) !important;
}

.gs-imagePreview:not([src$=".svg"]) {
    width: min-content
}

.gs-previewSnippet {
    margin: 0 30px !important;
}

.gs-previewUrl,
.gs-previewDescription {
    display: none !important;
}

.gs-previewLink {
    display: inline-block
}

.gs-imagePreviewArea a:has(img) {
    height: fit-content !important;
}

.gs-selectedImageResult {
    height: fit-content !important;
}

.gs-result.gs-imageResult.gs-imageResult-popup {
    width: fit-content !important;
}

.gs-closeButton {
    cursor: pointer
}

.hero-background-image {
    transition: transform .4s ease !important;
}

@media screen and (max-width:1023px) {

    #content-container.search-active > .hero-background-image,
    #content-container.search-active > div.small-11.medium-11.large-9.cell,
    #content-container.search-active > .grid-x,
    body:has(.search-active) footer,
    #content-container.search-active > .gcse-container-wrapper {
        transform: translateX(-100%) !important
    }

    .gcse-container-wrapper {
        right: -100% !important;
        min-width: 100% !important;
        max-width: 100% !important
    }

    #___gcse_0 .gsc-search-button {
        padding: 0 5px 0 0 !important
    }

    #___gcse_0 .gsc-search-button button {
        margin: 2px 2px 2px 0 !important
    }

    .gstl_50.gssb_c {
        right: 84px !important
    }

    .gsc-expansionArea .gsc-imageResult:has(img.gs-image) {
        display: flex;
        justify-content: center
    }

    .gs-mobilePreview {
        background: var(--purple) !important
    }

    .gs-previewSnippet {
        background: transparent !important
    }

    .gs-previewVisit {
        background: var(--orange) !important;
        color: var(--white) !important;
        border-radius: 8px !important
    }

    .gs-previewLink {
        width: 100% !important;
        margin: 50px 0 0 0 !important
    }

    .gs-imagePreview {
        width: 100% !important;
        padding: 0 !important
    }

    .gs-closeButton {
        fill: var(--orange) !important;
        background: var(--white);
        border-radius: 1000px;
        margin: 10px;
        padding: 0 !important;
        cursor: pointer
    }
}

/* END NEW Google Search Bar */
/* HR Styles - General*/
hr {
    width: 100%;
    max-width: 100%;
    margin: 1.4em 0em 0.5em 0em;
    border: solid var(--purple);
    border-width: 2px 0 0;
    height: 0;
}

/* Breadcrumb Styles - General */
ul.breadcrumbs {
    margin-top: 1.5em;
    margin-bottom: 2em;
}

ul.breadcrumbs li,
ul.breadcrumbs li a {
    color: var(--purple);
}

ul.breadcrumbs li:last-child a {
    color: var(--orange);
    text-decoration: underline;
}

/* Add to Any Styles - General */
html[data-theme="dark"] .add-to-any .a2a_button_x > span.a2a_s_x {
    box-shadow: inset 0 0 0 1px #fff;
    border-radius: 4px;
}

.add-to-any > div {
    min-width: 144px;
    min-height: 32px;
}

.add-to-any {
    display: flex;
    margin-top: 1.1em;
    height: fit-content;
}

.add-to-any small {
    color: var(--orange);
    font-weight: bold;
    margin: auto;
    margin-right: 0.5em;
    font-size: 0.8rem;
}

.add-to-any * {
    transition: all 0.25s ease;
}

/* Slidebox */
#slidebox .grid-x.align-center-middle {
    justify-content: space-between;
}

#slidebox {
    background-color: var(--white);
    position: fixed;
    bottom: 30px;
    right: -556px;
    width: 556px;
    border: 2px solid var(--red);
    padding: 5px 20px 10px 20px;
    z-index: 1000;
    transition: right 0.5s ease-in-out;
}

#slidebox a.close {
    font-size: 2rem;
    display: block;
    text-align: center;
}

#slidebox h2 {
    color: var(--blue);
}

/* Video Sidebar */
/* .video-sidebar { display: flex; flex-direction: column; align-items: center; }
*/
.sidebar.video-sidebar .youtube-lazy-container,
.sidebar.video-sidebar iframe {
    /* width: auto; */
    /* height: 62vh; */
    aspect-ratio: 9 / 16 !important;
    margin-top: 0;
}

/* END Video Sidebar */
/* YouTube Stuff */
/* Lazy Load Iframe */
.youtube-lazy-container {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    cursor: pointer;
    overflow: hidden;
    background-color: #000;
    outline: 2px solid var(--blue);
    margin: 0px 0px 10px 0px;
}

/* .image-grid .youtube-lazy-container { margin: 30px 0px 10px 0px; }
*/
.sidebar .youtube-lazy-container {
    aspect-ratio: 9 / 16;
}

.youtube-lazy-thumb {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    margin: 0 !important;
    display: block !important;
}

.youtube-lazy-play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    background-image: url('data:image/svg+xml; utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 68 48"><path d="M66.52,7.74c-0.78-2.93-2.49-5.41-5.42-6.19C55.79,.13,34,0,34,0S12.21,.13,6.9,1.55C3.97,2.33,2.27,4.81,1.48,7.74C0.06,13.05,0,24,0,24s0.06,10.95,1.48,16.26c0.78,2.93,2.49,5.41,5.42,6.19C12.21,47.87,34,48,34,48s21.79-0.13,27.1-1.55c2.93-0.78,4.64-3.26,5.42-6.19C67.94,34.95,68,24,68,24S67.94,13.05,66.52,7.74z" fill="%23cc3333"/><path d="M 45,24 27,14 27,34" fill="%23fff"/></svg>');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.youtube-lazy-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.youtube-lazy-iframe.loaded {
    opacity: 1;
}

/* Video Player */
iframe,
.youtube-lazy-container {
    border: none;
    outline: 2px solid var(--purple);
}

iframe + small,
iframe + a,
.youtube-lazy-container + small,
.youtube-lazy-container + a {
    font-size: 0.95rem;
}

.media-player.short,
.youtube-lazy-container.short {
    aspect-ratio: 9 / 16;
}

.media-player,
.youtube-lazy-container {
    margin: 1em 0 0.5em 0;
    width: 100%;
    aspect-ratio: 16 / 9;
    height: fit-content;
}

.media-player:has(+ small),
.media-player:has(+ a),
.media-player:has(+ p) {
    margin: 1em 0 0.3em 0;
}

.media-player + small,
.media-player + a,
.media-player + p {
    margin-bottom: 1.5em;
}

.youtube-lazy-container:has(+ small),
.youtube-lazy-container:has(+ a),
.youtube-lazy-container:has(+ p) {
    margin: 1em 0 0.6em 0;
}

.youtube-lazy-container + small,
.youtube-lazy-container + a,
.youtube-lazy-container + p {
    margin-bottom: 1.5em;
}

/* END YouTube Stuff */
/* Sidebar Styles - General*/
.sidebar:has(> .hbspt-form) {
    position: relative;
    border: 1px solid var(--black);
    border-radius: 20px;
    background-color: var(--white);
    color: var(--black);
    padding: 15px 25px 20px 25px;
    margin: 0 auto;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
    /* display: flex;
    flex-direction: column;
    align-items: center; */
}

.sidebar:has(> .hbspt-form) .input {
    margin-right: 0px !important;
}

.sidebar:has(> .hbspt-form) .form-columns-2 div:not(:last-of-type) .input {
    margin-right: 8px !important;
}

.sidebar:has(> .hbspt-form) .input {}

.sidebar:has(> .hbspt-form) .hs-input {
    width: 100% !important;
}

.sidebar:has(> .hbspt-form) h4 {
    color: var(--orange);
    font-family: 'Helvetica', arial, sans-serif;
    font-size: 1.25rem;
    font-weight: bold;
    text-align: center;
    margin: 0;
}

.sidebar:has(> .hbspt-form) p {
    font-size: 0.9rem;
    text-align: center;
}

.sidebar > ul > li > ul {
    /* margin: 3% 5%; */
    margin: 3% 5% 3% 7% !important;
    list-style-type: circle;
}

.sidebar > ul > li > ul > li::marker {
    color: var(--purple);
    transition: all 0.15s ease;
}

.sidebar > ul > li > ul:not(.no-drop-down ul):not(ul:has(li.active)) {
    display: none;
}

.sidebar > ul > li > ul > li > a {
    line-height: 1;
    text-decoration: none;
    display: block;
    /* padding: 0.5em 0em; */
    padding: 0.5em 0em 0.3em 0.5em;
}

.sidebar {
    background-color: var(--white);
    height: fit-content;
}

.sidebar h4 {
    font-size: 1.3rem;
    color: var(--black);
    margin: 0 0 0.5em 0;
    font-weight: bold;
}

.sidebar h5 {
    font-size: 1.0625rem;
    color: var(--white);
    margin-bottom: 0px;
    padding: 0;
}

.sidebar .title {
    background-color: var(--black);
}

.sidebar ul.sidebar-nav li a {
    background-color: none;
    text-decoration: none;
    color: var(--purple);
}

.sidebar ul.sidebar-nav li.active a.title {
    background-color: var(--purple);
    transition: background-color 0.15s ease;
}

/* .sidebar ul.sidebar-nav li.active a.title:hover { background-color:var(--orange); }
*/
.sidebar ul.sidebar-nav li[aria-expanded="true"] a.title {
    background-color: var(--orange);
}

.sidebar ul.sidebar-nav li ul.nested li.active a {
    background-color: var(--white);
    color: var(--orange);
}

.sidebar p {
    font-size: 0.9rem;
    margin: 15px 0px 15px 0px;
}

.sidebar p a {
    text-decoration: none;
}

/*.sidebar p a:hover { text-decoration: underline; }
*/
.sidebar .button {
    font-size: 1rem;
    padding: 15px 20px;
    margin-bottom: 0.5rem;
}

.sidebar img + .button,
.sidebar a:has(img) + .button {
    margin-top: 15px;
}

.sidebar ul.sidebar-nav {
    width: 100%;
}

.sidebar ul.sidebar-nav li a:hover {
    color: var(--orange);
}

.sidebar ul.sidebar-nav ul {
    width: 90%;
}

.sidebar ul.accordion-menu > li > a.title {
    color: var(--white);
}

.sidebar ul.accordion-menu > li > a.title:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    color: var(--white);
    border: solid 7px;
    border-color: transparent transparent transparent var(--white);
    position: absolute;
    left: 0;
    top: 14px;
}

.sidebar .accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
    border-color: var(--white) transparent transparent transparent;
}

/* Use this class on .sidebar when you want it to look like the old site when there are no drop downs in the sidebar */
.sidebar.no-drop-down .title {
    user-select: none !important;
    background-color: var(--orange) !important;
    padding: 0.7rem 1rem;
    color: var(--white);
    /* font-weight: bold !important; */
    /* font-size: 1.25rem; */
    font-size: 1.0625rem;
}

h5.title + p {
    margin: 15px;
}

.sidebar h4 + p {
    margin-top: 0px;
}

.sidebar a.button + small {
    padding-bottom: 0;
}

.sidebar a.button + small + small {
    padding: 0;
}

.sidebar.no-drop-down hr {
    margin: 0.5em 0 1em 0;
}

.sidebar.no-drop-down .title::after,
.sidebar.no-drop-down .title::before {
    display: none !important;
}

/* Mini side-nav styles (The ones that are always open) */
.side-nav {}

/* List Nav Styles - General */
.list-nav {
    margin-top: 2em;
}

/* SideSocials Styles - General */
.side-socials h4 {
    font-size: 1.3rem;
    color: var(--black);
    margin: 0 0 0.5em 0;
    font-weight: bold;
}

.side-socials h5 {
    font-size: 1.0625rem;
    color: var(--white);
    margin-bottom: 0px;
}

.side-socials p {
    font-size: 0.9rem;
}

.side-socials p a {
    text-decoration: none;
}

.menu a,
.menu .button {
    line-height: 1;
    text-decoration: none;
    display: block;
    padding: 11.2px 16px;
}

/* Callout Styles - General */
.callout {
    position: relative;
    border: 1px solid var(--black);
    border-radius: 20px;
    background-color: var(--white);
    color: var(--black);
    margin: 0 0 1rem 0;
    padding: 0.75rem 1.0rem;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.callout h4 {
    color: var(--orange);
    font-family: 'Helvetica', arial, sans-serif;
    font-size: 1.25rem;
    font-weight: bold;
    text-align: center;
    margin: 0;
}

.callout p {
    font-size: 0.9rem;
    text-align: center;
}

.sidebar small {
    font-size: 0.9rem;
    padding-top: 0.5rem;
    padding-bottom: 0.25rem;
}

/* Image Card Styles - General */
.card h2,
.card h3,
.card h4 {
    padding: 1rem 0rem 0rem 0em;
}

.card,
div.cell.card {
    margin: 0;
}

/* Checkboxes - General */
/* .no-cbx span:has(svg) { display: none; }
*/
.checkbox-wrapper abbr[title] {
    border-bottom: 1px dotted var(--white);
}

.no-cbx .checkbox-wrapper .cbx {
    display: flex;
    align-items: center;
    justify-content: center;
}

.no-cbx .checkbox-wrapper .cbx span {
    margin: 0;
    padding: 10px 20px;
    min-width: 100% !important;
}

.no-cbx .checkbox-wrapper .cbx:hover {
    color: var(--white);
}

.filters {
    display: flex;
    flex-direction: row;
}

.filters-container {
    /* background-color: var(--purple); */
    margin: 20px 0px;
}

.filters h4 {
    margin: 0;
}

.checkbox-wrapper {
    display: flex;
    margin: 3px 0px;
    justify-content: center;
    width: calc(100% / 4);
}

@media screen and (max-width: 1023px) {
    .filters {
        justify-content: flex-start;
    }

    .checkbox-wrapper .cbx {
        text-align: left;
    }

    .checkbox-wrapper {
        justify-content: flex-start;
        width: calc(100% / 3);
    }
}

.checkbox-wrapper * {
    box-sizing: border-box;
    margin: 0px;
}

.checkbox-wrapper .cbx {
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
    padding: 6px 8px;
    border-radius: 6px;
    overflow: hidden;
    transition: all 0.2s ease;
    color: var(--white);
    font-size: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.checkbox-wrapper .cbx:not(:last-child) {
    margin-right: 0;
}

.checkbox-wrapper .cbx:hover {
    color: var(--orange);
}

.checkbox-wrapper .cbx span {
    float: left;
    vertical-align: middle;
    transform: translate3d(0, 0, 0);
}

.checkbox-wrapper .cbx span:last-of-type {
    margin-top: 5px;
}

.checkbox-wrapper .cbx span:first-child {
    position: relative;
    min-width: 18px;
    min-height: 18px;
    border-radius: 4px;
    transform: scale(1);
    border: 1px solid #cccfdb;
    transition: all 0.2s ease;
    box-shadow: 0 1px 1px rgba(0, 16, 75, 0.05);
    flex: 0 0 100%;
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.checkbox-wrapper .cbx span:first-child svg {
    position: absolute;
    top: 3px;
    left: 2px;
    fill: none;
    stroke: var(--white);
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 16px;
    stroke-dashoffset: 16px;
    transition: all 0.3s ease;
    transition-delay: 0.1s;
    transform: translate3d(0, 0, 0);
}

.checkbox-wrapper .cbx span:last-child {
    line-height: 18px;
}

.checkbox-wrapper .cbx:hover span:first-child {
    border-color: #07f;
}

.checkbox-wrapper .inp-cbx {
    position: absolute;
    visibility: hidden;
}

/* Dropdown select input field search / filter system */
.search-dropdown-wrapper {
    position: relative;
    max-width: 400px;
    /*   max-width: 1100px; */
    margin-bottom: 1.5rem;
}

#filter-suggestions {
    border: 1px solid var(--black);
    border-top: 0px;
    width: calc(103% - 49px);
}

#filter-suggestions.hide {
    display: none !important;
}

#filter-suggestions.show {
    display: block !important;
}

.search-dropdown-wrapper:has(ul#filter-suggestions.show) #ebook-filter-input {
    border-radius: 6px 6px 0px 0px;
}

#ebook-filter-input {
    width: 100%;
    padding: 0.6rem 0.75rem;
    border: 1px solid var(--purple);
    border-radius: 6px;
    font-size: 0.95rem;
    outline: none;
    transition: 0.2s ease;
    position: relative;
    z-index: 11;
}

#ebook-filter-input::placeholder {
    font-size: 0.95rem;
}

#ebook-filter-input:focus {
    border-color: var(--purple);
}

.suggestions-list {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 10;
    display: none;
    background-color: var(--white);
    border: 1px solid var(--white);
    border-top: none;
    border-radius: 0 0 6px 6px;
    max-height: 240px;
    overflow-y: auto;
    list-style: none;
    margin: 0;
    padding: 0;
    /* box-shadow: 0 0 5px var(--black); */
}

.suggestions-list li {
    padding: 7px 13px;
    cursor: pointer;
    font-size: 0.95rem;
    transition: 0.15s ease;
    border-bottom: 1px solid var(--white);
}

.suggestions-list li:last-child {
    border-bottom: none;
}

.suggestions-list li:hover {
    background-color: var(--white);
    color: var(--orange);
}

/* End of dropdown select input field search / filter system */
/* Design Guides - Design Guides */
.design-guides a,
.resources a {
    text-decoration: none;
}

.design-guides a:hover h3,
.resources a:hover h3 {
    color: var(--purple);
    text-decoration: underline;
}

.design-guides .item,
.resources .item {
    height: 100%;
    width: 75%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.design-guides div.cell,
.resources div.cell {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.design-guides .button {
    margin: 0.3em 0em;
}

.design-guides h3,
.resources h3 {
    padding: 15px 0px;
    margin: 0;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

.design-guides .button {
    font-size: 1rem;
    padding: 0.8em 0.8em;
}

.design-guides img {
    margin-bottom: 0 !important;
}

@media screen and (min-width:1023px) {
    .design-guides h3 {
        font-size: 1.1rem;
    }

    .design-guides .button,
    .design-guides .button {
        font-size: 1rem;
    }
}

@media screen and (max-width:1023px) {
    .design-guides h3 {
        font-size: 1rem;
    }

    .design-guides .button,
    .design-guides .button {
        font-size: 1rem;
        margin: 0.5em 0em;
    }
}

/* Resources - General */
/* Alternative to design guides, main difference is shorter h3 tags with more margin on top*/
.resources .button {
    margin: 0.3em 0em;
    font-size: 1rem;
}

.resources .button {
    font-size: 1rem;
    padding: 0.8em 0.8em;
}

.resources img {
    margin-bottom: 0 !important;
}

@media screen and (min-width:1023px) {
    .resources h3 {
        font-size: 1.1rem;
    }

    .resources .button,
    .resources .button {
        font-size: 1rem;
    }
}

@media screen and (max-width:1023px) {
    .resources h3 {
        font-size: 1rem;
        margin-top: 10px;
    }

    .resources .button,
    .resources .button {
        font-size: 1rem;
        margin: 0.5em 0em;
    }
}

.checkbox-wrapper .inp-cbx:checked + .cbx span:first-child {
    background: var(--orange);
    border: 2px solid var(--white);
    animation: wave-4 0.4s ease;
}

.checkbox-wrapper .inp-cbx:checked + .cbx span:first-child svg {
    stroke-dashoffset: 0;
}

.checkbox-wrapper .inline-svg {
    position: absolute;
    width: 0;
    height: 0;
    pointer-events: none;
    user-select: none;
}

@media screen and (max-width: 1023px) {
    .checkbox-wrapper {
        width: calc(100% / 3);
    }
}

@media screen and (max-width: 640px) {
    .checkbox-wrapper .cbx {
        display: flex;
        flex-direction: row;
        text-align: left;
        justify-content: flex-start;
    }

    .checkbox-wrapper {
        justify-content: flex-start;
    }

    .filters {
        justify-content: flex-start !important;
    }

    .checkbox-wrapper {
        width: calc(100% / 2);
    }
}

@-moz-keyframes wave-4 {
    50% {
        transform: scale(0.9);
    }
}

@-webkit-keyframes wave-4 {
    50% {
        transform: scale(0.9);
    }
}

@-o-keyframes wave-4 {
    50% {
        transform: scale(0.9);
    }
}

@keyframes wave-4 {
    50% {
        transform: scale(0.9);
    }
}

.filter-row {
    display: flex;
    gap: 4px;
}

#filter-reset-btn {
    padding: 0px 0px 3px 0px;
    border: 1px solid var(--purple);
    height: 30px;
    width: 36px;
    align-items: center;
    border-radius: 6px;
    background: var(--white);
    font-size: 1.5rem;
    cursor: pointer;
    transition: 0.2s ease;
    white-space: nowrap;
}

#filter-reset-btn:hover {
    color: var(--orange);
    border-color: var(--orange);
}

#filter-reset-btn:active {
    transform: scale(0.97);
}

/* Standard Forms - General */
form {
    margin: 0;
}

label {
    color: var(--black);
    cursor: pointer;
    display: block;
    font-size: 0.75rem;
    font-weight: normal;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 2px;
}

label.right {
    float: none;
    text-align: right;
}

label.inline {
    line-height: 30px;
    margin: 0 0 12px 0;
}

.prefix,
.postfix {
    display: block;
    position: relative;
    z-index: 2;
    text-align: center;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    height: 30px;
    line-height: 29px;
}

a.button.prefix,
a.button.postfix {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

span.prefix,
span.postfix {
    background: var(--white);
    border: 1px solid var(--orange);
}

.prefix {
    left: 2px;
    -moz-border-radius-topleft: 2px;
    -webkit-border-top-left-radius: 2px;
    border-top-left-radius: 2px;
    -moz-border-radius-bottomleft: 2px;
    -webkit-border-bottom-left-radius: 2px;
    border-bottom-left-radius: 2px;
    overflow: hidden;
}

.postfix {
    right: 2px;
    -moz-border-radius-topright: 2px;
    -webkit-border-top-right-radius: 2px;
    border-top-right-radius: 2px;
    -moz-border-radius-bottomright: 2px;
    -webkit-border-bottom-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
    background-color: var(--white);
    font-family: inherit;
    border: 1px solid var(--black);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.75);
    display: block;
    font-size: 0.875rem;
    margin: 0 0 0 0;
    padding: 6px;
    height: 30px;
    width: 100%;
}

input[type="text"].oversize,
input[type="password"].oversize,
input[type="date"].oversize,
input[type="datetime"].oversize,
input[type="email"].oversize,
input[type="number"].oversize,
input[type="search"].oversize,
input[type="tel"].oversize,
input[type="time"].oversize,
input[type="url"].oversize,
textarea.oversize {
    font-size: 0.75rem;
    padding: 4px 6px;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus,
select:focus {
    background: var(--grey);
    color: var(--black);
    outline: none;
    border-color: var(--purple);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

input[type="text"][disabled],
input[type="password"][disabled],
input[type="date"][disabled],
input[type="datetime"][disabled],
input[type="email"][disabled],
input[type="number"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="time"][disabled],
input[type="url"][disabled],
textarea[disabled] {
    background-color: var(--white);
}

textarea {
    height: auto;
}

select {
    font-family: inherit;
    border: 1px solid var(--orange);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.75);
    display: block;
    font-size: 0.875rem;
    margin: 0 0 0 0;
    padding: 4px;
    height: 100%;
    width: 100%;
}

select:focus {
    outline: none;
}

input:-webkit-input-placeholder {
    font-size: 0.625rem;
    color: var(--black);
}

input:-moz-placeholder {
    font-size: 0.688rem;
    color: var(--black);
}

input::placeholder,
textarea::placeholder {
    color: var(--black);
    font-size: 0.85rem;
}

select::placeholder {
    color: var(--black);
    font-size: 0.85rem;
}

/* HubSpot Form Overides - General*/
.hs-recaptcha {
    margin-top: 20px;
}

.hs-form-required {
    color: var(--orange);
    font-size: 0.875rem;
    font-weight: bold;
}

.inline-form .hs-form-required {
    display: none;
}

ul.inputs-list {
    margin: 0;
}

.hs-error-msg {
    margin-top: 0;
}

ul.hs-error-msgs li,
ul.inputs-list li {
    list-style-type: none;
}

ul.hs-error-msgs li label {
    color: var(--orange);
}

ul.inputs-list li label {
    font-weight: normal;
}

.hs-richtext {
    color: var(--black);
    cursor: default;
    display: block;
    font-size: 0.938rem;
    font-weight: bold;
    text-align: left;
    margin-bottom: 2px;
}

.leadin-button {
    font-weight: bold;
}

.error input,
input.error,
.error textarea,
textarea.error {
    border-color: red;
    background-color: rgba(255, 0, 0, 0.1);
}

#content-container .hbspt-form {
    min-height: 200px;
}

#content-container .hbspt-form div.submitted-message {
    text-align: left;
}

.hbspt-form div.submitted-message {
    color: var(--orange);
    padding: 15px 0 15px 0;
    text-align: right;
    font-weight: bold;
}

.hbspt-form .cookie-reset-container {
    width: fit-content;
    text-align: left !important;
}

.actions {
    text-align: left;
    margin-top: 20px;
}

.footer .actions {
    text-align: left;
    margin-top: 0px;
}

ul.hs-error-msgs {
    margin: 0;
}

.hbspt-form fieldset:has(.field + .field) {
    display: flex;
    flex-direction: row;
    gap: 8px;
}

.hbspt-form .input {
    text-align: left;
    margin-right: 0 !important;
}

.hbspt-form .input input,
.hbspt-form .input select,
.hbspt-form .input textarea {
    width: 100% !important;
}

/* Callout HubSport Styles - General */
.callout.hs {
    background-color: var(--white);
}

.callout.hs small {
    text-align: center;
    font-style: italic;
}

.callout.hs h4 {
    text-align: center;
    color: var(--orange);
    margin: 0;
}

/* HubSpot Buttons - General*/
input.hs-button {
    width: auto;
    background: var(--orange);
    border: none;
    color: var(--white);
    cursor: pointer;
    display: inline-block;
    font-family: inherit;
    font-size: 0.75rem;
    font-weight: bold;
    line-height: 14px;
    margin: 0;
    outline: none;
    padding: 15px 20px 14px;
    position: relative;
    text-align: center;
    text-decoration: none;
    -webkit-transition: background-color 0.15s ease-in-out;
    -moz-transition: background-color 0.15s ease-in-out;
    -o-transition: background-color 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out;
    -moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
}

input.hs-button:hover {
    color: var(--white);
    background-color: var(--purple);
    text-decoration: none;
}

input.hs-button:focus {
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}

/*input.hs-button:focus { -webkit-box-shadow:0 0 4px var(--black), 0 1px 0 rgba(255, 255, 255, 0.5) inset; -moz-box-shadow:0 0 4px var(--black), 0 1px 0 rgba(255, 255, 255, 0.5) inset; box-shadow:0 0 4px var(--black), 0 1px 0 rgba(255, 255, 255, 0.5) inset; color:var(--white); }
*/
input.hs-button.large {
    font-size: 0.875rem;
}

/* Slidebox */
#slidebox .grid-x.align-center-middle {
    justify-content: space-between;
}

#slidebox {
    background-color: var(--white);
    position: fixed;
    bottom: 30px;
    right: -556px;
    width: 556px;
    border: 2px solid var(--orange);
    padding: 5px 20px 10px 20px;
    z-index: 1000;
    transition: right 0.5s ease-in-out;
}

#slidebox a.close {
    font-size: 2rem;
    display: block;
    text-align: center;
}

#slidebox h2 {
    color: var(--purple);
}

/* START FOOTER */
footer {
    background-color: var(--grey);
    width: 100%;
    position: relative;
    height: fit-content;
    border-top: 2px solid var(--orange);
}

.footer-content-container {
    display: flex;
    margin: 0 auto;
    align-items: flex-start;
    justify-content: center;
    width: 1450px;
    max-width: 95%;
}

footer h5 {
    font-weight: bold;
}

footer a {
    text-decoration: none;
    color: var(--purple);
}

footer .logo-container {
    width: 23vw;
    height: 100%;
    margin: auto 0;
}

footer .navigation-container {
    margin: 10px 0px 10px 0px;
    justify-content: space-between;
    flex-wrap: nowrap;
    display: flex;
    flex-direction: row;
    gap: 40px;
}

footer .navigation-container h5 {
    font-size: 1.1rem;
}

footer .navigation-container ul {
    list-style-type: none;
    font-size: 0.93rem;
    margin: 0;
}

footer .navigation-container ul li {
    margin-left: 0px;
    /* padding: 3px 0px; */
}

footer .navigation-container ul li a {
    display: inline-block;
    padding: 3px 0px;
}

footer > .grid-x {
    padding: 15px 30px;
}

footer .btm-bar {
    height: fit-content;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* border-top: 2px solid var(--orange); */
    background-color: var(--purple);
    color: var(--white);
}

footer .btm-bar small {
    font-size: 1rem;
    margin: 10px auto;
}

footer .btm-bar ul {
    display: flex;
    flex-direction: row;
    list-style-type: none;
    margin: 0px 0px 10px 0px;
}

footer .btm-bar ul li {
    display: flex;
    justify-self: stretch;
}

footer .btm-bar ul li a {
    color: var(--white);
    /* background-color: var(--orange); */
    /* border-radius: 5px; */
    /* border: 1px solid var(--white); */
    padding: 2px 5px;
    text-decoration: underline;
    font-size: 0.93rem;
}

footer .btm-bar ul li a:hover {
    color: var(--orange);
}

footer .btm-bar ul li:not(:last-of-type)::after {
    content: "|";
    margin: 0px 10px;
    line-height: 28px;
}

/* *END* FOOTER */
/* START SITEMAP */
ul.sitemap {
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    height: 500px;
    flex-wrap: wrap;
}

@media screen and (max-width: 800px) {
    ul.sitemap {
        width: 100%;
        height: fit-content;
        display: flex;
        flex-direction: column;
        height: fit-content;
        flex-wrap: wrap;
    }
}

ul.sitemap h4 {
    margin-top: 0.5rem;
    margin-bottom: 0;
}

ul.sitemap > li > ul {
    list-style: "\2937";
}

ul.sitemap ul {
    margin-top: -5px;
}

ul.sitemap li:has(> ul)::marker {
    content: normal;
}

/* *END* SITEMAP */
/* START RESPONSIVE STYLES */
/* If width of viewport is ___ OR LESS... */
@media screen and (max-width: 1360px) {

    /* START NAVIGATION RESIZE */
    header .logo-container {
        height: 100%;
    }

    header .logo-container .logo {
        height: 100%;
    }

    nav ul.main-links > li > a,
    nav ul.secondary-links li a,
    .gcse-searchbox {
        font-size: 1.25vw;
    }

    nav ul.main-links > li:not(:last-of-type)::after {
        margin-top: 1.1vw;
    }

    nav ul.main-links > li {
        margin-right: 2px;
    }

    /* *END* NAVIGATION RESIZE */
    /* START HERO RESIZE */
    .hero-banner h1 {
        font-size: 2rem;
    }

    .hero-banner p {
        font-size: 1rem;
    }

    .hero-banner .button {
        font-size: 1.05rem;
    }

    .hero-banner {
        height: fit-content;
        min-height: auto;
    }

    .hero-banner span {
        margin-bottom: 90px;
    }

    /* *END* HERO RESIZE */
    /* START ABOUT SECTION & PRODUCT SECTION RESIZE */
    .about-section h2,
    .product-section h2 {
        font-size: 1.9rem;
    }

    .about-section p,
    .product-section p {
        font-size: 1rem;
    }

    .product-section .product {
        border-radius: 12px;
        width: 20vw;
        height: 300px;
        min-width: 200px;
    }

    .product-section .product h3 {
        font-size: 1.2rem;
    }

    /* *END* ABOUT SECTION & PRODUCT SECTION RESIZE */
}

/* *END* RESPONSIVE STYLES */
@media screen and (max-width:1023px) {
    .sidebar:has(> .hbspt-form) {
        margin-top: 15px;
    }

    .sidebar .button {
        font-size: 1rem;
        padding: 10px 15px;
    }
}

@media screen and (max-width:1023px) {

    /* Sidebar Sizing */
    .sidebar {
        padding: 0;
        margin-top: 2em;
    }

    .sidebar .accordion-menu .nested.is-accordion-submenu {
        margin: 1.5% 2%;
    }
}

@media screen and (max-width: 640px) {
    ul.breadcrumbs {
        margin-top: 10px;
        margin-bottom: 1rem;
    }

    .add-to-any {
        margin-top: 3px !important;
    }
}

@media screen and (min-width: 0px) and (max-width: 639px) {

    /* GLOBAL MOBILE FONT SIZE -- FONT SIZE MOBILE */
    html {
        font-size: 0.9rem;
    }
}

@media screen and (min-width: 640px) and (max-width:1023px) {

    /* GLOBAL MOBILE FONT SIZE -- FONT SIZE MOBILE */
    html {
        font-size: 0.9rem;
    }
}

/* General Mobile Sizing */
@media screen and (max-width:1023px) {
    .info-wrapper {
        padding: 0px 30px;
    }

    .info-wrapper h2,
    .info-wrapper p {
        color: var(--white);
    }

    nav ul.main-links > li:not(:last-of-type)::after {
        margin-top: 14px;
    }

    .hero-banner h1 {
        width: 100%;
    }

    .hero-banner p {
        width: 100%;
    }

    .hero-banner span {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    .contact-us-list li i {
        margin-right: auto;
    }

    .contact-us-list li {
        width: 100%;
    }

    .contact-us-list li a {
        text-align: right;
    }

    .hbspt-form div.submitted-message {
        text-align: center;
    }

    .sidebar:has(> .hbspt-form) {
        margin-top: 15px;
    }

    .orbit.orbit:has(.sub-hero-banner) .orbit-previous,
    .orbit.orbit:has(.sub-hero-banner) .orbit-next {
        top: 70%;
    }

    .sidebar .button {
        font-size: 1rem;
        padding: 10px 15px;
    }

    .button {
        justify-self: center;
        padding: 10px 15px;
    }

    .orbit-wrapper .hero-banner-container {
        min-height: 450px;
    }

    #home-about h1 {
        font-size: 1.8rem;
    }

    #home-about h2 {
        font-size: 1.3rem;
    }

    #home-about p {
        font-size: 1rem;
    }

    .button {
        font-size: 1rem;
    }
}

/* Add to Any Mobile Sizing */
@media screen and (max-width:1023px) {
    .add-to-any {
        margin: 1.3rem 0rem 1rem 0rem;
        display: flex;
        flex-direction: column;
    }

    .add-to-any small {
        margin: 0em 0em 0.3em auto;
        white-space: nowrap;
    }

    .add-to-any > div {
        margin-left: auto;
        display: flex;
    }
}

/***LARGE SCREEN STYLES***/
@media only screen and (min-width:1024px) {
    #content-1 {
        background-image: url("/images/home-page-bg-3.jpg");
        background-repeat: no-repeat;
        background-position: right;
        background-size: cover;
        display: block;
        border-right: 2px solid var(--orange);
        border-bottom: 2px solid var(--orange);
    }

    #content-1-with-background,
    #content-2-with-background {
        height: 65vh;
        background-image: none;
        display: flex;
        align-items: center;
    }

    #content-1-with-background {
        min-height: 430px;
        background-color: var(--white);
        /* background: linear-gradient(rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4)), url("/images/high-technology-and-hdi-pcbs.jpg"); */
        background-repeat: no-repeat;
        background-position: right;
        background-size: cover;
    }

    #content-2-with-background {
        min-height: 430px;
        background-color: var(--white);
        /* background: linear-gradient(rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4)), url("/images/advanced-rigid-flex-pcbs.jpg"); */
        background-repeat: no-repeat;
        background-position: right;
        background-size: cover;
    }

    #content-2 {
        background-image: url("/images/home-page-bg-4.jpg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        display: block;
        border-left: 2px solid var(--orange);
        border-top: 2px solid var(--orange);
    }

    .info-wrapper {
        padding: 0;
        color: var(--black);
        color: var(--white);
        width: 85%;
        margin: 0 auto;
        text-align: center;
        height: 65vh;
    }

    .info-wrapper h2 {
        font-size: 2.2rem;
        color: var(--black);
    }

    .info-wrapper p {
        font-size: 1.2rem;
        color: var(--black);
    }

    body {
        padding-top: 0px;
    }
}

@media screen and (max-width:1023px) {

    /* Sidebar Sizing */
    .sidebar {
        padding: 0;
        margin-top: 2em;
    }

    .sidebar .accordion-menu .nested.is-accordion-submenu {
        margin: 1.5% 2%;
    }
}

/* Mobile Nav */
/* Mobile Only */
@media screen and (max-width: 1023px) {
    nav ul.main-links > li > ul > li:last-of-type {
        border-bottom: 1px solid var(--purple);
    }

    footer .logo-container {
        width: 50vw;
        height: 100%;
        margin: auto 0;
    }

    .mobile-nav .main-links > li.open > a {
        background-color: var(--purple);
        color: var(--white);
    }

    .hide-for-large {
        position: relative;
    }

    /* Hamburger */
    .hamburger-icon {
        width: 40px;
        height: 32px;
        cursor: pointer;
        position: relative;
        padding: 20px;
        box-sizing: content-box;
        z-index: 1001;
        margin-left: auto;
        display: flex;
        flex-direction: column;
    }

    .hamburger-icon > span {
        height: 3px;
        background-color: var(--purple);
    }

    .hamburger-icon > span:nth-of-type(2) {
        margin: auto 0;
    }

    .hamburger-icon::before,
    .hamburger-icon::after {
        content: '';
        position: absolute;
        left: 0;
        width: 100%;
    }

    .hamburger-icon::before {
        top: 8px;
    }

    .hamburger-icon::after {
        top: 19px;
    }

    /* Hidden by default */
    .mobile-nav {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #fff;
        z-index: 1000;
        box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
    }

    /* Open state */
    .mobile-nav.active {
        display: block;
    }

    /* Logo */
    .mobile-nav .logo-container {
        display: block;
        text-align: center;
        padding: 20px;
    }

    .mobile-nav .logo {
        max-width: 220px;
        height: auto;
    }

    /* Reset desktop nav styles */
    .mobile-nav nav,
    .mobile-nav ul,
    .mobile-nav li {
        width: 100%;
    }

    .mobile-nav ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .mobile-nav li {
        display: block;
    }

    .mobile-nav a {
        display: block;
        padding: 15px 20px;
        text-decoration: none;
        border-bottom: 1px solid #e5e5e5;
    }

    /* Secondary Links */
    .mobile-nav .secondary-links {
        border-top: 1px solid #e5e5e5;
    }

    .mobile-nav .secondary-links a {
        background: #f8f8f8;
    }

    /* Main Navigation */
    .mobile-nav .main-links > li > a {
        font-weight: 600;
        font-size: 1.3rem;
        border-radius: 0px;
        border-bottom: 1px solid var(--purple);
        width: 100vw;
    }

    .mobile-nav .main-links > li:first-of-type > a {
        border-top: 1px solid var(--purple);
    }

    /* Submenus */
    .mobile-nav .main-links li ul {
        display: none;
        position: static;
        padding: 0;
    }

    .mobile-nav .main-links li ul a {
        font-size: 0.95rem;
    }

    .mobile-nav ul.main-links > li > ul {
        flex-direction: column;
        border-radius: 0px;
        border-bottom: none;
        width: 100vw;
    }

    /* Fix desktop dropdown styling */
    .mobile-nav .main-links li:hover > ul {
        display: auto;
    }

    .mobile-nav .main-links > li > ul {
        display: none;
    }

    .mobile-nav .main-links > li.open > ul {
        display: block;
    }

    /* Styling */
    nav ul.main-links,
    nav ul.secondary-links {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }
}