/* normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */

/* CSS Update 10/19/2020 */

/******************************************************************
 Main Stylesheet
******************************************************************/
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block }
audio, canvas, video { display: inline-block }
audio:not([controls]) { display: none; height: 0 }
[hidden], template { display: none }

/* Base */
html { font-family: sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100% }
body { margin: 0 }

/* Links */
a { background: 0 0 }
a:focus { outline: dotted thin }
a:active, a:hover { outline: 0 }

/* Typography */
h1 { font-size: 2em; margin: .67em 0 }
abbr[title] { border-bottom: 1px dotted }
.strong, b, strong { font-weight: 700 }
.em, dfn, em { font-style: italic }
hr { -moz-box-sizing: content-box; box-sizing: content-box; height: 0 }

/*p{-webkit-hyphens:auto;-epub-hyphens:auto;-moz-hyphens:auto;hyphens:auto}*/
pre { margin: 0; white-space: pre-wrap }
code, kbd, pre, samp { font-family: monospace, serif; font-size: 1em }
.small, small, sub, sup { font-size: 75% }
q { quotes: "\201C" "\201D" "\2018" "\2019" }
q:after, q:before { content: none }
sub, sup { line-height: 0; position: relative; vertical-align: baseline }
sup { top: -.5em }
sub { bottom: -.25em }

/* Lists */
dl, menu, ol, ul { margin: 1em 0 }
dd { margin: 0 }
menu { padding: 0 0 0 40px }
ol, ul { padding: 0; list-style-type: none }
nav ol, nav ul { list-style: none }

/* Embedded content */
img { border: 0 }
svg:not(:root) { overflow: hidden }

/* Figures */
figure { margin: 0 }

/* Forms */
fieldset { border: 1px solid silver; margin: 0 2px; padding: .35em .625em .75em }
legend { border: 0; padding: 0 }
button, input, select, textarea { font-family: inherit; font-size: 100%; margin: 0 }
button, input { line-height: normal }
button, select { text-transform: none }
button, html input[type=button], input[type=reset], input[type=submit] { -webkit-appearance: button; cursor: pointer }
button[disabled], html input[disabled] { cursor: default }
input[type=checkbox], input[type=radio] { box-sizing: border-box; padding: 0 }
input[type=search] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box }
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration { -webkit-appearance: none }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0 }
textarea { overflow: auto; vertical-align: top }

/* Tables */
table { border-collapse: collapse; border-spacing: 0 }
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box }
.image-replacement, .ir { text-indent: 100%; white-space: nowrap; overflow: hidden }
.cf, .clearfix, .comment-respond { zoom: 1 }
.cf:after, .cf:before, .clearfix:after, .clearfix:before, .comment-respond:after, .comment-respond:before { content: ""; display: table }
.cf:after, .clearfix:after, .comment-respond:after { clear: both }
span.amp { font-family: Baskerville, 'Goudy Old Style', Palatino, 'Book Antiqua', serif !important; font-style: italic }

/******************************************************************
Grid Stylesheet
******************************************************************/
.last-col { float: right; padding-right: 0 !important }
@media (max-width:767px) {
	.m-all { float: left; width: 100%; padding-right: 0 }
	.m-1of2, .m-1of3, .m-1of4, .m-2of3, .m-3of4 { float: left; padding-right: .75em }
	.m-1of2 { width: 50% }
	.m-1of3 { width: 33.33% }
	.m-2of3 { width: 66.66% }
	.m-1of4 { width: 25% }
	.m-3of4 { width: 75% }
}
@media (min-width:768px) and (max-width:1029px) {
	.t-all { float: left; width: 100%; padding-right: 0 }
	.t-1of2, .t-1of3, .t-1of4, .t-1of5, .t-2of3, .t-2of5, .t-3of4, .t-3of5, .t-4of5 { float: left; padding-right: .75em }
	.t-1of2 { width: 50% }
	.t-1of3 { width: 33.33% }
	.t-2of3 { width: 66.66% }
	.t-1of4 { width: 25% }
	.t-3of4 { width: 75% }
	.t-1of5 { width: 20% }
	.t-2of5 { width: 40% }
	.t-3of5 { width: 60% }
	.t-4of5 { width: 80% }
}
@media (min-width:1030px) {
	.d-all { float: left; width: 100%; padding-right: 0 }
	.d-1of10, .d-1of11, .d-1of12, .d-1of2, .d-1of3, .d-1of4, .d-1of5, .d-1of6, .d-1of8, .d-1of9, .d-2of3, .d-2of5, .d-2of7, .d-3of4, .d-3of5, .d-3of7, .d-4of5, .d-4of7, .d-5of7, .d-6of7 { float: left; padding-right: .75em }
	.d-1of2 { width: 50% }
	.d-1of3 { width: 33.33% }
	.d-2of3 { width: 66.66% }
	.d-1of4 { width: 25% }
	.d-3of4 { width: 75% }
	.d-1of5 { width: 20% }
	.d-2of5 { width: 40% }
	.d-3of5 { width: 60% }
	.d-4of5 { width: 80% }
	.d-1of6 { width: 16.6666666667% }
	.d-1of7 { float: left; padding-right: .75em; width: 14.2857142857% }
	.d-2of7 { width: 28.5714286% }
	.d-3of7 { width: 42.8571429% }
	.d-4of7 { width: 57.1428572% }
	.d-5of7 { width: 71.4285715% }
	.d-6of7 { width: 85.7142857% }
	.d-1of8 { width: 12.5% }
	.d-1of9 { width: 11.1111111111% }
	.d-1of10 { width: 10% }
	.d-1of11 { width: 9.09090909091% }
	.d-1of12 { width: 8.33% }
}

