@import url('https://fonts.googleapis.com/css?family=Cairo:400,600|Open+Sans|Ubuntu:400,500');

body {
    -webkit-font-smoothing: antialiased;
    background-color: white;
    color: #2f2f2f;
    font-family: "Open Sans";
    font-size: 1em;
    line-height: 1.5;
    margin: 0;
}

@media (max-height: 46em) and (min-width: 60em) {
    body {
        font-size: .875em;
    }
}

@media (max-height: 40em) and (min-width: 60em) {
    body {
        font-size: .75em;
    }
}

.search-module input[type="text"] {
    box-sizing: border-box;
    -webkit-transition: border-color;
    -moz-transition: border-color;
    transition: border-color;
    background-color: white;
    border: 1px solid #f2f2f2;
    font-family: "Open Sans";
    font-size: 1em;
    margin-bottom: 0.75em;
    box-sizing: border-box;
    width: 100%;
}

.search-module input[type="text"]:hover {
    border-color: #d9d8d8;
}

.search-module input[type="text"]:focus {
    border-color: #339966;
    outline: none;
}

.site-nav {
    background-color: #ffffff;
    text-align: left;
}

.site-nav span {
    white-space: nowrap;
}

@media (min-width: 60em) {
    .site-nav {
        display: block;
        position: relative;
        top: 0;
        left: 0;
        background-color: transparent;
    }
}

@media (min-width: 60em) {
    .site-nav {
        background-color: transparent;
    }
}

.sn-level-1,
.sn-level-2 {
    list-style: none;
}

.sn-level-1 {
    margin: 0;
    padding: 0;
}

#menu-primary-nav div ul {
    list-style: none;
    padding: 0;
}

