@import url('https://fonts.googleapis.com/css?family=Lato:400,700');

img {
    border: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}

figure {
    margin: 0;
}

* {
    box-sizing: border-box;
}

/* =============================================================================
   Comman Styles
* ============================================================================= */
.fltleft {
    float: left;
}

.fltright {
    float: right;
}

.clear {
    clear: both;
}

.ctr {
    text-align: center;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: block;
}

.clearfix:after {
    clear: both;
}

.utility-nav a,
.utility-nav a:hover,
.site-nav a,
.site-nav a:hover,
.site-content-secondary a,
.site-content-secondary a:hover {
    text-decoration: none;
}

body {
    margin: 0;
    font-family: 'Lato', "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 1em;
    line-height: 1.5em;
    background: #fff;
    color: #454545;
    -webkit-font-smoothing: antialiased;
}

.site-intro-wrapper {
    background-color: #1f1f1f;
    background-image: url(site-intro-bg.jpg);
    background-position: 0 center;
    background-repeat: no-repeat;
    background-size: cover;
    line-height: 1.5em;
}

/* =============================================================================
   Utility Nav
* ============================================================================= */
.utility-nav {
    background-color: #0096b1;
    border-bottom: 1px solid #007388;
    color: #ffffff;
    display: block;
    font-weight: bold;
    text-align: right;
}

.inner-wrap:after {
    clear: both;
    content: "";
    display: table;
}

.inner-wrap:after {
    clear: both;
    content: "";
    display: table;
}

.site-header .inner-wrap {
    padding: 2.5em 1.5em 0em 1.5em;
    margin: 0 auto;
    width: 75em;
    /* BASE FONT = 16px  >>> 1200px / 16px = 75em*/
}

.utility-nav a {
    color: #ffffff;
    padding-right: 0;
    display: inline-block;
    float: right;
    margin-right: 2em;
}

.site-email {
    padding-left: 1.3em;
    background-image: url(ico-email.svg);
    background-repeat: no-repeat;
    background-position: left center;
    float: right;
    display: inline-block;
}

.utility-nav a.site-email {
    margin-right: 0;
}

.site-ph {
    float: right;
    margin-bottom: 0;
    padding-left: 3.5em;
    margin-right: 2em;
}

.utility-nav .inner-wrap {
    padding-bottom: 0.5em !important;
    padding-top: 0.5em !important;
}

.utility-nav .social-wrap {
    float: left;

}

.social-wrap a:hover {
    opacity: 0.75;
}

.social-wrap img {
    display: inline-block;
    height: 18px;
    margin: 0 auto;
    vertical-align: middle;
    width: 1.1em;
}

.social-wrap a {
    display: block;
    float: left;
    margin-right: 2em;
    position: relative;
    text-align: center;
}

.site-logo>img {
    margin-bottom: 1.01em;
    float: left;
}

textarea,
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="time"],
input[type="week"],
select[multiple="multiple"] {
    background-color: white;
    border: 1px solid #ddd;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06) inset;
    box-sizing: border-box;
    font-family: "Lato", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 1em;
    padding: 0.5em;
    transition: border-color 0s ease 0s;
    width: 100%;
}

textarea:hover,
input[type="email"]:hover,
input[type="number"]:hover,
input[type="password"]:hover,
input[type="search"]:hover,
input[type="tel"]:hover,
input[type="text"]:hover,
input[type="url"]:hover,
input[type="color"]:hover,
input[type="date"]:hover,
input[type="datetime"]:hover,
input[type="datetime-local"]:hover,
input[type="month"]:hover,
input[type="time"]:hover,
input[type="week"]:hover,
select[multiple="multiple"]:hover {
    border-color: #c4c4c4;
}

textarea:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="url"]:focus,
input[type="color"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
select[multiple="multiple"]:focus {
    border-color: #477dca;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06) inset, 0 0 5px rgba(55, 112, 192, 0.7);
    outline: medium none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
}



/* ===================== Topnav ==================== */
nav.site-nav {
    clear: both;
    float: left;
    margin-top: 1.1875em;
    /* BASE FONT = 16px  >>> 19px / 16px = 1.1875em */
    width: 100%;
    text-align: center;
}

#menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.menu ul li {
    float: left;
    position: relative;
}

.width17p {
    width: 14%;
}

.width185p {
    width: 17%;
}

.width20p {
    width: 20%;
}

.width21p {
    width: 22%;
}

.width235p {
    width: 26.4%;
}

#menu .width21p a {
    padding-right: 0;
}

#menu a {
    color: #ffffff;
    display: block;
    font-family: "Lato", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.1875em;
    /* BASE FONT = 16px  >>> 19px / 16px = 1.1875em */
    line-height: 1.26315789473684em;
    /* BASE FONT = 19px  >>> 24px / 19px = 1.26315789473684em */
    padding: 0.47em 1.05em 0.47em 1.05em;
    /* BASE FONT = 19px  >>> 9px 20px 9px 20px / 19px = 0.47em 1.05em 0.47em 1.05em  */
}

.site-nav li a:hover {
    background-color: #000000;
}

.site-nav ul li:hover {
    /*background-color: #000000;*/
    border-radius: 5px;
}

.sub-menu {
    left: 0;
    position: absolute;
    top: 2.615em;
    /* BASE FONT = 16px  >>> 42px / 16px = 2.625em  */
    top: 2.5625em\0;
    /* BASE FONT = 16px  >>> 41px / 16px = 2.5625em  */
    visibility: hidden;
    width: 20.375em;
    /* BASE FONT = 16px  >>> 326px / 16px = 20.375em  */
    z-index: 1000;
}

#menu li:hover .sub-menu {
    visibility: visible;
}

.menu .sub-menu li {
    border-top: 1px solid #272727;
    float: none;
}

#menu .sub-menu li a {
    background-color: #1b1b1b;
    display: block;
    font-size: 1.0625em;
    /* BASE FONT = 16px  >>> 17px / 16px = 1.0625em  */
    padding: 0.875em 1.9375em 0.875em 1.9375em;
    /* BASE FONT = 16px  >>> 14px 31px 14px 31px / 16px = 0.875em 1.9375em 0.875em 1.9375em  */
    text-align: left;
}

#menu .sub-menu li a:hover {
    background-color: #000000;
}

#menu .sub-menu li:hover {
    border-radius: 0;
}

.menu li.has-subnav>a:after {
    background-image: url("ico-arrowdown.svg");
    background-position: center 6px;
    background-repeat: no-repeat;
    background-size: 0.75em 0.75em;
    bottom: auto;
    content: "";
    display: inline-block;
    height: 16px;
    margin-left: 0.7em;
    position: static;
    right: 0;
    top: 0em;
    width: 16px;
}

.site-content .inner-wrap {
    max-width: 75em;
    /* BASE FONT = 16px  >>> 758px / 16px = 75em */
}

.inner-wrap {
    padding: 2.5em 1.5em 1.0625em 1.5em;
    /* BASE FONT = 16px  >>> 40px 24px 17px 24px / 16px = 2.5em 1.5em 1.0625em 1.5em  */
}

