.tabbed-content {
  background-color: #ffffff;
  padding: 80px 0;
}
.tabbed-content .content-area {
  max-width: 1440px;
  margin: 0 auto;
}
@media (max-width: 800px) {
  .tabbed-content .content-area {
    padding: 0 40px;
  }
}
.tabbed-content .content-area .tab-options {
  position: relative;
}
@media (max-width: 800px) {
  .tabbed-content .content-area .tab-options {
    margin-bottom: 40px;
  }
}
.tabbed-content .content-area .tab-options .bar-holder {
  position: absolute;
  z-index: 0;
  border-radius: 20px;
  background: linear-gradient(90deg, rgb(76, 214, 252) 0%, rgb(2, 166, 210) 100%);
  -webkit-transition: 0.8s all;
  -moz-transition: 0.8s all;
  -ms-transition: 0.8s all;
  -o-transition: 0.8s all;
  transition: 0.8s all;
}
@media (max-width: 800px) {
  .tabbed-content .content-area .tab-options .bar-holder {
    position: relative;
    width: 100%;
    color: #ffffff;
    padding: 8px 15px;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    z-index: 1;
    cursor: pointer;
  }
  .tabbed-content .content-area .tab-options .bar-holder:after {
    position: absolute;
    top: 50%;
    right: 15px;
    content: "\e026";
    font-family: "cuf-icons";
    font-size: 24px;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
.tabbed-content .content-area .tab-options .tab-holder {
  position: relative;
  display: flex;
  width: 100%;
  margin-bottom: 45px;
  overflow-y: auto;
  overflow-x: hidden;
  justify-content: center;
}
.tabbed-content .content-area .tab-options .tab-holder::-ms-clear {
  display: none;
}
.tabbed-content .content-area .tab-options .tab-holder::-webkit-scrollbar-track {
  display: none;
  position: absolute;
  background: transparent !important;
}
.tabbed-content .content-area .tab-options .tab-holder::-webkit-scrollbar {
  height: 6px;
  background: transparent repeat-y !important;
}
.tabbed-content .content-area .tab-options .tab-holder::-webkit-scrollbar-thumb {
  background-color: rgba(102, 102, 102, 0.3);
  opacity: 0.4;
  border-radius: 4px;
}
@media (max-width: 800px) {
  .tabbed-content .content-area .tab-options .tab-holder {
    display: none;
    position: absolute;
    top: 20px;
    z-index: 0;
    background-color: #ffffff;
    padding: 25px 10px 10px;
    -webkit-box-shadow: 0px 7px 13px -1px rgba(0, 0, 0, 0.39);
    -moz-box-shadow: 0px 7px 13px -1px rgba(0, 0, 0, 0.39);
    -ms-box-shadow: 0px 7px 13px -1px rgba(0, 0, 0, 0.39);
    -o-box-shadow: 0px 7px 13px -1px rgba(0, 0, 0, 0.39);
    box-shadow: 0px 7px 13px -1px rgba(0, 0, 0, 0.39);
  }
}
.tabbed-content .content-area .tab-options .tab-holder .tab {
  display: inline-block;
  text-align: center;
  z-index: 1;
}
@media (max-width: 800px) {
  .tabbed-content .content-area .tab-options .tab-holder .tab {
    display: block;
    text-align: left;
  }
}
.tabbed-content .content-area .tab-options .tab-holder .tab .tab-text {
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  color: #6e777e;
  line-height: 1em;
  padding: 12px 12px;
  margin-top: 0px;
  margin-bottom: 0px;
  border-radius: 24px;
  cursor: pointer;
  white-space: nowrap;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: 0.9s all;
  -moz-transition: 0.9s all;
  -ms-transition: 0.9s all;
  -o-transition: 0.9s all;
  transition: 0.9s all;
}
@media (max-width: 800px) {
  .tabbed-content .content-area .tab-options .tab-holder .tab .tab-text {
    font-size: 16px;
    color: black;
    width: 100%;
    border-radius: 0;
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all;
    -ms-transition: 0.4s all;
    -o-transition: 0.4s all;
    transition: 0.4s all;
  }
  .tabbed-content .content-area .tab-options .tab-holder .tab .tab-text:hover {
    background-color: rgba(4, 117, 165, 0.2);
  }
}
.tabbed-content .content-area .tab-options .tab-holder .tab:not(.inactive) .tab-text {
  color: #ffffff;
}
@media (max-width: 800px) {
  .tabbed-content .content-area .tab-options .tab-holder .tab:not(.inactive) .tab-text {
    color: black;
  }
}
.tabbed-content .content-area .tabs-area {
  max-width: 700px;
  margin: 0 auto;
}
.tabbed-content .content-area .tabs-area .tab:not(:first-child) {
  display: none;
}
.tabbed-content .content-area .tabs-area .tab {
  text-align: left;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 26px;
}
@media (max-width: 800px) {
  .tabbed-content .content-area .tabs-area .tab {
    font-size: 16px;
  }
}
.tabbed-content .content-area .tabs-area .paragraph--type--center-site {
  margin-bottom: 10px;
}

/*# sourceMappingURL=tabbed-content.css.map */