@media (min-width: 60em) {
    .sn-level-1 {
        height: 3em;
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

.sn-li-l1,
.hs-menu-depth-1 {
    display: block;
    border-bottom: 1px solid #2f2f2f;
    background-color: transparent;
    position: relative;
}

.sn-li-l1 span,
.hs-menu-depth-1 span {
    font-size: 1.125em;
}

.sn-li-l1>div,
.hs-menu-depth-1>div {
    display: none;
    position: absolute;
    left: 50%;
    top: 100%;
    background: #ffffff;
    width: 56.1875em;
    transform: translateX(-28.5%);
    border-radius: 20px;
    padding: 2.25em 1.25em 5em 3.1875em;
    box-sizing: border-box;
    text-align: left;
}

.sn-li-l1>div.control-valv-subnav,
.hs-menu-depth-1>div.control-valv-subnav {
    width: 37.5em;
}

.sn-li-l1>div.control-valv-subnav .download-catalog,
.hs-menu-depth-1>div.control-valv-subnav .download-catalog {
    width: 41%;
}

.sn-li-l1>a,
.hs-menu-depth-1>a {
    display: block;
    height: 3em;
    line-height: 3em;
    color: #2f2f2f !important;
    text-decoration: none;
    padding: 0 1em;
    box-sizing: border-box;
}

.sn-li-l1>a:visited,
.hs-menu-depth-1>a:visited {
    color: #2f2f2f;
}

.sn-li-l1>a:hover,
.hs-menu-depth-1>a:hover {
    color: #ffffff !important;
}

.sn-li-l1.has-subnav .m-subnav-arrow,
.sn-li-l1.menu-item-has-children .m-subnav-arrow,
.sn-li-l1.hs-item-has-children .m-subnav-arrow,
.hs-menu-depth-1.has-subnav .m-subnav-arrow,
.hs-menu-depth-1.menu-item-has-children .m-subnav-arrow,
.hs-menu-depth-1.hs-item-has-children .m-subnav-arrow {
    cursor: pointer;
    display: none;
    display: none;
}

@media (max-width: 40em) {

    .sn-li-l1.has-subnav .m-subnav-arrow,
    .sn-li-l1.menu-item-has-children .m-subnav-arrow,
    .sn-li-l1.hs-item-has-children .m-subnav-arrow,
    .hs-menu-depth-1.has-subnav .m-subnav-arrow,
    .hs-menu-depth-1.menu-item-has-children .m-subnav-arrow,
    .hs-menu-depth-1.hs-item-has-children .m-subnav-arrow {
        padding-right: 0em;
        background-image: url(ico-arrow-down.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 0.75em;
        display: none;
        width: 40px;
        position: absolute;
        background-color: #f7f7f7;
        right: 0;
        top: 0;
        bottom: 0;
    }

    .sn-li-l1.has-subnav .m-subnav-arrow.active,
    .sn-li-l1.menu-item-has-children .m-subnav-arrow.active,
    .sn-li-l1.hs-item-has-children .m-subnav-arrow.active,
    .hs-menu-depth-1.has-subnav .m-subnav-arrow.active,
    .hs-menu-depth-1.menu-item-has-children .m-subnav-arrow.active,
    .hs-menu-depth-1.hs-item-has-children .m-subnav-arrow.active {
        transform: rotate(180deg);
    }
}

.sn-li-l1.has-subnav>a span,
.sn-li-l1.menu-item-has-children>a span,
.sn-li-l1.hs-item-has-children>a span,
.hs-menu-depth-1.has-subnav>a span,
.hs-menu-depth-1.menu-item-has-children>a span,
.hs-menu-depth-1.hs-item-has-children>a span {
    padding-right: 0em;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 12px;
    display: block;
}

.sn-li-l1.has-subnav>a.active span,
.sn-li-l1.menu-item-has-children>a.active span,
.sn-li-l1.hs-item-has-children>a.active span,
.hs-menu-depth-1.has-subnav>a.active span,
.hs-menu-depth-1.menu-item-has-children>a.active span,
.hs-menu-depth-1.hs-item-has-children>a.active span {
    transform: rotate(180deg);
}

.sn-li-l1:hover,
.hs-menu-depth-1:hover {
    background-color: #3b88b4;
}

@media (min-width: 60em) {

    .sn-li-l1,
    .hs-menu-depth-1 {
        height: 3em;
        float: left;
        border-bottom: 0;
        border-right: 0px solid rgba(13, 13, 13, 0);
        -webkit-flex-grow: 1;
        -moz-flex-grow: 1;
        flex-grow: 1;
        -ms-flex-positive: 1;
        text-align: center;
    }

    .sn-li-l1 span,
    .hs-menu-depth-1 span {
        font-size: 1.125em;
    }

    .sn-li-l1>a,
    .hs-menu-depth-1>a {
        padding: 0 0.5em;
        box-sizing: border-box;
        color: #2f2f2f !important;
    }

    .sn-li-l1>a:hover,
    .hs-menu-depth-1>a:hover {
        color: #2f2f2f !important;
    }

    .sn-li-l1:hover .sn-level-2,
    .sn-li-l1:hover .hs-menu-children-wrapper,
    .hs-menu-depth-1:hover .sn-level-2,
    .hs-menu-depth-1:hover .hs-menu-children-wrapper {
        display: block;
    }

    .sn-li-l1:hover>div,
    .hs-menu-depth-1:hover>div {
        display: block;
    }

    .sn-li-l1.has-subnav>a span,
    .sn-li-l1.menu-item-has-children>a span,
    .sn-li-l1.hs-item-has-children>a span,
    .hs-menu-depth-1.has-subnav>a span,
    .hs-menu-depth-1.menu-item-has-children>a span,
    .hs-menu-depth-1.hs-item-has-children>a span {
        padding-bottom: 0.3125em;
        box-sizing: border-box;
        background-size: 12px;
        display: inline;
        background-image: url(dropdown.svg);
        background-repeat: no-repeat;
        background-position: center bottom;
    }

    .sn-li-l1.has-subnav>a.active span,
    .sn-li-l1.menu-item-has-children>a.active span,
    .sn-li-l1.hs-item-has-children>a.active span,
    .hs-menu-depth-1.has-subnav>a.active span,
    .hs-menu-depth-1.menu-item-has-children>a.active span,
    .hs-menu-depth-1.hs-item-has-children>a.active span {
        background-image: url(ico-arrow-down.svg);
    }

    .sn-li-l1.has-subnav:hover>a span,
    .sn-li-l1.menu-item-has-children:hover>a span,
    .sn-li-l1.hs-item-has-children:hover>a span,
    .hs-menu-depth-1.has-subnav:hover>a span,
    .hs-menu-depth-1.menu-item-has-children:hover>a span,
    .hs-menu-depth-1.hs-item-has-children:hover>a span {
        background-image: url(dropdown-hover.svg);
    }

    .sn-li-l1:hover,
    .hs-menu-depth-1:hover {
        background-color: transparent;
    }
}

.sn-level-2,
.hs-menu-children-wrapper {
    padding: 0;
    margin: 0;
    display: none;
    position: relative;
}

.sn-level-2.active,
.hs-menu-children-wrapper.active {
    display: block;
}

@media (min-width: 60em) {

    .sn-level-2,
    .hs-menu-children-wrapper {
        position: absolute;
    }

    .sn-level-2.active,
    .hs-menu-children-wrapper.active {
        display: none;
    }
}

.sn-li-l2,
.sn-li-l3,
.hs-menu-depth-2 {
    background-color: transparent;
}

.sn-li-l2>a,
.sn-li-l3>a,
.hs-menu-depth-2>a {
    padding: 0 1em;
    box-sizing: border-box;
    color: #2f2f2f;
    border-top: 0px solid rgba(26, 25, 25, 0);
    display: block;
    text-decoration: none;
    line-height: 3em;
}

.sn-li-l2>a span,
.sn-li-l3>a span,
.hs-menu-depth-2>a span {
    font-size: 1em;
    line-height: 1.25em;
    display: inline-block;
    vertical-align: middle;
}

.sn-li-l2:last-child>a,
.sn-li-l3:last-child>a,
.hs-menu-depth-2:last-child>a {
    border-bottom: 0;
}

.sn-li-l2:hover,
.sn-li-l3:hover,
.hs-menu-depth-2:hover {
    background-color: transparent;
}

@media (min-width: 60em) {

    .sn-li-l2,
    .sn-li-l3,
    .hs-menu-depth-2 {
        position: relative;
        background-color: #ffffff;
        text-align: left;
    }

    .sn-li-l2>a,
    .sn-li-l3>a,
    .hs-menu-depth-2>a {
        padding: 0 1.25em;
        box-sizing: border-box;
        line-height: 3em;
        border-top: 0px solid rgba(26, 25, 25, 0);
        border-right: 0px solid rgba(26, 25, 25, 0);
    }

    .sn-li-l2>a span,
    .sn-li-l3>a span,
    .hs-menu-depth-2>a span {
        font-size: 1em;
    }

    .sn-li-l2:hover,
    .sn-li-l3:hover,
    .hs-menu-depth-2:hover {
        background-color: #3b88b4;
    }

    .sn-li-l2:hover>a,
    .sn-li-l3:hover>a,
    .hs-menu-depth-2:hover>a {
        color: #ffffff;
    }

    .sn-li-l2:hover .sn-level-3,
    .sn-li-l3:hover .sn-level-3,
    .hs-menu-depth-2:hover .sn-level-3 {
        display: block;
        margin: -1.5625em;
        padding: 1.5625em;
        box-sizing: border-box;
    }
}

.sn-level-3 {
    padding: 0;
    margin: 0;
    padding-top: 1px;
    display: none;
    position: relative;
}

.sn-level-3.active {
    display: block;
}

@media (min-width: 60em) {
    .sn-level-3 {
        position: absolute;
        top: 0;
        left: 100%;
    }

    .sn-level-3.active {
        display: none;
    }
}

.site-nav-container {
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    right: -100%;
    top: 0;
    bottom: 0;
    z-index: 1000;
    position: absolute;
    max-width: 400;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    text-align: center;
}

.site-nav-container.active {
    right: 0;
}

@media (min-width: 60em) {
    .site-nav-container {
        width: auto;
        height: auto;
        right: auto;
        bottom: auto;
        top: auto;
        position: static;
        background-color: transparent;
        max-width: none;
        float: right;
        padding-top: 0;
        font-size: 0.8125em;
        display: flex;
        -webkit-box-pack: end;
        -moz-box-pack: end;
        box-pack: end;
        -webkit-justify-content: flex-end;
        -moz-justify-content: flex-end;
        -ms-justify-content: flex-end;
        -o-justify-content: flex-end;
        justify-content: flex-end;
        -ms-flex-pack: end;
    }
}

@media (min-width: 80em) {
    .site-nav-container {
        font-size: 1em;
    }
}

.site-nav-container-screen {
    position: absolute;
    display: none;
    z-index: 999;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.site-nav-container-screen.active {
    display: block;
}

@media (min-width: 60em) {
    .site-nav-container-screen {
        display: none !important;
    }
}

.close-menu {
    display: inline-block;
    clear: both;
    background-image: url(close.svg);
    background-size: 1.3125em 1.3125em;
    background-position: center center;
    background-repeat: no-repeat;
    height: 1.3125em;
    width: 1.3125em;
}

@media (min-width: 60em) {
    .close-menu {
        display: none;
    }
}

.snc-header {
    float: right;
    margin-right: 1.3125em;
    margin-top: 1.3125em;
}

@media (min-width: 60em) {
    .snc-header {
        padding: 0;
        display: none;
    }
}

.secondary-nav {
    background-color: #ffffff;
    padding: 2.25em 1.0625em 2.4375em;
    box-sizing: border-box;
    width: 100%;
    text-align: start;
}

.secondary-nav .topnav-links {
    margin: 0;
    padding: 0;
}

.secondary-nav .topnav-links li {
    display: block;
    vertical-align: top;
    padding: 0 0.4375em;
    box-sizing: border-box;
    color: #2f2f2f;
    line-height: 1em;
    /*position: relative;*/
    font-family: "Ubuntu";
}

.secondary-nav .topnav-links li a {
    display: block;
    font-size: 1em;
    color: #2f2f2f;
    line-height: 2em;
    text-decoration: none;
}

.secondary-nav .topnav-links li:last-child::after {
    display: none;
}



.secondary-nav .topnav-links li a:hover {
    text-decoration: underline;
}



@media (min-width: 60em) {
    .secondary-nav {
        background-color: transparent;
        display: inline-block;
        vertical-align: top;
        padding: 1.0625em 0.9375em 0 0;
        box-sizing: border-box;
        width: auto;
    }

    .secondary-nav .topnav-links li {
        color: #2f2f2f;
        display: inline-block;
        position: relative;
    }

    .secondary-nav .topnav-links li:last-child::after {
        display: block;
    }

    .secondary-nav .topnav-links li a {
        color: #2f2f2f;
        line-height: 1em;
    }



    .secondary-nav .topnav-links li a:hover {
        text-decoration: underline;
    }


    .topnav li.menu-item-has-children > a{
        padding-bottom: 0.5em;
    background-size: 12px;
    display: inline;
    background-image: url(https://ffa0e4.p3cdn1.secureserver.net/wp-content/themes/dftinc-default/img/dropdown.svg);
    background-repeat: no-repeat;
    background-position: center bottom;
    }

    .secondary-nav .topnav-links li::after {
    content: "|";
    position: absolute;
    right: -0.3125em;
    top: 0;
}
}

.types {
    float: left;
    width: 20%;
}

.cut-sheets {
    float: left;
    margin-left: 8%;
    margin-right: 7.5%;
    width: 39.8%;
    position: relative;
}

.cut-sheets::before,
.cut-sheets::after {
    content: "";
    position: absolute;
    background: #eaeaea;
    width: 0.0625em;
    height: 90%;
    left: -2.25em;
    top: 2.375em;
}

.cut-sheets::after {
    left: auto;
    right: -1em;
}

.cut-sheets .nav-links {
    -webkit-column-count: 2;
    /* Chrome, Safari, Opera */
    -moz-column-count: 2;
    /* Firefox */
    column-count: 2;
}

.download-catalog {
    float: left;
    width: 24%;
}

.download-catalog .sn-subnav-header {
    margin-left: 0;
}

.download-catalog img {
    display: block;
    width:199px;
    margin: 1.75em 0 1.5em 8%;
}

.sn-subnav-header {
    font-family: "Ubuntu";
    font-size: 1.125em;
    color: #2f2f2f;
    line-height: 1em;
    font-weight: 500;
    margin: 0 0 0.5555555556em 0.4444444444em;
}

.sn-subnav-header span {
    font-size: 0.8888888889em;
    color: #2f2f2f;
    line-height: 1.3125em;
    font-family: "Ubuntu";
    margin-bottom: 0.3125em;
    margin-top: 0;
    display: block;
    font-weight: 400;
}

.nav-links li {
    line-height: 1em;
}

.nav-links li a {
    font-size: 1em;
    text-decoration: none;
    color: #2f2f2f;
    display: inline-block;
    vertical-align: top;
    line-height: 1.3em;
    padding: 0.4375em 0.5em;
    box-sizing: border-box;
    min-width: 9.125em;
}

.nav-links li a:hover {
    background-color: #3b88b4;
    color: #ffffff;
}

.download-cta {
    font-size: 0.875em;
    display: block;
    max-width: 9.5714285714em;
    width: 100%;
    margin: 0 0 0 7%;
    border-radius: 15px;
    padding: 0.7142857143em 2.625em 0.7857142857em 1.5714285714em;
    box-sizing: border-box;
}

.find-valve-cta {
    bottom: 1.625em;
    left: 6.625em;
    position: absolute;
    font-family: "Ubuntu";
    background-color: #339966;
    font-size: 1em;
    padding: 0.5625em 1.8125em 0.6875em 0.75em;
    box-sizing: border-box;
    color: #ffffff;
    line-height: 1em;
    text-decoration: none;
    border-radius: 20px;
    margin-top: 1.125em;
    -webkit-transition: all 0.8s linear;
    -moz-transition: all 0.8s linear;
    transition: all 0.8s linear;
}

.find-valve-cta:hover {
    color: #ffffff;
    background-color: #2e664a;
}

.find-valve-cta:hover:before {
    border-bottom: 17px solid #2e664a;
}

.find-valve-cta::after {
    content: "";
    position: absolute;
    background-color: transparent;
    background-image: url(search.svg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 1.125em 1.125em;
    top: 0.6875em;
    right: 0.5em;
    width: 1.125em;
    height: 1.125em;
}

.find-valve-cta:before {
    content: "";
    position: absolute;
    bottom: 99.7%;
    margin: auto;
    left: 0;
    right: 0;
    border-bottom: 17px solid #339966;
    border-left: 22px solid transparent;
    border-right: 22px solid transparent;
    width: 0;
    -webkit-transition: all 0.8s linear;
    -moz-transition: all 0.8s linear;
    transition: all 0.8s linear;
}

.control-nav {
    float: left;
    width: 40%;
    border-right: 1px solid #eaeaea;
    margin-right: 9%;
    padding-right: 1.25em;
    box-sizing: border-box;
    margin-top: 3.125em;
}

/*
This is used to separate sections/modules of the website while still keeping a consistent max-width. Example below:
<section class="about-module">
  <div class="inner-wrap">
    Content here...
  </div>
</section>
*/
.inner-wrap {
    max-width: 73.375em;
    margin-left: auto;
    margin-right: auto;
    padding: 1.5em 1em 1.5em 1em;
    box-sizing: border-box;
}

.inner-wrap::after {
    clear: both;
    content: "";
    display: table;
}

.inner-wrap>*:first-child {
    margin-top: 0;
}

.inner-wrap>*:last-child {
    margin-bottom: 0;
}

@media (min-width: 40em) {
    .inner-wrap {
        padding: 2.5em 1.5em 2.5em 1.5em;
        box-sizing: border-box;
    }
}

.inner-wrap-narrow {
    max-width: 62.5em;
}

.inner-wrap-wide {
    max-width: 87.5em;
}

.inner-wrap-fullwidth {
    max-width: 100%;
}

/*=============== Slide Box ===============*/
#last {
    margin: 0;
    padding: 0;
}

#slidebox {
    padding: 0.625em 0.625em 0.625em 1em;
    box-sizing: border-box;
    position: fixed;
    bottom: 0;
    right: -26.875em;
    z-index: 1000;
    width: 100%;
}

@media (min-width: 40em) {
    #slidebox {
        width: auto;
    }
}

a.close {
    background: transparent url(https://cdn2.hubspot.net/hub/53/file-527841348-gif/close.gif?t=1402397452961) no-repeat top right;
    color: #3b88b4;
    text-align: center;
    float: left;
    padding: 0 0.5em;
    box-sizing: border-box;
    font-size: 0.6875em;
    border-radius: 0.1875em;
    position: absolute;
    cursor: pointer;
    top: 1.5em;
    right: 2em;
}

a.close:hover {
    background-color: rgba(255, 255, 255, 0.75);
}

.site-wrap {
    background: #ffffff;
    position: relative;
    overflow: hidden;
    margin-bottom: -24px;
}

/*=============== Site Header ===============*/
.site-header-wrap {
    background-image: url(dest-hero-bg.jpg);
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    padding-bottom: 9.125em;
}

.site-header {
    position: relative;
    z-index: 1;
}

.site-header>.inner-wrap,
.site-header>.inner-wrap-narrow,
.site-header>.inner-wrap-wide,
.site-header>.inner-wrap-fullwidth {
    padding-bottom: 0.625em;
    padding-top: 0;
}

@media (min-width: 40em) {

    .site-header>.inner-wrap,
    .site-header>.inner-wrap-narrow,
    .site-header>.inner-wrap-wide,
    .site-header>.inner-wrap-fullwidth {
        padding-bottom: 0.375em;
    }
}

@media (min-width: 60em) {
    .site-header {
        height: 10em;
        z-index: 12;
        padding-top: 36px;
    }
}

.site-logo {
    display: inline-block;
    vertical-align: top;
    width: 11.875em;
}

@media (min-width: 40em){
  .site-logo {
    width: 15.1875em;
    margin-bottom: 0;
}  
}


.site-logo img {
    display: block;
    height: auto;
    max-width: 100%;
}
@media (min-width: 60em) {
    .site-logo {
        width: 6.875em;
    }
}
@media (min-width: 80em) {
    .site-logo {
        width: 9.375em;
    }
}


/*@media (min-width: 40em) {
    .site-logo {
        width: 15.1875em;
    }
}*/

.sh-sticky-wrap {
    background-color: rgba(255, 255, 255, 0.8);
}

.sh-sticky-wrap .inner-wrap,
.sh-sticky-wrap .inner-wrap-narrow,
.sh-sticky-wrap .inner-wrap-wide,
.sh-sticky-wrap .inner-wrap-fullwidth {
    padding-bottom: 1.875em;
    padding-top: 1.9375em;
}

@media (min-width: 40em) {

    .sh-sticky-wrap .inner-wrap,
    .sh-sticky-wrap .inner-wrap-narrow,
    .sh-sticky-wrap .inner-wrap-wide,
    .sh-sticky-wrap .inner-wrap-fullwidth {
        padding-bottom: 1.3125em;
        padding-top: 1.625em;
    }
}

@media (min-width: 60em) {
    .sh-sticky-wrap {
        box-shadow: 3px 1px 8px #cccccc;
    }

    .sh-sticky-wrap.stuck {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        width: 100%;
    }
}

.sh-rfq {
    font-size: 1em;
    font-weight: 500;
    padding: 0.9375em 0.875em 1em;
    box-sizing: border-box;
    margin-bottom: 2.25em;
    margin-top: 2.5625em;
}

@media (min-width: 60em) {
    .sh-rfq {
        float: right;
        margin: 0 0 0 0.625em;
        position: relative;
        z-index: 99;
        font-size: 1em !important;
    }
}

.sh-utility-nav {
    padding: 0 0 1.0625em;
    box-sizing: border-box;
}

.sh-utility-nav .sh-mail {
    display: inline-block;
    vertical-align: top;
    margin-top: 0.25em;
    margin-right: 0.25em;
}

@media (min-width: 40em) {
    .sh-utility-nav {
        display: inline-block;
        vertical-align: top;
        padding: 10px 0 10px 0;
        box-sizing: border-box;
    }
}

.utility-container {
    background-color: rgba(255, 255, 255, 0.8);
    position: relative;
    text-align: center;
}

.utility-container:before,
.utility-container:after {
    background-color: rgba(255, 255, 255, 0.8);
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}

.utility-container:before {
    left: -100%;
}

.utility-container:after {
    right: -100%;
}

@media (min-width: 40em) {
    .utility-container {
        text-align: right;
    }

    .utility-container:before,
    .utility-container:after {
        width: 24px;
    }

    .utility-container:before {
        left: -24px;
    }

    .utility-container:after {
        right: -24px;
    }
}

.sh-social {
    padding: 1em 0 0.875em;
    box-sizing: border-box;
}

.sh-social a {
    margin: 0 1.125em;
    text-decoration: none;
}

.sh-social a img {
    display: inline-block;
    vertical-align: top;
}

@media (min-width: 40em) {
    .sh-social {
        float: left;
    }

    .sh-social a {
        margin: 0 1.125em 0 0;
    }
}

.sh-icons {
    float: right;
}

.sh-ico-search,
.sh-ico-menu {
    background-repeat: no-repeat;
    background-position: center top;
    display: inline-block;
    padding-top: 1.2em;
    box-sizing: border-box;
    width: 2em;
    margin-left: 1em;
    text-align: center;
    text-decoration: none;
}

.sh-ico-search span,
.sh-ico-menu span {
    font-size: .75em;
}

.sh-ph {
    border-radius: 19px;
    color: #ffffff;
    font-family: "Ubuntu";
    font-size: 1em;
    font-weight: 500;
    line-height: 1.1875em;
    margin: 0 1.25em;
    padding: 0.375em 1.1875em 0.375em 1.125em;
    box-sizing: border-box;
    position: relative;
}

/* .sh-ph:before {
    background-color: #545c63;
    content: "";
    height: 1em;
    left: -0.5625em;
    position: absolute;
    top: 0.4375em;
    width: 0.0625em;
}

.sh-ph:after {
    background-color: #545c63;
    content: "";
    height: 1em;
    right: -0.5625em;
    position: absolute;
    top: 0.4375em;
    width: 0.0625em;
} */

.sh-ico-search {
    background-image: url(search-blk.svg);
    background-size: 1.125em 1.125em;
    margin: 0.375em 0 0 0;
    padding: 0;
    text-indent: 9999px;
    width: 1.125em;
    vertical-align: top;
}

.sh-ico-menu {
    background-image: url(ico-nav.svg);
    height: 1.25em;
    margin: 0.5625em 0 0;
    padding: 0;
    width: 1.25em;
}


.btn,
.btn-green {
    position: relative;
    -webkit-font-smoothing: antialiased;
    border-radius: 20px;
    color: white;
    display: inline-block;
    font-family: "Ubuntu";
    font-size: 1.125em;
    font-weight: 400;
    line-height: 1;
    padding: 0.75em 1em;
    text-decoration: none;
    -webkit-transition: background 0.1s linear;
    -moz-transition: background 0.1s linear;
    transition: background 0.1s linear;
}

.btn:focus,
input:focus[type="submit"],
.btn-green:focus,
.btn:hover,
input:hover[type="submit"],
.btn-green:hover {
    color: white;
}

.btn:disabled,
input:disabled[type="submit"],
.btn-green:disabled {
    cursor: not-allowed;
    opacity: 0.5;
}

.btn:after,
input[type="submit"]:after,
.btn-green:after {
    content: '';
}

.btn,
input[type="submit"] {
    background-color: #730241;
}

.btn:focus,
input:focus[type="submit"],
.btn:hover,
input:hover[type="submit"] {
    background-color: #4f072f;
}

.btn:after,
input[type="submit"]:after {
    background-color: #4f072f;
    border-radius: 0 20px 20px 0;
}

.btn-green {
    background-color: #339966;
}

.btn-green:focus,
.btn-green:hover {
    background-color: #2e664a;
}

.btn-green:after {
    background-color: #2e664a;
    border-radius: 0 20px 20px 0;
}


.btn-green {
    background-color: #339966;
    text-decoration: none;
    display: inline-block;
}

.btn-green:hover {
    background-color: #2e664a;
}

.site-nav-container .btn-green,
.download-catalog .download-cta {
    border-radius: 20px;
    color: white;
    display: inline-block;
    font-family: "Ubuntu";
    line-height: 1;
    padding: 0.9375em 0.875em 1em;
    position: relative;
    text-decoration: none;
    transition: background 0.1s linear 0s;
    text-decoration: none;
}

.download-cta:after {
    background-color: transparent;
    background-image: url("download-wht.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 1.42857em 1.42857em;
    content: "";
    height: 1.42857em;
    position: absolute;
    right: 1.35714em;
    top: 0.428571em;
    width: 1.42857em;
}

#menu-primary-nav .download-catalog .download-cta {
    background-color: #730241;
    border-radius: 15px;
    display: block;
    font-size: 0.875em;
    margin: 0 0 0 7%;
    max-width: 9.57143em;
    padding: 0.714286em 2.625em 0.785714em 1.57143em;
    width: 100%;
    text-decoration: none;
}

@media (min-width: 60em) {
    .sh-ico-menu {
        display: none;
    }
}

/*=============== Site Footer ===============*/
.site-footer {
    background-color: #f2f2f2;
    text-align: left;
}

.site-footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.site-footer .inner-wrap {
    padding-bottom: 1.5625em;
    padding-top: 2.0625em;
}

.site-footer .sf-logo {
    padding-bottom: 2em;
}

.site-footer .sf-logo img {
    max-width: 8em;
    display: block;
    height: auto;
}

.site-footer .sf-nav {
    display: inline-block;
    vertical-align: top;
    margin: 0 1.25em 1.875em 0;
}

.site-footer .sf-heading,
.site-footer .sfa-heading {
    color: #3b88b4;
    font-family: "Ubuntu";
    font-size: 1.125em;
    font-weight: 400;
    line-height: 1.1666666667em;
    margin: 0 0 0.5555555556em 0;
    padding: 0 0 0.6666666667em 0;
    box-sizing: border-box;
    position: relative;
}

.site-footer .sf-heading::after,
.site-footer .sfa-heading::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 0.0555555556em;
    width: 8.0555555556em;
    background: #dfdfdf;
}

.site-footer .sfa-heading {
    margin: 0 0 0.4444444444em 0;
    padding: 0 0 0.6666666667em 0;
    box-sizing: border-box;
}

.site-footer .sf-links li {
    color: #2f2f2f;
    font-family: "Ubuntu";
    font-size: 1em;
    line-height: 1.1875em;
    padding-bottom: 0.6875em;
}

.site-footer .sf-links li a {
    color: #2f2f2f;
    text-decoration: none;
}

.site-footer .sf-links li a:hover {
    text-decoration: underline;
}

.site-footer .sf-links.sf-twocol {
    -webkit-column-count: 2;
    /* Chrome, Safari, Opera */
    -moz-column-count: 2;
    /* Firefox */
    column-count: 2;
}

.site-footer .sf-social {
    padding: 0.125em 0 2em;
    box-sizing: border-box;
}

.site-footer .sf-social a {
    display: inline-block;
    vertical-align: top;
    margin-left: 16px;
}

.site-footer .sf-social a:first-child {
    margin: 0;
}

.site-footer .sf-address-cont {
    text-align: left;
    display: inline-block;
    vertical-align: top;
}

.site-footer .sf-address {
    font-size: 1em;
    color: #2f2f2f;
    line-height: 1.5em;
    font-style: normal;
    font-family: "Ubuntu";
}

.site-footer .sf-address a {
    color: #3b88b4;
    text-decoration: none;
}

.site-footer .sf-address a:hover {
    text-decoration: underline;
}

.site-footer .sf-logos {
    padding-top: 1.3125em;
}

.site-footer .sf-logos img {
    display: inline-block;
    vertical-align: middle;
    margin-left: .01875em !important;
    margin-bottom: 0.3125em;
    max-width: 100%;
}

@media (max-width: 40em) {
    .site-footer .sf-logos {
        justify-content: space-around;
        margin-right: -1.5em;
    }
    
    .site-footer .sf-logos img {
        margin-left: .01875em !important;
    }
}

@media (min-width: 60em) {
    .site-footer .sf-logos {
        margin-right: -2.125em;
    }
    .site-footer .sf-logos img {
        margin-left: 0.1875em;
        margin-bottom: 0;
    }
}

@media (min-width: 80em) {
    .site-footer .sf-logos img {
        margin-left: 0.375em;
    }
}

.site-footer .sf-logos img:first-child {
    margin: 0;
}

.site-footer .tn-badge-logo {
    width: 4.5em;
    display: inline-block;
}

.site-footer .tn-badge-logo a {
    display: block;
    width: 100%;
}

@media (-webkit-min-device-pixel-ratio: 3) and (min-resolution: 192dpi) {
    .site-footer .sf-logos img {
        margin-left: .01875em !important;
    }
}

@media (-webkit-min-device-pixel-ratio: 3) and (min-resolution: 192dpi) and (max-width: 640px) {
    .site-footer .sf-logos img {
        margin-left: .01875em !important;
    }
}

@media (min-width: 40em) {
    .site-footer .sf-nav {
        margin: 0;
        width: 29%;
    }

    .site-footer .sf-nav-first {
        width: 36%;
        margin-right: 5.8%;
    }

    .site-footer .sf-nav-second {
        width: 26.8%;
    }

    .site-footer .sf-right {
        padding: 3.125em 0 0 0;
    }
}

@media (min-width: 60em) {
    .site-footer .sf-left {
        float: left;
        width: 58%;
    }

    .site-footer .sf-nav-second {
        margin-right: 0.3125em;
    }

    .site-footer .sf-right {
        float: right;
        width: 42%;
        text-align: right;
        padding: 0;
    }
}

@media (min-width: 80em) {
    .site-footer .sf-left {
        width: 62%;
    }

    .site-footer .sf-right {
        width: 38%;
    }
}

@media (max-height: 40em) and (min-width: 60em) {
    .site-footer .sf-left {
        width: 58%;
    }

    .site-footer .sf-right {
        width: 42%;
    }
}

.copyright {
    background-color: #dfdfdf;
}

.copyright .inner-wrap,
.copyright .inner-wrap-narrow,
.copyright .inner-wrap-wide,
.copyright .inner-wrap-fullwidth {
    padding-top: 0.8125em;
    padding-bottom: 0.6875em;
}

.copyright .copyright-text {
    color: #2f2f2f;
    font-family: "Cairo";
    font-size: 0.875em;
    line-height: 1.0714285714em;
    display: block;
    padding: 0 0 0.7142857143em 0;
    box-sizing: border-box;
}

.copyright .site-creation {
    color: #2f2f2f;
    font-family: "Cairo";
    font-size: 0.875em;
    line-height: 1.0714285714em;
}

.copyright .site-creation a {
    color: #2f2f2f;
    text-decoration: none;
}

@media (min-width: 40em) {
    .copyright {
        text-align: right;
    }

    .copyright .copyright-text {
        float: left;
        padding: 0.3571428571em 0 0 0;
        box-sizing: border-box;
    }
}

/*=============== Search ===============*/
.search-text {
    font-size: .8em;
    width: 100%;
    height: 2.3em;
    border: 1px solid red;
    float: left;
    padding-left: .5em;
    box-sizing: border-box;
    margin-bottom: 0 !important;
}

.search-submit {
    width: 100%;
    height: 2.3em;
    border: 0;
    float: right;
    background: url(search-blu.svg) no-repeat center center !important;
}

@media (min-width: 40em) {
    .site-search {
        width: 100%;
    }

    .search-text {
        height: 2.3em;
    }

    .search-submit {
        height: 2.3em;
    }
}

.search-module {
    background-color: #f2f2f2;
    height: 21em;
    margin-top: -21em;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 999 !important;
    -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.active {
    margin-top: 0;
}

.search-module .inner-wrap {
    padding: 1.9375em 1em 1.8125em;
    box-sizing: border-box;
}

@media (min-width: 60em) {
    .search-module {
        height: 6em;
        margin-top: -6em;
    }
}

.search-exit {
    float: right;
    margin-right: 20px;
    margin-top: 10px;
    top: 0;
    right: 0;
}

.sm-wrap .search-form {
    width: 100%;
}

.sm-wrap .sm-or {
    width: 100%;
    text-align: center;
    margin: 0;
    font-size: 0.875em;
    font-family: "Ubuntu";
    color: #2f2f2f;
    margin-top: 0.4285714286em;
    font-weight: 500;
}

.sm-wrap .search-by {
    font-family: "Ubuntu";
    font-size: 1.125em;
    color: #2f2f2f;
    margin: 0;
    font-weight: 500;
    width: 100%;
    margin-top: 0.3333333333em;
    margin-bottom: 0.5555555556em;
}

@media (min-width: 60em) {
    .sm-wrap {
        /* display: flex;
    display: -ms-flexbox;*/
    }

    .sm-wrap>* {
        display: inline-block;
        float: left;
        vertical-align: top;
    }

    .sm-wrap .search-form {
        width: 18%;
    }

    .sm-wrap .sm-or {
        width: 5%;
    }

    .sm-wrap .search-by {
        width: 10.5%;
        margin-bottom: 0em;
    }
}

.select-style {
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0px 2px 4px #cccccc;
    background: #ffffff;
    position: relative;
}

.select-style:after {
    content: "";
    position: absolute;
    top: 0;
    background: #ffffff url("icon-select.png") no-repeat 10px center;
    border-radius: 0 20px 20px 0;
    width: 40px;
    height: 100%;
    z-index: 0;
    right: 0;
}

.select-style select {
    box-sizing: border-box;
    padding: 0.3125em 1.75em 0.3125em 1.25em;
    border: none;
    border: 0 !important;
    /*Removes border*/
    -webkit-appearance: none;
    /*Removes default chrome and safari style*/
    -moz-appearance: none;
    /*Removes default style Firefox*/
    box-shadow: none;
    background: transparent !important;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 15px;
    border: none;
    margin: 0;
    height: 2.4375em !important;
    font-family: "Ubuntu";
    width: 123%;
    color: #909090;
    position: relative;
    z-index: 1;
}

.select-style option {
    color: #2f2f2f;
}

.select-style select:focus {
    outline: none;
}

.select-style select::-ms-expand {
    display: none !important;
}

.select-style select:focus:not(:active):not(:hover) {
    outline: 2px dashed red;
    outline-offset: -7px;
}

#skipToContent:focus:not(:active):not(:hover) {
    outline: 2px dashed red;
    outline-offset: 1px;
}

.site-header a:focus:not(:active):not(:hover) {
    outline: 2px dashed red;
    outline-offset: 1px;
}


.input-style {
    position: relative;
}

.input-style .search-text {
    box-sizing: border-box;
    border-radius: 20px;
    padding: 5px 36px 5px 20px;
    height: 39px;
    outline: none;
    box-shadow: 0px 2px 4px #cccccc;
}

.input-style .search-text:focus {
    box-shadow: 0px 2px 4px #cccccc;
    outline: none;
    border: none;
}

.input-style .search-submit {
    box-sizing: border-box;
    width: 21px;
    height: 18px;
    padding: 0;
    position: absolute;
    right: 15px;
    top: 10px;
}

#google_translate_element {
    display: inline-block;
    vertical-align: middle;
    height: 37px;
    overflow: hidden;
}

#google_translate_element select {
    box-sizing: border-box;
    transition: border-color;
    background-color: white;
    border-radius: 0;
    border: 1px solid #f2f2f2;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
    margin-bottom: 1.5em;
    max-width: 100%;
    height: 2.3em !important;
    padding: 1px 1px 1px 5px;
    width: 100%;
    color: #707070;
}

/* ====================== Return to Top Styles ============================ */
#return-to-top {
    background: #339966;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    bottom: 7.25em;
    /* BASE FONT = 16px  >>> 120px / 16px = 7.25em  */
    color: #ffffff;
    display: none;
    font-size: 1em;
    /* BASE FONT = 16px  >>> 16px / 16px = 1em  */
    height: 2.1875em;
    /* BASE FONT = 16px  >>> 35px / 16px = 2.1875em  */
    position: fixed;
    right: 1.25em;
    /* BASE FONT = 16px  >>> 20px / 16px = 1.25em  */
    text-decoration: none;
    width: 2.1875em;
    /* BASE FONT = 16px  >>> 35px / 16px = 2.1875em  */
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top:hover {
    background: #2e664a;
}

#return-to-top span {
    display: block;
    font-size: 1.1875em;
    /* BASE FONT = 16px  >>> 19px / 16px = 1.1875em  */
    line-height: 2.15789473684211em;
    /* BASE FONT = 19px  >>> 41px / 19px = 2.15789473684211em  */
    text-align: center;
}

