#homepageheader {
  opacity: 1 !important;
}
#homepageheader .et_pb_slide_content h1 {
  font-weight: 400 !important;
  font-size: 80px !important;
  line-height: 90px !important;
  letter-spacing: -1px !important;
}

/*Kenburns Top Effect*/
.dp-kenburns .et_pb_slide_0 .et_parallax_bg,
.dp-kenburns .et_pb_slide_4 .et_parallax_bg{
  -webkit-animation:dp-kenburns-top 6s cubic-bezier(.39,.575,.565,1.000) both;animation:dp-kenburns-top 6s cubic-bezier(.39,.575,.565,1.000) both;
}
@-webkit-keyframes dp-kenburns-top{0%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0);-webkit-transform-origin:50% 16%;transform-origin:50% 16%}100%{-webkit-transform:scale(1.06) translateY(-15px);transform:scale(1.06) translateY(-15px);-webkit-transform-origin:top;transform-origin:top}}@keyframes dp-kenburns-top{0%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0);-webkit-transform-origin:50% 16%;transform-origin:50% 16%}100%{-webkit-transform:scale(1.06) translateY(-15px);transform:scale(1.06) translateY(-15px);-webkit-transform-origin:top;transform-origin:top}}

/*Kenburns Bottom Right Effect*/
.dp-kenburns .et_pb_slide_1 .et_parallax_bg,
.dp-kenburns .et_pb_slide_5 .et_parallax_bg{
  -webkit-animation:dp-kenburns-bottom-right 6s ease-in-out both;animation:dp-kenburns-bottom-right 6s ease-in-out both;
}
@-webkit-keyframes dp-kenburns-bottom-right{0%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0);-webkit-transform-origin:84% 84%;transform-origin:84% 84%}100%{-webkit-transform:scale(1.06) translate(20px,15px);transform:scale(1.06) translate(20px,15px);-webkit-transform-origin:right bottom;transform-origin:right bottom}}@keyframes dp-kenburns-bottom-right{0%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0);-webkit-transform-origin:84% 84%;transform-origin:84% 84%}100%{-webkit-transform:scale(1.06) translate(20px,15px);transform:scale(1.06) translate(20px,15px);-webkit-transform-origin:right bottom;transform-origin:right bottom}}

/*Kenburns Top Right Effect*/
.dp-kenburns .et_pb_slide_2 .et_parallax_bg,
.dp-kenburns .et_pb_slide_6 .et_parallax_bg{
  -webkit-animation:dp-kenburns-top-right 6s ease-in-out both;animation:dp-kenburns-top-right 6s ease-in-out both;
}
@-webkit-keyframes dp-kenburns-top-right{0%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0);-webkit-transform-origin:84% 16%;transform-origin:84% 16%}100%{-webkit-transform:scale(1.06) translate(20px,-15px);transform:scale(1.06) translate(20px,-15px);-webkit-transform-origin:right top;transform-origin:right top}}@keyframes dp-kenburns-top-right{0%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0);-webkit-transform-origin:84% 16%;transform-origin:84% 16%}100%{-webkit-transform:scale(1.06) translate(20px,-15px);transform:scale(1.06) translate(20px,-15px);-webkit-transform-origin:right top;transform-origin:right top}}

/*Kenburns Right Effect*/
.dp-kenburns .et_pb_slide_3 .et_parallax_bg,
.dp-kenburns .et_pb_slide_7 .et_parallax_bg{
  -webkit-animation:dp-kenburns-right 6s cubic-bezier(.55,.085,.68,.53) both;animation:dp-kenburns-right 6s cubic-bezier(.55,.085,.68,.53) both;
}
@-webkit-keyframes dp-kenburns-right{0%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0);-webkit-transform-origin:84% 50%;transform-origin:84% 50%}100%{-webkit-transform:scale(1.06) translateX(20px);transform:scale(1.06) translateX(20px);-webkit-transform-origin:right;transform-origin:right}}@keyframes dp-kenburns-right{0%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0);-webkit-transform-origin:84% 50%;transform-origin:84% 50%}100%{-webkit-transform:scale(1.06) translateX(20px);transform:scale(1.06) translateX(20px);-webkit-transform-origin:right;transform-origin:right}}


.home-about h2 {
  font-weight: 400;
  font-size: 40px !important;
  line-height: 50px !important;
  font-family: "CircularXXWeb-Light";
}

.home-about .ctas {
  position: relative;
  bottom: unset;
}
.home-about .ctas .cta {
  width: 185px;
}
.home-about .ctas .cta a {
  word-spacing: normal;
  font-size: 32px;
  line-height: 31px;
}

#home-featured .featured-resource {
  margin-bottom: 32px !important;
  display: block;
}
#home-featured .featured-resource:hover .resource-blurb .title {
  text-decoration: underline;
}
#home-featured .resource-thumb {
  margin-bottom: 32px !important;
}
#home-featured .resource-thumb img {
  object-fit: cover;
  height: 100% !important;
  width: 100%;
  transition: transform 0.3s ease-in-out !important;
}
#home-featured .featured-resource:hover .resource-thumb img {
  transform: scale(1.05);
}
#home-featured .resource-blurb .title {
  font-size: 24px;
  line-height: 34px;
  font-family: "CircularXXWeb-Bold";
  color: #302A2C !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