.site-content-primary {
    float: left;
    margin-right: 1.75em;
    /* BASE FONT = 16px  >>> 28px / 16px = 1.75em */
    width: 47.375em;
    /* BASE FONT = 16px  >>> 758px / 16px = 47.375em */
}

.site-content-secondary {
    display: block;
    float: left;
    margin-right: 0;
    padding: 1.5em 0 1.5em 2em;
    /* BASE FONT = 16px  >>> 24px 0 24px 32px / 16px = 1.5em 0 1.5em 2em;  */
    width: 22.8125em;
    /* BASE FONT = 16px  >>> 365px / 16px = 22.8125em  */
    text-align: left;
    line-height: 1.5em;
}

@media (min-width: 60em) {
    .site-content-primary {
        margin-right: 0;
        width: 65.8807828007%;
    }

    .site-content-secondary {
        width: 33.761566%;
    }
}

@media (min-width: 80em) {
    .site-content-primary {
        margin-right: 1.75em;
        /* BASE FONT = 16px  >>> 28px / 16px = 1.75em */
        width: 47.375em;
        /* BASE FONT = 16px  >>> 758px / 16px = 47.375em */
    }

    .site-content-secondary {
        width: 22.8125em;
        /* BASE FONT = 16px  >>> 365px / 16px = 22.8125em  */
    }
}

