@font-face {
  font-family: "LatoBold";
  src: url("./fonts/Lato-Bol-webfont.eot");
  src: url("./fonts/Lato-Bol-webfont.eot?#iefix") format("embedded-opentype"), url("./fonts/lato-bol-webfont.woff") format("woff"), url("./fonts/Lato-Bol-webfont.ttf") format("truetype"), url("./fonts/Lato-Bol-webfont.svg#LatoBold") format("svg");
  font-weight: normal;
  font-style: normal;
}
.brandName {
  text-transform: uppercase;
}

@keyframes menuShow {
  96%, 100% {
    transform: scaleY(1);
    opacity: 1;
  }
}
.horzLinks a:hover {
  text-decoration: underline !important;
}

#top-menu-navBox {
  font-weight: bold;
  position: relative;
  z-index: 5;
  float: right;
  width: 300px;
  list-style: none;
  margin: 0;
  padding: 0;
  background: #9A0404;
  right: 0;
  height: auto;
}
#top-menu-navBox li {
  position: relative;
  text-align: left;
  width: 300px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: normal;
  font-family: LatoBold, sans-serif;
  padding: 14px 20px 11px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.298039);
  white-space: nowrap;
}
#top-menu-navBox a {
  display: block;
  color: rgb(255, 255, 255) !important;
  text-decoration: none;
  padding: 0 27px;
}
#top-menu-navBox a:hover {
  text-decoration: underline !important;
}

.jbcSlideMenu {
  display: none;
  transform-origin: left top;
  transform: scaleY(0);
  animation: menuShow 0.5s reverse;
  box-shadow: black 2px 2px 5px;
}

.jbcSlideMenu.jbDisplay {
  animation: menuShow 0.5s forwards;
}

.headerNavs #top-menu-navBox.jbDisplay {
  display: inherit;
  position: absolute;
  height: auto;
  top: 52px;
}
@media (max-width: 979px) {
  .headerNavs #top-menu-navBox.jbDisplay {
    top: 67px;
  }
}
.headerNavs ul {
  flex-direction: column;
}

.headerSearch {
  padding: 0 22px 0 30px;
}
.headerSearch #searchWrapperBox.jbDisplay {
  display: inherit;
  right: 0;
  top: 67px;
}
@media screen and (max-width: 340px) {
  .headerSearch #searchWrapperBox.jbDisplay {
    right: -35px;
    width: 100vw;
  }
}

#searchWrapperBox {
  position: absolute;
  display: none;
  background: #9A0404;
  transform: scaleY(0);
  width: 320px;
}
#searchWrapperBox form {
  width: 100%;
  padding: 10px;
}
#searchWrapperBox form input {
  border: none;
  color: #333;
  padding: 10px 18px;
  background: white;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  font-size: 17px !important;
  width: 100%;
}
#searchWrapperBox a {
  display: block;
  color: #666;
  font-size: 20px;
  font-weight: bold;
  line-height: 62px;
  position: absolute;
  right: 20px;
}

header {
  position: relative;
  z-index: 9;
  border-bottom: 2px solid white;
  min-height: 67px;
  background-repeat: repeat-x;
}
header > .innerHeader {
  background: none;
  display: flex;
  width: 95%;
  max-width: 1097px;
  margin: 0 auto;
}
header > .innerHeader a {
  color: white;
}
header > .innerHeader > div.jbLogo {
  flex: 1 1 auto;
}
header > .innerHeader > div.jbLogo img {
  height: 100%;
  width: auto;
}
header > .innerHeader > div {
  flex: 0 0 auto;
  display: flex;
}
header > .innerHeader > div > ul {
  padding: 0 0 0 0 !important;
  display: flex;
  align-items: center;
}
header > .innerHeader .horzLinks {
  display: flex;
}
header > .innerHeader > ul {
  display: flex;
}
header > .innerHeader ul li {
  list-style: none;
}
header div {
  position: relative;
}
header .socialLinks > li {
  padding: 0 5px 0 0;
}
@media screen and (max-width: 600px) {
  header .socialLinks {
    display: none !important;
  }
}

.namedLinks a {
  font-size: 15px;
  font-weight: bold;
  font-family: LatoBold, sans-serif;
  text-transform: uppercase;
}
.namedLinks li {
  padding-right: 35px;
}
@media screen and (max-width: 600px) {
  .namedLinks li {
    padding-right: 2vw;
  }
}
@media screen and (max-width: 300px) {
  .namedLinks {
    display: none !important;
  }
}

body #top-menu {
  display: block !important;
}
body #top-menu li {
  display: block;
}
body #top-menu li.current-menu-ancestor > a, body #top-menu li.current-menu-item > a {
  color: inherit;
}

