/****************
 * Fonts
 ****************/
/****************
 * Colors
 ****************/
/* 1. Primary */
/*2. Secondary*/
/*3. Neutral*/
/*3. Semantic*/
/* Bootstrap overrides */
/****************
 * Grid Settings
 ****************/
/**************
 * Buttons
 **************/
/****************
 * Blocks
 ****************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  color: #01202E;
}

.block-tabs {
  overflow: hidden;
}

.block-img-comp + .block-tabs {
  margin-top: 2.5rem;
}

@media (min-width: 768px) {
  .block-img-comp + .block-tabs {
    margin-top: 5rem;
  }
}

.tabs__link-list {
  overflow-x: auto;
  margin: 0 0 1.25rem !important;
  white-space: nowrap;
}

.tabs__link-list:before, .tabs__link-list:after {
  content: '';
  display: table;
}

.tabs__link-list:after {
  clear: both;
}

@media (min-width: 768px) {
  .tabs__link-list {
    padding: 0 !important;
    margin: 0 0 1.75rem !important;
  }
}

.tabs__link-list li {
  margin-bottom: 0.25rem !important;
}

.tabs__link-list li::before {
  content: none !important;
}

.tabs__link-list-wrapper {
  position: relative;
}

.tabs__link-list-wrapper .header-tab {
  padding-bottom: 2.125rem;
  padding-top: 2.125rem;
}

.tabs__link-list-wrapper.has-scroll::before {
  display: block;
}

.tabs__link {
  margin: 0;
  display: inline-block;
  float: none;
  border-bottom: 1px solid #e1e1e1;
}

.tabs__link a {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 1px;
  font-family: canada-type-gibson, sans-serif;
  font-weight: 300;
  position: relative;
  display: block;
  padding: 1rem 1.25rem;
  transition: color 0.3s ease-in-out;
  text-align: center;
  text-decoration: none;
  font-weight: normal;
  text-transform: uppercase;
  color: #01202E;
}

@media (min-width: 576px) {
  .tabs__link a {
    min-width: 200px;
  }
}

.tabs__link a:focus, .tabs__link a:hover {
  color: #038391;
}

.tabs__link a:after {
  position: absolute;
  right: auto;
  bottom: -1px;
  left: 0;
  display: block;
  width: 0;
  height: 2px;
  content: '';
  transition: all 0.3s ease-in-out;
  background-color: #038391;
}

.tabs__link.active a::after {
  width: 100%;
}

.tabs__tab-content {
  position: static;
  visibility: visible;
  transition: opacity 0.3s ease-in-out;
  opacity: 1;
}

.tabs__tab-content:not(.active) {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  left: -9999px;
}

.tabs__divider {
  background: #b3b3b3;
  height: 1px;
  font-size: 0;
  overflow: hidden;
  margin-top: 2.9375rem;
}

@media (min-width: 768px) {
  .tabs__divider {
    margin-top: 4.9375rem;
  }
}

.tab-head-wrap {
  position: relative;
}

@media (max-width: 767px) {
  .tab-head-wrap {
    margin: 0 -20px;
  }
  .tab-head-wrap .tab-head:before, .tab-head-wrap .tab-head:after {
    content: '';
    display: table;
  }
  .tab-head-wrap .tab-head:after {
    clear: both;
  }
}

.tab-head-wrap.has-scroll:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 70px;
  content: '';
  background-image: linear-gradient(270deg, #fffcf2 0%, rgba(255, 252, 242, 0) 100%);
}