.btn:after,
.btn-diagonal:after,
.btn-important:after,
.btn-important-inverted:after {
    background-image: url(btn-arrow-white.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 1.3em 1.3em;
    bottom: 0;
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    transition: transform 0.1s linear 0s;
    width: 2.8em;
}

.site-content-secondary .btn,
.site-content-secondary .btn-diagonal,
.site-content-secondary .btn-important {
    display: block;
}

.btn-important {
    background-color: #0096b1;
    border: 1px solid #028299;
    border-radius: 5px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 1em;
    padding: 0.875em 3.5em 0.875em 2.25em;
    position: relative;
    transition: background 0.1s linear 0s;
    line-height: 1.5em;
}

.btn-diagonal:after {
    background-image: url(link-arrow-teal.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 1.3em 1.3em;
    bottom: 0;
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 2.8em;
}

.btn-diagonal {
    background: none repeat scroll 0 0 #ddd;
    border: 1px solid #dadada;
    border-radius: 0;
    color: #0096b1;
    margin-bottom: 0.4em;
    padding: 0.5em 1em;
    font-weight: 600;
    position: relative;
    transition: background 0.1s linear 0s;
}

.btn:hover:after,
.btn-important:hover:after,
.btn-important-inverted:hover:after {
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

.btn-important:hover {
    background-color: #00accb;
}

.btn:hover,
.btn-diagonal:hover,
.btn-important:hover,
.btn-important-inverted:hover {
    color: #fff;
}

.btn-diagonal:hover:after {
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0.5);
}

.btn-diagonal:hover {
    border: 1px solid #4f4f4f;
    transition: transform 0.1s linear 0s;
}

.btn:hover,
.btn-diagonal:hover {
    background-color: #525252;
}

/*.nav-1 {
    width: 17%; }

  .nav-2 {
    width: 17%; }

  .nav-3 {
    width: 17%; }

  .nav-4 {
    width: 17%; }

  .nav-5 {
    width: 17%; }

  .nav-6 {
    width: 17%; }*/
}

/* ===================== Footer ==================== */
.site-footer {
    text-align: center;
}

.site-footer .inner-wrap {
    border-top: 1px solid #ddd;
    text-align: center;
}

.inner-wrap {
    max-width: 75em;
    margin: 0 auto;
}

.line-card img {
    display: inline-block;
    margin: 0 2% 0 2%;
    vertical-align: middle;
}

.line-card a {
    display: inline-block;
}

.line-card .btn-important {
    text-decoration: none;
    vertical-align: middle;
}

p.footer-small {
    font-size: 1.0625em;
    /* BASE FONT = 16px  >>> 17px / 16px = 1.0625em  */
    line-height: 1.75em;
    /* BASE FONT = 17px  >>> 29.75px / 17px = 1.75em  */
    margin-bottom: 1em;
    /* BASE FONT = 17px  >>> 17px / 17px = 1em  */
    margin-top: 1em;
    /* BASE FONT = 17px  >>> 17px / 17px = 1em  */
}

.site-footer a {
    color: #0096b1;
    text-decoration: underline;
    transition: color 0.1s linear 0s;
}

.site-footer a:hover {
    color: #007388;
    text-decoration: underline;
}

.site-footer a.btn-important,
.site-footer a.btn-important:hover {
    color: #ffffff;
    text-decoration: none;
}

.site-footer .social-wrap a {
    background: none repeat scroll 0 0 #454545;
    border-radius: 5px;
    display: inline-block;
    float: none;
    margin-right: 2.159375em;
    padding: 0.3em 0.6em;
}

/* ===================== Site Serach ==================== */
.site-search {
    width: 100%;
}

.search-right {
    width: auto;
    display: table;
    float: right;
    margin-right: 0;
    padding: 0;
}

.search-row {
    display: table-row;
    width: 100%;
}

.search-cell1 {
    display: table-cell;
}

.search-table input[type="text"] {
    background: none repeat scroll 0 0 #454545;
    border: medium none;
    color: #fff;
}

.search-cell2 {
    background: none repeat scroll 0 0 #454545;
    display: table-cell;
    width: 2.1875em;
}

.search-submit {
    height: 30px;
    background: url(ico-search.jpg) no-repeat scroll center center !important;
    border: 0 none;
    float: right;
    width: 100%;
}

.search-left {
    margin-right: 1% !important;
    width: auto;
    display: table;
    float: right;
    padding: 0;
}

.search-left:last-child {
    margin-right: 0;
}

.search-row {
    display: table-row;
    width: 100%;
}

.search-table select {
    font-family: "Lato", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    background-color: #454545;
    color: #a5a5a5;
    margin-bottom: 0;
}

.search-text {
    height: 1.84615em;
    border: 0 none;
    float: left;
    font-size: 1em;
    padding-left: 0.5em;
    width: 100%;
}

/*=============== GDD-015-Sticky Bearing Finder===============*/
.gdd-015-b-sticky {
    position: fixed;
    bottom: 2%;
    right: 17px;
    color: #ffffff;
    text-decoration: none;
    background-color: #0096b1;
    padding-top: 1.5625em;
    border-radius: 50%;
    z-index: 11;
    width: 5.625em;
    height: 5.625em;
    text-align: center;
    text-decoration: none !important;
}

.gdd-015-b-sticky:hover {
    color: #ffffff;
}

.gdd-015-b-sticky span:hover {
    color: #ffffff;
}

.gdd-015-b-sticky span {
    font-size: 1.0625em;
    font-family: "Lato", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    display: block;
    padding: 0 0.2857142857em;
    line-height: 1.1428571429em;
    color: #ffffff;
}

.gdd-015-b-sticky:focus {
    color: #ffffff;
}

.tring {
    position: absolute;
    top: -0.875em;
    left: -0.8125em;
    width: 7.3125em;
    height: 7.3125em;
    border-radius: 50%;
    border: solid #22a4bb;
}

.circle-wrap {
    top: -0.125em;
    left: -0.125em;
    width: 7.3125em;
    height: 7.3125em;
    border-radius: 50%;
    -webkit-animation: circle 5s infinite linear;
    animation: circle 5s infinite linear;
    -moz-animation: circle 5s infinite linear;
    -o-animation: circle 5s infinite linear;
    -ms-animation: circle 5s infinite linear;
    position: relative;
}

.tring {
    border-width: 2px;
}

.close-sticky {
    background-image: url(gdd015-close.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 0.9375em 0.9375em;
    border-radius: 50%;
    width: 0.9375em;
    height: 0.9375em;
    vertical-align: top;
    margin-top: 0.0625em;
    margin-right: 0.0625em;
    margin-left: 0.25em;
    position: fixed;
    bottom: 6.5625em;
    right: 0.125em;
    z-index: 12;
    cursor: pointer;
}

@media (min-height: 85.375em) {
    .close-sticky {
        bottom: 4.8125em;
    }
}

@media (max-height: 30em) {
    .close-sticky {
        bottom: 0.8125em;
    }
}

.circle-one {
    background-color: #0096b1;
    border-radius: 50%;
    display: inline-block;
    color: transparent;
    width: 0.625em;
    height: 0.625em;
    position: absolute;
    left: 4.6875em;
    top: 0.5em;
}

.circle-two {
    background-color: #0096b1;
    border-radius: 50%;
    display: inline-block;
    color: transparent;
    width: 0.625em;
    height: 0.625em;
    top: 0.1875em;
    position: absolute;
    left: 4em;
}

.circle-three {
    background-color: #0096b1;
    border-radius: 50%;
    display: inline-block;
    color: transparent;
    width: 0.625em;
    height: 0.625em;
    position: absolute;
    top: 0.125em;
    left: 3.25em;
}


.gdd-015-stickyfooter {
    background-color: #0096b1;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}

.gdd-015-stickyfooter a {
    color: #ffffff;
    text-decoration: none;
    font-size: 1.1875em;
}

@keyframes circle {
    from {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes circle {
    from {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes circle {
    from {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes circle {
    from {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


.gdd-015-stickyfooter {
    display: block !important;
}

@media (min-width: 40em) {

    .gdd-015-b-sticky {
        display: block !important;
    }

    .close-sticky {
        display: block !important;
    }

    .gdd-015-stickyfooter {
        display: none !important;
    }

}


/*=============== GDD-015-Sticky Bearing Finder end===============*/


/* gdd 014 b css */



.gdd-014-header .inner-wrap {
    max-width: 1121px;
    padding-top: 31px;
    padding-bottom: 14px;
    width: 100%;
}


@media (min-width: 40em) {
    .search-left {
        width: auto;
        margin-right: 1% !important;
    }
}

.search-right {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%;
    margin-right: 0;
    float: right;
    display: table;
}

.search-right:last-child {
    margin-right: 0;
}

@media (min-width: 40em) {
    .search-right {
        width: auto;
    }
}

.search-link {
    width: 2em;
    float: right;
    text-align: center;
    background: url(img/ico-search.svg) top center no-repeat;
}

.search-link span {
    font-size: 0.75em;
    display: block;
    padding-top: 0em;
    color: #fff;
    visibility: hidden;
}

.search-module {
    background-color: #0096b1;
    height: 6em;
    margin-top: -6em;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.search-module .inner-wrap {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    position: relative;
}

.search-module.active {
    margin-top: 0;
}

.menu .sub-menu li {
    border-top: 0;
}

.site-nav-container.stuck {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    /*z-index: 999;*/
    z-index: 1002;
}

#menu .sub-menu li a:hover {
    background-color: #006f83 !important;
}

.menu .sub-menu li {
    border-top: 0 !important;
}

.site-logo {
    display: inline-block;
    margin-top: 4px !important;
    max-width: 353px;
    vertical-align: top;
    width: 100%;
}

.site-logo>img {
    display: block;
    width: 100%;
}

.gdd-014-top {
    display: inline-block;
    float: right;
    vertical-align: top;
}



.gdd-014-top .utility-item {
    color: white;
    display: inline-block;
    float: right;
    font-size: 14px;
    font-weight: 700;
    line-height: 15px;
    margin-right: 19px;
    vertical-align: bottom;
    text-decoration: none;
}

.site-nav-container .inner-wrap {
    padding-bottom: 0;
    padding-top: 0;
}

.gdd-frm {
    display: none;
}

.gdd-014-top {
    display: block;
}

.site-header .inner-wrap {
    padding-bottom: 10px;
    padding-top: 46px;
}

.site-nav-container .inner-wrap {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}

.gdd-014-nav {
    margin-top: 0 !important;

}

.utility-item-mobile {
    display: none !important;
    background-color: #0096b1;
    margin-top: 0 !important;
}

.gdd-014-top-mobile .site-ph {
    display: none !important;
}

.gdd-014-top {
    display: none !important;
}

.gdd-014-top-mobile {
    display: block !important;
}

.gdd-014-top-mobile .utility-item {
    margin-right: 1em;
    display: inline-block;
    font-size: 0.9em;
    color: white;
    float: none;
}

.gdd-014-top-mobile {
    text-align: center;
}



.site-nav-container {
    background-color: #0096b1;
}

.site-nav-container {
    display: none;
}

.gdd-014-nav .level-1 .nav-2 {
    width: 20% !important;
}

#menu li a {
    display: block;
    font-size: 16px;
    font-weight: 700;
    height: 65px;
    line-height: 65px;
    margin: 0;
    padding: 0 25px;
    vertical-align: top;
    background: transparent;
}

.level-1>li>a {
    margin: 8px 0;
}

.gdd-014-top .site-email {
    display: none;
}

.gdd-014-top .site-ph {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 15px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 3px !important;
    vertical-align: top;
    text-decoration: none;
    color: white;
}

.utility-nav .social-wrap {
    display: none;
}

.mobile {
    display: inline-block;
}

.menu {
    padding-top: 1em;
}

.menu,
.menu>ul ul {
    padding: 0;
    margin-top: 1em;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.menu.active,
.js .menu>ul ul.active {
    max-height: 55em;
}

#menu {
    display: none;
}

#menu .sub-menu {
    display: none;
}

#menu.active {
    display: block;
}

.blog-cta:hover {
    background-color: transparent !important;
}

.level-1>li:hover {
    background: #007e95;
}


.searchico {
    display: inline-block;
    float: right;
    margin-top: 10px;
    background-color: #007e95;
    background-image: url("https://www.emersonbearing.com/wp-content/themes/emerson-default/img/search-ico.svg");
    background-position: center center;
    border-radius: 5px;
    background-repeat: no-repeat;
    background-size: 22px 22px;
    height: 46px;
    padding-left: 46px;
    width: 46px;
    text-decoration: none;
}

.sticky-logo .stuck {
    display: inline-block !important;
    max-width: 13%;
    float: left;
    vertical-align: top;
}

.search-form {
    display: block !important
}

.search-module.search-link {
    background: none !important;
}



.search-link.search-exit img {
    width: 72%;
}

.site-nav-container .search-link {
    display: inline-block;
}

.search-module .search-link.search-exit {
    background: none;
}

.search-cell1 {
    padding-right: 1em;
}

.search-table input[type="text"] {
    background: #ffffff none repeat scroll 0 0 !important;
    border: medium none;
    border-radius: 25px;
    color: #007e95 !important;
    font-size: 16px;
    font-weight: 700;
    height: 35px;
    padding-right: 16px;
}

.search-submit {
    background: url(https://www.emersonbearing.com/wp-content/themes/emerson-default/img/search-ico.svg) no-repeat center center !important;
}



.search-cell2 {
    background: none;
}

.search-table select {
    background-color: #006f83 !important;
    border-radius: 25px;
    color: #fff !important;
    font-size: 16px;
    font-weight: 700;
    height: 35px;
    margin-bottom: 0 !important;
    padding: 0 25px;
    text-shadow: 0 1px 1px #000;
}




.sub-menu>li a {
    padding-left: 1em;
}

#menu .sub-menu li a {
    background: #007e95 !important;
    font-size: 16px !important;
    font-weight: 400;
    height: auto;
    line-height: 35px;
    padding: 0 25px !important;
}

#menu>ul ul li:hover>a {
    background: #006f83;
}

.sticky-logo.stuck {
    display: inline-block !important;
    max-width: 6%;
    vertical-align: middle;
    float: left;
}

.sticky-logo.stuck img {
    width: 100%;
}

.site-nav-container.stuck #menu {
    width: 88%;
}

.site-header {
    min-height: em(186);
}

.search-cell2 {
    background: none;
    display: none !important;
}

.search-module {
    display: none;
}

.search-link.search-exit img {
    margin-top: 6px;
    max-width: 16px;
}

.search-module .inner-wrap {
    padding-top: 1em !important;
    padding-bottom: 1em !important;
    position: relative;
}


@media (min-width: 40em) {
    a.search-link.search-exit {
        margin: 4px 5px 0px 0px;
        position: relative;
        z-index: 99;
    }

    .search-right {
        margin-right: 24% !important;
        max-width: 385px;
        width: 100% !important;
    }

    .search-text {
        height: 2.846154em;
    }

    .level-1>li {
        border-top: 0;
        border-radius: 0 !important;
    }

    .menu li.menu-item-has-children>a:after {
        display: none;
    }

    .sub-menu li {
        border-top: 0px solid #272727;
    }

    .sub-menu li a:hover {
        background-color: #045564;
    }

    .level-1>li>a:hover {
        background-color: #03748a;
    }

    .level-1 {
        text-align: left !important;
    }

    #menu li:hover>ul.sub-menu {
        display: none !important;
    }
}

@media (min-width: 60em) {
    .search-module.stuck.active {
        left: 0;
        position: fixed !important;
        top: 0;
        width: 100%;
        z-index: 9999;
    }

    .menu>ul>li {
        display: block;
        float: left;
        position: relative;
    }

    #menu li:hover>ul.sub-menu {
        display: block !important;
    }

    .utility-nav {
        display: none !important;
    }

    .gdd-006-a {
        display: none !important;
    }

    .gdd-014-top-mobile .site-ph {
        display: block !important;
    }

    .gdd-014-top {
        display: block !important;
    }

    .gdd-014-top-mobile {
        display: none !important;
    }

    .site-nav-container {
        display: block !important;
    }

    .level-1>li>a {
        padding: 0.27em 0.05em;
        padding: 1em 0;
    }

    #menu li a {
        padding: 0;
    }

    .gdd-014-top .site-email {
        background-image: url(https://www.emersonbearing.com/wp-content/themes/emerson-default/img/mail-ico.svg);
        background-size: 17px 11px;
        height: 11px;
        margin-left: 18px;
        margin-top: 3px;
        padding: 0;
        vertical-align: middle;
        width: 17px;
        display: inline-block !important;
    }

    .site-ph {
        float: right;
        margin-bottom: 0;
        padding-left: 2.5em;
        margin-right: 2em;
    }

    .utility-nav .social-wrap {
        display: inline-block;
        float: left;
    }

    .mobile {
        display: none;
    }

    #menu {
        display: inline-block;
        width: 92.9%;
        clear: none;
    }

    .level-1 {
        height: 65px;
    }

    #menu .sub-menu {
        display: none;
    }

    .searchico {
        display: inline-block;
        float: right;
    }

    .search-submit {
        height: 2.5em;
    }

    .level-1 {
        display: flex;
        flex-wrap: wrap;
        display: -ms-flexbox;
        -ms-justify-content: flex-end;
        justify-content: flex-end;

    }

    .level-1 li {
        flex-grow: 1;
    }

    #menu>ul ul.sub-menu {
        background: #007e95 none repeat scroll 0 0;
        border-radius: 0 0 5px 5px;
        display: none;
        left: 0;
        padding-bottom: 15px;
        padding-top: 11px;
        top: 100% !important;
        width: 290px;
    }

    .menu>ul>li:last-child {
        background: #fff none repeat scroll 0 0;
        border-radius: 5px !important;
        height: 45px;
        margin-top: 10px;
        max-width: 145px;
    }

    .menu>ul>li:last-child:hover {
        background: #007e95 !important
    }

    #menu>ul>li:last-child>a {
        color: #0096b1;
        height: 45px;
        line-height: 45px;
        vertical-align: middle;
    }

    #menu>ul>li:last-child:hover>a {
        color: #fff !important;
    }

    .sub-menu li a {
        font-size: .9em;
        padding: .5em 1em;
        text-align: left;
        background-color: #03748a;
        border-top: 0;
    }

    .js .menu,
    .js .menu>ul ul {
        max-height: none;
        overflow: visible;
    }

    .js .menu>ul ul {
        display: none;
    }

    .menu.active,
    .js .menu>ul ul.active {
        display: block;
    }

    .js .menu>ul li:hover>ul {
        display: block;
    }

    .menu {
        font-size: 1.2em;
        font-weight: normal;
    }

    .menu li.menu-item-has-children>a:after {
        background-image: url("https://www.emersonbearing.com/wp-content/themes/emerson-default/img/ico-arrowdown.svg");
        background-position: center 6px;
        background-repeat: no-repeat;
        background-size: 0.75em 0.75em;
        bottom: auto;
        content: "";
        display: inline-block;
        height: 16px;
        margin-left: 0.7em;
        position: static;
        right: 0;
        top: 0;
        width: 16px;
    }

    .menu>ul>li {
        display: block;
        float: left;
        position: relative;
        height: 65px;
        width: 16%;
    }

    .menu>ul ul {
        position: absolute;
        top: 0;
        left: 12em;
        width: 17em;
    }

    .menu>ul ul li {
        position: relative;
    }



    .level-1 {
        text-align: center !important;
    }

    .search-module {
        display: block !important;
        text-align: center;
        background-color: #007e95;
        height: 4.0625em;
        margin-top: -5em;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }
}

