@import url("https://assetshare.basspro.com/content/dam/bps-general-assets/web/templates/sitelets/flexboxgrid-master/dist/flexboxgrid.css");
@import url("https://assetshare.basspro.com/content/dam/bps-general-assets/web/templates/sitelets/animate/animate.min.css");

html {
  scroll-behavior: smooth;
}  
#contentWrapper > div[role="main"] {
	max-width: none !important;
	padding: 0 !important;
}
/* ---------- Remove Global and Empty Padding ---------- */  

#global {
    display: none;
}
#contentRecommendationWidget_HeaderGlobalBanner3_Content {
	display: none;
}
.rowContainer, .rowContainer > .row {
	padding: .5px 0;
}

#contentWrapper {
  max-width: 100%;
  /*This overrides the default 1405px restriction*/
}

/* --- SASS Variables ------------------------------  ------------------------------ --- */
/* --- SASS Mixins ------------------------------  ------------------------------ --- */
/* --- Flexbox ------------------------------  ------------------------------ --- */
.flex-container {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: left;
  width: 100%;
}

/* --- General Definitions ------------------------------  ------------------------------ --- */
.togetherSite *, .togetherSite *:after, .togetherSite *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.togetherSite {
  color: #222;
  font: 15px/1.4em "Open Sans", sans-serif;
}
.togetherSite section:not(#togetherHeader) {
  width: 100%;
  max-width: 1280px;
  margin: 1em auto;
}
.togetherSite section[aria-labelledby=seo] {
  display: block;
  padding: 1.5em 3em;
  text-align: center;
  width: 100%;
}
.togetherSite a {
  color: #222;
  text-decoration: none !important;
}
.togetherSite a:hover {
  text-decoration: underline !important;
}
.togetherSite sup {
  font-size: 0.5em;
}
.togetherSite p {
  font: 14px/1.75em "Open Sans", sans-serif;
  margin: 0 0 1em;
  padding: 0;
  text-align: center;
}
.togetherSite h1 {
  font: 700 calc(40px + 80 * ((100vw - 500px) / 1500))/0.85em "Open Sans", sans-serif;
}
.togetherSite h2 {
  font: 700 2.75em/1.5em "Open Sans", sans-serif;
  margin: 1em auto 0;
  text-align: center;
  text-transform: none;
  width: 100%;
}
.togetherSite h3 {
  color: #222;
  font: 700 16px/1.5em "Open Sans", sans-serif;
  margin: 0 auto;
  padding: 0;
  position: relative;
  text-align: center;
  text-transform: none;
  z-index: 9;
}
.togetherSite section.disclaimer {
  text-align: center;
  width: 100%;
}
.togetherSite section.disclaimer p { 
  text-align: center;
  line-height: 1.4em;
  margin-bottom: 1em;
}
.togetherSite .mobileOnly {
  display: none !important;
}
.togetherSite .desktopOnly {
  display: block;
}
.togetherSite .btn {
  background: #008000;
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
  font: 700 16px "Open Sans", sans-serif;
  text-align: center;
  text-decoration: none;
  margin: 1em auto;
  vertical-align: middle;
  position: relative;
  padding: 0.5em 1em;
}
.togetherSite .btn.secondary {
  background: none;
  border: 1px solid #000;
  color: #000;
  display: inline;
}
.togetherSite .btn.white {
  background: none;
  border: 1px solid #fff;
  color: #fff;
}
.togetherSite.foot img {
  width: 100%;
}

/* --- Heading ------------------------------  ------------------------------ --- */
.togetherSite section[role=heading] #colorBar {
  background: #666;
  margin: 0;
  padding: 1em;
  text-align: center;
  width: 100%;
}
.togetherSite section[role=heading] #colorBar .ratings {
  color: #fff;
}
.togetherSite section[role=heading] #colorBar .ratings p {
  margin: 0;
}
.togetherSite section[role=heading] #colorBar .flex-item img {
  max-width: 120px;
}
.togetherSite section[role=heading] .mood {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8)), url("https://assetshare.basspro.com/content/dam/bps-general-assets/web/templates/sitelets/images/2014cirMOflht0071.jpg") no-repeat fixed center top/110%;
  display: inline-block;
  justify-content: flex-end;
  text-align: right;
  margin: 1em 0;
  padding: 20em 2em 2em 2em;
  position: relative;
  width: 100%;
}
.togetherSite section[role=heading] .mood h1 {
  color: #fff;
  margin: 0 auto 10px;
}
.togetherSite section[role=heading] .mood h1 span {
  font-size: 0.5em;
  display: block;
}
.togetherSite section[role=heading] .mood h1.centerBottom {
  text-transform: uppercase;
  font-size: 2em;
  z-index: 9;
  position: absolute;
  bottom: 1em;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, 0%);
  text-align: center;
}
.togetherSite section[role=heading] .mood > div {
  background: linear-gradient(rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.8)), url("https://assetshare.basspro.com/content/dam/bps-general-assets/web/sitelets/keen/images/hikers-walking-on-rock-bridge.jpg") no-repeat 0 center/cover;
  padding: 10em 2em;
  animation: panOut 40s;
  position: relative;
  text-align: center;
}
.togetherSite section[role=heading] .mood > div img.logo {
  max-width: 250px;
  animation-duration: 1s;
  animation-delay: 6s;
  animation-iteration-count: 1;
  width: 80%;
}