/******************************************************************
Alert Styles
******************************************************************/
.alert-help, .alert-info, .alert-error, .alert-success { margin: 10px; padding: 5px 18px; border: 1px solid; }
.alert-help { border-color: #e8dc59; background: #ebe16f; }
.alert-info { border-color: #bfe4f4; background: #d5edf8; }
.alert-error { border-color: #f8cdce; background: #fbe3e4; }
.alert-success { border-color: #deeaae; background: #e6efc2; }

/******************************************************************
Button Styles
******************************************************************/
.blue-btn, .comment-reply-link, #submit { display: inline-block; position: relative; font-family: sans-serif; text-decoration: none; color: white; font-size: 34px; line-height: 34px; font-weight: normal; padding: 0 24px; border-radius: 4px; border: 0; cursor: pointer; -webkit-transition: background-color 0.14s ease-in-out; transition: background-color 0.14s ease-in-out; }
.blue-btn:hover, .comment-reply-link:hover, #submit:hover, .blue-btn:focus, .comment-reply-link:focus, #submit:focus { color: white; text-decoration: none; }
.blue-btn:active, .comment-reply-link:active, #submit:active { top: 1px; }
.blue-btn, .comment-reply-link, #submit { background-color: #2980b9; }
.blue-btn:hover, .comment-reply-link:hover, #submit:hover, .blue-btn:focus, .comment-reply-link:focus, #submit:focus { background-color: #2574a8; }
.blue-btn:active, .comment-reply-link:active, #submit:active { background-color: #2472a4; }

/******************************************************************
Form Styles
******************************************************************/
.field, input[type=text], input[type=url], input[type=search], input[type=tel], input[type=color], input[type=password], input[type=datetime], input[type=datetime-local], input[type=date], input[type=month], input[type=time], input[type=week], input[type=number], input[type=email], select, textarea { display: block; height: 40px; line-height: 40px; padding: 0 12px; margin-bottom: 14px; font-size: 1em; color: #5c6b80; border-radius: 3px; vertical-align: middle; box-shadow: none; border: 0; width: 100%; max-width: 400px; font-family: sans-serif; background-color: #eaedf2; -webkit-transition: background-color .24s ease-in-out; transition: background-color .24s ease-in-out }
.field:active, .field:focus, input[type=text]:active, input[type=text]:focus, input[type=url]:active, input[type=url]:focus, input[type=search]:active, input[type=search]:focus, input[type=tel]:active, input[type=tel]:focus, input[type=color]:active, input[type=color]:focus, input[type=password]:active, input[type=password]:focus, input[type=datetime]:active, input[type=datetime]:focus, input[type=datetime-local]:active, input[type=datetime-local]:focus, input[type=date]:active, input[type=date]:focus, input[type=month]:active, input[type=month]:focus, input[type=time]:active, input[type=time]:focus, input[type=week]:active, input[type=week]:focus, input[type=number]:active, input[type=number]:focus, input[type=email]:active, input[type=email]:focus, select:active, select:focus, textarea:active, textarea:focus { background-color: #f7f8fa }
.field.error, .field.is-invalid, input[type=text].error, input[type=text].is-invalid, input[type=url].error, input[type=url].is-invalid, input[type=search].error, input[type=search].is-invalid, input[type=tel].error, input[type=tel].is-invalid, input[type=color].error, input[type=color].is-invalid, input[type=password].error, input[type=password].is-invalid, input[type=datetime].error, input[type=datetime].is-invalid, input[type=datetime-local].error, input[type=datetime-local].is-invalid, input[type=date].error, input[type=date].is-invalid, input[type=month].error, input[type=month].is-invalid, input[type=time].error, input[type=time].is-invalid, input[type=week].error, input[type=week].is-invalid, input[type=number].error, input[type=number].is-invalid, input[type=email].error, input[type=email].is-invalid, select.error, select.is-invalid, textarea.error, textarea.is-invalid { color: #fbe3e4; border-color: #fbe3e4; background-color: #fff; background-position: 99% center; background-repeat: no-repeat; background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDREQkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDREQ0YwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjQ3ODRGRkE2RjA0QTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERBRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+U8iT5wAAAedJREFUeNqk1U9I02Ecx/HtV3aIFAc1hcRDUoGXRAq0oNLA2CrsEFmHbikZu0iQYIFGYAiegkCpLipBxPpDEBMUzB0EhSG2LhG7hMR2GviPgUTvB57Bw8P3+U23B16HPX8+e/b8nt93wezZSMCnhXETF3AcB5BDCnH8Dq98ExcGHcFn8Ah3cdDni+fxnPDv9oAnTB7CKu6VCFXtChZy56LxUjt+jfuB8toSOth9wd7xWAWhqrUjYR/FRTwWJm+iIPT/w7bQf5ljiZnBg45dtKFX6H+LU8gIY8OEV6vgTkStwXWE8BPTGDHGPqNPz2mCfSOOYkA99TvCt1bhGPL68zMcwmncMuape10jrI+q4BbHi/FLn31S9z2x5tRhTc+1W506ipM+T3oRD4X+8+qtc4SqFvL0z/Fr14S+Szjis8bz9Lvvaq8cwS/wwGfdlqfPSWqTiFlX77o13u9Ym1PBs8JAytpRoy44X9Ft9E/gvbA+rYKn8NcaaMVc8UHgBw4b9/iqUQZ6hOAJFbyDcUflmsEX4a6+wTtHGfhAIUqa1U29Zc2BytouThD8x6xuN5CtMPi2CrXLZkZf/HyZoRFCP7n+QVR4PV7uI/AjGghN7OU/r1ilnqILtfpNC+o6vIFljBKYlhb/F2AAgaBsWR5wRiIAAAAASUVORK5CYII=); outline-color: #fbe3e4 }
.field.is-valid, .field.success, input[type=text].is-valid, input[type=text].success, input[type=url].is-valid, input[type=url].success, input[type=search].is-valid, input[type=search].success, input[type=tel].is-valid, input[type=tel].success, input[type=color].is-valid, input[type=color].success, input[type=password].is-valid, input[type=password].success, input[type=datetime].is-valid, input[type=datetime].success, input[type=datetime-local].is-valid, input[type=datetime-local].success, input[type=date].is-valid, input[type=date].success, input[type=month].is-valid, input[type=month].success, input[type=time].is-valid, input[type=time].success, input[type=week].is-valid, input[type=week].success, input[type=number].is-valid, input[type=number].success, input[type=email].is-valid, input[type=email].success, select.is-valid, select.success, textarea.is-valid, textarea.success { color: #e6efc2; border-color: #e6efc2; background-color: #fff; background-position: 99% center; background-repeat: no-repeat; background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDRERkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDRFMEYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjY0MzQ0NERERjA0QjExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERFRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+7olkTQAAAfhJREFUeNqklU9oE0EUhzdroWjw0tBeWlDxkEaIp55TsCU9VKIgCrHBelA8CQ1Kr1WPbZrQ3gqtQqvGqxpQc2jBk6BIIaAGD4qNCKURpDSKiPi98gLDsJt//uBjsztvfnk7895sIPAw6/joGMThFJyAXn2+A+9gA57/TaY/eU0OeBgfhGm4DiGnsb7DAszxBz/NAdcKjMJLuNWCqagHbsscN5+L+hmH4QkMOe1L5jzFfNA2PgT34ajTuY7AGuZB0/hmh5m+gS0r8xv1zRvg+gGCHZiOwnF4DP3iB3sQkYxPd2C6CWfhB9Xwlus5+K1j4jXuaq3a+gM1H9OPcAa+7q9lPidZJqHbiIm7Wg22rsEI7FrPSzAMX/T+ADyAKSsu7Fr1KplehLvwCs5DvfBf65p+MypqRbO1FXK9utH4/QKuaqYTsG3E3INJv00Q46px3+XxanJ/Ute2/vqP4FKDza2KcdljIKdnhS0xXYULTaqmLMZFn8FFSFtvt6x70ExFCS5oUXspq2ssa7oEl1swFa+CGFdgtkHgPDyDKy02zyxNU6lXRUZb1EuHYayNNs+Yh5B0WQo+/8fpJnNTZFuzz2OpjoQ2QruSOQlMy35fEGmEGMxY9e1brxobw7TkWA1h6xfckUPb+JhGoE/Hpfvew7qUld/H9J8AAwDpw3WYrxcZ3QAAAABJRU5ErkJggg==); outline-color: #e6efc2 }
.field.is-disabled, .field[disabled], input[type=text].is-disabled, input[type=text][disabled], input[type=url].is-disabled, input[type=url][disabled], input[type=search].is-disabled, input[type=search][disabled], input[type=tel].is-disabled, input[type=tel][disabled], input[type=color].is-disabled, input[type=color][disabled], input[type=password].is-disabled, input[type=password][disabled], input[type=datetime].is-disabled, input[type=datetime][disabled], input[type=datetime-local].is-disabled, input[type=datetime-local][disabled], input[type=date].is-disabled, input[type=date][disabled], input[type=month].is-disabled, input[type=month][disabled], input[type=time].is-disabled, input[type=time][disabled], input[type=week].is-disabled, input[type=week][disabled], input[type=number].is-disabled, input[type=number][disabled], input[type=email].is-disabled, input[type=email][disabled], select.is-disabled, select[disabled], textarea.is-disabled, textarea[disabled] { cursor: not-allowed; border-color: #cfcfcf; opacity: .6 }
.field.is-disabled:active, .field.is-disabled:focus, .field[disabled]:active, .field[disabled]:focus, input[type=text].is-disabled:active, input[type=text].is-disabled:focus, input[type=text][disabled]:active, input[type=text][disabled]:focus, input[type=url].is-disabled:active, input[type=url].is-disabled:focus, input[type=url][disabled]:active, input[type=url][disabled]:focus, input[type=search].is-disabled:active, input[type=search].is-disabled:focus, input[type=search][disabled]:active, input[type=search][disabled]:focus, input[type=tel].is-disabled:active, input[type=tel].is-disabled:focus, input[type=tel][disabled]:active, input[type=tel][disabled]:focus, input[type=color].is-disabled:active, input[type=color].is-disabled:focus, input[type=color][disabled]:active, input[type=color][disabled]:focus, input[type=password].is-disabled:active, input[type=password].is-disabled:focus, input[type=password][disabled]:active, input[type=password][disabled]:focus, input[type=datetime].is-disabled:active, input[type=datetime].is-disabled:focus, input[type=datetime][disabled]:active, input[type=datetime][disabled]:focus, input[type=datetime-local].is-disabled:active, input[type=datetime-local].is-disabled:focus, input[type=datetime-local][disabled]:active, input[type=datetime-local][disabled]:focus, input[type=date].is-disabled:active, input[type=date].is-disabled:focus, input[type=date][disabled]:active, input[type=date][disabled]:focus, input[type=month].is-disabled:active, input[type=month].is-disabled:focus, input[type=month][disabled]:active, input[type=month][disabled]:focus, input[type=time].is-disabled:active, input[type=time].is-disabled:focus, input[type=time][disabled]:active, input[type=time][disabled]:focus, input[type=week].is-disabled:active, input[type=week].is-disabled:focus, input[type=week][disabled]:active, input[type=week][disabled]:focus, input[type=number].is-disabled:active, input[type=number].is-disabled:focus, input[type=number][disabled]:active, input[type=number][disabled]:focus, input[type=email].is-disabled:active, input[type=email].is-disabled:focus, input[type=email][disabled]:active, input[type=email][disabled]:focus, select.is-disabled:active, select.is-disabled:focus, select[disabled]:active, select[disabled]:focus, textarea.is-disabled:active, textarea.is-disabled:focus, textarea[disabled]:active, textarea[disabled]:focus { background-color: #d5edf8 }
input[type=password] { letter-spacing: .3em }
textarea { max-width: 100%; min-height: 120px; line-height: 1.5em }
select { -webkit-appearance: none; background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAHCAYAAADXhRcnAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpEOEZCMjYxMEYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpEOEZCMjYxMUYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkQ4RkIyNjBFRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkQ4RkIyNjBGRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Vxkp9gAAAI9JREFUeNpidHFxucHAwKAOxE+AmJmBMPgLxDJAfJMFSKwD4kqoAClgA+P///8ZXF1dPaCGcBKh6QcQB+3evXs7WDMIAA2QB1I7gFgDj0aQFz2BGh+AOEwwUaDAQyBlCMR7cGjcC5KHaQQBuM3IAOiKTiBVhiTUDdRUhq4Oq2aoAelAahIQ5wM1zsCmBiDAADhYMJXVZ9u9AAAAAElFTkSuQmCC); background-repeat: no-repeat; background-position: 97.5% center }
.hbspt-form * { background: none !important; box-sizing: border-box !important; }
.hbspt-form form { margin: 0; padding: 0 0 10px; }
.hbspt-form h3 { margin: 0 0 15px !important; padding: 0 !important; font-size: 1.65em; font-weight: 400; }
.hbspt-form .field { padding: 0 0 15px !important; margin: 0 !important; height: auto; max-width: none; }
.hbspt-form .field label { margin: 0 !important; }
.hbspt-form .field label .hs-form-required { color: #e31b23; display: inline-block; margin: 0 0 0 3px; font-weight: 700; }
.hbspt-form .field .input { padding: 5px 0 0 !important; margin: 0 !important; }
.hbspt-form .field .hs-input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]) { max-width: none !important; width: 100% !important; border: 1px solid #acacac; background: #fff !important; border-radius: 0; outline: 0; box-shadow: none; display: block; padding: 5px !important; margin: 0 !important; height: 42px; }
.hbspt-form .field ul li { margin: 0 !important; padding: 0 0 0 0.75em !important; }
.hbspt-form .field ul li:before { top: 2px; }
.hbspt-form .field ul:not(.hs-error-msgs) li { padding: 0 0 0 20px !important; font-weight: 600; }
.hbspt-form .field ul:not(.hs-error-msgs) li:before { display: none; }
.hbspt-form .field ul:not(.hs-error-msgs) li input { width: 15px; height: 15px; appearance: none; -moz-appearance: none; -webkit-appearance: none; border: 1px solid #acacac; background: #fff !important; border-radius: 0; outline: 0; box-shadow: none; position: absolute; left: 0; top: 2px; margin: 0 !important; }
.hbspt-form .field ul:not(.hs-error-msgs) li input:checked:before { content: '✓'; font-size: 2em; position: relative; top: -9px; left: -2px; color: #3bc7e5; }
.hbspt-form .actions { margin: 0 !important; padding: 0 !important; }
.hbspt-form input[type="submit"] { border: 2px solid #e0202c; display: block; width: 100% !important; margin: 15px 0 0 !important; padding: 1em !important; font-size: .95em; font-weight: 700; text-transform: uppercase; color: #fff; text-decoration: none; transition: all 0.2s; background: #e0202c !important; text-shadow: none; box-shadow: none; border-radius: 0; appearance: none; -moz-appearance: none; -webkit-appearance: none; }
.post-type-archive-tribe_events .heroWrap, .single-tribe_events .heroWrap { background-image: url(../images/events-hero.png); }
#tribe-events-content li:before, #tribe-events-content-wrapper li:before { display: none; }
#tribe-bar-form .tribe-bar-submit input[type=submit] { background: #65a1e0; transition: all 0.2s; }
#tribe-bar-form .tribe-bar-submit input[type=submit]:hover { opacity: 0.75; }
#tribe-events-content a, .tribe-events-adv-list-widget .tribe-events-widget-link a, .tribe-events-back a, .tribe-events-event-meta a, .tribe-events-list-widget .tribe-events-widget-link a, ul.tribe-events-sub-nav a { color: #003d74; opacity: 1; }
.tribe-events-othermonth .tribe-events-month-event-title, .tribe-events-othermonth div[id*=tribe-events-daynum-] { opacity: 1; }
.tribe-events-adv-list-widget .tribe-events-widget-link a:hover, .tribe-events-back a:hover, .tribe-events-list-widget .tribe-events-widget-link a:hover, ul.tribe-events-sub-nav a:hover { color: #363636; }
.tribe-events-calendar td.tribe-events-past .tribe-events-month-event-title a, .tribe-events-calendar td.tribe-events-past .tribe-events-viewmore a { color: #acacac; }
.post-type-archive-tribe_events .hentry { background: transparent; }
#tribe-events .tribe-events-button, #tribe-events .tribe-events-button:hover, .tribe-events-button, .tribe-events-button.tribe-active:hover, .tribe-events-button.tribe-inactive, .tribe-events-button:hover { background: #65a1e0; }
#tribe_events_filters_wrapper input[type=submit], .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-], .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-]>a { background: #003d74; }
#tribe-events-content .tribe-events-tooltip { padding-bottom: 30px; }
#tribe-events-content .tribe-events-tooltip h4 { color: #003d74; }

/**************
MAGNIFIC POPUP
***************/
.mfp-bg, .mfp-wrap { position: fixed; left: 0; top: 0 }
.mfp-bg, .mfp-container, .mfp-wrap { height: 100%; width: 100% }
.mfp-arrow:after, .mfp-arrow:before, .mfp-container:before, .mfp-figure:after { content: '' }
.mfp-bg { z-index: 99999; overflow: hidden; background: #0b0b0b; opacity: .75 }
.mfp-wrap { z-index: 99999; outline: 0 !important; -webkit-backface-visibility: hidden }
.mfp-container { text-align: center; position: absolute; left: 0; top: 0; padding: 0 8px; box-sizing: border-box }
.mfp-container:before { display: inline-block; height: 100%; vertical-align: middle }
.mfp-align-top .mfp-container:before { display: none }
.mfp-content { position: relative; display: inline-block; vertical-align: middle; margin: 0 auto; text-align: left; z-index: 1045 }
.mfp-close, .mfp-preloader { text-align: center; position: absolute }
.mfp-ajax-holder .mfp-content, .mfp-inline-holder .mfp-content { width: 100%; cursor: auto }
.mfp-ajax-cur { cursor: progress }
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close { cursor: -moz-zoom-out; cursor: -webkit-zoom-out; cursor: zoom-out }
.mfp-zoom { cursor: pointer; cursor: -webkit-zoom-in; cursor: -moz-zoom-in; cursor: zoom-in }
.mfp-auto-cursor .mfp-content { cursor: auto }
.mfp-arrow, .mfp-close, .mfp-counter, .mfp-preloader { -webkit-user-select: none; -moz-user-select: none; user-select: none }
.mfp-loading.mfp-figure { display: none }
.mfp-hide { display: none !important }
.mfp-preloader { color: #CCC; top: 50%; width: auto; margin-top: -.8em; left: 8px; right: 8px; z-index: 1044 }
.mfp-preloader a { color: #CCC }
.mfp-close, .mfp-preloader a:hover { color: #FFF }
.mfp-s-error .mfp-content, .mfp-s-ready .mfp-preloader { display: none }
button.mfp-arrow, button.mfp-close { overflow: visible; cursor: pointer; background: 0 0; border: 0; -webkit-appearance: none; display: block; outline: 0; padding: 0; z-index: 1046; box-shadow: none; touch-action: manipulation }
.mfp-figure:after, .mfp-iframe-scaler iframe { box-shadow: 0 0 8px rgba(0, 0, 0, .6); position: absolute; left: 0 }
button::-moz-focus-inner { padding: 0; border: 0 }
.mfp-close { width: 44px; height: 44px; line-height: 44px; right: 0; top: 0; text-decoration: none; opacity: .65; padding: 0 0 18px 10px; font-style: normal; font-size: 28px; font-family: Arial, Baskerville, monospace }
.mfp-close:focus, .mfp-close:hover { opacity: 1 }
.mfp-close:active { top: 1px }
.mfp-close-btn-in .mfp-close { color: #333 }
.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close { color: #FFF; right: -6px; text-align: right; padding-right: 6px; width: 100% }
.mfp-counter { position: absolute; top: 0; right: 0; color: #CCC; font-size: 12px; line-height: 18px; white-space: nowrap }
.mfp-figure, img.mfp-img { line-height: 0 }
.mfp-arrow { position: absolute; opacity: .65; margin: -55px 0 0; top: 50%; padding: 0; width: 90px; height: 110px; -webkit-tap-highlight-color: transparent }
.mfp-arrow:active { margin-top: -54px }
.mfp-arrow:focus, .mfp-arrow:hover { opacity: 1 }
.mfp-arrow:after, .mfp-arrow:before { display: block; width: 0; height: 0; position: absolute; left: 0; top: 0; margin-top: 35px; margin-left: 35px; border: inset transparent }
.mfp-arrow:after { border-top-width: 13px; border-bottom-width: 13px; top: 8px }
.mfp-arrow:before { border-top-width: 21px; border-bottom-width: 21px; opacity: .7 }
.mfp-arrow-left { left: 0 }
.mfp-arrow-left:after { border-right: 17px solid #FFF; margin-left: 31px }
.mfp-arrow-left:before { margin-left: 25px; border-right: 27px solid #3F3F3F }
.mfp-arrow-right { right: 0 }
.mfp-arrow-right:after { border-left: 17px solid #FFF; margin-left: 39px }
.mfp-arrow-right:before { border-left: 27px solid #3F3F3F }
.mfp-iframe-holder { padding-top: 40px; padding-bottom: 40px }
.mfp-iframe-holder .mfp-content { line-height: 0; width: 100%; max-width: 900px }
.mfp-image-holder .mfp-content, img.mfp-img { max-width: 100% }
.mfp-iframe-holder .mfp-close { top: -40px }
.mfp-iframe-scaler { width: 100%; height: 0; overflow: hidden; padding-top: 56.25% }
.mfp-iframe-scaler iframe { display: block; top: 0; width: 100%; height: 100%; background: #000 }
.mfp-figure:after, img.mfp-img { width: auto; height: auto; display: block }
img.mfp-img { box-sizing: border-box; padding: 40px 0; margin: 0 auto }
.mfp-figure:after { top: 40px; bottom: 40px; right: 0; z-index: -1; background: #444 }
.mfp-figure small { color: #BDBDBD; display: block; font-size: 12px; line-height: 14px }
.mfp-figure figure { margin: 0 }
.mfp-bottom-bar { margin-top: -36px; position: absolute; top: 100%; left: 0; width: 100%; cursor: auto }
.mfp-title { text-align: left; line-height: 18px; color: #F3F3F3; word-wrap: break-word; padding-right: 36px }
.mfp-gallery .mfp-image-holder .mfp-figure { cursor: pointer }
.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close, button.mfp-arrow, button.mfp-close, .mfp-close-btn-in .mfp-close { background: #65a1df; width: 30px; height: 30px; padding: 5px; line-height: 20px; text-align: center; right: 0; }
.mfp-ajax-holder .mfp-content, .mfp-inline-holder .mfp-content, .mfp-content { width: 750px; background: #fff; max-width: 100%; padding: 40px 40px 20px; }
@media all and (max-width:767px) {
	.mfp-ajax-holder .mfp-content, .mfp-inline-holder .mfp-content, .mfp-content { padding: 20px 20px 0; }
}

/************
SLICK SLIDER
*************/
.slick-list, .slick-slider, .slick-track { position: relative; display: block }
.slick-loading .slick-slide, .slick-loading .slick-track { visibility: hidden }
.slick-slider { box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent }
.slick-list { overflow: hidden; margin: 0; padding: 0 }
.slick-list:focus { outline: 0 }
.slick-list.dragging { cursor: hand }
.slick-slider .slick-list, .slick-slider .slick-track { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0) }
.slick-track { top: 0; left: 0; margin-left: auto; margin-right: auto }
.slick-track:after, .slick-track:before { display: table; content: '' }
.slick-track:after { clear: both }
.slick-slide { display: none; float: left; height: 100%; min-height: 1px }
[dir=rtl] .slick-slide { float: right }
.slick-slide img { display: block }
.slick-slide.slick-loading img { display: none }
.slick-slide.dragging img { pointer-events: none }
.slick-initialized .slick-slide { display: block }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent }
.slick-arrow.slick-hidden { display: none }
.slick-slider { padding: 60px 100px; position: relative; }
.slick-arrow { width: 67px; height: 105px; font-size: 0; appearance: none; -moz-appearance: none; -webkit-appearance: none; border: 0; border-radius: 0; background: #65a1df; background-size: cover; background-position: center center; position: absolute; top: calc(50% - 52.5px); }
.slick-arrow.slick-prev { background-image: url(../images/slide-prev.png); left: 0; }
.slick-arrow.slick-next { background-image: url(../images/slide-next.png); right: 0; }
@media all and (max-width:767px) {
	.slick-slider { padding: 60px 50px; }
	.slick-arrow { height: 52px; width: 33px; }
}

/**********************
Base Mobile Stylesheet
***********************/
body { font-family: sans-serif; font-size: 17px; line-height: 1.35em; color: #363636; background: #fff; -webkit-font-smoothing: antialiased; }

/********************
LAYOUT & GRID STYLES
*********************/
.wrap { width: 96%; margin: 0 auto; }

/**********
LINK STYLES
***********/
a, a:visited { color: #003d74; text-decoration: none; }
a:hover, a:focus, a:visited:hover, a:visited:focus { color: #363636; }
a:link, a:visited:link { -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3); }

/************************
H1, H2, H3, H4, H5 STYLES
*************************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 { text-rendering: optimizelegibility; font-weight: 500; margin: 0 0 20px; }
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a { text-decoration: none; }
h1, .h1 { font-size: 3.06em; line-height: 1.25em; font-weight: 700; }
h2, .h2 { font-size: 2.12em; line-height: 1.31em; font-weight: 700; color: #003d74; }
h3, .h3 { font-size: 1.35em; line-height: 1.30em; font-weight: 500; }
h4, .h4 { font-size: 1.1em; font-weight: 700; }
h5, .h5 { font-size: 0.846em; line-height: 2.09em; text-transform: uppercase; letter-spacing: 2px; }
p { margin: 0 0 20px; line-height: 1.75em; }
img { max-width: 100% !important; height: auto; }
a.btn, #malinky-ajax-pagination-button { border: 2px solid #65a1df; display: inline-block; margin: 0 0 20px; padding: 0.75em 2em; font-size: .95em; font-weight: 700; text-transform: uppercase; color: #fff; text-decoration: none; transition: all 0.2s; background: #65a1df; }
a.btn:hover, a.btn:active, #malinky-ajax-pagination-button:hover, #malinky-ajax-pagination-button:active { color: #fff; opacity: 0.85; }
.content-section { padding: 80px 0 60px; overflow: hidden; }
.gray-box { background: #f4f4f4; border: 1px solid #acacac; border-top: 5px solid #003d74; padding: 30px; margin: 0 0 20px; position: relative; }
.gray-box ul { font-size: .94em; }
.gray-box ul li { margin: 0 0 10px; }
.darkBg { background-color: #192728; color: #fff; }
.darkBg h2, .darkBg .h2, .darkBg a.btn { color: #fff; }
.heroWrap { margin: 0; padding: 90px 0 70px; color: #fff; overflow: hidden; position: relative; background-image: url('../images/general-interior-hero.jpg'); background-size: cover; background-position: top center; }
.heroWrap .btn { border-color: #65a1df; background: #65a1df; color: #fff; }
.heroWrap h1, .heroWrap .h1 { font-size: 2.47em; }
@media all and (max-width:767px) {
	.heroWrap h1, .heroWrap .h1 { font-size: 2em; }
}

/************
HEADER STYLES
*************/
.header { background-color: #fff; }
#logo { width: 200px; height: 85px; margin: 0; }
#logo a { background: url(../images/logo.png) no-repeat left center; background-size: contain; font-size: 0; display: block; width: 165px; height: 100%; color: transparent; }

/****************
NAVIGATION STYLES
*****************/
.admin-bar header.mobile-header { margin-top: 46px; }
@media (min-width:783px) {
	.admin-bar header.mobile-header { margin-top: 32px; }
}
.admin-bar header.mobile-header.fixed { margin-top: 0; }
header.header.fixed { position: fixed; }
header.header { position: relative; width: 100%; top: 0; left: 0; z-index: 9999; -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3); -moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3); -ms-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3); -o-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3); box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3) }
.admin-bar header.header.desktop-header { margin-top: 32px; top: -32px; }
.admin-bar header.header.desktop-header.fixed { margin-top: 32px; top: 0; }
.desktop-header #logo, .mainNav { display: table-cell; }
#fixed-scroll-shim { height: 0; }
#fixed-scroll-shim.fixed { height: 80px; }
.mainNav { height: 100%; }
.nav { border-bottom: 0; margin: 0; }
nav .back-to { color: #363636; font-weight: 700; text-transform: uppercase; float: right; font-size: 0.84em; letter-spacing: 1px; display: inline-block; float: right; line-height: 85px; }
nav .back-to span { display: inline-block; margin: 0 5px 0 0; color: #49caf2; }
.nav li ul.sub-menu li a, .nav li ul.children li a { padding-left: 30px; }
.mainNav-desktop { padding: 0; margin: 0; }
.mainNav-desktop li.top-link { display: inline-block; padding: 0 15px; }
.mainNav-desktop li.top-link > a { display: block; color: #504f4f; font-size: 0.765em; text-decoration: none; padding: 0.75em; text-transform: uppercase; font-weight: 700; letter-spacing: 1pt; line-height: 1em; cursor: pointer; padding: 36px 0; position: relative; }
.mainNav-desktop li.top-link > a:after { content: ''; height: 5px; width: 100%; position: absolute; left: 0; bottom: 0; background: #e21b22; opacity: 0; transition: all 0.2s; }
.mainNav-desktop li.top-link.active > a:after, .mainNav-desktop li.top-link:hover > a:after, .mainNav-desktop li.top-link > a:hover:after { opacity: 1; }
.mainNav-desktop li.top-link .sub-group { position: absolute; background: #f6f6f6; padding: 40px 10px; display: none; }
.mainNav-desktop li.top-link .sub-group .sub-group-col { display: table-cell; border-right: 1px solid #d3d3d3; padding: 0 30px 40px; width: 270px; position: relative; vertical-align: top; }
.mainNav-desktop li.top-link .sub-group .sub-group-col:last-child { border-right: 0; }
.mainNav-desktop li.top-link .sub-group .sub-group-col .sub-nav { padding: 0; margin: 0; }
.mainNav-desktop li.top-link .sub-group .sub-nav-wrap ul li { margin: 0 0 25px; }
.mainNav-desktop li.top-link .sub-group .sub-nav-wrap ul li a { color: #003d74; font-weight: 700; text-decoration: none; line-height: 1.1em; padding: 0; display: block; font-size: 18px; }
.mainNav-desktop li.top-link .sub-group .sub-group-title { color: #383838; font-size: 21px; }
.mainNav-desktop li.top-link .sub-group .sub-group-col .sub-nav.industries-sub-nav, .mainNav-desktop li.top-link .sub-group .sub-group-col .sub-nav.applications-sub-nav { margin: 20px 0 0; }
.mainNav-desktop li.top-link .sub-group .sub-group-col .sub-nav.industries-sub-nav li, .mainNav-desktop li.top-link .sub-group .sub-group-col .sub-nav.applications-sub-nav li { margin: 0 0 15px; }
.mainNav-desktop li.top-link .sub-group .sub-group-col .sub-nav.industries-sub-nav li a, .mainNav-desktop li.top-link .sub-group .sub-group-col .sub-nav.applications-sub-nav li a { color: #003d74; font-weight: 600; text-decoration: none; line-height: 1.1em; padding: 0; display: block; font-size: 14px; }
.mainNav-desktop li.top-link .sub-group .sub-group-col .all-link { position: absolute; right: 20px; bottom: 5px; font-size: 13px; display: inline-block; color: #003d74; text-decoration: none; }
.mainNav-desktop li.top-link .sub-group.about-sub-group .sub-group-col { padding-bottom: 0; width: 300px; }
.mainNav-desktop li.top-link .sub-group.about-sub-group .sub-group-col.sub-nav-wrap { width: 240px; }
.mainNav-desktop li.top-link .sub-group.about-sub-group .sub-group-col ul li:last-child { margin-bottom: 0; }
.mainNav-desktop li.top-link .sub-group.resources-sub-group .sub-group-col.featured-resource { padding: 0 30px; }
.fam-img { margin:15px 0; }
.fam-img2 { margin-left:10%; }

.pulled_right { position: absolute; right: 0; top: 0; height: 85px; }
.pulled_right .search-wrap { position: absolute; right: 172px; top: 0; width: 200px; height: 100%;  }
.pulled_right .search-wrap #searchBox {
    width:92%;
    float:left;
    border-radius:3px 0 0 3px!important;
}
.pulled_right .search-wrap #ss360SearchButton {
    width:8%;
    float:left;
    height:40px;
    min-width:1px!important;
    padding:0!important;
    margin-top:24px;
    background:rgb(244, 244, 244);
    border-radius:0 3px 3px 0!important;
}
.pulled_right .search-wrap #ss360SearchButton img {margin-top:5px; }
.pulled_right .button-group { height: 100%; width: 172px; margin: 0; padding: 0; display: block; position: absolute; right: 0; top: 0; }
.pulled_right .button-group .button-group-col { display: block; vertical-align: middle; height: 50%; width: 100%; text-align: center; line-height: 42.5px; font-size: 14px; }
.pulled_right .button-group .button-group-col a { text-decoration: none; color: #fff; font-weight: 800; display: block; width: 100%; height: 100%; text-transform: uppercase; letter-spacing: 1px; }
.pulled_right .button-group .button-group-col a.sds-button { background: #afacac; border-bottom: 1px solid #fff; }
.pulled_right .button-group .button-group-col a.contact-button { background: #e31b23; }
* { margin: 0; padding: 0; }

/* Icon 1 */
#menu-trigger { background: #fff; }
#menu-trigger.open { background: #e31b23; }
#menu-icon { width: 45px; height: 35px; position: relative; margin: 24px auto; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: .5s ease-in-out; -moz-transition: .5s ease-in-out; -o-transition: .5s ease-in-out; transition: .5s ease-in-out; cursor: pointer; }
#menu-icon span { display: block; position: absolute; height: 4px; width: 100%; background: #003d74; border-radius: 0; opacity: 1; left: 0; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: .25s ease-in-out; -moz-transition: .25s ease-in-out; -o-transition: .25s ease-in-out; transition: .25s ease-in-out; }
#menu-icon span:nth-child(1) { top: 0px; }
#menu-icon span:nth-child(2), #menu-icon span:nth-child(3) { top: 10px; }
#menu-icon span:nth-child(4) { top: 20px; }
#menu-trigger.open #menu-icon span { background: #fff; }
#menu-trigger.open #menu-icon span:nth-child(1) { top: 18px; width: 0%; left: 50%; }
#menu-trigger.open #menu-icon span:nth-child(2) { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
#menu-trigger.open #menu-icon span:nth-child(3) { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); }
#menu-trigger.open #menu-icon span:nth-child(4) { top: 18px; width: 0%; left: 50%; }
header.header.mobile-header { position: fixed!important; width: 100%; top: 0; left: 0; -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }
.mobile-header #logo { width: calc(100% - 164px); margin: 0 82px; padding: 0; height: 72px; text-align: center; }
.mobile-header #logo a { margin: 0 auto; }
.mobile-header #search-trigger { position: absolute; width: 72px; height: 72px; left: 0; top: 0;  }
.mobile-header #menu-trigger { position: absolute; width: 82px; height: 72px; right: 0; top: 0; }
.mobile-header .mobileNav { display: none; position: fixed; height: 100%; width: 100%; top: 72px; left: 0; overflow-y: auto; background: #fff; }
#menu-mobile-nav { margin: 0; padding: 0; background: #fff; border-top: 1px solid #d5d5d5; }
#menu-mobile-nav li { margin: 0; padding: 0; border-bottom: 1px solid #d5d5d5; }
#menu-mobile-nav a { margin: 0; color: #504f4f; text-decoration: none; font-weight: 700; text-transform: uppercase; font-size: 13px; letter-spacing: 1px; line-height: 1em; display: block; padding: 1.5em; }
#menu-mobile-nav .menu-item-has-children { background: url(../images/mobile-menu-expand.png) no-repeat right 10px top 25px; background-color: #fff; }
#menu-mobile-nav .menu-item-has-children.active { background-image: url(../images/mobile-menu-close.png); background-color: #003d74; }
#menu-mobile-nav .menu-item-has-children.active > a { color: #fff; }
#menu-mobile-nav .sub-menu { display: none; margin: 0; padding: 0; border-top: 1px solid #d5d5d5; }
#menu-mobile-nav .sub-menu li:last-child { border-bottom: 0; }
#menu-mobile-nav .sub-menu li a { background: #f3f4f4; color: #504f4f; padding: 1.5em 2.5em; }
.mobileNav .mobile-buttons-group { padding: 20px 0; }
.mobileNav .btn { color: #fff; display: block; width: 350px; max-width: 90%; padding: 1em 2em; margin: 0 auto 20px; text-align: center; }
.mobileNav .btn.sds-button { background: #afacac; border-color: #afacac; }
.mobileNav .btn.contact-button { background: #e31b23; border-color: #e31b23; }
.mobileNav .btn:hover, .mobileNav .btn:active { background: #65a1df; border-color: #65a1df; color: #fff; }
@media all and (max-width:1180px) {
	#logo { width: 160px; }
	#logo a { width: 140px; }
	.mainNav-desktop li.top-link { padding: 0 10px; }
	.mainNav-desktop li.top-link .sub-group { padding: 30px 0; }
	.mainNav-desktop li.top-link .sub-group .sub-group-col { width: 240px; }
	.mainNav-desktop li.top-link .sub-group.about-sub-group .sub-group-col.sub-nav-wrap { width: 150px; padding: 0 20px; }
	.mainNav-desktop li.top-link .sub-group.about-sub-group .sub-group-col { width: 270px; padding: 0 20px; }
}
.desktop-header { display: block; }
.mobile-header { display: none; }
@media all and (max-width:991px) {
	.desktop-header, .pulled_right { display: none; }
	.mobile-header { display: block; }
}

/*********
HERO AREA
**********/

/*********************
POSTS & CONTENT STYLES
*********************/

#content { padding-top: 65px; margin-top: -85px; }
#main { padding: 60px 0; overflow: hidden; }
.hentry { background-color: white; margin-bottom: 1.5em; }
.hentry header { border: 0; padding: 0; margin: 30px 0 0; }
.hentry header h1 { color: #003d74; font-size: 2.25em; text-transform: uppercase; margin: 0 0 20px; padding: 0; }
.hentry footer { padding: 1.5em; border-top: 1px solid #f8f9fa; }
.hentry footer p { margin: 0; }
.single-title, .page-title, .entry-title { margin: 0; }
.byline { font-size: 0.84em; padding: 0; text-transform: uppercase; color: #363636; margin: 0; font-weight: 700; }
.byline a { color: #e31b23; }
.entry-content { padding: 1em 0 0; clear: both; }
.entry-content a:not(.btn) { color: #e31b23; font-weight: 600; transition: all 0.2s; }
.entry-content a:not(.btn):hover { color: #003d74; }
.entry-content h1, .entry-content .h1 { color: #003d74; font-size: 2.25em; line-height: 1.1em; text-transform: uppercase; }
.entry-content h2, .entry-content .h2 { color: #003d74; font-size: 1.71em; line-height: 1.1em; }
.entry-content h3, .entry-content .h3 { font-size: 1.12em; text-transform: uppercase; font-weight: 600; margin: 0; }
.entry-content ul { padding: 0; margin: 0.5em 0 2em; }
.entry-content ul li { position: relative; padding: 0 0 0 1em; margin: 0 0 .5em; line-height: 1.5em; font-size: 0.94em; }
.entry-content ul li:before { content: '•'; font-size: 1.25em; color: #e31b23; left: 0; position: absolute; }
.entry-content p { margin: 0 0 2em; font-size: 0.94em; }
.entry-content .btn + .btn { margin-left: 20px; background: #9cb2c7; border-color: #9cb2c7; color: #fff; }
.entry-content table { width: 100%; border: 1px solid #eaedf2; margin-bottom: 1.5em; }
.entry-content table caption { margin: 0 0 7px; font-size: 0.75em; color: #9fa6b4; text-transform: uppercase; letter-spacing: 1px; }
.entry-content tr { border-bottom: 1px solid #eaedf2; }
.entry-content tr:nth-child(even) { background-color: #f8f9fa; }
.entry-content td { padding: 7px; border-right: 1px solid #eaedf2; }
.entry-content td:last-child { border-right: 0; }
.entry-content th { background-color: #f8f9fa; border-bottom: 1px solid #eaedf2; border-right: 1px solid #eaedf2; }
.entry-content th:last-child { border-right: 0; }
.entry-content blockquote { margin: 0 0 1.5em 0.75em; padding: 0 0 0 0.75em; border-left: 3px solid #2980b9; font-style: italic; color: #9fa6b4; }
.entry-content dd { margin-left: 0; font-size: 0.9em; color: #787878; margin-bottom: 1.5em; }
.entry-content img { margin: 0 0 1.5em 0; max-width: 100%; height: auto; }
.entry-content .size-auto, .entry-content .size-full, .entry-content .size-large, .entry-content .size-medium, .entry-content .size-thumbnail { max-width: 100%; height: auto; }
.entry-content pre { background: #323944; color: #f8f9fa; font-size: 0.9em; padding: 1.5em; margin: 0 0 1.5em; border-radius: 3px; }
.wp-caption { max-width: 100%; background: #eee; padding: 5px;	/* images inside wp-caption */ }
.wp-caption img { max-width: 100%; margin-bottom: 0; width: 100%; }
.wp-caption p.wp-caption-text { font-size: 0.85em; margin: 4px 0 7px; text-align: center; }
.tags { margin: 0; }
.ctaSection { background: transparent; position: relative; overflow: visible; padding: 200px 0 180px; }
.ctaSection.withImage { padding: 140px 0 120px; }
.ctaSection .background { background-color: #003067; background-image: url(../images/page-cta-bar-bg.jpg); background-position: left bottom; background-size: cover; background-repeat: no-repeat; position: absolute; width: 100%; height: 100%; left: 0; top: 0; z-index: 0; pointer-events: none; }
.ctaSection.withImage .background { width: calc(100% - 350px); }
.ctaSection .wrap { position: relative; z-index: 1; }
.ctaSection a:not(.btn) { color: #3bc7e5; font-weight: 700; transition: all 0.2s; }
.ctaSection a:not(.btn):hover { color: #fff; }
.ctaSection .cta-image { position: absolute; width: 640px; right: 20px; bottom: -50px; }
.ctaSection.withImage + .content-section { padding-top: 110px; }
.page-feed { border-bottom: 1px solid #dfdfdf; }
.sidebar { padding: 0 0 0 30px; }
.sidebar .sidebar-widget { margin: 0 0 20px; width: 100%; }
.sidebar .sidebar-widget a { display: block; }
.sidebar .sidebar-widget a img { width: 100%; height: auto; }
.sidebar .sidebar-widget.additional-resources h3 { color: #003e74; text-transform: uppercase; font-size: 1em; font-weight: 700; padding: 0 0 0 35px; background: url(../images/icon-additional-resources.png) no-repeat left top transparent; background-size: 25px auto; min-height: 25px; }
.sidebar .gray-box { border: 0; border-top: 5px solid #003d74; padding: 20px; }
.sidebar .sidebar-widget.additional-resources ul, .sidebar .gray-box ul { margin: 0; padding: 0; }
.sidebar .sidebar-widget.additional-resources ul li, .sidebar .gray-box ul li { position: relative; padding: 0 0 0 1em; margin: 5px 0 15px; font-size: 0.94em; line-height: 1em; }
.sidebar .sidebar-widget.additional-resources ul li:before, .sidebar .gray-box ul li:before { content: '►'; color: #e31b23; position: absolute; left: 0; font-size: 0.5em; }
@media all and (max-width:1600px) {
	.ctaSection .cta-image { width: 550px; }
}
@media all and (max-width:1360px) {
	.ctaSection .cta-image { width: 450px; }
}
@media all and (max-width:1180px) {
	.ctaSection .cta-image { width: 450px; max-width: 100%; position: relative; margin: 20px auto 0; bottom: auto; right: auto; }
	.ctaSection, .ctaSection.withImage { padding: 80px 0 60px; }
	.ctaSection.withImage .background { width: 100%; }
	.ctaSection .m-all.t-all.d-4of7.last-col { width: 100%; float: none; }
}
@media all and (max-width:767px) {
	.content-wrap { float: none; }
	.sidebar { padding: 0; margin: 0 auto 40px; width: 260px; float: none; clear: both; }
	.entry-content h1, .entry-content .h1 { font-size: 2em; }
	.entry-content h2, .entry-content .h2 { font-size: 1.5em; }
	.entry-content h3, .entry-content .h3 { font-size: 1em; }
	.entry-content .btn, .entry-content .btn + .btn { display: block; text-align: center; margin: 0 auto 20px; }
    .wrap { width:90%; }
}

/***************
PAGE NAVI STYLES
****************/
.pagination, .wp-prev-next { margin: 1.5em 0; }
.pagination { text-align: center; }
.pagination ul { display: inline-block; background-color: white; white-space: nowrap; padding: 0; clear: both; border-radius: 3px; }
.pagination li { padding: 0; margin: 0; float: left; display: inline; overflow: hidden; border-right: 1px solid #eaedf2; }
.pagination a, .pagination span { margin: 0; text-decoration: none; line-height: 1em; font-size: 1em; font-weight: normal; padding: 0.75em; min-width: 1em; display: block; color: #2980b9; }
.pagination a:hover, .pagination a:focus, .pagination span:hover, .pagination span:focus { background-color: #2980b9; color: white; }
.pagination .current { cursor: default; color: #5c6b80; }
.pagination .current:hover, .pagination .current:focus { background-color: white; color: #5c6b80; }
.wp-prev-next .prev-link { float: left; }
.wp-prev-next .next-link { float: right; }

/*************
COMMENT STYLES
**************/
#comments-title { padding: 0.75em; margin: 0; border-top: 1px solid #f8f9fa; }
.commentlist { margin: 0; list-style-type: none; }
.comment { position: relative; clear: both; overflow: hidden; padding: 1.5em; border-bottom: 1px solid #f8f9fa; }
.comment .comment-author { padding: 7px; border: 0; }
.comment .vcard { margin-left: 50px; }
.comment .vcard cite.fn { font-weight: 700; font-style: normal; }
.comment .vcard time { display: block; font-size: 0.9em; font-style: italic; }
.comment .vcard time a { color: #9fa6b4; text-decoration: none; }
.comment .vcard time a:hover { text-decoration: underline; }
.comment .vcard .avatar { position: absolute; left: 16px; border-radius: 50%; }
.comment:last-child { margin-bottom: 0; }
.comment .children { margin: 0; }
.comment[class*=depth-] { margin-top: 1.1em; }
.comment.depth-1 { margin-left: 0; margin-top: 0; }
.comment:not(.depth-1) { margin-top: 0; margin-left: 7px; padding: 7px; }
.comment.odd { background-color: white; }
.comment.even { background: #f8f9fa; }
.comment_content p { margin: 0.7335em 0 1.5em; font-size: 1em; line-height: 1.5em; }
.comment-reply-link { font-size: 0.9em; float: right; }
.comment-edit-link { font-style: italic; margin: 0 7px; text-decoration: none; font-size: 0.9em; }

/******************
COMMENT FORM STYLES
*******************/
.comment-respond { padding: 1.5em; border-top: 1px solid #f8f9fa; }
#reply-title { margin: 0; }
.logged-in-as { color: #9fa6b4; font-style: italic; margin: 0; }
.logged-in-as a { color: #5c6b80; }
.comment-form-comment { margin: 1.5em 0 0.75em; }
.form-allowed-tags { padding: 1.5em; background-color: #f8f9fa; font-size: 0.9em; }
#submit { float: right; font-size: 1em; }
#comment-form-title { margin: 0 0 1.1em; }
#allowed_tags { margin: 1.5em 10px 0.7335em 0; }
.nocomments { margin: 0 20px 1.1em; }

/****************
SIDEBARS & ASIDES
*****************/
.widget ul li { }
.no-widgets { background-color: white; padding: 1.5em; text-align: center; border: 1px solid #cccccc; border-radius: 2px; margin-bottom: 1.5em; }

/************
FOOTER STYLES
*************/
.footer { clear: both; background-color: #003d74; color: #fff; font-size: 0.765em; padding: 30px 0; }
.footer p { margin: 0; }
.footer-social { text-align: right; vertical-align: middle; }
.footer-social img { vertical-align: middle; opacity: 0.7; transition: all 0.2s; }
.footer-social img:hover, .footer-social a:hover img { opacity: 1; }
@media all and (max-width:767px) {
	.footer .wrap { display: flex; flex-direction: column; }
	.footer-social { order: 1; text-align: center; font-size: 1.46em; padding: 0 0 20px; }
	.footer-copyright { order: 2; text-align: center; }
}

.copyright a {color: #FFF;}

/********
HOMEPAGE
*********/
.home .heroWrap { margin: 0; padding: 170px 0; color: #fff; overflow: hidden; position: relative; background-size: cover; background-position: top center; }
.home .heroWrap p { font-size: 1.06em; margin-bottom: 30px;}
.home .heroWrap .btn { color: #fff; }
.home .heroWrap .btn.first-btn { background: #65a1df; margin-right: 20px; }
.home .heroWrap .btn + .btn { background: #9cb2c7; border-color: #9cb2c7; }
.home .heroWrap .floating { position: absolute; width: 100%; bottom: 20px; left: 0; font-size: 13px; text-align: center; padding: 0 20px; font-weight: 600; height: 70px; }
.home .heroWrap .floating .blue-quote { font-weight: 800; font-size: 1.692307692307692em; display: inline-block; color: #3bc7e5; vertical-align: middle; position: relative; bottom: 4px; margin: 0 5px; }
.home .heroWrap .floating:after { content: ''; position: absolute; left: 0; width: 100%; height: 17px; background: url(../images/floating-arrows.png) no-repeat center bottom 0; bottom: 20px; animation: MoveUpDown 1s linear infinite; }
@keyframes MoveUpDown {
	0%, 100% { bottom: 20px; }
	50% { bottom: 10px; }
}
.home #main { padding: 0; }
.home-industries { border-bottom: 1px solid #c8c8c8; background: #ffffff; background: -moz-linear-gradient(top, #ffffff 50%, #c8c8c8 100%); background: -webkit-linear-gradient(top, #ffffff 50%, #c8c8c8 100%); background: linear-gradient(to bottom, #ffffff 50%, #c8c8c8 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#c8c8c8', GradientType=0); }
.home-industries .tabs { display: table; width: 100%; background: #003d74; margin: 0; padding: 0; font-size: 12px; table-layout: fixed; text-align: center; }
.home-industries .tabs li { display: table-cell; color: #78a3ca; padding: 20px 0; text-align: center; line-height: 1.25em; text-transform: uppercase; vertical-align: top; cursor: pointer; }
.home-industries .tabs li img { display: block; margin: 0 auto 10px; height: 25px; width: auto; opacity: 0.5; transition: all 0.2s; }
.home-industries .tabs li span { padding: 0 10px; display: block; }
.home-industries .tabs li.active { color: #fff; font-weight: 700; }
.home-industries .tabs li:hover { color: #fff; }
.home-industries .tabs li:hover img, .home-industries .tabs li.active img { opacity: 1; filter: brightness(1000%); -moz-filter: brightness(1000%); -webkit-filter: brightness(1000%); }
.home-industries .tab-content {	/*padding: 100px 0 80px;*/ }
.home .sustainability { padding: 100px 0 200px; background-size: 100% auto; background-position: bottom left; background-repeat: no-repeat; }
.home .sustainability .logos-wrap { text-align: center; padding: 20px 0 40px; }
.home .sustainability .logos-wrap .img-wrap { width: 98px; height: 98px; display: inline-block; border: 8px solid #e1e1e1; border-radius: 50%; background: #4a4a4a; vertical-align: middle; padding: 5px; line-height: 68px; transition: all 0.2s; cursor: pointer; }
.home .sustainability .logos-wrap .img-wrap:hover, .home .sustainability .logos-wrap .img-wrap.active { background: #003d74; }
.home .sustainability .logos-wrap img { width: auto; height: auto; max-width: 100%; max-height: 100%; vertical-align: middle; }
.home .sustainability .logos-wrap span.separator { width: 85px; height: 2px; background: #d1d1d1; display: inline-block; margin: 0 10px; vertical-align: middle; }
.home .applications { padding: 160px 0 140px; background-size: cover; background-position: bottom right; }
.home .applications .logos-wrap { display: table; padding: 0 30px 0 0; vertical-align: middle; border-spacing: 15px; width: 100%; }
.home .applications .logos-wrap .logo-row { display: table-row; vertical-align: middle; }
.home .applications .logos-wrap .logo-cell { display: table-cell; width: 50%; vertical-align: middle; padding: 0 0 15px; border-bottom: 1px solid rgba(255, 255, 255, 0.22); }
.home .applications .logos-wrap .logo-cell img { transition: all 0.2s; }
.home .applications .logos-wrap .logo-cell:hover img { -webkit-filter: drop-shadow(0px 0px 5px rgba(255, 255, 255, 0.5)); -moz-filter: drop-shadow(0px 0px 5px rgba(255, 255, 255, 0.5)); filter: drop-shadow(0px 0px 5px rgba(255, 255, 255, 0.5)); }
.home .applications .logos-wrap .logo-cell .image-wrap { display: inline-block; vertical-align: middle; width: 50px; text-align: center; }
.home .applications .logos-wrap .logo-cell span { display: inline-block; width: calc(100% - 65px); vertical-align: middle; margin-left: 10px; font-weight: 400; transition: all 0.2s; }
.home .applications .logos-wrap .logo-cell:hover span { text-shadow: 0 0 5px #fff; font-weight: 400; }
span.featured-tag { font-size: 1.12em; margin: 0 0 -20px; color: #3bc7e5; display: block; line-height: 1em; font-weight: 600; }
.featured-wrap { padding: 40px 0; }

.home-featured .featured-box { padding:0 20px;}

@media screen and (max-width:767px) {
    .home-featured .featured-box { margin:0 0 40px; }
}
.home-featured .boxes {
    margin-top:30px;
}

.home-featured .featured-box .inner {
    border:1px solid #acacac;
}
.home-featured .featured-image {
    height:192px;
    border-bottom:5px solid #e31b23;
}

.featured-box h3 {
    font-size:16px;
    margin:0 0 8px;
}

.featured-box p { margin:0; line-height: 1.3em; }

.featured-box p a {
    display:none;
}

.featured-box h3 a {
    font-weight:700;
}

.home-featured .featured-bottom {
    box-sizing: border-box;
    padding:22px 14px;
}

.home-featured .bottom-btn {
    margin:80px 0 0;
}
.ctaBar { background-size: cover; background-position: bottom left; border-left: 10px solid #e31b23; }
.ctaBar .cta-bar-image { text-align: center; padding: 0 0 30px; }
.bottomForm { background: #f4f4f4; clear: both; }
.bottomForm .formWrap { padding: 40px 0 0; }

@media all and (max-width:1280px) {
	.home-industries .tabs { font-size: 10px; }
}
@media all and (max-width:1140px) {
	.home-industries .tabs { font-size: 8px; }
}
@media all and (max-width:991px) {
	#content { padding-top: 51px; margin-top: 0; }
	.home .heroWrap { padding: 100px 0 80px; }
	.home .heroWrap h1 { font-size: 2.5em; }
	.home .heroWrap .floating, .home-industries { display: none; }
	.home .sustainability .logos-wrap span.separator { width: 35px; margin: 0 5px; }
}
@media all and (max-width:767px) {
	.home .sustainability .wrap { position: relative; padding-right: 120px; }
	.home .sustainability .wrap *:not(.logos-wrap) { text-align: left !important; }
	.home .sustainability .logos-wrap { position: absolute; width: 110px; right: 0; top: 0; padding: 0; }
	.home .sustainability .logos-wrap .img-wrap { width: 70px; height: 70px; border-width: 5px; text-align: center !important; padding: 0; line-height: 60px; }
	.home .sustainability .logos-wrap span.separator { width: 2px; height: 20px; display: block; margin: 5px auto; }
	.home .applications { padding: 60px 0 40px; }
	.home .applications .logos-wrap { padding: 0; }
	.ctaBar { border-left: 0; border-top: 10px solid #e31b23; }
}
@media all and (max-width:480px) {
	.home .sustainability { padding: 40px 0 100px; background-size: 150% auto; background-position: bottom right; }
	.home .heroWrap { padding: 60px 0 40px; }
}

/********
INDUSTRY
*********/
.post-type-archive-industries article { font-size: 0.82em; }
.post-type-archive-industries article .industry { border: 1px solid #acacac; height: 100%; }
.post-type-archive-industries article .image { height: 150px; padding: 0; margin: 0; text-align: center; position: relative; line-height: 150px; display: block; border-bottom: 5px solid #e31b23; }
.post-type-archive-industries article .image .overlay { width: 100%; height: 100%; position: absolute; left: 0; top: 0; padding: 20px; margin: 0; background: rgba(0, 0, 0, 0.65); opacity: 0; transition: all 0.2s; }
.post-type-archive-industries article .image:hover .overlay { opacity: 1; }
.post-type-archive-industries article .entry-content { padding: 15px 15px 20px; }
.post-type-archive-industries article p { margin: 0; padding: 0; }
.post-type-archive-industries article h2 { font-size: 1em; line-height: 1.25em; text-transform: uppercase; font-weight: 700; margin: 0 0 5px; padding: 0; }
.post-type-archive-industries article h2 a:not(.btn) { color: #003e74; font-weight: 700; }
.post-type-archive-industries article h2 a:not(.btn):hover { color: #363636; }
.post-type-archive-industries article:nth-child(4n) { padding-right: 0 !important; }
@media all and (max-width:1029px) {
	.post-type-archive-industries article:nth-child(4n) { padding-right: .75em !important; }
	.post-type-archive-industries article:nth-child(3n) { padding-right: 0 !important; }
}
@media all and (max-width:767px) {
	.post-type-archive-industries article:nth-child(3n) { padding-right: .75em !important; }
	.post-type-archive-industries article:nth-child(2n) { padding-right: 0 !important; }
}
.single-industries #main, .single-industries .entry-content { padding: 0; margin: 0; }
.single-industries .entry-content { border-bottom: 1px solid #dfdfdf; }
.single-industries .anchors-wrap { background: #363636; border-top: 1px solid #fff; padding: 10px; text-align: center; overflow: hidden; width: 100%; position: relative; left: 0; z-index: 9; }
.single-industries .anchors-wrap.fixed { position: fixed; top: 84px; }
.single-industries .anchors-wrap ul { margin: 0; padding: 0; list-style: none; }
.single-industries .anchors-wrap ul li { display: inline-block; line-height: 1em; margin: 0; padding: 0; }
.single-industries .anchors-wrap ul li:not(:last-child):after { content: '/'; display: inline-block; padding: 0 10px; color: #fff; }
.single-industries .anchors-wrap ul li:before { display: none; }
.single-industries .anchors-wrap ul li a { color: #fff; transition: all 0.2s; }
.single-industries .anchors-wrap ul li.active a, .single-industries .anchors-wrap ul li a:hover { color: #3bc7e5; }
.ind-section .ind-section-intro { background-position: left top; background-repeat: no-repeat; background-size: 50% auto; background-color: #f4f4f4; border-top: 5px solid #e31b23; border-bottom: 1px solid #c8c8c8; overflow: hidden; }
.ind-section .ind-section-intro .copy { padding: 80px 0; line-height: 1.75em; }
.ind-section .section-content { padding-top: 60px; padding-bottom: 10px; overflow: hidden; }
.single-industries .sidebar { padding: 0 0 40px; }
.single-industries .sidebar .sidebar-widget.additional-resources ul { margin-left: 35px; }
.single-industries .sidebar .sidebar-widget.additional-resources ul li, .single-industries .sidebar .gray-box ul li { margin: 10px 0; }
.single-industries .sidebar .sidebar-widget.additional-resources ul li a, .single-industries .sidebar .gray-box ul li a { color: #003d74; }
.single-industries .sidebar .sidebar-widget.additional-resources ul li a:hover, .single-industries .sidebar .gray-box ul li a:hover { color: #e31b23; }
@media all and (max-width:1029px) {
	.ind-section .ind-section-intro { background-size: 60% auto; }
	.ind-section .ind-section-intro .copy { padding: 40px 0; }
}
@media all and (max-width:991px) {
	.single-industries .anchors-wrap.fixed { top: 72px; }
}
@media all and (max-width:767px) {
	.ind-section .ind-section-intro { background-size: cover; background-position: center center; position: relative; }
	.ind-section .ind-section-intro:before { content: ''; background: rgba(255, 255, 255, 0.75); width: 100%; height: 100%; display: block; left: 0; top: 0; position: absolute; }
	.ind-section .ind-section-intro .spacer { display: none; }
	.ind-section .ind-section-intro .wrap { position: relative; }
	.single-industries .anchors-wrap { display: none; }
}

/********
Application
*********/
.post-type-archive-applications article { font-size: 0.82em; }
.post-type-archive-applications article .industry { border: 1px solid #acacac; height: 100%; }
.post-type-archive-applications article .image { height: 150px; padding: 0; margin: 0; text-align: center; position: relative; line-height: 150px; display: block; border-bottom: 5px solid #e31b23; }
.post-type-archive-applications article .image .overlay { width: 100%; height: 100%; position: absolute; left: 0; top: 0; padding: 20px; margin: 0; background: rgba(0, 0, 0, 0.65); opacity: 0; transition: all 0.2s; }
.post-type-archive-applications article .image:hover .overlay { opacity: 1; }
.post-type-archive-applications article .entry-content { padding: 15px 15px 20px; }
.post-type-archive-applications article p { margin: 0; padding: 0; }
.post-type-archive-applications article h2 { font-size: 1em; line-height: 1.25em; text-transform: uppercase; font-weight: 700; margin: 0 0 5px; padding: 0; }
.post-type-archive-applications article h2 a:not(.btn) { color: #003e74; font-weight: 700; }
.post-type-archive-applications article h2 a:not(.btn):hover { color: #363636; }
.post-type-archive-applications article:nth-child(4n) { padding-right: 0 !important; }
@media all and (max-width:1029px) {
	.post-type-archive-applications article:nth-child(4n) { padding-right: .75em !important; }
	.post-type-archive-applications article:nth-child(3n) { padding-right: 0 !important; }
}
@media all and (max-width:767px) {
	.post-type-archive-applications article:nth-child(3n) { padding-right: .75em !important; }
	.post-type-archive-applications article:nth-child(2n) { padding-right: 0 !important; }
}
.single-applications #main, .single-applications .entry-content { padding: 0; margin: 0; }
.single-applications .entry-content { border-bottom: 1px solid #dfdfdf; }
.single-applications .anchors-wrap { background: #363636; border-top: 1px solid #fff; padding: 10px; text-align: center; overflow: hidden; width: 100%; position: relative; left: 0; z-index: 9; }
.single-applications .anchors-wrap.fixed { position: fixed; top: 84px; }
.single-applications .anchors-wrap ul { margin: 0; padding: 0; list-style: none; }
.single-applications .anchors-wrap ul li { display: inline-block; line-height: 1em; margin: 0; padding: 0; }
.single-applications .anchors-wrap ul li:not(:last-child):after { content: '/'; display: inline-block; padding: 0 10px; color: #fff; }
.single-applications .anchors-wrap ul li:before { display: none; }
.single-applications .anchors-wrap ul li a { color: #fff; transition: all 0.2s; }
.single-applications .anchors-wrap ul li.active a, .single-applications .anchors-wrap ul li a:hover { color: #3bc7e5; }
.ind-section .ind-section-intro { background-position: left top; background-repeat: no-repeat; background-size: 50% auto; background-color: #f4f4f4; border-top: 5px solid #e31b23; border-bottom: 1px solid #c8c8c8; overflow: hidden; }
.ind-section .ind-section-intro .copy { padding: 80px 0; line-height: 1.75em; }
.ind-section .section-content { padding-top: 60px; padding-bottom: 10px; overflow: hidden; }
.single-applications .sidebar { padding: 0 0 40px; }
.single-applications .sidebar .sidebar-widget.additional-resources ul { margin-left: 35px; }
.single-applications .sidebar .sidebar-widget.additional-resources ul li, .single-applications .sidebar .gray-box ul li { margin: 10px 0; }
.single-applications .sidebar .sidebar-widget.additional-resources ul li a, .single-applications .sidebar .gray-box ul li a { color: #003d74; }
.single-applications .sidebar .sidebar-widget.additional-resources ul li a:hover, .single-applications .sidebar .gray-box ul li a:hover { color: #e31b23; }
@media all and (max-width:1029px) {
	.ind-section .ind-section-intro { background-size: 60% auto; }
	.ind-section .ind-section-intro .copy { padding: 40px 0; }
}
@media all and (max-width:991px) {
	.single-applications .anchors-wrap.fixed { top: 72px; }
}
@media all and (max-width:767px) {
	.ind-section .ind-section-intro { background-size: cover; background-position: center center; position: relative; }
	.ind-section .ind-section-intro:before { content: ''; background: rgba(255, 255, 255, 0.75); width: 100%; height: 100%; display: block; left: 0; top: 0; position: absolute; }
	.ind-section .ind-section-intro .spacer { display: none; }
	.ind-section .ind-section-intro .wrap { position: relative; }
	.single-applications .anchors-wrap { display: none; }
}

/********
Solution
*********/
.post-type-archive-solutions article { font-size: 0.82em; }
.post-type-archive-solutions article .industry { border: 1px solid #acacac; height: 100%; }
.post-type-archive-solutions article .image { height: 150px; padding: 0; margin: 0; text-align: center; position: relative; line-height: 150px; display: block; border-bottom: 5px solid #e31b23; }
.post-type-archive-solutions article .image .overlay { width: 100%; height: 100%; position: absolute; left: 0; top: 0; padding: 20px; margin: 0; background: rgba(0, 0, 0, 0.65); opacity: 0; transition: all 0.2s; }
.post-type-archive-solutions article .image:hover .overlay { opacity: 1; }
.post-type-archive-solutions article .entry-content { padding: 15px 15px 20px; }
.post-type-archive-solutions article p { margin: 0; padding: 0; }
.post-type-archive-solutions article h2 { font-size: 1em; line-height: 1.25em; text-transform: uppercase; font-weight: 700; margin: 0 0 5px; padding: 0; }
.post-type-archive-solutions article h2 a:not(.btn) { color: #003e74; font-weight: 700; }
.post-type-archive-solutions article h2 a:not(.btn):hover { color: #363636; }
.post-type-archive-solutions article:nth-child(4n) { padding-right: 0 !important; }
@media all and (max-width:1029px) {
	.post-type-archive-solutions article:nth-child(4n) { padding-right: .75em !important; }
	.post-type-archive-solutions article:nth-child(3n) { padding-right: 0 !important; }
}
@media all and (max-width:767px) {
	.post-type-archive-solutions article:nth-child(3n) { padding-right: .75em !important; }
	.post-type-archive-solutions article:nth-child(2n) { padding-right: 0 !important; }
}
.single-solutions #main, .single-solutions .entry-content { padding: 0; margin: 0; }
.single-solutions .entry-content { border-bottom: 1px solid #dfdfdf; }
.single-solutions .anchors-wrap { background: #363636; border-top: 1px solid #fff; padding: 10px; text-align: center; overflow: hidden; width: 100%; position: relative; left: 0; z-index: 9; }
.single-solutions .anchors-wrap.fixed { position: fixed; top: 84px; }
.single-solutions .anchors-wrap ul { margin: 0; padding: 0; list-style: none; }
.single-solutions .anchors-wrap ul li { display: inline-block; line-height: 1em; margin: 0; padding: 0; }
.single-solutions .anchors-wrap ul li:not(:last-child):after { content: '/'; display: inline-block; padding: 0 10px; color: #fff; }
.single-solutions .anchors-wrap ul li:before { display: none; }
.single-solutions .anchors-wrap ul li a { color: #fff; transition: all 0.2s; }
.single-solutions .anchors-wrap ul li.active a, .single-solutions .anchors-wrap ul li a:hover { color: #3bc7e5; }
.ind-section .ind-section-intro { background-position: left top; background-repeat: no-repeat; background-size: 50% auto; background-color: #f4f4f4; border-top: 5px solid #e31b23; border-bottom: 1px solid #c8c8c8; overflow: hidden; }
.ind-section .ind-section-intro .copy { padding: 80px 0; line-height: 1.75em; }
.ind-section .section-content { padding-top: 60px; padding-bottom: 10px; overflow: hidden; }
.single-solutions .sidebar { padding: 0 0 40px; }
.single-solutions .sidebar .sidebar-widget.additional-resources ul { margin-left: 35px; }
.single-solutions .sidebar .sidebar-widget.additional-resources ul li, .single-solutions .sidebar .gray-box ul li { margin: 10px 0; }
.single-solutions .sidebar .sidebar-widget.additional-resources ul li a, .single-solutions .sidebar .gray-box ul li a { color: #003d74; }
.single-solutions .sidebar .sidebar-widget.additional-resources ul li a:hover, .single-solutions .sidebar .gray-box ul li a:hover { color: #e31b23; }

.single-solutions.postid-12367 .anchors-wrap ul > li:first-child, .postid-12367 #overview {
    display:none;
}

@media all and (max-width:1029px) {
	.ind-section .ind-section-intro { background-size: 60% auto; }
	.ind-section .ind-section-intro .copy { padding: 40px 0; }
}
@media all and (max-width:991px) {
	.single-solutions .anchors-wrap.fixed { top: 72px; }
}
@media all and (max-width:767px) {
	.ind-section .ind-section-intro { background-size: cover; background-position: center center; position: relative; }
	.ind-section .ind-section-intro:before { content: ''; background: rgba(255, 255, 255, 0.75); width: 100%; height: 100%; display: block; left: 0; top: 0; position: absolute; }
	.ind-section .ind-section-intro .spacer { display: none; }
	.ind-section .ind-section-intro .wrap { position: relative; }
	.single-solutions .anchors-wrap { display: none; }
}

/**********
ABOUT PAGE
***********/
.page-template-about h2, .page-template-about .h2 { text-transform: uppercase; }
.page-template-about .our-mission { background-size: cover; background-position: top center; }
.page-template-about .our-mission .wrap { padding-top: 60px; padding-bottom: 60px; }
.promise-table { display: table; width: 100%; margin: 40px 0; table-layout: fixed; }
.promise-table .promise-cell { width: 33.33%; width: calc(100% / 3); display: table-cell; vertical-align: top; text-align: center; padding: 0 15px; table-layout: fixed; }
.promise-table .promise-cell:not(:last-child) { border-right: 1px solid #c8c8c8; }
.promise-table .promise-cell h3 { font-size: 1.32em; color: #003e74; text-transform: uppercase; font-weight: 700; margin: 0; }
.leadership { background: url(../images/leadership-bg.jpg) no-repeat center center; background-size: cover; }
.leadership .wrap.bottomCopy { border-top: 1px solid #9ac4ef; padding-top: 60px; }
.leadership .wrap.bottomCopy h3 { font-weight: 700; text-transform: uppercase; }
.member { text-align: center; padding: 0 10px; }
.member img { margin: 0 auto; }
.member span, .member a { display: block; text-align: center; color: #fff; outline: 0; border: 0; }
.member a:hover { color: #9ac4ef; }
.member .headshot { margin: 0 0 10px; }
.member .member-name { font-size: 1em; color: #fff; font-weight: 600; text-transform: uppercase; line-height: 1em; margin: 0 0 5px; padding: 0; }
.member .member-title { font-size: 0.765em; color: #9ac4ef; line-height: 1em; margin: 0; padding: 0; }
.member-popup h3 { font-size: 1.65em; color: #003d74; line-height: 1.1em; margin: 0 0 5px; padding: 0; }
.member-popup h4 { color: #9ac4ef; font-size: 1.18em; line-height: 1.1em; margin: 0 0 15px; padding: 0; }
.our-partners .logo-table { margin: 40px auto; width: 100%; display: table; table-layout: fixed; padding: 0 20px; }
.our-partners .logo-table .logo-cell { display: table-cell; table-layout: fixed; vertical-align: middle; padding: 0 10px; text-align: center; }
@media all and (max-width:767px) {
	.promise-table .promise-cell { padding: 0 10px; }
	.our-partners .logo-table .logo-cell { display: inline-block; width: 49%; padding: 10px; }
	.member-popup .headshot { width: 120px; margin: 0 20px 20px 0; }
	.member-popup .last-col { width: calc(100% - 140px); }
}
@media all and (max-width:580px) {
	.promise-table .promise-cell { display: block; max-width: 100%; margin: 0 auto; width: 200px; padding: 20px 0; }
	.promise-table .promise-cell:not(:last-child) { border-right: 0; border-bottom: 1px solid #c8c8c8; }
	.member-popup .headshot { display: none; }
	.member-popup .last-col { width: 100%; }
}

/****
BLOG
*****/
.blog #container { background: #f4f4f4; }
.blog .heroWrap { padding: 50px 0 30px; }
#posts { display: block; width: 100%; position: relative; overflow: hidden !important; }
#posts article { width: 30.33%; display: inline-block; float: left; margin: 0 0 40px; border: 1px solid #acacac; padding: 0; background: #fff; position: relative; }
#posts article:nth-child(3n+1) { margin-right: 3%; }
#posts article:nth-child(3n+2) { margin-right: 1.5%; margin-left: 1.5%; }
#posts article:nth-child(3n+3) { margin-left: 3%; flex: none; }
#posts article .thumbnail { height: 225px; display: block; border-bottom: 7px solid #e31b23; background: url(../images/logo.png) no-repeat center center rgba(0, 0, 0, 0.1); overflow: hidden; widows: 100%; }
#posts article .thumbnail span { background-size: cover; background-position: center center; display: block; width: 100%; height: 100%; transition: all 0.2s; }
#posts article .thumbnail:hover span { transform: scale(1.1); }
#posts article .post-snippet { padding: 15px; }
#posts article .category, #posts article time { font-size: 0.82em; }
#posts article .category { text-transform: uppercase; font-weight: 700; display: block; }
#posts article .category a { color: #003e74; }
#posts article h2 { margin: 0 0 10px; }
#posts article h2 a { color: #363636; }
#posts article time { font-weight: 700; }
.sub-hero { background: #363636; padding: 10px 0; color: #fff; font-size: 1em; line-height: 32px; font-weight: 700; text-transform: uppercase; vertical-align: middle; overflow: hidden; }
.sub-hero * { vertical-align: middle; }
.sub-hero a { color: #fff; }
.sub-hero a:hover { color: #e31b23; }
.sub-hero select { display: inline-block; width: 200px; max-width: 100%; border-radius: 0; background: url(../images/dropdown-icon.png) no-repeat right 10px center #545454; background-size: 9px 13px; color: #fff; font-family: inherit; font-weight: 800; font-size: 0.74em; height: auto; line-height: 1em; padding: 10px; margin: 0 10px; text-transform: uppercase; border: 0; outline: 0; appearance: none; -moz-appearance: none; -webkit-appearance: none; height: 32px; }
.sub-hero select.categories option { background: #fff; color: #363636; }
.sub-hero .sub-box { text-align: right; }
.sub-hero .sub-box > div:first-child { float: right; }
.sub-hero .sub-box .es_shortcode_form > div { display: inline-block; margin: 0; padding: 0; }
.sub-hero .sub-box .es_shortcode_form .es_lablebox { display: none; }
.sub-hero .sub-box .es_shortcode_form .es_textbox { margin: 0; padding: 0; width: calc(100% - 130px); }
.sub-hero .sub-box .es_shortcode_form .es_textbox input { display: inline-block; max-width: none; width: calc(100% - 10px); border-radius: 0; background: rgba(255, 255, 255, 0.15); color: #fff; font-family: inherit; font-weight: 800; font-size: 0.74em; height: auto; line-height: 1em; padding: 10px; margin: 0 10px 0 0; text-transform: uppercase; border: 0; outline: 0; appearance: none; -moz-appearance: none; -webkit-appearance: none; height: 32px; }
.sub-hero .sub-box .es_shortcode_form .es_button { width: 120px; }
.sub-hero .sub-box .es_shortcode_form .es_button input { display: inline-block; width: 100%; border-radius: 0; color: #fff; font-family: inherit; font-weight: 800; font-size: 0.74em; height: auto; line-height: 1em; padding: 10px 20px; margin: 0; text-transform: uppercase; border: 0; outline: 0; appearance: none; -moz-appearance: none; -webkit-appearance: none; background: #65a1df; cursor: pointer; }
.sub-hero .sub-box .es_shortcode_form .es_button input:hover, .sub-hero .sub-box .es_shortcode_form .es_button input:active { color: #fff; opacity: 0.85; }
.paging a.btn:not(:last-child) { margin-right: 15px; }
a.btn.all-post { background: #9cb2c7; border-color: #9cb2c7; }

.ct-blog-listing .calendarTitle{
    display: none;
}

/* Load More Button */
.ct_posts .nav-links,.nav-link--archive{
    text-align: center;
}

.ct_posts .nav-links .blog-loading img,
.nav-link--archive .blog-loading img{
    width: 100px;
    padding: 15px;
}

.ct_posts .nav-links a.next,
.nav-link--archive a.next{
    border: 2px solid #65a1df;
    display: inline-block;
    margin: 0 0 20px;
    padding: 0.75em 2em;
    font-size: .95em;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    transition: all 0.2s;
    background: #65a1df;
}

.ct_posts .nav-links a.next:hover,
.nav-link--archive a.next:hover{
    color: #fff;
    opacity: 0.85;
}


/* Subscribe Form */

.es_subscription_form > label > input {
	height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	width: 0 !important;
}

.single .sub-hero .sub-box > div:first-child,
.ct-blog-listing .sub-hero .sub-box > div:first-child {
    margin-left: 10px;
}

.single .es_subscription_form label br,
.ct-blog-listing .es_subscription_form label br{
    display: none;
}

.single .sub-hero .sub-box .es_shortcode_form > div,
.ct-blog-listing .sub-hero .sub-box .es_shortcode_form > div {
	display: inline-block;
	margin: 0;
	padding: 0;
}

.single .sub-hero .sub-box .es_shortcode_form label,
.ct-blog-listing .sub-hero .sub-box .es_shortcode_form label {
	font-size: 0;
}

.single .sub-hero .sub-box .es_shortcode_form .es_textbox,
.ct-blog-listing .sub-hero .sub-box .es_shortcode_form .es_textbox {
	margin: 0;
	padding: 0;
	width: calc(100% - 130px);
}

.single .sub-hero .sub-box .es_shortcode_form input,
.ct-blog-listing .sub-hero .sub-box .es_shortcode_form input {
    display: inline-block;
	max-width: none;
    width: calc(100% - 10px);
    width:215px;
    border-radius: 0;
    background: rgba(255,255,255,0.15);
    color: #fff;
    font-family: inherit;
    font-weight: 800;
    font-size: 16px;
    height: auto;
    line-height: 1em;
    padding: 10px;
    margin: 0 10px 0 0;
	text-transform: uppercase;
	border: 0;
	outline: 0;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	height: 32px;
}

@media(min-width:992px) and (max-width:1103px){
    .single .sub-hero .sub-box .es_shortcode_form input,
  .ct-blog-listing .sub-hero .sub-box .es_shortcode_form input {
      width:100px;
    }
}

.single .sub-hero .sub-box .es_shortcode_form .es_submit_button,
.ct-blog-listing .sub-hero .sub-box .es_shortcode_form .es_submit_button {
	width: 120px;
}

.single .sub-hero .sub-box .es_shortcode_form .es_submit_button,
.ct-blog-listing .sub-hero .sub-box .es_shortcode_form .es_submit_button {
    display: inline-block;
	height: 32px;
    border-radius: 0;
    color: #fff;
    font-family: inherit;
    font-weight: 800;
    font-size: 0.74em;
    height: auto;
    line-height: 1em;
    padding: 10px 20px;
    margin: 0;
	text-transform: uppercase;
	border: 0;
	outline: 0;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: #65a1df;
	cursor: pointer;
}

@media(max-width:470px){
    .single .sub-hero .sub-box .es_shortcode_form .es_submit_button,
  .ct-blog-listing .sub-hero .sub-box .es_shortcode_form .es_submit_button  {
     margin-top:10px;
    }
}

@media(max-width:664px){
    .single .sub-hero .sub-box .es_shortcode_form .es_submit_button,
  .ct-blog-listing .sub-hero .sub-box .es_shortcode_form .es_submit_button  {
     margin-top:10px;
    }
    
    .ct-blog-listing .sub-hero .sub-box .es_shortcode_form input {
      width:100%;
    }
    
    .single .sub-hero .sub-box .es_shortcode_form > div,
    .ct-blog-listing .sub-hero .sub-box .es_shortcode_form > div {

    width: 100%;
}
   .single .sub-hero .sub-box .emaillist,
    .ct-blog-listing .sub-hero .sub-box .emaillist,
    .ct-blog-listing form.es_subscription_form.es_shortcode_form{
        display: block;
        float: left;
        width: 100%;
    }
    
    .single .sub-hero .sub-box,
    .ct-blog-listing .sub-hero .sub-box{
        text-align: center;
    }
    
    .single .sub-hero .sub-box .es_shortcode_form label,
    .ct-blog-listing .sub-hero .sub-box .es_shortcode_form label {
	font-size: 16px;
}
    .single .sub-hero .sub-box > div:first-child,
    .ct-blog-listing .sub-hero .sub-box > div:first-child {
     margin-left:0;
}

}

/*********
LANDING PAGE TEMPLATE
*********/

.page-template-lp #content{
    /*padding-top:30px;*/
}

  .page-template-lp   header.header{
        top: 0;
    }

@media (max-width: 991px){
.page-template-lp .desktop-header{
    display:inline;
}
    
    .page-template-lp #content{
    padding-top:0;
}
    
 .page-template-lp    .m-all {
     width: auto;
    }
    
    .page-template-lp   header.header{
        top: 0;
    }
}

/*********
RESOURCES
*********/
#posts.resources article { width: 23%; margin: 0 1% 2%; }
#posts.resources article .thumbnail { height: 163px; }
#posts.resources article .post-snippet { padding-bottom: 40px; }
#posts.resources article .category { color: #003d74; display: block; margin: 0 0 5px; }
#posts.resources article h2 { font-size: 0.82em; margin: 0; color: #363636; font-weight: 600; }
#posts.resources article .overlay { width: 100%; height: 100%; position: absolute; padding: 20px; background: rgba(0, 0, 0, 0.75); text-align: center; box-sizing: border-box; opacity: 0; transition: all 0.2s; }
#posts.resources article:hover .overlay { opacity: 1; }
#posts.resources article .overlay a.btn { font-size: 0.75em; padding: 0.5em 2em; margin: 0 auto; position: absolute; width: calc(100% - 50px); height: 40px; box-sizing: border-box; top: calc(50% - 20px); left: 25px; }
.sub-hero.resources { text-align: center; }
.sub-hero.resources select { margin: 0 0 0 10px; }
.single-resources .heroWrap, .page-template-cp .heroWrap { background-image: url('../images/resource-hero.jpg'); }
.single-resources .heroWrap span.featured-tag { margin: 0; text-transform: uppercase; }
.single-resources .entry-content ul li:before { content: '►'; font-size: 0.65em; }
.heroWrap.withDropdown, .heroWrap.withDropdown .wrap { overflow: visible; z-index: 9; }
.dropdown { margin: 20px auto 40px; width: 350px; position: relative; z-index: 9; font-size: 0.94em; }
.dropdown dd, .dropdown dt, .dropdown ul { margin: 0px; padding: 0px; }
.dropdown dd { position: relative; }
.dropdown dt a, .dropdown dt a:link, .dropdown dt a.link:active, .dropdown dt a:hover, .dropdown dt a:visited { background: #65a1df; color: #fff; display: block; padding: 10px 30px 10px 10px; border: 2px solid #65a1df; width: 100%; position: relative; outline: 0; font-weight: 700; }
.dropdown dt a:after { content: '▾'; position: absolute; right: 15px; color: #fff; top: 15px; }
.dropdown dt a span { cursor: pointer; display: block; padding: 5px; }
.dropdown dd ul { background: #fff; display: none; list-style: none; padding: 0; position: absolute; left: 0; top: 0; width: auto; width: 100%; border: 2px solid #65a1df; color: #363636; }
.dropdown span.value { display: none; }
.dropdown dd ul li a { padding: 5px 20px; display: block; color: #363636; }
.dropdown dd ul li a.all { padding: 10px 20px; }
.dropdown dd ul li:not(.region-header) a:hover, .dropdown dd ul li:not(.region-header):hover a { background: #65a1df; color: #fff; }
.dropdown dd ul li.region-header { padding: 10px 10px 5px; color: #003e74; font-weight: 700; text-transform: uppercase; margin-top: 10px; }
.location { width: calc(50% - 20px); margin: 0 20px 20px 0; float: left; background: #fcfcfc; border: 1px solid #d8d8d8; padding: 0; font-size: 0.82em; }
.location span.h3 { font-size: 1em; color: #003d74; font-weight: 700; text-transform: uppercase; }
.location h2 { font-size: 1.36em; margin: 0 0 5px; text-transform: uppercase; color: #363636; font-weight: 700; }
.location p { margin: 0; line-height: 1.5em; }
.location .copy { padding: 15px; }
.location .links { padding: 5px 15px; border-top: 1px solid #d8d8d8; overflow: hidden; }
.location .links .website a { display: inline-block; vertical-align: middle; font-size: 0.86em; text-transform: uppercase; color: #003d74; background: url(../images/location-website.png) left center no-repeat; background-size: 14px 12px; font-weight: 700; padding-left: 16px; }
.location .links .social-media { text-align: right; }
.location .links .social-media a { font-size: 0; color: transparent; background-size: contain; background-repeat: no-repeat; background-position: center center; width: 14px; height: 14px; display: inline-block; vertical-align: middle; }
.location .links .social-media a.linkedin { background-image: url(../images/location-linkedin.png); }
.location .links .social-media a.facebook { background-image: url(../images/location-facebook.png); }
.location .links .social-media a.twitter { background-image: url(../images/location-twitter.png); }
.location .links .social-media a.youtube { background-image: url(../images/location-youtube.png); }
.customer-services { padding: 40px 0 20px; }
.customer-services .location { width: 49%; font-size: .75em; padding: 15px 10px 15px; background: #e7eaeb; border-color: #d8d8d8; }
.customer-services .location:first-child { margin: 0 1% 20px 0; }
.customer-services .location:last-child { margin: 0 0 20px 1%; }
.customer-services .location h3 { padding: 0 0 10px; border-bottom: 1px solid #c5d0d9; font-weight: 700; text-transform: uppercase; margin: 0 0 10px; }
.customer-services .location p { line-height: 1.75em; margin-bottom: 10px; }
.acf-map { width: 100%; height: 400px; border: #ccc solid 1px; margin: 0; position: relative; z-index: 8; }
.acf-map img { max-width: inherit !important; }
p.links { margin: 0; }
p.links a { display: inline-block; width: 14px; height: 14px; background-position: left center; background-size: contain; background-repeat: no-repeat; font-size: 0; color: transparent; vertical-align: middle; line-height: 1em; }
p.links a:not(:last-child) { margin-left: 10px; }
p.links a.website { background-image: url(../images/location-website.png); font-size: 0.75em; color: #363636; width: auto; padding-left: 19px; font-weight: 700; text-transform: uppercase; }
p.links a.linkedin { background-image: url(../images/location-linkedin.png); }
p.links a.facebook { background-image: url(../images/location-facebook.png); }
p.links a.twitter { background-image: url(../images/location-twitter.png); }
p.links a.youtube { background-image: url(../images/location-youtube.png); }
.gray-box .wrap { padding: 0; }

.bottomForm .formWrap .hbspt-form { text-align: center; }
.bottomForm .formWrap .hbspt-form form fieldset { margin:0 auto; text-align: left;}
.bottomForm .formWrap .hbspt-form form input[type="submit"] { max-width:200px;    margin: 0 auto !important; } 
.bottomForm .formWrap .hbspt-form form fieldset.form-columns-2 > div { width: 49%; }
.bottomForm .formWrap .hbspt-form form fieldset.form-columns-2 > div:first-child  { float: left; }
.bottomForm .formWrap .hbspt-form form fieldset.form-columns-2 > div:last-child  { float: right; }
.bottomForm .formWrap .hbspt-form .field .hs-input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]) { padding-top: 0 !important; }

.post-type-archive-industries main, .post-type-archive-applications main, .post-type-archive-solutions main { text-align: center;}
.post-type-archive-industries main article, .post-type-archive-applications  main article, .post-type-archive-solutions main article  { float: none; display: inline-block; vertical-align: top;  }


/*.member-popup { display: none; }*/
.contact-form-wrap { text-align: center; width: 100%; float: left;}
.contact-form-wrap .hbspt-form form fieldset { margin:0 auto; text-align: left; max-width: 100%;}
.contact-form-wrap .hbspt-form form input[type="submit"] { max-width:200px; margin: 0 auto !important;} 
.contact-form-wrap .hbspt-form form fieldset.form-columns-2 > div { width: 49%; }
.contact-form-wrap .hbspt-form form fieldset.form-columns-2 > div:first-child  { float: left; }
.contact-form-wrap .hbspt-form form fieldset.form-columns-2 > div:last-child  { float: right; }
.contact-form-wrap .hbspt-form .field .hs-input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]) { padding-top: 0 !important; }


.mfp-inline-holder .mfp-content, .mfp-content {width: 1000px; }
.member-popup h2 { font-size: 30px; line-height: 30px; text-align: left; margin: 0 0 5px !important; }
.member-popup .info-wrap {width: 33.33%; float: left; margin: 0 auto !important; }
.member-popup .info-wrap h4 { font-size: 18px; line-height: 30px; color: #003D74; }
.member-popup .info-wrap p strong { display: block; }
.member-popup .info-wrap p strong span { display:block; font-size: 12px; line-height: 15px; }
.member-popup .info-wrap:nth-child(4) h4 { opacity: 0; visibility: hidden;  }

.leadership-group .member > a { cursor: default; }


@media all and (max-width:1029px) {
	.single-resources .sidebar { width: 650px; padding: 0; margin: 20px auto 40px; max-width: 100%; float: none; clear: both; }
}
@media all and (max-width:991px) {
	.sub-hero .wrap { width: 100%; }
	.sub-hero .widget { float: none; clear: both; margin: 0 auto; text-align: center; padding: 0; width: 100%; }
	.sub-hero .widget:first-child { margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
	.sub-hero select.categories { width: calc(100% - 100px); margin: 0 auto; }
	.sub-hero .sub-box { text-align: center; padding: 0 6px 0 0; }
	.sub-hero .sub-box > div:first-child { width: calc(100% - 200px); }
	#posts article { width: 31.25%; }
	#posts article:nth-child(3n+1) { margin-right: 2%; }
	#posts article:nth-child(3n+2) { margin-right: 1%; margin-left: 1%; }
	#posts article:nth-child(3n+3) { margin-left: 2%; flex: none; }
	.paging a.btn { padding: 0.75em 1.5em; }
	.paging a.btn:not(:last-child) { margin-right: 10px; }
	.sub-hero.resources .widget:first-child { margin-bottom: 0; padding-bottom: 0; border-bottom: 0; }
	#posts.resources article { width: 31.25%; margin: 0 1% 2%; }
	.member-popup .info-wrap { width: 100%; margin-top: 0; }
	.member-popup .info-wrap:nth-child(4) h4 { display: none }
    .mobile-search-icon { width:72px; height:72px; position:absolute; top:0; left:0;
        
        
    }
    .mobile-search-icon.active {
        background:#E4171E;
    }
    .mobile-search-icon img {
        position:absolute;
        cursor:pointer;
        left:16px;
        top:14px;
    }
    .mobile-search-icon.active img {
        filter: brightness(2);
    }
    .mobile-header #searchBox {
        position:absolute;
        top:100%;
        left:0;
        right:0;
        margin:0;
        display:none;
        max-width:none;
        border-radius:0;
        height:65px;
        background:#fff;
        box-sizing:border-box;
        padding:0 20px;
        font-family: sans-serif;
        color:#363636;
        font-weight:700;
        letter-spacing:1px;
        border:1px solid #eaeaea;
    }
}
@media all and (max-width:824px) {
	#posts article { width: 48%; margin-bottom: 2%; }
	#posts article:nth-child(3n+1) { margin-right: 0; }
	#posts article:nth-child(3n+2) { margin-right: 0; margin-left: 0; }
	#posts article:nth-child(3n+3) { margin-left: 0; flex: none; }
	#posts article:nth-child(2n+1) { margin-left: 1%; margin-right: 1%; }
	#posts article:nth-child(2n+2) { margin-left: 1%; margin-right: 1%; }
	.paging a.btn, .paging a.btn:not(:last-child) { clear: right; margin-right: 0; }
}
@media all and (max-width:767px) {
	.paging { text-align: center; padding: 0 0 40px; }
	.paging a.btn { padding: 0.25em 0.5em; }
	.single-post .sidebar { width: 100%; }
	.single-post .sidebar .sidebar-widget { width: 260px; margin: 0 auto 20px; }
	.sub-hero.resources select { display: block; width: 350px; margin: 0 auto; border: 1px solid rgba(255, 255, 255, 0.1); }
	.sub-hero.resources select:not(:last-child) { border-bottom: 0; }
	.sub-hero.resources select:last-child { margin-bottom: 10px; }
	#posts.resources article { width: 48%; margin: 0 1% 2%; }

	.bottomForm .formWrap .hbspt-form form fieldset.form-columns-2 > div { width: 100%; }
	.bottomForm .formWrap .hbspt-form form fieldset.form-columns-2 > div:last-child { float: left; }

	.contact-form-wrap .hbspt-form form fieldset.form-columns-2 > div { width: 100%; }
	.contact-form-wrap .hbspt-form form fieldset.form-columns-2 > div:last-child{ float: left; }
}
@media all and (max-width:580px) {
	#posts article { width: 100%; margin-bottom: 20px; }
	#posts article:nth-child(2n+1), #posts article:nth-child(2n+2) { margin-left: 0; margin-right: 0; }
	#posts.resources article { width: 100%; margin: 0 0 20px; }
}
@media all and (max-width:480px) {
	.sub-hero .widget:first-child { margin-bottom: 0; }
	.sub-hero .sub-box > div:first-child { width: 100%; }
	.sub-hero .sub-box { padding: 0 6px; }
}

/********************
LARGER MOBILE DEVICES
*********************/
@media only screen and (min-width:481px) {
	.entry-content { }
	.entry-content .alignleft, .entry-content img.alignleft { margin-right: 1.5em; display: inline; float: left; }
	.entry-content .alignright, .entry-content img.alignright { margin-left: 1.5em; display: inline; float: right; }
	.entry-content .aligncenter, .entry-content img.aligncenter { margin-right: auto; margin-left: auto; display: block; clear: both; }
}

/***********************
TABLET & SMALLER LAPTOPS
************************/
@media all and (max-width:767px) {
	body { font-size: 16px; }
	h2, .h2 { font-size: 1.75em; }
}

/******
DESKTOP
*******/
@media only screen and (min-width:992px) {
	.wrap { width: 1140px; max-width: 100%; overflow: hidden; padding-left: 15px; padding-right: 15px; }
}

/*****************
LARGE VIEWING SIZE
******************/
@media only screen and (min-width:1240px) { }

/**********
RETINA (2x)
***********/
@media only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min--moz-device-pixel-ratio:1.5), only screen and (min-device-pixel-ratio:1.5) { }

/***************
PRINT STYLESHEET
****************/
@media print {
	* { background: transparent !important; color: black !important; text-shadow: none !important; filter: none !important; -ms-filter: none !important; }
	a, a:visited { color: #444 !important; text-decoration: underline; }
	a:after, a:visited:after { content: " ("attr(href) ")"; }
	a abbr[title]:after, a:visited abbr[title]:after { content: " ("attr(title) ")"; }
	.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
	pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
	thead { display: table-header-group; }
	tr, img { page-break-inside: avoid; }
	@page { margin: 0.5cm; }
	p, h2, h3 { orphans: 3; widows: 3; }
	h2, h3 { page-break-after: avoid; }
	.sidebar, .page-navigation, .wp-prev-next, .respond-form, nav { display: none; }
}