.font-sans-serif {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.font-serif, .font-serif .h1, .font-serif h1, .font-serif .h2, .font-serif h2, .font-serif .h3, .font-serif h3 .h4, .font-serif h4 .h5, .font-serif h5 .h6, .font-serif h6, .font-serif .h1p5 {
  font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif !important;
  font-weight: 700;
}

.h1p5 {
  font-size: 1rem;
}

.display-5 {
  font-size: 2rem;
  font-weight: 700;
}

.display-6 {
  font-size: 1.75rem;
  font-weight: 700;
}

.display-7 {
  font-size: 1.75rem;
  font-weight: 700;
}

.lead {
  font-size: 1.125rem;
}

body {
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

body .body-wrapper {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-top: 85px;
}

body .body-wrapper.body-wrapper--has-pre-header {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-top: 133px;
}

.content--main {
  margin-top: 3rem;
}

.content--main.content--main--flush-top {
  margin-top: 0;
}

@media (max-width: 991.98px) {
  body .body-wrapper {
    margin-top: 80px;
  }
  body .body-wrapper.body-wrapper--has-pre-header {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-top: 110px;
  }
  .content--main {
    margin-top: 1.875rem;
  }
}
@media (min-width: 1200px) {
  .match-container--container-xl--one-half {
    max-width: 600px;
  }
}
.cc--aspect-ratio-box {
  position: relative;
  overflow: hidden;
}

.cc--aspect-ratio-box-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cc--aspect-ratio-box-inner img {
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.cc--aspect-ratio-box-inner.cc--aspect-ratio-box-inner--center-img img, .cc--aspect-ratio-box-inner.cc--aspect-ratio-box-inner--center-img > div {
  width: 100%;
  position: absolute;
  left: 50%;
  right: 0;
  bottom: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.cc--aspect-ratio-box-inner.cc--aspect-ratio-box-inner--center-img.top-offset img, .cc--aspect-ratio-box-inner.cc--aspect-ratio-box-inner--center-img.top-offset > div {
  width: 100%;
  position: absolute;
  left: 50%;
  right: 0;
  bottom: 0;
  top: 24px;
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
}

.cc--aspect-ratio-box.cc--aspect-ratio-box--square::before {
  content: "";
  width: 1px;
  margin-left: -1px;
  float: left;
  height: 0;
  padding-top: 100%;
}

.cc--aspect-ratio-box.cc--aspect-ratio-box--landscape-primary::before {
  content: "";
  width: 1px;
  margin-left: -1px;
  float: left;
  height: 0;
  padding-top: 64.6666666667%;
}

.cc--aspect-ratio-box::after {
  /* to clear float */
  content: "";
  display: table;
  clear: both;
}

.cc--format--section .cc--format--section--heading {
  font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
  font-weight: 700;
}
.cc--format--section .cc--format--section--heading p {
  font-size: 1rem;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  margin-top: 0.5rem;
}
.cc--format--section.cc--format--section--size-1 {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}
@media (max-width: 767.98px) {
  .cc--format--section.cc--format--section--size-1 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.cc--format--section.cc--format--section--size-1 .cc--format--section--heading {
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}
.cc--format--section.cc--format--section--size-1 .cc--format--section--body {
  margin-bottom: 1.5rem;
}
.cc--format--section.cc--format--section--size-1 .cc--format--section--body ul,
.cc--format--section.cc--format--section--size-1 .cc--format--section--body ol,
.cc--format--section.cc--format--section--size-1 .cc--format--section--body dl {
  margin-bottom: 0;
}
.cc--format--section.cc--format--section--size-1 .cc--format--section--body ul li:last-child,
.cc--format--section.cc--format--section--size-1 .cc--format--section--body ul dd:last-child,
.cc--format--section.cc--format--section--size-1 .cc--format--section--body ol li:last-child,
.cc--format--section.cc--format--section--size-1 .cc--format--section--body ol dd:last-child,
.cc--format--section.cc--format--section--size-1 .cc--format--section--body dl li:last-child,
.cc--format--section.cc--format--section--size-1 .cc--format--section--body dl dd:last-child {
  margin-bottom: 0;
}
.cc--format--section.cc--format--section--size-1 .cc--format--section--body .cc--format--section--body--item {
  margin-bottom: 1.5rem;
}
.cc--format--section.cc--format--section--size-1 .cc--format--section--body .cc--format--section--body--item:last-child {
  margin-bottom: 0rem;
}
.cc--format--section.cc--format--section--size-2 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.cc--format--section.cc--format--section--size-2 .cc--format--section--heading {
  font-size: 2.25rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  margin-top: -0.5rem;
}
.cc--format--section.cc--format--section--size-2 .cc--format--section--body {
  margin-bottom: 1.5rem;
}
.cc--format--section.cc--format--section--size-2 .cc--format--section--body ul,
.cc--format--section.cc--format--section--size-2 .cc--format--section--body ol,
.cc--format--section.cc--format--section--size-2 .cc--format--section--body dl {
  margin-bottom: 0;
}
.cc--format--section.cc--format--section--size-2 .cc--format--section--body ul li:last-child,
.cc--format--section.cc--format--section--size-2 .cc--format--section--body ul dd:last-child,
.cc--format--section.cc--format--section--size-2 .cc--format--section--body ol li:last-child,
.cc--format--section.cc--format--section--size-2 .cc--format--section--body ol dd:last-child,
.cc--format--section.cc--format--section--size-2 .cc--format--section--body dl li:last-child,
.cc--format--section.cc--format--section--size-2 .cc--format--section--body dl dd:last-child {
  margin-bottom: 0;
}
.cc--format--section.cc--format--section--size-2 .cc--format--section--body .cc--format--section--body--item {
  margin-bottom: 1.5rem;
}
.cc--format--section.cc--format--section--size-2 .cc--format--section--body .cc--format--section--body--item:last-child {
  margin-bottom: 0rem;
}
.cc--format--section.cc--format--section--size-3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.cc--format--section.cc--format--section--size-3 .cc--format--section--heading {
  font-size: 1.5rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  margin-top: -0.4rem;
}
.cc--format--section.cc--format--section--size-3 .cc--format--section--body {
  margin-bottom: 1.5rem;
}
.cc--format--section.cc--format--section--size-3 .cc--format--section--body ul,
.cc--format--section.cc--format--section--size-3 .cc--format--section--body ol,
.cc--format--section.cc--format--section--size-3 .cc--format--section--body dl {
  margin-bottom: 0;
}
.cc--format--section.cc--format--section--size-3 .cc--format--section--body ul li:last-child,
.cc--format--section.cc--format--section--size-3 .cc--format--section--body ul dd:last-child,
.cc--format--section.cc--format--section--size-3 .cc--format--section--body ol li:last-child,
.cc--format--section.cc--format--section--size-3 .cc--format--section--body ol dd:last-child,
.cc--format--section.cc--format--section--size-3 .cc--format--section--body dl li:last-child,
.cc--format--section.cc--format--section--size-3 .cc--format--section--body dl dd:last-child {
  margin-bottom: 0;
}
.cc--format--section.cc--format--section--size-3 .cc--format--section--body .cc--format--section--body--item {
  margin-bottom: 1.5rem;
}
.cc--format--section.cc--format--section--size-3 .cc--format--section--body .cc--format--section--body--item:last-child {
  margin-bottom: 0rem;
}
.cc--format--section.cc--format--section--size-4 {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}
.cc--format--section.cc--format--section--size-4 .cc--format--section--heading {
  font-size: 1.5rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  margin-top: -0.4rem;
}
.cc--format--section.cc--format--section--size-4 .cc--format--section--body {
  margin-bottom: 1.5rem;
}
.cc--format--section.cc--format--section--size-4 .cc--format--section--body ul,
.cc--format--section.cc--format--section--size-4 .cc--format--section--body ol,
.cc--format--section.cc--format--section--size-4 .cc--format--section--body dl {
  margin-bottom: 0;
}
.cc--format--section.cc--format--section--size-4 .cc--format--section--body ul li:last-child,
.cc--format--section.cc--format--section--size-4 .cc--format--section--body ul dd:last-child,
.cc--format--section.cc--format--section--size-4 .cc--format--section--body ol li:last-child,
.cc--format--section.cc--format--section--size-4 .cc--format--section--body ol dd:last-child,
.cc--format--section.cc--format--section--size-4 .cc--format--section--body dl li:last-child,
.cc--format--section.cc--format--section--size-4 .cc--format--section--body dl dd:last-child {
  margin-bottom: 0;
}
.cc--format--section.cc--format--section--size-4 .cc--format--section--body .cc--format--section--body--item {
  margin-bottom: 1.5rem;
}
.cc--format--section.cc--format--section--size-4 .cc--format--section--body .cc--format--section--body--item:last-child {
  margin-bottom: 0rem;
}
.cc--format--section .cc--format--section--body.cc--format--section--body:last-child {
  margin-bottom: 0rem;
}
.cc--format--section .cc--format--section--body.cc--format--section--body:last-child p:last-child {
  margin-bottom: 0;
}

.cc--bs--fullscreen-grid.cc--bs--fullscreen-grid--2-col .cc--bs--fullscreen-grid--item {
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .cc--bs--fullscreen-grid.cc--bs--fullscreen-grid--2-col .cc--bs--fullscreen-grid--item.cc--bs--fullscreen-grid--item--col-order-1 > .cc--format--section {
    margin-left: auto;
  }
}
@media (max-width: 767.98px) {
  .cc--bs--fullscreen-grid.cc--bs--fullscreen-grid--2-col .cc--bs--fullscreen-grid--item.cc--bs--fullscreen-grid--item--col-order-1 > .cc--format--section {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1200px) {
  .cc--bs--fullscreen-grid.cc--bs--fullscreen-grid--2-col .cc--bs--fullscreen-grid--item.cc--bs--fullscreen-grid--item--col-order-1 {
    padding-right: 5rem;
    padding-left: 5rem;
    margin-right: 0;
  }
}
@media (max-width: 1199.98px) {
  .cc--bs--fullscreen-grid.cc--bs--fullscreen-grid--2-col .cc--bs--fullscreen-grid--item.cc--bs--fullscreen-grid--item--col-order-1 {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .cc--bs--fullscreen-grid.cc--bs--fullscreen-grid--2-col .cc--bs--fullscreen-grid--item.cc--bs--fullscreen-grid--item--col-order-2 > .cc--format--section {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1200px) {
  .cc--bs--fullscreen-grid.cc--bs--fullscreen-grid--2-col .cc--bs--fullscreen-grid--item.cc--bs--fullscreen-grid--item--col-order-2 {
    padding-right: 5rem;
    padding-left: 5rem;
    margin-left: 0;
  }
}
@media (max-width: 1199.98px) {
  .cc--bs--fullscreen-grid.cc--bs--fullscreen-grid--2-col .cc--bs--fullscreen-grid--item.cc--bs--fullscreen-grid--item--col-order-2 {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
.cc--bs--fullscreen-grid.cc--bs--fullscreen-grid--2-col .cc--bs--fullscreen-grid--item.cc--bs--fullscreen-grid--item--col-order-1.row--col--gap-xl, .cc--bs--fullscreen-grid.cc--bs--fullscreen-grid--2-col .cc--bs--fullscreen-grid--item.cc--bs--fullscreen-grid--item--col-order-2.row--col--gap-xl {
  margin-left: auto;
  margin-right: auto;
}

.cc--breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 1.5rem;
}
.cc--breadcrumb ul,
.cc--breadcrumb ul li {
  list-style-type: none;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
.cc--breadcrumb ul a,
.cc--breadcrumb ul li a {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.875rem;
  text-decoration: underline;
}

.cc--format--filter-menu {
  margin-bottom: 1.5rem;
}

.cc--grid-divider {
  overflow-x: hidden;
  position: relative;
}

.cc--grid-divider > [class*=col-]:nth-child(n+2):after {
  content: "";
  background-color: #dee2e6;
  position: absolute;
  top: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  .cc--grid-divider > [class*=col-]:nth-child(n+2):after {
    width: 100%;
    height: 1px;
    left: 0;
    top: -4px;
  }
}
@media (min-width: 768px) {
  .cc--grid-divider > [class*=col-]:nth-child(n+2):after {
    width: 1px;
    height: auto;
    left: -1px;
  }
}

#homepage_feature .cc--format--section.cc--format--section--size-1 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
  /*JUST THE HOMEPAGE*/
}

.stretched-link {
  text-decoration: none;
}
.stretched-link:after {
  z-index: 3;
  text-decoration: none;
}

@media (min-width: 992px) {
  .cc--row--col-border-separate-lg > [class*=col] {
    padding-left: 45px;
    padding-right: 45px;
  }
  .cc--row--col-border-separate-lg > [class*=col]:first-child {
    padding-left: 15px;
  }
  .cc--row--col-border-separate-lg > [class*=col]:last-child {
    padding-right: 15px;
  }
  .cc--row--col-border-separate-lg > [class*=col]:after {
    background: #e6e6e6;
    bottom: 0;
    content: " ";
    right: 0;
    position: absolute;
    width: 1px;
    top: 0;
    display: block;
  }
  .cc--row--col-border-separate-lg > [class*=col]:last-child:after {
    display: none;
  }
}
@media (min-width: 768px) {
  .cc--row--col-border-separate-md > [class*=col] {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cc--row--col-border-separate-md > [class*=col]:first-child {
    padding-left: 15px;
  }
  .cc--row--col-border-separate-md > [class*=col]:last-child {
    padding-right: 15px;
  }
  .cc--row--col-border-separate-md > [class*=col]:after {
    background: #e6e6e6;
    bottom: 0;
    content: " ";
    right: 0;
    position: absolute;
    width: 1px;
    top: 0;
    display: block;
  }
  .cc--row--col-border-separate-md.cc--row--col-border-separate--border-black > [class*=col]:after {
    background: #000000;
    bottom: 0;
    content: " ";
    right: 0;
    position: absolute;
    width: 1px;
    top: 0;
    display: block;
  }
  .cc--row--col-border-separate-md > [class*=col]:last-child:after {
    display: none;
  }
}
@media (min-width: 768px) {
  .cc--set-order .cc--set--order--md--unset {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
  }
}
@media (max-width: 767.98px) {
  .cc--set-order .cc--set-order--xs-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .cc--set-order .cc--set-order--xs-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .cc--set-order .cc--set-order--xs-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.container-xl,
.container-fluid,
.container {
  padding-left: 30px;
  padding-right: 30px;
}

@media (max-width: 991.98px) {
  body.cc--main-nav--open {
    overflow: hidden;
  }
  body.cc--main-nav--open .cc--navbar-main--overlay {
    background-color: rgba(1, 1, 1, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: all;
  }
  body.cc--main-nav--open .navbar-toggler-main {
    display: none;
  }
  body.cc--main-nav--open .body-wrapper.body-wrapper--has-pre-header .navbar-collapse .navbar-collapse--inner,
  body.cc--main-nav--open .body-wrapper.body-wrapper--has-pre-header .header-reveal--abs .navbar-collapse .navbar-collapse--inner {
    top: 0;
  }
}
@media (max-width: 991.98px) {
  .navbar-collapse--inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow: hidden !important;
  }
  .cc-nav-lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 100%;
  }
  .cc-nav-lists .navbar-nav.navbar-nav--left,
  .cc-nav-lists .navbar-nav.navbar-nav--right {
    margin: 0;
  }
  .cc-nav-lists .navbar-nav.navbar-nav--left ul li,
  .cc-nav-lists .navbar-nav.navbar-nav--right ul li {
    padding-left: 24px;
    padding-right: 24px;
  }
  .cc-mobile-nav-toggler.cc-mobile-nav-toggler.cc-mobile-nav-toggler {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 16px;
    margin-right: 16px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    justify-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 16px;
  }
  .cc-mobile-nav-toggler.cc-mobile-nav-toggler.cc-mobile-nav-toggler .navbar-toggler {
    color: rgb(17, 121, 123);
  }
  .cc-mobile-nav-toggler.cc-mobile-nav-toggler.cc-mobile-nav-toggler .navbar-toggler:hover {
    color: rgb(11, 83, 84);
  }
  .navbar.navbar--main.navbar-dark .navbar-collapse .navbar-collapse--inner {
    padding: 0;
    padding-bottom: 110px;
  }
  .navbar.navbar--main.navbar-dark .navbar-collapse .navbar-collapse--inner .navbar-nav.navbar-nav--left.navbar-nav--right,
  .navbar.navbar--main.navbar-dark .navbar-collapse .navbar-collapse--inner .navbar-nav.navbar-nav--left.navbar-nav--left {
    margin: 0 0 0 0;
  }
  .navbar--main.navbar-expand-lg .navbar-nav .nav-item,
  .navbar--main.navbar-expand-lg .navbar-nav .nav-item {
    margin: 0 0 0 0;
  }
  .navbar.navbar--main.navbar-dark .navbar-collapse .navbar-collapse--inner .navbar-nav.navbar-nav--right {
    margin: 0 0 0 0;
  }
}
@media (min-width: 992px) {
  .cc-nav-lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}