
@font-face {
  font-family: 'Roboto Condensed';
  src: url('../fonts/RobotoCondensed/RobotoCondensed-SemiBold.woff2') format('woff2'), url('../fonts/RobotoCondensed/RobotoCondensed-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto Condensed';
  src: url('../fonts/RobotoCondensed/RobotoCondensed-Bold.woff2') format('woff2'), url('../fonts/RobotoCondensed/RobotoCondensed-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto Condensed';
  src: url('../fonts/RobotoCondensed/RobotoCondensed-Medium.woff2') format('woff2'), url('../fonts/RobotoCondensed/RobotoCondensed-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto Condensed';
  src: url('../fonts/RobotoCondensed/RobotoCondensed-ExtraBold.woff2') format('woff2'), url('../fonts/RobotoCondensed/RobotoCondensed-ExtraBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto Condensed';
  src: url('../fonts/RobotoCondensed/RobotoCondensed-Regular.woff2') format('woff2'), url('../fonts/RobotoCondensed/RobotoCondensed-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto/Roboto-Medium.woff2') format('woff2'), url('../fonts/Roboto/Roboto-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto/Roboto-Light.woff2') format('woff2'), url('../fonts/Roboto/Roboto-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto/Roboto-Bold.woff2') format('woff2'), url('../fonts/Roboto/Roboto-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto/Roboto-SemiBold.woff2') format('woff2'), url('../fonts/Roboto/Roboto-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto/Roboto-Regular.woff2') format('woff2'), url('../fonts/Roboto/Roboto-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


/* Reset CSS */

:root {
  --bs-primary-color: #0078C8;
  --bs-secondary-color: #6c757d;
  --bs-success-color: #28a745;
  --bs-info-color: #17a2b8;
  --bs-warning-color: #ffc107;
  --bs-danger-color: #dc3545;
  --bs-light-color: #f8f9fa;
  --bs-dark-color: #343a40;
  --bs-border-color: #707279;
  --bs-body-bg: #FFF;
  --bs-dark-body-bg: #141414;
  --bs-light-color: #e4dad1;
  --bs-light-color-hover: #CD412B;
  --bs-body-color: #e4dad1;
  --bs-card-bg: #1E1E1E;
  --bs-lighter-bg: #1e1f24;
  --rust-red: #CD412B;
  --rust-red-bright: #e7462d;
  --rust-green: #8CC256;
  --swiper-navigation-size: 35px;
  --roboto-condensed: 'Roboto Condensed', sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
  height: auto;
}

input, button, textarea, select {
  font: inherit;
}

button {
  cursor: pointer;
  background-color: transparent;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block
}

ul, ol, menu {
  list-style: none
}

input, select, button {
  vertical-align: middle;
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
}

html, body {
  min-height: 100%;
  font-size: 18px;
  font-family: Roboto, sans-serif;
  color: var(--bs-body-color);
  line-height: 1.5em;
  background-color: var(--bs-dark-body-bg);
}

@media only screen and (max-width: 2048px) {
  /* When switching from land to port on Android phones, some
			text elements don't auto resize to fit port mode.  Applying
			a transparent BG fixes this bug */
  h1, h2, h3, h4, h5, h6, p, ul, li {
    background: url(../images/transparentimage.png) 0 0 repeat;
  }
}

*:focus-visible {
  outline: -webkit-focus-ring-color auto 1px !important;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

  .visuallyhidden.focusable:active,
  .visuallyhidden.focusable:focus {
    position: absolute !important;
    clip: auto;
    overflow: visible;
    height: auto;
    width: auto;
    z-index: 10000002;
    cursor: pointer;
    background-color: #ffffff;
    padding: 15px;
    font-size: 23px;
    border: 1px solid #000;
    color: #000 !important;
  }

.swiper-button-next:focus-visible,
.swiper-button-prev:focus-visible,
.swiper-pagination-bullet:focus-visible {
  outline: -webkit-focus-ring-color auto 1px;
}

/* ----------------------------------------------------
		Start Headers
------------------------------------------------------- */

.roboCondensed {
  font-family: 'Roboto Condensed', sans-serif;
}

.robotoHeader {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #FFF;
}

h1 {
  width: 100%;
  margin: 0 auto 20px auto;
  font-weight: 600;
  font-size: 2em;
  line-height: 1.2em;
  text-align: center;
}

h2 {
  width: 100%;
  font-weight: 700;
  font-size: 1.8em;
  line-height: 1.2em;
  margin-bottom: 25px;
  text-align: center;
}

h3 {
  font-size: 1.2em;
  margin-bottom: 10px;
}

@media (min-width: 767px) {
  h1 {
    font-size: 2.45em;
  }

  h2 {
    font-size: 2em;
  }
}

@media (min-width: 1200px) {
  h1 {
    font-size: 2.75em;
  }

  h2 {
    font-size: 2.45em;
  }
}

/* ----------------------------------------------------
		End Headers
------------------------------------------------------- */

a:link,
a:visited,
a:active,
a:hover {
  color: var(--bs-primary-color);
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

a.disabled {
  cursor: default;
}

strong {
  /*font-family: Arial, sans-serif;*/
}

input[type=text],
input[type=date],
input[type=email],
input[type=tel],
input[type=password],
textarea,
select {
  width: 100%;
  max-width: 100%;
  font-family: Arial, sans-serif;
  padding: 7px 0 7px 8px;
  color: #151c22;
  font-size: 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #0e151b;
  -webkit-appearance: none;
  -moz-appearance: none;
}

textarea {
  width: 100% !important;
  height: 150px;
  max-height: 300px;
  padding-right: 7px;
  line-height: 1.5em;
}

/* Set default select background */
select {
  background: transparent url(../images/caret-dropdown.svg) 95% 7px no-repeat;
  background-size: 25px;
  border-radius: 5px;
  color: var(--bs-body-color);
  border-color: var(--bs-border-color);
  cursor: pointer;
}

  select option {
    color: var(--bs-body-color);
    background-color: var(--bs-dark-body-bg);
  }

  /* Remove dropdown arrow from IE dropdown versions 10 and up */
  select::-ms-expand {
    display: none;
  }

input[type=button],
input[type=submit] {
  cursor: pointer;
  font-size: 16px;
  -webkit-appearance: none;
}

input[type=image] {
  outline: none;
}

textarea {
  height: 150px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #797979;
}

::-moz-placeholder { /* Firefox 19+ */
  color: #797979;
}

:-ms-input-placeholder { /* IE 10+ */
  color: #797979;
}

:-moz-placeholder { /* Firefox 18- */
  color: #797979;
}

sup,
sub {
  font-size: .55em;
  text-transform: uppercase;
  position: relative;
  left: 0;
}

sup {
  top: -9px;
}

sub {
  top: 6px;
}

a.btn,
.btn {
  font-family: 'Roboto Condensed', sans-serif;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  color: #FFF;
  vertical-align: middle;
  box-sizing: border-box;
  background-color: #6c6d71;
  border-width: 2px;
  border-style: solid;
  border-color: #6c6d71;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  line-height: 22px;
  -webkit-appearance: none;
}

a.btnClear, .btnClear {
  background-color: rgba(255,255,255, 0.4);
  border-color: rgba(255,255,255, 0.4);
}

  a.btnClear:hover, .btnClear:hover {
    background-color: rgba(255,255,255, 0.5);
    border-color: rgba(255,255,255, 0.5);
    color: #FFF;
  }

a.btnRed, .btnRed {
  border-color: var(--rust-red);
  background-color: var(--rust-red);
}

  a.btnRed:hover,
  .btnRed:hover,
  .btnRed:focus-within {
    background-color: #E0543B;
    color: #FFF;
  }

a.btnWhite,
.btnWhite {
  border-color: #FFF;
  background-color: transparent;
}

  a.btnWhite:hover,
  .btnWhite:hover {
    color: #6c6d71;
    border-color: #FFF;
    background-color: #FFF;
  }

.bodyStopScrolling {
  padding-right: 17px;
  overflow: hidden;
}

.stickyOnScroll.sticky {
  position: sticky;
  top: 15px;
  left: 0;
}


.videoIframeWrap,
.mceNonEditable.embeditem {
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
  /*border: 1px solid #ececec;*/
  /*background: url(/_assets/images/loading.gif) center center no-repeat;*/
}

  .videoIframeWrap iframe,
  .mceNonEditable.embeditem iframe {
    height: 100% !important;
    width: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
  }

.imgScaleOnHover {
  transition: all .2s ease-in-out;
}

  .imgScaleOnHover:hover {
    transform: scale(1.03);
  }

.centered {
  margin: 0 auto;
}

.customScrollbar::-webkit-scrollbar {
  /* required - the "base" of the bar - mostly for setting width */
  width: 15px;
}

.customScrollbar::-webkit-scrollbar-track {
  /* the "track" of the bar - great for customizing "background" colors */
  background-color: #e4e4e4;
  border-radius: 8px;
  padding: 2px 2px;
}

.customScrollbar::-webkit-scrollbar-thumb {
  /* the actual draggable element, the star of the show! */
  background-color: #838383;
  width: 10px;
  border-radius: 8px;
}

/* ----------------------------------------------------
		Start Modal Styles
------------------------------------------------------- */

.bodyModalOpen {
  width: 100vw;
  overflow: hidden;
  padding-right: 17px;
}

.modalWrapper {
  width: 100vw;
  height: 100vh;
  display: none;
  align-items: center;
  padding: 0 2%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
  /*visibility: hidden;*/
  opacity: 0;
  overflow-y: scroll;
  background-color: rgba(0, 0, 0, 0.8);
  transition: opacity 0.2s ease-in-out;
}

.modalActive {
  /*visibility: visible;*/
  opacity: 1;
}

.modalWrapper .modalContentWrap {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 30px;
  color: #FFF;
  background-color: gray;
}

.modalWrapper .modalClose {
  position: absolute;
  top: 0px;
  right: 0px;
  border-bottom: none;
  font-size: 1.5em;
  padding: 20px;
  color: #FFF;
  text-decoration: none !important;
}

.modalWrapper .modalContent a {
  color: #FFF;
  text-decoration: underline;
}

@media all and (min-width: 768px) {
  .modalWrapper .modalContentWrap {
    padding: 50px;
  }
}

/* ----------------------------------------------------
		End Modal Styles
------------------------------------------------------- */

.sitewidth {
  width: 100%;
  max-width: 1350px;
  margin: 0 auto;
  padding: 0 2%;
}

  .sitewidth .sitewidth {
    padding-left: 0;
    padding-right: 0;
  }

#Wrapper {
  min-height: 100%;
  position: relative;
}


.widgetTopMargin {
  margin-top: 50px;
}

.widgetBottomMargin {
  margin-bottom: 50px;
}

.borderBottom {
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

@media (min-width: 767px) {
  .widgetTopMargin {
    margin-top: 75px;
  }

  .widgetBottomMargin {
    margin-bottom: 75px;
  }

  .borderBottom {
    padding-bottom: 75px;
  }
}

/* ----------------------------------------------------
		Start Header
------------------------------------------------------- */

header {
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  background-color: var(--bs-dark-body-bg);
  width: 100%;
  border-bottom: 1px solid var(--bs-border-color);
}

  header .sitewidth {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  header .logoWrap {
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #FFF;
  }

    header .logoWrap a {
      color: #FFF;
      font-size: 1.5rem;
    }

    header .logoWrap span {
      color: #CD412B;
    }

/* ----------------------------------------------------
		End Header
------------------------------------------------------- */
/* ----------------------------------------------------
		Start Header Image
------------------------------------------------------- */
.headerImage {
  position: relative;
}

  .headerImage .mainImage {
    width: 100%;
  }

  .headerImage .headerImageCaption {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
  }

/* ----------------------------------------------------
		End Header Image
------------------------------------------------------- */
/* ----------------------------------------------------
		Start Top Nav
------------------------------------------------------- */
.topNav {
  margin: 5px 0 50px 0;
  text-align: center;
}

  .topNav li {
    display: inline-block;
    padding: 0 10px;
    font-size: 16px;
  }

/* ----------------------------------------------------
		End Top Nav
------------------------------------------------------- */

/* ----------------------------------------------------
		Start Main Nav
------------------------------------------------------- */

#MainNavWrap {
  display: none;
  z-index: 1000;
}

  #MainNavWrap .mainNav {
    display: flex;
    justify-content: flex-end;
    gap: 35px;
  }

    #MainNavWrap .mainNav > li > a {
      color: var(--bs-light-color);
      font-family: 'Roboto Condensed', sans-serif;
      text-transform: uppercase;
      font-weight: 700;
      display: block;
    }

    #MainNavWrap .mainNav > li > a {
      font-size: 17px;
      padding: 10px;
      transition: color 0.1s linear;
    }

      #MainNavWrap .mainNav > li > a.current,
      #MainNavWrap .mainNav > li > a:hover {
        color: var(--bs-light-color-hover);
      }

  #MainNavWrap .subNav {
    display: none;
    position: absolute;
    padding: 20px 0;
    background-color: var(--bs-dark-body-bg);
    width: 100%;
    left: 0;
  }

    #MainNavWrap .subNav .sitewidth {
      padding: 0 2%;
    }

  #MainNavWrap .mainNav > li:hover .subNav,
  #MainNavWrap .mainNav > li:focus-within .subNav {
    display: block;
  }

  #MainNavWrap .subSectionListWrap {
    display: flex;
    gap: 0 10%;
    flex: 1;
  }

    #MainNavWrap .subSectionListWrap > li {
      flex: 1;
    }

    #MainNavWrap .subSectionListWrap .header {
      color: var(--rust-red);
      font-family: var(--roboto-condensed);
      border-bottom: 1px solid currentColor;
      padding-bottom: 5px;
      margin-bottom: 10px;
      font-weight: 500;
      font-size: 1.1rem;
    }

  #MainNavWrap .subSectionLinks {
    display: grid;
    gap: 5px;
    grid-template-columns: repeat(2, 1fr);
  }

  #MainNavWrap .mainNav .subNav a {
    font-size: 1rem;
    font-weight: 500;
    transition: background-color 0.1s linear;
    color: rgba(255,255,255,0.8);
    text-decoration: underline;
    text-decoration-color: transparent;
    transition: 0.2s linear;
  }

    #MainNavWrap .mainNav .subNav a.current,
    #MainNavWrap .mainNav .subNav a:hover {
      text-decoration-color: var(--rust-red);
      color: var(--rust-red);
    }

  #MainNavWrap .mainNav .subNav li:last-of-type a {
    border-bottom: none;
  }

