
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {

    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline
}

html {
    -webkit-text-size-adjust: none
}

:focus {
    outline: 0
}

ol, ul {
    list-style: none;
    margin: 0
}

table {
    border-collapse: separate;
    border-spacing: 0
}

caption, th, td {
    font-weight: 400;
  
}

blockquote:before, blockquote:after, q:before, q:after {
    content: ""
}

blockquote, q {
    quotes: "" ""
}

a img {
    border: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

embed, iframe, object {
    max-width: 100%
}

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

/* FONTS */



/* BASIC WEBSITE ELEMENT STYLES */
body, input, textarea {
    color: #343434;
    font: 22px 'Microsoft YaHei', Arial, sans-serif;
    line-height: 1.3;
    word-wrap: break-word
}

body {
    background: #fff;
}

.wrapper {
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.container {
    margin: 0 auto;
    max-width: 100%;
}

.half {
    display: inline-block;
    width: 50%;
    vertical-align: top;
}

.half:nth-of-type(odd) {
    margin-right: -.25em;
    padding-right: 1em;
}

.half:nth-of-type(even) {
    padding-left: 1em;
    padding-bottom: 1.5em;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    line-height: .8;
}

h1 {
    font-size: 2.8em;
   /* text-transform: uppercase;*/
}

h2 {
    font-size: 2em;
    text-transform: uppercase;
}

h3, h4 {
    font-size: 1em;
    text-transform: uppercase;
}

p {
    margin-bottom: 1.2em;
    max-width: 30em;
}

strong {
    font-weight: bold
}

cite, em, i {
    font-style: italic
}

blockquote {
    font-style: italic;
    font-weight: 400;
    padding: 1.2em;
    border-left: 4px solid #eaeaea;
    margin-bottom: 1.8em;
    background-color: #F9F9F9
}

blockquote p {
    margin: 0
}

blockquote em, blockquote i, blockquote cite {
    font-style: normal
}

blockquote cite {
    color: #666;
    font-weight: 300;
    letter-spacing: .05em;
    text-transform: uppercase
}

input, textarea {
    -webkit-border-radius: 0
}

input[type="text"], input[type="email"], input[type="search"], input[type="password"], textarea {
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    appearance: none !important
}

input[type="text"], input[type="email"], input[type="password"], textarea {
    padding: .25em .5em;
    line-height: 1;
    width: 100%;z
    margin: .25em 0;
    background-color: #fff;
    border-top: 2px solid #e51937;
    border-right: 2px solid #e51937;
    border-left: 2px solid #e51937;
    border-bottom: 8px solid #e51937;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="search"]:focus, input[type="password"]:focus, textarea:focus, .nf-error .ninja-forms-field {
    border-top: 2px solid #a51c30 !important;
    border-right: 2px solid #a51c30 !important;
    border-left: 2px solid #a51c30 !important;
    border-bottom: 8px solid #a51c30 !important;
}

input[type="reset"], input[type="button"], input[type="submit"] {
    border: none;
    color: #fff;
    display: inline-block;
    -webkit-border-radius: 0;
    -moz-border-radius: 30;
    border-radius: 0;
    padding: 1em 2.5em;
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    cursor: pointer;
    background: #e51937;
    text-transform: uppercase;
}

input[type="reset"]:hover, input[type="button"]:hover, input[type="submit"]:hover {
    background: #a51c30;
}

a {
    color: #fff;
    text-decoration: none
}

a:focus, a:active, a:hover {
    text-decoration: none
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: top
}

.entry-content ul,
.overview ul {
    list-style-type: disc
}

.entry-content ul, .entry-content ol {
    margin: 0 0 1.2em 1.2em;
}

.overview ul, .overview ol {
    margin: 0 0 1.2em 1.2em;
}

.entry-content ol,
.overview ol {
    list-style-type: decimal
}

.entry-content ol ol,
.overview ol ol {
    list-style: upper-alpha
}

.entry-content ol ol ol,
.overview ol ol ol {
    list-style: lower-roman
}

.entry-content ol ol ol ol {
    list-style: lower-alpha
}

.entry-content ul ul, .entry-content ol ol, .entry-content ul ol, .entry-content ol ul, .overview ul ul {
    margin-bottom: 0
}

.entry-content {
    display: block;
    overflow: hidden;
    padding: 3em;
}

.entry-content a,
.overview a {
    color: #e51937;
}

.entry-content a:hover,
.overview a:hover {
    color: #a51c30;
}

.translations {
    position: absolute;
    top: 5px;
    right: 3em;
}

.logo {
    max-width: 225px;
    display: inline-block;
    float: left;
}

nav {
    display: inline-block;
    vertical-align: bottom;
}

nav li {
    display: inline-block;
    margin-right: 45px;
    font-size: 18px;
}

nav a {
    color: #000;
    text-transform: uppercase; font-size:18px; font-weight:bold;
}

nav a:hover {
    color: #e51937;
}

#burger {
    display: none;
    position: relative;
    width: 50px;
    height: 50px;
    margin: auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    cursor: pointer;
    z-index: 11;
}

#burger::after {
    content: "Menu";
    color: #e51937;
    position: absolute;
    bottom: -2px;
    text-align: center;
    left: 0;
    width: 100%;
}

#burger span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #e51937;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

#burger span:nth-child(1) {
    top: 2px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center
}

#burger span:nth-child(2) {
    top: 12px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center
}

#burger span:nth-child(3) {
    top: 22px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center
}

#burger.open {
}

#burger.open::after {
    opacity: 0;
}

#burger.open span {
    background: #fff;
}

#burger.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -3px;
    left: 8px;
}

#burger.open span:nth-child(2) {
    width: 0;
    opacity: 0
}

#burger.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 33px;
    left: 8px;
}

.menuBorder {
    position: absolute;
    z-index: 10;
    left: 0;
    top: 4.75em;
    width: 100%;
    stroke-dashoffset: 2650;
    stroke-dasharray: 2650;
    visibility: hidden;
}

.menu .icons {
    position: absolute;
    bottom: -3em;
    width: 100%;
    text-align: right;
    right: 3em;
    z-index: 3;
}

.menu .icons a {
    background: #e51937;
    color: #fff;
}

.sub-menu ul li:last-of-type .closeNav {
    color: #fff;
    font-size: 2em;
    display: block;
    cursor: pointer;
    text-decoration: underline;
    position: absolute;
    bottom: -1em;
    left: 1.5em;
}

.sub-menu ul li:last-of-type .closeNav:hover {
    color: #ddd;
}

.sub-menu .menu:before {
    font-size: 10vh;
    position: absolute;
    left: 62vw;
    top: 0;
    text-transform: uppercase;
    font-style: italic;
    font-weight: bold;
    color: #000;
    opacity: .2;
}

.sub-menu .menu .noHover a {
    color: #fff;
    font-style: normal;
    font-weight: normal;
    text-transform: none;
    cursor: default;
}

.sub-menu .menu .noHover a::before {
    display: none !important;
}

.sub-menu .menu .noHover a:hover {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
}

/* RECURRING PAGE ELEMENTS */
.hero {
    padding: 3em;
    position: relative;
    overflow: hidden;
}

/* STANDARD PAGE STYLES */
.pageTitle {
    font-size: 5em;
    color: #fff;
    position: relative;
    z-index: 1;
}

.page-template-default .hero img {
    margin-bottom: 1em;
    position: relative;
    z-index: 1;
}

.page-template-default .page-template-product-line .hero img {
    margin-bottom: 0;
}

.centerRow {
    margin: 0 auto;
    max-width: 30em;
}

section h2 {
    font-style: italic;
    max-width: 50%;
    -webkit-transform: translateY(-1.2em);
    -moz-transform: translateY(-1.2em);
    transform: translateY(-1.2em);
}

section .half h2 {
    max-width: 100%;
}

.complement {
    margin: 1.5em 0 0;
    display: block;
}

.imgDescription {
    background: #e51937;
    color: #fff;
    font-size: .75em;
    padding: 1em;
}

.imgDescription p {
    margin: 0;
}

/* HOME PAGE STYLES */
.home .container {
    padding: 0;
}

.home .hero {
    background: #f4f4f4;
    padding: 0;
}

.home .hero a {
    color: #e51937;

}

.home .hero .videoSlide a,
.home .hero .imageSlide a {
    color: #f4f4f4;
}

.hero .half {
    position: relative;
    z-index: 2;
}

.home .hero .half:nth-of-type(2) {
    padding: 0 10%;
}

.slide.stop {
    animation: none;
}

.videoSlide .half,
.imageSlide .half {
    width: 100%;
}

.videoSlide .headline {
    line-height: .8;
    font-size: 4.5em;
    margin-top: 0
}

.videoSlide p {
    font-size: 1.25em;
}

#slide2,
#slide3 {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

#slide2 {
    left: 100%;
}

#slide3 {
    left: 200%;
}

#heroVideo {
    width: 100%;
    position: absolute;
    top: -25%;
    left: 0;
    z-index: 0;
    min-height: 100%;
}

image {
    -webkit-transform: translateX(0) !important;
    -moz-transform: translateX(0) !important;
    transform: translateX(0) !important;
}

.active2 {
    -webkit-transform: translateX(-100%) !important;
    -moz-transform: translateX(-100%) !important;
    transform: translateX(-100%) !important;
}

.active3 {
    -webkit-transform: translateX(-200%) !important;
    -moz-transform: translateX(-200%) !important;
    transform: translateX(-200%) !important;
}

.arrow {
    font-size: 3em;
    position: absolute;
    top: 50%;
    transform: translateY(-25%);
    z-index: 1;
    color: #ccc;
    cursor: pointer;
    z-index: 2;
}

.arrow:hover {
    color: #e51937;
}

.leftArrow {
    left: .25em;
}

.rightArrow {
    right: .25em;
}
.n-about{width:100%;float:left; background-color:#000;padding-bottom:5%;margin-bottom:3%;}

@-webkit-keyframes hopesIdea {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        transform: translateX(0);
    }
    32% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        transform: translateX(0);
    }
    33% {
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    65% {
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    66% {
        -webkit-transform: translateX(-200%);
        -moz-transform: translateX(-200%);
        transform: translateX(-200%);
    }
    98% {
        -webkit-transform: translateX(-200%);
        -moz-transform: translateX(-200%);
        transform: translateX(-200%);
    }
    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        transform: translateX(0);
    }
}

.fadeIn {
    opacity: 1 !important;
    visibility: visible !important;
}

.home .hero.black {
    background: #000;
    -webkit-transition-delay: 400ms;
    -moz-transition-delay: 400ms;
    transition-delay: 400ms;
}

.products,
.social,
.mediaSuppliers {
    padding: 1em 3em;
    position: relative;
}

.divider {
    margin-bottom: 1em;
}

.products .box {
    width: 49.75%;
    display: inline-block;
    overflow: visible;
    padding: 0;
    position: relative;
    vertical-align: top;
    text-align: left;
    margin-bottom: .5%;
}

.products .box:nth-of-type(odd) {
    margin-right: .6%;
    margin-right: calc(.5% - .25em);
}

.products .box:first-of-type h2 {
    font-size: 5em;
    margin-top: .75em;
    font-style: italic;
    padding: 0;
    max-width: 50em;
    min-height: 0;
}

.products .box:first-of-type img {
    -webkit-transform: translateY(-75%);
    -moz-transform: translateY(-75%);
    transform: translateY(-75%);
    max-width: 115%;
}

.productList .one-touch-adjustable img {
    left: auto;
    right: 0;
    bottom: 0;
    margin: 0;
}

.box h2 {
    font-size: 3.5em;
    padding: .25em;
    max-width: 7em;
    overflow-wrap: normal;
    min-height: 270px;
    line-height: .75;
}

.box p {
    margin-bottom: .5em;
}

.box a {
    font-style: italic;
    font-weight: bold;
    text-transform: uppercase;
}

.description {
    padding: 1em;
    min-height: 180px;
}

.box:nth-of-type(2) .description {
    min-height: 0;
}

.red,
.darkGrey {
    color: #fff;
}

.lightGrey h2:hover,
.darkGrey h2:hover {
    color: #e51937;
}

.red h2:hover {
    color: #393939
}

.red .description {
    background: #e51937;
}

.red a,
.darkGrey a {
    color: #fff;
}

.lightGrey a {
    color: #343434;
}

.lightGrey .description {
    background: #f5f5f5;
}

.darkGrey .description {
    background: #393939;
}

.social h2,
.mediaSuppliers h2 {
    font-style: italic;
    -webkit-transform: translateY(-175%);
    -moz-transform: translateY(-175%);
    transform: translateY(-175%);
}

.social h2 strong {
    color: #e51937;
}

.third {
    width: 28%;
    display: inline-block;
    vertical-align: top;
}

.third:first-of-type,
.third:nth-of-type(2),
.third:nth-of-type(3n+1),
.third:nth-of-type(3n+2) {
    margin-right: 7.5%;
}

.third h3 {
    font-size: 2em;
    color: #e51937;
    font-style: italic;
    margin-bottom: .5em;
}

.third a {
    text-transform: uppercase;
    color: #e51937;
    text-decoration: underline;
}

.third p {
    margin-bottom: .75em;
}

.mediaSuppliers {
    margin-bottom: 3em;
}

/* HOME PAGE SOCIAL FEED STYLES */
.sboard .sb-item {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    box-sizing: content-box
}

.timeline-row {
    width: 28%;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 7.5%;
    text-align: center;
}

.timeline-row:nth-of-type(3) {
    margin-right: 0;
}

.timeline-content {
    max-width: 100%;
    overflow: hidden;
    position: relative;
    display: inline-block;
    background: #e51937;
    border-radius: 100%;
}

.sb-inner {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    border-radius: 100%;
    padding: 3.5em 3.2em 3em;
    height: 100%;
    text-align: left;
    color: #fff;
    background: rgba(229, 25, 55, 0.0);
}

.sb-text {
    opacity: 0;
}

.sb-noft .sb-text {
    opacity: 1;
}

.sb-thumb,
.sb-twitter .sb-noft {
    height: 325px;
    width: 325px;
}

.sb-thumb img {
    height: 100%;
    min-width: 100%;
    max-width: none;
}

.timeline-content:hover .sb-inner {
    background: rgba(229, 25, 55, 0.8);
}

.timeline-content:hover .sb-inner span {
    opacity: 1;
}

.timeline-icon {
    position: relative;
    color: #e51937;
    width: 100%;
    z-index: 3;
    height: 2em;
    max-width: 350px;
    display: inline-block;
}

.timeline-icon div {
    text-align: center;
    padding-top: 1em;
}

.timeline-row:nth-of-type(1) .timeline-icon {
    text-align: left;
}

.timeline-row:nth-of-type(3) .timeline-icon {
    text-align: right;
}

.timeline-icon .fa {
    font-size: 36px;
    color: #fff;
    background: #e51937;
    width: 80px;
    padding: 22px 0;
    border-radius: 100%;
    display: none;
}

.timeline-icon .fa:hover {
    background: #a51c30
}

.sb-instagram .fa-instagram,
.sb-twitter .fa-twitter,
.sb-facebook .fa-facebook,
.bg-instagram .fa-instagram,
.bg-twitter .fa-twitter,
.bg-facebook .fa-facebook {
    display: inline-block;
}

.home .third a:hover,
.home .hero a:hover {
    color: #a51c30;
}

/* PRODUCT LINE PAGE STYLES */
.page-template-product-line .hero {
    background: #e51937;
    color: #fff;
    padding: 1.5em 3em .25em;
}

.page-template-product-line .hero a {
    text-decoration: underline;
}

.page-template-product-line .hero a:hover {
    color: #f4f4f4;
}

.page-template-product-line .hero h4 {
    color: #fff;
    text-align: right;
    margin-bottom: 1em;
    padding-right: .5em;
}

.page-template-product-line .hero h1 {
    color: #fff;
    font-size: 5em;
    margin-bottom: .1em;
}

.page-template-product-line .hero .featured {
    padding-bottom: 1em;
}

.page-template-product-line .hero .half {
    position: relative;
    z-index: 1;
}

.page-template-product-line .hero .grid {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    z-index: 0;
}

.lineDivider {
    position: relative;
    z-index: 1;
    -webkit-transform: translateY(1.5em);
    -moz-transform: translateY(1.5em);
    transform: translateY(1.5em);
}

.overview {
    padding: 1em 3em;
}

.overview h3 {
    font-style: italic;
    font-size: 2em;
    -webkit-transform: translateY(-1.25em);
    -moz-transform: translateY(-1.25em);
    transform: translateY(-1.25em);
}

.overview ul {
    font-size: 1.25em;
}

.overview ul ul {
    font-size: 1em;
}

.overview ul li {
    margin-bottom: .5em;
}

.productList {
    background: #e51937;
    padding: 1em 3em;
}

.third:nth-of-type(2+3n) {
    margin: 2%;
}

.productList .box {
    padding: .5em;
    border: 3px solid #fff;
    display: inline-block;
    vertical-align: top;
    margin: .75% .5%;
    width: 32.3%;
    position: relative;
    height: 50vh;
    max-height: 425px;
}

.productList .box:nth-of-type(3n+1),
.productList .box:nth-of-type(1) {
    margin-left: 0;
}

.productList .box:nth-of-type(3n) {
    margin-right: 0;
}

.productList h3 {
    color: #fff;
    font-size: 1.5em;
    margin-bottom: 0;
}

.productList h3,
.productList p {
    background: rgba(229, 25, 55, 0.5);
    position: relative;
    z-index: 2;
}

.productList p {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-style: italic;
    font-size: .75em;
    line-height: 1;
}

.productList img {
    width: 75%;
    max-width: 400px;
    display: block;
    margin: 1em auto .5em;
    position: absolute;
    bottom: 0;
    left: 12.5%;
}

.productList .box a {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #fff;
    border-left: 3px solid #fff;
    border-top: 3px solid #fff;
    padding: .25em 1em;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    background: rgba(229, 25, 55, 0.5);
}

.productList .box a:hover {
    color: #e51937;
    background: #fff;
}

/* ADAS & AUTOMATED TECHNOLOGY PAGE FIELDS */
.tableOfContents {
    background: #eee;
    display: block;
    margin: 0 auto 2.4em;
    max-width: 30em;
    padding: .6em 1.2em;
}

.tableOfContents a {
    color: #e51937;
    display: inline-block;
}

.tableOfContents a:hover {
    color: #a51c30;
}

.contentLink {
    margin: .4em 0;
}

/* PRODUCT PAGE STYLES */
.page-template-product .entry-content {
    position: relative;
    padding: 0;
}

.largeGraphic {
    background: url('../../uploads/grey-grid.png');
    background-position: top right;
    background-size: auto 100%;
    background-repeat: no-repeat;
    text-align: right;
}

a.breadcrumb {
    font-style: italic;
    margin-left: .75em;
    color: #ccc;
    position: relative;
    z-index: 2;
}

a.breadcrumb:hover {
    color: #e51937;
}

.productTitle {
    margin-bottom: .33em;
}

.intro {
    padding: 3em 1em 1em 3em;
}

.page-template-product section {
    padding: 1em 3em;
}

.column {
    max-width: 30em;
    margin: 0 auto;
}

