/*
Theme Name: SEPCO
Author: Twangry Productions
Author URI: https://twangry.com/
Description: Custom WordPress theme for SEPCO, Inc.
Version: 1.0

Text Domain: sepco

*/

@import url('fonts.css');	/* Grab font styles from other file */


html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html, body {
	margin: 0;
	overflow-x: hidden;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}


body.kc {
	/*background: #EFF8FE;*/
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

body,
button,
input,
select,
textarea {
	color: #38393a;
	/*font-family: 'Archivo', sans-serif;*/
	font-family: 'Exo', Helvetica, sans-serif;
	font-weight: 400;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1;
}


audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
	color: #005dab;
	text-decoration: none;
	cursor: pointer;
	transition: color 0.3s;
}

a:hover { color: #4cb8f8; }


abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: 700;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.clear:before,
.clear:after,
blockquote:before,
blockquote:after,
.entry-content:before,
.entry-content:after,
.entry-summary:before,
.entry-summary:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.site-main > article:before,
.site-main > article:after,
.primary-menu:before,
.primary-menu:after,
.social-links-menu:before,
.social-links-menu:after,
.textwidget:before,
.textwidget:after,
.content-bottom-widgets:before,
.content-bottom-widgets:after {
	content: "";
	display: table;
}

.clear:after,
blockquote:after,
.entry-content:after,
.entry-summary:after,
.comment-content:after,
.site-content:after,
.site-main > article:after,
.primary-menu:after,
.social-links-menu:after,
.textwidget:after,
.content-bottom-widgets:after {
	clear: both;
}


*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	-webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	-moz-box-sizing:    border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	box-sizing:         border-box;
}

* { 
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    outline: medium none;
} 

code,
kbd,
pre,
samp {
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	/*color: inherit;*/
	font: inherit;
	margin: 0;
}

select {
	text-transform: none;
}

button {
	overflow: visible;
}