/* ----------------------------------------------------
		End Main Nav
------------------------------------------------------- */
/* ----------------------------------------------------
		Start Mobile Main Nav
------------------------------------------------------- */
.mobileMainMenu {
  display: none;
  width: 100%;
  height: calc(100vh - 53px);
  overflow: auto;
  position: fixed;
  top: 53px;
  left: 0px;
  z-index: 3000;
  font-size: 16px;
  background: var(--bs-lighter-bg);
  border-bottom: 1px solid var(--bs-border-color);
  padding-bottom: 100px;
}

  .mobileMainMenu .mainNav {
    padding: 20px;
  }

  .mobileMainMenu .subNav {
    opacity: 0;
    visibility: hidden;
    display: none;
    transition: 0.2s linear;
  }

  .mobileMainMenu .subNav.active {
    opacity: 1;
    visibility: visible;
    display: block;
  }

  .mobileMainMenu .mainNavItem:not(:has(.linkButton)) {
    border-bottom: 1px solid var(--rust-red);
  }

  .mobileMainMenu .mainNavItem:not(:has(.linkButton)) a {
    padding: 12px 0;
    display: block;
  }

  .mobileMainMenu .linkButton {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid var(--rust-red);
  }

  .mobileMainMenu a {
    color: rgba(255,255,255,0.8);
    transition: 0.2s linear;
    text-decoration: underline;
    text-decoration-color: transparent;
  }

    .mobileMainMenu a:hover,
    .mobileMainMenu a.current {
      color: var(--rust-red);
      text-decoration-color: var(--rust-red);
    }

    .mobileMainMenu .mainNavItem > a,
    .mobileMainMenu .linkButton a {
      font-weight: 500;
      font-size: 1.2rem;
      font-family: var(--roboto-condensed);
    }

    .mobileMainMenu .linkButton button {
      width: 50px;
      height: 50px;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
    }

      .mobileMainMenu .linkButton button span {
        width: 25px;
        height: 1px;
        background-color: rgba(255,255,255,0.8);
      }

        .mobileMainMenu .linkButton button span:nth-child(2) {
          position: absolute;
          transform: rotate(90deg);
          transition: 0.2s linear;
        }

      .mobileMainMenu .linkButton button.active span:nth-child(2) {
        transform: rotate(0deg);
      }

  .mobileMainMenu .subSectionListWrap {
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    gap: 5px;
  }

  .mobileMainMenu .subSectionButton {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: rgba(255,255,255,0.8);
    font-family: var(--roboto-condensed);
    font-size: 1.1rem;
    width: 100%;
    border-bottom: 1px solid var(--rust-red);
  }

  .mobileMainMenu .subSectionLinksWrapper {
    opacity: 0;
    visibility: hidden;
    display: none;
    transition: 0.2s linear;
  }

    .mobileMainMenu .subSectionLinksWrapper.active {
      opacity: 1;
      visibility: visible;
      display: block;
    }

  .mobileMainMenu .openClose {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }

    .mobileMainMenu .openClose span {
      width: 25px;
      height: 1px;
      background-color: rgba(255,255,255,0.8);
    }

      .mobileMainMenu .openClose span:nth-child(2) {
        position: absolute;
        transform: rotate(90deg);
        transition: 0.2s linear;
      }

  .mobileMainMenu .subSectionButton.active .openClose span:nth-child(2) {
    transform: rotate(0deg);
  }

  .mobileMainMenu .subSectionLinks {
    padding: 20px 20px 0;
  }

  .mobileMenuButton .burg {
    width: 30px;
    height: 20px;
    margin: 16px;
    position: relative;
    display: flex;
    flex-direction: column;
  }

  .mobileMenuButton .burg span {
    display: block;
    height: 2px;
    width: 100%;
    margin: 7px 0;
    background: var(--bs-light-color);
    position: absolute;
    transition: all 0.2s linear;
  }

    .mobileMenuButton .burg span:nth-child(1) {
      top: -8px;
    }

    .mobileMenuButton .burg span:nth-child(3) {
      top: 8px;
    }

