.is-style-secInd,
.secInd {
  padding: 0.25rem 0.5rem;
  background-color: transparent !important;
  color: var(--cRed) !important;
  display: inline-block !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  border-bottom-left-radius: 9999rem !important;
  border-top-left-radius: 9999rem !important;
  border-bottom-right-radius: 9999rem !important;
  border-top-right-radius: 9999rem !important;
  margin-bottom: 1.5rem !important;
  border: 2px solid var(--cRed) !important;
  text-transform: uppercase !important;
}

.is-style-secInd.light,
.secInd.light {
  border: 2px solid var(--cLight) !important;
  color: var(--cLight) !important;
}

.is-style-secInd.full,
.secInd.full {
  border: 2px solid var(--cRed) !important;
  color: var(--cLight) !important;
  background-color: var(--cRed) !important;
}

.is-style-mainHeadline,
.mainHeadline {
  color: var(--cDark) !important;
  font-size: 3.5rem !important;
  line-height: 1 !important;
  font-weight: 700 !important;
}

.is-style-roundedLGArrow a,
.roundedLGArrow {
  padding: 0.5rem 2.5rem 0.5rem 2rem !important;
  border-bottom-left-radius: 2rem !important;
  border-top-left-radius: 2rem !important;
  border-bottom-right-radius: 2rem !important;
  border-top-right-radius: 2rem !important;
  border: 4px solid var(--cRed) !important;
  background: transparent !important;
  color: var(--cDark) !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  position: relative !important;
  text-transform: uppercase;
}

.is-style-roundedLGArrowWhite a,
.roundedLGArrowWhite {
  padding: 0.5rem 2.5rem 0.5rem 2rem !important;
  border-bottom-left-radius: 2rem !important;
  border-top-left-radius: 2rem !important;
  border-bottom-right-radius: 2rem !important;
  border-top-right-radius: 2rem !important;
  border: 4px solid var(--cLight) !important;
  background: transparent !important;
  color: var(--cLight) f !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  position: relative !important;
}

.roundedMGArrowPink,
.is-style-roundedMGArrow a {
  padding: 1rem 2.5rem 1rem 2rem !important;
  border-bottom-left-radius: 15px !important;
  border-top-left-radius: 15px !important;
  border-bottom-right-radius: 15px !important;
  border-top-right-radius: 15px !important;
  border: 4px solid var(--cRed) !important;
  background: transparent !important;
  color: var(--cLight) !important;
  font-size: 1rem !important;
  font-weight: 500 !important;
  position: relative !important;
}
.LGArrowPink a {
  position: relative !important;
  font-weight: 700 !important;
}
.roundedMGArrowPink.cGrey {
  color: var(--cDark) !important;
}
.roundedMGArrowPink:after,
.is-style-roundedMGArrow a:after,
.LGArrowPink a:after {
  position: absolute;
  right: 1rem;
  font-weight: 400 !important;
  content: '';
  background-image: url('../assets/imgs/chevron-light-right.svg');
  width: 1rem;
  height: 1rem;
  background-size: contain;
  background-repeat: no-repeat;
  top: 1.25rem;
  transition: 0.2s ease-in-out;
}
.roundedMGArrowPink.cGrey:after {
  background-image: url('../assets/imgs/chevron-dark-right.svg');
}
.LGArrowPink a:after {
  top: 0.2rem;
  right: -1.5rem;
  background-image: url('../assets/imgs/chevron-pink-right.svg');
}
.roundedMGArrowPink.h3:after {
  top: 1.75rem;
}
.is-style-roundedMGArrow.h3 a:after {
  top: 1.5rem;
}

.roundedMGArrowPink:hover::after,
.is-style-roundedMGArrow a:hover::after,
.LGArrowPink a:hover::after {
  transform: translateX(0.5rem);
}

