/*!
Theme Name: SSI Theme NC
Theme URI: http://www.site-seeker.com/
Author: John Huebner
Author URI: https://github.com/Hube2
Description: HC Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ssi-theme-hc
Tags: 

SSI _ssi was originally based on _s Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/* 2287 */

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.618; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bold;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

input:focus, textarea:focus, select:focus {
	outline: none !important;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
html {
	font-size: 16px;
	line-height: 1.618em;
}
body {
	color: #111;
	font-family: Futura Book, Futura, Helvetica Neue, Trebuchet MS, Arial, sans-serif;
	font-size: 1rem;
	line-height: 1.618em;
}
button,
input,
select,
optgroup,
textarea {
	color: #111;
	font-family: Futura, Helvetica Neue, Trebuchet MS, Arial, sans-serif;
	font-size: 1rem;
	line-height: 1.618em;
}

.h1, .h2, .h3, .h4, .h5, .h6, .div, .block {
	display: block;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	clear: both;
	font-family: Futura, Helvetica Neue, Trebuchet MS, Arial, sans-serif;
}

h1, .h1 {
	font-size: 2.44em;
	margin-bottom: .8em;
}

h2, .h2 {
	font-size: 1.95em;
	margin-bottom: .8em;
}

h3, .h3 {
	font-size: 1.56em;
	margin-bottom: .8em;
}

h4, .h4 {
	font-size: 1.25em;
	margin-bottom: .8em;
}

h5, .h5 {
	font-size: 1em;
	margin-bottom: .8em;
}

h6, .h6 {
	font-size: .8em;
	margin-bottom: .8em;
}

h1 a:link, h1 a:visited,
h2 a:link, h2 a:visited,
h3 a:link, h3 a:visited,
h4 a:link, h4 a:visited,
h5 a:link, h5 a:visited,
h6 a:link, h6 a:visited,
.h1 a:link, .h1 a:visited,
.h2 a:link, .h2 a:visited,
.h3 a:link, .h3 a:visited,
.h4 a:link, .h4 a:visited,
.h5 a:link, .h5 a:visited,
.h6 a:link, .h6 a:visited {
	color: inherit;
	text-decoration: none;
}

h1 a:focus, h1 a:hover,
h2 a:focus, h2 a:hover,
h3 a:focus, h3 a:hover,
h4 a:focus, h4 a:hover,
h5 a:focus, h5 a:hover,
h6 a:focus, h6 a:hover,
.h1 a:focus, .h1 a:hover,
.h2 a:focus, .h2 a:hover,
.h4 a:focus, .h3 a:hover,
.h4 a:focus, .h4 a:hover,
.h5 a:focus, .h5 a:hover,
.h6 a:focus, .h6 a:hover {
	color: inherit;
	text-decoration: underline;
}

h1 a:active,
h2 a:active,
h3 a:active,
h4 a:active,
h5 a:active,
h6 a:active,
.h1 a:active,
.h2 a:active,
.h3 a:active,
.h4 a:active,
.h5 a:active,
.h6 a:active {
	color: inherit;
	text-decoration: none;
}

p {
	font-size: 1em;
}

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

blockquote {
	margin: 0 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 0.9375rem;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 0.9375rem;
}

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

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

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

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 1rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

@media screen and (min-width: 37.5em) {
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous,
.press-navigation .nav-previous {
	float: right;
	text-align: right;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next,
.press-navigation .nav-next {
	float: left;
	text-align: left;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

a:focus .screen-reader-text, .screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.ssi-hentry {
	/*margin: 0 0 1.5em;*/
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	/*margin: 1.5em 0 0;*/
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

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

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

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

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

/* SSI Typography - might be overridden by settings */

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, .div, p, blockquote, address, pre, ul, ol, dd, table, form, .wp-caption, .gallery {
	margin-bottom: .8em;
}

/* SSI Default Panel Column Setup */
.panel {
	position: relative;
}
.panel .col, .panel [class^="col-"] {
	/*padding: 0;*/
}

.panel .col>.inner, .panel [class^="col-"]>.inner {
	padding: 1.618em;
}

.panel .col>.inner *:last-child, .panel [class^="col-"]>.inner *:last-child {
	margin-bottom: 0;
}

/* SSI SITE SOCIAL LINKS 
		this is the base, remaining styles generated in short code or in header from default settings
*/
#footer-social-links p.footer-social-links-head {
	font-size: 16px;
}
ul.ssi-social-icons {
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;
	overflow: hidden;
	margin-left: -1em;
}

ul.ssi-social-icons li {
	display: inline-block;
	margin-left: 1em;
	margin-bottom: 1em;
}
ul.ssi-social-icons a {
	display: inline-block;
	box-sizing: border-box;
	line-height: 1;
}
ul.ssi-social-icons i {
	/*width: 1em;*/
}

ul.ssi-social-icons a:link,
ul.ssi-social-icons a:visited,
ul.ssi-social-icons a:focus,
ul.ssi-social-icons a:hover,
ul.ssi-social-icons a:active {
	color: inherit;
}
ul.ssi-social-icons i, ul.ssi-social-icons a {
	transition-property: all;
	transition-duration: .25s;
}

/********************************************************************************************************
/* Bootstrap Additions
 *******************************************************************************************************/
 

/* Allow Higher Order Values  up to 24*/

.order-last {
  -ms-flex-order: 25;
  order: 25;
}

.order-13 {
  -ms-flex-order: 13;
  order: 13;
}

.order-14 {
  -ms-flex-order: 14;
  order: 14;
}

.order-15 {
  -ms-flex-order: 15;
  order: 15;
}

.order-16 {
  -ms-flex-order: 16;
  order: 16;
}

.order-17 {
  -ms-flex-order: 17;
  order: 17;
}

.order-18 {
  -ms-flex-order: 18;
  order: 18;
}

.order-19 {
  -ms-flex-order: 19;
  order: 19;
}

.order-20 {
  -ms-flex-order: 20;
  order: 20;
}

.order-21 {
  -ms-flex-order: 21;
  order: 21;
}

.order-22 {
  -ms-flex-order: 22;
  order: 22;
}

.order-23 {
  -ms-flex-order: 23;
  order: 23;
}

.order-24 {
  -ms-flex-order: 24;
  order: 24;
}

@media (min-width: 576px) {
  .order-sm-last {
    -ms-flex-order: 25;
    order: 25;
  }
  .order-sm-13 {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-14 {
    -ms-flex-order: 14;
    order: 14;
  }
  .order-sm-15 {
    -ms-flex-order: 15;
    order: 15;
  }
  .order-sm-16 {
    -ms-flex-order: 16;
    order: 16;
  }
  .order-sm-17 {
    -ms-flex-order: 17;
    order: 17;
  }
  .order-sm-18 {
    -ms-flex-order: 18;
    order: 18;
  }
  .order-sm-19 {
    -ms-flex-order: 19;
    order: 19;
  }
  .order-sm-20 {
    -ms-flex-order: 20;
    order: 20;
  }
  .order-sm-21 {
    -ms-flex-order: 21;
    order: 21;
  }
  .order-sm-22 {
    -ms-flex-order: 22;
    order: 22;
  }
  .order-sm-23 {
    -ms-flex-order: 23;
    order: 23;
  }
  .order-sm-24 {
    -ms-flex-order: 24;
    order: 24;
  }
}

@media (min-width: 768px) {
  .order-md-last {
    -ms-flex-order: 25;
    order: 25;
  }
  .order-md-13 {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-14 {
    -ms-flex-order: 14;
    order: 14;
  }
  .order-md-15 {
    -ms-flex-order: 15;
    order: 15;
  }
  .order-md-16 {
    -ms-flex-order: 16;
    order: 16;
  }
  .order-md-17 {
    -ms-flex-order: 17;
    order: 17;
  }
  .order-md-18 {
    -ms-flex-order: 18;
    order: 18;
  }
  .order-md-19 {
    -ms-flex-order: 19;
    order: 19;
  }
  .order-md-20 {
    -ms-flex-order: 20;
    order: 20;
  }
  .order-md-21 {
    -ms-flex-order: 21;
    order: 21;
  }
  .order-md-22 {
    -ms-flex-order: 22;
    order: 22;
  }
  .order-md-23 {
    -ms-flex-order: 23;
    order: 23;
  }
  .order-md-24 {
    -ms-flex-order: 24;
    order: 24;
  }
}

@media (min-width: 992px) {
  .order-lg-last {
    -ms-flex-order: 25;
    order: 25;
  }
  .order-lg-13 {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-14 {
    -ms-flex-order: 14;
    order: 14;
  }
  .order-lg-15 {
    -ms-flex-order: 15;
    order: 15;
  }
  .order-lg-16 {
    -ms-flex-order: 16;
    order: 16;
  }
  .order-lg-17 {
    -ms-flex-order: 17;
    order: 17;
  }
  .order-lg-18 {
    -ms-flex-order: 18;
    order: 18;
  }
  .order-lg-19 {
    -ms-flex-order: 19;
    order: 19;
  }
  .order-lg-20 {
    -ms-flex-order: 20;
    order: 20;
  }
  .order-lg-21 {
    -ms-flex-order: 21;
    order: 21;
  }
  .order-lg-22 {
    -ms-flex-order: 22;
    order: 22;
  }
  .order-lg-23 {
    -ms-flex-order: 23;
    order: 23;
  }
  .order-lg-24 {
    -ms-flex-order: 24;
    order: 24;
  }
}

@media (min-width: 1200px) {
  .order-xl-last {
    -ms-flex-order: 25;
    order: 25;
  }
  .order-xl-13 {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-14 {
    -ms-flex-order: 14;
    order: 14;
  }
  .order-xl-15 {
    -ms-flex-order: 15;
    order: 15;
  }
  .order-xl-16 {
    -ms-flex-order: 16;
    order: 16;
  }
  .order-xl-17 {
    -ms-flex-order: 17;
    order: 17;
  }
  .order-xl-18 {
    -ms-flex-order: 18;
    order: 18;
  }
  .order-xl-19 {
    -ms-flex-order: 19;
    order: 19;
  }
  .order-xl-20 {
    -ms-flex-order: 20;
    order: 20;
  }
  .order-xl-21 {
    -ms-flex-order: 21;
    order: 21;
  }
  .order-xl-22 {
    -ms-flex-order: 22;
    order: 22;
  }
  .order-xl-23 {
    -ms-flex-order: 23;
    order: 23;
  }
  .order-xl-24 {
    -ms-flex-order: 24;
    order: 24;
  }
}




/* Site Specific */

body {
	background-color: #FFF;
	color: #4e4e4e;
	font-weight: normal;
}

@media (max-width: 575px) {
	body,
	button,
	input,
	select,
	optgroup,
	textarea {
		font-size: .8rem;
	}
}

@media (max-width: 768px) {
	body,
	button,
	input,
	select,
	optgroup,
	textarea {
		font-size: .9rem;
	}
}

* {margin-top:0;}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: bold;
	/*line-height: 1*/;
}

.cta-button {
	margin-bottom: 15px;
}

.cta-button span {
	display: inline-block;
	padding: 0 .5em;
	text-decoration: inherit;
}
.cta-button span:first-child {
	padding-left: 0;
}

.cta-button span:last-child {
	padding-right: 0;
}
.cta-button span+i {
	float: right;
	line-height: inherit;
}

.panel-container-overlay {
	height: 100%;
}

/**** WP Fforms */


div.wpforms-container-full .wpforms-form input[type=submit],
div.wpforms-container-full .wpforms-form button[type=submit],
div.wpforms-container-full .wpforms-form .wpforms-page-button {
  background-color: #ff6b00 !important;
  border: none !important;
  color: #FFF !important;
	border-radius: 3px;
}

div.wpforms-container-full .wpforms-form input[type=submit]:hover,
div.wpforms-container-full .wpforms-form input[type=submit]:focus,
div.wpforms-container-full .wpforms-form input[type=submit]:active,
div.wpforms-container-full .wpforms-form button[type=submit]:hover,
div.wpforms-container-full .wpforms-form button[type=submit]:focus,
div.wpforms-container-full .wpforms-form button[type=submit]:active,
div.wpforms-container-full .wpforms-form .wpforms-page-button:hover,
div.wpforms-container-full .wpforms-form .wpforms-page-button:active,
div.wpforms-container-full .wpforms-form .wpforms-page-button:focus {
  background-color: #ff6b00 !important;
  border: none !important;
}

.gallery-panel {
	line-height: normal;
}

.gallery-panel img {
	width: 100%;
	height: auto;
	display: inline-block;
}

.gallery-panel .item-image a {
	display: inline-block;
}

.global-conent-buckets .icon-image-container>span {
	margin: 0 auto;
}

.testimonial-panel button.testimonial-arrow,
.related-content-panel button.related-arrow,
.featured-content-panel button.featured-arrow {
	background: transparent;
	padding: 0;
	border: none;
	cursor: pointer;
	font-size: 2em;
	position: absolute;
	top: 50%;
	transform:translateY(-50%);
	z-index: 999;
	opacity: .25;
}

@media (max-width: 1199px) {
	.featured-content-panel .slick-featured-content-slider.has-arrows .container {
		padding-left: 3.5em;
		padding-right: 3.5em;
	}
}

.featured-content-panel .slick-featured-content-slider.has-dots .container {
	/*padding-bottom: 2em;*/
}

.featured-content-panel .slick-featured-content-slider.slide-count-1.has-dots .container {
	padding-bottom: 0;
}

.slick-featured-content-slider.slick-dotted.slick-slider {
	margin-bottom: 0;
}
.slick-featured-content-slider .slick-dots {
	z-index: 999;
	bottom: 1em;
}

.slick-featured-content-slider .slick-dots li button:before {
	font-size: 16px;
}

.featured-content-panel .slick-featured-content-slider.slide-count-1 .slick-dots {
	display: none;
}


.testimonial-panel button.testimonial-arrow:hover,
.related-content-panel button.related-arrow:hover,
.featured-content-panel button.featured-arrow:hover {
	opacity: .75;
}

.testimonial-panel button.testimonial-prev {
	left: 0;
}

.testimonial-panel button.testimonial-next {
	right: 0;
}

.related-content-panel button.related-prev,
.featured-content-panel button.featured-prev {
	left: 1em;
}

.related-content-panel button.related-next,
.featured-content-panel button.featured-next {
	right: 1em;
}

.testimonial-panel .slick-testimonial-slider .slide-inner {
	position: relative;
}

.testimonial-panel .slick-testimonial-slider.has-arrows .slide {
	/*padding-left: 3em;
	padding-right: 3em;*/
}

.testimonial-panel .slick-testimonial-slider .quote-mark {
	position: absolute;
	text-shadow: none;
	font-size: 2em;
}

.testimonial-panel .slick-testimonial-slider .quote-mark.before {
	top: 0;
	left: 0;
}

.testimonial-panel .slick-testimonial-slider .quote-mark.after {
	bottom: 0;
	right: 0;
}

.testimonial-panel .slick-testimonial-slider .item-content {
	padding: 2em;
}
.testimonial-panel .slick-testimonial-slider .testimonial-attribution {
	width: 80%;
	margin-left: 20%;
}
.testimonial-panel .slick-testimonial-slider .testimonial-attribution:before {
	content: "— "
}

.related-content-panel .item-image img {
	display: inline-block;
	width: 100%;
	height: auto;
}

.related-content-panel .related-content-item-row.has-arrows {
	padding-left: 2em;
	padding-right: 2em;
}

.related-content-panel .related-content-item-row.has-dots {
	padding-bottom: 2em;
}
.related-content-panel .slick-dots {
	bottom: 1em;
}

.testimonial-panel .slick-dots li button:before,
.related-content-panel .slick-dots li button:before {
	font-size: 16px;
}

.bucket-panel .bucket-col>a,
.bucket-panel .bucket-col>a:link,
.bucket-panel .bucket-col>a:visited,
.bucket-panel .bucket-col>a:focus,
.bucket-panel .bucket-col>a:hover,
.bucket-panel .bucket-col>a:active {
	color: inherit;
	text-decoration: none;
}

.bucket-panel .icon-image-container .width {
	margin: 0 auto;
}

.bucket-panel .bucket-col {
	line-height: normal;
}

.bucket-panel .title-container a:link,
.bucket-panel .title-container a:visited {
	text-decoration: none;
}

.bucket-panel .title-container a:focus,
.bucket-panel .title-container a:hover {
	text-decoration: underline;
}

.bucket-panel .title-container a:active {
	text-decoration: none;
}

#site-top-bar {
	line-height: normal;
}

#site-top-bar .cta-button {
	margin-top: 0;
	margin-bottom: 0;
}

#site-top-bar .top-bar-left .cta-button+.cta-button,
#site-top-bar .top-bar-right .cta-button+.cta-button {
	margin-left: 2em;
}

ul#primary-menu {
	font-size: 16px;
	color: #003764;
	font-weight: bold;
}

ul#primary-menu ul ul {
	font-weight: normal;
}

ul#primary-menu a,
ul#primary-menu a:link,
ul#primary-menu a:visited {
	color: inherit;
	text-decoration: none;
}
ul#primary-menu a:focus,
ul#primary-menu a:hover {
	color: #ff6b00;
	text-decoration: none;
}
ul#primary-menu a:active {
	color: inherit;
	text-decoration: none;
}