.resources .gdd-006-b {
    display: none !important;
}

@media (min-width: 40em) {
    .menu>ul>li {
        display: block;
        float: none;
        position: relative;
    }
}

@media (min-width: 60em) {
    .menu>ul>li {
        display: block;
        float: left;
        position: relative;
    }
}

@media (min-width: 40em) {
    .site-ph {
        float: left;
        margin-bottom: 0;
        padding-left: 2.5em;
        margin-right: 2em;
    }
}

@media (min-width: 60em) {
    .site-ph {
        float: right;
        margin-bottom: 0;
        padding-left: 2.5em;
        margin-right: 2em;
    }
}

.utility-nav .inner-wrap .site-email {
    display: none;
}

@media (min-width: 60em) {
    .utility-nav .inner-wrap .site-email {
        display: none;
    }
}



/* gdd 014 b css end */

/* gdd 017 sidebar embed form*/

.gdd-017b-cta {
    margin-top: 33px;
}


.site-content-secondary {
    overflow: hidden;
}

.gdd-015-stickyfooter {
    z-index: 2;
}

.gdd-017b-cta {
    margin-top: 33px;
}

.gdd-017b-cta {
    display: block !important;
    padding-top: 6px !important;
    padding-bottom: 6px !important;
    padding-left: 11px !important;
}

