@import url(https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Quicksand:wght@300;400;500;700&display=swap);

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

a:active,
a:hover {
    outline: 0
}

.search-module input {
    color: inherit;
    font: inherit;
    margin: 0
}

.search-module input[type=button],
.search-module input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

.search-module input::-moz-focus-inner {
    box-sizing: border-box;
    border: 0;
    padding: 0
}

input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

body {
    -webkit-font-smoothing: antialiased;
    background-color: #fff;
    color: #1c1c1c;
    font-family: "Lato", sans-serif;
    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
    }
}

.section-header-wrap p {
    font-size: 1.375em;
    line-height: 1.3636363636em;
    margin-bottom: 1.3636363636em;
    font-weight: 600
}

@media (min-width:40em) {
    .section-header-wrap p {
        font-size: 1.5625em;
        line-height: 1.52em;
        margin-bottom: 1.52em
    }
}

a:active,
a:focus,
a:visited {
    outline: 0
}

a:focus:not(:hover):not(:active) {
    outline: 2px dashed red;
    outline-offset: 2px
}

img {
    margin: 0;
    max-width: 100%
}

.bq-wrap {
    background-color: #daf3ea;
    border-left: 15px solid #097f4e;
    margin: 0
}

.bq-wrap .inner-wrap,
.bq-wrap .inner-wrap-fullwidth,
.bq-wrap .inner-wrap-narrow,
.bq-wrap .inner-wrap-wide {
    padding-top: 2.625em;
    padding-bottom: 2.6875em
}

.search-module input {
    display: block;
    font-family: "Lato", sans-serif;
    font-size: 1.0625em
}

.search-module input[type=search],
.search-module input[type=text] {
    box-sizing: border-box;
    -webkit-transition: border-color;
    -moz-transition: border-color;
    transition: border-color;
    background-color: #fff;
    border-radius: 0;
    border: 1px solid #efefef;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .06);
    font-family: "Lato", sans-serif;
    font-size: 1.0625em;
    margin-bottom: .75em;
    padding: .5em .5em;
    width: 100%
}

.search-module input[type=search]:hover,
.search-module input[type=text]:hover {
    border-color: #d6d5d5
}

.search-module input[type=search]:focus,
.search-module input[type=text]:focus {
    border-color: #004c30;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .06), 0 0 5px rgba(0, 51, 32, .7);
    outline: 0
}

.search-module input[type=search] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none
}

.site-nav ul {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    list-style-type: none
}

.site-footer ul {
    box-sizing: border-box;
    margin: 0;
    padding-left: 0;
    list-style-type: none
}

.btn-alt,
.btn-common,
.search-module input[type=submit] {
    box-sizing: border-box;
    position: relative;
    -webkit-font-smoothing: antialiased;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    font-size: 1.0625rem;
    font-weight: 700;
    line-height: 1.4117647059em;
    padding: 1.0588235294em 1.7647058824em;
    text-decoration: none;
    -webkit-transition: background .1s linear;
    -moz-transition: background .1s linear;
    transition: background .1s linear
}

.btn-alt:hover,
.btn-common:hover,
.search-module input:hover[type=submit] {
    color: #fff
}

.btn-alt:disabled,
.btn-common:disabled,
.search-module input:disabled[type=submit] {
    cursor: not-allowed;
    opacity: .5
}

.btn-alt:after,
.btn-common:after,
.search-module input[type=submit]:after {
    content: ''
}

.btn-common,
.search-module input[type=submit] {
    background-color: #004c30;
    border-radius: 1.7058823529em
}

.btn-common:hover,
.search-module input:hover[type=submit] {
    background-color: #097f4e
}

.btn-alt {
    box-sizing: border-box;
    background-color: #004c30;
    border-radius: 1.4705882353em;
    padding: .7647058824em 1.7647058824em
}

.btn-alt-arrow:hover,
.btn-alt-download:hover,
.btn-alt:hover {
    background-color: #097f4e
}

.search-module input[type=submit] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    border: none;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap
}

.search-module input[type=submit]:focus:not(:hover):not(:active) {
    outline: 2px dashed red;
    outline-offset: 2px
}

#hs_menu_wrapper_primary_nav,
.site-nav {
    background-color: transparent
}

@media (min-width:60em) {

    #hs_menu_wrapper_primary_nav,
    .site-nav {
        display: block;
        position: relative;
        top: 0;
        left: 0;
        background-color: transparent
    }
}

@media (min-width:80em) {

    #hs_menu_wrapper_primary_nav,
    .site-nav {
        background-color: transparent
    }
}

#hs_menu_wrapper_primary_nav>ul,
.sn-level-1 {
    margin: 0;
    box-sizing: border-box;
    padding: 0
}

@media (min-width:60em) {

    #hs_menu_wrapper_primary_nav>ul,
    .sn-level-1 {
        height: 3.75em;
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex
    }
}

.hs-menu-depth-1,
.sn-li-l1 {
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    background-color: transparent;
    position: relative
}

.hs-menu-depth-1 span,
.sn-li-l1 span {
    font-size: 1.0625em
}

.hs-menu-depth-1>a,
.sn-li-l1>a {
    box-sizing: border-box;
    display: block;
    line-height: 1.5em;
    color: #1c1c1c;
    text-decoration: none;
    padding: .625em 2.5em .875em 1.125em;
    font-weight: 700
}

.hs-menu-depth-1>a:visited,
.sn-li-l1>a:visited {
    color: #1c1c1c
}

.hs-menu-depth-1>a:hover,
.sn-li-l1>a:hover {
    color: #1c8267
}

.hs-menu-depth-1.has-subnav .m-subnav-arrow,
.hs-menu-depth-1.hs-item-has-children .m-subnav-arrow,
.hs-menu-depth-1.menu-item-has-children .m-subnav-arrow,
.sn-li-l1.has-subnav .m-subnav-arrow,
.sn-li-l1.hs-item-has-children .m-subnav-arrow,
.sn-li-l1.menu-item-has-children .m-subnav-arrow {
    box-sizing: border-box;
    cursor: pointer;
    padding-right: 0;
    background-image: url(ico-arrow-down.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: .5882352941em;
    display: block;
    width: 2.3529411765em;
    height: 2.9411764706em;
    position: absolute;
    background-color: transparent;
    right: 0;
    top: 0;
    bottom: 0
}

.hs-menu-depth-1.has-subnav .m-subnav-arrow.active,
.hs-menu-depth-1.hs-item-has-children .m-subnav-arrow.active,
.hs-menu-depth-1.menu-item-has-children .m-subnav-arrow.active,
.sn-li-l1.has-subnav .m-subnav-arrow.active,
.sn-li-l1.hs-item-has-children .m-subnav-arrow.active,
.sn-li-l1.menu-item-has-children .m-subnav-arrow.active {
    background-image: url(ico-arrow-up.svg)
}

.hs-menu-depth-1.has-subnav>a span,
.hs-menu-depth-1.hs-item-has-children>a span,
.hs-menu-depth-1.menu-item-has-children>a span,
.sn-li-l1.has-subnav>a span,
.sn-li-l1.hs-item-has-children>a span,
.sn-li-l1.menu-item-has-children>a span {
    box-sizing: border-box;
    padding-right: 0;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: .75em;
    display: block
}

.hs-menu-depth-1.has-subnav>a.active span,
.hs-menu-depth-1.hs-item-has-children>a.active span,
.hs-menu-depth-1.menu-item-has-children>a.active span,
.sn-li-l1.has-subnav>a.active span,
.sn-li-l1.hs-item-has-children>a.active span,
.sn-li-l1.menu-item-has-children>a.active span {
    transform: rotate(180deg)
}

.hs-menu-depth-1.has-subnav.active>a,
.hs-menu-depth-1.hs-item-has-children.active>a,
.hs-menu-depth-1.menu-item-has-children.active>a,
.sn-li-l1.has-subnav.active>a,
.sn-li-l1.hs-item-has-children.active>a,
.sn-li-l1.menu-item-has-children.active>a {
    color: #1c8267
}

.hs-menu-depth-1.has-subnav:hover>a,
.hs-menu-depth-1.hs-item-has-children:hover>a,
.hs-menu-depth-1.menu-item-has-children:hover>a,
.sn-li-l1.has-subnav:hover>a,
.sn-li-l1.hs-item-has-children:hover>a,
.sn-li-l1.menu-item-has-children:hover>a {
    color: #1c8267
}

.hs-menu-depth-1:hover,
.sn-li-l1:hover {
    background-color: transparent
}

@media (min-width:60em) {

    .hs-menu-depth-1,
    .sn-li-l1 {
        height: 4.5em;
        float: left;
        border-bottom: 0;
        border-right: 0;
        -webkit-flex-grow: 1;
        -moz-flex-grow: 1;
        flex-grow: 1;
        -ms-flex-positive: 1;
        text-align: center;
        margin-right: 17px
    }

    .hs-menu-depth-1:last-child,
    .sn-li-l1:last-child {
        margin-right: 0
    }

    .hs-menu-depth-1 span,
    .sn-li-l1 span {
        font-size: 1.0625em
    }

    .hs-menu-depth-1>a,
    .sn-li-l1>a {
        box-sizing: border-box;
        padding: 0;
        color: #1c1c1c
    }

    .hs-menu-depth-1>a:hover,
    .sn-li-l1>a:hover {
        color: #1c8267
    }

    .hs-menu-depth-1:hover .hs-menu-children-wrapper,
    .hs-menu-depth-1:hover .sn-level-2,
    .sn-li-l1:hover .hs-menu-children-wrapper,
    .sn-li-l1:hover .sn-level-2 {
        display: block !important
    }

    .hs-menu-depth-1.has-subnav .m-subnav-arrow,
    .hs-menu-depth-1.hs-item-has-children .m-subnav-arrow,
    .hs-menu-depth-1.menu-item-has-children .m-subnav-arrow,
    .sn-li-l1.has-subnav .m-subnav-arrow,
    .sn-li-l1.hs-item-has-children .m-subnav-arrow,
    .sn-li-l1.menu-item-has-children .m-subnav-arrow {
        display: none
    }

    .hs-menu-depth-1.has-subnav>a span,
    .hs-menu-depth-1.hs-item-has-children>a span,
    .hs-menu-depth-1.menu-item-has-children>a span,
    .sn-li-l1.has-subnav>a span,
    .sn-li-l1.hs-item-has-children>a span,
    .sn-li-l1.menu-item-has-children>a span {
        box-sizing: border-box;
        padding-right: 0;
        background-size: .625em;
        display: inline
    }

    .hs-menu-depth-1.has-subnav>a.active span,
    .hs-menu-depth-1.hs-item-has-children>a.active span,
    .hs-menu-depth-1.menu-item-has-children>a.active span,
    .sn-li-l1.has-subnav>a.active span,
    .sn-li-l1.hs-item-has-children>a.active span,
    .sn-li-l1.menu-item-has-children>a.active span {
        background-image: url(ico-arrow-down.svg)
    }

    .hs-menu-depth-1:hover,
    .sn-li-l1:hover {
        background-color: transparent
    }
}

@media (min-width:80em) {

    .hs-menu-depth-1 span,
    .sn-li-l1 span {
        font-size: 1.0625em
    }

    .hs-menu-depth-1>a,
    .sn-li-l1>a {
        color: #1c1c1c
    }

    .hs-menu-depth-1>a:hover,
    .sn-li-l1>a:hover {
        color: #1c8267
    }

    .hs-menu-depth-1:hover,
    .sn-li-l1:hover {
        background-color: transparent
    }
}

.hs-menu-children-wrapper,
.sn-level-2 {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    display: none;
    position: relative
}

.hs-menu-children-wrapper.active,
.sn-level-2.active {
    display: block !important
}

@media (min-width:60em) {

    .hs-menu-children-wrapper,
    .sn-level-2 {
        position: absolute;
        z-index: 11;
        top: 99.5%;
        min-width: 25.3125em;
        left: -1.875em;
        background-color: #fff;
        text-align: left
    }

    .hs-menu-children-wrapper.active,
    .sn-level-2.active {
        display: none
    }
}

.hs-menu-depth-2,
.sn-li-l2,
.sn-li-l3,
.sn-li-l4 {
    background-color: transparent
}

.hs-menu-depth-2>a,
.sn-li-l2>a,
.sn-li-l3>a,
.sn-li-l4>a {
    box-sizing: border-box;
    padding: .625em 2.5em .875em 2em;
    color: #000;
    border-top: 1px solid rgba(0, 0, 0, .2);
    display: block;
    text-decoration: none;
    line-height: 1.5em;
    font-weight: 600
}

.hs-menu-depth-2>a:visited,
.sn-li-l2>a:visited,
.sn-li-l3>a:visited,
.sn-li-l4>a:visited {
    color: #000
}

.hs-menu-depth-2>a:hover,
.sn-li-l2>a:hover,
.sn-li-l3>a:hover,
.sn-li-l4>a:hover {
    color: #fff
}

.hs-menu-depth-2>a span,
.sn-li-l2>a span,
.sn-li-l3>a span,
.sn-li-l4>a span {
    font-size: 1.0625em;
    line-height: 1.25em;
    display: inline-block;
    vertical-align: middle
}

.hs-menu-depth-2:last-child>a,
.sn-li-l2:last-child>a,
.sn-li-l3:last-child>a,
.sn-li-l4:last-child>a {
    border-bottom: 0
}

.hs-menu-depth-2:hover,
.sn-li-l2:hover,
.sn-li-l3:hover,
.sn-li-l4:hover {
    background-color: #004c30
}

@media (min-width:60em) {

    .hs-menu-depth-2,
    .sn-li-l2,
    .sn-li-l3,
    .sn-li-l4 {
        position: relative;
        background-color: transparent
    }

    .hs-menu-depth-2>a,
    .sn-li-l2>a,
    .sn-li-l3>a,
    .sn-li-l4>a {
        box-sizing: border-box;
        padding: .6875em 1.5625em .8125em 1.5625em;
        border-top: 1px solid rgba(28, 28, 28, .1);
        border-right: 0
    }

    .hs-menu-depth-2>a span,
    .sn-li-l2>a span,
    .sn-li-l3>a span,
    .sn-li-l4>a span {
        font-size: 1.0625em
    }

    .hs-menu-depth-2:first-child>a,
    .sn-li-l2:first-child>a,
    .sn-li-l3:first-child>a,
    .sn-li-l4:first-child>a {
        border-top: 0
    }

    .hs-menu-depth-2:hover,
    .sn-li-l2:hover,
    .sn-li-l3:hover,
    .sn-li-l4:hover {
        background-color: #004c30
    }

    .hs-menu-depth-2:hover .sn-level-3,
    .sn-li-l2:hover .sn-level-3,
    .sn-li-l3:hover .sn-level-3,
    .sn-li-l4:hover .sn-level-3 {
        box-sizing: border-box;
        display: block !important;
        margin: -1.5625em;
        padding: 1.5625em
    }
}

@media (min-width:80em) {

    .hs-menu-depth-2,
    .sn-li-l2,
    .sn-li-l3,
    .sn-li-l4 {
        background-color: transparent
    }

    .hs-menu-depth-2>a span,
    .sn-li-l2>a span,
    .sn-li-l3>a span,
    .sn-li-l4>a span {
        font-size: 1.0625em
    }

    .hs-menu-depth-2:hover,
    .sn-li-l2:hover,
    .sn-li-l3:hover,
    .sn-li-l4:hover {
        background-color: #004c30
    }
}

.sn-level-3,
.sn-level-4,
.sn-level-5 {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    display: none;
    position: relative
}

.sn-level-3.active,
.sn-level-4.active,
.sn-level-5.active {
    display: block
}

@media (min-width:60em) {

    .sn-level-3,
    .sn-level-4,
    .sn-level-5 {
        position: absolute;
        top: 0;
        left: 100%
    }

    .sn-level-3.active,
    .sn-level-4.active,
    .sn-level-5.active {
        display: none
    }
}

.sn-li-l3:hover .sn-level-4,
.sn-li-l4:hover .sn-level-4 {
    box-sizing: border-box;
    display: block !important;
    margin: -1.5625em;
    padding: 1.5625em
}

.sn-li-l4:hover .sn-level-5 {
    box-sizing: border-box;
    display: block !important;
    margin: -1.5625em;
    padding: 1.5625em
}

.site-nav-container {
    box-sizing: border-box;
    background-color: #fff;
    width: 100%;
    right: -100%;
    top: 0;
    z-index: 1000;
    position: absolute;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    padding-bottom: 4.8125em
}

.site-nav-container.active {
    right: 0
}

@media (min-width:60em) {
    .site-nav-container {
        box-sizing: border-box;
        width: auto;
        height: auto;
        right: auto;
        bottom: auto;
        top: auto;
        position: static;
        background-color: transparent;
        padding: 0;
        display: inline-block;
        vertical-align: top;
        float: left;
        margin: 1.4375em 0 0 2.625em
    }
}

.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, .5)
}

