/*!
Theme Name: 	OptiPro Systems, Inc.
Theme URI: 		http://julian.is
Description: 	Default theme for OptiPro Systems, Inc.
Version: 		1.0
Author: 		Julian Gaviria
Author URI: 	julian.is
Tags: 			starkers, naked, clean, basic, html5, boilerplate, sass, smacss
*/
html {
	box-sizing: border-box;
}
*, *::after, *::before {
	box-sizing: inherit;
}
/* Bitters 0.10.0
 * http://bitters.bourbon.io
 * Copyright 2013-2014 thoughtbot, inc.
 * MIT License */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
	font-family: sans-serif;
	/* 1 */
  -ms-text-size-adjust: 100%;
	/* 2 */
  -webkit-text-size-adjust: 100%;
/* 2 */ }
/**
 * Remove default margin.
 */
body {
	margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio, canvas, progress, video {
	display: inline-block;
	/* 1 */
  vertical-align: baseline;
/* 2 */ }
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden], template {
 display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
	background-color: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active, a:hover {
	outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
	border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b, strong {
	font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
	font-style: italic;
}
.site-header-wrap {
background-image: url(destination-bg.jpg);
background-repeat: no-repeat;
background-size: cover;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
	background: #ff0;
	color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
	font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
	border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
	overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
	margin: 0;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
	overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button, input {
	color: inherit;
	/* 1 */
  font: inherit;
	/* 2 */
  margin: 0;
/* 3 */ }
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
	overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button, select {
	text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	/* 2 */
  cursor: pointer;
/* 3 */ }
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled], html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner, input::-moz-focus-inner {
 border: 0;
 padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
	line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	/* 1 */
  padding: 0;
/* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
 height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
  -moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	/* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
	border: 0;
	/* 1 */
  padding: 0;
/* 2 */ }
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
	overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
	font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td, th {
	padding: 0;
}
/*
This class is supposed to be assigned to the parent of items you need organized. Example below:
<div class="rows-of-2">
  <div>Item</div>
  <div>Item</div>
  <div>Item</div>
  <div>Item</div>
</div>
This would give you 2 rows with 2 columns.
*/
.rows-of-2 {
	display: block;
}
.rows-of-2::after {
	clear: both;
	content: "";
	display: table;
}
.rows-of-2 > * {
	margin-bottom: 1.5em;
	display: block;
	position: relative;
}
.rows-of-2 > * > *:first-child {
	margin-top: 0;
}
 @media (min-width: 40em) {
.rows-of-2 > * {
	float: left;
	display: block;
	margin-right: 2.3576515979%;
	width: 48.821174201%;
}
.rows-of-2 > *:last-child {
	margin-right: 0;
}
.rows-of-2 > *:nth-child(2n) {
	margin-right: 0;
}
.rows-of-2 > *:nth-child(2n+1) {
	clear: left;
}
.rows-of-2 > *:nth-last-child(2):last-child {
	margin-bottom: 0 !important;
}
.rows-of-2 > *:nth-last-child(1):last-child {
	margin-bottom: 0 !important;
}
}
.lt-ie9 .rows-of-2 {
	display: block;
}
.lt-ie9 .rows-of-2::after {
	clear: both;
	content: "";
	display: table;
}
.lt-ie9 .rows-of-2 > * {
	margin-bottom: 1.5em;
	display: block;
	position: relative;
}
.lt-ie9 .rows-of-2 > * > *:first-child {
	margin-top: 0;
}
 @media (min-width: 40em) {
.lt-ie9 .rows-of-2 > * {
	float: left;
	width: 50% !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	padding-left: 1em;
	padding-right: 1em;
	display: inline-block !important;
	clear: none !important;
}
}
.rows-of-3 {
	display: block;
}
.rows-of-3::after {
	clear: both;
	content: "";
	display: table;
}
.rows-of-3 > * {
	margin-bottom: 1.5em;
	display: block;
	position: relative;
}
.rows-of-3 > * > *:first-child {
	margin-top: 0;
}
 @media (min-width: 40em) {
.rows-of-3 > * {
	float: left;
	display: block;
	margin-right: 2.3576515979%;
	width: 31.7615656014%;
}
.rows-of-3 > *:last-child {
	margin-right: 0;
}
.rows-of-3 > *:nth-child(3n) {
	margin-right: 0;
}
.rows-of-3 > *:nth-child(3n+1) {
	clear: left;
}
}
.lt-ie9 .rows-of-3 {
	display: block;
}
.lt-ie9 .rows-of-3::after {
	clear: both;
	content: "";
	display: table;
}
.lt-ie9 .rows-of-3 > * {
	margin-bottom: 1.5em;
	display: block;
	position: relative;
}
.lt-ie9 .rows-of-3 > * > *:first-child {
	margin-top: 0;
}
 @media (min-width: 40em) {
.lt-ie9 .rows-of-3 > * {
	float: left;
	width: 33.3% !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	padding-left: 1em;
	padding-right: 1em;
}
}
.rows-of-4 {
	display: block;
}
.rows-of-4::after {
	clear: both;
	content: "";
	display: table;
}
.rows-of-4 > * {
	margin-bottom: 1.5em;
	display: block;
	position: relative;
}
.rows-of-4 > * > *:first-child {
	margin-top: 0;
}
 @media (min-width: 40em) {
.rows-of-4 > * {
	float: left;
	display: block;
	margin-right: 2.3576515979%;
	width: 23.2317613015%;
}
.rows-of-4 > *:last-child {
	margin-right: 0;
}
.rows-of-4 > *:nth-child(4n) {
	margin-right: 0;
}
.rows-of-4 > *:nth-child(4n+1) {
	clear: left;
}
}
.lt-ie9 .rows-of-4 {
	display: block;
}
.lt-ie9 .rows-of-4::after {
	clear: both;
	content: "";
	display: table;
}
.lt-ie9 .rows-of-4 > * {
	margin-bottom: 1.5em;
	display: block;
	position: relative;
}
.lt-ie9 .rows-of-4 > * > *:first-child {
	margin-top: 0;
}
 @media (min-width: 40em) {
.lt-ie9 .rows-of-4 > * {
	float: left;
	width: 25% !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	padding-left: 1em;
	padding-right: 1em;
}
}
 @media (max-width: 40em) {
.mobile-rows-of-2 {
	display: block;
}
.mobile-rows-of-2::after {
	clear: both;
	content: "";
	display: table;
}
.mobile-rows-of-2 > * {
	margin-bottom: 1.5em;
	display: block;
	position: relative;
	float: left;
	display: block;
	margin-right: 7.4229703521%;
	width: 46.288514824%;
}
.mobile-rows-of-2 > * > *:first-child {
	margin-top: 0;
}
.mobile-rows-of-2 > *:nth-last-child(1) {
	background-color: red;
	margin-bottom: 0;
}
.mobile-rows-of-2 > *:nth-last-child(2) {
	background-color: green;
	margin-bottom: 0;
}
.mobile-rows-of-2 > *:last-child {
	margin-right: 0;
}
.mobile-rows-of-2 > *:nth-child(2n) {
	margin-right: 0;
}
.mobile-rows-of-2 > *:nth-child(2n+1) {
	clear: left;
}
}
.row {
	display: block;
	clear: both;
}
.row::after {
	clear: both;
	content: "";
	display: table;
}
 @media (min-width: 40em) {
.col-1 {
	float: left;
	display: block;
	margin-right: 2.3576515979%;
	width: 6.1721527019%;
}
.col-1:last-child {
	margin-right: 0;
}
.col-2 {
	float: left;
	display: block;
	margin-right: 2.3576515979%;
	width: 14.7019570017%;
}
.col-2:last-child {
	margin-right: 0;
}
.col-3 {
	float: left;
	display: block;
	margin-right: 2.3576515979%;
	width: 23.2317613015%;
}
.col-3:last-child {
	margin-right: 0;
}
.col-4 {
	float: left;
	display: block;
	margin-right: 2.3576515979%;
	width: 31.7615656014%;
}
.col-4:last-child {
	margin-right: 0;
}
.col-5 {
	float: left;
	display: block;
	margin-right: 2.3576515979%;
	width: 40.2913699012%;
}
.col-5:last-child {
	margin-right: 0;
}
.col-6 {
	float: left;
	display: block;
	margin-right: 2.3576515979%;
	width: 48.821174201%;
}
.col-6:last-child {
	margin-right: 0;
}
.col-7 {
	float: left;
	display: block;
	margin-right: 2.3576515979%;
	width: 57.3509785009%;
}
.col-7:last-child {
	margin-right: 0;
}
.col-8 {
	float: left;
	display: block;
	margin-right: 2.3576515979%;
	width: 65.8807828007%;
}
.col-8:last-child {
	margin-right: 0;
}
.col-9 {
	float: left;
	display: block;
	margin-right: 2.3576515979%;
	width: 74.4105871005%;
}
.col-9:last-child {
	margin-right: 0;
}
.col-10 {
	float: left;
	display: block;
	margin-right: 2.3576515979%;
	width: 82.9403914003%;
}
.col-10:last-child {
	margin-right: 0;
}
.col-11 {
	float: left;
	display: block;
	margin-right: 2.3576515979%;
	width: 91.4701957002%;
}
.col-11:last-child {
	margin-right: 0;
}
.col-12 {
	float: left;
	display: block;
	margin-right: 2.3576515979%;
	width: 100%;
}
.col-12:last-child {
	margin-right: 0;
}
.col-last {
	margin-right: 0;
	margin-right: 0 !important;
}
}
body {
	-webkit-font-smoothing: antialiased;
	background-color: white;
	color: #333;
	font-family: "Roboto", 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;
}
}
.display-font-size {
	font-size: 1.875em;
}
 @media (min-width: 40em) {
.display-font-size {
	font-size: 2.25em;
}
}
 @media (min-width: 60em) {
.display-font-size {
	font-size: 2.5em;
}
}
.xlarge-font-size {
	font-size: 1.640625em;
}
 @media (min-width: 40em) {
.xlarge-font-size {
	font-size: 1.96875em;
}
}
 @media (min-width: 60em) {
.xlarge-font-size {
	font-size: 2.1875em;
}
}
 @media (min-width: 60em) {
.large-font-size {
	font-size: 1.5625em;
}
}
.medium-font-size {
	font-size: 1em;
	margin-bottom: 2em;
	margin-top: 1.75em;
}
 @media (min-width: 40em) {
.medium-font-size {
	font-size: 1.125em;
}
}
 @media (min-width: 60em) {
.medium-font-size {
	font-size: 1.125em;
}
}
.base-font-size {
	font-size: 1em;
}
 @media (min-width: 40em) {
.base-font-size {
	font-size: 1.125em;
}
}
 @media (min-width: 60em) {
.base-font-size {
	font-size: 1.125em;
}
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Roboto Condensed", sans-serif;
	line-height: 1.25;
	margin: 0;
}
h1 {
	font-size: 1.640625em;
	margin-top: 0;
	margin-bottom: 24px;
	color: #163578;
}
 @media (min-width: 40em) {
h1 {
	font-size: 1.96875em;
}
}
 @media (min-width: 60em) {
h1 {
	font-size: 2.1875em;
}
}
h1 span {
	display: block;
	color: #333;
	font-size: .9em;
}
h2 {
	font-size: 1.640625em;
	margin-top: 24px;
	margin-bottom: 16px;
}
 @media (min-width: 40em) {
h2 {
	font-size: 1.96875em;
}
}
 @media (min-width: 60em) {
h2 {
	font-size: 2.1875em;
}
}
h3 {
	margin-top: 24px;
	margin-bottom: 16px;
}
 @media (min-width: 60em) {
h3 {
	font-size: 1.5625em;
}
}
h4 {
	font-size: 1em;
	margin-top: 16px;
	margin-bottom: 16px;
}
 @media (min-width: 40em) {
h4 {
	font-size: 1.125em;
}
}
 @media (min-width: 60em) {
h4 {
	font-size: 1.125em;
}
}
h5 {
	font-size: 1em;
	margin-top: 16px;
	margin-bottom: 16px;
}
 @media (min-width: 40em) {
h5 {
	font-size: 1.125em;
}
}
 @media (min-width: 60em) {
h5 {
	font-size: 1.125em;
}
}
h6 {
	font-size: 1em;
	margin-top: 16px;
	margin-bottom: 16px;
}
 @media (min-width: 40em) {
h6 {
	font-size: 1.125em;
}
}
 @media (min-width: 60em) {
h6 {
	font-size: 1.125em;
}
}
p {
	margin: 16px 0;
	font-size: 1.0625em;
}
.emph, .section-header-wrap p, .page-intro p {
	font-size: 1.125em;
	font-weight: normal;
}
 @media (min-width: 40em) {
.emph, .section-header-wrap p, .page-intro p {
	font-size: 1.29375em;
}
}
a {
	-webkit-transition: color 0.1s linear;
	-moz-transition: color 0.1s linear;
	transition: color 0.1s linear;
	color: #cc0000;
	text-decoration: underline;
}
a:hover {
	color: maroon;
}
a:active, a:focus {
	color: maroon;
	outline: none;
}
hr {
	border-bottom: 1px solid #dadada;
	border-left: none;
	border-right: none;
	border-top: none;
	margin: 1.5em 0;
}
img, picture {
	margin: 0;
	max-width: 100%;
}
blockquote {
	padding: 0;
	margin: 0;
}
cite {
	color: #737373;
	font-style: italic;
}
cite:before {
	content: "\2014 \00A0";
}
/* 
Forms
Lists
Tables 
*/
/* Forms */
fieldset {
	background: #f4f3f3;
	border: 1px solid #dadada;
	margin: 0 0 0.75em 0;
	padding: 1.5em;
}
input, label {
	display: block;
	font-family: "Roboto", sans-serif;
	font-size: 1.0625em;
}
label {
	font-weight: bold;
	margin-bottom: 0.375em;
}
label.required:after {
	content: "*";
}
label abbr {
	display: none;
}
textarea, input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"] {
	box-sizing: border-box;
	-webkit-transition: border-color;
	-moz-transition: border-color;
	transition: border-color;
	background-color: white;
	border-radius: 0;
	border: 1px solid #dadada;
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
	font-family: "Roboto", sans-serif;
	font-size: 1.0625em;
	margin-bottom: 0.75em;
	padding: 0.5em 0.5em;
	width: 100%;
}
textarea:hover,  input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover {
	border-color: #c1c0c0;
}
textarea:focus,  input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus {
	border-color: #cc0000;
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(179, 0, 0, 0.7);
	outline: none;
}

