﻿/*! normalize.css v3.0.2 | MIT License | git.io/normalize */


/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}


/**
 * Remove default margin.
 */

body {
    margin: 0;
}


/* HTML5 display definitions
   ========================================================================== */


/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

.section {
    padding: 0;
}


/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}


    /**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

    audio:not([controls]) {
        display: none;
        height: 0;
    }


/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}


/* Links
   ========================================================================== */


/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background-color: transparent;
}


    /**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

    a:active,
    a:hover {
        outline: 0;
    }


/* Text-level semantics
   ========================================================================== */


/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}


/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
    font-weight: bold;
}


/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
    font-style: italic;
}


/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
    font-size: 24px;
    line-height: 28px;
}


/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}


/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}


/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}


/* Embedded content
   ========================================================================== */


/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
    border: 0;
}


/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
    overflow: hidden;
}


/* Grouping content
   ========================================================================== */


/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
    margin: 1em 40px;
}


/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}


/**
 * Contain overflow in all browsers.
 */

pre {
    overflow: auto;
}


/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}


/* Forms
   ========================================================================== */


/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */


/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */
}

.has-error .form-control {
    border: 2px solid #fbaf17;
    border-color: #fbaf17;
}

    .has-error .form-control:focus {
        border-color: #fbaf17;
    }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
    overflow: visible;
}


/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
    text-transform: none;
}


/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
}


    /**
 * Re-set default cursor for disabled elements.
 */

    button[disabled],
    html input[disabled] {
        cursor: default;
    }


    /**
 * Remove inner padding and border in Firefox 4+.
 */

    button::-moz-focus-inner,
    input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }


/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
    line-height: normal;
}


    /**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

    input[type="checkbox"],
    input[type="radio"] {
        box-sizing: border-box;
        /* 1 */
        padding: 0;
        /* 2 */
    }


    /**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
        height: auto;
    }


    /**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

    input[type="search"] {
        -webkit-appearance: textfield;
        /* 1 */
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
        /* 2 */
        box-sizing: content-box;
    }


        /**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

        input[type="search"]::-webkit-search-cancel-button,
        input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none;
        }


/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}


/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
}


/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
    overflow: auto;
}


/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
    font-weight: bold;
}


/* Tables
   ========================================================================== */


/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

html {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}

body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 1.5em;
    font-family: 'Source Sans Pro', sans-serif;
    color: #fff;
    text-align: left;
}

.black {
    color: #000;
    font-size: 14px;
}

form {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 1.5em;
    font-family: 'Source Sans Pro', sans-serif;
    color: #fff;
    text-align: left;
}

label {
    width: 100%;
    text-align: left;
}

a,
a:focus,
.active a {
    color: #a0ce66;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    text-decoration: none;
    -moz-text-decoration-color: transparent !important;
    text-decoration-color: transparent !important;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 500;
}

    a:hover,
    a:focus:hover,
    .active a:hover {
        color: #fbaf17;
        text-decoration: none;
    }


/** ------ TYPOGRAPHY ------ */

h1,
h2,
h3 {
    font-family: 'Source Sans Pro', sans-serif;
}

h2 {
    color: #a0ce66;
    font-size: 32px;
    font-weight: 100;
    line-height: 35px;
}

h3 {
    color: #000;
    font-size: 32px;
    font-weight: 100;
}

.h3-white {
    color: #fff;
    font-size: 32px;
    font-weight: 100;
    padding-bottom: 20px;
}

h4 {
    color: #fff;
    font-size: 26px;
    font-weight: 500;
    text-align: center;
}

p {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
}

.small-text {
    color: #000;
    font-size: 12px;
    line-height: 16px;
    margin-top: 5px;
}

.intro-text {
    /*-webkit-animation-duration: 2s;
  -webkit-animation-name: fadeIn;
  -webkit-animation-timing-function: ease-in-out;
  animation-duration: 2s;
  animation-name: fadeIn;
  animation-timing-function: ease-in-out;
  opacity: inherit;*/
    text-align: center;
    visibility: visible !important;
}

    .intro-text .hero-headline {
        font-size: 1.8em;
        letter-spacing: 1px;
        line-height: 1em;
        margin-top: 20px;
        text-transform: uppercase;
    }

    .intro-text h3 {
        font-size: 1.6em;
        margin-bottom: 30px;
    }

        .intro-text h3 sup {
            font-size: 35%;
            top: -1.3em;
        }

    .intro-text hr {
        border-bottom: 6px solid #fff;
        width: 36%;
        margin-top: 14px;
        margin-bottom: -6px;
    }