.site-nav-container-screen.active {
    display: block
}

@media (min-width:60em) {
    .site-nav-container-screen {
        display: none !important
    }
}

.close-menu {
    box-sizing: border-box;
    display: inline-block;
    clear: both;
    position: relative;
    text-align: left;
    color: #1c1c1c !important;
    font-family: "Lato", sans-serif;
    padding: 0 2.0588235294em .1764705882em 0;
    margin: 0 auto;
    font-size: 1.0625em;
    line-height: 1.2941176471em;
    text-decoration: none;
    float: right;
    font-weight: 700
}

.close-menu:visited {
    color: #1c1c1c
}

.close-menu:hover {
    color: #1c1c1c
}

.close-menu:after {
    content: '';
    background-color: transparent;
    background-image: url(close.svg);
    background-size: 1.4705882353em 1.4117647059em;
    background-position: right center;
    background-repeat: no-repeat;
    display: block;
    width: 1.4705882353em;
    top: 0;
    bottom: 0;
    right: 0;
    position: absolute
}

@media (min-width:60em) {
    .close-menu {
        display: none
    }
}

.snc-header {
    box-sizing: border-box;
    text-align: left;
    padding: 1.625em .875em 1.875em 1.125em;
    border-bottom: 1px solid rgba(0, 0, 0, .2)
}

@media (min-width:60em) {
    .snc-header {
        box-sizing: border-box;
        padding: 0;
        display: none
    }
}

.snc-global-ph {
    box-sizing: border-box;
    display: inline-block;
    font-size: 1.0625em;
    line-height: 1.2941176471em;
    position: relative;
    padding-left: 1.6470588235em;
    font-weight: 600;
    color: #1c1c1c
}

.snc-global-ph:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(globe.svg);
    background-repeat: no-repeat;
    background-size: 1.1764705882em 1.1764705882em;
    background-position: left .1176470588em;
    width: 1.1764705882em;
    height: 100%
}

.inner-wrap,
.inner-wrap-fullwidth,
.inner-wrap-narrow,
.inner-wrap-wide {
    box-sizing: border-box;
    max-width: 73.5em;
    margin-left: auto;
    margin-right: auto;
    padding: 1.5em 1em 1.5em 1em
}

.inner-wrap-fullwidth::after,
.inner-wrap-narrow::after,
.inner-wrap-wide::after,
.inner-wrap::after {
    clear: both;
    content: "";
    display: table
}

.inner-wrap-fullwidth>:first-child,
.inner-wrap-narrow>:first-child,
.inner-wrap-wide>:first-child,
.inner-wrap>:first-child {
    margin-top: 0
}

.inner-wrap-fullwidth>:last-child,
.inner-wrap-narrow>:last-child,
.inner-wrap-wide>:last-child,
.inner-wrap>:last-child {
    margin-bottom: 0
}

@media (min-width:40em) {

    .inner-wrap,
    .inner-wrap-fullwidth,
    .inner-wrap-narrow,
    .inner-wrap-wide {
        box-sizing: border-box;
        padding: 2.5em 1.5em 2.5em 1.5em
    }
}

.inner-wrap-narrow {
    max-width: 64.5em
}

.inner-wrap-wide {
    max-width: 80.75em
}

.inner-wrap-fullwidth {
    max-width: 100%
}

.section-header-wrap {
    background-color: #efefef
}

.section-header-wrap .inner-wrap,
.section-header-wrap .inner-wrap-fullwidth,
.section-header-wrap .inner-wrap-narrow,
.section-header-wrap .inner-wrap-wide {
    padding-top: 1.5em;
    padding-bottom: 1.5em
}

.section-header-wrap h1 {
    margin: 0
}

.section-header-wrap p {
    margin: .5em 0 0 0
}

.section-cta {
    text-align: center
}

.blockquote-text {
    box-sizing: border-box;
    color: #477dca;
    font-weight: 600;
    position: relative;
    font-size: 1.125em;
    padding: 0 1.7777777778em 0;
    margin-top: 1.7777777778em;
    margin-bottom: 1.7777777778em
}

.blockquote-text:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: .5em;
    height: 100%;
    background-color: #477dca
}

@media (min-width:40em) {
    .blockquote-text {
        max-width: 45.7142857143em;
        width: 100%;
        margin: auto;
        font-size: 1.375em;
        line-height: 1.3333333333em;
        padding: 0 .7619047619em 0 2.1428571429em;
        margin-top: 3.5238095238em;
        margin-bottom: 3.5238095238em
    }
}

