/* CSS Document */

html,
body {
  height: 100%;
}

/* Main container */

#campaign-page {
  /* This negative margin is only for wcs template inclusion, uncomment for production */
  /* --------------------------- */
  margin-top: -71px;
  /* --------------------------- */
  padding-bottom: 50px;
  font-family: "Roboto Condensed", Arial, Helvetica, Sans-Serif;
  overflow: hidden;
  text-rendering: optimizeLegibility;
  width: 100%;
  /* -webkit-font-smoothing: antialiased; */

  background: #f0f0f0; /* Old browsers */
  background: -moz-linear-gradient(
    left,
    #ffffff 0%,
    #f0f0f0 10%,
    #f0f0f0 90%,
    #ffffff 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    #ffffff 0%,
    #f0f0f0 10%,
    #f0f0f0 90%,
    #ffffff 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    #ffffff 0%,
    #f0f0f0 10%,
    #f0f0f0 90%,
    #ffffff 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(
      startColorstr="#ffffff",
      endColorstr="#ffffff",
      GradientType=1
    ); /* IE6-9 */
}
a {
  text-decoration: none;
}
/* Bootstrap override */

.container {
  padding: 0;
}

.clearfix {
  clear: both;
}

.breadcrumb:before {
  height: 40px;
  width: 100%;
}

.col-lg-12.pad-left-right {
  padding: 0 50px;
  margin-top: 20px;
}

.close {
  color: #0085d5;
  text-shadow: none;
  opacity: 1;
}

.close:hover {
  opacity: 1;
}
.modal-dialog {
  top: 12%;
}

.modal-header {
  background-color: #f2f5f7;
}

.modal-header .close {
  margin-top: 8px;
}

.modal-title {
  font-size: 24px;
  color: #303030;
  padding-left: 10px;
  font-weight: 300;
}

.modal-backdrop {
  opacity: 0.3 !important;
}

.modal-content {
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  border: 1px solid #edeff0;
}

.st-modal-body {
  margin-left: 10px;
  margin-right: 150px;
  margin-top: 30px;
}
.st-modal-body ul {
}

.st-modal-body ul,
.st-modal-body p {
  font-family: "Roboto", Arial, Helvetica, Sans-Serif;
  font-weight: 400 !important;
  font-size: 16px;
  line-height: 21px;
  color: #303030;
}
.st-modal-body p {
  margin-left: 20px;
}

.st-modal-body ul > li {
  margin-bottom: 10px;
}
.st-modal-body a {
  margin-left: 33px;
  font-size: 16px;
}
/* Horizontal line that busts free of the container constraints */

.st-hr {
  width: 9999px;
  margin-left: -3333px;
  border-bottom: 1px solid #d0d0ce;
  margin-top: 0;
}

.st-no-hr {
  width: 9999px;
  margin-left: -3333px;
  border-top: 0 solid transparent;
  margin-top: 0;
}

.st-hr.padTop,
.st-no-hr.padTop {
  margin-top: 50px;
}

.st-hr.padBot,
.st-no-hr.padBot {
  margin-bottom: 50px;
}


/* Content panels */

.st-hero-image-box {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
  margin-bottom: 50px;
  background-color: #0085d5;
  vertical-align: top;
  overflow: hidden;
}

.st-hero-copy {
  width: 100%;
  padding: 10px 50px;
  display: inline-block;
  position: relative;
  margin: 0 auto;
}

/* Grow thumbnails to fill columns height */

.flex-row .thumbnail,
.flex-row .caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  /* This next line magically sorts out IE11 Flex height bug? */
  min-height: 1px;
}

.flex-row .caption.centered {
  text-align: center;
}

.flex-row .thumbnail {
  border: none;
  border-radius: 0;
  padding: 30px;
}

.st-card-overlay {
  background-color: #0085d5;
  width: 178px;
  height: 182px;
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  text-align: right;
  padding-right: 10px;
  padding-top: 15px;
}

/* Flex Grow Text Container */

