<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Success Stories */

/* Add missing bullets back */
ul, ol {
  margin-left: 1.42857em;
  padding-left: 0px;
  list-style-type: disc;
}
.text--align-end {
  text-align: right;
}

/* Colors for Global Styles */
h3 {
  color: #8c8c8c;
}

/* Restyled Blockquote */
.blockquote__content {
  color: #008a44 !important;
}
.blockquote__content p {
  color: #008a44 !important;
  font-size: 0.9em;
  line-height: 1.5em;
}
.blockquote__content::before {
  font-size: 0.9em;
  left:-12px;
}
.blockquote__content::after {
  font-size: 0.9em;
}

/* Block quote style */
.blockquote__right {
  float:right;
  margin-left:10%;
  width:40%;
}

/* Gradients */
.grad-white-to-aperture-gray {
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top,  #ffffff 0%, #f4f3f8 62%, #f0f1f7 70%, #efeff5 70%, #e7e7f2 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(62%,#f4f3f8), color-stop(70%,#f0f1f7), color-stop(70%,#efeff5), color-stop(100%,#e7e7f2)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #ffffff 0%,#f4f3f8 62%,#f0f1f7 70%,#efeff5 70%,#e7e7f2 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #ffffff 0%,#f4f3f8 62%,#f0f1f7 70%,#efeff5 70%,#e7e7f2 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #ffffff 0%,#f4f3f8 62%,#f0f1f7 70%,#efeff5 70%,#e7e7f2 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #ffffff 0%,#f4f3f8 62%,#f0f1f7 70%,#efeff5 70%,#e7e7f2 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e7e7f2',GradientType=0 ); /* IE6-9 */
}
.grad-dark-to-light {
  background: #44434e; /* Old browsers */
  background: -moz-linear-gradient(top,  #44434e 0%, #7f8086 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#44434e), color-stop(100%,#7f8086)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #44434e 0%,#7f8086 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #44434e 0%,#7f8086 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #44434e 0%,#7f8086 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #44434e 0%,#7f8086 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#44434e', endColorstr='#7f8086',GradientType=0 ); /* IE6-9 */
}

/* By the Numbers */
.by-the-numbers {
  padding:35px;
  color: #ffffff;
}
.by-the-numbers h3 {
  color: #ffffff;
  margin:0;
  padding:0 0 20px 0;
}
.by-the-numbers .title {
  color:#6EBE44;
  font-size:1.5em;
  padding:0;
  margin:0;
  line-height: 1;
}
.by-the-numbers .summary {
  font-size:1.2em;
  line-height: normal;
  padding-bottom:20px;
}
.by-the-numbers .summary:last-child {
  padding-bottom:0;
}

/* Aperture Box */
.aperture-box {
  background-image: url("/common/common-mce/images/success-stories/ui/aperture-box-bg-145.png");
  background-repeat: no-repeat;
  background-position: top right;
  background-color: #E5E5EF;
  min-height: 200px;
  padding:25px;
  margin-bottom: 25px;
}
.aperture-box .title {
  color:#008a44;
  font-size:1.9em;
  line-height: 1.3em;
  font-weight: bold;
  padding:0px;
  margin:0;
}
.aperture-box .summary {
  font-size:1.3em;
  line-height: 1.4em;
  padding:0 0 15px 0;
  margin:0;
}
.aperture-box .readmore {
  font-size:.9em;
  line-height: 1.4em;
  font-weight: normal;
}
.aperture-box .readmore a {
  text-decoration: underline;
}

/* Horizontal Rule */
.horizontal-rule-section {
  padding:40px 0;
}
.horizontal-rule-section h5 {
  padding:0;
  margin:0;
}
.horizontal-rule {
  text-align:center;
  border-bottom:1px solid #000000;
}
.horizontal-rule h2 {
  margin:0;
  display:inline-block;
  position:relative;
  top:18px;
  background:#fff;
  padding:0 12px;
  color: #00c425;
}

/* Success Story Filters */
.success-stories-filters {
  margin:0 auto;
}
.success-stories-filters p {
  margin:0;
  padding:0 0 5px 0;
}
.success-stories-filters p,
.success-stories-filters .form__field {
  padding:0 60px;
}

/* Success Story Listings */
.success-story-listing {
  font-size: .8em;
  font-weight: 300;
}
.success-story-listing .title {
  font-size: 1.175em;
  font-weight: 600;
}
.success-story-listing ul {
  margin:0;
  padding:0;
  list-style-type: none;
}
.success-story-listing ul li {
  padding:0;
  margin:0;
}

/* Hero Banner - Default Settings */
.ftrBannerContainer {
  position:relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin:0 auto;
  max-width: 100%;
}
.ftrBannerBackgroundContainer {
  position: absolute;
  left:50%;
  top:0;
  margin-left: -800px;
  width:1600px;
}
.ftrBannerBackground {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width:1600px;
  max-height:100%;
}
.ftrBannerBackgroundOverlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width:1600px;
}
.ftrBannerCopyContainer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding:20px; /* must be applied to the container tag to bleed on sides */
}
.ftrBannerCopy {

}
.ftrBannerCopy h1 {
	color:#0684C7;
  font-size: 48px;
  margin:0;
  padding:0;
}

