/*
Theme Name: Survival Armor
Version: 2016
Author: BOOST Creative
Author URI: https://boostcreative.com/
*/

/* Base */
html,
body {
	font-family: 'pt-sans', sans-serif;
}

h1,
h2,
h3,
h4 {
	font-family: 'pt-sans', sans-serif;
	line-height: 1.125;
}
h1 a,
h2 a,
h3 a,
h4 a {
	color: inherit;
}

a {
	color: #da372b;
}
a:hover,
a:focus {
	color: #da372b;
}

label {
	font-weight: 600;
	color: #fff;
}

table thead {
	background: #424242;
	color: #fff;
}
table thead tr th {
	font-weight: 700;
	text-transform: uppercase;
}
table tbody td {
	color: #fff;
	background: rgba(0, 0, 0, 0.8);
}

[type='color'],
[type='date'],
[type='datetime-local'],
[type='datetime'],
[type='email'],
[type='month'],
[type='number'],
[type='password'],
[type='search'],
[type='tel'],
[type='text'],
[type='time'],
[type='url'],
[type='week'],
textarea,
select {
	font-family: inherit;
	background-color: white;
	box-shadow: inset 0 1px 0 1px rgba(0, 0, 0, 0.1);
	border: 1px solid #1a3a5e;
	-webkit-transition: none;
	transition: none;
}
[type='color']:focus,
[type='date']:focus,
[type='datetime-local']:focus,
[type='datetime']:focus,
[type='email']:focus,
[type='month']:focus,
[type='number']:focus,
[type='password']:focus,
[type='search']:focus,
[type='tel']:focus,
[type='text']:focus,
[type='time']:focus,
[type='url']:focus,
[type='week']:focus,
textarea:focus,
select:focus {
	background-color: white;
	box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.2);
	border-color: hsl(210, 56%, 60%);
	-webkit-transition: none;
	transition: none;
}

/* Gravity Forms */
.gform_wrapper {
	margin: 0;
}
.gform_wrapper .gform_fields {
	list-style: none;
	margin: 0;
}
.gform_wrapper .gfield {
	margin-bottom: 0;
}
.gform_body::after {
	content: '';
	display: table;
	clear: both;
}
.gf_left_half,
.ginput_complex .name_first {
	width: 50%;
	padding-right: 0.5rem;
	float: left;
	margin: 0;
}
.gf_right_half,
.ginput_complex .name_last {
	width: 50%;
	padding-left: 0.5rem;
	float: right;
	margin: 0;
}
.gf_right_half + .gfield:not(.gf_right_half) {
	clear: both;
}
.gform_button.button {
	width: 100%;
	max-width: 10rem;
	margin-bottom: 0;
}
.gform_wrapper .validation_error {
	margin-bottom: 1rem;
	color: red;
}
.gfield {
	border: solid transparent;
	border-width: 1px 0;
}
.gfield .validation_message {
	margin: -0.75rem 0 1rem;
	font-size: 0.875rem;
	color: red;
}
.gfield .instruction {
	display: none;
}
.gform_ajax_spinner {
	display: inline-block;
	vertical-align: middle;
	margin-left: 0.5rem;
	border: none !important;
}
.gfield_description {
	font-size: 0.875rem;
	color: #444;
	margin-bottom: 0.25rem;
}
.gfield_error input,
.gfield_error textarea {
	border-color: red;
}
.ginput_complex + .validation_message {
	clear: both;
	position: relative;
	top: -0.75rem;
	margin-bottom: 0.25rem;
}
.ginput_complex label {
	margin: -1rem 0 0.5rem;
	font-weight: 300;
	font-size: 0.875rem;
}
.ginput_container_total {
	margin-bottom: 1rem;
	font-size: 1.25rem;
}
.gform_wrapper .hide-labels .gfield_label {
	display: none;
}
.ginput_recaptcha {
	margin-bottom: 1rem;
}
.gfield_error {
	padding: 0;
}

.gfield .ginput_container_radio .gfield_radio li {
	float: left;
}

/* Maps */
.map-tip-us {
	font-family: 'pt-sans', sans-serif;
	font-size: 14px;
	display: none;
	padding: 10px;
	border: 1px solid #ebeced;
	color: #edeef0;
	z-index: 1000;
	float: left;
	position: absolute;
	/*gradient color*/
	background: #333;
	word-break: keep-all;
	/*white-space: nowrap;*/
	box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.5);
}
.map-tip-us a {
	color: #da372b;
}
/* Components */

.button,
.button.primary {
	font-size: 0.9375rem;
	font-weight: 600;
	text-transform: uppercase;
	padding: 0.75rem 2rem;
	border-radius: 0.1875rem;
	box-shadow: 0 0.125rem 0 rgba(0, 0, 0, 0.6);
	background: #1a3a5e;
}
.button:hover,
.button.primary:hover,
.button:focus,
.button.primary:focus {
	background: #10253b;
}
.button.secondary {
	background: #da372b;
}
.button.secondary:hover,
.button.secondary:focus {
	background: #b1291f;
}

.off-canvas {
	height: 100%;
	background: #222;
}
.off-canvas-content {
	min-height: 100vh;
	background: #151515;
}
.js-off-canvas-exit {
	z-index: 999;
}

.pagination {
	text-align: center;
	margin: 2rem 0 1rem;
}
.pagination a {
	color: #fff;
}
.pagination a:hover,
.pagination a:focus {
	color: #da372b;
}
.pagination .current {
	background: #1a3a5e;
}

.table-layout {
	display: table;
	width: 100%;
}
.table-cell {
	display: table-cell;
	vertical-align: middle;
}

.socialLinks {
	list-style: none;
	margin: 0 -0.125rem;
	color: white;
	font-size: 0;
}
.socialLinks li {
	display: inline-block;
	vertical-align: middle;
	font-size: 1.5rem;
	margin: 0 0.125em;
}
.socialLinks a {
	display: block;
	width: 1em;
	height: 1em;
	background: no-repeat 0 0 / 1em 2em;
}
.socialLinks a:hover,
.socialLinks a:focus {
	background-position: 0 -1em;
}
.socialLinks a[href*='facebook'] {
	background-image: url('img/s-facebook.png');
}
.socialLinks a[href*='twitter'] {
	background-image: url('img/s-twitter.png');
}
.socialLinks a[href*='youtube'] {
	background-image: url('img/s-youtube.png');
}
.socialLinks a[href*='instagram'] {
	background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23C04FBD%22%20d%3D%22M370%20512H142C63.7%20512%200%20448.4%200%20370V142C0%2063.7%2063.6%200%20142%200h228c78.4%200%20142%2063.6%20142%20142v228c0%2078.4-63.6%20142-142%20142%22%2F%3E%3Cg%20fill%3D%22%23FFF%22%3E%3Cpath%20d%3D%22M388.4%20141.2c0-9.7-8-17.6-17.6-17.6-9.8%200-17.7%208-17.7%2017.6S361%20159%20371%20159c9.7%200%2017.6-8%2017.6-17.8M256%20335.4c-42.4%200-79.4-37-79.4-79.4s37-79.4%2079.4-79.4%2079.4%2037%2079.4%2079.4-37%2079.4-79.4%2079.4m0-194.2c-63.6%200-114.8%2051.2-114.8%20114.8S192.4%20370.8%20256%20370.8%20370.8%20319.6%20370.8%20256%20319.6%20141.2%20256%20141.2%22%2F%3E%3Cpath%20d%3D%22M423.7%20374.3c0%2027.4-22%2049.4-49.4%2049.4H137.7c-27.4%200-49.4-22-49.4-49.4V137.7c0-27.4%2022-49.4%2049.4-49.4h236.6c27.4%200%2049.4%2022%2049.4%2049.4v236.6zM370.7%2053H141.3C92.7%2053%2053%2092.7%2053%20141.2v229.6c0%2048.5%2039.7%2088.2%2088.2%2088.2h229.6c48.5%200%2088.2-39.7%2088.2-88.2V141.2c0-48.5-39.7-88.2-88.2-88.2z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E);
	background-position: center;
	background-size: 110%;
	filter: grayscale(1);
	-webkit-filter: grayscale(1);
}
.socialLinks a[href*='instagram']:hover {
	filter: none;
	-webkit-filter: none;
}

