/* breakpoints */

.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.container {
  max-width: 1251px;
}

.container-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

@media only screen and (min-width: 1224px) {
  [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
  }
}

.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-mobile-header {
    display: none;
  }
}

.tabs-mobile-header__opener {
  position: relative;
  display: block;
  background-color: #fff;
  width: 100%;
  height: 6.8rem;
}

.tabs-mobile-header__opener-content {
  font-family: Open Sans;
  padding-right: 6.4rem;
  font-size: 1.6rem;
  color: #000;
  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-mobile-header__opener-content.opened {
  padding-top: 1.25rem;
  top: 1.2rem;
}

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

.tabs-mobile-header .icon-down-open-big:before {
  font-family: FontAwesome;
  font-style: normal;
  color: #000;
  position: absolute;
  top: 40%;
  left: 35%;
  content: '\f078';
}

.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-color: #3A3537;
  border-style: solid;
  background-color: #fff;
}

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

.tabs-mobile-header ul li .field-heading {
  font-family: Open Sans;
  font-size: 1.6rem;
  color: #000;
  font-weight: 400;
}

.tabs-mobile-header ul li.active {
  border-style: none;
  background-color: #90cdf4;
}

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

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