
.inspiration-image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.inspiration-link-tall {
  transition: .3s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.inspiration-container-tall:hover .inspiration-image {
  opacity: .35;
  transition: opacity .35s ease-out;
  -moz-transition: opacity .5s ease-out;
  -webkit-transition: opacity .5s ease-out;
  -o-transition: opacity .5s ease-out;
}

.inspiration-container-tall:hover .inspiration-link-tall {
  opacity: 1;
}

.inspiration-link-top {
  transition: .3s ease;
  opacity: 0;
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.inspiration-container-top{
  padding-bottom:5px;
}

.inspiration-container-top:hover .inspiration-image {
  opacity: .35;
  transition: opacity .35s ease-out;
  -moz-transition: opacity .5s ease-out;
  -webkit-transition: opacity .5s ease-out;
  -o-transition: opacity .5s ease-out;
}

.inspiration-container-top:hover .inspiration-link-top {
  opacity: 1;
  top:25%;
}
.inspiration-container-bottom{
  padding-top:5px;
}

.inspiration-link-bottom {
  transition: .3s ease;
  opacity: 0;
  position: absolute;
  top: 75%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.inspiration-container-bottom:hover .inspiration-image {
  opacity: .35;
  transition: opacity .35s ease-out;
  -moz-transition: opacity .5s ease-out;
  -webkit-transition: opacity .5s ease-out;
  -o-transition: opacity .5s ease-out;
}

.inspiration-container-bottom:hover .inspiration-link-bottom {
  opacity: 1;
  top:75%;
}

.inspiration-link-text a{
  color: #595959!important;
  font-size: 20px;
  font-weight: 600!important;
  text-decoration: none!important;
  padding:15px;
  border: 2px solid #595959;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

  .store-content{
  max-width:100%;
  margin:0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
  .cms-column{
   padding:5px;
  }

  .cms-product-name a{
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #333!important;
  padding-right: 10px; 
  font-size:14px; 
  font-weight: 600!important;
  text-decoration: none!important;
  opacity:1;

}

  .cms-product-name a:hover {
  color: #0659E8!important;
}

  .cms-product-image:hover {
    opacity: .75;
    transition: opacity .35s ease-out;
    -moz-transition: opacity .5s ease-out;
    -webkit-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;
}
  .cms-product-image img{
    background-color:#f6f6f6;
}
.cms-product-image{
    background-color:#f6f6f6;
}

.cms-price{
font-size:12px; 
color:#6f6f6f;
padding-top: 15px;
}

.inspiration-top-banner{
  display:block; 
  height:225px;
  width:100%; 
  background-image: url(http://tellercms.wpengine.com/wp-content/uploads/2020/06/Store_InspirationLookbook_bg.png); 
  background-size:cover;
  margin-top:-5px;
}

.banner-text{
  width: 100%; 
  margin: 0 auto; 
  top:40%;
  position:absolute;
  color: #473B8B!important;
  font-weight: 500;
  line-height: 110%;
  text-align: center; 
  text-transform: none!important;

}
  .banner-text h3{
    font-size:50px;
    margin:0px;
    text-transform: none!important;
    color: #473B8B!important;
  }

  .design-services-text-container {
    display:block; ;
    width:100%; 
    opacity: 1; 
    background-size:cover; 
    margin-bottom:5px
   
  }

  .design-services-text{
    height: 100%; 
    width: 450px; 
    color: #6F6F6F ;
    line-height: 122%;
    text-align: center;
    padding:35px 0px 0px 0px;
    margin:auto;

  }

  .design-services-text h3{
    color: #333 ;
    font-size:24px;
    font-weight:600px!important;
    text-transform: none!important;
    margin:0px;
    letter-spacing: o;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  }

   .design-services-text p{
    font-size:14px;
    line-height: 122%;
    padding-top:15px;
    padding-bottom:16px;
    margin:0;
    color: #333;

  }
    .connected-columns-left {
    padding-left:5px; 
    padding-right:0px; 
    padding-top:5px;
  }

    .connected-columns-right {
    padding-left:0px; 
    padding-right:5px; 
    padding-top:5px;
  }


.inspiration-detail-link-tall {
  transition: .3s ease;
  opacity: 1;
  position: absolute;
  top: 14%;
  left: 47%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: left;
  text-decoration: none!important;
  width:75%;
}

.inspiration-detail-link-wide {
  transition: .3s ease;
  opacity: 1;
  position: absolute;
  top: 14%;
  left: 43%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: left;
  text-decoration: none!important;
  width:75%;
}

.inspiration-container-tall:hover .inspiration-detail-link-tall{

  text-decoration-color: #333 !important;
}

.inspiration-container-tall:hover .inspiration-detail-link-wide{
  text-decoration-color: #333 !important;
}
  .inspiration-detail-product-brand {
  color: #333!important;
  font-size: 12px;
  margin-bottom: -3px;
  margin-top:15px;
  text-decoration: none!important;
  letter-spacing: 0;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
  .inspiration-detail-product-name {
  color: #333!important;
  padding-right: 10px; 
  font-size:14px; 
  font-weight: 600!important;
  text-decoration: none!important;
  opacity:1;
  padding-bottom:10px;
  padding-top: 2px;
  line-height: 125%;
  letter-spacing: 0;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;

}

  .inspiration-detail-product-brand {
  font-size: 12px;
  margin-bottom: -3px;
  margin-top:15px;
  font-size:12px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #6f6f6f!important;
  font-weight: 500!important;
  letter-spacing: 0;

}
.inspiration-detail-price{
font-size:12px; 
color:#6f6f6f;
  text-decoration: none!important;
  margin:none;
  font-size:12px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #6f6f6f!important;
  font-weight: 500!important;
  opacity:0;
  letter-spacing: 0;

}

.inspiration-container-tall:hover .inspiration-detail-product-name{
  text-decoration: underline!important;
}


.inspiration-container-tall:hover .inspiration-detail-price{
    opacity:1;
}

.go-back-button a{
    font-size:12px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #6f6f6f!important;
    font-weight: 500!important;
}

.go-back-button a:hover{
    font-size:12px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #acacac!important;
    font-weight: 500!important;
    text-decoration: underline;
}
.customer-service-go-back-button {
padding-top: 15px;
    margin-right: 1px;
  }

.customer-service-go-back-button a{
    font-size:12px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #acacac!important;
    font-weight: 500!important;
    text-transform: uppercase;
}

.customer-service-go-back-button a:hover{
    font-size:12px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #acacac!important;
    font-weight: 500!important;
    text-decoration: underline;
}
.customer-service-go-back-button p{
    font-size:12px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #acacac!important;
    font-weight: 500!important;
    text-transform: uppercase;
}

.customer-service-top-banner{
  display:block; 
  height:200px;
  width:100%; 
  background-image: url(http://tellercms.wpengine.com/wp-content/uploads/2020/06/Store_InspirationLookbook_bg.png); 
  background-size:cover;
  margin-top:-5px;
}

.customer-service-banner-text{
  width: 100%; 
padding-top: 70px;
  color: black!important;
  font-weight: 500;
  line-height: 110%;
  text-align: center; 
  text-transform: none!important;
}

 .customer-service-banner-text h3{
    font-size:50px;
    margin:0px;
    text-transform: none!important;
    color: #6f6f6f!important;
  }

.cms-faq-list{
  font-size:13px;
  margin-left: 0px;
  padding-left: 0px;
  list-style-type: none;
}
.cms-faq-list li{
  margin-bottom: 8px;
  line-height: 124%;
}

.cms-faq-list li a{
  margin-left: 0px;
  padding-left: 0px;
  list-style-type: none;
  color:#6F6F6F;
  font-weight: normal;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    letter-spacing: 0;
}

.cms-faq-title {
  color:black!important;
  font-size: 14px!important;
  margin-top:10px;
  margin-bottom:10px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;

}

.cms-faq-title h5{
  color:black!important;
}

.cms-faq-title a{
  color:black!important;
}

.copy-heavy-container{
  width:75%;
  padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }

  .cms-contact-info { 
    text-align:left;
    padding-top:25px; 
  }

    .cms-contact-info h5{ 
margin-bottom: 5px; 
  color:black !important;
  font-size: 14px !important;
  margin-top:10px;
  margin-bottom:10px;
  }
    .cms-contact-info p{ 
  font-size: 13px;
  color:#6F6F6F;
  margin-bottom:0;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  letter-spacing:0;
  font-weight:normal;
  }
.customer-service-header-description{
  color: #6F6F6F;
  padding-top: 6px;
  line-height: 150%;
  font-size: 13px;
  margin-bottom: 0;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  letter-spacing:0;
}
.faq-section-title h3{
  margin:0;
  color:#6F6F6F;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  letter-spacing:0;
  font-size:24px;
  text-transform: none;
}
.faq-section-title{
 background-color: #eee;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
}
.faq-answer-list{
  font-size:13px;
  margin-left: 0px;
  padding-left: 0px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  letter-spacing:0;
}

.faq-answer-list li{
  margin-bottom: 8px;
  line-height: 124%;
  margin-left: 0px;
  padding-left: 0px;
  color:#6F6F6F;
  margin-left: 16px;
   font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  letter-spacing:0;
}

.back-to-top a{
  margin-left: 0px;
  padding-left: 0px;
  text-decoration: underline;
  color: #6F6F6F;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  letter-spacing:0;
}

.back-to-top{
  margin-left: 0px;
  text-decoration: underline;
  color: #6F6F6F;
  margin-bottom: 25px;
  font-size: 13px;
  padding-top:10px;
    letter-spacing:0;

}
.faq-answer h5{
   color: #6F6F6F;
   font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
   letter-spacing:0;
   font-size: 14px;
   margin-top:10px;
   margin-bottom:10px;
}

.faq-answer p{
  line-height: 124%;
  color:#6F6F6F;
  font-size: 13px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  letter-spacing:0;
}

.faq-question{
padding-top: 10px;
}

.faq-question h4{
  margin-top:10px;
    margin-bottom:10px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  letter-spacing:0;
  font-size:18px;
  text-transform: none;
}

.customer-service-left-column{
    scroll-behavior: smooth;
    border-right: 1px solid #eee; 
    padding-right: 25px;
    padding-left: 25px;
    overflow-y: scroll;
    padding-top: 20px;
    background-color: white;
}

.customer-service-right-column{
    scroll-behavior: smooth;
    padding-right: 25px;
    padding-left: 25px;
    overflow-y: scroll;
    padding-top: 20px;
}
.customer-service-right-column h3{
  margin:0;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  letter-spacing:0;
  font-size:24px;
  text-transform: none;
}

.customer-service-left-column h3{
  margin:0;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  letter-spacing:0;
  font-size:24px;
  text-transform: none;
}
.PDPtabContent li{
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;	
}
.PDPtabContent p {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin:0!important;
}

.PDPtabContent ul {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin-bottom: 15px!important;  
  margin-top: 5px!important;  
}

.PDPtabContent p strong{
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; 
  font-size:14px;
}
.wfh-campaign-lander-top-banner{
  display:block; 
  width:100%; 
  background-size:cover;
  margin-top:-5px;
}

.wfh-campaign-lander-banner-text{
  width: 27%;
  top: 38%;
  margin-left: 40px;
  position: absolute;
  text-align: left;
  z-index: 1;

}
  .wfh-campaign-lander-banner-text h3{
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;  
  font-size:30px;
  margin:0px;
  text-transform: none!important;
  color: #191919!important;
  font-weight: 400 !important;
  line-height: 110%;

  }
  .wfh-epp-registration{
    text-align:center;
}

.wfh-background-row{
    text-align:center;
    padding-top:30px;
    padding-bottom:40px;
  }

.wfh-statement{
  text-align:center;
}
.wfh-statement h3{
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;  
  font-size:36px !important;
  margin-bottom: 15px!important;
  margin-top:0px!important;
  color:#191919!important;
  text-transform: none!important;
}

.wfh-statement  h4{
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;  
  font-weight:400;
  font-size:16px;
  margin-top: 10px;
  margin-bottom: 30px;
  line-height: 140%;
  color:#6f6f6f;
}

.wfh-epp-registration p{
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;  
  margin-top:0px;
  margin-bottom: 3px;
  font-size:14px;
  color:#6f6f6f;
}

.wfh-epp-registration a{
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color:#191919;
  font-weight:400;
}
.wfh-epp-registration a:hover{
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color:#191919;
  font-weight:400;
  text-decoration: underline;
}
.wfh-epp-registration a:visited{
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color:#191919;
  font-weight:400;
}

.steelcase-store-buttons {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;  
  display: inline-block;
  padding: 6px 24px;
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
}

.wfh-campaign-lander-button:hover {
  opacity: .75;
  transition: opacity .25s ease-out;
  -moz-transition: opacity .25s ease-out;
  -webkit-transition: opacity .25s ease-out;
  -o-transition: opacity .25s ease-out;
  font-weight:400;
  color:white;
  text-decoration: none;
}

.wfh-campaign-lander-button {
    color: #fff;
    background-color:#1967D2;
    border-color: none;
}
.wfh-campaign-lander-button:visited{
    color: #fff;
    background-color:#1967D2;
    border-color: #none;
}

.wfh-purchase-process {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;  
  background-color:#efefef;
  padding-top:35px;
  padding-bottom:45px;
  text-align:center;
}

.wfh-purchase-process h3{
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 30px;
  margin: 0px;
  text-transform: none!important;
  color: #191919!important;
  font-weight: 500;
  line-height: 110%;
  margin-bottom: 30px;
}

.wfh-purchase-process img{
  opacity: 1;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}
.wfh-purchase-process p{
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;  
  font-size:13px;
  color:#6f6f6f;
}

.wfh-purchase-process h4{
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;  
  font-size: 16px;
  text-transform: none!important;
  color: #191919!important;
  font-weight: 500;
  line-height: 110%;
}

.wfh-store-overview{    
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; 
  font-weight:400;
  margin-top: 35px;
  margin-bottom: 30px;
  margin-left: 25px;
  margin-right: 25px;
  text-align:center;
}

.wfh-store-overview h3{    
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;  
  font-size:36px;
  margin-bottom: 15px;
  margin-top:0px;
  color:#191919;
  text-transform: none!important;
}

.wfh-store-overview h4{
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;  
  font-weight:400;
  font-size:16px;
  margin-top: 10px;
  margin-bottom: 0px;
  line-height: 140%;
  color:#6f6f6f;
}

.wfh-store-overview  a{
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;  
  color:#6f6f6f;
  text-decoration: underline;
  font-weight:400;
  font-size:16px;

}

.wfh-product-categories h2{
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;  
  font-size: 30px;
  margin: 0px;
  text-transform: none!important;
  color: #191919!important;
  font-weight: 500;
  line-height: 110%;
  margin-bottom: 30px;
}

.wfh-product-categories img{
  opacity: 1;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}
.wfh-product-categories p{
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size:13px;
  color:#6f6f6f;
}

.wfh-product-categories h4{
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;  
  font-size: 16px;
  text-transform: none!important;
  color: #191919!important;
  font-weight: 500;
  line-height: 110%;
}

.product-card-pricing-title{
font-size:11px; 
color:#6f6f6f;
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
margin-bottom:0px !important;
margin-top: 5px;

}
.product-card-retail-price{
font-size:11px;
color:#191919;
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
margin-top:0px;
text-decoration: line-through;
font-weight: 500;
margin-bottom:0px;
}

.product-card-sale-price{
font-size:12px; 
color:#191919;
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
margin-top:0px;
font-weight: 700;
}
.product-card-pricing-column{
   padding:0px;
  }

.back-to-school-statement{
  text-align:center;
}
.back-to-school-statement h3{
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;  
  font-size:30px !important;
  margin-bottom: 15px!important;
  margin-top:0px!important;
  color:#6f6f6f!important;
  text-transform: none!important;
}

.back-to-school-statement  h4{
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #6f6f6f;
    margin: 10px 30px 10px 30px;
}

.back-to-school-background-row{
    text-align:center;
    padding-top:30px;
    padding-bottom:15px;
  }

  .b2s-product-name{
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #191919!important;
  padding-right: 10px; 
  font-size:14px; 
  font-weight: 600!important;
  text-decoration: none!important;
  opacity:1;
  margin-bottom: 5px;
}

  .b2s-product-image:hover .b2s-product-name{
    text-decoration: none!important;
    color:#0659E8!important;
}
 .b2s-product-brand{
  font-size: 11px;
  margin-bottom: -3px !important;
  margin-top:10px !important;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-decoration: none!important;
  opacity:1;
  color:#6f6f6f;
  font-weight: 400;
  padding-bottom: 2px;
}
 .b2s-product-brand:hover {
  font-size: 11px;
  margin-bottom: -3px !important;
  margin-top:10px !important;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-decoration: none;
  opacity:1;
  color:#6f6f6f;
  font-weight: 400;
  padding-bottom: 2px;
}

  .b2s-product-image:hover{
    opacity: .75;
    transition: opacity .35s ease-out;
    -moz-transition: opacity .5s ease-out;
    -webkit-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;
    text-decoration: none !important;
}

  .b2s-product-image img{
    background-color:#f6f6f6;
}
.b2s-product-image{
    background-color:#f6f6f6;
}

.b2s-campaign-lander-banner-text{
  width: 27%;
  top: 38%;
  margin-left: 40px;
  position: absolute;
  text-align: left;
  z-index: 1;

}
  .b2s-campaign-lander-banner-text h3{
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;  
  font-size:42px;
  margin:0px;
  text-transform: none!important;
  color: white!important;
  font-weight: 700 !important;
  line-height: 110%;
  }


  .b2s-product-categories h3{
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;  
  font-size: 24px;
  margin: 0px;
  text-transform: none!important;
  color: #6f6f6f!important;
  font-weight: 500;
  line-height: 110%;
  margin-bottom: 20px;
  text-align: center;
}

.b2s-product-categories {
background-color:#f6f6f6;
padding-bottom: 30px;
padding-top:20px;
}


.back-to-school-products{
padding-bottom: 30px;
padding-top:20px;
}

.back-to-school-products h3{
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;  
font-size: 24px;
margin: 0px;
text-transform: none!important;
color: #6f6f6f!important;
font-weight: 500;
line-height: 110%;
margin-bottom: 20px;
text-align: center;

    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 30px !important;
    margin-bottom: 15px!important;
    margin-top: 0px!important;
    color: #6f6f6f!important;
    text-transform: none!important;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 24px;
    margin: 0px;
    font-weight: 700;
    line-height: 110%;
    margin-bottom: 20px;
    text-align: center;
}


  .back-to-school-products h4{
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;  
    font-size:18px !important;
    margin-top:30px!important;
    color:#6f6f6f!important;
    text-transform: uppercase!important;

  }
  .video-tutorials h3{
  margin: 0;
  padding-bottom: 20px;
  }

  .wfh-ergonomics-row{
    text-align:center;
    padding-top:30px;
  }

  .wfh-page-header {
        font-size: 12px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    opacity: 1;
    color: rgb(111, 111, 111);
    font-weight: 500;
    padding-bottom: 0;
    text-decoration: none !important;text-align: center;
    margin-top: 40px;
    margin-bottom: 30px;
  }

  .wfh-page-title {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;  
    font-size:24px !important;
    margin-top:30px!important;
    color:#6f6f6f!important;
    font-weight: 700;
    margin-bottom:10px!important;
  }

  .wfh-page-headline {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;  
  font-size:48px !important;
  color:#191919!important;
  font-weight: 700;
  margin-top:-10px;
  margin-bottom:15px!important;
  margin-left: 0px;
    margin-right: 0px;
    line-height: 1.1;
    text-align:center;
  }

  .wfh-page-body {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;  
  font-size:18px !important;
  color:#6f6f6f!important;
  margin-left:0px;
  margin-right:0px;
  font-weight: 500;
  line-height: 1.44;
  letter-spacing: -0.1px;
  text-align: center;
  }

  .wfh-section{
  margin-bottom:10px;
  }
  .wfh-section-headline{
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;  
  font-size:28px !important;
  color:#191919!important;
  font-weight: 800!important;
  margin-bottom:12px;
  margin-top: 22px;
  letter-spacing: -0.3px;
  color: #1a1a1a;
  }

  

  .product-card{
    background-color: white;
  }

  .product-card-details{
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 10px;
    min-height: 100px;
  }
 
 .product-card-name{
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #191919!important;
    padding-right: 10px;
    font-size: 14px;
    font-weight: 600!important;
    text-decoration: none!important;
    opacity: 1;
    margin-bottom: 0px;
    padding-bottom: 8px;
}
}

  .product-card:hover .product-card-name{
    text-decoration: none!important;
    color:#0659E8!important;
}

  .product-card:hover a{
    text-decoration: none!important;
}

 .product-card-brand{
    font-size: 12px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    opacity: 1;
    color: rgb(111, 111, 111);
    font-weight: 500;
    padding-bottom: 0;
    margin-bottom: 0px !important;
    margin-top: 10px !important;
    text-decoration: none !important;
}

 .product-card-brand a:hover{
  font-size: 12px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  opacity: 1;
  color: rgb(111, 111, 111);
  font-weight: 700;
  padding-bottom: 5px;
  margin-bottom: 0px !important;
  margin-top: 10px !important;
  text-decoration: none !important;
}

  .product-card img:hover{
    opacity: .75;
    transition: opacity .35s ease-out;
    -moz-transition: opacity .5s ease-out;
    -webkit-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;
    text-decoration: none !important;
}
  .category-card{
    background-color: white;
  }

  .category-card-details{
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 10px;
  }
 
 .category-card-name{
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #191919!important;
  padding-right: 10px; 
  font-size:14px; 
  font-weight: 600!important;
  text-decoration: none!important;
  opacity:1;
  margin-bottom: 0px;
  padding-bottom: 10px;
  padding-top:20px;
  text-align: center;
}

  .category-card:hover .category-card-name{
    text-decoration: none!important;
    color:#0659E8!important;
}

  .category-card:hover a{
    text-decoration: none!important;
}

  .category-card img:hover{
    opacity: .75;
    transition: opacity .35s ease-out;
    -moz-transition: opacity .5s ease-out;
    -webkit-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;
    text-decoration: none !important;
}

  .article-card{
    background-color: white;
  }

  .article-card-details{
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 10px;
    padding-top: 20px;
  }
 
 .article-card-title{
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #191919!important;
  padding-right: 10px; 
  font-size:14px; 
  font-weight: 600!important;
  text-decoration: none!important;
  opacity:1;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

 .article-card-caption{
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #6f6f6f!important;
  padding-right: 10px; 
  font-size:14px; 
  font-weight: 400!important;
  text-decoration: none!important;
  opacity:1;
  margin-bottom: 0px;
  padding-bottom: 10px;
}

  .article-card a:hover{
    text-decoration: none!important;
}


  .article-card img:hover{
    opacity: .75;
    transition: opacity .35s ease-out;
    -moz-transition: opacity .5s ease-out;
    -webkit-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;
    text-decoration: none !important;
}

 .wfh-landing-category{
    font-size: 12px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    opacity: 1;
    color: rgb(111, 111, 111);
    font-weight: 500;
    padding-bottom: 0;
    margin-bottom: 0px !important;
    margin-top: 10px !important;
    text-decoration: none !important;
}

 .wfh-body-copy{
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #6f6f6f!important;
  padding-right: 10px; 
  font-size:14px; 
  font-weight: 400!important;
  text-decoration: none!important;
  opacity:1;
  margin-bottom: 0px;
  padding-bottom: 10px;
}

 .wfh-design-services{
    background-color: white;
    padding-top:30px;
    padding-bottom:30px;
    padding-left:50px;
    padding-right:40px;
    margin-left:-15px;
    height:217px;
  }
 .wfh-design-services-section{
      margin-top:30px;

    }

   .wfh-read-more-link{
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #0659E8!important;
  padding-right: 10px; 
  font-size:14px; 
  font-weight: 600!important;
  text-decoration: none!important;
  opacity:1;
  margin-bottom: 0px;
  padding-bottom: 10px;
}

  .wfh-read-more-link:hover{
    text-decoration: underline!important;
}

   .solo-read-more-link{
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #6f6f6f!important;
  padding-right: 10px; 
  font-size:14px; 
  font-weight: 600!important;
  text-decoration: none!important;
  opacity:1;
  margin-bottom: 0px;
  padding-bottom: 10px;
}

  .solo-read-more-link:hover{
    text-decoration: underline!important;
}

.wfh-bottom-section{
margin-left:-10px;
margin-right:-10px;
margin-top:30px;
padding:40px;
text-align:center;
background-color:white;
}

.wfh-landing-headline{
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #191919!important;
  padding-right: 10px; 
  font-size:24px; 
  font-weight: 700!important;
  text-decoration: none!important;
  opacity:1;
  margin-bottom: 0px;
  padding-bottom: 10px;
  margin-top: 10px;
}

.wfh-employee-discount-icon{
  margin-bottom:20px;
}
.wfh-right-arrow-section{
  margin-bottom:-1px;
  height: 10px;
  margin-left: 1px;
}


.wfh-right-arrow-read-more{
  margin-left: 1px;
  margin-bottom: -1px;
  height: 10px;
}

.inspiring-spaces-toggle{
  text-align: center;
  margin-top:10px;
  margin-bottom: -10px;
}

.inspiring-spaces-toggle p{
  font-size: 12px;
    color: #191919;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    margin-top: 0px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

.inspiring-spaces-toggle a{
  font-size: 12px;
    color: #191919;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    margin-top: 0px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

.inspiring-spaces-toggle a:hover{
  font-size: 12px;
    color: #191919;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    margin-top: 0px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    opacity:1;
}

.toggle-underline{
  margin-right: 10px;
  margin-left: 10px;
  margin-top: 14px;
  padding-top: 0;
  border: 1px solid black;
  opacity:1;
}

.inspiring-spaces-toggle-inactive .toggle-underline{
  opacity:0;
}

.inspiring-spaces-toggle-inactive:hover .toggle-underline{
  opacity:1;
}

.inspiring-spaces-toggle-inactive a:hover{
  text-decoration: none;
}

.inspiration-mosaic{
  margin-top:35px;
}

/* CHAIR COMPARE*/
.chair-compare-section{
  background-color: white;
    margin-right: -150px;
    margin-left: -150px;
    padding-right: 75px;
    padding-left: 75px;
}

.chair-compare-table{
  background-color: white;
  text-align:center;
  vertical-align: middle;
}

.column-header{
}

.table-product-name{
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #191919!important;
  font-size:14px; 
  font-weight: 600!important;
  text-decoration: none!important;
  opacity:1;
  margin-bottom: 0px;
  padding-bottom: 0px;
  padding-top:5px;
}
.table-product-price{
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #191919!important;
  font-size:12px; 
  font-weight: 400!important;
  text-decoration: none!important;
  opacity:1;
  margin-bottom: 0px;
}

.table-vert-header{  
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #191919!important;
  font-size:12px; 
  font-weight: 600!important;
  text-decoration: none!important;
  opacity:1;
  margin-bottom: 0px;
}
.vertical-header{
  margin-bottom:0px;
}

.chair-compare-button {
    color: #fff;
    background-color:#266de8;
    border-color: #none;
}
.chair-compare-button:visited{
    color: #fff;
    background-color:#266de8;
    border-color: #none;
}

.chair-compare-button:hover {
  opacity: .75;
  transition: opacity .25s ease-out;
  -moz-transition: opacity .25s ease-out;
  -webkit-transition: opacity .25s ease-out;
  -o-transition: opacity .25s ease-out;
  font-weight:400;
  color:white;
  text-decoration: none;
}

.chair-compare-caption-title{
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #191919!important;
  font-size:18px; 
  font-weight: 600!important;
  text-decoration: none!important;
  opacity:1;
  margin-bottom: 0px;
  padding-bottom: 10px;
  margin-top:15px;
}

.chair-compare-caption-body{
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #6f6f6f!important;
  font-size:14px; 
  font-weight: 400!important;
  text-decoration: none!important;
  opacity:1;
  margin-bottom: 0px;
  padding-bottom: 10px;
}

.chair-tooltip {
position: relative;
    display: inline-block;
    left: 160px;
    top: -20px;
  }

.chair-tooltip .tooltiptext {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    visibility: hidden;
    width: 260px;
    background-color: #e3e3e3;
    color: black;
    font-size: 12px;
    font-weight: 400;
    line-height: 120%;
    text-align: center;
    border-radius: 6px;
    padding: 15px;
    position: absolute;
    z-index: 1;
    top: -27px;
    left: 200%;
    opacity: 0;
    transition: opacity 0.3s;
}

.chair-tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 30%;
  right: 100%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color:transparent #e3e3e3  transparent transparent;
}

.chair-tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.bf-header-background{
  background-color:#1D2220;padding-bottom:300px;
  margin-top: -50px;
}

.bf-header-copy{
  margin:40px 0 40px 0;
}

.bf-page-title{
  color:#97C3BA;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase; 
  font-size: 10px; 
  letter-spacing:.1em;
  margin-bottom: 0;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.bf-page-headline{
  color:white;
  text-align: center;
  font-weight: 400; 
  font-size: 42px; 
  letter-spacing:0.01em;
}
.bf-image-overlap{
  margin-top:-300px;
}

.bf-section{
  margin:50px 0 50px 0;
}

.bf-headline{
  color:#191919;
  text-align: center;
  font-weight: 500; 
  font-size: 30px; 
  letter-spacing:0.01em;
}

.bf-row-background{
  background-color:#1D2220;
}

.bf-product-details{
  margin:175px 60px 0px 60px;
  text-align: center;
}

.bf-product-headline{
  color:white;
  font-weight: 500; 
  font-size: 60px; 
  letter-spacing:0.01em;
  line-height: 1.2;
  margin-bottom:40px;
}

.bf-body-copy{
  color:white;
  font-weight: 400; 
  font-size: 21px; 
  letter-spacing:0.01em;
  line-height: 1.2;
  margin-bottom:40px;
}

.bf-price{
  color:#97C3BA;
  font-weight: 500; 
  font-size: 42px; 
  letter-spacing:0.01em;
  line-height: 1.2;
}

.bf-order-now{
  color:#97C3BA;
  font-weight: 500; 
  font-size: 21px; 
  letter-spacing:0.01em;
  line-height: 1.2; 
}

.bf-order-now:visited{
  color:#97C3BA;
}

.bf-order-now:hover{
  color:#97C3BA;
  text-decoration: underline;
}

.bf-order-now img:hover{
  opacity: .75;
  transition: opacity .25s ease-out;
  -moz-transition: opacity .25s ease-out;
  -webkit-transition: opacity .25s ease-out;
  -o-transition: opacity .25s ease-out;
  font-weight:400;
  color:white;
  text-decoration: none;
}

.bf-small-type{
  text-align: center;
  font-size: 16px;
  margin-top: -8px;
}

.bf-column{    
  padding-right: 0px;
    padding-left: 0px;
  }



.cm-header-background{
  background-color:#0A2029;padding-bottom:300px;
  margin-top: -50px;
}

.cm-header-copy{
  margin:40px 0 40px 0;
}
.cm-page-title{
  color:#0A2029;
  text-align: left;
  font-weight: 700;
  text-transform: uppercase; 
  font-size: 15px; 
  letter-spacing:.1em;
  margin-bottom: 0;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin-left: 120px;
  margin-top:50px;
  width:800px;
}

.cm-page-headline{
  color:white;
  text-align: left;
  font-weight: 400; 
  font-size: 64px; 
  letter-spacing:0.01em;
  margin-left: 120px;
  width:800px;
}
.cm-landing-page-title{
  color:#97C3BA;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase; 
  font-size: 10px; 
  letter-spacing:.1em;
  margin-bottom: 0;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.cm-landing-page-headline{
  color:white;
  text-align: center;
  font-weight: 400; 
  font-size: 42px; 
  letter-spacing:0.01em;
}
.cm-image-overlap{
  margin-top:-300px;
}

.cm-section{
  margin:50px 0 50px 0;
}

.cm-headline{
  color:#191919;
  text-align: center;
  font-weight: 500; 
  font-size: 30px; 
  letter-spacing:0.01em;
}

.cm-row-background{
  background-color:#0A2029;
}

.cm-product-details{
  margin:175px 60px 0px 60px;
  text-align: center;
}

.cm-product-headline{
  color:white;
  font-weight: 500; 
  font-size: 60px; 
  letter-spacing:0.01em;
  line-height: 1.2;
  padding-bottom:20px;
}

.cm-body-copy{
  color:white;
  font-weight: 400; 
  font-size: 21px; 
  letter-spacing:0.01em;
  line-height: 1.2;
  margin-bottom:40px;
}

.cm-price{
  color:#97C3BA;
  font-weight: 500; 
  font-size: 42px; 
  letter-spacing:0.01em;
  line-height: 1.2;
}

.cm-order-now{
  color:#97C3BA;
  font-weight: 500; 
  font-size: 21px; 
  letter-spacing:0.01em;
  line-height: 1.2; 
}

.cm-order-now:visited{
  color:#97C3BA;
}

.cm-order-now:hover{
  color:#97C3BA;
  text-decoration: underline;
}

.cm-order-now img:hover{
  opacity: .75;
  transition: opacity .25s ease-out;
  -moz-transition: opacity .25s ease-out;
  -webkit-transition: opacity .25s ease-out;
  -o-transition: opacity .25s ease-out;
  font-weight:400;
  color:white;
  text-decoration: none;
}

.cm-small-type{
  text-align: center;
  font-size: 16px;
  margin-top: -8px;
}

.cm-column{    
  padding-right: 0px;
    padding-left: 0px;
  }


.bf-header-background{
  background-color:#1D2220;padding-bottom:300px;
  margin-top: -50px;
}

.solo-header-background{
  background-color:#7F9386;
  padding-bottom:300px;
  margin-top: -50px;
}


.solo-header-copy{
  margin:40px 0 40px 0;
  text-align: center;
}

.solo-page-title{
  color:#394D40;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase; 
  font-size: 12px; 
  letter-spacing:.1em;
  margin-bottom: 0;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin-top:50px;
}

.solo-page-headline{
  color:#EAEAEB;
  text-align: center;
  font-weight: 400; 
  font-size: 42px; 
  letter-spacing:0.01em;
    line-height: 1.2;
}

.solo-finish-headline{
  color:#7F9386;
  text-align: center;
  font-weight: 400; 
  font-size: 42px; 
  letter-spacing:0.01em;
    line-height: 1.2;
}

.solo-cta-headline{
  color:#EAEAEB;
  text-align: center;
  font-weight: 400; 
  font-size: 39px; 
  letter-spacing:0.01em;
    line-height: 1.2;
}
.solo-cta-title{
  color:#394D40;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase; 
  font-size: 12px; 
  letter-spacing:.1em;
  margin-bottom: 0;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin-top:50px;margin-bottom: 10px;
}
.solo-finish-title{
  color:#394D40;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase; 
  font-size: 12px; 
  letter-spacing:.1em;
  margin-bottom: 0;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin-bottom: 10px;
}

.solo-image-overlap{
  margin-top:-300px;
}

.solo-section{
  margin:50px 0 50px 0;
}

.solo-finish-section{
  margin:0px 0 30px 0;
}

.finish-section{
    padding-top: 50px;
  }
.solo-headline{
  color:#7F9386!important;
  text-align: center!important;
  font-weight: 500!important; 
  font-size: 30px!important; 
  letter-spacing:0.01em!important;
}

.solo-row-background{
  background-color:#7F9386;
}

.solo-product-details{
  margin:50px;
  width:440px;
  text-align: left;
}

.solo-product-headline{
  color:#EAEAEB!important;
  font-weight: 500!important; 
  font-size: 45px!important; 
  letter-spacing:0.01em!important;
  line-height: 1.1!important;
  padding-bottom:20px!important;
}

.solo-product-prehead{
  color:#394D40!important;
  font-weight: 500!important; 
  font-size: 12px!important; 
  letter-spacing:0.05em!important;
  line-height: 1.2!important;
  text-transform: uppercase!important;
}

.solo-body-copy{
  color:white!important;
  font-weight: 400!important; 
  font-size: 16px!important; 
  letter-spacing:0.01em!important;
  line-height: 1.4!important;
  margin-bottom:40px!important;
}

.solo-price{
  color:#97C3BA;
  font-weight: 500; 
  font-size: 42px; 
  letter-spacing:0.01em;
  line-height: 1.2;
}

.solo-order-now{
  color:#97C3BA;
  font-weight: 500; 
  font-size: 21px; 
  letter-spacing:0.01em;
  line-height: 1.2; 
}

.solo-order-now:visited{
  color:#97C3BA;
}

.solo-order-now:hover{
  color:#97C3BA;
  text-decoration: underline;
}

.solo-order-now img:hover{
  opacity: .75;
  transition: opacity .25s ease-out;
  -moz-transition: opacity .25s ease-out;
  -webkit-transition: opacity .25s ease-out;
  -o-transition: opacity .25s ease-out;
  font-weight:400;
  color:white;
  text-decoration: none;
}

.solo-small-type{
  text-align: center;
  font-size: 16px;
  margin-top: -8px;
}

.solo-column{    
  padding-right: 0px;
    padding-left: 0px;}

.solo-swatch-name{
  font-size:13px;
  padding-top:10px;
}


.solo-button {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;  
  display: inline-block;
  padding: 6px 40px;
  margin-bottom: 16px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 60px;
  margin-top: 20px;
}


.solo-botton-primary:hover {
  opacity: .75;
  transition: opacity .25s ease-out;
  -moz-transition: opacity .25s ease-out;
  -webkit-transition: opacity .25s ease-out;
  -o-transition: opacity .25s ease-out;
  font-weight:600;
  text-decoration: none;
}

.solo-botton-primary {
    color: #EAEAEB;
    background-color:#394D40;
    border-color: #none;
}
.solo-botton-primary:visited{
    color: #EAEAEB;
    background-color:#394D40;
    border-color: #none;
}

.solo-botton-primary:hover{
    color: #394D40;
    background-color:#EAEAEB;
    border-color: #none;
}

.wfh-section-foam-post{
  color:#0A2029;
  text-align: center;
  font-weight: 400;
  font-size: 18px; 
  line-height: 1.3;
  margin-bottom: 20px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
      padding: 0px 60px 0 60px;
}

.spring-product-headline{
  color:#EAEAEB;
  font-weight: 500!important; 
  font-size: 45px!important; 
  letter-spacing:0.01em!important;
  line-height: 1.1!important;
  padding-bottom:20px!important;
}

.spring-product-prehead{
  color:#394D40;
  font-weight: 500!important; 
  font-size: 16px!important; 
  letter-spacing:0.05em!important;
  line-height: 1.2!important;
  text-transform: uppercase!important;
}



@media (min-width: 768px){
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1  {
    width: 100%;
    *width: 100%;
  }
}

@media (min-width: 992px) {
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
    width: 14.285714285714285714285714285714%;
    *width: 14.285714285714285714285714285714%;
  }
}

/**
 *  The following is not really needed in this case
 *  Only to demonstrate the usage of @media for large screens
 */    
@media (min-width: 1200px) {
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
    width: 14.285714285714285714285714285714%;
    *width: 14.285714285714285714285714285714%;
    text-align: center;
    padding-bottom:30px;
  }
}



/* RESPONSIVE BREAKPOINTS*/
@media screen and (max-width: 1200px) {

.cm-product-details{
  margin:175px 60px 0px 60px;
  text-align: center;
}

.cm-price{
  color:#97C3BA;
  font-weight: 500; 
  font-size: 30px; 
  letter-spacing:0.01em;
  line-height: 1.2;
}

.cm-product-headline{
  color:white;
  font-weight: 500; 
  font-size: 40px; 
  letter-spacing:0.01em;
  line-height: 1.2;
  margin-bottom:40px;
}
.wfh-campaign-lander-banner-text{
  width: 30%;
  top: 30%;
  margin-left: 25px;
  position: absolute;
  text-align: left;
  z-index: 1;
}

.cm-page-title{
  color:#0A2029;
  text-align: left;
  font-weight: 700;
  text-transform: uppercase; 
  font-size: 12px; 
  letter-spacing:.1em;
  margin-bottom: 0;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin-left: 120px;
  margin-top:50px;
  width:800px;
}

.cm-page-headline{
  color:white;
  text-align: left;
  font-weight: 400; 
  font-size: 54px; 
  letter-spacing:0.01em;
  margin-left: 120px;
  width:800px;
}

.bf-product-details{
  margin:175px 60px 0px 60px;
  text-align: center;
}

.bf-price{
  color:#97C3BA;
  font-weight: 500; 
  font-size: 30px; 
  letter-spacing:0.01em;
  line-height: 1.2;
}

.bf-product-headline{
  color:white;
  font-weight: 500; 
  font-size: 40px; 
  letter-spacing:0.01em;
  line-height: 1.2;
  margin-bottom:40px;
}

.solo-product-details{
	margin: 50px;
    width: 390px;
    text-align: left;}

.solo-price{
  color:#97C3BA;
  font-weight: 500; 
  font-size: 20px; 
  letter-spacing:0.01em;
  line-height: 1.2;
}

.solo-product-headline{
  color:white;
  font-weight: 500; 
  font-size: 30px; 
  letter-spacing:0.01em;
  line-height: 1.2;
padding-bottom:10px;
}

.solo-body-copy{
	font-size: 14px;
}


.wfh-campaign-lander-banner-text h3{
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size:27px !important;
  margin-bottom: 15px!important;
  margin-top:0px!important;
  color:#191919\!important;
  text-transform: none!important;
}

.b2s-campaign-lander-banner-text{
  width: 30%;
  top: 38%;
  margin-left: 25px;
  position: absolute;
  text-align: left;
  z-index: 1;
}

.b2s-campaign-lander-banner-text h3{
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size:36px !important;
  margin-top:0px!important;
  color:white!important;
  text-transform: none!important;
}
.inspiration-link-tall {
  transition: .3s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  width:200px;
}
.inspiration-link-text a {
    color: #595959!important;
    font-size: 20px;
    font-weight: 600!important;
    text-decoration: none!important;
    padding: 15px;
    border: 2px solid #595959;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.inspiration-link-bottom {
    transition: .3s ease;
    opacity: 0;
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
      width:200px;
  }

  .inspiration-link-top {
    transition: .3s ease;
    opacity: 0;
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
      width:200px;
}

@media screen and (max-width: 992px) {
.b2s-product-name{
  font-size:16px;
}

.product-card-retail-price{
font-size:13px!important; 
}

.product-card-sale-price{
font-size:13px!important; 
}

.wfh-campaign-lander-banner-text{
  width: 30%;
  top: 30%;
  margin-left: 25px;
  position: absolute;
  text-align: left;
  z-index: 1;
}

.cm-page-title{
  color:#0A2029;
  text-align: left;
  font-weight: 700;
  text-transform: uppercase; 
  font-size: 12px; 
  letter-spacing:.1em;
  margin-bottom: 0;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin-left: 60px;
  margin-top:50px;
  width:800px;
}

.cm-page-headline{
  color:white;
  text-align: left;
  font-weight: 400; 
  font-size: 44px; 
  letter-spacing:0.01em;
  margin-left: 60px;
  width:800px;
}

.cm-product-details{
  margin:90px 30px 0px 30px!important; 
  text-align: center;
}

.cm-price{
  color:#97C3BA;
  font-weight: 500; 
  font-size: 30px; 
  letter-spacing:0.01em;
  line-height: 1.2;
}

.cm-product-headline{
  color:white;
  font-weight: 500; 
  font-size: 40px; 
  letter-spacing:0.01em;
  line-height: 1.2;
  margin-bottom:40px;
}

.bf-product-details{
  margin:90px 30px 0px 30px!important; 
  text-align: center;
}

.bf-price{
  color:#97C3BA;
  font-weight: 500; 
  font-size: 30px; 
  letter-spacing:0.01em;
  line-height: 1.2;
}

.bf-product-headline{
  color:white;
  font-weight: 500; 
  font-size: 40px; 
  letter-spacing:0.01em;
  line-height: 1.2;
  margin-bottom:40px;
}

.solo-product-details{
	margin: 40px;
    width: 280px;
    text-align: left;}
}

.solo-price{
  color:#97C3BA;
  font-weight: 500; 
  font-size: 30px; 
  letter-spacing:0.01em;
  line-height: 1.2;
}

.solo-product-headline{
  color:white;
  font-weight: 500; 
  font-size: 24px; 
  letter-spacing:0.01em;
  line-height: 1.2;
  padding-bottom:10px;
}

.solo-body-copy{
	font-size: 12px;
}
.solo-product-prehead{
	font-size:10px;
}

.wfh-campaign-lander-banner-text h3{
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size:20px !important;
  margin-bottom: 15px!important;
  margin-top:0px!important;
  color:#191919!important;
  text-transform: none!important;
}
.wfh-statement h3 {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 30px !important;
  margin-bottom: 15px!important;
  margin-top: 0px!important;
  color: #191919!important;
  text-transform: none!important;
}
.wfh-store-overview h3{    
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;  
  font-size:30px;
  margin-bottom: 15px;
  margin-top:0px;
  color:#191919;
  text-transform: none!important;
}
.b2s-campaign-lander-banner-text{
  width: 35%;
  top: 38%;
  margin-left: 25px;
  position: absolute;
  text-align: left;
  z-index: 1;
}

.b2s-campaign-lander-banner-text h3{
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size:30px !important;
  margin-top:0px!important;
  color:white!important;
  text-transform: none!important;
}
.inspiration-link-tall {
  transition: .3s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  width:200px;
}
.inspiration-link-text a {
    color: #595959!important;
    font-size: 18px;
    font-weight: 600!important;
    text-decoration: none!important;
    padding: 15px;
    border: 2px solid #595959;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.inspiration-link-bottom {
    transition: .3s ease;
    opacity: 0;
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
      width:200px;
  }

  .inspiration-link-top {
    transition: .3s ease;
    opacity: 0;
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
      width:200px;
}





@media screen and (max-width: 768px) {

.b2s-product-name{
  font-size:19px;
}

.product-card-retail-price{
font-size:16px!important; 
}

.product-card-sale-price{
font-size:16px!important; 
}

.wfh-campaign-lander-banner-text{
  width: 30%;
  top: 14%;
  margin-left: 25px;
  position: absolute;
  text-align: left;
  z-index: 1;
}

.cm-page-title{
  color:#0A2029;
  text-align: left;
  font-weight: 700;
  text-transform: uppercase; 
  font-size: 10px; 
  letter-spacing:.1em;
  margin-bottom: 0;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin-left: 40px;
  margin-top:50px;
  width:800px;
}

.cm-page-headline{
  color:white;
  text-align: left;
  font-weight: 400; 
  font-size: 36px; 
  letter-spacing:0.01em;
  margin-left: 40px;
  width:800px;
}

.cm-product-details{
  margin:76px 30px 0px 30px!important; 
  text-align: center;
}

.cm-price{
  color:#97C3BA;
  font-weight: 500; 
  font-size: 20px; 
  letter-spacing:0.01em;
  line-height: 1.2;
}

.cm-product-headline{
  color:white;
  font-weight: 500; 
  font-size: 30px; 
  letter-spacing:0.01em;
  line-height: 1.2;
  margin-bottom:20px;
}

.cm-order-now{
  color:#97C3BA;
  font-weight: 500; 
  font-size: 18px; 
  letter-spacing:0.01em;
  line-height: 1.2; 
}


.bf-product-details{
  margin:76px 30px 0px 30px!important; 
  text-align: center;
}

.bf-price{
  color:#97C3BA;
  font-weight: 500; 
  font-size: 20px; 
  letter-spacing:0.01em;
  line-height: 1.2;
}

.bf-product-headline{
  color:white;
  font-weight: 500; 
  font-size: 30px; 
  letter-spacing:0.01em;
  line-height: 1.2;
  margin-bottom:20px;
}

.bf-order-now{
  color:#97C3BA;
  font-weight: 500; 
  font-size: 18px; 
  letter-spacing:0.01em;
  line-height: 1.2; 
}

.solo-product-details{
  margin:0px!important; 
  text-align: center;
  width: 100%;
  padding:50px;
}

.solo-product-prehead{
  font-size:14px;
  }

.solo-product-headline{
  color:white;
  font-weight: 500; 
  font-size: 40px; 
  letter-spacing:0.01em;
  line-height: 1.2;
  margin-bottom:10px;
}

.solo-body-copy{
	font-size: 14px;
}
.bf-order-now{
  color:#97C3BA;
  font-weight: 500; 
  font-size: 18px; 
  letter-spacing:0.01em;
  line-height: 1.2; 
}




.wfh-campaign-lander-banner-text h3{
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size:22px !important;
  margin-bottom: 15px!important;
  margin-top:0px!important;
  color:#191919!important;
  text-transform: none!important;
}
.wfh-statement h3 {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 30px !important;
  margin-bottom: 15px!important;
  margin-top: 0px!important;
  color: #191919!important;
  text-transform: none!important;
}
.wfh-store-overview h3{    
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;  
  font-size:30px;
  margin-bottom: 15px;
  margin-top:0px;
  color:#191919;
  text-transform: none!important;
}

.b2s-campaign-lander-banner-text{
  width: 35%;
  top: 38%;
  margin-left: 25px;
  position: absolute;
  text-align: left;
  z-index: 1;
}

.b2s-campaign-lander-banner-text h3{
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size:27px !important;
  margin-top:0px!important;
  color:white!important;
  text-transform: none!important;
}
.inspiration-link-tall {
  transition: .3s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  width:200px;
}
.inspiration-link-text a {
    color: #595959!important;
    font-size: 14px;
    font-weight: 600!important;
    text-decoration: none!important;
    padding: 15px;
    border: 2px solid #595959;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.inspiration-link-bottom {
    transition: .3s ease;
    opacity: 0;
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
      width:200px;
  }

  .inspiration-link-top {
    transition: .3s ease;
    opacity: 0;
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
      width:200px;
}

@media screen and (max-width: 600px) {
.b2s-product-name{
  font-size:18px;
}

.product-card-retail-price{
font-size:16px!important; 
}

.product-card-sale-price{
font-size:16px!important; 
}

.wfh-campaign-lander-banner-text{
  width: 30%;
  top: 11%;
  margin-left: 25px;
  position: absolute;
  text-align: left;
  z-index: 1;
}
.cm-page-title{
  color:#0A2029;
  text-align: left;
  font-weight: 700;
  text-transform: uppercase; 
  font-size: 10px; 
  letter-spacing:.1em;
  margin-bottom: 0;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin-left: 40px;
  margin-top:50px;
  width:800px;
}

.cm-page-headline{
  color:white;
  text-align: left;
  font-weight: 400; 
  font-size: 36px; 
  letter-spacing:0.01em;
  margin-left: 40px;
  width:800px;
}

.cm-product-details{
  margin:45px 30px 0px 30px!important; 
  text-align: center;
}

.cm-price{
  color:#97C3BA;
  font-weight: 500; 
  font-size: 20px; 
  letter-spacing:0.01em;
  line-height: 1.2;
}

.cm-product-headline{
  color:white;
  font-weight: 500; 
  font-size: 24px; 
  letter-spacing:0.01em;
  line-height: 1.2;
  margin-bottom:20px;
}

.cm-order-now{
  color:#97C3BA;
  font-weight: 500; 
  font-size: 18px; 
  letter-spacing:0.01em;
  line-height: 1.2; 
}

.bf-product-details{
  margin:45px 30px 0px 30px!important; 
  text-align: center;
}

.bf-price{
  color:#97C3BA;
  font-weight: 500; 
  font-size: 20px; 
  letter-spacing:0.01em;
  line-height: 1.2;
}

.bf-product-headline{
  color:white;
  font-weight: 500; 
  font-size: 24px; 
  letter-spacing:0.01em;
  line-height: 1.2;
  margin-bottom:20px;
}

.bf-order-now{
  color:#97C3BA;
  font-weight: 500; 
  font-size: 18px; 
  letter-spacing:0.01em;
  line-height: 1.2; 
}

.solo-product-details{
  margin:0px!important; 
  text-align: center;
  width: 100%;
  padding:50px;
}
.solo-product-prehead{
	font-size: 12px;
}

.solo-price{
  color:#97C3BA;
  font-weight: 500; 
  font-size: 20px; 
  letter-spacing:0.01em;
  line-height: 1.2;
}

.solo-product-headline{
  color:white;
  font-weight: 500; 
  font-size: 24px; 
  letter-spacing:0.01em;
  line-height: 1.2;
  margin-bottom:10px;
}

.solo-order-now{
  color:#97C3BA;
  font-weight: 500; 
  font-size: 18px; 
  letter-spacing:0.01em;
  line-height: 1.2; 
}

.wfh-campaign-lander-banner-text h3{
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size:18px !important;
  margin-bottom: 15px!important;
  margin-top:0px!important;
  color:#191919!important;
  text-transform: none!important;
}
.wfh-statement {
    margin-left: 15px;
    margin-right: 15px;
}

.wfh-statement h3 {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 24px !important;
  margin-bottom: 15px!important;
  margin-top: 0px!important;
  color: #191919!important;
  text-transform: none!important;
}
.wfh-statement  h4{
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight:400;
  font-size:14px;
  margin-top: 10px;
  margin-bottom: 30px;
  line-height: 140%;
  color:#6f6f6f;
}
.wfh-purchase-process h3{
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size:24px;
  margin: 0px;
  text-transform: none!important;
  color: #191919!important;
  font-weight: 500;
  line-height: 110%;
  margin-bottom: 30px;
}

.wfh-store-overview {
    margin-left: 15px;
    margin-right: 15px;
}
.wfh-store-overview h3{    
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;  
  font-size:24px;
  margin-bottom: 15px;
  margin-top:0px;
  color:#191919;
  text-transform: none!important;
}
.wfh-store-overview h4{
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;  
  font-weight:400;
  font-size:14px;
  margin-top: 10px;
  margin-bottom: 0px;
  line-height: 140%;  color:#6f6f6f;

}
.wfh-store-overview  a{
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;  
  color:#6f6f6f;
  text-decoration: underline;
  font-weight:400;
  font-size:14px;
}

.b2s-campaign-lander-banner-text{
  width: 30%;
  top: 38%;
  margin-left: 25px;
  position: absolute;
  text-align: left;
  z-index: 1;
}

.b2s-campaign-lander-banner-text h3{
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size:18px !important;
  margin-bottom: 3px!important;
  margin-top:0px!important;
  color:white!important;
  text-transform: none!important;
}
.inspiration-link-tall {
  transition: .3s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  width:200px;
}
.inspiration-link-text a {
    color: #595959!important;
    font-size: 14px;
    font-weight: 600!important;
    text-decoration: none!important;
    padding: 15px;
    border: 2px solid #595959;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.inspiration-link-bottom {
    transition: .3s ease;
    opacity: 0;
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
      width:200px;
  }

  .inspiration-link-top {
    transition: .3s ease;
    opacity: 0;
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
      width:200px;
}




@media screen and (max-width: 375px) {

.wfh-campaign-lander-banner-text{
  width: 30%;
  top: 4%;
  margin-left: 25px;
  position: absolute;
  text-align: left;
  z-index: 1;
}

.cm-page-title{
  color:#0A2029;
  text-align: left;
  font-weight: 700;
  text-transform: uppercase; 
  font-size: 9px; 
  letter-spacing:.1em;
  margin-bottom: 0;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin-left: 40px;
  margin-top:50px;
  width:160px;
}

.cm-page-headline{
  color:white;
  text-align: left;
  font-weight: 400; 
  font-size: 24px; 
  letter-spacing:0.01em;
  margin-left: 40px;
  width:160px;
}


.cm-header-background{
padding-bottom:110px;
}

.cm-image-overlap{
  margin-top:-110px;
}

.cm-section{
  margin:50px 0 50px 0;
}

.cm-product-details{
  margin:15px 10px 0px 10px!important; 
  text-align: center;
}

.cm-price{
  color:#97C3BA;
  font-weight: 500; 
  font-size: 18px; 
  letter-spacing:0.01em;
  line-height: 1.2;
}

.cm-product-headline{
  color:white;
  font-weight: 500; 
  font-size: 18px; 
  letter-spacing:0.01em;
  line-height: 1.2;
  margin-bottom:10px;
}

.cm-order-now{
  color:#97C3BA;
  font-weight: 500; 
  font-size: 14px; 
  letter-spacing:0.01em;
  line-height: 1.2; 
}

.bf-header-background{
padding-bottom:110px;
}

.bf-image-overlap{
  margin-top:-110px;
}

.bf-section{
  margin:50px 0 50px 0;
}

.bf-product-details{
  margin:15px 10px 0px 10px!important; 
  text-align: center;
}

.bf-price{
  color:#97C3BA;
  font-weight: 500; 
  font-size: 18px; 
  letter-spacing:0.01em;
  line-height: 1.2;
}

.bf-product-headline{
  color:white;
  font-weight: 500; 
  font-size: 18px; 
  letter-spacing:0.01em;
  line-height: 1.2;
  margin-bottom:10px;
}

.bf-order-now{
  color:#97C3BA;
  font-weight: 500; 
  font-size: 14px; 
  letter-spacing:0.01em;
  line-height: 1.2; 
}

.solo-header-background{
padding-bottom:110px;
}

.solo-image-overlap{
  margin-top:-110px;
}

.solo-section{
  margin:50px 0 50px 0;
}

.solo-product-details{
  margin:0px!important; 
  text-align: center;
  width: 100%;
  padding:30px;
}

.solo-price{
  color:#97C3BA;
  font-weight: 500; 
  font-size: 18px; 
  letter-spacing:0.01em;
  line-height: 1.2;
}

.solo-product-headline{
  color:white;
  font-weight: 500; 
  font-size: 18px; 
  letter-spacing:0.01em;
  line-height: 1.2;
  margin-bottom:10px;
}

.solo-order-now{
  color:#97C3BA;
  font-weight: 500; 
  font-size: 14px; 
  letter-spacing:0.01em;
  line-height: 1.2; 
}
