@charset "UTF-8";
/* Magnific Popup –has to come above dialogs because it might get called from a dialog*/
/* stylelint-disable selector-class-pattern, value-no-vendor-prefix, property-no-vendor-prefix */
/* Magnific Popup CSS */
.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.2s ease-in-out;
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  opacity: 0;
  transform: scale(0.8);
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.15s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.15s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.mfp-bg {
  background: #0b0b0b;
  filter: alpha(opacity=80);
  height: 100%;
  left: 0;
  opacity: 0.8;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2100;
}

.mfp-wrap {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none !important;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2200;
}

.mfp-container {
  box-sizing: border-box;
  height: 100%;
  left: 0;
  padding: 0 8px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
}

.mfp-container::before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container::before {
  display: none;
}

.mfp-content {
  display: inline-block;
  margin: 0 auto;
  position: relative;
  text-align: left;
  vertical-align: middle;
  z-index: 2400;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  cursor: auto;
  width: 100%;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #ccc;
  left: 8px;
  margin-top: -0.8em;
  position: absolute;
  right: 8px;
  text-align: center;
  top: 50%;
  width: auto;
  z-index: 2300;
}

.mfp-preloader a {
  color: #ccc;
}

.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  -webkit-appearance: none;
  background: transparent;
  border: 0;
  box-shadow: none;
  cursor: pointer;
  display: block;
  outline: none;
  overflow: visible;
  padding: 0;
  touch-action: manipulation;
  z-index: 2400;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.mfp-close {
  color: #fff;
  font-family: Arial, Baskerville, monospace;
  font-size: 28px;
  font-style: normal;
  height: 44px;
  line-height: 44px;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  position: absolute;
  right: 0;
  text-align: center;
  text-decoration: none;
  top: 0;
  width: 44px;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  padding-right: 6px;
  right: -6px;
  text-align: right;
  width: 100%;
}

.mfp-counter {
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  position: absolute;
  right: 0;
  top: 0;
  white-space: nowrap;
}