ul#primary-menu ul a,
ul#primary-menu ul a:link,
ul#primary-menu ul a:visited {
	color: #ff6b00;
	text-decoration: none;
}
ul#primary-menu ul a:focus,
ul#primary-menu ul a:hover {
	color: #ff6b00;
	text-decoration: underline;
}
ul#primary-menu ul a:active {
	color: #ff6b00;
	text-decoration: none;
}

ul#primary-menu ul ul a,
ul#primary-menu ul ul a:link,
ul#primary-menu ul ul a:visited {
	color: #838484;
	text-decoration: none;
}
ul#primary-menu ul ul a:focus,
ul#primary-menu ul ul a:hover {
	color: #ff6b00;
	text-decoration: underline;
}
ul#primary-menu ul ul a:active {
	color: #838484;
	text-decoration: none;
}

ul#primary-menu ul ul ul {
	margin-left: 1em;
}

ul#primary-menu,
ul#primary-menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#primary-menu .mega-menu>.container>ul.row {
	margin-top: 2em;
	margin-bottom: 2em;
}
#primary-menu .mega-menu>.container>ul.row+ul.row {
	margin-top: 0;
}
#primary-menu .mega-menu>.container>ul.row>li+li {
	padding-left:3em;
}

@media (max-width: 450px) {
	#site-header img.site-logo {
		max-width: 240px;
	}
}
@media (max-width: 400px) {
	#site-header img.site-logo {
		max-width: 200px;
	}
}
@media (max-width: 350px) {
	#site-header img.site-logo {
		max-width: 165px;
	}
}

