/******************************************************************
Version: 1.4.2
******************************************************************/

/* ---------- MENU ------------- */

ul#menu-headernav {
  display: flex;
  justify-content: center;
}

.header-navigation .header-mobile-menu__logo {
  /* Clear all of this when reverting back to old non-anniversary logo */
  margin: 2px 20px;
  width: 90px;
  height: 60px;
}

.header-navigation .header-navigation__logo {
    margin: 0px auto 0px 15px;
    width: 140px;
     /* height: 72px; return to this when 20th anniv. logo is removed */
    height: 90px; /* enlarged for 20th anniv. logo */
}

.header-navigation .header-navigation__item > li .sub-menu {
  left: -66px;
}
.header-desktop li.social-item {
  padding: 0;
  margin: 0 !important;
}
.header-desktop ul.w-list-unstyled {
  display: flex;
  padding-top: 33px;
  justify-content: space-around;
  margin-right: 8px;
  margin-left: -8px;
}
.header-desktop .nav-subscribe {
  font-size: 16px;
  text-decoration: none;
  color: #80c8bd;
  font-weight: 600;
  position: relative;
  top: 2px;
}
.header-desktop .social-link {
  color: #80c8bd !important;
}

.header-desktop .menu-headernav-container {
  display: flex;
  align-items: center;
  height: 90px;
}
.header-desktop ul#menu-headernav {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
ul#menu-headernav li#menu-item-2846 a {
  color: #ed1b28;
}
@media screen and (min-width: 993px) {
  .header-navigation .header-navigation__item > li {
    padding: 0;
  }
}
@media screen and (max-width: 1280px) and (min-width: 993px) {
  ul#menu-headernav {
    margin-left: 11%;
    margin-right: 6%;
  }
}
@media screen and (min-width: 1281px) {
  ul#menu-headernav {
    margin-left: 8%;
    margin-right: 6%;
  }
}
@media screen and (max-width: 1280px) and (min-width: 993px) {
  .header-desktop .social-link {
    font-size: 18px !important;
  }
}
@media screen and (max-width: 1280px) and (min-width: 993px) {
  .header-desktop .nav-subscribe {
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  ul#menu-headernav a br {
    display: none;
  }
}

@media screen and (min-width: 1281px) {
  ul#menu-headernav {
    padding: 0 0 0 2%;
  }
}
@media screen and (max-width: 1280px) and (min-width: 993px) {
  .header-desktop .navBlock {
    width: 53.3333% !important;
  }
}
.f-block__price {
  font-size: 16px;
}

/* Displays intermediate breadcrumb (or not) depending on search page type -- e.g. news, blog, or global */

li.breadcrumb__item.item_optional {
  display: none;
}
li.breadcrumb__item.item_optional.item_news,
li.breadcrumb__item.item_optional.item_blog {
  display: list-item;
}

/* FOOTER ------------------------- */

/* 20th anniversary logo */

.footer-logo__icon.w--current {
  width: 150px;
  height: 100px;
  margin-bottom: 15px;
  background-image: url(/wp-content/uploads/2023/02/anniversary-logo-text-lift-dk-bg.png);
}


/* HOMEPAGE ------------------------------------------------------ */


.about__items .img-bg-orange {
  position: absolute;
  left: -20px;
  top: 86px;
  z-index: 0;
  width: 98%;
  height: 66%;
  background-color: #fbb131;
}

@media (min-width: 1180px) {
  .about__video-youtube {
    margin-top: 30px;
}
}

/* Rotating feature block ---------------------------------------- */

.featured-block__title a {
  max-height: 144px; /* Increasing max height in title area to allow for longer titles */
}

/* Typography updates --------------------------- */
.paragraph-basic {
  line-height: 1.4;
}
p {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  p {
    margin-bottom: 24px;
  }
}
.l-approach__paragraph {
  line-height: 1.4;
}
.staff-popup__column p {
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
  font-family: Source Sans Pro;
  /* width: 100%; */
}
.staff-popup__column a {
  color: #fff;
}
.staff-popup__column::-webkit-scrollbar-track {
  background-color: #2a394c;
}
.staff-popup__column::-webkit-scrollbar-thumb {
  background-color: #616e7f;
}
@media (min-width: 768px) {
  .staff-popup__column p {
    font-size: 16px;
  }
  .staff-popup__column {
    padding-right: 24px;
  }
}
.single-post__author-info a {
  color: inherit;
  text-decoration: none;
}

/* Home  -------------------------------- */

.testimonial__line {
  display: none;
}
.testimonial__symbol {
  display: none;
}