.roundedLGArrowPink {
  padding: 0.5rem 2.5rem 0.5rem 2rem !important;
  border-bottom-left-radius: 2rem !important;
  border-top-left-radius: 2rem !important;
  border-bottom-right-radius: 2rem !important;
  border-top-right-radius: 2rem !important;
  border: 4px solid var(--cRed) !important;
  background: transparent !important;
  color: var(--cLight) !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  position: relative !important;
  text-transform: uppercase !important;
}
.lstCTABtn {
  color: var(--cLight) !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  position: relative !important;
}
.roundedLGArrowPink:after {
  position: absolute;
  right: 1rem;
  content: '';
  background-image: url('../assets/imgs/chevron-pink-right.svg');
  width: 1rem;
  height: 1rem;
  background-size: contain;
  background-repeat: no-repeat;
  top: 0.75rem;
  transition: 0.2s ease-in-out;
}

.lgMore a {
  font-size: 1rem !important;
}
.is-style-roundedLGArrow a:after,
.roundedLGArrow:after {
  position: absolute;
  right: 1rem;
  content: '';
  background-image: url('../assets/imgs/chevron-pink-right.svg');
  width: 1rem;
  height: 1rem;
  background-size: contain;
  background-repeat: no-repeat;
  top: 0.75rem;
  transition: 0.2s ease-in-out;
}

.is-style-roundedLGArrowWhite a:after,
.roundedLGArrowWhite:after,
.lstCTABtn:after {
  position: absolute;
  right: 1rem;
  content: '';
  background-image: url('../assets/imgs/chevron-light-right.svg');
  width: 1rem;
  height: 1rem;
  background-size: contain;
  background-repeat: no-repeat;
  top: 0.75rem;
  transition: 0.2s ease-in-out;
}

.lstCTABtn:after {
  right: -1.5rem;
  top: 0.3rem;
}
/* .lgMore a:after  {
    top: 1rem;
} */
/* .is-style-roundedLGArrow a:after {
    background-image: url('../assets/imgs/chevron-light-right.svg');

} */
.is-style-roundedLGArrowGW a {
  padding: 0.5rem 3rem 0.5rem 2rem !important;
  border-bottom-left-radius: 2rem !important;
  border-top-left-radius: 2rem !important;
  border-bottom-right-radius: 2rem !important;
  border-top-right-radius: 2rem !important;
  border: 4px solid var(--cRed) !important;
  background: transparent !important;
  color: var(--cLight) !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  position: relative !important;
}
.is-style-roundedLGArrow:hover a:after,
.roundedLGArrowPink:hover:after,
.lstCTABtn:hover:after {
  transform: translateX(0.5rem);
}

.is-style-subHeader,
.subHeader {
  color: var(--cDark) !important;
  font-size: 1.5rem !important;
  line-height: 1.4 !important;
  font-weight: 300 !important;
}

.is-style-fCenterY > div {
  display: flex;
  align-items: center;
}
.is-style-lstCard,
.lstCard {
  background-color: var(--cRed) !important;
  padding: 0.5rem 1rem;
  border-bottom-left-radius: 1rem !important;
  border-top-left-radius: 1rem !important;
  border-bottom-right-radius: 1rem !important;
  border-top-right-radius: 1rem !important;
}

.is-style-ytCard {
  margin-bottom: 1.5rem !important;
}
.is-style-ytCard iframe {
  border-bottom-left-radius: 1rem !important;
  border-top-left-radius: 1rem !important;
  border-bottom-right-radius: 1rem !important;
  border-top-right-radius: 1rem !important;
}

@media (min-width: 786px) {
  .md-lstCard {
    background-color: var(--cRed) !important;
    padding: 0.5rem 1rem;
    border-bottom-left-radius: 1rem !important;
    border-top-left-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
  }
}

.is-style-greenButton a {
  padding: 0;
  padding-right: 1rem;
  width: 300px;
  height: 85px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  background: var(--cRed);
  color: var(--cDark) !important;
  border-radius: 1rem;
  font-size: 1.75rem;
  position: relative;
}

.is-style-greenButton a:hover {
  color: var(--cDark);
}

.is-style-greenButton a::after {
  content: url('/wp-content/themes/bsTheme/assets/imgs/chevron-dark-right.svg');
  display: block;
  position: absolute;
  right: 30px;
  transition: 0.3s all ease;
  width: 22px;
  height: auto;
}

.is-style-greenButton a:hover::after {
  right: 25px;
}

@media (max-width: 1420px) {
  .nbr-xl br {
    display: none;
  }
  .is-style-mainHeadline,
  .mainHeadline {
    font-size: 3rem !important;
  }
}