input[type="search"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
}

.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;
}
/* Lists */
ul, ol {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
dl {
	margin-bottom: 0.75em;
}
dl dt {
	font-weight: bold;
	margin-top: 0.75em;
}
dl dd {
	margin: 0;
}
ul:not([class]) {
	clear: left;
	list-style-type: none;
	margin-bottom: 0.75em;
	padding-left: 1.5em;
}
ul:not([class]) li:not([class]) {
	position: relative;
	margin-bottom: 0.5em;
	font-size: 1.0625em;
	line-height: 1.5em;
}
ul:not([class]) li:not([class]) a {
	text-decoration: none;
	font-weight: normal;
}
ul:not([class]) li:not([class]):after {
	content: '';
	width: 1.5em;
	height: 1.5em;
	display: block;
	position: absolute;
	top: 0;
	left: -1.5em;
	background-image: url(ico-bullet.svg);
	background-position: center center;
	background-size: .35em;
	background-repeat: no-repeat;
}
ul:not([class]) li:not([class]) ul li {
	font-size: 1em;
}
.bullet-style {
	clear: left;
	list-style-type: none;
	margin-bottom: 0.75em;
	padding-left: 1.5em;
}
.bullet-style li {
	position: relative;
	margin-bottom: 0.5em;
	font-size: 1.0625em;
	line-height: 1.5em;
}
.bullet-style li a {
	text-decoration: none;
	font-weight: normal;
}
.bullet-style li:after {
	content: '';
	width: 1.5em;
	height: 1.5em;
	display: block;
	position: absolute;
	top: 0;
	left: -1.5em;
	background-image: url(ico-bullet.svg);
	background-position: center center;
	background-size: .35em;
	background-repeat: no-repeat;
}
ol {
	clear: left;
	list-style-type: decimal;
	list-style-position: inside;
	margin-bottom: 0.75em;
	padding-left: 1.5em;
}
ol li {
	position: relative;
	margin-bottom: 0.5em;
	font-size: 1.125em;
	line-height: 1.5em;
}
ol li a {
	text-decoration: none;
	font-weight: normal;
}
/* Tables */

table {
	border-collapse: collapse;
	margin: 0.75em 0;
	table-layout: fixed;
	width: 100%;
}
th {
	border-bottom: 1px solid #b4b4b4;
	font-weight: bold;
	padding: 0.75em 0;
	text-align: left;
}
td {
	border-bottom: 1px solid #dadada;
	padding: 0.75em 0;
}
tr, td, th {
	vertical-align: middle;
}
/*=============== Spec Tables ===============*/
.spec-table {
	display: block;
	width: 100%;
	margin-bottom: 1.5em;
	background: white;
}
.spec-thead {
	display: block;
}
.spec-table-row {
	display: block;
	width: 100%;
}
.spec-cell {
	display: block;
	border: 0.2em solid #ffffff;
	padding: .5em .8em;
	vertical-align: top;
}
.spec-cell p {
	margin: .5em 0;
}
.spec-cell > ul {
	margin: .5em 0;
}
.spec-cell > ul > li {
	margin-bottom: 0 !important;
}
.spec-cell > ul > li ul {
	padding: 0 0 0 1.8em;
}
.spec-cell input,  .spec-cell select {
	width: 100%;
}
.spec-col {
	display: table-column;
}
.spec-col-1 {
	width: 100%;
}
.spec-col-2 {
	width: 100%;
}
 @media (min-width: 40em) {
.spec-table {
	display: table;
}
.spec-thead {
	display: table-header-group;
}
.spec-table-row {
	display: table-row;
}
.spec-cell {
	display: table-cell;
}
.spec-cell p {
	font-size: 1em;
}
.spec-spec-col-1 {
	width: 30%;
}
.spec-spec-col-2 {
	width: 70%;
}
}
.btn, button, input[type="submit"], .btn-download, .btn-arrow, .product-grid-item-link, .btn-imp, .btn-alt, .btn-alt-download, .btn-alt-arrow {
	position: relative;
	-webkit-font-smoothing: antialiased;
	border-radius: 0;
	color: white;
	display: inline-block;
	font-weight: bold;
	line-height: 1;
	padding: 0.75em 1em;
	text-decoration: none;
	font-size: 1.0625em;
	border-radius: 0.1875em;
	-webkit-transition: background 0.1s linear;
	-moz-transition: background 0.1s linear;
	transition: background 0.1s linear;
}
.btn:hover, button:hover,  input:hover[type="submit"], .btn-download:hover, .btn-arrow:hover, .product-grid-item-link:hover, .btn-imp:hover, .btn-alt:hover, .btn-alt-download:hover, .btn-alt-arrow:hover {
	color: white;
}
.btn:disabled, button:disabled,  input:disabled[type="submit"], .btn-download:disabled, .btn-arrow:disabled, .product-grid-item-link:disabled, .btn-imp:disabled, .btn-alt:disabled, .btn-alt-download:disabled, .btn-alt-arrow:disabled {
	cursor: not-allowed;
	opacity: 0.5;
}
.btn:after, button:after,  input[type="submit"]:after, .btn-download:after, .btn-arrow:after, .product-grid-item-link:after, .btn-imp:after, .btn-alt:after, .btn-alt-download:after, .btn-alt-arrow:after {
	content: '';
}
.btn, button, input[type="submit"], .btn-download, .btn-arrow, .product-grid-item-link {
	background-color: #163578;
}
.btn:hover, button:hover,  input:hover[type="submit"], .btn-download:hover, .btn-arrow:hover, .product-grid-item-link:hover {
	background-color: #cc0000;
}
.btn:after, button:after,  input[type="submit"]:after, .btn-download:after, .btn-arrow:after, .product-grid-item-link:after {
	background-color: #0e224d;
}
.btn-imp {
	border: 1px solid #ffffff;
	border-radius: 5px;
	text-align: center;
}
.btn-imp:hover {
	background-color: rgba(204, 0, 0, 0.5);
}
.btn-imp:after {
	background-color: rgba(204, 0, 0, 0.5);
}
.btn-alt, .btn-alt-download, .btn-alt-arrow {
	background-color: #cc0000;
}
.btn-alt:hover, .btn-alt-download:hover, .btn-alt-arrow:hover {
	background-color: #990000;
}
.btn-alt:after, .btn-alt-download:after, .btn-alt-arrow:after {
	background-color: #990000;
}
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;
}
.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);
}
.site-nav, #hs_menu_wrapper_primary_nav {
	background-color: #163578;
	text-align: left;
}
 @media (min-width: 60em) {
.site-nav,  #hs_menu_wrapper_primary_nav {
	display: block;
	position: relative;
	top: 0;
	left: 0;
	background-color: transparent;
}
}
 @media (min-width: 60em) {
.site-nav,  #hs_menu_wrapper_primary_nav {
	background-color: transparent;
}
}
 @media (max-width: 40em) {
.site-nav-container {
	width: 90%;
}
.site-nav-container .sh-rfq {
	margin: 1em 0;
	display: inline-block;
	width: 50%;
}
.site-nav-container .snc-header {
	display: inline-block;
	float: right;
	width: 40%;
}
}
.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 {
	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: none;
	background-color: transparent;
	position: relative;
}
.sn-li-l1 span,  .hs-menu-depth-1 span {
	font-size: 1.0625em;
}
.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;
}
.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;
	padding-right: 0em;
	background-image: url(down-arrow.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 0.75em;
	display: block;
	width: 40px;
	height: 61px;
	position: absolute;
	background-color: #142f6b;
	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 (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 {
	background-image: url(down-arrow-mobile.svg);
}
}
 @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: 0.75em;
	display: block;
}
 @media (max-width: 40em) {
.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 {
	background-image: url(down-arrow-mobile.svg);
}
}
.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: #cc0000;
}
.sn-li-l1.rfq-btn,  .hs-menu-depth-1.rfq-btn {
	display: none;
}
.sn-li-l1.rfq-btn:hover,  .hs-menu-depth-1.rfq-btn:hover {
	background-color: transparent;
}
 @media (min-width: 60em) {
.sn-li-l1,  .hs-menu-depth-1 {
	height: 3.75em;
	line-height: 3.75em;
	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 {
	line-height: 3.75em;
	font-size: 0.9375em;
}
.sn-li-l1 > a,  .hs-menu-depth-1 > a {
	border-top: 4px solid transparent;
	padding: 0 0.5em;
	color: #333;
}
.sn-li-l1 > a:hover,  .hs-menu-depth-1 > a:hover {
	color: #cc0000;
}
.sn-li-l1 > a:visited,  .hs-menu-depth-1 > a:visited {
	color: #333;
}
.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: 1em;
	background-size: 0.625em;
	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 {
	background-image: url(down-arrow.svg);
}
.sn-li-l1.has-subnav:hover > a span, .sn-li-l1.menu-item-has-children:hover > a span, .sn-li-l1.hs-item-has-children:hover > a span,  .hs-menu-depth-1.has-subnav:hover > a span,  .hs-menu-depth-1.menu-item-has-children:hover > a span,  .hs-menu-depth-1.hs-item-has-children:hover > a span {
	background-image: url(down-arrow-red.svg);
}
.sn-li-l1:hover,  .hs-menu-depth-1:hover {
	background-color: #f5f5f5;
}
.sn-li-l1:hover > a,  .hs-menu-depth-1:hover > a {
	border-top: 4px solid #cc0000;
}
.sn-li-l1.rfq-btn,  .hs-menu-depth-1.rfq-btn {
	height: 3.125em;
	line-height: 3.125em;
	margin-top: 0.375em;
	display: inline;
}
.sn-li-l1.rfq-btn > a,  .hs-menu-depth-1.rfq-btn > a {
	background-color: #163578;
	border-radius: 5px;
	border: none;
	color: #ffffff;
	height: 4em;
	height: 3.125em;
	line-height: 3.125em;
}
.sn-li-l1.rfq-btn > a span,  .hs-menu-depth-1.rfq-btn > a span {
	line-height: inherit;
}
.sn-li-l1.rfq-btn:hover > a,  .hs-menu-depth-1.rfq-btn:hover > a {
	background-color: #cc0000;
	color: #ffffff;
}
}
 @media (min-width: 60em) {
.sn-li-l1.rfq-btn,  .hs-menu-depth-1.rfq-btn {
	margin-left: 0.9375em;
}
}
 @media (min-width: 60em) {
.sn-li-l1,  .hs-menu-depth-1 {
	height: 7.5625em;
	line-height: 7.5625em;
	border-right: none;
}
.sn-li-l1 span,  .hs-menu-depth-1 span {
	font-size: 1.0625em;
}
.sn-li-l1 > a,  .hs-menu-depth-1 > a {
	height: 7.5625em;
	line-height: 7.5625em;
	padding: 0 0.25em;
	color: #333;
}
.sn-li-l1 > a:hover,  .hs-menu-depth-1 > a:hover {
	color: #cc0000;
}
.sn-li-l1:hover,  .hs-menu-depth-1:hover {
	background-color: #f5f5f5;
}
.sn-li-l1.rfq-btn,  .hs-menu-depth-1.rfq-btn {
	margin-top: 2.4375em;
	flex-grow: 2;
}
}
.sn-level-2, .hs-menu-children-wrapper {
	padding: 0;
	margin: 0;
	display: none;
	position: relative;
	text-align: left;
}
.sn-level-2.active,  .hs-menu-children-wrapper.active {
	display: block;
}
 @media (min-width: 60em) {
.sn-level-2,  .hs-menu-children-wrapper {
	position: absolute;
	z-index: 100;
	width: 12.375em;
}
.sn-level-2.active,  .hs-menu-children-wrapper.active {
	display: block;
}
}
.sn-li-l2, .sn-li-l3, .sn-li-l4, .sn-li-l5, .hs-menu-depth-2 {
	background-color: #f5f5f5;
	position: relative;
	width: 325px;
}
.sn-li-l2 > a, .sn-li-l3 > a, .sn-li-l4 > a, .sn-li-l5 > a,  .hs-menu-depth-2 > a {
	padding: 0 1em;
	color: #333;
	border-top: 1px solid #d8d8d8;
	display: block;
	text-decoration: none;
	line-height: 3.75em;
}
.sn-li-l2 > a span, .sn-li-l3 > a span, .sn-li-l4 > a span, .sn-li-l5 > a span,  .hs-menu-depth-2 > a span {
	font-size: 1.0625em;
	line-height: 3.75em;
	display: inline-block;
	vertical-align: middle;
}
.sn-li-l2:last-child > a, .sn-li-l3:last-child > a, .sn-li-l4:last-child > a, .sn-li-l5:last-child > a,  .hs-menu-depth-2:last-child > a {
	border-bottom: 0;
}
.sn-li-l2:hover, .sn-li-l3:hover,  .sn-li-l4:hover, .sn-li-l5:hover,  .hs-menu-depth-2:hover {
	background-color: #cc0000;
}
.sn-li-l2:hover > a, .sn-li-l3:hover > a, .sn-li-l4:hover > a, .sn-li-l5:hover > a,  .hs-menu-depth-2:hover > a {
	color: #ffffff;
}
 @media (max-width: 40em) {
.sn-li-l2, .sn-li-l3,  .sn-li-l4, .sn-li-l5,  .hs-menu-depth-2 {
	width: 100%;
}
.sn-li-l2 > a, .sn-li-l3 > a, .sn-li-l4 > a, .sn-li-l5 > a,  .hs-menu-depth-2 > a {
	width: 100%;
	height: 60px;
	overflow: hidden;
}
.sn-li-l2 > a span, .sn-li-l3 > a span, .sn-li-l4 > a span, .sn-li-l5 > a span,  .hs-menu-depth-2 > a span {
	font-size: 1em;
}
}
 @media (min-width: 60em) {
.sn-li-l2, .sn-li-l3,  .sn-li-l4, .sn-li-l5,  .hs-menu-depth-2 {
	position: relative;
	background-color: #f5f5f5;
}
.sn-li-l2 > a, .sn-li-l3 > a, .sn-li-l4 > a, .sn-li-l5 > a,  .hs-menu-depth-2 > a {
	padding: 0 0.5em;
	line-height: 3.75em;
	border-top: 1px solid #d8d8d8;
	border-right: 1px solid #d8d8d8;
}
.sn-li-l2 > a span, .sn-li-l3 > a span, .sn-li-l4 > a span, .sn-li-l5 > a span,  .hs-menu-depth-2 > a span {
	font-size: 0.9375em;
	line-height: 1.3125em;
}
.sn-li-l2:hover, .sn-li-l3:hover,  .sn-li-l4:hover, .sn-li-l5:hover,  .hs-menu-depth-2:hover {
	background-color: #cc0000;
}
.sn-li-l2:hover .sn-level-3, .sn-li-l3:hover .sn-level-3, .sn-li-l4:hover .sn-level-3, .sn-li-l5: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,  .sn-li-l4, .sn-li-l5,  .hs-menu-depth-2 {
	background-color: #f5f5f5;
}
.sn-li-l2 > a, .sn-li-l3 > a, .sn-li-l4 > a, .sn-li-l5 > a,  .hs-menu-depth-2 > a {
	padding: 0 1.5625em;
	line-height: 3.75em;
	border-top: 1px solid #d8d8d8;
	border-right: none;
}
.sn-li-l2 > a span, .sn-li-l3 > a span, .sn-li-l4 > a span, .sn-li-l5 > a span,  .hs-menu-depth-2 > a span {
	font-size: 1.0625em;
}
.sn-li-l2:hover, .sn-li-l3:hover,  .sn-li-l4:hover, .sn-li-l5:hover,  .hs-menu-depth-2:hover {
	background-color: #cc0000;
}
}
.sn-level-3, .sn-level-4, .sn-level-5 {
	padding: 0;
	margin: 0;
	padding-top: 1px;
	display: none;
	position: relative;
}
.sn-level-3.active,  .sn-level-4.active, .sn-level-5.active {
	display: block;
}
 @media (min-width: 60em) {
.sn-level-3,  .sn-level-4, .sn-level-5 {
	position: absolute;
	top: 0;
	left: 100%;
	width: 17.1875em;
}
.sn-level-3.active,  .sn-level-4.active, .sn-level-5.active {
	display: block;
}
}
 @media (min-width: 60em) {
.sn-level-4, .sn-level-5 {
	width: 12.5em;
	padding-top: 0;
}
}
 @media (min-width: 60em) {
.sn-level-4, .sn-level-5 {
	width: 23.6875em;
}
}
.sn-li-l3, .sn-li-l4, .sn-li-l5 {
	position: relative;
}
 @media (min-width: 60em) {
.sn-li-l3:hover .sn-level-4 {
	display: block;
	top: 0;
	left: 100%;
}
}
 @media (min-width: 60em) {
.sn-li-l4:hover .sn-level-5 {
	display: block;
	top: 0;
	left: 100%;
}
}
.site-nav-container {
	background-color: #163578;
	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: 100%;
	clear: both;
	height: auto;
	right: auto;
	bottom: auto;
	top: auto;
	position: static;
	background-color: transparent;
}
}
 @media (min-width: 80em) {
.site-nav-container {
	clear: inherit;
	float: right;
	width: 80%;
}
}
.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;
	clear: both;
	position: relative;
	text-align: center;
	color: #ffffff !important;
	font-family: "Roboto Condensed", sans-serif;
	padding: 0.25em 1em;
	padding-left: 1.5625em;
	margin: 0 auto;
	font-size: 1.0625em;
	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(close.jpg);
	background-size: 0.8125em 0.8125em;
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
	width: 1.5625em;
	top: 0;
	bottom: 0;
	left: 0;
	position: absolute;
}
 @media (min-width: 60em) {
.close-menu {
	display: none;
}
}
.snc-header {
	text-align: center;
	padding: 1.2em;
}
 @media (min-width: 60em) {
.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.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: #f5f5f5;
}
.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 #dadada;
	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: #dadada;
}
.click-expand.cw-expand {
	border: none;
	margin-bottom: 0.625em;
}
.ce-header {
	position: relative;
	cursor: pointer;
	margin: 0;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 0.75em;
	padding-bottom: 0.75em;
	font-size: 1.0625em;
}
.ce-header:after {
	content: '+';
	color: #cc0000;
	padding-left: 8px;
	position: absolute;
}
.cw-expand .ce-header:after {
	content: '+';
	color: #cc0000;
	padding-left: 8px;
	position: absolute;
}
.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;
	max-width: 9.375em;
	margin: 0 auto;/*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: 1.875em;
	margin-left: 0.625em;
	text-align: center;
	position: relative;
	opacity: 0.60;
}
.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: 1.0;
}
.social-wrap a:hover path {
	fill: #163578;
}
.social-wrap a:first-child {
	margin-left: 0;
}
.social-wrap img {
	display: inline-block;
	margin: 0 auto;
	width: 1.875em;
	height: auto;
	vertical-align: middle;
}
.social-wrap svg {
	display: inline-block;
	vertical-align: middle;
}
 @media (min-width: 60em) {
.social-wrap {
	margin: 0;
}
}
/*=============== Slide Panel ===============*/
.slide-panel {
	display: none;
	position: fixed;
	background: #333;
	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: #333;
	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: #333;
	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: #163578;
}
 @media (min-width: 40em) {
#slidebox {
	width: auto;
}
}
a.close {
	background-color: white;
	color: #163578;
	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: 0;
	border: 1px solid #dadada;
}
}
.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: 0;
	border-top-right-radius: 0;
}
 @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: 0;
	border-bottom-right-radius: 0;
}
}
.accordion-tabs .tab-link {
	background-color: rgba(255, 255, 255, 0);
	border-top: 1px solid #dadada;
	color: #333;
	display: block;
	font-weight: bold;
	font-size: 1.125em;
	padding: 0.75em 0.809em;
	text-decoration: none;
	font-family: "Roboto Condensed", sans-serif;
	border-bottom: 0;
}
 @media screen and (min-width: 40em) {
.accordion-tabs .tab-link {
	display: inline-block;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	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: white;
}
 @media screen and (min-width: 40em) {
.accordion-tabs .tab-link.is-active {
	background-color: white;
	border: 1px solid #dadada;
	border-bottom-color: white;
	margin-bottom: -1px;
}
}
.accordion-tabs .tab-content {
	background: white;
	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: 0;
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
	border: 1px solid #dadada;
	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 #dadada;
}
.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: #f5f5f5;
}
.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 #dadada;
	border-right: 1px solid #dadada;
	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 #c1c1c1;
	border-right: 1px solid #c1c1c1;
}
.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: #163578;
	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: #f5f5f5;
	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: #163578;
	position: relative;
	z-index: 10;
}
.rm-item-title span {
	line-height: 1.25em;
	display: inline-block;
	color: #163578;
}
/* ===== 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 #f5f5f5;
	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: transparent;
	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%;
}
.header-top {
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1041;
}
 @media (min-width: 60em) {
.site-header {
	height: 13.75em;
}
}
 @media (min-width: 80em) {
.site-header {
	height: 8.5em;
}
}
/*=============== Site Header ===============*/
.site-logo {
	display: none;
	max-width: 12.125em;
	width: 100%;
}
.site-logo img {
	display: block;
}
 @media (min-width: 60em) {
.site-logo {
	display: inline-block;
	float: left;
	width: 13%;
	margin-top: 0.8125em !important;
	margin-bottom: 0.8125em !important;
}
}
 @media (min-width: 80em) {
.site-logo {
	margin-bottom: 0 !important;
	width: auto;
}
}
.site-header-mobile {
	background-color: rgba(255, 255, 255, 0.98);
	padding: 1em 0 1em;
}
 @media (min-width: 60em) {
.site-header-mobile {
	display: none;
}
}
.site-header-mobile .site-logo-mobile {
	display: block;
	max-width: 12.125em;
	width: 42%;
	margin: 0 auto;
}
.site-header-mobile .site-logo-mobile img {
	display: block;
}
 @media (min-width: 60em) {
.site-header-mobile .site-logo-mobile {
	display: none;
}
}
.sh-sticky-wrap {
	background-color: rgba(255, 255, 255, 0.92);
	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: 0;
	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.9375em;
}
.sh-sticky-wrap.stuck {
	background-color: #ffffff;
	box-shadow: 1px 1px 3px #cccccc;
	/*position: fixed;
            left: 0;
            right: 0;
            top: 0;*/
      z-index: 999;
}
}
.sh-utility-nav {
	overflow: hidden;
	background-color: rgba(22, 53, 120, 0.7);
	position: relative;
	text-align: center;
}
.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.7em;
	padding-bottom: 0.7em;
}
 @media (min-width: 60em) {
.sh-utility-nav {
	height: 3.125em;
	text-align: right;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.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.3em;
	padding-bottom: 0.25em;
}
.sh-utility-nav.stuck {
	height: 0;
}
}
.sh-icons {
	display: inline-block;
	vertical-align: middle;
}
.sh-ph, .sh-ico-search, .sh-ico-menu, .sh-email, .sh-careers {
	background-repeat: no-repeat;
	background-position: left center;
	display: inline-block;
	vertical-align: middle;
	padding-top: 1.2em;
	width: 2em;
	margin-left: 1em;
	margin-right: 1em;
	text-align: center;
	text-decoration: none;
}
.sh-ph:hover, .sh-ico-search:hover, .sh-ico-menu:hover, .sh-email:hover, .sh-careers:hover {
	color: #ffffff;
}
.sh-ph {
	background-image: url(phone.svg);
}
.sh-ph span {
	display: none;
}
 @media (min-width: 60em) {
.sh-ph {
	float: left;
	margin-top: 0.3em !important;
	margin-left: 0;
	background-position: left center;
	padding: 0 0 0 1.6em;
	width: auto;
	color: #ffffff;
	text-decoration: none;
	font-size: 1.1875em;
}
.sh-ph span {
	display: inline-block;
	font-size: 1em;
}
}
.sh-ico-search {
	background-image: url(ico-search.svg);
	margin-left: 0;
	margin-right: 0;
	padding-top: 0.125em;
}
 @media (min-width: 60em) {
.sh-ico-search {
	display: none;
}
}
.sh-ico-menu {
	background-image: url(ico-nav.svg);
	margin-right: 0;
	padding: 0;
}
 @media (min-width: 60em) {
.sh-ico-menu {
	display: none;
}
}
.sh-email {
	background-image: url(mail.svg);
}
.sh-email span {
	display: none;
}
 @media (min-width: 60em) {
.sh-email {
	float: left;
	margin-top: 0.3em;
	background-position: left center;
	padding: 0 0 0 2em;
	width: auto;
	color: #ffffff;
	text-decoration: none;
	font-size: 1.125em;
	margin-left: 1.3888888889em;
	margin-right: 0;
	padding-left: 2.2222222222em;
}
.sh-email span {
	display: inline-block;
	font-size: 1em;
}
}
.sh-careers {
	background-image: url(careers.svg);
}
.sh-careers span {
	display: none;
}
 @media (min-width: 60em) {
.sh-careers {
	float: left;
	margin-top: 0.3em;
	background-position: left center;
	padding: 0 0 0 2em;
	width: auto;
	color: #ffffff;
	text-decoration: none;
	font-size: 1.125em;
	margin-left: 1.3888888889em;
	margin-right: 0;
	padding-left: 2.2222222222em;
}
.sh-careers span {
	display: inline-block;
	font-size: 1em;
}
}
/*=============== Site Intro ===============*/
.site-intro {
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	text-align: right;
	position: relative;
	z-index: 0;
}
.site-intro .inner-wrap, .site-intro .inner-wrap-narrow, .site-intro .inner-wrap-wide, .site-intro .inner-wrap-fullwidth {
	padding-top: 4.5625em;
	padding-bottom: 4.5em;
	position: relative;
}
.site-intro .si-home-warp {
	clear: both;
	position: relative;
	top: 10.625em;
	left: 0;
	width: 100%;
	z-index: 9;
}
.site-intro .slides li {
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	min-height: 44.75em;
}
.site-intro .si-foreground {
	width: 40%;
	float: left;
}
 @media (max-width: 40em) {
.site-intro .si-foreground {
	display: none;
}
}
.site-intro .si-foreground img {
	margin: auto;
	width: unset !important;
	height: unset !important;
	max-height: 300px;
}
.site-intro .si-content {
	width: 55%;
	float: right;
}
 @media (max-width: 40em) {
.site-intro .si-content {
	width: 100%;
	float: none;
}
}
 @media (min-width: 40em) {
.site-intro .inner-wrap, .site-intro .inner-wrap-narrow, .site-intro .inner-wrap-wide, .site-intro .inner-wrap-fullwidth {
	padding-top: 6.25em;
	padding-bottom: 9.4375em;
}
.site-intro .si-home-warp {
	top: 11.5625em;
	z-index: 9;
}
.site-intro .slides li {
	min-height: 45.875em;
}
}
 @media (min-width: 60em) {
.site-intro .slides li {
	min-height: 51.1875em;
}
}
 @media (min-width: 80em) {
.site-intro .slides li {
	min-height: 45.9375em;
}
}
.si-logo-banner {
	background-color: #c1c1c1;
}
.si-logo-banner.inner-wrap-fullwidth {
	padding-top: 2em !important;
	padding-bottom: 2em !important;
}
.si-logo-banner ul li {
	display: inline-block;
	max-width: 14%;
}
.si-logo-banner ul li img.si-tab-company-logos {
	filter: grayscale(100%);
}
.si-logo-banner ul li img.si-tab-company-logos:hover {
	filter: none;
}
.si-logo-banner .flex-direction-nav {
	display: none;
}
 @media (max-width: 40em) {
.si-logo-banner {
	display: none;
}
}
 @media (min-width: 40em) {
.product-module {
	margin-top: -4.375em;
}
}
 @media (min-width: 60em) {
.product-module {
	margin-top: -5.625em;
}
}
.tabs {
	display: none;
}
.tabs li {
	display: inline;
	text-align: center;
}
.tabs li:first-child {
	display: none;
}
 @media (min-width: 40em) {
.tabs {
	display: block;
	height: 4.375em;
}
}
 @media (min-width: 60em) {
.tabs {
	height: 5.625em;
}
}
.tabs .tab-link {
	display: block;
	font-size: 1em;
	line-height: 1em;
	background-color: rgba(22, 53, 120, 0.8);
	height: 3.625em;
	padding-top: 0.75em;
	text-align: center;
	color: #ffffff;
	text-decoration: none;
	position: relative;
	width: 25%;
	float: left;
	margin-top: 0.75em;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.tabs .tab-link.active {
	background-color: #cc0000;
	color: #ffffff;
	margin-top: 0;
	padding: 2% 0;
	height: 100%;
}
.tabs .tab-link.active:after {
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #cc0000;
	position: absolute;
	content: '';
	bottom: -19px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.tabs .tab-link:hover {
	background-color: #cc0000;
	color: #ffffff;
}
.tabs .tab-link:hover:after {
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #cc0000;
	position: absolute;
	content: '';
	bottom: -19px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
 @media (min-width: 60em) {
.tabs .tab-link {
	font-size: 1.375em;
	padding-top: 1.2727272727em;
	margin-top: 0.4545454545em;
}
.tabs .tab-link.active {
	margin-top: 0;
	padding: 1.3636363636em 0;
	height: 100%;
}
}
.tab_container {
	background: #ffffff;
}
.si-header {
	font-size: 1.75em;
	color: #ffffff;
	line-height: 1.2em;
	font-weight: 400;
	position: relative;
}
.si-header:after {
	content: '';
	position: absolute;
	right: 0;
	bottom: -0.6071428571em;
	width: 15%;
	height: 0.0714285714em;
	background-color: #cc0000;
}
 @media (min-width: 60em) {
.si-header {
	float: right;
	font-size: 2.5em;
}
.si-header:after {
	width: 1.2em;
}
}
.si-subheader {
	font-size: 1.0625em;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 400;
	text-align: right;
	margin-top: 1.8823529412em;
	line-height: 1.35em;
}
.si-subheader span {
	display: block;
}
 @media (min-width: 60em) {
.si-subheader {
	font-size: 1.125em;
	float: right;
	clear: right;
	margin-top: 1.2222222222em;
	margin-bottom: 2.0555555556em;
}
.si-subheader span {
	display: inline-block;
}
}
.si-ctawrap {
	margin-top: 2.1875em;
}
.si-ctawrap .si-cta1,  .si-ctawrap .si-cta2 {
	font-size: 1.125em;
	font-weight: 500;
	padding: 0.9444444444em 1.8em;
	float: none;
	clear: right;
}
.si-ctawrap .si-cta1 {
	margin-bottom: 1em;
}
 @media (min-width: 40em) {
.si-ctawrap {
	clear: both;
}
.si-ctawrap .si-cta1,  .si-ctawrap .si-cta2 {
	clear: inherit;
	float: inherit;
	padding: 0.9444444444em 1.4em;
}
.si-ctawrap .si-cta1 {
	margin-bottom: 0;
	margin-right: 0.5em;
}
}
.parallax-window {
	min-height: 27.25em;
	background: transparent;
}
 @media (max-width: 40em) {
.parallax-window {
	min-height: 16.5em;
}
}
.search-prd label {
	margin-bottom: 0.125em;
}
.search-prd input {
	border: 0;
	border-radius: 5px;
	font-weight: 400;
	padding: 0.8125em 0.8125em 0.875em;
}
/*=============== 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 Footer ===============*/
.site-footer {
	background-color: #163578;
	text-align: center;
	color: #ffffff;
}
.site-footer .inner-wrap, .site-footer .inner-wrap-narrow, .site-footer .inner-wrap-wide, .site-footer .inner-wrap-fullwidth {
	padding-top: 3.4375em;
	padding-bottom: 3.4375em;
}
 @media (min-width: 60em) {
.sf-left {
	float: left;
	width: 29%;
	text-align: left;
}
}
 @media (min-width: 60em) {
.sf-center {
	float: left;
	width: 31%;
	text-align: left;
}
}
 @media (min-width: 60em) {
.sf-right {
	float: left;
	width: 26%;
	text-align: left;
}
}
.sf-social .certs {
	padding: 15px 0;
	text-align: center;
}
.sf-social .certs span {
	color: rgba(255, 255, 255, 0.6);
}
.sf-social .additional-images {
	max-width: 50%;
	padding: .25em;
}
.sf-social .additional-images img {
	display: inline-block;
}
 @media (min-width: 60em) {
.sf-social {
	float: left;
	width: 14%;
	text-align: left;
}
}
.sf-title {
	font-weight: 400;
	font-size: 1.0625em;
	line-height: 1.7647058824em;
	font-family: "Roboto", sans-serif;
	letter-spacing: 0.35px;
	margin-top: 0;
}
.sf-address {
	line-height: 2.1176470588em;
	color: rgba(255, 255, 255, 0.6);
	letter-spacing: 0.35px;
	margin: 0;
}
.sf-center p {
	line-height: 2.1176470588em;
	color: rgba(255, 255, 255, 0.6);
	letter-spacing: 0.35px;
	margin: 0;
}
.sf-phone a {
	color: rgba(255, 255, 255, 0.6);
	text-decoration: none;
}
.sf-fax a {
	color: rgba(255, 255, 255, 0.6);
	text-decoration: none;
}
.sf-email a {
	color: rgba(255, 255, 255, 0.6);
	text-decoration: none;
}
.sf-email a:hover {
	text-decoration: underline;
	color: white;
}
.sf-nav {
	clear: both;
}
.sf-nav li {
	line-height: 2.25em;
}
.sf-nav li a {
	color: rgba(255, 255, 255, 0.6);
	text-decoration: none;
}
.sf-nav li a:hover {
	text-decoration: underline;
	color: white;
}
.sf-small {
	background-color: #163578;
	text-align: center;
	font-weight: 300;
	border-top: 0.0625em solid rgba(255, 255, 255, 0.2);
}
.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 a {
	color: #ffffff;
	text-decoration: none;
}
.sf-small a:hover {
	text-decoration: underline;
	color: #ffffff;
}
img[name=pphLoggerImage] {
	display: none;
}
.featured-resource-module {
	background-color: #f5f5f5;
}
.featured-resource-module .inner-wrap, .featured-resource-module .inner-wrap-narrow, .featured-resource-module .inner-wrap-wide, .featured-resource-module .inner-wrap-fullwidth {
	padding-top: 4.6875em;
}
.ft-heading span {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	max-width: 7.1875em;
}
.ft-heading span.ft-img {
	width: 25%;
}
.ft-heading span.ft-img img {
	display: block;
}
.ft-booth {
	padding-top: 16px;
}
.ft-event-details span {
	display: block;
}
.ft-event-details img {
	max-height: 125px;
	margin: 0;
}
.ft-event-image {
	margin-top: 16px;
}
.events-page .event-item {
	display: block;
	margin: 2em 0;
}
.reb-resource-image {
	width: 50%;
	float: left;
}
.reb-resource-content {
	width: 50%;
	float: right;
}
.reb-resource-content p {
	margin-top: 0;
}
 @media (min-width: 60em) {
.sh-rfq {
	display: none;
}
}
.cat-filters {
	background-color: #163578;
}
.cat-filters .inner-wrap, .cat-filters .inner-wrap-narrow, .cat-filters .inner-wrap-wide, .cat-filters .inner-wrap-fullwidth {
	padding: 1.5em 1.5em 1.5em 1.5em;
}
.cat-filters .inner-wrap .cat-filter-item, .cat-filters .inner-wrap-narrow .cat-filter-item, .cat-filters .inner-wrap-wide .cat-filter-item, .cat-filters .inner-wrap-fullwidth .cat-filter-item {
	padding: .5em;
}
.cat-filters a, .cat-filters .cat-header {
	color: #ffffff;
}
/*=============== Search ===============*/
.search-table {
	display: inline-block;
	vertical-align: middle;
	width: auto;
	padding: 0;
}
.search-row {
	display: table-row;
	width: 100%;
	border: 1px solid #8b9abc;
	background-color: transparent;
	border-radius: 6px;
	display: block;
}
 @media (min-width: 40em) {
.search-cell1 {
	display: table-cell;
	padding-right: 0;
}
}
.search-cell2 {
	display: table-cell;
	width: 2.1875em;
	border: 0;
}
input.search-text {
	font-size: 1em;
	width: 80%;
	height: 2em;
	background-color: transparent;
	border: none;
	float: left;
	padding-left: .5em;
	margin-bottom: 0 !important;
	color: #ffffff;
}
input.search-text:focus {
	box-shadow: none;
}
 input.search-text::placeholder {
 color: #ffffff;
}
.search-submit {
	width: 100%;
	height: 2em;
	border: 0;
	float: right;
	background: url(ico-search.svg) no-repeat center center !important;
	background-size: 55% !important;
}
 @media (min-width: 40em) {
.site-search {
	width: 100%;
}
.search-text {
	height: 2em;
}
.search-submit {
	height: 2em;
}
}
.search-module {
	height: 4em;
	padding-top: 0.85em;
	padding-bottom: 0.7em;
	margin-top: -4em;
	position: fixed;
	left: 0;
	top: 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;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}
.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;
}
 @media (max-width: 40em) {
.search-module {
	background-color: #163578;
}
.search-module .search-table {
	width: 80%;
}
}
 @media (min-width: 60em) {
.search-module {
	float: right;
	position: inherit;
	margin: 0.125em 0 0.1875em 0 !important;
	height: inherit;
	padding: 0;
	width: 13.875em;
}
}
.search-exit {
	float: right;
	margin: 10px;
	top: 0;
	right: 0;
}
 @media (min-width: 60em) {
.search-exit {
	display: none;
}
}
/*=============== Read More ===============*/
.main-content {
	display: block;
	overflow: hidden;
	position: relative;
}
 @media (min-width: 40em) {
.main-content {
	display: inline;
}
}
 @media (max-width: 40em) {
.height {
	max-height: 15.625em;
}
.height:before {
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, #ffffff 100%);
	bottom: 0;
	content: "";
	height: 100%;
	position: absolute;
	width: 100%;
	z-index: 1;
}
.heightAuto {
	max-height: 312.5em;
}
.heightAuto:before {
	display: none;
}
}
.link {
	display: block;
	text-align: center;
	font-weight: bold;
	color: #163578;
	padding-bottom: 0.625em;
}
 @media (min-width: 40em) {
.link {
	display: none;
}
}
/**********Products module************/
.tab-content {
	text-align: left;
}
.tab-content .inner-wrap, .tab-content .inner-wrap-narrow, .tab-content .inner-wrap-wide, .tab-content .inner-wrap-fullwidth {
	padding-top: 4.375em;
	padding-bottom: 3.125em;
}
.tab-content .inner-wrap .btn, .tab-content .inner-wrap-narrow .btn, .tab-content .inner-wrap-wide .btn, .tab-content .inner-wrap-fullwidth .btn, .tab-content .inner-wrap button, .tab-content .inner-wrap-narrow button, .tab-content .inner-wrap-wide button, .tab-content .inner-wrap-fullwidth button,  .tab-content .inner-wrap input[type="submit"],  .tab-content .inner-wrap-narrow input[type="submit"],  .tab-content .inner-wrap-wide input[type="submit"],  .tab-content .inner-wrap-fullwidth input[type="submit"], .tab-content .inner-wrap .btn-download, .tab-content .inner-wrap-narrow .btn-download, .tab-content .inner-wrap-wide .btn-download, .tab-content .inner-wrap-fullwidth .btn-download, .tab-content .inner-wrap .btn-arrow, .tab-content .inner-wrap-narrow .btn-arrow, .tab-content .inner-wrap-wide .btn-arrow, .tab-content .inner-wrap-fullwidth .btn-arrow, .tab-content .inner-wrap .product-grid-item-link, .tab-content .inner-wrap-narrow .product-grid-item-link, .tab-content .inner-wrap-wide .product-grid-item-link, .tab-content .inner-wrap-fullwidth .product-grid-item-link {
	display: block;
	max-width: 11em;
	text-align: center;
	margin: 0 auto;
}
.product-tab-content .tab-content {
	text-align: left;
}
.pm-bucket {
	display: inline-block;
	max-width: 17.625em;
	width: 100%;
	text-align: center;
	margin-bottom: 1.875em;
}
.pm-bucket > a {
	display: block;
	text-decoration: none;
	color: #333;
}
.pm-bucket > a:hover {
	color: #cc0000;
}
 @media (max-width: 40em) {
.pm-bucket {
	float: left;
	padding: .5em;
	width: 50%;
}
}
 @media (min-width: 40em) {
.pm-bucket {
	float: left;
	min-height: 19.75em;
}
}
.pm-bucket-img {
	margin-bottom: 1.25em;
}
.pm-bucket-img img {
	display: inline-block;
	max-height: 250px;
}
.pm-title {
	display: block;
	max-width: 90%;
	min-height: 3em;
	margin: 0 auto;
	font-size: 1.0625em;
	line-height: 1.2941176471em;
}
.tab_drawer_heading {
	display: block;
	font-size: 1.375em;
	background-color: rgba(22, 53, 120, 0.8);
	min-height: 3em;
	padding-top: 0.75em;
	text-align: center;
	color: #ffffff;
	text-decoration: none;
	position: relative;
	border-bottom: 1px solid #ffffff;
}
.tab_drawer_heading.d_active {
	background-color: #cc0000;
	color: #ffffff;
}
.tab_drawer_heading.d_active:after {
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #cc0000;
	position: absolute;
	content: '';
	bottom: -19px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.tab_drawer_heading:hover {
	color: #ffffff;
}
 @media (min-width: 40em) {
.tab_drawer_heading {
	display: none;
}
}
.pm-cta {
	font-size: 1.125em;
	line-height: 1.2222222222em;
	font-weight: 600;
	text-decoration: none;
	border-bottom: 0.0555555556em solid #cc0000;
	padding-bottom: 0.5em;
	display: inline-block;
}
/***************Product & Logo Module start *********/
.plc-item {
	text-align: center;
}
.plc-logo {
	margin-bottom: 1em;
}
img.plc-product {
	padding: 0 1em 1em 1em;
}
/***************Product & Logo Module End *********/
/***************Resources Module start***************/
.resource-module {
	position: relative;
	text-align: center;
	background-image: url(resources-bg.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	background-size: cover;
}
.resource-module .inner-wrap, .resource-module .inner-wrap-narrow, .resource-module .inner-wrap-wide, .resource-module .inner-wrap-fullwidth {
	padding-top: 0;
	padding-bottom: 0;
}
 @media (min-width: 60em) {
.resource-module {
	text-align: left;
	background-size: 50% 24.9375em;
	max-height: 24.9375em;
}
}
 @media (min-width: 60em) {
.rm-left {
	position: absolute;
	width: 50%;
	top: 0;
	left: 0;
}
}
.rm-left-img {
	position: relative;
	display: block;
}
.rm-left-img:before {
	position: absolute;
	background-image: url(play.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
	content: '';
	top: 34%;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 5em;
	height: 5em;
	opacity: 0.6;
}
.rm-left-img:hover:before {
	opacity: 1.0;
}
 @media (min-width: 60em) {
.rm-left-img > img {
	display: block;
	width: 100%;
	height: 24.9375em;
}
.rm-left-img:before {
	width: 7.1875em;
	height: 7.1875em;
}
}
.rm-right {
	text-align: left;
	padding-bottom: 1.875em;
}
 @media (min-width: 60em) {
.rm-right {
	width: 50%;
	float: right;
	padding: 3.125em 0 3.5625em 4.6875em;
	min-height: 24.9375em;
}
}
 @media (min-width: 40em) {
.rm-right-img {
	float: right;
	display: block;
}
}
.rm-heading {
	font-size: 2.25em;
	font-weight: 400;
	color: #163578;
	position: relative;
	padding-bottom: 0.4722222222em;
}
.rm-heading:before {
	content: '';
	position: absolute;
	width: 1.3333333333em;
	height: 0.0555555556em;
	bottom: 0;
	left: 0;
	background-color: #cc0000;
}
 @media (min-width: 60em) {
.rm-heading {
	margin-top: 0;
}
}
.rm-text {
	font-size: 1.1875em;
	line-height: 1.5789473684em;
}
/***********unparalleled-dedication-customer-success-module****************/
.unparalleled-dedication-customer-success-module {
	text-align: center;
	position: relative;
	z-index: 1;
}
.unparalleled-dedication-customer-success-module:before {
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .5;
	z-index: -1;
	background: #000;
}
.unparalleled-dedication-customer-success-module .inner-wrap, .unparalleled-dedication-customer-success-module .inner-wrap-narrow, .unparalleled-dedication-customer-success-module .inner-wrap-wide, .unparalleled-dedication-customer-success-module .inner-wrap-fullwidth {
	padding-top: 4.375em;
	padding-bottom: 4.375em;
	z-index: 0;
}
.unparalleled-dedication-customer-success-module .inner-wrap .btn, .unparalleled-dedication-customer-success-module .inner-wrap-narrow .btn, .unparalleled-dedication-customer-success-module .inner-wrap-wide .btn, .unparalleled-dedication-customer-success-module .inner-wrap-fullwidth .btn, .unparalleled-dedication-customer-success-module .inner-wrap button, .unparalleled-dedication-customer-success-module .inner-wrap-narrow button, .unparalleled-dedication-customer-success-module .inner-wrap-wide button, .unparalleled-dedication-customer-success-module .inner-wrap-fullwidth button,  .unparalleled-dedication-customer-success-module .inner-wrap input[type="submit"],  .unparalleled-dedication-customer-success-module .inner-wrap-narrow input[type="submit"],  .unparalleled-dedication-customer-success-module .inner-wrap-wide input[type="submit"],  .unparalleled-dedication-customer-success-module .inner-wrap-fullwidth input[type="submit"], .unparalleled-dedication-customer-success-module .inner-wrap .btn-download, .unparalleled-dedication-customer-success-module .inner-wrap-narrow .btn-download, .unparalleled-dedication-customer-success-module .inner-wrap-wide .btn-download, .unparalleled-dedication-customer-success-module .inner-wrap-fullwidth .btn-download, .unparalleled-dedication-customer-success-module .inner-wrap .btn-arrow, .unparalleled-dedication-customer-success-module .inner-wrap-narrow .btn-arrow, .unparalleled-dedication-customer-success-module .inner-wrap-wide .btn-arrow, .unparalleled-dedication-customer-success-module .inner-wrap-fullwidth .btn-arrow, .unparalleled-dedication-customer-success-module .inner-wrap .product-grid-item-link, .unparalleled-dedication-customer-success-module .inner-wrap-narrow .product-grid-item-link, .unparalleled-dedication-customer-success-module .inner-wrap-wide .product-grid-item-link, .unparalleled-dedication-customer-success-module .inner-wrap-fullwidth .product-grid-item-link {
	background-color: #ffffff;
	color: #cc0000;
	margin-top: 2em;
}
.unparalleled-dedication-customer-success-module .inner-wrap .btn:hover, .unparalleled-dedication-customer-success-module .inner-wrap-narrow .btn:hover, .unparalleled-dedication-customer-success-module .inner-wrap-wide .btn:hover, .unparalleled-dedication-customer-success-module .inner-wrap-fullwidth .btn:hover, .unparalleled-dedication-customer-success-module .inner-wrap button:hover, .unparalleled-dedication-customer-success-module .inner-wrap-narrow button:hover, .unparalleled-dedication-customer-success-module .inner-wrap-wide button:hover, .unparalleled-dedication-customer-success-module .inner-wrap-fullwidth button:hover,  .unparalleled-dedication-customer-success-module .inner-wrap input:hover[type="submit"],  .unparalleled-dedication-customer-success-module .inner-wrap-narrow input:hover[type="submit"],  .unparalleled-dedication-customer-success-module .inner-wrap-wide input:hover[type="submit"],  .unparalleled-dedication-customer-success-module .inner-wrap-fullwidth input:hover[type="submit"], .unparalleled-dedication-customer-success-module .inner-wrap .btn-download:hover, .unparalleled-dedication-customer-success-module .inner-wrap-narrow .btn-download:hover, .unparalleled-dedication-customer-success-module .inner-wrap-wide .btn-download:hover, .unparalleled-dedication-customer-success-module .inner-wrap-fullwidth .btn-download:hover, .unparalleled-dedication-customer-success-module .inner-wrap .btn-arrow:hover, .unparalleled-dedication-customer-success-module .inner-wrap-narrow .btn-arrow:hover, .unparalleled-dedication-customer-success-module .inner-wrap-wide .btn-arrow:hover, .unparalleled-dedication-customer-success-module .inner-wrap-fullwidth .btn-arrow:hover, .unparalleled-dedication-customer-success-module .inner-wrap .product-grid-item-link:hover, .unparalleled-dedication-customer-success-module .inner-wrap-narrow .product-grid-item-link:hover, .unparalleled-dedication-customer-success-module .inner-wrap-wide .product-grid-item-link:hover, .unparalleled-dedication-customer-success-module .inner-wrap-fullwidth .product-grid-item-link:hover {
	background-color: #cc0000;
	color: #ffffff;
}
.udcsm-heading {
	font-size: 2.25em;
	font-weight: 400;
	color: #ffffff;
	position: relative;
	padding-bottom: 0.4722222222em;
}
.udcsm-heading:before {
	content: '';
	position: absolute;
	width: 1.3333333333em;
	height: 0.0555555556em;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	background-color: #cc0000;
}
 @media (min-width: 60em) {
.udcsm-heading {
	margin-top: 0;
}
}
.udcsm-item {
	display: block;
	max-width: 18.75em;
	width: 100%;
	margin: 0 auto;
	color: #ffffff;
	text-decoration: none;
}
.udcsm-item img.hover {
	display: none;
}
.udcsm-item:hover {
	color: #ffffff;
}
.udcsm-item:hover img {
	display: none;
}
.udcsm-item:hover img.hover {
	display: inline-block;
}
.udcsm-text {
	color: #ffffff;
	font-size: 1.125em;
	line-height: 1.6666666667em;
	margin-bottom: 1.9444444444em;
}
.udcsm-item-img {
	display: block;
	max-width: 13.625em;
	width: 100%;
	height: 13.625em;
	border-radius: 50%;
	background-color: #ffffff;
	margin: 0 auto 1.5625em auto;
	padding-top: 3.125em;
}
.udcsm-item-img img {
	display: inline-block;
}
.udcsm-title {
	display: block;
	font-size: 1.25em;
	line-height: 1em;
}
.udcsm-title span {
	display: block;
	margin-bottom: .2em;
	font-weight: 700;
}
.cw-heading {
	font-size: 1.5625em;
}
.ce-list {
	border-right: 1px solid #d9d9d9;
	border-left: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
}
.ce-list li a {
	display: block;
	border-top: 1px solid #d9d9d9;
	padding: 1.25em;
	color: #000000;
	text-decoration: none;
}
.breadcrumb {
	padding-bottom: 2.5em;
}
.breadcrumb a {
	color: #000000;
}
.breadcrumb a:hover {
	text-decoration: none;
}
.sitemap-menu {
	font-size: "Roboto", sans-serif;
	line-height: 2em;
}
.sitemap-menu .sub-menu {
	padding-left: 0.75em;
}
.product-information h4 {
	text-align: center;
}
.product-information img {
	display: block;
	margin-bottom: 0.9375em;
}
/* Table style */
.spec-table dl {
	border: 1px solid #c1c1c1;
	color: #333;
	font-family: "Roboto", sans-serif;
	font-size: 1em;
	margin: 0 0 1.1764705882em;
	width: 100%;
}
.spec-table dt {
	border-bottom: 1px solid #c1c1c1;
	font-weight: 700;
	margin: 0;
	padding: 1.1764705882em 0.8823529412em 0.5882352941em;
}
.spec-table dt p {
	font-size: 1em;
	margin: 0;
}
.spec-table dd {
	margin: 0;
	padding: 0.5882352941em 0.8823529412em 1.1764705882em;
}
.spec-table dd p {
	font-size: 1em;
	margin: 0;
}
.spec-table dd div {
	margin-bottom: 0;
}
 @media (min-width: 40em) {
.spec-table {
	border: 1px solid #c1c1c1;
}
.spec-table dl {
	border-bottom: none;
	border-left: none;
	border-right: none;
	border-top: 1px solid #c1c1c1;
	display: table;
	margin: 0;
}
.spec-table dl:first-child {
	border-top: none;
}
.spec-table dt,  .spec-table dd {
	border: none;
	display: table-cell;
	padding: 0.5882352941em 0.8823529412em;
	vertical-align: top;
	width: 65%;
}
.spec-table dt {
	width: 35%;
}
}
 @media (min-width: 60em) {
.spec-table dt,  .spec-table dd {
	padding: 1em 1.2941176471em;
}
}
.faq-section {
	margin-bottom: 0;
}
.faq-question {
	margin-bottom: 0;
	border-bottom: 1px solid #c1c1c1;
}
.faq-question p:first-child {
	padding-top: 0;
}
.gmap iframe {
	border: 1px solid #000000;
	max-width: 28.125em;
	width: 100%;
	height: 21.875em;
}
.product-tab-content {
	padding: 1.875em 0 0 0;
}
.card-layout .featured-close-up {
	display: block;
	background-size: cover;
	background-position: 10000px 10000px;
	background-repeat: no-repeat;
}
.card-layout .card-image {
	display: block;
	border-top: 1px solid #dadada;
	border-left: 1px solid #dadada;
	border-right: 1px solid #dadada;
	overflow: hidden;
}
.card-layout .card-image img {
	padding: 1.25em;
	display: block;
	margin: 0 auto;
	max-width: 18.75em;
	width: 100%;
}
.card-layout .card-content {
	display: block;
	padding: 1.25em;
	border-top: 1px solid #dadada;
	border-left: 1px solid #dadada;
	border-right: 1px solid #dadada;
	min-height: 350px;
}
.card-layout .card-content span, .card-layout .card-content time {
	display: block;
	font-size: .9em;
	color: #333;
}
.card-layout .card-content p, .card-layout .card-content ul {
	color: #333;
}
.card-layout .card-content a {
	text-decoration: none;
	color: #163578;
}
.card-layout a.btn, .card-layout a.btn-download, .card-layout a.btn-arrow, .card-layout a.product-grid-item-link {
	width: 100% !important;
	text-align: center !important;
	border-radius: unset !important;
}
.card-layout:hover {
	-webkit-box-shadow: 0px 0px 15px 0px #787878;
	-moz-box-shadow: 0px 0px 15px 0px #787878;
	box-shadow: 0px 0px 15px 0px #787878;
}
.card-layout:hover .featured-close-up {
	background-position: center center !important;
	border: none;
}
.card-layout:hover .featured-close-up img {
	visibility: hidden;
}
.card-layout:hover .card-image {
	border: none;
}
.card-layout:hover .card-image img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.card-layout:hover a.btn, .card-layout:hover a.btn-download, .card-layout:hover a.btn-arrow, .card-layout:hover a.product-grid-item-link {
	background: #cc0000;
}
.card-layout.blog-post:hover .card-image img {
	-webkit-transform: none;
	transform: none;
}
.card-layout.blog-post .card-image {
	border: unset;
}
.card-layout.blog-post .card-image img {
	padding: 0 !important;
	max-width: unset;
}
.card-layout.blog-post .card-content {
	min-height: 21.5em;
}
.service-results .card-image {
	border: unset;
}
.service-results .card-image img {
	padding: 0 !important;
	max-width: unset;
	min-height: unset;
}
.service-results .card-content {
	min-height: 21.5em;
}
 @media (max-width: 40em) {
.card-content {
	min-height: unset !important;
}
.card-content h3 {
	margin-top: 16px;
}
}
.blog-single {
	max-width: 64.5em;
}
.product-tab-content .headexpand-wrap td {
	border-right: 1px solid #dadada;
	border-left: 1px solid #dadada;
}
.videowrapper {
	position: relative;
	padding-bottom: 56%;
}
.videowrapper iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	border: 1px solid #000;
	width: 100%;
}
.videowrapper-new {
	padding-bottom: 56%;
}
.videowrapper-new div {
	float: none;
	margin-bottom: 15px;/* @include mq(medium) {
                width: 100%;
         }*/ }
 @media (min-width: 60em) {
.videowrapper-new div {
	float: left;
	width: 450px;
	margin-left: 43px;
	margin-right: 43px;
}
}
.videowrapper-new div iframe {
	width: 100%;
}
.right-align {
	text-align: center;
}
 @media (min-width: 40em) {
.right-align {
	text-align: right;
}
}
/*=============== Resource Offers Module - 3 Layout Options ===============*/
.resource-offers-module {
	background-size: cover;
	background: #1e5799;
	/* Old browsers */
  background: #ffffff;
	/* Old browsers */
  background: -moz-linear-gradient(left, #ffffff 0%, #e0e0e0 100%);
	/* FF3.6-15 */
  background: -webkit-linear-gradient(left, #ffffff 0%, #e0e0e0 100%);
	/* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #ffffff 0%, #e0e0e0 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e0e0e0', GradientType=1 );
/* IE6-9 */
  /*.inner-wrap {
        max-width: 75em;
    }*/ }
.resource-offers-module .btn-ebook {
	background-color: #163578;
	text-decoration: none;
	font-size: 1.0625em;
	position: relative;
	padding: .75em 3em 0.75em 1.5em;
	font-weight: 400;
	color: #ffffff;
}
.resource-offers-module .btn-ebook:after {
	position: absolute;
	content: '';
	right: 20px;
	top: 10px;
	bottom: 0;
	height: 25px;
	width: 25px;
	background-image: url(download.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-color: transparent;
}
.ro-bucket {
	overflow: hidden;
	margin-bottom: 2em;
}
.ro-bucket .ro-cta-1 {
	font-size: 1.125em;
}
 @media (min-width: 40em) {
.ro-bucket {
	margin-bottom: 1em;
	margin-top: 0;
}
}
.ro-header {
	position: relative;
}
.ro-header a {
	text-decoration: none;
}
.ro-header a:after {
	content: "";
	position: absolute;
	width: 1.3333333333em;
	height: 0.0555555556em;
	background: #cc0000;
	bottom: -31px;
	left: 0;
}
.ro-layout-1 {
	clear: both;
	text-align: center;
}
.ro-layout-1 .ro-bucket {
	max-width: 75em;
	margin-left: auto;
	margin-right: auto;
	overflow: visible;
}
.ro-layout-1 .ro-header {
	font-size: 1.5625em;
	font-weight: 100;
	margin-bottom: 2.48em;
	display: inline-block;
}
.ro-layout-1 .ro-header a {
	text-decoration: none;
	color: #163578;
}
.ro-layout-1 .ro-subtext {
	margin-bottom: 2.5em;
}
.ro-layout-1 .ro-subtext a {
	color: #333;
	text-decoration: none;
}
.ro-layout-1 .ro-cta-1 {
	margin-top: 1em;
	margin-bottom: 1em;
}
.ro-layout-1 .ro-visual-wrap .ro-visual {
	display: none;
}
 @media (min-width: 40em) {
.ro-layout-1 {
	text-align: left;
}
.ro-layout-1 .inner-wrap, .ro-layout-1 .inner-wrap-narrow, .ro-layout-1 .inner-wrap-wide, .ro-layout-1 .inner-wrap-fullwidth {
	padding: 5em 1.5em 5em 1.5em;
}
.ro-layout-1 .ro-header a {
	font-size: 1.44em;
}
.ro-layout-1 .ro-content {
	float: left;
	display: block;
	margin-right: 2.3576515979%;
	width: 65.8807828007%;
}
.ro-layout-1 .ro-content:last-child {
	margin-right: 0;
}
.ro-layout-1 .ro-content .ro-visual {
	display: none;
}
.ro-layout-1 .ro-subtext {
	font-size: 1.1875em;
}
.ro-layout-1 .ro-cta-1 {
	margin-right: 1em;
}
.ro-layout-1 .ro-visual-wrap {
	float: left;
	display: block;
	margin-right: 2.3576515979%;
	width: 31.7615656014%;
	float: right;
}
.ro-layout-1 .ro-visual-wrap:last-child {
	margin-right: 0;
}
.ro-layout-1 .ro-visual-wrap .ro-visual {
	display: block;
}
}
 @media (min-width: 80em) {
.ro-layout-1 .ro-visual-wrap {
	float: left;
	display: block;
	margin-right: 2.3576515979%;
	width: 31.7615656014%;
	float: right;
}
.ro-layout-1 .ro-visual-wrap:last-child {
	margin-right: 0;
}
.ro-layout-1 .ro-visual-wrap .ro-visual {
	padding-left: 3em;
}
}
.ro-layout-2 {
	clear: both;
}
.ro-layout-2 .ro-bucket {
	margin-bottom: 10px;
	display: inline-block;
}
.ro-layout-2 .ro-bucket:first-child {
	border-right: 1px solid #e5e5e5;
}
 @media (min-width: 40em) {
.ro-layout-2 .inner-wrap, .ro-layout-2 .inner-wrap-narrow, .ro-layout-2 .inner-wrap-wide, .ro-layout-2 .inner-wrap-fullwidth {
	padding: 5em 1.5em 5em 1.5em;
}
.ro-layout-2 .ro-bucket:first-child {
	border-right: none;
}
.ro-layout-2 .ro-bucket .ro-visual-wrap {
	margin-top: 40px;
}
}
.ro-layout-2 .ro-header {
	margin-bottom: 62px;
	font-size: 2.25em;
	margin-top: 10px;
	display: inline-block;
	font-weight: 400;
}
.ro-layout-2 .ro-header a {
	color: #163578;
}
 @media (max-width: 40em) {
.ro-layout-2 .ro-header a:after {
	left: 0;
	right: 0;
	margin: 0 auto;
}
}
.ro-layout-2 .ro-bucket {
	overflow: visible;
}
 @media (max-width: 40em) {
.ro-layout-2 .ro-bucket {
	text-align: center;
	margin-bottom: 40px;
}
}
 @media (min-width: 60em) {
.ro-layout-2 .ro-bucket {
	float: left;
	display: block;
	margin-right: 2.3576515979%;
	width: 48.821174201%;
}
.ro-layout-2 .ro-bucket:last-child {
	margin-right: 0;
}
}
 @media (min-width: 40em) {
.ro-layout-2 .ro-content {
	float: left;
	display: block;
	margin-right: 2.3576515979%;
	width: 48.821174201%;
	width: 53%;
}
.ro-layout-2 .ro-content:last-child {
	margin-right: 0;
}
}
.ro-layout-2 .ro-content .ro-visual {
	display: none;
}
.ro-layout-2 .ro-content .ro-subtext {
	font-size: 19px;
	line-height: 30px;
	margin-bottom: 43px;
}
.ro-layout-2 .ro-content .ro-subtext a {
	color: #333;
	text-decoration: none;
}
.ro-layout-2 .ro-visual-wrap {
	max-width: 350px;
	margin: auto;
}
 @media (min-width: 40em) {
.ro-layout-2 .ro-visual-wrap {
	float: left;
	display: block;
	margin-right: 2.3576515979%;
	width: 48.821174201%;
	width: 38%;
}
.ro-layout-2 .ro-visual-wrap:last-child {
	margin-right: 0;
}
}
.ro-layout-2 .custcta2 {
	color: #d66060 !important;
}
.ro-layout-3 {
	clear: both;
	padding-bottom: 3em;
}
.ro-layout-3 .ro-bucket {
	border-bottom: 1px solid #e5e5e5;
}
.ro-layout-3 .ro-bucket:last-child {
	border-bottom: none;
}
 @media (min-width: 40em) {
.ro-layout-3 .ro-bucket {
	border-right: 1px solid #e5e5e5;
	border-bottom: none;
}
.ro-layout-3 .ro-bucket:last-child {
	border-right: none;
}
}
.ro-layout-3 .ro-header {
	padding: 0 1em;
	margin-left: auto;
	margin-right: auto;
	margin-top: .75em;
	max-width: 12em;
	display: block;
	font-size: 19px;
	margin-bottom: 62px;
	font-size: 32px;
}
.ro-layout-3 .ro-header a {
	color: #163578;
	font-weight: 400;
}
.ro-layout-3 .ro-header a:after {
	left: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.ro-layout-3 .ro-cta-1 {
	margin-top: .5em;
	display: inline-block;
}
 @media (min-width: 40em) {
.ro-layout-3 .ro-cta-1 {
	margin-top: 1em;
}
}
.ro-layout-3 .ro-subtext {
	display: none;
}
.ro-layout-3 .ro-bucket {
	text-align: center;
	width: 100%;
	overflow: hidden;
	padding-bottom: 1.25em;
}
 @media (min-width: 40em) {
.ro-layout-3 .ro-bucket {
	width: 33.33%;
	float: left;
	padding-bottom: 0;
}
}
.ro-layout-3 .ro-visual-wrap {
	display: none;
}
.ro-layout-3 .ro-visual {
	max-width: 14.0625em;
}
.ro-layout-3 .img-wrapper {
	display: inherit;
}
.blog-feed h2 {
	color: #163578;
}
#search_product {
	width: 45%;
	float: left;
	margin-bottom: 0.9375em;
}
 @media (min-width: 40em) {
#search_product {
	font-size: 0.875em;
}
}
 @media (min-width: 60em) {
#search_product {
	font-size: 1.0625em;
}
}
#reset_product {
	width: 45%;
	float: right;
	margin-bottom: 0.9375em;
}
 @media (min-width: 40em) {
#reset_product {
	font-size: 0.875em;
}
}
 @media (min-width: 60em) {
#reset_product {
	font-size: 1.0625em;
}
}
.testimonials-module {
	background-color: #f9f8f8;
}
.testimonialflexslider {
	position: relative;
}
.testimonialflexslider .slider-img {
	display: block;
	text-align: center;
	position: absolute;
	height: 100%;
	width: 35em;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}
.testimonialflexslider .slider-img a {
	display: block;
	height: 100%;
	width: 100%;
}
.testimonialflexslider .slider-img a.tm_video:after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background-image: url(play-white.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 6.25em 6.25em;
	width: 6.25em;
	height: 6.25em;
}
.testimonialflexslider .slider-img a img {
	display: block;
	width: 100%;
}
 @media (max-width: 40em) {
.testimonialflexslider .slider-img {
	position: initial;
	height: 300px;
	display: none;
}
}
 @media (min-width: 40em) {
.testimonialflexslider .slider-img {
	float: left;
}
}
 @media (min-width: 80em) {
.testimonialflexslider .slider-img {
	overflow: hidden;
}
}
.testimonialflexslider .slider-text {
	display: inline-block;
	vertical-align: top;
	padding: 1.875em 3.75em;
	margin-left: 35em;
	width: auto;
}
.testimonialflexslider .slider-text .tm_link {
	margin-top: 1em;
}
 @media (max-width: 40em) {
.testimonialflexslider .slider-text {
	margin-left: 0;
}
.testimonialflexslider .slider-text p.slide-text-small {
	font-size: 1em;
}
}
 @media (min-width: 40em) {
.testimonialflexslider .slider-text {
	padding: 1.875em 1.25em 1.875em 3.75em;
}
}
 @media (min-width: 80em) {
.testimonialflexslider .slider-text {
	padding: 2.0625em 1.25em 2.0625em 3.75em;
}
}
.testimonialflexslider span.sub-heading {
	font-size: 1.25em;
	color: #d84242;
}
.testimonialflexslider h2.slide-text-large {
	font-size: 1.75em;
	color: #163578;
	position: relative;
}
.testimonialflexslider h2.slide-text-large:after {
	content: "";
	position: absolute;
	width: 1.3333333333em;
	height: 0.0555555556em;
	background: #cc0000;
	bottom: -10px;
	left: 0;
}
 @media (min-width: 40em) {
.testimonialflexslider h2.slide-text-large {
	font-size: 2.5em;
}
}
.testimonialflexslider p.slide-text-small {
	font-size: 1.1875em;
	color: #333333;
	font-weight: 400;
	display: inline-block;
	font-style: italic;
	font-family: Roboto;
}
 @media (min-width: 40em) {
.testimonialflexslider p.slide-text-small {
	width: 100%;
	max-width: 43.3333333333em;
}
}
.testimonialflexslider span.cust-name {
	display: block;
	font-size: 1.375em;
	color: #163578;
	font-style: italic;
}
.testimonialflexslider span.com-name {
	display: block;
	font-size: 1.125em;
}
.testimonialflexslider .flex-direction-nav .flex-prev {
	top: auto;
	bottom: 30%;
}
.testimonialflexslider .flex-direction-nav .flex-prev:before {
	background-image: url(prev.png);
}
 @media (min-width: 40em) {
.testimonialflexslider .flex-direction-nav .flex-prev {
	opacity: .3;
	left: auto;
	right: 2%;
	top: 10%;
}
}
.testimonialflexslider .flex-direction-nav .flex-next {
	top: auto;
	bottom: 30%;
}
.testimonialflexslider .flex-direction-nav .flex-next:before {
	background-image: url(next.png);
}
 @media (min-width: 40em) {
.testimonialflexslider .flex-direction-nav .flex-next {
	right: 2%;
	top: auto;
	bottom: 10%;
}
}
.testimonialflexslider .flex-direction-nav .flex-next .flex-control-paging {
	display: none !important;
}
 @media (min-width: 40em) {
.slider-content {
	font-size: 1.25vw;
}
}
 @media (min-width: 80em) {
.slider-content {
	font-size: 1em;
}
}
 @media (min-width: 40em) {
.tab-slider-wrapper {
	float: right;
	padding-top: 3.125em;
	padding-left: 1.25em;
}
}
.dest-carousel {
	margin: 0 auto;
	position: relative;
	max-width: 28em;
	z-index: 999;
}
 @media (min-width: 40em) {
.dest-carousel {
	max-width: 25.25em;
	width: 400px;
}
}
.dest-carousel #slider li img {
	border: none;
	display: block;
	margin: 0 auto;
	max-height: 225px;
}
.dest-carousel #slider .flex-direction-nav a {
	top: 35%;
	background: white;
	opacity: 0.7 !important;
}
.dest-carousel #carousel {
	margin-top: 15px;
}
.dest-carousel #carousel .slides img {
	border-right: none;
	max-height: 3.75em;
	max-width: 8.125em;
	display: block;
	margin: 0 auto;
}
 @media (min-width: 60em) {
.dest-carousel #carousel .slides img {
	border: none;
	height: 6.0625em;
	max-width: 6.375em;
	cursor: pointer;
}
}
.dest-carousel #carousel .flex-direction-nav {
	display: none;
}
#slider1 .flex-control-nav {
	bottom: 0;
}
#slider1 .flex-control-nav .flex-active {
	background: white;
}
.trs-module {
	text-align: center;
}
.trs-module a {
	text-decoration: none;
}
.trs-module a h3.trs-resource-title {
	display: block;
	margin: 0 auto;
	font-size: 1.0625em;
	font-weight: unset;
	line-height: 1.2941176471em;
}
a {
	text-decoration: none;
}
a h4.li-title {
	display: block;
	margin: 0 auto;
	font-size: 1.0625em;
	font-weight: unset;
	line-height: 1.2941176471em;
	text-align: center;
}
.newsletter-form {
	max-width: 48.125em;
	width: 90%;
	padding: 1.25em;
	margin: 0 auto;
	background-color: #ffffff;
	position: relative;
}
.email-subscribe-module {
	background-color: #11295d;
}
.email-subscribe-module div span {
	display: inline-block;
}
.email-subscribe-module div span.text {
	color: white;
	font-size: 1.5em;
}
.email-subscribe-module div span.sub-button {
	float: right;
}
.email-subscribe-module div span.sub-button a {
	float: right;
}
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
 *zoom: 1;
}
.alignright {
	display: block;
	padding-bottom: 1.5em;
}
.alignleft {
	display: block;
	padding-bottom: 1.5em;
}
.aligncenter {
	display: block;
	margin: 0 auto;
}
 @media (min-width: 40em) {
.alignright {
	display: block;
	float: right;
	padding-bottom: 1.5em;
	padding-left: 1.5em;
}
.alignleft {
	display: block;
	float: left;
	padding-bottom: 1.5em;
	padding-right: 1.5em;
}
.aligncenter {
	display: block;
	margin: 0 auto;
}
}
.text-alignright {
	text-align: right;
}
.text-alignleft {
	text-align: left;
}
.text-aligncenter {
	text-align: center;
}
.clearboth {
	clear: both;
	display: block;
}
.spacing-bottom {
	margin-bottom: 2em;
}
.spacing-top {
	margin-top: 2em;
}
/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets
*********************************/
.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
	outline: none;
}
.slides, .flex-control-nav, .flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
/* Icon Fonts - Removed
*********************************/
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
	margin: 0;
	padding: 0;
}
.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
}
/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
	width: 100%;
	display: block;
	height: 549px;
}
.flex-pauseplay span {
	text-transform: capitalize;
}
/* Clearfix for the .slides element */
.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .slides {
	display: block;
}
* html .slides {
	height: 1%;
}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
	display: block;
}
/* FlexSlider Default Theme
*********************************/
.flexslider {
	margin: 0;
	background: transparent;
	border: 0;
	position: relative;
	zoom: 1;
}
.flex-viewport {
	max-height: 125em;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.loading .flex-viewport {
	max-height: 300px;
}
.flexslider .slides {
	zoom: 1;
	max-height: 549px;
}
.carousel li {
	margin-right: 5px;
}
/* Direction Nav */
.flex-direction-nav {
 *height: 0;
}
.flex-direction-nav a {
	text-decoration: none;
	display: block;
	width: 40px;
	height: 40px;
	margin: -20px 0 0;
	position: absolute;
	top: 57%;
	z-index: 10;
	overflow: hidden;
	opacity: 0;
	cursor: pointer;
	color: rgba(0, 0, 0, 0.8);
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
.flex-direction-nav .flex-prev {
	left: -50px;
}
.flex-direction-nav .flex-next {
	right: -50px;
	text-align: right;
}
.flexslider:hover .flex-prev {
	left: 10px;
}
.flexslider:hover .flex-next {
	right: 10px;
}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
	opacity: 1;
}
.flex-direction-nav .flex-disabled {
	opacity: 0 !important;
	filter: alpha(opacity=0);
	cursor: default;
}
.flex-direction-nav a:before {
	display: block;
	content: '';
	height: 2.5em;
	background-size: 40px;
	background-repeat: no-repeat;
	background-image: url(ico-arrow-left.svg);
}
/*{ font-family: "flexslider-icon"; font-size: 40px; line-height:1; display: inline-block; content: '\f001'; }*/
.flex-direction-nav a.flex-next:before {
	background-image: url(ico-arrow-right.svg);
}
/*{ content: '\f002'; }*/
/* Pause/Play */
.flex-pauseplay a {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	bottom: 5px;
	left: 10px;
	opacity: 0.8;
	z-index: 10;
	overflow: hidden;
	cursor: pointer;
	color: #000;
}
.flex-pauseplay a:before {
	font-family: "flexslider-icon";
	font-size: 20px;
	display: inline-block;
	content: '\f004';
}
.flex-pauseplay a:hover {
	opacity: 1;
}
.flex-pauseplay a.flex-play:before {
	content: '\f003';
}
/* Control Nav */
.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: -40px;
	text-align: center;
}
.flex-control-nav li {
	margin: 0 6px;
	display: inline-block;
	zoom: 1;
 *display: inline;
}
.flex-control-paging li a {
	width: 11px;
	height: 11px;
	display: block;
	background: #666;
	background: rgba(0, 0, 0, 0.5);
	cursor: pointer;
	text-indent: -9999px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	-o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.flex-control-paging li a:hover {
	background: #333;
	background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
	background: #000;
	background: rgba(0, 0, 0, 0.9);
	cursor: default;
}
.flex-control-thumbs {
	margin: 5px 0 0;
	position: static;
	overflow: hidden;
}
.flex-control-thumbs li {
	width: 25%;
	float: left;
	margin: 0;
}
.flex-control-thumbs img {
	width: 100%;
	display: block;
	opacity: .7;
	cursor: pointer;
}
.flex-control-thumbs img:hover {
	opacity: 1;
}
.flex-control-thumbs .flex-active {
	opacity: 1;
	cursor: default;
}
/*
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev { opacity: 1; left: 10px;}
  .flex-direction-nav .flex-next { opacity: 1; right: 10px;}
}
*/
.flex-direction-nav .flex-prev {
	opacity: .3;
	left: 10px;
}
.flex-direction-nav .flex-next {
	opacity: .3;
	right: 10px;
}
/* Magnific Popup CSS */
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden;
}
.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
	display: none;
}
.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
}
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto;
}
.mfp-ajax-cur {
	cursor: progress;
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}
.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
	cursor: auto;
}
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
.mfp-loading.mfp-figure {
	display: none;
}
.mfp-hide {
	display: none !important;
}
.mfp-preloader {
	color: #CCC;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044;
}
.mfp-preloader a {
	color: #CCC;
}
.mfp-preloader a:hover {
	color: #FFF;
}
.mfp-s-ready .mfp-preloader {
	display: none;
}
.mfp-s-error .mfp-content {
	display: none;
}
button.mfp-close, button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	-webkit-box-shadow: none;
	box-shadow: none;
}
 button::-moz-focus-inner {
 padding: 0;
 border: 0;
}
.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: 0.65;
	filter: alpha(opacity=65);
	padding: 0 0 18px 10px;
	color: #FFF;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
	opacity: 1;
	filter: alpha(opacity=100);
}
.mfp-close:active {
	top: 1px;
}
.mfp-close-btn-in .mfp-close {
	color: #333;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
	color: #FFF;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%;
}
.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #CCC;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap;
}
.mfp-arrow {
	position: absolute;
	opacity: 0.65;
	filter: alpha(opacity=65);
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
	margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
	opacity: 1;
	filter: alpha(opacity=100);
}
.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent;
}
.mfp-arrow:after, .mfp-arrow .mfp-a {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px;
}
.mfp-arrow:before, .mfp-arrow .mfp-b {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: 0.7;
}
.mfp-arrow-left {
	left: 0;
}
.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
	border-right: 17px solid #FFF;
	margin-left: 31px;
}
.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
	margin-left: 25px;
	border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
	right: 0;
}
.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
	border-left: 17px solid #FFF;
	margin-left: 39px;
}
.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
	border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
	top: -40px;
}
.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #000;
}
/* Main image in popup */
img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
	line-height: 0;
}
.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #444;
}
.mfp-figure small {
	color: #BDBDBD;
	display: block;
	font-size: 12px;
	line-height: 14px;
}
.mfp-figure figure {
	margin: 0;
}
.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
}
.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #F3F3F3;
	word-wrap: break-word;
	padding-right: 36px;
}
.mfp-image-holder .mfp-content {
	max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}
 @media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
