html,
body {
    height: 100%;
}

/* 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 {
    margin-top: 20px;
}

.col-md-4 ul {
  margin-left: -20px;
}

.col-md-4 ul li{
    margin-bottom: -7px;
}
.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: 47px;
    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: 22px;
    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;
    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 40px 10px;
    max-width: 100%;
}

.st-openlab-logo {
    text-align: center;
    margin-bottom: 35px;
    padding-top: 10px;
}

.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: 450 !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 !important;
    background-color: #0085d5;
    border-radius: 4;
}

.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;
        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;
}

.margint40 {
    margin-top: 40px;
}

.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 a {
    font-size: 17px;
    font-family: "Roboto", Arial, Helvetica, Sans-Serif;
    color: #0085D5;
}

#campaign-page a:visited {
    color: #0085D5;
}

#campaign-page a:hover {
    color: #00426A;
}

#campaign-page img {
    max-width: 100%;
    height: auto;
}

#campaign-page .st-h2 {
    margin: 0 0 35px 10px;
}

#campaign-page .regular-text {
    font-size: 17px;
    font-family: "Roboto", Arial, Helvetica, Sans-Serif;
    line-height: 24px;
    margin-bottom: 25px;
}

#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 .blue-bg {
    background-color: #00416b;
    text-align: center;
    padding: 50px 0;
}

#campaign-page .grey-bg {
    background-color: #FBFBFB;
    text-align: center;
    padding: 50px 0;
}

#campaign-page .blue-bg .regular-text {
    font-family: "Roboto", Arial, Helvetica, Sans-Serif;
    font-weight: 300;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

#campaign-page img {
    max-width: 100%;
    height: auto;
}

#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 .col-sm-6:first-of-type {
    /* display: flex; */
    /* align-items: center; */
}

#campaign-page .banner h1 {
    max-width: 300px;
    margin-bottom: 0;
}

#campaign-page .banner h3 {
    max-width: 400px;
}

#campaign-page .banner .hero-bg {
    background: url("/cs/promotions/images/20240415-virtualization-hero.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: #00A9E0 !important;
    top: 0 !important;
    right: auto !important;
    height: 5% !important;
    opacity: .85 !important;
}

#campaign-page .margint25 {
    margin-top: 25px !important;
}

#campaign-page .modal-body img {
    max-width: 1140px !important;
    display: block;
    margin: 0 auto;
}

#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;
}

#campaign-page .acc-item.acc-nobb {
    border-bottom: none !important;
}

#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 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 .active {
    background: #eee;
    color: #000;
}

#campaign-page .item-data div {
    margin: 30px;
}

#campaign-page .cloud-storage img {
    margin-bottom: 20px;
    /* margin-top: 15px; */
}

#campaign-page .icon-text {
    list-style-type: none;
    padding-left: 0;
}

#campaign-page .icon-text li {
    margin-bottom: 25px;
    max-width: 450px;
    margin: 0 auto;
    display: block;
}

#campaign-page .icon-text img {
    max-width: 75px;
    height: auto;
    display: block;
    margin: 0 auto 15px;
}

#campaign-page .teaserbox {
    background: #fff url("/cs/promotions/images/20170914-teaser-head-strip-960x4.png") no-repeat right 0;
    padding-top: 4px;
    text-align: left;
}

#campaign-page .teaserbox img {
    width: 100%;
    object-fit: cover;
    object-position: center center;
}

#campaign-page .teaserbox .cont-wrap {
    padding: 0px 27px 23px;
}

#campaign-page .teaserbox .cont-wrap p {
    color: #888b8d;
    font-size: 15px;
    line-height: 1.4em;
}

#campaign-page .tbcols .col-md-6:first-of-type {
    margin-bottom: 50px;
}

#campaign-page .tbcols .teaserbox {
    padding-left: 0;
    padding-right: 0;
}

#campaign-page .tbcols .row {
    width: 100%;
    margin-left: -.9375rem;
    margin-right: -.9375rem;
    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 .tbcols .col-md-4 {
    width: calc(100% - 1.875rem);
    margin-bottom: 50px;
    margin-left: .9375rem;
    margin-right: .9375rem;
}

