html,
body {
  height: 100%;
  scroll-behavior: smooth; }

/* Main container */
#campaign-page {
  /* This negative margin is only for wcs template inclusion, uncomment for production */
  /* --------------------------- */
  /* --------------------------- */
  padding-bottom: 50px;
  font-family: "Roboto Condensed", Arial, Helvetica, Sans-Serif;
  overflow: hidden;
  text-rendering: optimizeLegibility;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  /* -webkit-font-smoothing: antialiased; */
  background: #f1f1f0;
  /* Old browsers */ }

a {
  text-decoration: none; }

/* Bootstrap override */
.st-container-fluid-blue {
  background-color: #eaf5fa;
  border-color: #d9e5ec;
  border: 1px solid #d9e5ec;
  padding-bottom: 100px; }

.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: transparent;
  padding: 0 0 10px;
  border: none; }

.modal-header .close {
  margin-top: 8px; }

.modal-title {
  font-size: 24px;
  color: #303030;
  padding-left: 10px;
  font-weight: 300; }

.modal-backdrop {
  opacity: 0.7 !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: none;
  background-color: transparent; }

.st-modal-body {
  margin-left: 10px;
  margin-right: 150px;
  margin-top: 30px; }

.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: 100%;
  margin: 25px 0;
  border-bottom: 1px solid #d0d0ce; }

.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.padTB {
  margin-top: 20px;
  margin-bottom: 20px; }

/* Content panels */
.st-hero-image-box {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto 50px;
  background-color: #0085d5;
  vertical-align: top;
  overflow: hidden; }
  .st-hero-image-box .st-h3 {
    max-width: 415px; }

.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; }

.thumbnail.nobackground {
  background-color: transparent; }

.flex-row .caption.centered {
  text-align: center; }

.flex-row .thumbnail {
  border: none;
  border-radius: 0;
  padding: 30px; }

.thumbnail.pad {
  padding: 30px; }

.thumbnail.nopad {
  padding: 0; }

.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; }

.btn-p-bottom {
  position: absolute;
  bottom: 15px; }

/* 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; }

.flip-card-image {
  object-fit: none; }

.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-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 {
  margin-left: 0; }

.col-lg-5-two-col {
  margin: 0; }

.col-lg-7-two-col {
  margin: 0; }

/* Dividers */
.cta-section-divider {
  margin-top: 50px;
  background-color: #00416b;
  padding-top: 30px;
  padding-bottom: 50px;
  color: #fff;
  text-align: center;
  margin-left: 100px;
  margin-right: 100px; }

/* Headings */
.st-h1 {
  font-family: "Roboto Condensed", Arial, Helvetica, Sans-Serif;
  font-weight: 300 !important;
  font-size: 38px;
  line-height: 47px;
  max-width: 400px;
  margin-top: 0; }

.st-h2 {
  font-family: "Roboto Condensed", Arial, Helvetica, Sans-Serif;
  font-weight: 300 !important;
  font-size: 28px;
  line-height: 37px; }

.st-h2-blue {
  font-family: "Roboto Condensed", Arial, Helvetica, Sans-Serif;
  font-weight: 300 !important;
  font-size: 28px;
  color: #00426a; }

.st-h2-white {
  font-family: "Roboto Condensed", Arial, Helvetica, Sans-Serif;
  font-weight: 300 !important;
  font-size: 34px;
  color: #ffffff; }

.st-h2.tight-top {
  margin-top: 0; }

.st-h2.center {
  text-align: center; }

.st-h3,
.st-h3-large,
.st-card-overlay-h3 {
  font-family: "Roboto Condensed", Arial, Helvetica, Sans-Serif;
  font-weight: 300 !important;
  font-size: 25px;
  line-height: 26px; }

.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: 17px;
  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 25px 0;
  max-width: 100%; }

.st-openlab-logo {
  text-align: center;
  margin-bottom: 35px; }

.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,
.st-p4-flip,
.st-p4-flip-bold {
  font-weight: 400 !important;
  font-size: 16px;
  line-height: 21px;
  line-height: 24px; }

.st-p4-flip,
.st-p4-flip-bold {
  font-size: 18px; }

.st-p4-flip-bold {
  font-weight: 600 !important; }

.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; }

