@import url('foundation-blessed1.css?z=1586168453397');

.ge-topbar ul.right {
    margin-right: 35px
}

.ge-topbar .button.small {
    padding: 0.375rem 0.6rem
}

.ge-topbar #input {
    position: absolute;
    top: 0;
    right: 0px;
    width: 0px;
    height: 60px;
    z-index: 5;
    overflow: hidden;
    background-color: #fff;
    opacity: 0
}

.ge-topbar #input input {
    width: 420px;
    right: -420px;
    display: block;
    position: absolute;
    padding: 1.1rem 0.8rem;
    display: block;
    -webkit-transition: right 0;
    transition: right 0;
    top: 16px
}

.ge-topbar #input input:focus {
    outline: none
}

.ge-topbar #input.focus {
    z-index: 20;
    opacity: 100;
    width: 680px;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s
}

.ge-topbar #input.focus input {
    right: 0;
    -webkit-transition: right 0.3s;
    transition: right 0.3s
}

.ge-topbar .icon {
    position: absolute;
    right: 4px;
    top: 3px;
    color: #129d51;
    cursor: pointer;
    z-index: 20
}

.ge-topbar .icon i {
    font-size: 22px
}

.ge-topbar form input[type="submit"] {
    width: auto;
    display: inline-block;
    padding-left: 0.5rem !important;
    padding-right: 0.5rem
}

.ge-topbar .logo {
    height: 2.2666666667rem;
    margin-top: 0rem
}

.ge-topbar #search-submit {
    display: none
}

.top-bar {
    background-color: #fff;
    height: 4.3333333333rem;
    line-height: 4.3333333333rem
}

.top-bar .name h1 a {
    padding-left: 0
}

.ge-navwrap {
    height: 66px;
    margin-bottom: 0
}

.home .ge-navwrap {
    margin-bottom: 0
}

.content-dropdown {
    width: 100%
}

.megamenu .row {
    max-width: 85.3333333333rem;
    margin: 0 auto
}

@media only screen and (min-width: 58.2666666667rem) {
    .top-bar-section .right li .dropdown li .dropdown {
        right: inherit;
        left: 100%
    }
}

@media only screen and (max-width: 51.2rem) {
    .ge-topbar ul.right {
        float: left !important
    }

    .search {
        display: none
    }
}

@media only screen and (min-width: 641px) {
    .dropdown-wrapper {
        background-color: #333333 !important;
        padding: 10px 0
    }
}

@media only screen and (max-width: 25rem) {
    .ge-topbar .right {
        margin-top: 0.5rem;
        margin-bottom: 1.5rem;
        margin-right: -1rem
    }

    #search-submit {
        display: block
    }
}

.footer-wrapper {
    background-color: #cddbd3;
    padding: 1rem 0;
    border-top: 1px solid #B2C5BA
}

.footer-wrapper .small {
    font-size: .8rem;
    margin-bottom: 0
}

.footer-wrapper img {
    max-width: 250px
}

.footer-wrapper-btm {
    background-color: #eaf0ed;
    padding: 1rem 0
}

.footer-wrapper-btm p,
.footer-wrapper-btm ul {
    margin-bottom: 0;
    font-size: .8rem
}

.narrow-col {
    max-width: 64rem
}

.center {
    text-align: center
}

svg:not(:root) {
    overflow: hidden
}

.svgicon {
    fill: currentColor
}

.home .news h3 {
    font-size: 1.6rem;
    margin-bottom: 0.9rem
}

.home .news h4 {
    font-size: 1.2rem;
    margin-bottom: 0.5rem
}

.home .news p {
    font-size: 0.9rem
}

.page-wrapper {
    position: relative;
    overflow: hidden
}

section.slider {
    width: 100%;
    max-height: 600px;
    overflow: hidden;
    position: absolute;
    top: 0
}

section.slider:after {
    content: "";
    display: block;
    background-image: url(../../static_templates/assets/img/curve2.svg);
    height: 260px;
    width: 100%;
    display: block;
    bottom: -5px;
    position: absolute;
    z-index: 2;
    background-size: cover;
    background-repeat: no-repeat
}