.goog-te-gadget-simple .goog-te-menu-value {
	color: #fff !important;
}

.widget {
	margin-bottom: 2rem;
	padding: 1.5rem;
}
.widget-header {
	font: 1.5rem/1 'Techno';
	text-transform: uppercase;
	letter-spacing: 0.05em;
	margin: 0 0 1rem;
}
.widget-header > a {
	display: block;
	margin: -1rem -1.5rem;
	padding: 1rem 1.5rem;
	color: inherit;
}

.navWidget {
	background: #1a3a5e;
	color: white;
}
.navWidget .menu {
	padding-left: 1rem;
	position: relative;
}
.navWidget .menu::before {
	content: '';
	position: absolute;
	top: 1em;
	left: 0;
	bottom: 1em;
	border-left: 1px solid;
}
.navWidget .menu > li {
	position: relative;
}
.navWidget .menu > li > a::before {
	content: '';
	position: absolute;
	top: 16px;
	left: -1rem;
	width: 0.5rem;
	border-top: 1px solid;
}
.navWidget .menu > li > a {
	padding: 0.5rem 0;
	color: inherit;
	outline: none;
	font-weight: bold;
}
.navWidget .menu > li.current-cat > a,
.navWidget .menu > li.current-month > a,
.navWidget .menu > li.current-page-item > a {
	font-weight: 600;
}
.navWidget:nth-child(even) {
	background: #da372b;
}
.navWidget .menu > li.active a,
.navWidget .menu > li.current_page_item a,
.navWidget .menu > li.current-cat-parent > a,
.navWidget .menu > li.current-cat > a {
	background: #da372b;
	margin-left: -10px;
	padding-left: 10px;
	color: #fff;
}
.navWidget .menu > li.current-cat-parent ul li.current-cat a {
	font-weight: bold;
	color: #da372b;
}

.navWidget .menu > li > ul li {
	list-style-type: none;
}
.navWidget .menu > li > ul li a {
	color: #fff;
	font-size: 14px;
}
.navWidget .menu > li > ul li.current_page_item a {
	background: #da372b;
	margin-left: -35px;
	padding-left: 35px;
	color: #fff;
	padding-right: 11px;
}

.contactWidget {
	background: #1a3a5e;
	color: white;
}
.contactWidget .widget-header {
	margin-bottom: 1.5rem;
}
.contactWidget p {
	position: relative;
	padding-left: 1.75rem;
	line-height: 1.25;
}
.contactWidget p:last-child {
	margin-bottom: 0.5rem;
}
.contactWidget a {
	color: white;
}
.contactWidget a:hover,
.contactWidget a:focus {
	text-decoration: underline;
}
.contactWidget svg {
	fill: currentColor;
	position: absolute;
	left: 0;
	top: 0.0625em;
	height: 1.25em;
	width: 1em;
}

.subscribe {
	display: block;
	margin: 0 -0.25rem 1rem;
	font-size: 0;
	max-width: 26.875rem;
}
.subscribe input {
	border: none;
	background: rgba(255, 255, 255, 0.2);
	box-shadow: none;
	display: inline-block;
	margin: 0 0 0.5rem;
	font-size: 0.875rem;
	line-height: 1.25;
	height: auto;
	vertical-align: top;
	color: black;
	height: 2.25rem;
	padding: 0.5rem 0.75rem;
}
.subscribe label {
	display: none;
}
.subscribe p {
	display: inline-block;
	width: 50%;
	padding: 0 0.25rem;
	margin: 0;
}
.subscribe p.email {
	width: calc(100% - 7.25rem);
	padding: 0 0.25rem;
}
.subscribe input:focus {
	border: none;
	box-shadow: none;
}
.subscribe .button {
	border-radius: 0;
	background: white;
	color: black;
	height: 2.25rem;
	padding: 0.5rem 0.75rem;
	font-size: 1rem;
	text-transform: uppercase;
	font-weight: 600;
	margin: 0 0.25rem 0.5rem;
	width: 6.75rem;
	line-height: 1;
	vertical-align: top;
	box-shadow: none;
}
.subscribe .button:hover,
.subscribe .button:focus {
	background: #da372b;
	color: white;
}
.ctct-embed-signup #success_message {
	font-size: 1rem;
}

/* General */
.siteHeader {
	padding: 1.125rem 0 0;
	background: url(img/newNavBG.jpg) no-repeat center center #1b1b1b;
	position: relative;
	z-index: 999;
	box-shadow: -1px 0 7px rgba(255, 255, 255, 0.52);
	position: fixed;
	width: 100%;
}
.siteHeader .logo {
	display: inline-block;
	margin: 0 0 20px;
}
.siteHeader-nav {
	font-size: 0;
	text-align: right;
}
.siteHeader-top {
	margin-bottom: 1.25rem;
}
.siteHeader-top > * {
	display: inline-block;
	vertical-align: middle;
}
.siteHeader-translate .goog-te-gadget-simple {
	background: none;
	border: none;
}
.siteHeader-search {
	width: 15.625rem;
	margin: 0 1.25rem;
}
.siteHeader-search input {
	margin: 0;
	padding: 0.125rem 0;
	height: auto;
	background: none;
	box-shadow: none;
	border: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	font-size: 0.875rem;
	color: #fff;
}
.siteHeader-search input:focus {
	background: white;
	border: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	box-shadow: none;
	padding: 0.125rem 0.25rem;
	color: #222;
}
.siteHeader-search input::-webkit-input-placeholder {
	color: #5f5f5f;
}
.siteHeader-search input::-moz-placeholder {
	color: #5f5f5f;
}
.siteHeader-search input:-ms-input-placeholder {
	color: #5f5f5f;
}
.siteHeader-search input::placeholder {
	color: #5f5f5f;
}
.siteHeader-search button {
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	padding: 0;
	margin: 0;
}
.siteHeader-phone {
	font: 1.375rem/1 'Techno';
	letter-spacing: 0.05em;
	color: #fff;
	margin-left: 1rem;
}
.siteHeader-mobile {
	display: none;
	font-size: 0;
}
.siteHeader-mobile a {
	font-size: 2rem;
	display: inline-block;
	vertical-align: middle;
	padding: 0.5rem;
	color: #fff;
	margin-left: 0.5rem;
}
.siteHeader-mobile a[href^='tel:'] {
	font-size: 1.75rem;
}
.siteHeader-mobile svg {
	display: block;
	height: 1em;
	width: 1em;
	fill: currentColor;
}