#campaign-page .benefits .bold-text {
    font-weight: bold;
    display: block;
    max-width: 200px;
    margin: 0 auto;
}

#campaign-page .benefits .icon {
    margin-bottom: 15px;
}

#campaign-page .benefits .cont-wrap {
    max-width: 225px;
    margin: 0 auto;
}

#campaign-page .benefits .col-sm-6 {
    margin-bottom: 50px;
}

#campaign-page .benefits .col-sm-6:last-of-type {
    margin-bottom: 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: 100px;
    height: auto;
}

#campaign-page .intro-icons p {
    margin: 0 auto;
    max-width: 920px;
}

#campaign-page .intro-icons .col-sm-4 {
    margin-bottom: 35px;
}


#campaign-page .capture-data img {
    width: 390px;
    margin: 0 auto 25px;
    display: block;
}

#campaign-page .reports-management img,
#campaign-page .reliable-data img {
    margin: 25px auto;
    display: block;
}

#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: 0px;
}

#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 .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 .btn {
    transition: ease-out 0.3s;
}

#campaign-page .cta-btn-outline {
    border-radius: 4px;
}

#campaign-page .btn-lg {
    font-size: 14px;
    padding: 11px 21px;
    line-height: 14px;
    font-weight: 500 !important;
    border: none;
}

#campaign-page .btn-lg.cta-btn-outline {
    border: 1px solid transparent;
}

#campaign-page .btn-lg.cta-btn-outline:hover {
    border-color: #fff;
}

#campaign-page ul.check {
    list-style-type: none;
    margin-left: -30px;
}

#campaign-page ul.check li {
    padding-left: 35px;
    background: url("https://www.agilent.com/cs/promotions/images/20210126-virtualizing-your-lab-check.png") no-repeat top 5px left;
    background-size: 20px;
}



@media only screen and (min-width: 768px) {
    #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: 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 .icon-text {
        text-align: left;
    }

    #campaign-page .icon-text li {
        max-width: 95%;
        margin-bottom: 25px;
    }

    #campaign-page .icon-text li p.regular-text {
        margin-bottom: 0;
    }

    #campaign-page .icon-text img {
        margin: 0 auto;
    }

    #campaign-page .reports-management .row {
        display: flex;
        align-items: center;
    }

    #campaign-page .reports-management img {
        margin: 0;
        padding-left: 50px;
    }

    #campaign-page .reports-management .regular-text {
        margin-bottom: 0;
    }

    #campaign-page .reliable-data .row {
        display: flex;
        align-items: center;
    }

    #campaign-page .reliable-data .col-sm-7 {
        padding-left: 50px;
    }

    #campaign-page .capture-data .col-lg-8 {
        padding-left: 50px;
    }

    #campaign-page .benefits .row {
        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 .benefits .col-sm-6 {
        margin-bottom: 25px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }
}

@media only screen and (min-width: 1024px) {
    #campaign-page .banner .col-sm-6:first-of-type {
        padding: 50px 75px;
    }

    #campaign-page .banner .hero-bg {
        background-size: auto 100%;
        background-position: center right;
    }

    #campaign-page .tbcols .col-md-4 {
        width: calc(33.333% - 1.875rem);
        margin-bottom: 0;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    #campaign-page .banner h1 {
        max-width: 450px;
        margin-top: 20px;
    }

    #campaign-page .benefits .col-sm-6 {
        margin-bottom: 0;
        width: 25%;
    }

    #campaign-page .tbcols .col-md-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    
    #campaign-page .tbcols .col-md-6:first-of-type {
        margin-bottom: 0;
    }
	
	#campaign-page ul.mw355 {
        max-width: 355px;
    }

    #campaign-page .b_circle {
        margin-top: 0;
    }
	
	#campaign-page .pr65 {
        padding-right: 65px;
    }

    #campaign-page .align-items-center {
        display: flex;
        align-items: center;
    }
}

@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: 10px;
    }

    #campaign-page .vlinks .col-sm-6 {
        margin-bottom: 0;
    }

    #campaign-page #slider1 {
        margin-bottom: 0;
    }
}