@media print {
  .tabs {
    display: none;
  }
}
.tabs--primary {
  margin-bottom: 30px;
}
.tabs__tabs {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tabs__tab {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.tabs__tab-link {
  font-weight: bold;
  line-height: 1em;
  color: #443f3f;
  text-decoration: none;
  padding: 0.75rem 1rem;
  display: block;
  position: relative;
}
.tabs__tab-link:hover, .tabs__tab-link:focus {
  color: #38a3c1;
}
@media (max-width: 767px) {
  .tabs--primary {
    background: #efefef;
  }
  .tabs__tab-link.is-active {
    color: #fff;
    background: #84c9dd;
  }
}
@media (min-width: 768px) {
  .tabs--primary {
    border-bottom: solid #e4e4e4 1px;
  }
  .tabs__tabs {
    margin-bottom: -1px;
  }
  .tabs__tab {
    width: auto;
    max-width: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: initial;
        -ms-flex-positive: initial;
            flex-grow: initial;
  }
  .tabs__tab::after {
    content: "";
    width: 100%;
    height: 3px;
    background: rgba(0, 0, 0, 0);
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .tabs__tab.is-active::after {
    background: #84c9dd;
  }
  .tabs__tab:hover::after, .tabs__tab:focus::after {
    background: #38a3c1;
  }
  .tabs__tab + .tabs__tab {
    margin-left: 50px;
  }
  .tabs__tab-link {
    padding: 0.5rem 0 0.75rem;
  }
}

.block-local-tasks-block {
  clear: both;
}
/*# sourceMappingURL=tabs.css.map */
