@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700);#desktop-nav {
  background: #000;
  position: fixed;
  width: 100%;
  top: 0;
  padding: 0;
  z-index: 11;
}

#desktop-nav ul {
  display: grid;
  grid-template-columns:  0.75fr minmax(10rem, 1fr) 0.75fr 0.5fr 0.75fr 1fr 1fr 0.5fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
  margin: 0 0;
}

#desktop-nav ul li:nth-of-type(1) a img {
  width: 4.5rem;
}

#desktop-nav ul li a {
  color: #fff;
  font-family: sans-serif;
  font-size: 80%;
  display: block;
}

#desktop-nav > ul > li > a {
  padding: 1.58rem .75rem;
}

#desktop-nav > ul > li > a.desktop-nav-logo {
  padding: 0;
}

#desktop-nav ul li.cart a.cart-link-desktop {
  position: relative;
}

#desktop-nav ul li.cart a.cart-link-desktop .cart-items-circle {
  left: 11px!important;
  top: 6px!important;
}

#desktop-nav ul li.cart a.cart-link-desktop .cart-items-circle .cart-item-number {
  position: absolute;
  top: 13px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  visibility: hidden;
  opacity: 0;
}

#desktop-nav .desktop-dropdown {
  position: relative;
}

#desktop-nav .desktop-dropdown .dropdown-menu {
  position: absolute;
  display: none;
  grid-template-columns: 1fr;
  width: 100%;
  min-width: 15rem;
  justify-items: left;
  background-color: #fff;
  border: 1px solid #999;
  -webkit-box-shadow: 1px 5px 5px #555;
          box-shadow: 1px 5px 5px #555;
  top: 3.5rem;
  left: 0.75rem !important;
  padding: 0;
}

#desktop-nav .desktop-dropdown .dropdown-menu.open {
  display: grid;
}

#desktop-nav .desktop-dropdown .dropdown-menu li  {
  width: 100%;
}

#desktop-nav .desktop-dropdown .dropdown-menu li a {
  color: #000;
  padding: 0.5rem 0.75rem;
  display: block;
  border-bottom: 1px solid #ccc;
  text-decoration: none;
  font-size: 75%;
  text-transform: uppercase;
}

#desktop-nav .desktop-dropdown .dropdown-menu li:last-of-type a {
  border-bottom: none;
}

#desktop-nav .free-shipping {
  margin: 0;
  padding: 0;
  background: #FFEB3B;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}

/********* new desktop dropdown nav for store ************/

#desktop-nav .dropdown-wrapper {
  position: fixed;
  background-color: rgba(20,20,20, 0.5);
  left: 0;
  width: 100vw;
  height: 0vh;
  overflow: hidden;
  /* transition: height 0.5s ease; */
}

#desktop-nav .dropdown-wrapper.open {
  height: 100vh;
}

#desktop-nav .dropdown-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  margin: 0 auto;
  background-color: #fff;
  color: #000;
  -webkit-box-shadow: 1px 5px 5px #555;
          box-shadow: 1px 5px 5px #555;
}

#desktop-nav .dropdown-inner .list {
  min-width: 10rem;

}

#desktop-nav .dropdown-inner .list h3 {
  font-size: 1.5rem;
  margin-bottom: 0;
  text-decoration: underline;
  color: #000;
}

#desktop-nav .dropdown-inner .list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 1rem;
  font-size: 1.1rem;
  padding-top: 0.75rem;
}

#desktop-nav .dropdown-inner .list ul li {
  width: 100%;
  margin-bottom: 0.25rem;
}

#desktop-nav .dropdown-inner .list ul li a {
  color: #000;
  font-size: 90%;
}

#desktop-nav .dropdown-open {
  color: #000;
  background: #fff;
  font-weight: 600;
}#mobile-nav {
  background: #000;
  position: fixed;
  width: 100%;
  top: 0;
  padding: 0;
  z-index: 1000;
}

#mobile-nav ul {
  display: grid;
  grid-template-columns:  1fr 3rem 3rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
  margin: 0;
  padding: 0.5rem 1rem;
}

#mobile-nav ul li.logo a img {
  width: 5rem;
}

#mobile-nav ul li a {
  color: #fff;
  font-family: sans-serif;
  font-size: 80%;
}


#mobile-nav ul li.logo {
  justify-self: left;
}

#mobile-nav ul li.cart, #mobile-nav ul li.main-menu {
  justify-self: right;
}

#mobile-nav ul li.cart a.cart-link-mobile {
  position: relative;
}

#mobile-nav ul li.cart a.cart-link-mobile .cart-items-circle {
  top: -24px!important;
}

#mobile-nav ul li.cart a.cart-link-mobile .cart-items-circle .cart-item-number {
  position: absolute;
  top: 13px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  visibility: hidden;
  opacity: 0;
}

#mobile-nav .dropdown-main-menu {
  position: fixed;
  top: 4rem;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0;
  background-color: #fff;
  border-bottom: 1px solid;
  height: 0;
  opacity: 0;
  z-index: -1;
  max-height: 88vh;
  overflow-y: auto;
  display: grid;
  grid-template-columns: 1fr;
  justify-items: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}

#mobile-nav .dropdown-main-menu.open {
  height: auto;
  z-index: 20;
  opacity: 1;
}

#mobile-nav .dropdown-main-menu > li {
  width: 100%;
}

#mobile-nav .dropdown-main-menu > li > a {
  color: #000;
  display: block;
  padding: 1rem;
  border-bottom: 1px solid #ccc;
  background-color: #efefef;
  width: calc(100% - 2rem);
  font-weight: bold;
}

#mobile-nav .dropdown-main-menu > li a:hover, #mobile-nav .dropdown-main-menu > li a:focus {
  text-decoration: none;
}


#mobile-nav .icon-nav {
  padding-right: 0.5rem;
}


/******** Secondary Dropdown for Support **********/
#mobile-nav .dropdown-main-menu > li.dropdown-menu {
  /* position: absolute; */
  top: 3.5rem;
  background-color: #fff;
  min-width: 16rem;
  /* border: 1px solid rgba(0,0,0,.15);
  box-shadow: 0 6px 12px rgba(0,0,0,.175); */
  overflow: hidden;
  height: 0;
  opacity: 0;
  z-index: -1;
  /* left: 0 !important; */
  /* display: grid;
  grid-template-columns: 1fr; */
  width: calc(100% - 2rem);
  /* justify-items: left;
  padding: 0; */
}

#mobile-nav .dropdown-main-menu > li.dropdown-menu.open {
  height: auto;
  z-index: 20;
  opacity: 1;
}

#mobile-nav .dropdown-main-menu > li.dropdown-menu ul {
  grid-template-columns: 1fr;
}

#mobile-nav .dropdown-main-menu > li.dropdown-menu ul li {
  width: 100%;
}

#mobile-nav .dropdown-main-menu > li.dropdown-menu ul li a {
  color: #000;
  display: block;
  padding: 0.5rem 2rem;
  font-weight: normal;
  /* border-bottom: 1px solid #ccc; */
  text-transform: uppercase;
  font-size: 75%;
}

#mobile-nav .free-shipping {
  margin: 0;
  padding: 0;
  background: #FFEB3B;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}


/**** New Mobile Menu ****/

#mobile-nav .mobile-menu {
  position: fixed;
  top: 0;
  left: 100%;
  height: 100vh;
  width: 100%;
  background: #fff;
  color: #000;
  -webkit-transition: left 0.5s ease;
  transition: left 0.5s ease;
}

#mobile-nav .mobile-menu .header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 1px solid #efefef;
}

#mobile-nav .mobile-menu .header .elite-logo-black {
  position: absolute;
  top: 0.75rem;
  left: 1rem;
  width: 3.5rem;
}

#mobile-nav .mobile-menu .header h3 {
  font-size: 1.5rem;
}

#mobile-nav .mobile-menu .icon {
  position: absolute;
  right: 1.5rem;
}

#mobile-nav .mobile-menu .close {
  padding-left: 1rem;
  z-index: 50;
  cursor: pointer;
}

#mobile-nav .mobile-menu .icon-back {
  padding-left: 1rem;
}

#mobile-nav .mobile-menu ul {
  display: block;
  margin-left: 1rem;
  padding: 0;
}

#mobile-nav .mobile-menu ul li a {
  position: relative;
  color: #000;
  display: block;
  border-bottom: 1px solid #efefef;
  padding: 1rem 3rem 1rem 1rem;
  font-size: 100%;
}

#mobile-nav .mobile-support-menu, #mobile-nav .mobile-store-menu, #mobile-nav .mobile-store-bows-menu, #mobile-nav .mobile-store-accessories-menu {
  position: fixed;
  top: 0;
  left: 100%;
  height: 100vh;
  width: 100%;
  background: #fff;
  color: #000;
  -webkit-transition: left 0.5s ease;
  transition: left 0.5s ease;
  line-height: 1;
  font-size: 1rem;
}

#mobile-nav .mobile-support-menu .header, #mobile-nav .mobile-store-menu .header {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}

#mobile-nav .mobile-support-menu .header div, #mobile-nav .mobile-store-menu .header div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

#mobile-nav .mobile-support-menu, #mobile-nav .mobile-store-menu {
  z-index: 1;
}

#mobile-nav .mobile-store-bows-menu, #mobile-nav .mobile-store-accessories-menu {
  z-index: 2;
}

#mobile-nav .mobile-menu.open, #mobile-nav .mobile-support-menu.open, #mobile-nav .mobile-store-menu.open, #mobile-nav .mobile-store-bows-menu.open, #mobile-nav .mobile-store-accessories-menu.open {
  left: 0% !important;
}

#mobile-nav .mobile-menu.open ul, #mobile-nav .mobile-support-menu.open ul, #mobile-nav .mobile-store-menu.open ul, #mobile-nav .mobile-store-bows-menu.open ul, #mobile-nav .mobile-store-accessories-menu.open ul {
  height: calc(100vh - 50px);
  overflow: auto;
}
#main-footer {
  border-top: 1px solid #999;
  background-color: #efefef;

  position: relative;

}

#main-footer .website-links-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 1rem;
  width: 85%;
  margin: 0 auto;
  padding: 2rem 0;
  text-align: center;
}

#main-footer .website-links-wrapper dl {
  margin: 0;
  line-height: 1;
  font-size: 1rem;
}

#main-footer .website-links-wrapper dl dt {
  font-weight: bold;
  padding-bottom: 1rem;
  text-decoration: underline;
}

#main-footer .website-links-wrapper dl dd {
  padding-bottom: 0.5rem;
}

#main-footer .website-links-wrapper dl dd a {
  text-decoration: none;
  color: #337ab7;
  text-transform: uppercase;
}

#main-footer .website-links-wrapper dl dd a:hover {
  text-decoration: underline;
  color: #555;
}

#main-footer .partners-links-wrapper {
  background: #000;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  width: 100%;
  margin: 0 auto;
  padding: 2rem 0;
  text-align: center;
}

#main-footer .partners-links-wrapper ul {
  margin: 0;
  line-height: 1;
  font-size: 1rem;
}

#main-footer .partners-links-wrapper  ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 0.5rem;
}

#main-footer .partners-links-wrapper  ul li {
  padding: 2rem;
}

#main-footer .partners-links-wrapper ul li a {
  text-decoration: none;
  color: #337ab7;
}

#main-footer .partners-links-wrapper ul li a:hover {
  text-decoration: underline;
  color: #555;
}

.tall-icon {
  margin-top: -1rem;
}

#main-footer .copyright {
  color: #fff;
  padding: 1rem;
  text-align: center;
  background-color: #000;
}

#main-footer .copyright p {
  margin: 0;
  padding-bottom: 1rem;
}

#main-footer .copyright img {
  width: 6rem;
}

@media screen and (max-width: 1070px) {
  #main-footer .website-links-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
  #main-footer .partners-links-wrapper ul {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  #main-footer .website-links-wrapper {
    display: block;
  }
  #main-footer .website-links-wrapper dl {
    margin-bottom: 2rem;
  }
  #main-footer .partners-links-wrapper ul {
    display: block;
  }
  #main-footer .partners-links-wrapper ul li {
    margin-bottom: 0.5rem;
  }

  #main-footer .partners-links-wrapper ul li img {
    width: 25%;
  }
}

@media screen and (min-width: 769px) {
  #main-footer .website-links-wrapper dl dd a {
    font-size: 0.9rem;
  }
}
img.promo-bow-banner {
  -o-object-fit: cover !important;
     object-fit: cover !important;
  height: auto !important;
  width: 100% !important;
}

.camo-promo {
  border-bottom: 1px solid;
  padding-bottom: 1rem;
  margin: 1rem auto;
  width: 100%;
}

.camo-promo h3,
.camo-promo h4 {
  text-align: center;
}

.camo-promo p {
  margin: 1rem auto;
  width: 85%;
  line-height: 150%;
  font-weight: 600;
}

.camo-promo p:last-child {
  opacity: 0.7;
}

.camo-promo a:hover {
  text-decoration: none;
}

.camo-promo button {
  margin: 1rem auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-transform: uppercase;
  font-weight: 900;
  border: 5px solid;
  padding: 1rem;
}
.promo-accessory {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 47rem;
}

.promo-accessory div:nth-of-type(1) {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  color: #ffffff;
  position: absolute;
  top: 20%;
  left: 20%;
  -webkit-transform: translate(-20%, -20%);
          transform: translate(-20%, -20%);
  text-align: left;
  text-transform: uppercase;
  width: 40%;
  z-index: 2;
}

.promo-accessory div:nth-of-type(1) header h6 {
  font-size: 6vw;
  margin-left: 0;
}

.promo-accessory div:nth-of-type(1) ul {
  margin: 0;
}

.promo-accessory div:nth-of-type(1) ul li {
  font-size: 2.5vw;
  padding: 0.75vw 0;
  list-style-type: none;
}

.promo-accessory div:nth-of-type(1) p {
  font-size: 2vw;
  padding-left: 0;
}

  .promo-accessory div:nth-of-type(1) p span {
    font-size: 4vw;
  }

.promo-accessory div:nth-of-type(2) {
  position: absolute;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.promo-accessory div:nth-of-type(2) img {
  -o-object-fit: cover;
     object-fit: cover;
  width: auto;
  height: 100%;
  -webkit-filter: brightness(0.75);
          filter: brightness(0.75);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

.promo-accessory button {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  background: #337ab7;
  border: none;
  color: #ffffff;
  padding: 1rem;
  text-transform: uppercase;
}


@media screen and (max-width: 1145px) {
  .promo-accessory div:nth-of-type(1) {
    width: 55%;
  }
}

@media screen and (max-width: 793px) {
  .promo-accessory div:nth-of-type(1) {
    width: 70%;
  }

}

@media screen and (max-width: 592px) {
  .promo-accessory div:nth-of-type(1) {
    left: 30%;
    width: 80%;
    top: 25%;
  }

  .promo-accessory div:nth-of-type(2) img {
    -webkit-filter: brightness(0.5) !important;
            filter: brightness(0.5) !important;
  }
}


/* phones */

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait),
@media only screen and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait),
@media only screen and (-webkit-min-device-pixel-ratio: 4) and (orientation: portrait) {

  .promo-accessory div:nth-of-type(1) ul li {
    font-size: 4.5vw;
    padding: 1.5vw 0;
  }

  .promo-accessory div:nth-of-type(1) p {
    font-size: 4vw;
  }

  .promo-accessory div:nth-of-type(1) p span {
    font-size: 9vw;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 3),
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  .promo-accessory div:nth-of-type(2) img {
    -webkit-filter: brightness(0.5) !important;
            filter: brightness(0.5) !important;
  }
}
#hat-builder {
  color: #fff;
  position: relative;
  overflow: hidden;
  background-color: #000;
}

#hat-builder a header {
  position: absolute;
  top: 1vh;
  right: 0;
  text-align: right;
  width: 50%;
  z-index: 2;
}


#hat-builder a header h2 {
  font-size: 5vw;
  text-decoration: none;
  color: #fff;
}

#hat-builder #step-icons {
  position: absolute;
  width: 80%;
  z-index: 1;
  right: 0;
  top: 1vh;
}


#hat-builder #current-patch-img {
  position: absolute;
  left: 0;
  z-index: 1;
}
.klarna-heading-wrapper {
  margin: 0 0 1rem 0;
  border-top: 1px solid;
  padding: 0.5rem 0;
  border-bottom: 1px solid;
}

.klarna-heading-wrapper #klarna-upstream-text{
  font-size: 1.3rem !important;
}

.klarna-heading-wrapper p {
  margin: 0.2rem 0 0 0;
}

/** bow model for bows list index **/
.bow-model-link .klarna-heading-wrapper {
  border-color: #ccc;
}

.bow-model-link .klarna-heading-wrapper #klarna-upstream-text {
  font-size: 1rem !important;
}

.bow-model-link .klarna-heading-wrapper p {
  color: #000;
  font-size: 0.9rem;
}


@media screen and (max-width: 767px) {
  .klarna-heading-wrapper {
    margin: 2rem 0;
  }

  .klarna-heading-wrapper #klarna-upstream-text{
    font-size: 1.5rem !important;
  }

  .klarna-heading-wrapper p {
    font-size: 1rem !important;
  }

  .bow-model-link .klarna-heading-wrapper {
    margin: 0;
  }
}

/****** END NEW KLARNA CSS ********/

article.enlist .klarna-upstream a {
  color: #fff !important;
}

.klarna-cart {
  margin: 0 0 1rem 0;
}

.klarna-wrapper {
  margin: 0 0 1rem 0;
}



/******* Ritual Homepage *********/
article.ritual > h5 {
  margin-top: 0;
  padding: 1rem;
  background: rgba(255,255,255,0.9);
  -webkit-box-shadow: 1px 4px 17px #000;
          box-shadow: 1px 4px 17px #000;
}

article.ritual > h5 #klarna-upstream-text {
  font-size: 2rem !important;
}

article.ritual > h5 #klarna-upstream-learnmore {
  font-size: 1.5rem !important;
}

article.ritual > h5 #klarna-upstream-logo > img {
  width: 75px !important;
  margin-bottom: -1px !important;
  margin-left: 4px !important;
  margin-right: 5px !important;
  vertical-align: baseline !important;
}

@media screen and (max-width: 500px) {
  article.ritual > h5 #klarna-upstream-learnmore {
    display: block;
  }
}

#bows-list-page .bow-list-row div .klarna-heading-wrapper {
  width: 80%;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
}

#bows-list-page .bow-list-row div .klarna-heading-wrapper #klarna-upstream-text {
    font-size: 1.6rem!important;
}

#bows-list-page .bow-list-row div .klarna-heading-wrapper > p {
  color: #000;
  font-size: 1.4rem!important;
}

#bows-list-page .bow-list-row div .klarna-heading-wrapper #klarna-upstream-logo > img {
  width: 52px!important;
  margin-bottom: -1px!important;
  margin-left: 1px!important;
  vertical-align: baseline!important;
  line-height: 0.5!important;
}


@media screen and (max-width: 1300px) {
  #bows-list-page .bow-list-row div .klarna-heading-wrapper, #bows-list-page .bow-list-row div h5 {
    width: 90%;
  }
}

