/********************************************************************************************* 

x. Variables

*********************************************************************************************/
/********************************************************************************************* 

x. Imports

*********************************************************************************************/
/*
 * jQuery FlexSlider v2.6.3
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
    font-family: 'flexslider-icon';
    src: url("fonts/flexslider-icon.eot");
    src: url("fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("fonts/flexslider-icon.woff") format("woff"), url("fonts/flexslider-icon.ttf") format("truetype"), url("fonts/flexslider-icon.svg#flexslider-icon") format("svg");
    font-weight: normal;
    font-style: normal;
}

/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
    outline: none;
}

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

.flex-pauseplay span {
    text-transform: capitalize;
}

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
    margin: 0;
    padding: 0;
}

    .flexslider .slides > li {
        display: none;
        -webkit-backface-visibility: hidden;
    }

    .flexslider .slides img {
        width: 100%;
        display: block;
    }

    .flexslider .slides:after {
        content: "\0020";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
    }

html[xmlns] .flexslider .slides {
    display: block;
}

* html .flexslider .slides {
    height: 1%;
}

.no-js .flexslider .slides > li:first-child {
    display: block;
}

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
    margin: 0 0 60px;
    position: relative;
    zoom: 1;
}

    .flexslider .slides {
        zoom: 1;
    }

        .flexslider .slides img {
            height: auto;
            -moz-user-select: none;
        }

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.loading .flex-viewport {
    max-height: 300px;
}

.carousel li {
    margin-right: 5px;
}

.flex-direction-nav {
    *height: 0;
}

    .flex-direction-nav a {
        text-decoration: none;
        display: block;
        width: 20px;
        height: 20px;
        margin: -20px 0 0;
        position: absolute;
        top: 50%;
        z-index: 10;
        overflow: hidden;
        opacity: 1;
        cursor: pointer;
        color: rgba(0, 0, 0, 0.8);
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        border-right: 3px solid #60e785;
        border-top: 3px solid #60e785;
        text-indent: 99999px;
        overflow: hidden;
    }

        .flex-direction-nav a:before {
            font-size: 40px;
            display: inline-block;
        }

    .flex-direction-nav .flex-prev {
        left: -60px;
        -moz-transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }

    .flex-direction-nav .flex-next {
        right: -60px;
        text-align: right;
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

.flexslider:hover .flex-direction-nav .flex-prev {
    opacity: 0.7;
}

    .flexslider:hover .flex-direction-nav .flex-prev:hover {
        opacity: 1;
    }

.flexslider:hover .flex-direction-nav .flex-next {
    opacity: 0.7;
}

    .flexslider:hover .flex-direction-nav .flex-next:hover {
        opacity: 1;
    }

.flex-direction-nav .flex-disabled {
    opacity: 0 !important;
    filter: alpha(opacity=0);
    cursor: default;
    z-index: -1;
}

.flex-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: 0.8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000;
}

    .flex-pauseplay a:before {
        font-family: "flexslider-icon";
        font-size: 20px;
        display: inline-block;
        content: '\f004';
    }

    .flex-pauseplay a:hover {
        opacity: 1;
    }

    .flex-pauseplay a.flex-play:before {
        content: '\f003';
    }

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -40px;
    text-align: center;
}

    .flex-control-nav li {
        margin: 0 6px;
        display: inline-block;
        zoom: 1;
        *display: inline;
    }

.flex-control-paging li a {
    width: 13px;
    height: 13px;
    display: block;
    background: transparent;
    cursor: pointer;
    text-indent: -9999px;
    border: 2px solid #60e785;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

    .flex-control-paging li a:hover {
        background: #60e785;
    }

    .flex-control-paging li a.flex-active {
        background: #60e785;
        cursor: default;
    }

.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden;
}

    .flex-control-thumbs li {
        width: 25%;
        float: left;
        margin: 0;
    }

    .flex-control-thumbs img {
        width: 100%;
        height: auto;
        display: block;
        opacity: .7;
        cursor: pointer;
        -moz-user-select: none;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -ms-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease;
    }

        .flex-control-thumbs img:hover {
            opacity: 1;
        }

    .flex-control-thumbs .flex-active {
        opacity: 1;
        cursor: default;
    }

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
    .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 10px;
    }

    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 10px;
    }
}

/********************************************************************************************* 

x. Mixins

*********************************************************************************************/
/********************************************************************************************* 

x. CSS Reset 

*********************************************************************************************/
* {
    margin: 0;
    padding: 0;
    min-height: 0;
    outline: none;
}

/********************************************************************************************* 

x. Typekit

*********************************************************************************************/
.wf-loading {
    visibility: hidden;
}

.wf-active {
    visibility: visible;
}

/*********************************************************************************************

x. Basic Setup (Body, Fonts, etc.) 

********************************************************************************************/
::selection {
    background: #60e785;
    color: #fff;
}

::-moz-selection {
    background: #60e785;
    color: #fff;
}

html, body {
    font: 14px "azo-sans-web", Arial, Helvetica, sans-serif;
    color: #062450;
    width: auto;
    height: auto;
}

div, p, ul, section, header, footer {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    color: #062450;
    text-decoration: none;
}

    a:hover {
        color: #60e785;
    }

    a img {
        border: none;
    }

.gform_wrapper form.text-center,
.text-center {
    text-align: center;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.clear {
    clear: both;
    overflow: auto;
    zoom: 1;
}

.clear-left {
    clear: left;
}

h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    font-family: "azo-sans-web",sans-serif;
    font-weight: 500;
}

h1 {
    font-size: 3.4em;
}

h2 {
    font-size: 2.8em;
}

h3 {
    font-size: 1.9em;
}

h4 {
    font-size: 1.8em;
    font-weight: 900;
}

.color-green {
    color: #60e785 !important;
}

h3.green {
    color: #60e785;
}

i.green {
    color: #60e785;
}

.image img {
    width: 100%;
    height: auto;
}

.no-margin {
    margin: 0;
}

.trans {
    display: none;
}

p {
    line-height: 1.5em;
    font-family: "nimbus-sans", sans-serif;
    font-weight: 300;
    font-size: 1.3em;
}

    p.big {
        font-size: 1.6em;
    }

.newsletter {
    font-size: 1.8em;
    font-weight: 900;
    text-align: center;
}

.uppercase {
    text-transform: uppercase;
}

#wrapper {
    padding-top: 170px;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.single-products #wrapper {
    padding-top: 170px;
}

.single-tproducts #wrapper {
    padding-top: 170px;
}

.address div {
    padding-left: 20px;
    margin-bottom: 10px;
}

.f-title {
    position: absolute;
    top: 0;
    left: -20px;
}

body.subnav.menu .panel#menu {
    display: block;
}

body.subnav.products .panel#products {
    display: block;
}

body.subnav.mobile .panel#mobile {
    transform: translate3d(-100%, 0px, 0px);
    display: block;
    margin-top: 0;
}

.cover {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

a.btn {
    padding: 13px 30px;
    background: #60e785;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    font-size: 1.2em;
    font-family: "azo-sans-web",sans-serif;
    color: #fff;
    letter-spacing: .02em;
    font-weight: bold;
    overflow: hidden;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    border-color: #60e785;
}

    a.btn.small-btn {
        padding: 5px 20px;
        background-color: transparent;
        border: 3px solid #60e785;
        color: #60e785;
        font-size: 1em;
    }

        a.btn.small-btn:hover {
            border-color: #0000ff;
            background: #0000ff;
        }

    a.btn:hover {
        color: #fff;
    }

    a.btn.border {
        padding: 10px 30px;
        background-color: transparent;
        border: 3px solid #fff;
        color: #fff;
    }

        a.btn.border.hvr-shutter-out-horizontal:before {
            background: #fff;
        }

        a.btn.border:hover {
            color: #0000ff;
            background: #fff;
        }

input[type="submit"] {
    -webkit-appearance: none;
}

    input[type="submit"].btn {
        padding: 13px 30px;
        background: #60e785;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        font-size: 1.2em;
        font-family: "azo-sans-web",sans-serif;
        color: #fff;
        letter-spacing: .02em;
        font-weight: bold;
        overflow: hidden;
        -webkit-transition: all 0.35s ease;
        -moz-transition: all 0.35s ease;
        -ms-transition: all 0.35s ease;
        -o-transition: all 0.35s ease;
        transition: all 0.35s ease;
        border: none;
    }

        input[type="submit"].btn:hover {
            background: #0000ff;
        }

.relative {
    position: relative;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.clearfix {
    clear: both;
    display: block;
}

.hideme {
    opacity: 0;
}

.blue-fill {
    fill: #0000ff;
}

.green-fill {
    fill: #60e785;
}

.blue-stroke {
    stroke: #0000ff;
}

#banner .flexslider .slides > li {
    min-height: 620px;
    overflow: hidden;
}

#home-map .waves {
    position: absolute;
}

#banner .cover {
    min-height: 620px;
    position: relative;
}

#banner .callout {
    position: absolute;
}

#banner .icon {
    display: inline-block;
    width: 180px;
}

#banner svg .fill-blue {
    fill: #fff;
}

#banner svg .blue-stroke {
    stroke: #fff;
}

#banner .minheight {
    min-height: 620px;
}

#map {
    width: 50%;
    left: 0;
    top: 0;
    bottom: 0;
    position: absolute;
}

.flexslider {
    float: left;
    width: 100%;
}

    .flexslider .slides > li {
        float: left;
        width: 100%;
    }

.fill-blue {
    fill: #0000ff;
}

.fill-white {
    fill: #fff;
}

.hvr-shutter-out-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

    .hvr-shutter-out-horizontal:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        bottom: 0;
        left: -1px;
        right: -1px;
        background: #0000ff;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 50%;
        transform-origin: 50%;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.2s;
        transition-duration: 0.2s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .hvr-shutter-out-horizontal:hover:before, .hvr-shutter-out-horizontal:focus:before, .hvr-shutter-out-horizontal:active:before {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

/********************************************************************************************* 

x. Columns & Widths

*********************************************************************************************/
.container {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
}

@media screen and (min-width: 972px) {
    .flex-container {
        display: flex;
        justify-content: space-between;
    }
}

.big-container {
    width: 100%;
    padding-left: 100px;
    padding-right: 100px;
    margin: 0 auto;
}

.max-container {
    max-width: 1400px;
}

.single-products .max-container {
    padding: 0;
}

.column.left {
    float: left;
}

.column.right {
    float: right;
}

.column.first .inside {
    padding-left: 0;
}

.column.last .inside {
    padding-right: 0;
}

.width-10 {
    width: 10%;
}

.width-15 {
    width: 15%;
}

.width-20 {
    width: 20%;
}

.width-25 {
    width: 25%;
}

.width-30 {
    width: 30%;
}

.width-33 {
    width: 33.33%;
}

.width-35 {
    width: 35%;
}

.width-40 {
    width: 40%;
}

.width-45 {
    width: 45%;
}

.width-50 {
    width: 50%;
}

.width-55 {
    width: 55%;
}

.width-60 {
    width: 60%;
}

.width-65 {
    width: 65%;
}

.width-66 {
    width: 66.66%;
}

.width-70 {
    width: 70%;
}

.width-75 {
    width: 75%;
}

.width-80 {
    width: 80%;
}

.width-85 {
    width: 85%;
}

.width-90 {
    width: 80%;
}

.width-95 {
    width: 95%;
}

.width-100 {
    width: 100%;
}

/********************************************************************************************* 

x. Header

*********************************************************************************************/
header {
    padding: 30px 0;
    background: #f9fbfb;
    float: left;
    width: 100%;
    height: 170px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

    header .trans {
        position: absolute;
        top: 6px;
        right: 0;
    }

    header #logo {
        width: 230px;
        height: 44px;
        display: block;
        float: left;
        margin-top: 30px;
        position: relative;
        z-index: 1;
        -webkit-transition: all 0.35s ease;
        -moz-transition: all 0.35s ease;
        -ms-transition: all 0.35s ease;
        -o-transition: all 0.35s ease;
        transition: all 0.35s ease;
    }

        header #logo svg {
            width: 100%;
        }

    header ul#nav {
        float: right;
        padding: 22px 0 40px 0;
        position: relative;
        top: 0;
        font-family: "azo-sans-web",sans-serif;
        font-weight: 700;
        -webkit-transition: all 0.35s ease;
        -moz-transition: all 0.35s ease;
        -ms-transition: all 0.35s ease;
        -o-transition: all 0.35s ease;
        transition: all 0.35s ease;
    }

        header ul#nav li {
            display: inline-block;
        }

            header ul#nav li a {
                padding: 10px;
                font-size: 1.2em;
                color: #0000ff;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
            }

                header ul#nav li a:hover {
                    color: #60e785;
                }

                header ul#nav li a.active {
                    color: #60e785;
                    border-bottom: 5px solid #60e785;
                    cursor: default;
                }

.header-phone {
    padding: 10px;
    font-size: 1.2em;
    color: #60e785;
}

.search-glass {
    display: none;
    visibility: hidden;
    position: relative;
    right: -80px;
    top: 5px;
    padding-right: 60px;
}

    .search-glass form {
        width: 0;
        overflow: hidden;
        display: inline-block;
        -webkit-transition: all 0.35s ease;
        -moz-transition: all 0.35s ease;
        -ms-transition: all 0.35s ease;
        -o-transition: all 0.35s ease;
        transition: all 0.35s ease;
        position: relative;
        top: 4px;
    }

        .search-glass form input[type="text"] {
            background-color: transparent;
            border-left: none;
            border-right: none;
            border-top: none;
            border-bottom: 2px solid #062450;
            font-size: 1.2em;
            color: #062450;
            font-family: "azo-sans-web",sans-serif;
            float: right;
            width: 100%;
        }

        .search-glass form input[type="submit"] {
            display: none;
        }

    .search-glass a {
        width: 50px;
        display: inline-block;
    }

@media screen and (min-width: 998px) {
    .search-glass {
        display: block;
        visibility: visible;
    }
}

.searched .search-glass form {
    width: 200px;
}

.searched .search-glass a.search-open {
    display: none;
}

.searched .search-glass a.search-close {
    display: inline-block;
}

.searched #mobile .search-open {
    display: block !important;
}

.searched #mobile .mobile-search {
    height: 42px;
}

.mobile-search {
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

    .mobile-search input[type="text"] {
        width: 100%;
        border: none;
        padding: 10px;
        font-size: 1.2em;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 70px;
    }

    .mobile-search #searchsubmit {
        display: none;
    }

.page-template-our-story #wrapper {
    overflow: hidden;
}

#toggle {
    width: 24px;
    display: none;
    position: fixed;
    top: 36px;
    right: 30px;
    z-index: 9;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -ms-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
}

    #toggle span {
        display: block;
        height: 3px;
        background: #062450;
        margin-bottom: 5px;
        -webkit-transition: all .35s;
        -moz-transition: all .35s;
        -ms-transition: all .35s;
        -o-transition: all .35s;
        transition: all .35s;
    }

    #toggle:hover span {
        background: #0000ff;
    }

body.open #toggle {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

    body.open #toggle span.toggle-top {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transform-origin: -2px 11px;
        -moz-transform-origin: -2px 11px;
        -ms-transform-origin: -2px 11px;
        -o-transform-origin: -2px 11px;
        transform-origin: -2px 11px;
    }

    body.open #toggle span.toggle-middle {
        opacity: 0;
    }

    body.open #toggle span.toggle-bottom {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: 10px -3px;
        -moz-transform-origin: 10px -3px;
        -ms-transform-origin: 10px -3px;
        -o-transform-origin: 10px -3px;
        transform-origin: 10px -3px;
    }

.search-glass a.search-open {
    display: inline-block;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

    .search-glass a.search-open svg {
        width: 30px;
        height: 30px;
    }

.search-glass a.search-close {
    display: none;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

fieldset {
    border: none;
}

body.scrolled header {
    height: 100px;
}

    body.scrolled header ul#nav {
        position: relative;
        top: -10px;
        padding: 0;
    }

    body.scrolled header #logo {
        margin: 5px;
        width: 140px;
    }

body.scrolled #wrapper {
    padding-top: 110px;
}

body.scrolled .panel {
    margin-top: 100px;
}

.panel {
    background: #f4f7f7;
    box-sizing: border-box;
    text-align: center;
    top: 0px;
    width: 100%;
    position: fixed;
    z-index: 888888;
    overflow: hidden;
    backface-visibility: hidden;
    margin-top: 170px;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    display: none;
    box-shadow: inset 0px 2px 2px #e2e0e0;
}