#home-featured .resource-blurb .excerpt {
  font-size: 20px !important;
  line-height: 30px !important;
  letter-spacing: -0.5px !important;
  margin-top: 9px;
  margin-bottom: 9px !important;
  color: #302A2C !important;
  font-family: "CircularXXWeb-Light", arial, helvetica, sans-serif !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
#home-featured .resource-blurb .ctas {
  position: relative;
  display: block;
  bottom: unset;
}
#home-featured .resource-blurb .ctas .cta {
  font-size: 20px;
  line-height: 30px;
  color: #387A6E !important;
  font-family: "CircularXXWeb-Bold" !important;
  background-size: 15px 15px !important;
  min-width: 130px;
  width: 130px;
  max-width: 130px;
  background-position: center right !important;
  display: inline-block;
  text-transform: lowercase;
}
#home-featured .resource-blurb .ctas .cta:first-letter {
  text-transform: uppercase;
}

#home-featured-1 .resource-thumb {
  height: 360px;
}
#home-featured-1 .resource-blurb .excerpt {
  margin-bottom: 24px;
  -webkit-line-clamp: 3;
}
#featured-insights.home-featured-insights .resource-thumb {
  display: none;
}

#featured-insights.home-featured-insights .et_pb_module_inner > div:nth-child(n+4) {
  display: none;
}
#featured-insights.home-featured-insights #featured-insight {
  margin-bottom: 0 !important;
}
#home-services .et_pb_row:nth-child(1) h2 {
  font-weight: 400;
  font-size: 40px;
  line-height: 50px;
  font-family: "CircularXXWeb-Light";
}
#home-services .et_pb_row:nth-child(2) {
  display: flex;
  align-items: stretch;
}
@media screen and (max-width: 980px) {
  #home-services .et_pb_row:nth-child(2) { 
    flex-direction: column;
  } 
}
#home-services .et_pb_blurb,
#home-services .et_pb_blurb_content {
  height: 100% !important;
}
#home-services .et_pb_blurb_container {
  height: 100%;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}

#home-services .et_pb_blurb .et_pb_module_header {
  display: flex;
  align-items: center;
  height: 120px;
  border-radius: 100px 0px 0px 0px;
  padding-top: 32px;
  padding-bottom: 21px;
  padding-right: 21px;
  justify-content: flex-end;
}
#home-services .et_pb_blurb .et_pb_module_header a {
  padding-bottom: 0 !important;
  font-size: 32px;
  line-height: 32px !important;
  letter-spacing: -0.496842px !important;
  color: #FFFFFF !important;
  word-spacing: 100vw;
  font-family: "CircularXXWeb-Light", arial, helvetica, sans-serif !important;
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='21' viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.513978 0.986572H20.514V20.9866H16.514V7.73531L3.91344 20.3359L1.08501 17.5074L13.6059 4.98657L0.513977 4.98657L0.513978 0.986572Z' fill='white'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: top right;
  transition: transform .25s ease-in !important;
  display: inline-block;
  width: 200px;
}
#home-services .et_pb_blurb_container:hover .et_pb_module_header a {
  transform: translate3d(5px, -5px, 0px);
}
#home-services .et_pb_row:nth-child(2) .et_pb_column:nth-child(1) .et_pb_blurb .et_pb_module_header {
  background: #387A6E;
}
#home-services .et_pb_row:nth-child(2) .et_pb_column:nth-child(2) .et_pb_blurb .et_pb_module_header {
  background: #47966E;
}
#home-services .et_pb_row:nth-child(2) .et_pb_column:nth-child(3) .et_pb_blurb .et_pb_module_header {
  background: #70B566;
}
#home-services .et_pb_blurb .et_pb_blurb_description {
  background: #E9EADE;
  padding: 24px;
  flex-grow: 1;
}
#home-services .et_pb_blurb .et_pb_blurb_description p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}

#home-programs-list .program-link {
  padding-left: 78px !important;
  height: 75px;
  border-top-left-radius: 78px !important;
}
#home-programs-list .program-link .ctas {
  position: relative !important;
  bottom: unset !important;
  background: white !important;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 32px !important;
  padding-right: 32px !important;
}
#home-programs-list .program-link .ctas .cta {
  max-width: none !important;
  min-width: 0 !important;
  width: 100% !important;
}
#home-programs-list .program-link .ctas .cta a {
  word-spacing: normal;
  font-size: 20px;
  line-height: 30px;
  color: #387A6E !important;
  font-family: "CircularXXWeb-Bold" !important;
  width: 100% !important;
  display: block !important;
  padding: 3px 0 !important;
  text-transform: none !important;
}


@media screen and (max-width: 768px) {
  #homepageheader .et_pb_slide_content h1 {
    font-size: 32px !important;
    line-height: 42px !important;
  }
  .home-about h2,
  #home-services .et_pb_row:nth-child(1) h2 {
    font-size: 30px !important;
    line-height: 40px !important;
  }
  #home-featured-1 .resource-thumb {
    max-height: 142px !important;
  }
}