@charset "utf-8";
/* Reset Styles */
* {
    /* margin: 0;
      padding: 0;*/
    box-sizing: border-box
}
  html,
  body {
    height: 100%;
    display: block;
    font-family: "Roboto Condensed",-apple-system,BlinkMacSystemFont,"Segoe UI","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
    -webkit-font-smoothing: antialiased;
    background-image: url('https://c74768565d.mjedge.net/contentthumbs/STATIC/SS/main_bg.gif'),url('https://c74768565d.mjedge.net/contentthumbs/STATIC/SS/main_bg.gif');
    /* Left and right images */
    /* background-repeat: repeat-y,repeat-y; */
    /* Repeat both images vertically */
    background-size: auto 960px,auto 960px;
    /* Set height explicitly, width auto */
    background-position: calc((100vw - 1600px) / 2 - 1400px) top,calc(100vw - (100vw - 1600px) / 2 - 60px) top;
    background-attachment: fixed,fixed;
    /* Ensures backgrounds stay in place when scrolling */
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 1.5;
   /* color: #333;
    overflow-x: hidden;*/
}

main {
  background-color: #C6C9BD;
  padding-bottom: 30px;
}

  /* Page Wrapper - Holds everything */
.page-wrapper {
    position: relative;
    display: block;
    /* Remove flexbox shrinking behavior */
    width: 100%;
    min-height: 100vh;
    height: auto
}
  /* For specific troublesome images */
.problem-image {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    object-fit: contain !important
}

.VideoBanner {
    width: 100%;
    max-width: 230px;
    /* Match your image's natural width */
    margin: 0 auto
}
.VideoBanner a {
    display: block;
    width: 100%
}
.VideoBanner .adjustable-image {
    display: block;
    width: 100%;
    max-width: 230px;
    height: auto;
    margin: 0 auto
}
  /* Override any conflicting styles */
.adjustable-image {
    width: 100% !important;
    max-width: 230px !important;
    height: auto !important;
    object-fit: contain !important
}
  /*|||||||||||||||||||||||||||||||||||||||||||||||||||
                 SHADOW LEFT AND RIGHT
  |||||||||||||||||||||||||||||||||||||||||||||||||||| */
  /*
.bg-column {
      position: absolute;
      top: 0;
      bottom: 0;
      width: 50px;
      min-width: 50px;
      max-width: 50px;
      background-repeat: repeat-y;
      z-index: 0
}


.bg-left {
      left: calc((100% - 1600px) / 2 - 50px);
      box-shadow: inset -20px 0 20px -10px rgba(0, 0, 0, 0.2);
      width: 50px
}

.bg-right {
      right: calc((100% - 1600px) / 2 - 50px);
      box-shadow: inset 20px 0 20px -10px rgba(0, 0, 0, 0.2);
      width: 50px
}
      */
  /*|||||||||||||||||||||||||||||||||||||||||||||||||||
                   HEADER
  |||||||||||||||||||||||||||||||||||||||||||||||||||| */
.header {
    align-content: center;
/*    background-image: url('https://c74768565d.mjedge.net/contentthumbs/STATIC/SS/main_bg.gif'); */
    background: #000000;
    background-position: left top;
    background-size: 1600px 138px;
    max-width: 1600px;
    min-height: 138px;
    margin-bottom: 20px;
    position: fixed;
    width: 100%;
    z-index: 1000;
    top: 0;
}
  /*|||||||||||||||||||||||||||||||||||||||||||||||||||
                 NAV ELEMENTS WITH ICONS
  |||||||||||||||||||||||||||||||||||||||||||||||||||| */

.nav-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.nav-logo-wrapper {
    align-self: center;
    display: flex;
    max-width: 100vh;
    height: 100%;
    padding-top: 20px;
}

#ss-logo img {
  max-width: 380px;
  padding: 0px 20px 10px;
}
  /* 🔹 Desktop Navigation */
