.container,
.container-fluid {
    margin: 0 auto;
    max-width: 1280px !important;
    padding: 0 16px !important
}

@media screen and (min-width:992px) and (max-width:1440px) {

    .container,
    .container-fluid {
        max-width: 90% !important
    }
}

.container-fluid.blurb-landing-container,
.container.blurb-landing-container {
    padding: 0 !important
}

.region.region-fullwidthsection {
    margin: 0
}

@media screen and (max-width:992px) {
    .region.region-fullwidthsection .views-element-container.related-tiles-container {
        margin: 0 auto !important;
        max-width: 90% !important
    }
}

@media screen and (max-width:767px) {
    .region.region-fullwidthsection .views-element-container.related-tiles-container .view.view-basic-page-view .slick-basic-with-content .slick-list .slick-track .row.slick-slide img {
        min-height: 500px !important
    }
}

@media screen and (max-width:767px) {
    .region.region-fullwidthsection .views-element-container.related-tiles-container .view.view-basic-page-view .slick-basic-with-content .slick-prev {
        left: -18px !important;
        height: 25px !important
    }
}

@media screen and (max-width:767px) {
    .region.region-fullwidthsection .views-element-container.related-tiles-container .view.view-basic-page-view .slick-basic-with-content .slick-next {
        left: unset !important;
        right: -24px !important;
        height: 25px !important
    }
}

.main-content.col {
    padding: 0
}

a,
button,
input,
select,
textarea {
    -webkit-tap-highlight-color: transparent
}

html {
    overflow-x: hidden
}

body .node__content {
    margin-top: 0
}

body.modal-open {
    overflow: hidden
}

body.modal-open .toolbar-blue-container {
    z-index: 0 !important
}

body #main-wrapper.modal-open {
    z-index: 99999
}

body #main-wrapper.menu-open .header-container,
body #main-wrapper.menu-open .header-container.isSticky {
    z-index: 10
}

body.sticky-header-enabled #page-wrapper {
    margin-top: 130px
}

@media screen and (max-width:992px) {
    body.sticky-header-enabled #page-wrapper {
        margin-top: 92px
    }
}

body.sticky-filter-enabled #page-wrapper {
    margin-top: 270px
}

@media screen and (max-width:992px) {
    body.sticky-filter-enabled #page-wrapper {
        margin-top: 232px
    }
}

body.access-denied #block-flowserve-content .content {
    margin: 0 auto;
    max-width: 1280px;
    padding: 0 16px
}

@media screen and (min-width:992px) and (max-width:1440px) {
    body.access-denied #block-flowserve-content .content {
        max-width: 90%
    }
}

body.companynews #block-flowserve-content .content {
    padding-top: 0
}

.container-inline div,
.container-inline label {
    display: block
}

img,
svg {
    vertical-align: middle;
    width: auto
}

img[data-align=right] {
    float: right;
    width: 100% !important;
    max-width: 500px !important
}

.quote-mobile {
    display: block;
    clear: both;
    line-height: 48px !important
}

.quote-desktop {
    display: none
}

figure {
    margin: 1em 0
}

.align-right {
    float: right
}

@media only screen and (min-width:64em) {
    .quote-mobile {
        display: none
    }

    .quote-desktop {
        display: block;
        line-height: 48px !important
    }

    figure {
        margin: 1em 0 1em 1em
    }
}

.block-spacing {
    padding-bottom: 24px !important
}

.home-page-block {
    margin-top: 75px !important;
    margin-bottom: 20px !important
}

@media screen and (max-width:1200px) {
    .home-page-block {
        margin-top: 44px !important
    }
}

.share-dropdown {
    position: relative;
    display: inline-block
}

.share-dropdown__btn {
    cursor: pointer;
    text-decoration: none
}

.share-dropdown__btn img {
    margin: 0 8px 0 0 !important;
    position: static !important
}

.share-dropdown__btn span {
    font-size: 18px;
    line-height: 27px;
    color: #686868;
    font-weight: 500
}