.st-color-black-1 {
  color: #000000; }

/* 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: #0085d5; }

.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: #0085d5;
  font-size: 18px;
  text-align: left;
  padding: 0; }

.cta-btn {
  color: #ffffff;
  background-color: #0085d5;
  border-radius: 0; }

.cta-btn.white {
  color: #0085d5;
  background-color: #ffffff; }

.cta-btn.card-centered {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translate(-50%, -50%); }

.cta-btn.card-left {
  position: absolute;
  bottom: 50px;
  left: 10%; }

.cta-btn.card-left-full-width {
  position: absolute;
  bottom: 30px;
  left: 5%; }

.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: 50px; }

.carousel-indicators li {
  background-color: #53565a;
  border: none;
  margin: 5px; }

.carousel-indicators .active {
  background-color: #0085d5;
  border: none;
  width: 10px;
  height: 10px;
  margin: 5px; }

.carousel-indicators li:hover {
  background-color: #0085d5; }

.st-carousel-container {
  width: 100%;
  height: 263px;
  background-color: #f0f0f0; }

.st-carousel-inner {
  background-color: #00416b;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0; }

.st-carousel-inner.white {
  background-color: #fff; }

.st-carousel-image {
  float: right;
  z-index: 200;
  position: absolute;
  top: 18%; }

.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: 50%;
  left: 62%;
  transform: translate(-50%, -50%); }

.st-carousel-readmore {
  color: #b1b3b3 !important;
  font-size: 14px;
  font-family: "Roboto", Arial, Helvetica, Sans-Serif;
  font-weight: 400 !important;
  position: absolute;
  right: 20px;
  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: #b1b3b3;
  width: 10px;
  height: 20px; }

/*==================================================
=            Card flip                             =
==================================================*/
.a-flip-over {
  cursor: pointer; }

/* entire container, keeps perspective */
.st-flip-container {
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -o-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
  -ms-transform: perspective(1000px);
  -moz-transform: perspective(1000px);
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  width: 100%; }

/* flip speed goes here */
.card {
  transition: 0.6s;
  transform-style: preserve-3d;
  position: relative;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out; }

/* hide back of pane during swap */
.front,
.back {
  transition: 0.6s;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

/*  UPDATED! front pane, placed above back */
.front {
  z-index: 2;
  transform: rotateY(0deg); }

.thumbnail.nopad.bottom {
  padding-bottom: 40px; }

.thumbnail.nobg {
  background-color: transparent; }

/* back, initially hidden pane */
.back {
  transform: rotateY(-180deg);
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #eaf5fa 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 0%, #eaf5fa 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%, #eaf5fa 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#eaf5fa", GradientType=0 );
  /* IE6-9 */
  z-index: 1002; }

.back-zup {
  z-index: 1002; }

.back-container {
  width: 95%;
  margin: auto;
  margin-top: 50px; }

.back-container.full-width {
  margin-top: 10px; }

.back-list {
  margin-top: 20px; }

.back-list-ul {
  margin-top: 20px; }

.back-list-ul li {
  padding-bottom: 10px; }

.back-link {
  /* text-align: center; */
  font-size: 18px;
  margin-top: 20px; }

.flip-screen-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000;
  opacity: 0.4;
  z-index: 10; }

.st-wide-flip {
  height: 314px;
  margin-bottom: 70px;
  /* margin-top: 90px; */ }

.st-wide-card-copy {
  padding-top: 70px;
  padding-left: 20px; }

.st-footer-hero {
  background-color: #fff;
  margin-top: 60px;
  margin-bottom: 90px;
  height: 280px; }

.st-foorter-hero-bg {
  height: 350px;
  margin-top: -30px;
  background-color: #0e61ce; }

.st-flip-over-icon {
  position: absolute;
  bottom: 22px;
  right: 30px;
  font-size: 30px;
  cursor: pointer; }

.st-flip-over-icon.wide {
  bottom: 0px;
  right: -60px; }

/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/
/*==========  Mobile First Method  ==========*/
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
  .st-h2 {
    margin: 0 5px; }

  .st-p2 {
    margin: 0 5px;
    margin-bottom: 20px; }

  .st-page-divider-p {
    max-width: 80%; }

  .flip-screen-overlay {
    display: none; } }
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  .flip-screen-overlay {
    display: none; } }
/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  .modal-lg {
    width: 70%; }

  .flip-screen-overlay {
    display: none; } }
/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
  .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; }

  .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: 50px;
    margin: 15px; }

  .st-carousel-container {
    width: 100%;
    /* height: 300px; */
    padding-top: 30px;
    margin: 0;
    margin-top: 50px;
    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: 50%;
    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: 50px;
    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; }

  .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) {
  .st-flip-over-icon {
    display: none; }

  .st-wide-flip {
    height: 514px;
    margin-bottom: 100px; }

  .st-wide-card-copy {
    padding-top: 70px;
    padding-left: 20px;
    padding-bottom: 20px; }

  .st-footer-hero {
    background-color: #fff;
    margin-top: 60px;
    margin-bottom: 90px;
    height: 280px; }

  .st-foorter-hero-bg {
    height: 450px;
    margin-top: -30px;
    background-color: #0e61ce; }

  .research-only {
    margin-left: 10px;
    margin-top: 15px; }

  .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: 50px;
    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; }

  .flip-screen-overlay {
    display: none; } }