.flex-row .caption p.flex-text {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.flex-row .caption p.no-flex-text {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.flex-row.extraMarginBottom {
  margin-bottom: 10px;
}

.btn-p {
  margin-bottom: -1px;
  margin-left: -1px;
  margin-top: 10px;
}

/* Flex Responsive Image */

.flex-row img {
  width: 100%;
  height: auto;
  /* Fix stretching in IE 11 */
  flex-shrink: 0;
  flex: 0 0 auto;
  object-fit: scale-down;
}

.thumbnail .caption {
  padding: 0;
}

/* Overlay for video link */

.video {
  display: inline-block !important;
  position: relative !important;
  overflow: hidden;
  width: 100%;
}

.video-play-button {
  z-index: 1;
  margin: auto;
  display: inline-block !important;
  text-indent: -9999px;
  width: 60px;
  height: 60px;
  background: url("../images/play-button.svg");
  background-size: 60px 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.video-overlay {
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.5s, opacity 0.5s linear;
}

.video a {
  color: transparent;
}

.video a:hover .video-overlay {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
  text-align: center;
  position: absolute;
  background-color: rgba(128, 128, 128, 0.58);
  color: #fff;
  width: 100%;
  height: 100%;
}

/* Bootstrap Video in modal fix for accessing buttons */

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
}

.modal-footer {
  padding: 0;
  border-top: none;
}

/* End */

.content-title-divider {
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
  margin-top: 30px;
}

/* Blue shaded bar on top of content box */

/* NOTE: assigning flex to stop spaces between inline-block elements */

.flex-row .content-container-topbar {
  background-color: #fff;
  width: 100%;
  height: 5px;
  overflow: hidden;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.flex-row .content-container-topbar-first {
  background-color: #0085d5;
  width: 59%;
  height: 100%;
  display: inline-block;
}

.flex-row .content-container-topbar-second {
  background-color: #00a9e0;
  width: 17%;
  height: 100%;
  display: inline-block;
}

.flex-row .content-container-topbar-third {
  background-color: #00426a;
  width: 9%;
  height: 100%;
  display: inline-block;
}

.flex-row .content-container-topbar-fourth {
  background-color: #0085d5;
  width: 15%;
  height: 100%;
  display: inline-block;
}

.col-lg-5-two-col {
  margin-left: 80px;
}

.col-lg-7-two-col {
  margin-right: 80px;
  padding-left: 20px;
}

/* Dividers */

.cta-section-divider {
  margin-top: 50px;
  background-color: rgb(0, 65, 107);
  padding-top: 30px;
  padding-bottom: 50px;
  color: #fff;
 /* text-align: center; */
}

/* Headings */

.st-h1 {
  font-family: "Roboto Condensed", Arial, Helvetica, Sans-Serif;
  font-weight: 300 !important;
  font-size: 43px;
  line-height: 47px;
}

.st-h2 {
  font-family: "Roboto Condensed", Arial, Helvetica, Sans-Serif;
  font-weight: 300 !important;
  font-size: 28px;
  line-height: 37px;
}

.st-h2.tight-top {
  margin-top: 0;
}

.st-h3,
.st-h3-large,
.st-card-overlay-h3 {
  font-family: "Roboto Condensed", Arial, Helvetica, Sans-Serif;
  font-weight: 300 !important;
  font-size: 24px;
  line-height: 32px;
}

.st-h3-large {
  font-size: 34px;
}

.st-h3-large.centered {
  text-align: center;
}

.st-card-overlay-h3 {
  padding-top: 25px;
}

.st-h3.tight {
  line-height: 28px;
  margin-top: -10px;
  padding-top: 0;
  margin-bottom: 20px;
}

.st-h3.tight2 {
  line-height: 28px;
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 20px;
}

/* Paragraph */
.st-case-study-title {
  margin: 0;
  background-color: #fff;
  width: 90px;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  padding: 5px 0;
}
.st-intro-p {
  font-family: "Roboto", Arial, Helvetica, Sans-Serif;
  font-weight: 400 !important;
  font-size: 19px;
  line-height: 26px;
  margin: 0 auto;
  margin-bottom: 40px;
  text-align: center;
  max-width: 70%;
}
.st-intro-p.left {
  text-align: left;
  margin: 0 0 40px 10px;
  max-width: 100%;
}
.st-cross-lab-logo {
  text-align: center;
  margin-bottom: 0;
}
.st-page-divider-p {
  font-family: "Roboto", Arial, Helvetica, Sans-Serif;
  font-weight: 400 !important;
  font-size: 18px;
  line-height: 26px;
  margin: 0 auto;
  margin-bottom: 40px;
  text-align: center;
  max-width: 50%;
}

.st-p1 {
  font-family: "Roboto", Arial, Helvetica, Sans-Serif;
  font-weight: 300 !important;
  font-size: 20px;
  line-height: 29px;
}

.st-p1-card-overlay-small {
  font-family: "Roboto", Arial, Helvetica, Sans-Serif;
  font-weight: 300 !important;
  font-size: 11px;
  line-height: 14px;
}

.st-p1.heading {
  margin-bottom: 20px;
}

.st-p2 {
  font-family: "Roboto", Arial, Helvetica, Sans-Serif;
  font-weight: 400 !important;
  font-size: 18px;
  line-height: 24px;
}
.st-p2.tight-top {
  padding-top: 5px;
  margin-bottom: 8px;
}
.st-p3 {
  font-family: "Roboto", Arial, Helvetica, Sans-Serif;
  font-weight: 500 !important;
  font-size: 16px;
  line-height: 21px;
}
.st-p3.light {
  font-weight: 400 !important;
}
.st-p4,
.st-p4-list {
  font-family: "Roboto", Arial, Helvetica, Sans-Serif;
  font-weight: 400 !important;
  font-size: 16px;
  line-height: 21px;
}
.st-p4-list {
  padding-left: 20px;
}
.st-p4-list li {
  padding-bottom: 10px;
}
.st-p4-bold {
  font-family: "Roboto", Arial, Helvetica, Sans-Serif;
  font-weight: 600 !important;
  font-size: 16px;
  line-height: 21px;
}
.research-only {
  margin-left: 100px;
  margin-top: 15px;
}

.st-p5 {
  font-family: "Roboto", Arial, Helvetica, Sans-Serif;
  font-weight: 400 !important;
  font-size: 18px;
  line-height: 24px;
}

.st-p5.pad-top-bottom {
  margin: 5px 0 10px 0;
}

/* Colors */

.st-color-white {
  color: #fff;
}

/* Link and button color, or accent color */

.st-color-blue-light {
  color: #0085d5;
}

/* hover color, or accent color */

.st-color-blue-dark {
  color: #00426a;
}

/* Greys */

.st-color-grey-1 {
  color: #d0d0ce;
}

.st-color-grey-2 {
  color: #b1b3b3;
}

.st-color-grey-3 {
  color: #888b8d;
}

/* dark text color */

.st-color-grey-4 {
  color: #53565a;
}

/* Accent colors */

.st-color-brown {
  color: #94795d;
}

.st-color-purple {
  color: #80276c;
}

.st-color-pink {
  color: #ce0f69;
}

.st-color-red {
  color: #d6001c;
}

.st-color-orange {
  color: #e87722;
}

.st-color-yellow {
  color: #f2a900;
}

.st-color-green-light {
  color: #848d00;
}

.st-color-green-dark {
  color: #008522;
}

.st-color-egg-blue {
  color: #00bab3;
}

.st-color-cerulean-blue {
  color: #00a9e0;
}

/* Step Navigation */

.step-nav-menu {
  padding: 0;
  list-style: none;
  height: 112px;
  display: table;
  margin-right: auto;
  margin-left: auto;
  margin-top: -40px;
  min-width: 788px;
}

.step-nav-menu li {
  padding: 0;
  margin: 0;
  margin-right: 82px;
  width: 92px;
  height: 112px;
  list-style: none;
  cursor: pointer;
}

.step-nav-menu li.active {
  cursor: auto;
}

.step-nav-menu li:first-child {
  margin-left: 82px;
}

.step-nav-menu li:last-child {
  margin-right: 0;
}

.step-nav-menu li a,
.step-nav-menu li a:visited {
  display: block;
  text-decoration: none;
  text-indent: -9999px;
  width: 92px;
  height: 112px;
  cursor: pointer;
}

.step-nav-menu li {
  float: left;
}

.step-nav-menu li div {
  width: 92px;
  text-align: center;
  padding-top: 10px;
}

/* Step Page Top Gradient */

.gradient-div {
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #f0f0f0 70%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #f0f0f0 70%);
  background: linear-gradient(to bottom, #ffffff 0%, #f0f0f0 70%);
  filter: progid:DXImageTransform.Microsoft.gradient(
      startColorstr="#ffffff",
      endColorstr="#f0f0f0",
      GradientType=0
    );
}

/* Buttons & Links */

/* https://brand.agilent.com/document/61#/n-a/call-to-action-button */

a {
  color: #00a9e0;
  font-family: "Roboto Condensed", Arial, Helvetica, Sans-Serif;
}

.btn {
  font-weight: 300 !important;
  padding: 8px 14px;
  font-family: "Roboto", Arial, Helvetica, Sans-Serif;
}

.btn-lg {
  font-size: 16px;
  padding: 10px 16px;
}

.btn-link {
  font-family: "Roboto Condensed", Arial, Helvetica, Sans-Serif;
  color: #00a9e0;
  font-size: 18px;
  text-align: left;
  padding: 0;
}

.cta-btn {
  color: #ffffff;
  background-color: #0085d5;
  border-radius: 0;
}

.cta-btn:hover,
.cta-btn:focus,
.cta-btn:active,
.cta-btn.active,
.open .dropdown-toggle.cta-btn {
  color: #ffffff;
  background-color: #00426a;
}

.cta-btn:active,
.cta-btn.active,
.open .dropdown-toggle.cta-btn {
  background-image: none;
}

.cta-btn.disabled,
.cta-btn[disabled],
fieldset[disabled] .cta-btn,
.cta-btn.disabled:hover,
.cta-btn[disabled]:hover,
fieldset[disabled] .cta-btn:hover,
.cta-btn.disabled:focus,
.cta-btn[disabled]:focus,
fieldset[disabled] .cta-btn:focus,
.cta-btn.disabled:active,
.cta-btn[disabled]:active,
fieldset[disabled] .cta-btn:active,
.cta-btn.disabled.active,
.cta-btn[disabled].active,
fieldset[disabled] .cta-btn.active {
  background-color: #0085d5;
}

.cta-btn .badge {
  color: #0085d5;
  background-color: #ffffff;
}

.cta-btn-outline {
  color: #ffffff;
  background-color: #0085d5;
  border-radius: 0;
}

.cta-btn-outline:hover,
.cta-btn-outline:focus,
.cta-btn-outline:active,
.cta-btn-outline.active,
.open .dropdown-toggle.cta-btn-outline {
  color: #ffffff;
  background-color: #00426a;
  border-color: #f4f3f1;
}

.cta-btn-outline:active,
.cta-btn-outline.active,
.open .dropdown-toggle.cta-btn-outline {
  background-image: none;
}

.cta-btn-outline.disabled,
.cta-btn-outline[disabled],
fieldset[disabled] .cta-btn-outline,
.cta-btn-outline.disabled:hover,
.cta-btn-outline[disabled]:hover,
fieldset[disabled] .cta-btn-outline:hover,
.cta-btn-outline.disabled:focus,
.cta-btn-outline[disabled]:focus,
fieldset[disabled] .cta-btn-outline:focus,
.cta-btn-outline.disabled:active,
.cta-btn-outline[disabled]:active,
fieldset[disabled] .cta-btn-outline:active,
.cta-btn-outline.disabled.active,
.cta-btn-outline[disabled].active,
fieldset[disabled] .cta-btn-outline.active {
  background-color: #0085d5;
}

.cta-btn-outline .badge {
  color: #0085d5;
  background-color: #ffffff;
}

/* Carousel */

.container.carousel {
  margin-bottom: 15px;
}

.carousel-indicators li {
  background-color: #53565a;
  border: none;
  margin: 5px;
}

.carousel-indicators .active {
  background-color: #00a9e0;
  border: none;
  width: 10px;
  height: 10px;
  margin: 5px;
}

.carousel-indicators li:hover {
  background-color: #00a9e0;
}

.st-carousel-container {
  width: 100%;
  height: 263px;
  background-color: #f0f0f0;
}

.st-carousel-inner {
  background-color: rgb(0, 65, 107);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.st-carousel-inner.white {
  background-color: #fff;
}

.st-carousel-image {
	width:200px;
  float: right;
  z-index: 200;
  position: absolute;
  top: 5%;
}

.st-carousel-margin {
  width: 30px;
  height: 263px;
  background-color: #f0f0f0;
  /* background-color: transparent; */
  position: absolute;
  top: 0;
  /* background-color: rgb(244, 244, 244); */
}

.st-carousel-copy {
  display: inline-block !important;
  width: 600px;
  position: absolute;
  top: 40%;
  left: 62%;
  transform: translate(-50%, -50%);
}

.st-carousel-readmore {
  color: #ffffff !important;
  font-size: 14px;
  font-family: "Roboto", Arial, Helvetica, Sans-Serif;
  font-weight: 400 !important;
  position: absolute;
  left: 325px;
  bottom: 20px;
}

.carousel-indicators {
  bottom: -50px;
  padding-left: 30px;
}

.carousel-inner.overflow {
  overflow: hidden;
}
.st-carousel-left {
  fill: #0085d5;
  width: 20px;
  height: 30px;
}
.st-carousel-right {
  fill: #0085d5;
  width: 20px;
  height: 30px;
}
.st-readmore-right {
  fill: #ffffff;
  width: 10px;
  height: 20px;
}

/*==================================================
=            Card flip                             =
==================================================*/
/* entire container, keeps perspective */
.flip-container {
  perspective: 1000px;
}
/* flip the pane when hovered */
/* .flip-container:hover .flipper,
.flip-container.hover .flipper, */
.flip-container.flip .flipper {
  transform: rotateY(180deg);
}

.flip-container,
.front,
.back {
  width: 100%;
  height: 100%;
}

/* flip speed goes here */
.flipper {
  transition: 0.6s;
  transform-style: preserve-3d;

  position: relative;
}

/* hide back of pane during swap */
.front,
.back {
  backface-visibility: hidden;

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

/* front pane, placed above back */
.front {
  z-index: 2;
  /* for firefox 31 */
  transform: rotateY(0deg);
}

/* back, initially hidden pane */
.back {
  transform: rotateY(180deg);
}

/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/

/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */

@media only screen and (min-width: 320px) {
  .st-hero-image {
    display: none;
  }
  .st-h2 {
    margin: 0 5px;
  }
  .st-p2 {
    margin: 0 5px;
    margin-bottom: 20px;
  }
  .st-page-divider-p {
    max-width: 80%;
  }
}

/* Small Devices, Tablets */

@media only screen and (min-width: 768px) {
  .st-hero-image {
    display: none;
  }
}

/* Medium Devices, Desktops */

@media only screen and (min-width: 992px) {
  .modal-lg {
    width: 960px;
  }
}

/* Large Devices, Wide Screens */

@media only screen and (min-width: 1200px) {
  .flex-row.row {
    display: flex;
    flex-wrap: wrap;
	margin-top:90px;
  }
  .flex-row.row > [class*="col-"] {
    display: flex;
    flex-direction: column;
  }
  .flex-row.row:after,
  .flex-row.row:before {
    display: flex;
  }
  .st-page-divider-p {
    max-width: 50%;
  }
}

/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */

@media only screen and (max-width: 1200px) {
  .col-lg-5-two-col {
    margin-left: 0;
  }
  .col-lg-7-two-col {
    margin-left: 0;
    margin-right: 0;
    margin-top: 20px;
    padding-left: 100px;
    padding-right: 100px;
  }
  .flex-row.row {
    display: flex;
    flex-wrap: wrap;
  }
  .flex-row.row > [class*="col-"] {
    display: flex;
    flex-direction: column;
  }
  .flex-row.row:after,
  .flex-row.row:before {
    display: flex;
  }
  #carouselControls {
    display: none;
  }
  .st-carousel-image {
    display: none;
  }
  .carousel-indicators {
    bottom: -45px;
  }
  .col-lg-12.st-carousel {
    padding: 0;
    margin-top: 90px;
    margin: 15px;
  }
  .st-carousel-container {
    width: 100%;
    /* height: 300px; */
    padding-top: 30px;
    margin: 0;
    margin-top: 90px;
    background-color: #fff;
    border: 1px solid #d0d0ce;
  }
  .st-carousel-container.noborder {
    border: none;
  }
  .st-carousel.carousel.slide {
    width: 100%;
    margin: 0;
  }
  .st-carousel-image {
    display: none;
  }
  .st-carousel-margin {
    display: none;
  }
  .st-carousel-copy {
    display: inline-block !important;
    width: 800px;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px;
  }
  .st-carousel-image {
    display: none;
  }
  .st-page-divider-p {
    max-width: 50%;
  }
}

/* Medium Devices, Desktops */

@media only screen and (max-width: 992px) {
  .col-lg-5-two-col {
    margin-left: 0;
  }
  .col-lg-7-two-col {
    margin-left: 0;
    margin-right: 0;
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }
  .flex-row.row {
    display: block;
    flex-wrap: wrap;
  }
  .flex-row.row > [class*="col-"] {
    display: block;
    flex-direction: column;
  }
  .flex-row.row:after,
  .flex-row.row:before {
    display: block;
  }
  #carouselControls {
    display: none;
  }
  .st-carousel-image {
    display: none;
  }
  .carousel-indicators {
    bottom: -45px;
  }
  .col-lg-12.st-carousel {
    padding: 0;
    margin-top: 90px;
    margin: 15px;
  }
  .st-carousel-container {
    width: 100%;
    /* height: 300px; */
    padding-top: 30px;
    margin: 0;
  }
  .st-carousel.carousel.slide {
    width: 100%;
    margin: 0;
  }
  .st-carousel-image {
    display: none;
  }
  .st-carousel-margin {
    display: none;
  }
  .st-carousel-copy {
    display: inline-block !important;
    width: 700px;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px;
  }
  .st-carousel-image {
    display: none;
  }
  .st-intro-p.left {
    text-align: left;
    margin: 0 20px 40px 20px;
    max-width: 100%;
  }
  .st-cross-lab-logo {
    text-align: center;
    margin-bottom: 40px;
  }
}

/* Small Devices, Tablets */

@media only screen and (max-width: 768px) {
  .col-lg-5-two-col {
    margin-left: 20px;
    margin-right: 20px;
  }
  .col-lg-7-two-col {
    margin-left: 0;
    margin-right: 0;
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  #carouselControls {
    display: none;
  }
  .st-carousel-image {
    display: none;
  }
  .carousel-indicators {
    bottom: -45px;
  }
  .col-lg-12.st-carousel {
    padding: 0;
    margin-top: 90px;
    margin: 15px;
  }
  .st-carousel-container {
    width: 100%;
    /* height: 300px; */
    padding-top: 30px;
    margin: 0;
  }
  .st-carousel.carousel.slide {
    width: 100%;
    margin: 0;
  }
  .st-carousel-image {
    display: none;
  }
  .st-carousel-margin {
    display: none;
  }
  .st-carousel-copy {
    display: inline-block !important;
    width: 600px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px;
  }
  .st-carousel-image {
    display: none;
  }
  .st-intro-p.left {
    text-align: left;
    margin: 0 20px 40px 20px;
    max-width: 100%;
  }
  .st-cross-lab-logo {
    text-align: center;
    margin-bottom: 40px;
  }
}

/* Extra Small Devices, Phones */

@media only screen and (max-width: 480px) {
  #carouselControls {
    display: none;
  }
  .st-carousel-image {
    display: none;
  }
  .carousel-indicators {
    bottom: -45px;
  }
  .col-lg-12.st-carousel {
    padding: 0;
    margin-top: 90px;
    margin: 15px;
  }
  .st-carousel-container {
    width: 100%;
    height: 420px;
    padding-top: 20px;
    margin: 0;
  }
  .st-carousel.carousel.slide {
    width: 100%;
    margin: 0;
  }
  .st-carousel-image {
    display: none;
  }
  .st-carousel-margin {
    display: none;
  }
  .st-carousel-copy {
    display: inline-block !important;
    width: 400px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px;
  }
  .st-carousel-image {
    display: none;
  }
  .st-intro-p.left {
    text-align: left;
    margin: 0 20px 40px 20px;
    max-width: 100%;
  }
  .st-cross-lab-logo {
    text-align: center;
    margin-bottom: 40px;
  }
}

/* Custom, iPhone Retina */

@media only screen and (max-width: 320px) {
}

/* RESPONSIVE */

/* Smartphones (portrait and landscape) ----------- */

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .container-fluid.stepnav {
    padding: 0;
  }
  .verticalBars {
    display: none;
  }
  .st-hero-image-box {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
    margin-bottom: 50px;
    background-color: #0085d5;
    vertical-align: top;
    overflow: hidden;
  }
  #title-image {
    display: none;
  }
  .st-hero-copy {
    width: 100%;
    padding: 20px 50px;
    display: block;
    position: relative;
    top: 0;
    transform: none;
    padding: 30px;
  }
  .st-h1 {
    font-family: "Roboto Condensed", Arial, Helvetica, Sans-Serif;
    font-weight: 300 !important;
    font-size: 33px;
    line-height: 37px;
  }
  .st-p1 {
    font-family: "Roboto", Arial, Helvetica, Sans-Serif;
    font-weight: 300 !important;
    font-size: 18px;
    line-height: 25px;
  }
  #carouselControls {
    display: none;
  }
  .st-carousel-image {
    display: none;
  }
  .carousel-indicators {
    bottom: -45px;
  }
  .col-lg-12.st-carousel {
    padding: 0;
    margin-top: 90px;
    margin: 15px;
  }
  .st-carousel.carousel.slide {
    width: 100%;
    margin: 0;
  }
  .st-carousel-image {
    display: none;
  }
  .st-carousel-margin {
    display: none;
  }
  .st-carousel-copy {
    display: inline-block !important;
    width: 300px;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px;
  }
  .st-carousel-readmore {
    bottom: 60px;
  }
  .st-carousel-image {
    display: none;
  }
  .col-lg-5-two-col {
    margin-left: 0;
    margin-right: 0;
  }
  .col-lg-7-two-col {
    margin-right: 20px;
    padding-left: 20px;
  }
  .st-h2 {
    font-family: "Roboto Condensed", Arial, Helvetica, Sans-Serif;
    font-weight: 300 !important;
    font-size: 24px;
    line-height: 32px;
  }
  .st-h2.tight-top {
    margin-top: 10px;
  }
  .st-h3 {
    font-family: "Roboto Condensed", Arial, Helvetica, Sans-Serif;
    font-weight: 300 !important;
    font-size: 20px;
    line-height: 32px;
    line-height: 20px;
  }
  .st-h3.tight {
    line-height: 28px;
    margin-top: -10px;
    padding-top: 0;
    margin-bottom: 20px;
  }
  .st-p2 {
    font-family: "Roboto", Arial, Helvetica, Sans-Serif;
    font-weight: 400 !important;
    font-size: 16px;
    line-height: 21px;
  }
  #two-col-image {
    width: 100%;
  }
  .st-intro-p.left {
    text-align: left;
    margin: 0 20px 40px 20px;
    max-width: 100%;
  }
  .st-cross-lab-logo {
    text-align: center;
    margin-bottom: 40px;
  }
}

