/* Plandeux color palette */
/*
 * Mixin to swap font families
 * Must include define('PV_FONT', '//fast.fonts.net/cssapi/58841da2-0523-45dd-9aff-ce6b42ca9557.css'); in wp-config.php
 */
/* Plandeux base colors */
/* Extra small devices (phone, below 768px, * Bootstrap 3 col-xs) */
/* Small devices (tablets, 768px and up, * Bootstrap 3 col-sm) */
/* Medium devices (laptops, 992px and up, * Bootstrap 3 col-md) */
/* Large devices (desktops, 1200px and up, * Bootstrap 3 col-lg) */
/* Extra large devices (above 1319px, * Bootstrap 3 col-xl) */
.resource-case-study {
  position: relative;
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .resource-case-study {
    padding-bottom: 64px;
  }
}
@media screen and (min-width: 1200px) {
  .resource-case-study {
    padding-bottom: 80px;
  }
}
.resource-case-study .banner {
  /* Filter banner */
  /* Resource banner */
}
.resource-case-study .banner#sticky {
  position: relative;
  background-color: #ffffff;
  z-index: 3;
  padding-bottom: 24px;
}
.resource-case-study .banner#sticky:before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  border-bottom: 1px solid #527a8e;
}
@-webkit-keyframes progress {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes progress {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .resource-case-study .banner#sticky {
    z-index: 9;
    padding: 0;
  }
  .resource-case-study .banner#sticky:after {
    background: rgba(253, 252, 251, 0.95);
  }
}
.resource-case-study .banner#sticky.busy:before {
  -webkit-animation: progress 1s 1;
          animation: progress 1s 1;
}
.resource-case-study .banner#sticky.busy + #resourceList #resourceBody {
  opacity: 0.8;
  -webkit-transition: all 800ms ease;
  transition: all 800ms ease;
}
.resource-case-study .banner#sticky.busy + #resourceList #resourceBody.fade {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .resource-case-study .banner#sticky.sticky {
    position: fixed;
    top: 64px;
    -webkit-box-shadow: 0px 6px 3px 0px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 6px 3px 0px rgba(0, 0, 0, 0.3);
  }
}
@media screen and (min-width: 1200px) {
  .resource-case-study .banner#sticky.sticky {
    top: 88px;
  }
}
@media screen and (min-width: 768px) {
  .resource-case-study .banner#sticky.sticky + #resourceList {
    padding-top: 160px;
  }
}
@media screen and (min-width: 1200px) {
  .resource-case-study .banner#sticky.sticky + #resourceList {
    padding-top: 248px;
  }
}
.resource-case-study .banner .filter-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.resource-case-study .banner .filter-wrapper .browse-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  width: 100%;
  position: relative;
  padding-right: 56px;
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .resource-case-study .banner .filter-wrapper .browse-wrapper {
    width: 40%;
    margin-top: 24px;
    padding-right: 0;
  }
}
.resource-case-study .banner .filter-wrapper .browse-wrapper h2 {
  margin: 0;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .resource-case-study .banner .filter-wrapper .browse-wrapper h2 {
    font-size: 18px;
  }
}
.resource-case-study .banner .filter-wrapper .browse-wrapper h2.no-style {
  font-size: 16px;
}
.resource-case-study .banner .filter-wrapper .browse-wrapper .browse-by {
  display: block;
  position: relative;
  padding: 8px 0;
  font-family: "Heavy", Arial, Verdana, Helvetica, sans-serif;
  font-style: normal;
  font-stretch: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.2;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  border-bottom: 1px solid #d6d6d6;
}
.resource-case-study .banner .filter-wrapper .browse-wrapper .browse-by:after {
  content: "\e963";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "pv-fonts";
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media screen and (min-width: 768px) {
  .resource-case-study .banner .filter-wrapper .browse-wrapper .browse-by {
    padding: 0;
    font-size: 18px;
    pointer-events: none;
    border: none;
  }
  .resource-case-study .banner .filter-wrapper .browse-wrapper .browse-by:after {
    display: none;
  }
}
.resource-case-study .banner .filter-wrapper .browse-wrapper .browse-by.open:after {
  -webkit-transform: rotate(180deg) translateY(50%);
          transform: rotate(180deg) translateY(50%);
}
.resource-case-study .banner .filter-wrapper .browse-wrapper .btn-search {
  position: absolute;
  right: 0;
  top: 0;
  background: #ffffff;
  border: 1px solid #d6d6d6;
  color: #000000;
  border-radius: 8px;
  padding: 10px 10px 6px;
}
.resource-case-study .banner .filter-wrapper .browse-wrapper .btn-search .icon-search-regular {
  opacity: 64%;
}
@media screen and (min-width: 768px) {
  .resource-case-study .banner .filter-wrapper .browse-wrapper .btn-search {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .resource-case-study .banner .filter-wrapper .browse-wrapper .btn-search {
    display: none;
    top: 36px;
    left: 0;
    right: auto;
    padding: 10px 12px;
    height: 40px;
  }
}
@media screen and (min-width: 768px) {
  .resource-case-study .banner .filter-wrapper .filter-search {
    margin-top: 24px;
    width: 60%;
  }
}
.resource-case-study .banner .filter-wrapper .search-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-height: 0;
  opacity: 0;
  z-index: -1;
  overflow: hidden;
  background-color: #000000;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}
@media screen and (min-width: 768px) {
  .resource-case-study .banner .filter-wrapper .search-wrapper {
    position: relative;
    max-height: 100vh;
    opacity: 1;
    background: rgba(255, 255, 255, 0);
    z-index: 2;
    overflow: visible;
  }
}
@media screen and (min-width: 1200px) {
  .resource-case-study .banner .filter-wrapper .search-wrapper {
    position: relative;
    max-height: 100vh;
    opacity: 1;
    background: rgba(255, 255, 255, 0);
    z-index: 2;
    overflow: visible;
  }
}
.resource-case-study .banner .filter-wrapper .search-wrapper #btnClose {
  color: #ffffff;
  font-size: 24px;
  position: absolute;
  top: 24px;
  right: 24px;
}
@media screen and (min-width: 768px) {
  .resource-case-study .banner .filter-wrapper .search-wrapper #btnClose {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .resource-case-study .banner .filter-wrapper .search-wrapper #btnClose {
    display: none;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: auto;
    left: 32px;
  }
}
.resource-case-study .banner .filter-wrapper .search-wrapper .search-form {
  margin: 80px 16px 0;
}
@media screen and (min-width: 768px) {
  .resource-case-study .banner .filter-wrapper .search-wrapper .search-form {
    margin: 0;
  }
}
@media screen and (min-width: 1200px) {
  .resource-case-study .banner .filter-wrapper .search-wrapper .search-form {
    margin-left: 40px;
  }
}
.resource-case-study .banner .filter-wrapper .search-wrapper .search-form .input-group {
  position: relative;
  padding-right: 64px;
}
@media screen and (min-width: 768px) {
  .resource-case-study .banner .filter-wrapper .search-wrapper .search-form .input-group {
    padding-right: 24px;
    border-bottom: 1px solid #d6d6d6;
    margin-left: calc(100% - 240px);
  }
}
@media screen and (min-width: 1200px) {
  .resource-case-study .banner .filter-wrapper .search-wrapper .search-form .input-group {
    padding-right: 24px;
    border-color: #d6d6d6;
    margin-left: calc(100% - 310px);
  }
}
.resource-case-study .banner .filter-wrapper .search-wrapper .search-form .input-group input[type=text],
.resource-case-study .banner .filter-wrapper .search-wrapper .search-form .input-group input[type=search] {
  display: block;
  color: #ffffff;
  width: calc(100% - 40px);
  height: 48px;
  background: rgba(255, 255, 255, 0);
  outline: none;
  font-family: "Regular", Arial, Verdana, Helvetica, sans-serif;
  font-style: normal;
  font-stretch: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 1.2;
  border: none;
  border-bottom: 2px solid #ffffff;
}
@media screen and (min-width: 768px) {
  .resource-case-study .banner .filter-wrapper .search-wrapper .search-form .input-group input[type=text],
.resource-case-study .banner .filter-wrapper .search-wrapper .search-form .input-group input[type=search] {
    width: 100%;
    color: #000000;
    font-size: 14px;
    height: auto;
    border: none;
  }
}
.resource-case-study .banner .filter-wrapper .search-wrapper .search-form .input-group .search-submit {
  position: absolute;
  top: 0;
  right: 0;
  font-family: "Heavy", Arial, Verdana, Helvetica, sans-serif;
  font-style: normal;
  font-stretch: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 1.2;
  color: #ffffff;
  padding: 12px 20px;
  border: 2px solid;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0);
}
.resource-case-study .banner .filter-wrapper .search-wrapper .search-form .input-group .search-submit:hover {
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .resource-case-study .banner .filter-wrapper .search-wrapper .search-form .input-group .search-submit {
    top: 0;
    width: 34px;
    padding: 0;
    border: none;
    color: rgba(0, 0, 0, 0.64);
    text-indent: 100%;
    overflow: hidden;
  }
  .resource-case-study .banner .filter-wrapper .search-wrapper .search-form .input-group .search-submit:before {
    content: "\e979";
    font-family: pv-fonts;
    position: absolute;
    top: 0;
    left: 0;
  }
  .resource-case-study .banner .filter-wrapper .search-wrapper .search-form .input-group .search-submit.active {
    color: #4a7082;
  }
  .resource-case-study .banner .filter-wrapper .search-wrapper .search-form .input-group .search-submit:hover {
    color: #000000;
  }
}
.resource-case-study .banner .filter-wrapper .search-wrapper #tooltip {
  position: absolute;
  top: auto;
  left: 0;
  margin: 0;
  padding: 0px 0px;
  width: 100%;
  list-style-type: none;
  overflow-y: auto;
  max-height: calc(100vh - 148px);
  -webkit-box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 768px) {
  .resource-case-study .banner .filter-wrapper .search-wrapper #tooltip {
    border-top: 2px solid #d6d6d6;
    background-color: #ffffff;
  }
}
.resource-case-study .banner .filter-wrapper .search-wrapper #tooltip li a {
  display: block;
  padding: 8px 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .resource-case-study .banner .filter-wrapper .search-wrapper #tooltip li a {
    color: #000000;
    padding-left: 16px;
    padding-right: 16px;
    line-height: 1;
  }
  .resource-case-study .banner .filter-wrapper .search-wrapper #tooltip li a:hover, .resource-case-study .banner .filter-wrapper .search-wrapper #tooltip li a:focus {
    background-color: #d6d6d6;
  }
}
.resource-case-study .banner .filter-wrapper .search-wrapper #tooltip li.selected a {
  color: #ffffff;
}
.resource-case-study .banner .filter-wrapper .search-wrapper #tooltip li.bold {
  font-family: "Heavy", Arial, Verdana, Helvetica, sans-serif;
  font-style: normal;
  font-stretch: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.2;
}
.resource-case-study .banner .filter-wrapper #filter-menu-horizontal {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  width: 100%;
  list-style-type: none;
  padding: 0;
  margin: 0;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media screen and (min-width: 768px) {
  .resource-case-study .banner .filter-wrapper #filter-menu-horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    max-height: 100vh;
    z-index: 1;
    opacity: 1;
    margin: 0 !important;
    padding: 0 !important;
    border: none;
    overflow: visible;
  }
}
@media screen and (min-width: 1200px) {
  .resource-case-study .banner .filter-wrapper #filter-menu-horizontal {
    width: 100%;
    gap: 24px;
  }
}
.resource-case-study .banner .filter-wrapper #filter-menu-horizontal .dropdown-toggle {
  position: relative;
  display: block;
  width: 100%;
  height: 40px;
  padding: 8px 30px 8px 16px;
  margin: 0;
  text-align: left;
  border-radius: 2px;
  background-color: #ffffff;
  border: 1px solid #d6d6d6;
  color: #000000;
  outline: none;
  cursor: pointer;
  font-family: "Medium", Arial, Verdana, Helvetica, sans-serif;
  font-style: normal;
  font-stretch: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 1.2;
  line-height: 1.5;
}
.resource-case-study .banner .filter-wrapper #filter-menu-horizontal .dropdown-toggle:after {
  display: block;
  content: "\e963";
  font-family: "pv-fonts";
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.resource-case-study .banner .filter-wrapper #filter-menu-horizontal .dropdown-toggle.active {
  color: #4a7082;
}
.resource-case-study .banner .filter-wrapper #filter-menu-horizontal .menu-item .btn {
  border-radius: 8px;
}
.resource-case-study .banner .filter-wrapper #filter-menu-horizontal .menu-item:last-child .dropdown-toggle {
  margin: 0;
}
.resource-case-study .banner .filter-wrapper #filter-menu-horizontal .dropdown {
  position: relative;
  margin: 16px 0;
}
@media screen and (min-width: 768px) {
  .resource-case-study .banner .filter-wrapper #filter-menu-horizontal .dropdown {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: calc(25% - 8px);
    margin: 24px 0 16px;
  }
}
@media screen and (min-width: 1200px) {
  .resource-case-study .banner .filter-wrapper #filter-menu-horizontal .dropdown {
    width: calc(25% - 16px);
  }
}
.resource-case-study .banner .filter-wrapper #filter-menu-horizontal .dropdown.open .dropdown-toggle {
  color: #000000;
  -webkit-box-shadow: inset 0 0 8px 0 rgba(226, 216, 213, 0.64);
          box-shadow: inset 0 0 8px 0 rgba(226, 216, 213, 0.64);
}
.resource-case-study .banner .filter-wrapper #filter-menu-horizontal .dropdown.open .dropdown-toggle:after {
  -webkit-transform: rotate(180deg) translateY(50%);
          transform: rotate(180deg) translateY(50%);
}
.resource-case-study .banner .filter-wrapper #filter-menu-horizontal .dropdown.open .dropdown-menu {
  max-height: 80vh;
  overflow: auto;
  z-index: 1;
  opacity: 1;
}
.resource-case-study .banner .filter-wrapper #filter-menu-horizontal .dropdown:last-child .dropdown-menu {
  left: auto;
  right: 0;
}
.resource-case-study .banner .filter-wrapper #filter-menu-horizontal .dropdown-menu {
  border-radius: 8px;
  position: absolute;
  top: calc(100% - 3px);
  left: 0;
  width: 100%;
  z-index: 1000;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  z-index: -1;
  float: left;
  min-width: 186px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #d6d6d6;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.02);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.02);
  -webkit-transition: max-height 300ms ease;
  transition: max-height 300ms ease;
}
.resource-case-study .banner .filter-wrapper #filter-menu-horizontal .dropdown-menu .filter-item {
  width: 100%;
  padding: 0;
  margin: 0;
}
.resource-case-study .banner .filter-wrapper #filter-menu-horizontal .dropdown-menu .filter-item .filter-option {
  display: inline-block;
  width: 100%;
  position: relative;
  padding: 8px 16px 8px 54px;
  margin: 0;
  text-align: left;
  font-size: 14px;
  line-height: 1.2;
  white-space: normal;
  cursor: pointer;
}
.resource-case-study .banner .filter-wrapper #filter-menu-horizontal .dropdown-menu .filter-item .filter-option:before {
  display: inline-block;
  position: absolute;
  left: 16px;
  top: 7px;
  width: 16px;
  height: 16px;
  padding: 2px;
  margin: 0;
  content: "";
  font-family: "pv-fonts";
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  font-style: normal;
  border: 1px solid #d6d6d6;
}
.resource-case-study .banner .filter-wrapper #filter-menu-horizontal .dropdown-menu .filter-item .filter-option:hover:before {
  content: "\e959";
  color: #000000;
  border: 1px solid #d6d6d6;
}
.resource-case-study .banner .filter-wrapper #filter-menu-horizontal .dropdown-menu .filter-item.active {
  font-family: "Heavy", Arial, Verdana, Helvetica, sans-serif;
  font-style: normal;
  font-stretch: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.2;
  color: #d6d6d6;
}
.resource-case-study .banner .filter-wrapper #filter-menu-horizontal .dropdown-menu .filter-item.active .filter-option {
  background-color: #ffffff;
  color: #000000;
}
.resource-case-study .banner .filter-wrapper #filter-menu-horizontal .dropdown-menu .filter-item.active .filter-option:before {
  content: "\e959";
  font-weight: 400;
  border: 1px solid #d6d6d6;
}
.resource-case-study .banner .filter-wrapper #filter-menu-horizontal div.dropdown-menu {
  border: 0;
}
.resource-case-study .banner .filter-wrapper #filter-menu-horizontal.open {
  max-height: 100vh;
  padding: 0 0 16px;
  margin: 8px 0 16px;
  opacity: 1;
  z-index: 1;
  overflow: visible;
}
.resource-case-study .banner .filter-wrapper #filter-menu-horizontal.open ~ .filter-selections {
  display: block;
}
.resource-case-study .banner .filter-wrapper .filter-selections {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 100%;
  margin-top: 32px;
  display: none;
}
@media screen and (min-width: 768px) {
  .resource-case-study .banner .filter-wrapper .filter-selections {
    display: block;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin: 0;
    padding-bottom: 16px;
    padding-top: 8px;
  }
}
@media screen and (min-width: 1200px) {
  .resource-case-study .banner .filter-wrapper .filter-selections {
    padding-bottom: 24px;
    padding-top: 12px;
  }
}
.resource-case-study .banner .filter-wrapper .filter-selections p.search-filter {
  padding: 0;
  margin: 0;
  font-family: "Heavy", Arial, Verdana, Helvetica, sans-serif;
  font-style: normal;
  font-stretch: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.2;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  text-transform: none;
}
@media screen and (min-width: 768px) {
  .resource-case-study .banner .filter-wrapper .filter-selections p.search-filter {
    display: inline;
  }
}
.resource-case-study .banner .filter-wrapper .filter-selections .filter-value {
  color: #4a7082;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  text-decoration: none;
  cursor: pointer;
}
.resource-case-study .banner .filter-wrapper .filter-selections .filter-value:before {
  content: "|";
  color: #d6d6d6;
  position: absolute;
  top: 0;
  left: 8px;
}
.resource-case-study .banner .filter-wrapper .filter-selections .filter-value:hover {
  color: #527a8e;
  text-decoration: none;
}
.resource-case-study .banner .filter-wrapper .filter-selections ul {
  position: relative;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media screen and (min-width: 768px) {
  .resource-case-study .banner .filter-wrapper .filter-selections ul {
    display: inline;
    margin: 0 16px;
  }
}
.resource-case-study .banner .filter-wrapper .filter-selections ul li {
  display: block;
  margin: 16px 0;
  font-family: "Medium", Arial, Verdana, Helvetica, sans-serif;
  font-style: normal;
  font-stretch: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.2;
  font-size: 14px;
  line-height: 16px;
}
@media screen and (min-width: 768px) {
  .resource-case-study .banner .filter-wrapper .filter-selections ul li {
    margin: 0 16px 0 0;
    display: inline-block;
    line-height: 24px;
  }
}
.resource-case-study .banner .filter-wrapper .filter-selections ul li .filter-value {
  display: inline-block;
  position: relative;
  padding: 0 16px 0 16px;
  font-family: "Medium", Arial, Verdana, Helvetica, sans-serif;
  font-style: normal;
  font-stretch: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.2;
}
.resource-case-study .banner .filter-wrapper .filter-selections ul li .filter-value:first-child {
  padding-left: 0;
}
.resource-case-study .banner .filter-wrapper .filter-selections ul li .filter-value:first-child:before {
  display: none;
}
.resource-case-study .banner .filter-wrapper .filter-selections ul li .filter-remove {
  position: absolute;
  top: 2px;
  right: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
  outline: none;
  cursor: pointer;
  color: inherit;
}
.resource-case-study .banner .filter-wrapper .filter-selections .filter-clear {
  position: absolute;
  display: inline-block;
  top: -32px;
  right: 0;
  font-size: 14px;
  font-family: "Medium", Arial, Verdana, Helvetica, sans-serif;
  font-style: normal;
  font-stretch: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .resource-case-study .banner .filter-wrapper .filter-selections .filter-clear {
    position: relative;
    top: 0;
  }
}
.resource-case-study .banner#resourceList {
  position: relative;
  padding-bottom: 40px 0px 0px 0px;
  background-color: #f5f5f5;
}
.resource-case-study .banner#resourceList .container {
  position: relative;
}
.resource-case-study .banner#resourceList .container #resourceBody {
  min-height: 300px;
}
.resource-case-study .banner#resourceList .container #resourceBody .alert-warning {
  margin-top: 40px;
}
.resource-case-study .banner#resourceList h2,
.resource-case-study .banner#resourceList h3 {
  margin: 0;
}
.resource-case-study .banner#resourceList p {
  font-size: 16px;
}
.resource-case-study .banner#resourceList .resource-details {
  display: grid;
  margin: 0;
  list-style: none;
  gap: 24px;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .resource-case-study .banner#resourceList .resource-details {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  .resource-case-study .banner#resourceList .resource-details {
    grid-template-columns: repeat(3, 1fr);
    padding: 0px 0 32px 0;
    gap: 32px;
  }
}
.resource-case-study .banner#resourceList .resource-details .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.resource-case-study .banner#resourceList .resource-details .card.has-video {
  position: relative;
}
.resource-case-study .banner#resourceList .resource-details .card.has-video:before {
  content: "";
  position: absolute;
  top: 16px;
  left: 16px;
  display: block;
  z-index: 2;
  background-color: white;
  background-image: url(https://media.planview.com/wp-content/uploads/2026/03/video-casestudy-icon.png);
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: center;
  width: 40px;
  height: 40px;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
}
.resource-case-study .banner#resourceList .resource-details .card .img-box {
  background-color: #ffffff;
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 212px;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
.resource-case-study .banner#resourceList .resource-details .card .img-box img {
  max-width: 64%;
  max-height: 200px;
}
.resource-case-study .banner#resourceList .resource-details .card .text-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #000000;
  background-color: #ebebeb;
  padding: 32px 24px;
  position: relative;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.resource-case-study .banner#resourceList .resource-details .card .text-box .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