.testimonial.testimonial__homepage {
  padding-top: 51px;
}

/* Services at a Glance --------------------------------------- */

.page-covid .posts__item-title,
.page-covid-single .posts__item-title,
.services-archive .posts__item-title,
.services-taxonomy .posts__item-title {
  margin-bottom: 20px;
}

.posts_intro {
  text-align: center;
  margin: 70px auto -20px;
}
.posts_intro p {
  font-size: 14px;
  line-height: 1.5;
}

h2.posts__item-title.posts__intro-heading {
  margin-bottom: 20px;
  color: #7fc9bd;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .posts_intro p {
    font-size: 16px;
  }
  .posts_intro {
    width: 70%;
  }
}

.workshops-single .single-post__image {
  margin-bottom: 40px;
}

/* Single Posts ----------------------------------------------- */

.single-post img.alignleft {
  float: left;
  margin: 0 24px 24px 0px;
}
@media (max-width: 480px) {
  .single-post img.alignleft {
    width: 100%;
    height: 100%;
    float: none;
  }
  .single-post img.alignright {
    width: 100%;
    height: 100%;
    float: none;
  }
  .single-post img.aligncenter {
    width: 100%;
    height: 100%;
    float: none;
  }
}
/* Links beneath author bio */
a.meta_link,
span.meta_link {
  color: #80c8bd;
  text-transform: uppercase;
}
a.meta_link {
  cursor: pointer;
}
span.meta_link {
  font-weight: 900;
}

/* Related Workshops */

.widget.related-services {
  margin-bottom: 40px;
}
.widget.related-services .widget__title {
  margin-bottom: 22px;
}
.widget.related-services .widget__item {
  padding-top: 18px;
}

/* Fix so form doesn't exceed column with on "featured professional offerings" -----------------*/

@media (min-width: 960px) {
  .featured__content form.user-form-template {
    max-width: 510px !important;
  }
}
form.user-form-template .element-container {
  font-family: "Lora", serif !important;
  font-weight: 600 !important;
}
form.user-form-template {
  background-color: rgba(232, 232, 232, 1) !important;
}
form.user-form-template input.element-container[required="required"] {
  background-color: #fff !important;
}

form.user-form-template #field7 .element-container {
  font-size: 24px !important;
  color: rgba(55, 67, 84, 1) !important;
}
form.user-form-template.override #field7 .element-container {
  font-size: 13px !important;
}
@media (max-width: 959px) {
  form.user-form-template #field7 .element-container {
    padding-left: 0 !important;
    text-align: center !important;
  }
  form.user-form-template.override #field7 .element-container {
    text-align: left !important;
  }
}

form.user-form-template .component-container p input {
  font-family: "Source Sans Pro", sans-serif !important;
}
form.user-form-template .required-field {
  font-family: "Source Sans Pro", sans-serif !important;
  text-transform: capitalize;
}
form.user-form-template input.element-container[value="Submit"],
form.user-form-template input.element-container[value="Watch Now"] {
  font-family: "Source Sans Pro", sans-serif !important;
  text-transform: uppercase;
  width: 100% !important;
}
form.user-form-template.override input.element-container[value="Submit"] {
  width: 40% !important;
}
@media (min-width: 960px) {
  form.user-form-template input.element-container[value="Submit"],
  form.user-form-template input.element-container[value="Watch Now"] {
    margin: 0 31px 24px !important;
  }
}
.single-post form.user-form-template {
  margin: initial !important;
}
input.element-container:hover {
  background-color: white !important;
  color: #000 !important;
  border: 1px solid #000 !important;
  cursor: pointer;
}
form.user-form-template #field7 .element-container {
  background: rgba(232, 232, 232, 1) !important;
  border-bottom: 2px solid rgba(128, 200, 189, 1) !important;
}
form.user-form-template.override #field7 .element-container {
  background: #fff !important;
  border-bottom: initial !important;
}
@media (min-width: 960px) {
  form.user-form-template #field7 .element-container {
    margin-left: 30px !important;
    width: 90% !important;
    padding-left: 0px !important;
    margin-right: 60px !important;
    text-align: center !important;
  }
  form.user-form-template.override #field7 .element-container {
    margin-left: initial !important;
    width: 100% !important;
    padding-left: 14px !important;
    margin-right: initial !important;
    text-align: initial !important;
  }
}
/* Resources form ------------------------------------------ */
@media (max-width: 959px) {
  .user-form-template,
  #user-form-template-38,
  #user-form-template-28,
  #user-form-template-29,
  #user-form-template-37,
  #user-form-template-33,
  #user-form-template-35,
  #user-form-template-32,
  #user-form-template-34,
  #user-form-template-23,
  #user-form-template-30,
  #user-form-template-39 {
    padding-bottom: 24px !important;
  }
  #user-form-template-38 .component-container,
  #user-form-template-29 .component-container,
  #user-form-template-28 .component-container,
  #user-form-template-33 .component-container,
  #user-form-template-37 .component-container,
  #user-form-template-35 .component-container,
  #user-form-template-32 .component-container,
  #user-form-template-34 .component-container,
  #user-form-template-23 .component-container,
  #user-form-template-30
    .component-container
    #user-form-template-39
    .component-container,
  .user-form-template .component-container {
    margin: 8px 16px !important;
  }
}
@media (min-width: 960px) {
  #user-form-template-38 #field4,
  #user-form-template-28 #field4,
  #user-form-template-33 #field4,
  #user-form-template-37 #field4,
  #user-form-template-39 #field4,
  #user-form-template-35 #field4,
  #user-form-template-32 #field4,
  #user-form-template-34 #field4,
  #user-form-template-23 #field4,
  #user-form-template-30 #field4 {
    /* margin: 0 36px; */
  }
}