/* Hero Banner CTA */
.hero-banner-cta {
  margin-top: 10px;
  display: inline-block;
  font-size: 1.28571429em;
  line-height: 1.22222222em;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid;
  padding: 10px 35px;
  transition: background .25s ease-in-out;
   -moz-transition: background .25s ease-in-out;
   -webkit-transition: background .25s ease-in-out;
}

.hero-banner-cta--white, .hero-banner-cta--white:visited, .hero-banner-cta--white:hover {
  color: #ffffff;
}
.hero-banner-cta--white:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.hero-banner-cta--blue, .hero-banner-cta--blue:visited, .hero-banner-cta--blue:hover {
  color: #008ed4;
}
.hero-banner-cta--blue:hover{
  background-color: rgba(0, 142, 212, 0.15);
}
.hero-banner-cta--black, .hero-banner-cta--black:visited, .hero-banner-cta--black:hover {
  color: #333333;
}
.hero-banner-cta--black:hover{
  background-color: rgba(36, 36, 36, 0.15);
}

/* Featured Cards &amp; Overrides */
.ftrCards .card__grid {
  background-color: transparent;
}
.ftrCards .card--overlay {
  border:none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  padding:0;
}
.ftrCards {
  padding:32px 20px 0 20px;
}
.ftrCards .card {
  margin-bottom: 40px;
}
.ftrCards .card__content {
  min-height: 200px;
  padding:30px;
}
.ftrCards .card__summary {
  font-size: 1.45em;
  margin-bottom:30px;
  line-height: 1.45em;
  font-style: normal !important;
}
.ftrCards .card__summary strong {
  color: #00C425;
  font-weight: 500;
}
.ftrCards .readmore a {
  font-size: 1em;
  line-height: 1.5em;
  margin:0;
  padding:0;
}
.ftrCards .readmore .call-to-action--after:after {
  content: "\e803";
  display: inline-block;
  font-size: 1.2em;
  vertical-align: top;
  transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}

/* custom hero banners */

/* Landing Page */
.success-story-landing .ftrBannerContainer {
  background-color: #e6e6ef;
  min-height:560px;
  overflow: hidden; /* must be hidden; otherwise, background layers will cause horizontal scrolling */
}
.success-story-landing .ftrBannerBackground {
  margin-left:720px;
}
.success-story-landing .ftrBannerCopy {
  padding-top: 30px;
  max-width:550px;
}
.success-story-landing .ftrBannerCopy .subhead {
  padding:0 0 15px 0;
  text-transform: uppercase;
  font-weight: bold;
  font-size: .85em;
}
.success-story-landing .ftrBannerCopy h2 {
  max-width:590px;
  padding:0 0 20px 0;
  margin:0;
  color:#666666;
  line-height: 1.25em;
  font-size: 2em;
}
.success-story-landing .ftrBannerCopy h2 strong {
  color:#008a44;
}
.success-story-landing .ftrBannerCopy .hero-quote-container {
  border-left: 3px solid #00c425;
  padding-left:25px;
  margin-bottom:25px;
}
.success-story-landing .ftrBannerCopy .hero-quote-container .hero-quote {
  max-width:550px;
  font-style: italic;
  font-size: 1.2em;
  padding:0 0 20px 0;
  line-height: 1.25em;
}
.success-story-landing .ftrBannerCopy .hero-quote-container .hero-quote--quotee, 
.success-story-landing .ftrBannerCopy .hero-quote-container .hero-quote--quotee-title {
  font-size: 0.73em;
}
.success-story-landing .ftrBannerCopy .hero-banner-cta {
  font-size: .9em;
}

/* Success Story Page */
.success-story-page .ftrBannerContainer {
  margin-bottom: 15px;
  display:block;
  min-height:385px;
  overflow: visible;
}
.success-story-page .ftrBannerCopyContainer {
  display:block;
  height:auto;
}
.success-story-page .ftrBannerCopy .subhead {
  padding:0 0 20px 0;
  text-transform: uppercase;
  font-weight: bold;
}
.success-story-page .ftrBannerCopy {
  width:100%;
  padding:0 0 20px 0;
  margin:0;
  color:#000000;
}
.success-story-page .ftrBannerCopy h2 {
  width:100%;
  padding:0 0 20px 0;
  margin:0;
  color:#000000;
  line-height: 1.25em;
  font-size: 24px;
}
.success-story-page .ftrBannerCopy h1 {
  color:#00c425;
  margin:0;
  padding:0;
}
.success-story-page .ftrBannerCopy .discover-links .discover-heading {
 display:inline-block;
 vertical-align: middle;
 padding-right: 15px;
}
.success-story-page .ftrBannerCopy .discover-links ul {
  display:inline-block;
  vertical-align: middle;
  margin:0;
  padding:0;
}
.success-story-page .ftrBannerCopy .discover-links ul li {
  margin:0;
  padding:0;
  display:inline-block;
  list-style: none;
  border-right: 1px solid #000000;
  padding-right:15px;
  margin-right:15px;
}
.success-story-page .ftrBannerCopy .discover-links ul li:last-child {
  border-right: none;
  padding-right:0;
  margin-right:0;
}
.success-story-page .ftrBannerCopy .discover-links a:link {
  text-decoration: underline;
}
.success-story-page h2 {
  color: #00C425;
}