.nav-menu {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.nav-item {
    display: flex;
    align-items: center;
    color: white;
    text-decoration: none;
    padding: 10px 15px
}
/*
.nav-item:first-of-type {
    display: flex;
    justify-content: flex-start;
    align-items: left;
    margin: 0 0 0 40px
}
*/
.nav-item:last-of-type {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 0 60px 0 0;
    width: 100%;
    /* ADDED FOR SMALL NAV REMOVE ONCE FULL NAV RETURNS */
}
.nav-text {
    font-size: 28px;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
    display: flex;
    align-items: center
}

@media (min-width: 1155px) {
  .nav-text {
    font-size: 32px;
  }
}

  /* 🔹 Icon Placement */
.nav-icon {
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px
}
.nav-item .nav-icon,
.mobile-nav-item .nav-icon {
    background-color: white;
}
.nav-item:active .nav-icon,
.nav-item:hover .nav-icon,
.mobile-nav-item:active .nav-icon,
.mobile-nav-item:hover .nav-icon {
    filter: none;
}

.nav-item:hover .nav-text,
.nav-item:active .nav-text,
.mobile-nav-item:hover .nav-text,
.mobile-nav-item:active .nav-text {
    color: yellow;
}

.mobile-nav .nav-btn-wrapper {
  display: none; visibility: hidden;
}
  /* 🔹 Individual Icons */
.guys .nav-icon {
    background-color: transparent;
    background-image: url('../img/icon/icon-star.png');
    filter: grayscale(100%) brightness(2);
    background-size: 28px 28px;
    width: 30px;
    height: 30px;
}
.best .nav-icon {
    background-color: transparent;
    background-image: url('../img/icon/icon-tag.png');
    background-size: 37px 34px;
    filter: grayscale(100%) brightness(2);
    width: 37px;
    height: 34px;
}
.login .nav-icon {
    background-color: transparent;
    background-image: url('../img/icon/icon-lock.png');
    background-size: 38px 38px;
    filter: grayscale(100%) brightness(2);
    width: 40px;
    height: 40px;
    transform: scaleX(-1);
}
  /* EXTRA ELEMENT */
.extra .nav-icon {
    background-image: url('https://c74768565d.mjedge.net/contentthumbs/STATIC/FX/icon-extra2.png');
    width: 39px;
    height: 38px;
    background-size: 39px 38px
}
  /*|||||||||||||||||||||||||||||||||||||||||||||||||||
                    NAV BUTTON
  |||||||||||||||||||||||||||||||||||||||||||||||||||| */
.nav-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
    cursor: pointer;
    white-space: nowrap;
    text-decoration: none;
    margin: 0 40px 0 0
}
  /* 🔹 Left Cap */
.nav-btn-left {
    width: 16px;
    height: 100%;
    background: url('https://c74768565d.mjedge.net/contentthumbs/STATIC/FX/nav-btn-l.png') no-repeat center;
    background-size: contain;
    margin: 0;
    padding: 0
}
  /* 🔹 Middle (Expands to Fit Content) */
.nav-btn-text {
    display: flex;
    align-items: center;
    justify-content: center;
    background: url('https://c74768565d.mjedge.net/contentthumbs/STATIC/FX/nav-btn-m.jpg') repeat-x center;
    background-size: auto 100%;
    height: 100%;
    white-space: nowrap;
    padding: 0 10px
}
.nav-btn-text .nav-text {
    font-family: "Roboto Condensed",sans-serif;
    letter-spacing: 1px;
    font-weight: 900;
    transform: scaleX(1);
    transform: scaleY(1.5);
    /* Stretches the height */
    display: inline-block
}
  /* 🔹 Right Cap */
.nav-btn-right {
    width: 16px;
    height: 100%;
    background: url('https://c74768565d.mjedge.net/contentthumbs/STATIC/FX/nav-btn-r.png') no-repeat center;
    background-size: contain;
    margin: 0;
    padding: 0
}
  /* 🔹 Hover Effects */
.nav-item:
 .nav-text,
.nav-btn:hover .nav-text {
    color: yellow
}
  /* 🔹 Hamburger Menu */
.hamburger-menu {
    font-size: 24px;
    cursor: pointer;
    color: white;
    display: none/* Default: Hidden */

}
  /* 🔹 Mobile Dropdown Navigation (Hidden by Default) */
.mobile-nav {
    display: none;
    flex-direction: column;
    background-image: url('https://c74768565d.mjedge.net/content/contentthumbs/STATIC/SS/main_bg.gif');
    background-position: left top;
    background-color: rgb(25, 25, 24);
    background-size: cover;
    padding: 10px;
    align-items: center
}
.mobile-nav-item {
    display: flex;
    align-items: center;
    color: white;
    text-decoration: none;
    padding: 10px 15px
}