.top-link {
    color: #264461 !important;
}

ul {
    list-style-type: square;
}


/** ------ IMAGES ------ */

#LOGO {
    padding: 12px 0;
    text-align: left;
}

.img-center {
    margin: 0 auto;
}

.logo-img {
    margin-bottom: 10px;
}

.fullscreen-bg {
    /*height: 100%;*/
    margin-top: -180px;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 0;
    min-width: 100%;
    min-height: 100%;
}

.fullscreen-bg__video {
    height: 100%;
    width: 100%;
    /*padding-bottom: 300px;*/
}

#map {
    height: 500px;
    width: 100%;
}

    #map p {
        font-size: 14px;
        line-height: 22px;
    }

    #map h3 {
        font-size: 20px;
        font-weight: bold;
    }

.promo-container {
    background-color: #23487a;
    overflow: hidden;
    padding: 10px 10px;
    position: relative;
    color: #fff;
    display: none;
}

#results-training {
    display: none;
}


/** ------ BUTTONS ------ */

.btn-primary {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    border-radius: 0;
    border: 2px solid #fff;
    background-color: #23487a;
}

    .btn-primary:hover {
        background-color: #23497a;
    }

.hvr-sweep-to-right {
    -moz-osx-font-smoothing: grayscale;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -webkit-transition-duration: 0.3s;
    -webkit-transition-property: color;
    backface-visibility: hidden;
    background: none;
    border: 3px solid #ffffff;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    color: #ffffff;
    display: inline-block;
    padding: 7px;
    position: relative;
    transform: translateZ(0);
    transition-duration: 0.3s;
    transition-property: color;
    vertical-align: middle;
}

    .hvr-sweep-to-right:before {
        -webkit-transform-origin: 0 50%;
        -webkit-transform: scaleX(0);
        -webkit-transition-duration: 0.3s;
        -webkit-transition-property: transform;
        -webkit-transition-timing-function: ease-out;
        background: #ffffff;
        bottom: 0;
        content: "";
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        transform-origin: 0 50%;
        transform: scaleX(0);
        transition-duration: 0.3s;
        transition-property: transform;
        transition-timing-function: ease-out;
        z-index: -1;
    }

    .hvr-sweep-to-right:hover,
    .hvr-sweep-to-right:focus,
    .hvr-sweep-to-right:active {
        color: #23497a;
    }

        .hvr-sweep-to-right:hover:before,
        .hvr-sweep-to-right:focus:before,
        .hvr-sweep-to-right:active:before {
            -webkit-transform: scaleX(1);
            transform: scaleX(1);
        }

.intro-btn-next {
    -webkit-animation-duration: 3.5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-name: floating;
    animation-duration: 3.5s;
    animation-iteration-count: infinite;
    animation-name: floating;
    bottom: 15px;
    display: none;
    font-size: 1.25em;
    left: 50%;
    margin-left: -72px;
    opacity: 0.6;
    position: absolute;
    width: 144px;
}

.btn-next {
    -webkit-animation-duration: 3.5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-name: floating;
    animation-duration: 3.5s;
    animation-iteration-count: infinite;
    animation-name: floating;
}

.intro-btn-next .glyphicon:before {
    font-size: 1.4em;
}

.intro-btn-next:hover {
    color: #fff;
    opacity: 1;
}

.btn-next {
    -webkit-transition: all 0.25s ease-in-out;
    display: none;
    transition: all 0.25s ease-in-out;
}

.button-reverse {
    background: none;
    color: #fff;
    display: inline-block;
    font-size: 27px;
    line-height: 32px;
    margin: 10px 0;
    text-align: center;
    transition: all .2s ease-out;
    width: auto;
}

.button-reverse-container {
    margin-top: 15px;
}

.button-reverse.nav-button {
    border: 2px solid #fff;
    background-color: transparent;
}

.btn-next:hover {
    color: #fff;
    opacity: 1;
}

.btn-next.btn-top {
    z-index: 5;
    color: #fff;
}

.btn-top {
    margin-top: 30px;
}