.share-dropdown__content {
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .1);
    list-style: none;
    padding: 8px;
    margin: 0;
    height: auto;
    max-width: 170px;
    min-width: 140px;
    background-color: #fff;
    position: absolute;
    top: 100%;
    z-index: 11;
    left: 0
}

.share-dropdown__content.hide {
    display: none
}

.share-dropdown__content li {
    background-color: #fff;
    border-radius: 7px;
    padding: 10px 5px
}

.share-dropdown__content li a:focus-within {
    outline: 1px solid #000
}

.share-dropdown__content li a:focus:not(:focus-visible) {
    outline: none
}

.share-dropdown__content li:hover {
    background-color: rgba(2, 27, 70, .05)
}

.share-dropdown__content li:hover .share-dropdown__content-item,
.share-dropdown__content li:hover .share-dropdown__content-item .fa {
    color: #021b46
}

.share-dropdown__content-item {
    color: #232323;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 24px;
    text-decoration: none;
    display: block
}

.share-dropdown__content-item .fa {
    color: #686868;
    padding-right: 8px
}

.share-dropdown__content-item span {
    width: auto !important
}

.share-dropdown__content-item:hover,
.share-dropdown__content-item:hover .fa {
    color: #021b46
}

.share-dropdown--basic {
    margin-top: 44px;
    margin-bottom: 72px
}

.share-dropdown--basic h2 {
    display: none
}

.share-dropdown--basic .share-dropdown__btn {
    cursor: default;
    pointer-events: none
}

.share-dropdown--basic .share-dropdown__content {
    position: static;
    transform: none;
    box-shadow: none;
    flex-wrap: nowrap;
    justify-content: flex-start;
    max-width: 100%;
    padding: 25px 0 0
}

.share-dropdown--basic .share-dropdown__content.hide {
    display: flex
}

.share-dropdown--basic .share-dropdown__content li {
    padding: 0;
    margin: 0
}

@media screen and (min-width:768px) {
    .share-dropdown--basic .share-dropdown__content li {
        margin-right: 20px
    }
}

.share-dropdown--basic .share-dropdown__content li:hover {
    background-color: initial
}

.share-dropdown--basic .share-dropdown__content li:hover .share-dropdown__content-item {
    border: 1px solid #021b46
}

.share-dropdown--basic .share-dropdown__content li:hover .share-dropdown__content-item .fa {
    color: #021b46
}

.share-dropdown--basic .share-dropdown__content-item {
    width: 57px;
    display: block;
    height: 57px;
    text-align: center;
    padding: 17px 0;
    border-radius: 50%;
    border: 1px solid #fff
}

.share-dropdown--basic .share-dropdown__content-item .fa,
.share-dropdown--basic .share-dropdown__content-item .fa-brands {
    color: #686868;
    padding-right: 0 !important;
    font-size: 22px
}

.share-dropdown--basic .share-dropdown__content-item span {
    display: none
}

.webform-submission-form .form-control.form-textarea {
    padding-left: .75rem
}

@media screen and (max-width:992px) {
    html {
        overflow-x: hidden
    }
}

.supportsales-locator #block-flowserve-content {
    padding-bottom: 80px
}

.supportsales-locator #block-flowserve-content>.content {
    margin: 0 auto !important;
    max-width: 1280px !important
}

@media screen and (min-width:992px) and (max-width:1440px) {
    .supportsales-locator #block-flowserve-content>.content {
        max-width: 90% !important
    }
}

@media screen and (max-width:767px) {
    .supportsales-locator #block-flowserve-content>.content {
        padding: 0 16px
    }
}

.supportsales-locator #block-flowserve-content>.content>div {
    padding: 0 !important
}

.iframe-modal {
    display: block;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1060
}

.iframe-modal .ui-dialog {
    height: 100%;
    padding-top: 40px;
    max-width: none;
    position: relative;
    background: #fff
}

.iframe-modal .ui-dialog.centered {
    text-align: center
}