/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  .st-flip-over-icon {
    display: none; }

  .st-wide-flip {
    height: 514px;
    margin-bottom: 100px; }

  .st-wide-card-copy {
    padding-top: 70px;
    padding-left: 20px;
    padding-bottom: 20px; }

  .st-footer-hero {
    background-color: #fff;
    margin-top: 60px;
    margin-bottom: 90px;
    height: 280px; }

  .st-foorter-hero-bg {
    height: 450px;
    margin-top: -30px;
    background-color: #0e61ce; }

  .research-only {
    margin-left: 10px;
    margin-top: 15px; }

  #carouselControls {
    display: none; }

  .st-carousel-image {
    display: none; }

  .carousel-indicators {
    bottom: -45px; }

  .col-lg-12.st-carousel {
    padding: 0;
    margin-top: 50px;
    margin: 15px; }

  .col-lg-5.st-carousel {
    padding: 0;
    /*margin-top: 50px;*/
    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; }

  .flip-screen-overlay {
    display: none; } }
/* Custom, iPhone Retina */
/* RESPONSIVE */
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .st-flip-over-icon {
    display: none; }

  .st-wide-flip {
    height: 514px;
    margin-bottom: 100px; }

  .st-wide-card-copy {
    padding-top: 70px;
    padding-left: 20px;
    padding-bottom: 20px; }

  .st-footer-hero {
    background-color: #fff;
    margin-top: 60px;
    margin-bottom: 90px;
    height: 280px; }

  .st-foorter-hero-bg {
    height: 450px;
    margin-top: -30px;
    background-color: #0e61ce; }

  .research-only {
    margin-left: 10px;
    margin-top: 15px; }

  .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; }

  .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: 50px;
    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; }

  .flip-screen-overlay {
    display: none; } }
/* Smartphones (landscape) ----------- */
/* Smartphones (portrait) ----------- */
/* 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: 50px;
    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.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; }

  .flip-screen-overlay {
    display: none; } }
/* 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; }

  .flip-screen-overlay {
    display: none; } }
/* iPads (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: 323px;
    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 {
    height: 323px;
    display: inline-block;
    position: relative; }

  /* Carousel */
  .col-lg-12.st-carousel {
    padding: 0 100px;
    margin-top: 50px; }

  .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: 280px;
    float: left;
    z-index: 200; }

  .st-carousel-readmore {
    color: #b1b3b3 !important;
    font-size: 14px;
    font-family: "Roboto", Arial, Helvetica, Sans-Serif;
    font-weight: 400 !important;
    position: absolute;
    right: 20px;
    bottom: 20px; }

  .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-5.st-carousel {
    padding: 0 100px;
    margin-top: 50px; }

  .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;
    margin: 5px 0 10px 0; }

  .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; }

  .flip-screen-overlay {
    display: none; } }
/* 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%; */
    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 {
    height: 430px;
    display: inline-block;
    position: relative; }

  /* Carousel */
  .col-lg-12.st-carousel {
    padding: 0 100px;
    margin-top: 50px; }

  .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: 280px;
    float: left;
    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) {
  .st-flip-over-icon {
    display: none; }

  .st-wide-flip {
    height: 514px;
    margin-bottom: 100px; }

  .st-wide-card-copy {
    padding-top: 70px;
    padding-left: 20px;
    padding-bottom: 20px; }

  .st-footer-hero {
    background-color: #fff;
    margin-top: 60px;
    margin-bottom: 90px;
    height: 280px; }

  .st-foorter-hero-bg {
    height: 450px;
    margin-top: -30px;
    background-color: #0e61ce; }

  .research-only {
    margin-left: 10px;
    margin-top: 15px; }

  #carouselControls {
    display: none; }

  .st-carousel-image {
    display: none; }

  .carousel-indicators {
    bottom: -45px; }

  .col-lg-12.st-carousel {
    padding: 0;
    margin-top: 50px; }

  .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; }

  .flip-screen-overlay {
    display: none; } }