.click-expand {
    clear: both;
    border: 0;
    margin-bottom: 1.5em;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.click-expand.active:hover {
    background-color: #fff
}

.click-expand.active .ce-header {
    color: #000;
    background-color: #097f4e;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.click-expand.active .ce-header:after {
    content: "";
    position: absolute;
    color: #fff;
    background-image: url(ico-minus.svg);
    width: 13px;
    height: 2px;
    background-size: 13px 2px;
    background-repeat: no-repeat
}

.click-expand.active .ce-body {
    box-sizing: border-box;
    display: block;
    opacity: 1;
    background-color: #efefef;
    -webkit-animation: click-expand .5s 1;
    -moz-animation: click-expand .5s 1;
    animation: click-expand .5s 1;
    -webkit-animation-fill-mode: backwards;
    -moz-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
    -webkit-animation-delay: 50ms;
    -moz-animation-delay: 50ms;
    animation-delay: 50ms;
    padding: 1.6875em 1.875em .9375em;
    display: block;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px
}

.click-expand.active .ce-body>:first-child {
    margin-top: 0
}

.click-expand.active .ce-body>:last-child {
    margin-bottom: 0
}

.click-expand:hover {
    background-color: #efefef
}

.ce-header {
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
    margin: 0;
    padding-left: 1.2727272727em;
    padding-right: 2.0454545455em;
    padding-top: .7272727273em;
    padding-bottom: .7272727273em;
    font-size: 1.375em;
    background-color: #1c1c1c;
    color: #fff;
    font-weight: 600;
    text-transform: none;
    border-radius: 12px
}

.ce-header:after {
    box-sizing: border-box;
    content: "";
    background-image: url(ico-plus.svg);
    color: #fff;
    padding-left: 8px;
    position: absolute;
    right: 1em;
    width: 13px;
    height: 13px;
    background-size: 13px 13px;
    background-repeat: no-repeat;
    top: 50%;
    transform: translateY(-50%)
}

.ce-header:focus:not(:hover):not(:active) {
    outline: 2px dashed red;
    outline-offset: 2px
}

.ce-body {
    display: none;
    opacity: 0;
    background-color: #efefef
}

.ce-body p {
    font-size: 1.0625em;
    line-height: 1.6470588235em
}

@-webkit-keyframes click-expand {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-moz-keyframes click-expand {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes click-expand {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fwc-module {
    background-color: #097f4e;
    text-align: center;
    position: relative
}

.fwc-module .inner-wrap-narrow {
    box-sizing: border-box;
    padding-bottom: 2.4375em;
    padding-top: 3em;
    position: relative;
    z-index: 1
}

.fwc-module:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .16;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.fwc-module h2 {
    font-size: 2.5em;
    line-height: 1.15em;
    color: #000;
    margin: 0 0 30px
}

.fwc-module .btn-color {
    box-sizing: border-box;
    padding: 1.0588235294em 2.1176470588em
}

.product-grid {
    clear: both
}

.product-grid-item {
    font-size: .875em;
    text-decoration: none;
    text-align: center;
    background-color: #fff;
    padding: 1em;
    border-bottom: 1px solid #efefef;
    border-right: 1px solid #efefef;
    overflow: hidden;
    display: block;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out
}

.product-grid-item:hover {
    border-bottom: 1px solid #999;
    border-right: 1px solid #999
}

.product-grid-item:hover .product-grid-item-img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.07);
    -o-transform: scale(1.07);
    transform: scale(1.07)
}

@media (min-width:40em) {
    .product-grid-item {
        font-size: .75em;
        margin-bottom: 1.5em
    }
}

@media (min-width:60em) {
    .product-grid-item {
        font-size: 1em
    }
}

@media (min-width:40em) {
    .product-grid-item-header-wrap {
        height: 4em;
        line-height: 4em;
        margin-bottom: 1em
    }

    .product-grid-item-header-wrap .product-grid-item-header {
        display: inline-block;
        vertical-align: middle
    }
}

@media (min-width:60em) {
    .product-grid-item-header-wrap {
        height: 4em;
        line-height: 4em
    }
}

.product-grid-item-header {
    font-size: 1.125em;
    color: #097f4e;
    text-decoration: none;
    margin: 0;
    width: 70%;
    float: right;
    text-align: left;
    clear: none
}

@media (min-width:40em) {
    .product-grid-item-header {
        width: auto;
        float: none;
        text-align: center
    }
}

.product-grid-item-subheader {
    color: #000;
    margin: 0 0 1em 0;
    width: 70%;
    float: right;
    text-align: left;
    clear: none;
    font-size: .9375em
}

@media (min-width:40em) {
    .product-grid-item-subheader {
        width: auto;
        float: none;
        text-align: center
    }
}

@media (min-width:60em) {
    .product-grid-item-subheader {
        min-height: 3em
    }
}

.product-grid-item-img {
    float: left;
    width: 25%;
    margin-top: -1em;
    display: block;
    margin: 0 auto;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out
}

@media (min-width:40em) {
    .product-grid-item-img {
        margin-top: 0;
        float: none;
        width: auto
    }
}

.product-grid-item-link {
    margin: 1em 0 0 0;
    float: right;
    text-align: left;
    clear: none;
    font-size: .75em
}

@media (min-width:40em) {
    .product-grid-item-link {
        width: auto;
        float: none;
        text-align: center
    }
}

.side-nav {
    margin: 0 auto
}

.side-nav h3 {
    margin-top: 0
}

.sn-nav {
    max-width: 16.375em;
    overflow: hidden;
    margin-bottom: 3.125em;
    border-radius: 7px;
    overflow: hidden
}

.sn-nav li {
    background-color: #1c1c1c;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    position: relative
}

.sn-nav li:last-child {
    border-bottom: 0
}

.sn-nav li.active {
    background-color: #097f4e;
    border-bottom: 1px solid #efefef
}

.sn-nav li a {
    box-sizing: border-box;
    color: #fff;
    display: block;
    font-family: "Lato", sans-serif;
    font-size: 1.0625em;
    line-height: 1.4117647059em;
    text-decoration: none;
    padding: .5882352941em 2.3529411765em .5882352941em .9411764706em;
    font-weight: 400
}

.sn-nav li a:focus:not(:hover):not(:active) {
    outline: 2px dashed red;
    outline-offset: -2px
}

.sn-nav .menu-item-has-children .m-subnav-arrow {
    box-sizing: border-box;
    cursor: pointer;
    padding-right: 0;
    background-image: url(nav-down-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px 5px;
    display: block;
    width: 2.5em;
    height: 2.875em;
    position: absolute;
    background-color: transparent;
    right: 0;
    top: 0;
    bottom: 0
}

.sn-nav .menu-item-has-children .m-subnav-arrow.active {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    background-image: url(nav-down-arrow-black.svg)
}

.sn-nav .menu-item-has-children ul {
    box-sizing: border-box;
    margin-bottom: 0;
    padding: 0;
    display: none;
    background-color: #efefef
}

.sn-nav .menu-item-has-children ul li {
    margin-bottom: 0;
    background-color: #efefef;
    border-bottom: 0
}

.sn-nav .menu-item-has-children ul li a {
    box-sizing: border-box;
    color: #1c1c1c;
    padding: .5882352941em .9411764706em .5882352941em .9411764706em;
    font-size: 1.0625em;
    line-height: 1.4117647059em;
    font-weight: 400
}

.sn-nav .menu-item-has-children ul li:not([class]) {
    box-sizing: border-box;
    margin-bottom: 0;
    padding: 0
}

.sn-nav .menu-item-has-children ul li:not([class]):after {
    display: none
}

.sn-nav .menu-item-has-children ul li:hover {
    background-color: #004c30
}

.sn-nav .menu-item-has-children ul li:hover a {
    color: #fff
}

.sn-nav .menu-item-has-children ul:not([class]) {
    margin-bottom: 0
}

.sn-nav .menu-item-has-children ul.active {
    display: block
}

.product-item {
    margin-bottom: 1.25em
}

@media (min-width:40em) {
    .product-item {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 23.2317613015%
    }

    .product-item:last-child {
        margin-right: 0
    }
}

@media (max-width:40em) {
    .product-item {
        float: left;
        display: block;
        margin-right: 4.8291579146%;
        width: 47.5854210427%
    }

    .product-item:last-child {
        margin-right: 0
    }

    .product-item:nth-child(2n) {
        margin-right: 0
    }

    .product-item:nth-child(2n+1) {
        clear: left
    }
}

.product-title {
    font-size: 1em;
    display: block;
    font-weight: 400;
    text-align: center;
    line-height: 1.5em;
    margin-top: .625em;
    color: #1c1c1c
}

.media-object {
    overflow: hidden
}

.media-object-img {
    width: 20%;
    float: left;
    display: block;
    margin-right: 5%
}

.media-object-img img {
    width: 100%
}

.media-object-body {
    width: 75%;
    float: left
}

.media-object-header {
    margin-top: 0;
    margin-bottom: .15em
}

.media-grid-2>* {
    margin-bottom: 1em
}

@media (min-width:40em) {
    .media-grid-2>* {
        float: left;
        display: block;
        margin-right: 3.1684356888%;
        width: 48.4157821556%;
        margin-bottom: 1.5em
    }

    .media-grid-2>:last-child {
        margin-right: 0
    }

    .media-grid-2>:nth-child(2n) {
        margin-right: 0
    }

    .media-grid-2>:nth-child(2n+1) {
        clear: left
    }
}

.social-wrap {
    overflow: hidden
}

.social-wrap a {
    display: block;
    float: left;
    width: 25%;
    text-align: center;
    position: relative
}

.social-wrap a path {
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    transition: all .1s linear
}

.social-wrap a:hover {
    opacity: .75
}

.social-wrap a:hover path {
    fill: #477dca
}

.social-wrap img {
    display: inline-block;
    margin: 0 auto;
    width: 1.1em;
    height: auto;
    vertical-align: middle
}

.social-wrap svg {
    display: inline-block;
    vertical-align: middle
}

.slide-panel {
    display: none;
    position: fixed;
    background: #1c1c1c;
    color: #fff;
    height: 100%;
    width: 21.25em;
    right: -21.25em;
    top: 14%;
    z-index: 10;
    -webkit-transition: right .4s ease-in-out;
    -moz-transition: right .4s ease-in-out;
    transition: right .4s ease-in-out
}

.slide-panel h2 {
    box-sizing: border-box;
    padding: .2em 1em
}

.slide-panel p {
    box-sizing: border-box;
    background: #1c1c1c;
    padding: .25px 2em
}

.slide-panel label {
    color: #fff !important
}

.slide-panel:hover {
    right: 0
}

@media (min-width:40em) {
    .slide-panel {
        display: block
    }
}

.slide-panel-button {
    box-sizing: border-box;
    position: absolute;
    top: 50px;
    right: 340px;
    padding: 20px 20px;
    background: #1c1c1c;
    min-width: 200px
}

#last {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

#slidebox {
    box-sizing: border-box;
    padding: .625em .625em .625em 1em;
    position: fixed;
    bottom: 0;
    right: -26.875em;
    z-index: 1000;
    width: 100%;
    background-color: #097f4e
}

@media (min-width:40em) {
    #slidebox {
        width: auto
    }
}

a.close {
    box-sizing: border-box;
    background-color: #fff;
    color: #477dca;
    text-align: center;
    float: left;
    padding: 0 .5em;
    font-size: .6875em;
    border-radius: .1875em;
    position: absolute;
    cursor: pointer;
    top: 1.5em;
    right: 2em
}

a.close:hover {
    background-color: rgba(255, 255, 255, .75)
}

.page-intro {
    background-color: #097f4e;
    position: relative
}

.page-intro .inner-wrap,
.page-intro .inner-wrap-fullwidth,
.page-intro .inner-wrap-narrow,
.page-intro .inner-wrap-wide {
    padding-bottom: 4.4375em;
    padding-top: 4.9375em
}

.page-intro:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-blend-mode: luminosity;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: .2
}

.pi-heading {
    font-size: 1.875em;
    line-height: 1.3333333333em;
    color: #ffffff;
    font-weight: 700;
    position: relative;
    z-index: 1;
    margin: 0;
    text-shadow: 3px 2px 7px rgba(0,0,0,.6);
}

@media (min-width:60em) {
    .pi-heading {
        font-size: 3.125em;
        line-height: 1.2em
    }
}

.breadcrumb-menu {
    box-sizing: border-box;
    padding: .7647058824em 0 2.1764705882em;
    color: #1c1c1c;
    font-size: 1.0625em;
    line-height: 1.4117647059em;
    font-weight: 400
}

.breadcrumb-menu>span:first-child>span a {
    margin-left: 0;
    margin-right: 2px;
    font-size: 1em;
    line-height: 1.4117647059em;
    color: #1c8267;
    text-decoration: underline;
    font-weight: 400
}

.breadcrumb-menu>span:first-child>span a:hover {
    text-decoration: none
}

.breadcrumb-menu>span:first-child>span span a,
.breadcrumb-menu>span:first-child>span span[typeof="v:Breadcrumb"] a {
    margin-left: 2px;
    color: #1c8267;
    margin-right: 2px;
    font-size: 1em;
    line-height: 1.4117647059em;
    font-weight: 400
}

.breadcrumb-menu span[rel="v:child"] a {
    margin: 0 1px 0 1px;
    font-weight: 700
}

.breadcrumb-menu span[rel="v:child"] a:last-child {
    margin-right: 0
}

.breadcrumb-menu .breadcrumb_last {
    margin-left: 1px;
    font-size: 1em;
    line-height: 1.4117647059em;
    color: #1c1c1c
}