.mfp-arrow {
  height: 110px;
  margin: 0;
  margin-top: -55px;
  opacity: 0.65;
  padding: 0;
  position: absolute;
  -webkit-tap-highlight-color: transparent;
  top: 50%;
  width: 90px;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow::before,
.mfp-arrow::after {
  border: medium inset transparent;
  content: "";
  display: block;
  height: 0;
  left: 0;
  margin-left: 35px;
  margin-top: 35px;
  position: absolute;
  top: 0;
  width: 0;
}

.mfp-arrow::after {
  border-bottom-width: 13px;
  border-top-width: 13px;
  top: 8px;
}

.mfp-arrow::before {
  border-bottom-width: 21px;
  border-top-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left::after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}

.mfp-arrow-left::before {
  border-right: 27px solid #3f3f3f;
  margin-left: 25px;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right::after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}

.mfp-arrow-right::before {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-bottom: 40px;
  padding-top: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  max-width: 900px;
  width: 100%;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
  width: 100%;
}

.mfp-iframe-scaler iframe {
  background: #000;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/* Main image in popup */
img.mfp-img {
  box-sizing: border-box;
  display: block;
  height: auto;
  line-height: 0;
  margin: 0 auto;
  max-width: 100%;
  padding: 40px 0;
  width: auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure::after {
  background: #444;
  bottom: 40px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  content: "";
  display: block;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 40px;
  width: auto;
  z-index: -1;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  cursor: auto;
  left: 0;
  margin-top: -36px;
  position: absolute;
  top: 100%;
  width: 100%;
}

.mfp-title {
  color: #f3f3f3;
  line-height: 18px;
  padding-right: 36px;
  text-align: left;
  word-wrap: break-word;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure::after {
    bottom: 0;
    top: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    box-sizing: border-box;
    margin: 0;
    padding: 3px 5px;
    position: fixed;
    top: auto;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    background: rgba(0, 0, 0, 0.6);
    height: 35px;
    line-height: 35px;
    padding: 0;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    width: 35px;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    transform-origin: 0;
  }
  .mfp-arrow-right {
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
div.ccm-lightbox-popup-white {
  background-color: white;
  border-radius: 10px;
  margin: 0 auto;
  max-width: 600px;
  padding: 20px 60px 20px 20px;
  position: relative;
}

.ccm-block-gallery a {
  position: relative;
}
.ccm-block-gallery .ccm-block-gallery-image-overlay,
.ccm-block-gallery .ccm-block-gallery-image-overlay-color,
.ccm-block-gallery .ccm-block-gallery-image-overlay-text {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.ccm-block-gallery .ccm-block-gallery-image-overlay {
  opacity: 0;
  transition: opacity 0.3s;
}
.ccm-block-gallery .ccm-block-gallery-image-overlay-color {
  background-color: rgba(13, 110, 253, 0.8);
}
.ccm-block-gallery .ccm-block-gallery-image-overlay-text {
  align-items: center;
  color: white;
  display: flex;
  flex-direction: column;
  font-weight: bold;
  justify-content: center;
}
.ccm-block-gallery .ccm-block-gallery-image {
  padding-top: calc(3.125rem + 22.5vw);
  cursor: pointer;
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media (min-width: 1200px) {
  .ccm-block-gallery .ccm-block-gallery-image {
    padding-top: 20rem;
  }
}
.ccm-block-gallery img {
  bottom: -9999px;
  height: 100%;
  left: -9999px;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  right: -9999px;
  top: -9999px;
  width: 100%;
}
.ccm-block-gallery a:hover .ccm-block-gallery-image-overlay {
  opacity: 1;
}

/* stylelint-disable selector-class-pattern */
/*! http://responsiveslides.com v1.55 by @viljamis */
.rslides {
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
}

.rslides > li {
  backface-visibility: hidden;
  display: none;
  left: 0;
  margin-bottom: 0 !important;
  position: absolute;
  top: 0;
  width: 100%;
}

.rslides > li:first-child {
  display: block;
  float: left;
  position: relative;
}

.rslides img {
  border: 0;
  display: block;
  float: left;
  height: auto;
  width: 100%;
}

.rslides_nav {
  background: transparent url("data:image/gif;base64,R0lGODlhTAA9AMQAABAQEDAwMO/v78/Pz7+/v39/f6+vr1BQUCAgIGBgYJ+fn0BAQN/f33BwcI+Pj////wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAAAAAAALAAAAABMAD0AAAXkICSOZGmeaKqubOu+cCzPdG3feK7vfO//wKBwSCwaj8ikcslsOp/QqHRKrVqv2Fog4NsiAYTHY8ALPwiAImAgFi90gfY4PVTIyTuzWDEsyAUIPAACcgVBCXIPbz1xcgk/AYRthj8Nf1yCkmIGQnZtAnQ6eg8MoT9rcgQ7jW2YQqxirjeDcg5Efp+mNweJj0G8cgc9uGICsjyRhT+eYqU+qG2cp2zRPsxzQbSTPJafga+aD984CImLQ4itOuVtvkULBgTCOwcGBvNZ+fr7/P3+/wADChxIsKDBgwgTKlzIsKFDKSEAADs=") no-repeat left top;
  height: 61px;
  left: 0;
  margin-top: -45px;
  opacity: 0.7;
  overflow: hidden;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-decoration: none;
  top: 50%;
  width: 38px;
  z-index: 99;
}

.rslides_tabs {
  padding-bottom: 10px;
  padding-left: 0;
  padding-top: 0;
}

.rslides_tabs li {
  display: inline-block;
  list-style-type: none;
  margin-right: 5px;
}

.rslides_tabs li.rslides_here a {
  background: #333;
}

.rslides_tabs li a {
  background: #ccccc9;
  border-radius: 30px;
  display: inline-block;
  height: 15px;
  margin-right: 10px;
  overflow: hidden;
  text-indent: -9999px;
  width: 15px;
}

.rslides_nav.next {
  background-position: right top;
  left: auto;
  right: 0;
}

/*! http://responsiveslides.com v1.54 by @viljamis */
.ccm-image-slider {
  position: relative;
}

.ccm-image-slider-text {
  clear: both;
  padding-top: 1rem;
}

.ccm-image-slider-title {
  margin-bottom: 1rem;
}

.rslides {
  margin: 0 auto;
}

a.mega-link-overlay {
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 20;
}

div.ccm-block-hero-image {
  min-height: 50vh;
  position: relative;
}
div.ccm-block-hero-image div.ccm-block-hero-image-text,
div.ccm-block-hero-image div.ccm-block-hero-image-cover {
  height: 50vh;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
div.ccm-block-hero-image div.ccm-block-hero-image-text {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
div.ccm-block-hero-image div.ccm-block-hero-image-cover {
  z-index: 2;
}
div.ccm-block-hero-image div.ccm-block-hero-image-text {
  z-index: 3;
}
div.ccm-block-hero-image div.ccm-block-hero-image-image {
  background-position: center center;
  background-size: cover;
  height: 50vh;
  z-index: 1;
}

/* montserrat-regular - latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("/application/themes/elccu/css/fonts/montserrat-v23-latin-regular.woff2") format("woff2"), url("/application/themes/elccu/css/fonts/montserrat-v23-latin-regular.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  font-display: swap;
}
/* montserrat-500 - latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  src: local(""), url("/application/themes/elccu/css/fonts/montserrat-v23-latin-500.woff2") format("woff2"), url("/application/themes/elccu/css/fonts/montserrat-v23-latin-500.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  font-display: swap;
}
/* montserrat-700 - latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: local(""), url("/application/themes/elccu/css/fonts/montserrat-v23-latin-700.woff2") format("woff2"), url("/application/themes/elccu/css/fonts/montserrat-v23-latin-700.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  font-display: swap;
}
/* nunito-sans-300 - latin */
@font-face {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 300;
  src: local(""), url("/application/themes/elccu/css/fonts/nunito-sans-v11-latin-300.woff2") format("woff2"), url("/application/themes/elccu/css/fonts/nunito-sans-v11-latin-300.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  font-display: swap;
}
/* nunito-sans-regular - latin */
@font-face {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("/application/themes/elccu/css/fonts/nunito-sans-v11-latin-regular.woff2") format("woff2"), url("/application/themes/elccu/css/fonts/nunito-sans-v11-latin-regular.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  font-display: swap;
}
/* nunito-sans-600 - latin */
@font-face {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 600;
  src: local(""), url("/application/themes/elccu/css/fonts/nunito-sans-v11-latin-600.woff2") format("woff2"), url("/application/themes/elccu/css/fonts/nunito-sans-v11-latin-600.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  font-display: swap;
}
/* nunito-sans-700 - latin */
@font-face {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 700;
  src: local(""), url("/application/themes/elccu/css/fonts/nunito-sans-v11-latin-700.woff2") format("woff2"), url("/application/themes/elccu/css/fonts/nunito-sans-v11-latin-700.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  font-display: swap;
}
/**
 * Various tweaks that make the edit mode experience more seamless
 */
.ccm-ui {
  --bs-blue: #0097a9 !important;
  --bs-green: #7a9a01 !important;
  --bs-red: #dc3545 !important;
  --bs-orange: #dc4405 !important;
  --bs-purple: #512a44 !important;
}

.cke_editable table td {
  border: 1px solid #ddd;
}

.ccm-page .autonav-post-sidebar li {
  list-style: none;
  margin: 0 1em 0.2em;
}
.ccm-page .side-nav {
  padding-bottom: 0.5em;
}
.ccm-page .side-nav.bg-light-grey {
  background: rgb(248.2, 248.2, 248.2) !important;
}
.ccm-page .side-nav h3 {
  background: #eee;
  font-size: 1.4rem;
}
.ccm-page .side-nav h3 a {
  color: #0097a9;
}
.ccm-page .side-nav h3 a:hover {
  color: rgb(0, 128.2159763314, 143.5);
}
.ccm-page .side-nav ul {
  padding-left: 0;
  margin-left: 0.5em;
}
.ccm-page .side-nav ul ul {
  margin-top: 0.4em;
}
.ccm-page .side-nav li {
  text-indent: -0.5em;
  margin-left: 0.75em;
}
.ccm-page .side-nav li > a {
  font-weight: 400;
  color: #555;
}
.ccm-page .side-nav li > a:before {
  display: inline-block;
  content: " ";
  width: 0.5em;
}
.ccm-page .side-nav li > a:hover {
  color: #007d8c;
}
.ccm-page .side-nav li > a.nav-path-selected {
  color: #0097a9;
  font-weight: 700;
  background: rgb(248.2, 248.2, 248.2) !important;
}
.ccm-page .side-nav li > a.nav-has-children:before {
  content: "+";
}
.ccm-page .side-nav li > a.nav-has-children.nav-path-selected:before {
  content: "-";
}
.ccm-page .side-nav-btn a {
  font-size: 1.1rem;
  font-weight: 400;
  color: #244c5a;
}
.ccm-page .side-nav-btn a:hover {
  background: #eee;
}
.ccm-page .ccm-block-accordion {
  margin-top: 0.8em;
  padding-top: 0.5em;
  margin-bottom: 1em;
}
.ccm-page .ccm-block-accordion .panel + .panel {
  margin-top: -1px;
}
.ccm-page .ccm-block-accordion .accordion-item {
  background: transparent;
  border: none;
  padding: 0;
}
.ccm-page .ccm-block-accordion .accordion-header {
  background: transparent;
  padding: 0;
  position: relative;
  display: block;
  outline: none;
  text-decoration: none;
}
.ccm-page .ccm-block-accordion .accordion-header:hover {
  background: rgb(243.1, 243.1, 243.1);
}
.ccm-page .ccm-block-accordion .accordion-header .accordion-button {
  background: transparent;
  border-bottom: 1px dashed #0097a9;
  color: #0097a9;
  padding: 1.1rem 1.55rem 0.4rem;
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  .ccm-page .ccm-block-accordion .accordion-header .accordion-button {
    font-size: 1.5rem;
  }
}
.ccm-page .ccm-block-accordion .accordion-header .accordion-button::after {
  position: absolute;
  left: 0;
  top: 0.85em;
  transition-duration: 0.2s;
  transform: rotate(-90deg);
}
.ccm-page .ccm-block-accordion .accordion-header .accordion-button:not(.collapsed) {
  background: none;
}
.ccm-page .ccm-block-accordion .accordion-header .accordion-button:not(.collapsed)::after {
  color: #0097a9;
  transform: rotate(0deg);
}
.ccm-page .ccm-block-accordion .accordion-header .accordion-button:focus {
  box-shadow: none;
}
.ccm-page .ccm-block-accordion .accordion-body {
  padding: 1rem 1.55rem;
}
.ccm-page .border-wrapper h2.border-wrapper-title + .ccm-block-accordion {
  margin-top: 0;
  margin-bottom: 1.5em;
}
.ccm-page div.ccm-block-banner-image {
  margin-bottom: 1.2em;
  min-height: 200px;
  height: 30vh;
  position: relative;
}
@media (min-width: 576px) {
  .ccm-page div.ccm-block-banner-image {
    min-height: 300px;
  }
}
@media (min-width: 768px) {
  .ccm-page div.ccm-block-banner-image {
    min-height: 350px;
  }
}
@media (min-width: 992px) {
  .ccm-page div.ccm-block-banner-image {
    height: 50vh;
    min-height: 500px;
  }
}
@media (min-width: 1400px) {
  .ccm-page div.ccm-block-banner-image {
    height: 66vh;
    min-height: 600px;
  }
}
@media (min-width: 1600px) {
  .ccm-page div.ccm-block-banner-image {
    min-height: 700px;
  }
}
@media (min-width: 2500px) {
  .ccm-page div.ccm-block-banner-image {
    min-height: 800px;
  }
}
.ccm-page div.ccm-block-banner-image div.banner-image-wrapper {
  top: 8vh;
  width: 100%;
  position: relative;
  z-index: 2;
  text-align: center;
}
@media (min-width: 992px) {
  .ccm-page div.ccm-block-banner-image div.banner-image-wrapper {
    top: 14vh;
  }
}
@media (min-width: 1400px) {
  .ccm-page div.ccm-block-banner-image div.banner-image-wrapper {
    top: 17vh;
  }
}
@media (min-width: 1600px) {
  .ccm-page div.ccm-block-banner-image div.banner-image-wrapper {
    top: 20vh;
  }
}
@media (min-width: 1920px) {
  .ccm-page div.ccm-block-banner-image div.banner-image-wrapper {
    top: 17vh;
  }
}
.ccm-page div.ccm-block-banner-image div.banner-image-wrapper.align-left .banner-image-content {
  left: 3em;
}
@media (min-width: 1920px) {
  .ccm-page div.ccm-block-banner-image div.banner-image-wrapper.align-left .banner-image-content {
    left: 10em;
  }
}
@media (min-width: 2500px) {
  .ccm-page div.ccm-block-banner-image div.banner-image-wrapper.align-left .banner-image-content {
    left: 13em;
  }
}
.ccm-page div.ccm-block-banner-image div.banner-image-wrapper.align-right .banner-image-content {
  right: 3em;
}
@media (min-width: 1920px) {
  .ccm-page div.ccm-block-banner-image div.banner-image-wrapper.align-right .banner-image-content {
    right: 10em;
  }
}
@media (min-width: 2500px) {
  .ccm-page div.ccm-block-banner-image div.banner-image-wrapper.align-right .banner-image-content {
    right: 13em;
  }
}
.ccm-page div.ccm-block-banner-image div.banner-image-wrapper .banner-image-content {
  display: inline-block;
}
@media (min-width: 768px) {
  .ccm-page div.ccm-block-banner-image div.banner-image-wrapper .banner-image-content {
    position: absolute;
  }
}
.ccm-page div.ccm-block-banner-image div.banner-image-image {
  background-position: center center;
  background-size: cover;
  z-index: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.ccm-page div.ccm-block-banner-image div.banner-image-image:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url("/application/themes/elccu/img/white-aurora.png");
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 2;
}
.ccm-page div.ccm-block-banner-image .banner-image-content {
  color: #f8f9fa;
}
.ccm-page div.ccm-block-banner-image .banner-image-content h1 {
  color: #f8f9fa;
  font-size: calc(1.305rem + 0.66vw);
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .ccm-page div.ccm-block-banner-image .banner-image-content h1 {
    font-size: 1.8rem;
  }
}
@media (min-width: 1200px) {
  .ccm-page div.ccm-block-banner-image .banner-image-content h1 {
    font-size: calc(1.345rem + 1.14vw);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .ccm-page div.ccm-block-banner-image .banner-image-content h1 {
    font-size: 2.2rem;
  }
}
@media (min-width: 1600px) {
  .ccm-page div.ccm-block-banner-image .banner-image-content h1 {
    font-size: calc(1.385rem + 1.62vw);
  }
}
@media (min-width: 1600px) and (min-width: 1200px) {
  .ccm-page div.ccm-block-banner-image .banner-image-content h1 {
    font-size: 2.6rem;
  }
}
@media (min-width: 2500px) {
  .ccm-page div.ccm-block-banner-image .banner-image-content h1 {
    font-size: calc(1.425rem + 2.1vw);
  }
}
@media (min-width: 2500px) and (min-width: 1200px) {
  .ccm-page div.ccm-block-banner-image .banner-image-content h1 {
    font-size: 3rem;
  }
}
.ccm-page div.ccm-block-banner-image .banner-image-content h2 {
  color: rgb(204.7, 249.6426035503, 255);
  font-size: calc(1.255rem + 0.06vw);
}
@media (min-width: 1200px) {
  .ccm-page div.ccm-block-banner-image .banner-image-content h2 {
    font-size: 1.3rem;
  }
}
@media (min-width: 1200px) {
  .ccm-page div.ccm-block-banner-image .banner-image-content h2 {
    font-size: calc(1.285rem + 0.42vw);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .ccm-page div.ccm-block-banner-image .banner-image-content h2 {
    font-size: 1.6rem;
  }
}
@media (min-width: 1920px) {
  .ccm-page div.ccm-block-banner-image .banner-image-content h2 {
    font-size: calc(1.305rem + 0.66vw);
  }
}
@media (min-width: 1920px) and (min-width: 1200px) {
  .ccm-page div.ccm-block-banner-image .banner-image-content h2 {
    font-size: 1.8rem;
  }
}
@media (min-width: 2500px) {
  .ccm-page div.ccm-block-banner-image .banner-image-content h2 {
    font-size: calc(1.325rem + 0.9vw);
  }
}
@media (min-width: 2500px) and (min-width: 1200px) {
  .ccm-page div.ccm-block-banner-image .banner-image-content h2 {
    font-size: 2rem;
  }
}
.ccm-page .container-wide .border-wrapper {
  max-width: calc(1600px - 6rem);
}
.ccm-page .container .border-wrapper {
  max-width: calc(1320px - 6rem);
}
.ccm-page .border-wrapper-outer {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (max-width: 991.98px) {
  .ccm-page .row > [class^=col] .row > [class^=col] > .border-wrapper-outer,
  .ccm-page .row > [class^=col] .row > [class*=" col"] > .border-wrapper-outer,
  .ccm-page .row > [class*=" col"] .row > [class^=col] > .border-wrapper-outer,
  .ccm-page .row > [class*=" col"] .row > [class*=" col"] > .border-wrapper-outer {
    margin-bottom: -3em;
  }
}
.ccm-page .container-wide .border-wrapper-outer,
.ccm-page .container .border-wrapper-outer {
  padding-left: 0;
  padding-right: 0;
}
.ccm-page .border-wrapper {
  border: 1px solid #adb5bd;
  border-radius: 7px;
  margin: 3.5em auto 1em;
  padding: 1.7em 2em;
  max-width: 1320px;
  max-width: calc(1320px - 3rem);
}
.ccm-page .border-wrapper > .container {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 1320px) {
  .ccm-page .border-wrapper {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
}
.ccm-page .border-wrapper > :first-child {
  margin-top: 0;
}
.ccm-page .border-wrapper > :last-child {
  margin-bottom: 0;
}
.ccm-page .border-wrapper .row > div :first-child {
  margin-top: 0;
}
.ccm-page .border-wrapper .row > div :last-child {
  margin-bottom: 0;
}
.ccm-page .border-wrapper.border-filled {
  padding: 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-radius: 0.5rem;
}
.ccm-page .border-wrapper .border-wrapper-title {
  background: #fff;
  display: table;
  margin: -0.5em 0 0.3em -0.65em;
  padding: 0 0.4em;
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  .ccm-page .border-wrapper .border-wrapper-title {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .ccm-page .border-wrapper .border-wrapper-title {
    margin: -1.4em 0 0 -0.5em;
  }
}
.ccm-page .border-wrapper .border-wrapper-title + * {
  margin-top: 15px;
}
.ccm-page .border-wrapper h3.border-wrapper-title {
  margin: -0.5em 0 0.3em -0.65em;
}
@media (min-width: 992px) {
  .ccm-page .border-wrapper h3.border-wrapper-title {
    margin: -1.6em 0 0 -0.5em;
  }
}
.ccm-page .border-wrapper .border-wrapper-has-title {
  padding-top: 0;
}
.ccm-page .border-wrapper.border-primary {
  border-color: #0097a9;
}
.ccm-page .border-wrapper.border-primary a,
.ccm-page .border-wrapper.border-primary .btn div.accordion .panel .panel-heading a {
  color: #0097a9;
}
.ccm-page .border-wrapper.border-primary a:hover,
.ccm-page .border-wrapper.border-primary .btn div.accordion .panel .panel-heading a:hover {
  color: rgb(0, 105.4319526627, 118);
}
.ccm-page .border-wrapper.border-primary .border-wrapper-title {
  color: #0097a9;
}
.ccm-page .border-wrapper.primary-fill {
  background-color: #0097a9;
  border-color: #0097a9;
}
.ccm-page .border-wrapper.primary-fill p, .ccm-page .border-wrapper.primary-fill li, .ccm-page .border-wrapper.primary-fill h1, .ccm-page .border-wrapper.primary-fill h2, .ccm-page .border-wrapper.primary-fill h3, .ccm-page .border-wrapper.primary-fill h4, .ccm-page .border-wrapper.primary-fill h5, .ccm-page .border-wrapper.primary-fill h6 {
  color: #fff;
}
.ccm-page .border-wrapper.border-secondary {
  border-color: #7a9a01;
}
.ccm-page .border-wrapper.border-secondary a,
.ccm-page .border-wrapper.border-secondary .btn div.accordion .panel .panel-heading a {
  color: #7a9a01;
}
.ccm-page .border-wrapper.border-secondary a:hover,
.ccm-page .border-wrapper.border-secondary .btn div.accordion .panel .panel-heading a:hover {
  color: rgb(81.8580645161, 103.3290322581, 0.6709677419);
}
.ccm-page .border-wrapper.border-secondary .border-wrapper-title {
  color: #7a9a01;
}
.ccm-page .border-wrapper.secondary-fill {
  background-color: #7a9a01;
  border-color: #7a9a01;
}
.ccm-page .border-wrapper.secondary-fill p, .ccm-page .border-wrapper.secondary-fill li, .ccm-page .border-wrapper.secondary-fill h1, .ccm-page .border-wrapper.secondary-fill h2, .ccm-page .border-wrapper.secondary-fill h3, .ccm-page .border-wrapper.secondary-fill h4, .ccm-page .border-wrapper.secondary-fill h5, .ccm-page .border-wrapper.secondary-fill h6 {
  color: #fff;
}
.ccm-page .border-wrapper.border-green {
  border-color: #7a9a01;
}
.ccm-page .border-wrapper.border-green a,
.ccm-page .border-wrapper.border-green .btn div.accordion .panel .panel-heading a {
  color: #7a9a01;
}
.ccm-page .border-wrapper.border-green a:hover,
.ccm-page .border-wrapper.border-green .btn div.accordion .panel .panel-heading a:hover {
  color: rgb(81.8580645161, 103.3290322581, 0.6709677419);
}
.ccm-page .border-wrapper.border-green .border-wrapper-title {
  color: #7a9a01;
}
.ccm-page .border-wrapper.green-fill {
  background-color: #7a9a01;
  border-color: #7a9a01;
}
.ccm-page .border-wrapper.green-fill p, .ccm-page .border-wrapper.green-fill li, .ccm-page .border-wrapper.green-fill h1, .ccm-page .border-wrapper.green-fill h2, .ccm-page .border-wrapper.green-fill h3, .ccm-page .border-wrapper.green-fill h4, .ccm-page .border-wrapper.green-fill h5, .ccm-page .border-wrapper.green-fill h6 {
  color: #fff;
}
.ccm-page .border-wrapper.border-blue {
  border-color: #0097a9;
}
.ccm-page .border-wrapper.border-blue a,
.ccm-page .border-wrapper.border-blue .btn div.accordion .panel .panel-heading a {
  color: #0097a9;
}
.ccm-page .border-wrapper.border-blue a:hover,
.ccm-page .border-wrapper.border-blue .btn div.accordion .panel .panel-heading a:hover {
  color: rgb(0, 105.4319526627, 118);
}
.ccm-page .border-wrapper.border-blue .border-wrapper-title {
  color: #0097a9;
}
.ccm-page .border-wrapper.blue-fill {
  background-color: #0097a9;
  border-color: #0097a9;
}
.ccm-page .border-wrapper.blue-fill p, .ccm-page .border-wrapper.blue-fill li, .ccm-page .border-wrapper.blue-fill h1, .ccm-page .border-wrapper.blue-fill h2, .ccm-page .border-wrapper.blue-fill h3, .ccm-page .border-wrapper.blue-fill h4, .ccm-page .border-wrapper.blue-fill h5, .ccm-page .border-wrapper.blue-fill h6 {
  color: #fff;
}
.ccm-page .border-wrapper.border-dark-teal {
  border-color: #244c5a;
}
.ccm-page .border-wrapper.border-dark-teal a,
.ccm-page .border-wrapper.border-dark-teal .btn div.accordion .panel .panel-heading a {
  color: #244c5a;
}
.ccm-page .border-wrapper.border-dark-teal a:hover,
.ccm-page .border-wrapper.border-dark-teal .btn div.accordion .panel .panel-heading a:hover {
  color: rgb(62.2285714286, 131.3714285714, 155.5714285714);
}
.ccm-page .border-wrapper.border-dark-teal .border-wrapper-title {
  color: #244c5a;
}
.ccm-page .border-wrapper.dark-teal-fill {
  background-color: #244c5a;
  border-color: #244c5a;
}
.ccm-page .border-wrapper.dark-teal-fill p, .ccm-page .border-wrapper.dark-teal-fill li, .ccm-page .border-wrapper.dark-teal-fill h1, .ccm-page .border-wrapper.dark-teal-fill h2, .ccm-page .border-wrapper.dark-teal-fill h3, .ccm-page .border-wrapper.dark-teal-fill h4, .ccm-page .border-wrapper.dark-teal-fill h5, .ccm-page .border-wrapper.dark-teal-fill h6 {
  color: #fff;
}
.ccm-page .border-wrapper.border-purple {
  border-color: #512a44;
}
.ccm-page .border-wrapper.border-purple a,
.ccm-page .border-wrapper.border-purple .btn div.accordion .panel .panel-heading a {
  color: #512a44;
}
.ccm-page .border-wrapper.border-purple a:hover,
.ccm-page .border-wrapper.border-purple .btn div.accordion .panel .panel-heading a:hover {
  color: rgb(47.4146341463, 24.5853658537, 39.8048780488);
}
.ccm-page .border-wrapper.border-purple .border-wrapper-title {
  color: #512a44;
}
.ccm-page .border-wrapper.purple-fill {
  background-color: #512a44;
  border-color: #512a44;
}
.ccm-page .border-wrapper.purple-fill p, .ccm-page .border-wrapper.purple-fill li, .ccm-page .border-wrapper.purple-fill h1, .ccm-page .border-wrapper.purple-fill h2, .ccm-page .border-wrapper.purple-fill h3, .ccm-page .border-wrapper.purple-fill h4, .ccm-page .border-wrapper.purple-fill h5, .ccm-page .border-wrapper.purple-fill h6 {
  color: #fff;
}
.ccm-page .border-wrapper.border-orange {
  border-color: #dc4405;
}
.ccm-page .border-wrapper.border-orange a,
.ccm-page .border-wrapper.border-orange .btn div.accordion .panel .panel-heading a {
  color: #dc4405;
}
.ccm-page .border-wrapper.border-orange a:hover,
.ccm-page .border-wrapper.border-orange .btn div.accordion .panel .panel-heading a:hover {
  color: rgb(170.1333333333, 52.5866666667, 3.8666666667);
}
.ccm-page .border-wrapper.border-orange .border-wrapper-title {
  color: #dc4405;
}
.ccm-page .border-wrapper.orange-fill {
  background-color: #dc4405;
  border-color: #dc4405;
}
.ccm-page .border-wrapper.border-dark-orange {
  border-color: #b93b1e;
}
.ccm-page .border-wrapper.border-dark-orange a,
.ccm-page .border-wrapper.border-dark-orange .btn div.accordion .panel .panel-heading a {
  color: #b93b1e;
}
.ccm-page .border-wrapper.border-dark-orange a:hover,
.ccm-page .border-wrapper.border-dark-orange .btn div.accordion .panel .panel-heading a:hover {
  color: rgb(141.1162790698, 45.0046511628, 22.8837209302);
}
.ccm-page .border-wrapper.border-dark-orange .border-wrapper-title {
  color: #b93b1e;
}
.ccm-page .border-wrapper.dark-orange-fill {
  background-color: #b93b1e;
  border-color: #b93b1e;
}
.ccm-page .border-wrapper.border-light-grey {
  border-color: #eee;
}
.ccm-page .border-wrapper.border-light-grey a,
.ccm-page .border-wrapper.border-light-grey .btn div.accordion .panel .panel-heading a {
  color: #eee;
}
.ccm-page .border-wrapper.border-light-grey a:hover,
.ccm-page .border-wrapper.border-light-grey .btn div.accordion .panel .panel-heading a:hover {
  color: rgb(212.5, 212.5, 212.5);
}
.ccm-page .border-wrapper.border-light-grey .border-wrapper-title {
  color: #eee;
}
.ccm-page .border-wrapper.light-grey-fill {
  background-color: #eee;
  border-color: #eee;
}
.ccm-page .border-wrapper.border-dark-grey {
  border-color: #555;
}
.ccm-page .border-wrapper.border-dark-grey a,
.ccm-page .border-wrapper.border-dark-grey .btn div.accordion .panel .panel-heading a {
  color: #555;
}
.ccm-page .border-wrapper.border-dark-grey a:hover,
.ccm-page .border-wrapper.border-dark-grey .btn div.accordion .panel .panel-heading a:hover {
  color: rgb(59.5, 59.5, 59.5);
}
.ccm-page .border-wrapper.border-dark-grey .border-wrapper-title {
  color: #555;
}
.ccm-page .border-wrapper.dark-grey-fill {
  background-color: #555;
  border-color: #555;
}
.ccm-page .border-wrapper.dark-grey-fill p, .ccm-page .border-wrapper.dark-grey-fill li, .ccm-page .border-wrapper.dark-grey-fill h1, .ccm-page .border-wrapper.dark-grey-fill h2, .ccm-page .border-wrapper.dark-grey-fill h3, .ccm-page .border-wrapper.dark-grey-fill h4, .ccm-page .border-wrapper.dark-grey-fill h5, .ccm-page .border-wrapper.dark-grey-fill h6 {
  color: #fff;
}
.ccm-page .border-wrapper.light-grey-fill {
  background-color: #eee;
  border-color: #eee;
}
.ccm-page .border-wrapper-edit-mode-label {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}
.ccm-page .col-lg-4 .border-wrapper ul {
  padding-left: 1.2em;
}
.ccm-page .center nav .breadcrumb {
  justify-content: center;
}
.ccm-page .breadcrumb {
  margin-bottom: 1.5em;
  margin-top: -0.4em;
}
.ccm-page .breadcrumb li {
  margin-bottom: 0;
}
.ccm-page .light-grey-background {
  background: #eee;
  border-radius: 0.5rem;
  padding: 1.5rem;
}
.ccm-page .light-grey-background > :first-child {
  margin-top: 0;
  padding-top: 0;
}
.ccm-page .light-grey-background > :last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.ccm-page .light-grey-background .text-green {
  color: rgb(113.9716129032, 143.8658064516, 0.9341935484) !important;
}
.ccm-page .dark-teal-checklist {
  --accent-color: var(--bs-dark-teal);
}
.ccm-page .blue-checklist {
  --accent-color: var(--bs-blue);
}
.ccm-page .green-checklist {
  --accent-color: var(--bs-green);
}
.ccm-page .purple-checklist {
  --accent-color: var(--bs-purple);
}
.ccm-page .orange-checklist {
  --accent-color: var(--bs-orange);
}
.ccm-page .contained-content {
  max-width: 875px;
}
.ccm-page .references-content p {
  margin-left: 2em;
  text-indent: -2em;
}
.ccm-page .cover-page {
  position: relative;
}
.ccm-page .cover-page img {
  position: relative;
  z-index: 1;
  width: 100%;
}
.ccm-page .cover-page .content-wrapper {
  position: relative;
  margin-top: -4em;
  z-index: 2;
}
@media (min-width: 576px) {
  .ccm-page .cover-page .content-wrapper {
    margin-top: -7em;
  }
}
.ccm-page .cover-page div.content {
  background-color: var(--accent-color);
}
.ccm-page .cover-page div.content p, .ccm-page .cover-page div.content li, .ccm-page .cover-page div.content h1, .ccm-page .cover-page div.content h2, .ccm-page .cover-page div.content h3, .ccm-page .cover-page div.content h4, .ccm-page .cover-page div.content h5, .ccm-page .cover-page div.content h6 {
  color: #fff;
}
.ccm-page .cover-page svg {
  width: 100%;
}
.ccm-page .double-circle-images {
  min-height: 385px;
  overflow: hidden;
  position: relative;
}
.ccm-page .double-circle-images img {
  border: 4px solid #fff;
  border-radius: 50%;
  position: absolute;
}
.ccm-page .double-circle-images .image-1 {
  left: 0;
  max-width: 310px;
  top: 0;
}
@media (max-width: 475px) {
  .ccm-page .double-circle-images .image-1 {
    max-width: 250px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .ccm-page .double-circle-images .image-1 {
    max-width: 275px;
  }
}
.ccm-page .double-circle-images .image-2 {
  left: 225px;
  max-width: 200px;
  top: 175px;
}
@media (max-width: 475px) {
  .ccm-page .double-circle-images .image-2 {
    max-width: 165px;
    top: 165px;
    left: 145px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .ccm-page .double-circle-images .image-2 {
    max-width: 175px;
    top: 165px;
    left: 160px;
  }
}
.ccm-page .double-circle-images.alternate-side .image-1 {
  right: 0;
  left: auto;
}
.ccm-page .double-circle-images.alternate-side .image-2 {
  right: 225px;
  left: auto;
}
@media (max-width: 475px) {
  .ccm-page .double-circle-images.alternate-side .image-2 {
    right: 145px;
    left: auto;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .ccm-page .double-circle-images.alternate-side .image-2 {
    right: 160px;
    left: auto;
  }
}
.ccm-page .feature-link {
  position: relative;
}
.ccm-page .feature-link:hover {
  background-color: rgb(220.15, 220.15, 220.15) !important;
}
.ccm-page .feature-link h2 {
  font-size: calc(1.275rem + 0.3vw);
  font-weight: bold;
}
@media (min-width: 1200px) {
  .ccm-page .feature-link h2 {
    font-size: 1.5rem;
  }
}
.ccm-page .feature-link h2.text-green {
  color: rgb(113.9716129032, 143.8658064516, 0.9341935484) !important;
}
.ccm-page .feature-link p {
  font-weight: 600;
}
.ccm-page .feature-link a {
  font-size: 1.19rem;
}
.ccm-page .feature-link .btn {
  color: #fff;
  border-radius: 10px;
  padding: 0.1em 0.75em;
}
.ccm-page .feature-link .btn-outline-blue {
  color: #0097a9;
}
.ccm-page .feature-link .btn-outline-dark-teal {
  color: #244c5a;
}
.ccm-page .feature-link .btn-outline-green {
  color: rgb(113.9716129032, 143.8658064516, 0.9341935484);
}
.ccm-page .feature-link .btn-outline-purple {
  color: #512a44;
}
.ccm-page .feature-link .btn-outline-orange {
  color: #dc4405;
}
.ccm-page .feature-link-contain .feature-link {
  max-width: 450px;
  margin: inherit auto;
}
@media (min-width: 992px) {
  .ccm-page .feature-link-contain .feature-link {
    margin-left: 0;
    margin-right: 0;
  }
}
.ccm-page .feature-link-right-align {
  display: flex;
  justify-content: center;
}
@media (min-width: 992px) {
  .ccm-page .feature-link-right-align {
    justify-content: flex-end;
  }
}
.ccm-page .bg-light-grey.feature-link .link {
  background: transparent !important;
}
.ccm-page figure img {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.ccm-page figure li {
  margin-bottom: 0.2em;
}
.ccm-page figure figcaption p, .ccm-page figure figcaption ol li, .ccm-page figure figcaption ul li {
  font-size: 0.95rem;
}
.ccm-page .file-plus {
  max-width: 15.5em;
  position: relative;
}
.ccm-page .file-plus:hover img {
  opacity: 0.8;
}
.ccm-page .file-plus:hover a {
  color: rgb(0, 105.4319526627, 118);
}
.ccm-page .file-plus img {
  background: #fff;
  transition-duration: 0.2s;
}
.ccm-page .file-plus p {
  font-size: 1rem;
  margin-top: 0.2em;
}
.ccm-page .file-plus p a {
  color: rgb(0, 130.4943786982, 146.05);
  transition-duration: 0.2s;
}
.ccm-page .file-plus.file-plus-center {
  text-align: center;
}
.ccm-page .file-plus.file-plus-center img {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.4em;
}
.ccm-page .fileset-file-plus.fileset-file-plus-center .file-plus {
  text-align: center;
}
.ccm-page .formatted-content-five-items-in-circle {
  max-width: 1000px;
  margin: 0 auto;
  transform-origin: center center;
  position: relative;
}
@media (min-width: 768px) {
  .ccm-page .formatted-content-five-items-in-circle {
    padding: 5.5em;
    overflow: hidden;
    display: block;
  }
}
@media (min-width: 992px) {
  .ccm-page .formatted-content-five-items-in-circle {
    padding: 4.2em;
  }
}
@media (min-width: 1200px) {
  .ccm-page .formatted-content-five-items-in-circle {
    padding: 5em;
  }
}
.ccm-page .formatted-content-five-items-in-circle .item {
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .ccm-page .formatted-content-five-items-in-circle .item {
    border-color: var(--accent-color);
    border-width: 1.8em;
    box-sizing: border-box;
    float: left;
    width: 50%;
    padding-bottom: calc(50% - 1.8em);
    position: relative;
    height: 0;
  }
}
@media (min-width: 992px) {
  .ccm-page .formatted-content-five-items-in-circle .item {
    border-width: 2em;
    padding-bottom: calc(50% - 2em);
  }
}
.ccm-page .formatted-content-five-items-in-circle .content {
  background-color: var(--accent-color);
  border-radius: 50%;
  border: 2px solid #fff;
  padding: 0.25em;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
  height: 185px;
  width: 185px;
}
@media (min-width: 768px) {
  .ccm-page .formatted-content-five-items-in-circle .content {
    position: absolute;
    z-index: 2;
    height: 200px;
    width: 200px;
  }
}
@media (min-width: 1200px) {
  .ccm-page .formatted-content-five-items-in-circle .content {
    height: 225px;
    width: 225px;
  }
}
.ccm-page .formatted-content-five-items-in-circle .content h3, .ccm-page .formatted-content-five-items-in-circle .content h3 a {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0em 0.2em;
}
@media (min-width: 1200px) {
  .ccm-page .formatted-content-five-items-in-circle .content h3, .ccm-page .formatted-content-five-items-in-circle .content h3 a {
    font-size: 1.4rem;
  }
}
@media (min-width: 768px) {
  .ccm-page .formatted-content-five-items-in-circle .item-has-link .content:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0);
    z-index: 1;
    border-radius: 50%;
    transition: all 0.2s ease-in-out;
  }
  .ccm-page .formatted-content-five-items-in-circle .item-has-link .content:hover:before {
    background-color: rgba(0, 0, 0, 0.2);
  }
  .ccm-page .formatted-content-five-items-in-circle .item-1 {
    border-top-left-radius: 100%;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    transform-origin: bottom right;
    border-left-style: solid;
    border-top-style: solid;
  }
  .ccm-page .formatted-content-five-items-in-circle .item-1 .content {
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translateX(-50%) translateY(50%);
  }
  .ccm-page .formatted-content-five-items-in-circle .item-2 {
    border-top-left-radius: 0;
    border-top-right-radius: 100%;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    transform-origin: bottom left;
    border-top-style: solid;
    border-right-style: solid;
  }
  .ccm-page .formatted-content-five-items-in-circle .item-2 .content {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(-50%) translateY(-50%);
  }
  .ccm-page .formatted-content-five-items-in-circle .item-3 {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 100%;
    border-right-style: solid;
    border-bottom-style: solid;
    float: right;
    transform-origin: top left;
  }
  .ccm-page .formatted-content-five-items-in-circle .item-3 .content {
    right: 0;
    top: 0;
    transform: translateX(50%) translateY(-50%);
  }
  .ccm-page .formatted-content-five-items-in-circle .item-4 {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 100%;
    border-bottom-right-radius: 0%;
    border-bottom-style: solid;
    border-left-style: solid;
    transform-origin: top right;
  }
  .ccm-page .formatted-content-five-items-in-circle .item-4 .content {
    bottom: 0;
    right: 0;
    transform: translateX(50%) translateY(50%);
  }
}
.ccm-page .formatted-content-five-items-in-circle .item-0 {
  display: flex;
  justify-content: center;
}
.ccm-page .formatted-content-five-items-in-circle .item-0 .content {
  width: 100%;
  height: 100%;
  align-content: center;
  align-items: center;
  background-color: var(--accent-color);
  border-radius: 100%;
  display: flex;
  height: 225px;
  width: 225px;
}
@media (min-width: 768px) {
  .ccm-page .formatted-content-five-items-in-circle .item-0 .content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 3;
    height: 225px;
    width: 225px;
  }
}
@media (min-width: 1200px) {
  .ccm-page .formatted-content-five-items-in-circle .item-0 .content {
    height: 275px;
    width: 275px;
  }
}
.ccm-page .formatted-content-five-items-in-circle .item-0 .content h3, .ccm-page .formatted-content-five-items-in-circle .item-0 .content h3 a {
  font-size: 1.4rem;
  padding: 0em 0.2em;
}
@media (min-width: 768px) {
  .ccm-page .formatted-content-five-items-in-circle .item-0 .content h3, .ccm-page .formatted-content-five-items-in-circle .item-0 .content h3 a {
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .ccm-page .formatted-content-five-items-in-circle .item-0 .content h3, .ccm-page .formatted-content-five-items-in-circle .item-0 .content h3 a {
    font-size: 1.7rem;
    padding: 0em 0.3em;
  }
}
.ccm-page .formatted-content-five-items-solid-backgrounds {
  --border-radius: 2em;
  overflow: hidden;
  position: relative;
}
.ccm-page .formatted-content-five-items-solid-backgrounds .item p, .ccm-page .formatted-content-five-items-solid-backgrounds .item h1, .ccm-page .formatted-content-five-items-solid-backgrounds .item h2, .ccm-page .formatted-content-five-items-solid-backgrounds .item h3, .ccm-page .formatted-content-five-items-solid-backgrounds .item h4, .ccm-page .formatted-content-five-items-solid-backgrounds .item h5, .ccm-page .formatted-content-five-items-solid-backgrounds .item h6 {
  color: #fff;
}
.ccm-page .formatted-content-five-items-solid-backgrounds .item p {
  font-weight: 700;
}
.ccm-page .formatted-content-five-items-solid-backgrounds .item-0 {
  background-color: var(--accent-color);
  border-radius: var(--border-radius);
  border: 2px solid #fff;
}
@media (min-width: 1200px) {
  .ccm-page .formatted-content-five-items-solid-backgrounds .item-0 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 33%;
  }
}
.ccm-page .formatted-content-five-items-solid-backgrounds .item-0 p, .ccm-page .formatted-content-five-items-solid-backgrounds .item-0 h1, .ccm-page .formatted-content-five-items-solid-backgrounds .item-0 h2, .ccm-page .formatted-content-five-items-solid-backgrounds .item-0 h3, .ccm-page .formatted-content-five-items-solid-backgrounds .item-0 h4, .ccm-page .formatted-content-five-items-solid-backgrounds .item-0 h5, .ccm-page .formatted-content-five-items-solid-backgrounds .item-0 h6 {
  font-weight: bold;
}
.ccm-page .formatted-content-five-items-solid-backgrounds .quadrant {
  background-color: var(--accent-color);
  border: 1px solid #fff;
  border-radius: var(--border-radius);
}
@media (min-width: 1200px) {
  .ccm-page .formatted-content-five-items-solid-backgrounds .quadrant {
    width: calc(50% - 2px);
    float: left;
  }
}
@media (min-width: 1200px) {
  .ccm-page .formatted-content-five-items-solid-backgrounds .item-1, .ccm-page .formatted-content-five-items-solid-backgrounds .item-2 {
    padding-bottom: 10% !important;
  }
  .ccm-page .formatted-content-five-items-solid-backgrounds .item-3, .ccm-page .formatted-content-five-items-solid-backgrounds .item-4 {
    padding-top: 12% !important;
  }
  .ccm-page .formatted-content-five-items-solid-backgrounds .item-1 {
    border-top-left-radius: var(--border-radius);
  }
  .ccm-page .formatted-content-five-items-solid-backgrounds .item-2 {
    border-top-right-radius: var(--border-radius);
  }
  .ccm-page .formatted-content-five-items-solid-backgrounds .item-3 {
    border-bottom-left-radius: var(--border-radius);
  }
  .ccm-page .formatted-content-five-items-solid-backgrounds .item-4 {
    border-bottom-right-radius: var(--border-radius);
  }
}
.ccm-page .formatted-content-four-connected-items-with-title {
  --line-color: var(--bs-green);
  --line-width: 4px;
  --col-gutter: 1rem;
}
.ccm-page .formatted-content-four-connected-items-with-title .main-heading {
  margin-bottom: 3em;
  position: relative;
}
.ccm-page .formatted-content-four-connected-items-with-title .main-heading p, .ccm-page .formatted-content-four-connected-items-with-title .main-heading h1, .ccm-page .formatted-content-four-connected-items-with-title .main-heading h2, .ccm-page .formatted-content-four-connected-items-with-title .main-heading h3, .ccm-page .formatted-content-four-connected-items-with-title .main-heading h4 {
  color: #fff;
}
@media (min-width: 1200px) {
  .ccm-page .formatted-content-four-connected-items-with-title .main-heading {
    margin-bottom: 5em;
  }
}
.ccm-page .formatted-content-four-connected-items-with-title .connection-lines {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.ccm-page .formatted-content-four-connected-items-with-title .connection-lines:before {
  content: "";
  position: absolute;
  bottom: -2.5em;
  left: 50%;
  height: 2.5em;
  width: var(--line-width);
  background-color: var(--line-color);
  z-index: 1;
}
@media (min-width: 1200px) {
  .ccm-page .formatted-content-four-connected-items-with-title .connection-lines:after {
    content: "";
    position: absolute;
    bottom: -2.5em;
    left: 11.8%;
    right: 11.25%;
    height: var(--line-width);
    background-color: var(--line-color);
  }
}
.ccm-page .formatted-content-four-connected-items-with-title .item {
  position: relative;
}
.ccm-page .formatted-content-four-connected-items-with-title .item p, .ccm-page .formatted-content-four-connected-items-with-title .item h1, .ccm-page .formatted-content-four-connected-items-with-title .item h2, .ccm-page .formatted-content-four-connected-items-with-title .item h3, .ccm-page .formatted-content-four-connected-items-with-title .item h4, .ccm-page .formatted-content-four-connected-items-with-title .item h5, .ccm-page .formatted-content-four-connected-items-with-title .item h6 {
  color: #fff;
}
.ccm-page .formatted-content-four-connected-items-with-title .item p {
  font-size: 1.6rem;
  font-weight: 500;
}
.ccm-page .formatted-content-four-connected-items-with-title .item h3 {
  font-size: 1.6rem;
  font-weight: 500;
}
.ccm-page .formatted-content-four-connected-items-with-title .item:before {
  content: "";
  position: absolute;
  top: -2.5em;
  height: 2.5em;
  left: 50%;
  width: var(--line-width);
  background-color: var(--line-color);
  z-index: 1;
}
.ccm-page .formatted-content-three-diagonal-images .icon-wrapper {
  height: 5em;
  width: 5em;
}
.ccm-page .icon-content-feature-wrapper i:before {
  font-size: 200%;
}
.ccm-page .icon-content-feature-with-border .icon-wrapper {
  max-width: 6em;
}
.ccm-page .icon-content-feature-with-border .icon-wrapper img {
  max-width: 36px;
}
.ccm-page .icon-content-feature-with-border .content-wrapper h1, .ccm-page .icon-content-feature-with-border .content-wrapper h2, .ccm-page .icon-content-feature-with-border .content-wrapper h3, .ccm-page .icon-content-feature-with-border .content-wrapper h4, .ccm-page .icon-content-feature-with-border .content-wrapper h5, .ccm-page .icon-content-feature-with-border .content-wrapper a {
  color: var(--accent-color);
}
.ccm-page .icon-content-feature-with-border .content-wrapper h1, .ccm-page .icon-content-feature-with-border .content-wrapper h2, .ccm-page .icon-content-feature-with-border .content-wrapper h3, .ccm-page .icon-content-feature-with-border .content-wrapper h4, .ccm-page .icon-content-feature-with-border .content-wrapper h5 {
  text-align: center;
}
@media (min-width: 992px) {
  .ccm-page .icon-content-feature-with-border .content-wrapper h1, .ccm-page .icon-content-feature-with-border .content-wrapper h2, .ccm-page .icon-content-feature-with-border .content-wrapper h3, .ccm-page .icon-content-feature-with-border .content-wrapper h4, .ccm-page .icon-content-feature-with-border .content-wrapper h5 {
    text-align: inherit;
  }
}
.ccm-page .icon-content-feature-with-border .content-wrapper .content-inner > *:last-child {
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .ccm-page .icon-content-feature-with-border {
    margin-top: 6em;
  }
  .ccm-page .icon-content-feature-with-border .icon-wrapper {
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    top: 0;
  }
  .ccm-page .icon-content-feature-with-border .content-wrapper {
    padding-top: 3em !important;
  }
}
.ccm-page .icon-content-feature-with-border.icon-content-feature-with-border-center .icon-wrapper {
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  top: 0;
}
.ccm-page .icon-content-feature-with-border.icon-content-feature-with-border-center .content-wrapper {
  padding-top: 3em !important;
}
.ccm-page .icon-content-feature-with-border.icon-content-feature-with-border-center h1, .ccm-page .icon-content-feature-with-border.icon-content-feature-with-border-center h2, .ccm-page .icon-content-feature-with-border.icon-content-feature-with-border-center h3, .ccm-page .icon-content-feature-with-border.icon-content-feature-with-border-center h4 {
  text-align: center;
}
@media (min-width: 992px) {
  .ccm-page .icon-content-feature-with-border.icon-content-feature-with-border-left .icon-wrapper, .ccm-page .icon-content-feature-with-border.icon-content-feature-with-border-right .icon-wrapper {
    top: 50%;
    transform: translateY(-50%);
  }
  .ccm-page .icon-content-feature-with-border.icon-content-feature-with-border-left .content-wrapper {
    margin-left: 3em;
  }
  .ccm-page .icon-content-feature-with-border.icon-content-feature-with-border-left .content-wrapper .content-inner {
    padding-left: 3em;
  }
  .ccm-page .icon-content-feature-with-border.icon-content-feature-with-border-right .icon-wrapper {
    right: 0;
  }
  .ccm-page .icon-content-feature-with-border.icon-content-feature-with-border-right .content-wrapper {
    margin-right: 3em;
  }
  .ccm-page .icon-content-feature-with-border.icon-content-feature-with-border-right .content-wrapper .content-inner {
    padding-right: 3em;
  }
}
.ccm-page .icon-content-circle-bg .icon-wrapper {
  max-width: 6em;
}
.ccm-page .icon-content-circle-bg .icon-wrapper img {
  max-width: 36px;
}
.ccm-page .icon-content-circle-bg .content-wrapper h1, .ccm-page .icon-content-circle-bg .content-wrapper h2, .ccm-page .icon-content-circle-bg .content-wrapper h3, .ccm-page .icon-content-circle-bg .content-wrapper h4, .ccm-page .icon-content-circle-bg .content-wrapper h5, .ccm-page .icon-content-circle-bg .content-wrapper a {
  color: var(--accent-color);
}
.ccm-page .icon-content-circle-bg .content-wrapper .content-inner > *:last-child {
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .ccm-page .icon-content-circle-bg {
    margin-top: 6em;
  }
  .ccm-page .icon-content-circle-bg .icon-wrapper {
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    top: 0;
  }
  .ccm-page .icon-content-circle-bg .content-wrapper {
    padding-top: 3em !important;
  }
}
.ccm-page .icon-content-circle-bg.icon-content-circle-bg-center .icon-wrapper {
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  top: 0;
}
.ccm-page .icon-content-circle-bg.icon-content-circle-bg-center .content-wrapper {
  padding-top: 3em !important;
}
@media (min-width: 992px) {
  .ccm-page .icon-content-circle-bg.icon-content-circle-bg-left .icon-wrapper, .ccm-page .icon-content-circle-bg.icon-content-circle-bg-right .icon-wrapper {
    top: 50%;
    transform: translateY(-50%);
  }
  .ccm-page .icon-content-circle-bg.icon-content-circle-bg-left .content-wrapper {
    margin-left: 3em;
  }
  .ccm-page .icon-content-circle-bg.icon-content-circle-bg-left .content-wrapper .content-inner {
    padding-left: 3em;
  }
  .ccm-page .icon-content-circle-bg.icon-content-circle-bg-right .icon-wrapper {
    right: 0;
  }
  .ccm-page .icon-content-circle-bg.icon-content-circle-bg-right .content-wrapper {
    margin-right: 3em;
  }
  .ccm-page .icon-content-circle-bg.icon-content-circle-bg-right .content-wrapper .content-inner {
    padding-right: 3em;
  }
}
@media (min-width: 992px) {
  .ccm-page .icon-content-feature-contained {
    max-width: 600px;
  }
}
.ccm-page img {
  display: block;
  margin: 0 auto 0.7em auto;
}
@media (min-width: 992px) {
  .ccm-page .image-right {
    display: flex;
    justify-content: flex-end;
  }
  .ccm-page .image-right img {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .ccm-page .image-left {
    display: flex;
    justify-content: flex-start;
  }
  .ccm-page .image-left img {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .ccm-page .image-left {
    float: left;
  }
}
.ccm-page .link {
  position: relative;
  transition-duration: 0.3s;
}
.ccm-page .link:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.ccm-page .link h2 {
  font-size: calc(1.275rem + 0.3vw);
  font-weight: bold;
}
@media (min-width: 1200px) {
  .ccm-page .link h2 {
    font-size: 1.5rem;
  }
}
.ccm-page .link h2.text-green {
  color: rgb(113.9716129032, 143.8658064516, 0.9341935484) !important;
}
.ccm-page .link p {
  font-weight: 600;
}
.ccm-page .link a {
  font-size: 1.19rem;
}
.ccm-page .link .btn {
  color: #fff;
  border-radius: 10px;
  padding: 0.1em 0.75em;
}
.ccm-page .link .btn-outline-blue {
  color: #0097a9;
}
.ccm-page .link .btn-outline-dark-teal {
  color: #244c5a;
}
.ccm-page .link .btn-outline-green {
  color: rgb(113.9716129032, 143.8658064516, 0.9341935484);
}
.ccm-page .link .btn-outline-purple {
  color: #512a44;
}
.ccm-page .link .btn-outline-orange {
  color: #dc4405;
}
.ccm-page .link [class*=btn-outline-]:hover {
  background-color: rgba(0, 0, 0, 0.08);
}
.ccm-page .link .inner {
  margin-bottom: 0.5em;
}
.ccm-page .bg-light-grey .link {
  background: #fff !important;
}
.ccm-page .link-contain .link {
  max-width: 450px;
  margin: inherit auto;
}
@media (min-width: 992px) {
  .ccm-page .link-contain .link {
    margin-left: 0;
    margin-right: 0;
  }
}
.ccm-page .link-center-align {
  display: flex;
  justify-content: center;
}
.ccm-page .link-right-align {
  display: flex;
  justify-content: center;
}
@media (min-width: 992px) {
  .ccm-page .link-right-align {
    justify-content: flex-end;
  }
}
.ccm-page .link-button-full-width .btn.stretched-link {
  display: flex !important;
}
.ccm-page .link-with-image {
  background: #eee;
  transition-duration: 0.3s;
  max-width: 650px;
}
@media (min-width: 992px) {
  .ccm-page .link-with-image {
    max-width: 450px;
  }
}
.ccm-page .link-with-image:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.ccm-page .link-with-image h3 {
  font-size: calc(1.29rem + 0.48vw);
  margin-top: 0.3em;
  text-align: center;
}
@media (min-width: 1200px) {
  .ccm-page .link-with-image h3 {
    font-size: 1.65rem;
  }
}
.ccm-page .link-with-image a {
  border: 1px solid rgb(212.5, 212.5, 212.5);
  color: #555;
  width: 100%;
}
.ccm-page .link-with-image a:hover {
  background: rgba(0, 0, 0, 0.05);
  color: rgb(59.5, 59.5, 59.5);
}
.ccm-page .link-with-image img {
  max-width: 100%;
}
.ccm-page .bg-light-grey .link-with-image {
  background: #fff;
}
.ccm-page .page-link-block {
  max-width: 450px;
  position: relative;
  transition-duration: 0.2s;
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .ccm-page .page-link-block {
    max-width: 650px;
    margin: 0 auto;
  }
}
.ccm-page .page-link-block h3, .ccm-page .page-link-block p {
  font-weight: bold;
  position: relative;
  z-index: 1;
}
.ccm-page .page-link-block a {
  font-size: 1.19rem;
}
.ccm-page .page-link-block .page-link-img {
  position: relative;
}
.ccm-page .page-link-block .page-link-img svg {
  position: absolute;
  bottom: -25px;
  left: 0;
  right: 0;
  width: 100%;
}
.ccm-page .page-link-block .page-link-img svg .cls-1,
.ccm-page .page-link-block .page-link-img svg .cls-2 {
  transition-duration: 0.2s;
}
.ccm-page .page-link-block .page-link-img img {
  max-width: 100%;
}
.ccm-page .page-link-block.bg-primary svg .cls-1 {
  fill: rgb(0, 119.1023668639, 133.3);
}
.ccm-page .page-link-block.bg-primary svg .cls-2 {
  fill: #0097a9;
}
.ccm-page .page-link-block.bg-primary a {
  color: rgb(220, 251.2721893491, 255);
}
.ccm-page .page-link-block.bg-primary:hover {
  background-color: rgb(0, 123.6591715976, 138.4) !important;
}
.ccm-page .page-link-block.bg-primary:hover svg .cls-1 {
  fill: rgb(0, 91.7615384615, 102.7);
}
.ccm-page .page-link-block.bg-primary:hover svg .cls-2 {
  fill: rgb(0, 123.6591715976, 138.4);
}
.ccm-page .page-link-block.bg-secondary svg .cls-1 {
  fill: rgb(93.9006451613, 118.5303225806, 0.7696774194);
}
.ccm-page .page-link-block.bg-secondary svg .cls-2 {
  fill: #7a9a01;
}
.ccm-page .page-link-block.bg-secondary a {
  color: rgb(244.5677419355, 254.6838709677, 206.3161290323);
}
.ccm-page .page-link-block.bg-secondary:hover {
  background-color: rgb(97.9148387097, 123.5974193548, 0.8025806452) !important;
}
.ccm-page .page-link-block.bg-secondary:hover svg .cls-1 {
  fill: rgb(69.815483871, 88.1277419355, 0.5722580645);
}
.ccm-page .page-link-block.bg-secondary:hover svg .cls-2 {
  fill: rgb(97.9148387097, 123.5974193548, 0.8025806452);
}
.ccm-page .page-link-block.bg-green svg .cls-1 {
  fill: rgb(93.9006451613, 118.5303225806, 0.7696774194);
}
.ccm-page .page-link-block.bg-green svg .cls-2 {
  fill: #7a9a01;
}
.ccm-page .page-link-block.bg-green a {
  color: rgb(244.5677419355, 254.6838709677, 206.3161290323);
}
.ccm-page .page-link-block.bg-green:hover {
  background-color: rgb(97.9148387097, 123.5974193548, 0.8025806452) !important;
}
.ccm-page .page-link-block.bg-green:hover svg .cls-1 {
  fill: rgb(69.815483871, 88.1277419355, 0.5722580645);
}
.ccm-page .page-link-block.bg-green:hover svg .cls-2 {
  fill: rgb(97.9148387097, 123.5974193548, 0.8025806452);
}
.ccm-page .page-link-block.bg-blue svg .cls-1 {
  fill: rgb(0, 119.1023668639, 133.3);
}
.ccm-page .page-link-block.bg-blue svg .cls-2 {
  fill: #0097a9;
}
.ccm-page .page-link-block.bg-blue a {
  color: rgb(220, 251.2721893491, 255);
}
.ccm-page .page-link-block.bg-blue:hover {
  background-color: rgb(0, 123.6591715976, 138.4) !important;
}
.ccm-page .page-link-block.bg-blue:hover svg .cls-1 {
  fill: rgb(0, 91.7615384615, 102.7);
}
.ccm-page .page-link-block.bg-blue:hover svg .cls-2 {
  fill: rgb(0, 123.6591715976, 138.4);
}
.ccm-page .page-link-block.bg-dark-teal svg .cls-1 {
  fill: rgb(25.8, 54.4666666667, 64.5);
}
.ccm-page .page-link-block.bg-dark-teal svg .cls-2 {
  fill: #244c5a;
}
.ccm-page .page-link-block.bg-dark-teal a {
  color: rgb(199.2857142857, 224.0476190476, 232.7142857143);
}
.ccm-page .page-link-block.bg-dark-teal:hover {
  background-color: rgb(27.2571428571, 57.5428571429, 68.1428571429) !important;
}
.ccm-page .page-link-block.bg-dark-teal:hover svg .cls-1 {
  fill: rgb(17.0571428571, 36.0095238095, 42.6428571429);
}
.ccm-page .page-link-block.bg-dark-teal:hover svg .cls-2 {
  fill: rgb(27.2571428571, 57.5428571429, 68.1428571429);
}
.ccm-page .page-link-block.bg-purple svg .cls-1 {
  fill: rgb(57.4902439024, 29.8097560976, 48.2634146341);
}
.ccm-page .page-link-block.bg-purple svg .cls-2 {
  fill: #512a44;
}
.ccm-page .page-link-block.bg-purple a {
  color: rgb(227.3414634146, 201.6585365854, 218.7804878049);
}
.ccm-page .page-link-block.bg-purple:hover {
  background-color: rgb(60.8487804878, 31.5512195122, 51.0829268293) !important;
}
.ccm-page .page-link-block.bg-purple:hover svg .cls-1 {
  fill: rgb(37.3390243902, 19.3609756098, 31.3463414634);
}
.ccm-page .page-link-block.bg-purple:hover svg .cls-2 {
  fill: rgb(60.8487804878, 31.5512195122, 51.0829268293);
}
.ccm-page .page-link-block.bg-orange svg .cls-1 {
  fill: rgb(185.0933333333, 57.2106666667, 4.2066666667);
}
.ccm-page .page-link-block.bg-orange svg .cls-2 {
  fill: #dc4405;
}
.ccm-page .page-link-block.bg-orange a {
  color: white;
}
.ccm-page .page-link-block.bg-orange:hover {
  background-color: rgb(190.08, 58.752, 4.32) !important;
}
.ccm-page .page-link-block.bg-orange:hover svg .cls-1 {
  fill: rgb(155.1733333333, 47.9626666667, 3.5266666667);
}
.ccm-page .page-link-block.bg-orange:hover svg .cls-2 {
  fill: rgb(190.08, 58.752, 4.32);
}
.ccm-page .page-link-block.bg-dark-orange svg .cls-1 {
  fill: rgb(154.2813953488, 49.203255814, 25.0186046512);
}
.ccm-page .page-link-block.bg-dark-orange svg .cls-2 {
  fill: #b93b1e;
}
.ccm-page .page-link-block.bg-dark-orange a {
  color: white;
}
.ccm-page .page-link-block.bg-dark-orange:hover {
  background-color: rgb(158.6697674419, 50.6027906977, 25.7302325581) !important;
}
.ccm-page .page-link-block.bg-dark-orange:hover svg .cls-1 {
  fill: rgb(127.9511627907, 40.8060465116, 20.7488372093);
}
.ccm-page .page-link-block.bg-dark-orange:hover svg .cls-2 {
  fill: rgb(158.6697674419, 50.6027906977, 25.7302325581);
}
.ccm-page .page-link-block.bg-light-grey svg .cls-1 {
  fill: rgb(220.15, 220.15, 220.15);
}
.ccm-page .page-link-block.bg-light-grey svg .cls-2 {
  fill: #eee;
}
.ccm-page .page-link-block.bg-light-grey a {
  color: white;
}
.ccm-page .page-link-block.bg-light-grey:hover {
  background-color: rgb(222.7, 222.7, 222.7) !important;
}
.ccm-page .page-link-block.bg-light-grey:hover svg .cls-1 {
  fill: rgb(204.85, 204.85, 204.85);
}
.ccm-page .page-link-block.bg-light-grey:hover svg .cls-2 {
  fill: rgb(222.7, 222.7, 222.7);
}
.ccm-page .page-link-block.bg-dark-grey svg .cls-1 {
  fill: rgb(67.15, 67.15, 67.15);
}
.ccm-page .page-link-block.bg-dark-grey svg .cls-2 {
  fill: #555;
}
.ccm-page .page-link-block.bg-dark-grey a {
  color: #eeeeee;
}
.ccm-page .page-link-block.bg-dark-grey:hover {
  background-color: rgb(69.7, 69.7, 69.7) !important;
}
.ccm-page .page-link-block.bg-dark-grey:hover svg .cls-1 {
  fill: rgb(51.85, 51.85, 51.85);
}
.ccm-page .page-link-block.bg-dark-grey:hover svg .cls-2 {
  fill: rgb(69.7, 69.7, 69.7);
}
.ccm-page .page-link-align-left {
  display: flex;
  justify-content: flex-start;
}
.ccm-page .page-link-align-right {
  display: flex;
  justify-content: flex-end;
}
.ccm-page .page-list-news .news-item {
  border-radius: 15px;
  padding: 2em 2em 3em;
  position: relative;
  margin: 1.4em 0 0.9em;
  height: 100%;
  transition-duration: 0.2s;
}
@media (min-width: 2500px) {
  .ccm-page .page-list-news .news-item {
    padding-left: 3em;
    padding-right: 3em;
  }
}
.ccm-page .page-list-news .news-item h2, .ccm-page .page-list-news .news-item h3 {
  color: #fff;
  font-weight: bold;
  font-size: calc(1.295rem + 0.54vw);
  margin-top: 0;
  margin-bottom: 0.5em;
  padding: 0;
}
@media (min-width: 1200px) {
  .ccm-page .page-list-news .news-item h2, .ccm-page .page-list-news .news-item h3 {
    font-size: 1.7rem;
  }
}
@media (min-width: 2500px) {
  .ccm-page .page-list-news .news-item h2, .ccm-page .page-list-news .news-item h3 {
    font-size: calc(1.305rem + 0.66vw);
  }
}
@media (min-width: 2500px) and (min-width: 1200px) {
  .ccm-page .page-list-news .news-item h2, .ccm-page .page-list-news .news-item h3 {
    font-size: 1.8rem;
  }
}
.ccm-page .page-list-news .news-item p {
  color: #fff;
  font-size: calc(1.275rem + 0.3vw);
  font-weight: 300;
}
@media (min-width: 1200px) {
  .ccm-page .page-list-news .news-item p {
    font-size: 1.5rem;
  }
}
.ccm-page .page-list-news .news-item p.date {
  margin-top: -0.5em;
  font-style: italic;
}
.ccm-page .page-list-news .news-item .description li,
.ccm-page .page-list-news .news-item .description > * {
  color: #fff;
}
.ccm-page .page-list-news .news-item a.stretched-link {
  color: #fff;
  font-size: 1.19rem;
  width: calc(100% - 64px);
}
@media (min-width: 2500px) {
  .ccm-page .page-list-news .news-item a.stretched-link {
    width: calc(100% - 96px);
  }
}
.ccm-page .page-list-news .news-item svg {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}
.ccm-page .page-list-news .news-item svg .cls-1 {
  fill: rgba(255, 255, 255, 0.3);
}
.ccm-page .page-list-news .news-item svg .cls-2 {
  fill: rgba(255, 255, 255, 0.4);
}
.ccm-page .page-list-news article .news-item-dark-teal {
  background-color: #244c5a;
}
.ccm-page .page-list-news article .news-item-dark-teal[data-url]:hover {
  background-color: rgb(27.2571428571, 57.5428571429, 68.1428571429);
}
.ccm-page .page-list-news article .news-item-blue {
  background-color: #0097a9;
}
.ccm-page .page-list-news article .news-item-blue[data-url]:hover {
  background-color: rgb(0, 123.6591715976, 138.4);
}
.ccm-page .page-list-news article .news-item-green {
  background-color: #7a9a01;
}
.ccm-page .page-list-news article .news-item-green[data-url]:hover {
  background-color: rgb(97.9148387097, 123.5974193548, 0.8025806452);
}
.ccm-page .page-list-news article .news-item-purple {
  background-color: #512a44;
}
.ccm-page .page-list-news article .news-item-purple[data-url]:hover {
  background-color: rgb(60.8487804878, 31.5512195122, 51.0829268293);
}
@media (min-width: 992px) {
  .ccm-page .page-list-news article .news-item-lg-dark-teal {
    background-color: #244c5a;
  }
  .ccm-page .page-list-news article .news-item-lg-dark-teal[data-url]:hover {
    background-color: rgb(27.2571428571, 57.5428571429, 68.1428571429);
  }
  .ccm-page .page-list-news article .news-item-lg-blue {
    background-color: #0097a9;
  }
  .ccm-page .page-list-news article .news-item-lg-blue[data-url]:hover {
    background-color: rgb(0, 123.6591715976, 138.4);
  }
  .ccm-page .page-list-news article .news-item-lg-green {
    background-color: #7a9a01;
  }
  .ccm-page .page-list-news article .news-item-lg-green[data-url]:hover {
    background-color: rgb(97.9148387097, 123.5974193548, 0.8025806452);
  }
  .ccm-page .page-list-news article .news-item-lg-purple {
    background-color: #512a44;
  }
  .ccm-page .page-list-news article .news-item-lg-purple[data-url]:hover {
    background-color: rgb(60.8487804878, 31.5512195122, 51.0829268293);
  }
}
.ccm-page .page-list-news .ccm-pagination-wrapper {
  text-align: center;
}
.ccm-page .page-list-news .ccm-block-page-list-header h2 {
  text-align: center;
}
.ccm-page .page-list-home-news .event-item .title-date-wrapper h2 {
  margin-bottom: 0.1em;
  text-align: center;
}
@media (min-width: 576px) {
  .ccm-page .page-list-home-news .event-item .title-date-wrapper h2 {
    text-align: left;
  }
}
.ccm-page .page-list-home-news .event-item p.event-time {
  font-size: 1.19rem;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 576px) {
  .ccm-page .page-list-home-news .event-item p.event-time {
    text-align: left;
  }
}
.ccm-page .page-list-home-news .event-item .description {
  clear: both;
}
.ccm-page .page-list-plus-news {
  max-width: 1750px;
}
.ccm-page .page-list-plus-news .category-listing {
  display: none;
}
@media (min-width: 992px) {
  .ccm-page .page-list-plus-news .category-listing {
    display: inline-block;
    width: 25%;
  }
}
@media (min-width: 1400px) {
  .ccm-page .page-list-plus-news .category-listing {
    width: 20%;
  }
}
.ccm-page .page-list-plus-news .category-listing ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.ccm-page .page-list-plus-news .category-listing li {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.ccm-page .page-list-plus-news .category-listing li:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -1px;
  bottom: 0;
  box-shadow: 0 0 5px #000;
  width: 1px;
}
.ccm-page .page-list-plus-news .category-listing li.active a span, .ccm-page .page-list-plus-news .category-listing li:hover a span {
  position: relative;
}
.ccm-page .page-list-plus-news .category-listing li.active a span:after, .ccm-page .page-list-plus-news .category-listing li:hover a span:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 0;
  height: 0;
  border-top: 19px solid transparent;
  border-bottom: 19px solid transparent;
  border-left: 19px solid rgba(0, 0, 0, 0.2);
}
.ccm-page .page-list-plus-news .category-listing li.active:after {
  display: none;
}
.ccm-page .page-list-plus-news .category-listing a {
  display: block;
  padding: 1em 1em 1em 0;
  font-size: 1.4rem;
  color: #fff;
  border-radius: 0.7rem 0 0 0.7rem;
}
.ccm-page .page-list-plus-news .category-listing a span {
  background: rgba(0, 0, 0, 0.2);
  display: inline-block;
  padding: 0.2em 1em;
  min-width: 225px;
}
.ccm-page .page-list-plus-news .article-listing {
  width: 100%;
  border-radius: 0.7em;
}
@media (min-width: 992px) {
  .ccm-page .page-list-plus-news .article-listing {
    border-radius: 0 0.7em 0.7em 0.7em;
    width: 75%;
  }
}
@media (min-width: 1400px) {
  .ccm-page .page-list-plus-news .article-listing {
    width: 80%;
  }
}
.ccm-page .page-list-plus-news .article-listing.bg-purple .category span {
  background: rgba(0, 0, 0, 0.33);
}
.ccm-page .page-list-plus-news article {
  position: relative;
  transition-duration: 0.2s;
  z-index: 1;
  margin-bottom: 5rem;
}
.ccm-page .page-list-plus-news article:last-of-type {
  margin-bottom: 0;
}
.ccm-page .page-list-plus-news article:hover {
  background-color: #e9e9e9 !important;
}
@media (min-width: 1600px) {
  .ccm-page .page-list-plus-news article .col-xxxl-9 {
    width: 70%;
  }
  .ccm-page .page-list-plus-news article .col-xxxl-3 {
    width: 30%;
  }
}
@media (min-width: 1200px) {
  .ccm-page .page-list-plus-news .news-item {
    min-height: 160px;
  }
}
.ccm-page .page-list-plus-news .news-item .category {
  font-size: 1.3rem;
  line-height: 1;
  position: absolute;
  top: -0.8em;
}
.ccm-page .page-list-plus-news .news-item .category span {
  background: rgba(0, 0, 0, 0.2);
  padding: 0.35em 0.7em 0.25em;
}
.ccm-page .page-list-plus-news .news-item h2 {
  font-weight: bold;
  font-size: calc(1.295rem + 0.54vw);
}
@media (min-width: 1200px) {
  .ccm-page .page-list-plus-news .news-item h2 {
    font-size: 1.7rem;
  }
}
.ccm-page .page-list-plus-news .news-item a {
  font-weight: bold;
  font-size: 1.24rem;
}
.ccm-page .page-list-plus-news .news-item .thumbnail {
  box-shadow: inset 0 0 4px 3px rgba(0, 0, 0, 0.25);
}
@media (min-width: 1400px) {
  .ccm-page .page-list-plus-news .news-item .thumbnail {
    display: inline-block;
    float: right;
    margin-top: 0.4em;
  }
}
.ccm-page .page-list-plus-news .news-item .thumbnail img {
  max-width: 100%;
  margin-bottom: 0;
  position: relative;
  z-index: -1;
}
.ccm-page .page-list-plus-news .event-item {
  margin-top: 0.2em;
}
.ccm-page .page-list-plus-news .event-item .event-date {
  background-color: #fff;
  border-radius: 7px;
  box-shadow: inset 0 0 5px #ccc;
  font-size: 1.19rem;
  margin: 0.2em auto 0;
  width: 73px;
  overflow: hidden;
}
@media (min-width: 576px) {
  .ccm-page .page-list-plus-news .event-item .event-date {
    float: left;
    margin-right: 0.5em;
  }
}
.ccm-page .page-list-plus-news .event-item .event-date .day {
  font-size: calc(1.305rem + 0.66vw);
  font-weight: bold;
  line-height: 1;
  text-align: center;
  padding: 0.4em 0 0.2em 0;
}
@media (min-width: 1200px) {
  .ccm-page .page-list-plus-news .event-item .event-date .day {
    font-size: 1.8rem;
  }
}
.ccm-page .page-list-plus-news .event-item .event-date .month {
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.ccm-page .page-list-plus-news .event-item .title-date-wrapper h2 {
  margin-bottom: 0.1em;
  text-align: center;
}
@media (min-width: 576px) {
  .ccm-page .page-list-plus-news .event-item .title-date-wrapper h2 {
    text-align: left;
  }
}
.ccm-page .page-list-plus-news .event-item p.event-time {
  font-weight: bold;
  text-align: center;
}
@media (min-width: 576px) {
  .ccm-page .page-list-plus-news .event-item p.event-time {
    text-align: left;
  }
}
.ccm-page .page-list-plus-news .event-item .description {
  clear: both;
}
.ccm-page .page-list-plus-news .p-6 {
  padding: 4rem !important;
}
.ccm-page .page-list-plus-news .ccm-pagination-wrapper {
  display: flex;
  justify-content: center;
}
.ccm-page .page-list-plus-news .ccm-pagination-wrapper ul {
  margin: 0;
  padding: 0;
}
.ccm-page .page-list-plus-news .ccm-pagination-wrapper .page-link {
  color: #555;
}
.ccm-page .page-list-plus-news .ccm-pagination-wrapper .page-link:focus {
  box-shadow: 0 0 0 0.25rem rgba(85, 85, 85, 0.25);
}
.ccm-page .page-list-plus-news .ccm-pagination-wrapper li.active span {
  color: #fff;
  background-color: rgb(118.15, 118.15, 118.15);
  border-color: rgb(118.15, 118.15, 118.15);
}
.ccm-page .page-list-plus-news-category .article-listing {
  border-radius: 0.7em;
  margin: 0px auto;
}
@media (min-width: 1320px) {
  .ccm-page .parent-page {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.ccm-page .parent-page p {
  margin-left: 1em;
}
.ccm-page .center h1.ccm-block-page-title {
  text-align: center;
}
.ccm-page #searchResults .searchResult {
  margin-bottom: 2.2em;
}
.ccm-page #searchResults h3 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  .ccm-page #searchResults h3 {
    font-size: 1.5rem;
  }
}
.ccm-page #searchResults .pageLink {
  color: #0097a9;
  font-size: 1rem;
}
.ccm-page .section-next-prev .btn {
  background: #eee;
  border: none;
  padding: 0.7em 0.6em !important;
}
.ccm-page .section-next-prev .btn:hover {
  background: rgb(225.25, 225.25, 225.25);
}
.ccm-page .section-next-prev .page-name {
  font-size: 1.1rem;
  color: #244c5a;
  font-weight: 400;
}
.ccm-page .section-next-prev .next {
  text-align: right;
}
.ccm-page .ccm-block-share-this-page ul.list-inline {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.ccm-page .ccm-block-share-this-page ul.list-inline li {
  display: inline-block;
  list-style-type: none;
  margin-right: 10px;
  padding: 0;
}
.ccm-page .ccm-block-share-this-page svg {
  max-height: 13px;
}
.ccm-page .ccm-block-social-links ul.list-inline {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.ccm-page .ccm-block-social-links ul.list-inline li {
  display: inline-block;
  list-style-type: none;
  margin-right: 10px;
  padding: 0;
}
.ccm-page .ccm-block-social-links svg {
  max-height: 13px;
}
.ccm-page .ccm-block-share-this-page {
  margin-left: 1.6em;
}
.ccm-page .ccm-block-share-this-page li {
  margin-bottom: 0.4em;
}
.ccm-page .ccm-block-share-this-page svg {
  fill: currentColor;
}
.ccm-page .ccm-block-testimonial-wrapper {
  margin-top: 2em;
}
.ccm-page .ccm-block-testimonial-wrapper p {
  font-size: calc(1.31rem + 0.72vw);
}
@media (min-width: 1200px) {
  .ccm-page .ccm-block-testimonial-wrapper p {
    font-size: 1.85rem;
  }
}
.ccm-page .ccm-block-testimonial-wrapper .ccm-block-testimonial-name p {
  font-size: 1.19rem;
  text-align: right;
}
.ccm-page .ccm-block-testimonial-wrapper .ccm-block-testimonial-name p:before {
  content: "~";
  padding-right: 0.2em;
}
.ccm-page .opening-quote .ccm-block-testimonial-wrapper {
  position: relative;
}
.ccm-page .opening-quote .ccm-block-testimonial-wrapper:before {
  content: "";
  background: transparent url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 118.65 112.61'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23f3f3f3; %7D %3C/style%3E%3C/defs%3E%3Cg%3E%3Ccircle class='cls-1' cx='28.21' cy='86.19' r='26.41'/%3E%3Cpath class='cls-1' d='M2.69,93S-8,60.17,13.21,33.06C25.84,16.9,54.68,0,54.68,0s-15.91,15.26-23,30.39a47.32,47.32,0,0,0-3.49,29.39l-15,9.55Z'/%3E%3C/g%3E%3Cg%3E%3Ccircle class='cls-1' cx='92.18' cy='86.19' r='26.41'/%3E%3Cpath class='cls-1' d='M66.66,93S56,60.17,77.18,33.06C89.81,16.9,118.65,0,118.65,0s-15.91,15.26-23,30.39a47.32,47.32,0,0,0-3.49,29.39l-15,9.55Z'/%3E%3C/g%3E%3C/svg%3E ") no-repeat;
  display: block;
  height: 7.5em;
  position: absolute;
  top: 0;
  width: 7.5em;
  z-index: -1;
}
.ccm-page .opening-quote .ccm-block-testimonial-wrapper .ccm-block-testimonial-paragraph p {
  padding-top: 2.6em;
  padding-left: 1.8em;
}
.ccm-page .small-quote .ccm-block-testimonial-wrapper {
  position: relative;
}
.ccm-page .small-quote .ccm-block-testimonial-wrapper:before {
  content: "";
  background: transparent url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 118.65 112.61'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23f3f3f3; %7D %3C/style%3E%3C/defs%3E%3Cg%3E%3Ccircle class='cls-1' cx='28.21' cy='86.19' r='26.41'/%3E%3Cpath class='cls-1' d='M2.69,93S-8,60.17,13.21,33.06C25.84,16.9,54.68,0,54.68,0s-15.91,15.26-23,30.39a47.32,47.32,0,0,0-3.49,29.39l-15,9.55Z'/%3E%3C/g%3E%3Cg%3E%3Ccircle class='cls-1' cx='92.18' cy='86.19' r='26.41'/%3E%3Cpath class='cls-1' d='M66.66,93S56,60.17,77.18,33.06C89.81,16.9,118.65,0,118.65,0s-15.91,15.26-23,30.39a47.32,47.32,0,0,0-3.49,29.39l-15,9.55Z'/%3E%3C/g%3E%3C/svg%3E ") no-repeat;
  display: block;
  height: 4em;
  position: absolute;
  top: 0;
  width: 4em;
  z-index: -1;
}
.ccm-page .small-quote .ccm-block-testimonial-wrapper .ccm-block-testimonial-paragraph p {
  padding-top: 1.4em;
  padding-left: 1.9em;
}
.ccm-page .dark-teal .ccm-block-testimonial-wrapper .ccm-block-testimonial-paragraph p {
  color: #244c5a;
}
.ccm-page .blue .ccm-block-testimonial-wrapper .ccm-block-testimonial-paragraph p {
  color: #0097a9;
}
.ccm-page .green .ccm-block-testimonial-wrapper .ccm-block-testimonial-paragraph p {
  color: #7a9a01;
}
.ccm-page .purple .ccm-block-testimonial-wrapper .ccm-block-testimonial-paragraph p {
  color: #512a44;
}
.ccm-page .bold .ccm-block-testimonial-wrapper p {
  font-weight: bold;
}
.ccm-page .light-grey-background .ccm-block-testimonial-wrapper .ccm-block-testimonial-name p {
  margin-bottom: 0;
}
.ccm-page .light-grey-background.green .ccm-block-testimonial-wrapper .ccm-block-testimonial-paragraph p {
  color: rgb(113.9716129032, 143.8658064516, 0.9341935484);
}
.ccm-page .bg-dark-teal .ccm-block-testimonial-wrapper p {
  color: rgb(162.8571428571, 203.8095238095, 218.1428571429);
}
.ccm-page .bg-light-grey .ccm-block-testimonial-wrapper .ccm-block-testimonial-paragraph p {
  color: rgb(113.9716129032, 143.8658064516, 0.9341935484);
}
.ccm-page .no-margin-top .ccm-block-testimonial-wrapper {
  margin-top: -0.3em;
}
.ccm-page .testimonial-wrapper-no-margin {
  margin-top: 0;
}
.ccm-page .testimonial-smaller p {
  font-size: 1.55rem;
}
.ccm-page .ccm-block-top-navigation-bar nav ul {
  padding-left: 0;
}
.ccm-page .ccm-block-top-navigation-bar .navbar {
  background-color: #244c5a;
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .ccm-page .ccm-block-top-navigation-bar .navbar {
    padding: 0;
  }
}
.ccm-page .ccm-block-top-navigation-bar .navbar-nav {
  width: 100%;
}
.ccm-page .ccm-block-top-navigation-bar .navbar-nav .nav-link {
  color: #f8f9fa;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1.05rem;
  padding: 0.8em 1em;
}
@media (min-width: 992px) {
  .ccm-page .ccm-block-top-navigation-bar .navbar-nav .nav-link {
    padding: 1.8em 0;
  }
}
.ccm-page .ccm-block-top-navigation-bar .navbar-nav .nav-link.active, .ccm-page .ccm-block-top-navigation-bar .navbar-nav .nav-link:hover {
  background-color: rgb(25.8, 54.4666666667, 64.5);
  color: #f8f9fa;
}
.ccm-page .ccm-block-top-navigation-bar .navbar-nav li {
  margin-bottom: 0;
}
.ccm-page .ccm-block-top-navigation-bar .navbar-nav .dropdown-menu {
  background: #244c5a;
  border-radius: 0 0 0.25em 0.25em;
  padding: 0;
  width: 100%;
}
.ccm-page .ccm-block-top-navigation-bar .navbar-nav .dropdown-menu a {
  color: #f8f9fa;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1.05rem;
}
.ccm-page .ccm-block-top-navigation-bar .navbar-nav .dropdown-menu .dropdown-item {
  background: #244c5a;
  padding: 0.8em 0.5em;
}
.ccm-page .ccm-block-top-navigation-bar .navbar-nav .dropdown-menu .dropdown-item:hover {
  background: rgb(25.8, 54.4666666667, 64.5);
}
.ccm-page .ccm-block-top-navigation-bar .navbar-toggler .icon-bar {
  display: block;
  width: 25px;
  height: 2px;
  transition: all 0.2s;
  background-color: rgb(162.8571428571, 203.8095238095, 218.1428571429);
}
.ccm-page .ccm-block-top-navigation-bar .navbar-toggler .icon-bar:nth-of-type(1) {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}
.ccm-page .ccm-block-top-navigation-bar .navbar-toggler .icon-bar:nth-of-type(2) {
  opacity: 0;
}
.ccm-page .ccm-block-top-navigation-bar .navbar-toggler .icon-bar:nth-of-type(3) {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}
.ccm-page .ccm-block-top-navigation-bar .navbar-toggler .icon-bar + .icon-bar {
  margin-top: 5px;
}
.ccm-page .ccm-block-top-navigation-bar .navbar-toggler.collapsed .icon-bar:nth-of-type(1) {
  transform: rotate(0);
}
.ccm-page .ccm-block-top-navigation-bar .navbar-toggler.collapsed .icon-bar:nth-of-type(2) {
  opacity: 1;
}
.ccm-page .ccm-block-top-navigation-bar .navbar-toggler.collapsed .icon-bar:nth-of-type(3) {
  transform: rotate(0);
}
.ccm-page .ccm-block-top-navigation-bar .navbar-toggler:hover .icon-bar {
  background-color: #0d6efd;
}
.ccm-page .wave-content {
  overflow: hidden;
  padding: 1.5em 1.8em 4.6em;
  position: relative;
  transition-duration: 0.2s;
}
@media (min-width: 576px) {
  .ccm-page .wave-content {
    padding: 1.7em 2.2em 5.4em;
  }
}
@media (min-width: 992px) {
  .ccm-page .wave-content {
    height: 100%;
  }
}
.ccm-page .wave-content svg {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}
.ccm-page .wave-content svg .cls-1 {
  fill: rgba(255, 255, 255, 0.3);
}
.ccm-page .wave-content svg .cls-2 {
  fill: rgba(255, 255, 255, 0.4);
}
.ccm-page .wave-content .content {
  margin-bottom: 0.7em;
}
.ccm-page .wave-content h2 {
  font-size: calc(1.275rem + 0.3vw);
  font-weight: bold;
}
@media (min-width: 1200px) {
  .ccm-page .wave-content h2 {
    font-size: 1.5rem;
  }
}
.ccm-page .wave-content h3 {
  font-size: calc(1.255rem + 0.06vw);
  font-weight: bold;
}
@media (min-width: 1200px) {
  .ccm-page .wave-content h3 {
    font-size: 1.3rem;
  }
}
.ccm-page .wave-content p, .ccm-page .wave-content a {
  font-weight: bold;
}
.ccm-page .wave-content a {
  font-size: 1.19rem;
}
.ccm-page .wave-content.bg-primary.has-link:hover {
  background-color: rgb(0, 123.6591715976, 138.4) !important;
}
.ccm-page .wave-content.bg-primary a {
  color: rgb(220, 251.2721893491, 255);
}
.ccm-page .wave-content.bg-primary a:hover {
  color: rgb(179.2, 246.9266272189, 255);
}
.ccm-page .wave-content.bg-secondary.has-link:hover {
  background-color: rgb(97.9148387097, 123.5974193548, 0.8025806452) !important;
}
.ccm-page .wave-content.bg-secondary a {
  color: rgb(244.5677419355, 254.6838709677, 206.3161290323);
}
.ccm-page .wave-content.bg-secondary a:hover {
  color: rgb(235.8812903226, 254.4206451613, 165.7793548387);
}
.ccm-page .wave-content.bg-green.has-link:hover {
  background-color: rgb(97.9148387097, 123.5974193548, 0.8025806452) !important;
}
.ccm-page .wave-content.bg-green a {
  color: rgb(244.5677419355, 254.6838709677, 206.3161290323);
}
.ccm-page .wave-content.bg-green a:hover {
  color: rgb(235.8812903226, 254.4206451613, 165.7793548387);
}
.ccm-page .wave-content.bg-blue.has-link:hover {
  background-color: rgb(0, 123.6591715976, 138.4) !important;
}
.ccm-page .wave-content.bg-blue a {
  color: rgb(220, 251.2721893491, 255);
}
.ccm-page .wave-content.bg-blue a:hover {
  color: rgb(179.2, 246.9266272189, 255);
}
.ccm-page .wave-content.bg-dark-teal.has-link:hover {
  background-color: rgb(27.2571428571, 57.5428571429, 68.1428571429) !important;
}
.ccm-page .wave-content.bg-dark-teal a {
  color: rgb(199.2857142857, 224.0476190476, 232.7142857143);
}
.ccm-page .wave-content.bg-dark-teal a:hover {
  color: rgb(170.1428571429, 207.8571428571, 221.0571428571);
}
.ccm-page .wave-content.bg-purple.has-link:hover {
  background-color: rgb(60.8487804878, 31.5512195122, 51.0829268293) !important;
}
.ccm-page .wave-content.bg-purple a {
  color: rgb(227.3414634146, 201.6585365854, 218.7804878049);
}
.ccm-page .wave-content.bg-purple a:hover {
  color: rgb(213.4097560976, 174.7902439024, 200.5365853659);
}
.ccm-page .wave-content.bg-orange.has-link:hover {
  background-color: rgb(190.08, 58.752, 4.32) !important;
}
.ccm-page .wave-content.bg-orange a {
  color: white;
}
.ccm-page .wave-content.bg-orange a:hover {
  color: rgb(254.56, 241.184, 235.64);
}
.ccm-page .wave-content.bg-dark-orange.has-link:hover {
  background-color: rgb(158.6697674419, 50.6027906977, 25.7302325581) !important;
}
.ccm-page .wave-content.bg-dark-orange a {
  color: white;
}
.ccm-page .wave-content.bg-dark-orange a:hover {
  color: rgb(250.8418604651, 233.3776744186, 229.3581395349);
}
.ccm-page .wave-content.bg-light-grey.has-link:hover {
  background-color: rgb(222.7, 222.7, 222.7) !important;
}
.ccm-page .wave-content.bg-light-grey a {
  color: white;
}
.ccm-page .wave-content.bg-light-grey a:hover {
  color: white;
}
.ccm-page .wave-content.bg-dark-grey.has-link:hover {
  background-color: rgb(69.7, 69.7, 69.7) !important;
}
.ccm-page .wave-content.bg-dark-grey a {
  color: #eeeeee;
}
.ccm-page .wave-content.bg-dark-grey a:hover {
  color: rgb(217.6, 217.6, 217.6);
}
.ccm-page footer {
  background-color: #0097a9;
  color: #fff;
}
.ccm-page footer:before {
  background: #fff url("/application/themes/elccu/img/footer-aurora.png") no-repeat 50% 100%;
  background-size: contain;
  content: "";
  display: block;
  height: 12.6vw;
}
.ccm-page footer .row {
  padding: 2em 1em;
}
.ccm-page footer h3 {
  font-size: calc(1.275rem + 0.3vw);
  font-weight: bold;
  text-align: center;
}
@media (min-width: 1200px) {
  .ccm-page footer h3 {
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .ccm-page footer h3 {
    text-align: left;
  }
}
.ccm-page footer p {
  color: #fff;
  font-size: 1.19rem;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 1200px) {
  .ccm-page footer p {
    text-align: left;
  }
}
.ccm-page footer a {
  color: rgb(204.7, 249.6426035503, 255);
}
.ccm-page footer a:hover {
  color: rgb(143.5, 243.124260355, 255);
}
@media (min-width: 1600px) {
  .ccm-page footer .funding-logos {
    margin-top: 3.1em;
  }
}
@media (min-width: 1920px) {
  .ccm-page footer .funding-logos {
    margin-top: 2.2em;
  }
}
@media (min-width: 2500px) {
  .ccm-page footer .funding-logos {
    margin-top: 0;
  }
}
.ccm-page footer img {
  display: block;
  margin: 0 auto 1.6em;
}
@media (min-width: 1600px) {
  .ccm-page footer img {
    margin-bottom: 1.8em;
  }
}
@media (min-width: 1920px) {
  .ccm-page footer img {
    margin-bottom: 1.4em;
  }
}
@media (min-width: 2500px) {
  .ccm-page footer img {
    margin-bottom: 1.1em;
  }
}
@media (min-width: 1600px) {
  html[lang=fr] .ccm-page footer img {
    margin-bottom: 3.1em;
  }
}
@media (min-width: 1920px) {
  html[lang=fr] .ccm-page footer img {
    margin-bottom: 2.9em;
  }
}
@media (min-width: 2500px) {
  html[lang=fr] .ccm-page footer img {
    margin-bottom: 2.5em;
  }
}
.ccm-page footer .img-fluid {
  max-width: 100%;
}
@media (min-width: 325px) {
  .ccm-page footer .img-fluid {
    max-width: 225px;
  }
}
@media (min-width: 1600px) {
  .ccm-page footer .img-fluid {
    max-width: 100%;
  }
}
@media (min-width: 2500px) {
  .ccm-page footer .img-fluid {
    max-width: 90%;
  }
}
@media (min-width: 1600px) {
  .ccm-page footer .right-border {
    border-right: 1px solid #fff;
  }
}
.ccm-page footer .right-border p {
  margin-top: 1rem;
  text-align: center;
}
@media (min-width: 1200px) {
  .ccm-page footer .right-border p {
    text-align: right;
  }
}
@media (min-width: 1600px) {
  .ccm-page footer .right-border p {
    float: right;
    max-width: 360px;
  }
}
.ccm-page footer .search-form {
  margin: 0 auto 1em;
  max-width: 375px;
}
@media (min-width: 1200px) {
  .ccm-page footer .search-form {
    margin: 0 0 1em 0;
  }
}
.ccm-page footer .search-form label {
  font-size: 1.19rem;
  font-weight: bold;
}
.ccm-page footer .search-form .btn-light-grey {
  background: rgb(199.75, 199.75, 199.75);
  border: none;
}
.ccm-page footer .search-form .btn-light-grey:hover {
  background: rgb(176.8, 176.8, 176.8);
}
.ccm-page .color-banner {
  margin-bottom: 1.2em;
  position: relative;
  /* // this was used for the water mark which has been replaced by a circle image - if not needed this can be removed
  @include media-breakpoint-up(xxl){
    background: transparent url('/application/themes/elccu/img/watermark-people.webp') no-repeat 95% 85%;
    background-size:auto 75%;
  }
  @include media-breakpoint-up(xxxl){
    background-size: auto 80%;
    background-position-x:90%;
  }
  @include media-breakpoint-up(xxxxl){
    background-size: auto 95%;
    background-position-x:82%;
  }
  @include media-breakpoint-up(xxxxxl){
    background-size: auto 90%;
    background-position-x:75%;
  }
  */
}
.ccm-page .color-banner:after {
  content: "";
  position: absolute;
  width: 100%;
  box-shadow: 0 0 5px;
  height: 1px;
  top: 0;
}
.ccm-page .color-banner .banner-image {
  display: none;
}
@media (min-width: 992px) {
  .ccm-page .color-banner .banner-image {
    border: 4px solid #fff;
    display: block;
    margin-bottom: -50%;
    max-width: 90%;
    position: relative;
    z-index: 2;
  }
}
.ccm-page .color-banner .content-banner-wrapper {
  padding-top: 1em;
  padding-bottom: 4em;
}
@media (min-width: 768px) {
  .ccm-page .color-banner .content-banner-wrapper {
    padding-top: 3em;
  }
}
@media (min-width: 992px) {
  .ccm-page .color-banner .content-banner-wrapper {
    padding-top: 2em;
    padding-bottom: 0;
    margin-bottom: -0.9em;
  }
}
@media (min-width: 1200px) {
  .ccm-page .color-banner .content-banner-wrapper {
    margin-bottom: -1.9em;
  }
}
@media (min-width: 2500px) {
  .ccm-page .color-banner .content-banner-wrapper {
    margin-bottom: -5.5em;
  }
}
.ccm-page .color-banner .content-banner-wrapper h1 {
  font-size: 3rem;
  padding-top: 0.7em;
}
@media (min-width: 992px) {
  .ccm-page .color-banner .content-banner-wrapper h1 {
    padding-top: 1.2em;
    position: relative;
    z-index: 1;
  }
}
@media (min-width: 1200px) {
  .ccm-page .color-banner .content-banner-wrapper h1 {
    padding-top: 1.6em;
  }
}
@media (min-width: 2500px) {
  .ccm-page .color-banner .content-banner-wrapper h1 {
    padding-top: 2.2em;
  }
}
.ccm-page .color-banner .content-banner-wrapper h2 {
  position: relative;
  z-index: 1;
}
.ccm-page .color-banner + .swoosh img {
  width: 100%;
}
@media (min-width: 992px) {
  .ccm-page .color-banner + .swoosh #switch-language {
    bottom: -30%;
    right: 2.3%;
  }
}
@media (min-width: 1200px) {
  .ccm-page .color-banner + .swoosh #switch-language {
    bottom: -27%;
  }
}
@media (min-width: 1400px) {
  .ccm-page .color-banner + .swoosh #switch-language {
    bottom: -27%;
    right: 4.9%;
  }
}
@media (min-width: 1330px) {
  .ccm-page .color-banner + .swoosh #switch-language {
    bottom: -20%;
    right: 3.7%;
  }
}
@media (min-width: 1400px) {
  .ccm-page .color-banner + .swoosh #switch-language {
    right: 4.9%;
  }
}
@media (min-width: 1500px) {
  .ccm-page .color-banner + .swoosh #switch-language {
    right: 8.7%;
  }
}
@media (min-width: 1600px) {
  .ccm-page .color-banner + .swoosh #switch-language {
    bottom: 60%;
    right: 2.3%;
  }
}
@media (min-width: 2500px) {
  .ccm-page .color-banner + .swoosh #switch-language {
    bottom: 65%;
    font-size: 1.19rem;
  }
}
.ccm-page .container-wide {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
  max-width: 1600px;
}
.ccm-page .container-wide .row {
  margin-left: -0.75em;
  margin-right: -0.75em;
}
.ccm-page h1 {
  color: #244c5a;
  font-size: calc(1.405rem + 1.86vw);
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0.3em;
}
@media (min-width: 1200px) {
  .ccm-page h1 {
    font-size: 2.8rem;
  }
}
.ccm-page h2 {
  color: #555;
  font-weight: 500;
}
.ccm-page h2.larger {
  font-size: calc(1.385rem + 1.62vw);
}
@media (min-width: 1200px) {
  .ccm-page h2.larger {
    font-size: 2.6rem;
  }
}
.ccm-page h3 {
  color: #555;
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  .ccm-page h3 {
    font-size: 1.75rem;
  }
}
.ccm-page h4 {
  color: #555;
}
.ccm-page h1 + h2 {
  margin-top: -0.3em;
}
.ccm-page p + h2 {
  margin-top: 0.8em;
}
.ccm-page p, .ccm-page li {
  color: #555;
  font-size: 1.19rem;
  line-height: 1.3;
  font-weight: 400;
  word-wrap: break-word;
  word-break: break-word;
}
.ccm-page p strong, .ccm-page li strong {
  font-weight: bold;
}
.ccm-page ul {
  padding-left: 3em;
}
.ccm-page li {
  margin-bottom: 0.8em;
}
.ccm-page .lead {
  font-size: calc(1.28rem + 0.36vw);
}
@media (min-width: 1200px) {
  .ccm-page .lead {
    font-size: 1.55rem;
  }
}
.ccm-page .small {
  font-size: 80%;
}
.ccm-page a {
  font-weight: 700;
  color: #0097a9;
}
.ccm-page a:hover {
  color: rgb(0, 105.4319526627, 118);
}
.ccm-page ul.check-mark-list li,
.ccm-page ul.centered-check-mark-list li {
  list-style: none;
}
.ccm-page ul.check-mark-list li:before,
.ccm-page ul.centered-check-mark-list li:before {
  font-family: bootstrap-icons !important;
  color: var(--accent-color);
  -webkit-font-smoothing: antialiased;
  content: "\f633";
  display: inline-block;
  margin-left: -1.2em;
  height: 1.3em;
  width: 1.2em;
  transform: translateY(0.2em);
  font-size: 1.5rem;
}
.ccm-page ul.centered-check-mark-list {
  display: block;
  padding-left: 0;
  text-align: center;
}
.ccm-page #switch-language {
  bottom: 4%;
  right: 5%;
  position: absolute;
  text-decoration: underline;
  z-index: 3;
}
@media (min-width: 576px) {
  .ccm-page #switch-language {
    bottom: 6%;
  }
}
@media (min-width: 768px) {
  .ccm-page #switch-language {
    bottom: 10%;
  }
}
@media (min-width: 1200px) {
  .ccm-page #switch-language {
    bottom: 13%;
  }
}
@media (min-width: 1600px) {
  .ccm-page #switch-language {
    bottom: 18%;
  }
}
@media (min-width: 1920px) {
  .ccm-page #switch-language {
    bottom: 21%;
  }
}
@media (min-width: 2500px) {
  .ccm-page #switch-language {
    bottom: 23%;
    font-size: 1.19rem;
  }
}
.ccm-page #go-to-section-nav {
  margin-top: -13em;
  position: relative;
  background: rgb(28.7142857143, 60.619047619, 71.7857142857);
}
.ccm-page #go-to-section-nav:hover {
  background: darken #244c5a, 15%;
}
@media (min-width: 768px) {
  .ccm-page #go-to-section-nav {
    margin-top: -16em;
  }
}
@media (min-width: 576px) {
  .ccm-page .swoosh #switch-language {
    bottom: 6%;
  }
}
@media (min-width: 768px) {
  .ccm-page .swoosh #switch-language {
    bottom: 38%;
  }
}
@media (min-width: 1200px) {
  .ccm-page .swoosh #switch-language {
    bottom: 50%;
  }
}
@media (min-width: 1920px) {
  .ccm-page .swoosh #switch-language {
    bottom: 60%;
  }
}
@media (min-width: 2500px) {
  .ccm-page .swoosh #switch-language {
    bottom: 65%;
  }
}
.ccm-page aside h3 {
  font-size: calc(1.28rem + 0.36vw);
}
@media (min-width: 1200px) {
  .ccm-page aside h3 {
    font-size: 1.55rem;
  }
}
.ccm-page .table > thead {
  font-size: 1.2rem;
}
.ccm-page .pagination {
  padding-left: 0;
  justify-content: center;
  flex-wrap: wrap !important;
  margin-bottom: 0.8em;
}
.ccm-page .pagination li {
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  .ccm-page .hidden-xs {
    display: none;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .ccm-page .hidden-sm {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .ccm-page .hidden-md {
    display: none;
  }
}
@media (min-width: 1200px) {
  .ccm-page .hidden-lg {
    display: none;
  }
}
.ccm-page .btn-primary {
  color: #fff;
}
.ccm-page .btn-primary:hover {
  color: #fff;
}
.ccm-page .vertically-center .row .row {
  align-items: center;
}
.ccm-page .ccm-block-express-form label {
  font-weight: bold;
}
.ccm-page section.ccm-container-dk-teal-background {
  margin: 4em 0;
}
.ccm-page section.ccm-container-dk-teal-background h1, .ccm-page section.ccm-container-dk-teal-background h2, .ccm-page section.ccm-container-dk-teal-background h3, .ccm-page section.ccm-container-dk-teal-background h4, .ccm-page section.ccm-container-dk-teal-background h5, .ccm-page section.ccm-container-dk-teal-background h6, .ccm-page section.ccm-container-dk-teal-background p, .ccm-page section.ccm-container-dk-teal-background li {
  color: white;
}
.ccm-page section.ccm-container-dk-teal-background h2 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: bold;
}
@media (min-width: 1200px) {
  .ccm-page section.ccm-container-dk-teal-background h2 {
    font-size: 3rem;
  }
}
.ccm-page section.ccm-container-dk-teal-background .lead {
  color: rgb(162.8571428571, 203.8095238095, 218.1428571429);
  font-size: calc(1.31rem + 0.72vw);
  font-weight: 300;
}
@media (min-width: 1200px) {
  .ccm-page section.ccm-container-dk-teal-background .lead {
    font-size: 1.85rem;
  }
}
.ccm-page section.ccm-container-dk-teal-background .text-blue {
  color: #a3ccda !important;
}
.ccm-page section.ccm-container-dk-teal-background a {
  color: #a3ccda;
}
.ccm-page section.ccm-container-dk-teal-background a:hover {
  color: rgb(144.8139534884, 193.9186046512, 210.6860465116);
}
.ccm-page section.ccm-container-dk-teal-feature {
  background: #244c5a url("/application/themes/elccu/img/people.png") no-repeat 100% 100%;
  background-size: auto;
  margin: 4em 0;
}
@media (min-width: 2500px) {
  .ccm-page section.ccm-container-dk-teal-feature {
    background-size: auto 75%;
  }
}
.ccm-page section.ccm-container-dk-teal-feature h1, .ccm-page section.ccm-container-dk-teal-feature h2, .ccm-page section.ccm-container-dk-teal-feature h3, .ccm-page section.ccm-container-dk-teal-feature h4, .ccm-page section.ccm-container-dk-teal-feature h5, .ccm-page section.ccm-container-dk-teal-feature h6, .ccm-page section.ccm-container-dk-teal-feature p, .ccm-page section.ccm-container-dk-teal-feature li {
  color: white;
}
.ccm-page section.ccm-container-dk-teal-feature h2 {
  font-size: calc(1.405rem + 1.86vw);
  font-weight: bold;
}
@media (min-width: 1200px) {
  .ccm-page section.ccm-container-dk-teal-feature h2 {
    font-size: 2.8rem;
  }
}
.ccm-page section.ccm-container-dk-teal-feature .lead {
  color: rgb(162.8571428571, 203.8095238095, 218.1428571429);
  font-size: calc(1.31rem + 0.72vw);
  font-weight: 300;
}
@media (min-width: 1200px) {
  .ccm-page section.ccm-container-dk-teal-feature .lead {
    font-size: 1.85rem;
  }
}
.ccm-page section.ccm-container-dk-teal-feature .text-blue {
  color: #a3ccda !important;
}
.ccm-page section.ccm-container-dk-teal-feature a {
  color: #a3ccda;
}
.ccm-page section.ccm-container-dk-teal-feature a:hover {
  color: rgb(144.8139534884, 193.9186046512, 210.6860465116);
}
.ccm-page .ccm-container-grey-bg .border-wrapper.border-green a {
  color: rgb(113.9716129032, 143.8658064516, 0.9341935484);
}
.ccm-page .ccm-container-grey-bg .border-wrapper h2.border-wrapper-title {
  background: #eee;
}
.ccm-page .ccm-container > .container-wide {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.ccm-page .ccm-container + .ccm-container {
  margin-top: -5rem !important;
}
.ccm-page .simple-select .form-label {
  font-size: 1.2rem;
}

/*# sourceMappingURL=default.css.map*/