.mainNav {
	position: relative;
}
.mainNav > .menu {
	display: inline-block;
	position: relative;
	white-space: nowrap;
}
.mainNav > .menu > li {
	display: inline-block;
	vertical-align: middle;
	color: #272727;
	font-weight: 700;
	padding: 0.2rem 1.9rem 1.5rem;
	position: relative;
}
.mainNav > .menu > li > a {
	color: inherit;
	display: inline-block;
	padding: 0;
	text-transform: uppercase;
	font-size: 1rem;
	position: relative;
	color: #fff;
}
.mainNav > .menu > li > a:hover,
.mainNav > .menu > li > a:focus,
.mainNav > .menu > li.hover > a {
	color: #da372b;
}
.mainNav > .menu > li:not(:first-child)::before {
	content: '|';
	position: absolute;
	top: 2px;
	left: -1px;
	font-size: 1rem;
	line-height: 1;
	color: #fff;
}
.mainNav > .menu > li:first-child {
	padding-left: 0;
}
.mainNav > .menu > li:last-child {
	padding-right: 0;
}
.mainNav > .menu > li.current-menu-item > a,
.mainNav > .menu > li.current-menu-ancestor > a,
.mainNav > .menu > li.current_page_parent > a {
	color: #da372b;
}
.mainNav > .menu > li.hover > a::before {
	content: '';
	position: absolute;
	left: 50%;
	top: 22px;
	margin: 0.8125rem 0 0 -0.625rem;
	border: 0.625rem solid transparent;
	border-top: none;
	border-bottom-color: #234a73;
}
.mainNav > .menu > li.hover::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	height: 2.5rem;
}
.mainNav .sub-menu {
	display: none;
	list-style: none;
	margin: 0;
	height: 0;
	overflow: hidden;
}
.mainNav li.menu-item-has-children:hover > .sub-menu {
	display: block;
	height: auto;
	overflow: visible;
	position: absolute;
	left: 0;
	top: 43px;
	background: linear-gradient(to bottom, #234a74, #142c46);
}
.mainNav li.menu-item-has-children .sub-menu li {
	display: block;
	position: relative;
	width: 100%;
}
.mainNav li.menu-item-has-children .sub-menu li a {
	display: block;
	padding: 10px 14px;
	color: #fff;
	text-transform: uppercase;
	font-size: 0.8rem;
	text-align: left;
	line-height: 1;
}
.mainNav li.menu-item-has-children:hover .sub-menu::before {
	content: '';
	position: absolute;
	left: 46%;
	top: -21px;
	margin: 0.8125rem 0 0 -0.625rem;
	border: 0.625rem solid transparent;
	border-top: none;
	border-bottom-color: #234a73;
}
.mainNav li.menu-item-has-children > .sub-menu li {
	position: relative;
}
.mainNav li.menu-item-has-children > .sub-menu li .sub-menu {
	top: 0;
	left: auto;
	right: 107px;
	box-shadow: inset -7px 1px 14px rgba(0, 0, 0, 0.2);
}
.mainNav li.menu-item-has-children > .sub-menu li .sub-menu:before {
	content: '';
	display: none;
}

.mainNav .mobile-only {
	display: none;
}

/*
.productsMenu {
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 1;
  margin-top: 0;
  background: linear-gradient(to bottom, #234a74, #142c46);
  padding: 0 2.5rem;
  width: 58.75rem;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  }
.productsMenu .sub-menu { display: block; text-align: center; margin: 2rem -1.5rem 0; height: auto; }
.productsMenu .sub-menu > li { display: inline-block; padding: 0 1.5rem; margin-bottom: 2rem; }
.productsMenu-thumb { width: 7.5rem; background: white no-repeat center / contain; background-origin: content-box; padding: 0.5rem; border-radius: 0.1875rem; margin-bottom: 0.5rem; }
.productsMenu-thumb::after { content: ''; display: block; padding-top: 100%; }
.productsMenu-label { font-size: 0.875rem; text-transform: uppercase; font-weight: 700; color: white; line-height: 1; }
.productsMenu.show { visibility: visible; opacity: 1; }
*/

.mobileNav {
	color: white;
	font-size: 0.75rem;
	text-transform: uppercase;
}
.mobileNav a {
	display: block;
	padding: 1rem;
	color: inherit;
	line-height: 1;
	position: relative;
}
.mobileNav li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mobileNav .menu > li > a {
	color: inherit;
	padding: 1rem;
	font-size: 0.875rem;
}
.mobileNav .sub-menu {
	list-style: none;
	margin: 0;
	overflow: hidden;
	height: 0;
	background: rgba(0, 0, 0, 0.2);
}
.mobileNav .is-open > .sub-menu {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.mobileNav .sub-menu > li > a {
	padding-left: 2rem;
}
.mobileNav .sub-menu .sub-menu {
	background: rgba(0, 0, 0, 0.4);
}
.mobileNav .sub-menu .sub-menu > li > a {
	padding-left: 3rem;
}
.mobileNav .menu-item-has-children > a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 1rem;
	margin-top: -0.25rem;
	border: solid transparent;
	border-width: 0.25rem 0 0.25rem 0.375rem;
	border-left-color: currentColor;
}
.mobileNav .menu-item-has-children.is-open > a::after {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.siteBody {
	background: black;
	padding-top: 114px;
}

.footerCTA {
	background: #e2e2e2;
	text-align: center;
}
.footerCTA > a {
	display: block;
	padding: 1.25rem 1rem;
}
.footerCTA > a:hover .button.secondary {
	background: #b1291f;
}
.footerCTA span {
	display: inline-block;
	vertical-align: middle;
}
.footerCTA .button {
	font-size: 1.5rem;
	padding: 0.75rem 1.625rem 0.625rem;
	margin: 0.5rem 0 0.5rem 1.75rem;
}
.footerCTA-text {
	font: 2.5rem/1.25 'techno';
	color: black;
	margin: 0.625rem 0 0.375rem;
}

.siteFooter {
	background: #1a3a5e;
	position: relative;
	z-index: 1;
}
.siteFooter::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	margin: 0 -1.625rem;
	box-shadow: 0 -1.625rem 1.625rem -1.5rem rgba(0, 0, 0, 0.5);
}
.siteFooter > .row > .columns {
	padding-top: 2.75rem;
	padding-bottom: 3.125rem;
}
.siteFooter h4 {
	font-size: 1.125rem;
	font-weight: 700;
	text-transform: uppercase;
	color: white;
	margin-bottom: 1rem;
}
.siteFooter .menu > li {
	display: inline-block;
	width: 100%;
	margin-bottom: 1rem;
	color: #cfcfcf;
}
.siteFooter .menu > li > a {
	padding: 0;
	color: inherit;
}
.siteFooter .menu > li > a:hover {
	color: white;
}
.siteFooter .menu > li ul {
	display: none;
}
.siteFooter .menu--2col {
	-webkit-columns: 2;
	-moz-columns: 2;
	columns: 2;
	widows: 0;
	orphans: 0;
}
.siteFooter .back-to-top {
	opacity: 0.5;
	display: inline-block;
	color: white;
	-webkit-transition: opacity 0.25s ease-out;
	transition: opacity 0.25s ease-out;
}
.siteFooter .back-to-top:hover,
.siteFooter .back-to-top:focus {
	opacity: 1;
}
.siteFooter .back-to-top img {
	display: block;
	margin-bottom: 1rem;
}
.siteFooter .back-to-top span {
	font: 1rem/1.125 'Techno';
	text-transform: uppercase;
	opacity: 0.5;
}
.siteFooter-nav {
	width: 23%;
}
.siteFooter-nav.narrow {
	width: 17%;
}
.siteFooter-center {
	width: 20%;
	text-align: center;
	border-left: 1px solid rgba(255, 255, 255, 0.2);
	border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.siteFooter-info {
	width: 40%;
	padding-left: 2rem;
}
.siteFooter-contact {
	list-style: none;
	margin: 0 0 1.5rem;
}
.siteFooter-contact::after {
	content: '';
	display: table;
	clear: both;
}
.siteFooter-contact > li {
	width: 45%;
	float: left;
}
.siteFooter-contact > li.address {
	width: 55%;
}
.siteFooter-contact a {
	display: inline-block;
	color: #cfcfcf;
	padding-left: 1.5rem;
	position: relative;
}
.siteFooter-contact svg {
	position: absolute;
	top: 0.1875em;
	left: 0;
	fill: currentcolor;
	width: 1rem;
	height: 1.25em;
}
.siteFooter-copy {
	background: #151515;
	color: #b2b2b2;
	padding: 1.25rem 0;
}
.siteFooter-copy p {
	float: left;
	margin: 0;
	font-size: 0.875rem;
}
.siteFooter-copy p span {
	margin-left: 0.5em;
	white-space: nowrap;
}
.siteFooter-copy p span a {
	color: inherit;
}
.siteFooter-copy p span a:hover {
	color: white;
}
.siteFooter-plug {
	float: right;
	margin-top: -0.25rem;
	opacity: 0.5;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}
.siteFooter-plug:hover {
	opacity: 1;
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}
.siteFooter-plug img {
	width: 6.25rem;
}
.siteFooter-plug span {
	display: none;
}

/* Page */
.pageFeatured {
	background: no-repeat center / cover;
	position: relative;
	max-height: 15rem;
	min-height: 12.5rem;
	overflow: hidden;
}
.pageFeatured::after {
	content: '';
	display: block;
	padding-top: 23%;
}
.pageFeatured-title {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	text-align: center;
	padding: 0 1rem;
	font: 2.25rem/1.125 'Techno';
	color: white;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.pageFeatured.has-map {
	border-bottom: 0.5rem solid #da372b;
}
.pageFeatured.has-map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.pageBody {
	padding: 3.125rem 0 3.75rem;
	background: #1b1b1b;
}
.pageBody::after {
	content: '';
	display: table;
	clear: both;
}
.pageBody-content.columns {
	width: 65%;
}
.pageBody-content.pageProductsCat {
	width: 100%;
}
.pageBody-sidebar.columns {
	width: 35%;
	padding-left: 4rem;
}

.pageTopNav {
	background: #1a3a5e;
	text-align: center;
	padding: 0.625rem 0;
	width: 100%;
}
.pageTopNav .menu {
	font-size: 0;
}
.pageTopNav .menu > li {
	display: inline-block;
}
.pageTopNav .menu > li:not(:last-child) {
	border-right: 1px solid white;
}
.pageTopNav .menu > li > a {
	font-size: 1rem;
	line-height: 1.25;
	text-transform: uppercase;
	color: white;
	padding: 0;
	margin: 0 0.75rem;
}
.pageTopNav .menu > li > a.active {
	font-weight: 700;
}
.pageTopNav-container {
	min-height: 2.5rem;
	font-size: 1rem;
}

/* Bread Crumbs */
#breadcrumbs {
	width: 65%;
	display: block;
	background: rgba(255, 255, 255, 0.06);
	padding: 3px 6px;
	font-size: 0.9rem;
	box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
	position: relative;
	top: -20px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
#breadcrumbs span {
	color: #fff;
}
#breadcrumbs span a {
	padding: 0 5px;
}
#breadcrumbs .breadcrumb_last {
	padding-left: 5px;
	color: #fff;
}