.brochure {
    text-transform: uppercase;
    font-size: 1.25em;
    padding: .5em 3em;
    background: #e51937;
    line-height: 1;
    display: inline-block;
    color: #fff;
}

.center {
    text-align: center;
    margin: 1.2em .5em;
}

.photo {
    width: 80%;
    max-width: 1300px;
    margin: 1em auto;
    padding-right: 350px;
    position: relative;
    overflow: hidden;
}

.caption {
    position: absolute;
    right: 0;
    top: 0;
    width: 350px;
    padding: 1em;
    height: 100vh;
    background: #e51937;
    color: #fff;
    font-size: 1em;
}

.noCaption.photo {
    text-align: center;
    padding-right: 0;
}

.noCaption .caption {
    display: none;
}

a.brochure {
    color: #fff !important;
}

a.brochure:hover {
    background: #a51c30;
}

/* CORPORATE SUSTAINABILITY PAGE STYLES */
/* -- Note: This makes the Issuu embed responsive -- */
.issuuWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.issuuWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.issuu-isrendered div div:nth-of-type(2) {
    display: none !important;
}

/* LEADERSHIP PAGE STYLES */
.page-id-180 .third {
    text-align: center;
    margin-top: 1.2em;
}

.team {
    margin-bottom: 2.4em;
}

.page-id-180 .third a {
    display: inline-block;
    margin-bottom: .25em;
    position: relative;
    text-decoration: none;
}

.page-id-180 .third a::before {
    content: " ";
    background: #e51937;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    opacity: 0;
}

.page-id-180 .third a::after {
    content: "View Bio";
    color: #fff;
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    top: 45%;
    z-index: 3;
    opacity: 0;
    -webkit-transform: translateY(-2em);
    -moz-transform: translateY(-2em);
    transform: translateY(-2em);
}

.page-id-180 .third a:hover::before,
.page-id-180 .third a:hover::after {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
}

.page-id-180 .third h3 {
    margin-bottom: 0;
}

.page-id-180 .third h4 {
    font-style: italic;
    font-weight: normal;
    line-height: 1;
    font-size: .75em;
    margin: 0 auto;
}

/* INDIVIDUAL LEADER STYLES */
.jobTitle {
    display: block;
    font-size: 50%;
    color: #e51937;
    text-transform: lowercase;
    font-weight: normal;
    line-height: 1;
}

/* NEWS RELEASES PAGE STYLES */
.page-id-277 .third p,
.page-id-277 .third h3 {
    margin-bottom: 0;
}

.prev-next-posts {
    margin: 1.2em 0;
}

.prev-next-posts div {
    display: inline-block;
}

.next-posts-link {
    float: right;
}

/* IN THE NEWS PAGE STYLES */
.page-id-275 .third:nth-of-type(n),
.page-id-277 .third:nth-of-type(n) {
    margin-bottom: 2.4em;
}

.page-id-275 .third h3,
.page-id-277 .third h3 {
    margin-bottom: 0;
    font-size: 1.5em;
}

.outlet {
    display: block;
    font-style: italic;
}

/* SINGLE PRESS RELEASE STYLES */
.single-release .entry-content {
    display: block;
    max-width: 30em;
    margin: 0 auto;
    padding: 1.2em 0;
}

.single-release .pageTitle,
.single-news .pageTitle {
    font-size: 3.5em;
}

/* SINGLE NEXTEER IN THE NEWS STYLES */
.single-news .entry-content {
    display: block;
    max-width: 30em;
    margin: 0 auto;
    padding: 1.2em 0;
}

/* MEDIA CENTER STYLES */
.page-id-273 .quarter {
    width: 21.75%;
    margin-right: 4%;
    display: inline-block;
}

.page-id-273 .quarter:nth-of-type(4n) {
    margin-right: -1em;
}

.mediaContacts .third,
.logos .third,
.productPhotos .quarter,
.headshots .quarter {
    vertical-align: bottom;
    margin-bottom: 2.4em;
}

.videos .quarter {
    vertical-align: top;
    margin-bottom: 2.4em;
}

.mediaContacts .third h3 {
    margin-bottom: 0;
}

.mediaContacts .third h4 {
    margin: .5em 0 .25em;
}

.mediaContacts .third span {
    display: block;
    line-height: 1;
}

.mediaContacts .third a {
    text-transform: lowercase;
    text-decoration: none
}

.email {
    text-transform: lowercase;
}

.productName {
    display: block;
}

.productPhotos h3 {
    color: #e51937;
    margin: 0 0 .5em;
}

.productPhotos .expand {
    font-size: 1.5em;
    cursor: pointer;
    vertical-align: top;
    line-height: .3;
    margin-left: .25em;
}

.productPhotos .productContain {
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -o-transform:: scaleY(0);
    transform: scaleY(0);
    height: 0;
    transform-origin: center top;
}

.productPhotos .productContain.reveal {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -o-transform:: scaleY(1);
    transform: scaleY(1);
    height: auto;
    opacity: 1;
}

.productPhotos .quarter {
    margin: 0 4% 2.4em 0;
}

.productPhotos .reveal.quarter:nth-of-type(4n+1) {
    margin-right: -1em;
}

.mediaContacts span.subHead {
    display: block;
    font-weight: bold;
    margin-top: -2em;
    margin-bottom: 2em;
    text-transform: uppercase;
}

/* LOCATIONS PAGE STYLES */
#map {
    width: 100%;
    height: 50vh;
}

/* WHY NEXTEER PAGE STYLES */
.theTop h2 {
    font-size: 2.5vw;
}

.page-id-170 .half:nth-of-type(2) {
    text-align: center;
}

.page-id-170 .entry-content p {
    font-size: 1.2em;
}

.page-id-170 .half:nth-of-type(even) {
    padding-bottom: 0;
}

/* HERITAGE PAGE STYLES */
.page-id-185 #heroVideo {
    top: auto;
    bottom: 0;
}

/* INNOVATION PAGE STYLES */
.page-id-182 .entry-content {
    padding-top: 1em;
}

.page-id-182 .timeline,
.page-id-185 .timeline {
    height: 100vh;
    max-width: none;
    min-height: 750px;
    cursor: e-resize;
    margin-bottom: 1em;
}

.mobileTimeline {
    display: none;
}

.prompt {
    background: rgba(0, 0, 0, .6);
    padding: .5em 1em;
    color: #fff;
    position: fixed;
    top: 50%;
    left: 45%;
    opacity: 0;
}

.animatePrompt {
    animation: fade 3s 1;
}