@media screen and (max-width: 800px) {
  #bows-list-page .bow-list-row div .klarna-heading-wrapper, #bows-list-page .bow-list-row div h5 {
    width: 100%;
  }
}
#bows-list-compare .elite-logo {
  max-width: 9rem;
}

#bows-list-compare .bow-lineup-title {
  margin: 1rem 4rem;
  border-bottom: 2px solid #000;
}

#bows-list-compare .bow-list-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 4rem;
  margin: 2rem 4rem;
}

#bows-list-compare .bow-list-row .bow-model-link {
  text-decoration: none;
  position: relative;
}

#bows-list-compare .bow-list-row .bow-image {
  max-height: 32rem;
  width: auto;
}

#bows-list-compare .bow-list-row .bow-name {
  text-transform: uppercase;
  font-size: 300%;
  margin: 0;
}

#bows-list-compare .bow-list-row .bow-axle-axle, #bows-list-compare .bow-list-row .bow-speed-rating {
  font-weight: bold;
  margin-left: 0;
}

#bows-list-compare .bow-list-row .bow-axle-axle span, #bows-list-compare .bow-list-row .bow-speed-rating span {
  font-weight: normal;
}

#bows-list-compare .bow-list-row .bow-use-type-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin: 0;
  padding: 0;
  grid-gap: 1rem;
}

#bows-list-compare .bow-list-row .bow-use-type-list  .bow-use-type-icon {
  width: 100%;
  height: auto;
}

#bows-list-compare .intro-content .purchase-online h2 {
  margin: 1.5rem 0 0;
  font-size: 2rem;
}

#bows-list-compare .intro-content .purchase-online p {
  font-size: 1.2rem;
}

#bows-list-compare .intro-content .purchase-online dl dt {
  font-weight: bold;
}

.shop-now {
  border: 1px solid;
  width: 30%;
  margin: 1rem 0;
  text-align: center;
  padding: 0.25rem;
}

@media screen and (max-width: 1023px) {
  #bows-list-compare .bow-list-row {
    grid-template-columns: 1fr 1fr;
    margin: 2rem 2rem;
  }
}

@media screen and (max-width: 767px) {

  #bows-list-compare .bow-lineup-title {
    text-align: center;
  }

  #bows-list-compare .bow-list-row {
    display: block;
  }

  #bows-list-compare .bow-list-row .bow-model-link {
    padding-bottom: 4rem;
    display: block;
    text-align: center;
    width: 60%;
    margin: 1rem auto;
  }

}

@media screen and (max-width: 600px) {
  .purchase-online dl {
    width: 73%;
  }
}
#buy-online h2 {
  font-size: 2rem;
}

#buy-online h4 {
  font-size: 1.5rem;
}
/***** NEW ABOVE *****/

#home {
  /*margin: -24px 0 auto;*/
  /* padding-top: 4rem; */
  text-align: center;
}

#home .article {
  height: 50rem;
  position: relative;
}
#home .h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#home .h3 {
  font-size: 6rem;
  text-transform: uppercase;
  text-align: center;
}
#home .p-left {
  width: 40%;
  text-align: left;
  position: relative;
  height: 522px; /* make a func to figure it out on the fly */
}

#home .absolute-middle {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 25%;
}

#home .blue-color {
  /*background: aliceblue;*/
  padding: 3rem 0;
}

#home .clear {
  clear: both;
}

#home .mid-width {
  clear: both;
  margin: 1rem auto;
  padding: 2rem 0;
  width: 85%;
}



#home .center-img {
  margin: 0 auto;
}

.elite-pros div.row img {
  margin: 0.5rem;
}

#buy-online {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  height: 83vh;
  overflow: hidden;
}

@media screen and (max-width: 1320px) {
  #home .text-padding {
    padding-top: 0;
  }
}

@media screen and (max-width: 1100px) {
  #home .text-padding {
    padding: 0;
  }

  #home .absolute-middle {
    left: 10%;
  }
}

@media screen and (max-width: 1040px) {
  #home .p-left {
    width: 45%;
  }
}

.elite-wins div {
  min-height: 40rem;
}

.elite-wins div img {
  /*border-radius: 100%;
  height: 18rem;
  width: 18rem;*/
}

.elite-wins div dl dt {
  font-size: 2rem;
  padding-top: 1rem;
}

/* CARD FLIPPING */

/* entire container, keeps perspective */
.flip-container {
	-webkit-perspective: 1000px;
	        perspective: 1000px;
}
	/* flip the pane when hovered */
	.flip-container:hover .flipper, .flip-container.hover .flipper {
		-webkit-transform: rotateY(180deg);
		        transform: rotateY(180deg);
	}

.flip-container, .front, .back {
	width: 320px;
	height: 480px;
}

/* flip speed goes here */
.flipper {
	-webkit-transition: 0.6s;
	transition: 0.6s;
	-webkit-transform-style: preserve-3d;
	        transform-style: preserve-3d;

	position: relative;
}

/* hide back of pane during swap */
.front, .back {
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;

	position: absolute;
	top: 0;
	left: 0;
}

/* front pane, placed above back */
.front {
	z-index: 2;
	-webkit-transform: rotateY(0deg);
	        transform: rotateY(0deg);
}

/* back, initially hidden pane */

.ritual {
  background: #000; /* url('https://s3.amazonaws.com/elite-website/v2/images/bow-models/ritual/ritual-hero.jpg'); */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 100%;
  height: 80vh;
  position: relative;
  clear: both;
}

#placeholder-start,
#placeholder-end {
  /* opacity: 0; */
  position: absolute;
  height: 100%;
  width: auto;
  z-index: 0;
}

@media screen and (max-width: 700px) {
  .enlist, .ritual {
    background-position: 36% 0;
  }
}

.enlist div, .ritual div {
  position: absolute;
  width: 44%;
  left: 13%;
  top: 45%;
  -webkit-transform: translate(-5%, -45%);
          transform: translate(-5%, -45%);
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  text-align: left;
  z-index: 1;
}

.enlist div h2, .ritual div h2 {
  font-size: 5rem;
}

.builder-slider-wrapper {
  position: relative;
}


.legend button {
  border: 1px solid #fff !important;
  color: #fff !important;
  padding: 1rem;
  text-shadow: 1px 1px 1px #000;
  text-transform: uppercase;
}

.builder-slider-wrapper .builder-slider {
  width: 50% !important;
  padding-top: 90px !important;
  background-repeat: no-repeat;
  background-position: center top;
  background: none !important;
  opacity: 1 !important;
  left: 3%!important;
  margin-left: 0!important;
  line-height: 1;
  bottom: 13% !important;
}

@media screen and (max-width: 1150px) {
  .builder-slider-wrapper .builder-slider {
    width: 60% !important;
  }
  .builder-slider-wrapper .builder-slider h1 {
    font-size: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .builder-slider-wrapper .builder-slider, .home-slider .legend {
      width: 94% !important;
      position: absolute !important;
      -webkit-transform: none!important;
              transform: none!important;
      margin: 1rem auto 0 !important;
  }
}

@media screen and (max-width: 550px) {
  .builder-slider-wrapper {
    height: 32rem;
    background-size: auto 100%;
    background-position: center center
  }
  .builder-slider-wrapper > img{
    display: none !important;
  }
}

.option-impulse-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

#home-option {
  background: url('https://s3.amazonaws.com/elite-website/v2/images/option-home.jpg') center center no-repeat;
  background-size: cover;
  height: 30rem;
  position: relative;
}

#home-impulse {
  background: url('https://s3.amazonaws.com/elite-website/v2/images/impulse-home.jpg') right center no-repeat;
  background-size: cover;
  height: 30rem;
  position: relative;
}

#home-impulse div, #home-option div {
  color: #fff;
  text-shadow: 0 3px 9px #000;
  /*background: #ccc;*/
  width: 50%;
  position: absolute;
  right: 5%;
  top: 5%;
  text-align: left;
}

.legend p {
  text-transform: uppercase !important;
}

#home-impulse div, #home-option div ul {
  list-style-type: none;
}

#home-option div ul li, #home-impulse div ul li {
  margin: 1rem auto;
}

#home-impulse div ul li a, #home-option div ul li a {
  color: #fff;
  border: 1px solid;
  margin: 1rem 1rem 0 0;
  padding: 1rem;
  font-size: 2.25rem;
}

@media screen and (max-width: 1060px)  {
  #home-impulse div, #home-option div {
    width: 66%;
  }

}

@media screen and (max-width: 900px)  {

  .option-impulse-wrapper {
    display: block;
  }
}

@media screen and (max-width: 600px) {
  #home-impulse {
    background: url(https://s3.amazonaws.com/elite-website/v2/images/impulse-home.jpg) 77% center no-repeat;
    background-size: cover;
  }

}


.home-hero-video .video-js {
  height: 100vh !important;
}

.home-hero-video .video-js .vjs-tech {
  position: absolute;
  top: 0;
  left: 50%;
  width: auto;
  height: 100vh !important;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

#homeHeroVid {
  width: 150%;
  height: 100vh;
}



/*********** Home Hero Video **********/
.home-hero-video {
  background: url("https://s3.amazonaws.com/elite-website/v2/videos/home-vid-poster.jpg") !important;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  /*height: 70vh;*/
}

.home-hero-video-text {
  position: absolute;
  color: #fff;
  left: 50%;
  top: 38%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  z-index: 2;
  width: 100%;
  padding: 1rem;
}

.home-hero-video-text > h1{
  text-shadow: 1px 1px 2px #222;
  font-size: 7rem !important;
}

.home-hero-video-text > h2 {
  text-shadow: 1px 1px 2px #222;
  font-size: 3.5rem !important;
}

.home-hero-video a {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px #000;
  font-weight: 700;
  font-family: 'Roboto Condensed', sans-serif !important;
  font-size: 2.5rem;
  display: block;
  width: 100%;
  margin: 1rem 1rem 1rem 0;
}

.home-hero-video a:hover, .home-hero-video a:focus {
  color: #fff
}

#homeHeroVid {
  width: 100%;
  /*position: absolute;*/
  /*left: 0;*/
}

.video-controls-wrapper {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  bottom: 60px;
  color: #fff;
}

.video-controls-wrapper > p {
  margin-bottom: 0;
  font-weight: 500;
  text-shadow: 0px 0px 1px #222;
  cursor: pointer;
  text-transform: uppercase;
}

@media screen and (max-width: 1024px) {
  .home-hero-video-text {
    -webkit-transform: translate(-50%, 40px);
            transform: translate(-50%, 40px);
  }
  .home-hero-video-text > h1 {
    font-size: 5rem !important;
  }
  .home-hero-video-text > h2 {
    font-size: 3rem !important;
  }
  .home-hero-video a {
    -webkit-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
  }
}

@media screen and (min-aspect-ratio: 8/5), screen and (min-aspect-ratio: 16/9) {
  .home-hero-video {
    height: 90vh;
  }
}

@media screen and (max-width: 900px) {
  .home-hero-video-text {
    -webkit-transform: translate(-50%, 30px);
            transform: translate(-50%, 30px);
  }
  .home-hero-video a {
    -webkit-transform: translate(-50%, 20%);
            transform: translate(-50%, 20%);
  }
  .video-controls-wrapper {
    -webkit-transform: translate(-50%,40px);
            transform: translate(-50%,40px);
  }
}

@media screen and (max-width: 550px) {
  #homeHeroVid {
    width: 150%;
  }
  .home-hero-video-text {
    -webkit-transform: translate(-50%, 0px);
            transform: translate(-50%, 0px);
  }
  .home-hero-video-text > h1 {
    font-size: 3.7rem !important;
  }
  .home-hero-video-text > h2 {
    font-size: 2.5rem !important;
  }
  .home-hero-video a {
    font-size: 2.2rem;
    -webkit-transform: translate(-50%,40px);
            transform: translate(-50%,40px);
  }
}

@media screen and (max-height: 500px) {
    #textChange {
      display: none;
    }
}


/***************  Home Target Bows Teaser   ************/
.target-teaser {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: -6rem;
  background: #000;
}

.teaser-text {
  position: absolute;
  color: #fff;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  z-index: 2;
  width: 100%;
  padding: 1rem;
}

.teaser-text > h2 {
  font-size: 5rem;
}

.teaser-text > h3 {
  font-size: 3rem;
  padding: 1rem !important;
}

.teaser-img-wrapper {
  width: 100%;
}
.teaser-img {
  width: 33%;
  display: inline-block;
  float: left;
}

#new-bow-notifier label {
  text-transform: uppercase;
}

#new-bow-notifier .form-group {
  margin: 1rem auto;
  width: 50%;
}

@media screen and (max-width: 1380px) {
  .teaser-text {
    -webkit-transform: translate(-50%, 10%);
            transform: translate(-50%, 10%);
  }
}

@media screen and (max-width: 767px) {
  .teaser-img-wrapper {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  #teaser {
    display: none;
  }
}

@media screen and (max-width: 550px) {
  .teaser-text {
    -webkit-transform: translate(-50%, 5%);
            transform: translate(-50%, 5%);
  }
}


.hero-bg-contain {
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #000;
}

/*************** ON-SALE SECTION FOR ARROWS *************/
.sale-article {
  padding: 3rem;
}

.sale-article h1 {
  margin-top: 0;
}

.sale-article .on-sale {
  padding: 0.2rem 1rem;
  background: red;
  color: #fff;
  margin: 1rem 1rem 1rem 1rem;
}

.sale-article .on-sale-image {
  margin: 0 auto;
}

.sale-article .on-sale-content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: center;
      align-self: center;
}

.sale-article .on-sale-content-wrapper > .on-sale-left-content {
  width: 30%;
}

.sale-article .on-sale-content-wrapper > .on-sale-right-content {
  width: 70%;
}

@media screen and (max-width: 767px) {
  .sale-article {
    padding: 2rem 1rem;
  }
  .sale-article h3 {
    line-height: 1.5;
  }
  .sale-article .on-sale-content-wrapper {
    display: block;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-item-align: center;
        align-self: center;
  }

  .sale-article .on-sale-content-wrapper > .on-sale-left-content, .sale-article .on-sale-content-wrapper > .on-sale-right-content {
    width: 100%;
  }

  .sale-article .on-sale-content-wrapper > .on-sale-left-content > img {
    width: 80%;
  }
}



.purchase-online dl {
  text-align: left;
  width: 28%;
  margin: 1rem auto;
}

.home-accessories {
  position: relative;
  height: 90vh;
  width: 100%;
  background: url("https://s3.amazonaws.com/elite-website/v2/images/home-slider/home-store-slider.jpg");
  background-size: cover;
  background-position: 70% center;
  background-repeat: no-repeat;
  text-align: left;
}

.home-accessories header {
  position: absolute;
  color: #fff;
  top: 45%;
  left: 1rem;
}

.home-accessories header img {
  width: 19%;
  margin-left: 1rem;
}

header button {
  color: #666;
  margin: 0 1rem;
  padding: 1rem;
  font-weight: 600;
  border: none;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-radius: 0;
  font-size: 120%;
  font-family: sans-serif;
  text-shadow: none;
}
.mini-bows-list {
  background: #212020;
  color: #fff;
  display: grid;
  grid-template-columns: auto auto;
  padding: 0rem 1rem 1rem 1rem;
  grid-gap: 2rem;
}

.mini-bows-list ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  font-family: sans-serif;
  /* white-space: nowrap;
  overflow-x: auto; */
}

.mini-bows-list ul li {
  justify-self: center;
  text-transform: uppercase;
}

.mini-bows-list ul li img {
  display: block;
  height: 9.75rem;
  margin: 0 auto;
  width: auto;
  padding: 5px;
}

.mini-bows-list ul li a {
  color: #fff;
}

.mini-bows-list > section > h3 {
  margin: 0;
  padding: 1rem;
}

@media screen and (max-width: 1000px) {
  .mini-bows-list ul li {
    padding: 0  1rem 1rem 1rem;
    font-size: 80%;
  }

  .mini-bows-list ul li:nth-child(2n) {
    padding: 0 1rem 1rem 1rem;
    font-size: 80%;
  }
}

@media screen and (max-width: 950px) {
  .mini-bows-list {
    display: block;
  }
}


@media screen and (min-width: 768px) {
  .mini-bows-list ul {
    grid-template-columns: repeat(5, 1fr);
    margin: 0;
  }
}

@media screen and (min-width: 1000px) {
  .mini-bows-list > section:nth-of-type(1) > ul {
    grid-template-columns: repeat(6, 1fr);
  }
  .mini-bows-list> section:nth-of-type(2) > ul {
    grid-template-columns: repeat(4, 1fr);
  }
}
.video-slider {
  color: #fff;
  position: relative;
  margin: 0;
  padding: 0;
}



.video-slider video {
  -webkit-filter: brightness(0.5);
          filter: brightness(0.5);
}

#animated-fullscreen-video-wrapper video {
  -webkit-filter: brightness(1.0);
          filter: brightness(1.0);
}

.video-slider>header {
  position: absolute;
  left: 5.5rem;
  z-index: 1;
}

.video-slider>header h3 {
  font-size: 130%;
}

.video-slider ul:nth-of-type(1) {
  position: relative;
  height: 100%;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(5, 100%);
  margin: 0;
  min-height: 30rem;
  max-height: 80vh;
}

.video-slider ul:nth-of-type(1) li {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.video-slider ul:nth-of-type(1) li article {
  position: relative;
  height: 100%;
  width: 100%;
}

.video-slider ul:nth-of-type(1) li article img {
  width: auto;
  height: 100%;
  -webkit-filter: brightness(0.5);
          filter: brightness(0.5);
}

.video-slider ul:nth-of-type(1) li article div {
  position: absolute;
  top: 20%;
  left: 5.5rem;
  z-index: 2;
}

.video-slider ul:nth-of-type(1) li article div p {
  text-transform: uppercase;
  font-weight: 300;
  font-family: sans-serif;
}

.video-slider ul:nth-of-type(1) li article div p a {
  color: #fff;
  font-size: 120%;
  font-weight: 700;
}

.video-slider ul:nth-of-type(1) li article div p:nth-of-type(1) {
  padding: 1rem;
}

.video-slider ul:nth-of-type(1) li article div p:nth-of-type(2) a {
  color: #fff;
  border: 1px solid;
  padding: 0.5rem;
}

.video-slider ul:nth-of-type(1) li article div p a:hover, .video-slider ul:nth-of-type(1) li article div p a:focus {
  text-decoration: none;
}

.video-slider ul:nth-of-type(1) li article div header h4 {
  font-size: 430%;
}

.inactive-header {
  position: relative;
  width: 46rem;
  left: -30rem;
  opacity: 0.5;
}

.hidden-visually {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  -webkit-clip-path: inset(0 0 99.9% 99.9%);
          clip-path: inset(0 0 99.9% 99.9%);
  height: 1px;
  width: 1px;
  padding: 0;
}

.video-slider ul:nth-of-type(2) {
  position: absolute;
  top: 70%;
  left: 4rem;
}

.video-slider ul:nth-of-type(2) li {
  list-style: none;
  margin: 5rem 1rem;
  width: 8px;
  height: 8px;
  float: left;
  position: relative;
}

.video-slider ul:nth-of-type(2) li a {
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  outline: none;
  position: absolute;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding: 0;
}

.video-slider ul:nth-of-type(2) li a.active {
  background: #337ab7;
}

.video-slider .fullscreen-video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 1000px) {
  .video-slider>header, .video-slider ul:nth-of-type(1) li article div, .video-slider ul:nth-of-type(2) {
    left: 0;
  }

  .inactive-header {
    left: 0px;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {

  .video-slider ul:nth-of-type(2) li a {
    width: 14px;
    height: 14px;
  }

  .video-slider ul:nth-of-type(2) {
    top: 88%;
  }

  .video-slider ul:nth-of-type(2) li {
    list-style: none;
    margin: 1rem 1rem;
  }
}

@media screen and (max-width: 767px) {
  .video-slider ul:first-of-type li article div header h4 {
    font-size: 230%;
  }
}
.fullscreen-video {
  height: auto;
  width: 100%;
}
#animated-fullscreen-video-wrapper {
  background: #000;
  position: fixed;
  /* left: 0; */
  /* width: 100vw; */
  z-index: 3;
}

#animated-fullscreen-video-wrapper a {
  position: absolute;
  top: 5rem;
  left: 3rem;
  z-index: 3;
  color: #fff;
  font-size: 160%;
  border: 2px solid;
  border-radius: 100%;
  padding: 1rem 1.2rem;
  font-family: sans-serif;
  font-weight: 300;
}

