/*********** TABS W3C, BC 25/03/14 *******/
/***************************** Section & Program Tabs ********************************/
.paragraphs-item-sa-tabs > div {
  -ms-grid-column: 2;
  grid-column: 2;
  padding: 20px 0;
}
@media all and (min-width: 46.25rem) and (min-device-width: 46.25rem) {
  .paragraphs-item-sa-tabs > div {
    padding: 40px 0;
  }
}
@media (max-device-width: 50rem) and (min-width: 46.25rem) and (orientation: landscape) {
  .paragraphs-item-sa-tabs > div {
    padding: 40px 0;
  }
}
.paragraphs-item-sa-tabs .page-tabs {
  margin: 0;
  background-image: none;
  border: none;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.paragraphs-item-sa-tabs .page-tabs button {
  font-family: Archivo, Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
  font-style: normal;
  -webkit-font-feature-settings: "pnum" on, "lnum" on;
          font-feature-settings: "pnum" on, "lnum" on;
  font-variation-settings: "wdth" 100;
  font-weight: 600;
  font-size: 1.3125rem;
  padding: 12px 40px;
  text-decoration: none;
  text-shadow: none;
  color: #004853;
  background: #FFFFFF;
  border-radius: 0;
  border: 2px solid #C7C9C7;
  display: inline-block;
  list-style: none;
  position: relative;
  margin: 0 5px 0 0;
  white-space: nowrap;
  line-height: inherit;
}
@media all and (min-width: 80rem) {
  .paragraphs-item-sa-tabs .page-tabs button {
    font-size: 1.4375rem;
  }
}
.paragraphs-item-sa-tabs .page-tabs button:hover, .paragraphs-item-sa-tabs .page-tabs button:focus {
  color: #004853;
  background: #EDEDED;
}
.paragraphs-item-sa-tabs .page-tabs button[aria-selected=true] {
  background: none;
  border-radius: 0;
  border: 2px solid #02CB35;
  color: #004853;
  margin-bottom: 0;
  cursor: text;
}
.paragraphs-item-sa-tabs .page-tabs button[aria-selected=true]:hover, .paragraphs-item-sa-tabs .page-tabs button[aria-selected=true]:focus {
  background: none;
  border: 2px solid #02CB35;
  color: #004853;
}
.paragraphs-item-sa-tabs .paragraphs-item-sa-tab {
  background-color: #FFFFFF !important;
  border-top: 6px solid #02CB35;
  border-bottom: 1px solid #C7C9C7;
  border-left: 1px solid #C7C9C7;
  border-right: 1px solid #C7C9C7;
  display: block;
  padding: 20px;
}
@media all and (min-width: 46.25rem) and (min-device-width: 46.25rem) {
  .paragraphs-item-sa-tabs .paragraphs-item-sa-tab {
    padding: 40px;
  }
}
@media (max-device-width: 50rem) and (min-width: 46.25rem) and (orientation: landscape) {
  .paragraphs-item-sa-tabs .paragraphs-item-sa-tab {
    padding: 40px;
  }
}
@media all and (min-width: 61.25rem) and (min-device-width: 61.25rem) {
  .paragraphs-item-sa-tabs .paragraphs-item-sa-tab {
    padding: 60px;
  }
}
@media all and (max-device-width: 64rem) and (min-width: 64rem) and (orientation: landscape) {
  .paragraphs-item-sa-tabs .paragraphs-item-sa-tab {
    padding: 60px;
  }
}
.paragraphs-item-sa-tabs .paragraphs-item-sa-tab:focus {
  outline: 2px solid #05aefc;
  z-index: 1;
}
.paragraphs-item-sa-tabs .paragraphs-item-sa-tab.hidden {
  width: 100%;
}