@charset "UTF-8";
/*
  Theme Name: Sight Machine
  Description: Custom child theme created especially for Sight Machine by Web Savvy Marketing on the <a href="http://web-savvy-marketing.com/go/studiopress/">Genesis framework</a>.
  Author: Web Savvy Marketing
  Author URI: http://www.web-savvy-marketing.com/
  Version: 1.0.0

  Template: genesis

  Copyright 2014 - Web Savvy Marketing
  License: GPL-2.0+
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
.notie-container {
  font-size: 16px;
  font-size: 1.6rem;
  height: auto;
  left: 0;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 2147483647;
  box-sizing: border-box;
  -o-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5); }
@media screen and (max-width: 900px) {
    .notie-container {
      font-size: 1.4rem; } }
@media screen and (max-width: 750px) {
    .notie-container {
      font-size: 1.2rem; } }
@media screen and (max-width: 400px) {
    .notie-container {
      font-size: 1rem; } }
.notie-background-success {
  background-color: #57BF57; }
.notie-background-warning {
  background-color: #D6A14D; }
.notie-background-error {
  background-color: #E1715B; }
.notie-background-info {
  background-color: #4D82D6; }
.notie-background-neutral {
  background-color: #A0A0A0; }
.notie-background-overlay {
  background-color: #FFFFFF; }
.notie-textbox {
  color: #FFFFFF;
  padding: 20px; }
.notie-textbox-inner {
  margin: 0 auto;
  max-width: 900px; }
.notie-overlay {
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2147483646; }
.notie-button {
  color: #FFFFFF;
  padding: 10px;
  cursor: pointer; }
.notie-element {
  color: #FFFFFF;
  padding: 10px; }
.notie-element-half {
  display: inline-block;
  width: 50%;
  box-sizing: border-box; }
.notie-element-third {
  display: inline-block;
  width: 33.3333%;
  box-sizing: border-box; }
.notie-alert {
  cursor: pointer; }
.notie-input-field {
  background-color: #FFFFFF;
  border: 0;
  font-family: inherit;
  font-size: inherit;
  outline: 0;
  padding: 10px;
  text-align: center;
  width: 100%;
  box-sizing: border-box; }
.notie-select-choice-repeated {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  box-sizing: border-box; }
.notie-date-selector-inner {
  margin: 0 auto;
  max-width: 900px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }
.notie-date-selector-inner [contenteditable], .notie-date-selector-inner [contenteditable]:focus {
    outline: 0px solid transparent; }
.notie-date-selector-up {
  transform: rotate(180deg); }
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
    transform: translate3d(0, 0, 0);
}
.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}
.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('../../../../../node_modules/slick-carousel/slick/ajax-loader.gif') center center no-repeat;
}
/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('../../../../../node_modules/slick-carousel/slick/fonts/slick.eot');
    src: url('../../../../../node_modules/slick-carousel/slick/fonts/slick.eot?#iefix') format('embedded-opentype'), url('../../../../../node_modules/slick-carousel/slick/fonts/slick.woff') format('woff'), url('../../../../../node_modules/slick-carousel/slick/fonts/slick.ttf') format('truetype'), url('../../../../../node_modules/slick-carousel/slick/fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}
.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}
.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}
/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}
.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
/*
  Adjust font smoothing for improved rendering when light text is on top of dark backgrounds.
*/
/*
  Convert pixels to ems
  eg. for a relational value of 12px write em(12) when the paren
  if the parent is another value say 24px write em(12, 24)
*/
/*
  Convert pixels to rems
  eg. for a relational value of 12px write rem(12)
  Assumes $em-base is the font-size of <html>
*/
/*
  Strips the units from a value. e.g. 12px -> 12
  Used by the px-to-rem and px-to-em mixins
*/
/* @override
	http://sightmachine.local/wp-content/themes/sightmachine/home.css */
.site-header .widget-area {
  margin-top: 0;
}
.button.button--fill {
  background-color: #396ab6;
  border: 0;
  color: #fff;
  font-size: 1.05em;
  letter-spacing: 0.0125em;
  padding: 0.65em 1em;
}
.home-banner {
  margin-bottom: 0;
}
.home-banner > .wrap {
  margin-bottom: -30px;
}
.home-banner__title {
  color: #396ab6;
	float: left;
  font-size: 34px;
  font-family: 'Replica-Bold', sans-serif;
	max-width: 444px;
  line-height: 1.3;
  margin-bottom: 14px;
}
.home-banner__title em {
  font-style: normal;
  display: inline;
  color: #fdd615;
  border: 2px solid currentColor;
  border-top: 0;
  border-left: 0;
  line-height: 1;
  padding: 0 8px 0 0;
  transition-property: color;
  transition-duration: 0.35s;
  transition-timing-function: ease-in-out;
}
.home-banner__slider {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 10;
  top: 146px;
}
.home-banner__cta {
  position: absolute;
  transform: translateY(-60%);
}
.home-banner__bg {
  position: relative;
  height: 200px;
  margin-top: 77px;
  overflow: hidden;
}
.banner-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.banner-img img {
  position: absolute;
  bottom: -20%;
  left: 0;
  width: 100%;
  opacity: 0;
  transform: translateZ(0);
  transition-property: opacity;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
}
.banner-img .banner-img__img--0 {
  bottom: -20%;
}
.banner-img .banner-img__img--1 {
  bottom: -50%;
}
.banner-img .banner-img__img--2 {
  bottom: -50%;
}
.banner-img .banner-img__img--3 {
  bottom: -58%;
}
.banner-img .banner-img__img--4 {
  bottom: -78%;
}
.banner-img img.is-active {
  opacity: 1;
}
.banner-img:after {
  content: '';
  position: absolute;
  top: -5px;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 110%;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjkiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjQiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  background: linear-gradient(to bottom, rgba(255,255,255,0.9) 0%,rgba(255,255,255,0.4) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6ffffff', endColorstr='#66ffffff',GradientType=0 );
}
/*
 * Home Slider
 */
.slider-home__slides {
  position: absolute;
  right: 0;
  width: 56%;
}
.slider-home__controls {
  position: absolute;
  width: 44%;
  padding-left: 24px;
  left: 0;
  top: 8px;
  width: 44%;
}
.slider-home__controls button {
  background-color: transparent;
  padding: 0;
  width: 16px;
  height: 16px;
}
.slider-home__controls button:first-child {
  margin-right: 16px;
}
button > svg {
  width: 100%;
}
.slider-home__slide {
  width: 100%;
  padding: 1em 24px 3em 20px;
}
.slide-body {
  font-family: 'Replica-Bold', sans-serif;
  color: #fff;
  font-size: 24px !important;
  line-height: 1.1;
  max-width: 10em;
}
#js-homeSlider {
  opacity: 0;
}
#js-homeSlider.flickity-enabled {
  opacity: 1;
  transition-property: opacity;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
}
#js-homeSlider .flickity-page-dots {
  position: absolute;
  bottom: 14px;
  text-align: left;
  left: 20px;
}
#js-homeSlider .flickity-page-dots .dot {
  background-color: #fff;
  opacity: 1;
  border-radius: 0;
  width: 17px;
  height: 3px;
  margin-right: 8px;
  margin-left: 0;
}
#js-homeSlider .flickity-page-dots .dot.is-selected {
  background-color: #19477D;
}
@media only screen and (min-width: 720px) {
  .slider-home__controls {
    padding-left: 40px;
  }

  .slide-body {
    font-size: 24px;
  }
}
@media only screen and (min-width: 850px) {
  .site-header .widget-area {
    margin-top: 2.3em;
  }
}
@media only screen and (min-width: 930px) {

  .home-banner {
    position: relative;
    margin-top: 40px;
  }

  .home-banner > .wrap {
    margin-bottom: 0;
  }

  .home-banner > .wrap,
  .home-banner__cta > .wrap {
    max-width: 828px;
    position: relative;
  }

  .slide-body {
    font-size: 30px;
  }

  .home-banner__title {
    width: 444px;
    max-width: none;
    font-size: 47px;
    float: left;
    margin-right: -14px;
  }

  .home-banner__slider {
    position: absolute;
    left: 471px;
    top: 10px;
  }

  .slider-home {
    padding-top: 46px;
    position: relative;
    width: 290px;
  }

  .slider-home__slides,
  .slider-home__controls {
    position: relative;
  }

  .slider-home__slides {
    width: 100%;
  }

  .slider-home__controls {
    padding-left: 0;
    position: absolute;
    width: auto;
    right: 0;
    left: auto;
  }

  .home-banner__title div {
    display: inline-block;
  }

  .home-banner__bg {
    height: 380px;
    padding-top: 0;
    margin-top: 0;
  }

  .home-banner__cta {
    width: 100%;
    position: absolute;
    left: 0;
    transform: none;
    top: 195px;
  }
}
@media only screen and (min-width: 1440px) {
  .home-banner__bg {
    height: 450px;
  }
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }
.mfp-align-top .mfp-container:before {
  display: none; }
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }
.mfp-ajax-cur {
  cursor: progress; }
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out; }
.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in; }
.mfp-auto-cursor .mfp-content {
  cursor: auto; }
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }
.mfp-loading.mfp-figure {
  display: none; }
.mfp-hide {
  display: none !important; }
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
.mfp-preloader a {
    color: #CCC; }
.mfp-preloader a:hover {
      color: #FFF; }
.mfp-s-ready .mfp-preloader {
  display: none; }
.mfp-s-error .mfp-content {
  display: none; }
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
.mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
.mfp-close:active {
    top: 1px; }
.mfp-close-btn-in .mfp-close {
  color: #333; }
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
.mfp-arrow:active {
    margin-top: -54px; }
.mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
.mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }
.mfp-arrow-left {
  left: 0; }
.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }
.mfp-arrow-right {
  right: 0; }
.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
.mfp-iframe-holder .mfp-close {
    top: -40px; }
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }
/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
.mfp-figure figure {
    margin: 0; }
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }
.mfp-image-holder .mfp-content {
  max-width: 100%; }
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75); }
  .mfp-arrow-left {
    transform-origin: 0; }
  .mfp-arrow-right {
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.h-hidden-mobile {
  display: none;
}
@media (min-width: 47.5em) {
  .h-hidden-mobile {
    display: block;
  }
}
/*
   Function for getting deeply nested sass maps. 
*/
/*
  Adjust font smoothing for improved rendering when light text is on top of dark backgrounds.
*/
/*
  Utility that automatically generates all of the type styles
  for a project. Relies on $type-styles and $font-stacks map variables existing in the following format:
*/
/*
  Function for getting a specific style map from within the $type-styles map
  @param $key (string)  - Key style you want
  @param $map (map)     - Map to search for $key [$font-stacks]
*/
/*
  Generates font styles related to a specific font-stack.
  @param $key (string)  - Key to find in $map
  @param $map (map)     - Map to search for $key [$font-stacks]
*/
/*
  Mixin for getting a font-stack and size from the $type-styles map.
  @param $key (string)  - Should be a top level key from the $type-styles map
  @param $size (string) - The size key to grab, should correspond to a breakpoint
  @param $map (map)     - Map to search for $key [$font-stacks]
*/
/*
  Generate font-family and typesize styles across breakpoints.
  @param $key (string)   - Should be a top level key from the $type-styles map
  @param $map (map)      - Map to search for $key [$font-stacks]
*/
/*
  Loop through the $type-styles map (defined in `_base/variables.scss`)
  and generate helpers classes we can use to apply directly into our
  template markup.
*/
.h-type-a {
  font-size: 10px;
  font-size: 1rem;
  font-family: "Replica-Bold", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.375;
}
.h-type-b {
  font-size: 22.5px;
  font-size: 2.25rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Replica-Bold", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.06;
}
@media (min-width: 47.5em) {
  .h-type-b {
    font-size: 3rem;
  }
}
.h-type-c {
  font-size: 12.5px;
  font-size: 1.25rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Replica-Bold", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.25;
}
.h-type-d {
  font-size: 6.25px;
  font-size: 0.625rem;
  font-family: "ReplicaMono-Regular", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.25;
}
.h-type-e {
  font-size: 18.75px;
  font-size: 1.875rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Replica-Regular", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.25;
}
.h-type-f {
  font-size: 30px;
  font-size: 3rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Replica-Regular", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.25;
}
.h-type-g {
  font-size: 8.75px;
  font-size: 0.875rem;
  font-family: "Replica-Regular", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.3;
}
.h-type-h {
  font-size: 8.75px;
  font-size: 0.875rem;
  font-family: "ReplicaMono-Regular", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.3;
}
.h-type-i {
  font-size: 15.625px;
  font-size: 1.5625rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Replica-Regular", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.22;
}
@media (min-width: 47.5em) {
  .h-type-i {
    font-size: 2.25rem;
  }
}
.h-type-j {
  font-size: 10px;
  font-size: 1rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Replica-Regular", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.19;
}
@media (min-width: 47.5em) {
  .h-type-j {
    font-size: 1.3125rem;
  }
}
.h-type-k {
  font-size: 8.125px;
  font-size: 0.8125rem;
  font-family: "ReplicaMono-Regular", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: 1px;
  text-transform: uppercase;
}
/*
  Strips the unit from a value. e.g. 12px -> 12
  
  @param  {String} $val      - Value to remove unit from
  @return {Number}           - Unitless number
*/
/*
  Mixin to provide sizing (often either margin or padding, but can be any numeric property) to a defined
  location of an element and have that spacing scale fluidly between screen sizes.
  Relies on a $fluid-sizes map variable existing in the following format:
*/
/*
  Function for getting a specific size/breakpoint value from the $fluid-sizes map.
  @param $size (string)           - Key size you want
  @param $breakpoint (string)     - The breakpoint you want sizing at
*/
/*
  Function for getting a specific size set from the $fluid-sizes map.
  @param $size (string)  - Size set you want
*/
/*
  Generates fluid size and applies it to the supplied property.
  @param $size (key)                   - Key size you want (from the $fluid-sizes map)
  @param $property (string)            - The css property you'd like to apply the size to
                                         will only be applied up until this breakpoint.
  @param $negative (boolean)           - If true, returns a negative range
*/
/*
  Loop through the $fluid-sizes map (defined in `_base/variables.scss`)
  and generate helpers classes we can use to apply directly into our
  template markup.
*/
.h-fluid-size-top-margin-none {
  margin-top: 0px;
}
@media screen and (min-width: 320px) {
  .h-fluid-size-top-margin-none {
    margin-top: calc(0px + 0 * ((100vw - 320px) / 980));
  }
}
@media screen and (min-width: 1300px) {
  .h-fluid-size-top-margin-none {
    margin-top: 0px;
  }
}
.h-fluid-size-bottom-margin-none {
  margin-bottom: 0px;
}
@media screen and (min-width: 320px) {
  .h-fluid-size-bottom-margin-none {
    margin-bottom: calc(0px + 0 * ((100vw - 320px) / 980));
  }
}
@media screen and (min-width: 1300px) {
  .h-fluid-size-bottom-margin-none {
    margin-bottom: 0px;
  }
}
.h-fluid-size-top-padding-none {
  padding-top: 0px;
}
@media screen and (min-width: 320px) {
  .h-fluid-size-top-padding-none {
    padding-top: calc(0px + 0 * ((100vw - 320px) / 980));
  }
}
@media screen and (min-width: 1300px) {
  .h-fluid-size-top-padding-none {
    padding-top: 0px;
  }
}
.h-fluid-size-bottom-padding-none {
  padding-bottom: 0px;
}
@media screen and (min-width: 320px) {
  .h-fluid-size-bottom-padding-none {
    padding-bottom: calc(0px + 0 * ((100vw - 320px) / 980));
  }
}
@media screen and (min-width: 1300px) {
  .h-fluid-size-bottom-padding-none {
    padding-bottom: 0px;
  }
}
.h-fluid-size-top-margin-xs {
  margin-top: 10px;
}
@media screen and (min-width: 320px) {
  .h-fluid-size-top-margin-xs {
    margin-top: calc(10px + 0 * ((100vw - 320px) / 980));
  }
}
@media screen and (min-width: 1300px) {
  .h-fluid-size-top-margin-xs {
    margin-top: 10px;
  }
}
.h-fluid-size-bottom-margin-xs {
  margin-bottom: 10px;
}
@media screen and (min-width: 320px) {
  .h-fluid-size-bottom-margin-xs {
    margin-bottom: calc(10px + 0 * ((100vw - 320px) / 980));
  }
}
@media screen and (min-width: 1300px) {
  .h-fluid-size-bottom-margin-xs {
    margin-bottom: 10px;
  }
}
.h-fluid-size-top-padding-xs {
  padding-top: 10px;
}
@media screen and (min-width: 320px) {
  .h-fluid-size-top-padding-xs {
    padding-top: calc(10px + 0 * ((100vw - 320px) / 980));
  }
}
@media screen and (min-width: 1300px) {
  .h-fluid-size-top-padding-xs {
    padding-top: 10px;
  }
}
.h-fluid-size-bottom-padding-xs {
  padding-bottom: 10px;
}
@media screen and (min-width: 320px) {
  .h-fluid-size-bottom-padding-xs {
    padding-bottom: calc(10px + 0 * ((100vw - 320px) / 980));
  }
}
@media screen and (min-width: 1300px) {
  .h-fluid-size-bottom-padding-xs {
    padding-bottom: 10px;
  }
}
.h-fluid-size-top-margin-xms {
  margin-top: 16px;
}
@media screen and (min-width: 320px) {
  .h-fluid-size-top-margin-xms {
    margin-top: calc(16px + 0 * ((100vw - 320px) / 980));
  }
}
@media screen and (min-width: 1300px) {
  .h-fluid-size-top-margin-xms {
    margin-top: 16px;
  }
}
.h-fluid-size-bottom-margin-xms {
  margin-bottom: 16px;
}
@media screen and (min-width: 320px) {
  .h-fluid-size-bottom-margin-xms {
    margin-bottom: calc(16px + 0 * ((100vw - 320px) / 980));
  }
}
@media screen and (min-width: 1300px) {
  .h-fluid-size-bottom-margin-xms {
    margin-bottom: 16px;
  }
}
.h-fluid-size-top-padding-xms {
  padding-top: 16px;
}
@media screen and (min-width: 320px) {
  .h-fluid-size-top-padding-xms {
    padding-top: calc(16px + 0 * ((100vw - 320px) / 980));
  }
}
@media screen and (min-width: 1300px) {
  .h-fluid-size-top-padding-xms {
    padding-top: 16px;
  }
}
.h-fluid-size-bottom-padding-xms {
  padding-bottom: 16px;
}
@media screen and (min-width: 320px) {
  .h-fluid-size-bottom-padding-xms {
    padding-bottom: calc(16px + 0 * ((100vw - 320px) / 980));
  }
}
@media screen and (min-width: 1300px) {
  .h-fluid-size-bottom-padding-xms {
    padding-bottom: 16px;
  }
}
.h-fluid-size-top-margin-s {
  margin-top: 30px;
}
@media screen and (min-width: 320px) {
  .h-fluid-size-top-margin-s {
    margin-top: calc(30px + 0 * ((100vw - 320px) / 980));
  }
}
@media screen and (min-width: 1300px) {
  .h-fluid-size-top-margin-s {
    margin-top: 30px;
  }
}
.h-fluid-size-bottom-margin-s {
  margin-bottom: 30px;
}
@media screen and (min-width: 320px) {
  .h-fluid-size-bottom-margin-s {
    margin-bottom: calc(30px + 0 * ((100vw - 320px) / 980));
  }
}
@media screen and (min-width: 1300px) {
  .h-fluid-size-bottom-margin-s {
    margin-bottom: 30px;
  }
}
.h-fluid-size-top-padding-s {
  padding-top: 30px;
}
@media screen and (min-width: 320px) {
  .h-fluid-size-top-padding-s {
    padding-top: calc(30px + 0 * ((100vw - 320px) / 980));
  }
}
@media screen and (min-width: 1300px) {
  .h-fluid-size-top-padding-s {
    padding-top: 30px;
  }
}
.h-fluid-size-bottom-padding-s {
  padding-bottom: 30px;
}
@media screen and (min-width: 320px) {
  .h-fluid-size-bottom-padding-s {
    padding-bottom: calc(30px + 0 * ((100vw - 320px) / 980));
  }
}
@media screen and (min-width: 1300px) {
  .h-fluid-size-bottom-padding-s {
    padding-bottom: 30px;
  }
}
.h-fluid-size-top-margin-sm {
  margin-top: 30px;
}
@media screen and (min-width: 320px) {
  .h-fluid-size-top-margin-sm {
    margin-top: calc(30px + 10 * ((100vw - 320px) / 980));
  }
}
@media screen and (min-width: 1300px) {
  .h-fluid-size-top-margin-sm {
    margin-top: 40px;
  }
}
.h-fluid-size-bottom-margin-sm {
  margin-bottom: 30px;
}
@media screen and (min-width: 320px) {
  .h-fluid-size-bottom-margin-sm {
    margin-bottom: calc(30px + 10 * ((100vw - 320px) / 980));
  }
}
@media screen and (min-width: 1300px) {
  .h-fluid-size-bottom-margin-sm {
    margin-bottom: 40px;
  }
}
.h-fluid-size-top-padding-sm {
  padding-top: 30px;
}
@media screen and (min-width: 320px) {
  .h-fluid-size-top-padding-sm {
    padding-top: calc(30px + 10 * ((100vw - 320px) / 980));
  }
}
@media screen and (min-width: 1300px) {
  .h-fluid-size-top-padding-sm {
    padding-top: 40px;
  }
}
.h-fluid-size-bottom-padding-sm {
  padding-bottom: 30px;
}
@media screen and (min-width: 320px) {
  .h-fluid-size-bottom-padding-sm {
    padding-bottom: calc(30px + 10 * ((100vw - 320px) / 980));
  }
}
@media screen and (min-width: 1300px) {
  .h-fluid-size-bottom-padding-sm {
    padding-bottom: 40px;
  }
}
.h-fluid-size-top-margin-m {
  margin-top: 30px;
}
@media screen and (min-width: 320px) {
  .h-fluid-size-top-margin-m {
    margin-top: calc(30px + 20 * ((100vw - 320px) / 980));
  }
}
@media screen and (min-width: 1300px) {
  .h-fluid-size-top-margin-m {
    margin-top: 50px;
  }
}
.h-fluid-size-bottom-margin-m {
  margin-bottom: 30px;
}
@media screen and (min-width: 320px) {
  .h-fluid-size-bottom-margin-m {
    margin-bottom: calc(30px + 20 * ((100vw - 320px) / 980));
  }
}
@media screen and (min-width: 1300px) {
  .h-fluid-size-bottom-margin-m {
    margin-bottom: 50px;
  }
}
.h-fluid-size-top-padding-m {
  padding-top: 30px;
}
@media screen and (min-width: 320px) {
  .h-fluid-size-top-padding-m {
    padding-top: calc(30px + 20 * ((100vw - 320px) / 980));
  }
}
@media screen and (min-width: 1300px) {
  .h-fluid-size-top-padding-m {
    padding-top: 50px;
  }
}
.h-fluid-size-bottom-padding-m {
  padding-bottom: 30px;
}
@media screen and (min-width: 320px) {
  .h-fluid-size-bottom-padding-m {
    padding-bottom: calc(30px + 20 * ((100vw - 320px) / 980));
  }
}
@media screen and (min-width: 1300px) {
  .h-fluid-size-bottom-padding-m {
    padding-bottom: 50px;
  }
}
.h-fluid-size-top-margin-ml {
  margin-top: 40px;
}
@media screen and (min-width: 320px) {
  .h-fluid-size-top-margin-ml {
    margin-top: calc(40px + 20 * ((100vw - 320px) / 980));
  }
}
@media screen and (min-width: 1300px) {
  .h-fluid-size-top-margin-ml {
    margin-top: 60px;
  }
}
.h-fluid-size-bottom-margin-ml {
  margin-bottom: 40px;
}
@media screen and (min-width: 320px) {
  .h-fluid-size-bottom-margin-ml {
    margin-bottom: calc(40px + 20 * ((100vw - 320px) / 980));
  }
}
@media screen and (min-width: 1300px) {
  .h-fluid-size-bottom-margin-ml {
    margin-bottom: 60px;
  }
}
.h-fluid-size-top-padding-ml {
  padding-top: 40px;
}
@media screen and (min-width: 320px) {
  .h-fluid-size-top-padding-ml {
    padding-top: calc(40px + 20 * ((100vw - 320px) / 980));
  }
}
@media screen and (min-width: 1300px) {
  .h-fluid-size-top-padding-ml {
    padding-top: 60px;
  }
}
.h-fluid-size-bottom-padding-ml {
  padding-bottom: 40px;
}
@media screen and (min-width: 320px) {
  .h-fluid-size-bottom-padding-ml {
    padding-bottom: calc(40px + 20 * ((100vw - 320px) / 980));
  }
}
@media screen and (min-width: 1300px) {
  .h-fluid-size-bottom-padding-ml {
    padding-bottom: 60px;
  }
}
.h-fluid-size-top-margin-l {
  margin-top: 40px;
}
@media screen and (min-width: 320px) {
  .h-fluid-size-top-margin-l {
    margin-top: calc(40px + 45 * ((100vw - 320px) / 980));
  }
}
@media screen and (min-width: 1300px) {
  .h-fluid-size-top-margin-l {
    margin-top: 85px;
  }
}
.h-fluid-size-bottom-margin-l {
  margin-bottom: 40px;
}
@media screen and (min-width: 320px) {
  .h-fluid-size-bottom-margin-l {
    margin-bottom: calc(40px + 45 * ((100vw - 320px) / 980));
  }
}
@media screen and (min-width: 1300px) {
  .h-fluid-size-bottom-margin-l {
    margin-bottom: 85px;
  }
}
.h-fluid-size-top-padding-l {
  padding-top: 40px;
}
@media screen and (min-width: 320px) {
  .h-fluid-size-top-padding-l {
    padding-top: calc(40px + 45 * ((100vw - 320px) / 980));
  }
}
@media screen and (min-width: 1300px) {
  .h-fluid-size-top-padding-l {
    padding-top: 85px;
  }
}
.h-fluid-size-bottom-padding-l {
  padding-bottom: 40px;
}
@media screen and (min-width: 320px) {
  .h-fluid-size-bottom-padding-l {
    padding-bottom: calc(40px + 45 * ((100vw - 320px) / 980));
  }
}
@media screen and (min-width: 1300px) {
  .h-fluid-size-bottom-padding-l {
    padding-bottom: 85px;
  }
}
.h-fluid-size-top-margin-xl {
  margin-top: 50px;
}
@media screen and (min-width: 320px) {
  .h-fluid-size-top-margin-xl {
    margin-top: calc(50px + 85 * ((100vw - 320px) / 980));
  }
}
@media screen and (min-width: 1300px) {
  .h-fluid-size-top-margin-xl {
    margin-top: 135px;
  }
}
.h-fluid-size-bottom-margin-xl {
  margin-bottom: 50px;
}
@media screen and (min-width: 320px) {
  .h-fluid-size-bottom-margin-xl {
    margin-bottom: calc(50px + 85 * ((100vw - 320px) / 980));
  }
}
@media screen and (min-width: 1300px) {
  .h-fluid-size-bottom-margin-xl {
    margin-bottom: 135px;
  }
}
.h-fluid-size-top-padding-xl {
  padding-top: 50px;
}
@media screen and (min-width: 320px) {
  .h-fluid-size-top-padding-xl {
    padding-top: calc(50px + 85 * ((100vw - 320px) / 980));
  }
}
@media screen and (min-width: 1300px) {
  .h-fluid-size-top-padding-xl {
    padding-top: 135px;
  }
}
.h-fluid-size-bottom-padding-xl {
  padding-bottom: 50px;
}
@media screen and (min-width: 320px) {
  .h-fluid-size-bottom-padding-xl {
    padding-bottom: calc(50px + 85 * ((100vw - 320px) / 980));
  }
}
@media screen and (min-width: 1300px) {
  .h-fluid-size-bottom-padding-xl {
    padding-bottom: 135px;
  }
}
.h-fluid-size-top-margin-xxl {
  margin-top: 60px;
}
@media screen and (min-width: 320px) {
  .h-fluid-size-top-margin-xxl {
    margin-top: calc(60px + 130 * ((100vw - 320px) / 980));
  }
}
@media screen and (min-width: 1300px) {
  .h-fluid-size-top-margin-xxl {
    margin-top: 190px;
  }
}
.h-fluid-size-bottom-margin-xxl {
  margin-bottom: 60px;
}
@media screen and (min-width: 320px) {
  .h-fluid-size-bottom-margin-xxl {
    margin-bottom: calc(60px + 130 * ((100vw - 320px) / 980));
  }
}
@media screen and (min-width: 1300px) {
  .h-fluid-size-bottom-margin-xxl {
    margin-bottom: 190px;
  }
}
.h-fluid-size-top-padding-xxl {
  padding-top: 60px;
}
@media screen and (min-width: 320px) {
  .h-fluid-size-top-padding-xxl {
    padding-top: calc(60px + 130 * ((100vw - 320px) / 980));
  }
}
@media screen and (min-width: 1300px) {
  .h-fluid-size-top-padding-xxl {
    padding-top: 190px;
  }
}
.h-fluid-size-bottom-padding-xxl {
  padding-bottom: 60px;
}
@media screen and (min-width: 320px) {
  .h-fluid-size-bottom-padding-xxl {
    padding-bottom: calc(60px + 130 * ((100vw - 320px) / 980));
  }
}
@media screen and (min-width: 1300px) {
  .h-fluid-size-bottom-padding-xxl {
    padding-bottom: 190px;
  }
}
.h-fluid-size-top-margin-bottom-overlap-padding {
  margin-top: 100px;
}
@media screen and (min-width: 320px) {
  .h-fluid-size-top-margin-bottom-overlap-padding {
    margin-top: calc(100px + 90 * ((100vw - 320px) / 980));
  }
}
@media screen and (min-width: 1300px) {
  .h-fluid-size-top-margin-bottom-overlap-padding {
    margin-top: 190px;
  }
}
.h-fluid-size-bottom-margin-bottom-overlap-padding {
  margin-bottom: 100px;
}
@media screen and (min-width: 320px) {
  .h-fluid-size-bottom-margin-bottom-overlap-padding {
    margin-bottom: calc(100px + 90 * ((100vw - 320px) / 980));
  }
}
@media screen and (min-width: 1300px) {
  .h-fluid-size-bottom-margin-bottom-overlap-padding {
    margin-bottom: 190px;
  }
}
.h-fluid-size-top-padding-bottom-overlap-padding {
  padding-top: 100px;
}
@media screen and (min-width: 320px) {
  .h-fluid-size-top-padding-bottom-overlap-padding {
    padding-top: calc(100px + 90 * ((100vw - 320px) / 980));
  }
}
@media screen and (min-width: 1300px) {
  .h-fluid-size-top-padding-bottom-overlap-padding {
    padding-top: 190px;
  }
}
.h-fluid-size-bottom-padding-bottom-overlap-padding {
  padding-bottom: 100px;
}
@media screen and (min-width: 320px) {
  .h-fluid-size-bottom-padding-bottom-overlap-padding {
    padding-bottom: calc(100px + 90 * ((100vw - 320px) / 980));
  }
}
@media screen and (min-width: 1300px) {
  .h-fluid-size-bottom-padding-bottom-overlap-padding {
    padding-bottom: 190px;
  }
}
/*
Layout - Additional Case Studies

Displays case studies related to the current page

*/
.l-additional-case-studies {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1144px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
  padding-top: 40px;
  padding-bottom: 40px;
}
.l-additional-case-studies:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 35em) {
  .l-additional-case-studies {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 72.5em) {
  .l-additional-case-studies {
    padding-left: 125px;
    padding-right: 125px;
  }
}
@media screen and (min-width: 320px) {
  .l-additional-case-studies {
    padding-top: calc(40px + 45 * ((100vw - 320px) / 980));
  }
}
@media screen and (min-width: 1300px) {
  .l-additional-case-studies {
    padding-top: 85px;
  }
}
@media screen and (min-width: 320px) {
  .l-additional-case-studies {
    padding-bottom: calc(40px + 45 * ((100vw - 320px) / 980));
  }
}
@media screen and (min-width: 1300px) {
  .l-additional-case-studies {
    padding-bottom: 85px;
  }
}
.l-additional-case-studies__case-studies {
  margin-top: 40px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 320px) {
  .l-additional-case-studies__case-studies {
    margin-top: calc(40px + 20 * ((100vw - 320px) / 980));
  }
}
@media screen and (min-width: 1300px) {
  .l-additional-case-studies__case-studies {
    margin-top: 60px;
  }
}
.l-additional-case-studies__case-studies:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 47.5em) {
  .l-additional-case-studies__case-studies > .featured-case-study {
    width: 46.91689%;
    float: left;
  }
  .l-additional-case-studies__case-studies > .featured-case-study:nth-child(2n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .l-additional-case-studies__case-studies > .featured-case-study:nth-child(2n + 2) {
    margin-left: 53.08311%;
    margin-right: -100%;
    clear: none;
  }
}
@media (max-width: 47.49em) {
  .l-additional-case-studies__case-studies > .featured-case-study + .featured-case-study {
    margin-top: 30px;
  }
}
@media screen and (max-width: 47.49em) and (min-width: 320px) {
  .l-additional-case-studies__case-studies > .featured-case-study + .featured-case-study {
    margin-top: calc(30px + 20 * ((100vw - 320px) / 980));
  }
}
@media screen and (max-width: 47.49em) and (min-width: 1300px) {
  .l-additional-case-studies__case-studies > .featured-case-study + .featured-case-study {
    margin-top: 50px;
  }
}
/*
Layout - Awards Recognition

Wraps awards and recognition on the homepage
*/
.l-awards-recognition {
  margin: 0 auto;
  padding: 3em 24px 1em;
  max-width: 985px;
}
@media only screen and (min-width: 720px) {
  .l-awards-recognition {
    padding: 6em 4% 5em;
  }
}
/*
Layout - Banner Header

A unique treatement for a page header

.l-banner-header--case-study        - Unique appearance for use on case study

*/
.l-banner-header {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1144px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
  margin-bottom: 50px;
}
.l-banner-header:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 35em) {
  .l-banner-header {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 72.5em) {
  .l-banner-header {
    padding-left: 125px;
    padding-right: 125px;
  }
}
@media screen and (min-width: 320px) {
  .l-banner-header {
    margin-bottom: calc(50px + 85 * ((100vw - 320px) / 980));
  }
}
@media screen and (min-width: 1300px) {
  .l-banner-header {
    margin-bottom: 135px;
  }
}
@media (min-width: 47.5em) {
  .l-banner-header {
    position: relative;
  }
}
.l-banner-header__image {
  background-size: cover;
  background-position: center center;
}
@media (max-width: 47.49em) {
  .l-banner-header__image {
    height: 0;
    padding-top: 70%;
    margin-left: -32px;
    width: 100vw;
  }
}
@media (min-width: 35em) and (max-width: 47.49em) {
  .l-banner-header__image {
    margin-left: -40px;
  }
}
@media (min-width: 47.5em) {
  .l-banner-header__image {
    top: 30px;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 46.91689%;
  }
}
@media screen and (min-width: 47.5em) and (min-width: 320px) {
  .l-banner-header__image {
    top: calc(30px + 20 * ((100vw - 320px) / 980));
  }
}
@media screen and (min-width: 47.5em) and (min-width: 1300px) {
  .l-banner-header__image {
    top: 50px;
  }
}
@media (min-width: 47.5em) {
  .l-banner-header__image:after {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0));
  }
}
.l-banner-header__content {
  padding-top: 30px;
}
@media screen and (min-width: 320px) {
  .l-banner-header__content {
    padding-top: calc(30px + 0 * ((100vw - 320px) / 980));
  }
}
@media screen and (min-width: 1300px) {
  .l-banner-header__content {
    padding-top: 30px;
  }
}
@media (min-width: 47.5em) {
  .l-banner-header__content {
    padding-top: 50px;
    width: 55.76408%;
    float: left;
    margin-right: 6.16622%;
    position: relative;
  }
}
@media screen and (min-width: 47.5em) and (min-width: 320px) {
  .l-banner-header__content {
    padding-top: calc(50px + 85 * ((100vw - 320px) / 980));
  }
}
@media screen and (min-width: 47.5em) and (min-width: 1300px) {
  .l-banner-header__content {
    padding-top: 135px;
  }
}
.l-banner-header__content > .down-arrow {
  margin-top: 30px;
}
@media screen and (min-width: 320px) {
  .l-banner-header__content > .down-arrow {
    margin-top: calc(30px + 10 * ((100vw - 320px) / 980));
  }
}
@media screen and (min-width: 1300px) {
  .l-banner-header__content > .down-arrow {
    margin-top: 40px;
  }
}
.l-banner-header__content > .l-numbered-nav {
  margin-top: 30px;
}
@media screen and (min-width: 320px) {
  .l-banner-header__content > .l-numbered-nav {
    margin-top: calc(30px + 0 * ((100vw - 320px) / 980));
  }
}
@media screen and (min-width: 1300px) {
  .l-banner-header__content > .l-numbered-nav {
    margin-top: 30px;
  }
}
@media (min-width: 47.5em) {
  .l-banner-header--case-study .l-banner-header__image {
    top: 40px;
    background-position: left center;
  }
}
@media screen and (min-width: 47.5em) and (min-width: 320px) {
  .l-banner-header--case-study .l-banner-header__image {
    top: calc(40px + 45 * ((100vw - 320px) / 980));
  }
}
@media screen and (min-width: 47.5em) and (min-width: 1300px) {
  .l-banner-header--case-study .l-banner-header__image {
    top: 85px;
  }
}
@media (min-width: 47.5em) {
  .l-banner-header--case-study .l-banner-header__image:after {
    background: linear-gradient(to right, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.2));
  }
}
@media (min-width: 47.5em) {
  .l-banner-header--case-study .l-banner-header__content {
    width: 64.61126%;
    float: left;
    margin-right: 6.16622%;
  }
}
/*
Layout - Case Study Container

Just wraps the entire contents of a case study to add a background gradient

*/
.l-case-study-container {
  background-image: linear-gradient(to bottom, #16467f, #011d41);
  padding-bottom: 40px;
}
@media screen and (min-width: 320px) {
  .l-case-study-container {
    padding-bottom: calc(40px + 45 * ((100vw - 320px) / 980));
  }
}
@media screen and (min-width: 1300px) {
  .l-case-study-container {
    padding-bottom: 85px;
  }
}
/*
Layout Case Study Grid

Wraps a chunk of content for a case study in two columns

.l-case-study-grid--right-col-aligned-w-intro      - Nudges right col down to align
*/
.l-case-study-grid {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1144px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
  padding-top: 40px;
}
.l-case-study-grid:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 35em) {
  .l-case-study-grid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 72.5em) {
  .l-case-study-grid {
    padding-left: 125px;
    padding-right: 125px;
  }
}
@media screen and (min-width: 320px) {
  .l-case-study-grid {
    padding-top: calc(40px + 45 * ((100vw - 320px) / 980));
  }
}
@media screen and (min-width: 1300px) {
  .l-case-study-grid {
    padding-top: 85px;
  }
}
@media (max-width: 47.49em) {
  .l-case-study-grid__col:nth-child(2) {
    margin-top: 30px;
  }
}
@media screen and (max-width: 47.49em) and (min-width: 320px) {
  .l-case-study-grid__col:nth-child(2) {
    margin-top: calc(30px + 0 * ((100vw - 320px) / 980));
  }
}
@media screen and (max-width: 47.49em) and (min-width: 1300px) {
  .l-case-study-grid__col:nth-child(2) {
    margin-top: 30px;
  }
}
@media (min-width: 47.5em) {
  .l-case-study-grid__col:nth-child(1) {
    width: 46.91689%;
    float: left;
    margin-right: 6.16622%;
  }
  .l-case-study-grid__col:nth-child(2) {
    width: 46.91689%;
    float: right;
    margin-right: 0;
  }
  .l-case-study-grid__col:last-child {
    float: right;
    margin-right: 0;
  }
}
.l-case-study-grid__col > * + * {
  margin-top: 30px;
}
@media screen and (min-width: 320px) {
  .l-case-study-grid__col > * + * {
    margin-top: calc(30px + 0 * ((100vw - 320px) / 980));
  }
}
@media screen and (min-width: 1300px) {
  .l-case-study-grid__col > * + * {
    margin-top: 30px;
  }
}
@media (min-width: 47.5em) {
  .l-case-study-grid--right-col-aligned-w-intro .l-case-study-grid__col:nth-child(2) {
    padding-top: 45px;
  }
}
/*
Layout - Case Study Image

Wraps an image/illustration for a case study

.l-case-study-image--wide                   - Adds for wider images that can break out of the container
.l-case-study-image--scroll                 - Makes the image scroll at small sizes
.l-case-study-image--scale                  - Makes the image scale at small sizes
.l-case-study-image--close-scroll-notice    - Nudges the scroll notice closer to illustraiton
*/
.l-case-study-image {
  padding-top: 40px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (min-width: 320px) {
  .l-case-study-image {
    padding-top: calc(40px + 45 * ((100vw - 320px) / 980));
  }
}
@media screen and (min-width: 1300px) {
  .l-case-study-image {
    padding-top: 85px;
  }
}
.l-case-study-image:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 64em) {
  .l-case-study-image {
    max-width: 1144px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 64em) and (min-width: 35em) {
  .l-case-study-image {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 64em) and (min-width: 72.5em) {
  .l-case-study-image {
    padding-left: 125px;
    padding-right: 125px;
  }
}
.l-case-study-image > .l-case-study-image__caption {
  margin-top: 30px;
}
@media screen and (min-width: 320px) {
  .l-case-study-image > .l-case-study-image__caption {
    margin-top: calc(30px + 10 * ((100vw - 320px) / 980));
  }
}
@media screen and (min-width: 1300px) {
  .l-case-study-image > .l-case-study-image__caption {
    margin-top: 40px;
  }
}
@media (max-width: 63.99em) {
  .l-case-study-image > .l-case-study-image__caption {
    max-width: 1144px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 63.99em) and (min-width: 35em) {
  .l-case-study-image > .l-case-study-image__caption {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 63.99em) and (min-width: 72.5em) {
  .l-case-study-image > .l-case-study-image__caption {
    padding-left: 125px;
    padding-right: 125px;
  }
}
.l-case-study-image > .l-case-study-image__caption > .image-caption {
  margin-bottom: 0;
}
@media (min-width: 47.5em) {
  .l-case-study-image > .l-case-study-image__caption > .image-caption {
    width: 46.91689%;
    float: right;
    margin-right: 0;
  }
}
.l-case-study-image__intro {
  font-size: 10px;
  font-size: 1rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Replica-Regular", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.19;
  line-height: 1.3;
  color: #3babef;
  margin-bottom: 0;
}
@media (min-width: 47.5em) {
  .l-case-study-image__intro {
    font-size: 1.3125rem;
  }
}
@media (max-width: 34.99em) {
  .l-case-study-image__intro {
    padding: 0 32px;
  }
}
@media (min-width: 35em) and (max-width: 63.99em) {
  .l-case-study-image__intro {
    padding: 0 40px;
  }
}
@media (min-width: 47.5em) {
  .l-case-study-image__intro {
    width: 46.91689%;
  }
}
@media (min-width: 64em) {
  .l-case-study-image__intro {
    margin-bottom: -70px;
  }
}
.l-case-study-image__scroll-notice {
  max-width: 1144px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
  font-size: 8.75px;
  font-size: 0.875rem;
  font-family: "Replica-Regular", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.3;
  margin-bottom: 10px;
  font-style: italic;
  color: #fff;
  will-change: opacity;
  transition: opacity 0.3s;
}
@media (min-width: 35em) {
  .l-case-study-image__scroll-notice {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 72.5em) {
  .l-case-study-image__scroll-notice {
    padding-left: 125px;
    padding-right: 125px;
  }
}
@media screen and (min-width: 320px) {
  .l-case-study-image__scroll-notice {
    margin-bottom: calc(10px + 0 * ((100vw - 320px) / 980));
  }
}
@media screen and (min-width: 1300px) {
  .l-case-study-image__scroll-notice {
    margin-bottom: 10px;
  }
}
.l-case-study-image__scroll-notice:not(:first-child) {
  margin-top: 16px;
}
@media screen and (min-width: 320px) {
  .l-case-study-image__scroll-notice:not(:first-child) {
    margin-top: calc(16px + 0 * ((100vw - 320px) / 980));
  }
}
@media screen and (min-width: 1300px) {
  .l-case-study-image__scroll-notice:not(:first-child) {
    margin-top: 16px;
  }
}
@media (min-width: 47.5em) {
  .l-case-study-image__scroll-notice {
    display: none;
  }
}
@media (max-width: 34.99em) {
  .l-case-study-image__outer {
    padding: 0 32px;
  }
}
@media (min-width: 35em) and (max-width: 63.99em) {
  .l-case-study-image__outer {
    padding: 0 40px;
  }
}
.l-case-study-image__inner {
  position: relative;
}
.l-case-study-image__inner > * {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  height: 100%;
  width: 100%;
}
.l-case-study-image__inner > * text, .l-case-study-image__inner > * tspan {
  font-family: "Replica-Regular", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}
@media (min-width: 64em) {
  .l-case-study-image--wide {
    max-width: none;
    margin: 0 auto;
    max-width: 1250px;
  }
}
.l-case-study-image--scale .l-case-study-image__inner {
  width: 100% !important;
  height: 0 !important;
}
@media (max-width: 63.99em) {
  .l-case-study-image--scroll .l-case-study-image__outer {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 63.99em) {
  .l-case-study-image--scroll .l-case-study-image__inner {
    padding-top: 0 !important;
    border-right: 32px solid transparent;
  }
}
@media (min-width: 64em) {
  .l-case-study-image--scroll .l-case-study-image__inner {
    width: 100% !important;
    height: 0 !important;
  }
}
.l-case-study-image--close-scroll-notice .l-case-study-image__scroll-notice {
  margin-bottom: -30px;
}
@media screen and (min-width: 320px) {
  .l-case-study-image--close-scroll-notice .l-case-study-image__scroll-notice {
    margin-bottom: calc(-30px + 0 * ((100vw - 320px) / 980));
  }
}
@media screen and (min-width: 1300px) {
  .l-case-study-image--close-scroll-notice .l-case-study-image__scroll-notice {
    margin-bottom: -30px;
  }
}
.l-case-study-image.is-scrolled .l-case-study-image__scroll-notice {
  opacity: 0;
}
/*
Layout - Dri Contact Forms

Organizes multiple contact forms on the dri page
*/
@media (min-width: 64em) {
  .l-dri-contact-forms {
    margin-left: 50px;
    margin-right: 50px;
  }
}
.l-dri-contact-forms__form {
  text-align: center;
}
.l-dri-contact-forms__form > .input-btn {
  min-width: 118px;
  min-width: 11.8rem;
  margin: 4px 2px;
  margin: 0.4rem 0.2rem;
}
@media (max-width: 47.49em) {
  .l-dri-contact-forms__form > .input-btn {
    width: 100%;
  }
}
/*
Layout - DRI Content

Wraps the main content on the Digital Readiness Index page
*/
.l-dri-content {
  background-image: linear-gradient(to bottom, #16467f, #011d41);
  padding-top: 40px;
  padding-bottom: 50px;
}
@media screen and (min-width: 320px) {
  .l-dri-content {
    padding-top: calc(40px + 45 * ((100vw - 320px) / 980));
  }
}
@media screen and (min-width: 1300px) {
  .l-dri-content {
    padding-top: 85px;
  }
}
@media screen and (min-width: 320px) {
  .l-dri-content {
    padding-bottom: calc(50px + 85 * ((100vw - 320px) / 980));
  }
}
@media screen and (min-width: 1300px) {
  .l-dri-content {
    padding-bottom: 135px;
  }
}
.l-dri-content__text {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1144px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
}
.l-dri-content__text:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 35em) {
  .l-dri-content__text {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 72.5em) {
  .l-dri-content__text {
    padding-left: 125px;
    padding-right: 125px;
  }
}
.l-dri-content__text > * {
  padding-bottom: 30px;
}
@media screen and (min-width: 320px) {
  .l-dri-content__text > * {
    padding-bottom: calc(30px + 0 * ((100vw - 320px) / 980));
  }
}
@media screen and (min-width: 1300px) {
  .l-dri-content__text > * {
    padding-bottom: 30px;
  }
}
@media (min-width: 47.5em) {
  .l-dri-content__text > * {
    width: 46.91689%;
    float: left;
  }
  .l-dri-content__text > *:nth-child(2n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .l-dri-content__text > *:nth-child(2n + 2) {
    margin-left: 53.08311%;
    margin-right: -100%;
    clear: none;
  }
}
.l-dri-content__cta {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}
@media screen and (min-width: 320px) {
  .l-dri-content__cta {
    padding-top: calc(30px + 20 * ((100vw - 320px) / 980));
  }
}
@media screen and (min-width: 1300px) {
  .l-dri-content__cta {
    padding-top: 50px;
  }
}
@media screen and (min-width: 320px) {
  .l-dri-content__cta {
    padding-bottom: calc(30px + 20 * ((100vw - 320px) / 980));
  }
}
@media screen and (min-width: 1300px) {
  .l-dri-content__cta {
    padding-bottom: 50px;
  }
}
.l-dri-content__cta > .input-btn {
  display: inline-block;
}
.l-dri-content__chart {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  position: relative;
  padding: 0 32px;
  max-width: 1144px;
}
.l-dri-content__chart:after {
  content: " ";
  display: block;
  clear: both;
}
@media screen and (min-width: 320px) {
  .l-dri-content__chart {
    margin-top: calc(30px + 20 * ((100vw - 320px) / 980));
  }
}
@media screen and (min-width: 1300px) {
  .l-dri-content__chart {
    margin-top: 50px;
  }
}
@media (min-width: 64em) {
  .l-dri-content__chart {
    min-height: 1100px;
  }
}
.l-dri-content__chart-details {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.l-dri-content__chart-details:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 64em) {
  .l-dri-content__chart-details {
    width: 33.64611%;
    float: left;
    margin-right: 6.16622%;
  }
}
.l-dri-content__chart-details > span {
  display: block;
}
@media (max-width: 63.99em) {
  .l-dri-content__chart-details > span {
    padding-top: 40px;
  }
}
@media screen and (max-width: 63.99em) and (min-width: 320px) {
  .l-dri-content__chart-details > span {
    padding-top: calc(40px + 45 * ((100vw - 320px) / 980));
  }
}
@media screen and (max-width: 63.99em) and (min-width: 1300px) {
  .l-dri-content__chart-details > span {
    padding-top: 85px;
  }
}
.l-dri-content__chart-details > span > .dri-add-factory-btn {
  margin-top: 10px;
}
@media screen and (min-width: 320px) {
  .l-dri-content__chart-details > span > .dri-add-factory-btn {
    margin-top: calc(10px + 0 * ((100vw - 320px) / 980));
  }
}
@media screen and (min-width: 1300px) {
  .l-dri-content__chart-details > span > .dri-add-factory-btn {
    margin-top: 10px;
  }
}
.l-dri-content__chart-details > span > .dri-detail-group-header + .l-dri-content__chart-detail-group {
  margin-top: 12px;
}
.l-dri-content__chart-detail-group > * + * {
  margin-top: 10px;
}
@media screen and (min-width: 320px) {
  .l-dri-content__chart-detail-group > * + * {
    margin-top: calc(10px + 0 * ((100vw - 320px) / 980));
  }
}
@media screen and (min-width: 1300px) {
  .l-dri-content__chart-detail-group > * + * {
    margin-top: 10px;
  }
}
.l-dri-content__chart-detail-group + .l-dri-content__chart-detail-group {
  margin-top: 30px;
}
@media screen and (min-width: 320px) {
  .l-dri-content__chart-detail-group + .l-dri-content__chart-detail-group {
    margin-top: calc(30px + 0 * ((100vw - 320px) / 980));
  }
}
@media screen and (min-width: 1300px) {
  .l-dri-content__chart-detail-group + .l-dri-content__chart-detail-group {
    margin-top: 30px;
  }
}
.l-dri-content__chart-header {
  text-align: center;
}
.l-dri-content__chart-header > h2 {
  font-size: 18.75px;
  font-size: 1.875rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Replica-Regular", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.25;
}
@media (max-width: 63.99em) {
  .l-dri-content__chart-chart {
    width: calc(100% - 50px);
    margin-left: 50px;
    position: static !important;
  }
  .l-dri-content__chart-chart + div:not(.l-dri-content__chart-details) {
    display: none !important;
  }
}
@media (min-width: 64em) {
  .l-dri-content__chart-chart {
    width: 55.76408%;
    float: right;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 64em) and (min-width: 320px) {
  .l-dri-content__chart-chart {
    margin-bottom: calc(30px + 0 * ((100vw - 320px) / 980));
  }
}
@media screen and (min-width: 64em) and (min-width: 1300px) {
  .l-dri-content__chart-chart {
    margin-bottom: 30px;
  }
}
.l-dri-content__chart-chart > .l-dri-contact-forms {
  margin-top: 55px;
  margin-top: 5.5rem;
}
@media (max-width: 63.99em) {
  .l-dri-content__chart-chart > .l-dri-contact-forms {
    margin-left: -50px;
  }
}
/*
Layout - Dri Edit Factory Form

A form layout for the DRI page
*/
.l-dri-edit-factory-form {
  border: 1px solid #fff;
  padding: 15px;
}
.l-dri-edit-factory-form__header > * + * {
  margin-top: 15px;
}
.l-dri-edit-factory-form__body {
  margin-top: 30px;
}
@media screen and (min-width: 320px) {
  .l-dri-edit-factory-form__body {
    margin-top: calc(30px + 0 * ((100vw - 320px) / 980));
  }
}
@media screen and (min-width: 1300px) {
  .l-dri-edit-factory-form__body {
    margin-top: 30px;
  }
}
.l-dri-edit-factory-form__footer {
  margin-top: 30px;
}
@media screen and (min-width: 320px) {
  .l-dri-edit-factory-form__footer {
    margin-top: calc(30px + 0 * ((100vw - 320px) / 980));
  }
}
@media screen and (min-width: 1300px) {
  .l-dri-edit-factory-form__footer {
    margin-top: 30px;
  }
}
/*
Layout - Dri Edit Questions

The display of all sections/questions when editing a DRI factory
*/
.l-dri-edit-questions__top-level > h3 {
  font-size: 10px;
  font-size: 1rem;
  font-family: "Replica-Bold", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.375;
  padding-bottom: 10px;
  margin: 0;
}
@media screen and (min-width: 320px) {
  .l-dri-edit-questions__top-level > h3 {
    padding-bottom: calc(10px + 0 * ((100vw - 320px) / 980));
  }
}
@media screen and (min-width: 1300px) {
  .l-dri-edit-questions__top-level > h3 {
    padding-bottom: 10px;
  }
}
.l-dri-edit-questions__top-level + .l-dri-edit-questions__top-level {
  margin-top: 30px;
}
@media screen and (min-width: 320px) {
  .l-dri-edit-questions__top-level + .l-dri-edit-questions__top-level {
    margin-top: calc(30px + 0 * ((100vw - 320px) / 980));
  }
}
@media screen and (min-width: 1300px) {
  .l-dri-edit-questions__top-level + .l-dri-edit-questions__top-level {
    margin-top: 30px;
  }
}
.l-dri-edit-questions__top-level__section > .dri-edit-question {
  margin-top: 16px;
}
@media screen and (min-width: 320px) {
  .l-dri-edit-questions__top-level__section > .dri-edit-question {
    margin-top: calc(16px + 0 * ((100vw - 320px) / 980));
  }
}
@media screen and (min-width: 1300px) {
  .l-dri-edit-questions__top-level__section > .dri-edit-question {
    margin-top: 16px;
  }
}
.l-dri-edit-questions__top-level__section + .l-dri-edit-questions__top-level__section {
  margin-top: 30px;
}
@media screen and (min-width: 320px) {
  .l-dri-edit-questions__top-level__section + .l-dri-edit-questions__top-level__section {
    margin-top: calc(30px + 0 * ((100vw - 320px) / 980));
  }
}
@media screen and (min-width: 1300px) {
  .l-dri-edit-questions__top-level__section + .l-dri-edit-questions__top-level__section {
    margin-top: 30px;
  }
}
/*
Layout - Em Page Comparison

Wraps the product comparison section of the Enterprise Manfacturing pages.
*/
.l-em-page-comparison {
  background-image: linear-gradient(to bottom, #16467f, #011d41);
}
.l-em-page-comparison__inner {
  max-width: 1144px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
  padding-top: 60px;
  padding-bottom: 50px;
}
@media (min-width: 35em) {
  .l-em-page-comparison__inner {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 72.5em) {
  .l-em-page-comparison__inner {
    padding-left: 125px;
    padding-right: 125px;
  }
}
@media screen and (min-width: 320px) {
  .l-em-page-comparison__inner {
    padding-top: calc(60px + 130 * ((100vw - 320px) / 980));
  }
}
@media screen and (min-width: 1300px) {
  .l-em-page-comparison__inner {
    padding-top: 190px;
  }
}
@media screen and (min-width: 320px) {
  .l-em-page-comparison__inner {
    padding-bottom: calc(50px + 85 * ((100vw - 320px) / 980));
  }
}
@media screen and (min-width: 1300px) {
  .l-em-page-comparison__inner {
    padding-bottom: 135px;
  }
}
.l-em-page-comparison__inner > .text-set {
  margin-bottom: 30px;
}
@media (min-width: 47.5em) {
  .l-em-page-comparison__inner > .text-set {
    margin-bottom: -50px;
  }
}
.l-em-page-comparison__inner > .cta-banner {
  margin-top: 40px;
}
@media screen and (min-width: 320px) {
  .l-em-page-comparison__inner > .cta-banner {
    margin-top: calc(40px + 45 * ((100vw - 320px) / 980));
  }
}
@media screen and (min-width: 1300px) {
  .l-em-page-comparison__inner > .cta-banner {
    margin-top: 85px;
  }
}
/*
Layout - Em Page Intro

Wraps intro contents on an Enterprise Manufacturing page

.l-em-page-intro--analytics        - Special styling for EMA page

*/
.l-em-page-intro {
  background-image: linear-gradient(to bottom, #16467f, #011d41);
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 100px;
  margin-top: 6vw;
}
.l-em-page-intro:after {
  content: " ";
  display: block;
  clear: both;
}
@media screen and (min-width: 320px) {
  .l-em-page-intro {
    padding-bottom: calc(100px + 90 * ((100vw - 320px) / 980));
  }
}
@media screen and (min-width: 1300px) {
  .l-em-page-intro {
    padding-bottom: 190px;
  }
}
.l-em-page-intro__image {
  padding: 0 8vw;
  text-align: center;
}
.l-em-page-intro__image > img {
  margin-top: -8.4vw;
  width: 100%;
  max-width: 1200px;
  max-width: 120rem;
}
.l-em-page-intro__content {
  max-width: 1144px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
  margin-top: 30px;
}
@media (min-width: 35em) {
  .l-em-page-intro__content {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 72.5em) {
  .l-em-page-intro__content {
    padding-left: 125px;
    padding-right: 125px;
  }
}
@media screen and (min-width: 320px) {
  .l-em-page-intro__content {
    margin-top: calc(30px + 10 * ((100vw - 320px) / 980));
  }
}
@media screen and (min-width: 1300px) {
  .l-em-page-intro__content {
    margin-top: 40px;
  }
}
.l-em-page-intro__content > * + * {
  margin-top: 40px;
}
@media screen and (min-width: 320px) {
  .l-em-page-intro__content > * + * {
    margin-top: calc(40px + 20 * ((100vw - 320px) / 980));
  }
}
@media screen and (min-width: 1300px) {
  .l-em-page-intro__content > * + * {
    margin-top: 60px;
  }
}
.l-em-page-intro--analytics {
  margin-top: 4vw;
}
@media (min-width: 64em) {
  .l-em-page-intro--analytics {
    margin-top: 13vw;
  }
}
.l-em-page-intro--analytics .l-em-page-intro__image {
  padding: 0;
}
.l-em-page-intro--analytics .l-em-page-intro__image > img {
  margin-top: -10.4vw;
  max-width: 9999px;
}
@media (min-width: 64em) {
  .l-em-page-intro--analytics .l-em-page-intro__image > img {
    margin-top: -24.5vw;
  }
}
@media (min-width: 64em) {
  .l-em-page-intro--analytics .l-em-page-intro__content {
    margin-top: -6vw;
  }
}
/*
Layout - Em Page Shots

Wraps screenshots section of an Enterprise Manufacturing page
*/
.l-em-page-shots {
  max-width: 1144px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
  margin-top: -40px;
  margin-bottom: -40px;
}
@media (min-width: 35em) {
  .l-em-page-shots {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 72.5em) {
  .l-em-page-shots {
    padding-left: 125px;
    padding-right: 125px;
  }
}
@media screen and (min-width: 320px) {
  .l-em-page-shots {
    margin-top: calc(-40px + -45 * ((100vw - 320px) / 980));
  }
}
@media screen and (min-width: 1300px) {
  .l-em-page-shots {
    margin-top: -85px;
  }
}
@media screen and (min-width: 320px) {
  .l-em-page-shots {
    margin-bottom: calc(-40px + -20 * ((100vw - 320px) / 980));
  }
}
@media screen and (min-width: 1300px) {
  .l-em-page-shots {
    margin-bottom: -60px;
  }
}
.l-em-page-shots__heading:before {
  content: "";
  position: absolute;
  background-color: #fff;
  height: 90px;
  height: 9rem;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media (min-width: 72.5em) {
  .l-em-page-shots__heading:before {
    max-width: 70rem;
    width: 90vw;
  }
}
.l-em-page-shots__heading > .text-set {
  position: relative;
  padding-top: 30px;
}
@media screen and (min-width: 320px) {
  .l-em-page-shots__heading > .text-set {
    padding-top: calc(30px + 20 * ((100vw - 320px) / 980));
  }
}
@media screen and (min-width: 1300px) {
  .l-em-page-shots__heading > .text-set {
    padding-top: 50px;
  }
}
.l-em-page-shots__shots {
  margin-top: 30px;
}
@media screen and (min-width: 320px) {
  .l-em-page-shots__shots {
    margin-top: calc(30px + 10 * ((100vw - 320px) / 980));
  }
}
@media screen and (min-width: 1300px) {
  .l-em-page-shots__shots {
    margin-top: 40px;
  }
}
.l-em-page-shots__shots > * + * {
  margin-top: 40px;
}
@media screen and (min-width: 320px) {
  .l-em-page-shots__shots > * + * {
    margin-top: calc(40px + 45 * ((100vw - 320px) / 980));
  }
}
@media screen and (min-width: 1300px) {
  .l-em-page-shots__shots > * + * {
    margin-top: 85px;
  }
}
/*
Layout - Expandable List

Simply wraps any number of .expandable-row
*/
/*
Layout - Home Em

Wraps the Enterprise Manufacturing products section of the homepage
*/
.l-home-em {
  max-width: 1144px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
  margin-top: -40px;
  padding-bottom: 40px;
}
@media (min-width: 35em) {
  .l-home-em {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 72.5em) {
  .l-home-em {
    padding-left: 125px;
    padding-right: 125px;
  }
}
@media screen and (min-width: 320px) {
  .l-home-em {
    margin-top: calc(-40px + -45 * ((100vw - 320px) / 980));
  }
}
@media screen and (min-width: 1300px) {
  .l-home-em {
    margin-top: -85px;
  }
}
@media screen and (min-width: 320px) {
  .l-home-em {
    padding-bottom: calc(40px + 45 * ((100vw - 320px) / 980));
  }
}
@media screen and (min-width: 1300px) {
  .l-home-em {
    padding-bottom: 85px;
  }
}
.l-home-em__heading {
  max-width: 400px;
  max-width: 40rem;
}
.l-home-em__heading:before {
  content: "";
  position: absolute;
  background-color: #fff;
  height: 90px;
  height: 9rem;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media (min-width: 72.5em) {
  .l-home-em__heading:before {
    max-width: 70rem;
    width: 90vw;
  }
}
.l-home-em__heading > .text-set {
  position: relative;
  padding-top: 30px;
}
@media screen and (min-width: 320px) {
  .l-home-em__heading > .text-set {
    padding-top: calc(30px + 20 * ((100vw - 320px) / 980));
  }
}
@media screen and (min-width: 1300px) {
  .l-home-em__heading > .text-set {
    padding-top: 50px;
  }
}
.l-home-em__products {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}
.l-home-em__products:after {
  content: " ";
  display: block;
  clear: both;
}
@media screen and (min-width: 320px) {
  .l-home-em__products {
    margin-top: calc(40px + 20 * ((100vw - 320px) / 980));
  }
}
@media screen and (min-width: 1300px) {
  .l-home-em__products {
    margin-top: 60px;
  }
}
@media (max-width: 47.49em) {
  .l-home-em__products > .em-product-preview {
    margin-top: 30px;
  }
}
@media screen and (max-width: 47.49em) and (min-width: 320px) {
  .l-home-em__products > .em-product-preview {
    margin-top: calc(30px + 20 * ((100vw - 320px) / 980));
  }
}
@media screen and (max-width: 47.49em) and (min-width: 1300px) {
  .l-home-em__products > .em-product-preview {
    margin-top: 50px;
  }
}
@media (min-width: 47.5em) {
  .l-home-em__products > .em-product-preview {
    width: 46.91689%;
    float: left;
  }
  .l-home-em__products > .em-product-preview:nth-child(2n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .l-home-em__products > .em-product-preview:nth-child(2n + 2) {
    margin-left: 53.08311%;
    margin-right: -100%;
    clear: none;
  }
}
/*
Layout - Home Twin

Contains the Digital Twin animation on the homepage
*/
.l-home-twin {
  background-image: linear-gradient(to bottom, #16467f, #011d41);
  min-height: 50vh;
  margin-top: calc(-3.3vw - 1rem);
}
.l-home-twin__anim {
  position: relative;
  height: 0;
  width: 100%;
  overflow: hidden;
  padding-top: 56.25%;
}
.l-home-twin__anim > .process-anim-twin {
  top: 0;
}
.l-home-twin__content {
  max-width: 1144px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
  margin-top: -6vw;
  padding-bottom: calc(40px + 9vw);
}
@media (min-width: 35em) {
  .l-home-twin__content {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 72.5em) {
  .l-home-twin__content {
    padding-left: 125px;
    padding-right: 125px;
  }
}
.l-home-twin__content > * {
  margin-bottom: 40px;
}
@media screen and (min-width: 320px) {
  .l-home-twin__content > * {
    margin-bottom: calc(40px + 20 * ((100vw - 320px) / 980));
  }
}
@media screen and (min-width: 1300px) {
  .l-home-twin__content > * {
    margin-bottom: 60px;
  }
}
@media (min-width: 64em) {
  .l-home-twin__content > * {
    width: 50%;
  }
}
.l-home-twin__content > .btn {
  width: auto;
}
/*
Layout - List W Graphic

Wraps a combination of graphic and list

.l-list-w-graphic--analytics       - Unique version for EMA page
*/
@media (min-width: 47.5em) {
  .l-list-w-graphic {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
  }
}
.l-list-w-graphic__graphic {
  width: 230px;
}
@media (max-width: 47.49em) {
  .l-list-w-graphic__graphic {
    margin: 0 auto;
  }
}
.l-list-w-graphic__graphic > img {
  width: 100%;
}
@media (max-width: 47.49em) {
  .l-list-w-graphic__list {
    margin-top: 30px;
  }
}
@media screen and (max-width: 47.49em) and (min-width: 320px) {
  .l-list-w-graphic__list {
    margin-top: calc(30px + 10 * ((100vw - 320px) / 980));
  }
}
@media screen and (max-width: 47.49em) and (min-width: 1300px) {
  .l-list-w-graphic__list {
    margin-top: 40px;
  }
}
@media (min-width: 47.5em) {
  .l-list-w-graphic__list {
    width: 60.18767%;
  }
}
.l-list-w-graphic--analytics .l-list-w-graphic__graphic {
  width: 280px;
}
/*
Layout - Modal Hubspot Form

Contains a form inside of a modal
*/
.l-modal-hubspot-form > * + * {
  margin-top: 30px;
}
@media screen and (min-width: 320px) {
  .l-modal-hubspot-form > * + * {
    margin-top: calc(30px + 0 * ((100vw - 320px) / 980));
  }
}
@media screen and (min-width: 1300px) {
  .l-modal-hubspot-form > * + * {
    margin-top: 30px;
  }
}
/*
Layout - Numbered Nav

Simply wraps any number of .numbered-nav-item
*/
.l-numbered-nav > .numbered-nav-item {
  margin-top: 20px;
  margin-right: 30px;
  display: block;
}
@media (min-width: 47.5em) {
  .l-numbered-nav > .numbered-nav-item {
    display: inline-block;
  }
}
/*
Layout - Page Header

Contains contents at the top of a page

.l-page-header--tall           - Adds significant bottom padding

*/
.l-page-header {
  max-width: 1144px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
  padding-top: 25px;
}
@media (min-width: 35em) {
  .l-page-header {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 72.5em) {
  .l-page-header {
    padding-left: 125px;
    padding-right: 125px;
  }
}
@media (min-width: 35em) {
  .l-page-header {
    padding-top: 100px;
  }
}
.l-page-header > .page-heading {
  margin: 0;
}
.l-page-header > .breadcrumbs {
  margin-top: 8px;
}
.l-page-header--tall {
  padding-bottom: 40px;
}
@media screen and (min-width: 320px) {
  .l-page-header--tall {
    padding-bottom: calc(40px + 45 * ((100vw - 320px) / 980));
  }
}
@media screen and (min-width: 1300px) {
  .l-page-header--tall {
    padding-bottom: 85px;
  }
}
/*
Layout - Page Section

Wraps an individual section of a page
*/
.l-page-section {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1144px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
  padding-top: 40px;
}
.l-page-section:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 35em) {
  .l-page-section {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 72.5em) {
  .l-page-section {
    padding-left: 125px;
    padding-right: 125px;
  }
}
@media screen and (min-width: 320px) {
  .l-page-section {
    padding-top: calc(40px + 45 * ((100vw - 320px) / 980));
  }
}
@media screen and (min-width: 1300px) {
  .l-page-section {
    padding-top: 85px;
  }
}
.l-page-section > * + * {
  margin-top: 30px;
}
@media screen and (min-width: 320px) {
  .l-page-section > * + * {
    margin-top: calc(30px + 10 * ((100vw - 320px) / 980));
  }
}
@media screen and (min-width: 1300px) {
  .l-page-section > * + * {
    margin-top: 40px;
  }
}
/*
Layout - Partners

Contains the partners page layout
*/
.l-partners {
  max-width: 1144px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
  padding-bottom: 40px;
}
@media (min-width: 35em) {
  .l-partners {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 72.5em) {
  .l-partners {
    padding-left: 125px;
    padding-right: 125px;
  }
}
@media screen and (min-width: 320px) {
  .l-partners {
    padding-bottom: calc(40px + 20 * ((100vw - 320px) / 980));
  }
}
@media screen and (min-width: 1300px) {
  .l-partners {
    padding-bottom: 60px;
  }
}
@media (min-width: 47.5em) {
  .l-partners__content {
    width: 60%;
  }
}
.l-partners__logos {
  margin-top: 40px;
}
@media screen and (min-width: 320px) {
  .l-partners__logos {
    margin-top: calc(40px + 20 * ((100vw - 320px) / 980));
  }
}
@media screen and (min-width: 1300px) {
  .l-partners__logos {
    margin-top: 60px;
  }
}
/*
Layout - Press

Contains press quotes and logos on homepage
*/
.l-press {
  background-color: #16467f;
}
.l-press_inner {
  max-width: 1144px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 35em) {
  .l-press_inner {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 72.5em) {
  .l-press_inner {
    padding-left: 125px;
    padding-right: 125px;
  }
}
@media (min-width: 47.5em) {
  .l-press_inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}
.l-press_quotes {
  position: relative;
}
.l-press_quotes > .btn {
  margin-top: 30px;
}
@media screen and (min-width: 320px) {
  .l-press_quotes > .btn {
    margin-top: calc(30px + 20 * ((100vw - 320px) / 980));
  }
}
@media screen and (min-width: 1300px) {
  .l-press_quotes > .btn {
    margin-top: 50px;
  }
}
@media (max-width: 47.49em) {
  .l-press_quotes > .btn {
    display: none;
  }
}
@media (min-width: 47.5em) {
  .l-press_quotes {
    width: 65%;
  }
}
.l-press_quote {
  margin: 0;
  opacity: 0;
  will-change: opacity;
  transition: opacity 0.4s;
  transition-delay: 0;
}
.l-press_quote + .l-press_quote {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media (max-width: 47.49em) {
  .l-press_quote:before, .l-press_quote p, .l-press_quote p:after {
    font-size: 20px;
  }
}
@media (max-width: 47.49em) {
  .l-press__logos {
    margin-top: 40px;
  }
}
@media screen and (max-width: 47.49em) and (min-width: 320px) {
  .l-press__logos {
    margin-top: calc(40px + 20 * ((100vw - 320px) / 980));
  }
}
@media screen and (max-width: 47.49em) and (min-width: 1300px) {
  .l-press__logos {
    margin-top: 60px;
  }
}
@media (min-width: 47.5em) {
  .l-press__logos {
    width: 140px;
    float: right;
  }
}
.l-press__logos > .btn {
  margin-top: 30px;
  display: block;
  text-align: center;
}
@media screen and (min-width: 320px) {
  .l-press__logos > .btn {
    margin-top: calc(30px + 0 * ((100vw - 320px) / 980));
  }
}
@media screen and (min-width: 1300px) {
  .l-press__logos > .btn {
    margin-top: 30px;
  }
}
@media (min-width: 47.5em) {
  .l-press__logos > .btn {
    display: none;
  }
}
.l-press__logo {
  display: inline-block;
  height: 0;
  width: 32%;
  padding-top: 29%;
  position: relative;
}
.l-press__logo {
  border-top: 2px solid #3babef;
  transition: border 0.4s;
}
@media (min-width: 47.5em) {
  .l-press__logo {
    display: block;
    width: 100%;
    padding-top: 85%;
  }
  .l-press__logo:first-child {
    border-top: none;
  }
}
.l-press__logo > svg {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  height: 100%;
}
.l-press__logo * {
  fill: #3babef;
  transition: fill 0.4s;
}
.l-press_quote.active {
  opacity: 1;
  transition-delay: 0.2s;
}
.l-press__logo.active {
  border-top-color: #fff;
}
.l-press__logo.active * {
  fill: #fff;
}
/*
Layout - Quote Banner

A large banner containing a quotation

*/
.l-quote-banner {
  background: #16467f;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (min-width: 320px) {
  .l-quote-banner {
    padding-top: calc(50px + 85 * ((100vw - 320px) / 980));
  }
}
@media screen and (min-width: 1300px) {
  .l-quote-banner {
    padding-top: 135px;
  }
}
@media screen and (min-width: 320px) {
  .l-quote-banner {
    padding-bottom: calc(50px + 85 * ((100vw - 320px) / 980));
  }
}
@media screen and (min-width: 1300px) {
  .l-quote-banner {
    padding-bottom: 135px;
  }
}
.l-quote-banner__inner {
  max-width: 1144px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
}
@media (min-width: 35em) {
  .l-quote-banner__inner {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 72.5em) {
  .l-quote-banner__inner {
    padding-left: 125px;
    padding-right: 125px;
  }
}
/*
Layout - Shot W Content

Contains a screenshot with some explanatory content

.l-shot-w-content--content-bottom-spacing    - Gives content a little more space
.l-shot-w-content--flipped                   - Flips order of screenshot and content
*/
@media (min-width: 47.5em) {
  .l-shot-w-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
  }
}
.l-shot-w-content__content > .slideshow-nav {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (min-width: 320px) {
  .l-shot-w-content__content > .slideshow-nav {
    margin-top: calc(30px + 0 * ((100vw - 320px) / 980));
  }
}
@media screen and (min-width: 1300px) {
  .l-shot-w-content__content > .slideshow-nav {
    margin-top: 30px;
  }
}
@media screen and (min-width: 320px) {
  .l-shot-w-content__content > .slideshow-nav {
    margin-bottom: calc(30px + 0 * ((100vw - 320px) / 980));
  }
}
@media screen and (min-width: 1300px) {
  .l-shot-w-content__content > .slideshow-nav {
    margin-bottom: 30px;
  }
}
@media (min-width: 47.5em) {
  .l-shot-w-content__content {
    width: 29.22252%;
  }
}
.l-shot-w-content__shot {
  position: relative;
}
.l-shot-w-content__shot > div > img {
  display: block;
  width: 100%;
}
@media (max-width: 47.49em) {
  .l-shot-w-content__shot {
    margin-top: 30px;
  }
}
@media screen and (max-width: 47.49em) and (min-width: 320px) {
  .l-shot-w-content__shot {
    margin-top: calc(30px + 0 * ((100vw - 320px) / 980));
  }
}
@media screen and (max-width: 47.49em) and (min-width: 1300px) {
  .l-shot-w-content__shot {
    margin-top: 30px;
  }
}
@media (min-width: 47.5em) {
  .l-shot-w-content__shot {
    width: 60.18767%;
  }
}
@media (min-width: 47.5em) {
  .l-shot-w-content--content-bottom-spacing .l-shot-w-content__content {
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 47.5em) and (min-width: 320px) {
  .l-shot-w-content--content-bottom-spacing .l-shot-w-content__content {
    padding-bottom: calc(40px + 45 * ((100vw - 320px) / 980));
  }
}
@media screen and (min-width: 47.5em) and (min-width: 1300px) {
  .l-shot-w-content--content-bottom-spacing .l-shot-w-content__content {
    padding-bottom: 85px;
  }
}
.l-shot-w-content--flipped .l-shot-w-content__content {
  -ms-flex-order: 2;
      order: 2;
}
/*
Layout - Styleguide

Container layout for the styleguide
*/
.l-styleguide {
  padding: 40px;
  padding-top: 30px;
  padding-bottom: 50px;
}
@media screen and (min-width: 320px) {
  .l-styleguide {
    padding: calc(40px + 45 * ((100vw - 320px) / 980));
  }
}
@media screen and (min-width: 1300px) {
  .l-styleguide {
    padding: 85px;
  }
}
@media screen and (min-width: 320px) {
  .l-styleguide {
    padding-top: calc(30px + 20 * ((100vw - 320px) / 980));
  }
}
@media screen and (min-width: 1300px) {
  .l-styleguide {
    padding-top: 50px;
  }
}
@media screen and (min-width: 320px) {
  .l-styleguide {
    padding-bottom: calc(50px + 85 * ((100vw - 320px) / 980));
  }
}
@media screen and (min-width: 1300px) {
  .l-styleguide {
    padding-bottom: 135px;
  }
}
.l-styleguide > .l-styleguide__heading {
  margin-bottom: 30px;
}
@media screen and (min-width: 320px) {
  .l-styleguide > .l-styleguide__heading {
    margin-bottom: calc(30px + 0 * ((100vw - 320px) / 980));
  }
}
@media screen and (min-width: 1300px) {
  .l-styleguide > .l-styleguide__heading {
    margin-bottom: 30px;
  }
}
.l-styleguide > .l-styleguide__heading:not(:first-child) {
  margin-top: 40px;
}
@media screen and (min-width: 320px) {
  .l-styleguide > .l-styleguide__heading:not(:first-child) {
    margin-top: calc(40px + 45 * ((100vw - 320px) / 980));
  }
}
@media screen and (min-width: 1300px) {
  .l-styleguide > .l-styleguide__heading:not(:first-child) {
    margin-top: 85px;
  }
}
.l-styleguide > .styleguide-nav {
  margin-bottom: 50px;
}
@media screen and (min-width: 320px) {
  .l-styleguide > .styleguide-nav {
    margin-bottom: calc(50px + 85 * ((100vw - 320px) / 980));
  }
}
@media screen and (min-width: 1300px) {
  .l-styleguide > .styleguide-nav {
    margin-bottom: 135px;
  }
}
.l-styleguide > .l-styleguide__block > .styleguide-typography-item + .styleguide-typography-item {
  margin-top: 30px;
}
@media screen and (min-width: 320px) {
  .l-styleguide > .l-styleguide__block > .styleguide-typography-item + .styleguide-typography-item {
    margin-top: calc(30px + 20 * ((100vw - 320px) / 980));
  }
}
@media screen and (min-width: 1300px) {
  .l-styleguide > .l-styleguide__block > .styleguide-typography-item + .styleguide-typography-item {
    margin-top: 50px;
  }
}
/*
Layout - Subpage Header

Wraps the content at the top of a subpage

.l-subpage-header--fixed-right-graphic          - Fixes the graphic to the right edge of the screen
*/
.l-subpage-header {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1144px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
  padding-bottom: 30px;
}
.l-subpage-header:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 35em) {
  .l-subpage-header {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 72.5em) {
  .l-subpage-header {
    padding-left: 125px;
    padding-right: 125px;
  }
}
@media screen and (min-width: 320px) {
  .l-subpage-header {
    padding-bottom: calc(30px + 20 * ((100vw - 320px) / 980));
  }
}
@media screen and (min-width: 1300px) {
  .l-subpage-header {
    padding-bottom: 50px;
  }
}
@media (min-width: 47.5em) {
  .l-subpage-header {
    padding-top: 40px;
  }
}
@media screen and (min-width: 47.5em) and (min-width: 320px) {
  .l-subpage-header {
    padding-top: calc(40px + 45 * ((100vw - 320px) / 980));
  }
}
@media screen and (min-width: 47.5em) and (min-width: 1300px) {
  .l-subpage-header {
    padding-top: 85px;
  }
}
@media (min-width: 64em) {
  .l-subpage-header__content {
    float: left;
    width: 70%;
  }
}
.l-subpage-header__graphic {
  display: none;
}
.l-subpage-header__graphic > img {
  width: 100%;
  max-width: 425px;
}
@media (min-width: 64em) {
  .l-subpage-header__graphic {
    display: block;
    float: right;
    width: 30%;
  }
}
@media (min-width: 64em) {
  .l-subpage-header--fixed-right-graphic .l-subpage-header__graphic {
    text-align: right;
    position: absolute;
    right: 0;
  }
}
/*
Layout - Use Case

Wraps the elements for a section devoted to use cases

.l-use-case--alt-1               - Alternative background color
.l-use-case--alt-2               - Alternative background color

*/
.l-use-case {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (min-width: 320px) {
  .l-use-case {
    padding-top: calc(40px + 45 * ((100vw - 320px) / 980));
  }
}
@media screen and (min-width: 1300px) {
  .l-use-case {
    padding-top: 85px;
  }
}
@media screen and (min-width: 320px) {
  .l-use-case {
    padding-bottom: calc(40px + 45 * ((100vw - 320px) / 980));
  }
}
@media screen and (min-width: 1300px) {
  .l-use-case {
    padding-bottom: 85px;
  }
}
.l-use-case__inner {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1144px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
}
.l-use-case__inner:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 35em) {
  .l-use-case__inner {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 72.5em) {
  .l-use-case__inner {
    padding-left: 125px;
    padding-right: 125px;
  }
}
@media (min-width: 47.5em) {
  .l-use-case__content {
    width: 42.4933%;
    float: left;
    margin-right: 6.16622%;
  }
}
.l-use-case__content > .l-expandable-list {
  margin-top: 30px;
}
@media screen and (min-width: 320px) {
  .l-use-case__content > .l-expandable-list {
    margin-top: calc(30px + 20 * ((100vw - 320px) / 980));
  }
}
@media screen and (min-width: 1300px) {
  .l-use-case__content > .l-expandable-list {
    margin-top: 50px;
  }
}
@media (max-width: 47.49em) {
  .l-use-case__feature {
    margin-top: 40px;
  }
}
@media screen and (max-width: 47.49em) and (min-width: 320px) {
  .l-use-case__feature {
    margin-top: calc(40px + 45 * ((100vw - 320px) / 980));
  }
}
@media screen and (max-width: 47.49em) and (min-width: 1300px) {
  .l-use-case__feature {
    margin-top: 85px;
  }
}
@media (min-width: 47.5em) {
  .l-use-case__feature {
    float: right;
    width: 46.91689%;
  }
}
@media (min-width: 81.25em) {
  .l-use-case__feature {
    margin-right: -125px;
    width: 55.76408%;
  }
}
.l-use-case--alt-1 {
  background-color: #16467f;
}
.l-use-case--alt-2 {
  background-color: #011d41;
}
/*
Animated Divider

A divider with a little down arrow in the middle. Gets animated on scroll.

.animated-divider--reverse               - Reverses button color

*/
.animated-divider {
  position: relative;
  display: block;
  height: 0;
  width: 100%;
  padding-top: 2.47%;
  max-width: 851px;
  margin: 30px auto 0;
  margin: 3rem auto 0;
}
.animated-divider > svg {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  height: 100%;
}
/*
Big Stat

A large statistic callout
*/
.big-stat__stat {
  font-size: 30px;
  font-size: 3rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Replica-Regular", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.25;
  margin: 0;
  color: #fdd615;
}
.big-stat__completion {
  font-size: 6.25px;
  font-size: 0.625rem;
  font-family: "ReplicaMono-Regular", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.25;
  color: #3babef;
  margin-top: -2px;
}
/*
Breadcrumbs

Breadcrumb navigation, not to be confused with `.breadcrumb` which is added by the theme.

*/
.breadcrumbs {
  font-size: 8.125px;
  font-size: 0.8125rem;
  font-family: "ReplicaMono-Regular", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #16467f;
  text-transform: uppercase;
}
> .breadcrumbs__divider {
  display: inline-block;
}
.breadcrumbs__item {
  display: inline-block;
}
.breadcrumbs__item > a {
  color: #16467f;
  border-bottom: 1px solid #16467f;
  padding-bottom: 0.2em;
  transition: 0.15s;
  transition-property: border-bottom-color, color;
}
.breadcrumbs__item > a:hover {
  color: #3babef;
  border-bottom-color: #3babef;
}
/*
Btn

A common button style

.btn--alt-1                 - Alternative button/hover color
.btn--alt-2                 - Alternative button/hover color
.btn--reverse               - Reverses button color
.btn--hollow                - Stroke on button
.btn--hollow-alt            - Alternative stroke on button

*/
.btn {
  font-size: 8.75px;
  font-size: 0.875rem;
  font-family: "ReplicaMono-Regular", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.3;
  color: #fff;
  border: 1px solid #16467f;
  padding: 10px 21px 11px;
  background-color: #16467f;
  cursor: pointer;
  text-align: center;
  display: inline-block;
}
.btn:hover {
  background-color: #3babef;
  border-color: #3babef;
  color: #fff;
}
.btn__arrow {
  position: relative;
  left: 3px;
}
.btn--alt-1 {
  border-color: #3babef;
  background-color: #3babef;
}
.btn--alt-1:hover {
  background-color: #fff;
  border-color: #fff;
  color: #011d41;
}
.btn--alt-2:hover {
  background-color: #fff;
  border-color: #fff;
  color: #011d41;
}
.btn--reverse {
  color: #fff;
  border-color: #fff;
  background-color: transparent;
}
.btn--reverse:hover {
  background-color: #fff;
  border-color: #fff;
  color: #011d41;
}
.btn--hollow {
  color: #16467f;
  border-color: #16467f;
  background-color: transparent;
}
.btn--hollow:hover {
  background-color: #3babef;
  border-color: #3babef;
  color: #fff;
}
.btn--hollow-alt {
  color: #3babef;
  border-color: #3babef;
  background-color: transparent;
}
.btn--hollow-alt:hover {
  background-color: #3babef;
  border-color: #3babef;
  color: #fff;
}
/*
Chart Trio

Contains several animated charts.

*/
.chart-trio > * {
  margin-top: 25px;
}
/*
Chart

An animated chart

*/
.chart {
  position: relative;
  width: 202px;
  height: 67px;
}
.chart > svg {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  height: 100%;
}
/*
Checkbox Set

Contains a checkbox and label
*/
.checkbox-set__checkbox {
  display: none;
}
.checkbox-set__label {
  font-size: 8.75px;
  font-size: 0.875rem;
  font-family: "ReplicaMono-Regular", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.3;
  color: #fff;
  padding-left: 2.4em;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.checkbox-set__label:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0;
  background-color: transparent;
  border: 1px solid #FFFFFF;
  height: 16px;
  width: 16px;
}
.checkbox-set__checkbox:checked + .checkbox-set__label:after {
  content: '\2714';
  font-size: 17px;
  text-align: center;
  line-height: 1.05em;
}
/*
Comparison Table

Product comparison table
*/
.comparison-table__wide-cell {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  border-top: 1px solid #396ab6;
  border-left: 1px solid #396ab6;
  padding: 30px;
}
@media screen and (min-width: 320px) {
  .comparison-table__wide-cell {
    padding: calc(30px + 0 * ((100vw - 320px) / 980));
  }
}
@media screen and (min-width: 1300px) {
  .comparison-table__wide-cell {
    padding: 30px;
  }
}
@media (max-width: 47.49em) {
  .comparison-table__wide-cell {
    border-right: 1px solid #396ab6;
  }
}
.comparison-table__narrow-cell {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  border-top: 1px solid #396ab6;
  border-left: 1px solid #396ab6;
  position: relative;
  padding: 30px;
}
@media screen and (min-width: 320px) {
  .comparison-table__narrow-cell {
    padding: calc(30px + 0 * ((100vw - 320px) / 980));
  }
}
@media screen and (min-width: 1300px) {
  .comparison-table__narrow-cell {
    padding: 30px;
  }
}
.comparison-table__narrow-cell:last-child {
  border-right: 1px solid #396ab6;
}
@media (max-width: 47.49em) {
  .comparison-table__narrow-cell {
    border-right: 1px solid #396ab6;
  }
}
.comparison-table__header-row {
  display: none;
}
@media (min-width: 47.5em) {
  .comparison-table__header-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
}
.comparison-table__header-row .comparison-table__wide-cell {
  border-top-color: transparent;
  border-left-color: transparent;
}
.comparison-table__header-row .comparison-table__narrow-cell:not(.is-active):nth-child(2) {
  border-top-color: transparent;
  border-left-color: transparent;
}
.comparison-table__header-row .comparison-table__narrow-cell:not(.is-active):nth-child(3) {
  border-right-color: transparent;
  border-top-color: transparent;
}
@media (min-width: 47.5em) {
  .comparison-table__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}
.comparison-table__row:last-child > * {
  border-bottom: 1px solid #396ab6;
}
.comparison-table__heading {
  margin: 0 auto;
  max-width: 60px;
  max-width: 6rem;
}
.comparison-table__heading h4 {
  font-size: 18px;
  color: #fff;
}
.comparison-table__heading p {
  font-size: 6.25px;
  font-size: 0.625rem;
  font-family: "ReplicaMono-Regular", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.25;
  font-size: 11px;
  color: #3babef;
  margin-bottom: 0;
}
.comparison-table__feature h4 {
  font-size: 15px;
  color: #fff;
  margin-bottom: 0.3em;
}
.comparison-table__feature p {
  font-size: 13px;
  color: #3babef;
  margin-bottom: 0;
  line-height: 1.4;
}
.comparison-table__icon {
  width: 30px;
  height: 30px;
  position: relative;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto 0;
}
@media screen and (min-width: 320px) {
  .comparison-table__icon {
    right: calc(30px + 0 * ((100vw - 320px) / 980));
  }
}
@media screen and (min-width: 1300px) {
  .comparison-table__icon {
    right: 30px;
  }
}
@media (min-width: 47.5em) {
  .comparison-table__icon {
    left: 0;
    right: 0;
    margin: auto;
  }
}
.comparison-table__icon > svg {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  height: 100%;
}
.comparison-table__icon > svg path, .comparison-table__icon > svg polyline, .comparison-table__icon > svg line {
  stroke: #3babef;
}
.comparison-table__icon--inactive {
  opacity: 0.2;
}
.comparison-table__feature-label {
  font-size: 15px;
  color: #fff;
  margin: 0;
}
@media (min-width: 47.5em) {
  .comparison-table__feature-label {
    display: none;
  }
}
.comparison-table__narrow-cell.is-active {
  background-color: rgba(59, 171, 239, 0.08);
}
.comparison-table__narrow-cell.is-active .comparison-table__heading p {
  color: #fff;
}
.comparison-table__narrow-cell.is-active .comparison-table__icon:not(.comparison-table__icon--inactive) > svg path, .comparison-table__narrow-cell.is-active .comparison-table__icon:not(.comparison-table__icon--inactive) > svg polyline, .comparison-table__narrow-cell.is-active .comparison-table__icon:not(.comparison-table__icon--inactive) > svg line {
  stroke: #fff;
}
/*
Cta Banner

A call-to-action banner
*/
.cta-banner {
  text-align: center;
}
.cta-banner > .btn {
  display: block;
}
@media (max-width: 47.49em) {
  .cta-banner > .btn {
    margin-top: 30px;
  }
}
@media screen and (max-width: 47.49em) and (min-width: 320px) {
  .cta-banner > .btn {
    margin-top: calc(30px + 10 * ((100vw - 320px) / 980));
  }
}
@media screen and (max-width: 47.49em) and (min-width: 1300px) {
  .cta-banner > .btn {
    margin-top: 40px;
  }
}
@media (min-width: 47.5em) {
  .cta-banner > .btn {
    display: inline-block;
    vertical-align: middle;
  }
}
.cta-banner > * {
  margin: 0 30px;
}
.cta-banner__text {
  font-size: 18.75px;
  font-size: 1.875rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Replica-Regular", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.25;
  color: #fff;
  display: block;
}
@media (min-width: 47.5em) {
  .cta-banner__text {
    display: inline-block;
    vertical-align: middle;
  }
}
/*
Data Animation

The data animation

*/
.data-animation {
  position: relative;
}
.data-animation > canvas {
  max-width: 100%;
  display: block;
}
.data-animation > svg {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  height: 100%;
}
.data-animation > svg #callout1,
.data-animation > svg #callout2,
.data-animation > svg #callout3,
.data-animation > svg #callout4,
.data-animation > svg #callout5,
.data-animation > svg #callout6,
.data-animation > svg #callout7,
.data-animation > svg #callout8,
.data-animation > svg #callout9,
.data-animation > svg #callout10,
.data-animation > svg #callout11,
.data-animation > svg #callout12,
.data-animation > svg #callout13 {
  display: none;
}
.data-animation > svg #funnel {
  display: block;
}
@media only screen and (min-width: 720px) {
  .data-animation > svg g {
    display: block !important;
  }
}
/*
Digital Twin Animation

Contains the digital twin animation

*/
.digital-twin-animation {
  position: relative;
  width: 100%;
  max-width: 660px;
  height: 0;
  padding-top: 88.787%;
}
.digital-twin-animation > svg {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  height: 100%;
}
/*
Down Arrow

An arrow pointing down
*/
.down-arrow {
  font-family: "ReplicaMono-Regular", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.5em;
  color: #396ab6;
}
/*
Dri Add Factory Btn

A button to add a new factory to the DRI section
*/
.dri-add-factory-btn {
  font-size: 8.75px;
  font-size: 0.875rem;
  font-family: "ReplicaMono-Regular", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.3;
  color: #fff;
  padding: 15px;
  cursor: pointer;
  position: relative;
  background-color: #3babef;
  transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.dri-add-factory-btn:hover {
  background-color: #fff;
  color: #396ab6;
}
.dri-add-factory-btn:after {
  content: "+";
  display: inline-block;
  position: absolute;
  right: 15px;
  top: 2px;
  font-size: 30px;
}
/*
Dri Chart Axis

The axis and labels for a Digital Readiness Index chart

.dri-chart-axis--vertical               - Oriented vertically
*/
.dri-chart-axis {
  padding: 11px 0;
}
.dri-chart-axis:before {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background-color: red;
  position: absolute;
  background-image: linear-gradient(to right, #3babef 0, #fff 100%);
  top: 0;
}
.dri-chart-axis__title {
  font-size: 12.5px;
  font-size: 1.25rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Replica-Bold", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.25;
  color: #fff;
  text-align: center;
  margin: 0;
  margin-top: 5px;
}
.dri-chart-axis__labels {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.dri-chart-axis__labels-label {
  font-size: 8.75px;
  font-size: 0.875rem;
  font-family: "ReplicaMono-Regular", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.3;
  color: #3babef;
  margin: 0;
}
.dri-chart-axis__labels-label:nth-child(2) {
  color: #99d3f7;
}
.dri-chart-axis__labels-label:nth-child(3) {
  color: #fff;
}
.dri-chart-axis--vertical:before {
  top: auto;
  bottom: 0;
}
.dri-chart-axis--vertical .dri-chart-axis__title {
  margin-top: 0;
  margin-bottom: 5px;
}
/*
Dri Chart Sticky Wrapper

Wraps the DRI chart in an element just to make it sticky
*/
/*
Dri Chart

The core chart component used on the digital readiness index page

.dri-chart--use-case-zones         - Shows the use case zones on a background
.dri-chart--use-case-labels        - Shows the use case labels
*/
.dri-chart {
  width: 100%;
  height: calc(100vh - 290px);
  min-height: 25vw;
  max-height: 43.1vw;
  position: relative;
}
@media (max-width: 63.99em) {
  .dri-chart {
    height: 100vw;
    max-height: 100vw;
  }
}
.dri-chart > .dri-chart-axis {
  position: absolute;
}
.dri-chart > .dri-chart-axis:nth-child(2) {
  width: 100%;
  bottom: 0;
  transform: translateY(100%);
}
.dri-chart > .dri-chart-axis:nth-child(1) {
  width: calc(100vh - 290px);
  min-width: 25vw;
  max-width: 43.1vw;
  transform: rotate(-90deg);
  transform-origin: 50% 100%;
  bottom: 50%;
  left: -100%;
  right: 0;
  margin: 0 auto;
}
@media (max-width: 63.99em) {
  .dri-chart > .dri-chart-axis:nth-child(1) {
    width: 100vw;
    max-width: 100vw;
  }
}
.dri-chart__plot {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 20px;
  left: 20px;
}
.dri-chart__plot:before, .dri-chart__plot:after {
  content: "";
  display: block;
  border-style: dashed;
  border-color: #3babef;
  position: absolute;
  border-width: 0;
}
.dri-chart__plot:before {
  border-left-width: 1px;
  top: 0;
  bottom: 0;
  left: 50%;
}
.dri-chart__plot:after {
  border-top-width: 1px;
  top: 50%;
  right: 0;
  left: 0;
}
.dri-chart__plot-use-case-zones {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url(images/dri-use-case-zones.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
  opacity: 0;
  transform: scale(0.95);
  will-change: opacity, transform;
  transition: 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition-property: opacity, transform;
}
.dri-chart__plot-use-case-zones > p {
  font-size: 6.25px;
  font-size: 0.625rem;
  font-family: "ReplicaMono-Regular", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.25;
  font-size: 8px;
  font-size: 0.8rem;
  color: #fff;
  text-align: right;
  opacity: 0;
  position: absolute;
  right: 10px;
  right: 1rem;
  will-change: opacity;
  transition: 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition-property: opacity;
}
@media (min-width: 47.5em) {
  .dri-chart__plot-use-case-zones > p {
    opacity: 0;
  }
}
.dri-chart__plot-use-case-zones > p:nth-child(1) {
  left: 10px;
  left: 1rem;
  right: auto;
  text-align: left;
  top: 95%;
}
.dri-chart__plot-use-case-zones > p:nth-child(2) {
  top: 95%;
}
.dri-chart__plot-use-case-zones > p:nth-child(3) {
  top: 67%;
}
.dri-chart__plot-use-case-zones > p:nth-child(4) {
  top: 42%;
}
.dri-chart__plot-use-case-zones > p:nth-child(5) {
  top: 11%;
}
.dri-chart__plot-factories {
  position: absolute;
  top: 0;
  right: 20px;
  left: 30px;
  bottom: 50px;
  z-index: 1;
}
.dri-chart__plot-factories > .dri-factory {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-left: -45px;
  margin-bottom: -65px;
}
.dri-chart--use-case-zones .dri-chart__plot-use-case-zones {
  opacity: 1;
  transform: scale(1);
}
@media (min-width: 47.5em) {
  .dri-chart--use-case-labels .dri-chart__plot-use-case-zones p {
    opacity: 0.6;
  }
}
/*
Dri Detail Footer Controls

Save/edit/etc controls at the bottom of detail areas for the DRI page
*/
.dri-detail-footer-controls {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.dri-detail-footer-controls:after {
  content: " ";
  display: block;
  clear: both;
}
.dri-detail-footer-controls > p {
  font-size: 8.75px;
  font-size: 0.875rem;
  font-family: "ReplicaMono-Regular", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.3;
  color: #fff;
  cursor: pointer;
  width: 50%;
  float: left;
  margin: 0;
}
.dri-detail-footer-controls > p:nth-of-type(2) {
  text-align: right;
}
/*
Dri Detail Group Header

A small header group for individual sets of factory details
*/
.dri-detail-group-header {
  padding: 0 15px 3px;
  position: relative;
  padding-right: 70px;
  padding-right: 7rem;
}
.dri-detail-group-header > .toggle {
  position: absolute;
  top: 0px;
  right: 15px;
}
.dri-detail-group-header__text {
  font-size: 8.75px;
  font-size: 0.875rem;
  font-family: "ReplicaMono-Regular", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.3;
  margin: 0;
  color: #3babef;
}
/*
Dri Edit Question

An individual question when editing a DRI factory

.is-selected                                - Selected item
*/
.dri-edit-question {
  padding-right: 120px;
  position: relative;
}
.dri-edit-question__text {
  font-size: 6.25px;
  font-size: 0.625rem;
  font-family: "ReplicaMono-Regular", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.25;
  line-height: 1.3;
  color: #fff;
  margin: 0;
}
.dri-edit-question__controls {
  position: absolute;
  right: 0;
  top: 0;
}
.dri-edit-question__control {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 9px;
  text-indent: -99999px;
  cursor: pointer;
  background: url(images/radio_unselected.svg) center center no-repeat;
}
.dri-edit-question__control.is-selected {
  background: url(images/radio_selected.svg) center center no-repeat;
}
/*
Dri Edit Section Header

A header for a subsection when editing a DRI factory
*/
.dri-edit-section-header {
  padding-right: 120px;
  position: relative;
}
.dri-edit-section-header__heading {
  font-size: 8.75px;
  font-size: 0.875rem;
  font-family: "ReplicaMono-Regular", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.3;
  color: #3babef;
  margin: 0;
}
.dri-edit-section-header__labels {
  position: absolute;
  right: 0;
  top: -4px;
}
.dri-edit-section-header__labels > p {
  font-size: 6.25px;
  font-size: 0.625rem;
  font-family: "ReplicaMono-Regular", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.25;
  font-size: 9px;
  color: #3babef;
  display: inline-block;
  width: 33px;
  text-align: center;
}
/*
Dri Factory Details

Details for an individual factory related to a Digital Readiness Index chart

.dri-factory-details--progress-1      - The very first stage of DRI progress
.dri-factory-details--progress-2      - The second stage of DRI progress
.dri-factory-details--progress-3      - The third stage of DRI progress
.is-collapsed                         - Details are hidden
*/
.dri-factory-details {
  border-color: rgba(255, 255, 255, 0.65);
  background-color: rgba(1, 29, 65, 0.5);
  border-width: 1px;
  border-style: solid;
  padding: 15px;
  transition: none;
  position: relative;
}
.dri-factory-details .dri-factory-details__header-heading,
.dri-factory-details .dri-factory-details__header-open,
.dri-factory-details .dri-factory-details__factory-details-text {
  color: #fff;
}
.dri-factory-details .dri-factory-details__stats .big-stat__stat,
.dri-factory-details .dri-factory-details__stats .big-stat__completion {
  color: #fff;
}
.dri-factory-details > * {
  transition: 0.5s;
  transition-property: opacity, transform;
  will-change: opacity, transform;
}
.dri-factory-details > *:nth-child(1) {
  transition-delay: 0.1s;
}
.dri-factory-details > *:nth-child(2) {
  transition-delay: 0.2s;
}
.dri-factory-details > *:nth-child(3) {
  transition-delay: 0.3s;
}
.dri-factory-details > *:nth-child(4) {
  transition-delay: 0.4s;
}
.dri-factory-details > *:nth-child(5) {
  transition-delay: 0.5s;
}
.dri-factory-details > *:nth-child(6) {
  transition-delay: 0.6s;
}
.dri-factory-details > *:nth-child(7) {
  transition-delay: 0.7s;
}
.dri-factory-details > *:nth-child(8) {
  transition-delay: 0.8s;
}
.dri-factory-details > *:nth-child(9) {
  transition-delay: 0.9s;
}
.dri-factory-details > *:nth-child(10) {
  transition-delay: 1s;
}
.dri-factory-details__header {
  padding: 15px;
  margin: -15px;
  cursor: pointer;
}
.dri-factory-details__header-heading {
  font-size: 12.5px;
  font-size: 1.25rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Replica-Bold", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.25;
  margin: 0;
}
.dri-factory-details__header-open {
  font-size: 8.75px;
  font-size: 0.875rem;
  font-family: "ReplicaMono-Regular", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.3;
  position: absolute;
  right: 15px;
  top: 18px;
  display: none;
}
.dri-factory-details__header-delete {
  font-size: 8.75px;
  font-size: 0.875rem;
  font-family: "ReplicaMono-Regular", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.3;
  position: absolute;
  right: 15px;
  top: 20px;
  display: inline-block;
  cursor: pointer;
  color: #fff;
}
.dri-factory-details__header-delete:active {
  opacity: 0.7;
}
.dri-factory-details__use-case {
  margin-top: 30px;
}
@media screen and (min-width: 320px) {
  .dri-factory-details__use-case {
    margin-top: calc(30px + 0 * ((100vw - 320px) / 980));
  }
}
@media screen and (min-width: 1300px) {
  .dri-factory-details__use-case {
    margin-top: 30px;
  }
}
.dri-factory-details__use-case > p {
  margin-top: 2px;
  margin-top: 0.2rem;
  font-size: 18.75px;
  font-size: 1.875rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Replica-Regular", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.25;
  font-size: 17px;
  font-size: 1.7rem;
  color: #fff;
}
.dri-factory-details__stats {
  margin-top: 30px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 320px) {
  .dri-factory-details__stats {
    margin-top: calc(30px + 0 * ((100vw - 320px) / 980));
  }
}
@media screen and (min-width: 1300px) {
  .dri-factory-details__stats {
    margin-top: 30px;
  }
}
.dri-factory-details__stats:after {
  content: " ";
  display: block;
  clear: both;
}
.dri-factory-details__stats > * {
  width: 46.91689%;
  float: left;
}
.dri-factory-details__stats > *:nth-child(2n + 1) {
  margin-left: 0;
  margin-right: -100%;
  clear: both;
  margin-left: 0;
}
.dri-factory-details__stats > *:nth-child(2n + 2) {
  margin-left: 53.08311%;
  margin-right: -100%;
  clear: none;
}
.dri-factory-details__factory-details {
  min-height: 82px;
  margin-top: 10px;
}
@media screen and (min-width: 320px) {
  .dri-factory-details__factory-details {
    margin-top: calc(10px + 0 * ((100vw - 320px) / 980));
  }
}
@media screen and (min-width: 1300px) {
  .dri-factory-details__factory-details {
    margin-top: 10px;
  }
}
.dri-factory-details__factory-details-text {
  font-size: 8.75px;
  font-size: 0.875rem;
  font-family: "Replica-Regular", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.3;
  margin-bottom: 0;
  margin-top: 4px;
}
.dri-factory-details__content {
  margin-top: 10px;
  margin-bottom: 10px;
}
@media screen and (min-width: 320px) {
  .dri-factory-details__content {
    margin-top: calc(10px + 0 * ((100vw - 320px) / 980));
  }
}
@media screen and (min-width: 1300px) {
  .dri-factory-details__content {
    margin-top: 10px;
  }
}
@media screen and (min-width: 320px) {
  .dri-factory-details__content {
    margin-bottom: calc(10px + 0 * ((100vw - 320px) / 980));
  }
}
@media screen and (min-width: 1300px) {
  .dri-factory-details__content {
    margin-bottom: 10px;
  }
}
.dri-factory-details__content-group + .dri-factory-details__content-group {
  margin-top: 16px;
}
@media screen and (min-width: 320px) {
  .dri-factory-details__content-group + .dri-factory-details__content-group {
    margin-top: calc(16px + 0 * ((100vw - 320px) / 980));
  }
}
@media screen and (min-width: 1300px) {
  .dri-factory-details__content-group + .dri-factory-details__content-group {
    margin-top: 16px;
  }
}
.dri-factory-details__content-group > .text-list {
  margin-top: 10px;
}
@media screen and (min-width: 320px) {
  .dri-factory-details__content-group > .text-list {
    margin-top: calc(10px + 0 * ((100vw - 320px) / 980));
  }
}
@media screen and (min-width: 1300px) {
  .dri-factory-details__content-group > .text-list {
    margin-top: 10px;
  }
}
.dri-factory-details__footer {
  margin-top: 30px;
}
@media screen and (min-width: 320px) {
  .dri-factory-details__footer {
    margin-top: calc(30px + 0 * ((100vw - 320px) / 980));
  }
}
@media screen and (min-width: 1300px) {
  .dri-factory-details__footer {
    margin-top: 30px;
  }
}
.dri-factory-details--progress-1 {
  border-color: rgba(255, 255, 255, 0.65);
}
.dri-factory-details--progress-1 .dri-factory-details__header-heading,
.dri-factory-details--progress-1 .dri-factory-details__header-open,
.dri-factory-details--progress-1 .dri-factory-details__factory-details-text {
  color: #fff;
}
.dri-factory-details--progress-1 .dri-factory-details__stats .big-stat__stat,
.dri-factory-details--progress-1 .dri-factory-details__stats .big-stat__completion {
  color: #fff;
}
.dri-factory-details--progress-2 {
  border-color: rgba(255, 255, 255, 0.65);
}
.dri-factory-details--progress-2 .dri-factory-details__header-heading,
.dri-factory-details--progress-2 .dri-factory-details__header-open,
.dri-factory-details--progress-2 .dri-factory-details__factory-details-text {
  color: #fff;
}
.dri-factory-details--progress-2 .dri-factory-details__stats .big-stat__stat,
.dri-factory-details--progress-2 .dri-factory-details__stats .big-stat__completion {
  color: #fff;
}
.dri-factory-details--progress-3 {
  border-color: rgba(255, 255, 255, 0.65);
}
.dri-factory-details--progress-3 .dri-factory-details__header-heading,
.dri-factory-details--progress-3 .dri-factory-details__header-open,
.dri-factory-details--progress-3 .dri-factory-details__factory-details-text {
  color: #fff;
}
.dri-factory-details--progress-3 .dri-factory-details__stats .big-stat__stat,
.dri-factory-details--progress-3 .dri-factory-details__stats .big-stat__completion {
  color: #fff;
}
.dri-factory-details.is-collapsed {
  background-color: transparent;
}
.dri-factory-details.is-collapsed > * {
  position: absolute;
  opacity: 0;
  transform: translateY(15px);
  transition: none;
  left: -999999px;
  top: -999999px;
}
.dri-factory-details.is-collapsed > .dri-factory-details__header {
  position: static;
  transform: translateY(0);
  left: auto;
  top: auto;
  opacity: 1;
}
.dri-factory-details.is-collapsed .dri-factory-details__header-open {
  display: inline;
}
/*
Dri Factory

An individual factory on the Digital Readiness Chart

.dri-factory--progress-1      - The very first stage of DRI progress
.dri-factory--progress-2      - The second stage of DRI progress
.dri-factory--progress-3      - The third stage of DRI progress
.is-active                    - The currently active factory
*/
.dri-factory {
  width: 90px;
  cursor: pointer;
  transition: 0.3s;
  transition-property: top, bottom, left, right;
}
.dri-factory .dri-factory__icon svg *:not([fill="none"]) {
  fill: #fff;
}
.dri-factory .dri-factory__title {
  color: #fff;
}
.dri-factory .dri-factory__stats {
  background-color: #fff;
}
.dri-factory .dri-factory__stats:after {
  border-color: #fff transparent transparent transparent;
}
.dri-factory__icon,
.dri-factory__title {
  transition-property: opacity;
  will-change: opacity;
  transition: 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 0.6;
}
.dri-factory__icon {
  width: 38px;
  height: 33px;
  margin: 0 auto;
}
.dri-factory__title {
  margin-top: 10px;
  font-size: 8.75px;
  font-size: 0.875rem;
  font-family: "Replica-Regular", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.3;
  text-align: center;
}
@media screen and (min-width: 320px) {
  .dri-factory__title {
    margin-top: calc(10px + 0 * ((100vw - 320px) / 980));
  }
}
@media screen and (min-width: 1300px) {
  .dri-factory__title {
    margin-top: 10px;
  }
}
.dri-factory__stats {
  display: none;
  position: absolute;
  left: 72%;
  bottom: 100%;
  margin-bottom: 9px;
  padding: 8px 7px 4px;
  pointer-events: none;
  transition: 0.25s;
  opacity: 0;
  transform: translateY(10px);
  width: 125px;
}
.dri-factory__stats:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 17px 0 0;
  position: absolute;
  transition: 0.25s;
  left: 0;
}
@media (min-width: 47.5em) {
  .dri-factory__stats {
    display: block;
  }
}
.dri-factory__stats-group {
  display: inline-block;
  margin-right: -4px;
  width: 52px;
}
.dri-factory__stats-group:first-child {
  margin-right: 10px;
}
.dri-factory__stats-group-label {
  font-size: 6.25px;
  font-size: 0.625rem;
  font-family: "ReplicaMono-Regular", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.25;
  color: #011d41;
  margin: 0;
}
.dri-factory__stats-group-number {
  font-size: 12.5px;
  font-size: 1.25rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Replica-Bold", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.25;
  color: #011d41;
  margin: 0;
}
.dri-factory--progress-1 .dri-factory__icon svg *:not([fill="none"]) {
  fill: #fff;
}
.dri-factory--progress-1 .dri-factory__title {
  color: #fff;
}
.dri-factory--progress-1 .dri-factory__stats {
  background-color: #fff;
}
.dri-factory--progress-1 .dri-factory__stats:after {
  border-color: #fff transparent transparent transparent;
}
.dri-factory--progress-2 .dri-factory__icon svg *:not([fill="none"]) {
  fill: #fff;
}
.dri-factory--progress-2 .dri-factory__title {
  color: #fff;
}
.dri-factory--progress-2 .dri-factory__stats {
  background-color: #fff;
}
.dri-factory--progress-2 .dri-factory__stats:after {
  border-color: #fff transparent transparent transparent;
}
.dri-factory--progress-3 .dri-factory__icon svg *:not([fill="none"]) {
  fill: #fff;
}
.dri-factory--progress-3 .dri-factory__title {
  color: #fff;
}
.dri-factory--progress-3 .dri-factory__stats {
  background-color: #fff;
}
.dri-factory--progress-3 .dri-factory__stats:after {
  border-color: #fff transparent transparent transparent;
}
.dri-factory:hover .dri-factory__stats,
.dri-factory.is-active .dri-factory__stats {
  opacity: 1;
  transform: translateY(0);
}
.dri-factory.is-active {
  z-index: 9999;
}
.dri-factory.is-active .dri-factory__icon svg *:not([fill="none"]) {
  fill: #fff;
}
.dri-factory.is-active .dri-factory__title {
  color: #fff;
}
.dri-factory.is-active .dri-factory__stats {
  background-color: #fff;
}
.dri-factory.is-active .dri-factory__stats:after {
  border-color: #fff transparent transparent transparent;
}
.dri-factory.is-active .dri-factory__icon,
.dri-factory.is-active .dri-factory__title {
  opacity: 1;
}
/*
Dri Input Set

A simple form input set for the DRI page
*/
.dri-input-set__label {
  font-size: 8.75px;
  font-size: 0.875rem;
  font-family: "ReplicaMono-Regular", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.3;
  color: #3babef;
}
.dri-input-set__input {
  font-size: 12.5px;
  font-size: 1.25rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Replica-Bold", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.25;
  padding: 3px 0;
  color: #fff;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  -webkit-appearance: none;
}
.dri-input-set__input:focus {
  color: #fff;
  border-bottom: 1px solid #3babef;
}
.dri-input-set__input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.2);
}
.dri-input-set__input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.2);
}
.dri-input-set__input::placeholder {
  color: rgba(255, 255, 255, 0.2);
}
/*
Em Product Preview

Preview for an Enterprise Manufacturing product
*/
.em-product-preview > .btn {
  margin-top: 30px;
}
@media screen and (min-width: 320px) {
  .em-product-preview > .btn {
    margin-top: calc(30px + 0 * ((100vw - 320px) / 980));
  }
}
@media screen and (min-width: 1300px) {
  .em-product-preview > .btn {
    margin-top: 30px;
  }
}
.em-product-preview__number {
  font-size: 6.25px;
  font-size: 0.625rem;
  font-family: "ReplicaMono-Regular", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.25;
  color: #16467f;
  border-top: 1px solid #16467f;
  display: inline-block;
  padding-top: 0.4em;
  margin-bottom: 0;
}
.em-product-preview__heading {
  font-size: 12.5px;
  font-size: 1.25rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Replica-Bold", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.25;
  margin-top: 3px;
  color: #16467f;
}
.em-product-preview__heading > strong {
  font-size: 22.5px;
  font-size: 2.25rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Replica-Bold", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.06;
  margin-top: 2px;
  display: block;
}
@media (min-width: 47.5em) {
  .em-product-preview__heading > strong {
    font-size: 3rem;
  }
}
.em-product-preview__text {
  margin-top: 30px;
  margin-bottom: 0;
}
@media screen and (min-width: 320px) {
  .em-product-preview__text {
    margin-top: calc(30px + 0 * ((100vw - 320px) / 980));
  }
}
@media screen and (min-width: 1300px) {
  .em-product-preview__text {
    margin-top: 30px;
  }
}
/*
Expandable Row

A row with a heading that can be expanded to show text

.expandable-row--reverse               - Reverses color
.expandable-row--last                  - Removes the bottom border

*/
.expandable-row {
  padding: 11px 0;
  border-bottom: 1px solid #396ab6;
}
.expandable-row__heading {
  font-family: "Replica-Bold", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  color: #396ab6;
  margin: 0;
  position: relative;
  cursor: pointer;
  padding-right: 20px;
  padding-right: 2rem;
}
.expandable-row__heading:after {
  content: '-';
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}
.expandable-row__text {
  margin: 0;
  margin-top: 10px;
  margin-bottom: 7px;
}
.expandable-row--reverse {
  border-bottom-color: #fff;
}
.expandable-row--reverse .expandable-row__heading {
  color: #fff;
}
.expandable-row--reverse .expandable-row__text {
  color: #3babef;
}
.expandable-row--last {
  border-bottom-color: transparent;
}
.expandable-row.is-collapsed .expandable-row__heading:after {
  content: '+';
}
.expandable-row.is-collapsed .expandable-row__text {
  display: none;
}
/*
Featured Case Study

A callout for a featured case study

.featured-case-study--alt-1               - Alternative coloring
.featured-case-study--alt-2               - Alternative coloring

*/
.featured-case-study__details {
  padding-top: 30px;
  padding-right: 30px;
  padding-left: 30px;
  margin-top: -40px;
  position: relative;
  background-color: #16467f;
  padding-bottom: 83px;
  min-height: 330px;
}
@media screen and (min-width: 320px) {
  .featured-case-study__details {
    padding-top: calc(30px + 10 * ((100vw - 320px) / 980));
  }
}
@media screen and (min-width: 1300px) {
  .featured-case-study__details {
    padding-top: 40px;
  }
}
@media screen and (min-width: 320px) {
  .featured-case-study__details {
    padding-right: calc(30px + 10 * ((100vw - 320px) / 980));
  }
}
@media screen and (min-width: 1300px) {
  .featured-case-study__details {
    padding-right: 40px;
  }
}
@media screen and (min-width: 320px) {
  .featured-case-study__details {
    padding-left: calc(30px + 10 * ((100vw - 320px) / 980));
  }
}
@media screen and (min-width: 1300px) {
  .featured-case-study__details {
    padding-left: 40px;
  }
}
@media screen and (min-width: 320px) {
  .featured-case-study__details {
    margin-top: calc(-40px + -45 * ((100vw - 320px) / 980));
  }
}
@media screen and (min-width: 1300px) {
  .featured-case-study__details {
    margin-top: -85px;
  }
}
@media (min-width: 47.5em) {
  .featured-case-study__details {
    margin-right: 16px;
    margin-left: 16px;
  }
}
@media screen and (min-width: 47.5em) and (min-width: 320px) {
  .featured-case-study__details {
    margin-right: calc(16px + 0 * ((100vw - 320px) / 980));
  }
}
@media screen and (min-width: 47.5em) and (min-width: 1300px) {
  .featured-case-study__details {
    margin-right: 16px;
  }
}
@media screen and (min-width: 47.5em) and (min-width: 320px) {
  .featured-case-study__details {
    margin-left: calc(16px + 0 * ((100vw - 320px) / 980));
  }
}
@media screen and (min-width: 47.5em) and (min-width: 1300px) {
  .featured-case-study__details {
    margin-left: 16px;
  }
}
.featured-case-study__details > .btn {
  bottom: 30px;
  position: absolute;
}
@media screen and (min-width: 320px) {
  .featured-case-study__details > .btn {
    bottom: calc(30px + 10 * ((100vw - 320px) / 980));
  }
}
@media screen and (min-width: 1300px) {
  .featured-case-study__details > .btn {
    bottom: 40px;
  }
}
.featured-case-study__title a,
.featured-case-study__text a {
  color: inherit;
}
.featured-case-study__title {
  font-size: 18.75px;
  font-size: 1.875rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Replica-Regular", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.25;
}
.featured-case-study__text {
  margin-top: 16px;
  color: #fff;
}
@media screen and (min-width: 320px) {
  .featured-case-study__text {
    margin-top: calc(16px + 0 * ((100vw - 320px) / 980));
  }
}
@media screen and (min-width: 1300px) {
  .featured-case-study__text {
    margin-top: 16px;
  }
}
.featured-case-study--alt-1 .featured-case-study__details {
  background-color: #fff;
}
.featured-case-study--alt-1 .featured-case-study__title {
  color: #16467f;
}
.featured-case-study--alt-1 .featured-case-study__text {
  color: #6d6e70;
}
.featured-case-study--alt-2 .featured-case-study__details {
  background-color: #3babef;
}
.featured-case-study--alt-2 .featured-case-study__title {
  color: #16467f;
}
.featured-case-study--alt-2 .featured-case-study__text {
  color: #fff;
}
/* ==============================================================
   Illustration Label
   ============================================================== */
/*
Illustration Label

The text that sits underneath an illustration
*/
.illustration-label {
  font-family: 'ReplicaMono-Regular', sans-serif;
  color: #3babef;
  text-align: center;
}
/*
Image Caption

A caption for an image
*/
.image-caption {
  font-size: 8.75px;
  font-size: 0.875rem;
  font-family: "Replica-Regular", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.3;
  color: #3babef;
  line-height: 1.6;
  font-style: italic;
  border-top: 1px solid #3babef;
  padding-top: 8px;
}
/* ==============================================================
   Infographic Box
   ============================================================== */
/*
Infographic Box

A class to contain an animated box for an infographic
*/
.infographic-box {
  position: relative;
}
.infographic-box > svg {
  position: absolute;
  top: -1px;
  left: -1px;
}
.infographic-box > svg * {
  stroke: #bbbdbf;
}
.infographic-box--blue > svg * {
  stroke: #3babef;
}
/*
Input Button

A simple, common form input button

.input-btn--alt-1           - Unique styling
*/
.input-btn {
  font-size: 8.75px;
  font-size: 0.875rem;
  font-family: "ReplicaMono-Regular", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.3;
  color: #fff;
  border: 1px solid #fff;
  padding: 9px 20px 11px;
  background-color: transparent;
  cursor: pointer;
  text-align: center;
}
.input-btn:hover {
  background-color: #fff;
  border-color: #fff;
  color: #011d41;
}
.input-btn--alt-1 {
  color: #396ab6;
  border-color: #396ab6;
}
.input-btn--alt-1:hover {
  background-color: #396ab6;
  border-color: #396ab6;
  color: #fff;
}
/*
Input W Submit

Includes an input and submit button side-by-side

.input-w-submit--dark             - For use on light colored backgrounds
.input-w-submit--clipboard        - Adjusts spacing for the "Copy to Clipboard" link
*/
.input-w-submit {
  position: relative;
}
@media (min-width: 47.5em) {
  .input-w-submit {
    padding-right: 115px;
  }
}
.input-w-submit__input {
  font-size: 8.75px;
  font-size: 0.875rem;
  font-family: "ReplicaMono-Regular", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.3;
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  padding: 9px 14px 11px;
  width: 100%;
}
.input-w-submit__input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: rgba(255, 255, 255, 0.4);
}
.input-w-submit__input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: rgba(255, 255, 255, 0.4);
  opacity: 1;
}
.input-w-submit__input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: rgba(255, 255, 255, 0.4);
  opacity: 1;
}
.input-w-submit__input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(255, 255, 255, 0.4);
}
.input-w-submit__input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: rgba(255, 255, 255, 0.4);
}
.input-w-submit__input:focus {
  outline: none;
  border: 1px solid #3babef;
  color: #fff;
}
button.input-w-submit__submit {
  font-size: 8.75px;
  font-size: 0.875rem;
  font-family: "ReplicaMono-Regular", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.3;
  color: #fff;
  border: 1px solid #fff;
  padding: 9px 20px 11px;
  width: 100%;
  margin-top: 14px;
}
button.input-w-submit__submit:hover {
  background-color: #fff;
  border-color: #fff;
  color: #011d41;
}
@media (min-width: 47.5em) {
  button.input-w-submit__submit {
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    margin-top: 0;
  }
}
.input-w-submit--dark .input-w-submit__input {
  border-color: #16467f;
  color: #16467f;
}
.input-w-submit--dark .input-w-submit__input:focus {
  border-color: #3babef;
  color: #16467f;
}
.input-w-submit--dark button.input-w-submit__submit {
  color: #fff;
  background-color: #16467f;
  border-color: #16467f;
}
.input-w-submit--dark button.input-w-submit__submit:hover {
  background-color: #3babef;
  border-color: #3babef;
  color: #fff;
}
.input-w-submit--dark button.input-w-submit__submit:active {
  background-color: #396ab6;
}
@media (min-width: 47.5em) {
  .input-w-submit--clipboard {
    padding-right: 200px;
  }
}
/*
List

A simple list of items with an optional heading
*/
.list__heading {
  font-size: 10px;
  font-size: 1rem;
  font-family: "Replica-Bold", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.375;
  color: #fff;
}
.list__items {
  color: #3babef;
}
.list__items > li {
  position: relative;
  list-style-type: none;
}
.list__items > li:before {
  position: absolute;
  content: "→";
  display: block;
  left: -1.2em;
  top: -0.04em;
}
.list__items > li + li {
  margin-top: 10px;
}
@media screen and (min-width: 320px) {
  .list__items > li + li {
    margin-top: calc(10px + 0 * ((100vw - 320px) / 980));
  }
}
@media screen and (min-width: 1300px) {
  .list__items > li + li {
    margin-top: 10px;
  }
}
/*
Logo Grid

A grid of logos

*/
.logo-grid {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.logo-grid:after {
  content: " ";
  display: block;
  clear: both;
}
.logo-grid__logo {
  border-top: 1px solid #f1f2f2;
}
@media (max-width: 47.49em) {
  .logo-grid__logo {
    width: 46.91689%;
    float: left;
  }
  .logo-grid__logo:nth-child(2n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .logo-grid__logo:nth-child(2n + 2) {
    margin-left: 53.08311%;
    margin-right: -100%;
    clear: none;
  }
}
@media (min-width: 47.5em) {
  .logo-grid__logo {
    width: 29.22252%;
    float: left;
  }
  .logo-grid__logo:nth-child(3n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .logo-grid__logo:nth-child(3n + 2) {
    margin-left: 35.38874%;
    margin-right: -100%;
    clear: none;
  }
  .logo-grid__logo:nth-child(3n + 3) {
    margin-left: 70.77748%;
    margin-right: -100%;
    clear: none;
  }
}
/*
Manufacturing Analytics Trio

*/
.manufacturing-analytics-trio > * {
  margin: 0 auto;
  position: relative;
}
.manufacturing-analytics-trio > * > .illustration-label {
  width: 90px;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 0;
}
.manufacturing-analytics-trio > * + * {
  margin-top: 90px;
}
.manufacturing-analytics-trio > * > svg {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  height: 100%;
}
.manufacturing-analytics-trio__sensors {
  width: 91px;
  height: 97px;
}
.manufacturing-analytics-trio__machines {
  width: 146px;
  height: 132px;
}
.manufacturing-analytics-trio__lines {
  width: 200px;
  height: 113px;
}
/*
Magnific Popup Share Modal

Styling for a popup modal powered by Magnific Popup
*/
.mfp-share-modal {
  /* overlay animate in */
  /* overlay animate out */
  /* content at start */
  /* content animate it */
  /* content animate out */
}
.mfp-share-modal.mfp-bg {
  opacity: 0;
  transition: opacity 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  background-color: #011d41;
  will-change: opacity;
}
.mfp-share-modal.mfp-bg.mfp-ready {
  opacity: 0.85;
}
.mfp-share-modal.mfp-bg.mfp-removing {
  opacity: 0;
}
.mfp-share-modal.mfp-wrap .mfp-content {
  max-width: 860px;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  will-change: opacity, transform;
}
.mfp-share-modal.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
  transform: translateY(0);
}
.mfp-share-modal.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
  transform: translateY(30px);
}
/*
Magnific Popup Simple Modal

Styling for a popup modal powered by Magnific Popup
*/
.mfp-simple-modal {
  /* overlay animate in */
  /* overlay animate out */
  /* content at start */
  /* content animate it */
  /* content animate out */
}
.mfp-simple-modal.mfp-bg {
  opacity: 0;
  transition: opacity 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  background-color: #011d41;
  will-change: opacity;
}
.mfp-simple-modal.mfp-bg.mfp-ready {
  opacity: 0.85;
}
.mfp-simple-modal.mfp-bg.mfp-removing {
  opacity: 0;
}
.mfp-simple-modal.mfp-wrap .mfp-content {
  max-width: 480px;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  will-change: opacity, transform;
}
.mfp-simple-modal.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
  transform: translateY(0);
}
.mfp-simple-modal.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
  transform: translateY(30px);
}
/*
Numbered Nav Item

A small numbered nav link
*/
.numbered-nav-item__number {
  font-size: 6.25px;
  font-size: 0.625rem;
  font-family: "ReplicaMono-Regular", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.25;
  color: #3babef;
  margin: 0;
}
.numbered-nav-item__number:before {
  content: "";
  display: block;
  height: 1px;
  border-bottom: 1px solid #3babef;
  width: 17px;
  margin-bottom: 4px;
}
.numbered-nav-item__title {
  font-size: 10px;
  font-size: 1rem;
  font-family: "Replica-Bold", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.375;
  color: #3babef;
  margin: 0;
  margin-top: 3px;
}
.numbered-nav-item:hover .numbered-nav-item__number {
  color: #16467f;
}
.numbered-nav-item:hover .numbered-nav-item__number:before {
  content: "";
  display: block;
  height: 1px;
  border-bottom: 1px solid #16467f;
  width: 17px;
  margin-bottom: 4px;
}
.numbered-nav-item:hover .numbered-nav-item__title {
  color: #16467f;
}
/*
Page Heading

Large heading at the top of a page
*/
.page-heading {
  font-size: 30px;
  font-size: 3rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Replica-Regular", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.25;
  color: #16467f;
}
/*
Data Animation

The data animation

*/
.plant-group-animation {
  position: relative;
  width: 100%;
  max-width: 498px;
  padding-top: 109.64%;
}
.plant-group-animation > svg {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  height: 100%;
}
/*
Process Anim Anim Container

wraps the contents of all animation contents

*/
.process-anim-container {
  width: 1280px;
  height: 720px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  background-color: white;
}
/*
Process Anim Anim Stat

A statistic for a factory

*/
.process-anim-stat > span {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: 'Replica-Regular', sans-serif;
  font-weight: normal;
}
.process-anim-stat > span:nth-child(1) {
  font-size: 60px;
  color: #3babef;
  display: inline-block;
  border: 2px solid #3babef;
  line-height: 1;
  padding: 0 6px;
  min-width: 113px;
}
.process-anim-stat > span:nth-child(2) {
  font-size: 42px;
  color: #fff;
  display: block;
  margin-top: 8px;
}
.process-anim-stat--alt-1 > span:nth-child(1) {
  border-color: #f4f200;
  color: #f4f200;
}
.process-anim-stat--alt-2 > span:nth-child(1) {
  border-color: #00ce9b;
  color: #00ce9b;
}
/*
Process Anim Cube In

Contains the generic cube in transtion SVG

*/
.process-anim-cube-in > svg {
  height: auto;
  width: 1280px;
}
.process-anim-cube-in > svg > #state2 {
  visibility: hidden;
}
/*
Process Anim Data Anim

The data animation container for the Process Anim animation

*/
.process-anim-data-anim {
  padding: 0 115px;
  padding-top: 130px;
  margin: 0 auto;
  height: 720px;
  position: relative;
}
.process-anim-data-anim__intro {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: 'Replica-Bold', sans-serif;
  color: #396ab6;
  line-height: 1em;
  font-size: 62px;
  margin: 0 auto;
  padding: 0 76px;
}
.process-anim-data-anim__intro > span {
  color: #3babef;
}
.process-anim-data-anim__data {
  display: block;
  position: absolute;
  bottom: 21px;
  width: 100%;
}
.process-anim-data-anim__data > .data-animation > canvas {
  margin-left: 40px;
  top: 21px;
  position: relative;
}
.process-anim-data-anim__data > .data-animation > svg {
  width: 1050px;
  height: auto;
}
.process-anim-data-anim__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.process-anim-data-anim__bg > svg {
  width: 100%;
  height: 100%;
}
/*
Process Anim Data Pipeline Anim

The second phase of the homepage animation

*/
.process-anim-data-pipeline-anim {
  height: calc($process-anim-height + 61px);
  position: relative;
  margin-top: 61px;
}
.process-anim-data-pipeline-anim > .process-anim-cube-in {
  position: absolute;
  top: 65px;
}
.process-anim-data-pipeline-anim > .process-anim-section-title {
  position: absolute;
  bottom: 33px;
  left: 7%;
}
.process-anim-data-pipeline-anim > .process-anim-text-list {
  position: absolute;
  right: 50px;
  top: 65px;
  height: 720px;
  width: 350px;
}
.process-anim-data-pipeline-anim__infobox {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  top: -50px;
  text-align: center;
  background-color: #3aaaee;
  max-width: 850px;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4%;
  padding-right: 4%;
  color: #fff;
  font: 27.7px/1.5em 'ReplicaMono-Regular', sans-serif;
  padding-top: 1em;
  padding-bottom: 1em;
  position: relative;
  z-index: 1;
  margin-top: -11px;
}
.process-anim-data-pipeline-anim__infobox > span {
  display: block;
  color: #19477d;
}
.process-anim-data-pipeline-anim__infobox:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 18px solid #3aaaee;
  position: absolute;
  bottom: -18px;
  left: 50%;
  margin-left: -20px;
}
.process-anim-data-pipeline-anim__dots {
  margin-top: -69px;
}
.process-anim-data-pipeline-anim__dots > svg {
  width: 1280px;
  height: auto;
}
/*
Process Anim Data Pipeline Twin Container

Container for both the Data Pipeline and Digital Twin sections

*/
.process-anim-data-pipeline-twin-container {
  background: linear-gradient(to bottom, #16467f, #011d41);
  position: relative;
  height: 785px;
}
/*
Process Anim Intro Anim

The introductory animation for the Process Anim presentation

*/
.process-anim-intro-anim {
  height: 720px;
  padding-top: 130px;
  position: relative;
}
.process-anim-intro-anim__bg {
  background: linear-gradient(to bottom, #16467f, #011d41);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.process-anim-intro-anim__logos {
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  width: 300px;
}
.process-anim-intro-anim__logos-logo > svg {
  height: auto;
}
.process-anim-intro-anim__logos-logo:nth-child(1) > svg {
  width: 70px;
}
.process-anim-intro-anim__logos-logo:nth-child(3) > svg {
  width: 156px;
}
.process-anim-intro-anim__logos-divider {
  background-color: white;
  width: 2px;
  height: 95px;
  display: inline-block;
  opacity: 0.2;
}
.process-anim-intro-anim__heading {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: 'Replica-Regular', sans-serif;
  font-weight: normal;
  font-size: 54px;
  color: #3babef;
  text-align: center;
  margin-top: 50px;
}
.process-anim-intro-anim__plants {
  width: 100%;
  position: absolute;
  bottom: -4px;
}
.process-anim-intro-anim__plants > svg {
  width: 100%;
  height: auto;
}
.process-anim-intro-anim__plants > svg #titles text {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: 'ReplicaMono-Regular', sans-serif;
}
.process-anim-intro-anim--outro {
  position: absolute;
  width: 100%;
  bottom: 0;
}
.process-anim-intro-anim--outro svg #bg-texture,
.process-anim-intro-anim--outro svg #data,
.process-anim-intro-anim--outro svg #titles {
  display: none;
}
/*
Process Anim Section Title

Text title for a portion of the animation

*/
.process-anim-section-title {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: 'Replica-Regular', sans-serif;
  font-weight: normal;
  font-size: 50px;
  line-height: 1.2;
  color: #fff;
  position: relative;
}
.process-anim-section-title:before {
  content: "";
  display: block;
  position: absolute;
  top: -12px;
  width: 20px;
  height: 2px;
  background-color: #fff;
  opacity: 0.3;
}
/*
Process Anim Text List

A list of text items

*/
.process-anim-text-list:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0.5%;
  margin-right: -4px;
  height: 100%;
}
.process-anim-text-list__inner {
  display: inline-block;
  width: 99%;
  vertical-align: middle;
}
.process-anim-text-list__item {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: 'ReplicaMono-Regular', sans-serif;
  font-size: 25px;
  line-height: 1.5;
  color: #fff;
}
.process-anim-text-list__item + .process-anim-text-list__item {
  margin-top: 50px;
}
.process-anim-text-list__item:before {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background-color: #fff;
  opacity: 0.3;
  margin-bottom: 12px;
}
/*
Process Anim Twin Anim

Contains pieces fr the digital twin and digital twin builder animations

.process-anim-twin--ratio            - Scales instead of having a fixed ratio

*/
.process-anim-twin {
  height: 720px;
  position: absolute;
  top: 65px;
  left: 0;
  width: 100%;
  z-index: 1;
  overflow: hidden;
  transition: opacity 1s;
  will-change: opacity;
}
.process-anim-twin > .process-anim-cube-in {
  position: absolute;
  width: 100%;
  top: 0;
}
.process-anim-twin > .process-anim-cube-in > svg {
  width: 100%;
  height: 100%;
}
.process-anim-twin > .process-anim-section-title {
  position: absolute;
  bottom: 39px;
  left: 7%;
}
.process-anim-twin__factory-lineup {
  position: absolute;
  bottom: 0;
}
.process-anim-twin__factory-lineup > svg {
  width: 100%;
  height: 100%;
}
.process-anim-twin__factory-lineup--home {
  top: 0;
  bottom: auto;
}
.process-anim-twin__factory-names {
  position: absolute;
  left: 7%;
  bottom: 200px;
  width: 300px;
}
.process-anim-twin__factory-names > p {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: 'ReplicaMono-Regular', sans-serif;
  font-weight: normal;
  font-size: 25px;
  line-height: 1.3;
  color: #3babef;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.process-anim-twin__large-factory-names {
  position: absolute;
  left: 7%;
  top: 43px;
  width: 600px;
}
.process-anim-twin__large-factory-names > .process-anim-section-title {
  position: absolute;
}
.process-anim-twin__charts {
  position: absolute;
  right: 7%;
  top: 0;
  bottom: 0;
  margin: auto 0;
  height: 500px;
}
@media (max-width: 63.99em) {
  .process-anim-twin__charts {
    display: none !important;
  }
}
.process-anim-twin__charts__chart + .process-anim-twin__charts__chart {
  margin-top: 50px;
}
.process-anim-twin__charts__chart-heading {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: 'ReplicaMono-Regular', sans-serif;
  font-weight: normal;
  font-size: 20px;
  line-height: 1.2;
  color: #3babef;
}
.process-anim-twin__factory-cubes,
.process-anim-twin__factory-cube {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.process-anim-twin__factory-cubes > svg,
.process-anim-twin__factory-cube > svg {
  width: 100%;
  height: 100%;
}
.process-anim-twin__stat-sets {
  position: absolute;
  width: 50%;
  left: 50%;
  top: 63px;
}
.process-anim-twin__stat-set {
  position: absolute;
}
.process-anim-twin__stat-set > * + * {
  margin-top: 43px;
}
.process-anim-twin__stat-set-heading {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: 'ReplicaMono-Regular', sans-serif;
  font-size: 25px;
  line-height: 1.5;
  color: #3babef;
  border-bottom: 1px solid #fff;
  padding-bottom: 12px;
}
.process-anim-twin__stat-set-heading + .process-anim-twin__stat-set-heading {
  margin-top: 40px;
}
.process-anim-twin__stat-set-heading:before {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background-color: #fff;
  opacity: 0.3;
  margin-bottom: 12px;
}
.process-anim-twin--ratio {
  height: 0;
  padding-top: 56.25%;
}
.process-anim-twin--ratio .process-anim-cube-in,
.process-anim-twin--ratio .process-anim-twin__factory-lineup,
.process-anim-twin--ratio .process-anim-twin__factory-cubes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.process-anim-twin--ratio .process-anim-twin__factory-names {
  left: 7%;
  bottom: 30%;
}
@media (max-width: 47.49em) {
  .process-anim-twin--ratio .process-anim-twin__factory-names > p {
    display: none;
  }
}
@media (max-width: 63.99em) {
  .process-anim-twin--ratio .process-anim-twin__factory-names > p {
    font-size: 18px;
  }
}
.process-anim-twin.is-hidden {
  opacity: 0;
}
/*
Process Anim Why to Solved

The introductory animation for the Process Anim "Why to Solved" section

*/
.process-anim-why-to-solved {
  height: 720px;
  position: relative;
}
.process-anim-why-to-solved__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.process-anim-why-to-solved__bg > svg {
  width: 100%;
  height: auto;
}
.process-anim-why-to-solved__logos {
  position: absolute;
  top: 113px;
  left: 7%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  width: 375px;
}
.process-anim-why-to-solved__logos-logo > svg {
  height: auto;
}
.process-anim-why-to-solved__logos-logo:nth-child(1) > svg {
  width: 85px;
}
.process-anim-why-to-solved__logos-logo:nth-child(3) > svg {
  width: 221px;
}
.process-anim-why-to-solved__logos-logo--solo:nth-child(1) > svg {
  width: 265px;
  height: 86px;
}
.process-anim-why-to-solved__logos-divider {
  background-color: #16467f;
  width: 2px;
  height: 95px;
  display: inline-block;
}
.process-anim-why-to-solved__heading {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: 'Replica-Bold', sans-serif;
  color: #3babef;
  line-height: 1.15;
  font-size: 62px;
  position: absolute;
  top: 50px;
  left: 7%;
}
.process-anim-why-to-solved__heading > span {
  color: #16467f;
}
.process-anim-why-to-solved__plants {
  width: 100%;
  position: absolute;
  bottom: -4px;
}
.process-anim-why-to-solved__plants > svg {
  width: 100%;
  height: auto;
}
.process-anim-why-to-solved__plants > svg #titles text {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: 'ReplicaMono-Regular', sans-serif;
}
.process-anim-why-to-solved__questions {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.process-anim-why-to-solved__questions > * {
  position: absolute;
  max-width: 300px;
  max-width: 30rem;
}
.process-anim-why-to-solved__questions > *:nth-child(1) {
  bottom: 403px;
  left: 524px;
}
.process-anim-why-to-solved__questions > *:nth-child(2) {
  bottom: 358px;
  left: 744px;
}
.process-anim-why-to-solved__questions > *:nth-child(3) {
  bottom: 422px;
  right: 225px;
}
.process-anim-why-to-solved__questions > *:nth-child(4) {
  bottom: 404px;
  left: 522px;
}
.process-anim-why-to-solved__questions > *:nth-child(5) {
  bottom: 422px;
  left: 603px;
}
.process-anim-why-to-solved--outro {
  position: absolute;
  width: 100%;
  bottom: 0;
}
.process-anim-why-to-solved--outro .process-anim-why-to-solved__bg {
  background-color: #fff;
}
.process-anim-why-to-solved--outro svg #bg-texture,
.process-anim-why-to-solved--outro svg #data,
.process-anim-why-to-solved--outro svg #titles {
  display: none;
}
/*
Quote

A large quotation

.quote--reverse                     - For dark backgrounds

*/
.quote__text {
  font-size: 18.75px;
  font-size: 1.875rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Replica-Regular", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.25;
  font-family: "Replica-Bold", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #396ab6;
}
.quote__text:before {
  content: '“';
  position: absolute;
  margin-left: -0.6em;
}
.quote__text:after {
  content: '”';
}
.quote__source {
  font-size: 8.125px;
  font-size: 0.8125rem;
  font-family: "ReplicaMono-Regular", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #16467f;
  margin-top: 30px;
}
@media screen and (min-width: 320px) {
  .quote__source {
    margin-top: calc(30px + 10 * ((100vw - 320px) / 980));
  }
}
@media screen and (min-width: 1300px) {
  .quote__source {
    margin-top: 40px;
  }
}
.quote--reverse .quote__text,
.quote--reverse .quote__source {
  color: #fff;
}
/*
Recommendations Table

Contains a list of recommendations for DRI zones
*/
.recommendations-table {
  margin-top: 30px;
  margin-bottom: 0;
}
@media screen and (min-width: 320px) {
  .recommendations-table {
    margin-top: calc(30px + 20 * ((100vw - 320px) / 980));
  }
}
@media screen and (min-width: 1300px) {
  .recommendations-table {
    margin-top: 50px;
  }
}
.recommendations-table__col-head {
  font-size: 8.75px;
  font-size: 0.875rem;
  font-family: "ReplicaMono-Regular", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.3;
  color: #3babef;
}
.recommendations-table__col {
  vertical-align: top;
  padding: 13px 14px 22px;
  width: 28%;
}
.recommendations-table__row-head {
  font-size: 8.75px;
  font-size: 0.875rem;
  font-family: "ReplicaMono-Regular", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.3;
  color: #396ab6;
  width: 16%;
}
.recommendations-table__list {
  font-size: 8.75px;
  font-size: 0.875rem;
  font-family: "Replica-Regular", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.3;
}
.recommendations-table__list > li {
  position: relative;
  padding-left: 0.9em;
  list-style: none;
}
.recommendations-table__list > li:before {
  content: "-";
  display: block;
  position: absolute;
  left: 0;
  top: 0em;
}
.recommendations-table__list > li + li {
  margin-top: 10px;
}
.recommendations-table tbody tr:nth-child(2n + 1) .recommendations-table__col {
  background-color: rgba(0, 0, 0, 0.02);
}
/*
Rich Text

Styles that can accomodate a wide range of HTML text

.rich-text--reverse               - Reverses colors

*/
.rich-text > *:last-child {
  margin-bottom: 0;
}
.rich-text ul, .rich-text ol {
  list-style: none;
}
.rich-text ul li, .rich-text ol li {
  list-style: none;
  position: relative;
  padding-left: 25px;
}
.rich-text ul li + li, .rich-text ol li + li {
  margin-top: 12px;
}
.rich-text ul li:before {
  content: "\2192";
  color: #3babef;
  display: block;
  position: absolute;
  left: 0;
}
.rich-text ol {
  counter-reset: ordered-list-text-counter;
}
.rich-text ol li:before {
  font-family: "Replica-Bold", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  position: absolute;
  left: -10px;
  content: counter(ordered-list-text-counter) ".";
  counter-increment: ordered-list-text-counter;
  text-align: right;
  width: 25px;
  color: #3babef;
}
.rich-text {
  color: #fff;
}
/*
Share Modal

A popup modal with some simple sharing elements.
*/
.share-modal {
  background-color: #fff;
  padding: 30px 35px;
  margin-left: 20px;
  margin-right: 20px;
}
.modal-popup__header {
  margin: 0;
}
.share-modal__description {
  margin-top: 30px;
}
@media screen and (min-width: 320px) {
  .share-modal__description {
    margin-top: calc(30px + 0 * ((100vw - 320px) / 980));
  }
}
@media screen and (min-width: 1300px) {
  .share-modal__description {
    margin-top: 30px;
  }
}
.share-modal__form {
  margin-top: 30px;
}
@media screen and (min-width: 320px) {
  .share-modal__form {
    margin-top: calc(30px + 0 * ((100vw - 320px) / 980));
  }
}
@media screen and (min-width: 1300px) {
  .share-modal__form {
    margin-top: 30px;
  }
}
.share-modal__close {
  margin-top: 30px;
  font-size: 8.75px;
  font-size: 0.875rem;
  font-family: "ReplicaMono-Regular", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.3;
  display: inline-block;
  color: #3babef;
}
@media screen and (min-width: 320px) {
  .share-modal__close {
    margin-top: calc(30px + 0 * ((100vw - 320px) / 980));
  }
}
@media screen and (min-width: 1300px) {
  .share-modal__close {
    margin-top: 30px;
  }
}
.share-modal__close:hover {
  text-decoration: underline;
}
/*
Simple Modal

A simple, basic modal

.simple-modal--light           - Light-colored background
*/
.simple-modal {
  background-color: #396ab6;
  padding: 40px 28px 12px;
  padding: 4rem 2.8rem 1.2rem;
  margin-left: 20px;
  margin-right: 20px;
}
.simple-modal__close {
  background: url(images/menu-close.svg) no-repeat;
  background-position: center center;
  background-size: 17px 17px;
  text-indent: -99990px;
  text-indent: -9999rem;
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  margin-top: 25px;
  margin-top: 2.5rem;
}
.simple-modal--light {
  background-color: #fff;
}
.simple-modal--light .simple-modal__close {
  background-image: url(images/menu-close-dark.svg);
}
/*
Slideshow Nav

Navigation for various slideshows
*/
.slideshow-nav__item {
  font-size: 8.75px;
  font-size: 0.875rem;
  font-family: "ReplicaMono-Regular", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.3;
  color: #a5a5a5;
  display: inline-block;
  border-top: 1px solid #a5a5a5;
  padding-top: 5px;
  transition: 0.2s;
  transition-property: color, border-color;
}
.slideshow-nav__item:hover {
  color: #396ab6;
  border-top-color: #396ab6;
}
.slideshow-nav__item + .slideshow-nav__item {
  margin-left: 13px;
}
.slideshow-nav__item.is-active {
  color: #3babef;
  border-top-color: #3babef;
}
/*
Small Contact Form

A contact form with a few fields, typically used as a sort of CTA

.small-contact-form--modal          - Appears in a .simple-modal
*/
.small-contact-form > * + * {
  margin-top: 16px;
}
@media screen and (min-width: 320px) {
  .small-contact-form > * + * {
    margin-top: calc(16px + 0 * ((100vw - 320px) / 980));
  }
}
@media screen and (min-width: 1300px) {
  .small-contact-form > * + * {
    margin-top: 16px;
  }
}
.small-contact-form__heading {
  font-size: 6.25px;
  font-size: 0.625rem;
  font-family: "ReplicaMono-Regular", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.25;
  color: #3babef;
  margin: 0;
}
.small-contact-form--modal .small-contact-form__heading {
  color: #fff;
}
/*
Speech Bubble

A speech bubble that typically contains a question

.speech-bubble--left          - Stem is on the left
.speech-bubble--right         - Stem is on the right
.speech-bubble--blue                        - Color is blue
.speech-bubble--yellow                      - Color is yellow
.speech-bubble--red                         - Color is red
.speech-bubble--green                       - Color is green

*/
.speech-bubble {
  background-color: black;
  padding: 26px 30px;
  position: absolute;
  display: inline-block;
}
.speech-bubble > p {
  color: white;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: 'Replica-Bold', sans-serif;
  line-height: 1.22;
  font-size: 38px;
  margin: 0;
}
.speech-bubble__stem {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  height: 100%;
  position: absolute;
  top: 99%;
  width: 46px;
  height: 27px;
}
.speech-bubble__stem > svg {
  width: 46px;
  height: 27px;
}
.speech-bubble--left {
  transform-origin: 0 100%;
}
.speech-bubble--left .speech-bubble__stem {
  left: 0;
}
.speech-bubble--right {
  transform-origin: 100% 100%;
}
.speech-bubble--right .speech-bubble__stem {
  left: 100%;
  margin-left: -46px;
}
.speech-bubble--blue, .speech-bubble--blue .speech-bubble-stem {
  background-color: #3babef;
  fill: #3babef;
}
.speech-bubble--yellow, .speech-bubble--yellow .speech-bubble-stem {
  background-color: #fdd615;
  fill: #fdd615;
}
.speech-bubble--red, .speech-bubble--red .speech-bubble-stem {
  background-color: #f03140;
  fill: #f03140;
}
.speech-bubble--green, .speech-bubble--green .speech-bubble-stem {
  background-color: #86cc1a;
  fill: #86cc1a;
}
/*
Styleguide Item

An indiviudal item in the styleguide
*/
.styleguide-item:after {
  content: " ";
  display: block;
  clear: both;
}
.styleguide-item__title {
  padding-top: 30px;
  padding-bottom: 7px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e8e8e8;
}
.styleguide-item__title--code {
  font-family: "Andale Mono", AndaleMono, monospace;
  font-size: 14px;
  font-weight: 400;
  color: #dbdbdb;
  text-transform: none;
  letter-spacing: 0;
  transition: color 0.2s;
}
.styleguide-item:hover .styleguide-item__title--code {
  color: #666;
}
.styleguide-item__title-spacer {
  display: inline-block;
  margin-left: 40px;
}
.styleguide-item__code-sample {
  width: 38.06971%;
  float: left;
  margin-right: 6.16622%;
  font-family: "Andale Mono", AndaleMono, monospace;
  font-size: 14px;
  font-weight: 400;
  color: #848484;
  padding: 10px;
  padding: 1rem;
  background: #f2f2f2;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  cursor: pointer;
}
.styleguide-item__code-sample > pre {
  margin: 0;
}
.styleguide-item__object-sample {
  width: 55.76408%;
  float: right;
  margin-right: 0;
  padding: 30px;
}
.styleguide-item__object-sample--narrow {
  padding-right: 11.52815%;
}
.styleguide-item__object-sample--large {
  width: 100%;
  float: right;
  margin-right: 0;
  margin-top: 40px;
  clear: left;
}
.styleguide-item__object-sample--bg-grey {
  background: #f4f4f4;
  min-height: 200px;
}
.styleguide-item__object-sample--bg-black {
  background: #000;
}
.styleguide-item__object-sample--bg-brand {
  background: #16467f;
}
.styleguide-item__object-sample--bg-brand-2 {
  background: #3babef;
}
/*
Styleguide Typography Item

A styleguide item representing typography for the site
*/
@media (min-width: 64em) {
  .styleguide-typography-item {
    position: relative;
    padding-left: 350px;
  }
}
.styleguide-typography-item__code {
  margin-bottom: 10px;
  font-family: "Andale Mono", AndaleMono, monospace;
  font-size: 14px;
  font-weight: 400;
  color: #848484;
  padding: 1em;
  background: #f2f2f2;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  cursor: pointer;
  min-width: 300px;
}
@media screen and (min-width: 320px) {
  .styleguide-typography-item__code {
    margin-bottom: calc(10px + 0 * ((100vw - 320px) / 980));
  }
}
@media screen and (min-width: 1300px) {
  .styleguide-typography-item__code {
    margin-bottom: 10px;
  }
}
.styleguide-typography-item__code > pre {
  margin: 0;
}
@media (min-width: 64em) {
  .styleguide-typography-item__code {
    position: absolute;
    left: 0;
  }
}
/*
Subpage Intro

Introduces a subpage on the site

.subpage-intro--spaced-subheading         - Spaced out subheading
.subpage-intro--eyebrow                   - Adds an eyebrow above heading
.subpage-intro--reverse                   - Reversed colors for use on dark backgrounds
.subpage-intro--banner-header             - Unique layout for use in .l-banner-header
.subpage-intro--banner-header-case-study - Unique layout for use in .l-banner-head--case-study
*/
.subpage-intro__heading {
  font-size: 22.5px;
  font-size: 2.25rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Replica-Bold", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.06;
  color: #396ab6;
}
@media (min-width: 47.5em) {
  .subpage-intro__heading {
    font-size: 3rem;
  }
}
.subpage-intro__subheading {
  font-size: 12.5px;
  font-size: 1.25rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Replica-Bold", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.25;
  margin: 0;
  margin-top: 0px;
  color: #3babef;
}
.subpage-intro__text {
  margin-top: 16px;
}
@media screen and (min-width: 320px) {
  .subpage-intro__text {
    margin-top: calc(16px + 0 * ((100vw - 320px) / 980));
  }
}
@media screen and (min-width: 1300px) {
  .subpage-intro__text {
    margin-top: 16px;
  }
}
.subpage-intro__cta {
  margin-top: 30px;
}
@media screen and (min-width: 320px) {
  .subpage-intro__cta {
    margin-top: calc(30px + 10 * ((100vw - 320px) / 980));
  }
}
@media screen and (min-width: 1300px) {
  .subpage-intro__cta {
    margin-top: 40px;
  }
}
.subpage-intro__cta > .input-btn {
  display: block;
}
@media (min-width: 47.5em) {
  .subpage-intro__cta > .input-btn {
    display: inline-block;
    margin-right: 10px;
  }
}
@media (max-width: 47.49em) {
  .subpage-intro__cta > * + * {
    margin-top: 30px;
  }
}
@media screen and (max-width: 47.49em) and (min-width: 320px) {
  .subpage-intro__cta > * + * {
    margin-top: calc(30px + 0 * ((100vw - 320px) / 980));
  }
}
@media screen and (max-width: 47.49em) and (min-width: 1300px) {
  .subpage-intro__cta > * + * {
    margin-top: 30px;
  }
}
.subpage-intro--alt .subpage-intro__heading {
  color: #3babef;
}
.subpage-intro--spaced-subheading .subpage-intro__subheading {
  margin-top: 24px;
}
.subpage-intro--eyebrow:before {
  content: "";
  display: block;
  height: 1px;
  border-bottom: 1px solid #396ab6;
  width: 17px;
  margin-bottom: 32px;
}
.subpage-intro--reverse .subpage-intro__heading,
.subpage-intro--reverse .subpage-intro__text {
  color: #fff;
}
.subpage-intro--reverse.subpage-intro--eyebrow:before {
  content: "";
  display: block;
  height: 1px;
  border-bottom: 1px solid #fff;
  width: 17px;
  margin-bottom: 32px;
}
@media (min-width: 47.5em) {
  .subpage-intro--banner-header .subpage-intro__subheading,
  .subpage-intro--banner-header .subpage-intro__text {
    padding-right: 20.67308%;
  }
}
@media (min-width: 47.5em) {
  .subpage-intro--banner-header-case-study .subpage-intro__subheading,
  .subpage-intro--banner-header-case-study .subpage-intro__text {
    padding-right: 24.6888%;
  }
}
/*
Text List

A list of text items
*/
.text-list > li {
  font-size: 8.75px;
  font-size: 0.875rem;
  font-family: "Replica-Regular", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.3;
  color: #fff;
  list-style-type: none;
  padding-left: 11px;
  position: relative;
}
.text-list > li:before {
  content: "-";
  position: absolute;
  left: 0;
}
.text-list > li + li {
  margin-top: 10px;
}
@media screen and (min-width: 320px) {
  .text-list > li + li {
    margin-top: calc(10px + 0 * ((100vw - 320px) / 980));
  }
}
@media screen and (min-width: 1300px) {
  .text-list > li + li {
    margin-top: 10px;
  }
}
/*
Text Set

A common combination of headings and body copy.

.text-set--reverse           - Reverses the text for light backgrounds
.text-set--white             - Makes the heading text white
.text-set--large             - Larger heading and text
.text-set--strong-heading    - Stronger heading style
.text-set--minor-heading     - Weaker heading style

*/
.text-set__heading {
  font-size: 18.75px;
  font-size: 1.875rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Replica-Regular", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.25;
  margin-top: 3px;
}
.text-set__heading.text-set__heading--eyebrow:before {
  content: "";
  display: block;
  height: 1px;
  border-bottom: 1px solid #3babef;
  width: 17px;
  margin-bottom: 0.7em;
}
.text-set__text {
  color: #fff;
}
.text-set__text > * {
  margin: 0;
}
.text-set__text > * + * {
  margin-top: 10px;
}
@media screen and (min-width: 320px) {
  .text-set__text > * + * {
    margin-top: calc(10px + 0 * ((100vw - 320px) / 980));
  }
}
@media screen and (min-width: 1300px) {
  .text-set__text > * + * {
    margin-top: 10px;
  }
}
.text-set__text > ol {
  padding-left: 30px;
}
.text-set__text > ol > li {
  margin-top: 10px;
  list-style-type: decimal;
}
@media screen and (min-width: 320px) {
  .text-set__text > ol > li {
    margin-top: calc(10px + 0 * ((100vw - 320px) / 980));
  }
}
@media screen and (min-width: 1300px) {
  .text-set__text > ol > li {
    margin-top: 10px;
  }
}
.text-set--reverse .text-set__text {
  color: #6d6e70;
}
.text-set--white .text-set__heading {
  color: #fff;
}
.text-set--large .text-set__heading {
  font-size: 15.625px;
  font-size: 1.5625rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Replica-Regular", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.22;
}
@media (min-width: 47.5em) {
  .text-set--large .text-set__heading {
    font-size: 2.25rem;
  }
}
.text-set--large .text-set__heading.text-set__heading--eyebrow:before {
  content: "";
  display: block;
  height: 1px;
  border-bottom: 1px solid #3babef;
  width: 17px;
  margin-bottom: 10px;
}
.text-set--large .text-set__text {
  font-size: 10px;
  font-size: 1rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Replica-Regular", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.19;
  margin-top: 11px;
  margin-top: 1.1rem;
}
@media (min-width: 47.5em) {
  .text-set--large .text-set__text {
    font-size: 1.3125rem;
  }
}
.text-set--strong-heading .text-set__heading {
  font-family: "Replica-Bold", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}
.text-set--strong-heading .text-set__text {
  margin-top: 13px;
  margin-top: 1.3rem;
}
.text-set--minor-heading .text-set__heading {
  font-size: 10px;
  font-size: 1rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Replica-Regular", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.19;
}
@media (min-width: 47.5em) {
  .text-set--minor-heading .text-set__heading {
    font-size: 1.3125rem;
  }
}
/*
Tiny Subheading

A very small subheading

.tiny-subheading--large             - Slightly bigger
*/
.tiny-subheading {
  font-size: 6.25px;
  font-size: 0.625rem;
  font-family: "ReplicaMono-Regular", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.25;
  margin-bottom: 0;
  color: #3babef;
}
.tiny-subheading:before {
  content: "";
  display: block;
  height: 1px;
  border-bottom: 1px solid #3babef;
  width: 17px;
  margin-bottom: 9px;
}
.tiny-subheading--large {
  font-size: 8.75px;
  font-size: 0.875rem;
  font-family: "ReplicaMono-Regular", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.3;
}
/*
Toggle

Toggles between two values

.is-off               - The "off" state

*/
.toggle {
  width: 80px;
  background-color: rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  height: 20px;
  position: relative;
  cursor: pointer;
  padding: 3px;
}
.toggle:before {
  content: "";
  display: block;
  width: 37px;
  height: 14px;
  background-color: #fff;
  border-radius: 7px;
  transition: transform 0.3s;
}
.toggle__option {
  font-size: 6.25px;
  font-size: 0.625rem;
  font-family: "ReplicaMono-Regular", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.25;
  color: #000;
  width: 50%;
  position: absolute;
  transition: 0.3s;
  line-height: 20px;
  top: 0;
  left: 0;
  text-align: center;
}
.toggle__option:nth-child(2) {
  color: #3babef;
  left: auto;
  right: 0;
}
.toggle.is-off:before {
  transform: translateX(100%);
}
.toggle.is-off .toggle__option:nth-child(1) {
  color: #3babef;
}
.toggle.is-off .toggle__option:nth-child(2) {
  color: #000;
}
.l-split-columns .hbspt-form .submitted-message {
  font-size: 12.5px;
  font-size: 1.25rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Replica-Bold", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.25;
  text-align: center;
  color: #396ab6;
}
.l-split-columns .hbspt-form .submitted-message:before {
  content: '';
  display: block;
  width: 50px;
  width: 5rem;
  height: 50px;
  height: 5rem;
  margin: 0 auto;
  margin-bottom: 30px;
  margin-top: 30px;
  border: 2px solid #396ab6;
  border-radius: 100%;
  background-image: url("/wp-content/themes/sightmachine/images/form-submit-checkmark.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
@media screen and (min-width: 320px) {
  .l-split-columns .hbspt-form .submitted-message:before {
    margin-bottom: calc(30px + 20 * ((100vw - 320px) / 980));
  }
}
@media screen and (min-width: 1300px) {
  .l-split-columns .hbspt-form .submitted-message:before {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 320px) {
  .l-split-columns .hbspt-form .submitted-message:before {
    margin-top: calc(30px + 20 * ((100vw - 320px) / 980));
  }
}
@media screen and (min-width: 1300px) {
  .l-split-columns .hbspt-form .submitted-message:before {
    margin-top: 50px;
  }
}
.footer-subscribe .hbspt-form .submitted-message {
  font-size: 12.5px;
  font-size: 1.25rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Replica-Bold", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.25;
  text-align: center;
  color: #fff;
}
.footer-subscribe .hbspt-form .submitted-message > * {
  margin: 0;
}
.hubspot-form--default {
  /* Labels (selects field labels and error messages) */
  /* Text inputs */
  /* Error message (selector for validation messages) */
}
.hubspot-form--default label {
  font-size: 10px;
  font-size: 1rem;
  font-family: "Replica-Bold", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.375;
  color: #011d41;
  margin-bottom: 0.3em;
  display: block;
}
.hubspot-form--default input[type="text"],
.hubspot-form--default input[type="password"],
.hubspot-form--default input[type="number"],
.hubspot-form--default input[type="email"],
.hubspot-form--default input[type="url"],
.hubspot-form--default input[type="tel"],
.hubspot-form--default textarea {
  font-size: 10px;
  font-size: 1rem;
  font-family: "Replica-Bold", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.375;
  padding: 0.5em 0.75em;
  border: 1px solid #011d41;
  color: #011d41;
  margin-bottom: 9px;
  margin-bottom: 0.9rem;
  border-radius: 0;
  -khtml-border-radius: 0;
  box-shadow: none;
  -webkit-appearance: none;
  box-sizing: border-box;
}
.hubspot-form--default input[type="text"]:focus,
.hubspot-form--default input[type="password"]:focus,
.hubspot-form--default input[type="number"]:focus,
.hubspot-form--default input[type="email"]:focus,
.hubspot-form--default input[type="url"]:focus,
.hubspot-form--default input[type="tel"]:focus,
.hubspot-form--default textarea:focus {
  border-color: #396ab6;
}
.hubspot-form--default .hs-error-msgs label {
  color: #f03140;
  margin-bottom: 5px;
  margin-bottom: 0.5rem;
}
.hubspot-form--default .hs-button.primary {
  font-size: 8.75px;
  font-size: 0.875rem;
  font-family: "ReplicaMono-Regular", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.3;
  background-color: transparent;
  border-radius: 0;
  border: 1px solid #011d41;
  color: #011d41;
  display: inline-block;
  line-height: 1em;
  margin-top: 15px;
  margin-top: 1.5rem;
  padding: 0.8em 2.3em;
  width: auto;
}
.hubspot-form--default .hs-button.primary:hover {
  color: #fff;
  background-color: #011d41;
}
.hubspot-form--footer {
  /* Labels (selects field labels and error messages) */
  /* Text inputs */
  /* Error message (selector for validation messages) */
}
.hubspot-form--footer label {
  font-size: 8.75px;
  font-size: 0.875rem;
  font-family: "Replica-Regular", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.3;
  font-weight: bold;
  color: #fff;
  margin-bottom: 0.5em;
  display: block;
}
.hubspot-form--footer input[type="text"],
.hubspot-form--footer input[type="password"],
.hubspot-form--footer input[type="number"],
.hubspot-form--footer input[type="email"],
.hubspot-form--footer input[type="url"],
.hubspot-form--footer input[type="tel"],
.hubspot-form--footer textarea {
  font-size: 8.75px;
  font-size: 0.875rem;
  font-family: "Replica-Regular", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.3;
  padding: 0.5em 0.75em;
  border: 1px solid #011d41;
  color: #011d41;
  margin-bottom: 9px;
  margin-bottom: 0.9rem;
  border-radius: 0;
  -khtml-border-radius: 0;
  box-shadow: none;
  -webkit-appearance: none;
  box-sizing: border-box;
  display: block;
}
.hubspot-form--footer input[type="text"]:focus,
.hubspot-form--footer input[type="password"]:focus,
.hubspot-form--footer input[type="number"]:focus,
.hubspot-form--footer input[type="email"]:focus,
.hubspot-form--footer input[type="url"]:focus,
.hubspot-form--footer input[type="tel"]:focus,
.hubspot-form--footer textarea:focus {
  border-color: #396ab6;
}
.hubspot-form--footer .hs-error-msgs label {
  color: #f03140;
  margin-bottom: 5px;
  margin-bottom: 0.5rem;
}
.hubspot-form--footer .hs-button.primary {
  font-size: 8.75px;
  font-size: 0.875rem;
  font-family: "ReplicaMono-Regular", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.3;
  background-color: transparent;
  border-radius: 0;
  border: 1px solid #3babef;
  color: #fff;
  display: inline-block;
  line-height: 1em;
  margin-top: 5px;
  margin-top: 0.5rem;
  padding: 0.8em 2.3em;
  width: auto;
}
.hubspot-form--footer .hs-button.primary:hover {
  color: #fff;
  background-color: #3babef;
}
@media (min-width: 35em) {
  .hubspot-form--footer fieldset.form-columns-1 .hs-form-field input[type="text"],
  .hubspot-form--footer fieldset.form-columns-1 .hs-form-field input[type="password"],
  .hubspot-form--footer fieldset.form-columns-1 .hs-form-field input[type="number"],
  .hubspot-form--footer fieldset.form-columns-1 .hs-form-field input[type="email"],
  .hubspot-form--footer fieldset.form-columns-1 .hs-form-field input[type="url"],
  .hubspot-form--footer fieldset.form-columns-1 .hs-form-field input[type="tel"],
  .hubspot-form--footer fieldset.form-columns-1 .hs-form-field textarea {
    width: 100%;
  }
}
/*
Notie Customizations
*/
.notie-background-info {
  background-color: #3babef;
}
.notie-textbox-inner {
  font-size: 12.5px;
  font-size: 1.25rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Replica-Bold", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.25;
}
/* Stylesheet from Genesis 2.1.2 */
/* # Table of Contents
- Imports
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
	- Social Media
	- Featured Widget
	- Calls to Action
	- Sidebar Button Widget
	- Child Pagesw Lists
- Plugins
	- Genesis eNews Extended
	- Jetpack
	- Gravity Forms
	- WP Table
	- Soliloquy
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Header Navigation
	- Primary Navigation
	- Secondary Navigation
- Home Page
	- Home Slider
	- Home Featured 1
	- Home Featured 2
	- Home Featured 3
	- Home Featured 4
- Resources Page
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Calls to Action
- Footer Widgets
- Site Footer
- Media Queries
	- Retina Display
	- Max-width: 1200px
	- Max-width: 960px
	- Max-width: 800px
	- Max-width: 680px
	- Max-width: 480px
	- Max-width: 380px
*/
/* # Fonts
---------------------------------------------------------------------------------------------------- */
/*
 * Legal Disclaimer
 *
 * These Fonts are licensed only for use on these domains and their subdomains:
 * sightmachine.com
 *
 * It is illegal to download or use them on other websites.
 *
 * While the @font-face statements below may be modified by the client, this
 * disclaimer may not be removed.
 *
 * Lineto.com, 2016
 */
/*
 *
 * INSTRUCTIONS
 *
 * Copy the Legal Disclaimer and the @font-faces statements to your regular CSS file.
 * The fonts folder(s) should be placed relative to the regular CSS file.
 *
 * You can use either the complete or subsetted fonts:
 * If you don’t require the entire range of characters, you can use the smaller, subsetted webfonts instead.
 * See "Glyphs & Languages" for an overview of the characters in the *_subsetted.html file in the root directory of this package.
 *
 */
/* Complete */
@font-face {
  font-family: "ReplicaMono-Regular";
  src: url("fonts/lineto-replicamono-regular.eot");
  src: url("fonts/lineto-replicamono-regular.eot?#iefix") format("embedded-opentype"), url("fonts/lineto-replicamono-regular.woff2") format("woff2"), url("fonts/lineto-replicamono-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Replica-Regular";
  src: url("fonts/lineto-replica-regular.eot");
  src: url("fonts/lineto-replica-regular.eot?#iefix") format("embedded-opentype"), url("fonts/lineto-replica-regular.woff2") format("woff2"), url("fonts/lineto-replica-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Replica-Italic";
  src: url("fonts/lineto-replica-italic.eot");
  src: url("fonts/lineto-replica-italic.eot?#iefix") format("embedded-opentype"), url("fonts/lineto-replica-italic.woff2") format("woff2"), url("fonts/lineto-replica-italic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Replica-Bold";
  src: url("fonts/lineto-replica-bold.eot");
  src: url("fonts/lineto-replica-bold.eot?#iefix") format("embedded-opentype"), url("fonts/lineto-replica-bold.woff2") format("woff2"), url("fonts/lineto-replica-bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/* Subsetted
@font-face {
    font-family: "ReplicaMono-Regular-S";
    src:url("fonts_subsetted/lineto-replicamono-regular.eot");
    src:url("fonts_subsetted/lineto-replicamono-regular.eot?#iefix") format("embedded-opentype"),
        url("fonts_subsetted/lineto-replicamono-regular.woff2") format("woff2"),
        url("fonts_subsetted/lineto-replicamono-regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Replica-Regular-S";
    src:url("fonts_subsetted/lineto-replica-regular.eot");
    src:url("fonts_subsetted/lineto-replica-regular.eot?#iefix") format("embedded-opentype"),
        url("fonts_subsetted/lineto-replica-regular.woff2") format("woff2"),
        url("fonts_subsetted/lineto-replica-regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Replica-Italic-S";
    src:url("fonts_subsetted/lineto-replica-italic.eot");
    src:url("fonts_subsetted/lineto-replica-italic.eot?#iefix") format("embedded-opentype"),
        url("fonts_subsetted/lineto-replica-italic.woff2") format("woff2"),
        url("fonts_subsetted/lineto-replica-italic.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Replica-Bold-S";
    src:url("fonts_subsetted/lineto-replica-bold.eot");
    src:url("fonts_subsetted/lineto-replica-bold.eot?#iefix") format("embedded-opentype"),
        url("fonts_subsetted/lineto-replica-bold.woff2") format("woff2"),
        url("fonts_subsetted/lineto-replica-bold.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
*/
/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */
/* ## Baseline Normalize
--------------------------------------------- */
/* @group Normalize */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}
audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden], template {
  display: none;
}
a {
  background: 0 0;
}
a:active, a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b, strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: .67em 0;
}
mark {
  background: #ff0;
  color: #333;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em;
}
button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button, select {
  text-transform: none;
}
button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled], html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}
input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: 700;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td, th {
  padding: 0;
}
/* @end */
/* ## Box Sizing
--------------------------------------------- */
*,
input[type="search"] {
  box-sizing: border-box;
}
/* @group Float Clearing */
/* ## Float Clearing
--------------------------------------------- */
.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
  content: " ";
  display: table;
}
.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
  clear: both;
  content: " ";
  display: table;
}
/* @end */
/* # Defaults
---------------------------------------------------------------------------------------------------- */
/* ## Typographical Elements
--------------------------------------------- */
html {
  background-color: #e6e7e8;
}
body {
  background: url(images/bkg@3x.gif) 6px 0 repeat-x #fff;
  background-size: 17px 766px;
  color: #6d6e70;
  font-family: 'Replica-Regular', sans-serif;
  font-size: 16px;
  line-height: 22px;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html, body {
  overflow-x: hidden;
}
a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
  transition: all 0.1s ease-in-out;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
  border: none;
  outline: none;
  border-radius: 0;
}
.l-dri-callout__body .btn {
  color: #fff;
  border-color: #fff;
  margin-top: 1em;
}
.l-dri-callout__body .btn > .arrow {
  position: relative;
  top: -0.125em;
}
::-moz-selection {
  background-color: #333;
  color: #fff;
}
::selection {
  background-color: #333;
  color: #fff;
}
a {
  text-decoration: none;
}
.entry-content a {
  color: #3babef;
  text-decoration: underline;
}
.entry-content a:hover {
  text-decoration: none;
}
.entry-content .wistia_responsive_padding {
  clear: left;
}
p {
  margin: 0 0 20px;
  padding: 0;
}
ol,
ul {
  margin: 0;
  padding: 0;
}
li {
  list-style-type: circle;
}
b,
strong {
  font-family: 'Replica-Bold', sans-serif;
  font-weight: normal;
  font-style: normal;
}
cite,
em,
i {
  font-style: italic;
}
blockquote {
  margin: 20px 0 40px;
  position: relative;
}
blockquote:before {
  content: '“';
  font: 36px 'Replica-Bold', sans-serif;
  color: #fff;
  position: absolute;
  left: -.5em;
}
blockquote p {
  margin-bottom: 10px;
  position: relative;
  font: 36px 'Replica-Bold', sans-serif;
  color: #fff;
}
blockquote p:after {
  content: '”';
  font: 36px 'Replica-Bold', sans-serif;
  color: #fff;
}
blockquote .name {
  clear: both;
  display: block;
  margin: 0;
  overflow: hidden;
}
blockquote p.name {
  margin-bottom: 0;
}
blockquote p.name::after {
  display: none;
}
blockquote .name span {
  border-top: 1px solid #e7e7e8;
  display: block;
  float: left;
  padding-top: 10px;
}
hr {
  background-color: #3aaaee;
  border: 0;
  clear: both;
  display: block;
  height: 2px;
  margin-top: 2em !important;
  margin-bottom: 2em !important;
  float: left;
  width: 100%;
}
hr.mini {
  width: 17px;
  margin-top: 1em !important;
  margin-bottom: 1.3em !important;
  height: 1px;
}
.address + hr.mini {
  margin-top: 20px !important;
  margin-top: 2rem !important;
}
.centered {
  text-align: center;
}
.medium {
  font-weight: 500;
}
.light {
  font-weight: 300;
}
.blue {
  color: #316994;
}
ul.faqs li {
  margin-bottom: 10px;
}
ol.tipsheet {
  font-size: 22px;
  color: #2f6a95;
}
td.tipsheet {
  color: #222;
  font-family: 'Replica-Regular', sans-serif;
  font-size: 16px !important;
  font-weight: 300;
  line-height: 1.5;
  margin: 0;
  border-top: 0px !important;
}
tbody.tipsheet {
  border-bottom: 0px !important;
}
/* ## Headings
--------------------------------------------- */
h1 {
  font: normal 53px 'Replica-Regular', sans-serif;
  color: #222;
  font-weight: normal;
  line-height: 1.2;
  margin: 0 0 10px;
}
h2 {
  font: normal normal 30px 'Replica-Bold', sans-serif;
  color: #3babef;
  line-height: 1em;
  margin: 0 0 .7em;
}
h3 {
  font-size: 22px;
  color: #3babef;
  font-family: 'Replica-Regular', sans-serif;
  font-weight: 300;
  line-height: 1.2;
  margin: 0 0 10px;
}
h3 a,
.entry-content h3 a {
  text-decoration: none;
}
h4 {
  font: normal 16px 'Replica-Bold', sans-serif;
  color: #19477d;
  line-height: 1.2;
  margin: 0 0 10px;
}
h5 {
  font-size: 16px;
  color: #222;
  font-family: 'Replica-Regular', sans-serif;
  font-weight: 300;
  line-height: 1.2;
  margin: 0 0 10px;
}
h6 {
  font-size: 15px;
  color: #222;
  font-family: 'Replica-Regular', sans-serif;
  font-weight: 300;
  line-height: 1.2;
  margin: 0 0 10px;
}
/* ## Objects
--------------------------------------------- */
embed,
iframe,
img,
object,
video,
.wp-caption {
  max-width: 100%;
}
img {
  height: auto;
}
.featured-content img,
.gallery img {
  width: auto;
}
/* ## Gallery
--------------------------------------------- */
.gallery {
  overflow: hidden;
}
.gallery-item {
  float: left;
  margin: 0 0 28px;
  text-align: center;
}
.gallery-columns-2 .gallery-item {
  width: 50%;
}
.gallery-columns-3 .gallery-item {
  width: 33%;
}
.gallery-columns-4 .gallery-item {
  width: 25%;
}
.gallery-columns-5 .gallery-item {
  width: 20%;
}
.gallery-columns-6 .gallery-item {
  width: 16.6666%;
}
.gallery-columns-7 .gallery-item {
  width: 14.2857%;
}
.gallery-columns-8 .gallery-item {
  width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  width: 11.1111%;
}
.gallery img {
  border: 1px solid #ddd;
  height: auto;
  padding: 4px;
}
.gallery img:hover {
  border: 1px solid #999;
}
/* ## Custom Stuff
--------------------------------------------- */
.full-width-bar {
  margin: 20px -99990px;
  margin: 20px -9999rem;
  /* add back negative margin value */
  padding: 15px 99990px;
  padding: 1.5rem 9999rem;
  background: #346B94;
}
.full-width-bar p {
  color: #ffffff;
}
.full-width-bar a:link {
  color: #FC3 !important;
}
.full-width-bar a:visited {
  color: #FC3 !important;
}
.full-width-bar a:active {
  color: #FC3 !important;
}
.full-width-bar a:hover {
  color: #000;
}
h3.bar, .full-width {
  position: relative;
  /* child absolute */
  margin: 0 -99990px;
  margin: 0 -9999rem;
  /* add back section padding value */
  padding: 2.5px 99990px;
  padding: .25rem 9999rem;
  background: #346B94;
  color: white;
}
/* ## Forms
--------------------------------------------- */
input,
select,
textarea {
  background-color: #fff;
  color: #6d6e70;
  font-size: 16px;
  padding: .5em 8px;
  font-family: "Replica-Regular", sans-serif;
  box-sizing: border-box;
  width: 100%;
}
input:focus,
textarea:focus {
  border: none;
  outline: none;
  color: #a4a3a3;
}
input[type="checkbox"],
input[type="image"],
input[type="radio"] {
  width: auto;
}
::-moz-placeholder {
  color: #6d6e70;
  opacity: 1;
}
::-webkit-input-placeholder {
  color: #6d6e70;
}
.entry-content .button:hover {
  color: #fff;
}
.footer-widgets button:hover,
.footer-widgets input:hover[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:hover[type="submit"],
.footer-widgets .button:hover {
  background-color: #fff;
  color: #333;
}
.button {
  display: inline-block;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
  display: none;
}
/* ## Tables
--------------------------------------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
  margin-bottom: 40px;
  width: 100%;
}
tbody {
  border-bottom: 1px solid #ddd;
}
td,
th {
  text-align: left;
}
td {
  border-top: 1px solid #ddd;
  padding: 6px 0;
  line-height: 25px;
}
th {
  font-weight: 400;
}
/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */
/* ## Site Containers
--------------------------------------------- */
.site-inner,
.wrap {
  margin: 0 auto;
  max-width: 1144px;
}
@media screen and (max-width: 1160px) {
  .mpi-calculator .wrap {
    padding: 0;
  }
  .whitepaper-download .wrap {
    padding: 0 2em;
  }
}
.wrap,
.top-container .top-banner .wrap {
  padding-left: 125px;
  padding-right: 40px;
}
.page-template-product .wrap {
  padding-left: 165px;
  max-width: 1074px;
  position: relative;
}
.page-template-about .leadership .wrap {
  padding-right: 125px;
}
.home .wrap {
  padding-left: 40px;
  position: relative;
}
.site-inner {
  clear: both;
  padding: 65px 40px 40px 125px;
}
.page-template-product .site-inner {
  padding-left: 165px;
  max-width: 1044px;
}
.footer-widgets .wrap,
.site-footer .wrap {
  padding-left: 40px;
  position: relative;
}
.home .site-inner {
  max-width: 100%;
  padding: 0;
}
.home .site-inner .visibility .wrap {
  max-width: 1044px;
  position: relative;
}
/* ## Column Widths and Positions
--------------------------------------------- */
/* ### Wrapping div for .content and .sidebar-primary */
.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
  width: 1080px;
}
.content-sidebar-sidebar .content-sidebar-wrap {
  float: left;
}
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
  float: right;
}
/* ### Content */
.content {
  float: right;
  width: 70%;
  border-top: 2px solid #3aaaee;
  padding-top: 1.6em;
}
.home .content,
.page-template-about .content,
.page-template-use-cases .content {
  border: none;
}
.page-template-about .content,
.page-template-use-cases .content {
  padding-top: 0;
  padding-right: 5%;
}
.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
  float: left;
}
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
  width: 580px;
}
.full-width-content .content {
  width: 100%;
}
/* ### Primary Sidebar */
.sidebar-primary {
  float: right;
  width: 25%;
  border-top: 2px solid #3aaaee;
  padding-top: 1.6em;
}
.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
  float: left;
}
/* ### Secondary Sidebar */
.sidebar-secondary {
  float: left;
  width: 180px;
}
.content-sidebar-sidebar .sidebar-secondary {
  float: right;
}
.sidebar .wsm-featured-widget {
  border-top: 2px solid #3aaaee;
  padding-top: 1em;
}
/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */
.five-sixths,
.four-sixths,
.four-fifths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-fifths,
.three-sixths,
.two-fourths,
.two-fifths,
.two-sixths,
.two-thirds {
  float: left;
  margin-bottom: 20px;
  margin-left: 2.564102564102564%;
}
.one-half,
.three-sixths,
.two-fourths {
  width: 48.717948717948715%;
}
.one-third,
.two-sixths {
  width: 31.623931623931625%;
}
.four-sixths,
.two-thirds {
  width: 65.81196581196582%;
}
.one-fourth {
  width: 23.076923076923077%;
}
.three-fourths {
  width: 74.35897435897436%;
}
.one-fifth {
  width: 17.9487179487179488%;
}
.two-fifths {
  width: 39.5%;
}
.three-fifths {
  width: 57%;
}
.four-fifths {
  width: 79.4871794871794872%;
}
.one-sixth {
  width: 14.52991452991453%;
}
.five-sixths {
  width: 82.90598290598291%;
}
.first {
  clear: both;
  margin-left: 0;
}
.resources-bottom-cta {
  display: none !important;
}
/* # Common Classes
---------------------------------------------------------------------------------------------------- */
/* ## Avatar
--------------------------------------------- */
.avatar {
  float: left;
}
.alignleft .avatar,
.author-box .avatar {
  margin-right: 24px;
  margin-top: 5px;
}
.alignright .avatar {
  margin-left: 24px;
}
.comment .avatar {
  margin: 0 16px 24px 0;
}
/* ## Genesis
--------------------------------------------- */
.breadcrumb {
  margin-bottom: 30px;
  text-align: left;
}
.breadcrumb .sep {
  color: #18467d;
  padding: 0 0px;
}
.top-container .top-banner .breadcrumb {
  color: #18467d;
  font: normal normal 13px 'ReplicaMono-Regular';
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 2em;
}
.top-container .top-banner .breadcrumb a {
  color: #18467d;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  padding-bottom: .2em;
}
.top-container .top-banner .breadcrumb a:hover {
  color: #3babef;
}
.archive-description,
.author-box {
  background-color: #fff;
  font-size: 16px;
  margin-bottom: 40px;
}
.entry-comments > h3,
.comment-respond h3.comment-reply-title {
  font-size: 22px;
  margin-bottom: 20px;
}
.author-box-title {
  font-size: 22px;
  margin-bottom: 5px;
}
.archive-description p:last-child,
.author-box p:last-child {
  margin-bottom: 0;
}
.author-box .author-box-content {
  overflow: hidden;
}
.author-box .avatar {
  border: 1px solid #ebebec;
}
/* ## Search Form
--------------------------------------------- */
.search-form {
  overflow: hidden;
  position: relative;
}
.site-header .search-form {
  float: right;
}
.entry-content .search-form {
  width: 50%;
}
.search-form input[type="search"] {
  border-radius: 0 5px 5px 0;
}
.search-form input[type="submit"] {
  border-radius: 0 4px 4px 0;
  bottom: 0;
  padding: 7px 10px;
  position: absolute;
  right: 0;
}
/* ## Titles
--------------------------------------------- */
.archive-title {
  font-size: 31px;
}
.entry-title {
  color: #193648;
  font-size: 31px;
}
.entry-title a,
.sidebar .widget-title a {
  color: #19477d;
  font-size: 18px;
}
.content .post .entry-title {
  font-size: 22px;
  margin-bottom: 4px;
}
.single .content .post .entry-title {
  color: #193648;
  font-size: 31px;
}
.entry-title a:hover {
  color: #154462;
}
.footer-widgets .widget-title {
  color: #d5d5d5;
  font-size: 15px;
  font-weight: 500;
}
.footer-widgets .widget-title a {
  background: url(images/more-link-arrow.png) no-repeat right center transparent;
  color: #ffcd34;
  padding-right: 35px;
}
.footer-widgets .widget-title a:hover {
  color: #d5d5d5;
}
/* ## WordPress
--------------------------------------------- */
a.aligncenter img {
  display: block;
  margin: 0 auto;
}
a.alignnone {
  display: inline-block;
}
.alignleft {
  float: left;
  text-align: left;
}
.alignright {
  float: right;
  text-align: right;
}
a.alignleft,
a.alignnone,
a.alignright {
  max-width: 100%;
}
img.centered,
.aligncenter {
  display: block;
  margin: 0 auto 24px;
}
img.alignnone,
.alignnone {
  margin-bottom: 12px;
}
a.alignleft,
img.alignleft,
.wp-caption.alignleft {
  margin: 0 24px .5em 0;
}
a.alignright,
img.alignright,
.wp-caption.alignright {
  margin: 0 0 24px 24px;
}
img.alignleft,
img.alignright {
  margin-top: 5px;
}
.wp-caption-text {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
.entry-content p.wp-caption-text {
  margin-bottom: 0;
}
.entry-content .alignleft img,
.entry-content .alignright img,
.entry-content img.centered,
.entry-content img.alignnone,
.entry-content img.alignleft,
.entry-content img.alignright {
  border: 1px solid #ccc;
}
/* # Widgets
---------------------------------------------------------------------------------------------------- */
.widget {
  word-wrap: break-word;
}
.widget ol > li {
  list-style-position: inside;
  list-style-type: decimal;
  padding-left: 20px;
  text-indent: -20px;
}
.widget li li {
  border: none;
  margin: 0;
  padding: 0;
}
.widget_calendar table {
  width: 100%;
}
.widget_calendar td,
.widget_calendar th {
  text-align: center;
}
/* ## Featured Content
--------------------------------------------- */
.featured-content .entry {
  margin-bottom: 10px;
}
.featured-content article:last-child {
  margin-bottom: 0;
}
.featured-content .entry-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 0;
}
.featured-content .entry-header .entry-time,
.featured-content .entry-header .entry-author,
.featured-content .entry-header .entry-categories {
  padding-right: 0;
}
.featured-content .entry-header p.entry-meta {
  margin-bottom: 10px;
}
.featured-content.wsmfeaturedpost .entry-title {
  display: inline;
  font-weight: 300;
  overflow: hidden;
}
.featured-content.wsmfeaturedpost .entry-title a {
  display: block;
  overflow: hidden;
}
.featured-content.wsmfeaturedpost p.entry-meta {
  display: block;
  float: left;
  margin: 0;
  padding-right: 20px;
}
/*
Social Media
--------------------------------------------- */
.widget-social a.genericon:before {
  margin-right: 10px;
}
.widget-social a.genericon {
  background-color: transparent;
  box-sizing: content-box;
  color: #326993;
  font-size: 18px;
  height: 18px;
  line-height: 1;
  margin-right: 10px;
  overflow: hidden;
  padding: 0;
  position: relative;
  white-space: nowrap;
  width: 18px;
}
.widget-social a.genericon:hover {
  color: #336b8b;
}
.widget-social a:last-child {
  margin-right: 0;
}
.footer-cta .widget-social a.genericon:hover,
.footer-widgets .widget-social a.genericon:hover,
.footer-right .widget-social a.genericon:hover {
  color: #989898;
}
/* ##  Featured Widget
--------------------------------------------- */
.wsm-featured-widget .alignleft.text-content-wrap,
.wsm-featured-widget .alignright.text-content-wrap {
  display: block;
  overflow: hidden;
}
.wsm-featured-widget .center-text {
  text-align: center;
}
.wsm-featured-widget .left-text {
  text-align: left;
}
.wsm-featured-widget .right-text {
  text-align: right;
}
.home-top .wsm-featured-widget .more-link {
  margin-top: 40px;
}
.home .content .wsm-featured-widget .text-content-wrap .alignleft {
  margin-right: 5%;
  max-width: 50%;
}
.home .content .wsm-featured-widget .text-content-wrap .alignright {
  margin-left: 5%;
  max-width: 50%;
}
.home .content .wsm-featured-widget .featured-image {
  box-shadow: 0 4px 8px #222;
}
.home .content .wsm-featured-widget .alignleft.text-content-wrap .widget-title,
.home .content .wsm-featured-widget .alignright.text-content-wrap .widget-title {
  padding-top: 25px;
}
.sidebar .wsm-featured-widget .alignright {
  margin: 0 0 0 16px;
}
.sidebar .wsm-featured-widget .more-link {
  margin-top: 10px;
}
.sidebar .wsm-featured-widget .featured-content {
  font-size: 14px;
  line-height: 1.3;
}
.aligncenter.text-content-wrap,
.alignnone.text-content-wrap,
.alignleft.text-content-wrap,
.alignright.text-content-wrap {
  float: none !important;
  margin: 0 !important;
}
.wsm-featured-widget .featured-content,
.wsm-featured-widget h4 {
  clear: both;
}
.home .banner {
  padding-top: 2.3em;
  position: relative;
}
.home .banner .wrap {
  position: relative;
  z-index: 1;
}
.home .banner h1 {
  color: #3babef;
  margin-left: 15%;
  float: left;
  font: 47px 'Replica-Bold', sans-serif;
  width: 444px;
  overflow: visible;
  white-space: nowrap;
}
.home .banner h1 br.first {
  display: none;
}
.home .banner h1 span {
  color: #fdd615;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-right-style: solid;
  border-right-width: 2px;
  padding-right: .4em;
  padding-bottom: .1em;
  margin-bottom: .2em;
}
.home .banner .intro {
  background-color: #fdd615;
  color: #fff;
  padding: 20px;
  float: left;
  width: 292px;
  position: relative;
  top: 3.7em;
}
.home .banner .intro h2 {
  color: #fff;
}
.home .banner a.button {
  float: left;
  clear: both;
  margin-left: 15%;
  position: relative;
  background-color: #3babef;
  color: #fff;
  border: none;
  margin-top: 1em;
}
.home .banner a.button:hover {
  background-color: #18467d;
}
.home .banner .img-container {
  width: 100%;
  margin-top: -5em;
  float: left;
  position: relative;
  max-height: 350px;
  overflow: hidden;
}
.home .banner img {
  width: 100%;
  display: block;
  margin: 0;
}
.home .banner .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjkiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjQiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.4) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6ffffff', endColorstr='#66ffffff',GradientType=0 );
}
.l-customers {
  margin: 0 auto;
  padding: 3em 24px 1em;
  max-width: 985px;
}
@media only screen and (min-width: 720px) {
  .l-customers {
    padding: 8.5em 4% 6em;
  }
  .l-customers__body {
    width: 35%;
    float: left;
  }
  .l-customers__logos {
    width: 60%;
    float: right;
  }
}
.home .l-customers .col-wrapper .col,
.page-template-about .investors .col-wrapper .col,
.page-template-use-cases .content .col-wrapper .col {
  border-top: 1px solid #f1f2f2;
}
.page-template-use-cases .content .col-wrapper .col {
  padding-top: 1em;
  border-color: #19477d;
  text-align: left;
  margin-bottom: 2em;
}
.page-template-about .investors .col-wrapper .col:hover {
  border-top: 1px solid #3babef;
}
.page-template-about .investors .col-wrapper .col:hover svg path,
.page-template-about .investors .col-wrapper .col:hover svg polygon {
  fill: #3babef;
}
.home article h3,
.page-template-about .content h2,
.page-template-about .leadership h2,
.page-template-about .investors h2,
.page-template-use-cases .content h2,
.page-template-use-cases .case-studies h2 {
  padding-top: .8em;
  position: relative;
  font-size: 28px;
  color: #3babef;
  line-height: 1em;
  margin-bottom: .8em;
  font-family: 'Replica-Regular', sans-serif;
}
.page-template-about .leadership h2 {
  color: #fff;
}
.home article h3:before,
.page-template-about .content h2:before,
.page-template-about .leadership h2:before,
.page-template-about .investors h2:before,
.page-template-use-cases .content h2:before,
.page-template-use-cases .case-studies h2:before {
  content: '';
  width: 17px;
  height: 1px;
  background-color: #3babef;
  position: absolute;
  top: 0;
}
.page-template-about .leadership h2:before {
  background-color: #fff;
}
.home .customers article {
  float: right;
  width: 35%;
}
.home .data {
  padding-top: 6em;
  text-align: center;
  position: relative;
}
.home .data h2 {
  width: 400px;
  font-size: 46px;
  margin-left: 290px;
  position: relative;
  text-align: left;
}
.home .data h2 span {
  color: #3babef;
}
.home .data-graphic {
  max-width: 975px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.home .data a.infobox-button,
.home .data #infobox {
  display: none;
}
.home .data #infobox {
  background-color: #3babef;
  position: absolute;
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  z-index: 2;
  bottom: 0;
  padding-top: 1em;
  padding-left: 4%;
  padding-right: 4%;
  padding-bottom: 1em;
}
.home .data #infobox h3 {
  color: #fff;
  font: 24px 'Replica-Bold', sans-serif;
  padding: 0;
  background-color: transparent;
  margin-bottom: 1em;
}
.home .data #infobox h3:after {
  content: '';
  display: none;
}
.home .data #infobox ul {
  margin: 0;
  padding: 0;
}
.home .data #infobox li {
  font-family: 'ReplicaMono-Regular', sans-serif;
  color: #fff;
  list-style-type: none;
  margin-bottom: .5em;
}
.home .data h3 {
  background-color: #3aaaee;
  max-width: 850px;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4%;
  padding-right: 4%;
  color: #fff;
  font: 19px/1.5em 'ReplicaMono-Regular', sans-serif;
  padding-top: 1em;
  padding-bottom: 1em;
  position: relative;
  z-index: 2;
}
.home .data h3 span {
  display: block;
  color: #19477d;
}
.home .data h3:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 18px solid #3aaaee;
  position: absolute;
  bottom: -18px;
  left: 50%;
  margin-left: -20px;
}
.home .visibility {
  background: #19477d;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE5NDc3ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY2JSIgc3RvcC1jb2xvcj0iIzAyMWU0MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: linear-gradient(to bottom, #19477d 0%, #021e40 66%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#19477d', endColorstr='#021e40',GradientType=0 );
  margin-top: -3em;
  padding-top: 4em;
  position: relative;
}
.home .visibility article.insights {
  width: 300px;
  margin-left: 4%;
  top: 220px;
  position: absolute;
}
.home .visibility article h3 {
  color: #39a9ed;
}
.home article.insights h3 {
  font-size: 38px;
  line-height: 1.2em;
}
.home .visibility article.digital-twin-technology h3 {
  font-size: 38px;
  line-height: 1.2em;
  margin-bottom: .4em;
}
.home .visibility article h3:before {
  background-color: #39a9ed;
}
.home .visibility article a.button {
  color: #fff;
  border-color: #fff;
}
.home .visibility article a.button:hover {
  background-color: #fff;
  border-color: #fff;
  color: #0f3664;
}
.home .visibility .platform {
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4em;
  margin-bottom: 6em;
}
.home .visibility .plants {
  text-align: center;
  width: 498px;
  position: absolute;
  top: 90px;
  right: -12%;
}
.home .visibility hr {
  position: relative;
  margin-left: 4%;
  margin-right: 4%;
  box-sizing: border-box;
  width: 92%;
  background: url(images/home-visibilty-hr.png) center top no-repeat transparent;
  background-size: 850px;
  height: 23px;
}
.home .visibility .overlay {
  background: url(images/digital-twin-bkg.png) 0 bottom repeat-x;
  background-size: 37px;
  position: relative;
  text-align: center;
  padding-bottom: 10em;
}
.home .visibility .digital-twin {
  margin-top: 2em;
  padding-bottom: 2em;
  text-align: left;
}
.home .visibility .digital-twin {
  margin-top: 7em;
  width: 70%;
}
.home .visibility article.digital-twin-technology {
  position: absolute;
  top: 4em;
  right: 5%;
  width: 350px;
  text-align: left;
}
.home .visibility article.digital-twin-technology p,
.home .gartner p {
  font: 21px 'Replica-Bold', sans-serif;
  color: #fff;
}
.home .visibility article.digital-twin-technology p {
  font: 19px 'Replica', sans-serif;
  color: #fff;
  line-height: 1.4em;
}
.home .visibility .graphs {
  position: absolute;
  bottom: 105px;
  right: 5%;
}
.home .visibility a.button {
  color: #fff;
  border-color: #fff;
  clear: both;
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.home .visibility a.button:hover {
  background-color: #fff;
  border-color: #fff;
  color: #011d3f;
}
.home .product {
  margin-left: auto;
  margin-right: auto;
  padding-left: 4%;
  padding-right: 4%;
  max-width: 985px;
  margin-top: -6em;
  background-color: #fff;
  position: relative;
  padding-top: 4em;
  margin-bottom: 5em;
}
.home .product article.section-heading {
  padding-left: 4%;
  padding-right: 4%;
}
.home .product h2 {
  background-color: #386ab5;
  color: #fff;
  font: 16px 'ReplicaMono-Regular', sans-serif;
  padding: 1em;
  text-align: left;
}
.home .product .numbered {
  font: 8px 'ReplicaMono-Regular', sans-serif;
  color: #19477d;
  border-top-style: solid;
  border-top-width: 1px;
  display: inline-block;
  padding-top: .5em;
  padding-right: 1em;
  float: left;
}
.home .product .tabgroup {
  position: relative;
  text-align: center;
}
.home .product .img-wrapper {
  margin-left: 40px;
  position: relative;
  margin-bottom: 2em;
  text-align: center;
}
.faux-browser {
  position: relative;
}
.faux-browser:before {
  content: '•••';
  background-color: #fff;
  height: 30px;
  width: 100%;
  position: absolute;
  line-height: 30px;
  font-size: 2.3em;
  color: #bbbdbf;
  padding-left: .2em;
  top: 0px;
  left: 0;
  text-align: left;
  border: 1px solid #bbbdbf;
  box-sizing: border-box;
  font-family: sans-serif;
  letter-spacing: 2px;
}
.faux-browser img {
  padding-top: 30px;
}
.home .product .tabgroup article {
  background-color: #3babef;
  color: #fff;
  width: 190px;
  position: absolute;
  right: -4%;
  bottom: 10%;
  padding: 1em;
  font-size: .9em;
  text-align: left;
}
.home .product .tabgroup #tab-quality article {
  top: 25%;
  bottom: auto;
}
.home .product .tabgroup #tab-productivity article {
  left: -8%;
  bottom: 15%;
}
.home .product .tabgroup article p {
  clear: both;
}
.home .product .tabgroup article .numbered {
  color: #fff;
  margin-bottom: 1em;
}
.home .press {
  background-color: #19477d;
}
.home .press ul.tabs {
  float: right;
  margin: 0 4% 0 0;
  padding: 0;
}
.home .press ul.tabs li {
  list-style-type: none;
  padding: 0;
}
.home .press ul.tabs li a {
  border-top: 2px solid #3aaaee;
  display: block;
  margin-bottom: -2px;
  border-bottom: 2px solid #fff;
}
.home .press ul.tabs li a.active {
  border-color: #fff;
  position: relative;
}
.home .press ul.tabs li a.active > li a {
  background-color: #000;
}
.home .press ul.tabs li:first-child a {
  border-top: none;
}
.home .press ul.tabs li:last-child a {
  border-bottom: none;
}
.home .press ul.tabs li svg path,
.home .press ul.tabs li svg polygon,
.home .press ul.tabs li svg polyline {
  fill: #3aaaee;
}
.home .press ul.tabs li a.active svg path,
.home .press ul.tabs li a.active svg polygon,
.home .press ul.tabs li a.active svg polyline {
  fill: #fff;
}
.home .press .tabgroup {
  padding-right: 10%;
  padding-top: 9em;
  margin: 0;
  width: 65%;
  margin-left: auto;
  margin-right: auto;
  float: left;
  margin-left: 10%;
}
.home .press .tabgroup p {
  margin-bottom: 1.5em;
}
.home .press .tabgroup a.button {
  margin-bottom: 7em;
  float: left;
}
.home .press a.button:hover {
  background-color: #fff;
  border-color: #fff;
  color: #18467d;
}
.home .gartner {
  padding-top: 3em;
  padding-bottom: 3em;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.home .gartner img {
  float: left;
  margin-right: 2em;
  max-width: 390px;
}
.home .gartner h3 {
  color: #3babef;
}
.home .gartner h3:before {
  background-color: #3babef;
}
.home .gartner p {
  color: #6d6e70;
}
.home .gartner article {
  margin-top: 10%;
}
.home .action,
.page-template-product .action,
.page-template-product .action2,
.page-template-partners .action,
.page-template-partners .action2,
.page-template-packaging-manufacturer-case-study .action,
.page-template-use-cases .action {
  background-color: #3babef;
  padding-top: 6em;
  padding-bottom: 5em;
}
.home .action .wrap,
.page-template-partners .action .wrap,
.page-template-packaging-manufacturer-case-study .action .wrap,
.page-template-use-cases .action .wrap {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
}
.home .action h2,
.page-template-product .action h2,
.page-template-product .action2 h2,
.page-template-partners .action h2,
.page-template-partners .action2 h2,
.page-template-packaging-manufacturer-case-study .action h2,
.page-template-use-cases .action h2 {
  position: relative;
  border-top: 1px solid #fff;
  padding-top: .3em;
  margin-left: 28px;
  color: #fff;
}
.home .action h2:before,
.page-template-product .action h2:before,
.page-template-product .action2 h2:before,
.page-template-partners .action h2:before,
.page-template-partners .action2 h2:before,
.page-template-packaging-manufacturer-case-study .action h2:before,
.page-template-use-cases .action h2:before {
  content: '\2192';
  width: 14px;
  height: 20px;
  border-top: 1px solid #fff;
  padding-top: .1em;
  position: absolute;
  left: -28px;
  top: 0;
  display: block;
  font: 24px 'ReplicaMono-Regular', sans-serif;
  vertical-align: top;
  color: #fff;
}
.home .action a.button,
.page-template-product .action a.button,
.page-template-product .action2 a.button,
.page-template-partners .action a.button,
.page-template-partners .action2 a.button,
.page-template-packaging-manufacturer-case-study .action a.button,
.page-template-use-cases .action a.button {
  color: #fff;
  border-color: #fff;
  margin-left: 28px;
}
.home .action a.button:hover,
.page-template-product .action a.button:hover,
.page-template-product .action2 a.button:hover,
.page-template-partners .action a.button:hover,
.page-template-partners .action2 a.button:hover,
.page-template-packaging-manufacturer-case-study .action a.button:hover,
.page-template-use-cases .action a.button:hover {
  background-color: #fff;
  border-color: #fff;
  color: #3aaaee;
}
.page-template-product .action2 a.button:hover {
  color: #021c3e;
}
.home .product a.button.mobile {
  display: none;
}
.home .product .tabs li {
  display: inline-block;
  margin-left: 2%;
  margin-right: 2%;
}
.home .product .tabs a {
  display: block;
  padding: .8em 4em .8em 1em;
  text-align: center;
  font: 16px 'ReplicaMono-Regular', sans-serif;
  margin-bottom: 2em;
  margin-top: 2em;
  color: #3babef;
  border-bottom: 1px solid #3babef;
  text-align: left;
  white-space: nowrap;
}
.home .product .tabs a:hover,
.home .product .tabs a.active {
  color: #376ab4;
  border-color: #376ab4;
}
.home .product .tabs a.active {
  background: #386ab5;
  color: #fff;
  border-color: #386ab5;
}
.home .product .tab-wrapper {
  text-align: center;
}
/* ##  Calls to Action
--------------------------------------------- */
.wsm-cta-widget .cta-box {
  overflow: hidden;
}
.wsm-cta-widget .cta-title {
  font-size: 16px;
  font-weight: 500;
}
.home .content .wsm-cta-widget .cta-title {
  font-size: 18px;
}
.wsm-cta-widget .cta-box-content {
  line-height: 1.3;
  overflow: hidden;
}
.footer-cta .wsm-cta-widget .cta-box,
.home .content .wsm-cta-widget .cta-box {
  float: left;
  width: 30%;
}
.footer-cta .wsm-cta-widget .cta-box1,
.home .content .wsm-cta-widget .cta-box1 {
  margin-right: 5%;
}
.footer-cta .wsm-cta-widget .cta-box3,
.home .content .wsm-cta-widget .cta-box3 {
  float: right;
}
.footer-cta .wsm-cta-widget .cta-title a:hover,
.home .content .wsm-cta-widget .cta-title,
.home .content .wsm-cta-widget .cta-title a {
  color: #fff;
}
.footer-cta .wsm-cta-widget .cta-title {
  font-size: 15px;
}
.home .content .wsm-cta-widget .cta-title a:hover,
.footer-cta .wsm-cta-widget .cta-title,
.footer-cta .wsm-cta-widget .cta-title a {
  color: #ffcd34;
}
.footer-cta .wsm-cta-widget .cta-title a {
  background: url(images/more-link-arrow.png) no-repeat right center transparent;
  color: #ffcd34;
  padding-right: 35px;
}
.footer-cta .wsm-cta-widget .widget-title,
.footer-cta .wsm-cta-widget .more-link,
.home .content .wsm-cta-widget .widget-title,
.home .content .wsm-cta-widget .more-link {
  text-align: center;
}
.footer-cta .wsm-cta-widget .more-link,
.home .content .wsm-cta-widget .more-link {
  clear: both;
  display: block;
  padding: 20px 0 0;
}
.home .content .cta-box img.alignright,
.home .content .cta-box img.alignleft {
  max-width: 42%;
}
.CTA-Button-CSS {
  clear: both;
  display: block;
  margin: 20px 0 0;
}
.entry-content .CTA-Button-CSS {
  clear: none;
}
.CTA-Button-CSS a,
.sidebar-btn a,
a.button,
button[type="submit"] {
  border: 1px solid #3babef;
  color: #3babef;
  display: inline-block;
  line-height: 1em;
  padding: .5em 1em;
  font: 16px 'ReplicaMono-Regular', sans-serif;
  text-decoration: none;
  letter-spacing: 1px;
  background-color: transparent;
  border-radius: 0;
}
.entry-content .CTA-Button-CSS a:hover,
.CTA-Button-CSS a:hover,
.sidebar-btn a:hover,
a.button:hover,
button[type="submit"]:hover {
  border-color: #3babef;
  background-color: #3babef;
  text-decoration: none;
  color: #fff;
}
a.button span.arrow {
  font-size: 1.3em;
}
/* ##  Sidebar Button Widget
--------------------------------------------- */
/* ## WSm Child pages
-------------------------------------------- */
.sidebar .widget.wsm-childpages {
  margin-bottom: 0;
}
.sidebar .widget.wsm-childpages ul {
  margin-bottom: 24px;
}
.sidebar .widget.wsm-childpages ul ul {
  display: none;
  margin: 0;
}
.sidebar .widget.wsm-childpages ul li li {
  border-bottom: 1px solid #f5f6f6;
  margin-bottom: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  display: none;
}
.sidebar .widget.wsm-childpages ul ul li:first-child {
  border: 0;
  border-top: 1px solid #f5f6f6;
  margin-bottom: 0;
  padding-bottom: 0;
  margin-top: 5px;
  padding-top: 5px;
}
.sidebar .widget.wsm-childpages ul ul li:last-child {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
/* ## Child Pages Lists
--------------------------------------------- */
.sidebar .wsm-childpages li {
  border: 0;
  padding: 0;
  list-style: none !important;
  margin-bottom: 0;
  line-height: 1.1 0.2em;
}
.sidebar .wsm-childpages li a {
  display: block;
  padding: 6px 8px 6px 0;
  color: #3aaaee;
}
.sidebar .wsm-childpages li a:hover,
.sidebar .wsm-childpages li.current_page_item a {
  background-color: #19477d;
  color: #fff;
  margin-left: -16px;
  padding-left: 16px;
}
/* # Plugins
---------------------------------------------------------------------------------------------------- */
/* ## Genesis eNews Extended
--------------------------------------------- */
.enews-widget,
.enews-widget .widget-title {
  color: #fff;
}
.sidebar .widget.enews-widget {
  background-color: #333;
}
.enews-widget input,
.enews-widget input:focus {
  border: 1px solid #333;
}
.enews-widget input {
  font-size: 16px;
  margin-bottom: 16px;
}
.enews-widget input[type="submit"] {
  background-color: #e5554e;
  color: #fff;
  margin: 0;
  width: 100%;
}
.enews-widget input:hover[type="submit"] {
  background-color: #fff;
  color: #333;
}
.enews form + p {
  margin-top: 24px;
}
/* ## Jetpack
--------------------------------------------- */
#wpstats {
  display: none;
}
/* ## Gravity Forms
--------------------------------------------- */
div.gform_wrapper ::-moz-placeholder {
  color: #95979a;
}
div.gform_wrapper ::-webkit-input-placeholder {
  color: #95979a;
}
div.gform_wrapper .gsection .gfield_label,
div.gform_wrapper h2.gsection_title,
div.gform_wrapper h3.gform_title {
  font-weight: 300;
}
div.gform_wrapper input[type="checkbox"],
div.gform_wrapper input[type="radio"] {
  margin-left: 5px !important;
  padding: 0;
}
div.gform_wrapper li.gfield .gfield_label {
  font-weight: 300;
  margin-bottom: 0;
}
div.gform_wrapper li.hidden_label input {
  margin-top: 0;
}
.entry-content div.gform_wrapper li.gfield {
  padding-left: 0;
}
div.gform_wrapper ul {
  margin-left: 0;
}
div.gform_wrapper .ginput_complex.ginput_container > span {
  margin: 10px 0 0;
}
div.gform_wrapper .top_label li.gfield.gf_left_half,
div.gform_wrapper .top_label li.gfield.gf_right_half,
div.gform_wrapper ul li.gfield {
  border: 0;
  margin: 10px 0 0;
  padding-bottom: 0;
}
div.gform_wrapper .gfield_checkbox li input[type="checkbox"],
div.gform_wrapper .top_label li.gfield.gf_right_half input.large,
div.gform_wrapper .top_label li.gfield.gf_right_half input.medium,
div.gform_wrapper .top_label li.gfield.gf_right_half select.large,
div.gform_wrapper .top_label li.gfield.gf_right_half select.medium {
  width: 99.2%;
}
div.gform_wrapper textarea,
div.gform_wrapper input,
div.gform_wrapper select,
div.gform_wrapper input[type="text"],
div.gform_wrapper input[type="url"],
div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="tel"],
div.gform_wrapper input[type="number"],
div.gform_wrapper input[type="password"] {
  border: 1px solid #3b6ab3 !important;
  border-radius: 0 !important;
  font-size: 16px;
  padding: 10px !important;
  margin-top: 0px !important;
  box-sizing: border-box !important;
  color: #6e6e70 !important;
  width: 100%;
}
::-moz-placeholder {
  color: #95979a;
}
::-webkit-input-placeholder {
  color: #95979a;
}
input[type="checkbox"],
input[type="radio"] {
  margin-left: 5px !important;
  padding: 0;
}
.field-label {
  margin-bottom: 0;
  color: #19477d;
}
ul {
  margin-left: 0;
}
div.gform_wrapper label,
div.gform_wrapper label {
  display: block;
  color: #19477d !important;
}
div.gform_wrapper input.button,
div.gform_wrapper input[type="submit"] {
  border: 1px solid #19477d;
  color: #19477d !important;
  display: inline-block;
  line-height: 1em;
  padding: .5em 1em;
  font: 16px 'ReplicaMono-Regular', sans-serif !important;
  text-decoration: none;
  letter-spacing: 1px;
  background-color: transparent;
  border-radius: 0;
  width: auto;
  clear: both;
  cursor: pointer;
}
div.gform_wrapper input.button:hover,
div.gform_wrapper input[type="submit"]:hover {
  background: #19477d;
  border-color: #19477d;
  color: #fff !important;
  text-decoration: none;
  cursor: pointer;
}
select {
  font: 16px 'Replica-Regular', sans-serif !important;
  padding: .8em;
  width: 100%;
  color: #6e6e70;
  box-sizing: border-box;
  border-radius: 0px !important;
  -webkit-border-radius: 0px;
  -webkit-appearance: none;
  background-color: #fff;
  -moz-appearance: none;
       appearance: none;
}
.pd-select {
  position: relative;
}
.pd-select:after {
  content: '\2193';
  position: absolute;
  right: 1em;
  bottom: .7em;
}
select::-ms-expand {
  display: none;
}
.lt-ie10 .infield select {
  background-image: none;
}
.lt-ie10 .infield input[type="text"]:-ms-input-placeholder,
.lt-ie10 .infield textarea:-ms-input-placeholder,
.lt-ie10 .infield input[type="file"]:-ms-input-placeholder,
.lt-ie10 .infield input[type="url"]:-ms-input-placeholder,
.lt-ie10 .infield input[type="email"]:-ms-input-placeholder,
.lt-ie10 .infield input[type="tel"]:-ms-input-placeholder,
.lt-ie10 .infield input[type="number"]:-ms-input-placeholder,
.lt-ie10 .infield input[type="date"]:-ms-input-placeholder {
  color: transparent;
}
/*
## WP Table
--------------------------------------------- */
h2.tablepress-table-name {
  font-size: 19px;
}
table.tablepress thead th,
table.tablepress tfoot th {
  background: #2f6a95;
  color: #fff;
  font-size: 19px;
  font-weight: 300;
  line-height: 1.2;
  text-align: center;
}
table.tablepress img {
  border: 0 !important;
}
table.tablepress tbody td,
table.tablepress tfoot th {
  border-bottom: 1px solid #EEE;
  border-top: none;
  border-right: 1px solid #EEE;
}
table.tablepress thead th a,
table.tablepress tbody td a,
table.tablepress tfoot th a {
  outline: none;
}
table.tablepress {
  border: 1px solid #EEE;
}
span.tablepress-table-description {
  margin-bottom: 16px;
}
table.tablepress .odd td,
table.tablepress .even td {
  background-color: transparent;
}
table.tablepress th,
table.tablepress td {
  padding: 15px 15px !important;
}
table.tablepress.no-border,
table.tablepress tfoot th,
table.tablepress thead th,
table.tablepress.no-border tbody,
table.tablepress.no-border tbody tr,
table.tablepress.no-border tbody td {
  border: 0;
}
table.tablepress.no-border tbody td {
  /*line-height: 1.2;*/
  vertical-align: middle;
  padding: 20px;
}
table.tablepress.no-border .row-hover tr:hover td {
  background-color: transparent;
}
table.tablepress#tablepress-7 td.column-1 {
  width: 150px;
}
/* ##  Calendar Events
------------------------------------------------- */
div#tribe-events-pg-template,
.events-list div.tribe-events-loop,
.tribe-events-day div.tribe-events-loop,
.single-tribe_venue div.tribe-events-loop,
.single-tribe_organizer div.tribe-events-loop {
  max-width: 100%;
}
div#tribe-events-content #tribe-geo-results h2.tribe-events-page-title,
div#tribe-events-content h2.tribe-events-page-title,
div#tribe-events-content .tribe-events-tooltip h4 {
  font-weight: 300;
}
div#tribe-events-content #tribe-geo-results h2.tribe-events-page-title,
div#tribe-events-content h2.tribe-events-page-title {
  font-size: 28px;
}
.tribe-events-content,
.tribe-events-tooltip,
.tribe-events-list-separator-month,
.tribe-events-event-meta,
#tribe-events-content.tribe-events-month .tribe-events-calendar div[id*="tribe-events-event-"] h3.tribe-events-month-event-title {
  font-family: 'Open Sans', sans-serif;
}
form#tribe-bar-form .tribe-bar-submit input[type="submit"],
div.tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"],
div.tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"] > a,
div#tribe_events_filters_wrapper input[type="submit"],
a.tribe-events-button,
div#tribe-events .tribe-events-button,
a.tribe-events-button.tribe-inactive,
#tribe-events .tribe-events-button:hover,
a.tribe-events-button:hover,
a.tribe-events-button.tribe-active:hover {
  background-color: #2f6a95;
  border-radius: 4px;
  color: #FFF;
}
table.tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"],
table.tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"] > a {
  background-color: #2f6a95;
}
#tribe-bar-form div.tribe-bar-submit input[type="submit"]:hover {
  background-color: #2B76AD;
  color: #FFF;
}
form#tribe-bar-form .tribe-bar-submit input[type="submit"]:hover,
div.tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"]:hover,
div.tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"] > a:hover,
div#tribe_events_filters_wrapper input[type="submit"],
a.tribe-events-button:hover,
div#tribe-events .tribe-events-button:hover {
  background-color: #2B76AD;
  color: #FFF;
}
div.tribe-events-day .tribe-events-day-time-slot h5 {
  color: #202F61;
}
#tribe-events-pg-template .tribe-events-calendar thead th {
  background-color: #193749;
  border-left: 1px solid #1F4860;
  border-right: 1px solid #1F4860;
}
div#tribe-events div#tribe-bar-views .tribe-bar-views-list {
  z-index: 50;
}
.tribe-events-list-separator-month span,
#tribe-events-pg-template #tribe-events-content .tribe-events-tooltip h4,
#tribe-events-pg-template #tribe_events_filters_wrapper .tribe_events_slider_val,
#tribe-events-pg-template .single-tribe_events a.tribe-events-ical,
#tribe-events-pg-template .single-tribe_events a.tribe-events-gcal {
  color: #193648;
}
#tribe-events-pg-template div.tribe-events-cal-links {
  float: left;
  overflow: visible;
  width: 100%;
}
#tribe-events-pg-template div.tribe-events-cal-links .tribe-events-button {
  border-radius: 4px;
  font-weight: 300;
  padding: 5px 12px;
}
body.single-tribe_events .tribe-events-event-meta {
  clear: both;
  display: block;
}
body.single-tribe_events .tribe-events-content {
  margin-bottom: 20px;
  width: auto;
}
#tribe-events .tribe-events-loop .tribe-events-content {
  float: none;
  overflow: hidden;
  width: auto;
}
div.tribe-events-list .tribe-events-event-image {
  max-width: 20%;
  width: auto;
}
div.tribe-events-list .tribe-events-event-image img,
body.single-tribe_events .tribe-events-event-image img {
  border: 2px solid #e7e7e8;
}
body.single-tribe_events .tribe-events-event-image {
  float: left;
  margin: 5px 20px 20px 0;
  max-width: 45%;
  text-align: left;
}
body.events-archive .widget-area header.entry-header,
body.events-archive .widget-area footer.entry-meta,
body.single-tribe_events .widget-area header.entry-header,
body.single-tribe_events .widget-area footer.entry-meta,
body.single-tribe_venue .widget-area header.entry-header,
body.single-tribe_venue .widget-area footer.entry-meta,
body.single-tribe_organizer .widget-area header.entry-header,
body.single-tribe_organizer .widget-area footer.entry-meta {
  display: block;
}
.tribe-events-adv-list-widget h4.entry-title,
.tribe-events-list-widget h4.entry-title a,
.tribe-events-list-widget h4.entry-title {
  color: #fff;
  font-weight: 700;
}
.tribe-events-list-widget h4.entry-title a:hover {
  color: #d6d5d5;
}
.tribe-events-list-widget .tribe-events-widget-link {
  margin: 20px 0 0;
}
.tribe-events-list-widget .tribe-events-widget-link a {
  background: url("images/more-link-arrow-dark.png") no-repeat scroll right center transparent;
  border: 1px solid #154462;
  border-radius: 4px;
  color: #134361;
  display: inline-block;
  line-height: 1.2;
  padding: 10px 40px 10px 25px;
}
.home-f3 .tribe-events-list-widget .tribe-events-widget-link a {
  background: url(images/more-link-arrow-yellow.png) no-repeat right center transparent;
  border: 1px solid #fff;
  border-radius: 4px;
  color: #ffcd34;
  display: inline-block;
  padding: 10px 35px 10px 20px;
  text-transform: uppercase;
}
.home-f3 .tribe-events-list-widget .tribe-events-widget-link a:hover {
  background: url(images/more-link-arrow-dark.png) no-repeat right center #fff;
  border-color: efefef;
  color: #134361;
}
.home .content .tribe-events-list-widget {
  text-align: center;
}
/* Calendar Events Widget--------------------- */
.widget-area .tribe-events-adv-list-widget ol,
.widget-area .tribe-events-list-widget ol {
  margin-left: 0 !important;
}
.widget-area .tribe-events-adv-list-widget ol li,
.widget-area .tribe-events-list-widget ol li {
  list-style: none;
  margin-bottom: 10px !important;
  padding: 0;
  text-indent: 0;
}
.widget-area .tribe-events-list-widget ol li:last-child,
.widget-area .tribe-events-adv-list-widget ol li:last-child {
  border: 0;
}
.widget-area .tribe-events-adv-list-widget div.duration,
.widget-area .tribe-events-list-widget div.duration {
  font-size: 15px;
}
.tribe-events-adv-list-widget .entry-title a,
.tribe-events-adv-list-widget .entry-title,
.tribe-events-list-widget .entry-title a,
.tribe-events-list-widget .entry-title {
  font-size: 15px;
  font-weight: inherit;
}
.tribe-events-adv-list-widget .entry-title,
.tribe-events-list-widget .entry-title {
  display: inline-block;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 0;
}
div.tribe-events-list-event-description a.tribe-events-read-more {
  background: url(images/more-link-arrow-dark.png) no-repeat scroll right center transparent;
  border: 1px solid #154462;
  border-radius: 4px;
  color: #134361;
  display: inline-block;
  line-height: 1.2;
  padding: 10px 40px 10px 25px;
}
div.tribe-events-list-event-description a.tribe-events-read-more:hover {
  color: #4081b0;
}
.tribe-events-list-widget li div.duration {
  display: inline;
  font-weight: inherit;
  line-height: 1;
  padding-right: 0;
}
.tribe-events-list-widget p.tribe-events-widget-link a {
  font-weight: 300;
  text-transform: uppercase;
}
.before-header .tribe-events-list-widget {
  vertical-align: middle;
}
.before-header .tribe-events-list-widget ol li {
  margin: 0 !important;
  text-indent: 0;
}
.before-header .tribe-events-list-widget .widget-title {
  clear: none;
  display: inline-block;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.5;
  margin: 0;
  text-align: left;
}
.before-header .tribe-events-list-widget li {
  display: block;
}
.before-header .tribe-events-list-widget li .entry-title a,
.before-header .tribe-events-list-widget li div.duration {
  background: url(images/events-list-border.png) no-repeat right center;
  margin-right: 8px;
  padding-right: 12px;
}
.before-header .tribe-events-list-widget li div.duration {
  display: inline-block;
  position: relative;
}
.before-header .tribe-events-list-widget li .entry-title {
  display: inline-block;
  font-weight: 300;
  left: -4px;
  position: relative;
  position: relative;
  text-align: left;
}
.before-header .tribe-events-list-widget p.tribe-events-widget-link {
  display: inline-block;
  font-size: 15px;
  left: -4px;
  position: relative;
  text-align: left;
}
.before-header .tribe-events-list-widget p.tribe-events-widget-link a {
  color: #fff;
}
.before-header .tribe-events-list-widget ol.vcalendar {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  width: auto;
}
.before-header .tribe-events-list-widget p.tribe-events-widget-link a:hover {
  color: #193648;
}
.ie7 .before-header .tribe-events-list-widget .widget-title,
.ie7 .before-header .tribe-events-list-widget li div.duration,
.ie7 .before-header .tribe-events-list-widget li .entry-title,
.ie7 .before-header .tribe-events-list-widget ol.vcalendar,
.ie7 .before-header .tribe-events-list-widget p.tribe-events-widget-link {
  display: block;
  float: left;
  line-height: 1.5;
  vertical-align: middle;
  width: auto;
}
.ie7 .before-header .tribe-events-list-widget li div.duration {
  margin-left: 12px;
}
/* ## Soliloquy
--------------------------------------------- */
div.soliloquy-container .soliloquy-video-icon {
  background-image: url(images/play-icon.png);
}
.home .content .widget-area div.carousel-news-feed .soliloquy-caption,
.home .content .widget-area div.soliloquy-slide-horizontal .soliloquy-caption {
  position: static;
}
.home .content .widget-area div.carousel-news-feed .soliloquy-pager,
.home .content .widget-area div.soliloquy-slide-horizontal .soliloquy-pager {
  bottom: -60px;
}
.home .content .widget-area div.carousel-news-feed .soliloquy-caption .soliloquy-caption-inside,
.home .content .widget-area div.soliloquy-slide-horizontal .soliloquy-caption .soliloquy-caption-inside {
  background: none transparent;
  color: #C7C6C6;
  filtrer: 0;
  line-height: 1.5;
  padding: 20px;
  text-shadow: none;
}
.home .content .widget-area div.carousel-news-feed .soliloquy-caption .soliloquy-caption-inside h1,
.home .content .widget-area div.carousel-news-feed .soliloquy-caption .soliloquy-caption-inside h2,
.home .content .widget-area div.carousel-news-feed .soliloquy-caption .soliloquy-caption-inside h3,
.home .content .widget-area div.carousel-news-feed .soliloquy-caption .soliloquy-caption-inside h4,
.home .content .widget-area div.carousel-news-feed .soliloquy-caption .soliloquy-caption-inside h5,
.home .content .widget-area div.soliloquy-slide-horizontal .soliloquy-caption .soliloquy-caption-inside h1,
.home .content .widget-area div.soliloquy-slide-horizontal .soliloquy-caption .soliloquy-caption-inside h2,
.home .content .widget-area div.soliloquy-slide-horizontal .soliloquy-caption .soliloquy-caption-inside h3,
.home .content .widget-area div.soliloquy-slide-horizontal .soliloquy-caption .soliloquy-caption-inside h4,
.home .content .widget-area div.soliloquy-slide-horizontal .soliloquy-caption .soliloquy-caption-inside h5 {
  color: #fff;
  margin-bottom: 10px;
}
.home .content .widget-area div.soliloquy-slide-horizontal .soliloquy-wrapper,
.home .content .widget-area div.carousel-news-feed .soliloquy-wrapper {
  box-shadow: none;
}
/* # Top Container
---------------------------------------------------------------------------------------------------- */
.top-container {
  background-image: none !important;
  background-color: transparent !important;
}
.ie7 .top-container,
.ie8 .top-container {
  background-position: center 0 !important;
}
/* ## Top Banner
---------------------------------------------------------------------------------------------------- */
.top-container .top-banner {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}
.top-container .top-banner .wrap {
  min-height: 200px;
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 20px;
}
.page-template-page_landing-php .top-container .top-banner .wrap {
  padding: 40px;
}
.ie7 .page-template-page_landing-php .top-container .top-banner .wrap {
  min-height: 150px;
}
.top-container .top-banner h1,
.top-container .top-banner h2,
.top-container .top-banner h3,
.top-container .top-banner h4,
.top-container .top-banner h5 {
  color: #19477d;
}
.top-container .top-banner .entry-title,
.top-container .top-banner .archive-title {
  font-size: 53px;
  margin-bottom: 0;
  text-align: left;
}
.top-container .top-banner a {
  color: #fff;
}
.top-container .top-banner a:hover {
  color: #ffcd34;
}
.top-container .more-link a {
  background: url(images/more-link-arrow.png) no-repeat right center transparent;
  border: 1px solid #fff;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  padding: 10px 35px 10px 20px;
  text-transform: uppercase;
}
.top-container .more-link a:hover {
  background-color: #2F6A95;
  border-color: #3E79A5;
  color: #fff;
}
/* # Site Header
---------------------------------------------------------------------------------------------------- */
.site-header {
  color: #fff;
}
.home .site-header {
  background-color: transparent;
}
.site-header a {
  color: #fff;
}
.site-header a:hover {
  color: #ffcd34;
}
.site-header .wrap {
  max-width: 1144px;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
  z-index: 99;
}
/* ## Title Area
--------------------------------------------- */
.title-area {
  float: left;
  padding: 36px 0 0;
  width: 134px;
}
.header-full-width .title-area {
  width: 100%;
}
.site-title {
  font-size: 32px;
  line-height: 1.2;
  text-transform: uppercase;
}
.site-title a,
.site-title a:hover {
  color: #fff;
}
.header-image .site-title > a {
  background: url(images/logo.svg) no-repeat center top;
  float: left;
  min-height: 40px;
  width: 100%;
}
@media only screen and (min-width: 1144px) {
  .title-area {
    width: 191px;
    padding-top: 32px;
  }
  .header-image .site-title > a {
    min-height: 57px;
    background-size: cover;
  }
}
.site-description {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}
.site-description,
.site-title {
  margin-bottom: 0;
}
.header-image .site-description,
.header-image .site-title {
  display: block;
  text-indent: -9999px;
}
/* ## Widget Area
--------------------------------------------- */
.site-header .widget-area {
  float: right;
  text-align: right;
  width: 80%;
  margin-top: 2.3em;
}
/* # Site Navigation
---------------------------------------------------------------------------------------------------- */
.genesis-nav-menu {
  clear: both;
  font-size: 0;
  line-height: 1;
  width: 100%;
}
.genesis-nav-menu .menu-item {
  display: inline-block;
  font-size: 16px;
  text-align: left;
}
.ie7 .genesis-nav-menu .menu-item {
  display: block;
  float: left;
}
.genesis-nav-menu a {
  color: #222;
  display: block;
  padding: 20px 24px;
}
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
  color: #d6e8f4;
}
.genesis-nav-menu .sub-menu {
  background-color: #19477d;
  left: -9999px;
  opacity: 0;
  position: absolute;
  transition: opacity .4s ease-in-out;
  padding: 10px 0;
  width: 100%;
  z-index: 99;
}
.genesis-nav-menu .sub-menu a {
  background-color: transparent;
  border: 0;
  border-top: none;
  font-size: 14px;
  padding: 10px 20px;
  position: relative;
}
.ie7 .genesis-nav-menu .sub-menu a {
  width: 220px;
}
.genesis-nav-menu .sub-menu .sub-menu {
  margin: -35px 0 0 260px;
}
.genesis-nav-menu .menu-item:hover {
  position: static;
}
.genesis-nav-menu .menu-item:hover > .sub-menu {
  left: auto;
  opacity: 1;
}
.genesis-nav-menu > .first > a {
  padding-left: 0;
}
.genesis-nav-menu > .last > a {
  padding-right: 0;
}
.genesis-nav-menu > .right {
  color: #fff;
  float: right;
  list-style-type: none;
  padding: 30px 0;
}
.genesis-nav-menu > .right > a {
  display: inline;
  padding: 0;
}
.genesis-nav-menu > .rss > a {
  margin-left: 48px;
}
.genesis-nav-menu > .search {
  position: relative !important;
}
.nav-primary .genesis-nav-menu .search > span#show_hide,
.genesis-nav-menu > .search > span#show_hide {
  background: url(images/search-icon.png) no-repeat right center;
  cursor: pointer;
  display: block;
  height: 13px;
  padding: 0;
  text-indent: -9999px;
  width: 30px;
}
.ie7 .nav-primary .genesis-nav-menu .search > span#show_hide {
  padding: 50px 0;
}
.genesis-nav-menu .slidingDiv {
  background-color: #EDEDEE;
  border: 0 none;
  padding: 8px 10px;
  position: absolute;
  right: 0;
  top: 63px;
  width: 280px;
  z-index: 9999;
}
.ie7 .genesis-nav-menu .slidingDiv {
  top: 116px;
}
.genesis-nav-menu .slidingDiv .search-form {
  position: relative;
  width: 100%;
}
.genesis-nav-menu .slidingDiv .search-form input[type="search"] {
  width: 100%;
}
.ie7 .genesis-nav-menu .slidingDiv .search-form input[type="submit"] {
  display: block;
  left: auto;
  width: auto;
}
/* ## Primary Navigation
--------------------------------------------- */
.ie7 .nav-primary .genesis-nav-menu {
  float: right;
  width: auto;
}
.nav-primary .genesis-nav-menu .menu-item {
  font-size: 14px;
  width: 19%;
  position: relative;
}
.nav-primary .genesis-nav-menu .menu-item.last {
  width: auto;
  margin-right: 0;
  margin-left: 8px;
}
.nav-primary .genesis-nav-menu .menu-item .menu-item {
  width: 100%;
}
.nav-primary .genesis-nav-menu > .menu-item > a {
  display: block;
  line-height: 1.2;
}
.nav-primary .genesis-nav-menu a {
  border: 0;
  color: #3babef;
  padding-left: 17px;
  padding-right: 17px;
  padding-bottom: 0;
  padding-top: .6em;
}
.nav-primary .genesis-nav-menu a span {
  border-bottom: 2px solid #3babef;
  display: block;
  padding-bottom: .6em;
}
.nav-primary .genesis-nav-menu .sub-menu a {
  border: 0;
  border-bottom: 0;
  border-top: 0;
  color: #fff;
  font-size: 14px;
  padding: 10px 20px;
}
.nav-primary .genesis-nav-menu a:hover {
  background-color: #19477d;
  color: #fff;
  border-bottom-color: #19477d;
}
.nav-primary .genesis-nav-menu a:hover span {
  border-bottom-color: #19477d;
}
.nav-primary .genesis-nav-menu > .current-menu-item > a,
.nav-primary .genesis-nav-menu > .current-menu-parent > a,
.nav-primary .genesis-nav-menu > .current-page-ancestor > a {
  color: #18467d;
  border-bottom-color: #18467d;
  background-color: transparent;
}
.nav-primary .genesis-nav-menu > .current-menu-item > a span,
.nav-primary .genesis-nav-menu > .current-menu-parent > a span,
.nav-primary .genesis-nav-menu > .current-page-ancestor > a span {
  border-bottom-color: #18467d;
}
.nav-primary .genesis-nav-menu > .menu-item-has-children:hover > a {
  background-color: #19477d;
  border: 0;
  color: #fff;
  position: relative;
}
.nav-primary .genesis-nav-menu > .menu-item-has-children:hover > a span {
  border: none;
}
.nav-primary .genesis-nav-menu > .menu-item-has-children:hover > a::after {
  background-color: #19477d;
  bottom: -1px;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  margin: 0;
  position: absolute;
  right: 0;
  z-index: 100;
  width: auto;
}
.nav-primary .genesis-nav-menu .sub-menu a:hover,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
  background-color: #3babef;
  border: 0;
  border-bottom: 0;
  border-top: 0;
  color: #fff;
}
.nav-primary .genesis-nav-menu .sub-menu a span,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a span {
  border: none;
  padding-bottom: 0;
}
.nav-primary .genesis-nav-menu .sub-menu .sub-menu {
  margin: -45px 0 0 260px;
}
.ie7 .nav-primary .genesis-nav-menu .sub-menu .sub-menu {
  margin: -45px 0 0 262px;
}
/* ## Secondary Navigation
--------------------------------------------- */
.nav-secondary {
  border-bottom: 1px solid #5d6576;
  color: #fff;
  padding: 8px 0;
}
.nav-secondary .wrap {
  max-width: 1144px;
  padding-left: 40px;
  padding-right: 40px;
}
.home .nav-secondary {
  background-color: transparent;
}
.nav-secondary .genesis-nav-menu {
  float: right;
  width: auto;
}
.nav-secondary .genesis-nav-menu > .menu-item {
  font-size: 13px;
  line-height: 1;
}
.nav-secondary .genesis-nav-menu a {
  color: #fff;
  padding: 0 8px;
}
.nav-secondary .genesis-nav-menu > .menu-item > a {
  border-right: 1px solid #fff;
}
.nav-secondary .genesis-nav-menu > .last > a {
  border-right: 0;
  padding-right: 0;
}
.nav-secondary .genesis-nav-menu .sub-menu a {
  background-color: #183749;
  font-size: 14px;
  line-height: 1.5;
  padding: 5px 8px;
}
.nav-secondary .genesis-nav-menu .sub-menu a:hover,
.nav-secondary .genesis-nav-menu .sub-menu .current-menu-item >,
.nav-secondary .genesis-nav-menu a:hover,
.nav-secondary .genesis-nav-menu .current-menu-item > a {
  color: #e3f2fc;
}
.nav-secondary .genesis-nav-menu .sub-menu {
  background-color: transparent;
  border: 0;
}
.nav-secondary .genesis-nav-menu .sub-menu {
  padding: 5px 0;
}
.menu-item-2468 a {
  border-right: 0px !important;
  margin-top: 2px !important;
  padding-right: 0px !important;
}
.menu-item-2468 img {
  padding-top: 2px !important;
  padding-right: 0px !important;
  border-right: 0px !important;
}
#demo-button:hover {
  background: #15457f;
  border-bottom-color: #15457f;
}
#demo-button {
  background: #3babef;
  padding: .7em;
  color: #fff;
  font-family: 'ReplicaMono-Regular', sans-serif;
  text-align: center;
}
/* ## Navigation toggles
--------------------------------------------- */
.sub-menu-toggle,
.menu-toggle {
  display: none;
  visibility: hidden;
}
/* # Home Page
---------------------------------------------------------------------------------------------------- */
.home .content .widget-title {
  font-size: 28px;
}
.home .content .more-link {
  clear: none;
  font-size: 16px;
  margin: 30px 0 0;
  text-transform: uppercase;
  width: 100%;
}
.ie7 body.home .content .widget-area,
.ie8 body.home .content .widget-area {
  background-position: center top;
}
/* ## Home Top
--------------------------------------------- */
.home-top .wrap {
  overflow: hidden;
  padding: 50px 0;
}
.home-top-cta .widget-title {
  font-size: 50px;
  line-height: 1.2;
}
.home-top-cta.widget-title,
.home-top-cta .widget-title a {
  color: #fff;
}
/* ## Home Slider
--------------------------------------------- */
.home-slider {
  color: #fff;
  float: right;
  width: 57%;
}
.home .content div.soliloquy-container .soliloquy-wrapper {
  box-shadow: 0 0 6px #444;
}
.home .content div.soliloquy-container .soliloquy-caption-inside {
  background: none transparent;
  color: #fff;
  filter: 0;
  font-size: 16px;
  text-shadow: none;
}
.home .content div.soliloquy-container .soliloquy-pager {
  bottom: -40px;
}
.home .content .home-f1 div.soliloquy-container .soliloquy-pager-link {
  background-image: url(images/circle.png);
}
.home .content .home-f1 div.soliloquy-container .soliloquy-pager-link.active,
.home .content .home-f1 div.soliloquy-container .soliloquy-pager-link:hover {
  background-image: url(images/circle-hover.png);
}
div.soliloquy-container .soliloquy-caption-inside h2,
div.soliloquy-container .soliloquy-caption-inside h3,
div.soliloquy-container .soliloquy-caption-inside h4 {
  color: #fff;
  margin-bottom: 20px;
}
div.soliloquy-container .soliloquy-caption-inside h2 {
  font-size: 38px;
}
div.soliloquy-container .soliloquy-caption-inside h3 {
  font-size: 30px;
}
div.soliloquy-container .soliloquy-caption-inside h4 {
  font-size: 26px;
}
div.soliloquy-container .soliloquy-caption-inside h5 {
  font-size: 20px;
}
.home-slider div.soliloquy-container .soliloquy-caption-inside .more-link {
  font-size: 16px;
  margin: 30px 0 0;
  overflow: hidden;
}
/* ## Home Promo Area
--------------------------------------------- */
.home-promo {
  width: 100%;
  background-color: #FFF;
}
/* ## Home Logo Area
--------------------------------------------- */
.home-logobar {
  color: #fff;
  padding: 40px 20px 60px 20px;
  background-color: #404040;
}
.home-logobar a,
.home-logobar .widget-title a,
.home-logobar.widget-title {
  color: #144360;
}
.home-logobar a:hover,
.home-logobar .widget-title a:hover {
  color: #222;
}
/* ## Home Featured 1
--------------------------------------------- */
.home-f1 {
  color: #222;
  padding: 110px 0;
}
.home-f1 a,
.home-f1 .widget-title a,
.home-f1 .widget-title {
  color: #144360;
}
.home-f1 a:hover,
.home-f1 .widget-title a:hover {
  color: #222;
}
/* ## Home Featured 2
--------------------------------------------- */
.home-f2 {
  background-color: #193749;
  color: #ddd;
  padding: 100px 0;
}
.home-f2 .widget-title {
  color: #fff;
}
.home-f2 .wsm-cta-widget .widget-title {
  margin-bottom: 60px;
}
.home-f2 .wsm-featured-widget .more-link,
.home-f2 .wsm-cta-widget .more-link {
  float: left;
  font-size: 16px;
  margin: 30px 0 0;
  width: 100%;
}
.home-f2 .wsm-featured-widget .more-link a,
.home-f2 .wsm-cta-widget .more-link a {
  background: url(images/more-link-arrow.png) no-repeat right center transparent;
  border: 1px solid #fff;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  padding: 10px 35px 10px 20px;
  text-transform: uppercase;
}
.home-f2 .wsm-featured-widget .more-link a:hover,
.home-f2 .wsm-cta-widget .more-link a:hover {
  background-color: #2F6A95;
  border-color: #3E79A5;
  color: #fff;
}
/* ## Home Featured 3
--------------------------------------------- */
.home-newsticker {
  color: #fff;
  padding: 20px 20px 20px 20px;
  background-color: #0e2031;
  background-repeat: no-repeat;
  background-position: left center;
  text-align: center;
  margin: 0 auto;
}
.home-newsticker a {
  color: #fff;
}
.home-newsticker a:hover {
  color: #fff;
}
.home-f3 {
  color: #d6d5d5;
  padding: 80px 0 140px;
}
.home-f3 a {
  color: #d6d5d5;
}
.home-f3 .widget-title a,
.home-f3 .widget-title {
  color: #fff;
}
.home-f3 .widget-title a:hover {
  color: #d6d5d5;
}
.home-f3 a:hover {
  color: #fff;
}
.home-f3 .wsm-featured-widget .more-link a,
.home-f3 .wsm-cta-widget .more-link a {
  background: url(images/more-link-arrow-yellow.png) no-repeat right center transparent;
  border: 1px solid #fff;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  padding: 10px 35px 10px 20px;
  text-transform: uppercase;
}
.home-f3 .wsm-featured-widget .more-link a:hover,
.home-f3 .wsm-cta-widget .more-link a:hover {
  background-color: transparent;
  color: #ffce36;
}
/* ## Home Featured 4
--------------------------------------------- */
.home-f4 {
  background: url(images/grey-gradient-bg.png) repeat-x 0 bottom #fff;
  color: #222;
  padding: 110px 0;
}
.home-f4 .widget-title a,
.home-f4 .widget-title {
  color: #144360;
}
.home-f4 .widget-title a:hover {
  color: #222;
}
.home-f4 .wsm-featured-widget .widget-title,
.home-f4 .wsm-cta-widget .widget-title {
  margin-bottom: 40px;
}
/* # Resources Page
---------------------------------------------------------------------------------------------------- */
.page-template-page_resources-php .content .entry {
  margin-bottom: 40px;
}
.resources-bottom-cta ul li {
  background-color: #eeefef;
  border-radius: 4px;
  margin-bottom: 20px;
  overflow: hidden;
  padding: 10px 20px;
}
.resources-bottom-cta .cta-title {
  color: #144360;
  display: table;
  float: left;
  font-size: 23px;
  line-height: 1.2;
  height: 60px;
  padding-right: 2%;
  width: 18%;
}
.resources-bottom-cta .cta-text {
  color: #222;
  display: table;
  float: left;
  font-size: 12px;
  height: 60px;
  width: 66%;
}
.resources-bottom-cta .more-link {
  clear: none;
  display: table;
  float: right;
  font-size: 12px;
  margin: 0;
  height: 60px;
  text-transform: uppercase;
  text-align: right;
  width: 14%;
}
.resources-bottom-cta .cta-text span,
.resources-bottom-cta .cta-title span,
.resources-bottom-cta .more-link .table-cell {
  display: table-cell;
  vertical-align: middle;
}
.resources-bottom-cta .more-link .table-cell span {
  background: url(images/more-link-arrow-dark-small.png) no-repeat right center #fff;
  border: 1px solid #154462;
  border-radius: 4px;
  color: #134361;
  display: inline-block;
  line-height: 1.2;
  padding: 10px 20px 10px 10px;
}
.resources-bottom-cta li:hover .more-link .table-cell span {
  background: url(images/more-link-arrow-dark-small-white.png) no-repeat right center #2F6A95;
  color: #fff;
}
/* # Content Area
---------------------------------------------------------------------------------------------------- */
/* ## Entries
--------------------------------------------- */
.entry {
  margin-bottom: 60px;
}
.entry-content ol,
.entry-content ul {
  margin-bottom: 20px;
  margin-left: 20px;
}
.entry-content ol > li {
  list-style-type: decimal;
}
.entry-content ul > li {
  list-style-type: none;
  padding-left: 17px;
  position: relative;
}
.entry-content ul > li:before {
  content: '-';
  position: absolute;
  left: 0;
  top: -.1em;
}
.entry-content ol li {
  padding-left: 10px;
}
.entry-content ol ol,
.entry-content ul ul {
  margin-bottom: 0;
}
.entry-content code {
  background-color: #333;
  color: #ddd;
}
.more-link {
  clear: both;
  display: block;
  margin: 20px 0 0;
}
.entry-content .more-link {
  clear: none;
}
.more-link a {
  color: #3aaaee;
  font-family: "ReplicaMono-Regular", sans-serif;
  text-transform: uppercase;
  padding-right: 0;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  display: inline-block;
  text-decoration: none;
}
.more-link a:after {
  content: '\2192';
  font-size: 1.3em;
  margin-left: .8em;
}
.entry-content .more-link a:hover,
.more-link a:hover {
  color: #18467d;
}
/* ## Entry Meta
--------------------------------------------- */
p.entry-meta {
  font-size: 15px;
  margin-bottom: 0;
}
.entry-header .entry-meta {
  margin-bottom: 20px;
}
.entry-header .entry-author {
  padding-left: 8px;
}
.entry-header .entry-time,
.entry-header .entry-author,
.entry-header .entry-categories {
  padding-right: 8px;
}
.entry-header .entry-meta,
.entry-header .entry-meta a {
  color: #8d8f92;
}
.single .entry-footer .entry-meta {
  border-top: 1px solid #ebebec;
  font-weight: 500;
  padding-top: 10px;
}
.single .entry-footer .entry-meta a {
  color: #222;
  font-weight: 300;
}
.single .entry-footer .entry-meta a:hover {
  color: #154462;
}
.entry-tags {
  display: block;
}
/* ## Pagination
--------------------------------------------- */
.pagination {
  clear: both;
  margin: 40px 0;
}
.adjacent-entry-pagination {
  margin-bottom: 0;
}
.archive-pagination li {
  display: inline;
}
.archive-pagination li a {
  background-color: #193749;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  padding: 5px 10px;
}
.archive-pagination li a:hover,
.archive-pagination .active a {
  background-color: #2f6993;
  color: #fff;
}
/* ## Comments
--------------------------------------------- */
.comment-respond,
.entry-comments,
.entry-pings {
  margin-bottom: 40px;
}
.comment-header {
  font-size: 16px;
}
li.comment {
  background-color: #f5f5f5;
  border: 2px solid #fff;
}
.comment-content {
  clear: both;
}
.comment-list .comment-respond {
  margin-top: 20px;
}
.comment-list li {
  margin-top: 24px;
  padding: 20px;
}
.comment-respond form p.gform_wrapper {
  margin-bottom: 5px;
}
.comment-respond label {
  display: none;
}
.entry-comments .comment-author {
  margin-bottom: 0;
}
.entry-pings .reply {
  display: none;
}
.form-allowed-tags {
  background-color: #f5f5f5;
  font-size: 16px;
  padding: 24px;
}
.comment-list .comment-header a {
  color: #222;
}
.comment-list .comment-header a:hover {
  color: #154462;
}
.comment-list .comment-meta {
  font-size: 13px;
}
.comment-list .comment-reply a.comment-reply-link {
  background-color: #154462;
  color: #fff;
  font-size: 13px;
  padding: 3px 8px;
}
.comment-list .comment-reply a.comment-reply-link:hover {
  background-color: #2F6993;
  color: #fff;
}
/* # Sidebars
---------------------------------------------------------------------------------------------------- */
.sidebar {
  font-size: 16px;
}
.sidebar li {
  border-bottom: 1px solid #f5f6f6;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
.sidebar li a {
  color: #222;
}
.sidebar li a:hover {
  color: #154462;
}
.sidebar p:last-child,
.sidebar ul > li:last-child {
  margin-bottom: 0;
}
.sidebar .widget {
  margin-bottom: 40px;
  clear: both;
  display: block;
}
.sidebar .widget_recent_comments li {
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.sidebar .widget_recent_comments li a {
  color: #154462;
}
.sidebar .widget_recent_comments li a:hover {
  color: #222;
}
/* # Footer Calls to Action
---------------------------------------------------------------------------------------------------- */
.footer-cta {
  background-color: #193749;
  color: #fff;
}
.footer-cta .wrap {
  border-bottom: 1px solid #fff;
  padding: 110px 0 60px;
}
.footer-cta .widget-title {
  color: #fff;
  font-size: 28px;
  margin-bottom: 40px;
  text-align: center;
}
.footer-cta .wsm-featured-widget .more-link,
.footer-cta .wsm-cta-widget .more-link {
  float: left;
  font-size: 16px;
  margin: 30px 0 0;
  width: 100%;
}
.footer-cta .wsm-featured-widget .more-link a,
.footer-cta .wsm-cta-widget .more-link a {
  background: url(images/more-link-arrow.png) no-repeat right center transparent;
  border: 1px solid #fff;
  border-radius: 4px;
  color: #ffcd34;
  display: inline-block;
  padding: 10px 35px 10px 20px;
  text-transform: uppercase;
}
.footer-cta .wsm-featured-widget .more-link a:hover,
.footer-cta .wsm-cta-widget .more-link a:hover {
  background: url(images/more-link-arrow-dark.png) no-repeat right center #fff;
  color: #193749;
}
/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */
.footer-widgets,
.site-footer {
  background: url(images/nav-bkg@3x.png) 6px 0 repeat #19477d;
  background-size: 17px 766px;
  padding-top: 3.2em;
  color: #fff;
  font-size: 12px;
  position: relative;
}
.page-template-about .leadership {
  padding-top: 5.5em;
  background: url(images/nav-bkg@3x.png) 6px 0 repeat #19477d;
  background-size: 17px 766px;
  padding-bottom: 2em;
}
.site-footer {
  padding-top: 0;
}
.footer-widgets .footer-logo {
  float: left;
  width: 134px;
  margin-right: 10%;
}
.footer-widgets .footer-logo > a {
  background: url(images/SM-Small-White.svg) no-repeat center top;
  float: left;
  min-height: 40px;
  width: 100%;
  overflow: hidden;
  text-indent: -1000px;
  display: block;
}
.footer-widgets .footer-widgets-1 {
  width: 33%;
  float: left;
  margin-right: 2%;
}
.footer-widgets .footer-widgets-2 {
  width: 65%;
  float: left;
}
.footer-widgets .col1 {
  overflow: hidden;
  border-top: 1px solid #3aaaee;
  padding-top: 1.3em;
  padding-bottom: 4.8em;
}
.footer-widgets a {
  color: #fff;
}
.footer-widgets a:hover {
  text-decoration: underline;
}
.footer-widgets h5 {
  color: #fff;
  font: 12px "Replica-Bold", sans-serif;
  font-weight: normal;
  font-style: normal;
  clear: both;
  margin-bottom: .5em;
}
.footer-widgets p {
  margin-bottom: .7em;
  line-height: 1.3em;
}
.footer-widgets .featured-content br {
  display: inline-block !important;
}
.footer-widgets p.address {
  color: #3babef;
}
.footer-widgets ul:not(.hs-error-msgs) {
  float: left;
  width: 17%;
  margin: 0;
  padding: 0;
  border-top: 1px solid #3aaaee;
  padding-top: 1.3em;
  margin-right: 3%;
  margin-bottom: .5em;
}
.footer-widgets ul:not(.hs-error-msgs) li {
  list-style-type: none;
}
.footer-widgets ul:not(.hs-error-msgs) ul {
  width: 100%;
  border: none;
  padding: 0;
}
.footer-widgets ul:not(.hs-error-msgs) ul li a {
  color: #3babef;
}
.footer-subscribe {
  border-top: 1px solid #3aaaee;
  padding-top: 1.3em;
  position: absolute;
  margin-left: 28px;
  box-sizing: border-box;
  margin-bottom: 4.8em;
  bottom: 0;
  left: 36%;
}
.footer-subscribe h5 {
  font-size: 15px;
  position: relative;
}
.footer-subscribe:before {
  content: '\2192';
  width: 14px;
  height: 20px;
  border-top: 1px solid #3aaaee;
  padding-top: .3em;
  position: absolute;
  left: -28px;
  top: 0;
  display: block;
  font: 24px 'ReplicaMono-Regular', sans-serif;
  vertical-align: top;
}
.footer-left {
  border-top: 1px solid #fff;
  padding-top: 1em;
  padding-bottom: 1em;
  margin-left: 170px;
}
.footer-widgets ul.demo {
  display: none;
}
.col-wrapper {
  text-align: center;
  overflow: hidden;
  margin-left: -2%;
  margin-right: -2%;
}
.page-template-about .investors .col-wrapper,
.page-template-use-cases .content .col-wrapper {
  text-align: left;
}
.col-wrapper .col {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  box-sizing: border-box;
  margin-left: 2%;
  margin-right: 2%;
}
.col-wrapper.col3 .col {
  width: 28%;
  margin-bottom: 2em;
}
.col-wrapper.col2 .col {
  width: 45%;
  margin-bottom: 2em;
}
.logo-grid {
  color: #9E9F9F;
}
.col-wrapper.col5 .col {
  width: 15%;
}
.home .col-wrapper.col3 .col {
  margin-bottom: 0;
}
.home .col-wrapper.col3 .col svg {
  width: 100%;
}
.page-template-about .leadership .col3 {
  text-align: left;
}
.page-template-about .banner,
.page-template-use-cases .banner,
.page-template-product .banner {
  margin-top: 3.6em;
  position: relative;
}
.page-template-product .banner {
  margin-bottom: 8em;
}
.page-template-about .banner article,
.page-template-use-cases .banner article {
  max-width: 440px;
  position: absolute;
  top: 29%;
}
.page-template-use-cases .banner article .arrow {
  font-family: 'ReplicaMono-Regular', sans-serif;
  font-size: 1.5em;
  color: #3babef;
  margin-top: 1em;
}
.page-template-use-cases .banner article {
  max-width: 485px;
  top: 3em;
}
.page-template-about .banner article h1,
.page-template-use-cases .banner article h1 {
  font-family: 'Replica-Bold', sans-serif;
  font-size: 47px;
  color: #3babef;
}
.page-template-about .banner article p,
.page-template-use-cases .banner article p {
  color: #3babef;
  font: 20px 'Replica-Bold', sans-serif;
}
.page-template-about .banner .img-container,
.page-template-use-cases .banner .img-container {
  position: relative;
}
.page-template-about .banner .img-container .overlay,
.page-template-use-cases .banner .img-container .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjkiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjQiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  background: linear-gradient(to right, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.4) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6ffffff', endColorstr='#66ffffff',GradientType=1 );
}
.page-template-about .banner .img-container,
.page-template-use-cases .banner .img-container {
  float: right;
  width: 75%;
  margin-right: -40px;
}
.page-template-use-cases .banner .img-container {
  width: 65%;
}
.page-template-about .site-inner,
.page-template-use-cases .site-inner,
.page-template-product .site-inner,
.page-template-partners .site-inner,
.page-template-emv .site-inner,
.page-template-ema .site-inner,
.page-template-digital_readiness .site-inner,
.page-template-packaging-manufacturer-case-study .site-inner {
  display: none;
}
.page-template-about .site-inner.visible,
.page-template-use-cases .site-inner.visible {
  display: block;
}
.page-template-use-cases .site-inner
.page-template-about .content p.intro,
.page-template-about .leadership p.intro {
  font-size: 21px;
  line-height: 1.3em;
  margin-bottom: 2em;
}
.page-template-about .leadership p.intro {
  color: #3babef;
  max-width: 560px;
  margin-bottom: 3em;
}
aside.sidebar .location p {
  color: #3babef;
}
aside.sidebar .location h4 {
  position: relative;
  padding-top: 1em;
}
aside.sidebar .location h4:before {
  content: '';
  width: 17px;
  height: 1px;
  background-color: #3babef;
  position: absolute;
  top: 0;
}
aside.sidebar .contact p,
aside.sidebar .contact p a {
  color: #19477d;
}
aside.sidebar .contact p {
  margin-bottom: 0;
}
.page-template-about .leadership .col h3 {
  color: #fff;
  font: 18px 'Replica-Bold', sans-serif;
  margin-bottom: 0;
}
.page-template-about .leadership .col p {
  color: #3babef;
}
.page-template-about .leadership .col p.title {
  color: #fff;
  font: 14px 'Replica-Bold', sans-serif;
}
.page-template-about .investors {
  padding-top: 5em;
  padding-bottom: 3em;
}
.page-template-about .investors .col-wrapper svg {
  width: 100%;
}
.page-template-use-cases .content article,
.page-template-use-cases .case-studies .heading {
  max-width: 450px;
}
.page-template-use-cases .case-studies .heading {
  margin-left: 10%;
}
.page-template-use-cases .content .col h3 {
  color: #19477d;
  font: 16px 'Replica-Bold', sans-serif;
  margin-top: -.5em;
}
.page-template-use-cases .use-case {
  position: relative;
  padding-top: 5em;
  padding-bottom: 3em;
}
.page-template-use-cases .use-case .wrap {
  padding-left: 40px;
  position: relative;
}
.use-case-heading.js-scroll-reveal {
  transform: translateY(2rem);
  transition: transform 0.5s;
}
.use-case-heading.js-scroll-reveal.is-revealed {
  transform: translateY(0);
}
.page-template-use-cases .use-case .use-case-heading {
  float: left;
  width: 40%;
}
.page-template-use-cases .use-case .use-case-heading h2 {
  font-size: 47px;
  padding-top: .8em;
  margin-bottom: .4em;
  color: #fff;
}
.page-template-use-cases .use-case.productivity .use-case-heading h2 {
  color: #3babef;
}
.page-template-use-cases .use-case .use-case-heading h2:before {
  content: '';
  width: 17px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 0;
}
.page-template-use-cases .use-case.productivity .use-case-heading h2:before {
  background-color: #3babef;
}
.page-template-use-cases .use-case .use-case-heading p {
  color: #3babef;
  font-size: 20px;
  font-family: 'Replica-Bold', sans-serif;
}
.page-template-use-cases .use-case .use-case-content {
  float: right;
  width: 50%;
}
.page-template-use-cases .use-case article .icon {
  float: left;
  width: 70px;
  position: relative;
  top: -.3em;
}
.page-template-use-cases .use-case article .article-content {
  overflow: hidden;
}
.page-template-use-cases .use-case article .article-content h3 {
  color: #fff;
  font: 18px 'Replica-Bold', sans-serif;
  margin-bottom: .2em;
}
.page-template-use-cases .use-case.productivity article .article-content h3 {
  color: #3babef;
}
.page-template-use-cases .use-case article .article-content p {
  color: #3babef;
  margin-bottom: 2em;
}
.page-template-use-cases .use-case.productivity article .article-content p {
  color: #6d6e70;
}
.page-template-use-cases .use-case .use-case-action {
  position: absolute;
  bottom: 2em;
  width: 35%;
}
.page-template-use-cases .use-case .use-case-action h4 {
  position: relative;
  border-top: 1px solid #3babef;
  padding-top: .7em;
  margin-left: 28px;
  color: #fff;
  margin-bottom: 1.1em;
}
.page-template-use-cases .use-case.productivity .use-case-action h4 {
  color: #3babef;
}
.page-template-use-cases .use-case .use-case-action h4:before {
  content: '\2192';
  width: 14px;
  height: 20px;
  border-top: 1px solid #3babef;
  padding-top: .2em;
  position: absolute;
  left: -28px;
  top: 0;
  display: block;
  font: 24px/24px 'ReplicaMono-Regular', sans-serif;
  vertical-align: top;
  color: #fff;
}
.page-template-use-cases .use-case.productivity .use-case-action h4:before {
  color: #3babef;
}
.page-template-use-cases .use-case .use-case-action a.button {
  margin-left: 28px;
}
.page-template-use-cases .use-case.quality .use-case-action a.button:hover {
  background-color: #fff;
  border-color: #fff;
  color: #19477d;
}
.page-template-use-cases .use-case.visibility .use-case-action a.button:hover {
  background-color: #fff;
  border-color: #fff;
  color: #021e40;
}
.page-template-use-cases .use-case.quality {
  background-color: #19477d;
}
.page-template-use-cases .use-case.visibility {
  background-color: #021e40;
}
.page-template-use-cases .case-studies {
  padding-top: 5em;
  text-align: center;
}
.page-template-use-cases .case-studies article {
  clear: both;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.page-template-use-cases .case-studies .heading {
  text-align: left;
}
.page-template-use-cases .case-studies article img {
  float: right;
  width: 60%;
}
.page-template-use-cases .case-studies article.alt img {
  float: left;
}
.page-template-use-cases .case-studies article .article-content {
  float: left;
  width: 45%;
  margin-right: -10%;
  position: absolute;
  bottom: 0;
  z-index: 1;
  text-align: left;
  background-color: #19477d;
  padding: 2em 2em 1em;
}
.page-template-use-cases .case-studies article.alt .article-content {
  float: right;
  right: 0;
  margin-right: 0;
  margin-left: -10%;
}
.page-template-use-cases .case-studies article .article-content h3 {
  color: #3babef;
  font-size: 28px;
  margin-bottom: 1em;
}
.page-template-use-cases .case-studies article .article-content p {
  color: #fff;
}
.page-template-use-cases .case-studies a.button {
  clear: both;
  margin-top: 1em;
  margin-bottom: 5em;
}
.page-template-product .banner h1 {
  color: #3babef;
  font-family: 'Replica-Bold', sans-serif;
  font-size: 30px;
  line-height: 1em;
  margin-bottom: 2em;
}
.page-template-product .banner h1 span {
  display: block;
}
.page-template-product .banner h1 > span:before {
  content: '01';
  font: 8px 'ReplicaMono-Regular', sans-serif;
  display: block;
  border-top-style: solid;
  border-top-width: 1px;
  width: 17px;
  padding-top: .7em;
}
.page-template-product .banner h1 > span:after {
  content: '\2193';
  font: 24px 'ReplicaMono-Regular', sans-serif;
  border: none;
  text-decoration: none;
  border: none;
  display: block;
  margin-bottom: .1em;
  margin-top: -.2em;
}
.page-template-product .banner h1 span.analyze {
  color: #3babef;
  font-size: 70px;
  line-height: 1em;
}
.page-template-product .banner h1 > span.analyze:before {
  content: '02';
}
.page-template-product .banner h1 > span.visualize:before {
  content: '03';
}
.page-template-product .banner h1 > span.analyze:after {
  margin-top: -.4em;
}
.page-template-product .banner h1 > span.visualize:after {
  content: '';
}
.page-template-product .banner article {
  max-width: 500px;
}
.page-template-product .banner article h2 {
  color: #3babef;
  font-size: 20px;
}
.page-template-product .product-feature h2 {
  display: none;
  color: #19477d;
}
.page-template-product .product-feature.analyze h2 {
  color: #fff;
}
.intro.js-scroll-reveal {
  transform: translateY(2rem);
  transition: transform 0.5s;
}
.intro.js-scroll-reveal.is-revealed {
  transform: translateY(0);
}
.page-template-product .product-feature p.intro {
  position: absolute;
  width: 21%;
  right: 4%;
}
.page-template-product .product-feature.analyze p.intro {
  color: #fff;
}
.page-template-product .product-feature p.intro:before {
  content: '01';
  font: 8px/1em 'ReplicaMono-Regular', sans-serif;
  color: #6d6e70;
  width: 17px;
  border-top-style: solid;
  border-top-width: 1px;
  padding-top: 1em;
  display: block;
  margin-bottom: 1em;
}
.page-template-product .product-feature.analyze p.intro:before {
  content: '02';
  color: #fff;
}
.page-template-product .product-feature.visualize p.intro:before {
  content: '03';
}
.page-template-product .product-feature .infographic {
  width: 70%;
  position: relative;
  border: 1px solid rgba(187, 189, 191, 0.31);
  padding: 32px 4% 0;
  text-align: center;
  box-sizing: border-box;
}
.page-template-product .product-feature.analyze .infographic {
  border-color: rgba(187, 189, 191, 0.31);
  margin-bottom: 2em;
  position: relative;
}
.page-template-product .connector.api-out {
  margin-top: -2em;
  margin-bottom: 1em;
}
.page-template-product .connector .center-box {
  width: 38.1%;
  position: relative;
  padding-top: 22px;
  margin-top: 17px;
}
.page-template-product .connector.api-out .center-box {
  width: 70%;
  padding-top: 0;
  margin-top: 0;
}
.page-template-product .product-feature .infographic.condition-data {
  margin-top: -1px;
}
.page-template-product .product-feature .img-container {
  width: 50%;
  float: left;
  box-sizing: border-box;
  position: relative;
}
.page-template-product .product-feature .digital-twin .img-container {
  left: -19%;
  margin-top: 3em;
  width: 400px;
  position: absolute;
}
.page-template-product .product-feature .transmit-inputs .img-container {
  margin-bottom: -8px;
  position: relative;
  z-index: 1;
}
.page-template-product .product-feature .condition-data .img-container {
  margin-top: -16px;
  margin-left: -2px;
  margin-bottom: -9px;
}
.page-template-product .product-feature .infographic article {
  float: right;
  max-width: 220px;
  text-align: left;
}
.page-template-product .product-feature .infographic article h3 {
  color: #19477d;
  font-family: 'Replica-Bold', sans-serif;
  line-height: 1em;
}
.page-template-product .product-feature.analyze .infographic article h3 {
  color: #fff;
}
.page-template-product .product-feature.analyze .infographic h4 {
  font: 14px/1.8em 'ReplicaMono-Regular', sans-serif;
  color: #fff;
  margin-bottom: 3em;
}
.page-template-product .product-feature .infographic article p {
  color: #3babef;
}
.page-template-product .product-feature .infographic article .workbench p {
  color: #021d3f;
}
.page-template-product .product-feature .infographic article ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.page-template-product .product-feature .infographic article ul li {
  font: 14px/1.4em 'ReplicaMono-Regular', sans-serif;
  list-style-type: none;
  color: #19477d;
}
.page-template-product .product-feature.analyze .infographic article ul {
  margin-bottom: 2em;
  max-width: 200px;
}
.page-template-product .product-feature.analyze .infographic article ul li {
  color: #3babef;
  padding-top: .5em;
  padding-bottom: .5em;
}
.page-template-product .product-feature.analyze .infographic article ul li.active {
  background-color: #3babef;
  color: #021d3f;
  padding-left: .8em;
  margin-left: -.8em;
}
.page-template-product .connector .center-box svg {
  position: absolute;
  left: 50%;
  top: 0;
}
.page-template-product .connector .connector-box {
  background-color: #3babef;
  color: #fff;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  max-width: 205px;
  box-sizing: border-box;
  padding: 1.1em;
  position: relative;
}
.page-template-product .connector.api-out .connector-box {
  max-width: 450px;
  position: relative;
  z-index: 1;
}
.page-template-product .connector .connector-box h3 {
  font: 14px/1.8em 'ReplicaMono-Regular', sans-serif;
  color: #fff;
  display: inline;
}
.page-template-product .connector .connector-box a.infobox-button {
  display: inline-block;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  width: 27px;
  height: 27px;
  font-family: "ReplicaMono-Regular", sans-serif;
  color: #fff;
  line-height: 24px;
  bottom: 20%;
  text-align: center;
  float: right;
}
.page-template-product .connector .connector-box a.infobox-button:hover {
  background-color: #fff;
  color: #3babef;
}
.page-template-product .connector .infobox {
  background-color: #3babef;
  position: absolute;
  width: 100%;
  margin-left: 5%;
  margin-right: 5%;
  z-index: 2;
  bottom: 0;
  padding-top: 1em;
  padding-left: 4%;
  padding-right: 4%;
  padding-bottom: 1em;
  box-sizing: border-box;
}
.page-template-product .connector.api-out .infobox {
  width: auto;
}
.page-template-product .connector .infobox h3 {
  color: #fff;
  font: 14px "ReplicaMono-Regular", sans-serif;
  margin-bottom: 1.5em;
  margin-top: 1em;
}
.page-template-product .connector .infobox p {
  color: #fff;
}
.page-template-product .connector .infobox a.close {
  content: '';
  background: url(images/menu-close.svg) no-repeat;
  width: 24px;
  height: 19px;
}
.page-template-product .connector .infobox a.close {
  overflow: hidden;
  text-indent: -1000px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.5em;
}
.page-template-product .analyze-connector {
  display: none;
}
.page-template-product .product-feature.analyze {
  background-color: #021e40;
  padding-top: 4.3em;
  margin-top: -1.8em;
  padding-bottom: 2em;
}
.page-template-product .product-feature .arrow-line-down {
  position: absolute;
  left: 50%;
  margin-left: -7.5px;
  bottom: -80px;
  height: 90px;
  width: 2px;
  background-color: #3aaaee;
}
.page-template-product .product-feature .digital-twin .arrow-line-down {
  left: 29%;
  height: 244px;
  bottom: -65px;
}
.page-template-product .product-feature .arrow-line-down:after {
  content: '';
  position: absolute;
  background-image: url(images/arrow-blue-down.svg);
  width: 16px;
  height: 10px;
  bottom: -2px;
  left: -7px;
}
.page-template-product .product-feature .commander {
  position: absolute;
  width: 21%;
  right: 40px;
  border: 1px dashed #3babef;
  top: 19%;
  padding: 3%;
  background-color: #021d3f;
  min-height: 166px;
}
.page-template-product .product-feature .commander:before {
  content: '';
  width: 8%;
  height: 1px;
  border-top: 1px dashed #3babef;
  position: absolute;
  left: -8%;
  top: 50%;
  margin-top: -1px;
}
.page-template-product .product-feature .commander h3 {
  color: #3babef;
  text-align: left;
  font: 18px 'Replica-Bold', sans-serif;
}
.page-template-product .product-feature .commander p {
  color: #3babef;
  text-align: left;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.3em;
}
.page-template-product .product-feature .connector-line {
  height: 575px;
  width: 1px;
  border-left: 1px dashed #3babef;
  position: absolute;
  right: 26.5%;
  top: 10%;
}
.page-template-product .product-feature .connector-line .connector-top {
  width: 34px;
  height: 1px;
  border-top: 1px dashed #3babef;
  position: absolute;
  right: 0;
}
.page-template-product .product-feature .connector-line .connector-bottom {
  width: 34px;
  height: 1px;
  border-top: 1px dashed #3babef;
  position: absolute;
  right: 0;
  bottom: 0;
}
.page-template-product .product-feature .connector-line .connector-top:before,
.page-template-product .product-feature .connector-line .connector-bottom:before {
  content: '';
  width: 5px;
  height: 8px;
  position: absolute;
  left: -2px;
  background: url(images/arrow-blue-left.svg) 0 no-repeat;
  top: -4px;
}
.page-template-product .infographic.analytics .img-container {
  margin-top: 4em;
}
.page-template-product .analytics .workbench {
  background-color: #3babef;
  padding: 30px;
  width: 130%;
  margin-left: -12%;
  margin-bottom: -1em;
}
.page-template-product .infographic.analytics .workbench h4 {
  font: 20px/1em 'Replica-Bold', sans-serif;
  color: #19477d;
  margin-bottom: .5em;
}
.page-template-product .infographic.analytics .workbench ul {
  margin-bottom: 0 !important;
}
.page-template-product .infographic.analytics .workbench li {
  margin-bottom: 1.5em;
}
.page-template-product .infographic.analytics .workbench li svg {
  float: left;
  margin-right: 2em;
  position: relative;
  top: -.5em;
}
.page-template-product .infographic.analytics .workbench li article {
  color: #19477d;
  overflow: hidden;
  text-align: left;
  float: none;
  font-size: 13px;
  line-height: 1em;
}
.page-template-product .connector.api-out .center-box:before {
  content: '';
  height: 143px;
  width: 1px;
  position: absolute;
  border-left: 2px solid #3aaaee;
  top: -2em;
  left: 25%;
}
.page-template-product .connector.api-out .center-box:after {
  content: '';
  height: 143px;
  width: 1px;
  position: absolute;
  border-left: 2px dotted #3aaaee;
  top: -2em;
  right: 25%;
}
.page-template-product .infographic .highlighted {
  border: 2px dotted #3aaaee;
  padding-top: 1.5em;
  margin-bottom: 4em;
  position: relative;
}
.page-template-product .visualize .infographic .img-container {
  margin-left: -3%;
  margin-top: -.8em;
}
.page-template-product .visualize .infographic .img-container.plant-manager {
  margin-top: -1.3em;
}
.page-template-product .visualize .infographic .img-container.corporate-manager svg {
  right: -30px;
  position: absolute;
}
.page-template-product .product-feature .highlighted .arrow-line-down {
  left: 23%;
  height: 32px;
  bottom: -32px;
}
.page-template-product .product-feature .infographic.visualize-box {
  padding-bottom: 8em;
  border-color: rgba(187, 189, 191, 0.31);
  margin-bottom: 8em;
}
.page-template-product .product-feature .infographic.visualize-box h3 {
  font-size: 16px;
}
.page-template-product .product-feature .arrow-line-down.mobile-only {
  display: none;
}
.action-wrap {
  padding-left: 40px;
  padding-right: 40px;
  background-color: #3aaaee;
  position: relative;
}
.action-wrap2 {
  background-color: #021e40;
  width: 50%;
  position: absolute;
  height: 100%;
  right: 0;
}
.action-wrap .action {
  float: left;
  width: 50%;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}
.action-wrap .action2 {
  background-color: #021d3f;
}
.action-wrap .action-pad {
  max-width: 1065px;
  margin-left: auto;
  margin-right: auto;
}
.scroll-wrapper {
  position: relative;
}
.inpage-nav {
  position: absolute;
  left: 8%;
}
.top-container {
  position: relative;
}
.inpage-nav.sticky {
  position: fixed;
  top: 130px;
  z-index: 99;
  padding-bottom: 300px;
}
@media screen and (min-width: 720px) {
  .inpage-nav.sticky {
    padding-bottom: 440px;
  }
}
@media screen and (min-width: 1363px) {
  .inpage-nav.sticky {
    padding-bottom: 300px;
  }
}
.inpage-nav.sticky.sticky--bottom {
  position: absolute;
  top: auto;
  bottom: 0;
}
.inpage-nav ul {
  margin: 0;
  padding: 0;
}
.inpage-nav li {
  margin-bottom: 20px;
  list-style-type: none;
}
.inpage-nav a {
  color: #3aaaee;
  display: block;
}
.inpage-nav li a span.counter {
  font: 8px/1em 'ReplicaMono-Regular', sans-serif;
  color: #3aaaee;
  width: 17px;
  border-top-style: solid;
  border-top-width: 1px;
  padding-top: 10px;
  display: block;
}
.inpage-nav.reverse li a,
.inpage-nav.reverse li a span.counter {
  color: #3aaaee;
  border-color: #3aaaee;
}
.inpage-nav li.current a {
  font-size: 1.7em;
  color: #19477d;
}
.inpage-nav.reverse li.current a {
  background-color: #021d3f;
  color: #fff;
}
.inpage-nav li.current .counter {
  margin-bottom: 10px;
  color: #19477d;
}
.inpage-nav.reverse li.current a .counter {
  color: #fff;
  border-color: #fff;
}
.inpage-nav li.current a[href="#analyze"] .counter {
  color: #fff;
}
.inpage-nav li.current a[href="#analyze"] .text {
  color: #fff;
  background-color: #021d3f;
}
video {
  width: 100%;
  height: auto;
  border: 1px solid #bbbdbf;
  border-top: none;
}
.faux-browser video {
  margin-top: 30px;
}
.tab-content {
  opacity: 0;
  z-index: -1;
  position: absolute;
  top: -999px;
  left: -999px;
  transition: opacity 0.5s ease-in-out;
}
.tab-content.active {
  visibility: visible;
  position: static;
  opacity: 1;
  z-index: 1;
}
#quote-tab-group {
  position: relative;
}
.location-map {
  width: 100%;
  height: 150px;
  margin-bottom: 1em;
  background-color: #f2f2f2;
}
/* # Site Footer
---------------------------------------------------------------------------------------------------- */
/* # Media Queries
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1144px) {
  .title-area {
    width: 134px;
  }
  .gartnerlogo {
    display: none;
  }
}
@media only screen and (max-width: 1095px) {
  .home .content .wsm-cta-widget .cta-box {
    text-align: center;
  }
  .home .content .wsm-cta-widget .cta-box .cta-icon.alignleft {
    clear: both;
    display: block;
    float: none;
    margin: 0 auto 10px;
  }
  .two-fifths,
  .three-fifths,
  .five-sixths,
  .four-sixths,
  .one-fourth,
  .one-half,
  .one-sixth,
  .one-third,
  .three-fourths,
  .three-sixths,
  .two-fourths,
  .two-sixths,
  .two-thirds {
    padding-top: 0 !important;
  }
  .home .banner h1 {
    margin-left: 5%;
  }
  .home .banner a.button {
    margin-left: 5%;
  }
  .home .product {
    margin-left: 2%;
    margin-right: 2%;
  }
  .page-template-product .product-feature .digital-twin .img-container {
    left: -25%;
  }
  .page-template-product .product-feature .digital-twin .img-container svg {
    width: 90%;
  }
  .inpage-nav {
    left: 20px;
  }
}
@media only screen and (max-width: 930px) {
  .site-header .widget-area {
    width: 80%;
  }
  .nav-primary .genesis-nav-menu .menu-item {
    width: 16%;
  }
  .footer-logo {
    float: none;
    margin-top: 1.5em;
    margin-bottom: 2em;
  }
  .footer-widgets .footer-widgets-1 .col1 {
    overflow: visible;
  }
  .footer-left {
    margin-left: 0;
  }
  .home .visibility .plants {
    right: -20%;
  }
  .home .visibility .graphs {
    display: none;
  }
  .home .visibility article.digital-twin-technology {
    top: 6em;
  }
  .home .banner h1 {
    width: 317px;
    margin-left: 10%;
    line-height: 1em;
  }
  .home .banner h1 span {
    display: inline-block;
    clear: both;
  }
  .home .banner h1 br.first {
    display: block;
  }
  .home .banner .img-container {
    margin-top: -4em;
  }
  .home .banner .intro {
    top: 6.1em;
  }
  .home .banner a.button {
    margin-left: 10%;
    margin-top: 3em;
  }
  .page-template-use-cases .case-studies article {
    width: 100%;
  }
  .page-template-use-cases .case-studies article img {
    width: 80%;
  }
  .page-template-product .product-feature h2 {
    display: block;
  }
  .page-template-product .product-feature p.intro {
    position: relative;
    left: 0;
    width: auto;
    max-width: 500px;
  }
  .page-template-product .product-feature p.intro:before {
    content: '';
    display: none;
  }
  .page-template-product .product-feature .infographic,
  .page-template-product .connector .center-box {
    width: 100%;
  }
  .page-template-product .connector .center-box {
    width: 52.8%;
  }
  .page-template-product .connector.api-out .center-box {
    width: 100%;
    margin-bottom: 2.6em;
  }
  .page-template-product .product-feature .commander-wrapper {
    position: relative;
    margin-bottom: 2em;
  }
  .page-template-product .product-feature .commander {
    position: relative;
    height: auto;
    width: auto;
    margin-left: 35%;
    left: 0;
  }
  .page-template-product .product-feature .commander:before {
    content: '';
    display: none;
  }
  .page-template-product .product-feature .connector-line {
    height: 275px;
    width: 1px;
    border-left: 1px dashed #3babef;
    position: absolute;
    right: 10%;
    top: -37%;
  }
  .page-template-product .product-feature .connector-line .connector-top {
    width: 1px;
    height: 17px;
    border-left: 1px dashed #3babef;
    position: absolute;
    left: -1px;
  }
  .page-template-product .product-feature .connector-line .connector-bottom {
    width: 1px;
    height: 17px;
    border-left: 1px dashed #3babef;
    position: absolute;
    left: -1px;
    bottom: 0;
  }
  .page-template-product .product-feature .connector-line .connector-top:before {
    content: '';
    width: 9px;
    height: 6px;
    position: absolute;
    left: -5px;
    background: url(images/arrow-blue-up.svg) 0 no-repeat;
    top: -4px;
  }
  .page-template-product .product-feature .connector-line .connector-bottom:before {
    display: none;
  }
  .page-template-product .product-feature .connector-line .connector-bottom:after {
    content: '';
    width: 9px;
    height: 6px;
    position: absolute;
    left: -5px;
    background: url(images/arrow-blue-down-product.svg) 0 bottom no-repeat;
    bottom: -4px;
  }
  .page-template-product .product-feature .arrow-line-down {
    height: 280px;
    bottom: -260px;
  }
  .page-template-product .product-feature .arrow-line-down.mobile-only {
    top: -1em;
    height: 60px;
    left: 26%;
    display: block;
  }
  .page-template-product .product-feature .digital-twin .img-container {
    left: -8%;
  }
  .page-template-product .product-feature .digital-twin .img-container svg {
    width: 90%;
  }
  .page-template-product .analyze-connector {
    height: 82px;
    overflow: hidden;
    display: block;
    max-width: 54%;
  }
  .page-template-product .connector.api-out .center-box:after {
    display: none;
  }
  .page-template-product .product-feature .arrow-line-down.desktop-only {
    display: none;
  }
  .page-template-product .infographic .highlighted {
    border: none;
    padding: 0;
  }
  .page-template-product .product-feature.analyze {
    padding-bottom: 3.5em;
  }
  .page-template-product .connector.api-out .center-box:before {
    height: 160px;
    top: -3.5em;
  }
  .page-template-product .visualize .infographic .img-container.corporate-manager svg {
    right: 0;
  }
}
@media only screen and (max-width: 850px) {
  .content {
    /*width: 70%;*/
    width: 100%;
  }
  .sidebar {
    /*width: 30%;*/
    width: 100%;
  }
  .header-image .site-title > a {
    background-position: left top;
  }
  .nav-secondary .genesis-nav-menu,
  .genesis-nav-menu li,
  .site-header ul.genesis-nav-menu,
  .site-header .search-form {
    float: none;
  }
  .genesis-nav-menu,
  .site-description,
  .site-header .title-area,
  .site-header .search-form,
  .site-title {
    text-align: left;
  }
  .home-top-left {
    float: none;
    margin: 0 0 40px;
    padding-top: 0;
    width: 100%;
  }
  .home-top-left,
  .home-top-left .wsm-featured-widget .left-text,
  .home-top-right .wsm-featured-widget .right-text {
    text-align: center;
  }
  .home-top .wrap {
    padding: 40px 0 80px;
  }
  .footer-cta .wrap,
  .home-f4,
  .home-f3,
  .home-f2,
  .home-f1 {
    padding: 40px 0;
  }
  .footer-cta .wsm-cta-widget .cta-box1,
  .footer-cta .wsm-cta-widget .cta-box {
    float: none;
    margin: 0 0 20px;
    width: 100%;
  }
  .footer-cta .wsm-cta-widget .more-link,
  .footer-cta .wsm-featured-widget .more-link,
  .footer-cta .wsm-cta-widget .more-link {
    margin: 20px 0 0;
    padding: 0;
  }
  .home .content .wsm-cta-widget .more-link {
    margin: 0;
  }
  .home-top .home-slider {
    float: none;
    width: 100%;
  }
  .genesis-nav-menu li.right {
    display: none;
  }
  .footer-cta .wsm-cta-widget .widget-title,
  .footer-cta .wsm-cta-widget .more-link {
    text-align: left;
  }
  .resources-bottom-cta .cta-text {
    max-width: 62%;
  }
  .home .customers {
    width: 100%;
  }
  .home-top-cta .widget-title {
    font-size: 32px;
  }
  .featured-content br {
    display: none !important;
  }
  table.tablepress.no-border thead {
    float: none;
  }
  table.tablepress.no-border tbody tr td:not(:last-child) {
    border: 0;
  }
  table.tablepress.no-border tbody td {
    padding: 5px;
  }
  table.tablepress.no-border tbody tr {
    display: block;
    margin: 0 0 10px;
  }
  table.tablepress-responsive-tablet {
    border: 0;
  }
  table.tablepress-responsive-tablet tbody tr {
    margin-left: -4px;
  }
  table.tablepress-responsive-tablet tbody {
    border-top: 1px solid #ccc;
  }
  table.tablepress-responsive-tablet thead {
    border-bottom: 1px solid #ccc;
    padding-bottom: 1px;
  }
  table.tablepress thead th,
  table.tablepress tfoot th {
    font-size: 16px;
    line-height: 2;
  }
  .author-box .author-box-content {
    overflow: visible;
  }
  .gartnerlogo {
    display: none;
  }
  table.tablepress th, table.tablepress td {
    padding: 15px !important;
    width: 100% !important;
    clear: both;
    display: inline-block;
    border-right: none !important;
  }
  .title-area {
    padding-top: 20px;
    width: 134px;
  }
  /* Responsive Navigation
	---------------------------------- */
  .top-container {
    position: relative;
  }
  nav.nav-primary {
    display: block !important;
    right: 0;
    position: absolute !important;
    top: 0;
    width: 5%;
    padding-top: 4em;
    padding-left: 24px;
    padding-right: 24px;
    z-index: 999;
    padding-bottom: 2000px;
  }
  nav.nav-primary.open {
    background: url(images/nav-bkg@3x.png) 6px 0 repeat #19477d;
    background-size: 17px 766px;
    width: 100%;
  }
  .nav-primary .wrap {
    max-width: 100%;
    padding: 0;
  }
  .menu-toggle,
  .sub-menu-toggle {
    border-radius: 0;
    display: block;
    font-size: 19px;
    font-weight: 700;
    margin: 0;
    overflow: hidden;
    padding: 10px;
    text-align: center;
    visibility: visible;
  }
  button.menu-toggle {
    position: absolute;
    background-color: transparent;
    display: block;
    right: 24px;
    top: 30px;
  }
  button.menu-toggle:after {
    content: '';
    background-image: url(images/menu.svg);
    width: 24px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 0;
  }
  button.menu-toggle.activated:after,
  .home .data #infobox a.close,
  .page-template-product .connector .infobox a.close {
    content: '';
    background: url(images/menu-close.svg) no-repeat;
    width: 24px;
    height: 19px;
  }
  .home .data #infobox a.close,
  .page-template-product .connector .infobox a.close {
    overflow: hidden;
    text-indent: -1000px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.5em;
  }
  button.sub-menu-toggle {
    color: #fff;
  }
  .menu-toggle {
    background-color: #326994;
  }
  .menu-toggle:hover svg {
    stroke: #000;
  }
  button.sub-menu-toggle {
    background-color: transparent;
    padding: 10px 8px;
    position: absolute;
    right: 0;
    top: 0;
    font-family: 'Replica-Bold';
    font-weight: normal;
    font-style: normal;
  }
  .sub-menu-toggle:before {
    color: #fff;
    content: "+";
  }
  .sub-menu-toggle.activated:before {
    color: #fff;
    content: "x";
  }
  nav.nav-primary {
    display: none;
    position: relative;
  }
  .nav-primary .genesis-nav-menu {
    display: none;
  }
  .nav-primary .genesis-nav-menu .menu-item {
    color: #5D5E5E;
    display: block;
    position: relative;
    text-align: left;
    width: 100%;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: normal;
    font-style: normal;
  }
  .nav-primary .genesis-nav-menu .menu-item.last {
    margin: 1.5em 0 0;
  }
  .nav-primary .genesis-nav-menu .menu-item a {
    border: 0;
    border-top: 1px solid #3aaaee;
    color: #fff;
    padding: 10px;
  }
  .nav-primary .genesis-nav-menu .menu-item:first-child a {
    border: none;
  }
  .nav-primary .genesis-nav-menu .menu-item a span {
    border: none;
    padding: 0;
  }
  .nav-primary .genesis-nav-menu .menu-item:last-child a {
    border: none;
  }
  .nav-primary a:hover,
  .nav-primary .current-menu-item > a,
  .nav-primary .genesis-nav-menu .menu-item a:hover {
    color: #3aaaee;
    border-color: #3aaaee;
    background-color: transparent;
  }
  .nav-primary .genesis-nav-menu > .menu-item-has-children:hover > a::after {
    display: none;
  }
  .nav-primary .genesis-nav-menu > .menu-item-has-children:hover > a {
    color: #3aaaee;
    border-top: 1px solid #3aaaee;
    background-color: transparent;
  }
  .nav-primary .genesis-nav-menu > .menu-item:first-child.menu-item-has-children:hover > a {
    border-top: none;
    color: #3aaaee;
  }
  .nav-primary .genesis-nav-menu .menu-item:hover {
    position: relative;
  }
  .nav-primary .genesis-nav-menu .sub-menu {
    background: none transparent;
    border: 0;
    clear: both;
    display: none;
    opacity: 1;
    padding: 0;
    position: static;
    width: 100%;
  }
  .nav-primary .genesis-nav-menu .sub-menu a {
    border-left: 0;
    position: relative;
    width: auto;
    border: none;
    font-size: 1em;
    padding-top: .5em;
    padding-bottom: .5em;
  }
  .nav-primary .genesis-nav-menu .sub-menu a:hover {
    border-top: none;
    background-color: transparent;
  }
  .nav-primary .genesis-nav-menu .sub-menu .sub-menu {
    margin: 0;
  }
  .nav-primary .genesis-nav-menu .sub-menu .sub-menu a {
    padding-left: 30px;
  }
  .nav-primary .genesis-nav-menu .sub-menu .sub-menu .sub-menu a {
    padding-left: 40px;
  }
  .genesis-nav-menu .slidingDiv {
    display: block !important;
    margin: 10px;
    position: static;
    width: auto;
  }
  .nav-primary .genesis-nav-menu .search > span#show_hide,
  .genesis-nav-menu > .search > span#show_hide {
    display: none;
  }
  .genesis-nav-menu > .search {
    overflow: hidden;
  }
  .home .data h2 {
    width: 100%;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
  }
  .home .visibility .plants {
    right: -25%;
  }
  .home .banner h1 {
    margin-left: 0;
  }
  .home .banner a.button {
    margin-left: 0;
  }
  .home .product .numbered {
    display: none;
  }
  .home .product .tabgroup article .numbered {
    display: block;
    color: #3babef;
    margin-top: 2em;
  }
  .home .product .img-wrapper {
    margin-left: 0;
  }
  .home .product .tab-wrapper label {
    margin-right: 0;
    margin-left: 0;
    padding-right: 2%;
  }
  .home .product .tab-wrapper .tabs a span {
    display: none !important;
  }
  .home .product .tab-wrapper .tabs li a.active span {
    display: inline-block !important;
  }
  .home .product .tabgroup article {
    position: relative;
    left: 0 !important;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    color: #3babef;
    padding: 0;
    float: none;
  }
  .home .product a.button.mobile {
    display: inline-block;
  }
  .home .product a.button.desktop {
    display: none;
  }
  .col-wrapper.col5 .col {
    width: 28%;
  }
  .page-template-use-cases .case-studies article img {
    width: 90%;
  }
  .page-template-use-cases .case-studies article .article-content {
    position: relative;
    width: 90%;
    margin: 0;
    margin-top: -4em;
  }
  .page-template-use-cases .banner article {
    top: 0;
  }
  .page-template-about .leadership .wrap {
    padding-right: 24px;
  }
  .page-template-product .product-feature .digital-twin .img-container {
    left: -20%;
  }
  .home .visibility article.insights {
    left: 0;
  }
  .home .visibility .digital-twin {
    width: 90%;
    margin-top: 13em;
  }
  .home .press .tabgroup {
    padding-right: 10%;
    margin-left: 5%;
    padding-top: 7em;
  }
}
/*** GALAXY S3 ***/
/*@media only screen and (device-width: 720px) and (device-height: 1280px) and (orientation: portrait) {
	.site-header .wrap {

	}

	.content,
	.sidebar-primary,
	.site-header .widget-area,
	.site-inner,
	.title-area {
		width: 100%;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		float: none;
		margin: 0 0 20px;
		width: 100%;
	}

	.home .top-container {
		background-attachment: fixed;
	}

	.sidebar .wsm-featured-widget .text-content-wrap .alignleft,
	.sidebar .wsm-featured-widget .text-content-wrap .alignright {
		max-width: 40%;
	}

	.author-box .author-box-content {
		overflow: hidden;
	}

	.two-fifths,
	.three-fifths,
	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0 0 30px;
		width: 100%;
	}

	.gartnerlogo {
		 display:none;
	}

	table.tablepress th, table.tablepress td {
    padding: 15px !important;
    width: 100% !important;
    clear: both;
    display: inline-block;
    border-right: none !important;
}


	/* Responsive Navigation
	---------------------------------- *!/

	.top-container {
		position: relative;
	}

	nav.nav-primary {
		display: block !important;
		left: 0;
		position: absolute !important;
		top: 0;
		width: 100%;
	}

	.nav-primary .wrap {
		max-width: 100%;
		padding: 0;
	}

	.menu-toggle,
	.sub-menu-toggle {
		border-radius: 0;
		display: block;
		font-size: 19px;
		font-weight: 700;
		margin: 0;
		overflow: hidden;
		padding: 10px;
		text-align: center;
		visibility: visible;
	}

	button.menu-toggle,
	button.sub-menu-toggle {
		color: #fff;
	}

	.menu-toggle {
		background-color: #326994;
	}

	.menu-toggle:hover svg {
		background-color: #326994;
	}

	button.sub-menu-toggle {
		background-color: transparent;
		padding: 10px 8px;
		position: absolute;
		right: 0;
		top: 0;
	}


	.sub-menu-toggle:before {
		color: #5D5E5E;
		content: "\002B";
	}

	.sub-menu-toggle.activated:before {
		color: #5D5E5E;
		content: "\2212";
	}

	nav.nav-primary {
		display: none;
		position: relative;
	}

	.nav-primary .genesis-nav-menu {
		display: none;
	}

	.nav-primary .genesis-nav-menu .menu-item {
		background-color: #fff;
		color: #5D5E5E;
		display: block;
		position: relative;
		text-align: left;
	}

	.nav-primary .genesis-nav-menu .menu-item a {
		background-color: #fff;
		border: 0;
		border-bottom: 1px solid #ddd;
		color: #5D5E5E;
		padding: 10px;
	}

	.nav-primary a:hover,
	.nav-primary .current-menu-item > a,
	.nav-primary .genesis-nav-menu .menu-item a:hover {
		background-color: #326994;
		color: #FFF;
	}

	.nav-primary .genesis-nav-menu > .menu-item-has-children:hover > a::after  {
		display: none;
	}

	.nav-primary .genesis-nav-menu > .menu-item-has-children:hover > a {
		background-color: #326994;
		color: #fff;
	}

	.nav-primary .genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.nav-primary .genesis-nav-menu .sub-menu {
		background: none transparent;
		border: 0;
		clear: both;
		display: none;
		opacity: 1;
		padding: 0;
		position: static;
		width: 100%;
	}

	.nav-primary .genesis-nav-menu .sub-menu a {
		border-left: 0;
		position: relative;
		width: auto;
	}

	.nav-primary .genesis-nav-menu .sub-menu .sub-menu {
		margin: 0;
	}

	.nav-primary .genesis-nav-menu .sub-menu .sub-menu a {
		padding-left: 30px;
	}

	.nav-primary .genesis-nav-menu .sub-menu .sub-menu .sub-menu a {
		padding-left: 40px;
	}

	.genesis-nav-menu .slidingDiv {
		display: block !important;
		margin: 10px;
		position: static;
		width: auto;
	}

	.nav-primary .genesis-nav-menu .search > span#show_hide,
	.genesis-nav-menu > .search > span#show_hide {
		display: none;
	}

	.genesis-nav-menu > .search {
		overflow: hidden;
	}
}*/
@media only screen and (max-width: 720px) {
  .site-header .wrap {
    padding-left: 24px;
    padding-right: 24px;
  }
  .site-inner,
  .wrap,
  .top-container .top-banner .wrap,
  .site-footer .wrap,
  .home .wrap,
  .page-template-product .banner .wrap,
  .page-template-product .site-inner,
  .page-template-product .wrap {
    padding-left: 24px;
    padding-right: 24px;
  }
  .page-template-product .site-inner,
  .page-template-product .wrap {
    padding-left: 48px;
  }
  .page-template-product .site-header .wrap {
    padding-left: 24px;
  }
  .author-box .author-box-content {
    overflow: hidden;
  }
  .two-fifths,
  .three-fifths,
  .five-sixths,
  .four-sixths,
  .one-fourth,
  .one-half,
  .one-sixth,
  .one-third,
  .three-fourths,
  .three-sixths,
  .two-fourths,
  .two-sixths,
  .two-thirds {
    margin: 0 0 30px;
    width: 100%;
  }
  .gartnerlogo {
    display: none;
  }
  table.tablepress th, table.tablepress td {
    padding: 15px !important;
    width: 100% !important;
    clear: both;
    display: inline-block;
    border-right: none !important;
  }
  .footer-widgets .footer-widgets-1 {
    width: 100%;
  }
  .footer-widgets .footer-widgets-2 {
    width: 100%;
  }
  .footer-widgets ul {
    width: 100%;
  }
  .footer-widgets .col1 {
    width: 100%;
    overflow: visible;
    padding-bottom: 1em;
  }
  .footer-widgets .wrap {
    padding-left: 25px;
  }
  .footer-widgets .footer-logo {
    display: none;
  }
  .footer-subscribe {
    position: relative;
    left: 0;
  }
  .footer-subscribe input {
    margin-bottom: 1em;
    border: none;
    width: 100%;
    margin-bottom: .4em;
  }
  .footer-subscribe button {
    float: none;
    box-sizing: border-box;
    width: auto;
    margin-left: 0;
  }
  .footer-widgets ul {
    border: none;
    float: left;
    width: 45%;
    padding: 0;
    margin: 0;
  }
  .footer-widgets ul li a {
    padding: .5em 1em;
    display: block;
  }
  .footer-widgets ul.demo {
    display: block;
  }
  .footer-widgets ul.demo li a {
    border: 1px solid #fff;
  }
  .footer-widgets ul ul {
    display: none;
  }
  .footer-left {
    margin-top: 2em;
  }
  .footer-widgets-2 {
    border-top: 1px solid #3aaaee;
    padding-top: 1em;
  }
  .home .customers article {
    width: 100%;
  }
  .home .customers .col-wrapper {
    width: 100%;
  }
  .home .data h2 {
    width: 100%;
    margin-left: 0;
    margin-bottom: .5em;
    text-align: left;
    font-size: 35px;
  }
  .home .data h3 {
    font-size: 15px;
  }
  .home .visibility .plants,
  .home .visibility .platform {
    display: none;
  }
  .home .visibility article.insights {
    position: relative;
    top: 0;
    width: 100%;
    margin-left: 0;
    padding-left: 4%;
    padding-right: 4%;
  }
  .home .visibility article.digital-twin-technology {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    margin-bottom: 2em;
  }
  .home .visibility .wrap {
    text-align: left;
  }
  .home .visibility .digital-twin {
    width: 100%;
    margin-top: 5rem;
  }
  .home .visibility hr:after {
    border-top-color: #103766;
  }
  .home .banner {
    margin-bottom: 4em;
    padding-top: 0em;
  }
  .home .banner .intro {
    float: right;
    margin-right: -40px;
    clear: left;
    top: 1em;
    width: 70%;
    margin-left: 0;
  }
  .home .banner .img-container {
    margin-top: -6em;
  }
  .home .banner a.button {
    position: absolute;
    bottom: -1em;
    left: 24px;
  }
  .home .press .wrap {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    position: re;
  }
  .home .press .tabgroup a.button {
    margin-bottom: 0;
    margin-top: 150px;
    float: none;
  }
  .home .press .tabgroup {
    padding-left: 40px;
    padding-right: 40px;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
    padding-bottom: 2em;
    padding-top: 4em;
  }
  .home .press .tabgroup blockquote:before {
    left: -.6em;
    top: -.2em;
    font-size: 19px;
  }
  .home .press blockquote p {
    font-size: 19px;
    line-height: 20px;
    margin-bottom: 150px;
    text-align: left;
  }
  .home .press blockquote p:after {
    font-size: 19px;
  }
  .home .press ul.tabs {
    margin: 0;
    padding: 0;
    bottom: 105px;
    position: absolute;
    width: 100%;
  }
  .home .press ul.tabs li {
    list-style-type: none;
    padding: 0;
    display: inline-block;
  }
  .home .press ul.tabs li:first-child,
  .home .press ul.tabs li:last-child {
    display: none;
  }
  .home .press ul.tabs li a {
    border-left: 2px solid #3aaaee;
    display: block;
    margin-bottom: 0px;
    border-right: 2px solid #3aaaee;
    border-top: none;
    border-bottom: none;
    margin-left: -2px;
  }
  .home .press ul.tabs li a.active {
    border-color: #fff;
    position: relative;
  }
  .home .press ul.tabs li a.active > li a {
    background-color: #000;
  }
  .home .press ul.tabs li:first-child a {
    border-top: none;
  }
  .home .gartner img {
    display: none;
  }
  .home .gartner article {
    margin-top: 0;
  }
  .page-template-about .banner .img-container,
  .page-template-use-cases .banner .img-container {
    width: auto;
    margin-left: -24px;
    margin-right: -24px;
    margin-bottom: 1em;
  }
  .page-template-about .banner article,
  .page-template-use-cases .banner article {
    position: relative;
    width: 100%;
    clear: both;
    max-width: 100%;
  }
  .page-template-about .banner,
  .page-template-use-cases .banner,
  .page-template-product .banner {
    margin-top: 1.6em;
  }
  .page-template-about .banner article h1,
  .page-template-use-cases .banner article h1 {
    font-size: 35px;
  }
  .home .col-wrapper.col3 .col {
    width: 29%;
  }
  .col-wrapper.col3 .col {
    width: 46%;
  }
  .page-template-use-cases .use-case .use-case-heading,
  .page-template-use-cases .use-case .use-case-content {
    width: 100%;
    float: none;
  }
  .page-template-use-cases .use-case .use-case-heading {
    margin-bottom: 5em;
  }
  .page-template-use-cases .use-case .use-case-action {
    position: relative;
    clear: both;
    bottom: 0;
    width: auto;
  }
  .page-template-use-cases .case-studies article img {
    width: 100%;
  }
  .page-template-use-cases .case-studies article .article-content {
    width: auto;
    margin-top: 0;
  }
  .page-template-use-cases .case-studies article.alt .article-content {
    margin-left: 0;
  }
  .page-template-product .banner article h2 {
    margin-bottom: 300px;
    margin-top: -240px;
    font-size: 25px;
  }
  .page-template-product .banner article h1 {
    position: relative;
    top: 100px;
  }
  .page-template-product .banner {
    margin-bottom: 2em;
  }
  .page-template-product .product-feature .digital-twin .img-container {
    left: -10%;
  }
  .page-template-product .product-feature .digital-twin .img-container svg {
    width: 80%;
  }
  .action-wrap {
    padding: 0;
  }
  .action-wrap .action {
    width: 100%;
    float: none;
  }
  .inpage-nav {
    left: 5px;
  }
  .inpage-nav li .text {
    display: none;
  }
  .inpage-nav li.current .text {
    display: block;
    background-color: #fff;
  }
  .inpage-nav.reverse li.current .text {
    background-color: #021d3f;
  }
  .inpage-nav li.current a {
    font-size: 12px;
    line-height: 1em;
  }
  .home .product .tabs a {
    padding-right: .5em;
    padding-left: .5em;
  }
}
@media only screen and (max-width: 560px) {
  .page-template-product .product-feature .infographic article {
    width: 100%;
    float: left;
    max-width: 100%;
  }
  .page-template-product .product-feature .infographic.transmit-inputs article ul {
    display: none;
  }
  .page-template-product .product-feature .infographic .img-container {
    width: 100%;
  }
  .page-template-product .connector .center-box {
    width: 100%;
  }
  .page-template-product .product-feature .infographic.transmit-inputs {
    border-bottom: none;
  }
  .page-template-product .product-feature .infographic.condition-data {
    border-top: none;
  }
  .page-template-product .product-feature .transmit-inputs .img-container {
    height: 264px;
    overflow: hidden;
    margin-bottom: 0;
  }
  .page-template-product .product-feature .condition-data .img-container {
    margin-top: 0;
    margin-bottom: -8px;
    height: 213px;
    overflow: hidden;
  }
  .page-template-product .connector .center-box svg {
    margin-left: -4.5px;
  }
  .page-template-product .product-feature .arrow-line-down {
    left: 10%;
    height: 255px;
    bottom: -255px;
  }
  .page-template-product .product-feature .commander {
    margin-left: 20%;
  }
  .page-template-product .product-feature .connector-line {
    height: 280px;
  }
  .page-template-product .product-feature .digital-twin .img-container {
    position: absolute;
    right: -15%;
    bottom: 7%;
    max-width: 260px;
    left: auto;
    margin-top: 0;
  }
  .page-template-product .product-feature .digital-twin .img-container svg {
    width: 100%;
    height: 80%;
  }
  .page-template-product .product-feature .digital-twin .arrow-line-down {
    height: 80px;
    left: 15%;
    bottom: -10%;
  }
  .page-template-product .product-feature.analyze .infographic article ul {
    margin-left: 1em;
  }
  .page-template-product .analytics .workbench {
    margin-left: 0;
    position: absolute;
    width: 50%;
    right: -3%;
  }
  .page-template-product .product-feature .analytics .img-container {
    width: 50%;
    text-align: left;
  }
  .page-template-product .product-feature .analytics .img-container svg {
    width: 100%;
  }
  .page-template-product .analyze-connector {
    max-width: 100%;
  }
  .page-template-product .product-feature .arrow-line-down.mobile-only {
    height: 40px;
  }
  .page-template-product .product-feature .infographic .highlighted {
    margin-bottom: 2em;
  }
  .page-template-product .product-feature .infographic.visualize-box {
    padding-bottom: 12em;
    margin-bottom: 10em;
  }
  .home .action,
  .page-template-product .action,
  .page-template-product .action2 {
    padding-top: 3em;
    padding-bottom: 3em;
  }
  .page-template-product .infographic.analytics .img-container {
    margin-top: 0;
  }
  .home .press ul.tabs {
    min-width: 560px;
    left: 50%;
    margin-left: -280px;
  }
}
@media only screen and (max-width: 480px) {
  .site-inner {
    padding-top: 28px;
  }
  .home .content .wsm-cta-widget .cta-box {
    display: block;
    float: none;
    margin: 0 0 30px;
    width: 100%;
  }
  .widget-title br {
    display: none !important;
  }
  .top-container .top-banner .wrap {
    min-height: 120px;
    padding-top: 25px;
  }
  .top-container .top-banner .entry-title,
  .top-container .top-banner .archive-title {
    font-size: 35px;
  }
  .home-top-left .widget-title {
    font-size: 25px;
  }
  .footer-cta .widget-title,
  .home .content .widget-title {
    font-size: 21px;
  }
  .wsm-featured-widget .featured-content {
    display: block;
  }
  .sidebar .wsm-featured-widget .more-link {
    clear: none;
  }
  .home-f4 .wsm-featured-widget .widget-title,
  .home-f4 .wsm-cta-widget .widget-title {
    margin-bottom: 20px;
  }
  .author-box .author-box-content {
    overflow: visible;
  }
  .home .content .wsm-featured-widget .alignleft.text-content-wrap .widget-title,
  .home .content .wsm-featured-widget .alignright.text-content-wrap .widget-title {
    display: block;
    text-align: center;
  }
  .home .content .wsm-featured-widget .text-content-wrap .aligncenter,
  .home .content .wsm-featured-widget .text-content-wrap .alignleft,
  .home .content .wsm-featured-widget .text-content-wrap .alignright {
    clear: both;
    display: block;
    margin: 0 auto 20px;
    max-width: 100%;
  }
  .home .content .wsm-featured-widget .right-text,
  .home .content .wsm-featured-widget .left-text,
  .home .content .wsm-featured-widget .featured-content {
    text-align: center;
  }
  div.gform_wrapper .top_label li.gfield.gf_right_half,
  div.gform_wrapper .top_label li.gfield.gf_left_half {
    clear: both;
    width: 100%;
  }
  table.tablepress.no-border thead {
    float: none;
  }
  table.tablepress.no-border tbody tr td:not(:last-child) {
    border: 0;
  }
  table.tablepress.no-border tbody td {
    padding: 5px;
  }
  table.tablepress.no-border tbody tr {
    display: block;
    margin: 0 0 10px;
  }
  .gartnerlogo {
    display: none;
  }
  table.tablepress th, table.tablepress td {
    padding: 15px !important;
    width: 100% !important;
    clear: both;
    display: inline-block;
    border-right: none !important;
  }
  .col-wrapper {
    margin-left: 0;
    margin-right: 0;
  }
  .col-wrapper.col3 .col {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .home .customers .col-wrapper.col3 .col {
    width: 33%;
  }
  .home .data a.infobox-button {
    display: block;
    border-style: solid;
    border-width: 2px;
    border-color: #3babef;
    width: 27px;
    height: 27px;
    font-family: "ReplicaMono-Regular", sans-serif;
    color: #3babef;
    line-height: 27px;
    position: absolute;
    bottom: 20%;
    right: 20%;
  }
  .home article h3 {
    font-size: 25px;
    line-height: 1em;
    margin-bottom: .8em;
  }
  .home .product {
    padding-top: 2em;
  }
  .faux-browser:before {
    height: 15px;
    font-size: 1em;
    line-height: 15px;
  }
  .faux-browser img {
    padding-top: 15px;
  }
  .home .banner a.button {
    bottom: -48%;
  }
  .home .banner .img-container {
    margin-top: -6em;
    overflow: visible;
    max-height: 450px;
  }
  .home .data {
    padding-top: 3.5em;
  }
  .alignleft,
  .alightright {
    float: none;
  }
  .col-wrapper.col5 .col {
    width: 45%;
  }
  .page-template-use-cases .case-studies .heading {
    margin-left: 0;
  }
  .faux-browser video {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 380px) {
  .resources-bottom-cta .cta-title,
  .resources-bottom-cta .cta-text,
  .resources-bottom-cta .more-link {
    display: block;
    float: none;
    height: auto;
    margin: 0 0 10px;
    max-width: 100%;
    min-height: inherit;
    text-align: left;
    width: 100%;
  }
  .resources-bottom-cta .more-link {
    margin: 0;
  }
  .gartnerlogo {
    display: none;
  }
  table.tablepress th, table.tablepress td {
    padding: 15px !important;
    width: 100% !important;
    clear: both;
    display: inline-block;
    border-right: none !important;
  }
  .page-template-product .banner article h1 {
    position: relative;
    top: 120px;
  }
}
.mpi-banner p {
  margin-bottom: 1.5em;
}
.mpi-banner .wrap {
  margin-left: 44.5%;
  width: 40%;
  margin-top: 5em;
  margin-bottom: 1em;
}
@media screen and (max-width: 1060px) {
  .mpi-banner .wrap {
    padding-left: 11.5%;
    margin-top: 2em;
    margin-left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 760px) {
  .mpi-banner .wrap {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.mpi-banner h1 {
  font: normal normal 45px 'Replica-Bold', sans-serif;
  color: #3babef;
  line-height: 1em;
  margin: 0 0 .7em;
}
@media screen and (max-width: 760px) {
  .mpi-banner h1 {
    font-size: 42px;
  }
  .mpi-banner p {
    font-size: 16px;
  }
}
.mpi-banner p {
  font: normal normal 18px 'Replica-Bold', sans-serif;
  color: #3babef;
  line-height: 1.4em;
  margin: 0 0 .7em;
}
.input-wrapper {
  position: relative;
  overflow: auto;
}
.single-stat {
  width: 50%;
  float: left;
}
.single-stat > h2 + p {
  content: none;
}
.page-template-mpi_calculator .site-inner {
  display: none;
}
.page-template-mpi_calculator .wrap {
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 720px) {
  .page-template-mpi_calculator .wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.mpi-calculator {
  background: #19477d;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE5NDc3ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY2JSIgc3RvcC1jb2xvcj0iIzAyMWU0MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: linear-gradient(to bottom, #19477d 0%, #021e40 66%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#19477d', endColorstr='#021e40',GradientType=0 );
  position: relative;
  padding-left: 40px;
  opacity: 0;
}
@media screen and (max-width: 720px) {
  .mpi-calculator {
    background: #0B2B4F;
  }
}
.mpi-calculator--visible {
  opacity: 1;
}
@media screen and (max-width: 1160px) {
  .mpi-calculator {
    padding-left: 0;
  }
}
.mpi-calculator button {
  border-color: #19477d;
  color: #19477d;
  background-color: transparent;
  margin-top: 1em;
}
.mpi-calculator button:active, .mpi-calculator button:hover {
  background-color: #19477d;
  border-color: #19477d;
  color: #FFF;
}
.mpi-calculator__fields {
  position: relative;
  z-index: 90;
  background-color: white;
  float: left;
  width: 35%;
  top: -11em;
  position: relative;
  padding: 2.1em 4%;
}
@media screen and (min-width: 720px) {
  .mpi-calculator__fields:before {
    content: "";
    display: block;
    position: absolute;
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
    border: 1px solid #3babef;
    z-index: -1;
  }
  .mpi-calculator__fields:after {
    content: "";
    display: block;
    position: absolute;
    width: 47px;
    height: 72px;
    top: 242px;
    right: -46px;
    background-image: url(images/mpi-col-attached-arrow.svg);
  }
}
.mpi-calculator__fields h2 {
  color: #3babef;
  margin-bottom: 1.2em;
}
.mpi-calculator__fields h2:before {
  content: "";
  display: block;
  height: 1px;
  width: 18px;
  background-color: #3babef;
  margin-bottom: 20px;
}
.mpi-calculator__fields h2 .sub-heading {
  color: #3babef;
  font-size: 12px;
}
@media screen and (max-width: 1060px) {
  .mpi-calculator__fields {
    margin-top: 2em;
    top: 0;
    margin-left: 0;
  }
}
@media screen and (max-width: 720px) {
  .mpi-calculator {
    padding-left: 0;
  }
  .mpi-calculator__fields {
    margin-top: 2em;
    top: 0;
    margin-left: 0;
    width: 100%;
    float: none;
    padding: 2.1em 11%;
  }
}
@media screen and (max-width: 720px) {
  .mpi-details {
    margin-bottom: 6em;
  }
}
#mpi-calculator-form .parsley-errors-list {
  display: none;
}
.mpi-calculator__results {
  float: right;
  width: 65%;
  padding: 3em 6em;
}
.mpi-calculator__results .result-stats {
  overflow: auto;
}
.mpi-calculator__results .result-stats .single-stat {
  width: 100%;
}
.mpi-calculator__results .result-stats .single-stat h2 {
  font-family: "ReplicaMono-Regular";
  color: white;
  font-size: 60px;
  margin-bottom: 0.5em;
}
.mpi-calculator__results .result-stats .single-stat h2.h2--smaller {
  font-size: 24px;
}
.mpi-calculator__results .result-stats .single-stat p {
  font-family: "ReplicaMono-Regular";
  color: #3babef;
  font-size: 12px;
  margin-bottom: 3px;
  margin-bottom: 0.3rem;
}
.mpi-calculator__results .result-stats .single-stat h2 + p {
  margin-top: -2.3em;
  margin-bottom: 3.3em;
}
.mpi-calculator__results .result-stats .single-stat h2 + p:before {
  content: none;
}
.mpi-calculator__results .result-stats .single-stat p:before {
  content: "";
  width: 18px;
  height: 1px;
  background-color: #3babef;
  display: block;
  margin-bottom: 1em;
}
.mpi-results-label {
  color: #3babef;
}
.mpi-results-label:before {
  content: "";
  width: 2em;
  height: 1px;
  background-color: #3babef;
}
@media screen and (max-width: 720px) {
  .mpi-calculator__results {
    width: 100%;
    float: none;
    padding: 3em 0;
  }
}
/* MPI Calculator Produciton Field Group */
.mpi-production-field-group {
  border: 2px solid #bbbdbf;
  margin: 1.8em -1.4em 1.6em;
  padding: 0.8em 1.4em 5.8em;
  position: relative;
  transition: border 0.3s;
}
.mpi-production-field-group.is-active {
  border-color: #19477d;
}
.mpi-production-field-group__heading {
  font-family: "ReplicaMono-Regular";
  font-size: 11px;
  line-height: 16px;
  color: #bbbdbf;
  transition: color 0.3s;
}
.mpi-production-field-group__heading--large {
  font-size: 13px;
  line-height: 18px;
}
.mpi-production-field-group.is-active .mpi-production-field-group__heading {
  color: #19477d;
}
.mpi-production-field-group__footer {
  background-color: #bbbdbf;
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  padding: 1.1em 1.4em 0.8em;
  transition: background-color 0.3s;
}
.mpi-production-field-group__footer p {
  margin-bottom: 0;
}
.mpi-production-field-group.is-active .mpi-production-field-group__footer {
  background-color: #19477d;
}
.mpi-production-field-group__footer-subhead {
  font-family: 'ReplicaMono-Regular';
  font-size: 13px;
  line-height: 1;
  border-bottom: 2px solid #fff;
  padding-bottom: 0.7em;
  display: block;
  margin-bottom: 0.7em !important;
}
.mpi-production-field-group__footer-label {
  font-family: 'ReplicaMono-Regular';
  font-size: 10px;
  line-height: 1;
  margin-right: 0.5em;
}
.mpi-production-field-group__footer-amount {
  font-family: 'ReplicaMono-Regular';
  font-size: 25px;
  line-height: 1;
}
/* Input Field Module */
.input-field {
  position: relative;
  margin-bottom: 1em;
}
.input-field--slider .input-field__input {
  width: 28%;
  display: inline-block;
}
.input-field--slider .slider {
  width: 65%;
  margin-right: 7%;
  display: inline-block;
}
/* Hide the sliders on mobile because they don't work very well on touch devices. :/ */
@media screen and (max-width: 720px) {
  .input-field--slider .input-field__input {
    width: 100%;
    display: inline-block;
  }
  .input-field--slider .slider {
    display: none;
  }
}
.input-field__input, .input-field__input:focus {
  font-family: "ReplicaMono-Regular";
  font-size: 25px;
  border: 0;
  padding: .1em .25em;
  border-bottom: 1px solid #BBBDBF;
  color: #BBBDBF;
  background-color: transparent;
  border-radius: 0;
  -khtml-border-radius: 0;
}
.input-field > .mini-infobox-button {
  position: absolute;
  right: 0;
  top: 7px;
}
.input-field__label {
  font-family: "ReplicaMono-Regular";
  font-size: 10px;
  line-height: 1.5;
  position: relative;
  color: #BBBDBF;
  display: block;
  margin-top: .4em;
}
.input-field__symbol {
  font-family: "ReplicaMono-Regular";
  font-size: 10px;
  position: absolute;
  z-index: 98;
  left: 0;
  top: 0.8em;
  color: #BBBDBF;
}
.input-field--activated .input-field__input, .input-field--activated .input-field__input:focus {
  border-bottom: 1px solid #3babef;
  color: #19477d;
}
.input-field--activated .input-field__label {
  color: #19477d;
}
.input-field--activated .input-field__symbol {
  color: #19477d;
}
.input-field--error .input-field__input, .input-field--error .input-field__input:focus {
  border-bottom: 1px solid #EC3749;
  color: #EC3749;
}
.input-field--error .input-field__label {
  color: #EC3749;
}
.input-field--error .input-field__symbol {
  color: #EC3749;
}
/* Modifiers */
.input-field__input--spacing-small, .input-field__input--spacing-small:focus, li.parsley-required {
  padding-left: .5em;
}
.input-field__input--spacing-large, .input-field__input--spacing-large:focus, li.parsley-required {
  padding-left: 1.5em;
}
.input-field__symbol--right {
  left: auto;
  right: 0;
}
.input-field--slider .input-field__input, .input-field--slider .input-field__input:focus, .input-field--slider li.parsley-required {
  padding-left: .25em;
}
/* Notice Overlay */
.notice-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(25, 71, 125, 0.8);
  opacity: 0;
  display: none;
  z-index: 89;
  transition: 1s opacity;
}
.notice-overlay__visible {
  opacity: 1;
}
.notice-overlay__present {
  display: block;
}
.notice-overlay__inner {
  position: absolute;
  top: 50%;
  left: 64.5%;
  max-width: 550px;
  padding: 30px 60px;
  transform: translateY(-50%) translateX(-50%);
  overflow: hidden;
}
.notice-overlay__minor {
  display: inline-block;
  vertical-align: middle;
  width: 30%;
  padding-right: 10%;
}
.notice-overlay__major {
  display: inline-block;
  vertical-align: middle;
  width: 68%;
}
.notice-overlay__inner--error {
  background-color: rgba(194, 42, 76, 0.9);
  box-shadow: 0 0 60px rgba(12, 37, 69, 0.5);
  color: #fff;
}
@media screen and (max-width: 720px) {
  .notice-overlay__inner {
    transform: none;
  }
  .notice-overlay__inner,
  .notice-overlay__inner--error {
    left: 11%;
    width: 78%;
    margin: 0;
    top: calc(50% + 250px);
  }
}
.notice-overlay__icon {
  width: 40px;
  height: 40px;
  display: block;
  margin: 0 auto 1em auto;
  position: relative;
  fill: #fff;
}
.notice-overlay__text {
  font-family: "ReplicaMono-Regular";
  text-align: center;
  font-size: 30px;
  color: #fff;
}
.notice-overlay__text--error {
  color: #fff;
  text-align: left;
}
.notice-overlay__text--small {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
}
/* Results Sub */
.results-sub {
  color: #FFFFFF;
  margin: 1.8em 0 3em 0;
}
.results-sub-message {
  font-family: "ReplicaMono-Regular";
  font-size: 11px;
  line-height: 16px;
  color: #3babef;
}
@media screen and (max-width: 720px) {
  .results-sub {
    margin: 1.3em 0 0 0;
  }
}
.results-sub ul {
  overflow: auto;
  margin-bottom: 4em;
}
.results-sub li {
  float: left;
  width: 50%;
  list-style: none;
}
@media screen and (max-width: 720px) {
  .results-sub li {
    float: none;
    width: 100%;
  }
}
.results-sub li:before {
  display: inline-block;
  content: "-";
  margin-right: 10px;
}
.results-contact p {
  font-family: "ReplicaMono-Regular";
  color: #FFFFFF;
}
.results-contact .input-wrapper {
  width: 75%;
  float: left;
  padding-bottom: 20px;
  display: block;
}
.results-contact .input-wrapper--full {
  width: 100%;
}
.results-contact label {
  font-family: "ReplicaMono-Regular";
  color: #FFFFFF;
}
.results-contact input {
  font-family: "ReplicaMono-Regular";
  color: #FFFFFF;
  background-color: transparent;
  border: 1px solid #FFFFFF;
  border-radius: 0;
  -khtml-border-radius: 0;
}
.results-contact input[type="checkbox"] {
  display: none;
}
.results-contact input[type="checkbox"] + label {
  font-family: "ReplicaMono-Regular";
  color: #FFFFFF;
  display: inline-block;
  position: relative;
}
.results-contact input[type="checkbox"] + label {
  padding-left: 35px;
}
.results-contact input[type="checkbox"] + label:after {
  content: '';
  position: absolute;
  top: 1px;
  left: 0;
  background-color: transparent;
  border: 1px solid #FFFFFF;
  height: 20px;
  width: 20px;
}
.results-contact input[type="checkbox"]:checked + label:after {
  content: '\2714';
  font-size: 18px;
  text-align: center;
  line-height: 1.03em;
}
/* Email Newsletter */
.mpi-calculator .results-contact button {
  border-color: #FFFFFF;
  color: #FFFFFF;
  background-color: transparent;
  width: 100%;
  max-width: 200px;
  margin-top: 0;
}
@media screen and (max-width: 1160px) {
  .results-contact .input-wrapper {
    width: 60%;
    float: left;
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 720px) {
  .results-contact .input-wrapper {
    width: 100%;
    margin-bottom: 0;
    float: none;
  }
}
.mpi-calculator .results-contact button:focus, .mpi-calculator .results-contact button:hover {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  color: #04203E;
}
.results-contact ::-webkit-input-placeholder {
  color: white;
}
.results-contact :-moz-placeholder {
  /* Firefox 18- */
  color: white;
}
.results-contact ::-moz-placeholder {
  /* Firefox 19+ */
  color: white;
}
.results-contact :-ms-input-placeholder {
  color: white;
}
.results-contact .input-btn {
  width: 100%;
}
/* Whitepaper banner */
.whitepaper-download {
  margin-bottom: 2em;
}
.section-banner {
  margin: 4em 0;
}
.section-banner h2 {
  font-size: 45px;
}
.section-banner p {
  font-size: 20px;
  line-height: 1.3;
  color: #3babef;
  font-family: "Replica-Bold";
  max-width: 600px;
}
.two-up > div {
  width: 45.8%;
  vertical-align: top;
  margin-right: 5%;
  display: inline-block;
}
.two-up > div:last-child {
  margin-right: 0;
}
.mpi-heading {
  font-family: "ReplicaMono-Regular";
  font-size: 10px;
  color: #BBBDBF;
}
.two-up-split > div:first-child {
  width: 35%;
  vertical-align: top;
  margin-right: 5%;
  display: inline-block;
}
.two-up-split > div:last-child {
  margin-right: 0;
  width: 55%;
  vertical-align: top;
  display: inline-block;
}
.three-up > div {
  width: 28%;
  margin-right: 5%;
  vertical-align: top;
  display: inline-block;
}
.three-up > div:last-child {
  margin-right: 0;
}
.section-banner h2:before {
  content: "";
  display: block;
  height: 1px;
  width: 18px;
  background-color: #3babef;
  margin-bottom: 1.3em;
}
@media screen and (max-width: 720px) {
  .section-banner h2:before {
    margin-bottom: 1em;
  }
}
/* Icon Feature */
.icon-feature {
  padding-left: 55px;
  padding-right: 35px;
  margin-bottom: 30px;
  position: relative;
}
.icon-feature__icon {
  position: absolute;
  width: 40px;
  left: 0;
}
.icon-feature__title {
  font-family: "Replica-Bold";
}
/* Split cols layout */
.l-split-columns {
  overflow: auto;
  padding-bottom: 20px;
}
.l-split-columns__col {
  float: left;
  width: 50%;
}
@media screen and (max-width: 720px) {
  .l-split-columns__col {
    width: 100%;
    float: none;
  }
  .icon-feature {
    padding-right: 0;
  }
}
#whitepaper-form input, #whitepaper-form input:focus {
  font-family: "Replica-Bold";
  font-size: 18px;
  padding: .5em 0.75em;
  border: 1px solid #0B2B4F;
  color: #0B2B4F;
  margin-bottom: .5em;
  border-radius: 0;
  -khtml-border-radius: 0;
  box-shadow: none;
  -webkit-appearance: none;
}
#whitepaper-form label {
  font-family: "Replica-Bold";
  color: #0B2B4F;
  margin-bottom: .3em;
  display: block;
}
#whitepaper-form .super {
  position: relative;
  display: inline-block;
  margin-top: -20px;
  margin-left: 3px;
}
#whitepaper-form button {
  margin-top: 25px;
  border-color: #0B2B4F;
  color: #0B2B4F;
  background-color: transparent;
}
#whitepaper-form button:focus, #whitepaper-form button:hover {
  background-color: #0B2B4F;
  border-color: #0B2B4F;
  color: #FFF;
}
/* Parsley Validation */
.parsley-errors-list {
  margin-top: 10px;
  margin-bottom: 20px;
}
li.parsley-required {
  list-style: none;
  color: #ff4040;
  width: 100%;
  padding-left: 0;
}
li.parsley-required:before {
  display: none;
}
/* jQuery Slider */
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #BBBDBF;
  background-color: #BBBDBF;
  font-weight: bold;
  border-radius: 50%;
  color: #BBBDBF;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -.26em;
  margin-left: -.26em;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: .6em;
  height: .6em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px;
}
.ui-widget-content {
  border: 1px solid #BBBDBF;
  /* this image is from the ui-darkness theme, use the one you'd like */
  background-color: #BBBDBF;
  color: #ffffff;
}
.ui-widget {
  font-family: Segoe UI,Arial,sans-serif;
  font-size: 1.1em;
}
.ui-slider-horizontal {
  height: .2em;
}
.ui-slider {
  position: relative;
  text-align: left;
}
/* Activated Slider */
.input-field--activated .ui-state-default,
.input-field--activated .ui-widget-content .ui-state-default,
.input-field--activated .ui-widget-header .ui-state-default {
  border: 1px solid #19477d;
  background-color: #19477d;
  font-weight: bold;
  border-radius: 50%;
  color: #19477d;
  outline: 0;
}
.input-field--activated .ui-widget-content {
  border: 1px solid #19477d;
  /* this image is from the ui-darkness theme, use the one you'd like */
  background-color: #19477d;
  color: #ffffff;
}
/* Error Slider */
.input-field--error .ui-state-default,
.input-field--error .ui-widget-content .ui-state-default,
.input-field--error .ui-widget-header .ui-state-default {
  border: 1px solid #EC3749;
  background-color: #EC3749;
  font-weight: bold;
  border-radius: 50%;
  color: #EC3749;
  outline: 0;
}
.input-field--error .ui-widget-content {
  border: 1px solid #EC3749;
  /* this image is from the ui-darkness theme, use the one you'd like */
  background-color: #EC3749;
  color: #ffffff;
}
/* MPI Result Stats
--------------------------------------------- */
.mpi-result-stats__heading {
  color: #3babef;
  margin-bottom: 1.2em;
  line-height: 1em;
  margin: 0 0 .7em;
  font: normal normal 30px 'Replica-Bold', sans-serif;
}
.mpi-result-stats__heading:before {
  content: "";
  display: block;
  height: 1px;
  width: 18px;
  background-color: #3babef;
  margin-bottom: 20px;
}
.mpi-result-stats__brackets {
  margin-top: 2.4em;
}
/* MPI Result Brackets
--------------------------------------------- */
.mpi-result-brackets {
  position: relative;
  padding-left: 90px;
}
@media screen and (min-width: 1024px) {
  .mpi-result-brackets {
    padding-left: 140px;
  }
}
.mpi-result-brackets__headings {
  position: absolute;
  padding-top: 8px;
  left: 0;
  width: 80px;
}
@media screen and (min-width: 1024px) {
  .mpi-result-brackets__headings {
    padding-top: 18px;
    width: auto;
  }
}
.mpi-result-brackets__headings h2 {
  display: block;
  font-family: "ReplicaMono-Regular";
  font-size: 11px;
  line-height: 1.5;
  position: relative;
  color: #fff;
  height: 51px;
}
/* Clearfix */
.mpi-result-brackets__sets:after {
  content: "";
  display: table;
  clear: both;
}
.mpi-result-brackets__sets-set {
  background-color: rgba(0, 0, 0, 0.4);
  cursor: pointer;
  float: left;
  width: 33.333%;
  padding: 0px 12px;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
  border-left: 1px solid transparent;
}
@media screen and (min-width: 1024px) {
  .mpi-result-brackets__sets-set {
    width: 32%;
  }
}
.mpi-result-brackets__sets-set:not(.is-active) + .mpi-result-brackets__sets-set:not(.is-active) {
  border-left-color: #13356A;
}
.mpi-result-brackets__sets-set-pp,
.mpi-result-brackets__sets-set-percentage {
  font-family: Replica-Bold, sans-serif;
  font-size: 14px;
  line-height: 44px;
  color: #3babef;
}
@media screen and (min-width: 1024px) {
  .mpi-result-brackets__sets-set-pp,
  .mpi-result-brackets__sets-set-percentage {
    font-size: 20px;
    line-height: 51px;
  }
}
.mpi-result-brackets__sets-set-pp {
  margin-bottom: 0;
}
.mpi-result-brackets__sets-set-percentage {
  border-top: 2px solid #3babef;
  margin-bottom: 0;
}
/* Hover State */
.mpi-result-brackets__sets-set:hover {
  background-color: rgba(255, 255, 255, 0.05);
}
/* Active State */
.mpi-result-brackets__sets-set.is-active {
  background-color: #3babef;
  margin: 0;
  position: relative;
}
.mpi-result-brackets__sets-set.is-active:after {
  content: "";
  display: block;
  position: absolute;
  background-image: url(images/attached-arrow-down.svg);
  bottom: -20px;
  left: 0;
  width: 41px;
  height: 21px;
  left: 50%;
  margin-left: -20px;
}
.mpi-result-brackets__sets-set.is-active .mpi-result-brackets__sets-set-pp {
  color: #fff;
}
.mpi-result-brackets__sets-set.is-active .mpi-result-brackets__sets-set-percentage {
  color: #fff;
  border-top-color: #fff;
}
@media screen and (min-width: 1024px) {
  .mpi-result-brackets__sets-set.is-active .mpi-result-brackets__sets-set-pp {
    font-size: 25px;
    line-height: 56px;
  }
  .mpi-result-brackets__sets-set.is-active .mpi-result-brackets__sets-set-percentage {
    font-size: 30px;
    line-height: 56px;
  }
}
/* MPI PP Stat
--------------------------------------------- */
.mpi-pp-stat {
  border: 1px solid #3babef;
  padding: 17px 18px;
  display: none;
}
.mpi-pp-stat.is-active {
  display: block;
}
.mpi-pp-stat__heading {
  font-family: "ReplicaMono-Regular";
  font-size: 11px;
  line-height: 1.5;
  position: relative;
  color: #fff;
}
.mpi-pp-stat__list-item {
  padding: 12px 0;
  position: relative;
}
.mpi-pp-stat__list-item:after {
  /* Clearfix */
  content: "";
  display: table;
  clear: both;
}
.mpi-pp-stat__list-item + .mpi-pp-stat__list-item {
  border-top: 1px solid #3babef;
}
.mpi-pp-stat__list-item-label {
  font-size: 17px;
  color: #3babef;
  float: left;
  margin: 0;
  width: 60%;
}
.mpi-pp-stat__list-item-label > .mini-infobox-button {
  display: inline-block;
  margin-left: 5px;
  position: relative;
  top: -2px;
}
.mpi-pp-stat__list-item-amount {
  color: #3babef;
  float: right;
  font-family: Replica-Bold, sans-serif;
  font-size: 20px;
  margin: 0;
  width: 40%;
}
.mpi-pp-stat__list-item + .mpi-pp-stat__list-item--alt {
  border-top-color: #fff;
}
.mpi-pp-stat__list-item--alt .mpi-pp-stat__list-item-label,
.mpi-pp-stat__list-item--alt .mpi-pp-stat__list-item-amount {
  color: #fff;
}
/* Mini Infobox Button
--------------------------------------------- */
.mini-infobox-button {
  font-family: "ReplicaMono-Regular";
  font-size: 10px;
  display: block;
  width: 16px;
  line-height: 14px;
  text-align: center;
  color: #2b54aa;
  text-decoration: none;
  border: 1px solid #2b54aa;
}
.mini-infobox-button:hover {
  background-color: #2b54aa;
  color: #fff;
}
.mini-infobox-button--alt {
  color: #fff;
  border-color: #fff;
}
.mini-infobox-button--alt:hover {
  background-color: #fff;
  color: #2b54aa;
}
/* Infobox
--------------------------------------------- */
.mpi-infobox {
  display: block;
  top: -99999px;
  left: -99999px;
  background-color: #396ab6;
  color: #fff;
  padding: 16px 17px;
  position: absolute;
  z-index: 999999;
  opacity: 0;
  transform: translateY(20px) translateZ(0);
  transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-property: opacity, transform;
  will-change: opacity, transform;
}
.mpi-infobox.is-visible {
  opacity: 1;
  transform: translateY(0) translateZ(0);
  left: 0;
  right: 0;
  top: 0;
}
.mpi-infobox__heading {
  color: #fff;
  font: 14px "ReplicaMono-Regular", sans-serif;
  line-height: 1.5;
  margin-bottom: 1.5em;
  margin-top: 0;
  padding-bottom: 12px;
  border-bottom: 1px solid #fff;
}
.mpi-infobox__close {
  display: block;
  text-indent: -9999px;
  background: url(images/menu-close.svg) no-repeat;
  width: 24px;
  height: 19px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.5em;
}
/* Layout - DRI Callout
--------------------------------------------- */
.l-dri-callout {
  background-image: linear-gradient(to bottom, #16467f, #011d41);
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (min-width: 320px) {
  .l-dri-callout {
    padding-top: calc(40px + 45 * ((100vw - 320px) / 980));
  }
}
@media screen and (min-width: 1300px) {
  .l-dri-callout {
    padding-top: 85px;
  }
}
@media screen and (min-width: 320px) {
  .l-dri-callout {
    padding-bottom: calc(40px + 45 * ((100vw - 320px) / 980));
  }
}
@media screen and (min-width: 1300px) {
  .l-dri-callout {
    padding-bottom: 85px;
  }
}
.l-dri-callout > .wrap {
  margin: 0 auto;
  max-width: 828px;
  padding: 0 24px;
}
.l-dri-callout__media {
  margin-top: 40px;
}
@media screen and (min-width: 320px) {
  .l-dri-callout__media {
    margin-top: calc(40px + 45 * ((100vw - 320px) / 980));
  }
}
@media screen and (min-width: 1300px) {
  .l-dri-callout__media {
    margin-top: 85px;
  }
}
.l-dri-callout__media > svg {
  max-width: 100%;
}
@media only screen and (min-width: 720px) {
  .l-dri-callout {
    padding-left: 4%;
    padding-right: 4%;
  }
  .l-dri-callout > .wrap {
    padding: 0 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
  .l-dri-callout__body {
    width: 54%;
    float: left;
  }
  .l-dri-callout__media {
    margin-top: 0;
    width: 46%;
    float: right;
    position: relative;
    right: -40px;
  }
}
/* Awards & Recognition
--------------------------------------------- */
.award-recognition {
  display: block;
  overflow: hidden;
  padding: 10px 0 40px;
}
.award-recognition + .award-recognition {
  border-top: 1px solid #bbbdbf;
}
.award-recognition__logo {
  margin: 0 auto;
  width: 200px;
  height: 125px;
  position: relative;
}
.award-recognition__logo > svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.award-recognition__logo path,
.award-recognition__logo rect,
.award-recognition__logo circle,
.award-recognition__logo polygon,
.award-recognition__logo ellipse {
  fill: #bbbdbf;
  transition: 0.2s;
}
.award-recognition__title {
  font: 21px 'Replica-Bold', sans-serif;
  text-align: center;
  color: #bbbdbf;
  margin: 0;
  transition: 0.2s;
}
.award-recognition:hover .award-recognition__title {
  color: #19477d;
}
.award-recognition:hover .award-recognition__logo path,
.award-recognition:hover .award-recognition__logo rect,
.award-recognition:hover .award-recognition__logo circle,
.award-recognition:hover .award-recognition__logo polygon,
.award-recognition:hover .award-recognition__logo ellipse {
  fill: #19477d;
}
@media only screen and (min-width: 720px) {
  .award-recognition {
    padding: 0;
  }
  .award-recognition__logo {
    float: left;
    margin: 0;
  }
  .award-recognition__title {
    text-align: left;
    float: left;
    margin: 0;
    margin-left: 5%;
    width: 60%;
    padding: 50px 0;
  }
}
/* Main menu dropdown
 --------------------------------------------- */
.menu-dropdown {
  display: block;
  position: relative;
  padding-left: 17px;
}
.nav-primary .genesis-nav-menu .menu-dropdown:hover {
  background-color: transparent;
  border-bottom: none;
}
.menu-dropdown__trigger,
.menu-dropdown__body {
  padding: 0.65em 1em;
  font: 14px 'ReplicaMono-Regular', sans-serif;
}
.menu-dropdown__trigger {
  border: 0;
  color: #fff;
  letter-spacing: 0.0125em;
  width: 100%;
  text-align: left;
  background-color: #3babef;
}
.menu-dropdown__trigger:hover {
  background-color: #396ab6;
}
.menu-dropdown:hover .menu-dropdown__trigger {
  background-color: #396ab6;
}
.menu-dropdown:hover .menu-dropdown__body {
  opacity: 1;
  transform: translateY(0);
}
.menu-dropdown__body {
  color: #fff;
  background-color: #396ab6;
  position: absolute;
  font-size: 13px;
  padding-top: 18px;
  padding-bottom: 18px;
  opacity: 0;
  transform: translateY(-20px);
  transition: all 0.1s ease-in-out;
}
.nav-primary .genesis-nav-menu .menu-dropdown .menu-dropdown__btn {
  color: #3babef;
  padding: 0;
  border-bottom: 1px solid currentColor;
  display: inline-block;
  padding-bottom: 0.5em;
}
.nav-primary .genesis-nav-menu .menu-dropdown .menu-dropdown__btn:hover {
  color: #fff;
  background-color: transparent;
}
.menu-item-last {
  min-width: 190px;
}
.modal-popup {
  background: #FFF;
  padding: 20px 30px;
  text-align: left;
  max-width: 650px;
  margin: 40px auto;
  position: relative;
}
