@import url("https://fonts.googleapis.com/css?family=Merriweather+Sans:300,400,700,800|Merriweather:300,400,700,900");
body {
	-webkit-font-smoothing: antialiased;
	background-color: #ffffff;
	font-family: "Merriweather";
	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, .page-intro p {
	font-size: 1.125em;
	font-weight: normal;
}
 @media (min-width: 40em) {
.section-header-wrap p, .page-intro p {
	font-size: 1.29375em;
}
}

.search-module textarea, .search-module input[type="color"], .search-module input[type="date"], .search-module input[type="datetime"], .search-module input[type="datetime-local"], .search-module input[type="email"], .search-module input[type="month"],  .search-module input[type="number"], .search-module input[type="password"], .search-module input[type="search"], .search-module input[type="tel"], .search-module input[type="text"], .search-module input[type="time"], .search-module input[type="url"],  .search-module input[type="week"], .search-module textarea, .search-module select[multiple=multiple], .search-module select {
	box-sizing: border-box;
	-webkit-transition: border-color;
	-moz-transition: border-color;
	transition: border-color;
	background-color: white;
	border-radius: 5px;
	border: 1px solid #cccdd0;
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
	font-family: "Merriweather";
	font-size: 1em;
	margin-bottom: 0.75em;
	box-s
	padding: 0.5em 0.5em;
	width: 100%;
}
.search-module textarea:hover,  .search-module input[type="color"]:hover, .search-module input[type="date"]:hover, .search-module input[type="datetime"]:hover, .search-module input[type="datetime-local"]:hover, .search-module input[type="email"]:hover, .search-module input[type="month"]:hover, .search-module input[type="number"]:hover, .search-module input[type="password"]:hover, .search-module input[type="search"]:hover, .search-module input[type="tel"]:hover, .search-module input[type="text"]:hover, .search-module input[type="time"]:hover, .search-module input[type="url"]:hover, .search-module input[type="week"]:hover, .search-module textarea:hover,  .search-module select[multiple=multiple]:hover, .search-module select:hover {
	border-color: #b1b3b8;
}
.search-module textarea:focus, .search-module input[type="color"]:focus, .search-module input[type="date"]:focus, .search-module input[type="datetime"]:focus, .search-module input[type="datetime-local"]:focus, .search-module input[type="email"]:focus, .search-module input[type="month"]:focus, .search-module input[type="number"]:focus, .search-module input[type="password"]:focus, .search-module input[type="search"]:focus, .search-module input[type="tel"]:focus, .search-module input[type="text"]:focus, .search-module input[type="time"]:focus, .search-module input[type="url"]:focus, .search-module input[type="week"]:focus, .search-module textarea:focus,  .search-module select[multiple=multiple]:focus,  .search-module select:focus {
	border-color: #003366;
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(0, 38, 77, 0.7);
	outline: none;
}
.search-module textarea {
	resize: vertical;
}
.search-module input[type="search"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
}
.search-module input[type="checkbox"], input[type="radio"] {
	display: inline;
	margin-right: 0.375em;
	width: auto !important;
}
.search-module input[type="file"] {
	padding-bottom: 0.75em;
	width: 100%;
}
.search-module select {
	margin-bottom: 1.5em;
	max-width: 100%;
	height: 2.3em !important;
	width: 100%;
}
.hs-form fieldset {
	max-width: 100% !important;
	background-color: transparent !important;
}
.hs-form fieldset.form-columns-1 .hs-input {
	width: 100% !important;
}
.hs-error-msgs {
	color: red;
}
.cm-cta-wrap .btn, input[type="submit"], .btn-download, .btn-arrow, .product-grid-item-link, .btn-alt, .btn-alt-download, .btn-alt-arrow, .btn-contact {
	position: relative;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	border-radius: 5px;
	color: white;
	display: inline-block;
	font-weight: bold;
	line-height: 1;
	padding: 0.75em 1em;
	text-decoration: none;
	border: 2px solid transparent;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.cm-cta-wrap .btn:hover,  input[type="submit"]:hover, .btn-download:hover, .btn-arrow:hover, .product-grid-item-link:hover, .btn-alt:hover, .btn-alt-download:hover, .btn-alt-arrow:hover, .btn-contact:hover {
	color: #cc0000;
}
.cm-cta-wrap .btn:disabled, button:disabled,  input[type="submit"]:disabled, .btn-download:disabled, .btn-arrow:disabled, .product-grid-item-link:disabled, .btn-alt:disabled, .btn-alt-download:disabled, .btn-alt-arrow:disabled, .btn-contact:disabled {
	cursor: not-allowed;
	opacity: 0.5;
}
.cm-cta-wrap .btn:after, button:after,  input[type="submit"]:after, .btn-download:after, .btn-arrow:after, .product-grid-item-link:after, .btn-alt:after, .btn-alt-download:after, .btn-alt-arrow:after, .btn-contact:after {
	content: '';
}
.cm-cta-wrap .btn, button, input[type="submit"], .btn-download, .btn-arrow, .product-grid-item-link {
	background-color: #cc0000;
}
.cm-cta-wrap .btn:hover, button:hover,  input[type="submit"]:hover, .btn-download:hover, .btn-arrow:hover, .product-grid-item-link:hover {
	background-color: #ffffff;
	border: 2px solid #cc0000;
}
.cm-cta-wrap.btn:after, button:after,  input[type="submit"]:after, .btn-download:after, .btn-arrow:after, .product-grid-item-link:after {
	background-color: #990000;
}
.btn-alt, .btn-alt-download, .btn-alt-arrow, .btn-contact {
	background-color: #003366;
}
.btn-alt:hover, .btn-alt-download:hover, .btn-alt-arrow:hover, .btn-contact:hover {
	background-color: #ffffff;
	border: 2px solid #cc0000;
}
.btn-alt:after, .btn-alt-download:after, .btn-alt-arrow:after, .btn-contact:after {
	background-color: #001a33;
}
button, 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;
	font-size:100%;
}

.btn-download, .btn-alt-download, .btn-arrow, .btn-alt-arrow {
	padding-right: 4em;
}
.btn-download:after, .btn-alt-download:after, .btn-arrow:after, .btn-alt-arrow:after {
	content: '';
	display: block;
	right: 0;
	top: 0;
	bottom: 0;
	width: 3em;
	position: absolute;
	background-position: center center;
	background-size: 1.5em;
	background-repeat: no-repeat;
	-webkit-transition: background 0.1s linear;
	-moz-transition: background 0.1s linear;
	transition: background 0.1s linear;
}
.btn-download:hover:after, .btn-alt-download:hover:after, .btn-arrow:hover:after, .btn-alt-arrow:hover:after {
	background-size: 2em;
}
.btn-download:after {
	background-image: url(ico-download.svg);
}
.btn-alt-download:after {
	background-image: url(ico-download.svg);
}
.btn-arrow:after {
	background-image: url(ico-white-arrow-right.svg);
}
.btn-alt-arrow:after {
	background-image: url(ico-white-arrow-right.svg);
}
.btn-contact {
	background-color: #d5dce3;
	color: #003366;
}
.site-nav, #hs_menu_wrapper_primary_nav {
	background-color: #003366;
}
.site-nav span,  #hs_menu_wrapper_primary_nav span {
	white-space: nowrap;
}
 @media (min-width: 40em) {
.site-nav,  #hs_menu_wrapper_primary_nav {
	display: block;
	position: relative;
	top: 0;
	left: 0;
	background-color: #003366;
}
}
 @media (min-width: 60em) {
.site-nav,  #hs_menu_wrapper_primary_nav {
	background-color: #003366;
}
}
.sn-level-1, #hs_menu_wrapper_primary_nav > ul {
	margin: 0;
	padding: 0;
}
 @media (min-width: 40em) {
.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;
	border-bottom: 1px solid #004080;
	background-color: #003366;
	position: relative;
}
.sn-li-l1 span,  .hs-menu-depth-1 span {
	font-size: 1.125em;
}
.sn-li-l1 > a,  .hs-menu-depth-1 > a {
	display: block;
	height: 3.125em;
	line-height: 3.125em;
	color: #ffffff;
	text-decoration: none;
	padding: 0 1em;
}
.sn-li-l1 > a:visited,  .hs-menu-depth-1 > a:visited {
	color: #ffffff;
}
.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: 1.5625em;
	display: block;
	width: 40px;
	height: 50px;
	position: absolute;
	background-color: #002b57;
	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);
}
}
 @media (min-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 {
	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(ico-arrow-down.svg);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 0.75em;
	display: block;
}
.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: #001a33;
}
 @media (min-width: 40em) {
.sn-li-l1,  .hs-menu-depth-1 {
	height: 3.75em;
	line-height: 3.75em;
	float: left;
	border-bottom: 0;
	-webkit-flex-grow: 1;
	-moz-flex-grow: 1;
	flex-grow: 1;
	-ms-flex-positive: 1;
	text-align: center;/*
    &:nth-child(1n) {
      width:20%;
    }
    &:nth-child(2n) {
      width:20%;
    }
    &:nth-child(3n) {
      width:20%;
    }
    &:nth-child(4n) {
      width:20%;
    }
    &:nth-child(5n) {
      width:20%;
      }*/ }
.sn-li-l1 span,  .hs-menu-depth-1 span {
	font-size: 0.75em;
	padding-bottom: 0.5em;
}
.sn-li-l1 > a,  .hs-menu-depth-1 > a {
	padding: 0 0.5em;
	color: #ffffff;
	height: 3.75em;
	line-height: 3.75em;
}
.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 > 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: none;
	display: inline;
}
.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 {
	border-bottom: 3px solid #cc0000;
}
.sn-li-l1:hover,  .hs-menu-depth-1:hover {
	background-color: transparent;
}
.sn-li-l1:hover > a span,  .hs-menu-depth-1:hover > a span {
	border-bottom: 3px solid #cc0000;
}
.sn-li-l1:hover.has-subnav > a span, .sn-li-l1:hover.menu-item-has-children > a span, .sn-li-l1:hover.hs-item-has-children > a span,  .hs-menu-depth-1:hover.has-subnav > a span,  .hs-menu-depth-1:hover.menu-item-has-children > a span,  .hs-menu-depth-1:hover.hs-item-has-children > a span {
	border-bottom: 3px solid #cc0000;
}
}
 @media (min-width: 60em) {
.sn-li-l1 span,  .hs-menu-depth-1 span {
	font-size: 1.125em;
}
.sn-li-l1 > a,  .hs-menu-depth-1 > a {
	padding: 0 0.5em;
	color: #ffffff;
}
.sn-li-l1 > a:hover,  .hs-menu-depth-1 > a:hover {
	color: #ffffff;
}
.sn-li-l1:hover.rfq-menu > a span,  .hs-menu-depth-1:hover.rfq-menu > a span {
	border-bottom: none;
}
/*.sn-li-l1.home-menu a,  .hs-menu-depth-1.home-menu a {
	float: left;
	padding-left: 0;
}*/
.sn-li-l1.rfq-menu a,  .hs-menu-depth-1.rfq-menu a {
	background-color: #a30a14;
	border-radius: 0.3125em;
	height: 2.5em;
	margin-top: 0.6875em;
	padding: 0;
	line-height: 2.4375em;
	width: 12.375em;
	float: right;
}
}
.sn-level-2, .hs-menu-children-wrapper {
	padding: 0;
	margin: 0;
	display: none;
	position: relative;
	list-style:none;
}
.sn-level-2.active,  .hs-menu-children-wrapper.active {
	display: block;
}
 @media (min-width: 40em) {
.sn-level-2,  .hs-menu-children-wrapper {
	position: absolute;
	z-index: 999;
}
.sn-level-2.active,  .hs-menu-children-wrapper.active {
	display: none;
}
}
 @media (min-width: 60em) {
.sn-level-2,  .hs-menu-children-wrapper {
	min-width: 23.75em;
	list-style:none;
}
}
.sn-li-l2, .sn-li-l3, .hs-menu-depth-2 {
	background-color: rgba(0, 51, 102, 0.95);
}
.sn-li-l2 > a, .sn-li-l3 > a,  .hs-menu-depth-2 > a {
	padding: 0 2em;
	color: #ffffff;
	border-top: 1px solid #003366;
	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.125em;
	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: #cc0000;
}
 @media (min-width: 40em) {
.sn-li-l2, .sn-li-l3,  .hs-menu-depth-2 {
	position: relative;
	background-color: rgba(0, 51, 102, 0.95);
	text-align: left;
}
.sn-li-l2 > a, .sn-li-l3 > a,  .hs-menu-depth-2 > a {
	padding: 0 0.5em;
	line-height: 2.5em;
	border-top: 1px solid #003366;
	border-right: 1px solid #003366;
}
.sn-li-l2 > a span, .sn-li-l3 > a span,  .hs-menu-depth-2 > a span {
	font-size: 1em;
}
.sn-li-l2:hover, .sn-li-l3:hover,  .hs-menu-depth-2:hover {
	background-color: #cc0000;
}
.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;
}
}
 @media (min-width: 60em) {
.sn-li-l2, .sn-li-l3,  .hs-menu-depth-2 {
	background-color: rgba(0, 51, 102, 0.95);
}
.sn-li-l2 > a, .sn-li-l3 > a,  .hs-menu-depth-2 > a {
	padding: 0 1.5em;
	line-height: 2.5em;
	border-top: 1px solid #003366;
	border-right: 1px solid #003366;
}
.sn-li-l2 > a span, .sn-li-l3 > a span,  .hs-menu-depth-2 > a span {
	font-size: 1.125em;
}
.sn-li-l2:hover, .sn-li-l3:hover,  .hs-menu-depth-2:hover {
	background-color: #cc0000;
}
}
.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: #003366;
	width: 100%;
	height: auto;
	left: 0;
	top: 9.5em;
	z-index: 1000;
	display: none;
	position: absolute;
	-webkit-transition: height 0.25s ease-in-out;
	-moz-transition: height 0.25s ease-in-out;
	transition: height 0.25s ease-in-out;
}
.site-nav-container.active {
	display: block;
}
 @media (min-width: 40em) {
.site-nav-container {
	width: auto;
	height: auto;
	right: auto;
	bottom: auto;
	top: auto;
	position: static;
	display: block;
	background-color: transparent;
}
}
.site-nav-container-screen {
	position: absolute;
	display: none;
	z-index: 999;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
}
.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: #003366 !important;
	font-family: "Merriweather";
	padding: 0.25em 1em;
	padding-right: 1.5625em;
	margin: 0 auto;
	font-size: 0.875em;
	background-color: #ffffff;
	border-radius: 0.1875em;
	text-decoration: none;
}
.close-menu:visited {
	color: #ffffff;
}
.close-menu:hover {
	color: #ffffff;
}
.close-menu:after {
	content: '';
	background-color: transparent;
	background-image: url(ico-exit.svg);
	background-size: 0.8125em 0.8125em;
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
	width: 1.5625em;
	top: 0;
	bottom: 0;
	right: 0;
	position: absolute;
}
 @media (min-width: 40em) {
.close-menu {
	display: none;
}
}
.snc-header {
	text-align: center;
	padding: 1em;
}
 @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: 73.3125em;
	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: #cccdd0;
}
.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 {
	border: 1px solid #cccdd0;
	clear: both;
	overflow: hidden;
	margin-bottom: 1.5em;
	-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;
}
.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: 0 12px 1.5em 12px;
	display: block;
}
.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: #cccdd0;
}
.ce-header {
	position: relative;
	cursor: pointer;
	margin: 0;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 0.75em;
	padding-bottom: 0.75em;
}
.ce-header:after {
	content: '+';
	color: #cc0000;
	padding-left: 8px;
	position: absolute;
	right: 0.3125em;
}
.ce-body {
	display: none;
	opacity: 0;
}
 @-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;
}
}
/*=============== Social Media Icons ===============*/
.social-wrap {
	overflow: hidden;/*span {
    background-color:$white;
    border-radius:3px;
    display:inline-block;
    padding:.15em;
    img {
      display:block;
      margin:0 auto;
    }
  }*/ }
