





























.csui-navbar {
  padding-right: 20px;
  padding-left: 20px;
  background-color: #f074ab;
}

.c-container {
  display: block;
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
}

.c-container.is--10-col-wide {
  max-width: 980px;
}

.csui-nav-menu {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.csui-nav-menu__dropdown {
  position: static;
}

.csui-dropdown-list {
  position: absolute;
  width: 100%;
  min-width: 0px;
}

.csui-dropdown-list.w--open {
  position: absolute;
  left: 50%;
  top: 60px;
  display: block;
  padding: 20px;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.csui-dropdown-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -10px;
  margin-left: -10px;
}

.csui-dropdown-flex__3-col {
  padding-right: 10px;
  padding-left: 10px;
  -webkit-flex-basis: 33%;
  -ms-flex-preferred-size: 33%;
  flex-basis: 33%;
}

.csui-dropdown-link {
  display: block;
  margin-bottom: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.csui-navbar__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.csui-nav-menu-mobile {
  display: none;
}

.c-section {
  padding: 80px 5%;
  font-family: 'Proxima Nova', sans-serif;
  color: #1b1b1b;
  font-size: 15px;
  line-height: 1.5;
  text-align: left;
}

.csui-nav-menu-dropdown-toggle {
  color: #fff;
}

.csui-navbar__site-name {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.c-flex-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -16px;
  margin-bottom: -32px;
  margin-left: -16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

._1-col {
  margin-bottom: 32px;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.bg-white {
  background-color: #fff;
}

.bg-darkest {
  background-color: #222;
}

.bg-light {
  background-color: #f4f4f4;
}

.c-accordion-item-trigger {
  padding-top: 15px;
  padding-bottom: 15px;
  cursor: pointer;
}

._wf-case-study-summary__lightbox {
  position: relative;
  display: block;
  overflow: hidden;
  height: 100%;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  
  background-position: 50% 50%;
  background-size: cover;
}

.c-lightbox-video__play-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.c-lightbox-video__play-icon.is--small {
  width: 70px;
  height: 70px;
}

.t-white {
  color: #fff;
}

.is--with-shadow {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
}

._wf-preheading {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #7ac143;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 0.9px;
  text-transform: uppercase;
}

._wf-button {
  padding: 12px 30px;
  border-radius: 5px;
  background-color: #7ac143;
  box-shadow: 0 4px 0 0 #69a938;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
  text-transform: uppercase;
}

._wf-button:hover {
  background-color: #6eb03a;
  box-shadow: 0 4px 0 0 #64a135;
}

.bg-dark-gradient {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#1a1a1a));
  background-image: linear-gradient(180deg, #000, #1a1a1a);
}

._wf-section-heading {
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 32px;
  font-weight: 700;
}

._wf-case-study-summary__icon-col._1-col {
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 340px;
  -ms-flex: 0 0 340px;
  flex: 0 0 340px;
}

._wf-case-study__text-col._1-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding: 30px 60px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 16px;
}

._wf-case-study-summary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

._wf-case-study-summary.c-flex-wrapper {
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  border-radius: 5px;
}

._wf-case-study-summary__text-wrapper {
  max-width: 480px;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .c-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  ._wf-case-study-summary__icon-col._1-col {
    -webkit-flex-basis: 33.33%;
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%;
  }
  ._wf-case-study__text-col._1-col {
    padding-right: 40px;
    padding-left: 40px;
  }
  ._wf-case-study-summary__text-wrapper {
    padding-right: 20px;
  }
}

@media (max-width: 767px) {
  .csui-nav-menu {
    display: none;
  }
  .csui-navbar__inner {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .csui-nav-menu-mobile {
    display: block;
  }
  .csui-nav-menu-mobile__link {
    display: block;
  }
  .c-section {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  ._wf-case-study-summary__lightbox {
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0px;
  }
  .c-lightbox-video__play-icon {
    width: 70px;
    height: 70px;
  }
  ._wf-case-study-summary__icon-col._1-col {
    height: 200px;
    -webkit-flex-basis: 201px;
    -ms-flex-preferred-size: 201px;
    flex-basis: 201px;
  }
  ._wf-case-study__text-col._1-col {
    padding: 0px 20px 30px;
  }
  ._wf-case-study-summary.c-flex-wrapper {
    display: block;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  ._wf-case-study-summary__text-wrapper {
    padding-right: 0px;
    font-size: 15px;
  }
}

@media (max-width: 479px) {
  .c-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .c-lightbox-video__play-icon {
    width: 60px;
    height: 60px;
  }
  ._wf-case-study-summary__icon-col._1-col {
    margin-bottom: 0px;
  }
  ._wf-case-study__text-col._1-col {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  ._wf-case-study-summary.c-flex-wrapper {
    -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;
  }
}

