@charset "UTF-8";
/* CSS Document */
.homeslid {
  position: relative
}
.texty {
  position: absolute;
  z-index: 10;
  text-align: center;
  width: calc(100% - 30px);
  top: 0;
  height: 100%;
  left: 0;
  right: 0;
  margin: auto;
}
.texty > div {
  align-content: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.homelogo h1 {
  text-shadow: 0 0 4px rgb(0 0 0 / 65%);
  line-height: 1;
  font-size: .72em;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  font-size: 4.5rem;
}
.footer-copyright {
  margin-top: 30px;
  font-size: 12px;
}
footer p {
  margin-bottom: 10px !important;
}
.slick-slide span.block {
  text-transform: uppercase;
  border: dashed 1px rgb(23, 161, 184);
  padding: 5px 10px;
}
.slick-slide span.sm {
  font-size: 80%;
  color: #fff !important;
  margin-left: 5px;
  text-transform: normal
}
.page-title {
  padding: 180px 0;
  background-color: rgb(244, 244, 245);
}
.page-title2 {
  padding: 90px 0;
  background-color: rgb(244, 244, 245);
}
.h-lg-style {
  text-transform: uppercase;
  font-size: 3rem;
  color: rgb(39, 47, 75)
}
.prd--style2 {
  -webkit-transition: all .12s linear;
  -moz-transition: all .12s linear;
  -ms-transition: all .12s linear;
  -o-transition: all .12s linear;
  transition: all .12s linear;
}
.prd-inside {
  padding: 20px;
}
.prd--style2.hovered {
  background-color: #fff;
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  border-radius: 4px;
}
.formbox {
  background-color: #fff;
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  border-radius: 4px;
  padding: 50px;
}
.fish-headers {
  max-width: 1600px !important;
  margin: auto;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative
}
.collections {
  background-color: #f3f3f3;
  background-size: cover;
  background-position: center;
}
.fish-headers:after {
  content: '';
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -moz-linear-gradient(-45deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=1);
  z-index: 1
}
.collections h1, .fish-headers h1 {
  text-shadow: 0 0 4px rgb(0 0 0 / 65%);
  line-height: 1;
  font-size: 4rem;
  text-transform: uppercase;
  color: #fff;
}
.fish-headers .page-title {
  background: transparent;
  z-index: 10;
  position: relative;
}
.collection-grid-2 {
  justify-content: space-between !important;
  margin-right: 0;
  margin-left: 0;
}
.collection-grid-2 > .collection-grid-2-item {
  padding: 0;
}
.slick-dots {
  margin-right: 20px;
  z-index: 12;
  text-align: right
}
.bnslider:after, .simple-slideshow:after {
  content: '';
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -moz-linear-gradient(-45deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=1);
}
.bnslider-text-content .bnslider-text {
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.65);
  line-height: 1;
}
.bnslider-text-content .bnslider-vert {
  margin: auto;
  padding: 0 !important;
}
.collection-grid-2-title {
  text-transform: uppercase
}
.collection-grid-2-item {
  margin-top: 30px;
  /*-ms-flex: 0 0 calc(33.333333% - 20px);
  flex: 0 0 calc(33.333333% - 20px);
  max-width: 0 0 calc(33.333333% - 20px);*/
}
.protip {
  position: relative;
  text-align: center;
  background: #fff;
  padding: 60px 0 0;
}
.vid {
  width: 800px;
  display: flex;
  align-content: center;
  height: 450px;
  background: #dedede;
  margin: auto;
  position: relative;
  display: block;
}
.video-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}
.video-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
.team > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center
}
.team > div > div {
  flex-basis: 20%
}
.team > div > div > div {
  box-sizing: border-box;
  width: ;
  margin: 10px;
  position: relative;
  flex: 1;
  background: #fff;
  -webkit-transition: all .125s linear;
  -moz-transition: all .125s linear;
  -ms-transition: all .125s linear;
  -o-transition: all .125s linear;
  transition: all .125s linear;
}
.team .img > div {
  vertical-align: middle;
  width: 100%;
  height: 320px;
  object-fit: cover;
  overflow: hidden;
}
.team .img {
  position: relative;
  text-align: center;
  background: #17a1b8;
  overflow: hidden;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.team .img img {
  object-fit: cover;
  height: 100%;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.team .img:hover img {
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.team .img:hover {}
.team .img h3 {
  margin: 0;
  padding: 20px 0;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1;
  overflow: hidden;
  display: block;
}
.team .img h3 > span {
  text-align: center;
  display: block;
  font-size: 16px;
  text-transform: none;
  font-weight: normal;
  margin: 0;
}
.team .img a {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0
}
.team .bio {
  display: none
}
.bio h3 {
  font-weight: bold;
  font-size: 2rem;
  text-transform: uppercase;
  color: #fff;
  background: rgb(39, 47, 75);
  display: block;
  width: calc(100% + 60px);
  position: relative;
  top: -30px;
  left: -30px;
  padding: 20px 30px;
  margin-bottom: 0;
}
.bio h3:after {
  content: '';
  position: relative;
  bottom: -4px;
  left: 0;
  background: #17A1B8;
  width: 30px;
  height: 2px;
  display: block;
}
.bio p {
  margin: 0 0 10px;
  font-weight: bold;
}
.bio p > span {
  font-weight: 100;
  display: block;
  font-size: 14px;
}
.about > div {
  width: 60%;
  margin: auto
}
.about h3 {
  text-align: center;
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 60px;
  color: #111;
  text-transform: uppercase;
  line-height: 1;
  display: inline-block;
  position: relative;
}
.dealers > div {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: auto;
}
.dealers.stores > div > div {
  width: 33.333%
}
.dealers.states > div > div {
  width: 20%
}
.dealers > div > div > div {
  padding: 15px;
  border: #dedede 1px solid;
  box-sizing: border-box;
  border-radius: 0;
  width: ;
  margin: 10px;
  position: relative;
  flex: 1;
  background: #fff;
  -webkit-transition: all .125s linear;
  -moz-transition: all .125s linear;
  -ms-transition: all .125s linear;
  -o-transition: all .125s linear;
  transition: all .125s linear;
}
.states {
  max-width: 1200px;
  padding: 50px 0;
  margin: auto;
}
.states h2 {
  text-align: center;
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 60px;
  text-transform: uppercase;
  line-height: 1;
  display: inline-block;
  position: relative;
}
.states h3 {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px
}
.states > div {
  column-count: 4;
  column-gap: 60px;
}
.states > div > div {
  page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
  border-bottom: 1px solid #dedede;
  padding: 30px 0;
  margin: 0;
}
.states p {
  margin: 0
}
.knots {
  max-width: 1200px;
  margin: auto
}
.knots h2 {
  font-size: 18px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.knots > div {
  display: flex;
  flex-wrap: wrap
}
.knots > div > div {
  flex: 0 0 33.3333%;
}
.knots > div > div > div {
  padding: 10px;
}
.minicart-drop-actions a[href*='cart'] {
  display:none 
}
  .page-boring h3 {
    margin-top:30px !important;
    margin-bottom:15px !important
  }
.page-boring h1, .page-blank-top h1 {
  font-size: 3rem;
  color: rgb(39, 47, 75);
  text-transform: uppercase;
  margin: 0;
  line-height: 1;
}
.about-page h3, .page-tech h3 {
  margin-top: 50px;
  margin-bottom: 30px;
  color: rgb(39, 47, 75);
  font-size: 1.4rem
}
.page-tech h4 {
  margin-top: 30px;
}
.globo-paragraph p {
  font-size: 16px;
}
.globo-form-app .footer {
  margin-top: 0 !important;
}
.globo-form-app {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.globo-form-app button.flat-button {
  font-size: 17px !important;
  font-weight: 700 !important;
  line-height: 21px !important;
  padding: 20px 46px !important;
  text-transform: uppercase !important;
}
.globo-form-app small {
  position: absolute;
  top: 0;
  right: 10px;
}
.ctct-form-embed.form_1 .ctct-form-defaults {
  background: transparent !important;
  border-radius: 0 !important;
  padding: 0 !important;
  -webkit-font-smoothing: auto !important;
}
div.ctct-form-embed div.ctct-form-defaults h2.ctct-form-header {
  color: #111 !important;
  font-family: Roboto Condensed, sans-serif !important;
  margin-top: 10px !important;
  margin-bottom: 15px !important;
  font-size: 17px !important;
}
div.ctct-form-embed div.ctct-form-defaults p.ctct-form-text {
  font-family: Roboto Condensed, sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  -webkit-font-smoothing: auto !important;
  margin-bottom: 18px !important;
}
.ctct-form-button, .ctct-popup-content .ctct-form-popup.form_0 .ctct-form-custom .ctct-form-button {
  font-family: Roboto Condensed, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  padding: 15px 30px;
  cursor: pointer;
  white-space: nowrap;
  border: 0 !important;
  border-radius: 4px;
  text-decoration: none;
  color: rgb(255, 255, 255);
  outline: none;
  background-color: rgb(23, 161, 184);
  box-shadow: none !important;
  text-transform: uppercase;
  font-weight: 700 !important;
}
.div.ctct-form-embed div.ctct-form-defaults p.ctct-gdpr-text {
  display: none !important
}
.ctct-form-element {
  font-size: 14px !important;
  line-height: 20px !important;
  height: 50px !important;
  padding: 15px 20px !important;
  appearance: none !important;
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
  outline: none;
  border: 1px solid #dedede !important;
  width: -webkit-fill-available !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.ctct-popup-content div.ctct-form-popup form.ctct-form-custom .ctct-form-required:before {
  display: none !important
}
.ctct-gdpr-text {
  font-size: 8px !important;
  margin-top: 10px !important;
}
.ctct-form-field {
  position: relative
}
.ctct-form-label {
  position: absolute !important;
  background: rgb(23, 161, 184);
  font-size: 10px;
  text-transform: uppercase;
  left: 13px;
  line-height: 2 !important;
  padding: 0 10px;
  top: -10px;
  color: #Fff !important;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold !important;
  border-radius: 2px;
}
.ctct-form-popup.form_0 .ctct-form-defaults .ctct-form-header {
  text-align: center;
  font-size: 40px;
  line-height: 1.2;
  margin-bottom: 30px;
  font-weight: bold;
  font-family: 'Roboto Condensed';
}
.collection-grid-2-item-inside {
  margin: 0 15px;
}
.vid {
  width: 800px;
  display: flex;
  align-content: center;
  height: 450px;
  background: #dedede;
  margin: auto;
  position: relative;
  display: block;
}
.video-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}
.video-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
.nav-wrapper {
  border-color: transparent
}
.nav-wrapper .nav-toggle {
  border-bottom: 0
}
.nav-wrapper .nav-viewall {
  color: rgba(255, 255, 255, .3)
}
.bnslider-arrows {
  z-index: 120;
}
.prd-action-right {
  display: none
}
.prd .prd-action {
  justify-content: center;
}
.post-links .post-date:after {
  width:1px;
  height:50px;
  content:'';
  background:#dedede;
      display: inline-block;
    margin: 0 20px;
}
.post-links .post-date {
  align-self: center;
    display: flex;
    align-content: center;
    align-items: center;
}
@media only screen and (max-width:632px) {
  .page-title {
    padding: 90px 0;
  }
  .collections h1, .fish-headers h1 {
    font-size: 2rem;
  }
  .knots > div > div {
    flex: 0 0 100%;
  }
  .homelogo h1 {
    font-size: 2.5rem
  }
  .collection-grid-2-item-inside {
    margin: 0;
  }
  .collection-grid-2-item {
    margin-top: 15px;
  }
  .collection-grid-2-item:first-child {
    margin-top: 25px;
  }
  .page-footer {
    padding-top: 30px;
  }
  .social-list {
    justify-content: center
  }
  .protip h1 {
    font-size: 32px !important
  }
  .nav-wrapper .nav-title {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
  }
  .mobilemenu ul.nav li a {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
  }
  .dealers.stores > div > div {
    flex: 0 0 50%
  }
  .states > div {
    column-count: 1;
  }
  .team > div > div {
    flex-basis: auto;
  }
  .footer-block {
    text-align: center
  }

  @media only screen and (max-width:991px) {
    .page-footer .title h4:not(:last-child) {
      padding-right: 0;
    }
    .vid {
      width: 100%;
      height: auto;
    }
  }