/** ------ NAVIGATION ------ */

.jumpNav-buttons {
    padding-top: 10px;
    margin-left: -68px;
}

.jumpNav {
    -webkit-transition: all 0.25s ease-in-out;
    background-color: #23487a;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.25s ease-in-out;
    width: 100%;
    z-index: 99;
}

    .jumpNav .nav-button-sm {
        font-size: 50px;
        padding: 10px 5%;
    }

    .jumpNav .nav-button,
    .jumpNav .nav-button:visited {
        -webkit-transition: all 0.25s ease-in-out;
        display: inline-block;
        font-size: .8em;
        line-height: .1.1em;
        padding: 10px;
        transition: all 0.25s ease-in-out;
    }

        .jumpNav .nav-button:hover,
        .jumpNav .nav-button:visited:hover,
        .jumpNav .nav-button:focus,
        .jumpNav .nav-button:visited:focus,
        .jumpNav .nav-button:active,
        .jumpNav .nav-button:visited:active {
            background-color: #264461;
            color: #ffffff;
            text-decoration: none;
        }

    .jumpNav span.nav-button {
        cursor: pointer;
    }

    .jumpNav a {
        font-weight: normal;
    }

.next-mobile {
    -moz-border-radius: 50% !important;
    -ms-border-radius: 50% !important;
    -o-border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    -webkit-transition: all 0.25s ease-in-out;
    background-color: #00101f;
    border-radius: 50% !important;
    border: 1px solid #00539e;
    bottom: -35px;
    cursor: pointer;
    display: block;
    font-size: .8em;
    height: 84px;
    left: 50%;
    line-height: .1.1em;
    line-height: .9em;
    margin-left: -42px;
    padding-bottom: 15px;
    padding-top: 15px;
    position: fixed;
    transition: all 0.25s ease-in-out;
    width: 84px;
    z-index: 19;
}

    .next-mobile .scroll-next {
        -webkit-transition: all 0.25s ease-in-out;
        display: block;
        transition: all 0.25s ease-in-out;
    }

    .next-mobile .scroll-top {
        -webkit-transition: all 0.25s ease-in-out;
        display: none;
        transition: all 0.25s ease-in-out;
    }

    .next-mobile.bottom .scroll-next {
        display: none;
    }

    .next-mobile.bottom .scroll-top {
        display: block;
        position: relative;
        top: -5px;
    }

.absolute-center {
    bottom: 0;
    left: 0;
    margin: auto;
    min-height: 150px;
    position: absolute;
    right: 0;
    top: 0;
}

#METANAV {
    padding: 30px 0;
}

    #METANAV ul {
        float: right;
        list-style-type: none;
        padding: 0 0 0px 20px;
    }

        #METANAV ul li {
            color: #264461;
            display: inline;
            font-size: 14px;
        }

    #METANAV a {
        font-size: 11px;
        color: #5a7c91;
    }


/** ------ LAYOUT ------ */

.left {
    text-align: left;
}

.section {
    background-color: #23487a;
    overflow: hidden !important;
    padding: 20px 0;
    position: relative;
}

#HEADER {
    background: #23487a;
    height: 93px;
    padding: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}

.flex-container {
    align-content: space-between;
    align-items: stretch;
    flex-flow: row nowrap;
    justify-content: space-around;
}

.box-item {
    align-items: center;
    border: 3px solid #fff;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    margin: auto;
}

.location-container {
    border-bottom: 1px solid #ccc;
    padding-top: 10px;
    overflow: hidden;
}

.section#intro {
    background-image: url("../../includes/images/background2.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-size: cover;
}

.section#more {
    background-color: #fff;
    color: #000;
    padding: 60px 0;
}

    .section#more .container {
        text-align: left;
    }

    .section#more h2 {
        color: #ffffff;
        font-family: 'Source Sans Pro', sans-serif;
        margin: 40px 0;
    }

.section#locations {
    background: #fff;
    color: #000;
    padding: 60px 0;
}

.section#contact {
    background-attachment: fixed;
    background-image: url(../../includes/images/contact-background.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-size: cover;
    color: #fff;
    padding: 60px 0;
}

.section#locations .container h2 {
    color: #264461;
    font-size: 32px;
    margin-bottom: 40px;
}

