section#hero {
  position: relative;
}
section#hero:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.55);
}
section#hero .container {
  position: relative;
  z-index: 2;
}

.dark-text h1, .dark-text h2, .dark-text h3, .dark-text h4, .dark-text h5, .dark-text p, .dark-text ul, .dark-text ol {
  color: rgba(33, 37, 41, 0.6) !important;
}

.page-type-page .white-text h1, .page-type-page .white-text h2, .page-type-page .white-text h3, .page-type-page .white-text h4, .page-type-page .white-text h5, .page-type-page .white-text p, .page-type-page .white-text ul, .page-type-page .white-text ol {
  color: #fff;
}
.page-type-page .page-header.page-header-modern.bg-color-secondary--100 h1, .page-type-page .page-header.page-header-modern.bg-color-secondary--100 h2, .page-type-page .page-header.page-header-modern.bg-color-secondary--100 h3, .page-type-page .page-header.page-header-modern.bg-color-secondary--100 h4, .page-type-page .page-header.page-header-modern.bg-color-secondary--100 h5, .page-type-page .page-header.page-header-modern.bg-color-secondary--100 p, .page-type-page .page-header.page-header-modern.bg-color-secondary--100 ul, .page-type-page .page-header.page-header-modern.bg-color-secondary--100 ol {
  color: #226ab2 !important;
}
.page-type-page .page-header.page-header-modern.bg-color-primary-rgba-20 h1, .page-type-page .page-header.page-header-modern.bg-color-primary-rgba-20 h2, .page-type-page .page-header.page-header-modern.bg-color-primary-rgba-20 h3, .page-type-page .page-header.page-header-modern.bg-color-primary-rgba-20 h4, .page-type-page .page-header.page-header-modern.bg-color-primary-rgba-20 h5, .page-type-page .page-header.page-header-modern.bg-color-primary-rgba-20 p, .page-type-page .page-header.page-header-modern.bg-color-primary-rgba-20 ul, .page-type-page .page-header.page-header-modern.bg-color-primary-rgba-20 ol {
  color: #007a61 !important;
}
.page-type-page .light-blue-bg {
  background-color: #d9ebf9;
  padding: 20px 15px;
}
.page-type-page .mid-blue-bg {
  background-color: #64b8e9;
  padding: 20px 15px;
}
.page-type-page .light-green-bg {
  background-color: rgba(44, 173, 110, 0.1);
  padding: 20px 15px;
}
.page-type-page .mid-green-bg {
  background-color: #7cc189;
  padding: 20px 15px;
}
.page-type-page .dark-green-bg {
  background-color: #2cad6e;
  padding: 20px 15px;
}
.page-type-page .teal-bg {
  background-color: #008984;
  background-color: rgba(0, 137, 132, 0.4);
  padding: 20px 15px;
}
.page-type-page .light-grey-bg {
  background-color: #f4f4f4;
  padding: 20px 15px;
}
.page-type-page h1 strong, .page-type-page h2 strong, .page-type-page h3 strong, .page-type-page h4 strong, .page-type-page h5 strong, .page-type-page h6 strong {
  font-weight: 800 !important;
}
.page-type-page .featured-box {
  border-radius: 4px;
}
.page-type-page .featured-box .box-content {
  border-radius: 4px;
}
.page-type-page .featured-box h1, .page-type-page .featured-box h2, .page-type-page .featured-box h3, .page-type-page .featured-box h4, .page-type-page .featured-box h5, .page-type-page .featured-box p, .page-type-page .featured-box ul, .page-type-page .featured-box ol {
  color: #212529;
}
.page-type-page .social-icons:not(.social-icons-opacity-light):not(.social-icons-transparent):not(.social-icons-clean):not(.social-icons-clean-with-border):not(.social-icons-dark):not(.social-icons-dark-2):not(.custom-social-icons) li {
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.page-type-page .page-header h1 {
  font-size: 50px !important;
  font-weight: 600 !important;
}
@media only screen and (max-width: 768px) {
  .page-type-page .page-header h1 {
    font-size: 42px !important;
  }
}
.page-type-page .call-to-action {
  padding: 45px 55px 40px;
}
@media only screen and (max-width: 992px) {
  .page-type-page .call-to-action {
    padding: 45px 25px 40px;
  }
}
.page-type-page .call-to-action .call-to-action-content {
  text-align: left;
  padding-left: 100px;
  padding-right: 120px;
}
@media only screen and (max-width: 992px) {
  .page-type-page .call-to-action .call-to-action-content {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media only screen and (max-width: 768px) {
  .page-type-page .call-to-action .call-to-action-content {
    text-align: center;
  }
}
.page-type-page .call-to-action .call-to-action-content h3 {
  font-size: 2.6em;
  line-height: 1.1em;
  margin-bottom: 15px;
}
.page-type-page .call-to-action .call-to-action-btn {
  display: flex;
  align-content: center;
  justify-content: center;
  height: 100%;
}
.page-type-page .call-to-action .call-to-action-btn a {
  align-self: center;
  justify-self: center;
}
.page-type-page .call-to-action .container > .row > [class*=col-]:nth-child(2), .page-type-page .call-to-action .container-fluid > .row > [class*=col-]:nth-child(2) {
  justify-content: flex-start;
}
@media only screen and (max-width: 768px) {
  .page-type-page .call-to-action .container > .row > [class*=col-]:nth-child(2), .page-type-page .call-to-action .container-fluid > .row > [class*=col-]:nth-child(2) {
    justify-content: center;
  }
}

.color-bar {
  position: relative;
  z-index: 1;
}
.color-bar:after {
  content: " ";
  display: block;
  height: 100%;
  width: 100vw;
  left: 50%;
  margin-left: -50vw;
  position: absolute;
  top: 0;
  background-color: #2cad6e;
  z-index: -1;
}

.light-blue-bg .icon-featured {
  background-color: #d9ebf9;
  color: #212529 !important;
}

.mid-blue-bg .icon-featured {
  background-color: #64b8e9;
}

.light-green-bg .icon-featured {
  background-color: rgba(44, 173, 110, 0.1);
  color: #212529 !important;
}

.mid-green-bg .icon-featured {
  background-color: #7cc189;
}

.dark-green-bg .icon-featured {
  background-color: #2cad6e;
}

.teal-bg .icon-featured {
  background-color: #008984;
}

.light-grey-bg .icon-featured {
  background-color: #f4f4f4;
  color: #212529 !important;
}

.our-work-area {
  background-color: #fff !important;
  padding: 20px 15px !important;
}
.our-work-area.light-blue-bg .row {
  background-color: #d9ebf9;
}
.our-work-area.mid-blue-bg .row {
  background-color: #64b8e9;
}
.our-work-area.light-green-bg .container > .row {
  background-color: rgba(44, 173, 110, 0.1);
}
.our-work-area.mid-green-bg .row {
  background-color: #7cc189;
}
.our-work-area.dark-green-bg .row {
  background-color: #2cad6e;
}
.our-work-area.teal-bg .container > .row {
  background-color: rgba(0, 137, 132, 0.4);
}
.our-work-area.light-grey-bg .container > .row {
  background-color: #f4f4f4;
}

.our-work-area .row {
  margin-bottom: 30px;
  border-radius: 4px;
  padding: 20px 15px;
}
.our-work-area .row .ccm-block-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.our-work-area .row .ccm-block-content h4 {
  font-size: 2em;
}

.page-template-article h1 {
  font-weight: 700 !important;
  color: #212529 !important;
}
.page-template-article .page-header.page-header-modern.page-header-lg {
  margin-bottom: 80px;
}
.page-template-article .articles_sidebar .article-date {
  padding-left: 5px;
  padding-right: 5px;
}
.page-template-article .sidebar .news-area, .page-template-article .sidebar .articles_sidebar {
  background-color: #d0e7f8;
  padding: 15px;
}
.page-template-article .sidebar .news-area .thumb-info-caption-text, .page-template-article .sidebar .articles_sidebar .thumb-info-caption-text {
  padding-left: 5px;
  padding-right: 5px;
}
.page-template-article .sidebar .doc-area {
  padding: 15px;
  margin-bottom: 20px;
}
.page-template-article .sidebar .doc-area:before {
  display: none;
}
.page-template-article .sidebar .doc-area {
  background-color: rgba(44, 173, 110, 0.1);
}
.page-template-article .sidebar .doc-area h4 {
  color: #212529;
  font-weight: 400 !important;
  text-transform: uppercase;
  font-size: 1.8em;
}
.page-template-article .sidebar .doc-area ul {
  margin: 0;
  margin-bottom: 15px;
  padding: 0;
}
.page-template-article .sidebar .doc-area ul li {
  list-style-type: none;
  margin-bottom: 3px;
}
.page-template-article .sidebar .doc-area a {
  position: relative;
}
.page-template-article .sidebar .doc-area a::before {
  font-family: "FontAwesome";
  color: #3a3a3a;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  margin-right: 10px;
}
.page-template-article .sidebar .doc-area a[href*=parentcare]::before {
  content: "\f105";
}
.page-template-article .sidebar .doc-area a[href*=".doc"]::before, .page-template-article .sidebar .doc-area a[href*=".pdf"]::before, .page-template-article .sidebar .doc-area a[href*=".jpg"]::before, .page-template-article .sidebar .doc-area a[href*=".jpeg"]::before, .page-template-article .sidebar .doc-area a[href*=".png"]::before, .page-template-article .sidebar .doc-area a[href*=download_file]::before {
  content: "\f15b";
}
.page-template-article .sidebar .doc-area a[href]:not([href*=parentcare])::before {
  content: "\f0c1";
}
.page-template-article.page-type-article-policy .page-header.page-header-modern.bg-color-secondary--100.page-header-lg {
  background-color: #b7d9ab !important;
}

.page-template-news h2 {
  font-size: 3.4em;
  padding-top: 10px;
  max-width: 310px;
  line-height: 1.1em;
}
@media only screen and (max-width: 768px) {
  .page-template-news h2 {
    font-size: 3em;
  }
}
.page-template-news .news-image img {
  height: 100%;
  object-fit: cover;
}
.page-template-news .news-image.news-image-1 {
  padding-right: 0;
}
.page-template-news .news-image.news-image-2 {
  padding-left: 0;
}
@media only screen and (max-width: 768px) {
  .page-template-news .article-text {
    margin-bottom: 8px;
  }
  .page-template-news .article-text h4 {
    padding-bottom: 0px !important;
  }
}

.tall-feature .ccm-block-feature-link-text {
  min-height: 200px;
}
.tall-feature .ccm-block-feature-link-text {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 200px;
}
.tall-feature .ccm-block-feature-link-text .mt-4 {
  display: flex;
  align-items: flex-end;
  margin-top: auto !important;
}

.arrow-link-feature {
  display: block;
  padding-bottom: 1px;
  position: relative;
  text-decoration: none !important;
}
.arrow-link-feature h4 {
  margin-top: 0px;
  margin-bottom: 30px;
  opacity: 1;
  transition: all 0.2s ease;
}
.arrow-link-feature i {
  position: absolute;
  top: -5px;
  right: 0px;
  color: #383f45 !important;
  font-size: 34px;
  transform: rotate(-45deg);
  transition: all 0.2s ease;
}
.arrow-link-feature:hover h4 {
  color: rgba(255, 255, 255, 0.5);
}
.arrow-link-feature:hover i {
  transform: rotate(0deg);
  color: rgba(255, 255, 255, 0.5) !important;
}

#pre-footer .card .card-body {
  padding: 2rem 0;
}

#footer a:not(.btn):not(.no-footer-css) {
  color: #fff;
  text-decoration: underline;
}
#footer a:not(.btn):not(.no-footer-css):hover, #footer a:not(.btn):not(.no-footer-css):focus, #footer a:not(.btn):not(.no-footer-css):active {
  color: #16181b;
  text-decoration: none;
}

.square_feature img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.square_feature .col-sm-5 {
  align-items: center;
}

.blockquote-tertiary {
  border-left: 5px solid #008984;
  margin: 0 0 16px 0;
  margin: 0 0 1rem 0;
  padding: 8px 16px;
  padding: 0.5rem 1rem;
  font-size: 1em;
}

.page-template-lander {
  background: red;
}
.page-template-lander .text-intro p {
  max-width: 780px;
  margin-inline: auto;
  font-weight: 400;
  display: inline-block;
  margin-top: 15px;
  margin-bottom: 10px;
}