.gdd-017b-cta:hover {
    background-color: #0096b1 !important;
}

.gdd-017b-formwrap {
    display: block !important;
}

.gdd-017b-formwrap {
    background-color: #dddddd !important;
    padding: 14px 11px 14px 11px;
    margin-bottom: 15px;
}

.gdd-017b-formwrap .hs-form {
    position: relative;
    z-index: 1;
}

.gdd-017b-formwrap .hs-error-msgs {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.gdd-017b-formwrap label {
    color: #0096b1;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0.375em;
}

.gdd-017b-formwrap .hs-form-field {
    margin-bottom: 1em;
}

.gdd-017b-formwrap input.hs-input {
    height: 37px;
    border-radius: 0px;
    width: 100%;
    margin-top: 0.375em;
}

.gdd-017b-formwrap .hs-button {
    background-color: #df7a1e;
    border: 1px solid #cb6405;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    padding: 9px 33px 9px 33px;
    margin-bottom: 0;
    border-radius: 5px;
    -webkit-appearance: none;
}

.gdd-017b-formwrap .hs-button:hover {
    background-color: #e38735;
    border: 1px solid #e38735;
}

.gdd-017b-formwrap .hs-button:focus {
    outline: none;
}

.gdd-017b-formwrap .actions {
    text-align: center;
}

.gdd-017b-formwrap .hs-error-msg {
    font-size: 14px;
    color: red;
}

.gdd-017b-formwrap .submitted-message {
    text-align: center;
}

.gdd-017b-formwrap .submitted-message p {
    color: #0096b1;
    font-size: 16px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0;
}

.gdd-017b-cta:after {
    background-image: url(gdd017-arrow.svg) !important;
    right: auto !important;
    transition: none !important;
    padding-left: 17em !important;
}

.gdd-017b-cta:hover:after {
    transform: none !important;
}


/* gdd 017 sidebar embed form end*/


.location-link-module {
    text-align: center;
    overflow: hidden
}

.location-link-module .inner-wrap-wide {
    max-width: 1746px;
    padding: 0;
    margin: 0 auto
}

@media (min-width:40em) {
    .location-link-module {
        text-align: left;
        position: relative
    }

    .location-link-module .inner-wrap-wide {
        padding: .9375em 1.5em;
        position: relative;
        z-index: 1
    }

    .location-link-module:before {
        content: "";
        position: absolute;
        background-color: #eaf6f8;
        width: 100%;
        height: 100%;
        left: -50%;
        top: 0
    }

    .location-link-module:after {
        content: "";
        position: absolute;
        background-color: #f4f0ea;
        width: 100%;
        height: 100%;
        right: -50%;
        top: 0
    }
}

@media (min-width:40em) {
    .llm-content {
        display: table;
        width: 100%
    }
}

.lm-left-block {
    background-color: #eaf6f8;
    padding: 20px 16px
}

.lm-left-block .lml-wrap {
    margin-bottom: 15px
}

.lm-left-block .lml-wrap h3 {
    text-transform: uppercase !important;
    padding-left: em(38);
}

.lm-left-block .lmlr-wrap img {
    max-width: 330px;
    width: 100%
}

@media (min-width:40em) {
    .lm-left-block {
        display: table-cell;
        width: 50%;
        vertical-align: top;
        padding-left: 5%;
    }

    .lm-left-block .lml-wrap {
        width: 65%;
        display: table-cell;
        vertical-align: middle
    }

    .lm-left-block .lml-wrap img {
        display: inline-block
    }

    .lm-left-block .lmlr-wrap {
        width: 35%;
        display: table-cell;
        vertical-align: middle
    }
}

@media (min-width:60em) {
    .lm-left-block .lml-wrap {
        padding-top: 0;
        width: 45%;
    }

}

.lm-right-block {
    background-color: #f4f0ea;
    padding: 20px 16px
}

.lm-right-block .lmr-wrap {
    margin-bottom: 15px;
    padding-right: 2.5em
}

.lm-right-block .lmr-wrap h3 {
    text-transform: uppercase !important
}

.lm-right-block .lmrr-wrap img {
    max-width: 100px;
    width: 100%
}

@media (min-width:40em) {
    .lm-right-block {
        display: table-cell;
        width: 50%;
        vertical-align: top
    }

    .lm-right-block .lmr-wrap {
        padding-left: 20px;
        padding-right: 4%;
        width: 65%;
        display: table-cell;
        vertical-align: middle
    }

    .lm-right-block .lmr-wrap h3 {
        text-transform: uppercase !important
    }

    .lm-right-block .lmr-wrap img {
        display: inline-block
    }

    .lm-right-block .lmrr-wrap {
        width: 35%;
        display: table-cell;
        vertical-align: middle
    }

    .lm-right-block .lmrr-wrap img {
        max-width: 150px;
        width: 65% !important
    }
}

.lm-right-block .lmrr-wrap img {
    width: 100%
}


@media only screen and (min-width: 960px) {
    .gdd-014-nav>ul>li {
        width: 10% !important;
    }
}

.gdd-014-nav {
    background-color: #0096b1;
    // margin-bottom:1em !important;
    margin-top: 0 !important;


}

.gdd-014-nav {
    margin-top: 0 !important;

}

.gdd-014-nav .level-1 .nav-2 {
    width: 20% !important;
}

.blog-cta a {
    line-height: 17px !important;
    height: 45px !important;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}

@media only screen and (min-width: 960px) {
    .blog-cta a {
        border: solid 2px;
        border-radius: 5px;
        margin: 0 20px !important;
    }
}

.blog-cta {
    margin-top: 10px;
}



@media (min-width: 40em) {
    .blog-cta a:hover {
        background-color: #03748a !important;
    }
}

/* .gdd-014-nav .blog-cta{
  display: none !important;
} */

.site-logo {
    display: inline-block;
    margin-top: 4px !important;
    max-width: 353px;
    vertical-align: top;
    width: 100%;
    display: block;
    float: none;
    margin-right: auto;
    margin-left: auto;
}

@media only screen and (min-width: 960px) {
    #menu {
        /* width: 94.9% !important; */
    }
}

#menu .sub-menu li:hover a,
#menu .sub-menu li a:hover {
    background-color: #006f83 !important;
}