body footer a i.fa-brands {
  min-width: 35px;
  min-height: 35px;
  font-size: 25px;
}
body footer a i.fa-brands.fa-youtube {
  font-size: 22px;
  padding-top: 7px;
}
body footer#main-footer {
  background-size: auto 375px;
  clear: both;
}
body footer#main-footer .inner {
  padding-top: 45px;
  padding-bottom: 25px;
  display: flex;
}
body footer#main-footer .inner .footerBlock {
  float: none;
}
@media only screen and (min-width: 1350px) {
  body footer#main-footer .inner .footerBlock .et_pb_section, body footer#main-footer .inner .footerBlock .et_pb_row {
    padding: 0 0 0 0;
  }
}
body footer#main-footer .inner .footerBlock .footerList a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  body footer#main-footer .inner {
    flex-direction: column;
  }
}
body footer#main-footer .et_pb_row, body footer#main-footer .et_pb_column {
  width: auto !important;
  max-width: none !important;
  float: none !important;
}
body footer#main-footer .footerLinks nav {
  max-width: 1000px;
  margin: 0 auto;
  width: 95%;
  padding: 10px 0;
}
@media only screen and (min-width: 1350px) {
  body footer#main-footer .footerLinks .et_pb_section, body footer#main-footer .footerLinks .et_pb_row {
    padding: 0 0 0 0;
  }
}
body footer#main-footer .footerLinks li {
  display: inline-block;
  margin-right: 10px;
}
body footer#main-footer .footerLinks a {
  color: white;
  opacity: 0.8;
  font-size: 13px;
}
body footer#main-footer .footerLinks a:hover {
  text-decoration: underline !important;
}
body footer#main-footer .footerLinks ul {
  padding-bottom: 0;
}
body #footer-bottom {
  margin-bottom: 0;
  background-color: white !important;
}
body #footer-bottom #jbFooterBottom {
  text-align: center;
  color: #666 !important;
  margin-bottom: 35px;
}
body #footer-bottom #jbFooterBottom .jb_BrandName {
  text-transform: uppercase;
}
body #footer-bottom #jbFooterBottom .jb_BrandName sup {
  font-size: 80%;
  bottom: 0.2em;
}
body #footer-bottom #jbFooterBottom p {
  color: #666 !important;
  font-size: 12px;
}
body #footer-bottom #jbFooterLogos {
  padding: 0;
}
body #footer-bottom #jbFooterLogos li {
  display: inline-block;
}
body #footer-bottom #jbFooterLogos a {
  padding: 10px 30px;
}
body #footer-bottom #jbFooterLogos a img {
  filter: gray(1);
  -webkit-filter: grayscale(100%);
  opacity: 0.5;
}
body #footer-bottom #jbFooterLogos a:hover img {
  filter: unset;
  opacity: 1;
}

.ivpa-info-box {
  display: none !important;
}
.ivpa-info-box > div {
  display: none !important;
}

.ctaRow {
  margin-top: 15px;
}
.ctaRow a.cta {
  font-family: Asap, sans-serif;
  font-size: 20px;
  color: #fff;
  position: relative;
  padding: 5px 40px;
  border: 2px solid;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 0;
  background: transparent;
  font-weight: bold;
  line-height: 1.7em !important;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  text-decoration: none;
  box-sizing: border-box;
  min-width: 300px;
  text-transform: uppercase;
}
.ctaRow a.cta:hover {
  background: rgba(255, 255, 255, 0.2);
}
.ctaRow a.cta:hover:after {
  margin-left: 2px;
  opacity: 1;
}
.ctaRow a.cta:after {
  content: "5";
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  opacity: 0;
  transition: all 0.2s;
  position: absolute;
  margin-left: -1em;
  font-family: "ETmodules", sans-serif !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.7em;
  text-transform: none;
  speak: none;
}

#jbInterVideo {
  height: 100vh;
  width: 100vw;
  position: fixed;
  background: rgba(20, 20, 20, 0.6);
  top: 0;
  z-index: 999;
}
#jbInterVideo > div {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 320px;
}
#jbInterVideo > div > .closeButton {
  color: white;
  text-shadow: 1px 1px 3px black;
  position: absolute;
  top: 2px;
  right: 2px;
}

.homeSocialGridSquare .jbinterstitialVideo {
  display: block;
  height: 100%;
  width: 100%;
}

body .brandName {
  text-transform: uppercase;
  white-space: nowrap;
}
body .brandName sup {
  font-size: 80%;
  bottom: 0.2em;
}
body.et_fixed_nav.et_show_nav #page-container {
  padding-top: 0 !important;
}
body :focus-visible {
  outline: auto !important;
  outline: -webkit-focus-ring-color auto 2px !important;
  outline-offset: 3px !important;
}
body .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
body .hidden, body et-cart-info {
  display: none;
  height: 0;
}
body span.logo_helper {
  width: unset;
}
body i.fa.fa-bars,
body i.fa-solid.fa-magnifying-glass {
  font-size: 31px;
  color: white;
  cursor: pointer;
  margin-top: 2px;
}
body i.fa-solid.fa-magnifying-glass {
  font-size: 23px;
}
body a i.fa-brands {
  background-color: white !important;
  border-radius: 50%;
  padding: 5px;
  color: #bf2036;
  min-width: 25px;
  text-align: center;
  box-sizing: border-box;
}
body a:hover i.fa-brands {
  /*	font-weight: 900;
  	text-shadow: 0 0 2px black; Removed for a diff solution to indicate change */
}
@media screen and (max-width: 500px) {
  body #sthoverbuttons {
    display: none !important;
  }
}
body .jbcBottomFeat {
  padding: 75px 0;
  max-width: 1165px;
  width: 95%;
  display: flex;
  margin: 0 auto;
  justify-content: center;
}
body .jbcBottomFeat > .featureBox {
  height: 304px;
  width: 304px;
  position: relative;
}
body .jbcBottomFeat > .featureBox:nth-child(2) {
  margin: 0 2%;
}
@media screen and (max-width: 700px) {
  body .jbcBottomFeat {
    flex-direction: column;
    align-items: center;
    padding: 5px 0;
  }
  body .jbcBottomFeat > .featureBox:nth-child(2) {
    margin: 2% 0;
  }
}
@media screen and (max-width: 310px) {
  body .jbcBottomFeat > .featureBox {
    width: 99vw;
    height: 99vw;
  }
}

/*# sourceMappingURL=jbc-global.css.map */
