.section-background.section-tabs-wrapper .sticky-nav-tabs-container--top-first {
  position: fixed;
  top: 60px;
}
@media (min-width: 1200px) {
  .section-background.section-tabs-wrapper .sticky-nav-tabs-container--top-first {
    top: 88px;
  }
}
.section-background.section-tabs-wrapper .sticky-nav-tabs-container--top-second {
  position: fixed;
  top: 0px;
  z-index: 99999;
}
.section-background.section-tabs-wrapper .system-picker-for-tabs {
  padding: 20px 20px !important;
  border: none !important;
  width: 100% !important;
}
.section-background.section-tabs-wrapper .system-picker-for-tabs .title-picker {
  padding: 0px !important;
  border: none !important;
}
.section-background.section-tabs-wrapper .system-picker-for-tabs .title-picker:after {
  display: none;
}
.section-background.section-tabs-wrapper .system-picker-for-tabs .chosen-tab-title {
  display: none;
}
.section-background.section-tabs-wrapper .system-picker-for-tabs .title-picker::after {
  display: none;
}
.section-background.section-tabs-wrapper .system-sticky-tabs {
  display: none;
  position: relative;
  width: 100%;
  margin: 0px auto 56px;
  background-color: #fff;
  z-index: 100;
  padding: 0px;
  border-bottom: 1px solid #E5E5E5;
}
.section-background.section-tabs-wrapper .system-sticky-tabs .sticky-wrapper {
  max-width: 1200px;
  margin: 0px auto;
  position: relative;
  border-bottom: none;
  display: flex;
  flex-direction: row;
  padding: 0 30px;
}
.section-background.section-tabs-wrapper .system-sticky-tabs .sticky-wrapper .tab-item {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
  padding: 22px 0px;
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  cursor: pointer;
  color: #627684;
  font-family: "Din2014", "Helvetica Neue", Helvetica, Arial, sans-serif;
  flex-grow: 1;
  flex-basis: 0;
  line-height: 20px;
}
@media (min-width: 768px) {
  .section-background.section-tabs-wrapper .system-sticky-tabs .sticky-wrapper .tab-item {
    padding: 22px 0px;
    margin: 0 30px 0 0;
  }
}
@media (min-width: 1200px) {
  .section-background.section-tabs-wrapper .system-sticky-tabs .sticky-wrapper .tab-item {
    padding: 22px 0px;
    margin: 0 30px 0 0;
  }
}
.section-background.section-tabs-wrapper .system-sticky-tabs .sticky-wrapper .tab-item.active {
  color: #4a4a4a;
  border-bottom: 1px solid #232E35;
}
.section-background.section-tabs-wrapper .system-sticky-tabs .sticky-wrapper .tab-item:hover {
  color: #4a4a4a;
}
.section-background.section-tabs-wrapper .system-sticky-tabs .sticky-wrapper .sticky-cta-button {
  padding: 12px 24px;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 1.68px;
  text-transform: uppercase;
  margin-top: 12px;
  visibility: hidden;
}
.section-background.section-tabs-wrapper .system-sticky-tabs .sticky-wrapper .sticky-cta-button.forest {
  background-color: #05A369;
  color: #ffffff;
}
.section-background.section-tabs-wrapper .system-sticky-tabs .sticky-wrapper .sticky-cta-button.forest:hover, .section-background.section-tabs-wrapper .system-sticky-tabs .sticky-wrapper .sticky-cta-button.forest:focus {
  background-color: #0D642D;
}
.section-background.section-tabs-wrapper .system-sticky-tabs .sticky-wrapper.tabletWrapper {
  margin: 0;
}
.section-background.section-tabs-wrapper .system-sticky-tabs .sticky-wrapper.tabletWrapper .tab-item {
  padding-left: 0;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .section-background.section-tabs-wrapper .system-sticky-tabs .sticky-wrapper {
    overflow-x: auto;
    white-space: nowrap;
    overflow-y: hidden;
    border-bottom: none;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .section-background.section-tabs-wrapper .system-sticky-tabs {
    display: block;
    position: sticky;
    padding: 0 21px;
    border-bottom: none;
  }
}
@media (min-width: 992px) {
  .section-background.section-tabs-wrapper .system-sticky-tabs {
    display: block;
  }
}
.section-background.section-tabs-wrapper .system-sticky-tabs.container {
  max-width: none;
}
.section-background.section-tabs-wrapper .sticky-nav-tabs-container--top-first {
  position: fixed;
  top: 88px;
  z-index: 100;
  left: 0;
  right: 0;
}
@media (max-width: 1199px) {
  .section-background.section-tabs-wrapper .sticky-nav-tabs-container--top-first {
    position: sticky;
    top: 60px;
  }
}
.section-background.section-tabs-wrapper .sticky-nav-tabs-container--top-first .sticky-cta-button {
  visibility: visible !important;
}
.section-background.section-tabs-wrapper .sticky-nav-tabs-container--top-second {
  position: fixed;
  top: 88px;
  z-index: 99999;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section-background.section-tabs-wrapper .system-picker-for-tabs {
  padding: 20px 20px !important;
  border: none !important;
  width: 100% !important;
}
.section-background.section-tabs-wrapper .system-picker-for-tabs .title-picker {
  padding: 0px !important;
  border: none !important;
}
.section-background.section-tabs-wrapper .system-picker-for-tabs .title-picker:after {
  display: none;
}
.section-background.section-tabs-wrapper .system-picker-for-tabs .chosen-tab-title {
  display: none;
}
.section-background.section-tabs-wrapper .system-picker-for-tabs .title-picker::after {
  display: none;
}
.section-background.section-tabs-wrapper .paragraph--type--section-tabs {
  padding: 0;
}
.section-background.section-tabs-wrapper .paragraph--type--section-tabs .virtual-region-left {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}
.section-background.section-tabs-wrapper .paragraph--type--section-tabs .field--name-field-cp-title {
  display: none;
}

@media (min-width: 768px) {
  .page-node-type-ecg .header {
    position: fixed;
    top: 0px;
    transition: all 0.5s ease-in-out;
  }
}
.page-node-type-ecg .spa-header--move-up {
  -webkit-transform: translateY(-75px);
  transform: translateY(-75px);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.select2-container--default .select2-selection--single {
  border-radius: 0px;
  padding: 20px 25px;
  height: 52px;
  outline: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 12px;
  font-weight: bold;
  padding: 0px;
}

.select2-dropdown {
  border-radius: 0px;
  margin-top: 0px;
}

.select2-results__option {
  padding: 20px 25px;
  line-height: 12px;
  font-weight: bold;
  margin-left: 0px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  text-decoration: underline;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: unset;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 52px;
  position: absolute;
  top: 0;
  right: 15px;
  width: 20px;
  background: url("../../images/ChevronDown.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-width: 10px 8px 0 8px;
  border-color: #313538 transparent transparent transparent;
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-width: 0px 8px 10px 8px;
  border-color: transparent transparent #313538 transparent;
}

.paragraph--type--section-tabs {
  display: none;
}
@media (min-width: 768px) {
  .paragraph--type--section-tabs {
    display: block;
  }
}
.paragraph--type--section-tabs .desktop-layer {
  display: block;
}
.paragraph--type--section-tabs .mobile-layer {
  display: none;
}
@media (max-width: 1199px) {
  .paragraph--type--section-tabs .desktop-layer {
    display: none;
  }
  .paragraph--type--section-tabs .mobile-layer {
    display: block;
  }
}

.active-picker.paragraph--type--section-tabs {
  display: block;
}
@media (min-width: 768px) {
  .active-picker.paragraph--type--section-tabs {
    display: block;
  }
}

.section-tabs-wrapper .sticky-wrapper.fade {
  display: block !important;
  opacity: 1 !important;
}

.fade.paragraph--type--section-tabs {
  display: none !important;
}
.fade.paragraph--type--section-tabs.active-picker {
  display: block !important;
  opacity: 1 !important;
}

.system-picker-for-tabs {
  display: none !important;
}
@media (max-width: 767px) {
  .system-picker-for-tabs {
    display: block !important;
  }
}