#menu .sub-menu .sub-menu li a {
    background-color: #007e95 !important;
}

#menu .sub-menu .sub-menu li:hover a,
#menu .sub-menu .sub-menu li a:hover {
    background-color: #006f83 !important;
}

.sh-top-badge {
    display: none;
}

@media (min-width: 40em) {
    .gdd-014-top-mobile {
        max-width: 18.3125em;
        margin: 0 auto;
        text-align: center;
    }

}

@media (min-width: 60em) {
    .site-logo {
        max-width: 353px;
        float: left;
    }

    #menu .sub-menu .sub-menu {
        position: absolute;
        top: 0 !important;
        left: 100%;
        width: 15em;
        padding: 0 0 10px;
        border-radius: 0 0 5px 5px;
    }

    .menu li.menu-item-has-children .sub-menu li.menu-item-has-children>a:after {
        position: absolute;
        right: 25px;
        height: 100%;
        background-position: center;
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .gdd-014-top {
        margin-right: 1em;
    }

    .sh-top-badge {
        display: block;
        float: right;
        margin-right: 1%;
        margin-top: 1%;
    }
}

@media (min-width: 80em) {
    .sh-top-badge {
        margin-right: 7%;
        margin-top: 1%;
    }
}

@media (min-width: 100em) {
    .gdd-014-top {
        margin-right: 0;
    }
}

.gdd-014-header .inner-wrap {
    max-width: 1121px;
    padding-top: 31px;
    padding-bottom: 14px;
}


@media (min-width: 40em) {
    .search-left {
        width: auto;
        margin-right: 1% !important;
    }
}

.search-right {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%;
    margin-right: 0;
    float: right;
    display: table;
}

.search-right:last-child {
    margin-right: 0;
}

@media (min-width: 40em) {
    .search-right {
        width: auto;
    }
}

.search-link {
    width: 2em;
    float: right;
    text-align: center;
    background: url(img/ico-search.svg) top center no-repeat;
}

.search-link span {
    font-size: 0.75em;
    display: block;
    padding-top: 0em;
    color: #fff;
    visibility: hidden;
}

.search-module {
    background-color: #0096b1;
    height: 6em;
    margin-top: -6em;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.search-module .inner-wrap {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    position: relative;
}

.search-module.active {
    margin-top: 0;
}

.menu .sub-menu li {
    border-top: 0;
}

.site-nav-container.stuck {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
}

#menu .sub-menu li a:hover {
    background-color: #006f83 !important;
}

.menu .sub-menu li {
    border-top: 0 !important;
}

.site-logo {
    display: inline-block;
    margin-top: 4px !important;
    max-width: 353px;
    vertical-align: top;
    width: 100%;
}

.site-logo>img {
    display: block;
    width: 100%;
}

.gdd-014-top {
    display: inline-block;
    float: right;
    vertical-align: top;
}



.gdd-014-top .utility-item {
    color: white;
    display: inline-block;
    float: right;
    font-size: 14px;
    font-weight: 700;
    line-height: 15px;
    margin-right: 19px;
    vertical-align: bottom;
    text-decoration: none;
}

.site-nav-container .inner-wrap {
    padding-bottom: 0;
    padding-top: 0;
}

.gdd-frm {
    display: none;
}

.gdd-014-top {
    display: block;
}

.site-header .inner-wrap {
    padding-bottom: 14px;
    padding-top: 46px;
}

.site-nav-container .inner-wrap {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}

.gdd-014-nav {
    margin-top: 0 !important;

}

.utility-item-mobile {
    display: none !important;
    background-color: #0096b1;
    margin-top: 0 !important;
}

.gdd-014-top-mobile .site-ph {
    display: none !important;
}

.gdd-014-top {
    display: none !important;
}

.gdd-014-top-mobile {
    display: block !important;
}

.gdd-014-top-mobile .utility-item {
    margin-right: 1em;
    display: inline-block;
    font-size: 0.9em;
    color: white;
    float: none;
}

.gdd-014-top-mobile {
    text-align: center;
}



.site-nav-container {
    background-color: #0096b1;
}

.site-nav-container {
    display: none;
}

.gdd-014-nav .level-1 .nav-2 {
    width: 20% !important;
}

#menu li a {
    display: block;
    font-size: 16px;
    font-weight: 700;
    height: 65px;
    line-height: 65px;
    margin: 0;
    padding: 0 25px;
    vertical-align: top;
    background: transparent;
}

.level-1>li>a {
    margin: 8px 0;
}

.gdd-014-top .site-email {
    display: none;
}

.gdd-014-top .site-ph {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 15px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 3px !important;
    vertical-align: top;
    text-decoration: none;
    color: white;
}

.utility-nav .social-wrap {
    display: none;
}

.mobile {
    display: inline-block;
}

.menu {
    padding-top: 1em;
}

.menu,
.menu>ul ul {
    padding: 0;
    margin-top: 1em;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.menu.active,
.js .menu>ul ul.active {
    max-height: 55em;
}

#menu {
    display: none;
}

#menu .sub-menu {
    display: none;
}

#menu.active {
    display: block;
}

/* .level-1>li:hover {
    background: #007e95 !important;
} */


.searchico {
    display: inline-block;
    float: right;
    margin-top: 10px;
    background-color: #007e95;
    background-image: url("https://www.emersonbearing.com/wp-content/themes/emerson-default/img/search-ico.svg");
    background-position: center center;
    border-radius: 5px;
    background-repeat: no-repeat;
    background-size: 22px 22px;
    height: 46px;
    padding-left: 46px;
    width: 46px;
    text-decoration: none;
}

.sticky-logo .stuck {
    display: inline-block !important;
    max-width: 13%;
    float: left;
    vertical-align: top;
}

.search-form {
    display: block !important
}

.search-module.search-link {
    background: none !important;
}



.search-link.search-exit img {
    width: 72%;
}

.site-nav-container .search-link {
    display: inline-block;
}

.search-module .search-link.search-exit {
    background: none;
}

.search-cell1 {
    padding-right: 1em;
}

.search-table input[type="text"] {
    background: #ffffff none repeat scroll 0 0 !important;
    border: medium none;
    border-radius: 25px;
    color: #007e95 !important;
    font-size: 16px;
    font-weight: 700;
    height: 35px;
    padding-right: 16px;
}

.search-submit {
    background: url(https://www.emersonbearing.com/wp-content/themes/emerson-default/img/search-ico.svg) no-repeat center center !important;
}



.search-cell2 {
    background: none;
}

.search-table select {
    background-color: #006f83 !important;
    border-radius: 25px;
    color: #fff !important;
    font-size: 16px;
    font-weight: 700;
    height: 35px;
    margin-bottom: 0 !important;
    padding: 0 25px;
    text-shadow: 0 1px 1px #000;
}




.sub-menu>li a {
    padding-left: 1em;
}

#menu .sub-menu li a {
    background: #007e95 !important;
    font-size: 16px !important;
    font-weight: 400;
    height: auto;
    line-height: 35px;
    padding: 0 25px !important;
   text-wrap:wrap;
}

#menu>ul ul li:hover>a {
    background: #006f83;
}

