@font-face {
    font-family: 'icomoon';
    src: url('../eot/icomoon4e31.eot?jsgpo');
    src: url('../eot/icomoon4e31.eot?jsgpo#iefix') format('embedded-opentype'), url('../ttf/icomoon4e31.ttf?jsgpo') format('truetype'), url('../woff/icomoon4e31.woff?jsgpo') format('woff'), url('../svg/icomoon4e31.svg?jsgpo#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}
[class^='icon-'],
[class*=' icon-'] {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-check:before {
    content: '\e913';
}
.icon-print:before {
    content: '\e912';
}
.icon-search:before {
    content: '\e911';
}
.icon-close:before {
    content: '\e910';
}
.icon-mail:before {
    content: '\e900';
}
.icon-download:before {
    content: '\e901';
}
.icon-categories:before {
    content: '\e902';
}
.icon-triangle-right:before {
    content: '\e904';
}
.icon-triangle-left:before {
    content: '\e905';
}
.icon-triangle-up:before {
    content: '\e907';
}
.icon-triangle-down:before {
    content: '\e909';
}
.icon-caret-left:before {
    content: '\e90a';
}
.icon-caret-right:before {
    content: '\e90c';
}
.icon-caret-up:before {
    content: '\e90d';
}
.icon-caret-down:before {
    content: '\e90e';
}
.icon-play:before {
    content: '\e90f';
}
.icon-tip-logo:before {
    content: '\e90b';
}
.icon-facebook:before {
    content: '\e908';
}
.icon-youtube:before {
    content: '\e906';
}
.icon-twitter:before {
    content: '\e903';
}
.icon-globe:before {
    content: '\e914';
}
@keyframes spin {
    0% {
        transform: rotate(0deg) scale(1);
    }
    50% {
        transform: rotate(180deg) scale(1.4);
    }
    to {
        transform: rotate(360deg) scale(1);
    }
}
@keyframes bounce {
    from,
    20%,
    53%,
    80%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: translate3d(0, 0, 0);
    }
    40%,
    43% {
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        transform: translate3d(0, -4px, 0);
    }
}
@keyframes flash {
    from,
    50%,
    to {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}
@keyframes pulse {
    from {
        transform: scale3d(1, 1, 1);
    }
    50% {
        transform: scale3d(1.05, 1.05, 1.05);
    }
    to {
        transform: scale3d(1, 1, 1);
    }
}
@keyframes rubberBand {
    from {
        transform: scale3d(1, 1, 1);
    }
    30% {
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        transform: scale3d(1.05, 0.95, 1);
    }
    to {
        transform: scale3d(1, 1, 1);
    }
}
@keyframes shake {
    from,
    to {
        transform: translate3d(0, 0, 0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translate3d(-10px, 0, 0);
    }
    20%,
    40%,
    60%,
    80% {
        transform: translate3d(10px, 0, 0);
    }
}
@keyframes swing {
    20% {
        transform: rotate3d(0, 0, 1, 15deg);
    }
    40% {
        transform: rotate3d(0, 0, 1, -10deg);
    }
    60% {
        transform: rotate3d(0, 0, 1, 5deg);
    }
    80% {
        transform: rotate3d(0, 0, 1, -5deg);
    }
    to {
        transform: rotate3d(0, 0, 1, 0deg);
    }
}
@keyframes tada {
    from {
        transform: scale3d(1, 1, 1);
    }
    10%,
    20% {
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }
    30%,
    50%,
    70%,
    90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%,
    60%,
    80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    to {
        transform: scale3d(1, 1, 1);
    }
}
@keyframes wobble {
    from {
        transform: none;
    }
    15% {
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }
    30% {
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }
    45% {
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }
    60% {
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }
    75% {
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }
    to {
        transform: none;
    }
}
@keyframes jello {
    from,
    11.1%,
    to {
        transform: none;
    }
    22.2% {
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }
    33.3% {
        transform: skewX(6.25deg) skewY(6.25deg);
    }
    44.4% {
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }
    55.5% {
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }
    66.6% {
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }
    77.7% {
        transform: skewX(0.390625deg) skewY(0.390625deg);
    }
    88.8% {
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    }
}
@keyframes bounceIn {
    from,
    20%,
    40%,
    60%,
    80%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        transform: scale3d(0.97, 0.97, 0.97);
    }
    to {
        opacity: 1;
        transform: scale3d(1, 1, 1);
    }
}
@keyframes bounceInDown {
    from,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        transform: translate3d(0, -3000px, 0);
    }
    60% {
        opacity: 1;
        transform: translate3d(0, 25px, 0);
    }
    75% {
        transform: translate3d(0, -10px, 0);
    }
    90% {
        transform: translate3d(0, 5px, 0);
    }
    to {
        transform: none;
    }
}
@keyframes bounceInLeft {
    from,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        transform: translate3d(-3000px, 0, 0);
    }
    60% {
        opacity: 1;
        transform: translate3d(25px, 0, 0);
    }
    75% {
        transform: translate3d(-10px, 0, 0);
    }
    90% {
        transform: translate3d(5px, 0, 0);
    }
    to {
        transform: none;
    }
}
@keyframes bounceInRight {
    from,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    from {
        opacity: 0;
        transform: translate3d(3000px, 0, 0);
    }
    60% {
        opacity: 1;
        transform: translate3d(-25px, 0, 0);
    }
    75% {
        transform: translate3d(10px, 0, 0);
    }
    90% {
        transform: translate3d(-5px, 0, 0);
    }
    to {
        transform: none;
    }
}
@keyframes bounceInUp {
    from,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    from {
        opacity: 0;
        transform: translate3d(0, 3000px, 0);
    }
    60% {
        opacity: 1;
        transform: translate3d(0, -20px, 0);
    }
    75% {
        transform: translate3d(0, 10px, 0);
    }
    90% {
        transform: translate3d(0, -5px, 0);
    }
    to {
        transform: translate3d(0, 0, 0);
    }
}
@keyframes bounceOut {
    20% {
        transform: scale3d(0.9, 0.9, 0.9);
    }
    50%,
    55% {
        opacity: 1;
        transform: scale3d(1.1, 1.1, 1.1);
    }
    to {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }
}
@keyframes bounceOutDown {
    20% {
        transform: translate3d(0, 10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        transform: translate3d(0, -20px, 0);
    }
    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0);
    }
}
@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        transform: translate3d(20px, 0, 0);
    }
    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0);
    }
}
@keyframes bounceOutRight {
    20% {
        opacity: 1;
        transform: translate3d(-20px, 0, 0);
    }
    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0);
    }
}
@keyframes bounceOutUp {
    20% {
        transform: translate3d(0, -10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        transform: translate3d(0, 20px, 0);
    }
    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0);
    }
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
@keyframes fadeInDownBig {
    from {
        opacity: 0;
        transform: translate3d(0, -2000px, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
@keyframes fadeInRightBig {
    from {
        opacity: 0;
        transform: translate3d(2000px, 0, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
@keyframes fadeInUpBig {
    from {
        opacity: 0;
        transform: translate3d(0, 2000px, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
@keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
@keyframes fadeOutDown {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }
}
@keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0);
    }
}
@keyframes fadeOutLeft {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }
}
@keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0);
    }
}
@keyframes fadeOutRight {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }
}
@keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0);
    }
}
@keyframes fadeOutUp {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }
}
@keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0);
    }
}
@keyframes flip {
    from {
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        animation-timing-function: ease-out;
    }
    40% {
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        animation-timing-function: ease-out;
    }
    50% {
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        animation-timing-function: ease-in;
    }
    80% {
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        animation-timing-function: ease-in;
    }
    to {
        transform: perspective(400px);
        animation-timing-function: ease-in;
    }
}
@keyframes flipInX {
    from {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        animation-timing-function: ease-in;
    }
    60% {
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    to {
        transform: perspective(400px);
    }
}
@keyframes flipInY {
    from {
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        animation-timing-function: ease-in;
    }
    60% {
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }
    80% {
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    to {
        transform: perspective(400px);
    }
}
@keyframes flipOutX {
    from {
        transform: perspective(400px);
    }
    30% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }
    to {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}
@keyframes flipOutY {
    from {
        transform: perspective(400px);
    }
    30% {
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }
    to {
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}
@keyframes lightSpeedIn {
    from {
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }
    60% {
        transform: skewX(20deg);
        opacity: 1;
    }
    80% {
        transform: skewX(-5deg);
        opacity: 1;
    }
    to {
        transform: none;
        opacity: 1;
    }
}
@keyframes lightSpeedOut {
    from {
        opacity: 1;
    }
    to {
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}
@keyframes rotateIn {
    from {
        transform-origin: center;
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }
    to {
        transform-origin: center;
        transform: none;
        opacity: 1;
    }
}
@keyframes rotateInDownLeft {
    from {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1;
    }
}
@keyframes rotateInDownRight {
    from {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1;
    }
}
@keyframes rotateInUpLeft {
    from {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1;
    }
}
@keyframes rotateInUpRight {
    from {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }
    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1;
    }
}
@keyframes rotateOut {
    from {
        transform-origin: center;
        opacity: 1;
    }
    to {
        transform-origin: center;
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}
@keyframes rotateOutDownLeft {
    from {
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}
@keyframes rotateOutDownRight {
    from {
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}
@keyframes rotateOutUpLeft {
    from {
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}
@keyframes rotateOutUpRight {
    from {
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}
@keyframes hinge {
    0% {
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }
    20%,
    60% {
        transform: rotate3d(0, 0, 1, 80deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }
    40%,
    80% {
        transform: rotate3d(0, 0, 1, 60deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }
    to {
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}
@keyframes rollIn {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
@keyframes rollOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}
@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}
@keyframes zoomInDown {
    from {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@keyframes zoomInLeft {
    from {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@keyframes zoomInRight {
    from {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@keyframes zoomInUp {
    from {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@keyframes zoomOut {
    from {
        opacity: 1;
    }
    50% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }
    to {
        opacity: 0;
    }
}
@keyframes zoomOutDown {
    40% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }
    to {
        opacity: 0;
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform-origin: left center;
    }
}
@keyframes zoomOutRight {
    40% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }
    to {
        opacity: 0;
        transform: scale(0.1) translate3d(2000px, 0, 0);
        transform-origin: right center;
    }
}
@keyframes zoomOutUp {
    40% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@keyframes slideInDown {
    from {
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    to {
        transform: translate3d(0, 0, 0);
    }
}
@keyframes slideInLeft {
    from {
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    to {
        transform: translate3d(0, 0, 0);
    }
}
@keyframes slideInLeftBig {
    from {
        transform: translate3d(-100vw, 0, 0);
        visibility: visible;
    }
    to {
        transform: translate3d(0, 0, 0);
    }
}
@keyframes slideInRight {
    from {
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    to {
        transform: translate3d(0, 0, 0);
    }
}
@keyframes slideInRightBig {
    from {
        transform: translate3d(100vw, 0, 0);
        visibility: visible;
    }
    to {
        transform: translate3d(0, 0, 0);
    }
}
@keyframes slideInUp {
    from {
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    to {
        transform: translate3d(0, 0, 0);
    }
}
@keyframes slideOutLeft {
    from {
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        transform: translate3d(-100%, 0, 0);
    }
}
@keyframes slideOutRight {
    from {
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        transform: translate3d(100%, 0, 0);
    }
}
@keyframes slideOutUp {
    from {
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        transform: translate3d(0, -100%, 0);
    }
}
@keyframes growOutHor {
    from {
        transform: scaleX(0);
    }
    to {
        transform: scaleX(1);
    }
}
@keyframes growOutVert {
    from {
        transform: scaleY(0);
    }
    to {
        transform: scaleY(1);
    }
} /*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}
@media (min-width: 1024px) {
    .animated.infinite {
        animation-iteration-count: infinite;
    }
    .animated.hinge {
        animation-duration: 2s;
    }
    .animated.bounceIn,
    .animated.bounceOut {
        animation-duration: 0.75s;
    }
    .animated.flipOutX,
    .animated.flipOutY {
        animation-duration: 0.75s;
    }
    .bounce {
        animation-name: bounce;
        -ms-transform-origin: center bottom;
        transform-origin: center bottom;
    }
    .flash {
        animation-name: flash;
    }
    .pulse {
        animation-name: pulse;
    }
    .rubberBand {
        animation-name: rubberBand;
    }
    .shake {
        animation-name: shake;
    }
    .swing {
        -ms-transform-origin: top center;
        transform-origin: top center;
        animation-name: swing;
    }
    .tada {
        animation-name: tada;
    }
    .wobble {
        animation-name: wobble;
    }
    .jello {
        animation-name: jello;
        -ms-transform-origin: center;
        transform-origin: center;
    }
    .bounceIn {
        animation-name: bounceIn;
    }
    .bounceInDown {
        animation-name: bounceInDown;
    }
    .bounceInLeft {
        animation-name: bounceInLeft;
    }
    .bounceInRight {
        animation-name: bounceInRight;
    }
    .bounceInUp {
        animation-name: bounceInUp;
    }
    .bounceOut {
        animation-name: bounceOut;
    }
    .bounceOutDown {
        animation-name: bounceOutDown;
    }
    .bounceOutLeft {
        animation-name: bounceOutLeft;
    }
    .bounceOutRight {
        animation-name: bounceOutRight;
    }
    .bounceOutUp {
        animation-name: bounceOutUp;
    }
    .fadeIn {
        animation-name: fadeIn;
    }
    .fadeInDown {
        animation-name: fadeInDown;
    }
    .fadeInDownBig {
        animation-name: fadeInDownBig;
    }
    .fadeInLeft {
        animation-name: fadeInLeft;
    }
    .fadeInLeftBig {
        animation-name: fadeInLeftBig;
    }
    .fadeInRight {
        animation-name: fadeInRight;
    }
    .fadeInRightBig {
        animation-name: fadeInRightBig;
    }
    .fadeInUp {
        animation-name: fadeInUp;
    }
    .fadeInUpBig {
        animation-name: fadeInUpBig;
    }
    .fadeOut {
        animation-name: fadeOut;
    }
    .fadeOutDown {
        animation-name: fadeOutDown;
    }
    .fadeOutDownBig {
        animation-name: fadeOutDownBig;
    }
    .fadeOutLeft {
        animation-name: fadeOutLeft;
    }
    .fadeOutLeftBig {
        animation-name: fadeOutLeftBig;
    }
    .fadeOutRight {
        animation-name: fadeOutRight;
    }
    .fadeOutRightBig {
        animation-name: fadeOutRightBig;
    }
    .fadeOutUp {
        animation-name: fadeOutUp;
    }
    .fadeOutUpBig {
        animation-name: fadeOutUpBig;
    }
    .animated.flip {
        backface-visibility: visible;
        animation-name: flip;
    }
    .flipInX {
        backface-visibility: visible !important;
        animation-name: flipInX;
    }
    .flipInY {
        backface-visibility: visible !important;
        animation-name: flipInY;
    }
    .flipOutX {
        animation-name: flipOutX;
        backface-visibility: visible !important;
    }
    .flipOutY {
        backface-visibility: visible !important;
        animation-name: flipOutY;
    }
    .lightSpeedIn {
        animation-name: lightSpeedIn;
        animation-timing-function: ease-out;
    }
    .lightSpeedOut {
        animation-name: lightSpeedOut;
        animation-timing-function: ease-in;
    }
    .rotateIn {
        animation-name: rotateIn;
    }
    .rotateInDownLeft {
        animation-name: rotateInDownLeft;
    }
    .rotateInDownRight {
        animation-name: rotateInDownRight;
    }
    .rotateInUpLeft {
        animation-name: rotateInUpLeft;
    }
    .rotateInUpRight {
        animation-name: rotateInUpRight;
    }
    .rotateOut {
        animation-name: rotateOut;
    }
    .rotateOutDownLeft {
        animation-name: rotateOutDownLeft;
    }
    .rotateOutDownRight {
        animation-name: rotateOutDownRight;
    }
    .rotateOutUpLeft {
        animation-name: rotateOutUpLeft;
    }
    .rotateOutUpRight {
        animation-name: rotateOutUpRight;
    }
    .hinge {
        animation-name: hinge;
    }
    .rollIn {
        animation-name: rollIn;
    }
    .rollOut {
        animation-name: rollOut;
    }
    .zoomIn {
        animation-name: zoomIn;
    }
    .zoomInDown {
        animation-name: zoomInDown;
    }
    .zoomInLeft {
        animation-name: zoomInLeft;
    }
    .zoomInRight {
        animation-name: zoomInRight;
    }
    .zoomInUp {
        animation-name: zoomInUp;
    }
    .zoomOut {
        animation-name: zoomOut;
    }
    .zoomOutDown {
        animation-name: zoomOutDown;
    }
    .zoomOutLeft {
        animation-name: zoomOutLeft;
    }
    .zoomOutRight {
        animation-name: zoomOutRight;
    }
    .zoomOutUp {
        animation-name: zoomOutUp;
    }
    .slideInDown {
        animation-name: slideInDown;
    }
    .slideInLeft {
        animation-name: slideInLeft;
    }
    .slideInLeftBig {
        animation-name: slideInLeftBig;
    }
    .slideInRight {
        animation-name: slideInRight;
    }
    .slideInRightBig {
        animation-name: slideInRightBig;
    }
    .slideInUp {
        animation-name: slideInUp;
    }
    .slideOutDown {
        animation-name: slideOutDown;
    }
    .slideOutLeft {
        animation-name: slideOutLeft;
    }
    .slideOutRight {
        animation-name: slideOutRight;
    }
    .slideOutUp {
        animation-name: slideOutUp;
    }
    .growOutVert {
        animation-name: growOutVert;
    }
    .growOutHor {
        animation-name: growOutHor;
    }
}
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
a {
    background-color: transparent;
}
a:active,
a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type='checkbox'],
input[type='radio'] {
    box-sizing: border-box;
    padding: 0;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
    height: auto;
}
input[type='search'] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    padding: 0;
}
body,
button,
input,
select,
textarea {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 1.5em;
}
p {
    margin: 0 0 1.5em;
}
dfn,
cite,
em,
i {
    font-style: italic;
}
blockquote {
    margin: 0 1.5em;
}
address {
    margin: 0 0 1.5em;
}
pre {
    font-size: 15px;
    font-size: 0.9375rem;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}
code,
kbd,
tt,
var {
    font-size: 15px;
    font-size: 0.9375rem;
}
abbr,
acronym {
    border-bottom: 1px dotted black;
    cursor: help;
}
mark,
ins {
    text-decoration: none;
}
big {
    font-size: 125%;
}
html {
    box-sizing: border-box;
}
*,
*:before,
*:after {
    box-sizing: inherit;
}
body {
    font-smooth: always;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    background-color: #1f1f1f;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.75em;
}
@media (min-width: 768px) {
    body {
        font-size: 16px;
        font-size: 1rem;
    }
}
blockquote,
q {
    quotes: '' '';
    border-left: 2px solid #f04144;
    margin: 0 0 1.5em;
    padding: 0 20px;
    font-size: 14.4px;
    font-size: 0.9rem;
}
@media (min-width: 768px) {
    blockquote,
    q {
        font-size: 16px;
        font-size: 1rem;
    }
}
@media (min-width: 1024px) {
    blockquote,
    q {
        padding: 0 30px;
        font-size: 20px;
        font-size: 1.25rem;
    }
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
}
hr {
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}
img {
    height: auto;
    max-width: 100%;
}
address {
    display: block;
    font-style: normal;
}
.red,
.frm_submit .frm_final_submit {
    color: #f04144;
}
@media (min-width: 768px) {
    .to-top-arrow {
        cursor: pointer;
        z-index: 100;
        position: fixed;
        bottom: 30px;
        right: 30px;
        background-color: #000;
        opacity: 0.2;
        border-radius: 8px;
        width: 50px;
        height: 50px;
        margin: auto;
        text-align: center;
        transition: all 0.25s ease;
    }
    .to-top-arrow.icon-caret-up {
        padding-top: 28px;
        font-size: 24px;
        color: #fff;
    }
    .to-top-arrow:hover {
        opacity: 0.4;
    }
}
.share-container {
    display: -ms-flexbox;
    display: flex;
    width:260px;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 8px;
    border: 1px solid #d1d1d1;
    padding: 15px 20px;
}
.share-container span {
    font-family: 'acumin-pro-extra-condensed', sans-serif;
    font-size: 18px;
    letter-spacing: 2px;
    margin-right: 20px;
    text-transform: uppercase;
    color: #111111;
}
.share-container .share {
    margin-right: 20px;
}

a.repbutton {
    width:260px;
    padding:15px 20px;
    background-color:#f04144;
    display:flex;
    border:1px solid #f04144;
    transition: .3s all;
    margin-bottom:20px;
}

a.repbutton:hover {
    background-color:transparent;
}

.repbutton span {
    font-family: 'acumin-pro-extra-condensed', sans-serif;
    font-size: 18px;
    letter-spacing: 2px;
    margin-right: 20px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin:auto;
}

.repbutton:hover span {
    color:#f04144;
}

.button-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    padding: 10px 0;
}
ul,
ol {
    margin: 0 0 1.5em 1em;
    padding: 0;
}
ul {
    list-style: disc;
}
ol {
    list-style: decimal;
}
li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}
dt {
    font-weight: bold;
}
dd {
    margin: 0 1.5em 1.5em;
}
.ordered-1,
.section-default ol {
    list-style: none;
    counter-rest: item;
    margin: 0 0 1.5em 20px;
}
.ordered-1 li,
.section-default ol li {
    color: rgba(0, 0, 0, 0.7);
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 1em;
    counter-increment: item;
}
.ordered-1 li::before,
.section-default ol li::before {
    color: black;
    font-weight: 700;
    content: counters(item, '../.html') ')';
    margin: 0 6px 0 0;
}
.ordered-2,
.single-post .section-single-post ol {
    list-style: none;
    counter-rest: item;
    margin: 0 0 1.5em 0;
}
.ordered-2 li,
.single-post .section-single-post ol li {
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 0.5em;
    counter-increment: item;
}
@media (min-width: 1024px) {
    .ordered-2 li,
    .single-post .section-single-post ol li {
        font-size: 16px;
        font-size: 1rem;
    }
}
.ordered-2 li::before,
.single-post .section-single-post ol li::before {
    font-size: 12px;
    color: #f04144;
    font-weight: 700;
    content: counters(item, '../.html') ' ';
    margin: 0 10px 0 0;
}
.unordered-1,
.single-post .section-single-post ul {
    list-style: none;
    margin: 0 0 1.5em 0;
}
.unordered-1 li,
.single-post .section-single-post ul li {
    position: relative;
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 0.5em;
    padding-left: 20px;
}
@media (min-width: 1024px) {
    .unordered-1 li,
    .single-post .section-single-post ul li {
        font-size: 16px;
        font-size: 1rem;
    }
}
.unordered-1 li::before,
.single-post .section-single-post ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 14px;
    transform: translate3d(0, -50%, 0);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #f04144;
}
.unordered-1 li > ul,
.single-post .section-single-post ul li > ul {
    margin: 0;
}
.unordered-1 li > ul > li::before,
.single-post .section-single-post ul li > ul > li::before {
    content: '';
    background-color: transparent;
    border: 1px solid #f04144;
}
table {
    margin: 0 0 1.5em;
    width: 100%;
}
.table-wrapper .table-before h3 {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 500;
    color: #f04144;
    margin: 0;
}
.table-wrapper table {
    width: 100%;
}
.table-wrapper table thead tr th {
    font-size: 14px;
    font-size: 0.875rem;
    text-align: left;
    padding: 6px 0;
}
@media (min-width: 1024px) {
    .table-wrapper table thead tr th {
        font-size: 18px;
        font-size: 1.125rem;
        font-weight: 500;
    }
}
.table-wrapper table tbody tr td {
    font-size: 14px;
    font-size: 0.875rem;
    vertical-align: top;
    padding: 6px 0;
    color: rgba(0, 0, 0, 0.5);
}
@media (min-width: 1024px) {
    .table-wrapper table tbody tr td {
        font-size: 16px;
        font-size: 1rem;
    }
}
.table-wrapper.justify-cells table tbody tr td:first-child:nth-last-child(2),
.table-wrapper.justify-cells table tbody tr td:first-child:nth-last-child(2) ~ td {
    width: 50%;
}
.table-wrapper.justify-cells table tbody tr td:first-child:nth-last-child(3),
.table-wrapper.justify-cells table tbody tr td:first-child:nth-last-child(3) ~ td {
    width: 33.3333%;
}
.table-wrapper.justify-cells table tbody tr td:first-child:nth-last-child(4),
.table-wrapper.justify-cells table tbody tr td:first-child:nth-last-child(4) ~ td {
    width: 25%;
}
.table-wrapper.align-td-left table thead tr th {
    text-align: left;
}
.table-wrapper.align-td-left table tbody tr td {
    text-align: center;
}
.table-wrapper.align-td-center table thead tr th {
    text-align: center;
}
.table-wrapper.align-td-center table tbody tr td {
    text-align: center;
}
.btn,
.frm_submit .frm_final_submit {
    font-family: 'acumin-pro-extra-condensed', sans-serif;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.063em;
    line-height: 1;
    text-transform: uppercase;
    height: 50px;
    padding: 0 20px;
    transition: background-color 0.3s ease-in-out;
    cursor: pointer;
}
@media (min-width: 768px) {
    .btn,
    .frm_submit .frm_final_submit {
        font-size: 18px;
        font-size: 1.125rem;
    }
}
@media (min-width: 1024px) {
    .btn,
    .frm_submit .frm_final_submit {
        padding: 0 34px;
    }
}
.btn.roboto,
.frm_submit .roboto.frm_final_submit {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
}
@media (min-width: 1024px) {
    .btn.roboto,
    .frm_submit .roboto.frm_final_submit {
        font-size: 14px;
        font-size: 0.875rem;
    }
}
.btn.red,
.frm_submit .frm_final_submit {
    background-color: #f04144;
    color: white;
}
.btn.red:hover,
.frm_submit .frm_final_submit:hover {
    background-color: #eb1316;
}
.btn.gray,
.frm_submit .gray.frm_final_submit {
    background-color: #636363;
    color: white;
}
.btn.gray:not(.action-trigger):hover,
.frm_submit .gray.frm_final_submit:not(.action-trigger):hover {
    background-color: #272727;
}
.btn.black,
.frm_submit .black.frm_final_submit {
    background-color: #1f1f1f;
    color: white;
    transition: background-color 0.3s ease-in-out;
}
.btn.black:hover,
.frm_submit .black.frm_final_submit:hover {
    background-color: #1f1f1f;
}
.btn.transparent-gray,
.frm_submit .transparent-gray.frm_final_submit {
    border: 1px solid rgba(0, 0, 0, 0.2);
    background-color: transparent;
    transition: border-color 0.3s ease-in-out;
}
.btn.transparent-gray:hover,
.frm_submit .transparent-gray.frm_final_submit:hover {
    border-color: black;
}
.btn.transparent-black,
.frm_submit .transparent-black.frm_final_submit {
    font-family: 'Roboto', sans-serif;
    font-size: 10px;
    font-size: 0.625rem;
    font-weight: 400;
    border: 1px solid black;
    background-color: transparent;
    transition: background-color 0.3s ease-in-out;
}
@media (min-width: 768px) {
    .btn.transparent-black,
    .frm_submit .transparent-black.frm_final_submit {
        font-size: 12px;
        font-size: 0.75rem;
        letter-spacing: 0.125em;
    }
}
.btn.transparent-black:hover,
.frm_submit .transparent-black.frm_final_submit:hover {
    color: white;
    background-color: black;
}
.btn.transparent-white,
.frm_submit .transparent-white.frm_final_submit {
    padding: 0;
    color: #f04144;
    min-width: 0;
}
.btn.transparent-red,
.frm_submit .transparent-red.frm_final_submit {
    color: #f04144;
    padding: 0;
    height: auto;
}
.btn.text-btn,
.frm_submit .text-btn.frm_final_submit {
    background-color: #f04144;
    color: #ffffff;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    width: 100%;
}

.btn.text-btn:hover,
.frm_submit .text-btn.frm_final_submit:hover,
.btn.text-btn:active,
.frm_submit .text-btn.frm_final_submit:active {
    opacity: 0.85;
}
a.btn,
.frm_submit a.frm_final_submit,
span.btn,
.frm_submit span.frm_final_submit {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
}
button.btn,
.frm_submit button.frm_final_submit,
input.btn,
.frm_submit input.frm_final_submit {
    display: inline-block;
    border: 0;
    outline: 0;
}
.close-btn {
    position: absolute;
    top: -20px;
    left: -4px;
    border: 0;
    background: transparent;
    padding: 0;
    color: white;
    font-size: 9px;
    line-height: 1;
    width: 20px;
    height: 20px;
    outline: 0;
}
.play-video-btn {
    font-size: 26px;
    line-height: 1;
}
.play-video-btn-wrapper {
    text-align: center;
    color: white;
    text-decoration: none;
}
.play-video-btn-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 76px;
    height: 76px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.3);
    margin: 0 auto;
}
.play-video-btn-text {
    font-family: 'acumin-pro-extra-condensed', sans-serif;
    font-size: 14px;
    font-size: 0.875rem;
    text-transform: uppercase;
    font-weight: 700;
}
input[type='text']:focus,
input[type='email']:focus,
input[type='url']:focus,
input[type='password']:focus,
input[type='search']:focus,
input[type='number']:focus,
input[type='tel']:focus,
input[type='range']:focus,
input[type='date']:focus,
input[type='month']:focus,
input[type='week']:focus,
input[type='time']:focus,
input[type='datetime']:focus,
input[type='datetime-local']:focus,
input[type='color']:focus,
textarea:focus {
    outline: 0;
}
input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'],
input[type='number'],
input[type='tel'] {
    width: 100%;
    height: 50px;
    font-size: 18px;
    padding: 0px 10px;
    color: #1f1f1f;
    background-color: #f2f2f2;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
    transition: background-color 0.3s ease-in-out;
}
input[type='text']::-webkit-input-placeholder,
input[type='email']::-webkit-input-placeholder,
input[type='url']::-webkit-input-placeholder,
input[type='password']::-webkit-input-placeholder,
input[type='search']::-webkit-input-placeholder,
input[type='number']::-webkit-input-placeholder,
input[type='tel']::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.6);
}
input[type='text']:-moz-placeholder,
input[type='email']:-moz-placeholder,
input[type='url']:-moz-placeholder,
input[type='password']:-moz-placeholder,
input[type='search']:-moz-placeholder,
input[type='number']:-moz-placeholder,
input[type='tel']:-moz-placeholder {
    color: rgba(0, 0, 0, 0.6);
}
input[type='text']::-moz-placeholder,
input[type='email']::-moz-placeholder,
input[type='url']::-moz-placeholder,
input[type='password']::-moz-placeholder,
input[type='search']::-moz-placeholder,
input[type='number']::-moz-placeholder,
input[type='tel']::-moz-placeholder {
    color: rgba(0, 0, 0, 0.6);
}
input[type='text']:-ms-input-placeholder,
input[type='email']:-ms-input-placeholder,
input[type='url']:-ms-input-placeholder,
input[type='password']:-ms-input-placeholder,
input[type='search']:-ms-input-placeholder,
input[type='number']:-ms-input-placeholder,
input[type='tel']:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.6);
}
input[type='text']:focus,
input[type='email']:focus,
input[type='url']:focus,
input[type='password']:focus,
input[type='search']:focus,
input[type='number']:focus,
input[type='tel']:focus {
    background-color: white;
}
.frm_blank_field input[type='text'],
.frm_blank_field input[type='email'],
.frm_blank_field input[type='url'],
.frm_blank_field input[type='password'],
.frm_blank_field input[type='search'],
.frm_blank_field input[type='number'],
.frm_blank_field input[type='tel'] {
    border-bottom-color: #f04144;
}
.select-wrapper {
    position: relative;
    height: 50px;
    background-color: #f2f2f2;
    overflow: hidden;
}
.select-wrapper::after {
    position: absolute;
    top: 50%;
    right: 18px;
    transform: translate3d(0, -50%, 0);
    width: 10px;
    font-family: 'icomoon';
    content: '\e90e';
    font-size: 9px;
    color: rgba(0, 0, 0, 0.5);
    pointer-events: none;
}
.select-wrapper select {
    background: transparent;
    -webkit-appearance: none;
    border: 0;
    padding: 0 18px;
    height: 50px;
    width: calc(100% + 30px);
    outline: 0;
    color: rgba(0, 0, 0, 0.6);
}
.select-wrapper select::-ms-expand {
    display: none;
}
textarea {
    width: 100%;
    height: 160px;
    padding: 20px 26px;
    background-color: #f2f2f2;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
    transition: background-color 0.3s ease-in-out;
}
textarea::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.6);
}
textarea:-moz-placeholder {
    color: rgba(0, 0, 0, 0.6);
}
textarea::-moz-placeholder {
    color: rgba(0, 0, 0, 0.6);
}
textarea:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.6);
}
textarea:focus {
    background-color: white;
}
form fieldset {
    margin: 0;
    padding: 0;
    border: 0;
}
.frm_error {
    display: none;
}
.frm_submit {
    text-align: right;
}
.frm_submit .btn,
.frm_submit .frm_final_submit {
    min-width: 223px;
}
.form-flex-wrapper .frm_fields_container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 60px;
}
.form-group-acknowledgement {
    margin-bottom: 24px;
}
@media (min-width: 768px) {
    .form-group-acknowledgement .frm_description {
        padding-right: 30%;
    }
}
.form-group h3 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    font-size: 16px;
    font-size: 1rem;
    margin: 0 0 24px;
    overflow: hidden;
}
@media (min-width: 480px) {
    .form-group h3 {
        white-space: nowrap;
    }
    .form-group h3::after {
        content: '';
        margin-left: 40px;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        height: 0;
        border-top: 1px solid #d0d0d0;
    }
}
@media (min-width: 768px) {
    .form-group h3 {
        font-size: 18px;
        font-size: 1.125rem;
    }
}
.form-field label {
    display: block;
}
.form-field.frm_none_container .frm_primary_label {
    display: none;
}
@media (min-width: 768px) {
    .form-field.checkboxes-2-col .frm_opt_container {
        columns: 2;
    }
}
.form-field .frm_opt_container .frm_checkbox {
    margin-bottom: 12px;
}
.form-field .frm_opt_container .frm_checkbox label input {
    position: absolute;
    left: -9999px;
}
.form-field .frm_opt_container .frm_checkbox label span {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.form-field .frm_opt_container .frm_checkbox label span::before {
    text-align: center;
    font-family: 'icomoon';
    font-size: 10px;
    content: '\e913';
    display: inline-block;
    -ms-flex: 0 0 17px;
    flex: 0 0 17px;
    height: 17px;
    line-height: 17px;
    border-radius: 1px;
    margin-right: 20px;
    border: 2px solid rgba(0, 0, 0, 0.2);
    color: transparent;
}
.form-field .frm_opt_container .frm_checkbox label input:checked ~ span::before {
    color: white;
    border-color: #5da926;
    background-color: #5da926;
}
.form-row-hidden {
    position: relative;
}
.form-row-hidden input[type='text'] {
    position: absolute;
    left: -9999px;
}
.form-row-hidden .frm_error {
    position: absolute;
    top: -30px;
    width: 100%;
    display: block;
    text-align: center;
    color: #f04144;
}
.form-row-full {
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    margin-bottom: 24px;
}
.form-row-full:last-child {
    margin-bottom: 0;
}
.form-row-one-third {
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    margin-bottom: 24px;
}
@media (min-width: 768px) {
    .form-row-one-third {
        -ms-flex-preferred-size: calc(33% - 16px);
        flex-basis: calc(33% - 16px);
        -ms-flex-positive: 0;
        flex-grow: 0;
        margin-right: 24px;
    }
}
.form-row-two-thirds {
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    margin-bottom: 24px;
}
@media (min-width: 768px) {
    .form-row-two-thirds {
        -ms-flex-preferred-size: calc(67% - 8px);
        flex-basis: calc(67% - 8px);
        -ms-flex-positive: 0;
        flex-grow: 0;
        margin-right: 24px;
    }
    .form-row-two-thirds.last {
        margin-right: 0;
    }
}
.form-row-half {
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    margin-bottom: 24px;
}
@media (min-width: 768px) {
    .form-row-half {
        -ms-flex-preferred-size: calc(50% - 12px);
        flex-basis: calc(50% - 12px);
        -ms-flex-positive: 0;
        flex-grow: 0;
        margin-right: 24px;
    }
    .form-row-half.last {
        margin-right: 0;
    }
}
.form-row:last-child {
    margin-bottom: 0;
}
.frm_description {
    margin: 0 0 24px;
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    font-size: 0.875rem;
}
.container.form-outer {
    max-width: 1436px;
    padding: 20px;
    background: url('../png/form-bg-01.png');
}
@media (min-width: 768px) {
    .container.form-outer {
        padding: 76px 20px;
    }
}
.container.form-outer .frm_forms {
    max-width: 706px;
    margin: 0 auto;
}
.form-thanks-title {
    font-family: 'acumin-pro-extra-condensed', sans-serif;
    font-size: 32px;
    font-size: 2rem;
    margin: 0;
    text-align: center;
}
#ui-datepicker-div {
    width: auto;
    font-family: 'Roboto', sans-serif;
    background: #1f1f1f;
    border: none;
    color: white;
    border-radius: 0;
    padding: 0;
}
#ui-datepicker-div select.ui-datepicker-month,
#ui-datepicker-div select.ui-datepicker-year {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    background-color: #1f1f1f;
    border: none;
    padding: 4px 4px;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    margin-top: 3px;
}
#ui-datepicker-div select.ui-datepicker-month::-ms-expand,
#ui-datepicker-div select.ui-datepicker-year::-ms-expand {
    display: none;
}
#ui-datepicker-div .ui-widget-header {
    background: #2f2f2f;
    border: none;
    width: 300px;
    padding: 0.3em 0 !important;
}
#ui-datepicker-div .ui-widget-header .ui-datepicker-prev {
    height: 25px;
    width: 25px;
    margin-left: 5px;
    margin-top: 7px;
    left: 2px !important;
    top: 2px !important;
    color: white !important;
}
#ui-datepicker-div .ui-widget-header .ui-datepicker-prev .ui-icon-circle-triangle-w {
    background-position: -97px -16px;
}
#ui-datepicker-div .ui-widget-header .ui-datepicker-next {
    height: 25px;
    width: 25px;
    margin-right: 5px;
    margin-top: 7px;
    right: 2px !important;
    top: 2px !important;
}
#ui-datepicker-div .ui-widget-header .ui-icon-circle-triangle-e {
    background-position: -33px -16px;
}
#ui-datepicker-div table.ui-datepicker-calendar {
    font-size: 14px;
    margin: 0 auto 10px auto;
    background: #1f1f1f;
    table-layout: fixed;
    width: 280px;
    left: 0;
    right: 0;
}
#ui-datepicker-div table.ui-datepicker-calendar thead tr th {
    padding: 0.4em 0.3em;
    font-weight: normal;
    background: #1f1f1f;
    width: 40px;
}
#ui-datepicker-div table.ui-datepicker-calendar tbody tr td {
    font-size: 12px;
    padding: 2px;
    background: #1f1f1f;
    width: 40px;
}
#ui-datepicker-div table.ui-datepicker-calendar tbody tr td a {
    color: white;
    text-align: center;
    border: 1px solid #565656;
}
.ui-state-hover .ui-icon {
    background-image: url(../ui-icons_ffffff_256x240.html) !important;
}
.ui-state-default,
.ui-widget-content .ui-state-default {
    background: #2f2f2f !important;
    font-weight: normal !important;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover {
    border: 1px solid #565656 !important;
    color: white !important;
    background: #565656 !important;
}
.ui-state-active,
.ui-widget-content .ui-state-active {
    background: #565656 !important;
}
.ui-corner-all {
    border-radius: 0 !important;
}
a:focus {
    outline: 0;
}
a:hover,
a:active {
    outline: 0;
}
.mobile-menu-item-link,
.site-header-nav > .menu-item > a,
.site-header-nav > .menu-item.has-panel .panel-menu .menu-item a,
.site-header-nav > .menu-item.has-panel .panel .tabs-wrapper .tab > span,
.site-header-nav > .menu-item.has-panel .panel .tabs-wrapper .tab > a,
.site-header-nav > .menu-item.has-panel .panel .panes-wrapper .pane-menu .menu-item a {
    display: block;
    font-size: 16px;
    font-size: 1rem;
    color: black;
    text-decoration: none;
    background-color: white;
    padding: 10px 20px;
    border-bottom: 1px solid #d7d7d7;
}
position .menu-item-has-submenu::after,
position .site-header-nav > .menu-item.has-panel > a::after {
    font-family: 'icomoon';
    content: '\e90c';
}
.site-header-nav {
    width: 100%;
    height: 100%;
    position: relative;
    margin: 0;
    padding: 0;
    list-style-type: none;
    border-top: 1px solid #d7d7d7;
    transition: transform 0.3s ease-in-out;
}
@media (min-width: 1024px) {
    .site-header-nav {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        border: 0;
    }
}
.menu-level-1 .site-header-nav {
    transform: translate3d(-100%, 0, 0);
}
.menu-level-1 .site-header-nav > .menu-item.has-panel .panel.active {
    overflow: hidden;
}
.menu-level-1 .site-header-nav > .menu-item.has-panel .panel.active .panel-inner {
    height: 100%;
}
.menu-level-1 .site-header-nav > .menu-item.has-panel .panel.active .tabs-wrapper,
.menu-level-1 .site-header-nav > .menu-item.has-panel .panel.active .panel-menu {
    overflow-y: scroll;
    overflow-x: hidden;
    padding-bottom: 78px !important;
    height: 100%;
}
@media (min-width: 1024px) {
    .menu-level-1 .site-header-nav > .menu-item.has-panel .panel.active .tabs-wrapper,
    .menu-level-1 .site-header-nav > .menu-item.has-panel .panel.active .panel-menu {
        overflow-y: hidden;
    }
}
@media (min-width: 1024px) {
    .menu-level-1 .site-header-nav {
        -ms-transform: none;
        transform: none;
    }
}
.menu-level-2 .site-header-nav {
    transform: translate3d(-200%, 0, 0);
}
.menu-level-2 .site-header-nav .pane-inner {
    overflow: hidden;
    height: 100%;
}
.menu-level-2 .site-header-nav .pane-inner .pane-menu,
.menu-level-2 .site-header-nav .pane-inner .panel-menu {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 100%;
    padding-bottom: 78px !important;
}
@media (min-width: 1024px) {
    .menu-level-2 .site-header-nav .pane-inner .pane-menu,
    .menu-level-2 .site-header-nav .pane-inner .panel-menu {
        overflow-y: hidden;
    }
}
@media (min-width: 1024px) {
    .menu-level-2 .site-header-nav {
        -ms-transform: none;
        transform: none;
    }
}
.site-header-nav-wrapper,
.site-header-nav-inner {
    height: 100%;
}
@media (min-width: 1024px) {
    .site-header-nav-wrapper,
    .site-header-nav-inner {
        height: auto;
    }
}
@media (min-width: 1024px) {
    .site-header-nav-wrapper {
        box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    }
}
.site-header-nav-inner {
    overflow: hidden;
}
@media (min-width: 1024px) {
    .site-header-nav-inner {
        max-width: calc(1477px + 40px);
        margin: 0 auto;
        overflow: visible;
    }
}
.site-header-nav-toggle {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9998;
    width: 50px;
    height: 50px;
    background: transparent;
    border: 0;
    font-size: 0;
    outline: 0;
}
@media (min-width: 1024px) {
    .site-header-nav-toggle {
        display: none;
    }
}
.site-header-nav-toggle .hamburger {
    display: block;
    position: relative;
    width: 16px;
    height: 0;
    border-top: 2px solid black;
    margin: 0 auto;
    transition: border-color 0.3s ease-in-out, opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.main-menu-active .site-header-nav-toggle .hamburger {
    border-color: transparent;
}
.site-header-nav-toggle .hamburger::before,
.site-header-nav-toggle .hamburger::after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 0;
    border-top: 2px solid black;
    transition: border-color 0.3s ease-in-out, opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.main-menu-active .site-header-nav-toggle .hamburger::before,
.main-menu-active .site-header-nav-toggle .hamburger::after {
    border-top-color: #f04144;
}
.site-header-nav-toggle .hamburger::before {
    top: -7px;
}
.site-header-nav-toggle .hamburger::after {
    top: 3px;
}
.site-header-nav > .menu-item:hover > a {
    color: #f04144;
}
@media (min-width: 1024px) {
    .site-header-nav > .menu-item.menu-item-support .panel-menu {
        max-height: 200px;
    }
}
@media (min-width: 1024px) {
    .site-header-nav > .menu-item {
        display: -ms-flexbox;
        display: flex;
        transition: background-color 0.3s ease-in-out;
    }
    .site-header-nav > .menu-item:hover {
        background-color: #1f1f1f;
    }
    .site-header-nav > .menu-item:hover > a {
        color: white;
    }
}
.site-header-nav > .menu-item > a {
    text-transform: uppercase;
}
@media (min-width: 1024px) {
    .site-header-nav > .menu-item > a {
        font-family: 'acumin-pro-extra-condensed', sans-serif;
        font-size: 20px;
        font-size: 1.25rem;
        letter-spacing: 0.04em;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0 20px;
        height: 60px;
        background-color: transparent;
        border: 0;
    }
}
@media (min-width: 1440px) {
    .site-header-nav > .menu-item > a {
        padding: 0 40px;
        transition: color 0.3s ease-in-out;
    }
}
.site-header-nav > .menu-item.has-panel > a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}
.site-header-nav > .menu-item.has-panel > a::after {
    font-family: 'icomoon';
    font-size: 10px;
    color: #888;
    content: '\e90c';
}
@media (min-width: 1024px) {
    .site-header-nav > .menu-item.has-panel > a::after {
        display: none;
    }
}
@media (min-width: 1024px) {
    .site-header-nav > .menu-item.has-panel {
        background-color: transparent;
        border: 0;
        padding: 0;
    }
    .site-header-nav > .menu-item.has-panel:hover {
        background-color: #1f1f1f;
    }
    .site-header-nav > .menu-item.has-panel:hover > a {
        color: white;
    }
    .site-header-nav > .menu-item.has-panel:hover .panel {
        left: 0;
        opacity: 1;
        transition: opacity 0.3s 0.1s ease-in-out, left 0s 0s;
    }
}
.site-header-nav > .menu-item.has-panel .panel {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 100%;
    z-index: -1;
    opacity: 0;
}
.site-header-nav > .menu-item.has-panel .panel.active {
    z-index: 1;
    opacity: 1;
}
@media (min-width: 1024px) {
    .site-header-nav > .menu-item.has-panel .panel {
        display: -ms-flexbox;
        display: flex;
        height: auto;
        z-index: 9998;
        background-color: #1f1f1f;
        top: 100%;
        left: -9999px;
        color: white;
        opacity: 0;
        transition: opacity 0.3s 0s ease-in-out, left 0s 0.3s;
    }
}
@media (min-width: 1024px) {
    .site-header-nav > .menu-item.has-panel .panel-inner {
        padding: 50px 116px 50px;
    }
}
.site-header-nav > .menu-item.has-panel .panel-menu {
    margin: 0;
    padding: 0;
    list-style-type: none;
    border-top: 1px solid #d7d7d7;
}
@media (min-width: 1024px) {
    .site-header-nav > .menu-item.has-panel .panel-menu {
        border-top: 0;
        columns: 2;
        column-gap: 40px;
        max-width: 540px;
    }
}
@media (min-width: 1024px) {
    .site-header-nav > .menu-item.has-panel .panel-menu .menu-item {
        margin: 0 0 10px;
    }
}
.site-header-nav > .menu-item.has-panel .panel-menu .menu-item a:hover {
    color: #f04144;
}
@media (min-width: 1024px) {
    .site-header-nav > .menu-item.has-panel .panel-menu .menu-item a {
        font-size: 14px;
        font-size: 0.875rem;
        color: white;
        background-color: transparent;
        border: 0;
        padding: 0;
        border-bottom: 1px solid transparent;
        display: inline-block;
        line-height: 1.4;
        transition: all 0.25s ease;
    }
    .site-header-nav > .menu-item.has-panel .panel-menu .menu-item a:hover {
        color: #f04144;
        border-bottom: 1px solid #f04144;
    }
}
.site-header-nav > .menu-item.has-panel .panel .tabs-wrapper {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    border-top: 1px solid #d7d7d7;
}
@media (min-width: 1024px) {
    .site-header-nav > .menu-item.has-panel .panel .tabs-wrapper {
        border-top: 0;
        -ms-flex: 0 0 300px;
        flex: 0 0 300px;
        padding: 30px 0 30px 80px;
    }
}
@media (min-width: 1440px) {
    .site-header-nav > .menu-item.has-panel .panel .tabs-wrapper {
        -ms-flex: 0 0 420px;
        flex: 0 0 420px;
        padding: 50px 0 50px 116px;
    }
}
@media (min-width: 1024px) {
    .site-header-nav > .menu-item.has-panel .panel .tabs-wrapper .tab {
        margin: 0 0 6px;
    }
}
.site-header-nav > .menu-item.has-panel .panel .tabs-wrapper .tab > span,
.site-header-nav > .menu-item.has-panel .panel .tabs-wrapper .tab > a {
    cursor: pointer;
}
.site-header-nav > .menu-item.has-panel .panel .tabs-wrapper .tab > span:hover,
.site-header-nav > .menu-item.has-panel .panel .tabs-wrapper .tab > a:hover {
    color: #f04144;
}
.site-header-nav > .menu-item.has-panel .panel .tabs-wrapper .tab > span:hover:after,
.site-header-nav > .menu-item.has-panel .panel .tabs-wrapper .tab > a:hover:after {
    color: #f04144;
}
@media (min-width: 1024px) {
    .site-header-nav > .menu-item.has-panel .panel .tabs-wrapper .tab > span,
    .site-header-nav > .menu-item.has-panel .panel .tabs-wrapper .tab > a {
        font-size: 14px;
        font-size: 0.875rem;
        cursor: pointer;
        line-height: 1;
        color: #949494;
        display: inline-block;
        padding: 7px 0 3px 0;
        background-color: transparent;
        border-bottom: 1px solid transparent;
        transition: all 0.25s ease;
    }
    .site-header-nav > .menu-item.has-panel .panel .tabs-wrapper .tab > span:hover,
    .site-header-nav > .menu-item.has-panel .panel .tabs-wrapper .tab > a:hover {
        border-bottom: 1px solid #f04144;
    }
    .site-header-nav > .menu-item.has-panel .panel .tabs-wrapper .tab > span:hover:after,
    .site-header-nav > .menu-item.has-panel .panel .tabs-wrapper .tab > a:hover:after {
        color: #949494;
    }
}
.site-header-nav > .menu-item.has-panel .panel .tabs-wrapper .tab span {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    transition: all 0.25s ease;
}
.site-header-nav > .menu-item.has-panel .panel .tabs-wrapper .tab span::after {
    font-family: 'icomoon';
    font-size: 10px;
    color: #888;
    content: '\e90c';
}
@media (min-width: 1024px) {
    .site-header-nav > .menu-item.has-panel .panel .tabs-wrapper .tab span::after {
        display: none;
    }
}
@media (min-width: 1024px) {
    .site-header-nav > .menu-item.has-panel .panel .tabs-wrapper .tab span {
        display: inline-block;
    }
}
@media (min-width: 1024px) {
    .site-header-nav > .menu-item.has-panel .panel .tabs-wrapper .tab.active > span {
        color: #f04144;
        border-bottom: 1px solid #f04144;
    }
}
.site-header-nav > .menu-item.has-panel .panel .panes-wrapper {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 100%;
}
.site-header-nav > .menu-item.has-panel .panel .panes-wrapper .pane {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 0;
    opacity: 0;
    transition: opacity 0s 0.3s;
}
@media (min-width: 1024px) {
    .site-header-nav > .menu-item.has-panel .panel .panes-wrapper .pane {
        position: relative;
        top: auto;
        left: auto;
        height: 0;
        transition: opacity 0.3s 0s ease-in-out, height 0s 0s;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: right center;
        overflow: hidden;
    }
    .site-header-nav > .menu-item.has-panel .panel .panes-wrapper .pane#pane-products-respirators,
    .site-header-nav > .menu-item.has-panel .panel .panes-wrapper .pane#pane-products-respiratory {
        background-image: url('../jpg/menu-bg-respirator.jpg');
    }
    .site-header-nav > .menu-item.has-panel .panel .panes-wrapper .pane#pane-products-welding {
        background-image: url('../jpg/menu-bg-welding.jpg');
    }
    .site-header-nav > .menu-item.has-panel .panel .panes-wrapper .pane#pane-products-blowers {
        background-image: url('../jpg/menu-bg-blowers.jpg');
    }
    .site-header-nav > .menu-item.has-panel .panel .panes-wrapper .pane#pane-products-fans {
        background-image: url('../png/9541-18_6x6_w-bracket_silo-2.png');
    }
    .site-header-nav > .menu-item.has-panel .panel .panes-wrapper .pane#pane-products-confined-space {
        background-image: url('../jpg/menu-bg-confined-space.jpg');
    }
    .site-header-nav > .menu-item.has-panel .panel .panes-wrapper .pane#pane-products-defibrillator-storage,
    .site-header-nav > .menu-item.has-panel .panel .panes-wrapper .pane#pane-products-aed-storage {
        background-image: url('../jpg/menu-bg-aed-storage.jpg');
    }
    .site-header-nav > .menu-item.has-panel .panel .panes-wrapper .pane#pane-products-ergonomics {
        background-image: url('../jpg/menu-bg-ergonomics.jpg');
    }
    .site-header-nav > .menu-item.has-panel .panel .panes-wrapper .pane#pane-products-sampling-products {
        background-image: url('../jpg/menu-bg-sampling-products_2021.jpg');
    }
    .site-header-nav > .menu-item.has-panel .panel .panes-wrapper .pane#pane-products-seasonal-climate-control {
        background-image: url('../jpg/menu-bg-seasonal-climate-control.jpg');
    }
    .site-header-nav > .menu-item.has-panel .panel .panes-wrapper .pane#pane-products-knee-protection {
        background-image: url('../jpg/menu-bg-knee-protection.jpg');
    }
    .site-header-nav > .menu-item.has-panel .panel .panes-wrapper .pane#pane-products-lens-care {
        background-image: url('../jpg/menu-bg-lens-care-v2.jpg');
    }
}
.site-header-nav > .menu-item.has-panel .panel .panes-wrapper .pane.active {
    opacity: 1;
    z-index: 1;
    height: 100%;
    overflow: auto;
    transition: opacity 0s 0s;
}
@media (min-width: 1024px) {
    .site-header-nav > .menu-item.has-panel .panel .panes-wrapper .pane.active {
        overflow: visible;
        transition: opacity 0.3s 0.3s ease-in-out, height 0s 0.3s;
    }
}
@media (min-width: 1024px) {
    .site-header-nav > .menu-item.has-panel .panel .panes-wrapper .pane-inner {
        padding: 30px 80px 30px 0;
    }
}
@media (min-width: 1440px) {
    .site-header-nav > .menu-item.has-panel .panel .panes-wrapper .pane-inner {
        padding: 50px 116px 50px 0;
    }
}
.site-header-nav > .menu-item.has-panel .panel .panes-wrapper .pane-title {
    display: none;
}
@media (min-width: 1024px) {
    .site-header-nav > .menu-item.has-panel .panel .panes-wrapper .pane-title {
        font-family: 'acumin-pro-extra-condensed', sans-serif;
        font-size: 32px;
        font-size: 2rem;
        font-weight: 400;
        text-transform: uppercase;
        display: block;
        color: #f04144;
        margin: 0 0 20px;
    }
}
.site-header-nav > .menu-item.has-panel .panel .panes-wrapper .pane-menu {
    margin: 0;
    padding: 0;
    list-style-type: none;
    border-top: 1px solid #d7d7d7;
}
@media (min-width: 1024px) {
    .site-header-nav > .menu-item.has-panel .panel .panes-wrapper .pane-menu {
        border-top: 0;
        columns: 2;
        column-gap: 40px;
        max-width: 540px;
    }
}
@media (min-width: 1024px) {
    .site-header-nav > .menu-item.has-panel .panel .panes-wrapper .pane-menu .menu-item {
        margin: 0 0 10px;
    }
}
.site-header-nav > .menu-item.has-panel .panel .panes-wrapper .pane-menu .menu-item a:hover {
    color: #f04144;
}
@media (min-width: 1024px) {
    .site-header-nav > .menu-item.has-panel .panel .panes-wrapper .pane-menu .menu-item a {
        font-size: 14px;
        font-size: 0.875rem;
        color: white;
        background-color: transparent;
        border: 0;
        padding: 0;
        display: inline-block;
        border-bottom: 1px solid transparent;
        line-height: 1.45;
        transition: all 0.25s ease;
    }
    .site-header-nav > .menu-item.has-panel .panel .panes-wrapper .pane-menu .menu-item a:hover {
        color: #f04144;
        border-bottom: 1px solid #f04144;
    }
}
.site-header-nav .close-panel,
.site-header-nav .close-subpanel {
    font-size: 16px;
    font-size: 1rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 0 20px 10px 20px;
    cursor: pointer;
}
@media (min-width: 1024px) {
    .site-header-nav .close-panel,
    .site-header-nav .close-subpanel {
        display: none;
    }
}
.site-header-nav .close-panel .icon-caret-left,
.site-header-nav .close-subpanel .icon-caret-left {
    font-size: 10px;
    margin-right: 10px;
}
.site-header-nav #search-toggle .icon-search {
    font-size: 15px;
    margin-right: 6px;
}
.product-category .section-products-left-title {
    font-family: 'acumin-pro-extra-condensed', sans-serif;
    font-size: 28px;
    font-size: 1.75rem;
    font-weight: 600;
    color: #f04144;
    margin: 0 0 1em;
    text-align: center;
}
.product-category .section-products-left-title:after {
    display: inline-block;
    font-family: 'icomoon';
    content: '\e909';
    font-size: 12px;
    color: rgba(99, 99, 99, 0.6);
    margin: 0 0 4px 6px;
}
@media (min-width: 1024px) {
    .product-category .section-products-left-title {
        text-align: left;
        font-size: 32px;
        font-size: 2rem;
    }
    .product-category .section-products-left-title:after {
        display: none;
    }
}
.product-category-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: left;
}
.product-category-list.expanded ul {
    display: block;
}
.product-category-list.expanded ul {
    display: block;
}
.product-category-list.expanded .section-products-left-title:after {
    color: #f04144;
}
.product-category-list ul {
    font-size: 16px;
    font-size: 1rem;
    margin: 0;
    padding: 0;
    list-style-type: none;
    max-width: 210px;
    margin: 0 auto;
    display: none;
}
@media (min-width: 1024px) {
    .product-category-list ul {
        display: block;
    }
}
.product-category-list ul.children {
    display: none;
}
.product-category-list ul li.current-cat > a,
.product-category-list ul li.current-cat-parent > a,
.product-category-list ul li.current-cat-ancestor > a {
    font-weight: 700;
}
.product-category-list ul li.current-cat > ul.children,
.product-category-list ul li.current-cat-parent > ul.children,
.product-category-list ul li.current-cat-ancestor > ul.children {
    display: block;
}
.product-category-list ul li a {
    display: block;
    color: black;
    text-decoration: none;
}
@media (min-width: 1024px) {
    .product-category-list ul li a {
        color: white;
    }
}
.product-category-list .product-category ul li a {
    padding: 4px 0;
}
.product-category-list .product-category > ul > li.current-cat > ul.children,
.product-category-list .product-category > ul > li.current-cat-parent > ul.children,
.product-category-list .product-category > ul > li.current-cat-ancestor > ul.children {
    padding-left: 20px;
    border-left: 2px solid #f04144;
}
.product-category-list .product-category > ul > li.current-cat > ul.children > li.current-cat,
.product-category-list .product-category > ul > li.current-cat > ul.children > li.current-cat-parent,
.product-category-list .product-category > ul > li.current-cat-parent > ul.children > li.current-cat,
.product-category-list .product-category > ul > li.current-cat-parent > ul.children > li.current-cat-parent,
.product-category-list .product-category > ul > li.current-cat-ancestor > ul.children > li.current-cat,
.product-category-list .product-category > ul > li.current-cat-ancestor > ul.children > li.current-cat-parent {
    border-left: 2px solid #f04144;
    padding-left: 20px;
    margin-left: -20px;
}
.product-category-list .product-category > ul > li.current-cat > ul.children > li.current-cat > ul.children,
.product-category-list .product-category > ul > li.current-cat > ul.children > li.current-cat-parent > ul.children,
.product-category-list .product-category > ul > li.current-cat-parent > ul.children > li.current-cat > ul.children,
.product-category-list .product-category > ul > li.current-cat-parent > ul.children > li.current-cat-parent > ul.children,
.product-category-list .product-category > ul > li.current-cat-ancestor > ul.children > li.current-cat > ul.children,
.product-category-list .product-category > ul > li.current-cat-ancestor > ul.children > li.current-cat-parent > ul.children {
    padding-left: 20px;
}
.product-category-list .product-category > ul > li.current-cat > ul.children > li.current-cat > ul.children > li.current-cat,
.product-category-list .product-category > ul > li.current-cat > ul.children > li.current-cat-parent > ul.children > li.current-cat,
.product-category-list .product-category > ul > li.current-cat-parent > ul.children > li.current-cat > ul.children > li.current-cat,
.product-category-list .product-category > ul > li.current-cat-parent > ul.children > li.current-cat-parent > ul.children > li.current-cat,
.product-category-list .product-category > ul > li.current-cat-ancestor > ul.children > li.current-cat > ul.children > li.current-cat,
.product-category-list .product-category > ul > li.current-cat-ancestor > ul.children > li.current-cat-parent > ul.children > li.current-cat {
    padding-left: 40px;
    margin-left: -40px;
    border-left: 2px solid #f04144;
}
.wp-pagenavi {
    display: -ms-flexbox;
    display: flex;
    margin: 20px auto 40px auto;
    min-width: 50px;
}
.wp-pagenavi .pages {
    -ms-flex-order: 10;
    order: 10;
    white-space: nowrap;
    word-spacing: 5px;
    padding-left: 5px;
}
.wp-pagenavi .current,
.wp-pagenavi .page,
.wp-pagenavi .pages {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex: 0 1 20px;
    flex: 0 1 20px;
    height: 26px;
    text-decoration: none;
    margin: 0 4px;
}
.wp-pagenavi .current {
    color: #f04144;
    border-bottom: 2px solid #f04144;
}
.wp-pagenavi .page {
    color: black;
}
.wp-pagenavi-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
}
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.screen-reader-text:focus {
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}
#content[tabindex='-1']:focus {
    outline: 0;
}
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.clear:before,
.clear:after {
    content: '';
    display: table;
    table-layout: fixed;
}
.clear:after {
    clear: both;
}
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
embed,
iframe,
object {
    max-width: 100%;
}
figure {
    padding: 0;
    margin: 0 0 1.5em;
}
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}
.wp-caption img[class*='wp-image-'] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}
.wp-caption-text {
    text-align: center;
}
.gallery {
    margin-bottom: 1.5em;
}
.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}
.gallery-columns-2 .gallery-item {
    max-width: 50%;
}
.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
    max-width: 25%;
}
.gallery-columns-5 .gallery-item {
    max-width: 20%;
}
.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}
.gallery-caption {
    display: block;
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}
.slick-track:before,
.slick-track:after {
    content: '';
    display: table;
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-slide:focus {
    outline: 0;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-loading .slick-list {
    background: #fff url('../gif/ajax-loader.gif') center center no-repeat;
}
.slick-prev,
.slick-next {
    display: block;
    height: 32px;
    -ms-flex: 0 0 32px;
    flex: 0 0 32px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.15);
    color: white;
    padding: 0;
    border: none;
    border-radius: 50%;
    outline: none;
    transition: background 0.3s ease-in-out;
}
@media (min-width: 768px) {
    .slick-prev,
    .slick-next {
        position: absolute;
        top: 50%;
        width: 60px;
        height: 60px;
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }
}
.slick-prev:hover,
.slick-next:hover {
    outline: none;
    background: rgba(0, 0, 0, 0.35);
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
    font-family: 'icomoon';
    font-size: 10px;
    line-height: 1;
    color: #fff;
}
@media (min-width: 768px) {
    .slick-prev:before,
    .slick-next:before {
        font-size: 17px;
    }
}
@media (min-width: 768px) {
    .slick-prev {
        left: 20px;
    }
}
.slick-prev:before {
    content: '';
}
@media (min-width: 768px) {
    .slick-next {
        right: 20px;
    }
}
.slick-next:before {
    content: '';
}
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}
.slick-dots {
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 5;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    height: 10px;
    -ms-flex: 0 0 10px;
    flex: 0 0 10px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    border: 1px solid rgba(0, 0, 0, 0.5);
    background: transparent;
    display: block;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}
.slick-dots li.slick-active button {
    border-width: 2px;
}
.main-nav-active {
    overflow: hidden;
}
.main-nav-active .site-header-nav-toggle {
    top: 5px;
}
.main-nav-active .site-header-nav-toggle .hamburger {
    border-color: transparent;
}
.main-nav-active .site-header-nav-toggle .hamburger::before,
.main-nav-active .site-header-nav-toggle .hamburger::after {
    border-top-color: #f04144;
}
.main-nav-active .site-header-nav-toggle .hamburger::before {
    -ms-transform: translateY(0.375em) rotate(45deg);
    transform: translateY(0.375em) rotate(45deg);
}
.main-nav-active .site-header-nav-toggle .hamburger::after {
    top: -7px;
    -ms-transform: translateY(-0.375em) rotate(135deg);
    transform: translateY(-0.375em) rotate(135deg);
}
.site-notification-bar-wrapper {
    position: fixed;
    z-index: 9999;
    width: 100%;
}
@media (min-width: 1024px) {
    .site-notification-bar-wrapper {
        position: static;
    }
}
.site-notification-bar-wrapper.site-notification-bar-hidden .site-notification-bar {
    display: none;
}
.site-notification-bar-wrapper .site-notification-bar {
    background-color: #f04144;
    color: white;
    width: 100%;
}
@media (min-width: 1024px) {
    .site-notification-bar-wrapper .site-notification-bar {
        /* position: absolute;
        top: 214px; */
        z-index: 9999;
    }
}
.site-notification-bar-wrapper .site-notification-bar a {
    color: white;
}
.site-notification-bar-wrapper .site-notification-bar p {
    margin: 0;
}
.site-notification-bar-wrapper .site-notification-bar-content-desktop {
    display: none;
}
@media (min-width: 1024px) {
    .site-notification-bar-wrapper .site-notification-bar-content-desktop {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-top: 10px;
        padding-bottom: 10px;
        min-height: 70px;
        margin-left: 150px;
        margin-right: 150px;
        text-align: center;
    }
    .site-notification-bar-wrapper .site-notification-bar-content-desktop .icon-close {
        cursor: pointer;
        position: absolute;
        right: 50px;
    }
}
.site-notification-bar-wrapper .site-notification-bar-content-mobile {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
.site-notification-bar-wrapper .site-notification-bar-content-mobile-app-icon {
    margin-left: 20px;
    margin-right: 15px;
    height: 40px;
    width: 40px;
}
.site-notification-bar-wrapper .site-notification-bar-content-mobile .icon-close {
    cursor: pointer;
    position: absolute;
    right: 15px;
    font-size: 20px;
}
@media (min-width: 1024px) {
    .site-notification-bar-wrapper .site-notification-bar-content-mobile {
        display: none;
    }
}
.site-header {
    position: fixed;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 80px 0 0 40px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9996;
    opacity: 0;
    width: 100%;
    transform: translate3d(100%, 0, 0);
    background-color: #f8f8f8;
    transition: opacity 0.3s ease-in-out, transform 0s 0.3s;
}
@media (min-width: 1024px) {
    .site-header {
        display: block;
        height: 100%;
        padding: 0 20px;
        max-width: calc(1477px + 40px);
        margin: 0 auto;
    }
}
.site-header::before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    bottom: 0;
    width: 40px;
    background-color: #888;
}
@media (min-width: 1024px) {
    .site-header::before {
        display: none;
    }
}
@media (min-width: 1024px) {
    .site-header {
        position: static;
        top: auto;
        right: auto;
        left: auto;
        bottom: auto;
        -ms-transform: none;
        transform: none;
        opacity: 1;
        transition: none;
        padding-top: 0;
        background-color: transparent;
    }
}
.main-nav-active .site-header {
    -ms-transform: none;
    transform: none;
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
}
.admin-bar .site-header {
    top: 46px;
}
@media (min-width: 783px) {
    .admin-bar .site-header {
        top: 32px;
    }
}
@media (min-width: 1024px) {
    .admin-bar .site-header {
        top: auto;
    }
}
.site-header-wrapper {
    position: fixed;
    z-index: 9998;
    background-color: white;
    height: 50px;
}
@media (min-width: 1024px) {
    .site-header-wrapper {
        position: relative;
        height: 214px;
        padding-bottom: 60px;
    }
}
.site-header-inner {
    height: calc(100vh - 130px);
    max-height: 100%;
}
@media (min-width: 1024px) {
    .site-header-inner {
        overflow: visible;
        padding: 0;
        height: 100%;
        max-height: none;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between;
        max-width: calc($container_width + 40px);
        margin: 0 auto;
    }
}
.site-header-nav-wrapper {
    width: 100%;
    -ms-flex-order: 1;
    order: 1;
}
@media (min-width: 1024px) {
    .site-header-nav-wrapper {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #f8f8f8;
    }
}
.site-header-social-wrapper {
    display: none;
    width: 100%;
    -ms-flex-order: 2;
    order: 2;
    margin: 0 0 30px;
}
@media (min-width: 1024px) {
    .site-header-social-wrapper {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-order: -1;
        order: -1;
        width: auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        margin: 0;
    }
}
.site-header-social-wrapper .social-wrapper {
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.site-header-social-wrapper .social-title {
    display: none;
}
@media (min-width: 1024px) {
    .site-header-social-wrapper .social-title {
        display: block;
        font-family: 'acumin-pro-extra-condensed', sans-serif;
        font-size: 20px;
        font-size: 1.25rem;
        letter-spacing: 0.125em;
        text-transform: uppercase;
        font-weight: 400;
        margin: 0 16px 0 0;
    }
}
.site-header-translate-wrapper {
    display: none;
    width: 100%;
    -ms-flex-order: 3;
    order: 3;
    margin: 15px 0 30px;
}
@media (min-width: 1024px) {
    .site-header-translate-wrapper {
        position: absolute;
        right: 150px;
        width: auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        display: block;
    }
}
.site-header-translate-wrapper .translate-wrapper {
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    color: #1f1f1f;
    margin-right: 50px;
    position: relative;
}
.site-header-translate-wrapper .translate-wrapper .gglobe {
    background-image: none;
    height: 100%;
    width: 100%;
    text-align: center;
    line-height: 30px;
    vertical-align: middle;
}
.site-header-translate-wrapper .translate-wrapper .gglobe:hover {
    -ms-transform: none;
    transform: none;
}
.site-header-translate-wrapper .translate-wrapper .translate-label {
    padding-left: 0;
    font-family: 'acumin-pro-extra-condensed', sans-serif;
    font-weight: normal;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 30px;
    font-size: 14px;
    color: #333333;
    letter-spacing: 1px;
}
@media (min-width: 1440px) {
    .site-header-translate-wrapper .translate-wrapper {
        margin-right: 82px;
    }
}
.site-header-phone-wrapper {
    position: fixed;
    bottom: 0;
    left: 40px;
    width: calc(100% - 40px);
    -ms-flex-order: 4;
    order: 4;
    background-color: #f8f8f8;
}
@media (min-width: 1024px) {
    .site-header-phone-wrapper {
        position: relative;
        bottom: auto;
        left: auto;
        width: auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        display: block;
        background-color: transparent;
    }
}
.site-header-phone-wrapper .phone-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    list-style-type: none;
    padding: 10px 20px;
    font-family: 'acumin-pro-extra-condensed', sans-serif;
    font-size: 20px;
    font-size: 1.25rem;
}
@media (min-width: 1024px) {
    .site-header-phone-wrapper .phone-wrapper {
        display: block;
        padding: 0;
    }
}
.site-header-phone-wrapper .phone-label {
    display: inline-block;
}
.site-header-phone-wrapper .phone-dot {
    display: inline-block;
    padding: 0 4px;
}
.site-header-phone-wrapper .phone-number {
    display: inline-block;
    color: black;
    text-decoration: none;
}
.site-header-logo-wrapper {
    position: absolute;
    z-index: 9998;
    top: 15px;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    display: block;
    width: 102px;
    height: 42px;
    margin: 0 auto;
}
@media (min-width: 1024px) {
    .site-header-logo-wrapper {
/*         top: 28px; */
		top: 50px;
        width: 256px;
        height: 104px;
        -ms-flex-order: 2;
        order: 2;
    }
}
.site-header-logo-wrapper svg {
    width: 100%;
    height: auto;
}
.global-search {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 70px;
    padding-bottom: 50px;
}
.global-search-content-wrapper {
    min-height: 0 !important;
}
.global-search.global-search-nav {
    display: none;
    padding-top: 0;
}
@media (min-width: 1024px) {
    .global-search.global-search-nav {
        background-color: #1f1f1f;
        position: absolute;
        top: 0px;
        bottom: 0px;
        width: 100%;
        z-index: 5;
    }
}
.global-search.global-search-nav .global-search-find i.icon-search {
    position: static;
    left: auto;
}
.global-search.global-search-nav .global-search-find i.icon-close {
    padding: 10px;
    margin-left: 15px;
    font-size: 14px;
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
}
.global-search.global-search-nav .global-search-find i.icon-close:hover {
    opacity: 0.5;
    cursor: pointer;
}
.global-search.global-search-nav .global-search-find input[type='text'] {
    background: transparent;
    border: none;
    padding: 0 15px;
    color: #f4f4f4;
    font-size: 16px;
}
.global-search.global-search-nav .global-search-find input[type='text']::placeholder {
    color: #ccc;
    font-size: 14px;
}
.global-search.global-search-nav .global-search-find button {
    position: static;
    right: auto;
    height: 40px;
    padding: 0 25px;
}

.global-search-find {
    -ms-flex: 0 1 85%;
    flex: 0 1 85%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    color: white;
    height: 55px;
}
@media (min-width: 1024px) {
    .global-search-find {
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
    }
}
.global-search-find i.icon-search {
    position: absolute;
    left: 15px;
    top: 27px;
    color: #999;
    font-size: 18px;
}
.global-search-find input[type='text'] {
    font-size: 16px;
    color: #666;
    background-color: transparent;
    border: 1px solid #999;
    padding-left: 45px;
    padding-right: 88px;
    height: 55px;
    position: relative;
}
.global-search-find input[type='text']:focus {
    outline: none;
}
.global-search-find input[type='text']:-ms-input-placeholder {
    color: inherit;
}
.global-search-find input[type='text']::placeholder {
    color: inherit;
}
.global-search-find button {
    position: absolute;
    background-color: #2f2f2f;
    top: 0;
    right: 0;
    height: 55px;
    width: 88px;
    padding: 0 15px;
}
.global-search-results {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 1 85%;
    flex: 0 1 85%;
    color: white;
}
.global-search-results-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    -ms-flex-pack: center;
    justify-content: center;
}

.global-search.global-search-nav .global-search-results-wrapper {
    background: #eee;
    border-bottom: 3px solid #333; }

@media (min-width: 1024px) {
    .global-search-results {
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
    }
}
.global-search-results ul {
    list-style: none;
    width: 100%;
    margin: 0;
}
.global-search-results ul li {
    padding: 0;
}
.global-search-results ul li.result-category-heading {
    font-family: 'acumin-pro-extra-condensed', sans-serif;
    padding: 10px 0;
    font-size: 23px;
    letter-spacing: 0.025em;
    font-weight: bold;
    border-bottom: 1px solid #272727;
    color: #333;
}
.global-search-results ul li.result-category-heading:first-of-type {
    padding-top: 0;
}
.global-search-results ul li.result-row {
    transition: background 1s;
    border-bottom: 1px solid #272727;
    min-height: 95px;
    background: transparent;
}
@media (min-width: 1024px) {
    .global-search-results ul li.result-row:hover {
        background: #fff;
    }
}
.global-search-results ul li.result-row:hover .result-image .image-expand-wrapper {
    opacity: 1;
}
.global-search-results ul li.result-row .result-image {
    position: relative;
    margin-left: 10px;
    margin-top: 12px;
    height: 70px;
    width: 70px;
    float: left;
}
.global-search-results ul li.result-row .result-image a.image-lightbox {
    display: block;
    height: 100%;
    width: 100%;
    color: inherit;
}
.global-search-results ul li.result-row .result-image img {
    width: 100%;
    height: 100%;
}
.global-search-results ul li.result-row .result-image .image-expand-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #272727;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
}
.global-search-results ul li.result-row .result-image .image-expand-wrapper .icon-search {
    position: absolute;
    top: 19px;
    left: 12px;
}
.global-search-results ul li a.result-link {
    color: #222;
    text-decoration: none;
    margin: 0;
    padding-left: 105px;
    padding-top: 32px;
    padding-bottom: 15px;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 17px;
}
.global-search-results ul li a.result-link:hover {
    color: #f04144;
}

.global-search-results ul li a.result-link.product-pt {
    text-align: left;
    padding-top: 20px; }

.global-search-results ul li a.result-link .part-numbers {
    font-size: 14px;
    color: #666;
    line-height: 1.4em;
    display: block; }

.global-search-results ul li.result-count {
    padding: 20px 0;
    font-size: 18px;
    color: #666;
    font-family: 'acumin-pro-extra-condensed', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.025em;
}
.global-search-results ul li.view-all-results a {
    padding: 20px 0;
    text-align: center;
    font-size: 18px;
    letter-spacing: 0.025em;
    color: #f04144;
    font-family: 'acumin-pro-extra-condensed', sans-serif;
    font-weight: bold;
}
.global-search-results ul li.view-all-results a:hover {
    padding-left: 0px;
}
#wpadminbar {
    position: fixed;
}
.container {
    max-width: calc(1477px + 40px);
    margin: 0 auto;
    padding: 0 20px;
}
.container.thin {
    max-width: calc(720px + 40px);
}
.site-wrapper {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    background-color: white;
}
.site-content-wrapper {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    position: relative;
    z-index: 1;
}
.full {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
}
.page-template-default .site-content-wrapper h1 a,
.page-template-default .site-content-wrapper h2 a,
.page-template-default .site-content-wrapper h3 a,
.page-template-default .site-content-wrapper h4 a,
.page-template-default .site-content-wrapper h5 a,
.page-template-default .site-content-wrapper h6 a,
.page-template-default .site-content-wrapper p a,
.page-template-default .site-content-wrapper li a,
.page-template-default .site-content-wrapper td a,
.post-template-default .site-content-wrapper h1 a,
.post-template-default .site-content-wrapper h2 a,
.post-template-default .site-content-wrapper h3 a,
.post-template-default .site-content-wrapper h4 a,
.post-template-default .site-content-wrapper h5 a,
.post-template-default .site-content-wrapper h6 a,
.post-template-default .site-content-wrapper p a,
.post-template-default .site-content-wrapper li a,
.post-template-default .site-content-wrapper td a {
    color: rgba(0, 0, 0, 0.7);
    border-bottom: 2px solid #f04144;
    transition: color 0.3s ease-in-out, border 0.3s ease-in-out;
    text-decoration: none;
    padding-bottom: 3px;
}
.page-template-default .site-content-wrapper h1 a:hover,
.page-template-default .site-content-wrapper h2 a:hover,
.page-template-default .site-content-wrapper h3 a:hover,
.page-template-default .site-content-wrapper h4 a:hover,
.page-template-default .site-content-wrapper h5 a:hover,
.page-template-default .site-content-wrapper h6 a:hover,
.page-template-default .site-content-wrapper p a:hover,
.page-template-default .site-content-wrapper li a:hover,
.page-template-default .site-content-wrapper td a:hover,
.post-template-default .site-content-wrapper h1 a:hover,
.post-template-default .site-content-wrapper h2 a:hover,
.post-template-default .site-content-wrapper h3 a:hover,
.post-template-default .site-content-wrapper h4 a:hover,
.post-template-default .site-content-wrapper h5 a:hover,
.post-template-default .site-content-wrapper h6 a:hover,
.post-template-default .site-content-wrapper p a:hover,
.post-template-default .site-content-wrapper li a:hover,
.post-template-default .site-content-wrapper td a:hover {
    color: #f04144;
}
.page-template-default.page-support .site-content-wrapper h1 a,
.page-template-default.page-support .site-content-wrapper h2 a,
.page-template-default.page-support .site-content-wrapper h3 a,
.page-template-default.page-support .site-content-wrapper h4 a,
.page-template-default.page-support .site-content-wrapper h5 a,
.page-template-default.page-support .site-content-wrapper h6 a,
.page-template-default.page-support .site-content-wrapper p a,
.page-template-default.page-support .site-content-wrapper li a,
.page-template-default.page-support .site-content-wrapper td a,
.post-template-default.page-support .site-content-wrapper h1 a,
.post-template-default.page-support .site-content-wrapper h2 a,
.post-template-default.page-support .site-content-wrapper h3 a,
.post-template-default.page-support .site-content-wrapper h4 a,
.post-template-default.page-support .site-content-wrapper h5 a,
.post-template-default.page-support .site-content-wrapper h6 a,
.post-template-default.page-support .site-content-wrapper p a,
.post-template-default.page-support .site-content-wrapper li a,
.post-template-default.page-support .site-content-wrapper td a {
    border-bottom: 1px solid transparent;
    padding-bottom: 2px;
    color: #f04144;
}
.page-template-default.page-support .site-content-wrapper h1 a:hover,
.page-template-default.page-support .site-content-wrapper h2 a:hover,
.page-template-default.page-support .site-content-wrapper h3 a:hover,
.page-template-default.page-support .site-content-wrapper h4 a:hover,
.page-template-default.page-support .site-content-wrapper h5 a:hover,
.page-template-default.page-support .site-content-wrapper h6 a:hover,
.page-template-default.page-support .site-content-wrapper p a:hover,
.page-template-default.page-support .site-content-wrapper li a:hover,
.page-template-default.page-support .site-content-wrapper td a:hover,
.post-template-default.page-support .site-content-wrapper h1 a:hover,
.post-template-default.page-support .site-content-wrapper h2 a:hover,
.post-template-default.page-support .site-content-wrapper h3 a:hover,
.post-template-default.page-support .site-content-wrapper h4 a:hover,
.post-template-default.page-support .site-content-wrapper h5 a:hover,
.post-template-default.page-support .site-content-wrapper h6 a:hover,
.post-template-default.page-support .site-content-wrapper p a:hover,
.post-template-default.page-support .site-content-wrapper li a:hover,
.post-template-default.page-support .site-content-wrapper td a:hover {
    color: #f04144;
    border-bottom: 1px solid #f04144;
}
.product {
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    margin: 0 0 40px;
}
@media (min-width: 1024px) {
    .product {
        -ms-flex: 0 1 33.3333%;
        flex: 0 1 33.3333%;
        margin: 0 0 60px;
    }
    .section-featured .product, .section-featured-widget {
        -ms-flex: 0 1 25%;
        flex: 0 1 25%;
    }
}
.product-category-header {
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    background-color: #e8e8e8;
    color: #000000;
    margin-bottom: 20px;
    padding: 15px;
    font-family: 'acumin-pro-extra-condensed', sans-serif;
}
.product-category-header h2 {
    margin: 0;
}
.product-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 0;
}
@media (min-width: 1024px) {
    .product-list {
        margin-left: 70px;
    }
}
.product-inner {
    display: block;
    position: relative;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    color: black;
    text-decoration: none;
    padding: 20px;
}
@media (min-width: 1440px) {
    .product-inner {
        padding: 30px 20px;
    }
}
.product-inner:hover .product-title {
    color: #f04144;
}
.product-inner:hover .product-background {
    opacity: 0;
}
.product-title {
    position: relative;
    z-index: 1;
    font-family: 'acumin-pro-extra-condensed', sans-serif;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 400;
    margin: 0;
    transition: all 0.25s ease;
}
@media (min-width: 1440px) {
    .product-title {
        font-size: 24px;
        font-size: 1.5rem;
    }
}
.product-image {
    position: relative;
    z-index: 1;
    height: 130px;
    display: block;
    overflow: hidden;
}
@media (min-width: 1440px) {
    .product-image {
        height: 290px;
    }
}
.product-image img {
    display: block;
    width: auto;
    max-height: 100%;
    margin-top: -2px;
    margin-left: auto;
    margin-right: auto;
}
.product-background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    border: 3px solid #e3ebed;
}
.product-new {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    z-index: 2;
    bottom: 100%;
    left: 0;
    width: 100%;
    height: 30px;
    transform: translate3d(0, 20px, 0);
}
@media (min-width: 1440px) {
    .product-new {
        height: 40px;
    }
}
.product-new span {
    font-family: 'acumin-pro-extra-condensed', sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    color: white;
}
.product-new::after {
    top: 6px;
    left: 50%;
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    position: absolute;
    z-index: 0;
    pointer-events: none;
    border-color: rgba(240, 65, 68, 0);
    border-top-color: #f04144;
    border-width: 30px;
    margin-left: -30px;
}
@media (min-width: 1440px) {
    .product-new::after {
        border-width: 40px;
        margin-left: -40px;
    }
}
.product.bselector-product {
    color: #ffffff;
    margin-bottom: 20px;
    padding-right: 0;
    padding-left: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    margin: 0 0 20px;
}
.product.bselector-product > a {
    border: 2px solid #eee;
    background: #eee;
    border-radius: 0px;
    transition: background 1s, border-color .25s, border-radius 1s;
}
.product.bselector-product > a:hover {
    border-color: #ddd;
    background: #fff;
    border-radius: 8px;
}

.product.bselector-product .product-image {
    display: block;
    height: auto;
    margin-bottom: 10px;
    min-height: 100px;
    width: 150px;
    background-color: #252525;
}
.product.bselector-product .product-details {
    text-align: left;
}
.product.bselector-product .product-title {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.25;
    transition: all 0.25s ease;
}
.product.bselector-product .part-nums {
    font-size: 16px;
    line-height: 1.25;
    color: #666;
    font-weight: normal;
}
.product.bselector-product dl {
    padding: 0;
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
}
.product.bselector-product dl dt {
    padding: 0;
    margin: 0;
    font-weight: normal;
}
.product.bselector-product dl dd {
    padding: 0;
    margin: 0 0 10px 0;
    font-weight: normal;
    color: #5da926;
    font-weight: bold;
}
.product.bselector-product dl dd.cfm-not-met {
    color: #f04144;
    text-decoration: line-through;
}
@media (min-width: 768px) {
    .product.bselector-product .product-aside {
        float: left;
        width: 150px;
    }
    .product.bselector-product .product-details {
        float: right;
        padding-left: 25px;
        width: calc(100% - 150px);
    }
}
@media (min-width: 550px) {
    .product.bselector-product {
        -ms-flex: 0 1 calc((100% - 20px)/2);
        flex: 0 1 calc((100% - 20px)/2);
        margin: 0 20px 20px 0;
    }
    .product.bselector-product:nth-of-type(2n) {
        margin-right:0;
    }
}
@media (min-width: 1200px) {
    .product.bselector-product,
    .product.bselector-product:nth-of-type(2n) {
        -ms-flex: 0 1 calc((100% - 40px)/3);
        flex: 0 1 calc((100% - 40px)/3);
        margin: 0 20px 20px 0;
    }
    .product.bselector-product:nth-of-type(3n) {
        margin-right:0;
    }
}
.parts-wrapper {
    margin-left: 20px;
}
@media (min-width: 1024px) {
    .parts-wrapper {
        margin-left: 70px;
    }
}
.parts-wrapper .part {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    margin: 0 0 40px;
}
@media (min-width: 1024px) {
    .parts-wrapper .part {
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
    }
}
.parts-wrapper .part-header {
    margin-bottom: 20px;
}
.parts-wrapper .part-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.parts-wrapper .part-inner {
    display: block;
    position: relative;
    color: black;
    text-decoration: none;
    padding: 20px 20px 20px 0;
}
@media (min-width: 1440px) {
    .parts-wrapper .part-inner {
        padding: 30px 30px 30px 0;
    }
}
.parts-wrapper .part-inner-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    -ms-flex-pack: left;
    justify-content: left;
}
.parts-wrapper .part-details {
    text-align: left;
}
.parts-wrapper .part-details .part-number {
    float: left;
    color: #f04144;
}
.parts-wrapper .part-details .part-applies-to {
    float: right;
    margin-left: 50px;
}
.parts-wrapper .part-details .part-applies-to-label {
    color: #f04144;
}
.parts-wrapper .part-details .part-applies-to-list {
    list-style-type: none;
    margin: 0;
}
.parts-wrapper .part-title {
    position: relative;
    z-index: 1;
    font-family: 'acumin-pro-extra-condensed', sans-serif;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 400;
    margin: 0;
}
@media (min-width: 1440px) {
    .parts-wrapper .part-title {
        font-size: 24px;
        font-size: 1.5rem;
    }
}
.parts-wrapper .part-image {
    position: relative;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-pack: center;
    justify-content: center;
    height: 130px;
}
.parts-wrapper .part-image:hover .part-image-download {
    opacity: 1;
}
.parts-wrapper .part-image-download {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 32px;
    transition: visibility 0s, opacity 0.2s linear;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    height: 100px;
    width: 100px;
    border: none;
    background-color: #f04144;
    color: white;
}
@media (min-width: 768px) {
    .parts-wrapper .part-image {
        height: 240px;
    }
}
@media (min-width: 1440px) {
    .parts-wrapper .part-image {
        height: 290px;
    }
}
.parts-wrapper .part-image img {
    display: block;
    width: auto;
    max-height: 100%;
}
.parts-wrapper .part-background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    border: 3px solid #e3ebed;
}
.parts-wrapper .part-new {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    z-index: 2;
    bottom: 100%;
    left: 0;
    width: 100%;
    height: 30px;
    transform: translate3d(0, 20px, 0);
}
@media (min-width: 1440px) {
    .parts-wrapper .part-new {
        height: 40px;
    }
}
.parts-wrapper .part-new span {
    font-family: 'acumin-pro-extra-condensed', sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    color: white;
}
.parts-wrapper .part-new::after {
    top: 6px;
    left: 50%;
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    position: absolute;
    z-index: 0;
    pointer-events: none;
    border-color: rgba(240, 65, 68, 0);
    border-top-color: #f04144;
    border-width: 30px;
    margin-left: -30px;
}
@media (min-width: 1440px) {
    .parts-wrapper .part-new::after {
        border-width: 40px;
        margin-left: -40px;
    }
}
.section-banner.image-database {
    height: 100%;
}
.section-banner.image-database .container .section-banner-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: left;
    align-items: left;
    -ms-flex-pack: left;
    justify-content: left;
    text-align: left;
}
.section-banner.image-database .container .section-banner-title {
    font-size: 4em;
    text-transform: none;
}
.section-banner.image-database .container .section-banner-title-wrapper {
    text-align: center;
    -ms-flex: 100% 0 0;
    flex: 100% 0 0;
    padding-bottom: 50px;
}
.section-banner.image-database .container .section-banner-desc-wrapper {
    -ms-flex: 100% 0 0;
    flex: 100% 0 0;
}
.section-banner.image-database .container .section-banner-login-wrapper {
    text-align: right;
    -ms-flex: 100% 1 0;
    flex: 100% 1 0;
    font-family: 'acumin-pro-extra-condensed', sans-serif;
    font-size: 20px;
    font-size: 1.25rem;
}
@media (min-width: 768px) {
    .section-banner.image-database .container .section-banner-login-wrapper .login-logout,
    .section-banner.image-database .container .section-banner-login-wrapper .login-label {
        display: block;
    }
}
.section-banner.image-database .container .section-banner-login-wrapper .login-logout a,
.section-banner.image-database .container .section-banner-login-wrapper .login-label a {
    color: #f04144;
}
.section-banner {
    color: white;
    background-color: black;
    background-image: url('../jpg/pattern-dark.jpg');
    padding: 90px 0 40px;
}
@media (min-width: 768px) {
    .section-banner {
        height: 310px;
    }
}
@media (min-width: 1024px) {
    .section-banner {
        height: 330px;
        padding: 40px 0;
    }
}
@media (min-width: 1440px) {
    .section-banner {
        height: 350px;
    }
}
@media (min-width: 768px) {
    .section-banner .container {
        height: 100%;
    }
}
.section-banner-inner {
    text-align: center;
}
@media (min-width: 768px) {
    .section-banner-inner {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 100%;
    }
}
.section-banner-title {
    display: inline-block;
    position: relative;
    font-family: 'acumin-pro-extra-condensed', sans-serif;
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    text-transform: uppercase;
    margin: 0 0 0.15em 10px;
}
@media (min-width: 768px) {
    .section-banner-title {
        font-size: 62px;
        font-size: 3.875rem;
    }
}
@media (min-width: 1024px) {
    .section-banner-title {
        font-size: 74px;
        font-size: 4.625rem;
    }
}
@media (min-width: 1440px) {
    .section-banner-title {
        font-size: 90px;
        font-size: 5.625rem;
    }
}
.section-banner-title::after {
    position: absolute;
    z-index: 0;
    bottom: -10px;
    left: -10px;
    content: '';
    width: calc(100% + 20px);
    background-image: url('../png/title-lines-lg.png');
    background-size: auto 100%;
    background-repeat: repeat-x;
    height: 20px;
}
@media (min-width: 1024px) {
    .section-banner-title::after {
        height: 46px;
        bottom: -16px;
    }
}
.section-banner-title span {
    position: relative;
    z-index: 1;
}
.section-default {
    padding: 20px 0;
}
@media (min-width: 768px) {
    .section-default {
        padding: 40px 0;
    }
}
@media (min-width: 1024px) {
    .section-default {
        padding: 60px 0;
    }
}
@media (min-width: 1440px) {
    .section-default {
        padding: 80px 0;
    }
}
.section-default .container {
    max-width: 750px;
}
.section-default p,
.section-default td {
    font-size: 14px;
    font-size: 0.875rem;
    color: rgba(0, 0, 0, 0.7);
}
.modal {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    z-index: 1;
    width: calc(1378px - 40px);
    max-width: calc(100% - 40px);
}
.modal-wrapper {
    position: fixed;
    z-index: 9998;
    top: 0;
    bottom: 0;
    left: -9999px;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: left 0s 0.3s linear, opacity 0.3s 0s ease-in-out;
}
.modal-wrapper.active {
    opacity: 1;
    left: 0;
    transition: left 0s 0s linear, opacity 0.3s 0.1s ease-in-out;
}
.modal-inner {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.modal-inner iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.modal-underlay {
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    background-repeat: no-repeat;
    background-size: cover;
}
.social-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.social-list .social {
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 10px;
}
.social-list .social a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 20px;
    color: #f04144;
    text-decoration: none;
    line-height: 1em;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
    transition: all 0.25s ease;
}
.social-list .social a:hover {
    color: #1f1f1f;
}
footer .social-list .social a:hover {
    color: #fff4f5 !important;
}
@media (min-width: 1024px) {
    .mobile-accordion:not(:last-of-type) {
        margin: 0 0 1.5em;
        border-bottom: 1px solid rgba(177, 177, 177, 0.4);
    }
}
.mobile-accordion-trigger {
    border-bottom: 1px solid rgba(177, 177, 177, 0.4);
    padding: 16px 0;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
}
@media (min-width: 1024px) {
    .mobile-accordion-trigger {
        display: block;
        cursor: default;
        padding: 0;
        border: 0;
    }
}
.active .mobile-accordion-trigger::after {
    content: '\e907';
}
.mobile-accordion-trigger::after {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: 'icomoon';
    content: '\e909';
    font-size: 9px;
    color: rgba(99, 99, 99, 0.6);
    margin: 0 0 0 10px;
}
@media (min-width: 1024px) {
    .mobile-accordion-trigger::after {
        display: none;
    }
}
.mobile-accordion-content {
    display: none;
}
@media (min-width: 1024px) {
    .mobile-accordion-content {
        display: block;
    }
}
.mobile-accordion .video-list .video {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-right: 0;
}
.mobile-accordion .video-list .video-inner {
    width: 100%;
    display: block;
}
.mobile-accordion .video-list .video-image {
    padding-top: 56%;
    background-repeat: no-repeat;
    background-position: center;
}
@media (min-width: 1024px) {
    .mobile-accordion .video-list .video-image {
        padding-top: 40%;
    }
}
.share {
    margin-right: 10px;
}
.share:last-of-type {
    margin-right: 0;
}
.share-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.share-title {
    font-family: 'acumin-pro-extra-condensed', sans-serif;
    font-size: 18px;
    font-size: 1.125rem;
    text-transform: uppercase;
    letter-spacing: 0.093em;
    font-weight: 400;
    margin: 0 20px 0 0;
    color:#AAAAAA;
}
.share-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 5px;
}
.share > a {
    text-decoration: none;
    color: #AAAAAA;
}
.share > a.icon-facebook {
    font-size: 23px;
}
.share > a.icon-twitter {
    font-size: 20px;
}
.share > a.icon-linkedin {
    font-size: 20px;
}
.share > a.icon-print {
    font-size: 20px;
}
.share > a:hover {
    color: #f04144 !important;
}
.site-footer-wrapper {
    font-family: 'acumin-pro-extra-condensed', sans-serif;
    text-transform: uppercase;
    background-color: #1f1f1f;
    color: white;
    padding: 42px 22px;
    letter-spacing: 0.063em;
}
@media (min-width: 1024px) {
    .site-footer-wrapper {
        padding: 80px 0 32px;
    }
}
.site-footer-wrapper a {
    color: white;
}
.site-footer-top {
    margin-bottom: 20px;
}
@media (min-width: 768px) {
    .site-footer-top {
        display: -ms-flexbox;
        display: flex;
    }
}
@media (min-width: 1024px) {
    .site-footer-top {
        margin-bottom: 48px;
    }
}
.site-footer-top-left {
    margin: 0 0 20px;
}
@media (min-width: 768px) {
    .site-footer-top-left {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        -ms-flex-order: 2;
        order: 2;
        margin: 0 20px 0 0;
    }
}
@media (min-width: 768px) {
    .site-footer-top-center {
        -ms-flex-order: 1;
        order: 1;
        margin-right: 40px;
    }
}
@media (min-width: 1440px) {
    .site-footer-top-center {
        margin-right: 130px;
    }
}
.site-footer-top-center address {
    font-size: 18px;
    text-align: center;
    color: #fff;
}

.site-footer-top-center .social-title {
    display: none;
}
.site-footer-top-right {
    -ms-flex-direction: column;
    flex-direction: column;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (min-width: 768px) {
    .site-footer-top-right {
        display: block;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -ms-flex-order: 3;
        order: 3;
        text-align: center;
    }
}
.site-footer-top-right-app-icon {
    height: 35px;
    width: 35px;
    margin-right: 10px;
}
.site-footer-top-right-title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 20px 0 0 0;
}
.site-footer-top-right-title h4 {
    font-size: 18px;
    font-size: 1.125rem;
    letter-spacing: 0.125em;
    font-weight: 400;
    margin: 0;
}
@media (min-width: 768px) {
    .site-footer-top-right-title h4 {
        font-size: 23.2px;
        font-size: 1.45rem;
    }
}
@media (min-width: 768px) {
    .site-footer-top-right-title {
        margin: 0;
    }
}
@media (min-width: 1024px) {
    .site-footer-top-right-title {
        margin: 0 0 20px 0;
    }
}
.site-footer-top-right-apps {
    display: -ms-flexbox;
    display: flex;
}
.site-footer-app-link {
    display: block;
    margin-top: 14px;
    opacity: 0.4;
    transition: opacity 0.3s ease-in-out;
}
@media (min-width: 1024px) {
    .site-footer-app-link {
        margin: 0 0 0 14px;
    }
}
.site-footer-app-link:hover {
    opacity: 1;
}
.site-footer-logo-wrapper {
    display: none;
}
@media (min-width: 768px) {
    .site-footer-logo-wrapper {
        display: block;
        width: 190px;
        height: 77px;
        margin-bottom: 16px;
    }
}
@media (min-width: 1440px) {
    .site-footer-logo-wrapper {
        width: 232px;
/*         height: 94px; */
    }
}
.site-footer-logo-wrapper svg {
    width: 100%;
    height: auto;
}
.site-footer-logo-wrapper svg .cls-2 {
    fill: white;
}
.site-footer-nav {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 20px;
    font-size: 1.25rem;
    text-align: center;
}
@media (min-width: 768px) {
    .site-footer-nav {
        text-align: left;
    }
}
.site-footer-nav .menu-item a {
    text-decoration: none;
    white-space: nowrap;
    transition: color 0.3s ease-in-out;
}
.site-footer-nav .menu-item a:hover {
    color: #f04144;
}
.site-footer-bottom {
    font-size: 16px;
    font-size: 1rem;
}
@media (min-width: 768px) {
    .site-footer-bottom {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-top: 20px;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }
}
.site-footer-bottom-left {
    color: rgba(255, 255, 255, 0.4);
    margin-bottom: 20px;
    text-align: center;
}
@media (min-width: 768px) {
    .site-footer-bottom-left {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 0;
        text-align: left;
    }
}
@media (min-width: 768px) {
    .site-footer-bottom-right {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
}
.site-footer-copyright {
    font-size: 100%;
    display: block;
}
@media (min-width: 768px) {
    .site-footer-copyright {
        margin-right: 10px;
    }
}
.site-footer-terms-privacy a {
    color: rgba(255, 255, 255, 0.4);
}
.site-footer-terms-privacy a:hover {
    text-decoration: none;
}
.site-footer-terms-privacy span {
    display: inline-block;
    margin: 0 2px;
}
.site-footer-tip {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: white;
    text-decoration: none;
}
.site-footer-tip .tip-logo-svg {
    width: 30px;
    height: 20px;
    position: relative;
    margin-left: 5px;
}
.site-footer-tip .tip-logo-svg::before {
    content: '';
    background-image: url('../svg/tip-logo-color-white-red.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    position: absolute;
    width: 30px;
    height: 20px;
    bottom: -1px;
}
.site-footer-tip .tip-logo-svg > span {
    display: block;
    font-size: 0;
    width: 0;
    height: 0;
    text-indent: -9999px;
}
.page-template-tpl-home .section-banner {
    position: relative;
    color: white;
    background-color: #1f1f1f;
    padding: 160px 0 40px 0;
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
    overflow: hidden;
}
.page-template-tpl-home .section-banner.site-notification-bar-hidden {
    padding: 80px 0 40px 0;
}
@media (min-width: 768px) {
    .page-template-tpl-home .section-banner.site-notification-bar-hidden {
        padding: 120px 0;
    }
}
@media (min-width: 768px) {
    .page-template-tpl-home .section-banner {
        height: auto;
        padding: 200px 0 120px 0;
    }
}
@media (min-width: 1024px) {
    .page-template-tpl-home .section-banner {
        padding: 120px 0;
    }
}
.page-template-tpl-home .section-banner .container {
    position: relative;
    z-index: 1;
}
.page-template-tpl-home .section-banner-title {
    font-family: 'acumin-pro-extra-condensed', sans-serif;
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 20px;
}
@media (min-width: 768px) {
    .page-template-tpl-home .section-banner-title {
        font-size: 52px;
        font-size: 3.25rem;
    }
}
@media (min-width: 1024px) {
    .page-template-tpl-home .section-banner-title {
        font-size: 82px;
        font-size: 5.125rem;
        line-height: 0.913;
        margin: 0 0 40px;
    }
}
@media (min-width: 1440px) {
    .page-template-tpl-home .section-banner-title {
        font-size: 120px;
        font-size: 7.5rem;
    }
}
.page-template-tpl-home .section-banner-title::after {
    bottom: 68%;
    transform: translate3d(0, 40%, 0);
}
.page-template-tpl-home .section-banner-content {
    margin: 0 0 20px;
}
@media (min-width: 1024px) {
    .page-template-tpl-home .section-banner-content {
        margin: 0 0 40px;
        padding-right: 50%;
    }
}
@media (min-width: 1024px) {
    .page-template-tpl-home .section-banner .btn,
    .page-template-tpl-home .section-banner .frm_submit .frm_final_submit,
    .frm_submit .page-template-tpl-home .section-banner .frm_final_submit {
        font-size: 24px;
        font-size: 1.5rem;
        height: 70px;
    }
}
.page-template-tpl-home .section-banner-video {
    min-width: 100%;
    margin: 0 auto;
}
.page-template-tpl-home .section-banner-video-wrapper {
    display: none;
}
@media (min-width: 1024px) {
    .page-template-tpl-home .section-banner-video-wrapper {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 0;
        background-repeat: no-repeat;
        background-size: cover;
        opacity: 0;
        transition: opacity 1s ease-out;
    }
    .page-template-tpl-home .section-banner-video-wrapper.active {
        opacity: 1;
    }
}
.page-template-tpl-home .section-banner-slideout {
    display: none;
}
@media (min-width: 1024px) {
    .page-template-tpl-home .section-banner-slideout {
        display: block;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translate3d(100%, -50%, 0);
        background-color: #f04144;
        padding: 20px 16px;
        color: white;
        text-align: center;
        width: 180px;
        transition: transform 0.5s ease-out;
        z-index: 50;
    }
    .page-template-tpl-home .section-banner-slideout.active {
        transform: translate3d(0, -50%, 0);
    }
}
.page-template-tpl-home .section-banner-slideout-title {
    font-size: 1.25rem;
    line-height: 1.35;
    font-weight: normal;
    margin-bottom: 10px;
    font-family: 'acumin-pro-extra-condensed', sans-serif;
}
.page-template-tpl-home .section-banner-slideout-title.doc-title {
    margin-bottom: 0;
}
.page-template-tpl-home .section-banner-slideout .doc-wrapper {
    display: block;
    margin: 0;
}
.page-template-tpl-home .section-banner-slideout .doc-wrapper * {
    max-width: 100%;
}
.page-template-tpl-home .section-banner-slideout .doc-wrapper .document {
    padding: 0;
    margin: 0;
}
.page-template-tpl-home .section-banner-slideout .doc-wrapper .document-logo {
    display: block;
}
.page-template-tpl-home .section-intro {
    text-align: center;
    padding: 40px 0;
    background-color: #f8f8f8;
    background-size: cover;
    background-image: url('../jpg/home-intro-bg-xs.jpg');
}
@media (min-width: 320px) {
    .page-template-tpl-home .section-intro {
        background-image: url('../jpg/home-intro-bg-sm.jpg');
    }
}
@media (min-width: 768px) {
    .page-template-tpl-home .section-intro {
        padding: 60px 0;
        background-image: url('../jpg/home-intro-bg-md.jpg');
    }
}
@media (min-width: 1024px) {
    .page-template-tpl-home .section-intro {
        padding: 100px 0;
        background-image: url('../jpg/home-intro-bg-lg.jpg');
    }
}
@media (min-width: 1440px) {
    .page-template-tpl-home .section-intro {
        padding: 140px 0;
        background-image: url('../jpg/home-intro-bg-xl.jpg');
    }
}
.page-template-tpl-home .section-intro .container {
    max-width: 1020px;
}
.page-template-tpl-home .section-intro-title {
    font-family: 'acumin-pro-extra-condensed', sans-serif;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase;
    background-repeat: no-repeat;
    background-position: center top 16px;
    background-image: url('../png/title-lines-sm.png');
    margin: 0;
    padding-bottom: 1em;
}
@media (min-width: 768px) {
    .page-template-tpl-home .section-intro-title {
        font-size: 46px;
        font-size: 2.875rem;
        background-position: center top 30px;
        background-image: url('../png/title-lines-lg.png');
    }
}
@media (min-width: 1024px) {
    .page-template-tpl-home .section-intro-title {
        font-size: 52px;
        font-size: 3.25rem;
    }
}
@media (min-width: 1440px) {
    .page-template-tpl-home .section-intro-title {
        font-size: 62px;
        font-size: 3.875rem;
        background-position: center top 44px;
    }
}
@media (min-width: 768px) {
    .page-template-tpl-home .section-intro-content {
        padding: 0 20px;
    }
}
@media (min-width: 1024px) {
    .page-template-tpl-home .section-intro-content {
        padding: 0 10%;
    }
}
@media (min-width: 1440px) {
    .page-template-tpl-home .section-intro-content {
        padding: 0 15%;
    }
}
.page-template-tpl-home .section-intro-content p:last-of-type {
    margin: 0;
}
.page-template-tpl-home .section-featured {
    background-color: white;
    padding: 30px 0;
}
@media (min-width: 768px) {
    .page-template-tpl-home .section-featured {
        padding: 50px 0;
    }
}
@media (min-width: 1024px) {
    .page-template-tpl-home .section-featured {
        padding: 80px 0;
    }
}
@media (min-width: 1440px) {
    .page-template-tpl-home .section-featured {
        padding: 106px 0;
    }
}
.page-template-tpl-home .section-featured .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (min-width: 768px) {
    .page-template-tpl-home .section-featured .container {
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
.page-template-tpl-home .section-featured-title {
    -ms-flex-order: 2;
    order: 2;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    font-family: 'acumin-pro-extra-condensed', sans-serif;
}
@media (min-width: 768px) {
    .page-template-tpl-home .section-featured-title {
        -ms-flex-order: 1;
        order: 1;
    }
}
.page-template-tpl-home .section-featured .left {
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    -ms-flex-order: 3;
    order: 3;
}
@media (min-width: 768px) {
    .page-template-tpl-home .section-featured .left {
        -ms-flex-order: 2;
        order: 2;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-preferred-size: calc(100% - 362px);
        flex-basis: calc(100% - 362px);
    }
}
.page-template-tpl-home .section-featured .right {
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    -ms-flex-order: 1;
    order: 1;
    margin: 0 0 40px;
}
@media (min-width: 768px) {
    .page-template-tpl-home .section-featured .right {
        -ms-flex-order: 3;
        order: 3;
        -ms-flex: 0 0 280px;
        flex: 0 0 280px;
        margin: 0;
    }
}
@media (min-width: 1024px) {
    .page-template-tpl-home .section-featured .right {
        -ms-flex-preferred-size: 342px;
        flex-basis: 342px;
    }
}
.page-template-tpl-home .section-featured-widget {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-positive: 0;
    flex-grow: 0;
    /* -ms-flex-preferred-size: calc(50% - 10px);
    flex-basis: calc(50% - 10px); */
}
@media (min-width: 768px) {
    .page-template-tpl-home .section-featured-widget {
        /* -ms-flex: 1 1 100%;
        flex: 1 1 100%; */
        margin-bottom: 58px;
    }
}
.page-template-tpl-home .section-featured-widget.top-sellers .section-featured-widget-inner {
    background-image: url('../jpg/banner-home-01-xs.jpg');
}
.page-template-tpl-home .section-featured-widget.all-products {
    display: none;
}
@media (min-width: 768px) {
    .page-template-tpl-home .section-featured-widget.all-products {
        display: -ms-flexbox;
        display: flex;
    }
}
.page-template-tpl-home .section-featured-widget.all-products.mobile {
    display: -ms-flexbox;
    display: flex;
}
@media (min-width: 768px) {
    .page-template-tpl-home .section-featured-widget.all-products.mobile {
        display: none;
    }
}
.page-template-tpl-home .section-featured-widget.all-products .section-featured-widget-inner {
    color: black;
    background-color: transparent;
    background-image: url('../png/product-hover-bg-2.png');
    border: 3px solid #e3ebed;
}
.page-template-tpl-home .section-featured-widget.all-products .section-featured-widget-description {
    color: rgba(0, 0, 0, 0.7);
    margin-top: 20px;
}
@media (min-width: 768px) {
    .page-template-tpl-home .section-featured-widget.all-products .section-featured-widget-description {
        margin-top: 0;
    }
}
.page-template-tpl-home .section-featured-widget-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.page-template-tpl-home .section-featured-widget-inner,
.page-template-tpl-home .section-featured-widget-title,
.page-template-tpl-home .section-featured-widget-description,
.page-template-tpl-home .section-featured-widget-btn-wrapper {
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
}
.page-template-tpl-home .section-featured-widget-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    padding: 70px 10px;
    color: white;
    text-decoration: none;
    background-color: black;
    background-size: cover;
}
@media (min-width: 768px) {
    .page-template-tpl-home .section-featured-widget-inner {
        padding: 30px 10px;
    }
}
@media (min-width: 1440px) {
    .page-template-tpl-home .section-featured-widget-inner {
        padding: 70px 10px;
        min-height: 375px;
    }
}
.page-template-tpl-home .section-featured-widget-description,
.page-template-tpl-home .section-featured-widget-btn-wrapper {
    display: none;
}
@media (min-width: 768px) {
    .page-template-tpl-home .section-featured-widget-description,
    .page-template-tpl-home .section-featured-widget-btn-wrapper {
        display: block;
    }
}
.page-template-tpl-home .section-featured-widget-title {
    font-family: 'acumin-pro-extra-condensed', sans-serif;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
}
@media (min-width: 768px) {
    .page-template-tpl-home .section-featured-widget-title {
        position: relative;
        padding: 0 0 20px;
        margin: 0 0 20px;
    }
    .page-template-tpl-home .section-featured-widget-title::after {
        content: '';
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translate3d(-50%, 0, 0);
        border-top: 2px solid #f04144;
        width: 100px;
    }
}
@media (min-width: 1024px) {
    .page-template-tpl-home .section-featured-widget-title {
        font-size: 42px;
        font-size: 2.625rem;
    }
}
.page-template-tpl-home .section-featured-widget-description {
    font-size: 14px;
    font-size: 0.875rem;
    margin: 0 0 20px;
}
.page-template-tpl-home .section-featured .mobile-after-products {
    display: block;
    -ms-flex-order: 5;
    order: 5;
    width: 100%;
}
.page-template-tpl-home .section-featured .mobile-after-products .all-products {
    display: block !important;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
}
.page-template-tpl-home .section-featured .mobile-after-products .all-products .section-featured-widget-inner {
    padding-top: 30px;
    padding-bottom: 26px;
}
.page-template-tpl-home .section-featured .mobile-after-products .all-products .section-featured-widget-description,
.page-template-tpl-home .section-featured .mobile-after-products .all-products .section-featured-widget-btn-wrapper {
    display: block;
}
@media (min-width: 768px) {
    .page-template-tpl-home .section-featured .mobile-after-products {
        display: none;
    }
}
.page-template-tpl-home .section-categories {
    display: block;
    padding: 30px 0 20px;
    background-color: #8e8383;
    background-size: cover;
    background-image: url('../jpg/home-categories-bg-lg.jpg');
}
.page-template-tpl-home .section-categories .category {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    background-size: cover;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 0;
    flex-grow: 0;
    background-color: black;
    max-width: 320px;
    margin: 0 auto 15px auto;
}
.page-template-tpl-home .section-categories .category::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
}
.page-template-tpl-home .section-categories .category-inner {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    padding-top: 100%;
    color: white;
    text-decoration: none;
}
.page-template-tpl-home .section-categories .category-title {
    font-family: 'acumin-pro-extra-condensed', sans-serif;
    font-size: 44px;
    font-size: 2.75rem;
    text-transform: uppercase;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0 20px 70px;
}
@media (min-width: 650px) {
    .page-template-tpl-home .section-categories .category-title {
        font-size: 36px;
        font-size: 2.25rem;
    }
}
@media (min-width: 1024px) {
    .page-template-tpl-home .section-categories .category-title {
        font-size: 52px;
        font-size: 3.25rem;
    }
}
.page-template-tpl-home .section-categories .category-list {
    margin: 0 auto;
}
@media (min-width: 650px) {
    .page-template-tpl-home .section-categories .category-list {
        margin: 0;
        padding: 0;
        list-style-type: none;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        text-align: center;
    }
}
@media (min-width: 650px) {
    .page-template-tpl-home .section-categories .category {
        -ms-flex-preferred-size: calc(33.3333% - 12px);
        flex-basis: calc(33.3333% - 12px);
        max-width: 100%;
        margin: 0 auto;
    }
}
@media (min-width: 1024px) {
    .page-template-tpl-home .section-categories {
        padding: 60px 0 90px;
    }
}
@media (min-width: 1440px) {
    .page-template-tpl-home .section-categories {
        background-image: url('../jpg/home-categories-bg-xl.jpg');
    }
}
.page-template-tpl-products .section-banner-inner,
.tax-product-category .section-banner-inner {
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}
.section-form.image-database .form-outer {
    padding-bottom: 20px;
}
.section-form.image-database .form-outer a {
    color: #1f1f1f;
}
.section-products {
    position: relative;
    background-color: white;
}
.section-products.image-database {
    background-color: #161616;
    color: white;
}
.section-products.image-database .image-database-search:before {
    position: relative;
    font-size: 14px;
    top: 32px;
    left: 14px;
    z-index: 1;
}
.section-products.image-database .image-database-search input[type='text'] {
    position: relative;
    font-size: 14px;
    border: none;
    padding-left: 38px;
    font-family: 'Roboto', sans-serif;
    background-color: #2f2f2f;
    color: #707070;
}
.section-products.image-database .image-database-search input[type='text']:-ms-input-placeholder {
    color: #707070;
}
.section-products.image-database .image-database-search input[type='text']::placeholder {
    color: #707070;
}
.section-products.image-database .section-products-right {
    background-color: #161616;
    border-left: none;
}
.section-products.image-database .product-list {
    margin-left: 0;
}
@media (min-width: 1024px) {
    .section-products.image-database .product-list {
        margin-left: 70px;
    }
}
.section-products.image-database .product {
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    margin: 0;
}
@media (min-width: 768px) {
    .section-products.image-database .product {
        -ms-flex: 0 1 33.3333%;
        flex: 0 1 33.3333%;
    }
}
@media (min-width: 1440px) {
    .section-products.image-database .product {
        -ms-flex: 0 1 25%;
        flex: 0 1 25%;
    }
}
.section-products.image-database .product-category-list ul li a {
    color: white;
    transition: color 0.25s ease;
}
.section-products.image-database .product-category-list ul li a:hover {
    color: #f04144;
}
.section-products.image-database .product-category-list ul li.current-cat > a,
.section-products.image-database .product-category-list ul li.current-cat-parent > a,
.section-products.image-database .product-category-list ul li.current-cat-ancestor > a {
    color: #f04144;
    font-weight: normal;
}
.section-products.image-database .product-inner {
    color: white;
    padding: 10px;
    margin-bottom: 5px;
}
@media (min-width: 1024px) {
    .section-products.image-database .product-inner {
        margin-bottom: 30px;
    }
}
.section-products.image-database .product-image {
    height: 140px;
}
@media (min-width: 768px) {
    .section-products.image-database .product-image {
        height: 240px;
    }
}
.section-products.image-database::before {
    border-top: none;
    background-color: #161616;
    background-image: none;
}
.section-products.image-database .parts-wrapper .part-details .part-number {
    float: none;
}
.section-products.image-database .parts-wrapper .part-details .part-applies-to {
    float: none;
    margin-left: 0;
}
@media (min-width: 1024px) {
    .section-products::before {
        content: '';
        position: absolute;
        z-index: 0;
        top: 0;
        right: 50%;
        bottom: 0;
        left: 0;
    }
}
.section-products .product-category-list ul li a {
    transition: color 0.25s ease;
    line-height: 1.5;
    padding-bottom: 0;
    padding-top: 0;
    margin-bottom: 4px;
    margin-top: 4px;
    display: inline-block;
    border-bottom: 1px solid transparent;
}
.section-products .product-category-list ul li a:hover {
    color: #f04144;
    border-bottom: 1px solid #f04144;
}
.section-products .product-category-list ul li.current-cat > a,
.section-products .product-category-list ul li.current-cat-parent > a,
.section-products .product-category-list ul li.current-cat-ancestor > a {
    color: #f04144;
    font-weight: normal;
}
.section-products .container {
    position: relative;
    z-index: 1;
}
@media (min-width: 1024px) {
    .section-products .container {
        display: -ms-flexbox;
        display: flex;
    }
}
.section-products::before {
    background-color: #272727;
    border-top: 1px solid #565656;
}
.section-products-left {
    padding-top: 10px;
}
@media (min-width: 1024px) {
    .section-products-left {
        padding: 40px 0;
        -ms-flex: 0 0 276px;
        flex: 0 0 276px;
        position: relative;
    }
    .section-products-left::before {
        content: '';
        position: absolute;
        top: 0;
        width: calc(100% + 20px);
        right: 0;
    }
}
@media (min-width: 1440px) {
    .section-products-left {
        padding: 140px 0;
    }
}
.section-products-right {
    background-color: white;
    padding: 10px 0;
}
@media (min-width: 1024px) {
    .section-products-right {
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        border-left: 1px solid rgba(108, 113, 115, 0.2);
        padding: 40px 0;
    }
}
@media (min-width: 1440px) {
    .section-products-right {
        padding: 140px 0 140px 20px;
    }
}
.single-product .section-overview {
    background-color: white;
    padding: 75px 0 5px;
}
@media (min-width: 1024px) {
    .single-product .section-overview {
        padding: 125px 0;
    }
}
@media (min-width: 768px) {
    .single-product .section-overview .container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
@media (min-width: 768px) {
    .single-product .section-overview-aside {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        width: 50%;
        -ms-flex-item-align: start;
        align-self: flex-start;
    }
}
@media (min-width: 1440px) {
    .single-product .section-overview-aside {
        -ms-flex: 0 0 720px;
        flex: 0 0 720px;
        width: 720px;
    }
}
.single-product .section-overview .product-spotlight-video {
    margin: 18px 0;
}
@media (min-width: 1024px) {
    .single-product .section-overview .product-spotlight-video a.btn,
    .single-product .section-overview .product-spotlight-video .frm_submit a.frm_final_submit,
    .frm_submit .single-product .section-overview .product-spotlight-video a.frm_final_submit {
        padding: 0 20px;
    }
}
.single-product .section-overview-gallery {
    overflow: hidden;
    width: 100%;
    border: 1px solid #e8e7e7;
}
.single-product .section-overview-gallery img {
    display: block;
    margin-top: -2px;
}
.single-product .section-overview-gallery-wrapper {
    position: relative;
    width: 100%;
}
.single-product .section-overview-gallery-wrapper .gallery {
    opacity: 0;
    transition: opacity 0.3s ease-out;
}
.single-product .section-overview-gallery-wrapper .gallery.slick-initialized {
    opacity: 1;
}
.single-product .section-overview-title {
    font-family: 'acumin-pro-extra-condensed', sans-serif;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    margin: 18px 0 0.75em;
}
@media (min-width: 768px) {
    .single-product .section-overview-title {
        font-size: 37.2px;
        font-size: 2.325rem;
        margin: 0 0 0.75em;
    }
}
@media (min-width: 1024px) {
    .single-product .section-overview-title {
        font-size: 52px;
        font-size: 3.25rem;
    }
}
@media (min-width: 768px) {
    .single-product .section-overview-description {
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-preferred-size: calc(50% - 24px);
        flex-basis: calc(50% - 24px);
    }
}
@media (min-width: 1024px) {
    .single-product .section-overview-description {
        -ms-flex-preferred-size: calc(50% - 48px);
        flex-basis: calc(50% - 48px);
    }
}
@media (min-width: 1440px) {
    .single-product .section-overview-description {
        -ms-flex-preferred-size: calc(100% - 844px);
        flex-basis: calc(100% - 844px);
    }
}
.single-product .section-overview-description p,
.single-product .section-overview-description li {
    color: rgba(0, 0, 0, 0.7);
}
.single-product .section-overview-description .product_desc_table.imported_product_desc_table {
    font-size: 12px;
}
.single-product .section-overview-description .product_desc_table.imported_product_desc_table table {
    max-width: 100%;
    width: 100% !important;
    height: auto !important;
}
.single-product .section-overview-description .product_desc_table.imported_product_desc_table hr {
    display: none !important;
}
.single-product .section-overview-description > *:last-child {
    margin-bottom: 1.5rem;
}
.single-product .section-overview-description .product-desc a {
    color: rgba(0, 0, 0, 0.7);
    border-bottom: 2px solid #f04144;
    transition: color 0.3s ease-in-out, border 0.3s ease-in-out;
    text-decoration: none;
    padding-bottom: 3px;
}
.single-product .section-overview-description .product-desc a:hover {
    color: #f04144;
}
.single-product .section-overview-description .share-certs {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.single-product .section-overview-description .share-container {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 25px;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}
.single-product .section-overview .cert {
    margin: 0 20px 20px 0;
    max-width: 40px;
    max-height: 40px;
}
.single-product .section-overview .cert-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
}
.single-product .section-overview .cert img {
    max-width: 40px;
    max-height: 40px;
    opacity: 0.5;
}
.single-product .section-details {
    padding: 5px 0;
    background-color: #f8f8f8;
}
@media (min-width: 1024px) {
    .single-product .section-details {
        padding: 20px 0;
    }
}
@media (min-width: 1024px) and (min-width: 768px) {
    .single-product .section-details {
        padding: 40px 0;
    }
}
@media (min-width: 1024px) and (min-width: 1024px) {
    .single-product .section-details {
        padding: 60px 0;
    }
}
@media (min-width: 1024px) and (min-width: 1440px) {
    .single-product .section-details {
        padding: 80px 0;
    }
}
.single-product .section-details .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (min-width: 1024px) {
    .single-product .section-details .container {
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
.single-product .section-details-title {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 500;
    color: #f04144;
    margin: 0 0 1em;
}
@media (min-width: 768px) {
    .single-product .section-details-title {
        font-size: 24px;
        font-size: 1.5rem;
    }
}
.single-product .section-details-subtitle {
    color: #f04144;
    font-size: 12px;
    font-size: 0.75rem;
    margin: 0;
}
@media (min-width: 768px) {
    .single-product .section-details-subtitle {
        font-size: 16px;
        font-size: 1rem;
    }
}
.single-product .section-details-actions {
    -ms-flex-order: 2;
    order: 2;
    -ms-flex: 0 1 344px;
    flex: 0 1 344px;
}
@media (min-width: 1024px) {
    .single-product .section-details-actions {
        -ms-flex-order: 1;
        order: 1;
    }
}
.single-product .section-details-actions .action {
    margin: 0 0 10px;
}
.single-product .section-details-actions .action:last-of-type {
    margin: 0;
}
.single-product .section-details-actions .action.multiple {
    position: relative;
}
.single-product .section-details-actions .action.multiple::after {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: 'icomoon';
    font-size: 9px;
    color: white;
    content: '\e909';
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
}
.single-product .section-details-actions .action.multiple.active::after {
    content: '\e907';
}
.single-product .section-details-actions .action.multiple.active .btn,
.single-product .section-details-actions .action.multiple.active .frm_submit .frm_final_submit,
.frm_submit .single-product .section-details-actions .action.multiple.active .frm_final_submit {
    background-color: #272727;
}
.single-product .section-details-actions .action.multiple.active .action-submenu {
    left: auto;
    opacity: 1;
    transition: opacity 0.3s 0s ease-in-out, left 0s 0s linear;
}
@media (min-width: 1024px) {
    .single-product .section-details-actions .action.multiple:hover::after {
        content: '\e907';
    }
    .single-product .section-details-actions .action.multiple:hover .btn,
    .single-product .section-details-actions .action.multiple:hover .frm_submit .frm_final_submit,
    .frm_submit .single-product .section-details-actions .action.multiple:hover .frm_final_submit {
        background-color: #272727;
    }
    .single-product .section-details-actions .action.multiple:hover .action-submenu {
        left: auto;
        opacity: 1;
        transition: opacity 0.3s 0s ease-in-out, left 0s 0s linear;
    }
}
.single-product .section-details-actions .action-submenu {
    margin: 0;
    padding: 0;
    list-style-type: none;
    padding: 8px 0;
    position: absolute;
    z-index: 2;
    top: 100%;
    left: -9999px;
    width: 100%;
    opacity: 0;
    background-color: #272727;
    transition: opacity 0.3s 0s ease-in-out, left 0s 0.3s linear;
    border-top: 2px solid #333;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.3);
}
.single-product .section-details-actions .action-subitem {
    font-size: 12px;
    font-size: 0.75rem;
    letter-spacing: 0.063em;
    text-align: center;
    text-transform: uppercase;
}
@media (min-width: 1024px) {
    .single-product .section-details-actions .action-subitem {
        font-size: 14px;
        font-size: 0.875rem;
    }
}
.single-product .section-details-actions .action-subitem > a {
    display: block;
    color: white;
    text-decoration: none;
    padding: 8px 20px;
}
.single-product .section-details-actions .action-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.single-product .section-details-actions .action .btn,
.single-product .section-details-actions .action .frm_submit .frm_final_submit,
.frm_submit .single-product .section-details-actions .action .frm_final_submit {
    width: 100%;
}
.single-product .section-details-actions .action .btn.gray,
.single-product .section-details-actions .action .frm_submit .gray.frm_final_submit,
.frm_submit .single-product .section-details-actions .action .gray.frm_final_submit {
    -ms-flex-pack: center;
    justify-content: center;
}
.single-product .section-details-actions .action .btn.transparent-gray,
.single-product .section-details-actions .action .frm_submit .transparent-gray.frm_final_submit,
.frm_submit .single-product .section-details-actions .action .transparent-gray.frm_final_submit {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.single-product .section-details-actions .action .btn.transparent-gray .share-list,
.single-product .section-details-actions .action .frm_submit .transparent-gray.frm_final_submit .share-list,
.frm_submit .single-product .section-details-actions .action .transparent-gray.frm_final_submit .share-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: -ms-flexbox;
    display: flex;
    margin-left: 20px;
}
.single-product .section-details-actions .action .btn.transparent-gray .share > a,
.single-product .section-details-actions .action .frm_submit .transparent-gray.frm_final_submit .share > a,
.frm_submit .single-product .section-details-actions .action .transparent-gray.frm_final_submit .share > a {
    color: black;
    text-decoration: none;
}
.single-product .section-details-actions .action .btn.transparent-gray .share > a.icon-mail,
.single-product .section-details-actions .action .frm_submit .transparent-gray.frm_final_submit .share > a.icon-mail,
.frm_submit .single-product .section-details-actions .action .transparent-gray.frm_final_submit .share > a.icon-mail {
    font-size: 15px;
}
.single-product .section-details-actions .action .btn.transparent-gray .share > a.icon-print,
.single-product .section-details-actions .action .frm_submit .transparent-gray.frm_final_submit .share > a.icon-print,
.frm_submit .single-product .section-details-actions .action .transparent-gray.frm_final_submit .share > a.icon-print {
    font-size: 18px;
}
.single-product .section-details-specs {
    -ms-flex-order: 1;
    order: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
}
@media (min-width: 1024px) {
    .single-product .section-details-specs {
        -ms-flex-order: 2;
        order: 2;
        -ms-flex-positive: 0;
        flex-grow: 0;
    }
    .single-product .section-details-specs .mobile-accordion {
        border: 0;
    }
}
.single-product .section-details .part-number {
    margin: 0 0 1.5em;
}
.single-product .section-details .part-number div {
    margin-right: 10px;
}
.single-product .section-details .part-number-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.single-product .section-details .part-number-list .parts-col-heading {
    display: none;
}
.single-product .section-details .part-number-list .parts-col-heading h3 {
    font-weight: 500;
    font-size: 18px;
}
.single-product .section-details .part-number-list .part-number .part-number-label {
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 1.5;
    font-weight: 500;
}
.single-product .section-details .part-number-list .part-number .part-number-description {
    color: #636363 !important;
}
.single-product .section-details .part-number-list .part-number .mobile-label {
    font-weight: normal;
}
.single-product .section-details .part-number-list .part-number a {
    color: #707070;
    transition: all 0.3s ease;
}
.single-product .section-details .part-number-list .part-number a .part-icon {
    opacity: 1;
    transition: all 0.3s ease;
}
.single-product .section-details .part-number-list .part-number a:hover {
    color: #f04144;
}
.single-product .section-details .part-number-list .part-number a:hover .part-icon {
    opacity: 0.75;
}
.single-product .section-details .part-number-list .part-number .part-icon {
    display: inline-block;
    margin-right: 4px;
    margin-left: 4px;
    width: 18px;
    height: 18px;
    position: relative;
    bottom: -2px;
    background: transparent url('../svg/ico-download.svg');
    opacity: 1;
}
.single-product .section-details .part-number-list .part-number .empty .part-icon {
    background: transparent url('../svg/ico-line.svg');
    opacity: 0.45;
}
.single-product .section-details .part-number-list .empty {
    display: none;
}
@media (min-width: 768px) {
    .single-product .section-details .part-number-list .part-number .part-number-label {
        font-size: 22px;
    }
}
@media (min-width: 1024px) {
    .single-product .section-details .part-number-list {
        display: table;
        width: 100%;
    }
    .single-product .section-details .part-number-list .part-number,
    .single-product .section-details .part-number-list .parts-col-heading {
        display: table-row;
    }
    .single-product .section-details .part-number-list .part-number > *,
    .single-product .section-details .part-number-list .parts-col-heading > * {
        display: table-cell !important;
        padding: 6px 5px 6px 0;
        vertical-align: middle;
    }
    .single-product .section-details .part-number-list .part-number > * > *,
    .single-product .section-details .part-number-list .parts-col-heading > * > * {
        vertical-align: middle;
    }
    .single-product .section-details .part-number-list > .part-number:nth-child(2) > * {
        padding-top: 20px;
    }
    .single-product .section-details .part-number-list .parts-col-heading > * {
        padding-bottom: 8px;
        border-bottom: 2px solid #e5e5e5;
    }
    .single-product .section-details .part-number-list .part-number .mobile-label {
        display: none;
    }
    .single-product .section-details .part-number-list .part-number .part-number-label {
        font-size: 24px;
        letter-spacing: 2px;
    }
    .single-product .section-details .part-number-list .part-number .part-icon {
        width: 22px;
        height: 22px;
        margin-left: 0;
        margin-right: 8px;
        bottom: -3px;
    }
}
.single-product .section-details .part-number-label {
    font-family: 'acumin-pro-extra-condensed', sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1;
    margin: 0;
    font-weight: 700;
}
@media (min-width: 768px) {
    .single-product .section-details .part-number-label {
        font-size: 24px;
        font-size: 1.5rem;
        white-space: nowrap;
        -ms-flex: 0 0 190px;
        flex: 0 0 190px;
    }
}
.single-product .section-related {
    padding: 20px 0;
    background-color: white;
}
@media (min-width: 768px) {
    .single-product .section-related {
        padding: 40px 0;
    }
}
@media (min-width: 1024px) {
    .single-product .section-related {
        padding: 60px 0;
    }
}
@media (min-width: 1440px) {
    .single-product .section-related {
        padding: 80px 0;
    }
}
.single-product .section-related .container {
    position: relative;
}
@media (min-width: 768px) {
    .single-product .section-related .container {
        padding: 0 100px;
    }
}
@media (min-width: 1440px) {
    .single-product .section-related .container {
        padding: 0 140px;
    }
}
.single-product .section-related-title {
    font-family: 'acumin-pro-extra-condensed', sans-serif;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    color: #f04144;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
}
@media (min-width: 768px) {
    .single-product .section-related-title {
        font-size: 32px;
        font-size: 2rem;
        padding: 0 10%;
    }
}
.single-product .section-related-title::before,
.single-product .section-related-title::after {
    content: '';
    height: 0;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    border-top: 1px solid rgba(222, 61, 88, 0.1);
}
.single-product .section-related-title::before {
    margin-right: 20px;
}
@media (min-width: 1024px) {
    .single-product .section-related-title::before {
        margin-right: 50px;
    }
}
.single-product .section-related-title::after {
    margin-left: 20px;
}
@media (min-width: 1024px) {
    .single-product .section-related-title::after {
        margin-left: 50px;
    }
}
.single-product .section-related .product {
    margin-bottom: 0;
}
.single-product .section-related .slider-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (min-width: 768px) {
    .single-product .section-related .slider-nav {
        display: block;
    }
}
.single-product .section-related .slider-nav .slick-arrow {
    margin: 0 20px;
}
@media (min-width: 768px) {
    .single-product .section-related .slider-nav .slick-arrow {
        margin: 0;
    }
}
.single-product .product-desc-details {
    margin-top: 5px;
}
@media (min-width: 1024px) {
    .single-product .product-desc-details {
        margin-top: 30px;
    }
}
.single-product .product-desc-details table {
    margin-bottom: 0;
    width: 100% !important;
    height: auto !important;
}
.single-product .product-desc-details a {
    color: rgba(0, 0, 0, 0.7);
    border-bottom: 2px solid #f04144;
    transition: color 0.3s ease-in-out, border 0.3s ease-in-out;
    text-decoration: none;
    padding-bottom: 3px;
}
.single-product .product-desc-details a:hover {
    color: #f04144;
}
.single-product .product-desc-details h4 {
    font-size: 17.6px;
    font-size: 1.1rem;
    color: #f04144;
    margin-bottom: 0.5em;
}
.single-product .product-desc-details tr {
    vertical-align: top;
}
.single-product .product-desc-details thead td,
.single-product .product-desc-details .row_heading td {
    text-transform: lowercase;
}
.single-product .product-desc-details thead td::first-letter,
.single-product .product-desc-details .row_heading td::first-letter {
    text-transform: uppercase;
}
.single-product .product-desc-details thead td,
.single-product .product-desc-details th,
.single-product .product-desc-details .row_heading,
.single-product .product-desc-details .row_heading td {
    font-weight: 500;
    font-size: 16px;
    padding: 5px 2px;
    color: #000000;
    text-align: left !important;
}
@media (min-width: 1024px) {
    .single-product .product-desc-details thead td,
    .single-product .product-desc-details th,
    .single-product .product-desc-details .row_heading,
    .single-product .product-desc-details .row_heading td {
        padding: 10px 2px;
    }
}
.single-product .product-desc-details .row_heading td p {
    color: black;
    margin-bottom: 0;
}
.single-product .product-desc-details td {
    line-height: 1.25em;
    font-size: 16px;
    padding: 5px 2px;
    color: #636363;
    text-align: left !important;
}
@media (min-width: 1024px) {
    .single-product .product-desc-details td {
        padding: 10px 2px;
    }
}
.parts-accordion.mobile-accordion .mobile-accordion-content {
    padding-bottom: 8px;
}
.parts-accordion.mobile-accordion table tr th {
    border-bottom: 2px solid #e5e5e5;
}
.parts-accordion.mobile-accordion .button-list {
    margin-top: 10px;
}
.description-table-alt {
    padding: 0 0 0 0;
    width: 100%;
}
.description-table-alt .inner-table-wrapper {
    overflow-x: auto;
}
.description-table-alt > *:last-child {
    margin-bottom: 0;
}
.description-table-alt table {
    overflow: scroll;
}
.description-table-alt h2 {
    font-weight: 500;
    color: #f04144;
    margin-bottom: 1.5rem;
}
.description-table-alt h3 {
    margin-bottom: 1rem;
}
.description-table-alt td,
.description-table-alt th {
    border: 2px solid #f2f2f2;
    padding: 10px;
    vertical-align: top;
    line-height: 1.25;
}
.description-table-alt td p,
.description-table-alt th p {
    margin: 0;
}
.description-table-alt .row_heading {
    font-weight: bold;
}
@media (min-width: 768px) {
    .description-table-alt {
        padding: 25px 0 0 0;
    }
}
@media (min-width: 1024px) {
    .description-table-alt {
        padding: 50px 0 0 0;
    }
}
@media print {
    .site-header-wrapper,
    .site-footer-wrapper,
    .section-details-actions,
    .section-related {
        display: none;
    }
    .section-details-specs {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
    .mobile-accordion-content {
        display: block;
    }
}
.page-template-tpl-certifications .section-certs {
    padding: 20px 0;
}
@media (min-width: 768px) {
    .page-template-tpl-certifications .section-certs {
        padding: 40px 0;
    }
}
@media (min-width: 1024px) {
    .page-template-tpl-certifications .section-certs {
        padding: 60px 0;
    }
}
@media (min-width: 1440px) {
    .page-template-tpl-certifications .section-certs {
        padding: 80px 0;
    }
}
.page-template-tpl-certifications .section-certs .container .cert {
    margin: 0 0 1.5em;
}
@media (min-width: 768px) {
    .page-template-tpl-certifications .section-certs .container .cert {
        -ms-flex-preferred-size: calc(50% - 12px);
        flex-basis: calc(50% - 12px);
        -ms-flex-positive: 0;
        flex-grow: 0;
        margin: 0 0 40px;
    }
}
@media (min-width: 1024px) {
    .page-template-tpl-certifications .section-certs .container .cert {
        -ms-flex-preferred-size: calc(33.3333% - 16px);
        flex-basis: calc(33.3333% - 16px);
        margin-right: 24px;
    }
}
@media (min-width: 1440px) {
    .page-template-tpl-certifications .section-certs .container .cert {
        -ms-flex-preferred-size: calc(25% - 18px);
        flex-basis: calc(25% - 18px);
    }
}
@media (min-width: 1024px) {
    .page-template-tpl-certifications .section-certs .container .cert:nth-of-type(3n) {
        margin-right: 0;
    }
}
@media (min-width: 1440px) {
    .page-template-tpl-certifications .section-certs .container .cert:nth-of-type(3n) {
        margin-right: 24px;
    }
}
@media (min-width: 1440px) {
    .page-template-tpl-certifications .section-certs .container .cert:nth-of-type(4n) {
        margin-right: 0;
    }
}
.page-template-tpl-certifications .section-certs .container .cert-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
@media (min-width: 768px) {
    .page-template-tpl-certifications .section-certs .container .cert-list {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
@media (min-width: 1024px) {
    .page-template-tpl-certifications .section-certs .container .cert-list {
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}
.page-template-tpl-certifications .section-certs .container .cert-title {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 500;
}
.page-template-tpl-certifications .section-certs .container .cert-logo-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    height: 94px;
    margin: 0 0 1.5em;
}
body.page-template-tpl-blower .section-banner {
    background: #171717;
}

.page-blower-selector .blower-selector-intro h2 {
    margin: 55px 0;
    font-weight: normal;
    font-family: 'acumin-pro-extra-condensed', sans-serif;
    font-size: 50px;
    line-height: 1.2em;
}
@media(min-width: 600px){
    .page-blower-selector .blower-selector-intro h2 {
        margin: 60px 0 83px;
        font-size: 60px; }
}
.page-blower-selector .blower-selector-intro h2 u {
    color: #f04144;
}
.page-blower-selector .blower-selector-intro ol {
    padding: 0;
    margin: 0 auto 108px;
    text-align: center;
}
.page-blower-selector .blower-selector-intro ol li {
    list-style: none;
    display: inline-block;
    font-family: 'acumin-pro-extra-condensed', sans-serif;
    font-size: 33px;
    width: 49%;
    max-width: 278px;
    position: relative;
    line-height: 1.14em;
    margin-bottom: 34px;
}
@media ( min-width: 600px){
    .page-blower-selector .blower-selector-intro ol li { width: 32%; }
}
.page-blower-selector .blower-selector-intro ol li:before {
    line-height: 0;
    display: block;
    font-size: 98px;
    font-weight: 800;
    border: 1px solid #666;
    width: 128px;
    height: 128px;
    padding-top: 51px;
    border-radius: 88px;
    position: relative;
    left: calc((100% - 128px)/2);
    margin-bottom: 14px;
}

.page-blower-selector .blower-selector-intro ol li:after {
    display: block;
    content: '\e904';
    font-family: 'icomoon';
    color: #ccc;
    position: absolute;
    top: 45px;
    right: -27px;
    font-size: 25px;
}
.page-blower-selector .blower-selector-intro ol li:nth-of-type(3):after { display: none; }

.page-blower-selector .blower-selector-intro ol li:nth-of-type(1):before{ content:'1'; }
.page-blower-selector .blower-selector-intro ol li:nth-of-type(2):before{ content:'2'; }
.page-blower-selector .blower-selector-intro ol li:nth-of-type(3):before{ content:'3'; }

.page-blower-selector .blower-selector-intro ol li:nth-of-type(2):after { display: none; }

@media ( min-width: 600px){
    .page-blower-selector .blower-selector-intro ol li { margin-bottom: 0; }
    .page-blower-selector .blower-selector-intro ol li:nth-of-type(2):after { display: block; }
}

.page-blower-selector .blower-landing-content {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 55px;
    padding: 13px;
}
.page-blower-selector .blower-landing-content p {
    font-size: 14px;
}
.page-blower-selector .blower-landing-content a {
    color: #f04144;
    text-decoration: none;
    border-bottom: 1px solid;
    transition: all 0.25s ease;
}
.page-blower-selector .blower-landing-content a:hover {
    color: #f2595b;
}
.page-blower-selector .expand-boxes {
    list-style-type: none;
    margin-left: 0;
    padding: 0 21px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    transition: all 0.5s ease;
}
.page-blower-selector .expand-boxes .click-expand {
    cursor: pointer;
    margin: 0;
    padding: 25px;
}

.page-blower-selector .expand-boxes .volume {
    background : #cccccc;
    color      : #333333;
}
.page-blower-selector .expand-boxes .silo .click-expand { padding-top: 37px; }
.page-blower-selector .expand-boxes .tank  .click-expand { padding-top: 33px; }
.page-blower-selector .expand-boxes .volume .click-expand { padding-top: 30px; }

.page-blower-selector .expand-boxes .box-icon {width:88px; }
.page-blower-selector .expand-boxes .silo .box-icon { width:82px; }
.page-blower-selector .expand-boxes .tank .box-icon { width:85px; }
.page-blower-selector .expand-boxes .volume .box-icon {
    position: relative;
    top: 7px;
    width: 88px; }

.page-blower-selector .expand-boxes.blower-selector-expand .expand-content {
    transition: all 0.5s ease;
}
.page-blower-selector .expand-boxes.blower-selector-expand > li.open .expand-content {
    height: 480px;
}
.page-blower-selector .expand-boxes.blower-selector-expand > li.open.silo .expand-content,
.page-blower-selector .expand-boxes.blower-selector-expand > li.open.tank .expand-content {
    height: 370px;
}
.page-blower-selector .expand-boxes.blower-selector-expand > li.open.volume .expand-content {
    height: 280px;
}
.page-blower-selector .expand-boxes > li {
    background-color: #333333;
    color: #ffffff;
    display: inline-block;
    text-align: center;
    -ms-flex: 1;
    flex: 1;
    margin-right: 0;
    margin-bottom: 21px;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
}
.page-blower-selector .expand-boxes > li > *:first-child {
    margin-top: 0;
}
.page-blower-selector .expand-boxes > li > *:last-child {
    margin-bottom: 0;
}
.page-blower-selector .expand-boxes > li h2 {
    font-family: 'acumin-pro-extra-condensed', sans-serif;
    font-weight: normal;
    font-size: 32px;
    padding-top: 25px;
    padding-bottom: 25px;
    margin-bottom: 0;
    transition: all 0.5s ease;
}
.page-blower-selector .expand-boxes > li .expand-content-wrapper {
    margin: 0 21px; }

.page-blower-selector .expand-boxes > li .expand-content {
    height: 0;
    overflow: hidden;
}

.page-blower-selector .expand-boxes > li.open .expand-content {
    height: 100%;
}
.page-blower-selector .expand-boxes > li form {
    max-width: 250px;
    margin: 0 auto;
    text-align: left;
}
.page-blower-selector .expand-boxes > li form select {
    width: calc(100% + 45px);
}

@media (min-width: 550px) {
    .page-blower-selector .expand-boxes > li {
        -ms-flex-preferred-size: calc(50% - 60px);
        flex-basis: calc(50% - 60px);
        width: calc(50% - 60px);
        margin-right: 21px;
    }
    .page-blower-selector .expand-boxes > li:last-child {
        margin-right: 0 !important;
    }
    .page-blower-selector .expand-boxes > li:nth-child(2n) {
        margin-right: 0;
    }
}
@media (min-width: 1024px) {
    .page-blower-selector .expand-boxes > li {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        width: auto;
    }
    .page-blower-selector .expand-boxes > li:nth-child(2n) {
        margin-right: 20px;
    }
}
@media (min-width: 550px) {
    .page-blower-selector .expand-boxes.has-one-open {
        min-height: 710px;
    }
}
@media (min-width: 1024px) {
    .page-blower-selector .expand-boxes {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .page-blower-selector .expand-boxes.blower-selector-expand {
        min-height: 150px;
    }
    .page-blower-selector .expand-boxes.has-one-open {
        min-height: 570px;
    }
}
.blower-selector {
    padding-bottom: 60px;
}

.wp-pagenavi {
    font-family: 'acumin-pro-extra-condensed', sans-serif;
    font-weight: 700;
    padding-top: 50px;
    font-size: 21px;
    color: white;
}

.wp-pagenavi a {
    display         : inline-block;
    padding         : 19px 15px 21px;
    margin          : 0 5px;
    min-width       : 42px;
    border          : 1px solid #666666;
    line-height     : 0;
    color           : #333333;
    text-decoration : none;
}

.wp-pagenavi a:hover,
.wp-pagenavi .current {
    color      : #ffffff;
    border     : 1px solid #666666;
    background : #666666;
    padding    : 19px 15px 21px;
    margin     : 0 5px;
    min-width  : 42px;
    text-align : center;
}

.wp-pagenavi .pages {
    padding: 19px 0; }

.wp-pagenavi .page {
    color: #333;
}

.blower-selector  #content { border-top: 1px solid #565656; }

.blower-selector .container,
.blower-selector .full {
    padding-left: 0;
    max-width: 1680px;
    margin-left: auto;
    margin-right: auto;
    float: none;
}
.page-blower-selector .container {
    padding: 0; }

.blower-selector .container {
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.blower-selector .section-products::before {
    display: none;
}
.blower-selector aside {
    background: #272727;
    color: #ffffff;
    min-width: 220px;
    font-size: 18px;
    padding: 34px 30px;
}
.blower-selector aside h4 {
    margin-bottom: 10px;
    text-align: center;
}
.blower-selector aside ul {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}
.blower-selector aside fieldset {
    display: none;
    padding: 0;
    border: 0;
    margin-bottom: 20px;
}
.blower-selector aside fieldset.active {
    display: block;
}
.blower-selector aside fieldset legend {
    display: none;
}
.blower-selector aside .radios li {
    margin-bottom: 2px;
}
.blower-selector aside .radios input[type='radio'] {
    display: inline-block;
    margin-right: 6px;
    position: relative;
    top: -1px;
}
.blower-selector aside form {
    display: none;
}
.blower-selector aside form.open {
    display: block;
}
.blower-selector aside .expand-filters {
    color: white;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: right;
    margin: 0 0 5px 0;
}
.blower-selector aside .expand-filters a {
    display: inline-block;
    background: transparent url('../svg/ico-filter.svg') right center no-repeat;
    text-decoration: none;
    color: white;
    padding: 5px 20px 5px 5px;
    transition: all 0.25s ease;
}
.blower-selector aside .expand-filters a:hover {
    color: #f2595b;
}
.blower-selector aside .expand-filters a::selection {
    background-color: transparent;
}
@media (min-width: 1024px) {

    .blower-selector aside form {
        display: block;
    }
    .blower-selector aside .expand-filters {
        display: none;
    }
    .blower-selector aside h4 {
        margin-bottom: 20px;
    }
}
.blower-selector .blower-selector-values {
    list-style-type: none;
    margin-left: 0;
    padding: 0;
}
.blower-selector .blower-selector-values li {
    display: inline-block;
    margin-right: 20px;
    font-size: 21px;
}
.blower-selector .blower-selector-values li:last-child {
    margin-right: 0;
}
.blower-selector .blower-selector-values li h6 {
    font-size: 15px;
    margin-bottom: 0;
}
.blower-selector .blower-selector-values li h6 abbr {
    text-decoration: none;
    border-bottom: 1px dotted #444444;
}
.blower-selector .blower-selector-values li p {
    margin-bottom: 0;
}
@media (min-width: 768px) {
    .blower-selector .blower-selector-values li {
        margin-right: 60px;
    }
}
.blower-selector .content-area {
    width: 100%;
    padding-top: 34px;
    padding-left : 34px;
    padding-right : 34px;
    text-align: center;
}
.blower-selector .product-list {
    margin-left: 0;
    overflow: hidden;
}
.blower-selector .hazardous {
    font-size: 14px;
    margin: 0;
    line-height: 1.2;
    color: #999;
    text-align: left;
    margin-bottom: 8px;
}
.null-state > * {
    max-width: 750px;
    margin: 55px auto;
}
.null-state a {
    color: #f04144;
}
.null-state h3 {
    font-weight: normal;
}
.page-template-tpl-fit-test .section-form,
.page-template-tpl-warranty-form .section-form {
    background-color: white;
}
@media (min-width: 1436px) {
    .page-template-tpl-fit-test .section-form,
    .page-template-tpl-warranty-form .section-form {
        padding: 80px 0 0;
    }
}
.page-template-tpl-fit-test .section-disclaimer,
.page-template-tpl-warranty-form .section-disclaimer {
    padding: 20px 0;
    background-color: white;
}
@media (min-width: 768px) {
    .page-template-tpl-fit-test .section-disclaimer,
    .page-template-tpl-warranty-form .section-disclaimer {
        padding: 40px 0;
    }
}
@media (min-width: 1024px) {
    .page-template-tpl-fit-test .section-disclaimer,
    .page-template-tpl-warranty-form .section-disclaimer {
        padding: 60px 0;
    }
}
@media (min-width: 1440px) {
    .page-template-tpl-fit-test .section-disclaimer,
    .page-template-tpl-warranty-form .section-disclaimer {
        padding: 80px 0;
    }
}
.page-template-tpl-fit-test .section-disclaimer .container,
.page-template-tpl-warranty-form .section-disclaimer .container {
    max-width: 740px;
}
.page-template-tpl-fit-test .section-disclaimer .container h3,
.page-template-tpl-warranty-form .section-disclaimer .container h3 {
    font-size: 16px;
    font-size: 1rem;
    margin: 0 0 1em;
}
.page-template-tpl-fit-test .section-disclaimer .container p,
.page-template-tpl-warranty-form .section-disclaimer .container p {
    font-size: 14px;
    font-size: 0.875rem;
    color: rgba(0, 0, 0, 0.7);
}
.page-template-tpl-warranty-form .section-form {
    padding: 20px 0;
}
@media (min-width: 768px) {
    .page-template-tpl-warranty-form .section-form {
        padding: 40px 0;
    }
}
@media (min-width: 1024px) {
    .page-template-tpl-warranty-form .section-form {
        padding: 60px 0;
    }
}
@media (min-width: 1440px) {
    .page-template-tpl-warranty-form .section-form {
        padding: 80px 0;
    }
}
.page-template-tpl-warranty-form .section-form-title {
    font-family: 'acumin-pro-extra-condensed', sans-serif;
    font-size: 24px;
    font-size: 1.5rem;
}
.page-template-tpl-parts-listing .section-parts {
    padding: 20px 0;
}
@media (min-width: 768px) {
    .page-template-tpl-parts-listing .section-parts {
        padding: 40px 0;
    }
}
@media (min-width: 1024px) {
    .page-template-tpl-parts-listing .section-parts {
        padding: 60px 0;
    }
}
@media (min-width: 1440px) {
    .page-template-tpl-parts-listing .section-parts {
        padding: 80px 0;
    }
}
.page-template-tpl-parts-listing .section-parts .container {
    max-width: 1200px;
}
.page-template-tpl-parts-listing .parts-list,
.page-template-tpl-parts-listing .subcategory-list,
.page-template-tpl-parts-listing .product-parts-list {
    list-style-type: none;
}
.page-template-tpl-parts-listing .parent,
.page-template-tpl-parts-listing .subcategory,
.page-template-tpl-parts-listing .prod {
    text-decoration: none;
}
@media (min-width: 768px) {
    .page-template-tpl-parts-listing .parts-list {
        columns: 2;
        column-gap: 24px;
    }
    .page-template-tpl-parts-listing .parts-list > li {
        break-inside: avoid;
    }
}
.page-template-tpl-parts-listing .parent {
    display: inline-block;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 500;
    color: #f04144;
    margin: 0 0 30px;
}
.page-template-tpl-parts-listing .parent-wrapper {
    margin: 0 0 50px;
}
.page-template-tpl-parts-listing .subcategory {
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 700;
    color: black;
    text-transform: uppercase;
}
.page-template-tpl-parts-listing .subcategory-wrapper {
    margin: 0 0 30px;
}
.page-template-tpl-parts-listing .prod {
    font-size: 14px;
    font-size: 0.875rem;
    color: rgba(0, 0, 0, 0.7);
    transition: all 0.25s ease;
}
.page-template-tpl-parts-listing .prod:hover {
    color: #f04144;
    border-bottom: 1px solid #f04144;
}
.page-terms-conditions h4 {
    font-size: 14px;
    font-size: 0.875rem;
    margin: 0 0 64px;
}
.page-terms-conditions h2 {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 500;
}
.page-terms-conditions h3 {
    font-size: 14px;
    font-size: 0.875rem;
    text-transform: uppercase;
    margin: 0;
}
.page-terms-conditions p {
    font-size: 14px;
    font-size: 0.875rem;
    color: rgba(0, 0, 0, 0.7);
}
.page-warranty .section-default h5 {
    font-size: 14px;
    font-size: 0.875rem;
    margin: 0 0 12px;
}
.page-warranty .section-default h2 {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 500;
    text-transform: uppercase;
}
.page-warranty .section-default h3 {
    font-size: 18px;
    font-size: 1.125rem;
    display: inline-block;
    text-decoration: underline;
    font-weight: 500;
}
.page-warranty .section-default h4 {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 500;
}
.page-template-tpl-faqs .section-faqs {
    padding: 0 0 20px;
}
@media (min-width: 768px) {
    .page-template-tpl-faqs .section-faqs {
        padding: 0 0 40px;
    }
}
@media (min-width: 1024px) {
    .page-template-tpl-faqs .section-faqs {
        padding: 60px 0;
    }
}
@media (min-width: 1440px) {
    .page-template-tpl-faqs .section-faqs {
        padding: 80px 0;
    }
}
@media (min-width: 1024px) {
    .page-template-tpl-faqs .section-faqs .container {
        display: -ms-flexbox;
        display: flex;
    }
}
.page-template-tpl-faqs .section-faqs-filter {
    width: calc(100% + 40px);
    margin: 0 -20px;
}
@media (min-width: 1024px) {
    .page-template-tpl-faqs .section-faqs-filter {
        width: auto;
        -ms-flex: 0 0 300px;
        flex: 0 0 300px;
        margin: 0 100px 0 0;
        padding: 0 0 0 20px;
    }
}
.page-template-tpl-faqs .section-faqs-filter #filter-sticky {
    z-index: 2;
}
.page-template-tpl-faqs .section-faqs-results {
    padding-top: 20px;
}
@media (min-width: 768px) {
    .page-template-tpl-faqs .section-faqs-results {
        padding-top: 40px;
    }
}
@media (min-width: 1024px) {
    .page-template-tpl-faqs .section-faqs-results {
        padding-top: 0;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    }
}
.faq {
    position: relative;
    margin-top: -1px;
    padding: 20px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    transition: border-bottom-color 0.3s ease-in-out;
}
.faq::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-size: auto;
    background-repeat: repeat;
    background-image: url('../png/form-bg-01.png');
    transition: opacity 0.3s ease-in-out;
    opacity: 0;
}
.faq.active {
    border-bottom-color: transparent;
}
.faq.active .faq-label.question {
    background-color: white;
}
.faq.active::after {
    opacity: 1;
}
@media (min-width: 1024px) {
    .faq-search {
        margin: 0 0 1.5em;
    }
}
.faq-search-row {
    display: -ms-flexbox;
    display: flex;
    background-color: white;
    border-bottom: 1px solid #e5e5e5;
}
.faq-search-row::before {
    font-family: 'icomoon';
    content: '\e911';
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.faq-search input[type='search'] {
    width: auto;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    background-color: transparent;
    border-bottom: 0;
    padding-left: 0;
}
.faq-category-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: block;
    text-align: center;
    background: url('../jpg/pattern-dark.jpg');
}
@media (min-width: 1024px) {
    .faq-category-list {
        display: block;
        background: none;
        overflow: visible;
        text-align: left;
    }
}
.faq-category-list-wrapper {
    width: 100%;
    overflow: auto;
}
@media (min-width: 1024px) {
    .faq-category-list-wrapper {
        overflow: visible;
    }
}
.faq-category-list-wrapper .mCSB_horizontal.mCSB_inside > .mCSB_container {
    margin-bottom: 4px;
}
.faq-category-list-wrapper .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    height: 4px;
}
.faq-category-list-wrapper .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    margin: 0;
}
.faq-category-list-title {
    display: none;
}
@media (min-width: 1024px) {
    .faq-category-list-title {
        display: block;
        font-family: 'acumin-pro-extra-condensed', sans-serif;
        font-size: 18px;
        font-size: 1.125rem;
        font-weight: 400;
        text-transform: uppercase;
        letter-spacing: 0.125em;
        color: rgba(0, 0, 0, 0.5);
    }
}
.faq-category-item {
    display: inline-block;
}
@media (min-width: 1024px) {
    .faq-category-item {
        margin: 0 0 10px;
    }
}
.faq-category-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 2px solid transparent;
    height: 62px;
    padding: 0 8px;
    font-size: 13.2px;
    font-size: 0.825rem;
    color: white;
    text-decoration: none;
    white-space: nowrap;
}
@media (min-width: 768px) {
    .faq-category-link {
        padding: 0 12px;
        font-size: 14px;
        font-size: 0.875rem;
    }
}
@media (min-width: 1024px) {
    .faq-category-link {
        position: relative;
        display: inline-block;
        font-size: 20px;
        font-size: 1.25rem;
        border-bottom: 0;
        padding: 0;
        color: #f04144;
        height: auto;
        padding: 0 20px;
    }
}
.faq-category-link.active {
    color: #f04144;
    font-weight: 700;
    border-bottom-color: #f04144;
}
@media (min-width: 1024px) {
    .faq-category-link.active {
        font-weight: 400;
    }
}
@media (min-width: 1024px) {
    .faq-category-link.active::before {
        content: '';
        position: absolute;
        left: -20px;
        top: 0;
        height: 100%;
        border-left: 5px solid #f04144;
    }
}
.faq-result-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.faq-result-category {
    padding: 0 0 40px;
}
.faq-result-title {
    font-family: 'acumin-pro-extra-condensed', sans-serif;
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1;
    margin: 0 0 1em;
}
@media (min-width: 1024px) {
    .faq-result-title {
        font-size: 42px;
        font-size: 2.625rem;
    }
}
.faq-result-title span {
    display: block;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 300;
}
@media (min-width: 1024px) {
    .faq-result-title span {
        font-size: 24px;
        font-size: 1.5rem;
    }
}
.faq-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.faq-label {
    font-family: 'acumin-pro-extra-condensed', sans-serif;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.125em;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    height: 25px;
    padding: 0 10px;
    background-color: #f8f8f8;
    color: rgba(0, 0, 0, 0.5);
    transition: background-color 0.3s ease-in-out;
}
.faq-label.answer {
    background-color: #e9f0e2;
}
.faq-question {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.25;
    font-weight: 300;
    margin: 0 0 0.5em;
}
@media (min-width: 1024px) {
    .faq-question {
        font-size: 32px;
        font-size: 2rem;
    }
}
.faq-question-wrapper {
    display: block;
    background: none;
    border: none;
    position: relative;
    z-index: 1;
    padding: 0 20px;
    color: black;
    text-decoration: none;
}
.faq-answer-wrapper {
    display: none;
    position: relative;
    z-index: 1;
    padding: 0 20px;
}
.faq-answer p {
    color: rgba(0, 0, 0, 0.7);
}
.faq-answer p:last-of-type {
    margin: 0;
}
.page-template-tpl-literature .section-literature {
    padding: 20px 0;
}
@media (min-width: 768px) {
    .page-template-tpl-literature .section-literature {
        padding: 40px 0;
    }
}
@media (min-width: 1024px) {
    .page-template-tpl-literature .section-literature {
        padding: 60px 0;
    }
}
@media (min-width: 1440px) {
    .page-template-tpl-literature .section-literature {
        padding: 80px 0;
    }
}
.document-type-filter-title {
  display: block;
  font-family: 'acumin-pro-extra-condensed', sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.125em;
  color: rgba(0, 0, 0, 0.5);
  text-align: center;
  margin-bottom: 0.5em;
}
.document-type-filter {
  display: flex;
  list-style: none;
  margin: 0 0 1.5rem;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
@media (min-width: 768px) {
  .document-type-filter { 
    margin-bottom: 3rem;
  }
}
.document-type-filter a {
  font-size: 1.25rem;
  line-height: 1.2;
  color: #f04144;
  text-decoration: none;
}
.document-type {
  padding: 5px 0;
  border-bottom: 3px solid transparent;
}
.document-type.active {
  border-color: #f04144;
}
.literature {
    width: 100%;
    margin-bottom: 24px;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-preferred-size: calc(50% - 12px);
    flex-basis: calc(50% - 12px);
}
@media (min-width: 768px) and (max-width: 1023px) {
    .literature {
        -ms-flex-preferred-size: calc(33.3333% - 16px);
        flex-basis: calc(33.3333% - 16px);
        margin-right: 24px;
    }
    .literature:nth-of-type(3n) {
        margin-right: 0;
    }
}
@media (min-width: 1024px) and (max-width: 1439px) {
    .literature {
        -ms-flex-preferred-size: calc(25% - 18px);
        flex-basis: calc(25% - 18px);
        margin-right: 24px;
    }
    .literature:nth-of-type(4n) {
        margin-right: 0;
    }
}
@media (min-width: 1440px) {
    .literature {
        -ms-flex-preferred-size: calc(16.667% - 22px);
        flex-basis: calc(16.667% - 22px);
        margin-right: 24px;
    }
    .literature:nth-of-type(6n) {
        margin-right: 0;
    }
}
.literature-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (min-width: 1024px) {
    .literature-list {
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}
.literature-top {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-size: cover;
    background-repeat: no-repeat;
    height: 56vw;
}
@media (min-width: 768px) {
    .literature-top {
        height: 40vw;
    }
}
@media (min-width: 1024px) {
    .literature-top {
        height: 30vw;
    }
}
@media (min-width: 1440px) {
    .literature-top {
        height: 292px;
    }
}
.literature-lang {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: 0.125em;
    background-color: black;
    padding: 20px 10px;
    -ms-flex-preferred-size: 230px;
    flex-basis: 230px;
    color: white;
    text-align: center;
    margin: 0;
    text-transform: uppercase;
}
.literature-bottom {
    padding: 20px;
    background-color: #f8f8f8;
}
.literature-title {
    font-family: 'acumin-pro-extra-condensed', sans-serif;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.1;
    margin: 0 0 0.5em;
    text-transform: uppercase;
    min-height: 2.2em;
}
.literature-btn-wrapper .btn:first-of-type,
.literature-btn-wrapper .frm_submit .frm_final_submit:first-of-type,
.frm_submit .literature-btn-wrapper .frm_final_submit:first-of-type {
    margin-right: 10px;
}
@media (min-width: 768px) {
    .literature-btn-wrapper .btn:first-of-type,
    .literature-btn-wrapper .frm_submit .frm_final_submit:first-of-type,
    .frm_submit .literature-btn-wrapper .frm_final_submit:first-of-type {
        margin-right: 40px;
    }
}
.mCSB_horizontal.mCSB_inside > .mCSB_container {
    margin-bottom: 0 !important;
}
@media (min-width: 768px) {
    .mCSB_horizontal.mCSB_inside > .mCSB_container {
        margin-bottom: 30px !important;
    }
}
.page-template-tpl-literature-request .section-form {
    padding: 20px 0;
}
@media (min-width: 768px) {
    .page-template-tpl-literature-request .section-form {
        padding: 40px 0;
    }
}
@media (min-width: 1024px) {
    .page-template-tpl-literature-request .section-form {
        padding: 60px 0;
    }
}
@media (min-width: 1440px) {
    .page-template-tpl-literature-request .section-form {
        padding: 80px 0;
    }
}
.page-template-tpl-literature-request .section-form-title {
    font-family: 'acumin-pro-extra-condensed', sans-serif;
    font-size: 24px;
    font-size: 1.5rem;
    text-transform: uppercase;
}
.page-template-tpl-literature-request .section-form-documents {
    max-width: 1234px;
}
.page-template-tpl-literature-request .section-form-documents .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    height: 30px;
}
.page-template-tpl-literature-request .section-form-documents .mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
    margin: 0 80px 0 0;
}
.page-template-tpl-literature-request .section-form-documents .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #f04144;
}
.page-template-tpl-literature-request .section-form-documents .mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    height: 3px;
    margin: 13px 0;
}
.page-template-tpl-literature-request .section-form-documents .mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 4px;
    margin: 13px 0;
}
.page-template-tpl-literature-request .section-form-documents .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.page-template-tpl-literature-request .section-form-documents .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
    font-family: 'icomoon';
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid black;
    text-decoration: none;
    background-image: none;
}
.page-template-tpl-literature-request .section-form-documents .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft::before,
.page-template-tpl-literature-request .section-form-documents .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight::before {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: black;
}
.page-template-tpl-literature-request .section-form-documents .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
    right: 40px;
    left: auto;
}
.page-template-tpl-literature-request .section-form-documents .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft::before {
    content: '\e90a';
    font-size: 12px;
    line-height: 1;
}
.page-template-tpl-literature-request .section-form-documents .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight::before {
    content: '\e90c';
    font-size: 12px;
    line-height: 1;
}
.page-template-tpl-literature-request .section-form .documents-wrapper {
    overflow-x: auto;
    width: 100%;
    margin: 0 0 20px;
}
@media (min-width: 1440px) {
    .page-template-tpl-literature-request .section-form .documents-wrapper {
        margin: 0 0 96px;
    }
}
.document {
    padding: 0 26px;
    margin: 0;
    display: inline-block;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (min-width: 768px) {
    .document {
        margin: 0 0 40px;
    }
}
.document-logo {
    display: none;
}
.document-image {
    width: 143px;
    height: 155px;
}
@media (min-width: 768px) {
    .document-image {
        width: 193px;
        height: 205px;
    }
}
.document-image .top-dark-gray,
.document-image .center-light-gray,
.document-image .bottom-white {
    transition: fill 0.3s ease-in-out;
}
.document-title {
    display: block;
    position: absolute;
    z-index: 1;
    width: 100%;
    padding: 10px;
    top: 40%;
    left: 0;
    transform: translate3d(0, -50%, 0);
    color: black;
    font-family: 'acumin-pro-extra-condensed', sans-serif;
    font-weight: 900;
    margin: 0;
    transition: color 0.3s ease-in-out;
    line-height: 1.25;
}
@media (min-width: 768px) {
    .document-title {
        top: 50%;
    }
}
.document-title-name {
    font-size: 20px;
    font-size: 1.25rem;
    text-transform: uppercase;
    white-space: normal;
    line-height: 1;
}
@media (min-width: 768px) {
    .document-title-name {
        font-size: 28px;
        font-size: 1.75rem;
    }
}
.document-title-language {
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 10px;
    font-size: 0.625rem;
    font-weight: 500;
    letter-spacing: 0.125em;
    text-transform: uppercase;
    margin-top: 4px;
}
.document.catalog .document-logo {
    display: block;
    padding: 0 10px;
}
.document.catalog .document-logo svg .cls-1,
.document.catalog .document-logo svg .cls-2 {
    transition: fill 0.3s ease-in-out;
}
.document.catalog .document-title-name {
    font-family: 'Roboto', sans-serif;
    font-size: 10px;
    font-size: 0.625rem;
    font-weight: 500;
    letter-spacing: 0.125em;
}
.document-inner {
    display: block;
    position: relative;
    height: 205px;
    text-align: center;
    color: white;
    cursor: pointer;
}
.document input[type='radio'],
.document input[type='checkbox'] {
    position: absolute;
    left: -9999px;
}
.document input[type='radio']:checked ~ label .document-title,
.document input[type='checkbox']:checked ~ label .document-title {
    color: white;
}
.document input[type='radio']:checked ~ label .document-logo svg,
.document input[type='checkbox']:checked ~ label .document-logo svg {
    width: 100%;
    height: auto;
}
.document input[type='radio']:checked ~ label .document-logo svg .cls-2,
.document input[type='radio']:checked ~ label .document-logo svg .cls-1,
.document input[type='checkbox']:checked ~ label .document-logo svg .cls-2,
.document input[type='checkbox']:checked ~ label .document-logo svg .cls-1 {
    fill: white;
}
.document input[type='radio']:checked ~ label .document-image .top-dark-gray,
.document input[type='checkbox']:checked ~ label .document-image .top-dark-gray {
    fill: #a91029;
}
.document input[type='radio']:checked ~ label .document-image .center-light-gray,
.document input[type='checkbox']:checked ~ label .document-image .center-light-gray {
    fill: #f2173a;
}
.document input[type='radio']:checked ~ label .document-image .bottom-white,
.document input[type='checkbox']:checked ~ label .document-image .bottom-white {
    fill: #ff183e;
}
.document-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    white-space: nowrap;
    text-align: center;
}
.page-template-tpl-contact .section-banner {
    background-image: url('../jpg/contact-banner-w-overlay-768.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
@media (min-width: 768px) {
    .page-template-tpl-contact .section-banner {
        background-image: url('../jpg/contact-banner-w-overlay-1024.jpg');
    }
}
@media (min-width: 1024px) {
    .page-template-tpl-contact .section-banner {
        background-image: url('../jpg/contact-banner-w-overlay-1440.jpg');
    }
}
@media (min-width: 1440px) {
    .page-template-tpl-contact .section-banner {
        background-image: url('../jpg/contact-banner-w-overlay.jpg');
        height: 520px;
    }
}
.page-template-tpl-contact .section-banner-inner {
    -ms-flex-pack: start;
    justify-content: flex-start;
}
@media (min-width: 1440px) {
    .page-template-tpl-contact .section-banner-inner {
        padding-bottom: 130px;
    }
}
.page-template-tpl-contact .section-banner-title {
    text-transform: none;
}
@media (min-width: 768px) {
    .page-template-tpl-contact .section-banner-title {
        font-size: 3.5rem;
    }
}
@media (min-width: 1024px) {
    .page-template-tpl-contact .section-banner-title {
        font-size: 4rem;
    }
}
@media (min-width: 1440px) {
    .page-template-tpl-contact .section-banner-title {
        font-size: 4.6rem;
    }
}
.page-template-tpl-contact .section-intro p {
    font-size: 14px;
    font-size: 0.875rem;
    color: rgba(0, 0, 0, 0.7);
}
@media (min-width: 1024px) {
    .page-template-tpl-contact .section-intro p {
        font-size: 16px;
        font-size: 1rem;
    }
}
.page-template-tpl-contact .section-intro p a {
    color: rgba(0, 0, 0, 0.7);
    border-bottom: 2px solid #f04144;
    transition: color 0.3s ease-in-out, border 0.3s ease-in-out;
    text-decoration: none;
    padding-bottom: 3px;
}
.page-template-tpl-contact .section-intro p a:hover {
    color: #f04144;
}
.page-template-tpl-contact .section-intro .map-link-wrap {
    margin-top: 5px;
}
.page-template-tpl-contact .section-intro .map-link-wrap a {
    color: #f04144;
    text-transform: uppercase;
    font-family: 'acumin-pro-extra-condensed', sans-serif;
    font-size: 17.6px;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
}
.page-template-tpl-contact .section-intro .container {
    padding: 0;
}
@media (min-width: 768px) {
    .page-template-tpl-contact .section-intro .container {
        display: -ms-flexbox;
        display: flex;
        padding: 0 20px;
    }
}
.page-template-tpl-contact .section-intro-left {
    background-image: url('../png/form-bg-01.png');
    padding: 50px;
}
@media (min-width: 768px) {
    .page-template-tpl-contact .section-intro-left {
        position: relative;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        padding: 50px 50px 100px;
        margin-right: 100px;
        margin-bottom: 0;
    }
}
@media (min-width: 1024px) {
    .page-template-tpl-contact .section-intro-left {
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
    }
}
@media (min-width: 1440px) {
    .page-template-tpl-contact .section-intro-left {
        -ms-flex: 0 0 830px;
        flex: 0 0 830px;
    }
}
@media (min-width: 768px) {
    .page-template-tpl-contact .section-intro-left::before {
        content: '';
        width: 100%;
        height: 50px;
        position: absolute;
        bottom: 100%;
        left: 0;
        background-image: url('../png/form-bg-01.png');
    }
}
@media (min-width: 1440px) {
    .page-template-tpl-contact .section-intro-left::before {
        height: 160px;
    }
}
.page-template-tpl-contact .section-intro-left h2 {
    font-family: 'acumin-pro-extra-condensed', sans-serif;
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0 0 1em;
}
@media (min-width: 1024px) {
    .page-template-tpl-contact .section-intro-left h2 {
        font-size: 52px;
        font-size: 3.25rem;
    }
}
@media (min-width: 1440px) {
    .page-template-tpl-contact .section-intro-left h2 {
        font-size: 72px;
        font-size: 4.5rem;
        margin: 0 0 0.75em;
    }
}
.page-template-tpl-contact .section-intro-left h3 {
    margin: 2.5rem 0 1rem 0;
}
@media (min-width: 768px) {
    .page-template-tpl-contact .section-intro-left p {
        padding: 0 12%;
    }
}
.page-template-tpl-contact .section-intro-left a {
    color: rgba(0, 0, 0, 0.7);
    border-bottom: 2px solid #f04144;
    transition: color 0.3s ease-in-out, border 0.3s ease-in-out;
    text-decoration: none;
    padding-bottom: 3px;
}
.page-template-tpl-contact .section-intro-left a:hover {
    color: #f04144;
}
.page-template-tpl-contact .section-intro-left .social-title {
    display: none;
}
.page-template-tpl-contact .section-intro-left .social-list {
    margin-top: 50px;
}
.page-template-tpl-contact .section-intro-left .social-list a {
    border: 0 !important;
}
.page-template-tpl-contact .section-intro-subtitle {
    font-family: 'acumin-pro-extra-condensed', sans-serif;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0 0 0.5em;
}
.page-template-tpl-contact .section-intro-right {
    padding: 40px 20px;
    text-align: center;
}
@media (min-width: 768px) {
    .page-template-tpl-contact .section-intro-right {
        text-align: left;
        padding: 60px 0;
    }
}
.page-template-tpl-contact .section-intro-right address {
    color: rgba(0, 0, 0, 0.7);
    font-size: 14px;
    font-size: 0.875rem;
    margin: 0;
}
.page-template-tpl-contact .section-map {
    padding: 20px 0;
}
@media (min-width: 768px) {
    .page-template-tpl-contact .section-map {
        padding: 40px 0;
    }
}
@media (min-width: 1024px) {
    .page-template-tpl-contact .section-map {
        padding: 60px 0;
    }
}
@media (min-width: 1440px) {
    .page-template-tpl-contact .section-map {
        padding: 80px 0;
    }
}
.page-template-tpl-contact .section-map-top > * {
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
}
.page-template-tpl-contact .section-map-top h3 {
    font-family: 'acumin-pro-extra-condensed', sans-serif;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 600;
}
@media (min-width: 768px) {
    .page-template-tpl-contact .section-map-top h3 {
        font-size: 24px;
        font-size: 1.5rem;
    }
}
@media (min-width: 1024px) {
    .page-template-tpl-contact .section-map-bottom {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}
@media (min-width: 1024px) {
    .page-template-tpl-contact .section-map-bottom .locations-wrapper {
        -ms-flex: 0 0 210px;
        flex: 0 0 210px;
        padding: 40px;
        background-color: black;
        color: white;
        display: inline-block;
        margin: 0 20px 0 0;
    }
}
.page-template-tpl-contact .section-map-bottom .locations-title {
    display: none;
}
@media (min-width: 1024px) {
    .page-template-tpl-contact .section-map-bottom .locations-title {
        display: block;
        position: relative;
        font-size: 16px;
        font-size: 1rem;
        font-weight: 700;
        color: white;
        padding-bottom: 14px;
    }
    .page-template-tpl-contact .section-map-bottom .locations-title::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 50%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }
}
.page-template-tpl-contact .section-map-bottom .locations-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.page-template-tpl-contact .section-map-bottom .locations-sublist {
    list-style-type: none;
    margin: 0 0 0 20px;
    display: none;
}
@media (min-width: 1024px) {
    .page-template-tpl-contact .section-map-bottom .locations-sublist.child-sublist {
        display: none !important;
    }
}
.page-template-tpl-contact .section-map-bottom .location-item.parent {
    border-bottom: 1px solid #e0e0e0;
}
@media (min-width: 1024px) {
    .page-template-tpl-contact .section-map-bottom .location-item.parent {
        border-bottom: 0;
    }
}
.page-template-tpl-contact .section-map-bottom .location-item.parent > a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-family: 'acumin-pro-extra-condensed', sans-serif;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 600;
    color: black;
    height: 54px;
    padding: 0 16px;
    transition: color 0.3s ease-in-out;
}
@media (min-width: 1024px) {
    .page-template-tpl-contact .section-map-bottom .location-item.parent > a {
        font-size: 16px;
        font-size: 1rem;
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
        color: white;
        height: auto;
        padding: 0;
    }
}
.page-template-tpl-contact .section-map-bottom .location-item.parent > a.active {
    color: #f04144;
}
.page-template-tpl-contact .section-map-bottom .location-item.parent > a .icon-triangle-down {
    font-size: 9px;
    margin-left: 6px;
    color: rgba(99, 99, 99, 0.5);
}
@media (min-width: 1024px) {
    .page-template-tpl-contact .section-map-bottom .location-item.parent > a .icon-triangle-down {
        display: none;
    }
}
.page-template-tpl-contact .section-map-bottom .location-item.child {
    margin: 0 0 10px;
}
.page-template-tpl-contact .section-map-bottom .location-item.child > .location-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 32px;
    font-size: 14px;
    font-size: 0.875rem;
    color: rgba(0, 0, 0, 0.5);
    height: auto;
    padding-left: 10px;
    border-left: 2px solid transparent;
}
.page-template-tpl-contact .section-map-bottom .location-item.child > .location-link.active {
    color: #f04144;
    font-weight: 700;
    border-left-color: #f04144;
}
.page-template-tpl-contact .section-map-bottom .location-link {
    text-decoration: none;
}
.page-template-tpl-contact .section-map-bottom .location-link.active {
    color: #f04144;
}
@media (min-width: 1024px) {
    .page-template-tpl-contact .section-map-bottom .map {
        width: 100%;
        height: auto;
    }
}
.page-template-tpl-contact .section-map-bottom .map#sales-manager-canada,
.page-template-tpl-contact .section-map-bottom .map#sales-representative-canada,
.page-template-tpl-contact .section-map-bottom .map#sales-representative-australia {
    max-width: 700px;
    margin: 20px auto;
}
.page-template-tpl-contact .section-map-bottom .map#sales-representative-usa,
.page-template-tpl-contact .section-map-bottom .map#sales-manager-usa {
    height: 30vw;
	height: 35vw;
}
.page-template-tpl-contact .section-map-bottom .map#sales-representative-africa,
.page-template-tpl-contact .section-map-bottom .map#sales-manager-africa,
.page-template-tpl-contact .section-map-bottom .map#sales-representative-asia,
.page-template-tpl-contact .section-map-bottom .map#sales-manager-asia,
.page-template-tpl-contact .section-map-bottom .map#sales-representative-europe,
.page-template-tpl-contact .section-map-bottom .map#sales-manager-europe {
    height: 35vw;
}
.page-template-tpl-contact .section-map-bottom .map#sales-representative-new-zealand {
	height: 45vw;
}
.page-template-tpl-contact .section-map-bottom .map#sales-representative-canada,
.page-template-tpl-contact .section-map-bottom .map#sales-manager-canada {
    height: 35vw;
}
.page-template-tpl-contact .section-map-bottom .map#sales-representative-latin-america,
.page-template-tpl-contact .section-map-bottom .map#sales-manager-latin-america {
    height: 65vw;
	height: 35vw;
}
.page-template-tpl-contact .section-map-bottom .map#sales-representative-australia,
.page-template-tpl-contact .section-map-bottom .map#sales-manager-australia {
    height: 35vw;
}
.page-template-tpl-contact .section-map-bottom .map-wrapper {
    display: none;
}
@media (min-width: 1024px) {
    .page-template-tpl-contact .section-map-bottom .map-wrapper {
        display: block;
        text-align: center;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-preferred-size: calc(100% - 500px);
        flex-basis: calc(100% - 500px);
        margin-right: 20px;
        height: auto;
    }
}
.page-template-tpl-contact .section-map-bottom #region-info {
    display: none;
}
@media (min-width: 1024px) {
    .page-template-tpl-contact .section-map-bottom #region-info {
        display: block;
        font-size: 14px;
        font-size: 0.875rem;
        -ms-flex: 0 0 250px;
        flex: 0 0 250px;
    }
    .page-template-tpl-contact .section-map-bottom #region-info .office-title {
        font-size: 14px;
        font-size: 0.875rem;
    }
    .page-template-tpl-contact .section-map-bottom #region-info .office-email a,
    .page-template-tpl-contact .section-map-bottom #region-info .office-website a {
        color: #f04144;
        text-decoration: none;
    }
    .page-template-tpl-contact .section-map-bottom #region-info .office-email a:hover,
    .page-template-tpl-contact .section-map-bottom #region-info .office-website a:hover {
        text-decoration: underline;
    }
    .page-template-tpl-contact .section-map-bottom #region-info .rep-title {
        margin: 0;
    }
}
.page-template-tpl-contact .section-map .btn,
.page-template-tpl-contact .section-map .frm_submit .frm_final_submit,
.frm_submit .page-template-tpl-contact .section-map .frm_final_submit {
    padding: 0 10px;
    min-width: 160px;
}
@media (min-width: 768px) {
    .page-template-tpl-contact .section-map .btn,
    .page-template-tpl-contact .section-map .frm_submit .frm_final_submit,
    .frm_submit .page-template-tpl-contact .section-map .frm_final_submit {
        min-width: 210px;
    }
}
.page-template-tpl-contact .section-map .btn.active,
.page-template-tpl-contact .section-map .frm_submit .active.frm_final_submit,
.frm_submit .page-template-tpl-contact .section-map .active.frm_final_submit {
    color: white;
    background-color: black;
}
.page-template-tpl-contact .section-map .btn:first-of-type,
.page-template-tpl-contact .section-map .frm_submit .frm_final_submit:first-of-type,
.frm_submit .page-template-tpl-contact .section-map .frm_final_submit:first-of-type {
    margin-right: 20px;
}
.page-template-tpl-contact .section-map .btn-wrapper {
    display: none;
}
@media (min-width: 1024px) {
    .page-template-tpl-contact .section-map .btn-wrapper {
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        display: block;
        text-align: center;
    }
}
.page-template-tpl-contact .office {
    margin: 0 0 20px;
}
.page-template-tpl-contact .office-title {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 500;
    margin: 0;
}
.page-template-tpl-contact .office-address {
    font-size: 14px;
    font-size: 0.875rem;
    margin: 0;
}
.page-template-tpl-contact .rep {
    margin: 0 0 20px;
    border-left: 2px solid #f04144;
    padding-left: 10px;
}
.page-template-tpl-contact .rep-role {
    font-size: 14px;
    font-size: 0.875rem;
    margin: 0;
    color: #f04144;
}
.page-template-tpl-contact .rep-name {
    font-size: 14px;
    font-size: 0.875rem;
    margin: 0;
}
.page-template-tpl-contact .rep-email a {
    color: #f04144;
    text-decoration: none;
}
.page-template-tpl-contact .rep-email a:hover {
    text-decoration: underline;
}
.page-template-tpl-contact svg.map {
    display: none;
    width: 959px;
    height: 593px;
}
@media (min-width: 1024px) {
    .page-template-tpl-contact svg.map {
        max-width: 100%;
    }
}
@media (min-width: 1024px) {
    .page-template-tpl-contact svg.map.active {
        display: block;
    }
}
.page-template-tpl-contact svg.map g.region {
    position: relative;
    z-index: 1;
    cursor: pointer;
}
.page-template-tpl-contact svg#sales-representative-canada g.region:hover .state,
.page-template-tpl-contact svg#sales-representative-latin-america g.region:hover .state,
.page-template-tpl-contact svg#sales-representative-south-america g.region:hover .state,
.page-template-tpl-contact svg.map g#reps-australia:hover .state,
.page-template-tpl-contact svg.map g#reps-new-zealand:hover .state,
.page-template-tpl-contact svg.map g#reps-caribbean:hover .state,
.page-template-tpl-contact svg.map g#reps-africa:hover .state,
.page-template-tpl-contact svg.map g#reps-europe:hover .state,
.page-template-tpl-contact svg#sales-representative-europe g.state-outer:hover .state,
.page-template-tpl-contact svg#sales-representative-asia g:hover .state {
/*     fill: #b1b1b1; */
	fill: #f04144;
}
.page-template-tpl-contact svg.map g#sales-representative-usa .state-outer:hover .state {
/* 	fill: #b1b1b1; */
	fill: #f04144;
}
.page-template-tpl-contact svg.map .state.red {
    fill: #f04144;
}
.page-template-tpl-contact svg.map g.region.active .state {
    fill: #f04144;
}
.page-template-tpl-contact svg.map .state {
    stroke-width: 1px;
    stroke: white;
    cursor: pointer;
    fill: #ebebeb;
}
.page-sds-listing .section-default {
    padding: 20px 0;
}
@media (min-width: 768px) {
    .page-sds-listing .section-default {
        padding: 40px 0;
    }
}
@media (min-width: 1024px) {
    .page-sds-listing .section-default {
        padding: 60px 0;
    }
}
@media (min-width: 1440px) {
    .page-sds-listing .section-default {
        padding: 80px 0;
    }
}
.page-sds-listing .section-default .container {
    max-width: 990px;
}
.page-sds-listing .section-default .container ul {
    list-style-type: none;
}
@media (min-width: 1024px) {
    .page-sds-listing .section-default .container > ul {
        columns: 2;
        column-gap: 24px;
    }
}
.page-sds-listing .section-default .container > ul > li {
    margin: 0 0 1.5em;
    break-inside: avoid;
}
.page-sds-listing .section-default .container > ul > li > h3 {
    color: #f04144;
    font-size: 16px;
    font-size: 1rem;
}
.page-sds-listing .section-default .container > ul > li > ul > li {
    margin: 0 0 1.5em;
}
.page-sds-listing .section-default .container > ul > li > ul > li > h4 {
    font-size: 12px;
    font-size: 0.75rem;
    text-transform: uppercase;
    margin: 0;
}
.page-sds-listing .section-default .container > ul > li > ul > li > ul > li {
    font-size: 14px;
    font-size: 0.875rem;
}
.page-sds-listing .section-default .container > ul > li > ul > li > ul > li a {
    color: rgba(0, 0, 0, 0.7);
    text-decoration: none;
}
.date,
.blog .section-banner-news-date,
.post-date,
.single-post .section-banner-single-date {
    font-family: 'acumin-pro-extra-condensed', sans-serif;
    font-size: 16px;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.125em;
    color: rgba(0, 0, 0, 0.7);
}
.blog .site-header-wrapper {
    border-bottom: 4px solid #1f1f1f;
}
.blog .section-banner-news {
    position: relative;
    padding-bottom: 20px;
    padding-top: 70px;
}
@media (min-width: 768px) {
    .blog .section-banner-news {
        padding-bottom: 0;
    }
}
@media (min-width: 1440px) {
    .blog .section-banner-news {
        padding-top: 94px;
    }
}
.blog .section-banner-news::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('../png/form-bg-01.png');
    background-size: auto;
    background-repeat: repeat;
}
@media (min-width: 768px) {
    .blog .section-banner-news::after {
        bottom: 60px;
    }
}
@media (min-width: 1024px) {
    .blog .section-banner-news::after {
        bottom: 100px;
    }
}
.blog .section-banner-news .container {
    position: relative;
    z-index: 1;
}
.blog .section-banner-news-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (min-width: 768px) {
    .blog .section-banner-news-inner {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}
.blog .section-banner-news-left {
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    -ms-flex-order: 2;
    order: 2;
}
.blog .section-banner-news-left .post-meta {
    padding-bottom: 0;
}
@media (min-width: 768px) {
    .blog .section-banner-news-left .post-meta {
        padding-bottom: 20px;
    }
}
.blog .section-banner-news-left .post-meta .term-list {
    display: none;
}
@media (min-width: 768px) {
    .blog .section-banner-news-left .post-meta .term-list {
        display: inline-block;
    }
}
.blog .section-banner-news-left .btn-wrapper .btn.black,
.blog .section-banner-news-left .btn-wrapper .frm_submit .black.frm_final_submit,
.frm_submit .blog .section-banner-news-left .btn-wrapper .black.frm_final_submit {
    display: none;
}
@media (min-width: 768px) {
    .blog .section-banner-news-left .btn-wrapper .btn.black,
    .blog .section-banner-news-left .btn-wrapper .frm_submit .black.frm_final_submit,
    .frm_submit .blog .section-banner-news-left .btn-wrapper .black.frm_final_submit {
        display: -ms-inline-flexbox;
        display: inline-flex;
    }
}
.blog .section-banner-news-left .btn-wrapper .btn.transparent-white,
.blog .section-banner-news-left .btn-wrapper .frm_submit .transparent-white.frm_final_submit,
.frm_submit .blog .section-banner-news-left .btn-wrapper .transparent-white.frm_final_submit {
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-width: 0;
}
@media (min-width: 768px) {
    .blog .section-banner-news-left .btn-wrapper .btn.transparent-white,
    .blog .section-banner-news-left .btn-wrapper .frm_submit .transparent-white.frm_final_submit,
    .frm_submit .blog .section-banner-news-left .btn-wrapper .transparent-white.frm_final_submit {
        display: none;
    }
}
.blog .section-banner-news-left .section-banner-news-title a {
    color: #1f1f1f;
    text-decoration: none;
    border: none;
    transition: all 0.35s ease;
}
.blog .section-banner-news-left .section-banner-news-title a:hover {
    color: #f04144;
}
@media (min-width: 768px) {
    .blog .section-banner-news-left {
        -ms-flex-order: 1;
        order: 1;
        -ms-flex-preferred-size: calc(50% - 12px);
        flex-basis: calc(50% - 12px);
        width: calc(50% - 12px);
        -ms-flex-positive: 0;
        flex-grow: 0;
        margin-right: 24px;
        padding-top: 60px;
    }
}
@media (min-width: 1024px) {
    .blog .section-banner-news-left {
        -ms-flex-order: 2;
        order: 2;
        -ms-flex-preferred-size: calc(33.3333% - 12px);
        flex-basis: calc(33.3333% - 12px);
        width: calc(33.3333% - 12px);
    }
}
.blog .section-banner-news-right {
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    -ms-flex-order: 1;
    order: 1;
    margin: 0 0 1.5em;
}
.blog .section-banner-news-right a {
    text-decoration: none;
    border: none;
    transition: all 0.35s ease;
    display: block;
}
.blog .section-banner-news-right a .section-banner-news-image {
    transition: all 0.35s ease;
    outline: 3px solid transparent;
}
.blog .section-banner-news-right a:hover .section-banner-news-image {
    outline: 3px solid #f04144;
}
@media (min-width: 768px) {
    .blog .section-banner-news-right {
        -ms-flex-order: 2;
        order: 2;
        -ms-flex-preferred-size: calc(50% - 12px);
        flex-basis: calc(50% - 12px);
        width: calc(50% - 12px);
        -ms-flex-positive: 0;
        flex-grow: 0;
        margin: 0;
    }
}
@media (min-width: 1024px) {
    .blog .section-banner-news-right {
        -ms-flex-order: 2;
        order: 2;
        -ms-flex-preferred-size: calc(66.6666% - 12px);
        flex-basis: calc(66.6666% - 12px);
        width: calc(66.6666% - 12px);
    }
}
.blog .section-banner-news-image {
    width: 100%;
    background-color: #1f1f1f;
    padding-top: 100%;
    background-size: cover;
}
@media (min-width: 1024px) {
    .blog .section-banner-news-image {
        padding-top: 67.25%;
    }
}
.blog .section-banner-news-title {
    font-family: 'acumin-pro-extra-condensed', sans-serif;
    font-size: 32px;
    font-size: 2rem;
    margin: 0 0 0.5em;
}
@media (min-width: 1024px) {
    .blog .section-banner-news-title {
        font-size: 42px;
        font-size: 2.625rem;
    }
}
.blog .section-banner-news .btn,
.blog .section-banner-news .frm_submit .frm_final_submit,
.frm_submit .blog .section-banner-news .frm_final_submit {
    min-width: 160px;
}
.blog .section-post-list {
    padding: 20px 0;
}
@media (min-width: 768px) {
    .blog .section-post-list {
        padding: 40px 0;
    }
}
@media (min-width: 1024px) {
    .blog .section-post-list {
        padding: 60px 0;
    }
}
@media (min-width: 1440px) {
    .blog .section-post-list {
        padding: 80px 0;
    }
}
.blog .section-post-list .term-list {
    display: none;
}
@media (min-width: 768px) {
    .blog .section-post-list .term-list {
        display: inline-block;
    }
}
.post {
    margin: 0 0 48px;
}
@media (min-width: 768px) {
    .post {
        -ms-flex-preferred-size: calc(50% - 12px);
        flex-basis: calc(50% - 12px);
        width: calc(50% - 12px);
        -ms-flex-positive: 0;
        flex-grow: 0;
        margin-right: 24px;
    }
}
@media (min-width: 1024px) {
    .post {
        -ms-flex-preferred-size: calc(33.3333% - 16px);
        flex-basis: calc(33.3333% - 16px);
        width: calc(33.3333% - 16px);
    }
}
.post:nth-of-type(even) {
    margin-right: 0;
}
@media (min-width: 1024px) {
    .post:nth-of-type(even) {
        margin-right: 24px;
    }
}
@media (min-width: 1024px) {
    .post:nth-of-type(3n) {
        margin-right: 0;
    }
}
.post-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
@media (min-width: 768px) {
    .post-list {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.post-image {
    width: 100%;
    padding-top: 68%;
    background-color: #1f1f1f;
    margin-bottom: 1.5em;
    background-size: cover;
}
.post a.image-link {
    text-decoration: none;
    border: none;
    transition: all 0.35s ease;
    display: block;
}
.post a.image-link .post-image {
    transition: all 0.35s ease;
    outline: 3px solid transparent;
}
.post a.image-link:hover .post-image {
    outline: 3px solid #f04144;
}
@media (min-width: 1440px) {
    .post-content {
        padding-right: 25%;
    }
}
.post-meta {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    color: rgba(0, 0, 0, 0.7);
    line-height: 1;
    letter-spacing: 0.125em;
}
.post-meta time {
    white-space: nowrap;
}
.post-date ~ .term-list {
    display: inline-block;
    padding-left: 20px;
    position: relative;
    margin-bottom: 4px;
}
.post-date ~ .term-list .term {
    display: inline-block;
}
.post-date ~ .term-list .term a:hover {
    color: #f04144;
}
.post-date ~ .term-list::before {
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    content: '\000B7';
    display: inline-block;
    position: absolute;
    left: 5px;
    top: 0;
}
.post-title {
    font-family: 'acumin-pro-extra-condensed', sans-serif;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    margin: 0 0 0.5em;
}
@media (min-width: 1024px) {
    .post-title {
        font-size: 32px;
        font-size: 2rem;
    }
}
.post-title a {
    color: black;
    border: none;
    text-decoration: none;
    transition: all 0.3s ease;
}
.post-title a:hover {
    color: #f04144;
}
.post-excerpt {
    font-size: 14px;
    font-size: 0.875rem;
}
@media (min-width: 1024px) {
    .post-excerpt {
        font-size: 16px;
        font-size: 1rem;
    }
}
.post-excerpt p {
    color: rgba(0, 0, 0, 0.7);
    margin: 0;
}
.term {
    margin: 0 10px 0 0;
}
.term a {
    display: inline-block;
    white-space: nowrap;
    text-decoration: none;
    color: rgba(0, 0, 0, 0.7);
    line-height: 1;
}
.term a::after {
    content: '';
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    border-top: 2px solid #f04144;
}
.term-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: -ms-flexbox;
    display: flex;
    font-family: 'acumin-pro-extra-condensed', sans-serif;
    font-size: 16px;
    font-size: 1rem;
    text-transform: uppercase;
}
.single-post .site-header-wrapper {
    border-bottom: 4px solid #1f1f1f;
}
.single-post .section-banner-single {
    padding: 70px 0;
    background-image: url('../png/form-bg-01.png');
}
@media (min-width: 1024px) {
    .single-post .section-banner-single {
        padding: 20px 0;
    }
}
@media (min-width: 1024px) and (min-width: 768px) {
    .single-post .section-banner-single {
        padding: 40px 0;
    }
}
@media (min-width: 1024px) and (min-width: 1024px) {
    .single-post .section-banner-single {
        padding: 60px 0;
    }
}
@media (min-width: 1024px) and (min-width: 1440px) {
    .single-post .section-banner-single {
        padding: 80px 0;
    }
}
.single-post .section-banner-single .container {
    max-width: 950px;
}
@media (min-width: 768px) {
    .single-post .section-banner-single-inner {
        display:block;
        /*-ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between;*/
    }
}
.single-post .section-banner-single-title {
    font-family: 'acumin-pro-extra-condensed', sans-serif;
    font-size: 32px;
    font-size: 2rem;
    margin: 0 0 0.5em;
}
@media (min-width: 768px) {
    .single-post .section-banner-single-title {
        margin: 0;
    }
}
@media (min-width: 1024px) {
    .single-post .section-banner-single-title {
        font-size: 42px;
        line-height: 42px;
        margin-bottom:10px;
    }
}
.single-post .section-single-post {
    padding: 20px 0;
}
@media (min-width: 768px) {
    .single-post .section-single-post {
        padding: 40px 0;
    }
}
@media (min-width: 1024px) {
    .single-post .section-single-post {
        padding: 60px 0;
    }
}
@media (min-width: 1440px) {
    .single-post .section-single-post {
        padding: 80px 0;
    }
}
.single-post .section-single-post .container {
    max-width: 750px;
}
.single-post .section-single-post-image {
    position: relative;
    z-index: 1;
    width: 100%;
    padding-top: 67.25%;
    background-size: cover;
}
.single-post .section-single-post-image-wrapper {
    position: relative;
}
.single-post .section-single-post-image-wrapper::before {
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    height: 40%;
    background-image: url('../png/form-bg-01.png');
}
.single-post .section-single-post-image-wrapper .container {
    max-width: 950px;
}
@media (min-width: 768px) {
    .single-post .section-single-post-row.col_two {
        display: -ms-flexbox;
        display: flex;
    }
}
@media (min-width: 768px) {
    .single-post .section-single-post-row.col_two .col-half {
        -ms-flex-preferred-size: calc(50% - 12px);
        flex-basis: calc(50% - 12px);
        width: calc(50% - 12px);
    }
}
@media (min-width: 768px) {
    .single-post .section-single-post-row.col_two .col-half:first-of-type {
        margin-right: 24px;
    }
}
.page-template-tpl-videos .site-header-wrapper, .page-template-tpl-videos-spotlight .site-header-wrapper {
    border-bottom: 4px solid #1f1f1f;
}
.page-template-tpl-videos .section-videos, .page-template-tpl-videos-spotlight .section-videos {
    position: relative;
    padding: 60px 0;
    background-image: url('../svg/bg-waves.svg');
    background-repeat: no-repeat;
    background-size: auto 300px;
    background-position: right top 200px;
}
@media (min-width: 1024px) {
    .page-template-tpl-videos .section-videos, .page-template-tpl-videos-spotlight .section-videos {
        padding: 20px 0;
        background-size: 100% auto;
        background-position: center top 300px;
    }
}
@media (min-width: 1024px) and (min-width: 768px) {
    .page-template-tpl-videos .section-videos, .page-template-tpl-videos-spotlight .section-videos {
        padding: 40px 0;
    }
}
@media (min-width: 1024px) and (min-width: 1024px) {
    .page-template-tpl-videos .section-videos, .page-template-tpl-videos-spotlight .section-videos {
        padding: 60px 0;
    }
}
@media (min-width: 1024px) and (min-width: 1440px) {
    .page-template-tpl-videos .section-videos, .page-template-tpl-videos-spotlight .section-videos {
        padding: 80px 0;
    }
}
.page-template-tpl-videos .section-videos-intro, .page-template-tpl-videos-spotlight .section-videos-intro {
    margin: 0 0 40px;
}
@media (min-width: 1024px) {
    .page-template-tpl-videos .section-videos-intro, .page-template-tpl-videos-spotlight .section-videos-intro {
        padding-right: 45%;
    }
}
.page-template-tpl-videos .section-videos-intro h1, .page-template-tpl-videos-spotlight .section-videos-intro h1 {
    font-family: 'acumin-pro-extra-condensed', sans-serif;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    margin: 0 0 0.5em;
}
@media (min-width: 1024px) {
    .page-template-tpl-videos .section-videos-intro h1, .page-template-tpl-videos-spotlight .section-videos-intro h1 {
        font-size: 52px;
        font-size: 3.25rem;
    }
}
@media (min-width: 1440px) {
    .page-template-tpl-videos .section-videos-intro h1, .page-template-tpl-videos-spotlight .section-videos-intro h1 {
        font-size: 72px;
        font-size: 4.5rem;
    }
}
.page-template-tpl-videos .section-videos-intro p, .page-template-tpl-videos-spotlight .section-videos-intro p {
    color: rgba(0, 0, 0, 0.7);
}
.video {
    -ms-flex-preferred-size: calc(50% - 12px);
    flex-basis: calc(50% - 12px);
    margin: 0 0 50px;
}
@media (min-width: 1024px) {
    .video {
        -ms-flex-preferred-size: calc(33.3333% - 16px);
        flex-basis: calc(33.3333% - 16px);
        margin-right: 24px;
    }
    .video:nth-of-type(3n) {
        margin-right: 0;
    }
}
.video-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (min-width: 1024px) {
    .video-list {
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}
.video-inner {
    color: black;
    text-decoration: none;
}
.video-inner:hover .video-image::before,
.video-inner:hover .video-image::after {
    opacity: 1;
}
.video-image {
    position: relative;
    width: 100%;
    padding-top: 100%;
    background-size: contain;
    margin: 0 0 20px;
    background-color: white;
    border: 1px solid #cccccc;
}
.video-image::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgba(200, 0, 6, 0.7);
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}
.video-image::after {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: 'icomoon';
    font-size: 9px;
    line-height: 1;
    content: '\e90f';
    background-color: rgba(0, 0, 0, 0.9);
    border-radius: 50%;
    width: 25px;
    height: 25px;
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: white;
}
@media (min-width: 768px) {
    .video-image::after {
        font-size: 36px;
        width: 106px;
        height: 106px;
        bottom: 50%;
        right: 50%;
        transform: translate3d(50%, 50%, 0);
        opacity: 0;
        transition: opacity 0.3s ease-in-out;
    }
}
.video-title {
    font-family: 'acumin-pro-extra-condensed', sans-serif;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
    font-weight: 400;
    margin: 0;
}
@media (min-width: 768px) {
    .video-title {
        text-align: center;
    }
}
@media (min-width: 1024px) {
    .video-title {
        font-size: 32px;
        font-size: 2rem;
    }
}
.product-videos .video-inner .video-image::after {
    opacity: 1;
}
@media (min-width: 1024px) {
    .product-videos {
        padding-top: 30px;
    }
}
.error404 .section-404 {
    background-color: black;
    color: white;
    background-image: url('../jpg/pattern-dark.jpg');
    text-align: center;
}
.error404 .section-404 .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: calc(100vh - 50px);
}
@media (min-width: 1024px) {
    .error404 .section-404 .container {
        height: calc(100vh - 214px);
    }
}
.error404 .section-404-inner {
    padding: 20px 0;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
}
@media (min-width: 768px) {
    .error404 .section-404-inner {
        padding: 40px 0;
    }
}
@media (min-width: 1024px) {
    .error404 .section-404-inner {
        padding: 60px 0;
    }
}
@media (min-width: 1440px) {
    .error404 .section-404-inner {
        padding: 80px 0;
    }
}
.error404 .section-404-title {
    max-width: 570px;
    margin: 0 auto 40px;
}
.page-template-default.page-support .site-content-wrapper td a {
    color: rgba(0, 0, 0, 0.7);
}
.page-template-default.page-support .site-content-wrapper li a {
    color: rgba(0, 0, 0, 0.7);
}
.page-template-default.page-support .site-content-wrapper p a {
    color: rgba(0, 0, 0, 0.7);
}
.mobile-support-links {
    display: block;
}
.mobile-support-links ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style-type: none;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.mobile-support-links li {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    width: 100%;
    margin: 10px 0;
}
.desktop-support-links {
    display: none;
}
@media (min-width: 768px) {
    .mobile-support-links {
        display: none;
    }
    .desktop-support-links {
        display: block;
    }
}

@media only screen and (min-width: 1025px) {
	.section-products-left-inner {
		max-height: calc(100vh - 32px);
		overflow-y: scroll;
	}

	body.admin-bar .section-products-left-inner {
		max-height: calc(100vh - 62px);
	}
}

.section-products-left-inner::-webkit-scrollbar, .sticky-element-placeholder::-webkit-scrollbar {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  background: transparent !important;
}

/* Hide scrollbar for IE, Edge and Firefox */
.section-products-left-inner, .sticky-element-placeholder {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none !important;  /* Firefox */
}

.section-banner-slideout .document {
    border-bottom: 1px solid #FFFFFF;
}

/* changing video z-index to account for sticky header April 2022 RR */
.modal-wrapper {
	z-index: 999999;
}

/* homepage h1 styling Feb 2022 */
.home h1.section-banner-title {
	display: block;
}
.home h1.section-banner-title::after {
	display: none;
}