.close {
    position: absolute;
    top: 20px;
    right: 40px;
    text-align: center;
    width: 20px;
    height: 20px;
    z-index: 999;
    display: block;
}

    .close:hover {
        color: #60e785;
    }

.menu #menu {
    display: block;
}

    .menu #menu a {
        color: #0000ff;
    }

        .menu #menu a:hover {
            color: #0000ff;
        }

#mobile .search-glass {
    right: 30px;
    padding: 0;
    top: 90px;
    left: auto;
    position: absolute;
}

    #mobile .search-glass a {
        width: 20px;
        height: 20px;
    }

#mobile .close {
    top: 90px;
    left: 30px;
    right: auto;
}

#mobile .nav-product {
    font-size: 1.6em;
    color: #062450;
    padding: 20px 0;
    float: left;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    height: auto;
}

    #mobile .nav-product .icon {
        width: 100%;
        margin-bottom: 10px;
        display: block;
        height: auto;
        opacity: 1;
        -webkit-transition: all 0.35s ease;
        -moz-transition: all 0.35s ease;
        -ms-transition: all 0.35s ease;
        -o-transition: all 0.35s ease;
        transition: all 0.35s ease;
    }

        #mobile .nav-product .icon svg {
            width: 128px;
            display: inline-block;
        }

    #mobile .nav-product a.btn {
        margin-top: 20px;
        font-size: .75em;
        clear: both;
        display: inline-block;
        -webkit-transition: all 0.35s ease;
        -moz-transition: all 0.35s ease;
        -ms-transition: all 0.35s ease;
        -o-transition: all 0.35s ease;
        transition: all 0.35s ease;
    }

    #mobile .nav-product a:hover {
        color: #60e785;
    }

    #mobile .nav-product:hover {
        color: #062450;
        background: transparent;
    }

        #mobile .nav-product:hover .icon {
            height: auto;
            opacity: 1;
        }

.nav-icon {
    width: 40px;
    height: 40px;
    display: inline-block;
}

    .nav-icon svg g {
        display: block;
    }

.products #products {
    display: block;
}

    .products #products .nav-icon {
        width: 40px;
        height: 40px;
        display: inline-block;
    }

.search-active #search {
    display: block;
}

    .search-active #search .nav-icon {
        width: 40px;
        height: 40px;
        display: inline-block;
    }

#search #close-svg line {
    stroke: #FFFFFF !important;
}

section#products-container {
    padding-top: 40px;
}

    section#products-container .product-inner {
        padding: 60px 0 160px 0;
        text-align: center;
        position: relative;
        background: #f4f7f7;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        section#products-container .product-inner img {
            display: inline-block;
            width: auto;
            padding-bottom: 40px;
            padding-top: 20px;
            position: relative;
            z-index: 1;
            height: auto;
            max-width: 100%;
        }

.sub-nav {
    font-family: "azo-sans-web",sans-serif;
}

    .sub-nav .nav-items a {
        font-size: 1.6em;
        color: #062450;
        margin: 30px 0;
        float: left;
    }

        .sub-nav .nav-items a:hover {
            color: #60e785;
        }

    .sub-nav .nav-items.mobile-sub {
        list-style-type: none;
    }

        .sub-nav .nav-items.mobile-sub a span {
            position: relative;
        }

        .sub-nav .nav-items.mobile-sub a.active {
            font-weight: bold;
            color: #60e785;
        }

            .sub-nav .nav-items.mobile-sub a.active span::after {
                position: absolute;
                background: #60e785;
                height: 5px;
                left: -10px;
                right: -10px;
                margin-top: 15px;
                top: 100%;
                content: '';
            }

#mobile {
    overflow: scroll;
    height: 100%;
}

    #mobile .sub-nav .nav-items a {
        width: 100%;
    }

p a b {
    font-family: "azo-sans-web",sans-serif;
    text-decoration: underline;
}

p a:hover {
    color: #60e785;
}

.sub-nav {
    font-family: "azo-sans-web",sans-serif;
}

    .sub-nav .nav-product {
        font-size: 1.6em;
        color: #062450;
        padding: 40px 0;
        float: left;
        -webkit-transition: all 0.35s ease;
        -moz-transition: all 0.35s ease;
        -ms-transition: all 0.35s ease;
        -o-transition: all 0.35s ease;
        transition: all 0.35s ease;
        height: 250px;
    }

        .sub-nav .nav-product span.subhead {
            font-size: .7em;
            display: block;
            opacity: 0;
        }

        .sub-nav .nav-product a,
        .sub-nav .nav-product a:hover {
            color: #0000ff;
        }

        .sub-nav .nav-product .icon {
            width: 100%;
            margin-bottom: 10px;
            display: block;
            opacity: 1;
            -webkit-transition: all 0.35s ease;
            -moz-transition: all 0.35s ease;
            -ms-transition: all 0.35s ease;
            -o-transition: all 0.35s ease;
            transition: all 0.35s ease;
        }

            .sub-nav .nav-product .icon svg {
                width: 128px;
                display: inline-block;
            }

        .sub-nav .nav-product a.btn {
            margin-top: 20px;
            font-size: .75em;
            clear: both;
            display: none;
            -webkit-transition: all 0.35s ease;
            -moz-transition: all 0.35s ease;
            -ms-transition: all 0.35s ease;
            -o-transition: all 0.35s ease;
            transition: all 0.35s ease;
        }

        .sub-nav .nav-product:hover {
            color: #fff;
            background: #60e785;
        }

            .sub-nav .nav-product:hover a.btn {
                display: inline-block;
            }

            .sub-nav .nav-product:hover span.subhead {
                opacity: 1;
            }

.nav-list {
    list-style-type: none;
}

.nav-logo {
    max-width: 140px;
    margin: 40px auto;
}

    .nav-logo .control {
        display: block;
    }

        .nav-logo .control svg {
            width: 100%;
        }

    .nav-logo svg path.fill-white {
        fill: #0000ff;
    }

.nav-links {
    margin-top: 30px;
}

    .nav-links a {
        color: #0000ff;
        display: block;
        font-size: 1.1em;
        margin-bottom: 30px;
    }

#spacing {
    padding: 80px 0;
}

.page-template-products .filter-container {
    min-width: 320px;
}

/********************************************************************************************* 

x. WordPress Core

*********************************************************************************************/
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

    .wp-caption.alignnone {
        margin: 5px 20px 20px 0;
    }

    .wp-caption.alignleft {
        margin: 5px 20px 20px 0;
    }

    .wp-caption.alignright {
        margin: 5px 0 20px 20px;
    }

    .wp-caption img {
        border: 0 none;
        height: auto;
        margin: 0;
        max-width: 98.5%;
        padding: 0;
        width: auto;
    }

    .wp-caption p.wp-caption-text {
        font-size: 11px;
        line-height: 17px;
        margin: 0;
        padding: 0 4px 5px;
    }

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

    .screen-reader-text:focus {
        background-color: #f1f1f1;
        border-radius: 3px;
        box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
        clip: auto !important;
        color: #21759b;
        display: block;
        font-size: 14px;
        font-size: 0.875rem;
        font-weight: bold;
        height: auto;
        left: 5px;
        line-height: normal;
        padding: 15px 23px 14px;
        text-decoration: none;
        top: 5px;
        width: auto;
        z-index: 100000;
    }

/********************************************************************************************* 

x. Banner

*********************************************************************************************/
#banner {
    overflow: hidden;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 100px;
    padding-right: 100px;
}

    #banner li.height {
        min-height: 600px;
    }

.product-container {
    padding-left: 60px;
    padding-right: 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}

    .product-container .product-inner {
        border: 10px solid #f4f7f7;
        -webkit-transition: all 0.35s ease;
        -moz-transition: all 0.35s ease;
        -ms-transition: all 0.35s ease;
        -o-transition: all 0.35s ease;
        transition: all 0.35s ease;
    }

    .product-container .product {
        padding: 40px;
    }

        .product-container .product .btn-container {
            width: 0;
            overflow: hidden;
            display: inline-block;
            vertical-align: middle;
            -webkit-transition: all 0.35s ease;
            -moz-transition: all 0.35s ease;
            -ms-transition: all 0.35s ease;
            -o-transition: all 0.35s ease;
            transition: all 0.35s ease;
        }

            .product-container .product .btn-container .small-btn {
                margin-left: 10px;
            }

        .product-container .product:hover .btn-container {
            width: 110px;
        }

        .product-container .product:hover .product-inner {
            border: 10px solid #0000ff;
        }

        .product-container .product.adulterant:hover .product-inner {
            border-color: #5BC8AC;
        }

        .product-container .product.adulterant .back {
            background: #5BC8AC;
        }

        .product-container .product.cerebral-fluid:hover .product-inner {
            border-color: #90AEC6;
        }

        .product-container .product.cerebral-fluid .back {
            background: #90AEC6;
        }

        .product-container .product.hair:hover .product-inner {
            border-color: #FFAB6C;
        }

        .product-container .product.hair .back {
            background: #FFAB6C;
        }

        .product-container .product.oral-fluid:hover .product-inner {
            border-color: #83E87A;
        }

        .product-container .product.oral-fluid .back {
            background: #83E87A;
        }

        .product-container .product.smx-oral-fluid:hover .product-inner {
            border-color: #83E87A;
        }

        .product-container .product.smx-oral-fluid .back {
            background: #83E87A;
        }

        .product-container .product.serum:hover .product-inner, .product-container .product.plasma:hover .product-inner {
            border-color: #0000FF;
        }

        .product-container .product.serum .back, .product-container .product.plasma .back {
            background: #0000FF;
        }

        .product-container .product.sweat:hover .product-inner {
            border-color: #DEEFFF;
        }

        .product-container .product.sweat .back {
            background: #DEEFFF;
        }

        .product-container .product.synovial-fluid:hover .product-inner {
            border-color: #09BECF;
        }

        .product-container .product.synovial-fluid .back {
            background: #09BECF;
        }

        .product-container .product.urine:hover .product-inner {
            border-color: #E6D72A;
        }

        .product-container .product.urine .back {
            background: #E6D72A;
        }

        .product-container .product.whole-blood:hover .product-inner {
            border-color: #FF130D;
        }

        .product-container .product.whole-blood .back {
            background: #FF130D;
        }

        .product-container .product.breast-milk:hover .product-inner {
            border-color: #DEEFFF;
        }

        .product-container .product.breast-milk .back {
            background: #DEEFFF;
        }

.back {
    position: absolute;
    max-width: 102px;
    max-height: 134px;
    width: 23%;
    height: 20%;
    top: 36%;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #0000ff;
    z-index: 0;
    margin-left: -1px;
}

.home .back {
    top: 27%;
    width: 19%;
    height: 23%;
    margin-left: 0;
}

.image-container {
    background: #e5e5e5;
}

.adulterant .image-container {
    background: #5BC8AC;
}

.cerebral-fluid .image-container {
    background: #90AEC6;
}

.hair .image-container {
    background: #FFAB6C;
}

.oral-fluid .image-container {
    background: #83E87A;
}

.smx-oral-fluid .image-container {
    background: #83E87A;
}

.serum .image-container, .serum.plasma .image-container {
    background: #0000FF;
}

.sweat .image-container {
    background: #DEEFFF;
}

.synovial-fluid .image-container {
    background: #09BECF;
}

.urine .image-container {
    background: #E6D72A;
}

.whole-blood .image-container {
    background: #FF130D;
}

.breast-milk .image-container {
    background: #DEEFFF;
}

.cd-folding-panel .product-table {
    padding: 60px;
}

.image-container {
    width: 600px;
    height: 600px;
    position: relative;
}

    .image-container img {
        position: absolute;
        top: 50%;
        left: 50%;
        -moz-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 80% !important;
    }

.top-img {
    float: left;
    width: 100%;
    position: relative;
    background: #f4f7f7;
}

    .top-img .image-container {
        width: 100%;
    }

    .top-img .product-title {
        width: 50%;
        text-align: center;
        position: absolute;
        top: 50%;
        left: 75%;
        -moz-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        padding-left: 40px;
        padding-right: 40px;
    }

        .top-img .product-title p {
            font-size: 1.8em;
        }

        .top-img .product-title .big {
            font-size: 3em;
            font-family: "azo-sans-web",sans-serif;
        }

        .top-img .product-title .small {
            margin-bottom: 20px;
        }

        .top-img .product-title a {
            margin-bottom: 10px;
        }

    .top-img img {
        width: 100%;
        max-width: 600px;
    }

    .top-img.no-image .image-container img {
        width: auto !important;
    }

.product-table {
    clear: both;
    float: left;
    width: 100%;
}

    .product-table table {
        font-size: 1.2em;
    }

        .product-table table th {
            font-weight: bold;
            font-size: 1.2em;
        }

        .product-table table th, .product-table table td {
            padding: 20px;
            text-align: center;
            border-bottom: 3px solid #fff;
        }

/********************************************************************************************* 

x. Callout

*********************************************************************************************/
.callout {
    padding: 50px;
    position: absolute;
    left: 50%;
    top: 0;
    right: 0;
    bottom: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    background: rgba(0, 0, 255, 0.8);
    /*
    background-image: url(../img/banner.jpg);
    background-position: right top;
    background-color: $blue;
    background-blend-mode: multiply;
*/
}

    .callout .callout-container {
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 60px;
        padding-right: 60px;
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
    }

    .callout h1 {
        color: #fff;
        margin-bottom: 30px;
    }

    .callout h3.green {
        margin-bottom: 20px;
        margin-top: -20px;
    }

    .callout p {
        color: #fff;
        margin-bottom: 40px;
    }

        .callout p.big {
            font-size: 1.8em;
        }

    .callout a.link {
        font-weight: 900;
        font-size: 1.7em;
        color: #fff;
    }

a.link {
    font-weight: 900;
}

.mid-callout {
    position: absolute;
    text-align: center;
    left: 50%;
    width: 100%;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 800px;
}

    .mid-callout h1 {
        color: #fff;
        margin-bottom: 30px;
        margin-top: 40px;
    }

    .mid-callout p {
        color: #fff;
        margin-bottom: 40px;
    }

.middle-col {
    border-left: 3px solid #60e785;
    border-right: 3px solid #60e785;
}

.parent {
    width: 100%;
    float: left;
}

.icons .icon {
    display: inline-block;
    height: 120px;
    width: auto;
    margin-bottom: 30px;
}

    .icons .icon svg {
        height: 100%;
    }

.icons h3 {
    font-size: 1.7em;
    margin-bottom: 20px;
}

.icons .container > div {
    padding-left: 30px;
    padding-right: 30px;
}

section#product-overview {
    padding-top: 20px;
    padding-bottom: 80px;
}

    section#product-overview .icon {
        max-width: 180px;
        height: 180px;
        width: 100%;
    }

        section#product-overview .icon svg {
            width: 100%;
        }

        section#product-overview .icon.icon-2 {
            padding-top: 60px;
        }

    section#product-overview .container > div > .column {
        padding-bottom: 80px;
        position: relative;
        padding-left: 25px;
        padding-right: 25px;
    }

        section#product-overview .container > div > .column a.btn {
            position: absolute;
            bottom: 0;
            margin-left: -76px;
            left: 50%;
        }

span.error-field {
    display: none !important;
}

section {
    padding: 60px 0 60px 0;
    float: left;
    width: 100%;
}

#leadership {
    max-width: 900px;
}

    #leadership .content {
        padding-left: 60px;
        padding-right: 60px;
    }

    #leadership > div > div {
        padding: 0 40px;
        padding-top: 40px;
    }

        #leadership > div > div.single-leader {
            margin: 0 auto;
            float: none;
        }

        #leadership > div > div .face {
            margin-bottom: 30px;
        }

        #leadership > div > div h3 {
            margin-bottom: 0;
        }

        #leadership > div > div img {
            width: 100%;
            max-width: 200px;
        }

.hidden {
    display: none !important;
}

.tabs {
    display: flex;
    width: 100%;
}

    .tabs a {
        width: 50%;
        padding: 30px 10px;
        font-size: 1.3em;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        text-align: center;
        display: block;
        float: left;
        font-weight: 600;
        background: #f9fbfb;
        color: #60e785;
    }

        .tabs a.active {
            background: #f4f7f7;
            color: #062450;
        }

            .tabs a.active span {
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
                border-bottom: 5px solid #062450;
                padding-bottom: 25px;
            }

.single-products .top-img {
    background: #fff;
}

section#tabs {
    padding-top: 0;
}

    section#tabs .item {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 30px;
        padding-right: 30px;
        margin-bottom: 50px;
    }

        section#tabs .item h3 {
            margin-bottom: 20px;
        }

        section#tabs .item p {
            font-size: 1.4em;
            margin-bottom: 20px;
        }