#animated-fullscreen-video-wrapper a:hover {
  text-decoration: none;
}

#animated-fullscreen-video-wrapper a svg.svg-inline--fa.fa-times-circle.fa-w-16.icon-nav {
  width: 5rem;
  height: 5rem;
}

#animated-fullscreen-video-wrapper video {
  width: 100%;
  height: auto;
}
#bows-index-page .elite-logo {
  max-width: 9rem;
}

#bows-index-page .bow-list-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 4rem;
  margin: 2rem 4rem;
}

#bows-index-page .bow-list-row .bow-model-link {
  text-decoration: none;
}

#bows-index-page .bow-list-row .bow-image {
  max-height: 32rem;
  width: auto;
}

#bows-index-page .bow-list-row .bow-name {
  text-transform: uppercase;
  font-size: 300%;
  margin: 0;
}

#bows-index-page .bow-list-row .bow-axle-axle, #bows-index-page .bow-list-row .bow-speed-rating {
  font-weight: bold;
  margin-left: 0;
}

#bows-index-page .bow-list-row .bow-axle-axle span, #bows-index-page .bow-list-row .bow-speed-rating span {
  font-weight: normal;
}

#bows-index-page .bow-list-row .bow-use-type-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin: 0;
  padding: 0;
  grid-gap: 1rem;
}

#bows-index-page .bow-list-row .bow-use-type-list  .bow-use-type-icon {
  width: 100%;
  height: auto;
}

#bows-index-page .intro-content .purchase-online h2 {
  margin: 1.5rem 0 0;
  font-size: 2rem;
}

#bows-index-page .intro-content .purchase-online p {
  font-size: 1.2rem;
}

#bows-index-page .intro-content .purchase-online dl dt {
  font-weight: bold;
}

.shop-now {
  border: 1px solid;
  width: 30%;
  margin: 1rem 0;
  text-align: center;
  padding: 0.25rem;
}

#bows-index-page .intro-content {
  text-align: center;
  /* padding: 1rem; */
}

@media screen and (max-width: 1023px) {
  #bows-index-page .bow-list-row {
    grid-template-columns: 1fr 1fr;
    margin: 2rem 2rem;
  }
}

@media screen and (max-width: 767px) {

  #bows-index-page .bow-list-row {
    display: block;
  }

  #bows-index-page .bow-list-row .bow-model-link {
    padding-bottom: 4rem;
    display: block;
    text-align: center;
    width: 60%;
    margin: 1rem auto;
  }

}

@media screen and (max-width: 600px) {
  .purchase-online dl {
    width: 73%;
  }
}

@media screen and (min-width: 769px) {
  #bows-index-page .intro-content p {
    font-size: 160%;
  }
}
#bow-sub-menu {
  background: #f7f7f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;

  position: relative;
  z-index: 3;
}

#bow-sub-menu h5 {
  padding-left: 1.25vw;
  font-size: 3vw;
  width: 40vw;
  -ms-flex-item-align: center;
      align-self: center;
}

#bow-sub-menu nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  width: 60vw;
}

#bow-sub-menu nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  font-weight: 900;
  text-transform: uppercase;
  width: 100%;
  margin: 0 1rem;
  overflow: hidden;
}

#bow-sub-menu nav ul li {
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center;
}

#bow-sub-menu nav ul li a {
  padding: 0 1rem;
}

#bow-sub-menu nav ul li a:focus {
  text-decoration: none;
}

#bow-sub-menu nav ul li a:hover {
  text-decoration: none;
  padding: 3.5rem 1rem;
  color: #fff;
  background-color: #337ab7;
}

@media screen and (max-width: 1000px) {
  #bow-sub-menu h5 {
    width: 25vw;
  }
  #bow-sub-menu nav {
    width: 100vw;
  }
}

@media screen and (max-width: 767px) {
  #bow-sub-menu {
    display: block;
  }

  #bow-sub-menu h5 {
    text-align: left;
    font-size: 1.5rem;
    width: calc(100% - 1rem);
    padding: 1rem 0.5rem;
    margin: 0;
  }

  #bow-sub-menu nav, #bow-sub-menu nav ul {
    width: 100%;
    margin: 0;
  }

  #bow-sub-menu nav, #bow-sub-menu nav ul li a {
    font-size: 1.1rem;
  }

  #bow-sub-menu nav {
    padding-bottom: 0.5rem;
  }
}

@media screen and (max-width: 465px) {
  #bow-sub-menu nav ul li a {
    font-size: 1rem;
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
}.download-faq {
  padding: 1rem;
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
  position: absolute;
  right: 0;
  z-index: 5;
  background-color:#fff;
}#cams section {
  display: grid;
  grid-template-rows: 50vh 50vh 50vh;
}

#cams section div {
  display: grid;
  grid-template-columns: 50% 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#cams section div video {
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.dual-video {
  display: grid;
  grid-template-columns: 50vw 50vw;
  overflow: hidden;
}

.dual-video video {
  width: 100%;
}
#design-main-wrapper {
  position: relative;
  width: 100%;
  background: #e9e8e9;
}

#design-intro {
  position: relative;
  height: 100vh;
  background: #f7f7f7;
  color: #000;
  top: -1rem;
  width: 100%;
  z-index: 2;
}

#design-intro article {
  position: absolute;
  top: 44%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#design-intro article header img {
  width: 85%;
}

#design-intro article header h4 span {
  display: block;
  font-size: 75%;
}

#design-intro article p {
  font-size: 150%;
  font-weight: 700;
}

#rezult-content-wrapper,
#kure-content-wrapper,
#ember-content-wrapper {
  position: relative;
  background: #e9e8e9;
  top: 0; /* 100vh; */
  width: 100%;
  z-index: 1;
}

#rezult-content-wrapper section,
#kure-content-wrapper section,
#ember-content-wrapper section  {
  z-index: 1;
  position: relative;
  width: 50%;
}

#rezult-content-wrapper section:nth-of-type(1) {
  height: 1200px;
}

#rezult-content-wrapper section:nth-of-type(2) {
  height: 2210px;
}

#rezult-content-wrapper section:nth-of-type(3) {
  height: 1780px;
}

#rezult-content-wrapper section:nth-of-type(4) {
  height: 1120px;
}
#rezult-content-wrapper section:nth-of-type(5) {
  height: 4000px;
}

#rezult-content-wrapper section:nth-of-type(6) {
  height: 1120px;
}

#rezult-content-wrapper section:nth-of-type(7) {
  height: 1700px;
}

#rezult-content-wrapper section:nth-of-type(8) {
  height: 1570px;
  margin-top: 880px;
}

#rezult-content-wrapper section:nth-of-type(9) {
  height: 1090px;
}


/*  */

#kure-content-wrapper section:nth-of-type(1) {
  height: 3700px;
}

#kure-content-wrapper section:nth-of-type(2) {
  height: 3842px;
}

#kure-content-wrapper section:nth-of-type(3) {
  height: 2020px;
}

#kure-content-wrapper section:nth-of-type(4) {
  height: 830px;
}
#kure-content-wrapper section:nth-of-type(5) {
  height: 4000px;
}

#kure-content-wrapper section:nth-of-type(6) {
  height: 1120px;
}

#kure-content-wrapper section:nth-of-type(7) {
  height: 1870px;
}

#kure-content-wrapper section:nth-of-type(8) {
  height: 3260px;
  margin-top: 1380px;
}

#kure-content-wrapper section:nth-of-type(9) {
  height: 1350px;
}

/*  */

/*  EMBER SCROLL ANIMATION */

#ember-content-wrapper section:nth-of-type(1) {
  height: 3000px;
}

#ember-content-wrapper section:nth-of-type(2) {
  height: 3400px;
}

#ember-content-wrapper section:nth-of-type(3) {
  height: 2000px;
}

#ember-content-wrapper section:nth-of-type(4) {
  height: 1500px;
  margin-top: 1650px;
}
#ember-content-wrapper section:nth-of-type(5) {
  height: 3000px;
  margin-top: 1300px;
}

#ember-content-wrapper section:nth-of-type(6) {
  height: 2500px;
  margin-top: 3000px;
}

/*  */

.design-container {
  position: relative;
}

.rezult-content,
.kure-content,
.ember-content {
  position: -webkit-sticky;
  position: sticky;
  width: 100%;
  top: 33.3%;
}

.rezult-content h1,
.kure-content h1,
.ember-content h1 {
  font-size: 250%;
  font-weight: 900;
}

.rezult-content p,
.kure-content p,
.ember-content p {
  font-weight: 600;
  font-size: 150%;
  color: #5f5f5f;
}

#rezult-content-wrapper video,
#kure-content-wrapper video,
#ember-content-wrapper video {
  position: fixed;
  top: 0;
  right: 0;
  width: auto;
  height: 100vh;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 0;
}


#rezult-more-content-wrapper,
#kure-more-content-wrapper,
#ember-more-content-wrapper {
  position: relative;
  top: 55vh;
}

#rezult-more-content-wrapper section,
#kure-more-content-wrapper section,
#ember-more-content-wrapper section {
  margin: 4rem 0;
  padding: 1rem 0;
  background: #e9e8e9;
}

#rezult-more-content-wrapper section:nth-of-type(1),
#kure-more-content-wrapper section:nth-of-type(1),
#ember-more-content-wrapper section:nth-of-type(1) {
  background: #e9e8e9;
  position: relative;
  width: 100%;
  z-index: 0;
}

#rezult-more-content-wrapper section:nth-of-type(2),
#kure-more-content-wrapper section:nth-of-type(2),
#ember-more-content-wrapper section:nth-of-type(2) {
  background: #e9e8e9;
  width: 100%;
  position: relative;
  z-index: 0;
}

#rezult-more-content-wrapper article.content,
#kure-more-content-wrapper article.content,
#ember-more-content-wrapper article.content {
  width: 85%;
  margin: 1rem auto;
}

#rezult-more-content-wrapper p,
#kure-more-content-wrapper p,
#ember-more-content-wrapper p {
  font-size: 150%;
  font-weight: 700;
}

#rezult-more-content-wrapper video.full-width,
#kure-more-content-wrapper video.full-width,
#ember-more-content-wrapper video.full-width {
  width: 100%;
}

#ember-more-content-wrapper {
  top: 0;
}

#ember-more-content-wrapper section {
  margin: 4rem 0 0 0;
}

#ember-more-content-wrapper section#cams section {
  grid-template-rows: 50vh 50vh;
}

/****** MOBILE DESIGN ******/

  #design-main-wrapper.mobile {
    position: static;
  }

  .mobile #design-intro {
    height: auto;
    padding-top: 0.5rem;
  }

  .mobile #design-intro article {
    position: static;
    top: 0;
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
    width: 85%;
    margin: 1rem auto;
    padding: 3rem 0 0 0;
  }

  .mobile #design-intro article h4 {
    font-size: 200%;
  }

  .mobile #design-intro article p,
  .mobile #rezult-more-content-wrapper article p,
  .mobile #kure-more-content-wrapper article p,
  .mobile #ember-more-content-wrapper article p {
    font-size: 100%;
  }

  .mobile #rezult-more-content-wrapper,
  .mobile #kure-more-content-wrapper,
  .mobile #ember-more-content-wrapper {
    position: static;
    top: 0;
  }

  .mobile #rezult-more-content-wrapper article h2,
  .mobile #rezult-more-content-wrapper article h3,
  .mobile #kure-more-content-wrapper article h2,
  .mobile #kure-more-content-wrapper article h3,
  .mobile #ember-more-content-wrapper article h2,
  .mobile #ember-more-content-wrapper article h3 {
    font-size: 200%;
  }

  #design-intro article header h4.ember {
    margin-top: -1.5rem;
  }

  @media screen and (min-width: 950px){
    .mobile #design-intro article {
      width: 55%;
    }
  }#bow-overview-header {
  display: grid;
  grid-template-columns: 100%;
  /* grid-template-rows: 30% 70%; */
  justify-items: center;
}

#bow-overview-header header {
  text-align: center;
  grid-row-start: 1;
  grid-row-end: 1;
  padding: 1rem;
}

#bow-overview-header header h1 {
  font-size: 300%;
}

#bow-overview-header header h2 {
  font-size: 160%;
  line-height: 1.1;
}

#bow-overview-header header h3 {
  font-size: 130%;
  font-weight: 400;
  line-height: 1.4
}

#bow-overview-header header p {
  font-family: sans-serif;
  font-weight: 400;
}


#bow-overview-header img {
  grid-row-start: 2;
  grid-row-end: 2;
  height: 80vh;
  width: auto;
}

#bow-overview-header ul {
  display: grid;
  grid-template-columns: calc(50% - 1rem);
  /* grid-template-rows: 50% 50%; */
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-items: center;
  width: calc(100% - 2rem);
  background: #050505;
  margin: 0 auto;
  padding: 1rem;
}

#bow-overview-header ul li {
  font-size: 120%;
  text-transform: uppercase;
  font-family: sans-serif;
  font-weight: 600;
  padding: 0rem;
  color: #fff;
  text-align: center;
}

#bow-overview-header ul li:nth-of-type(3),
#bow-overview-header ul li:nth-of-type(4) {
  border-top: 2px solid;
  padding-top: 2rem;
}

#bow-overview-header ul li:nth-of-type(1) {
  grid-row-start: 1;
  grid-row-end: 1;
  grid-column-start: 1;
  grid-column-end: 1;
}

#bow-overview-header ul li:nth-of-type(2) {
  grid-row-start: 1;
  grid-row-end: 1;
  grid-column-start: 2;
  grid-column-end: 2;
}

#bow-overview-header ul li:nth-of-type(3) {
  grid-row-start: 2;
  grid-row-end: 2;
  grid-column-start: 1;
  grid-column-end: 1;
}

#bow-overview-header ul li:nth-of-type(4) {
  grid-row-start: 2;
  grid-row-end: 2;
  grid-column-start: 2;
  grid-column-end: 2;
}


#bow-overview-header header div.klarna img {
  width: auto;
  height: auto;
}

.camo-promo {
  text-align: center;
}

.camo-promo .logo {
  -o-object-fit: contain;
     object-fit: contain;
  padding: 1.5rem;
  width: 40%;
}

@media screen and (max-width: 1000px) {
  #bow-overview-header header h1 {
    margin-top: 1.75rem;
  }
}

@media screen and (max-width: 768px) {
  #bow-overview-header header {
    max-width: 100%;
  }
}

@media screen and (min-width: 769px) {
  #bow-overview-header header h1 {
    font-size: 450%;
  }

  #bow-overview-header header h2 {
    font-size: 280%;
  }

  #bow-overview-header header p {
    font-size: 160%;
  }

  #bow-overview-header ul li {
    font-size:  170%;
  }
}
#about-cam {
  background: #E7E6E7 /* video has different background color #C8C8C8 */;
  color: #000;
  display: grid;
  /* grid-template-rows: 50% 50%; */
  padding-bottom: 1rem;
}

#about-cam article {
  width: 85%;
  margin: 4rem auto 2rem auto;
}

#about-cam article header h2 {
  font-size: 200%;
}

#about-cam video {
  margin: auto;
  width: 70%;
}

@media screen and (max-width: 767px) {
  #about-cam article {
    margin: 1rem;
    width: calc(100% - 2rem);
  }
}


@media screen and (min-width: 769px) {
  #about-cam article p {
    font-size: 160%;
  }
}
#accessories-image article header {
  margin: 4rem auto;
  width: 85%;
}

#accessories-image article header h2 {
  font-size: 200%;
}

@media screen and (max-width: 767px) {
  #accessories-image article header {
    margin: 3rem 1rem;
    width: calc(100% - 2rem);
  }
}
#bow-size-compare {
  opacity: 0;
  color: #fff;
  background-color: #333;
}

#bow-size-compare article {
  display: grid;
  /* grid-template-rows: 50% 50%; */
  justify-items: center;
  padding: 1rem 0;
  text-align: center;
}

#bow-size-compare article header {
  grid-column-start: 1;
  grid-column-end: 5;
}

#bow-size-compare figure:nth-of-type(1) {
  grid-column-start: 1;
  grid-column-end: 1;
  padding: 0.5rem;
}

#bow-size-compare figure:nth-of-type(2) {
  grid-column-start: 2;
  grid-column-end: 2;
  padding: 0.5rem;
}

#bow-size-compare figure:nth-of-type(3) {
  grid-column-start: 3;
  grid-column-end: 3;
  padding: 0.5rem;
}

#bow-size-compare figure:nth-of-type(4) {
  grid-column-start: 4;
  grid-column-end: 4;
  padding: 0.5rem;
}

#bow-size-compare figure img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 80vh;
}

#bow-size-compare figure a:hover {
  text-decoration: none;
}

#bow-size-compare figure figcaption {
  /* width: 100%; */

  font-size: 140%;
  text-transform: uppercase;
  font-weight: 600;
  font-family: sans-serif;
  color: #999999;
}

#bow-size-compare figure figcaption span {
  font-size: 80%;
  font-weight: 500;
  color: #999999;
}

@media screen and (max-width: 825px) {

  #bow-size-compare figure figcaption span {
    display: block;
    line-height: 1.5;
  }

  #bow-size-compare figure:nth-of-type(1), #bow-size-compare figure:nth-of-type(2), #bow-size-compare figure:nth-of-type(3), #bow-size-compare figure:nth-of-type(4) {
    padding: 1rem;
  }

  #bow-size-compare figure:nth-of-type(3) {
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 3;
    grid-row-end: 3;
  }

  #bow-size-compare figure:nth-of-type(4) {
    grid-column-start: 2;
    grid-column-end: 2;
    grid-row-start: 3;
    grid-row-end: 3;
  }

  #bow-size-compare article header {
    grid-column-end: 3;
  }

}
#capability-highlights ul {
  border-bottom: 1px solid #cccccc;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-items: center;
}