/* \\\\\\\\\\\\\\\\\\\\\\\\
dropdown
|||||||||||||||||||||||||||||||*/

.dropdown {
  position: relative;
}

.dropdown-toggle {
  cursor: pointer;
}

/* Fix: Remove duplicate display: none */
.dropdown-menu {
  position: absolute;
  background-color: #444;
  top: 100%;
  left: 0;
  z-index: 1000;
  min-width: 400px;
  padding: 1rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0);
  gap: 0.5rem;
  display: none; /* Only once! */
}
/*
.dropdown-menu:after {
content: '';
display: inline-block;
position: absolute;
top: -45px;
left: -75px;
z-index: -1;

background-size:contain;
background-image: url('/img/dropdownbg.png');
background-color: transparent;

max-width:500px;
width: 450px;
height: 528px;
}
*/


.nav-item.best.dropdown:last-of-type {
margin: 0;
}

.dropdown-menu {
  align-items: flex-start;
}

/* Shown when open */
.dropdown.open .dropdown-menu {
  display: flex;
  flex-direction: column;
}

/* Each item */
.dropdown-menu a {
  display: block;
  color: white;
  text-decoration: none;
  padding: 0.4rem 0.6rem;
  white-space: nowrap;
}
 /*
.dropdown-menu a:hover {
 background-color: #555;
}
*/
/* Desktop: only  3 columns
@media (min-width: 600px) {
  .dropdown.open .dropdown-menu {
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 400px;
    min-width: 350px;
  }

  .dropdown-menu a {
    flex: 0 0 15%;
  }
}
*/

/* desktop and mobile - columsn*/
.dropdown.open .dropdown-menu {
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 300px;
  min-width: 250px;
}

/* drop down mobile */
@media (max-width: 940px) {
  .dropdown.open .dropdown-menu {
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 400px;
    min-width: 350px;
    width: 100%;
  }
  .nav-text.dropdown-toggle { font-size: 1.25rem;}

  .nav-item.best.dropdown {margin: 0 0 0 -0px; }

  .dropdown-menu:after {
    top: -30px;
    left: -100px;
    background-size:cover;}

}/* end max-width: 600px */

.dropdown-menu a {
  flex: 0 0 15%;
}

/* Base tag styles */
.dropdown-menu a {
  display: block;
  color: white;
  text-decoration: none;
  padding: 0.4rem 0.6rem;
  white-space: nowrap;
  transition: transform 0.2s ease, background-color 0.2s;
  border-radius: 4px;
  font-size: 1rem;
  font-weight: 400;
}

