@charset "UTF-8";
/**
 * Various tweaks that make the edit mode experience more seamless
 */
.ccm-ui {
  --bs-blue: #4fbfed !important;
  --bs-dark-blue: #293861 !important;
  --bs-yellow: #f2ca04 !important;
  --bs-turquoise: #75d6dd !important;
  --bs-purple: #6a64ae !important;
  --bs-blue-purple: #6593ce !important;
  --bs-coral: #ff6f59 !important;
}

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

.ccm-panel h1, .ccm-panel h2, .ccm-panel h3, .ccm-panel h4 {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif;
}

/* 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(79, 191, 237, 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;
}

/* stylelint-disable selector-class-pattern */
#searchResults .pageLink {
  color: #999;
  display: block;
  font-size: 12px;
  margin: 2px 0 8px;
  padding: 0;
}

#searchResults .searchResult {
  margin-bottom: 16px;
  margin-top: 24px;
}

#searchResults .searchResult h3 {
  margin-bottom: 0;
  padding-bottom: 0;
}

#searchResults .searchResult p {
  margin-top: 4px;
}

ul.ccm-search-block-tag-cloud {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul.ccm-search-block-tag-cloud li {
  color: #ccc;
  display: inline-block;
  font-size: 10px;
  margin: 0;
  margin-bottom: 8px;
  margin-right: 8px;
  padding: 0;
  zoom: 1;
}

ul.ccm-search-block-tag-cloud li a {
  background-color: #f6f6f6;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  padding: 4px;
  text-decoration: none;
  vertical-align: middle;
}

ul.ccm-search-block-tag-cloud li a:hover {
  background-color: #e8e8e8;
  color: #333;
}

ul.ccm-search-block-tag-cloud li {
  float: left;
  margin-left: 0;
  margin-right: 20px;
  padding: 0;
  white-space: nowrap;
}

ul.ccm-search-block-tag-cloud li {
  float: left;
  margin-left: 0;
  margin-right: 20px;
  padding: 0;
  white-space: nowrap;
}

.ccm-page {
  position: relative;
}
.ccm-page .accordion {
  margin-top: 0.8em;
  padding-top: 0.5em;
  margin-bottom: 1em;
}
.ccm-page .accordion .accordion-item {
  background: transparent;
  border: none;
  padding: 0;
}
.ccm-page .accordion .accordion-header {
  background: transparent;
  padding: 0;
  position: relative;
  display: block;
  outline: none;
  text-decoration: none;
}
.ccm-page .accordion .accordion-header:hover {
  background: rgb(243.41875, 244.1, 244.78125);
}
.ccm-page .accordion .accordion-header .accordion-button {
  background: transparent;
  border-bottom: 1px dashed #4fbfed;
  color: #4fbfed;
  padding: 1.1rem 1.55rem 0.4rem;
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  .ccm-page .accordion .accordion-header .accordion-button {
    font-size: 1.5rem;
  }
}
.ccm-page .accordion .accordion-header .accordion-button::after {
  position: absolute;
  left: 0;
  top: 0.85em;
  transition-duration: 0.2s;
  transform: rotate(-90deg);
}
.ccm-page .accordion .accordion-header .accordion-button:not(.collapsed) {
  background: none;
}
.ccm-page .accordion .accordion-header .accordion-button:not(.collapsed)::after {
  color: #4fbfed;
  transform: rotate(0deg);
}
.ccm-page .accordion .accordion-header .accordion-button:focus {
  box-shadow: none;
}
.ccm-page .accordion .accordion-body {
  background: #fff;
  padding: 1rem 1.55rem;
}
.ccm-page .accordion.accordion-transparent .accordion-body {
  background: transparent;
}
.ccm-page .border-wrapper h2.border-wrapper-title + .ccm-block-accordion {
  margin-top: 0;
  margin-bottom: 1.5em;
}
.ccm-page .button-align-middle {
  text-align: center;
}
.ccm-page .button-align-left {
  text-align: left;
}
.ccm-page .button-align-right {
  text-align: right;
}
.ccm-page .button-align-full {
  text-align: center;
  display: block;
}
.ccm-page .button-align-full a {
  display: block;
}
.ccm-page .btn-yellow,
.ccm-page .btn-blue,
.ccm-page .btn-coral {
  color: #fff !important;
  font-weight: 500 !important;
}
.ccm-page [class^=btn-outline-],
.ccm-page [class*=btn-outline-] {
  background: #fff;
  font-weight: 500;
}
.ccm-page [class^=btn-outline-]:hover,
.ccm-page [class*=btn-outline-]:hover {
  background: #f6f7f7;
  color: var(--bs-btn-color);
}
.ccm-page .container .border-wrapper-edit-mode-label,
.ccm-page .container .border-wrapper {
  max-width: calc(1320px - 6rem);
}
.ccm-page .container-wide .border-wrapper-edit-mode-label,
.ccm-page .container-wide .border-wrapper {
  max-width: calc(1515px - 6rem);
}
.ccm-page .container-x-wide .border-wrapper-edit-mode-label,
.ccm-page .container-x-wide .border-wrapper {
  max-width: calc(1665px - 6rem);
}
.ccm-page .container-xx-wide .border-wrapper-edit-mode-label,
.ccm-page .container-xx-wide .border-wrapper {
  max-width: calc(1890px - 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 {
  max-width: calc(1600px - 3rem);
}
@media (min-width: 992px) {
  .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-wrapper-border.border-wrapper-has-title {
  padding-top: 0 !important;
}
.ccm-page .border-wrapper.border-wrapper-border .border-wrapper-title {
  background: #fff;
  display: table;
  margin: -0.5em 0 0.3em -0.65em !important;
  padding: 0 0.4em !important;
}
@media only screen and (min-width: 768px) {
  .ccm-page .border-wrapper.border-wrapper-border .border-wrapper-title {
    margin: -1.3em 0 0.3em -0.65em;
  }
}
.ccm-page .border-wrapper.border-wrapper-border .border-wrapper-title + * {
  margin-top: 25px;
}
.ccm-page .border-wrapper-edit-mode-label {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}
.ccm-page .border-wrapper {
  border: 2px solid transparent;
  margin: 3.5em 0 1em;
  padding: 1.7em 2em;
}
.ccm-page .border-wrapper > :first-child {
  margin-top: 0;
}
.ccm-page .border-wrapper > :last-child:not(.basic-accordion) {
  margin-bottom: 0;
}
.ccm-page .border-wrapper .basic-accordion:last-child {
  margin-bottom: 1.1em;
}
.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 h2.border-wrapper-title {
  background: #fff;
  display: table;
  margin: -0.5em 0 0.3em -0.65em;
  padding: 0 0.4em;
  font-size: 2.4rem;
}
@media (min-width: 576px) {
  .ccm-page .border-wrapper h2.border-wrapper-title {
    font-size: 2.8rem;
    margin: -1.3em 0 0.3em -0.65em;
  }
}
.ccm-page .border-wrapper h2.border-wrapper-title + * {
  margin-top: 9px;
}
.ccm-page .border-wrapper .border-wrapper-has-title {
  padding-top: 0;
}
.ccm-page .border-wrapper.border-wrapper-grey {
  background: #f5f5f5;
  border: none;
  border-radius: 5px;
}
.ccm-page .border-wrapper.border-wrapper-white-bg {
  background: #fff;
  border: none;
  box-shadow: 1px 1px 5px 0.2;
  margin-top: 0;
  border-radius: 7px;
}
.ccm-page .border-wrapper.border-wrapper-white-bg h2 {
  font-size: 3.2rem;
  margin-bottom: 0.1em;
  font-size: 4.2rem;
}
.ccm-page .border-wrapper.border-wrapper-white-bg h3 {
  margin-top: 0;
  font-weight: normal;
}
.ccm-page .border-wrapper.border-wrapper-white-bg h2 + h3 {
  margin-left: 0.1em;
}
.ccm-page .border-wrapper.border-wrapper-blue {
  border-color: #4fbfed;
}
.ccm-page .border-wrapper.border-wrapper-blue a,
.ccm-page .border-wrapper.border-wrapper-blue div.accordion .panel .panel-heading a {
  color: #4fbfed;
}
.ccm-page .border-wrapper.border-wrapper-blue a:hover,
.ccm-page .border-wrapper.border-wrapper-blue div.accordion .panel .panel-heading a:hover {
  color: rgb(19.8556701031, 143.4020618557, 194.1443298969);
}
.ccm-page .border-wrapper.border-wrapper-blue h2.border-wrapper-title {
  color: #4fbfed;
}
.ccm-page .border-wrapper.border-wrapper-lt-blue {
  border-color: rgb(148.4020618557, 216.2371134021, 244.0979381443);
}
.ccm-page .border-wrapper.border-wrapper-lt-blue a,
.ccm-page .border-wrapper.border-wrapper-lt-blue div.accordion .panel .panel-heading a {
  color: rgb(148.4020618557, 216.2371134021, 244.0979381443);
}
.ccm-page .border-wrapper.border-wrapper-lt-blue a:hover,
.ccm-page .border-wrapper.border-wrapper-lt-blue div.accordion .panel .panel-heading a:hover {
  color: rgb(55.8659793814, 182.587628866, 234.6340206186);
}
.ccm-page .border-wrapper.border-wrapper-lt-blue h2.border-wrapper-title {
  color: rgb(148.4020618557, 216.2371134021, 244.0979381443);
}
.ccm-page .border-wrapper.border-dashed {
  border-style: dashed !important;
  border-width: 2px !important;
  border-radius: 0 !important;
}
.ccm-page .border-wrapper.shadow {
  border: none !important;
}
.ccm-page .border-wrapper.semi-transparent.bg-primary {
  background-color: rgba(79, 191, 237, 0.7) !important;
}
.ccm-page .border-wrapper.semi-transparent.bg-secondary {
  background-color: rgba(41, 56, 97, 0.7) !important;
}
.ccm-page .border-wrapper.semi-transparent.bg-tertiary {
  background-color: rgba(242, 202, 4, 0.7) !important;
}
.ccm-page .border-wrapper.semi-transparent.bg-light-grey {
  background-color: rgba(238, 239, 240, 0.7) !important;
}
.ccm-page .border-wrapper.semi-transparent.bg-grey {
  background-color: rgba(204, 204, 204, 0.7) !important;
}
.ccm-page .border-wrapper.semi-transparent.bg-dark {
  background-color: rgba(33, 37, 41, 0.7) !important;
}
.ccm-page .border-wrapper.semi-transparent.bg-light {
  background-color: rgba(255, 255, 255, 0.7) !important;
}
.ccm-page .border-wrapper.semi-transparent.bg-blue {
  background-color: rgba(79, 191, 237, 0.7) !important;
}
.ccm-page .border-wrapper.semi-transparent.bg-dark-blue {
  background-color: rgba(41, 56, 97, 0.7) !important;
}
.ccm-page .border-wrapper.semi-transparent.bg-yellow {
  background-color: rgba(242, 202, 4, 0.7) !important;
}
.ccm-page .border-wrapper.semi-transparent.bg-turquoise {
  background-color: rgba(117, 214, 221, 0.7) !important;
}
.ccm-page .border-wrapper.semi-transparent.bg-blue-purple {
  background-color: rgba(101, 147, 206, 0.7) !important;
}
.ccm-page .border-wrapper.semi-transparent.bg-coral {
  background-color: rgba(255, 111, 89, 0.7) !important;
}
.ccm-page .border-wrapper.semi-transparent.bg-dark-grey {
  background-color: rgba(101, 98, 99, 0.7) !important;
}
.ccm-page .border-wrapper.semi-transparent.bg-purple {
  background-color: rgba(106, 100, 174, 0.7) !important;
}
.ccm-page .border-wrapper.semi-transparent.bg-white {
  background-color: rgba(255, 255, 255, 0.7) !important;
}
.ccm-page .border-wrapper.bg-light-grey {
  background-color: rgb(246.128125, 246.65, 247.171875) !important;
}
.ccm-page .blue-bg h2.border-wrapper-title {
  font-size: 2.6rem;
  font-weight: 400;
  background: #71d4fb;
  padding: 0.2em 0.4em;
}
.ccm-page .page-type-blog-post .border-wrapper {
  margin-top: 0.2em;
}
.ccm-page .bio .image-border {
  background: transparent;
  max-width: 67%;
}
.ccm-page .board-member .image-border,
.ccm-page .board-member-modal-content .image-border {
  max-width: 67%;
}
.ccm-page .board-member .image-border img,
.ccm-page .board-member-modal-content .image-border img {
  box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.8);
}
.ccm-page .board-member {
  cursor: pointer;
  margin: 2.6em auto 1em auto;
  max-width: 26em;
  padding: 2em 2em 4em 2em;
}
.ccm-page .board-member:hover {
  background-color: #eeeff0;
}
.ccm-page .board-member:hover .btn {
  background: #eeeff0;
}
.ccm-page .board-member > .btn {
  font-size: 1rem;
  line-height: 1;
}
.ccm-page .board-member-modal-content .modal-content {
  padding: 1em 1.5em;
}
.ccm-page .board-member-modal-content .modal-content .image-border {
  transform: translateX(12px);
}
@media (min-width: 992px) {
  .ccm-page .board-member-modal-content .modal-content .image-border {
    max-width: 30%;
    margin-right: 1.6em;
    padding: 0.5em;
    transform: translateX(0.5em);
  }
}
.ccm-page .board-member-modal-content .modal-content .close {
  position: relative;
  z-index: 2;
}
.ccm-page .staff img,
.ccm-page .staff-modal-content img {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  margin: 1em auto 0;
  max-width: 60%;
  z-index: 1;
}
.ccm-page .staff {
  margin: 2.6em auto 1em auto;
  cursor: pointer;
}
@media (min-width: 992px) {
  .ccm-page .staff {
    margin-top: 3.6em;
  }
}
.ccm-page .staff .staff-image {
  position: relative;
}
.ccm-page .staff .staff-image:before, .ccm-page .staff .staff-image:after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  z-index: 0;
}
.ccm-page .staff .staff-image:before {
  background: rgb(243.41875, 244.1, 244.78125);
  width: 35%;
  padding-top: 35%;
}
@media (min-width: 768px) {
  .ccm-page .staff .staff-image:before {
    width: 20%;
    padding-top: 20%;
    left: 12em;
  }
}
@media (min-width: 992px) {
  .ccm-page .staff .staff-image:before {
    width: 35%;
    padding-top: 35%;
    left: 0;
  }
}
.ccm-page .staff .staff-image:after {
  background: rgb(252.1170731707, 223.287804878, 80.5829268293);
  width: 15%;
  padding-top: 15%;
  bottom: 0;
  right: 0;
}
@media (min-width: 768px) {
  .ccm-page .staff .staff-image:after {
    width: 8%;
    padding-top: 8%;
    right: 15em;
  }
}
@media (min-width: 992px) {
  .ccm-page .staff .staff-image:after {
    width: 15%;
    padding-top: 15%;
    right: 0;
  }
}
@media (min-width: 768px) {
  .ccm-page .staff .staff-image img {
    max-width: 33%;
  }
}
@media (min-width: 992px) {
  .ccm-page .staff .staff-image img {
    max-width: 60%;
  }
}
.ccm-page .staff > .btn {
  font-size: 1.125rem;
  line-height: 1;
}
.ccm-page .staff-modal-content .content {
  text-align: left;
}
.ccm-page .staff-modal-content .close {
  position: relative;
  z-index: 2;
}
.ccm-page .staff-modal-content img {
  transform: translateX(12px);
}
@media (min-width: 992px) {
  .ccm-page .staff-modal-content img {
    max-width: 30%;
    transform: translateX(0);
  }
}
.ccm-page .staff-modal-content .modal-content {
  overflow: hidden;
  padding: 1em 1.5em;
}
.ccm-page .campaign-thermometer h2 {
  font-size: 3.6rem;
}
.ccm-page .campaign-thermometer.campaign-thermometer-direction-ltr .outer, .ccm-page .campaign-thermometer.campaign-thermometer-direction-ltr .inner {
  background-position: 100% 0;
  background-size: auto 100%;
}
.ccm-page .campaign-thermometer.campaign-thermometer-direction-btt .outer, .ccm-page .campaign-thermometer.campaign-thermometer-direction-btt .inner {
  background-position: 0 0;
  background-size: 100% auto;
}
.ccm-page .campaign-thermometer .outer, .ccm-page .campaign-thermometer .inner {
  background-repeat: no-repeat;
}
.ccm-page .campaign-thermometer img {
  visibility: hidden;
}
.ccm-page .campaign-thermometer .outer {
  max-width: 200px;
}
.ccm-page .campaign-thermometer .inner {
  width: 100%;
  height: 100%;
}
.ccm-page .contained {
  max-width: 1000px;
}
.ccm-page .file-plus img {
  border: 1px solid #ccc;
}
.ccm-page .feature-item {
  margin: 1.5em auto;
  max-width: 510px;
  padding: 2em;
}
@media (min-width: 576px) {
  .ccm-page .feature-item {
    padding: 3.5em 4em 4em;
  }
}
@media (min-width: 768px) {
  .ccm-page .feature-item {
    padding: 2.5em 1.4em 2em;
  }
}
@media (min-width: 1200px) {
  .ccm-page .feature-item {
    padding: 3.5em 4em 4em;
  }
}
.ccm-page .feature-item h3 {
  font-size: calc(1.275rem + 0.3vw);
  margin: 0.5em 0 0.2em;
}
@media (min-width: 1200px) {
  .ccm-page .feature-item h3 {
    font-size: 1.5rem;
  }
}
.ccm-page .feature-item h3 + p {
  font-size: 1.1rem;
  color: #656263;
  margin-bottom: 0.7em;
}
.ccm-page .feature-item .fa {
  font-size: 3.8rem;
}
.ccm-page .feature-item img {
  margin: 0px auto;
  display: block;
}
.ccm-page .feature-item p {
  font-size: 1.8rem;
}
@media (min-width: 992px) {
  .ccm-page .large-yellow .feature-item .fa {
    color: #f2ca04 !important;
  }
}
@media (min-width: 992px) {
  .ccm-page .large-blue .feature-item .fa {
    color: #4fbfed !important;
  }
}
@media (min-width: 992px) {
  .ccm-page .large-grey .feature-item .fa {
    color: #656263 !important;
  }
}
.ccm-page .feature-content {
  max-width: 510px;
  padding: 2em;
}
@media (min-width: 576px) {
  .ccm-page .feature-content {
    padding: 3.5em 4em 4em;
  }
}
@media (min-width: 768px) {
  .ccm-page .feature-content {
    padding: 2.5em 1.4em 2em;
  }
}
@media (min-width: 1200px) {
  .ccm-page .feature-content {
    padding: 3.5em 4em 4em;
  }
}
.ccm-page .feature-content h3 {
  color: #656263;
  font-size: 1.5rem;
  margin: 0.5em 0 0.2em;
  text-align: center;
}
.ccm-page .feature-content h3 + p {
  text-align: center;
  color: #656263;
  margin-bottom: 0.7em;
}
.ccm-page .feature-content p {
  font-size: 1.3rem;
}
.ccm-page .feature-content.circle {
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  max-width: 400px;
}
.ccm-page .feature-content.circle:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.ccm-page .feature-content.circle .content-wrapper {
  bottom: 50%;
  padding: 0 2.5em;
  transform: translateY(50%);
}
.ccm-page .feature-content.circle h3 {
  color: #656263;
  font-size: 2.4rem;
  margin: 0.5em 0 0.2em;
}
.ccm-page .feature-content.circle h3 + p {
  font-size: 1.8rem;
  color: #656263;
  margin-bottom: 0.7em;
}
.ccm-page .feature-content.circle img {
  margin: 0px auto;
  display: block;
}
.ccm-page .feature-content.circle p {
  font-size: 1.8rem;
}
.ccm-page .yellow .feature-content.circle {
  border: 35px solid #f2ca04;
  background: rgb(254.4390243902, 248.8292682927, 221.0609756098);
}
.ccm-page .grey .feature-content.circle {
  border: 35px solid #eeeff0;
  background: white;
}
.ccm-page .blue .feature-content.circle {
  border: 35px solid #4fbfed;
  background: rgb(231.6845360825, 246.5216494845, 252.6154639175);
}
.ccm-page .feature-content.no-shadow {
  padding: 0.5em 1em;
}
.ccm-page .feature-content.no-shadow p {
  font-size: 1.2rem;
}
@media (min-width: 1200px) {
  .ccm-page .how-it-works {
    margin-top: 5em;
  }
}
.ccm-page .how-it-works .medium-column {
  text-align: center;
}
@media (min-width: 992px) {
  .ccm-page .how-it-works .medium-column {
    width: 22%;
    float: left;
  }
}
.ccm-page .how-it-works .medium-column img {
  margin: 0px auto;
  display: block;
  max-height: 235px;
}
.ccm-page .how-it-works .medium-column p {
  color: #656263;
  background: #eeeff0;
  display: inline-block;
  margin: 0.8em auto 0 auto;
  padding: 0.2em 1.8em;
  border-radius: 15px;
  text-align: center;
  padding: 0.2em 3.8em;
}
.ccm-page .how-it-works .medium-column:last-of-type p {
  padding: 0.2em 3em;
}
.ccm-page .how-it-works .col-sm-12 .small-column {
  margin-top: 2em;
}
@media (min-width: 992px) {
  .ccm-page .how-it-works .col-sm-12 .small-column {
    width: 17%;
    float: left;
  }
}
.ccm-page .how-it-works .col-sm-12 .small-column p {
  font-size: 1rem;
  margin: 1em 0 0;
}
.ccm-page .how-it-works .col-sm-12 .small-column p:nth-of-type(2) {
  margin-top: 0;
}
.ccm-page .how-it-works .col-sm-12 .small-column img {
  max-width: 30%;
  margin: 1.5em auto;
  display: block;
  transform: rotate(90deg);
}
@media (min-width: 992px) {
  .ccm-page .how-it-works .col-sm-12 .small-column img {
    transform: none;
    max-width: 50%;
    margin: 0.5em auto;
  }
}
.ccm-page .how-it-works .col-sm-12 {
  margin-top: 2em;
}
@media (min-width: 1200px) {
  .ccm-page .how-it-works .col-sm-12 {
    margin-top: -2.3em;
  }
}
.ccm-page .how-it-works .col-sm-12 p {
  text-align: center;
  font-size: calc(1.255rem + 0.06vw);
}
@media (min-width: 1200px) {
  .ccm-page .how-it-works .col-sm-12 p {
    font-size: 1.3rem;
  }
}
.ccm-page .how-it-works .blue-circle,
.ccm-page .how-it-works .yellow-circle {
  border: 5px solid #fff;
  color: #fff;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  padding: 0.3em;
  text-align: center;
  height: 200px;
  width: 200px;
  z-index: 1;
  display: block;
  position: relative;
  margin: 0px auto;
}
@media (min-width: 1200px) {
  .ccm-page .how-it-works .blue-circle,
  .ccm-page .how-it-works .yellow-circle {
    margin: 0;
    padding: 0;
    display: inline-block;
  }
}
.ccm-page .how-it-works .blue-circle h3,
.ccm-page .how-it-works .yellow-circle h3 {
  font-size: calc(1.265rem + 0.18vw);
  margin-bottom: 0;
  text-align: center;
}
@media (min-width: 1200px) {
  .ccm-page .how-it-works .blue-circle h3,
  .ccm-page .how-it-works .yellow-circle h3 {
    font-size: 1.4rem;
  }
}
.ccm-page .how-it-works .blue-circle p,
.ccm-page .how-it-works .yellow-circle p {
  font-size: 1rem;
  padding: 0 0.5em;
}
.ccm-page .how-it-works .left-column,
.ccm-page .how-it-works .right-column {
  position: relative;
  padding-top: 3.2em;
}
.ccm-page .how-it-works .left-column:before,
.ccm-page .how-it-works .right-column:before {
  content: "";
  position: absolute;
  height: 52px;
  width: 52px;
  top: 0;
}
@media only screen and (min-width: 1600px) {
  .ccm-page .how-it-works .left-column,
  .ccm-page .how-it-works .right-column {
    max-width: 90%;
  }
}
@media only screen and (min-width: 1800px) {
  .ccm-page .how-it-works .left-column,
  .ccm-page .how-it-works .right-column {
    max-width: 82%;
  }
}
.ccm-page .how-it-works .left-column {
  position: relative;
  float: right;
}
.ccm-page .how-it-works .left-column:before {
  background: url("/application/blocks/how_it_works/images/arrow-left.png") no-repeat;
  right: 0;
}
.ccm-page .how-it-works .right-column {
  float: left;
}
.ccm-page .how-it-works .right-column:before {
  background: url("/application/blocks/how_it_works/images/arrow-right.png") no-repeat;
  left: 0;
}
.ccm-page .how-it-works .blue-circle {
  background: #4fbfed;
}
@media (min-width: 1200px) {
  .ccm-page .how-it-works .blue-circle {
    float: left;
  }
}
.ccm-page .how-it-works .yellow-circle {
  background: #f2ca04;
}
@media (min-width: 1200px) {
  .ccm-page .how-it-works .yellow-circle {
    float: right;
    margin-left: 0.5em;
  }
}
.ccm-page .how-it-works .grey-background-left,
.ccm-page .how-it-works .grey-background-right {
  background: #eeeff0;
  margin-top: 1em;
  padding: 1.3em 1em 1em;
  border-radius: 7px;
  margin-top: -6.5em;
  z-index: 0;
}
@media (min-width: 1200px) {
  .ccm-page .how-it-works .grey-background-left,
  .ccm-page .how-it-works .grey-background-right {
    margin-top: 1em;
    min-height: 175px;
  }
}
.ccm-page .how-it-works .grey-background-left img,
.ccm-page .how-it-works .grey-background-right img {
  display: none;
}
@media (min-width: 1200px) {
  .ccm-page .how-it-works .grey-background-left img,
  .ccm-page .how-it-works .grey-background-right img {
    display: inline;
    float: left;
    margin: 0 0.8em;
  }
}
.ccm-page .how-it-works .grey-background-left h3,
.ccm-page .how-it-works .grey-background-right h3 {
  margin: 0 0 0.2em;
  text-align: center;
}
@media (min-width: 1200px) {
  .ccm-page .how-it-works .grey-background-left h3,
  .ccm-page .how-it-works .grey-background-right h3 {
    text-align: left;
  }
}
.ccm-page .how-it-works .grey-background-left p,
.ccm-page .how-it-works .grey-background-right p {
  font-size: 1.1rem;
}
.ccm-page .how-it-works .grey-background-left {
  padding-top: 7.6em;
  margin-bottom: 0.5em;
}
@media (min-width: 1200px) {
  .ccm-page .how-it-works .grey-background-left {
    margin-left: 3em;
    margin-bottom: 0;
    padding-top: 1.3em;
  }
}
@media (min-width: 1200px) {
  .ccm-page .how-it-works .grey-background-left p {
    margin-left: 12.6em;
  }
}
.ccm-page .how-it-works .grey-background-left img {
  margin-top: 0.3em;
}
.ccm-page .how-it-works .grey-background-right {
  padding-top: 7.6em;
}
@media (min-width: 1200px) {
  .ccm-page .how-it-works .grey-background-right {
    margin-right: 3em;
    padding-top: 1.3em;
  }
}
@media (min-width: 1200px) {
  .ccm-page .how-it-works .grey-background-right p {
    margin-left: 5em;
  }
}
@media (min-width: 1200px) {
  .ccm-page .how-it-works.charities {
    margin-top: 5em;
    margin-bottom: 2em !important;
  }
}
.ccm-page .how-it-works.charities .medium-column {
  text-align: center;
}
@media (min-width: 1200px) {
  .ccm-page .how-it-works.charities .medium-column {
    width: 22%;
    float: left;
  }
}
.ccm-page .how-it-works.charities .medium-column img {
  margin: 0px auto;
  display: block;
  max-height: 235px;
}
.ccm-page .how-it-works.charities .medium-column p {
  color: #656263;
  background: #eeeff0;
  display: inline-block;
  margin: 0.8em auto 0 auto;
  padding: 0.2em 1.8em;
  border-radius: 15px;
  text-align: center;
  padding: 0.2em 3.8em;
}
.ccm-page .how-it-works.charities .medium-column:last-of-type p {
  padding: 0.2em 3em;
}
.ccm-page .how-it-works.charities .col-sm-12 .small-column {
  margin-top: 2em;
}
@media (min-width: 1200px) {
  .ccm-page .how-it-works.charities .col-sm-12 .small-column {
    width: 17%;
    float: left;
  }
}
.ccm-page .how-it-works.charities .col-sm-12 .small-column p {
  font-size: 1rem;
  margin: 1em 0 0;
}
.ccm-page .how-it-works.charities .col-sm-12 .small-column p:nth-of-type(2) {
  margin-top: 0;
}
.ccm-page .how-it-works.charities .col-sm-12 .small-column img {
  max-width: 30%;
  margin: 1.5em auto;
  display: block;
  transform: rotate(90deg);
}
@media (min-width: 1200px) {
  .ccm-page .how-it-works.charities .col-sm-12 .small-column img {
    transform: none;
    max-width: 50%;
    margin: 0.5em auto;
  }
}
.ccm-page .how-it-works.charities .col-sm-12 {
  margin-top: 2em;
}
@media (min-width: 1200px) {
  .ccm-page .how-it-works.charities .col-sm-12 {
    margin-top: -2.3em;
  }
}
.ccm-page .how-it-works.charities .col-sm-12 p {
  text-align: center;
  font-size: 1.3rem;
}
.ccm-page .how-it-works.charities .blue-circle,
.ccm-page .how-it-works.charities .yellow-circle {
  border: 5px solid #fff;
  color: #fff;
  box-shadow: 0, 0, 7px, 0.4;
  border-radius: 50%;
  text-align: center;
  height: 200px;
  width: 200px;
  z-index: 1;
  display: block;
  position: relative;
  margin: 0px auto;
}
@media (min-width: 1200px) {
  .ccm-page .how-it-works.charities .blue-circle,
  .ccm-page .how-it-works.charities .yellow-circle {
    margin: 0;
    display: inline-block;
  }
}
.ccm-page .how-it-works.charities .blue-circle h3,
.ccm-page .how-it-works.charities .yellow-circle h3 {
  font-size: 2.2rem;
  margin-bottom: 0;
  text-align: center;
}
.ccm-page .how-it-works.charities .blue-circle p,
.ccm-page .how-it-works.charities .yellow-circle p {
  font-size: 1rem;
  padding: 0 0.5em;
}
.ccm-page .how-it-works.charities .left-column,
.ccm-page .how-it-works.charities .right-column {
  position: relative;
  padding-top: 3.2em;
}
.ccm-page .how-it-works.charities .left-column:before,
.ccm-page .how-it-works.charities .right-column:before {
  content: "";
  position: absolute;
  height: 52px;
  width: 52px;
  top: 0;
}
@media only screen and (min-width: 1600px) {
  .ccm-page .how-it-works.charities .left-column,
  .ccm-page .how-it-works.charities .right-column {
    max-width: 90%;
  }
}
@media only screen and (min-width: 1800px) {
  .ccm-page .how-it-works.charities .left-column,
  .ccm-page .how-it-works.charities .right-column {
    max-width: 82%;
  }
}
.ccm-page .how-it-works.charities .left-column {
  position: relative;
  float: right;
}
.ccm-page .how-it-works.charities .left-column:before {
  background: url("/application/blocks/how_it_works/images/arrow-left.png") no-repeat;
  right: 0;
}
.ccm-page .how-it-works.charities .right-column {
  float: left;
}
.ccm-page .how-it-works.charities .right-column:before {
  background: url("/application/blocks/how_it_works/images/arrow-right.png") no-repeat;
  left: 0;
}
.ccm-page .how-it-works.charities .blue-circle {
  background: #4fbfed;
}
@media (min-width: 1200px) {
  .ccm-page .how-it-works.charities .blue-circle {
    float: left;
  }
}
.ccm-page .how-it-works.charities .yellow-circle {
  background: #f2ca04;
}
@media (min-width: 1200px) {
  .ccm-page .how-it-works.charities .yellow-circle {
    float: right;
    margin-left: 0.5em;
  }
}
.ccm-page .how-it-works.charities .grey-background-left,
.ccm-page .how-it-works.charities .grey-background-right {
  background: #eeeff0;
  margin-top: 1em;
  padding: 1.3em 1em 1em;
  border-radius: 7px;
  margin-top: -6.5em;
  z-index: 0;
}
@media (min-width: 1200px) {
  .ccm-page .how-it-works.charities .grey-background-left,
  .ccm-page .how-it-works.charities .grey-background-right {
    margin-top: 1em;
    min-height: 175px;
  }
}
.ccm-page .how-it-works.charities .grey-background-left img,
.ccm-page .how-it-works.charities .grey-background-right img {
  display: none;
}
@media (min-width: 1200px) {
  .ccm-page .how-it-works.charities .grey-background-left img,
  .ccm-page .how-it-works.charities .grey-background-right img {
    display: inline;
    float: left;
    margin: 0 0.8em;
  }
}
.ccm-page .how-it-works.charities .grey-background-left h3,
.ccm-page .how-it-works.charities .grey-background-right h3 {
  margin: 0 0 0.2em;
  text-align: center;
}
@media (min-width: 1200px) {
  .ccm-page .how-it-works.charities .grey-background-left h3,
  .ccm-page .how-it-works.charities .grey-background-right h3 {
    text-align: left;
  }
}
.ccm-page .how-it-works.charities .grey-background-left p,
.ccm-page .how-it-works.charities .grey-background-right p {
  font-size: 1.1rem;
}
.ccm-page .how-it-works.charities .grey-background-left {
  padding-top: 7.6em;
  margin-bottom: 0.5em;
}
@media (min-width: 1200px) {
  .ccm-page .how-it-works.charities .grey-background-left {
    margin-left: 3em;
    margin-bottom: 0;
    padding-top: 1.3em;
  }
}
@media (min-width: 1200px) {
  .ccm-page .how-it-works.charities .grey-background-left p {
    margin-left: 13.2em;
  }
}
.ccm-page .how-it-works.charities .grey-background-left img {
  margin-top: 0.3em;
}
.ccm-page .how-it-works.charities .grey-background-right {
  padding-top: 7.6em;
}
@media (min-width: 1200px) {
  .ccm-page .how-it-works.charities .grey-background-right {
    margin-right: 3em;
    padding-top: 1.3em;
  }
}
@media (min-width: 1200px) {
  .ccm-page .how-it-works.charities .grey-background-right p {
    margin-left: 5.2em;
  }
}
.ccm-page .circle-image {
  text-align: center;
  position: relative;
}
.ccm-page .circle-image img {
  border-radius: 50%;
  box-shadow: 1px 4px 10px rgba(0, 0, 0, 0.3);
  max-width: 80%;
  display: inline;
  position: relative;
  z-index: 1;
}
@media (min-width: 576px) {
  .ccm-page .circle-image img {
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  .ccm-page .circle-image img {
    max-width: 68%;
  }
}
.ccm-page .circle-image:before, .ccm-page .circle-image:after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  z-index: -1;
}
@media (min-width: 992px) {
  .ccm-page .circle-image:before, .ccm-page .circle-image:after {
    z-index: 0;
  }
}
.ccm-page .circle-image:before {
  background: rgb(243.41875, 244.1, 244.78125);
  width: 35%;
  padding-top: 35%;
}
.ccm-page .circle-image:after {
  background: rgb(252.1170731707, 223.287804878, 80.5829268293);
  width: 15%;
  padding-top: 15%;
  bottom: 0;
  right: 0;
}
.ccm-page .banner-image img {
  margin-top: 3em;
}
@media (min-width: 576px) {
  .ccm-page .banner-image .circle-image .image {
    max-width: 100%;
  }
}
.ccm-page .circle-image.circle-image-grey-right:before {
  right: 0;
  bottom: -4em;
}
.ccm-page .circle-image.circle-image-grey-right:after {
  left: 0;
  top: 0;
  bottom: auto;
}
.ccm-page img.float-start {
  margin-right: 1.6em;
}
.ccm-page img.image-greyscale {
  filter: grayscale(100%);
  opacity: 0.6;
  transition-duration: 0.2s;
}
.ccm-page img.image-greyscale:hover {
  filter: grayscale(0);
  opacity: 1;
}
.ccm-page .image-with-accordion {
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  padding: 3em 1.5em 3.5em;
  margin-bottom: 2em;
}
.ccm-page .image-with-accordion .content-toggle {
  cursor: pointer;
}
.ccm-page .image-with-accordion .content-toggle .bi {
  font-size: 1.76rem;
  transition-duration: 0.2s;
  transform: rotate(-90deg);
}
.ccm-page .image-with-accordion .content-toggle.active .bi {
  transform: rotate(0deg);
}
.ccm-page .image-with-accordion .content-wrapper {
  display: none;
}
.ccm-page .image-with-accordion.image-with-accordion-content-initial-top {
  flex-direction: column-reverse;
}
@media (min-width: 992px) {
  .ccm-page .image-with-accordion.image-with-accordion-content-initial-top {
    flex-direction: column;
  }
}
.ccm-page .image-with-accordion.image-with-accordion-content-initial-top h3 {
  margin-top: 0;
  font-size: calc(1.285rem + 0.42vw);
}
@media (min-width: 1200px) {
  .ccm-page .image-with-accordion.image-with-accordion-content-initial-top h3 {
    font-size: 1.6rem;
  }
}
.ccm-page .image-with-accordion.image-with-accordion-content-initial-top img {
  margin-top: 0.5em;
}
.ccm-page .image-with-accordion.image-with-accordion-content-initial-top.image-with-accordion {
  padding: 2.5em 1.5em 2.5em;
}
.ccm-page .image-with-accordion.image-with-accordion-content-yellow h3 {
  color: #f2ca04;
}
.ccm-page .image-with-accordion.image-with-accordion-content-blue h3 {
  color: #4fbfed;
}
.ccm-page .image-with-accordion.image-with-accordion-content-purple h3 {
  color: #6a64ae;
}
.ccm-page .image-with-accordion.image-with-accordion-content-blue-purple h3 {
  color: #6593ce;
}
.ccm-page .image-with-accordion.image-with-accordion-content-turquoise h3 {
  color: #75d6dd;
}
.ccm-page .image-with-accordion.image-with-accordion-content-coral h3 {
  color: #ff6f59;
}
.ccm-page .image-with-accordion.image-with-accordion-content-dark-grey h3 {
  color: #656263;
}
.ccm-page .multi-content {
  margin-bottom: 2em;
}
.ccm-page .multi-content .nav-tabs {
  border-bottom: none;
  margin-bottom: 2em;
}
.ccm-page .multi-content .nav-tabs > li button {
  font-size: 1rem;
  padding: 0 0 9px;
  margin-right: 20px;
  border: none;
  border-bottom: 3px solid transparent;
  background: transparent;
  outline: none;
}
@media (min-width: 576px) {
  .ccm-page .multi-content .nav-tabs > li button {
    font-size: 1.125rem;
  }
}
.ccm-page .multi-content .nav-tabs > li button.active, .ccm-page .multi-content .nav-tabs > li button:hover, .ccm-page .multi-content .nav-tabs > li button:focus, .ccm-page .multi-content .nav-tabs > li button:active {
  background: transparent;
  border: none;
  border-bottom: 3px solid #4fbfed;
  outline: none;
}
.ccm-page .multi-content .nav-tabs > li button:last-of-type a {
  margin-right: 0;
}
.ccm-page .multi-content .nav-tabs > li.active a {
  border-bottom-color: #4fbfed;
}
.ccm-page .multi-content img {
  max-width: 75%;
}
@media (min-width: 992px) {
  .ccm-page .multi-content img {
    margin: 0;
    max-width: 100%;
  }
}
.ccm-page .multi-content .btn-default {
  border: none;
  border-radius: 3px;
  background: #f2ca04;
  color: #fff;
  font-size: 1.25rem;
  font-weight: bold;
  padding: 0.5em 2em;
}
.ccm-page .multi-content .btn-default:hover, .ccm-page .multi-content .btn-default:active {
  background-color: rgb(216.9146341463, 181.0609756098, 3.5853658537);
  color: #fff;
}
.ccm-page .multi-content h2 {
  font-size: 2.25rem;
  text-align: center;
}
@media (min-width: 768px) {
  .ccm-page .multi-content h2 {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .ccm-page .multi-content h2 {
    font-size: 3rem;
  }
}
.ccm-page .multi-content .btn {
  margin: 0 auto;
  display: block;
  max-width: 250px;
}
@media (min-width: 768px) {
  .ccm-page .multi-content .btn {
    margin: 0.5em 0 0;
  }
}
@media (min-width: 992px) {
  .ccm-page #home .multi-content-row .row:first-child > [class|=col] > h2 {
    margin-top: -1em;
  }
}
.ccm-page #financial-advisors .nav-tabs > li a {
  color: #293861;
  background: transparent;
}
.ccm-page #financial-advisors .nav-tabs > li a:hover, .ccm-page #financial-advisors .nav-tabs > li a:active, .ccm-page #financial-advisors .nav-tabs > li a:focus {
  border-bottom: 3px solid #293861;
}
.ccm-page #financial-advisors .nav-tabs > li.active a {
  border-bottom-color: #293861;
}
.ccm-page .multiple-testimonial-wrapper {
  padding-top: 2em;
  padding-bottom: 2em;
}
.ccm-page .multiple-testimonial-wrapper svg {
  width: 10.5em;
  position: absolute;
  top: 0;
  left: 0;
}
.ccm-page .multiple-testimonial-wrapper svg path {
  fill: rgba(79, 191, 237, 0.2);
}
.ccm-page .multiple-testimonial-wrapper blockquote {
  border-left: none;
  padding: 3em 0 5.5px;
}
.ccm-page .multiple-testimonial-wrapper blockquote p {
  font-size: 1.3rem;
  margin-bottom: 0.2em;
  padding-left: 1.6em;
  padding-top: 0.5em;
}
@media (min-width: 768px) {
  .ccm-page .multiple-testimonial-wrapper blockquote p {
    font-size: 1.8rem;
  }
}
@media (min-width: 992px) {
  .ccm-page .multiple-testimonial-wrapper blockquote p {
    font-size: 2.6rem;
  }
}
.ccm-page .multiple-testimonial-wrapper blockquote p.long-text {
  font-size: 1.3rem;
}
@media (min-width: 576px) {
  .ccm-page .multiple-testimonial-wrapper blockquote p.long-text {
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .ccm-page .multiple-testimonial-wrapper blockquote p.long-text {
    font-size: 2rem;
  }
}
.ccm-page .multiple-testimonial-wrapper blockquote .testimonial-name {
  font-size: 1.3rem;
  margin-top: 0.8em;
  padding-bottom: 0.5em;
}
@media (min-width: 1200px) {
  .ccm-page .multiple-testimonial-wrapper blockquote .testimonial-name {
    font-size: 1.9rem;
    margin-top: 0;
  }
}
.ccm-page .multiple-testimonial-wrapper blockquote > *:first-child {
  margin-top: 0;
  padding-top: 0;
}
.ccm-page .multiple-testimonial-wrapper blockquote > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.ccm-page .multiple-testimonial-wrapper footer {
  background: none;
  padding-top: 0.5em;
}
.ccm-page .multiple-testimonial-wrapper footer:before {
  content: "~";
  color: #4fbfed;
}
.ccm-page .multiple-testimonial-wrapper cite {
  font-style: italic;
  margin-top: -0.6em;
}
.ccm-page .multiple-testimonial-wrapper .carousel-indicators button {
  border-radius: 50%;
}
.ccm-page .opportunity {
  padding: 1.7em 2em 4em;
  max-width: 450px;
}
.ccm-page .opportunity[data-url] {
  cursor: pointer;
  transition-duration: 0.2s;
}
.ccm-page .opportunity[data-url]:hover {
  background-color: #eeeff0;
}
.ccm-page .opportunity .hero {
  font-size: 1.9rem;
}
.ccm-page .opportunity .btn {
  bottom: 1.4em;
}
.ccm-page .opportunity a.btn-sm {
  font-size: 1.1rem;
}
.ccm-page .news-item {
  background: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2), inset 0 0 0 rgba(0, 0, 0, 0);
  margin-bottom: 2em;
  padding: 2.5em 2.5em 3.5em;
  position: relative;
  border-radius: 7px;
}
.ccm-page .news-item[data-url] {
  cursor: pointer;
  transition-duration: 0.2s;
}
.ccm-page .news-item[data-url]:hover {
  background: rgb(246.128125, 246.65, 247.171875);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3), inset 0 0 8px rgba(0, 0, 0, 0.05);
}
@media (min-width: 768px) {
  .ccm-page .news-item[data-url] {
    padding: 1.5em 1.5em 3.5em;
  }
}
@media (min-width: 1200px) {
  .ccm-page .news-item[data-url] {
    padding: 2.5em 2.5em 3.5em;
  }
}
.ccm-page .news-item .news-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
  height: 240px;
  position: relative;
  transition-duration: 0.2s;
}
.ccm-page .news-item .news-image p {
  background: rgba(79, 191, 237, 0.88);
  color: #fff;
  padding: 0.5em;
  font-size: 1.1rem;
  text-align: center;
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}
.ccm-page .news-item h2 {
  font-size: 1.5rem;
  margin-bottom: 0;
}
.ccm-page .news-item .posted-on {
  display: block;
  font-style: italic;
  margin-bottom: 0.5em;
}
.ccm-page .news-item p {
  font-size: 1.1rem;
}
.ccm-page .news-item .read-more {
  font-size: 1rem;
  margin-bottom: 0;
  padding-bottom: 0;
  text-transform: uppercase;
  position: absolute;
  bottom: 1.4em;
  right: 2.4em;
}
.ccm-page .grey-bg .news-item:before {
  background: #eeeff0;
}
.ccm-page .page-title.page-title-long {
  font-size: 2.5rem;
}
.ccm-page .ccm-search-block-form {
  max-width: 28em;
}
.ccm-page .ccm-search-block-form .ccm-search-block-text {
  border-radius: 7px 0px 0 7px;
}
.ccm-page .ccm-search-block-form .ccm-search-block-submit {
  color: #656263;
  background: #eeeff0;
  border: none;
  font-size: 0.9rem;
  transition-duration: 0.2s;
  padding: 0.62em 0.7em;
  border-radius: 0 7px 7px 0;
}
.ccm-page #searchResults h3 {
  margin-top: 10px;
}
.ccm-page #searchResults .page-link {
  margin-top: -10px;
  margin-bottom: 20px;
}
.ccm-page .securities-donation {
  margin: 0 0 1em 0;
}
@media (min-width: 768px) {
  .ccm-page .securities-donation {
    margin: 0 2.5em;
  }
}
.ccm-page .securities-donation .top-details-bar {
  background: rgb(178.5, 178.5, 178.5);
  border-radius: 7px 7px 0 0;
  margin-top: 2em;
  padding: 1em;
}
@media (min-width: 768px) {
  .ccm-page .securities-donation .top-details-bar {
    margin-top: 0;
  }
}
.ccm-page .securities-donation .top-details-bar h3 {
  font-size: calc(1.255rem + 0.06vw);
  margin-top: 0;
}
@media (min-width: 1200px) {
  .ccm-page .securities-donation .top-details-bar h3 {
    font-size: 1.3rem;
  }
}
.ccm-page .securities-donation .top-details-bar p {
  font-size: 1.1rem;
  margin-bottom: 0.4em;
}
.ccm-page .securities-donation .calculations {
  border-radius: 0 7px 7px 0;
  padding: 1em 1em 2em;
}
.ccm-page .securities-donation .calculations .no-margin-bottom {
  margin-bottom: 0;
}
.ccm-page .securities-donation .calculations p {
  font-size: 1rem;
  line-height: 1;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .ccm-page .securities-donation .calculations p {
    margin-bottom: 15px;
  }
}
.ccm-page .securities-donation .calculations p.note {
  margin-top: 0;
  font-style: italic;
}
.ccm-page .securities-donation .calculations .progress {
  margin-bottom: 0.9em;
  margin-top: 0.1em;
  border-radius: 7px;
  height: 14px;
}
.ccm-page .securities-donation .calculations .alternate {
  background-color: #f2ca04;
}
.ccm-page .securities-donation .calculations .numbers p {
  margin-bottom: 1.4em;
  margin-top: -0.2em;
}
@media (min-width: 992px) {
  .ccm-page .securities-donation .calculations .numbers p {
    margin-bottom: 15px;
    margin-top: 0;
  }
}
.ccm-page .securities-donation .securities-note p {
  font-size: 0.9rem;
  padding-left: 0.7em;
  padding-right: 0.7em;
}
.ccm-page .securities-donation hr {
  border-top: 1px solid rgb(216.75, 216.75, 216.75);
}
.ccm-page .semicircle-vertical-content {
  max-width: 375px;
}
@media (min-width: 1400px) {
  .ccm-page .semicircle-vertical-content {
    max-width: 100%;
  }
}
.ccm-page .semicircle-vertical-content h3 {
  margin-top: -0.8rem;
}
.ccm-page .semicircle-vertical-content .content-toggle {
  cursor: pointer;
}
.ccm-page .semicircle-vertical-content .content-toggle .bi {
  font-size: 1.1rem;
  transition-duration: 0.2s;
  transform: rotate(-90deg);
}
.ccm-page .semicircle-vertical-content .content-toggle.active .bi {
  transform: rotate(0deg);
}
.ccm-page .semicircle-vertical-content .circle-outer {
  padding-top: 100%;
}
.ccm-page .semicircle-vertical-content .circle {
  padding: 2.5%;
}
.ccm-page .semicircle-vertical-content .circle:before {
  content: "";
  display: block;
  position: absolute;
  width: 95%;
  padding-top: 95%;
  border-width: 5px;
  border-style: solid;
  border-radius: 50%;
  transform: rotate(45deg);
}
.ccm-page .semicircle-vertical-content.semicircle-vertical-content-initial-bottom .circle:before {
  border-right-width: 0;
  border-bottom-width: 0;
}
.ccm-page .semicircle-vertical-content.semicircle-vertical-content-initial-top {
  flex-direction: column-reverse;
}
.ccm-page .semicircle-vertical-content.semicircle-vertical-content-initial-top .circle:before {
  border-right-width: 0;
  border-bottom-width: 0;
}
@media (min-width: 1400px) {
  .ccm-page .semicircle-vertical-content.semicircle-vertical-content-initial-top {
    flex-direction: column;
  }
  .ccm-page .semicircle-vertical-content.semicircle-vertical-content-initial-top .circle:before {
    border-left-width: 0;
    border-top-width: 0;
    border-right-width: 5px;
    border-bottom-width: 5px;
  }
}
.ccm-page .semicircle-vertical-content.semicircle-vertical-content-yellow h3 {
  color: #f2ca04;
}
.ccm-page .semicircle-vertical-content.semicircle-vertical-content-yellow .circle:before {
  border-color: #f2ca04;
}
.ccm-page .semicircle-vertical-content.semicircle-vertical-content-blue h3 {
  color: #4fbfed;
}
.ccm-page .semicircle-vertical-content.semicircle-vertical-content-blue .circle:before {
  border-color: #4fbfed;
}
.ccm-page .semicircle-vertical-content.semicircle-vertical-content-purple h3 {
  color: #6a64ae;
}
.ccm-page .semicircle-vertical-content.semicircle-vertical-content-purple .circle:before {
  border-color: #6a64ae;
}
.ccm-page .semicircle-vertical-content.semicircle-vertical-content-blue-purple h3 {
  color: #6593ce;
}
.ccm-page .semicircle-vertical-content.semicircle-vertical-content-blue-purple .circle:before {
  border-color: #6593ce;
}
.ccm-page .semicircle-vertical-content.semicircle-vertical-content-turquoise h3 {
  color: #75d6dd;
}
.ccm-page .semicircle-vertical-content.semicircle-vertical-content-turquoise .circle:before {
  border-color: #75d6dd;
}
.ccm-page .semicircle-vertical-content.semicircle-vertical-content-coral h3 {
  color: #ff6f59;
}
.ccm-page .semicircle-vertical-content.semicircle-vertical-content-coral .circle:before {
  border-color: #ff6f59;
}
.ccm-page .semicircle-vertical-content.semicircle-vertical-content-grey h3 {
  color: #656263;
}
.ccm-page .semicircle-vertical-content.semicircle-vertical-content-grey .circle:before {
  border-color: #656263;
}
.ccm-page .ccm-block-share-this-page {
  clear: both;
  margin: 1.5em 0 0;
}
.ccm-page .ccm-block-share-this-page h3 {
  margin: 0 0.5em 0 0;
  font-size: 1.3rem;
}
.ccm-page .ccm-block-share-this-page ul.list-inline {
  margin: 0px;
  padding: 0px;
}
.ccm-page .ccm-block-share-this-page ul.list-inline li {
  padding: 0px;
  list-style-type: none;
  margin-right: 10px;
}
.ccm-page .shadow-content-and-image {
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  padding: 2em 1.7em 2em;
  margin-bottom: 2em;
}
.ccm-page .shadow-content-and-image.shadow-content-and-image-yellow h3 {
  color: #f2ca04;
}
.ccm-page .shadow-content-and-image.shadow-content-and-image-blue h3 {
  color: #4fbfed;
}
.ccm-page .shadow-content-and-image.shadow-content-and-image-purple h3 {
  color: #6a64ae;
}
.ccm-page .shadow-content-and-image.shadow-content-and-image-blue-purple h3 {
  color: #6593ce;
}
.ccm-page .shadow-content-and-image.shadow-content-and-image-turquoise h3 {
  color: #75d6dd;
}
.ccm-page .shadow-content-and-image.shadow-content-and-image-coral h3 {
  color: #ff6f59;
}
.ccm-page .shadow-content-and-image.shadow-content-and-image-dark-grey h3 {
  color: #656263;
}
.ccm-page div.ccm-block-testimonial-wrapper:before,
.ccm-page div.ccm-block-testimonial-wrapper:after {
  content: " ";
  display: table;
}
.ccm-page div.ccm-block-testimonial-wrapper:after {
  clear: both;
}
.ccm-page div.ccm-block-testimonial-wrapper {
  margin-bottom: 20px;
}
.ccm-page div.ccm-block-testimonial-wrapper svg {
  width: 10.5em;
  position: absolute;
  top: -2em;
  left: 0;
}
.ccm-page div.ccm-block-testimonial-wrapper svg path {
  fill: rgba(79, 191, 237, 0.2);
}
.ccm-page div.ccm-block-testimonial-wrapper .ccm-block-testimonial-text.long-text p {
  font-size: 1.3rem;
}
@media (min-width: 992px) {
  .ccm-page div.ccm-block-testimonial-wrapper .ccm-block-testimonial-text.long-text p {
    font-size: 2rem;
  }
}
.ccm-page div.ccm-block-testimonial-image {
  margin-right: 20px;
  margin-bottom: 20px;
}
.ccm-page div.ccm-block-testimonial-image img {
  max-width: 80px;
  max-height: 80px;
}
.ccm-page div.ccm-block-testimonial-paragraph p {
  font-size: 1.3rem;
  margin-bottom: 0.2em;
  padding-left: 1.6em;
  padding-top: 0.5em;
}
@media (min-width: 992px) {
  .ccm-page div.ccm-block-testimonial-paragraph p {
    font-size: 1.8rem;
  }
}
@media (min-width: 1200px) {
  .ccm-page div.ccm-block-testimonial-paragraph p {
    font-size: 2.6rem;
  }
}
.ccm-page div.ccm-block-testimonial-name {
  font-size: calc(1.255rem + 0.06vw);
  margin-top: 0.8em;
  padding-bottom: 0.5em;
}
@media (min-width: 1200px) {
  .ccm-page div.ccm-block-testimonial-name {
    font-size: 1.3rem;
  }
}
@media (min-width: 992px) {
  .ccm-page div.ccm-block-testimonial-name {
    margin-top: 0;
  }
}
.ccm-page div.ccm-block-testimonial-position {
  margin-top: -0.6em;
}
.ccm-page div.smaller-testimonial {
  margin-top: 3em;
}
.ccm-page div.smaller-testimonial svg {
  width: 6.1em;
  position: absolute;
  top: -1.3em;
  left: 0;
}
.ccm-page div.smaller-testimonial p {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  .ccm-page div.smaller-testimonial p {
    font-size: 2rem;
  }
}
html.ccm-toolbar-visible .ccm-page div.ccm-block-top-navigation-bar .fixed-top {
  top: 48px;
}
.ccm-page .ccm-block-top-navigation-bar .navbar .offcanvas {
  --bs-offcanvas-bg: #4fbfed;
}
.ccm-page .ccm-block-top-navigation-bar .navbar-brand img {
  width: 50em;
  max-height: 80px;
}
.ccm-page .ccm-block-top-navigation-bar .nav-item {
  position: relative;
}
.ccm-page .ccm-block-top-navigation-bar .nav-item.show ul {
  display: block !important;
}
@media (min-width: 1400px) {
  .ccm-page .ccm-block-top-navigation-bar .nav-item.mega-menu {
    position: relative;
  }
  .ccm-page .ccm-block-top-navigation-bar .nav-item.mega-menu .dropdown-menu {
    padding: 0.5em 0.9em 1.5em;
  }
  .ccm-page .ccm-block-top-navigation-bar .nav-item.mega-menu ul {
    width: 100vw;
    max-width: 75em;
    position: absolute;
    left: 0;
    overflow: hidden;
  }
  .ccm-page .ccm-block-top-navigation-bar .nav-item.mega-menu ul li {
    float: left;
    position: static;
  }
  .ccm-page .ccm-block-top-navigation-bar .nav-item.mega-menu ul li a {
    color: #656263;
    font-family: "Montserrat", sans-serif;
    font-size: 1rem;
    font-weight: 600;
    padding: 0.8em 2em 0.4em 0.8em;
    display: block;
    text-transform: uppercase;
  }
  .ccm-page .ccm-block-top-navigation-bar .nav-item.mega-menu ul li a:hover {
    background: none;
  }
  .ccm-page .ccm-block-top-navigation-bar .nav-item.mega-menu ul ul {
    position: static;
    width: 100%;
  }
  .ccm-page .ccm-block-top-navigation-bar .nav-item.mega-menu ul ul li {
    width: 100%;
    float: none;
    padding: 0 0.1em 0.2em 0.1em;
  }
  .ccm-page .ccm-block-top-navigation-bar .nav-item.mega-menu ul ul li a {
    font-weight: 500;
    font-size: 0.94rem;
    padding-top: 0.2em;
    padding-bottom: 0.2em;
    text-transform: capitalize;
    line-height: 1.1;
    white-space: normal;
  }
  .ccm-page .ccm-block-top-navigation-bar .nav-item.mega-menu ul ul li a:hover {
    color: #293861;
  }
  .ccm-page .ccm-block-top-navigation-bar .nav-item.mega-menu ul ul li li {
    padding-left: 1em;
  }
}
.ccm-page .ccm-block-top-navigation-bar nav ul {
  padding-left: 0;
}
.ccm-page .ccm-block-top-navigation-bar nav.navbar {
  justify-content: flex-end;
  background: transparent;
}
@media (min-width: 992px) {
  .ccm-page .ccm-block-top-navigation-bar nav.navbar {
    padding: 2em 0;
  }
}
.ccm-page .ccm-block-top-navigation-bar nav.navbar .navbar-brand {
  max-width: 80%;
  margin-right: 0;
}
@media (min-width: 1200px) {
  .ccm-page .ccm-block-top-navigation-bar nav.navbar .navbar-brand {
    max-width: 100%;
  }
}
.ccm-page .ccm-block-top-navigation-bar nav.navbar .navbar-brand img {
  max-width: 100%;
}
@media (min-width: 1400px) {
  .ccm-page .ccm-block-top-navigation-bar nav.navbar .navbar-brand img {
    max-width: 350px;
    margin-top: -0.7em;
  }
}
@media (min-width: 1600px) {
  .ccm-page .ccm-block-top-navigation-bar nav.navbar .navbar-brand img {
    max-width: 400px;
  }
}
.ccm-page .ccm-block-top-navigation-bar nav.navbar img {
  transition-duration: 0.5s;
}
.ccm-page .ccm-block-top-navigation-bar nav.navbar.scrolled {
  background: rgba(255, 255, 255, 0.9);
  padding: 0;
}
@media (min-width: 1400px) {
  .ccm-page .ccm-block-top-navigation-bar nav.navbar.scrolled {
    padding-top: 1.2em;
  }
}
.ccm-page .ccm-block-top-navigation-bar nav.navbar.scrolled img {
  max-width: 250px;
  padding: 0.4em 0;
}
@media (min-width: 1200px) {
  .ccm-page .ccm-block-top-navigation-bar nav.navbar.scrolled img {
    max-width: 280px;
  }
}
.ccm-page .ccm-block-top-navigation-bar nav.navbar.scrolled .navbar-toggler {
  background: rgba(255, 255, 255, 0.8);
  position: fixed !important;
  top: 0.5em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  right: 1em;
}
.ccm-page .ccm-block-top-navigation-bar .nav-item a.active, .ccm-page .ccm-block-top-navigation-bar .nav-item a:hover, .ccm-page .ccm-block-top-navigation-bar .nav-item a:focus, .ccm-page .ccm-block-top-navigation-bar .nav-item a.path-active {
  color: #fff;
}
@media (min-width: 1200px) {
  .ccm-page .ccm-block-top-navigation-bar .nav-item a.active, .ccm-page .ccm-block-top-navigation-bar .nav-item a:hover, .ccm-page .ccm-block-top-navigation-bar .nav-item a:focus, .ccm-page .ccm-block-top-navigation-bar .nav-item a.path-active {
    color: #4fbfed;
  }
}
.ccm-page .ccm-block-top-navigation-bar .nav-link {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  padding: 0.8em 1em 0.5em 0;
  margin-bottom: 0.7em;
}
@media (min-width: 1400px) {
  .ccm-page .ccm-block-top-navigation-bar .nav-link {
    padding: 1.1em 0.3em 0.5em;
    margin-right: 2em;
    color: #656263;
  }
}
@media (min-width: 1600px) {
  .ccm-page .ccm-block-top-navigation-bar .nav-link {
    padding: 1.1em 0.6em 0.5em;
    font-size: 1.1rem;
  }
}
@media (min-width: 1920px) {
  .ccm-page .ccm-block-top-navigation-bar .nav-link {
    padding: 1.1em 1.2em 0.5em;
  }
}
@media (min-width: 2500px) {
  .ccm-page .ccm-block-top-navigation-bar .nav-link {
    font-size: 1.3rem;
    padding: 1.1em 1.8em 0.5em;
  }
}
.ccm-page .ccm-block-top-navigation-bar li {
  margin-bottom: 0;
}
.ccm-page .ccm-block-top-navigation-bar .dropdown-toggle:after {
  vertical-align: 0.155em;
}
.ccm-page .ccm-block-top-navigation-bar .dropdown-menu {
  background: transparent;
  border-color: transparent;
  border-radius: 0;
  padding: 0;
  z-index: 9;
  left: -0.8em;
}
@media (min-width: 1200px) {
  .ccm-page .ccm-block-top-navigation-bar .dropdown-menu {
    min-width: 18em;
    max-width: 19em;
  }
}
.ccm-page .ccm-block-top-navigation-bar .dropdown-menu a {
  color: #656263;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  text-transform: none;
}
.ccm-page .ccm-block-top-navigation-bar .dropdown-menu a:hover {
  color: #293861;
}
.ccm-page .ccm-block-top-navigation-bar .dropdown-menu .dropdown-item {
  color: #fff;
  border: none;
  padding: 0.8em 2em 0.8em 0.8em;
  white-space: wrap;
}
@media (min-width: 1400px) {
  .ccm-page .ccm-block-top-navigation-bar .dropdown-menu .dropdown-item {
    background: rgba(255, 255, 255, 0.9);
    color: #656263;
    padding: 0.8em 1.1em;
  }
}
@media (min-width: 1600px) {
  .ccm-page .ccm-block-top-navigation-bar .dropdown-menu .dropdown-item {
    padding: 0.8em 1.6em;
  }
}
@media (min-width: 1920px) {
  .ccm-page .ccm-block-top-navigation-bar .dropdown-menu .dropdown-item {
    padding: 0.8em 2.3em;
  }
}
@media (min-width: 2500px) {
  .ccm-page .ccm-block-top-navigation-bar .dropdown-menu .dropdown-item {
    padding: 0.8em 3.2em;
  }
}
.ccm-page .ccm-block-top-navigation-bar .dropdown-menu .dropdown-item.external-link:after {
  display: inline-block;
  font-family: "bootstrap-icons";
  font-weight: normal;
  content: "\f1c5";
  margin-left: 0.5em;
  font-size: 0.8em;
  transform: translateY(-0.1em);
}
.ccm-page .ccm-block-top-navigation-bar .dropdown-menu .dropdown-item.active, .ccm-page .ccm-block-top-navigation-bar .dropdown-menu .dropdown-item:hover, .ccm-page .ccm-block-top-navigation-bar .dropdown-menu .dropdown-item:active, .ccm-page .ccm-block-top-navigation-bar .dropdown-menu .dropdown-item:focus {
  color: rgb(208.6086956522, 215.7826086957, 235.3913043478);
}
@media (min-width: 1200px) {
  .ccm-page .ccm-block-top-navigation-bar .dropdown-menu .dropdown-item.active, .ccm-page .ccm-block-top-navigation-bar .dropdown-menu .dropdown-item:hover, .ccm-page .ccm-block-top-navigation-bar .dropdown-menu .dropdown-item:active, .ccm-page .ccm-block-top-navigation-bar .dropdown-menu .dropdown-item:focus {
    color: #4fbfed;
  }
}
.ccm-page .ccm-block-top-navigation-bar .navbar-toggler {
  border: none;
  margin-top: -0.9em;
}
.ccm-page .ccm-block-top-navigation-bar .navbar-toggler .icon-bar {
  background: #4fbfed;
  display: block;
  width: 25px;
  height: 2px;
  transition: all 0.2s;
}
.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);
}
@media (max-width: 1399.98px) {
  .ccm-page .ccm-block-top-navigation-bar .offcanvas-body {
    padding-left: 0;
    padding-right: 0;
  }
  .ccm-page .ccm-block-top-navigation-bar .nav-item {
    position: relative;
    padding-left: 1em;
    padding-right: 1em;
  }
  .ccm-page .ccm-block-top-navigation-bar .nav-item:hover, .ccm-page .ccm-block-top-navigation-bar .nav-item:active {
    background: rgba(0, 0, 0, 0.1);
  }
  .ccm-page .ccm-block-top-navigation-bar .nav-item a,
  .ccm-page .ccm-block-top-navigation-bar .nav-item a:hover,
  .ccm-page .ccm-block-top-navigation-bar .nav-item a.active {
    color: #fff;
  }
  .ccm-page .ccm-block-top-navigation-bar .nav-item.nav-path-active, .ccm-page .ccm-block-top-navigation-bar .nav-item a.active {
    background: rgba(0, 0, 0, 0.1);
  }
  .ccm-page .ccm-block-top-navigation-bar .nav-item .nav-link:after {
    display: none;
  }
  .ccm-page .ccm-block-top-navigation-bar .nav-item .dropdown-arrow {
    position: absolute;
    top: 0;
    right: 0;
    transform: rotate(0deg);
    transition-duration: 0.2s;
  }
  .ccm-page .ccm-block-top-navigation-bar .nav-item.show .dropdown-arrow {
    transform: rotate(180deg);
  }
  .ccm-page .ccm-block-top-navigation-bar .nav-item .dropdown-menu {
    background: transparent;
  }
  .ccm-page .ccm-block-top-navigation-bar .nav-item .dropdown-menu .dropdown-item {
    color: #fff;
    background: transparent;
    white-space: normal;
  }
  .ccm-page .ccm-block-top-navigation-bar .nav-item .dropdown-menu .dropdown-item:hover, .ccm-page .ccm-block-top-navigation-bar .nav-item .dropdown-menu .dropdown-item.active, .ccm-page .ccm-block-top-navigation-bar .nav-item .dropdown-menu .dropdown-item.nav-path-active {
    background: rgba(0, 0, 0, 0.1);
  }
  .ccm-page .ccm-block-top-navigation-bar .nav-item .dropdown-menu ul li {
    list-style: none;
    margin-left: 1.5em;
  }
  .ccm-page .ccm-block-top-navigation-bar .btn-close {
    opacity: 1;
  }
  .ccm-page .ccm-block-top-navigation-bar .action-buttons {
    margin-top: 2em;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .ccm-page .ccm-block-top-navigation-bar .action-buttons .btn-login,
  .ccm-page .ccm-block-top-navigation-bar .action-buttons .btn-register {
    border: 1px solid #fff;
    border-radius: 5px;
    color: #fff;
    padding: 0.1em 0.8em;
    margin-bottom: 0.5em;
    text-align: center;
  }
  .ccm-page .ccm-block-top-navigation-bar .action-buttons .btn-register {
    border-color: rgb(23.6412371134, 170.7422680412, 231.1587628866);
    background-color: rgb(23.6412371134, 170.7422680412, 231.1587628866);
  }
  .ccm-page .ccm-block-top-navigation-bar .action-buttons .btn-login {
    border: none;
    text-decoration: underline;
  }
}
.ccm-page .button-align-middle {
  text-align: center;
}
.ccm-page .button-align-left {
  text-align: left;
}
.ccm-page .button-align-right {
  text-align: right;
}
.ccm-page .button-align-full {
  text-align: center;
  display: block;
}
.ccm-page .button-align-full a {
  display: block;
}
.ccm-page .btn-yellow,
.ccm-page .btn-blue,
.ccm-page .btn-coral {
  color: #fff !important;
  font-weight: 500 !important;
}
.ccm-page [class^=btn-outline-],
.ccm-page [class*=btn-outline-] {
  background: #fff;
  font-weight: 500;
}
.ccm-page [class^=btn-outline-]:hover,
.ccm-page [class*=btn-outline-]:hover {
  background: #f6f7f7;
  color: var(--bs-btn-color);
}
.ccm-page .stat-display {
  max-width: 500px;
}
.ccm-page .stat-display p.stat {
  font-size: calc(1.265rem + 0.18vw);
}
@media (min-width: 1200px) {
  .ccm-page .stat-display p.stat {
    font-size: 1.4rem;
  }
}
.ccm-page .stat-display .stat-number {
  font-size: calc(1.565rem + 3.78vw);
}
@media (min-width: 1200px) {
  .ccm-page .stat-display .stat-number {
    font-size: 4.4rem;
  }
}
.ccm-page .zoom-video {
  margin-bottom: 1em;
  position: relative;
  display: inline-block;
}
.ccm-page .zoom-video a {
  display: block;
}
.ccm-page .zoom-video a img {
  border: 1px solid #ccc;
  cursor: pointer;
}
.ccm-page .zoom-video .title {
  display: block;
}
.ccm-page .zoom-video svg {
  opacity: 0.4;
  transform: translateX(-50%) translateY(-50%);
  transition-duration: 0.2s;
  cursor: pointer;
  left: 50%;
  max-width: 20%;
  max-height: 33%;
  position: absolute;
  top: 50%;
}
.ccm-page .zoom-video:hover svg {
  opacity: 0.6;
  max-width: 22.5%;
  max-height: 37%;
}
.ccm-page .mfp-video-popup {
  position: relative;
  width: auto;
  padding: 0;
  margin: 0 auto;
  max-width: 50vw;
}
.ccm-page .mejs__player {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.ccm-page .zoom-video {
  margin-bottom: 1em;
  position: relative;
  display: inline-block;
}
.ccm-page .zoom-video a {
  display: block;
}
.ccm-page .zoom-video a img {
  height: auto;
  cursor: pointer;
}
.ccm-page .zoom-video svg {
  opacity: 0.4;
  transform: translateX(-50%) translateY(-50%);
  transition-duration: 0.3s;
  cursor: pointer;
  left: 50%;
  max-width: 20%;
  max-height: 33%;
  position: absolute;
  top: 50%;
  pointer-events: none;
}
.ccm-page .zoom-video img {
  max-width: 100%;
}
@media (min-width: 576px) {
  .ccm-page .zoom-video img {
    max-width: 60%;
  }
}
@media (min-width: 768px) {
  .ccm-page .zoom-video img {
    max-width: 80%;
  }
}
@media (min-width: 992px) {
  .ccm-page .zoom-video img {
    width: 100%;
    max-width: 535px;
  }
}
.ccm-page .zoom-video:hover svg {
  max-width: 23.5%;
  max-height: 38%;
}
.ccm-page .zoom-video-circle svg {
  opacity: 0.9;
}
.ccm-page .zoom-video-circle svg path {
  fill: #f2ca04;
}
.ccm-page .zoom-video-circle-bg a img {
  border: 1px solid #ccc;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.ccm-page .zoom-video-circle-bg svg {
  left: 53%;
  z-index: 1;
  opacity: 0.9;
}
.ccm-page .zoom-video-circle-bg svg path {
  fill: #f2ca04;
}
.ccm-page .zoom-video-circle-bg .circle-image {
  text-align: center;
  position: relative;
}
.ccm-page .zoom-video-circle-bg .circle-image img {
  border-radius: 50%;
  box-shadow: 1px 4px 10px rgba(0, 0, 0, 0.3);
  max-width: 80%;
  display: inline;
  position: relative;
  z-index: 1;
  max-width: 65%;
}
@media (min-width: 768px) {
  .ccm-page .zoom-video-circle-bg .circle-image img {
    max-width: 90%;
  }
}
@media (min-width: 992px) {
  .ccm-page .zoom-video-circle-bg .circle-image img {
    max-width: 65%;
  }
}
@media (min-width: 1400px) {
  .ccm-page .zoom-video-circle-bg .circle-image img {
    max-width: 67%;
  }
}
@media (min-width: 1600px) {
  .ccm-page .zoom-video-circle-bg .circle-image img {
    max-width: 72%;
  }
}
.ccm-page .zoom-video-circle-bg .circle-image:before, .ccm-page .zoom-video-circle-bg .circle-image:after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  z-index: 0;
}
.ccm-page .zoom-video-circle-bg .circle-image:before {
  background: rgb(243.41875, 244.1, 244.78125);
  width: 35%;
  padding-top: 35%;
}
.ccm-page .zoom-video-circle-bg .circle-image:after {
  background: rgb(252.1170731707, 223.287804878, 80.5829268293);
  width: 15%;
  padding-top: 15%;
  bottom: 0;
  right: 0;
}
.ccm-page .zoom-video-circle-bg .banner-image img {
  margin-top: 3em;
}
@media (min-width: 576px) {
  .ccm-page .zoom-video-circle-bg .banner-image .circle-image .image {
    max-width: 100%;
  }
}
.ccm-page .zoom-video.circle-bg-flipped::before {
  right: 0;
}
.ccm-page .zoom-video.circle-bg-flipped::after {
  right: auto;
  left: 0;
}
.ccm-page .zoom-video-full-width-border img {
  max-width: 100%;
  height: auto;
  border: 1px solid #eee;
}
.ccm-page .banner-content-wrapper {
  position: relative;
  z-index: 1;
}
.ccm-page .banner-wrapper {
  padding-top: 1em;
  padding-bottom: 4em;
}
.ccm-page .banner-wrapper h1 {
  color: #4fbfed;
  font-size: 2rem;
  font-weight: bold;
  margin-top: 0.5em;
}
@media (min-width: 1200px) {
  .ccm-page .banner-wrapper h1 {
    font-size: 2.8rem;
  }
}
@media (min-width: 1600px) {
  .ccm-page .banner-wrapper h1 {
    font-size: 2.8rem;
  }
}
.ccm-page .banner-wrapper h2 {
  font-size: 1.4rem;
  margin-top: 0;
}
@media (min-width: 992px) {
  .ccm-page .banner-wrapper h2 {
    font-size: 1.8rem;
  }
}
@media (min-width: 1600px) {
  .ccm-page .banner-wrapper h2 {
    font-size: 2.4rem;
  }
}
.ccm-page .banner-wrapper h2, .ccm-page .banner-wrapper h3 {
  color: #656263;
}
.ccm-page .banner-wrapper p {
  color: #656263;
  font-size: 1.2rem;
}
.ccm-page .banner-wrapper .circle-image img {
  max-width: 75%;
}
@media (min-width: 768px) {
  .ccm-page .banner-wrapper .circle-image img {
    max-width: 60%;
  }
}
@media (min-width: 992px) {
  .ccm-page .banner-wrapper .circle-image img {
    max-width: 70%;
  }
}
@media (min-width: 1200px) {
  .ccm-page .banner-wrapper .circle-image img {
    max-width: 55%;
  }
}
@media (min-width: 1920px) {
  .ccm-page .banner-wrapper .circle-image img {
    max-width: 62%;
  }
}
@media (min-width: 2500px) {
  .ccm-page .banner-wrapper .circle-image img {
    max-width: 68%;
  }
}
.ccm-page .banner-wrapper .button {
  display: none;
}
@media only screen and (min-width: 350px) {
  .ccm-page .banner-wrapper .button {
    display: inline-block;
  }
}
.ccm-page .banner-wrapper .button-align-left {
  text-align: center;
}
@media (min-width: 992px) {
  .ccm-page .banner-wrapper .button-align-left {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .ccm-page .banner-wrapper .button-wrapper a.btn-yellow {
    float: left;
    margin-right: 1.4em;
  }
}
.ccm-page .banner-wrapper .button-wrapper a.btn-blue-white {
  padding: 0.35em 1.6em;
}
.ccm-page .inset-shadow {
  background: #fff;
  position: relative;
  box-shadow: inset 0 12px 12px -12px rgba(0, 0, 0, 0.2), inset 0 -12px 12px -12px rgba(0, 0, 0, 0.2);
}
.ccm-page .wave-bg {
  background: url("/application/themes/givewise/images/swoosh-bg-1900.jpg") no-repeat 100% 8%;
  background-size: 100% auto;
}
@media (min-width: 768px) {
  .ccm-page .wave-bg {
    background-position: 100% 0%;
  }
}
@media (min-width: 1200px) {
  .ccm-page .wave-bg {
    background-size: 100% auto;
  }
}
@media (min-width: 1400px) {
  .ccm-page .wave-bg {
    background-image: url("/application/themes/givewise/images/swoosh-bg-1900.jpg");
  }
}
@media (min-width: 1600px) {
  .ccm-page .wave-bg {
    background: url("/application/themes/givewise/images/swoosh-bg-2.jpg") no-repeat 100% 20%;
  }
}
.ccm-page .notice-bar {
  background-color: #293861;
  color: white;
  width: 100%;
  padding: 10px 15px;
  position: relative;
  z-index: 101;
  display: block;
}
.ccm-page .notice-bar .notice-bar-content {
  margin-right: 30px;
  position: relative;
}
.ccm-page .notice-bar .notice-bar-content p {
  margin: 0;
  font-size: 0.9rem;
}
@media (min-width: 576px) {
  .ccm-page .notice-bar .notice-bar-content p {
    font-size: 1rem;
  }
}
.ccm-page .notice-bar .notice-bar-close {
  background: transparent;
  border: none;
  color: white;
  font-size: 1.3rem;
  line-height: 1;
  padding: 5px;
  cursor: pointer;
  opacity: 0.7;
  position: absolute;
  top: 5px;
  right: 10px;
}
.ccm-page .notice-bar .notice-bar-close:hover {
  opacity: 1;
}
.ccm-page .page-title h1 {
  font-size: 2.25rem;
  margin-top: 0.3em;
}
@media (min-width: 576px) {
  .ccm-page .page-title h1 {
    font-size: 2.5rem;
  }
}
@media (min-width: 768px) {
  .ccm-page .page-title h1 {
    font-size: 2.8rem;
    margin-top: -0.2em;
  }
}
@media (min-width: 992px) {
  .ccm-page .page-title h1 {
    margin-top: -0.3em;
  }
}
@media (min-width: 1200px) {
  .ccm-page .page-title h1 {
    font-size: 3.3rem;
  }
}
.ccm-page .page-title h2 {
  margin: 0;
  font-family: "Montserrat", arial, sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  color: #293861;
}
@media (min-width: 576px) {
  .ccm-page .page-title h2 {
    font-size: 1.7rem;
  }
}
@media (min-width: 1200px) {
  .ccm-page .page-title h2 {
    font-size: 1.9rem;
  }
}
.ccm-page .page-title h1:first-child:last-child {
  padding-top: 0.4em;
  padding-bottom: 0.4em;
}
.ccm-page .actions {
  overflow: hidden;
  clear: both;
  text-align: center;
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  width: 100%;
  z-index: 10000;
}
@media (min-width: 576px) {
  .ccm-page .actions {
    right: 0;
    transform: none;
    width: auto;
  }
}
@media (min-width: 1400px) {
  .ccm-page .actions {
    z-index: 1021;
  }
}
.ccm-page .actions .signup-button,
.ccm-page .actions .login-button {
  border-radius: 0 0 5px 5px;
  display: inline-block;
  font-size: 0.9rem;
  line-height: 0;
  margin: 0 0.3em;
  padding: 1em;
  text-align: center;
  width: 7em;
  z-index: 2;
}
@media (min-width: 2500px) {
  .ccm-page .actions .signup-button,
  .ccm-page .actions .login-button {
    float: left;
    font-size: 1rem;
  }
}
.ccm-page .actions .signup-button {
  background: #f2ca04;
  color: #fff;
  margin-right: 0.5em;
  right: 225px;
}
.ccm-page .actions .signup-button:hover {
  background: rgb(216.9146341463, 181.0609756098, 3.5853658537);
}
.ccm-page .actions .login-button {
  border: 1px solid #4fbfed;
  border-top: none;
  color: #4fbfed;
  right: 30px;
}
.ccm-page .actions .login-button:hover {
  background: #eeeff0;
}
.ccm-page .notice-bar {
  background-color: #293861;
  color: white;
  width: 100%;
  padding: 10px 15px;
  position: relative;
  z-index: 101;
  display: block;
}
.ccm-page .notice-bar .notice-bar-content {
  margin-right: 30px;
  position: relative;
}
.ccm-page .notice-bar .notice-bar-content p {
  margin: 0;
  font-size: 0.9rem;
}
@media (min-width: 576px) {
  .ccm-page .notice-bar .notice-bar-content p {
    font-size: 1rem;
  }
}
.ccm-page .notice-bar .notice-bar-close {
  background: transparent;
  border: none;
  color: white;
  font-size: 1.3rem;
  line-height: 1;
  padding: 5px;
  cursor: pointer;
  opacity: 0.7;
  position: absolute;
  top: 5px;
  right: 10px;
}
.ccm-page .notice-bar .notice-bar-close:hover {
  opacity: 1;
}
@media screen and (min-width: 1100px) {
  .ccm-page .primary-header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(255, 255, 255, 0);
  }
  .scrolled .ccm-page .primary-header {
    background: rgba(255, 255, 255, 0.95);
  }
}
.ccm-page footer {
  text-align: center;
}
.ccm-page footer.bg-light-grey {
  background: rgb(243.41875, 244.1, 244.78125) !important;
}
@media (min-width: 992px) {
  .ccm-page footer {
    text-align: left;
  }
}
.ccm-page footer img {
  max-width: 80%;
  margin: 0 auto 2em;
  max-width: 60%;
}
@media (min-width: 576px) {
  .ccm-page footer img {
    max-width: 40%;
  }
}
@media (min-width: 992px) {
  .ccm-page footer img {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .ccm-page footer img {
    margin: 0;
    max-width: 90%;
  }
}
@media (min-width: 1400px) {
  .ccm-page footer img {
    max-width: 80%;
  }
}
@media (min-width: 1600px) {
  .ccm-page footer img {
    max-width: 65%;
  }
}
.ccm-page footer p {
  font-size: 1rem;
  color: #656263;
  margin-top: 0.9em;
  line-height: 1.8;
}
.ccm-page footer h4 {
  color: #656263;
}
.ccm-page footer ul {
  padding-left: 0;
}
.ccm-page footer ul li {
  color: #656263;
  font-size: 0.9rem;
  list-style: none;
  margin-bottom: 0.8em;
}
@media (min-width: 1200px) {
  .ccm-page footer ul li {
    font-size: 1rem;
  }
}
.ccm-page footer a {
  color: rgb(55.8659793814, 182.587628866, 234.6340206186);
  font-weight: 500;
}
.ccm-page footer a:hover {
  color: rgb(23.6412371134, 170.7422680412, 231.1587628866);
}
.ccm-page footer p.small {
  font-style: italic;
  font-size: 0.9rem;
  color: #656263;
  line-height: 1.3;
}
.ccm-page footer .col-lg-6 {
  margin: 1.4em 0;
}
@media (min-width: 992px) {
  .ccm-page footer .col-lg-6 {
    margin-top: 0;
  }
}
.ccm-page footer .col-lg-6 .col-md-4 {
  margin-bottom: 1.2em;
}
@media (min-width: 768px) {
  .ccm-page footer .col-lg-6 .col-md-4 {
    margin-bottom: 0;
  }
}
.ccm-page footer .col-sm-12 {
  background: rgb(227.1625, 228.8, 230.4375);
  box-shadow: inset 0, 0, 7px, 0.2;
  margin-top: 1em;
  padding-top: 1em;
}
@media (min-width: 768px) {
  .ccm-page footer .col-sm-12 {
    margin-top: 5em;
  }
}
.ccm-page footer .col-sm-12 p {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}
@media (min-width: 576px) {
  .ccm-page footer .col-sm-12 p {
    text-align: center;
  }
}
.ccm-page footer .column-three {
  text-align: center;
}
@media (min-width: 992px) {
  .ccm-page footer .column-three {
    text-align: right;
  }
}
.ccm-page footer .column-three img {
  display: inline-block;
  padding-right: 0.6em;
  max-height: 50px;
  width: auto;
}
@media (min-width: 992px) {
  .ccm-page footer .column-three img {
    float: right;
    max-height: 40px;
  }
}
@media (min-width: 1200px) {
  .ccm-page footer .column-three img {
    max-height: 45px;
  }
}
@media (min-width: 1600px) {
  .ccm-page footer .column-three img {
    max-height: 50px;
  }
}
.ccm-page footer .col-sm-6 {
  margin-bottom: 0.7em;
  text-align: center;
}
@media (min-width: 576px) {
  .ccm-page footer .col-sm-6 {
    margin-bottom: 1.5em;
    text-align: left;
  }
}
.ccm-page footer a:hover img {
  opacity: 0.7;
}
.ccm-page .footer-search {
  clear: both;
  max-width: 22em;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding-top: 0.5em;
  padding-bottom: 2.5em;
}
@media (min-width: 1200px) {
  .ccm-page .footer-search {
    float: right;
    text-align: right;
    width: 100%;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }
}
.ccm-page .footer-search input.form-control {
  border: none;
  border-radius: 7px 0 0 7px !important;
  color: #293861;
  height: 40px;
  box-shadow: inset 0 0px 5px rgba(0, 0, 0, 0.2);
}
.ccm-page .footer-search input.form-control::-moz-placeholder {
  color: #293861;
}
.ccm-page .footer-search input.form-control::placeholder {
  color: #293861;
}
.ccm-page .footer-search .submit {
  color: #656263;
  background: rgb(210.90625, 213.5, 216.09375);
  border: none;
  font-size: 0.9rem;
  transition-duration: 0.2s;
  padding: 0.62em 0.7em;
  border-radius: 0 7px 7px 0;
}
.ccm-page .footer-search .submit:hover {
  background: rgb(197.359375, 200.75, 204.140625);
}
.ccm-page .ccm-pagination-wrapper ul {
  padding-left: 0;
  justify-content: center;
}
.ccm-page .ccm-pagination-wrapper .disabled {
  opacity: 0.35;
}
.ccm-page .pagination .page-item.disabled .page-link {
  color: #777;
}
.ccm-page .simple-select {
  cursor: pointer;
  display: block;
  height: 3em;
  margin-top: 1.5em;
  position: relative;
  width: 100%;
  background: transparent;
  border-radius: 5px;
  padding: 0 1em 2.5em 0;
}
.ccm-page .simple-select label {
  color: #656263;
  font-size: 1.3rem;
  font-weight: normal;
  display: block;
  line-height: 2em;
  position: absolute;
  width: 100%;
  height: 3em;
}
.ccm-page .simple-select label:after {
  background-color: #fff;
  content: "All";
  position: absolute;
  top: 0;
  left: 8.5em;
  display: block;
  height: 2.7em;
  font-size: 0.9rem;
  width: 67%;
  font-weight: 400;
  max-width: 22em;
  padding: 0 1em;
  border-radius: 5px;
  background-position: 97% 50%;
  background-repeat: no-repeat;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAICAYAAAAftBSpAAAABmJLR0QAAAAAAAD5Q7t/AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3wEZBSYOHWBZNwAAAKNJREFUKM+Vz0FxAkEQBdAHFQFIQEIkrIRcdy4EB+sAJETCnP4ZCUhAQgTkgIBULZdJ1bIBCubY8/t196Lv+zf84CvJ3guvlLLHsEzyiwG7Ukp9AajYYVhCkootNs9ALbPBNkldjOM4/exwwDe6JOdZ8wpHrPGR5AhXSAu+t+AVNAO6JKe/nn/IBDrgjM9Wrli1DU7T/E3kxmT3TnyIzCD3ALgAVCZQHxvNEt0AAAAASUVORK5CYII=");
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.ccm-page .simple-select:hover label {
  color: rgb(88.0577889447, 85.4422110553, 86.3140703518);
}
.ccm-page .simple-select select {
  left: 8em;
  position: absolute;
  top: 0;
  right: 1em;
  filter: alpha(opacity=0);
  opacity: 0;
  width: 67%;
  display: block;
  padding: 0;
  margin: 0;
  height: 2.8em;
  max-width: 20.5em;
}
.ccm-page .simple-select option {
  color: #4fbfed;
}
.ccm-page .simple-select label,
.ccm-page .simple-select select {
  -webkit-appearance: none;
  border-radius: 0;
}
.ccm-page .background-element {
  background: url("/application/themes/givewise/images/swoosh-bg-1900.jpg") no-repeat 100% 8%;
  background-size: 125% auto;
}
@media (min-width: 992px) {
  .ccm-page .background-element {
    background-position: 100% 0%;
  }
}
@media (min-width: 1200px) {
  .ccm-page .background-element {
    background-size: 100% auto;
  }
}
@media (min-width: 1400px) {
  .ccm-page .background-element {
    background-image: url("/application/themes/givewise/images/swoosh-bg-1900.jpg");
  }
}
@media (min-width: 1600px) {
  .ccm-page .background-element {
    background-position-y: 0;
    background: url("/application/themes/givewise/images/swoosh-bg-2.jpg") no-repeat 100% 0%;
  }
}
.ccm-page .container {
  max-width: 1280px;
  width: 100%;
}
.ccm-page .container-wide {
  max-width: 1475px;
  clear: both;
}
.ccm-page .container-x-wide {
  max-width: 1625px;
}
.ccm-page .container-xx-wide {
  max-width: 1850px;
}
.ccm-page .container-full {
  width: 100%;
  max-width: 100%;
}
.ccm-page h1 {
  color: #4fbfed;
  font-size: 2rem;
  font-family: "Montserrat", arial, sans-serif;
  font-weight: 300;
  margin-top: -0.3em;
  margin-bottom: 0;
  text-align: center;
}
@media (min-width: 992px) {
  .ccm-page h1 {
    font-size: 2.5rem;
    text-align: left;
  }
}
@media (min-width: 1600px) {
  .ccm-page h1 {
    font-size: 3rem;
  }
}
.ccm-page h2 {
  color: #4fbfed;
  font-size: 2.1rem;
  font-weight: 300;
  text-align: center;
}
@media (min-width: 576px) {
  .ccm-page h2 {
    font-size: 2.4rem;
  }
}
@media (min-width: 992px) {
  .ccm-page h2 {
    text-align: left;
  }
}
@media (min-width: 1400px) {
  .ccm-page h2 {
    font-size: 2.9rem;
  }
}
.ccm-page h3 {
  font-size: calc(1.285rem + 0.42vw);
  text-align: center;
}
@media (min-width: 1200px) {
  .ccm-page h3 {
    font-size: 1.6rem;
  }
}
@media (min-width: 576px) {
  .ccm-page h3 {
    text-align: left;
  }
}
.ccm-page h4 {
  font-size: 1.2rem;
}
.ccm-page h1 sup, .ccm-page h2 sup, .ccm-page h3 sup {
  font-size: 40%;
  top: -1.3em;
}
.ccm-page p, .ccm-page li {
  font-size: 1.2rem;
  font-family: "Montserrat", arial, sans-serif;
}
.ccm-page p {
  margin-bottom: 0.8em;
}
.ccm-page a, .ccm-page a:hover, .ccm-page a:focus {
  text-decoration: none;
}
.ccm-page ul, .ccm-page ol {
  line-height: 1.3;
}
.ccm-page ul li, .ccm-page ol li {
  margin-bottom: 0.5em;
}
.ccm-page ol.alpha {
  list-style-type: lower-alpha;
}
.ccm-page ol.breadcrumb li {
  font-size: 1.1rem;
  margin-top: 0.2em;
  margin-bottom: 0;
}
.ccm-page b, .ccm-page strong {
  font-weight: 700;
}
.ccm-page .semi-bold {
  font-weight: 500;
}
.ccm-page .small-text {
  font-size: 0.9rem;
  margin-bottom: 0;
}
.ccm-page h2.small-text {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  .ccm-page h2.small-text {
    font-size: 2.5rem;
  }
}
.ccm-page h3.small-text {
  font-size: calc(1.265rem + 0.18vw);
}
@media (min-width: 1200px) {
  .ccm-page h3.small-text {
    font-size: 1.4rem;
  }
}
.ccm-page .medium-text {
  font-size: 1.4rem !important;
}
.ccm-page .medium-large-text {
  font-size: calc(1.325rem + 0.9vw) !important;
}
@media (min-width: 1200px) {
  .ccm-page .medium-large-text {
    font-size: 2rem !important;
  }
}
.ccm-page .large-text {
  font-size: 2.6rem !important;
}
.ccm-page h3.medium-text {
  font-size: 1.9rem !important;
}
.ccm-page h3.medium-large-text {
  font-size: 2.25rem !important;
}
.ccm-page .hero {
  color: #4fbfed;
  font-weight: 300;
  font-size: 1.6rem;
  margin-bottom: 0.55em;
}
@media (min-width: 768px) {
  .ccm-page .hero {
    font-size: 2rem;
  }
}
.ccm-page .dark-blue-feature {
  color: #293861;
  font-size: 1.7rem;
  font-weight: 400;
}
.ccm-page .border-dashed {
  --bs-border-style: dashed;
}
.ccm-page img {
  max-width: 100%;
  height: auto;
  margin-bottom: 1.5em;
}
@media (min-width: 768px) {
  .ccm-page img {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .ccm-page img {
    max-width: 100%;
  }
}
.ccm-page main {
  position: relative;
}
.ccm-page table {
  border: 1px solid rgb(216.75, 216.75, 216.75);
  margin-top: 1.2em;
}
.ccm-page table th {
  background: #4fbfed;
  color: #fff;
}
.ccm-page table th, .ccm-page table td {
  font-size: 1.1rem;
}
.ccm-page table tfoot {
  background: rgb(229.5, 229.5, 229.5);
}
.ccm-page .recaptcha-v3 {
  position: relative;
  z-index: 9;
}
.ccm-page .ccm-block-express-form label.control-label {
  font-size: 1rem;
  font-weight: 500;
}
.ccm-page .ccm-block-express-form p {
  font-size: 0.9rem;
  margin-bottom: 4rem;
}

#home .banner-wrapper {
  height: auto;
  max-height: none;
  min-height: none;
  padding-top: 0;
}
@media (min-width: 992px) {
  #home .banner-wrapper {
    padding-top: 1em;
    text-align: left;
  }
}
#home .banner-wrapper h2 {
  font-weight: 600;
  font-size: 1.8rem;
  margin: 1em 0 0 0.1em;
}
@media (min-width: 768px) {
  #home .banner-wrapper h2 {
    font-size: 2.4rem;
  }
}
@media (min-width: 1200px) {
  #home .banner-wrapper h2 {
    font-size: 2.7rem;
  }
}
@media (min-width: 1400px) {
  #home .banner-wrapper h2 {
    font-size: 3.2rem;
  }
}
@media (min-width: 1600px) {
  #home .banner-wrapper h2 {
    font-size: 3.5rem;
  }
}
#home .banner-wrapper h2.typer:after {
  height: 0.85em;
  vertical-align: middle;
}
#home .banner-wrapper #typer-content {
  min-height: 4em;
}
#home .banner-wrapper p {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.1;
  margin-bottom: 0;
  text-align: center;
}
@media (min-width: 576px) {
  #home .banner-wrapper p {
    padding-right: 0em;
  }
}
@media (min-width: 992px) {
  #home .banner-wrapper p {
    font-size: 2.1rem;
    margin-bottom: 0.8em;
    text-align: left;
  }
}
#home main ul {
  margin: 1.3em 0 2.4em 0;
}
#home main ul li {
  margin-bottom: 1em;
}
@media (min-width: 992px) {
  #home .categories-wrapper {
    background: #f7f7f7;
    padding-top: 1em;
    padding-bottom: 8em;
    z-index: 0;
    position: relative;
  }
}
@media (min-width: 1400px) {
  #home .categories-wrapper {
    padding-top: 5em;
    padding-bottom: 7em;
  }
}
@media (min-width: 1600px) {
  #home .categories-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 1920px) {
  #home .categories-wrapper {
    padding-bottom: 9em;
  }
}
#home .categories {
  display: none;
  z-index: 1;
}
@media (min-width: 992px) {
  #home .categories {
    background: #f7f7f7;
    color: #4fbfed;
    height: 115vh;
    max-height: 1000px;
    position: relative;
    transition: all 0.6s cubic-bezier(0.47, 0.7, 0.2, 1.45) 0.2s;
    z-index: -2;
    display: block;
    min-height: 1000px;
  }
}
@media (min-width: 1200px) {
  #home .categories {
    height: 125vh;
    max-height: 1620px;
  }
}
@media screen and (min-width: 1600px) {
  #home .categories {
    min-height: 1300px;
  }
}
@media (min-width: 1400px) {
  #home .categories {
    height: 135vh;
  }
}
@media (min-width: 1600px) {
  #home .categories {
    height: 112vh;
  }
}
#home .categories .container {
  position: relative;
  z-index: 3;
}
#home .categories .web {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent url("/application/themes/givewise/images/categories-bg-test.png") no-repeat 50% 50%;
  background-size: contain;
  z-index: 0;
}
#home .heart {
  margin: -100px 0 0 -100px;
  height: 200px;
  width: 200px;
  top: 50%;
  left: 50%;
  position: absolute;
}
@media (min-width: 1200px) {
  #home .heart {
    height: 418px;
    width: 417px;
    margin-top: -209px;
    margin-left: -209px;
  }
}
#home .categories-text-1 {
  background: #f2ca04;
  color: #fff;
  top: 60px;
  left: 0;
  padding: 1.3em 3em 1.3em;
  position: absolute;
  border-radius: 4px, 4px, 0, 0;
}
@media (min-width: 1600px) {
  #home .categories-text-1 {
    padding: 1.3em 4em 1.3em 4em;
    top: 80px;
  }
}
@media (min-width: 1920px) {
  #home .categories-text-1 {
    padding: 1.3em 3em 1.3em 3em;
    top: 153px;
  }
}
@media (min-width: 2500px) {
  #home .categories-text-1 {
    top: 190px;
  }
}
#home .categories-text-1 p {
  font-size: 2.3rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 0;
}
@media only screen and (min-width: 1600px) {
  #home .categories-text-1 p {
    font-size: 2.4rem;
  }
}
@media (min-width: 1920px) {
  #home .categories-text-1 p {
    font-size: 2.6rem;
  }
}
@media (min-width: 2500px) {
  #home .categories-text-1 p {
    font-size: 3.1rem;
  }
}
#home .categories-text-1-sub-text {
  color: #73756d;
  top: 130px;
  left: 75px;
  padding: 1em 6em 1em 6em;
  position: absolute;
}
@media (min-width: 1600px) {
  #home .categories-text-1-sub-text {
    top: 162px;
  }
}
@media (min-width: 1920px) {
  #home .categories-text-1-sub-text {
    top: 235px;
    padding-left: 8em;
  }
}
@media (min-width: 2500px) {
  #home .categories-text-1-sub-text {
    top: 270px;
    padding-left: 8em;
  }
}
#home .categories-text-1-sub-text p {
  font-size: 2.3rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  line-height: 1.1;
  margin-bottom: 0em;
}
@media only screen and (min-width: 1600px) {
  #home .categories-text-1-sub-text p {
    font-size: 2.4rem;
  }
}
@media (min-width: 1920px) {
  #home .categories-text-1-sub-text p {
    font-size: 2.6rem;
  }
}
@media (min-width: 2500px) {
  #home .categories-text-1-sub-text p {
    font-size: 3.1rem;
    margin-top: 0.2em;
  }
}
#home .categories-text-2 {
  background: #f2ca04;
  color: #fff;
  top: 64%;
  right: 0px;
  padding: 1em 4em 0 3em;
  position: absolute;
  border-radius: 0, 0, 4px, 4px;
  text-align: right;
  transition: all 1s cubic-bezier(0.47, 0.7, 0.2, 1.25) 0ms;
}
@media (min-width: 1600px) {
  #home .categories-text-2 {
    top: 61%;
    padding: 1em 5em 0 4em;
  }
}
@media (min-width: 1920px) {
  #home .categories-text-2 {
    top: 825px;
  }
}
@media (min-width: 2500px) {
  #home .categories-text-2 {
    padding-right: 10em;
    top: 936px;
  }
}
#home .categories-text-2 p {
  font-size: 2rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 0.5em;
}
@media only screen and (min-width: 1600px) {
  #home .categories-text-2 p {
    font-size: 2.1rem;
  }
}
@media (min-width: 1920px) {
  #home .categories-text-2 p {
    font-size: 2.8rem;
  }
}
#home .image.out-view {
  transform: scale(0);
}
#home .image.in-view {
  transform: scale(1);
}
#home .image {
  top: 50%;
  left: 50%;
  position: absolute;
  z-index: 5;
  max-width: 145px;
  transition-duration: 1s;
}
@media (min-width: 1600px) {
  #home .image {
    max-width: 200px;
  }
}
@media (min-width: 2500px) {
  #home .image {
    max-width: 250px;
  }
}
#home .image-large {
  max-width: 175px;
}
@media (min-width: 1600px) {
  #home .image-large {
    max-width: 250px;
  }
}
@media (min-width: 2500px) {
  #home .image-large {
    max-width: 300px;
  }
}
#home .image-1 {
  transition: all 0.6s cubic-bezier(0.47, 0.7, 0.2, 1.45) 0.1s;
  margin: -16% auto auto -43%;
}
@media (min-width: 992px) {
  #home .image-1 {
    margin: -13% auto auto -37%;
  }
}
@media (min-width: 1200px) {
  #home .image-1 {
    margin: -11% auto auto -42%;
  }
}
@media (min-width: 1200px) {
  #home .image-1 {
    margin-left: -35%;
  }
}
@media (min-width: 1600px) {
  #home .image-1 {
    margin-top: -7%;
    margin-left: -37%;
  }
}
#home .image-2 {
  transition: all 0.6s cubic-bezier(0.47, 0.7, 0.2, 1.45) 0.2s;
  display: block;
  margin: -29% auto auto -6%;
}
@media (min-width: 992px) {
  #home .image-2 {
    margin: -27% auto auto -6%;
  }
}
@media (min-width: 1200px) {
  #home .image-2 {
    display: block;
    margin: -35% auto auto 5%;
  }
}
@media (min-width: 1400px) {
  #home .image-2 {
    display: block;
    margin: -34% auto auto 3%;
  }
}
@media (min-width: 1600px) {
  #home .image-2 {
    margin: -28% auto auto -5%;
  }
}
#home .image-3 {
  transition: all 0.6s cubic-bezier(0.47, 0.7, 0.2, 1.45) 0.3s;
  margin: -14% auto auto 22%;
}
@media (min-width: 992px) {
  #home .image-3 {
    margin: -18 auto auto 24%;
  }
}
@media (min-width: 1200px) {
  #home .image-3 {
    margin: -17% auto auto 23%;
  }
}
@media (min-width: 1400px) {
  #home .image-3 {
    margin-top: -15%;
    margin-left: 23%;
  }
}
@media (min-width: 1600px) {
  #home .image-3 {
    margin-top: -12%;
  }
}
#home .image-4 {
  transition: all 0.6s cubic-bezier(0.47, 0.7, 0.2, 1.45) 0.1s;
  margin: 20% auto auto -38%;
}
@media (min-width: 992px) {
  #home .image-4 {
    margin: 19% auto auto -36%;
  }
}
@media (min-width: 1400px) {
  #home .image-4 {
    margin-top: 15%;
    margin-bottom: -38%;
  }
}
@media (min-width: 1600px) {
  #home .image-4 {
    margin-top: 16%;
    margin-left: -30%;
  }
}
#home .image-5 {
  transition: all 0.6s cubic-bezier(0.47, 0.7, 0.2, 1.45) 0.2s;
  margin: 33% auto auto -7%;
}
@media (min-width: 992px) {
  #home .image-5 {
    margin-top: 25%;
  }
}
@media (min-width: 1200px) {
  #home .image-5 {
    margin-top: 22%;
  }
}
@media (min-width: 1400px) {
  #home .image-5 {
    margin-top: 19%;
  }
}
@media (min-width: 1600px) {
  #home .image-5 {
    margin-top: 12%;
  }
}
#home .image-6 {
  transition: all 0.6s cubic-bezier(0.47, 0.7, 0.2, 1.45) 0.4s;
  margin: 30% auto auto 27%;
}
@media (min-width: 992px) {
  #home .image-6 {
    margin-top: 27%;
  }
}
@media (min-width: 1200px) {
  #home .image-6 {
    margin: 23% auto auto 25%;
  }
}
@media (min-width: 1400px) {
  #home .image-6 {
    margin-top: 20%;
  }
}
@media (min-width: 1600px) {
  #home .image-6 {
    margin-top: 18%;
    margin-left: 21%;
  }
}
#home .ccm-page .bottom-counter + .projects-feature {
  padding-top: 3em;
  padding-bottom: 2em;
}
@media (min-width: 992px) {
  #home .ccm-page .bottom-counter + .projects-feature {
    padding-top: 13.8em;
  }
}
#home div.projects-feature {
  padding: 4em 0;
}
@media (min-width: 768px) {
  #home div.projects-feature {
    padding: 7em 0;
  }
}
#home div.projects-feature h2 {
  color: #293861;
}
@media (min-width: 576px) {
  #home div.projects-feature h2 {
    color: #4fbfed;
  }
}
#home div.projects-feature p {
  font-size: 1.9rem;
}
@media (min-width: 768px) {
  #home div.projects-feature p {
    font-size: 2.3rem;
  }
}
@media (min-width: 992px) {
  #home div.projects-feature .button {
    padding: 0.7em 0.3em;
  }
}
@media only screen and (min-width: 1300px) {
  #home div.projects-feature .button {
    padding: 0.7em 1em;
  }
}