/* Content */
.content {
	color: #fff;
}
.content::after {
	content: '';
	display: table;
	clear: both;
}
.content h1 {
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 1.375rem;
	border-bottom: 1px solid;
	padding-bottom: 1rem;
}
.content h2 {
	font: 1.625rem/1.125 'Techno';
	color: #da372b;
	margin: 1.625rem 0 1.25rem;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}
.content h2:first-child {
	margin-top: 0;
}
.content h3 {
	font-size: 1.25rem;
	font-weight: 700;
	text-transform: uppercase;
	margin: 1.75rem 0 1.125rem;
	color: #da372b;
}
.content h3:first-child {
	margin-top: 0;
}
.content h4 {
	font-size: 1rem;
	margin: 0;
}
.content img {
	margin: 0 0 1rem;
}
.content p,
.content ul,
.content ol {
	font-size: 1.125rem;
	line-height: 1.75;
	font-weight: 300;
}
.content p.info {
	font-size: 0.875rem;
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
	margin-top: -0.5rem;
}
.content p.info a:hover {
	color: black;
}
.content .button {
	margin-right: 0.5rem;
}
.content .alignnone {
	display: inline-block;
	vertical-align: top;
}
.content .alignleft {
	float: left;
	clear: both;
	max-width: 50%;
	margin-right: 1.25rem;
}
.content .alignright {
	float: right;
	clear: both;
	max-width: 50%;
	margin-left: 1.25rem;
}

/* Posts */
.postsList {
	margin: 0;
	list-style: none;
}
.postsList > li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	padding-bottom: 1rem;
	margin-bottom: 1.5rem;
	overflow: hidden;
}
.postsList .content {
	float: right;
	color: #565656;
	width: calc(100% - 7rem);
}
.postsList .content h2 {
	color: #444;
	font: 1.375rem/1.125 'pt-sans';
	text-transform: none;
	letter-spacing: 0;
	margin-bottom: 0.75rem;
}
.postsList .content h2 a:hover {
	color: #da372b;
}
.postsList .content > *:last-child {
	margin-bottom: 0.25rem;
}
.postsList-featured {
	float: left;
	width: 6rem;
	margin-right: 1rem;
	margin-bottom: 0.5rem;
	border: 1px solid rgba(0, 0, 0, 0.3);
}
.postsList-header {
	border-bottom: 2px solid #da372b;
	color: #fff;
	padding-bottom: 0.75rem;
	margin-bottom: 2rem;
}
.postsList-header h1 {
	font: 2rem/1 'Techno';
	text-transform: uppercase;
	letter-spacing: 0.05em;
	margin-bottom: 0;
	padding: 0;
	border: 0;
}