/* Smartphones (landscape) ----------- */

/* Smartphones (portrait) ----------- */

@media only screen and (max-width: 320px) {
}

/* iPads (portrait and landscape) ----------- */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .st-hero-image-box {
    position: relative;
    width: 100%;
    height: 360px;
    margin: 0 auto;
    margin-bottom: 50px;
    background-color: #0085d5;
    vertical-align: top;
    overflow: hidden;
  }
  .st-hero-copy {
    width: 100%;
    padding: 10px 50px;
    display: inline-block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
  #carouselControls {
    display: none;
  }
  .st-carousel-image {
    display: none;
  }
  .carousel-indicators {
    bottom: -45px;
  }
  .col-lg-12.st-carousel {
    padding: 0;
    margin-top: 90px;
    margin: 15px;
  }
  .st-carousel-container {
    width: 100%;
    height: 300px;
    padding-top: 30px;
    margin: 0;
  }
  .st-carousel.carousel.slide {
    width: 100%;
    margin: 0;
  }
  .st-carousel-image {
    display: none;
  }
  .st-carousel-margin {
    display: none;
  }
  .st-carousel-copy {
    display: inline-block !important;
    width: 700px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px;
  }
  .col-lg-5-two-col {
    margin-left: 0;
  }
  #two-col-image {
    width: 100%;
  }
  .st-h2.tight-top {
    margin-top: 20px;
  }
  .st-h2 {
    font-family: "Roboto Condensed", Arial, Helvetica, Sans-Serif;
    font-weight: 300 !important;
    font-size: 38px;
    line-height: 47px;
  }
  .st-p2 {
    font-family: "Roboto", Arial, Helvetica, Sans-Serif;
    font-weight: 400 !important;
    font-size: 23px;
    line-height: 31px;
  }
  .st-h3 {
    font-family: "Roboto Condensed", Arial, Helvetica, Sans-Serif;
    font-weight: 300 !important;
    font-size: 26px;
    line-height: 44px;
  }
  .st-h3.tight {
    line-height: 30px;
    margin-top: -10px;
    padding-top: 0;
    margin-bottom: 20px;
  }
  .st-p4 {
    font-family: "Roboto", Arial, Helvetica, Sans-Serif;
    font-weight: 400 !important;
    font-size: 23px;
    line-height: 31px;
  }
  #two-col-image {
    width: 100%;
  }
  .col-lg-5-two-col {
    margin-left: 0;
    margin-right: 0;
  }
  .st-intro-p.left {
    text-align: left;
    margin: 0 20px 40px 20px;
    max-width: 100%;
  }
  .st-cross-lab-logo {
    text-align: center;
    margin-bottom: 40px;
  }
}

