/** Shopify CDN: Minification failed

Line 647:0 Unexpected "}"

**/
#shopify-section-header .announcement-bar,
.toolbar{
    display: none;
}
div#StickyHeaderWrap {
    height: auto !important;
}

.rb-independence {
  background: #f3f3f3;
  border-radius: 16px;
}

.rb-independence-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.rb-independence-image img {
  width: 100%;
  display: block;
  border-radius: 12px;
  object-fit: cover;
      height: auto;
}

.rb-independence-content {
  max-width: 720px;
}

.rb-independence-kicker {
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #163e8d;
}

.rb-independence-content h2 {
  margin: 0 0 24px;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.1;
  font-weight: 500;
  color: #111;
}

.rb-independence-desc {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1.7;
  color: #555;
}

.rb-independence-features {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  margin-bottom: 32px;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(0,0,0,.12);
}

.rb-independence-feature {
  display: flex;
  align-items: center;
  gap: 10px;
}

.rb-independence-feature img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.rb-independence-feature span {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #111;
}

.rb-independence-slogan {
  margin-bottom: 18px;
  font-size: clamp(34px, 3vw, 52px);
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  color: #163e8d;
}

.rb-independence-subtext {
  max-width: 580px;
  margin-bottom: 32px;
  font-size: 15px;
  line-height: 1.8;
  color: #555;
}

.rb-independence-buttons {
  display: flex;
  gap: 16px;
}

.rb-independence-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  padding: 16px 28px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  transition: .2s ease;
}

.rb-independence-btn.primary {
  background: #111;
  color: #fff;
}

.rb-independence-btn.primary:hover {
  opacity: .85;
}

.rb-independence-btn.secondary {
  border: 1px solid rgba(0,0,0,.2);
  background: transparent;
  color: #111;
}

.rb-independence-btn.secondary:hover {
  background: #fff;
}

@media screen and (max-width: 989px) {
.rb-independence-heading {
    margin: -35px 0;
}
  .rb-independence-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .rb-independence-content {
    max-width: 100%;
  }
.rb-independence-description {
    font-size: 14px;
}

.rb-independence-button {
    margin-top: 6px;
    padding: 13px 23px;
}
  .rb-independence-content h2 {
    font-size: 42px;
  }

  .rb-independence-slogan {
    font-size: 38px;
  }

}

@media screen and (max-width: 749px) {

  .rb-independence-inner {
    gap: 28px;
  }

  .rb-independence-kicker {
    margin-bottom: 14px;
    font-size: 11px;
  }

  .rb-independence-content h2 {
    margin-bottom: 18px;
    font-size: 26px;
  }

  .rb-independence-desc {
    margin-bottom: 22px;
    font-size: 14px;
  }

  .rb-independence-features {
    gap: 18px;
    margin-bottom: 24px;
    padding-bottom: 20px;
  }

  .rb-independence-feature span {
    font-size: 12px;
  }

  .rb-independence-slogan {
    margin-bottom: 14px;
    font-size: 28px;
  }

  .rb-independence-subtext {
    margin-bottom: 24px;
    font-size: 14px;
  }

  .rb-independence-buttons {
    flex-direction: column;
  }

  .rb-independence-btn {
    width: 100%;
  }
}

.rb-independence-banner{
 position:relative;
  overflow:hidden;
  background-size:cover;
  background-position:center;
  min-height:520px;
}

.rb-independence-banner-inner{
  display:grid;
  grid-template-columns:1fr 1fr;
  align-items:center;

}

.rb-independence-banner-content{
  max-width:650px;
  color:#fff;
  z-index:2;
}

.rb-independence-small{
  font-size:18px;
  margin-bottom:10px;
  text-transform:uppercase;
}

.rb-independence-heading {
    margin: -20px 0;
}
.rb-independence-year{
  margin-top:10px;
  color:#BC0324;
  font-size:18px;
  font-weight:700;
}

.rb-independence-subheading{
  margin-top:18px;
  font-size:28px;
  line-height:1.1;
  text-transform:uppercase;
  font-weight:700;
}

.rb-independence-description {
    margin-top: 18px;
    font-size: 19px;
    line-height: 1.7;
    color: #fff;
}
.rb-independence-button{
  display:inline-flex;
  margin-top:28px;
  background:#BC0324;
  color:#fff;
  text-decoration:none;
  padding:16px 28px;
  text-transform:uppercase;
  font-size:14px;
  font-weight:700;
}

.rb-independence-person{
  display:flex;
  justify-content:flex-end;
  align-self:end;
}

.rb-independence-person img {
    max-width: 520px;
    width: 100%;
    display: block;
    height: auto;
}

@media screen and (max-width:749px){

  .rb-independence-banner-inner{
    grid-template-columns:1fr;
  }

  .rb-independence-subheading{
    font-size:22px;
  }

  .rb-independence-person{
    margin-top:30px;
    justify-content:center;
  }
}


.rb-featured-banner-year {
    text-align: center;
}

.rb-featured-banner-year img {
    max-width: 780px;
    width: 100%;
    height:auto;
}

.rb-featured-banner {
    background-size: cover;
    background-position: center;
}

.index-section {
    margin: 40px 0;
}