.postBreadcrumb {
	display: inline-block;
	font-size: 0.75rem;
	text-transform: uppercase;
	font-weight: 600;
	position: relative;
	top: -0.5rem;
}

/*.single-post .content h1 { border-bottom: 0; padding-bottom: 0; margin-bottom: 0.75rem; }*/

/* Home Page */
.homeRotator:not(.slick-initialized) .homeRotator-slide:not(:first-child) {
	display: none;
}
.homeRotator {
	position: relative;
	z-index: 1;
}
.homeRotator .slick-dots {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	margin: 0;
	list-style: none;
	font-size: 0;
	background: rgba(255, 255, 255, 0.15);
	text-align: center;
}
.homeRotator .slick-dots > li {
	display: inline-block;
	vertical-align: middle;
	margin: 0.375rem 0;
}
.homeRotator .slick-dots > li > button {
	display: block;
	padding: 0.375rem;
	color: white;
	outline: none;
}
.homeRotator .slick-dots > li > button::before {
	content: '';
	display: block;
	width: 0.875rem;
	height: 0.875rem;
	background: currentcolor;
	border: 1px solid;
	border-radius: 50%;
}
.homeRotator .slick-dots > li.slick-active > button::before {
	background: transparent;
}
.homeRotator-slide {
	height: 50vw;
	max-height: 37.5rem;
	background: no-repeat center / auto 100%;
}

.homeIntro {
	padding: 6.25rem 0;
	background: white url('img/introBG.jpg') no-repeat bottom right;
	background-color: #000;
	position: relative;
}
.homeIntro-line {
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	right: 0;
	margin: 1rem 0 2.5rem;
	border: solid;
	border-width: 1px 1px 0 0;
	opacity: 0.5;
}
.homeIntro-line::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 100%;
	width: 50%;
	min-width: 2rem;
	height: 1px;
	background: linear-gradient(to right, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
}
.homeIntro-content {
	width: 56.666%;
	position: relative;
	z-index: 1;
	color: #565656;
}
.homeIntro-content::before {
	content: '';
	position: absolute;
	display: block;
	right: 100%;
	top: 0;
	margin: -6.25rem 1rem 0 0;
	height: 7.25rem;
	width: 3.75rem;
	border: solid;
	border-width: 0 0 1px 1px;
	opacity: 0.5;
}
.homeIntro-content h1 {
	font: 2.1875rem/1.125 'Techno';
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #1a3a5e;
	margin: 0 0 1.125rem;
}
.homeIntro-content h1 span {
	padding-right: 1rem;
	color: #fff;
}
.homeIntro-content h3 {
	font-size: 1.5rem;
	color: #da372b;
	padding-right: 8%;
	margin: 0 0 1.25rem;
}
.homeIntro-content p {
	font-size: 1.125rem;
	padding-right: 19%;
	margin-bottom: 1.125rem;
	color: #999;
}
.homeIntro-content .button {
	margin: 0.5rem 0.25rem 0 0;
}
.homeIntro-image {
	position: absolute;
	z-index: 2;
	left: 56.666%;
	top: 0;
	bottom: 0;
	width: 63.333%;
}
.homeIntro-image img {
	max-width: none;
	position: absolute;
	left: 0;
	bottom: 0;
}

.homeStats {
	padding: 3.125rem 0;
	background: url('img/techBG.jpg') repeat center center;
}
.homeStats h3 {
	color: #da372b;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: bold;
}
.homeStats blockquote {
	font-style: italic;
	border: 0px;
	margin: 0 0 20px;
	padding: 0;
	color: #fff;
	position: relative;
	font-size: 1.2rem;
}
.homeStats blockquote:before {
	content: '"';
	position: absolute;
	left: -40px;
	top: 30px;
	display: block;
	width: 50px;
	height: 50px;
	color: rgba(255, 255, 255, 0.34);
	font-size: 230px;
	line-height: 100px;
}
.homeStats blockquote:after {
	content: '"';
	position: absolute;
	right: 0px;
	bottom: -30px;
	display: block;
	width: 50px;
	height: 50px;
	color: rgba(255, 255, 255, 0.34);
	font-size: 230px;
	line-height: 100px;
}

/* Logos */
.logos {
	padding: 4rem 0;
	background: #fff;
}
.logos h2 {
	font-size: 1.7rem;
	text-transform: uppercase;
	font: 2.1875rem/1.125 'Techno';
	margin: 0 0 20px;
}
.logos ul {
	margin: 0;
	list-style-type: none;
}
.logos ul li img {
	max-width: 150px;
	max-height: 132px;
}

.homeRecent {
	padding: 4.375rem 0;
	background: #1b1b1b;
}
.homeRecent-header {
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	font-size: 0;
	padding-bottom: 0.875rem;
	margin-bottom: 2rem;
}
.homeRecent-header h2 {
	font-size: 1.5625rem;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	display: inline-block;
	vertical-align: middle;
	margin: 0 1rem 0 0;
}
.homeRecent-header a {
	font-size: 0.875rem;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: middle;
}
.homeRecent-header a::before {
	content: '|';
	margin-right: 1rem;
	font-weight: normal;
}
.homeRecent-list {
	list-style: none;
	margin: 0 -2rem;
	font-size: 0;
}
.homeRecent-list > li {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	padding: 0 2rem;
	margin-bottom: 1.25rem;
}
.homeRecent-post {
	display: block;
	padding: 0.625rem 3.125rem 0.625rem 0.625rem;
	border-radius: 0.125rem;
	-webkit-transition: background 0.25s ease-out;
	transition: background 0.25s ease-out;
}
.homeRecent-post::after {
	content: '';
	display: table;
	clear: both;
}
.homeRecent-post:hover {
	background: #1f1f1f;
}
.homeRecent-post:hover .homeRecent-content h3 {
	color: white;
}
.homeRecent-post:hover .homeRecent-content time {
	color: #adadad;
}
.homeRecent-post:hover .homeRecent-link {
	opacity: 1;
}
.homeRecent-thumb {
	background: no-repeat center / cover;
	float: left;
	margin-right: 1.125rem;
	width: 6.25rem;
	border: 1px solid rgba(0, 0, 0, 0.4);
}
.homeRecent-thumb::after {
	content: '';
	display: block;
	padding-top: 100%;
}
.homeRecent-content {
	float: right;
	width: calc(100% - 7.375rem);
}
.homeRecent-content h3 {
	font-size: 1.25rem;
	line-height: 1.25;
	margin: 0;
	color: #efefef;
	-webkit-transition: color 0.25s ease-out;
	transition: color 0.25s ease-out;
}
.homeRecent-content time {
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	color: #da372b;
	text-transform: uppercase;
	margin-top: 0.125rem;
	-webkit-transition: color 0.25s ease-out;
	transition: color 0.25s ease-out;
}
.homeRecent-link {
	display: inline-block;
	font-size: 0.75rem;
	font-weight: 700;
	color: #da372b;
	text-transform: uppercase;
	margin-top: 0.125rem;
	opacity: 0;
	-webkit-transition: opacity 0.25s ease-out;
	transition: opacity 0.25s ease-out;
}