.section#footer {
    background-color: #d7d7d7;
    color: #00539e;
    font-size: 14px;
    padding: 6px 0;
    text-align: left;
}

    .section#footer a {
        color: #00539e;
    }

.product-block1 {
    background-image: url("../../includes/images/parts.jpg");
    background-position: center center;
    background-repeat: repeat;
    margin-bottom: 20px;
    margin-right: 20px;
    padding: 50px 25px;
}

.product-block2 {
    background-image: url("../../includes/images/systems.jpg");
    background-position: center center;
    background-repeat: repeat;
    margin-bottom: 20px;
    margin-right: 20px;
    padding: 50px 25px;
}

.product-block3 {
    background-image: url("../../includes/images/tools.jpg");
    background-position: center center;
    background-repeat: repeat;
    margin-bottom: 20px;
    padding: 50px 25px;
}

@media (min-width: 320px) {
    .section#video {
        padding-top: 30px;
    }

    img#corner {
        height: 15%;
    }

    .intro-text .button-reverse {
        border: 3px solid #fff;
    }

    #reduce .button-reverse {
        background: #93bac8;
    }

    .button-reverse {
        padding: 12px 20px 10px 20px;
    }

    .button-reverse-container {
        text-align: center;
    }

    .section#products {
        padding: 60px 0;
    }

    .product-block1 {
        margin-right: 0px;
    }

    .product-block2 {
        margin-right: 0px;
    }
}

@media (min-width: 640px) and (min-height: 480px) {
    .intro-text .hero-headline {
        font-size: 1.1em;
    }
}

@media (min-width:600px) {
    .section#intro {
        background-size: 800px;
    }

    .intro-text .hero-headline {
        font-size: 2em;
    }

    .intro-text h3 {
        font-size: 2.8em;
    }

    .intro-text hr {
        width: 18%;
    }
}

@media (min-width:768px) {

    .section#intro {
        background-attachment: fixed;
        background-size: 1000px;
    }

    .section#products {
        padding: 60px 0;
    }

    .button-reverse-container {
        text-align: center;
    }

    .jumpNav .nav-button,
    .jumpNav .nav-button:visited {
        font-size: 1em;
        padding-left: 10px;
        padding-right: 10px;
        width: auto;
    }

    .product-block {
        width: 31%;
    }

    .jumpNav {
        border: none;
        bottom: auto;
        display: block;
        left: 0;
        opacity: .9;
        padding: 5px 0;
        position: fixed;
        top: 0;
    }

    .intro-text h3 {
        font-size: 3.5em;
    }

    .results {
        overflow-y: scroll;
        height: 500px;
    }

    .box-item {
        align-items: stretch;
        display: flex;
        flex-flow: row wrap;
        justify-content: space-around;
    }

    .jumpNav:hover {
        box-shadow: 0 0 16px rgba(0, 83, 158, 0.5);
    }

    .flex-container {
        align-content: space-between;
        align-items: stretch;
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-around;
    }
}

@media (min-width:992px) {
    .section#intro {
        background-size: 1200px;
    }

    .intro-btn-next {
        display: inline-block;
    }

    .btn-next,
    .btn-top {
        color: #00539e;
        display: inline-block;
        font-size: 1.25em;
        margin: 30px 0 20px 0;
        opacity: .6;
    }

    .next-mobile {
        display: none;
    }
}

@media (min-width:1200px) {
    .section#intro {
        background-size: 105%;
    }
}


@media (min-width:768px) {
    .intro-text .hero-headline {
        font-size: 2.5em;
    }

    .section#video {
        padding-top: 0;
    }

    .dc-myrexroth-footer a:not(.no-border):not(.no-border-sm) {
        border-right: 1px solid #d2dee1;
        padding-right: .75rem;
        margin-right: .75rem;
    }

    .dc-myrexroth-footer a {
        display: inline-block;
        padding-top: .2rem;
        padding-bottom: .2rem;
        margin-top: .5rem;
        margin-bottom: .5rem;
    }

    .product-block1 {
        margin-right: 20px;
    }

    .product-block2 {
        margin-right: 20px;
    }
}

@media (min-width:600px) {
}


/*------------------------------------*\
	Simple HTML5 data-tabs
\*------------------------------------*/

.tab {
    -webkit-transition: all 0.25s ease-in-out;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.25s ease-in-out;
}