/* 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) {
  .st-flip-over-icon {
    display: none; }

  .st-wide-flip {
    height: 514px;
    margin-bottom: 100px; }

  .st-wide-card-copy {
    padding-top: 70px;
    padding-left: 20px;
    padding-bottom: 20px; }

  .st-footer-hero {
    background-color: #fff;
    margin-top: 60px;
    margin-bottom: 90px;
    height: 280px; }

  .st-foorter-hero-bg {
    height: 450px;
    margin-top: -30px;
    background-color: #0e61ce; }

  .research-only {
    margin-left: 10px;
    margin-top: 15px; }

  #carouselControls {
    display: none; }

  .st-carousel-image {
    display: none; }

  .carousel-indicators {
    bottom: -45px; }

  .col-lg-12.st-carousel {
    padding: 0;
    margin-top: 50px; }

  .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; }

  .flip-screen-overlay {
    display: none; } }
/* 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) {
  .st-flip-over-icon {
    display: none; }

  .st-wide-flip {
    height: 514px;
    margin-bottom: 100px; }

  .st-wide-card-copy {
    padding-top: 70px;
    padding-left: 20px;
    padding-bottom: 20px; }

  .st-footer-hero {
    background-color: #fff;
    margin-top: 60px;
    margin-bottom: 90px;
    height: 280px; }

  .st-foorter-hero-bg {
    height: 450px;
    margin-top: -30px;
    background-color: #0e61ce; }

  .research-only {
    margin-left: 10px;
    margin-top: 15px; }

  #carouselControls {
    display: none; }

  .st-carousel-image {
    display: none; }

  .carousel-indicators {
    bottom: -45px; }

  .col-lg-12.st-carousel {
    padding: 0;
    margin-top: 50px; }

  .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; }

  .flip-screen-overlay {
    display: none; } }
/* 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: 50px; }

  .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; }

  .flip-screen-overlay {
    display: none; } }
/* Apple Watch */
/*new styles*/
.no-space-above {
  margin-top: 0; }

.short-after {
  margin-bottom: 20px; }

.padBottom {
  margin-bottom: 100px; }

/*accordion panel new styles*/
.accordion-btn {
  position: relative; }

.accordion-btn:before {
  position: absolute;
  content: "+";
  right: 10px;
  top: 5px; }

.accordion-btn[aria-expanded="true"]:before {
  content: "-"; }

.panel-title.headline {
  text-align: left;
  font-size: 22px;
  font-weight: 100; }

.accordion .glyphicon.glyphicon-plus {
  float: right;
  font-size: 20px;
  font-weight: 100; }

.accordion .st-color-grey-5.collapsed .glyphicon.glyphicon-plus::before {
  content: "\002b"; }

.accordion .st-color-grey-5 .glyphicon.glyphicon-plus::before {
  content: "\2212"; }

.accordion.plus-expand {
  float: right;
  background: url("../cs/promotions/images/20210126-virtualizing-your-lab-plus-icon.png") no-repeat right 10px center; }

.margint10 {
  margin-top: 10px; }

.margint20 {
  margin-top: 20px; }

.marginb20 {
  margin-bottom: 20px; }

.marginb40 {
  margin-bottom: 40px; }

.highlight {
  font-size: 18px;
  line-height: 22px;
  text-align: left;
  font-weight: 100; }

.lg-text {
  font-family: "Roboto", Arial, Helvetica, Sans-Serif;
  font-weight: 400 !important;
  font-size: 19px;
  line-height: 26px;
  margin: 0 0 15px 0;
  max-width: 95%; }

.margnil {
  margin-left: 0;
  margin-right: 0; }

.marginl {
  margin-left: 0; }

.marginr {
  margin-right: 0; }

.centered {
  text-align: center; }

.left-align {
  text-align: left; }

.lgimg {
  display: block;
  padding-top: 20px;
  padding-bottom: 20px; }