#site-header .toggle-a {
	display: inline-block;
}

#phone-menu-container {
	position: absolute;
	width: 100%;
	background: #FFF;
	display: none;
	z-index: 99999;
	overflow: hidden;
}

#phone-menu-container.toggled {
	display: block;
}


#mobile-menu-container {
	display: none;
	position: absolute;
	z-index: 999999;
	background-color: #FFF;
	width: 100%;
	align-items: start;
	justify-content: center;
	box-sizing: border-box;
	min-height: 250px;
	overflow: visible;
}
#mobile-menu-container.toggled {
	display: flex;
}
#mobile-menu-container .sub-menu-container {
	width: 100%;
	position: absolute;
	z-index: 999999;
	left: 100%;
	top: 0;
	transition: all .5s linear;
	min-height: 100%;
	box-sizing: border-box;
	display: flex;
	align-items: start;
	justify-content: center;
	background: #FFF;
	opacity: 0;
	/*border-left: 1px solid rgba(0,55,100,.5);*/
	/*border-right: 1px solid rgba(0,55,100,.5);*/
}
#mobile-menu-container ul {
	min-height: 100%;
	margin: 0;
	padding: 0 2em 0 2em;
	list-style-type: none;
	padding-top: 25px;
	padding-bottom: 25px;
	box-sizing: border-box;
	overflow: visible;
}
#mobile-menu-container ul li.focus>.sub-menu-container {
	left: 0;
	opacity: 1;
	transition: all .5s linear;
}
#mobile-menu-container a {
	display: inline-block;
	position: relative;
	width: 100%;
	padding: .25em 1em;
	box-sizing: border-box;
}
#mobile-menu-container a span.show-sub-menu {
	position: absolute;
	left: 100%;
	top: .25em;
}
#mobile-menu-container a span.back-icon {
	display: inline-block;
	margin-right: 1em;
	/*
	position: absolute;
	right: 100%;
	top: .25em;
	*/
}

