#headerRow::before {
    display: block;
    content: 'Need a Live Agent? Text or Call 914.704.3100';
    color: #424141;
    font-weight: bold;
    padding-top: 0.8rem;
    font-size: 0.8rem;
    text-align: right;
}
@media only screen and (max-width: 48em){
  #headerRow::before{
    padding: 0.8rem 0.8rem 0
  }
  .Header__menuOpen.Header__menu{
    top: 13rem
  }
}
/* Hide Follow button and follower count */
.KBProductHeader__infoCont {
  display: none !important;
}

/* Hide the entire TokenWorks Product Support header block */
.HeaderBlock__headerblock {
  display: none !important;
}
/* Hide the Browse button */
.Header__browseTrigger {
  display: none !important;
}
.PlacardBlock__title h2 {
  font-size: 2.0rem !important;
}
.PlacardBlock__title.commonStyles__headerTxt {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.PlacardBlock__cta .Button__button {
  padding-top: .8rem !important;
  padding-bottom: 1rem !important;
  padding-left: 2rem !important;
  padding-right: 2rem !important;
  font-size: 1.7rem !important;
    font-weight: bold;
}
.PlacardBlock__cta {
  display: flex !important;
  justify-content: center !important;
}