@-webkit-keyframes fade {
    0% {
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-moz-keyframes fade {
    0% {
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fade {
    0% {
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

/* STOCK INFORMATION PAGE STYLES */
.stockStat {
    margin-bottom: 2.4em;
}

section .stockStat h2 {
    font-style: normal;
    font-size: 6em;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
    max-width: 100%;
}

.stockStat h4 {
    font-weight: normal;
    color: #e51937
}

.subStat {
    font-size: 50%;
    font-weight: normal;
    display: block;
    color: #ccc;
}

.ui-datepicker-header {
    padding: 0 .5em .5em;
    font-family: 'Univers Condensed';
}

.ui-datepicker-calendar {
    width: 320px;
    padding: .5em;
    font-family: 'Univers Condensed';
}

.ui-datepicker-calendar thead {
    display: none;
}

.ui-datepicker-prev,
.ui-datepicker-next {
    font-weight: normal;
    font-size: 80%;
    margin-bottom: .5em;
    cursor: pointer;
}

.ui-datepicker-next {
    float: right;
}

.ui-datepicker-title {
    margin: 1em 0 0;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 0;
}

/* ANNOUNCEMENTS & CIRCULARS PAGE STYLES */
.yearsAnnouncements {
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -o-transform:: scaleY(0);
    transform: scaleY(0);
    height: 0;
    transform-origin: center top;
    opacity: 0;
}

.yearsAnnouncements.reveal {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -o-transform:: scaleY(1);
    transform: scaleY(1);
    height: auto;
    opacity: 1;
}

.yearTitle span {
    cursor: pointer;
    color: #e51937;
}

.yearTitle span:hover {
    color: #a51c30;
}

/* LEARNING CENTER PAGE STYLES */
.expand {
    cursor: pointer;
    color: #e51937;
}

.expand:hover {
    color: #a51c30;
}

/* LEARNING CENTER TEMPLATE STYLES */
.return {
    display: inline-block;
    margin-bottom: 1.2em;
}

/* SEARCH FORM STYLES */
.searchContainer {
    visibility: hidden;
    opacity: 0;
    background: rgba(20, 20, 20, .95);
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 11;
    text-align: left;
}

.searchContainer form {
    width: 600px;
    max-width: 90%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.cancel {
    position: absolute;
    bottom: 0;
    right: 0;
    text-transform: lowercase;
    text-decoration: underline;
    cursor: pointer;
}

.cancel:hover {
    color: #a51c30;
}

/* GLOBAL JOB SEARCH PAGE STYLES */
.page-id-223 iframe {
    width: 100%;
    height: 1100px;
}

.page-id-223 .entry-content {
    padding-top: 0;
}

/* WHY JOIN NEXTEER PAGE STYLES */
.joinX .quarter {
    display: inline-block;
    width: 25%;
    height: 450px;
    vertical-align: top;
    margin-right: -.2em;
}

.joinX .quarter {
    position: relative;
    padding: 2em 1em;
    font-size: 125%;
    color: #fff;
}

.joinX .textContainer {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    opacity: 0;
}

.joinX .quarter:hover .textContainer {
    opacity: 1;
}

.joinX .quarter::before,
.joinX .quarter::after {
    content: " ";
    position: absolute;
    background: #000;
    opacity: .9;
    width: 50%;
    height: 100%;
    top: 0;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    transform: scaleX(0);
    z-index: 0;
}

.joinX .quarter::before {
    left: 0;
    opacity: .8;
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    transform-origin: top left;
}

.joinX .quarter::after {
    right: 0;
    opacity: .8;
    -webkit-transform-origin: top right;
    -moz-transform-origin: top right;
    transform-origin: top right;
}

.joinX .quarter:hover::before,
.joinX .quarter:hover::after {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform: scaleX(1);
}

/* EVENTS & PRESENTATIONS PAGE STYLES */
.calnk a span {
    display: none;
}

.calnk a:hover span {
    color: #fff;
    background: #e51937;
    display: block;
    position: absolute;
    padding: .5em;
    width: 300px;
    z-index: 100;
}

.calendar-table {
    border: 0 !important;
    width: 100% !important;
    border-collapse: separate !important;
    border-spacing: 2px !important;
}

.calendar-heading {
    text-align: center;
    background-color: #e51937;
    padding: .5em 0;
}

.calendar-heading a {
    color: #fff;
}

.calendar-heading a:hover {
    color: #ddd;
}

.calendar-next {
    width: 20%;
    text-align: center;
    border: none;
}

.calendar-prev {
    width: 20%;
    text-align: center;
    border: none;
}

.calendar-month {
    width: 60%;
    text-align: center;
    text-transform: uppercase;
    font-size: 2em;
    color: #fff;
    border: none;
}

.normal-day-heading,
.weekend-heading {
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
    background-color: #a51c30;
    padding: .5em 0;
    height: 1.25em;
    width: 14.2%;
}

.day-with-date,
.day-without-date {
    vertical-align: text-top;
    text-align: left;
    width: 60px;
    min-height: 60px;
    border: 1px solid #fff;
    padding: .5em;
}

.current-day {
    vertical-align: text-top;
    text-align: left;
    background-color: #343434;
    padding: .5em;
    color: #fff;
}

span.event {
    font-size: 0.75em;
}

.kjo-link {
    font-size: 0.75em;
    text-align: center;
}

.calendar-date-switcher {
    height: 25px;
    text-align: center;
    border: 1px solid #D6DED5;
    background-color: #E4EBE3;
}

.calendar-date-switcher form {
    margin: 2px;
}

.calendar-date-switcher input {
    border: 1px #D6DED5 solid;
    margin: 0;
}

.calendar-date-switcher input[type=submit] {
    padding: 3px 10px;
}

.calendar-date-switcher select {
    border: 1px #D6DED5 solid;
    margin: 0;
}

.calnk a:hover span span.event-title {
    padding: 0;
    font-size: 1.2em;
    text-transform: uppercase;
    max-width: 280px;
}

.page-upcoming-events {
    font-size: 80%;
}

.page-todays-events {
    font-size: 80%;
}

.event-title-break {
    opacity: 0;
}

.calendar-table a {
    cursor: default;
}

.calendar-table a:hover {
    color: #e51937;
}

/* SEARCH RESULTS PAGE STYLES */
.query h3 {
    font-size: 4em;
    font-style: italic;
    color: #e51937;
}

.searchAgain {
    margin-top: 2.4em;
}

.searchAgain p {
    margin-bottom: 0;
}

.results {
    padding-top: 2em;
}

.searchResult {
    margin-bottom: 1.2em;
}

.searchResult p {
    margin-bottom: 0;
    font-size: 80%;
    max-width: 45em;
}

/* EASING */
/* -- 250ms straight -- */
a,
a::before,
input,
.fa-search,
.cancel,
.slideTease h3,
.j-message,
.closeNav,
.box h2,
.timeline-icon .fa,
.productContain,
.textContainer {
    -webkit-transition: 250ms all;
    -moz-transition: 250ms all;
    transition: 250ms all;
}

/* -- 4000ms straight -- */
.integrators .layer3 {
    -webkit-transition: 4000ms all;
    -moz-transition: 4000ms all;
    transition: 4000ms all;
}

/* -- 300ms ease-in-out -- */
.sub-menu,
.menu,
.searchContainer,
.slide,
.arrow,
.primaryNav,
.sb-inner,
.sb-inner span,
.quarter::before,
.quarter::after,
.yearsAnnouncements {
    -webkit-transition: all 300ms cubic-bezier(0.620, 0.250, 0.045, 0.985);
    -moz-transition: all 300ms cubic-bezier(0.620, 0.250, 0.045, 0.985);
    -o-transition: all 300ms cubic-bezier(0.620, 0.250, 0.045, 0.985);
    transition: all 300ms cubic-bezier(0.620, 0.250, 0.045, 0.985); /* custom */

    -webkit-transition-timing-function: cubic-bezier(0.620, 0.250, 0.045, 0.985);
    -moz-transition-timing-function: cubic-bezier(0.620, 0.250, 0.045, 0.985);
    -o-transition-timing-function: cubic-bezier(0.620, 0.250, 0.045, 0.985);
    transition-timing-function: cubic-bezier(0.620, 0.250, 0.045, 0.985); /* custom */
}

/* -- 800ms ease-in-out -- */
.inHouse img {
    -webkit-transition: all 800ms cubic-bezier(0.620, 0.250, 0.045, 0.985);
    -moz-transition: all 800ms cubic-bezier(0.620, 0.250, 0.045, 0.985);
    -o-transition: all 800ms cubic-bezier(0.620, 0.250, 0.045, 0.985);
    transition: all 800ms cubic-bezier(0.620, 0.250, 0.045, 0.985); /* custom */

    -webkit-transition-timing-function: cubic-bezier(0.620, 0.250, 0.045, 0.985);
    -moz-transition-timing-function: cubic-bezier(0.620, 0.250, 0.045, 0.985);
    -o-transition-timing-function: cubic-bezier(0.620, 0.250, 0.045, 0.985);
    transition-timing-function: cubic-bezier(0.620, 0.250, 0.045, 0.985); /* custom */
}

/* -- 200ms bounce -- */
#burger,
#burger span {
    -webkit-transition: all 200ms cubic-bezier(0.745, 0.165, 0.620, 1); /* older webkit */
    -webkit-transition: all 200ms cubic-bezier(0.745, 0.165, 0.620, 1.430);
    -moz-transition: all 200ms cubic-bezier(0.745, 0.165, 0.620, 1.430);
    -o-transition: all 200ms cubic-bezier(0.745, 0.165, 0.620, 1.430);
    transition: all 200ms cubic-bezier(0.745, 0.165, 0.620, 1.430); /* custom */
    -webkit-transition-timing-function: cubic-bezier(0.745, 0.165, 0.620, 1); /* older webkit */
    -webkit-transition-timing-function: cubic-bezier(0.745, 0.165, 0.620, 1.430);
    -moz-transition-timing-function: cubic-bezier(0.745, 0.165, 0.620, 1.430);
    -o-transition-timing-function: cubic-bezier(0.745, 0.165, 0.620, 1.430);
    transition-timing-function: cubic-bezier(0.745, 0.165, 0.620, 1.430); /* custom */
}

/* -- 400ms bounce -- */
.icons a,
a::after {
    -webkit-transition: all 400ms cubic-bezier(0.745, 0.165, 0.620, 1); /* older webkit */
    -webkit-transition: all 400ms cubic-bezier(0.745, 0.165, 0.620, 1.430);
    -moz-transition: all 400ms cubic-bezier(0.745, 0.165, 0.620, 1.430);
    -o-transition: all 400ms cubic-bezier(0.745, 0.165, 0.620, 1.430);
    transition: all 400ms cubic-bezier(0.745, 0.165, 0.620, 1.430); /* custom */
    -webkit-transition-timing-function: cubic-bezier(0.745, 0.165, 0.620, 1); /* older webkit */
    -webkit-transition-timing-function: cubic-bezier(0.745, 0.165, 0.620, 1.430);
    -moz-transition-timing-function: cubic-bezier(0.745, 0.165, 0.620, 1.430);
    -o-transition-timing-function: cubic-bezier(0.745, 0.165, 0.620, 1.430);
    transition-timing-function: cubic-bezier(0.745, 0.165, 0.620, 1.430); /* custom */
}

@media only screen and (max-width: 1500px) {
    .box h2 {
        font-size: 3em;
        padding: .33em;
        line-height: .8;
        min-height: 220px;
    }
}

@media only screen and (max-width: 1452px) {
    body, input, textarea {
        font-size: 20px;
    }

    nav li {
        margin-right: 35px;
    }

    .box h2 {
        min-height: 170px;
    }
}

@media only screen and (max-width: 1370px) {
    .videoSlide .headline {
        font-size: 3.5em;
    }
}

@media only screen and (max-width: 1340px) {
    h1 {
        font-size: 2.5em;
    }

    .page-id-273 .quarter {
        width: 28%;
        display: inline-block;
        margin-right: -1em;
    }

    .page-id-273 .quarter:first-of-type,
    .page-id-273 .quarter:nth-of-type(2),
    .page-id-273 .quarter:nth-of-type(3n+1),
    .page-id-273 .quarter:nth-of-type(3n+2) {
        margin-right: 7.5%;
    }
}

@media only screen and (max-width: 1250px) {
    .menu {
        padding: 2em 1em 1em;
    }

    .slide {
        padding: 4em 2.5em 1em;
    }

    .videoSlide {
        padding: 4em 4.25em 1em;
    }

    .products,
    .social,
    .mediaSuppliers,
    .productList,
    .overview {
        padding: 1em;
    }

    .hero,
    .page-template-product-line .hero,
    .page-template-default .hero {
        padding: 1.5em 1em 1em;
    }

    .entry-content {
        padding: 1em;
    }

    .single-leadership .entry-content,
    .page-template-product .entry-content,
    .search-results .entry-content {
        padding: 3em 1em 1em;
    }

    .largeGraphic {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 1;
    }

    .intro {
        padding: 0;
        position: relative;
        z-index: 2;
    }

    .page-template-product footer {
        margin-top: 0;
    }

    .lineDivider,
    .page-template-default .hero img {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0);
        margin-top: 1.25em;
        margin-bottom: .25em;
    }

    .productList img {
        margin: 0 auto;
    }

    .slideTease {
        left: 1em;
    }

    #slideTease3 {
        right: 1em;
    }

    .menu .icons {
        right: 1em;
    }

    .fa-search {
        margin-left: 0;
    }

    .home .hero .half:nth-of-type(2) {
        padding: 0;
    }

    .sub-menu ul li:last-of-type .closeNav {
        left: .5em;
    }

    .page-template-product-line .hero h1,
    .pageTitle,
    .query h3 {
        font-size: 3em;
    }

    .timeline-row {
        margin-right: 6%;
    }
}

@media only screen and (max-width: 1150px) {
    nav li {
        margin-right: 45px;
    }

    .products .box:first-of-type h2 {
        font-size: 3em;
        margin-top: 0;
    }

    .third,
    .productList .box:nth-of-type(n) {
        width: 49%;
        margin-bottom: 2%;
    }

    .third:first-of-type,
    .third:nth-of-type(2n+1),
    .productList .box:first-of-type,
    .productList .box:nth-of-type(2n+1) {
        margin: 0 2% 2% 0;
    }

    .team .third:nth-of-type(n) {
        margin-top: 1.2em;
    }

    .third:nth-of-type(2n),
    .productList .box:nth-of-type(2n) {
        margin: 0 -1.5em 2% 0;
    }

    .third h3,
    .third p {
        margin-bottom: 0;
    }

    .timeline-content {
        display: block;
        margin: 1em auto 0;
    }

    .timeline-row {
        width: 325px;
    }

    .timeline-row:nth-of-type(n) {
        text-align: center;
        margin-right: 0;
        display: block;
        margin: 0 auto 3.6em;
    }

    .sb-text {
        opacity: 1;
    }

    .timeline-content .sb-inner {
        background: rgba(229, 25, 55, 0.8);
    }

    .mediaSuppliers .third {
        margin-bottom: 2.4em;
    }

    .social h2, .mediaSuppliers h2 {
        font-style: italic;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0);
        text-align: center;
        margin-bottom: .5em;
    }

    .innovation .timeline,
    .heritage .timeline {
        display: none;
    }

    .mobileTimeline {
        display: block;
    }
}

@media only screen and (max-width: 1050px) {
    #burger {
        display: inline-block;
    }

    .logo {
        z-index: 11;
        position: relative;
    }

    .translations {
        position: static;
        display: inline-block;
        margin-right: .5em;
    }

    .fa-search {
        margin: 0 .5em 0 0;
        padding: .5em;
    }

    .primaryNav {
        position: fixed;
        width: 100%;
        height: 100vh;
        top: 0;
        left: 100%;
        z-index: 5;
        background: #393939;
    }

    .openMenu {
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    .sub-menu.fadeIn {
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    nav ul {
        position: absolute;
        top: 7.5em;
        width: 100%;
        z-index: 6;
    }

    .sub-menu lili:nth-of-type(n) {
        width: 32%;
    }

    .primaryNav a:hover {
        color: #fff;
    }

    .primaryNav li {
        display: block;
        width: 100%;
        text-align: center;
    }

    .sub-menu {
        position: fixed;
        width: 100%;
        height: 100vh;
        top: 0;
        left: 100%;
        z-index: 12;
    }

    .sub-menu .menu:before {
        left: 1rem;
    }

    .menu {
        padding: 1em 1em .5em;
    }

    .redMenu {
        background: none;
        border-bottom: .5em solid #e1e1e1;
    }

    .redMenu .logo img {
        -webkit-filter: brightness(1);
        filter: brightness(1);
    }

    .redMenu .fa-search {
        color: #e51937;
    }

    .menuBorder {
        top: 4em;
    }

    .social h2,
    .mediaSuppliers h2,
    section h2 {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0);
        margin-bottom: 1em;
    }

    section h2 {
        max-width: 100%;
    }

    section .stockStat h2 {
        font-size: 4em;
        margin-bottom: .25em;
    }

    .mediaContacts span.subHead {
        margin-top: 0;
    }

    .icons {
        float: none;
        vertical-align: middle;
        margin: .5em 1em;
    }

    .page-id-273 .quarter {
        width: 49%;
    }

    .page-id-273 .quarter:nth-of-type(odd) {
        margin-right: 2%;
    }

    .page-id-273 .quarter:nth-of-type(even) {
        margin-right: -1em;
    }

    .photo {
        width: 100%;
        padding: 0;
    }

    .caption {
        position: static;
        width: 100%;
        height: auto;
    }

    .caption p {
        max-width: 100%;
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 900px) {
    .sub-menu li:nth-of-type(n) {
        width: 49%;
    }

    .page-id-273 .third:nth-of-type(n) {
        margin-bottom: 1.2em;
    }

    .joinX {
        display: none;
    }
}

@media only screen and (max-width: 850px) {
    .half:nth-of-type(n),
    .products .box {
        width: 100%;
        padding: 0;
    }

    .description:nth-of-type(n) {
        background: none;
    }

    .box h2 {
        max-width: 20em;
        padding-bottom: 0;
    }

    .searchAgain {
        margin: 0 0 1.2em;
    }

    .products .box:nth-of-type(1) img {
        display: none;
    }

    .box h2,
    .description {
        min-height: 0;
    }

    .box h2 {
        font-size: 2em;
        padding: .5em;
    }

    .theTop h2 {
        font-size: 2em;
    }

    .page-template-default .hero img {
        max-height: 300px;
        display: block;
        margin: 1.25em auto .25em;
    }

    .overview h3 {
        font-style: italic;
        font-size: 2em;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(-0);
        transform: translateY(0);
        margin-bottom: .5em;
    }

    .overview ul {
        font-size: 1em;
    }

    .page-template-product-line .hero h4 {
        display: none;
    }

    .videoSlide .headline {
        font-size: 2.25em;
    }

    .menu .icons {
        bottom: -3.25em;
        right: 0;
    }

    .largeGraphic {
        opacity: .2;
    }

    a.breadcrumb {
        color: #e51937
    }

    .page-template-product section {
        padding: 0;
    }

    .column {
        margin: 0;
    }
}

@media only screen and (max-width: 700px) {
    .third,
    .productList .box:nth-of-type(n),
    .page-id-273 .quarter {
        width: 100%
    }

    .page-id-273 .quarter:nth-of-type(n) {
        margin: 0 0 1em;
    }

    .productList .box {
        height: auto;
        max-height: none;
    }

    .productList img {
        position: static;
        max-width: 400px;
        width: 95%;
        margin: .5em auto 0;
    }

    .productList h3,
    .productList p {
        background: none;
    }

    h1,
    .page-template-product-line .hero h1,
    .page-template-product-line .hero h1,
    .pageTitle,
    .query h3 {
        font-size: 2em;
    }

    .query h2 {
        font-size: 1.5em;
    }

    section h2 {
        margin-bottom: .25em;
    }

    .third.stockStat {
        margin: 1.2em 0 0;
    }

    .slideTease h3 {
        font-size: 75%;
    }

    .divider {
        margin: 1em 0;
    }
}

@media only screen and (max-width: 600px) {
    .sub-menu li:nth-of-type(n) {
        width: 100%;
    }

    .sub-menu .menu a {
        font-size: 1em;
        margin-bottom: .5em;
    }

    .sub-menu .menu {
        padding-top: 15vh;
    }

    .sub-menu ul li:last-of-type .closeNav {
        bottom: -1.5em;
    }

    .slideTease {
        display: none;
    }

    .logo {
        width: 150px;
        padding-top: .5em;
    }
}

@media only screen and (max-width: 480px) {
    .timeline-content {
        max-width: 300px;
        max-height: 300px;
    }

    .translations {
        position: absolute;
        top: 2px;
        right: 1em;
        margin: 0;
    }

    .menu {
        padding: 1.5em 1em .5em;
    }
}

@media only screen and (max-width: 340px) {
    .fa-search {
        font-size: 100% !important;
    }

    #burger {
        width: 40px;
        height: 40px;
    }

    #burger::after {
        font-size: 80%;
        bottom: -6px;
    }

    #burger.open span:nth-child(3) {
        top: 25px;
        left: 8px;
    }

    .query h2 {
        font-size: 1em;
    }

    .box h2 {
        font-size: 1.5em;
        padding: .75em;
    }
}

@media screen and (max-aspect-ratio: 16/9) {
    #heroVideo {
        width: auto;
        height: auto;
        min-width: 100%;
        min-height: 100%;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .menuBorder {
        display: none !important;
    }

    .redMenu {
        background: none;
        border-bottom: .5em solid #e1e1e1;
    }

    .redMenu nav:first-of-type a {
        color: #393939
    }

    .redMenu nav:first-of-type a:hover {
        color: #e51937;
    }

    .redMenu .fa-search {
        color: #e51937;
    }

    .sub-menu {
        /*top: 5.8em;*/
    }
}

/*
Theme Name: Nexteer by Aberro Creative
Theme URI: http://aberrocreative.com
Author: Aberro Creative
Author URI: http://aberrocreative.com
Description: This is a custom WordPress theme designed for Nexteer by Aberro Creative. Please email steve@aberrocreative.com if you have questions about the theme.
Version: 1
License: None
License URI: None
Tags: n/a
Text Domain: aberro

*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
 
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline
}

html {
    -webkit-text-size-adjust: none
}

:focus {
    outline: 0
}

ol, ul {
    list-style: none;
    margin: 0
}

table {
    border-collapse: separate;
    border-spacing: 0
}

caption, th, td {
    font-weight: 400;

}

blockquote:before, blockquote:after, q:before, q:after {
    content: ""
}

blockquote, q {
    quotes: "" ""
}

a img {
    border: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

embed, iframe, object {
    max-width: 100%
}

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

/* FONTS */
@font-face {
    font-family: 'Univers Condensed';
    src: url('library/fonts/Univers-Condensed.eot');
    src: url('library/fonts/Univers-Condensed.woff'),
    url('library/fonts/Univers-Condensed.ttf');
    font-weight: normal;
    font-style: normal;
}



/* BASIC WEBSITE ELEMENT STYLES */
body, input, textarea {
    color: #343434;
    font: 22px 'Microsoft YaHei', Arial, sans-serif;
    line-height: 1.3;
    word-wrap: break-word
}

body {
    background: #fff;
}

.wrapper {
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.container {
    margin: 0 auto;
    max-width: 100%;
}

.half {
    display: inline-block;
    width: 50%;
    vertical-align: top;
}

.half:nth-of-type(odd) {
    margin-right: -.25em;
    padding-right: 1em;
}

.half:nth-of-type(even) {
    padding-left: 1em;
    padding-bottom: 1.5em;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    line-height: .8;
}

h1 {
    font-size: 3em;
}

h2 {
    font-size: 1.8em;
    text-transform: uppercase;
}

h3, h4 {
    font-size: 1em;
    text-transform: uppercase;
}

p {
    margin-bottom: 1.2em;
    max-width: 30em;
}

strong {
    font-weight: bold
}

cite, em, i {
    font-style: italic
}

blockquote {
    font-style: italic;
    font-weight: 400;
    padding: 1.2em;
    border-left: 4px solid #eaeaea;
    margin-bottom: 1.8em;
    background-color: #F9F9F9
}

blockquote p {
    margin: 0
}

blockquote em, blockquote i, blockquote cite {
    font-style: normal
}

blockquote cite {
    color: #666;
    font-weight: 300;
    letter-spacing: .05em;
    text-transform: uppercase
}

input, textarea {
    -webkit-border-radius: 0
}

input[type="text"], input[type="email"], input[type="search"], input[type="password"], textarea {
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    appearance: none !important
}

input[type="text"], input[type="email"], input[type="password"], textarea {
    padding: .25em .5em;
    line-height: 1;
    width: 100%;
    margin: .25em 0;
    background-color: #fff;
    border-top: 2px solid #e51937;
    border-right: 2px solid #e51937;
    border-left: 2px solid #e51937;
    border-bottom: 8px solid #e51937;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="search"]:focus, input[type="password"]:focus, textarea:focus {
    border-top: 2px solid #a51c30;
    border-right: 2px solid #a51c30;
    border-left: 2px solid #a51c30;
    border-bottom: 8px solid #a51c30;
}

input[type="reset"], input[type="button"], input[type="submit"] {
    border: none;
    color: #fff;
    display: inline-block;
    -webkit-border-radius: 0;
    -moz-border-radius: 30;
    border-radius: 0;
    padding: 1em 2.5em;
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    cursor: pointer;
    background: #e51937;
    text-transform: uppercase;
}

input[type="reset"]:hover, input[type="button"]:hover, input[type="submit"]:hover {
    background: #a51c30;
}

a {
    color: #fff;
    text-decoration: none
}

a:focus, a:active, a:hover {
    text-decoration: none
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: top
}

.entry-content ul,
.overview ul {
    list-style-type: disc
}

.entry-content ul, .entry-content ol {
    margin: 0 0 1.2em 1.2em;
}

.overview ul, .overview ol {
    margin: 0 0 1.2em 1.2em;
}

.entry-content ol,
.overview ol {
    list-style-type: decimal
}

.entry-content ol ol,
.overview ol ol {
    list-style: upper-alpha
}

.entry-content ol ol ol,
.overview ol ol ol {
    list-style: lower-roman
}

.entry-content ol ol ol ol {
    list-style: lower-alpha
}

.entry-content ul ul, .entry-content ol ol, .entry-content ul ol, .entry-content ol ul, .overview ul ul {
    margin-bottom: 0
}

.entry-content {
    display: block;
    overflow: hidden;
    padding: 3em;
}

.entry-content a,
.overview a {
    color: #e51937;
}

.entry-content a:hover,
.overview a:hover {
    color: #a51c30;
}

/* NAVIGATION */
.menu {
    text-align: right;
    padding: 30px 120px; background-color:#fff;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.translations {
    position: absolute;
    top: 5px;
    right: 3em;
}

.logo {
    max-width: 225px;
    display: inline-block;
    float: left;
}

nav {
    display: inline-block;
    vertical-align: bottom;
}

nav li {
    display: inline-block;
    margin-right: 45px;
}

nav li:before {
    content: '';
    position: absolute;
    height: 20px;
    width: 100%;
    top: 100%;
}

.fa-search {
    vertical-align: top;
    color: #000;
    border: none;
    cursor: pointer;
}

.fa-search:hover {
    color: #e51937;
}

#burger {
    display: none;
    position: relative;
    width: 50px;
    height: 50px;
    margin: auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    cursor: pointer;
    z-index: 11;
}

#burger::after {
    content: "Menu"; font-size:14px;
    color: #e51937;
    position: absolute;
    bottom: -2px;
    text-align: center;
    left: 0;
    width: 100%;
}

#burger span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #e51937;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

#burger span:nth-child(1) {
    top: 2px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center
}

#burger span:nth-child(2) {
    top: 12px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center
}

#burger span:nth-child(3) {
    top: 22px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center
}

#burger.open {
}

#burger.open::after {
    opacity: 0;
}

#burger.open span {
    background: #fff;
}

#burger.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -3px;
    left: 8px;
}

#burger.open span:nth-child(2) {
    width: 0;
    opacity: 0
}

#burger.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 33px;
    left: 8px;
}

.menuBorder {
    position: absolute;
    z-index: 10;
    left: 0;
    top: 4.75em;
    width: 100%;
    stroke-dashoffset: 2650;
    stroke-dasharray: 2650;
    visibility: hidden;
}

.menu .icons {
    position: absolute;
    bottom: -3em;
    width: 100%;
    text-align: right;
    right: 3em;
    z-index: 3;
}

.menu .icons a {
    background: #e51937;
    color: #fff;
}

.closeNav {
    display: none;
}

.new-menu {
    display: none;
}

.new-menu a {
    color: #000;
}

.new-menu.fadeIn {
    display: block;
}

.sub-menu ul li:last-of-type .closeNav {
    color: #fff;
    font-size: 2em;
    display: block;
    cursor: pointer;
    text-decoration: underline;
    position: absolute;
    bottom: -1em;
    left: 1.5em;
}

.sub-menu ul li:last-of-type .closeNav:hover {
    color: #ddd;
}

.sub-menu .menu:before {
    font-size: 10vh;
    position: absolute;
    left: 62vw;
    top: 0;
    text-transform: uppercase;
    font-style: italic;
    font-weight: bold;
    color: #000;
    opacity: .2;
}

#menu-about-menu:before {
    content: "About";
    color: #e51937;
    border-bottom: 1px solid #e51937;
    display: inline-block;
    padding-bottom: 4px;
    margin-bottom: 12px;
}

#menu-products-menu:before {
    content: "Products";
    color: #e51937;
    border-bottom: 1px solid #e51937;
    display: inline-block;
    padding-bottom: 4px;
    margin-bottom: 12px;
}

#menu-careers-menu:before {
    content: "Careers";
    color: #e51937;
    border-bottom: 1px solid #e51937;
    display: inline-block;
    padding-bottom: 4px;
    margin-bottom: 12px;
}

#menu-investors-menu:before {
    content: "Investors";
    color: #e51937;
    border-bottom: 1px solid #e51937;
    display: inline-block;
    padding-bottom: 4px;
    margin-bottom: 12px;
}

#menu-suppliers-menu:before {
    content: "Suppliers";
    color: #e51937;
    border-bottom: 1px solid #e51937;
    display: inline-block;
    padding-bottom: 4px;
    margin-bottom: 12px;
}

#menu-media-menu:before {
    content: "Media";
    color: #e51937;
    border-bottom: 1px solid #e51937;
    display: inline-block;
    padding-bottom: 4px;
    margin-bottom: 12px;
}

.sub-menu .menu .noHover a {
    color: #fff;
    font-style: normal;
    font-weight: normal;
    text-transform: none;
    cursor: default;
}

.sub-menu .menu .noHover a::before {
    display: none !important;
}

.sub-menu .menu .noHover a:hover {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
}

/* RECURRING PAGE ELEMENTS */
.hero {
    padding: 3em;
    position: relative;
    overflow: hidden;
}

.slider-controls {
    position: absolute !important;
    top: 0;
    bottom: 0;
    right: 120px;
    display: flex;
    align-items: center;
    z-index: 9;
}

/* STANDARD PAGE STYLES */
.pageTitle {
    font-size: 3em;
    color: #fff;
    position: relative;
    z-index: 1;
}

.page-template-default .hero {
    padding: 4.5em;
}

.page-template-default .hero img {
    margin-bottom: 1em;
    position: relative;
    z-index: 1;
}

.page-template-default .page-template-product-line .hero img {
    margin-bottom: 0;
}

.centerRow {
    margin: 0 auto;
    max-width: 30em;
}

section h2 {
    font-style: italic;
    max-width: 50%;
    -webkit-transform: translateY(-1.2em);
    -moz-transform: translateY(-1.2em);
    transform: translateY(-1.2em);
}

section .half h2 {
    max-width: 100%;
}

.complement {
    margin: 1.5em 0 0;
}

.imgDescription {
    background: #e51937;
    color: #fff;
    font-size: .75em;
    padding: 1em;
}