.iframe-modal .ui-dialog .ui-dialog-titlebar-close {
    width: 30px;
    height: 30px;
    border: none;
    background: 0 0;
    position: absolute;
    top: 15px;
    right: 5px;
    margin: -10px 0 0;
    padding: 1px
}

.iframe-modal .ui-dialog .ui-dialog-titlebar-close .ui-icon-closethick {
    background: transparent url('data:image/svg+xml;charset=utf-8,<svg width="15" height="17" xmlns="http://www.w3.org/2000/svg"><g stroke="%23e2231a" stroke-width="2" fill="none" fill-rule="evenodd" stroke-linecap="round"><path d="M.889 1.092L14.111 16.6M14.5.77L.5 15.845"/></g></svg>') 50%/1em auto no-repeat;
    position: absolute;
    top: 5px;
    right: 5px;
    width: 100%;
    height: 100%;
    border: none
}

.iframe-modal .ui-dialog .ui-dialog-titlebar-close.ui-button-icon-only {
    width: 2em;
    box-sizing: border-box;
    text-indent: -9999px;
    white-space: nowrap
}

.iframe-modal .ui-dialog .ui-button {
    display: inline-block;
    line-height: normal;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    -webkit-user-select: none;
    user-select: none;
    overflow: visible
}

.iframe-modal .ui-dialog video {
    height: 100%;
    width: 100%
}

.iframe-modal .ui-corner-all,
.iframe-modal .ui-corner-bottom,
.iframe-modal .ui-corner-br,
.iframe-modal .ui-corner-right {
    border-bottom-right-radius: 3px
}

.iframe-modal .ui-corner-all,
.iframe-modal .ui-corner-bl,
.iframe-modal .ui-corner-bottom,
.iframe-modal .ui-corner-left {
    border-bottom-left-radius: 3px
}

.iframe-modal .ui-corner-all,
.iframe-modal .ui-corner-right,
.iframe-modal .ui-corner-top,
.iframe-modal .ui-corner-tr {
    border-top-right-radius: 3px
}

.iframe-modal .ui-corner-all,
.iframe-modal .ui-corner-left,
.iframe-modal .ui-corner-tl,
.iframe-modal .ui-corner-top {
    border-top-left-radius: 3px
}

@media screen and (min-width:1200px) {
    .iframe-modal .ui-dialog {
        width: 100% !important
    }
}

.ui-widget-overlay {
    opacity: .8;
    background: #aaa;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.page-user-reset .user-pass-reset {
    max-width: 365px;
    margin: 15px auto
}

@media screen and (max-width:767px) {
    .page-user-reset .user-pass-reset {
        max-width: 90%
    }
}

.cares-box {
    margin: 25px 0;
    padding: 20px;
    background: #e9e5e3
}

.cares-box .h3 {
    margin-bottom: 20px
}

.cares-box .cares-description {
    color: #232323;
    font-size: 1em;
    letter-spacing: 0;
    line-height: 28px;
    margin: 0;
    padding: 0 0 24px;
    display: flex
}

.cares-box .cares-description .field--name-field-block-image {
    padding-left: 0;
    margin-right: 15px;
    width: 100px
}

.cares-box .cares-description p {
    width: 1100px
}

.share-dropdown .weibo-button {
    display: none
}

.language-zh-hans .weibo-button {
    display: block !important
}

.language-zh-hans .twitter-button {
    display: none
}

#block-motionpointlanguageoption {
    display: flex;
    position: absolute;
    flex-direction: column;
    align-items: flex-end;
    flex-wrap: wrap;
    z-index: 999
}

#block-motionpointlanguageoption .content {
    display: none;
    background: #fff;
    margin: 0;
    border-radius: 4px;
    border: .5px solid #000;
    width: 96px;
    height: 134px
}

#block-motionpointlanguageoption .content .link-cont {
    width: 95px;
    height: 22px;
    margin-top: 9px;
    display: flex;
    justify-content: center
}

#block-motionpointlanguageoption .content .link-cont:hover {
    background: rgba(2, 27, 70, .05)
}