/* Hover/touch effect
.dropdown-menu a:hover,
.dropdown-menu a:focus,
.dropdown-menu a:active {
  transform: scale(1.05);
}
*/
/*
.dropdown-menu a:first-of-type {
  font-size: 1.25em;
  margin: 0 0 0 -1rem;
}



.dropdown-menu a:nth-child(3n) {
  font-size: 0.85rem;
}

.dropdown-menu a:nth-child(4n) {
  font-size: 1.25rem;
  color: #ffd966;
  padding: 0 0 0 3rem;
}

.dropdown-menu a:nth-child(5n) {
  font-weight: 700;
}


.dropdown-menu a:nth-child(6n) {
  margin: 0.5rem 0 0 -.5rem;
  color: #ccc;
}


*/

  /*|||||||||||||||||||||||||||||||||||||||||||||||||||
                    RESPONSIVE HEADER
  |||||||||||||||||||||||||||||||||||||||||||||||||||| */
  @media (max-width: 1440px) {
    #ss-logo img {
      max-width: 340px;
    }
  
    .nav-item:first-of-type {
          margin: 0 0 0 20px
    }
    .nav-item:last-of-type {
          margin: 0 30px 0 0
    }
    .mobile-nav-item .nav-text {
          font-size: 24px
    }

    /*   🔹 Individual Icons */
    .mobile-nav-item .guys .nav-icon {
          width: 39px;
          height: 38px;
          background-size: 39px 38px
    }
    .mobile-nav-item .best .nav-icon {
          width: 37px;
          height: 34px
    }
    .mobile-nav-item .login .nav-icon {
          width: 30px;
          height: 42px
    }
        /* EXTRA ELEMENT */
    .mobile-nav-item .extra .nav-icon {
          width: 39px;
          height: 38px
    }
    .header {
          background-size: 1440px 118px;
          max-width: 1440px;
          min-height: 118px
    }
}
  /* end 1440 */
  @media (max-width: 1253px) {
    #ss-logo img {
      max-width: 300px;
    }
    .nav-item:first-of-type {
          margin: 0 0 0 10px
    }
    .nav-item:last-of-type {
          margin: 0 20px 0 0
    }
    .header {
        background-size: 1253px 108px;
        max-width: 1253px;
        min-height: 108px
    }
  }
  /* end 1253px */
  @media (max-width: 1175px) {
    #ss-logo img {
      max-width: 240px;
    }
    .header {
      background-size: 1175px 85px;
      max-width: 1175px;
      min-height: 85px
    }
  
    .nav-btn {
      height: 45px
    }
    /* 🔹 Left Cap */
    .nav-btn-left {
      width: 10px;
      background: url('https://c74768565d.mjedge.net/contentthumbs/STATIC/FX/nav-btn-l-mobile.png') no-repeat center
    }
    /* 🔹 Middle (Expands to Fit Content) */
    .nav-btn-text {
      background: url('https://c74768565d.mjedge.net/contentthumbs/STATIC/FX/nav-btn-m-mobile.jpg') repeat-x center
    }
    /* 🔹 Right Cap */
    .nav-btn-right {
      width: 10px;
      background: url('https://c74768565d.mjedge.net/contentthumbs/STATIC/FX/nav-btn-r-mobile.png') no-repeat center
    }
  }
  /* end 1175px */
  @media (max-width: 1075px) {
    #ss-logo img {
      max-width: 240px;
    }
.nav-text {
      font-size: 20px;
      font-weight: bold;
      color: white;
      text-transform: uppercase;
      display: flex;
      align-items: center
}
.header {
      background-size: 1075px 80px;
      max-width: 1075px;
      min-height: 80px
}
}
  /* end 1075px */
  /* 🔹 RESPONSIVE STYLES: Mobile Mode 960px */
  @media (max-width: 960px) {
    #ss-logo img {
      max-width: 240px;
    }
.header {
      background-size: 960px 90px;
      max-width: 960px;
      min-height: 80px;
      position: fixed !important;
      /* Set the navbar to fixed position */
      top: 0;
      width: 100%;
      z-index: 10;
      height: 80px;
}

.nav-wrapper {
      display: flex;
      align-items: center;
      justify-content: space-between;
      position: relative;
      width: 100%
}
.nav-menu {
      display: none/* Hide desktop nav */

}
    /* Move Hamburger Menu to the Right */
.hamburger-menu {
      margin-left: auto;
      font-size: 34px;
      cursor: pointer;
      color: white;
      display: block;
      margin: 0 20px 0 0
}
.mobile-nav.active {
      display: flex;
      align-items: flex-start;
      position: absolute;
      z-index: 10;
      width: calc(100% - 0px)/* Show when toggled */
}
    /* Center Instant Access Button */
.nav-btn-wrapper {
      position: absolute;
      left: 60%;
      bottom: 12px;
      transform: translateX(-50%)
}
.nav-text {
      font-size: 18px
}
}
  /* end 960px */
  @media (max-width: 600px) {
    #ss-logo img {
      max-width: 200px;
    }
.nav-btn-wrapper {
      position: absolute;
      left: 70%;
      top: 11px;
      transform: translateX(-50%)
}
.nav-btn {
      height: 45px;
      margin: 0 0px 0 -40px
}
.header {
      background-size: 600px 65px;
      max-width: 600px;
      min-height: 60px;
      height: 60px;
}
.nav-text {
      font-size: 16px
}
.mobile-nav.active {
      display: flex;
      align-items: flex-start/* Show when toggled */
}