#capability-highlights ul li {
    padding: 0 1rem;
}

#capability-highlights ul li.active {
  border-bottom: 3px solid;
  font-weight: 600;
}

#capability-highlights figure {
  margin: 1rem auto;
  width: 75%;
}

#capability-highlights p {
  margin: 1rem auto;
  text-align: center;
  width: 85%;
}


@media screen and (min-width: 769px) {
  #capability-highlights p {
    font-size: 160%;
  }
}
#dual-video {
  display: grid;
  grid-template-columns: 50% 50%;
}

#dual-video video {
  position: relative;
}

@media screen and (max-width: 767px) {
  #dual-video {
    grid-template-columns: 100%;
  }
}
#image-gallery div {
  margin: 0.15rem 0.15rem 0 0;
}

#image-gallery .row-1 {
  display: grid;
  grid-template-columns: 60% 40%;
  height: 100vh;
  margin-top: 0;
  margin-right: 0;
}

#image-gallery .row-1 div:nth-of-type(1) {
  grid-column-start: 1;
  grid-column-end: 1;
}

#image-gallery .row-1 div:nth-of-type(2) {
  grid-column-start: 2;
  grid-column-end: 2;
  margin-right: 0;
}

#image-gallery .row-2 {
  display: grid;
  grid-template-columns: 40% 60%;
  /* grid-template-rows: 50% 50%; */
  height: 100vh;
  margin-top: 0;
  margin-right: 0;
}

#image-gallery .row-2 div:nth-of-type(1) {
  grid-column-start: 1;
  grid-column-end: 1;
  grid-row-start: 1;
  grid-row-end: 3;
}

#image-gallery .row-2 div:nth-of-type(2) {
  grid-column-start: 2;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 1;
  margin-right: 0;
}

#image-gallery .row-2 div:nth-of-type(3) {
  grid-column-start: 2;
  grid-column-end: 2;
  grid-row-start: 2;
  grid-row-end: 2;
  margin-right: 0;
}

#image-gallery .row-3 {
  display: grid;
  grid-template-columns: 50% 50%;
  /* grid-template-rows: 60% 40%; */
  height: 100vh;
  margin-top: 0;
  margin-right: 0;
}

#image-gallery .row-3 div:nth-of-type(1) {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 1;
  margin-right: 0;
}

#image-gallery .row-3 div:nth-of-type(2) {
  grid-column-start: 1;
  grid-column-end: 1;
  grid-row-start: 2;
  grid-row-end: 2;
}

#image-gallery .row-3 div:nth-of-type(3) {
  grid-column-start: 2;
  grid-column-end: 2;
  grid-row-start: 2;
  grid-row-end: 2;
  margin-right: 0;
}


@media screen and (max-width: 768px) {
  #image-gallery .row-1 {
    height: 80vh;
  }
}
#bow-performance {
  padding: 1rem 0;
}

#bow-performance article {
  margin: 4rem auto;
  width: 85%;
}

#bow-performance article header h2 {
  font-size: 200%;
}

#bow-performance article ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-items: center;
  margin: 1rem auto;
  /* width: 85%; */
}

#bow-performance article ul li {
  font-size: 130%;
  text-transform: uppercase;
  font-family: sans-serif;
  line-height: 280%;
}

#bow-performance article ul li span {
  display: block;
  font-size: 400%;
}

#bow-performance article figure {
  position: relative;
}

#bow-performance article figure figcaption {
  background: #000;
  color: #fff;
  padding: 1rem;
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 120%;
  font-weight: 600;
  font-family: sans-serif;
  text-transform: uppercase;
  line-height: 1.4;
}


@media screen and (max-width: 1155px) {
  #bow-performance article ul.specs li {
    font-size: 110%;
    line-height: 240%;
  }

  #bow-performance article ul.specs li span {
    font-size: 350%;
  }
}

@media screen and (max-width: 1000px) {
  #bow-performance article ul.specs {
    grid-template-columns: repeat(2,1fr);
  }

  #bow-performance article ul.specs li {
    min-width: 62%;
  }
}

@media screen and (max-width: 767px) {
  #bow-performance article {
    margin: 3rem 1rem;
    width: calc(100% - 2rem);
  }
}

@media screen and (max-width: 650px) {
  #bow-performance article ul.specs li {
    min-width: 85%;
    font-size: 90%;
  }
  #bow-performance article ul.specs li span {
    font-size: 300%;
  }
  #bow-performance article ul li {
    font-size: 120%;
  }
}


@media screen and (min-width: 769px) {
  #bow-performance article p {
    font-size: 160%;
  }
}
#bow-riser-color-variant-images {
  text-align: left;
  border-bottom: 1px solid #ccc;
  font-family: sans-serif;
}

#bow-riser-color-variant-images > header h3 {
  font-size: 200%;
  margin-left: 0;
}

#bow-riser-color-variant-images dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-transform: uppercase;
}

#bow-riser-color-variant-images dl dt {
  display: block;
  width: 100%;
  text-align: left;
  font-size: 140%;
  text-transform: uppercase;
  font-family: sans-serif;
}

#bow-riser-color-variant-images dl dd {
  margin: 1rem 2rem;
  max-width: 16rem;
  text-align: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(25% - 4rem);
          flex: 0 1 calc(25% - 4rem);
}

#bow-riser-color-variant-images img {
  display: block;
  margin: 0.15rem 0;
  height: auto;
  width: 100%;
}

#bow-riser-color-variant-images dl dd a {
  color: #000;
}

@media screen and (max-width: 1024px) {
  #bow-riser-color-variant-images dl dd {
    -ms-flex-preferred-size: calc(33.333% - 4rem);
        flex-basis: calc(33.333% - 4rem);
  }
}

@media screen and (max-width: 768px) {
  #bow-riser-color-variant-images dl dd {
    margin: 1rem;
    -ms-flex-preferred-size: calc(33.333% - 2rem);
        flex-basis: calc(33.333% - 2rem);
  }
}

@media screen and (max-width: 767px) {
  #bow-riser-color-variant-images dl dd {
    -ms-flex-preferred-size: calc(50% - 2rem);
        flex-basis: calc(50% - 2rem);
    max-width: 11rem;
  }
}
#bow-tech-specs > .bow-model-selection > .active {
    background-color: #000;
    color: #fff;
  }#view-panel-wrapper {
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: 6rem auto;
  height: 82vh;
}

#view-panel-wrapper img {
  height: auto;
  width: auto;
  max-width: 100%;
  max-height: calc(100% - 1rem);
  justify-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}

#view-panel-wrapper dl#view-panel {
  padding: 1rem;
  width: 40%;
  text-transform: uppercase;
  font-size: 50%;
  display: grid;
  font-weight: 100;
  grid-template-columns: 50% 50%;
  height: 6vh;
}

#view-panel-wrapper dl#view-panel dt {
  grid-row: 1;
  grid-column-start: 1;
  grid-column-end: 3;
  text-align: left;
  height: auto;
}

#view-panel-wrapper dl#view-panel dd:nth-of-type(1) {
  grid-row: 2;
  grid-column-start: 1;
  grid-column-end: 1;
}

#view-panel-wrapper dl#view-panel dd:nth-of-type(2) {
  grid-row: 2;
  grid-column-start: 2;
  grid-column-end: 2;
}

#view-panel-wrapper dl#view-panel dd button {
  width: 100%;
  font-size: 120%;
  text-transform: uppercase;
  border-radius: 0 !important;
  min-height: 2rem;
}

#view-panel-wrapper dl#view-panel dd button.active {
  border-radius: 0;
}

.bow-accessory span {
  color: #337ab7;
  opacity: 0.8;
}

.bow-accessory span:hover {
  cursor: pointer;
}

@media screen and (min-width: 1024px) {
  #view-panel-wrapper {
    grid-template-columns: 30% 70%;
    grid-template-rows: auto;
  }
  #view-panel-wrapper dl#view-panel {
    width: calc(100% - 1rem);
  }
}

/***  EDGE BROWSER FIX ***/
@supports (-ms-ime-align:auto) {
  #view-panel-wrapper img {
    max-height: 82vh;
  }
}



/*** NEW ***/
#bow-view-panel {
  position: relative;
  z-index: 4;
}


/* build summary */
#build-summary {
  position: absolute;
  /* top: 12%; */
  /* background: #ccc; */
  width: 28%;
  left: 2rem;
  min-width: 11rem;

  top: 5rem;
  height: 68vh;
  overflow-y: auto;
}

#build-summary h6 {
  font-size: 100%;
}

#build-summary p {
  font-size: 70%;
}

#build-summary dl {
  font-size: 70%;
}

#build-summary dl dt {
  font-weight: bold;
  text-transform: uppercase;
}

#build-summary dl dd {
  padding-top: 0.25rem;
}

#build-summary::-webkit-scrollbar {
  width: 1px;
  background-color: #fff;
  margin: 0.5rem;
}

#build-summary::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
          box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

#build-summary::-webkit-scrollbar-thumb {
background-color: #337ab7;
outline: 1px solid slategrey;
}
/* end build summary */


@media screen and (max-width: 1023px) {
  #view-panel-wrapper {
    width: 40vw !important;
    grid-template-rows: 3.5rem 2rem 60vh auto;
  }
  #view-panel-wrapper dl#view-panel {
    padding: 0;
    font-size: 80%;
    height: auto;
    margin-bottom: 0;
    margin-top: 0.5rem;
    width: 60%;
  }

  .build-summary-btn {
    display: block;
    display: block;
    height: 2rem;
    margin: 0.5rem 1rem;
    width: 60%;
    font-size: 80%;
    text-transform: uppercase;
  }

  #build-summary.mobile {
    display: block;
    position: absolute;
    width: calc(100vw - 2rem);
    height: calc(100vh - 110px - 2rem);
    background-color: #fff;
    left: 0;
    top: 0;
    padding: 1rem;
    overflow-y: auto;
    font-size: 1.5rem;
  }

  #build-summary.mobile h5 {
    margin-top: 0;
    margin-left: 0;
  }

  #build-summary.mobile .close {
    position: absolute;
    right: 1rem;
    top: 1rem;
    margin: 0;
    font-family: 'Roboto Condensed';
    font-weight: 700;
    background: #337ab7;
    border: none;
    color: #ffffff;
    padding: 1rem;
    text-transform: uppercase;
  }

  #view-panel-wrapper .klarna-mobile-below-bow {
    text-align: center;
  }

  #build-summary.mobile .klarna-heading-wrapper {
    display: inline-block;
    margin: 0 1rem;
  }
}

@media screen and (max-width: 820px) {
  #view-panel-wrapper dl#view-panel, .build-summary-btn {
    width: 80%;
  }
  #view-panel-wrapper dl#view-panel dd button {
    min-height: 2.2rem;
  }
  #build-summary.mobile .klarna-heading-wrapper {
    display: block;
    margin: 0 0 0 1rem;
  }
  #build-summary.mobile .klarna-heading-wrapper #klarna-upstream-text {
    font-size: 90% !important;
  }
  #build-summary h6 {
    padding-top: 1rem;
  }
}

@media screen and (max-width: 500px) {
  #view-panel-wrapper {
    width: 35vw !important;
    grid-template-rows: 4.5rem 2rem 50vh auto;
    /* height: 62vh; */
  }

  #view-panel-wrapper #canvas-container{
    height: 50vh;
  }
  
  #view-panel-wrapper dl#view-panel {
    width: 91%;
    margin: 0.5rem 0.25rem 0rem 0.25rem;
  }
  .build-summary-btn {
    width: 91%;
    margin: 0rem 0.25rem 0rem 0.25rem;
    min-height: 2.2rem;
  }
  #view-panel-wrapper dl dd button.active {
    padding: 0.25rem 0;
  }
}
.bow-builder-grid {
  display: grid;
  grid-template-columns: 50% 50%;
  /* height: 100vh; */
  overflow: hidden;
}

/* #bow-config-panel {
  overflow-y: auto;
} */

@media screen and (max-width: 1023px) {
  .bow-builder-grid {
    grid-template-columns: 40% 60%;
  }
}

@media screen and (max-width: 500px) {
  .bow-builder-grid {
    grid-template-columns: 35% 65%;
  }
}

#buy-bow .active {
  color: #000;
  font-weight: 700;
  border: 3px solid #337ab7;
  border-radius: 5px !important;
}
#mod-chart {
  display: grid;
  grid-template-columns: 50% 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  /* border-bottom: 1px solid #ccc; */
  padding: 1rem 0;
}

#mod-chart header h3 {
  font-size: 200%;
  grid-column-start: 1;
  grid-column-end: 1;
  margin-left: 0;
}

#mod-chart table {
  display: table-cell;
  grid-column-start: 2;
  grid-column-end: 2;
  font-family: sans-serif;
  text-transform: uppercase;
  text-align: center;
  justify-self: right;
}

#mod-chart table tr:nth-of-type(2n) {
  background: #E6E6E6;
}

#mod-chart table thead {
  background: #000;
  color: #fff;
}

#mod-chart table th {
  font-size: 100%;
  padding: 1rem 0;
}

#mod-chart table td {
  padding: 1rem 0;
}

#mod-chart table tfoot {
  border-top: 1px solid;
  font-size: 80%;
  color: #888;
}

@media screen and (max-width: 768px) {
  #mod-chart {
    grid-template-columns: 30% 70%;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
#bow-tech-specs {
  text-align: center;
  width: 85%;
  margin: 1rem auto;
  padding-top: 1.5rem;
}

#bow-tech-specs div:nth-of-type(1) {
  border-bottom: 1px solid #ccc;
  padding: 0 0 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* grid-template-columns: 50% 50%; */
  /* grid-gap: 1rem; */
  justify-items: center;
  width: 100%;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

#bow-tech-specs div:nth-of-type(1) button {
  border: 1px solid #ccc;
  padding: 1rem 2rem;
  font-size: 150%;
  text-transform: uppercase;
  font-family: sans-serif;
  width: 50%;
  margin: 0.5rem 1rem;
  max-width: 20rem;
}

#bow-tech-specs div:first-of-type button:nth-of-type(1) {
  grid-column-start: 1;
  grid-column-end: 1;
}

#bow-tech-specs div:first-of-type button:nth-of-type(2) {
  grid-column-start: 2;
  grid-column-end: 2;
}

#bow-tech-specs div:first-of-type button:nth-of-type(3) {
  grid-column-start: 3;
  grid-column-end: 3;
}

@media screen and (max-width: 768px) {
  #bow-tech-specs div:first-of-type button {
    width: 90%;
  }
}

@media screen and (max-width: 767px) {
  #bow-tech-specs {
    margin: 1rem;
    width: calc(100% - 2rem);
  }

  #bow-tech-specs div:nth-of-type(1) {
    -ms-flex-wrap:wrap;
        flex-wrap:wrap;
  }

  #bow-size-compare figure:nth-of-type(3) {
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row: 3;
  }
}
#canvas-container {
    position: relative;
}

#canvas-container canvas {
  outline: 0 solid transparent;
}.bow-model-buttons {
  padding-bottom: 1rem;
  border-bottom: 1px solid #666;
  position: relative;
}

.bow-model-buttons p {
  font-weight: 400;
  font-size: 130%;
}

.bow-series-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  justify-content: center;
}


.bow-series-buttons li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center;
}

/* .bow-series-buttons li figure {
  max-height: 50vh;
} */

.bow-series-buttons li img {
  height: 24vw;
  width: auto;
}

.bow-series-buttons li dl {
  text-align:left;
}

.bow-series-buttons li div dl dt {
  font-size: 170%;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 900;
}

.bow-series-buttons li div dl dd span {
  font-weight: 900;
}


.bow-series-buttons li div button {
  font-family: 'Roboto Condensed';
  font-weight: 700;
  background: #337ab7;
  border: none;
  color: #ffffff;
  padding: 1rem;
  text-transform: uppercase;
  border-radius: 5px;
}

@media screen and (max-width: 1023px) {
  .bow-series-buttons li div dl {
    margin: 0.5rem;
    font-size: 80%;
  }
}

@media screen and (max-width: 767px) {
  .bow-series-buttons {
    margin: 0 0 0 1rem;
  }

  .bow-model-buttons p span {
    display: block
  }

  .bow-series-buttons li {
    text-align: left;
  }

  .bow-series-buttons li img {
    height: 30vw;
    
  }
  .bow-series-buttons li div dl {
    display: none;
  }
  .bow-series-buttons li div button {
    padding: 0.5rem;
    margin: 0;
  }

}
#finish-wrapper {
  border-bottom: 1px solid #666;
  padding-bottom: 1rem;
  position: relative;
}

.finish-layout div h3 {
  font-size: 190%;
}

.finish-layout div h4 {
  font-size: 150%;
}

.finish-layout div dl {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 1rem 1rem 1rem 2rem;
}

.finish-layout div dl:last-of-type {
  border-bottom: transparent;
}

.swatch-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.finish-layout div dl dt {
  text-transform: uppercase;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  padding: 0 0 1rem 0;
}

.finish-layout div dl dd {
  width: calc(25% - 0.4rem);
  text-align: center;
  padding: 6px 0.2rem 6px;
}


.finish-layout div dl dd.active {
  width: calc(25% - 0.4rem - 6px);
  padding: 3px 0.2rem 3px;
}

.finish-layout div dl dd span {
  display: block;
  text-transform: uppercase;
  font-size: 60%;
  font-weight: 900;
  padding-top: 0.2rem;
}

.finish-layout div dl dd img {
  border-radius: 8px;
  width: 4vw;
}

.camo-partner {
  height: 8vh;
  width: auto;
}

.rhinodize {
  height: 3vh;
  width: auto;
}

@media screen and (max-width: 1023px) {
  .finish-layout div dl {
    padding: 0.5rem 1rem;
  }

  .finish-layout div dl dd {
    width: calc(13vw - 0.4rem);
    text-align: center;
    padding: 6px 0.2rem 6px;
    margin: 0.3rem 0.2rem 0.5rem 0.2rem;
  }
  
  .finish-layout div dl dd.active {
    width: calc(13vw - 0.4rem - 6px);
    padding: 3px 0.2rem 3px;
  }

  .finish-layout div dl dd img {
    width: 6vw;
  }
  .finish-layout div dl dd span {
    font-size: 70%;
  }
}

@media screen and (max-width: 767px) {
  .finish-layout div h3 {
    margin-top: 0;
    font-size: 180%;
  }

  .finish-layout div h4 {
    padding: 0.5rem;
    margin: 0 0 0 1rem;
  }
  .finish-layout div dl {
    padding: 0;
    margin-right: 0;
    margin-left: 2rem;
    padding-bottom: 0.5rem;
    margin-top: 0;
  }
  .finish-layout div dl dt {
    padding: 0;
  }
  .finish-layout div dl dd {
    width: calc(30% - 0.4rem);
    text-align: center;
    padding: 6px 0.2rem 6px;
  }
  
  .finish-layout div dl dd.active {
    width: calc(30% - 0.4rem - 6px);
    padding: 3px 0.2rem 3px;
  }
  .finish-layout div dl dd img {
    width: 10vw;
  }
  .camo-partner {
    height: 6vh;
    width: auto;
  }
  .rhinodize {
    height: 2vh;
    width: auto;
  }
  .finish-layout div dl dd span {
    font-size: 50%;
  }
}
#bow-specs {
  border-bottom: 1px solid #666;
  padding-bottom: 1rem;
  position: relative;
}