.imgDescription p {
    margin: 0;
}

/* HOME PAGE STYLES */
.home .container {
    padding: 0;
}

.home .hero {
    background: #f4f4f4;
    padding: 0;
}

.home .headline {
    font-style: normal;
    line-height: .95;
    text-transform: none;
    font-weight: normal;
    font-size: 60px;
    margin-bottom: 30px;
    max-width: 750px;
}

.slide p {
    font-weight: normal;
    font-family: 'Univers 55';
    line-height: 1.4;
}

.headline strong {
    /*font-size:200%;*/
    font-weight: bold;
    display: block;text-transform: uppercase;
}

.home .hero a {
    color: #e51937;
    
}

.home .hero .videoSlide a,
.home .hero .imageSlide a {
    color: #f4f4f4;
z-index: 99999;
    cursor: pointer;
    pointer-events: all;
}

.hero .half {
    position: relative;
    z-index: 2;
    pointer-events: none;
}

.home .hero .half:nth-of-type(2) {
    padding: 0 10%;
}

.slide {
    padding: 120px;
    position: relative;
    overflow: hidden;
    width: 100%;
    /*animation:hopesIdea 15s infinite;*/
    min-height: 615px;
    height: 80.5vh;
    display: flex;
    align-items: center;
    color: #fff;
}

.slide-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .4);
    pointer-events: none;
}

.slide-button {
    cursor: pointer;
}

.slide.stop {
    animation: none;
}

.videoSlide .half,
.imageSlide .half {
    width: 100%;
}

.videoSlide .headline {
    line-height: .8;
    font-size: 4.5em;
    margin-top: 0
}

.videoSlide p {
    font-size: 1.25em;
}

#slide2,
#slide3 {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

#slide2 {
    left: 100%;
}

#slide3 {
    left: 200%;
}

#heroVideo {
    width: 100%;
    position: absolute;
    top: -25%;
    left: 0;
    z-index: 0;
    min-height: 100%;
}

.active1 {
    -webkit-transform: translateX(0) !important;
    -moz-transform: translateX(0) !important;
    transform: translateX(0) !important;
}

.active2 {
    -webkit-transform: translateX(-100%) !important;
    -moz-transform: translateX(-100%) !important;
    transform: translateX(-100%) !important;
}

.active3 {
    -webkit-transform: translateX(-200%) !important;
    -moz-transform: translateX(-200%) !important;
    transform: translateX(-200%) !important;
}

.arrow {
    font-size: 3em;
    position: absolute;
    top: 50%;
    transform: translateY(-25%);
    z-index: 1;
    color: #ccc;
    cursor: pointer;
    z-index: 2;
}

.arrow:hover {
    color: #e51937;
}

.leftArrow {
    left: .25em;
}

.rightArrow {
    right: .25em;
}

@-webkit-keyframes hopesIdea {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        transform: translateX(0);
    }
    32% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        transform: translateX(0);
    }
    33% {
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    65% {
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    66% {
        -webkit-transform: translateX(-200%);
        -moz-transform: translateX(-200%);
        transform: translateX(-200%);
    }
    98% {
        -webkit-transform: translateX(-200%);
        -moz-transform: translateX(-200%);
        transform: translateX(-200%);
    }
    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        transform: translateX(0);
    }
}

.fadeIn {
    opacity: 1 !important;
    visibility: visible !important;
}

.home .hero.black {
    background: #000;
    -webkit-transition-delay: 400ms;
    -moz-transition-delay: 400ms;
    transition-delay: 400ms;
}

.products,
.social,
.mediaSuppliers {
    padding: 1em 3em;
    position: relative;
}

.divider {
    margin-bottom: 1em;
}

.products .box {
    width: 49.75%;
    display: inline-block;
    overflow: visible;
    padding: 0;
    position: relative;
    vertical-align: top;
    text-align: left;
    margin-bottom: .5%;
}

.products .box:nth-of-type(odd) {
    margin-right: .6%;
    margin-right: calc(.5% - .25em);
}

.products .box:first-of-type h2 {
    font-size: 5em;
    margin-top: .75em;
    font-style: italic;
    padding: 0;
    max-width: 50em;
    min-height: 0;
}

.products .box:first-of-type img {
    -webkit-transform: translateY(-75%);
    -moz-transform: translateY(-75%);
    transform: translateY(-75%);
    max-width: 115%;
}

.productList .one-touch-adjustable img {
    left: auto;
    right: 0;
    bottom: 0;
    margin: 0;
}

.products-row {
    display: flex;
    background: #F7F7F7;
    padding: 0 80px 180px 80px;
    align-items: center;
    flex-wrap: wrap;
    z-index: 9;
}

.products-row .product {
    flex: 100%;
    margin: 0 0 50px;
    position: relative;
    box-shadow: 0 3px 30px rgba(0, 0, 0, .3);
    display: flex;
    transition: all .25s ease-in-out;
    z-index: 9;
}

.products-row .product .product-inner {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.products-row .product .product-inner .top img {
    max-width: none;
    width: 100%;
}

@media (min-width: 992px) {
    .products-row {
        flex-wrap: nowrap;
    }

    .products-row .product {
        flex: 1;
        margin: -75px 15px 0 15px;
    }

    .products-row .product.disabled {
        opacity: .4;
        /*transform: scale(.75);*/
        height: unset;
        cursor: pointer;
    }

    .products-row .product.disabled .bottom {
        padding: 20px;
    }

    .products-row .product.disabled .top {
        min-height: 200px;
        padding: 55px;
    }

    .products-row .product.disabled .title {
        font-size: 19.5px;
    }

    .products-row .product.disabled .body {
        font-size: 13.5px;
    }

    .products-row .product.disabled .link {
        font-size: 13.5px;
    }

    .products-row .product.disabled:after {
        content: '';
        background: #000;
        opacity: .4;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
}

.products-row .product .top {
    background: #fff;
    min-height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px;
}

.products-row .product .bottom {
    background: #fff;
    padding:15px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;border-top: solid 5px #ecebeb;
}

.products-row .product .title {
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 20px;
}

.products-row .product .body {
    margin-bottom: 20px;
    font-size: 14px;
    display: flex;
    flex-direction: column;
}

.products-row .product .link {
    color: #E51937;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    align-items: center;
    font-style: normal;

}

.products-row .product .link img {
    margin-left: 24px;
}

.blog-list-page {
    padding: 75px 120px;
}

.blog-single-page {
    padding: 120px 240px;

}

.blog-single-page ul li, .blog-single-page ol li{

}

.blog-single-page h1 {
    font-size: 42px;
    text-transform: uppercase;
    line-height: 1.15;
}

.blog-single-page .meta {
    font-size: 14px;

    margin-bottom: 15px;
}

.blog-single-page p {
    max-width: none;

    font-size: 20px;
}

.blog-single-page .category {
    color: #E51937;
    text-transform: uppercase;
    font-weight: bold;
}

.blog-single-page .divider {
    display: inline-block;
    width: 2px;
    height: 10px;
    background: rgba(0, 0, 0, .7);
    margin: 0 15px;
}

.blog-single-page blockquote {
    font-style: inherit !important;
    background: none !important;
    border-left: 8px solid #E51937;
    padding: 0 0 0 25px;
}

.blog-single-page blockquote i {
    font-size: 90%;
    opacity: .75;
}

.blog-single-page .featured-image {
    margin: 75px 0;
    max-height: 620px;
    width: 100%;
    object-fit: cover;
}

.news-row {
    display: flex;
    padding: 0 80px 240px 80px;
    background: #fff;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    margin: 0 -20px -150px;
}

.news-row > * {
    margin-bottom: 50px;
}

.featured-blog-container {
    margin-bottom: 75px;
}

.featured-blog {
    flex: 70%;
    padding: 0 20px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.featured-blog .image {
    /*position: absolute;*/
    width: 60%;
    right: 0;
    top: 0;
    display: none;
    object-fit: cover;
    max-height: 525px;
    object-position: center right;
}

.featured-blog .image.active {
    display: flex;
}

.featured-blog .box {
    position: absolute;
    width: 630px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    padding: 40px 80px;
    box-shadow: 0 3px 30px rgba(0, 0, 0, .5);
}

.featured-blog .category {
    color: #E51937;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}

.featured-blog .divider {
    margin: 15px 0;
    background: #000;
    width: 30px;
    height: 2px;
}

.featured-blog .title {
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 26px;
}

.featured-blog .body {
    margin-bottom: 20px;

    font-size: 18px;
    line-height: 1.5;
}

.featured-blog .link {
    color: #E51937;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    align-items: center;
    font-style: normal;
}

.featured-blog .link img {
    margin-left: 24px;
}

.featured-blog .arrow-img {
    width: 16px;
}

.featured-blog .arrow-left {
    position: absolute;
    top: 50%;
    left: 0;
    height: 80px;
    width: 50px;
    margin-top: -40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, .7);
    border: 0;
    outline: 0;
    cursor: pointer;
}

.featured-blog .arrow-right {
    position: absolute;
    top: 50%;
    right: 0;
    height: 80px;
    width: 50px;
    margin-top: -40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, .7);
    border: 0;
    outline: 0;
    cursor: pointer;
}

.featured-blog .right {
    position: absolute;
    top: 50%;
    right: 0;
    padding: 29.5px 25.5px 28.5px 18.5px;
    background: rgba(0, 0, 0, .7);
}

.news-row .blog-container {
    width: 100%;
    flex: 70%;
    padding: 0 0px;
    position: relative;
    display: flex;
    align-items: center;
    margin-top: -75px;
    justify-content: flex-end;
}

.news-row .blog-container .image {
    /*position: absolute;*/
    width: 68%;
    right: 0;
    top: 0;
    display: none;
    object-fit: contain;
    max-height: 525px;
    object-position: center right;
}

.news-row .blog-container .image.active {
    display: flex;
}

.news-row .blog-container .box {
    position: absolute;
    width: 570px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    padding: 40px 75px;
    box-shadow: 0 3px 30px rgba(0, 0, 0, .5);
}
.index-standard-item.bg_img {
    background: #000;
        background-image: none;
        background-size: auto;
    background-size: cover;width:100%;float:left;
}
.standard-view {
   /* position: absolute;
    top: 0;
    width: 100%;
    color: #ffffff;
    padding-top: 100px;left:0;*/
} .index-standard-item .standard-title {
    display: block;
    text-align: center;
    margin: 0;
    width: 100%;
    left: 0;
}.index-standard-item .standard-title {
    position: relative;
    margin: 100px -150px;
    left: 50%;
    width: 400px;
    height: auto;
    font-size: 40px;
    font-weight: bold;
/*    display: initial;*/
}
.index-standard-item .standard-title::before {

    content: '';
    position: absolute;
    bottom: -25px;
    left: 50%;
    margin-left: -66px;
    width: 132px;
    height: 1px;
    background: rgba(204, 204, 204, 0.8);

}.index-standard-item .standard-title::after {
    content: '';
    position: absolute;
    bottom: -25.5px;
    left: 50%;
    margin-left: -18px;
    width: 36px;
    height: 3px;
    background:#E51937;
}
.index-standard-item .standard-content {
    margin: 80px auto;
    width: 56%;
    text-align: center;
    line-height: 36px;
    font-size: 18px;
}

.index-standard-item {
    position: relative;
}

@media all and (min-width: 1600px) {
    .news-row .blog-container .image {
        width: 80%;
    }
    .news-row .blog-container .box {
        width: 50%;
    }
}

.news-row .blog-container .category {
    color: #E51937;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}

.news-row .blog-container .divider {
    margin: 15px 0;
    background: #000;
    width: 30px;
    height: 2px;
}

.news-row .blog-container .title {
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 26px;
}

.news-row .blog-container .body {
    margin-bottom: 20px;
    font-family: 'Univers 55';
    font-size: 18px;
    line-height: 1.5;
}

.news-row .blog-container .link {
    color: #E51937;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    align-items: center;
    font-style: normal;
}

.news-row .blog-container .link img {
    margin-left: 24px;
}

.news-row .blog-container .arrow-img {
    width: 16px;
}

.news-row .blog-container .arrow-left {
    position: absolute;
    top: 50%;
    left: 0;
    height: 80px;
    width: 50px;
    margin-top: -40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, .7);
    border: 0;
    outline: 0;
    cursor: pointer;
}

.news-row .blog-container .arrow-right {
    position: absolute;
    top: 50%;
    right: 0;
    height: 80px;
    width: 50px;
    margin-top: -40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, .7);
    border: 0;
    outline: 0;
    cursor: pointer;
}

.news-row .blog-container .right {
    position: absolute;
    top: 50%;
    right: 0;
    padding: 29.5px 25.5px 28.5px 18.5px;
    background: rgba(0, 0, 0, .7);
}


.news-row .twitter-container {
    flex: 30%;
}

.news-row .twitter-container .header {
    background: #1DA1F2;
    color: #fff;
    padding: 10px 0;
    font-size: 30px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 3px 40px rgba(0, 0, 0, .25);
}

.news-row .twitter-container .header .fa-twitter {
    font-size: 80px;
    margin-right: 25px;
}

.news-row .twitter-container .body {
    margin: 0 25px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    box-shadow: 0 3px 40px rgba(0, 0, 0, .25);
    z-index: 2;
}

.news-row .twitter-container .tweet {
    background: #fff;
    padding: 20px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    font-size: 14px;
    line-height: 1.4;
    flex: 100%;
}

.news-row .twitter-container .tweet a {
    color: #E51937;
}

.news-row .twitter-container .tweet img {
    object-fit: cover;
}

@media all and (min-width: 1280px) {
    .news-row .twitter-container {
        flex: 30%;
        padding: 0 20px;
    }
    .news-row .twitter-container .tweet {
        flex: 33%;
    }
}

.news-row .twitter-container .tweet:nth-of-type(even) {
    background: #F7F7F7;
}

.news-row .twitter-container img {
    height: 90px;
    width: 90px;
    min-width: 90px;
    min-height: 90px;
    margin-right: 15px;
}

.news-row .twitter-container p {
    margin: 0;
}

@media all and (max-width: 1020px) {
    .news-row .blog-container {
        margin-bottom: 0;
        flex-direction: column;
    }
    .news-row .blog-container .box {
        padding: 30px !important;
        flex: 1 !important;
        width: auto !important;
        position: relative !important;
        transform: none !important;
    }
    .news-row .blog-container .image {
        width: 100%;
        z-index: 1;
        box-shadow: 0 3px 30px rgba(0, 0, 0, .5);
    }
    .news-row .twitter-container {
        margin-top: 50px !important;
    }
    .featured-blog {
        margin-bottom: 0 !important;
        flex-direction: column !important;
        padding: 0 !important;
    }
    .featured-blog .box {
        padding: 30px !important;
        flex: 1 !important;
        width: auto !important;
        position: relative !important;
        transform: none !important;
    }
    .featured-blog .image {
        width: 100% !important;
        z-index: 1 !important;
        box-shadow: 0 3px 30px rgba(0, 0, 0, .5) !important;
    }
}

@media all and (min-width: 1281px) {
    .news-row {
        /*flex-direction: row;*/
        margin-top: 10%;width:100%;float:left;
        padding: 0 120px 170px 120px;
    }
}

@media all and (max-width: 1400px) {
    .news-row {
        /*flex-direction: row;*/
        margin-top: 12%;
    }
}



.career-row {
    padding: 0px 160px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin: 0 -40px;
    color: #333;
}

.career-row .images {
    flex: 50%;
    padding: 0;
    margin-bottom: 30px;
}

.career-row .images .inner {
    position: relative;
    width: 100%;
    height: 90%;
   
}

.career-row .images .front {
    box-shadow: 0 3px 20px rgba(0, 0, 0, .3);
}

.career-row .text {
    flex: 50%;
    padding: 0;
    font-size: 20px;
    line-height: 1.5;
}

.career-row .text p {
    margin: 20px 0; color:#ccc; font-size:14px;max-width:100%;
}
 .box_1 {
    color: #FFF;
    padding-top:0px;float:left;width:100%;
}
 .box_2 {
    color: #FFF;
    padding-top: 15px;float:left;margin-left:0;width:100%;
}

 .box_1 div {
    float: left;
    padding-RIGHT: 0px;width:49%;
} .box_1 div:nth-child(2) {
    float: right;
}

.show_title {
    color: black; font-size:40px;width:100%;float:left; text-align:center;position: relative;
margin: auto; font-weight:bold;
text-align: center;
/*text-transform: uppercase;*/

}

 .show_title span::before {
    bottom: -10px;
}
.show_title span::before {
    height: 1px;
    bottom: -29px;
}
.show_title span::before {
    content: '';
    position: absolute;
    bottom: -35px;
    left: 50%;
    margin-left: -66px;
    width: 132px;
    height: 2px;
    background: #cccccc;
}.show_title span::after {
    bottom: -11px;background:#E51937;content: '';
position: absolute;
bottom: -35.5px;
left: 50%;
margin-left: -18px;
width: 36px;
height: 3px;
}

.box_1 div p {
    font-weight: bold;
    line-height: 33px;
}

#form1 .btn{height:40px;line-height:40px;padding:0; font-size:14px;width:100px; text-align:center;}
 .box_1 div input {
    width: 100%;
    height: 32px;
    padding: 6px 10px;
    background: #FFF;
    border-radius: 3px;
    border: 0;
    font-size: 13px;
}
.box_2 .area {
    width: 100%;
    height: 93px;
    padding: 6px 10px;
    background: #FFF;
    border-radius: 3px;
    border: 0;
    font-size: 13px;
}

.paget{width:100%;height:auto;height: 40px;text-align:center;position:relative;float:left;margin-top:5%;margin-bottom:0%;}/*分页*/
.page1 {
	clear: both;
	text-align: center;
	height: auto;
	margin: 0px 0 0;
}
.page1 span a {
	color: #333333;
	padding: 10px 13px;
	font-size: 14px;
	text-decoration: none;
	background: #fff;
	border: 1px solid #ddd;
}
.page1 span a:hover, .page1 span.current a {
	background:#E51937;
	color: #fff;
}
.page1 span {
	margin: 2px 5px;
}



@media all and (min-width: 769px) {
    .career-row {
        flex-direction: row;
    }
    .career-row .images {
        padding-right: 40px;
        margin-bottom: 0;
    }

    .career-row .text {
        padding: 0 40px;padding-top:50px;
    }
}

.career-row h2 {
    line-height: 1.15;
    font-size: 40px;
    text-transform: none; color:#fff;
}

.career-row .text .small {
  
}

.new-button {
    text-transform: uppercase;
    color: #E51937;
    border: 1px solid #E51937;
    padding: 12px 16px;
    outline: 0;
    background: none;
    transition: all .25s ease-in-out;
    cursor: pointer;
    display: inline-block;
    font-size: 16px; text-align:center;
    text-decoration: none !important;
    text-shadow: none !important;
    flex-wrap: nowrap;
    align-items: center;
    width: 275px;
    justify-content: space-between;
    white-space: nowrap;
}

.new-button.small {
    width: 200px;
}

.new-button img {
    height: 20px;
    margin: 0 10px !important;
}

.new-button .button-arrow {
    background: url('../images/arrow-red.svg') no-repeat;
    width: 10px;
    height: 20px;
    min-width: 10px;
    min-height: 20px;
    margin: 0 10px;
    display: inline-block;
    background-size: contain;
}

.new-button:focus .button-arrow, .new-button:hover .button-arrow {
    background: url('../images/arrow-white-right.svg') no-repeat;
    background-size: contain;
}

.new-button.white .button-arrow {
    background: url('../images/arrow-white-right.svg') no-repeat;
    background-size: contain;
}

.new-button.white:focus .button-arrow, .new-button.white:hover .button-arrow {
    background: url('../images/arrow-red.svg') no-repeat;
    background-size: contain;
}

.new-button:focus, .new-button:hover {
    background: #E51937;
    color: #fff !important;
}

.new-button.white {
    color: #fff;
    border: 1px solid #fff;
}

.new-button.white:focus, .new-button.white:hover {
    background: #fff;
    color: #E51937 !important;
}

.blog-author {
    background: #F7F7F7;
    display: flex;
    flex-direction: column;
    margin-top: 25px;
    justify-content: flex-start;
}

.blog-author .picture img {
    height: auto;
    width: auto;
    max-height: unset;
    max-width: 100%;
}

.blog-author .picture {
    display: flex;
    align-items: flex-start;
    max-width: 100%;
}

.blog-author .info {
    flex: 1;
    padding: 25px;
    align-self: center;
}

.blog-author .info .name {
    font-weight: bold;
    font-size: 120%;
    margin-bottom: 4px;
}

@media all and (min-width: 600px) {
    .blog-author {
        height: 200px;
        max-height: 200px;
        flex-direction: row;
    }
    .blog-author .picture {
        max-width: 200px;
    }
    .blog-author .picture img {
        height: 100%;
    }
}

.blog-share-buttons {
    font-size: 14px;
}

.blog-share-buttons a {
    color: #fff;
}

.blog-share-buttons a:hover {
    color: #fff;
}

.resp-sharing-button__link,
.resp-sharing-button__icon {
    display: inline-block
}

.resp-sharing-button__link {
    text-decoration: none;
    color: #fff;
    margin: 0.5em
}

.resp-sharing-button {
    border-radius: 5px;
    transition: 25ms ease-out;
    padding: 0.5em 0.75em;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif
}

.resp-sharing-button__icon svg {
    width: 1em;
    height: 1em;
    margin-right: 0.4em;
    vertical-align: top
}

.resp-sharing-button--small svg {
    margin: 0;
    vertical-align: middle
}

/* Non solid icons get a stroke */
.resp-sharing-button__icon {
    stroke: #fff;
    fill: none
}

/* Solid icons get a fill */
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
    fill: #fff;
    stroke: none
}