/* About Page */
.aboutIntro {
	padding: 4.375rem 1rem;
}
.aboutIntro .row.columns {
	padding: 0;
}
.aboutIntro .content h1 {
	border-bottom: 0;
	padding-bottom: 0;
}
.aboutIntro .content h2 {
	text-transform: none;
	letter-spacing: 0;
}
.aboutIntro-content {
	width: 55%;
	padding: 0 3.625rem 0 0;
}
.aboutIntro-images {
	width: 45%;
	padding: 0;
}
.aboutIntro-img {
	float: left;
	width: 100%;
	padding: 0.25rem;
}
.aboutIntro-img > a {
	display: block;
	background: no-repeat center / cover;
	height: 8.5rem;
}
.aboutIntro-img:nth-child(1) > a {
	height: 21.875rem;
}
.aboutIntro-img:nth-child(2) {
	width: 60%;
}
.aboutIntro-img:nth-child(2) > a {
	height: 17.5rem;
}
.aboutIntro-img:nth-child(2) ~ .aboutIntro-img {
	width: 40%;
}
.aboutIntro-img:nth-child(4) ~ .aboutIntro-img {
	display: none;
}
.aboutIntro-quote {
	position: relative;
	margin: 2.5rem 0 0;
	color: #1a3a5e;
}
.aboutIntro-quote::before {
	content: '';
	position: absolute;
	top: 0;
	right: 100%;
	bottom: 0;
	margin-right: 2.5rem;
	background: currentColor;
	width: calc(50vw - 40rem);
}
.aboutIntro-quote span {
	font: 2.5rem/1.125 'Techno';
}

.aboutBuckets {
	background: #262626;
	margin: 3.75rem 0 0;
	list-style: none;
	font-size: 0;
	color: white;
	padding: 1.125rem 0;
}
.aboutBuckets > li {
	width: 33.333%;
	display: inline-block;
	vertical-align: top;
	padding: 1.625rem 2rem;
}
.aboutBuckets > li:not(:first-child) {
	border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.aboutBuckets .content {
	color: inherit;
	float: right;
	width: calc(100% - 3.5rem);
}
.aboutBuckets .content h3 {
	font-size: 1.125rem;
	font-weight: 700;
	text-transform: uppercase;
	color: #da372b;
	margin-bottom: 0.625rem;
}
.aboutBuckets .content p {
	font-size: 1rem;
}
.aboutBuckets .content > *:last-child {
	margin-bottom: 0;
}
.aboutBuckets svg {
	fill: currentColor;
	float: left;
	width: 2.5rem;
	height: 2.5rem;
	margin-right: 1rem;
}

.aboutTestimonials {
	background: url('img/bg-about-testimonials.jpg') no-repeat center / cover;
	padding: 3.75rem 0 6.25rem;
	border-bottom: 0.625rem solid #da372b;
}
.aboutTestimonials h2 {
	font: 2rem/1.125 'Techno';
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: white;
	text-align: center;
	padding: 0 1rem 1.25rem;
	margin-bottom: 1.75rem;
	position: relative;
}
.aboutTestimonials h2::after {
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -3.125rem;
	width: 6.25rem;
	border-bottom: 1px solid;
}
.aboutTestimonials blockquote {
	border-left: 0;
	padding: 0;
	color: white;
	max-width: 26.125rem;
}
.aboutTestimonials blockquote p {
	color: inherit;
	font-size: 1.125rem;
	line-height: 1.625;
}
.aboutTestimonials blockquote cite {
	color: inherit;
	font-size: 1.125rem;
}
.aboutTestimonials .slick-dots {
	position: absolute;
	left: 50%;
	top: 100%;
	width: 50%;
	max-width: 23.75rem;
	list-style: none;
	margin: 3rem 0 0;
	font-size: 0;
	text-align: center;
}
.aboutTestimonials .slick-dots li {
	display: inline-block;
	vertical-align: middle;
}
.aboutTestimonials .slick-dots li.slick-active button::before {
	background: transparent;
}
.aboutTestimonials .slick-dots button {
	display: block;
	padding: 0.5rem;
	outline: none;
	color: white;
}
.aboutTestimonials .slick-dots button::before {
	content: '';
	display: block;
	width: 0.75rem;
	height: 0.75rem;
	border-radius: 50%;
	background: currentColor;
	border: 1px solid;
}
.aboutTestimonials-rotator:not(.slick-initialized)
	.aboutTestimonials-slide:not(:first-child) {
	display: none;
}
.aboutTestimonials-rotator > .slick-list {
	overflow: visible !important;
}
.aboutTestimonials-slide {
	outline: none;
}
.aboutTestimonials-quote {
	float: right;
	text-align: right;
	max-width: 23.75rem;
	color: white;
	font-size: 1.625rem;
	font-weight: 700;
	font-style: italic;
	margin-bottom: 1.75rem;
}
.aboutTestimonials-photo {
	float: right;
	width: 100%;
	max-width: 28.125rem;
	border: 0.375rem solid white;
	margin-bottom: -8.75rem;
}

.aboutPartners {
	padding: 7.5rem 0 4.75rem;
}
.aboutPartners h2 {
	font: 2rem/1.125 'Techno';
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #da372b;
	text-align: center;
	margin-bottom: 2.5rem;
}
.aboutPartners-list {
	list-style: none;
	margin: 0 auto;
	max-width: 52.5rem;
}
.aboutPartners-list > li {
	overflow: hidden;
	padding: 1rem 0;
	margin-bottom: 1.5rem;
}
.aboutPartners-logo {
	float: left;
	width: 6.25rem;
	margin-right: 1.375rem;
	margin: -1rem 0;
}
.aboutPartners-content {
	float: right;
	width: calc(100% - 7.625rem);
	color: #535353;
}
.aboutPartners-list li a img {
	text-align: center;
	margin: 0px auto;
	display: block;
	max-width: 130px;
	max-height: 100px;
}

.aboutEmployment {
	padding: 7.5rem 0 6.25rem;
	background: url('img/bg-about-employment.jpg') no-repeat center / cover;
	font-size: 0;
}
.aboutEmployment-img {
	border: 0.5rem solid white;
	max-width: calc(100% - 2rem);
	float: right;
	margin-right: calc(-100% - 2rem) !important;
}

.aboutEmployment .content {
	color: white;
}
.aboutEmployment .content h2 {
	font: 2rem/1.125 'Techno';
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #da372b;
}
.aboutEmployment .content h3 {
	font: 1.25rem/1.125 'Techno';
	letter-spacing: 0.05em;
	text-transform: uppercase;
	margin: 1.5rem 0;
	color: inherit;
}
.aboutEmployment .content p {
	font-size: 1rem;
	margin-bottom: 0.625rem;
}

/* Categories */
.productCatList {
	list-style-type: none;
	margin: 0;
}
.productCatList li {
	margin: 0 0 50px;
}
.productCatList li a .productsMenu-thumb {
	margin: 0px auto 20px;
	width: 14rem;
	border: 1px solid rgba(0, 0, 0, 0.2);
	padding: 1rem;
	min-height: 210px;
	background-size: 80% !important;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #fff;
}
.productCatList li a .productsMenu-label {
	color: #fff;
	font-size: 1.2rem;
	text-align: center;
	letter-spacing: 0.05em;
	font-weight: 500;
}

.postid-733 .content a img.alignright {
	display: none !important;
}

/* Products */
.productList {
	list-style-type: none;
}
.productList li {
	margin: 1rem 0 2rem;
}
.productList li .productImage {
	display: block;
	min-height: 210px;
	background-size: 60% !important;
	border: 1px solid #eee;
	margin-bottom: 1rem;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background-color: #fff !important;
}
.productList li .productImage img {
	padding: 10px;
}
.productList li .content {
	text-align: center;
}
.productList li .content h2 {
	font-size: 1.1rem;
	text-transform: none;
	color: #fff;
	margin: 0;
	font-family: 'pt-sans', sans-serif;
	letter-spacing: 0px;
	font-weight: 500;
}

.term-ballistic-packages .productList li .productImage {
	background-size: 100% !important;
}

.postsList li h2 a {
	color: #eee;
}

.postsList li p {
	color: #eee;
}

/* Password Protected */
.post-password-form {
	background: rgba(0, 0, 0, 0.2);
	padding: 2rem;
}
.post-password-form input[type='submit'] {
	font-size: 0.9375rem;
	font-weight: 600;
	text-transform: uppercase;
	padding: 0.75rem 2rem;
	border-radius: 0.1875rem;
	box-shadow: 0 0.125rem 0 rgba(0, 0, 0, 0.6);
	background: #1a3a5e;
}

.fileList {
	margin-left: 0.9375rem !important;
}
.fileList li a {
	color: #fff;
	font-size: 1rem;
	line-height: 21px;
	display: block;
}
.fileList li a:hover {
	text-decoration: underline;
}

/* Responsive */

.responsiveEmbed {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	margin-bottom: 40px;
}
.responsiveEmbed iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 1200px) {
	.siteHeader .logo {
		width: 18rem;
	}
	.siteHeader-search {
		width: 12rem;
	}
	.mainNav > .menu > li {
		padding: 0 1.5rem;
	}
	.mainNav > .menu > li.hover > a::before {
		margin-top: 0.5rem;
	}
	.mainNav > .menu > li.hover::before {
		height: 1.125rem;
	}
	.productsMenu {
		margin-top: 1.125rem;
	}
	.siteFooter .menu--2col {
		-webkit-columns: 1;
		-moz-columns: 1;
		columns: 1;
	}
	.siteFooter-nav {
		width: 20%;
	}
	.siteFooter-nav.narrow {
		width: 20%;
	}
	.siteFooter-contact > li {
		width: 100% !important;
		margin-bottom: 0.5rem;
	}

	.pageBody-sidebar.columns {
		padding-left: 5.33vw;
	}

	.aboutIntro-content {
		padding-right: 4.8vw;
	}
	.aboutIntro-quote span {
		font-size: 2.25rem;
	}
	.aboutEmployment {
		padding: 7vw 0 6vw;
	}
	.aboutEmployment-img {
		max-width: calc(100% - 2.6vw);
		margin-right: calc(-100% - 2.6vw) !important;
	}
}