/* iPads (landscape) ----------- */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  #two-col-image {
    width: 100%;
  }
  .col-lg-5-two-col {
    margin-left: 0;
  }
}

/* iPads (portrait) ----------- */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
}

/* Desktops and laptops ----------- */

@media only screen and (min-width: 1224px) {
  /* Hero image */
  .container-fluid.stepnav {
    padding-bottom: 50px;
    background-color: #f0f0f0;
  }
  .st-hero-image-box {
    position: relative;
    width: 1280px;
    height: 430px;
    margin: 0 auto;
    margin-bottom: 50px;
    background-color: #0085d5;
    vertical-align: top;
    overflow: hidden;
  }
  .st-hero-image-box img {
    vertical-align: top;
  }
  .st-hero-copy {
    width: 55%;
    padding: 20px 50px;
    display: inline-block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
  .st-hero-image {
    padding: 0;
    display: inline-block;
  }
  #title-image {
    display: inline-block;
  }
  /* Hero image colored bars */
  /* NOTE: assigning flex to stop spaces between inline-block elements */
  .verticalBars {
    clear: both;
    position: absolute;
    display: inline-block;
    z-index: 200;
    top: 0;
    left: 0;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
  }
  .coloredVerticalBar {
    width: 20px;
    height: 430px;
    display: inline-block;
    position: relative;
  }
  /* Carousel */
  .col-lg-12.st-carousel {
    padding: 0 100px;
    margin-top: 90px;
  }
  .col-lg-12 h2 {
    margin-bottom: 30px;
  }
  .visible-overflow {
    overflow: visible;
  }
  .st-carousel-container {
    width: 100%;
    height: 263px;
    padding-top: 50px;
    /* margin-left: 10px; */
  }
  .st-carousel-container.white {
    background-color: #fff;
    border: 1px solid #d0d0ce;
  }
  .st-carousel-image {
	  width:200px;
    float: right;
    z-index: 200;
  }
  .st-carousel-readmore {
    color: #ffffff !important;
    font-size: 14px;
    font-family: "Roboto", Arial, Helvetica, Sans-Serif;
    font-weight: 400 !important;
    position: absolute;
    left: 325px;
    bottom: 30px;
  }
  .carousel-control {
    background: none !important;
    font-size: 28px;
    font-weight: 700 !important;
    color: #0085d5;
    fill: #0085d5;
    opacity: 1;
    text-shadow: none;
  }
  .glyphicon-menu-left.blue {
    fill: #0085d5;
  }
  .glyphicon-menu-right.blue {
    fill: #0085d5;
  }
  .carousel-control:hover,
  .carousel-control:focus {
    outline: 0;
    color: #00426a;
    fill: #00426a;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90);
  }
  .carousel-control.left {
    top: 110px;
    left: -140px;
  }
  .carousel-control.right {
    top: 110px;
    right: -140px;
  }
  #carouselControls {
    display: block;
  }
  .st-carousel-image {
    display: block;
  }
  .col-lg-5-two-col {
    margin-left: 80px;
  }
  .col-lg-7-two-col {
    margin-right: 80px;
    padding-left: 10px;
  }
  .st-h2 {
    font-family: "Roboto Condensed", Arial, Helvetica, Sans-Serif;
    font-weight: 300 !important;
    font-size: 28px;
    line-height: 37px;
  }
  .st-h2.tight-top {
    margin-top: 0;
  }
  .st-p2 {
    font-family: "Roboto", Arial, Helvetica, Sans-Serif;
    font-weight: 400 !important;
    font-size: 18px;
    line-height: 24px;
  }
}