.map-container {
    max-width: 1450px;
    width: 100%;
    margin: 0 auto;
}

ul.cssmap-pins {
    list-style-type: none;
}

#demo-markers {
    top: -10px !important;
}

/********************************************************************************************* 

x. Content

*********************************************************************************************/
.content h1, .content h2, .content h3, .content h4, .content h5, .content h6, .content p {
    margin: 0 0 20px 0;
}

.filter-container {
    clear: both;
}

.filters {
    background: #f4f7f7;
    text-align: center;
    font-family: "azo-sans-web",sans-serif;
    font-size: 1.2em;
    display: none;
    padding: 10px;
}

    .filters button {
        border: none;
        background-color: transparent;
    }

    .filters a, .filters button {
        padding: 10px;
        display: inline-block;
        font-size: .9em;
    }

        .filters a:hover, .filters button:hover {
            color: #60e785;
        }

        .filters button, .filters a.reset {
            color: #60e785;
            font-weight: 700;
            position: relative;
            cursor: pointer;
        }

            .filters button::after, .filters a.reset::after {
                position: absolute;
                content: '';
                height: 5px;
                bottom: 0;
                background: #60e785;
                left: 10px;
                right: 10px;
            }

.clicked {
    text-align: center;
    font-family: "azo-sans-web",sans-serif;
    font-size: 1.2em;
    padding: 30px 20px;
    background: #f4f7f7;
    margin-bottom: 5px;
    border: 3px solid #fff;
    display: none;
    position: absolute;
    bottom: 0;
    width: 100%;
    cursor: pointer;
}

a.expand-filter {
    font-weight: 900;
    color: #0000ff;
    font-size: 1.4em;
    padding: 30px;
    display: inline-block;
}

    a.expand-filter::after {
        content: ' +';
    }

    a.expand-filter.active::after {
        content: ' -';
    }

.textbox .container {
    padding-left: 40px;
    padding-right: 40px;
}

/********************************************************************************************* 

x. Steps

*********************************************************************************************/
/*
#steps-container {
	overflow: hidden;	
	height: 580px;	
	position: relative;	
	float: left;
	width: 100%;	
}
*/
body.step-2 section#steps ul.slides {
    top: -580px;
}

#line_svg {
    width: 1140px;
    height: 700px;
}

#step1-svg, #step2-svg {
    width: 416px;
    height: 328px;
}

#step3-svg {
    width: 416px;
    height: 406px;
}

#step4-svg {
    width: 416px;
    height: 367px;
}

#step5-svg {
    width: 416px;
    height: 254px;
}

section#steps {
    float: left;
    width: 100%;
    padding: 0;
    position: relative;
    z-index: 1;
    /*
	top: 0;	
	overflow-y: scroll;
	height: 580px;	
	@include transition(top, .35s);
*/
    /*
	height: 580px;
	overflow-y: scroll;	
*/
}

    section#steps .container {
        position: relative;
        height: 580px;
    }

    section#steps .flexslider {
        color: #fff;
        margin-bottom: 0;
    }

    section#steps .text-half {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 120px 60px;
        position: absolute;
        top: 50%;
        left: 0;
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

        section#steps .text-half h1 {
            color: #fff;
        }

        section#steps .text-half p {
            color: #fff;
        }

    section#steps .image-half {
        padding-top: 60px;
        padding-bottom: 60px;
        position: absolute;
        top: 50%;
        right: 30px;
        padding-left: 40px;
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    section#steps hr {
        border: none;
        border-bottom: 1px solid #fff;
        width: 30px;
        display: inline-block;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    section#steps h3 {
        margin-top: 10px;
        font-size: 1.7em;
    }

    section#steps ul.slides {
        position: relative;
    }

    section#steps .slides li {
        padding-right: 80px;
        overflow: hidden;
    }

        section#steps .slides li.odd {
            background: #062450;
        }

        section#steps .slides li.even {
            background: #0000ff;
        }

    section#steps .flex-control-nav {
        width: auto;
        right: 40px;
        bottom: auto;
        top: 50%;
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

        section#steps .flex-control-nav li {
            display: block;
            margin: 20px 0;
        }

    section#steps svg {
        overflow: visible;
    }

    section#steps .path {
        fill: none;
        stroke: #83E87A;
        stroke-width: 2.3479;
        stroke-miterlimit: 10;
        stroke-dasharray: 500;
        animation: dash 3s linear;
        animation-iteration-count: infinite;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }

    section#steps .drop-path {
        fill: none;
        stroke: #83E87A;
        stroke-width: 2.3479;
        stroke-miterlimit: 10;
        stroke-dasharray: 1000;
        animation: drop-dash 3s linear;
        animation-delay: 3s;
        animation-iteration-count: infinite;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }

    section#steps .dropper {
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        animation: dropper 3s linear;
        animation-iteration-count: infinite;
    }

#step5-svg svg {
    position: relative;
    z-index: 4;
}

.step5-cover {
    background: #062450;
    position: absolute;
    z-index: 3;
    width: 310px;
    height: 330px;
    left: 0;
    top: 0;
}

.truck-container {
    width: 100%;
    display: block;
    position: absolute;
    top: 30px;
    z-index: 2;
}

.truck {
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    display: block;
    -moz-animation: truck 3s linear infinite;
    -webkit-animation: truck 3s linear infinite;
    z-index: 2;
    opacity: 0;
}

@-moz-keyframes truck {
    0% {
        left: 0%;
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    100% {
        left: 250%;
        opacity: 1;
    }
}

@-webkit-keyframes truck {
    0% {
        left: 0%;
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    100% {
        left: 250%;
        opacity: 1;
    }
}

ul.pagination {
    position: absolute;
    list-style-type: none;
    z-index: 9;
    right: 40px;
    top: 0px;
    padding-top: 220px;
}

    ul.pagination li {
        display: block;
        margin: 10px 0;
    }

        ul.pagination li a {
            display: block;
            background: transparent;
            border: 2px solid #60e785;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            width: 13px;
            height: 13px;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
        }

        ul.pagination li.active a {
            background: #60e785;
        }

    ul.pagination.fixed {
        position: fixed;
        margin-top: 100px;
    }

    ul.pagination.last {
        position: absolute !important;
        bottom: 300px;
        top: auto;
    }

.blue-bg {
    background: #062450;
}

#steps.blue-bg {
    padding: 60px 0;
}

    #steps.blue-bg h1 {
        color: #fff;
    }

    #steps.blue-bg .slides li {
        position: relative;
    }

        #steps.blue-bg .slides li .quote-text {
            padding-left: 60px;
            padding-right: 60px;
            position: absolute;
            top: 50%;
            left: 50%;
            -moz-transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            width: 100%;
        }

            #steps.blue-bg .slides li .quote-text p {
                margin-bottom: 20px;
            }

            #steps.blue-bg .slides li .quote-text a.link {
                font-size: 1.2em;
                color: #60e785;
            }

                #steps.blue-bg .slides li .quote-text a.link:hover {
                    color: #fff;
                }

    #steps.blue-bg .container {
        min-height: 300px;
        height: inherit;
    }

.line {
    fill: none;
    stroke: #83E87A;
    stroke-width: 2.3479;
    opacity: 0;
    stroke-miterlimit: 10;
    stroke-dasharray: 3000;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.in-view .line {
    opacity: 1;
    display: block;
    animation: line 3s linear;
}

.poly {
    animation: poly 3s linear;
    animation-iteration-count: infinite;
    opacity: 0;
}

@keyframes dropper {
    40% {
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
    }

    60% {
        -moz-transform: rotate(-15deg);
        -webkit-transform: rotate(-15deg);
        -o-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }

    80% {
        -moz-transform: rotate(-15deg);
        -webkit-transform: rotate(-15deg);
        -o-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }
}

@keyframes dash {
    to {
        stroke-dashoffset: 1000;
    }
}

@keyframes line {
    from {
        stroke-dashoffset: 3000;
    }

    to {
        stroke-dashoffset: 0;
    }
}

@keyframes drop-dash {
    to {
        stroke-dashoffset: 1000;
    }
}

@keyframes poly {
    0% {
        opacity: 0;
    }

    5% {
        opacity: 1;
    }

    50% {
        opacity: 1;
    }

    55% {
        opacity: 0;
    }
}

/********************************************************************************************* 

x. Products

*********************************************************************************************/
.panel .trans {
    display: none;
}

section#products {
    padding: 60px 0;
    clear: both;
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    z-index: 9;
    background: #fff;
}

    section#products .bg-line {
        position: absolute;
        z-index: 0;
        bottom: 29%;
        width: 100%;
    }

    section#products .text-half {
        text-align: left;
        position: absolute;
        right: 100%;
        width: 50%;
        -moz-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        top: 50%;
    }

    section#products .slider-half {
        position: relative;
        z-index: 1;
    }

        section#products .slider-half .slides > li {
            background: transparent;
            padding: 60px 0 120px 0;
            text-align: center;
            position: relative;
        }

            section#products .slider-half .slides > li img {
                width: auto;
                display: inline-block;
                padding-bottom: 40px;
                position: relative;
                z-index: 1;
            }

        section#products .slider-half h1 {
            position: relative;
            top: 60px;
        }

    section#products .flex-control-nav {
        width: auto;
        position: relative;
        bottom: auto;
        text-align: center;
        bottom: 8px;
    }

    section#products .flex-direction-nav .flex-prev {
        left: -20px;
    }

    section#products .flex-direction-nav .flex-next {
        right: -20px;
    }

    section#products .new-controls {
        position: relative;
        border: none;
        text-indent: 0;
        background-color: transparent;
        margin-top: 110px;
        float: right;
    }

section#history {
    position: relative;
    padding: 90px 0;
}

    section#history .bg-line {
        position: absolute;
        z-index: -1;
        top: -100px;
        width: 100%;
    }

    section#history .content {
        padding: 0 90px;
    }

.product-text {
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%;
}

    .product-text p {
        margin-bottom: 10px;
    }

    .product-text .big {
        font-family: "azo-sans-web",sans-serif;
    }

    .product-text .small {
        font-size: 1.1em;
        margin-bottom: 15px;
    }

section#controls {
    padding: 0;
}

    section#controls > .container {
        text-align: center;
    }

        section#controls > .container > div {
            display: inline-block;
            float: none;
            position: relative;
            -webkit-transition: all 0.35s ease;
            -moz-transition: all 0.35s ease;
            -ms-transition: all 0.35s ease;
            -o-transition: all 0.35s ease;
            transition: all 0.35s ease;
            width: auto;
        }

            section#controls > .container > div.active {
                padding-bottom: 80px;
            }

        section#controls > .container > .column.left {
            /*
			float: none;	
			display: inline-block;	
*/
        }

section#products .slider-half #controls {
    position: relative;
    border: none;
    text-indent: 0;
    background-color: transparent;
    margin-top: 195px;
    float: right;
    font-weight: 900;
    font-size: 1.8em;
    width: 40px;
    margin-right: 30px;
}

    section#products .slider-half #controls .slides > li {
        padding: 0;
        background-color: transparent;
    }

    section#products .slider-half #controls .flex-direction-nav a {
        margin-top: -12px;
    }

/********************************************************************************************* 

x. Employment

*********************************************************************************************/
section#employment {
    padding: 100px 0 0;
}

#employment .employmentbg {
    background: #f4f7f7;
    padding: 60px 0 60px 0;
}

.employmentbg h1 {
    margin-bottom: 30px;
}

.employmentbg .opportunity {
    margin-bottom: 40px;
}

    .employmentbg .opportunity h3 {
        margin-bottom: 20px;
    }

    .employmentbg .opportunity p {
        margin-bottom: 20px;
    }

.employment-title {
    max-width: 800px;
    margin: 60px auto 60px auto;
    width: 100%;
}

/********************************************************************************************* 

x. News

*********************************************************************************************/
section#news {
    padding-top: 0;
}

    section#news h1 {
        margin-bottom: 30px;
    }

    section#news .news-item {
        padding-bottom: 40px;
        margin-top: 40px;
        border-bottom: 3px solid #60e785;
    }

        section#news .news-item h3 {
            margin-bottom: 20px;
        }

        section#news .news-item p {
            margin-bottom: 30px;
        }

/********************************************************************************************* 

x. form

*********************************************************************************************/
.formgroup {
    clear: both;
    width: 100%;
    margin: 20px 0;
    float: left;
}

    .formgroup .width-50 {
        padding: 0 60px 0 0;
    }

    .formgroup input[type="text"], .formgroup textarea, .formgroup input[type="phone"], .formgroup input[type="email"] {
        font-size: 1.2em;
        padding: 5px;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .formgroup input[type="text"].inline-form, .formgroup textarea.inline-form, .formgroup input[type="phone"].inline-form, .formgroup input[type="email"].inline-form {
            display: inline-block;
            width: auto;
        }

    .formgroup table {
        width: 100%;
    }

    .formgroup label {
        margin-right: 20px;
    }

#form .select-wrapper.dropper.vial-type {
    min-width: 240px;
    padding-top: 5px;
    padding-left: 5px;
    font-size: 1.2em;
}

    #form .select-wrapper.dropper.vial-type .dropdown ul li {
        cursor: pointer;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        #form .select-wrapper.dropper.vial-type .dropdown ul li .drop-text {
            padding-top: 0;
            padding-left: 20px;
        }

        #form .select-wrapper.dropper.vial-type .dropdown ul li:hover {
            background: #60e785;
            color: #fff;
        }

    #form .select-wrapper.dropper.vial-type span {
        margin-top: 5px;
        display: inline-block;
    }

#form .select-wrapper.dropper.vial-color {
    min-width: 240px;
    padding-top: 5px;
    padding-left: 5px;
    font-size: 1em;
    text-align: left;
}

    #form .select-wrapper.dropper.vial-color .dropdown ul li {
        cursor: pointer;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        #form .select-wrapper.dropper.vial-color .dropdown ul li .drop-img {
            height: 40px;
        }

        #form .select-wrapper.dropper.vial-color .dropdown ul li .drop-text {
            padding-top: 12px;
            padding-left: 20px;
        }

        #form .select-wrapper.dropper.vial-color .dropdown ul li:hover {
            background: #60e785;
            color: #fff;
        }

    #form .select-wrapper.dropper.vial-color .drop-top {
        width: 30px;
        height: 30px;
        padding-right: 10px;
        float: left;
    }

    #form .select-wrapper.dropper.vial-color span {
        margin-top: 5px;
        display: inline-block;
        position: relative;
        left: -15px;
        margin-left: 25px;
    }

.vial_color, .vial_type {
    display: none;
}

#form .select-wrapper.dropper.vial-color {
    min-width: 200px;
}

#form .select-wrapper.dropper {
    width: 125px;
}

/********************************************************************************************* 

x. Products

*********************************************************************************************/
section#products {
    position: relative;
    float: left;
    width: 100%;
}

/********************************************************************************************* 

x. Colors

*********************************************************************************************/
/********************************************************************************************* 

x. Folding

*********************************************************************************************/
.preview {
    display: none;
}

/* -------------------------------- 

Patterns - reusable parts of our design

-------------------------------- */
.overflow-hidden {
    overflow: hidden;
}

/* -------------------------------- 

Main content

-------------------------------- */
#products-container {
    overflow-x: hidden;
    width: 100%;
    float: left;
    position: relative;
}

    #products-container::before {
        /* never visible - this is used in jQuery to check the current MQ */
        display: none;
        content: 'mobile';
    }

    #products-container > * {
        -webkit-transition: -webkit-transform 0.5s 0.4s;
        -moz-transition: -moz-transform 0.5s 0.4s;
        transition: transform 0.5s 0.4s;
    }

    #products-container.fold-is-open > * {
        /* on mobile - translate #products-container content to the right when the .cd-folding-panel is open */
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: -webkit-transform 0.5s 0s;
        -moz-transition: -moz-transform 0.5s 0s;
        transition: transform 0.5s 0s;
    }

@media only screen and (min-width: 600px) {
    #products-container.fold-is-open > * {
        -webkit-transform: translateX(600px);
        -moz-transform: translateX(600px);
        -ms-transform: translateX(600px);
        -o-transform: translateX(600px);
        transform: translateX(600px);
    }
}

@media only screen and (min-width: 1100px) {
    #products-container::before {
        /* never visible - this is used in jQuery to check the current MQ */
        content: 'desktop';
    }

    #products-container.fold-is-open > * {
        /* reset style - on bigger devices we translate the gallery items */
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}

.product-container::after {
    clear: both;
    content: "";
    display: table;
}