.nav-btn-text .nav-text
 {
    font-family: "Roboto Condensed", sans-serif;
    letter-spacing: .75px;
    font-weight: 900;
    transform: scaleX(1);
    transform: scaleY(1.25);
    display: inline-block;
    font-size: 16px;
}


}
  @media (max-width: 500px) {
    #ss-logo img {
      max-width: 190px;
    }
  }
  /* end 600px */
  @media (max-width: 400px) {
    #ss-logo img {
      max-width: 170px;
    }

    .nav-btn-text {
      background: url('https://c74768565d.mjedge.net/contentthumbs/STATIC/FX/nav-btn-m-mobile.jpg') repeat-x center;
      line-height: .85;
      font-size: 12px;
      margin: 10px 0 0 0;
  }

  .nav-btn {
    height: 25px;
    margin: 0 0px 0 -60px;
    max-width: 50px;
    font-size: 10px;
}


.mobile-nav-item.btn.nav-btn-wrapper {
      display: block;
      position: relative;
      left: auto;
      width: 100%;
      margin: 0 auto;
      transform: none
}

.nav-btn-text .nav-text
 {
    font-family: "Roboto Condensed", sans-serif;
    letter-spacing: .5px;
    font-weight: 900;
    transform: scaleX(1);
    transform: scaleY(1.15);
    display: inline-block;
    font-size: 12px;
}


}
  /* END 400px */
  @media (min-width: 401px) and (max-width: 960px) {
.mobile-nav-item.btn .nav-btn-wrapper {
      display: none;
      position: relative;
      left: 0;
      top: 0;
      transform: none
}
}



  /*|||||||||||||||||||||||||||||||||||||||||||||||||||
                    CONTENT
  |||||||||||||||||||||||||||||||||||||||||||||||||||| */
  /*|||||||||||||||||||||||||||||||||||||||||||||||||||
            CONTAINER > MAIN > CONTENT
  |||||||||||||||||||||||||||||||||||||||||||||||||||| */
  /* Container - Main Centered Content */
.container {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1600px;
    /* Keeps it centered */
    margin: 0 auto;
    background: rgba(255, 255, 255, 1);
    text-align: left;
    height: 100%
}
  /* Main Content */
  main {
    flex: 1;
    width: 100%
}
.content {
    margin: 0px 20px
}
  /*|||||||||||||||||||||||||||||||||||||||||||||||||||
                     VIDEO GRID
  |||||||||||||||||||||||||||||||||||||||||||||||||||| */

#related_sets_grid > *:nth-child(n + 17) {
  display: none;
}

.video-header-grid-pagination {
    margin-bottom: 40px/* Adds space between sections */

}
.video-header {
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 10px;
    padding-left: 0px;
    /* Align with grid */
    text-transform: uppercase
}
.video-controls-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    /* Aligns slider to the left */
    gap: 10px;
    /* Space between controls & grid */
    margin: 0 0 20px 20px/* Adds spacing between sections */

}
.grid-controls {
    display: flex;
    align-items: center;
    gap: 10px;
    /* Space between text & slider */
    font-weight: bold
}
.video-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    /* 4 items per row */
    gap: 20px;
    max-width: 1560px;
    margin: 0 auto;
    padding: 0
}
  /* Responsive Column Adjustments */
  @media (max-width: 1200px) {
.video-grid {
      grid-template-columns: repeat(3, 1fr)/* 3 columns on tablets */

}
}
  @media (max-width: 900px) {
.video-grid {
      grid-template-columns: repeat(2, 1fr)/* 2 columns on smaller tablets */

}
}
  @media (max-width: 600px) {
.video-grid {
      grid-template-columns: repeat(1, 1fr)/* 1 column on mobile */

}
}
.video-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%
}
  /* Thumbnail wrap (fixed aspect ratio) */
/*
.video-thumb-wrap {
    position: relative;
    width: 100%;
    padding-top: 75%;
   4:3 aspect ratio
    overflow: hidden;
    background: black
}
*/
.video-thumb-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
/* 16:9 aspect ratio */
  overflow: hidden;
  background: black
}

  /* Keep original size, crop right side of 16:9 */
.video-thumb-wrap img,
.video-thumb-wrap video {
    position: absolute;
    top: 50%;
    left: 0;
    width: auto;
    transform: translateY(-50%)
}


.video-thumb-wrap.video-snipe.sketchy_ad img.video-thumb {
    position: absolute;
    top: 50%;
    left: 0;
    width: auto;
    height: 122% !important;
    transform: translateY(-50%);
}