.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: #003366;
}
.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: #161616;
	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;
}
.slide-panel p {
	background: #161616;
	padding: .25px 2em;
}
.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;
	background: #161616;
	min-width: 200px;
}
/*=============== Slide Box ===============*/
#last {
	margin: 0;
	padding: 0;
}
#slidebox {
	padding: 0.625em 0.625em 0.625em 1em;
	position: fixed;
	bottom: 0;
	right: -26.875em;
	z-index: 1000;
	width: 100%;
	background-color: #003366;
}
 @media (min-width: 40em) {
#slidebox {
	width: auto;
}
}
a.close {
	background-color: white;
	color: #003366;
	text-align: center;
	float: left;
	padding: 0 0.5em;
	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);
}
/*=============== Accordion Tabs ===============*/
.accordion-tabs {
	line-height: 1.5;
	margin-bottom: 1.5em;
	padding: 0 !important;
}
.accordion-tabs::after {
	clear: both;
	content: "";
	display: table;
}
 @media screen and (max-width: 40em) {
.accordion-tabs {
	border-radius: 5px;
	border: 1px solid #cccdd0;
}
}
.accordion-tabs .tab-header-and-content {
	list-style: none;
	margin-bottom: 0;
}
.accordion-tabs .tab-header-and-content:after {
	display: none;
}
 @media screen and (min-width: 40em) {
.accordion-tabs .tab-header-and-content {
	display: inline;
}
}
.accordion-tabs .tab-header-and-content:first-child .tab-link {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
 @media screen and (max-width: 40em) {
.accordion-tabs .tab-header-and-content:first-child .tab-link {
	border-top: 0;
}
}
 @media screen and (max-width: 40em) {
.accordion-tabs .tab-header-and-content:last-child .tab-link {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
}
.accordion-tabs .tab-link {
	background-color: rgba(255, 255, 255, 0);
	border-top: 1px solid #cccdd0;
	color: #161616;
	display: block;
	font-weight: bold;
	font-size: 1.125em;
	padding: 0.75em 0.809em;
	text-decoration: none;
	font-family: "Merriweather";
	border-bottom: 0;
}
 @media screen and (min-width: 40em) {
.accordion-tabs .tab-link {
	display: inline-block;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-top: 0;
}
}
.accordion-tabs .tab-link:hover {
	color: #cc0000;
	border-bottom: 0;
}
.accordion-tabs .tab-link:focus {
	outline: none;
}
.accordion-tabs .tab-link.is-active {
	background-color: #e7e7e8;
}
 @media screen and (min-width: 40em) {
.accordion-tabs .tab-link.is-active {
	background-color: #e7e7e8;
	border: 1px solid #cccdd0;
	border-bottom-color: #e7e7e8;
	margin-bottom: -1px;
}
}
.accordion-tabs .tab-content {
	background: #e7e7e8;
	display: none;
	padding: 1.5em 1.618em;
	width: 100%;
}
.accordion-tabs .tab-content > *:first-child {
	margin-top: 0;
}
.accordion-tabs .tab-content > *:last-child {
	margin-bottom: 0;
}
 @media screen and (min-width: 40em) {
.accordion-tabs .tab-content {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
	border: 1px solid #cccdd0;
	float: left;
}
}
/*=============== HubSpot Thumbnail Slider Gallery  ===============*/
.hs_cos_gallery_thumbnails .hs_cos_gallery_slide:hover {
	cursor: pointer;
}
.hs_cos_gallery_thumbnails img {
	height: 3.75em;
	object-fit: cover;
	border: 1px solid #cccdd0;
}
.hs_cos_gallery_thumbnails .slick-current img {
	border: 1px solid #cc0000;
}
/*=============== Misc ===============*/
hr {
	display: block;
	clear: both;
}
figure {
	margin: 0;
	padding: 0;
}
.wp-pagenavi > * {
	margin-right: .75em;
}
/*=============== Lightbox / Magnific Popup  ===============*/
.white-popup {
	position: relative;
	background: #ffffff;
	padding: 2.5em;
	width: auto;
	max-width: 37.5em;
	margin: 1.25em auto;
}
.white-popup > * {
	margin-top: 0;
}
.mfp-fade-side .mfp-content, .mfp-fade-side .white-popup {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	overflow: auto;
}
/* overlay at start */
.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}
/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-transform: translateY(100px);
	-moz-transform: translateY(100px);
	-ms-transform: translateY(100px);
	-o-transform: translateY(100px);
	transform: translateY(100px);
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
	-webkit-transform: translateY(100px);
	-moz-transform: translateY(100px);
	-ms-transform: translateY(100px);
	-o-transform: translateY(100px);
	transform: translateY(100px);
}
/*=============== Layouts  ===============*/
.page-intro {
	background-color: #cccdd0;
}
.page-intro .inner-wrap, .page-intro .inner-wrap-narrow, .page-intro .inner-wrap-wide, .page-intro .inner-wrap-fullwidth {
	padding-top: 1.5em;
	padding-bottom: 1.5em;
}
.page-intro h1 {
	margin: 0;
}
.page-intro p {
	margin: .5em 0 0 0;
}
 @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;
}
}
/*=============== Product Grid ===============*/
.product-grid {
	clear: both;
}
.product-grid-item {
	font-size: .875em;
	text-decoration: none;
	text-align: center;
	background-color: #ffffff;
	padding: 1em;
	border-bottom: 1px solid #cccdd0;
	border-right: 1px solid #cccdd0;
	overflow: hidden;
	display: block;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}