.panel {
  background: #f0f0f0;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.panel-heading.lined {
  border-bottom: 1px solid #d0d0ce; }

.panel-body {
  border-top: solid 4px #d0d0ce; }

#campaign-page {
 /**
* Owl Carousel v2.3.4
* Copyright 2013-2018 David Deutsch
* Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
*/
  /*
   *  Owl Carousel - Core
   */
  /* No Js */
  /*
   *  Owl Carousel - Animate Plugin
   */
  /*
   * 	Owl Carousel - Auto Height Plugin
   */
  /*
   * 	Owl Carousel - Lazy Load Plugin
   */
  /*
   * 	Owl Carousel - Video Plugin
   */
  /**
   * Owl Carousel v2.3.4
   * Copyright 2013-2018 David Deutsch
   * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
   */
  /*
   * 	Default theme - Owl Carousel CSS File
   */ }
  #campaign-page .owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1; }
  #campaign-page .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  #campaign-page .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  #campaign-page .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  #campaign-page .owl-carousel .owl-wrapper,
  #campaign-page .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  #campaign-page .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  #campaign-page .owl-carousel .owl-item img {
    display: block;
    width: 800px;
    margin: 0 auto;
    max-width: 100%; }
    #campaign-page .owl-carousel .owl-item img.mb15 {
      margin-bottom: 15px; }
  #campaign-page .owl-carousel .owl-nav.disabled,
  #campaign-page .owl-carousel .owl-dots.disabled {
    display: none; }
  #campaign-page .owl-carousel .owl-nav .owl-prev,
  #campaign-page .owl-carousel .owl-nav .owl-next,
  #campaign-page .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #0085CF !important;
    color: #fff !important;
    width: 25px;
    height: 25px;
    font-size: 26px !important;
    border-radius: 25px !important; }
    #campaign-page .owl-carousel .owl-nav .owl-prev span,
    #campaign-page .owl-carousel .owl-nav .owl-next span,
    #campaign-page .owl-carousel .owl-dot span {
      position: relative;
      top: -5px; }
  #campaign-page .owl-carousel .owl-nav button.owl-prev,
  #campaign-page .owl-carousel .owl-nav button.owl-next,
  #campaign-page .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  #campaign-page .owl-carousel.owl-loaded {
    display: block; }
  #campaign-page .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  #campaign-page .owl-carousel.owl-hidden {
    opacity: 0; }
  #campaign-page .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  #campaign-page .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    #campaign-page .owl-carousel.owl-drag .owl-item .st-p4 {
      max-width: 700px;
      display: block;
      margin: 0 auto; }
  #campaign-page .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  #campaign-page .owl-carousel.owl-rtl {
    direction: rtl; }
  #campaign-page .owl-carousel.owl-rtl .owl-item {
    float: right; }
  #campaign-page .no-js .owl-carousel {
    display: block; }
  #campaign-page .owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both; }
  #campaign-page .owl-carousel .owl-animated-in {
    z-index: 0; }
  #campaign-page .owl-carousel .owl-animated-out {
    z-index: 1; }
  #campaign-page .owl-carousel .fadeOut {
    animation-name: fadeOut; }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
  #campaign-page .owl-height {
    transition: height 500ms ease-in-out; }
  #campaign-page .owl-carousel .owl-item {
    /**
    		  This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
    		  calculation of the height of the owl-item that breaks page layouts
    	   */ }
  #campaign-page .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  #campaign-page .owl-carousel .owl-item .owl-lazy[src^=""], #campaign-page .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  #campaign-page .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }
  #campaign-page .owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000; }
  #campaign-page .owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 100ms ease; }
  #campaign-page .owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3); }
  #campaign-page .owl-carousel .owl-video-playing .owl-video-tn,
  #campaign-page .owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none; }
  #campaign-page .owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease; }
  #campaign-page .owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%; }
  #campaign-page .owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent; }
  #campaign-page .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
  #campaign-page .owl-theme .owl-nav [class*='owl-']:hover {
    background: #fff !important;
    color: #0085CF !important;
    text-decoration: none; }
  #campaign-page .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
    background-color: #ccc !important; }
    #campaign-page .owl-theme .owl-nav .disabled:hover {
      background-color: #ccc !important;
      color: #fff !important;
      cursor: default; }
  #campaign-page .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px; }
  #campaign-page .owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent; }
  #campaign-page .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
  #campaign-page .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px; }
  #campaign-page .owl-theme .owl-dots .owl-dot.active span, #campaign-page .owl-theme .owl-dots .owl-dot:hover span {
    background: #869791; }
  #campaign-page .container.light {
    background-color: #fbfbfb; }
  #campaign-page .dividerline {
    padding: 0 !important;
    margin: 0 !important;
    border-top: 8px solid #fff;
    height: 0px; }
  #campaign-page .mb15 {
    margin-bottom: 15px; }
  #campaign-page .mb25 {
    margin-bottom: 25px; }
  #campaign-page .mw800 {
    margin-left: auto;
    margin-right: auto;
    max-width: 900px; }
  #campaign-page .sep {
    margin: 0 10px; }
  #campaign-page .st-h2 {
    margin: 0 0 25px; }
  #campaign-page img {
    max-width: 100%;
    height: auto; }
  #campaign-page .regular-text,
  #campaign-page ul {
    font-size: 17px;
    font-family: "Roboto", Arial, Helvetica, Sans-Serif;
    line-height: 26px;
    margin-bottom: 20px; }
  #campaign-page ul {
    text-align: left;
    padding-left: 20px; }
    #campaign-page ul li {
      margin-bottom: 5px; }
    #campaign-page ul ul {
      list-style-type: '\2013 ';
      padding-left: 10px; }
      #campaign-page ul ul li {
        padding-left: 8px; }
  #campaign-page .regular-text.marginb10 {
    margin-bottom: 10px; }
  #campaign-page .panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: none; }
  #campaign-page .panel-heading.lined.border-top {
    border-top: 1px solid #d0d0ce; }
  #campaign-page .panel-title > a {
    display: block; }
  #campaign-page .accordion .glyphicon.glyphicon-plus {
    top: 5px; }
  #campaign-page .carousel {
    margin-top: 35px; }
  #campaign-page .carousel-control {
    opacity: 1; }
  #campaign-page .carousel-control.right,
  #campaign-page .carousel-control.left {
    top: auto;
    bottom: -25px;
    background-color: #0085d5 !important;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    text-shadow: none;
    color: #fff;
    font-weight: normal !important; }
    #campaign-page .carousel-control.right:hover,
    #campaign-page .carousel-control.left:hover {
      background-color: #fff !important;
      color: #0085d5; }
  #campaign-page .carousel-control-wrap {
    max-width: 75px !important;
    margin: 15px auto 50px;
    position: relative; }
  #campaign-page .blue-bg {
    background-color: #00416b;
    text-align: center;
    padding: 50px 0; }
    #campaign-page .blue-bg .regular-text {
      font-family: "Roboto", Arial, Helvetica, Sans-Serif;
      font-weight: 300;
      max-width: 750px;
      margin-left: auto;
      margin-right: auto; }
  #campaign-page img {
    max-width: 100%;
    height: auto; }
  #campaign-page .f_link {
    padding: 50px 0 0; }
  #campaign-page .accordion a,
  #campaign-page .accordion .panel-collapse {
    font-family: "Roboto", Arial, Helvetica, Sans-Serif; }
  #campaign-page .fw-normal {
    font-weight: 400 !important; }
  #campaign-page .highlight {
    font-weight: normal;
    font-size: 17px;
    line-height: 26px; }
  #campaign-page .banner {
    background-color: #0085d5;
    margin-bottom: 35px; }
    #campaign-page .banner h1 {
      max-width: 475px; }
    #campaign-page .banner h3 {
      max-width: 465px; }
    #campaign-page .banner .hero-bg {
      background: url("../images/20221024-data-analysis-accelerate-method-banner.jpg") no-repeat center center;
      background-size: cover;
      min-height: 300px; }
    #campaign-page .banner .col-sm-6:first-of-type {
      padding: 50px; }
    #campaign-page .banner .col-sm-6:last-of-type {
      position: relative; }
      #campaign-page .banner .col-sm-6:last-of-type img {
        z-index: 1;
        width: 100%;
        height: auto; }
      #campaign-page .banner .col-sm-6:last-of-type .band {
        display: block !important;
        position: absolute !important;
        left: 0 !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important; }
      #campaign-page .banner .col-sm-6:last-of-type .band-left {
        background-color: #00426A !important;
        top: auto !important;
        bottom: 0 !important;
        height: 15% !important; }
      #campaign-page .banner .col-sm-6:last-of-type .band-middle-first {
        background-color: #00A9E0 !important;
        top: auto !important;
        bottom: 15% !important;
        height: 5% !important; }
      #campaign-page .banner .col-sm-6:last-of-type .band-middle-second {
        background-color: #00A9E0 !important;
        top: auto !important;
        bottom: 20% !important;
        height: 10% !important;
        opacity: .6 !important; }
      #campaign-page .banner .col-sm-6:last-of-type .band-right {
        background-color: #00BAB3 !important;
        top: 0 !important;
        right: auto !important;
        height: 5% !important;
        opacity: .85 !important; }
  #campaign-page .margint25 {
    margin-top: 25px !important; }
  #campaign-page .acc-item {
    display: block;
    text-align: left;
    cursor: pointer;
    font-size: 18px;
    padding: 10px 50px 10px 12px;
    position: relative;
    border-bottom: 1px solid #d0d0ce;
    border-top: 1px solid #d0d0ce;
    font-family: "Roboto", Arial, Helvetica, Sans-Serif;
    font-weight: 300; }
    #campaign-page .acc-item.acc-nobb {
      border-bottom: none !important; }
      #campaign-page .acc-item.acc-nobb.acc-open {
        color: #0085d5; }
    #campaign-page .acc-item.acc-notb {
      border-top: none !important; }
    #campaign-page .acc-item:after {
      position: absolute;
      right: 12px;
      top: 13px;
      display: inline-block;
      font-family: "Glyphicons Halflings";
      font-style: normal;
      font-weight: 400;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\002b"; }
    #campaign-page .acc-item.acc-open:after {
      content: "\2212"; }
  #campaign-page .acc-item-content {
    display: none;
    width: inherit;
    height: auto;
    background-color: transparent !important;
    padding: 25px 25px 25px 12px;
    font-family: "Roboto", Arial, Helvetica, Sans-Serif;
    text-align: left; }
    #campaign-page .acc-item-content.acc-tb {
      border-top: 1px solid #d0d0ce; }
      #campaign-page .acc-item-content.acc-tb p:last-of-type {
        margin-bottom: 0; }
      #campaign-page .acc-item-content.acc-tb ul {
        font-size: 14px;
        line-height: 1.42857143; }
        #campaign-page .acc-item-content.acc-tb ul li {
          margin-bottom: 8px; }
  #campaign-page .active {
    background: transparent;
    color: #000; }
  #campaign-page .toggle-link {
    display: block;
    margin-top: 25px; }
    #campaign-page .toggle-link .open {
      display: block; }
    #campaign-page .toggle-link .closed {
      display: none; }
    #campaign-page .toggle-link.collapsed .closed {
      display: block; }
    #campaign-page .toggle-link.collapsed .open {
      display: none; }
  #campaign-page .toggle-down-arrow {
    width: 35px;
    height: auto;
    display: block;
    margin: 25px auto; }
  #campaign-page .toggle-link:hover, #campaign-page .toggle-link:active, #campaign-page .toggle-link:focus {
    color: #0085d5;
    text-decoration: none; }
  #campaign-page .reference-chromatogram {
    text-align: left; }
    #campaign-page .reference-chromatogram video {
      max-width: 100%; }
  #campaign-page .sample-purity-table,
  #campaign-page .peak-purity-analysis {
    text-align: left; }
  #campaign-page #visualization-tools .peak-explorer img {
    margin-bottom: 25px; }
  #campaign-page #visualization-tools .card-body .st-hr,
  #campaign-page #peak-assessment-tools .card-body .st-hr {
    margin: 50px 0; }
  #campaign-page .intro-icons {
    margin: 25px auto;
    text-align: center;
    font-family: "Roboto", Arial, Helvetica, Sans-Serif; }
    #campaign-page .intro-icons img {
      display: block;
      margin: 0 auto 15px;
      max-width: 50px;
      height: auto; }
    #campaign-page .intro-icons p {
      margin: 0 auto;
      max-width: 225px; }
    #campaign-page .intro-icons .col-sm-4 {
      margin-bottom: 50px; }
  #campaign-page .reasons-icons {
    text-align: center;
    margin-top: 50px;
    margin-bottom: -25px; }
    #campaign-page .reasons-icons .col-sm-6 {
      margin-bottom: 35px; }
    #campaign-page .reasons-icons .st-h3 {
      font-size: 20px;
      line-height: 1.3em; }
  #campaign-page .b_circle {
    counter-reset: ol-counter;
    list-style: none;
    text-align: left;
    padding-left: 15px;
    margin-top: 25px; }
    #campaign-page .b_circle li {
      margin: 0 0 0.5rem 0;
      counter-increment: ol-counter;
      position: relative;
      padding-left: 40px;
      margin-bottom: 15px;
      font-family: "Roboto", Arial, Helvetica, Sans-Serif;
      font-size: 17px;
      line-height: 26px; }
      #campaign-page .b_circle li:before {
        content: counter(ol-counter);
        position: absolute;
        left: 0;
        top: 4px;
        color: #fff;
        background-color: #0085d5;
        border-radius: 50px;
        width: 25px;
        height: 25px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px; }
  #campaign-page .vlinks {
    margin-top: 50px; }
    #campaign-page .vlinks a {
      position: relative;
      display: block; }
      #campaign-page .vlinks a:hover .vl-play-icon {
        background-color: #0085d5; }
    #campaign-page .vlinks .col-sm-6 {
      margin-bottom: 50px; }
    #campaign-page .vlinks .vl-play-icon {
      content: '';
      width: 40px;
      height: 40px;
      border-radius: 50px;
      position: absolute;
      top: calc(50% - 20px);
      left: calc(50% - 20px);
      background-color: rgba(0, 0, 0, 0.55);
      display: flex;
      align-items: center;
      justify-content: center;
      -webkit-transition: all .3s ease;
      -moz-transition: all .3s ease;
      -ms-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease; }
      #campaign-page .vlinks .vl-play-icon:after {
        content: '';
        border: 0;
        background: transparent;
        box-sizing: border-box;
        width: 0;
        height: 20px;
        border-color: transparent transparent transparent #fff;
        transition: 100ms all ease;
        cursor: pointer;
        border-style: solid;
        border-width: 10px 0 10px 20px;
        position: relative;
        left: 3px; }
  #campaign-page .bbg-links .col-sm-6:first-of-type {
    margin-bottom: 15px; }
  #campaign-page .cs-btns a {
    display: block;
    max-width: 200px;
    margin: 0 auto; }
    #campaign-page .cs-btns a:first-of-type {
      margin-bottom: 15px; }
  #campaign-page #slider1 {
    margin-bottom: 50px; }
  #campaign-page .st-intro-p.left {
    margin: 0 0 25px; }
  #campaign-page .modal-header {
    max-width: 960px;
    margin: 0 auto; }
  #campaign-page .modal-content video {
    max-width: 100%;
    height: auto;
    width: 960px;
    aspect-ratio: 960 / 540; }
  #campaign-page #integration-optimization video {
    max-width: 100%;
    height: auto;
    margin-bottom: 25px; }
  #campaign-page #isoplot-heat-map p.regular-text {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto; }
  #campaign-page #isoplot-heat-map .owl-item .regular-text {
    max-width: 800px; }
  #campaign-page .hover-img-wrap {
    position: relative;
    margin-bottom: 25px; }
    #campaign-page .hover-img-wrap img {
      -webkit-transition: all .3s ease;
      -moz-transition: all .3s ease;
      -ms-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease; }
    #campaign-page .hover-img-wrap:hover .image1 {
      opacity: 0.35; }
    #campaign-page .hover-img-wrap:hover .image1-hover {
      opacity: 1; }
    #campaign-page .hover-img-wrap .image1 {
      top: 0;
      left: 0; }
    #campaign-page .hover-img-wrap .image1-hover {
      position: absolute;
      opacity: 0;
      top: calc(50% - 78px);
      right: 0;
      max-width: 440px; }