section.slider .ge-slider:before {
    content: "";
    display: block;
    width: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(1, 84, 81, 0.6)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to right, rgba(1, 84, 81, 0.6) 0%, rgba(255, 255, 255, 0) 100%);
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1
}

.slider-content {
    position: relative;
    margin-top: -500px
}

.slider-content .panel {
    background-color: #ab0434;
    border-width: 0
}

.main-content {
    margin-top: 5rem
}

.main-content .csscol {
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2
}

.page-heading {
    padding-top: 5rem;
    margin-bottom: 7rem;
    position: relative;
    z-index: 1
}

.page-heading p,
.page-heading h1 {
    color: #fff;
    margin: 0;
    padding: 0
}

.page-heading h1 {
    font-size: 4rem;
    line-height: 1;
    margin-bottom: 1.1rem;
    font-weight: 600;
    text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.6)
}

.page-heading p {
    text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.6);
    font-size: 1.8rem;
    line-height: 1.1
}

.page-heading p:first-child {
    text-transform: uppercase;
    font-size: 1.1rem
}

.wrapper--split {
    background-color: #eaf0ed;
    position: relative;
    margin-top: 3rem;
    margin-bottom: 0rem
}

@media (min-width: 684px) {
    .wrapper--split .inline-pic {
        display: none
    }
}

.wrapper--split.industrial_app {
    margin-top: 0;
    margin-bottom: 3rem
}

.wrapper--split.industrial_app .bg {
    left: 0
}

@media only screen and (min-width: 42.6666666667rem) {
    .wrapper--split.industrial_app .split__content {
        margin-left: 50%;
        padding-left: 4rem
    }
}

.wrapper--split .bg {
    display: none;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: left;
    height: 100%;
    width: 50%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0
}

.wrapper--split .split {
    padding: 5rem 2rem
}

.usps {
    padding: 4rem 0 1rem 0
}

.usps ul {
    margin: 0;
    list-style: none
}

.usps ul li {
    text-align: center
}

.usps ul li h3 {
    text-transform: uppercase;
    font-size: 1.1rem;
    font-weight: 600;
    color: #a2a1a6;
    display: inline-block;
    padding-left: 0.5rem;
    margin: 9px 0 0 0
}

.usps .svgicon {
    position: relative;
    display: block;
    width: 45px;
    height: 45px;
    vertical-align: middle;
    margin: 0 auto
}

.slick-loading .slick-list {
    background: #fff url("./../../static_templates/assets/img/ajax-loader.gif") center center no-repeat
}

.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: auto;
    width: auto;
    line-height: 3.3333333333rem;
    font-size: 3.3333333333rem;
    cursor: pointer;
    background: rgba(255, 255, 255, 0);
    color: rgba(255, 255, 255, 0.6);
    top: 40%;
    margin: 0;
    padding: 20px;
    border: none;
    outline: none;
    z-index: 10
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
    background: transparent;
    color: #fff
}

.slick-prev {
    left: 3rem
}

.slick-next {
    right: 3rem
}

@media only screen and (max-width: 25rem) {
    .slick-slider {
        margin-top: 0
    }

    .home .main-content {
        margin-top: 1rem
    }
}

.filter-options ul {
    list-style: none;
    margin: 0
}

.filter-options ul li {
    display: inline-block
}

.filter-options ul li .button.active {
    background-color: #a2a1a6
}

ul.thumb-group {
    list-style: none;
    margin-bottom: 3rem;
    margin-top: 0;
    left: 0
}

ul.thumb-group>li {
    display: inline-block;
    margin-right: 10px
}

ul.thumb-group img {
    height: 85px
}

table.product-atts {
    width: 100%
}

.call-back h3 {
    font-size: 1.4rem;
    margin-top: 0
}

.call-back p {
    font-size: 0.85rem
}

.call-back input[type="submit"] {
    width: 100%
}

.quick-view .button {
    margin-top: 1rem
}

.quick-view .meta {
    margin-bottom: 0
}