/* KEY: The snipe overlay */
.video-snipe-studio-in-page {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 25vw;
  height: 50px;

  z-index: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;

  background-color: rgba(255, 255, 255, 0.1);
  box-shadow: 2px 2px 8px rgba(0,0,0,0.3);

  /* Optional styling */
  padding: 0.5em;
  border-radius: .5px;
}

/* KEY: The snipe overlay */
.video-snipe-in-page {
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  z-index:800;

  height: 50px;
  /* height: 100px; */


  background: url('https://fratx.com/img/fx_ad_snipe.svg') no-repeat top right;

/*  background: url('https://fratx.com/img/ad.svg') no-repeat top right; */
  display: block;
  z-index: 10;
  box-shadow: 2px 2px 8px rgba(0,0,0,0);
}

/* KEY: Base snipe styling using ::before pseudo-element */


.video-snipe::before {
  content: attr(data-snipe);
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 800;

  height: 50px;
  /* height: 100px; */

  background: url('https://fratx.com/img/fx_ad_snipe.svg') no-repeat top right;

  /* background: url(https://fratx.com/img/ad.svg') no-repeat top right; */

    background-size: 100px 50px;
/*  background-size: 100px 100px; */

  display: block;
  z-index: 10;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0);
}



  /* Video Info: Keep aligned without stretching row */
.video-info {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 8px;
    align-items: center;
    height: 40px;
    white-space: nowrap;
    overflow: hidden
}
  /* Long title wraps but stays within limits */
.video-title {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /* Cut off extra text */
    max-width: 100%
}
  /* Date stays at the right side */
.video-date {
    flex-shrink: 0;
    white-space: nowrap;
    margin-left: auto
}
  /*|||||||||||||||||||||||||||||||||||||||||||||||||||
            LAST ROW - only for 4:3 layout
  |||||||||||||||||||||||||||||||||||||||||||||||||||| */
  /* Make last row auto-adjust */
.video-grid .last-row {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 10px
}
.video-grid .last-row .video-item {
    flex: 1;
    max-width: 25%/* Auto-adjust width */

}

  /*|||||||||||||||||||||||||||||||||||||||||||||||||||
                   OVERALL CONTENT
  |||||||||||||||||||||||||||||||||||||||||||||||||||| */

  .content { font-size: 1.25rem; font-weight: 400; font-family: "Roboto Condensed", Impact, "Franklin Gothic Bold", sans-serif;}

  .content h1 {
      font-size: 36px;
      margin-bottom: 15px;
      font: normal 800 2rem "Roboto Condensed", Impact, "Franklin Gothic Bold", sans-serif;/* Black */

  }
  .content a,
  .content a:link,
  .text-content a,
  .text-content a:link {
      text-decoration: none;
      color: red;
      display: inline-block;
  }
  .content a:visited,
  .text-content a:visited {
      text-decoration: none;
      color: #8d0000
  }
  .content a:hover,
  .content a:active,
  .text-content a:hover,
  .text-content a:active {
      text-decoration: none;
      color: #333333
  }
  .content,
  .text-content {
      display: block;
      font-size: 16px;
      line-height: 1.6;
      margin: 0 auto;
      margin: 0px 20px 0 20px
  }
    /* Auto-space "paragraphs" by treating blocks of text as if they were <p> */
  .content>*,
  .text-content>* {
      margin-bottom: 15px
  }
    /* Ensure inline links still work */
  .content a,
  .text-content a {
      color: red;
      text-decoration: underline
  }
    /* Remove extra margin on the last paragraph */
  .content>*:last-child,
  .text-content>*:last-child {
      margin-bottom: 0
  }

  .name_larger { font-size: 1.25rem; font-weight: 600; margin: 10px 0 0px 0;}

    /*|||||||||||||||||||||||||||||||||||||||||||||||||||
              VIDEO PAGINATION
  |||||||||||||||||||||||||||||||||||||||||||||||||||| */