@media (min-width:60em) {
    .site-content.one-column .site-content-primary {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 100%;
        margin-right: 0
    }

    .site-content.one-column .site-content-primary:last-child {
        margin-right: 0
    }

    .site-content.one-column .site-content-secondary {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 100%;
        margin-right: 0
    }

    .site-content.one-column .site-content-secondary:last-child {
        margin-right: 0
    }

    .site-content.two-column .site-content-primary {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 74.4105871005%
    }

    .site-content.two-column .site-content-primary:last-child {
        margin-right: 0
    }

    .site-content.two-column .site-content-secondary {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 23.2317613015%;
        margin-right: 0
    }

    .site-content.two-column .site-content-secondary:last-child {
        margin-right: 0
    }

    .site-content.three-column .site-content-primary {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 31.7615656014%
    }

    .site-content.three-column .site-content-primary:last-child {
        margin-right: 0
    }

    .site-content.three-column .site-content-secondary {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 31.7615656014%
    }

    .site-content.three-column .site-content-secondary:last-child {
        margin-right: 0
    }

    .site-content.three-column .additional-content {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 31.7615656014%;
        margin-right: 0
    }

    .site-content.three-column .additional-content:last-child {
        margin-right: 0
    }

    .site-content.two-column-alt .site-content-primary {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 65.8807828007%
    }

    .site-content.two-column-alt .site-content-primary:last-child {
        margin-right: 0
    }

    .site-content.two-column-alt .site-content-secondary {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 31.7615656014%;
        margin-right: 0
    }

    .site-content.two-column-alt .site-content-secondary:last-child {
        margin-right: 0
    }
}

.destination>.inner-wrap,
.destination>.inner-wrap-fullwidth,
.destination>.inner-wrap-narrow,
.destination>.inner-wrap-wide {
    padding-top: 1.25em
}

.resources-module {
    background-color: #fff
}

.rm-item-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (min-width:40em) {
    .rm-item-wrap {
        -webkit-box-lines: single;
        -moz-box-lines: single;
        box-lines: single;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

.rm-item-wrap>* {
    -webkit-box-flex: auto;
    -moz-box-flex: auto;
    box-flex: auto;
    -webkit-flex: auto;
    -moz-flex: auto;
    -ms-flex: auto;
    flex: auto
}

@media (min-width:40em) {
    .rm-item-wrap>* {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        box-flex: 1;
        -webkit-flex: 1;
        -moz-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
}

.rm-item {
    text-align: center;
    background-color: #efefef;
    padding: 1em !important
}

.rm-item:hover .rm-item-img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05)
}

@media (min-width:40em) {
    .rm-item {
        margin-bottom: 0
    }
}

.rm-item-cta {
    font-size: .75em;
    font-weight: 700
}

.rm-item-img {
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    margin-bottom: 1em
}

.rm-item-img img {
    max-width: 100%;
    object-fit: contain;
    height: 19.375em
}

.rm-item-title {
    text-decoration: none;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    display: inline-block;
    text-align: center;
    height: 2.5em;
    line-height: 2.5em;
    color: #097f4e;
    position: relative;
    z-index: 10
}

.rm-item-title span {
    line-height: 1.25em;
    display: inline-block;
    color: #097f4e
}

.btn-wrap>div {
    margin-bottom: 1.5em
}

.btn-wrap>div:last-child {
    margin: 0
}

@media (min-width:40em) {
    .btn-wrap>div {
        display: inline-block;
        margin-right: 1.6875em
    }
}

@media (min-width:80em) {
    .btn-wrap>div {
        margin-bottom: 0
    }
}

.btn-on-color {
    box-sizing: border-box;
    display: inline-block;
    background-color: #000;
    padding: .875em 1.5625em
}

.site-wrap {
    background: #fff;
    position: relative;
    overflow: hidden;
    margin: 0 auto -25px auto
}

#skipToContent {
    position: fixed;
    z-index: 0;
    top: 10px;
    left: 10px;
    opacity: 0
}

#skipToContent:focus {
    opacity: 1;
    z-index: 99999
}

.sh-email:focus:not(:hover):not(:active),
.sh-ph:focus:not(:hover):not(:active),
.site-nav a:focus:not(:hover):not(:active),
.social-wrap a:focus:not(:hover):not(:active),
a[class*=sh-ico-]:focus:not(:hover):not(:active) {
    outline-offset: 2px
}

.sh-email.tse-remove-border:focus:not(:hover):not(:active),
.sh-ph.tse-remove-border:focus:not(:hover):not(:active),
.site-nav a.tse-remove-border:focus:not(:hover):not(:active),
.social-wrap a.tse-remove-border:focus:not(:hover):not(:active),
a[class*=sh-ico-].tse-remove-border:focus:not(:hover):not(:active) {
    outline: 0;
    outline-offset: 0
}

.nonlink {
    cursor: default;
    pointer-events: auto
}

@media (min-width:60em) {
    .nonlink {
        pointer-events: none
    }
}

.lightbox {
    display: inline-block
}

.lightbox.tse-remove-border {
    outline: 0 !important
}

.lightbox.tse-remove-border:focus {
    outline: 0 !important
}

.tse-remove-border {
    outline: 0 !important
}

.tse-remove-border:focus {
    outline: 0 !important
}

