/* breakpoints */

.container {
  max-width: 1251px;
}

@media only screen and (min-width: 768px) {
  .tabs {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    margin: 0 15px 0 15px;
  }
}

@media only screen and (max-width: 991px) {
  .tabs {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    margin: 0 15px 0 15px;
  }
}

.tabs:not(.tabs-content) .desktop-heading {
  position: absolute;
  background: 0 0;
  top: -12.7rem;
  display: none;
  letter-spacing: 0.025em;
  line-height: 2;
  font-size: 1.6rem;
  font-family: 'Open Sans';
  font-weight: 100;
  text-align: left;
  color: rgba(0, 0, 0, 0.8);
}

@media only screen and (min-width: 992px) {
  .tabs:not(.tabs-content) .desktop-heading {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }

  .tabs:not(.tabs-content) .desktop-heading li {
    border-style: none;
    --bg-opacity: 1;
    background-color: #004987;
    background-color: rgba(0, 73, 135, var(--bg-opacity));
    width: -webkit-calc((100% / 2) - 20px);
    width: calc((100% / 2) - 20px);
  }

  .tabs:not(.tabs-content) .desktop-heading li:hover {
    border-style: none;
    background: #003868;
  }

  .tabs:not(.tabs-content) .desktop-heading li > div .field-heading {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
    text-align: center;
    line-height: 11.1rem;
    margin-right: 1.2rem !important;
    font-size: 2.8rem;
  }

  .tabs:not(.tabs-content) .desktop-heading li > div .field-heading:hover {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .tabs:not(.tabs-content) .desktop-heading li.active {
    border-width: 0;
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .tabs:not(.tabs-content) .desktop-heading li.active > div .field-heading {
    --text-opacity: 1;
    color: #004987;
    color: rgba(0, 73, 135, var(--text-opacity));
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .tabs:not(.tabs-content) .desktop-heading li.active:hover {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
    text-decoration: none;
    --text-opacity: 1;
    color: #004987;
    color: rgba(0, 73, 135, var(--text-opacity));
  }
}

.tabs.tabs-content > div .field-heading {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  text-align: center;
  line-height: 3.1rem;
  margin-right: 1.2rem !important;
  font-size: 1.8rem;
}

.tabs.tabs-content > div .field-heading:hover {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.tabs.tabs-content .accordion ul.items {
  margin-left: 0px;
}

.tabs.tabs-content .accordion ul.items .item {
  margin-left: 0px;
}

.tabs.tabs-content .rich-text, .tabs.tabs-content .field-content {
  letter-spacing: 0.025em;
  line-height: 2;
  font-size: 1.6rem;
  font-family: 'Open Sans';
  font-weight: 100;
  text-align: left;
  color: rgba(0, 0, 0, 0.8);
}

.tabs.tabs-content .rich-text sup, .tabs.tabs-content .field-content sup {
  font-size: 75%;
}

.tabs.tabs-content .rich-text table, .tabs.tabs-content .field-content table {
  border: none;
}

.tabs.tabs-content .rich-text table tr td, .tabs.tabs-content .field-content table tr td {
  border: none;
}

.tabs.tabs-content .rich-text p > a, .tabs.tabs-content .field-content p > a {
  --text-opacity: 1 !important;
  color: #004987 !important;
  color: rgba(0, 73, 135, var(--text-opacity)) !important;
}

.tabs.tabs-content .rich-text p > a:hover, .tabs.tabs-content .field-content p > a:hover {
  color: #007bff !important;
}

.tabs.tabs-content .rich-text ul, .tabs.tabs-content .field-content ul {
  margin-left: 2rem;
}

.tabs.tabs-content .rich-text ul li, .tabs.tabs-content .field-content ul li {
  list-style-position: outside;
}

.tabs.tabs-content .rich-text ul li > ul > li, .tabs.tabs-content .field-content ul li > ul > li {
  list-style: circle !important;
}

.tabs.tabs-content .rich-text li, .tabs.tabs-content .field-content li {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}

.tabs.tabs-content .rich-text li img, .tabs.tabs-content .field-content li img {
  float: right;
}

.tabs.tabs-content .rich-text li a, .tabs.tabs-content .field-content li a {
  --text-opacity: 1 !important;
  color: #004987 !important;
  color: rgba(0, 73, 135, var(--text-opacity)) !important;
}

.tabs.tabs-content .rich-text li > a:hover, .tabs.tabs-content .field-content li > a:hover {
  color: #007bff !important;
}

.tabs.tabs-content .desktop-heading {
  display: none;
  margin-left: 0px;
}

@media only screen and (min-width: 992px) {
  .tabs.tabs-content .desktop-heading {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }

  .tabs.tabs-content .desktop-heading li {
    border-style: none;
    --bg-opacity: 1;
    background-color: #004987;
    background-color: rgba(0, 73, 135, var(--bg-opacity));
    --bg-opacity: 0.5;
    width: -webkit-calc((100% / 2));
    width: calc((100% / 2));
  }

  .tabs.tabs-content .desktop-heading li:hover {
    border-style: none;
    background: #003868;
  }

  .tabs.tabs-content .desktop-heading li.active {
    border-width: 0;
    --bg-opacity: 1;
    background-color: #004987;
    background-color: rgba(0, 73, 135, var(--bg-opacity));
  }

  .tabs.tabs-content .desktop-heading li.active > div .field-heading {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .tabs.tabs-content .desktop-heading li.active:hover {
    --bg-opacity: 1;
    background-color: #004987;
    background-color: rgba(0, 73, 135, var(--bg-opacity));
    --bg-opacity: 0.5;
    text-decoration: none;
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }
}

.tabs.bordered .tabs-heading {
  padding-bottom: 0px;
}

.tabs.bordered .tabs-container {
  border: 1px solid #004987;
}

.tabs.bordered .tabs-container .tab {
  margin: 5px;
}

.tabs-container {
  border-style: none;
}
