/*.experience-firstCol{
    .experience-commerce_assets-tabComponent{
        height: 100%;
    }

}*/
.tab-component {
  background: white;
  padding-bottom: 1rem; }
  @media (max-width: 767.98px) {
    .tab-component {
      background-color: transparent; } }
  @media (min-width: 768px) {
    .tab-component {
      padding-left: 2rem; } }
  .tab-component .nav-tabs {
    border-bottom: none; }
    @media (max-width: 767.98px) {
      .tab-component .nav-tabs {
        background-color: #fff; } }
    @media (min-width: 768px) {
      .tab-component .nav-tabs {
        margin-right: 1.5rem;
        border-bottom: 1px solid rgba(133, 141, 157, 0.3); } }
  .tab-component .nav-item {
    width: 100%;
    border-bottom: 0; }
    .tab-component .nav-item .nav-link {
      position: relative;
      color: #858d9d !important;
      height: 66px;
      display: flex;
      align-items: center;
      border-bottom: 0.125rem solid transparent;
      font-size: 1rem;
      cursor: pointer; }
      .tab-component .nav-item .nav-link:after {
        display: inline-block;
        position: absolute;
        right: 15px;
        color: #0089ff;
        content: "\F078";
        font: normal normal normal 11px/1 FontAwesome;
        transition: 0.3s all; }
      .tab-component .nav-item .nav-link.active {
        background-color: transparent;
        border-bottom: 0.125rem solid #0089ff; }
    @media (min-width: 768px) {
      .tab-component .nav-item:first-child .nav-link {
        padding-left: 0; } }
    @media (max-width: 991.98px) {
      .tab-component .nav-item .nav-link {
        height: 50px; }
      .tab-component .nav-item.active .nav-link:after {
        transform: rotate(180deg); } }
    @media (min-width: 768px) {
      .tab-component .nav-item {
        width: auto;
        border-bottom: none; }
        .tab-component .nav-item .nav-link {
          font-size: 11px;
          color: #0a2240 !important;
          text-transform: uppercase;
          letter-spacing: 1.5px; }
          .tab-component .nav-item .nav-link:after {
            content: ""; } }
  .tab-component li {
    margin-bottom: 12.5px; }
  .tab-component .tab-content {
    padding-right: 1.5rem; }
  .tab-component .tab-pane:not(:last-child) {
    border-bottom: 1px solid rgba(133, 141, 157, 0.3); }
    @media (min-width: 768px) {
      .tab-component .tab-pane:not(:last-child) {
        border-bottom: 0; } }
  @media (max-width: 991.98px) {
    .tab-component .tab-pane {
      width: 100%;
      padding: 0 1rem;
      transition: all 0.3s linear; }
      .tab-component .tab-pane:not(.show) {
        max-height: 0;
        overflow: hidden; }
      .tab-component .tab-pane.show {
        max-height: 2000px; } }
  .tab-component .additional-content {
    background: transparent; }
    .tab-component .additional-content a {
      font-family: bentonsans-bold-webfont;
      text-decoration: none; }
      @media (min-width: 768px) {
        .tab-component .additional-content a:after {
          display: inline-block;
          font: normal normal normal 14px/1 FontAwesome;
          content: "\F054";
          font-size: 10px;
          margin-left: 5px;
          transition: 0.3s all; }
        .tab-component .additional-content a:hover:after {
          margin-left: 10px; } }

.experience-firstCol {
  height: 100% !important; }
  .experience-firstCol .experience-commerce_assets-tabComponent {
    height: 100% !important; }