/* gdd-002 check valve redesign*/
.types ul li:last-child {
    display: none;
}



/* drop down ring*/

.types {
    position: relative;
}


.valve-rings,
.valve {
    display: block !important;
    position: absolute;
    width: 194px;
    height: 51px;
    border-radius: 25px;
    border: solid #45c787;
}

@media (max-height: 46em) and (min-width: 60em) {

    .valve-rings,
    .valve {
        width: 173px;
    }
}

.valve-rings {
    border-width: 2px;
    position: relative;
    bottom: 45px;
    right: 6px;
}

@media (min-width: 60em) {
    .valve-rings {
        position: absolute;
    }
}

@media (min-width: 80em) {
    .valve-rings {
        bottom: -7px !important;
        left: -20px !important;
    }
}

@media (min-width: 60em) {
    .valve-rings {
        bottom: -11px;
        left: -41px;
    }
}

.valve {
    transform: scale(1, 1);
    border-width: 1px;
    right: -2px;
    top: -2px;
}

.valve.ring-1 {
    animation: RINGS infinite;
    animation-duration: 4s;
    animation-delay: 0s;
}

.valve.ring-2 {
    animation: RINGS infinite;
    animation-duration: 4s;
    animation-delay: 1.3333333333s;
}

.valve.ring-3 {
    animation: RINGS infinite;
    animation-duration: 4s;
    animation-delay: 2.6666666667s;
}