#mobile-menu-container a:link, #mobile-menu-container a:visited {
	color: #003764;
	text-decoration: none;
}

#mobile-menu-container a:focus, #mobile-menu-container a:hover {
	color: #fe6b00;
	text-decoration: none;
}

#mobile-menu-container a:active {
	color: #003764;
	text-decoration: none;
}

#mobile-menu-container ul ul a:link, #mobile-menu-container ul ul a:visited {
	color: #838484;
	text-decoration: none;
}

#mobile-menu-container ul ul a:focus, #mobile-menu-container ul ul a:hover {
	color: #fe6b00;
	text-decoration: none;
}

#mobile-menu-container ul ul a:active {
	color: #838484;
	text-decoration: none;
}

#mobile-menu-container ul ul li.parent-copy a:link, #mobile-menu-container ul ul li.parent-copy a:visited {
	color: #fe6b00;
	text-decoration: none;
}

#mobile-menu-container ul ul li.parent-copy a:focus, #mobile-menu-container ul ul li.parent-copy a:hover {
	color: #003764;
	text-decoration: none;
}

#mobile-menu-container ul ul li.parent-copy a:active {
	color: #fe6b00;
	text-decoration: none;
}

#mobile-menu-container ul ul li.back a:link, #mobile-menu-container ul ul li.back a:visited {
	color: #003764;
	text-decoration: none;
}