.mobileMenuButton.mobileMenuButtonOpen span:nth-child(1) {
  transform: rotate(45deg);
  top: 0;
}

.mobileMenuButton.mobileMenuButtonOpen span:nth-child(2) {
  opacity: 0;
}

.mobileMenuButton.mobileMenuButtonOpen span:nth-child(3) {
  top: 0;
  transform: rotate(-45deg);
}

@media screen and (min-width:767px) {
  #MainNavWrap {
    display: block;
  }

  .mobileMenuButton {
    display: none;
  }
}

/* ----------------------------------------------------
		End  Mobile Main Nav
------------------------------------------------------- */


/* ----------------------------------------------------
		Start Breadcrumb
------------------------------------------------------- */

.breadcrumbWrap {
  margin: 35px 0;
  font-size: 14px;
}

  .breadcrumbWrap ul {
    margin-bottom: 0;
    padding-left: 0;
  }

    .breadcrumbWrap ul li {
      display: inline;
      padding-right: 10px;
    }

  .breadcrumbWrap a {
    color: var(--bs-body-color);
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
  }

  .breadcrumbWrap .currentItem a {
    color: var(--rust-red);
  }

/* ----------------------------------------------------
		End Breadcrumb
------------------------------------------------------- */

/* ----------------------------------------------------
		Start Pagination
------------------------------------------------------- */

.pagination {
  width: auto;
  margin-bottom: 35px;
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 5px;
}

  .pagination span {
    background: var(--rust-red);
    color: #FFF;
    box-shadow: 0px 0px 10px 0 var(--rust-red);
  }

  .pagination a {
    background-color: var(--bs-lighter-bg);
    color: var(--bs-light-color);
    border: 1px solid var(--bs-border-color);
  }

  .pagination span,
  .pagination a {
    zoom: 1;
    display: flex;
    align-items: center;
    padding: 3px 12px;
    margin-bottom: 10px;
    text-align: center;
    font-size: 0.85em;
    border-radius: 5px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 600;
  }

/* ----------------------------------------------------
		End Pagination
------------------------------------------------------- */

/* ----------------------------------------------------
		Start Body
------------------------------------------------------- */

main {
  display: block;
  padding-top: 53px;
}

@media (min-width: 767px) {
  main {
    padding-top: 48px;
  }
}

main ul,
main ol,
main p {
  margin-bottom: 30px;
}

  main p:last-child {
    margin-bottom: 0;
  }

main ul {
  padding-left: 20px;
  list-style-type: disc;
}

  main ul.noListStyle {
    padding-left: 0;
    list-style-type: none;
  }

  main ul.ulSplit {
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }

main ol {
  list-style: decimal;
  padding-left: 22px;
}

  main ul li,
  main ol li {
    padding-bottom: 3px;
  }

.rteCopy {
  margin-bottom: 35px;
}

  .rteCopy img {
    max-width: 80%;
    width: auto !important;
    height: auto !important;
    margin: 20px;
  }

/* ----------------------------------------------------
		End Body
------------------------------------------------------- */

/* ----------------------------------------------------
		Start Footer
------------------------------------------------------- */

footer {
  width: 100%;
  padding: 35px 0;
  margin-top: 60px;
}

  footer .sitewidth {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }

  footer .logoWrap {
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #FFF;
  }

    footer .logoWrap a {
      color: #FFF;
      font-size: 1.5rem;
    }

    footer .logoWrap span {
      color: #CD412B;
    }

  footer .footerNav ul {
    text-align: center;
  }

    footer .footerNav ul li {
      display: inline-block;
      padding: 0 10px;
    }

      footer .footerNav ul li a {
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 700;
        color: #FFF;
        text-transform: uppercase;
      }

  footer .copyRight {
    text-align: center;
    font-size: 14px;
  }