/**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
	padding-left: 0;
	padding-right: 0;
}
.mfp-img-mobile img.mfp-img {
	padding: 0;
}
.mfp-img-mobile .mfp-figure:after {
	top: 0;
	bottom: 0;
}
.mfp-img-mobile .mfp-figure small {
	display: inline;
	margin-left: 5px;
}
.mfp-img-mobile .mfp-bottom-bar {
	background: rgba(0, 0, 0, 0.6);
	bottom: 0;
	margin: 0;
	top: auto;
	padding: 3px 5px;
	position: fixed;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.mfp-img-mobile .mfp-bottom-bar:empty {
	padding: 0;
}
.mfp-img-mobile .mfp-counter {
	right: 5px;
	top: 3px;
}
.mfp-img-mobile .mfp-close {
	top: 0;
	right: 0;
	width: 35px;
	height: 35px;
	line-height: 35px;
	background: rgba(0, 0, 0, 0.6);
	position: fixed;
	text-align: center;
	padding: 0;
}
}
 @media all and (max-width: 900px) {
.mfp-arrow {
	-webkit-transform: scale(0.75);
	transform: scale(0.75);
}
.mfp-arrow-left {
	-webkit-transform-origin: 0;
	transform-origin: 0;
}
.mfp-arrow-right {
	-webkit-transform-origin: 100%;
	transform-origin: 100%;
}
.mfp-container {
	padding-left: 6px;
	padding-right: 6px;
}
}
.mfp-ie7 .mfp-img {
	padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
	width: 600px;
	left: 50%;
	margin-left: -300px;
	margin-top: 5px;
	padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
	padding: 0;
}
.mfp-ie7 .mfp-content {
	padding-top: 44px;
}
.mfp-ie7 .mfp-close {
	top: 0;
	right: 0;
	padding-top: 0;
}
/*! Tablesaw - v3.1.0 - 2018-12-10
* https://github.com/filamentgroup/tablesaw
* Copyright (c) 2018 Filament Group; Licensed MIT */
.tablesaw {
	width: 100%;
	max-width: 100%;
	empty-cells: show;
	border-collapse: collapse;
	border: 0;
	padding: 0;
}
.tablesaw * {
	box-sizing: border-box;
}
.tablesaw-btn {
	border: 1px solid #ccc;
	border-radius: .25em;
	background: none;
	box-shadow: 0 1px 0 white;
	color: #4a4a4a;
	cursor: pointer;
	display: inline-block;
	margin: 0;
	padding: .5em .85em .4em .85em;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-transform: capitalize;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
a.tablesaw-btn {
	color: #1c95d4;
}
.tablesaw-btn:hover {
	text-decoration: none;
}
/* Default radio/checkbox styling horizonal controlgroups. */
.tablesaw-btn:active {
	background-color: #ddd;
}
 @supports (box-shadow: none) {
 .tablesaw-btn:focus {
 background-color: #fff;
 outline: none;
}
 .tablesaw-btn:focus {
 box-shadow: 0 0 .35em #4faeef !important;
}
}
.tablesaw-btn-select select {
	background: none;
	border: none;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	min-height: 1em;
	opacity: 0;
	color: transparent;
}
.tablesaw-btn select option {
	background: #fff;
	color: #000;
}
.tablesaw-btn {
	display: inline-block;
	width: auto;
	height: auto;
	position: relative;
	top: 0;
}
.tablesaw-btn.btn-small {
	font-size: 1.0625em;
	line-height: 19px;
	padding: .3em 1em .3em 1em;
}
.tablesaw-btn.btn-micro {
	font-size: .8125em;
	padding: .4em .7em .25em .7em;
}
.tablesaw-btn-select {
	padding-right: 1.5em;
	text-align: left;
	display: inline-block;
	color: #4d4d4d;
	padding-right: 2.5em;
	min-width: 7.25em;
}
.tablesaw-btn-select:after {
	content: " ";
	position: absolute;
	background: none;
	background-repeat: no-repeat;
	background-position: .25em .45em;
	content: "\25bc";
	font-size: .55em;
	padding-top: 1.2em;
	padding-left: 1em;
	left: auto;
	right: 0;
	margin: 0;
	top: 0;
	bottom: 0;
	width: 1.8em;
}
.tablesaw-btn-select.btn-small:after, .tablesaw-btn-select.btn-micro:after {
	width: 1.2em;
	font-size: .5em;
	padding-top: 1em;
	padding-right: .5em;
	line-height: 1.65;
	background: none;
	box-shadow: none;
	border-left-width: 0;
}
/* Column navigation buttons for swipe and columntoggle tables */
.tablesaw-advance .tablesaw-btn {
	-webkit-appearance: none;
	-moz-appearance: none;
	box-sizing: border-box;
	text-shadow: 0 1px 0 #fff;
	border-radius: .25em;
}
.tablesaw-advance .tablesaw-btn.btn-micro {
	font-size: .8125em;
	padding: .3em .7em .25em .7em;
}
.tablesaw-advance a.tablesaw-nav-btn:first-child {
	margin-left: 0;
}
.tablesaw-advance a.tablesaw-nav-btn:last-child {
	margin-right: 0;
}
.tablesaw-advance a.tablesaw-nav-btn {
	display: inline-block;
	overflow: hidden;
	width: 1.8em;
	height: 1.8em;
	background-position: 50% 50%;
	margin-left: .25em;
	margin-right: .25em;
	position: relative;
	text-indent: -9999px;
}
.tablesaw-advance a.tablesaw-nav-btn.left:before, .tablesaw-advance a.tablesaw-nav-btn.right:before, .tablesaw-advance a.tablesaw-nav-btn.down:before, .tablesaw-advance a.tablesaw-nav-btn.up:before {
	content: "\0020";
	overflow: hidden;
	width: 0;
	height: 0;
	position: absolute;
}
.tablesaw-advance a.tablesaw-nav-btn.down:before {
	left: .5em;
	top: .65em;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #808080;
}
.tablesaw-advance a.tablesaw-nav-btn.up:before {
	left: .5em;
	top: .65em;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #808080;
}
.tablesaw-advance a.tablesaw-nav-btn.left:before, .tablesaw-advance a.tablesaw-nav-btn.right:before {
	top: .45em;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
}
.tablesaw-advance a.tablesaw-nav-btn.left:before {
	left: .6em;
	border-right: 5px solid #808080;
}
.tablesaw-advance a.tablesaw-nav-btn.right:before {
	left: .7em;
	border-left: 5px solid #808080;
}
.tablesaw-advance a.tablesaw-nav-btn.disabled {
	opacity: .25;
	cursor: default;
	pointer-events: none;
}
/* Table Toolbar */
.tablesaw-bar {
	clear: both;
}
.tablesaw-bar * {
	box-sizing: border-box;
}
.tablesaw-bar-section {
	float: left;
}
.tablesaw-bar-section label {
	font-size: .875em;
	padding: .5em 0;
	clear: both;
	display: block;
	color: #888;
	margin-right: .5em;
	text-transform: uppercase;
}
.tablesaw-btn, .tablesaw-enhanced .tablesaw-btn {
	margin-top: .5em;
	margin-bottom: .5em;
}
.tablesaw-btn-select, .tablesaw-enhanced .tablesaw-btn-select {
	margin-bottom: 0;
}
/* TODO */
.tablesaw-bar .tablesaw-bar-section .tablesaw-btn {
	margin-left: .4em;
	margin-top: 0;
	text-transform: uppercase;
	border: none;
	box-shadow: none;
	background: transparent;
	font-size: 1em;
	padding-left: .3em;
}
.tablesaw-bar .tablesaw-bar-section .btn-select {
	min-width: 0;
}
.tablesaw-bar .tablesaw-bar-section .btn-select:after {
	padding-top: .9em;
}
.tablesaw-bar .tablesaw-bar-section select {
	color: #888;
	text-transform: none;
	background: transparent;
}
 .tablesaw-bar-section ~ table {
 clear: both;
}
.tablesaw-bar-section .abbreviated {
	display: inline;
}
.tablesaw-bar-section .longform {
	display: none;
}
 @media (min-width: 24em) {
.tablesaw-bar-section .abbreviated {
	display: none;
}
.tablesaw-bar-section .longform {
	display: inline;
}
}
.tablesaw th, .tablesaw td {
	padding: .5em .7em;
	text-align: left;
	vertical-align: middle;
}
.tablesaw-sortable-btn {
	/* same as cell padding above */
  padding: .5em .7em;
}
.tablesaw thead th {
	text-align: left;
}
/* Table rows have a gray bottom stroke by default */
.tablesaw-row-border tr {
	border-bottom: 1px solid #dfdfdf;
}
/* Zebra striping */
.tablesaw-row-zebra tr:nth-child(2n) {
	background-color: #f8f8f8;
}
.tablesaw caption {
	text-align: left;
	margin: .59375em 0;
}
.tablesaw-swipe .tablesaw-swipe-cellpersist {
	border-right: 2px solid #e4e1de;
}
.tablesaw-swipe-shadow .tablesaw-swipe-cellpersist {
	border-right-width: 1px;
}
.tablesaw-swipe-shadow .tablesaw-swipe-cellpersist {
	box-shadow: 3px 0 4px -1px #e4e1de;
}
.tablesaw-stack td .tablesaw-cell-label, .tablesaw-stack th .tablesaw-cell-label {
	display: none;
}

/* Mobile first styles: Begin with the stacked presentation at narrow widths */
/* Support note IE9+: @media only all */
@media only all {
/* Show the table cells as a block level element */
  .tablesaw-stack {
	clear: both;
}
.tablesaw-stack td,  .tablesaw-stack th {
	text-align: left;
	display: block;
}
.tablesaw-stack tr {
	clear: both;
	display: table-row;
}
/* Make the label elements a percentage width */
  .tablesaw-stack td .tablesaw-cell-label,  .tablesaw-stack th .tablesaw-cell-label {
	display: inline-block;
	padding: 0 .6em 0 0;
	width: 30%;
}
/* For grouped headers, have a different style to visually separate the levels by classing the first label in each col group */
  .tablesaw-stack th .tablesaw-cell-label-top,  .tablesaw-stack td .tablesaw-cell-label-top {
	display: block;
	padding: .4em 0;
	margin: .4em 0;
}
.tablesaw-cell-label {
	display: block;
}
/* Avoid double strokes when stacked */
  .tablesaw-stack tbody th.group {
	margin-top: -1px;
}
/* Avoid double strokes when stacked */
  .tablesaw-stack th.group b.tablesaw-cell-label {
	display: none !important;
}
}
 @media (max-width: 39.9375em) {
/* Table rows have a gray bottom stroke by default */
  .tablesaw-stack tbody tr {
	display: block;
	width: 100%;
	border-bottom: 1px solid #dfdfdf;
}
.tablesaw-stack thead td,  .tablesaw-stack thead th {
	display: none;
}
.tablesaw-stack tbody td,  .tablesaw-stack tbody th {
	display: block;
	float: left;
	clear: left;
	width: 100%;
}
.tablesaw-cell-label {
	vertical-align: top;
}
.tablesaw-cell-content {
	display: inline-block;
	max-width: 67%;
}
.tablesaw-stack .tablesaw-stack-block .tablesaw-cell-label,  .tablesaw-stack .tablesaw-stack-block .tablesaw-cell-content {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0;
}
.tablesaw-stack td:empty,  .tablesaw-stack th:empty {
	display: none;
}
}

/* Media query to show as a standard table at 560px (35em x 16px) or wider */
@media (min-width: 40em) {
.tablesaw-stack tr {
	display: table-row;
}
/* Show the table header rows */
  .tablesaw-stack td,  .tablesaw-stack th,  .tablesaw-stack thead td,  .tablesaw-stack thead th {
	display: table-cell;
	margin: 0;
}
/* Hide the labels in each cell */
  .tablesaw-stack td .tablesaw-cell-label,  .tablesaw-stack th .tablesaw-cell-label {
	display: none !important;
}
}
.tablesaw-fix-persist {
	table-layout: fixed;
}
 @media only all {
/* Unchecked manually: Always hide */
  .tablesaw-swipe th.tablesaw-swipe-cellhidden,  .tablesaw-swipe td.tablesaw-swipe-cellhidden {
	display: none;
}
}
.tablesaw-overflow {
	position: relative;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
/* More in skin.css */ }
.tablesaw-overflow > .tablesaw {
	margin-top: 2px;
/* sortable focus rings are clipped */ }
/* Used for a11y text on button: "Columns" */
.tablesaw-columntoggle-btn span {
	text-indent: -9999px;
	display: inline-block;
}
.tablesaw-columntoggle-btnwrap {
	position: relative;
/* for dialog positioning */ }
.tablesaw-columntoggle-btnwrap .dialog-content {
	padding: .5em;
}
.tablesaw-columntoggle tbody td {
	line-height: 1.5;
}
/* Remove top/bottom margins around the fieldcontain on check list */
.tablesaw-columntoggle-popup {
	display: none;
}
.tablesaw-columntoggle-btnwrap.visible .tablesaw-columntoggle-popup {
	display: block;
	position: absolute;
	top: 2em;
	right: 0;
	background-color: #fff;
	padding: .5em .8em;
	border: 1px solid #ccc;
	box-shadow: 0 1px 2px #ccc;
	border-radius: .2em;
	z-index: 1;
}
.tablesaw-columntoggle-popup fieldset {
	margin: 0;
}

/* Hide all prioritized columns by default */
@media only all {
.tablesaw-columntoggle th.tablesaw-priority-6,  .tablesaw-columntoggle td.tablesaw-priority-6,  .tablesaw-columntoggle th.tablesaw-priority-5,  .tablesaw-columntoggle td.tablesaw-priority-5,  .tablesaw-columntoggle th.tablesaw-priority-4,  .tablesaw-columntoggle td.tablesaw-priority-4,  .tablesaw-columntoggle th.tablesaw-priority-3,  .tablesaw-columntoggle td.tablesaw-priority-3,  .tablesaw-columntoggle th.tablesaw-priority-2,  .tablesaw-columntoggle td.tablesaw-priority-2,  .tablesaw-columntoggle th.tablesaw-priority-1,  .tablesaw-columntoggle td.tablesaw-priority-1,  .tablesaw-columntoggle th.tablesaw-priority-0,  .tablesaw-columntoggle td.tablesaw-priority-0 {
	display: none;
}
}
.tablesaw-columntoggle-btnwrap .dialog-content {
	top: 0 !important;
	right: 1em;
	left: auto !important;
	width: 12em;
	max-width: 18em;
	margin: -.5em auto 0;
}
.tablesaw-columntoggle-btnwrap .dialog-content:focus {
	outline-style: none;
}

/* Preset breakpoints if "" class added to table */
/* Show priority 1 at 320px (20em x 16px) */
@media (min-width: 20em) {
.tablesaw-columntoggle th.tablesaw-priority-1,  .tablesaw-columntoggle td.tablesaw-priority-1 {
	display: table-cell;
}
}

/* Show priority 2 at 480px (30em x 16px) */
@media (min-width: 30em) {
.tablesaw-columntoggle th.tablesaw-priority-2,  .tablesaw-columntoggle td.tablesaw-priority-2 {
	display: table-cell;
}
}

/* Show priority 3 at 640px (40em x 16px) */
@media (min-width: 40em) {
.tablesaw-columntoggle th.tablesaw-priority-3,  .tablesaw-columntoggle td.tablesaw-priority-3 {
	display: table-cell;
}
.tablesaw-columntoggle tbody td {
	line-height: 2;
}
}

/* Show priority 4 at 800px (50em x 16px) */
@media (min-width: 50em) {
.tablesaw-columntoggle th.tablesaw-priority-4,  .tablesaw-columntoggle td.tablesaw-priority-4 {
	display: table-cell;
}
}

/* Show priority 5 at 960px (60em x 16px) */
@media (min-width: 60em) {
.tablesaw-columntoggle th.tablesaw-priority-5,  .tablesaw-columntoggle td.tablesaw-priority-5 {
	display: table-cell;
}
}

/* Show priority 6 at 1,120px (70em x 16px) */
@media (min-width: 70em) {
.tablesaw-columntoggle th.tablesaw-priority-6,  .tablesaw-columntoggle td.tablesaw-priority-6 {
	display: table-cell;
}
}
 @media only all {
/* Unchecked manually: Always hide */
  .tablesaw-columntoggle th.tablesaw-toggle-cellhidden,  .tablesaw-columntoggle td.tablesaw-toggle-cellhidden {
	display: none;
}
/* Checked manually: Always show */
  .tablesaw-columntoggle th.tablesaw-toggle-cellvisible,  .tablesaw-columntoggle td.tablesaw-toggle-cellvisible {
	display: table-cell;
}
}
.tablesaw-columntoggle-popup .tablesaw-btn-group > label {
	display: block;
	padding: .2em 0;
	white-space: nowrap;
	cursor: default;
}
.tablesaw-columntoggle-popup .tablesaw-btn-group > label input {
	margin-right: .8em;
}
.tablesaw-sortable-head {
	position: relative;
	vertical-align: top;
}
/* Override */
.tablesaw .tablesaw-sortable-head {
	padding: 0;
}
.tablesaw-sortable-btn {
	min-width: 100%;
	color: inherit;
	background: transparent;
	border: 0;
	text-align: inherit;
	font: inherit;
	text-transform: inherit;
}
.tablesaw-sortable-arrow:after {
	display: inline-block;
	width: 10px;
	height: 14px;
	content: " ";
	margin-left: .3125em;
}
.tablesaw-sortable-ascending .tablesaw-sortable-arrow:after, .tablesaw-sortable-descending .tablesaw-sortable-arrow:after {
	content: "\0020";
}
.tablesaw-sortable-ascending .tablesaw-sortable-arrow:after {
	content: "\2191";
}
.tablesaw-sortable-descending .tablesaw-sortable-arrow:after {
	content: "\2193";
}
.tablesaw-advance {
	float: right;
}
.tablesaw-advance.minimap {
	margin-right: .4em;
}
.tablesaw-advance-dots {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}
.tablesaw-advance-dots li {
	display: table-cell;
	margin: 0;
	padding: .4em .2em;
}
.tablesaw-advance-dots li i {
	width: .25em;
	height: .25em;
	background: #555;
	border-radius: 100%;
	display: inline-block;
}
.tablesaw-advance-dots-hide {
	opacity: .25;
	cursor: default;
	pointer-events: none;
}
/* 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]
*/