#block-motionpointlanguageoption .content .link-cont .langLink {
    display: list-item;
    list-style: none;
    text-align: left;
    color: #000;
    -webkit-text-decoration: #ffdead;
    text-decoration: #ffdead;
    font-size: 10px;
    padding: 4px
}

.mpLanguageOptionsDiv {
    width: 96px
}

.view-content-report {
    width: 85%;
    margin: auto
}

.block-views-blockupcoming-events-block-1 {
    margin: 0;
    width: 100%
}

.event-image {
    width: -webkit-fill-available;
    height: auto;
    max-width: 100%;
    max-height: 270px;
    object-fit: cover;
    width: -moz-available
}

.news-image {
    width: 100px;
    height: 100px;
    margin: 10px 0
}

.view-more-event-btn {
    margin-top: 3%;
    padding: 0 2% 2%
}

.event-datetime-location {
    position: absolute;
    left: 5%;
    bottom: 0;
    color: #000
}

.event-type {
    padding-bottom: 10px
}

.event-type,
.news-type {
    font-size: 14px;
    color: #686868;
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: 1.56px
}

@media only screen and (max-width:600px) {
    .view-more-event-btn {
        margin-left: 15px
    }

    .event-content {
        padding: 5px 25px 0;
        font-size: .875em;
        margin-bottom: 1em !important;
        line-height: 28px
    }

    .block-views-blockupcoming-events-block-1 h2 {
        margin-left: 10px
    }

    .event-type {
        margin-top: 10px
    }
}

#slider {
    position: relative;
    overflow: hidden;
    margin: 0;
    width: 100%;
    height: 96%;
    border-top: 2px solid #eee;
    padding-top: 2%
}

#slider ul {
    list-style: none
}

#slider ul,
#slider ul li {
    position: relative;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%
}

#slider ul li {
    display: block;
    float: left;
    text-align: center
}

a.control_next,
a.control_prev {
    position: absolute;
    top: 40%;
    z-index: 999;
    display: block;
    padding: 0 2%;
    width: auto;
    height: auto;
    background: no-repeat;
    color: #000;
    text-decoration: none;
    font-weight: 600;
    font-size: 30px;
    opacity: .8;
    cursor: pointer
}

a.control_next:hover,
a.control_prev:hover {
    opacity: 1;
    -webkit-transition: all .2s ease
}

a.control_prev {
    border-radius: 0 2px 2px 0
}

a.control_next {
    right: 0;
    border-radius: 2px 0 0 2px
}

.video-modal {
    height: 80%;
    width: 75%;
    margin: auto
}

.video-content,
.video-gallery-title {
    font-family: var(--bs-font-sans-serif)
}

.video-content {
    text-align: left;
    margin: 1% 1.5%
}

.video-title {
    margin: 0
}

.video-desc,
.video-pager {
    font-size: 14px;
    margin: 0
}

.video-pager {
    color: #e2231a;
    font-weight: 700
}

.video-src {
    height: 75% !important;
    width: 85% !important;
    object-fit: cover
}

@media only screen and (max-width:375px) {
    .video-modal {
        height: 70%;
        width: 96%
    }
}

@media only screen and (min-width:376px) and (max-width:425px) {
    #slider {
        height: 90%
    }

    .video-modal {
        height: 50%;
        width: 95%
    }
}

@media only screen and (min-width:426px) and (max-width:768px) {
    .video-modal {
        height: 60%;
        width: 85%
    }

    .video-src {
        height: 75% !important
    }
}

@media only screen and (min-width:769px) and (max-width:1024px) {
    .video-src {
        height: 82% !important
    }
}

@media only screen and (min-width:1440px) {
    #slider {
        height: 95%
    }

    .video-src {
        height: 85% !important;
        width: 85% !important
    }
}

@media only screen and (min-width:2560px) {
    #slider {
        height: 100%
    }

    .video-src {
        height: 88% !important
    }
}

.block-block-contenta2244bc4-ffbc-461a-b5ce-6b2ae75473af {
    padding-bottom: 1% !important
}