.sticky-logo.stuck {
    display: inline-block !important;
    max-width: 6%;
    vertical-align: middle;
    float: left;
}

.sticky-logo.stuck img {
    width: 100%;
}

.site-nav-container.stuck #menu {
    width: 88%;
}

.site-header {
    min-height: em(186);
}

.search-cell2 {
    background: none;
    display: none !important;
}

.search-module {
    display: none;
}

.search-link.search-exit img {
    margin-top: 6px;
    max-width: 16px;
}

.search-module .inner-wrap {
    padding-top: 1em !important;
    padding-bottom: 1em !important;
    position: relative;
}


@media (min-width: 40em) {
    a.search-link.search-exit {
        margin: 4px 5px 0px 0px;
        position: relative;
        z-index: 99;
    }

    .search-right {
        margin-right: 24% !important;
        max-width: 385px;
        width: 100% !important;
    }

    .search-text {
        height: 2.846154em;
    }

    .level-1>li {
        border-top: 0;
        border-radius: 0 !important;
    }

    .menu li.menu-item-has-children>a:after {
        display: none;
    }

    .sub-menu li {
        border-top: 0px solid #272727;
    }

    .sub-menu li a:hover {
        background-color: #045564;
    }

    .level-1>li>a:hover {
        background-color: #03748a;
    }

    .level-1 {
        text-align: left !important;
    }

    #menu li:hover ul.sub-menu {
        display: none !important;
    }
}

@media (min-width: 60em) {
    .search-module.stuck.active {
        left: 0;
        position: fixed !important;
        top: 0;
        width: 100%;
        z-index: 9999;
    }

    .menu>ul>li {
        display: block;
        float: left;
        position: relative;
    }

    #menu li:hover ul.sub-menu {
        display: block !important;
    }

    .utility-nav {
        display: none !important;
    }

    .gdd-006-a {
        display: none !important;
    }

    .gdd-014-top-mobile .site-ph {
        display: block !important;
    }

    .gdd-014-top {
        display: block !important;
    }

    .gdd-014-top-mobile {
        display: none !important;
    }

    .site-nav-container {
        display: block !important;
    }

    .level-1>li>a {
        padding: 0.27em 0.05em;
        padding: 1em 0;
    }

    #menu li a {
        padding: 0;
    }

    .gdd-014-top .site-email {
        background-image: url(https://www.emersonbearing.com/wp-content/themes/emerson-default/img/mail-ico.svg);
        background-size: 17px 11px;
        height: 11px;
        margin-left: 18px;
        margin-top: 3px;
        padding: 0;
        vertical-align: middle;
        width: 17px;
        display: inline-block !important;
    }

    .site-ph {
        float: right;
        margin-bottom: 0;
        padding-left: 2.5em;
        margin-right: 2em;
    }

    .utility-nav .social-wrap {
        display: inline-block;
        float: left;
    }

    .mobile {
        display: none;
    }

    #menu {
        display: inline-block;
        width: 92.9%;
        clear: none;
    }

    .level-1 {
        height: 65px;
    }

    #menu .sub-menu {
        display: none;
    }

    .searchico {
        display: inline-block;
        float: right;
    }

    .search-submit {
        height: 2.5em;
    }

    .level-1 {
        display: flex;
        flex-wrap: wrap;
        display: -ms-flexbox;
        -ms-justify-content: flex-end;
        justify-content: flex-end;

    }

    .level-1 li {
        flex-grow: 1;
    }

    #menu>ul ul.sub-menu {
        background: #007e95 none repeat scroll 0 0;
        border-radius: 0 0 5px 5px;
        display: none;
        left: 0;
        padding-bottom: 15px;
        padding-top: 11px;
        top: 100% !important;
        width: 290px;
    }

    .menu>ul>li:last-child {
        background: #fff none repeat scroll 0 0;
        border-radius: 5px !important;
        height: 45px;
        margin-top: 10px;
        max-width: 145px;
    }

    #menu>ul>li:last-child>a {
        color: #0096b1;
        height: 45px;
        line-height: 45px;
        vertical-align: middle;
    }

    #menu>ul>li:last-child:hover>a {
        color: #fff !important;
    }

    .sub-menu li a {
        font-size: .9em;
        padding: .5em 1em;
        text-align: left;
        background-color: #03748a;
        border-top: 0;
    }

    .js .menu,
    .js .menu>ul ul {
        max-height: none;
        overflow: visible;
    }

    .js .menu>ul ul {
        display: none;
    }

    .menu.active,
    .js .menu>ul ul.active {
        display: block;
    }

    .js .menu>ul li:hover>ul {
        display: block;
    }

    .menu {
        font-size: 1.2em;
        font-weight: normal;
    }

    .menu li.menu-item-has-children>a:after {
        background-image: url("https://www.emersonbearing.com/wp-content/themes/emerson-default/img/ico-arrowdown.svg");
        background-position: center 6px;
        background-repeat: no-repeat;
        background-size: 0.75em 0.75em;
        bottom: auto;
        content: "";
        display: inline-block;
        height: 16px;
        margin-left: 0.7em;
        position: static;
        right: 0;
        top: 0;
        width: 16px;
    }

    .menu>ul>li {
        display: block;
        float: left;
        position: relative;
        height: 65px;
        width: 16%;
    }

    .menu>ul ul {
        position: absolute;
        top: 0;
        left: 12em;
        width: 17em;
    }

    .menu>ul ul li {
        position: relative;
    }



    .level-1 {
        text-align: center !important;
    }

    .search-module {
        display: block !important;
        text-align: center;
        background-color: #007e95;
        height: 4.0625em;
        margin-top: -5em;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }
}

.resources .gdd-006-b {
    display: none !important;
}

@media (min-width: 40em) {
    .menu>ul>li {
        display: block;
        float: none;
        position: relative;
    }
}

@media (min-width: 60em) {
    .menu>ul>li {
        display: block;
        float: left;
        position: relative;
    }
}

@media (min-width: 40em) {
    .site-ph {
        float: left;
        margin-bottom: 0;
        padding-left: 2.5em;
        margin-right: 2em;
    }
}

@media (min-width: 60em) {
    .site-ph {
        float: right;
        margin-bottom: 0;
        padding-left: 2.5em;
        margin-right: 2em;
    }
}

.utility-nav .inner-wrap .site-email {
    display: none;
}

@media (min-width: 60em) {
    .utility-nav .inner-wrap .site-email {
        display: none;
    }
}

@media only screen and (min-width: 960px) {

    .gdd-014-nav>ul>li:last-child {
        width: 15% !important;
    }
}