.ccm-page-id-286 .border-wrapper {
  max-width: 400px !important;
  margin: 0 auto 2em auto !important;
}

.ccm-page-id-366 .banner-content-wrapper > img {
  max-width: 70%;
  margin: 0px auto;
  display: block;
}
@media (min-width: 992px) {
  .ccm-page-id-366 .banner-content-wrapper > img {
    max-width: auto;
    margin: 0;
  }
}

@media (min-width: 768px) {
  #inquiry-form .col-md-5 {
    margin-top: 7em;
  }
}
@media (min-width: 1600px) {
  #inquiry-form main {
    min-height: 63vh;
  }
}
#inquiry-form .e-news {
  border-top: none;
}

/*
#project-submission {
  .ccm-block-express-form {
    .form-group {
      margin-bottom: 6px;
      +.form-group{
        margin-top:2em;
      }
    }
  }
  .ccm-file-selector {
    max-width: 150px;
    background-color: #ccc;
  }
  input[type="file"] {
    margin-bottom: 1.5em;
  }
  h4{
    margin-top:2em;
  }
}
  */
.page-template-middle-swoosh .background-element {
  background-position-y: 560px;
}
@media (min-width: 1200px) {
  .page-template-middle-swoosh .background-element {
    background-position-y: 360px;
  }
}