.product-grid-item:hover {
	border-bottom: 1px solid #666668;
	border-right: 1px solid #666668;
}
.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: #003366;
	text-decoration: none;
	margin: 0 0 0 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: #000000;
	margin: 0 0 1em 0;
	width: 70%;
	float: right;
	text-align: left;
	clear: none;
	font-size: 0.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 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	transition: all 0.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;
}
}

/*=============== Product Carousel ===============*/
@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;
}
}
 @media (min-width: 40em) {
.product-item {
	float: left;
	display: block;
	margin-right: 2.3576515979%;
	width: 23.2317613015%;
}
.product-item:last-child {
	margin-right: 0;
}
}
/*=============== Resources Module ===============*/
.resources-module {
	background-color: #ffffff;
}
.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: #cccdd0;
	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: bold;
}
.rm-item-img {
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	transition: all 0.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: #003366;
	position: relative;
	z-index: 10;
}
.rm-item-title span {
	line-height: 1.25em;
	display: inline-block;
	color: #003366;
}
/* ===== DEFAULTS FOR ALL BLOGS =====  */
.fb_iframe_widget span {
	height: 24px !important;
}
#recaptcha_table {
	table-layout: initial !important;
	height: 126px;
	overflow: hidden;
	margin-bottom: 1em;
}
.blog-pagination {
	font-size: 1.7em;
	font-weight: bold;
}
.blog-pagination a {
	margin-right: 2em;
	text-decoration: none;
}
.more-link {
	font-size: 1.4em;
	text-decoration: none;
}
.post-item {
	border-bottom: 5px solid #cccdd0;
	padding-bottom: 2em;
	margin-bottom: 2em;
}
.hs-author-avatar {
	float: left;
	margin-right: 1.5em;
}
.hs-author-avatar img {
	border-bottom: 1px solid #adadad;
}
.hs-author-social-label {
	font-size: 1.3em;
}
.hs-author-bio {
	font-size: 1.3em;
	line-height: 1.5em;
	margin-bottom: 1em;
}
.hs-author-profile {
	background: #F2F2F2;
	padding: .2em 2em 2em 2em;
}
.hs-author-listing-header {
	padding-top: 1em;
	margin-top: .3em;
	color: #b9b9b9;
}
.hs-author-social-links a {
	text-decoration: none;
}
.hs-author-social-links img {
	opacity: .7;
	width: 1.875em;
	height: 1.875em;
}
.hs-author-social-links img:hover {
	opacity: 1;
}
/*   end defaults   */
.site-wrap {
	background: #ffffff;
	position: relative;
	overflow: hidden;
	margin: 0 auto -25px auto;
	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%;
}
/*=============== Site Header ===============*/
.site-header .inner-wrap, .site-header .inner-wrap-narrow, .site-header .inner-wrap-wide, .site-header .inner-wrap-fullwidth {
	box-sizing:border-box;
	padding-top: 1.6em;
	padding-bottom: 2.1em;
}
 @media (min-width: 60em) {
.site-header {
	height: 10.125em;
}
.site-header .inner-wrap, .site-header .inner-wrap-narrow, .site-header .inner-wrap-wide, .site-header .inner-wrap-fullwidth {
	padding-top: 1em;
	padding-bottom: 1.05em;
}
}
.site-logo {
	width: 100%;
	display: block;
	margin: 0 auto;
}
.site-logo img {
	display: block;
	max-width: 24.0625em;
	margin: 0 auto;
	width: 100%;
}
 @media (min-width: 40em) {
.site-logo {
	float: left;
	width: 50%;
}
}
.sh-sticky-wrap {
	background-color: #003366;
}
.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;
}
 @media (min-width: 60em) {
	.site-logo img { 
	margin: 0;
	}
.sh-sticky-wrap.stuck {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 999;
}
}
.sh-utility-nav {
	text-align: center;
	background-color: #cccdd0;
}
.sh-utility-nav .inner-wrap, .sh-utility-nav .inner-wrap-narrow, .sh-utility-nav .inner-wrap-wide, .sh-utility-nav .inner-wrap-fullwidth {
	box-sizing: border-box;
	padding-top: 0.3em;
	padding-bottom: 0.5em;
}
.sh-utility-nav a {
	font-family: "Merriweather Sans";
	color: #5d5d5d;
	text-decoration: none;
	font-weight: 400;
}
.sh-utility-nav a:hover {
	color: #cc0000;
	text-decoration: underline;
}
 @media (min-width: 40em) {
.sh-utility-nav {
	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;
	padding-bottom: 0.35em;
}
}
.sh-icons {
	display: block;
	text-align: center;
	margin-bottom: 1.8em;
}
 @media (min-width: 40em) {
.sh-icons {
	display: none;
}
}
.sh-ph, .sh-email {
	background-repeat: no-repeat;
	background-position: left center;
	display: inline-block;
	padding-left: 1.2em;
	margin-left: 1em;
	text-align: center;
	text-decoration: none;
}
.sh-ico-search, .sh-ico-menu {
	background-repeat: no-repeat;
	background-position: center center;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	width: 3.875em;
	height: 3.75em;
}
.sh-ico-search span, .sh-ico-menu span {
	font-size: 0.875em;
	font-family: "Merriweather Sans";
	color: #ffffff;
	padding-top: 2.6em;
	display: block;
}
.sh-ph {
	margin: 0;
	background-image: url(phone-ico.svg);
	background-size: 1.2em 1.2em;
	margin-top: 0.35em;
}
.sh-ph:hover {
	background-image: url(red-phone-ico.svg);
}
.sh-email {
	margin: 0;
	background-image: url(mail-ico.svg);
	padding-left: 1.7em;
	background-size: 1.3em 1.3em;
}
.sh-email:hover {
	background-image: url(red-mail-ico.svg);
}
 @media (min-width: 40em) {
.sh-email {
	box-sizing:border-box;
	padding-right: 0.7em;
	position: relative;
}
.sh-email:after {
	content: '|';
	position: absolute;
	right: 0;
	top: 0.4em;
	font-size: 0.75em;
	color: #9b9b9b;
}
}
.sh-ico-search {
	background-image: url(ico-search.svg);
	background-color: #003366;
}
.sh-ico-menu {
	background-image: url(ico-nav.svg);
	background-color: #003366;
	margin-left: 0.5em;
	background-position: center 0.6em;
}
 @media (min-width: 40em) {
.sh-ico-menu {
	display: none;
}
}
/*=============== Site Intro ===============*/
.site-intro {
	text-align: center;
	background-image: url(Hero.jpg);
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}
.site-intro .inner-wrap, .site-intro .inner-wrap-narrow, .site-intro .inner-wrap-wide, .site-intro .inner-wrap-fullwidth {
	padding-top: 3.1em;
	padding-bottom: 4.8em;
}
 @media (min-width: 60em) {
.site-intro .inner-wrap, .site-intro .inner-wrap-narrow, .site-intro .inner-wrap-wide, .site-intro .inner-wrap-fullwidth {
	padding-top: 7em;
	padding-bottom: 8.2em;
}
}
.si-header {
	font-size: 1.6875em;
	font-weight: 400;
	margin: 0 0 1.1em 0;
	color: #blue;
	line-height: 1.4em;
	border: none;
}
 @media (min-width: 60em) {
.si-header {
	font-size: 2.5em;
	margin: 0 0 0.7em 0;
}
.si-header span {
	display: block;
	position: relative;
}
.si-header span:before {
	content: '';
	position: absolute;
	top: 0.62em;
	left: 3em;
	height: 0.175em;
	width: 2.8em;
	background-color: #003366;
}
.si-header span:after {
	content: '';
	position: absolute;
	top: 0.62em;
	right: 3em;
	height: 0.175em;
	width: 2.8em;
	background-color: #003366;
}
}
 @media (min-width: 80em) {
.si-header span:before {
	left: 4.7em;
}
.si-header span:after {
	right: 4.775em;
}
}
.si-cta1, .si-cta2 {
	display: block;
	max-width: 12.5em;
	width: 100%;
	margin: 0 auto 1.2em;
}
 @media (min-width: 40em) {
.si-cta1, .si-cta2 {
	display: inline-block;
	margin: 0 0.65em 0 0;
}
}
.si-cta2 {
	margin: 0 auto;
}
 @media (min-width: 40em) {
.si-cta2 {
	margin: 0;
}
}
/*=============== 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: 1.15em;
	padding-bottom: 4.8em;
}
 @media (min-width: 60em) {
.site-content .inner-wrap, .site-content .inner-wrap-narrow, .site-content .inner-wrap-wide, .site-content .inner-wrap-fullwidth {
	padding-top: 2.8em;
	padding-bottom: 2.1em;
}
}
.site-content-dest .inner-wrap, .site-content-dest .inner-wrap-narrow, .site-content-dest .inner-wrap-wide, .site-content-dest .inner-wrap-fullwidth {
	padding-top: 1.15em;
	padding-bottom: 4.8em;
}
 @media (min-width: 60em) {
.site-content-dest .inner-wrap, .site-content-dest .inner-wrap-narrow, .site-content-dest .inner-wrap-wide, .site-content-dest .inner-wrap-fullwidth {
	padding-top: 1.45em;
	padding-bottom: 2.1em;
}
}
.sc-title {
	font-size: 1.5em;
	font-weight: 400;
	color: #003366;
	margin: 0 0 0.3em 0;
	line-height: 1.5em;
	padding: 0;
}
.sc-text {
	font-size: 1em;
	font-weight: 300;
	color: #161616;
	line-height: 1.8em;
	margin: 0;
	padding: 0;
	box-sizing:border-box;
}
/*=============== Site Footer ===============*/
.site-footer {
	background-color: #003366;
	color: #ffffff;
}
.site-footer a {
	color: #ffffff;
	text-decoration: none;
	font-family: "Merriweather Sans";
	font-weight: 300;
}
.site-footer a:hover {
	color: #cc0000;
	text-decoration: underline;
}
.site-footer .sf-nav {
	list-style:none;
	margin:0;
	padding:0;
	box-sizing:border-box;
	}