.quick-view .meta span {
    font-weight: 700
}

.diagram {
    text-align: center
}

.my-pagination {
    font-size: 0.9rem
}

.my-pagination .active {
    font-weight: 700
}

.filters i.fa {
    float: right;
    top: 3px;
    position: relative
}

.filters.accordion {
    margin-left: 0
}

.filters .side-nav li {
    margin: 0 0 0rem 0
}

.filters.accordion .accordion-navigation>a {
    background: transparent;
    padding: 0.2rem;
    padding-left: 0;
    font-weight: 400;
    font-size: 0.9rem
}

.filters input[type="checkbox"],
.filters input[type="radio"] {
    margin: 0 0 0.2rem 0
}

.filters.accordion .accordion-navigation>.content {
    padding: 0 1.2rem
}

.filters.accordion .accordion-navigation>.content ul {
    padding: 0.5rem 0
}

.filters .ge-icon {
    background: #fff url(../assets/img/accordion.png) 0 0 no-repeat !important;
    width: 9px;
    height: 9px;
    display: inline-block;
    float: right;
    position: relative;
    top: 5px
}

.filters a.open .ge-icon,
.filters .accordion-navigation.active a .ge-icon {
    background: #fff url(../assets/img/accordion.png) 0 -9px no-repeat !important
}

.filter-results {
    margin-top: 1rem
}

.product-intro.row {
    margin-bottom: 1rem
}

.prod-image-wrapper {
    min-height: 250px
}

.product-row .last {
    float: left !important
}

.product-row__thb {
    margin-bottom: 2rem
}

.product-row__thb span {
    display: inline-block;
    text-align: center;
    width: 100%;
    font-size: 0.9rem;
    padding: 0 0.3rem
}

.product-row__thb .quick {
    text-transform: uppercase;
    font-size: 0.7rem;
    padding: 0.3rem;
    background-color: #129d51;
    margin-bottom: 0.5rem
}

.product-row__thb .quick a {
    color: rgba(255, 255, 255, 0.8)
}

.product-row__thb .quick a:hover {
    color: #fff
}

.product-row__thb .series {
    padding: 0.3rem
}

.product-row__thb .series a {
    text-transform: uppercase;
    color: #AB0434;
    color: #a2a1a6;
    font-weight: 900
}

#productModal h3 {
    font-size: 1.6rem;
    color: #129d51;
    font-weight: 900
}

#productModal p {
    font-size: 1.0rem;
    line-height: 1.4
}

#productModal p.meta {
    margin: 0;
    font-size: 0.85rem;
    margin-bottom: 0.25rem
}

#productModal p span {
    font-weight: 700
}

#productModal a.button {
    margin-top: 1rem
}

#productModal img {
    border-radius: 4px
}

.call-back .nonfield_submit {
    margin-bottom: 0
}

.call-back .nonfield_submit input {
    margin-bottom: 0
}

@media only screen and (max-width: 25rem) {
    button.filter-results {
        width: 100%
    }

    .reset-filter {
        text-align: center
    }

    .filter-sidebar h3 {
        text-align: center
    }

    .product-archive article h1,
    .product-archive article .cat-img {
        text-align: center
    }

    ul.thumb-group {
        margin-top: 1rem
    }
}

.applications-archive .ge-navwrap {
    margin-bottom: 0
}

.applications-archive .panels {
    margin-bottom: 2rem
}

.applications-archive .panels:last-of-type {
    margin-bottom: 4rem
}

.applications-archive section.main-content {
    margin-top: -17rem
}

.applications-single .ge-navwrap {
    margin-bottom: 0
}

.hero--small .hero-feature .page-heading.wrapper {
    margin-bottom: 14rem
}