@keyframes RINGS {
    100% {
        transform: scale(2);
        opacity: 0;
    }
}

@media (max-height: 46em) and (min-width: 60em) {
    .types ul li:last-child {
        margin-top: 50px !important;
        right: 0 !important;
        width: 146px !important;
        bottom: 22px !important;
        font-size: 11px !important;
    }
}

@media (max-height: 40em) and (min-width: 60em) {
    .types ul li:last-child {
        bottom: 33px !important;
    }
}

/**GDD 002 live **/

#slidebox {
    display: none;
}

.cvm-btn {
    display: none !important;
}

#return-to-top {
    display: none !important;
}

.gdd-002-valbtn {
    display: block !important;
    position: fixed;
    font-family: "Ubuntu";
    background-color: #51966a;
    font-size: 1.125em;
    padding: 0.7777777778em 2.2777777778em 0.8888888889em 3.111111em;
    color: #ffffff;
    line-height: 1em;
    text-decoration: none;
    border-radius: 20px 0 0px 20px;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    transition: all 0.5s linear;
    z-index: 2;
    right: -1.55555555555556em;
    /*bottom: 4.44444em;*/
    bottom: 6.666666666666667em;
}

.gdd-002-valbtn::before {
    content: "";
    position: absolute;
    background-image: url(checkvalve-search.svg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 1.666666666666667em 1.666666666666667em;
    width: 1.666666666666667em;
    height: 1.666666666666667em;
    left: 0.8333333333333333em;
    bottom: 0.5em;
}

.gdd-002-valbtn {
    right: -1.555555555555556em;
    color: #ffffff;
}

.pulse {
    transform: scale(1, 1);
    border-width: 1px;
    right: -2px;
    top: -2px;
}


.pulse-rings,
.pulse {
    display: block !important;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    transition: all 0.5s linear;
    border: medium solid #45c787;
    border-radius: 25px;
    height: 3.75em !important;
    width: 22.8125em !important;
    border-width: 2px !important;
    box-sizing: border-box;
    position: absolute;
    right: 0px;
}

.find-valve-cta {
    display: none !important;
}



.types ul li:last-child {
    display: block !important;
    font-family: "Ubuntu";
    background-color: #51966a;
    font-size: 0.9375em;
    color: #ffffff;
    line-height: 1em;
    text-decoration: none;
    border-radius: 20px;
    padding: 0.3125em 0 0.3125em 1.75em;
    width: 12.13333333333333em;
    position: relative;
    right: 0px;
    z-index: 3;
    margin-top: 1.466666666666667em;
    box-sizing: border-box;
}

.types ul li:last-child a::before {
    content: "";
    position: absolute;
    width: 1.4285714286em;
    height: 1.4285714286em;
    background-color: transparent;
    background-image: url(checkvalve-search.svg);
    background-size: 1.4285714286em 1.4285714286em;
    background-position: center center;
    background-repeat: no-repeat;
    left: 0.5333333333333333em;
}

.types ul li:last-child a {
    color: #ffffff;
}

.types ul li:last-child a:hover {
    background-color: transparent;
    color: #ffffff;
}





@media (min-width: 40em) {
    .types ul li:last-child {
        margin-top: 1.666666666666667em;
    }
}


@media (min-width: 60em) {
    .types ul li:last-child {
        right: 2em;
    }
}

@media (min-width: 80em) {

    .types ul li:last-child {
        right: 0.6666666666666667em;
    }
}


/**GDD 002 live end **/

.cvm-btn {
    top: 6.2222222222em;
    left: -100%;
    position: fixed;
    font-family: "Ubuntu";
    background-color: #339966;
    font-size: 1.125em;
    padding: 0.7777777778em 2.2777777778em 0.8888888889em 1.1111111111em;
    color: #ffffff;
    line-height: 1em;
    text-decoration: none;
    border-radius: 20px;
    margin-left: 1em;
    -webkit-transition: all 0.8s linear;
    -moz-transition: all 0.8s linear;
    transition: all 0.8s linear;
    z-index: 1;
}

.cvm-btn.active {
    left: 0;
}

.cvm-btn:hover {
    color: #ffffff;
    background-color: #2e664a;
}

.cvm-btn:hover:before {
    border-right: 20px solid #2e664a;
}

.cvm-btn::after {
    content: "";
    position: absolute;
    background-image: url(search.svg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 1em 1em;
    right: 0.8888888889em;
    width: 1em;
    height: 1em;
    right: 0.8888888889em;
    top: 0.7777777778em;
}

.cvm-btn:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 99%;
    border-right: 20px solid #339966;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    height: 0;
    -webkit-transition: all 0.8s linear;
    -moz-transition: all 0.8s linear;
    transition: all 0.8s linear;
}

.cvm-btn.page-btn {
    position: fixed;
}

@media (min-width: 40em) {
    .cvm-btn {
        top: 50%;
    }
}


.pulse-rings-new {
    display: block !important;
    right: -7em;
    width: 22.8125em !important;
    height: 3.75em !important;
    border-radius: 25px;
    border: solid #45c787;
    border-width: 2px;
    position: fixed;
    bottom: 7.125em;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.pulse {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    transform: scale(1, 1);
    position: absolute;
    border-width: 1px;
    right: -2px;
    top: -2px;
}

.pulse.pulse-4 {
    animation: PULSEnew infinite !important;
    animation-duration: 4s !important;
    animation-delay: 0s !important;
    width: 100% !important;
}

.pulse.pulse-5 {

    animation: PULSEnew infinite !important;
    animation-duration: 4s !important;
    animation-delay: 1.3333333333s !important;
}

.pulse.pulse-6 {

    animation: PULSEnew infinite !important;
    animation-duration: 4s !important;
    animation-delay: 2.6666666667s !important;
}

.gdd-002-valbtn+.pulse-rings-new {
    right: -7.75em;
}

@-webkit-keyframes PULSEnew {
    0% {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(2, 2);
        -moz-transform: scale(2, 2);
        transform: scale(2, 2);
        opacity: 0;
    }
}

@keyframes PULSEnew {
    0% {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(2, 2);
        -moz-transform: scale(2, 2);
        transform: scale(2, 2);
        opacity: 0;
    }
}

#google_translate_element {
    display: inline-block;
    vertical-align: middle;
    height: 37px;
    overflow: hidden;
    text-decoration: none;
    margin: 5px 0 20px 10px;
    float: none;
}

@media (min-width: 40em) {
    #google_translate_element {
        margin: 5px 0 0 10px;
        float: left;
    }
}