/* --- Features (animations/etc) ------------------------------  ------------------------------ --- */
.togetherSite section img.grow {
  transition: transform 0.65s ease 0s;
  vertical-align: middle;
}
.togetherSite section img.grow:hover {
  transform: scale(1.1);
}

/* --- Navigation ------------------------------  ------------------------------ --- */
.togetherSite > nav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  margin: 1em 0;
  z-index: 999;
}
.togetherSite > nav #menu-btn {
  display: none;
}
.togetherSite > nav ul {
  -webkit-align-items: center;
  align-items: center;
  font-size: 15px;
  line-height: 1.75em;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style: none;
}
.togetherSite > nav ul li {
  padding: 0 1em 0 0.5em;
}
.togetherSite > nav ul li a {
  color: #222;
}
.togetherSite > nav ul li a:hover {
  text-decoration: underline;
}
.togetherSite > nav ul li a.mobileOnly {
  display: none;
}
.togetherSite > nav ul li:after {
  content: "l";
  color: #ccc;
  margin-left: 20px;
}
.togetherSite > nav ul li:last-child:after {
  content: "";
}
.togetherSite > nav .menu-btn ~ ul.menu {
  max-height: 0;
  display: none;
}

/* --- Categories ------------------------------  ------------------------------ --- */
.togetherSite section.togetherCategories div {
  padding: 0;
}
.togetherSite section.togetherCategories div .flex-item {
  margin: 0;
  text-align: center;
  padding: 1em;
  overflow: hidden;
}
.togetherSite section.togetherCategories div .flex-item img {
  margin: 1em;
}
.togetherSite section.togetherCategories div .flex-item > * {
  border: 1px solid #ccc;
  display: block;
  padding: 2em 1em;
}
.togetherSite section.togetherCategories div.lifestyle .flex-item {
  padding: 1em;
  position: relative;
}
.togetherSite section.togetherCategories div.lifestyle .flex-item > * {
  border: none;
  padding: 0;
  overflow: hidden;
  position: relative;
}
.togetherSite section.togetherCategories div.lifestyle .flex-item h3 {
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 1em;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.togetherSite section.togetherCategories div.lifestyle .flex-item img {
  margin: 0;
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* --- Special Hover with Info (also column layout) ------------------------------  ------------------------------ --- */
.togetherSite section .revealTxt {
  position: relative;
}
.togetherSite section .revealTxt div {
  overflow: hidden;
}
.togetherSite section .revealTxt div:hover figcaption {
  opacity: 1;
  transition: 0.5s;
  transform: scale(1);
}
.togetherSite section .revealTxt div:hover figure > img[src*="plus.png"] {
  opacity: 0;
}

.togetherSite section figure figcaption {
  background: rgba(0, 0, 0, 0.25);
  opacity: 0;
  transition: 0.3s;
  width: 100%;
  padding: 1em 1.5em;
  transform: scale(1.2);
}
.togetherSite section figure img[src*="plus.png"] {
  position: absolute;
  width: 40px;
  bottom: 3em;
  right: 2em;
  transition: 0.3s;
  opacity: 0.65;
}
.togetherSite section figure figcaption p {
  color: #fff;
  text-align: center;
  padding: 1em 0;
}

/* --- Videos ------------------------------  ------------------------------ --- */
.togetherSite .videos {
  display: none;
}
.togetherSite .video-pop {
  display: none;
  left: 50%;
  margin-left: -320px;
  position: fixed;
  top: 25%;
  width: 640px;
  z-index: 15000;
}
.togetherSite .box img.video-play {
  display: block;
  position: relative !important;
  margin: 6em auto 0 auto;
  width: 24%;
}
.togetherSite #tv-back {
  background: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  display: none;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.togetherSite .close-button.close-pop {
  background: #c70505;
  color: #fff;
  cursor: pointer;
  font: 700 12px/1.4em "Open Sans", sans-serif;
  padding: 0.5em 2em;
  position: absolute;
  right: 0;
  text-align: right;
  top: -26px;
  border-radius: 5px 5px 0 0;
}

/* --- SEO ------------------------------  ------------------------------ --- */
.togetherSite section.flex-container[aria-labelledby=seo] {
  width: 80%;
}

/* --- Technology ----------------------------------------------- */
.togetherSite section#technology div {
  text-align: left;
  margin: 0;
  padding: 0;
}
.togetherSite section#technology div img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  object-position: center;
  overflow: hidden;
}
.togetherSite section#technology div .details {
  width: calc(100% - 170px);
  padding-left: 5%;
  order: 2;
}
.togetherSite section#technology div a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  padding: 1em;
}
.togetherSite section#technology div a * {
  text-align: left;
  display: inline-block;
}
.togetherSite section#technology div .pseudoLink {
  display: inline;
  font-weight: bold;
  font-size: 16px;
}