.content {
    clear: both;
    display: none;
}

    .content.active {
        display: block;
    }

.outer-container {
    height: 100%;
    text-align: center;
    width: 100%;
}

.inner-container {
    display: inline-block;
    position: relative;
}

#user-accept-cookies {
    background: #223949;
    border-bottom: 2px solid #000;
    display: block;
    padding: 20px 15px;
    position: relative;
    top: 0px;
    width: 100%;
    z-index: 999999999;
}

#cookie-notification-container,
#cookie-notification-container p {
    color: #fff;
    font-size: 18px;
    overflow: hidden;
    width: 100%;
    z-index: 100000;
}

    #cookie-notification-container .cookie-close {
        color: #d1d2d6;
        font-size: 18px;
        width: 100%;
        float: right;
        text-align: right;
        margin-bottom: 15px;
        padding-bottom: 23px;
        cursor: pointer;
    }

img#corner {
    position: absolute;
    bottom: 0;
    right: 0;
}

.btn-top:hover {
    color: #19283A;
}

#popupModal .modal-content {
    background: #23487a;
    padding: 30px 0 30px 0;
}

    #popupModal .modal-content .modal-header {
        border-bottom: none;
        text-align: center;
        padding-bottom: 0;
    }

        #popupModal .modal-content .modal-header .modal-title {
            width: 100%;
        }

.modal-title {
    min-height: 19px;
    width: 100%;
}

#popupModal .modal-content .modal-footer {
    text-align: center;
    border-top: none;
    padding-top: 0;
}

#popupModal .modal-content > button {
    color: #ddd;
    float: right;
    padding: 0;
    position: relative;
    right: 10px;
    top: -25px;
}


/*
==============================================
fadeIn
==============================================
*/

.fadeIn {
    -webkit-animation-duration: 2s;
    -webkit-animation-name: fadeIn;
    -webkit-animation-timing-function: ease-in-out;
    animation-duration: 2s;
    animation-name: fadeIn;
    animation-timing-function: ease-in-out;
    opacity: inherit;
    visibility: visible !important;
}

@keyframes fadeIn {
    0% {
        opacity: 0.0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0.0;
    }

    100% {
        opacity: 1;
    }
}


/*
==============================================
floating
==============================================
*/

.floating {
    -webkit-animation-duration: 3.5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-name: floating;
    animation-duration: 3.5s;
    animation-iteration-count: infinite;
    animation-name: floating;
}

@keyframes floating {
    0% {
        transform: translateY(0%);
    }

    50% {
        transform: translateY(15%);
    }

    100% {
        transform: translateY(0%);
    }
}

@-webkit-keyframes floating {
    0% {
        -webkit-transform: translateY(0%);
    }

    50% {
        -webkit-transform: translateY(15%);
    }

    100% {
        -webkit-transform: translateY(0%);
    }
}

.transition {
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.spin {
    -webkit-animation: spin 5s infinite linear;
    animation: spin 5s infinite linear;
}

@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(90deg);
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(90deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(90deg);
    }
}


/** ------ MOBILE NAV ------ */

.row.dc-myrexroth-header {
    margin-left: -5px;
    margin-right: 0px;
    background-color: #23487a;
    height: 68px;
}

.icon-menubar-white:before {
    content: "\f0c9";
}

.row.dc-myrexroth-header .tab-content {
    display: none;
}

.row.dc-myrexroth-header .menu-button {
    background-color: #23487a;
    background-image: none;
    border-color: #23487a;
    border-radius: 0;
    border: none;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    font-weight: 400;
    height: 50px;
    margin-left: -10px;
    padding-top: 0;
    text-decoration: none !important;
    width: 50px;
}

    .row.dc-myrexroth-header .menu-button i {
        font-size: 26px;
        padding: 28px 10px;
    }

.row.dc-myrexroth-header .rexroth-logo {
    display: inline-block;
    padding-bottom: 0;
    padding-top: 12px;
    text-align: right;
}

    .row.dc-myrexroth-header .rexroth-logo img {
        height: 45px;
        width: auto;
    }

.row.dc-myrexroth-header .row.functions {
    position: relative;
    -webkit-transition: margin-bottom 1s;
    transition: margin-bottom 1s;
}