.spec-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.spec-layout .spec-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 33.3333%;
          flex: 0 1 33.3333%;
  padding: 1rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.spec-layout .spec-wrapper h6 {
  margin: 0 0 1rem 0;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.spec-layout .spec-wrapper label > input[type="radio"] {
  opacity: 0;
  visibility: hidden;
  display: none;
}

.spec-layout .spec-wrapper label {
  margin: 0 0 0.5rem 0.5rem;
  padding: 0.5rem;
  border-radius: 5px;
  min-width: 4.25rem;
  min-height: 2.5rem;
  border: 1px solid;
  text-align: center;
  font-weight: normal;
  display: inline-grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
}

@media screen and (max-width: 1023px) {
  .spec-layout {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .spec-layout .spec-wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }

  .spec-layout .spec-wrapper h6 {
    font-size: 160%;
  }
}

@media screen and (max-width: 767px) {
  .spec-layout .spec-wrapper:first-of-type {
    padding: 0 0 1rem 1rem;
  }
  .spec-layout .spec-wrapper {
    padding: 1rem 0 1rem 1rem;
  }
}
#accessories-menu-wrapper {
  border-bottom: 1px solid #ccc;
  padding-bottom: 1rem;
  position: relative;
}

#accessories-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#accessories-menu ul li {
  color: #337ab7;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 1vw;
  padding: 0.5rem;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center;
  border-radius: 0 !important;
  cursor: pointer;
}

#accessories-menu ul li + li {
  border-left: 1px solid rgba(51, 122, 183, 0.2);
}

#accessories-menu-wrapper h6 {
  background: rgba(0, 0, 0, 0.1) !important;
  font-size: 150%;
  padding: 1rem;
}


#accessories-menu-wrapper {
  /* overflow: hidden; */
}

/**** FOR EACH ACCESSORY TYPE ***/
#accessory-type {
  padding: 0 0 1rem 0
}

#accessory-type .container {
  color: rgb(51, 122, 183);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  text-transform: uppercase;
  margin: 0 1rem;
}

#accessory-type .container div {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

#accessory-type .container div:only-child {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
}

#accessory-type .container div header h6 {
  background: none !important;
  padding: 0;
  font-size: 2vw;
}

#accessory-type .container div nav ul li {
  padding: 0.5rem;
}

#accessory-type .container div:first-child + div {
  border-left: 1px solid rgba(51, 122, 183, 0.2);
}

#accessory-type .container div ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#accessory-type .container .items {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
}

#accessory-type .container .items li {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(50% - 1rem);
          flex: 0 1 calc(50% - 1rem);
  margin: 0.5rem;
}
#accessory-type .container .items li.active {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(50% - 1rem - 6px);
          flex: 0 1 calc(50% - 1rem - 6px);
}
#accessory-type .container .items li span {
  display: block;
  text-transform: uppercase;
  font-size: 60%;
  font-weight: 900;
  padding-top: 0.2rem;
  text-align: center;
  color: #000;
}


@media screen and (max-width: 1023px) {
  #accessories-menu ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #accessories-menu ul li {
    font-size: 2vw;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(50% - 2rem);
            flex: 1 1 calc(50% - 2rem);
  }
  #accessories-menu ul li + li {
    border-left: none;
  }
}

@media screen and (max-width: 767px) {
  #accessories-menu-wrapper h6 {
    margin-right: 0;
    margin-bottom: 0;
  }

  #accessories-menu ul {
    margin-top: 0;
    margin-right: 0;
  }
  #accessories-menu ul li {
    font-size: 3vw;
  }
  #accessory-type .container {
    margin-right: 0;
  }
  #accessory-type .container div header {
    padding-left: 0;
  }
  #accessory-type .container div header h6 {
    font-size: 5vw;
    margin: 1rem 0;
    text-align: center;
  }
  #accessory-type .container div ul {
    margin: 0.5rem;
    font-size: 1rem;
  }
  #accessory-type .container .items li {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(100% - 1rem);
            flex: 0 1 calc(100% - 1rem);
    margin: 1rem 0.5rem;
  }
  #accessory-type .container .items li.active {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(100% - 1rem - 6px);
            flex: 0 1 calc(100% - 1rem - 6px);
  }
  #accessory-type .container div nav ul li {
    padding: 0.25rem;
  }
}
#select-bow-dealer {
  position: relative;
}

#select-bow-dealer .info-window > button {
  position: relative;
  font-size: 70%;
  border-radius: 5px;
  text-transform: uppercase;
  font-family: sans-serif;
  padding: 0.5rem 1rem;
  background: #000;
  color: #fff;
  border: 2px solid #fff;
  -webkit-box-shadow: -2px -1px 9px 5px #ccc;
          box-shadow: -2px -1px 9px 5px #ccc;
  margin: 1rem;
}


#select-bow-dealer #dealer-list > .dealer-item > .dealer-button {
  font-size: 70%;
  border-radius: 5px;
  text-transform: uppercase;
  font-family: sans-serif;
  padding: 0.5rem 1rem;
  background: #000;
  color: #fff;
  border: 2px solid #fff;
  -webkit-box-shadow: -2px -1px 9px 5px #ccc;
          box-shadow: -2px -1px 9px 5px #ccc;
  margin: 0.5rem 1rem 1rem;
}



/**** NEW FOR DECEMBER 18TH REVAMP SELECT DEALER MAP ****/

#select-bow-dealer #search-input-wrapper #search-input {
  display: grid;
  grid-template-columns: 1fr auto;
  margin: 1rem 1rem 1.5rem 1rem;
}

#select-bow-dealer #search-input-wrapper #search-input #search-address {
  height: 3rem;
  font-size: 1.2rem;
  padding: 0.5rem 1rem;
  background-color: #efefef;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

#select-bow-dealer #search-input-wrapper #search-input #search-address::-webkit-input-placeholder {
  color: #333;
}

#select-bow-dealer #search-input-wrapper #search-input #search-address:-ms-input-placeholder {
  color: #333;
}

#select-bow-dealer #search-input-wrapper #search-input #search-address::-ms-input-placeholder {
  color: #333;
}

#select-bow-dealer #search-input-wrapper #search-input #search-address::placeholder {
  color: #333;
}

#select-bow-dealer #search-input-wrapper #search-input .search-button {
  height: 3rem;
  padding: 0 2rem;
  background: #000;
  font-weight: bold;
  color: #fff;
  font-size: 1.2rem;
  border-top-right-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
}

#select-bow-dealer #map-content-wrapper {
  position: relative;
  overflow: hidden;
  border: 1px solid #ccc;
  margin-left: 1rem;
}

#select-bow-dealer #map-content-wrapper .toggle-map-dealer-list {
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  background-color: #fff;
  border: 1px solid;
  z-index: 2;
  text-transform: uppercase;
  font-size: 1.4rem;
  -webkit-box-shadow: 0.3rem 0.3rem 1rem 0rem #555;
          box-shadow: 0.3rem 0.3rem 1rem 0rem #555;
  min-width: 13rem;
  padding: 0.25rem 0.5rem;
}

#select-bow-dealer #map-content-wrapper .dealer-search-results {
  position: absolute;
  top: 5rem;
  width: 30%;
  height: calc(100% - 5rem);
  background-color: #fff;
  z-index: 2;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: 1px 1px 28px 1px #555;
          box-shadow: 1px 1px 28px 1px #555;
  min-width: 22rem;
  text-align: center;
  -webkit-transform: translate3d(-104%,0,0);
          transform: translate3d(-104%,0,0);
}

#select-bow-dealer #map-content-wrapper .dealer-search-results h5 {
  border-bottom: 1px solid #000;
  padding: 0!important;
  background: #fff;
  color: #000;
  border-radius: 0;
  margin: 0.5rem;
}

#select-bow-dealer #map-content-wrapper .dealer-search-results #dealer-list {
  height: calc(100% - 2.8rem);
  overflow-y: auto;
  margin: 0;
}

#select-bow-dealer #map-content-wrapper .dealer-search-results #dealer-list .dealer-item p {
  margin: 0.5rem;
}

#select-bow-dealer #map-content-wrapper .select-map-search-container .map {
  position: relative;
  height: 30rem;
}

@media screen and (max-width: 768px) {
  #select-bow-dealer #map-content-wrapper .dealer-search-results {
    width: 100%;
    min-width: auto;
  }
  #select-bow-dealer #search-input-wrapper #search-input .search-button {
    padding: 0 1rem;
  }
}/********** Customer Assistance Form ***********/
.customer-assistance-form-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%!important;
  z-index: 400;
  float: none!important;
  margin-left: auto;
  margin-right: auto;
  background: hsla(0,0%,98%,.5);
  border-radius: 2px;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
  height: 100vh;
  cursor: not-allowed;
}

#customer-assistance-form {
  width: 80%;
  background: #fff;
  margin: 2% auto 0;
  padding: 2rem;
  -webkit-box-shadow: 0 0 3px 2px #555;
          box-shadow: 0 0 3px 2px #555;
  cursor: default;
  -webkit-transition: all .5s;
  transition: all .5s;
  max-height: 80vh;
  overflow: auto;
  text-align: left;
  margin-top: 2rem;
}

.config-summary-list {
  text-transform: uppercase;
}

.config-summary-list dt {
  font-size: 120%;
  font-weight: 900;
  padding: 1rem;
}

.config-summary-list span {
  font-weight: 900;
}

#customer-assistance-form .form-group {
  text-align: left;
}

#customer-assistance-form button {
  border: 1px solid;
  background: #fff;
  margin: 1rem;
  color: #000;
}

@media screen and (max-width: 767px) {
  #customer-assistance-form {
    width: 85%;
  }
}



a#customize-bow:hover {
  text-decoration: none;
}
.continue-to-cart {
  text-align: center;
}

.continue-to-cart > h5 {
  text-align: left;
}

.continue-to-cart .dealer {
  margin: 1rem;
}

.continue-to-cart .dealer .dealer-name {
  font-weight: bold;
}

.continue-to-cart .buttons-wrapper {
  margin: 1rem;
}

.continue-to-cart .buttons-wrapper button {
  margin: 0.5rem 1rem;
  padding: 1rem 2rem;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  background: #000;
}

@media screen and (max-width: 767px) {
  .continue-to-cart .buttons-wrapper button {
    padding: 1rem;
  }
}#panel-wrapper {
    /* display: grid;
    grid-template-rows: auto 81vh auto auto auto; */
  /* width: 100%; */
  border-left: 1px solid rgba(0, 0, 0, 0.25);
  padding-left: 3rem;
  width: 80%;
  margin: 0 auto;
  position: relative;
}

#panel-wrapper h5 {
  font-size: 200%;
  padding: 1rem 0 1rem 0;
  margin: 0 0;
  color: #666;
  margin: 0 0;
  color: #666;
}

#panel-wrapper header h3 {
  padding: 1rem 0 0 0;
  margin: 0;
}

#panel-wrapper h5.section-title-fixed {
  z-index: 3;
  position: fixed;
  background-color: #000;
  /* transition: all 0.5s ease, opacity 0ms, width 0ms, margin 0ms , padding-left 0ms, padding-right 0ms; */
  color: #fff;
  width: calc(50% * .80);
  margin-left: -3rem;
  padding-left: 3rem;
  padding-right: calc(calc(50% - calc(calc(50% * 0.8) + 3rem + 1px)) / 2);
}

#panel-wrapper h5.section-title-absolute {
  z-index: 3;
  position: absolute;
  bottom: 0;
  background-color: #000;
  color: #fff;
  width: 100%;
  margin-left: -3rem;
  padding-left: 3rem;
  padding-right: calc(calc(50vw - calc(calc(50vw * 0.8) + 3rem + 1px)) / 2);
}

#panel-wrapper h5 > small {
  font-size: 1rem;
  display: block;
  margin-top: 0.25rem;
  line-height: 1.4;
}


@media screen and (max-width: 1023px) {
  #panel-wrapper {
    padding-left: 2rem;
    width: 90%;
  }
  #panel-wrapper h5.section-title-fixed {
    width: calc(60% * .90);
    margin-left: -2rem;
    padding-left: 2rem;
    padding-right: calc(calc(60% - calc(calc(60% * 0.9) + 2rem + 1px)) / 2);
  }
  #panel-wrapper h5.section-title-absolute {
    margin-left: -2rem;
    padding-left: 2rem;
    padding-right: calc(calc(60vw - calc(calc(60vw * 0.9) + 2rem + 1px)) / 2);
  }
}

@media screen and (max-width: 767px) {
  #panel-wrapper {
    padding-left: 1%;
    width: calc(98% - 1px);
    padding-right: 1%;
  }

  #panel-wrapper header {
    padding-left: 0.5rem;
  }
  #panel-wrapper header h3 {
    margin: 0;
    font-size: 2.4rem;
    padding: 1rem 0;
  }
  #panel-wrapper header .klarna-heading-wrapper {
    margin: 0 !important;
    /* border-bottom: transparent; */
    line-height: 1;
    padding: 0.5rem;
  }
  #panel-wrapper h5 {
    padding: 2rem 0.5rem 2rem 0.5rem;
    font-size: 190%;
  }
  #panel-wrapper h5.section-title-fixed {
    width: calc(calc(60% * 0.98) - 1rem - 1px);
    padding: 1rem 0.5rem 1rem 0.5rem;
    margin-left: 0rem;
    /* padding-left: 2rem; */
    /* padding-right: calc(calc(60% - calc(calc(calc(60% * 0.98) - 0.5rem - 1px) + 2rem + 1px)) / 2); */
  }
  #panel-wrapper h5.section-title-absolute {
    width: calc(100% - 1rem);
    padding: 1rem 0.5rem 1rem 0.5rem;
    margin-left: 0;
  }

  #panel-wrapper #select-bow-dealer header {
    padding-left: 0;
  }
}

@media screen and (max-width: 500px) {
  #panel-wrapper h5.section-title-fixed {
    width: calc(calc(65% * 0.98) - 0.5rem - 1px)
  }
  #panel-wrapper h5.section-title-absolute {
    width: calc(100% - 0.5rem);
  }
}
#bow-config-summary {
  font-family: sans-serif;
}

#bow-config-summary img {
  height: auto;
  width: auto;
  max-width: 100%;
  max-height: 40vh;
}
.reusable-tech-spec-listing {
  display: grid;
  grid-template-columns: 60% 40%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  border-bottom: 1px solid #ccc;
}

.reusable-tech-spec-listing header h3 {
  font-size: 200%;
  grid-column-start: 1;
  grid-column-end: 1;
  margin-left: 0;
}

.reusable-tech-spec-listing p {
  grid-column-start: 2;
  grid-column-end: 2;
  font-size: 120%;
  font-family: sans-serif;
  text-transform: uppercase;
}
.shop-more-wrapper {
  padding: 2rem;
  text-align: center
}

.shop-more-list-wrapper {
  padding: 1rem 0;
}

.shop-more-list-wrapper .collection-title {
  font-size: 3rem;
  padding-bottom: 2rem;
}

.shop-more-list-wrapper .category-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 5rem;
}

.shop-more-list-wrapper .category-wrapper .category a {
  color: #000;
  text-decoration: none;
}

.shop-more-list-wrapper .category-wrapper .category a:hover {
  text-decoration: none;
}

.shop-more-list-wrapper .category-wrapper .category .category-img-wrapper {
  max-height: 12rem;
  min-height: 12rem;
  position: relative;
}

.shop-more-list-wrapper .category-wrapper .category .category-img-wrapper img {
  max-height: 12rem;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
  max-width: 100%;
}

.shop-more-list-wrapper .category-wrapper .category .category-content .category-title {
    font-size: 1.5rem;
}

.shop-more-list-wrapper .category-wrapper .category .category-content .category-price {
    font-size: 1.2rem;
}

.shop-more-list-wrapper .category-wrapper .category .category-content * {
  margin: 0.5rem;
}

/*** start hide on desktop ***/
.shop-more-category-list-wrapper .chevron-nav-left, .shop-more-category-list-wrapper .chevron-nav-right {
  display: none;
}
/*** end hide on desktop ***/

@media screen and (max-width: 1023px) {
  .shop-more-list-wrapper .category-wrapper {
     grid-template-columns: 1fr 1fr;
     grid-gap: 4rem;
   }

  .shop-more-list-wrapper .category-wrapper .category {
     margin-bottom:  2rem;
   }

  .shop-more-list-wrapper .category-wrapper .category .category-img-wrapper  {
     max-height: 15rem;
     min-height: 15rem;
   }

   .shop-more-list-wrapper .category-wrapper .category .category-img-wrapper img {
     max-height: 15rem;
   }
}