.site-footer .inner-wrap, .site-footer .inner-wrap-narrow, .site-footer .inner-wrap-wide, .site-footer .inner-wrap-fullwidth {
	box-sizing:border-box;
	padding-top: 3.7em;
	padding-bottom: 3.7em;
}
.cta-module .cm-header {
	font-family: "Merriweather Sans";
	}
 @media (min-width: 60em) {
.site-footer .inner-wrap, .site-footer .inner-wrap-narrow, .site-footer .inner-wrap-wide, .site-footer .inner-wrap-fullwidth {
	padding-top: 3.7em;
	padding-bottom: 3.15em;
}
}
.sf-title {
	font-size: 1.5em;
	font-family:"Merriweather Sans";
	font-weight: 400;
	margin: 0 0 0.65em 0;
	line-height:30px;
	color: #ffffff;
	letter-spacing: 0.1em;
}
 @media (min-width: 60em) {
.sf-title {
	margin: 0 0 0.55em 0;
}
}
.sf-text {
	font-family: "Merriweather Sans";
	font-size: 0.875em;
	font-weight: 300;
	margin: 0;
	color: #ffffff;
	line-height: 1.7em;
}
 @media (min-width: 60em) {
.sf-text {
	font-size: 1em;
}
}
.sf-social{
    padding-top: 0.3125em;
}
/*.sf-nav li {
	margin-bottom: 0.25em;
}*/
.sf-left {
	display: none;
}
 @media (min-width: 60em) {
.sf-left {
	display: block;
	float: left;
}
}
.sf-center {
	margin-bottom: 5.95em;
}
 @media (min-width: 60em) {
.sf-center {
	float: left;
	margin-left: 14.8em;
	margin-right: 5em;
	margin-bottom: 0;
}
}
.sf-right {
	margin-bottom: 1.55em;
}
 @media (min-width: 60em) {
.sf-right {
	float: right;
}
}
.sf-small {
	font-family: "Merriweather Sans";
	font-size: 0.875em;
	font-weight: 300;
	margin: 0;
	color: #ffffff;
	line-height: 1.65em;
}
.sf-small span {
	display: block;
	margin-bottom: 0.5em;
}
 @media (min-width: 60em) {
.sf-small {
	float: left;
	margin-top: 8.3em;
	margin-left: 10em;
}
.sf-small span {
	display: inline-block;
	margin-bottom: 0;
	margin-top: 0;
}
}
img[name=pphLoggerImage] {
	display: none;
}
/*=============== Search ===============*/
.search-table {
	display: table;
	width: 95%;
	float: right;
	padding: 0;
	box-sizing:border-box;
}
 @media (min-width: 60em) {
.search-table {
	width: 15.625em;
}
}
.search-row {
	display: table-row;
	width: 100%;
}
.search-cell1 {
	display: table-cell;
	padding-right: 0.4375em;
	box-sizing: border-box;
}
 @media (min-width: 40em) {
.search-cell1 {
	padding-right: 0;
	
}
}
.search-cell2 {
	display: table-cell;
	width: 2.1875em;
	border: 0;
}
 @media (min-width: 40em) {
.search-cell2 {
	background-color: #003366;
}
}
 @media (min-width: 60em) {
.search-cell2 {
	width: 2.5em;
}
}
.search-text {
	font-size: 0.875em !important;
	height: 2.8571428571em !important;
	border: 1px solid #003366 !important;
	float: left;
	box-sizing:border-box;
	padding-left: .5em;
	margin-bottom: 0 !important;
	font-family: "Merriweather Sans" !important;
	font-weight: 300 !important;
	color: #909090 !important;
	border-radius: 0 !important;
}
.search-submit {
	width: 100%;
	height: 2.5em;
	border: 0;
	float: right;
	background-image: url(ico-search.svg) !important;
	background-repeat: no-repeat !important;
	background-size: 45% 45% !important;
	background-position: center center !important;
	background-color: #003366 !important;
}
.search-submit:hover {
	border: none !important;
}
 @media (min-width: 40em) {
.site-search {
	width: 100%;
}
.search-text {
	height: 2.5em;
}
.search-submit {
	font-size:12px;
	height: 2.5em;
}
}
.search-module {
	background-color: #003366;
	height: 6em;
	margin-top: -25em;
	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: -14.5em;
}
.search-module .inner-wrap, .search-module .inner-wrap-narrow, .search-module .inner-wrap-wide, .search-module .inner-wrap-fullwidth {
	box-sizing:border-box;
	padding: 0.3em 1.5em 1em;
}
 @media (min-width: 40em) {
.search-module {
	background-color: transparent;
	height: auto;
	margin: 0.8em 0 0 0;
	border: none;
	position: relative;
	float: right;
}
}
.search-exit {
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
	top: 0;
	right: 0;
}
 @media (min-width: 40em) {
.search-exit {
	display: none;
}
}