.gdd-033 {
    display: block !important;
    background: #d0a14f;
  }
  .gdd-033-b {
    display: block !important;
    background: #d0a14f;
  }
  .gdd-033-b .lcb-btn {
      text-align: left;
      padding-left: 16px;
  }
  .lc-btn {
    display: inline-block !important;
  }
  .lcb-btn {
    font-size: 19px;
    font-weight: 700;
    color: white;
    display: block;
    text-align: center;
    padding: 0 0;
    position: relative;
    margin: 0 !important; }
    .lcb-btn:after {
      content: "";
      display: inline-block;
      vertical-align: middle;
      width: 2.8em;
      height: 50px;
      position: static;
      top: 0;
      bottom: 0;
      right: 0;
      background-image: url("https://www.emersonbearing.com/wp-content/themes/emerson-default/img/btn-arrow-teal.svg");
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 1.3em 1.3em;
      -webkit-transition: -webkit-transform 0.1s linear;
      -moz-transition: -moz-transform 0.1s linear;
      transition: transform 0.1s linear; }
    .lcb-btn:hover {
      color: #fff; }
      .lcb-btn:hover:after {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg); }
  .gdd-017b-cta {
    margin-top: 0 !important;
  }
  
  .gdd-014-top-mobile .sh-top-badge{
    display: block;
    margin-top: 20px;
  }

  #menu li a {
        @media only screen and (min-width: 1200px) and (max-width: 1800px) {
        font-size: 13px !important;
    }
  }


  .sticky-badge.stuck {
    display: inline-block !important;
    position: absolute;
    right: -19.5%;
    top: 0%;
    z-index: 99;
}

.gdd-014-top-mobile .sh-top-badge a {
  display: inline-block;
}

.gdd-034-nav-wrap#menu.active {
  position: relative;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.7);
}

#menu .gdd-034-nav .level-1 > li {
  border-top: 0;
}
#menu .gdd-034-nav .menu-item-has-children .m-subnav-arrow {
  height: 38px;
  background-position: center;
}
#menu .gdd-034-nav .menu-item-has-children:hover > a, #menu .gdd-034-nav .menu-item-has-children.active > a {
  background-color: transparent !important;
}
#menu .gdd-034-nav .blog-cta a {
  line-height: 1.2em !important;
  height: auto !important;
  padding-top: 0.6666666667em !important;
  padding-bottom: 0.6666666667em !important;
}
#menu .gdd-034-nav .sub-menu li a {
  position: relative;
  font-size: 0.875em !important;
  font-weight: 400;
  height: auto !important;
  line-height: 1.2142857143em;
  padding: 0.5714285714em 1.7857142857em !important;
}
#menu .gdd-034-nav .sub-menu li:hover > a, #menu .gdd-034-nav .sub-menu li.active > a {
  background-color: #006f83 !important;
}
#menu .gdd-034-nav .sub-menu .sub-menu li:hover a {
  background-color: #007e95 !important;
}
#menu .gdd-034-nav .sub-menu .sub-menu li a {
  background-color: #006f83 !important;
  padding: 0.5714285714em 2.5em !important;
  border-top: 0;
  position: relative;
}
#menu .gdd-034-nav .sub-menu .sub-menu li a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: calc(100% - 5em);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 1px;
  background-color: rgba(0, 0, 0, 0.19);
}
#menu .gdd-034-nav .sub-menu .sub-menu li a:hover {
  background-color: #007e95 !important;
}
#menu .gdd-034-nav .sub-menu .sub-menu li:last-child a:before {
  display: none;
}
#menu .industries-menu > .sub-menu {
  padding: 0.625em 0;
  font-size: 1em;
  background-color: #007e95;
}
#menu .industries-menu > .sub-menu a {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  padding: 0.3571428571em 0.7142857143em 0.3571428571em 1.7857142857em !important;
  border-top: 0;
}
#menu .industries-menu > .sub-menu a img {
  max-width: 2.1428571429em;
  margin: 0;
}
#menu .industries-menu > .sub-menu a span {
  display: inline-block;
  padding: 0.5357142857em 0.5714285714em;
}
@media (max-width: 959px) {
  #menu li a {
    height: auto;
    font-size: 0.9375em;
    line-height: 1.2em;
    padding: 0.6666666667em 1.6666666667em;
  }
}

@media (min-width: 60em) {
  #menu.gdd-034-nav li.menu-item-has-children > a:after {
    background-image: url(https://www.emersonbearing.com/wp-content/themes/emerson-default/img/ico-menu-arrowdown.svg);
    background-position: center;
    background-repeat: no-repeat;
    height: 9px;
  }
  #menu.gdd-034-nav li.menu-item-has-children:hover > a:after, #menu.gdd-034-nav .menu li.menu-item-has-children:focus > a:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  #menu.gdd-034-nav li.menu-item-has-children .sub-menu li.menu-item-has-children:hover > a:after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(0deg);
    transform: rotate(90deg);
  }
  #menu.gdd-034-nav li.menu-item-has-children .sub-menu li.menu-item-has-children > a:after {
    height: 100%;
  }
  #menu.gdd-034-nav li:hover ul.sub-menu {
    display: none !important;
  }
  #menu.gdd-034-nav li:hover > ul.sub-menu {
    display: block !important;
  }
  #menu.gdd-034-nav .sub-menu {
    padding-bottom: 0;
    padding-top: 0;
    border-radius: 0 0 5px 5px;
    padding-bottom: 5px;
    font-size: 0.8333333333em;
  }
  #menu.gdd-034-nav .sub-menu li {
    position: static;
  }
  #menu.gdd-034-nav .sub-menu li a {
    font-size: 1em !important;
    font-weight: 400;
    height: auto !important;
    line-height: 1.1875em;
    padding: 0.5em 1.5625em !important;
    position: relative;
  }
  #menu.gdd-034-nav .sub-menu .sub-menu {
    padding: 0;
    height: 100%;
    font-size: 1em;
    background-color: #006f83 !important;
    border-radius: 0px 0px 5px 0px;
  }
  #menu.gdd-034-nav .sub-menu .sub-menu li a {
    background-color: #006f83 !important;
  }
  #menu.gdd-034-nav .sub-menu .sub-menu li a:hover {
    background-color: #007e95 !important;
  }
  #menu.gdd-034-nav .sub-menu .sub-menu li:hover a {
    background-color: #007e95 !important;
  }
  #menu.gdd-034-nav .industries-menu > .sub-menu {
    padding: 0.625em 0;
    width: 37.5em;
    column-count: 2;
    column-gap: 5px;
    border-radius: 0px 0px 5px 5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  #menu.gdd-034-nav .industries-menu > .sub-menu li {
    width: 100%;
    display: block;
  }
  #menu.gdd-034-nav .industries-menu > .sub-menu:before {
    content: "";
    position: absolute;
    top: 50%;
    height: calc(100% - 1.25em);
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 1px;
    background-color: rgba(0, 0, 0, 0.19);
  }
  #menu.gdd-034-nav .industries-menu > .sub-menu a {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    line-height: 1.1875em;
    padding: 0.3125em 0.0625em 0.3125em 0.9375em !important;
  }
  #menu.gdd-034-nav .industries-menu > .sub-menu a img {
    max-width: 2.5em;
    margin: 0;
  }
  #menu.gdd-034-nav .industries-menu > .sub-menu a span {
    display: inline-block;
    padding: 0.3125em 0.5em;
  }
}
@media(min-width: 60em){
.nav-3 li.menu-item-has-children>a:after{
    position: absolute;
        right: 25px;
        height: 100%;
        background-position: center;
transform: rotate(-90deg);
}
}

body #hubspot-messages-iframe-container {
  bottom: 120px !important;
}
@media (max-width:768px){
    body #hubspot-messages-iframe-container{
  bottom: 46px !important;
}
}