@media screen and (max-width: 1024px) {
	.siteHeader .logo {
		width: 16rem;
	}
	.siteHeader-search {
		width: 8rem;
	}
	.mainNav > .menu > li {
		padding: 0 1.25rem;
	}
	.mainNav > .menu > li > a,
	.mainNav > .menu > li:not(:first-child)::before {
		font-size: 0.9375rem;
	}
	.footerCTA .button {
		font-size: 1.25rem;
	}
	.footerCTA-text {
		font-size: 2rem;
	}

	.pageBody-content.columns {
		width: 60%;
	}
	.pageBody-sidebar.columns {
		width: 40%;
	}

	.postsList .content h2 {
		font-size: 1.25rem;
	}
	.postsList-header h1 {
		font-size: 1.75rem;
	}

	.homeRecent-list {
		margin: 0 -3.125vw;
	}
	.homeRecent-list > li {
		padding: 0 3.125vw;
	}
	.homeRecent-content h3 {
		font-size: 1.125rem;
	}
}

@media screen and (max-width: 960px) {
	.mainNav > .menu > li > a,
	.mainNav > .menu > li:not(:first-child)::before {
		font-size: 0.875rem;
	}

	.homeIntro {
		padding: 10vw 0 calc(10vw - 1rem);
	}
	.homeIntro-content {
		width: 100%;
		max-width: 48rem;
		margin: 0 auto;
		text-align: center;
	}
	.homeIntro-content::before,
	.homeIntro-line {
		display: none;
	}
	.homeIntro-content h3,
	.homeIntro-content p {
		padding-right: 0;
	}
	.homeIntro-image {
		display: none;
	}
	.homeRecent {
		padding: 7.2vw 0;
	}
	.homeRecent-list {
		margin: 0 -1vw;
	}
	.homeRecent-list > li {
		padding: 0 1vw;
	}
	.homeRecent-thumb {
		width: 10vw;
		margin-right: 1rem;
	}
	.homeRecent-content {
		width: calc(100% - 10vw - 1rem);
	}
}

@media screen and (max-width: 900px) {
	.siteHeader-top {
		display: none;
	}
	.siteHeader-mobile {
		display: block;
	}
	.siteHeader .mainNav {
		display: none;
	}
}

@media screen and (max-width: 840px) {
	.footerCTA .button {
		font-size: 1rem;
	}
	.footerCTA-text {
		font-size: 1.75rem;
	}
	.siteFooter {
		text-align: center;
	}
	.siteFooter .back-to-top img {
		max-width: 50%;
		margin: 0 auto 1rem;
	}
	.siteFooter .subscribe {
		margin: 0 auto;
	}
	.siteFooter-nav,
	.siteFooter-center {
		display: none;
	}
	.siteFooter-info {
		width: 100%;
		padding: 0 1rem;
	}
	.siteFooter-copy p {
		float: none;
	}
	.siteFooter-plug {
		display: inline-block;
		float: none;
		margin: 0.5rem 0;
	}

	.homeIntro-content h1 {
		font-size: 1.75rem;
	}
	.homeIntro-content h3 {
		font-size: 1.375rem;
	}
	.homeRecent-header h2 {
		font-size: 1.25rem;
	}
	.homeRecent-header a {
		font-size: 0.75rem;
	}
	.homeRecent-content time {
		font-size: 0.75rem;
	}
	.homeRecent-content h3 {
		font-size: 1rem;
	}

	.aboutIntro {
		padding: 8vw 1rem;
	}
	.aboutIntro-content {
		width: 100%;
		padding-right: 0;
	}
	.aboutIntro-images {
		display: none;
	}
	.aboutIntro-quote span {
		font-size: 2rem;
	}
	.aboutBuckets {
		padding: 0 1rem;
	}
	.aboutBuckets > li {
		width: 100%;
		padding: 2rem 1rem;
	}
	.aboutBuckets > li:not(:first-child) {
		border-left: 0;
		border-top: 1px solid rgba(255, 255, 255, 0.2);
	}
	.aboutTestimonials {
		padding-bottom: 4rem;
	}
	.aboutTestimonials h2 {
		font-size: 1.75rem;
	}
	.aboutTestimonials blockquote {
		margin: 0 auto;
		max-width: 40rem;
	}
	.aboutTestimonials .columns {
		width: 100%;
	}
	.aboutTestimonials .columns:first-child {
		display: none;
	}
	.aboutPartners h2 {
		font-size: 1.75rem;
	}
	.aboutPartners {
		padding: 8vw 0 3vw;
	}
	.aboutEmployment .columns {
		width: 100%;
	}
	.aboutEmployment .content h2 {
		font-size: 1.75rem;
	}
	.aboutEmployment-img {
		max-width: 45%;
		margin: 0 0 1rem 1.5rem !important;
		border-width: 0.25rem;
	}
}