.field--name-field-display-full-width {
    display: none
}

#group_featured_products .card .item-list .list-group .list-group-item {
    border: 0
}

.mo-container {
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 16px
}

@media screen and (max-width:767px) {
    .mo-container {
        padding: 0 26px
    }
}

@media screen and (min-width:992px) {
    .mo-container .row {
        margin: 0
    }
}

.mo-container.header {
    padding: 0 24px;
    background-color: #fff
}

@media screen and (min-width:1200px) {
    .mo-container.header {
        padding: 0;
        z-index: 9999;
        position: relative;
        min-width: 100%
    }
}

.mo-container--fullwidth {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important
}

.main-wrap-menu .mo-menu-container {
    display: flex;
    width: 100%;
    flex-direction: column;
    height: auto
}

.main-wrap-menu .mo-menu-container .block {
    flex: 1;
    background-color: #90ee90;
    padding: 20px
}

@media screen and (min-width:992px) {
    .main-wrap-menu .mo-menu-container .row {
        margin: 0;
        align-items: flex-start
    }
}

@media screen and (max-width:767px) {
    .badge {
        padding-bottom: .2em
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .badge {
        padding-bottom: .2em
    }
}

@media screen and (min-width:992px) {
    .badge {
        padding-bottom: .3em
    }
}

.width-auto {
    width: auto !important
}

.messages.drupal_admin {
    max-width: 1360px;
    margin: 0 auto;
    padding: 5px 16px
}

@media screen and (max-width:767px) {
    .messages.drupal_admin {
        padding: 0 26px
    }
}

.messages.drupal_admin div[data-drupal-messages] {
    margin: 0 !important
}

.mo-padding-top-xxl {
    padding-top: 100px !important
}

@media screen and (max-width:767px) {
    .mo-padding-top-xxl {
        padding-top: 60px !important
    }
}

.mo-padding-bottom-xs {
    padding-bottom: 40px !important
}

@media screen and (max-width:767px) {
    .mo-padding-bottom-xs {
        padding-bottom: 30px !important
    }
}

.mo-padding-bottom-m {
    padding-bottom: 80px !important
}

@media screen and (max-width:767px) {
    .mo-padding-bottom-m {
        padding-bottom: 40px !important
    }
}

.mo-padding-bottom-xxl {
    padding-bottom: 100px !important
}

@media screen and (max-width:767px) {
    .mo-padding-bottom-xxl {
        padding-bottom: 60px !important
    }
}

.paragraph-heading-component .mo-heading {
    -webkit-margin-end: 0;
    margin-inline-end: 0
}

@media screen and (max-width:767px) {
    .paragraph-heading-component .mo-heading {
        -webkit-margin-end: 0;
        margin-inline-end: 0
    }
}

.paragraph-heading-component .mo-heading p {
    margin: 0
}

.paragraph-heading-component .mo-heading-xsmall {
    font-size: clamp(1.375rem, calc(1.152rem + .595vw), 1.688rem);
    font-weight: 600;
    line-height: 120%
}

.paragraph-heading-component .mo-heading-xsmall p {
    margin: 0
}

.paragraph-heading-component .mo-heading-small {
    font-size: clamp(1.75rem, calc(1.214rem + 1.429vw), 2.5rem);
    font-weight: 600;
    line-height: 115%;
    letter-spacing: -.4px
}

@media screen and (max-width:767px) {
    .paragraph-heading-component .mo-heading-small {
        letter-spacing: -.28px
    }
}

.paragraph-heading-component .mo-heading-small-medium {
    font-size: clamp(2.5rem, calc(1.607rem + 2.381vw), 3.75rem);
    font-weight: 600;
    line-height: 115%;
    letter-spacing: -.4px
}

@media screen and (max-width:767px) {
    .paragraph-heading-component .mo-heading-small-medium {
        letter-spacing: -.28px
    }
}

.paragraph-heading-component .mo-heading-medium {
    font-size: clamp(2.5rem, calc(1.161rem + 3.571vw), 4.375rem);
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -1.4px
}

@media screen and (max-width:767px) {
    .paragraph-heading-component .mo-heading-medium {
        letter-spacing: -.8px
    }
}

.paragraph-heading-component .mo-heading-large {
    font-size: clamp(2.75rem, calc(1.143rem + 4.286vw), 5rem);
    font-weight: 800;
    line-height: 110%;
    letter-spacing: -1.6px
}

@media screen and (max-width:767px) {
    .paragraph-heading-component .mo-heading-large {
        line-height: 115%
    }
}

.paragraph-heading-component .mo-heading.remove_all_spaces_around {
    margin: 0;
    padding: 0;
    -webkit-margin-end: 0;
    margin-inline-end: 0
}

.paragraph-heading-component .mo-heading.large_space {
    margin-bottom: 75px !important
}

@media screen and (max-width:767px) {
    .paragraph-heading-component .mo-heading.large_space {
        margin-bottom: 40px !important
    }
}

.paragraph-heading-component .mo-heading.medium_space {
    margin-bottom: 40px !important
}

@media screen and (max-width:767px) {
    .paragraph-heading-component .mo-heading.medium_space {
        margin-bottom: 24px !important
    }
}

.paragraph-heading-component .mo-heading.small_space {
    margin-bottom: 20px !important
}

@media screen and (max-width:767px) {
    .paragraph-heading-component .mo-heading.small_space {
        margin-bottom: 10px !important
    }
}

.paragraph-heading-component .mo-heading.keep_spaces {
    gap: 10px
}

.paragraph-heading-component .mo-heading.remove_spaces {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important
}

.paragraph-heading-component .mo-heading.mo_small_side_space {
    padding-right: 20px
}

@media screen and (max-width:767px) {
    .paragraph-heading-component .mo-heading.mo_small_side_space {
        padding-right: 0
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .paragraph-heading-component .mo-heading.mo_small_side_space {
        padding-right: 15px
    }
}

.paragraph-heading-component .mo-heading.mo_med_side_space {
    padding-right: 30px
}

@media screen and (max-width:767px) {
    .paragraph-heading-component .mo-heading.mo_med_side_space {
        padding-right: 0
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .paragraph-heading-component .mo-heading.mo_med_side_space {
        padding-right: 20px
    }
}

.paragraph-heading-component .mo-heading.mo_large_side_space {
    padding-right: 60px
}

@media screen and (max-width:767px) {
    .paragraph-heading-component .mo-heading.mo_large_side_space {
        padding-right: 0
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .paragraph-heading-component .mo-heading.mo_large_side_space {
        padding-right: 50px
    }
}

.paragraph-heading-component .mo-heading.mo_xtra_large_side_space {
    padding-right: 100px
}

@media screen and (max-width:767px) {
    .paragraph-heading-component .mo-heading.mo_xtra_large_side_space {
        padding-right: 0
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .paragraph-heading-component .mo-heading.mo_xtra_large_side_space {
        padding-right: 70px
    }
}

.paragraph-heading-component .mo-heading-44px {
    font-size: 44px;
    font-weight: 600;
    line-height: 110%;
    letter-spacing: -.8px
}

@media screen and (max-width:767px) {
    .paragraph-heading-component .mo-heading-44px {
        font-size: 32px;
        letter-spacing: -.5px
    }
}

.paragraph-heading-component .mo-heading-50px {
    font-size: 50px;
    font-weight: 600;
    line-height: 110%;
    letter-spacing: -.8px
}

@media screen and (max-width:767px) {
    .paragraph-heading-component .mo-heading-50px {
        font-size: 36px;
        letter-spacing: -.5px
    }
}

.paragraph-heading-component .mo-color-red {
    color: #e2231a
}

.paragraph-heading-component .mo-color-white {
    color: #fff
}

.paragraph-heading-component .mo-color-black {
    color: #232323
}

.paragraph-heading-component .mo-whitespace {
    display: block !important;
    height: 0
}

.copy_area {
    padding-left: 60px
}