.benenden-tab {
  border-bottom: 2px solid;
  margin: 0px; }
  .benenden-tab li {
    text-align: center; }
    .benenden-tab li a {
      padding: 15px;
      font-size: 1.125rem;
      line-height: 1.5rem;
      font-weight: 500;
      border: 0; }
      .benenden-tab li a:focus {
        background: #ffffff;
        outline-offset: 0px; }
      .benenden-tab li a:hover {
        text-decoration: none; }
    .benenden-tab li.redirecting-tab a {
      font-weight: bold; }
    .benenden-tab li.redirecting-tab span.glyphicon {
      top: 3px;
      font-size: 15px;
      opacity: 0.8; }
  .benenden-tab.nav > li > a:hover {
    background-color: transparent; }
  .benenden-tab.nav-tabs > li > a:hover {
    border-color: none; }

.tab-area {
  margin-right: -25px;
  margin-left: -25px; }
  .tab-area .right-arrow {
    top: 0px;
    font-size: 14px;
    margin-left: 2px; }

.tab-content .pods-section.section-outer .generic-pod-container {
  margin-top: 0px; }

.tab-content .pods-section.section-outer .section-inner {
  padding-bottom: 0px; }

@media screen and (max-width: 520px) {
  .tab-container {
    padding-left: 0 !important;
    padding-right: 0 !important; } }

@media screen and (min-width: 950px) and (-webkit-min-device-pixel-ratio: 0) {
  .tab-content .row.bordered.benenden-section {
    margin-right: -13px;
    margin-left: -13px; } }

.tabs-theme.colouredout .benenden-tab {
  border-bottom: 1px solid #ffffff; }

.tabs-theme.colouredout .benenden-tab li {
  color: #ffffff;
  border-right: 1px solid #ffffff;
  background: #007ACC; }
  .tabs-theme.colouredout .benenden-tab li:last-child {
    border-right: none; }
  .tabs-theme.colouredout .benenden-tab li a {
    color: #ffffff;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center; }
    .tabs-theme.colouredout .benenden-tab li a:hover {
      text-decoration: none; }
  .tabs-theme.colouredout .benenden-tab li.active a:hover {
    text-decoration: none;
    color: #007ACC; }
  .tabs-theme.colouredout .benenden-tab li.active.group-white-redesign a.group-white-redesign,
  .tabs-theme.colouredout .benenden-tab li.group-white-redesign a.group-white-redesign {
    color: #17325e; }

.tabs-theme.sticky-tabs .tab-area {
  position: fixed;
  left: 0px;
  right: 0;
  top: 0;
  z-index: 350;
  width: 100%;
  margin: 0; }

.tabs-theme .subtitle:first-child, .tabs-theme .small-subtitle:first-child {
  margin-top: 30px; }

.tabs-theme .left-section .main-pod-title {
  margin-top: 30px; }

.tab-area ul.nav-tabs {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  background: #ffffff;
  padding: 0;
  position: relative;
  display: flex; }

.sticky-tabs .tab-area li:first-child {
  margin-left: 0px; }

.tab-area .nav > li {
  position: static;
  float: none;
  width: 100%;
  display: flex;
  align-items: center; }
  .tab-area .nav > li.hide-item {
    display: none; }
  .tab-area .nav > li.show-item {
    display: block; }

.nav-tabs > li > a {
  width: 100%; }

.site-width .tab-content .pods-section.section-outer {
  margin-top: 20px; }

.site-width .tab-content .themed-button {
  margin-bottom: 20px; }

.site-width .tab-content .pods-section_item .themed-button {
  margin-bottom: 0px; }

.benenden-tab li.hide-tabs, .tab-area-popup, .benenden-tab li.view-all {
  display: none;
  color: #007ACC; }

.tabs-theme.colouredout .benenden-tab li.view-all {
  background: #17325e; }

.tab-area-popup {
  position: fixed;
  background: #ffffff;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  overflow: scroll; }
  .tab-area-popup .close-menu {
    display: block;
    width: 100%;
    text-align: right;
    margin: 10px 0px; }
    .tab-area-popup .close-menu a {
      display: inline-block;
      color: #007ACC;
      font-size: 2.5rem;
      padding-right: 2%; }
  .tab-area-popup .nav-tabs {
    border: none;
    display: block;
    margin: 0 auto;
    width: 98%; }
    .tab-area-popup .nav-tabs > li {
      float: none;
      display: block;
      width: 100%;
      text-align: left;
      margin-bottom: 5px; }
      .tab-area-popup .nav-tabs > li > a {
        border: none;
        padding: 15px;
        font-size: 1rem;
        line-height: 1.5rem; }
        .tab-area-popup .nav-tabs > li > a:hover {
          text-decoration: none; }
        .tab-area-popup .nav-tabs > li > a .right-arrow {
          top: 2px;
          font-size: 14px;
          margin-left: 2px; }
      .tab-area-popup .nav-tabs > li.active > a {
        border: none;
        color: #007ACC; }

@media screen and (max-width: 992px) {
  .tabs-theme.sticky-tabs .tab-area {
    z-index: 1000;
    margin-top: 65px; } }

@media screen and (max-width: 768px) {
  .tab-area ul.nav-tabs {
    z-index: 1000; }
  .benenden-tab li a {
    padding: 10px 5px;
    font-size: 16px; }
  .tab-area .nav:not(.all-visible) > li {
    display: none; }
    .tab-area .nav:not(.all-visible) > li:first-child {
      display: table-cell; }
    .tab-area .nav:not(.all-visible) > li.active:first-child {
      display: table-cell; }
    .tab-area .nav:not(.all-visible) > li.active:first-child + li {
      display: table-cell; }
    .tab-area .nav:not(.all-visible) > li.active {
      display: table-cell; }
    .tab-area .nav:not(.all-visible) > li.view-all {
      display: table-cell; } }
