/* breakpoints */

.container {
  max-width: 1251px;
}

.tabs:not(.tabs-content) .tabs-mobile-header {
  position: absolute;
  border-style: none;
  left: 1.6rem;
  right: 1.6rem;
  width: -webkit-calc(100% - 2em);
  width: calc(100% - 2em);
  top: -11.2rem;
  border: none;
  padding: 3.4rem 0;
  padding-top: 1rem;
  z-index: 400;
}

@media only screen and (min-width: 992px) {
  .tabs:not(.tabs-content) .tabs-mobile-header {
    display: none;
  }
}

.tabs:not(.tabs-content) .tabs-mobile-header__opener {
  position: relative;
  display: block;
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  width: 100%;
  height: 6.8rem;
}

.tabs:not(.tabs-content) .tabs-mobile-header__opener-content {
  font-family: Open Sans;
  padding-right: 6.4rem;
  font-size: 1.6rem;
  --text-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--text-opacity));
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
  padding-left: 1.5rem;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 400;
  top: 2.3rem;
}

.tabs:not(.tabs-content) .tabs-mobile-header__opener-content.opened {
  padding-top: 1.25rem;
  top: 1.2rem;
}

.tabs:not(.tabs-content) .tabs-mobile-header .icon-down-open-big {
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  border-width: 0;
  width: 5.5rem;
}

.tabs:not(.tabs-content) .tabs-mobile-header .icon-down-open-big:before {
  font-family: FontAwesome;
  font-style: normal;
  --text-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--text-opacity));
  position: absolute;
  top: 40%;
  left: 35%;
  content: '\f078';
}

.tabs:not(.tabs-content) .tabs-mobile-header ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-width: 1px;
  --border-opacity: 1;
  border-color: #3A3537;
  border-color: rgba(58, 53, 55, var(--border-opacity));
  border-style: solid;
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
}

.tabs:not(.tabs-content) .tabs-mobile-header ul li {
  background-color: transparent;
  border-style: none;
}

.tabs:not(.tabs-content) .tabs-mobile-header ul li .field-heading {
  font-family: Open Sans;
  font-size: 1.6rem;
  --text-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--text-opacity));
  font-weight: 400;
}

.tabs:not(.tabs-content) .tabs-mobile-header ul li.active {
  border-style: none;
  --bg-opacity: 1;
  background-color: #90cdf4;
  background-color: rgba(144, 205, 244, var(--bg-opacity));
}

.tabs.tabs-content .tabs-mobile-header {
  width: -webkit-calc(100% - 2em);
  width: calc(100% - 2em);
  padding: 3.4rem 0;
  padding-top: 1rem;
  z-index: 400;
}

.tabs.tabs-content .tabs-mobile-header ul {
  margin-left: 0px;
}

@media only screen and (min-width: 992px) {
  .tabs.tabs-content .tabs-mobile-header {
    display: none;
  }
}

.tabs.tabs-content .tabs-mobile-header__opener {
  position: relative;
  display: block;
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  width: 100%;
  border-width: 1px;
  border-style: solid;
  height: 6.8rem;
  border-color: #004987;
}

.tabs.tabs-content .tabs-mobile-header__opener-content {
  font-family: Open Sans;
  padding-right: 6.4rem;
  font-size: 1.6rem;
  --text-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--text-opacity));
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
  padding-left: 1.5rem;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 400;
  top: 2.3rem;
}

.tabs.tabs-content .tabs-mobile-header__opener-content.opened {
  padding-top: 1.25rem;
  top: 1.2rem;
}

.tabs.tabs-content .tabs-mobile-header .icon-down-open-big {
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  border-width: 0;
  width: 5.5rem;
}

.tabs.tabs-content .tabs-mobile-header .icon-down-open-big:before {
  font-family: FontAwesome;
  font-style: normal;
  --text-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--text-opacity));
  position: absolute;
  top: 40%;
  left: 35%;
  content: '\f078';
}

.tabs.tabs-content .tabs-mobile-header ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-width: 1px;
  --border-opacity: 1;
  border-color: #3A3537;
  border-color: rgba(58, 53, 55, var(--border-opacity));
  border-style: solid;
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
}

.tabs.tabs-content .tabs-mobile-header ul li {
  background-color: transparent;
  border-style: none;
}

.tabs.tabs-content .tabs-mobile-header ul li .field-heading {
  font-family: Open Sans;
  font-size: 1.6rem;
  --text-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--text-opacity));
  font-weight: 400;
}

.tabs.tabs-content .tabs-mobile-header ul li.active {
  border-style: none;
  background: #004987;
  color: white !important;
}

ul.tabs-heading .closed > li {
  display: none;
}

.tabs-heading li .component.content {
  padding-left: 0.5rem;
}