@media only screen and (max-width: 767px) {
  .mobile-marg-top15 {
    margin-top: 15px; } }
@media only screen and (min-width: 768px) {
  #campaign-page .container.light {
    width: 100%; }
  #campaign-page .light-container-wrap {
    width: 750px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px; }
  #campaign-page .banner .row {
    display: flex; }
  #campaign-page .banner .col-sm-6:last-of-type .band {
    top: 0 !important;
    height: 100% !important;
    bottom: auto !important; }
  #campaign-page .banner .col-sm-6:last-of-type .band-left {
    left: -10% !important;
    width: 15% !important; }
  #campaign-page .banner .col-sm-6:last-of-type .band-middle-first {
    left: 2% !important;
    width: 5% !important; }
  #campaign-page .banner .col-sm-6:last-of-type .band-middle-second {
    top: 0 !important;
    left: 7% !important;
    width: 10% !important; }
  #campaign-page .banner .col-sm-6:last-of-type .band-right {
    right: 3% !important;
    width: 5% !important;
    left: auto !important; }
  #campaign-page .reasons-icons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; }
    #campaign-page .reasons-icons .col-sm-6 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      padding-right: 50px;
      width: 50%; }
    #campaign-page .reasons-icons .st-h3 {
      font-size: 23px; }
  #campaign-page .bbg-links {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto; }
    #campaign-page .bbg-links .col-sm-6:first-of-type {
      margin-bottom: 0; }
  #campaign-page .intro-icons .col-sm-4 {
    margin-bottom: 0; } }