@media screen and (max-width: 767px) {
  .shop-more-list-wrapper .category-wrapper {
    display: block;
  }

  .category-wrapper .carousel .slide, .category-wrapper .carousel.carousel-slider .control-arrow {
    background: #fff !important;
    opacity: 1 !important;
    margin: 0;
  }
  
  .category-wrapper .carousel .carousel-status {
    color: #000;
    text-shadow: none;
    font-size: 1.4rem;
    bottom: 0;
    margin: 0;
    text-align: center;
    display: block;
    width: 100%;
    top: auto;
  }
  
  .category-wrapper .carousel .control-prev.control-arrow:before {
    border-right-color: #000;
  }
  
  .category-wrapper .carousel .control-next.control-arrow:before {
    border-left-color: #000;
  }
  
  .shop-more-list-wrapper .accessories.category-wrapper, .apparel.category-wrapper {
    display: block;
    overflow-x: hidden;
    white-space: nowrap;
    overflow-y: hidden;
    background: #fff;
    margin-left: 0rem;
  }

  .shop-more-list-wrapper .accessories.category-wrapper .category, .apparel.category-wrapper .category {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: calc(100% - 2rem);
    padding: 0 1rem;
    white-space: normal;
    margin-bottom: 3rem;
  }

  .shop-more-list-wrapper .accessories.category-wrapper .category a, .shop-more-list-wrapper .apparel.category-wrapper .category a {
    width: 100%;
    display: block;
  }

  .shop-more-category-list-wrapper {
    position: relative;
    /* border: 1px solid #ccc; */
  }

  .shop-more-category-list-wrapper .chevron-nav-left, .shop-more-category-list-wrapper .chevron-nav-right {
    position: absolute;
    font-size: 4rem;
    height: 100%;
    top: 0;
    background: #fff;
    padding: 0 0.5rem;
    display: block;
  }

  .shop-more-category-list-wrapper .chevron-nav-left {
    left: 0;
    /* border-right: 1px solid #ccc; */
  }

  .shop-more-category-list-wrapper .chevron-nav-right {
    right: 0;
    /* border-left: 1px solid #ccc; */
  }

  /* .shop-more-list-wrapper .accessories.category-wrapper::-webkit-scrollbar,.shop-more-list-wrapper .apparel.category-wrapper::-webkit-scrollbar {
    width: 1rem;
    background-color: #fff;
    margin: 1rem;
  }

  .shop-more-list-wrapper .accessories.category-wrapper::-webkit-scrollbar-track,.shop-more-list-wrapper .apparel.category-wrapper::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  }

  .shop-more-list-wrapper .accessories.category-wrapper::-webkit-scrollbar-thumb,.shop-more-list-wrapper .apparel.category-wrapper::-webkit-scrollbar-thumb {
    background-color: #337ab7;
    outline: 1px solid slategrey;
  } */

  .shop-more-wrapper {
    padding: 1rem;
  }

  .shop-more-category-list-wrapper div.category {
    border: none;
  }

  .shop-more-list-wrapper .category-mobile-count {
    display: block;
    padding: 1rem;
    font-size: 1.5rem;
    text-align: center;
  }

}
.carousel .control-arrow,.carousel.carousel-slider .control-arrow{-webkit-transition:all .25s ease-in;transition:all .25s ease-in;opacity:.4;position:absolute;z-index:2;top:20px;background:0 0;border:0;font-size:32px;cursor:pointer}.carousel .control-arrow:hover{opacity:1}.carousel .control-arrow:before,.carousel.carousel-slider .control-arrow:before{margin:0 5px;display:inline-block;border-top:8px solid transparent;border-bottom:8px solid transparent;content:''}.carousel .control-disabled.control-arrow{opacity:0;cursor:inherit;display:none}.carousel .control-prev.control-arrow{left:0}.carousel .control-prev.control-arrow:before{border-right:8px solid #fff}.carousel .control-next.control-arrow{right:0}.carousel .control-next.control-arrow:before{border-left:8px solid #fff}.carousel{position:relative;width:100%}.carousel *{-webkit-box-sizing:border-box;box-sizing:border-box}.carousel img{width:100%;display:inline-block;pointer-events:none}.carousel .carousel{position:relative}.carousel .control-arrow{outline:0;border:0;background:0 0;top:50%;margin-top:-13px;font-size:18px}.carousel .thumbs-wrapper{margin:20px;overflow:hidden}.carousel .thumbs{-webkit-transition:all .15s ease-in;transition:all .15s ease-in;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);position:relative;list-style:none;white-space:nowrap}.carousel .thumb{-webkit-transition:border .15s ease-in;transition:border .15s ease-in;display:inline-block;width:80px;margin-right:6px;white-space:nowrap;overflow:hidden;border:3px solid #fff;padding:2px}.carousel .thumb:focus{border:3px solid #ccc;outline:0}.carousel .thumb.selected,.carousel .thumb:hover{border:3px solid #333}.carousel .thumb img{vertical-align:top}.carousel.carousel-slider{position:relative;margin:0;overflow:hidden}.carousel.carousel-slider .control-arrow{top:0;color:#fff;font-size:26px;bottom:0;margin-top:0;padding:5px}.carousel.carousel-slider .control-arrow:hover{background:rgba(0,0,0,.2)}.carousel .slider-wrapper{overflow:hidden;margin:auto;width:100%;-webkit-transition:height .15s ease-in;transition:height .15s ease-in}.carousel .slider-wrapper.axis-horizontal .slider{-ms-box-orient:horizontal;display:-webkit-box;display:-ms-flexbox;display:-moz-flex;display:flex}.carousel .slider-wrapper.axis-horizontal .slider .slide{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-flow:column;flex-flow:column}.carousel .slider-wrapper.axis-vertical{-ms-box-orient:horizontal;display:-webkit-box;display:-ms-flexbox;display:-moz-flex;display:flex}.carousel .slider-wrapper.axis-vertical .slider{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.carousel .slider{margin:0;padding:0;position:relative;list-style:none;width:100%}.carousel .slider.animated{-webkit-transition:all .35s ease-in-out;transition:all .35s ease-in-out}.carousel .slide{min-width:100%;margin:0;position:relative;text-align:center;background:#000}.carousel .slide img{width:100%;vertical-align:top;border:0}.carousel .slide iframe{display:inline-block;width:calc(100% - 80px);margin:0 40px 40px;border:0}.carousel .slide .legend{-webkit-transition:all .5s ease-in-out;transition:all .5s ease-in-out;position:absolute;bottom:40px;left:50%;margin-left:-45%;width:90%;border-radius:10px;background:#000;color:#fff;padding:10px;font-size:12px;text-align:center;opacity:.25;-webkit-transition:opacity .35s ease-in-out;transition:opacity .35s ease-in-out}.carousel .control-dots{position:absolute;bottom:0;margin:10px 0;text-align:center;width:100%}@media (min-width:960px){.carousel .control-dots{bottom:0}}.carousel .control-dots .dot{-webkit-transition:opacity .25s ease-in;transition:opacity .25s ease-in;opacity:.3;-webkit-box-shadow:1px 1px 2px rgba(0,0,0,.9);box-shadow:1px 1px 2px rgba(0,0,0,.9);background:#fff;border-radius:50%;width:8px;height:8px;cursor:pointer;display:inline-block;margin:0 8px}.carousel .control-dots .dot.selected,.carousel .control-dots .dot:hover{opacity:1}.carousel .carousel-status{position:absolute;top:0;right:0;padding:5px;font-size:10px;text-shadow:1px 1px 1px rgba(0,0,0,.9);color:#fff}.carousel:hover .slide .legend{opacity:1}.featured-products-wrapper {
  display: grid;
  grid-template-columns: 0.35fr 1fr;
  padding: 2rem;
}

.featured-products-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  text-align: center;
  margin: 0 auto;
  grid-gap: 2rem;
  padding: 0 1rem;
}

.featured-products-list li a:hover {
  text-decoration: none;
}

.featured-products-list li a .featured-image-wrapper {
  max-height: 350px;
  min-height: 350px;
  max-width: 100%;
  min-width: 100%;
  position: relative;
}

.featured-products-list li a .featured-image {
  width: auto;
  margin: 0 auto;
  height: auto;
  max-height: 80%;
  max-width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.featured-products-list li a .featured-content {
  color: #000;
  text-align: center;
}

.featured-products-list li a .featured-content .featured-title, .featured-products-list li a .featured-content .featured-price {
  font-size: 1.2rem;
}

.featured-products-list li a .featured-content * {
  margin: 0.5rem 0;
  line-height: 1.2;
}

.featured-products-list li a .featured-content .featured-description {
  line-height: 1.4;
  font-size: 1rem;
}

/*** start hide on desktop ***/
.featured-products-list-wrapper .chevron-nav-left, .featured-products-list-wrapper .chevron-nav-right {
  display: none;
}
/*** end hide on desktop ***/

@media screen and (max-width: 1100px) {
  .featured-products-wrapper {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .featured-products-wrapper {
    padding: 1rem;
  }

  .featured-products-list-wrapper {
    position: relative;
    /* border: 1px solid #ccc; */
  }


  .featured-products-list-wrapper .chevron-nav-left, .featured-products-list-wrapper .chevron-nav-right {
    position: absolute;
    font-size: 3rem;
    height: 100%;
    top: 0;
    background: #fff;
    padding: 0 0.5rem;
    display: block;
  }

  .featured-products-list-wrapper .chevron-nav-left {
    left: 0;
    /* border-right: 1px solid #ccc; */
  }

  .featured-products-list-wrapper .chevron-nav-right {
    right: 0;
    /* border-left: 1px solid #ccc; */
  }

  .featured-products-list {
    white-space: nowrap;
    overflow-x: hidden;
    overflow-y: hidden;
    display: block;
    /* width: calc(100% - 7rem); */
    background: #fff;
  }

  .featured-products-list .carousel .slide, .featured-products-list .carousel.carousel-slider .control-arrow {
    background: #fff !important;
    opacity: 1 !important;
    margin: 0;
  }

  .featured-products-list .carousel .carousel-status {
    color: #000;
    text-shadow: none;
    font-size: 1.4rem;
    bottom: 0;
    margin: 0;
    text-align: center;
    display: block;
    width: 100%;
    top: auto;
  }

  .featured-products-list .carousel .control-prev.control-arrow:before {
    border-right-color: #000;
  }

  .featured-products-list .carousel .control-next.control-arrow:before {
    border-left-color: #000;
  }

  .featured-products-list .featured-product {
    white-space: normal;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    margin:0 1rem;
    padding: 0 0.5rem 3rem;
  }
  .featured-products-list .featured-product:first-of-type {
    margin-left: 0;
  }
  .featured-products-list .featured-product:last-of-type {
    margin-right: 0;
  }

  .featured-product-mobile-count {
    display: block;
    padding: 1rem;
    font-size: 1.5rem;
    text-align: center;
  }

  .gray-bg > .featured-products-list-wrapper + .featured-product-mobile-count {
    background: #fff;
    /* border: 1px solid #ccc; */
    /* border-top: transparent; */
  }
}
.store-help {
  color: #fff;
  text-align: center;
  background-color: #000;
  padding: 0.5rem;
}

.store-help h3 {
  font-size: 1.7rem;
}
.store-help p {
  font-size: 1.3rem;
}

/***** END REFACTORED FOR NEW ARCHITECTURE ********/


.store-layout .hero-shot-wrapper {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.store-layout .hero-shot-wrapper .call-out {
  position: absolute;
  /*left: 80%;
  top: 50%;
  transform: translate(-80%, -50%);*/
  text-align: center;
  width: 28rem;
  right: 15%;
  top: 25%;
}


.hero-shot-section .black-back-white-letters {
  text-align: center;
  width: 100%
}

.store-layout .hero-shot-wrapper .call-out .list-inline li img {
  margin-top: .5rem;
  border: 1px solid #000;
}

div.category {
  border: 1px solid #ccc;
}

/* .store-nav-menu {
  background: #fff;
  padding: 1rem;
  position: absolute;
  top: 14rem;
  left: 7rem;
  width: 20%;
  z-index: 1;
}

.accessory-nav, .apparel-nav {
  padding-left: 0 !important;
}

.accessory-nav-btns > li, .apparel-nav-btns > li {
  padding: 0.5rem;
} */


/* @media screen and (max-width: 1200px) {
  .store-layout .hero-shot-wrapper .call-out {
    right: 5%;
    top: 10%;
  }
}

@media screen and (max-width: 1065px) {
  .call-out h3 {
    font-size: 4.5rem;
  }
}

@media screen and (max-width: 920px) {
  .store-layout .hero-shot-wrapper .call-out {
    top: 1%;
  }
}

@media screen and (max-width: 767px) {
  .accessory-featured-wrapper, .apparel-featured-wrapper {
    white-space: nowrap;
    overflow-x: scroll;
  }

  .accessory-featured-wrapper .list-inline > li, .apparel-featured-wrapper .list-inline > li{
    width: 60%;
    white-space: normal;
    vertical-align: top;
  }

  .store-layout .hero-shot-wrapper .call-out {
    top: 1%;
    width: 20rem;
  }

  .store-layout .hero-shot-wrapper {
    min-height: 30rem;
    max-height: 30rem;
  }

  .store-layout .hero-shot-wrapper > img {
    height: 100%;
    width: auto;
  }

  .store-layout .hero-shot-wrapper > * > * >>.btn {
    padding: 0.5rem !important;
  }
} */
.store-collection-list {
  padding: 2rem;
  text-align: center
}
.category-product-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 2rem;
  padding: 2rem;
}

.category-product-list .category-product {
  text-align: center;
}

.category-product-list .category-product .category-product-link {
  color: #000;
  text-decoration: none;
}

.category-product-list .category-product .category-product-image {
  max-height: 18rem;
}

 .category-product-list-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 5rem;
}

.category-product-list-wrapper .category-product  {
  position: relative;
}

 .category-product-list-wrapper .category-product a {
  color: #000;
  text-decoration: none;
}

 .category-product-list-wrapper .category-product a:hover {
  text-decoration: underline;
}

 .category-product-list-wrapper .category-product .category-product-img-wrapper {
  max-height: 12rem;
  min-height: 12rem;
  position: relative;
}

 .category-product-list-wrapper .category-product .category-product-img-wrapper img {
  max-height: 12rem;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
  max-width: 100%;
}

.category-product-list-wrapper .category-product .category-product-img-wrapper.outlet-img-wrapper {
  max-height: 20rem;
  min-height: 20rem;
}

.category-product-list-wrapper .category-product .category-product-img-wrapper.outlet-img-wrapper img {
  max-height: 20rem;
}

 .category-product-list-wrapper .category-product .category-product-content .category-product-title {
    font-size: 1.5rem;
    text-transform: capitalize;
    font-weight: normal;
    margin: 0.5rem;
}

 .category-product-list-wrapper .category-product .category-product-content .category-product-price {
    font-size: 1.2rem;
}

 .category-product-list-wrapper .category-product .category-product-content .category-product-title + * {
  margin: 0.5rem;
}

.category-product-list-wrapper .category-product .category-product-content .variant-compare * {
 margin: 0rem;
}

.category-product-list-wrapper .category-product .category-product-content .variant-compare  .discount .category-product-price {
  margin-left: 1rem;
}

.category-product-list-wrapper .category-product .no-avail {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(255,255,255,0.6);
  z-index: 4;
}

.category-product-list-wrapper .category-product .no-avail > span {
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%) rotate(315deg);
          transform: translate(-50%,-50%) rotate(315deg);
  color: #d8232f;
  font-weight: bold;
  font-size: 5rem;
  text-shadow: 1px 1px 1px #000;
}

@media screen and (max-width: 1023px) {
  .category-product-list-wrapper {
   grid-template-columns: 1fr 1fr;
   grid-gap: 4rem;
 }

 .category-product-list-wrapper .category-product {
   margin-bottom:  2rem;
 }

 .category-product-list-wrapper .category-product .category-product-img-wrapper {
   max-height: 15rem;
   min-height: 15rem;
 }

 .category-product-list-wrapper .category-product .category-product-img-wrapper img {
   max-height: 15rem;
 }

}

@media screen and (max-width: 767px) {
  .category-product-list-wrapper {
   display: block;
 }
}
.filter-wrapper {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  height: 100%;
  width: 0vw;
  background-color: transparent;
  -webkit-transition: background-color 0.5s ease,width 0s ease 0.5s;
  transition: background-color 0.5s ease,width 0s ease 0.5s;
}

.filter-menu {
  background: rgb(255, 255, 255);
  width: 16rem;
  height: 100%;
  padding: 0.5rem 0;
  text-align: left;
  border-right: 1px solid #333;
  overflow-y: auto;
  position: fixed;
  left: calc(-16rem - 1px);
  -webkit-transition: left 0.75s ease;
  transition: left 0.75s ease;
}

.filter-menu h6 {
  font-size: 1.3rem;
  margin: 0 0 0.25rem;
}

.filter-menu ul li, .filter-menu ul li a{
  cursor: pointer;
  font-size: .925rem;
  line-height: 1.45;
  display: block;
}

.filter-menu .disabled-filter {
  color: #ccc;
}

.filter-menu .active-filter {
  position: relative;
}

.filter-menu .active-filter span {
  position: absolute;
  right: 0;
  color: #000;
  border: 1px solid;
  padding: 0 0.25rem;
  font-size: 0.9rem;
}

.show-filters, .close-filters {
  border: none;
  font-size: 1.1rem;
  text-transform: uppercase;
  margin: 0 0.5rem 1rem;
  font-weight: 500;
}

.show-filters .icon, .close-filters .icon {
  margin-right: 0.5rem;
}

.close-filters {
  text-align: right;
  display: block;
  width: calc(100% - 1rem);
}

.filter-wrapper.visible {
  -webkit-transition: width 0s, background-color 0.5s ease;
  transition: width 0s, background-color 0.5s ease;
  width: 100vw;
  background-color: rgba(10,10,10,0.5);
}

.filter-wrapper.visible .filter-menu {
  left: 0;
}


.filter-property {
  /* border-bottom: 1px solid #ccc; */
  margin: 1rem;
}

.filter-property h6 {
  position: relative;
}

.filter-property h6 .icon-chevron-down {
  position: absolute;
  right: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.filter-property ul {
  margin: 0.5rem 0;
}

.selected-filter {
  position: relative;
  font-size: 0.9rem;
}

.selected-filter .icon-remove-filter {
  position: absolute;
  top: -0.65rem;
  right: -0.65rem;
  font-size: 1.3rem;
  background-color: #fff;
  border-radius: 50%;
}

.selected-filter + .selected-filter {
  margin-left: 0.75rem;
}

@media screen and (max-width: 900px) {
  .filter-menu {
    width: 100%;
    left: calc(-100% - 1px);
  }

  .filter-menu ul li, .filter-menu ul li a{
    font-size: 1.1rem;
  }
}.store-collection-category-content {
  text-align: center;
  padding: 0 2rem 2rem;
}.product-recommendations {
  margin-top: 2rem;
}

.product-recommendations h4 {
  margin-bottom: 0rem;
  font-size: 2rem;
}

.product-recommendations ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
}

.product-recommendations ul li {
  padding: 1rem;
  width: calc(50% - 2rem)
}

.product-recommendations ul li div.image-container {
  height: 9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.product-recommendations ul li div.image-container img {
  max-height: 9rem;
  width: auto;
  max-width: 100%;
}

.product-recommendations ul li p {
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  font-size: 95%;
}/******* ADD TO CART MODAL POPUP **********/
.hidden-modal {
  display: none;
  position: fixed;
  background: rgba(200,200,200,0.5);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20000;
}

/* .hidden-modal > .notify {
  background: #FFF;
  padding: 2rem;
  max-width: 375px; 
  position: absolute;
  top: 1rem;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 100%;
  height: calc(100vh - 5rem);
  overflow-y: scroll;
}

.hidden-modal > .notify > img {
  max-width: 150px;
  margin: 0 auto;
  max-height: 150px;
  width: auto;
}

.hidden-modal > .notify > button {
  width: 100%;
  margin-bottom: 1rem;
}

.hidden-modal > .notify > a {
  color: #fff;
  width: 96%;
}

.hidden-modal > .notify > a:hover, .hidden-modal > .notify > a:focus {
  color: #FFF;
  text-decoration: none;
} */

#bow-accessories {
  border-top: 1px solid #ccc;
  margin: 4rem auto;
  padding: 1rem 0;
  overflow-y: scroll;
  height: 40vh;
}

#bow-accessories p {
  text-align: left;
  padding: 1.5rem 0;
}

.shirt {
  font-family: sans-serif;
  font-weight: 600;
  margin: 1rem;
  color: #000;
  padding: 1rem;
}

.shirt img {
  width: 50%;
}

.hidden-modal .notify a.shirt-link {
    padding: 1rem;
    background: #000;
    color: #fff;
    margin: 0.5rem 0;
}

@media screen and (max-width: 450px) {
  .hidden-modal > .notify {
    max-width: 80%;
  }
}

/********* NEW CSS - JUNE 3, 2019 *********/
.hidden-modal > .notify {
  position: absolute;
  top: 5%;
  bottom: 5%;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 80%;
  height: auto;
  padding: 0;
  margin: 0 auto;
  text-align: center;
  overflow-y: auto;
  background: #FFF;
}

.hidden-modal > .notify > .continue {
  max-width: 375px;
  width: 100%;
  margin: 1rem;
  -ms-flex-item-align: center;
      align-self: center;
  justify-self: center;
}