/* Large screens ----------- */

@media only screen and (min-width: 1824px) {
  /* Hero image */
  .container-fluid.stepnav {
    padding-bottom: 50px;
    background-color: #f0f0f0;
  }
  .st-hero-image-box {
    position: relative;
    /* width: 100%; */
    height: 430px;
    margin: 0 auto;
    margin-bottom: 50px;
    background-color: #0085d5;
    vertical-align: top;
    overflow: hidden;
  }
  .st-hero-image-box img {
    vertical-align: top;
  }
  .st-hero-copy {
    width: 55%;
    padding: 20px 50px;
    display: inline-block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
  .st-hero-image {
    padding: 0;
    display: inline-block;
  }
  #title-image {
    display: inline-block;
  }
  /* Hero image colored bars */
  /* NOTE: assigning flex to stop spaces between inline-block elements */
  .verticalBars {
    clear: both;
    position: absolute;
    display: inline-block;
    z-index: 200;
    top: 0;
    left: 0;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
  }
  .coloredVerticalBar {
    width: 20px;
    height: 430px;
    display: inline-block;
    position: relative;
  }
  /* Carousel */
  .col-lg-12.st-carousel {
    padding: 0 100px;
    margin-top: 90px;
  }
  .col-lg-12 h2 {
    margin-bottom: 30px;
  }
  .visible-overflow {
    overflow: visible;
  }
  .st-carousel-container {
    width: 100%;
    height: 263px;
    padding-top: 50px;
    margin-left: 10px;
  }
  .st-carousel-container.white {
    background-color: #fff;
    border: 1px solid #d0d0ce;
  }
  .st-carousel-image {
	width:200px;  
    float: right;
    z-index: 200;
  }
  .carousel-control {
    background: none !important;
    font-size: 28px;
    font-weight: 700 !important;
    color: #0085d5;
    fill: #0085d5;
    opacity: 1;
    text-shadow: none;
  }
  .glyphicon-menu-left.blue {
    fill: #0085d5;
  }
  .glyphicon-menu-right.blue {
    fill: #0085d5;
  }
  .carousel-control a:hover {
    color: #00a9e0;
    fill: #00a9e0;
  }
  .carousel-control.left {
    top: 110px;
    left: -140px;
  }
  .carousel-control.right {
    top: 110px;
    right: -140px;
  }
  #carouselControls {
    display: block;
  }
  .st-carousel-image {
    display: block;
  }
  .col-lg-5-two-col {
    margin-left: 80px;
  }
  .col-lg-7-two-col {
    margin-right: 80px;
    padding-left: 20px;
  }
  .st-h2 {
    font-family: "Roboto Condensed", Arial, Helvetica, Sans-Serif;
    font-weight: 300 !important;
    font-size: 28px;
    line-height: 37px;
  }
  .st-h2.tight-top {
    margin-top: 0;
  }
  .st-p2 {
    font-family: "Roboto", Arial, Helvetica, Sans-Serif;
    font-weight: 400 !important;
    font-size: 18px;
    line-height: 24px;
  }
}