@media only screen and (min-width: 992px) {
  #campaign-page .mt25 {
    margin-top: 25px; }
  #campaign-page .light-container-wrap {
    width: 970px; }
  #campaign-page #visualization-tools .peak-explorer img {
    margin-bottom: 0; }
  #campaign-page .toggle-link {
    margin-top: 50px; } }
@media only screen and (min-width: 1024px) {
  #campaign-page .mb25 {
    margin-bottom: 0; }
  #campaign-page .pr65 {
    padding-right: 65px; }
  #campaign-page .align-items-center {
    display: flex;
    align-items: center; }
  #campaign-page .banner .col-sm-6:first-of-type {
    padding: 50px 75px; }
  #campaign-page .banner .col-sm-6:last-of-type .band-left {
    left: -5% !important;
    width: 15% !important; }
  #campaign-page .banner .col-sm-6:last-of-type .band-middle-first {
    left: 7% !important;
    width: 5% !important; }
  #campaign-page .banner .col-sm-6:last-of-type .band-middle-second {
    top: 0 !important;
    left: 12% !important;
    width: 10% !important; }
  #campaign-page .banner .col-sm-6:last-of-type .band-right {
    right: 2% !important;
    width: 5% !important;
    left: auto !important; }
  #campaign-page .banner .hero-bg {
    background-size: auto 100%;
    background-position: center right; }
  #campaign-page .reasons-icons {
    text-align: left; }
    #campaign-page .reasons-icons .col-sm-6 {
      width: 33.333%; }
  #campaign-page ul.mw355 {
    max-width: 355px; }
  #campaign-page .b_circle {
    margin-top: 0; } }
@media only screen and (min-width: 1200px) {
  #campaign-page .light-container-wrap {
    width: 1170px; }
  #campaign-page #integration-optimization video {
    margin-bottom: 0; } }
@media only screen and (min-width: 1224px) {
  #campaign-page .carousel-control.right {
    right: 0; }
  #campaign-page .carousel-control.left {
    left: 0; }
  #campaign-page .banner .col-sm-6:last-of-type .band-left {
    left: 5% !important;
    width: 15% !important; }
  #campaign-page .banner .col-sm-6:last-of-type .band-middle-first {
    left: 20% !important;
    width: 5% !important; }
  #campaign-page .banner .col-sm-6:last-of-type .band-middle-second {
    top: 0 !important;
    left: 25% !important;
    width: 10% !important; }
  #campaign-page .banner .col-sm-6:last-of-type .band-right {
    right: 2% !important;
    width: 5% !important;
    left: auto !important; }
  #campaign-page .vlinks {
    margin-bottom: 50px; }
    #campaign-page .vlinks .col-sm-6 {
      margin-bottom: 0; }
  #campaign-page #slider1 {
    margin-bottom: 0; } }

/*# sourceMappingURL=20221024-data-analysis-accelerate-method-lp-style-global.css.map */