.product-container::before {
    /* this is the dark layer covering the .product-container when the .cd-folding-panel is open */
    display: block;
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(28, 23, 38, 0.6);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.5s 0.4s, visibility 0s 0.9s;
    -moz-transition: opacity 0.5s 0.4s, visibility 0s 0.9s;
    transition: opacity 0.5s 0.4s, visibility 0s 0.9s;
}

.fold-is-open .product-container::before {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 0.5s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.5s 0s, visibility 0s 0s;
    transition: opacity 0.5s 0s, visibility 0s 0s;
}

.cd-item {
    width: 100%;
    height: 300px;
    text-align: center;
    /* Force Hardware Acceleration */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.5s 0.4s;
    -moz-transition: -moz-transform 0.5s 0.4s;
    transition: transform 0.5s 0.4s;
}

.product {
    /* Force Hardware Acceleration */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.5s 0.4s;
    -moz-transition: -moz-transform 0.5s 0.4s;
    transition: transform 0.5s 0.4s;
}

.cd-item > a {
    display: table;
    height: 100%;
    width: 100%;
    overflow: hidden;
    color: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

    .cd-item > a.dark-text {
        color: #363558;
    }

        .cd-item > a.dark-text b {
            border-color: #363558;
        }

.cd-item div {
    display: table-cell;
    vertical-align: middle;
}

.cd-item:nth-of-type(1) {
    background-color: #363558;
}

.cd-item:nth-of-type(2) {
    background-color: #544173;
}

.cd-item:nth-of-type(3) {
    background-color: #dadcdc;
}

.cd-item:nth-of-type(4) {
    background-color: #65d29b;
}

.cd-item h2 {
    font-size: 2.2rem;
}

.cd-item p {
    line-height: 1.2;
    font-size: 1.4rem;
    opacity: 0.6;
    padding: 1em 0;
}

.cd-item b {
    display: inline-block;
    font-size: 1.2rem;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 1em 1.3em;
    border-radius: 50em;
    border: 1px solid #ffffff;
}

@media only screen and (min-width: 1100px) {
    .cd-item {
        width: 50%;
        float: left;
        height: 520px;
        -webkit-transition: -webkit-transform 0.5s 0.4s;
        -moz-transition: -moz-transform 0.5s 0.4s;
        transition: transform 0.5s 0.4s;
    }

        .cd-item h2 {
            font-size: 3rem;
        }

        .cd-item p {
            font-size: 1.6rem;
        }

        .cd-item h2, .cd-item p {
            -webkit-transform: translateY(30px);
            -moz-transform: translateY(30px);
            -ms-transform: translateY(30px);
            -o-transform: translateY(30px);
            transform: translateY(30px);
            -webkit-transition: -webkit-transform 0.3s 0.1s;
            -moz-transition: -moz-transform 0.3s 0.1s;
            transition: transform 0.3s 0.1s;
        }

        .cd-item b {
            opacity: 0;
            -webkit-transform: translateY(20px);
            -moz-transform: translateY(20px);
            -ms-transform: translateY(20px);
            -o-transform: translateY(20px);
            transform: translateY(20px);
            -webkit-transition: opacity 0.3s 0s, -webkit-transform 0.3s 0s;
            -moz-transition: opacity 0.3s 0s, -moz-transform 0.3s 0s;
            transition: opacity 0.3s 0s, transform 0.3s 0s;
        }

    .no-touch .cd-item a:hover h2, .no-touch .cd-item a:hover p {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: -webkit-transform 0.3s 0s;
        -moz-transition: -moz-transform 0.3s 0s;
        transition: transform 0.3s 0s;
    }

    .no-touch .cd-item a:hover b {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: opacity 0.3s 0.1s, -webkit-transform 0.3s 0.1s;
        -moz-transition: opacity 0.3s 0.1s, -moz-transform 0.3s 0.1s;
        transition: opacity 0.3s 0.1s, transform 0.3s 0.1s;
    }

    .fold-is-open .cd-item {
        -webkit-transition: -webkit-transform 0.5s 0s;
        -moz-transition: -moz-transform 0.5s 0s;
        transition: transform 0.5s 0s;
        -webkit-transform: translateX(-400px);
        -moz-transform: translateX(-400px);
        -ms-transform: translateX(-400px);
        -o-transform: translateX(-400px);
        transform: translateX(-400px);
    }

        .fold-is-open .cd-item:nth-of-type(2n) {
            -webkit-transform: translateX(400px);
            -moz-transform: translateX(400px);
            -ms-transform: translateX(400px);
            -o-transform: translateX(400px);
            transform: translateX(400px);
        }

    .fold-is-open .cd-item {
        -webkit-transition: -webkit-transform 0.5s 0s;
        -moz-transition: -moz-transform 0.5s 0s;
        transition: transform 0.5s 0s;
        -webkit-transform: translateX(-400px);
        -moz-transform: translateX(-400px);
        -ms-transform: translateX(-400px);
        -o-transform: translateX(-400px);
        transform: translateX(-400px);
    }

        .fold-is-open .cd-item:nth-of-type(2n) {
            -webkit-transform: translateX(400px);
            -moz-transform: translateX(400px);
            -ms-transform: translateX(400px);
            -o-transform: translateX(400px);
            transform: translateX(400px);
        }

    .fold-is-open .product {
        -webkit-transition: -webkit-transform 0.5s 0s;
        -moz-transition: -moz-transform 0.5s 0s;
        transition: transform 0.5s 0s;
        -webkit-transform: translateX(-280px);
        -moz-transform: translateX(-280px);
        -ms-transform: translateX(-280px);
        -o-transform: translateX(-280px);
        transform: translateX(-280px);
        opacity: .6;
        pointer-events: none;
    }

        .fold-is-open .product:nth-of-type(3n) {
            -webkit-transform: translateX(280px);
            -moz-transform: translateX(280px);
            -ms-transform: translateX(280px);
            -o-transform: translateX(280px);
            transform: translateX(280px);
        }

    .product {
        opacity: 1;
        -webkit-transition: -webkit-transform 0.5s 0s;
        -moz-transition: -moz-transform 0.5s 0s;
        transition: transform 0.5s 0s;
    }

    .fold-is-open .product:nth-of-type(3n - 1) {
        opacity: 0;
    }
}

/* -------------------------------- 

folding panel

-------------------------------- */
.cd-folding-panel {
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    visibility: hidden;
    overflow: hidden;
    -webkit-transition: visibility 0s 0.9s;
    -moz-transition: visibility 0s 0.9s;
    transition: visibility 0s 0.9s;
}

    .cd-folding-panel .fold-left,
    .cd-folding-panel .fold-right {
        /* the :after elements of .fold-left and .fold-right are the 2 fold sides */
        width: 100%;
        height: 100vh;
        overflow: hidden;
        position: relative;
        /* enable a 3D-space for children elements */
        -webkit-perspective: 2000px;
        -moz-perspective: 2000px;
        perspective: 2000px;
    }

        .cd-folding-panel .fold-left::after,
        .cd-folding-panel .fold-right::after {
            /* 2 fold sides */
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            width: 100%;
            /* Force Hardware Acceleration */
            -webkit-transform: translateZ(0);
            -moz-transform: translateZ(0);
            -ms-transform: translateZ(0);
            -o-transform: translateZ(0);
            transform: translateZ(0);
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
            -webkit-transition: -webkit-transform 0.5s 0.4s, background-color 0.5s 0.4s;
            -moz-transition: -moz-transform 0.5s 0.4s, background-color 0.5s 0.4s;
            transition: transform 0.5s 0.4s, background-color 0.5s 0.4s;
        }

    .cd-folding-panel .fold-right {
        -webkit-perspective-origin: 0% 50%;
        -moz-perspective-origin: 0% 50%;
        perspective-origin: 0% 50%;
    }

        .cd-folding-panel .fold-right::after {
            -webkit-transform-origin: right center;
            -moz-transform-origin: right center;
            -ms-transform-origin: right center;
            -o-transform-origin: right center;
            transform-origin: right center;
            -webkit-transform: translateX(-100%) rotateY(-90deg);
            -moz-transform: translateX(-100%) rotateY(-90deg);
            -ms-transform: translateX(-100%) rotateY(-90deg);
            -o-transform: translateX(-100%) rotateY(-90deg);
            transform: translateX(-100%) rotateY(-90deg);
            background-color: #c0c3c3;
        }

    .cd-folding-panel .fold-left {
        /* on mobile only the right fold side is visible */
        display: none;
    }

        .cd-folding-panel .fold-left::after {
            background-color: #f9fafa;
        }

    .cd-folding-panel .cd-close {
        /* 'X' close icon */
        position: absolute;
        z-index: 1;
        display: inline-block;
        top: 120px;
        right: 20px;
        height: 44px;
        width: 44px;
        /* image replacement */
        overflow: hidden;
        text-indent: 100%;
        white-space: nowrap;
        opacity: 0;
        -webkit-transition: opacity 0.2s 0s;
        -moz-transition: opacity 0.2s 0s;
        transition: opacity 0.2s 0s;
    }

        .cd-folding-panel .cd-close::after, .cd-folding-panel .cd-close::before {
            /* lines of 'X' icon */
            content: '';
            position: absolute;
            height: 3px;
            width: 32px;
            left: 50%;
            top: 50%;
            background-color: #062450;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
            -webkit-transition: opacity 0.2s;
            -moz-transition: opacity 0.2s;
            transition: opacity 0.2s;
        }

        .cd-folding-panel .cd-close::after {
            -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
            -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
            -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
            -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
            transform: translateX(-50%) translateY(-50%) rotate(45deg);
        }

        .cd-folding-panel .cd-close::before {
            -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
            -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
            -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
            -o-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
            transform: translateX(-50%) translateY(-50%) rotate(-45deg);
        }

    .cd-folding-panel.is-open {
        visibility: visible;
        -webkit-transition: visibility 0s 0s;
        -moz-transition: visibility 0s 0s;
        transition: visibility 0s 0s;
    }

        .cd-folding-panel.is-open .fold-right::after,
        .cd-folding-panel.is-open .fold-left::after {
            -webkit-transform: translateX(0);
            -moz-transform: translateX(0);
            -ms-transform: translateX(0);
            -o-transform: translateX(0);
            transform: translateX(0);
            -webkit-transition: -webkit-transform 0.5s 0s, background-color 0.5s 0s;
            -moz-transition: -moz-transform 0.5s 0s, background-color 0.5s 0s;
            transition: transform 0.5s 0s, background-color 0.5s 0s;
        }

        .cd-folding-panel.is-open .fold-right::after {
            background-color: #f9fafa;
        }

        .cd-folding-panel.is-open .cd-close {
            opacity: 1;
            -webkit-transition: opacity 0.2s 0.5s;
            -moz-transition: opacity 0.2s 0.5s;
            transition: opacity 0.2s 0.5s;
        }

@media only screen and (min-width: 600px) {
    .cd-folding-panel {
        width: 600px;
    }
}

@media only screen and (min-width: 1100px) {
    .cd-folding-panel {
        left: 50%;
        right: auto;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 1200px;
    }

        .cd-folding-panel .fold-left,
        .cd-folding-panel .fold-right {
            width: 50%;
            float: left;
            height: 100%;
        }

        .cd-folding-panel .fold-right {
            /* change perspective-origin so that the 2 fold sides have the same vanishing point */
            -webkit-perspective-origin: 0% 50%;
            -moz-perspective-origin: 0% 50%;
            perspective-origin: 0% 50%;
        }

            .cd-folding-panel .fold-right::after {
                -webkit-transform-origin: right center;
                -moz-transform-origin: right center;
                -ms-transform-origin: right center;
                -o-transform-origin: right center;
                transform-origin: right center;
                -webkit-transform: translateX(-100%) rotateY(-90deg);
                -moz-transform: translateX(-100%) rotateY(-90deg);
                -ms-transform: translateX(-100%) rotateY(-90deg);
                -o-transform: translateX(-100%) rotateY(-90deg);
                transform: translateX(-100%) rotateY(-90deg);
            }

        .cd-folding-panel .fold-left {
            display: block;
            /* change perspective-origin so that the 2 fold sides have the same vanishing point */
            -webkit-perspective-origin: 100% 50%;
            -moz-perspective-origin: 100% 50%;
            perspective-origin: 100% 50%;
        }

            .cd-folding-panel .fold-left::after {
                -webkit-transform-origin: left center;
                -moz-transform-origin: left center;
                -ms-transform-origin: left center;
                -o-transform-origin: left center;
                transform-origin: left center;
                -webkit-transform: translateX(100%) rotateY(90deg);
                -moz-transform: translateX(100%) rotateY(90deg);
                -ms-transform: translateX(100%) rotateY(90deg);
                -o-transform: translateX(100%) rotateY(90deg);
                transform: translateX(100%) rotateY(90deg);
            }
}

.cd-fold-content {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding: 100px 0;
    visibility: hidden;
    -webkit-transition: visibility 0s 0.4s;
    -moz-transition: visibility 0s 0.4s;
    transition: visibility 0s 0.4s;
    background: #f9fbfb;
}

    .cd-fold-content > * {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -moz-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -o-transform: translateY(20px);
        transform: translateY(20px);
    }

    .cd-fold-content h2 {
        font-size: 2.4rem;
        -webkit-transition: -webkit-transform 0.2s 0.2s, opacity 0.2s 0.2s;
        -moz-transition: -moz-transform 0.2s 0.2s, opacity 0.2s 0.2s;
        transition: transform 0.2s 0.2s, opacity 0.2s 0.2s;
    }

    .cd-fold-content p, .cd-fold-content em {
        line-height: 1.6;
    }

    .cd-fold-content em {
        display: inline-block;
        margin: 1em 0;
        font-family: "Vollkorn", serif;
        font-size: 1.8rem;
        color: #7a78ae;
        -webkit-transition: -webkit-transform 0.2s 0.1s, opacity 0.2s 0.1s;
        -moz-transition: -moz-transform 0.2s 0.1s, opacity 0.2s 0.1s;
        transition: transform 0.2s 0.1s, opacity 0.2s 0.1s;
    }

    .cd-fold-content p {
        margin-bottom: 1em;
        font-size: 1.4rem;
        -webkit-transition: -webkit-transform 0.2s 0s, opacity 0.2s 0s;
        -moz-transition: -moz-transform 0.2s 0s, opacity 0.2s 0s;
        transition: transform 0.2s 0s, opacity 0.2s 0s;
    }

.is-open .cd-fold-content {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    visibility: visible;
    -webkit-transition: visibility 0s 0.5s;
    -moz-transition: visibility 0s 0.5s;
    transition: visibility 0s 0.5s;
}

    .is-open .cd-fold-content > * {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    .is-open .cd-fold-content h2 {
        -webkit-transition: -webkit-transform 0.2s 0.5s, opacity 0.2s 0.5s;
        -moz-transition: -moz-transform 0.2s 0.5s, opacity 0.2s 0.5s;
        transition: transform 0.2s 0.5s, opacity 0.2s 0.5s;
    }

    .is-open .cd-fold-content em {
        -webkit-transition: -webkit-transform 0.2s 0.6s, opacity 0.2s 0.6s;
        -moz-transition: -moz-transform 0.2s 0.6s, opacity 0.2s 0.6s;
        transition: transform 0.2s 0.6s, opacity 0.2s 0.6s;
    }

    .is-open .cd-fold-content p {
        -webkit-transition: -webkit-transform 0.2s 0.7s, opacity 0.2s 0.7s;
        -moz-transition: -moz-transform 0.2s 0.7s, opacity 0.2s 0.7s;
        transition: transform 0.2s 0.7s, opacity 0.2s 0.7s;
    }

@media only screen and (min-width: 600px) {
    .cd-fold-content h2 {
        font-size: 3.2rem;
    }
}

@media only screen and (min-width: 1100px) {
    .cd-fold-content > * {
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
    }

    .cd-fold-content em {
        font-size: 2.2rem;
    }

    .cd-fold-content p {
        font-size: 1.6rem;
    }
}

#form {
    font-family: "nimbus-sans", sans-serif;
    margin-bottom: 80px;
}

    #form label {
        font-size: 1.2em;
    }

        #form label.checkbox input {
            position: relative;
            margin-right: 5px;
        }

            #form label.checkbox input::after {
                position: absolute;
                content: '';
                width: 15px;
                height: 15px;
                left: -6px;
                top: -5px;
                background: #fff;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                border-radius: 50%;
                border: 3px solid #60e785;
                z-index: 1;
            }

            #form label.checkbox input::before {
                position: absolute;
                top: 0px;
                left: -1px;
                width: 11px;
                height: 11px;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
                content: '';
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                border-radius: 50%;
                background: #60e785;
                z-index: 2;
                display: none;
            }

            #form label.checkbox input:checked::before {
                display: block;
            }

    #form hr {
        height: 5px;
        width: 100%;
        display: block;
        clear: both;
        background: #60e785;
        border: none;
        margin: 20px 0;
        float: left;
    }

    #form .formgroup {
        position: relative;
    }

        #form .formgroup .formgroup {
            margin: 0;
        }

        #form .formgroup > div {
            padding: 8px 15px 7px 0;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }

        #form .formgroup input[type="text"], #form .formgroup input[type="email"], #form .formgroup input[type="phone"], #form .formgroup textarea {
            border: none;
            background: #f4f7f7;
            color: #062450;
            text-align: center;
            padding: 12px 10px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            -webkit-transition: all 0.35s ease;
            -moz-transition: all 0.35s ease;
            -ms-transition: all 0.35s ease;
            -o-transition: all 0.35s ease;
            transition: all 0.35s ease;
            border: 3px solid #f4f7f7;
            -webkit-appearance: none;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 0;
        }

            #form .formgroup input[type="text"]:focus, #form .formgroup input[type="email"]:focus, #form .formgroup input[type="phone"]:focus, #form .formgroup textarea:focus {
                border: 3px solid #062450;
            }

        #form .formgroup textarea {
            text-align: left;
            padding: 30px 40px;
            margin-top: 20px;
        }

        #form .formgroup a.add-btn {
            position: absolute;
            right: -10px;
            bottom: 23px;
            margin-right: 65px;
        }

            #form .formgroup a.add-btn:hover {
                background: #60e785;
            }

    #form ::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #062450;
    }

    #form ::-moz-placeholder {
        /* Firefox 19+ */
        color: #062450;
    }

    #form :-ms-input-placeholder {
        /* IE 10+ */
        color: #062450;
    }

    #form :-moz-placeholder {
        /* Firefox 18- */
        color: #062450;
    }

    #form select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        padding: 10px 20px;
        font-size: 1.2em;
        border: 3px solid #60e785;
        color: #062450;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        background-color: transparent;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        position: relative;
        z-index: 1;
        padding-right: 60px;
        text-align: center;
    }

    #form .select-wrapper {
        position: relative;
        display: inline-block;
        margin-right: 15px;
    }

        #form .select-wrapper::after {
            content: ' ';
            position: absolute;
            top: 0;
            bottom: 0;
            right: 0;
            width: 50px;
            background: #60e785 url(../img/arrow.svg) center center no-repeat;
            -webkit-background-size: 24px 12px;
            background-size: 24px 12px;
            z-index: -1;
        }

        #form .select-wrapper.dropper {
            padding-right: 50px;
            height: 46px;
            border: 3px solid #60e785;
            padding-top: 3px;
            font-size: .9em;
            position: relative;
        }

            #form .select-wrapper.dropper .dropdown {
                position: absolute;
                width: 300px;
                top: 100%;
                background: #fff;
                border: 3px solid #60e785;
                z-index: 9;
                left: -3px;
                height: 300px;
                overflow: scroll;
                display: none;
            }

                #form .select-wrapper.dropper .dropdown ul {
                    list-style-type: none;
                }

                    #form .select-wrapper.dropper .dropdown ul li {
                        padding: 5px;
                        float: left;
                        border-bottom: 1px solid #60e785;
                        width: 100%;
                    }

                        #form .select-wrapper.dropper .dropdown ul li .drop-img {
                            width: 25%;
                            float: left;
                        }

                            #form .select-wrapper.dropper .dropdown ul li .drop-img img {
                                width: 100%;
                            }

                        #form .select-wrapper.dropper .dropdown ul li .drop-text {
                            width: 75%;
                            text-align: left;
                            float: left;
                            padding-top: 20px;
                        }

            #form .select-wrapper.dropper:hover .dropdown {
                display: block;
            }

