@import url('https://fonts.googleapis.com/css?family=Overpass:200,300,600,900|Roboto:300,400');
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&#038;display=swap");
body {
	-webkit-font-smoothing: antialiased;
	background-color: white;
	color: #060606;
	font-family: Roboto;
	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;
}
}
.site-nav, #hs_menu_wrapper_primary_nav {
	background-color: #2a387e;
	    font-family: "Montserrat", sans-serif;
}
.site-nav span,  #hs_menu_wrapper_primary_nav span {
	white-space: nowrap;
}
 @media (min-width: 60em) {
.site-nav,  #hs_menu_wrapper_primary_nav {
	display: inline-block;
	position: relative;
	top: 0;
	left: 0;
	background-color: #ffffff;
	width: 59%;
}
}
.sn-level-1, .sn-level-2, .sn-level-3 {
	list-style: none;
}
.sn-level-1, #hs_menu_wrapper_primary_nav > ul {
	margin: 0;
	padding: 0;
}
 @media (min-width: 60em) {
.sn-level-1,  #hs_menu_wrapper_primary_nav > ul {
	height: 3.75em;
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}
}
.sn-li-l1, .hs-menu-depth-1 {
	display: block;
	background-color: #2a387e;
	position: relative;
}
.sn-li-l1 > a,  .hs-menu-depth-1 > a {
	display: block;
	height: 3.75em;
	line-height: 3.75em;
	color: #ffffff;
	text-decoration: none;
	padding: 0 1em 0 2.5625em;
	box-sizing: border-box;
	text-transform: uppercase;
}
.sn-li-l1 > a:hover, .hs-menu-depth-1 > a:hover {
	color: #ffffff;
}
.sn-li-l1 > a:hover span,  .hs-menu-depth-1 > a:hover span {
	border-color: #c72725;
}
.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;
	padding-right: 0em;
	background-image: url(down-arrow-white.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 1.0625em;
	display: block;
	width: 40px;
	height: 60px;
	position: absolute;
	background-color: transparent;
	right: 1.6875em;
	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);
}
 @media (min-width: 60em) {
.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 {
	display: none;
}
}
.sn-li-l1.has-subnav > a span, .sn-li-l1.menu-item-has-children > a span, .sn-li-l1.hs-item-has-children > a span,  .hs-menu-depth-1.has-subnav > a span,  .hs-menu-depth-1.menu-item-has-children > a span,  .hs-menu-depth-1.hs-item-has-children > a span {
	padding-right: 0em;
	/*background-image: url(down-arrow.svg);
        background-repeat: no-repeat;
        background-position: right center;
        background-size: em(12);*/
    display: block;
}
.sn-li-l1.has-subnav > a.active, .sn-li-l1.menu-item-has-children > a.active, .sn-li-l1.hs-item-has-children > a.active,  .hs-menu-depth-1.has-subnav > a.active,  .hs-menu-depth-1.menu-item-has-children > a.active,  .hs-menu-depth-1.hs-item-has-children > a.active {
	color: #c72725;
}
.sn-li-l1.has-subnav > a.active span, .sn-li-l1.menu-item-has-children > a.active span, .sn-li-l1.hs-item-has-children > a.active span,  .hs-menu-depth-1.has-subnav > a.active span,  .hs-menu-depth-1.menu-item-has-children > a.active span,  .hs-menu-depth-1.hs-item-has-children > a.active span {
	transform: rotate(180deg);
}
.sn-li-l1:hover,  .hs-menu-depth-1:hover {
	background-color: #c72725;
}
 @media (min-width: 60em) {
.sn-li-l1,  .hs-menu-depth-1 {
	height: 3.75em;
	font-family: "Montserrat",sans-serif;
	float: left;
	border-bottom: 0;
	border-right: 1px solid #0d0d0d;
	-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 {
	
}
.sn-li-l1 > a,  .hs-menu-depth-1 > a {
	padding: 0 0.5em;
	box-sizing: border-box;
	color: #000000;
}
.sn-li-l1 > a span,  .hs-menu-depth-1 > a span {
	display: inline;
	padding-bottom: 5px;
	border-bottom: 0px solid #000000;
}
.sn-li-l1 > a:hover,  .hs-menu-depth-1 > a:hover {
	color: #ffffff;
}
.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.has-subnav, .sn-li-l1.menu-item-has-children, .sn-li-l1.hs-item-has-children,  .hs-menu-depth-1.has-subnav,  .hs-menu-depth-1.menu-item-has-children,  .hs-menu-depth-1.hs-item-has-children {
}
.sn-li-l1.has-subnav > a, .sn-li-l1.menu-item-has-children > a, .sn-li-l1.hs-item-has-children > a,  .hs-menu-depth-1.has-subnav > a,  .hs-menu-depth-1.menu-item-has-children > a,  .hs-menu-depth-1.hs-item-has-children > a {
	height: auto;
	padding-bottom: 2.875em;
	position: relative;
}
.sn-li-l1.has-subnav > a span, .sn-li-l1.menu-item-has-children > a span, .sn-li-l1.hs-item-has-children > a span,  .hs-menu-depth-1.has-subnav > a span,  .hs-menu-depth-1.menu-item-has-children > a span,  .hs-menu-depth-1.hs-item-has-children > a span {
	padding-right: 0;
	/*background-size: em(10);*/
            display: inline;
}
.sn-li-l1.has-subnav > a:after, .sn-li-l1.menu-item-has-children > a:after, .sn-li-l1.hs-item-has-children > a:after,  .hs-menu-depth-1.has-subnav > a:after,  .hs-menu-depth-1.menu-item-has-children > a:after,  .hs-menu-depth-1.hs-item-has-children > a:after {
	content: '';
	position: absolute;
	background-image: url(down-arrow.svg);
	background-repeat: no-repeat;
	background-size: 1em 0.5em;
	background-position: center 3.5625em;
	width: 100%;
	height: 100%;
	bottom: 0;
	margin: 0 auto;
	left: 0;
	right: 0;
}
.sn-li-l1.has-subnav > a.active:after, .sn-li-l1.menu-item-has-children > a.active:after, .sn-li-l1.hs-item-has-children > a.active:after,  .hs-menu-depth-1.has-subnav > a.active:after,  .hs-menu-depth-1.menu-item-has-children > a.active:after,  .hs-menu-depth-1.hs-item-has-children > a.active:after {
	background-position: center 3.5625em;
}
.sn-li-l1.has-subnav > a:hover:after, .sn-li-l1.menu-item-has-children > a:hover:after, .sn-li-l1.hs-item-has-children > a:hover:after,  .hs-menu-depth-1.has-subnav > a:hover:after,  .hs-menu-depth-1.menu-item-has-children > a:hover:after,  .hs-menu-depth-1.hs-item-has-children > a:hover:after {
	background-position: center 3.5625em;
}
.sn-li-l1:hover,  .hs-menu-depth-1:hover {
	background-color: #c72725;
}
}
 @media (min-width: 60em) {
.sn-li-l1,  .hs-menu-depth-1 {
	border-right: #ffffff;
	background-color: #ffffff;
}
.sn-li-l1 span, .hs-menu-depth-1 span {

}
.sn-li-l1 > a,  .hs-menu-depth-1 > a {
	padding: 0 0.5em;
	box-sizing: border-box;
	color: #000000;
}
.sn-li-l1 > a:hover,  .hs-menu-depth-1 > a:hover {
	color: #000000;
}
.sn-li-l1:hover,  .hs-menu-depth-1:hover {
	background-color: #ffffff;
}
}
.sn-level-2, .hs-menu-children-wrapper {
	padding: 0;
	margin: 0;
	display: none;
	position: relative;
	text-align: left;
	z-index: 999;
}
.sn-level-2.active,  .hs-menu-children-wrapper.active {
	display: block;
}
 @media (min-width: 60em) {
.sn-level-2,  .hs-menu-children-wrapper {
	position: absolute;
	padding: 1.25em 0.625em;
	box-sizing: border-box;
	background-color: #c72725;
}
.sn-level-2.active,  .hs-menu-children-wrapper.active {
	display: none;
}
}
.sn-li-l2, .sn-li-l3, .hs-menu-depth-2 {
	background-color: #2a387e;
}
.sn-li-l2 > a, .sn-li-l3 > a,  .hs-menu-depth-2 > a {
	padding: 0 3.75em;
	box-sizing: border-box;
	color: #ffffff;
	display: block;
	text-decoration: none;
	line-height: 3.125em;
}
.sn-li-l2 > a span, .sn-li-l3 > a span,  .hs-menu-depth-2 > a span {
	font-size: 1.0625em;
	line-height: 1.25em;
	display: inline-block;
	vertical-align: middle;
	font-weight: 200;
	font-family: Overpass;
}
.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: #c72725;
}
.sn-li-l2:hover > a span, .sn-li-l3:hover > a span,  .hs-menu-depth-2:hover > a span {
	text-decoration: underline;
}
 @media (min-width: 60em) {
.sn-li-l2, .sn-li-l3,  .hs-menu-depth-2 {
	background-color: #c72725;
}
.sn-li-l2 > a, .sn-li-l3 > a,  .hs-menu-depth-2 > a {
	padding: 0 0.5em;
	box-sizing: border-box;
	line-height: 3.125em;
	border-top: none;
}
.sn-li-l2 > a span, .sn-li-l3 > a span,  .hs-menu-depth-2 > a span {
	font-size: 1.0625em;
}
.sn-li-l2:hover > a, .sn-li-l3:hover > a,  .hs-menu-depth-2:hover > a {
	text-decoration: underline;
}
}
.sn-level-3 {
	padding: 0;
	margin: 0;
	padding-top: 1px;
	display: none;
	position: relative;
}
.sn-level-3.active {
	display: block;
}
 @media (min-width: 60em) {
.sn-level-3 {
	position: absolute;
	top: 0;
	left: 100%;
}
.sn-level-3.active {
	display: none;
}
}
.site-nav-container {
    background-color: #2a387e;
    width: 100%;
    right: -100%;
    top: 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: 60em) {
.site-nav-container {
	width: auto;
	height: auto;
	right: auto;
	bottom: auto;
	top: auto;
	position: static;
	background-color: transparent;
	text-align: right;
	padding-top: 1.25em;
}
}
.site-nav-container-screen {
	position: absolute;
	display: none;
	z-index: 999;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background-color: rgba(0, 0, 0, 0.5);
}
.site-nav-container-screen.active {
	display: block;
}
 @media (min-width: 60em) {
.site-nav-container-screen {
	display: none !important;
}
}
.close-menu {
	display: inline-block;
	vertical-align: top;
	clear: both;
	position: relative;
	width: 1.875em;
	height: 1.875em;
	background-image: url(Close.svg);
	background-size: 1.875em 1.875em;
	background-position: center center;
	background-repeat: no-repeat;
}
 @media (min-width: 60em) {
.close-menu {
	display: none;
}
}
.snc-header {
	text-align: right;
	padding: 3.125em 2.5em 1.0625em 0;
}
 @media (min-width: 60em) {
.snc-header {
	padding: 0;
}
}
 @media (min-width: 60em) {
.two-col .sn-level-2 {
	column-count: 2;
	column-gap: 1.875em;
	background-color: #c72725;
	padding: 1.25em 0.625em;
	-webkit-column-rule: 1px solid #ffffff;
	-moz-column-rule: 1px solid #ffffff;
	column-rule: 1px solid #ffffff;
}
}
.inner-wrap, .inner-wrap-narrow, .inner-wrap-wide, .inner-wrap-fullwidth {
	max-width: 84em;
	margin-left: auto;
	margin-right: auto;
	padding: 1.5em 1em 1.5em 1em;
	box-sizing: border-box;
}
.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;
	box-sizing: border-box;
}
}
.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: #999999;
}
.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;
}
/*=============== Media Object ===============*/
.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;
}
}
/*======= Responsive iFrame / YouTube / HTML5 Video =======*/
.iframe-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin-top: 1.8em;
}
.iframe-container iframe, .iframe-container object, .iframe-container embed, .iframe-container video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*=============== Click to Expand ===============*/
.click-expand {
	clear: both;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.click-expand.active:hover {
	background-color: #ffffff;
	color: #ffffff;
}
.click-expand.active .ce-header:after {
	content: '-';
}
.click-expand.active .ce-body {
	display: block;
	opacity: 1;
	-webkit-animation: click-expand 0.5s 1;
	-moz-animation: click-expand 0.5s 1;
	animation: click-expand 0.5s 1;
	-webkit-animation-fill-mode: backwards;
	-moz-animation-fill-mode: backwards;
	animation-fill-mode: backwards;
	-webkit-animation-delay: 0.05s;
	-moz-animation-delay: 0.05s;
	animation-delay: 0.05s;
	padding: 24px 12px 1.5em 12px;
	box-sizing: border-box;
	display: block;
	background-color: #ffffff;
	color: #000000;
}
.click-expand.active .ce-body > *:first-child {
	margin-top: 0;
}
.click-expand.active .ce-body > *:last-child {
	margin-bottom: 0;
}
.ce-header {
	position: relative;
	cursor: pointer;
	margin: 0;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 0.75em;
	padding-bottom: 0.75em;
	box-sizing: border-box;
	background-color: #c72725;
	font-weight: 600;
}
.ce-header:after {
	content: '+';
	color: #ffffff;
	padding-left: 8px;
	position: absolute;
	right: 0.3125em;
}
.ce-body {
	display: none;
	opacity: 0;
}
/*=============== Social Media Icons ===============*/
.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 0.1s linear;
	-moz-transition: all 0.1s linear;
	transition: all 0.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 ===============*/
.slide-panel {
	display: none;
	position: fixed;
	background: #060606;
	color: #fff;
	height: 100%;
	width: 21.25em;
	right: -21.25em;
	top: 14%;
	z-index: 10;
	-webkit-transition: right 0.4s ease-in-out;
	-moz-transition: right 0.4s ease-in-out;
	transition: right 0.4s ease-in-out;
}
.slide-panel h2 {
	padding: .2em 1em;
	box-sizing: border-box;
}
.slide-panel p {
	background: #060606;
	padding: .25px 2em;
	box-sizing: border-box;
}
.slide-panel label {
	color: #ffffff !important;
}
.slide-panel:hover {
	right: 0px;
}
 @media (min-width: 40em) {
.slide-panel {
	display: block;
}
}
.slide-panel-button {
	position: absolute;
	top: 50px;
	right: 340px;
	padding: 20px 20px;
	box-sizing: border-box;
	background: #060606;
	min-width: 200px;
}
/*=============== Slide Box ===============*/

a.close {
	background-color: white;
	color: #477DCA;
	text-align: center;
	float: left;
	padding: 0 0.5em;
	box-sizing: border-box;
	font-size: 0.6875em;
	border-radius: 0.1875em;
	position: absolute;
	cursor: pointer;
	top: 1.5em;
	right: 2em;
}
a.close:hover {
	background-color: rgba(255, 255, 255, 0.75);
}
/*=============== Layouts  ===============*/
.page-intro {
	background-color: #c72725;
}
.page-intro .inner-wrap, .page-intro .inner-wrap-narrow, .page-intro .inner-wrap-wide, .page-intro .inner-wrap-fullwidth {
	padding-top: 2.125em;
	padding-bottom: 2.0625em;
	box-sizing: border-box;
}
.page-intro h1 {
	margin: 0;
}
.page-intro p {
	margin: .5em 0 0 0;
}
/*   end defaults   */
.site-wrap {
	background: #ffffff;
	margin-bottom: -24px;
}
/*=============== Site Header ===============*/
.site-header {
	background-color: #ffffff;
}
 @media (min-width: 60em) {
.site-header {
	height: 13.125em;
}
}
.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.4375em;
	box-sizing: border-box;
	padding-bottom: 31px;
}
 @media (min-width: 40em) {
.sh-sticky-wrap .inner-wrap, .sh-sticky-wrap .inner-wrap-narrow, .sh-sticky-wrap .inner-wrap-wide, .sh-sticky-wrap .inner-wrap-fullwidth {
	padding-bottom: 1.25em;
	box-sizing: border-box;
}
}
 @media (min-width: 60em) {
.sh-sticky-wrap.stuck {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 9999;
	background-color: #ffffff;
}
.sh-sticky-wrap.stuck .site-logo {
	width: 9%;
}
.sh-sticky-wrap.stuck .site-logo img {
	max-width: 100%;
}
.sh-sticky-wrap.stuck .site-nav-container {
	padding-top: 0;
}
}
.sh-utility-nav-wrap {
	border-bottom: 0.0625em solid #c9c8c8;
	background-color: #2a387e;
}
.sh-utility-nav-wrap .inner-wrap, .sh-utility-nav-wrap .inner-wrap-narrow, .sh-utility-nav-wrap .inner-wrap-wide, .sh-utility-nav-wrap .inner-wrap-fullwidth {
	padding-top: 1.25em;
	padding-bottom: 0.875em;
}
 @media (min-width: 40em) {
.sh-utility-nav-wrap .inner-wrap, .sh-utility-nav-wrap .inner-wrap-narrow, .sh-utility-nav-wrap .inner-wrap-wide, .sh-utility-nav-wrap .inner-wrap-fullwidth {
	padding-bottom: 1em;
}
}
.sh-utility-nav {
	overflow: hidden;
	text-align: right;
}
.sh-utility-nav .social-wrap {
	width: 15em;
	display: none;
}
 @media (min-width: 40em) {
.sh-utility-nav {
	text-align: right;
}
.sh-utility-nav .social-wrap {
	display: inline-block;
}
}
.sh-rfq {
	background-image: url("quote.svg");
	background-color: #2a387e;
	color: #ffffff;
	text-decoration: none;
	background-position: 90% 1em;
	background-repeat: no-repeat;
	background-size: 1em 1.35294em;
	padding: 0.75em 1.88235em 0.75em 1em;
	box-sizing: border-box;
	font-size: 1.0625em;
	line-height: 2.0588235294em;
	max-width: 12.1176470588em;
	display: block;
	margin: 2.5em auto 0;
	text-align: center;
	width: 100%;
	border: 1px solid #ffffff;
}
.sh-rfq:hover {
	background-color: #c72725;
}
 @media (min-width: 60em) {
.sh-rfq {
	float: right;
	margin-left: 3%;
	margin-top: 0;
}
}
.sh-icons {
	float: right;
}
.sh-ico-search, .sh-ico-menu {
	background-repeat: no-repeat;
	background-position: center top;
	display: inline-block;
	padding-top: 1.2em;
	width: 2em;
	margin-left: 1em;
	text-align: center;
	text-decoration: none;
}
.sh-ico-search span, .sh-ico-menu span {
	font-size: 1em;
}
.sh-ph {
	font-size: 1.0625em;
	line-height: 1.1764705882em;
	position: relative;
	color: #ffffff;
	padding-left: 1.5625em;
	box-sizing: border-box;
	background-image: url(Phone.svg);
	background-position: left top;
	background-repeat: no-repeat;
	text-decoration: none;
	display: inline-block;
	vertical-align: top;
	padding-bottom: 0.1764705882em;
}
.sh-ph:hover {
	text-decoration: none;
	color: #c72725;
	background-image: url(Phone-hover.svg);
}
.sh-ico-search {
	background-image: url(ico-search.svg);
}
.sh-ico-menu {
	background-image: url(Hamburger-Menu.svg);
	background-position: left top;
	padding-top: 0;
	padding-left: 2.5294117647em;
	padding-bottom: 0.5294117647em;
	padding-top: 0.2941176471em;
	box-sizing: border-box;
	font-size: 1.0625em;
	width: auto;
	text-transform: uppercase;
	color: #000000;
	margin-top: 1.9411764706em;
}
 @media (min-width: 60em) {
.sh-ico-menu {
	display: none;
}
}
.sh-email {
	color: #ffffff;
	text-decoration: none;
	position: relative;
	background-image: url(Mail.svg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 1.5em;
	display: inline-block;
	padding-left: 2.2941176471em;
	padding-right: 2.2941176471em;
	margin-right: 2.8235294118em;
	line-height: 1.7058823529em;
	font-weight: 300;
	padding-top: 1.1764705882em;
	box-sizing: border-box;
	font-size: 1.0625em;
}
.sh-email:after {
	content: '';
	position: absolute;
	background-color: #ffffff;
	width: 0.0588235294em;
	height: 100%;
	top: 0;
	bottom: 0;
	margin: auto 0 auto 1.8235294118em;
}
.sh-email:hover {
	background-image: url(mail-hover.svg);
	color: #c72725;
	text-decoration: underline;
}
.sh-email > span {
	display: none;
}
 @media (min-width: 40em) {
.sh-email {
	padding-top: 0;
	margin-right: 2.7058823529em;
	line-height: 1.0588235294em;
	vertical-align: top;
	padding-bottom: 0.1176470588em;
}
.sh-email:after {
	margin: auto 0 auto 2.2941176471em;
}
.sh-email > span {
	display: inline-block;
	vertical-align: top;
}
}
.site-logo {
	margin-left: 1.25em;
	max-width: 8.1875em;
	width: 100%;
	display: inline-block;
	-webkit-transition: background 0.2s linear;
	-moz-transition: background 0.2s linear;
	transition: background 0.2s linear;
}
 @media (min-width: 60em) {
.site-logo {
	float: left;
	margin-left: 0;
}
}
/*=============== Site Intro ===============*/
.site-intro {
	text-align: center;
	background-image: url(hero.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.site-intro .inner-wrap, .site-intro .inner-wrap-narrow, .site-intro .inner-wrap-wide, .site-intro .inner-wrap-fullwidth {
	padding-top: 4.0625em;
	padding-bottom: 3.4375em;
}
 @media (min-width: 60em) {
.site-intro {
	min-height: 29.9375em;
}
.site-intro .inner-wrap, .site-intro .inner-wrap-narrow, .site-intro .inner-wrap-wide, .site-intro .inner-wrap-fullwidth {
	padding-top: 7.375em;
	padding-bottom: 6.875em;
}
}
.si-header {
	font-size: 1.5625em;
	line-height: 1.56em;
	font-weight: 600;
	margin: 0;
	text-shadow: 0px 1px 5px #3e1f00;
	color: #ffffff !important;
}
.si-header .si-line {
	display: block;
	font-size: 1.2em;
	line-height: 1em;
}
.si-header .si-bold {
	font-weight: 900;
	font-size: 1.1666666667em;
	line-height: 1.3142857143em;
}
.si-header .si-light {
	font-weight: 300;
	display: block;
	font-size: 0.8em;
	line-height: 3em;
}
 @media (min-width: 60em) {
.si-header {
	font-size: 2.1875em;
	line-height: 1.6em;
}
.si-header .si-bold {
	font-size: 1.0714285714em;
	line-height: 1.2444444444em;
	position: relative;
}
.si-header .si-bold:after {
	position: absolute;
	background-color: #ffffff;
	width: 0.5777777778em;
	height: 0.1333333333em;
	content: '';
	top: -0.4em;
	left: 0;
}
.si-header .si-light {
	font-size: 0.7142857143em;
	line-height: 2.48em;
}
.si-header .si-line {
	display: inline;
	vertical-align: middle;
}
}
.si-cta-wrap {
	padding-top: 0.9375em;
}
 @media (min-width: 60em) {
.si-cta-wrap {
	padding-top: 3.3125em;
}
}
.si-cta {
	background-color: #ffffff;
	color: #000000;
	font-size: 1.0625em;
	margin-left: 0.8823529412em;
	margin-right: 0.8823529412em;
	margin-bottom: 1.1764705882em;
	line-height: 1.7647058824em;
	max-width: 12.1176470588em;
	padding: 0.8823529412em 0.5882352941em;
	box-sizing: border-box;
	width: 100%;
}
.si-cta:hover {
	background-color: #c72725;
	color: #ffffff;
}
/*=============== 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;
	color: #000000;
}
/*=============== Site Footer ===============*/
.site-footer {
	background-color: #ffffff;
	text-align: center;
	color: #000000;
	font-weight: 300;
}
.site-footer a {
	color: #000000;
}
.site-footer a:hover {
	color: #c72725;
	text-decoration: none;
}
 @media (min-width: 40em) {
.site-footer {
	text-align: left;
}
}
 @media (min-width: 40em) {
.sf-content > .sf-three {
	display: flex;
	min-height: 9.25em;
	width: 100%;
}
.sf-content > .sf-three > div,  .sf-content > .sf-three address {
	flex-grow: 1;
}
.sf-content > .sf-three:first-child {
	padding-bottom: 2.5em;
}
}
 @media (min-width: 60em) {
.sf-content {
	display: flex;
}
.sf-content > .sf-three {
	flex-grow: 1;
}
.sf-content > .sf-three:first-child {
	padding-bottom: 0;
}
}
.sf-heading {
	font-family: Overpass;
	font-weight: 600;
	margin-top: 0;
	line-height: 1em;
	margin-bottom: 0.76em;
	color: #2a387e;
}
@media (min-width: 60em) {
.sf-heading {
	font-size: 1.5625em;
}
}
.sf-log {
	padding-top: 2.25em;
	text-align: center;
	padding-bottom: 2.3125em;
}
 @media (min-width: 40em) {
.sf-log {
	padding-right: 4.083333333333333%;
	box-sizing: border-box;
}
}
.sf-address {
	font-style: normal;
	padding-bottom: 2.0625em;
	color: #000000;
}
 @media (min-width: 40em) {
.sf-address {
	padding-left: 3.166666666666667%;
	padding-right: 3.166666666666667%;
	box-sizing: border-box;
	border-left: 1px solid rgba(201, 200, 200, 0.33);
}
}
.sf-contact {
	padding-bottom: 2.0625em;
}
.sf-contact > span {
	display: block;
	margin-bottom: 0.3125em;
}
.sf-contact > a {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 0.3125em;
	text-decoration: none;
}
.sf-contact > a:hover {
	color: #c72725;
	text-decoration: underline;
}
 @media (min-width: 40em) {
.sf-contact {
	padding-left: 3.416666666666667%;
	padding-right: 3.333333333333333%;
	border-left: 1px solid rgba(201, 200, 200, 0.33);
	padding-bottom: 0;
	box-sizing: border-box;
}
}
.sf-links > ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.sf-links > ul a {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 0.3125em;
	text-decoration: none;
}
.sf-links > ul a:hover {
	color: #c72725;
	text-decoration: underline;
}
 @media (min-width: 40em) {
.sf-links {
	padding-right: 3.333333333333333%;
	padding-left: 3.333333333333333%;
}
}
 @media (min-width: 60em) {
.sf-links {
	border-left: 1px solid rgba(201, 200, 200, 0.33);
}
}
.sf-quality {
	padding-top: 2.1875em;
	padding-bottom: 2.1875em;
	display: inline-block;
	vertical-align: top;
	padding-right: 2.5em;
	padding-left: 2.5em;
	box-sizing: border-box;
}
 @media (min-width: 40em) {
.sf-quality {
	border-left: 1px solid rgba(201, 200, 200, 0.33);
	width: 50%;
    padding-top: 0em;
    padding-bottom: 0.3125em;
    padding-right: 1.25em;
    padding-left: 1.25em;
}
}
.sf-quality img {
    display: inline-block;
    vertical-align: top;
    margin-top: 0em;
    margin-right: 0.5em;
    margin-left: 0.5em;
    margin-bottom: 0.625em;
    width: 13.5%;
}
 @media (min-width: 40em) {
.sf-iso {
	flex-basis: 1;
}
}
.sf-small {
	background-color: #2a387e;
	text-align: center;
	color: #ffffff;
}
.sf-small .inner-wrap, .sf-small .inner-wrap-narrow, .sf-small .inner-wrap-wide, .sf-small .inner-wrap-fullwidth {
	padding-top: 1em;
	padding-bottom: 1em;
}
.sf-small .inner-wrap a, .sf-small .inner-wrap-narrow a, .sf-small .inner-wrap-wide a, .sf-small .inner-wrap-fullwidth a {
	color: #ffffff;
	text-decoration: none;
}
.sf-small .inner-wrap a:hover {
	color: #ffffff;
	text-decoration: underline;
}
/*=============== 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;
}
.search-text {
	font-size: .8em;
	width: 100%;
	height: 2.3em;
	border: 1px solid red;
	float: left;
	padding-left: .5em;
	box-sizing: border-box;
	margin-bottom: 0 !important;
}
.search-submit {
	width: 100%;
	height: 2.3em;
	border: 0;
	float: right;
	background: url(ico-search.svg) no-repeat center center !important;
}
 @media (min-width: 40em) {
.site-search {
	width: 100%;
}
.search-text {
	height: 2.3em;
}
.search-submit {
	height: 2.3em;
}
}
.search-module {
	background-color: #ffffff;
	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;
	box-sizing: border-box;
}
.search-exit {
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
	top: 0;
	right: 0;
}
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
 *zoom: 1;
}

footer.site-footer {
    padding: 0 !important;
}

div#productSticky {
    top: 0 !important;
}

li.breadcrumb.ui-state-default a {
    color: #000000 !important;
}

.pagination .text1.ui-state-default {
	color: #2a387e !important;
}