@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800|Rokkitt:300,400,500,600,700|Roboto:400,500,700');
body {
	margin: 0;
	-webkit-font-smoothing: antialiased;
	background-color: white;
	color: #444444;
	font-family: "Open Sans", sans-serif;
	font-size: 1em;
	line-height: 1.5;
}
@media (max-height: 46em) and (min-width: 60em) {
body {
	font-size: .875em;
}
}
@media (max-height: 40em) and (min-width: 60em) {
body {
	font-size: .75em;
}
}
.site-nav, #hs_menu_wrapper_primary_nav {
	background-color: #084c7c;
	text-align: left;
}
 @media (min-width: 40em) {
.site-nav,  #hs_menu_wrapper_primary_nav {
	display: block;
	background-color: transparent;
	clear: both;
}
}
 @media (min-width: 60em) {
.site-nav,  #hs_menu_wrapper_primary_nav {
	float: right;
	background-color: transparent;
	clear: none;
}
}
.sn-level-1, #hs_menu_wrapper_primary_nav > ul {
	margin: 0;
	padding: 0;
	list-style-type:none;
}
 @media (min-width: 40em) {
.sn-level-1,  #hs_menu_wrapper_primary_nav > ul {
	height: 5em;
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	list-style-type:none;
}
}
 @media (min-width: 60em) {
.sn-level-1,  #hs_menu_wrapper_primary_nav > ul {
	height: 7.5em;
}
}
.sn-li-l1, .hs-menu-depth-1 {
	display: block;
	border-bottom: 1px solid #3e7399;
	background-color: transparent;
	position: relative;
}
.sn-li-l1 span,  .hs-menu-depth-1 span {
	font-size: 1.0625em;
	text-transform: uppercase;
	font-weight: 600;
}
.sn-li-l1 > a,  .hs-menu-depth-1 > a {
	display: block;
	height: 3.625em;
	line-height: 3.625em;
	color: #ffffff;
	text-decoration: none;
	padding: 0 1em;
}
.sn-li-l1 > a:hover,  .hs-menu-depth-1 > a:hover {
	color: #ffffff;
}
.sn-li-l1.has-subnav .m-subnav-arrow, .sn-li-l1.menu-item-has-children .m-subnav-arrow, .sn-li-l1.hs-item-has-children .m-subnav-arrow,  .hs-menu-depth-1.has-subnav .m-subnav-arrow,  .hs-menu-depth-1.menu-item-has-children .m-subnav-arrow,  .hs-menu-depth-1.hs-item-has-children .m-subnav-arrow {
	cursor: pointer;
	display: none;
	display: none;
}
 @media (max-width: 40em) {
.sn-li-l1.has-subnav .m-subnav-arrow, .sn-li-l1.menu-item-has-children .m-subnav-arrow, .sn-li-l1.hs-item-has-children .m-subnav-arrow,  .hs-menu-depth-1.has-subnav .m-subnav-arrow,  .hs-menu-depth-1.menu-item-has-children .m-subnav-arrow,  .hs-menu-depth-1.hs-item-has-children .m-subnav-arrow {
	padding-right: 0em;
	background-image: url(ico-arrow-down.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 0.75em;
	display: block;
	width: 40px;
	height: 58px;
	position: absolute;
	background-color: #07436e;
	right: 0;
	top: 0;
	bottom: 0;
}
.sn-li-l1.has-subnav .m-subnav-arrow.active, .sn-li-l1.menu-item-has-children .m-subnav-arrow.active, .sn-li-l1.hs-item-has-children .m-subnav-arrow.active,  .hs-menu-depth-1.has-subnav .m-subnav-arrow.active,  .hs-menu-depth-1.menu-item-has-children .m-subnav-arrow.active,  .hs-menu-depth-1.hs-item-has-children .m-subnav-arrow.active {
	transform: rotate(180deg);
}
}
.sn-li-l1:hover,  .hs-menu-depth-1:hover {
	background-color: #e27300;
}
.sn-li-l1:first-child,  .hs-menu-depth-1:first-child {
	border-top: 1px solid #3e7399;
}
 @media (min-width: 40em) {
.sn-li-l1,  .hs-menu-depth-1 {
	position: static;
	height: 5em;
	float: left;
	border-bottom: 0;
	border-right: none;
	-webkit-flex-grow: 1;
	-moz-flex-grow: 1;
	flex-grow: 1;
	-ms-flex-positive: 1;
	text-align: center;
}
.sn-li-l1 span,  .hs-menu-depth-1 span {
	font-size: 1.0625em;
}
.sn-li-l1 > a,  .hs-menu-depth-1 > a {
	height: 5em;
	line-height: 5em;
	padding: 0 1.375em;
	color: #444444;
}
.sn-li-l1.menu-item-has-children > a,  .hs-menu-depth-1.menu-item-has-children > a {
	background: url(down-arrow.svg) no-repeat scroll center 55px/10px 8px;
}
.sn-li-l1:hover,  .hs-menu-depth-1:hover {
	background-color: #e27300;
}
.sn-li-l1:hover > a,  .hs-menu-depth-1:hover > a {
	color: #ffffff;
}
.sn-li-l1:hover.menu-item-has-children > a,  .hs-menu-depth-1:hover.menu-item-has-children > a {
	background: url(down-arrow-white.svg) no-repeat scroll center 55px/10px 8px;
}
.sn-li-l1:hover .sn-level-2,  .sn-li-l1:hover .hs-menu-children-wrapper,  .hs-menu-depth-1:hover .sn-level-2,  .hs-menu-depth-1:hover .hs-menu-children-wrapper {
	display: block;
}
.sn-li-l1:first-child,  .hs-menu-depth-1:first-child {
	border-top: none;
}
}
 @media (min-width: 60em) {
.sn-li-l1,  .hs-menu-depth-1 {
	border-right: none;
	height: 7.5em;
}
.sn-li-l1 span,  .hs-menu-depth-1 span {
	font-size: 1.0625em;
}
.sn-li-l1 > a,  .hs-menu-depth-1 > a {
	height: 7.5em;
	line-height: 7.5em;
	padding: 0 0.5em;
	color: #444444;
}
.sn-li-l1.menu-item-has-children > a,  .hs-menu-depth-1.menu-item-has-children > a {
	background: url(down-arrow.svg) no-repeat scroll center 77px/10px 8px;
}
.sn-li-l1:hover,  .hs-menu-depth-1:hover {
	background-color: #e27300;
}
.sn-li-l1:hover > a,  .hs-menu-depth-1:hover > a {
	color: #ffffff;
}
.sn-li-l1:hover.menu-item-has-children > a,  .hs-menu-depth-1:hover.menu-item-has-children > a {
	background: url(down-arrow-white.svg) no-repeat scroll center 77px/10px 8px;
}
}
 @media (max-height: 46em) and (min-width: 60em) {
.sn-li-l1.menu-item-has-children > a,  .hs-menu-depth-1.menu-item-has-children > a {
	background-position: center 63px;
}
.sn-li-l1:hover.menu-item-has-children > a,  .hs-menu-depth-1:hover.menu-item-has-children > a {
	background-position: center 63px;
}
}
 @media (min-width: 80em) {
.sn-li-l1 > a,  .hs-menu-depth-1 > a {
	padding: 0 1.375em;
}
}
.sn-level-2, .hs-menu-children-wrapper {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	display: none;
	position: relative;
}
.sn-level-2.active,  .hs-menu-children-wrapper.active {
	display: block;
}
 @media (min-width: 40em) {
.sn-level-2,  .hs-menu-children-wrapper {
	position: absolute;
	width: auto;
	-moz-column-count: 2;
	-moz-column-gap: 2.5em;
	-webkit-column-count: 2;
	-webkit-column-gap: 2.5em;
	column-count: 2;
	column-gap: 2.5em;
	background: #e27300;
	text-align: left;
	padding: 1.3125em 0 0.9375em 1.3125em;
	margin: 0 1.5em;
	left: 0;
	list-style-type:none;
}
.sn-level-2.active,  .hs-menu-children-wrapper.active {
	display: none;
}
}
.sn-li-l2, .sn-li-l3, .hs-menu-depth-2 {
	background-color: #e27300;
}
.sn-li-l2 > a, .sn-li-l3 > a,  .hs-menu-depth-2 > a {
	padding: 0 1em;
	color: #ffffff;
	border-top: 1px solid #ff8d16;
	display: block;
	text-decoration: none;
	line-height: 3.625em;
}
.sn-li-l2 > a span, .sn-li-l3 > a span,  .hs-menu-depth-2 > a span {
	letter-spacing: 0.4px;
	font-size: 1.0625em;
	line-height: 1.25em;
	display: inline-block;
	vertical-align: middle;
}
.sn-li-l2:last-child > a, .sn-li-l3:last-child > a,  .hs-menu-depth-2:last-child > a {
	border-bottom: 0;
}
.sn-li-l2:hover, .sn-li-l3:hover,  .hs-menu-depth-2:hover {
	background-color: #eb9d4d;
}
 @media (min-width: 40em) {
.sn-li-l2, .sn-li-l3,  .hs-menu-depth-2 {
	position: relative;
	background-color: #e27300;
	border-right: 1px solid #eb9d4d;
}
.sn-li-l2 > a, .sn-li-l3 > a,  .hs-menu-depth-2 > a {
	display: inline-block;
	vertical-align: top;
	padding: 0 1.375em;
	line-height: 3.125em;
	border-top: none;
	border-right: none;
}
.sn-li-l2 > a span, .sn-li-l3 > a span,  .hs-menu-depth-2 > a span {
	font-size: 1.0625em;
}
.sn-li-l2 > a:hover, .sn-li-l3 > a:hover,  .hs-menu-depth-2 > a:hover {
	background-color: #eb9d4d;
}
.sn-li-l2:hover, .sn-li-l3:hover,  .hs-menu-depth-2:hover {
	background-color: transparent;
}
.sn-li-l2:hover .sn-level-3, .sn-li-l3:hover .sn-level-3,  .hs-menu-depth-2:hover .sn-level-3 {
	display: block;
	margin: -1.5625em;
	padding: 1.5625em;
}
.sn-li-l2:nth-of-type(7), .sn-li-l3:nth-of-type(7), .sn-li-l2:nth-of-type(8), .sn-li-l3:nth-of-type(8), .sn-li-l2:nth-of-type(9), .sn-li-l3:nth-of-type(9), .sn-li-l2:nth-of-type(10), .sn-li-l3:nth-of-type(10), .sn-li-l2:nth-of-type(11), .sn-li-l3:nth-of-type(11),  .hs-menu-depth-2:nth-of-type(7),  .hs-menu-depth-2:nth-of-type(8),  .hs-menu-depth-2:nth-of-type(9),  .hs-menu-depth-2:nth-of-type(10),  .hs-menu-depth-2:nth-of-type(11) {
	border-right: none;
}
}
 @media (min-width: 60em) {
.sn-li-l2, .sn-li-l3,  .hs-menu-depth-2 {
	background-color: #e27300;
}
.sn-li-l2 > a, .sn-li-l3 > a,  .hs-menu-depth-2 > a {
	display: inline-block;
	vertical-align: top;
	padding: 0 1.1875em;
	line-height: 2.875em;
	border-top: none;
	border-right: none;
}
.sn-li-l2 > a span, .sn-li-l3 > a span,  .hs-menu-depth-2 > a span {
	font-size: 1.0625em;
}
.sn-li-l2 > a:hover, .sn-li-l3 > a:hover,  .hs-menu-depth-2 > a:hover {
	background-color: #eb9d4d;
}
.sn-li-l2:hover, .sn-li-l3:hover,  .hs-menu-depth-2:hover {
	background-color: transparent;
}
}
.sn-level-3 {
	padding: 0;
	margin: 0;
	padding-top: 1px;
	display: none;
	position: relative;
}
.sn-level-3.active {
	display: block;
}
 @media (min-width: 40em) {
.sn-level-3 {
	position: absolute;
	top: 0;
	left: 100%;
}
.sn-level-3.active {
	display: none;
}
}
.site-nav-container {
	background-color: #084c7c;
	width: 100%;
	height: 100%;
	right: -100%;
	top: 0;
	bottom: 0;
	z-index: 1000;
	position: absolute;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.site-nav-container.active {
	right: 0;
}
 @media (min-width: 40em) {
.site-nav-container {
	width: auto;
	height: auto;
	right: auto;
	bottom: auto;
	top: auto;
	position: static;
	background-color: transparent;
}
}
.site-nav-container-screen {
	position: absolute;
	display: none;
	z-index: 999;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background-color: rgba(0, 0, 0, 0.5);
}
.site-nav-container-screen.active {
	display: block;
}
 @media (min-width: 40em) {
.site-nav-container-screen {
	display: none !important;
}
}
.close-menu {
	display: inline-block;
	clear: both;
	position: relative;
	text-align: center;
	color: #ffffff !important;
	font-family: "Open Sans", sans-serif;
	padding: 0 0 0 1.7647058824em;
	margin: 0 auto;
	font-size: 1.0625em;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
}
.close-menu:visited {
	color: #ffffff;
}
.close-menu:hover {
	color: #ffffff;
}
.close-menu:after {
	content: '';
	background-color: transparent;
	background-image: url(close.svg);
	background-size: 1.1764705882em 1.1764705882em;
	background-position: left center;
	background-repeat: no-repeat;
	display: block;
	width: 1.1764705882em;
	top: 0;
	bottom: 0;
	left: 0;
	position: absolute;
}
 @media (min-width: 40em) {
.close-menu {
	display: none;
}
}
.snc-header {
	text-align: center;
	padding: 1.1875em 0 1.125em;
}
 @media (min-width: 40em) {
.snc-header {
	padding: 0;
}
}
/*
This is used to separate sections/modules of the website while still keeping a consistent max-width. Example below:
<section class="about-module">
  <div class="inner-wrap">
    Content here...
  </div>
</section>
*/
.inner-wrap, .inner-wrap-narrow, .inner-wrap-wide, .inner-wrap-fullwidth {
	max-width:70.5em;
	margin-left: auto;
	margin-right: auto;
	padding: 1.5em 1em 1.5em 1em;
}
.inner-wrap::after, .inner-wrap-narrow::after, .inner-wrap-wide::after, .inner-wrap-fullwidth::after {
	clear: both;
	content: "";
	display: table;
}
.inner-wrap > *:first-child, .inner-wrap-narrow > *:first-child, .inner-wrap-wide > *:first-child, .inner-wrap-fullwidth > *:first-child {
	margin-top: 0;
}
.inner-wrap > *:last-child, .inner-wrap-narrow > *:last-child, .inner-wrap-wide > *:last-child, .inner-wrap-fullwidth > *:last-child {
	margin-bottom: 0;
}
 @media (min-width: 40em) {
.inner-wrap, .inner-wrap-narrow, .inner-wrap-wide, .inner-wrap-fullwidth {
	padding: 2.5em 1.5em 2.5em 1.5em;
}
}
.inner-wrap-narrow {
	max-width: 62.5em;
}
.inner-wrap-wide {
	max-width: 87.5em;
}
.inner-wrap-fullwidth {
	max-width: 100%;
}
/*=============== Sections ===============*/
.section-header-wrap {
	background-color: #eeeeee;
}
.section-header-wrap .inner-wrap, .section-header-wrap .inner-wrap-narrow, .section-header-wrap .inner-wrap-wide, .section-header-wrap .inner-wrap-fullwidth {
	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;
}
/*=============== Site Header ===============*/
.site-header {
	background-color: #ffffff;
	box-shadow: 0 0 5px 0 #444;
	position: relative;
	z-index: 2;
}

.site-header.new-header>.inner-wrap,
.site-header.new-header>.inner-wrap-narrow,
.site-header.new-header>.inner-wrap-wide,
.site-header.new-header>.inner-wrap-fullwidth {
    padding: 0;
    text-align: center
}

.site-header.new-header>.inner-wrap .site-logo,
.site-header.new-header>.inner-wrap-narrow .site-logo,
.site-header.new-header>.inner-wrap-wide .site-logo,
.site-header.new-header>.inner-wrap-fullwidth .site-logo {
    margin: 2.4375em .9375em;
    width: auto
}

.site-header.new-header .sh-ico-search {
    margin-top: 0;
    float: none
}

.site-header.new-header .sh-utility-nav {
    background-color: #444;
    display: flex;
    justify-content: space-between;
    padding: 0 .9375em
}

.site-header.new-header .sh-utility-nav .sh-icons {
    border-top: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    width: 70%
}

.site-header.new-header .sh-utility-nav .sh-icons::before {
    display: none
}

.site-header.new-header .sh-utility-nav .sh-icons .sh-ico-search {
    display: block
}

.site-header.new-header .sh-utility-nav .sh-ico-menu {
    margin-top: 0
}

.site-header.new-header .sh-utility-nav .sh-ph {
    padding-top: 1.7058823529em;
    padding-left: 1.4210526316em
}

.site-header.new-header .sh-utility-nav .sh-ph span {
    display: none
}

.site-header.new-header .sh-utility-nav .btn-desktop {
    display: none
}

.site-header.new-header .sh-utility-nav .sh-cta-wrap {
    padding-top: .625em;
    padding-bottom: .625em
}

.site-header.new-header .sh-utility-nav .sh-cta-wrap .sh-ico-search {
    display: none
}

.site-header.new-header .sh-utility-nav .sh-cta-wrap .sh-rfq.btn-mobile {
    padding-top: .7058823529em;
    padding-bottom: .7058823529em
}

.site-header.new-header .sh-sticky-wrap .sh-cta-wrap {
    display: none
}

.site-header.new-header .sh-sticky-wrap>.inner-wrap,
.site-header.new-header .sh-sticky-wrap>.inner-wrap-narrow,
.site-header.new-header .sh-sticky-wrap>.inner-wrap-wide,
.site-header.new-header .sh-sticky-wrap>.inner-wrap-fullwidth {
    padding: 0
}

.site-header.new-header .sh-sticky-wrap>.inner-wrap::after,
.site-header.new-header .sh-sticky-wrap>.inner-wrap-narrow::after,
.site-header.new-header .sh-sticky-wrap>.inner-wrap-wide::after,
.site-header.new-header .sh-sticky-wrap>.inner-wrap-fullwidth::after {
    display: none
}

.site-header.new-header .sh-sticky-wrap .sh-rfq.btn,
.site-header.new-header .sh-sticky-wrap button.sh-rfq,
.site-header.new-header .sh-sticky-wrap input.sh-rfq[type=submit],
.site-header.new-header .sh-sticky-wrap .sh-rfq.btn-download,
.site-header.new-header .sh-sticky-wrap .sh-rfq.btn-arrow,
.site-header.new-header .sh-sticky-wrap .sh-rfq.product-grid-item-link {
    padding-top: .7058823529em;
    padding-bottom: .7058823529em
}

@media (min-width:40em) {
    .site-header.new-header .sh-utility-nav .btn-mobile {
        display: inline-block
    }
    .site-header.new-header .sh-utility-nav .btn-desktop {
        display: none
    }
}

@media (min-width:60em) {
    .site-header.new-header {
        min-height: 11.5625em
    }
    .site-header.new-header>.inner-wrap,
    .site-header.new-header>.inner-wrap-narrow,
    .site-header.new-header>.inner-wrap-wide,
    .site-header.new-header>.inner-wrap-fullwidth {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 1.875em 1.5em
    }
    .site-header.new-header>.inner-wrap::after,
    .site-header.new-header>.inner-wrap-narrow::after,
    .site-header.new-header>.inner-wrap-wide::after,
    .site-header.new-header>.inner-wrap-fullwidth::after {
        display: none
    }
    .site-header.new-header>.inner-wrap .site-logo,
    .site-header.new-header>.inner-wrap-narrow .site-logo,
    .site-header.new-header>.inner-wrap-wide .site-logo,
    .site-header.new-header>.inner-wrap-fullwidth .site-logo {
        margin: 0
    }
    .site-header.new-header>.inner-wrap .site-logo img,
    .site-header.new-header>.inner-wrap-narrow .site-logo img,
    .site-header.new-header>.inner-wrap-wide .site-logo img,
    .site-header.new-header>.inner-wrap-fullwidth .site-logo img {
        margin-top: 0
    }
    .site-header.new-header .sh-ico-search {
        margin-top: 7px;
        float: none;
        background-size: 1.25em 1.25em
    }
    .site-header.new-header .sh-utility-nav {
        display: flex;
        align-items: center;
        background-color: transparent;
        padding: 0
    }
    .site-header.new-header .sh-utility-nav .sh-icons {
        display: flex;
        flex-direction: column;
        align-items: end;
        padding: 0;
        width: auto
    }
    .site-header.new-header .sh-utility-nav .sh-icons>a {
        color: #000
    }
    .site-header.new-header .sh-utility-nav .sh-icons>a:hover,
    .site-header.new-header .sh-utility-nav .sh-icons>a:focus {
        color: #e27300
    }
    .site-header.new-header .sh-utility-nav .sh-icons .sh-ico-search {
        display: none
    }
    .site-header.new-header .sh-utility-nav .sh-email {
        margin-bottom: 12px
    }
    .site-header.new-header .sh-utility-nav .sh-ph {
        padding-top: 0
    }
    .site-header.new-header .sh-utility-nav .sh-ph span {
        display: inline-block;
        vertical-align: top
    }
    .site-header.new-header .sh-utility-nav .sh-email,
    .site-header.new-header .sh-utility-nav .sh-ph,
    .site-header.new-header .sh-utility-nav .sh-contact {
        float: none;
        display: block
    }
    .site-header.new-header .sh-utility-nav .sh-cta-wrap {
        display: none
    }
    .site-header.new-header .sh-utility-nav .sh-cta-wrap .sh-ico-search {
        display: block
    }
    .site-header.new-header .sh-utility-nav .btn-mobile {
        display: none
    }
    .site-header.new-header .sh-utility-nav .btn-desktop {
        display: block
    }
    .site-header.new-header .sh-sticky-wrap {
        background-color: #444;
        min-height: 3.75em
    }
    .site-header.new-header .sh-sticky-wrap>.inner-wrap,
    .site-header.new-header .sh-sticky-wrap>.inner-wrap-narrow,
    .site-header.new-header .sh-sticky-wrap>.inner-wrap-wide,
    .site-header.new-header .sh-sticky-wrap>.inner-wrap-fullwidth {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 1.5em
    }
    .site-header.new-header .sh-sticky-wrap .sh-cta-wrap {
        display: flex;
        align-items: center
    }
    .site-header.new-header .sh-sticky-wrap .sn-level-1 {
        height: 3.75em
    }
    .site-header.new-header .sh-sticky-wrap .sn-level-2 {
        width: 96%
    }
    .site-header.new-header .sh-sticky-wrap .sn-level-2 li:nth-last-child(-n+3) {
        border-right: 1;
    }
    .site-header.new-header .sh-sticky-wrap .sn-li-l1 {
        height: 3.75em
    }
    .site-header.new-header .sh-sticky-wrap .sn-li-l1>a {
        color: #fff;
        height: 3.75em;
        line-height: 3.75em;
        padding: 0 .9375em
    }
    .site-header.new-header .sh-sticky-wrap .sn-li-l1.menu-item-has-children>a {
        background: none
    }
    .site-header.new-header .sh-sticky-wrap .sn-li-l1.menu-item-has-children>a:hover,
    .site-header.new-header .sh-sticky-wrap .sn-li-l1.menu-item-has-children>a:focus {
        background: none
    }
    .site-header.new-header .sh-sticky-wrap .sn-li-l1:last-child {
        display: block
    }
    .site-header.new-header .sh-sticky-wrap .sh-rfq {
        margin-right: 0;
        margin-left: 1.1764705882em
    }
    .site-header.new-header .sh-sticky-wrap .site-nav-container {
        width: 72%
    }
}

@media (min-width:80em) {
    .site-header.new-header .sh-utility-nav .sh-cta-wrap {
        display: block
    }
    .site-header.new-header .sh-utility-nav .sh-cta-wrap .sh-rfq {
        margin-left: 1.1764705882em;
        margin-right: 0
    }
    .site-header.new-header .sh-utility-nav .sh-cta-wrap .sh-ico-search {
        display: none
    }
    .site-header.new-header .sh-sticky-wrap .sn-li-l1>a {
        padding: 0 1.375em
    }
    .site-header.new-header .sh-sticky-wrap .sh-cta-wrap {
        display: flex
    }
    .site-header.new-header .sh-sticky-wrap .sh-cta-wrap .sh-rfq {
        display: none
    }
    .site-header.new-header .sh-sticky-wrap .site-nav-container {
        width: 95%;
        transition: none
    }
    .site-header.new-header .sh-sticky-wrap .site-nav-container .site-nav {
        width: 100%
    }
    .site-header.new-header .sh-sticky-wrap.stuck .site-nav-container {
        width: 75%
    }
    .site-header.new-header .sh-sticky-wrap.stuck .sh-cta-wrap .sh-rfq {
        display: inline-block
    }
}
.sh-sticky-wrap {
	background-color: #ffffff;
	text-align: center;
}
.sh-sticky-wrap .inner-wrap, .sh-sticky-wrap .inner-wrap-narrow, .sh-sticky-wrap .inner-wrap-wide, .sh-sticky-wrap .inner-wrap-fullwidth {
	padding-top: 1.9375em;
	padding-bottom: 1.3125em;
}
 @media (min-width: 40em) {
.sh-sticky-wrap .inner-wrap, .sh-sticky-wrap .inner-wrap-narrow, .sh-sticky-wrap .inner-wrap-wide, .sh-sticky-wrap .inner-wrap-fullwidth {
	position: relative;
	padding-bottom: 0;
}
}
 @media (min-width: 60em) {
.sh-sticky-wrap .inner-wrap, .sh-sticky-wrap .inner-wrap-narrow, .sh-sticky-wrap .inner-wrap-wide, .sh-sticky-wrap .inner-wrap-fullwidth {
	padding-top: 0;
	padding-bottom: 0;
}
.sh-sticky-wrap.stuck {
	box-shadow: 0 0 5px 0 #444444;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
}
}
.site-logo {
	display: inline-block;
	vertical-align: top;
	max-width: 24.9375em;
	width: 97%;
	margin-bottom: 1.9375em;
}
.site-logo img {
	display: block;
	margin: 0;
	max-width: 100%;
}
 @media (min-width: 40em) {
.site-logo {
	float: left;
	width: 52%;
}
.site-logo img {
	margin-top: 2.375em;
}
}
 @media (min-width: 60em) {
.site-logo {
	width: 30%;
}
}
 @media (min-width: 80em) {
.site-logo {
	width: 24.9375em;
}
}
.sh-icons {
	border-top: 1px solid #d2d2d2;
	padding-top: 1.3125em;
	position: relative;
}
.sh-icons:before {
	background: #d2d2d2;
	content: "";
	height: 0.0625em;
	left: -100%;
	position: absolute;
	top: -0.0625em;
	width: 100%;
}
.sh-icons:after {
	background: #d2d2d2;
	content: "";
	height: 0.0625em;
	right: -100%;
	position: absolute;
	top: -0.0625em;
	width: 100%;
}
 @media (min-width: 40em) {
.sh-icons {
	float: right;
	border-top: none;
	padding: 1.875em 0 1.25em 0.5em;
}
.sh-icons:before, .sh-icons:after {
	display: none;
}
}
.sh-rfq {
	padding: 1.2352941176em 1.1764705882em 1.2941176471em;
	border-radius: 6px;
	color: white;
	display: inline-block;
	font-size: 1.0625em;
	font-weight: 600;
	letter-spacing: 0.5px;
	line-height: 1;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	transition: background 0.1s linear 0s;
	background-color: #e27300;
}
.sh-rfq:hover {
	background-color: #084c7c;
}
 @media (min-width: 40em) {
.sh-rfq {
	margin-right: 1.1764705882em;
}
}
.sh-utility-nav {
	background-color: #084c7c;
	color: #ffffff;
	text-align: right;
}
.sh-utility-nav .inner-wrap, .sh-utility-nav .inner-wrap-narrow, .sh-utility-nav .inner-wrap-wide, .sh-utility-nav .inner-wrap-fullwidth {
	padding-top: 0.6875em;
	padding-bottom: 0.625em;
}
.sh-email, .sh-ico-search, .sh-ico-menu {
	background-repeat: no-repeat;
	background-position: center top;
	display: inline-block;
	vertical-align: top;
	padding-top: 1.2em;
	width: 2em;
	margin-left: 1em;
	text-align: center;
	text-decoration: none;
}
.sh-ph {
	font-size: 1.1875em;
	background-image: url(call.svg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 1.3157894737em 1.3684210526em;
	padding-left: 1.7894736842em;
	letter-spacing: 0.3px;
	text-decoration: none;
	color: #ffffff;
}
.sh-ph:hover {
	color: #ffffff;
	text-decoration: none;
}
.sh-email {
	font-size: 1.0625em;
	background-image: url(mail.svg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 1.48em 1.13em;
	color: #ffffff;
	text-decoration: none;
	float: left;
	width: 1.4705882353em;
	padding-top: 9px;
	margin: 0;
	height: 1.1176470588em;
}
.sh-email:hover {
	color: #e27300;
	text-decoration: underline;
}
.sh-email span {
	display: none;
}
 @media (min-width: 40em) {
.sh-email {
	background-position: left 0.2941176471em;
	padding: 0 0 5px 1.9411764706em;
	letter-spacing: 0.4px;
	width: auto;
}
.sh-email span {
	display: inline-block;
	vertical-align: top;
}
}
.sh-contact {
	display: none;
}
 @media (min-width: 40em) {
.sh-contact {
	color: #ffffff;
	display: inline-block;
	font-size: 1.0625em;
	letter-spacing: 0.7px;
	margin-right: 2.1764705882em;
	position: relative;
	vertical-align: top;
	text-decoration: none;
}
.sh-contact:after {
	background: #ffffff;
	content: "";
	height: 1.4705882353em;
	position: absolute;
	right: -1.2352941176em;
	top: 0.1176470588em;
	width: 1px;
}
}
.sh-ico-search {
	background-image: url(search.svg);
	background-size: 1.5625em 1.5625em;
	width: auto;
	margin: 1.125em 0 0 0;
	width: 1.5625em;
	padding-top: 1.5625em;
	float: right;
}
.sh-ico-menu {
	background-image: url(hamburger.svg);
	background-size: 1.6875em 1.25em;
	margin: 1.25em 0 0 0;
	width: 1.6875em;
	height: 1.25em;
	padding-top: 1.25em;
	float: left;
}
 @media (min-width: 40em) {
.sh-ico-menu {
	display: none;
}
}
.sn-contact-wrap {
	padding: 1.875em 0 2.1875em;
	text-align: center;
	background-color: #084c7c;
}
.sn-contact-wrap .sn-contact {
	color: #fff;
	display: inline-block;
	font-size: 1.0625em;
	margin: 0 auto;
	vertical-align: top;
}
.sn-contact-wrap .sn-contact:hover {
	color: #e27300;
}
 @media (min-width: 40em) {
.sn-contact-wrap {
	display: none;
}
}
/*=============== Site Intro ===============*/






/*=============== Site Content ===============*/
.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;
}
.site-content > .inner-wrap, .site-content > .inner-wrap-narrow, .site-content > .inner-wrap-wide, .site-content > .inner-wrap-fullwidth {
	padding-top: 60px;
	padding-bottom: 2.5em;
}
.logo-module {
	text-align: center;/*    @include mq(large) {
        .inner-wrap {
            position: relative;
            &:before {
                background-image: url(lm-bg.png);
                background-position: center center;
                background-repeat: no-repeat;
                background-size: em(3) em(94);
                position: absolute;
                content: "";
                width: em(3);
                height: em(94);
                top: em(30);
                left: em(24);
            }
            &:after {
                background-image: url(lm-bg.png);
                background-position: center center;
                background-repeat: no-repeat;
                background-size: em(3) em(94);
                position: absolute;
                content: "";
                width: em(3);
                height: em(94);
                top: em(30);
                right: em(24);
            }
        }
    }*/ }
.logo-module .inner-wrap, .logo-module .inner-wrap-narrow, .logo-module .inner-wrap-wide, .logo-module .inner-wrap-fullwidth {
	padding-top: 2.3125em;
	padding-bottom: 3.625em;
}
 @media (min-width: 80em) {
.logo-module {
	text-align: left;
}
}
.lm-img-wrap {
	display: block;
	margin-bottom: 1.875em;
	cursor: pointer;/*.hover-image {
        display: none;
    }*/ }
.lm-img-wrap .default-image {
	display: block;
	margin: 0 auto;/*
        opacity: 0.5;*/ }
.lm-img-wrap:hover {
/*.default-image {
            display: none;
        }
        .hover-image {
            display: block;
            margin: 0 auto;
            opacity: 1;
        }*/ }
 @media (min-width: 40em) {
.lm-img-wrap {
	display: inline-block;
	vertical-align: middle;
	margin-right: 6%;
}
}
 @media (min-width: 60em) {
.lm-img-wrap {
	display: inline-block;
	vertical-align: middle;
	margin-right: 0.7%;
	margin-bottom: 0;
	cursor: pointer;
}
.lm-img-wrap:first-child {
	background-size: 0.1875em 5.875em;
	padding-left: 0.75em;
}
.lm-img-wrap:last-child {
	margin: 0;
	padding-left: 0;
	padding-right: 0.4375em;
}
}
 @media (min-width: 80em) {
.lm-img-wrap {
	margin-right: 3.75em;
}
}
/*=============== Site Footer ===============*/
.site-footer {
	background-color: #f5f5f5;
	text-align: center;
	color: #444444;
}
.site-footer .inner-wrap, .site-footer .inner-wrap-narrow, .site-footer .inner-wrap-wide, .site-footer .inner-wrap-fullwidth {
	padding-top: 3em;
	padding-bottom: 3.3125em;
}
 @media (min-width: 60em) {
.site-footer {
	text-align: left;
}
}
.sf-address {
	font-size: 1.0625em;
	font-weight: 400;
	letter-spacing: 0.5px;
	line-height: 2.1;
	padding-bottom: 1.7647058824em;
}
.sf-address .sf-title {
	display: block;
	font-weight: 600;
	padding-bottom: 0.4117647059em;
	text-transform: uppercase;
}
 @media (min-width: 60em) {
.sf-address {
	display: inline-block;
	padding: 0;
	vertical-align: bottom;
	width: 32%;
}
}
 @media (min-width: 80em) {
.sf-address {
	width: 33.7%;
}
}
.sf-contact {
	font-size: 1.0625em;
	font-weight: 400;
	letter-spacing: 0.2px;
	line-height: 2.1;
	padding-bottom: 1.7647058824em;
}
 @media (min-width: 60em) {
.sf-contact {
	display: inline-block;
	padding: 0;
	vertical-align: bottom;
	width: 32%;
}
}
 @media (min-width: 80em) {
.sf-contact {
	width: 33.7%;
}
}
.sf-ph {
	background-image: url(sf-call.svg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 20px 20px;
	padding-left: 1.7647058824em;
	display: inline-block;
	vertical-align: top;
}
.sf-ph a {
	text-decoration: none;
	color: #444444;
}
.sf-fax {
	background-image: url(fax.svg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 20px 20px;
	padding-left: 1.7647058824em;
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	color: #444444;
}
.sf-links {
	font-size: 1.0625em;
	font-weight: 400;
	letter-spacing: 0.55px;
	line-height: 2.1;
	padding-bottom: 1.7647058824em;
}
.sf-nav {
	margin:0;
	padding:0;
}
 @media (min-width: 60em) {
.sf-links {
	display: inline-block;
	vertical-align: bottom;
	padding: 0;
	width: 35%;
}
}
 @media (min-width: 80em) {
.sf-links {
	width: 30%;
}
}
.sf-email {
	background-image: url(sf-mail.svg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 20px 15px;
	padding-left: 1.7647058824em;
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	color: #444444;
}
.sf-email:hover {
	color: #084c7c;
	text-decoration: underline;
}
.sf-nav li a {
	color: #444444;
}
.sf-nav li a:hover {
	color: #084c7c;
	text-decoration: underline;
}
 @media (min-width: 40em) {
.sf-nav li {
	display: inline-block;
	vertical-align: top;
	padding: 0 1.7647058824em 0 0;
}
.sf-nav li:last-child {
	padding: 0;
}
}
.thomas-info {
	background-color: #084c7c;
	color: #ffffff;
	text-align: center;
}
.thomas-info .inner-wrap, .thomas-info .inner-wrap-narrow, .thomas-info .inner-wrap-wide, .thomas-info .inner-wrap-fullwidth {
	padding-top: 0.9375em;
	padding-bottom: 1.1875em;
}
.ti-text {
	font-size: 1.0625em;
	font-weight: 400;
	letter-spacing: 0.49px;
}
.ti-text span {
	display: block;
}
.ti-text a {
	color: #ffffff;
}
.ti-text a:hover {
	text-decoration: none;
}
 @media (min-width: 60em) {
.ti-text span {
	display: inline-block;
	margin-left: 0.2941176471em;
	padding-left: 0.7058823529em;
	position: relative;
	vertical-align: top;
}
.ti-text span:before {
	background: #ffffff;
	content: "";
	height: 1em;
	left: 0;
	position: absolute;
	top: 0.3529411765em;
	width: 0.1176470588em;
}
}
img[name=pphLoggerImage] {
	display: none;
}
/* Slick  Slider */
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0 3.125em;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-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;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.slick-track:before, .slick-track:after {
	display: table;
	content: '';
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}
[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-prev.slick-arrow {
	background: transparent url("arrow-prev.png") no-repeat scroll 0 10px;
	border: medium none;
	cursor: pointer;
	left: 0;
	outline: medium none;
	padding: 9px 22px 25px 13px;
	position: absolute;
	text-indent: -99999px;
	top: 0;
	z-index: 2147483647;
}
.slick-next.slick-arrow {
	background: transparent url(arrow.png) no-repeat 0 10px;
	right: 0;
	position: absolute;
	text-indent: -99999px;
	top: 0;
	outline: none;
	border: medium none;
	cursor: pointer;
	z-index: 2147483647;
	position: absolute;
	padding: 9px 22px 25px 13px;
}
/* Anything HubSpot Related */
.hs-error-msgs {
	color: #C02F2F;
}
/*! {% include "hubspot/styles/responsive/required_base.css" %}*/
/*!
[hubspot-metadata]
{
    "path": "custom/page/web_page_basic/style.css"
}
[end-hubspot-metadata]
*/
/*=============== Search ===============*/
.search-table {
	display: table;
	width: 100%;
	float: right;
	padding: 0;
}
.search-row {
	display: table-row;
	width: 100%;
}
.search-cell1 {
	display: table-cell;
	padding-right: 0.4375em;
}
.search-cell2 {
	display: table-cell;
	width: 2.1875em;
	border: 0;
	vertical-align:top;
}
.search-text {
	height: 2.3em;
	float: left;
	background-color: white;
	border: 1px solid #eeeeee;
	border-radius: 0;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06) inset;
	box-sizing: border-box;
	font-family: "Open Sans", sans-serif;
	font-size: 1.125em;
	margin-bottom: 0.75em;
	padding: 0.5em;
	transition: border-color 0s ease 0s;
	width: 100%;
}
.search-submit {
	width: 100%;
	height: 2.3em;
	border: 0;
	float: right;
	background: url(ico-search.svg) no-repeat center center !important;
	-moz-appearance: none;
	border: medium none;
	cursor: pointer;
	vertical-align: middle;
	white-space: nowrap;
}
}
 @media (min-width: 40em) {
.site-search {
	width: 100%;
}
.search-text {
	height: 2.3em;
}
.search-submit {
	height: 2.3em;
}
}
.search-module {
	background-color: #084c7c;
	height: 6em;
	margin-top: -6em;
	border-bottom: 1px solid rgba(0, 0, 0, 0.47);
	position: fixed;
	left: 0;
	right: 0;
	z-index: 10000;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.search-module.active {
	margin-top: 0;
}
.search-module .inner-wrap, .search-module .inner-wrap-narrow, .search-module .inner-wrap-wide, .search-module .inner-wrap-fullwidth {
	padding: 0.3em 1.5em 1em;
}
.search-exit {
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
	top: 0;
	right: 0;
}
.site-wrap {
	background: #ffffff;
	position: relative;
	overflow: hidden;
	margin: 0 auto -25px;
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	box-orient: vertical;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	flex-direction: column;
	-ms-flex-direction: column;
	min-height: 100%;
}
.logo-module .slider {
	width:auto !important;
	margin:0 auto !important;
}


em.yearfooter {
    font-style: normal;
}