#mobile-menu-container ul ul li.back a:focus, #mobile-menu-container ul ul li.back a:hover {
	color: #fe6b00;
	text-decoration: none;
}

#mobile-menu-container ul ul li.back a:active {
	color: #003764;
	text-decoration: none;
}

#site-footer {
	line-height: normal;
	background: #4e4e4e;
	/*color: #EEE;*/
	color: #848484;
}

#copyright-bar {
	font-size: 15px;
	padding-bottom: 1em;
}
#copyright-bar .flex-list {
	box-sizing: content-box;
	position: relative;
	overflow: hidden;
}
#copyright-bar .flex-list ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	/*margin: 0 0 0 -16px;*/
	margin: 0;
	padding: 0;
	list-style-type: none;
	align-items: center;
}
#copyright-bar .flex-list li {
	/*flex-grow: 1;*/
	flex-basis: auto;
	padding: .25em 15px;
	text-align: center;
}

#copyright-bar .flex-list li.has-seperator {
	padding-left: 0;
}

#copyright-bar .flex-list li.has-seperator:before {
	/*border-left: 1px solid #ccc;*/
	content: "|";
	margin-right: 15px;
}

#copyright-bar a:link,
#copyright-bar a:visited {
	color: inherit;
	text-decoration: none;
}

#copyright-bar a:focus,
#copyright-bar a:hover {
	color: inherit;
	text-decoration: underline;
}

#copyright-bar a:active {
	color: inherit;
	text-decoration: none;
}

#footer-nav, #social-ctas {
	padding-top: 1em;
	padding-bottom: 1em;
}

ul#footer-menu-1 {
	font-size: 16px;
}

ul#footer-menu-1, ul#footer-menu-1 ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul#footer-menu-1 ul ul {
	margin-left: .5em;
}

ul#footer-menu-1 a {
	display: inline-block;
	line-height: 1.5em;
}

ul#footer-menu-1 a:link,
ul#footer-menu-1 a:visited {
	/*color: inherit;*/
	color: #838383;
	text-decoration: none;
}

ul#footer-menu-1 a:focus,
ul#footer-menu-1 a:hover {
	/*color: #FFF;*/
	color: #838383;
	text-decoration: underline;
}

ul#footer-menu-1 a:active {
	/*color: inherit;*/
	color: #838383;
	text-decoration: none;
}

ul#footer-menu-1>li>a:link,
ul#footer-menu-1>li>a:visited,
ul#footer-menu-1>li>a:focus {
	/*color: #ff6b00;*/
	color: #FFF;
	text-decoration: none;
}

ul#footer-menu-1>li>a:hover {
	color: #FFF;
	text-decoration: underline;
}

ul#footer-menu-1>li>a:active {
	/*color: #ff6b00;*/
	color: #FFF;
	text-decoration: none;
}