.resource-case-study .banner#resourceList .resource-details .card .text-box .tags .tag {
  font-size: 12px;
  background-color: #f5f5f5;
  border-radius: 12px;
  padding: 4px 8px;
  margin-bottom: 20px;
}
.resource-case-study .banner#resourceList .resource-details .card .text-box .company-name {
  font-size: 24px;
  font-family: "Heavy", Arial, Verdana, Helvetica, sans-serif;
  font-style: normal;
  font-stretch: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.2;
  margin-bottom: 16px;
}
.resource-case-study .banner#resourceList .resource-details .card .text-box .title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 26px;
}
.resource-case-study .banner#resourceList .resource-details .card .text-box .tertiary {
  color: #4a7082;
  margin-top: 16px;
}
.resource-case-study .banner#resourceList .resource-details .card .text-box .tertiary:after {
  right: auto;
  padding-left: 10px;
}
.resource-case-study .banner#resourceList .lds-spinner {
  position: absolute;
  bottom: -40px;
  display: none;
  left: 48%;
  width: 64px;
  height: 64px;
}
.resource-case-study .banner#resourceList .lds-spinner div {
  -webkit-transform-origin: 32px 32px;
          transform-origin: 32px 32px;
  -webkit-animation: lds-spinner 1.2s linear infinite;
          animation: lds-spinner 1.2s linear infinite;
}
.resource-case-study .banner#resourceList .lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 29px;
  width: 5px;
  height: 14px;
  border-radius: 20%;
  background: #333;
}
.resource-case-study .banner#resourceList .lds-spinner div:nth-child(1) {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s;
}
.resource-case-study .banner#resourceList .lds-spinner div:nth-child(2) {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}
.resource-case-study .banner#resourceList .lds-spinner div:nth-child(3) {
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s;
}
.resource-case-study .banner#resourceList .lds-spinner div:nth-child(4) {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}
.resource-case-study .banner#resourceList .lds-spinner div:nth-child(5) {
  -webkit-transform: rotate(120deg);
          transform: rotate(120deg);
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s;
}
.resource-case-study .banner#resourceList .lds-spinner div:nth-child(6) {
  -webkit-transform: rotate(150deg);
          transform: rotate(150deg);
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s;
}
.resource-case-study .banner#resourceList .lds-spinner div:nth-child(7) {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
}
.resource-case-study .banner#resourceList .lds-spinner div:nth-child(8) {
  -webkit-transform: rotate(210deg);
          transform: rotate(210deg);
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}
.resource-case-study .banner#resourceList .lds-spinner div:nth-child(9) {
  -webkit-transform: rotate(240deg);
          transform: rotate(240deg);
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}
.resource-case-study .banner#resourceList .lds-spinner div:nth-child(10) {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}
.resource-case-study .banner#resourceList .lds-spinner div:nth-child(11) {
  -webkit-transform: rotate(300deg);
          transform: rotate(300deg);
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s;
}
.resource-case-study .banner#resourceList .lds-spinner div:nth-child(12) {
  -webkit-transform: rotate(330deg);
          transform: rotate(330deg);
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.resource-case-study .banner#resourceList.empty {
  display: none;
}
@-webkit-keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.resource-case-study .banner#resourceListTwo {
  position: relative;
  background-color: #f5f5f5;
  /* Arrow Buttons */
  /* Left arrow for prev button */
}
.resource-case-study .banner#resourceListTwo .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 20px 0 0 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.resource-case-study .banner#resourceListTwo .pagination-btn {
  min-width: 40px;
  height: 40px;
  padding: 0;
  border: 1px solid #d6d6d6;
  /* $_Grey */
  background-color: #ffffff;
  /* $_White */
  color: #6B6B6B;
  /* $_Concret */
  cursor: pointer;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.resource-case-study .banner#resourceListTwo .pagination-btn:hover:not(.active) {
  background-color: #ebebeb;
  /* $_LightGrey */
  color: #1E1E1E;
  /* $_Charcoal */
  border-color: #abc2cf;
  /* $_IceBlue */
}
.resource-case-study .banner#resourceListTwo .pagination-btn.active {
  background-color: #527a8e;
  /* $_SteelBlue */
  color: #ffffff;
  /* $_White */
  cursor: default;
  font-weight: 600;
  -webkit-box-shadow: 0 2px 8px rgba(82, 122, 142, 0.3);
          box-shadow: 0 2px 8px rgba(82, 122, 142, 0.3);
}
.resource-case-study .banner#resourceListTwo .pagination-btn.prev-page,
.resource-case-study .banner#resourceListTwo .pagination-btn.next-page {
  min-width: auto;
  width: 40px;
  height: 40px;
  font-size: 16px;
  color: #527a8e;
  /* $_SteelBlue */
  padding: 0;
}
.resource-case-study .banner#resourceListTwo .pagination-btn.prev-page::after,
.resource-case-study .banner#resourceListTwo .pagination-btn.next-page::after {
  content: "\e962";
  font-family: pv-fonts;
  position: absolute;
  top: 50%;
  font-weight: 100;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.resource-case-study .banner#resourceListTwo .pagination-btn.prev-page::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.resource-case-study .banner#resourceListTwo .pagination-btn.prev-page:hover,