.resp-sharing-button--twitter {
    background-color: #55acee
}

.resp-sharing-button--twitter:hover {
    background-color: #2795e9
}

.resp-sharing-button--pinterest {
    background-color: #bd081c
}

.resp-sharing-button--pinterest:hover {
    background-color: #8c0615
}

.resp-sharing-button--facebook {
    background-color: #3b5998
}

.resp-sharing-button--facebook:hover {
    background-color: #2d4373
}

.resp-sharing-button--tumblr {
    background-color: #35465C
}

.resp-sharing-button--tumblr:hover {
    background-color: #222d3c
}

.resp-sharing-button--reddit {
    background-color: #5f99cf
}

.resp-sharing-button--reddit:hover {
    background-color: #3a80c1
}

.resp-sharing-button--google {
    background-color: #dd4b39
}

.resp-sharing-button--google:hover {
    background-color: #c23321
}

.resp-sharing-button--linkedin {
    background-color: #0077b5
}

.resp-sharing-button--linkedin:hover {
    background-color: #046293
}

.resp-sharing-button--email {
    background-color: #777
}

.resp-sharing-button--email:hover {
    background-color: #5e5e5e
}

.resp-sharing-button--xing {
    background-color: #1a7576
}

.resp-sharing-button--xing:hover {
    background-color: #114c4c
}

.resp-sharing-button--whatsapp {
    background-color: #25D366
}

.resp-sharing-button--whatsapp:hover {
    background-color: #1da851
}

.resp-sharing-button--hackernews {
    background-color: #FF6600
}
.resp-sharing-button--hackernews:hover, .resp-sharing-button--hackernews:focus {   background-color: #FB6200 }

.resp-sharing-button--vk {
    background-color: #507299
}

.resp-sharing-button--vk:hover {
    background-color: #43648c
}

.resp-sharing-button--facebook {
    background-color: #3b5998;
    border-color: #3b5998;
}

.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
    background-color: #2d4373;
    border-color: #2d4373;
}

.resp-sharing-button--twitter {
    background-color: #55acee;
    border-color: #55acee;
}

.resp-sharing-button--twitter:hover,
.resp-sharing-button--twitter:active {
    background-color: #2795e9;
    border-color: #2795e9;
}

.resp-sharing-button--tumblr {
    background-color: #35465C;
    border-color: #35465C;
}

.resp-sharing-button--tumblr:hover,
.resp-sharing-button--tumblr:active {
    background-color: #222d3c;
    border-color: #222d3c;
}

.resp-sharing-button--email {
    background-color: #777777;
    border-color: #777777;
}

.resp-sharing-button--email:hover,
.resp-sharing-button--email:active {
    background-color: #5e5e5e;
    border-color: #5e5e5e;
}

.resp-sharing-button--pinterest {
    background-color: #bd081c;
    border-color: #bd081c;
}

.resp-sharing-button--pinterest:hover,
.resp-sharing-button--pinterest:active {
    background-color: #8c0615;
    border-color: #8c0615;
}

.resp-sharing-button--linkedin {
    background-color: #0077b5;
    border-color: #0077b5;
}

.resp-sharing-button--linkedin:hover,
.resp-sharing-button--linkedin:active {
    background-color: #046293;
    border-color: #046293;
}

.blog-filters {
    margin-bottom: 70px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    font-family: 'Univers 55';
}

.blog-filters .title {
    margin-bottom: 15px;
    color: rgba(0, 0, 0, .7);
}

.blog-filters .options {
    display: flex;
    flex-direction: row;
    position: relative;
    flex-wrap: wrap;
    align-items: center;
}

.blog-filters .options .option {
    padding: 4px 15px;
    color: rgba(0, 0, 0, .7);
    position: relative;
}

.blog-filters .options .option:first-child {
    padding-left: 0;
}

.blog-filters .options .option:last-child {
    padding-right: 0;
}

.blog-filters .options .option.active {
    color: #E51937;
}

.blog-filters .options .option:not(:last-child)::after {
    content: '';
    top: calc(50% - 8px);
    right: 0;
    position: absolute;
    width: 1px;
    height: 16px;
    background: rgba(0, 0, 0, .7);
}

.blog-no-results {
    padding: 0 15px;
}