/* ----------------------------------------------------
		End Footer
------------------------------------------------------- */


/* ----------------------------------------------------
		Start Footer Callout Node
------------------------------------------------------- */

.footerCalloutWrap {
  padding: 20px 0;
  position: relative;
  text-align: center;
  font-size: 27px;
  color: #FFF;
  background: #0074d9;
}

  .footerCalloutWrap .btn {
    position: relative;
    left: 0;
    top: 0;
    margin-top: 20px;
    left: 8px;
    top: -2px;
    border: 1px solid #FFF;
  }

  .footerCalloutWrap .copy {
    line-height: 35px;
  }

@media only screen and (min-width: 1024px) {
  .footerCalloutWrap .copy {
    display: inline-block;
  }

  .footerCalloutWrap .btn {
    left: 8px;
    top: -2px;
    margin-top: 0;
  }
}

/* ----------------------------------------------------
		End Footer Callout Node
------------------------------------------------------- */

/* ----------------------------------------------------
		Start Contact Form Common Styles
------------------------------------------------------- */

.formStandard {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

  .formStandard input[type=submit] {
    align-self: center;
    font-size: 1.1rem;
    padding: 7px 20px;
    margin-top: 40px;
  }

  .formStandard .form-check-input {
    background-color: transparent;
  }

  .formStandard input[type=checkbox]:checked {
    background-color: var(--rust-red);
    border-color: var(--rust-red);
  }

  .formStandard .checkboxItems {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 10px;
  }

    .formStandard .checkboxItems > div {
      flex-basis: 48%;
    }

  .formStandard .sectionHeader {
    padding-top: 20px;
    margin: 20px 0;
    font-size: 1.5rem;
    color: #FFF;
    text-shadow: 0 0 5px var(--rust-red), /* Basic text highlight */
    0 0 10px var(--rust-red), /* Stronger glow */
    0 0 20px rgba(0, 255, 194, .1);
  }

  .formStandard .labelWrap {
    margin-bottom: 5px;
    display: flex;
    width: fit-content;
    align-items: center;
    gap: 5px;
  }

  .formStandard label {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 0.95rem;
    color: #FFF;
  }

  .formStandard .labelWrap i {
    font-size: 0.9rem;
  }

  .formStandard .formRow:has(.formColumn) {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

@media (min-width: 767px ) {
  .formStandard .formRow:has(.formColumn) {
    flex-direction: row;
    justify-content: space-between;
    gap: 0;
  }

    .formStandard .formRow:has(.formColumn) .formColumn {
      flex-basis: 48%;
    }
}

.formWrap .formErrorGroup {
  font-size: 0.9rem;
}

.formWrap .formErrorGroup,
.formWrap .confirmationMsg,
.formWrap .formRow span {
  display: none;
}

.formWrap .formErrorGroup,
.formWrap .formRow.error label,
.formWrap .formRow.error span {
  color: rgba(255, 100, 0, 0.8);
}

.formWrap .formRow.error input {
  border: 1px solid rgba(255, 100, 0, 0.8);
}

.formWrap .formRow.error span {
  display: block;
  font-size: 14px;
}

.formWrap .formRow {
  display: flex;
  flex-direction: column;
}

.formStandard input[type=text],
.formStandard input[type=tel],
.formStandard input[type=email],
.formStandard input[type=password],
.formStandard input[type=date],
.formStandard textarea {
  background-color: transparent;
  color: #FFF;
  border: 1px solid var(--bs-border-color);
  border-radius: 5px;
  outline: transparent solid 1px;
}

.formStandard input[type=date] {
  padding-right: 10px;
}

.formStandard * {
  transition: outline 0.1s linear;
}

  .formStandard *:focus-visible {
    outline: var(--rust-red) solid 1px !important;
  }

/* ----------------------------------------------------
		End Contact Form Common Styles
------------------------------------------------------- */
/* ----------------------------------------------------
		Start Search Styles
------------------------------------------------------- */
.siteSearchResults #PageSearchBox {
  margin-bottom: 50px;
}

  .siteSearchResults #PageSearchBox form {
    display: flex;
  }

.siteSearchResults .pageSearchBoxInput {
  flex: 0 1 300px;
  margin-right: 5px;
  padding-left: 5px;
  border: 1px solid #231f20;
}

.siteSearchResults .item {
  display: block;
  margin-bottom: 35px;
  padding-bottom: 35px;
  border-bottom: 1px solid #000;
}

.siteSearchResults .title {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 25px;
  line-height: 1.2em;
  color: #000;
}

.siteSearchResults .bodyCopy {
  color: #000;
}

/* ----------------------------------------------------
		End Search Styles
------------------------------------------------------- */
/* ----------------------------------------------------
		Start Home Hero
------------------------------------------------------- */