h2.section-header__title {
    font-size: 32px;
}
.section-header__link {
    background: black;
    color: white;
    padding: 15px;
}
.grid-product__content .grid-product__title {
    letter-spacing: normal;
    font-size: 18px;
    text-transform: none;
}

[data-center-text=true] .grid-product__meta {
    text-align: left;
}

.grid-product__price {
    font-size: 15px;
}
h2.section-header__title {
    position: relative;
    background: white;
    display: inline-block;
}

h2.section-header__title:before,h2.section-header__title:after {
    content: '★';
    color: #053D88;
    margin: 0 15px;
}

.section-header {
    position: relative;
}

.section-header:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15px;
    background: #053D88;
    height: 2px;
    margin: 0 auto;
    max-width: 890px;
}
@media screen and (max-width:749px){
h2.section-header__title {
    font-size: 16px;
}
h2.section-header__title:before, h2.section-header__title:after {
    margin: 0 6px;
}
.section-header:before {
    bottom: 20px;
}
.index-section {
    margin: 25px 0;
}
body .grid-overflow-wrapper .grid__item {
        width: 60vw;
        flex: 0 0 60vw;
    }
.section-header {
    margin-bottom: 15px;
}
.section-header__link {
    margin-top: 30px;
    padding: 10px;
}    
}
/* RB Gadseden */
section.rb-gadsden {
    background: #1B579C;
    color: white;
    position: relative;
      overflow: hidden;  
    margin-bottom: 40px;      
}
.rb-gadsden-inner{
  display:grid;
  grid-template-columns:1fr 1.2fr;
 align-items: center; 
  overflow:hidden;
}

.rb-gadsden-image img{
    height: auto;
}

.rb-gadsden-content{
  position:relative;
  padding:60px 70px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.rb-gadsden-flag {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 880px;
}
.rb-gadsden-flag img {
    width: 100%;
    display: block;
    height: 100%;
}

.rb-gadsden-content h2{
  margin:0 0 30px;
  font-size:54px;
  line-height:1;
  font-weight:500;
}

.rb-gadsden-text {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.8;
}

.rb-gadsden-text p{
  margin:0;
}

@media screen and (max-width:749px){

section.rb-gadsden .page-width {
    padding: 0;
}
  .rb-gadsden-inner{
    grid-template-columns:1fr;
  }

  .rb-gadsden-content{
    padding:32px 24px;
  }

  .rb-gadsden-content h2{
    font-size:26px;
    margin-bottom:20px;
  }

  .rb-gadsden-text{
    font-size:15px;
  }

}


.feature-row__item img {
    object-fit: cover;
}
.feature-row .h1 {
    font-size: 36px;
    padding-bottom: 20px;
}

.feature-row__text .rte {
    font-size: 18px;
}

.feature-row__text .btn {padding: 12px 30px;font-weight: 400;margin-top: 20px;}
.feature-row {
    background: #F5F5F5;
}

.independece-first-grid,
.independece-second-grid {
    margin: 0 !important;
}
.index-section.independece-second-grid .feature-row {
    flex-direction: row-reverse;
}

.feature-row__item {
    flex: 0 0 50%;
    min-width: 50%;
    margin: 0;
}

.feature-row__text--right {
    padding: 0 40px;
}


@media screen and (max-width:749px){
.feature-row__text--right {
    padding: 0 15px;
}

.feature-row__item {
    flex: 0 0 100%;
    min-width: 100%;
    margin-bottom: 20px;
}

.feature-row .h1 {
    font-size: 26px;
}

.feature-row__text .rte {
    font-size: 16px;
}

.index-section.independece-second-grid .feature-row {
    flex-direction: column;
}
}
/* RB Featured Banner 2 */
.rb-featured-banner-2-year img {
    width: 100%;
    height:auto;
}

.rb-featured-banner-2-inner {
    max-width: 800px;
    padding: 20px 0 50px;
}

.rb-featured-banner-2-subheading {
    color: white;
    font-size: 20px;
    text-align: center;
    max-width: 500px;
       margin: 30px auto 0;
}

.rb-featured-banner-2 {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
      margin-top: 40px;  
}

/* Featured ICONS */

.rb-features-wrapper{
  display:grid;
  grid-template-columns:repeat(6,1fr);
  border:1px solid #8fb0dd;
  border-radius:14px;
  overflow:hidden;
}

.rb-feature-item{
  padding:22px 18px;
  text-align:center;
  border-right:1px solid #8fb0dd;

  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:12px;

  background:#fff;
}

.rb-feature-item:last-child{
  border-right:0;
}

.rb-feature-icon img{
  width:32px;
  height:32px;
  object-fit:contain;
  display:block;
}

.rb-feature-title{
  font-size:15px;
  line-height:1.5;
  color:#111;
  font-weight:500;
}

@media screen and (max-width:990px){

  .rb-features-wrapper{
    grid-template-columns:repeat(3,1fr);
  }

}

@media screen and (max-width:749px){

  .rb-features-wrapper{
    grid-template-columns:1fr 1fr;
  }
 
  .rb-feature-item:nth-child(5),
  .rb-feature-item:nth-child(6){
      border-bottom: none;
  }
  .rb-feature-item{
    padding:18px 12px;
     border-bottom: 1px solid #8fb0dd;
  }
  }

  .rb-feature-title{
    font-size:13px;
  }

}


.site-footer {
    padding-top: 140px;
}