/* Story Meet Company Box */
.meet h4 {
  margin:0;
  padding:0 0 10px 0;
  color:#008945;
}
.meet h6 {
  text-transform: uppercase;
  font-weight: bold;
  margin:0;
}
.meet p {
  font-size: .9em;
}

/* Feature Links */
.feature-links {
  margin:0;
  padding:0;
  color: #5A5B64;
}
.feature-links li {
  margin:0;
  list-style: none;
  border-bottom: 1px solid #cccccc;
}
.feature-links li:first-child {
  border-top: 1px solid #cccccc;
}
.feature-links li a {
  display:block;
  padding:13px 0 13px 0px;
  text-transform: uppercase;
}
.feature-links li a:hover {
  background-color: rgba(201, 201, 209, 0.40);
}
.feature-links .link-icon, .feature-links .media__body {
  display:inline-block;
  vertical-align: top;
}
.feature-links .link-icon--pdf {
  content: url('/common/common-mce/images/success-stories/ui/btn-pdf-6EBE44-20x25.png');
  padding:3px 10px 0 15px;
}
.feature-links li a:hover .link-icon--pdf {
  content: url('/common/common-mce/images/success-stories/ui/btn-pdf-2868B2-20x25.png');
  padding:3px 10px 0 15px;
}
.feature-links .link-icon--video {
  content: url('/common/common-mce/images/success-stories/ui/btn-video-6EBE44-20x25.png');
  padding:3px 10px 0 15px;
}
.feature-links li a:hover .link-icon--video {
  content: url('/common/common-mce/images/success-stories/ui/btn-video-2868B2-20x25.png');
  padding:3px 10px 0 15px;
}
.feature-links .media__body {
  padding-left: 15px;
}
.feature-links .media__body h6 {
  margin:0;
  padding:0;
  line-height: 1.4em;
  color:#5A5B64;
}
.feature-links .media__body h6.title {
  color: #2868B2;
}
.feature-links li a:hover .media__body h6.title {
  color: #2868B2;
}

/* More to Explore Section */
.more-to-explore {
  clear:both;
  padding:20px 0;
  margin-top:30px;
  border-top:1px solid #000000;
}
.more-to-explore .title {
  font-size: 24px;
  padding-bottom: 15px;
  color: green;
}
.more-to-explore ul {
  margin:0;
  padding:0;
}
.more-to-explore ul li {
  list-style: none;
  padding-bottom:5px;
}
.more-to-explore ul li a {
  color: #8c8c8c;
  font-size: .9em;
}
.more-to-explore ul li a::before {
  color: #ffac1f;
}

/*********************/
/* Browser Sizes     */
/*********************/

@media only screen and (min-width: 34em) {
  .ftrCards .card--overlay .card__content, .ftrCards .card--overlay-gradient .card__content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
}

/* tablet 865px wide -- 14 * 54 = 756 */
@media only screen and (min-width: 34em) and (max-width: 54em) {
  .meet-image {
    display: block;
    margin:0 auto;
  }
  .ftrBannerBackgroundContainer {
    position: relative;
    margin:0;
    left:0;
  }
  .success-story-landing .ftrBannerContainer {
    background-color: #e6e6ef;
    min-height:660px;
  }
}

/* mobile 543px wide -- 14 * 34 = 476 */
@media only screen and (max-width: 34em) {
  .meet-image {
    display: block;
    margin:0 auto;
  }
  .success-story-landing .ftrBannerContainer {
    background-color: #e6e6ef;
    min-height:740px;
  }
  .ftrBannerBackgroundContainer {
    display:none;
  }
  .ftrBannerBackgroundOverlay {
    background-color: rgba(36, 36, 36, 0.85);
  }
  .ftrBannerCopyContainer {
    position:absolute;
    max-width: 100%;
    background-color: #e6e6ef;
    overflow: visible;
  }
  .ftrBannerCopy {
    padding-top: 10px;
    max-width:100%;
  }
  .ftrCopy {
    padding:20px;
  }
  .ftrBannerCopy .topic {
    font-size: 16px;
  }
  .ftrBannerCopy h1 {
    font-size: 36px;
  }
  .ftrBannerCopy h2 {
    font-size: 20px;
    line-height: 1.5em;
  }
  .ftrBannerCopy h3 {
    font-size: 15px;
    line-height: 1.5em;
  }
  .ftrReportCopy .title {
    font-size: 24px;
    line-height: 1.2em;
    padding-bottom:.75em;
  }

  /* Cards */
  .ftrCards .card--overlay {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-shadow: 2px 5px 15px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2px 5px 15px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 2px 5px 15px rgba(0, 0, 0, 0.2);
    border: 1px solid #c0c0c0;
    display: inline-block;
    padding: 2px;
  }
}
</pre></body></html>