ul#footer-menu-1 a span.toggle-sub-menu,
ul#footer-menu-1 a:link span.toggle-sub-menu,
ul#footer-menu-1 a:visited span.toggle-sub-menu,
ul#footer-menu-1 a:focus span.toggle-sub-menu,
ul#footer-menu-1 a:hover span.toggle-sub-menu,
ul#footer-menu-1 a:active span.toggle-sub-menu {
	color: #eee;
	margin-right: 1em;
	display: inline-block;
}

ul#footer-menu-1 li {
	padding: 0;
}

@media (max-width: 991px) {
	ul#footer-menu-1 ul.sub-menu.level-2 {
		margin-left: 2em;
	}
}

ul#footer-cta-list {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul#footer-cta-list .cta-button {
	margin-bottom: 0;
	padding-top: .25em;
	padding-bottom: .25em;
}

@media (max-width: 991px) {
	ul#footer-cta-list li {
		display: inline-block;
		margin-right: 2em;
	}
}

#page-panel-tabbed-nav {
	background-color: #36476b;
}
#page-panel-tabbed-nav .col {
	border-left: 1px solid #36476b;
	border-right: 1px solid #36476b;
	border-bottom: 1px solid #36476b;
	border-top: 1px solid #36476b;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: bold;
	background-color: #FFF;
}
#page-panel-tabbed-nav a i {
	margin-right: .5em;
}
#page-panel-tabbed-nav a {
	display: inline-block;
	width: 100%;
	line-height: 2.5em;
}
#page-panel-tabbed-nav a:link,
#page-panel-tabbed-nav a:visited,
#page-panel-tabbed-nav a:focus,
#page-panel-tabbed-nav a:hover,
#page-panel-tabbed-nav a:active {
	text-decoration: none;
}

h1.page-title {
	font-size: 2em;
	margin: 1em 0;
	color: #003764;
}

h1.page-title.with-sub {
	margin-bottom: .25em
}

h2.page-sub-title {
	font-size: 1em;
	color: #ff6b00;
	text-transform: uppercase;
	margin-bottom: 2em;
}

h2.archive-post-title {
	font-size: 1.75em;
	color: #003764;
	margin-bottom: .1em;
	text-transform: uppercase;
}
h3.archive-post-sub-title {
	font-size: 1em;
	color: #ff6b00;
	text-transform: uppercase;
	margin-bottom: 1em;
	font-weight: normal;
}
.post-archive-list p.excerpt {
	color: #003764;
	font-size: .9em;
}

.fa-network-wired, .fa-warehouse-alt {
	margin-left: -.15em;
}

.container.post-archive-list .row {
	padding-bottom: 2em;
	color: #003764;
}

.container.post-archive-list>.row+.row {
	padding-top: 2em;
	border-top: 4px solid #c6c6c6;
}

#case-study-archive-list-container {
	background: #ebebeb;
}

.case-study-archive-list .item {
	border: 2px solid rgba(198,198,198,1);
	background-color: #FFF;
	text-align: center;
	margin-bottom: 30px;
}

.case-study-archive-list .item-image {
	margin-bottom: 1em;
}

.case-study-archive-list .item-image img {
	width: 100%;
	height: auto;
}

.case-study-archive-list .item-title {
	font-size:1.25em;
	font-weight:bold;
	text-transform:uppercase;
	color:#003764;
	margin-bottom:.5em;
}
@media(max-width:1199px){
	.case-study-archive-list .item-title {
		font-size:1.23em;
	}
}
@media(max-width:991px){
	.case-study-archive-list .item-title {
		font-size:1.2em;
	}
}
@media(max-width:767px){
	.case-study-archive-list .item-title {
		font-size:1.18em;
	}
}
@media(max-width:575px){
	.case-study-archive-list .item-title {
		font-size:1.15em;
	}
}
.case-study-archive-list .item .excerpt{
	font-weight:normal;
	color:#003764;
}
.case-study-archive-list .item-content {
	padding: 0 1em 1em 1em;
}

.case-study-archive-list .nav {
	color: #003764;
	padding-bottom: 2em;
}
@media (max-width: 575px) {
	.container.post-archive-list .row {
		padding: 0;
		margin: 30px 15px;
		border: 4px solid #c6c6c6;
	}
	.container.post-archive-list .row+.row {
		padding-top: 0;
	}
	.container.post-archive-list .post-col {
		padding: 0;
	}
	.container.post-archive-list .post-col+.post-col {
		padding: 15px 15px 0;
	}
	.container.post-archive-list p.button .cta-button {
		margin-bottom: 0!important;
	}
}

.container.case-study-archive-list .cta {
	text-transform: uppercase;
}

@media (max-width: 575px) {
	#case-study-details .container {
		padding: 0;
		width: auto;
		margin-left: 30px;
		margin-right: 30px;
	}
}

input.ssi-su-qc-input {
	border-radius: 2px;
	color: #666;
	border: 1px solid #CCC;
	padding: 3px;
	width: 50%;
	margin-right: 1em;
	font-size: inherit;
}

input.ssi-su-qc-submit {
	background-color: #ff6b00;
	border: none;
	border-radius: 5px;
	color: #FFF;
	font-weight: bold;
	font-size: inherit;
}