/* iPhone 4 ----------- */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-device-pixel-ratio: 1.5) {
  /* Styles */
}

/* iPhone 6 landscape */

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  #carouselControls {
    display: none;
  }
  .st-carousel-image {
    display: none;
  }
  .carousel-indicators {
    bottom: -45px;
  }
  .col-lg-12.st-carousel {
    padding: 0;
    margin-top: 90px;
  }
  .st-carousel-container {
    width: 100%;
    height: 263px;
    padding-top: 10px;
    margin: 0;
  }
  .st-carousel.carousel.slide {
    width: 100%;
    margin: 0;
  }
  .st-carousel-image {
    display: none;
  }
  .col-lg-5-two-col {
    margin-left: 0;
  }
  .st-intro-p.left {
    text-align: left;
    margin: 0 20px 40px 20px;
    max-width: 100%;
  }
  .st-cross-lab-logo {
    text-align: center;
    margin-bottom: 40px;
  }
}

/* iPhone 6 portrait */

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  #carouselControls {
    display: none;
  }
  .st-carousel-image {
    display: none;
  }
  .carousel-indicators {
    bottom: -45px;
  }
  .col-lg-12.st-carousel {
    padding: 0;
    margin-top: 90px;
  }
  .st-carousel-container {
    width: 100%;
    /* height: 263px; */
    padding-top: 10px;
    margin: 0;
  }
  .st-carousel.carousel.slide {
    width: 100%;
    margin: 0;
  }
  .st-carousel-image {
    display: none;
  }
  .col-lg-5-two-col {
    margin-left: 0;
    margin-right: 0;
  }
  .st-intro-p.left {
    text-align: left;
    margin: 0 20px 40px 20px;
    max-width: 100%;
  }
  .st-cross-lab-logo {
    text-align: center;
    margin-bottom: 40px;
  }
}