#dataTable .select-wrapper {
    margin-right: 0 !important;
}

.matrix-drop select {
    width: 320px;
}

.text-box {
    margin: 40px 0;
}

    .text-box h1 {
        margin-bottom: 20px;
        clear: both;
        float: left;
        width: 100%;
    }

.quotes {
    position: absolute;
    right: 100%;
    margin-right: 30px;
    top: 50px;
}

    .quotes svg {
        width: 55px;
        height: 38px;
        display: block;
    }

#dataTable td {
    padding: 0 5px 15px 0;
}

#dataTable a.delete-btn {
    float: right;
}

    #dataTable a.delete-btn:hover {
        background: #60e785;
        color: #fff;
    }

#dataTable tr td:first-child {
    display: none;
}

#dataTable tr td:last-child {
    width: 90px;
}

.hide {
    display: none !important;
    visibility: hidden !important;
}

.flexslider .slides img.hide {
    display: none;
}

.ptop {
    padding-top: 30px !important;
}

#form .formgroup #lot {
    position: relative;
}

    #form .formgroup #lot td {
        position: relative;
        padding: 0 0 15px 0;
    }

    #form .formgroup #lot a.add-btn {
        bottom: 23px;
        left: 100%;
        right: auto;
        margin-left: 10px;
    }

    #form .formgroup #lot .delete-btn {
        position: absolute;
        left: 100%;
        bottom: 20px;
        margin-left: 65px;
    }

    #form .formgroup #lot tr td:first-child {
        display: none;
    }

a.round-btn {
    background: #0000ff;
    font-size: 1.8em;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: 5px 10px;
    height: 40px;
    width: 40px;
    text-align: center;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 26px !important;
}

    a.round-btn.delete-btn {
        background: #f4f7f7;
        color: #0000ff;
    }

input.round-btn {
    background: #0000ff;
    font-size: 1.8em;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: 5px 10px;
    height: 40px;
    width: 40px;
    text-align: center;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 26px !important;
}

/********************************************************************************************* 

x. products

*********************************************************************************************/
.tab-content {
    background: #f4f7f7;
    float: left;
    width: 100%;
    display: none;
}

    .tab-content p {
        margin-bottom: 1.4em;
    }

    .tab-content table {
        width: 100%;
    }

#details-tab .container {
    max-width: 800px;
}

b {
    font-weight: 600;
}

.middle {
    margin: 0 auto;
    float: none;
}

section#description .desc-text {
    margin-top: 100px;
}

    section#description .desc-text h4 {
        margin-bottom: 1.1em;
    }

    section#description .desc-text.middle {
        margin: 0 auto;
        float: none;
        width: 100%;
    }

section#description p {
    margin-bottom: 1.2em;
}

section#description .pdf {
    font-size: 1.2em;
    width: 100%;
    clear: both;
    margin-bottom: 20px;
}

    section#description .pdf a {
        color: #60e785;
        font-weight: 900;
        text-decoration: underline;
    }

        section#description .pdf a:hover {
            color: #0000ff;
        }

    section#description .pdf .divider {
        margin: 0 10px;
    }

section#description img {
    width: 100%;
}

.pdf {
    font-weight: 700;
    font-size: 1.1em;
    position: relative;
    top: -2px;
    color: #0000ff;
}

.ifu {
    border-right: 2px solid #062450;
    padding-right: 10px;
    margin-right: 10px;
}

.pdfs {
    margin-top: 10px;
}

#pdfs {
    text-align: center;
}

    #pdfs h4 {
        margin-bottom: 1.1em;
    }

td.analyte-td {
    width: 240px;
}

.single .max-container.container {
    padding-left: 0;
    padding-right: 0;
}

.error-field {
    border: 3px solid #FF130D !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* -------------------------------- 

Javascript disabled

-------------------------------- */
.no-js .cd-fold-content.single-page {
    position: static;
    visibility: visible;
    height: auto;
    background-color: #dadcdc;
}

    .no-js .cd-fold-content.single-page > * {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

#create-control {
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 60px;
}

/********************************************************************************************* 

x. 404 Page

*********************************************************************************************/
input {
    font-family: "azo-sans-web",sans-serif;
}

#error_search {
    background: blue;
    color: #f5f7f7;
    width: 100%;
}

#error_product_selection_title {
    text-align: center;
    align-items: center;
    justify-content: center;
    align-content: center;
    background: #f5f7f7;
    color: #292e33;
}

#error_product_choices {
    display: flex;
    text-align: center;
    background: #f5f7f7;
    color: #292e33;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    padding: 50px 0 50px 0;
}

.error_product_image {
    padding: 1rem;
    text-align: center;
}

    .error_product_image img {
        height: auto;
        max-height: 420px;
        background: white;
        border-radius: 50%;
        max-width: 420px;
        width: 100%;
    }

.error_product_text {
    padding-top: 15px;
    text-align: center;
    font-size: 2.2em;
    padding-bottom: 5rem;
}

#error_popular_samples_title {
    text-align: center;
    justify-content: center;
    align-items: center;
    align-content: center;
    background: white;
    color: #292e33;
}

#error_popular_samples_content {
    display: flex;
    text-align: center;
    background: white;
    color: #292e33;
    margin-bottom: 175px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    padding: 50px 0 50px 0;
}

#banner {
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
    margin: 0px;
    display: list-item;
    position: relative;
    box-sizing: content-box;
    min-height: 580px;
    height: 580px;
    padding: 0;
    background: #0e264a;
    color: #f5f7f7;
}

.title {
    flex-grow: 1;
    text-align: center;
    align-items: center;
    align-content: center;
}

.flask_col {
    width: 49%;
}

section#steps svg {
    overflow: hidden !important;
}

#flask_img {
    display: inline-block;
    min-width: 200px;
    width: 200px;
    padding-left: 50px;
    padding-bottom: 100px;
}

    #flask_img svg {
        width: 133px;
    }

.spill_container {
    position: relative;
    display: inline-block;
    width: 30%;
    top: 10px;
}

.spill {
    width: 100%;
    border-bottom: 6px solid #81e77a;
    border-top-right-radius: 28px;
    border-bottom-right-radius: 25px;
}

.bigger {
    font-weight: 200 !important;
    margin-top: 79px;
}

.search-col {
    width: 100%;
}

.strong {
    font-weight: 800;
}

.medium {
    font-weight: 500;
}

.pb10 {
    padding-bottom: 10px;
}

.search_icon {
    background: none;
    border: none;
}

    .search_icon svg {
        fill: #fff !important;
        height: 40px;
    }

#search_maginfy {
    fill: #f5f7f7 !important;
}

#search_field {
    width: 80%;
    height: 30px;
    background: blue;
    border: none;
    border-bottom: 3px solid white;
    color: #f5f7f7 !important;
    font-size: 2em;
    padding-bottom: 8px;
}

    #search_field::placeholder {
        color: #f5f7f7 !important;
    }

@keyframes falling {
    0% {
        transform: translateY(-300px) rotate(0deg);
    }

    85% {
        transform: translateY(60px) rotate(-310deg);
    }

    89% {
        transform: translateY(90px) rotate(-360deg);
    }

    100% {
        transform: translateY(60px) rotate(-620deg);
    }
}

@keyframes spill {
    0% {
        width: 0%;
    }

    60% {
        width: 0%;
    }

    100% {
        width: 150%;
    }
}

.spill_animate {
    animation: spill 5s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
}

.flask_animate {
    animation: falling 2.5s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
}

.flask-container {
    padding: 0px !important;
}

@media screen and (min-width: 768px) {
    .product-container .product.width-33 {
        width: 33%;
    }
}

@media only screen and (min-width: 375px) and (max-width: 667px) and (orientation: portrait) {
    #flask_img svg {
        width: 100px;
    }

    #flask_img {
        min-width: 162px;
        width: 162px;
        padding-bottom: 80px;
    }

    .spill_container {
        width: 30%;
        top: 21px;
    }
}

/********************************************************************************************* 

x. Footer

*********************************************************************************************/
a.add-link {
    color: #fff;
}

#mix-container {
    width: 100%;
    float: left;
    display: block;
}

footer {
    font-family: "nimbus-sans", sans-serif;
    padding: 80px 0 80px 0;
    background: #062450;
    color: #fff;
    float: left;
    width: 100%;
    -webkit-font-smoothing: antialiased;
    z-index: 9;
    position: relative;
    font-size: 15px;
    line-height: 1.8;
}

    footer a {
        display: block;
        color: #fff;
        font-size: 15px;
        text-decoration: none;
    }

        footer a:hover {
            text-decoration: underline;
            color: #60e785;
        }

    footer .f-link a {
        margin-bottom: 6px;
    }

    footer .lower a {
        display: inline-block;
        font-size: 18px;
    }

    footer hr {
        margin-top: 10px;
        margin-bottom: 10px;
        width: 20px;
        border: none;
        border-bottom: 1px solid #60e785;
    }

    footer .social a:first-child {
        margin-left: 0;
    }

    footer .social a:last-child {
        margin-right: 0;
    }

    footer .social a {
        text-decoration: none;
        font-size: 1.6em;
        display: inline-block;
        color: #FFFFFF;
        margin-left: 10px;
        margin-right: 10px;
    }

        footer .social a:hover {
            color: #60e785;
        }

    footer .social-container a:first-child {
        margin-left: 0;
    }

    footer .social-container a:last-child {
        margin-right: 0;
    }

    footer .control {
        width: 190px;
    }

        footer .control svg {
            width: 100%;
        }

    footer p {
        font-size: 15px;
    }

    footer h4 {
        font-size: 18px;
    }

.error {
    padding: 10px;
    background: #ffb3b3;
    text-align: center;
    font-size: 1.2em;
    margin: 20px 0;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    display: none;
}

.success {
    padding: 10px;
    background: #60e785;
    text-align: center;
    font-size: 1.2em;
    margin: 20px 0;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    clear: both;
    float: left;
    width: 100%;
}

.g-recaptcha {
    margin: 10px 0 30px 0;
}

.copyright {
    margin-top: 60px;
    padding: 10px 0;
    font-size: .8em;
    background: #222;
    float: left;
    width: 100%;
}

    .copyright p {
        color: #cccccc;
    }

/********************************************************************************************* 

x. Smaller than 1800px

*********************************************************************************************/
@media only screen and (max-width: 1800px) {
    #banner .flexslider .slides > li {
        min-height: 600px;
    }
}

/********************************************************************************************* 

x. Smaller than 1450px

*********************************************************************************************/
@media only screen and (max-width: 1450px) {
    #demo-markers {
        /*
		left: 8% !important;
	    right: 0% !important;
	    top: -9% !important;
	    width: auto !important;
	    height: auto !important;
	    bottom: 10% !important;
*/
    }

    .product-container .product {
        padding: 20px;
    }

    section#products-container .product-inner {
        padding-top: 0;
    }

    .back {
        top: 127px;
    }
}

/********************************************************************************************* 

x. Smaller than 1320px

*********************************************************************************************/
@media only screen and (max-width: 1320px) {
    h1 {
        font-size: 2.8em;
    }

    .callout .callout-container {
        padding-left: 40px;
        padding-right: 40px;
    }

    p.big {
        font-size: 1.4em;
    }

    header ul#nav li.search-glass {
        position: auto;
        top: 3px;
        right: auto;
    }

    .top-img .product-title .big {
        font-size: 3.2em;
    }

    .top-img .product-title p {
        font-size: 1.8em;
    }

    section#steps .flexslider {
        padding-right: 80px;
        padding-left: 80px;
    }

    .quotes {
        left: 10px;
        right: auto;
        top: -15px;
    }

    .back {
        width: 26%;
        bottom: 21%;
        top: 28%;
    }
}

/********************************************************************************************* 

x. Smaller than 1200px

*********************************************************************************************/
@media only screen and (max-width: 1200px) {
    .container {
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }

    #banner {
        padding: 0;
    }

    .product-container .product {
        padding: 10px;
    }

    .product-container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .top-img .product-title .big {
        font-size: 2.7em;
    }

    .top-img .product-title p {
        font-size: 1.4em;
    }

    .product-table table th {
        font-size: 1em;
        padding-left: 0;
        padding-right: 0;
    }

    .top-img .width-50 {
        width: 50%;
    }

    .big-container {
        padding: 0;
    }

    #steps.blue-bg .container {
        min-height: 260px;
    }

    .spacer.hide {
        display: block;
        height: 20px;
        width: 100%;
    }

    section#steps .flexslider {
        padding-left: 0;
        padding-right: 0;
    }

    section#products .bg-line {
        right: 0;
        bottom: 30.5%;
    }

    body.subnav.mobile .panel#mobile {
        padding-top: 100px;
    }

    #mobile .search-glass {
        top: 110px;
    }
}

