<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.standard-page {
  display: block;
  padding: 0 0 40px;
}
.standard-page h1 {
  color: #0B1520;
  font-size: 69px;
  text-align: center;
  margin-top: 0;
}
.standard-page h2 {
  font-size: 3rem;
  font-style: italic;
  text-align: center;
}
.standard-page h2.top {
  /* padding-top: 70px;Â&nbsp;*/
  margin-top: 150px;
  margin-bottom: 0;
  display: block;
}
.standard-page h3 {
  font-size: 2.5rem;
}
.standard-page p, .standard-page ul {
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: -.003em;
  margin: 30px 0;
}
.standard-page p img, .standard-page ul img {
  padding: 25px 0;
}
.standard-page ul &gt; li {
  margin: 10px 0;
  line-height: 1.428571429;
}
.standard-page a {
  color: #ff564b;
}
.standard-page img {
  width: 100%;
}
.standard-page .vertical-crumb {
  color: #c4c7ce;
  padding-bottom: 40px;
}
p.vertical-crumb {
    font-size: 14px;
}
.standard-page .vertical-crumb span {
  color: #ff564b;
}
.standard-page .spacer {
  height: 35px;
  display: block;
}
.standard-page .source-container {
  margin-left: auto;
  margin-right: auto;
  display: table;
  padding-bottom: 60px;
}
.standard-page .source-container .thumbnail-padding {
  text-align: center;
  float: left;
  margin: 25px 7px 0;
}
.standard-page .source-container .thumbnail-padding i {
  font-size: 2.5rem;
}
.standard-page .lg-img, .standard-page .sm-img {
  overflow: hidden;
  -moz-box-shadow: inset 0 0 85px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 0 85px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 85px rgba(0, 0, 0, 0.2);
}
.standard-page .lg-img img, .standard-page .sm-img img {
  position: relative;
  z-index: -2;
  width: 100%;
}
.standard-page .lg-img {
  margin: 30px auto 10px;
  max-height: 500px;
  width: 100%;
}
.standard-page .sm-img {
  margin: 0 0 20px;
  max-height: 250px;
}
.standard-page .stats {
  color: #0B1520;
  font-size: 35px;
  margin: 30px 0 40px;
}
.standard-page .stats i {
  background-repeat: no-repeat;
  display: inline-block;
  height: 40px;
  margin-right: 0;
  font-size: 30px;
  vertical-align: text-bottom;
  width: 40px;
  color: #ff564b;
}
.standard-page .stats span {
  display: block;
  font-size: 1.5rem;
  line-height: 1.2em;
  margin-top: -3px;
  margin-left: 52px;
  color: #0B1520;
}
.standard-page .img-desc {
  margin-top: -15px;
  font-style: italic;
  color: #0B1520;
  display: block;
}
.standard-page .quote {
  color: #0B1520;
  font-size: 2rem;
  font-style: italic;
  padding: 35px;
  margin: 50px 0;
  background: #F2F4F5;
  border-radius: 2px;
  line-height: 3rem;
  letter-spacing: 0.02rem;
}
.standard-page .quote .quote-name {
  color: #0B1520;
  font-style: normal;
  font-size: 1.9rem;
  display: block;
  text-align: right;
  margin: 15px 45px 0 0;
}
.standard-page .quote .quote-name span {
  display: block;
  font-style: italic;
  font-size: 1.4rem;
  color: #a0a4a6;
}
.standard-page .callout {
  font-size: 3rem;
}
.standard-page .showcase-clients h4 {
  font-size: 1.75rem;
  color: #c4c7ce;
  font-style: italic;
  margin-top: 20px;
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
  .standard-page h1 {
    font-size: 5rem;
          }
          .standard-page h2 {
            font-size: 2rem;
                    }
                    /* .standard-page h2.top {
                      padding-top: 20px;
                              }Â&nbsp;*/
                              .standard-page .source-container {
                                padding-bottom: 10px;
                                        }
                                        .standard-page .source-container .thumbnail-padding i {
                                          font-size: 2rem;
                                                  }
}
@-webkit-keyframes bgzoom {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    o-transform: scale(1);
    transform: scale(1);
                      }
                      to {
                        -webkit-transform: scale(1.1);
                        -moz-transform: scale(1.1);
                        o-transform: scale(1.1);
                        transform: scale(1.1);
                                            }
}
@-moz-keyframes bgzoom {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    o-transform: scale(1);
    transform: scale(1);
                      }
                      to {
                        -webkit-transform: scale(1.1);
                        -moz-transform: scale(1.1);
                        o-transform: scale(1.1);
                        transform: scale(1.1);
                                            }
}
@-o-keyframes bgzoom {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    o-transform: scale(1);
    transform: scale(1);
                      }
                      to {
                        -webkit-transform: scale(1.1);
                        -moz-transform: scale(1.1);
                        o-transform: scale(1.1);
                        transform: scale(1.1);
                                            }
}
@keyframes bgzoom {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    o-transform: scale(1);
    transform: scale(1);
                      }
                      to {
                        -webkit-transform: scale(1.1);
                        -moz-transform: scale(1.1);
                        o-transform: scale(1.1);
                        transform: scale(1.1);
                                            }
}
.more-clients {
  margin-bottom: 30px;
  text-align: center;
}
.more-clients h4 {
  color: #ff564b;
  font-size: 2.5rem;
  margin-bottom: 5px;
}
.more-clients i {
  background-image: url("//d33w9bm0n1egwm.cloudfront.net/assets/splash5/ArrowDown_Blue.png");
  display: inline-block;
  height: 20px;
  width: 20px;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .more-clients i {
    /* on retina, use image that's scaled by 2 */
    background-image: url("//d33w9bm0n1egwm.cloudfront.net/assets/splash5/ArrowDown_Blue_@2x.png");
    background-size: cover;
              }
}