/* ---------------- */

.single-post__image.single-post-img-1 {
  background-image: none;
}
.single-resources-detail .single-post__image {
  height: initial;
  background-color: initial;
}

@media (min-width: 768px) {
  .single-resources-detail .single-post__image.single-post-img-1 {
    height: 300px;
    overflow: hidden;
  }
  .single-resources-detail .img-default {
    position: relative;
    top: -29%;
  }
}

/* ------------ Custom Forms ---------------- */

.custom-form {
  padding-top: 34px;
}
.custom-form .user-form-body {
  padding-top: 24px;
}

/* Maps ------------- */

body:not(.mobile) path[class="enabled"]:hover,
body:not(.mobile) circle:hover {
  fill: #116784 !important;
}
/* ------------- Author posts pages -------------- */
.author-posts-list {
  border-top: 1px solid #374354;
}
.author-posts .single-post__author {
  margin-bottom: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.author-posts .single-post__author {
  margin-top: -320px;
}
@media (min-width: 600px) {
  .author-posts .single-post__author {
    margin-top: -290px;
  }
}
@media (min-width: 768px) {
  .author-posts .single-post__author {
    margin-top: -340px;
  }
  .author-posts .banner-medium__image {
    height: 400px;
  }
}

.author-posts .single-post__author-img.author-img-1 {
  margin-top: 60px;
}
.author-posts .single-post__author-info {
  background: rgba(55, 67, 84, 0.94);
  padding: 24px;
  margin-top: 24px;
  max-width: 1170px;
}
.author-posts .single-post__author-info .paragraph-basic {
  color: white;
}
.author-posts .banner-medium {
  padding-bottom: 9px;
}
@media (max-width: 479px) {
  .author-posts .banner-big__title {
    font-size: 21px;
  }
}

@media (max-width: 479px) {
  .author-posts .banner-big__text {
    font-size: 16px;
    line-height: 27px;
  }
}
@media (min-width: 480px) {
  .author-posts .banner-big__text {
    font-size: 18px;
    line-height: 1.6;
  }
}
@media (min-width: 200px) and (max-width: 479px) {
  .single-post__author-img.author-img-1 {
    width: 140px;
    height: 140px;
  }
}

/*--------------- Staff Images --------------------*/

@media (max-width: 479px) {
  .our-leadership__image.team-img-1 {
    height: 192px;
    background-size: auto 96%;
  }
}
.staff-popup__info {
  position: relative;
}
.staff-page.page-nav,
.staff-page.page-nav.sticky {
  position: sticky !important;
  position: -webkit-sticky !important;
  top: 90px;
  z-index: 1;
  background: #fff;
}
.staff-page.page-nav .page-nav__items {
  justify-content: space-around;
}
.staff-page.page-nav .w--current {
  border-bottom-color: transparent;
}
.staff-page.page-nav .page-nav__active {
  border-bottom-color: #afd274 !important;
}

/* -------------- WMLA Page ----------------------- */

.wmla-page .about__info {
  width: 50%;
}
.wmla-page .story-history__info {
  width: 64%;
}
.wmla-page .story-history__photo {
  height: 402px;
}
@media (max-width: 991px) {
  .story-history__image {
    height: 402px;
  }
}
.wmla-page .story-history__photo.our-story-img-2 {
  height: 360px;
}
.wmla-approach-column-1 {
  width: 540px;
}
.wmla-approach-column-2 {
  width: 50%;
}
.wmla-page .page-nav__items.wmla-staff {
  justify-content: space-evenly;
}
.wmla-page .page-nav.sticky {
  position: unset;
}
.wmla-page .story {
  padding-top: 0 !important;
}
.wmla-page .news-posts {
  padding-top: 40px;
}
.wmla-page .work-btn__title {
  line-height: 1.3;
}
@media only screen and (max-width: 1024px) {
  .wmla-page .about__info {
    margin: 0;
    width: 100%;
    margin-top: 40px;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .wmla-page .story-history__info {
    width: 100%;
  }
  .wmla-page .story-mission {
    padding-bottom: 0;
  }
  .wmla-approach-column-1 {
    width: 100%;
  }
  .wmla-approach-column-2 {
    width: 100%;
    padding-top: 40px;
  }
  .wmla-page .about__info .paragraph-basic {
    width: 100%;
  }
  .wmla-page .story-history__photo {
    margin: auto;
  }
}
@media (max-width: 479px) {
  .wmla-page .story-history__info {
    margin-top: 40px;
  }
  .wmla-page .story-history__content {
    padding-top: 30px;
  }
  .wmla-approach-column-2 {
    padding-top: 30px;
  }
  .wmla-page .posts__item-image {
    margin-bottom: 30px;
  }
  .wmla-page .staff__content-1 {
    padding-top: 0;
  }
}

/* COVID-19 PAGE ------------------- */

.page-covid-single li.current-cat a {
  border-bottom: none;
}
.page-covid-single li.menu-item-active a {
  border-bottom-color: #afd274;
}

/* ------ RESPONSIVE YOUTUBE VIDEOS ------ */

.video-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}
.video-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

/* -------- Revised Our Work page ------------ */

/* @media (min-width: 991px) {
	.slick-track {
		width: 1170px !important;
	}
	.slick-slide {
		width: 390px !important;
	}
} */

.our-work-tab #leadership-approach {
  padding-top: 0px;
}
.worktab.work-btn {
  padding-top: 0px;
}
.tablink {
  cursor: pointer;
}
.work-img-bg__info.work-img-bg__info--2 {
  margin-left: 0;
}
.work-img-bg__content:nth-child(3) {
  padding-top: 0px;
}
@media (min-width: 991px) {
  .work-img-bg__content {
    padding-top: 40px;
  }
}
@media (min-width: 991px) {
  .work-img-bg__info-2--body.paragraph-basic {
    column-count: 2;
    column-gap: 72px;
  }
}
.work__types .testimonial {
  padding-top: 0;
}
#four-components.work-img-bg__content {
  display: block;
  padding-top: 80px;
}
#four-components.work-img-bg__content h2 {
  text-align: center;
}
#work-approach {
  padding-bottom: 80px;
  padding-top: 36px;
}
.work-icons-list ul {
  list-style: none;
  padding-left: 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.work-icons-list ul li {
  display: flex;
  flex-direction: column;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
}
@media (min-width: 991px) {
  .work-icons-list ul li {
    max-width: 33.33333333%;
    margin-bottom: 0;
  }
}
.our-work__icon {
  width: 240px;
  height: 176px;
  margin-right: 24px;
  background-size: 76%;
  background-position: center center;
  background-repeat: no-repeat;
}
.work-icons-list p {
  max-width: 720px;
  text-align: center;
}
.work-icons-list h3 {
  margin-bottom: 20px;
  text-align: center;
}
.container.container-form-center {
  max-width: 720px;
  padding-top: 40px;
}
.sharpspring_form h1 {
  text-align: center !important;
}

.proxy-content {
  padding: 100px 20px 50px 20px;
}

.url-builder {
  text-align: center;
}

.url-explainer {
  max-width: 768px;
  margin: auto;
}

.url-explainer > h2 {
  text-align: center;
}

.builder-input {
  width: 100%;
  height: 40px;
  margin: 10px 0;
}

.input-cell {
  width: 100%;
}

.builder-btn {
  padding: 5px;
  position: relative;
}

.build-table {
  max-width: 768px;
  margin: auto;
}

.copied-alert {
  margin-top: 5px;
  padding: 3px;
  left: 1px;
  color: white;
  border-radius: 2px;
  background-color: #116784;
  position: absolute;
  transition: opacity 1s;
}

.opacity-0 {
  opacity: 0;
}

.redirect-content {
  margin-top: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(100vh - 436.38px);
}