/********************************************************************************************* 

x. Smaller than 1100px

*********************************************************************************************/
@media only screen and (max-width: 1100px) {
    .image-container {
        width: 300px;
        height: 300px;
    }

    .top-img .product-title .big {
        font-size: 1.7em;
    }

    .top-img .image-container {
        height: 400px;
    }
}

/********************************************************************************************* 

x. Smaller than 990px

*********************************************************************************************/
@media only screen and (max-width: 990px) {
    body {
        font-size: 11px;
    }

    .width-10, .width-15, .width-20, .width-25, .width-30, .width-33, .width-35, .width-40, .width-45, .width-50, .width-55, .width-60, .width-65, .width-66, .width-70, .width-75, .width-80, .width-85, .width-90, .width-95, .width-100 {
        width: 100%;
    }

    .callout p.big {
        margin-bottom: 15px;
    }

    .callout {
        position: relative;
        left: 10%;
        width: 80%;
        padding: 60px 0 60px 0;
    }

        .callout .callout-container {
            position: relative;
            left: auto;
            top: auto;
            right: auto;
            width: 100%;
            -moz-transform: none;
            -webkit-transform: none;
            -o-transform: none;
            -ms-transform: none;
            transform: none;
        }

    body.subnav #wrapper {
        -webkit-transform: translate3d(-90%, 0px, 0px);
        -moz-transform: translate3d(-90%, 0px, 0px);
        -ms-transform: translate3d(-90%, 0px, 0px);
        -o-transform: translate3d(-90%, 0px, 0px);
        transform: translate3d(-90%, 0px, 0px);
    }

    .panel {
        width: 90%;
        right: -90%;
    }

    section#steps .flexslider .text-half {
        padding: 60px 0 0 0;
    }

    section#steps .flexslider .image-half {
        height: 400px;
    }

    #wrapper {
        padding-top: 100px;
    }

    header {
        height: 100px;
    }

        header #logo {
            margin: 0;
            width: 160px;
        }

        header ul#nav {
            padding: 0;
        }

    section#steps .container {
        height: auto;
    }

    section#steps .flexslider .image-half {
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        -moz-transform: none;
        -webkit-transform: none;
        -o-transform: none;
        -ms-transform: none;
        transform: none;
        max-width: 300px;
        margin: 0 auto;
        float: none;
        clear: both;
    }

    section#steps .flexslider .text-half {
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        -moz-transform: none;
        -webkit-transform: none;
        -o-transform: none;
        -ms-transform: none;
        transform: none;
    }

    section#products .text-half {
        text-align: center;
        position: relative;
        right: auto;
        width: 100%;
        -moz-transform: none;
        -webkit-transform: none;
        -o-transform: none;
        -ms-transform: none;
        transform: none;
        top: auto;
    }

    section#products .slider-half #controls {
        text-align: center;
        margin: 30px auto 50px auto;
        float: none;
    }

    section#controls > .container > div.width-33 {
        width: auto;
    }

    .product-container .product.width-33 {
        width: 50%;
    }

    #banner .cover {
        min-height: 460px;
    }

    .mid-callout {
        padding-left: 30px;
        padding-right: 30px;
    }

    .textbox {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    header ul#nav li.search-glass a {
        width: 40px;
    }

    section#products-container .product-inner {
        padding-bottom: 90px;
    }

    .product-text {
        bottom: 20px;
    }

    a.expand-filter {
        padding-top: 0;
        padding-bottom: 20px;
    }

    section#description img {
        max-width: 480px;
        margin: 0 auto;
        float: none;
        display: block;
    }

    #form .formgroup > div {
        width: 50%;
    }

        #form .formgroup > div.width-100 {
            width: 100%;
            padding-right: 0;
        }

    #form .formgroup .lotgroup {
        width: 100%;
    }

        #form .formgroup .lotgroup > div {
            clear: both;
        }

    #form .formgroup a.add-btn {
        bottom: 20px;
    }

    .myLabel {
        padding-top: 9px;
    }

    section#products .slider-half h1 {
        top: auto;
    }

    header .trans {
        top: 0;
    }

    header ul#nav li.search-glass {
        padding-right: 0;
    }

    section#product-overview .container > div > .column.width-33 {
        width: 33%;
    }

        section#product-overview .container > div > .column.width-33 .icon {
            width: 80px;
            padding-bottom: 0 !important;
            height: 100px;
            margin-bottom: 10px;
        }

    section#story-cols .container > .column.width-33 {
        width: 33%;
    }

        section#story-cols .container > .column.width-33 .icon {
            width: 80px;
            padding-bottom: 0 !important;
            height: 100px;
            margin-bottom: 10px;
        }

    section#product-overview .icon.icon-1 {
        padding-top: 20px;
    }

    .callout h1 {
        font-size: 2.2em;
    }

    .callout p.big {
        font-size: 1.4em;
    }

    .home #banner .cover {
        min-height: 400px;
    }

    .home #banner .callout {
        position: relative;
    }

    .home #banner .flexslider .slides > li {
        min-height: 400px;
    }

    .slider-half #product-slider {
        max-width: 320px;
        margin: 0 auto;
        float: none;
    }

    footer .social {
        position: relative;
    }

    footer .address, footer .f-link {
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }

    footer .social a {
        margin-top: 30px;
    }

    footer hr {
        display: inline-block;
    }

    footer {
        text-align: center;
    }

        footer .lower {
            margin-top: 20px;
        }

    #nav {
        display: none;
    }

    #toggle {
        display: block;
    }

    .panel {
        padding-top: 80px;
    }

    section#steps .flex-control-nav {
        right: 20px;
    }

    section#steps .flexslider .slides > li > .container {
        padding-right: 40px;
    }

    section#description .desc-text {
        margin-top: 40px;
    }

    .single-products #wrapper, .single-tproducts #wrapper {
        padding-top: 100px;
    }

    .ifu {
        border-right: none;
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
        margin-right: 0;
    }

    section#history .content {
        padding: 0;
    }

    #leadership .content {
        max-width: 600px;
        margin: 0 auto;
    }

    .page-template-find-us .callout {
        position: absolute;
        right: 0;
        left: 50%;
        width: 50%;
    }

    #demo-markers {
        display: none;
    }

    section#steps .text-half {
        position: relative;
        left: auto;
        top: auto;
        right: auto;
        bottom: auto;
        -moz-transform: translate(0);
        -webkit-transform: translate(0);
        -o-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
        padding: 30px 20px;
    }

    section#steps .image-half {
        position: relative;
        left: auto;
        top: auto;
        right: auto;
        bottom: auto;
        -moz-transform: translate(0);
        -webkit-transform: translate(0);
        -o-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
        padding: 0;
        max-width: 300px;
        margin: 0 auto;
        float: none;
    }

    section#steps .slides li {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .step5-cover {
        background: #062450;
        position: absolute;
        z-index: 3;
        width: 180px;
        height: 130px;
        left: 0;
        top: auto;
        bottom: 0;
    }

    .truck-container {
        width: 100%;
        display: block;
        position: absolute;
        top: auto;
        z-index: 2;
        bottom: 0;
        height: 200px;
    }

    section#steps .slides li {
        padding-right: 0;
    }

    .back {
        top: 34%;
        bottom: 42%;
        height: auto;
        width: 24%;
    }

    .pdf {
        clear: both;
        display: block;
    }

    #step1-svg, #step2-svg, #step3-svg, #step4-svg, #step5-svg {
        width: auto;
        height: auto;
    }

    section#history .bg-line {
        display: none;
        top: 140px;
    }
}

/********************************************************************************************* 

x. Smaller than 767px

*********************************************************************************************/
@media only screen and (max-width: 767px) {
    header {
        height: 80px;
        padding-bottom: 40px;
    }

        header #logo {
            width: 100px;
        }

    .single-products #wrapper, .single-tproducts #wrapper {
        padding-top: 80px;
    }

    .middle-col {
        border: none;
    }

    section#product-overview .icon {
        margin-bottom: 20px;
    }

    section#product-overview .container > div > .column a.btn {
        bottom: auto;
        left: auto;
        margin-left: 0;
        position: relative;
        margin-top: 15px;
    }

    section#product-overview .container > div > .column.width-33 {
        width: 100%;
    }

        section#product-overview .container > div > .column.width-33 .icon {
            width: 80px;
            padding-bottom: 0 !important;
            height: 100px;
            margin-bottom: 10px;
        }

    section#story-cols .container > .column.width-33 {
        width: 100%;
        margin-bottom: 20px;
    }

        section#story-cols .container > .column.width-33 .icon {
            width: 80px;
            padding-bottom: 0 !important;
            height: 100px;
            margin-bottom: 10px;
        }

    body.scrolled header {
        height: 80px;
        padding-bottom: 40px;
    }

        body.scrolled header #logo {
            width: 100px;
        }

    header ul#nav li.search-glass form {
        position: absolute;
        top: 100%;
        right: 0;
        left: auto;
        background: #fff;
    }

        header ul#nav li.search-glass form > div {
            padding: 20px;
        }

        header ul#nav li.search-glass form input {
            width: 100%;
        }

    #wrapper {
        padding-top: 80px;
    }

    header ul#nav li.search-glass a {
        padding-top: 0;
    }

    .top-img .product-title {
        /*
		width: 100%;	
		position: relative;	
		top: auto;
		left: auto;
		-moz-transform: none;
		-webkit-transform: none;
		-o-transform: none;
		-ms-transform: none;
		transform: none;
*/
    }

    .cd-folding-panel .product-table {
        padding-left: 0;
        padding-right: 0;
    }

    .top-img .tabs {
        width: 100%;
        top: 100%;
        bottom: auto;
        left: 0;
    }

        .top-img .tabs a {
            padding-top: 20px;
            padding-bottom: 20px;
        }

            .top-img .tabs a.active span {
                padding-bottom: 15px;
            }

    .tab-content {
        padding-top: 30px;
    }

    section#description .desc-text {
        margin-top: 0px;
        margin-bottom: 30px;
        padding: 0;
    }

    #steps.blue-bg .container {
        min-height: 400px;
    }

    header .trans {
        display: none;
    }

    .panel .trans {
        display: block;
        position: absolute;
        right: 34px;
        top: 140px;
        z-index: 9;
    }

    #mobile {
        display: block;
    }

    .panel {
        width: 100%;
        display: none;
        right: -100%;
    }

    #banner .icon {
        width: 100px;
    }

    #form .formgroup > div {
        width: 100%;
    }

    label.checkbox {
        clear: both;
    }

    #form label {
        margin: 0;
        margin-bottom: 5px;
        display: block;
    }

        #form label.checkbox {
            display: block;
        }

            #form label.checkbox input {
                position: relative;
                top: 3px;
            }

                #form label.checkbox input::after {
                    display: none;
                }

                #form label.checkbox input::before {
                    display: none;
                }

                #form label.checkbox input:checked::before {
                    display: none;
                }

    #form hr {
        margin: 0;
    }

    #dataTable td {
        width: 100% !important;
        display: block;
        padding: 0;
        margin-bottom: 5px;
    }

    #form .select-wrapper {
        width: 100%;
        margin-bottom: 5px;
    }

    #form select {
        width: 100%;
    }

    .formgroup input[type="text"].inline-form, .formgroup textarea.inline-form, .formgroup input[type="phone"].inline-form, .formgroup input[type="email"].inline-form {
        width: 100% !important;
        display: block !important;
        margin-bottom: 5px !important;
    }

    #form .formgroup a.add-btn {
        bottom: 2px;
    }

    #form .formgroup #lot a.add-btn {
        bottom: 22px;
        left: 100%;
        margin: 0;
        margin-left: 50px;
    }

    #form .formgroup #lot .delete-btn {
        margin: 0;
        margin-left: 5px;
        right: 0;
    }

    #form .formgroup .lotgroup > div {
        width: 220px;
    }

    input[type="submit"].btn {
        margin-top: 30px;
    }

    .sub-nav .nav-items a {
        margin: 15px 0;
    }

    .sub-nav .nav-items.mobile-sub a.active span::after {
        margin-top: 7px;
    }

    body.subnav.mobile .panel#mobile {
        padding-top: 80px;
    }

    #mobile .search-glass {
        top: 90px;
    }

    section#history .bg-line {
        display: none;
    }

    #leadership .content {
        padding: 0;
    }

    .page-template-find-us #map {
        width: 100%;
        position: relative;
        height: 400px;
    }

    .page-template-find-us #banner .callout {
        position: relative;
        right: 0;
        left: 0;
        width: 100%;
        min-height: 0;
    }

    #toggle {
        top: 30px;
    }

    .pagination {
        display: none;
    }

    section#steps .slides > li {
        padding-right: 0;
    }

    .image-container {
        width: 100%;
    }

    .product-table {
        overflow: scroll;
    }

        .product-table table {
            font-size: 1em;
            table-layout: fixed;
        }

            .product-table table td {
                padding-left: 5px;
                padding-right: 5px;
            }

    #form .select-wrapper.dropper {
        width: 100%;
    }
}

/********************************************************************************************* 

x. Smaller than 480px

*********************************************************************************************/
@media only screen and (max-width: 480px) {
    .top-img .width-50 {
        width: 100%;
    }

    .top-img .product-title {
        width: 100%;
        position: relative;
        top: auto;
        left: auto;
        -moz-transform: none;
        -webkit-transform: none;
        -o-transform: none;
        -ms-transform: none;
        transform: none;
        padding: 30px 0;
    }

    .cd-folding-panel .product-table {
        padding-left: 0;
        padding-right: 0;
    }

    .product-container .product.width-33 {
        width: 100%;
    }

    .lighter {
        display: none;
    }

    section#products-container .product-inner img {
        width: 100%;
        height: auto;
    }
}

/********************************************************************************************* 

x. Retina Graphics

*********************************************************************************************/
.sample-summary-image-container {
    max-width: 225px;
    background: #F5F7F7;
}

.sample-summary-image {
    max-width: 100%;
}

.breadcrumbs {
    background: #f4f7f7;
    box-shadow: inset 0px 2px 2px #e2e0e0, 0px 1px 1px 0px #e2dbdb;
    padding: 1rem;
    margin-bottom: 1px;
    color: #60e785;
}

    .breadcrumbs a {
        color: #60e785;
        font-weight: bold;
    }

        .breadcrumbs a:hover {
            text-decoration: underline;
        }

    .breadcrumbs .current {
        color: #062450;
        font-style: italic;
    }

.sample-summary-container {
    margin: 1rem 0;
}

#arrow .st5 {
    fill: none;
    stroke: #83E87A;
    stroke-width: 2.3479;
    stroke-miterlimit: 10;
    stroke-dasharray: 500;
    animation: dash 2s 2s 3, dash-end 2s 8s forwards;
}

#arrow .st0 {
    opacity: 0;
}

#liquid-top .st0,
#liquid-bottom .st0 {
    animation: lower 20s 2s forwards;
}

@keyframes dash-end {
    from {
        stroke-dashoffset: 1000;
    }

    to {
        stroke-dashoffset: 1500;
    }
}

@keyframes lower {
    from {
        transform: translateY(0);
        opacity: 1;
    }

    to {
        transform: translateY(10px);
        opacity: 0;
    }
}

#truck-movement .st5 {
    animation: exhaust 1s 10s forwards, go 8s 10s 1 forwards;
    stroke: #FFFFFF;
}

@keyframes exhaust {
    from {
        stroke: #FFFFFF;
    }

    99% {
        stroke: #81E77A;
    }

    to {
        stroke: #81E77A;
    }
}

#truck-body {
    animation: idle 1s 10, shake-n-bake-ricky-bobby infinite 10s 10s;
}

@keyframes idle {
    0% {
        transform: translateY(2px);
    }

    50% {
        transform: translateY(-2px);
    }

    100% {
        transform: translateY(2px);
    }
}

#truck {
    animation: go 8s 10s 1 forwards;
}

@keyframes go {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(100vw);
    }
}

@keyframes shake-n-bake-ricky-bobby {
    10% {
        transform: translate(-1px, 0);
    }

    20% {
        transform: translate(1px, 0);
    }

    30% {
        transform: translate(-1px, 1px);
    }

    40% {
        transform: translate(1px, 2px);
    }

    50% {
        transform: translate(1px, 2px);
    }

    60% {
        transform: translate(1px, 2px);
    }

    70% {
        transform: translate(1px, 3px);
    }

    80% {
        transform: translate(1px, 3px);
    }

    90% {
        transform: translate(-1px, 3px);
    }

    96% {
        transform: translate(1px, 2px);
    }

    0%, 100% {
        transform: translate(-1px, 2px);
    }
}