.row.dc-myrexroth-header .tagged {
    position: relative;
}

    .row.dc-myrexroth-header .tagged .tag {
        position: absolute;
        margin: 0;
        left: 68%;
        top: 10%;
    }

.row.dc-myrexroth-header .tag {
    border-radius: 3px;
    display: inline-block;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: .6rem;
    font-style: normal;
    line-height: .6rem;
    margin-left: .75rem;
    padding: .3rem .2rem .2rem;
    text-align: center;
    vertical-align: middle;
    width: auto;
}

.row.dc-myrexroth-header .functions-bar .btn .icon-arrow-down,
.row.dc-myrexroth-header .functions-bar .profile-name {
    display: none;
}

.row.dc-myrexroth-header .functions-bar {
    background-color: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1);
    margin-bottom: 8px;
    position: relative;
    text-align: center;
    z-index: 21;
}

    .row.dc-myrexroth-header .functions-bar .btn {
        width: 50px;
        height: 50px;
        text-align: center;
        position: relative;
    }

        .row.dc-myrexroth-header .functions-bar .btn:hover {
            background-color: transparent;
        }

        .row.dc-myrexroth-header .functions-bar .btn i {
            font-size: 18px;
        }

    .row.dc-myrexroth-header .functions-bar a.direct-link {
        display: block;
        width: 50px;
        height: 50px;
        margin: auto;
    }

.dc-myrexroth-header .side-menu {
    -webkit-transform: translateX(-100%);
    -webkit-transition: -webkit-transform 1s;
    background-color: #fff;
    left: 0;
    min-height: 245px;
    position: fixed;
    text-align: left;
    top: 0;
    transform: translateX(-100%);
    transition: transform 1s;
    width: 100%;
    z-index: 101;
}

.side-menu.dc-myrexroth-header-side-menu-open {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.row.dc-myrexroth-header .active {
    display: block;
}

.row.dc-myrexroth-header .side-menu hr {
    margin: 0;
}

.side-menu-header .col-xs-9 {
    text-align: left;
}

.side-menu .btn {
    background-color: #23487a;
}

.side-menu li a {
    color: #264461;
}

    .side-menu li a:hover {
        color: #00142a;
        text-decoration: underline;
    }

.row.dc-myrexroth-header .side-menu .side-menu-header {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1);
    margin-bottom: .5rem;
}

.row.dc-myrexroth-header .side-menu .side-menu-logo {
    margin-top: 12px;
    height: 42px;
    width: auto;
}

.row.dc-myrexroth-header .side-menu .close-side-menu {
    text-align: right;
    padding-right: 0;
}

    .row.dc-myrexroth-header .side-menu .close-side-menu .btn {
        height: 50px;
        width: 50px;
        padding-top: 0;
    }

        .row.dc-myrexroth-header .side-menu .close-side-menu .btn i {
            font-size: 18px;
        }

.row.dc-myrexroth-header .side-menu ul li {
    list-style: none;
    padding-top: 8px;
    padding-bottom: 8px;
    height: 40px;
}

    .row.dc-myrexroth-header .side-menu ul li.small-top-padding {
        padding-top: 2px;
        height: 34px;
    }

    .row.dc-myrexroth-header .side-menu ul li a {
        display: block;
        font-size: 18px;
        font-weight: 100;
        height: 100%;
        width: 100%;
    }

        .row.dc-myrexroth-header .side-menu ul li a i {
            float: right;
            font-size: 10px;
        }

.row.dc-myrexroth-header .desktop-function {
    visibility: hidden;
    height: 0;
    width: 0;
}

    .row.dc-myrexroth-header .desktop-function .dropdown-background,
    .row.dc-myrexroth-header .desktop-function .dropdown-menu {
        visibility: visible;
    }

.row.dc-myrexroth-header [data-dropdown].open .dropdown-menu,
.row.dc-myrexroth-header [data-dropdown].open > .dropdown-background {
    display: block;
}

.row.dc-myrexroth-header [data-dropdown] > .dropdown-background {
    background: rgba(0, 0, 0, .5);
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1001;
}

.row.dc-myrexroth-header [data-dropdown] button {
    padding-left: .75rem;
    width: 100%;
}

    .row.dc-myrexroth-header [data-dropdown] button:not(.action):not(.sort-button):after {
        -webkit-transform: translateY(25%);
        content: "\E001";
        float: right;
        font-family: bosch-mcd-icons;
        margin-left: 1rem;
        transform: translateY(25%);
    }

    .row.dc-myrexroth-header [data-dropdown] button i.dropdown-caret {
        display: none;
    }