.hero-feature {
    overflow: hidden;
    color: #FFF;
    xbackground: -webkit-gradient(linear, left top, right top, from(#164737), to(#5bd697));
    xbackground: linear-gradient(90deg, #164737 0%, #5bd697 100%);
    position: relative;
    z-index: 1
}

.hero-feature:after {
    content: "";
    display: block;
    background-image: url(../../static_templates/assets/img/curve.svg);
    background-size: cover;
    height: 224px;
    width: 100%;
    display: block;
    bottom: -5px;
    position: absolute;
    z-index: 2
}

.hero-feature canvas {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.hero-feature .logo-icon {
    position: absolute;
    top: -40%;
    right: 0%;
    width: 54%;
    height: auto;
    z-index: 1
}

.hero-feature .page-heading.wrapper {
    margin-top: 5rem;
    margin-bottom: 25rem;
    padding-top: 0;
    position: relative
}

.hero-feature .page-heading.wrapper .columns {
    max-width: 600px
}

.hero-feature h1 {
    color: #fff
}

.banner {
    background-size: cover;
    max-width: 100%;
    min-height: 40rem;
    margin-bottom: 3rem
}

.banner h1 {
    font-size: 0.9rem;
    text-transform: uppercase
}

.banner .row {
    padding-top: 30rem
}

.banner .row .panel {
    position: relative;
    bottom: 2rem
}

.banner .row .panel p {
    font-size: 1.5rem
}

@media only screen and (min-width: 40.0625em) {
    .tabs.vertical {
        max-width: 100%;
        width: 100%
    }
}

.page-heading .banner-heading {
    height: 10rem
}

.search-hints td {
    padding: 0.35rem 0.5rem
}

.search-hints table {
    width: 100%
}

.columns.nlp {
    padding-left: 0 !important
}

.pt-20 {
    padding-top: 20px
}

.mb-0 {
    margin-bottom: 0
}

.mr-0 {
    margin-right: 0
}

.pb-0 {
    padding-bottom: 0
}

.results-image {
    min-width: 100px;
    max-width: 200px;
    width: 150px
}

.product-atts th,
.product-atts td {
    text-align: center
}

.mt-1r {
    margin-top: 1rem
}

.mt-5 {
    margin-top: 5px
}

.page p,
.page ul {
    margin-bottom: 0.333rem
}

#freeform_sample_requested_by:invalid {
    color: red;
    border-color: red;
    background-color: rgba(255, 0, 0, 0.1)
}

.clearing-close {
    padding-top: 70px
}

.page .form_description {
    font-style: italic;
    margin-top: -0.7rem;
    padding-top: 0;
    font-size: 0.8rem
}

.page label {
    font-weight: 700
}

.page .main-content input[type="text"],
.page .main-content input[type="password"],
.page .main-content input[type="date"],
.page .main-content input[type="datetime"],
.page .main-content input[type="datetime-local"],
.page .main-content input[type="month"],
.page .main-content input[type="week"],
.page .main-content input[type="email"],
.page .main-content input[type="number"],
.page .main-content input[type="search"],
.page .main-content input[type="tel"],
.page .main-content input[type="time"],
.page .main-content input[type="url"],
.page .main-content input[type="color"],
.page .main-content textarea {
    margin: 0.3rem 0 1rem 0
}

.page .main-content input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    border-style: solid;
    border-width: 0;
    cursor: pointer;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: normal;
    line-height: normal;
    margin: 0 0 1.25rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    padding: 1rem 2rem 1.0625rem 2rem;
    font-size: 1rem;
    background-color: #129d51;
    border-color: #0e7e41;
    color: #FFFFFF;
    -webkit-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out
}

.page .required_item {
    margin-left: 4px;
    color: red
}

.page .form_error {
    color: red
}

.offline .main-content {
    display: table;
    height: 100%;
    width: 100%;
    margin-top: 0
}

.offline .main-content .row {
    display: table-cell;
    vertical-align: middle
}

.offline .main-content .columns {
    text-align: center
}

.offline h1 {
    margin: 2rem 0 0.5rem;
    font-size: 1.8em
}

.offline p {
    font-size: 1.2em
}

.offline .logo {
    height: auto
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir="rtl"] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

#call-now,
li#call-now,
li#call-now a {
    font-family: "Font Awesome 5 Free", "Open Sans", Arial, sans-serif
}
footer .side-nav li a:not(.button) {
    padding: 0;
}