.hidden-modal > .notify > .continue > img {
  max-width: 200px;
  margin: 0 auto;
  max-height: 200px;
  width: auto;
}

.hidden-modal > .notify > .continue > button {
  width: 100%;
  margin-bottom: 1rem;
}

.hidden-modal > .notify > .continue > a {
  color: #fff;
  width: calc(96% - 3rem);
}

.hidden-modal > .notify > a:hover, .hidden-modal > .notify > a:focus {
  color: #FFF;
  text-decoration: none;
}

.hidden-modal > .notify > .upsell {
  width: calc(100% - 375px);
  border-left: 1px solid #ccc;
  margin: 1rem 0;
  padding: 0 1rem;
  overflow-y: auto;
}

.hidden-modal > .notify > .close-icon {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0.35rem .5rem;
  cursor: pointer;
}

@media screen and (max-width: 1250px) {
  .hidden-modal > .notify {
    max-width: 90%;
  }
}

@media screen and (max-width: 1023px) {
  .hidden-modal > .notify {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow-y: auto;
  }
  .hidden-modal > .notify > .upsell {
    border-left: none;
    border-top: 1px solid #ccc;
    margin: 0 1rem;
    padding: 1rem 0;
    width: calc(100% - 2rem);
    overflow-y: unset;
  }
}/* 
.gray-btn {
  padding: 2rem 3rem;
  border: none;
  color: #fff;
}

.dropdown-menu {
  left: 30% !important;
}

.sort-by p {
  margin: 1.5rem 0;
}

*/


.product-ship {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc !important;
  margin-top: 1rem !important;
  text-align: center !important;
}

.variant-compare > .sale-tag {
  padding: 0.2rem 1rem;
  background: red;
  color: #fff;
  margin: 1rem 1rem 1rem 1rem;
  vertical-align: text-top;
  line-height: 1;
  font-size: 1rem;
}

.variant-compare > .original {
  display: inline-block;
  margin-left: 1.5rem !important;
  text-decoration: line-through;
}

.variant-compare > .discount {
  display: inline-block;
} 

/**** MOBILE PRODUCT PAGE OVERWRITES ****/
@media screen and (max-width: 1023px) {
  .product-title-mobile {
    font-size: 2rem;
    text-align: center;
  }

  .product-wrapper-mobile {
    margin: 1rem;
  }

  .product-nav-images-wrapper-mobile {
    display: grid;
    grid-template-columns: auto 1fr auto;
    grid-template-rows: 20rem 2rem;
  }

  .chevron-nav-left-mobile, .chevron-nav-right-mobile {
    font-size: 4rem;
    padding: 0.5rem;
    -ms-flex-item-align: center;
        align-self: center;
    height: auto;
  }

  .product-img-wrapper-mobile {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4,100%);
    overflow: hidden;
    align-self: center;
    height: 100%;
    grid-column-gap: 1.5rem;
  }

  .product-img-mobile {
    width: 100%;
    height: 100%;
    display: grid;
  }

  .product-img-mobile img {
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    -ms-flex-item-align: center;
        align-self: center;
    margin: 0 auto;
  }

  .product-nav-images-wrapper-mobile .image-count {
    font-size: 1.5rem;
    grid-row-start: 2;
    grid-row-end: 2;
    grid-column-start: 1;
    grid-column-end: 4;
    text-align: center;
    padding-top: 0.5rem;
  }

  .product-price-mobile {
    margin-left: 0;
    font-size: 2rem;
    margin-bottom: 0;
  }

  .product-sku-mobile {
    margin-left: 0;
    margin-top: 0;
  }



  .variant-compare.mobile-compare > .sale-tag {
    padding: .5rem 1rem;
    background: red;
    color: #fff;
    margin: 0;
    vertical-align: text-bottom;
    line-height: 1;
    font-size: 1rem;
    display: inline-block;
    margin-right: 1rem;
  }

  .breadcrumbs.mobile-breadcrumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-top: 1px solid;
    padding: 0.5rem;
    margin: 0;
  }

  .product-wrapper-mobile .product-content-wrapper .product-form .form-group label,
  .product-wrapper-mobile .product-content-wrapper .product-form .form-group input,
  .product-wrapper-mobile .product-content-wrapper .product-form .form-group select {
    font-size: 16px;
  }

  .product-wrapper-mobile .product-content-wrapper .product-description-mobile h1,
  .product-wrapper-mobile .product-content-wrapper .product-description-mobile h2,
  .product-wrapper-mobile .product-content-wrapper .product-description-mobile h3,
  .product-wrapper-mobile .product-content-wrapper .product-description-mobile h4,
  .product-wrapper-mobile .product-content-wrapper .product-description-mobile h5,
  .product-wrapper-mobile .product-content-wrapper .product-description-mobile h6 {
    font-size: 1.8rem;
  }

  .product-wrapper-mobile .product-content-wrapper .product-description-mobile {
    margin: 2rem 1rem;
  }

  .product-wrapper-mobile .product-content-wrapper .product-description-mobile  > *:first-child {
    margin-top: 0;
  }

  .product-wrapper-mobile .product-content-wrapper .product-description-mobile  > * {
    margin: 1rem 0;
    text-align: left !important;
  }

  .product-wrapper-mobile .product-content-wrapper .product-description-mobile  ul li {
    margin-left: 1rem;
    list-style: disc;
  }

}

/**** ADD TO CART FOR PRODUCT PAGE ****/
.product-wrapper .add-to-cart, .product-wrapper-mobile .add-to-cart {
  font-family: Roboto Condensed;
    font-weight: 700;
    background: #337ab7;
    border: none;
    color: #fff;
    padding: 1rem;
    text-transform: uppercase;
    -webkit-transition: background 0.5s ease-in;
    transition: background 0.5s ease-in;
}


.product-wrapper .add-to-cart:hover, .product-wrapper-mobile .add-to-cart:hover {
  background:#645b52;
}


/**** DESKTOP PRODUCT PAGE OVERWRITES ****/
@media screen and (min-width: 1024px) {
  .product-wrapper {
    display: grid;
    grid-template-columns: 1fr 0.7fr;
    grid-gap: 3rem;
    padding: 0 2rem;
    margin-bottom: 2rem;
  }

  .product-wrapper .product-images-wrapper {
    position: relative;
    display: grid;
    overflow: hidden;
    width: 100%;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: minmax(-webkit-min-content, -webkit-max-content);
    grid-auto-rows: minmax(min-content, max-content);
    grid-gap: 1rem;
    max-height: none;
  }

  .product-wrapper .product-images-wrapper picture {
    background-color: #efefef;
    width: calc(100% - 2rem);
    /* height: max-content; */
    padding: 1rem;
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    justify-items: center;
  }

  .product-wrapper .product-content-wrapper .product-title {
    margin: 0;
    font-size: 2rem;
  }

  .product-wrapper .product-content-wrapper .product-price {
    font-size: 1.5rem;
    margin-left: 0;
  }
  
  .product-wrapper .product-content-wrapper .product-sku {
    margin-left: 0;
  }
  
  .product-wrapper .product-content-wrapper .product-form .form-group label {
    display: block;
  }
  
  .product-wrapper .product-content-wrapper .product-form .form-group .form-input {
    width: auto;
    min-height: 1.5rem;
    min-width: 30%;
  }

  .product-wrapper .product-content-wrapper .product-form .form-group label.option-btn {
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
    padding: 0.5rem;
    border-radius: 4px;
    min-width: 4rem;
    min-height: 2.5rem;
    border: 1px solid;
    text-align: center;
    font-weight: normal;
    display: inline-grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-touch-action: manipulation;
        touch-action: manipulation;
    cursor: pointer;
  }

  .product-wrapper .product-content-wrapper .product-form .form-group label.option-btn > input[type="radio"] {
    opacity: 0;
    visibility: hidden;
    display: none;
  }

  .product-wrapper .product-content-wrapper .product-form .form-group label.option-btn.checked {
    color: #fff;
    background-color: #000;
  }

  .product-wrapper .product-content-wrapper .variant-compare .sale-tag {
    margin-left: 0;
    display: table;
  }

  .product-wrapper .product-content-wrapper .variant-compare .product-price{
    margin-bottom: 0;
    margin-top: 0;
    margin-left: 0;
  }
  
  .product-wrapper .product-content-wrapper .product-description {
    margin: 1rem .5rem;
  }

  .product-wrapper .product-content-wrapper .product-description > *:first-child {
    margin-top: 0;
  }

  .product-wrapper .product-content-wrapper .product-description > * {
    margin: 1rem 0;
    text-align: left !important;
  }

  .product-wrapper .product-content-wrapper .product-description h1,
  .product-wrapper .product-content-wrapper .product-description h2,
  .product-wrapper .product-content-wrapper .product-description h3,
  .product-wrapper .product-content-wrapper .product-description h4,
  .product-wrapper .product-content-wrapper .product-description h5,
  .product-wrapper .product-content-wrapper .product-description h6 {
    font-size: 1.8rem;
  }

  .product-wrapper .product-content-wrapper .product-description ul li {
    margin-left: 1rem;
    list-style: disc;
  }

  .breadcrumbs.desktop {
    margin: 1rem 2rem;
  }

  .product-wrapper .selected-image-wrapper {
    position:absolute;
    top:0;
    left: 0;
    width: calc(100% - 6rem);
    height: calc(100% - 10rem);
    background-color: #fff;
    padding: 5rem 3rem;
  }

  .product-wrapper .selected-image-wrapper  .selected-image-close {
    position:absolute;
    top:0;
    right:1rem;
    border:1px solid;
    padding:1rem;
    cursor: pointer;
  }

  .product-wrapper .selected-image-wrapper  .selected-image {
    width: auto;
    height: auto;
    display: block;
    margin: 0 auto;
  }

  /*** CLASSIC BOWS ***/
  .product-wrapper #select-bow-dealer {
    margin-bottom: 1rem;
  }
  .product-wrapper #select-bow-dealer h5, .product-wrapper #select-bow-dealer p {
    margin-left: 0;
  }
}#elite-klarna-financing {
  text-align: center;
}

#elite-klarna-financing .hero-wrapper .hero-content {
  position: absolute;
  top: 6rem;
  left: 0;
  right: 0;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
}

#elite-klarna-financing .pay-plan-wrapper {
  background-color: #eee;
}

#elite-klarna-financing .pay-plan-wrapper h4 {
  text-transform: capitalize;
}

#elite-klarna-financing .pay-plan-wrapper .pay-plan {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 2rem;
}

#elite-klarna-financing .pay-plan-wrapper .pay-plan p {
  font-weight: bold;
}

#elite-klarna-financing .pay-plan-wrapper .pay-plan img {
  max-width: 30%;
  margin: 1rem auto;
}

#elite-klarna-financing .elite-finance-cta {
  padding-top: 2rem;
  display: block;
}

#elite-klarna-financing .elite-finance-cta img, #elite-klarna-financing .credit-apply img {
  width: auto;
}

#elite-klarna-financing article {
  padding: 3rem;
}

#elite-klarna-financing article:first-child {
  padding: 0;
}

#elite-klarna-financing article h3 {
  text-transform: capitalize;
}

@media screen and (max-width: 767px) {
  #elite-klarna-financing .credit-apply img {
    width: 100%;
  }
}
.partners a {
  display: inline-block;
  padding: 3rem;
  vertical-align: middle;
  width: calc(100% / 3 - 6rem);
}

.partners a  > img {
  margin: 0 auto;
}


@media screen and (max-width: 1024px) {
  .partners a {
    vertical-align: middle;
    width: 39%;
  }
}

@media screen and (max-width: 768px) {
  .partners a {
    padding: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .partners a {
    padding: 3rem;
    width: 70%;
    display: block;
  }
}
#tech-manual-spec-sheets .tech-manuals {
  display: grid;
  grid-template-columns: 0.5fr 1fr;
  grid-gap: 2rem;
  padding-bottom: 2rem;
}

#tech-manual-spec-sheets .tech-manuals .previous-years {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 2rem;
}

#tech-manual-spec-sheets .tech-manuals .previous-years, #tech-manual-spec-sheets .tech-manuals .current-year, #tech-manual-spec-sheets .tech-manuals .previous-years li a p, #tech-manual-spec-sheets .tech-manuals .current-year li a p {
  margin: 0;
  line-height: 1;
  text-align: center;
}

#tech-manual-spec-sheets .tech-manuals .previous-years li a .tech-image, , #tech-manual-spec-sheets .tech-manuals .current-year li a .tech-image {
  border: 1px solid;

}

#tech-manual-spec-sheets .spec-sheets {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 2rem;
  padding-bottom: 2rem;
}

#tech-manual-spec-sheets .spec-sheets .spec-wrapper .spec-title {
  border-bottom: 1px solid #000;
  padding-left: 1rem;
}

#tech-manual-spec-sheets .spec-sheets .spec-wrapper .spec-sheet-bow-list {
  list-style-type: circle;
  padding-left: 3rem;
  margin: 0;
}

#tech-manual-spec-sheets .spec-sheets .spec-wrapper .spec-sheet-bow-list > li {
  padding-bottom: 0.2rem;
}

@media screen and (max-width:1024px) {
  #tech-manual-spec-sheets .tech-manuals .previous-years {
    grid-template-columns: 1fr 1fr 1fr;
  }
  #tech-manual-spec-sheets .spec-sheets {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media screen and (max-width:768px) {
  #tech-manual-spec-sheets .tech-manuals .previous-years {
    grid-template-columns: 1fr 1fr;
  }
  #tech-manual-spec-sheets .spec-sheets {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width:767px) {
  #tech-manual-spec-sheets .tech-manuals {
    display: block;
  }
  #tech-manual-spec-sheets .tech-manuals .previous-years {
    display: block;
  }
  #tech-manual-spec-sheets .spec-sheets {
    display: block;
  }
}
#bow-press-compatibility .bow-presses-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 2rem;
}

#bow-press-compatibility .bow-press-title {
  border-bottom: 1px solid;
  text-align: left;
}

#bow-press-compatibility .bow-press-list {
  list-style-type: circle;
  text-align: left;
  margin-left: 3rem;
}

@media screen and (max-width:767px) {
  #bow-press-compatibility .bow-presses-wrapper {
    display: block;
  }
}
/************ Patents ************/
#patents .patents-wrapper {
  	margin: 2rem auto;
  	width: 80%;
  	text-align: left;
}

#patents .patents-wrapper dt {
	/* font-size: 3rem; */
  	color: #000;
  	text-transform: uppercase;
    padding: 0.5rem 0;
    font-weight: bold;
}

#patents .patents-wrapper dd {
	/* font-size: 1.8rem; */
  	border: 1px solid #000;
 	background: #fff;
	margin-left: 0;
}

#patents .patents-wrapper a, #patents .patents-wrapper a:focus, #patents .patents-wrapper a:hover {
	color: #337ab7;
    display: block;
    margin-bottom: 0.5rem;
}

#patents .patents-wrapper .patents-info {
	max-height: 0;
    overflow: hidden;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  	border: none;
  	margin-bottom: 0.5rem;
    border-left: 1px solid;
    border-right: 1px solid;
    border-bottom: 1px solid;
  	visibility: hidden;
}

#patents .patents-wrapper .patents-info > .patents > p {
	margin: 0;
  text-decoration: underline;
  max-width: 100%;
  width: 100%;
  font-weight: bold;
}

#patents .patents-wrapper .patents-info > .patents {
	padding: 1rem 2rem;
}

#patents .accordion {
  overflow: hidden;
  cursor: pointer;
  color: #337ab7;
}

#patents .accordion .plus-icon, #patents .accordion .minus-icon {
  padding: 0.5rem 1rem 0.5rem 1rem;
  border-right: 1px solid;
  margin-right: 0.5rem;
  vertical-align: -0.45em;
  color: #000;
}

@media screen and (max-width: 767px) {
  #patents .patents-wrapper {
  	width: 100%;
  }
  #patents .accordion:before {
    margin-right: 0.5rem;
  }
  #patents .patents-wrapper dt {
    font-size: 2rem;
  }
  #patents .patents-wrapper dd {
    font-size: 1.6rem;
  }
}
#contact-us address {
  font-style: normal;
}

#contact-us dl dt {
  font-weight: bold;
}

#contact-us .phone-number {
  margin: 0;
}

#contact-us .phone-number:last-of-type {
  margin-bottom: 1rem;
}

#contact-us .phone-number  dt {
  display: inline-block;
  padding-right: 0.5rem;
}
#contact-us .phone-number  dd {
  display: inline-block;
}
.embed-component {
  display: block;
  border: none;
  width: 100%;
}

#warranty-registration form {
  text-align: left;
}

#warranty-registration form .required {
  color: #004ec2;
}

#warranty-registration form .form-input {
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  background-color: rgb(255, 255, 255);
  cursor: default;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
      justify-content: space-between;
  min-height: 38px;
  height: 38px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-color: rgb(204, 204, 204);
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  -webkit-transition: all 100ms ease 0s;
  transition: all 100ms ease 0s;
  outline: 0px !important;
}

#warranty-registration form hr {
  border: 0.5px solid #dfdfdf;
  border-style: inset;
  margin: 1.5rem 0;
}

#warranty-registration .form-section {
  padding: 1rem;
  margin-bottom: 2rem;
  background-color: #f5f5f5;
  border-radius: 4px;
  border: 1px solid #ccc;
}

#warranty-registration .form-section-header {
  margin: 1rem;
}

#warranty-registration .form-section-header h6 {
  margin: 0;
}

#warranty-registration .form-section-header i {
  margin-top: 0.5rem;
  display: block;
  font-size: 0.9rem;
}

#warranty-registration .form-section-header i .required {
  font-size: 1rem;
}

#warranty-registration .form-row-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
} 

#warranty-registration .form-row-flex > .form-group {
  -webkit-box-flex: 25%;
      -ms-flex: 25%;
          flex: 25%;
  margin: 0.75rem 1rem;
}

#warranty-registration .errors, #warranty-registration form .form-input.errors {
  border: 1px solid red;
  border-radius: 4px;
}

#warranty-registration .error-message {
  display: block;
  color: red;
  font-size: 0.85rem;
  padding: 0.25rem;
}


/***** Registration Modal *****/
#warranty-registration .registration-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(20,20,20, 0.5);
  z-index: 100000000;
}

#warranty-registration .registration-modal > .modal-content {
	text-align: center;
  padding: 2rem;
  margin: 0 auto;
  background-color: #fff;
  color: black;
  width: 90%;
  margin-top: 5%;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 1rem 1px #000;
          box-shadow: 0 0 1rem 1px #000;
  position: relative;
}

#warranty-registration .registration-modal > .modal-content > .close-modal-icon {
	color: #000;
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  padding: 0.25rem 0.75rem;
  font-weight: bold;
  text-transform: uppercase;
  border: 1px solid;
  border-radius: 4px;
}

#warranty-registration .registration-modal > .modal-content > .close-modal {
	padding: 0.5rem 1rem;
  border: 1px solid;
  border-radius: 4px;
  color: #000;
  margin-top: 1rem;
}

@media screen and (max-width: 767px) {
  #warranty-registration .form-row-flex {
    display: block;
  }
}
#contingency-program .rules-title {
  text-align: left;
  margin: 0;
}

