.tabbed-section__navigation {
  font-size: .83333em;
  text-align: center;
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 2em
}

.tabbed-section__img {
  text-align: center;
}
.tabbed-section__img img {
  max-width: 100%;
  height: auto !important;
}
.tabbed-section__link {
  border: 1.5px solid #000 !important;
  padding: 15px !important;
  color: inherit;
  border-radius: 6px;
  min-width: 150px;
  margin: .5em .75em;
}
.tabbed-section__link--active,
.tabbed-section__link:hover {
  border-color: var(--button-border-hover-color,var(--button-border-color,var(--button-background-hover-color,var(--button-background-color)))) !important;
  color: var(--button-text-hover-color,var(--button-text-color)) !important;
  background-color: var(--button-background-hover-color,var(--button-background-color)) !important;
}

@media(max-width: 799px) {
  .tabbed-section__link {
    min-width: 100px;
    margin: .25em .25em;
  }
}

.tabbed-section__tab {
  display: none
}

.tabbed-section__wrapper.row-fluid {
  flex-wrap: wrap;
}
.tabbed-section__wrapper.row-fluid > .span12 {
  margin-left: 0 !important;
}
.tabbed-features .tabbed-section__column {
  width: 100% !important;
}
.tabbed-section__text {
  margin-bottom: 2em;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-width: 950px;
}
.tabbed-section__column.span12 {
  padding-top: 0 !important;
}

.tabbed-section__img img {
  /*max-height: calc(100vh - 90px);*/
  width: 100%;
}

{#
@media(min-width: 800px) {
  .tabbed-section__tab--even-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }

  .tabbed-section__tab--even-columns .tabbed-section__wrapper {
    margin-top: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .tabbed-section__tab--even-columns .tabbed-section__wrapper+.tabbed-section__wrapper {
    margin-left: 5.2631578947%
  }
}

@media(min-width: 800px) {
  .tabbed-section__tab--even-text-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }

  .tabbed-section__tab--even-text-columns .tabbed-section__column {
    margin-top: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0
  }

  .tabbed-section__tab--even-text-columns .tabbed-section__column+.tabbed-section__column {
    margin-left: 5.2631578947%
  }
}
#}
.tabbed-section__tab+.tabbed-section__tab {
  margin-top: 0
}

.tabbed-section__tab--active {
  display: block
}

{#
@media(min-width: 800px) {
  .tabbed-section__tab--active.tabbed-section__tab--even-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}
#}