button,
input,
select,
textarea {
	max-width: 100%;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
	opacity: .5;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 0.4375em;
	padding: 0;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-outer-spin-button,
input[type="time"]::-webkit-inner-spin-button,
input[type="time"]::-webkit-outer-spin-button,
input[type="datetime-local"]::-webkit-inner-spin-button,
input[type="datetime-local"]::-webkit-outer-spin-button,
input[type="week"]::-webkit-inner-spin-button,
input[type="week"]::-webkit-outer-spin-button,
input[type="month"]::-webkit-inner-spin-button,
input[type="month"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #d1d1d1;
	margin: 0 0 1.75em;
	min-width: inherit;
	padding: 0.875em;
}

fieldset > :last-child {
	margin-bottom: 0;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

optgroup {
	font-weight: bold;
}



/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object,
video {
	/*margin-bottom: 1.75em;*/
	max-width: 100%;
	vertical-align: middle;
}

p > embed,
p > iframe,
p > object,
p > video {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode a,
.entry-content .wp-playlist a {
	box-shadow: none;
}

.wp-audio-shortcode,
.wp-video,
.wp-playlist.wp-audio-playlist {
	margin-top: 0;
	margin-bottom: 1.75em;
}

.wp-playlist.wp-audio-playlist {
	padding-bottom: 0;
}

.wp-playlist .wp-playlist-tracks {
	margin-top: 0;
}

.wp-playlist-item .wp-playlist-caption {
	border-bottom: 0;
	padding: 0.7142857143em 0;
}

.wp-playlist-item .wp-playlist-item-length {
	top: 0.7142857143em;
}

/* Captions */

.wp-caption {
	margin-bottom: 1.75em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}

.wp-caption .wp-caption-text {
	font-family: Montserrat, sans-serif;
	font-size: 14px;
	font-size: 0.9rem;
	font-style: italic;
	color: #111;
	line-height: 1.6153846154;
	padding-top: 0.5384615385em;
}


/* TinyMCE Editor */
body#tinymce {
	padding: 20px !important;
}


h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: 300;
	margin: 0;
	text-rendering: optimizeLegibility;
}

p {
	margin: 0 0 1.75em;
}

p:empty { display:none !important; }


dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	border: 0 solid #1a1a1a;
	border-left-width: 4px;
	color: #686868;
	font-size: 19px;
	font-size: 1.1875rem;
	font-style: italic;
	line-height: 1.4736842105;
	margin: 0 0 1.4736842105em;
	overflow: hidden;
	padding: 0 0 0 1.263157895em;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote p {
	margin-bottom: 1.4736842105em;
}

blockquote cite,
blockquote small {
	color: #1a1a1a;
	display: block;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.75;
}

blockquote cite:before,
blockquote small:before {
	content: "\2014\00a0";
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

blockquote > :last-child {
	margin-bottom: 0;
}

address {
	font-style: italic;
	margin: 0 0 1.75em;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: Inconsolata, monospace;
}

pre {
	border: 1px solid #d1d1d1;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.3125;
	margin: 0 0 1.75em;
	max-width: 100%;
	overflow: auto;
	padding: 1.75em;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

code {
	background-color: #d1d1d1;
	padding: 0.125em 0.25em;
}

abbr,
acronym {
	border-bottom: 1px dotted #d1d1d1;
	cursor: help;
}

mark,
ins {
	background: #007acc;
	color: #fff;
	padding: 0.125em 0.25em;
	text-decoration: none;
}

big {
	font-size: 125%;
}


html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


hr {
	/*background-color: #d1d1d1;*/
	background-color: #005dab;
	border: 0;
	height: 1px;
	margin: 0 0 1.75em;
}

ul,
ol {
	margin: 0 0 1.75em 1.25em;
	padding: 0;
}

ul {
	list-style: disc;
}

ul.split,
ul#tinymce.split {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 3%;
	-moz-column-gap: 3%;
	column-gap: 3%;
	-webkit-column-width: auto; /* Chrome, Safari, Opera */
	-moz-column-width: auto; /* Firefox */
	column-width: auto;
}

article ul.split {
	width: 80%;
	margin: 3em auto;
	padding: 0 3em;
	padding-left: 6em;
}

ol {
	list-style: decimal;
	margin-left: 1.5em;
}

li > ul,
li > ol {
	margin-bottom: 0;
}

dl {
	margin: 0 0 1.75em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 0 1.75em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
	vertical-align: middle;
}

del {
	opacity: 0.8;
}

table,
th,
td {
	border: 1px solid #d1d1d1;
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.75em;
	table-layout: fixed;
	/* Prevents HTML tables from becoming too wide */
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}

td {
	border-width: 0 1px 1px 0;
}

th,
td {
	padding: 0.4375em;
}

.alignleft {
	float: left;
	margin: 3em 1.75em 3em 0;
}

.alignright {
	float: right;
	margin: 0.375em 0 1.75em 3em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 3em auto 3em;
}

.wp-block-image .aligncenter {
	margin: 0 auto 3em;
}


blockquote.alignleft {
	margin: 0.3157894737em 1.4736842105em 1.473684211em 0;
}

blockquote.alignright {
	margin: 0.3157894737em 0 1.473684211em 1.4736842105em;
}

blockquote.aligncenter {
	margin-bottom: 1.473684211em;
}






/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #616060;
	font-family: 'Exo', "Helvetica", sans-serif;
}

:-moz-placeholder {
	color: #616060;
	font-family: 'Exo', "Helvetica", sans-serif;
}

::-moz-placeholder {
	color: #616060;
	font-family: 'Exo', "Helvetica", sans-serif;
	opacity: 1;
	/* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #616060;
	font-family: 'Exo', "Helvetica", sans-serif;
}


.skip-link, .screen-reader-text {
	display: none;
}


/* Make Perfect Scrollbars always visible */
.ps > .ps__rail-x,
.ps > .ps__rail-y {
  opacity: 0.6;
}

.ps__rail-y > .ps__thumb-y, .ps__rail-y > .ps__thumb-y, .ps__rail-y.ps--clicking .ps__thumb-y {
	background-color: #999;
	width: 11px;
}

.ps__thumb-y {
	background-color: #aaa;
	border-radius: 6px;
	transition: background-color .2s linear, width .2s ease-in-out;
	-webkit-transition: background-color .2s linear, width .2s ease-in-out;
	width: 6px;
	right: 2px;
	position: absolute;
}

.ps .ps__rail-x, .ps .ps__rail-y, .ps .ps__rail-x, .ps .ps__rail-y, .ps .ps__rail-x.ps--clicking, .ps .ps__rail-y.ps--clicking {
	background-color: #eee !important;
	opacity: 0.9;
}

/******************************************************************/

/** Colors **/

.blue			{ color: #005dab; }
.gold			{ color: #ffc423; }
.liteblue		{ color: #dff2fe; }	
.liteblue2		{ color: #4cb8f8; }	
.litegray		{ color: #969696; }	
.dkgray		{ color: #38393a; }		/* text */
.blk			{ color: #1b1b1b; }




/*********** STRUCTURE & ELEMENTS ***********/


.site {
	width: 100%;
	/*overflow-x: hidden;*/
}

.site-inner {
	width: 100%;
	margin: 0 auto;
}


.content-inner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}


#primary {
	min-height: 80vh;
}

.home #primary {
	min-height: none;
}

article {
	width: 80%;
	max-width: 1600px;
	margin: 0 auto;
	margin-bottom: 50px;
}

h1 {
	font-family: 'Exo', 'Helvetica', serif;
	font-weight: normal;
	font-size: 2.8em;
	line-height: 1;
	color: #005dab;
}

h2 {
	font-family: 'Exo', 'Helvetica', serif;
	font-weight: normal;
	font-size: 2.2em;
	line-height: 1;
	color: #005dab;
}

h3 {
	font-family: 'Exo', 'Helvetica', serif;
	font-weight: normal;
	font-size: 1.6em;
	line-height: 1;
	color: #005dab;
}


.button,
a.button,
.button a,
.gform_button {
	display: inline-block;
	background: #005dab;
	width: auto;
	padding: 10px 30px;
	margin: 10px;
	font-family: 'Exo', Helvetica, sans-serif;
	font-weight: 700;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
	transition: background 0.3s;
}

.button:hover,
a.button:hover,
.button a:hover,
.gform_button {
	background: #3b3a3a;
	color: #fff;
}

.gform_save_link.button {
	display: inline-block !important;
	background: #ffc423 !important;
	width: auto;
	padding: 10px 30px;
	margin: 10px;
	font-family: 'Exo', Helvetica, sans-serif;
	font-weight: 700;
	color: #38393a !important;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
	transition: background 0.3s;
}

.gform_save_link.button:hover {
	background: #38393a !important;
	color: #fff !important;
}


.button a {
	padding: 0;
	margin: 0;
}

p:last-of-type {
	margin-bottom: 0;
}




/*** HEADER / MASTHEAD ***/

.site-header {
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 88888;
	width: 100%;
	margin: 0 auto;
	padding: 10px;
	clear: both;
	transition: padding 0.3s;
	transition: background 0.3s;
}

.admin-bar .site-header {
	top: 32px;
}

.site-header .site-header-main {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
}

.site-header .site-branding {
	width: auto;
	float: left;
}

/*
.site-header .site-branding .logo,
.site-header .site-branding .custom-logo {
	max-width: 200px;
}
*/

.site-header .site-branding .logo,
.site-header .site-branding .custom-logo {
	max-width: 228px;
}

.site-header.small .site-branding .logo,
.site-header.small .site-branding .custom-logo {
	transition: max-width 0.3s;
	max-width: 200px;
}


.site-header .menu-toggle {
	float: right;
	padding: 8px 10px;
	text-align: center;
	color: #005dab;
	font-size: 1.2em;
	line-height: 0.8;
	cursor: pointer;
	transition: color 0.3s;
}


.site-header .menu-toggle .fa {
	font-size: 2em;
	display: block;
	margin-bottom: 8px;
}

.site-header .menu-toggle:hover {
	color: #ffc423;
}

.site-header .menu-toggle .menu-label {
	display: none;
}

.site-header .menu-toggle .fa {
	margin-bottom: 0px;
}

.site-header .shipping {
	float: right;
	padding: 8px 10px;
	text-align: center;
	color: #005dab;
	font-size: 1.2em;
	line-height: 0.8;
	cursor: pointer;
	transition: color 0.3s;
}

.site-header .shipping .fa {
	font-size: 1.9em;
	display: block;
	margin-top: 2px;
	margin-bottom: 8px;
}

.site-header .lang {
	float: right;
	padding: 8px 10px;
	text-align: center;
	color: #005dab;
	font-size: 1.2em;
	line-height: 0.8;
	cursor: pointer;
	transition: color 0.3s;
}

.site-header .lang a.es-badge {
	display: block;
	background-image: url(images/es-badge.svg);
	width: 38px;
	height: 38px;
	transition: all 0.3s ease-in-out 0.3s;
	cursor: pointer;
}

.site-header .lang a.es-badge:hover {
	background-image: url(images/es-badge-hover.svg);
	cursor: pointer;
}

.site-header .lang-pre {
	background: url(images/es-badge-hover.svg) no-repeat -9999px -9999px;
	height: 0;
	width: 0;
	opacity: 0;
}

.site-header .hiring {
	float: right;
	padding: 4px 10px;
	text-align: center;
	color: #005dab;
	font-size: 1.2em;
	line-height: 0.8;
	cursor: pointer;
	transition: all 0.3s;
}

.site-header .hiring a.hiring-badge {
	display: block;
	background-image: url(images/hiring-badge.svg);
	width: 50px;
	height: 50px;
	transition: all 0.3s ease-in-out 0.3s;
	cursor: pointer;
}

.site-header .hiring a.hiring-badge:hover {
	background-image: url(images/hiring-badge-hover.svg);
	cursor: pointer;
	transition: all 0.3s ease-in-out 0.3s;
}

.site-header .hiring-pre {
	background: url(images/hiring-badge-hover.svg) no-repeat -9999px -9999px;
	height: 0;
	width: 0;
	opacity: 0;
}

/*** NAVIGATION ***/

.menuOverlay {
	width: 100%;
	height: 100vh;
	padding: 30px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	background: rgba(255, 255, 255, 0.95);
	color: #005dab;
	display: none;
	/*transition: all 0.1s;*/
}

.admin-bar .menuOverlayX {
	height: calc(100vh - 32px);
}

.menuOverlay .menu-close {
	position: absolute;
	background: #fff;
	top: 20px;
	right: 20px;
	text-align: center;
	color: #005dab;
	font-size: 2.2em;
	line-height: 0.8;
	cursor: pointer;
	transition: color 0.3s;
	z-index: 99999;
}

.menuOverlay .menu-close:hover {
	color: #ffc423;
}

.admin-bar .menuOverlay .menu-close {
	top: 52px;
}

.menuOverlay .menuOverlay-inner {
	max-width: 90%;
	margin: 0 auto;
	position: relative;
	/*display: table;*/
	/*padding: 42px 0px;*/
	margin-top: 10vh;
	display: flex;
	align-items: center;
	justify-content: center;
}

.menuOverlay .mobile-menu {
	display: none;
}

.menuOverlay .mobile-menu {
	background: #005dab;
	padding: 30px;
	width: auto;
	height: 100%;
}

.menuOverlay .mobile-menu .main-navigation.main-nav {
	width: 100%;
	margin: 0;
	padding: 0;
}

.menuOverlay .mobile-menu .menuOverlay-inner { margin-top: 0; display: block; }

.menuOverlay .mobile-menu .main-navigation ul { padding: 0; }
.menuOverlay .mobile-menu .main-navigation li { text-align: center; }
.menuOverlay .mobile-menu .main-navigation li a { color: #fff; }
.menuOverlay .mobile-menu .main-navigation li a:hover { color: #dff2fe; }

.menuOverlay .mobile-menu ul.menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.menuOverlay .mobile-menu ul.menu li {
	font-size: 1.8rem;
	line-height: 1.7;
	color: #fff;
	text-align: center;
}

.menuOverlay .mobile-menu ul.menu select {
	font-size: 1rem;
	line-height: 1;
	width: auto;
	margin: 0 auto;
}

.menuOverlay .mobile-menu ul.menu li a { color: #fff; }
.menuOverlay .mobile-menu ul.menu li a:hover { color: #dff2fe; }

.menuOverlay .mobile-menu hr {
	background-color: #fff;
	width: 70%;
	min-width: 280px;
	margin: 1em auto;
}


.menuOverlay .col {
	/*display: table-cell;*/
	vertical-align: middle;
	width: 40%;
}

.menuOverlay .menu-logo .logo {
	max-width: 228px;
}

.menuOverlay .main-navigation {
	margin: 20px 0px 20px 0px;
	font-family: 'Exo', sans-serif;
}

.menuOverlay ul.menu,
.menuOverlay .main-navigation ul {
	/*padding-left: 0px;*/
	margin: 0px;
}

.menuOverlay .main-navigation li {
	text-align: right;
	list-style: none;
}

.menuOverlay .menu-header {
	color: #005dab;
	font-size: 1.6rem;
	line-height: 1.2;
	width: 100%;
}

.kc .menuOverlay .navHeader {
	display: flex;
	justify-content: center;
	align-items: center; 
}

.kc .menuOverlay .mainNav {
	min-width: 50%;
}

.kc .menuOverlay .sepco-home-link a {
	font-size: 0.7em;
	color: #ffc423;
}

.kc .menuOverlay .sepco-home-link a:hover { color: #fff; }


.menuOverlay .menu-header .menu-logo {
	margin-bottom: 1.5em;
}

.menuOverlay .main-navigation a { color: #005dab; }

.menuOverlay .main-navigation a:hover { color: #616060; }


.menuOverlay .menu-header {
	text-align: right;
	line-height: 1.4;
	padding-right: 30px;
}

.menuOverlay .menu-address {
	font-size: 1.2rem;
	line-height: 1.5;
	margin-top: 1em;
}

.menuOverlay .menu-address span {
	white-space: nowrap; 
}

.menuOverlay .menu-address .phone {
	font-weight: 700;
	font-size: 1.5rem;
}

.menuOverlay .menu-social {
	margin-top: 0.6em;
}

.menuOverlay .main-navigation.main-nav {
	text-align: left;
	font-size: 1.5rem;
	line-height: 1.7;
	padding-left: 30px;
}

.menuOverlay .menu-divider {
	height: 1px;
	width: 100%;
	/*max-width: 500px;*/
	background: #005dab;
	margin: 1em 0;
	position: relative;
	right: 0;
}

.menuOverlay .mainNav {
	background: #005dab;
	padding: 30px;
	width: auto;
}

.menuOverlay .mainNav ul {
	list-style-type: none;
	font-size: 2em;
	margin-left: 0;
	margin-bottom: 0;
}

.menuOverlay .mainNav ul li {
	padding-bottom: 0.5em;
}

.menuOverlay .mainNav ul li,
.menuOverlay .mainNav ul li a {
	color: #fff;
}

.menuOverlay .mainNav ul li a:hover {
	color: #dff2fe;
}

.menuOverlay .mainNav ul.submenu {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 3%;
	-moz-column-gap: 3%;
	column-gap: 3%;
	margin-top: 1em;
	margin-left: 2em;
	font-size: 1rem;
}

.menuOverlay .mainNav ul.submenu li,
.menuOverlay .mainNav ul.submenu li a {
	color: #4cb8f8;
}

.menuOverlay .mainNav ul.submenu li a:hover {
	color: #fff;
}

.menuOverlay .social-media-icons {
	margin-top: 1em;
}

.menuOverlay .social-icon {
	display: inline-block;
	padding: 0 5px;
	font-size: 1em;
}

.menuOverlay .social-icon a {
	color: #fff;
	background: #005dab;
	padding: 6px;
	padding-bottom: 2px;
	border-radius: 6px;
	transition: background 0.3s;
}

.menuOverlay .social-icon a:hover {
	background: #4cb8f8;
}

.menuOverlay .mainNav ul li a.kc-link { color: #ffc423; }
.menuOverlay .mainNav ul li a.kc-link:hover { color: #ffefa6; }

.menuOverlay .catSelect {
	font-size: 1rem;
	margin-bottom: 0px !important;
	/*width: 100% !important;*/
}

.menuOverlay .catSelect-inner {
	width: auto;
	margin-top: 8px;
	text-align: left;
}


/************** CONTENT **************/


/*** <article> Styles ***/

article h1,
article h2,
article h3,
article h4,
article h5,
article h6 {
	margin-bottom: 1em;
	line-height: 1.3em;
}

.post-type-archive-career article h2 {
	margin-bottom: 0.3em;
}

.post-type-archive-career article {
	border-bottom: 1px solid #969696;
}

.post-type-archive-career article:last-of-type {

}

article h1.entry-title {
	margin-bottom: 0.5em;
}

article h2,
article h3 {
	font-weight: 700;
}

article p {
	font-size: 1.1em;
	line-height: 1.2;
}

article p:last-of-type {
	margin-bottom: 1.75em;
}

article ul {
	margin-top: 2em;
	margin-bottom: 2em;
	margin-left: 4em;
	list-style-position: outside;
}

article li {
	font-size: 1.1em;
	line-height: 1.6;
	/*padding-bottom: 0.3em;*/
	margin-bottom: 0.5em;
}

article div.post-date {
	margin-bottom: 1em;
	padding-bottom: 0.3em;
	width: auto;
	display: table;
	border-bottom: 1px solid #969696;
}


div.med-width {
	max-width: 80%;
	min-width: 300px;
}

div.flexgrid-2 {
	display: flex;
	align-items: top;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
}

div.flexgrid-2 div {
	width: 48%;
	margin: 0.5%;
	margin-bottom: 10px;
	padding: 40px;
	padding-bottom: 0;
}

div.flexgrid-2.bg div {
	background-color: #EFF8FE;
}

div.flexgrid-2 div p {
	font-size: 1em;
	line-height: 1.5;
}

div.flexgrid-2 div p:last-of-type:not(:empty) {
	margin-bottom: 0;
}


/*** PAGINATION ***/

.pagination {
	text-align: center;
}

.pagination .page-numbers {
	border: 1px solid #dff2fe;
	display: inline-block;
	padding: 4px 8px;
	margin: 0 5px;
	margin-bottom: 2em;
}

.pagination .page-numbers:hover {
	background: #dff2fe;
}

.pagination .page-numbers.current {
	background: #dff2fe;
	font-weight: 700;
}

.pagination .page-numbers.next,
.pagination .page-numbers.prev  {
	border: 0;
}

.pagination .page-numbers.next:hover,
.pagination .page-numbers.prev:hover  {
	background: none;
}


/*** HOME PAGE ***/

.home-hero {
	width: 100%;
	height: 100vh;
	position: relative;
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	overflow: hidden;
}

.admin-bar .home-hero {
	height: calc(100vh - 32px);
}

.home-hero .hero-content {
	position: absolute;
	top: 22%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 80%;
	max-width: 1600px;
	margin: 0 auto;
	text-align: center;
	background: rgba(255, 255, 255, 0.9);
	font-family: 'Exo', Helvetica, sans-serif;
	line-height: 1.2;
	color: #3b3a3a;
}

.home-hero .hero-content .hero-content-inner {
	padding: 28px 50px;
}

.home-hero .hero-content h1 {
	font-size: 3em;
	margin-bottom: 10px;
}

.home-hero .hero-content p {
	font-size: 1.4em;
}

.home-hero .hero-content .hero-buttons {
	margin-top: 1em;
}

.home-hero .hero-content a.button {
	font-size: 0.8em;
	line-height: 1em;
	min-width: 200px;
	padding: 10px 20px;
}

.home-hero .hero-content .mobile-only-button {
	display: none;
}

.home-hero .hero-banner {
	background: #005dab;
	color: #fff;
	padding: 14px;
	font-size: 1.2em;
	text-align: center;
	width: 100%;
	height: auto;
}

.home-hero .hero-banner .hb_topline {
	font-size: 1.1em;
	/*margin-bottom: 4px;*/
}

.home-hero .hero-banner a {
	font-weight: 700;
	color: #fff;
}

.home-hero .hero-banner a:hover {
	color: #ffc423;
}

.home-widgets {
	/*background: rgba(255, 255, 255, 0.9);*/
	font-family: 'Exo', Helvetica, sans-serif;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
}

.home-widgets .hw {
	display: inline-block;
	/*float: left;*/
	width: 33.33%;
	height: auto;
	min-height: 20vh;
	padding: 40px;
	padding-bottom: 28px;
	background-color: rgba(0, 93, 171, 0.95);
	background-image: url(images/sepco-triangle-dkgray.png);
	background-position: top left;
	background-repeat: no-repeat;
	color: #fff;
	font-size: 1.2rem;
	vertical-align: bottom;
}

.home-widgets .hw.hw3 {
	background-image: url(images/sepco-triangle-liteblue.png);
}

.home-widgets .hw.hw2 {
	background-color: rgba(56, 57, 58, 0.95);
	background-image: url(images/sepco-triangle-gray.png);
}

.home-widgets .hw.hw1 {
	background-color: rgba(255, 196, 35, 0.95);
	color: #3b3a3a;
}

.home-widgets .hw h3 {
	color: #fff;
	font-size: 1.6em;
	border-bottom: 1px solid #fff;
	margin-bottom: 0.4em;
	padding-bottom: 0.3em;
}

.home-widgets .hw1 h3 {
	color: #3b3a3a;
	border-bottom: 1px solid #3b3a3a;
}

.home-widgets .hw p {
	margin: 0;
}

.home-widgets .hw.hw3 p {
	font-size: 0.9rem;
}

.home-widgets .hw a {
	display: table;
	width: auto;
	margin: 0 auto;
	margin-top: 1em;
	padding: 10px 30px;
	font-family: 'Exo', Helvetica, sans-serif;
	font-weight: 700;
	font-size: 1rem;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
	transition: background-color 0.3s;
}

.home-widgets .hw a:hover  { background-color: #616060; }

.home-widgets .hw.hw3 a { background-color: #4cb8f8; }
.home-widgets .hw.hw3 a:hover { background-color: #0a1750; }

.home-widgets .hw.hw2 a { background-color: #969696; }
.home-widgets .hw.hw2 a:hover { background-color: #616060; }

.home-widgets .hw.hw1 a { background-color: #3b3a3a; }
.home-widgets .hw.hw1 a:hover { background-color: #f49000; }


/* Home Promo Box */

.promo-box {
	position: absolute;
	display: block;
	/*top: 60%;*/
	left: 50%;
	z-index: 99990;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	margin: 0 auto;
	width: 50%;
	height: 64px;
	overflow: visible;
	max-width: 948px;
	background: #f45000;
	border-radius: 8px;
	padding: 20px 0 20px 0;
	color: #fff;
	transition:
		height 0.5s,
		top 1s 0.5s,
		padding 0.1s,
		width 0.5s 1s,
		box-shadow 0.1s;
}

.promo-box .promo-teaser {
	position: relative;
	font-size: 1.2em;
	cursor: pointer;
}

.promo-box .promo-headline {
	text-align: center;
	max-width: 90%;
	margin: 0 auto;
}

.promo-box .promo-expand {
	position: absolute;
	top: 0;
	right: 20px;
	cursor: pointer;
}

.promo-box.expanded .promo-teaser {
	display: none;
}

.promo-box .promo-main {
	/*display: none;*/
	max-height: 0;
	overflow: hidden;
	transition: all 1s;
}

.promo-box.expanded .promo-main {
	max-height: 100%;
}

.promo-box.expanded.format-inset-text .promo-main {
	display: flex;
	align-items: flex-start;
}

.promo-box.expanded {
	position: absolute;
	display: flex;
	/*top: 30%;*/
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 99990;
	width: 70%;
	/*height: 276px;*/
	padding: 38px 0 38px 0;
	-webkit-box-shadow: 0px 10px 15px 3px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 10px 15px 3px rgba(0,0,0,0.4);
	box-shadow: 0px 10px 15px 3px rgba(0,0,0,0.4);
	transition:
		width 0.5s,
		box-shadow 0.1s,
		padding 0.1s,
		height 1s 0.5s,
		top 1s 0.5s;
}

.promo-box .promo-main-inner {
	width: 100%;
	max-height: 0;
	background: #3b3a3a;
	transition: all 1s 6s;
}

.promo-box.expanded .promo-main-inner {
	/*height: auto;*/
	max-height: 100%;
	transition: all 1s;
}

.promo-box .promo-main-content {
	/*opacity: 0;
	transition: opacity 0.5s 1s;*/
	/*display: none;*/
	height: 100%;
	padding: 24px;
}

.promo-box.expanded .promo-main-content {
	/*opacity: 1;*/
}

.promo-box .promo-image {
	line-height: 1;
}

.promo-box .promo-image img {
	width: 100%;
	height: auto;
}

.promo-box .promo-text,
.promo-stage .promo-text {
	margin-bottom: 20px;
}

.promo-box.format-inset-text .promo-text,
.promo-stage.format-inset-text .promo-text {
	margin-bottom: 0px;
}

.promo-box .promo-text p {
	line-height: 1.5;
}

.promo-box .promo-main-content a {
	font-weight: 700;
	color: #fff;
}

.promo-box .promo-main-content a:hover {
	color: #4cb8f8;
}

.promo-box .promo-close {
	display: none;
}

.promo-box.expanded .promo-close {
	display: block;
	position: absolute;
	bottom: 5px;
	right: 5px;
	font-size: 28px;
	cursor: pointer;
}

.promo-box .promo-flex-wrap,
.promo-stage .promo-flex-wrap {
	display: flex;
	align-items: flex-start;
	align-content: stretch;
	line-height: 1;
}

.promo-box .promo-main-content .promo-image,
.promo-stage .promo-image {
	width: 100%;
	max-width: 900px;
	height: auto;	
}

.promo-box.format-inset-text .promo-main-content .promo-image,
.promo-stage.format-inset-text .promo-image {
	width: 100%;
	max-width: 380px;
	height: 100%;	
}

.promo-box.format-inset-text .promo-main-content .promo-image-inset,
.promo-stage.format-inset-text .promo-image-inset {
	flex-basis: auto;
	width: 100%;
	min-width: 380px;
	max-width: 380px;
	margin-right: 20px;
	line-height: 1;
}

.promo-box.format-inset-text .promo-main-content .promo-image-inset img {
	width: 100%;
	height: auto;
}

.promo-box .promo-main-content .promo-title,
.promo-stage .promo-title {
	font-size: 2em;
	line-height: 1;
	margin-bottom: 0.5em;
}

.promo-box.format-banner-text .promo-main-content .promo-image-banner,
.promo-stage .promo-image-banner {
	margin-bottom: 20px;
}

.promo-stage {
	position: fixed;
	top: 0px;
	z-index: -1;
	width: 70%;
	max-width: 948px;
	padding: 24px;
	opacity: 0;
}

.promo-mobile {
	display: none;
}

/*** PAGES ***/

.page-header,
.page .entry-header {
	width: 100%;
	background-color: #005dab;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	color: #fff;
	margin-bottom: 90px;
}

.page-header .page-header-inner,
.page .entry-header-inner {
	width: 100%;
	height: 100%;
	max-width: 1600px;
	margin: 0 auto;
	padding: 50px 40px;
	position: relative;
}

.page-header a,
.page .entry-header a {
	color: #fff;
}

.page-header h1,
.page .entry-header h1 {
	color: #fff;
	font-size: 3em;
}

.center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.topmargin {
	margin-top: 4em;
}
.bottommargin {
	margin-bottom: 4em;
}


.page-row {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-evenly;
}

.page-row .page-col {
	width: 50%;
	flex: 1 1;
	padding: 30px;
	margin: 10px;
}

.page-row .page-col {
	background-color: #EFF8FE;
}

.shipping-forms .button {
	min-width: 165px;
}

.page-row .col {
	width: 50%;
	flex: 1 1;
	padding: 30px;
	margin: 10px;
}

.scrolltop {
	opacity: 0;
    background-color: rgba( 0, 93, 171, 0.5);
    position: fixed;
    z-index: 9999;
    bottom: 0;
    right: -50%;
	left: 50%;
    min-width: 60px;
    max-width: 60px;
    min-height: 1.2em;
    max-height: 1.2em;
	padding: .1em 0 .1em 0;
    text-align: center;
    font-size: 2em;
    color: #fff;
    cursor: pointer;
	transition: all .3s;
}

.scrolltop:hover {
    background-color: rgba( 0, 93, 171, 1);
    color: #ffc423;
}


/*** SERVICES LIST ***/

.services-list {
	font-size: 2em;
}

.services-list ul {
	list-style-type: none;
	margin-left: 0;
	margin-top: 0;
}

.services-list ul li {
	padding: 0;
	margin: 0;
}

.services-list ul li a {
	display: block;
	padding: 1em;
	background: #dff2fe;
	margin-bottom: 0.2em;
	transition: all 0.3s;
}

.services-list ul li a:hover {
	background: #EFF8FE;
}



/*** INDUSTRY LIST ***/

.industry-list {
	margin-bottom: 1em;
}

.industry-list a.ind-list-link {
	display: block;
	margin-bottom: 2px;
	background: #005dab;
}


.industry-list .ind-list-item {
	display: flex;
	background-size: cover !important;
	background-position: 50% 50% !important;
	background-repeat: no-repeat !important;
}

.industry-list a.ind-list-link .ind-overlay {
	padding: 3em;
	width: 100%;
	height: 100%;
	transition: background 0.3s;
}

.industry-list a.ind-list-link:hover .ind-overlay {
	background-color: rgba(0, 93, 171, 0.8);
}

.industry-list .ind-list-name {
	font-size: 2em;
	color: #fff;
}




/*** KNOWLEDGE CENTER ***/

.kc .site-header {
	width: 100%;
	background-color: #005dab;
	color: #ffc423;
	margin-bottom: 90px;
	padding: 0;
}

.kc .site-header .site-header-main {
	width: 95%;
	max-width: 1600px;
}

.kc .site-header .site-branding {
	width: auto;
	height: 100%;
	margin: 0 auto;
	padding: 30px 0px;
	position: relative;
}

.kc .site-header .kc-logo {
	height: 0.9em;
	margin-right: 10px;
	padding-bottom: 6px;
}

.kc .site-header .menu-toggle {
	color: #fff;
	padding: 30px 0px;
}

.kc .site-header .menu-toggle:hover {
	color: #ffc423;
}

.kc .menuOverlay .menu-close {
	right: 40px;
	top: 40px;
}

.admin-bar.kc .menuOverlay .menu-close {
	top: 82px;
}

.kc .kc-header {
	width: auto;
	float: left;
	margin-bottom: 0;
}

.kc .kc-header .kc-title {
	color: #fff;
	font-weight: 400;
	font-size: 3em;
	line-height: 1;
	text-transform: uppercase;
	display: inline-block;
}

.kc .kc-header .kc-title a { color: #fff; transition: text-shadow 0.3s; }
.kc .kc-header .kc-title a:hover {
	/*color: #ffc423;
	text-shadow: 0px 0px 6px rgba(255, 196, 35, 1);*/
	color: #fff;
	text-shadow: 0px 0px 6px rgba(255, 255, 255, 1);
}

.kc .kc-header .kc-excerpt {
	display: inline-block;
	font-size: 2em;
	color: #ffc423;
}

.kc .kc-type-header {
	background-color: #dff2fe;
	padding: 18px;
	width: 100%;
	font-family: 'Exo', 'Helvetica', serif;
	font-weight: normal;
	font-size: 2.4em;
	line-height: 1;
	color: #005dab;
}

.kc .entry-content {
	margin-top: 50px;
	margin-bottom: 50px;
	padding: 0 3%;
}

.kc.single-article .entry-content {
	margin-top: 0px;
}

.kc .article-header {
	padding: 3%;
	background: #dff2fe;
	margin-bottom: 50px;
}

.kc .kc_content .entry-content {
	margin-top: 50px;
}

.kc .kc-col {
	float: left;
	width: 75%;
	background: #fff;
}

.kc .no-thumb .kc-col.col-left {
	margin-top: 50px;
	padding-bottom: 2em;
}

.kc article {
	width: 100%;
	margin-bottom: 0;
}

.kc .entry-content p {
	font-size: 1.1em;
	line-height: 1.5;
}

.kc .article .post-thumbnail {
	margin-bottom: 24px;
}

.kc.single-infographic .article .post-thumbnail {
	text-align: center;
}

.kc.single-infographic .article .post-thumbnail img {
	margin: 0 auto;
}


.kc article h2,
.kc article h3 {
	font-weight: 300;
	margin-bottom: 0.3em;
}


.kc .article embed, iframe, object, video {
	width: 100%;
	height: 100%;
	min-height: 500px;
}

.kc .article .article-category {
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 8px;
}

.kc .article .entry-title {
	margin-bottom: 12px;
}

.kc .article .subhead {
	/*margin-bottom: 24px;*/
	font-size: 1.5em;
	line-height: 1.2;
}

.kc .kc-hero {
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 70vh;
	min-height: 500px;
	position: relative;
}

.kc .hero-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(10, 23, 80, 0.95);
	/*background: #0a1750;*/
	padding: 40px;
	color: #dff2fe;
}

.kc .hero-caption a { color: #4cb8f8; }
.kc .hero-caption a:hover { color: #dff2fe; }

.kc .hero-caption .hero-category {
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 8px;
}

.kc .hero-caption .hero-title {
	font-size: 2em;
	margin-bottom: 8px;
	transition: color 0.3s;
}

.kc a .hero-caption .hero-title { color: #fff; }
.kc a:hover .hero-caption .hero-title { color: #4cb8f8; }

.kc .hero-caption .hero-subhead {
	font-size: 1.2em;
}

.kc .featured-wrap {
	background: #dff2fe;
	position: relative;
	width: 100%;
	padding: 18px;
	padding-top: 6px;
}

.kc .featured-wrap .fade-right {
	background: url('images/fade-right-blue.png') top center repeat-y transparent;
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 100px;
	z-index: 9999;
}

.kc .featured-header {
	width: 100%;
	height: auto;
	background: #dff2fe;
	padding: 18px;
	padding-bottom: 0;
	position: relative;
	font-size: 1.4em;
	line-height: 1;
	font-weight: 400;
	color: #005dab;
}

.kc .featured-header .feat-head-title {
	float: left;
	width: auto;
	text-transform: uppercase;
}

.kc .featured-header .archive-link {
	width: auto;
	font-size: 0.7em;
	float: right;
}

.kc .kc-featured {
	width: 100%;
	height: auto;
	/*padding: 18px;
	padding-bottom: 28px;*/
	position: relative;
}

.kc .kc-featured .featured-inner {
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: nowrap;
	/*overflow: hidden;*/
	position: relative;
	/*-webkit-overflow-scrolling: touch;*/
}

.kc .kc-featured .feat-item {
	width: 32%;
	min-height: 200px;
	/*max-width: 300px;*/
	flex: 0 0 auto;
	flex-basis: 3;
	vertical-align: top;
	/*border: 1px solid #4cb8f8;*/
	margin-right: 2%;
	background-color: rgba(255, 255, 255, 0.8);
	color: #005dab;
	line-height: 1.2;
}

.kc .kc-featured .feat-item:hover {
	background-color: #fff;
}

.kc .kc-featured .feat-item a.feat-link {
	display: table;
	width: 100%;
	height: 100%;
	/*padding: 18px;*/
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.kc .kc-featured .feat-item a { color: #005dab; transition: color 0.3s; }
.kc .kc-featured .feat-itemX a:hover { color: #dff2fe; }

.kc .kc-featured .feat-item.last {
	/*margin-bottom: 18px;*/
	/*padding-bottom: 0px;*/
}

.kc .kc-featured .feat-item .feat-thumb {
	width: 100%;
	height: 175px;
	overflow: hidden;
	margin-bottom: 10px;
}

.kc .kc-featured .feat-item .feat-details {
	height: 100%;
	width: 100%;
	padding: 18px;
	background: rgba(255, 255, 255, 0.7);
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	display: table-cell;
	vertical-align: middle;
	transition: background 0.3s;
}

.kc .kc-featured .feat-item a:hover .feat-details {
	/*visibility: hidden;*/
	background: rgba(0, 93, 171, 0.8);
}

.kc .kc-featured .category {
	text-transform: uppercase;
	font-size: 0.9em;
	line-height: 0.9;
	font-weight: 700;
	margin-bottom: 4px;
	/*padding: 6px;
	background: #000;*/
}

.kc .kc-featured .category a {
	color: #fff;
}

.kc .kc-featured .feat-title {
	/*font-weight: 700;*/
	font-size: 1.5em;
	margin-bottom: 8px;
	color: #fff;
}
.kc .hero-title .special-type { color: #4cb8f8; }

.kc .kc-featured .feat-title .special-type { color: #4cb8f8; }

.kc .kc-posts-wrap .featured-header,
.kc .kc-posts-wrap .featured-wrap {
	background: #fff;
}

/* Featured Posts List */

.kc .kc-posts-wrap {
	border-bottom: 2px solid #dff2fe;
}

.kc .kc-posts-wrap .kc-featured {
	height: auto !important;
}

.kc .kc-posts-wrap .featured-inner {
	height: auto !important;
	flex-wrap: wrap;
}

.kc .kc-posts-wrap .feat-item {
	width: 100%;
	height: 170px;
	flex: unset;
	display: table;
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom: 2px solid #dff2fe;
}

.kc .kc-posts-wrap .feat-item:last-of-type {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0px;
}

.kc .kc-posts-wrap .feat-item a.feat-link {
	display: table-cell;
	width: 31%;
	min-height: 170px;
	margin-right: 0;
}

.kc .kc-posts-wrap .feat-item a.feat-link .linkOverlay {
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: auto;
	background-repeat: no-repeat;
	transition: background 0.3s;
}

.kc .kc-posts-wrap .feat-item a.feat-link .linkOverlay.video {
	background-image: url(images/overlay-video.png);
}

.kc .kc-posts-wrap .feat-item a.feat-link:hover .linkOverlay,
.kc .kc-posts-wrap .feat-item a.feat-link .linkOverlay.hover {
	background-color: rgba(0, 93, 171, 0.8);
}

.kc .kc-posts-wrap .feat-title.hover a {
	color: #4cb8f8 !important;
}

.kc .kc-posts-wrap .feat-item .feat-details {
	display: table-cell;
	width: 65%;
	background: none;
	color: #333;
}

.kc .kc-posts-wrap .feat-item .feat-details a { color: #005dab; }
.kc .kc-posts-wrap .feat-item .feat-details a:hover { color: #4cb8f8; }


.kc article .archive-link {
	display: block;
	margin: 0 auto;
	font-weight: 700;
}

.kc .page-content {
	width: 80%;
	max-width: 1600px;
	margin: 0 auto;
	margin-top: 90px;
}

.kc article .featImg {
	width: 100%;
	height: 55vh;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.wp-caption .wp-caption-text {
	font-family: 'Exo', Helvetica, sans-serif;
	font-style: normal;
	border-top: 1px solid #4cb8f8;
	margin-top: 1em;
}

.kc .byline {
	margin-top: 1em;
}

.kc .author-bio {
	padding: 3%;
	background-color: #dff2fe;
}

.kc .page-header .author-bio {
	padding: 0;
}

.kc .author-bio .author-header {
	font-size: 1.5em;
	color: #005dab;
	margin-bottom: 1em;
}

.kc .author-bio .author-bio-text-inside {
	width: 100%;
	display: flex;
}

.kc .author-bio .author-bio-text-inside .author-pic-wrap {
	flex-basis: 20%;
	padding-right: 2%;
}

.kc .author-bio .author-bio-text-inside .author-pic-wrap img {
	height: auto;
	width: 100%;
	max-width: 200px;
}

.kc .author-bio .author-bio-text-inside .author-bio-text-wrap {
	flex-basis: 100%;
	line-height: 1.3;
}

.kc .author-bio .author-bio-text-inside .author-bio-text-wrap.hasPic {
	flex-basis: 80%;
}

.kc .author-bio .author-bio-text-inside .author-bio-text-wrap .taxonomy-description {
	margin-top: 1em;
}


/* KC Blog Posts */

.kc.single-blog-post .no-thumb .kc-col.col-left {
	margin-top: 0;
}

.kc.single-blog-post .column-header {
	margin-bottom: 3em;
	/*background: #EDEDED;*/
	padding: 0 20px;
	border-left: 10px double #005dab;
}

.kc.single-blog-post .column-name {
	color: #005dab;
	font-size: 2.4em;
	font-weight: 700;
	margin-bottom: 0.2em;
}

.kc.single-blog-post .author-name {
	/*color: #005dab;*/
	font-size: 1.4em;
}

.kc .blog-post-excerpt {
	margin-bottom: 1em;
	padding: 1em 0;
	border-bottom: 1px solid #dff2fe;
}
	
.kc .blog-post-excerpt:last-of-type {
	border-bottom: 0px;
}

.kc .blog-post-excerpt .post-snippet {
	line-height: 1.5;
}


/* KC SIDEBAR */

.kc .kc-sidebar {
	height: 100%;
	width: 25%;
	max-width: 460px;
	background-color: #dff2fe;
	background-color: #fff;
	border-left: 2px solid #dff2fe;
	border-right: 2px solid #dff2fe;
	/*min-height: 100vh;*/
	/*padding: 30px;*/
}

.kc .kc-sidebar .widget {
	padding: 10%;
	border-bottom: 2px solid #dff2fe;
	/*margin-bottom: 24px;*/
}

.kc .kc-sidebar .widget:last-of-type {
	border-bottom: 0px;
}

.kc .kc-sidebar h2.widget-title {
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 1.5em;
	margin-bottom: 18px;
}

.kc .kc-sidebar .widget p {
	line-height: 1.3;
}

.kc .kc-sidebar .social-media-icons {
	display: block;
	width: auto;
	max-width: 90%;
	text-align: center;
	margin: 0 auto;
	/*margin-bottom: 32px;*/
}

.kc .kc-sidebar .social-icon {
	display: inline-block;
	padding: 0 5px;
	font-size: 1.3em;
}

.kc .kc-sidebar .social-icon a {
	color: #fff;
	background: #005dab;
	padding: 6px;
	padding-bottom: 2px;
	border-radius: 6px;
	transition: background 0.3s;
}

.kc .kc-sidebar .social-icon a:hover {
	background: #4cb8f8;
	/*color: #ffc423;*/
}

.kc .kc-sidebar .widget.social {
	/*background-color: #fff;*/
}

.kc .kc-sidebar .widget.newsletter {
	background-color: #ffc423;
}

.kc .kc-sidebar .widget_recent_entries ul {
	margin-left: 0;
	list-style-type: none;
	text-align: left;
	margin-top: 2em;
}

.kc .kc-sidebar .widget_recent_entries ul li {
	padding: 1em 0;
	margin-bottom: 0;
	border-top: 2px solid #dff2fe;
	font-size: 1em;
}

.kc .kc-sidebar .widget_recent_entries ul li:last-of-type {
	border-bottom: 2px solid #dff2fe;
}

.kc .kc-sidebar .widget_recent_entries .post-date {
	font-size: 0.8em;
	display: table-cell;
	border-top: 1px solid #e2e2e2;
}

.kc .kc-sidebar .widget_recent_entries .archive-link {
	margin-top: 1em;
	text-align: center;
}


.kc iframe.pardotform {
	height: auto !important;
	background: #dff2fe;
	min-height: 300px !important;
}

/* SHARING TOOLS */

.sharing-tools {
	width: 100%;
	text-align: center;
	font-size: 1.2em;
	/*background: #dff2fe;*/
	padding: 4px;
	margin-bottom: 2em;
}

.sharing-tools div {
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
}

.sharing-tools .sharing-header {
	font-weight: 700;
}

.sharing-tools .icon {
	font-size: 1.5em;
	margin: 0 2px;
}




/*** PRODUCTS ***/

.product-header {
	width: 100%;
	background-color: #005dab;
	color: #fff;
	margin-bottom: 90px;
	
}

.product-header-inner {
	width: 100%;
	height: 100%;
	max-width: 1600px;
	margin: 0 auto;
	padding: 40px;
	position: relative;
}

.product-header a {
	color: #fff;
}

.product-header h3 {
	color: #fff;
	font-size: 3em;
	margin-top: 8px;
}

.product-header .product-cat {
	display: inline-block;
	width: 49%;
	height: 100%;
	vertical-align: middle;
}

.product-header .product-cta {
	display: inline-block;
	width: 49%;
	vertical-align: middle;
	text-align: right;
}

.product-header .product-cta a.button {
	background-color: #4cb8f8;
	width: 235px;
}

.product-header .product-cta a.button:hover {
	background-color: #38393a;
}


.product-col.col-left {
	/*float: left;*/
	display: inline-block;
	vertical-align: top;
	width: 44%;
	max-width: 450px;
	margin-right: 5%;
}

.product-col.col-right {
	/*float: right;*/
	display: inline-block;
	vertical-align: top;
	width: 50%;
}

.product-col .post-thumbnail {
	border: 1px solid #005dab;
	margin-bottom: 50px;
}

.single-product .product-col {
	line-height: 1.5;
}

.single-product .entry-header {
	margin-bottom: 1em;
}

.single-product .entry-header h1 {
	font-weight: 700;
	font-size: 2.4em;
	line-height: 1.1;
	padding-bottom: 10px;
	border-bottom: 1px solid #005dab;
}

.single-product .product-col ul {
	margin: 1em 3em;
}

.single-product .product-style {
	font-size: 1.4em;
	margin-bottom: 1em;
}

.single-product .callout-box {
	background: #EFF8FE;
	/*border: 1px solid #969696;*/
	padding: 30px;
	margin-top: 2em;
	margin-bottom: 2em;
}

.single-product .callout-box h3 {
	margin-bottom: 10px;
}

.single-product .callout-box p {
	margin-bottom: 10px;
}

.single-product .callout-box ul {
	margin-bottom: 2em;
}

.single-product .box-desc {
	font-size: 0.8em;
}

.single-product .industry-applications {
	margin-bottom: 2em;
}


/* Product Finder Promo */

.product-footer {
	margin-top: 3em;
	padding-top: 2em;
	border-top: 1px solid #005dab;
}

.product-footer .search-prompt {
	margin: 0 auto;
	text-align: center;
	font-size: 1.6em;
	line-height: 1.3;
	color: #005dab;
}

.product-footer .search-prompt .search-trigger {
	font-size: 1.2em;
	font-weight: 700;
	cursor: pointer;
	display: table;
	width: auto;
	margin: 0 auto;
	transition: color 0.3s;
}

.product-footer .search-prompt .search-trigger:hover {
	color: #4cb8f8;
}




/*** TERM ARCHIVES ***/

.archive .page-header {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}


.archive .page-header.withSub {
	margin-bottom: 0;
}

.archive .archive-sub {
	width: 100%;
	background: #4cb8f8;
	color: #fff;
	margin-bottom: 70px;
}

.archive .archive-sub-inner {
	width: 100%;
	height: 100%;
	max-width: 1600px;
	margin: 0 auto;
	padding: 30px 40px;
	position: relative;
}

.archive .term-subhead {
	font-size: 1.6em;
	line-height: 1.3;
}

.archive .term-description {
	padding-bottom: 1.5em;
	width: 90%;
	margin: 0 auto;
}

.archive .term-description ul {
	list-style-position: inside;
	margin-top: 1em;
	margin-bottom 1em;
	margin-left: 3em;
}

.archive .item-container {
	display: flex;
	justify-items: center;
	flex-wrap: wrap;
	margin-bottom: 3em;
}

.archive .item-container .list-item {
	width: auto;
	max-width: 24%;
	flex: 0 0 auto;
	flex-grow: 1;
	margin: 5px 0.5%;
	padding: 20px;
	border: 1px solid #4cb8f8;
	border: 1px solid #dff2fe;
	position: relative;
	transition: background 0.3s;
}

.archive.tax-industry .item-container .list-item {
	max-width: 19%;
}

.archive .item-container .list-item:hover {
	/*cursor: pointer;*/
	background: #dff2fe;
}

.archive .item-container .list-item .item-thumb {
	width: 100%;
	height: auto;
	margin-bottom: 1em;
	position: relative;
	overflow: hidden;
	border: 1px solid #dff2fe;
}

.archive .item-container .list-item .item-thumb a {
	width: 100%;
	display: block;
}

.archive .item-container .list-item .item-thumb a:hover {
	color: #005dab;
}

.archive .item-container .list-item img {
	width: 100%;
	min-width: 100%;
	height: auto;
	max-width: 300px;
}

.archive .item-container .list-item .item-title {
	font-weight: 700;
	font-size: 1.1em;
	line-height: 1.2;
	margin-bottom: 0.5em;
}

.archive .item-container  .list-item .item-description {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding: 20px;
	background: rgba(0, 93, 171, 0.9);
	background: rgba(255, 255, 255, 0.9);
	color: #333;
	opacity: 0;
	font-size: 0.9em;
	line-height: 1.5;
	align-content: center;
	transition: opacity 0.3s;
	overflow: hidden;
}

.archive .item-container  .list-item:hover .item-description {
	opacity: 1;
}

.archive .item-container  .list-item .item-description .item-title {
	font-size: 1.3em;
	margin-bottom: 1em;
}

.archive .item-container  .list-item .item-description .item-title a {
	/*color: #fff;*/
}

.archive .catSelect {
	width: 90%;
	margin: 0 auto;
	margin-bottom: 3em;
	text-align: center;
}

.archive .catSelect-inner {
	width: auto;	
}

.archive .catSelect select {
	width: auto;
}

.archive .section-head {
	text-transform: uppercase;
}

.archive .featured-wrap {
	padding-left: 0;
	border-bottom: 1px solid #dff2fe;
	margin-bottom: 18px;
}


/*** KC ARCHIVES ***/

.kc .page-header {
	padding: 30px 40px;
	background: #dff2fe;
	color: #005dab;
	margin-bottom: 0;
}

.kc .page-header h1 {
	color: #005dab;
	margin-bottom: 0;
}

.kc.archive .page-header a { color: #005dab; }
.kc.archive .page-header a:hover { color: #4cb8f8; }

.kc.archive .entry-content {
	margin-top: 30px;
}

.kc.archive .featured-wrap {
	background: none;
	padding-right: 0;
	padding: 1em;
	/*overflow: hidden;*/
	border-bottom: 0px;
}

.kc.archive .kc-featured .featured-inner {
	display: block;
	flex-wrap: wrap;
}

.kc.archive .kc-featured .feat-item {
	display: inline-block;
	margin-bottom: 1em;
	margin-right: 1%;
}


.kc .kc-blog .kc-col article {
	width: 80%;
	margin-top: 90px;
}

/*** RELATED ARTICLES ***/

.related-articles {
	width: 100%;
	background: #dff2fe;
	padding: 30px 0;
}

.related-articles .related-inner {
	width: 80%;
	max-width: 1600px;
	margin: 0 auto;
}

.related-articles .related-header {
	font-size: 1.8em;
	line-height: 1.2;
	color: #005dab;
	width: 100%;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #005dab;
}

.related-articles .related-header h4 {
	display: inline-block;
	vertical-align: middle;
	width: 50%;
}

.related-articles .related-header .kc-link {
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	text-align: right;
	font-size: 0.5em;
	text-transform: uppercase;
}





/*** PRODUCT FINDER ***/

.product-finder {
	width: 100vw;
	height: 100vh;
	padding: 5vw;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999;
	/*background-color: rgba( 255, 255, 255, 0.7);*/
	background-color: rgba( 0, 93, 171, 0.9);
	/*background-color: rgba( 0, 0, 0, 0.85);*/
	display: none;			/*DISABLE WHEN TESTING */
}

.product-finder .pf-inner {
	background: #3b3a3a;
	background: #005dab;
	background: #fff;
	color: #005dab;
	width: 60vw;
	height: auto;
	max-width: 1200px;
	min-height: 300px;
	max-height: 90vh;
	margin: 0 auto;
	padding: 3vw;
	-webkit-box-shadow: 0px 9px 15px 0px rgba(0,0,0,0.55);
	-moz-box-shadow: 0px 9px 15px 0px rgba(0,0,0,0.55);
	box-shadow: 0px 9px 15px 0px rgba(0,0,0,0.55);
	text-align: center;
	font-size: 1.2rem;
	line-height: 1.3;
	position: relative;
	z-index: 9999999;
	overflow: hidden;
}

.product-finder .pf-box-close {
	width: auto;
	position: absolute;
	top: 1vw;
	right: 1vw;
	font-size: 2rem;
	color: #4cb8f8;
	cursor: pointer;
	transition: color 0.3s;
}

.product-finder .pf-box-close:hover {
	color: #005dab;
}

/* Click-to-exit overlay, modal-style */
.product-finder .pf-fauxverlay {
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999;
}

.product-finder .pf-header {
	/*color: #b5b5b5;*/
	margin-bottom: 1em;
	width: auto;
	/*height: 100%;*/
	margin: 0 auto;	
}

.product-finder .pf-header h3 {
	font-size: 3rem;
	font-weight: 700;
	color: #005dab;
	margin-bottom: 10px;
}

.product-finder .pf-header h3 img {
	height: 3rem !important;
	margin-top: -.5rem;
}

.product-finder .pf-form {
	display: table;
	color: #005dab;
	margin-bottom: 1em;
	width: 100%;
	/*min-width: 100%;*/
	margin: 20px auto;
	border: 1px solid #4cb8f8;
	padding: 2vw;
}

.product-finder #pf-col-wrap {
	width: 100%;
	display: flex;
}

.product-finder .pf-form .inline-col {
	flex: 1;
	align-items: stretch;
	vertical-align: middle;
	margin: 0 auto;
	/*width: 49%;*/
	width: auto;
}

.product-finder .pf-form .inline-col.col-short {
	max-width: 20%;
}

.product-finder .pf-form .inline-col label {
	display: block;
}

.product-finder .pf-form .pf-col-wrap-full {
	padding: 0 2%;
}

.product-finder .pf-form .pf-subhead {
	display: flex;
	font-size: 1.5em;
	font-weight: 700;
	color: #4cb8f8;
	margin: 0 auto;
	text-transform: uppercase;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.product-finder .pf-form .element-wrap {
	padding-bottom: 10px;
}

.product-finder .pf-form label {
	display: block;
	color: #4cb8f8;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 2px;
}

.product-finder select {
	font-size: 0.8em;
}
.product-finder input[type=text] {
	text-align: center;
	font-size: 0.8em;
}

.product-finder .pf-form .field-caption {
	font-size: 0.7em;
	line-height: 1;
	margin-top: 8px;
}

.product-finder .pf-form .field-caption a { color: #4cb8f8; }
.product-finder .pf-form .field-caption a:hover { color: #dff2fe; }

.chosen-container {
	font-size: inherit !important;
}

.product-finder .pf-result-title a {
	color: #fff;
}

.product-finder .pf-result-title a:hover {
	color: #4cb8f8;
}

.product-finder .pf-form .button-wrap {
	margin-top: 10px;
	background: url(images/spinner-horiz.gif) center center no-repeat;
}

.product-finder .pf-form .pf-button {
	background: #4cb8f8;
	padding: 10px 50px;
	font-size: 0.8em;
	transition: visibillity 0.3s;
}

.product-finder .pf-form .pf-button:hover {
	background: #005dab;
}



.pf-standalone .product-finder {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	background-color: #fff;
	z-index: 1;
}

.pf-standalone .product-finder .pf-inner {
	width: 100%;
	height: auto;
}

.pf-standalone .product-finder .pf-fauxverlay,
.pf-standalone .product-finder .pf-box-close,
.pf-standalone .product-finder #product_finder_form_chosen {
	display: none;
}

.pf-standalone .product-finder .pf-form {
	display: table !important;
}


/* PF RESULTS */

.pf-results {
	border: 1px solid #4cb8f8;
	background: #005dab;
	color: #fff;
	height: auto;
	max-height: 30vh;
	transition: height 0.3s;
	position: relative;
	overflow: hidden;
}

.pf-results .pf-result {
	border-bottom: 1px solid #4cb8f8;
	padding: 10px;
	display: flex;
}

.pf-results .pf-result .pf-result-thumb {
	flex: 0.2;
	width: 20%;
	min-width: 130px;
	background: #fff;
	padding: 6px;
	margin-right: 10px;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.pf-results .pf-result .pf-result-details {
	flex: 1;
	text-align: left;
	font-size: 0.8em;
	justify-content: center;
	align-items: center;
	height: 100%;
	margin-right: 15px;
}

.pf-results .pf-result-title {
	font-size: 1.5em;
	font-weight: 700;
}

.pf-results .product-style {
	font-weight: 700;
	margin-bottom: 0;
}

.pf-results .desc-label {
	color: #4cb8f8;
}

.pf-results .product-desc {
	margin-top: 10px;
}

.pf-results .no-posts {
	padding: 30px;
}

.pf-results .no-posts a { color: #4cb8f8; }
.pf-results .no-posts a:hover { color: #dff2fe; }


/*** END PRODUCT FINDER ***/




/*** SEARCH & RESULTS ***/


.search-result {
	border-bottom: 2px solid #dff2fe;
	padding-bottom: 1em;
	margin-bottom: 1em;
}

.search-result .result-item {
	width: 100%;
	height: 200px;
	display: table;
}

.search-result .result-item a.result-thumb {
	display: table-cell;
	width: 31%;
	min-height: 200px;
	margin-right: 0;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.search-result .result-item a.result-thumb .linkOverlay {
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: auto;
	background-repeat: no-repeat;
	transition: background 0.3s;
	position: absolute;
	top: 0;
	left: 0;
}

.search-result .result-item a.result-thumb:hover .linkOverlay {
}

.search-result .result-item a.result-thumb .linkOverlay.video {
	background-image: url(images/overlay-video.png);
}

.search-result .result-item a.result-thumb:hover .linkOverlay,
.search-result .result-item a.result-thumb .linkOverlay.hover {
	background-color: rgba(0, 93, 171, 0.8);
}

.search-result .result-title {
	font-size: 1.5em;
	margin-bottom: 8px;
}

.search-result .result-title.hover a {
	color: #4cb8f8 !important;
}

.search-result .entry-summary {
	font-size: 1em;
}
.search-result .result-item .result-details {
	display: table-cell;
	vertical-align: middle;
	width: 65%;
	background: none;
	color: #333;
	padding: 18px;
}

.search-result .result-item .result-details a { color: #005dab; }
.search-result .result-item .result-details a:hover { color: #4cb8f8; }

.search-results .results-count {
	margin-bottom: 1.5em;
	font-size: 1.5em;
	color: #005dab;
}



.gated-content {
	width: auto;
	background: #dff2fe;
	padding: 20px;
	max-width: 600px;
	margin-bottom: 2em;
}

.gated-content .gform_wrapper {
	margin: 0;
}

.gated-content .gform_wrapper .top_label input.medium {
	width: 100% !important;
	max-width: 450px;
}



/*** MODALS ***/

.modal {
	width: 100vw;
	height: 100vh;
	padding: 5vw;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999;
	/*background-color: rgba( 255, 255, 255, 0.7);*/
	/*background-color: rgba( 0, 0, 0, 0.85);*/
	background-color: rgba( 0, 93, 171, 0.9);
	display: none;
}

.modal .modal-inner {
	/*background: #3b3a3a;*/
	/*background: #005dab;*/
	background: #fff;
	color: #005dab;
	width: auto;
	height: auto;
	min-height: 300px;
	max-height: 90vh;
	overflow-y: auto;
	margin: 0 auto;
	padding: 3vw;
	-webkit-box-shadow: 0px 9px 15px 0px rgba(0,0,0,0.55);
	-moz-box-shadow: 0px 9px 15px 0px rgba(0,0,0,0.55);
	box-shadow: 0px 9px 15px 0px rgba(0,0,0,0.55);
	text-align: center;
	font-size: 1.2rem;
	line-height: 1.3;
	position: relative;
	z-index: 9999999;
}

.modal .modal-inner.modal-form {
	max-width: 600px;
}

.modal .modal-box-close {
	width: auto;
	position: absolute;
	top: 1vw;
	right: 1vw;
	font-size: 2rem;
	color: #4cb8f8;
	cursor: pointer;
	transition: color 0.3s;
}

.modal .modal-box-close:hover {
	color: #005dab;
}

/* Click-to-exit overlay, modal-style */
.modal .modal-fauxverlay {
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999;
}

.modal .modal-header {
	/*color: #b5b5b5;*/
	margin-bottom: 1em;
	width: auto;
	margin: 0 auto;	
}

.modal .modal-header h3 {
	font-size: 3rem;
	font-weight: 700;
	color: #005dab;
	margin-bottom: 10px;
}

.modal .modal-header h3 img {
	height: 3rem !important;
	margin-top: -.5rem;
}

.modal .gform_wrapper {
	margin: 0 auto;
	width: 100%;
	min-width: 360px;
	max-width: 800px;
	overflow: hidden;
}





/*** FOOTER ***/

footer {
	width: 100%;
}

footer .promo {
	background: #ffc423;
	width: 100%;
	font-size: 1.2em;
	display: table;
}

footer .promo .promo-inner {
	padding: 30px 0;
	margin: 0 auto;
	width: 80%;
	height: 100%;
	max-width: 1600px;
	display: flex;
	align-items: center;
}

footer .promo .col {
	float: left;
	width: 50%;
	/*display: table-cell;*/
	vertical-align: middle;
	padding: 5px;
}

footer .promo .col-right {
	float: right;
	text-align: right;
}

footer .newsletter-promo .textwidget {
	line-height: 1.2;
}

footer .newsletter-promo .textwidget a {
	display: none;
}

footer .newsletter-promo .textwidget p {
	margin-bottom: 0;
}

footer .newsletter-promo h4 {
	font-size: 2em;
	font-weight: 700;
	margin-bottom: 10px;
}

/*.home footer .promo.brand-footer { display: none; }*/

footer .promo.brand-footer .promo-inner {
	padding: 5px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

footer .promo.brand-footer { background: #fff; }
footer .promo.brand-footer img.logo { max-width: 170px; }

footer .promo.brand-footer .promo-inner .col {
	display: block;
	flex-grow: 1;
}

footer .promo.brand-footer .col-mid {
	text-align: center;
	text-transform: uppercase;
	font-size: 0.8em;
}

footer .promo.brand-footer .col-right {
}


footer .social-media-icons {
	display: inline-block;
	vertical-align: middle;
	width: auto;
	max-width: 90%;
	text-align: center;
	margin: 0 auto;
	margin-right: 15px;
	/*margin-bottom: 32px;*/
}

footer .social-icon {
	display: inline-block;
	padding: 0 5px;
	font-size: 0.8em;
}

footer .social-icon a {
	color: #fff;
	background: #005dab;
	padding: 6px;
	padding-bottom: 2px;
	border-radius: 6px;
	transition: background 0.3s;
}

footer .social-icon a:hover {
	background: #4cb8f8;
	/*color: #ffc423;*/
}

footer .phone {
	display: inline-block;
	vertical-align: middle;
	font-size: 1.4em;
	font-weight: 900;
	color: #005dab;	
}

.kc footer .promo.brand-footer .col-left { display: none; }
.kc footer .promo.brand-footer .col-mid { text-align: left }



/*** MISC ELEMENTS ***/

/* Custom Twitter Feeds plugin */
#ctf {
	position: relative;		// so it works with Perfect Scrollbar
}

#ctf.ctf-super-narrow .ctf-tweet-content {
	font-size: 0.8em;
}




/*** Infographics - Image Map Pro, etc ***/

.imp-shape-container .fa {
	font-family: 'FontAwesomeAlt' !important;
	animation: shadow-pulse 1s infinite;
	border-radius: 50%;
}

.imp-shape-container .fa-circle:before { content: "\f111" !important; }


.infographic-fallback {
	display: none;
}

@keyframes shadow-pulse {

	0% { box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.4); }
	100% { box-shadow: 0 0 0 20px rgba(255, 255, 255, 0); }

}





/************** FORMS **************/

input {
	line-height: normal;
}

button,
button[disabled]:hover,
button[disabled]:focus,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus {
	background: #005dab;
	border: 0;
	/*border-radius: 2px;*/
	color: #fff;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	letter-spacing: 0.046875em;
	line-height: 1;
	padding: 0.84375em 0.875em 0.78125em;
	text-transform: uppercase;
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background: #b09977;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	outline: thin dotted;
	outline-offset: -4px;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="week"],
input[type="month"],
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea {
	/*background: #f7f7f7;*/
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
	border: 1px solid #d1d1d1;
	border-radius: 2px;
	color: #686868;
	padding: 0.625em 0.4375em;
	width: 100%;
}

input[type="date"]:focus,
input[type="time"]:focus,
input[type="datetime-local"]:focus,
input[type="week"]:focus,
input[type="month"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
	background-color: #fff;
	border-color: #007acc;
	color: #1a1a1a;
	outline: 0;
}



input[type="submit"],
input[type="reset"] {
	background: #005dab;
	color: #fff;
	padding: 10px 30px;
	font-family: 'Exo', Helvetica, sans-serif;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
	transition: background 0.3s;
	border: 0px;
	border-radius: 0px;
}

input[type="submit"]:hover,
input[type="reset"]:hover {
	background: #3b3a3a;
}



.post-password-form {
	margin-bottom: 1.75em;
}

.post-password-form label {
	color: #686868;
	display: block;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	margin-bottom: 1.75em;
	text-transform: uppercase;
}

.post-password-form input[type="password"] {
	margin-top: 0.4375em;
}

.post-password-form > :last-child {
	margin-bottom: 0;
}

.search-form {
	position: relative;
}

input[type="search"].search-field {
	border-radius: 2px 0 0 2px;
	width: -webkit-calc(100% - 42px);
	width: calc(100% - 42px);
}

.search-submitX:before {
	content: "\f400";
	font-size: 24px;
	left: 2px;
	line-height: 42px;
	position: relative;
	width: 40px;
}

.search-submit {
	border-radius: 0 2px 2px 0;
	bottom: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 42px;
}


button.dropdown-toggle {
	background: none;
	padding: 0 5px;
	color: #969696;
	font-size: 1em;
}

li button.dropdown-toggle::after {
	content: "v";
	color: #969696;
}


li.expanded button.dropdown-toggle::after {
	content: "^";
	color: #969696;
}

/** Gravity Forms **/

.gform_wrapper.contact-form_wrapper {
	margin-top: 0 !important;
	font-size: 1rem;
}

.contact-form .gform_heading {
	display: none !important;
	margin-bottom: 0 !important;
}

.contact-form .gfield_label {
	/*display: none !important;*/*
}

.gform_wrapper.contact-form_wrapper .top_label input.large {
	width: 100% !important;
}

.contact-form .name_first {
	width: 100% !important;
	margin-right: 0 !important;
	min-height: 0 !important;
}

.gform_wrapper.contact-form_wrapper .ginput_complex input[type="text"],
.gform_wrapper.contact-form_wrapper .top_label textarea.textarea {
	width: 100% !important;
}

.contact-form .name_first label {
	/*display: none !important;*/
}

.gform_wrapper.contact-form_wrapper .gform_footer input.button,
.gform_wrapper.contact-form_wrapper .gform_footer input[type="submit"] {
	float: right;
}

.contact-form #field_1_5 .gfield_label {
	display: block !important;
}

.gform_wrapper.contact-form_wrapper.gf_browser_gecko ul.gform_fields li.gfield select {
	color: #000;
}


.gform_button {
	display: inline-block !important;
	background: #005dab !important;
	width: auto !important;
	padding: 10px 30px !important;
	margin: 10px !important;
	font-size: 0.8em !important;
	font-family: 'Exo', Helvetica, sans-serif !important;
	font-weight: 700 !important;
	color: #fff !important;
	text-align: center !important;
	text-transform: uppercase !important;
	cursor: pointer !important;
	transition: background 0.3s !important;
	background: #4cb8f8;
	border: 0px !important;
	border-radius: 0px !important;
	margin: 0 auto !important;
}

.gform_button:hover {
	background: #4cb8f8 !important;
	color: #fff !important;
}

.gform_wrapper .gform_footer {
	text-align: center !important;
}


/*** FORMS - UNIVERSAL ***/

.gfield_label {
	font-size: 1.0rem;
	padding-bottom: 1em;
}

input[type="text"],
input[type="email"],
input[type="select"],
input[type="password"],
textarea {
	/*background-color: #38393a !important;*/
	/*background-color: #dff2fe !important;*/
	background-color: #fff !important;
	border: 1px solid #4cb8f8 !important;
	border-radius: 4px !important;
	color: #1b1b1b !important;
	font-family: 'Exo', 'Helvetica', serif !important;
	font-weight: 400;
	/*color: #BABABA !important;*/
	color: #616060 !important;
	padding: 4px !important;
}

textarea.large {
	height: 10em !important;
}

select {
	border: 1px solid #4cb8f8 !important;
	border-radius: 4px !important;
	background-color: #dff2fe !important;
	background-color: #fff !important;
	color: #616060 !important;
	width: 100%;
}

.gform_wrapper input[type="text"], .gform_wrapper input[type="url"], .gform_wrapper input[type="email"], .gform_wrapper input[type="tel"], .gform_wrapper input[type="number"], .gform_wrapper input[type="password"], .gform_wrapper textarea.large, .gform_wrapper.gf_browser_gecko ul.gform_fields li.gfield select {
	font-size: 0.8em !important;
}

.gform_wrapper .instruction {
	font-size: 0.7em !important;
	text-indent: 1em;
}


/* MailChimp Forms */

#mc_embed_signup {
	margin-top: 2em;
}

#mc_embed_signup form {
	text-align: right !important;
	padding: 0 0 0 0 !important;
}

#mc_embed_signup .mc-field-groupX {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width: 100% !important;
	height: 100% !important;
	padding-bottom: 0 !important;
	min-height: 100% !important;
}

#mc_embed_signup .mc-field-group {
	/*text-align: right !important;*/
}

#mc_embed_signup .mc-field-group input {
	/*width: auto !important;*/
	margin: 0 !important;
	margin-bottom: 0.5em !important;
	border-radius: 0px !important;
	font-size: 0.8em !important;
}

#mc_embed_signup input[type="text"],
#mc_embed_signup input[type="email"] {
	/*max-width: 400px !important;
	float: right !important;*/
}

#mc_embed_signup .button {
	background: #005dab !important;
	color: #fff !important;
	padding: 10px 30px !important;
	height: auto !important;
	font-family: 'Exo', Helvetica, sans-serif !important;
	font-weight: 700 !important;
	text-align: center !important;
	font-size: 0.8em !important;
	line-height: 1 !important;
	text-transform: uppercase !important;
	cursor: pointer !important;
	transition: background 0.3s !important;
	border: 0px !important;
	border-radius: 0px !important;
	transition: background 0.3s;
	/*width: auto !important;*/
	text-indent: none !important;
	/*float: right !important;*/
}

#mc_embed_signup .button:hover {
	background: #3b3a3a !important;
}

#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
	margin: 2px 1em 1em 0 !important;
}


/*** HubSpot forms ***/



/**** Galleries ****/

.gallery {
	margin: 0 -1.1666667% 1.75em;
}

.gallery-item {
	display: inline-block;
	max-width: 33.33%;
	padding: 0 1.1400652% 2.2801304%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-icon img {
	margin: 0 auto;
}

.gallery-caption {
	color: #686868;
	display: block;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 0.5384615385em;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}





/*** GDPR Cookie Notice ***/

#cookie-notice {
	font-size: 0.9em !important;
	line-height: 1.5 !important;
	background-color: rgba(231, 231, 231, 0.95) !important;
}

.cookie-notice-container {
	padding: 3px !important;
}

#cookie-notice .cn-button {
	padding: 5px 30px !important;
}





/***** Media Queries *****/

@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}


@media (max-width: 1200px) {

	.home-hero .hero-content {
		width: 90%;
	}

	.home-hero .hero-content .hero-content-inner {
		padding: 28px 3%;
	}

	.home-hero .hero-content h1 {
		font-size: 2.5em;
	}

	.home-hero .hero-content p:last-of-type {
		margin-bottom: 10px;
	}
	
	.home-hero .hero-banner .hb_topline {
		font-size: 1.2em;
	}

	.home-widgets .hw h3 {
		font-size: 1.4em;
	}


}


@media (max-width: 950px) {

	.home-hero .hero-content h1 {
		font-size: 2.2em;
	}

	.home-hero .hero-content {
		width: 95%;
	}

	.kc .site-header .site-header-main {
		display: flex;
		align-items: center;
	}

	.kc .site-header .site-branding {
		width: 100%;
		padding: 30px 0px;
	}

	.kc .kc-header .kc-title {
		font-size: 2.6em;
	}
	
	.kc .kc-header .kc-excerpt {
		font-size: 1.8em;
	}
	
	.menuOverlay .menuOverlay-inner {
		max-width: 100%;
	}

	.product-finder .pf-inner {
		width: 90vw;
	}
	
	.modal .modal-header h3,
	.product-finder .pf-header h3 {
		font-size: 2.6rem;
	}

	.product-finder .pf-header h3 img {
		height: 2.6rem !important;
	}
	
	.imp-wrap { display: none; }

	.infographic-fallback {
		display: block;
	}

}


@media (max-width: 900px) {

	.home-hero .hero-content .hero-content-inner {
		padding: 20px 2%;
	}

}

@media (max-width: 850px) {

	.home-hero .hero-content {
		top: 18%;
	}

	.home-hero .hero-content h1 {
		font-size: 2.6em;
	}

	.home-widgets .hw {
		padding: 30px;
		background-size: 40px;
		font-size: 1.1rem;
	}

	.home-widgets .hw h3 {
		font-size: 1.5em;
	}

	.home-widgets .hw a {
		padding: 10px 20px;
	}

	.page-header .page-header-inner,
	.page .entry-header-inner
	.product-header-inner {
		padding: 30px 40px;
		display: flex;
		align-items: center;
	}
	
	.product-header {
		margin-bottom: 50px;
	}

	article {
		width: 90%;
	}

	.product-header .product-cta a.button {
		width: 235px;
	}

	.archive .item-container .list-item {
		max-width: 32%;
	}

	.product-col.col-left,
	.product-col.col-right {
		width: 100%;
		max-width: auto;
		margin: 0 auto;
		display: block;
	}

	.product-col .post-thumbnail {
		max-width: 400px;
		margin: 0 auto;
		margin-bottom: 50px;
	}

	.related-articles .related-header h4,
	.related-articles .related-header .kc-link {
		width: 100%;
		display: block;
		text-align: center;
	}

	footer .promo .col {
		width: 100%;
		float: none;
		clear: both;
		display: block;
	}

	footer .promo .col-right {
		margin-top: 20px;
	}

	footer .promo.brand-footer {
		padding: 20px 0;
	}

	footer .promo.brand-footer .col {
		text-align: center;
	}

	footer .promo .promo-inner,
	footer .promo.brand-footer .promo-inner {
		display: block;	
	}

	footer .promo.brand-footer .col-mid {
		padding: 2em 0;
		padding-bottom: 1em;
		text-align: center !important;
	}

	footer .promo.newsletter-promo .col {
		text-align: center;
	}

	footer .social-media-icons,
	footer .phone {
		margin-right: 0;
		display: block;
		max-width: 100%;
	}

	/** Knowledge Center **/

	.kc .site-header .site-branding {
		padding: 0px 0px;
	}
	
	.kc .site-header .menu-toggle {
		padding: 15px 0px;
	}

	.kc .site-header .kc-excerpt {
		display: block;
	}
	
	.kc .site-header .kc-excerpt .excerpt-divider {
		display: none;
	}

	.kc .kc-col,
	.kc .kc-sidebar {
		float: none;
		width: 100%;
		max-width: none;
	}
	
	.kc .kc-sidebar {
		height: auto !important;
		border-top: 2px solid #dff2fe;
	}
	
	.kc .kc-sidebar .widget {
		padding: 5vw;
	}

	.kc .kc-featured {
		height: auto !important;
	}
	.kc .kc-featured .featured-inner {
		height: auto !important;
		flex-wrap: wrap;
	}

	.kc .kc-featured .feat-item {
		width: 48%;
		margin-bottom: 1em;
		flex-grow: 1;
	}
	
	.kc .kc-featured .feat-item:last-of-type {
		margin-bottom: 0;
	}

	.kc .kc-posts-wrap .feat-item {
		width: 100%;
	}

	.kc .kc-posts-wrap .feat-item a.feat-link {
		width: 40%;
	}
	
}

@media (max-width: 750px) {

	.site-header .site-branding {
		max-width: 150px;
	}

	.kc .site-header .site-branding {
		max-width: none;
	}


	.site-header .site-branding img {
		max-width: 150px;
		width: 100%;
	}

	.site-header .menu-toggle {
		padding: 0;
	}

	.menuOverlay {
		padding: 0;
	}

	.menuOverlay .menu-close,
	.kc .menuOverlay .menu-close {
		top: 20px;
		right: 20px;
		background: none;
		color: #fff;
		font-size: 1.8em;
	}
	
	.menuOverlay .big-menu {
		display: none;
	}

	.menuOverlay .mobile-menu,
	.menuOverlay .kc-menu {
		font-size: 1.3rem !important;
		display: block;
	}

	.menuOverlay .menu-kc-mobile-menu-container {
		margin-top: 1em;
	}

	.menuOverlay .mobile-menu hr {
		margin: 0.5em auto;
	}

	.menuOverlay .mobile-menu ul.menu li {
		font-size: 1.3rem !important;
	}

	.menuOverlay .mobile-menu hr {
		min-width: 1px;
	}

	.menuOverlay .mobile-menu ul.menu select {
		font-size: 0.9rem;
	}

	.home-hero .hero-content {
		top: 20%;
	}

	.home-hero .hero-content h1 {
		font-size: 2.2em;
	}

	.page-header .page-header-inner,
	.page .entry-header-inner,
	.product-header-inner {
		padding: 30px;
		display: block;
		align-items: center;
	}

	.product-header h3 {
		font-size: 2.6em;
	}

	.product-header .product-cat {
		display: block;
		width: auto;
		text-align: center;
	}

	.product-header .product-cta {
		display: block;
		width: 100%;
		margin-top: 20px;
		text-align: center;
	}

	.menuOverlay .menuOverlay-inner {
		margin-top: 7vh;
	}

	.home footer .promo.brand-footer { display: block; }

	footer .social-media-icons {
		margin-bottom: 1em;
	}

	.home-widgets {
		position: relative;
		left: 0;
		-webkit-transform: none;
		transform: none;
	}

	.home-widgets .hw {
		width: 100%;
		display: block;
		height: auto !important;
	}

	.kc .hero-caption {
		padding: 20px;
	}

	
	/* Home Promo */
	
	.promo-box,
	.promo-box.expanded {
		position: relative !important;
		display: block !important;
		top: inherit !important;
		left: 0 !important;
		transform: none !important;
		width: 100% !important;
		/*height: auto !important;*/
		/*max-height: none !important;*
		/*background: #3b3a3a;*/
		/*transition: none;*/
		border-radius: 0;
	}

	.promo-box .promo-headline {
		font-size: 0.9em;	
	}

	.promo-box .promo-flex-wrap,
	.promo-stage .promo-flex-wrap {
		display: block;
	}
	
	.promo-box.format-inset-text .promo-main-content .promo-image,
	.promo-stage.format-inset-text {
		min-width: 100%;
		max-width: 100%;
		margin-bottom: 20px;
	}
	
	.promo-box.format-inset-text .promo-main-content .promo-image,
	.promo-stage.format-inset-text .promo-image {
		width: 100%;
		max-width: 100%;
		height: auto;
		margin-right: 0;
		margin-bottom: 20px;
	}
	
	.promo-box.format-inset-text .promo-main-content .promo-text,
	.promo-stage.format-inset-text .promo-text {
		margin-bottom: 20px;
	}

	.promo-stage {
		position: fixed;
		display: block !important;
		top: 0px;
		z-index: -1;
		width: 100%;
		max-width: 100%;
		padding: 24px;
		opacity: 0;
	}

	.promo-stage img {
		width: 100%;	
	}
		
}

@media (max-width: 650px) {

	.home-hero .hero-content h1 {
		font-size: 2em;
	}

	.home-hero .hero-content p {
		font-size: 1.2em;
		margin-top: 1em;
		margin-bottom: 2em;
	}

	.home-hero .hero-content a.button {
		min-width: 280px;
	}

	.home-hero a.button:last-of-type {
		margin-bottom: 0;
	}


	.home-hero .hero-content .mobile-only-button {
		display: block;
		margin-top: 10px;
	}

	.home-hero .hero-banner {
		display: none;
	}

	.archive .item-container .list-item {
		max-width: 49%;
	}

	footer .promo .promo-inner {
		width: 90%;
		padding: 20px 0;
	}

	footer .newsletter-promo h4 {
		font-size: 1.8em;
	}

	.modal .modal-header,
	.product-finder .pf-header {
		padding-top: 1em;
	}
	
	.modal .modal-header h3,
	.product-finder .pf-header h3 {
		font-size: 2rem;
	}

	.product-finder {
		padding: 0;
		position: absolute;
		height: 100%;
		min-height: 100%;
		max-width: 100%;
		min-height: 100%;
	}

	.product-finder .pf-fauxverlay {
	}

	.product-finder .pf-inner {
		font-size: 1rem;
		/*min-height: 100%;*/
		max-height: none;
		/*height: 100%;*/
		width: 100%;
		padding: 2%;
	}

	.product-finder .pf-header h3 img {
		height: 2rem !important;
	}

	.product-finder .pf-form .inline-col.col-short {
		max-width: 15%;
	}

	.pf-results {
		max-height: 40vh;
		max-width: 98%;
		margin: 0 auto;
		overflow-x: hidden;
	}

	.pf-results .pf-result {
		overflow-x: hidden;
	}

	.pf-results .pf-result .pf-result-thumb {
		min-width: 110px;
	}

	.pf-results .pf-result-title {
		font-size: 1.2em;
	}

	.kc .kc-header .kc-title {
		font-size: 2.2em;
	}

	.kc .kc-header .kc-excerpt {
		font-size: 1.4em;
	}

	.kc .kc-featured .feat-item {
		width: 100%;
		margin-bottom: 1em;
		flex-grow: 1;
	}

	.kc .kc-hero {
		height: 60vh;
		min-height: none;
	}

	.kc .hero-caption .hero-title {
		font-size: 1.8em;
	}


}



@media (max-width: 550px) {

	.kc .kc-posts-wrap .feat-item a.feat-link {	
		width: 100%;
		display: block;
		min-height: 150px;
	}
	.kc .kc-posts-wrap .feat-item .feat-details { 
		width: 100%;
		display: block;
		padding: 16px 0;
	}

	.site-header .shipping,
	.site-header .lang {
		/*display: none;*/
	}


}



@media (max-width: 450px) {

	.home-hero .hero-content h1 {
		font-size: 1.9em;
	}
	
	.home-hero a.button {
		width: 100%;
		padding: 10px;
		margin: 5px auto;
	}

	.home-widgets .hw a {
		width: 100%;
		padding: 10px;
		margin: 0 auto;
		margin-top: 2em;
	}

	.modal .modal-header,
	.product-finder .pf-header {
		margin-top: 1em;
	}
	
	.modal .modal-header h3,
	.product-finder .pf-header h3 {
		font-size: 1.6rem;
	}
	
	.product-finder .pf-header h3 img {
		height: 1.6rem !important;
	}

	.product-finder .pf-form label {
		font-size: 0.9rem !important;
	}

	.product-finder .pf-form .field-caption {
		margin-top: 0;
	}

	.kc .kc-header .kc-title {
		font-size: 2em;
	}

	.kc .kc-header .kc-excerpt {
		font-size: 1.2em;
	}

	.kc .kc-featured .feat-item a.feat-link {
		max-height: 200px;
	}

}


/* height-based */


@media (max-height: 800px) {		

	.menuOverlay .menuOverlay-inner {
		margin-top: 0;
	}

	.menuOverlay .mainNav ul {
		font-size: 1.6em;
	}

	/* Home Promo */
	
	.promo-box,
	.promo-box.expanded {
		position: relative !important;
		display: block !important;
		top: inherit !important;
		left: 0 !important;
		transform: none !important;
		width: 100% !important;
		/*height: auto !important;*/
		/*max-height: none !important;*
		/*background: #3b3a3a;*/
		/*transition: none;*/
		border-radius: 0;
	}

	.promo-box .promo-headline {
		font-size: 0.9em;	
	}

	.promo-box .promo-flex-wrap,
	.promo-stage .promo-flex-wrap {
		display: block;
	}
	
	.promo-box.format-inset-text .promo-main-content .promo-image,
	.promo-stage.format-inset-text {
		min-width: 100%;
		max-width: 100%;
		margin-bottom: 20px;
	}
	
	.promo-box.format-inset-text .promo-main-content .promo-image,
	.promo-stage.format-inset-text .promo-image {
		width: 100%;
		max-width: 100%;
		height: auto;
		margin-right: 0;
		margin-bottom: 20px;
	}
	
	.promo-box.format-inset-text .promo-main-content .promo-text,
	.promo-stage.format-inset-text .promo-text {
		margin-bottom: 20px;
	}

	.promo-stage {
		position: fixed;
		display: block !important;
		top: 0px;
		z-index: -1;
		width: 100%;
		max-width: 100%;
		padding: 24px;
		opacity: 0;
	}

	.promo-stage img {
		width: 100%;	
	}

}

@media (max-height: 700px) {		

	.home-hero .hero-content {
		top: 18%;
	}

}

@media (max-height: 600px) {		

	.home-hero .hero-content {
		top: 15%;
		padding: 15px;
	}

	.home-hero .hero-content p {
		margin-bottom: 1em;
	}

	.home footer .promo.brand-footer { display: block; }

	.home-widgets {
		position: relative;
		left: 0;
		-webkit-transform: none;
		transform: none;
	}

	.home-widgets .hw {
		width: 100%;
		display: block;
		height: auto !important;
	}

	.page-header .page-header-inner,
	.page .entry-header-inner,
	.product-header-inner {
		padding: 20px;
	}

	.product-header h3 {
		font-size: 2.4em;
	}

	.product-header .product-cta {
		margin-top: 10px;
	}

	.kc .site-header .site-branding {
		padding: 0px 0px;
	}
	
	.kc .site-header .menu-toggle {
		padding: 30px 0px;
	}

	.kc .kc-hero {
		height: 70vh;
		min-height: auto;
	}

	.kc .hero-caption {
		padding: 20px;
	}



}












@media (max-width: 900px) and (min-width: 801px)  {

}