.resource-case-study .banner#resourceListTwo .pagination-btn.next-page:hover {
  background-color: #ebebeb;
  /* $_LightGrey */
  color: #1E1E1E;
  /* $_Charcoal */
  border-color: #abc2cf;
}
.resource-case-study .banner#resourceListTwo .pagination-ellipsis {
  color: #6B6B6B;
  /* $_Concret */
  padding: 0 4px;
  font-size: 18px;
  font-family: "Medium", Arial, Verdana, Helvetica, sans-serif;
  font-style: normal;
  font-stretch: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .resource-case-study .banner#resourceListTwo .pagination {
    gap: 6px;
    margin: 40px 0 0px 0;
  }
  .resource-case-study .banner#resourceListTwo .pagination-btn {
    min-width: 36px;
    height: 36px;
    font-size: 12px;
  }
}
.resource-case-study .toggle-resources {
  text-align: center;
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .resource-case-study .toggle-resources {
    margin-top: 8px;
  }
}
@media screen and (min-width: 1200px) {
  .resource-case-study .toggle-resources {
    margin-top: 16px;
  }
}
.resource-case-study .toggle-resources a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-family: "Heavy", Arial, Verdana, Helvetica, sans-serif;
  font-style: normal;
  font-stretch: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.2;
  line-height: 24px;
  text-transform: none;
  color: #4a7082;
  text-align: center;
  -webkit-transition: color 0.3s ease 0;
  transition: color 0.3s ease 0;
  outline: 0;
  border: 0;
  text-decoration: none;
}
.resource-case-study .toggle-resources a:hover, .resource-case-study .toggle-resources a:active, .resource-case-study .toggle-resources a:focus {
  text-decoration: none;
  color: #527a8e;
}
.resource-case-study .toggle-resources a:after {
  display: none;
  position: relative;
  content: "\e963";
  font-family: "pv-fonts";
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}
.resource-case-study .toggle-resources a.collapsed:before {
  display: none;
}
.resource-case-study .toggle-resources a.collapsed:after {
  display: block;
}
.resource-case-study .toggle-resources a.loading {
  pointer-events: none;
}
.resource-case-study .toggle-resources a.loading:after {
  content: url("https://media.planview.com/images/spinner.gif");
}
.resource-case-study .toggle-resources a span#sub-cta {
  display: block;
  line-height: 1;
  color: #000000;
  font-family: "Regular", Arial, Verdana, Helvetica, sans-serif;
  font-style: normal;
  font-stretch: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 1.2;
}
.resource-case-study #resourceList {
  padding: 40px 0 0 0;
}
@media screen and (min-width: 768px) {
  .resource-case-study #resourceList {
    padding: 64px 0 0 0;
  }
}
@media screen and (min-width: 1200px) {
  .resource-case-study #resourceList {
    padding: 80px 0 0 0;
  }
}