/*=========== Advanced Search Style ============*/
.advanced-search-box {
    float: left;
}

.advanced-search-box span {
    font-weight: bold;
}

.plp-search-holder .plp-page-searchBox select,
.plp-search-holder .plp-page-searchBox input {
    font-family: "Open Sans" !important;
    height: 28px !important;
    font-size: 13px !important;
    vertical-align: middle !important;
}

.plp-search-holder .plp-page-searchBox {
    width: 320px !important;
}

.plp-search-holder .plp-page-searchBox input {
    margin-left: -2px !important;
}

.plp-search-holder .plp-page-searchBox span {
    display: none !important;
}

.plp-search-holder .plp-page-searchBox select:focus,
.plp-search-holder .plp-page-searchBox input:focus {
    outline: 0 !important;
}

.ui-dialog .cust-display {
    display: block !important;
}

.tic-link {
    text-align: center;
    display: block;
    width: 195px;
    margin: 0px auto;
    text-decoration: none;
    color: #3b88b4;
}

.tic-link:hover {
    text-decoration: underline;
}

.sf-links {
    padding-left: 0;
}

.hs-landing-page .sf-left,
body .sf-left {
    padding-bottom: 1.25em;
}

@media (min-width: 40em) {

    .hs-landing-page .sf-left,
    body .sf-left {
        float: left;
        width: 50%;
        padding-bottom: 0;
        text-align: left;
    }
}