.row.dc-myrexroth-header [data-dropdown] .dropdown-menu {
    background-color: transparent;
    border-radius: 0;
    border: none;
    bottom: 0;
    box-shadow: none;
    font-size: inherit;
    height: auto;
    left: 0;
    margin: 15px;
    min-width: 0;
    padding: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1002;
}

    .row.dc-myrexroth-header [data-dropdown] .dropdown-menu .menuheader {
        background-color: #f2f2f2;
        color: #333;
        height: 2.5rem;
    }

        .row.dc-myrexroth-header [data-dropdown] .dropdown-menu .menuheader h3 {
            margin-top: .5rem;
            margin-bottom: .5rem;
            padding-left: 15px;
            padding-right: 0;
        }

            .row.dc-myrexroth-header [data-dropdown] .dropdown-menu .menuheader h3 i {
                color: #333;
                cursor: pointer;
                float: right;
                margin-right: 15px;
            }

    .row.dc-myrexroth-header [data-dropdown] .dropdown-menu .menu-list {
        height: auto;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        position: absolute;
        margin-top: 2.5rem;
        overflow-y: auto;
    }

        .row.dc-myrexroth-header [data-dropdown] .dropdown-menu .menu-list ul {
            background-color: #fff;
            padding-left: 0;
            margin: 0;
        }

            .row.dc-myrexroth-header [data-dropdown] .dropdown-menu .menu-list ul li {
                color: #264461;
                margin: 0;
                overflow: hidden;
                padding-left: 0;
                text-overflow: ellipsis;
            }

                .row.dc-myrexroth-header [data-dropdown] .dropdown-menu .menu-list ul li .tagged {
                    position: static;
                }

                    .row.dc-myrexroth-header [data-dropdown] .dropdown-menu .menu-list ul li .tagged .tag {
                        position: static;
                        left: auto;
                        margin-left: 15px;
                    }

                .row.dc-myrexroth-header [data-dropdown] .dropdown-menu .menu-list ul li.redirect a {
                    padding-top: .3rem;
                    padding-bottom: .5rem;
                }

                .row.dc-myrexroth-header [data-dropdown] .dropdown-menu .menu-list ul li > a,
                .row.dc-myrexroth-header [data-dropdown] .dropdown-menu .menu-list ul li > span {
                    color: inherit;
                    display: block;
                    font-size: 1rem;
                    font-weight: inherit;
                    line-height: inherit;
                    overflow: hidden;
                    padding: .75rem 15px .75rem 14px;
                    text-overflow: ellipsis;
                    width: 100%;
                }

.row.dc-myrexroth-header .side-menu-content .panel .panel-body,
.row.dc-myrexroth-header .side-menu-content h1,
.row.dc-myrexroth-header .side-menu-content i {
    color: #264461;
}

.row.dc-myrexroth-header [data-dropdown] .dropdown-menu .menu-list ul li > a:hover,
.row.dc-myrexroth-header [data-dropdown] .dropdown-menu .menu-list ul li > span:hover {
    background-color: #e5eef2;
    text-decoration: none;
}

.row.dc-myrexroth-header [data-dropdown] .dropdown-menu .menu-list ul li > a i,
.row.dc-myrexroth-header [data-dropdown] .dropdown-menu .menu-list ul li > span i {
    margin-right: .75rem;
}

.row.dc-myrexroth-header [data-dropdown] .dropdown-menu.pad-bottom {
    background-color: #fff;
}

    .row.dc-myrexroth-header [data-dropdown] .dropdown-menu.pad-bottom .menu-list {
        margin-bottom: 30px;
    }

.row.dc-myrexroth-header .side-menu-container {
    bottom: 0;
    height: auto;
    left: 0;
    margin-top: 50px;
    position: absolute;
    right: 0;
    top: 0;
}