.site-header-wrap {
    background-image: url(bg-site-intro.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

@media (min-width:60em) {
    .site-header {
        height: 11.25em;
        font-size: 1.25vw
    }
}

@media (min-width:80em) {
    .site-header {
        font-size: 1em
    }
}

.sh-sticky-wrap .inner-wrap,
.sh-sticky-wrap .inner-wrap-fullwidth,
.sh-sticky-wrap .inner-wrap-narrow,
.sh-sticky-wrap .inner-wrap-wide {
    box-sizing: border-box;
    padding-top: 1.25em;
    padding-bottom: 0;
    max-width: 80em
}

@media (min-width:60em) {
    .sh-sticky-wrap {
        text-align: right
    }

    .sh-sticky-wrap .inner-wrap,
    .sh-sticky-wrap .inner-wrap-fullwidth,
    .sh-sticky-wrap .inner-wrap-narrow,
    .sh-sticky-wrap .inner-wrap-wide {
        padding-top: 1.5625em;
        padding-bottom: .75em
    }

    .sh-sticky-wrap.stuck {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        z-index: 99;
        background-color: #fff;
        width: 100%;
        -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
        -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
        -o-box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
        box-shadow: 0 2px 5px rgba(0, 0, 0, .1)
    }
}

.site-logo {
    max-width: 25em;
    width: 58.31%;
    display: block;
    margin: 0 auto 1.125em
}

.site-logo img {
    display: block;
    vertical-align: top;
    width: 100%
}

@media (min-width:60em) {
    .site-logo {
        float: left;
        width: 100%;
        margin: 0 !important;
        position: relative;
        z-index: 1
    }
}

@media (min-width:80em) {
    .site-logo {
        margin: 0 0 0 .4375em !important
    }
}

@media (min-width:60em) {
    .sh-utility-nav {
        text-align: right
    }
}

.sh-utility-nav-mobile {
    position: relative;
    text-align: center;
    padding-top: .6875em;
    padding-bottom: .625em
}

.sh-utility-nav-mobile:after {
    content: "";
    position: absolute;
    left: -100%;
    width: 300%;
    height: 1px;
    top: 0;
    background-color: rgba(0, 0, 0, .3)
}

.sh-utility-nav-mobile>a {
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    margin-right: 8.5%;
    position: relative;
    z-index: 1
}

.sh-utility-nav-mobile>a:last-child {
    margin-right: 0
}

@media (min-width:23.4375em) {
    .sh-utility-nav-mobile>a {
        margin-right: 11.1%
    }
}

@media (min-width:60em) {
    .sh-utility-nav-mobile {
        display: none
    }
}

.shm-ph {
    display: inline-block;
    width: 1.125em;
    height: 1.125em;
    background-image: url(ico-phone-mobile.svg);
    background-repeat: no-repeat;
    background-size: 1.125em 1.125em;
    background-position: center center
}

.shm-email {
    display: inline-block;
    width: 1.25em;
    height: 1em;
    background-image: url(ico-mail-mobile.svg);
    background-repeat: no-repeat;
    background-size: 1.25em 1em;
    background-position: center center;
    margin: 0
}

.shm-ico-search {
    display: inline-block;
    width: 1.0625em;
    height: 1.0625em;
    background-image: url(search-mobile.svg);
    background-repeat: no-repeat;
    background-size: 1.0625em 1.0625em;
    background-position: center center
}

.shm-rfq {
    box-sizing: border-box;
    font-size: 1.0625em;
    padding: 1.0588235294em 1.8235294118em
}

.sh-rfq-desktop {
    box-sizing: border-box;
    font-size: 1.0625em;
    margin-top: 6px;
    padding: .9411764706em 1.2941176471em 1.1764705882em 1.2352941176em
}

.sh-icons {
    display: none
}

@media (min-width:60em) {
    .sh-icons {
        display: inline-block;
        vertical-align: top
    }
}

.sh-ico-menu,
.sh-ico-search {
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-position: center top;
    display: inline-block;
    padding-top: 1.2em;
    width: 2em;
    margin-left: 1em;
    text-align: center;
    text-decoration: none
}

.sh-ico-menu span,
.sh-ico-search span {
    font-size: .75em
}

.sh-ico-menu {
    box-sizing: border-box;
    background-image: url(menu.svg);
    background-size: 1.375em 1.375em;
    width: 1.375em;
    height: 1.375em;
    padding: 0;
    margin: 0
}

@media (min-width:60em) {
    .sh-ico-menu {
        display: none
    }
}

.sh-utility-nav-wrap {
    display: none;
    background-color: #097f4e
}

.sh-utility-nav-wrap .inner-wrap,
.sh-utility-nav-wrap .inner-wrap-fullwidth,
.sh-utility-nav-wrap .inner-wrap-narrow,
.sh-utility-nav-wrap .inner-wrap-wide {
    box-sizing: border-box;
    max-width: 80em;
    padding-top: .6875em;
    padding-bottom: .6875em
}

.sh-utility-nav-wrap span {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    border-right: 1px solid rgba(255, 255, 255, .4);
    padding: .25em 2.1875em .5em 2.1875em
}

.sh-utility-nav-wrap span:first-child {
    box-sizing: border-box;
    padding-left: 0;
    padding-right: 1.875em
}

.sh-utility-nav-wrap span:last-child {
    box-sizing: border-box;
    border-right: 0;
    padding-right: 0
}

.sh-utility-nav-wrap span:nth-of-type(3) {
    box-sizing: border-box;
    padding-left: 2.125em
}

.sh-utility-nav-wrap span:nth-of-type(2) {
    box-sizing: border-box;
    padding-left: 2.25em;
    padding-right: 2.625em
}

.sh-utility-nav-wrap span a {
    box-sizing: border-box;
    font-size: 1.0625em;
    line-height: 1.4117647059em;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    text-decoration: none
}

.sh-utility-nav-wrap span a:hover {
    text-decoration: underline
}

@media (min-width:60em) {
    .sh-utility-nav-wrap {
        box-sizing: border-box;
        display: block
    }
}

.sh-ph {
    box-sizing: border-box;
    display: inline-block;
    background-image: url(ico-phone-desktop.svg);
    background-repeat: no-repeat;
    background-size: 1.0588235294em 1.0588235294em;
    background-position: left .2941176471em;
    padding-left: 1.5882352941em
}

.sh-email {
    box-sizing: border-box;
    display: inline-block;
    background-image: url(ico-mail-desktop.svg);
    background-repeat: no-repeat;
    background-size: 1.1764705882em .9411764706em;
    background-position: left .2941176471em;
    padding-left: 1.7647058824em
}

.sh-ico-search {
    box-sizing: border-box;
    background-image: url(search-desktop.svg);
    width: auto;
    background-size: 1.0588235294em 1.0588235294em;
    background-position: left .1176470588em;
    padding: 0 0 0 1.5882352941em;
    line-height: 1.2941176471em !important;
    margin: 0
}

.sh-global-ph {
    box-sizing: border-box;
    background-image: url(globe-white.svg);
    background-repeat: no-repeat;
    background-size: 1.1764705882em 1.1764705882em;
    background-position: left .1764705882em;
    padding: 0 0 0 1.7058823529em;
    display: inline-block
}

.products-service-module {
    text-align: center
}

@media (min-width:60em) {

    .products-service-module .inner-wrap,
    .products-service-module .inner-wrap-fullwidth,
    .products-service-module .inner-wrap-narrow,
    .products-service-module .inner-wrap-wide {
        padding-top: 2.4375em;
        padding-bottom: 3.5em
    }
}

.psm-heading {
    font-size: 2.5em;
    line-height: 1.2em;
    color: #b7b7b7;
    font-weight: 600;
    margin: 0 0 .5em 0
}

@media (min-width:40em) {
    .psm-items-wrap {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        box-lines: multiple;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.psm-item {
    max-width: 22.5em;
    display: block;
    margin: 0 auto 2.0625em;
    text-decoration: none
}

.psm-item:last-child {
    margin-bottom: .625em
}

@media (min-width:40em) {
    .psm-item {
        float: left;
        width: 50%;
        max-width: none;
        padding: 0 2%
    }
}

@media (min-width:60em) {
    .psm-item {
        width: 23.4%;
        padding: 0;
        margin-right: 2.12%
    }

    .psm-item:nth-of-type(11),
    .psm-item:nth-of-type(7) {
        margin-right: 0
    }

    .psm-item:nth-of-type(1),
    .psm-item:nth-of-type(2),
    .psm-item:nth-of-type(3) {
        width: 31.91%
    }

    .psm-item:nth-of-type(3) {
        margin-right: 0
    }
}

@media (min-width:80em) {

    .psm-item:nth-of-type(1) .psmi-title span,
    .psm-item:nth-of-type(2) .psmi-title span,
    .psm-item:nth-of-type(3) .psmi-title span {
        padding: 0 3.05em
    }
}

.psmi-link {
    display: block
}

.psmi-link:hover .psmi-title {
    background-color: #004c30
}

.psmi-img-wrap {
    height: 17.5625em;
    position: relative;
    overflow: hidden
}

.psmi-img {
    bottom: -100%;
    left: -100%;
    margin: auto;
    min-height: 100%;
    min-width: 100%;
    object-fit: cover;
    position: absolute;
    right: -100%;
    top: -100%
}

.psmi-title {
    margin: 0;
    background-color: #097f4e;
    color: #fff;
    height: 4.55em;
    position: relative;
    font-size: 1.25em;
    line-height: 1.5em;
    font-weight: 600;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    transition: all .1s linear
}

.psmi-title span {
    position: absolute;
    width: 100%;
    top: 47%;
    left: 0;
    padding: 0 1.5em;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media (min-width:80em) {
    .psmi-title span {
        padding: 0 .75em
    }
}

.about-us-module {
    position: relative;
    background-color: #097f4e;
    text-align: center
}

.about-us-module:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-image: url(about-us-bg.jpg);
    background-position: center top;
    background-size: cover;
    opacity: .16
}

.about-us-module .inner-wrap,
.about-us-module .inner-wrap-fullwidth,
.about-us-module .inner-wrap-narrow,
.about-us-module .inner-wrap-wide {
    position: relative;
    z-index: 1
}

@media (min-width:60em) {

    .about-us-module .inner-wrap,
    .about-us-module .inner-wrap-fullwidth,
    .about-us-module .inner-wrap-narrow,
    .about-us-module .inner-wrap-wide {
        padding-top: 4.4375em;
        padding-bottom: 1.125em;
        max-width: 75em
    }
}

.aum-heading {
    font-size: 2.5em;
    line-height: 1.125em;
    color: #000;
    margin: 0 0 .2em 0;
    font-weight: 600
}

.aum-flag {
    display: inline-block;
    margin: .175em 0 0 .125em;
    vertical-align: top
}

.aum-flag>img {
    display: block;
    vertical-align: top
}

.aum-text {
    color: #000;
    font-size: 1.0625em;
    font-weight: 600;
    line-height: 1.6470588235em;
    margin: 0 auto;
    max-width: 47.0588235294em;
    width: 100%
}

@media (min-width:60em) {
    .aum-items-wrap {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        box-lines: multiple;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.aum-item {
    margin-bottom: 1.5625em;
    position: relative
}

@media (min-width:40em) {
    .aum-item {
        display: inline-block;
        vertical-align: top;
        width: 48%;
        padding: 3em .625em 0
    }
}

@media (min-width:60em) {
    .aum-item {
        width: 33.33%;
        float: left
    }

    .aum-item:after {
        content: "";
        position: absolute;
        right: -1px;
        top: 0;
        width: 1px;
        height: 83.8%;
        background: -moz-linear-gradient(top, rgba(0, 0, 0, .02) 0, rgba(0, 0, 0, .02) 9%, rgba(0, 0, 0, .06) 19%, rgba(0, 0, 0, .17) 31%, rgba(0, 0, 0, .26) 37%, rgba(0, 0, 0, .26) 38%, rgba(0, 0, 0, .29) 39%, rgba(0, 0, 0, .4) 46%, rgba(0, 0, 0, .51) 51%, rgba(0, 0, 0, .56) 52%, rgba(0, 0, 0, .56) 53%, rgba(0, 0, 0, .58) 54%, rgba(0, 0, 0, .63) 57%, rgba(0, 0, 0, .66) 58%, rgba(0, 0, 0, .67) 59%, rgba(0, 0, 0, .81) 67%, rgba(0, 0, 0, .86) 71%, rgba(0, 0, 0, .85) 72%, rgba(0, 0, 0, .91) 75%, rgba(0, 0, 0, .98) 89%, rgba(0, 0, 0, .98) 100%);
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, .02) 0, rgba(0, 0, 0, .02) 9%, rgba(0, 0, 0, .06) 19%, rgba(0, 0, 0, .17) 31%, rgba(0, 0, 0, .26) 37%, rgba(0, 0, 0, .26) 38%, rgba(0, 0, 0, .29) 39%, rgba(0, 0, 0, .4) 46%, rgba(0, 0, 0, .51) 51%, rgba(0, 0, 0, .56) 52%, rgba(0, 0, 0, .56) 53%, rgba(0, 0, 0, .58) 54%, rgba(0, 0, 0, .63) 57%, rgba(0, 0, 0, .66) 58%, rgba(0, 0, 0, .67) 59%, rgba(0, 0, 0, .81) 67%, rgba(0, 0, 0, .86) 71%, rgba(0, 0, 0, .85) 72%, rgba(0, 0, 0, .91) 75%, rgba(0, 0, 0, .98) 89%, rgba(0, 0, 0, .98) 100%);
        background: linear-gradient(to bottom, rgba(0, 0, 0, .02) 0, rgba(0, 0, 0, .02) 9%, rgba(0, 0, 0, .06) 19%, rgba(0, 0, 0, .17) 31%, rgba(0, 0, 0, .26) 37%, rgba(0, 0, 0, .26) 38%, rgba(0, 0, 0, .29) 39%, rgba(0, 0, 0, .4) 46%, rgba(0, 0, 0, .51) 51%, rgba(0, 0, 0, .56) 52%, rgba(0, 0, 0, .56) 53%, rgba(0, 0, 0, .58) 54%, rgba(0, 0, 0, .63) 57%, rgba(0, 0, 0, .66) 58%, rgba(0, 0, 0, .67) 59%, rgba(0, 0, 0, .81) 67%, rgba(0, 0, 0, .86) 71%, rgba(0, 0, 0, .85) 72%, rgba(0, 0, 0, .91) 75%, rgba(0, 0, 0, .98) 89%, rgba(0, 0, 0, .98) 100%)
    }

    .aum-item:nth-of-type(3n):after {
        display: none
    }
}

.aumi-link {
    display: inline-block;
    vertical-align: top;
    background-color: transparent;
    max-width: 15.25em;
    height: 13.5625em;
    width: 100%;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
    border-radius: .75em;
    text-decoration: none;
    padding: 2.3125em .9375em .9375em
}

.aumi-link:hover {
    background-color: #fff
}

.aumi-link:hover .aumi-title {
    color: #097f4e
}

.aumi-link:hover .aumi-img img.aumi-off-img {
    opacity: 0
}

.aumi-link:hover .aumi-img img.aumi-on-img {
    opacity: 1
}

.aumi-img {
    height: 5.625em;
    position: relative;
    margin-bottom: 1.625em
}

.aumi-img img {
    max-height: 5.625em;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
    opacity: 1
}

.aumi-img img.aumi-on-img {
    opacity: 0
}

.aumi-title {
    font-size: 1.375em;
    line-height: 1.1818181818em;
    color: #000;
    margin: 0;
    font-weight: 600
}

.global-representation-module>.inner-wrap,
.global-representation-module>.inner-wrap-fullwidth,
.global-representation-module>.inner-wrap-narrow,
.global-representation-module>.inner-wrap-wide {
    padding-top: 0;
    padding-bottom: 0
}

.grm-map-wrap {
    min-height: 21.875em;
    position: relative;
    background-color: #daf3ea
}

.grm-map-wrap .inner-wrap,
.grm-map-wrap .inner-wrap-fullwidth,
.grm-map-wrap .inner-wrap-narrow,
.grm-map-wrap .inner-wrap-wide {
    padding-top: 4.6875em
}

@media (min-width:40em) {
    .grm-map-wrap {
        min-height: 25em
    }
}

@media (min-width:60em) {
    .grm-map-wrap {
        min-height: 28.125em
    }
}

@media (min-width:80em) {
    .grm-map-wrap {
        min-height: 31.25em
    }
}

@media (min-width:87.5em) {
    .grm-map-wrap {
        min-height: 38.125em
    }
}

.grm-map {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    opacity: 0;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    transition: all .1s linear;
    overflow: hidden
}

.grm-map img {
    width: 100%
}

.grm-map.active {
    opacity: 1
}

.grm-map-default {
    opacity: 1;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    transition: all .1s linear
}

.grm-heading {
    position: relative;
    z-index: 1;
    font-size: 2.5em;
    line-height: 1.125em;
    color: #1c1c1c;
    margin: 0;
    text-align: center
}

.grm-items-wrap {
    position: relative;
    z-index: 1;
    margin-top: -5.1875em !important
}

@media (min-width:60em) {
    .grm-items-wrap {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        box-lines: multiple;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.grm-item {
    background-color: #fff;
    -webkit-box-shadow: 0 4px 7.92px .08px rgba(42, 42, 42, .2);
    -o-box-shadow: 0 4px 7.92px .08px rgba(42, 42, 42, .2);
    -ms-box-shadow: 0 4px 7.92px .08px rgba(42, 42, 42, .2);
    box-shadow: 0 4px 7.92px .08px rgba(42, 42, 42, .2);
    position: relative;
    max-width: 22.5em;
    display: block;
    margin: 0 auto 6.25em;
    border-radius: .75em;
    padding: 3.5625em 1.625em 1.375em;
    border: 1px solid #fff
}

.grm-item.active {
    -webkit-box-shadow: 0 4px 7.92px .08px rgba(38, 173, 138, .4);
    -ms-box-shadow: 0 4px 7.92px .08px rgba(38, 173, 138, .4);
    -o-box-shadow: 0 4px 7.92px .08px rgba(38, 173, 138, .4);
    box-shadow: 0 4px 7.92px .08px rgba(38, 173, 138, .4);
    border: 1px solid rgba(38, 173, 138, .2)
}

.grm-item a {
    color: #1c1c1c;
    text-decoration: none
}

.grm-item a:hover {
    text-decoration: none;
    color: #097f4e
}

@media (min-width:60em) {
    .grm-item {
        float: left;
        width: 31.91%;
        margin: 0 2.12% 5.0625em 0
    }

    .grm-item:nth-of-type(3n) {
        margin-right: 0
    }
}

.grmi-logo {
    border: 10px solid #daf3ea;
    border-radius: 50%;
    width: 7.0625em;
    height: 7.0625em;
    position: absolute;
    overflow: hidden;
    left: 50%;
    top: -3.6875em;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

.grmi-logo img {
    bottom: -100%;
    left: -100%;
    margin: auto;
    min-height: 100%;
    min-width: 100%;
    object-fit: cover;
    position: absolute;
    right: -100%;
    top: -100%
}

.grmi-country {
    font-size: 1.125em;
    line-height: 1.3333333333em;
    margin: 0 0 .7777777778em 0;
    color: #5d5d5d;
    font-weight: 400
}

.grmi-company-logo {
    max-width: 11.4375em;
    margin-bottom: .8125em;
    width: 100%;
    display: inline-block;
    vertical-align: top
}

.grmi-company-logo img {
    display: block;
    width: 100%
}

.grmi-address {
    font-size: 1.0625em;
    line-height: 1.4117647059em;
    font-style: normal;
    padding-left: 1.4705882353em;
    padding-bottom: .8235294118em;
    margin-bottom: .5294117647em;
    border-bottom: 1px solid rgba(28, 28, 28, .15);
    line-height: 1.5882352941em;
    position: relative
}

.grmi-address:after {
    content: "";
    position: absolute;
    left: 0;
    top: .4117647059em;
    width: .9411764706em;
    height: 1.1764705882em;
    background-image: url(location-light-green.svg);
    background-size: .9411764706em 1.1764705882em;
    background-repeat: no-repeat;
    background-position: center center
}

.grmi-contact {
    font-size: 1.0625em;
    line-height: 1.9411764706em
}

.grmi-contact span {
    display: block
}

.grmi-tollfree {
    margin-bottom: .1764705882em
}

.grmi-underline {
    text-decoration: underline
}

.grmi-ph {
    padding-left: 1.4705882353em;
    position: relative;
    display: inline-block
}

.grmi-ph:after {
    content: "";
    position: absolute;
    left: 0;
    top: .5882352941em;
    width: .9411764706em;
    height: .9411764706em;
    background-image: url(ico-phone-footer.svg);
    background-size: .9411764706em .9411764706em;
    background-repeat: no-repeat;
    background-position: center center
}

.grmi-ph:hover:after {
    background-image: url(ico-phone-footer-hover.svg)
}

.grmi-email {
    padding-left: 1.4705882353em;
    position: relative;
    display: inline-block
}

.grmi-email:after {
    content: "";
    position: absolute;
    left: 0;
    top: .6470588235em;
    width: 1em;
    height: .8235294118em;
    background-image: url(ico-mail-footer.svg);
    background-size: 1em .8235294118em;
    background-repeat: no-repeat;
    background-position: center center
}

.grmi-email:hover:after {
    background-image: url(ico-mail-footer-hover.svg)
}

.explore-additional-resources-module {
    background-color: #1c1c1c;
    text-align: center
}

@media (min-width:60em) {

    .explore-additional-resources-module .inner-wrap,
    .explore-additional-resources-module .inner-wrap-fullwidth,
    .explore-additional-resources-module .inner-wrap-narrow,
    .explore-additional-resources-module .inner-wrap-wide {
        padding-bottom: 3.75em;
        padding-top: 4.1875em
    }
}

.earm-heading {
    font-size: 2.5em;
    line-height: 1.2em;
    color: #fff;
    margin: 0 0 1em
}

@media (min-width:40em) {
    .earm-items-wrap {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        box-lines: multiple;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.earm-item {
    margin-bottom: 1.25em
}

.earm-item:last-child {
    margin-bottom: 0
}

@media (min-width:40em) {
    .earm-item {
        float: left;
        width: 50%;
        padding: 0 .625em
    }
}

@media (min-width:60em) {
    .earm-item {
        width: 23.4%;
        padding: 0;
        margin-right: 2.12%
    }

    .earm-item:nth-of-type(4n) {
        margin-right: 0
    }
}

.earm-link {
    font-size: 1.25em;
    line-height: 1.5em;
    padding: 1.05em 1.3em 1.05em 1.15em;
    max-width: 13.2em;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    color: #fff;
    text-decoration: none;
    border: 3px solid #097f4e;
    background-color: transparent;
    font-weight: 600;
    text-align: left;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    transition: all .1s linear
}

.earm-link:hover {
    border: 3px solid #fff;
    background-color: #fff;
    color: #000
}

.high-tech-applications-module .inner-wrap,
.high-tech-applications-module .inner-wrap-fullwidth,
.high-tech-applications-module .inner-wrap-narrow,
.high-tech-applications-module .inner-wrap-wide {
    padding: 0
}

@media (min-width:60em) {

    .high-tech-applications-module .inner-wrap,
    .high-tech-applications-module .inner-wrap-fullwidth,
    .high-tech-applications-module .inner-wrap-narrow,
    .high-tech-applications-module .inner-wrap-wide {
        padding-left: 1.5em;
        padding-right: 1.5em
    }
}

@media (min-width:60em) {
    .htam-content {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        box-lines: multiple;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.htam-heading-wrap {
    background-color: #097f4e;
    padding: 1.25em 1.25em;
    text-align: center;
    position: relative
}

@media (min-width:60em) {
    .htam-heading-wrap {
        float: left;
        width: 25.32%;
        text-align: left;
        padding: 2.8125em 1.25em 3.375em .0625em;
        position: relative
    }

    .htam-heading-wrap:before {
        content: "";
        position: absolute;
        background-color: #097f4e;
        height: 100%;
        top: 0;
        left: -700%;
        width: 700%
    }
}

.htam-heading {
    font-size: 2.1875em;
    line-height: 1.4285714286em;
    font-weight: 600;
    margin: 0;
    color: #000;
    position: relative;
    z-index: 1
}

@media (min-width:60em) {
    .htam-slider-wrap {
        float: left;
        width: 74.68%;
        padding-left: 1.875em;
        padding-right: 1.25em
    }
}

@media (min-width:80em) {
    .htam-slider-wrap {
        padding-left: 0;
        padding-right: 1.875em
    }
}

.htam-slider {
    text-align: center
}

.htam-slider.slick-slider {
    width: 75%;
    margin: 3.125em auto 3.125em
}

.htam-slider.slick-slider .slick-prev {
    width: 17px;
    height: 25px;
    left: -30px;
    top: 46%;
    background-image: url(prev-arrow-gray.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 15px 23px;
    opacity: .4;
    position: absolute;
    z-index: 1
}

.htam-slider.slick-slider .slick-prev:before {
    display: none
}

.htam-slider.slick-slider .slick-prev:hover {
    background-image: url(prev-arrow-green.png);
    opacity: 1
}

.htam-slider.slick-slider .slick-next {
    width: 17px;
    height: 25px;
    right: -30px;
    top: 46%;
    background-image: url(next-arrow-gray.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 15px 23px;
    opacity: .4;
    position: absolute;
    z-index: 1
}

.htam-slider.slick-slider .slick-next:before {
    display: none
}

.htam-slider.slick-slider .slick-next:hover {
    background-image: url(next-arrow-green.png);
    opacity: 1
}

@media (min-width:40em) {
    .htam-slider.slick-slider {
        width: 85%;
        margin: 3.125em auto 3.125em
    }
}

@media (min-width:60em) {
    .htam-slider.slick-slider {
        width: 82%;
        margin: 4.1875em auto 1.25em
    }

    .htam-slider.slick-slider .slick-prev {
        left: -41px
    }

    .htam-slider.slick-slider .slick-next {
        right: -41px
    }
}

.htam-item {
    padding: 0 .625em
}

.htam-item img {
    max-height: 4em;
    margin: 0 auto;
    border: 2px solid rgba(28, 28, 28, .2)
}

.site-content {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.sitemap-menu .sub-menu {
    padding-left: 1.875em;
    display: block !important
}

.site-footer {
    background-color: #f1f1f1;
    text-align: center;
    color: #1c1c1c
}

.site-footer a {
    text-decoration: none;
    color: #1c1c1c
}

.site-footer a:hover {
    text-decoration: none;
    color: #097f4e
}

@media (min-width:40em) {

    .site-footer .inner-wrap,
    .site-footer .inner-wrap-fullwidth,
    .site-footer .inner-wrap-narrow,
    .site-footer .inner-wrap-wide {
        padding-bottom: 1.875em
    }
}

@media (min-width:60em) {

    .site-footer .inner-wrap,
    .site-footer .inner-wrap-fullwidth,
    .site-footer .inner-wrap-narrow,
    .site-footer .inner-wrap-wide {
        padding-top: 4.6875em
    }
}

.sf-logo {
    box-sizing: border-box;
    display: inline-block;
    max-width: 22.125em;
    width: 100%;
    vertical-align: top;
    margin-bottom: 1.875em
}

.sf-logo img {
    display: block;
    width: 100%;
    vertical-align: top
}

.sf-nav {
    box-sizing: border-box;
    border-top: 1px solid rgba(28, 28, 28, .15);
    border-bottom: 1px solid rgba(28, 28, 28, .15);
    padding-bottom: .625em;
    padding-top: 1.25em
}

.sf-nav li {
    box-sizing: border-box;
    margin-bottom: .625em
}

.sf-nav li a {
    box-sizing: border-box;
    display: inline-block;
    font-size: 1.0625em;
    line-height: 1.5882352941em;
    font-weight: 600
}

@media (min-width:40em) {
    .sf-nav {
        padding-bottom: .125em;
        padding-top: .9375em
    }

    .sf-nav li {
        display: inline-block;
        margin: 0 4% .9375em 0
    }

    .sf-nav li:last-child {
        box-sizing: border-box;
        margin-right: 0
    }
}

@media (min-width:60em) {
    .sf-nav li {
        box-sizing: border-box;
        margin: 0 7% .9375em 0
    }
}

@media (min-width:60em) {
    .sf-nav li {
        margin: 0 9.38% .9375em 0
    }
}

.sf-address-wrap {
    box-sizing: border-box;
    padding-top: 1.4375em
}

@media (min-width:60em) {
    .sf-address-wrap {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        box-lines: multiple;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        text-align: left
    }
}

.sfa-column {
    box-sizing: border-box;
    font-size: 1.0625em;
    line-height: 1.8823529412em;
    margin-bottom: 1.7647058824em
}

.sfa-column:last-child {
    margin-bottom: 0
}

.sfa-column .sfac-content {
    box-sizing: border-box;
    text-align: left;
    max-width: 17.6470588235em;
    width: 100%;
    display: inline-block
}

@media (min-width:60em) {
    .sfa-column {
        box-sizing: border-box;
        float: left;
        width: 32.97%;
        margin-bottom: 0;
        border-right: 1px solid rgba(28, 28, 28, .15);
        padding-bottom: 1.4117647059em;
        padding-top: .9411764706em;
        padding-right: 1.1764705882em
    }

    .sfa-column:nth-of-type(2) {
        box-sizing: border-box;
        width: 34.04%;
        padding-left: 1.1764705882em;
        padding-right: 1.1764705882em;
        text-align: center
    }

    .sfa-column:nth-of-type(2) .sfac-content {
        box-sizing: border-box;
        margin: 0 auto;
        max-width: 14.4705882353em
    }

    .sfa-column:nth-of-type(2) .sf-address {
        box-sizing: border-box;
        margin-bottom: .2352941176em
    }

    .sfa-column:nth-of-type(3) {
        box-sizing: border-box;
        border-right: 0;
        padding-left: 1.1764705882em;
        text-align: center
    }

    .sfa-column:nth-of-type(3) .sfac-content {
        box-sizing: border-box;
        margin: 0 auto;
        max-width: 13.8235294118em
    }

    .sfa-column:nth-of-type(3) .sf-address {
        box-sizing: border-box;
        margin-bottom: .2352941176em
    }
}

@media (min-width:80em) {
    .sfa-column:nth-of-type(1) {
        box-sizing: border-box;
        padding-left: 1.5294117647em
    }

    .sfa-column:nth-of-type(2) {
        box-sizing: border-box;
        padding-left: 2.6470588235em
    }

    .sfa-column:nth-of-type(3) {
        box-sizing: border-box;
        padding-left: 2.7647058824em
    }
}

.sf-address {
    box-sizing: border-box;
    font-style: normal;
    padding-left: 1.4705882353em;
    line-height: 1.5882352941em;
    position: relative
}

.sf-address:after {
    box-sizing: border-box;
    content: "";
    position: absolute;
    left: 0;
    top: .3529411765em;
    width: .9411764706em;
    height: 1.1764705882em;
    background-image: url(location.svg);
    background-size: .9411764706em 1.1764705882em;
    background-repeat: no-repeat;
    background-position: center center
}

.sf-toll-free {
    box-sizing: border-box;
    display: inline-block;
    margin: .2941176471em 0 .2941176471em
}

.sf-ph {
    box-sizing: border-box;
    padding-left: 1.4705882353em;
    position: relative;
    display: inline-block
}

.sf-ph:after {
    box-sizing: border-box;
    content: "";
    position: absolute;
    left: 0;
    top: .5294117647em;
    width: .9411764706em;
    height: .9411764706em;
    background-image: url(ico-phone-footer.svg);
    background-size: .9411764706em .9411764706em;
    background-repeat: no-repeat;
    background-position: center center
}

.sf-ph:hover:after {
    box-sizing: border-box;
    background-image: url(ico-phone-footer-hover.svg)
}

.sf-email {
    box-sizing: border-box;
    padding-left: 1.4705882353em;
    position: relative;
    display: inline-block
}

.sf-email:after {
    box-sizing: border-box;
    content: "";
    position: absolute;
    left: 0;
    top: .5294117647em;
    width: 1em;
    height: .8235294118em;
    background-image: url(ico-mail-footer.svg);
    background-size: 1em .8235294118em;
    background-repeat: no-repeat;
    background-position: center center
}

.sf-email:hover:after {
    box-sizing: border-box;
    background-image: url(ico-mail-footer-hover.svg)
}

.sf-small {
    box-sizing: border-box;
    background-color: #1c1c1c;
    text-align: center;
    color: #fff
}

.sf-small a {
    box-sizing: border-box;
    text-decoration: none;
    color: #fff
}

.sf-small a:hover {
    text-decoration: none;
    color: #097f4e
}

.sf-small .inner-wrap,
.sf-small .inner-wrap-fullwidth,
.sf-small .inner-wrap-narrow,
.sf-small .inner-wrap-wide {
    box-sizing: border-box;
    padding-bottom: 1em;
    padding-top: 1.0625em
}

.sf-thomas-info {
    box-sizing: border-box;
    font-size: 1.0625em;
    line-height: 1.5882352941em;
    margin-bottom: 1.4705882353em;
    display: block
}

@media (min-width:60em) {
    .sf-thomas-info {
        box-sizing: border-box;
        float: left;
        margin: 0
    }
}

.sf-divider {
    box-sizing: border-box;
    margin: 0 .2352941176em
}

.sf-social-wrap a {
    display: inline-block;
    vertical-align: middle;
    margin-right: 1em;
    line-height: 1.25em
}

.sf-social-wrap a:last-child {
    box-sizing: border-box;
    margin-right: 0
}

.sf-social-wrap a img {
    display: block;
    vertical-align: middle
}

@media (min-width:60em) {
    .sf-social-wrap {
        text-align: right
    }
}

img[name=pphLoggerImage] {
    display: none
}

.search-table {
    box-sizing: border-box;
    display: table;
    width: 100%;
    float: right;
    padding: 0
}

.search-row {
    box-sizing: border-box;
    display: table-row;
    width: 100%
}

.search-cell1 {
    box-sizing: border-box;
    display: table-cell;
    vertical-align: middle
}

@media (min-width:60em) {
    .search-cell1 {
        width: 92%
    }
}

.search-cell2 {
    box-sizing: border-box;
    display: table-cell;
    width: 3.75em;
    border: 0;
    vertical-align: middle;
    text-align: center
}

@media (min-width:60em) {
    .search-cell2 {
        width: 6%
    }
}

.search-cell3 {
    box-sizing: border-box;
    display: table-cell;
    vertical-align: middle
}

@media (min-width:60em) {
    .search-cell3 {
        width: 3%;
        text-align: center
    }
}

.search-text {
    box-sizing: border-box;
    font-size: .8em;
    width: 100%;
    height: 2.3em;
    border: 1px solid red;
    float: left;
    padding-left: .5em;
    margin-bottom: 0 !important
}

.search-text:focus {
    border: 0;
    box-sizing: border-box;
    box-shadow: none !important
}

.search-submit {
    box-sizing: border-box;
    width: 100%;
    height: 2.3em;
    border: 0;
    font-size: 1em !important;
    background: url(search-desktop.svg) no-repeat center center !important;
    background-size: 20px !important;
    width: 24px !important;
    height: 24px !important;
    padding: 0 !important
}

.search-submit:hover {
    box-sizing: border-box;
    border: 0 !important
}

.search-submit:focus {
    outline: 0
}

@media (max-height:46em) and (min-width:60em) {
    .search-submit {
        box-sizing: border-box;
        background-size: 20px !important
    }
}

@media (max-height:40em) and (min-width:60em) {
    .search-submit {
        box-sizing: border-box;
        background-size: 18px !important
    }
}

@media (min-width:40em) {
    .site-search {
        box-sizing: border-box;
        width: 100%
    }

    .search-text {
        box-sizing: border-box;
        height: 2.3em
    }

    .search-submit {
        box-sizing: border-box;
        height: 2.3em
    }
}

.search-module {
    box-sizing: border-box;
    background-color: #097f4e;
    /*height: 4.1em;
    margin-top: -4.1em;*/
    border-bottom: 1px solid rgba(0, 0, 0, .47);
    position: fixed;
    left: 0;
    right: 0;
    z-index: -1;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.search-module.active {
    box-sizing: border-box;
    margin-top: 0;
    z-index: 10000
}

.search-module .inner-wrap,
.search-module .inner-wrap-fullwidth,
.search-module .inner-wrap-narrow,
.search-module .inner-wrap-wide {
    box-sizing: border-box;
    padding: .8125em 1.5em
}

@media (max-height:46em) and (min-width:60em) {
    .search-module {
        box-sizing: border-box;
        height: 4.2em;
        margin-top: -4.2em
    }
}

.search-exit {
    box-sizing: border-box;
    display: inline-block;
    height: 20px;
    margin: 1px auto 0;
    position: relative;
    text-decoration: none;
    vertical-align: top;
    width: 20px
}

.search-exit:after {
    box-sizing: border-box;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(ico-exit.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 18px 18px;
    left: 0;
    top: 0
}

@media (max-height:46em) and (min-width:60em) {
    .search-exit {
        box-sizing: border-box;
        height: 18px;
        width: 18px;
        margin: 0
    }

    .search-exit:after {
        box-sizing: border-box;
        background-size: 16px 16px
    }
}

.main-content {
    display: block;
    box-sizing: border-box;
    overflow: hidden;
    position: relative
}

@media (min-width:40em) {
    .main-content {
        box-sizing: border-box;
        display: inline
    }
}

@media (max-width:40em) {
    .height {
        box-sizing: border-box;
        max-height: 15.625em
    }

    .height:before {
        box-sizing: border-box;
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, #fff 100%);
        bottom: 0;
        content: "";
        height: 100%;
        position: absolute;
        width: 100%;
        z-index: 1
    }

    .heightAuto {
        box-sizing: border-box;
        max-height: 312.5em
    }

    .heightAuto:before {
        box-sizing: border-box;
        display: none
    }
}

.link {
    box-sizing: border-box;
    display: block;
    text-align: center;
    font-weight: 700;
    color: #477dca;
    padding-bottom: .625em
}

@media (min-width:40em) {
    .link {
        box-sizing: border-box;
        display: none
    }
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .sh-email {
        box-sizing: border-box;
        background-size: 20px 16px;
        padding-left: 30px;
        background-position: left 3px;
        height: 24px
    }

    .sh-global-ph {
        box-sizing: border-box;
        background-size: 20px 20px;
        background-position: left 1px;
        padding: 0 0 0 29px;
        height: 24px
    }

    .sh-ico-search {
        box-sizing: border-box;
        background-size: 18px 18px;
        background-position: left 1px;
        padding: 0 0 0 27px;
        height: 22px
    }

    .sh-ph {
        box-sizing: border-box;
        background-size: 18px 18px;
        background-position: left 3px;
        padding-left: 27px;
        height: 24px
    }
}

@media screen and (-ms-high-contrast:active) and (min-width:1440px),
screen and (-ms-high-contrast:none) and (min-width:1440px) {
    .sh-email {
        background-position: left center
    }

    .sh-global-ph {
        background-position: left center
    }

    .sh-ico-search {
        background-position: left center
    }

    .sh-ph {
        background-position: left center
    }
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .grmi-address {
        padding-left: 25px
    }

    .grmi-address:after {
        background-size: 16px 20px;
        width: 16px;
        height: 20px;
        top: 4px
    }
}

@media screen and (-ms-high-contrast:active) and (min-width:1440px),
screen and (-ms-high-contrast:none) and (min-width:1440px) {
    .grmi-address:after {
        top: 7px
    }
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .grmi-ph {
        padding-left: 25px
    }

    .grmi-ph:after {
        background-size: 16px 16px;
        width: 16px;
        height: 16px;
        top: 7px
    }
}

@media only screen and (-ms-high-contrast:active) and (min-width:1280px) and (max-height:1024px),
only screen and (-ms-high-contrast:none) and (min-width:1280px) and (max-height:1024px) {
    .grmi-ph:after {
        top: 9px
    }
}

@media only screen and (-ms-high-contrast:active) and (min-width:1280px) and (max-height:800px),
only screen and (-ms-high-contrast:none) and (min-width:1280px) and (max-height:800px) {
    .grmi-ph:after {
        top: 7px
    }
}

@media screen and (-ms-high-contrast:active) and (min-width:1440px),
screen and (-ms-high-contrast:none) and (min-width:1440px) {
    .grmi-ph:after {
        top: 10px
    }
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .grmi-email {
        padding-left: 25px
    }

    .grmi-email:after {
        background-size: 17px 14px;
        width: 17px;
        height: 14px;
        top: 8px
    }
}

@media only screen and (-ms-high-contrast:active) and (min-width:1280px) and (max-height:1024px),
only screen and (-ms-high-contrast:none) and (min-width:1280px) and (max-height:1024px) {
    .grmi-email:after {
        top: 10px
    }
}

@media only screen and (-ms-high-contrast:active) and (min-width:1280px) and (max-height:800px),
only screen and (-ms-high-contrast:none) and (min-width:1280px) and (max-height:800px) {
    .grmi-email:after {
        top: 8px
    }
}

@media screen and (-ms-high-contrast:active) and (min-width:1440px),
screen and (-ms-high-contrast:none) and (min-width:1440px) {
    .grmi-email:after {
        top: 11px
    }
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .sf-address {
        padding-left: 25px
    }

    .sf-address:after {
        background-size: 16px 20px;
        width: 16px;
        height: 20px;
        top: 3px
    }
}

@media screen and (-ms-high-contrast:active) and (min-width:1440px),
screen and (-ms-high-contrast:none) and (min-width:1440px) {
    .sf-address:after {
        top: 6px
    }
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .sf-ph {
        padding-left: 25px
    }

    .sf-ph:after {
        background-size: 16px 16px;
        width: 16px;
        height: 16px;
        top: 7px
    }
}

@media only screen and (-ms-high-contrast:active) and (min-width:1280px) and (max-height:1024px),
only screen and (-ms-high-contrast:none) and (min-width:1280px) and (max-height:1024px) {
    .sf-ph:after {
        top: 9px
    }
}

@media only screen and (-ms-high-contrast:active) and (min-width:1280px) and (max-height:800px),
only screen and (-ms-high-contrast:none) and (min-width:1280px) and (max-height:800px) {
    .sf-ph:after {
        top: 7px
    }
}

@media screen and (-ms-high-contrast:active) and (min-width:1440px),
screen and (-ms-high-contrast:none) and (min-width:1440px) {
    .sf-ph:after {
        top: 9px
    }
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .sf-email {
        box-sizing: border-box;
        padding-left: 25px
    }

    .sf-email:after {
        background-size: 17px 14px;
        width: 17px;
        height: 14px;
        top: 7px
    }
}

@media only screen and (-ms-high-contrast:active) and (min-width:1280px) and (max-height:1024px),
only screen and (-ms-high-contrast:none) and (min-width:1280px) and (max-height:1024px) {
    .sf-email:after {
        top: 9px
    }
}

@media only screen and (-ms-high-contrast:active) and (min-width:1280px) and (max-height:800px),
only screen and (-ms-high-contrast:none) and (min-width:1280px) and (max-height:800px) {
    .sf-email:after {
        top: 7px
    }
}

@media screen and (-ms-high-contrast:active) and (min-width:1440px),
screen and (-ms-high-contrast:none) and (min-width:1440px) {
    .sf-email:after {
        top: 9px
    }
}

@supports (-ms-ime-align:auto) {
    .sh-email {
        box-sizing: border-box;
        background-size: 20px 16px;
        padding-left: 30px;
        background-position: left 3px;
        height: 24px
    }

    .sh-global-ph {
        box-sizing: border-box;
        background-size: 20px 20px;
        background-position: left 1px;
        padding: 0 0 0 29px;
        height: 24px
    }

    .sh-ico-search {
        box-sizing: border-box;
        background-size: 18px 18px;
        background-position: left 1px;
        padding: 0 0 0 27px;
        height: 22px
    }

    .sh-ph {
        box-sizing: border-box;
        background-size: 18px 18px;
        background-position: left 3px;
        padding-left: 27px;
        height: 24px
    }

    @media screen and (min-width:1440px) {
        .sh-email {
            background-position: left center
        }

        .sh-global-ph {
            background-position: left center
        }

        .sh-ico-search {
            background-position: left center
        }

        .sh-ph {
            background-position: left center
        }
    }

    .grmi-address {
        box-sizing: border-box;
        padding-left: 25px
    }

    .grmi-address:after {
        background-size: 16px 20px;
        width: 16px;
        height: 20px;
        top: 4px
    }

    @media screen and (min-width:1440px) {
        .grmi-address:after {
            top: 7px
        }
    }

    .grmi-ph {
        padding-left: 25px
    }

    .grmi-ph:after {
        background-size: 16px 16px;
        width: 16px;
        height: 16px;
        top: 7px
    }

    @media only screen and (min-width:1280px) and (max-height:1024px) {
        .grmi-ph:after {
            top: 9px
        }
    }

    @media only screen and (min-width:1280px) and (max-height:800px) {
        .grmi-ph:after {
            top: 7px
        }
    }

    @media screen and (min-width:1440px) {
        .grmi-ph:after {
            top: 10px
        }
    }

    .grmi-email {
        padding-left: 25px
    }

    .grmi-email:after {
        background-size: 17px 14px;
        width: 17px;
        height: 14px;
        top: 8px
    }

    @media only screen and (min-width:1280px) and (max-height:1024px) {
        .grmi-email:after {
            top: 10px
        }
    }

    @media only screen and (min-width:1280px) and (max-height:800px) {
        .grmi-email:after {
            top: 8px
        }
    }

    @media screen and (min-width:1440px) {
        .grmi-email:after {
            top: 11px
        }
    }

    .sf-address {
        padding-left: 25px
    }

    .sf-address:after {
        background-size: 16px 20px;
        width: 16px;
        height: 20px;
        top: 3px
    }

    @media screen and (min-width:1440px) {
        .sf-address:after {
            top: 6px
        }
    }

    .sf-ph {
        padding-left: 25px
    }

    .sf-ph:after {
        background-size: 16px 16px;
        width: 16px;
        height: 16px;
        top: 7px
    }

    @media screen and (min-width:1440px) {
        .sf-ph:after {
            top: 9px
        }
    }

    .sf-email {
        padding-left: 25px
    }

    .sf-email:after {
        background-size: 17px 14px;
        width: 17px;
        height: 14px;
        top: 7px
    }

    @media screen and (min-width:1440px) {
        .sf-email:after {
            top: 9px
        }
    }
}

.page-intro:after {
    background-image: url(ACT12-header.jpg)
}

.page-id-9 .breadcrumb-menu {
    display: none
}

.sitemap-menu li {
    margin: 0 0 .625em
}

.sitemap-menu li ul {
    margin: .625em
}

.search-module input:focus {
    outline: 0
}

.gform_wrapper .gfield_required {
    color: #383838 !important
}

.product-grid-module .inner-wrap,
.product-grid-module .inner-wrap-fullwidth,
.product-grid-module .inner-wrap-narrow,
.product-grid-module .inner-wrap-wide {
    padding-top: 0
}

.tabular-data .inner-wrap,
.tabular-data .inner-wrap-fullwidth,
.tabular-data .inner-wrap-narrow,
.tabular-data .inner-wrap-wide {
    padding-top: 0
}

.click-expand-module .inner-wrap,
.click-expand-module .inner-wrap-fullwidth,
.click-expand-module .inner-wrap-narrow,
.click-expand-module .inner-wrap-wide {
    padding-top: 0
}

.multiple-cols-module .inner-wrap,
.multiple-cols-module .inner-wrap-fullwidth,
.multiple-cols-module .inner-wrap-narrow,
.multiple-cols-module .inner-wrap-wide {
    padding-top: 0
}

.image-gallery-with-thumbs .inner-wrap,
.image-gallery-with-thumbs .inner-wrap-fullwidth,
.image-gallery-with-thumbs .inner-wrap-narrow,
.image-gallery-with-thumbs .inner-wrap-wide {
    padding-top: 0
}

.accordian-tabs-module .inner-wrap,
.accordian-tabs-module .inner-wrap-fullwidth,
.accordian-tabs-module .inner-wrap-narrow,
.accordian-tabs-module .inner-wrap-wide {
    padding-top: 0
}

.site-content-primary .inner-wrap,
.site-content-primary .inner-wrap-fullwidth,
.site-content-primary .inner-wrap-narrow,
.site-content-primary .inner-wrap-wide {
    padding-top: 0
}

.ce-text {
    clear: both
}

.right-img {
    text-align: center
}

.pdf-icons {
    background: url(pdf.jpg) no-repeat 0 8px transparent
}

.pdf-icons a {
    margin-left: 18px
}

#field_3_10,
#field_3_3,
#field_3_8 {
    max-width: calc(50% - 8px) !important
}

.right-button {
    display: inline-block !important
}

.clearfix:after,
.clearfix:before {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.alignright {
    display: block;
    padding-bottom: 1.5em
}

.alignleft {
    display: block;
    padding-bottom: 1.5em
}

.aligncenter {
    display: block;
    margin: 0 auto
}

@media (min-width:40em) {
    .alignright {
        display: block;
        float: right;
        padding-bottom: 1.5em;
        padding-left: 1.5em
    }

    .alignleft {
        display: block;
        float: left;
        padding-bottom: 1.5em;
        padding-right: 1.5em
    }

    .aligncenter {
        display: block;
        margin: 0 auto
    }
}

.text-alignright {
    text-align: right
}

.text-alignleft {
    text-align: left
}

.text-aligncenter {
    text-align: center
}

.clearboth {
    clear: both;
    display: block
}

.spacing-bottom {
    margin-bottom: 2em
}

.spacing-top {
    margin-top: 2em
}

#flying-focus {
    position: absolute;
    margin: 0;
    background: 0 0;
    -webkit-transition-property: left, top, width, height, opacity;
    transition-property: left, top, width, height, opacity;
    -webkit-transition-timing-function: cubic-bezier(0, .2, 0, 1);
    transition-timing-function: cubic-bezier(0, .2, 0, 1);
    visibility: hidden;
    pointer-events: none;
    box-shadow: 0 0 2px 3px #1c1c1c, 0 0 2px #1c1c1c inset
}

#flying-focus.flying-focus_visible {
    visibility: visible;
    z-index: 9999
}

.flying-focus_target {
    outline: 0 !important
}

.flying-focus_target::-moz-focus-inner {
    border: 0 !important
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    #flying-focus {
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -3px
    }
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    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: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-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:after,
.slick-track:before {
    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
}

.slick-next,
.slick-prev {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: 0 0;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: 0
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    outline: 0;
    background: 0 0;
    color: transparent
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before,
.slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    left: auto;
    right: -25px
}

.slick-prev:before {
    content: "←"
}

[dir=rtl] .slick-prev:before {
    content: "→"
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    left: -25px;
    right: auto
}

.slick-next:before {
    content: "→"
}

[dir=rtl] .slick-next:before {
    content: "←"
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    border: 0;
    background: 0 0;
    display: block;
    height: 20px;
    width: 20px;
    outline: 0;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer
}

.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: 0
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: #000;
    opacity: .25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    color: #000;
    opacity: .75
}

.hs-error-msgs {
    color: #c02f2f
}

/*=============== Search ===============*/
.search-table {
    display: table;
    width: 100%;
    float: right;
    padding: 0;
}

.search-row {
    display: table-row;
    width: 100%;
}

.search-cell1 {
    display: table-cell;
    vertical-align: middle;
}

@media (min-width:60em){
	.search-cell1{
		width: 92%;
	}
}

.search-cell2 {
    display: table-cell;
    width: em(60);
    border: 0;
    vertical-align: middle;
    text-align: center;
}

@media (min-width:60em){
	.search-cell2{
		width: 6%;
	}
}

.search-cell3 {
    display: table-cell;
    vertical-align: middle;
}

@media (min-width:60em){
	.search-cell3{
		width: 3%;
        text-align: center;
	}
}

.search-text {
    font-size: .8em;
    width: 100%;
    height: 2.3em;
    border: 1px solid red;
    float: left;
    padding-left: .5em;
    margin-bottom: 0 !important;
}

    .search-text:focus {
        border: 0;
        box-shadow: none !important;
    }

.search-submit {
    width: 100%;
    height: 2.3em;
    border: 0;
    background: url(search-desktop.svg) no-repeat center center !important;
}

    .search-submit:hover {
        border: 0 !important;
    }

    .search-submit:focus {
        outline: none;
    }


@media (min-width:40em) {
    .site-search {
        width: 100%;
    }

    .search-text {
        height: 2.3em;
    }

    .search-submit {
        height: 2.3em;
    }
}

.search-module {
    background-color: $base-color;
    /*height: 8em;
    margin-top: -8em;*/
    border-bottom: 1px solid rgba(0, 0, 0, 0.47);
    position: fixed;
    left: 0;
    right: 0;
    z-index: -1;
    @include transition (all .2s ease-in-out);
    .inner-wrap {
         padding: 1.2em 1.5em;
        position: relative;
    }

}

    .search-module:active {
        margin-top: 0;
        z-index: 10000;
    }

    
    @include mq(mediumv) {
        height: 5em;
        margin-top: -5em;
    }

.catalog-search {
width: 99%;
}

@media (min-width:40em){
 .catalog-search{
 	float: left;
        width: 49%;
 }
}
.site-search {
    overflow: hidden;
    width: 99%;
    margin-bottom: 0.6em;
}

@media (min-width:40em){
	.site-search{
		margin-right: 2%;
        float: left;
        width: 49%;
	}
}
.search-exit {
    display: block;
    position: absolute;
    right: 0.5em;
    right: 0.2em;
}

.search-exit   img {
        width: em(19);
    }

@media (min-width:60em){
	.search-exit{
		margin-bottom: 0px;
	}
}