/* iPhone 6 Plus landscape */

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 3) {
  #carouselControls {
    display: none;
  }
  .st-carousel-image {
    display: none;
  }
  .carousel-indicators {
    bottom: -45px;
  }
  .col-lg-12.st-carousel {
    padding: 0;
    margin-top: 90px;
  }
  .st-carousel-container {
    width: 100%;
    height: 263px;
    padding-top: 10px;
    margin: 0;
  }
  .st-carousel.carousel.slide {
    width: 100%;
    margin: 0;
  }
  .st-carousel-image {
    display: none;
  }
  .col-lg-5-two-col {
    margin-left: 0;
  }
  .st-intro-p.left {
    text-align: left;
    margin: 0 20px 40px 20px;
    max-width: 100%;
  }
  .st-cross-lab-logo {
    text-align: center;
    margin-bottom: 40px;
  }
}

/* iPhone 6 Plus portrait */

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 3) {
  #carouselControls {
    display: none;
  }
  .st-carousel-image {
    display: none;
  }
  .carousel-indicators {
    bottom: -45px;
  }
  .col-lg-12.st-carousel {
    padding: 0;
    margin-top: 90px;
  }
  .st-carousel-container {
    width: 100%;
    /* height: 263px; */
    padding-top: 10px;
    margin: 0;
  }
  .st-carousel.carousel.slide {
    width: 100%;
    margin: 0;
  }
  .st-carousel-image {
    display: none;
  }
  .col-lg-5-two-col {
    margin-left: 0;
  }
  .st-intro-p.left {
    text-align: left;
    margin: 0 20px 40px 20px;
    max-width: 100%;
  }
  .st-cross-lab-logo {
    text-align: center;
    margin-bottom: 40px;
  }
}

/* Apple Watch */

@media (max-device-width: 42mm) and (min-device-width: 38mm) {
}