.row.dc-myrexroth-header .side-menu-content {
    display: none;
    margin-top: 13px;
    margin-bottom: 0;
    padding-left: 0;
}

    .row.dc-myrexroth-header .side-menu-content.open {
        display: block;
    }

    .row.dc-myrexroth-header .side-menu-content > .row > .col-xs-12,
    .row.dc-myrexroth-header .side-menu-content > ul > .row > .col-xs-12 {
        padding-left: 15px;
        padding-right: 15px;
    }

        .row.dc-myrexroth-header .side-menu-content > .row > .col-xs-12.side-menu-content-header,
        .row.dc-myrexroth-header .side-menu-content > ul > .row > .col-xs-12.side-menu-content-header {
            padding-left: 13px;
        }

    .row.dc-myrexroth-header .side-menu-content .panel-collapse .panel-body {
        padding: 0 0 0 14px;
    }

    .row.dc-myrexroth-header .side-menu-content ul {
        margin-bottom: 0;
        padding-left: 0;
    }

    .row.dc-myrexroth-header .side-menu-content h1 {
        margin-top: 0;
        font-size: 1.375rem;
        line-height: 1.625rem;
    }

    .row.dc-myrexroth-header .side-menu-content .panel .panel-collapse {
        display: none;
    }

    .row.dc-myrexroth-header .side-menu-content .panel .panel-title {
        padding-left: 15px;
        font-size: .8125rem;
        line-height: .9375rem;
    }

        .row.dc-myrexroth-header .side-menu-content .panel .panel-title span:before {
            display: inline-block;
            margin-right: .75rem;
            content: "\E003";
            padding-bottom: 1px;
        }

    .row.dc-myrexroth-header .side-menu-content .panel .panel-body ul li i {
        font-size: .75rem;
        text-align: right;
    }

    .row.dc-myrexroth-header .side-menu-content .panel .panel-body a:after {
        content: '\E003';
        display: inline-block;
        float: right;
        font-family: bosch-mcd-icons;
        font-size: .714285714rem;
        margin-right: .5rem;
        vertical-align: -50%;
    }

    .row.dc-myrexroth-header .side-menu-content .panel.expanded .panel-collapse {
        display: block;
        padding-top: 7px;
    }

    .row.dc-myrexroth-header .side-menu-content .panel.expanded .panel-title {
        padding-bottom: 8px;
        padding-top: 10px;
    }

        .row.dc-myrexroth-header .side-menu-content .panel.expanded .panel-title span:before {
            content: "\E001";
            padding-top: 3px;
            padding-bottom: 0;
        }

.row.dc-myrexroth-header .home-link {
    height: 32px;
    padding-bottom: 10px;
    font-weight: 100;
}

    .row.dc-myrexroth-header .home-link a {
        display: inline-block;
        height: 100%;
        font-size: 14px;
    }

    .row.dc-myrexroth-header .home-link span {
        vertical-align: middle;
    }

    .row.dc-myrexroth-header .home-link i {
        margin-right: .5rem;
        font-size: .75rem;
    }

        .row.dc-myrexroth-header .home-link i:before {
            margin-bottom: 1px;
        }

.row.dc-myrexroth-header .page-title h1 {
    margin-top: 10px;
    font-weight: 100;
}

hr.no-margin {
    margin: 0;
    border-top: 1px solid #f2f2f2;
}

.icon-close-white:before {
    content: "\E00A";
}

.row.dc-myrexroth-header-side-menu-open {
    overflow-y: hidden;
}

#btnSubmit {
    background: none;
    border-radius: 0px;
    border: solid 3px #fff;
    font-size: 22px;
    margin-top: 10px;
}

.mobile-menu-anchor {
    text-align: left;
}

.sticky {
    background: #fff;
    border-top: 0;
    left: 0;
    margin-left: -5px;
    margin-right: 0px;
    position: fixed;
    right: 0;
    top: 0;
}

.dc-myrexroth-footer {
    padding-bottom: .5rem;
    padding-left: 5px;
    padding-right: 5px;
}

    .dc-myrexroth-footer .border-top {
        border-top: 1px solid #e5eef2;
        font-size: 12px;
    }

    .dc-myrexroth-footer .copyright,
    .dc-myrexroth-footer a {
        padding-bottom: .5rem;
        padding-top: .5rem;
        padding-left: 0;
    }

    .dc-myrexroth-footer a {
        color: #264461 !important;
        display: block;
        font-weight: normal;
        font-family: 'Source Sans Pro', sans-serif;
    }

    .dc-myrexroth-footer .copyright {
        color: #333;
    }

#thank-you-message {
    display: none;
}