.blog-posts {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.blog-post-image {
    max-height: 270px;
    width: 100%;
    object-fit: cover;
}

.blog-post-container {
    padding: 15px;
    flex: 33%;
    flex-grow: 0;
    display: flex;
    flex-direction: column;
    color: inherit !important;
    text-decoration: inherit !important;
}

.blog-post-inner {
    box-shadow: 0 3px 20px rgba(0, 0, 0, .2);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.blog-post {
    padding: 30px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.blog-post h3 {
    color: #000;
    font-size: 28px;
    line-height: 1.2;
    font-style: normal;
    margin-bottom: 14px;
}

.blog-post .blog-meta {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.blog-post .blog-date {
    text-transform: uppercase;
    color: #E51937;
    font-size: 15px;
    font-weight: bold;
}

.blog-post .blog-category {
    text-transform: uppercase;
    color: #E51937;
    font-size: 15px;
    font-weight: bold;
}

.blog-post .blog-divider {
    background: #000;
    height: 2px;
    width: 30px;
    margin: 14px 0;
}

.blog-post p {
    font-size: 18px;
    line-height: 1.5;
}

.blog-post .blog-link {
    text-decoration: none;
    font-size: 16px;
    display: flex;
    align-items: center;
    font-weight: bold;
    color: #e51937;
    text-transform: uppercase;
}

.blog-post .blog-arrow {
    background: url('/wp-content/uploads/arrow-red.svg') no-repeat;
    width: 10px;
    height: 18px;
    margin: 0 15px;
    display: inline-block;
    background-size: contain;
}

@media only screen and (max-width: 1280px) {

    .blog-list-page {
        padding: 75px 80px;
    }

    .blog-single-page {
        padding: 120px 240px;
    }

    .featured-blog-container .box {
        padding: 40px 70px;
        font-size: 75%;
    }

    .featured-blog-container .image {
        max-height: 450px;
    }

    .featured-blog-container .title {
        font-size: 20px;
    }

    .featured-blog-container .body {
        font-size: 16px;
    }

    .featured-blog-container .link {
        font-size: 16px;
    }

    .news-row .blog-container .box {
        padding: 40px 70px;
        font-size: 75%;
        width: 500px;
    }

    .news-row .blog-container .title {
        font-size: 20px;
    }

    .news-row .blog-container .body {
        font-size: 16px;
    }

    .news-row .blog-container .link {
        font-size: 16px;
    }

    .news-row .twitter-container .header {
        font-size: 22px;
    }

    .slide {
        padding: 80px;
    }

    .products-row {
        padding: 0 20px 120px 20px;
        /*padding: 0 80px 240px 80px;*/
    }

    .news-row {
       /* padding: 0 20px 120px 20px;
        margin: 0 0 -100px;*/width:100%;float:left;padding:0;
        /*padding: 0 80px 240px 80px;*/
    }


    .career-row {
        padding: 50px 80px;
    }

    .news-row .blog-container .arrow-right, .news-row .blog-container .arrow-left {
        height: 60px;
        width: 40px;
    }

    .news-row .blog-container .arrow-img {
        width: 12px;
    }

    .home .slide {
        min-height: 475px;
        padding: 0 30px;
    }

    .slider-controls {
        right: 30px;
    }

    .home .headline {
        font-size: 42px;
        margin-bottom: 15px;
        line-height: 1.05;
    }

    .products-row .product .top {
        padding: 25px;
        min-height: auto;
    }

    .products-row .product .title {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .products-row .product .body {
        font-size: 16px;
    }

    .products-row .product .link {
        font-size: 16px;
        white-space: nowrap;
    }

    .products-row .product.disabled {
        height: unset;
    }

    .career-row h2 {
        font-size: 48px;
    }

    .career-row .text {
        font-size: 18px;
    }

    .blog-post-container {
        flex: 100%;
        flex-grow: 0;
    }

    .blog-post h3 {
        font-size: 20px;
    }

    .blog-post p {
        font-size: 16px;
    }
}

@media only screen and (max-width: 768px) {

    .products-row .product .link {
        font-size: 14px;
        white-space: nowrap;
    }
	  .home .slide {
        min-height:475px;background-size:100% !important; background-repeat:no-repeat !important;
        padding: 0 30px;
    }
	.home .headline{width:100%;}
	.home .headline{ font-size:20px;}
	.slide{height:auto;}.slider-controls{height:100px;}
	
}

.box h2 {
    font-size: 3.5em;
    padding: .25em;
    max-width: 7em;
    overflow-wrap: normal;
    min-height: 270px;
    line-height: .75;
}

.box p {
    margin-bottom: .5em;
}

.box a {
    font-style: italic;
    font-weight: bold;
    text-transform: uppercase;
}

.description {
    padding: 1em;
    min-height: 180px;
}

.box:nth-of-type(2) .description {
    min-height: 0;
}

.red,
.darkGrey {
    color: #fff;
}

.lightGrey h2:hover,
.darkGrey h2:hover {
    color: #e51937;
}

.red h2:hover {
    color: #393939
}

.red .description {
    background: #e51937;
}

.red a,
.darkGrey a {
    color: #fff;
}

.lightGrey a {
    color: #343434;
}

.lightGrey .description {
    background: #f5f5f5;
}

.darkGrey .description {
    background: #393939;
}

.social h2,
.mediaSuppliers h2 {
    font-style: italic;
    -webkit-transform: translateY(-175%);
    -moz-transform: translateY(-175%);
    transform: translateY(-175%);
}

.social h2 strong {
    color: #e51937;
}

.third {
    width: 28%;
    display: inline-block;
    vertical-align: top;
}

.third:first-of-type,
.third:nth-of-type(2),
.third:nth-of-type(3n+1),
.third:nth-of-type(3n+2) {
    margin-right: 7.5%;
}

.third h3 {
    font-size: 2em;
    color: #e51937;
    font-style: italic;
    margin-bottom: .5em;
}

.third a {
    text-transform: uppercase;
    color: #e51937;
    text-decoration: underline;
}

.third p {
    margin-bottom: .75em;
}

.mediaSuppliers {
    margin-bottom: 3em;
}

/* HOME PAGE SOCIAL FEED STYLES */
.sboard .sb-item {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    box-sizing: content-box
}

.timeline-row {
    width: 28%;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 7.5%;
    text-align: center;
}

.timeline-row:nth-of-type(3) {
    margin-right: 0;
}

.timeline-content {
    max-width: 100%;
    overflow: hidden;
    position: relative;
    display: inline-block;
    background: #e51937;
    border-radius: 100%;
}

.sb-inner {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    border-radius: 100%;
    padding: 3.5em 3.2em 3em;
    height: 100%;
    text-align: left;
    color: #fff;
    background: rgba(229, 25, 55, 0.0);
}

.sb-text {
    opacity: 0;
}

.sb-noft .sb-text {
    opacity: 1;
}

.sb-thumb, .sb-twitter .sb-noft, .sb-facebook .sb-noft {
    height: 325px;
    width: 325px;
}

.sb-thumb img {
    height: 100%;
    min-width: 100%;
    max-width: none;
}

.timeline-content:hover .sb-inner {
    background: rgba(229, 25, 55, 0.8);
}

.timeline-content:hover .sb-inner span {
    opacity: 1;
}

.timeline-icon {
    position: relative;
    color: #e51937;
    width: 100%;
    z-index: 3;
    height: 2em;
    max-width: 350px;
    display: inline-block;
}

.timeline-icon div {
    text-align: center;
    padding-top: 1em;
}

.timeline-row:nth-of-type(1) .timeline-icon {
    text-align: left;
}

.timeline-row:nth-of-type(3) .timeline-icon {
    text-align: right;
}

.timeline-icon .fa {
    font-size: 36px;
    color: #fff;
    background: #e51937;
    width: 80px;
    padding: 22px 0;
    border-radius: 100%;
    display: none;
}

.timeline-icon .fa:hover {
    background: #a51c30
}

.sb-instagram .fa-instagram,
.sb-twitter .fa-twitter,
.sb-facebook .fa-facebook,
.bg-instagram .fa-instagram,
.bg-twitter .fa-twitter,
.bg-facebook .fa-facebook {
    display: inline-block;
}

.home .third a:hover,
.home .hero a:hover {
    color: #a51c30;
}

/* PRODUCT LINE PAGE STYLES */
.page-template-product-line .hero {
    background: #e51937;
    color: #fff;
    padding: 1.5em 3em .25em;
}

.page-template-product-line .hero a {
    text-decoration: underline;
}

.page-template-product-line .hero a:hover {
    color: #f4f4f4;
}

.page-template-product-line .hero h4 {
    color: #fff;
    text-align: right;
    margin-bottom: 1em;
    padding-right: .5em;
}

.page-template-product-line .hero h1 {
    color: #fff;
    font-size: 5em;
    margin-bottom: .1em;
}

.page-template-product-line .hero .featured {
    padding-bottom: 1em;
}

.page-template-product-line .hero .half {
    position: relative;
    z-index: 1;
}

.page-template-product-line .hero .grid {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    z-index: 0;
}

.lineDivider {
    position: relative;
    z-index: 1;
    -webkit-transform: translateY(1.5em);
    -moz-transform: translateY(1.5em);
    transform: translateY(1.5em);
}

.overview {
    padding: 1em 3em;
}

.overview h3 {
    font-style: italic;
    font-size: 2em;
    -webkit-transform: translateY(-1.25em);
    -moz-transform: translateY(-1.25em);
    transform: translateY(-1.25em);
}

.overview ul {
    font-size: 1.25em;
}

.overview ul ul {
    font-size: 1em;
}

.overview ul li {
    margin-bottom: .5em;
}

.productList {
    background: #e51937;
    padding: 1em 3em;
}

.third:nth-of-type(2+3n) {
    margin: 2%;
}

.productList .box {
    padding: .5em;
    border: 3px solid #fff;
    display: inline-block;
    vertical-align: top;
    margin: .75% .5%;
    width: 32.3%;
    position: relative;
    height: 50vh;
    max-height: 425px;
}

.productList .box:nth-of-type(3n+1),
.productList .box:nth-of-type(1) {
    margin-left: 0;
}

.productList .box:nth-of-type(3n) {
    margin-right: 0;
}

.productList h3 {
    color: #fff;
    font-size: 1.5em;
    margin-bottom: 0;
}

.productList h3,
.productList p {
    background: rgba(229, 25, 55, 0.5);
    position: relative;
    z-index: 2;
}

.productList p {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-style: italic;
    font-size: .75em;
    line-height: 1;
}

.productList img {
    width: 75%;
    max-width: 400px;
    display: block;
    margin: 1em auto .5em;
    position: absolute;
    bottom: 0;
    left: 12.5%;
}

.productList .box a {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #fff;
    border-left: 3px solid #fff;
    border-top: 3px solid #fff;
    padding: .25em 1em;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    background: rgba(229, 25, 55, 0.5);
}

.productList .box a:hover {
    color: #e51937;
    background: #fff;
}

/* ADAS & AUTOMATED TECHNOLOGY PAGE FIELDS */
.tableOfContents {
    background: #eee;
    display: block;
    margin: 0 auto 2.4em;
    max-width: 30em;
    padding: .6em 1.2em;
}

.tableOfContents a {
    color: #e51937;
    display: inline-block;
}

.tableOfContents a:hover {
    color: #a51c30;
}

.contentLink {
    margin: .4em 0;
}

/* PRODUCT PAGE STYLES */
.page-template-product .entry-content {
    position: relative;
    padding: 0;
}

.largeGraphic {
    background: url('../../uploads/grey-grid.png');
    background-position: top right;
    background-size: auto 100%;
    background-repeat: no-repeat;
    text-align: right;
}

a.breadcrumb {
    font-style: italic;
    margin-left: .75em;
    color: #ccc;
    position: relative;
    z-index: 2;
}

a.breadcrumb:hover {
    color: #e51937;
}

.productTitle {
    margin-bottom: .33em;
}

.intro {
    padding: 3em 1em 1em 3em;
}

.page-template-product section {
    padding: 1em 3em;
}

.column {
    max-width: 30em;
    margin: 0 auto;
}

.brochure {
    text-transform: uppercase;
    font-size: 1.25em;
    padding: .5em 3em;
    background: #e51937;
    line-height: 1;
    display: inline-block;
    color: #fff;
}

.center {
    text-align: center;
    margin: 1.2em .5em;
}

.photo {
    width: 80%;
    max-width: 1300px;
    margin: 1em auto;
    padding-right: 350px;
    position: relative;
    overflow: hidden;
}

.caption {
    position: absolute;
    right: 0;
    top: 0;
    width: 350px;
    padding: 1em;
    height: 100vh;
    background: #e51937;
    color: #fff;
    font-size: 1em;
}

.noCaption.photo {
    text-align: center;
    padding-right: 0;
}

.noCaption .caption {
    display: none;
}

a.brochure {
    color: #fff !important;
}

a.brochure:hover {
    background: #a51c30;
}

/* CORPORATE SUSTAINABILITY PAGE STYLES */
/* -- Note: This makes the Issuu embed responsive -- */
.issuuWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.issuuWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.issuu-isrendered div div:nth-of-type(2) {
    display: none !important;
}

/* LEADERSHIP PAGE STYLES */
.page-id-180 .third {
    text-align: center;
    margin-top: 1.2em;
}

.team {
    margin-bottom: 2.4em;
}

.page-id-180 .third a {
    display: inline-block;
    margin-bottom: .25em;
    position: relative;
    text-decoration: none;
}

.page-id-180 .third a::before {
    content: " ";
    background: #e51937;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    opacity: 0;
}

.page-id-180 .third a::after {
    content: "View Bio";
    color: #fff;
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    top: 45%;
    z-index: 3;
    opacity: 0;
    -webkit-transform: translateY(-2em);
    -moz-transform: translateY(-2em);
    transform: translateY(-2em);
}

.page-id-180 .third a:hover::before,
.page-id-180 .third a:hover::after {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
}

.page-id-180 .third h3 {
    margin-bottom: 0;
}

.page-id-180 .third h4 {
    font-style: italic;
    font-weight: normal;
    line-height: 1;
    font-size: .75em;
    margin: 0 auto;
}

/* INDIVIDUAL LEADER STYLES */
.jobTitle {
    display: block;
    font-size: 50%;
    color: #e51937;
    text-transform: lowercase;
    font-weight: normal;
    line-height: 1;
}

/* NEWS RELEASES PAGE STYLES */
.page-id-277 .third p,
.page-id-277 .third h3 {
    margin-bottom: 0;
}

.prev-next-posts {
    margin: 1.2em 0;
}

.prev-next-posts div {
    display: inline-block;
}

.next-posts-link {
    float: right;
}

/* IN THE NEWS PAGE STYLES */
.page-id-275 .third:nth-of-type(n),
.page-id-277 .third:nth-of-type(n) {
    margin-bottom: 2.4em;
}

.page-id-275 .third h3,
.page-id-277 .third h3 {
    margin-bottom: 0;
    font-size: 1.5em;
}

.outlet {
    display: block;
    font-style: italic;
}

/* SINGLE PRESS RELEASE STYLES */
.single-release .entry-content {
    display: block;
    max-width: 30em;
    margin: 0 auto;
    padding: 1.2em 0;
}

.single-release .pageTitle,
.single-news .pageTitle {
    font-size: 3.5em;
}

/* SINGLE NEXTEER IN THE NEWS STYLES */
.single-news .entry-content {
    display: block;
    max-width: 30em;
    margin: 0 auto;
    padding: 1.2em 0;
}

/* MEDIA CENTER STYLES */
.viewAll {
    margin-top: 20px;
    display: inline-block;
}

.page-id-273 .quarter {
    width: 21.75%;
    margin-right: 4%;
    display: inline-block;
}

.page-id-273 .quarter:nth-of-type(4n) {
    margin-right: -1em;
}

.mediaContacts .third,
.logos .third,
.productPhotos .quarter,
.headshots .quarter {
    vertical-align: bottom;
    margin-bottom: 2.4em;
}

.videos .quarter {
    vertical-align: top;
    margin-bottom: 2.4em;
}

.mediaContacts .third h3 {
    margin-bottom: 0;
}

.mediaContacts .third h4 {
    margin: .5em 0 .25em;
}

.mediaContacts .third span {
    display: block;
    line-height: 1;
}

.mediaContacts .third a {
    text-transform: lowercase;
    text-decoration: none
}

.email {
    text-transform: lowercase;
}

.productName {
    display: block;
}

.productPhotos h3 {
    color: #e51937;
    margin: 0 0 .5em;
}

.productPhotos .expand {
    font-size: 1.5em;
    cursor: pointer;
    vertical-align: top;
    line-height: .3;
    margin-left: .25em;
}

.productPhotos .productContain {
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -o-transform:: scaleY(0);
    transform: scaleY(0);
    height: 0;
    transform-origin: center top;
}

.productPhotos .productContain.reveal {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -o-transform:: scaleY(1);
    transform: scaleY(1);
    height: auto;
    opacity: 1;
}

.productPhotos .quarter {
    margin: 0 4% 2.4em 0;
}

.productPhotos .reveal.quarter:nth-of-type(4n+1) {
    margin-right: -1em;
}

.mediaContacts span.subHead {
    display: block;
    font-weight: bold;
    margin-top: -2em;
    margin-bottom: 2em;
    text-transform: uppercase;
}

/* LOCATIONS PAGE STYLES */
#map {
    width: 100%;
    height: 50vh;
}

/* WHY NEXTEER PAGE STYLES */
.theTop h2 {
    font-size: 2.5vw;
}

.page-id-170 .half:nth-of-type(2) {
    text-align: center;
}

.page-id-170 .entry-content p {
    font-size: 1.2em;
}

.page-id-170 .half:nth-of-type(even) {
    padding-bottom: 0;
}

/* HERITAGE PAGE STYLES */
.page-id-185 #heroVideo {
    top: auto;
    bottom: 0;
}

/* INNOVATION PAGE STYLES */
.page-id-182 .entry-content {
    padding-top: 1em;
}

.page-id-182 .timeline,
.page-id-185 .timeline {
    height: 100vh;
    max-width: none;
    min-height: 750px;
    cursor: e-resize;
    margin-bottom: 1em;
}

.mobileTimeline {
    display: none;
}

.prompt {
    background: rgba(0, 0, 0, .6);
    padding: .5em 1em;
    color: #fff;
    position: fixed;
    top: 50%;
    left: 45%;
    opacity: 0;
}

.animatePrompt {
    animation: fade 3s 1;
}

@-webkit-keyframes fade {
    0% {
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-moz-keyframes fade {
    0% {
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fade {
    0% {
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

/* STOCK INFORMATION PAGE STYLES */
.stockStat {
    margin-bottom: 2.4em;
}

section .stockStat h2 {
    font-style: normal;
    font-size: 6em;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
    max-width: 100%;
}

.stockStat h4 {
    font-weight: normal;
    color: #e51937
}

.subStat {
    font-size: 50%;
    font-weight: normal;
    display: block;
    color: #ccc;
}

.ui-datepicker-header {
    padding: 0 .5em .5em;
    font-family: 'Univers Condensed';
}

.ui-datepicker-calendar {
    width: 320px;
    padding: .5em;
    font-family: 'Univers Condensed';
}

.ui-datepicker-calendar thead {
    display: none;
}

.ui-datepicker-prev,
.ui-datepicker-next {
    font-weight: normal;
    font-size: 80%;
    margin-bottom: .5em;
    cursor: pointer;
}

.ui-datepicker-next {
    float: right;
}

.ui-datepicker-title {
    margin: 1em 0 0;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 0;
}

/* ANNOUNCEMENTS & CIRCULARS PAGE STYLES */
.yearsAnnouncements {
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -o-transform:: scaleY(0);
    transform: scaleY(0);
    height: 0;
    transform-origin: center top;
    opacity: 0;
}

.yearsAnnouncements.reveal {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -o-transform:: scaleY(1);
    transform: scaleY(1);
    height: auto;
    opacity: 1;
}

.yearTitle span {
    cursor: pointer;
    color: #e51937;
}

.yearTitle span:hover {
    color: #a51c30;
}

/* LEARNING CENTER PAGE STYLES */
.expand {
    cursor: pointer;
    color: #e51937;
}

.expand:hover {
    color: #a51c30;
}

/* LEARNING CENTER TEMPLATE STYLES */
.return {
    display: inline-block;
    margin-bottom: 1.2em;
}

/* SEARCH FORM STYLES */
.searchContainer {
    visibility: hidden;
    opacity: 0;
    background: rgba(20, 20, 20, .95);
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 11;
    text-align: left;
}

.searchContainer form {
    width: 600px;
    max-width: 90%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.cancel {
    position: absolute;
    bottom: 0;
    right: 0;
    text-transform: lowercase;
    text-decoration: underline;
    cursor: pointer;
}

.cancel:hover {
    color: #a51c30;
}

/* GLOBAL JOB SEARCH PAGE STYLES */
.page-id-223 iframe {
    width: 100%;
    height: 1100px;
}

.page-id-223 .entry-content {
    padding-top: 0;
}

/* WHY JOIN NEXTEER PAGE STYLES */
.joinX .quarter {
    display: inline-block;
    width: 25%;
    height: 450px;
    vertical-align: top;
    margin-right: -.2em;
}

.joinX .quarter {
    position: relative;
    padding: 2em 1em;
    font-size: 125%;
    color: #fff;
}

.joinX .textContainer {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    opacity: 0;
}

.joinX .quarter:hover .textContainer {
    opacity: 1;
}

.joinX .quarter::before,
.joinX .quarter::after {
    content: " ";
    position: absolute;
    background: #000;
    opacity: .9;
    width: 50%;
    height: 100%;
    top: 0;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    transform: scaleX(0);
    z-index: 0;
}

.joinX .quarter::before {
    left: 0;
    opacity: .8;
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    transform-origin: top left;
}

.joinX .quarter::after {
    right: 0;
    opacity: .8;
    -webkit-transform-origin: top right;
    -moz-transform-origin: top right;
    transform-origin: top right;
}

.joinX .quarter:hover::before,
.joinX .quarter:hover::after {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform: scaleX(1);
}

/* EVENTS & PRESENTATIONS PAGE STYLES */
.calnk a span {
    display: none;
}

.calnk a:hover span {
    color: #fff;
    background: #e51937;
    display: block;
    position: absolute;
    padding: .5em;
    width: 300px;
    z-index: 100;
}

.calendar-table {
    border: 0 !important;
    width: 100% !important;
    border-collapse: separate !important;
    border-spacing: 2px !important;
}

.calendar-heading {
    text-align: center;
    background-color: #e51937;
    padding: .5em 0;
}

.calendar-heading a {
    color: #fff;
}

.calendar-heading a:hover {
    color: #ddd;
}

.calendar-next {
    width: 20%;
    text-align: center;
    border: none;
}

.calendar-prev {
    width: 20%;
    text-align: center;
    border: none;
}

.calendar-month {
    width: 60%;
    text-align: center;
    text-transform: uppercase;
    font-size: 2em;
    color: #fff;
    border: none;
}

.normal-day-heading,
.weekend-heading {
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
    background-color: #a51c30;
    padding: .5em 0;
    height: 1.25em;
    width: 14.2%;
}

.day-with-date,
.day-without-date {
    vertical-align: text-top;
    text-align: left;
    width: 60px;
    min-height: 60px;
    border: 1px solid #fff;
    padding: .5em;
}

.current-day {
    vertical-align: text-top;
    text-align: left;
    background-color: #343434;
    padding: .5em;
    color: #fff;
}

span.event {
    font-size: 0.75em;
}

.kjo-link {
    font-size: 0.75em;
    text-align: center;
}

.calendar-date-switcher {
    height: 25px;
    text-align: center;
    border: 1px solid #D6DED5;
    background-color: #E4EBE3;
}

.calendar-date-switcher form {
    margin: 2px;
}

.calendar-date-switcher input {
    border: 1px #D6DED5 solid;
    margin: 0;
}

.calendar-date-switcher input[type=submit] {
    padding: 3px 10px;
}

.calendar-date-switcher select {
    border: 1px #D6DED5 solid;
    margin: 0;
}

.calnk a:hover span span.event-title {
    padding: 0;
    font-size: 1.2em;
    text-transform: uppercase;
    max-width: 280px;
}

.page-upcoming-events {
    font-size: 80%;
}

.page-todays-events {
    font-size: 80%;
}

.event-title-break {
    opacity: 0;
}

.calendar-table a {
    cursor: default;
}

.calendar-table a:hover {
    color: #e51937;
}

/* SEARCH RESULTS PAGE STYLES */
.query h3 {
    font-size: 4em;
    font-style: italic;
    color: #e51937;
}

.searchAgain {
    margin-top: 2.4em;
}

.searchAgain p {
    margin-bottom: 0;
}

.results {
    padding-top: 2em;
}

.searchResult {
    margin-bottom: 1.2em;
}

.searchResult p {
    margin-bottom: 0;
    font-size: 80%;
    max-width: 45em;
}
.innera{width:100%;float:left;}
.innera ul li{width:33.333%;float:left;}
.innera ul li span{float:left;width:100%; text-align:center;}
.innera ul li p{float:left;width:100%; text-align:center; color:#fff; font-size:15px;line-height:30px;margin-top:15px;}
.nav a img{margin-top:10px;}


.naiye  .hero{    padding: 4.5em;}











/* FOOTER STYLES */
.footer {
    background: #1a1a1a;width:100%;float:left;
}
.footer .footernav .nav-list .nav {
    margin-right: 6%;
}
.footer .footernav .nav-list .nav, .footer .footernav a .nav {
    float: right;width:25%;
    margin-right:0%;
}
.theme{width:100%;float:left;}
.footer .footernav .nav-list{padding-bottom:5%;width:100%;float:right;}
.footer .footernav .nav-list, .footer .footernav a {
    font-size: 14px;
    color: #ffffff;
    line-height: 35px;
}.footer .footernav .nav-list .theme {
    padding-bottom: 10px;
}
.footer .footernav .nav-list .theme, .footer .footernav a .theme {
    font-size: 18px;
    font-weight: bold;
    font-family: Montserrat-Bold;
}
 .footer .footernav a {
    line-height: 26px; color:#FFF;
}
.footer .footernav a.theme{ color:#fff;}
.sub{ background-image:url(../images/dlon.png); background-repeat:no-repeat; background-position:left center;padding-left:5%;}

.footer .footernav .right {
    text-align: center;float:left;width:20%;
}.footer .footernav .right .logo {
    margin: 10px 0 0 0; text-align:center;float:none;
}.footer .footernav .right .code {
    margin: 40px 0 20px; text-align:center;
}.footer .footerabout {border-top: 1px solid #313131;
    opacity: 1;width:100%;float:left;
    color: #666;
    padding: 30px 0; font-size:12PX;
}.footer .footerabout .left{ font-size:14px; text-align:center;}
.scroller.show {
    opacity: 1;
    right: 2.08333vw;
}
.scroller {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    right: -6.94444vw;
    bottom: 3.47222vw;
    height: 2.77778vw;
    width: 2.77778vw;
    opacity: 0;
    background-color: #fff;
    z-index: 1000;
    cursor: pointer;
    border-radius: 50%;
    border: 1px solid #d4d4d4;
    transition: right .4s ease,opacity .6s ease;
}

@media (min-width: 1280px) {
    footer {
        padding: 80px 120px 20px 120px;
    }

    footer .logo-container {
        flex: 20%;
        text-align: unset;
    }

    footer .links {
        flex: 40%;
        text-align: right;
    }

    footer .icons {
        flex: 40%;
    }

    footer .logo {
        max-height: 100%;max-width:100%;
    }
}

footer a {
    color: #000;
    opacity: .6;
    margin-right:1em;
    font-size: 14px;
}

footer a:hover {
    opacity: 1;
}

.icons {
    vertical-align: top;
    text-align: center;
}

.icons a {
    width: 50px;
    opacity: .6;
    color: #000;
    font-size: 18px;
}

.icons a:hover {
    opacity: 1;
}

/* EASING */
/* -- 250ms straight -- */
a,
a::before,
input,
.fa-search,
.cancel,
.slideTease h3,
.j-message,
.closeNav,
.box h2,
.timeline-icon .fa,
.productContain,
.textContainer {
    -webkit-transition: 250ms all;
    -moz-transition: 250ms all;
    transition: 250ms all;
}

/* -- 4000ms straight -- */
.integrators .layer3 {
    -webkit-transition: 4000ms all;
    -moz-transition: 4000ms all;
    transition: 4000ms all;
}

/* -- 300ms ease-in-out -- */
.sub-menu,
.menu,
.searchContainer,
.slide,
.arrow,
.primaryNav,
.sb-inner,
.sb-inner span,
.quarter::before,
.quarter::after,
.yearsAnnouncements {
    -webkit-transition: all 300ms cubic-bezier(0.620, 0.250, 0.045, 0.985);
    -moz-transition: all 300ms cubic-bezier(0.620, 0.250, 0.045, 0.985);
    -o-transition: all 300ms cubic-bezier(0.620, 0.250, 0.045, 0.985);
    transition: all 300ms cubic-bezier(0.620, 0.250, 0.045, 0.985); /* custom */

    -webkit-transition-timing-function: cubic-bezier(0.620, 0.250, 0.045, 0.985);
    -moz-transition-timing-function: cubic-bezier(0.620, 0.250, 0.045, 0.985);
    -o-transition-timing-function: cubic-bezier(0.620, 0.250, 0.045, 0.985);
    transition-timing-function: cubic-bezier(0.620, 0.250, 0.045, 0.985); /* custom */
}

/* -- 800ms ease-in-out -- */
.inHouse img {
    -webkit-transition: all 800ms cubic-bezier(0.620, 0.250, 0.045, 0.985);
    -moz-transition: all 800ms cubic-bezier(0.620, 0.250, 0.045, 0.985);
    -o-transition: all 800ms cubic-bezier(0.620, 0.250, 0.045, 0.985);
    transition: all 800ms cubic-bezier(0.620, 0.250, 0.045, 0.985); /* custom */

    -webkit-transition-timing-function: cubic-bezier(0.620, 0.250, 0.045, 0.985);
    -moz-transition-timing-function: cubic-bezier(0.620, 0.250, 0.045, 0.985);
    -o-transition-timing-function: cubic-bezier(0.620, 0.250, 0.045, 0.985);
    transition-timing-function: cubic-bezier(0.620, 0.250, 0.045, 0.985); /* custom */
}

/* -- 200ms bounce -- */
#burger,
#burger span {
    -webkit-transition: all 200ms cubic-bezier(0.745, 0.165, 0.620, 1); /* older webkit */
    -webkit-transition: all 200ms cubic-bezier(0.745, 0.165, 0.620, 1.430);
    -moz-transition: all 200ms cubic-bezier(0.745, 0.165, 0.620, 1.430);
    -o-transition: all 200ms cubic-bezier(0.745, 0.165, 0.620, 1.430);
    transition: all 200ms cubic-bezier(0.745, 0.165, 0.620, 1.430); /* custom */
    -webkit-transition-timing-function: cubic-bezier(0.745, 0.165, 0.620, 1); /* older webkit */
    -webkit-transition-timing-function: cubic-bezier(0.745, 0.165, 0.620, 1.430);
    -moz-transition-timing-function: cubic-bezier(0.745, 0.165, 0.620, 1.430);
    -o-transition-timing-function: cubic-bezier(0.745, 0.165, 0.620, 1.430);
    transition-timing-function: cubic-bezier(0.745, 0.165, 0.620, 1.430); /* custom */
}

/* -- 400ms bounce -- */
.icons a,
a::after {
    -webkit-transition: all 400ms cubic-bezier(0.745, 0.165, 0.620, 1); /* older webkit */
    -webkit-transition: all 400ms cubic-bezier(0.745, 0.165, 0.620, 1.430);
    -moz-transition: all 400ms cubic-bezier(0.745, 0.165, 0.620, 1.430);
    -o-transition: all 400ms cubic-bezier(0.745, 0.165, 0.620, 1.430);
    transition: all 400ms cubic-bezier(0.745, 0.165, 0.620, 1.430); /* custom */
    -webkit-transition-timing-function: cubic-bezier(0.745, 0.165, 0.620, 1); /* older webkit */
    -webkit-transition-timing-function: cubic-bezier(0.745, 0.165, 0.620, 1.430);
    -moz-transition-timing-function: cubic-bezier(0.745, 0.165, 0.620, 1.430);
    -o-transition-timing-function: cubic-bezier(0.745, 0.165, 0.620, 1.430);
    transition-timing-function: cubic-bezier(0.745, 0.165, 0.620, 1.430); /* custom */
}

@media only screen and (max-width: 1500px) {
    .box h2 {
        font-size: 3em;
        padding: .33em;
        line-height: .8;
        min-height: 220px;
    }
}

@media only screen and (max-width: 1452px) {
    body, input, textarea {
        font-size: 20px;
    }

    nav li {
        margin-right: 35px;
        font-size: 16px;
    }

    .box h2 {
        min-height: 170px;
    }
}

@media only screen and (max-width: 1370px) {
    .videoSlide .headline {
        font-size: 3.5em;
    }
}

@media only screen and (max-width: 1340px) {
    h1 {
        font-size: 2.5em;
    }

    .page-id-273 .quarter {
        width: 28%;
        display: inline-block;
        margin-right: -1em;
    }

    .page-id-273 .quarter:first-of-type,
    .page-id-273 .quarter:nth-of-type(2),
    .page-id-273 .quarter:nth-of-type(3n+1),
    .page-id-273 .quarter:nth-of-type(3n+2) {
        margin-right: 7.5%;
    }
}

@media only screen and (max-width: 1250px) {
    .menu {
        padding: 2em 1em 1em;
    }

    .slide {
        padding: 4em 2.5em 1em;
    }

    .videoSlide {
        padding: 4em 4.25em 1em;
    }

    .products,
    .social,
    .mediaSuppliers,
    .productList,
    .overview {
        padding: 1em;
    }

    .hero,
    .page-template-product-line .hero,
    .page-template-default .hero {
        padding: 1.5em 1em 1em;
    }

    .entry-content {
        padding: 1em;
    }

    .single-leadership .entry-content,
    .page-template-product .entry-content,
    .search-results .entry-content {
        padding: 3em 1em 1em;
    }

    .largeGraphic {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 1;
    }

    .intro {
        padding: 0;
        position: relative;
        z-index: 2;
    }

    .page-template-product footer {
        margin-top: 0;
    }

    .lineDivider,
    .page-template-default .hero img {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0);
        margin-top: 1.25em;
        margin-bottom: .25em;
    }

    .productList img {
        margin: 0 auto;
    }

    .slideTease {
        left: 1em;
    }

    #slideTease3 {
        right: 1em;
    }

    .menu .icons {
        right: 1em;
    }

    .fa-search {
        margin-left: 0;
    }

    .home .hero .half:nth-of-type(2) {
        padding: 0;
    }

    .sub-menu ul li:last-of-type .closeNav {
        left: .5em;
    }

    .page-template-product-line .hero h1,
    .pageTitle,
    .query h3 {
        font-size: 3em;
    }

    .timeline-row {
        margin-right: 6%;
    }
}

@media only screen and (max-width: 1150px) {
    nav li {
        margin-right: 45px;
    }

    .products .box:first-of-type h2 {
        font-size: 3em;
        margin-top: 0;
    }

    .third,
    .productList .box:nth-of-type(n) {
        width: 49%;
        margin-bottom: 2%;
    }

    .third:first-of-type,
    .third:nth-of-type(2n+1),
    .productList .box:first-of-type,
    .productList .box:nth-of-type(2n+1) {
        margin: 0 2% 2% 0;
    }

    .team .third:nth-of-type(n) {
        margin-top: 1.2em;
    }

    .third:nth-of-type(2n),
    .productList .box:nth-of-type(2n) {
        margin: 0 -1.5em 2% 0;
    }

    .third h3,
    .third p {
        margin-bottom: 0;
    }

    .timeline-content {
        display: block;
        margin: 1em auto 0;
    }

    .timeline-row {
        width: 325px;
    }

    .timeline-row:nth-of-type(n) {
        text-align: center;
        margin-right: 0;
        display: block;
        margin: 0 auto 3.6em;
    }

    .sb-text {
        opacity: 1;
    }

    .timeline-content .sb-inner {
        background: rgba(229, 25, 55, 0.8);
    }

    .mediaSuppliers .third {
        margin-bottom: 2.4em;
    }

    .social h2, .mediaSuppliers h2 {
        font-style: italic;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0);
        text-align: center;
        margin-bottom: .5em;
    }

    .innovation .timeline,
    .heritage .timeline {
        display: none;
    }

    .mobileTimeline {
        display: block;
    }
}

@media only screen and (max-width: 1050px) {
	
    #burger {
        display: inline-block;float:right;margin:0;
    }

    .logo {
        z-index: 9;
        position: relative;
    }

    .translations {
        position: static;
        display: inline-block;
        margin-right: .5em;
    }

    .fa-search {
        margin: 0 .5em 0 0;
        padding: .5em;
        font-size: 125% !important;
      /*  border: 1px solid #e51937;*/float:right;
    }

    .primaryNav {
        position: fixed;
        width: 100%;
        height: 100vh;
        top: 0;
        left: 100%;
        z-index: 9999999;
        background: #393939;
    }

    .openMenu {
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        transform: translateX(-100%);
        overflow-y: auto;
        overflow-x: hidden;
    }

    .sub-menu.fadeIn {
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    nav ul {
        position: absolute;
        top: 7.5em;
        width: 100%;
        z-index: 6;
    }

    .sub-menu lili:nth-of-type(n) {
        width: 32%;
    }

    .primaryNav a:hover {
        color: #fff;
    }

    .primaryNav li {
        display: block;
        width: 100%;
        text-align: center;
        margin-bottom: 8px;
    }

    .primaryNav li .sub-menu {
        position: relative;
        display: none;
        left: unset;
        bottom: unset;
        right: unset;
        top: unset;
        width: auto;
        height: auto;
        background: none;
        box-shadow: none;
        padding: 0;
        margin-bottom: 20px;
    }

    .primaryNav li .sub-menu li a {
        font-size: 20px; color:#fff;
    }

    .primaryNav li a {
        color: #FFF;
        font-size: 28px;
    }

    .sub-menu {
        position: fixed;
        width: 100%;
        height: 100vh;
        top: 0;
        left: 100%;
        z-index: 12;
    }

    .sub-menu .menu:before {
        left: 1rem;
    }

    .menu {
        padding: 1em 1em .5em;
    }

    .redMenu {
        background: none;
        border-bottom: .5em solid #e1e1e1;
    }

    .redMenu .logo img {
        -webkit-filter: brightness(1);
        filter: brightness(1);
    }

    .menuBorder {
        top: 4em;
    }

    .headline strong {
        font-size: 100%;
    }

    .social h2,
    .mediaSuppliers h2,
    section h2 {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0);
        margin-bottom: 1em;
    }

    section h2 {
        max-width: 100%;
    }

    section .stockStat h2 {
        font-size: 4em;
        margin-bottom: .25em;
    }

    .mediaContacts span.subHead {
        margin-top: 0;
    }

    .icons {
        float: none;
        vertical-align: middle;
        margin: .5em 1em;
    }

    .page-id-273 .quarter {
        width: 49%;
    }

    .page-id-273 .quarter:nth-of-type(odd) {
        margin-right: 2%;
    }

    .page-id-273 .quarter:nth-of-type(even) {
        margin-right: -1em;
    }

    .photo {
        width: 100%;
        padding: 0;
    }

    .caption {
        position: static;
        width: 100%;
        height: auto;
    }

    .caption p {
        max-width: 100%;
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 900px) {
    .sub-menu li:nth-of-type(n) {
        width: 49%;
    }

    .page-id-273 .third:nth-of-type(n) {
        margin-bottom: 1.2em;
    }

    .joinX {
        display: none;
    }
}

@media only screen and (max-width: 850px) {
    .half:nth-of-type(n),
    .products .box {
        width: 100%;
        padding: 0;
    }

    .description:nth-of-type(n) {
        background: none;
    }

    .box h2 {
        max-width: 20em;
        padding-bottom: 0;
    }

    .searchAgain {
        margin: 0 0 1.2em;
    }

    .products .box:nth-of-type(1) img {
        display: none;
    }

    .box h2,
    .description {
        min-height: 0;
    }

    .box h2 {
        font-size: 2em;
        padding: .5em;
    }

    .theTop h2 {
        font-size: 2em;
    }

    .page-template-default .hero img {
        max-height: 300px;
        display: block;
        margin: 1.25em auto .25em;
    }

    .overview h3 {
        font-style: italic;
        font-size: 2em;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(-0);
        transform: translateY(0);
        margin-bottom: .5em;
    }

    .overview ul {
        font-size: 1em;
    }

    .page-template-product-line .hero h4 {
        display: none;
    }

    .videoSlide .headline {
        font-size: 2.25em;
    }

    .menu .icons {
        bottom: -3.25em;
        right: 0;
    }

    .largeGraphic {
        opacity: .2;
    }

    a.breadcrumb {
        color: #e51937
    }

    .page-template-product section {
        padding: 0;
    }

    .column {
        margin: 0;
    }
}

@media only screen and (max-width: 700px) {
    .third,
    .productList .box:nth-of-type(n),
    .page-id-273 .quarter {
        width: 100%
    }

    .page-id-273 .quarter:nth-of-type(n) {
        margin: 0 0 1em;
    }

    .productList .box {
        height: auto;
        max-height: none;
    }

    .productList img {
        position: static;
        max-width: 400px;
        width: 95%;
        margin: .5em auto 0;
    }

    .productList h3,
    .productList p {
        background: none;
    }

    h1,
    .page-template-product-line .hero h1,
    .page-template-product-line .hero h1,
    .pageTitle,
    .query h3 {
        font-size: 2em;
    }

    .query h2 {
        font-size: 1.5em;
    }

    section h2 {
        margin-bottom: .25em;
    }

    .third.stockStat {
        margin: 1.2em 0 0;
    }

    .slideTease h3 {
        font-size: 75%;
    }

    .divider {
        margin: 1em 0;
    }
}

@media only screen and (max-width: 600px) {
    .sub-menu li:nth-of-type(n) {
        width: 100%;
    }

    .sub-menu .menu a {
        font-size: 1em;
        margin-bottom: .5em;
    }

    .sub-menu .menu {
        padding-top: 15vh;
    }

    .sub-menu ul li:last-of-type .closeNav {
        bottom: -1.5em;
    }

    .slideTease {
        display: none;
    }

    .logo {
        width: 150px;
        padding-top: .5em;
    }
}

@media only screen and (max-width: 480px) {
    .timeline-content {
        max-width: 300px;
        max-height: 300px;
    }

    .translations {
        position: absolute;
        top: 2px;
        right: 1em;
        margin: 0;
    }

    .menu {
        padding: 1.5em 1em .5em;
    }
}

@media only screen and (max-width: 340px) {
    .fa-search {
        font-size: 100% !important;
    }

    #burger {
        width: 40px;
        height: 40px;
    }

    #burger::after {
        font-size: 80%;
        bottom: -6px;
    }

    #burger.open span:nth-child(3) {
        top: 25px;
        left: 8px;
    }

    .query h2 {
        font-size: 1em;
    }

    .box h2 {
        font-size: 1.5em;
        padding: .75em;
    }
}

@media screen and (max-aspect-ratio: 16/9) {
    #heroVideo {
        width: auto;
        height: auto;
        min-width: 100%;
        min-height: 100%;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .menuBorder {
        display: none !important;
    }

    .redMenu {
        background: none;
        border-bottom: .5em solid #e1e1e1;
    }

    .redMenu nav:first-of-type a {
        color: #393939
    }

    .redMenu nav:first-of-type a:hover {
        color: #e51937;
    }

    .sub-menu {
        /*top: 5.8em;*/
    }
}

#slide1 {
    z-index: 1;
}

#slide2 {
    z-index: 2;
}

#slide3 {
    z-index: 3;
}

.media-center-tabs {
    padding: 40px 20px;
}

.media-center-tabs section {
    display: none;
}

.media-center-tabs section.active {
    display: block;
}

.media-center-buttons {
    padding: 40px 20px 0;
    display: flex;
    background: #F7F7F7;
    border-bottom: 2px solid rgba(0, 0, 0, .15);
    flex-wrap: wrap;
}
.media-center-buttons button {
    outline: 0;
    border: 0;
    padding: 15px 30px;
    font-size: 18px;
    cursor: pointer;
    background: none;
    margin: 0 0 -2px;
    flex: 100%;
    font-family: 'Univers Condensed';
}

.media-center-buttons button.active {
    border-bottom: 2px solid #E51937;
    color: #E51937;
    font-weight: 500;
}

.mc-news-releases {
    display: flex;
    flex-wrap: wrap;
}

.mc-news-release-container {
    padding: 15px;
    flex: 100%;
    display: flex;
    flex-direction: column;
}

.mc-news-release {
    box-shadow: 0 3px 20px rgba(0, 0, 0, .2);
    padding: 30px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.mc-news-release h3 {
    color: #000;
    font-size: 30px;
    line-height: 1.2;
    font-style: normal;
    margin-bottom: 14px;
}

.mc-news-release .mc-date {
    text-transform: uppercase;
    color: #E51937;
    font-size: 15px;
    font-weight: bold;
}

.mc-news-release .mc-divider {
    background: #000;
    height: 2px;
    width: 30px;
    margin: 14px 0;
}

.mc-news-release p {
    font-size: 18px;
    line-height: 1.5;
}

.mc-news-release a {
    text-decoration: none;
    font-size: 16px;
    display: flex;
    align-items: center;
    font-weight: bold;
}

.mc-news-release .mc-arrow {
    background: url('/wp-content/uploads/arrow-red.svg') no-repeat;
    width: 10px;
    height: 18px;
    margin: 0 15px;
    display: inline-block;
    background-size: contain;
}

.product-images {
    display: flex;
    margin: -60px -20px;
    flex-wrap: wrap;
}

.product-images .product-image {
    flex: 50% 0 0;
    border: 1px solid rgba(0, 0, 0, .15);
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    transition: all .25s ease-in-out;
    margin: -1px;
}

.product-images .product-image .name {
    text-transform: uppercase;
    color: #E51937;
    font-size: 22px;
    font-weight: bold;
    transition: all .25s ease-in-out;
}

.product-images .product-image .download-button {
    background: url('/wp-content/uploads/download-red.svg') no-repeat;
    width: 30px;
    height: 30px;
    min-width: 30px;
    min-height: 30px;
    display: inline-block;
    background-size: contain;
    transition: all .25s ease-in-out;
}

.product-images .product-image iframe {
    padding: 15px;
    object-fit: contain;
}

.product-images .product-image img {
    max-height: 160px;
    /*padding: 30px;*/
    object-fit: contain;
}

.product-images .product-image:hover {
    background: #E51937;
    color: #fff;
    border: 1px solid #E51937;
}

.product-images .product-image:hover .name {
    color: #fff;
}

.product-images .product-image:hover .download-button {
    background: url('/wp-content/uploads/download-white.svg') no-repeat;
    width: 30px;
    height: 30px;
    min-width: 30px;
    min-height: 30px;
    display: inline-block;
    background-size: contain;
    transition: all .25s ease-in-out;
}

.home-article {
    display: none;
}

.home-article.active {
    display: block;
}

.menu-item-has-children {
    position: relative;
}

.menu-item-has-children .sub-menu {
    background: #fff;
    padding: 20px;
    padding-right: 40px;
    margin-top: 10px;
    position: absolute;
    z-index: 99999999;
    text-align: left;
    opacity: 0;
    pointer-events: none;
    transition: opacity .1s ease;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    box-shadow: 0 3px 30px rgba(0, 0, 0, .3);
}

.menu-item-has-children .sub-menu li a{ font-size:14px;text-transform:inherit; color:#333; font-weight:normal;}
.menu-item-has-children:last-child .sub-menu {
    left: -70px;
}

.menu-item-has-children .sub-menu li {
    display: block;
    white-space: nowrap;
    margin-right: 0;
}

.menu-item-has-children .sub-menu li:not(:last-child) {
    margin-bottom: 10px;
}

.menu-item-has-children:hover .sub-menu,
.menu-item-has-children .sub-menu.active {
    display: block;
    opacity: 1;
    pointer-events: all;
}
.h-more{display: flex; justify-content: flex-end;}
.h-button{width:100%;float:left; text-align:center;padding-bottom: 5%;margin-top: -5%; background-color:#F7F7F7;}
.h-news-more{width:100%;float:left; text-align:center;margin-bottom:3%;}
#Quality-1{color:#fff;}
#Quality-2{color:#fff;}
#foot-a{position:relative;}
#foot-b{position:absolute;bottom:15%;left:0;}
.footer .hero{ background:none;}

/*neiye*/
.smiss-odm-product-top {
  background: #ffffff;width:100%;float:left;
}
.smiss-odm-product-top .productli * {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
}
.smiss-odm-product-top .productli {
  position: relative;
  z-index: 11;
  list-style-type: none;
  float: left;
  width: 33.333%;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 18px;
  color: #666666;
  cursor: pointer;
}
.smiss-odm-product-top .productli:before {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
  content: '';
  position: absolute;
  bottom: -5px;
  right: 0;
  width: 0%;
  height: 5px;
  background: transparent;
}
.smiss-odm-product-top .cur {
  background: #eeeeee;
}
.smiss-odm-product-top .cur::before {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
  background: #cc162e;
  width: 100%;
  left: 0;
}

.smiss-odm-product-top .hero{ background-color:#fff;padding:0;}

.smiss-odm-product-top .hero a{ color:#333;}
.smiss-odm-product-top .cur a{ color:#e51937;}

.smiss-odm-product-top .cur::before {
    bottom: 0px;
    height: 3px;
    left: 0;background: #e51937;
}
.smiss-odm-product-top .productli:hover{ background: #eeeeee;}
.smiss-odm-product-top .productli:hover a{ color:#e51937;}

.about-ne{width:100%;float:left;margin-top:3%;}

 .content {
    line-height: 30px;
    font-size: 16px;
    color: #666666;width:100%;float:left;padding-top:3%;padding-bottom:3%;
}
 .content .left {
    width: 53%;float:left;padding-top:0%;
}
.content p {
    margin-bottom: 15px;max-width: 100%;color: #666666;line-height: 26px;
font-size: 16px;
}
 .content .right {
    position: relative;
    overflow: hidden;
    height: 100%;
    background: #000;
    padding-top: 0px;
    margin-top: 5px;width: 45%;float:right;
}
.content .right img{width:100%;}
.content .career-row{ display:inherit;overflow:hidden;}

@media(max-width:1200px){
	.products-row .product{width:33.333%;float:left;margin:0;}
	.products-row{display:inherit;}
	.news-row .blog-container .box{left:50px;}
	
	}
@media(max-width:1020px){
	.news-row .blog-container .box{left:0;}
	.news-row{margin:0;overflow:hidden;margin-top:10%;}
	.news-row .blog-container .image.active{max-height: 100%;}
	.career-row .images{flex: 100%;}
	.career-row .images .inner{margin-top:5%;}
	.career-row .images{padding-right:0;}
	.career-row .images .inner{height:100%;}
	.career-row .images .inner img{width:100%;}
	.products-row{padding-top:5%;width:100%;float:left;}
	.career-row .text{padding:0;margin-top:5%;}
	}
	
	
	

@media all and (min-width: 768px) {
    .mc-news-release-container {
        flex: 50%;
    }
    .product-images .product-image {
        flex: 33% 0 0;
    }
}

@media all and (min-width: 1280px) {
    .media-center-tabs {
        padding: 60px 120px;
    }
    .media-center-buttons {
        padding: 60px 120px 0;
    }
    .media-center-buttons button {
        flex: 1;
    }
    .mc-news-release-container {
        flex: 33%;
    }
    .product-images {
        margin: -60px -120px;
    }
    .product-images .product-image {
        flex: 20% 0 0;
    }
    .blog-post-container {
        flex: 50% 0 0;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .career-row .text, .career-row .images {
        flex-basis: calc(50% - 80px);
        flex-grow: 0;
    }
    .news-row .blog-container {
        flex: 0 1 auto;
    }
    footer::after {
        display: none !important;
    }
    .blog-post-container {
        flex-basis: calc(50% - 30px);
    }
    .blog-post-container .blog-post-inner .blog-post, .mc-news-releases .mc-news-release {
        flex: 0 0 auto;
    }
    .news-row .twitter-container {
        flex: 0 1 auto;
        width: 100%;
    }
    .news-row .twitter-container .tweet {
        flex-basis: calc(33% - 40px);
    }
}

#cookie-law-info-again {
    bottom: 0 !important;
    top: unset !important;
}
.n-banner{width:100%;float:left;}
.n-banner img{max-width:100%;}
.abpout{ background-color:#fff;overflow:hidden;padding:2%;}
/*news*/
.smiss-news-list{width:100%;float:left;}
 .news{background: #fff;border: 1px solid #eeeeee;width:100%;overflow:hidden;position: relative;margin-bottom: 20px;float:left;}
 .news a {display: block;overflow: hidden;}
 .news .img{width: 30%;height: auto;position: relative;float:left;height:300px;}
 .news .img img{display: block;width: auto;height: 100%;margin: auto;max-width:100%;}
 .news .table{display: table;padding: 0 30px; height: 100%;}
 .news .table-cell{display: table-cell;vertical-align: middle;}
 .news .time{width: 100px;display: inline-block;vertical-align: middle;}
 .news .time h4{margin: 0;font-weight: normal;color: #333;font-size: 24px;line-height: 36px;}
 .news .time h6{margin: 0;font-weight: normal;color: #333;font-size: 14px;}
 .news .text{width: 85%;border-left: 1px solid #f0f0f0;border-right: 1px solid #f0f0f0;padding: 0 25px;display: inline-block;vertical-align: middle;}
 .news .text h3{margin: 0;font-weight: normal;color: #333;font-size: 20px;line-height: 36px;padding-bottom: 5px;}
 .news .text h5{margin: 0;font-weight: normal;color: #999;font-size: 14px;line-height: 26px;}
 .news  i {display: block;background: url("../images/r1.png");width: 36px;height: 36px;position: absolute;top: 50%;margin-top: -18px;right: 10px;} 
 .news:hover {box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);}
 .news:hover .time h4,.smiss-news-list .news:hover .time h6,.smiss-news-list .news:hover .text h3{color: #cc162e;}
.news:hover i {background: url("../images/r2.png");}
.news .txt{width:68%;float:right;height:300px;}

/*shownews*/
.smiss-news-path {border-bottom: 1px solid #cccccc;padding-top:0px;padding-bottom: 15px;color: #999;}
.smiss-news-path a{font-size: 14px;color: #999;overflow: hidden;}
.smiss-news-path a:hover {color: #000;}
.smiss-news-detail {border-bottom: 1px solid #cccccc;}
.smiss-news-detail .title{padding: 30px 0;overflow: hidden;border-bottom: 1px solid #cccccc;}
.smiss-news-detail .title h1{margin: 0;font-weight: normal;color: #333;font-size: 24px;line-height: 36px;padding-bottom: 10px;}
.smiss-news-detail .title h5{margin: 0;font-weight: normal;color: #999;font-size: 14px;}
.smiss-news-detail .news-detail{padding: 30px 0;overflow: hidden;color: #333;font-size: 16px;line-height: 32px;}
.smiss-news-detail .news-detail img {max-width: 100%;height: auto;}
.news-detail-trunpage {border-top: 1px solid #cccccc;overflow: hidden;position: relative;}
.news-detail-trunpage a{color: #666;font-size: 14px;padding:20px 0;display: block;overflow: hidden;}
.news-detail-trunpage a:hover {color: #000;}
.news-detail-trunpage a.fl {float: left;width: 40%;}
.news-detail-trunpage a.fr {float: right;width: 40%;text-align: right;}
.news-detail-trunpage a.fc {float: left;width:20%;text-align: center;}

/*contact*/
.contact ul{ display:flex;}
.contact li{width:25%;float:left;text-align:center;border-left:1px solid #e7e7e7;height:auto;padding:0px 50px;}
.contact li:first-child{border-left:0px;}
.contact li h4{font-size:28px;color:#333;font-weight: bold;text-transform: uppercase;}
.contact li span{display:blcok;width:110px;height:110px;line-height:110px;background:#252c30;border-radius:50%;margin:25px auto;display:block;transition: all 0.3s ease;}
.contact li p{font-size:16px;}
.contact li p a{ color:#555;}
.contact li p a:hover{color:#e51937;}
.contact li:hover span{background:#e51937;}
.contact {padding-top:5%;padding-bottom:0%;width:100%;float:left;}
.contact li span img{margin-top:30%;}

/*message*/
.smiss-contact-message .title{margin-top: 30px;overflow: hidden;}
.smiss-contact-message .title h3{margin: 0;font-weight: bold;color: #333333;font-size: 30px;}
.smiss-contact-message .title h4{margin: 20px 0;font-weight: normal;color: #666666;font-size: 18px;}
.smiss-contact-message .left{float:left;width: 100%;padding-top:0;}
.smiss-contact-message .left input:last-child {margin-right: 0;}
.smiss-contact-message .left div {margin-bottom: 20px;overflow: hidden;}
.submit-w100 {width: 150px;height: 50px;line-height: 50px;text-align: center;font-size: 18px;background: #cc162e;color: #fff;cursor: pointer;}
.submit-w100:hover {background: #000;}
.smiss-contact-message .input-w50 {width: 48%;background: #f7f8fa;line-height: 50px;float: left;margin-right: 3%;padding: 0 2%;border-top: 2px solid #ccc;
border-right: 2px solid #ccc;
border-left: 2px solid #ccc;
border-bottom: 8px solid #ccc; font-size:16px;}
.smiss-contact-message .input-w50:nth-child(2){float:right;}
.smiss-contact-message .textarea-w100 {width: 100%;background: #f7f8fa;line-height: 24px;padding: 2% 2%;min-height: 228px;border-top: 2px solid #ccc;
border-right: 2px solid #ccc;
border-left: 2px solid #ccc;
border-bottom: 8px solid #ccc;}
.smiss-contact-message .submit-w100{border:none;}
/*h-produsty*/
.h-produsty{width:100%;float:left;}
.h-produsty-left{width:20%;float:left;}
.h-produsty-right{width:100%;float:right;}
#n_nav{background:#fff;margin-bottom: 20px;}
#n_nav dt h1{ display:block;  padding: 0 25px;border-bottom: 1px solid #e9e9ec; line-height: 37px; margin-left: 9px; margin-right: 8px;}
#n_nav dt{position:relative;padding: 0 10px;display:block;line-height: 70px;height: 70px;overflow:hidden;margin-top:0px;}
#n_nav dt a{font-weight: normal;font-size: 16px;padding-left: 40px;color: #616060;display:block;height: 70px;border-top: 1px solid #dedede;}
#n_nav dt.on a{ color:#fff; border:none}
#n_nav dt:hover{background: #d93f26;border:none;}
#n_nav dt:hover a{ color:#fff; border:none}
#n_nav dt.title:hover{background: #E51937;}
#n_nav dt.title:hover a{color:#fff; border:none}
#n_nav dt.title_on{background: #E51937;}
#n_nav dt.title_on a,#n_nav dt.title.title_on.on a{color:#fff;border:none; font-size:18PX; font-weight:bold;}
#n_nav dd{padding: 0px 10px;display:none; border:none}
#n_nav dd .box{ padding: 10px 0;}
#n_nav dd a{padding-left:10px;line-height: 48px;font-size: 14px;color: #616060;display:block;height: 48px;padding: 0 40px;}
#n_nav dd a:hover{font-weight:bold;}
#n_nav dd a.on{font-weight: bold;}
.product_box {

}
.product_box .item {
        margin-bottom: 30px;
        float: left;
        width: 23.82%;
        margin-right: 1.5%;
        background: #FFFFFF;
    }

.product_box .item:nth-child(4n) {
            float: right;
            margin-right: 0px;
        }

.product_box div.pic {
        overflow: hidden;
        text-align: center;border:solid 1px #f2f2f2;
    }

        .product .product_box div.pic img {
			    width: 450px;
    height: 400px;
            transition: all 0.4s ease-in-out;
        }

.product_box div.text {
        padding-top: 10%;
        padding-bottom: 14%;
        padding-left: 15%;
        padding-right: 15%;
        transition: all 0.4s ease-in-out;border:solid 1px #f2f2f2;border-top:none;
    }
.product_box div.text > a {
            color: #333333;
            font-size: 16px;
            display: block;
            margin-bottom: 48px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
.product_box div.text > div a {
            display: block;
            margin: 0 auto;
            color: #333333;
            font-size: 14px;
            width: 128px;
            height: 38px;
            border: 1px solid #333333;
            text-align: center;
            line-height: 38px;
            transition: all 0.4s ease-in-out;
        }

    /*.product .product_box div.text > div a:last-child {
                float: right;
            }*/

.product_box .item:hover img {
        transform: scale(1.1);
    }

.product_box .item:hover div.text {
        background: #fb4848;
    }
.product_box .item:hover div.text > a {
            color: #ffffff;
        }
 .product_box .item:hover div.text > div a {
            color: #ffffff;
            border: 1px solid #FFFFFF;
        }
.product_box .item div.text > div a:hover {
        border-color: #FFFFFF;
        color: #fb4848;
        background: #FFFFFF;
    }

/*productshow*/
.h-produsty-right_1{width:100%;float:left;}
.pro-left{width:45%;float:left;}
.pro-right{width:50%;float:right;}
.pro-right h1{ font-size:20px;padding-bottom:20px;border-bottom: 1px solid #e6e6e6;}
.pro-right p{ font-size:16px;padding-top:20px;padding-bottom:20px;}

.pro-right a {
    display: block;
    width: 138px;
    height: 48px;
    border-radius: 30px;
    text-align: center;
    line-height: 48px;
    color: #f9fafc;
    font-size: 16px;
    text-indent: 2em;
    background: #333333 url(../images/03.png) no-repeat center;
        background-position-x: center;
        background-position-y: center;
    background-position-x: 40px;
    background-position-y: 15px; cursor:pointer;
}
.pro-right a:hover {
                    background: #fb4848 url(../images/03.png) no-repeat center;
                    background-position-x: 40px;
                    background-position-y: 15px;
                }

.h-produsty-right_2{width:100%;float:left;margin-top:20px;}

.poip{ background-color:#fff;width:80%;overflow:hidden;margin:auto; padding:5%;}
.poip .h-produsty-right{width:100%;}

.h-produsty-right_2-1{background-color:#fff;width:80%;overflow:hidden;margin:auto; padding:5%;}

.h-produsty-right_2-1 h1 {
    color: #333333;
    font-size: 18px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 40px;
    padding-left: 15px;
    position: relative;
}.h-produsty-right_2-1 h1::before {
    position: absolute;
    content: "";
    width: 260px;
    height: 4px;
    left: 0px;
    bottom: 0px;
    background: #fb4848;
}
.context{ font-size:16px;line-height:28px; color:#666666;}
.context img{max-width:100%;}
.nav_tow {
    width: 100%;
    background: #FFFFFF;
    height: auto;
    line-height: 90px;
    position: relative;
    text-align: center;overflow:hidden;
}

    .nav_tow > a {
        color: #333333;
        font-size: 16px;
        margin: 0px 25px;
        position: relative;
    }

        .nav_tow > a::before {
            position: absolute;
            content: "";
            width: 17px;
            height: 4px;
            top: 25px;
            left: 50%;
            margin-left: -8.5px;
            background: #fb4848;
            transform: skew(-20deg);
            opacity: 0;
        }

        .nav_tow > a:hover,
        .nav_tow > a.active {
            color: #fb4848;
        }

            .nav_tow > a:hover::before,
            .nav_tow > a.active::before {
                opacity: 1;
            }

    .nav_tow > div {
        position: absolute;
        right: 0px;
        height: 90px;
        width: 176px;
        top: 0px;
    }

        .nav_tow > div a {
            float: left;
            width: 50%;
            height: 90px;
        }

            .nav_tow > div a:nth-child(1) {
                background: #cccccc url(../images/03.png) no-repeat center;
            }

            .nav_tow > div a:nth-child(2) {
                background: #36404b url(../images/04.png) no-repeat center;
            }

            .nav_tow > div a:nth-child(1):hover {
                background: #fb4848 url(../images/03.png) no-repeat center;
            }

            .nav_tow > div a:nth-child(2):hover {
                background: #fb4848 url(../images/04.png) no-repeat center;
            }


.h-produsty-left{display:none;}

@media(max-width:1600px){
	.poip{width:100%;}
	.h-produsty-right_2-1{width:100%;}}
@media(max-width:1600px){.career-row .images .inner{height:90%;}.home .headline{ font-size:50px;}.slide p{ font-size:18px;}	}
@media(max-width:1500px){.career-row .images .inner{height:80%;}.slider-controls{right:5%;}}
@media(max-width:1400px){.news .time{margin-left:10px;}
.h-produsty-left{width:30%;}

.product_box .item{width:32.333%;}
.product_box .item:nth-child(3n) {
    float: right;
    margin-right: 0px;
}
.product_box .item:nth-child(4n) {
    margin-right: 1.5%;float:left;
}

}

.sj-cong{display:none;}

	@media(max-width:1500px){
	.products-row .product .title{font-size: 18px;}
		.products-row .product .link{font-size: 14px;}
		.products-row .product .body{font-size: 12px;}
	.products-row .product .top{height:200px;}	
	}
	

@media(max-width:1200px){
.news .text h3{font-size: 16px;line-height: 26px;}
.news .text{width: 65%;}
	.products-row .product .top{height:auto;}	


}

@media(max-width:800px){
	
	.products-row .product{width:50%;margin-bottom:5%;}
	.products-row .product .title{ font-size:16px;}
	.products-row .product .body{ font-size:14px;}
	.products-row .product .link{ font-size:14px;}
    .home .slide{min-height:400px; background-size:cover !important;}
    .home .headline{ font-size:30px;}
	.slide p{ font-size:14px;}
	.home .slide{padding: 4em 2.5em 1em;}
	.new-button.small{width:150px;}
	.new-button{ font-size:12px;padding: 3px 4px;}
	.new-button .button-arrow{width: 10px;height: 10px;min-width: 10px;min-height: 10px;}
    .products-row{padding-bottom:5%;}
    .show_title{ font-size:20px;}
	.career-row h2{ font-size:20px;}
	.career-row .images .inner{margin-bottom:20px;}
	.news-row .blog-container .title{ font-size:16px;}
	.news-row .blog-container .body{ font-size:14px;}
	.news-row .blog-container .link{ font-size:14px;}
	.index-standard-item .standard-title{ font-size:20px;margin:0;left:auto;margin:auto;margin-top:5%;}
	.index-standard-item .standard-content{ font-size:14px;width:90%;}
	.footer .footernav .nav-list .nav, .footer .footernav a .nav{display:none;}
	.footer .hero{width:100%;float:left; text-align:center;}#foot-b{ position:inherit;}#foot-a{ text-align:center;}
	#foot-a .logo{float:none;}	#foot-a .logo img{margin-bottom:0;}
	.footer .footernav .nav-list{padding-bottom:0;}
	.sj-cong{display:block; position:fixed;bottom:0;height:40px;line-height:40px;z-index:9;width:100%; background-color:#000;}
	.sj-cong ul li{width:50%;float:left; text-align:center;}
	.sj-cong ul li:nth-child(1){ background-color:#F00;}
	.sj-cong ul li a{ color:#fff; opacity:1;}
	.footer{padding-bottom:8%;}
	.footer .footerabout .left{width:90%;margin:auto;}
	.index-standard-item .standard-content{margin: 50px auto;}
	.index-standard-item.bg_img{margin-top:20px;}
	.career-row{padding: 20px 80px;}
    .menu-item-has-children .sub-menu li{text-align: center;
width: 100%;}
	 .content .left{width:100%;}
	  .content .right{width:100%;}
	  .smiss-odm-product-top .productli{ font-size:14px;}
	  .smiss-odm-product-top .hero{padding:0;}
	  .content p{ font-size:14px;}
	  h1, .page-template-product-line .hero h1, .page-template-product-line .hero h1, .pageTitle, .query h3{ font-size:1.5em;}
	  .content .career-row{padding: 20px 60px;}
	.news .img{width:100%;margin-top:20px;}
	.news .txt{width:100%;}
	.news .table{width:100%;}
	.news .text{width:100%;border:none;}
	.news{padding-bottom:5%;}
	.contact ul{ display:inherit;}
	.contact li{width:50%;float:left;padding:0;margin-bottom:5%;border:none;}
	.contact li p{height:60px;line-height:25px;}
	.contact li h4{ font-size:18px;}
	.contact li p{ font-size:14px;}
	.h-produsty-left{width:100%;}
	.h-produsty-right{width:100%;}
	.product_box .item{width:49%;float:left;margin-right:0;}
	.product_box .item:nth-child(2n){float:right;margin-right:0%;}
	.product_box .item:nth-child(3){float:left;margin-right:0;}
	.product_box .item:nth-child(4){float:right;margin-right:0;}
	.content{padding-top:5%;}
	.product_box div.text{margin-top:0;}
	.pro-left{width:100%;}
	.pro-right{width:100%;margin-top:20px;}
	.pro-right h1{ font-size:16px;}
	.h-produsty-right_2-1 h1{ font-size:16px;}
	.context{ font-size:14px;}
.smiss-news-detail .title h1{ font-size:16px;}
.h-produsty-left{display:block;}
.nav_tow{display:none;}
	
	}
	
	@media(max-width:760px){	.slider-controls{margin-top:25%;}}	
	@media(max-width:600px){	.slider-controls{margin-top:30%;}}
	@media(max-width:500px){	.slider-controls{margin-top:40%;}}