.has-description .more-info {
    background: url("../img/icons/question-mark.svg");
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-left: 5px;
}

.has-description .more-info {
    position: relative;
    cursor: pointer;
}

.gform_wrapper .has-description .gfield_description {
    display: none;
    font-size: 12px;
    font-style: italic;
}

.gform_wrapper .more-info:hover .gfield_description {
    position: absolute;
    background: blue;
    max-width: 250px;
    padding: 1rem;
    color: white;
    display: block;
    width: 300px;
    left: -10px;
    bottom: 25px;
    padding: 1rem;
    z-index: 100;
}

.gform_wrapper ul.gfield_radio li {
    display: inline-block;
    margin: 0 1rem !important;
}

.gform_wrapper .ginput_container_radio ul.gfield_radio li input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 21px;
    width: 21px !important;
    border: 2px solid #81E77A;
    border-radius: 50%;
}

    .gform_wrapper .ginput_container_radio ul.gfield_radio li input[type="radio"]:checked {
        background: #81E77A;
    }

.ginput_container_radio {
    display: inline-block;
    vertical-align: middle;
}

.gform_wrapper {
    font-size: 17px;
}

body .gform_wrapper .top_label div.ginput_container.ginput_container_radio {
    margin-top: 0;
}

.highlight {
    background: #81E77A;
    height: 5px;
    width: 100%;
    border: none;
    margin: 73px 0;
}

.gform_wrapper .ginput_container_radio ul.gfield_radio {
    margin: 0;
}

.personalize-product-title {
    font-weight: bold;
}

.gform_wrapper .has-description .gfield_label {
    font-weight: normal;
}

.gform_wrapper .gfield_html,
.gform_wrapper .gfield_label {
    margin: 17px 0;
}

.width-one-sixth {
    width: 16.66666%;
}

.gfield.width-20,
.gfield.width-one-sixth {
    display: inline-block;
}

.no-label .ginput_container_address label,
.no-label thead {
    display: none;
    visibility: hidden;
}

.gform_wrapper .top_label .no-label .gfield_label {
    display: none;
}

.btn-disabled {
    opacity: .3;
    cursor: not-allowed !important;
    display: inline-block;
}

    .btn-disabled:hover {
        cursor: not-allowed !important;
    }

.product-controls h3,
.product-controls p {
    margin-bottom: 20px;
}

.btn-outline {
    border: 1px solid #292E33;
    color: #292E33;
    background: transparent;
    padding: 3px 10px;
    border-radius: 30px;
    font-size: 18px;
    font-family: "azo-sans-web", sans-serif;
    letter-spacing: .02em;
    font-weight: bold;
    overflow: hidden;
    transition: all .35s ease;
    min-width: 105px;
}

    .btn:hover,
    .btn-outline:hover {
        cursor: pointer;
    }

    .btn-outline + .btn-outline {
        margin-left: 10px;
    }

a.btn-outline:hover {
    background: blue;
    border-color: blue;
}

.top-img .product-title a.btn {
    width: 200px;
    display: block;
    margin: 0 auto 2rem auto !important;
}

.product-count-container {
    position: relative;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

.product-count {
    background: blue;
    color: #FFFFFF;
    border-radius: 50%;
    position: absolute;
    display: block;
    width: 19px;
    height: 19px;
    line-height: 19px;
    right: 0;
    bottom: -5px;
    font-size: 12px;
}

.fade {
    opacity: 0;
    transition: 1s ease all;
}

.faded-shrink {
    opacity: 0;
    height: 0;
    transition: 1s ease all;
}

.product-count-wrap {
    position: relative;
    right: -65px;
    top: -8px;
}

@media screen and (max-width: 1320px) {
    .product-count-wrap {
        right: 0;
    }

    .search-glass {
        padding-right: 0;
    }
}

.callout-banner {
    padding: 50px;
    color: #FFFFFF;
    text-align: center;
    background: rgba(0, 0, 255, 0.8);
    margin-bottom: 100px;
}

    .callout-banner.no-margin {
        margin: 0;
    }

#icon-truck {
    margin: 40px auto;
    max-width: 470px;
}

.notification-banner {
    background: #81E77A;
    color: #0000FF;
    padding: 15px 1rem;
    display: flex;
    align-items: center;
}

    .notification-banner h3 {
        display: inline-block;
    }

    /*.notification-banner:after,*/
    .notification-banner:before {
        background: url("../img/icons/warning.svg") no-repeat;
        display: inline-block;
        content: " ";
        width: 36px;
        height: 36px;
        flex: 0 0 36px;
        margin-right: 1rem;
    }

.product-summary-container {
    margin-top: 45px;
}

/*.notification-banner:after {
    background: url('../img/icons/x.svg');
    float: right;
}*/
.product-controls {
    padding: 0 30px;
}

.gform_wrapper form .chosen-container-active.chosen-with-drop .chosen-single,
.gform_wrapper form .chosen-container-single .chosen-single {
    overflow: hidden;
    border: 3px solid #60e785;
    height: auto;
    padding: 5px 10px;
    background: #FFFFFF;
    line-height: auto;
    box-shadow: none;
    text-align: left;
}

    .gform_wrapper form .chosen-container-single .chosen-single span {
        display: inline;
    }

.gform_wrapper .chosen-container.chosen-with-drop .chosen-drop {
    border: 3px solid #60e785 !important;
    border-top: 0 !important;
}

.gform_wrapper .chosen-container .chosen-results li.highlighted {
    background: #60e785 !important;
}

.chosen-single {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 10px 20px;
    padding-right: 20px;
    font-size: 1.2em;
    color: #062450;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    padding-right: 60px;
    text-align: center;
}

    .chosen-single b {
        display: none;
        visibility: hidden;
    }

    .chosen-single:after {
        content: ' ';
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        width: 50px;
        background: #60e785 url(../img/arrow.svg) center center no-repeat;
        background-size: auto auto;
        -webkit-background-size: 24px 12px;
        background-size: 24px 12px;
        z-index: 1;
    }

.label-color .active-result[data-option-array-index]:before {
    content: " " !important;
    display: inline-block;
    height: 20px;
    width: 20px;
    vertical-align: middle;
    margin-right: 1em;
}

.label-color .active-result[data-option-array-index="5"]:before {
    background: #ff130d;
}

.label-color .active-result[data-option-array-index="4"]:before {
    background: #ffab6c;
}

.label-color .active-result[data-option-array-index="3"]:before {
    background: #e6d72a;
}

.label-color .active-result[data-option-array-index="2"]:before {
    background: #80e778;
}

.label-color .active-result[data-option-array-index="1"]:before {
    background: #3943ac;
}

.tabs a.active,
.tab-content,
.tabs a {
    background: #FFFFFF;
}

.tab {
    border-bottom: 3px solid #000;
}

    .tab.active {
        border: 3px solid #000;
        border-bottom: 0;
    }

.tabs a.active span {
    border-bottom: 0;
}

.gform_wrapper .top_label .gfield_label,
.gform_wrapper h5 {
    font-size: 22px;
    font-weight: bold;
}

.gform_wrapper .has-description .gfield_label {
    font-size: 17px;
    font-weight: normal;
}

body .gform_wrapper ul li.gfield.has-description {
    margin-top: 0;
}

.gform-spacer {
    margin-bottom: 40px;
}

.gform_wrapper select,
.gform_wrapper input[type="email"],
.gform_wrapper input[type="tel"],
.gform_wrapper input[type="text"],
.gform_wrapper textarea {
    background: #f5f7f7;
    border: none;
    padding: 0.7rem 1rem !important;
}

.gform_wrapper ::placeholder {
    color: #444444;
}

body .gform_wrapper .ginput_container_list table.gfield_list tbody tr td.gfield_list_icons img.add_list_item,
body .gform_wrapper .ginput_container_list table.gfield_list tbody tr td.gfield_list_icons img.delete_list_item {
    opacity: 1 !important;
    height: 30px !important;
    width: 30px !important;
}

body .gform_wrapper .ginput_container_list table.gfield_list tbody tr td.gfield_list_icons {
    vertical-align: initial !important;
}

body .gform_wrapper table.gfield_list tr td.gfield_list_icons {
    width: 69px !important;
}

.page-template-page-sample-summary .gform_wrapper ul.gfield_radio li {
    width: 100%;
    margin: .5rem 0 !important;
}

.page-template-page-sample-summary .gform_wrapper h3.gform_title {
    font-size: 25px;
    font-weight: 900;
    margin-top: 0;
}

.success-cart {
    padding: 10px;
    background: #60e785;
    text-align: center;
    font-size: 1.2em;
    margin: -20px 0 20px 0;
    clear: both;
    float: left;
    width: 100%;
}

    .success-cart,
    .success-cart a {
        color: #0000ff;
        text-decoration: none;
    }

        .success-cart a:hover {
            text-decoration: underline;
        }

        .success-cart a:hover {
            color: blue;
        }

        .success-cart a {
            display: block;
        }

.success-cart-headline {
    font-weight: bold;
    color: #0000ff;
    font-size: 1.3rem;
}

.btn-fade {
    display: none !important;
    visibility: hidden !important;
}

.loader,
.loader:before,
.loader:after {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
}

.loader {
    color: blue;
    font-size: 10px;
    margin: 80px auto;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

    .loader:before,
    .loader:after {
        content: '';
        position: absolute;
        top: 0;
    }

    .loader:before {
        left: -3.5em;
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

    .loader:after {
        left: 3.5em;
    }

@-webkit-keyframes load7 {
    0%, 80%, 100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }

    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

@keyframes load7 {
    0%, 80%, 100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }

    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

.flex-column-1-5 {
    flex: 0 0 20%;
}

.flex-column-1-4 {
    flex: 0 0 25%;
}

.menu-footer-container ul {
    list-style-type: none;
}

.menu-footer-container a {
    text-decoration: none;
}

.logo-footer {
    max-width: 215px;
    height: auto;
    margin-bottom: 57px;
}

.email-signup {
    background-color: #0000ff;
    background-image: url("../img/icons/header-footer/brains.svg");
    background-repeat: repeat-x;
    color: #FFFFFF;
    float: left;
    position: relative;
    z-index: 10;
    width: 100%;
    padding: 60px 0 0;
    background-size: 2868px 346px;
    background-position-x: -446px;
}

    .email-signup h1 {
        margin-bottom: 20px;
        font-weight: bold;
    }

.gform_wrapper.inline-submit-form-customized_wrapper,
.gform_wrapper.inline-submit-form_wrapper {
    margin: 0;
}

    .gform_wrapper.inline-submit-form-customized_wrapper .inline-submit-form,
    .gform_wrapper.inline-submit-form-customized_wrapper .inline-submit-form-customized,
    .gform_wrapper.inline-submit-form_wrapper .inline-submit-form,
    .gform_wrapper.inline-submit-form_wrapper .inline-submit-form-customized {
        position: relative;
    }

        .gform_wrapper.inline-submit-form-customized_wrapper .inline-submit-form ul li.gfield,
        .gform_wrapper.inline-submit-form_wrapper .inline-submit-form ul li.gfield {
            margin-top: 0;
        }

        .gform_wrapper.inline-submit-form-customized_wrapper .inline-submit-form label,
        .gform_wrapper.inline-submit-form_wrapper .inline-submit-form label {
            display: none !important;
            visibility: hidden;
        }

        .gform_wrapper.inline-submit-form-customized_wrapper .inline-submit-form input[type="email"],
        .gform_wrapper.inline-submit-form_wrapper .inline-submit-form input[type="email"] {
            border-radius: 40px;
            font-size: 30px !important;
            padding: 14px 30px !important;
            border: 1px solid transparent;
        }

        .gform_wrapper.inline-submit-form-customized_wrapper .inline-submit-form .gform_footer,
        .gform_wrapper.inline-submit-form_wrapper .inline-submit-form .gform_footer {
            position: absolute;
            text-align: right;
            top: 50%;
            transform: translateY(-50%);
            margin: 0;
            width: auto;
            right: 8px;
            padding: 0;
        }

            .gform_wrapper.inline-submit-form-customized_wrapper .inline-submit-form .gform_footer input,
            .gform_wrapper.inline-submit-form_wrapper .inline-submit-form .gform_footer input {
                min-width: 200px;
                font-size: 18px;
            }

    .gform_wrapper.inline-submit-form-customized_wrapper .gform_ajax_spinner,
    .gform_wrapper.inline-submit-form_wrapper .gform_ajax_spinner {
        border: 4px solid rgba(255, 255, 255, 0.3);
        /* match with border-left */
        border-left: 4px solid #FFFFFF;
        animation: spinner 1.1s infinite linear;
        border-radius: 50%;
        width: 30px;
        /* match with height for a circle */
        height: 30px;
        position: absolute;
        z-index: 100;
        top: 13px;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
    }

    .gform_wrapper.inline-submit-form-customized_wrapper .btn-processing,
    .gform_wrapper.inline-submit-form_wrapper .btn-processing {
        color: transparent;
    }

    .gform_wrapper.inline-submit-form-customized_wrapper .gform_button:not(:disabled):hover,
    .gform_wrapper.inline-submit-form_wrapper .gform_button:not(:disabled):hover {
        cursor: pointer;
    }

    .gform_wrapper.inline-submit-form-customized_wrapper .gform_footer {
        position: relative;
    }

    .gform_wrapper.inline-submit-form-customized_wrapper .gform_ajax_spinner {
        top: 25px;
    }

    .gform_wrapper.inline-submit-form-customized_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
        text-align: left;
        position: static;
    }

@media screen and (max-width: 998px) {
    .gform_wrapper .inline-submit-form-customized {
        padding: 0 1rem;
    }

        .gform_wrapper .inline-submit-form-customized .gf_left_half,
        .gform_wrapper .inline-submit-form-customized .gf_right_half {
            display: block;
        }

        .gform_wrapper .inline-submit-form-customized .chosen-container-single .chosen-single span {
            line-height: 2;
        }

    .personalize-form-container .gform_wrapper table.gfield_list tr td.gfield_list_icons img.add_list_item {
        margin-left: 8px !important;
    }

    body .personalize-form-container .gform_wrapper table.gfield_list tr td.gfield_list_icons {
        width: 115px !important;
    }

        body .personalize-form-container .gform_wrapper table.gfield_list tr td.gfield_list_icons img {
            display: inline-block;
        }

    .gfield.width-one-sixth {
        width: 100%;
    }

    .notification-banner::before {
        display: block;
        float: none;
        margin: 0 auto 1rem auto;
    }
}

@media screen and (max-width: 1200px) {
    .gform_wrapper form .chosen-container-single .chosen-single span {
        font-size: 1rem;
    }
}

@keyframes spinner {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.has-description .more-info {
    background: url("../img/icons/question-mark.svg");
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-left: 5px;
}

.has-description .more-info {
    position: relative;
}

.gform_wrapper .has-description .gfield_description {
    display: none;
    font-size: 12px;
    font-style: italic;
}

.gform_wrapper .description_above .more-info:hover .gfield_description {
    position: absolute;
    background: blue;
    max-width: 250px;
    padding: 1rem;
    color: white;
    display: block;
    width: 250px;
    left: -10px;
    bottom: 25px;
    padding: 1rem;
}

.gform_wrapper ul.gfield_radio li {
    display: inline-block;
    margin: 0 1rem !important;
}

.gform_wrapper .ginput_container_radio ul.gfield_radio li input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 21px;
    width: 21px !important;
    border: 2px solid #81E77A;
    border-radius: 50%;
}

    .gform_wrapper .ginput_container_radio ul.gfield_radio li input[type="radio"]:checked {
        background: #81E77A;
    }

.ginput_container_radio {
    display: inline-block;
    vertical-align: middle;
}

.gform_wrapper {
    font-size: 17px;
}

body .gform_wrapper .top_label div.ginput_container.ginput_container_radio {
    margin-top: 0;
}

.highlight {
    background: #81E77A;
    height: 5px;
    width: 100%;
    border: none;
    margin: 73px 0;
}

.gform_wrapper .ginput_container_radio ul.gfield_radio {
    margin: 0;
}

.gform_wrapper .has-description .gfield_label {
    font-weight: normal;
}

.gform_wrapper .gfield_html,
.gform_wrapper .gfield_label {
    margin: 17px 0;
}

.gfield.width-20,
.gfield.width-one-sixth {
    display: inline-block;
}

.no-label .ginput_container_address label,
.no-label thead {
    display: none;
    visibility: hidden;
}

.gform_wrapper .top_label .no-label .gfield_label {
    display: none;
}

.btn-disabled {
    opacity: .3;
    cursor: not-allowed !important;
    display: inline-block;
}

    .btn-disabled:hover {
        cursor: not-allowed !important;
    }

.btn-outline {
    border: 1px solid #292E33;
    color: #292E33;
    background: transparent;
    padding: 3px 10px;
    border-radius: 30px;
    font-size: 18px;
    font-family: "azo-sans-web", sans-serif;
    letter-spacing: .02em;
    font-weight: bold;
    overflow: hidden;
    transition: all .35s ease;
    min-width: 105px;
}

    .btn:hover,
    .btn-outline:hover {
        cursor: pointer;
    }

    .btn-outline + .btn-outline {
        margin-left: 10px;
    }

a.btn-outline:hover {
    background: blue;
    border-color: blue;
}

.gform_wrapper .top_label .gfield_label,
.gform_wrapper h5 {
    font-size: 22px;
    font-weight: bold;
}

.gform_wrapper .has-description .gfield_label {
    font-size: 17px;
    font-weight: normal;
}

body .gform_wrapper ul li.gfield.has-description {
    margin-top: 0;
}

.gform-spacer {
    margin-bottom: 40px;
}

.gform_wrapper select,
.gform_wrapper input[type="email"],
.gform_wrapper input[type="tel"],
.gform_wrapper input[type="text"],
.gform_wrapper textarea {
    background: #f5f7f7;
    border: none;
    padding: 0.7rem 1rem !important;
}

.gform_wrapper ::placeholder {
    color: #444444;
}

body .gform_wrapper .ginput_container_list table.gfield_list tbody tr td.gfield_list_icons img.add_list_item,
body .gform_wrapper .ginput_container_list table.gfield_list tbody tr td.gfield_list_icons img.delete_list_item {
    opacity: 1 !important;
    height: 30px !important;
    width: 30px !important;
}

body .gform_wrapper .ginput_container_list table.gfield_list tbody tr td.gfield_list_icons {
    vertical-align: initial !important;
}

body .gform_wrapper table.gfield_list tr td.gfield_list_icons {
    width: 69px !important;
}

.loader,
.loader:before,
.loader:after {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
}

.loader {
    color: blue;
    font-size: 10px;
    margin: 80px auto;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

    .loader:before,
    .loader:after {
        content: '';
        position: absolute;
        top: 0;
    }

    .loader:before {
        left: -3.5em;
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

    .loader:after {
        left: 3.5em;
    }

@-webkit-keyframes load7 {
    0%, 80%, 100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }

    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

@keyframes load7 {
    0%, 80%, 100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }

    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

@media screen and (max-width: 972px) {
    .logo-footer {
        margin: auto;
    }

    .md-marg-bottom {
        margin-bottom: 2rem;
    }

    .gform_wrapper.inline-submit-form_wrapper .inline-submit-form input[type="email"] {
        line-height: 1 !important;
    }

    .gform_wrapper.inline-submit-form_wrapper .gfield_description.validation_message,
    .gform_wrapper.inline-submit-form_wrapper .inline-submit-form .gform_footer {
        position: static;
        transform: none;
        margin-top: 1rem;
    }

    .gform_wrapper.inline-submit-form_wrapper .inline-submit-form input[type="email"] {
        font-size: 20px !important;
    }
}

.bg-blue {
    background: #0000ff;
}

.inline-form-inputs {
    position: relative;
}

.inline-form-body input {
    border-radius: 40px;
    font-size: 30px !important;
    padding: 14px 30px !important;
    border: 1px solid transparent;
    width: 100%;
}

#search {
    min-height: 250px;
    margin-top: 170px;
    padding-top: 100px;
}

.inline-submit-form.search-form {
    position: relative;
}

.search-btn {
    right: 10px;
    position: absolute;
    z-index: 1000;
    top: 50%;
    transform: translateY(-50%);
    min-width: 200px;
}

@media screen and (min-width: 991px) {
    .sample-summary-form-container {
        padding-left: 2rem;
    }

    #gform_wrapper_7 input,
    #gform_wrapper_7 textarea,
    #gform_wrapper_7 select,
    #gform_wrapper_2 input,
    #gform_wrapper_2 textarea,
    #gform_wrapper_2 select {
        font-size: 1rem;
    }
}

@media screen and (min-width: 1024px) {
    #gform_wrapper_7 td.gfield_list_cell,
    #gform_wrapper_2 td.gfield_list_cell {
        font-size: 1.1rem;
    }

        #gform_wrapper_7 td.gfield_list_cell.gfield_list_9_cell1,
        #gform_wrapper_2 td.gfield_list_cell.gfield_list_9_cell1 {
            width: 330px;
        }
}

