@charset "utf-8";
/*
Theme Name: Garrett Motion
Author: Lunatixhttps://www.garrettmotion.com/wp-admin/theme-editor.php?file=style.css&theme=garrettmotion
Author URI: http://www.lunatix.co/
Description: Honeywell
Version: 3.0.0
*/

body {
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-size: 16px;
    color: #000;
    background: #fff;
    padding-top: 120px;
}

input,
textarea,
button,
select {
    font-family: "Gotham A", "Gotham B", sans-serif;
    outline: none !important;
    line-height: normal;
}

input[type="text"],
input[type="email"],
input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
}

a,
a:hover,
a:focus {
    color: #005eb8;
}

a {
    transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

::-moz-selection {
    background-color: #ed1c24;
    color: #fff;
}

::selection {
    background-color: #ed1c24;
    color: #fff;
}

::-webkit-input-placeholder {
    color: #888888;
}

:-moz-placeholder {
    color: #888888;
}

::-moz-placeholder {
    color: #888888;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #888888;
    opacity: 1;
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

input[type="text"],
input[type="email"],
input[type="date"],
input[type="password"],
input[type="tel"],
textarea,
select:not([aria-labelledby])

/* exclude video js selects */
    {
    width: 100%;
    border: 1px solid #e7e7e7;
    padding: 8px 15px;
    background: #fff;
    line-height: 20px;
}

select:not([aria-labelledby])

/* exclude video js selects */
    {
    width: 100%;
    background: #fff url(images/select@2x.png) no-repeat right center;
    background-size: 25px 7px;
    padding: 9px 40px 9px 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    text-indent: 0.01em;
    text-overflow: "";
    height: 40px;
}

select[aria-labelledby] {
    color: initial;
    font: inherit;
    padding: 3px;
}

select:disabled {
    opacity: 0.6;
}

select::-ms-expand {
    display: none;
}

sup {
    top: -0.2em;
    font-family: sans-serif;
}

b,
strong {
    font-weight: 500;
    /*    font-family:'Gotham Medium', sans-serif;*/
}

@media screen and (min-width: 1360px) {
    .container {
        width: 1330px;
    }
}

@media screen and (min-width: 1600px) {
    .container {
        width: 1530px;
    }
}

@media screen and (min-width: 1890px) {
    .container {
        width: 1750px;
    }
}

.wrapper {
    width: 100%;
    overflow: hidden;
}

.header-wrapper {
    position: fixed;
    width: 100%;
    left: 0px;
    z-index: 200;
    top: 0px;
}

.header-top {
    background: #484848;
    color: #fff;
    position: relative;
    z-index: 2;
}

.header-top .container {
    position: relative;
    z-index: 1;
}

.logo {
    display: block;
    width: 361px;
    height: 168px;
    background: #fff;
    color: #ed1c24 !important;
    text-decoration: none !important;
    font-size: 65px;
    /*    font-family:'Gotham Medium';*/
    font-weight: 500;
    text-align: center;
    line-height: 1.3;
    padding: 48px 15px;
    z-index: 10;
    position: absolute;
    left: -41px;
    transform: skew(-20deg);
}

.logo img {
    max-width: 215px;
    margin-left: 40px;
    height: auto !important;
    transform: skew(20deg);
}

.logo span {
    color: #54585a;
    font-size: 15px;
    text-transform: uppercase;
    /*    font-family:'Gotham Book';*/
    font-weight: 400;
    display: block;
    letter-spacing: 7px;
}

.logo:before {
    content: "";
    width: 99999px;
    height: 100%;
    right: 98%;
    margin-left: -1px;
    top: 0;
    z-index: 1;
    background: #fff;
    position: absolute;
}

/*.logo:after {*/
/*    content: '';*/
/*    width: 0;*/
/*    height: 0;*/
/*    border-style: solid;*/
/*    border-width: 168px 60px 0 0;*/
/*    border-color: #ffffff transparent transparent transparent;*/
/*    position: absolute;*/
/*    left: 100%;*/
/*    top: 0px;*/
/*    z-index: 1;*/
/*}*/

.header-top .navbar-nav {
    margin-left: 355px;
}

.navbar-nav>li>a {
    line-height: 30px;
    color: #fff;
    padding: 0 25px;
    font-size: 18px;
}

.navbar-nav>li>a>span {
    display: block;
    padding: 15px 0;
    position: relative;
    z-index: 1;
}

.header-top .nav>li>a:focus,
.header-top .nav>li>a:hover,
.header-top .nav>li:hover>a,
.header-top .nav>li.current-menu-item>a,
.header-top .nav>li.current-menu-ancestor>a {
    background-color: rgba(0, 0, 0, 0.1);
}

.header-bottom .nav>li>a:focus span:after,
.header-bottom .nav>li>a:hover span:after,
.header-bottom .nav>li:hover>a span:after,
.header-bottom .nav>li.current-menu-item>a span:after,
.header-bottom .nav>li.current-menu-ancestor>a span:after,
.header-bottom .nav>li.current-page-ancestor>a span:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 1;
}

.header-bottom li {
    list-style: none;
}

.header-bottom .nav>li>a:focus,
.header-bottom .nav>li>a:hover,
.header-bottom .nav>li:hover>a,
.header-bottom .nav>li.current-menu-item>a,
.header-bottom .nav>li.current-menu-ancestor>a,
.header-bottom .nav>li.current-page-ancestor>a {
    background-color: transparent;
}

.nav>li.current-menu-item>a,
.nav>li.current-menu-ancestor>a,
.nav>li.current-page-ancestor>a {
    /*    font-family:'Gotham Medium';*/
    font-weight: 500;
}

.navbar-nav>li>ul {
    display: none;
    position: absolute;
    width: 266px;
    padding: 0;
    margin: 0;
    left: 0px;
    top: 100%;
    z-index: 100;
    list-style: none;
}

.navbar-nav>li>ul>li>a {
    color: #fff;
    display: block;
    font-size: 18px;
    padding: 10px 25px;
    line-height: 26px;
}

.navbar-nav>li>ul>li+li {
    border-top: 1px solid #525252;
}

.navbar-nav>li:hover>ul {
    display: block;
}

.header-top .navbar-nav>li>ul {
    background-color: #484848;
}

.header-right {
    float: right;
    padding: 15px 25px 15px 0;
}

.header-right>ul {
    padding: 0;
    margin: 0;
    float: left;
}

.header-right>ul+ul {
    margin-left: 30px;
}

.header-right>ul>li {
    list-style: none;
    float: left;
    line-height: 28px;
}

.header-right>ul>li+li:before {
    content: "|";
    margin: 0 20px;
}

.header-right>ul>li:last-child {
    text-transform: uppercase;
}

.header-right>ul.header-social-links {
    margin-top: 1px;
}

.header-right>ul.header-social-links>li>a {
    color: #fff;
    font-size: 18px;
}

.header-right>ul.header-social-links>li>a:hover {
    color: #ed1c24;
}

.header-right>ul.header-social-links>li+li {
    margin-left: 15px;
}

.header-right>ul.header-social-links>li+li:before {
    display: none;
}

.header-right>ul>li span.current-language {
    display: inline-block;
    background: url(images/down@2x.png) no-repeat right center;
    background-size: 9px 8px;
    padding-right: 15px;
    vertical-align: middle;
    cursor: pointer;
    text-transform: capitalize;
}

.header-language-switcher {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 1;
}

.header-language-switcher>ul {
    display: none;
    position: absolute;
    width: 180px;
    background: #484848;
    left: -23px;
    top: 100%;
    z-index: 10;
    padding: 0;
    margin: 0;
    color: #fff;
    margin-top: 6px;
}

.header-language-switcher>ul li {
    list-style: none;
    font-size: 12px;
}

.header-language-switcher>ul li+li {
    border-top: 1px solid #525252;
}

.header-language-switcher>ul li a,
.header-language-switcher>ul li span {
    display: block;
    padding: 1px 15px;
    text-decoration: none !important;
    color: #fff;
}

.header-language-switcher>ul li a:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

.installer-language-switcher ul {
    padding: 0;
}

.installer-language-switcher ul li {
    display: inline;
    padding: 0 5px;
    border-right: solid 1px black;
}

.installer-language-switcher ul li:last-child {
    border: none;
}

.installer-language-switcher ul li a {
    color: black;
}

.installer-language-switcher ul li a img {
    margin-right: 5px;
    margin-bottom: 4px;
}

.header-search-form {
    position: relative;
    z-index: 1;
}

.header-search-form-holder {
    display: none;
    background: #484848;
    color: #c6c6c6;
    position: absolute;
    width: 365px;
    right: 0px;
    top: 0px;
    z-index: 5;
}

.header-search-form-holder input[type="text"] {
    background: none;
    border: none;
    border-bottom: 1px solid #c6c6c6;
    padding: 5px 30px 8px 0;
}

.header-search-form-holder .form-item {
    margin: 0;
    position: relative;
    z-index: 1;
}

.header-search-form-holder input[type="submit"] {
    background: url(images/search@2x.png) no-repeat center;
    background-size: 100%;
    width: 18px;
    height: 19px;
    cursor: pointer;
    position: absolute;
    right: 0px;
    top: 5px;
    z-index: 2;
    padding: 0;
    border: none;
    font-size: 0px;
    text-indent: -9999px;
}

.header-search-trigger {
    background: url(images/search@2x.png) no-repeat center;
    background-size: 100%;
    width: 18px;
    height: 19px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}

.header-bottom {
    background: #ed1c24;
    color: #fff;
    position: relative;
    z-index: 1;
}

.header-bottom .container {
    position: relative;
    z-index: 1;
}

.header-bottom .navbar-nav>li {
    position: static;
}

.header-bottom .navbar-nav>li>ul,
.new-menu {
    background-color: #5b5b5b;
    width: 100%;
    text-align: right;
    padding-right: 15px;
    font-size: 0px;
}

.new-menu {
    padding-right: 0;
}

.header-bottom .navbar-nav>li>ul:before {
    content: "";
    width: 300%;
    height: 100%;
    background-color: #5b5b5b;
    z-index: -1;
    position: absolute;
    left: 50%;
    margin-left: -150%;
}

.header-bottom .navbar-nav>li>ul:after {
    content: "";
    width: 100%;
    height: 30px;
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: 1;
}

.header-bottom .navbar-nav>li>ul>li,
.new-menu ul li {
    display: inline-block;
    font-size: 16px;
}

.header-bottom .navbar-nav>li>ul>li>a {
    padding-top: 11px;
    padding-bottom: 11px;
    text-decoration: none;
}

.header-bottom .nav>li.current-menu-item>ul,
.header-bottom .nav>li.current-menu-ancestor>ul,
.header-bottom .nav>li.current-page-ancestor>ul {
    display: block;
}

.header-bottom .nav>li>ul>li>a:focus,
.header-bottom .nav>li>ul>li>a:hover,
.header-bottom .nav>li>ul>li:hover>a,
.header-bottom .nav>li>ul>li.current-menu-item>a,
.header-bottom .nav>li>ul>li.current-menu-ancestor>a,
.header-bottom .nav>li>ul>li.current-page-ancestor>a {
    background-color: rgba(0, 0, 0, 0.1);
}

.header-bottom .nav>li:hover~li>ul {
    display: none;
}

.header-bottom .navbar-nav {
    float: right;
}

.header-bottom .navbar-nav>li>ul>li+li {
    border-top: none;
}

.header-wrapper:not(.sticky-header) .header-bottom .navbar-nav>li>ul>li {
    position: relative;
}

.header-bottom .navbar-nav>li>ul>li>ul {
    position: absolute;
    display: none;
    width: 270px;
    padding: 0;
    margin: 0;
    left: 0px;
    top: 100%;
    z-index: 100;
    list-style: none;
    text-align: left;
    background-color: #484848;
    font-size: 0px;
}

.header-bottom .navbar-nav>li>ul>li:last-child>ul {
    left: auto;
    right: 0;
    text-align: right;
}

.sticky-header .header-bottom .navbar-nav>li>ul>li>ul {
    width: 100%;
    text-align: right;
    padding-right: 15px;
}

.sticky-header .header-bottom .navbar-nav>li>ul>li>ul:before {
    content: "";
    width: 300%;
    height: 100%;
    background-color: #484848;
    z-index: -1;
    position: absolute;
    left: 50%;
    margin-left: -150%;
}

.sticky-header .header-bottom .navbar-nav>li>ul>li>ul>li {
    display: inline-block;
    border: none !important;
}

.header-bottom .navbar-nav>li>ul>li>ul>li>a {
    color: #fff;
    display: block;
    padding: 10px 25px;
    line-height: 20px;
    text-decoration: none !important;
}

.header-bottom .navbar-nav>li>ul>li>ul>li {
    font-size: 14px;
}

.header-bottom .navbar-nav>li>ul>li>ul>li+li {
    border-top: 1px solid #525252;
}

.header-bottom .navbar-nav>li>ul>li>ul>li:hover>a,
.header-bottom .navbar-nav>li>ul>li>ul>li.current-menu-item>a,
.header-bottom .navbar-nav>li>ul>li>ul>li.current-menu-ancestor>a {
    background-color: #565656;
}

.header-bottom .navbar-nav>li>ul>li:hover>ul,
.sticky-header .header-bottom .navbar-nav>li>ul>li.current-menu-item>ul,
.sticky-header .header-bottom .navbar-nav>li>ul>li.current-menu-parent>ul,
.sticky-header .header-bottom .navbar-nav>li>ul>li.current-menu-ancestor>ul {
    display: block;
}

.header-bottom .navbar-nav>li>ul>li>ul>li>ul {
    display: none;
}

.new-menu ul li a {
    padding: 6px 25px;
    line-height: 26px;
}

.new-menu ul li a span {
    padding: 0 !important;
}

.new-menu ul li a span:after {
    display: none !important;
}

.new-menu ul li a:hover,
.new-menu ul li.current-menu-item>a {
    background-color: rgba(0, 0, 0, 0.1) !important;
    /*    font-family: 'Gotham Book', sans-serif;*/
    font-weight: 400;
}

.header-top-sticky.sticky-header .header-bottom>.container {
    display: none;
}

/*
.header-top-sticky.sticky-header .logo {
    height: 86px;
    font-size: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.header-top-sticky.sticky-header .logo img {
    max-width: 196px;
}

.header-top-sticky.sticky-header .logo:after {
    border-top-width: 86px;
    border-right-width: 30px;
}

.header-top-sticky.sticky-header .logo span {
    letter-spacing: 1px;
    font-size: 12px;
}
*/

.header-bottom-sticky.sticky-header .header-top .navbar-nav,
.header-bottom-sticky.sticky-header .header-top .header-right {
    display: none;
}

/*
.header-bottom-sticky.sticky-header .logo {
    height: 108px;
    font-size: 50px;
    padding-top: 18px;
    padding-bottom: 18px;
}

.header-bottom-sticky.sticky-header .logo:after {
    border-top-width: 108px;
    border-right-width: 45px;
}

.header-bottom-sticky.sticky-header .logo span {
    letter-spacing: 4px;
    font-size: 14px;
}
*/

.homepage-hero-wrapper {
    position: relative;
    z-index: 1;
}

.homepage-hero {
    height: 900px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    position: relative;
    z-index: 1;
}

.homepage-hero:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
}

.homepage-hero .text {
    position: absolute;
    width: 100%;
    top: 50%;
    z-index: 2;
    padding: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
}

@media screen and (min-width: 768px) {
    .homepage-hero .hero-text-pos-right .text-inner {
        margin-left: auto;
        margin-right: 55px;
        text-align: right;
    }

    .homepage-hero .hero-text-pos-right .homepage-hero-video {
        right: auto;
        left: 15px;
    }
}

.homepage-hero .text-inner {
    max-width: 810px;
    margin-left: 55px;
    font-size: 20px;
    line-height: 2;
}

.homepage-hero .text-inner h2,
.homepage-hero .text-inner h1 {
    font-weight: 400;
    font-size: 70px;
    margin: 0 0 30px;
}

.homepage-hero .text-inner p {
    margin-bottom: 40px;
}

.homepage-hero .text-inner>*:last-child {
    margin-bottom: 0;
}

.homepage-slider .owl-nav .owl-prev,
.homepage-slider .owl-nav .owl-next,
.landing-page-slider .owl-nav .owl-prev,
.landing-page-slider .owl-nav .owl-next {
    width: 25px;
    height: 46px;
    opacity: 0.5;
    position: absolute;
    top: 50%;
    margin-top: -23px;
    text-indent: -9999px;
    font-size: 0px;
    z-index: 10;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}

.landing-page-slider .owl-nav .owl-prev,
.landing-page-slider .owl-nav .owl-next {
    margin-top: -38.6px;
}

.landing-page-slider .owl-nav .owl-prev.disabled,
.landing-page-slider .owl-nav .owl-next.disabled {
    display: none;
}

.homepage-slider .owl-nav .owl-prev:hover,
.homepage-slider .owl-nav .owl-next:hover,
.landing-page-slider .owl-nav .owl-prev:hover,
.landing-page-slider .owl-nav .owl-next:hover {
    opacity: 1;
}

.homepage-slider .owl-nav .owl-prev,
.landing-page-slider .owl-nav .owl-prev {
    left: 25px;
    background-image: url(images/prev@2x.png);
}

.homepage-slider .owl-nav .owl-next,
.landing-page-slider .owl-nav .owl-next {
    right: 25px;
    background-image: url(images/next@2x.png);
}

.button,
a#applyFilterOptions,
div.mktoForm .mktoButtonWrap.mktoShinyBlue .mktoButton,
form.mktoForm .mktoButtonWrap.mktoShinyBlue .mktoButton,
.w2lsubmit input[type="submit"],
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    display: inline-block;
    text-align: center;
    /*    font-family:'Gotham Medium';*/
    text-transform: uppercase;
    font-weight: 500;
    background: #000;
    text-decoration: none !important;
    padding: 15px 30px;
    line-height: 20px;
    font-size: 15px;
    border: none;
    color: #fff;
    transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
    border-radius: 0;
    box-shadow: none;
    vertical-align: middle;
    text-shadow: none;
}

.button:hover,
a#applyFilterOptions:hover,
div.mktoForm .mktoButtonWrap.mktoShinyBlue .mktoButton:hover,
form.mktoForm .mktoButtonWrap.mktoShinyBlue .mktoButton:hover,
.w2lsubmit input[type="submit"]:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    background-color: #ed1c24;
    color: #fff;
}

.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover {
    background-color: #000;
}

div.mktoForm .mktoButtonWrap.mktoShinyBlue .mktoButton,
form.mktoForm .mktoButtonWrap.mktoShinyBlue .mktoButton {
    width: auto;
}

div.mktoForm .mktoButtonWrap.mktoShinyBlue .mktoButton:hover,
div.mktoForm .mktoButtonWrap.mktoShinyBlue .mktoButton:focus,
div.mktoForm .mktoButtonWrap.mktoShinyBlue .mktoButton:active,
form.mktoForm .mktoButtonWrap.mktoShinyBlue .mktoButton:hover,
form.mktoForm .mktoButtonWrap.mktoShinyBlue .mktoButton:focus,
form.mktoForm .mktoButtonWrap.mktoShinyBlue .mktoButton:active {
    background-image: none;
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.button:after,
div.mktoForm .mktoButtonWrap.mktoShinyBlue .mktoButton:after,
form.mktoForm .mktoButtonWrap.mktoShinyBlue .mktoButton:after {
    content: "\f105";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 18px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 12px;
    vertical-align: -1px;
    /*display: inline-block;
    background: url(images/right@2x.png) no-repeat center;
    background-size: 100%;
    width: 7px;
    height: 12px;
    margin-left: 12px;
    vertical-align: -1px;*/
}

#applyFilterOptions:after {
    display: none;
}

.button-white {
    background-color: #fff;
    color: #000;
}

.button-red {
    background-color: #ed1c24;
    color: #fff;
}

.button-red:hover {
    background-color: #e2181f;
}

.homepage-hero-blocks {
    /*
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 100%;
        z-index: 10;
        background: rgba(0,0,0,.4);
        color: #FFF;
        overflow: hidden;
    */
    color: #fff;
    background-color: #53575a;
    margin: 0 0 50px;
}

.homepage-hero-block {
    float: left;
    width: 33.3333%;
    text-align: center;
    transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    transform: skew(-20deg);
    /*    font-family:'Gotham Light', sans-serif;*/
    font-weight: 300;
}

.homepage-hero-block-inner {
    -webkit-transform: skew(20deg);
    -moz-transform: skew(20deg);
    transform: skew(20deg);
    padding: 35px 65px;
    display: block;
    text-decoration: none !important;
    color: #fff !important;
}

.homepage-hero-block:hover {
    background: rgba(141, 141, 141, 0.23);
}

.homepage-hero-block .icon {
    margin: 0 0 15px;
}

.homepage-hero-block .icon img {
    max-height: 56px;
    margin: 0 auto;
}

.homepage-hero-block h3 {
    font-size: 40px;
    /*    font-family:'Gotham Light', sans-serif;*/
    margin: 0 0 20px;
    font-weight: 400;
}

.homepage-hero-block p {
    margin-bottom: 15px;
}

.homepage-hero-block p:last-child {
    margin-bottom: 0;
}

.homepage-hero-block .hp-block-fake-link {
    font-size: 15px;
    display: inline-block;
    text-transform: uppercase;
    /*    font-family:'Gotham Medium';*/
    font-weight: 500;
    letter-spacing: 1px;
    /*background: url(images/right@2x.png) no-repeat right center;
    background-size: 7px 12px;
    padding-right: 15px;*/
    color: #fff;
    position: relative;
    top: 100px;
    transition: all 0.3s ease-in-out;
}

.homepage-hero-block:hover .hp-block-fake-link {
    top: 0;
}

.homepage-hero-block .hp-block-fake-link:after {
    content: "\f105";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 18px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 12px;
    vertical-align: -1px;
}

@media screen and (max-width: 991px) {
    .homepage-hero-block .hp-block-fake-link {
        top: 0;
    }
}

.homepage-hero-video {
    width: 778px;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.homepage-hero .text .container {
    position: relative;
    z-index: 1;
}

.homepage-content-section {
    background: #f8f8f8;
    padding: 50px 0;
}

.homepage-testimonial {
    float: left;
    width: 48%;
}

.homepage-testimonial .image {
    float: left;
    width: 296px;
}

.homepage-testimonial .text {
    padding-left: 340px;
    /*
        line-height: 1.8;
        padding-top: 58px;
    */
}

.homepage-testimonial .text h2 {
    font-size: 40px;
    font-weight: 300;
    margin: 0 0 30px;
}

.homepage-testimonial .text h2 span {
    color: #ed1c24;
}

.homepage-testimonial .text p {
    margin-bottom: 0;
}

.home-section-video {
    float: right;
    width: 50%;
}

input[type="reset"] {
    color: #333;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 14.5px 30px;
    margin-left: 10px;
    text-transform: uppercase;
    font-weight: 500;
    vertical-align: bottom;
}

.wpcf7 .form-item label {
    margin-bottom: 5px;
}

@media screen and (min-width: 1890px) {
    .homepage-content-section .container {
        width: auto;
        max-width: 1920px;
        padding: 0;
    }

    .homepage-testimonial {
        width: 47%;
    }

    .homepage-testimonial .image {
        width: 412px;
    }

    .homepage-testimonial .text {
        padding-left: 462px;
    }
}

@media screen and (max-width: 1889px) {
    .homepage-testimonial .text h2 {
        font-size: 30px;
        margin-bottom: 15px;
    }

    .homepage-testimonial .text {
        padding-left: 340px;
        font-size: 14px;
    }

    .homepage-testimonial .image {
        width: 320px;
    }
}

@media screen and (max-width: 1599px) {
    .homepage-testimonial .image {
        width: 250px;
    }

    .homepage-testimonial .text {
        padding-left: 270px;
        padding-top: 0;
        font-size: 14px;
    }

    .homepage-testimonial .text h2 {
        font-size: 36px;
        margin-bottom: 35px;
    }

    .homepage-testimonial {
        width: 53%;
    }

    .home-section-video {
        width: 45%;
    }

    .homepage-testimonial {
        width: auto;
        float: none;
    }

    .homepage-testimonial .image {
        width: 350px;
    }

    .homepage-testimonial .text {
        padding: 50px 0 0 390px;
        font-size: 16px;
        line-height: 1.8;
    }

    .home-section-video {
        float: none;
        width: auto;
        max-width: 1024px;
        margin: 50px auto 0;
    }
}

@media screen and (max-width: 1359px) {
    .homepage-content-section {
        padding: 50px 0;
        margin-bottom: 50px;
    }

    .homepage-testimonial .text h2 {
        font-size: 28px;
    }

    .homepage-testimonial .image {
        width: 320px;
    }

    .homepage-testimonial .text {
        padding-left: 350px;
        font-size: 15px;
        line-height: 1.6;
        padding-top: 40px;
    }
}

@media screen and (max-width: 1199px) {
    .homepage-testimonial {
        width: auto;
        float: none;
    }

    .homepage-testimonial .image {
        width: 260px;
    }

    .homepage-testimonial .text {
        padding: 0px 0 0 300px;
        font-size: 15px;
        line-height: 1.45;
    }

    .home-section-video {
        float: none;
        width: auto;
        margin-top: 25px;
    }

    .homepage-testimonial .text h2 {
        font-size: 28px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 991px) {
    .homepage-testimonial .image {
        width: 220px;
    }

    .homepage-testimonial .text {
        padding: 0px 0 0 240px;
        font-size: 14px;
    }
}

@media screen and (max-width: 767px) {
    .homepage-testimonial .image {
        float: none;
        width: auto;
    }

    .homepage-testimonial .text {
        float: none;
        width: auto;
        padding: 15px 0 0;
    }
}

.iframe-containerContactEturbo {
    width: 100%;
}

.iframe-containerContactEturbo>iframe {
    width: 100%;
}

.iframe-containerEvent_Frankfurt {
    width: 100%;
}

@media screen and (max-width: 510px) {
    .iframe-containerEvent_Frankfurt>iframe {
        height: 1000px;
    }
}

.ptt-with-ticker:before {
    opacity: 0.3 !important;
}

.ptt-with-ticker .container {
    position: relative;
    z-index: 1;
}

.ptt-with-ticker .newsletter-section-right {
    color: #000;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#homepage-updates {
    background: #f8f8f8;
    padding: 80px 0;
    margin-bottom: 80px;
}

.section-title,
.leadership-list-section {
    text-align: center;
    margin-bottom: 50px;
}

.section-title h3,
.leadership-list-section h2 {
    color: #ed1c24;
    font-size: 20px;
    /*    font-family:'Gotham Medium', sans-serif;*/
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 0 30px;
}

.leadership-list-section h2:before,
.section-title h3:before {
    content: "|";
    margin-right: 20px;
}

.leadership-list-section h2:after,
.section-title h3:after {
    content: "|";
    margin-left: 20px;
}

.section-title h2 {
    font-size: 35px;
    /*    font-family:'Gotham Medium', sans-serif;*/
    font-weight: 500;
    margin: 0 0 25px;
}

.section-title p {
    max-width: 580px;
    margin: 0 auto;
}

.homepage-news-list {
    margin: 0 -18px;
}

.homepage-news-item-wrapper {
    width: 33.3333%;
    padding: 0 18px;
    float: left;
}

.homepage-news-item-wrapper:nth-child(3n + 1) {
    clear: both;
}

.news-page-item {
    background: #fff;
    padding: 30px;
}

.news-page-item .image {
    margin: 0 0 20px;
}

.news-page-item .image a {
    display: block;
    position: relative;
    z-index: 1;
}

.news-page-item.format-video .image a:before {
    content: "";
    width: 60px;
    height: 60px;
    background: url(/wp-content/themes/garrettmotion/images/play@2x.png) no-repeat center;
    background-size: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    opacity: 0.6;
    margin: -30px 0 0 -30px;
    transition: opacity 0.2s ease-in-out;
}

.news-page-item.format-video:hover .image a:before {
    opacity: 1;
}

.news-page-item .image img {
    width: 100%;
    height: auto;
}

.news-item-date {
    color: #999999;
    text-transform: uppercase;
    margin: 0 0 10px;
    /*    font-family:'Gotham Medium', sans-serif;*/
    font-weight: 500;
    font-size: 0.8em;
}

.rounded-image {
    float: right;
    margin-left: 20px;
    width: 100px;
}

.rounded-image img {
    border-radius: 50%;
    max-width: 100%;
}

/*
.news-page-item .text {
    min-height: 170px;
}
*/

.news-page-item .text h3 {
    font-size: 20px;
    /*    font-family:'Gotham Medium', sans-serif;*/
    font-weight: 500;
    margin: 0 0 15px;
    max-height: 66px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.news-page-item .text h3 a {
    color: #000;
}

.news-page-item .text p {
    margin: 0;
    max-height: 110px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}

@media screen and (max-width: 1599px) {
    .news-page-item .text h3 {
        max-height: 60px;
        -webkit-line-clamp: 3;
    }

    .news-page-item .text p {
        max-height: 105px;
    }
}

@media screen and (max-width: 1359px) {
    .news-page-item .text p {
        max-height: 90px;
    }
}

.homepage-news-section+.social-blocks {
    margin-top: 36px;
}

.social-blocks-nav {
    float: right;
    width: 33.3333%;
    padding: 0 18px;
    margin-top: 128px;
}

.social-blocks-nav ul {
    padding: 0;
    margin: 0;
}

.social-blocks-nav ul li {
    list-style: none;
    text-transform: uppercase;
    cursor: pointer;
    color: #777777;
    line-height: 30px;
    padding: 25px 32px;
    position: relative;
    z-index: 1;
}

.social-blocks-nav ul li+li {
    border-top: 1px solid #c5c5c5;
}

.social-blocks-nav ul li.active {
    color: #000;
    /*    font-family:'Gotham Medium', sans-serif;*/
    font-weight: 500;
}

.social-blocks-nav ul li:after {
    content: "";
    position: absolute;
    right: 35px;
    top: 50%;
    margin-top: -12px;
    width: 24px;
    height: 24px;
    z-index: 2;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}

.social-blocks-nav ul li[data-social="instagram"]:after {
    background-image: url(images/ig.png);
}

.social-blocks-nav ul li[data-social="facebook"]:after {
    background-image: url(images/fb.png);
}

.social-blocks-nav ul li[data-social="twitter"]:after {
    background-image: url(images/tw.png);
}

.social-blocks-nav ul li[data-social="linkedin"]:after {
    background-image: url(images/in.png);
}

.social-blocks-nav ul li[data-social="weibo"]:after {
    background-image: url(images/weibo.png);
}

.social-blocks-nav ul li[data-social="wechat"]:after {
    background-image: url(images/wechat.png);
}

.social-blocks-nav ul li:not(.active):after {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.5;
}

/*.page-id-26 .social-blocks-nav ul li[data-social="linkedin"] {
    display: none;
}*/

.social-blocks-tabs {
    float: left;
    width: 66.6666%;
    padding: 0 18px;
}

.social-block-tab:not(.active) {
    display: none;
}

.general-block {
    background: #f8f8f8;
    margin-bottom: 50px;
}

#sb_instagram {
    max-width: none !important;
    width: auto !important;
}

/*
#sb_instagram .sb_instagram_header,
#sb_instagram #sbi_images {
    width: 50%!important;
    padding: 0 18px!important;
}
*/

#sb_instagram.sbi_col_1 #sbi_images .sbi_item {
    padding: 0 !important;
    margin: 0 !important;
    width: 48.414% !important;
    display: block;
    float: left;
}

#sb_instagram.sbi_col_1 #sbi_images .sbi_item+.sbi_item {
    float: right;
}

#sb_instagram .sbi_photo_wrap {
    /*
        float: right;
        width: 48.414%;
    */
}

#sb_instagram .sbi_info {
    background: #fff;
    padding: 30px;
    text-align: left !important;
    position: relative;
    z-index: 1;
}

/*
#sb_instagram .sbi_info:before {
    content: '';
    position: absolute;
    right: 30px;
    top: 30px;
    width: 24px;
    height: 24px;
    z-index: 2;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    background-image: url(images/ig.png);
}
*/

#sb_instagram .sbi_link {
    display: none !important;
}

#sb_instagram .sb_instagram_header a {
    color: #303030 !important;
    text-decoration: none !important;
}

#sb_instagram .sbi_photo {
    height: 549.33px !important;
}

#sb_instagram .sbi_info a.sbi_header_link {
    display: block;
    color: #303030 !important;
    text-decoration: none !important;
    border-bottom: 1px solid #c5c5c5 !important;
    padding: 0 0 25px;
    margin: 0 0 25px;
    position: relative;
    z-index: 1;
}

.sbi_header_link:after,
.sbi_meta:after,
.ctf-tweets:after,
.cff-posts-wrap:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

#sb_instagram .sb_instagram_header {
    margin: 0 !important;
}

#sb_instagram .sbi_header_text {
    padding-top: 14px;
    padding-left: 80px;
    min-height: 60px;
}

#sb_instagram .sbi_header_img {
    width: 60px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 0 !important;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    border: 1px solid #c5c5c5;
}

#sb_instagram #sbi_images img {
    width: 100%;
    height: auto !important;
}

#sb_instagram .sbi_header_text h3 {
    margin: 0 0 2px !important;
    width: 100%;
    font-size: 16px;
}

#sb_instagram .sbi_header_text p {
    width: 100%;
    margin: 2px 0 0 !important;
    font-size: 12px;
}

#sb_instagram .sbi_meta {
    border-top: 1px solid #c5c5c5;
    padding: 25px 0 0;
    margin: 25px 0 0;
}

#sb_instagram .sbi_info p.sbi_caption_wrap {
    padding: 0 !important;
    line-height: 1.45;
    color: #000;
    height: 150px;
    overflow: auto;
}

#sb_instagram .sbi_meta span {
    font-size: 12px;
}

#sb_instagram .sbi_meta span.sbi_date {
    float: right;
    text-transform: uppercase;
    color: #999999;
    /*    font-family:'Gotham Medium', sans-serif;*/
    font-weight: 500;
}

#ctf .ctf-item {
    float: left;
    width: 48.414% !important;
    clear: none !important;
    background: #fff;
    padding: 30px;
    height: 440.33px !important;
    text-align: left !important;
    position: relative;
    z-index: 1;
    border: none !important;
    overflow: hidden;
}

#ctf .ctf-item+.ctf-item,
#cff .cff-item+.cff-item {
    float: right;
}

#ctf .ctf-header {
    background: #fff;
    border: none !important;
    margin: 0 0 15px;
    padding: 10px 30px;
}

#ctf .ctf-action-count {
    line-height: 21px;
}

#cff .cff-item {
    float: left;
    width: 48.414% !important;
    clear: none !important;
    background: #fff;
    padding: 30px !important;
    height: 549.33px !important;
    text-align: left !important;
    position: relative;
    z-index: 1;
    border: none !important;
    overflow: auto;
}

#cff .cff-author-img {
    border: 1px solid #c5c5c5;
    border-radius: 50%;
}

#cff .cff-author-img img {
    max-width: 100%;
    height: auto !important;
    border-radius: 50%;
}

.cff-media-wrap {
    /*    max-width: 335px;*/
    margin-top: 15px;
}

/*
.general-block:last-child {
    margin-bottom: 0;
}
*/

.general-block .image {
    float: left;
    width: 54.07%;
    transform: translate(-92px, 50px);
}

.general-block .image img {
    width: 100%;
}

.general-block .image>a {
    display: block;
    position: relative;
    z-index: 1;
}

.general-block .text {
    float: right;
    width: 45%;
    padding-right: 145px;
    padding-top: 120px;
    padding-bottom: 45px;
    position: relative;
    z-index: 5;
}

.general-block .text h2,
.section-turbo-name-plate .text h2,
.installer-connect-block .text h2,
.diagnostic-section-block .text h2,
.contact-block-section .text h2,
.contact-form-section .text h2,
.section-html-content h2,
.page404-text h2,
.newsletter-news-section .text .h2 {
    font-size: 35px;
    /*    font-family:'Gotham Medium', sans-serif;*/
    font-weight: 500;
    margin: 0 0 30px;
    letter-spacing: -0.7px;
}

.general-block .text>*,
.section-turbo-name-plate .text>*,
.installer-connect-block .text>*,
.diagnostic-section-block .text>*,
.contact-block-section .text>*,
.general-block-collapsed-text>*,
.section-html-content>* {
    margin-bottom: 30px;
}

.general-block .text>*:last-child,
.section-turbo-name-plate .text>*:last-child,
.installer-connect-block .text>*:last-child,
.diagnostic-section-block .text>*:last-child,
.contact-block-section .text>*:last-child,
.general-block-collapsed-text>*:last-child,
.section-html-content>*:last-child {
    margin-bottom: 0;
}

.general-block-collapsed-text {
    display: none;
}

.general-block .text ol li {
    margin-bottom: 10px;
}

.general-block>.container {
    position: relative;
    z-index: 1;
}

.general-block .container:before {
    content: "";
    width: 300%;
    height: 100%;
    position: absolute;
    left: 100%;
    margin-left: -20px;
    top: -40px;
    background: #ed1c24;
    z-index: 1;
    display: block;
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    transform: skew(-20deg);
    max-height: 700px;
}

.general-block.shape-color-blue .container:before {
    background-color: #2a7ab6;
}

.general-block.shape-color-green .container:before {
    background-color: #6c883d;
}

/* new colors for image section */
.general-block.shape-color-0099A8 .container:before {
    background-color: #0099a8;
}

.general-block.shape-color-61A60E .container:before {
    background-color: #61a60e;
}

.shape-color-blue .hr-testimonial-item .image:before {
    border-top-color: #0099a8 !important;
}

.shape-color-green .hr-testimonial-item .image:before {
    border-top-color: #61a60e !important;
}

.shape-color-blue .hr-testimonial-item.even .image:last-child:before {
    border-left-color: #0099a8 !important;
    border-top-color: transparent !important;
}

.shape-color-green .hr-testimonial-item.even .image:last-child:before {
    border-left-color: #61a60e !important;
    border-top-color: transparent !important;
}

.red-shape-removed .container:before {
    display: none;
}

.general-block.left-aligned-video .container:before {
    max-height: 500px;
}

.general-block.reversed {
    margin-top: 50px;
}

.general-block.reversed .text {
    float: left;
    padding-right: 0;
    padding-left: 150px;
}

.general-block.reversed .image {
    float: right;
    transform: translate(91px, -30px);
}

.general-block.reversed .container:before {
    left: auto;
    right: 100%;
    margin-left: 0;
    margin-right: -30px;
    top: 40px;
}

.general-block-elements {
    margin: 0 -30px;
}

.general-block-portrait-image-wrapper {
    float: left;
    width: 50%;
    padding: 0 30px;
}

.general-block-portrait-relative {
    position: relative;
}

.general-block-portrait-relative::before {
    content: '';
    display: block;
    padding-top: 115%;
}

.general-block-portrait-relative img {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    object-fit: cover;
    object-position: center;
}

.general-block-portrait-image {
    height: 500px;
    position: relative;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
    text-align: center;
}

.general-block-portrait-image:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    background: #000;
    opacity: 0.6;
}

.general-block-portrait-image .gbpi-text {
    position: absolute;
    z-index: 2;
    padding: 0 30px;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.general-block-portrait-image .gbpi-text h3 {
    font-size: 30px;
    margin: 0 0 25px;
}

.general-block-portrait-image .gbpi-text p {
    margin-bottom: 55px;
}

.general-block-portrait-image .gbpi-text>*:last-child {
    margin-bottom: 0;
}

#homepage-power-section {
    padding: 80px 0;
}

.homepage-boosting-section {
    margin-bottom: 80px;
}

.homepage-boosting-section:last-child {
    margin-bottom: 0;
}

.homepage-boosting-section>.container.full-boosting-container {
    width: 100%;
    max-width: 1920px;
    padding: 0;
}

.homepage-boosting-items {
    margin: 0 -30px;
}

.homepage-boosting-item-wrapper {
    width: 50%;
    padding: 0 30px;
    float: left;
}

.boosting-items-3 .homepage-boosting-item-wrapper {
    width: 33.3333%;
}

.homepage-boosting-item {
    height: 400px;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.homepage-boosting-item:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    background: #000;
    opacity: 0.7;
}

.homepage-boosting-item .text {
    position: absolute;
    z-index: 2;
    padding: 0 30px;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.homepage-boosting-item .text h3 {
    font-size: 35px;
    margin: 0 0 25px;
}

.homepage-boosting-item .text p {
    margin-bottom: 55px;
}

.homepage-boosting-item .text>*:last-child {
    margin-bottom: 0;
}

#homepage-leaders {
    padding: 80px 0;
}

.homepage-leaders-red {
    background: #ed1c24;
    float: left;
    color: #fff;
    width: 25%;
    height: 500px;
    position: relative;
    z-index: 1;
    text-align: center;
}

.theme-accent .homepage-leaders-red {
    color: black;
    background-color: #dde8d1;
}

.homepage-leaders-black {
    background: #000;
    float: left;
    color: #fff;
    width: 25%;
    height: 500px;
    position: relative;
    z-index: 1;
    text-align: center;
}

.theme-accent .homepage-leaders-black {
    color: black;
    background-color: #c9e3e6;
}

.homepage-leaders-image {
    float: left;
    height: 500px;
    width: 55.814%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-right: -5.814%;
}

.homepage-leaders-block-inner {
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    padding: 0 40px;
    top: 50%;
    left: 0px;
    width: 100%;
}

.homepage-leaders-block-inner .icon {
    margin: 0 0 35px;
}

.homepage-leaders-block-inner .icon img {
    width: 100%;
    height: auto;
    max-height: 82px;
    margin: 0 auto;
}

.homepage-leaders-block-inner h3,
.homepage-leaders-block-inner h2 {
    font-size: 30px;
    /*    font-family:'Gotham Light';*/
    font-weight: 300;
    margin: 0 0 25px;
}

.homepage-leaders-block-inner p {
    margin: 0 0 25px;
}

.homepage-leaders-block-inner>*:last-child {
    margin-bottom: 0;
}

.homepage-leaders-block-inner a {
    font-size: 15px;
    display: inline-block;
    text-transform: uppercase;
    /*    font-family:'Gotham Medium';*/
    font-weight: 500;
    letter-spacing: 1px;
    color: #fff;
}

.homepage-leaders-block-inner a:after {
    content: "\f105";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 18px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 12px;
    vertical-align: -1px;
}

.newsletter-section {
    background: url(images/newsletter.jpg) no-repeat center;
    background-size: cover;
    padding: 42px 0;
}

.newsletter-section-left {
    float: left;
    background: #fff;
    background: rgba(255, 255, 255, 0.8);
    /*width: 74.419%;*/
    width: 100%;
    padding: 73.5px 50px;
}

.newsletter-text {
    text-align: center;
}

.newsletter-text h4 {
    font-size: 35px;
    /*    font-family:'Gotham Medium';*/
    font-weight: 500;
    margin: 0 0 15px;
}

.newsletter-text p {
    margin: 0 0 25px;
}

.newsletter-text .button {
    font-size: 17px;
}

.newsletter-form {
    float: right;
    width: 52.587%;
}

.newsletter-form h4 {
    font-size: 16px;
    /*    font-family:'Gotham Medium';*/
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 0 15px;
}

.newsletter-form .form-item {
    float: left;
    width: 72%;
    margin: 0;
    padding: 0;
}

.newsletter-form .form-item input {
    border: 2px solid #000;
    padding: 13px 15px;
}

.newsletter-form .form-actions {
    float: left;
    width: 28%;
    padding: 0;
    margin: 0;
}

.newsletter-form .form-actions .button {
    width: 100%;
}

.newsletter-terms {
    margin: 26px 0 0;
}

.newsletter-terms input,
.newsletter-cat input,
.vs-disclaimer-form .form-item input {
    display: none;
}

.newsletter-terms label,
.newsletter-cat label,
.vs-disclaimer-form .form-item label {
    font-weight: normal;
    margin: 0;
    display: block;
    padding-left: 30px;
    position: relative;
    z-index: 1;
}

.newsletter-terms label:before,
.newsletter-cat label:before,
.vs-disclaimer-form .form-item label:before {
    content: "";
    width: 17px;
    height: 17px;
    position: absolute;
    left: 0px;
    top: 1px;
    border: 1px solid #000;
    z-index: 1;
    font: normal normal normal 14px/1 FontAwesome;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.newsletter-terms input:checked+label:before,
.newsletter-cat input:checked+label:before,
.vs-disclaimer-form .form-item input:checked+label:before {
    content: "\f00c";
}

.newsletter-terms label a {
    color: #000;
    text-decoration: underline;
}

.newsletter-terms label a:hover {
    color: #ed1c24;
    text-decoration: none;
}

.newsletter-section-right {
    float: right;
    background: #fff;
    background: rgba(255, 255, 255, 0.8);
    width: 22.384%;
    padding: 30px 40px;
}

.contact-ir-section {
    padding: 80px 0;
}

.contact-ir-section .newsletter-section-left {
    padding: 0;
    background: none;
    width: 45%;
}

.contact-ir-section .newsletter-text {
    width: auto;
    float: none;
    margin-bottom: 40px;
}

.contact-ir-section .newsletter-text h4 {
    margin-bottom: 15px;
}

.contact-ir-section .newsletter-form {
    float: none;
    width: auto;
}

.contact-ir-section .newsletter-form-wrapper {
    max-width: 610px;
}

.newsletter-categories {
    margin-top: 50px;
}

.newsletter-cat {
    float: left;
}

.newsletter-cat+.newsletter-cat {
    margin-left: 40px;
}

.newsletter-cat label {
    font-size: 12px;
    /*    font-family:'Gotham Medium';*/
    font-weight: 500;
}

.ir-contact-right {
    float: right;
    width: 50%;
}

.ir-contact-right h4 {
    font-size: 35px;
    /*    font-family:'Gotham Medium';*/
    font-weight: 500;
    margin: 0 0 15px;
}

.ir-contact-person {
    margin: 45px 0 30px;
}

.contact-person-col {
    float: left;
    width: 50%;
    padding: 0 15px;
    /*    font-family:'Gotham Medium';*/
    font-weight: 500;
    font-size: 18px;
}

.contact-person-col h5 {
    font-size: 24px;
    /*    font-family:'Gotham Medium';*/
    font-weight: 500;
    margin: 0 0 5px;
}

.contact-person-col p {
    margin: 0 0 5px;
}

.contact-person-col p .fa {
    width: 32px;
}

.market-date {
    text-align: right;
    /*    font-family:'Gotham Medium';*/
    font-weight: 500;
    margin: 0 0 12px;
}

.market-title {
    color: #696969;
    font-size: 20px;
    /*    font-family:'Gotham Medium';*/
    font-weight: 500;
    line-height: 1.3;
}

.market-score {
    font-size: 55px;
    /*    font-family:'Gotham Bold';*/
    font-weight: 700;
    line-height: 1.1;
    margin: 0 0 15px;
}

.market-info ul {
    float: left;
    width: 48%;
    padding: 0;
    margin: 0;
    list-style: none;
}

.market-info ul+ul {
    float: right;
    text-align: right;
}

.market-info ul li {
    text-transform: uppercase;
}

.market-info ul li+li {
    margin-top: 15px;
}

.footer {
    background: #f1f1f1;
    padding: 110px 0 60px 0;
}
.footer .container {
    position: relative;
}
.footer-widgets {
    margin: 0 -15px;
}

.footer-widgets .widget {
    float: left;
    width: 20%;
    padding: 0 15px;
    margin-bottom: 40px;
}

@media screen and (min-width: 1600px) {
    .footer-widgets .widget:nth-child(5n + 1) {
        clear: both;
    }
}

.footer-widgets .widget ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-widgets .widget ul li a {
    color: #000;
    font-size: 16px;
    display: inline-block;
}

.footer-widgets .widget ul.menu>li>a {
    font-size: 11px;
    /*    font-family:'Gotham Bold';*/
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.footer-widgets .widget ul.menu>li+li {
    margin-top: 29px;
}

.footer-widgets .widget ul.menu>li>ul {
    padding-top: 15px;
}

.footer-widgets .widget ul.menu>li>ul>li>a {
    padding: 5px 0;
    letter-spacing: -0.3px;
}

.footer-menu {
    text-align: center;
    margin: 0 0 15px;
    font-size: 14px;
}

.footer-menu ul {
    display: inline-block;
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-menu ul li {
    float: left;
    text-transform: uppercase;
}

.footer-menu ul li+li:before {
    content: "|";
    margin: 0 15px;
}

.footer-menu ul li a {
    color: #000;
}

.footer-copyright {
    text-align: center;
    font-size: 14px;
}

.footer-copyright p {
    margin: 0;
    text-transform: uppercase;
}
.footer-right-image {
    margin-bottom: 2.5rem;
}
.footer-right-social {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 2.5rem;
}
.footer-right-social-item {
    width: 5rem;
    height: 5rem;
    display: flex;
    flex-wrap: wrap;
}
.footer-right-social-item a {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    border: 1px solid #C0C0C0;
    transition: border-color 0.3s;
}
.footer-right-social-item a:hover {
    border-color: #000000;
}
.footer-right-social-icon {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
}
.footer-right-social-item > .footer-right-social-icon {
    border: 1px solid #C0C0C0;
    transition: border-color 0.3s;
}
.footer-right-social-item > .footer-right-social-icon:hover {
    border-color: #000000;
}
.footer-right {
    text-align: center;
}
@media (min-width: 1360px) {
    .footer-right {
        position: absolute;
        right: 30px;
        bottom: 0;
        text-align: right;
        &:first-child + * {
            margin-top: 30px;
        }
    }
    .footer-right-social {
        margin-bottom: 0;
    }
}

.page-title-actions {
    position: absolute;
    right: 35px;
    bottom: 35px;
    font-size: 18px;
    z-index: 5;
}

.page-title-actions a {
    color: #fff;
    display: inline-block;
}

.page-title-actions a+a {
    margin-left: 15px;
}

.page-title-text {
    float: left;
    width: 70%;
    height: 460px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    position: relative;
    z-index: 1;
}

.page-title-image {
    position: absolute;
    z-index: -1;
    inset: 0;
}
.page-title-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.full-width-page-title-text {
    float: none;
    width: auto;
}

.page-title-text:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    background: #000;
    opacity: 0.7;
}

.content-page-inner {
    position: absolute;
    width: 100%;
    top: 50%;
    z-index: 5;
    padding: 0 90px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
}

.content-page-inner h1,
.content-page-inner .h1,
.content-page-inner h2 {
    font-size: 45px;
    margin: 0;
}

.page-title-stock-block {
    float: right;
    width: 30%;
    height: 460px;
    background: url(images/stock.jpg) no-repeat center top;
    background-size: cover;
    position: relative;
    z-index: 1;
    padding-top: 150px;
}

.page-title-stock-block:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    background: #000;
    opacity: 0.58;
}

.newco-stock-block {
    max-width: 285px;
    margin: 0 auto;
    color: #fff;
    position: relative;
    z-index: 2;
}

.newco-stock-block .market-title {
    color: #fff;
}

.stock-detailed-link {
    border-top: 1px solid #686e72;
    text-align: center;
    padding-top: 25px;
    margin-top: 25px;
}

.stock-detailed-link a {
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    /*    font-family:'Gotham Medium';*/
    font-weight: 500;
}

.stock-detailed-link a:after {
    content: "\f105";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 18px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 12px;
    vertical-align: -1px;
}

.page-title-text.full-width {
    float: none;
    width: 100%;
    height: 350px;
}

.page-title-text.full-width .content-page-inner {
    padding: 0;
}

.content-page-inner .text {
    font-size: 18px;
    line-height: 1.6;
}

.content-page-inner .text h1,
.content-page-inner .text .h1,
.content-page-inner .text h2 {
    max-width: 1160px;
}

.content-page-inner .text p {
    margin: 20px 0 0;
    max-width: 900px;
}

/*Breadcrumbs Gray 2023*/
.breadcrumbs {
    background: #F7F7F7;
    color: #53575A;
    text-transform: uppercase;
    font-size: 12px;
    padding: 13px 0;
    position: relative;
    z-index: 2;
}

.section-with-main-banner-swiper~.breadcrumbs {
    margin-bottom: 50px;
}

.breadcrumbs a,
.breacrumbs a:hover {
    color: #53575a !important;
}

.breadcrumbs .container {
    position: relative;
    z-index: 1;
}

.breadcrumbs-main {
    margin-right: 540px;
}

.breadcrumbs-search {
    width: 490px;
    position: absolute;
    right: 15px;
    bottom: -2px;
    z-index: 1;

    .form-item {
        margin: 0;
        position: relative;
        z-index: 1;
        font-size: 16px;
        padding-right: 30px;
    }
}

/*Breadcrumbs Gray 2023*/

.br-search-form-advanced {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    font-size: 20px;
}

.br-search-form-advanced .fa-times {
    display: none;
}

.br-search-form-advanced.active .fa {
    display: none;
}

.br-search-form-advanced.active .fa-times {
    display: inline-block;
}

.br-search-form-popup {
    background: #2c2c2c;
    position: absolute;
    width: 100%;
    padding: 15px;
    margin: 0;
    z-index: 100;
    display: none;
}

.br-search-form-popup.search-results-filters ul li {
    width: 50%;
    text-transform: none;
    font-size: 14px;
    margin: 12px 0 0;
}

.br-search-form-popup.search-results-filters ul li:nth-child(1),
.br-search-form-popup.search-results-filters ul li:nth-child(2) {
    margin-top: 0;
}

.br-search-form-popup.search-results-filters ul li:nth-child(2n + 1) {
    clear: both;
}

.br-search-form-popup.search-results-filters ul li label {
    padding-left: 30px;
}

.br-search-form-popup.search-results-filters ul li label:before {
    width: 20px;
    height: 18px;
    top: 2px;
    line-height: 16px;
}

.breadcrumbs-search input[type="text"] {
    background: none;
    border: none;
    border-bottom: 1px solid #c6c6c6;
    color: #c6c6c6;
    padding: 5px 40px 5px 0;
}

.breadcrumbs-search input[type="submit"] {
    background: url(images/search2@2x.png) no-repeat center;
    background-size: 100%;
    width: 18px;
    height: 19px;
    cursor: pointer;
    position: absolute;
    right: 30px;
    top: 5px;
    z-index: 2;
    padding: 0;
    border: none;
    font-size: 0px;
    text-indent: -9999px;
}

.videoWrapper,
.video-player-wrapper.video-player-wrapper-full-width {
    position: relative;
    padding-bottom: 0;
    height: 100%;
    z-index: 1;
}

.videoWrapper,
.video-player-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0;
    z-index: 1;
}

.videoWrapper iframe,
.video-player-wrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.youtube-player-cover {
    background-position: center;
    background-size: cover;
    cursor: pointer;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 5;
}

.youtube-player-wrapper {
    position: relative;
    z-index: 1;
}

.youtube-player-wrapper+.youtube-player-wrapper {
    margin-top: 30px;
}

.youtube-player-cover:before,
.play-overlay:before {
    content: "";
    width: 120px;
    height: 120px;
    background: url(/wp-content/themes/garrettmotion/images/play@2x.png) no-repeat center;
    background-size: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    opacity: 0.6;
    margin: -60px 0 0 -60px;
    transition: opacity 0.2s ease-in-out;
    z-index: 2;
}

.play-overlay {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 2;
    /* display: none !important; */
}

.general-block:hover .youtube-player-cover:before,
.general-block:hover .play-overlay:before {
    opacity: 1;
}

.youtube-player-cover:after {
    content: "";
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #000;
    left: 0px;
    top: 0px;
    opacity: 0.3;
    position: absolute;
}

.video-playing .youtube-player-cover {
    display: none;
}

.gallery-section-wrapper {
    max-width: 1920px;
    overflow: hidden;
    margin: 0 auto;
}

.gallery-section-list {
    margin: 0 -30px;
}

.gallery-section-item {
    float: left;
    width: 25%;
    padding: 0 30px;
    margin-bottom: 60px;
}

.gallery-section-item img {
    width: 100%;
}

.gallery-section-item:nth-child(4n + 1) {
    clear: both;
}

.gallery-section-actions {
    text-align: center;
    margin-bottom: 60px;
}

.main-page-wrapper {
    padding: 50px 0;
}

.general-block.full-image-block .image {
    transform: translate(-92px, 0);
    width: 67%;
}

.general-block.full-image-block .image img {
    /* width: auto; */
    /* height: 795px; */
}

.general-block.full-image-block .text {
    width: 33%;
    padding-right: 0;
    transform: translateX(-80px);
}

.general-block.full-image-block .container:before {
    background: #f8f8f8;
    top: 0;
    left: 60%;
    margin-left: -130px;
    height: 100.5%;
    max-height: none;
}

/*
.general-block:not(.full-image-block) + .general-block.reversed:not(.gb-same-level) {
    margin-top: 160px;
}
*/

.general-block.reversed.shape-on-image .text {
    transform: none;
    padding-left: 0;
    width: 42%;
}

.general-block.reversed.shape-on-image .image {
    width: 58%;
    transform: translate(91px, 75px);
}

.general-block.reversed.shape-on-image .container:before {
    top: 75px;
    left: 100%;
    margin-right: 0;
    margin-left: -70px;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
    width: 28px;
    height: 66px;
    background: #000;
    background: rgba(0, 0, 0, 0.8);
    text-align: center;
    color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -33px;
    z-index: 10;
    font-size: 18px;
    line-height: 66px;
}

.owl-nav .owl-prev {
    left: 0;
}

.owl-nav .owl-next {
    right: 0;
}

.homepage-leaders-section {
    margin-bottom: 80px;
}

.homepage-leaders-section .container {
    width: auto;
    padding: 0;
}

.homepage-leaders-section+.general-block.reversed {
    margin-top: 140px;
}

.general-block.full-image-block.reversed .text {
    transform: none;
    padding-left: 0;
    width: 46%;
}

.general-block.full-image-block.reversed .image {
    width: 65.407%;
    transform: none;
    margin-right: -13.407%;
}

.general-block.full-image-block.reversed .container:before {
    right: 50%;
    left: auto;
}

.general-block-square-image .container:before {
    display: none;
}

.page-id-331 .general-block-square-image .container:before {
    display: block;
    right: 100%;
    left: auto;
    margin-left: auto;
    margin-right: -40px;
}

.page-id-331 .general-block-square-image .text {
    padding-left: 140px;
}

.general-block-square-image .text {
    float: left;
    padding-right: 0;
    width: 58%;
}

.general-block-square-image .image {
    transform: none;
    width: 38%;
    float: right;
}

.general-block-square-image .image img {
    width: auto;
    margin: 0 auto;
}

.section-with-icons {
    background: #f7f7f7;
    padding: 50px 0;
    margin-bottom: 50px;
}

.section-with-icons.background-white {
    background-color: #fff;
}

.section-with-icons:last-child {
    margin-bottom: 0;
}

.section-with-icons .section-title p {
    max-width: 725px;
}

.section-title .text>*:last-child {
    margin-bottom: 0;
}

.section-icons-list-wrapper {
    margin: 0 -10px;
    font-size: 0px;
    text-align: center;
}

.section-icon-item-wrapper {
    display: inline-block;
    width: 16.6666%;
    padding: 0 10px;
    font-size: 16px;
    vertical-align: top;
}

.section-icons-5 .section-icon-item-wrapper {
    width: 20%;
}

.section-icons-3 .section-icon-item-wrapper,
.section-icons-4 .section-icon-item-wrapper {
    width: 25%;
}

.section-icons-2 .section-icon-item-wrapper {
    width: 40%;
}

.section-icon-item {
    background: #fff;
    padding: 60px 20px 60px;
    text-align: center;
    box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
}

.section-icon-item .image {
    margin: 0 0 25px;
}

.section-icon-item .image img,
.section-icon-item .image svg {
    max-height: 86px;
    margin: 0 auto;
}

.section-icon-item h4 {
    /*    font-family:'Gotham Medium';*/
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    margin: 0;
    color: #ed1c24;
    line-height: 1.2;
    min-height: 42px;
}

.section-icon-item p {
    margin: 5px 0 0;
}

.section-icon-item .icon-text {
    min-height: 46px;
}

.section-icon-item .icon-text.with-desc {
    min-height: 112px;
}

.general-block.reversed.without-red-shape .container:before {
    display: none;
}

.general-block.reversed.without-red-shape .text {
    padding-left: 0;
}

.general-block.reversed.without-red-shape .image {
    transform: translate(91px, 0);
    margin-top: 75px;
    margin-bottom: 75px;
}

.large-blocks-slider-section {
    max-width: 1920px;
    margin: 0 auto 50px;
    overflow: hidden;
}

.large-blocks-slider-section:last-child {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .large-blocks-slider-section .general-block.full-image-block {
        padding-left: 20px;
        padding-right: 20px;
    }

    .large-blocks-slider-section .general-block.full-image-block h3 {
        font-size: 20px;
    }
}

.large-blocks-slider .general-block {
    position: relative;
    z-index: 1;
    margin-bottom: 40px;
    margin-top: 0 !important;
    height: 500px;
    overflow: hidden;
}

@media (max-width: 1359px) {
    .large-blocks-slider .general-block {
        height: auto;
    }

    .large-blocks-slider .general-block .text {
        padding-left: 0;
        padding-right: 0;
    }
}

.large-blocks-slider .owl-item {
    overflow: hidden;
}

.large-blocks-slider:not(.large-blocks-tabs):after {
    content: "";
    width: 300%;
    height: 100%;
    position: absolute;
    left: 100%;
    margin-left: -150px;
    top: 75px;
    background: #ed1c24;
    z-index: 1;
    display: block;
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    transform: skew(-20deg);
}

.left-aligned-video+.section-title,
.left-aligned-image:not(.gb-same-level)+.section-title,
.left-aligned-image+.general-block-square-image,
.left-aligned-video+.section-with-icons,
.left-aligned-video+.general-block-square-image {
    margin-top: 160px;
}

.tabs-titles-wrapper {
    background: #000;
    position: relative;
    z-index: 10;
}

.tabs-titles-wrapper ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.tabs-titles-wrapper ul li {
    float: left;
    width: 245px;
    color: #fff;
    opacity: 0.5;
    text-transform: uppercase;
    font-size: 18px;
    text-align: center;
    line-height: 1.3;
    padding: 12px 5px;
    cursor: pointer;
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}

.tabs-titles-wrapper ul li:hover {
    opacity: 1;
}

.tabs-titles-wrapper ul li.active {
    background: #ed1c24;
    opacity: 1;
    /*    font-family: 'Gotham Medium';*/
    font-weight: 500;
}

.tabs-titles-wrapper ul li.active:after {
    content: "\f107";
    position: absolute;
    width: 100%;
    height: 26px;
    left: 0px;
    top: 100%;
    margin-top: -1px;
    background: #ed1c24;
    z-index: 2;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.general-block .text .button+.button {
    margin-left: 30px;
}

.video-full-block {
    margin-bottom: 80px;
    position: relative;
    z-index: 1;
    padding: 85px 0;
    overflow: hidden;
}

.blur-bg {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -o-filter: blur(15px);
    -ms-filter: blur(15px);
    filter: blur(15px);
}

.video-full-item {
    max-width: 1280px;
    margin: 0 auto;
}

.distributor-locator-section {
    background: #f8f8f8;
    margin: 0 0 80px;
    padding: 125px 0 70px;
    position: relative;
    z-index: 1;
}

.distributor-locator-section-main {
    max-width: 510px;
    margin-left: 310px;
}

.distributor-locator-left {
    background: #ed1c24;
    width: 250px;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    z-index: 1;
    color: #fff;
    text-align: center;
    font-size: 86px;
    overflow: hidden;
}

.distributor-locator-left:before {
    content: "";
    background: #e21d25;
    position: absolute;
    right: 50%;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transform: skew(-29deg);
    -moz-transform: skew(-29deg);
    transform: skew(-29deg);
}

.distributor-locator-left .fa,
.distributor-locator-left .fas {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.distributor-locator-section-main .text,
.find-turbo-form .text {
    margin: 0 0 60px;
    /*    font-family: 'Gotham Medium', sans-serif;*/
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-size: 20px;
    font-weight: 500;
}

body .ssf-main-content {
    font-family: "Gotham A", "Gotham B", sans-serif !important;
}

.distributor-locator-section-main h2,
.find-turbo-form .text h2,
.distributor-search-results-section h2 {
    font-size: 35px;
    /*    font-family: 'Gotham Medium', sans-serif;*/
    font-weight: 500;
    margin: 0 0 30px;
    letter-spacing: -0.7px;
}

.find-turbo-form h2 span,
.distributor-search-results-section h2 span {
    color: #ed1c24;
}

.find-turbo-form strong {
    text-transform: uppercase;
    color: #ed1c24;
}

.distributor-locator-section-main .text>*:last-child,
.find-turbo-form .text>*:last-child {
    margin-bottom: 0;
}

.distributor-locator-section-main .text2 {
    margin: 60px 0 0;
    /*    font-family: 'Gotham Bold', sans-serif;*/
    font-weight: 700;
    font-size: 14px;
    text-align: center;
}

.distributor-locator-form .form-item,
.find-turbo-form .form-item {
    margin: 0 0 30px;
    position: relative;
}

.distributor-locator-form .form-actions,
.find-turbo-form .form-actions {
    text-align: center;
}

.find-turbo-form .ajax-loading-form-item {
    opacity: 0;
    visibility: hidden;
}

.find-turbo-form.loading .text+.form-item {
    position: relative;
    z-index: 1;
}

.find-turbo-form.loading .text+.form-item:before,
.distributor-locator-form .form-item.loading:before {
    content: "";
    width: 30px;
    height: 30px;
    background: url(images/loading.svg) no-repeat center;
    background-size: 100%;
    background-position: center;
    position: absolute;
    left: 0px;
    top: 100%;
    margin-top: 5px;
    z-index: 2;
}

.distributor-locator-form .form-item.loading:before {
    top: 0;
}

.find-turbo-form-tab {
    display: none;
}

.find-turbo-form-tab.active {
    display: block;
}

.distributor-map-block {
    background: #52575a;
    width: 3000%;
    position: absolute;
    left: 60%;
    top: -40px;
    z-index: 1;
    height: 100%;
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    transform: skew(-20deg);
    overflow: hidden;
}

.distributor-map-block:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background: url(images/map.png) no-repeat left center;
    -webkit-transform: skew(20deg);
    -moz-transform: skew(20deg);
    transform: skew(20deg);
}

.section-title+.find-turbo-section-wrapper {
    margin-top: 80px;
}

.find-turbo-section-wrapper {
    background: #f8f8f8;
    margin: 0 0 50px;
    position: relative;
    z-index: 1;
}

.find-turbo-section-inner {
    position: relative;
    z-index: 1;
    max-width: 1920px;
    margin: 0 auto;
    padding: 125px 0 35px;
}

.find-turbo-categories {
    width: 250px;
    background: #000;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    height: 100%;
}

.find-turbo-categories ul {
    padding: 0;
    margin: 0;
    width: 100%;
    left: 0px;
    bottom: 0px;
    z-index: 1;
    list-style: none;
    position: absolute;
}

.find-turbo-categories ul li {
    font-size: 0px;
    height: 160px;
    position: relative;
    z-index: 1;
    color: #fff;
    cursor: pointer;
}

.find-turbo-categories ul li span {
    width: 70px;
    height: 70px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -45px 0 0 -35px;
    z-index: 1;
    opacity: 0.5;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}

.find-turbo-categories ul li span.find-turbo-Vehicle {
    background-image: url(images/type1@2x.png);
}

.find-turbo-categories ul li span.find-turbo-Engine {
    background-image: url(images/type2@2x.png);
}

.find-turbo-categories ul li span.find-turbo-Turbo {
    background-image: url(images/type3@2x.png);
}

.find-turbo-categories ul li em {
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    position: absolute;
    width: 100%;
    left: 0;
    padding: 0 15px;
    top: 50%;
    margin-top: 30px;
    z-index: 1;
    text-align: center;
}

.find-turbo-categories ul li.active {
    background: #ed1c24;
}

.find-turbo-categories ul li.active span {
    opacity: 1;
}

.find-turbo-categories ul li.active:after {
    content: "\f105";
    width: 31px;
    height: 100%;
    background: #ed1c24;
    position: absolute;
    left: 100%;
    margin-left: -1px;
    top: 0;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 18px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    line-height: 160px;
}

.find-turbo-form {
    max-width: 510px;
    margin-left: 310px;
}

.find-turbo-image-block {
    background: #52575a;
    width: 3000%;
    position: absolute;
    left: 60%;
    top: -40px;
    z-index: 1;
    height: 100%;
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    transform: skew(-20deg);
    overflow: hidden;
}

.find-turbo-image-block span {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background-repeat: no-repeat;
    background-position: left center;
    -webkit-transform: skew(20deg);
    -moz-transform: skew(20deg);
    transform: skew(20deg);
    margin-left: -110px;
}

.find-turbo-advanced {
    margin-top: 45px;
    text-align: center;
}

.find-turbo-advanced a {
    /*    font-family: 'Gotham Medium', sans-serif;*/
    font-weight: 500;
    display: inline-block;
    text-transform: uppercase;
    font-size: 15px;
    color: #000;
    background: url(images/advanced@2x.png) no-repeat left center;
    background-size: 25px 25px;
    padding: 3px 0 3px 40px;
}

.find-turbo-form .text2 {
    font-size: 12px;
    text-align: center;
    margin-top: 45px;
}

.find-turbo-form .text2 p {
    margin: 0;
}

.fpt-part-number-item {
    position: relative;
    padding-right: 120px;
}

.fpt-part-number-item .button {
    position: absolute;
    right: 0;
    top: 0;
    padding: 9px 5px;
    width: 120px;
    white-space: nowrap;
    overflow: hidden;
}

.fpt-part-number-item .button:disabled {
    opacity: 0.5;
    background-color: #000 !important;
}

.fpt-part-number-item ul {
    position: absolute;
    width: 100%;
    width: calc(100% - 120px);
    background: #fff;
    padding: 0;
    margin: 0;
    left: 0;
    top: 100%;
    border: 1px solid #eee;
    list-style: none;
    z-index: 20;
    max-height: 240px;
    overflow: auto;
}

.fpt-part-number-item ul li {
    cursor: pointer;
    padding: 3px 15px;
    font-size: 14px;
}

.fpt-part-number-item ul li:hover {
    background-color: #ed1c24;
    color: #fff;
}
.fpt-part-number-item ul li:hover strong {
    color: #000;
}
.fpt-part-number-item ul li strong {
    color: inherit;
}

.fpt-part-number-item .error {
    color: #ed1c24;
    font-size: 12px;
    padding: 5px 0 0;
}

.search-part-number-top-tabs {
    margin: 0 0 20px;
}

.search-part-number-top-tabs ul {
    padding: 0;
    margin: 0;
    list-style: none;
    border: 1px solid #303030;
    /*    font-family: 'Gotham Medium', sans-serif;*/
    font-weight: 500;
    font-size: 15px;
}

.search-part-number-top-tabs ul li {
    float: left;
    cursor: pointer;
    padding: 5px 15px;
    border-left: 1px solid #303030;
    width: 33.3333%;
    text-align: center;
    min-height: 52px;
}

.search-part-number-top-tabs ul li:first-child {
    border-left: none;
}

.search-part-number-top-tabs ul li.active {
    background: #303030;
    color: #fff;
}

.find-turbo-form-tab[data-type="turbo"] .form-item {
    display: none;
    min-height: 82px;
}

.find-turbo-form-tab[data-type="turbo"] .form-item.active {
    display: block;
}

.turbo-products-section {
    background: #f8f8f8;
    padding: 80px 0;
    margin: 0 0 80px;
}

.turbo-products-filters {
    max-width: 1110px;
    margin: 0 auto 40px;
}

.turbo-products-filters .form-row {
    margin: 0 -15px 45px;
}

.turbo-products-filters .form-row>div {
    float: left;
    padding: 0 15px;
    width: 33.3333%;
}

.turbo-products-filters .form-row>div select,
.turbo-products-filters .form-row>div input {
    width: 150px;
}

.turbo-products-filters .form-row>div label {
    font-weight: normal;
    /*    font-family: 'Gotham Medium', sans-serif;*/
    font-weight: 500;
    margin: 0 15px 0 0;
}

.turbo-products-filters .form-row>div>span {
    margin: 0 15px;
}

.turbo-series-filter {
    font-size: 0px;
    text-align: center;
}

.turbo-series-filter ul {
    padding: 0;
    margin: 0;
    display: inline-block;
    list-style: none;
}

.turbo-series-filter ul li {
    float: left;
    font-size: 18px;
    text-transform: uppercase;
    color: #444444;
    cursor: pointer;
}

.turbo-series-filter ul li:hover {
    color: #000;
}

.turbo-series-filter ul li+li {
    margin-left: 100px;
}

.turbo-series-filter ul li.active {
    /*    font-family: 'Gotham Medium', sans-serif;*/
    font-weight: 500;
    text-decoration: underline;
    color: #000;
}

.turbo-products-carousel {
    margin: 0 -30px;
}

.product-turbocharger {
    padding: 0 30px;
    text-align: center;
    float: left;
    width: 20%;
    margin: 0 0 30px;
}

@media screen and (min-width: 1200px) {
    .product-turbocharger:nth-child(5n + 1) {
        clear: both;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .product-turbocharger:nth-child(4n + 1) {
        clear: both;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .product-turbocharger:nth-child(3n + 1) {
        clear: both;
    }
}

.product-turbocharger .image {
    margin: 0 0 20px;
}

.product-turbocharger .image img {
    width: 100%;
}

.product-turbocharger h3 {
    margin: 0 0 5px;
    font-size: 18px;
    /*    font-family: 'Gotham Medium', sans-serif;*/
    font-weight: 500;
}

.product-turbocharger h3 a {
    color: #000;
}

.product-turbocharger p {
    margin: 0;
}

.owl-nav .owl-prev.disabled,
.owl-nav .owl-next.disabled {
    opacity: 0.5;
}

.carousel-no-results {
    padding: 30px 0;
    text-align: center;
    display: none;
    font-size: 18px;
}

.left-aligned-image+.section-more-about {
    margin-top: 120px;
}

#header-stock-link {
    cursor: pointer;
}

.section-turbo-name-plate {
    background: #f8f8f8;
    position: relative;
    z-index: 2;
    margin-top: 160px;
}

.section-turbo-name-plate .text {
    float: left;
    width: 38%;
    padding: 125px 0;
}

.plate-blocks {
    float: right;
    width: 54%;
    position: relative;
    top: -30px;
}

.plate-block-wrapper {
    float: left;
    width: 47%;
}

.plate-block-wrapper+.plate-block-wrapper {
    float: right;
}

.plate-img {
    margin: 20px 0 0;
}

.plate-img img {
    width: 100%;
}

.plate-block-text {
    background: #52575a;
    padding: 25px 55px;
    text-align: center;
    color: #fff;
    /*    font-family: 'Gotham Light', sans-serif;*/
    font-weight: 300;
    font-size: 14px;
}

.plate-block-wrapper+.plate-block-wrapper .plate-block-text {
    background-color: #878b8d;
}

.plate-block-text h3 {
    font-size: 16px;
    margin: 0 0 15px;
    /*    font-family: 'Gotham Medium', sans-serif;*/
    font-weight: 500;
    text-transform: uppercase;
}

.plate-block-text p {
    margin: 0;
}

.installer-connect-block {
    background: #f8f8f8;
    margin-top: 100px;
}

.installer-connect-block .text {
    margin-left: 145px;
    padding: 120px 0 60px;
    float: left;
    width: 50%;
}

.installer-connect-block .text .button:after {
    display: none;
}

.installer-connect-block .container {
    position: relative;
    z-index: 1;
}

.installer-connect-block .container:before {
    content: "";
    width: 300%;
    height: 100%;
    position: absolute;
    right: 100%;
    margin-right: -40px;
    top: 0;
    background: #ed1c24;
    z-index: 1;
    display: block;
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    transform: skew(-20deg);
}

.installer-connect-block .image {
    float: right;
    width: 60%;
    margin-right: -22%;
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    transform: skew(-20deg);
    overflow: hidden;
    max-height: 700px;
    position: relative;
    top: -45px;
    right: -45px;
}

.installer-connect-block .image img {
    -webkit-transform: skew(20deg);
    -moz-transform: skew(20deg);
    transform: skew(20deg);
    margin-left: -155px;
}

.diagnostic-section-block {
    background: #f8f8f8;
    margin-bottom: 80px;
}

.diagnostic-section-block:last-child {
    margin-bottom: 0;
}

.diagnostic-section-block .container {
    position: relative;
    z-index: 1;
}

.diagnostic-section-block .container:before {
    content: "";
    width: 300%;
    height: 100%;
    position: absolute;
    right: 100%;
    margin-right: -90px;
    top: 0;
    background: #ed1c24;
    z-index: 1;
    display: block;
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    transform: skew(-20deg);
}

.diagnostic-section-block .text {
    float: left;
    width: 47%;
    padding-left: 150px;
    padding-top: 130px;
    padding-bottom: 25px;
}

.diagnostic-section-block .images {
    float: right;
    width: 51%;
    max-width: 870px;
    padding-top: 50px;
}

.dagnostic-images-wrapper {
    margin: 0 -15px;
}

.diagnostic-img-wrapper {
    float: left;
    width: 50%;
    padding: 0 15px;
}

.diagnostic-img img {
    width: 100%;
}

.diagnostic-img-title {
    background: #52575a;
    color: #fff;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    /*    font-family: 'Gotham Medium', sans-serif;*/
    font-weight: 500;
    height: 50px;
    display: table;
    width: 100%;
}

.diagnostic-img-title span {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    padding: 0 25px;
}

.broadest-large-image {
    background: #1e1e1e;
}

.broadest-large-image .img {
    max-width: 1920px;
    margin: 0 auto;
}

.broadest-categories-list {
    background: #1e1e1e;
}

.broadest-categories-list ul {
    padding: 0;
    margin: 0 auto;
    list-style: none;
    width: 100%;
    max-width: 1920px;
    display: table;
}

.broadest-categories-list ul li {
    float: left;
    color: #fff;
    /*    font-family: 'Gotham Medium', sans-serif;*/
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    padding: 15px 5px;
}

.broadest-categories-list ul li:nth-child(1) {
    background-color: #ffb71b;
    width: 57.22%;
}

.broadest-categories-list ul li:nth-child(2) {
    background-color: #52575a;
    width: 28.5%;
}

.broadest-categories-list ul li:nth-child(3) {
    background-color: #ed1c24;
    width: 14.28%;
}

.broadest-products-list {
    background: #f8f8f8;
    margin-bottom: 80px;
}

.broadest-products-list-inner {
    max-width: 1920px;
    margin: 0 auto;
}

.broadest-product-item {
    width: 14.28%;
    float: left;
    padding: 38px 15px 38px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

.broadest-product-item.active {
    color: #fff;
}

.broadest-product-item.active:after {
    content: "";
    height: 30px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 1;
}

.broadest-product-item .image {
    max-width: 170px;
    margin: 0 auto 20px;
}

.broadest-product-item h3 {
    /*    font-family: 'Gotham Medium', sans-serif;*/
    font-weight: 500;
    font-size: 18px;
    margin: 0;
    min-height: 38px;
}

.broadest-product-type-1.active,
.broadest-product-type-1.active:after {
    background-color: #ffb71b;
}

.broadest-product-type-2.active,
.broadest-product-type-2.active:after {
    background-color: #52575a;
}

.broadest-product-type-3.active,
.broadest-product-type-3.active:after {
    background-color: #ed1c24;
}

.broadest-product-item-details {
    display: none;
}

.broadest-product-item-details.active {
    display: block;
}

.alignleft {
    display: inline;
    float: left;
}

.alignright {
    display: inline;
    float: right;
}

.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
    margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
    margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
    clear: both;
    margin-top: 0.4em;
    margin-bottom: 1.6em;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
    margin-bottom: 1.2em;
}

button#sidebarCollapse {
    font-size: 14px;
    padding: 28px 30px;
    float: right;
    display: none;
    width: 85px;
    border: none;
    border-left: 1px solid #efefef;
    background: #fff;
}

button#sidebarCollapse span {
    display: block;
    height: 2px;
    background: #ed1c24;
}

button#sidebarCollapse span+span {
    margin-top: 4px;
}

#sidebar {
    width: 450px;
    position: fixed;
    top: 0;
    right: -500px;
    height: 100vh;
    z-index: 10000;
    background: #474747;
    color: #fff;
    transition: all 0.3s;
    overflow: auto;
    box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.2);
}

#sidebar.active {
    right: 0;
}

#dismiss {
    width: 18px;
    height: 18px;
    position: fixed;
    background: url(images/close@2x.png) no-repeat center;
    background-size: 100%;
    top: 26px;
    right: -65px;
    z-index: 10000;
    transition: all 0.3s;
    cursor: pointer;
}

#sidebar.active+#dismiss {
    right: 470px;
}

.modal-open {
    overflow: hidden;
}

.mobilemenu-overlay {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.9);
    z-index: 9999;
    display: none;
    top: 0;
    left: 0;
}

#sidebar ul.nav {
    padding: 0;
    margin: 0;
    list-style: none;
}

#sidebar ul.nav>li {
    border-top: 1px solid #5c5c5c;
}

#sidebar ul.nav>li>a {
    color: #fff !important;
    text-decoration: none !important;
    font-size: 16px;
    position: relative;
    padding: 16px 25px;
}

#menu-secondary-menu {
    background-color: #ed1c24;
}

#sidebar ul#menu-secondary-menu>li+li {
    border-top-color: #f65056;
}

#sidebar ul.nav>li>a:hover,
#sidebar ul.nav>li>a:focus,
#sidebar ul.nav>li:hover>a,
#sidebar ul.nav>li.current-menu-item>a {
    background-color: rgba(0, 0, 0, 0.05);
}

#sidebar ul.nav>li>ul {
    display: none;
    list-style: none;
    padding: 10px 0;
    margin: 0;
    background-color: #373737;
}

#sidebar ul.nav>li>ul li a {
    color: #fff !important;
    font-size: 14px;
    display: block;
    text-decoration: none !important;
    padding: 10px 25px;
    position: relative;
}

#sidebar ul.nav>li>ul li a:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

#sidebar ul.nav>li.menu-item-has-children>a>span.menu-toggle,
#sidebar ul.nav>li>ul>li.menu-item-has-children>a>span.menu-toggle {
    display: block;
    position: absolute;
    right: 0;
    font-family: "Glyphicons Halflings";
    font-size: 12px;
    top: 0;
    width: 60px;
    height: 54px;
    line-height: 54px;
    text-align: center;
}

#sidebar ul.nav>li>ul>li.menu-item-has-children>a>span.menu-toggle {
    height: 40px;
    line-height: 40px;
}

#sidebar ul.nav>li.menu-item-has-children>a>span.menu-toggle:after,
#sidebar ul.nav>li>ul>li.menu-item-has-children>a>span.menu-toggle:after {
    content: "\e259";
}

#sidebar ul.nav>li.menu-item-has-children>a.active>span.menu-toggle:after,
#sidebar ul.nav>li>ul>li.menu-item-has-children>a.active>span.menu-toggle:after {
    content: "\e260";
}

#sidebar ul.nav>li>ul li ul {
    list-style: none;
    display: none;
}

#sidebar ul.nav>li>ul li ul ul {
    display: none !important;
}

.broadest-cat-single-list-title {
    display: none;
}

.gb-text-img {
    background: #fff;
    padding: 15px 55px 15px 110px;
    font-size: 14px;
}

.gb-same-level>.container:before {
    top: 0 !important;
}

.gb-same-level .image {
    position: relative;
    top: -50px;
}

.gb-same-level.reversed .image {
    top: 30px;
}

.gb-full-img-size2.general-block.full-image-block .image {
    width: 51%;
}

.gb-full-img-size2.general-block.full-image-block .text {
    width: 42%;
    margin-right: 5%;
}

.gb-full-img-size2.general-block.full-image-block .container:before {
    left: 45%;
}

.gb-full-img-size2.general-block.full-image-block.reversed .container:before {
    left: auto;
    right: 43%;
}

.gb-full-img-size2.general-block.full-image-block.reversed .section-large-red-shape {
    display: none;
}

.gb-full-img-size2.general-block.full-image-block.reversed .image {
    width: 54%;
    margin-right: -5%;
}

.gb-full-img-size2 .section-large-red-shape {
    width: 300%;
    height: 100%;
    position: absolute;
    left: 100%;
    margin-left: -70px;
    top: 0px;
    background: #ed1c24;
    z-index: 1;
    display: block;
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    transform: skew(-20deg);
}

.section-html-with-title {
    background: #f8f8f8;
    padding: 80px 0;
    margin-bottom: 80px;
}

.section-html-with-title.no-padding {
    background: #f8f8f8;
    padding: 0;
    margin-bottom: 80px;
}

.section-html-with-title:last-child {
    margin-bottom: 0;
}

.section-html-with-title .section-title p {
    max-width: 990px;
}

.section-html-content {
    max-width: 1420px;
    margin: 0 auto;
    font-size: 14px;
}

.table>thead>tr>th {
    font-size: 16px;
    background: #585858;
    text-align: center;
    font-weight: normal;
    /*    font-family: 'Gotham Medium', sans-serif;*/
    font-weight: 500;
    color: #eeeeee;
    border: 1px solid #c9c9c9;
    vertical-align: middle !important;
}

.table>thead>tr>th.vertical-align {
    vertical-align: middle;
    background: #ed1d24;
}

.table>thead>tr+tr>th {
    background-color: #878b8d;
    /*    font-family: 'Gotham Book', sans-serif;*/
    font-weight: 400;
    font-size: 14px;
}

.table>tbody>tr>td,
.table>tbody>tr>th {
    border: 1px solid #eeeeee;
    background: #fff;
}

#turbo-results-table tr>td>a {
    white-space: nowrap;
    min-width: 160px;
    display: inline-block;
}

.table>tbody>tr>th {
    background-color: #878b8d;
    /*    font-family: 'Gotham Book', sans-serif;*/
    font-weight: 400;
    font-size: 14px;
    color: #eee;
    text-align: center;
    font-weight: normal;
}

.table>tbody>tr>th:first-child {
    background: #585858;
}

.section-html-content td {
    text-align: center;
}

.page-body>* {
    margin-bottom: 20px;
}

.page-body h2 {
    font-size: 35px;
    /*    font-family: 'Gotham Medium', sans-serif;*/
    font-weight: 500;
    margin: 0 0 25px;
}

.page-body a:not(.button) {
    /*    font-family: 'Gotham Medium', sans-serif;*/
    font-weight: 500;
    text-decoration: underline;
    color: #000;
}

.page-body a:hover {
    text-decoration: none;
}

.page-body h3 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: normal;
    /*    font-family: 'Gotham Medium', sans-serif;*/
    font-weight: 500;
}

.contact-block-section {
    background: #f8f8f8;
    margin: 0 0 80px;
    position: relative;
    z-index: 1;
}

.contact-block-section-main {
    position: relative;
    z-index: 1;
    max-width: 1920px;
    margin: 0 auto;
}

.contact-block-section .text {
    margin-left: 310px;
    float: left;
    width: 30%;
    padding: 120px 0 15px;
}

.contact-block-section .contact-block-image {
    height: 350px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 47%;
    float: right;
}

.contact-block-section.reversed .contact-block-image {
    float: left;
}

.contact-block-section.reversed .text {
    float: right;
    margin-left: 0;
    margin-right: 310px;
}

.contact-block-section.reversed .distributor-locator-left {
    left: auto;
    right: 0;
}

.contact-form-section {
    background: #f8f8f8;
}

.contact-form-section-inner {
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    padding: 80px 0;
}

.contact-form-section-tab-hidden {
    display: none;
}

.contact-form-section .text {
    margin-left: 310px;
    width: 34%;
}

.page-id-20 .contact-form-section .text {
    width: 650px;
    max-width: 100%;
}

.page-id-20 .contact-form-section .image {
    width: 25%;
}

.contact-form-section .text h3 {
    font-size: 20px;
    margin: 0 0 20px;
    /*    font-family: 'Gotham Medium', sans-serif;*/
    font-weight: 500;
}

.contact-form-section .image {
    position: absolute;
    right: 0px;
    top: 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 40%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
}

.contact-form-section .image:before {
    content: "";
    width: 100%;
    height: 100%;
    -webkit-transform: skew(-20deg);
    -ms-transform: skew(-20deg);
    transform: skew(-20deg);
    z-index: 1;
    right: 50%;
    top: 0px;
    background: #f8f8f8;
    position: absolute;
}

.wpcf7,
.salesforce_w2l_lead {
    max-width: 540px;
}

.wpcf7 .form-item,
.salesforce_w2l_lead .sf_field {
    margin: 0 0 20px;
}

.wpcf7 .form-item label,
.salesforce_w2l_lead .sf_field label {
    font-weight: normal;
    margin: 0;
    float: none;
}

.wpcf7 textarea,
.salesforce_w2l_lead .sf_field textarea {
    resize: none;
    height: 120px;
}

.salesforce_w2l_lead .top-aligned .w2linput:not(.captcha) {
    width: 100% !important;
    margin: 0 !important;
    float: none;
}

.salesforce_w2l_lead .top-aligned .w2lsubmit input[type="submit"].w2linput {
    width: auto !important;
}

.wpcf7 .form-actions,
.w2lsubmit {
    text-align: center;
}

span.wpcf7-list-item {
    display: block;
    margin: 0;
}

span.wpcf7-list-item input,
.sf_type_checkbox input {
    position: absolute;
    left: -9999px;
}

span.wpcf7-list-item .wpcf7-list-item-label,
.sf_type_checkbox label {
    font-weight: normal;
    margin: 0;
    display: block;
    padding-left: 30px;
    position: relative;
    z-index: 1;
}

span.wpcf7-list-item .wpcf7-list-item-label:before,
.sf_type_checkbox label:before {
    content: "";
    width: 17px;
    height: 17px;
    position: absolute;
    left: 0px;
    top: 1px;
    border: 1px solid #000;
    z-index: 1;
    font: normal normal normal 14px/1 FontAwesome;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

span.wpcf7-list-item input:checked+.wpcf7-list-item-label:before,
.sf_type_checkbox input:checked+label:before {
    content: "\f00c";
}

span.wpcf7-list-item label a {
    color: #000000;
    text-decoration: underline;
    /*    font-family: 'Gotham Medium', sans-serif;*/
    font-weight: 500;
}

div.wpcf7 .ajax-loader {
    margin-right: -20px;
}

.masonry-gallery-section {
    margin-bottom: 50px;
}

.masonry-gallery .image {
    width: 33.3333%;
    float: left;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 430px;
}

.masonry-gallery .image.img-large {
    width: 66.6666%;
}

.masonry-text {
    height: 430px;
    color: #fff;
    float: left;
    width: 33.3333%;
    background: #5b5b5b;
    font-size: 30px;
    position: relative;
    z-index: 1;
}

.masonry-text-inner {
    padding: 0 60px;
    position: absolute;
    width: 100%;
    left: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}

.masonry-text-inner>* {
    margin-bottom: 20px;
}

.masonry-text-inner>*:last-child {
    margin-bottom: 0;
}

.masonry-text-inner ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.masonry-text-inner ul li {
    padding-left: 60px;
    position: relative;
    z-index: 1;
}

.masonry-text-inner ul li:before {
    content: "";
    width: 30px;
    height: 30px;
    background: url(images/check@2x.png) no-repeat center;
    background-size: 100%;
    position: absolute;
    left: 0px;
    top: 7px;
    z-index: 1;
}

.masonry-text-inner ul li+li {
    margin-top: 10px;
}

.distributor-locator-section-racing {
    background: #f8f8f8;
}

.distributor-locator-section-racing .container {
    width: 100%;
    max-width: 1920px;
    padding: 0;
    position: relative;
    z-index: 1;
}

.distributor-locator-section-racing .distributor-locator-section-main {
    max-width: none;
    margin-left: 250px;
}

.ssf-column.store-locator-map-holder {
    float: right;
    width: 54%;
    position: relative;
    z-index: 1;
    padding: 0;
}

.store-locator-top-half.has-searched {
    height: auto !important;
    padding-top: 0;
}

.filter-radius-section {
    position: relative;
    padding-right: 120px;
    z-index: 1;
}

.distance-switch {
    width: 110px;
    position: absolute;
    right: 0px;
    top: -5px;
    z-index: 1;
    border: 1px solid #303030;
    /*    font-family: 'Gotham Medium', sans-serif;*/
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
}

.distance-switch span {
    display: block;
    float: left;
    width: 50%;
    text-align: center;
    line-height: 28px;
}

.distance-switch span:not(.active) {
    cursor: pointer;
}

.distance-switch span.active {
    background-color: #303030;
    color: #eeeeee;
}

.filter-radius-section .mi-list {
    display: none;
}

#storeLocator__storeList div.medium-4 {
    width: 33.3333% !important;
}

.store-locator-bottom-half {
    float: left;
    width: 100%;
}

.store-locator-map {
    height: 700px !important;
    position: relative !important;
}

#store-locator-section-bg:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

#ssf_adress_input_box,
#filter_left_panel {
    top: auto !important;
    width: 100% !important;
}

.ssf-main-content .ssf-row {
    max-width: none !important;
}

#page_navigation {
    display: none !important;
}

.medium-pad-bottom-4x,
.medium-pad-vertical-4x {
    padding-bottom: 0 !important;
}

.ssf-main-content {
    margin: 0 !important;
}

#super-left-panel {
    height: 700px !important;
    width: 46% !important;
    padding: 120px 120px 15px !important;
}

.ssf-panel {
    background: none !important;
    border: none !important;
}

div.filter__row {
    border: none !important;
    padding: 0;
}

.arrow-toggler {
    display: none !important;
}

.togglerify-slider {
    height: auto !important;
}

.ssf-main-content .ssf-row .ssf-row {
    margin: 0 auto !important;
}

.ssf-main-content .ssf-row .ssf-row>div {
    width: 100%;
    margin-left: 0 !important;
    margin-top: 25px;
    text-align: center;
}

#applyFilterOptions.expand,
button.expand {
    margin-left: 0;
    width: auto !important;
}

.small-block-grid-2>li {
    width: auto !important;
    clear: none !important;
    text-transform: uppercase;
    font-size: 14px;
}

.ssf-field,
.ssf-main-content input {
    box-shadow: none !important;
    line-height: 20px !important;
    padding-top: 9px;
    padding-bottom: 9px;
    border-color: #eeeeee !important;
}

#super-left-panel .text2 {
    width: 100%;
    float: left;
}

.product-single-title {
    text-align: center;
    margin: 0 0 80px;
}

.product-single-title-top {
    margin: 0 0 20px;
}

.product-single-title-top a {
    font-size: 35px;
    /*    font-family: 'Gotham Medium', sans-serif;*/
    font-weight: 500;
    text-decoration: none !important;
    color: #000;
    display: inline-block;
}

.product-single-title-top a:hover {
    color: #ed1c24;
}

.product-single-title-top h1 {
    font-size: 35px;
    /*    font-family: 'Gotham Medium', sans-serif;*/
    font-weight: 500;
    margin: 0 90px;
    display: inline-block;
}

.product-single-title-bottom {
    text-align: center;
    margin-bottom: 20px;
}

.product-single-title-bottom p {
    margin: 0;
    display: inline-block;
}

.product-single-title-bottom p+p:before {
    content: "|";
    margin: 0 20px;
}

.turbo-product-columns {
    max-width: 1330px;
    margin: 0 auto;
}

.turbo-product-columns h3 {
    text-align: center;
    background: #ed1d24;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    margin: 0;
    padding: 19px 15px;
}

.turbo-product-columns img {
    margin: 0 auto;
}

.table:last-child {
    margin-bottom: 0;
}

.turbo-product-section .image {
    transform: none !important;
    top: 0 !important;
    max-width: 870px;
}

.turbo-product-section .image img {
    width: auto;
    margin: 0 auto;
}

.turbo-product-section .text {
    padding-top: 0;
    padding-bottom: 0;
}

.turbo-product-section .container {
    padding-top: 60px;
    padding-bottom: 60px;
}

.turbo-product-section .text ul li+li {
    margin-top: 15px;
}

.turbo-reversed-product {
    margin: 30px auto 0;
    max-width: 130px;
}

.chart-general-block .image {
    transform: none !important;
    top: 0 !important;
}

.chart-general-block .image img {
    width: auto;
    margin: 0 auto;
}

.chart-general-block:not(.reversed) .container:before {
    top: auto !important;
    bottom: 0;
}

.chart-general-block .text {
    padding-top: 0;
    padding-bottom: 0;
}

.chart-general-block .container {
    padding: 120px 15px;
}

.gb-carousel .image {
    transform: none !important;
    margin: 0;
    top: 0 !important;
    padding-top: 85px;
    padding-bottom: 85px;
}

.product-gallery-carousel-wrapper {
    max-width: 500px;
    margin: 0 auto;
}

.inline-product-gallery-thumbs {
    margin-top: 50px;
}

.inline-pg-image-th {
    max-width: 130px;
    margin: 0 auto;
    cursor: pointer;
    padding: 0 5px;
}

.error404 .page-title-text.full-width {
    height: 400px;
}

.page404-text {
    text-align: center;
    font-size: 20px;
}

.page404-text h2 {
    margin-bottom: 50px;
}

.page404-text p {
    margin: 0 0 25px;
}

.page404-buttons {
    padding-top: 30px;
}

.page404-buttons .button:after {
    display: none;
}

.page404-buttons .button+.button {
    margin-left: 50px;
}

#cookie-notice {
    font-size: 16px;
    line-height: 1.6;
}

#cn-notice-text a {
    color: #fff;
    text-decoration: underline;
}

.cookie-notice-container {
    padding: 20px 15px;
}

#cn-notice-text {
    display: block;
    max-width: 1300px;
    margin: 0 auto 20px;
}

#cookie-notice .cn-button {
    margin: 0 !important;
}

#cookie-notice .cn-button:after {
    display: none;
}

.cookie-notice-checkbox input {
    display: none;
}

.cookie-notice-checkbox label {
    font-weight: normal;
    margin: 0 20px 0 0;
    display: inline-block;
    padding-left: 40px;
    position: relative;
    z-index: 1;
    cursor: pointer;
}

.cookie-notice-checkbox label:before {
    content: "";
    width: 25px;
    height: 22px;
    position: absolute;
    border-radius: 4px;
    left: 0px;
    top: 1px;
    border: 1px solid #949494;
    z-index: 1;
    font: normal normal normal 14px/1 FontAwesome;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*
.cookie-notice-checkbox input:checked + label {
    font-family: 'Gotham Medium', sans-serif;
}
*/

.cookie-notice-checkbox input:checked+label:before {
    content: "\f00c";
}

.page-title-text.single-page-title-section {
    height: 350px;
}

.single-page-title-section .content-page-inner .text h1,
.single-page-title-section .content-page-inner .text .h1 {
    max-width: none;
}

.news-page-wrapper {
    background: #f8f8f8;
}

.press-release-list {
    margin: 0 -15px;
}

.press-release-list .homepage-news-item-wrapper {
    padding: 0 15px;
    margin-bottom: 30px;
}

.global-pagination {
    background: #fff;
    text-align: right;
    margin-top: 15px;
}

.wp-pagenavi>span,
.wp-pagenavi>a {
    font-size: 18px;
    color: #000;
}

.wp-pagenavi span.current {
    /*    font-family: 'Gotham Bold', sans-serif;*/
    font-weight: 700;
}

.wp-pagenavi {
    line-height: 50px;
}

.wp-pagenavi .pages:after {
    content: "|";
    margin-left: 20px;
}

.wp-pagenavi>*+* {
    margin-left: 20px;
}

.newsletter-news-section {
    margin: 144px 0 66px;
    background: #f8f8f8;
}

.newsletter-news-section .text {
    float: left;
    width: 45%;
    padding: 120px 0 30px;
}

.newsletter-news-section .text .h2 span {
    color: #ed1d24;
}

.newsletter-news-section .text p {
    margin: 0 0 30px;
}

.newsletter-news-section .image {
    float: right;
    width: 50%;
    margin-top: -64px;
}

.newsletter-news-section .container {
    position: relative;
    z-index: 1;
}

.newsletter-news-section .container:before {
    content: "";
    width: 300%;
    height: calc(100% + 130px);
    position: absolute;
    left: 90%;
    margin-left: -20px;
    top: -64px;
    background: #ed1c24;
    z-index: 1;
    display: block;
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    transform: skew(-20deg);
}

.single-article-small-container {
    max-width: 1110px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.single-article-small-container:before {
    content: "";
    width: 300%;
    height: 100%;
    position: absolute;
    left: 120%;
    bottom: -80px;
    background: #ed1c24;
    z-index: 1;
    display: block;
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    transform: skew(-20deg);
    max-height: 960px;
}

.single-article-small-container:after {
    content: "";
    width: 300%;
    height: 100%;
    position: absolute;
    right: 120%;
    top: -80px;
    background: #ed1c24;
    z-index: 1;
    display: block;
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    transform: skew(-20deg);
    max-height: 960px;
}

.single-press-title {
    margin: 0 0 50px;
}

.single-press-title .news-item-date {
    color: #000;
    margin: 0 0 5px;
    font-size: 14px;
}

.single-press-title h1 {
    /*    font-family: 'Gotham Medium', sans-serif;*/
    font-weight: 500;
    font-size: 35px;
    margin: 0;
    line-height: 1.3;
}

.wp-caption,
.gallery-caption {
    color: #666;
    font-size: 13px;
    font-style: italic;
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.single-article-small-container>* {
    margin-bottom: 20px;
}

.single-article-small-container>*:last-child {
    margin-bottom: 0;
}

.article-tags {
    float: left;
    width: 50%;
    margin-top: 5px;
    /*    font-family: 'Gotham Medium', sans-serif;*/
    font-weight: 500;
    font-size: 14px;
}

.article-tags a {
    color: #000;
    text-decoration: underline;
}

.article-tags a:hover {
    text-decoration: none;
}

.share-article-box {
    float: right;
}

.share-article-box>span {
    float: left;
    text-transform: uppercase;
    /*    font-family: 'Gotham Medium', sans-serif;*/
    font-weight: 500;
    margin: 6px 10px 0 0;
}

.share-article-box>div {
    float: left;
    width: 170px;
}

.share-article-box>div>div {
    display: inline-block !important;
}

.single-article-footer {
    margin-top: 40px;
}

.highlight {
    background-color: #ffcc00 !important;
}

.mktoForm {
    font-family: "Gotham A", "Gotham B", sans-serif !important;
}

input[name="Email_Optin__c"] {
    left: 6px;
    position: absolute;
    margin-top: 3px !important;
    border: none !important;
    padding: 0 !important;
}

input[name="Email_Optin__c"]:checked+label::before {
    background: #1792e5 url("images/checkbox-tickmark.png") repeat scroll -1px -1px;
    border: medium none;
    height: 24px;
    width: 24px;
    background-size: cover;
}

input[name="Email_Optin__c"]+label::before {
    background: #fff none no-repeat scroll 0 0;
    border: 2px solid #727272;
    content: "";
    display: inline-block;
    height: 24px;
    left: 0px;
    position: absolute;
    width: 24px;
}

.mktoFieldDescriptor.mktoFormCol {
    width: 100% !important;
}

.mktoForm {
    max-width: 100%;
}

.mktoFieldWrap {
    width: 100% !important;
}

.mktoLabel {
    color: #303030;
    font-size: 16px !important;
    padding: 5px 0 !important;
    width: auto !important;
    font-weight: normal;
}

label[for="Email_Optin__c"] .mktoAsterix {
    display: none !important;
}

.mktoForm .mktoOffset {
    display: none;
}

.mktoForm .mktoFormRow {
    margin: 0 0 15px;
}

.mktoCheckboxList {
    width: 100% !important;
}

.mktoField.mktoHasWidth {
    width: 100% !important;
}

.mktoForm input[type="text"],
.mktoForm input[type="url"],
.mktoForm input[type="email"],
.mktoForm input[type="tel"],
.mktoForm input[type="number"],
.mktoForm input[type="date"],
.mktoForm textarea.mktoField,
.mktoForm select.mktoField {
    padding: 9px 15px !important;
    line-height: 20px !important;
}

.mktoForm .mktoGutter {
    height: 0 !important;
}

.mktoForm span.mktoButtonWrap {
    display: block;
    margin-left: 0 !important;
    text-align: center;
}

.mktoButtonRow {
    display: block !important;
}

.mktoForm .mktoRequiredField label.mktoLabel {
    font-weight: normal !important;
}
.mktoForm .mktoRequiredField label.mktoLabel#LblwebsiteConsent {
    position: absolute;
    left: 15px;
    top: 0px;
}
.newsletter-popup-image {
    padding: 15px 0 0;
}

.mktoForm .mktoRadioList>label,
.mktoForm .mktoCheckboxList>label {
    font-weight: normal;
    line-height: 1.45 !important;
    font-size: 14px;
}

.modal-backdrop.in {
    filter: alpha(opacity=60);
    opacity: 0.6;
}

.modal-content {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    padding: 80px;
}

.modal-header {
    padding: 0;
    border: none;
}

.modal-header .close {
    position: absolute;
    z-index: 10;
    right: 15px;
    top: 10px;
    margin-top: 0;
    font-size: 30px;
}

.modal-body {
    padding: 0;
}

.modal-body h2 {
    /*    font-family:'Gotham Medium', sans-serif;*/
    font-weight: 500;
    font-size: 35px;
    margin: 0 0 25px;
}

.modal-body h2 span {
    color: #ed1c24;
}

.modal-body .form-container {
    padding-left: 50px;
}

.key_features_section .container:before {
    display: none;
}

.key_features_section.reversed .image {
    transform: translate(91px, 50px);
}

.tech-papers-list .homepage-news-item-wrapper {
    width: 50%;
    clear: none !important;
}

.tech-papers-list .homepage-news-item-wrapper:nth-child(2n + 1) {
    clear: both !important;
}

.tech-papers-list .homepage-news-item-wrapper .news-page-item {
    box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
}

.technical_author {
    font-size: 14px;
    margin: 0 0 25px;
}

.technical_link {
    margin: 30px 0 30px;
    font-size: 14px;
}

.news-page-item .text .technical_summary>* {
    margin-bottom: 15px;
}

.news-page-item .text .technical_summary>*:last-child {
    margin-bottom: 0;
}

.homepage-news-list-carousel .homepage-news-item-wrapper,
.homepage-news-list-carousel-v2 .homepage-news-item-wrapper,
.homepage-news-list-carousel-v3 .homepage-news-item-wrapper {
    width: 100%;
}

.homepage-news-events-row {
    margin: 0 -15px;
}

.homepage-news-events-row-left {
    float: left;
    width: 75%;
    padding: 0 15px;
}

.homepage-news-events-row-right {
    float: left;
    width: 25%;
    padding: 0 15px;
}

.news-events-block-col {
    background: #5b5b5b;
    padding: 25px;
}

.news-events-block-col>h3 {
    color: #fff;
    margin: -25px -25px 20px;
    padding: 25px 25px;
    /*    font-family: 'Gotham Medium', sans-serif;*/
    font-weight: 500;
    font-size: 25px;
    background: #212121;
    text-transform: uppercase;
}

.news-events-block-list {
    background: #fff;
    padding: 15px;
}

.home-news-future-event-item {
    display: none;
}

.home-news-future-event-item.active {
    display: block;
}

.news-events-block-list-nav {
    margin-bottom: 25px;
}

.news-events-block-list-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.news-events-block-list-nav ul li {
    float: left;
    width: 32%;
    text-align: center;
    background: #787878;
    color: #fff;
    padding: 10px;
    cursor: pointer;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    line-height: 1.25;
}

.news-events-block-list-nav ul li.active {
    background: #ed1c24;
}

.news-events-block-list-nav ul li span {
    display: block;
    font-size: 18px;
}

.news-events-block-list-nav ul li span:nth-child(1) {
    font-size: 32px;
}

.news-events-block-list-nav ul li.active:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #ed1c24 transparent transparent transparent;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    z-index: 1;
}

.news-events-block-list-nav ul li+li {
    margin-left: 2%;
}

.home-news-future-event-item .text h3 {
    /*    font-family: 'Gotham Medium', sans-serif;*/
    font-weight: 500;
    font-size: 25px;
    margin: 20px 0;
}

.home-news-future-event-item .text p {
    margin-bottom: 20px;
}

@media screen and (min-width: 1360px) {
    .general-block.reversed.key_features_section .text {
        padding-left: 0;
    }

    .general-block.reversed.key_features_section .image img {
        width: auto;
        margin-left: auto;
    }
}

@media screen and (min-width: 768px) {
    .modal-dialog {
        width: 1300px;
    }
}

.events-calendar-search-section {
    background: #f8f8f8;
}

.events-calendar-search-section>.container {
    padding: 130px 15px 50px;
    position: relative;
    z-index: 1;
}

.events-calendar-search-section>.container:before {
    content: "";
    width: 300%;
    height: 100%;
    position: absolute;
    right: 100%;
    margin-right: -20px;
    top: 0;
    background: #ed1c24;
    z-index: 1;
    display: block;
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    transform: skew(-20deg);
    max-height: 630px;
}

.calendar-search-filters {
    float: left;
    margin-left: 150px;
    width: 40%;
}

.calendar-search-filters .text {
    max-width: 530px;
    margin: 0 0 40px;
}

.calendar-search-filters .text h2 {
    font-size: 35px;
    /*    font-family: 'Gotham Medium', sans-serif;*/
    font-weight: 500;
    margin: 0 0 30px;
}

.calendar-search-filters .text h2 span {
    color: #ed1c24;
}

.event-type-filter {
    margin: 0;
}

.event-type-filter ul {
    padding: 0;
    margin: 0 -5px;
    list-style: none;
}

.event-type-filter ul li {
    float: left;
    width: 33.3333%;
    margin: 0 0 25px;
    padding: 0 5px;
}

.event-type-filter ul li input {
    display: none;
}

.event-type-filter ul li label {
    font-weight: normal;
    margin: 0;
    display: block;
    padding-left: 40px;
    position: relative;
    z-index: 1;
}

.event-type-filter ul li label:before {
    content: "";
    width: 25px;
    height: 22px;
    position: absolute;
    border-radius: 4px;
    left: 0px;
    top: -2px;
    border: 1px solid #949494;
    z-index: 1;
    font: normal normal normal 14px/1 FontAwesome;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.event-type-filter ul li input:checked+label {
    /*    font-family: 'Gotham Medium', sans-serif;*/
    font-weight: 500;
}

.event-type-filter ul li input:checked+label:before {
    content: "\f00c";
}

.events-select-filters {
    max-width: 510px;
}

.events-select-filters .form-item {
    margin: 0 0 30px;
}

.event-filters-actions {
    text-align: center;
}

.calendar-filters-reset {
    margin-top: 45px;
    text-align: center;
}

.calendar-filters-reset a {
    /*    font-family: 'Gotham Medium', sans-serif;*/
    font-weight: 500;
    display: inline-block;
    text-transform: uppercase;
    font-size: 15px;
    color: #ed1d24;
    background: url(images/reset@2x.png) no-repeat left center;
    background-size: 25px 25px;
    padding: 3px 0 3px 40px;
}

.events-calendar-right {
    float: right;
    width: 40%;
}

.events-calendar-main {
    max-width: 670px;
    margin-left: auto;
    background: #fff;
}

.event-calendar-heading {
    font-size: 20px;
    text-align: center;
    color: #fff;
    background: #585858;
    padding: 10px 20px;
    position: relative;
    z-index: 1;
}

.prev-year,
.next-year {
    font-size: 14px;
    position: absolute;
    top: 0px;
    height: 100%;
    line-height: 46px;
    width: 50px;
    text-align: center;
    cursor: pointer;
}

.prev-year {
    left: 0;
}

.next-year {
    right: 0;
}

.event-calendar-main {
    padding: 15px 20px;
}

.event-calendar-main ul {
    padding: 0;
    margin: 0 -5px;
    list-style: none;
}

.event-calendar-main ul li {
    float: left;
    width: 25%;
    padding: 5px 5px;
}

.event-calendar-main ul li>a,
.event-calendar-main ul li>span {
    display: block;
    border: 1px solid #585858;
    height: 110px;
    text-align: center;
    font-size: 12px;
    color: #585858;
    padding: 29px 5px 5px;
}

.event-calendar-main ul li>a {
    text-decoration: none !important;
}

.event-calendar-main ul li strong {
    text-transform: uppercase;
    display: block;
    font-size: 20px;
    font-weight: normal;
    /*    font-family:'Gotham Book', sans-serif;*/
    font-weight: 400;
}

.event-calendar-main ul li.has-events>a {
    border-color: #000;
    color: #000;
    /*    font-family:'Gotham Medium', sans-serif;*/
    font-weight: 500;
}

.event-calendar-main ul li.has-events>a span {
    text-decoration: underline;
}

.event-calendar-main ul li.has-events>a strong {
    /*    font-family:'Gotham Medium', sans-serif;*/
    font-weight: 500;
}

.event-calendar-main ul li.current>a,
.event-calendar-main ul li.current>span {
    border-color: #ed1c24;
    color: #ed1c24 !important;
}

.event-calendar-main ul li.passed>a,
.event-calendar-main ul li.passed>span {
    color: #dadada !important;
    border-color: #dadada;
}

.event-calendar-main ul li.has-events>a:hover {
    background-color: #f8f8f8;
}

.event-calendar-main ul li>a.active,
.event-calendar-main ul li>a.active:hover {
    background-color: #ed1c24;
    color: #fff !important;
}

.event-search-results-list {
    margin: 0 -15px;
}

.event-search-results-section {
    background: #f8f8f8;
    padding: 80px 0 50px;
    margin-top: 80px;
    display: none;
}

.event-results-message {
    padding: 0 30px;
    margin: 0 0 45px;
    /*    font-family:'Gotham Medium', sans-serif;*/
    font-weight: 500;
}

.event-item-wrapper {
    padding: 0 15px;
    margin: 0 0 30px;
    width: 33.3333%;
    float: left;
}

@media screen and (min-width: 1200px) {
    .event-item-wrapper:nth-child(3n + 1) {
        clear: both;
    }
}

.event-result-item {
    background: #fff;
    padding: 30px;
}

.event-location-thumb-title {
    background: #ef3125;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    padding: 10px 10px;
    text-align: center;
}

.event-result-item .image {
    margin-bottom: 15px;
}

.event-result-item h3 {
    /*    font-family:'Gotham Medium', sans-serif;*/
    font-weight: 500;
    font-size: 20px;
    margin: 0 0 15px;
}

.event-result-item h3 a {
    color: #000;
}

.event-result-item .text {
    min-height: 240px;
}

.add-to-cal-dropdown-wrapper {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 1;
}

.add-to-cal-dropdown-wrapper ul {
    position: absolute;
    background: #fff;
    padding: 0;
    margin: 0;
    border: 2px solid #000;
    list-style: none;
    width: 100%;
    top: 100%;
    left: 0;
    z-index: 100;
    display: none;
}

.add-to-cal-dropdown-wrapper ul li+li {
    border-top: 2px solid #000;
}

.add-to-cal-dropdown-wrapper ul li a {
    display: block;
    color: #000;
    text-decoration: none !important;
    padding: 10px 15px;
}

.add-to-cal-dropdown-wrapper ul li a:hover {
    background-color: #eee;
}

.add-to-calendar-btn {
    display: inline-block;
    vertical-align: middle;
    border: 2px solid #000;
    text-decoration: none !important;
    /*    font-family: 'Gotham Medium', sans-serif;*/
    font-weight: 500;
    text-transform: uppercase;
    font-weight: 500;
    transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
    font-size: 15px;
    color: #000 !important;
    padding: 13px 10px;
    line-height: 20px;
    text-align: center;
}

.add-to-calendar-btn .fa {
    margin-right: 15px;
}

.add-to-calendar-btn:hover,
.add-to-calendar-btn.active {
    background: #000;
    color: #fff !important;
}

.event-list-actions .button {
    margin-right: 15px;
}

.future-events-list-section {
    padding: 80px 0;
}

.future-event-list-item {
    background: #f8f8f8;
    padding: 80px 0;
}

.future-event-list-item+.future-event-list-item {
    margin-top: 80px;
}

.past-events-list-section {
    background: #f8f8f8;
    padding: 80px 0;
    margin: 0 0 80px;
}

.future-event-item .text {
    float: left;
    width: 48%;
}

.future-event-item .text h3 {
    /*    font-family: 'Gotham Medium', sans-serif;*/
    font-weight: 500;
    font-size: 35px;
    margin: 0 0 1em;
}

.future-event-item .text .event-list-actions {
    padding-top: 25px;
}

.future-event-item .text .article-tags {
    float: none;
    text-align: right;
    width: auto;
    margin-top: 15px;
}

.future-event-item .image {
    float: right;
    width: 48%;
}

.future-event-item .image img {
    width: 100%;
}

.future-event-list-item:nth-child(even) .future-event-item .text {
    float: right;
}

.future-event-list-item:nth-child(even) .future-event-item .image {
    float: left;
}

.events-archive-button {
    text-align: center;
}

.turbo-product-vs .image {
    width: 40%;
}

.turbo-product-vs .text {
    width: 55%;
}

.turbo-product-vs .text table {
    font-size: 14px;
    background: none;
    margin: 0;
}

.turbo-product-vs .text table td,
.turbo-product-vs .text table th {
    border: none !important;
    background: none;
}

.turbo-product-vs .text table td:first-child {
    /*    font-family: 'Gotham Medium', sans-serif;*/
    font-weight: 500;
}

.turbo-product-vs .container:before {
    top: auto !important;
    bottom: 0 !important;
}

.turbo-products-bottom-link {
    text-align: center;
}

.vehicle-specific-disclaimer h3 {
    /*    font-family: 'Gotham Medium', sans-serif;*/
    font-weight: 500;
    font-size: 35px;
    margin: 0 0 40px;
}

.vehicle-specific-disclaimer .text {
    line-height: 1.6;
}

.vs-disclaimer-form {
    max-width: 690px;
    margin: 40px auto 0;
}

.vs-disclaimer-form .form-actions {
    text-align: center;
}

.vs-disclaimer-form .form-item {
    padding: 0;
    margin: 0 0 40px;
}

.vs-disclaimer-form .form-item label {
    font-weight: normal;
    font-size: 14px;
}

.timeline-table {
    max-width: 1200px;
    margin: 0 auto;
}

.timeline-table table {
    width: 100%;
}

.timeline-table tbody td {
    padding: 15px 15px;
    text-align: left;
    vertical-align: top;
    font-size: 16px;
}

.timeline-table thead th {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: normal;
    /*    font-family: 'Gotham Medium', sans-serif;*/
    font-weight: 500;
    padding: 20px 0 10px;
}

.timeline-table tbody td:first-child {
    /*    font-family: 'Gotham Medium', sans-serif;*/
    font-weight: 500;
    padding-left: 30px;
}

@media screen and (min-width: 600px) {
    body.admin-bar .header-wrapper {
        top: 32px;
    }
}

.field-item:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.single-article-small-container img {
    max-width: 100%;
    height: auto;
}

.newsroom-section {
    background: #f8f8f8;
    padding: 80px 0;
    margin-bottom: 80px;
}

.newsroom-section:last-child {
    margin-bottom: 0;
}

.newsroom-section-button {
    text-align: center;
    padding-top: 25px;
}

.general-block .text .news-item-date {
    font-size: 14px;
    color: #000000;
    margin-bottom: 5px;
}

#languageModal .modal-dialog {
    max-width: 880px;
    text-align: center;
}

#languageModal .modal-content {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #ababab;
}

#languageModal .modal-content:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 200px 72px 0 0;
    border-color: #ed1d24 transparent transparent transparent;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
}

#languageModal .modal-content:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 200px 72px;
    border-color: transparent transparent #ed1d24 transparent;
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 1;
}

#languageModal .modal-dialog p {
    margin-bottom: 60px;
}

#languageModal .modal-dialog p strong {
    color: #ed1d24;
    text-transform: uppercase;
}

@media screen and (min-width: 768px) {
    .vhidden {
        visibility: hidden;
    }
}

.single-event .section-html-content {
    max-width: 1110px;
    font-size: 16px;
}

.tech-papers-event-section {
    background: #f8f8f8;
    padding: 80px 0;
    margin: 0 0 80px;
}

.tech-papers-event-section .container {
    max-width: 1140px;
}

.tech-papers-event-section:last-child {
    margin-bottom: 0;
}

.tech-papers-event-section .text {
    margin: 0 0 50px;
}

.tech-papers-event-section .text h2 {
    font-size: 35px;
    color: #ed1c24;
    margin: 0 0 20px;
    /*    font-family: 'Gotham Medium', sans-serif;*/
    font-weight: 500;
}

.tech-papers-event-list {
    margin: 0 -15px;
}

.tech-paper-event-item-wrapper {
    float: left;
    width: 50%;
    padding: 0 15px;
    margin: 0 0 30px;
}

.tech-paper-event-item-wrapper:nth-child(2n + 1) {
    clear: both;
}

.tech-paper-event-item {
    background: #fff;
    padding: 30px;
    min-height: 186px;
}

.tech-paper-event-item h3 {
    /*    font-family: 'Gotham Medium', sans-serif;*/
    font-weight: 500;
    font-size: 20px;
    margin: 0 0 20px;
    line-height: 1.4;
}

.tech-paper-event-item p {
    margin: 0;
}

.section-html-content h3 {
    /*    font-family: 'Gotham Medium', sans-serif;*/
    font-weight: 500;
    font-size: 20px;
    margin: 0 0 20px;
    line-height: 1.4;
}

.event-block-section {
    padding: 15px;
    background: #fff;
    margin-bottom: 30px;
}

.event-block-section img {
    width: 100%;
    height: auto !important;
}

.event-block-section h3 {
    min-height: 56px;
}

.second_bag_background {
    height: 280px;
    max-width: 750px;
    margin: 0 auto;
    background: #fff;
    padding: 15px;
    background-position: center;
    background-repeat: no-repeat;
}

.second_bag_background p {
    font-size: 21px;
    color: #303030;
    padding-top: 71px;
    padding-left: 20px;
    /*    font-family: 'Gotham Medium', sans-serif;*/
    font-weight: 500;
    line-height: 1.25em;
}

.section-video-cat {
    margin-bottom: 80px;
}

.section-video-cat:last-child {
    margin-bottom: 0;
}

.section-video-pagination-nav {
    background: #f8f8f8;
    padding: 50px 0;
    margin-top: 0px;
}

.section-video-thumb-carousel .owl-dots {
    background: #fff;
    text-align: center;
    margin-top: 50px;
    padding: 0 110px 0 110px;
    line-height: 50px;
    position: relative;
    z-index: 1;
}

.section-video-thumb-carousel .owl-dots:before {
    content: "";
    width: 3000%;
    position: absolute;
    left: 50%;
    z-index: -1;
    height: 100%;
    background: #fff;
    margin-left: -1500%;
}

.section-video-thumb-carousel .owl-dot {
    display: inline;
    font-size: 18px;
}

.section-video-thumb-carousel .owl-dot+.owl-dot {
    margin-left: 20px;
}

.section-video-thumb-carousel .owl-dot.active {
    /*    font-family: 'Gotham Bold', sans-serif;*/
    font-weight: 700;
}

.section-video-thumb-carousel .owl-nav .owl-prev {
    left: 30px;
}

.section-video-thumb-carousel .owl-nav .owl-prev,
.section-video-thumb-carousel .owl-nav .owl-next {
    width: auto;
    height: auto;
    background: none !important;
    line-height: 50px;
    bottom: 0;
    top: auto;
    margin: 0;
    color: #000;
    z-index: 10;
    opacity: 1;
}

.section-video-thumb-carousel .owl-nav .owl-prev.disabled,
.section-video-thumb-carousel .owl-nav .owl-next.disabled {
    opacity: 0.4;
}

.section-video-thumb-carousel .owl-nav .owl-next {
    right: 30px;
}

.section-video-thumb-carousel-wrapper {
    margin: 0 -30px;
}

.videothumb-item-wrapper {
    padding: 0 30px;
}

.videothumb-item {
    background: #fff;
}

.videothumb-item .text {
    padding: 20px;
}

.videothumb-item .text h3 {
    font-size: 16px;
    margin: 0;
    line-height: 1.2;
    min-height: 38px;
}

.videothumb-item .text h3 a {
    color: #000000;
}

.videothumb-item .image a {
    display: block;
    position: relative;
    z-index: 1;
}

.videothumb-item .image img {
    width: 100%;
}

.videothumb-item .image a:before {
    content: "";
    width: 60px;
    height: 60px;
    background: url(/wp-content/themes/garrettmotion/images/play@2x.png) no-repeat center;
    background-size: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    opacity: 0.6;
    margin: -30px 0 0 -30px;
    transition: opacity 0.2s ease-in-out;
}

.videothumb-item:hover .image a:before {
    opacity: 1;
}

.video-featured-top {
    margin-bottom: 160px;
}

.search-results-filters {
    max-width: 720px;
    margin-bottom: 50px;
}

.search-results-filters .form-item {
    margin: 0 0 25px;
}

.search-results-filters ul {
    padding: 0;
    margin: 0 -5px;
    list-style: none;
}

.search-results-filters ul li {
    float: left;
    width: 33.3333%;
    margin: 0 0 25px;
    padding: 0 5px;
}

.search-results-filters ul li input {
    display: none;
}

.search-results-filters ul li label {
    font-weight: normal;
    margin: 0;
    display: block;
    padding-left: 40px;
    position: relative;
    z-index: 1;
}

.search-results-filters ul li label:before {
    content: "";
    width: 25px;
    height: 22px;
    position: absolute;
    border-radius: 4px;
    left: 0px;
    top: -2px;
    border: 1px solid #949494;
    z-index: 1;
    font: normal normal normal 14px/1 FontAwesome;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.search-results-filters ul li input:checked+label {
    /*    font-family: 'Gotham Medium', sans-serif;*/
    font-weight: 500;
}

.search-results-filters ul li input:checked+label:before {
    content: "\f00c";
}

.distributor-search-results-section {
    background: #f8f8f8;
}

.distributor-search-results-section>.container {
    padding: 120px 15px;
    position: relative;
    z-index: 1;
}

.distributor-search-results-section>.container:before {
    content: "";
    width: 300%;
    height: 100%;
    position: absolute;
    left: 100%;
    margin-left: -80px;
    bottom: 0px;
    background: #ed1c24;
    z-index: 1;
    display: block;
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    transform: skew(-20deg);
    max-height: 700px;
}

.distributor-search-results-section h3 {
    font-size: 20px;
    /*    font-family: 'Gotham Medium', sans-serif;*/
    font-weight: 500;
    margin: 0 0 10px;
}

.distributor-search-results-section h3 span {
    text-transform: uppercase;
    color: #ed1c24;
}

.distributor-search-results-section h3+p {
    margin: 0 0 50px;
}

.distributor-search-results-section h3+div {
    margin-top: 50px;
}

.distributors-search-list {
    margin: 0 -15px;
}

.distributor-search-result-item {
    float: left;
    width: 33.3333%;
    padding: 0 15px;
    margin: 0 0 40px;
}

.distributor-search-result-item:nth-child(3n + 1) {
    clear: both;
}

.distributor-search-result-item h4 {
    /*    font-family: 'Gotham Medium', sans-serif;*/
    font-weight: 500;
    font-size: 18px;
    margin: 0 0 4px;
    line-height: 1.4;
}

.distributor-search-result-item p {
    margin: 0;
}

.distributor-search-results-type-section+.distributor-search-results-type-section {
    margin-top: 80px;
}

.field-description {
    font-size: 12px;
    margin: 5px 0 0;
}

.field-description p {
    margin: 0;
}

.distributor-locator-form .form-error {
    color: #ed2028;
    font-size: 12px;
    margin-top: 10px;
}

.containerx {
    padding: 0 15px;
}

.search-results-section+.search-results-section {
    margin-top: 50px;
}

@media screen and (min-width: 768px) {
    .owl-item .content-page-inner .text {
        padding-left: 60px;
    }
}

/*---- Default style - object container */
ul#linkedin-con {
    margin: 0;
    width: 100%;
    padding: 0px;
    font-size: 14px;
}

ul#linkedin-con:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

ul#linkedin-con h2 {
    display: none;
    padding: 15px 20px;
    background: -webkit-linear-gradient(top, #696969 0%, #3f3f3f 100%);
    background: linear-gradient(to bottom, #696969 0%, #3f3f3f 100%);
    color: white;
    margin: -20px -20px 20px;
    font-weight: 300;
    font-family: helvetica;
    font-size: 14px;
}

ul#linkedin-con h2 img {
    width: 16px;
    height: 16px;
    margin-right: 10px;
    -webkit-clip-path: inset(1px 0 1px 1px);
    border-radius: 3px;
    vertical-align: baseline;
    margin-bottom: -3px;
}

/*---- Default style - object item */
ul#linkedin-con #linkedin-item {
    padding-top: 0;
    list-style: none;
    margin: 0;
    position: relative;
    background: #fff;
    width: 48.414% !important;
    float: left;
    height: 549.33px !important;
    overflow: auto;
}

ul#linkedin-con #linkedin-item:last-child {
    float: right;
}

ul#linkedin-con #linkedin-item span a {
    display: none !important;
}

ul#linkedin-con #linkedin-item img.linkedin-update-logo {
    display: none !important;
}

ul#linkedin-con #linkedin-item div {
    padding: 15px;
}

ul#linkedin-con #linkedin-item div:after {
    content: "";
    display: table;
    clear: both;
}

ul#linkedin-con #linkedin-item div img {
    display: block;
    max-width: 100%;
    margin-bottom: 10px;
    height: auto;
    width: 100%;
    margin: 0 0 10px;
}

ul#linkedin-con #linkedin-item i {
    display: block;
    margin: 0;
    font-size: 14px;
    line-height: 16px;
    padding: 15px 20px;
}

ul#linkedin-con #linkedin-item span a {
    position: absolute;
    top: 15px;
    right: 20px;
}

ul#linkedin-con #linkedin-item h3 {
    padding: 0 6px 0 0;
    font-size: 16px;
    display: block;
    margin: 0 0 15px;
}

ul#linkedin-con #linkedin-item h3 a {
    box-shadow: none;
    text-decoration: none;
}

ul#linkedin-con #linkedin-item h3+p {
    display: inline;
    line-height: 1.56em;
}

ul#linkedin-con #linkedin-item:last-child {
    margin: 0;
}

/*---- Responsive styling */
@media (max-width: 500px) {
    ul#linkedin-con h2 {
        line-height: 1.8em;
        padding-left: 46px;
    }

    ul#linkedin-con h2 img {
        margin-left: -26px;
    }

    ul#linkedin-con #linkedin-item span a {
        position: static;
        display: block;
        padding: 0 20px 15px;
        background: #262626;
        margin: 0 -1px;
    }

    ul#linkedin-con #linkedin-item i {
        padding-bottom: 10px;
    }

    body ul#linkedin-con #linkedin-item img {
        margin: 0 auto 8px;
        float: none;
    }

    ul#linkedin-con #linkedin-item span {
        position: relative;
        width: 100%;
        display: block;
    }
}

.find-tubo-popup-content {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}

.ftp-logo {
    max-width: 240px;
    margin: 0 auto 15px;
}

.ftp-buttons {
    font-size: 0;
}

.ftp-buttons .button {
    min-width: 140px;
    color: #fff !important;
}

.ftp-buttons a.button:first-child {
    margin-right: 20px;
}

.ftp-buttons a.button:first-child:after {
    display: none;
}

@media screen and (min-width: 1360px) {
    .breadcrumbs-top-sep {
        margin-top: 118px;
    }
}

@media screen and (max-width: 1199px) {
    .homepage-nav-dots {
        display: none !important;
    }
}

.homepage-nav-dots {
    position: fixed;
    right: 10px;
    top: 85%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1000;
    transition: top 0.8s, opacity 0.8s;
    opacity: 0;
}

.homepage-nav-dots.active {
    top: 50%;
    opacity: 1;
}

.homepage-nav-dots span {
    display: block;
    border-radius: 50%;
    background: #7d7d7d;
    border: 1px solid #fff;
    width: 12px;
    height: 12px;
    cursor: pointer;
}

.homepage-nav-dots span+span {
    margin-top: -10px;
}

.homepage-nav-dots.active span+span {
    margin-top: 10px;
}

.homepage-nav-dots span.active {
    background-color: #030303;
}

/* V2 */
.navbar-nav>li>a {
    font-size: 16px;
}

.navbar-nav>li>ul>li>a {
    font-size: 16px;
    padding-top: 6px;
    padding-bottom: 6px;
}

.navbar-nav>li>a>span {
    padding: 5px 0;
}

.header-right {
    padding-top: 5px;
    padding-bottom: 5px;
}

.header-bottom .navbar-nav>li>ul>li>a {
    padding-top: 6px;
    padding-bottom: 6px;
}

body {
    padding-top: 80px;
}

.logo {
    padding-top: 22px;
    padding-bottom: 22px;
    height: 118px;
}

.logo:after {
    border-top-width: 118px;
}

.homepage-hero .text-inner h2,
.homepage-hero .text-inner h1 {
    font-size: 42px;
    margin-bottom: 15px;
}

.homepage-hero .text-inner {
    font-size: 18px;
    line-height: 1.6;
}

.homepage-hero .text-inner p {
    margin-bottom: 20px;
}

.homepage-hero {
    height: 400px;
}

.homepage-hero-block h3 {
    font-size: 32px;
    margin-bottom: 15px;
}

.homepage-hero-block-inner {
    padding-top: 20px;
    padding-bottom: 20px;
}

/* V2 */

#calendar:not(:empty) {
    padding: 20px;
}

.fc-toolbar .fc-left h2 {
    cursor: pointer;
}

.fc-toolbar .fc-left h2:before {
    content: "\f060";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 75%;
    vertical-align: 2px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    margin-right: 10px;
}

.large-blocks-tabs .general-block.full-image-block .text {
    padding-top: 70px;
}

.large-blocks-tabs .general-block.full-image-block {
    margin-bottom: 0;
}

.large-blocks-slider-section {
    background: #f8f8f8;
}

@media screen and (min-width: 1360px) {
    .header-bottom-sticky+.page-title-section {
        margin-top: 38px;
    }
}

@media screen and (max-width: 1889px) {
    .general-block:last-child {
        margin-bottom: 0;
    }
}

@media screen and (min-width: 1890px) {
    .general-block:not(.full-image-block)+.general-block.reversed:not(.gb-same-level) {
        margin-top: 120px;
    }

    .general-block:last-child {
        margin-bottom: 20px;
    }
}

.btt {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    line-height: 36px;
    text-align: center;
    cursor: pointer;
    position: fixed;
    right: 15px;
    bottom: 85px;
    z-index: 100;
    font-size: 20px;
    transition: all 0.4s ease-in-out;
    transform: translateY(100px);
}

.btt:hover {
    background-color: rgba(255, 255, 255, 0.6);
}

.btt.clickable {
    transform: translateY(0);
}

.page-sections-nav {
    background: #000;
}

.page-sections-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: table;
    width: 100%;
}

.page-sections-nav ul li {
    display: table-cell;
}

.page-sections-nav ul li a {
    color: #fff;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 10px 5px;
    width: 20%;
}

.page-sections-nav ul li a:hover,
.page-sections-nav ul li a:focus {
    text-decoration: none;
}

.page-sections-nav ul li a:before {
    content: "\f063";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 10px;
}

.page-sections-nav ul li:hover {
    background: #5b5b5b;
}

.newsroom-search {
    padding: 50px 0;
}

.newsroom-search+.main-page-wrapper {
    padding-top: 30px;
}

.newsroom-search .form-item {
    max-width: 780px;
    margin: 0 auto;
}

.newsroom-search .search-form input[type="text"] {
    padding: 21px 15px 21px 55px;
    background: #fff url(images/search2@2x.png) no-repeat 15px center;
    background-size: 18px 19px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
}

.newsroom-search-form-popup {
    text-align: center;
    margin-top: 25px;
    border-top: 1px solid #ddd;
}

.newsroom-search-form-popup ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.newsroom-search-form-popup ul li {
    display: inline-block;
    padding: 0 15px;
}

.newsroom-search-form-popup ul li input {
    display: none;
}

.newsroom-search-form-popup ul li label {
    padding: 12px 0 10px;
    display: block;
    font-weight: normal;
    cursor: pointer;
    border-bottom: 2px solid transparent;
    padding-left: 40px;
    position: relative;
    z-index: 1;
}

.newsroom-search-form-popup ul li label:before {
    content: "";
    width: 25px;
    height: 22px;
    position: absolute;
    border-radius: 4px;
    left: 0px;
    top: 11px;
    border: 1px solid #949494;
    z-index: 1;
    font: normal normal normal 14px/1 FontAwesome;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.newsroom-search-form-popup ul li input:checked+label,
.newsroom-search-form-popup ul li:hover label {
    border-bottom-color: #ed1c24;
}

.newsroom-search-form-popup ul li input:checked+label:before {
    content: "\f00c";
}

.search-page-top-filters .newsroom-search {
    padding-top: 0;
}

.page-template-template-newsroom .global-search-by-type:last-child {
    display: none;
}

.download-media-kit {
    font-size: 18px;
}

.download-media-kit img {
    margin-bottom: 20px;
}

.media-kit-section {
    margin-bottom: 40px;
}

.media-kit-section>h3 {
    /*    font-family: 'Gotham Medium', sans-serif;*/
    font-weight: 500;
    margin: 0 0 20px;
    text-transform: uppercase;
}

.media-kit-press-release-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.media-kit-press-release-list>li+li {
    margin-top: 10px;
}

.media-kit-leaders-bios-list ul {
    padding: 0;
    margin: 0 -15px;
    list-style: none;
}

.media-kit-leaders-bios-list ul li {
    float: left;
    width: 33.3333%;
    padding: 0 15px;
    text-align: center;
    margin-bottom: 25px;
}

.media-kit-leaders-bios-list ul li:nth-child(3n + 1) {
    clear: both;
}

.media-kit-leaders-bios-list ul li img {
    margin-bottom: 15px;
}

.homepage-news-section .homepage-news-list {
    margin: 0 -15px;
}

.homepage-news-section .homepage-news-item-wrapper {
    padding: 0 15px;
}

.page-template-template-newsroom .newsroom-search-filters-row:first-child ul li label {
    padding-left: 0;
}

.page-template-template-newsroom .newsroom-search-filters-row:first-child ul li label:before {
    display: none !important;
}

.weibo-block-wrapper {
    width: 48.414% !important;
    float: left;
}

.weibo-block-wrapper:last-child {
    float: right;
}

.weibo-block {
    background: #fff;
    padding: 25px;
}

.weibo-block-content {
    overflow: auto;
    height: 414.33px;
}

.weibo-block img {
    max-width: 100%;
    height: auto !important;
}

.weibo-block-header {
    margin: 0 0 15px;
}

.weibo-profile-img {
    width: 40px;
    float: left;
}

.weibo-profile-img img {
    border-radius: 50%;
}

.weibo-profile-text {
    padding-left: 55px;
}

.weibo-profile-text .h3 {
    font-size: 18px;
    margin: 0;
    line-height: 1.3;
}

.weibo-profile-text .h3 a {
    color: #000;
    text-decoration: none;
}

.weibo-profile-text p {
    color: #939393;
    margin: 0;
    font-size: 13px;
}

.cn-products-list {
    margin: 0 0 100px;
}

.cn-products-list .detail-view {
    display: none;
}

.homepage-slider {
    display: block !important;
    max-height: 500px;
    overflow: hidden;
}

.section-html-content img {
    max-width: 100%;
    height: auto;
}

.leadership-list-section {
    background: #f8f8f8;
    padding: 50px 0;
}

.leadership-list-items-wrapper {
    max-width: 1366px;
    margin: 0 auto;
}

.leadership-list {
    margin: 0 -15px;
}

.leadership-team-item-wrapper {
    width: 33.3333%;
    float: left;
    padding: 0 15px;
    margin: 0 0 30px;
}

/*.leadership-team-item-wrapper:nth-child(1) {
    Created option in custom fields
    width: 100%;
}*/

.leadership-team-item {
    text-align: center;
    padding: 15px;
    background: #fff;
    max-width: 436px;
    margin: 0 auto;
}

.leadership-team-item .image {
    position: relative;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}

.leadership-team-item .image:before {
    content: '';
    display: block;
    padding-top: 100%;
}

.leadership-team-item img {
    margin: 0 auto;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.leadership-team-item .text {
    margin: 20px 0 0;
    min-height: 90px;
}

.leadership-team-item .text h3 {
    margin-top: 0;
}

.leadership-team-item .text p {
    margin: 0;
}

/*
#homepage-hero-1 .button {
	margin: 412px 0 0 154px;
}
*/

/* .infobox__subtitle#info-email {
    display: none !important;
} */

.turbo-results-table-block {
    padding: 60px 0;
}

.turbo-results-table-block table tr.even td {
    background: #fafafa;
}

.turbo-results-table-block select.form-control {
    background: #fff url(images/select@2x.png) no-repeat right center;
    background-size: 25px 7px;
    padding: 9px 40px 9px 15px;
    height: auto;
    line-height: 1.45;
}

/* INSTALLER CONNECT */
.tableContentWrapper {
    position: relative;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background: #ed1c24;
    border-color: #5b5b5b;
}

.pagination>li>a,
.pagination>li>span {
    color: #ed1c24;
}

.find-turbo-section-wrapper.loading:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3) url(images/loading.svg) no-repeat center;
    background-size: 30px 30px;
    background-position: center;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.hoverBox,
.turbo-search-disclaimer-popup {
    background: #000;
    border: 4px solid #000;
    color: #fff;
    display: none;
    padding: 15px;
    position: absolute;
    right: -370px;
    top: -20px;
    width: 350px;
    z-index: 20;
    margin: 0;
    list-style: none;
    text-align: left;
}

.turbo-search-disclaimer-popup {
    background-color: #f8f8f8;
    font-size: 14px;
    border: 1px solid #ed1c24;
    color: #000;
    top: -16px;
}

.turbo-search-disclaimer-popup p:last-child {
    margin-bottom: 0;
}

.hoverBox:after,
.hoverBox:before,
.turbo-search-disclaimer-popup:after,
.turbo-search-disclaimer-popup:before {
    right: 100%;
    top: 25px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.hoverBox:after,
.turbo-search-disclaimer-popup:after {
    border-color: transparent;
    border-right-color: #000;
    border-width: 5px;
    margin-top: -5px;
}

.turbo-search-disclaimer-popup:after {
    border-right-color: #f8f8f8;
    border-width: 10px;
    margin-top: -10px;
}

.hoverBox:before,
.turbo-search-disclaimer-popup:before {
    border-color: transparent;
    border-right-color: #000;
    border-width: 11px;
    margin-top: -11px;
}

.turbo-search-disclaimer-popup:before {
    border-right-color: #ed1c24;
}

.hoverBox li {
    font-weight: 700;
    margin-bottom: 5px;
    word-wrap: break-word;
}

.hoverBox li span {
    font-weight: 400;
}

.catalog-search-possible-icon {
    display: inline-block;
    margin-left: 5px;
    position: relative;
    float: left;
    margin-right: 10px;
}

.catalog-search-possible-icon .fas {
    color: #ed1c24;
    font-size: 1.2em;
}

.linkForHover:hover~.hoverBox,
.catalog-search-possible-icon:hover .turbo-search-disclaimer-popup {
    display: block;
}

.am_page-template-template-catalogue-specs .button-back,
.am_page-template-template-catalogue-npi-single .button-back,
.single-catalog_product .button-back {
    margin-top: 15px;
}

.am_page-template-template-catalogue-npi-single .button-back:after,
.am_page-template-template-catalogue-specs .button-back:after,
.single-catalog_product .button-back:after {
    display: none;
}

.am_page-template-template-catalogue-npi-single .button-back:before,
.am_page-template-template-catalogue-specs .button-back:before,
.single-catalog_product .button-back:before {
    content: "\f104";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 18px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 12px;
    vertical-align: -1px;
}

.turbo-specs-page .table-responsive {
    margin: 0 0 20px;
}

.turbo-specs-page table th {
    text-align: center !important;
    font-size: 16px !important;
}

.turbo-specs-page table tbody th {
    background-color: inherit !important;
    color: inherit;
}

.turbo-specs-page table tbody td {
    background-color: inherit !important;
    text-align: center;
}

.turbo-specs-page table tbody th {
    width: 50%;
}

.turbo-specs-page table tbody td {
    width: 10%;
}

.turbo-specs-page table tbody th+td:last-child {
    width: 50%;
}

.turbo-specs-page table tbody td .fa-times {
    color: #ed1c24;
}

.turbo-specs-page table tbody td .fa-check {
    color: green;
}

.complete-specs-related-oe {
    position: relative;
    display: inline-block;
}

.complete-specs-related-oe:hover .complete-specs-related-oe-tooltip {
    display: block;
}

.complete-specs-related-oe>span {
    display: inline-block;
    cursor: pointer;
    border-bottom: 1px dotted #000;
}

.complete-specs-related-oe-tooltip {
    position: absolute;
    left: 40px;
    top: -15px;
    z-index: 10;
    background: #fff;
    border: 2px solid #999;
    width: 190px;
    padding: 10px;
    font-size: 14px;
    display: none;
}

.complete-specs-related-oe-tooltip:after,
.complete-specs-related-oe-tooltip:before {
    right: 100%;
    top: 25px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.complete-specs-related-oe-tooltip:after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #fff;
    border-width: 10px;
    margin-top: -10px;
}

.complete-specs-related-oe-tooltip:before {
    border-color: rgba(153, 153, 153, 0);
    border-right-color: #999999;
    border-width: 13px;
    margin-top: -13px;
}

.complete-specs-related-oe-tooltip ul {
    padding: 0;
    margin: 10px 0 0;
    list-style: none;
}

.pt-converter-click {
    cursor: pointer;
    font-weight: 700;
    color: #ed1c24;
}

.pt-converter-value:not(.active) {
    display: none;
}

.pt-converter-click.active {
    color: #000;
}

.turbo-specs-page h2 {
    margin: 0 0 30px;
}

.turbo-specs-page h2 strong {
    color: #ed1c24;
}

.turbo-specs-actions {
    margin: 0 0 30px;
    border: 1px solid #000;
    padding: 15px;
    max-width: 350px;
}

.turbo-specs-actions input[type="number"] {
    width: 75px;
    border: 1px solid #ccc;
    padding: 8px 15px;
    background: #fff;
    line-height: 32px;
    vertical-align: middle;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}

.turbo-specs-actions .button {
    width: 235px;
}

/*
.turbo-specs-page article > .container > .row {
	max-width: 1150px;
}
*/

.turbo-specs-gallery {
    margin: 0 0 30px;
    max-width: 530px;
}

.turbo-specs-gallery-list {
    margin: 0 -15px;
}

.turbo-specs-gallery-item {
    width: 25%;
    float: left;
    padding: 0 15px;
    margin: 0 0 15px;
}

.turbo-specs-gallery-item a {
    display: block;
    border: 1px solid #ccc;
}

.turbo-specs-gallery-item a img {
    width: 100%;
}

.turbo-specs-gallery-item:first-child {
    width: 100%;
    margin-bottom: 30px;
}

.turbo-gallery-info {
    margin-bottom: 30px;
}

.turbo-specs-gallery>p {
    padding: 0 15px;
}

.wishlist-success-message {
    position: relative;
    padding: 20px;
}

.wishlist-success-message .button {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 2;
}

.am_page-template-template-wishlist .page-title-text.full-width {
    max-height: 190px;
}

.wishlist-quote-block {
    border: 1px solid #000;
    padding: 15px;
}

.wishlist-quote-block h3 {
    margin: 0 0 15px;
}

.wishlist-quote-block .form-item {
    margin: 0 0 15px;
}

.wishlist-quote-block textarea {
    resize: none;
    height: 100px;
}

.wishlist-table td:nth-child(1) {
    width: 20%;
}

.wishlist-table td:last-child {
    width: 15%;
    text-align: center;
}

.wishlist-table td a {
    text-decoration: none !important;
}

.qty-selector input[type="number"] {
    width: 100%;
    border: none;
    background: none;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 5px 5px;
    font-weight: 500;
    line-height: 20px;
}

.qty-selector input[type="number"]::-webkit-inner-spin-button,
.qty-selector input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.qty-selector {
    position: relative;
    color: #000;
    left: 0;
    top: 0;
    width: 120px;
    padding: 0 20px;
    margin: 0 auto;
}

.qty-selector .qty-up {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    height: 30px;
    line-height: 30px;
    width: 20px;
    text-align: center;
    z-index: 2;
}

.qty-selector .qty-down {
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
    height: 30px;
    line-height: 30px;
    width: 20px;
    text-align: center;
    z-index: 2;
}

.btn-breadcrumb {
    margin: 0 0 40px;
}

.btn-breadcrumb>.btn.disabled {
    opacity: 1 !important;
    color: #333;
    background-color: #8a8a8a !important;
}

.btn-breadcrumb>.btn.disabled:after {
    border-left-color: #8a8a8a !important;
}

.btn-breadcrumb .btn:not(:last-child):after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 14px solid #f7f7f7;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    left: 100%;
    z-index: 3;
    transition: border-color 0.2s ease-in-out;
}

.btn-breadcrumb .btn:not(:last-child):before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 14px solid #f7f7f7;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    margin-left: 1px;
    left: 100%;
    z-index: 3;
    transition: border-color 0.2s ease-in-out;
}

.btn-breadcrumb .btn {
    padding: 12px 25px 12px 39px;
    background: #000;
    font-size: 18px;
    font-weight: 500;
    border-color: #ccc !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    line-height: 26px;
    z-index: auto !important;
    text-align: center;
    min-width: 180px;
    transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.btn-breadcrumb .btn + .btn {
    margin-left: 0;
}
.btn-breadcrumb .btn:first-child {
    padding-left: 25px;
}

.btn-breadcrumb .btn:last-child {}

.btn-breadcrumb .btn.btn-primary:hover {
    background-color: #ed1c24;
}

.btn-breadcrumb .btn.btn-primary.active {
    background-color: #ed1c24;
}

.btn-breadcrumb .btn.btn-primary:not(:last-child):after {
    border-left-color: #000;
}

.btn-breadcrumb .btn.btn-primary:not(:last-child):before {
    border-left-color: #f7f7f7;
}

.btn-breadcrumb .btn.btn-primary:hover:not(:last-child):after,
.btn-breadcrumb .btn.btn-primary.active:not(:last-child):after {
    border-left-color: #ed1c24;
}

.btn-breadcrumb .btn.btn-primary:hover:not(:last-child):before,
.btn-breadcrumb .btn.btn-primary.active:not(:last-child):before {
    border-left-color: #f7f7f7;
}

.installer-training-landing-block>.text {
    margin: 0 0 30px;
}
.installer-training-level-page .alert-info {
    padding-left: 50px;
    position: relative;
    z-index: 1;
    background: #ed1c24;
    border-color: #000;
    color: #fff;
}
.installer-training-level-page .alert-info input[type="password"] {
    color: #000;
}
@media (max-width: 480px) {
    .installer-training-level-page .btn-breadcrumb .btn {
        font-size: 14px;
        padding: 10px 15px;
        min-width: 150px;
    }
}
.modalvideo .alert-danger {
    display: none;
}

.modalvideo .alert-danger {
    padding-left: 50px;
    position: relative;
    z-index: 1;
}

.modalvideo .modal-dialog {
    max-width: 820px;
}

.modalvideo .modal-content {
    padding: 25px;
}

.optin-new-role-block {
    padding: 25px;
    position: relative;
    z-index: 1;
    border: 1px solid #000;
    max-width: 450px;
    margin: 0 auto;
    text-align: center;
}

.optin-new-role-block h3 {
    margin: 0 0 20px;
    color: #ed1c24;
}

.optin-new-role-block .form-item {
    margin: 0 0 25px;
    display: inline-block;
}

.installer-training-level-page .alert-info .glyphicon,
.alert-danger .glyphicon {
    position: absolute;
    left: 15px;
    top: 50%;
    font-size: 24px;
    margin-top: -12px;
    z-index: 2;
}

.installer-training-level-page-videos {
    padding: 20px;
    border: 1px solid #cccccc;
    position: relative;
    z-index: 1;
}

.installer-training-level-page-videos.loading:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8) url(images/loading.svg) no-repeat center;
    background-size: 30px 30px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
}

.single-training_level .wrapper {
    overflow: visible;
}

.installer-training-level-page-status {
    padding: 20px;
    border: 1px solid #cccccc;
}

.installer-training-level-page-status-col {
    position: -webkit-sticky;
    position: sticky;
    top: 130px;
}

.installer-training-level-page-status h3 {
    margin: 0 0 20px;
}

.installer-training-level-page-status p {
    margin-bottom: 15px;
}

.installer-training-level-page-status p:last-child {
    margin-bottom: 0;
}

.installer-training-video-block+.installer-training-video-block {
    border-top: 1px solid #cccccc;
    padding-top: 20px;
    margin-top: 20px;
}

.installer-training-video-block .image {}

.installer-training-video-thumb {
    display: block;
    position: relative;
    z-index: 1;
    border-radius: 5px;
    height: 180px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.seen .installer-training-video-thumb:after {
    content: "\f00c";
    background: #fff;
    border: 4px solid #7eb339;
    border-radius: 50%;
    color: #7eb339;
    font: normal normal normal 14px/1 FontAwesome;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    height: 40px;
    left: 10px;
    line-height: 33px;
    position: absolute;
    text-align: center;
    top: 10px;
    width: 40px;
}

.installer-training-video-thumb:before {
    content: "";
    width: 60px;
    height: 60px;
    background: url(/wp-content/themes/garrettmotion/images/play@2x.png) no-repeat center;
    background-size: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    opacity: 0.6;
    margin: -30px 0 0 -30px;
    transition: opacity 0.2s ease-in-out;
}

.installer-training-video-block .text {
    padding-right: 40px;
}

.installer-training-video-block .text h2 {
    margin-top: 0;
    font-size: 24px;
}

.installer-training-video-block .button {
    float: right;
}

.installer-training-videos-note {
    padding-bottom: 25px;
}

.installer-training-level-page .modal-header h2 {
    margin: 0 0 30px;
    padding-right: 25px;
    font-size: 28px;
}

.take-exam-action {
    margin-top: 30px;
}

.training-exam-top-text {
    margin: 0 0 50px;
}

.training-exam-top-text h2 {
    margin-top: 0;
}

.training-exam-question-item {
    position: relative;
    z-index: 1;
}

.training-exam-question-item.loading:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8) url(images/loading.svg) no-repeat center;
    background-size: 30px 30px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
}

.training-exam-questions button[type="submit"]:disabled {
    background-color: #000 !important;
    opacity: 0.5;
}

.training-exam-question-item {
    border-bottom: 1px solid #ccc;
    margin: 0 0 30px;
}

.training-exam-question-item h4 {
    margin: 0 0 15px;
}

.training-exam-question-item ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.training-exam-question-item ul li {
    margin: 0;
}

.training-exam-question-item ul li:nth-child(odd) label {
    background-color: #f5f5f5;
}

.training-exam-question-item ul li:hover input+label {
    background: #e6e6e6;
}

.training-exam-question-item ul li input[type="radio"] {
    display: none;
}

.training-exam-question-item ul li label {
    font-weight: 400;
    margin: 0;
    display: block;
    position: relative;
    z-index: 1;
    padding: 13px 15px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.training-exam-question-item ul li input+label {
    cursor: pointer;
    padding-left: 50px;
}

.training-exam-question-item ul li input+label:before {
    content: "";
    width: 16px;
    height: 16px;
    background: #fff;
    border: 1px solid #000;
    border-radius: 50%;
    position: absolute;
    left: 15px;
    top: 15px;
    z-index: 1;
}

.training-exam-question-item ul li input:checked+label,
.training-exam-question-item ul li label.user-selected {
    background-color: #1f1f1f;
    color: #fff;
}

.training-exam-question-item ul li input:checked+label:after {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #000;
    position: absolute;
    left: 19px;
    top: 19px;
    z-index: 2;
}

.training-exam-question-item ul li label.user-selected:before {
    display: none !important;
}

.training-exam-question-item ul li label.user-selected:after {
    position: absolute;
    right: 15px;
    top: 11px;
    z-index: 1;
    font: normal normal normal 24px/1 FontAwesome;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    text-align: center;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.training-exam-question-item ul li label.correct {
    background-color: #7eb339 !important;
}

.training-exam-question-item ul li label.correct:after {
    content: "\f00c";
}

.training-exam-question-item ul li label.wrong {
    background-color: #ee3123 !important;
}

.training-exam-question-item ul li label.wrong:after {
    content: "\f00d";
}

.training-exam-question-item ul li label.user-selected {
    padding-right: 50px;
}

.training-exam-warning-incomplete {
    border: 1px solid #eee;
    border-top: 2px solid #ff6b00;
    background: #fff;
    padding: 25px;
    margin: 0 0 30px;
    padding-left: 75px;
    position: relative;
    z-index: 1;
}

.training-exam-warning-incomplete .fa {
    color: #ff6b00;
    font-size: 30px;
    position: absolute;
    left: 25px;
    top: 25px;
    z-index: 1;
}

.training-exam-warning-incomplete p {
    margin: 0;
}

.training-select-gift-box {
    padding: 20px;
    border: 1px solid #cccccc;
}

.training-select-gift-box h3 {
    margin-top: 0;
}

.training-gifts-list {
    margin: 30px -15px 0;
}

.training-gift-item-wrapper {
    padding: 0 15px;
    float: left;
    width: 25%;
}

.training-gift-item {
    position: relative;
    z-index: 1;
}

.training-gift-zoom {
    font-size: 18px;
    position: absolute;
    right: 25px;
    top: 20px;
    z-index: 5;
}

.training-gift-item input {
    display: none;
}

.training-gift-item label {
    cursor: pointer;
    padding: 15px;
    border: 1px solid #ccc;
    text-align: center;
    font-weight: 500;
}

.training-gift-item img {
    margin: 0 0 15px;
}

.training-gift-item input:checked+label {
    background-color: #ed1c24;
    color: #fff;
}

.training-gift-box-actions {
    padding-top: 30px;
    display: none;
}

#trainingShippingModal .alert {
    padding-left: 55px;
    position: relative;
    z-index: 1;
}

.training-shipping-modal .modal-dialog {
    max-width: 820px;
}

.training-shipping-modal .modal-content {
    padding: 25px;
}

.training-level-shipping .form-row {
    margin-bottom: 20px;
}

.training-level-shipping .form-row input[type="checkbox"] {
    margin-right: 10px;
}

.training-level-shipping {
    padding: 20px;
    border: 1px solid #cccccc;
}

.training-level-shipping h3 {
    margin-top: 0;
}

.training-level-shipping .button {
    margin-top: 25px;
}

#trainingShippingModal form,
.training-select-gift-box,
.activate-badge-form form {
    position: relative;
}

#trainingShippingModal form.loading:before,
.training-select-gift-box.loading:before,
.activate-badge-form form.loading:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8) url(images/loading.svg) no-repeat center;
    background-size: 30px 30px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
}

.myaccount-ebadge-list {
    margin: 0 -15px;
}

.ebadge-list-item-wrapper {
    padding: 0 15px;
    float: left;
    width: 33.3333%;
    margin: 0 0 30px;
}

@media screen and (max-width: 1199px) {
    .ebadge-list-item-wrapper {
        width: 50%;
    }
}

.ebadge-list-item {
    border: 1px solid #cccccc;
    padding: 15px;
    text-align: center;
    position: relative;
}

.download-certificate-btn {
    position: absolute;
    right: 15px;
    top: 15px;
    background: #000;
    padding: 5px 15px;
    color: #fff !important;
}

.ebadge-list-item img {
    width: 100%;
    max-width: 80% !important;
    margin: 0 auto;
}

.ebadge-list-item-actions {
    margin-top: 20px;
}

.woocommerce .ebadge-list-item-actions button.button,
.woocommerce .ebadge-list-item-actions a.button {
    width: 100%;
    padding: 15px 10px;
    font-size: 14px;
}

.ebadge-list-item-actions .button+.button {
    margin-top: 10px;
}

@media screen and (min-width: 1200px) {
    .ebadge-list-item-wrapper:nth-child(3n + 1) {
        clear: both;
    }
}

@media screen and (max-width: 1199px) {
    .ebadge-list-item-wrapper:nth-child(2n + 1) {
        clear: both;
    }

    .woocommerce .ebadge-list-item-actions button.button,
    .woocommerce .ebadge-list-item-actions a.button {
        width: 100%;
        padding: 10px 10px;
        font-size: 12px;
    }

    .ebadge-list-item h4 {
        font-size: 16px;
    }
}

@media screen and (max-width: 499px) {
    .ebadge-list-item-wrapper {
        width: 100%;
    }
}

.woocommerce-account .page-title-text.single-page-title-section,
.woocommerce-page .page-title-text.single-page-title-section {
    max-height: 170px;
}

.woocommerce-info {
    border-top-color: #000;
}

.woocommerce-info::before {
    color: #000;
}

.mark,
mark {
    padding: 0;
    background-color: inherit;
}

.ebadge-list-item h4 {
    margin: 30px 0 0;
}

.woocommerce-MyAccount-navigation {
    background: #fff;
    max-width: 400px;
}

.woocommerce-MyAccount-navigation ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.woocommerce-MyAccount-navigation ul li {}

.woocommerce-MyAccount-navigation ul li+li {
    border-top: 1px solid #f8f8f8;
}

.woocommerce-MyAccount-navigation ul li a {
    color: #000000 !important;
    text-decoration: none !important;
    display: block;
    padding: 15px 25px;
    position: relative;
    z-index: 1;
    font-weight: 400 !important;
    border-left: 1px solid transparent;
}

.woocommerce-MyAccount-navigation ul li a:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

.woocommerce-MyAccount-navigation ul li.current-menu-item>a,
.woocommerce-MyAccount-navigation ul li.current-menu-ancestor>a {
    border-left-color: #ed1c24;
    font-weight: 500 !important;
}

.woocommerce-MyAccount-navigation ul li.current-menu-item>ul,
.woocommerce-MyAccount-navigation ul li.current-menu-ancestor>ul {
    display: block;
}

.woocommerce-MyAccount-navigation ul li.menu-item-has-children>a:after {
    content: "\f107";
    width: 50px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    text-align: center;
    line-height: 52px;
}

.woocommerce-MyAccount-navigation ul li ul {
    background: #53575a;
    display: none;
}

.woocommerce-MyAccount-navigation ul li ul li+li {
    border-top-color: #4e5052;
}

.woocommerce-MyAccount-navigation ul li ul li a {
    color: #fff !important;
    border: none !important;
}

.woocommerce-MyAccount-navigation ul li ul li a:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.activate-badge-form {
    border: 1px solid #cccccc;
    padding: 15px;
}

.woocommerce .activate-badge-form form .form-row {
    padding: 0;
    margin: 0 0 15px;
}

.activatedBadge {
    color: #00b743;
}

.notActivatedBadge {
    color: red;
}

.share-ebadge-option {
    margin: 30px 0;
}

.listSharingOptionsEbadge {
    margin: 0 0 30px;
    padding: 0;
    list-style: none;
}

.listSharingOptionsEbadge li .fa {
    width: 50px;
    height: 50px;
    display: inline-block;
    background: #3b5998;
    color: #fff;
    text-align: center;
    cursor: pointer;
    line-height: 50px;
    font-size: 24px;
    vertical-align: middle;
    margin-right: 10px;
}

.share-ebadge-option .form-group input {
    float: left;
    background: #f2f2f2;
    border: 1px solid #ccc;
    width: calc(100% - 200px);
    line-height: 32px;
}

.slideContentEBadge {
    background: #ffffff;
    bottom: 0;
    height: calc(100% - 112px);
    left: 0;
    overflow-y: auto;
    padding-top: 60px;
    position: fixed;
    right: 0;
    top: 112px;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    transition: transform 0.5s ease;
    -webkit-transition: transform 0.5s ease;
    -moz-transition: transform 0.5s ease;
    z-index: 100;
}

.slideContentEBadge.slideIn {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.mainTitleEbadgePreview {
    font-family: "Arial Bold", Arial;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-left: 20px;
}

.mainTitleEbadgePreview span {
    color: #ee3124;
}

.wrapperContentEbadgePreview {
    background: #fff;
    border: 1px solid #ccc;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 20px;
    width: 100%;
}

.wrapperContentEbadgePreview .eBadgeNamePreview {
    font-family: "Arial Bold", Arial;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 0;
    text-transform: none;
}

.wrapperContentEbadgePreview .eBadgeGaragePreview {
    font-family: Arial;
    font-size: 24px;
    margin-bottom: 20px;
}

.wrapperFooterEBadgePreview {
    margin: 20px 0;
    padding: 0 15px;
    width: 100%;
}

.wrapperFooterEBadgePreview .topFooterEBadgePreview {
    background: #000;
    color: #fff;
    font-family: Arial;
    font-size: 20px;
    font-weight: bold;
    padding: 12px 20px;
    text-transform: uppercase;
}

.wrapperFooterEBadgePreview .footerListEbadgePreview {
    background: #ed1d25;
    color: #fff;
    margin: 0;
    padding: 15px;
    text-align: center;
    text-transform: none;
}

.wrapperFooterEBadgePreview .footerListEbadgePreview li {
    border-right: 1px solid #fff;
    font-family: Arial, sans-serif;
    font-size: 16px;
    list-style: none;
}

.wrapperFooterEBadgePreview .footerListEbadgePreview li:last-child {
    border-right: none;
}

.wrapperBackButtonEBadgePreview {
    height: 52px;
    margin-bottom: 20px;
    margin-top: 20px;
    position: relative;
    text-align: right;
}

.wrapperBackButtonEBadgePreview button {
    position: absolute;
    right: 0;
}

.wrapperTextEbadgePreview {
    margin-top: 20px;
}

.wrapperTextEbadgePreview ol {
    padding: 0;
    margin: 0;
    list-style: none;
}

.highlightedTextEbadgePreview {
    font-family: Arial, sans-serif;
    font-size: 18px;
    font-weight: bold;
}

.highlightedTextEbadgePreview.paragraphTitle {
    font-size: 16px;
    margin: 0;
}

.badgeDescriptionPreview {
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
}

.iconEbadgePreview {
    float: left;
    margin: 0 35px 0 20px;
    width: 180px;
}

.wrapperBackButtonEBadgePreview .button-back:after {
    display: none;
}

.wrapperBackButtonEBadgePreview .button-back:before {
    content: "\f104";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 18px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 12px;
    vertical-align: -1px;
}

.header-user-profile {
    color: #fff;
    position: relative;
}

.header-user-profile .fa-user-lock {
    color: #a0a0a0;
}

.header-right>ul>li .header-user-profile .user-menu-counter {
    top: -7px;
}

.user-floating-menu {
    position: fixed;
    right: 0;
    top: 230px;
    /*
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    */
    z-index: 1001;
    background: #000000;
    width: 40px;
    padding: 20px 0;
}

.user-floating-menu>ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.user-floating-menu>ul>li {
    position: relative;
}

.user-floating-menu>ul>li>a {
    display: block;
    text-align: center;
    color: #fff;
    padding: 9px 0;
    font-size: 15px;
    text-decoration: none !important;
    line-height: 22px;
}

.user-minicart,
.user-floating-menu>ul>li>ul,
.user-floating-search,
.floating-menu-tooltip {
    position: absolute;
    width: 278px;
    right: 100%;
    top: 0;
    z-index: 100;
    background: #4f4f4f;
    color: #fff;
    display: none;
    font-size: 15px;
}

.floating-menu-tooltip {
    width: 150px;
    padding: 11px;
}

.user-floating-menu>ul>li>ul {
    width: 205px;
}

.user-floating-search {
    padding: 11px 15px;
    color: #000;
    font-size: 15px;
}

.user-floating-search .form-item {
    position: relative;
    z-index: 1;
}

.user-floating-search input[type="text"] {
    padding-right: 30px !important;
}

.user-floating-search button[type="submit"] {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    padding: 0 5px;
    background: none;
    border: none;
    height: 100%;
}

.user-floating-menu>ul>li:hover>ul,
.user-floating-menu>ul>li:hover>.user-minicart,
.user-floating-menu>ul>li:hover>.user-floating-search,
.user-floating-menu>ul>li:hover .floating-menu-tooltip {
    display: block;
}

.user-floating-menu>ul>li>ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.user-minicart:before,
.user-floating-menu>ul>li>ul:before,
.user-floating-search:before,
.floating-menu-tooltip:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 7px 10px;
    border-color: transparent transparent transparent #4f4f4f;
    position: absolute;
    left: 100%;
    top: 13px;
    z-index: 2;
}

.user-floating-menu>ul>li>ul>li+li {
    border-top: 1px solid #515151;
}

.user-floating-menu>ul>li>ul>li>a {
    display: block;
    color: #fff !important;
    text-decoration: none !important;
    padding: 9px 15px 9px 25px;
    position: relative;
    z-index: 1;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 22px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.user-floating-menu>ul>li>ul>li>a .fas {
    margin-right: 12px;
}

.user-floating-menu>ul>li>ul>li>a:hover {
    background: #ed1c24;
}

.woocommerce-mini-cart__empty-message {
    margin: 0;
    padding: 15px;
    text-align: center;
}

.user-menu-counter {
    width: 18px;
    height: 18px;
    position: absolute;
    border-radius: 50%;
    background: #ed1c24;
    color: #fff;
    text-align: center;
    left: 50%;
    top: 2px;
    margin-left: 3px;
    z-index: 10;
    font-size: 11px;
    font-weight: 400;
    line-height: 18px;
}

.user-minicart>h4 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 15px;
    padding: 15px 10px;
    border-bottom: 1px solid #6e6e6e;
    margin: 0;
}

.user-minicart ul {
    padding: 0;
    margin: 0;
    list-style: none;
    max-height: 151px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.user-minicart ul li {
    padding: 12px 15px !important;
    position: relative;
    border-bottom: 1px solid #6e6e6e;
    display: table;
    width: 100%;
    font-size: 13px;
}

.user-minicart ul li .image {
    width: 47px;
    display: table-cell;
    vertical-align: middle;
}

.user-minicart ul li .image img {
    width: 100%;
    max-width: 100%;
    height: auto !important;
}

.user-minicart ul li .text {
    display: table-cell;
    vertical-align: middle;
    width: 110px;
    padding: 0 15px;
}

.user-minicart ul li .remove {
    display: none !important;
}

.user-minicart ul li .quantity {
    display: table-cell;
    vertical-align: middle;
    white-space: nowrap;
}

.user-minicart ul li .price {
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
    text-align: right;
    color: #ed1c24;
    font-weight: 500;
    font-size: 16px;
}

.woocommerce-mini-cart__total {
    padding: 12px 15px;
    position: relative;
    border-bottom: 1px solid #6e6e6e;
    text-transform: uppercase;
    margin: 0;
}

.woocommerce-mini-cart__total strong {
    font-weight: 400;
}

.woocommerce-mini-cart__total .amount {
    float: right;
    font-weight: 500;
}

.woocommerce-mini-cart__buttons {
    padding: 12px 15px;
    margin: 0;
}

.woocommerce-mini-cart__buttons .button {
    width: 100%;
}

.woocommerce-mini-cart__buttons .checkout,
#woo_pp_ec_button {
    display: none !important;
}

.login-type-tabs ul {
    padding: 0;
    margin: 0 0 30px;
    list-style: none;
    border-bottom: 1px solid #f2f2f2;
}

.login-type-tabs ul li {
    float: left;
    width: 50%;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: -2px;
    font-size: 24px;
    padding: 15px 10px;
    border-bottom: 3px solid transparent;
}

.login-type-tabs ul li.active {
    border-bottom-color: #ed1c24;
}

/*
.login-type-block:not(.active) {
	display: none;
}
*/

#loginModal .modal-dialog {
    max-width: 770px;
}

#loginModal .modal-content {
    padding: 40px;
}

/*
.login-type-block {
	padding: 20px;
	border: 1px solid #F2F2F2;
}
*/

.login-type-block a {
    color: #000;
    text-decoration: underline;
}

.login-type-block a:hover {
    text-decoration: none;
}

.login-type-block .form-actions {
    font-size: 0px;
}

.login-type-block .form-actions .button {
    font-size: 13px;
    padding: 10px 25px;
    min-width: 162px;
}

.login-type-block .form-actions .button+.button {
    margin-left: 14px;
}

.button-cancel {
    background: #e0e1e0;
    color: #b0b3b2;
}

.login-type-block .form-item {
    margin: 0 0 20px;
}

.form-login-social,
.login-form-register-link {
    border-top: 1px solid #f2f2f2;
    padding: 30px 0 0;
    margin: 30px 0 0;
}

.form-login-social .h4 {
    margin: 0 0 15px;
}

.form-login-social .row,
.login-type-block .form-actions .row {
    margin-left: -7px;
    margin-right: -7px;
    max-width: 528px;
}

.form-login-social .row>div,
.login-type-block .form-actions .row>div {
    padding-left: 7px;
    padding-right: 7px;
}

div.nsl-container-inline .nsl-container-buttons a {
    margin: 0 !important;
}

div.nsl-container .nsl-container-buttons {
    padding: 0 !important;
}

div.nsl-container-inline {
    margin: 0 !important;
}

div.nsl-container .nsl-button-icon,
div.nsl-container-inline .nsl-container-buttons a {
    width: 100%;
}

div.nsl-container .nsl-button-default span.nsl-button-label-container {
    margin: 0 3px !important;
    font-size: 13px !important;
    text-align: left !important;
    font-family: "Gotham A", "Gotham B", sans-serif !important;
    font-weight: 500 !important;
    text-transform: uppercase;
}

div.nsl-container-block .nsl-container-buttons a {
    margin: 0 !important;
}

div.nsl-container .nsl-button {
    border-radius: 0px !important;
}

.woocommerce .form-login-social .button,
.form-login-social .button,
.login-box-sso .button {
    width: 100%;
    padding: 7px 5px;
    color: #000 !important;
    background-color: #fff;
    border: 3px solid #000;
    text-decoration: none !important;
    font-size: 13px;
}

.woocommerce .form-login-social .button:hover,
.form-login-social .button:hover,
.login-box-sso .button:hover {
    background-color: #ed1c24;
    color: #fff !important;
    border-color: #ed1c24;
}

.login-type-block .form-actions .login-box-sso .button {
    padding: 7px 5px;
    background-color: #ed1c24;
    color: #fff !important;
    border-color: #ed1c24;
}

.login-box-sso .button:after {
    display: none;
}

.login-type-block .h2 {
    font-size: 24px;
    margin: 0 0 10px;
}

.login-type-block .h2+p {
    margin: 0 0 25px;
}

.form-checkbox {
    position: relative;
}

.form-checkbox input {
    position: absolute;
    left: 0;
    top: 0;
    width: 0px;
    height: 0px;
    opacity: 0;
}

.form-checkbox label {
    font-weight: normal;
    margin: 0;
    display: block;
    padding-left: 30px;
    position: relative;
    z-index: 1;
}

.form-checkbox label:before {
    content: "";
    width: 17px;
    height: 17px;
    position: absolute;
    left: 0px;
    top: 1px;
    border: 1px solid #000;
    z-index: 1;
    font: normal normal normal 14px/1 FontAwesome;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.form-checkbox input:checked+label:before {
    content: "\f00c";
}

.single-rp_page div.wpcf7 {
    max-width: none;
}

.boost-fraternity-application-section .legend {
    background: #5b5b5b;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    padding: 15px;
    margin: 0 0 15px;
}

.cf7mls_next.action-button,
.cf7mls_back.action-button {
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    background: #000;
    text-decoration: none !important;
    padding: 15px 30px;
    line-height: 20px;
    font-size: 15px;
    border: none;
    color: #fff;
    transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
    border-radius: 0;
    box-shadow: none;
    vertical-align: middle;
    text-shadow: none;
}

.cf7mls_next.action-button:hover,
.cf7mls_back.action-button:hover {
    background-color: #ed1c24;
    color: #fff;
}

.wpcf7-form-control-wrap.social {
    display: block;
}

.wpcf7-form-control-wrap.social>span {
    display: block;
    margin: 0 -10px;
}

.wpcf7-form-control-wrap.social>span:after {
    content: "";
    display: table;
    clear: both;
}

.wpcf7-form-control-wrap.social .wpcf7-list-item {
    float: left;
    padding: 0 10px;
}

.boost-fraternity-application-section label.required:after {
    content: "*";
    color: #ed1c2a;
    font-weight: 500;
    margin-left: 2px;
}

.single-rp_page .contact-form-section .image {
    display: none;
}

.single-rp_page .contact-form-section .text {
    width: 75%;
    margin: 0 auto;
    padding: 0 15px;
}

.single-rp_page .contact-form-section .text .col-md-6 {
    min-height: auto;
}

.form-item-note {
    font-size: 10px;
}

.form-boost-terms {
    line-height: 1.6;
    max-height: 500px;
    overflow: auto;
    margin-bottom: 40px;
}

.form-boost-terms p,
.form-boost-terms ol,
.form-boost-terms ol li,
.form-boost-terms ul,
.form-boost-terms ul li {
    margin-bottom: 20px;
}

.form-boost-terms ul {
    padding: 0;
    list-style: none;
}

.form-boost-terms address {
    margin-left: 50px;
}

.form-boost-terms ol li p {
    margin-left: 20px;
}

.garrettgear-wrapper {
    margin: 38px 0 0;
}

.installer-training-faqs-block {
    max-width: 1280px;
    margin: 0 auto;
}

.installer-training-faqs-block>h3 {
    color: #ed1c24;
    margin: 0 0 15px;
}

.training-faq-q {
    cursor: pointer;
    padding-right: 40px;
    position: relative;
    margin-bottom: 10px;
}

.training-faq-q .fas {
    position: absolute;
    right: 0;
    top: -4px;
    font-size: 30px;
}

.training-faq-q.active .fas {
    transform: rotate(180deg);
}

.training-faq-a {
    display: none;
    padding: 20px;
    background: #e7e7e7;
}

.training-faq-a>*:last-child {
    margin-bottom: 0;
}

.training-faq-question {
    margin: 0 0 30px;
}

/*
.training-faq-question:not(:first-child) {
	border-top: 1px solid #e7e7e7;
	padding-top: 30px;
}
*/

.woocommerce div.product form.cart table td.label {
    display: table-cell;
    font-size: 1em;
    border-radius: 0;
    color: inherit;
    font-weight: normal;
    text-align: left;
}

.woocommerce div.product {
    max-width: 1250px;
    margin: 0 auto;
}

.woocommerce div.product div.images img {
    border: 1px solid #d3ced2;
}

.pswp__caption__center {
    text-align: center;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
    font-size: 1.5em;
}

.woocommerce .quantity .qty {
    padding: 10px 0;
    border: 1px solid #eee;
    line-height: 28px;
    width: 100px;
}

.woocommerce div.product div.images .flex-control-thumbs {
    margin-top: 15px;
}

.woocommerce div.product div.images .flex-control-thumbs li {
    width: 16.6666%;
    clear: none !important;
    padding: 5px;
}

.woocommerce div.product div.images .flex-control-thumbs {
    margin: 10px -5px;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    text-align: center;
}

.woocommerce table.shop_attributes th {
    width: 20%;
}

.woocommerce-products-header h1 {
    margin: 30px 0;
}

.woocommerce ul.products li.product a img {
    border: 1px solid #ddd;
    border-radius: 7px;
}

#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
    width: 180px;
    padding: 14px 12px;
}

.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
    padding: 15px 30px;
    color: #fff !important;
}

.woocommerce a.remove {
    text-decoration: none !important;
}

.select2-container--default .select2-selection--single {
    height: 37px;
    border: 1px solid #eeeeee;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 37px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 35px;
}

.register-page-side-block {
    border: 1px solid #ccc;
    margin: 0 0 25px;
}

.register-page-side-block .text {
    padding: 0 15px 15px;
}

.register-page-side-block .image img {
    width: 100%;
}

#wcmca_divider {
    margin: 15px 0;
}

.ywcrbp_regular_price {
    /*display: none;*/
}

.woocommerce-account .main-page-wrapper {
    background-color: #f8f8f8;
}

.dashboard-top-note {
    background: #fff;
    border-top: 1px solid #ed1c24;
    padding: 25px 40px;
}

.dashboard-widgets {
    margin: 0 -30px;
}

.dashboard-widget-item-wrapper {
    padding: 0 30px;
    margin-top: 60px;
    float: left;
    width: 50%;
}

.dashboard-widget-item-wrapper:nth-child(2n + 1) {
    clear: both;
}

.dashboard-widget-item {
    background: #fff;
    text-align: center;
    box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
    padding: 40px;
}

.dashboard-widget-item .image {
    width: 140px;
    margin: 0 auto 30px;
}

.dashboard-widget-item h4 {
    text-transform: uppercase;
    margin: 0 0 30px;
    font-size: 18px;
    color: #ed1c24;
    font-weight: 500;
}

.dashboard-widget-item p {
    max-width: 360px;
    margin: 0 auto 30px;
    min-height: 66px;
}

.woocommerce .dashboard-widget-item .button {
    background-color: #ed1c24;
}

.woocommerce .dashboard-widget-item .button:hover {
    background-color: #000;
}

.user-notification-item+.user-notification-item {
    border-top: 1px solid #e7e7e7;
    margin-top: 30px;
    padding-top: 30px;
}

.user-notification-item .image {
    float: left;
    width: 120px;
    margin-right: 15px;
}

.user-notification-item .button {
    font-size: 13px !important;
    padding: 10px 25px !important;
}

.npi-landing-item {
    border: 1px solid #ccc;
    margin-bottom: 30px;
}

.npi-landing-item .image img {
    width: 100%;
}

.npi-landing-item .text {
    padding: 15px 20px;
}

.npi-landing-item .text h3 {
    margin: 0 0 10px;
}

.npi-landing-blocks {
    margin: 0 -15px;
}

.npi-landing-item-wrapper {
    float: left;
    width: 50%;
    padding: 0 15px;
}

.npi-landing-item-wrapper:nth-child(2n + 1) {
    clear: both;
}

.npi-landing-catalog-download {
    background: url(images/imgHomepageTurboResized.png) no-repeat center;
    background-size: cover;
    position: relative;
    z-index: 1;
    padding: 15px;
}

.npi-landing-catalog-download .text {
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 15px;
    max-width: 600px;
}

.npi-landing-catalog-download .text h4 {
    font-size: 30px;
    margin: 0 0 15px;
    line-height: 1.3;
}

.npi-single-export-data {
    border: 1px solid rgb(204, 204, 204);
    padding: 40px;
    text-align: center;
    margin: 30px 0;
    font-weight: 500;
    font-size: 16px;
}

.npi-single-export-data p {
    margin: 0;
}

.hr-jobs-list {
    margin: 0 -30px;
}

.hr-job-item-wrapper {
    float: left;
    width: 33.3333%;
    padding: 0 30px;
    margin: 30px 0;
}

.hr-job-item {
    background-color: #fff;
    box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
    padding: 35px 80px;
}

@media screen and (min-width: 992px) {
    .hr-job-item-wrapper:nth-child(3n + 1) {
        clear: both;
    }
}

@media screen and (max-width: 991px) {
    .hr-job-item-wrapper:nth-child(2n + 1) {
        clear: both;
    }

    .hr-job-item-wrapper {
        width: 50%;
    }
}

.hr-job-item h3 {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 15px;
    line-height: 1.3;
}

.hr-job-item .hr-job-location {
    color: #888888;
    margin: 0 0 15px;
}

.job-cta-btn {
    display: inline-block;
    margin: 30px 0 0;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 18px;
}

body.single-hr_page {
    padding-top: 100px;
}

.single-hr_page .logo {
    height: 100px;
    width: 228px;
    padding: 26px 15px;
}

.single-hr_page .logo img {
    max-width: 140px;
}

.single-hr_page .logo:after {
    border-top-width: 100px;
    border-right-width: 36px;
}

.hr-header-title {
    line-height: 50px;
    font-size: 30px;
    padding-left: 250px;
    background: #303030;
    position: relative;
}

.hr-header-title:before {
    content: "";
    width: 1000%;
    position: absolute;
    z-index: -1;
    left: 50%;
    margin-left: -500%;
    height: 100%;
    background: #303030;
}

.single-hr_page .header-top .navbar-nav {
    margin-left: 230px;
}

.single-hr_page .header-top .navbar-nav>li>a {
    padding: 5px 20px;
    font-size: 15px;
}

.single-hr_page .homepage-hero,
.single-hr_page .homepage-slider {
    max-height: 350px;
}

.section-hr-stats {
    background: #f8f8f8;
    padding: 60px 0;
    margin-bottom: 50px;
}

.hr-stats-block {
    font-size: 0px;
    background: #fff;
    text-align: center;
}

.hr-stats-item {
    display: inline-block;
    font-size: 20px;
    width: 20%;
    color: #53575a;
    padding: 35px 15px;
}

.hr-stats-item h3 {
    font-size: 40px;
    font-weight: 700;
    color: #ed1c24;
    margin: 0;
}

.hr-stats-item p {
    margin: 0;
}

.hr-cta-item {
    position: relative;
    text-align: center;
    padding: 95px 15px;
    color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hr-cta-item:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.hr-cta-item .text {
    width: 100%;
    position: relative;
    z-index: 2;
}

.hr-cta-item .text h3 {
    font-size: 40px;
    font-weight: 300;
    margin: 0 0 1.2em;
}

.hr-testimonial-item-wrapper {
    padding: 0 20px;
}

.hr-testimonial-item {
    background: #fff;
    padding: 30px;
}

.hr-testimonial-item .image {
    height: 245px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
    margin: 0 0 15px;
}

.hr-testimonial-item .image:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 390px 140px 0 0;
    border-color: #ed1c24 transparent transparent transparent;
    position: absolute;
    left: -30px;
    top: 30px;
    z-index: 1;
}

.hr-testimonial-item .image:last-child {
    display: none;
}

.hr-testimonial-item .text {
    background: #f8f8f8;
    position: relative;
    z-index: 2;
    padding: 30px;
    min-height: 300px;
}

.hr-testimonial-item .text:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 25px 30px 25px;
    border-color: transparent transparent #f8f8f8 transparent;
    position: absolute;
    left: 50%;
    bottom: 100%;
    margin-left: -25px;
    z-index: 2;
}

.hr-testimonial-item .text h4 {
    color: #ed1c24;
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 10px;
}

.hr-testimonial-item .text h5 {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.hr-testimonial-item .text h6 {
    color: #999999;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 20px;
}

.hr-testimonial-body>*:last-child {
    margin-bottom: 0;
}

.hr-testimonial-actions {
    text-align: center;
    padding-top: 30px;
}

.hr-testimonial-actions.hr-white-buttons a {
    background: #fff;
    color: #000;
    border: 1px solid #000;
}

.hr-testimonial-actions.hr-white-buttons a:hover {
    background: #ed1c24;
    color: #fff;
    border: 1px solid #ed1c24;
}

.hr_page .form-actions+p {
    margin: 30px 0 0;
}

#cff.cff-thumb-layout .cff-text-wrapper {
    float: none !important;
    width: 100% !important;
}

#cff.cff-thumb-layout .cff-text-wrapper:after,
.cff-media-wrap:after {
    content: "";
    display: table;
    clear: both;
}

#cff.cff-thumb-layout .cff-photo,
#cff.cff-thumb-layout .cff-iframe-wrap,
#cff.cff-thumb-layout .cff-html5-video,
#cff.cff-thumb-layout .cff-vidLink {
    width: 100% !important;
    float: none !important;
}

.select-turbo-variants {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: left;
}

.select-turbo-variants>li {
    position: relative;
}

.select-turbo-variants>li>span {
    display: block;
    padding: 10px 15px;
    cursor: pointer;
}

.select-turbo-variants>li+li {
    border-top: 1px solid #eeeeee;
}

.select-turbo-variants>li>span:after {
    content: "\f078";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 14px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 8px;
    vertical-align: 1px;
}

.select-turbo-variants>li:hover>span,
.select-turbo-variants>li.active>span {
    color: #ed1c24;
}

.select-turbo-variants>li.active>span:after {
    transform: rotate(180deg);
}

.select-turbo-variants>li>ul:after,
.select-turbo-variants>li>ul:before {
    bottom: 100%;
    left: 20%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.select-turbo-variants>li>ul:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 8px;
    margin-left: -8px;
}

.select-turbo-variants>li>ul:before {
    border-color: rgba(238, 238, 238, 0);
    border-bottom-color: #eee;
    border-width: 9px;
    margin-left: -9px;
}

.select-turbo-variants>li>ul {
    padding: 5px 0;
    margin: 0;
    list-style: none;
    display: none;
    position: absolute;
    background: #fff;
    width: 100%;
    top: 100%;
    left: 0;
    z-index: 20;
    border: 1px solid #eeeeee;
    max-height: 340px;
    -webkit-overflow-scrolling: touch;
    overflow: auto;
}

.select-turbo-variants>li>ul>li>span {
    padding: 5px 15px;
    cursor: pointer;
    display: block;
}

.select-turbo-variants>li>ul>li:hover {
    background-color: #eee;
}

.select-turbo-variants>li>ul>li>a {
    display: inline-block;
    padding: 5px 15px;
    color: #000;
    text-decoration: none !important;
}

.select-turbo-variants>li>ul>li>ul {
    display: none;
}

.turbo-specs-page table.select-turbo-variants-table tbody th {
    text-align: left;
    padding: 18px 23px;
    font-weight: 700;
    width: 20% !important;
}

.turbo-specs-page table.select-turbo-variants-table tbody tr td {
    width: 40% !important;
}

.ic-newsletter-dashboard {
    background: #fff;
    padding: 25px 40px;
    box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
    text-align: center;
    margin-top: 50px;
    position: relative;
}

.ic-newsletter-dashboard.loading:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3) url(images/loading.svg) no-repeat center;
    background-size: 30px 30px;
    background-position: center;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.ic-newsletter-banner {
    background: #2c2c2c;
    color: #fff;
    font-size: 16px;
    position: fixed;
    z-index: 999;
    left: 0;
    bottom: 0;
    line-height: 1.6;
    padding: 20px 0;
    text-align: center;
    width: 100%;
}

.ic-newsletter-banner.loading:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3) url(images/loading.svg) no-repeat center;
    background-size: 30px 30px;
    background-position: center;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.close-ic-newsletter-banner {
    width: 18px;
    height: 18px;
    position: absolute;
    background: url(images/close@2x.png) no-repeat center;
    background-size: 100%;
    top: 15px;
    right: 15px;
    z-index: 15;
    transition: all 0.3s;
    cursor: pointer;
}

.single-catalog_product .page-title-text.full-width {
    height: 200px;
}

.single-catalog_product .page-title-text.full-width h1 {
    max-width: none;
    font-size: 40px;
}

.catalog-product-top-section {
    background: #f9f9f9;
    padding: 40px;
}

.turbo-specs-gallery-list-v2 {
    position: relative;
    padding-left: 180px;
}

.catalog-product-thumbs {
    position: absolute;
    left: 0;
    top: 0;
    width: 170px;
    z-index: 2;
}

.catalog-product-thumbs * {
    outline: none !important;
}

.turbo-specs-gallery-item-thumb {
    padding: 10px 30px;
    cursor: pointer;
}

.catalog-product-thumbs .slick-arrow {
    text-align: center;
    cursor: pointer;
    font-size: 20px;
}

.turbo-specs-gallery-item-thumb img {
    border: 1px solid transparent;
}

.turbo-specs-gallery-item-thumb.active img {
    border-color: #ed1c24;
}

.turbo-specs-gallery-item-v2 a {
    display: block;
    border: 1px solid #ccc;
}

.turbo-specs-gallery-item-v2 img {
    width: 100%;
}

.catalog-product-top-right {
    background: #d9edf6;
    padding: 30px;
    height: 469px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: space-between;
    flex-direction: column;
}

.catalog-product-top-right .turbo-specs-actions {
    border: none;
    background-color: #fff;
    margin: 0;
}

.catalog-product-top-section.placeh .turbo-specs-gallery-list-v2 {
    padding-left: 0;
    text-align: center;
}

.catalog-product-top-section.placeh .turbo-specs-gallery-list-v2 img {
    width: auto !important;
    margin: 0 auto;
}

.catalog-product-top-section.placeh .catalog-product-top-right {
    height: 220px;
    align-content: center;
    justify-content: center;
}

.register-mandatory-checkbox {
    margin-top: 30px;
}

.register-mandatory-checkbox input[type="checkbox"] {
    float: left;
}

.register-mandatory-checkbox label {
    display: block;
    padding-left: 20px;
    font-weight: normal;
}

div.nsl-container-block .nsl-container-buttons a.disabled {
    pointer-events: none;
    opacity: 0.5;
}

.sf_field_state {
    display: none;
}

.find-turbo-load-saved-query-block {
    text-align: center;
    padding: 10px 0 0;
}

#saveCatalogSavedQueriesModal .modal-dialog,
#loadNotificationModal .modal-dialog {
    max-width: 640px;
}

#loadCatalogSavedQueriesModal .modal-dialog {
    max-width: 840px;
}

#saveCatalogSavedQueriesModal .form-item {
    margin: 0 0 20px;
}

#saveCatalogSavedQueriesModal .form-item textarea {
    height: 160px;
    display: block;
    resize: none;
}

#saveCatalogSavedQueriesModal .modal-content,
#loadCatalogSavedQueriesModal .modal-content,
#loadNotificationModal .modal-content {
    padding: 30px;
}

#saveCatalogSavedQueriesModal button.close,
#loadCatalogSavedQueriesModal button.close,
#loadNotificationModal button.close {
    position: absolute;
    right: -15px;
    top: -20px;
    font-size: 30px;
    line-height: 1;
    z-index: 1;
}

.catalog-results-save-query-block {
    margin: 0 0 25px;
}

.alert-box.success {
    margin-bottom: 15px;
}

.saved-catalog-query-remove-btn {
    background: none;
    border: none;
    padding: 5px;
    font-size: 30px;
    vertical-align: middle;
}

.find-turbo-form .form-item select {
    height: 38px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.catalog-account-sq-block {
    margin: 0 0 40px;
}

.saved-ba-remove-btn {
    background: none;
    border: none;
    padding: 5px;
    font-size: 30px;
    vertical-align: middle;
}

.woocommerce-form-register #campaignCode_field {
    display: none;
}

.section-newsroom_featured_news_title {
    background: #f8f8f8;
    position: relative;
    z-index: 1;
    padding: 15px 0;
    margin: 0 0 15px;
}

.section-newsroom-fnt-bg {
    background: #7f8386;
    position: absolute;
    right: 50%;
    top: 0;
    height: 100%;
    width: 300%;
    z-index: 1;
}

.section-newsroom-fnt-bg:after {
    content: "";
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    transform: skew(-20deg);
    height: 100%;
    width: 60px;
    position: absolute;
    top: 0;
    left: 100%;
    margin-left: -25px;
    background: #f8f8f8;
}

.section-newsroom_featured_news_title .container,
.section-newsroom_icons .container {
    position: relative;
    z-index: 3;
}

.section-newsroom_featured_news_title h2,
.section-newsroom_featured_news_title h1,
.section-newsroom_icons h2 {
    text-transform: uppercase;
    color: #fff;
    margin: 0;
    padding: 16px 0 11px;
}

.social-links-inline {
    padding: 0;
    margin: 14px 0 0;
    list-style: none;
}

.social-links-inline li {
    float: left;
}

.social-links-inline li a {
    color: #fff;
    text-decoration: none !important;
    font-size: 28px;
}

.social-links-inline li+li {
    margin-left: 15px;
}

.social-links-inline li a:hover {
    color: #ed1c24;
}

.section-newsroom_featured_news_title .search-form {
    display: block;
    padding-right: 60px;
    position: relative;
    z-index: 1;
    margin-left: auto;
    max-width: 740px;
}

.section-newsroom_featured_news_title .search-form input[type="text"] {
    padding: 21px 15px 21px 55px;
    background: #fff url(images/search2@2x.png) no-repeat 15px center;
    background-size: 18px 19px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
}

.section-newsroom_featured_news_title .search-form button[type="submit"] {
    position: absolute;
    width: 60px;
    height: 100%;
    right: 0;
    top: 0;
    z-index: 1;
    background: #ed1c24;
    color: #fff;
    border: none;
    font-size: 24px;
    padding: 0;
}

.section-newsroom_featured_news_title .search-form button[type="submit"]:hover {
    background-color: #000;
}

.section-newsroom_icons {
    background: #f8f8f8;
    position: relative;
    z-index: 1;
    padding: 11.5px 0;
    margin: 0 0 15px;
}

.section-newsroom_icons .section-newsroom-fnt-bg {
    right: 66.6666%;
}

.section-newsroom-col h2 {
    padding-left: 30px;
    margin: 0 0 20px;
}

.newsroom_icons-icons {}

.newsroom_icons-icons ul {
    padding: 0;
    margin: 0 -10px;
    list-style: none;
    text-align: center;
    font-size: 0px;
}

.newsroom_icons-icons ul li {
    display: inline-block;
    width: 20%;
    padding: 0 10px;
    vertical-align: top;
    font-size: 16px;
    font-weight: 600;
}

.newsroom_icons-icons ul li a {
    text-decoration: none !important;
    display: inline-block;
    color: #000;
}

.newsroom_icons-icons ul li a:hover {
    color: #ed1c24;
}

.newsroom_icons-icons ul li span.img {
    display: block;
    max-width: 100px;
    margin: 0 auto 10px;
}

.newsroom_icons-icons ul li span.img img {
    margin: 0 auto;
    max-height: 55px;
}

.section-newsroom_icons h2 {
    padding-top: 26px;
}

.section-newsroom_carousel {
    padding: 15px 0;
    background: #f8f8f8;
    margin: 0 0 15px;
}

.section-newsroom_carousel .owl-dots {
    text-align: center;
    font-size: 0px;
    margin-top: 10px;
}

.section-newsroom_carousel .owl-dot {
    display: inline-block;
    cursor: pointer;
    width: 10px;
    height: 10px;
    background: #000;
    border-radius: 50%;
}

.section-newsroom_carousel .owl-dot.active {
    background-color: #ed1c24;
}

.section-newsroom_carousel .owl-dot+.owl-dot {
    margin-left: 10px;
}

.newsroom-carousel-item-left {
    padding: 0 15px;
    float: left;
    width: 66.6666%;
}

.newsroom-carousel-item-right {
    padding: 0 15px;
    float: left;
    width: 33.3333%;
}

.newsroom-carousel-item-article {
    padding: 25px;
    background: #fff;
}

.newsroom-carousel-item {
    padding: 0 50px;
}

.newsroom-carousel-item .news-item-cat a {
    color: #000;
    text-decoration: none;
}

.newsroom-carousel-item .news-item-cat a:hover {
    color: #ed1c24 !important;
}

.newsroom-carousel-item .image {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: block;
}

.newsroom-carousel-item .text h3 {
    font-size: 21px;
    margin: 0 0 15px;
}

.newsroom-carousel-item .text h3 a {
    color: #000;
    text-decoration: none;
}

.newsroom-carousel-item .text h3 a:hover {
    color: #ed1c24;
}

.newsroom-carousel-item .image img {
    display: none;
}

.newsroom-carousel-item-left .image {
    width: 430px;
    float: left;
    height: 405px;
}

@media screen and (max-width: 1359px) {
    .newsroom-carousel-item-left .image.sq-image {
        display: none;
    }
}

@media screen and (min-width: 1360px) {
    .newsroom-carousel-item-left .image.sq-image+.image {
        display: none;
    }
}

.newsroom-carousel-item-left .text-top {
    min-height: 355px;
}

.newsroom-carousel-item-left .text {
    padding-left: 460px;
}

.newsroom-carousel-item-right .image {
    height: 200px;
    margin: 0 0 15px;
}

.newsroom-carousel-item-meta {
    overflow: hidden;
    margin: 0 0 15px;
}

.newsroom-carousel-item-meta .news-item-date {
    margin: 0;
    float: left;
}

.newsroom-carousel-item-meta .news-item-cat {
    float: right;
    text-transform: uppercase;
    font-weight: 500;
}

.newsroom-carousel-item-meta .news-item-cat>a {
    text-decoration: none;
}

.newsroom-carousel-item-meta .news-item-cat>a:hover {
    color: #000 !important;
}

.newsroom-carousel-item-right .text-top {
    min-height: 140px;
}

.newsroom-carousel-item-right .text-top>p {
    display: none;
}

.newsroom-article-bottom {
    overflow: hidden;
}

.newsroom-article-bottom .button {
    float: left;
}

.newsroom-article-bottom .share-article-box {
    margin-top: 9px;
}

.page-template-template-newsroom .section-more-about,
.page-template-template-newsroom-v2 .section-more-about,
.tax-news_category .section-more-about,
.tax-main_category .section-more-about {
    display: none;
}

.section-newsroom_categories {
    margin: 0 0 40px;
    background: #f8f8f8;
    padding: 30px 0;
}

.section-newsroom-col .homepage-news-item-wrapper {
    float: none;
    width: auto;
    padding: 0;
    margin-top: 10px;
}

.section-newsroom-col-v2 .homepage-news-item-wrapper {
    float: left;
    width: 33.3333%;
    padding: 0;
}

@media screen and (max-width: 991px) {
    .section-newsroom-col-v2 .homepage-news-item-wrapper {
        width: 50%;
        clear: none !important;
    }

    .section-newsroom-col-v2 .homepage-news-item-wrapper:nth-child(2n + 1) {
        clear: both !important;
    }
}

@media screen and (max-width: 767px) {
    .section-newsroom-col-v2 .homepage-news-item-wrapper {
        width: 100%;
    }
}

.page-template-template-newsroom .header-bottom>.container,
.parent-pageid-386 .header-bottom>.container,
.page-template-template-newsroom-v2>.container,
.tax-news_category>.container {
    display: none;
}

.section-newsroom_videos,
.section-newsroom_events {
    padding: 30px 0 0;
    margin: 0 0 40px;
}

.section-newsroom_videos h2,
.section-newsroom_events h2 {
    margin: 0 0 15px;
}

.newsroom-video-item-article .image img {
    display: none;
}

.newsroom-video-item-article .image {
    height: 200px;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
    margin: 0 0 15px;
    display: block;
}

.newsroom-video-item-article .image:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #000;
    opacity: 0.5;
}

.newsroom-video-item-article .image:after {
    content: "";
    width: 60px;
    height: 60px;
    background: url(/wp-content/themes/garrettmotion/images/play@2x.png) no-repeat center;
    background-size: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    opacity: 0.6;
    margin: -30px 0 0 -30px;
    transition: opacity 0.2s ease-in-out;
    z-index: 2;
}

.newsroom-video-item-article:hover .image:after {
    opacity: 1;
}

.newsroom-video-item-article.featured.image:before {
    opacity: 0.75;
}

.newsroom-video-item-article.featured .image:after {
    left: 75%;
}

.newsroom-video-item-article.featured .image {
    margin: 0;
    height: 450px;
}

.newsroom-video-item-article.featured .text {
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 53%;
    padding: 50px;
}

.newsroom-video-item-article.featured .text-top {}

.newsroom-video-item-article.featured .text-top h3 a {
    color: #fff;
    text-decoration: none;
}

.newsroom-video-item-article .text h3 a {
    color: #000;
    text-decoration: none;
}

.newsroom-video-item-article.featured .text-top h3 a:hover,
.newsroom-video-item-article .text h3 a:hover {
    color: #ed1c24;
}

.newsroom-video-item-article.featured .share-article-box {
    display: none;
}

.newsroom-video-item-article {
    padding: 25px;
    background: #f8f8f8;
    position: relative;
    z-index: 1;
}

.newsroom-video-item-article .text p {
    margin-bottom: 15px;
}

.newsroom-video-item-article .text-top {
    min-height: 170px;
}

.page-template-template-newsroom-v2 .main-page-wrapper,
.page-template-template-newsroom .main-page-wrapper {
    padding: 15px 0 0;
}

.tax-news_category .main-page-wrapper,
.tax-main_category .main-page-wrapper {
    padding: 15px 0;
    background: #f8f8f8;
}

.section-newsroom_events-past .section-newsroom_events-upcoming-list {
    padding: 25px;
    background: #f8f8f8;
}

.section-newsroom_events-upcoming-item .image img {}

.section-newsroom_events-upcoming-item .image {
    position: relative;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 420px;
    margin: 0 0 20px;
    height: auto !important;
}

.section-newsroom_events-upcoming-item .text p {
    margin-bottom: 15px;
}

.section-newsroom_events-upcoming .section-newsroom_events-upcoming-item:not(:last-child) {
    border-top: 2px solid #f8f8f8;
    padding-top: 25px;
    margin-top: 25px;
}

.section-newsroom_events-upcoming-list>.button {
    margin-top: 30px;
}

.section-newsroom_events-upcoming .section-newsroom_events-upcoming-list .event-list-actions>a {
    text-decoration: none !important;
    text-transform: uppercase;
    font-weight: 500;
    transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
    font-size: 15px;
    color: #000 !important;
    line-height: 20px;
}

.section-newsroom_events-upcoming .section-newsroom_events-upcoming-list .event-list-actions>a:after {
    content: "\f105";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 18px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 12px;
    vertical-align: -1px;
}

.section-newsroom_events-upcoming-list .event-list-actions .add-to-calendar-btn {
    border: none;
    padding: 0;
    background-color: transparent !important;
}

.section-newsroom_events-upcoming-list .event-list-actions .add-to-cal-dropdown-wrapper {
    margin-left: 25px;
}

.section-newsroom_events-upcoming-list .event-list-actions .add-to-calendar-btn .fa {
    margin-right: 10px;
}

.section-newsroom_events-upcoming-list .event-list-actions .add-to-calendar-btn:hover,
.section-newsroom_events-upcoming-list .event-list-actions .add-to-calendar-btn.active,
.section-newsroom_events-upcoming .section-newsroom_events-upcoming-list .event-list-actions>a:hover {
    color: #ed1c24 !important;
}

.section-newsroom-col {
    background-color: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
}

.section-newsroom-col-actions {
    padding-left: 30px;
}

.newsroom-col-1 .news-item-cat,
.newsroom-col-1 .news-item-cat a,
.newsroom-col-1 .section-newsroom-col h2,
.newsroom-col-1 .section-newsroom-col h2>a {
    color: #e02239;
}

.newsroom-col-1 .homepage-news-item-wrapper .image>a:before {
    background-color: #e02239;
}

.newsroom-col-2 .news-item-cat,
.newsroom-col-2 .news-item-cat a,
.newsroom-col-2 .section-newsroom-col h2,
.newsroom-col-2 .section-newsroom-col h2>a {
    color: #6c883d;
}

.newsroom-col-2 .homepage-news-item-wrapper .image>a:before {
    background-color: #6c883d;
}

.newsroom-col-3 .news-item-cat,
.newsroom-col-3 .news-item-cat a,
.newsroom-col-3 .section-newsroom-col h2,
.newsroom-col-3 .section-newsroom-col h2>a {
    color: #2a7ab6;
}

.newsroom-col-3 .homepage-news-item-wrapper .image>a:before {
    background-color: #2a7ab6;
}

.section-newsroom-col h2 {
    text-align: center;
}

.section-newsroom-col h1 {
    margin: 0 0 15px;
    padding: 0 15px 0 45px;
}

.section-newsroom-col h2>a {
    text-decoration: none !important;
}

.section-newsroom-col h2>a:hover {
    color: #000 !important;
}

.section-newsroom-col-actions {
    margin-top: 30px;
}

.section-newsroom-col .homepage-news-item-wrapper .image>a {
    display: block;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.section-newsroom-col .homepage-news-item-wrapper .image>a:before {
    content: "";
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    transform: skew(-20deg);
    width: 90px;
    height: 75%;
    position: absolute;
    left: -60px;
    top: 0;
    z-index: 1;
    opacity: 0.65;
    pointer-events: none;
}

.section-newsroom-col .homepage-news-item-wrapper .text {
    min-height: 170px;
}

html[lang="zh-hans"] .footer-widgets,
html[lang="ja"] .footer-widgets {
    display: none;
}

@media screen and (min-width: 992px) {
    .tax-news_category .section-newsroom-col>.col-md-4:nth-child(3n + 1) {
        clear: both;
    }
}

.resources-filters {
    margin-bottom: 50px;
}

.resources-filters .form-items {
    margin: 0 -10px;
}

.resources-filters-content {
    max-width: 600px;
}

.resources-filters .form-items .form-item {
    float: left;
    width: 50%;
    padding: 0 10px;
}

.resources-page-content {
    position: relative;
    z-index: 1;
}

.resources-page-content.loading:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8) url(images/loading.svg) no-repeat center;
    background-size: 30px 30px;
    background-position: center 75px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

/* Login form step 2 */
.login-final-step-form {
    max-width: 1200px;
}

.login-final-step-form .form-heading {
    margin-bottom: 20px;
}

.login-final-step-form h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 5px;
}

.login-final-step-form p {
    margin: 0;
}

.login-final-step-type {
    margin: 0 -10px 30px;
}

.login-final-step-item {
    float: left;
    width: 16.6666%;
    padding: 10px;
    position: relative;
    z-index: 1;
}

@media (max-width: 1199px) {
    .login-final-step-item {
        width: 33.3333%;
    }
}

@media (max-width: 767px) {
    .login-final-step-type {
        margin-left: 0;
        margin-right: 0;
    }

    .login-final-step-item {
        width: 100%;
        padding: 0;
    }
}

.login-final-step-item input {
    position: absolute;
    left: 20px;
    top: 20px;
    opacity: 0;
    width: 0px;
    height: 0px;
    z-index: 1;
}

.login-final-step-item label {
    display: block;
    margin: 0;
    text-align: center;
    background-color: #000;
    cursor: pointer;
    position: relative;
    color: #fff;
    padding: 15px 18px;
    height: 184px;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.login-final-step-item label>span {
    display: block;
}

.login-final-step-item label>span.img {
    padding: 0 10px 0;
    max-width: 175px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .login-final-step-item label {
        height: auto;
        padding: 20px;
        flex-direction: row;
        align-items: center;
    }

    .login-final-step-item label>span.img {
        flex: 0 0 90px;
        padding: 0;
    }

    .login-final-step-item label>span.txt {
        flex: 1;
        text-align: left;
        padding-left: 15px;
    }
}

.login-final-step-item input:checked+label {
    background-color: rgba(0, 153, 168, 1);
}

.login-final-step-item:nth-child(2n) label {
    background-color: #ed1c24;
}

.lfs-extra-fields {
    display: none;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .lfs-extra-fields>div+div {
        margin-top: 20px;
    }
}

.login-final-step-form .register-mandatory-checkbox .form-item {
    margin-bottom: 20px;
}

.login-final-step-form .register-mandatory-checkbox p {
    margin-bottom: 15px;
}

.login-final-step-form .button:disabled {
    background-color: #000 !important;
    opacity: 0.5 !important;
    margin-top: 30px;
}

/* ----------------- */

.post-password-form {
    text-align: center;
}

.post-password-form input[type="submit"] {
    display: inline-block;
    text-align: center;
    /* font-family: 'Gotham Medium'; */
    text-transform: uppercase;
    font-weight: 500;
    background: #000;
    text-decoration: none !important;
    padding: 9px 20px;
    line-height: 20px;
    font-size: 14px;
    border: none;
    color: #fff;
    transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
    border-radius: 0;
    box-shadow: none;
    text-shadow: none;
}

.post-password-form label {
    margin-bottom: 0;
    text-align: left;
}

.thank-you-page-content,
.register-step2-content {
    text-align: center;
}

.thank-you-page-content p,
.register-step2-content p {
    margin-bottom: 25px;
}

.thank-you-page-content .button,
.register-step2-content .button {
    min-width: 180px;
}

.thank-you-page-content .button:after,
.register-step2-content .button:after {
    display: none;
}

.page-template-template-register-step-2 .page-title-text.single-page-title-section {
    max-height: 300px;
}

/* Modals */
.modal-v2 .modal-content {
    padding: 0;
    border-radius: 0px;
}

.modal-v2 .modal-header {
    background: #ed1c24;
    color: #fff;
    min-height: 50px;
    padding: 10px 50px 10px 28px;
}

@media (max-width: 767px) {
    .modal-v2 .modal-header {
        padding-left: 18px;
    }
}

.modal-v2 .modal-header h4 {
    margin: 0;
    line-height: 30px;
    font-size: 24px;
    font-weight: 400;
}

@media (max-width: 767px) {
    .modal-v2 .modal-header h4 {
        font-size: 20px;
        line-height: 24px;
    }
}

.modal-v2 .modal-header .close {
    right: 28px;
    top: 16px;
    font-size: 0px;
    text-indent: -9999px;
    width: 18px;
    height: 18px;
    background: url(images/close.svg) no-repeat center;
    background-size: 100%;
    color: #fff;
    opacity: 1;
}

@media (max-width: 767px) {
    .modal-v2 .modal-header .close {
        right: 15px;
    }
}

.modal-v2 .modal-body {
    padding: 28px;
}

@media (max-width: 767px) {
    .modal-v2 .modal-body {
        padding: 15px;
    }
}

.modal-v2 .modal-footer {
    background: #f8f8f8;
    padding: 20px;
    text-align: center;
    border: none;
}

@media (max-width: 767px) {
    .modal-v2 .modal-footer {
        padding: 15px;
    }
}

.modal-v2 .modal-footer .button {
    min-width: 185px;
    padding-left: 10px;
    padding-right: 10px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.29);
}

@media screen and (max-width: 1359px) {
    .modal-v2 .modal-footer .button {
        min-width: 150px;
    }
}

.modal-v2 .modal-footer .button+.button {
    margin-left: 120px;
}

@media (max-width: 767px) {
    .modal-v2 .modal-footer .button+.button {
        margin-left: 10px;
    }
}

.modal-v2 .modal-footer [data-dismiss="modal"] {
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
    padding-top: 14px;
    padding-bottom: 14px;
}

@media screen and (max-width: 1359px) {
    .modal-v2 .modal-footer [data-dismiss="modal"] {
        padding-top: 11px;
        padding-bottom: 11px;
    }
}

.modal-v2 .modal-footer [data-dismiss="modal"]:hover {
    background-color: #000;
    color: #fff;
}

.modal-v2 .modal-footer [data-dismiss="modal"]:after {
    display: none;
}

/* Modals */

@media screen and (max-width: 1889px) {
    .newsroom-article-bottom .share-article-box>span {
        display: none;
    }
}

@media screen and (max-width: 1599px) {
    .newsroom-carousel-item-left .text {
        padding-left: 386px;
    }

    .newsroom-carousel-item-left .image {
        height: 300px;
        width: 356px;
    }

    .newsroom-article-bottom .share-article-box {
        float: left;
        clear: both;
    }

    .newsroom-carousel-item-article .text h3,
    .section-newsroom_events h3,
    .section-newsroom_videos h3 {
        font-size: 18px;
    }

    .section-newsroom_icons .section-newsroom-fnt-bg {
        right: 62%;
    }

    .newsroom_icons-icons ul li {
        font-size: 14px;
    }

    .section-newsroom-col h2 {
        padding-left: 20px;
        font-size: 26px;
    }

    .newsroom-carousel-item-article {
        padding: 20px;
    }

    .newsroom-carousel-item-right .image {
        height: 130px;
    }

    .newsroom-carousel-item-right .text-top {
        min-height: 105px;
    }

    .newsroom-carousel-item .newsroom-article-bottom .share-article-box {
        display: none;
    }

    .newsroom-carousel-item-left .text-top {
        min-height: 250px;
    }

    .section-newsroom_featured_news_title .search-form input[type="text"] {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .section-newsroom_featured_news_title h1,
    .section-newsroom_featured_news_title h2 {
        padding: 8px 0 6px;
    }

    .social-links-inline {
        margin-top: 6px;
    }

    .section-newsroom_featured_news_title {
        padding: 10px 0;
        margin-bottom: 10px;
    }

    .newsroom-carousel-item .newsroom-carousel-item-article {
        padding: 15px;
    }

    .newsroom-carousel-item-meta {
        font-size: 13px;
        margin-bottom: 10px;
    }

    .section-newsroom-col h1 {
        padding-left: 35px;
    }

    .section-newsroom-col-actions {
        padding-left: 20px;
    }

    .section-newsroom_events-upcoming-item .image {
        height: 350px;
    }

    .newsroom-video-item-article.featured .text {
        width: 65%;
    }
}

@media screen and (max-width: 1359px) {
    .newsroom-carousel-item-left {
        width: 50%;
    }

    .newsroom-carousel-item-right {
        width: 50%;
    }

    .newsroom-carousel-item-left .image {
        float: none;
        height: 260px;
        width: auto;
        margin: 0 0 15px;
    }

    .newsroom-carousel-item-right .image {
        height: 260px;
    }

    .newsroom-carousel-item-left .text {
        padding-left: 0;
    }

    .newsroom-carousel-item-right .text-top>p {
        display: block;
    }

    .newsroom-carousel-item-right .text-top,
    .newsroom-carousel-item-left .text-top {
        min-height: 210px;
    }

    .newsroom-article-bottom .share-article-box {
        float: right;
        clear: none;
    }

    .section-newsroom_icons h2 {
        padding-top: 23px;
    }

    .newsroom_icons-icons ul li span.img {
        max-width: 60px;
    }

    .section-newsroom_icons .section-newsroom-fnt-bg {
        right: 65%;
    }

    .section-newsroom-col h2 {
        font-size: 26px;
        margin: 0 0 15px;
    }

    .section-newsroom_videos .col-md-8,
    .section-newsroom_videos .col-md-4 {
        width: 50%;
    }

    .newsroom-video-item-article.featured .text-top {
        max-width: none;
    }

    .newsroom-video-item-article.featured .image:after {
        left: 50%;
        top: 25%;
    }

    .newsroom-video-item-article.featured .image {
        height: 429px;
    }

    .section-newsroom-col .homepage-news-item-wrapper .image>a:before {
        left: -72px;
    }

    .section-newsroom-col h1 {
        padding-left: 30px;
    }

    .section-newsroom-col-actions {
        padding-left: 15px;
    }

    .section-newsroom_events-upcoming-item .image {
        height: 290px;
    }

    .newsroom-video-item-article.featured .text {
        width: 100%;
        padding: 40px;
    }
}

@media screen and (max-width: 1199px) {
    .section-newsroom_featured_news_title {
        padding: 15px 0;
    }

    .section-newsroom_featured_news_title h1,
    .section-newsroom_featured_news_title h2 {
        font-size: 24px;
        padding-top: 20px;
    }

    .section-newsroom-fnt-bg {
        right: 48%;
    }

    .section-newsroom_featured_news_title .search-form {
        max-width: 430px;
        margin: 0 auto;
    }

    .newsroom-carousel-item-article {
        padding: 15px;
    }

    .newsroom-article-bottom .share-article-box {
        margin-top: 6px;
    }

    .newsroom-article-bottom .share-article-box>span {
        display: none;
    }

    .newsroom-carousel-item-right .text-top,
    .newsroom-carousel-item-left .text-top {
        min-height: 230px;
    }

    .section-newsroom_icons h2 {
        font-size: 24px;
    }

    .section-newsroom_icons .section-newsroom-fnt-bg {
        right: 67%;
    }

    .section-newsroom-col h2 {
        font-size: 22px;
    }

    .section-newsroom_events-upcoming-item .image {
        height: 240px;
    }
}

@media screen and (max-width: 991px) {

    .page-template-template-newsroom .main-page-wrapper,
    .page-template-template-newsroom-v2 .main-page-wrapper {
        padding-top: 25px;
    }

    .section-newsroom_featured_news_title {
        margin-bottom: 25px;
        background: #616466;
    }

    .section-newsroom-fnt-bg {
        display: none;
    }

    .section-newsroom_featured_news_title h1,
    .section-newsroom_featured_news_title h2 {
        padding: 0;
        margin: 0 0 15px;
        text-align: center;
    }

    .social-links-inline {
        text-align: center;
        margin: 0;
    }

    .social-links-inline li a {
        font-size: 24px;
    }

    .social-links-inline li {
        float: none;
        display: inline-block;
    }

    .section-newsroom_featured_news_title .search-form {
        max-width: none;
    }

    .section-newsroom_featured_news_title .search-form input[type="text"] {
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .newsroom-article-bottom .share-article-box {
        float: left;
        clear: both;
    }

    .newsroom-carousel-item-meta {
        font-size: 12px;
    }

    .newsroom-carousel-item-article .text h3,
    .section-newsroom_events h3,
    .section-newsroom_videos h3 {
        font-size: 18px;
    }

    .section-newsroom_icons {
        padding-top: 0;
    }

    .section-newsroom_icons h2 {
        background: #616466;
        padding: 15px 0;
        text-align: center;
        margin: 0 0 15px;
        position: relative;
        z-index: 1;
    }

    .section-newsroom_icons h2:before {
        content: "";
        height: 100%;
        width: 100vw;
        left: 50%;
        margin-left: -50vw;
        top: 0;
        z-index: -1;
        background: #616466;
        position: absolute;
    }

    .newsroom-col-1 .section-newsroom-col {
        margin-top: 0;
    }

    .section-newsroom-col {
        margin-top: 40px;
    }

    .section-newsroom-col h2,
    .section-newsroom_videos h2,
    .section-newsroom_events h2 {
        font-size: 26px;
    }

    .section-newsroom-col .homepage-news-item-wrapper .text {
        min-height: auto;
    }

    .section-newsroom_events-past {
        margin-top: 40px;
    }

    .section-newsroom_videos .col-md-8,
    .section-newsroom_videos .col-md-4 {
        width: 100%;
    }

    .section-newsroom_carousel {
        padding: 25px 0;
        margin: 0 0 25px;
    }

    .section-newsroom_icons {
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 767px) {

    .section-newsroom_featured_news_title h1,
    .section-newsroom_featured_news_title h2 {
        margin: 0 0 10px;
    }

    .social-links-inline {
        margin-bottom: 10px;
    }

    .section-newsroom_featured_news_title {
        padding: 15px 0;
    }

    .newsroom-carousel-item-left,
    .newsroom-carousel-item-right {
        width: 100%;
    }

    .newsroom-carousel-item-right {
        margin-top: 15px;
    }

    .newsroom-carousel-item {
        padding: 0 15px;
    }

    .newsroom-carousel-block .owl-prev {
        left: -10px;
    }

    .newsroom-carousel-block .owl-next {
        right: -10px;
    }

    .newsroom_icons-icons ul li {
        width: 33.3333%;
        margin-top: 15px;
    }

    .section-newsroom_events-upcoming-list .event-list-actions .add-to-cal-dropdown-wrapper {
        margin-left: 0;
        text-align: left;
    }

    .section-newsroom_events-upcoming-list .event-list-actions .add-to-calendar-btn {
        text-align: left;
    }

    .section-newsroom_events-past .section-newsroom_events-upcoming-list {
        padding: 15px;
    }

    .newsroom-video-item-article {
        padding: 15px;
    }

    .section-newsroom_events-upcoming-item .image {
        height: 185px;
    }
}

/***************************************************************
    Fix for contact forms
*****************************************************************/
.page-id-22 .contact-form-section .text,
.page-id-18 .contact-form-section .text,
.page-id-219 .contact-form-section .text,
.page-id-246 .contact-form-section .text,
.page-id-281 .contact-form-section .text {
    min-width: 650px;
    position: relative;
    z-index: 2;
}

@media screen and (max-width: 700px) {

    .page-id-22 .contact-form-section .text,
    .page-id-18 .contact-form-section .text,
    .page-id-219 .contact-form-section .text,
    .page-id-246 .contact-form-section .text,
    .page-id-281 .contact-form-section .text {
        min-width: auto;
        position: relative;
        z-index: 2;
    }
}

input[type="submit"].w2linput.disabled {
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
}

@media screen and (max-width: 1889px) {
    .turbo-specs-gallery-list-v2 {
        padding-left: 130px;
    }

    .catalog-product-thumbs {
        width: 120px;
    }

    .turbo-specs-gallery-item-thumb {
        padding: 10px 13px;
    }

    .catalog-product-top-right {
        height: 424px;
    }
}

@media screen and (max-width: 1599px) {
    .catalog-product-top-section {
        padding: 25px;
    }

    .catalog-product-thumbs {
        width: 110px;
    }

    .turbo-specs-gallery-item-thumb {
        padding: 6px 12px;
    }

    .catalog-product-top-right {
        height: 361px;
    }

    .catalog-product-top-section.placeh .catalog-product-top-right {
        min-height: auto;
    }
}

@media screen and (max-width: 1359px) {
    .catalog-product-top-right {
        min-height: 301px;
        padding: 25px;
        height: auto;
    }

    .turbo-specs-gallery-item-thumb {
        padding: 7px 12px;
    }

    .single-catalog_product .page-title-text.full-width h1 {
        font-size: 30px;
    }
}

@media screen and (max-width: 1199px) {}

@media screen and (max-width: 991px) {
    .catalog-product-top-section.placeh .catalog-product-top-right {
        height: auto;
    }

    .catalog-product-top-right {
        margin-top: 20px;
        min-height: auto;
    }
}

@media screen and (max-width: 767px) {
    .single-catalog_product .page-title-text.full-width {
        height: auto;
    }

    .single-catalog_product .page-title-text.full-width h1 {
        font-size: 24px;
    }

    .turbo-specs-gallery-list-v2 {
        padding-left: 0;
    }

    .catalog-product-thumbs {
        width: auto;
        position: relative;
        margin-top: 15px;
    }

    .catalog-product-top-right {
        margin-left: -15px;
        margin-right: -15px;
        margin-bottom: -15px;
        padding: 15px;
    }

    .turbo-specs-actions .button {
        width: 200px;
    }

    .catalog-product-thumbs .slick-arrow {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 10;
    }

    .catalog-product-thumbs .slick-prev {
        left: -10px;
    }

    .catalog-product-thumbs .slick-next {
        right: -10px;
    }

    .catalog-product-top-section {
        padding: 15px;
    }

    .turbo-specs-actions input[type="number"] {
        line-height: 26px;
        font-size: 16px;
        width: 60px;
    }
}

@media screen and (min-width: 992px) {
    .hr-testimonial-item.even .image:first-child {
        display: none;
    }

    .hr-testimonial-item.even .image:last-child {
        display: block;
        margin: 15px 0 0;
    }

    .hr-testimonial-item.even .image:last-child:before {
        border-width: 390px 0 0 140px;
        border-color: transparent transparent transparent #ed1c24;
        top: auto;
        bottom: 0;
    }

    .hr-testimonial-item.even .text:before {
        top: 100%;
        bottom: auto;
        transform: rotate(180deg);
    }
}

@media screen and (max-width: 1599px) {
    .hr-testimonial-item {
        padding: 15px;
    }

    .hr-testimonial-item .text {
        font-size: 14px;
        padding: 15px;
        min-height: 285px;
    }

    .hr-testimonial-item .image:before {
        border-width: 320px 120px 0 0;
        left: -15px;
        top: 15px;
    }

    .hr-testimonial-item.even .image:last-child:before {
        border-width: 320px 0 0 120px;
    }
}

@media screen and (max-width: 1359px) {
    .hr-header-title {
        font-size: 24px;
        color: #303030;
        background: none;
        position: absolute;
        left: 0;
        top: 10px;
        z-index: 1;
        padding-left: 190px;
    }

    .hr-header-title:before {
        display: none;
    }

    .single-hr_page .logo {
        position: relative;
        z-index: 3;
        padding: 10px 0;
        height: auto;
        width: 148px;
    }

    body.single-hr_page {
        padding-top: 70px;
    }

    .single-hr_page .logo img {
        max-width: 100%;
    }

    .hr-stats-item {
        padding: 30px 10px;
        font-size: 15px;
    }

    .hr-stats-item h3 {
        font-size: 30px;
    }
}

@media screen and (max-width: 1199px) {
    .hr-testimonial-item .text {
        min-height: 265px;
    }
}

@media screen and (max-width: 991px) {
    .hr-testimonial-item .image {
        height: 190px;
    }

    .hr-testimonial-item .image:before {
        border-width: 250px 80px 0 0;
    }

    .hr-stats-item {
        width: 33.3333%;
    }
}

@media screen and (max-width: 767px) {
    body.admin-bar .header-wrapper {
        top: 46px;
    }

    .hr-testimonial-item .text {
        min-height: auto;
    }

    .hr-header-title {
        top: 100%;
        font-size: 16px;
        line-height: 30px;
        background: #fff;
        padding: 0 15px;
        text-align: center;
        width: 100%;
        border-top: 1px solid #efefef;
        border-bottom: 1px solid #efefef;
    }

    html.touch body.admin-bar .header-wrapper {
        top: 0;
    }

    body.single-hr_page .page-title-section {
        margin-top: 30px;
    }

    .hr-stats-item {
        width: 50%;
    }

    .hr-cta-item {
        padding: 35px 15px;
        margin: 0 0 10px;
    }

    .hr-cta-item .text h3 {
        font-size: 26px;
        margin-bottom: 20px;
    }
}

@media screen and (min-width: 1360px) {
    .postid-331 .left-aligned-image+.general-block-square-image {
        margin-top: 80px;
    }
}

@media screen and (max-width: 1889px) {
    .homepage-hero-block-inner {
        padding-left: 30px;
        padding-right: 30px;
    }

    .homepage-hero-block h3 {
        font-size: 28px;
    }

    .general-block .image {
        transform: translate(-40px, 50px);
    }

    .gb-same-level .image {
        top: -50px;
    }

    .general-block.reversed .image {
        transform: translate(40px, -30px);
    }

    .newsletter-section-right {
        padding: 20px;
    }

    .newsletter-section-left {
        padding-top: 63.5px;
        padding-bottom: 63.5px;
    }

    .navbar-nav>li>ul>li>a {
        padding-left: 15px;
        padding-right: 15px;
        font-size: 16px;
    }

    .header-bottom .navbar-nav>li>ul {
        padding-right: 20px;
    }

    .footer-widgets .widget ul li a {
        font-size: 14px;
    }

    .navbar-nav>li>a {
        padding: 0 20px;
    }

    .header-search-form-holder {
        width: 240px;
    }

    .header-right {
        padding-right: 20px;
    }

    .broadest-categories-list ul li {
        font-size: 16px;
    }

    .masonry-text {
        font-size: 26px;
    }

    .masonry-text-inner ul li:before {
        width: 26px;
        height: 26px;
        top: 6px;
    }

    .distributor-locator-section-main {
        margin-left: 250px;
    }

    .calendar-search-filters {
        margin-left: 0;
    }

    .calendar-search-filters {
        width: 52%;
    }

    .events-calendar-search-section>.container:before {
        margin-right: 100px;
    }

    #sb_instagram .sbi_photo {
        height: 413.77px !important;
    }

    /*
        #sb_instagram .sbi_info {
            height: 478.31px!important;
        }
    */

    .social-blocks-nav {
        margin-top: 100px;
    }

    #sb_instagram .sbi_info p.sbi_caption_wrap {
        height: 160px;
    }

    #cff .cff-item,
    ul#linkedin-con #linkedin-item {
        height: 478.31px !important;
    }

    #ctf .ctf-item {
        height: 369.31px !important;
        overflow: auto;
    }

    .find-turbo-image-block {
        left: 66%;
    }

    .weibo-block-content {
        height: 324.44px;
    }

    .weibo-block {
        padding: 15px;
    }

    .homepage-hero .text-inner {
        max-width: 630px;
    }

    .homepage-hero-video {
        width: 640px;
        margin-right: 80px;
    }

    /*
        #homepage-hero-1 .button {
            margin: 395px 0 0 124px;
        }
    */
}

@media screen and (max-width: 1599px) {
    body {
        font-size: 15px;
    }

    .navbar-nav>li>a {
        font-size: 15px;
        padding: 0 15px;
    }

    .new-menu ul li a {
        font-size: 15px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .header-bottom .navbar-nav>li>ul {
        padding-right: 15px;
        padding-left: 280px;
    }

    .header-right {
        padding-right: 15px;
    }

    .header-top .navbar-nav {
        margin-left: 300px;
    }

    .logo {
        width: 300px;
        left: -8px;
    }

    .logo img {
        margin-left: 10px;
    }

    .navbar-nav>li>ul>li>a {
        font-size: 14px;
    }

    /*
        .homepage-hero .text-inner h2 {
            font-size: 52px;
        }
    */

    .homepage-hero .text-inner {
        font-size: 16px;
        line-height: 1.6;
        max-width: 650px;
    }

    .homepage-slider .owl-nav .owl-prev,
    .homepage-slider .owl-nav .owl-next,
    .landing-page-slider .owl-nav .owl-prev,
    .landing-page-slider .owl-nav .owl-next {
        width: 25px;
        height: 46px;
        margin-top: -23px;
    }

    .homepage-hero-block h3 {
        font-size: 28px;
    }

    .homepage-hero,
    .homepage-slider {
        height: 430px;
    }

    .homepage-hero-block-inner {
        padding: 25px 30px;
    }

    .news-page-item .text h3 {
        font-size: 18px;
    }

    .news-page-item {
        padding: 20px;
    }

    /*
        .news-page-item .text {
            min-height: 180px;
        }
    */

    .youtube-player-cover:before {
        width: 80px;
        height: 80px;
        margin: -40px 0 0 -40px;
    }

    .general-block .text h2,
    .section-turbo-name-plate .text h2,
    .installer-connect-block .text h2,
    .diagnostic-section-block .text h2,
    .contact-block-section .text h2,
    .contact-form-section .text h2,
    .section-html-content h2,
    .page404-text h2,
    .newsletter-news-section .text .h2,
    .modal-body h2,
    .vehicle-specific-disclaimer h3,
    .tech-papers-event-section .text h2 {
        font-size: 30px;
        margin-bottom: 25px;
    }

    .general-block .text>*,
    .section-turbo-name-plate .text>*,
    .installer-connect-block .text>*,
    .diagnostic-section-block .text>*,
    .contact-block-section .text>*,
    .general-block-collapsed-text>* {
        margin-bottom: 20px;
    }

    .general-block .text {
        padding-top: 60px;
    }

    .left-aligned-video+.section-title,
    .left-aligned-image+.section-title,
    .left-aligned-image+.general-block-square-image,
    .left-aligned-video+.section-with-icons,
    .left-aligned-video+.general-block-square-image {
        margin-top: 80px;
    }

    .homepage-boosting-items {
        margin: 0 -15px;
    }

    .homepage-boosting-item-wrapper {
        padding: 0 15px;
    }

    .homepage-boosting-item .text h3 {
        font-size: 30px;
    }

    .general-block .image {
        transform: translate(-23px, 35px);
    }

    .gb-same-level .image {
        top: -35px;
    }

    .homepage-leaders-red,
    .homepage-leaders-black {
        width: 30%;
        height: 400px;
    }

    .homepage-leaders-image {
        width: 40%;
        height: 400px;
    }

    .homepage-leaders-block-inner {
        padding: 0 30px;
    }

    .homepage-leaders-block-inner h3,
    .homepage-leaders-block-inner h2 {
        font-size: 22px;
    }

    .general-block-portrait-image .gbpi-text h3 {
        font-size: 20px;
    }

    .general-block-elements {
        margin: 0 -15px;
    }

    .general-block-portrait-image-wrapper {
        padding: 0 15px;
    }

    .general-block-portrait-image {
        height: 400px;
    }

    .general-block-portrait-image .gbpi-text p {
        margin-bottom: 30px;
    }

    .newsletter-section-left {
        /* width: 66%; */
        padding: 72.5px 30px;
    }

    .newsletter-section-right {
        width: 32%;
        padding: 25px;
    }

    .newsletter-text {
        float: none;
        width: auto;
    }

    .newsletter-form {
        float: none;
        width: auto;
        max-width: 610px;
    }

    .newsletter-text h4 {
        font-size: 25px;
        margin-bottom: 15px;
    }

    .newsletter-terms {
        margin-top: 15px;
    }

    .footer-widgets .widget {
        width: 33.3333%;
    }

    .footer-widgets .widget:nth-child(4),
    .footer-widgets .widget:nth-child(8) {
        clear: both;
    }

    .footer {
        padding: 60px 0;
    }

    /*
        .page-title-text.full-width {
            height: 480px;
        }
    */

    .page-title-text.single-page-title-section {
        height: 320px;
    }

    .content-page-inner h1,
    .content-page-inner .h1,
    .content-page-inner h2 {
        font-size: 40px;
    }

    .content-page-inner .text {
        font-size: 18px;
    }

    /*
        .content-page-inner .text p {
            max-width: 580px;
            margin-top: 20px;
        }
    */

    .section-icon-item-wrapper {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .section-icon-item-wrapper {
        width: 33.3333%;
    }

    .installer-connect-block .container:before {
        margin-right: -40px;
    }

    .installer-connect-block .image {
        width: 56%;
    }

    .installer-connect-block .text {
        padding-top: 60px;
    }

    .diagnostic-section-block .text {
        padding-top: 90px;
    }

    .broadest-categories-list {
        display: none;
    }

    .broadest-cat-single-list-title {
        display: block;
        width: 100%;
        clear: both;
        text-align: center;
        /*        font-family: 'Gotham Medium', sans-serif;*/
        font-weight: 500;
        font-size: 18px;
        text-transform: uppercase;
        line-height: 20px;
        padding: 15px 5px;
        margin: 0;
        color: #fff;
    }

    .broadest-cat-type-1 {
        background-color: #ffb71b;
    }

    .broadest-cat-type-2 {
        background-color: #52575a;
    }

    .broadest-cat-type-3 {
        background-color: #ed1c24;
    }

    .broadest-product-item {
        width: 25%;
    }

    .broadest-product-item.active:after {
        display: none;
    }

    .large-blocks-slider:not(.large-blocks-tabs):after {
        display: none;
    }

    .contact-block-section .contact-block-image {
        width: 38%;
        height: 300px;
    }

    .contact-block-section .text {
        padding-top: 80px;
    }

    .contact-form-section .text {
        margin-left: 150px;
        width: 40%;
    }

    .contact-form-section .image {
        width: 50%;
    }

    .masonry-text {
        font-size: 22px;
        height: 360px;
    }

    .masonry-text-inner ul li:before {
        width: 22px;
        height: 22px;
        top: 5px;
    }

    .masonry-text-inner ul li {
        padding-left: 40px;
    }

    .masonry-text-inner {
        padding: 0 30px;
    }

    .masonry-gallery .image {
        height: 360px;
    }

    #super-left-panel {
        padding: 120px 60px 15px !important;
    }

    .distributor-map-block {
        left: 80%;
    }

    .modal-dialog {
        width: 1024px;
    }

    .turbo-products-carousel {
        margin: 0 -15px;
    }

    .product-turbocharger {
        padding: 0 15px;
    }

    .event-result-item {
        padding: 20px;
    }

    .event-list-actions .button {
        margin-right: 0;
        font-size: 13px;
    }

    .add-to-calendar-btn {
        font-size: 13px;
    }

    .find-turbo-image-block {
        left: 74%;
    }

    .news-events-block-col>h3 {
        font-size: 20px;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .home-news-future-event-item .text h3 {
        font-size: 20px;
        margin: 15px 0;
    }

    .footer-widgets .widget#nav_menu-12 {
        display: none;
    }

    .distributor-locator-section-main h2,
    .find-turbo-form .text h2,
    .distributor-search-results-section h2 {
        font-size: 30px;
    }

    .homepage-hero .text-inner {
        max-width: 580px;
    }

    .homepage-hero-video {
        width: 560px;
        margin-right: 50px;
    }

    .leadership-team-item {
        max-width: 414px;
    }

    /*
        #homepage-hero-1 .button {
            margin: 334px 0 0 104px;
        }
    */
}

@media screen and (max-width: 1399px) and (min-width: 1359px) {
    .large-blocks-slider-section .tabs-titles-wrapper ul {
        padding-left: 40px;
        /*        padding-right: 40px;*/
    }

    .large-blocks-slider {
        padding-left: 40px;
        /*        padding-right: 40px;*/
    }
}

@media screen and (max-width: 1359px) {
    .header-bottom .navbar-nav>li>ul {
        padding-left: 280px;
    }

    .newsletter-section-left {
        padding-top: 74px;
        padding-bottom: 74px;
    }

    /*
        #homepage-hero-1 .button {
            margin: 277px 0 0 92px;
        }
    */
}

@media screen and (max-width: 1359px) {
    body {
        padding-top: 64px;
    }

    .logo,
    .header-top-sticky.sticky-header .logo,
    .header-bottom-sticky.sticky-header .logo {
        height: auto;
        width: 191px;
        float: left;
        left: auto;
        font-size: 36px;
        text-align: left;
        letter-spacing: 2px;
        padding: 23px 0;
        line-height: 35px;
    }

    .logo img {
        max-width: 100%;
        margin-left: 10px;
    }

    .logo span {
        letter-spacing: 3px !important;
        font-size: 12px !important;
        line-height: 1.3;
    }

    .header-wrapper .container {
        width: auto;
    }

    .logo:after {
        border-top-width: 96px;
    }

    .header-bottom .navbar-nav>li>ul {
        padding-left: 185px;
    }

    .navbar-nav>li>a {
        font-size: 13px;
        line-height: 22px;
    }

    .new-menu ul li a {
        font-size: 13px;
        line-height: 22px;
    }

    .header-right>ul>li {
        line-height: 20px;
    }

    .navbar-nav>li>ul>li>a {
        font-size: 13px;
        line-height: 20px;
    }

    .header-language-switcher>ul {
        margin-top: 5px;
    }

    .homepage-hero-block h3 {
        font-size: 24px;
    }

    .homepage-hero-block-inner,
    .homepage-hero-block {
        -webkit-transform: none;
        -moz-transform: none;
        transform: none;
    }

    .homepage-hero-block-inner {
        padding: 20px 15px;
    }

    .homepage-hero .text-inner h2,
    .homepage-hero .text-inner h1 {
        font-size: 36px;
        margin-bottom: 15px;
    }

    .homepage-hero .text-inner {
        font-size: 14px;
        max-width: 460px;
    }

    .homepage-hero-video {
        max-width: 480px;
    }

    .homepage-hero .text-inner p {
        margin-bottom: 20px;
    }

    .button {
        font-size: 13px;
        padding: 12px 20px;
    }

    .homepage-hero .text {}

    .homepage-hero-block .icon img {
        max-height: 44px;
    }

    .homepage-hero-block h3 {
        font-size: 21px;
    }

    .homepage-hero,
    .homepage-slider {
        height: 350px;
    }

    .section-with-icons {
        padding: 50px 0;
        margin-bottom: 50px;
    }

    .section-title h3 {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .section-title h2,
    .page-body h2 {
        font-size: 26px;
        margin-bottom: 20px;
    }

    .section-title {
        margin-bottom: 40px;
    }

    .homepage-news-list {
        margin: 0 -10px;
    }

    .homepage-news-item-wrapper {
        padding: 0 10px;
    }

    .news-page-item {
        padding: 15px;
        font-size: 13px;
    }

    .technical_author,
    .technical_link {
        font-size: 12px;
    }

    .general-block,
    .homepage-boosting-section,
    .homepage-leaders-section,
    .section-html-with-title,
    .tech-papers-event-section {
        margin-bottom: 50px;
    }

    .tech-papers-event-section {
        padding: 50px 0;
    }

    .section-html-with-title {
        padding: 50px 0;
    }

    .general-block .text,
    .general-block.reversed .text,
    .general-block.full-image-block .text,
    .page-id-331 .general-block-square-image .text,
    .general-block.full-image-block.reversed .text {
        float: none;
        width: auto;
        padding: 40px 0 25px;
        transform: none;
    }

    .page-id-331 .general-block-square-image .container:before {
        display: none;
    }

    .general-block .text h2,
    .section-turbo-name-plate .text h2,
    .installer-connect-block .text h2,
    .diagnostic-section-block .text h2,
    .contact-block-section .text h2,
    .contact-form-section .text h2,
    .distributor-locator-section-main h2,
    .find-turbo-form .text h2,
    .section-html-content h2,
    .page404-text h2,
    .newsletter-news-section .text .h2,
    .modal-body h2,
    .vehicle-specific-disclaimer h3,
    .tech-papers-event-section .text h2,
    .distributor-search-results-section h2 {
        font-size: 26px;
    }

    .distributor-locator-section-main .text,
    .find-turbo-form .text {
        font-size: 16px;
    }

    .general-block .image,
    .general-block.reversed .image,
    .general-block.full-image-block .image,
    .general-block.reversed.without-red-shape .image,
    .general-block.full-image-block.reversed .image {
        transform: none;
        float: none;
        width: auto;
        margin: 0;
        top: 0;
    }

    .general-block.reversed.without-red-shape .image {
        margin-top: 0;
        margin-bottom: 0;
    }

    .general-block .container:before {
        display: none;
    }

    .left-aligned-video+.section-title,
    .left-aligned-image+.section-title,
    .left-aligned-image+.general-block-square-image,
    .left-aligned-video+.section-with-icons,
    .left-aligned-video+.general-block-square-image {
        margin-top: 0;
    }

    .homepage-leaders-red,
    .homepage-leaders-black {
        width: 50%;
        height: 320px;
    }

    .homepage-leaders-image {
        width: 100%;
        height: 250px;
    }

    .general-block.reversed {
        margin-top: 0;
    }

    .footer {
        padding: 30px 0;
    }

    .footer-widgets {
        display: none;
    }

    .gallery-section-list {
        margin: 0 -15px;
    }

    .gallery-section-item {
        padding: 0 15px;
        margin-bottom: 30px;
    }

    .general-block:not(.full-image-block)+.general-block.reversed,
    .general-block:not(.full-image-block)+.general-block.reversed:not(.gb-same-level) {
        margin-top: 0;
    }

    .breadcrumbs {
        font-size: 12px;
    }

    .breadcrumbs-search .form-item {
        font-size: 14px;
    }

    .section-icon-item-wrapper {
        margin-bottom: 15px;
    }

    .section-icons-5 .section-icon-item-wrapper {
        width: 33.3333%;
    }

    .section-icons-3 .section-icon-item-wrapper,
    .section-icons-4 .section-icon-item-wrapper {
        width: 50%;
    }

    .diagnostic-section-block .container:before {
        display: none;
    }

    .diagnostic-section-block .text {
        float: none;
        width: auto;
        padding: 30px 0;
    }

    .diagnostic-section-block .images {
        float: none;
        width: auto;
        padding: 0;
    }

    .left-aligned-image+.section-more-about {
        margin-top: 60px;
    }

    .tabs-titles-wrapper ul li {
        width: 20%;
        font-size: 14px;
    }

    .gb-full-img-size2 .section-large-red-shape {
        display: none;
    }

    .gb-full-img-size2.general-block.full-image-block .text {
        width: auto;
        margin-right: 0;
    }

    .gb-full-img-size2.general-block.full-image-block .image {
        width: auto !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .contact-block-section .text {
        float: none !important;
        width: auto;
        padding: 35px 35px;
        margin-left: 250px;
    }

    .contact-block-section .contact-block-image {
        width: auto !important;
        float: none !important;
        height: 200px;
    }

    .contact-block-section {
        margin-bottom: 50px;
    }

    .contact-form-section .image {
        display: none;
    }

    .contact-form-section-inner {
        padding: 50px 0;
    }

    .contact-form-section .text {
        width: 80%;
        margin: 0 auto;
    }

    .contact-form-section .text h3 {
        font-size: 16px;
    }

    .masonry-gallery .image {
        width: 50%;
        height: 270px;
    }

    .masonry-text {
        width: 50%;
        height: 270px;
    }

    .masonry-text~.image {
        width: 33.3333% !important;
    }

    .masonry-text+.image:last-child {
        width: 100% !important;
    }

    .distributor-locator-section-racing .distributor-locator-left {
        display: none;
    }

    .distributor-locator-section-racing .distributor-locator-section-main {
        margin-left: 0;
        padding: 0 15px;
    }

    #super-left-panel {
        float: none;
        height: auto !important;
        padding: 15px !important;
        width: auto !important;
    }

    .ssf-column.store-locator-map-holder {
        float: none;
        width: auto;
        position: static !important;
    }

    .store-locator-map {
        top: 0 !important;
        height: 540px !important;
    }

    .store-locator__filter-toggler-cell {
        display: none !important;
    }

    .distributor-map-block {
        display: none;
    }

    .distributor-locator-section-main {
        margin: 0 auto;
    }

    .distributor-locator-left {
        display: none;
    }

    .distributor-locator-section {
        padding: 50px 0;
        margin-bottom: 50px;
    }

    .chart-general-block .container {
        padding-top: 0;
        padding-bottom: 30px;
    }

    .page404-text {
        max-width: 640px;
        margin: 0 auto;
        font-size: 16px;
    }

    .infobox__title {
        font-size: 20px;
    }

    .newsletter-news-section .text {
        padding-top: 80px;
    }

    .single-article-small-container {
        max-width: none;
    }

    .breadcrumbs-search {
        width: 380px;
    }

    .breadcrumbs-main {
        margin-right: 410px;
    }

    .events-calendar-right {
        width: 45%;
    }

    .events-calendar-search-section>.container {
        padding: 80px 15px 30px;
    }

    .future-events-list-section {
        padding: 50px 0;
    }

    .future-event-list-item {
        padding: 50px 0;
    }

    .future-event-list-item+.future-event-list-item {
        margin-top: 50px;
    }

    .past-events-list-section {
        padding: 50px 0;
        margin-bottom: 50px;
    }

    .event-list-actions .button {
        width: 100%;
        margin: 0 0 10px;
    }

    .add-to-calendar-btn {
        width: 100%;
    }

    .future-event-item .text .event-list-actions {
        max-width: 200px;
    }

    .add-to-cal-dropdown-wrapper {
        display: block;
    }

    .section-video-pagination-nav {
        margin-top: 30px;
    }

    .section-video-thumb-carousel-wrapper {
        margin: 0 -15px;
    }

    .videothumb-item-wrapper {
        padding: 0 15px;
    }

    .find-turbo-image-block {
        left: 86%;
    }

    .logo img {
        height: 50px !important;
    }

    .leadership-team-item {
        max-width: 360px;
    }

    .dashboard-widgets {
        margin: 0 -15px;
    }

    .dashboard-widget-item-wrapper {
        padding: 0 15px;
        margin-top: 30px;
    }
}

@media screen and (max-width: 1199px) {
    .newsletter-news-section .text {
        padding: 25px 0;
        float: none;
        width: auto;
    }

    .newsletter-news-section .image {
        flex: none;
        width: auto;
        margin-top: 0;
    }

    .newsletter-news-section .container:before {
        display: none;
    }

    .newsletter-news-section {
        margin: 50px 0;
    }

    .modal-content {
        padding: 30px;
    }

    .modal-body .row>div {
        width: 100%;
    }

    .modal-body .row>div+div {
        margin-top: 15px;
    }

    .modal-body .form-container {
        padding-left: 0;
    }

    .product-turbocharger {
        width: 25%;
    }

    .turbo-products-filters .form-row>div label {
        display: block;
        margin: 0 0 5px;
    }

    .page-title-text.full-width {
        height: 350px;
    }

    .content-page-inner .text {
        font-size: 16px;
    }

    .calendar-search-filters .text h2 {
        font-size: 26px;
        margin-bottom: 20px;
    }

    .calendar-search-filters {
        float: none;
        width: auto;
        margin-bottom: 20px;
    }

    .events-calendar-right {
        float: none;
        width: auto;
    }

    .events-calendar-main {
        margin: 0 auto;
    }

    .future-event-item .text {
        float: none !important;
        width: auto;
    }

    .future-event-item .image {
        float: none !important;
        width: auto;
        margin-top: 30px;
    }

    .event-item-wrapper {
        width: 50%;
    }

    .event-item-wrapper:nth-child(2n + 1) {
        clear: both;
    }

    .future-event-item .text h3 {
        font-size: 26px;
    }

    .homepage-news-list {
        margin: 0;
    }

    .social-blocks-nav {
        margin: 0 0 20px;
        float: none;
        width: auto;
        padding: 0;
    }

    .social-blocks-nav ul li {
        float: left;
        width: 25%;
        border: none !important;
    }

    .social-blocks-tabs {
        width: 100%;
        padding: 0;
    }

    .distributor-search-results-section>.container:before {
        display: none;
    }

    .find-turbo-image-block {
        display: none;
    }

    #sb_instagram .sbi_photo {
        height: 348.77px !important;
    }

    .homepage-news-events-row-left {
        width: 66.6666%;
    }

    .homepage-news-events-row-right {
        width: 33.3333%;
    }

    .homepage-hero-video {
        width: 360px;
    }

    .ptt-with-ticker {
        height: 280px;
    }

    .leadership-team-item {
        max-width: 294px;
    }

    .leadership-team-item .text {
        min-height: 100px;
    }

    /*
        #homepage-hero-1 .button {
            margin: 273px 0 0 11px;
        }
    */

    .dashboard-widget-item {
        padding: 20px;
    }

    .single-catalog_product table.table,
    .single-catalog_product table.table>thead,
    .single-catalog_product table.table tr,
    .single-catalog_product table.table th,
    .single-catalog_product table.table tbody,
    .single-catalog_product table.table td,
    table#turbo-results-table,
    table#turbo-results-table>thead,
    table#turbo-results-table tr,
    table#turbo-results-table th,
    table#turbo-results-table tbody,
    table#turbo-results-table td {
        display: block !important;
        width: 100% !important;
        text-align: left !important;
    }

    table#turbo-results-table>thead {
        display: none !important;
    }

    .single-catalog_product table.table>thead>tr+tr,
    table#turbo-results-table>thead>tr+tr {
        display: none !important;
    }

    .single-catalog_product table.table td[data-title]:before,
    table#turbo-results-table td[data-title]:before {
        content: attr(data-title) ":\00A0";
        font-weight: bold;
    }
}

@media screen and (max-width: 1047px) {
    body {
        font-size: 14px;
        padding-top: 70px;
    }

    .header-wrapper {
        border-bottom: 1px solid #efefef;
    }

    button#sidebarCollapse {
        display: block;
    }

    .header-bottom {
        display: none !important;
    }

    .header-top .navbar-nav {
        display: none !important;
    }

    .header-right {
        display: none !important;
    }

    .header-top {
        background: #fff;
        display: block !important;
    }

    .logo,
    .header-top-sticky.sticky-header .logo,
    .header-bottom-sticky.sticky-header .logo {
        position: static;
        height: auto;
        width: 148px;
        float: left;
        left: auto;
        font-size: 36px;
        text-align: left;
        letter-spacing: 2px;
        padding: 10px 0;
        line-height: 35px;
    }

    .logo img {
        max-width: 100%;
        margin: 0 auto;
    }

    .logo span {
        letter-spacing: 3px !important;
        font-size: 12px !important;
        line-height: 1.3;
    }

    .logo:before,
    .logo:after {
        display: none;
    }

    .header-top .container {
        width: auto;
        padding-right: 0;
    }

    #sidebar .header-right {
        display: block !important;
        float: none;
        padding: 12px 25px;
    }

    .header-search-form-holder {
        right: auto;
        left: 0;
        width: 400px;
    }

    .header-right>ul>li:first-child {
        position: relative;
        z-index: 2;
    }
}

@media screen and (max-width: 991px) {
    .iframe-containerContactEturbo>iframe {
        height: 1920px;
    }

    .homepage-hero-blocks {
        position: static;
        background: #373737;
    }

    .homepage-hero,
    .homepage-slider {
        height: 290px;
    }

    .homepage-hero-block {
        width: 100%;
    }

    .homepage-hero-blocks-list {
        margin: 0 -15px;
    }

    .homepage-hero-block:hover {
        background: none;
    }

    .homepage-news-item-wrapper {
        width: 100%;
    }

    .news-page-item {
        height: auto !important;
    }

    .newsroom-section {
        padding: 50px 0;
        margin-bottom: 50px;
    }

    .news-page-item .text {
        min-height: auto;
    }

    .homepage-boosting-item .text h3 {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .homepage-boosting-item .text p {
        margin-bottom: 30px;
    }

    .homepage-boosting-item {
        height: 340px;
    }

    .newsletter-section-left {
        float: none;
        width: auto;
        padding: 15px;
    }

    .newsletter-section-right {
        float: none;
        width: auto;
        padding: 15px;
        margin-top: 15px;
        text-align: center;
    }

    .market-info ul+ul {
        text-align: center;
    }

    .newsletter-section {
        padding: 15px 0;
    }

    .market-info ul li {
        float: left;
        width: 50%;
        margin-top: 0 !important;
    }

    .installer-connect-block {
        margin-top: 50px;
    }

    .installer-connect-block .container:before {
        display: none;
    }

    .installer-connect-block .text {
        float: none;
        width: auto;
        padding: 50px 0;
        margin-left: 0;
    }

    .installer-connect-block .image {
        float: none;
        width: auto;
        top: auto;
        right: auto;
        -webkit-transform: none;
        -moz-transform: none;
        transform: none;
        margin-right: 0;
    }

    .installer-connect-block .image img {
        margin-left: 0;
        -webkit-transform: none;
        -moz-transform: none;
        transform: none;
    }

    .boosting-items-3 .homepage-boosting-item-wrapper {
        width: 100%;
    }

    .boosting-items-3 .homepage-boosting-item-wrapper+.homepage-boosting-item-wrapper {
        margin-top: 15px;
    }

    .broadest-product-item h3 {
        font-size: 14px;
    }

    .broadest-products-list {
        margin-bottom: 50px;
    }

    .tabs-titles-wrapper ul li {
        width: 25%;
        font-size: 13px;
    }

    .table>thead>tr>th {
        font-size: 12px !important;
    }

    .section-html-content td {
        font-size: 12px;
    }

    .store-locator-map {
        height: 420px !important;
    }

    .product-single-title-top a {
        font-size: 26px;
    }

    .product-single-title-top h1 {
        font-size: 26px;
        margin: 0 30px;
    }

    .turbo-product-section .container {
        padding-top: 0;
        padding-bottom: 0;
    }

    #storeLocator__storeList div.medium-4 {
        width: 50% !important;
        clear: none !important;
    }

    #storeLocator__storeList div.medium-4:nth-child(2n + 1) {
        clear: both !important;
    }

    .page-title-text.single-page-title-section {
        height: 240px;
    }

    .content-page-inner h1,
    .content-page-inner .h1,
    .content-page-inner h2 {
        font-size: 36px;
    }

    .breadcrumbs-main {
        margin-right: 0;
    }

    .breadcrumbs-search {
        width: auto;
        position: static;
        margin: 10px 0 0;
    }

    .single-article-small-container:before,
    .single-article-small-container:after {
        display: none;
    }

    .single-press-title h1 {
        font-size: 28px;
    }

    .modal-dialog {
        width: 90%;
    }

    .modal-body .row>div+div {
        margin-top: 25px;
    }

    .product-turbocharger {
        width: 33.3333%;
    }

    .turbo-products-section {
        padding: 50px 0;
        margin-bottom: 50px;
    }

    .section-video-thumb-carousel .owl-dots {
        display: none !important;
    }

    .section-video-thumb-carousel .owl-nav {
        display: block;
        min-height: 50px;
        margin-top: 15px;
    }

    .section-video-cat {
        margin-bottom: 50px;
    }

    .social-blocks-nav ul li {
        font-size: 12px;
    }

    .find-turbo-categories {
        width: 150px;
    }

    .find-turbo-form {
        margin-left: 200px;
    }

    .find-turbo-categories ul li em {
        font-size: 12px;
    }

    #sb_instagram.sbi_col_1 #sbi_images .sbi_item {
        width: 100% !important;
        float: none;
    }

    #sb_instagram.sbi_col_1 #sbi_images .sbi_item+.sbi_item {
        margin-top: 15px !important;
    }

    .page-sections-nav ul li {
        font-size: 12px;
    }

    .homepage-news-events-row-left {
        width: 100%;
    }

    .homepage-news-events-row-right {
        margin-top: 30px;
        width: 100%;
    }

    .news-events-block-col {
        min-height: auto !important;
    }

    .newsroom-search-form-popup ul li {
        padding: 0 10px;
    }

    .media-kit-col-left {
        margin-bottom: 30px;
    }

    .homepage-hero-video {
        display: none;
    }

    .ptt-with-ticker .newsletter-section-right {
        position: static;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .leadership-team-item-wrapper {
        width: 50%;
    }

    .leadership-team-item {
        max-width: 345px;
    }

    /*
        #homepage-hero-1 .button {
            margin: 226px 0 0 0;
        }
    */

    .dashboard-widget-item-wrapper {
        width: 100%;
    }

    .plate-block-text {
        padding: 15px;
    }

    .section-icons-5 .section-icon-item-wrapper {
        width: 50%;
    }
}

@media screen and (max-width: 767px) {
    #sidebar {
        right: -100%;
        width: calc(100% - 60px);
    }

    #sidebar.active+#dismiss {
        left: 15px;
        right: auto;
    }

    button#sidebarCollapse {
        width: 75px;
        padding-left: 25px;
        padding-right: 25px;
    }

    .header-right>ul>li {
        font-size: 12px;
    }

    .header-right>ul>li+li:before {
        margin: 0 7px;
    }

    .header-search-trigger {
        width: 12px;
        height: 13px;
    }

    .header-search-form-holder {
        width: 210px;
    }

    .header-search-form-holder input[type="submit"] {
        width: 12px;
        height: 13px;
        top: 8px;
    }

    #sidebar ul.nav>li>a {
        font-size: 14px;
        padding-right: 50px;
    }

    #sidebar ul.nav>li>ul li a {
        font-size: 13px;
    }

    .homepage-hero .text {}

    .homepage-hero .text-inner h1,
    .homepage-hero .text-inner h2 {
        font-size: 28px;
        margin-bottom: 15px;
    }

    .homepage-hero .text-inner .button {
        color: #ed1c24;
    }

    .homepage-slider .owl-nav,
    .landing-page-slider .owl-nav {
        display: none;
    }

    .homepage-hero .text-inner {
        margin-left: 0;
    }

    .homepage-hero,
    .homepage-slider {
        height: 340px;
    }

    .section-with-icons .section-title p br {
        display: none;
    }

    .homepage-hero-block-inner {
        position: relative;
        padding-left: 100px;
        text-align: right;
        padding-right: 35px;
    }

    .homepage-hero-blocks {
        background: #fff;
    }

    .homepage-hero-block {
        margin-bottom: 2px;
        background: #373737;
    }

    .homepage-hero-block .icon {
        margin: 0;
        background: #ed1c24;
        position: absolute;
        left: 0;
        top: 0;
        width: 68px;
        height: 100%;
        z-index: 2;
        padding-top: 18px;
    }

    .homepage-hero-block .icon:after {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 80px 30px 0 0;
        border-color: #ed1c24 transparent transparent transparent;
        position: absolute;
        left: 100%;
        top: 0px;
        z-index: 1;
    }

    .homepage-hero-block h3 {
        font-size: 20px;
        margin-bottom: 0;
        font-weight: 500;
        line-height: 40px;
    }

    .homepage-hero-block h3:after {
        content: "\f105";
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        font-size: 24px;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        margin-left: 12px;
        vertical-align: -1px;
    }

    .homepage-hero-blocks {
        margin-bottom: 30px;
    }

    .general-block .text,
    .general-block.reversed .text,
    .general-block.full-image-block .text,
    .page-id-331 .general-block-square-image .text,
    .general-block.full-image-block.reversed .text {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .general-block,
    .homepage-boosting-section,
    .homepage-leaders-section,
    .section-html-with-title,
    .tech-papers-event-section {
        margin-bottom: 30px;
    }

    .section-with-icons {
        padding-top: 30px;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

    .news-page-item {
        padding: 25px;
    }

    .news-events-block-col>h3 {
        text-align: center;
    }

    .news-events-block-list-nav ul li {
        padding: 10px 5px;
    }

    .news-events-block-list-nav ul li span {
        display: inline;
        font-size: 12px !important;
    }

    .masonry-gallery-section {
        margin-bottom: 30px;
    }

    .home .masonry-gallery-section .section-title {
        display: none;
    }

    .masonry-gallery .image:first-child {
        display: none;
    }

    .masonry-text {
        font-size: 14px !important;
        background: #fff;
        color: #000;
        padding: 0;
        margin: 0 0 20px;
    }

    .masonry-text .button {
        background-color: #000 !important;
        color: #fff !important;
    }

    .masonry-text-inner {
        padding: 20px 0 0 !important;
    }

    .masonry-gallery .image.img-large {
        display: none;
    }

    .homepage-leaders-block-inner {
        padding: 25px;
        position: static;
        -webkit-trasnform: none;
        -ms-transform: none;
        transform: none;
    }

    .homepage-leaders-black {
        background: #2c2c2c;
    }

    .homepage-leaders-red,
    .homepage-leaders-black {
        height: auto;
    }

    .newsletter-section-right {
        text-align: left;
    }

    .market-info ul li {
        text-align: left;
    }

    .market-info ul li+li {
        text-align: right;
    }

    .section-title {
        margin-bottom: 25px;
    }

    .section-title h3 {
        font-size: 14px;
    }

    .section-title h2,
    .page-body h2 {
        font-size: 24px;
    }

    .newsletter-section {
        padding: 30px 15px;
    }

    .newsletter-section-left {
        padding: 30px !important;
    }

    .newsletter-text h4 {
        margin-bottom: 30px;
    }

    .section-more-about+.newsletter-section {
        margin-top: -30px;
    }

    .footer-copyright {
        color: #ed1c24;
    }

    .general-block .text,
    .general-block.reversed .text,
    .general-block.full-image-block .text,
    .page-id-331 .general-block-square-image .text,
    .general-block.full-image-block.reversed .text {
        padding-left: 0;
        padding-right: 0;
    }

    .homepage-boosting-item-wrapper {
        float: none;
        width: auto;
    }

    .homepage-boosting-item-wrapper+.homepage-boosting-item-wrapper {
        margin-top: 15px;
    }

    .homepage-boosting-item {
        position: relative;
        height: auto;
    }

    .homepage-boosting-item .text {
        position: relative;
        top: auto;
        padding: 15px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .homepage-leaders-red,
    .homepage-leaders-black {
        width: 100%;
    }

    .general-block-portrait-image-wrapper {
        width: 100%;
    }

    .general-block-portrait-image-wrapper+.general-block-portrait-image-wrapper {
        margin-top: 15px;
    }

    .general-block-portrait-image {
        height: 300px;
    }

    .general-block-portrait-image .gbpi-text h3 {
        font-size: 18px;
    }

    .newsletter-section-left {
        padding: 15px;
    }

    .newsletter-form .form-item {
        width: 100%;
    }

    .newsletter-form .form-actions {
        width: 100%;
    }

    .market-info ul {
        width: 100%;
    }

    .footer-menu ul li {
        float: none;
    }

    .footer-menu ul li+li:before {
        display: none;
    }

    .gallery-section-item {
        width: 50%;
    }

    .gallery-section-item:nth-child(2n + 1) {
        clear: both;
    }

    .general-block:last-child,
    .homepage-boosting-section:last-child,
    .homepage-leaders-section:last-child {
        margin-bottom: 0;
    }

    .page-title-text.full-width {
        height: auto;
        padding: 25px 0;
    }

    .content-page-inner {
        position: relative;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        top: auto;
    }

    .content-page-inner h1,
    .content-page-inner .h1,
    .content-page-inner h2 {
        font-size: 30px;
    }

    .content-page-inner .text {
        font-size: 13px;
    }

    .breadcrumbs {
        font-size: 12px;
    }

    .main-page-wrapper {
        padding: 30px 0;
    }

    .section-html-with-title {
        padding: 30px 0;
    }

    .section-icon-item-wrapper,
    .section-icons-3 .section-icon-item-wrapper,
    .section-icons-4 .section-icon-item-wrapper,
    .section-icons-5 .section-icon-item-wrapper {
        width: 100%;
    }

    /*.section-icon-item {*/
    /*    padding: 20px;*/
    /*    min-height: auto!important;*/
    /*}*/

    .section-icon-item .icon-text.with-desc {
        min-height: auto;
    }

    .general-block .text h2,
    .section-turbo-name-plate .text h2,
    .installer-connect-block .text h2,
    .diagnostic-section-block .text h2,
    .contact-block-section .text h2,
    .contact-form-section .text h2,
    .distributor-locator-section-main h2,
    .find-turbo-form .text h2,
    .section-html-content h2,
    .page404-text h2,
    .newsletter-news-section .text .h2,
    .modal-body h2,
    .vehicle-specific-disclaimer h3,
    .tech-papers-event-section .text h2,
    .distributor-search-results-section h2 {
        font-size: 24px;
    }

    .distributor-locator-section-main h2,
    .find-turbo-form .text h2,
    .distributor-search-results-section h2 {
        margin-bottom: 15px;
    }

    .distributor-locator-section-main .text,
    .find-turbo-form .text {
        margin-bottom: 25px;
    }

    .distributor-locator-section-main .text2 {
        margin-top: 30px;
    }

    .broadest-product-item {
        width: 50%;
    }

    .broadest-products-list {
        margin-bottom: 30px;
    }

    .tabs-titles-wrapper ul li {
        width: 100%;
    }

    .tabs-titles-wrapper ul li.active:after {
        position: relative;
        display: block;
        top: auto;
        height: auto;
        margin-top: 5px;
    }

    .distributor-locator-left {
        display: none;
    }

    .contact-block-section .text {
        margin: 0 !important;
        padding: 15px;
    }

    .contact-form-section .text {
        width: auto;
        padding: 0 15px;
    }

    .masonry-gallery .image {
        width: 50% !important;
        height: 300px;
    }

    .masonry-text {
        width: 100%;
        height: auto;
    }

    .masonry-text {
        font-size: 18px;
    }

    .masonry-text-inner ul li:before {
        width: 18px;
        height: 18px;
        top: 4px;
    }

    .masonry-text-inner {
        padding: 25px;
        position: static;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .product-single-title-top a {
        font-size: 21px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 1;
    }

    .product-single-title-top a[rel="next"] {
        left: 0;
    }

    .product-single-title-top a[rel="prev"] {
        right: 0;
    }

    .product-single-title-top h1 {
        font-size: 21px;
        margin: 0;
        display: block;
    }

    .product-single-title-top {
        padding: 0 30px;
        position: relative;
        z-index: 1;
    }

    .product-single-title-bottom p {
        display: block;
    }

    .product-single-title-bottom p+p:before {
        display: none;
    }

    .product-single-title {
        margin-bottom: 50px;
    }

    .turbo-product-columns h3 {
        font-size: 16px;
        padding: 12px 10px;
    }

    .turbo-product-columns .row>div+div {
        margin-top: 15px;
    }

    .page404-buttons .button {
        display: block;
    }

    .page404-buttons .button+.button {
        margin: 10px 0 0;
    }

    .error404 .page-title-text.full-width {
        height: 160px;
    }

    .page404-text {
        font-size: 14px;
    }

    #storeLocator__storeList div.medium-4 {
        width: 100% !important;
    }

    .page-title-text.single-page-title-section {
        height: 200px;
    }

    .wp-pagenavi>span,
    .wp-pagenavi>a {
        font-size: 14px;
    }

    .wp-pagenavi>*+* {
        margin-left: 10px;
    }

    .wp-pagenavi .pages:after {
        margin-left: 10px;
    }

    .single-press-title h1 {
        font-size: 24px;
    }

    .alignright {
        float: none;
    }

    .article-tags {
        width: 100%;
        margin: 0 0 10px;
    }

    .share-article-box {
        float: left;
    }

    .modal-dialog {
        width: auto;
    }

    .modal-content {
        padding: 15px;
    }

    .mktoMobileShow .mktoForm,
    .mktoForm>*,
    .mktoForm {
        padding: 0 !important;
    }

    .mktoForm input[type="url"],
    .mktoForm input[type="text"],
    .mktoForm input[type="date"],
    .mktoForm input[type="tel"],
    .mktoForm input[type="email"],
    .mktoForm input[type="number"],
    .mktoForm textarea.mktoField,
    .mktoForm select.mktoField {
        font-size: 14px !important;
        padding: 9px 15px !important;
        height: auto !important;
    }

    .mktoForm .mktoRadioList>label,
    .mktoForm .mktoCheckboxList>label {
        font-size: 12px;
    }

    .product-turbocharger {
        width: 50%;
    }

    .product-turbocharger:nth-child(2n + 1) {
        clear: both;
    }

    .turbo-products-filters .form-row>div {
        width: 100%;
    }

    .turbo-products-filters .form-row>div+div {
        margin-top: 10px;
    }

    .turbo-products-filters .form-row>div label {
        display: inline-block;
        margin: 0 15px 0 0;
        width: 110px;
        vertical-align: middle;
    }

    .turbo-series-filter ul li {
        font-size: 14px;
        float: none;
        display: inline-block;
        margin: 0 15px !important;
    }

    .product-turbocharger h3 {
        font-size: 16px;
    }

    .tech-papers-list .homepage-news-item-wrapper {
        width: 100%;
    }

    .events-calendar-search-section>.container {
        padding: 40px 15px 40px;
    }

    .event-type-filter ul li {
        width: 50%;
    }

    .event-type-filter ul li:nth-child(2n + 1) {
        clear: both;
    }

    .event-calendar-main ul li {
        width: 33.3333%;
    }

    .event-item-wrapper {
        width: 100%;
    }

    .event-result-item {
        padding: 15px;
    }

    .timeline-table tbody td {
        font-size: 13px;
        padding: 10px 7px;
    }

    .timeline-table thead th {
        font-size: 16px;
    }

    .timeline-table tbody td:first-child {
        padding-left: 15px;
    }

    #languageModal .modal-content:before,
    #languageModal .modal-content:after {
        display: none;
    }

    #wpadminbar.mobile {
        display: none !important;
    }

    html.touch {
        margin-top: 0 !important;
    }

    #languageModal .modal-dialog p {
        margin-bottom: 30px;
    }

    .single-event .section-html-content {
        font-size: 14px;
    }

    .tech-papers-event-section .text h2 {
        margin-bottom: 15px;
    }

    .tech-papers-event-section .text {
        margin-bottom: 30px;
    }

    .tech-paper-event-item-wrapper {
        width: 100%;
        margin-bottom: 15px;
    }

    .tech-paper-event-item {
        padding: 15px;
        min-height: auto;
    }

    .tech-paper-event-item h3 {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .second_bag_background {
        background: #fff !important;
        height: auto;
    }

    .second_bag_background p {
        font-size: 16px;
        padding: 0;
        margin: 0;
    }

    .section-video-thumb-carousel .owl-nav .owl-prev,
    .section-video-thumb-carousel .owl-nav .owl-next {
        font-size: 14px;
    }

    .breadcrumbs-search input[type="text"] {
        font-size: 12px;
    }

    .social-blocks-nav ul li span {
        display: none;
    }

    #sb_instagram .sbi_photo_wrap {
        float: none !important;
        width: auto;
    }

    #sb_instagram .sbi_photo {
        height: auto !important;
    }

    #sb_instagram .sbi_photo img {
        display: block !important;
    }

    #sb_instagram .sbi_info {
        height: auto !important;
        float: none;
        padding: 15px;
        width: auto !important;
    }

    #sb_instagram .sbi_info p.sbi_caption_wrap {
        height: auto !important;
    }

    #cff .cff-item,
    #ctf .ctf-item,
    ul#linkedin-con #linkedin-item {
        height: auto !important;
        float: none !important;
        width: auto !important;
        padding: 15px !important;
    }

    ul#linkedin-con #linkedin-item {
        padding: 0 !important;
    }

    #ctf .ctf-header {
        padding: 15px;
    }

    .search-results-filters ul li {
        width: 100%;
    }

    .distributor-search-results-section>.container {
        padding: 30px 15px;
    }

    .distributor-search-results-section h3 {
        font-size: 16px;
    }

    .distributor-search-result-item {
        width: 100%;
    }

    .find-turbo-categories {
        width: auto;
        position: static;
    }

    .find-turbo-categories ul {
        position: static;
        font-size: 0px;
    }

    .find-turbo-categories ul li {
        width: 33.3333%;
        display: inline-block;
        height: 100px;
    }

    .find-turbo-categories ul li em {
        font-size: 12px;
        padding: 0 5px;
        margin-top: 10px;
    }

    .find-turbo-categories ul li span {
        width: 45px;
        height: 45px;
        margin: -35px 0 0 -22.5px;
    }

    .find-turbo-categories ul li.active:after {
        width: 100%;
        height: 30px;
        left: 0;
        top: 100%;
        margin-left: 0;
        margin-top: -1px;
        font-size: 16px;
        line-height: 30px;
        content: "\f107";
    }

    .find-turbo-section-inner {
        padding: 0 0 35px;
    }

    .find-turbo-form {
        margin: 60px auto 0;
    }

    .search-part-number-top-tabs {
        display: none;
    }

    .find-turbo-form-tab[data-type="turbo"] .form-item {
        display: block;
        min-height: auto;
    }

    .general-block .text .alignright {
        display: block;
        margin: 0 0 15px;
    }

    .weibo-block-wrapper {
        width: 100% !important;
        float: none !important;
    }

    .weibo-block-wrapper+.weibo-block-wrapper {
        margin-top: 15px;
    }

    .weibo-block-content {
        height: auto;
        max-height: 300px;
    }

    /*
        .newsroom-search-form-popup ul li {
            display: inline-block;
            float: none;
        }

        .newsroom-search-filters-row {
            white-space: nowrap;
            overflow: auto;
        }
    */
    .leadership-team-item-wrapper {
        width: 100%;
    }

    .leadership-team-item .text {
        min-height: auto;
    }

    .leadership-list-section {
        padding: 30px 0;
    }

    /*
        #homepage-hero-1 .button {
            margin: 270px 0 0 0;
        }
    */

    .footer {
        padding: 15px 0 42px;
    }

    .user-floating-menu {
        width: 100%;
        bottom: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        top: auto;
        padding: 0;
    }

    .user-floating-menu>ul>li {
        width: 20%;
        float: left;
    }

    .user-floating-menu>ul>li>a {
        padding: 14px 0;
        font-size: 21px;
    }

    .user-menu-counter {
        top: 8px;
    }

    .user-minicart,
    .user-floating-menu>ul>li>ul,
    .user-floating-search,
    .floating-menu-tooltip {
        right: auto;
        left: 0;
        top: auto;
        bottom: 100%;
    }

    .floating-menu-tooltip {
        left: 50%;
        margin-left: -75px;
    }

    .user-minicart {
        left: 50%;
        margin-left: -50px;
    }

    .user-minicart:before,
    .user-floating-menu>ul>li>ul:before,
    .user-floating-search:before,
    .floating-menu-tooltip:before {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10px 7px 0 7px;
        border-color: #4f4f4f transparent transparent transparent;
        top: 100%;
        right: auto;
        left: 50%;
        margin-left: -7px;
    }

    .user-minicart:before {
        left: 19%;
    }

    .user-floating-menu>ul>li>ul:before {
        left: 16%;
    }

    .user-floating-search {
        left: auto;
        right: 0;
    }

    .user-floating-search:before {
        left: 86%;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation {
        margin-bottom: 30px;
        max-width: none;
    }

    .dashboard-top-note {
        padding: 20px;
    }

    #loginModal .modal-content {
        padding: 20px;
    }

    .form-login-social .row>div {
        width: 50%;
        margin: 0 0 14px !important;
    }

    .login-type-block .form-actions .button {
        min-width: 125px;
    }

    .npi-landing-item-wrapper {
        width: 100%;
    }

    .section-turbo-name-plate .text {
        padding: 15px 0;
        float: none;
        width: auto;
    }

    .plate-blocks {
        top: 0;
        width: auto;
        float: none;
    }

    .training-gift-item-wrapper {
        width: 50%;
    }

    .hr-job-item-wrapper {
        width: 100%;
        margin: 15px 0;
    }

    .hr-job-item {
        padding: 15px;
    }

    html[lang="en-US"] {
        margin-top: 0 !important;
    }

    html[lang="en-US"] #wpadminbar {
        display: none !important;
    }

    body.admin-bar .header-wrapper {
        top: 0;
    }
}

@media screen and (max-width: 720px) {
    .iframe-containerContactEturbo>iframe {
        height: 2110px;
    }
}

@media screen and (max-width: 374px) {
    .diagnostic-img-wrapper {
        width: 100%;
    }

    .diagnostic-img-wrapper+.diagnostic-img-wrapper {
        margin-top: 15px;
    }

    .product-turbocharger {
        width: 100%;
    }
}

@media screen and (max-width: 320px) {
    .homepage-hero-block h3 {
        font-size: 16px;
    }

    .homepage-hero-block h3:after {
        font-size: 20px;
    }
}

/***************** Enhancement for ebadge responsive design ****************************/
.eBadgePreviewContent .contentEbadgePreview {
    margin-left: 235px;
    width: calc(100% - 235px);
}

.newWrapperContentEbadge2019 {
    margin-bottom: 50px;
    text-align: center;
}

@media screen and (max-width: 575px) {
    .eBadgePreviewContent {
        text-align: center;
    }

    .eBadgePreviewContent .iconEbadgePreview {
        display: inline-block;
        float: none;
        margin: 0 0 20px 0;
    }

    .eBadgePreviewContent .contentEbadgePreview {
        margin-left: 0;
        text-align: justify;
        width: 100%;
    }

    .newWrapperContentEbadge2019 {
        margin-bottom: 10px;
    }
}

/***************** HR Mexico subpages hero picture opacity ****************************/
.postid-427451 .page-title-text:before,
.postid-532253 .page-title-text:before,
.postid-427452 .page-title-text:before,
.postid-427456 .page-title-text:before,
.postid-553896 .page-title-text:before {
    opacity: 0.3;
}

.postid-553896 .page-title-text:before {
    opacity: 0;
}

/* //adding css for Account Details */
div.nsl-container-block .nsl-container-buttons a {
    max-width: 310px !important;
}

/* //adding css for woocommerce-error */
.page-id-42799 .woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    background-color: #ffffff !important;
}

/***************** CSS for new Mexico Design ****************************/
.page-id-541691,
.page-id-541465,
.page-id-541697,
.page-id-628402,
.page-id-629220,
.page-id-629892 {
    /* testimonial design COV */
    /* Style for Diagnostic Page COV New Design */
}

.page-id-541691 .page-title-text h1,
.page-id-541691 .page-title-text p,
.page-id-541465 .page-title-text h1,
.page-id-541465 .page-title-text p,
.page-id-541697 .page-title-text h1,
.page-id-541697 .page-title-text p,
.page-id-628402 .page-title-text h1,
.page-id-628402 .page-title-text p,
.page-id-629220 .page-title-text h1,
.page-id-629220 .page-title-text p,
.page-id-629892 .page-title-text h1,
.page-id-629892 .page-title-text p {
    color: #000;
}

.page-id-541691 .main-page-wrapper,
.page-id-541465 .main-page-wrapper,
.page-id-541697 .main-page-wrapper,
.page-id-628402 .main-page-wrapper,
.page-id-629220 .main-page-wrapper,
.page-id-629892 .main-page-wrapper {
    padding: 0 0 50px 0 !important;
}

.page-id-541691 .button-cov-banner-newDesign,
.page-id-541465 .button-cov-banner-newDesign,
.page-id-541697 .button-cov-banner-newDesign,
.page-id-628402 .button-cov-banner-newDesign,
.page-id-629220 .button-cov-banner-newDesign,
.page-id-629892 .button-cov-banner-newDesign {
    background: rgba(255, 255, 255, 0.8);
    color: #000;
    border: 1px solid #000;
    box-sizing: border-box;
    height: 50px;
}

.page-id-541691 .breadcrumbs,
.page-id-541465 .breadcrumbs,
.page-id-541697 .breadcrumbs,
.page-id-629220 .breadcrumbs,
.page-id-629892 .breadcrumbs {
    background: #ffffff;
}

.page-id-541691 .breadcrumbs a,
.page-id-541465 .breadcrumbs a,
.page-id-541697 .breadcrumbs a,
.page-id-629220 .breadcrumbs a,
.page-id-629892 .breadcrumbs a {
    color: #000005;
}

.page-id-541691 .breadcrumbs span,
.page-id-541465 .breadcrumbs span,
.page-id-541697 .breadcrumbs span,
.page-id-629220 .breadcrumbs span,
.page-id-629892 .breadcrumbs span {
    color: #000005;
}

.page-id-541691 .breadcrumbs strong,
.page-id-541465 .breadcrumbs strong,
.page-id-541697 .breadcrumbs strong,
.page-id-628402 .breadcrumbs strong,
.page-id-629220 .breadcrumbs strong,
.page-id-629892 .breadcrumbs strong {
    color: #000005;
}

.page-id-541691 .customCOVTextRightImageSection,
.page-id-541465 .customCOVTextRightImageSection,
.page-id-541697 .customCOVTextRightImageSection,
.page-id-628402 .customCOVTextRightImageSection,
.page-id-629220 .customCOVTextRightImageSection,
.page-id-629892 .customCOVTextRightImageSection {
    background: #ffffff;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

.page-id-541691 .customCOVTextRightImageSection .container:before,
.page-id-541465 .customCOVTextRightImageSection .container:before,
.page-id-541697 .customCOVTextRightImageSection .container:before,
.page-id-628402 .customCOVTextRightImageSection .container:before,
.page-id-629220 .customCOVTextRightImageSection .container:before,
.page-id-629892 .customCOVTextRightImageSection .container:before {
    display: none !important;
}

.page-id-541691 .customCOVTextRightImageSection .image img,
.page-id-541465 .customCOVTextRightImageSection .image img,
.page-id-541697 .customCOVTextRightImageSection .image img,
.page-id-628402 .customCOVTextRightImageSection .image img,
.page-id-629220 .customCOVTextRightImageSection .image img,
.page-id-629892 .customCOVTextRightImageSection .image img {
    margin-left: 10%;
    width: 90%;
}

.page-id-541691 .contact-form-section .text,
.page-id-541465 .contact-form-section .text,
.page-id-541697 .contact-form-section .text,
.page-id-628402 .contact-form-section .text,
.page-id-629220 .contact-form-section .text,
.page-id-629892 .contact-form-section .text {
    margin-left: 80px;
    width: 43%;
}

.page-id-541691 .contact-form-section .image,
.page-id-541465 .contact-form-section .image,
.page-id-541697 .contact-form-section .image,
.page-id-628402 .contact-form-section .image,
.page-id-629220 .contact-form-section .image,
.page-id-629892 .contact-form-section .image {
    width: 52%;
}

.page-id-541691 .contact-form-section .image:before,
.page-id-541465 .contact-form-section .image:before,
.page-id-541697 .contact-form-section .image:before,
.page-id-628402 .contact-form-section .image:before,
.page-id-629220 .contact-form-section .image:before,
.page-id-629892 .contact-form-section .image:before {
    right: 74%;
}

.page-id-541691 #mktoForm_1915 .mktoFormRow fieldset,
.page-id-541465 #mktoForm_1915 .mktoFormRow fieldset,
.page-id-541697 #mktoForm_1915 .mktoFormRow fieldset,
.page-id-628402 #mktoForm_1915 .mktoFormRow fieldset,
.page-id-629220 #mktoForm_1915 .mktoFormRow fieldset,
.page-id-629892 #mktoForm_1915 .mktoFormRow fieldset {
    float: none;
    padding: 0 !important;
    width: 100%;
}

.page-id-541691 #mktoForm_1915 .mktoFormRow fieldset .mktoFormRow>.mktoFieldDescriptor:first-child,
.page-id-541465 #mktoForm_1915 .mktoFormRow fieldset .mktoFormRow>.mktoFieldDescriptor:first-child,
.page-id-541697 #mktoForm_1915 .mktoFormRow fieldset .mktoFormRow>.mktoFieldDescriptor:first-child,
.page-id-628402 #mktoForm_1915 .mktoFormRow fieldset .mktoFormRow>.mktoFieldDescriptor:first-child,
.page-id-629220 #mktoForm_1915 .mktoFormRow fieldset .mktoFormRow>.mktoFieldDescriptor:first-child,
.page-id-629892 #mktoForm_1915 .mktoFormRow fieldset .mktoFormRow>.mktoFieldDescriptor:first-child {
    margin-right: 2%;
    width: 48% !important;
}

.page-id-541691 #mktoForm_1915 .mktoFormRow fieldset .mktoFormRow>.mktoFieldDescriptor+.mktoFieldDescriptor,
.page-id-541465 #mktoForm_1915 .mktoFormRow fieldset .mktoFormRow>.mktoFieldDescriptor+.mktoFieldDescriptor,
.page-id-541697 #mktoForm_1915 .mktoFormRow fieldset .mktoFormRow>.mktoFieldDescriptor+.mktoFieldDescriptor,
.page-id-628402 #mktoForm_1915 .mktoFormRow fieldset .mktoFormRow>.mktoFieldDescriptor+.mktoFieldDescriptor,
.page-id-629220 #mktoForm_1915 .mktoFormRow fieldset .mktoFormRow>.mktoFieldDescriptor+.mktoFieldDescriptor,
.page-id-629892 #mktoForm_1915 .mktoFormRow fieldset .mktoFormRow>.mktoFieldDescriptor+.mktoFieldDescriptor {
    margin-left: 2%;
    width: 48% !important;
}

.page-id-541691 #mktoForm_1915 .mktoFormRow fieldset .mktoFormRow+.mktoFormRow>.mktoFieldDescriptor,
.page-id-541465 #mktoForm_1915 .mktoFormRow fieldset .mktoFormRow+.mktoFormRow>.mktoFieldDescriptor,
.page-id-541697 #mktoForm_1915 .mktoFormRow fieldset .mktoFormRow+.mktoFormRow>.mktoFieldDescriptor,
.page-id-628402 #mktoForm_1915 .mktoFormRow fieldset .mktoFormRow+.mktoFormRow>.mktoFieldDescriptor,
.page-id-629220 #mktoForm_1915 .mktoFormRow fieldset .mktoFormRow+.mktoFormRow>.mktoFieldDescriptor,
.page-id-629892 #mktoForm_1915 .mktoFormRow fieldset .mktoFormRow+.mktoFormRow>.mktoFieldDescriptor {
    width: 100% !important;
}

.page-id-541691 #mktoForm_1915 .mktoFormRow fieldset .mktoFormRow+.mktoFormRow+.mktoFormRow>.mktoFieldDescriptor:first-child,
.page-id-541465 #mktoForm_1915 .mktoFormRow fieldset .mktoFormRow+.mktoFormRow+.mktoFormRow>.mktoFieldDescriptor:first-child,
.page-id-541697 #mktoForm_1915 .mktoFormRow fieldset .mktoFormRow+.mktoFormRow+.mktoFormRow>.mktoFieldDescriptor:first-child,
.page-id-628402 #mktoForm_1915 .mktoFormRow fieldset .mktoFormRow+.mktoFormRow+.mktoFormRow>.mktoFieldDescriptor:first-child,
.page-id-629220 #mktoForm_1915 .mktoFormRow fieldset .mktoFormRow+.mktoFormRow+.mktoFormRow>.mktoFieldDescriptor:first-child,
.page-id-629892 #mktoForm_1915 .mktoFormRow fieldset .mktoFormRow+.mktoFormRow+.mktoFormRow>.mktoFieldDescriptor:first-child {
    margin-right: 2%;
    width: 48% !important;
}

.page-id-541691 #mktoForm_1915 .mktoFormRow fieldset .mktoFormRow+.mktoFormRow+.mktoFormRow>.mktoFieldDescriptor+.mktoFieldDescriptor,
.page-id-541465 #mktoForm_1915 .mktoFormRow fieldset .mktoFormRow+.mktoFormRow+.mktoFormRow>.mktoFieldDescriptor+.mktoFieldDescriptor,
.page-id-541697 #mktoForm_1915 .mktoFormRow fieldset .mktoFormRow+.mktoFormRow+.mktoFormRow>.mktoFieldDescriptor+.mktoFieldDescriptor,
.page-id-628402 #mktoForm_1915 .mktoFormRow fieldset .mktoFormRow+.mktoFormRow+.mktoFormRow>.mktoFieldDescriptor+.mktoFieldDescriptor,
.page-id-629220 #mktoForm_1915 .mktoFormRow fieldset .mktoFormRow+.mktoFormRow+.mktoFormRow>.mktoFieldDescriptor+.mktoFieldDescriptor,
.page-id-629892 #mktoForm_1915 .mktoFormRow fieldset .mktoFormRow+.mktoFormRow+.mktoFormRow>.mktoFieldDescriptor+.mktoFieldDescriptor {
    margin-left: 2%;
    width: 48% !important;
}

.page-id-541691 #mktoForm_1915 .mktoFormRow fieldset .mktoFormRow+.mktoFormRow+.mktoFormRow+.mktoFormRow>.mktoFieldDescriptor:first-child,
.page-id-541465 #mktoForm_1915 .mktoFormRow fieldset .mktoFormRow+.mktoFormRow+.mktoFormRow+.mktoFormRow>.mktoFieldDescriptor:first-child,
.page-id-541697 #mktoForm_1915 .mktoFormRow fieldset .mktoFormRow+.mktoFormRow+.mktoFormRow+.mktoFormRow>.mktoFieldDescriptor:first-child,
.page-id-628402 #mktoForm_1915 .mktoFormRow fieldset .mktoFormRow+.mktoFormRow+.mktoFormRow+.mktoFormRow>.mktoFieldDescriptor:first-child,
.page-id-629220 #mktoForm_1915 .mktoFormRow fieldset .mktoFormRow+.mktoFormRow+.mktoFormRow+.mktoFormRow>.mktoFieldDescriptor:first-child,
.page-id-629892 #mktoForm_1915 .mktoFormRow fieldset .mktoFormRow+.mktoFormRow+.mktoFormRow+.mktoFormRow>.mktoFieldDescriptor:first-child {
    margin-right: 2%;
    width: 48% !important;
}

.page-id-541691 #mktoForm_1915 .mktoFormRow fieldset .mktoFormRow+.mktoFormRow+.mktoFormRow+.mktoFormRow>.mktoFieldDescriptor+.mktoFieldDescriptor,
.page-id-541465 #mktoForm_1915 .mktoFormRow fieldset .mktoFormRow+.mktoFormRow+.mktoFormRow+.mktoFormRow>.mktoFieldDescriptor+.mktoFieldDescriptor,
.page-id-541697 #mktoForm_1915 .mktoFormRow fieldset .mktoFormRow+.mktoFormRow+.mktoFormRow+.mktoFormRow>.mktoFieldDescriptor+.mktoFieldDescriptor,
.page-id-628402 #mktoForm_1915 .mktoFormRow fieldset .mktoFormRow+.mktoFormRow+.mktoFormRow+.mktoFormRow>.mktoFieldDescriptor+.mktoFieldDescriptor,
.page-id-629220 #mktoForm_1915 .mktoFormRow fieldset .mktoFormRow+.mktoFormRow+.mktoFormRow+.mktoFormRow>.mktoFieldDescriptor+.mktoFieldDescriptor,
.page-id-629892 #mktoForm_1915 .mktoFormRow fieldset .mktoFormRow+.mktoFormRow+.mktoFormRow+.mktoFormRow>.mktoFieldDescriptor+.mktoFieldDescriptor {
    margin-left: 2%;
    width: 48% !important;
}

.page-id-541691 textarea#description,
.page-id-541465 textarea#description,
.page-id-541697 textarea#description,
.page-id-628402 textarea#description,
.page-id-629220 textarea#description,
.page-id-629892 textarea#description {
    height: 100px;
}

.page-id-541691 label[for="Address"],
.page-id-541465 label[for="Address"],
.page-id-541697 label[for="Address"],
.page-id-628402 label[for="Address"],
.page-id-629220 label[for="Address"],
.page-id-629892 label[for="Address"] {
    display: none;
}

.page-id-541691 input#mktoCheckbox_8544_0,
.page-id-541465 input#mktoCheckbox_8544_0,
.page-id-541697 input#mktoCheckbox_8544_0,
.page-id-628402 input#mktoCheckbox_8544_0,
.page-id-629220 input#mktoCheckbox_8544_0,
.page-id-629892 input#mktoCheckbox_8544_0 {
    height: 18px;
    width: 18px;
    margin-top: 2px;
}

.page-id-541691 label[for="mktoCheckbox_8544_0"],
.page-id-541465 label[for="mktoCheckbox_8544_0"],
.page-id-541697 label[for="mktoCheckbox_8544_0"],
.page-id-628402 label[for="mktoCheckbox_8544_0"],
.page-id-629220 label[for="mktoCheckbox_8544_0"],
.page-id-629892 label[for="mktoCheckbox_8544_0"] {
    padding-left: 6px !important;
    font-size: 16px;
}

.page-id-541691 #mktoForm_1915 .mktoFormRow+.mktoFormRow+.mktoFormRow,
.page-id-541465 #mktoForm_1915 .mktoFormRow+.mktoFormRow+.mktoFormRow,
.page-id-541697 #mktoForm_1915 .mktoFormRow+.mktoFormRow+.mktoFormRow,
.page-id-628402 #mktoForm_1915 .mktoFormRow+.mktoFormRow+.mktoFormRow,
.page-id-629220 #mktoForm_1915 .mktoFormRow+.mktoFormRow+.mktoFormRow,
.page-id-629892 #mktoForm_1915 .mktoFormRow+.mktoFormRow+.mktoFormRow {
    margin-bottom: 0;
}

.page-id-541691 #mktoForm_1915 .mktoFormRow+.mktoFormRow+.mktoFormRow+.mktoFormRow>.mktoFormCol,
.page-id-541465 #mktoForm_1915 .mktoFormRow+.mktoFormRow+.mktoFormRow+.mktoFormRow>.mktoFormCol,
.page-id-541697 #mktoForm_1915 .mktoFormRow+.mktoFormRow+.mktoFormRow+.mktoFormRow>.mktoFormCol,
.page-id-628402 #mktoForm_1915 .mktoFormRow+.mktoFormRow+.mktoFormRow+.mktoFormRow>.mktoFormCol,
.page-id-629220 #mktoForm_1915 .mktoFormRow+.mktoFormRow+.mktoFormRow+.mktoFormRow>.mktoFormCol,
.page-id-629892 #mktoForm_1915 .mktoFormRow+.mktoFormRow+.mktoFormRow+.mktoFormRow>.mktoFormCol {
    width: 100%;
}

.page-id-541691 #mktoForm_1915 .mktoFormRow+.mktoFormRow+.mktoFormRow+.mktoFormRow>.mktoFormCol .mktoHtmlText,
.page-id-541465 #mktoForm_1915 .mktoFormRow+.mktoFormRow+.mktoFormRow+.mktoFormRow>.mktoFormCol .mktoHtmlText,
.page-id-541697 #mktoForm_1915 .mktoFormRow+.mktoFormRow+.mktoFormRow+.mktoFormRow>.mktoFormCol .mktoHtmlText,
.page-id-628402 #mktoForm_1915 .mktoFormRow+.mktoFormRow+.mktoFormRow+.mktoFormRow>.mktoFormCol .mktoHtmlText,
.page-id-629220 #mktoForm_1915 .mktoFormRow+.mktoFormRow+.mktoFormRow+.mktoFormRow>.mktoFormCol .mktoHtmlText,
.page-id-629892 #mktoForm_1915 .mktoFormRow+.mktoFormRow+.mktoFormRow+.mktoFormRow>.mktoFormCol .mktoHtmlText {
    width: 100% !important;
}

.page-id-541691 #mktoForm_1915 .mktoButtonWrap,
.page-id-541465 #mktoForm_1915 .mktoButtonWrap,
.page-id-541697 #mktoForm_1915 .mktoButtonWrap,
.page-id-628402 #mktoForm_1915 .mktoButtonWrap,
.page-id-629220 #mktoForm_1915 .mktoButtonWrap,
.page-id-629892 #mktoForm_1915 .mktoButtonWrap {
    text-align: left;
}

.page-id-541691 #mktoForm_1915 .mktoButtonWrap button,
.page-id-541465 #mktoForm_1915 .mktoButtonWrap button,
.page-id-541697 #mktoForm_1915 .mktoButtonWrap button,
.page-id-628402 #mktoForm_1915 .mktoButtonWrap button,
.page-id-629220 #mktoForm_1915 .mktoButtonWrap button,
.page-id-629892 #mktoForm_1915 .mktoButtonWrap button {
    margin-bottom: 40px;
    margin-top: 10px;
    height: 40px;
    background: #000;
    padding: 0 30px;
    font-size: 15px;
    border: none;
    text-transform: uppercase;
}

.page-id-541691 #mktoForm_1915 select,
.page-id-541465 #mktoForm_1915 select,
.page-id-541697 #mktoForm_1915 select,
.page-id-628402 #mktoForm_1915 select,
.page-id-629220 #mktoForm_1915 select,
.page-id-629892 #mktoForm_1915 select {
    font-size: 16px;
}

.page-id-541691 #mktoForm_1915 .mktoFormCol>legend,
.page-id-541465 #mktoForm_1915 .mktoFormCol>legend,
.page-id-541697 #mktoForm_1915 .mktoFormCol>legend,
.page-id-628402 #mktoForm_1915 .mktoFormCol>legend,
.page-id-629220 #mktoForm_1915 .mktoFormCol>legend,
.page-id-629892 #mktoForm_1915 .mktoFormCol>legend {
    display: none;
}

.page-id-541691 .contact-form-section>div,
.page-id-541465 .contact-form-section>div,
.page-id-541697 .contact-form-section>div,
.page-id-628402 .contact-form-section>div,
.page-id-629220 .contact-form-section>div,
.page-id-629892 .contact-form-section>div {
    padding: 30px 0 !important;
}

.page-id-541691 .customCOVTextRightImageSection+.section-html-with-title,
.page-id-541465 .customCOVTextRightImageSection+.section-html-with-title,
.page-id-541697 .customCOVTextRightImageSection+.section-html-with-title,
.page-id-628402 .customCOVTextRightImageSection+.section-html-with-title,
.page-id-629220 .customCOVTextRightImageSection+.section-html-with-title,
.page-id-629892 .customCOVTextRightImageSection+.section-html-with-title {
    background: #fff;
    margin: 0;
    padding: 25px 0;
}

.page-id-541691 .customCOVTextRightImageSection+.section-more-about,
.page-id-541465 .customCOVTextRightImageSection+.section-more-about,
.page-id-541697 .customCOVTextRightImageSection+.section-more-about,
.page-id-628402 .customCOVTextRightImageSection+.section-more-about,
.page-id-629220 .customCOVTextRightImageSection+.section-more-about,
.page-id-629892 .customCOVTextRightImageSection+.section-more-about {
    padding: 0;
    margin: 0;
    background: #fff;
}

.page-id-541691 .customCOVTextRightImageSection+.section-more-about .section-more-about-item,
.page-id-541465 .customCOVTextRightImageSection+.section-more-about .section-more-about-item,
.page-id-541697 .customCOVTextRightImageSection+.section-more-about .section-more-about-item,
.page-id-628402 .customCOVTextRightImageSection+.section-more-about .section-more-about-item,
.page-id-629220 .customCOVTextRightImageSection+.section-more-about .section-more-about-item,
.page-id-629892 .customCOVTextRightImageSection+.section-more-about .section-more-about-item {
    background: transparent !important;
    color: #000 !important;
    cursor: default;
}

.page-id-541691 .customCOVTextRightImageSection+.section-more-about .section-more-about-item .more-about-text,
.page-id-541465 .customCOVTextRightImageSection+.section-more-about .section-more-about-item .more-about-text,
.page-id-541697 .customCOVTextRightImageSection+.section-more-about .section-more-about-item .more-about-text,
.page-id-628402 .customCOVTextRightImageSection+.section-more-about .section-more-about-item .more-about-text,
.page-id-629220 .customCOVTextRightImageSection+.section-more-about .section-more-about-item .more-about-text,
.page-id-629892 .customCOVTextRightImageSection+.section-more-about .section-more-about-item .more-about-text {
    font-size: 15px;
}

.page-id-541691 .custom-cov-image-section-grey .text,
.page-id-541691 .custom-cov-image-section-grey-rightSide .text,
.page-id-541465 .custom-cov-image-section-grey .text,
.page-id-541465 .custom-cov-image-section-grey-rightSide .text,
.page-id-541697 .custom-cov-image-section-grey .text,
.page-id-541697 .custom-cov-image-section-grey-rightSide .text,
.page-id-628402 .custom-cov-image-section-grey .text,
.page-id-628402 .custom-cov-image-section-grey-rightSide .text,
.page-id-629220 .custom-cov-image-section-grey .text,
.page-id-629220 .custom-cov-image-section-grey-rightSide .text,
.page-id-629892 .custom-cov-image-section-grey .text,
.page-id-629892 .custom-cov-image-section-grey-rightSide .text {
    padding-top: 90px;
}

.page-id-541691 .custom-cov-image-section-grey strong,
.page-id-541691 .custom-cov-image-section-grey-rightSide strong,
.page-id-541465 .custom-cov-image-section-grey strong,
.page-id-541465 .custom-cov-image-section-grey-rightSide strong,
.page-id-541697 .custom-cov-image-section-grey strong,
.page-id-541697 .custom-cov-image-section-grey-rightSide strong,
.page-id-628402 .custom-cov-image-section-grey strong,
.page-id-628402 .custom-cov-image-section-grey-rightSide strong,
.page-id-629220 .custom-cov-image-section-grey strong,
.page-id-629220 .custom-cov-image-section-grey-rightSide strong,
.page-id-629892 .custom-cov-image-section-grey strong,
.page-id-629892 .custom-cov-image-section-grey-rightSide strong {
    font-weight: bold;
}

.page-id-541691 .custom-cov-image-section-grey .text,
.page-id-541465 .custom-cov-image-section-grey .text,
.page-id-541697 .custom-cov-image-section-grey .text,
.page-id-628402 .custom-cov-image-section-grey .text,
.page-id-629220 .custom-cov-image-section-grey .text,
.page-id-629892 .custom-cov-image-section-grey .text {
    padding-right: 0;
}

.page-id-541691 .custom-cov-image-section-grey,
.page-id-541691 .custom-cov-image-section-grey-rightSide,
.page-id-541465 .custom-cov-image-section-grey,
.page-id-541465 .custom-cov-image-section-grey-rightSide,
.page-id-541697 .custom-cov-image-section-grey,
.page-id-541697 .custom-cov-image-section-grey-rightSide,
.page-id-628402 .custom-cov-image-section-grey,
.page-id-628402 .custom-cov-image-section-grey-rightSide,
.page-id-629220 .custom-cov-image-section-grey,
.page-id-629220 .custom-cov-image-section-grey-rightSide,
.page-id-629892 .custom-cov-image-section-grey,
.page-id-629892 .custom-cov-image-section-grey-rightSide {
    background: #e6e6e6;
}

.page-id-541691 .textCovDesignCentered,
.page-id-541465 .textCovDesignCentered,
.page-id-541697 .textCovDesignCentered,
.page-id-628402 .textCovDesignCentered,
.page-id-629220 .textCovDesignCentered,
.page-id-629892 .textCovDesignCentered {
    margin: 0 auto;
    width: 800px;
}

.page-id-541691 .buttonRowCenteredSectionCOV,
.page-id-541465 .buttonRowCenteredSectionCOV,
.page-id-541697 .buttonRowCenteredSectionCOV,
.page-id-628402 .buttonRowCenteredSectionCOV,
.page-id-629220 .buttonRowCenteredSectionCOV,
.page-id-629892 .buttonRowCenteredSectionCOV {
    margin-top: 60px;
    margin-bottom: 20px;
}

.page-id-541691 .textCovDesignCentered>p,
.page-id-541465 .textCovDesignCentered>p,
.page-id-541697 .textCovDesignCentered>p,
.page-id-628402 .textCovDesignCentered>p,
.page-id-629220 .textCovDesignCentered>p,
.page-id-629892 .textCovDesignCentered>p {
    margin-bottom: 5px;
    text-align: left;
    max-width: 100%;
}

.page-id-541691 .textCovDesignCentered .button-white,
.page-id-541465 .textCovDesignCentered .button-white,
.page-id-541697 .textCovDesignCentered .button-white,
.page-id-628402 .textCovDesignCentered .button-white,
.page-id-629220 .textCovDesignCentered .button-white,
.page-id-629892 .textCovDesignCentered .button-white {
    border: 1px solid #000;
}

.page-id-541691 .textCovDesignCentered strong,
.page-id-541465 .textCovDesignCentered strong,
.page-id-541697 .textCovDesignCentered strong,
.page-id-628402 .textCovDesignCentered strong,
.page-id-629220 .textCovDesignCentered strong,
.page-id-629892 .textCovDesignCentered strong {
    font-weight: bold;
}

.page-id-541691 .custom-cov-image-section-grey-rightSide>.container,
.page-id-541465 .custom-cov-image-section-grey-rightSide>.container,
.page-id-541697 .custom-cov-image-section-grey-rightSide>.container,
.page-id-628402 .custom-cov-image-section-grey-rightSide>.container,
.page-id-629220 .custom-cov-image-section-grey-rightSide>.container,
.page-id-629892 .custom-cov-image-section-grey-rightSide>.container {
    margin: 0;
    width: 100%;
    padding-left: 50px;
}

.page-id-541691 .custom-cov-image-section-grey-rightSide .text,
.page-id-541465 .custom-cov-image-section-grey-rightSide .text,
.page-id-541697 .custom-cov-image-section-grey-rightSide .text,
.page-id-628402 .custom-cov-image-section-grey-rightSide .text,
.page-id-629220 .custom-cov-image-section-grey-rightSide .text,
.page-id-629892 .custom-cov-image-section-grey-rightSide .text {
    float: left;
    padding-right: 0;
}

.page-id-541691 .custom-cov-image-section-grey-rightSide .image,
.page-id-541465 .custom-cov-image-section-grey-rightSide .image,
.page-id-541697 .custom-cov-image-section-grey-rightSide .image,
.page-id-628402 .custom-cov-image-section-grey-rightSide .image,
.page-id-629220 .custom-cov-image-section-grey-rightSide .image,
.page-id-629892 .custom-cov-image-section-grey-rightSide .image {
    float: right;
    top: -50px;
    transform: translateX(110px);
    position: static;
    width: 55%;
}

.page-id-541691 .testimonialsNewDesignLayout .containerTestimonial,
.page-id-541465 .testimonialsNewDesignLayout .containerTestimonial,
.page-id-541697 .testimonialsNewDesignLayout .containerTestimonial,
.page-id-628402 .testimonialsNewDesignLayout .containerTestimonial,
.page-id-629220 .testimonialsNewDesignLayout .containerTestimonial,
.page-id-629892 .testimonialsNewDesignLayout .containerTestimonial {
    max-width: 650px;
    box-sizing: border-box;
    background: #fff;
    padding: 20px;
    box-shadow: 3px 4px 8px rgba(0, 0, 0, 0.2);
}

.page-id-541691 .testimonialsNewDesignLayout .containerTestimonial .imageTestimonial+p,
.page-id-541691 .testimonialsNewDesignLayout .containerTestimonial br,
.page-id-541465 .testimonialsNewDesignLayout .containerTestimonial .imageTestimonial+p,
.page-id-541465 .testimonialsNewDesignLayout .containerTestimonial br,
.page-id-541697 .testimonialsNewDesignLayout .containerTestimonial .imageTestimonial+p,
.page-id-541697 .testimonialsNewDesignLayout .containerTestimonial br,
.page-id-628402 .testimonialsNewDesignLayout .containerTestimonial .imageTestimonial+p,
.page-id-628402 .testimonialsNewDesignLayout .containerTestimonial br,
.page-id-629220 .testimonialsNewDesignLayout .containerTestimonial .imageTestimonial+p,
.page-id-629220 .testimonialsNewDesignLayout .containerTestimonial br,
.page-id-629892 .testimonialsNewDesignLayout .containerTestimonial .imageTestimonial+p,
.page-id-629892 .testimonialsNewDesignLayout .containerTestimonial br {
    display: none;
}

.page-id-541691 .testimonialsNewDesignLayout .containerTestimonial .testimonialText,
.page-id-541465 .testimonialsNewDesignLayout .containerTestimonial .testimonialText,
.page-id-541697 .testimonialsNewDesignLayout .containerTestimonial .testimonialText,
.page-id-628402 .testimonialsNewDesignLayout .containerTestimonial .testimonialText,
.page-id-629220 .testimonialsNewDesignLayout .containerTestimonial .testimonialText,
.page-id-629892 .testimonialsNewDesignLayout .containerTestimonial .testimonialText {
    display: block;
    background: #f8f8f8;
    box-sizing: border-box;
    padding: 15px;
    font-size: 20px;
    font-style: italic;
    font-weight: 200;
    min-height: 380px;
}

.page-id-541691 .testimonialsNewDesignLayout .containerTestimonial .testimonialPosition,
.page-id-541465 .testimonialsNewDesignLayout .containerTestimonial .testimonialPosition,
.page-id-541697 .testimonialsNewDesignLayout .containerTestimonial .testimonialPosition,
.page-id-628402 .testimonialsNewDesignLayout .containerTestimonial .testimonialPosition,
.page-id-629220 .testimonialsNewDesignLayout .containerTestimonial .testimonialPosition,
.page-id-629892 .testimonialsNewDesignLayout .containerTestimonial .testimonialPosition {
    text-align: right;
}

.page-id-541691 .testimonialsNewDesignLayout .containerTestimonial .testimonialPosition span,
.page-id-541465 .testimonialsNewDesignLayout .containerTestimonial .testimonialPosition span,
.page-id-541697 .testimonialsNewDesignLayout .containerTestimonial .testimonialPosition span,
.page-id-628402 .testimonialsNewDesignLayout .containerTestimonial .testimonialPosition span,
.page-id-629220 .testimonialsNewDesignLayout .containerTestimonial .testimonialPosition span,
.page-id-629892 .testimonialsNewDesignLayout .containerTestimonial .testimonialPosition span {
    display: inline-block;
    max-width: 90%;
    color: #ed1c24;
    font-weight: bold;
    line-height: 20px;
    font-size: 20px;
    margin-top: 20px;
    min-height: 50px;
}

.page-id-541691 p.mainTestimonialText,
.page-id-541465 p.mainTestimonialText,
.page-id-541697 p.mainTestimonialText,
.page-id-628402 p.mainTestimonialText,
.page-id-629220 p.mainTestimonialText,
.page-id-629892 p.mainTestimonialText {
    min-height: 255px;
}

.page-id-541691 .htmlSectionCenteredContentCenteredImage,
.page-id-541465 .htmlSectionCenteredContentCenteredImage,
.page-id-541697 .htmlSectionCenteredContentCenteredImage,
.page-id-628402 .htmlSectionCenteredContentCenteredImage,
.page-id-629220 .htmlSectionCenteredContentCenteredImage,
.page-id-629892 .htmlSectionCenteredContentCenteredImage {
    text-align: center;
}

.page-id-541691 .htmlSectionCenteredContentCenteredImage ul,
.page-id-541465 .htmlSectionCenteredContentCenteredImage ul,
.page-id-541697 .htmlSectionCenteredContentCenteredImage ul,
.page-id-628402 .htmlSectionCenteredContentCenteredImage ul,
.page-id-629220 .htmlSectionCenteredContentCenteredImage ul,
.page-id-629892 .htmlSectionCenteredContentCenteredImage ul {
    list-style-type: none;
}

.page-id-541691 .htmlSectionCenteredContentCenteredImage ul li p,
.page-id-541465 .htmlSectionCenteredContentCenteredImage ul li p,
.page-id-541697 .htmlSectionCenteredContentCenteredImage ul li p,
.page-id-628402 .htmlSectionCenteredContentCenteredImage ul li p,
.page-id-629220 .htmlSectionCenteredContentCenteredImage ul li p,
.page-id-629892 .htmlSectionCenteredContentCenteredImage ul li p {
    font-size: 16px;
}

.page-id-541691 .htmlSectionCenteredContentCenteredImage ul li:before,
.page-id-541465 .htmlSectionCenteredContentCenteredImage ul li:before,
.page-id-541697 .htmlSectionCenteredContentCenteredImage ul li:before,
.page-id-628402 .htmlSectionCenteredContentCenteredImage ul li:before,
.page-id-629220 .htmlSectionCenteredContentCenteredImage ul li:before,
.page-id-629892 .htmlSectionCenteredContentCenteredImage ul li:before {
    content: "+";
    margin-right: 6px;
    float: left;
    display: block;
    font-size: 15px;
    line-height: 17px;
    font-weight: bold;
}

.page-id-541691 .htmlSectionCenteredContentCenteredImage h2,
.page-id-541465 .htmlSectionCenteredContentCenteredImage h2,
.page-id-541697 .htmlSectionCenteredContentCenteredImage h2,
.page-id-628402 .htmlSectionCenteredContentCenteredImage h2,
.page-id-629220 .htmlSectionCenteredContentCenteredImage h2,
.page-id-629892 .htmlSectionCenteredContentCenteredImage h2 {
    font-size: 20px;
    font-weight: bold;
}

.page-id-541691 .htmlSectionCenteredContentCenteredImage .wrapperText,
.page-id-541465 .htmlSectionCenteredContentCenteredImage .wrapperText,
.page-id-541697 .htmlSectionCenteredContentCenteredImage .wrapperText,
.page-id-628402 .htmlSectionCenteredContentCenteredImage .wrapperText,
.page-id-629220 .htmlSectionCenteredContentCenteredImage .wrapperText,
.page-id-629892 .htmlSectionCenteredContentCenteredImage .wrapperText {
    margin: 0 auto 30px auto !important;
    max-width: 960px;
    text-align: left;
}

.page-id-541691 .htmlSectionCenteredContentCenteredImage img,
.page-id-541465 .htmlSectionCenteredContentCenteredImage img,
.page-id-541697 .htmlSectionCenteredContentCenteredImage img,
/* .page-id-628402 .htmlSectionCenteredContentCenteredImage img, */
.page-id-629220 .htmlSectionCenteredContentCenteredImage img,
.page-id-629892 .htmlSectionCenteredContentCenteredImage img {
    margin-right: -100px;
    max-width: 1200px;
    width: 100%;
}

.page-id-541691 .startSeriesImagesDiagnosticPrognosticPage,
.page-id-541691 .preElementMainImageCenterMakeBackgroundWhite,
.page-id-541691 .prependRow2ImagesVideoCustomCOV,
.page-id-541691 .prependTabsSectionCOV,
.page-id-541691 .prependBannerRowCOVDesign,
.page-id-541465 .startSeriesImagesDiagnosticPrognosticPage,
.page-id-541465 .preElementMainImageCenterMakeBackgroundWhite,
.page-id-541465 .prependRow2ImagesVideoCustomCOV,
.page-id-541465 .prependTabsSectionCOV,
.page-id-541465 .prependBannerRowCOVDesign,
.page-id-541697 .startSeriesImagesDiagnosticPrognosticPage,
.page-id-541697 .preElementMainImageCenterMakeBackgroundWhite,
.page-id-541697 .prependRow2ImagesVideoCustomCOV,
.page-id-541697 .prependTabsSectionCOV,
.page-id-541697 .prependBannerRowCOVDesign,
.page-id-628402 .startSeriesImagesDiagnosticPrognosticPage,
.page-id-628402 .preElementMainImageCenterMakeBackgroundWhite,
.page-id-628402 .prependRow2ImagesVideoCustomCOV,
.page-id-628402 .prependTabsSectionCOV,
.page-id-628402 .prependBannerRowCOVDesign,
.page-id-629220 .startSeriesImagesDiagnosticPrognosticPage,
.page-id-629220 .preElementMainImageCenterMakeBackgroundWhite,
.page-id-629220 .prependRow2ImagesVideoCustomCOV,
.page-id-629220 .prependTabsSectionCOV,
.page-id-629220 .prependBannerRowCOVDesign,
.page-id-629892 .startSeriesImagesDiagnosticPrognosticPage,
.page-id-629892 .preElementMainImageCenterMakeBackgroundWhite,
.page-id-629892 .prependRow2ImagesVideoCustomCOV,
.page-id-629892 .prependTabsSectionCOV,
.page-id-629892 .prependBannerRowCOVDesign {
    display: none !important;
    visibility: hidden !important;
    position: fixed !important;
    top: -9999px !important;
    left: -9999px !important;
}

.page-id-541691 .startSeriesImagesDiagnosticPrognosticPage+.section-html-with-title .container,
.page-id-541691 .preElementMainImageCenterMakeBackgroundWhite+.section-html-with-title .container,
.page-id-541691 .preElementMainImageCenterMakeBackgroundWhite+.section-html-with-title,
.page-id-541691 .startSeriesImagesDiagnosticPrognosticPage+.section-html-with-title,
.page-id-541691 .startSeriesImagesDiagnosticPrognosticPage+.section-html-with-title+.section-html-with-title .container,
.page-id-541691 .startSeriesImagesDiagnosticPrognosticPage+.section-html-with-title+.section-html-with-title,
.page-id-541691 .startSeriesImagesDiagnosticPrognosticPage+.section-html-with-title+.section-html-with-title+.section-html-with-title .container,
.page-id-541691 .startSeriesImagesDiagnosticPrognosticPage+.section-html-with-title+.section-html-with-title+.section-html-with-title,
.page-id-541691 .startSeriesImagesDiagnosticPrognosticPage+.section-html-with-title+.section-html-with-title+.section-html-with-title+.section-html-with-title .container,
.page-id-541691 .startSeriesImagesDiagnosticPrognosticPage+.section-html-with-title+.section-html-with-title+.section-html-with-title+.section-html-with-title,
.page-id-541691 .startSeriesImagesDiagnosticPrognosticPage+.section-html-with-title+.section-html-with-title+.section-html-with-title+.section-html-with-title+.section-html-with-title .container,
.page-id-541691 .startSeriesImagesDiagnosticPrognosticPage+.section-html-with-title+.section-html-with-title+.section-html-with-title+.section-html-with-title+.section-html-with-title,
.page-id-541465 .startSeriesImagesDiagnosticPrognosticPage+.section-html-with-title .container,
.page-id-541465 .preElementMainImageCenterMakeBackgroundWhite+.section-html-with-title .container,
.page-id-541465 .preElementMainImageCenterMakeBackgroundWhite+.section-html-with-title,
.page-id-541465 .startSeriesImagesDiagnosticPrognosticPage+.section-html-with-title,
.page-id-541465 .startSeriesImagesDiagnosticPrognosticPage+.section-html-with-title+.section-html-with-title .container,
.page-id-541465 .startSeriesImagesDiagnosticPrognosticPage+.section-html-with-title+.section-html-with-title,
.page-id-541465 .startSeriesImagesDiagnosticPrognosticPage+.section-html-with-title+.section-html-with-title+.section-html-with-title .container,
.page-id-541465 .startSeriesImagesDiagnosticPrognosticPage+.section-html-with-title+.section-html-with-title+.section-html-with-title,
.page-id-541465 .startSeriesImagesDiagnosticPrognosticPage+.section-html-with-title+.section-html-with-title+.section-html-with-title+.section-html-with-title .container,
.page-id-541465 .startSeriesImagesDiagnosticPrognosticPage+.section-html-with-title+.section-html-with-title+.section-html-with-title+.section-html-with-title,
.page-id-541465 .startSeriesImagesDiagnosticPrognosticPage+.section-html-with-title+.section-html-with-title+.section-html-with-title+.section-html-with-title+.section-html-with-title .container,
.page-id-541465 .startSeriesImagesDiagnosticPrognosticPage+.section-html-with-title+.section-html-with-title+.section-html-with-title+.section-html-with-title+.section-html-with-title,
.page-id-541697 .startSeriesImagesDiagnosticPrognosticPage+.section-html-with-title .container,
.page-id-541697 .preElementMainImageCenterMakeBackgroundWhite+.section-html-with-title .container,
.page-id-541697 .preElementMainImageCenterMakeBackgroundWhite+.section-html-with-title,
.page-id-541697 .startSeriesImagesDiagnosticPrognosticPage+.section-html-with-title,
.page-id-541697 .startSeriesImagesDiagnosticPrognosticPage+.section-html-with-title+.section-html-with-title .container,
.page-id-541697 .startSeriesImagesDiagnosticPrognosticPage+.section-html-with-title+.section-html-with-title,
.page-id-541697 .startSeriesImagesDiagnosticPrognosticPage+.section-html-with-title+.section-html-with-title+.section-html-with-title .container,
.page-id-541697 .startSeriesImagesDiagnosticPrognosticPage+.section-html-with-title+.section-html-with-title+.section-html-with-title,
.page-id-541697 .startSeriesImagesDiagnosticPrognosticPage+.section-html-with-title+.section-html-with-title+.section-html-with-title+.section-html-with-title .container,
.page-id-541697 .startSeriesImagesDiagnosticPrognosticPage+.section-html-with-title+.section-html-with-title+.section-html-with-title+.section-html-with-title,
.page-id-541697 .startSeriesImagesDiagnosticPrognosticPage+.section-html-with-title+.section-html-with-title+.section-html-with-title+.section-html-with-title+.section-html-with-title .container,
.page-id-541697 .startSeriesImagesDiagnosticPrognosticPage+.section-html-with-title+.section-html-with-title+.section-html-with-title+.section-html-with-title+.section-html-with-title,
.page-id-628402 .startSeriesImagesDiagnosticPrognosticPage+.section-html-with-title .container,
.page-id-628402 .preElementMainImageCenterMakeBackgroundWhite+.section-html-with-title .container,
.page-id-628402 .preElementMainImageCenterMakeBackgroundWhite+.section-html-with-title,
.page-id-628402 .startSeriesImagesDiagnosticPrognosticPage+.section-html-with-title,
.page-id-628402 .startSeriesImagesDiagnosticPrognosticPage+.section-html-with-title+.section-html-with-title .container,
.page-id-628402 .startSeriesImagesDiagnosticPrognosticPage+.section-html-with-title+.section-html-with-title,
.page-id-628402 .startSeriesImagesDiagnosticPrognosticPage+.section-html-with-title+.section-html-with-title+.section-html-with-title .container,
.page-id-628402 .startSeriesImagesDiagnosticPrognosticPage+.section-html-with-title+.section-html-with-title+.section-html-with-title,
.page-id-628402 .startSeriesImagesDiagnosticPrognosticPage+.section-html-with-title+.section-html-with-title+.section-html-with-title+.section-html-with-title .container,
.page-id-628402 .startSeriesImagesDiagnosticPrognosticPage+.section-html-with-title+.section-html-with-title+.section-html-with-title+.section-html-with-title,
.page-id-628402 .startSeriesImagesDiagnosticPrognosticPage+.section-html-with-title+.section-html-with-title+.section-html-with-title+.section-html-with-title+.section-html-with-title .container,
.page-id-628402 .startSeriesImagesDiagnosticPrognosticPage+.section-html-with-title+.section-html-with-title+.section-html-with-title+.section-html-with-title+.section-html-with-title,
.page-id-629220 .startSeriesImagesDiagnosticPrognosticPage+.section-html-with-title .container,
.page-id-629220 .preElementMainImageCenterMakeBackgroundWhite+.section-html-with-title .container,
.page-id-629220 .preElementMainImageCenterMakeBackgroundWhite+.section-html-with-title,
.page-id-629220 .startSeriesImagesDiagnosticPrognosticPage+.section-html-with-title,
.page-id-629220 .startSeriesImagesDiagnosticPrognosticPage+.section-html-with-title+.section-html-with-title .container,
.page-id-629220 .startSeriesImagesDiagnosticPrognosticPage+.section-html-with-title+.section-html-with-title,
.page-id-629220 .startSeriesImagesDiagnosticPrognosticPage+.section-html-with-title+.section-html-with-title+.section-html-with-title .container,
.page-id-629220 .startSeriesImagesDiagnosticPrognosticPage+.section-html-with-title+.section-html-with-title+.section-html-with-title,
.page-id-629220 .startSeriesImagesDiagnosticPrognosticPage+.section-html-with-title+.section-html-with-title+.section-html-with-title+.section-html-with-title .container,
.page-id-629220 .startSeriesImagesDiagnosticPrognosticPage+.section-html-with-title+.section-html-with-title+.section-html-with-title+.section-html-with-title,
.page-id-629220 .startSeriesImagesDiagnosticPrognosticPage+.section-html-with-title+.section-html-with-title+.section-html-with-title+.section-html-with-title+.section-html-with-title .container,
.page-id-629220 .startSeriesImagesDiagnosticPrognosticPage+.section-html-with-title+.section-html-with-title+.section-html-with-title+.section-html-with-title+.section-html-with-title,
.page-id-629892 .startSeriesImagesDiagnosticPrognosticPage+.section-html-with-title .container,
.page-id-629892 .preElementMainImageCenterMakeBackgroundWhite+.section-html-with-title .container,
.page-id-629892 .preElementMainImageCenterMakeBackgroundWhite+.section-html-with-title,
.page-id-629892 .startSeriesImagesDiagnosticPrognosticPage+.section-html-with-title,
.page-id-629892 .startSeriesImagesDiagnosticPrognosticPage+.section-html-with-title+.section-html-with-title .container,
.page-id-629892 .startSeriesImagesDiagnosticPrognosticPage+.section-html-with-title+.section-html-with-title,
.page-id-629892 .startSeriesImagesDiagnosticPrognosticPage+.section-html-with-title+.section-html-with-title+.section-html-with-title .container,
.page-id-629892 .startSeriesImagesDiagnosticPrognosticPage+.section-html-with-title+.section-html-with-title+.section-html-with-title,
.page-id-629892 .startSeriesImagesDiagnosticPrognosticPage+.section-html-with-title+.section-html-with-title+.section-html-with-title+.section-html-with-title .container,
.page-id-629892 .startSeriesImagesDiagnosticPrognosticPage+.section-html-with-title+.section-html-with-title+.section-html-with-title+.section-html-with-title,
.page-id-629892 .startSeriesImagesDiagnosticPrognosticPage+.section-html-with-title+.section-html-with-title+.section-html-with-title+.section-html-with-title+.section-html-with-title .container,
.page-id-629892 .startSeriesImagesDiagnosticPrognosticPage+.section-html-with-title+.section-html-with-title+.section-html-with-title+.section-html-with-title+.section-html-with-title {
    background: transparent;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
}

.page-id-541691 .startSeriesImagesDiagnosticPrognosticPage+.section-html-with-title .section-html-content,
.page-id-541691 .preElementMainImageCenterMakeBackgroundWhite+.section-html-with-title .section-html-content,
.page-id-541691 .startSeriesImagesDiagnosticPrognosticPage+.section-html-with-title+.section-html-with-title .section-html-content,
.page-id-541691 .startSeriesImagesDiagnosticPrognosticPage+.section-html-with-title+.section-html-with-title+.section-html-with-title .section-html-content,
.page-id-541691 .startSeriesImagesDiagnosticPrognosticPage+.section-html-with-title+.section-html-with-title+.section-html-with-title+.section-html-with-title .section-html-content,
.page-id-541691 .startSeriesImagesDiagnosticPrognosticPage+.section-html-with-title+.section-html-with-title+.section-html-with-title+.section-html-with-title+.section-html-with-title .section-html-content,
.page-id-541465 .startSeriesImagesDiagnosticPrognosticPage+.section-html-with-title .section-html-content,
.page-id-541465 .preElementMainImageCenterMakeBackgroundWhite+.section-html-with-title .section-html-content,
.page-id-541465 .startSeriesImagesDiagnosticPrognosticPage+.section-html-with-title+.section-html-with-title .section-html-content,
.page-id-541465 .startSeriesImagesDiagnosticPrognosticPage+.section-html-with-title+.section-html-with-title+.section-html-with-title .section-html-content,
.page-id-541465 .startSeriesImagesDiagnosticPrognosticPage+.section-html-with-title+.section-html-with-title+.section-html-with-title+.section-html-with-title .section-html-content,
.page-id-541465 .startSeriesImagesDiagnosticPrognosticPage+.section-html-with-title+.section-html-with-title+.section-html-with-title+.section-html-with-title+.section-html-with-title .section-html-content,
.page-id-541697 .startSeriesImagesDiagnosticPrognosticPage+.section-html-with-title .section-html-content,
.page-id-541697 .preElementMainImageCenterMakeBackgroundWhite+.section-html-with-title .section-html-content,
.page-id-541697 .startSeriesImagesDiagnosticPrognosticPage+.section-html-with-title+.section-html-with-title .section-html-content,
.page-id-541697 .startSeriesImagesDiagnosticPrognosticPage+.section-html-with-title+.section-html-with-title+.section-html-with-title .section-html-content,
.page-id-541697 .startSeriesImagesDiagnosticPrognosticPage+.section-html-with-title+.section-html-with-title+.section-html-with-title+.section-html-with-title .section-html-content,
.page-id-541697 .startSeriesImagesDiagnosticPrognosticPage+.section-html-with-title+.section-html-with-title+.section-html-with-title+.section-html-with-title+.section-html-with-title .section-html-content,
.page-id-628402 .startSeriesImagesDiagnosticPrognosticPage+.section-html-with-title .section-html-content,
.page-id-628402 .preElementMainImageCenterMakeBackgroundWhite+.section-html-with-title .section-html-content,
.page-id-628402 .startSeriesImagesDiagnosticPrognosticPage+.section-html-with-title+.section-html-with-title .section-html-content,
.page-id-628402 .startSeriesImagesDiagnosticPrognosticPage+.section-html-with-title+.section-html-with-title+.section-html-with-title .section-html-content,
.page-id-628402 .startSeriesImagesDiagnosticPrognosticPage+.section-html-with-title+.section-html-with-title+.section-html-with-title+.section-html-with-title .section-html-content,
.page-id-628402 .startSeriesImagesDiagnosticPrognosticPage+.section-html-with-title+.section-html-with-title+.section-html-with-title+.section-html-with-title+.section-html-with-title .section-html-content,
.page-id-629220 .startSeriesImagesDiagnosticPrognosticPage+.section-html-with-title .section-html-content,
.page-id-629220 .preElementMainImageCenterMakeBackgroundWhite+.section-html-with-title .section-html-content,
.page-id-629220 .startSeriesImagesDiagnosticPrognosticPage+.section-html-with-title+.section-html-with-title .section-html-content,
.page-id-629220 .startSeriesImagesDiagnosticPrognosticPage+.section-html-with-title+.section-html-with-title+.section-html-with-title .section-html-content,
.page-id-629220 .startSeriesImagesDiagnosticPrognosticPage+.section-html-with-title+.section-html-with-title+.section-html-with-title+.section-html-with-title .section-html-content,
.page-id-629220 .startSeriesImagesDiagnosticPrognosticPage+.section-html-with-title+.section-html-with-title+.section-html-with-title+.section-html-with-title+.section-html-with-title .section-html-content,
.page-id-629892 .startSeriesImagesDiagnosticPrognosticPage+.section-html-with-title .section-html-content,
.page-id-629892 .preElementMainImageCenterMakeBackgroundWhite+.section-html-with-title .section-html-content,
.page-id-629892 .startSeriesImagesDiagnosticPrognosticPage+.section-html-with-title+.section-html-with-title .section-html-content,
.page-id-629892 .startSeriesImagesDiagnosticPrognosticPage+.section-html-with-title+.section-html-with-title+.section-html-with-title .section-html-content,
.page-id-629892 .startSeriesImagesDiagnosticPrognosticPage+.section-html-with-title+.section-html-with-title+.section-html-with-title+.section-html-with-title .section-html-content,
.page-id-629892 .startSeriesImagesDiagnosticPrognosticPage+.section-html-with-title+.section-html-with-title+.section-html-with-title+.section-html-with-title+.section-html-with-title .section-html-content {
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: 100%;
}

.page-id-541691 .startSeriesImagesDiagnosticPrognosticPage+.section-html-with-title .section-title,
.page-id-541691 .startSeriesImagesDiagnosticPrognosticPage+.section-html-with-title+.section-html-with-title .section-title,
.page-id-541691 .startSeriesImagesDiagnosticPrognosticPage+.section-html-with-title+.section-html-with-title+.section-html-with-title .section-title,
.page-id-541691 .startSeriesImagesDiagnosticPrognosticPage+.section-html-with-title+.section-html-with-title+.section-html-with-title+.section-html-with-title .section-title,
.page-id-541691 .startSeriesImagesDiagnosticPrognosticPage+.section-html-with-title+.section-html-with-title+.section-html-with-title+.section-html-with-title+.section-html-with-title .section-title,
.page-id-541465 .startSeriesImagesDiagnosticPrognosticPage+.section-html-with-title .section-title,
.page-id-541465 .startSeriesImagesDiagnosticPrognosticPage+.section-html-with-title+.section-html-with-title .section-title,
.page-id-541465 .startSeriesImagesDiagnosticPrognosticPage+.section-html-with-title+.section-html-with-title+.section-html-with-title .section-title,
.page-id-541465 .startSeriesImagesDiagnosticPrognosticPage+.section-html-with-title+.section-html-with-title+.section-html-with-title+.section-html-with-title .section-title,
.page-id-541465 .startSeriesImagesDiagnosticPrognosticPage+.section-html-with-title+.section-html-with-title+.section-html-with-title+.section-html-with-title+.section-html-with-title .section-title,
.page-id-541697 .startSeriesImagesDiagnosticPrognosticPage+.section-html-with-title .section-title,
.page-id-541697 .startSeriesImagesDiagnosticPrognosticPage+.section-html-with-title+.section-html-with-title .section-title,
.page-id-541697 .startSeriesImagesDiagnosticPrognosticPage+.section-html-with-title+.section-html-with-title+.section-html-with-title .section-title,
.page-id-541697 .startSeriesImagesDiagnosticPrognosticPage+.section-html-with-title+.section-html-with-title+.section-html-with-title+.section-html-with-title .section-title,
.page-id-541697 .startSeriesImagesDiagnosticPrognosticPage+.section-html-with-title+.section-html-with-title+.section-html-with-title+.section-html-with-title+.section-html-with-title .section-title,
.page-id-628402 .startSeriesImagesDiagnosticPrognosticPage+.section-html-with-title .section-title,
.page-id-628402 .startSeriesImagesDiagnosticPrognosticPage+.section-html-with-title+.section-html-with-title .section-title,
.page-id-628402 .startSeriesImagesDiagnosticPrognosticPage+.section-html-with-title+.section-html-with-title+.section-html-with-title .section-title,
.page-id-628402 .startSeriesImagesDiagnosticPrognosticPage+.section-html-with-title+.section-html-with-title+.section-html-with-title+.section-html-with-title .section-title,
.page-id-628402 .startSeriesImagesDiagnosticPrognosticPage+.section-html-with-title+.section-html-with-title+.section-html-with-title+.section-html-with-title+.section-html-with-title .section-title,
.page-id-629220 .startSeriesImagesDiagnosticPrognosticPage+.section-html-with-title .section-title,
.page-id-629220 .startSeriesImagesDiagnosticPrognosticPage+.section-html-with-title+.section-html-with-title .section-title,
.page-id-629220 .startSeriesImagesDiagnosticPrognosticPage+.section-html-with-title+.section-html-with-title+.section-html-with-title .section-title,
.page-id-629220 .startSeriesImagesDiagnosticPrognosticPage+.section-html-with-title+.section-html-with-title+.section-html-with-title+.section-html-with-title .section-title,
.page-id-629220 .startSeriesImagesDiagnosticPrognosticPage+.section-html-with-title+.section-html-with-title+.section-html-with-title+.section-html-with-title+.section-html-with-title .section-title,
.page-id-629892 .startSeriesImagesDiagnosticPrognosticPage+.section-html-with-title .section-title,
.page-id-629892 .startSeriesImagesDiagnosticPrognosticPage+.section-html-with-title+.section-html-with-title .section-title,
.page-id-629892 .startSeriesImagesDiagnosticPrognosticPage+.section-html-with-title+.section-html-with-title+.section-html-with-title .section-title,
.page-id-629892 .startSeriesImagesDiagnosticPrognosticPage+.section-html-with-title+.section-html-with-title+.section-html-with-title+.section-html-with-title .section-title,
.page-id-629892 .startSeriesImagesDiagnosticPrognosticPage+.section-html-with-title+.section-html-with-title+.section-html-with-title+.section-html-with-title+.section-html-with-title .section-title {
    margin-bottom: 100px;
}

.page-id-541691 .prependRow2ImagesVideoCustomCOV+.section-html-with-title,
.page-id-541691 .prependRow2ImagesVideoCustomCOV+.section-html-with-title .container,
.page-id-541691 .prependRow2ImagesVideoCustomCOV+.section-html-with-title .container .section-html-content,
.page-id-541465 .prependRow2ImagesVideoCustomCOV+.section-html-with-title,
.page-id-541465 .prependRow2ImagesVideoCustomCOV+.section-html-with-title .container,
.page-id-541465 .prependRow2ImagesVideoCustomCOV+.section-html-with-title .container .section-html-content,
.page-id-541697 .prependRow2ImagesVideoCustomCOV+.section-html-with-title,
.page-id-541697 .prependRow2ImagesVideoCustomCOV+.section-html-with-title .container,
.page-id-541697 .prependRow2ImagesVideoCustomCOV+.section-html-with-title .container .section-html-content,
.page-id-628402 .prependRow2ImagesVideoCustomCOV+.section-html-with-title,
.page-id-628402 .prependRow2ImagesVideoCustomCOV+.section-html-with-title .container,
.page-id-628402 .prependRow2ImagesVideoCustomCOV+.section-html-with-title .container .section-html-content,
.page-id-629220 .prependRow2ImagesVideoCustomCOV+.section-html-with-title,
.page-id-629220 .prependRow2ImagesVideoCustomCOV+.section-html-with-title .container,
.page-id-629220 .prependRow2ImagesVideoCustomCOV+.section-html-with-title .container .section-html-content,
.page-id-629892 .prependRow2ImagesVideoCustomCOV+.section-html-with-title,
.page-id-629892 .prependRow2ImagesVideoCustomCOV+.section-html-with-title .container,
.page-id-629892 .prependRow2ImagesVideoCustomCOV+.section-html-with-title .container .section-html-content {
    background: transparent;
    max-width: 100%;
    padding: 0;
    width: 100%;
}

.page-id-541691 .prependRow2ImagesVideoCustomCOV+.section-html-with-title,
.page-id-541465 .prependRow2ImagesVideoCustomCOV+.section-html-with-title,
.page-id-541697 .prependRow2ImagesVideoCustomCOV+.section-html-with-title,
.page-id-628402 .prependRow2ImagesVideoCustomCOV+.section-html-with-title,
.page-id-629220 .prependRow2ImagesVideoCustomCOV+.section-html-with-title,
.page-id-629892 .prependRow2ImagesVideoCustomCOV+.section-html-with-title {
    padding: 100px 0;
    margin: 0;
}

.page-id-541691 .preElementMainImageCenterMakeBackgroundWhite+.section-html-with-title+.section-html-with-title,
.page-id-541465 .preElementMainImageCenterMakeBackgroundWhite+.section-html-with-title+.section-html-with-title,
.page-id-541697 .preElementMainImageCenterMakeBackgroundWhite+.section-html-with-title+.section-html-with-title,
.page-id-628402 .preElementMainImageCenterMakeBackgroundWhite+.section-html-with-title+.section-html-with-title,
.page-id-629220 .preElementMainImageCenterMakeBackgroundWhite+.section-html-with-title+.section-html-with-title,
.page-id-629892 .preElementMainImageCenterMakeBackgroundWhite+.section-html-with-title+.section-html-with-title {
    background: transparent;
    padding: 100px 0;
    margin-bottom: 0;
}

.page-id-541691 .mainDesign2Tile1VideoRow .iconsColumn,
.page-id-541465 .mainDesign2Tile1VideoRow .iconsColumn,
.page-id-541697 .mainDesign2Tile1VideoRow .iconsColumn,
.page-id-628402 .mainDesign2Tile1VideoRow .iconsColumn,
.page-id-629220 .mainDesign2Tile1VideoRow .iconsColumn,
.page-id-629892 .mainDesign2Tile1VideoRow .iconsColumn {
    padding: 0 40px 0 40px;
}

.page-id-541691 .mainDesign2Tile1VideoRow .videoColumn,
.page-id-541465 .mainDesign2Tile1VideoRow .videoColumn,
.page-id-541697 .mainDesign2Tile1VideoRow .videoColumn,
.page-id-628402 .mainDesign2Tile1VideoRow .videoColumn,
.page-id-629220 .mainDesign2Tile1VideoRow .videoColumn,
.page-id-629892 .mainDesign2Tile1VideoRow .videoColumn {
    padding: 0;
}

.page-id-541691 .mainDesign2Tile1VideoRow .iconTileCenter,
.page-id-541465 .mainDesign2Tile1VideoRow .iconTileCenter,
.page-id-541697 .mainDesign2Tile1VideoRow .iconTileCenter,
.page-id-628402 .mainDesign2Tile1VideoRow .iconTileCenter,
.page-id-629220 .mainDesign2Tile1VideoRow .iconTileCenter,
.page-id-629892 .mainDesign2Tile1VideoRow .iconTileCenter {
    padding: 0;
    text-align: center;
}

.page-id-541691 .mainDesign2Tile1VideoRow .iconTileCenter .mainImageIconTile,
.page-id-541465 .mainDesign2Tile1VideoRow .iconTileCenter .mainImageIconTile,
.page-id-541697 .mainDesign2Tile1VideoRow .iconTileCenter .mainImageIconTile,
.page-id-628402 .mainDesign2Tile1VideoRow .iconTileCenter .mainImageIconTile,
.page-id-629220 .mainDesign2Tile1VideoRow .iconTileCenter .mainImageIconTile,
.page-id-629892 .mainDesign2Tile1VideoRow .iconTileCenter .mainImageIconTile {
    height: 100px;
    margin-bottom: 20px;
}

.page-id-541691 .redSubtitleIconTileCenter,
.page-id-541465 .redSubtitleIconTileCenter,
.page-id-541697 .redSubtitleIconTileCenter,
.page-id-628402 .redSubtitleIconTileCenter,
.page-id-629220 .redSubtitleIconTileCenter,
.page-id-629892 .redSubtitleIconTileCenter {
    font-size: 19px !important;
    color: #ed1c24;
    text-transform: uppercase;
    margin-bottom: 15px !important;
}

.page-id-541691 .descriptionIconTileCenter,
.page-id-541465 .descriptionIconTileCenter,
.page-id-541697 .descriptionIconTileCenter,
.page-id-628402 .descriptionIconTileCenter,
.page-id-629220 .descriptionIconTileCenter,
.page-id-629892 .descriptionIconTileCenter {
    width: 80%;
    margin: 0 auto 30px auto;
    font-size: 15px;
    max-width: 400px;
    min-height: 65px;
}

.page-id-541691 .videoColumn,
.page-id-541465 .videoColumn,
.page-id-541697 .videoColumn,
.page-id-628402 .videoColumn,
.page-id-629220 .videoColumn,
.page-id-629892 .videoColumn {
    text-align: right;
}

.page-id-541691 .videoColumn video,
.page-id-541465 .videoColumn video,
.page-id-541697 .videoColumn video,
.page-id-628402 .videoColumn video,
.page-id-629220 .videoColumn video,
.page-id-629892 .videoColumn video {
    height: 320px;
}

.page-id-541691 .newCOVImageRightSection,
.page-id-541465 .newCOVImageRightSection,
.page-id-541697 .newCOVImageRightSection,
.page-id-628402 .newCOVImageRightSection,
.page-id-629220 .newCOVImageRightSection,
.page-id-629892 .newCOVImageRightSection {
    background: #f8f8f8;
    margin: 0;
}

.page-id-541691 .wrapperTextNewCovSection,
.page-id-541465 .wrapperTextNewCovSection,
.page-id-541697 .wrapperTextNewCovSection,
.page-id-628402 .wrapperTextNewCovSection,
.page-id-629220 .wrapperTextNewCovSection,
.page-id-629892 .wrapperTextNewCovSection {
    padding-left: 80px;
    padding-top: 40px;
}

.page-id-541691 .titleNewCovRightImageSection,
.page-id-541465 .titleNewCovRightImageSection,
.page-id-541697 .titleNewCovRightImageSection,
.page-id-628402 .titleNewCovRightImageSection,
.page-id-629220 .titleNewCovRightImageSection,
.page-id-629892 .titleNewCovRightImageSection {
    font-size: 35px;
    font-weight: bold;
}

.page-id-541691 .titleNewCovRightImageSection>.rounderNo,
.page-id-541465 .titleNewCovRightImageSection>.rounderNo,
.page-id-541697 .titleNewCovRightImageSection>.rounderNo,
.page-id-628402 .titleNewCovRightImageSection>.rounderNo,
.page-id-629220 .titleNewCovRightImageSection>.rounderNo,
.page-id-629892 .titleNewCovRightImageSection>.rounderNo {
    display: inline-block;
    background: #ed1c24;
    font-size: 28px;
    padding: 5px 13px;
    border-radius: 50%;
    color: #fff;
    font-weight: bold;
}

.page-id-541691 .sectionDescription,
.page-id-541465 .sectionDescription,
.page-id-541697 .sectionDescription,
.page-id-628402 .sectionDescription,
.page-id-629220 .sectionDescription,
.page-id-629892 .sectionDescription {
    font-size: 16px;
    line-height: 22px;
    max-width: 700px;
}

.page-id-541691 .sectionFootNote,
.page-id-541465 .sectionFootNote,
.page-id-541697 .sectionFootNote,
.page-id-628402 .sectionFootNote,
.page-id-629220 .sectionFootNote,
.page-id-629892 .sectionFootNote {
    display: block;
    font-size: 16px;
    margin: 50px 0 20px 0;
}

.page-id-541691 .sectionFootNote strong,
.page-id-541465 .sectionFootNote strong,
.page-id-541697 .sectionFootNote strong,
.page-id-628402 .sectionFootNote strong,
.page-id-629220 .sectionFootNote strong,
.page-id-629892 .sectionFootNote strong {
    font-weight: bold;
}

.page-id-541691 .newCOVImageRightSection .buttonLearnMore:after,
.page-id-541465 .newCOVImageRightSection .buttonLearnMore:after,
.page-id-541697 .newCOVImageRightSection .buttonLearnMore:after,
.page-id-628402 .newCOVImageRightSection .buttonLearnMore:after,
.page-id-629220 .newCOVImageRightSection .buttonLearnMore:after,
.page-id-629892 .newCOVImageRightSection .buttonLearnMore:after {
    content: "+";
}

.page-id-541691 .wrapperImgNewCovSection,
.page-id-541465 .wrapperImgNewCovSection,
.page-id-541697 .wrapperImgNewCovSection,
.page-id-628402 .wrapperImgNewCovSection,
.page-id-629220 .wrapperImgNewCovSection,
.page-id-629892 .wrapperImgNewCovSection {
    padding: 0;
}

.page-id-541691 .whiteBGImageSection,
.page-id-541465 .whiteBGImageSection,
.page-id-541697 .whiteBGImageSection,
.page-id-628402 .whiteBGImageSection,
.page-id-629220 .whiteBGImageSection,
.page-id-629892 .whiteBGImageSection {
    background: #fff;
}

.page-id-541691 .page-title-text,
.page-id-541465 .page-title-text,
.page-id-541697 .page-title-text,
.page-id-628402 .page-title-text,
.page-id-629220 .page-title-text,
.page-id-629892 .page-title-text {
    background-size: 105%;
}

.page-id-541691 .row,
.page-id-541465 .row,
.page-id-541697 .row,
.page-id-628402 .row,
.page-id-629220 .row,
.page-id-629892 .row {
    margin: 0 !important;
}

.page-id-541691 .prependTabsSectionCOV+.section-title,
.page-id-541465 .prependTabsSectionCOV+.section-title,
.page-id-541697 .prependTabsSectionCOV+.section-title,
.page-id-628402 .prependTabsSectionCOV+.section-title,
.page-id-629220 .prependTabsSectionCOV+.section-title,
.page-id-629892 .prependTabsSectionCOV+.section-title {
    margin-top: 0 !important;
}

.page-id-541691 .prependTabsSectionCOV~.large-blocks-slider-section,
.page-id-541465 .prependTabsSectionCOV~.large-blocks-slider-section,
.page-id-541697 .prependTabsSectionCOV~.large-blocks-slider-section,
.page-id-628402 .prependTabsSectionCOV~.large-blocks-slider-section,
.page-id-629220 .prependTabsSectionCOV~.large-blocks-slider-section,
.page-id-629892 .prependTabsSectionCOV~.large-blocks-slider-section {
    margin-bottom: 100px;
}

.page-id-541691 .prependTabsSectionCOV~.large-blocks-slider-section .large-blocks-tabs .general-block.full-image-block .text,
.page-id-541465 .prependTabsSectionCOV~.large-blocks-slider-section .large-blocks-tabs .general-block.full-image-block .text,
.page-id-541697 .prependTabsSectionCOV~.large-blocks-slider-section .large-blocks-tabs .general-block.full-image-block .text,
.page-id-628402 .prependTabsSectionCOV~.large-blocks-slider-section .large-blocks-tabs .general-block.full-image-block .text,
.page-id-629220 .prependTabsSectionCOV~.large-blocks-slider-section .large-blocks-tabs .general-block.full-image-block .text,
.page-id-629892 .prependTabsSectionCOV~.large-blocks-slider-section .large-blocks-tabs .general-block.full-image-block .text {
    padding-top: 15px;
    padding-bottom: 15px;
}

.page-id-541691 .prependTabsSectionCOV~.large-blocks-slider-section .large-blocks-tabs .general-block.full-image-block .container:before,
.page-id-541465 .prependTabsSectionCOV~.large-blocks-slider-section .large-blocks-tabs .general-block.full-image-block .container:before,
.page-id-541697 .prependTabsSectionCOV~.large-blocks-slider-section .large-blocks-tabs .general-block.full-image-block .container:before,
.page-id-628402 .prependTabsSectionCOV~.large-blocks-slider-section .large-blocks-tabs .general-block.full-image-block .container:before,
.page-id-629220 .prependTabsSectionCOV~.large-blocks-slider-section .large-blocks-tabs .general-block.full-image-block .container:before,
.page-id-629892 .prependTabsSectionCOV~.large-blocks-slider-section .large-blocks-tabs .general-block.full-image-block .container:before {
    background: transparent;
}

.page-id-541691 .prependTabsSectionCOV~.large-blocks-slider-section .large-blocks-tabs .general-block.full-image-block.reversed .image,
.page-id-541465 .prependTabsSectionCOV~.large-blocks-slider-section .large-blocks-tabs .general-block.full-image-block.reversed .image,
.page-id-541697 .prependTabsSectionCOV~.large-blocks-slider-section .large-blocks-tabs .general-block.full-image-block.reversed .image,
.page-id-628402 .prependTabsSectionCOV~.large-blocks-slider-section .large-blocks-tabs .general-block.full-image-block.reversed .image,
.page-id-629220 .prependTabsSectionCOV~.large-blocks-slider-section .large-blocks-tabs .general-block.full-image-block.reversed .image,
.page-id-629892 .prependTabsSectionCOV~.large-blocks-slider-section .large-blocks-tabs .general-block.full-image-block.reversed .image {
    width: 70.407%;
    transform: none;
    margin-right: -17.407%;
}

.page-id-541691 .prependTabsSectionCOV~.large-blocks-slider-section .large-blocks-tabs .general-block.full-image-block .text h4,
.page-id-541691 .prependTabsSectionCOV~.large-blocks-slider-section .large-blocks-tabs .general-block.full-image-block .text h5,
.page-id-541465 .prependTabsSectionCOV~.large-blocks-slider-section .large-blocks-tabs .general-block.full-image-block .text h4,
.page-id-541465 .prependTabsSectionCOV~.large-blocks-slider-section .large-blocks-tabs .general-block.full-image-block .text h5,
.page-id-541697 .prependTabsSectionCOV~.large-blocks-slider-section .large-blocks-tabs .general-block.full-image-block .text h4,
.page-id-541697 .prependTabsSectionCOV~.large-blocks-slider-section .large-blocks-tabs .general-block.full-image-block .text h5,
.page-id-628402 .prependTabsSectionCOV~.large-blocks-slider-section .large-blocks-tabs .general-block.full-image-block .text h4,
.page-id-628402 .prependTabsSectionCOV~.large-blocks-slider-section .large-blocks-tabs .general-block.full-image-block .text h5,
.page-id-629220 .prependTabsSectionCOV~.large-blocks-slider-section .large-blocks-tabs .general-block.full-image-block .text h4,
.page-id-629220 .prependTabsSectionCOV~.large-blocks-slider-section .large-blocks-tabs .general-block.full-image-block .text h5,
.page-id-629892 .prependTabsSectionCOV~.large-blocks-slider-section .large-blocks-tabs .general-block.full-image-block .text h4,
.page-id-629892 .prependTabsSectionCOV~.large-blocks-slider-section .large-blocks-tabs .general-block.full-image-block .text h5 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 10px;
}

.page-id-541691 .prependTabsSectionCOV~.large-blocks-slider-section .large-blocks-tabs .general-block.full-image-block .text h4+ul li,
.page-id-541465 .prependTabsSectionCOV~.large-blocks-slider-section .large-blocks-tabs .general-block.full-image-block .text h4+ul li,
.page-id-541697 .prependTabsSectionCOV~.large-blocks-slider-section .large-blocks-tabs .general-block.full-image-block .text h4+ul li,
.page-id-628402 .prependTabsSectionCOV~.large-blocks-slider-section .large-blocks-tabs .general-block.full-image-block .text h4+ul li,
.page-id-629220 .prependTabsSectionCOV~.large-blocks-slider-section .large-blocks-tabs .general-block.full-image-block .text h4+ul li,
.page-id-629892 .prependTabsSectionCOV~.large-blocks-slider-section .large-blocks-tabs .general-block.full-image-block .text h4+ul li {
    font-style: italic;
    margin-bottom: 5px;
}

.page-id-541691 .prependTabsSectionCOV~.large-blocks-slider-section .large-blocks-tabs .general-block.full-image-block .text h5+ul li,
.page-id-541465 .prependTabsSectionCOV~.large-blocks-slider-section .large-blocks-tabs .general-block.full-image-block .text h5+ul li,
.page-id-541697 .prependTabsSectionCOV~.large-blocks-slider-section .large-blocks-tabs .general-block.full-image-block .text h5+ul li,
.page-id-628402 .prependTabsSectionCOV~.large-blocks-slider-section .large-blocks-tabs .general-block.full-image-block .text h5+ul li,
.page-id-629220 .prependTabsSectionCOV~.large-blocks-slider-section .large-blocks-tabs .general-block.full-image-block .text h5+ul li,
.page-id-629892 .prependTabsSectionCOV~.large-blocks-slider-section .large-blocks-tabs .general-block.full-image-block .text h5+ul li {
    margin-bottom: 5px;
}

.page-id-541691 .prependTabsSectionCOV~.large-blocks-slider-section .large-blocks-tabs .general-block.full-image-block .text ul,
.page-id-541465 .prependTabsSectionCOV~.large-blocks-slider-section .large-blocks-tabs .general-block.full-image-block .text ul,
.page-id-541697 .prependTabsSectionCOV~.large-blocks-slider-section .large-blocks-tabs .general-block.full-image-block .text ul,
.page-id-628402 .prependTabsSectionCOV~.large-blocks-slider-section .large-blocks-tabs .general-block.full-image-block .text ul,
.page-id-629220 .prependTabsSectionCOV~.large-blocks-slider-section .large-blocks-tabs .general-block.full-image-block .text ul,
.page-id-629892 .prependTabsSectionCOV~.large-blocks-slider-section .large-blocks-tabs .general-block.full-image-block .text ul {
    list-style-type: none;
    padding: 0;
}

.page-id-541691 .prependBannerRowCOVDesign+.section-html-with-title,
.page-id-541465 .prependBannerRowCOVDesign+.section-html-with-title,
.page-id-541697 .prependBannerRowCOVDesign+.section-html-with-title,
.page-id-628402 .prependBannerRowCOVDesign+.section-html-with-title,
.page-id-629220 .prependBannerRowCOVDesign+.section-html-with-title,
.page-id-629892 .prependBannerRowCOVDesign+.section-html-with-title {
    background: url(https://www.garrettmotion.com/wp-content/uploads/2021/03/main_header_image_bus_1920x350.jpg) center center no-repeat;
    background-size: cover;
    padding: 40px 0;
    margin-bottom: 100px;
}

.page-id-541691 .prependBannerRowCOVDesign+.section-html-with-title .section-html-content,
.page-id-541465 .prependBannerRowCOVDesign+.section-html-with-title .section-html-content,
.page-id-541697 .prependBannerRowCOVDesign+.section-html-with-title .section-html-content,
.page-id-628402 .prependBannerRowCOVDesign+.section-html-with-title .section-html-content,
.page-id-629220 .prependBannerRowCOVDesign+.section-html-with-title .section-html-content,
.page-id-629892 .prependBannerRowCOVDesign+.section-html-with-title .section-html-content {
    margin: 0;
}

.page-id-541691 .prependBannerRowCOVDesign+.section-html-with-title .mainTitleRowBanner,
.page-id-541465 .prependBannerRowCOVDesign+.section-html-with-title .mainTitleRowBanner,
.page-id-541697 .prependBannerRowCOVDesign+.section-html-with-title .mainTitleRowBanner,
.page-id-628402 .prependBannerRowCOVDesign+.section-html-with-title .mainTitleRowBanner,
.page-id-629220 .prependBannerRowCOVDesign+.section-html-with-title .mainTitleRowBanner,
.page-id-629892 .prependBannerRowCOVDesign+.section-html-with-title .mainTitleRowBanner {
    max-width: 600px;
    font-size: 35px;
}

.page-id-541691 .prependBannerRowCOVDesign+.section-html-with-title .descriptionRowBanner,
.page-id-541465 .prependBannerRowCOVDesign+.section-html-with-title .descriptionRowBanner,
.page-id-541697 .prependBannerRowCOVDesign+.section-html-with-title .descriptionRowBanner,
.page-id-628402 .prependBannerRowCOVDesign+.section-html-with-title .descriptionRowBanner,
.page-id-629220 .prependBannerRowCOVDesign+.section-html-with-title .descriptionRowBanner,
.page-id-629892 .prependBannerRowCOVDesign+.section-html-with-title .descriptionRowBanner {
    max-width: 600px;
    font-size: 16px;
    margin-bottom: 30px;
}

.page-id-541691 #mktoCheckbox_8568_0,
.page-id-541465 #mktoCheckbox_8568_0,
.page-id-541697 #mktoCheckbox_8568_0,
.page-id-628402 #mktoCheckbox_8568_0,
.page-id-629220 #mktoCheckbox_8568_0,
.page-id-629892 #mktoCheckbox_8568_0 {
    height: 25px;
}

.page-id-541691 .mktoForm .mktoCheckboxList>label[for="mktoCheckbox_8568_0"],
.page-id-541465 .mktoForm .mktoCheckboxList>label[for="mktoCheckbox_8568_0"],
.page-id-541697 .mktoForm .mktoCheckboxList>label[for="mktoCheckbox_8568_0"],
.page-id-628402 .mktoForm .mktoCheckboxList>label[for="mktoCheckbox_8568_0"],
.page-id-629220 .mktoForm .mktoCheckboxList>label[for="mktoCheckbox_8568_0"],
.page-id-629892 .mktoForm .mktoCheckboxList>label[for="mktoCheckbox_8568_0"] {
    padding-left: 0 !important;
}

.page-id-541691 .startSeriesImagesDiagnosticPrognosticPage+.section-html-with-title+.section-html-with-title .newCOVImageRightSection,
.page-id-541465 .startSeriesImagesDiagnosticPrognosticPage+.section-html-with-title+.section-html-with-title .newCOVImageRightSection,
.page-id-541697 .startSeriesImagesDiagnosticPrognosticPage+.section-html-with-title+.section-html-with-title .newCOVImageRightSection,
.page-id-628402 .startSeriesImagesDiagnosticPrognosticPage+.section-html-with-title+.section-html-with-title .newCOVImageRightSection,
.page-id-629220 .startSeriesImagesDiagnosticPrognosticPage+.section-html-with-title+.section-html-with-title .newCOVImageRightSection,
.page-id-629892 .startSeriesImagesDiagnosticPrognosticPage+.section-html-with-title+.section-html-with-title .newCOVImageRightSection {
    background: #fff;
}

.page-id-541691 .startSeriesImagesDiagnosticPrognosticPage+.section-html-with-title+.section-html-with-title+.section-html-with-title+.section-html-with-title .newCOVImageRightSection,
.page-id-541465 .startSeriesImagesDiagnosticPrognosticPage+.section-html-with-title+.section-html-with-title+.section-html-with-title+.section-html-with-title .newCOVImageRightSection,
.page-id-541697 .startSeriesImagesDiagnosticPrognosticPage+.section-html-with-title+.section-html-with-title+.section-html-with-title+.section-html-with-title .newCOVImageRightSection,
.page-id-628402 .startSeriesImagesDiagnosticPrognosticPage+.section-html-with-title+.section-html-with-title+.section-html-with-title+.section-html-with-title .newCOVImageRightSection,
.page-id-629220 .startSeriesImagesDiagnosticPrognosticPage+.section-html-with-title+.section-html-with-title+.section-html-with-title+.section-html-with-title .newCOVImageRightSection,
.page-id-629892 .startSeriesImagesDiagnosticPrognosticPage+.section-html-with-title+.section-html-with-title+.section-html-with-title+.section-html-with-title .newCOVImageRightSection {
    background: #fff;
}

.page-id-541691 .startSeriesImagesDiagnosticPrognosticPage+.section-html-with-title+.section-html-with-title+.section-html-with-title+.section-html-with-title+.section-html-with-title,
.page-id-541465 .startSeriesImagesDiagnosticPrognosticPage+.section-html-with-title+.section-html-with-title+.section-html-with-title+.section-html-with-title+.section-html-with-title,
.page-id-541697 .startSeriesImagesDiagnosticPrognosticPage+.section-html-with-title+.section-html-with-title+.section-html-with-title+.section-html-with-title+.section-html-with-title,
.page-id-628402 .startSeriesImagesDiagnosticPrognosticPage+.section-html-with-title+.section-html-with-title+.section-html-with-title+.section-html-with-title+.section-html-with-title,
.page-id-629220 .startSeriesImagesDiagnosticPrognosticPage+.section-html-with-title+.section-html-with-title+.section-html-with-title+.section-html-with-title+.section-html-with-title,
.page-id-629892 .startSeriesImagesDiagnosticPrognosticPage+.section-html-with-title+.section-html-with-title+.section-html-with-title+.section-html-with-title+.section-html-with-title {
    border-bottom: 100px solid #fff;
}

.page-id-541697 .page-title-text.full-width {
    background-position: -70px center;
}

@media screen and (min-width: 1890px) {

    .page-id-541691 .page-title-text .container,
    .page-id-541465 .page-title-text .container,
    .page-id-541697 .page-title-text .container,
    .page-id-628402 .page-title-text .container,
    .page-id-629220 .page-title-text .container,
    .page-id-629892 .page-title-text .container {
        /* margin-left: 90px; */
        padding: 0;
    }

    .page-id-541691 .breadcrumbs .container,
    .page-id-541465 .breadcrumbs .container,
    .page-id-541697 .breadcrumbs .container,
    .page-id-628402 .breadcrumbs .container,
    .page-id-629220 .breadcrumbs .container,
    .page-id-629892 .breadcrumbs .container {
        padding: 0;
    }
}

@media screen and (max-width: 1359px) {

    .page-id-541691 .contact-form-section .text,
    .page-id-541465 .contact-form-section .text,
    .page-id-541697 .contact-form-section .text,
    .page-id-628402 .contact-form-section .text,
    .page-id-629220 .contact-form-section .text,
    .page-id-629892 .contact-form-section .text {
        width: 80% !important;
        margin: 0 auto !important;
    }

    .page-id-541691 .customCOVTextRightImageSection .image,
    .page-id-541465 .customCOVTextRightImageSection .image,
    .page-id-541697 .customCOVTextRightImageSection .image,
    .page-id-628402 .customCOVTextRightImageSection .image,
    .page-id-629220 .customCOVTextRightImageSection .image,
    .page-id-629892 .customCOVTextRightImageSection .image {
        margin: 0 auto;
        width: 50%;
    }
}

@media screen and (max-width: 1025px) {

    .page-id-541691 .page-title-text.full-width,
    .page-id-541465 .page-title-text.full-width,
    .page-id-541697 .page-title-text.full-width,
    .page-id-628402 .page-title-text.full-width,
    .page-id-629220 .page-title-text.full-width,
    .page-id-629892 .page-title-text.full-width {
        background-size: cover;
        background-position: -570px 0;
    }

    .page-id-541691 .page-title-text.full-width .text,
    .page-id-541465 .page-title-text.full-width .text,
    .page-id-541697 .page-title-text.full-width .text,
    .page-id-628402 .page-title-text.full-width .text,
    .page-id-629220 .page-title-text.full-width .text,
    .page-id-629892 .page-title-text.full-width .text {
        max-width: 380px;
        text-shadow: 0 0 7px #fff;
    }

    .page-id-541691 .newCOVImageRightSection .wrapperTextNewCovSection,
    .page-id-541465 .newCOVImageRightSection .wrapperTextNewCovSection,
    .page-id-541697 .newCOVImageRightSection .wrapperTextNewCovSection,
    .page-id-628402 .newCOVImageRightSection .wrapperTextNewCovSection,
    .page-id-629220 .newCOVImageRightSection .wrapperTextNewCovSection,
    .page-id-629892 .newCOVImageRightSection .wrapperTextNewCovSection {
        padding-left: 40px;
    }

    .page-id-541691 .prependRow2ImagesVideoCustomCOV+.section-html-with-title,
    .page-id-541465 .prependRow2ImagesVideoCustomCOV+.section-html-with-title,
    .page-id-541697 .prependRow2ImagesVideoCustomCOV+.section-html-with-title,
    .page-id-628402 .prependRow2ImagesVideoCustomCOV+.section-html-with-title,
    .page-id-629220 .prependRow2ImagesVideoCustomCOV+.section-html-with-title,
    .page-id-629892 .prependRow2ImagesVideoCustomCOV+.section-html-with-title {
        padding: 40px 0;
    }

    .page-id-541691 #mktoForm_1915,
    .page-id-541465 #mktoForm_1915,
    .page-id-541697 #mktoForm_1915,
    .page-id-628402 #mktoForm_1915,
    .page-id-629220 #mktoForm_1915,
    .page-id-629892 #mktoForm_1915 {
        width: 100% !important;
    }

    .page-id-541691 .prependTabsSectionCOV~.large-blocks-slider-section .large-blocks-tabs .general-block.full-image-block.reversed .image,
    .page-id-541465 .prependTabsSectionCOV~.large-blocks-slider-section .large-blocks-tabs .general-block.full-image-block.reversed .image,
    .page-id-541697 .prependTabsSectionCOV~.large-blocks-slider-section .large-blocks-tabs .general-block.full-image-block.reversed .image,
    .page-id-628402 .prependTabsSectionCOV~.large-blocks-slider-section .large-blocks-tabs .general-block.full-image-block.reversed .image,
    .page-id-629220 .prependTabsSectionCOV~.large-blocks-slider-section .large-blocks-tabs .general-block.full-image-block.reversed .image,
    .page-id-629892 .prependTabsSectionCOV~.large-blocks-slider-section .large-blocks-tabs .general-block.full-image-block.reversed .image {
        width: 100%;
    }
}

@media screen and (max-width: 400px) {

    .page-id-541691 .page-title-text.full-width,
    .page-id-541465 .page-title-text.full-width,
    .page-id-541697 .page-title-text.full-width,
    .page-id-628402 .page-title-text.full-width,
    .page-id-629220 .page-title-text.full-width,
    .page-id-629892 .page-title-text.full-width {
        background-size: cover;
        background-position: -570px 0;
    }

    .page-id-541691 .page-title-section .page-title-text:before,
    .page-id-541465 .page-title-section .page-title-text:before,
    .page-id-541697 .page-title-section .page-title-text:before,
    .page-id-628402 .page-title-section .page-title-text:before,
    .page-id-629220 .page-title-section .page-title-text:before,
    .page-id-629892 .page-title-section .page-title-text:before {
        opacity: 0.55 !important;
    }

    .page-id-541691 .page-title-text.full-width .text,
    .page-id-541465 .page-title-text.full-width .text,
    .page-id-541697 .page-title-text.full-width .text,
    .page-id-628402 .page-title-text.full-width .text,
    .page-id-629220 .page-title-text.full-width .text,
    .page-id-629892 .page-title-text.full-width .text {
        max-width: 380px;
        text-shadow: 0 0 0px #fff;
    }

    .page-id-541691 .page-title-text.full-width .text h2,
    .page-id-541691 .page-title-text.full-width .text p,
    .page-id-541465 .page-title-text.full-width .text h2,
    .page-id-541465 .page-title-text.full-width .text p,
    .page-id-541697 .page-title-text.full-width .text h2,
    .page-id-541697 .page-title-text.full-width .text p,
    .page-id-628402 .page-title-text.full-width .text h2,
    .page-id-628402 .page-title-text.full-width .text p,
    .page-id-629220 .page-title-text.full-width .text h2,
    .page-id-629220 .page-title-text.full-width .text p,
    .page-id-629892 .page-title-text.full-width .text h2,
    .page-id-629892 .page-title-text.full-width .text p {
        color: #fff !important;
    }

    .page-id-541691 .newCOVImageRightSection .wrapperTextNewCovSection,
    .page-id-541465 .newCOVImageRightSection .wrapperTextNewCovSection,
    .page-id-541697 .newCOVImageRightSection .wrapperTextNewCovSection,
    .page-id-628402 .newCOVImageRightSection .wrapperTextNewCovSection,
    .page-id-629220 .newCOVImageRightSection .wrapperTextNewCovSection,
    .page-id-629892 .newCOVImageRightSection .wrapperTextNewCovSection {
        padding-left: 20px;
        padding-top: 10px;
    }

    .page-id-541691 .prependRow2ImagesVideoCustomCOV+.section-html-with-title,
    .page-id-541465 .prependRow2ImagesVideoCustomCOV+.section-html-with-title,
    .page-id-541697 .prependRow2ImagesVideoCustomCOV+.section-html-with-title,
    .page-id-628402 .prependRow2ImagesVideoCustomCOV+.section-html-with-title,
    .page-id-629220 .prependRow2ImagesVideoCustomCOV+.section-html-with-title,
    .page-id-629892 .prependRow2ImagesVideoCustomCOV+.section-html-with-title {
        padding: 20px 0;
    }

    .page-id-541691 .videoColumn video,
    .page-id-541465 .videoColumn video,
    .page-id-541697 .videoColumn video,
    .page-id-628402 .videoColumn video,
    .page-id-629220 .videoColumn video,
    .page-id-629892 .videoColumn video {
        height: auto;
        width: 100%;
    }

    .page-id-541691 .contact-form-section .contact-form-section-inner .text,
    .page-id-541465 .contact-form-section .contact-form-section-inner .text,
    .page-id-541697 .contact-form-section .contact-form-section-inner .text,
    .page-id-628402 .contact-form-section .contact-form-section-inner .text,
    .page-id-629220 .contact-form-section .contact-form-section-inner .text,
    .page-id-629892 .contact-form-section .contact-form-section-inner .text {
        width: 95% !important;
    }

    .page-id-541691 .contact-form-section #mktoForm_1915 .mktoFormRow fieldset .mktoFormRow>.mktoFieldDescriptor:first-child,
    .page-id-541465 .contact-form-section #mktoForm_1915 .mktoFormRow fieldset .mktoFormRow>.mktoFieldDescriptor:first-child,
    .page-id-541697 .contact-form-section #mktoForm_1915 .mktoFormRow fieldset .mktoFormRow>.mktoFieldDescriptor:first-child,
    .page-id-628402 .contact-form-section #mktoForm_1915 .mktoFormRow fieldset .mktoFormRow>.mktoFieldDescriptor:first-child,
    .page-id-629220 .contact-form-section #mktoForm_1915 .mktoFormRow fieldset .mktoFormRow>.mktoFieldDescriptor:first-child,
    .page-id-629892 .contact-form-section #mktoForm_1915 .mktoFormRow fieldset .mktoFormRow>.mktoFieldDescriptor:first-child {
        width: 100% !important;
        margin: 0;
    }

    .page-id-541691 .contact-form-section #mktoForm_1915 .mktoFormRow fieldset .mktoFormRow>.mktoFieldDescriptor+.mktoFieldDescriptor,
    .page-id-541465 .contact-form-section #mktoForm_1915 .mktoFormRow fieldset .mktoFormRow>.mktoFieldDescriptor+.mktoFieldDescriptor,
    .page-id-541697 .contact-form-section #mktoForm_1915 .mktoFormRow fieldset .mktoFormRow>.mktoFieldDescriptor+.mktoFieldDescriptor,
    .page-id-628402 .contact-form-section #mktoForm_1915 .mktoFormRow fieldset .mktoFormRow>.mktoFieldDescriptor+.mktoFieldDescriptor,
    .page-id-629220 .contact-form-section #mktoForm_1915 .mktoFormRow fieldset .mktoFormRow>.mktoFieldDescriptor+.mktoFieldDescriptor,
    .page-id-629892 .contact-form-section #mktoForm_1915 .mktoFormRow fieldset .mktoFormRow>.mktoFieldDescriptor+.mktoFieldDescriptor {
        width: 100% !important;
        margin: 0;
    }

    .page-id-541691 .contact-form-section #mktoForm_1915 .mktoFormRow fieldset .mktoFormRow+.mktoFormRow+.mktoFormRow>.mktoFieldDescriptor:first-child,
    .page-id-541465 .contact-form-section #mktoForm_1915 .mktoFormRow fieldset .mktoFormRow+.mktoFormRow+.mktoFormRow>.mktoFieldDescriptor:first-child,
    .page-id-541697 .contact-form-section #mktoForm_1915 .mktoFormRow fieldset .mktoFormRow+.mktoFormRow+.mktoFormRow>.mktoFieldDescriptor:first-child,
    .page-id-628402 .contact-form-section #mktoForm_1915 .mktoFormRow fieldset .mktoFormRow+.mktoFormRow+.mktoFormRow>.mktoFieldDescriptor:first-child,
    .page-id-629220 .contact-form-section #mktoForm_1915 .mktoFormRow fieldset .mktoFormRow+.mktoFormRow+.mktoFormRow>.mktoFieldDescriptor:first-child,
    .page-id-629892 .contact-form-section #mktoForm_1915 .mktoFormRow fieldset .mktoFormRow+.mktoFormRow+.mktoFormRow>.mktoFieldDescriptor:first-child {
        width: 100% !important;
        margin: 0;
    }

    .page-id-541691 .contact-form-section #mktoForm_1915 .mktoFormRow fieldset .mktoFormRow+.mktoFormRow+.mktoFormRow>.mktoFieldDescriptor+.mktoFieldDescriptor,
    .page-id-541465 .contact-form-section #mktoForm_1915 .mktoFormRow fieldset .mktoFormRow+.mktoFormRow+.mktoFormRow>.mktoFieldDescriptor+.mktoFieldDescriptor,
    .page-id-541697 .contact-form-section #mktoForm_1915 .mktoFormRow fieldset .mktoFormRow+.mktoFormRow+.mktoFormRow>.mktoFieldDescriptor+.mktoFieldDescriptor,
    .page-id-628402 .contact-form-section #mktoForm_1915 .mktoFormRow fieldset .mktoFormRow+.mktoFormRow+.mktoFormRow>.mktoFieldDescriptor+.mktoFieldDescriptor,
    .page-id-629220 .contact-form-section #mktoForm_1915 .mktoFormRow fieldset .mktoFormRow+.mktoFormRow+.mktoFormRow>.mktoFieldDescriptor+.mktoFieldDescriptor,
    .page-id-629892 .contact-form-section #mktoForm_1915 .mktoFormRow fieldset .mktoFormRow+.mktoFormRow+.mktoFormRow>.mktoFieldDescriptor+.mktoFieldDescriptor {
        width: 100% !important;
        margin: 0;
    }

    .page-id-541691 #mktoForm_1915 .mktoButtonWrap button,
    .page-id-541465 #mktoForm_1915 .mktoButtonWrap button,
    .page-id-541697 #mktoForm_1915 .mktoButtonWrap button,
    .page-id-628402 #mktoForm_1915 .mktoButtonWrap button,
    .page-id-629220 #mktoForm_1915 .mktoButtonWrap button,
    .page-id-629892 #mktoForm_1915 .mktoButtonWrap button {
        width: 100%;
    }
}

@media screen and (min-width: 768px) {

    .page-id-541691 .landing-page-slider .owl-item .content-page-inner .text,
    .page-id-541465 .landing-page-slider .owl-item .content-page-inner .text,
    .page-id-541697 .landing-page-slider .owl-item .content-page-inner .text,
    .page-id-628402 .landing-page-slider .owl-item .content-page-inner .text,
    .page-id-629220 .landing-page-slider .owl-item .content-page-inner .text,
    .page-id-629892 .landing-page-slider .owl-item .content-page-inner .text {
        padding-left: 0;
    }

    .page-id-541691 .customCOVTextRightImageSection .text,
    .page-id-541465 .customCOVTextRightImageSection .text,
    .page-id-541697 .customCOVTextRightImageSection .text,
    .page-id-628402 .customCOVTextRightImageSection .text,
    .page-id-629220 .customCOVTextRightImageSection .text,
    .page-id-629892 .customCOVTextRightImageSection .text {
        padding-left: 0;
    }
}

.startSeriesImagesDiagnosticPrognosticPage+.section-html-with-title .section-title h3 {
    margin-bottom: 0 !important;
}

.page-id-541691 .homepage-nav-dots,
.page-id-541465 .homepage-nav-dots,
.page-id-541697 .homepage-nav-dots,
.page-id-628402 .homepage-nav-dots,
.page-id-629220 .homepage-nav-dots,
.page-id-629892 .homepage-nav-dots {
    display: none !important;
}

.page-id-541691 .section-more-about,
.page-id-541465 .section-more-about,
.page-id-541697 .section-more-about,
.page-id-628402 .section-more-about,
.page-id-629220 .section-more-about,
.page-id-629892 .section-more-about {
    display: none !important;
}

.page-id-541691 .contact-form-section+.section-html-with-title,
.page-id-541465 .contact-form-section+.section-html-with-title,
.page-id-541697 .contact-form-section+.section-html-with-title,
.page-id-628402 .contact-form-section+.section-html-with-title,
.page-id-629220 .contact-form-section+.section-html-with-title,
.page-id-629892 .contact-form-section+.section-html-with-title {
    display: none !important;
}

.page-id-541691 .buttonLearnMore:after,
.page-id-541465 .buttonLearnMore:after,
.page-id-541697 .buttonLearnMore:after,
.page-id-628402 .buttonLearnMore:after,
.page-id-629220 .buttonLearnMore:after,
.page-id-629892 .buttonLearnMore:after {
    content: "+";
}

/* New style for event page for video section */

@media screen and (min-width: 1360px) {
    .postid-633867 .general-block.reversed:not(.gb-same-level) {
        margin-top: 120px;
    }
}

@media screen and (min-width: 1890px) {
    .postid-633867 .homepage-leaders-section {
        margin-top: 100px;
    }
}

.postid-633867 .section-title:nth-child(4) .section-subtitle {
    margin-top: 40px;
}

/* New style for salesforce form */
.contactFormSalesForceCOVDesign .salesforce_w2l_lead {
    width: 100%;
    max-width: 100%;
}

.contactFormSalesForceCOVDesign .sf_field_firstname,
.contactFormSalesForceCOVDesign .sf_field_phone,
.contactFormSalesForceCOVDesign .sf_field_title {
    float: left;
    clear: none !important;
    width: 49%;
    margin-right: 1%;
}

.contactFormSalesForceCOVDesign .sf_field label {
    width: 100% !important;
    margin: 0 0 5px 0 !important;
    font-size: 16px;
}

.contactFormSalesForceCOVDesign .sf_field_lastname,
.contactFormSalesForceCOVDesign .sf_field_company,
.contactFormSalesForceCOVDesign .sf_field_00Na000000BERta {
    float: right;
    clear: none !important;
    width: 49%;
    margin-left: 1%;
}

.contactFormSalesForceCOVDesign .sf_field_00N1400000AsYHC {
    visibility: hidden;
    position: fixed;
    top: -9999px;
}

.contactFormSalesForceCOVDesign .w2lsubmit {
    text-align: left;
}

.smartbanner {
    z-index: 999 !important;
}

.smartbanner.smartbanner--android {
    box-shadow: none;
    border-top: 1px solid #e6e6e6 !important;
}

.smartbanner.smartbanner--android {
    box-shadow: none;
}

/*.page-id-658452 .section-icon-item h4 {*/
/*    font-size: 22px;*/
/*}*/
/*.page-id-658452 .section-icon-item p {*/
/*    font-size: 18px;*/
/*}*/
.turbo-product-thumbnails {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    background-color: #fff;
    margin-bottom: 25px;
    margin-top: 10px;
    padding: 5px 0;
}

.turbo-product-thumbnails>div {
    flex: 0 0 70px;
    padding: 5px;
}

.turbo-product-thumbnails>div>a {
    display: block;
    width: 60px;
    height: 60px;
    border: 1px solid #484848;
    padding: 4px;
}

.turbo-product-thumbnails>div>a:hover {
    border-color: #ed1c24;
}

.turbo-product-thumbnails>div>a img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.single-product_turbocharger .garrett-3d-animation-item #viewwindow>div>div:nth-child(2),
.single-product_turbocharger .garrett-3d-animation-item #viewwindow>div>div:nth-child(3) {
    visibility: hidden !important;
}

.page-id-658452 .section-icon-item h4 {
    font-size: 22px;
}

.page-id-658452 .section-icon-item p {
    font-size: 18px;
}

div.nsl-container.nsl-container-block .nsl-container-buttons {
    display: flex !important;
}

.stock-ticker-left {
    width: 54%;
}

.stock-ticker-right {
    width: 34%;
}

@media screen and (min-width: 991px) and (max-width: 1280px) {
    .stock-ticker-left {
        width: 50%;
    }

    .stock-ticker-right {
        width: 50%;
    }
}

.stock-ticker-right .market-info ul {
    width: 50%;
}

.stock-ticker-right .market-info ul li+li {
    margin-top: 10px;
}

.stock-ticker-right .market-date {
    display: inline-block;
    float: right;
}

.stock-ticker-right .market-title {
    display: inline-block;
    float: left;
}

.stock-ticker-right .market-score {
    clear: both;
}

@media screen and (max-width: 991px) {

    .stock-ticker-left,
    .stock-ticker-right {
        width: 100%;
    }

    .stock-ticker-right .market-info ul {
        width: 50%;
    }

    .stock-ticker-right .market-info ul li {
        width: 100%;
        margin-top: 0 !important;
    }

    .stock-ticker-right .market-info ul:nth-child(1) li {
        text-align: left;
    }

    .stock-ticker-right .market-info ul:nth-child(2) li {
        text-align: right;
    }
}

@media screen and (max-width: 700px) {
    .stock-ticker-right .market-info ul:nth-child(1) li {
        text-align: left;
    }

    .stock-ticker-right .market-info ul:nth-child(2) li {
        text-align: right;
    }
}

#loginModal .modal-dialog {
    overflow: hidden;
}

/* .elements-align--workinggarrett.section-video-cat .general-block .container:before {
    top: 0 !important;
}
.elements-align--workinggarrett.section-video-cat .general-block .image {
    transform: translate(-92px, 0) !important;
}
.elements-align--workinggarrett.section-video-cat .general-block .image .video-player-wrapper {
    padding-bottom: 52.25% !important;
}
.elements-align--workinggarrett.section-video-cat .general-block .text {
    padding-top: 20px !important;
} */

.homepage-hero:before {
    background: black;
}

.section-with-icons .section-title .section-with-icons-fluid-container p {
    max-width: 100%;
}

.general-block.gb-same-level .text {
    padding-top: 50px !important;
}

/** TEXT BOXS - FOUR BOXS**/
.boosting-items-4 .homepage-boosting-item-wrapper {
    width: 25%;
    padding: 0 10px;
}

.boosting-items-4 .homepage-boosting-item {
    display: flex;
    align-items: center;
}

.boosting-items-4 .homepage-boosting-item .text h3 {
    font-size: 25px;
}

@media screen and (min-width: 1281px) {
    .boosting-items-4 .homepage-boosting-item .text {
        min-height: 300px;
        position: relative;
    }
}

@media screen and (min-width: 1601px) {
    .boosting-items-4 .homepage-boosting-item-wrapper {
        padding: 0 15px;
    }

    .boosting-items-4 .homepage-boosting-item .text h3 {
        font-size: 25px;
    }
}

@media screen and (max-width: 1280px) {
    .boosting-items-4 .homepage-boosting-item-wrapper {
        width: 50%;
        padding: 10px 15px;
        float: left;
        margin: 0 !important;
    }

    .boosting-items-4 .homepage-boosting-item-wrapper .homepage-boosting-item {
        height: 220px;
    }
}

@media screen and (max-width: 560px) {
    .boosting-items-4 .homepage-boosting-item-wrapper {
        width: 100%;
        padding: 30px 0;
    }
}

/**FOUR BOXS**/

#post-831123 .section-html-with-title {
    margin-bottom: 50px;
}

.tooltip-leadership {
    width: 100%;
    left: 0 !important;
}

.tooltip-leadership .tooltip-inner {
    max-width: initial;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    background-color: #3b77b3;
}

.tooltip-leadership .tooltip-inner p {
    margin: 0;
    padding: 10px 15px;
    font-size: 13px;
    font-family: "Gotham A", "Gotham B", sans-serif !important;
}

.tooltip-leadership .tooltip.in {
    filter: alpha(opacity=100);
    opacity: 1;
}

.tooltip-leadership .tooltip-arrow {
    top: -5px !important;
    margin-left: -10px !important;
    border-width: 0 10px 10px !important;
    border-bottom-color: #3b77b3 !important;
}

@media screen and (min-width: 1360px) {
    .tooltip-leadership .tooltip-inner {
        width: 1130px;
    }
}

@media screen and (min-width: 1600px) {
    .tooltip-leadership .tooltip-inner {
        width: 1330px;
    }
}

@media screen and (min-width: 1890px) {
    .tooltip-leadership .tooltip-inner {
        width: 1450px;
    }
}

@media (min-width: 1359px) {
    .large-blocks-tabs {
        max-height: 430px;
    }
}

section {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
    margin-bottom: 30px !important;
}

#post-884503 .general-block.reversed .image {
    transform: translate(91px, 0px) !important;
}

#post-884503 .general-block.reversed .container:before {
    top: 0 !important;
}

#wp-admin-bar-wp-mail-smtp-menu {
    overflow: hidden;
}

.hr-stats-item-container {
    display: flex;
    flex-direction: column;
}

.login-type-block a.button {
    color: #fff;
}

#wp-admin-bar-wp-mail-smtp-menu {
    overflow: hidden;
}

@media (min-width: 1980px) {

    .main-page-wrapper .garrett-section-image.garrett-section-image-has-ratio-image .garrett-section-image-buttons,
    .main-page-wrapper .garrett-section-image.garrett-section-image-has-ratio-image .garrett-section-image-title,
    .main-page-wrapper .garrett-section-image.garrett-section-image-has-ratio-image .garrett-section-image-description {
        margin-left: 10%;
        /*margin-left: calc((100vw - 1750px) / 2);*/
    }
}

@media screen and (min-width: 768px) {
    .container .user-floating-menu {
        display: none;
    }
}


.iframe-responsive {
    width: 1100px;
    height: 650px;
    margin: 0 auto;
    display: block;
}

@media screen and (max-width: 1100px) {
    .iframe-responsive {
        width: 100%;
        height: 450px;
    }
}

@media screen and (max-width: 768px) {
    .iframe-responsive {
        width: 100%;
        height: 300px;
    }
}

.landing-page-slider div {
    display: none;
}

.landing-page-slider div:first-child,
.landing-page-slider.owl-loaded div {
    display: block;
}

.wrapper {
    max-width: 1920px !important;
    margin: 0 auto !important;
}

/* Downloads section 04/21/2023 */
.section-downloads {
    background: #f8f8f8;
    padding: 30px 0;
    margin: 0 0 30px;
}

.section-downloads .container {
    max-width: 1000px;
    margin: 0 auto;
}

.section-downloads .title {
    margin-bottom: 50px;
}

@media (min-width: 768px) {
    .section-downloads .list-group-title {
        padding: 5px 0;
    }
}

/* END Downloads section 04/21/2023 */
/* fix fancy table in single product turbocharger */
.single-product_turbocharger .section-html-with-title .section-html-content .chart-table {
    overflow-x: auto;
    display: block;
}

.single-product_turbocharger .section-html-with-title .section-html-content table.turbocharger-chart {
    min-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.section-features {
    margin: 0 0 80px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}

.section-features>.container:before {
    left: auto;
    right: 100%;
    margin-left: 0;
    margin-right: -30px;
}

.section-features .text {
    position: relative;
    z-index: 2;
}

.section-features .text-inner {
    position: relative;
    z-index: 1;
}

.section-features .text-inner-inside {
    position: relative;
    z-index: 2;
}

.section-features .text h2 {
    font-size: 35px;
    /*    font-family: 'Gotham Medium';*/
    font-weight: 500;
    margin: 0 0 40px;
    letter-spacing: -0.7px;
}

.section-features .top-text {}

.section-features-list {
    padding-top: 15px;
}

.section-features-list ul {
    padding: 0;
    margin: 0;
}

.section-features-list ul li {
    list-style: none;
    text-transform: uppercase;
    /*    font-family: 'Gotham Medium';*/
    font-weight: 500;
    font-size: 16px;
    position: relative;
    z-index: 1;
    padding-left: 85px;
    min-height: 30px;
}

.section-features-list ul li .desc {
    text-transform: none;
    display: block;
    font-size: 13px;
    /*    font-family: 'Gotham Book';*/
    color: #000;
    font-weight: normal;
}

.section-features-list ul li .img {
    background-color: #fff;
    width: 60px;
    height: 60px;
    display: block;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -30px;
    z-index: 2;
    border-radius: 50%;
}

.section-features-list ul li+li {
    margin-top: 35px;
}

.section-features-v2 .section-features-list ul li {
    font-size: 13px;
    /*    color: #ed1c24;*/
    font-weight: 700;
}

.section-features-v2 .text {
    width: 45%;
}

.section-features-v2 .image {
    max-width: 820px;
}

.section-features:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 1889px) {
    .section-features .text {
        padding-top: 30px;
        padding-right: 30px;
    }

    .section-features-list ul li {
        font-size: 22px;
    }

    .section-features>.container:before {
        margin-right: -80px;
    }
}

@media screen and (max-width: 1599px) {
    .section-features-list ul li {
        font-size: 18px;
        padding-left: 55px;
    }

    .section-features-list ul li .img {
        width: 40px;
        height: 40px;
        margin-top: -20px;
    }

    .section-features-list ul li+li {
        margin-top: 25px;
    }

    .section-features .text {
        padding-top: 25px;
        padding-bottom: 25px;
        padding-right: 0;
    }

    .section-features-v2 .text {
        width: 45%;
    }
}

@media screen and (max-width: 1359px) {
    .section-features-list ul {
        display: flex;
        flex-wrap: wrap;
        gap: 25px;
    }
    .section-features-list ul li {
        width: calc(50% - 25px/2);
    }
    .section-features-list ul li+li {
        margin-top: 0;
    }
    .section-features-v2 .image {
        width: 100%;
        max-width: none;
    }

    .section-features-v2 .image img {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .section-features-list ul li {
        width: 100%;
    }
}

.general-block.section-features.section-features-v2.gb-same-level .image {
    position: relative;
    top: -50px;
}

.general-block .section-features-list ul li .img {
    background-color: transparent !important;
    border-radius: unset !important;
}
@media screen and (max-width: 1359px) {
    .general-block.section-features.section-features-v2.gb-same-level .image {
        top: 0;
    }
}

.row--flex {
    --bs-gutter-x: 3rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y)*-1);
    margin-right: calc(var(--bs-gutter-x)*-0.5);
    margin-left: calc(var(--bs-gutter-x)*-0.5);
}

.row--flex:after,
.row--flex:before {
    content: none;
}

.row--flex>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x)*0.5);
    padding-left: calc(var(--bs-gutter-x)*0.5);
    margin-top: var(--bs-gutter-y);
    float: none;
}

.row--flex .col-xs-1 {
    width: 8.33333%;
    max-width: 8.33333%;
}

.row--flex .col-xs-2 {
    width: 16.66667%;
    max-width: 16.66667%;
}

.row--flex .col-xs-3 {
    width: 25%;
    max-width: 25%;
}

.row--flex .col-xs-4 {
    width: 33.33333%;
    max-width: 33.33333%;
}

.row--flex .col-xs-5 {
    width: 41.66667%;
    max-width: 41.66667%;
}

.row--flex .col-xs-6 {
    width: 50%;
    max-width: 50%;
}

.row--flex .col-xs-7 {
    width: 58.33333%;
    max-width: 58.33333%;
}

.row--flex .col-xs-8 {
    width: 66.66667%;
    max-width: 66.66667%;
}

.row--flex .col-xs-9 {
    width: 75%;
    max-width: 75%;
}

.row--flex .col-xs-10 {
    width: 83.33333%;
    max-width: 83.33333%;
}

.row--flex .col-xs-11 {
    width: 91.66667%;
    max-width: 91.66667%;
}

.row--flex .col-xs-12 {
    width: 100%;
    max-width: 100%;
}

@media (min-width:768px) {
    .row--flex .col-sm-1 {
        width: 8.33333%;
        max-width: 8.33333%;
    }

    .row--flex .col-sm-2 {
        width: 16.66667%;
        max-width: 16.66667%;
    }

    .row--flex .col-sm-3 {
        width: 25%;
        max-width: 25%;
    }

    .row--flex .col-sm-4 {
        width: 33.33333%;
        max-width: 33.33333%;
    }

    .row--flex .col-sm-5 {
        width: 41.66667%;
        max-width: 41.66667%;
    }

    .row--flex .col-sm-6 {
        width: 50%;
        max-width: 50%;
    }

    .row--flex .col-sm-7 {
        width: 58.33333%;
        max-width: 58.33333%;
    }

    .row--flex .col-sm-8 {
        width: 66.66667%;
        max-width: 66.66667%;
    }

    .row--flex .col-sm-9 {
        width: 75%;
        max-width: 75%;
    }

    .row--flex .col-sm-10 {
        width: 83.33333%;
        max-width: 83.33333%;
    }

    .row--flex .col-sm-11 {
        width: 91.66667%;
        max-width: 91.66667%;
    }

    .row--flex .col-sm-12 {
        width: 100%;
        max-width: 100%;
    }
}

@media (min-width:992px) {
    .row--flex .col-md-1 {
        width: 8.33333%;
        max-width: 8.33333%;
    }

    .row--flex .col-md-2 {
        width: 16.66667%;
        max-width: 16.66667%;
    }

    .row--flex .col-md-3 {
        width: 25%;
        max-width: 25%;
    }

    .row--flex .col-md-4 {
        width: 33.33333%;
        max-width: 33.33333%;
    }

    .row--flex .col-md-5 {
        width: 41.66667%;
        max-width: 41.66667%;
    }

    .row--flex .col-md-6 {
        width: 50%;
        max-width: 50%;
    }

    .row--flex .col-md-7 {
        width: 58.33333%;
        max-width: 58.33333%;
    }

    .row--flex .col-md-8 {
        width: 66.66667%;
        max-width: 66.66667%;
    }

    .row--flex .col-md-9 {
        width: 75%;
        max-width: 75%;
    }

    .row--flex .col-md-10 {
        width: 83.33333%;
        max-width: 83.33333%;
    }

    .row--flex .col-md-11 {
        width: 91.66667%;
        max-width: 91.66667%;
    }

    .row--flex .col-md-12 {
        width: 100%;
        max-width: 100%;
    }
}

@media (min-width:1200px) {
    .row--flex .col-lg-1 {
        width: 8.33333%;
        max-width: 8.33333%;
    }

    .row--flex .col-lg-2 {
        width: 16.66667%;
        max-width: 16.66667%;
    }

    .row--flex .col-lg-3 {
        width: 25%;
        max-width: 25%;
    }

    .row--flex .col-lg-4 {
        width: 33.33333%;
        max-width: 33.33333%;
    }

    .row--flex .col-lg-5 {
        width: 41.66667%;
        max-width: 41.66667%;
    }

    .row--flex .col-lg-6 {
        width: 50%;
        max-width: 50%;
    }

    .row--flex .col-lg-7 {
        width: 58.33333%;
        max-width: 58.33333%;
    }

    .row--flex .col-lg-8 {
        width: 66.66667%;
        max-width: 66.66667%;
    }

    .row--flex .col-lg-9 {
        width: 75%;
        max-width: 75%;
    }

    .row--flex .col-lg-10 {
        width: 83.33333%;
        max-width: 83.33333%;
    }

    .row--flex .col-lg-11 {
        width: 91.66667%;
        max-width: 91.66667%;
    }

    .row--flex .col-lg-12 {
        width: 100%;
        max-width: 100%;
    }
}

@media (min-width:1400px) {
    .row--flex .col-xl-1 {
        width: 8.33333%;
        max-width: 8.33333%;
    }

    .row--flex .col-xl-2 {
        width: 16.66667%;
        max-width: 16.66667%;
    }

    .row--flex .col-xl-3 {
        width: 25%;
        max-width: 25%;
    }

    .row--flex .col-xl-4 {
        width: 33.33333%;
        max-width: 33.33333%;
    }

    .row--flex .col-xl-5 {
        width: 41.66667%;
        max-width: 41.66667%;
    }

    .row--flex .col-xl-6 {
        width: 50%;
        max-width: 50%;
    }

    .row--flex .col-xl-7 {
        width: 58.33333%;
        max-width: 58.33333%;
    }

    .row--flex .col-xl-8 {
        width: 66.66667%;
        max-width: 66.66667%;
    }

    .row--flex .col-xl-9 {
        width: 75%;
        max-width: 75%;
    }

    .row--flex .col-xl-10 {
        width: 83.33333%;
        max-width: 83.33333%;
    }

    .row--flex .col-xl-11 {
        width: 91.66667%;
        max-width: 91.66667%;
    }

    .row--flex .col-xl-12 {
        width: 100%;
        max-width: 100%;
    }
}
.overwrite-m-b{
	margin-bottom:0 !important;
}


/* account confirmation message */
.alert-account-activated {
    position: fixed;
    z-index: 2147483641; /* some plugin has a very high value */
    left: 0;
    right: 0;
    top: 0;
    margin: 0;
}

/* single-video article styles */
.section--video-article .row--flex {
    --bs-gutter-y: 1.5rem;
    align-items: center;
}
.section--video-article .block-text > *:last-child {
        margin-bottom: 0;
}
.section--video-article .block-text > *:not(:last-child) {
        margin-bottom: 20px;
}
.section--video-article .js--playing .play-overlay {
    display: none;
}
.section--video-article .block-video .play-overlay img {
    object-fit: contain;
}
@media (min-width: 1200px) {
    .section--video-article .row--flex {
        flex-direction: row-reverse;
        --bs-gutter-x: 6rem;
    }
    .section--video-article .block-text > *:not(:last-child) {
        margin-bottom: 30px;
    }
    .section--video-article .block-video {
        margin-block: -30px;
        margin-left: -30px;
    }
}
@media (min-width: 1400px) {
    .section--video-article {
        position: relative;
        --shape-size: 190px;
        --shape-color: var(--color-primary);
        padding-right: var(--shape-size);
    }
    .section--video-article:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        width: var(--shape-size);
        background-color: var(--shape-color);
        right: 0;
        clip-path: polygon(calc(100% - 20px) 0,100% 0,100% 100%,0 100%);
    }
}
@media (min-width: 1921px) {
    .section--video-article  .block-video {
        margin-left: -60px;
    }
}