@media screen and (max-width: 780px) {
	.pageBody-content.columns {
		width: 100%;
		padding-right: 0.9375rem;
	}
	.pageBody-sidebar.columns {
		width: 100%;
		padding-top: 2rem;
		padding-left: 0.9375rem;
	}

	.homeRecent-list > li {
		width: 100%;
	}
	.homeRecent-post {
		padding-right: 2rem;
	}
	.homeRecent-thumb {
		width: 14vw;
	}
	.homeRecent-content {
		width: calc(100% - 14vw - 1rem);
	}
}

@media screen and (max-width: 640px) {
	.content h1 {
		font-size: 1.75rem;
	}
	.content h2 {
		font-size: 1.5rem;
	}
	.content p,
	.content ol,
	.content ul {
		font-size: 1rem;
	}

	.postsList .content {
		width: calc(100% - 15vw - 1rem);
	}
	.postsList .content h2 {
		font-size: 1.125rem;
	}
	.postsList-featured {
		width: 15vw;
	}
	.postsList-header h1 {
		font-size: 1.5rem;
	}

	.homeRotator .slick-dots > li {
		margin: 0.125rem 0;
	}
	.homeRotator .slick-dots > li > button::before {
		width: 0.625rem;
		height: 0.625rem;
	}

	.aboutIntro-quote span {
		font-size: 1.75rem;
	}
	.aboutTestimonials h2 {
		font-size: 1.5rem;
	}
	.aboutTestimonials blockquote p {
		font-size: 1rem;
	}
	.aboutPartners h2 {
		font-size: 1.5rem;
	}
	.aboutPartners-list > li {
		padding: 0;
		margin-bottom: 2rem;
	}
	.aboutPartners-logo {
		width: 14vw;
		margin: 0;
	}
	.aboutPartners-content {
		width: calc(100% - 14vw - 1rem);
	}
	.aboutEmployment .content h2 {
		font-size: 1.5rem;
		text-align: center;
	}
	.aboutEmployment-img {
		display: block;
		float: none;
		margin: 0 auto 1rem !important;
		max-width: 30rem;
		width: 100%;
	}
}

@media screen and (max-width: 600px) {
	#wpadminbar {
		top: -46px;
	}
	.siteHeader .logo {
		width: 15rem;
		margin-top: 7px;
	}
}

@media screen and (max-width: 500px) {
	.gf_left_half {
		width: 100%;
		padding-right: 0;
		float: none;
	}
	.gf_right_half {
		width: 100%;
		padding-left: 0;
		float: none;
	}

	.siteHeader {
		padding: 0.5rem 0;
	}

	.siteHeader-mobile a {
		font-size: 1.75rem;
	}
	.siteHeader-mobile a[href^='tel:'] {
		font-size: 1.5rem;
	}
	.footerCTA .button {
		margin-left: 0;
	}
	.footerCTA-text {
		font-size: 1.5rem;
	}

	.content h1 {
		font-size: 1.625rem;
	}
	.content h3 {
		font-size: 1rem;
	}
	.content p,
	.content ul,
	.content ol {
		font-size: 1rem;
	}
	.content .alignright,
	.content .alignleft {
		display: block;
		max-width: 100%;
		float: none;
		margin: 0 0 1rem;
	}

	.homeIntro-content h1 {
		font-size: 1.5rem;
	}
	.homeIntro-content h3 {
		font-size: 1.25rem;
	}
	.homeIntro-content p {
		font-size: 1rem;
	}
	.homeRecent-list > li {
		margin-bottom: 3vw;
	}
}

/* New Mega Menu */
.productsMenu {
	position: absolute;
	width: 100%;
	top: 100%;
	z-index: 1;
	margin-top: 0;
	background: linear-gradient(to bottom, #234a74, #142c46);
	padding: 2.5rem;
	visibility: hidden;
	height: 0;
	overflow: hidden;
	opacity: 0;
	-webkit-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
}
.productsMenu .row {
	position: relative;
	margin-bottom: 20px;
}
.productsMenu .categoryImage-container {
	position: relative;
	width: 100%;
	height: 250px;
	background: white;
}
.productsMenu .categoryImage {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	background: #fff no-repeat center;
	padding: 20px;
	box-sizing: border-box;
	background-size: 80%;
	width: 100%;
	height: 100%;
	-webkit-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
}
.productsMenu .categoryImage.active {
	opacity: 1;
}
.productsMenu h3 {
	color: lightblue;
	font-family: 'techno', sans-serif;
	text-transform: uppercase;
	font-size: 18px;
}
.productsMenu h3:hover a {
	color: #fff;
	text-decoration: underline;
}
.productsMenu ul {
	margin: 0px;
	list-style-type: none;
}
.productsMenu ul li a {
	color: #fff;
	font-size: 15px;
}
.productsMenu ul li:hover a {
	font-weight: bold;
	text-decoration: underline;
}
.productsMenu.show {
	visibility: visible;
	opacity: 1;
}

ul.media-list {
	list-style: none;
	margin-left: 0;
	columns: 2 240px;
	column-gap: 25px;
}

ul.media-list li {
	position: relative;
	width: 100%;
	display: inline-block;
	background: #17385f;
	margin: 0 0 15px;
	overflow: hidden;
}

ul.media-list li:before {
	content: 'Click to download';
	position: absolute;
	width: 100%;
	background: #17385f;
	color: #fff;
	top: 0;
	left: 0;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	padding: 4px 5%;
	transform: translateY(-101%);
	transition: transform 0.3s;
	z-index: 1;
	will-change: transform;
}

.ml-img {
	background-color: #000;
	background-size: cover;
	background-position: center;
	width: 100%;
	transition: opacity 0.3s;
}

/* ul.media-list li:hover {
	transform: translateY(-1px);
} */
ul.media-list li:hover:before {
	transform: none;
}
ul.media-list li:hover .ml-img {
	opacity: 0.8;
}

ul.media-list p {
	margin: 0.7rem 5%;
	line-height: 1.5;
	text-align: center;
	font-weight: bold;
	letter-spacing: 0.04em;
}

ul.media-list li a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.sr-only {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}
