p, div {
  font-size: 0.9rem;
}

h4 {
  text-transform: uppercase;
  font-weight: 600;
}

h5 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.6rem;
}

.white {
    color: #fff;
}

@media (min-width: 992px) {
  .multicol {
    column-count: 2;
    column-gap: 40px;
  }

  .col-lg-1 {
    flex: 0 0 12.33333%;
    max-width: 12.33333%;
  }
}
@media (max-width: 567px) {
  .banner-category-single-intro-text {
    font-size: 0.8rem;
  }

  .banner-category-single-intro-text::before {
    top: -0.25rem;
  }

  .banner-category-single-intro-text::after {
    top: -0.25rem;
  }
}
@media (min-width: 568px) {
  .banner-category-single-intro-text {
    font-size: 1.25rem;
  }

  .banner-category-single-intro-text::before {
    top: -0.5rem;
  }

  .banner-category-single-intro-text::after {
    top: -0.5rem;
  }
}
.banner-category-single-intro-text {
  font-family: brandon_grotesqueblack, sans-serif;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 1em;
  text-transform: uppercase;
  margin: 0;
  padding-bottom: 0.8125rem;
}

.banner-category-single-intro-text::before {
  content: "";
  border-bottom: 2px solid #2e3236 !important;
  width: 1.75rem;
  height: 0.125rem;
  display: inline-block;
  position: relative;
  margin-right: 0.9375rem;
}

.banner-category-single-intro-text::after {
  content: "";
  border-bottom: 2px solid #2e3236 !important;
  width: 1.75rem;
  height: 0.125rem;
  display: inline-block;
  position: relative;
  margin-left: 0.9375rem;
}

.box-border {
  height: 100%;
  border: 1px solid #d3d3d3;
}

.influencer-box {
  position: relative;
  height: 400px;
  text-align: center;
  box-sizing: border-box;
  margin: 5px;
  z-index: 1;
  border: 1px solid #d3d3d3;
}

.influencer-box::before {
  content: " ";
  position: absolute;
  display: block;
  width: 100.7%;
  height: 100%;
  border: 1px solid #d3d3d3;
  top: -11px;
  left: -11px;
  z-index: -1;
}

.jcthumb {
  width: 60%;
}

img {
  max-width: 89vw;
}

.vrule {
  border-right: 1px solid #d3d3d3;
}

@media (max-width: 575.98px) {
  .vrule {
    border-right: none;
    border-bottom: 1px solid #d3d3d3;
    padding-bottom: 2rem;
  }

  .px-10 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .bg-ys::before {
    left: -10px;
  }

  .bg-rh::before {
    left: -10px;
  }
}
.icon {
  max-height: 90px;
}

.icon-sm {
  height: 40px;
  width: 40px;
  margin: -5px 10px 0 0;
  float: left;
}

.px-10 {
  padding-left: 5.5rem !important;
  padding-right: 5.5rem !important;
}

.image-parent {
  width: 25px;
  height: 25px;
  margin-right: 6px;
}

.list-group-item {
  border: none;
}

.bg-ys {
  position: relative;
  z-index: 1;
}

.bg-rh {
  position: relative;
  z-index: 1;
}


.bg-mc {
  position: relative;
  z-index: 1;
}

.bg-ys::before {
  content: " ";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/landing-pages/yarnspiration-circle.svg?$staticlink$);
  background-repeat: no-repeat;
  top: 0;
  left: -80px;
  opacity: 0.1;
  z-index: -1;
}

.bg-rh::before {
  content: " ";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/landing-pages/redheart-circle.svg?$staticlink$);
  background-repeat: no-repeat;
  top: 0;
  left: -80px;
  opacity: 0.1;
  z-index: -1;
}

.bg-mc::before {
  content: " ";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/landing-pages/coatsandclark-circle.svg?$staticlink$);
  background-repeat: no-repeat;
  top: 0;
  left: -80px;
  opacity: 0.1;
  z-index: -1;
}

@media (max-width: 768px) {
  .px-10 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }

  .bg-ys::before {
    left: 10px;
  }

  .bg-rh::before {
    left: 10px;
  }
}
@media (max-width: 667px) {
  .px-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
}
.jc a {
  color: #484848;
  text-decoration: underline;
  text-transform: uppercase;
  font-family: brandon_grotesqueblack, sans-serif;
  font-weight: 900;
  font-size: 0.6rem;
  line-height: 1.8em;
  letter-spacing: 1px;
}

li a {
  color: #484848;
  text-decoration: none;
  text-transform: uppercase;
  font-family: brandon_grotesqueblack, sans-serif;
  font-weight: 900;
  font-size: 0.8rem;
  line-height: 1.8em;
}

.pt_content #main .primary-content .content-asset ul li {
  background-image: none;
  margin: 0.2rem;
  padding-left: 0;
}