.page-template-blog-post .content-column {
  background: rgba(255, 255, 255, 0.8);
  padding: 1em 2em;
  border-radius: 7px;
}
.page-template-blog-post .content-column.content-column-no-bg {
  background: none;
}
@media (min-width: 992px) {
  .page-template-blog-post aside .border-wrapper-outer {
    margin: 0px auto;
    max-width: 300px;
  }
}
@media (min-width: 1200px) {
  .page-template-blog-post aside .border-wrapper-outer {
    max-width: 375px;
  }
}
@media (min-width: 1400px) {
  .page-template-blog-post aside .border-wrapper-outer {
    max-width: 430px;
  }
}

.page-type-blog-post .background-element {
  box-shadow: 0, 5px, 5px, 0.1;
  padding-bottom: 2.5em;
}
.page-type-blog-post .breadcrumb {
  padding-left: 0;
}
.page-type-blog-post .circle-image img {
  max-width: 73%;
}
.page-type-blog-post .page-title h1 {
  margin-top: 0;
}
.page-type-blog-post .col-md-4 .border-wrapper {
  margin-top: 2em;
}
@media (min-width: 768px) {
  .page-type-blog-post .col-md-4 .border-wrapper {
    margin-top: 0.2em;
  }
}

.page-type-blog-category .page-title .breadcrumb {
  padding-left: 0;
}