.client-tile {
  overflow: hidden;
  padding: 0;
}
.client-tile .thumbnail {
  position: relative;
  overflow: hidden;
  border: none;
  padding: 0;
  margin: 0;
  border-radius: 0px;
  width: 100%;
}
.client-tile .thumbnail .background-img {
  z-index: -1;
  height: 275px;
}
.client-tile .thumbnail .background-img img {
  width: 180%;
  margin: 0 -40%;
}
.client-tile .thumbnail i {
  margin-bottom: 0;
  padding: 0;
  color: #4598ba;
}
.client-tile .thumbnail .caption {
  background-color: rgba(28, 32, 43, 0.8);
  height: 100%;
  opacity: 0;
  padding: 4%;
  position: absolute;
  top: 0;
  width: 100%;
}
.client-tile .thumbnail .caption:hover {
  cursor: pointer;
}
.client-tile .thumbnail .caption h3 {
  color: #fff;
  font-size: 32px;
  margin-top: 20%;
}
@media screen and (max-width: 991px) {
  .client-tile .thumbnail .caption h3 {
    margin-top: 2%;
          }
}
.client-tile .thumbnail .caption h5 {
  color: #fff;
  font-size: 1.75rem;
  margin-top: 15px;
}
.client-tile .thumbnail .caption .learn-more {
  bottom: 20px;
  left: 0;
  position: absolute;
  width: 100%;
}
.client-tile .thumbnail .caption .learn-more h6 {
  color: #4598ba;
  margin: 0;
  text-transform: uppercase;
}
.client-tile .thumbnail .caption .learn-more i {
  background-image: url("//d33w9bm0n1egwm.cloudfront.net/assets/splash5/ArrowDown_Blue.png");
  display: inline-block;
  height: 20px;
  width: 20px;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .client-tile .thumbnail .caption .learn-more i {
    /* on retina, use image that's scaled by 2 */
    background-image: url("//d33w9bm0n1egwm.cloudfront.net/assets/splash5/ArrowDown_Blue_@2x.png");
    background-size: cover;
              }
}
.client-tile .thumbnail:hover {
  -webkit-animation: bgzoom 0.3s ease-out;
  -moz-animation: bgzoom 0.3s ease-out;
  -o-animation: bgzoom 0.3s ease-out;
  animation: bgzoom 0.3s ease-out;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.client-tile .thumbnail:hover .caption {
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
</pre></body></html>