/* --- Slick Slider ----------------------------------------------- */
.slick-list {
        padding: 0px !important;
}
.carousel-product {
    padding: 0px !important;
    float: left;
}
.carousel-product a:hover {
    text-decoration: none !important;
}

.carousel-product p {
    font-size: 13px;
}
.carousel-price {
    font-size: 2em;
    margin: 0.5em 0;
    display: block;
    color: #EE2527;
}
@media (max-width: 700px) {
  .togetherSite nav {
    background: rgba(0, 0, 0, 0.2);
    position: relative !important;
    width: 100%;
  }

  .togetherSite section .technology img {
    width: 33%;
    height: auto;
  }
  .togetherSite section .technology a > div {
    width: 66%;
    text-align: left;
  }
  .togetherSite section .technology a > div * {
    text-align: left;
  }
}
/* --- Legacy Carousel / Restyle ----------------------------------------------- */
.catalogEntryRecommendationWidget {
  border: none !important;
  margin-top: 2em !important;
  margin-bottom: 2em !important;
}
.catalogEntryRecommendationWidget h2 {
  text-align: center;
}
.catalogEntryRecommendationWidget ul li {
  border: none;
}
.catalogEntryRecommendationWidget .product_info * {
  text-align: center;
}

/* --- New Product Carousel ----------------------------------------------- */
.product-carousel {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.product-carousel .btn {
  display: inline-block !important;
}
.product-carousel .carousel-product {
  padding: 0px 2em;
  height: auto !important;
}
.product-carousel .carousel-product a {
  display: block;
  outline: none;
  padding: 1em;
  text-align: center;
}
.product-carousel .carousel-product img {
  display: inline-block;
  max-width: 100%;
  max-height: 300px;
}
.product-carousel .carousel-product .pseudoBtn {
  background: #008000;
  border-radius: 6px;
  color: #fff;
  display: inline-block;
  margin-top: 2em;
  padding: 1em 3em;
}
.product-carousel a.prevCarousel, .product-carousel a.nextCarousel {
  display: block;
  margin-top: -30px;
  position: absolute;
  top: 50%;
  border: none;
  width: 40px;
  height: 60px;
  outline: none;
  opacity: 0.5;
  background-size: contain;
  z-index: 100;
}
.product-carousel a.prevCarousel:hover, .product-carousel a.nextCarousel:hover {
  opacity: 1;
}
.product-carousel a.prevCarousel {
  background-image: url(https://assetshare.basspro.com/content/dam/bps-general-assets/web/templates/sitelets/images/arrow-left.png);
  left: -60px;
}
.product-carousel a.nextCarousel {
  background-image: url(https://assetshare.basspro.com/content/dam/bps-general-assets/web/templates/sitelets/images/arrow-right.png);
  right: -60px;
}

@media (max-width: 1200px) {
  .product-carousel {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
  }
  .product-carousel a.prevCarousel, .product-carousel a.nextCarousel {
    width: 20px;
    height: 30px;
  }
  .product-carousel a.prevCarousel {
    left: 0px;
  }
  .product-carousel a.nextCarousel {
    right: 0px;
  }
}
/* --- CAB Hacks ------------------------------  ------------------------------ --- */
/* Hide Default Title (Be sure to add a new H1 in the Content for SEO) */
h1.headingPageTitle1 {
  display: none;
}

/* Set managed content width */
.layoutWithRightColumn .layoutCenterColumn {
  width: 100% !important;
}

.cq5SiteLayoutFrame {
  width: 100%;
}

/* Hide right rail */
.layoutRightColumn {
  display: none !important;
}

/* Set background color */
.layoutCenterColumn {
  background-color: #fff;
}

/* Superscript Fix */
.layoutCenterColumn sup {
  font-size: 50%;
  line-height: 0;
}

/* Removes space at top meant for other content area */
.categoryBannerCMS {
  display: none;
}

/* Removes Underline for Links */
#categoryTemplate2 .layoutCenterColumn a:link {
  text-decoration: none !important;
}

/* --- Media Queries ------------------------------  ------------------------------ --- */
@media (max-width: 1280px) {
  .togetherSite {
    padding: 0 1em;
  }
}
@media (min-width: 701px) {
  .togetherSite {
    font-size: 12px;
  }
  .togetherSite nav .menu-btn ~ ul.menu {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin-bottom: 1em;
  }
  .togetherSite .video-pop {
    width: 640px;
    height: 360px;
    margin-left: -320px;
  }
  .togetherSite .video-pop iframe {
    left: 50%;
    margin-left: -320px;
    position: fixed;
    top: 25%;
    height: 360px;
    width: 640px;
    z-index: 15000;
  }
  .togetherSite section[aria-labelledby=video] iframe {
    height: 360px;
    width: 640px;
    z-index: 15000;
  }
}
@media (max-width: 767px) {
  .togetherSite .mobileOnly {
      display: block !important;
    }
  .togetherSite .desktopOnly {
      display: none !important;
  }
}
@media (max-width: 700px) {
  .togetherSite {
    font-size: 10px;
    padding: 16px 16px 0;
  }
  .togetherSite section[role=heading] .mood {
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8)), url("https://assetshare.basspro.com/content/dam/bps-general-assets/web/templates/sitelets/images/2014cirMOflht0071.jpg") no-repeat center center/cover;
    margin: 1em 0;
    padding: 5em 1em;
  }
  .togetherSite nav {
    margin: 0;
    justify-content: flex-end;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 10;
    margin: 0;
    z-index: 999;
  }
  .togetherSite nav .menu-icon {
    cursor: pointer;
    display: inline-block;
    padding: 28px 20px;
    position: relative;
    background: #000;
    z-index: 9;
  }
  .togetherSite nav #menu-btn {
    display: none;
  }
  .togetherSite nav #menu-btn:hover {
    background: rgba(0, 0, 0, 0.8);
    color: pink !important;
  }
  .togetherSite nav ul {
    position: absolute;
    clear: both;
    max-height: 0;
    transition: max-height 0.2s ease-out;
    top: 0;
    width: 100%;
    vertical-align: bottom;
  }
  .togetherSite nav ul li {
    display: block;
    padding: 0;
    line-height: 0;
    text-align: left;
  }
  .togetherSite nav ul li:after {
    content: none;
  }
  .togetherSite nav ul li a {
    color: #222;
    background: rgba(255, 255, 255, 0.8);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    display: block;
    padding: 2em 1em;
  }
  .togetherSite nav ul li a:hover {
    text-decoration: none;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
  }
  .togetherSite nav .menu-btn:checked ~ ul.menu {
    display: block;
    max-height: 100vh;
    padding: 0;
  }
  .togetherSite nav .menu-btn:checked ~ .menu-icon .navicon {
    background: none;
  }
  .togetherSite nav .menu-btn:checked ~ .menu-icon .navicon:before {
    transform: rotate(-45deg);
  }
  .togetherSite nav .menu-btn:checked ~ .menu-icon .navicon:after {
    transform: rotate(45deg);
  }
  .togetherSite nav .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.togetherSite nav .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
    top: 0;
  }
  .togetherSite nav .menu-icon .navicon:after, .togetherSite nav .menu-icon .navicon:before, .togetherSite nav .menu-icon .navicon {
    background: #fff;
    content: "";
    height: 100%;
    position: absolute;
    transition: all 0.2s ease-out;
    width: 100%;
  }
  .togetherSite nav .menu-icon .navicon {
    background: #fff;
    display: block;
    height: 2px;
    position: relative;
    width: 18px;
  }
  .togetherSite nav .menu-icon .navicon:before {
    top: 5px;
  }
  .togetherSite nav .menu-icon .navicon:after {
    top: -5px;
  }
  .togetherSite section[aria-labelledby=seo] {
    padding: 0;
  }
  .togetherSite section[role=heading] #colorBar .btn {
    border: none;
    font-size: 15px;
    padding: 0;
    margin: 0;
  }
  .togetherSite section[role=heading] #colorBar .btn span {
    display: none;
  }
  .togetherSite section[role=heading] #colorBar div img {
    width: 90px;
  }
  .togetherSite .video-pop {
    width: 320px;
    height: 180px;
    margin-left: -160px;
  }
  .togetherSite .video-pop iframe {
    left: 50%;
    margin-left: -160px;
    position: fixed;
    top: 25%;
    height: 180px;
    width: 320px;
    z-index: 15000;
  }
  .togetherSite section[aria-labelledby=video] iframe {
    height: 180px;
    width: 320px;
    z-index: 15000;
  }
}
@media (max-width: 700px) {
  .togetherSite .btn {
    flex-basis: 100%;
  }
}

/*# sourceMappingURL=sitelet.css.map */