#contingency-program .rules-list {
  text-align: left;
  list-style-type: circle;
  line-height: 1.5;
  /* margin-left: 3rem; */
}

#contingency-program .rules-list li {
  padding-bottom: 0.5rem;
}

#contingency-program .contingency {
  text-align: left;
}

#contingency-program table {
  width: 100%;
  max-width: 100%;
  margin: 2rem 0;
}

#contingency-program table tbody tr td, #contingency-program table tbody tr th, #contingency-program table tfoot tr td, #contingency-program table tfoot tr th, #contingency-program table thead tr td, #contingency-program table thead tr th {
  padding: 0.5rem;
}

#contingency-program table tbody tr:nth-of-type(odd) {
  background-color: #efefef;
}

.contingency-download {
  max-width: 80%;
  margin: 2rem auto;
  display: block;
  text-align: center;
}

#contingency-program .rules-container {
  max-width: 46.5rem;
  margin: 0 auto;
  width: 100%;
}

@media screen and (max-width: 1000px) {
  #contingency-program .rules-container {
    max-width: 36rem;
  }
}

@media screen and (max-width: 768px) {
  #contingency-program .rules-list {
    line-height: 1.5;
    margin-left: 1.5rem;
  }
}

.dealer-item {
  list-style: none;
  text-align: center;
  border-bottom: 1px solid #ccc;
  position: relative;
}
.dealer-item:last-child {
  border-bottom: none;
}

.dealer-name {
  text-transform: uppercase;
  font-weight: 700;
}

.visibility-hidden {
  visibility: hidden;
  opacity: 0;
  z-index: 0;
}

.info-window {
  text-align: center;
  font-size: 1rem;
}
.info-window > p {
  margin: 0.5rem;
}

/************ RITUAL 30 CHECKBOX ***************/
#ritual-30-dealers {
  padding: 0.5rem;
  border-bottom: 1px solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  color: #fff;
  background-color: #000;
}

#ritual-30-dealers #ritual-30-available {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  padding: 0;
  margin: 0;
}

#ritual-30-dealers span {
  margin-left: 1rem;
  vertical-align: bottom;
}


/******** NEW DEALER LOCATOR STYLNIG *********/
.dealer-item .rit-30-dealer-icon, .dealer-item .rit-35-dealer-icon {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  width: 2rem;
}

.share-search {
  font-size: 1rem;
  margin: 0.5rem auto;
  text-align: center;
  display: block;
  text-transform: uppercase;
}

.share-search-modal-outer {
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  left: 0;
  z-index: 5000;
  background-color: rgba(200,200,200,0.7);
}

.share-search-modal-inner {
  background-color: #fff;
  padding: 2rem;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  width: 40rem;
  max-width: 80%;
  -webkit-box-shadow: 1px 1px 0.5rem 0.1rem #999;
          box-shadow: 1px 1px 0.5rem 0.1rem #999;
  text-align: center;
}

.share-search-modal-inner p {
  background: #efefef;
  display: inline-block;
  padding: 1rem;
  font-size: 1.5rem;
}

.share-search-modal-inner .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.5rem;
  text-transform: uppercase;
  color: #000;
  font-size: 1.4rem;
  cursor: pointer;
}


/**** NEW FOR DECEMBER 17TH MAP REVAMP *****/

#dealer-locator {
  margin-bottom: 2rem;
  text-align: center;
}

#dealer-locator #search-input {
  display: grid;
  grid-template-columns: 1fr auto;
}

#dealer-locator #search-input #search-address {
  height: 3.5rem;
  font-size: 1.5rem;
  padding: 0.5rem 1rem;
  background-color: #efefef;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

#dealer-locator #search-input #search-address::-webkit-input-placeholder {
  color: #333;
}

#dealer-locator #search-input #search-address:-ms-input-placeholder {
  color: #333;
}

#dealer-locator #search-input #search-address::-ms-input-placeholder {
  color: #333;
}

#dealer-locator #search-input #search-address::placeholder {
  color: #333;
}

#dealer-locator #search-input .search-button {
  height: 3.5rem;
  padding: 0 2rem;
  background: #000;
  font-weight: bold;
  color: #fff;
  font-size: 1.5rem;
  border-top-right-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
}

#map-content-wrapper {
  position: relative;
  overflow: hidden;
  border: 1px solid #ccc;
}

#dealer-locator #map-content-wrapper .toggle-map-dealer-list {
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  padding: 1rem;
  background-color: #fff;
  border: 1px solid;
  z-index: 2;
  text-transform: uppercase;
  font-size: 1.5rem;
  -webkit-box-shadow: 0.3rem 0.3rem 1rem 0rem #555;
          box-shadow: 0.3rem 0.3rem 1rem 0rem #555;
  min-width: 15rem;
}

#dealer-locator #map-content-wrapper .dealer-search-results {
  position: absolute;
  top: 5rem;
  width: 30%;
  height: calc(100% - 5rem);
  background-color: #fff;
  z-index: 2;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: 1px 1px 28px 1px #555;
          box-shadow: 1px 1px 28px 1px #555;
  min-width: 22rem;
  text-align: center;
  -webkit-transform: translate3d(-104%,0,0);
          transform: translate3d(-104%,0,0);
}

#dealer-locator #map-content-wrapper .dealer-search-results h5 {
  border-bottom: 1px solid #000;
  margin-bottom: 0;
}

#dealer-locator #map-content-wrapper .dealer-search-results #dealer-list {
  height: calc(100% - 2rem - 1px);
  overflow-y: auto;
  margin: 0;
}

#dealer-locator #map-content-wrapper .legend {
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  padding: 0.5rem;
  background-color: #fff;
  border: 1px solid;
  z-index: 1
}

#dealer-locator #map-content-wrapper .legend div ~ div {
  margin-top: 0.5rem;
  padding-top: 0.5rem;
  border-top: 1px solid #efefef;
}

#dealer-locator #map-content-wrapper .legend img {
  max-width: 3rem;
  vertical-align: middle;
  padding-right: 0.5rem;
}

#dealer-locator #map-content-wrapper .map-container #find-a-dealer-map {
  position: relative;
  height: 40rem;
}

#dealer-locator #map-content-wrapper .map-container #find-a-dealer-map .info-window button {
  font-size: 70%;
  border-radius: 5px;
  text-transform: uppercase;
  font-family: sans-serif;
  padding: 0.5rem 1rem;
  background: #000;
  color: #fff;
  border: 2px solid #fff;
  -webkit-box-shadow: -2px -1px 9px 5px #ccc;
          box-shadow: -2px -1px 9px 5px #ccc;
  margin: 0.5rem;
}

#dealer-locator #map-content-wrapper .dealer-search-results.desktop {
  -webkit-transform: translate3d(0,0,0);
          transform: translate3d(0,0,0);
  height: 100%;
  top: 0;
}

#dealer-locator #map-content-wrapper .dealer-search-results .dealer-item .bow-icons-wrapper {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  width: 2rem;
}

@media screen and (max-width: 1150px) {
  #dealer-locator #map-content-wrapper .dealer-search-results.desktop {
    min-width: 18rem;
  }
}

@media screen and (max-width: 768px) {
  #dealer-locator #map-content-wrapper .dealer-search-results {
    width: 100%;
  }
  #dealer-locator #map-content-wrapper .legend {
    top: unset;
    bottom: 0.5rem;
  }
}
#cart .cart-hr {
  margin: 0;
  border-bottom: 1px solid #efefef;
}

#cart .cart-content-wrapper {
  display: grid;
  grid-template-columns: 1fr 0.4fr;
  border-top: 1px solid #efefef;
}

#cart .cart-content-wrapper .cart-left {
  border-right: 1px solid #efefef;
}


#cart .cart-content-wrapper .cart-left .cart-item {
  border-bottom: 1px solid #efefef;
  display: grid;
  grid-template-columns: minmax(20%, 20%) minmax(50%, 50%) minmax(30%, 30%);
  padding: 1rem;
  text-align: left;
}

#cart .cart-content-wrapper .cart-left .cart-item:last-child {
  border-bottom: none;
}

#cart .cart-content-wrapper .cart-left .cart-item  .cart-image {
  height: auto;
  max-height: 12rem;
  width: auto;
  text-align: center;
  margin: 1rem auto;
  max-width: 100%;
}

#cart .cart-content-wrapper .cart-left .cart-item .cart-item-title, #cart .cart-content-wrapper .cart-left .cart-item .cart-item-data h6 {
  text-transform: capitalize;
  text-align: left;
  margin-bottom: 0;
}

#cart .cart-content-wrapper .cart-left .cart-item .cart-item-options {
  text-align: left;
  font-size: 1.2rem;
  margin: 0rem 1rem;
}

#cart .cart-content-wrapper .cart-left .cart-item .cart-item-data {
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  text-align: left;
}

#cart .cart-content-wrapper .cart-left .cart-item .cart-item-data .cart-item-data-quantity {
  border: 1px solid #ccc;
  border-radius: 2px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

#cart .cart-content-wrapper .cart-left .cart-item .cart-item-data .cart-item-data-quantity .cart-item-quantity {
  padding: 0 1rem;
  -ms-flex-item-align: center;
      align-self: center;
}

#cart .cart-content-wrapper .cart-left .cart-item .cart-item-data .cart-item-remove {
  padding: 0;
  background: none;
  border: none;
  color: #337ab7;
  margin: 0.5rem 0rem;
  width: 100%;
  cursor: pointer;
  font-size: 1rem;
}

#cart .cart-content-wrapper .cart-right {
  padding: 1rem;
  text-align: left;
}

#cart .cart-content-wrapper .cart-right .total-price {
  margin: 0.5rem 0;
}

.cart-item-quantity-increase, .cart-item-quantity-decrease {
  white-space: nowrap;
  font-size: 1rem;
  font-weight: 700;
  background-color: #efefef;
  border: none;
  cursor: pointer;
  border-radius: 0;
  padding: 0rem 0.25rem;
  color: #000;
}

.cart-item-quantity-increase:hover, .cart-item-quantity-decrease:hover {
  background-color: #ccc;
}

.cart-item-quantity-increase {
  border-left: 1px solid #ccc;
}

.cart-item-quantity-decrease {
  border-right: 1px solid #ccc;
}

.cart-item-data-price-container {
  justify-self: center;
}

.cart-item-data-price-container p {
  margin: 0 1rem;
  font-size: 1.2rem;
}

#klarna-reminder {
  margin-top: 3rem;
  width: 50%;
}

#klarna-reminder img {
  width: 100%;
}

#cart .cart-content-wrapper .cart-right .total-price.original {
  color: #999;
  text-decoration: line-through;
}

#cart .cart-content-wrapper .cart-right .discount-wrapper {
  margin-bottom: 1rem;
}

#cart .cart-content-wrapper .cart-right .discount-wrapper * {
  margin: 0;
}

#cart .cart-content-wrapper .cart-right .discount-wrapper input {
  padding: 0.2rem 0.5rem;
}

#cart .cart-content-wrapper .cart-right .discount-wrapper button {
  font-size: 1rem;
  margin-left: 0.5rem;
}

#cart .cart-content-wrapper .cart-right .discount-wrapper .applied-code {
  color: green;
  font-weight: bold;
  display: block;
}

#cart .cart-content-wrapper .cart-right .discount-wrapper .applied-code .remove-icon {
  color: #000;
  font-size: 1rem;
  padding: 0 0.2rem 0.4rem;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  #cart .cart-content-wrapper .cart-right .discount-wrapper {
    padding: 1rem;
    background-color: #efefef;
    border: 1px solid #ddd;
    max-width: 18rem;
  }

  #cart .cart-content-wrapper .cart-right .discount-wrapper input {
    width: 100%;
    margin: 0.5rem 0;
    min-width: 10rem;
    max-width: 18rem;
    border: 1px solid #ddd;
  }

  #cart .cart-content-wrapper .cart-right .discount-wrapper button {
    margin-left: 0;
  }
}

@media screen and (max-width: 1200px) {
  #cart .cart-content-wrapper .cart-left .cart-item .cart-item-data {
    text-align: center;
    display: block;
    margin-top: 1rem;
  }
  #cart .cart-content-wrapper .cart-left .cart-item .cart-item-data h6 {
    text-align: center;
    margin: 0;
  }
}

@media screen and (max-width: 950px) {
  #cart .cart-content-wrapper .cart-left {
    border-bottom: 1px solid #efefef;
  }

  #cart .cart-content-wrapper .cart-right {
    text-align: right;
  }

  #cart .cart-content-wrapper {
    display: block;
  }

  #cart .cart-content-wrapper .cart-right .discount-wrapper {
    margin-left: calc(100% - 18rem);
  }
}

@media screen and (max-width: 767px) {
  #cart .cart-content-wrapper .cart-left {
    border-left: 1px solid #efefef;
  }
  #cart .cart-content-wrapper .cart-left .cart-item {
    display: block;
  }
  #cart .cart-content-wrapper .cart-left .cart-item .cart-item-data {
    display: grid;
  }
  #cart .cart-content-wrapper .cart-right .discount-wrapper {
    margin-left: 0;
  }
}

#cart .cart-checkout {
  font-family: 'Roboto Condensed';
  font-weight: 700;
  background: #337ab7;
  border: none;
  color: #ffffff;
  padding: 1rem;
  text-transform: uppercase;
}


#cart .cart-secondary-checkout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 1rem;
  border-bottom: 1px solid #eee;
}

#cart .cart-secondary-checkout #klarna-reminder {
  margin: 0 1rem;
  width: 46%;
  text-align: right;
}

#cart .cart-secondary-checkout .price-with-button {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: right;
}

#cart .cart-secondary-checkout .price-with-button button {
  margin-right: 1rem;
}#error-404 .links-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 2rem;
  padding-bottom: 2rem;
  width: 80%;
  margin: 0 auto;
}

#error-404 .links-wrapper dl dt {
  font-weight: bold;
}

#error-404 .tech-image {
  border: 1px solid;
}

@media screen and (max-width: 767px) {
  #error-404 .links-wrapper {
    grid-template-columns: 1fr 1fr;
  }
  #error-404 .links-wrapper > div {
    grid-column-end: 3;
    grid-column-start: 1;
  }
}html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/********* GOOGLE FONTS IMPORT **********/

/********* HTML ELEMENT DEFAULTS **********/
html {
  font-size: 16px;
}

body {
  font-family: sans-serif;
  font-size: 1rem;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  margin: 1rem;
  text-transform: uppercase;
}

h1 {
  font-size: 4.5rem;
}

h2 {
  font-size: 3.5rem;
}

h3 {
  font-size: 3rem;
}

h4 {
  font-size: 2.5rem;
}

h5 {
  font-size: 2rem;
}

h6 {
  font-size: 1.5rem;
}

p, address, dl, ul, ol {
  line-height: 1.4;
  margin: 1rem;
}

a {
  color: #337ab7;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

img {
  width: 100%;
  height: auto;
}
button, [role="button"], input[type="submit"] {
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
  border-radius: 0;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  padding: 0.25rem 0.5rem;
  display: inline-block;
  text-decoration: none;
  font-size: 1.3rem;
}

label, input, select, textarea {
  font-size: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

/********* FORM STYLING **********/
.form-group {
  margin-bottom: 1.5rem;
}

.form-group label {
  font-weight: bold;
  display: inline-block;
  padding-bottom: 0.25rem;
}

.form-group .form-input {
  width: 100%;
  height: 2rem;
  background: #fff;
  min-height: 2rem;
  border-radius: 0.4rem;
  border: 1px solid #ccc;
  padding: 0.25rem 0.5rem;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
          box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
}

.form-group textarea.form-input {
  height: auto;
}

.form-group .form-input::-webkit-input-placeholder{
  color: #ccc;
}

.form-group .form-input:-ms-input-placeholder{
  color: #ccc;
}

.form-group .form-input::-ms-input-placeholder{
  color: #ccc;
}

.form-group .form-input::placeholder{
  color: #ccc;
}

.form-group .input-group-file {
  display: grid;
  grid-template-columns: auto 1fr;
}

.form-group .input-group-file .form-input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.form-group .form-label-file {
  background-color: #337ab7;
  color: #fff;
  border: 1px solid #000;
  border-radius: 0.3rem 0 0 0.3rem;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  padding: 0.5rem 0.5rem 0;
  font-weight: normal;
}

.form-group .form-input-file {
  display: none;
}

.form-input[disabled], .form-input[readonly], fieldset[disabled] .form-input {
    background-color: #eee;
    opacity: 1;
}

.error {
  border: 2px solid red;
  padding: 1rem;
  color: red;
}

.success {
  color: green;
}

.failure {
  color: red;
}

/********* RESPONSIVE WIDTHS **********/
.width-85 {
  width: 85%;
  margin: 0 auto;
}

/********* FIX VIDEOJS SPAN **********/
.video-js span {
  font-size: unset;
  line-height: unset;
}

/********* VIDEOJS BIG PLAY BUTTON CIRCLE **********/
.vjs-big-play-centered .vjs-big-play-button {
  margin-top: -1.25em;
  margin-left: -1em;
}

.video-js .vjs-big-play-button {
  line-height: 2em;
  width: 2em;
  height: 2em;
  border-radius: 100%;
}

/********* STORE COLLECTIONS AND CATEGORY GLOBAL CSS **********/
.free-shipping {
  margin: 0;
  padding: 1rem;
  font-size: 120%;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  border-bottom: 1px solid #ccc;
}

.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.breadcrumbs .active {
  color: #777
}

.breadcrumbs li+li:before {
  content: "/\A0";
  padding: 0 5px;
  color: #ccc;
}

.breadcrumbs li a {
  color: #337ab7;
  text-decoration: none;
}

/********* MAIN CONTENT CSS TO HANDLE FIXED NAV HEIGHT **********/

#main-content {
  padding-top: 4rem;
}

/********* CONTENT  ALIGNMENT CSS **********/
.center-content {
  text-align: center;
  padding: 1rem 0;
  margin: 0 auto;
}

.left-content {
  text-align: left;
  padding: 1rem;
}

/********* ELITE CLASSICS SECTION CTA CSS **********/
.elite-classics {
  padding: 2rem;
  background: #fff;
  color: #000;
  text-align: center;
}

.elite-classics p {
  font-size: 1.3rem;
}

.elite-classics a {
  background-color: #337ab7;
  color: #fff;
  padding: 1rem 2rem;
  border: none;
}

/********* BACKGROUND COLOR CSS **********/
.gray-bg {
  background-color: #f3f3f3;
}


@media screen and (max-width: 1000px) {
  html {
    font-size: calc(12px + 0.4vw);
  }
  h1 {
    font-size: 3.5rem;
  }

  h2 {
    font-size: 3rem;
  }

  h3 {
    font-size: 2.5rem;
  }

  h4 {
    font-size: 2rem;
  }

  h5 {
    font-size: 1.5rem;
  }

  h6 {
    font-size: 1rem;
  }

  p, address, dl, ul, ol, .form-group .form-input {
    font-size: 1.2rem;
  }
  .width-85 {
    width: 95%;
  }
}

/*# sourceMappingURL=stylesheet.css.map*/