@media screen and (min-width: 1100px) {
    #gform_wrapper_7 td.gfield_list_cell,
    #gform_wrapper_2 td.gfield_list_cell {
        font-size: 1.1rem;
    }

        #gform_wrapper_7 td.gfield_list_cell.gfield_list_9_cell1,
        #gform_wrapper_2 td.gfield_list_cell.gfield_list_9_cell1 {
            width: 380px;
        }
}

@media screen and (min-width: 1200px) {
    #gform_wrapper_7 input,
    #gform_wrapper_7 textarea,
    #gform_wrapper_7 select,
    #gform_wrapper_2 input,
    #gform_wrapper_2 textarea,
    #gform_wrapper_2 select {
        font-size: 17px;
    }
}

@media screen and (max-width: 1023px) {
    #gform_wrapper_7 .gfield_list_icons,
    #gform_wrapper_2 .gfield_list_icons {
        width: 100% !important;
        background-color: transparent;
        text-align: right;
        padding: 0 1rem 1rem 1rem !important;
    }

        #gform_wrapper_7 .gfield_list_icons img,
        #gform_wrapper_2 .gfield_list_icons img {
            margin-top: 0 !important;
        }
}

.large-button-form .gform_button {
    min-width: 260px;
}

@media only screen and (max-width: 761px), (max-device-width: 1023px) and (min-device-width: 768px) {
    .gform_wrapper ul.gform_fields.form_sublabel_above table.gfield_list td:before,
    .gform_wrapper ul.gform_fields.form_sublabel_below table.gfield_list td:after {
        content: none !important;
    }
}

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html small {
    display: block;
}

.gform_wrapper .chosen-container-single .chosen-single input[type=text] {
    top: 0;
    position: absolute !important;
}

.faq + .faq {
    margin-top: 45px;
}

.faq-container {
    font-size: 20px;
    margin: 0 0 75px 0;
    line-height: 1.5;
}

.faq-title {
    text-align: center;
}

.faq-answer {
    margin-left: 50px;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: opacity 1s ease, max-height .75s ease, transform .75s ease;
}

    .faq-answer ul {
        list-style: disc;
    }

    .faq-answer p {
        font-size: 18px;
    }

    .faq-answer a {
        font-weight: bold;
        color: #0000ff;
    }

        .faq-answer a:hover {
            text-decoration: underline;
        }

.faq-answer-active {
    transform: translateY(15px);
    max-height: 100000px;
    opacity: 1;
    margin-bottom: 75px;
}

.faq-question {
    cursor: pointer;
    display: flex;
}

.faq-question-icon {
    width: 30px;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    margin-right: 1rem;
    align-self: center;
    flex: 0 0 30px;
}

#plus-v {
    transform: rotate(0deg);
    transition: .75s ease all;
    transform-origin: center;
}

.faq-question-active #plus-v {
    transform: rotate(90deg);
}

#banner.banner-faq {
    background: #0000FF;
    min-height: 0;
    height: auto;
}

    #banner.banner-faq .cover {
        background-size: contain;
    }

@media screen and (max-width: 1000px) {
    #banner.banner-faq .cover {
        background-size: cover;
    }
}

.page-template-page-split-specimen p, .page-template-page-split-specimen li {
    font-size: 1.6rem;
    font-weight: 500;
}

.light-gray-container {
    background: #f4f7f7;
}

.navy-container {
    background: #062450;
    color: #FFFFFF;
}

body.scrolled header #logo.logo-split-sample,
#logo.logo-split-sample {
    float: none;
    margin: auto;
}

.split-sample-section-title {
    font-size: 3.3rem;
}

    .split-sample-section-title:after {
        content: " ";
        display: block;
        width: 45px;
        height: 1px;
        border-bottom: 4px solid currentColor;
        margin: 2rem 0 3rem 0;
    }

.split-sample-panel {
    display: flex;
}

.split-sample-panel-image {
    max-width: 225px;
    width: 100%;
    margin-right: 2rem;
}

    .split-sample-panel-image img {
        max-width: 100%;
    }

a.blue-btn {
    background: #0000ff;
}

    a.blue-btn.hvr-shutter-out-horizontal:before {
        background: #60e785;
    }

.sticky-form {
    position: sticky;
    top: 100px;
    z-index: 10;
}

    .sticky-form .gform_wrapper .field_description_below .gfield_description {
        padding-top: 8px;
        font-size: 14px;
        color: red;
    }

.split-specimen-form {
    color: #FFFFFF;
    background: #60e785;
    box-shadow: 0 0 12px 1px #A2A0A0;
    padding: 32px 30px;
    max-width: 520px;
    width: 100%;
    margin-top: 32px;
    margin-right: 30px;
    margin-left: 30px;
}

    .split-specimen-form .split-sample-section-title {
        text-align: center;
    }

        .split-specimen-form .split-sample-section-title:after {
            margin: 2rem auto 3rem auto;
        }

    .split-specimen-form ::placeholder {
        color: #0000ff;
    }

    .split-specimen-form .gform_wrapper .gform_footer {
        text-align: center;
    }

    .split-specimen-form .gform_wrapper ul.gform_fields li.gfield {
        padding-right: 0;
    }

    .split-specimen-form .gform_wrapper .top_label div.ginput_container {
        margin-top: 20px;
    }

    .split-specimen-form input,
    .split-specimen-form textarea {
        border: none;
        font-size: 17px !important;
        padding: 14px 16px !important;
    }

        .split-specimen-form input[type="submit"].gform_button.btn {
            background: #0000ff;
            margin: auto;
            min-width: 200px;
        }

.no-label .ginput_container_address label,
.no-label thead {
    display: none;
    visibility: hidden;
}

.gform_wrapper .top_label .no-label .gfield_label {
    display: none;
}

.split-section {
    margin: 80px auto;
    padding: 0 30px;
}

.split-specimen-container-clear {
    padding: 1px;
}

.page-template-page-split-specimen .container {
    max-width: 1360px;
}

.page-template-page-split-specimen a.btn {
    font-size: 1.2rem;
}

.page-template-page-split-specimen a.btn-outline {
    background: transparent;
    color: #000000;
    border: 2px solid #000000;
    display: inline-block;
    padding: 0px 15px;
    text-align: center;
}

    .page-template-page-split-specimen a.btn-outline:hover {
        background: #000000;
        color: #FFFFFF;
    }

.split-sample-panel-copy h3,
.split-sample-panel-copy p {
    margin-bottom: 25px;
}

.split-sample-panel-copy p {
    font-size: 20px;
}

.split-specimen-column {
    max-width: 737px;
}

.split-sample-panel {
    margin-bottom: 90px;
}

.split-header-container {
    display: flex;
    align-items: center;
}

#banner.banner-split-sample .banner-container {
    max-width: 1360px;
    margin: auto;
}

#banner.banner-split-sample {
    background: #0000FF url("../img/split-pattern.png") center center/contain;
    min-height: 0;
    height: auto;
    box-shadow: 0px 1px 4px #5f5b5b;
}

.split-logo-footer {
    margin: auto;
    padding: 0 30px;
}

.plus-list {
    text-align: left;
}

    .plus-list li {
        list-style-type: none;
        display: flex;
        align-items: center;
        margin: 0 0 25px 0;
    }

        .plus-list li:before {
            content: " ";
            background: url("../img/icons/plus-green.svg") center center/contain no-repeat;
            display: inline-block;
            width: 55px;
            height: 55px;
            margin: 0 25px 0 0;
            flex: 0 0 55px;
        }

#banner.banner-split-sample .cover {
    background: #0000ff;
    box-shadow: 0 0 3px 0px #1F1E1E;
    min-height: 540px;
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 0 30px;
    margin: 0 30px;
}

.banner-split-sample-logo {
    position: absolute;
    bottom: 0;
    right: 30px;
}

    .banner-split-sample-logo img {
        max-height: 140px;
    }

.banner-split-sample-copy {
    align-self: center;
    margin: auto;
    text-align: center;
}

    .banner-split-sample-copy h1 {
        font-weight: 700;
        margin-bottom: 2rem;
    }

    .banner-split-sample-copy h3 {
        font-size: 3.4em;
    }

.hide-desktop {
    display: none;
    visibility: hidden;
}

@media screen and (max-width: 1340px) {
    .split-specimen-column {
        max-width: 650px;
    }

    .split-specimen-form {
        max-width: 480px;
    }
}

@media screen and (max-width: 1250px) and (min-width: 968px) {
    .split-logo-footer {
        margin-left: 0;
    }
}

@media screen and (max-width: 1200px) {
    .split-specimen-column {
        max-width: 500px;
    }

    .split-sample-panel {
        display: block;
        text-align: center;
    }

    .split-sample-panel-image {
        margin: auto auto 1rem auto;
    }
}

@media screen and (max-width: 1070px) {
    .split-specimen-column {
        max-width: 385px;
    }

    .split-sample-panel {
        display: block;
        text-align: center;
    }

    .split-sample-panel-image {
        margin: auto auto 1rem auto;
    }
}

@media screen and (max-width: 968px) {
    .page-template-page-split-specimen h1 {
        font-size: 20px;
    }

    .page-template-page-split-specimen p {
        font-size: 16px;
    }

    .sticky-form {
        position: static;
        order: 2;
        padding: 0;
    }

        .sticky-form .column.right {
            float: none;
        }

    .split-sample-section-title:after {
        margin: 1rem auto;
    }

    .page-template-page-split-specimen #wrapper {
        display: flex;
        flex-direction: column;
    }

    .page-template-page-split-specimen footer {
        order: 3;
    }

    .split-specimen-column {
        text-align: center;
        max-width: 100%;
    }

    .split-specimen-form {
        box-shadow: none;
        max-width: 550px;
        float: none !important;
        margin: auto;
    }

    .split-header-container .container {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .split-header-container .container #logo {
            margin: 0 !important;
            height: auto !important;
        }

    .banner-split-sample-logo {
        position: static;
        margin: 0 auto;
    }

    .banner-split-sample-copy {
        margin-bottom: 30px;
    }

        .banner-split-sample-copy h3 {
            font-size: 20px;
        }

    #banner.banner-split-sample .cover {
        min-height: 0;
        padding: 30px;
    }

    .banner-split-sample-logo img {
        max-height: 100px;
    }

    .hide-desktop {
        display: initial;
        visibility: visible;
    }

    .plus-list li {
        font-size: 16px;
        margin-bottom: 12px;
    }

        .plus-list li:before {
            flex: 0 0 25px;
            height: 25px;
            margin: 0 25px 0 0;
        }

    .split-sample-panel-image {
        margin: auto auto 25px auto;
    }

    .page-template-page-split-specimen a.btn-outline {
        padding: 10px 15px;
    }

    .split-sample-panel {
        margin-bottom: 65px;
    }

    .split-section {
        margin: 40px auto;
    }

    .split-specimen-form .split-sample-section-title:after {
        margin: 2rem auto 2rem auto;
    }

    .split-logo-footer {
        max-width: 125px;
    }

    .page-template-page-split-specimen footer {
        padding: 30px 0;
    }

        .page-template-page-split-specimen footer .container {
            margin-bottom: 0;
        }
}

.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper li.gfield_error textarea,
.gform_wrapper li.gfield_error select {
    border: 2px solid red !important;
}

.gform_wrapper .validation_error {
    display: none;
    visibility: hidden;
}

.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: 100% !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
    margin-bottom: 0 !important;
    background-color: transparent !important;
    border: none !important;
}

.gform_wrapper li.gfield.gfield_error {
    background-color: inherit;
    margin-bottom: inherit !important;
    border-top: none;
    border-bottom: none;
    padding: inherit;
}

.gform_wrapper .gfield_error .gfield_label,
.gform_wrapper .gfield_description.validation_message {
    color: red !important;
}

.gform_wrapper .gfield_description.validation_message {
    font-size: 20px;
    color: red;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
    margin-top: 0 !important;
}

.gform_wrapper.inline-submit-form_wrapper.gform_validation_error li.gfield.gfield_error.gfield_contains_required div.gfield_description {
    position: absolute;
}

a.bold {
    font-size: larger;
    font-weight: bold;
}