.tn-badge__img {
    width: 72px;
}


/*=============== ADA Complaince styling ===================*/
#skipToContent {
    position: fixed;
    z-index: 0;
    top: 10px;
    left: 10px;
    opacity: 0;
}

#skipToContent:focus {
    opacity: 1;
    z-index: 99999;
}

/*.social-wrap a {
      &:focus:not(:hover):not(:active) {
        outline-offset: -2px;
      }
      &.tse-remove-border {
        &:focus:not(:hover):not(:active) {
          outline: none;
          outline-offset: 0;
        }
      }
  }*/
.site-nav a:focus:not(:hover):not(:active) {
    position: relative;
    z-index: 1;
}

.nonlink {
    cursor: default;
    pointer-events: auto;
}

@media (min-width: 60em) {
    .nonlink {
        pointer-events: none;
    }
}

.lightbox {
    display: inline-block;
}

.lightbox.tse-remove-border {
    outline: none !important;
}

.lightbox.tse-remove-border:focus {
    outline: none !important;
}

.tse-remove-border {
    outline: none !important;
}

.tse-remove-border:focus {
    outline: none !important;
}

.no-touch.mfg-popup-open {
    margin-right: 17px;
}

.no-touch.mfg-popup-open .pillarpage-linklist-module.stuck,
.no-touch.mfg-popup-open .sh-sticky-wrap.stuck {
    padding-right: 17px;
    transition: none;
}