.pagination {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  margin: 20px auto;
  padding: 10px 0;
  font-size: 16px;
  margin-top: 20px
}
/* Previous and Next Buttons */
.pagination-edge a, .pagination-edge a:link, .pagination-edge a:visited, .pagination-edge a:active, .pagination-edge a:focus {
  display: inline-block;
  padding: 8px 12px;
  background: #222;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  border-radius: 5px;
  margin: 0
}
.pagination-edge a:hover {
  background: #444;
  color: red;
}
/* Pagination Numbers */
.pagination-center {
  display: flex;
  justify-content: center;
  flex: 1
}
.pagination-center ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0
}
.pagination-center li {
  margin: 0 5px
}
.pagination-center a {
  display: inline-block;
  padding: 8px 12px;
  background: #eee;
  color: #222;
  text-decoration: none;
  border-radius: 5px
}
.pagination-center a:hover {
  background: #ddd
}
/* Active Page Highlight */
.pagination-center .active a {
  background: #000;
  color: #fff;
  font-weight: bold
}
/* Hide extra numbers on mobile */
@media (max-width: 768px) {
.hide_mobile {
    display: none
}
}


/* ||||||||||||||||||||||||
          Login Box
||||||||||||||||||||||||||||||||||||||*/


.login-box {
  background: white;
  padding: 20px 30px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0);
  width: 300px;
  margin: 0 auto;
}
.login-box label {
  display: block;
  margin-top: 15px;
  font-weight: bold;
}
.login-box input[type="text"],
.login-box input[type="password"],
.login-box input[type="submit"] {
  width: 100%;
  padding: 10px;
  margin-top: 5px;
  box-sizing: border-box;
}

.login-box input[type="submit"] {
  background-color: #000000;
  color: white;
  border: none;
  cursor: pointer;

}
.login-box input[type="submit"]:hover {
  background-color: #333333;
  }

.login-boxbutton {
  width: 100%;
  padding: 10px;
  margin-top: 20px;
  background-color: #000000;
  color: white;
  border: none;
  cursor: pointer;
}
.login-box button:hover {
  background-color: #333333;
}


  /*|||||||||||||||||||||||||||||||||||||||||||||||||||
                    FOOTER
  |||||||||||||||||||||||||||||||||||||||||||||||||||| */
  footer {
    max-width: 1600px;
    width: 100%;
    text-align: center;
    background: #000
}
.footer-container {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto
}
  /* Footer Banner */
.footer-banner img {
    max-width: 100%;
    width: 100%;
    height: auto
}
.footer-info-wrap {
    background-image: url('https://c74768565d.mjedge.net/contentthumbs/STATIC/SS/main_bg.gif');
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0
}
  /* Footer Navigation */
.footer-nav-wrap {
    flex: 1;
    display: flex;
    justify-content: center;
    background: rgba(0, 0, 0, .96);
    padding: 10px 0;
    max-width: 100%;
    width: 100%;
    flex-shrink: 0
}
.footer-nav {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center
}
.footer-nav-item {
    color: white;
    text-decoration: none;
    font-weight: bold;
    font-size: 1rem;
    position: relative;
    padding: 5px 10px
}
.footer-nav-item:hover,
.footer-nav-item:active {
    color: yellow
}
.footer-nav-item::after {
    content: " ";
    display: inline-block;
    background: url(../img/footer-nav-shape.png);
    background-size: 12px 12px;
    width: 12px;
    height: 12px;
    color: white;
    font-size: 12px;
    margin-left: 40px
}
.footer-nav-item:last-child::after {
    content: "";
    background: none/* Remove separator from the last item */

}
  /* Footer Text */
.footer-text-wrap {
    flex: 1;
    max-width: 100%;
    font-size: 1rem;
    line-height: 1.2;
    color: #fff;
    text-align: center;
    padding: 10px 20px
}
  /* Footer Links */
.footer-link {
    color: #f45f5f;
    text-decoration: underline
}
.footer-link:hover {
    text-decoration: none
}


.join-txt-link, .join-txt-link a:link,
.join-txt-link, .join-txt-link a:visited {
  font-size: 2.25rem;
  font-weight: 700;
  color: #ee1329;
  text-decoration: underline;
  text-align: center;
  padding: 30px 0;;
}

@media (max-width: 960px) {
  .join-txt-link, .join-txt-link a:link,
  .join-txt-link, .join-txt-link a:visited {
    font-size: 2.75rem;
  }
}
@media (max-width: 640px) {
  .join-txt-link, .join-txt-link a:link,
  .join-txt-link, .join-txt-link a:visited {
    font-size: 2rem;
  }
}