.case-study-hero {
  padding: 40px 0;
  background-color: #000000;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .case-study-hero {
    padding: 48px 0;
  }
}
@media screen and (min-width: 1200px) {
  .case-study-hero {
    padding: 56px 0;
  }
}
@media screen and (min-width: 1200px) {
  .case-study-hero .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 60px;
  }
}
@media screen and (min-width: 768px) {
  .case-study-hero .container .text-holder .lead {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .case-study-hero .container .text-holder .lead {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  .case-study-hero .container .hero-subtitle {
    font-size: 18px;
    line-height: 26px;
  }
}
@media screen and (min-width: 1200px) {
  .case-study-hero .container .hero-subtitle {
    font-size: 20px;
    line-height: 32px;
  }
}
.case-study-hero .container .text-holder {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .case-study-hero .container .text-holder {
    margin-bottom: 48px;
  }
}
@media screen and (min-width: 1200px) {
  .case-study-hero .container .text-holder {
    margin-bottom: 0;
    text-align: left;
    width: 47%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.case-study-hero .container .text-holder .lead {
  color: #b60001;
}
.case-study-hero .container .video-holder {
  position: relative;
  /* Navigation Buttons */
  /* Dots */
}
@media screen and (min-width: 1200px) {
  .case-study-hero .container .video-holder {
    width: 50%;
  }
}
.case-study-hero .container .video-holder .slides-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.case-study-hero .container .video-holder .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.case-study-hero .container .video-holder .slide.active {
  opacity: 1;
  visibility: visible;
  position: relative;
}
.case-study-hero .container .video-holder .slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.case-study-hero .container .video-holder .slide .vidyard-holder iframe {
  border-radius: 16px;
}
.case-study-hero .container .video-holder .slide .video-about {
  color: #ffffff;
  font-size: 16px;
  max-width: 50%;
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .case-study-hero .container .video-holder .slide .video-about {
    max-width: 100%;
  }
}
.case-study-hero .container .video-holder .slide .video-about .company {
  margin: 0 0 8px 0;
  font-size: 14px;
  font-weight: 600;
  opacity: 0.9;
}
.case-study-hero .container .video-holder .slide .video-about .title {
  margin: 0;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .case-study-hero .container .video-holder .slide .video-about .title {
    font-size: 18px;
  }
}
.case-study-hero .container .video-holder .slider-dots {
  position: absolute;
  right: 0;
  bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  gap: 12px;
  margin-top: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.case-study-hero .container .video-holder .slider-dots .dot {
  width: 8px;
  height: 12px;
  border: 2px solid #ccc;
  background: transparent;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.case-study-hero .container .video-holder .slider-dots .dot.active {
  background: #ffffff;
  border-color: #ffffff;
}
.case-study-hero .container .video-holder .slider-dots .dot:hover {
  border-color: #ffffff;
}
.case-study-hero .container .video-holder .slider-dots .slider-nav {
  height: 40px;
  border: none;
  background: transparent;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 24px;
  z-index: 10;
}
.case-study-hero .container .video-holder .slider-dots .slider-nav:after {
  content: "\e991";
  width: 24px;
  height: 24px;
  font-family: pv-fonts;
  background: none;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.case-study-hero .container .video-holder .slider-dots .slider-nav.next-btn {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.featured-case-study {
  background-color: #ebebeb;
  padding: 40px 0;
}
@media screen and (min-width: 768px) {
  .featured-case-study {
    padding: 64px 0;
  }
}
@media screen and (min-width: 1200px) {
  .featured-case-study {
    padding: 80px 0;
  }
}
.featured-case-study .l2-heading {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .featured-case-study .l2-heading {
    margin-bottom: 48px;
  }
}
@media screen and (min-width: 1200px) {
  .featured-case-study .l2-heading {
    margin-bottom: 56px;
  }
}
.featured-case-study .featured-case-study-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .featured-case-study .featured-case-study-holder {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 32px;
  }
}
.featured-case-study .featured-case-study-holder .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
@media screen and (min-width: 768px) {
  .featured-case-study .featured-case-study-holder .card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 16px);
            flex: 0 0 calc(50% - 16px);
  }
}
@media screen and (min-width: 1200px) {
  .featured-case-study .featured-case-study-holder .card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.333% - 22px);
            flex: 0 0 calc(33.333% - 22px);
  }
}
.featured-case-study .featured-case-study-holder .card.has-video {
  position: relative;
}
.featured-case-study .featured-case-study-holder .card.has-video:before {
  content: "";
  position: absolute;
  top: 16px;
  left: 16px;
  display: block;
  z-index: 2;
  background-color: white;
  background-image: url(https://media.planview.com/wp-content/uploads/2026/03/video-casestudy-icon.png);
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: center;
  width: 40px;
  height: 40px;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
}
.featured-case-study .featured-case-study-holder .card .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 212px;
  position: relative;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  overflow: hidden;
}
.featured-case-study .featured-case-study-holder .card .img-box img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.featured-case-study .featured-case-study-holder .card .text-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #000000;
  background-color: #ffffff;
  padding: 32px 24px;
  position: relative;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.featured-case-study .featured-case-study-holder .card .text-box .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}
.featured-case-study .featured-case-study-holder .card .text-box .tags .tag {
  font-size: 12px;
  background-color: #f5f5f5;
  border-radius: 12px;
  padding: 4px 8px;
  font-family: "Medium", Arial, Verdana, Helvetica, sans-serif;
  font-style: normal;
  font-stretch: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.2;
  line-height: 1.2;
}
.featured-case-study .featured-case-study-holder .card .text-box .company-name {
  font-size: 24px;
  font-family: "Heavy", Arial, Verdana, Helvetica, sans-serif;
  font-style: normal;
  font-stretch: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.2;
  margin: 0 0 16px 0;
  line-height: 1.2;
}
.featured-case-study .featured-case-study-holder .card .text-box .title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 16px;
  line-height: 26px;
  margin: 0 0 16px 0;
  color: #000000;
}
.featured-case-study .featured-case-study-holder .card .text-box .tertiary {
  max-width: 190px;
}
@media screen and (min-width: 768px) {
  .featured-case-study .featured-case-study-holder .card:nth-child(3) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: calc(50% - 16px);
    margin: 0 auto;
  }
}
@media screen and (min-width: 1200px) {
  .featured-case-study .featured-case-study-holder .card:nth-child(3) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.333% - 22px);
            flex: 0 0 calc(33.333% - 22px);
    max-width: none;
    margin: 0;
  }
}