/*=============== CTA Section ===============*/
.cta-module {
	text-align: center;
	background-image: url(cta-bg.jpg);
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}
.cta-module .inner-wrap, .cta-module .inner-wrap-narrow, .cta-module .inner-wrap-wide, .cta-module .inner-wrap-fullwidth {
	 box-sizing: border-box;
	padding-top: 3.6em;
	padding-bottom: 4.2em;
}
 @media (min-width: 60em) {
.cta-module .inner-wrap, .cta-module .inner-wrap-narrow, .cta-module .inner-wrap-wide, .cta-module .inner-wrap-fullwidth {
	padding-top: 3em;
	padding-bottom: 3.2em;
}
}
.cm-header {
	font-size: 1.875em;
	font-weight: 400;
	margin: 0 0 0.8em 0;
	color: #ffffff;
	line-height: 1.2em;
}
 @media (min-width: 60em) {
.cm-header {
	font-size: 2.5em;
	margin: 0 0 0.05em 0;
}
}
.cm-text {
	font-size: 1em;
	font-weight: 300;
	font-family: "Merriweather Sans";
	margin: 0 0 1.3em 0;
	color: #ffffff;
	line-height: 1.85em;
}
 @media (min-width: 60em) {
.cm-text {
	font-size: 1.3125em;
	margin: 0 0 1.05em 0;
}
}
.cm-cta1, .cm-cta2 {
	display: block;
	max-width: 12.5em;
	width: 100%;
	margin: 0 auto 1.2em;
}
 @media (min-width: 40em) {
.cm-cta1, .cm-cta2 {
	display: inline-block;
	margin: 0 0.65em 0 0;
}
}
.cm-cta2 {
	margin: 0 auto;
}
@media (min-width: 40em) {
.cm-cta2 {
	margin: 0;
}
}