@media (max-width: 767px) {
	input.ssi-su-qc-input {
		width: 60%;
	}
}

@media (max-width: 575px) {
	input.ssi-su-qc-input {
		width: 100%;
		margin-right: 0;
		margin-bottom: 1em;
	}
}

/*========== Q CUSTOM ==========*/

/*========== NUMBER OF USERS SLIDER ==========*/

#user-slider-container{
  display: block;
	text-align: center;
  padding-bottom:15px;}
#user-slider-title{
  font-size:1.35em;
  font-weight:normal;
  text-align:center;
	text-transform:none;}
form.user-slider{
  /*width: 90%;
  max-width: 500px;*/}
form.user-slider #user-amount-slider{
  display:flex;
  flex-direction:row;
  align-content:stretch;
  position:relative;
  width:100%;
  height: 50px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;}
form.user-slider #user-amount-slider::before{
  content: " ";
  position: absolute;
  height: 6px;
  width: 100%;
  width: calc(100% * (4 / 5));
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #bbb;
	border-radius:2em;}
form.user-slider #user-amount-slider input, form.user-slider #user-amount-slider label{
  box-sizing: border-box;
  flex: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;}
form.user-slider #user-amount-slider label{
  display: inline-block;
  position: relative;
  width: 20%;
  height: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
	z-index:1;}
form.user-slider #user-amount-slider label::before{
  content:attr(data-user-amount);
  position:absolute;
  left:50%;
  padding-top:2px;
  transform: translate(-50%, 45px);
  font-size:16px;
  letter-spacing:0.4px;
  font-weight:normal;
  white-space:nowrap;
	color:#333;
  opacity:0.85;
  transition:all 0.15s ease-in-out;}
form.user-slider #user-amount-slider label::after{
  content: " ";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 15px;
  height: 15px;
  border: 2px solid #fff;
  background: #bbb;
  border-radius: 50%;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 1;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
	opacity:1;}
form.user-slider #user-amount-slider label:hover::after{transform: translate(-50%, -50%) scale(1.25);}
form.user-slider #user-amount-slider input{display: none;}
form.user-slider #user-amount-slider input:checked + label::before{
  font-weight: 800;
  opacity: 1;}
form.user-slider #user-amount-slider input:checked + label::after{
  border-width: 4px;
  transform: translate(-50%, -50%) scale(0.75);}
form.user-slider #user-amount-slider input:checked ~ #selection-mark{opacity: 1;}
form.user-slider #user-amount-slider input:checked:nth-child(1) ~ #selection-mark{left: 10%;}
form.user-slider #user-amount-slider input:checked:nth-child(3) ~ #selection-mark{left: 30%;}
form.user-slider #user-amount-slider input:checked:nth-child(5) ~ #selection-mark{left: 50%;}
form.user-slider #user-amount-slider input:checked:nth-child(7) ~ #selection-mark{left: 70%;}
form.user-slider #user-amount-slider input:checked:nth-child(9) ~ #selection-mark{left: 90%;}
form.user-slider #user-amount-slider #selection-mark{
  display: block;
  position: absolute;
  top: 50%;
  width: 28px;
  height: 28px;
  background: #0098DB;
  border-radius: 50%;
  transition: all 0.15s ease-in-out;
  transform: translate(-50%, -50%);
  border: 2px solid #fff;
  opacity: 0;
  z-index: 2;}
form.user-slider:valid #user-amount-slider input + label::before{
  transform: translate(-50%, 45px) scale(0.9);
  transition: all 0.15s linear;}
form.user-slider:valid #user-amount-slider input:checked + label::before{
  transform: translate(-50%, 45px) scale(1.1);
  transition: all 0.15s linear;
	color:#333;}

form.user-slider #user-amount-slider #selection-range{
  position: absolute;
  left: 10%;
  top: 22px;
  width: 0;
	height:6px;
	background: #a1d4f8;
	border-radius:2em;
	z-index:0;}

form.user-slider #user-amount-slider input:checked:nth-child(1) ~ #selection-range{width: 0%;}
form.user-slider #user-amount-slider input:checked:nth-child(3) ~ #selection-range{width: 20%;}
form.user-slider #user-amount-slider input:checked:nth-child(5) ~ #selection-range{width: 40%;}
form.user-slider #user-amount-slider input:checked:nth-child(7) ~ #selection-range{width: 60%;}
form.user-slider #user-amount-slider input:checked:nth-child(9) ~ #selection-range{width: 80%;}

@media screen and (min-width:681px){
	#user-slider-title{
		display:inline-block;
		width:auto;
    font-size:1em;
		vertical-align:middle;}
	form.user-slider{
		display:inline-block;
		width:50%;
		vertical-align:middle;}
}

/*========== DYNAMIC PRICING TABLE ==========*/

div[title="Dynamic Pricing Table"], #pnl-6740-62337dced3f81{}

div[title="Dynamic Pricing Table"] .wrapper-row .col, #pnl-6740-62337dced3f81 .wrapper-row .col{
  margin:1.75em 0.75em;
  padding:1.5em 0.5em;
  background:#afc6da;
  color:#003764;}