/* some css chsanges as per desktop */

a.sh-ph.btn-green {
    font-size: 16px;
    padding: 7px 19px 7px 18px;
    margin-right: 0;
    font-weight: 500;
}
@media (min-width: 60em) {
    a.sh-ph.btn-green {
        margin: 0 .3125em;
    }
}
@media (min-width: 80em) {
    a.sh-ph.btn-green {
        margin: 0 1.25em;
    }
}

.site-footer .sf-logos {
    padding-top: 1.3125em;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
  .img-text {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 25%;
    margin-bottom: 20px;
}
  
  .site-footer .sf-logos img:first-child {
    margin: 0;
}
  
.img-text span {
    color: #006595;
    font-size: 10px;
  display: block;
  font-weight: 700;
}
  
 .site-footer .tn-badge-logo {
    width: 4.5em;
    display: inline-block;
} 
  
  .site-footer .sf-logos img {
    display: inline-block;
    vertical-align: middle;
    margin-left: 0.01875em !important;
    margin-bottom: 0.3125em;
}
  
  .site-footer .tn-badge-logo a {
    display: block;
    width: 100%;
}

.find-my-valve-close {
    height: 25px;
    width: 25px;
    font-size: 0;
    line-height: 0;
    border-radius: 50px;
    background-image: url(https://ffa0e4.p3cdn1.secureserver.net/wp-content/themes/dftinc-default/img/close-exit-white.svg);
    background-position: center;
    background-size: 13px 13px;
    background-color: #2e664a;
    right: 242px;
   bottom: 21%;
    position: fixed;
  transition: all 0.5s linear;
    z-index: 5;
    background-repeat: no-repeat;
}

@media (min-width: 60em) {
.secondary-nav .topnav-links li .sub-menu {
    display: none;
    background-color: #ffffff;
    padding: 10px 8px;
    position: absolute;
    right: -117px;
    top: 120%;
}
.secondary-nav .topnav-links li:hover .sub-menu {
    display: block;
}
}

.secondary-nav .topnav-links .sub-menu li:after{
    display: none !important;
}

.desk-cn,.desk-rfq {
    display: none;
}

@media (min-width: 60em) { 
    .desk-cn,.desk-rfq {
    display: inline-block;
}
}

.mbl-cn,.mob-rfq{
     display: inline-block !important;
}


@media (min-width: 60em) {
.mbl-cn,.mob-rfq{ 
    display: none !important;
}
}

.gdd-015-a{
   display: block !important;
   
}

  @media (min-width: 60em) {
    .gdd-015-a{
    display: none !important;
}
}




 @media (max-width: 60em) {
.gdd-015-b {
    display: none !important;
}
 }
 @media (min-width: 60em) {
    .gdd-015-b{
    display: inline-block;
}
}

.sh-cn {
    font-size: 1em;
    font-weight: 500;
    padding: 0.8125em 0.875em 0.875em;
    margin-bottom: 2.25em;
    margin-top: 2.5625em;
    background-color: #ffffff;
    border: 2px solid #730241;
    color: #730241;
    border-radius: 20px;
    text-decoration: none;
        line-height: 16px;
}

@media (min-width: 60em){
.sh-cn{
margin: 0;
float: right;
    margin: 0 0 0 0.625em;
    position: relative;
    z-index: 99;
}
}

.sh-cn:hover {
    background: #730241;
    color: #ffffff;
}