.home-testimonial-columns.personalized-demo {
  background: #ffffff;
  padding: 40px 0 60px 0;
}
@media screen and (min-width: 768px) {
  .home-testimonial-columns.personalized-demo {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    row-wrap: wrap;
    padding: 64px 0 84px 0;
  }
}
@media screen and (min-width: 1200px) {
  .home-testimonial-columns.personalized-demo {
    padding: 80px 0 100px 0;
  }
}
.home-testimonial-columns.personalized-demo .subtitle {
  margin: 0 auto;
  text-align: center;
  margin: 24px 0 40px 0;
}
@media screen and (min-width: 768px) {
  .home-testimonial-columns.personalized-demo .subtitle {
    margin: 32px 0 48px 0;
  }
}
@media screen and (min-width: 1200px) {
  .home-testimonial-columns.personalized-demo .subtitle {
    margin-bottom: 40px 0 56px 0;
  }
}
.home-testimonial-columns.personalized-demo h2 {
  text-align: center;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .home-testimonial-columns.personalized-demo h2 {
    margin-bottom: 38px;
  }
}
@media screen and (min-width: 1200px) {
  .home-testimonial-columns.personalized-demo h2 {
    margin-bottom: 38px;
    width: 1008px;
  }
}
.home-testimonial-columns.personalized-demo .flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 64px;
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .home-testimonial-columns.personalized-demo .flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 64px 32px;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .home-testimonial-columns.personalized-demo .flex-row {
    gap: 32px;
  }
}
.home-testimonial-columns.personalized-demo .flex-row .home-testimonial-column {
  position: relative;
}
@media screen and (min-width: 768px) {
  .home-testimonial-columns.personalized-demo .flex-row .home-testimonial-column {
    width: 47%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 1200px) {
  .home-testimonial-columns.personalized-demo .flex-row .home-testimonial-column {
    width: 31%;
  }
}
.home-testimonial-columns.personalized-demo .flex-row .home-testimonial {
  position: relative;
  height: 100%;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.home-testimonial-columns.personalized-demo .flex-row .home-testimonial:after {
  position: absolute;
  content: "";
  background-color: #ffffff;
  bottom: -20px;
  left: 40px;
  width: 40px;
  height: 40px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-right: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}
.home-testimonial-columns.personalized-demo .flex-row .home-testimonial .block-wrapper {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 118px 16px 32px;
  background-color: #ffffff;
  border: 1px solid #CCCCCC;
  border-radius: 16px;
}
@media screen and (min-width: 768px) {
  .home-testimonial-columns.personalized-demo .flex-row .home-testimonial .block-wrapper {
    padding: 124px 24px 56px;
  }
}
@media screen and (min-width: 1200px) {
  .home-testimonial-columns.personalized-demo .flex-row .home-testimonial .block-wrapper {
    text-align: left;
    padding: 120px 32px 40px 32px;
  }
}
.home-testimonial-columns.personalized-demo .flex-row .home-testimonial .block-wrapper .block-content {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
.home-testimonial-columns.personalized-demo .flex-row .home-testimonial .block-wrapper .block-content .home-testimonial-information {
  margin-top: auto;
  text-align: left;
}
.home-testimonial-columns.personalized-demo .flex-row .home-testimonial .block-wrapper:before {
  display: block;
  position: absolute;
  top: 40px;
  left: 0;
  padding: 0 24px;
  font-family: "pv-fonts";
  content: "\e95f";
  font-size: 56px;
  line-height: 56px;
  color: #e2251b;
  background: #ffffff;
}
@media screen and (min-width: 1200px) {
  .home-testimonial-columns.personalized-demo .flex-row .home-testimonial .block-wrapper:before {
    left: 16px;
  }
}
.home-testimonial-columns.personalized-demo .flex-row .home-testimonial .block-wrapper p {
  text-align: left;
}
.home-testimonial-columns.personalized-demo .flex-row .home-testimonial .block-wrapper p.customer-quote {
  padding: 0;
  margin: 0;
  padding-bottom: 16px;
  font-family: "Regular", Arial, Verdana, Helvetica, sans-serif;
  font-style: normal;
  font-stretch: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
  text-align: left;
  line-height: 26px;
}
@media screen and (min-width: 1200px) {
  .home-testimonial-columns.personalized-demo .flex-row .home-testimonial .block-wrapper p.customer-quote {
    font-size: 18px;
  }
}
.home-testimonial-columns.personalized-demo .flex-row .home-testimonial .block-wrapper p.customer-name {
  padding: 0;
  margin: 24px 0 0;
  font-family: "Heavy", Arial, Verdana, Helvetica, sans-serif;
  font-style: normal;
  font-stretch: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 26px;
  color: #000000;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .home-testimonial-columns.personalized-demo .flex-row .home-testimonial .block-wrapper p.customer-name {
    margin-top: 32px;
  }
}
.home-testimonial-columns.personalized-demo .flex-row .cta-wrapper {
  text-align: center;
}
.home-testimonial-columns.personalized-demo .flex-row .cta-wrapper a.tertiary {
  font-size: 18px;
  margin-top: 32px;
}

.product-review-cta {
  background-color: #000000;
  padding: 40px 0px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .product-review-cta {
    padding: 64px 0px;
  }
}
@media screen and (min-width: 1200px) {
  .product-review-cta {
    padding: 80px 0px;
  }
}
.product-review-cta .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
.product-review-cta h2 {
  color: #ffffff;
  margin: 0;
}
.product-review-cta .button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 16px 48px;
  border: 2px solid #ffffff;
  border-radius: 32px;
  background-color: transparent;
  color: #ffffff;
  text-decoration: none;
  font-family: "Heavy", Arial, Verdana, Helvetica, sans-serif;
  font-style: normal;
  font-stretch: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.2;
  font-size: 16px;
  line-height: 24px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.product-review-cta .button:hover {
  background-color: #ffffff;
  color: #000000;
}
.product-review-cta .button:focus {
  outline: 2px solid #abc2cf;
  outline-offset: 2px;
}
.product-review-cta .button:active {
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
}

body.search-resources-active {
  position: fixed;
}
@media screen and (min-width: 1200px) {
  body.search-resources-active {
    position: relative;
  }
}
body.search-resources-active #page-body,
body.search-resources-active #page-body .plandeux-wrapper {
  z-index: 992;
}
body.search-resources-active #page-body #sticky,
body.search-resources-active #page-body .plandeux-wrapper #sticky {
  z-index: 992;
}
body.search-resources-active .banner .filter-wrapper .search-wrapper,
body.search-resources-active .banner .filter-wrapper .filter-search {
  max-height: 100vh;
  opacity: 1;
  z-index: 999;
}