div[title="Dynamic Pricing Table"] .wrapper-row .col:first-child, #pnl-6740-62337dced3f81 .wrapper-row .col:first-child{
  background:#d7e2ec;}
div[title="Dynamic Pricing Table"] .wrapper-row .col:last-child, #pnl-6740-62337dced3f81 .wrapper-row .col:last-child{
  background:#608eb5;}

div[title="Dynamic Pricing Table"] h3, div#pnl-6740-62337dced3f81 h3{
  font-weight:bold !important;
  text-align:center !important;
  text-transform:uppercase;}
div[title="Dynamic Pricing Table"] h3:before, div#pnl-6740-62337dced3f81 h3:before{
  content: "";
  margin:-2em auto 0.25em auto;
  height:100px;
  width:100px;
  display:block;
  background-repeat:no-repeat;
  background:url(/wp-content/themes/ssi-theme-NC/assets/image/dynamic-pricing-table/standard-icon.png);
  background-size:cover;
  background-position:center;}
div[title="Dynamic Pricing Table"] .wrapper-row .col:first-child h3:before, div#pnl-6740-62337dced3f81 .wrapper-row .col:first-child h3:before{
  height:100px;
  width:100px;
  background-repeat:no-repeat;
  background:url(/wp-content/themes/ssi-theme-NC/assets/image/dynamic-pricing-table/value-icon.png);
  background-size:cover;
  background-position:center;}
div[title="Dynamic Pricing Table"] .wrapper-row .col:last-child h3:before, div#pnl-6740-62337dced3f81 .wrapper-row .col:last-child h3:before{
  height:100px;
  width:100px;
  background-repeat:no-repeat;
  background:url(/wp-content/themes/ssi-theme-NC/assets/image/dynamic-pricing-table/premium-icon.png);
  background-size:cover;
  background-position:center;}

div[title="Dynamic Pricing Table"] h4, div#pnl-6740-62337dced3f81 h4{
  font-weight:normal;
  text-align:center !important;
  line-height:1.15em;}
div[title="Dynamic Pricing Table"] h4 span, div#pnl-6740-62337dced3f81 h4 span{
  font-size:1.5em !important;}
div[title="Dynamic Pricing Table"] h4 small, div#pnl-6740-62337dced3f81 h4 small{
  font-size:0.75em !important;
  font-weight:normal;}

div[title="Dynamic Pricing Table"] p, div#pnl-6740-62337dced3f81 p{
  font-size:0.95em;
  text-align:center !important;}

div[title="Dynamic Pricing Table"] ul, div#pnl-6740-62337dced3f81 ul{
  margin:1em 1em 1em 0;
  /*color:#333;*/
  font-size:0.95em;
  list-style:none;}
div[title="Dynamic Pricing Table"] ul > li, div#pnl-6740-62337dced3f81 ul > li{
  padding:0.1em 0;}
div[title="Dynamic Pricing Table"] ul > li:before, div#pnl-6740-62337dced3f81 ul > li:before{
  content: "";
  margin-top:5px;
  margin-left:-1.5rem;
  height:20px;
  width:20px;
  display:block;
  float:left;
  background-repeat:no-repeat;
  background:url('/wp-content/themes/ssi-theme-NC/assets/image/dynamic-pricing-table/list-checkmark.png');
  background-size:cover;
  background-position:center;}

/*======== TOGGLE BENEFITS ON MOBILE =========*/
@media screen and (max-width:768px){
  .togglebtn::before {content: 'Hide All Benefits';}
  .togglebtn.active::before {content: 'Show All Benefits';}
  /* Closed Optional Class: initClosed */
  .togglebtn.initClosed::before {content: 'Show All Benefits';}
  .togglebtn.initClosed.active::before {content: 'Hide All Benefits';}
  /* Show/Hide Icon */
	.togglebtn.initClosed .icon::after {font-family: "Font Awesome 5 Pro"; font-weight: 900; content: '\f107';}
  .togglebtn.initClosed.active .icon::after {font-family: "Font Awesome 5 Pro"; font-weight: 900; content: '\f106';}
  
	.togglebtn{
    position:relative;
    text-decoration:none !important;
    color:#fff !important;
    padding:0.25em 0.75em;
    background:#ff6b00;
    border-radius:4px;
    z-index:1;}
  .togglebtn .icon{margin-left:0.35em;}
  
  #togglecontainer{
    position:absolute;
    visibility:hidden;
		opacity:0;
    height:0;
    transition:all 0.3s ease;}
  #togglecontainer.active{
    position:relative;
    visibility:visible;
		opacity:1;
	  height:auto;}
  
  #tier1, #tier2, #tier3{padding-top:0.5em;}
  
}

/*======== STACK TIERS ON MOBILE =========*/
@media screen and (max-width:768px){
  div[title="Dynamic Pricing Table"] .row{
    display:block !important;
    margin:1em 0;}
  
  div[title="Dynamic Pricing Table"] .wrapper-row .col, #pnl-6740-62337dced3f81 .wrapper-row .col{
    margin:1.75em 0;}
  
}