
.hrs-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.hrs-tabs.tab-vertical{
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  
}


.hrs-tab-content ul, .content-mobile ul {
  list-style: none;
}


.hrs-tab-content li, .content-mobile li  {
  position: relative;
  margin-bottom: 10px;
}

.hrs-tab-content li:before, .content-mobile li:before {
  content: "\2713\0020";
  color: #92278f;
  position: absolute;
  left: -20px;
}


.hrs-tabs__item{
  display: none;
  padding: 0 0 10px;

}

.hrs-tabs__item--active{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

}

.hrs-tabs.tab-vertical .hrs-tab-content-wrapper{
  width: 70%;
}


.hrs-tab-content{
  padding: 20px;
  line-height: 1.3;
}

.hrs-tabs.tab-vertical .hrs-tab-content{
  padding-top: 0;
  
}


.hrs-tabs__nav{
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
}


.hrs-tabs.tab-vertical .hrs-tabs__nav {
  border-bottom: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 30%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
}

.hrs-tabs__nav li{
/*   -webkit-box-flex: 25%;
      -ms-flex: 25%;
          flex: 25%; */
  display: inline-block;
  margin-bottom: 0;
}
.hrs-tabs__navitem{
  text-decoration: none;
  display: block;
  padding: 20px;
  text-align: center;
  font-weight: 600;
  color: #333;
}

.hrs-tabs.tab-vertical .hrs-tabs__navitem{
    text-align: left;
    border-bottom: none;
}

/* fix for hubspot injected div */
.hrs-tabs__navitem *{
  pointer-events: none;
}


@media screen and (min-width: 1113px) {
  .hrs-tabs__navitem{
    padding: 15px;
  }
}

@media screen and (max-width: 992px) {
  .hrs-tabs__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
      margin-bottom: 30px;
      align-items: flex-start;
}

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

  .hrs-tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .hrs-tabs.tab-vertical  {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
  
  .hrs-tabs.tab-vertical .hrs-tabs__nav {
    width: 95%;
  }
  
  .hrs-tabs.tab-vertical .hrs-tab-content-wrapper{
  width: 95%;
}
  .hrs-tabs__navitem {
    padding: 12px;
  }
  
  .hrs-tabs__nav{
    margin-bottom: 30px;
    flex-direction: column;
    align-items: flex-start;
  }
  
  .hrs-tab-content {
    padding: 0;
  }
  
  .hrs-tab-bg {
    padding: 0 !important;
  }
}