.homepageHero {
  margin-top: 80px;
}

  .homepageHero .sitewidth {
    max-width: 800px;
    display: flex;
    flex-direction: column;
  }

  .homepageHero h1 {
    margin-bottom: 0;
  }

  .homepageHero .subHeadline {
    margin-bottom: 20px;
    text-align: center;
  }

  .homepageHero form {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

    .homepageHero form input[type="search"] {
      padding: 10px;
      font-size: 16px;
      border: none;
      border-radius: 5px;
      box-shadow: 0px 0px 7px 5px var(--rust-red);
      font-family: Roboto, sans-serif;
    }

  .homepageHero .buttons {
    display: flex;
    gap: 20px;
  }

    .homepageHero .buttons > button {
      flex-basis: 50%;
    }

  .homepageHero .statisticCards {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px 0;
    margin-top: 20px;
  }

    .homepageHero .statisticCards .statCard {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      border-right: 1px solid var(--bs-border-color);
      padding: 0 5%;
    }

      .homepageHero .statisticCards .statCard:last-child {
        border-right: none;
      }

    .homepageHero .statisticCards .value {
      color: var(--rust-red);
      font-weight: bold;
      font-family: var(--roboto-condensed);
      line-height: 1.2;
      font-size: 1.3rem;
    }

    .homepageHero .statisticCards .label {
      font-family: var(--roboto-condensed);
      text-transform: uppercase;
      font-size: 0.85rem;
    }

/* ----------------------------------------------------
		End Home Hero
------------------------------------------------------- */
/* ----------------------------------------------------
		Start Creators Page
------------------------------------------------------- */
.creatorsWrap > .sitewidth {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.creatorsWrap .filtersWrap {
  max-height: 700px;
  overflow: auto;
  border: 1px solid var(--bs-border-color);
  border-radius: 10px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-self: baseline;
  width: 100%;
}

  .creatorsWrap .filtersWrap .header {
    font-size: 1.5rem;
    border-bottom: 1px solid var(--bs-border-color);
    padding-bottom: 20px;
  }

.creatorsWrap .searchFilter {
  display: flex;
  gap: 10px;
}

  .creatorsWrap .searchFilter input[type="search"] {
    padding: 5px 10px;
    font-size: 0.9rem;
    border: none;
    border-radius: 5px;
    box-shadow: 0px 0px 2px -4px var(--rust-red);
    font-family: Roboto, sans-serif;
    width: 100%;
  }

.creatorsWrap .filtersWrap .filterDropdownLabel {
  color: var(--bs-body-color);
  display: flex;
  align-items: center;
  gap: 5px;
  line-height: 1;
  padding: 10px 0;
}

  .creatorsWrap .filtersWrap .filterDropdownLabel i {
    font-size: 0.8rem;
  }

.creatorsWrap .filtersWrap .options {
  height: 0px;
  overflow: hidden;
  padding-left: 10px;
}

.creatorsWrap .filtersWrap .form-check-label {
  color: #8b8a8f;
  font-size: 0.9rem;
}

.creatorsWrap .filtersWrap .form-check-input {
  background-color: transparent;
  border: 1px solid #8b8a8f;
  width: 0.9rem;
  height: 0.9rem;
}

  .creatorsWrap .filtersWrap .form-check-input:checked {
    background-color: var(--rust-red);
    border-color: var(--rust-red);
  }

.creatorsWrap .filterGroup:not(:last-child) {
  border-bottom: 1px solid var(--bs-border-color);
  padding-bottom: 20px;
}

.creatorsWrap .filtersWrap .buttons {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.creatorsWrap .sortWrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

@media (min-width: 1100px) {
  .creatorsWrap .sitewidth {
    flex-direction: row;
  }

  .creatorsWrap .filtersWrap {
    position: sticky;
    top: 120px;
    flex-basis: 350px;
    margin-top: 62px;
  }

  .creatorsWrap .right {
    flex: 1;
  }

  .creatorsWrap .sortWrapper select {
    max-width: 250px;
  }
}

.creatorsWrap .paginationWrapper {
  padding-top: 35px;
}

/* ----------------------------------------------------
		End Creators Page
------------------------------------------------------- */
/* ----------------------------------------------------
		Start Global List View Styles
------------------------------------------------------- */
.rustuberList.gridView {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 20px;
}

.rustuberCard {
  opacity: 0;
  background-color: var(--bs-lighter-bg);
  border: 1px solid var(--bs-border-color);
  border-radius: 10px;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 20px;
}

  .rustuberCard .top > div {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
  }

  .rustuberCard .top h2 {
    text-align: initial;
    line-height: .5;
    margin-bottom: 6px;
  }

    .rustuberCard .top h2 a {
      font-size: 1.2rem;
      color: var(--bs-body-color);
    }

  .rustuberCard .bot {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
  }

    .rustuberCard .bot:has(.liveBadge) {
      justify-content: space-between;
    }

    .rustuberCard .bot .liveBadge {
      font-family: 'Roboto Condensed', sans-serif;
      font-weight: 600;
      text-transform: uppercase;
      height: 28px;
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: var(--rust-red);
      color: var(--bs-light-color);
      border-radius: 5px;
      padding: 5px 7px 5px 5px;
      font-size: 0.8rem;
      line-height: 1;
    }

  .rustuberCard a:not(.btn) {
    color: #707279;
  }

    .rustuberCard a:not(.btn):hover {
      color: var(--rust-red);
    }

  .rustuberCard .youTubeSubCount {
    font-size: 0.7rem;
    line-height: 1.2;
  }

  .rustuberCard .profilePhoto {
    border-radius: 50%;
    border: 4px solid var(--bs-border-color);
    overflow: hidden;
  }

  .rustuberCard .tags {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    gap: 5px;
    padding: 0;
    margin: 0;
  }

    .rustuberCard .tags li a,
    .rustuberCard .btnRed {
      padding: 5px;
      font-size: 0.8rem;
      line-height: 1;
    }

/* ----------------------------------------------------
		End Global List View Styles
------------------------------------------------------- */
/* ----------------------------------------------------
		Start Rustuber Profile Page
------------------------------------------------------- */

.rustuberProfileWrapper .profileHeader {
  position: relative;
}

.rustuberProfileWrapper .profileBannerImage {
  position: relative;
  overflow: hidden;
}

  .rustuberProfileWrapper .profileBannerImage::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
  }

  .rustuberProfileWrapper .profileBannerImage img {
    width: 250%;
    max-width: 250%;
    margin-left: -75%;
  }

.rustuberProfileWrapper .headerInfo {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 30px;
}

.rustuberProfileWrapper h1 {
  margin-bottom: 0;
}

.rustuberProfileWrapper .profilePhoto {
  border-radius: 50%;
  overflow: hidden;
  border: 5px solid #a8a6a6;
  max-width: 150px;
}

.rustuberProfileWrapper .nameWrap {
  display: flex;
  gap: 10px;
  align-items: center;
}

.rustuberProfileWrapper .verified {
  color: var(--rust-green);
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  display: flex;
  gap: 5px;
  align-items: center;
  line-height: 1;
  justify-content: start;
}

.rustuberProfileWrapper .liveNow {
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  margin-top: 10px;
}

  .rustuberProfileWrapper .liveNow .liveBadge {
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    margin-top: 10px;
    background-color: var(--rust-red);
    color: var(--bs-light-color);
    border-radius: 5px;
    padding: 5px 7px 5px 3px;
  }

  .rustuberProfileWrapper .liveNow .notLiveBadge {
    background-color: var(--bs-border-color);
    border-radius: 5px;
    padding: 5px 7px 5px 3px;
    color: var(--bs-light-color);
  }

@media (min-width: 650px) {
  .rustuberProfileWrapper .profileBannerImage img {
    width: 200%;
    margin-left: -50%;
  }

  .rustuberProfileWrapper .profilePhoto {
    max-width: initial;
  }
}

@media (min-width: 1100px) {
  .rustuberProfileWrapper .profileBannerImage img {
    width: 100%;
    margin-left: 0%;
  }
}

/* Statistics */

.rustuberProfileWrapper .profileStatistics {
  padding: 20px 0;
}

  .rustuberProfileWrapper .profileStatistics .statsGrid {
    display: flex;
    gap: 10px 5%;
    flex: 1;
    flex-wrap: wrap;
  }

  .rustuberProfileWrapper .profileStatistics .statItem {
    display: flex;
    flex-direction: column;
    flex-basis: 45%;
  }

  .rustuberProfileWrapper .profileStatistics .statValue {
    color: #FFF;
    font-size: 1.2rem;
    font-weight: 600;
  }

  .rustuberProfileWrapper .profileStatistics .sitewidth {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .rustuberProfileWrapper .profileStatistics .profileSocials {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 15px;
  }

.rustuberProfileWrapper .profileSocials a {
  background-color: #2d3034;
  color: var(--bs-border-color);
  border-radius: 5px;
  font-size: 1.1rem;
  padding: 5px;
  transition: 0.1s linear;
}

  .rustuberProfileWrapper .profileSocials a:hover {
    background-color: var(--rust-red);
    color: #FFF;
  }

@media (min-width: 900px) {

  .rustuberProfileWrapper .profileStatistics .statsGrid {
    flex-wrap: nowrap;
  }

    .rustuberProfileWrapper .profileStatistics .statsGrid > div {
      flex-basis: initial;
    }

  .rustuberProfileWrapper .profileStatistics .statValue {
    font-size: 1.5rem;
  }

  .rustuberProfileWrapper .profileStatistics .sitewidth {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }
}

/* Profile Information/Tabs */

.profileInformation {
  background-color: var(--bs-lighter-bg);
  padding: 40px 0;
}

  .profileInformation .profileTabs {
    display: flex;
  }

    .profileInformation .profileTabs button {
      color: var(--bs-light-color);
      font-family: 'Roboto Condensed', sans-serif;
      text-transform: uppercase;
      font-weight: 600;
      font-size: 1.5rem;
      padding: 10px 30px;
      transition: background-color 0.1s linear;
    }

      .profileInformation .profileTabs button.active {
        background-color: var(--rust-red);
      }

  .profileInformation .profileSections {
    border: 1px solid var(--bs-border-color);
    padding: 30px 40px;
  }

  .profileInformation .profileSection {
    display: none;
  }

    .profileInformation .profileSection.active {
      display: block;
    }

    .profileInformation .profileSection h2 {
      font-size: 1.5rem;
      font-weight: 600;
      text-align: left;
      margin-bottom: 25px;
    }

  .profileInformation .profileSections .contentFlexed {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

    .profileInformation .profileSections .contentFlexed .left a {
      color: var(--rust-red);
      text-decoration: underline;
    }

  .profileInformation .contentTags {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

    .profileInformation .contentTags li {
      border-bottom: 1px solid var(--bs-border-color);
      padding-bottom: 20px;
    }

      .profileInformation .contentTags li:last-of-type {
        border-bottom: none;
        padding-bottom: 0;
      }

    .profileInformation .contentTags .tagLabel {
      display: block;
      font-size: 0.9rem;
      margin-bottom: 5px;
      font-family: 'Roboto Condensed', sans-serif;
      text-transform: uppercase;
      font-weight: 600;
    }

    .profileInformation .contentTags .tagValues {
      display: flex;
      flex-wrap: wrap;
      gap: 5px;
    }

      .profileInformation .contentTags .tagValues a {
        padding: 5px;
        font-size: 0.8rem;
        line-height: 1;
      }

@media (min-width: 1000px) {
  .profileInformation .profileSections .contentFlexed {
    gap: 50px;
    flex-direction: row;
  }

    .profileInformation .profileSections .contentFlexed .left {
      flex: 1;
    }

    .profileInformation .profileSections .contentFlexed .contentTags {
      flex-basis: 250px;
      height: fit-content;
      border-left: 1px solid var(--bs-border-color);
    }

  .profileInformation .contentTags li {
    padding: 0 0 20px 20px;
  }
}

/* Profile YouTube Videos */

.profileVideosWrapper h2 {
  margin-bottom: 45px;
}

.profileVideosWrapper .videoList {
  max-width: 1600px;
  display: grid;
  gap: 40px 20px;
}

  .profileVideosWrapper .videoList .videoWrapper {
    width: 100%;
  }

.profileVideosWrapper lite-youtube {
  border-radius: 12px;
  margin-bottom: 10px;
  width: 100%;
  max-width: initial;
}

.profileVideosWrapper .titleWrap {
  display: flex;
  gap: 10px;
}

  .profileVideosWrapper .titleWrap h3 {
    text-transform: initial;
    margin-bottom: 5px;
    font-family: Roboto, sans-serif;
    font-size: 0.95rem;
    line-height: 1.3;
  }

  .profileVideosWrapper .titleWrap .displayName {
    margin-bottom: 5px;
  }

  .profileVideosWrapper .titleWrap .displayName,
  .profileVideosWrapper .titleWrap .publishedDate {
    font-size: 0.8rem;
    line-height: 1;
  }

  .profileVideosWrapper .titleWrap .left img {
    border-radius: 50%;
    border: 2px solid var(--rust-red);
  }

.profileVideosWrapper .buttonWrap {
  text-align: center;
  margin-top: 45px;
}

@media (min-width: 767px) {
  .profileVideosWrapper .videoList {
    grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
  }
}

/* Twitch Stream  */

.profileStreamContainer h2 {
  margin-bottom: 45px;
}

.profileStreamContainer .previewImage {
  margin: auto;
  right: 0;
  bottom: 0;
  animation-duration: 4s;
}

.profileStreamContainer .liveNowText {
  width: initial;
  height: initial;
  top: 20px;
  left: 20px;
  background: var(--rust-red);
  color: #FFF;
  border-radius: 12px;
  padding: 0 10px;
  animation-duration: 1.5s;
}

.profileStreamContainer .watchLiveText {
  font-weight: 600;
  right: 0;
  bottom: 0;
  margin: auto;
  width: initial;
  height: initial;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0,0,0,0.5);
  color: #FFF;
  font-size: 1.5rem;
}


/* ----------------------------------------------------
		End Rustuber Profile Page
------------------------------------------------------- */
/* ----------------------------------------------------
		Start H1 Body Copy
------------------------------------------------------- */
.siteH1BodyCopy {
  max-width: 900px;
  margin-bottom: 75px;
}

  .siteH1BodyCopy h1 {
    color: var(--rust-red);
    line-height: 1.1;
    margin-bottom: 25px;
  }

  .siteH1BodyCopy .rteCopy {
    text-align: center;
  }

/* ----------------------------------------------------
		End H1 Body Copy
------------------------------------------------------- */
/* ----------------------------------------------------
		Start filterList Styles
------------------------------------------------------- */

.filterList ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 40px 20px;
  list-style: none;
  padding: 0;
  margin: 0;
}

  .filterList ul a {
    border: 1px solid var(--rust-red);
    background: transparent;
    box-shadow: initial;
    padding: 50px;
    text-align: center;
    border-radius: 10px;
    transition: all 0.2s linear;
    height: 100%;
    display: block;
  }

    .filterList ul a:hover {
      background: linear-gradient(to bottom, #1E1E1E 0%, #292929 50%, #1E1E1E 100%);
      box-shadow: 0 0 10px rgba(205, 65, 43, 0.6), 0 0 20px rgba(255, 100, 0, 0.2);
      border-color: rgba(255, 100, 0, 0.8);
    }

.filterList .name {
  font-weight: 600;
  font-size: 1.5rem;
  text-transform: uppercase;
  color: var(--bs-body-color);
  overflow-wrap: break-word;
}

/* ----------------------------------------------------
		End filterList Styles
------------------------------------------------------- */
/* ----------------------------------------------------
		Start Submit Creator Form
------------------------------------------------------- */

#SubmitCreatorForm {
  box-shadow: 0px 0px 10px 10px var(--rust-red);
  border-radius: 20px;
  padding: 30px;
  background-color: var(--bs-lighter-bg);
  box-shadow: 0 0 5px var(--rust-red), /* Inner, soft glow */
  0 0 20px var(--rust-red), /* Medium glow */
  0 0 50px var(--rust-red), /* Wide, strong glow */
  0 0 100px var(--rust-red);
}

  #SubmitCreatorForm #ShortBiography {
    height: 75px;
  }

/* ----------------------------------------------------
		End Submit Creator Form
------------------------------------------------------- */
/* ----------------------------------------------------
		Start - LiveNowWidget
------------------------------------------------------- */

.liveNowWidget .sitewidth {
  max-width: 1920px;
}

.liveNowWidget .header {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.liveNowWidget .live-dot {
  width: 12px;
  height: 12px;
}

.liveNowWidget h2 {
  text-align: left;
  font-size: 1.5rem;
  margin-bottom: 0;
}

.liveNowWidget .creatorListSlider {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 20px;
  padding: 10px;
}

  .liveNowWidget .creatorListSlider a {
    position: relative;
    transition: 0.1s linear;
    overflow: hidden;
    max-width: 425px;
    margin-right: 20px;
    border-radius: 10px;
  }

    .liveNowWidget .creatorListSlider a:hover {
      scale: 1.02;
      background: linear-gradient(to bottom, #1E1E1E 0%, #292929 50%, #1E1E1E 100%);
      box-shadow: 0 0 10px rgba(205, 65, 43, 0.6), 0 0 20px rgba(255, 100, 0, 0.2);
      border-color: rgba(255, 100, 0, 0.8);
    }

  .liveNowWidget .creatorListSlider .bottomOverlay {
    position: absolute;
    bottom: -1px;
    left: 0;
    background: #000;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 60%, transparent 100%);
    padding: 10px 20px;
    width: 100%;
    color: #FFF;
  }

  .liveNowWidget .creatorListSlider .right {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }

  .liveNowWidget .creatorListSlider .name {
    font-size: 0.9rem;
    font-weight: bold;
    line-height: 1;
  }

  .liveNowWidget .creatorListSlider .viewers {
    color: var(--bs-body-color);
    font-size: 0.8rem;
    line-height: 1;
  }

.liveNowWidget .liveWrap {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: bold;
  background-color: var(--rust-red);
  color: var(--bs-light-color);
  border-radius: 5px;
  padding: 0 7px;
  position: absolute;
  top: 10px;
  left: 10px;
}

.liveNowWidget .creatorListSlider .bottomOverlay img {
  border-radius: 50%;
}

.liveNowWidget .creatorListSlider .bottomOverlay .wrap {
  display: flex;
  gap: 10px;
  align-items: center;
}

/* ----------------------------------------------------
		End - LiveNowWidget
------------------------------------------------------- */
/* ----------------------------------------------------
		Start - ContentCategoryWidget
------------------------------------------------------- */

.contentCategoryWidget .sitewidth {
  max-width: 1500px;
}

.contentCategoryWidget .categoryList {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  justify-content: center;
  align-items: center;
  gap: 20px;
}

  .contentCategoryWidget .categoryList a {
    background: rgba(255, 255, 255, 0.04);
    border: 0.5px solid rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    padding: 14px 12px;
    cursor: pointer;
    transition: all 0.2s;
    text-align: center;
  }

    .contentCategoryWidget .categoryList a:hover {
      border-color: rgba(232, 84, 10, 0.5);
      background: rgba(232, 84, 10, 0.06);
    }

    .contentCategoryWidget .categoryList a .name {
      color: var(--bs-light-color);
    }

    .contentCategoryWidget .categoryList a .creatorCount {
      font-family: var(--roboto-condensed);
      text-transform: uppercase;
      font-size: 0.85rem;
      color: rgba(255,255,255,0.3);
    }

/* ----------------------------------------------------
		End - ContentCategoryWidget
------------------------------------------------------- */
/* ----------------------------------------------------
		Start - NewCreatorsWidget
------------------------------------------------------- */

.newCreatorsWidget .swiper {
  padding: 10px;
}

  .newCreatorsWidget .swiper .swiper-wrapper {
    height: auto;
  }

  .newCreatorsWidget .swiper .swiper-slide {
    flex: 0 0 auto;
    width: 120px;
    background: rgba(255, 255, 255, 0.04);
    border: 0.5px solid rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    padding: 12px;
    text-align: center;
    cursor: pointer;
    transition: border-color 0.2s;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 5px;
  }

    .newCreatorsWidget .swiper .swiper-slide:hover {
      border-color: rgba(255, 255, 255, 0.25);
    }

    .newCreatorsWidget .swiper .swiper-slide img {
      border-radius: 50%;
    }

    .newCreatorsWidget .swiper .swiper-slide .name {
      color: var(--bs-body-color);
      font-size: 0.8rem;
      line-height: 1;
    }

    .newCreatorsWidget .swiper .swiper-slide .date {
      color: rgba(255,255,255,0.3);
      font-size: 0.8rem;
      line-height: 1;
    }

/* ----------------------------------------------------
		End - NewCreatorsWidget
------------------------------------------------------- */
/* ----------------------------------------------------
		Start - Live Page
------------------------------------------------------- */

.liveCreatorPageContentWrap {
  max-width: 1920px;
  padding: 0 2%;
  margin: 0 auto;
}

  .liveCreatorPageContentWrap .lastUpdated {
    font-size: 0.85rem;
  }

  .liveCreatorPageContentWrap .header {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
  }

  .liveCreatorPageContentWrap .live-dot {
    width: 15px;
    height: 15px;
    margin-top: 8px;
  }

  .liveCreatorPageContentWrap h2 {
    font-size: 1.5rem;
    text-align: left;
    margin: 0;
  }

  .liveCreatorPageContentWrap > .right {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }

  .liveCreatorPageContentWrap .creator .imageWrap {
    position: relative;
    transition: 0.1s linear;
    overflow: hidden;
    border-radius: 10px;
    display: block;
    margin-bottom: 10px;
  }

    .liveCreatorPageContentWrap .creator .imageWrap:hover {
      scale: 1.02;
      background: linear-gradient(to bottom, #1E1E1E 0%, #292929 50%, #1E1E1E 100%);
      box-shadow: 0 0 10px rgba(205, 65, 43, 0.6), 0 0 20px rgba(255, 100, 0, 0.2);
      border-color: rgba(255, 100, 0, 0.8);
    }

    .liveCreatorPageContentWrap .creator .imageWrap img {
      width: 100%;
    }

  .liveCreatorPageContentWrap .creator .right {
    display: flex;
    flex-direction: column;
    gap: 5px;
    flex: 1;
  }

  .liveCreatorPageContentWrap .creator .left {
    flex-basis: 40px;
  }

  .liveCreatorPageContentWrap .creator .bottomOverlay .streamTitle {
    color: #FFF;
    font-size: 0.85rem;
    line-height: 1.2;
  }

  .liveCreatorPageContentWrap .creator .bottomOverlay .name {
    color: rgba(255,255,255,0.8);
    font-size: 0.8rem;
    line-height: 1.2;
  }

  .liveCreatorPageContentWrap .viewers {
    color: var(--bs-body-color);
    font-size: 0.8rem;
    line-height: 1;
    position: absolute;
    bottom: 10px;
    left: 10px;
    background-color: rgba(0,0,0,0.8);
    padding: 5px;
    border-radius: 5px;
  }

  .liveCreatorPageContentWrap .liveWrap {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 0.8rem;
    text-transform: uppercase;
    font-weight: bold;
    background-color: var(--rust-red);
    color: var(--bs-light-color);
    border-radius: 5px;
    padding: 0 7px;
    position: absolute;
    top: 10px;
    left: 10px;
  }

  .liveCreatorPageContentWrap .bottomOverlay img {
    border-radius: 50%;
  }

  .liveCreatorPageContentWrap .bottomOverlay .wrap {
    display: flex;
    gap: 10px;
    align-items: center;
  }

@media (min-width: 767px) {
  .liveCreatorPageContentWrap > .right {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1150px) {
  .liveCreatorPageContentWrap > .right {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1400px) {
  .liveCreatorPageContentWrap > .right {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* ----------------------------------------------------
		End - Live Page
------------------------------------------------------- */
/* ----------------------------------------------------
		Start Globals
------------------------------------------------------- */
.tooltip {
  font-size: 0.7rem;
}

::-webkit-scrollbar {
  width: 12px; /* Set width for vertical scrollbar */
  height: 12px; /* Set height for horizontal scrollbar */
}

/* Style the scrollbar track */
::-webkit-scrollbar-track {
  background: var(--bs-lighter-bg);
  border-radius: 10px;
}

/* Style the scrollbar thumb */
::-webkit-scrollbar-thumb {
  background: var(--rust-red);
  border-radius: 10px;
}

  /* Style the scrollbar thumb on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #555;
  }

::-webkit-calendar-picker-indicator {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="15" viewBox="0 0 24 24"><path fill="%23bbbbbb" d="M20 3h-1V1h-2v2H7V1H5v2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 18H4V8h16v13z"/></svg>');
}

/* --- 1. Base Container Setup --- */
.ember-speckle-container {
  position: fixed; /* Covers the entire viewport, stays put while scrolling */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #1A1A1A; /* Dark background is essential */
}

/* --- 2. The Speckle Source Element --- */
.speckle-layer {
  position: absolute;
  width: 1px;
  height: 1px;
  top: 0;
  left: 0;
  /* Apply the animation to make the speckles drift */
  animation: drift 100s linear infinite;
}

/* --- 4. Animation Keyframes --- */
@keyframes drift {
  0% {
    transform: translate3d(0, 0, 0);
  }

  100% {
    /* The distance needs to be larger than the viewport height to ensure smooth cycling */
    transform: translate3d(50px, 1500px, 0);
  }
}

@keyframes pulse {
  0%, 100% {
    opacity: 1;
  }

  50% {
    opacity: 0.3;
  }
}

.live-dot {
  width: 7px;
  height: 7px;
  background: var(--rust-red);
  border-radius: 50%;
  animation: pulse 1.5s infinite;
}

.swiper-button-next,
.swiper-button-prev {
  color: #FFF;
  background-color: var(--rust-red);
  border-radius: 50%;
  padding: 7px;
}

/* ----------------------------------------------------
		End Globals
------------------------------------------------------- */
/* ----------------------------------------------------
		Start Wipe Schedule
------------------------------------------------------- */

.wipeScheduleCounter {
  padding: 40px;
  background-color: rgba(205, 65, 43, 0.05);
  border: 1px solid rgba(205, 65, 43, 0.5);
  margin-left: 20px;
  margin-right: 20px;
  border-radius: 20px;
  text-align: center;
}


  .wipeScheduleCounter .subHeadline {
    color: rgba(205, 65, 43, 0.8);
    text-transform: uppercase;
    font-size: 0.8rem;
    font-weight: 500;
  }

  .wipeScheduleCounter .header {
    color: rgba(205, 65, 43, 0.9);
    font-family: var(--roboto-condensed);
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.2rem;
  }

  .wipeScheduleCounter .date {
    color: rgba(255,255,255,0.5);
    font-size: 0.75rem;
    font-weight: 300;
    font-family: var(--roboto-condensed);
  }

  .wipeScheduleCounter .disclaimer {
    color: rgba(255,255,255,0.5);
    font-size: 0.75rem;
    font-weight: 300;
    line-height: 1.5;
    font-family: var(--roboto-condensed);
    margin-bottom: 0;
  }

    .wipeScheduleCounter .disclaimer strong {
      color: rgba(255,255,255,0.75);
      font-weight: 600;
    }

  .wipeScheduleCounter .timer {
    display: flex;
    gap: 16px;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
  }

  .wipeScheduleCounter .timer-sep {
    font-size: 32px;
    color: rgba(232, 84, 10, .9);
    margin-bottom: 14px;
  }

  .wipeScheduleCounter .timer-num {
    font-size: 40px;
    font-weight: 500;
    color: #fff;
    display: block;
    line-height: 1;
    min-width: 60px;
  }

  .wipeScheduleCounter .timer-label {
    font-size: 11px;
    letter-spacing: 1px;
    color: rgba(255, 255, 255, .5);
    text-transform: uppercase;
    display: block;
    font-family: var(--roboto-condensed);
  }

/* ----------------------------------------------------
		End Wipe Schedule
------------------------------------------------------- */
/* ----------------------------------------------------
		Start - ContentCardListWidget
------------------------------------------------------- */

.contentCardListWidget {
  max-width: 1920px;
}

  .contentCardListWidget h2 {
    text-align: left;
    font-size: 1.3rem;
  }

  .contentCardListWidget .contentCardList {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
  }

  .contentCardListWidget .contentCard {
    text-align: left;
    font-size: 1.3rem;
    background: rgba(255, 255, 255, .07);
    border: 0.5px solid rgba(255, 255, 255, .08);
    border-radius: 10px;
    padding: 16px;
    font-family: var(--roboto-condensed);
  }

    .contentCardListWidget .contentCard .header {
      font-size: 1rem;
      font-weight: 500;
      color: rgba(255, 255, 255, .7);
      margin-bottom: 6px;
      line-height: 1.3;
      text-transform: uppercase;
      font-family: var(--roboto-condensed);
    }

    .contentCardListWidget .contentCard .subHeader {
      font-size: 0.9rem;
      color: var(--rust-red);
      margin-bottom: 8px;
      font-weight: 500;
      line-height: 1.3;
    }

    .contentCardListWidget .contentCard .rteCopy {
      font-size: 0.8rem;
      color: rgba(255, 255, 255, .5);
      line-height: 1.6;
      margin-bottom: 0;
    }

/* ----------------------------------------------------
		End - ContentCardListWidget
------------------------------------------------------- */
/* ----------------------------------------------------
		Start - RustWipeScheduleWidget
------------------------------------------------------- */

.rustWipeScheduleWidget {
  max-width: 1920px;
}

  .rustWipeScheduleWidget h2 {
    text-align: left;
    font-size: 1.3rem;
  }

.schedule-table {
  width: 100%;
  border-collapse: collapse;
  position: relative;
  z-index: 2;
  margin-bottom: 28px
}

  .schedule-table th {
    font-size: 0.8rem;
    letter-spacing: 1px;
    color: rgba(255,255,255,.5);
    text-transform: uppercase;
    text-align: left;
    padding: 0 12px 10px;
    font-weight: 400
  }

  .schedule-table td {
    padding: 10px 12px;
    font-size: 0.8rem;
    border-top: 0.5px solid rgba(255,255,255,.05)
  }

.badge-force {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 3px 10px;
  border-radius: 4px;
  font-size: 0.7rem;
  letter-spacing: .5px;
  background: rgba(232,84,10,.15);
  color: #e8540a;
  border: 0.5px solid rgba(232,84,10,.3)
}

.badge-map {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 3px 10px;
  border-radius: 4px;
  font-size: 10px;
  letter-spacing: .5px;
  background: rgba(255,255,255,.06);
  color: rgba(255,255,255,.4);
  border: 0.5px solid rgba(255,255,255,.1)
}

/* ----------------------------------------------------
		End - RustWipeScheduleWidget
------------------------------------------------------- */
/* ----------------------------------------------------
		Start - FaqWidget
------------------------------------------------------- */

.faqWidget {
  max-width: 1920px;
}

  .faqWidget h2 {
    text-align: left;
    font-size: 1.3rem;
  }

  .faqWidget .faq-item {
    border-top: 0.5px solid rgba(255, 255, 255, .1);
    padding: 14px 0;
  }

  .faqWidget .faq-q {
    font-size: 0.9rem;
    font-weight: 500;
    color: rgba(255, 255, 255, .7);
    margin-bottom: 6px;
  }

  .faqWidget .faq-a {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, .5);
    line-height: 1.7;
  }

/* ----------------------------------------------------
		End - FaqWidget
------------------------------------------------------- */
