/*
Theme Name: Unison.org
Author: Anonymous
Author URI:
Version: 1
Description: Base theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: base
Tags: one-column, two-columns
Theme URI:
*/

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

 html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
	 ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

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

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
	 ========================================================================== */

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

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

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

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

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

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

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

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

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

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

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

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

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

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

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

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

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

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

/**
 * Re-set default cursor for disabled elements.
 */

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

/**
 * Remove inner padding and border in Firefox 4+.
 */

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

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

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

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

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

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
	 ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

.main-nav,
.inner-drop .secondary-nav,
.tool-list,
.footer-nav,
.social-list,
.footer-menu,
main ul:not([id]):not([class]),
main ol:not([id]):not([class]),
.support-open-close .slide .list,
.news-item .category-list,
.secondary-nav .second-list,
.widget-links {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
dl:after,
.widget:after,
.search-form:after,
.post-password-form p:after,
.navigation-single:after,
.navbar:after,
.nav-drop .inner-wrap:after,
form .form-submit input[type="submit"]:after,
.navigation-single .next a:after,
.navigation-single .prev a:after,
.page-numbers.next:after,
.page-numbers.prev:after,
.submit-class:after,
.btn:after {
	content: "";
	display: block;
	clear: both;
}
/* FOR RESELLER PAGE 2 COL */
.clear {
	clear: both;
}
.clear div {
        display: inline-block;
}
#col1 {
	float: left;
	margin: 0 1.18em 4px 0;
}

/* END FOR RESELLER PAGE 2 COL*/

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body {
	color: #5d5d5d;
	background: #fff;
	font: 17px/1.18 "HelveticaNeue", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.gm-style img {
	max-width: none;
}

ul,
ol,
dl,
p,
h1,
h2,
h3,
h4,
h5,
h6,
address,
form,
table,
blockquote,
applet,
embed,
object,
iframe,
frameset {
	margin: 0 0 1.18em;
}

blockquote {
	border-left: 4px solid #5d5d5d;
	padding-left: .5em;
	margin-left: 1.18em;
}

th,
td {
	border: 1px solid #5d5d5d;
	padding: .5em;
	text-align: left;
	vertical-align: top;
}

th {
	text-align: center;
	vertical-align: middle;
}

ul,
ol {
	padding-left: 3em;
}

ul ul,
ul ol,
ol ul,
ol ol {
	padding-left: 3em;
	margin: 0;
}

ul {
	list-style-type: disc;
}

dl dt {
	float: left;
	clear: left;
	padding-right: .3em;
	font-weight: bold;
}

dl dd {
	overflow: hidden;
}

pre {
	max-width: 100%;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="url"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #8b8b8b;
	padding: .4em .7em;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
input[type="url"]:focus,
textarea:focus {
	border-color: #8b8b8b;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #5d5d5d;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #5d5d5d;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #5d5d5d;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #5d5d5d;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
input[type="url"].placeholder,
textarea.placeholder {
	color: #5d5d5d;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

.widget {
	margin-bottom: 1.18em;
}

.widget ul {
	padding-left: 2em;
}

.widget select {
	min-width: 150px;
}

.comment-form label {
	display: block;
	padding-bottom: 4px;
}

.comment-form textarea {
	overflow: auto;
	margin: 0;
	height: 120px;
	min-height: 120px;
}

.comment-form textarea,
.comment-form input[type="text"] {
	margin: 0 4px 0 0;
	max-width: 300px;
	width: 100%;
}

.comment-form input[type="submit"] {
	display: block;
	float: none;
}

.post-password-form label {
	display: block;
	margin-bottom: 4px;
}

.post-password-form input[type="password"] {
	margin: 0 4px 0 0;
	max-width: 300px;
	width: 100%;
}

.search-form {
	margin-bottom: 15px;
}

.search-form input {
	float: left;
	height: 2em;
}

.search-form input[type="search"] {
	margin: 0 4px 0 0;
	width: 150px;
}

.post-password-form input {
	float: left;
	height: 2em;
}

.post-password-form input[type="password"] {
	width: 150px;
}

.comment-form input[type="submit"],
.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	background: #000;
	color: #fff;
	height: 2em;
	border: none;
	padding: 0 .5em;
}

.comment-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:hover,
.search-form input[type="submit"]:hover {
	opacity: .8;
}

.commentlist {
	margin: 0 0 1.18em;
}

.commentlist .edit-link {
	margin: 0;
}

.commentlist .avatar-holder {
	float: left;
	margin: 0 1.18em 4px 0;
}

.commentlist-item .commentlist-item {
	padding: 0;
}

.comment,
.commentlist-holder {
	overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
	padding-top: 1.18em;
}

.widget_calendar #next {
	text-align: right;
}

.gallery-item dt {
	float: none;
	padding: 0;
}

.navigation,
.navigation-comments {
	position: relative;
	vertical-align: middle;
	margin-bottom: 1.18em;
}

.navigation .screen-reader-text,
.navigation-comments .screen-reader-text {
	position: absolute;
	left: -99999px;
}

.navigation .page-numbers,
.navigation-comments .page-numbers {
	display: inline-block;
	vertical-align: middle;
	padding: 0 .4em;
}

.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
	display: inline-block;
	vertical-align: middle;
	max-width: 48%;
	background: #000;
	color: #fff;
	padding: .4em;
	text-decoration: none;
}

.navigation .next:hover,
.navigation .prev:hover,
.navigation-comments .next:hover,
.navigation-comments .prev:hover {
	opacity: .8;
}

.navigation-single {
	margin-bottom: 1.18em;
}

.navigation-single .next,
.navigation-single .prev {
	float: left;
	vertical-align: middle;
	max-width: 48%;
	background: #000;
	color: #fff;
	text-decoration: none;
}

.navigation-single .next:hover,
.navigation-single .prev:hover {
	opacity: .8;
}

.navigation-single .next a,
.navigation-single .prev a {
	color: inherit;
	text-decoration: none;
	padding: .4em;
	display: block;
}

.navigation-single .next {
	float: right;
}

.wp-caption {
	max-width: 100%;
	clear: both;
	border: 1px solid #5d5d5d;
	padding: .4em;
	margin-bottom: 1.18em;
}

.wp-caption img {
	margin: 0;
	vertical-align: top;
}

.wp-caption p {
	margin: .4em 0 0;
}

div.aligncenter {
	margin: 0 auto 1.18em;
}

img.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignleft {
	float: left;
	margin: 0 1.18em 4px 0;
}

.alignright {
	float: right;
	margin: 0 0 4px 1.18em;
}

.mejs-container {
	margin-bottom: 1.18em;
}

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
	height: auto;
}

#wp-calendar tbody td {
	text-align: center;
}

#wp-calendar td,
#wp-calendar th {
	border: 1px solid #5d5d5d;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: bold;
	margin: 0 0 .5em;
	color: inherit;
}

h1,
.h1 {
	font-size: 51px;
}

h2,
.h2 {
	font-size: 39px;
}

h3,
.h3 {
	font-size: 28px;
}

h4,
.h4 {
	font-size: 21px;
}

h5,
.h5 {
	font-size: 17px;
}

h6,
.h6 {
	font-size: 15px;
}

p {
	margin: 0 0 1em;
}

a {
	color: #0078d4;
}

a:hover,
a:focus {
	text-decoration: none;
}

@font-face {
	font-family: "HelveticaNeue";
	src: url("fonts/HelveticaNeue.woff") format("woff"), url("fonts/HelveticaNeue.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "HelveticaNeue";
	src: url("fonts/HelveticaNeue-Bold.woff") format("woff"), url("fonts/HelveticaNeue-Bold.ttf") format("truetype");
	font-weight: 700;
	font-style: normal;
}

@custom-media --sm-viewport only screen and (min-width: 48em);
@custom-media --md-viewport only screen and (min-width: 64em);
@custom-media --lg-viewport only screen and (min-width: 75em);
.container-fluid,
.container {
	margin-right: auto;
	margin-left: auto;
}

.container-fluid {
	padding-right: 12px;
	padding-left: 12px;
}

.row {
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -12px;
	margin-left: -12px;
}

.row.reverse {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.col.reverse {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12 {
	box-sizing: border-box;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	padding-right: 12px;
	padding-left: 12px;
}

.col-xs {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	max-width: 100%;
}

.col-xs-1 {
	-ms-flex-preferred-size: 8.33333333%;
	flex-basis: 8.33333333%;
	max-width: 8.33333333%;
}

.col-xs-2 {
	-ms-flex-preferred-size: 16.66666667%;
	flex-basis: 16.66666667%;
	max-width: 16.66666667%;
}

.col-xs-3 {
	-ms-flex-preferred-size: 25%;
	flex-basis: 25%;
	max-width: 25%;
}

.col-xs-4 {
	-ms-flex-preferred-size: 33.33333333%;
	flex-basis: 33.33333333%;
	max-width: 33.33333333%;
}

.col-xs-5 {
	-ms-flex-preferred-size: 41.66666667%;
	flex-basis: 41.66666667%;
	max-width: 41.66666667%;
}

.col-xs-6 {
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	max-width: 50%;
}

.col-xs-7 {
	-ms-flex-preferred-size: 58.33333333%;
	flex-basis: 58.33333333%;
	max-width: 58.33333333%;
}

.col-xs-8 {
	-ms-flex-preferred-size: 66.66666667%;
	flex-basis: 66.66666667%;
	max-width: 66.66666667%;
}

.col-xs-9 {
	-ms-flex-preferred-size: 75%;
	flex-basis: 75%;
	max-width: 75%;
}

.col-xs-10 {
	-ms-flex-preferred-size: 83.33333333%;
	flex-basis: 83.33333333%;
	max-width: 83.33333333%;
}

.col-xs-11 {
	-ms-flex-preferred-size: 91.66666667%;
	flex-basis: 91.66666667%;
	max-width: 91.66666667%;
}

.col-xs-12 {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	max-width: 100%;
}

.col-xs-offset-0 {
	margin-left: 0;
}

.col-xs-offset-1 {
	margin-left: 8.33333333%;
}

.col-xs-offset-2 {
	margin-left: 16.66666667%;
}

.col-xs-offset-3 {
	margin-left: 25%;
}

.col-xs-offset-4 {
	margin-left: 33.33333333%;
}

.col-xs-offset-5 {
	margin-left: 41.66666667%;
}

.col-xs-offset-6 {
	margin-left: 50%;
}

.col-xs-offset-7 {
	margin-left: 58.33333333%;
}

.col-xs-offset-8 {
	margin-left: 66.66666667%;
}

.col-xs-offset-9 {
	margin-left: 75%;
}

.col-xs-offset-10 {
	margin-left: 83.33333333%;
}

.col-xs-offset-11 {
	margin-left: 91.66666667%;
}

.start-xs {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	text-align: start;
}

.center-xs {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}

.end-xs {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	text-align: end;
}

.top-xs {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.middle-xs {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.bottom-xs {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.around-xs {
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.between-xs {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.first-xs {
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
}

.last-xs {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

/* @font-face {
	font-family: "icomoon";
	src: url('fonts/icomoon.ttf?71q21d') format('truetype'),
    url('fonts/icomoon.woff?71q21d') format('woff'),
    url('fonts/icomoon.svg?71q21d#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
} */

[class^="icon-"],
[class*=" icon-"],
.main-nav .inner-drop-opener:after,
.tool-list .sign-in-link:after,
.nav-links .page-numbers.prev:before,
.nav-links .page-numbers.next:before,
.cta-link:after,
.link-more:after,
.platform-item .visual-box h3:after,
.secondary-nav .add-title span:after {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* .icon-close:before {
    content: "\e900";
}
.icon-fax:before {
content: "\e901";
}
.icon-arrow-r:before {
content: "\e902";
}
.icon-arrow-d:before {
content: "\e903";
}
.icon-link:before {
content: "\e904";
}
.icon-quote:before {
content: "\e905";
}
.icon-search02:before {
content: "\e906";
}
.icon-dollar:before {
content: "\e907";
}
.icon-clipboard:before {
content: "\e908";
}
.icon-accts:before {
content: "\e909";
}
.icon-arrows:before {
content: "\e90a";
}
.icon-calendar:before {
content: "\e90b";
}
.icon-ceo:before {
content: "\e90c";
}
.icon-chart:before {
content: "\e90d";
}
.icon-check:before {
content: "\e90e";
}
.icon-clock:before {
content: "\e90f";
}
.icon-cloud:before {
content: "\e910";
}
.icon-congress:before {
content: "\e911";
}
.icon-customization:before {
content: "\e912";
}
.icon-facebook:before {
content: "\e913";
}
.icon-gear:before {
content: "\e914";
}
.icon-handshake:before {
content: "\e915";
}
.icon-linkedin:before {
content: "\e916";
}
.icon-phone:before {
content: "\e917";
}
.icon-techPro:before {
content: "\e918";
}
.icon-twitter:before {
content: "\e919";
}
.icon-tool:before {
content: "\e91a";
}
.icon-person:before {
content: "\e91b";
}
.icon-target:before {
content: "\e91c";
}
.icon-search-icon:before {
content: "\e91d";
}
.icon-instagram:before {
content: "\e91e";
}
.icon-youtube:before {
content: "\e91f";
} */

/* Slider */

/* Arrows */

.slick-prev,
.slick-next {
	position: absolute;
	display: block;
	height: 100%;
	width: 15px;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	background: transparent;
	color: transparent;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	padding: 0;
	border: none;
	outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	outline: none;
	background: transparent;
	color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: .25;
}

.slick-prev:before,
.slick-next:before {
	font-family: "slick";
	font-size: 50px;
	font-weight: bold;
	line-height: 1;
	color: black;
	opacity: .75;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev {
	left: -25px;
}

[dir="rtl"] .slick-prev {
	left: auto;
	right: -25px;
}

.slick-prev:before {
	content: "\2039";
}

[dir="rtl"] .slick-prev:before {
	content: "\2039";
}

.slick-next {
	right: -25px;
}

[dir="rtl"] .slick-next {
	left: -25px;
	right: auto;
}

.slick-next:before {
	content: "\203A";
}

[dir="rtl"] .slick-next:before {
	content: "\203A";
}

/* Dots */

.slick-dotted.slick-slider {
	margin-bottom: 30px;
}

.slick-dots {
	position: absolute;
	bottom: -25px;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
	width: 100%;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	height: 20px;
	width: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	border: 0;
	background: transparent;
	display: block;
	height: 20px;
	width: 20px;
	outline: none;
	line-height: 0;
	font-size: 0;
	color: transparent;
	padding: 5px;
	cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1;
}

.slick-dots li button:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "•";
	width: 20px;
	height: 20px;
	font-family: "slick";
	font-size: 6px;
	line-height: 20px;
	text-align: center;
	color: black;
	opacity: .25;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
	color: black;
	opacity: .75;
}

/* Slider */

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[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-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

/* custom select styles */

.jcf-select {
	display: inline-block;
	vertical-align: top;
	position: relative;
	border: 1px solid #777;
	background: #fff;
	margin: 0 0 12px;
	min-width: 150px;
	height: 26px;
}

.jcf-select select {
	z-index: 1;
	left: 0;
	top: 0;
}

.jcf-select .jcf-select-text {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	font-size: 13px;
	line-height: 26px;
	margin: 0 35px 0 8px;
}

.jcf-select .jcf-select-opener {
	position: absolute;
	text-align: center;
	background: #aaa;
	width: 26px;
	bottom: 0;
	right: 0;
	top: 0;
}

body > .jcf-select-drop {
	position: absolute;
	margin: -1px 0 0;
	z-index: 9999;
}

body > .jcf-select-drop.jcf-drop-flipped {
	margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
	position: absolute;
	margin-top: 0;
	z-index: 9999;
	top: 100%;
	left: -1px;
	right: -1px;
}

.jcf-select .jcf-drop-flipped {
	bottom: 100%;
	top: auto;
}

.jcf-select-drop .jcf-select-drop-content {
	border: 1px solid #f00;
}

/* multiple select styles */

.jcf-list-box {
	overflow: hidden;
	display: inline-block;
	border: 1px solid #b8c3c9;
	min-width: 200px;
	margin: 0 15px;
}

/* select options styles */

.jcf-list {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: #fff;
	line-height: 14px;
	font-size: 12px;
	width: 100%;
}

.jcf-list .jcf-list-content {
	vertical-align: top;
	display: inline-block;
	overflow: auto;
	width: 100%;
}

.jcf-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.jcf-list ul li {
	overflow: hidden;
	display: block;
}

.jcf-list .jcf-overflow {
	overflow: auto;
}

.jcf-list .jcf-option {
	overflow: hidden;
	cursor: default;
	display: block;
	padding: 5px 9px;
	color: #656565;
	height: 1%;
}

.jcf-list .jcf-disabled {
	background: #fff !important;
	color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
	background: #e6e6e6;
	color: #000;
}

.jcf-list .jcf-optgroup-caption {
	white-space: nowrap;
	font-weight: bold;
	display: block;
	padding: 5px 9px;
	cursor: default;
	color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
	padding-left: 30px;
}

/* common custom form elements styles */

.jcf-disabled {
	background: #ddd !important;
}

.jcf-focus,
.jcf-focus * {
	border-color: #f00 !important;
}

.nav-active {
	overflow: hidden !important;
}

#header {
	position: relative;
	z-index: 99;
	padding: 0 0 12px;
}

.logo {
	width: 135px;
	float: left;
	position: relative;
	z-index: 3;
}

.logo svg,
.logo a {
	display: block;
	width: 100%;
}

.logo svg {
	height: auto;
}

.logo .blue-mode,
.logo .acquisition,
.logo .pom,
.logo .fa,
.logo .clm,
.logo .pm,
.logo .pbf,
.logo .tcpe {
	display: none;
}

.acq-page .logo .acquisition {
	display: block;
}

.pom-page .logo .pom {
	display: block;
}

.pm-page .logo .pm {
	display: block;
}

.fa-page .logo .fa {
	display: block;
}

.clm-page .logo .clm {
	display: block;
}

.pbf-page .logo .pbf {
	display: block;
}

.tcpe-page .logo .tcpe {
	display: block;
}

.logo .st1 {
	fill: #0078d4;
}

.orange-mode .logo .st1 {
	fill: #bf5700;
}

.red-mode .logo .st1 {
	fill: #e71c24;
}

.green-mode .logo .st1 {
	fill: #028567;
}

.purple-mode .logo .st1 {
	fill: #3f237c;
}

.olive-mode .logo .st1 {
	fill: #008900;
}

.dark-blue-mode .logo .st1 {
	fill: #112E51;
}

.home .logo .st-h {
	display: none;
}

.header-top {
	position: relative;
}

.header-top:after {
	content: "";
	right: 31px;
	top: 15px;
	bottom: -2px;
	position: absolute;
	width: 1px;
	background: #d0d0d0;
}

.main-nav {
	font-size: 18px;
	line-height: 22px;
	text-transform: capitalize;
}

.main-nav > li.big-drop {
	position: static;
}

.main-nav > li:not(.has-drop-down) .inner-drop-opener {
	display: none !important;
}

.main-nav > li.has-drop-down.active-drop .inner-drop-opener:after {
	content: "";
	font-size: 14px;
}

.main-nav > li > a {
	display: block;
	color: #fff;
	padding: 12px 20px;
}

.main-nav .inner-drop-opener {
	width: 46px;
	height: 46px;
	position: absolute;
	right: 10px;
	top: 0;
	font-size: 12px;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 9;
}

.main-nav .inner-drop-opener:after {
	content: "";
}

.resize-active * {
	-webkit-transition: none !important;
	transition: none !important;
}

.search-holder {
	position: absolute;
	left: 15px;
	right: 15px;
	bottom: 101px;
	z-index: 4;
}

.search-holder .form {
	position: relative;
}

.search-holder input[type="search"] {
	border: 0 !important;
	border-bottom: 2px solid #fff !important;
	background-color: transparent;
	width: 100%;
	height: 40px;
	color: #fff !important;
}

.search-holder input[type="search"]::-webkit-input-placeholder {
	color: #fff !important;
}

.search-holder input[type="search"]::-moz-placeholder {
	opacity: 1;
	color: #fff !important;
}

.search-holder input[type="search"]:-moz-placeholder {
	color: #fff !important;
}

.search-holder input[type="search"]:-ms-input-placeholder {
	color: #fff !important;
}

.search-holder input[type="search"].placeholder {
	color: #fff !important;
}

.search-holder input[type="search"]:focus {
	outline: none;
}

.search-holder button[type="submit"] {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	position: absolute;
	right: 0;
	top: 50%;
	border: 0;
	padding: 0;
	background-color: transparent;
	color: #fff;
	margin-top: -10px;
	width: 25px;
}

.search-holder button[type="submit"]:focus {
	outline: none;
}

.search-opener:focus {
	outline: none;
}

.inner-drop {
	padding: 30px 25px 0;
}

.inner-drop .secondary-nav {
	font-size: 16px;
}

.inner-drop .secondary-nav li {
	margin: 0 0 17px;
}

.inner-drop .secondary-nav a {
	color: #000;
}

.drop-article {
	border-top: 5px solid #0078d4;
	padding: 20px 0 51px;
	font-weight: 700;
	font-size: 17px;
	line-height: 20px;
	color: #5d5d5d;
	width: 100%;
	position: relative;
}

.drop-article.red-item {
	border-top-color: #e71c24;
}

.drop-article.red-item .title a:hover {
	color: #e71c24;
}

.drop-article.red-item .link-more:hover {
	color: #e71c24;
}

.drop-article.green-item {
	border-top-color: #028567;
}

.drop-article.green-item .title a:hover {
	color: #028567;
}

.drop-article.green-item .link-more:hover {
	color: #028567;
}

.drop-article.purple-item {
	border-top-color: #3f237c;
}

.drop-article.purple-item .title a:hover {
	color: #3f237c;
}

.drop-article.purple-item .link-more:hover {
	color: #3f237c;
}

.drop-article.orange-item {
	border-top-color: #bf5700;
}

.drop-article.orange-item .title a:hover {
	color: #bf5700;
}

.drop-article.orange-item .link-more:hover {
	color: #bf5700;
}

.drop-article .title {
	display: block;
	text-transform: capitalize;
	font-size: 20px;
	line-height: 24px;
	margin: 0 0 12px;
}

.drop-article .title a {
	color: #000;
}

.drop-article .title a:hover {
	color: #0078d4;
}

.drop-article p {
	margin: 0 0 26px;
}

.drop-article .link-more {
	color: inherit;
}

.tool-list {
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
	color: #5d5d5d;
	text-transform: capitalize;
	letter-spacing: -.4em;
}

.tool-list li {
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
	position: relative;
	padding: 0 24px 0 0;
}

.tool-list li:after {
	content: "";
	right: 10px;
	top: -5px;
	bottom: -2px;
	position: absolute;
	width: 1px;
	background: #d0d0d0;
}

.tool-list li:last-child {
	padding-right: 0;
}

.tool-list li:last-child:after {
	display: none;
}

.tool-list a {
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
	color: #5d5d5d;
	text-transform: capitalize;
}

.orange-mode .tool-list a:hover {
	color: #bf5700;
}

.red-mode .tool-list a:hover {
	color: #e71c24;
}

.green-mode .tool-list a:hover {
	color: #028567;
}

.purple-mode .tool-list a:hover {
	color: #3f237c;
}

.olive-mode .tool-list a:hover {
	color: #008900;
}

.dark-blue-mode .tool-list a:hover {
	color: #112E51;
}

.tool-list .sign-in-link:after {
	content: "";
	display: inline-block;
	vertical-align: top;
	color: #0078d4;
	font-size: 9px;
	line-height: 1;
	margin: 6px 0 0 4px;
}

.orange-mode .tool-list .sign-in-link:after {
	color: #bf5700;
}

.red-mode .tool-list .sign-in-link:after {
	color: #e71c24;
}

.green-mode .tool-list .sign-in-link:after {
	color: #028567;
}

.purple-mode .tool-list .sign-in-link:after {
	color: #3f237c;
}

.olive-mode .tool-list .sign-in-link:after {
	color: #008900;
}

.dark-blue-mode .tool-list .sign-in-link:after {
	color: #112E51;
}

#footer {
	background: #ecebeb;
	font-size: 17px;
	line-height: 20px;
	padding: 25px 0 48px;
	letter-spacing: -.71px;
}

#footer .container {
	position: relative;
}

#footer .logo {
	float: none;
	display: block;
}

#footer .footer-wrap {
	padding: 0 0 19px;
}

#footer .social-list {
	margin: 0 -5px;
}

#footer .cta-link {
	letter-spacing: -.15px;
	padding: 9px 23px 0 0;
}

.footer-title {
	display: block;
}

.footer-title a {
	color: #5d5d5d;
}

.footer-title a:hover {
	color: #0078d4;
}

.orange-mode .footer-title a:hover {
	color: #bf5700;
}

.red-mode .footer-title a:hover {
	color: #e71c24;
}

.green-mode .footer-title a:hover {
	color: #028567;
}

.purple-mode .footer-title a:hover {
	color: #3f237c;
}

.olive-mode .footer-title a:hover {
	color: #008900;
}

.dark-blue-mode .footer-title a:hover {
	color: #112E51;
}

.footer-nav a {
	color: #5d5d5d;
}

.footer-nav a:hover {
	color: #0078d4;
}

.orange-mode .footer-nav a:hover {
	color: #bf5700;
}

.red-mode .footer-nav a:hover {
	color: #e71c24;
}

.green-mode .footer-nav a:hover {
	color: #028567;
}

.purple-mode .footer-nav a:hover {
	color: #3f237c;
}

.olive-mode .footer-nav a:hover {
	color: #008900;
}

.dark-blue-mode .footer-nav a:hover {
	color: #112E51;
}

.social-list {
	letter-spacing: -.4em;
	font-size: 32px;
	line-height: 1;
}

.social-list li {
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
	padding: 0 5px 5px;
}

.social-list a {
	display: block;
	color: #231f20;
}

.social-list a:hover {
	color: #0078d4;
}

.orange-mode .social-list a:hover {
	color: #bf5700;
}

.red-mode .social-list a:hover {
	color: #e71c24;
}

.green-mode .social-list a:hover {
	color: #028567;
}

.purple-mode .social-list a:hover {
	color: #3f237c;
}

.olive-mode .social-list a:hover {
	color: #008900;
}

.dark-blue-mode .social-list a:hover {
	color: #112E51;
}

.footer-menu-holder {
	padding: 20px 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 16px;
	color: #a6a6a6;
}

.footer-menu-holder a {
	color: inherit;
}

.footer-menu-holder a:hover {
	color: #0078d4;
}

.footer-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.footer-menu li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.footer-menu li:before {
	content: "|";
	margin: 0 7px;
}

body {
	letter-spacing: -.59px;
}

#wrapper {
	overflow: hidden;
	width: 100%;
	position: relative;
	min-height: 100vh;
}

a {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	text-decoration: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
	display: block;
	margin: 0 0 15px;
	color: #000;
}

h1 mark,
.h1 mark,
h2 mark,
.h2 mark,
h3 mark,
.h3 mark,
h4 mark,
.h4 mark,
h5 mark,
.h5 mark {
	background-color: transparent;
	color: #0078d4;
}

.orange-mode h1 mark,
.orange-mode
    .h1 mark,
.orange-mode
    h2 mark,
.orange-mode
    .h2 mark,
.orange-mode
    h3 mark,
.orange-mode
    .h3 mark,
.orange-mode
    h4 mark,
.orange-mode
    .h4 mark,
.orange-mode
    h5 mark,
.orange-mode
    .h5 mark {
	color: #bf5700;
}

.red-mode h1 mark,
.red-mode
    .h1 mark,
.red-mode
    h2 mark,
.red-mode
    .h2 mark,
.red-mode
    h3 mark,
.red-mode
    .h3 mark,
.red-mode
    h4 mark,
.red-mode
    .h4 mark,
.red-mode
    h5 mark,
.red-mode
    .h5 mark {
	color: #e71c24;
}

.green-mode h1 mark,
.green-mode
    .h1 mark,
.green-mode
    h2 mark,
.green-mode
    .h2 mark,
.green-mode
    h3 mark,
.green-mode
    .h3 mark,
.green-mode
    h4 mark,
.green-mode
    .h4 mark,
.green-mode
    h5 mark,
.green-mode
    .h5 mark {
	color: #028567;
}

.purple-mode h1 mark,
.purple-mode
    .h1 mark,
.purple-mode
    h2 mark,
.purple-mode
    .h2 mark,
.purple-mode
    h3 mark,
.purple-mode
    .h3 mark,
.purple-mode
    h4 mark,
.purple-mode
    .h4 mark,
.purple-mode
    h5 mark,
.purple-mode
    .h5 mark {
	color: #3f237c;
}

.olive-mode h1 mark,
.olive-mode
    .h1 mark,
.olive-mode
    h2 mark,
.olive-mode
    .h2 mark,
.olive-mode
    h3 mark,
.olive-mode
    .h3 mark,
.olive-mode
    h4 mark,
.olive-mode
    .h4 mark,
.olive-mode
    h5 mark,
.olive-mode
    .h5 mark {
	color: #008900;
}

.dark-blue-mode h1 mark,
.dark-blue-mode
    .h1 mark,
.dark-blue-mode
    h2 mark,
.dark-blue-mode
    .h2 mark,
.dark-blue-mode
    h3 mark,
.dark-blue-mode
    .h3 mark,
.dark-blue-mode
    h4 mark,
.dark-blue-mode
    .h4 mark,
.dark-blue-mode
    h5 mark,
.dark-blue-mode
    .h5 mark {
	color: #112E51;
}

h1,
.h1 {
	line-height: .95 !important;
}

h2,
.h2 {
	line-height: .9;
	margin: 0 0 11px;
}

h3,
.h3 {
	line-height: .9;
	margin: 0 0 11px;
}

hr {
	height: 2px;
	border: 0;
	background: #0078d4;
	margin: 20px 0 23px;
}

.orange-mode hr {
	background: #bf5700;
}

.red-mode hr {
	background: #e71c24;
}

.green-mode hr {
	background: #028567;
}

.purple-mode hr {
	background: #3f237c;
}

.olive-mode hr {
	background: #008900;
}

.dark-blue-mode hr {
	background: #112E51;
}

form .form-submit input[type="submit"],
.navigation-single .next a,
.navigation-single .prev a,
.page-numbers.next,
.page-numbers.prev,
.submit-class,
.btn {
	-webkit-transition: background .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out;
	transition: background .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out;
	display: inline-block;
	vertical-align: top;
	text-transform: uppercase;
	font-size: 17px;
	line-height: 24px;
	font-weight: 700;
	padding: 12px 21px 12px;
	text-align: center;
	color: #fff;
	background: #0078d4;
	letter-spacing: -.72px;
	height: auto;
	border: 0;
}

form .form-submit input[type="submit"]:hover,
.navigation-single .next a:hover,
.navigation-single .prev a:hover,
.page-numbers.next:hover,
.page-numbers.prev:hover,
.submit-class:hover,
.btn:hover {
	background: #0078c2;
}

form .form-submit input[type="submit"]:focus,
.navigation-single .next a:focus,
.navigation-single .prev a:focus,
.page-numbers.next:focus,
.page-numbers.prev:focus,
.submit-class:focus,
.btn:focus {
	outline: none;
}

.orange-mode form .form-submit input[type="submit"],
.orange-mode
  .navigation-single .next a,
.orange-mode
  .navigation-single .prev a,
.orange-mode
  .page-numbers.next,
.orange-mode
  .page-numbers.prev,
.orange-mode
  .submit-class,
.orange-mode
  .btn {
	background: #bf5700;
}

.orange-mode form .form-submit input[type="submit"]:hover,
.orange-mode
    .navigation-single .next a:hover,
.orange-mode
    .navigation-single .prev a:hover,
.orange-mode
    .page-numbers.next:hover,
.orange-mode
    .page-numbers.prev:hover,
.orange-mode
    .submit-class:hover,
.orange-mode
    .btn:hover {
	background: #e07400;
}

.red-mode form .form-submit input[type="submit"],
.red-mode
  .navigation-single .next a,
.red-mode
  .navigation-single .prev a,
.red-mode
  .page-numbers.next,
.red-mode
  .page-numbers.prev,
.red-mode
  .submit-class,
.red-mode
  .btn {
	background: #e71c24;
}

.red-mode form .form-submit input[type="submit"]:hover,
.red-mode
    .navigation-single .next a:hover,
.red-mode
    .navigation-single .prev a:hover,
.red-mode
    .page-numbers.next:hover,
.red-mode
    .page-numbers.prev:hover,
.red-mode
    .submit-class:hover,
.red-mode
    .btn:hover {
	background: #b31319;
}

.green-mode form .form-submit input[type="submit"],
.green-mode
  .navigation-single .next a,
.green-mode
  .navigation-single .prev a,
.green-mode
  .page-numbers.next,
.green-mode
  .page-numbers.prev,
.green-mode
  .submit-class,
.green-mode
  .btn {
	background: #028567;
}

.green-mode form .form-submit input[type="submit"]:hover,
.green-mode
    .navigation-single .next a:hover,
.green-mode
    .navigation-single .prev a:hover,
.green-mode
    .page-numbers.next:hover,
.green-mode
    .page-numbers.prev:hover,
.green-mode
    .submit-class:hover,
.green-mode
    .btn:hover {
	background: #008166;
}

.purple-mode form .form-submit input[type="submit"],
.purple-mode
  .navigation-single .next a,
.purple-mode
  .navigation-single .prev a,
.purple-mode
  .page-numbers.next,
.purple-mode
  .page-numbers.prev,
.purple-mode
  .submit-class,
.purple-mode
  .btn {
	background: #3f237c;
}

.purple-mode form .form-submit input[type="submit"]:hover,
.purple-mode
    .navigation-single .next a:hover,
.purple-mode
    .navigation-single .prev a:hover,
.purple-mode
    .page-numbers.next:hover,
.purple-mode
    .page-numbers.prev:hover,
.purple-mode
    .submit-class:hover,
.purple-mode
    .btn:hover {
	background: #27164c;
}

.olive-mode form .form-submit input[type="submit"],
.olive-mode
  .navigation-single .next a,
.olive-mode
  .navigation-single .prev a,
.olive-mode
  .page-numbers.next,
.olive-mode
  .page-numbers.prev,
.olive-mode
  .submit-class,
.olive-mode
  .btn {
	background: #008900;
}

.olive-mode form .form-submit input[type="submit"]:hover,
.olive-mode
    .navigation-single .next a:hover,
.olive-mode
    .navigation-single .prev a:hover,
.olive-mode
    .page-numbers.next:hover,
.olive-mode
    .page-numbers.prev:hover,
.olive-mode
    .submit-class:hover,
.olive-mode
    .btn:hover {
	background: #016401;
}

.dark-blue-mode form .form-submit input[type="submit"],
.dark-blue-mode
  .navigation-single .next a,
.dark-blue-mode
  .navigation-single .prev a,
.dark-blue-mode
  .page-numbers.next,
.dark-blue-mode
  .page-numbers.prev,
.dark-blue-mode
  .submit-class,
.dark-blue-mode
  .btn {
	background: #112E51;
}

.dark-blue-mode form .form-submit input[type="submit"]:hover,
.dark-blue-mode
    .navigation-single .next a:hover,
.dark-blue-mode
    .navigation-single .prev a:hover,
.dark-blue-mode
    .page-numbers.next:hover,
.dark-blue-mode
    .page-numbers.prev:hover,
.dark-blue-mode
    .submit-class:hover,
.dark-blue-mode
    .btn:hover {
	background: #132e4c;
}

.nav-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.nav-links .page-numbers.prev,
.nav-links .page-numbers.next {
	position: relative;
}

.nav-links .page-numbers.prev:before {
	-webkit-transform: translate(-50%, -50%) rotate(180deg);
	-ms-transform: translate(-50%, -50%) rotate(180deg);
	transform: translate(-50%, -50%) rotate(180deg);
}

.btn-example {
	margin: 30px 0;
}

.container {
	width: 100%;
	max-width: 1320px;
	padding: 0 22px;
}

.cta-link,
.link-more {
	display: inline-block;
	vertical-align: top;
	position: relative;
	font-size: 15px;
	line-height: 20px;
	font-weight: 700;
	letter-spacing: -.55px;
	text-transform: none;
	color: #171717;
	padding: 0 14px 0 0;
}

.cta-link:after,
.link-more:after {
	content: "";
	font-size: 9px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
}

.cta-link:hover,
.link-more:hover {
	color: #0078d4;
}

.orange-mode .cta-link:hover,
.orange-mode
    .link-more:hover {
	color: #bf5700;
}

.red-mode .cta-link:hover,
.red-mode
    .link-more:hover {
	color: #e71c24;
}

.green-mode .cta-link:hover,
.green-mode
    .link-more:hover {
	color: #028567;
}

.purple-mode .cta-link:hover,
.purple-mode
    .link-more:hover {
	color: #3f237c;
}

.olive-mode .cta-link:hover,
.olive-mode
    .link-more:hover {
	color: #008900;
}

.dark-blue-mode .cta-link:hover,
.dark-blue-mode
    .link-more:hover {
	color: #112E51;
}

.cta-link {
	font-size: 17px;
	line-height: 20px;
	font-weight: 700;
	padding: 9px 58px 0 0;
}

.cta-link:before {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	height: 2px;
	position: absolute;
	background: #000;
}

.cta-link:hover:before {
	background: #0078d4;
}

.orange-mode .cta-link:hover:before {
	background: #bf5700;
}

.red-mode .cta-link:hover:before {
	background: #e71c24;
}

.green-mode .cta-link:hover:before {
	background: #028567;
}

.purple-mode .cta-link:hover:before {
	background: #3f237c;
}

.olive-mode .cta-link:hover:before {
	background: #008900;
}

.dark-blue-mode .cta-link:hover:before {
	background: #112E51;
}

.cta-link.lg-link:after {
	margin-top: 5px;
}

.cta-link:after {
	margin-top: 4px;
}

.link-back {
	font-size: 17px;
	line-height: 1.1;
	letter-spacing: -.52px;
	font-weight: 700;
	color: #5d5d5d;
	display: inline-block;
	vertical-align: top;
	position: relative;
	z-index: 3;
}

.link-back:before {
	content: "";
	border: 5px solid transparent;
	border-right: 5px solid #5d5d5d;
	display: inline-block;
	vertical-align: top;
	margin: 4px 5px 0 0;
}

.link-back:hover {
	text-decoration: underline;
}

.content-section {
	position: relative;
	padding: 35px 0 49px;
}

.content-section.decor-section {
	background: #0078d4;
	color: #171717;
}

.orange-mode .content-section.decor-section {
	background: #bf5700 !important;
}

.red-mode .content-section.decor-section {
	background: #e71c24 !important;
}

.green-mode .content-section.decor-section {
	background: #028567 !important;
}

.purple-mode .content-section.decor-section {
	background: #3f237c !important;
}

.olive-mode .content-section.decor-section {
	background: #008900 !important;
}

.dark-blue-mode .content-section.decor-section {
	background: #112E51 !important;
}

.content-section.decor-section .section-heading {
	color: #171717;
}

.content-section.decor-section .section-heading h2 {
	color: #fff;
	letter-spacing: -3.24px;
}

.content-section.decor-section .section-heading h2 strong {
	color: rgba(255, 255, 255, .5);
	letter-spacing: -.52px;
}

.content-section.decor-section .section-heading h2 strong:before {
	background: #fff;
}

.content-section.decor-section .text-item .icon-wrap {
	border-bottom: 2px solid #fff;
	min-height: 64px;
	padding: 0 0 10px;
	margin: 0 0 14px;
}

.content-section .decore-item {
	position: absolute;
	left: 0;
	top: 100px;
}

.section-heading {
	font-size: 14px;
	line-height: 18px;
	letter-spacing: -.52px;
}

.section-heading.bordered {
	border-bottom: 2px solid #d0d0d0;
	padding-bottom: 34px;
}

.section-heading h2 {
	letter-spacing: -3.24px;
}

.section-heading h2 strong {
	display: block;
	position: relative;
	font-size: 14px;
	line-height: 18px;
	color: #a6a6a6;
	margin: 0 0 17px;
	letter-spacing: -.52px;
}

.section-heading h2 strong:before {
	width: 14px;
	height: 14px;
	content: "";
	background: #0078d4;
	display: inline-block;
	vertical-align: top;
	margin: 1px 5px 0 0;
}

.blue-section .section-heading h2 strong:before {
	background: #fff !important;
}

.orange-mode .section-heading h2 strong:before {
	background: #bf5700;
}

.red-mode .section-heading h2 strong:before {
	background: #e71c24;
}

.green-mode .section-heading h2 strong:before {
	background: #028567;
}

.purple-mode .section-heading h2 strong:before {
	background: #3f237c;
}

.olive-mode .section-heading h2 strong:before {
	background: #008900;
}

.dark-blue-mode .section-heading h2 strong:before {
	background: #112E51;
}

.section-heading p {
	margin: 0 0 20px;
}

.section-heading .links {
	letter-spacing: normal;
	margin: 0 -10px 40px;
}

.section-heading .links .cta-link {
	margin: 0 10px 20px !important;
}

.content-block {
	font-size: 22px;
	line-height: 25px;
	letter-spacing: -.98px;
	padding: 32px 0 0;
}

.statistic-info .text-item {
	padding-bottom: 15px;
}

.statistic-info .text-item .value {
	font-size: 100px;
}

.text-item {
	padding-bottom: 3px;
}

.text-item.orange-mode svg .st-0 {
	fill: #bf5700 !important;
}

.text-item.red-mode svg .st-0 {
	fill: #e71c24 !important;
}

.text-item.green-mode svg .st-0 {
	fill: #028567 !important;
}

.text-item.purple-mode svg .st-0 {
	fill: #3f237c !important;
}

.text-item.olive-mode svg .st-0 {
	fill: #008900 !important;
}

.text-item.dark-blue-mode svg .st-0 {
	fill: #112E51 !important;
}

.text-item .icon-wrap {
	border-bottom: 2px solid #a6a6a6;
	min-height: 73px;
	padding: 0 0 17px;
	margin: 0 0 6px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.text-item .title {
	display: block;
	font-size: 22px;
	line-height: 26px;
	letter-spacing: -.45px;
	padding: 0 0 4px;
	color: #171717;
}

.text-item .value {
	display: block;
}

.text-item .value sub {
	position: relative;
	top: -10px;
}

.text-article {
	margin: 0 0 25px;
}

.text-article:only-child {
	margin: 0;
}

.text-article.alt {
	border-top: 7px solid #171717;
	padding: 8px 0 0;
}

.text-article.alt h3 {
	margin: 0 0 4px;
}

.text-article [class*="col-"]:last-child .cta-link {
	padding: 9px 42px 0 0;
}

.content-slider {
	padding: 42px 0 0;
}

.content-slider .slide-inner {
	padding-bottom: 70%;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}

.content-slider .slick-arrow {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	width: 24px;
	height: 43px;
	z-index: 10;
}

.content-slider .slick-arrow:hover {
	opacity: .8;
}

.content-slider .slick-arrow.slick-next {
	right: 0;
}

.content-slider .slick-arrow.slick-next:before {
	font-size: 0;
	line-height: 0;
}

.content-slider .slick-arrow.slick-prev {
	left: 0;
}

.content-slider .slick-arrow.slick-prev:before {
	font-size: 0;
	line-height: 0;
}

.content-slider .slick-arrow.slick-prev [class*="icon-"]:before {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.content-slider .slick-arrow [class*="icon-"]:before {
	content: "";
	font-size: 34px;
	line-height: 1;
	color: #fff;
	display: block;
}

.get-started-section {
	padding: 48px 0 !important;
}

main ul:not([id]):not([class]) li {
	position: relative;
	padding: 0 0 0 18px;
}

main ul:not([id]):not([class]) li:before {
	width: 7px;
	height: 7px;
	content: "";
	position: absolute;
	left: -2px;
	top: 4px;
	background: #0078d4;
}

.orange-mode main ul:not([id]):not([class]) li:before {
	background: #bf5700 !important;
}

.red-mode main ul:not([id]):not([class]) li:before {
	background: #e71c24 !important;
}

.green-mode main ul:not([id]):not([class]) li:before {
	background: #028567 !important;
}

.purple-mode main ul:not([id]):not([class]) li:before {
	background: #3f237c !important;
}

.olive-mode main ul:not([id]):not([class]) li:before {
	background: #008900 !important;
}

.dark-blue-mode main ul:not([id]):not([class]) li:before {
	background: #112E51 !important;
}

main ol:not([id]):not([class]) {
	counter-reset: newCounter;
	margin: 0 0 19px;
}

main ol:not([id]):not([class]) li:before {
	counter-increment: newCounter;
	content: counters(newCounter, ".") ". ";
	display: inline-block;
	vertical-align: top;
	margin: 0 15px 0 0;
	position: static;
	background: none;
}

main svg .st-0 {
	fill: #0078d4 !important;
}

.orange-mode main svg .st-0 {
	fill: #bf5700 !important;
}

.red-mode main svg .st-0 {
	fill: #e71c24 !important;
}

.green-mode main svg .st-0 {
	fill: #028567 !important;
}

.purple-mode main svg .st-0 {
	fill: #3f237c !important;
}

.olive-mode main svg .st-0 {
	fill: #008900 !important;
}

.dark-blue-mode main svg .st-0 {
	fill: #112E51 !important;
}

.main-holder {
	padding: 45px 0;
}

.text-block {
	color: #fff;
	background: #0078d4;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	z-index: 2;
	padding: 44px 11px 31px;
}

.text-block:after {
	content: "";
	width: 0;
	display: block;
	min-height: 200px;
}

.text-block:before {
	content: "";
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	position: absolute;
	background: #0078d4;
	z-index: -1;
}

.orange-mode .text-block:before {
	background: #bf5700 !important;
}

.red-mode .text-block:before {
	background: #e71c24 !important;
}

.green-mode .text-block:before {
	background: #028567 !important;
}

.purple-mode .text-block:before {
	background: #3f237c !important;
}

.olive-mode .text-block:before {
	background: #008900 !important;
}

.dark-blue-mode .text-block:before {
	background: #112E51 !important;
}

.text-block .h2 {
	position: relative;
/* 	padding: 0 0 35px; */
	padding: 0 0 12px;
	margin: 0;
	color: #fff;
	line-height: .97;
}

/*.text-block .h2:after {
	width: 65px;
	height: 10px;
	content: "";
	background: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
}*/

.text-block .add-title {
	color: #fff;
	opacity: .1;
	font-size: 120px;
	line-height: 1;
	position: absolute;
	right: -17px;
	bottom: -18px;
	text-transform: uppercase;
}

.list-holder .list-wrap {
	letter-spacing: -.71px;
	border-top: 2px solid #d0d0d0;
	padding: 20px 0 0;
}

.lead {
	font-size: 18px;
	line-height: 22px;
}

.clients-item {
	margin-bottom: 25px;
}

.clients-item h3,
.clients-item .h3 {
	text-transform: capitalize;
}

.leadership-section .link-back {
	color: #a6a6a6;
	display: inline-block;
	margin: 0 0 26px;
}

.leadership-section .link-back:before {
	border: 5px solid transparent;
	border-right: 5px solid #0078d4;
}

.leadership-section + .leadership-section .content-section {
	padding-top: 0;
}

.bio-deteil .about-deteil {
	font-size: 29px;
	line-height: 37px;
	letter-spacing: -.98px;
}

.bio-deteil .content-box {
	margin: 0 0 40px;
}

blockquote {
	position: relative;
	letter-spacing: -2.32px;
	font-weight: 700;
	color: #171717;
	margin: 0 0 48px;
	font-size: 30px;
	line-height: 34px;
	border: none;
	border-bottom: 2px solid #d0d0d0;
	padding: 130px 0 15px;
}

blockquote p:before {
	content: "";
	width: 93px;
	height: 93px;
	background: #0078d4;
	position: absolute;
	top: 0;
	left: 0;
}

blockquote p:after {
	width: 55px;
	height: 50px;
	display: inline-block;
	vertical-align: top;
	content: "";
	position: absolute;
	top: 20px;
	left: 18px;
	background: url(images/quotes.svg);
}

.orange-mode blockquote svg .svg-color {
	fill: #bf5700;
}

.red-mode blockquote svg .svg-color {
	fill: #e71c24;
}

.green-mode blockquote svg .svg-color {
	fill: #028567;
}

.purple-mode blockquote svg .svg-color {
	fill: #3f237c;
}

.olive-mode blockquote svg .svg-color {
	fill: #008900;
}

.dark-blue-mode blockquote svg .svg-color {
	fill: #112E51;
}

blockquote:before {
	content: "";
	left: 120px;
	right: 0;
	height: 6px;
	background: #0078d4;
	position: absolute;
	top: 87px;
}

.orange-mode blockquote:before {
	background: #bf5700;
}

.red-mode blockquote:before {
	background: #e71c24;
}

.green-mode blockquote:before {
	background: #028567;
}

.purple-mode blockquote:before {
	background: #3f237c;
}

.olive-mode blockquote:before {
	background: #008900;
}

.dark-blue-mode blockquote:before {
	background: #112E51;
}

blockquote .icon-wrap {
	display: inline-block;
	vertical-align: top;
	position: absolute;
	top: 0;
}

blockquote cite {
	font-size: 0;
	line-height: 0;
	font-style: normal;
	font-weight: normal;
	display: block;
}

blockquote .autor,
blockquote .position {
	display: inline-block;
	vertical-align: top;
	letter-spacing: -.38px;
	font-size: 21px;
	line-height: 26px;
}

blockquote .autor {
	font-weight: 700;
	margin: 0 6px 0 0;
}

#sidebar h3 {
	font-size: 26px;
	line-height: 28px;
}

#sidebar #wp-calendar th,
#sidebar #wp-calendar td {
	padding: .32em;
}

.comment-form input[type="submit"],
.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	padding: 10px 20px;
	height: 61px;
}

.iframe-wrap {
	padding-top: 236%;
	position: relative;
}

.iframe-wrap iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100% !important;
	width: 100%;
	height: auto;
}

.load-more-holder .load-more {
	text-transform: capitalize;
	margin-top: 60px;
}

.load-more-holder .load-more:before {
	content: none;
}

.load-more-holder .result-item {
	-webkit-transition: all 1s linear;
	transition: all 1s linear;
}

.load-more-holder .result-item.new-item {
	opacity: 0;
	-webkit-transform: translateY(25px);
	-ms-transform: translateY(25px);
	transform: translateY(25px);
}

.single-post h4,
.single-post .h4 {
	color: #5d5d5d;
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
}

/* 10/2021 Template-Archive/Single Styles: Start */
/* Single */
.single-post .post-category,
.page-template-template-archive .post-category {
	margin-bottom: 41px;
}

.single-post .post-category strong,
.page-template-template-archive .post-category strong {
	font-size: 19px;
	color: #a6a6a6;
	position: relative;
	display: block;
}

.single-post .post-category strong:before,
.page-template-template-archive .post-category strong:before {
	width: 18px;
    height: 18px;
	content: "";
    background: #0078D4;
    display: inline-block;
    vertical-align: top;
    margin: 1px 5px 0 0;
}

.page-template-template-archive .post-filtered-by {
	margin-bottom: 2em;
	font-size: 19px;
}

.single-post article header {
	margin-bottom: 15px;
}

.single-post article header h1,
.page-template-template-archive h1 {
	font-size: 83px;
    line-height: 1 !important;
    letter-spacing: -2px;
	margin-bottom: 30px;
}

.page-template-template-archive h1 {
	margin-bottom: 65px;
}

.single-post article header h2.sub-title {
	font-size: 35px; /* 23px */
    line-height: 1;
    margin-bottom: 30px; /* 15px */
	color: #5d5d5d;
	letter-spacing: -0.59px;
}

.single-post article header .post-created,
.page-template-template-archive .post-created {
	font-size: 18px;
	margin-bottom: 15px;
}

.single-post article header .post-created .hour,
.page-template-template-archive .post-created .hour {
	text-transform: uppercase;
}

.single-post article header .post-share,
.page-template-template-archive .post-list .post-item .post-share {
	display: flex;
    align-items: center;
	grid-gap: 10px;
	letter-spacing: initial;
}

.single-post article header .post-share.ps-small,
.page-template-template-archive .post-list .post-item .post-share.ps-small {
	grid-gap: 5px;
}

.page-template-template-archive .post-list .post-item .post-share {
	margin-bottom: 15px;
}

.single-post article header .post-share a,
.page-template-template-archive .post-list .post-item .post-share a {
	box-sizing: content-box;
	display: flex;
	align-items: center;
	height: 24px;
	padding: 5px 8px 5px 5px;
	border-radius: 3px;
	grid-gap: 5px;
	color: #fff;
}

.single-post article header .post-share.ps-small a,
.page-template-template-archive .post-list .post-item .post-share.ps-small a {
	height: 18px;
	padding: 5px;
}

.single-post article header .post-share.ps-small a span,
.page-template-template-archive .post-list .post-item .post-share.ps-small a span {
	display: none;
}

.single-post article header .post-share a svg,
.page-template-template-archive .post-list .post-item .post-share a svg {
	width: 24px;
	height: 24px;
	fill: #fff;
}

.single-post article header .post-share.ps-small a svg,
.page-template-template-archive .post-list .post-item .post-share.ps-small a svg {
	width: 18px;
	height: 18px;
	fill: #372f2d;
}

.single-post article header .post-share .twitter,
.page-template-template-archive .post-list .post-item .post-share .twitter,
.single-post article header .post-share .linkedin,
.page-template-template-archive .post-list .post-item .post-share .linkedin, 
.single-post article header .post-share .facebook,
.page-template-template-archive .post-list .post-item .post-share .facebook {
	background-color: #372f2d;
}

.single-post article header .post-share.ps-small .twitter,
.page-template-template-archive .post-list .post-item .post-share.ps-small .twitter,
.single-post article header .post-share.ps-small .linkedin,
.page-template-template-archive .post-list .post-item .post-share.ps-small .linkedin, 
.single-post article header .post-share.ps-small .facebook,
.page-template-template-archive .post-list .post-item .post-share.ps-small .facebook {
	background-color: transparent;
}

.page-template-template-archive .post-list .post-item .post-categories,
.single-post article .post-categories {
	margin-top: 2em;
	display: flex;
	flex-wrap: wrap;
}

.single-post article .post-categories {
	margin-bottom: 2em;
}

.page-template-template-archive .post-list .post-item .post-categories a+a:before,
.single-post article .post-categories a+a:before {
	content: ', ';
}

.single-post article .post-content figure {
	margin: 0 20px 10px 0;
    width: 466px;
    float: left;
}

.single-post article .post-content ul {
	overflow: hidden;
}

.single-post article .post-content ul li:before {
	left: 0;
}

.page-template-template-archive .btn.load-more {
	text-transform: uppercase;
}

.single-post .btn:focus,
.page-template-template-archive .btn:focus {
	outline-style: auto;
    outline-color: black;
}

/* Template-Archive */
.page-template-template-archive #wrapper {
	overflow: initial; /* this override is to help sidebar stickyness */
}

.page-template-template-archive .post-list {
	padding-right: 3em;
}

.page-template-template-archive .post-list .post-item {
	display: flex;
	align-items: flex-start;
	grid-gap: 30px;
	width: 100%;
}

.page-template-template-archive .post-list .post-item+.post-item {
	margin-top: 60px;
}

.page-template-template-archive .post-list .post-item figure {
	margin: 0;
	max-width: 350px;
	min-width: 350px;
	max-height: 250px;
	overflow: hidden;
}

.page-template-template-archive .post-list .post-item .post-details {
}

.error404 .empty-results h2,
.page-template-template-archive .empty-results h2,
.page-template-template-archive .post-list .post-item h2 {
	font-size: 28px;
	display: block;
    margin-bottom: 11px;
	letter-spacing: -.59px;
}

.page-template-template-archive .post-list .post-item h2 a {
	color: #171717;
	transition: color 0.3s;
}

.page-template-template-archive .post-list .post-item h2 a:hover,
.page-template-template-archive .post-list .post-item h2 a:focus {
	color: #0078d4;
}

.page-template-template-archive .bottom-link-bar {
	margin-top: 60px;
	display: flex;
	grid-gap: 1em;
}

.page-template-template-archive .bottom-link-bar a.btn {
	margin-top: 0;
}

.error404 .empty-results h2,
.page-template-template-archive .empty-results h2 {
    margin-bottom: 1em;
}

.error404 .empty-results .empty-message,
.page-template-template-archive .empty-results .empty-message {
	font-size: 23px;
	margin-bottom: 3em;
}

.error404 .empty-results .action-bar,
.page-template-template-archive .empty-results .action-bar {
	display: flex;
	grid-gap: 2em;
}

/*.page-template-template-archive .empty-results .action-bar .cta-link {
	flex: 0 0 250px;
}*/

.page-template-template-archive .widget-area {
    position: sticky;
    top: 3em;	
}

.page-template-template-archive .widget-area .archive-sidebar {
	margin-top: 12.5em;
}

.page-template-template-archive .widget-area.filter-active .archive-sidebar {
	margin-top: 16em;
}

.page-template-template-archive .widget-area .archive-sidebar .widget {
	margin-bottom: 3.5em;
    border-top: 7px solid #000;
    padding-top: 1em;
}

.page-template-template-archive .widget-area .archive-sidebar .widget h3 {
	font-size: 28px;
    display: block;
    margin-bottom: 0.5em;
    letter-spacing: -.59px;
}

.page-template-template-archive .widget-area .archive-sidebar .widget ul li {
	margin: 0;
    padding: 0;
    text-indent: 0;
    list-style-type: none;
}

.page-template-template-archive .widget-area .archive-sidebar .widget ul li:before {
	content: none;
}

.page-template-template-archive .widget-area .archive-sidebar .widget ul li a {
	margin-top: 0.5em;
    color: #000;
    display: inline-block;
    font-size: 18px;
}

.page-template-template-archive .widget-area .archive-sidebar .widget ul li a:hover,
.page-template-template-archive .widget-area .archive-sidebar .widget ul li a:focus {
	color: #0078d4;
}

/* Responsive */
@media (max-width: 1024px) {
	.page-template-template-archive .post-list {
		padding-right: 0;
	}
	
	.page-template-template-archive .widget-area.filter-active .archive-sidebar,
	.page-template-template-archive .widget-area .archive-sidebar {
		margin-top: 4em;
	}
}

@media (max-width: 768px) {
	.single-post article header h1 {
		font-size: 50px;
		margin-bottom: 20px;
	}
	
	.single-post article header h2.sub-title {
		font-size: 23px;
		margin-bottom: 15px;
	}
	
	.single-post article .post-content figure {
		width: 100%;
	}
	
	.page-template-template-archive .post-list .post-item figure {
		display: none;
	}
}

@media (max-width: 320px) {
	.single-post article header h1 {
		font-size: 35px;	
	}
	
	.page-template-template-archive .post-created .date-time {
		display: none;
	}
}
/* 10/2021 Template-Archive/Single Styles: End */

.support-block {
	margin: 0 0 24px;
}

.support-open-close {
	position: relative;
}

.support-open-close.active .opener,
.support-open-close.active .slide {
	border-color: #0078d4;
}

.support-open-close .opener {
	-webkit-transition: border-color .3s ease-in-out;
	transition: border-color .3s ease-in-out;
	display: block;
	border: 2px solid #8b8b8b;
	color: #8b8b8b;
	padding: 12px 13px 13px;
	position: relative;
}

.support-open-close .opener:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	-webkit-transform: translateY(-25%);
	-ms-transform: translateY(-25%);
	transform: translateY(-25%);
	border: 10px solid transparent;
	border-top: 12px solid #d8d8d8;
}

.support-open-close .slide {
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	border: 1px solid #8b8b8b;
	border-top: 0;
	background-color: #fff;
	z-index: 99;
	padding: 7px 0;
}

.support-open-close .slide .list {
	line-height: 14px;
	font-size: 15px;
}

.support-open-close .slide .list li:before {
	display: none;
}

.support-open-close .slide .list a {
	color: #5d5d5d;
	display: block;
	padding: 7px 9px;
}

.support-open-close .slide .list a:hover {
	background-color: #e6e6e6;
	color: #000;
}

.support-open-close .slide .list a span {
	color: #0078d4;
}

.hero-image-mobile {
	margin: 0 0 35px;
}

.intro-section {
	font-size: 14px;
	line-height: 18px;
	color: #fff;
}

.intro-section .h1 {
	margin: 0 0 20px;
	word-wrap: break-word;
	letter-spacing: -2.81px;
	color: #fff;
}

.intro-section p {
	margin: 0 0 17px;
}

.intro-section .cta-link {
	color: #fff;
	padding: 9px 18px 0 0;
}

.intro-section .cta-link:before {
	background: #fff;
}

.main-slider .slide {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	padding: 28px 0;
}

.main-slider .slide:after {
	content: "";
	min-height: 464px;
	width: 0;
	display: block;
}

.main-slider .slide .container {
	margin: 0;
}

.main-slider .slick-arrow {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	width: 50px;
	height: 45px;
	z-index: 10;
	opacity: .45;
}

.main-slider .slick-arrow:hover {
	opacity: 1;
}

.main-slider .slick-arrow.slick-next {
	right: 0;
}

.main-slider .slick-arrow.slick-next:before {
	font-size: 0;
	line-height: 0;
}

.main-slider .slick-arrow.slick-prev {
	left: 0;
}

.main-slider .slick-arrow.slick-prev:before {
	font-size: 0;
	line-height: 0;
}

.main-slider .slick-arrow.slick-prev [class*="icon-"]:before {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.main-slider .slick-arrow [class*="icon-"]:before {
	content: "";
	font-size: 34px;
	line-height: 1;
	color: #fff;
	display: block;
}

.hero-section {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #aaa;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 25px 0;
	border-top: 10px solid #0078d4;
}

.orange-mode .hero-section {
	border-color: #bf5700;
}

.red-mode .hero-section {
	border-color: #e71c24;
}

.green-mode .hero-section {
	border-color: #028567;
}

.purple-mode .hero-section {
	border-color: #3f237c;
}

.olive-mode .hero-section {
	border-color: #008900;
}

.dark-blue-mode .hero-section {
	border-color: #112E51;
}

.hero-section:after {
	content: "";
	width: 0;
	min-height: 300px;
	display: block;
}

.hero-section .container {
	margin: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.hero-section .link-back {
	color: #fff;
	margin: 0 0 25px -5px;
}

.hero-section .link-back:before {
	border-right-color: #fff;
}

.hero-section h1 {
	color: #fff;
	word-wrap: break-word;
	letter-spacing: -2px;
}

.hero-section h1 strong {
	display: block;
	position: relative;
	font-size: 14px;
	line-height: 18px;
	color: #fff;
	margin: 0 0 17px;
	letter-spacing: -.52px;
}

.hero-section h1 strong:before {
	width: 14px;
	height: 14px;
	content: "";
	background: #0078d4;
	display: inline-block;
	vertical-align: top;
	margin: 0 5px 0 0;
}

.blue-section .hero-section h1 strong:before {
	background: #fff !important;
}

.orange-mode .hero-section h1 strong:before {
	background: #bf5700;
}

.red-mode .hero-section h1 strong:before {
	background: #e71c24;
}

.green-mode .hero-section h1 strong:before {
	background: #028567;
}

.purple-mode .hero-section h1 strong:before {
	background: #3f237c;
}

.olive-mode .hero-section h1 strong:before {
	background: #008900;
}

.dark-blue-mode .hero-section h1 strong:before {
	background: #112E51;
}

.hero-section h1 strong.white:before {
	background: #fff !important;
}

.hero-section .sub-title {
	font-size: 26px;
	line-height: 28px;
	letter-spacing: -.71px;
	color: #fff;
}

.heading-block {
	background: #0078d4;
	position: relative;
	z-index: 2;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 33px 0 29px;
	margin: 0 0 25px;
	overflow: hidden;
}

.heading-block:after {
	content: "";
	width: 0;
	display: block;
	min-height: 200px;
}

.orange-mode .heading-block {
	background: #bf5700;
}

.orange-mode .heading-block .category {
	color: #fff;
	opacity: 0.1;
}

.red-mode .heading-block {
	background: #e71c24;
}

.red-mode .heading-block .category {
	color: #fff;
	opacity: 0.1;
}

.green-mode .heading-block {
	background: #028567;
}

.green-mode .heading-block .category {
	color: #fff;
	opacity: 0.05;
}

.purple-mode .heading-block {
	background: #3f237c;
}

.purple-mode .heading-block .category {
	color: #fff;
	opacity: 0.05;
}

.olive-mode .heading-block {
	background: #008900;
}

.olive-mode .heading-block .category {
	color: #fff;
	opacity: 0.05;
}

.dark-blue-mode .heading-block {
	background: #112E51;
}

.dark-blue-mode .heading-block .category {
	color: #fff;
	opacity: 0.05;
}

.heading-block .category {
	position: absolute;
	right: 0;
	bottom: -18px;
	text-transform: uppercase;
	color: #fff;
	opacity: .05;
	font-size: 120px;
	line-height: 1;
	z-index: -1;
}

.purple-mode .heading-block .category {
	color: #fff;
	opacity: 0.05;
}

.heading-block h1,
.heading-block .h1 {
	color: #fff;
	word-wrap: break-word;
}

.heading-block .link-back {
	color: #fff;
	margin: 0 0 4px;
}

.heading-block .link-back:before {
	border-right-color: #fff;
}

.text-articles-items {
	margin-bottom: -65px;
}

.text-articles-items.bottom-margin-reset {
	margin-bottom: 0;
}

.text-article-item {
	border-top: 2px solid #0078d4;
	border-bottom: 1px solid #d0d0d0;
	padding: 9px 0 0;
	width: 100%;
	margin: 0 0 45px;
	position: relative;
}

.orange-mode .text-article-item {
	border-top-color: #bf5700;
}

.red-mode .text-article-item {
	border-top-color: #e71c24;
}

.green-mode .text-article-item {
	border-top-color: #028567;
}

.purple-mode .text-article-item {
	border-top-color: #3f237c;
}

.olive-mode .text-article-item {
	border-top-color: #008900;
}

.dark-blue-mode .text-article-item {
	border-top-color: #112E51;
}

.text-article-item h3 {
	margin: 0 0 12px;
	text-transform: capitalize;
	font-size: 22px;
	line-height: 24px;
}

.text-article-item h3 a {
	color: #171717;
}

.text-article-item h3 a:hover {
	color: #0078d4;
}

.orange-mode .text-article-item h3 a:hover {
	color: #bf5700;
}

.red-mode .text-article-item h3 a:hover {
	color: #e71c24;
}

.green-mode .text-article-item h3 a:hover {
	color: #028567;
}

.purple-mode .text-article-item h3 a:hover {
	color: #3f237c;
}

.olive-mode .text-article-item h3 a:hover {
	color: #008900;
}

.dark-blue-mode .text-article-item h3 a:hover {
	color: #112E51;
}

.text-article-item p {
	margin: 0 0 15px;
}

.text-article-item .link-more {
	position: absolute;
	bottom: 10px;
}

.modules-section .text-article-item {
	padding: 9px 0 26px;
}

.modules-section .text-article-item .link-more {
	display: inline-block;
}

.platform-items .btn-wrap {
	padding: 11px 0 0;
}

.platform-items.platform-items-alt .platform-item a:hover {
	color: #fff;
}

.platform-items.platform-items-alt .platform-item .visual-box {
	margin: 0;
}

.platform-item {
	overflow: hidden;
	margin-bottom: 12px;
}

.platform-item.pom-box .visual-box {
	background: #e71c24;
}

.platform-item.pom-box a:after {
	background: #e71c24;
}

.platform-item.pom-box .category {
	color: #fff !important;
	border-top-color: #fff !important;
	opacity: 0.1;
}

.platform-item.acq-box .visual-box {
	background: #028567;
}

.platform-item.acq-box a:after {
	background: #028567;
}

.platform-item.acq-box .category {
	color: #fff !important;
	border-top-color: #fff !important;
	opacity: 0.1;
}

.platform-item.fa-box .visual-box {
	background: #3f237c;
}

.platform-item.fa-box a:after {
	background: #3f237c;
}

.platform-item.fa-box .category {
	color: #fff !important;
	border-top-color: #fff !important;
	opacity: 0.1;
}

.platform-item.clm-box .visual-box {
	background: #bf5700;
}

.platform-item.clm-box a:after {
	background: #bf5700;
}

.platform-item.clm-box .category {
	color: #fff !important;
	border-top-color: #fff !important;
	opacity: 0.1;
}

.platform-item.pbf-box .visual-box {
	background: #008900;
}

.platform-item.pbf-box a:after {
	background: #008900;
}

.platform-item.pbf-box .category {
	color: #fff !important;
	border-top-color: #fff !important;
	opacity: 0.1;
}

.platform-item.tcpe-box .visual-box {
	background: #112E51;
}

.platform-item.tcpe-box a:after {
	background: #112E51;
}

.platform-item.tcpe-box .category {
	color: #fff !important;
	border-top-color: #fff !important;
	opacity: 0.1;
}

.platform-item a {
	display: block;
	position: relative;
	z-index: 2;
	color: #000;
}

.platform-item a:after {
	-webkit-transition: bottom .3s ease-in-out;
	transition: bottom .3s ease-in-out;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 50%;
	position: absolute;
	z-index: -1;
}

.platform-item a:hover .link-more {
	color: #fff;
}

.platform-item .visual-box {
	padding: 28px 20px 10px;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
}

.platform-item .visual-box .wrap {
	width: 100%;
}

.platform-item .visual-box .subheading {
	display: block;
	font-size: 18px;
	line-height: 22px;
	margin: 0 0 8px;
	color: #fff;
}

.platform-item .visual-box .category {
	-webkit-transition: color .3s ease-in-out, border-color .3s ease-in-out;
	transition: color .3s ease-in-out, border-color .3s ease-in-out;
	display: block;
	text-transform: uppercase;
	font-size: 120px;
	line-height: 1;
}

.platform-item .visual-box h3 {
	color: #fff;
	font-size: 20px;
	line-height: 24px;
	text-transform: capitalize;
	padding: 0 20px 0 0;
	position: relative;
	margin: 0;
	letter-spacing: -.74px;
}

.platform-item .description {
	padding: 19px 18px 0;
}

.platform-item .content-box {
	padding: 0 0 18px;
}

.platform-item .link-more {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}

.news-section {
	padding: 7px 0 32px;
}

.news-item {
	color: #fff;
}

.news-item [class*="col-"]:last-child {
	position: relative;
	z-index: 2;
}

.news-item [class*="col-"]:last-child:before {
	content: "";
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	background: #0078d4;
}

.orange-mode .news-item [class*="col-"]:last-child:before {
	background: #bf5700 !important;
}

.red-mode .news-item [class*="col-"]:last-child:before {
	background: #e71c24 !important;
}

.green-mode .news-item [class*="col-"]:last-child:before {
	background: #028567 !important;
}

.purple-mode .news-item [class*="col-"]:last-child:before {
	background: #3f237c !important;
}

.olive-mode .news-item [class*="col-"]:last-child:before {
	background: #008900 !important;
}

.dark-blue-mode .news-item [class*="col-"]:last-child:before {
	background: #112E51 !important;
}

.news-item .news-img {
	padding-top: 67%;
	width: 100%;
}

.news-item .news-description {
	width: 100%;
	position: relative;
	padding: 44px 11px 31px;
}

.news-item .news-description:after {
	content: "";
	left: -28px;
	top: 60px;
	position: absolute;
	border: 13px solid transparent;
	border-right: 15px solid #0078d4;
}

.orange-mode .news-item .news-description:after {
	border-right-color: #bf5700 !important;
}

.red-mode .news-item .news-description:after {
	border-right-color: #e71c24 !important;
}

.green-mode .news-item .news-description:after {
	border-right-color: #028567 !important;
}

.purple-mode .news-item .news-description:after {
	border-right-color: #3f237c !important;
}

.olive-mode .news-item .news-description:after {
	border-right-color: #008900 !important;
}

.dark-blue-mode .news-item .news-description:after {
	border-right-color: #112E51 !important;
}

.news-item .news-description .wrap {
	position: relative;
	z-index: 1;
}

.news-item .category-list {
	position: relative;
	letter-spacing: -.4em;
	font-size: 11px;
	line-height: 16px;
	font-weight: 700;
	margin: 0 0 1px;
}

.news-item .category-list:before {
	width: 14px;
	height: 14px;
	content: "";
	background: #fff;
	display: inline-block;
	vertical-align: top;
	margin: 0 5px 0 0;
}

.news-item .category-list li {
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
	position: relative;
	padding: 0 15px 8px 0;
}

.news-item .category-list li:first-child:before {
	display: none;
}

.news-item .category-list li:before {
	content: "";
	left: -12px;
	top: 2px;
	bottom: 9px;
	position: absolute;
	width: 2px;
	background: #fff;
	opacity: .8;
}

.news-item .category-list a {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	color: #fff;
	opacity: .8;
}

.news-item .category-list a:hover {
	opacity: 1;
}

.news-item .h2 {
	margin: 0 0 21px;
	letter-spacing: -3.24px;
}

.news-item .h2 a {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	color: #fff;
}

.news-item .h2 a:hover {
	opacity: .8;
}

.news-item .subheading {
	position: absolute;
	right: 5px;
	bottom: -12px;
	line-height: 1;
	font-size: 80px;
	text-transform: uppercase;
	font-size: 120px;
	color: #000;
	opacity: .1;
}

.red-mode .news-item .subheading {
	opacity: .1;
	color: #fff;
}

.green-mode .news-item .subheading {
	opacity: .1;
	color: #fff;
}

.orange-mode .news-item .subheading {
	opacity: .1;
	color: #fff;
}

.purple-mode .news-item .subheading {
	opacity: .1;
	color: #fff;
}

.olive-mode .news-item .subheading {
	opacity: .1;
	color: #fff;
}

.dark-blue-mode .news-item .subheading {
	opacity: .1;
	color: #fff;
}

.news-item .cta-link {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	color: #fff;
}

.news-item .cta-link:hover {
	opacity: .7;
	color: #fff !important;
}

.news-item .cta-link:hover:before {
	background: #fff !important;
}

.news-item .cta-link:before {
	background: #fff;
}

.news-item .link {
	color: #fff;
	font-weight: 700;
}

.news-item .link:hover {
	text-decoration: underline;
}

.secondary-nav {
	margin: 0 0 14px;
	position: relative;
	z-index: 9;
}

.secondary-nav .holder {
	background: #fff;
	z-index: 12;
	position: relative;
}

.secondary-nav .wrap {
	padding: 25px 0 15px;
	border-bottom: 7px solid #171717;
}

.secondary-nav .add-title {
	display: inline-block;
	vertical-align: top;
	margin: 0 10px 0 0;
	font-size: 17px;
	line-height: 20px;
	font-weight: 400;
	letter-spacing: -.71px;
}

.secondary-nav .add-title span {
	display: inline-block;
	vertical-align: top;
}

.secondary-nav .second-list {
	font-size: 17px;
	line-height: 20px;
}

.secondary-nav .second-list li {
	padding: 0 0 10px;
}

.secondary-nav .second-list a {
	color: #5d5d5d;
}

.secondary-nav .second-list a.anchor-active {
	color: #0078d4;
}

.orange-mode .secondary-nav .second-list a.anchor-active {
	color: #bf5700;
}

.red-mode .secondary-nav .second-list a.anchor-active {
	color: #e71c24;
}

.green-mode .secondary-nav .second-list a.anchor-active {
	color: #028567;
}

.purple-mode .secondary-nav .second-list a.anchor-active {
	color: #3f237c;
}

.olive-mode .secondary-nav .second-list a.anchor-active {
	color: #008900;
}

.dark-blue-mode .secondary-nav .second-list a.anchor-active {
	color: #112E51;
}

.sponsors-logo-slider {
	margin: 0 0 0 -13px;
	padding: 20px 0 0;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.sponsors-logo-slider:after {
	content: "";
	top: 0;
	left: 13px;
	right: 10px;
	height: 2px;
	background: #d0d0d0;
	position: absolute;
}

.sponsors-logo-slider .logo-wrap {
	width: 151px;
	height: 125px;
	padding: 0 13px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.sponsors-logo-slider a {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}

.sponsors-logo-slider a:hover img {
	opacity: .7;
}

.sponsors-logo-slider img {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	max-width: 100%;
	max-height: 100%;
}

.search-result-section h2 {
	margin: 0 0 35px;
	word-wrap: break-word;
}

.result-item {
	margin: 0 0 40px;
}

.result-item .title {
	font-size: 22px;
	line-height: 26px;
	display: block;
	margin: 0 0 11px;
}

.result-item .title a {
	color: #171717;
}

.result-item .title a:hover {
	color: #0078d4;
}

.orange-mode .result-item .title a:hover {
	color: #bf5700;
}

.red-mode .result-item .title a:hover {
	color: #e71c24;
}

.green-mode .result-item .title a:hover {
	color: #028567;
}

.purple-mode .result-item .title a:hover {
	color: #3f237c;
}

.olive-mode .result-item .title a:hover {
	color: #008900;
}

.dark-blue-mode .result-item .title a:hover {
	color: #112E51;
}

.result-item p {
	margin: 0 0 17px;
}

input:not([type="submit"]):not([type="reset"]),
textarea {
	border: 2px solid #8b8b8b;
	height: 48px;
	width: 100%;
	display: block;
	color: #8b8b8b;
	font-size: 16px;
	line-height: 20px;
}

input:not([type="submit"]):not([type="reset"])::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #8b8b8b;
}

input:not([type="submit"]):not([type="reset"])::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #8b8b8b;
}

input:not([type="submit"]):not([type="reset"]):-moz-placeholder,
textarea:-moz-placeholder {
	color: #8b8b8b;
}

input:not([type="submit"]):not([type="reset"]):-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #8b8b8b;
}

input:not([type="submit"]):not([type="reset"]).placeholder,
textarea.placeholder {
	color: #8b8b8b;
}

textarea {
	resize: none;
	height: 150px !important;
}

.contact-form {
	margin: 0 0 20px;
}

.contact-form .input-wrap {
	margin-bottom: 20px;
}

.aside .widget {
	margin-bottom: 25px;
}

.aside h4 {
	font-size: 24px;
	line-height: 28px;
	margin: 0 0 10px;
}

.widget-links li {
	margin: 0 0 20px;
}

.aside-widget address {
	margin: 0 0 20px;
	line-height: 24px;
}

.aside-widget address span {
	display: block;
	font-style: normal;
}

.aside-widget address .tel i {
	color: #0078d4;
	display: inline-block;
	vertical-align: top;
	margin: 5px 2px 0 0;
	font-size: 13px;
}

.orange-mode .aside-widget address .tel i {
	color: #bf5700;
}

.red-mode .aside-widget address .tel i {
	color: #e71c24;
}

.green-mode .aside-widget address .tel i {
	color: #028567;
}

.purple-mode .aside-widget address .tel i {
	color: #3f237c;
}

.olive-mode .aside-widget address .tel i {
	color: #008900;
}

.dark-blue-mode .aside-widget address .tel i {
	color: #112E51;
}

.aside-widget address .tel a {
	color: #5d5d5d;
}

.aside-widget address .tel a:hover {
	color: #0078d4;
}

.orange-mode .aside-widget address .tel a:hover {
	color: #bf5700;
}

.red-mode .aside-widget address .tel a:hover {
	color: #e71c24;
}

.green-mode .aside-widget address .tel a:hover {
	color: #028567;
}

.purple-mode .aside-widget address .tel a:hover {
	color: #3f237c;
}

.olive-mode .aside-widget address .tel a:hover {
	color: #008900;
}

.dark-blue-mode .aside-widget address .tel a:hover {
	color: #112E51;
}

.widget-links {
	padding: 0 !important;
}

.jcf-select {
	border: 2px solid #8b8b8b;
	height: 48px;
	width: 100%;
	display: block;
	color: #8b8b8b;
	padding: 12px 5px;
	cursor: pointer;
}

.jcf-select .jcf-select-text {
	font-size: 16px;
	line-height: 20px;
	letter-spacing: -.78px;
	cursor: inherit;
}

.jcf-select .jcf-select-opener {
	background: #fff;
	width: 33px;
}

.jcf-select .jcf-select-opener:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	-webkit-transform: translateY(-25%);
	-ms-transform: translateY(-25%);
	transform: translateY(-25%);
	border: 10px solid transparent;
	border-top: 12px solid #d8d8d8;
}

.jcf-select.jcf-focus {
	border-color: #0078d4 !important;
}

.jcf-select-drop .jcf-select-drop-content {
	border-color: #0078d4 !important;
}

.wpcf7 {
	font-size: 17px;
	line-height: 1.18;
}

.wpcf7-form-control .wpcf7-list-item {
	margin: 0 0 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.wpcf7-form-control .wpcf7-list-item > label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
}

.wpcf7-form-control input:not([type="submit"]):not([type="reset"]) {
	width: 25px;
	height: 25px;
}

.wpcf7-form-control .wpcf7-list-item-label {
	padding-left: 15px;
	max-width: calc(100% - 25px);
}

.filtration-content table {
	font-size: 17px;
	line-height: 20px;
	letter-spacing: -.71px;
	width: 100%;
}

.filtration-content table th {
	background: #0078d4;
	color: #fff;
	font-size: 25px;
	line-height: 26px;
	letter-spacing: -.45px;
	font-weight: normal;
	text-align: left;
}

.filtration-content table .city,
.filtration-content table .state {
	width: 14%;
}

.filtration-content table .department {
	width: 30%;
}

.filtration-content table .positiom {
	width: 42%;
}

.filtration-content table tr {
	-webkit-animation: table-animation .8s;
	animation: table-animation .8s;
}

.filtration-content table tr:nth-child(odd) {
	background-color: rgba(0, 0, 0, .04);
}

.filtration-content table td {
	border: none;
	border-bottom: 2px solid #ccc;
}

.filtration-content .empty-result {
	display: none;
	color: #e71c24;
	text-align: center;
	font-size: 25px;
}

.filtration-content .error-result .empty-result {
	display: block;
}

.filtration-bar {
	padding: 10px 0;
	margin: 0 0 25px;
}

.filtration-bar [class*="col-"]:last-child {
	margin: 0 0 0 auto;
}

.filtration-bar .input-wrap {
	margin-bottom: 36px;
}

.filtration-bar .cta-link {
	margin: 0 0 0 auto;
}

.landing-slider .slide-img-1 {
	position: absolute;
	z-index: 2;
	bottom: 0;
	width: 30%;
	left: 100px;
}

.landing-slider .slide-img-2 {
	position: absolute;
	z-index: 2;
	width: 40%;
	top: 0;
	left: 0;
}

.landing-slider .slide {
	position: relative;
	background: #0078d4;
}

.landing-slider .slide:before,
.landing-slider .slide:after {
	content: "";
	position: absolute;
	background: #1aa8ff;
	top: 30px;
	left: 0;
	right: 0;
	height: 30px;
}

.landing-slider .slide:after {
	top: 70px;
}

.orange-mode .landing-slider .slide {
	background: #bf5700;
}

.orange-mode .landing-slider .slide:before,
.orange-mode .landing-slider .slide:after {
	background: #ff9f38;
}

.green-mode .landing-slider .slide {
	background: #028567;
}

.green-mode .landing-slider .slide:before,
.green-mode .landing-slider .slide:after {
	background: #00d8aa;
}

.purple-mode .landing-slider .slide {
	background: #3f237c;
}

.purple-mode .landing-slider .slide:before,
.purple-mode .landing-slider .slide:after {
	background: #492990;
}

.olive-mode .landing-slider .slide {
	background: #016401;
}

.olive-mode .landing-slider .slide:before,
.olive-mode .landing-slider .slide:after {
	background: #00b800;
}

.dark-blue-mode .landing-slider .slide {
	background: #132e4c;
}

.dark-blue-mode .landing-slider .slide:before,
.dark-blue-mode .landing-slider .slide:after {
	background: #235796;
}

.red-mode .landing-slider .slide {
	background: #e71c24;
}

.red-mode .landing-slider .slide:before,
.red-mode .landing-slider .slide:after {
	background: #e9333a;
}

.landing-slider .slick-arrow {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	width: 24px;
	height: 43px;
	z-index: 10;
}

.landing-slider .slick-arrow:hover {
	opacity: .8;
}

.landing-slider .slick-arrow.slick-next {
	right: 0;
}

.landing-slider .slick-arrow.slick-next:before {
	font-size: 0;
	line-height: 0;
}

.landing-slider .slick-arrow.slick-prev {
	left: 0;
}

.landing-slider .slick-arrow.slick-prev:before {
	font-size: 0;
	line-height: 0;
}

.landing-slider .slick-arrow.slick-prev [class*="icon-"]:before {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.landing-slider .slick-arrow [class*="icon-"]:before {
	content: "";
	font-size: 34px;
	line-height: 1;
	color: #fff;
	display: block;
}

.landing-slider .slick-dots {
	position: absolute;
	bottom: 28px;
}

.landing-slider .slick-dots li {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	width: 17px;
	height: 17px;
	background: #73caff;
}

.landing-slider .slick-dots li button {
	width: 17px;
	height: 17px;
}

.landing-slider .slick-dots li button:before {
	content: "";
}

.landing-slider .slick-dots li :hover {
	background: #06c;
}

.landing-slider .slick-dots li.slick-active {
	background: #06c;
}

.orange-mode .landing-slider .slick-dots li {
	background: #ffab51;
}

.orange-mode .landing-slider .slick-dots li :hover {
	background: #ea7a00;
}

.orange-mode .landing-slider .slick-dots li.slick-active {
	background: #ea7a00;
}

.green-mode .landing-slider .slick-dots li {
	background: #00f1be;
}

.green-mode .landing-slider .slick-dots li :hover {
	background: #008b6e;
}

.green-mode .landing-slider .slick-dots li.slick-active {
	background: #008b6e;
}

.purple-mode .landing-slider .slick-dots li {
	background: #532ea4;
}

.purple-mode .landing-slider .slick-dots li :hover {
	background: #2b1854;
}

.purple-mode .landing-slider .slick-dots li.slick-active {
	background: #2b1854;
}

.olive-mode .landing-slider .slick-dots li {
	background: #00b800;
}

.olive-mode .landing-slider .slick-dots li :hover {
	background: #016401;
}

.olive-mode .landing-slider .slick-dots li.slick-active {
	background: #016401;
}

.dark-blue-mode .landing-slider .slick-dots li {
	background: #235796;
}

.dark-blue-mode .landing-slider .slick-dots li :hover {
	background: #132e4c;
}

.dark-blue-mode .landing-slider .slick-dots li.slick-active {
	background: #132e4c;
}

.red-mode .landing-slider .slick-dots li {
	background: #ec4a50;
}

.red-mode .landing-slider .slick-dots li :hover {
	background: #bc141b;
}

.red-mode .landing-slider .slick-dots li.slick-active {
	background: #bc141b;
}

.landing-slider .slide-content {
	position: relative;
	z-index: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
}

.landing-slider .slide-content h2 {
	color: #fff;
}

.landing-slider .slide-content:before {
	content: "";
	display: block;
	width: 0;
	min-height: 400px;
}

.landing-slider .slide-content .row {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.leadership-item {
	overflow: hidden;
	margin-bottom: 30px;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: -.67px;
	border-bottom: 2px solid #d0d0d0;
	padding: 0 0 10px;
}

.leadership-item .visual-box {
	/* padding-bottom: 100%; */
	/* background-position: 50% 50%; */
	background-position: 100% -10px; /* added */
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0 0 15px;
	aspect-ratio: 4 / 3; /* added */
}

.leadership-item .name {
	display: block;
	font-size: 28px;
	line-height: 38px;
	letter-spacing: -.45px;
	color: #171717;
}

.leadership-item .name a {
	color: inherit;
}

.leadership-item .name a:hover {
	color: #0078d4;
}

.orange-mode .leadership-item .name a:hover {
	color: #bf5700;
}

.red-mode .leadership-item .name a:hover {
	color: #e71c24;
}

.green-mode .leadership-item .name a:hover {
	color: #028567;
}

.purple-mode .leadership-item .name a:hover {
	color: #3f237c;
}

.olive-mode .leadership-item .name a:hover {
	color: #008900;
}

.dark-blue-mode .leadership-item .name a:hover {
	color: #112E51;
}

.leadership-item .position {
	font-size: 17px;
	line-height: 20px;
	letter-spacing: -.71px;
	display: block;
	margin: 0 0 10px;
}

.leadership-item .link-more {
	display: inline-block;
	vertical-align: top;
}

@media (min-width: 480px) {
	blockquote {
		font-size: 45px;
		line-height: 48px;
	}

	.iframe-wrap {
		padding-top: 147%;
	}
}

@media (min-width: 640px) {
	.col-sm,
	.col-sm-1,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12,
	.col-sm-offset-0,
	.col-sm-offset-1,
	.col-sm-offset-2,
	.col-sm-offset-3,
	.col-sm-offset-4,
	.col-sm-offset-5,
	.col-sm-offset-6,
	.col-sm-offset-7,
	.col-sm-offset-8,
	.col-sm-offset-9,
	.col-sm-offset-10,
	.col-sm-offset-11,
	.col-sm-offset-12 {
		box-sizing: border-box;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		padding-right: 12px;
		padding-left: 12px;
	}

	.col-sm {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		max-width: 100%;
	}

	.col-sm-1 {
		-ms-flex-preferred-size: 8.33333333%;
		flex-basis: 8.33333333%;
		max-width: 8.33333333%;
	}

	.col-sm-2 {
		-ms-flex-preferred-size: 16.66666667%;
		flex-basis: 16.66666667%;
		max-width: 16.66666667%;
	}

	.col-sm-3 {
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
		max-width: 25%;
	}

	.col-sm-4 {
		-ms-flex-preferred-size: 33.33333333%;
		flex-basis: 33.33333333%;
		max-width: 33.33333333%;
	}

	.col-sm-5 {
		-ms-flex-preferred-size: 41.66666667%;
		flex-basis: 41.66666667%;
		max-width: 41.66666667%;
	}

	.col-sm-6 {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		max-width: 50%;
	}

	.col-sm-7 {
		-ms-flex-preferred-size: 58.33333333%;
		flex-basis: 58.33333333%;
		max-width: 58.33333333%;
	}

	.col-sm-8 {
		-ms-flex-preferred-size: 66.66666667%;
		flex-basis: 66.66666667%;
		max-width: 66.66666667%;
	}

	.col-sm-9 {
		-ms-flex-preferred-size: 75%;
		flex-basis: 75%;
		max-width: 75%;
	}

	.col-sm-10 {
		-ms-flex-preferred-size: 83.33333333%;
		flex-basis: 83.33333333%;
		max-width: 83.33333333%;
	}

	.col-sm-11 {
		-ms-flex-preferred-size: 91.66666667%;
		flex-basis: 91.66666667%;
		max-width: 91.66666667%;
	}

	.col-sm-12 {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%;
	}

	.col-sm-offset-0 {
		margin-left: 0;
	}

	.col-sm-offset-1 {
		margin-left: 8.33333333%;
	}

	.col-sm-offset-2 {
		margin-left: 16.66666667%;
	}

	.col-sm-offset-3 {
		margin-left: 25%;
	}

	.col-sm-offset-4 {
		margin-left: 33.33333333%;
	}

	.col-sm-offset-5 {
		margin-left: 41.66666667%;
	}

	.col-sm-offset-6 {
		margin-left: 50%;
	}

	.col-sm-offset-7 {
		margin-left: 58.33333333%;
	}

	.col-sm-offset-8 {
		margin-left: 66.66666667%;
	}

	.col-sm-offset-9 {
		margin-left: 75%;
	}

	.col-sm-offset-10 {
		margin-left: 83.33333333%;
	}

	.col-sm-offset-11 {
		margin-left: 91.66666667%;
	}

	.start-sm {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		text-align: start;
	}

	.center-sm {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		text-align: center;
	}

	.end-sm {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		text-align: end;
	}

	.top-sm {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.middle-sm {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.bottom-sm {
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
	}

	.around-sm {
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}

	.between-sm {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.first-sm {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}

	.last-sm {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.iframe-wrap {
		padding-top: 108%;
	}
}

@media (min-width: 768px) {
	.commentlist-item .commentlist-item {
		padding: 0 0 0 2em;
	}

	.col-md,
	.col-md-1,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-md-10,
	.col-md-11,
	.col-md-12,
	.col-md-offset-0,
	.col-md-offset-1,
	.col-md-offset-2,
	.col-md-offset-3,
	.col-md-offset-4,
	.col-md-offset-5,
	.col-md-offset-6,
	.col-md-offset-7,
	.col-md-offset-8,
	.col-md-offset-9,
	.col-md-offset-10,
	.col-md-offset-11,
	.col-md-offset-12 {
		box-sizing: border-box;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		padding-right: 12px;
		padding-left: 12px;
	}

	.col-md {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		max-width: 100%;
	}

	.col-md-1 {
		-ms-flex-preferred-size: 8.33333333%;
		flex-basis: 8.33333333%;
		max-width: 8.33333333%;
	}

	.col-md-2 {
		-ms-flex-preferred-size: 16.66666667%;
		flex-basis: 16.66666667%;
		max-width: 16.66666667%;
	}

	.col-md-3 {
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
		max-width: 25%;
	}

	.col-md-4 {
		-ms-flex-preferred-size: 33.33333333%;
		flex-basis: 33.33333333%;
		max-width: 33.33333333%;
	}

	.col-md-5 {
		-ms-flex-preferred-size: 41.66666667%;
		flex-basis: 41.66666667%;
		max-width: 41.66666667%;
	}

	.col-md-6 {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		max-width: 50%;
	}

	.col-md-7 {
		-ms-flex-preferred-size: 58.33333333%;
		flex-basis: 58.33333333%;
		max-width: 58.33333333%;
	}

	.col-md-8 {
		-ms-flex-preferred-size: 66.66666667%;
		flex-basis: 66.66666667%;
		max-width: 66.66666667%;
	}

	.col-md-9 {
		-ms-flex-preferred-size: 75%;
		flex-basis: 75%;
		max-width: 75%;
	}

	.col-md-10 {
		-ms-flex-preferred-size: 83.33333333%;
		flex-basis: 83.33333333%;
		max-width: 83.33333333%;
	}

	.col-md-11 {
		-ms-flex-preferred-size: 91.66666667%;
		flex-basis: 91.66666667%;
		max-width: 91.66666667%;
	}

	.col-md-12 {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%;
	}

	.col-md-offset-0 {
		margin-left: 0;
	}

	.col-md-offset-1 {
		margin-left: 8.33333333%;
	}

	.col-md-offset-2 {
		margin-left: 16.66666667%;
	}

	.col-md-offset-3 {
		margin-left: 25%;
	}

	.col-md-offset-4 {
		margin-left: 33.33333333%;
	}

	.col-md-offset-5 {
		margin-left: 41.66666667%;
	}

	.col-md-offset-6 {
		margin-left: 50%;
	}

	.col-md-offset-7 {
		margin-left: 58.33333333%;
	}

	.col-md-offset-8 {
		margin-left: 66.66666667%;
	}

	.col-md-offset-9 {
		margin-left: 75%;
	}

	.col-md-offset-10 {
		margin-left: 83.33333333%;
	}

	.col-md-offset-11 {
		margin-left: 91.66666667%;
	}

	.start-md {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		text-align: start;
	}

	.center-md {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		text-align: center;
	}

	.end-md {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		text-align: end;
	}

	.top-md {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.middle-md {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.bottom-md {
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
	}

	.around-md {
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}

	.between-md {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.first-md {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}

	.last-md {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.logo {
		width: 167px;
	}

	.header-top:after {
		top: 20px;
		right: 43px;
		bottom: -5px;
	}

	.tool-list li:after {
		bottom: -5px;
	}

	#footer {
		padding: 40px 0 17px;
	}

	#footer .logo {
		width: 152px;
		position: absolute;
		left: 13px;
		bottom: -17px;
	}

	#footer .footer-wrap {
		padding: 0 0 26px;
	}

	#footer .social-list {
		text-align: right;
	}

	#footer .cta-link {
		display: none !important;
	}

	.footer-title {
		border-bottom: 1px solid #d0d0d0;
		padding: 0 0 2px;
		margin: 0 0 6px;
	}

	.footer-nav li {
		margin: 0 0 8px;
	}

	.social-list {
		font-size: 32px;
	}

	.social-list li {
		padding: 0 7px 7px;
	}

	.footer-menu-holder {
		padding: 20px 0 0 175px;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	.footer-menu {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	h1,
	.h1 {
		font-size: 64px;
		line-height: .88;
	}

	hr {
		margin: 54px 0 26px;
	}

	p {
		margin: 0 0 20px;
	}

	form .form-submit input[type="submit"],
	.navigation-single .next a,
	.navigation-single .prev a,
	.page-numbers.next,
	.page-numbers.prev,
	.submit-class,
	.btn {
		padding: 12px 35px;
	}

	.nav-links:not(.next),
	.nav-links:not(.prev) {
		line-height: 46px;
	}

	.btn-example {
		margin-bottom: 30px;
	}

	.btn-example .cta-link {
		margin: 0 35px 0 0;
	}

	.container {
		padding: 0 12px;
	}

	.cta-link,
	.link-more {
		padding: 0 35px 0 0;
	}

	.cta-link {
		padding: 9px 58px 0 0;
	}

	.link-back {
		font-size: 19px;
	}

	.link-back:before {
		border-width: 7px;
		margin: 4px 5px 0 0;
	}

	.content-section {
		padding: 30px 0;
	}

	.section-heading {
		font-size: 18px;
		line-height: 24px;
		margin: 0 0 25px;
	}

	.page-template-template-contact .section-heading + hr {
		margin: -16px 0 26px !important;
	}

	.section-heading h2 strong {
		font-size: 19px;
		line-height: 24px;
	}

	.section-heading h2 strong:before {
		width: 18px;
		height: 18px;
	}

	.section-heading p {
		margin: 0;
	}

	.section-heading .links .cta-link:before {
		height: 4px;
		top: -9px;
	}

	.section-heading .links .cta-link:after {
		margin: 0 0 0 102px;
		font-size: 12px;
	}

	.text-items [class*="col-"] {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.statistic-info .text-item {
		padding-bottom: 110px;
	}

	.text-item {
		position: relative;
		width: 100%;
		padding-bottom: 17px;
	}

	.text-item .icon-wrap {
		border-bottom: 1px solid #a6a6a6;
		min-height: 71px;
		margin: 0 0 16px;
	}

	.text-item .title {
		padding: 0 0 10px;
		font-size: 18px;
		line-height: 24px;
	}

	.text-item .value {
		position: absolute;
		left: 0;
		bottom: 0;
		font-size: 142px;
	}

	.text-article.alt {
		border-top-width: 11px;
		padding: 16px 0 0;
		letter-spacing: -.96px;
	}

	.text-article .section-heading {
		margin: 0 0 45px;
	}

	.content-slider .slide-inner {
		padding-bottom: 131%;
	}

	.content-slider .slick-arrow [class*="icon-"]:before {
		font-size: 45px;
	}

	.get-started-section {
		padding: 84px 0 74px !important;
	}

	.text-block {
		padding: 66px 0 99px;
	}

	.text-block:after {
		min-height: 238px;
	}

	.text-block .h2 {
/* 		padding: 0 0 57px; */
		padding: 0 0 12px;
	}

	/*.text-block .h2:after {
		width: 97px;
		height: 23px;
	}*/

	.text-block .add-title {
		font-size: 223px;
		bottom: -38px;
		right: -20px;
	}

	.modules-section .text-article-item {
		padding: 11px 0 26px;
	}

	.modules-section .text-article-item p {
		margin: 0 0 36px;
	}

	.lead {
		font-size: 23px;
		line-height: 32px;
		margin: 0 0 49px;
	}

	.content {
		padding: 0 25px 0 0;
	}

	.who-we-serve hr {
		margin: 20px 0 34px;
	}

	.clients-item {
		margin-bottom: 35px;
	}

	.clients-item .text-article {
		margin: 0 0 45px;
	}

	.clients-item .text-article [class*="col-"]:last-child {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.navigation-comments {
		line-height: 48px;
	}

	.leadership-section .link-back:before {
		border-width: 7px;
	}

	.iframe-wrap {
		padding-top: 73%;
	}

	.single-post h4,
	.single-post .h4 {
		font-size: 23px;
		line-height: 32px;
		margin: 0 0 40px;
	}

	.hero-image-mobile {
		display: none;
	}

	.intro-section {
		font-size: 18px;
		line-height: 22px;
		margin: 0 0 34px;
	}

	.intro-section .description {
		max-width: 80%;
	}

	.intro-section .h1 {
		margin: 0 0 31px;
		letter-spacing: -2px;
	}

	.intro-section p {
		margin: 0 0 36px;
	}

	.main-slider .slide {
		padding: 35px 0;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.main-slider .slide:after {
		min-height: 480px;
	}

	.main-slider .slick-arrow [class*="icon-"]:before {
		font-size: 45px;
	}

	.hero-section {
		padding: 45px 0 50px;
		border-top-width: 20px;
	}

	.hero-section:after {
		min-height: 388px;
	}

	.hero-section h1 strong {
		font-size: 19px;
		line-height: 24px;
	}

	.hero-section h1 strong:before {
		width: 18px;
		height: 18px;
	}

	.heading-block {
		padding: 33px 0 49px;
	}

	.heading-block:after {
		min-height: 286px;
	}

	.heading-block .category {
		font-size: 280px;
		letter-spacing: -20px;
		bottom: -51px;
	}

	.heading-block h1,
	.heading-block .h1 {
		letter-spacing: -6.71px;
	}

	.text-articles-items [class*="col-"] {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.text-article-item {
		padding: 20px 0 26px;
		border-top-width: 5px;
		margin: 0 0 48px;
	}

	.text-article-item h3 {
		margin: 0 0 12px;
		font-size: 20px;
		line-height: 24px;
		letter-spacing: -1px;
	}

	.text-article-item p {
		margin: 0 0 26px;
	}

	.platform-items .btn-wrap {
		display: none;
	}

	.platform-item {
		width: 100%;
		border-bottom: 1px solid #d0d0d0;
		padding: 0 0 13px;
		margin: 0 0 25px;
	}

	.platform-item a:hover:after {
		bottom: -16px;
	}

	.platform-item .visual-box {
		height: 332px;
		padding: 13px 20px 20px;
		margin: 0 0 15px;
	}

	.platform-item .visual-box .category {
		border-top: 5px solid #fff;
		padding: 2px 0 21px;
		font-size: 77px;
	}

	.platform-item .visual-box h3 {
		font-size: 37px;
		line-height: 35px;
		padding: 0;
	}

	.news-item [class*="col-"] {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.news-item [class*="col-"]:last-child {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.news-item [class*="col-"]:last-child:before {
		right: 12px;
		left: 12px;
	}

	.news-item .news-img {
		min-height: 400px;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}

	.news-item .news-description {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		height: 100%;
	}

	.news-item .category-list {
		font-size: 13px;
		line-height: 18px;
		margin: 0 0 2px;
	}

	.news-item .category-list:before {
		width: 18px;
		height: 18px;
		margin: 0 5px 0 0;
	}

	.news-item .category-list li {
		padding: 0 22px 8px 0;
	}

	.news-item .subheading {
		font-size: 160px;
		bottom: -16px;
	}

	.news-item .link {
		font-size: 22px;
		line-height: 24px;
	}

	.secondary-nav {
		margin: 0 0 -15px;
	}

	.secondary-nav .wrap {
		padding: 48px 0 15px;
	}

	.secondary-nav .second-list {
		letter-spacing: -.4em;
		display: inline-block;
		vertical-align: top;
		letter-spacing: -.71px;
	}

	.secondary-nav .second-list li {
		display: inline-block;
		vertical-align: top;
		letter-spacing: normal;
		position: relative;
		padding: 0 20px 0 0;
	}

	.secondary-nav .second-list li:after {
		content: "";
		left: -12px;
		top: 2px;
		bottom: 2px;
		width: 2px;
		background: #5d5d5d;
		position: absolute;
	}

	.secondary-nav .second-list li:first-child:after {
		display: none;
	}

	.secondary-nav .second-list a:hover {
		color: #0078d4;
	}

	.orange-mode .secondary-nav .second-list a:hover {
		color: #bf5700;
	}

	.red-mode .secondary-nav .second-list a:hover {
		color: #e71c24;
	}

	.green-mode .secondary-nav .second-list a:hover {
		color: #028567;
	}

	.purple-mode .secondary-nav .second-list a:hover {
		color: #3f237c;
	}

	.olive-mode .secondary-nav .second-list a:hover {
		color: #008900;
	}

	.dark-blue-mode .secondary-nav .second-list a:hover {
		color: #112E51;
	}
	
	.secondary-nav .slide {
		display: inline-block;
		vertical-align: top;
	}

	.search-result-section h2 {
		margin: 0 0 45px;
	}

	.result-item .title {
		font-size: 28px;
		line-height: 34px;
	}

	.result-item .cta-link {
		padding: 9px 102px 0 0;
	}

	.contact-form {
		padding: 32px 0 0;
	}

	.contact-form .input-wrap {
		margin-bottom: 30px;
	}

	.aside {
		padding: 74px 0 0;
	}

	.aside .widget {
		margin-bottom: 42px;
	}

	.aside h4 {
		font-size: 26px;
		line-height: 30px;
	}

	.widget-links li {
		margin: 0 0 35px;
	}

	.widget-links .cta-link {
		width: 100%;
	}

	.aside-widget address {
		margin: 0 0 24px;
	}

	.filtration-content table td {
		border: none;
		border-right: 2px solid #ccc;
		padding: 13px 20px;
	}

	.filtration-content table td:last-child {
		border: none;
	}

	.landing-slider .slick-arrow [class*="icon-"]:before {
		font-size: 45px;
	}

	.landing-slider .slide-content:before {
		min-height: 672px;
	}

	.leadership-item {
		margin-bottom: 49px;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.text-item .value sub {
		font-size: 90px;
		top: 0;
	}

	.clients-item .text-article .section-heading {
		margin-bottom: 25px;
	}
}

@media (min-width: 1024px) {
	.col-lg,
	.col-lg-1,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12,
	.col-lg-offset-0,
	.col-lg-offset-1,
	.col-lg-offset-2,
	.col-lg-offset-3,
	.col-lg-offset-4,
	.col-lg-offset-5,
	.col-lg-offset-6,
	.col-lg-offset-7,
	.col-lg-offset-8,
	.col-lg-offset-9,
	.col-lg-offset-10,
	.col-lg-offset-11,
	.col-lg-offset-12 {
		box-sizing: border-box;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		padding-right: 12px;
		padding-left: 12px;
	}

	.col-lg {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		max-width: 100%;
	}

	.col-lg-1 {
		-ms-flex-preferred-size: 8.33333333%;
		flex-basis: 8.33333333%;
		max-width: 8.33333333%;
	}

	.col-lg-2 {
		-ms-flex-preferred-size: 16.66666667%;
		flex-basis: 16.66666667%;
		max-width: 16.66666667%;
	}

	.col-lg-3 {
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
		max-width: 25%;
	}

	.col-lg-4 {
		-ms-flex-preferred-size: 33.33333333%;
		flex-basis: 33.33333333%;
		max-width: 33.33333333%;
	}

	.col-lg-5 {
		-ms-flex-preferred-size: 41.66666667%;
		flex-basis: 41.66666667%;
		max-width: 41.66666667%;
	}

	.col-lg-6 {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		max-width: 50%;
	}

	.col-lg-7 {
		-ms-flex-preferred-size: 58.33333333%;
		flex-basis: 58.33333333%;
		max-width: 58.33333333%;
	}

	.col-lg-8 {
		-ms-flex-preferred-size: 66.66666667%;
		flex-basis: 66.66666667%;
		max-width: 66.66666667%;
	}

	.col-lg-9 {
		-ms-flex-preferred-size: 75%;
		flex-basis: 75%;
		max-width: 75%;
	}

	.col-lg-10 {
		-ms-flex-preferred-size: 83.33333333%;
		flex-basis: 83.33333333%;
		max-width: 83.33333333%;
	}

	.col-lg-11 {
		-ms-flex-preferred-size: 91.66666667%;
		flex-basis: 91.66666667%;
		max-width: 91.66666667%;
	}

	.col-lg-12 {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%;
	}

	.col-lg-offset-0 {
		margin-left: 0;
	}

	.col-lg-offset-1 {
		margin-left: 8.33333333%;
	}

	.col-lg-offset-2 {
		margin-left: 16.66666667%;
	}

	.col-lg-offset-3 {
		margin-left: 25%;
	}

	.col-lg-offset-4 {
		margin-left: 33.33333333%;
	}

	.col-lg-offset-5 {
		margin-left: 41.66666667%;
	}

	.col-lg-offset-6 {
		margin-left: 50%;
	}

	.col-lg-offset-7 {
		margin-left: 58.33333333%;
	}

	.col-lg-offset-8 {
		margin-left: 66.66666667%;
	}

	.col-lg-offset-9 {
		margin-left: 75%;
	}

	.col-lg-offset-10 {
		margin-left: 83.33333333%;
	}

	.col-lg-offset-11 {
		margin-left: 91.66666667%;
	}

	.start-lg {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		text-align: start;
	}

	.center-lg {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		text-align: center;
	}

	.end-lg {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		text-align: end;
	}

	.top-lg {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.middle-lg {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.bottom-lg {
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
	}

	.around-lg {
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}

	.between-lg {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.first-lg {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}

	.last-lg {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	#header {
		padding: 0 0 35px;
	}

	.logout #header {
		padding: 0 0 59px;
	}

	.logo {
		width: 280px;
	}

	.header-wrap {
		text-align: right;
		position: relative;
		padding: 23px 0 0 0;
	}

	.header-top {
		padding: 0 68px 0 0;
	}

	.header-top:after {
		right: 55px;
		top: -6px;
		bottom: -1px;
	}

	.nav-opener {
		display: none;
	}

	.nav-drop {
		padding: 76px 0 0;
	}

	.logout .nav-drop {
		padding: 34px 0 0;
	}

	.main-nav {
		letter-spacing: -.4em;
		font-weight: 700;
		position: relative;
		float: right;
	}

	.main-nav > li {
		margin: 0 0 0 25px;
		display: inline-block;
		vertical-align: top;
		letter-spacing: normal;
		text-align: left;
		position: relative;
	}

	.main-nav > li:first-child > a:before {
		display: none;
	}

	.main-nav > li:last-child .inner-drop.small-drop {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		left: auto;
		right: 0;
	}

	.main-nav > li:hover .inner-drop {
		opacity: 1;
		visibility: visible;
	}

	.main-nav > li:hover > a:after {
		left: 0;
		right: 0;
	}

	.main-nav > li.active > a:after {
		left: 0;
		right: 0;
		opacity: 1;
		visibility: visible;
	}

	.main-nav > li > a {
		color: #000;
		padding: 0;
		position: relative;
	}

	.main-nav > li > a:after {
		-webkit-transition: right .3s ease-in-out, left .3s ease-in-out, opacity .3s ease-in-out, visibility .3s ease-in-out;
		transition: right .3s ease-in-out, left .3s ease-in-out, opacity .3s ease-in-out, visibility .3s ease-in-out;
		content: "";
		top: -18px;
		left: 50%;
		right: 50%;
		height: 8px;
		position: absolute;
		background: #000;
		opacity: 0;
		visibility: hidden;
	}

	.main-nav > li > a:before {
		content: "";
		left: -12px;
		top: 3px;
		bottom: 1px;
		width: 1px;
		position: absolute;
		background: #dcdcdc;
	}

	.main-nav > li > a:hover:after {
		left: 0;
		right: 0;
		opacity: 1;
		visibility: visible;
	}

	.main-nav .inner-drop-opener {
		display: none;
	}

	.search-holder {
		bottom: auto;
		left: auto;
		right: 22px;
		top: 22px;
	}

	.search-holder .search-slide {
		-webkit-transition: max-width .3s ease-in-out;
		transition: max-width .3s ease-in-out;
		position: absolute;
		right: 0;
		top: -3px;
		overflow: hidden;
		max-width: 0;
		background: #fff;
	}

	.search-active .search-holder .search-slide {
		max-width: 328px;
	}

	.search-holder .form {
		-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
		transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
		padding: 0 29px 0 0;
		width: 328px;
		opacity: 0;
		visibility: hidden;
	}

	.search-holder input[type="search"]::-webkit-input-placeholder {
		color: #5d5d5d !important;
		font-size: 17px;
		line-height: 20px;
	}

	.search-holder input[type="search"]::-moz-placeholder {
		color: #5d5d5d !important;
		font-size: 17px;
		line-height: 20px;
	}

	.search-holder input[type="search"]:-moz-placeholder {
		color: #5d5d5d !important;
		font-size: 17px;
		line-height: 20px;
	}

	.search-holder input[type="search"]:-ms-input-placeholder {
		color: #5d5d5d !important;
		font-size: 17px;
		line-height: 20px;
	}

	.search-holder input[type="search"].placeholder {
		color: #5d5d5d !important;
		font-size: 17px;
		line-height: 20px;
	}

	.search-holder input[type="search"] {
		width: 296px !important;
		border-bottom: 2px solid #d0d0d0 !important;
		color: #5d5d5d !important;
		letter-spacing: -1px;
		height: 30px !important;
		padding: 0 !important;
	}

	.search-holder button[type="submit"] {
		color: #aaa;
	}

	.search-holder button[type="submit"]:hover {
		color: #0078d4;
	}

	.search-opener {
		display: block;
		border: 0;
		padding: 0;
		background-color: transparent;
		color: #aaa;
		width: 26px;
	}

	.search-opener:hover {
		color: #0078d4;
	}

	.inner-drop {
		-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
		transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
		opacity: 0;
		visibility: hidden;
		position: absolute;
		left: 0;
		top: 100%;
		background: #fff;
		padding: 30px 25px 0;
	}

	.inner-drop.small-drop {
		min-width: 304px;
		padding: 52px 35px 21px 34px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.inner-drop .row {
		margin: 0 -16px;
	}

	.inner-drop .row [class*="col-"] {
		padding: 0 16px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.inner-drop .secondary-nav {
		font-size: 19px;
		line-height: 22px;
		border-top: 5px solid #000;
		padding: 21px 0 0;
		text-transform: capitalize;
	}

	.inner-drop .secondary-nav li.active a {
		color: #0078d4;
	}

	.orange-mode .inner-drop .secondary-nav li.active a {
		color: #bf5700;
	}

	.red-mode .inner-drop .secondary-nav li.active a {
		color: #e71c24;
	}

	.green-mode .inner-drop .secondary-nav li.active a {
		color: #028567;
	}

	.purple-mode .inner-drop .secondary-nav li.active a {
		color: #3f237c;
	}

	.olive-mode .inner-drop .secondary-nav li.active a {
		color: #008900;
	}

	.dark-blue-mode .inner-drop .secondary-nav li.active a {
		color: #112E51;
	}
	
	.inner-drop .secondary-nav a:hover {
		color: #0078d4;
	}

	.orange-mode .inner-drop .secondary-nav a:hover {
		color: #bf5700;
	}

	.red-mode .inner-drop .secondary-nav a:hover {
		color: #e71c24;
	}

	.green-mode .inner-drop .secondary-nav a:hover {
		color: #028567;
	}

	.purple-mode .inner-drop .secondary-nav a:hover {
		color: #3f237c;
	}

	.olive-mode .inner-drop .secondary-nav a:hover {
		color: #008900;
	}

	.dark-blue-mode .inner-drop .secondary-nav a:hover {
		color: #112E51;
	}
	
	.drop-article .link-more {
		position: absolute;
		left: 0;
		bottom: 31px;
	}

	.tool-list li:after {
		top: -6px;
		bottom: -1px;
	}

	#footer {
		padding: 60px 0 17px;
	}

	#footer .logo {
		bottom: -17px;
	}

	#footer .social-list {
		margin: 3px 0 0 -70px;
	}

	.footer-holder {
		padding: 0 72px 48px 0;
	}

	.footer-nav {
		padding: 0 0 20px;
	}

	h1,
	.h1 {
		font-size: 96px;
	}

	h2,
	.h2 {
		font-size: 76px;
		margin: 0 0 15px;
	}

	h3,
	.h3 {
		font-size: 49px;
		margin: 0 0 44px;
	}

	.btn-example {
		margin-bottom: 49px;
	}

	.btn-example .btn {
		min-width: 332px;
	}

	.btn-example .cta-link {
		min-width: 332px;
		margin: 0 137px 0 0;
	}

	.cta-link.lg-link,
	.link-more.lg-link {
		font-size: 22px;
	}

	.cta-link.lg-link:after,
	.link-more.lg-link:after {
		font-size: 11px;
	}

	.cta-link.xl-link,
	.link-more.xl-link {
		font-size: 22px;
		padding: 19px 15px 0 0;
	}

	.cta-link.xl-link:before,
	.link-more.xl-link:before {
		height: 4px;
	}

	.cta-link.xl-link:after,
	.link-more.xl-link:after {
		font-size: 12px;
		margin-top: 9px;
	}

	.cta-link.lg-link:before {
		top: -3px;
		height: 3px;
	}

	.content-section {
		padding: 64px 0;
	}

	.content-section.decor-section .text-item .icon-wrap {
		border-bottom-width: 4px;
	}

	.content-section .decore-item {
		top: 185px;
	}

	.section-heading {
		margin: 0 0 41px;
		font-size: 23px;
		line-height: 32px;
	}

	.section-heading.lg-text {
		font-size: 29px;
		line-height: 37px;
	}

	.section-heading .links {
		margin: 0 -23px 35px;
	}

	.section-heading .links .cta-link {
		margin: 0 23px 20px !important;
	}

	.content-block {
		font-size: 29px;
		line-height: 37px;
	}

	.statistic-info {
		margin: -23px 0 0;
	}
	
	.statistic-info.top-margin-reset {
		margin-top: 0;
	}

	.statistic-info .text-item {
		padding-bottom: 155px;
	}

	.statistic-info .text-item .value {
		font-size: 130px;
	}

	.text-item .icon-wrap {
		margin: 0 0 6px;
	}

	.text-item .title {
		padding: 0 20px 4px 0;
		font-size: 25px;
		line-height: 28px;
	}

	.text-item .value {
		font-size: 178px;
	}

	.text-item .wrap {
		width: 87%;
	}

	.text-article {
		margin: 0 0 41px;
	}

	.text-article.alt h2 {
		letter-spacing: -3.24px;
		margin: 0 0 7px;
	}

	.text-article .section-heading {
		padding-right: 40px;
		letter-spacing: -1px;
		margin: 0;
	}

	.text-article [class*="col-"]:last-child {
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	.text-article [class*="col-"]:last-child .cta-link {
		margin: 0 0 1px;
	}

	.text-article [class*="col-"]:only-child {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.content-slider .slick-arrow.slick-next {
		right: 50px;
	}

	.content-slider .slick-arrow.slick-prev {
		left: 50px;
	}

	.content-slider .slick-arrow [class*="icon-"]:before {
		font-size: 48px;
	}

	.statistic-section {
		padding: 78px 0 41px !important;
	}

	.get-started-section {
		padding: 141px 0 134px !important;
	}

	.main-holder {
		padding: 80px 0;
	}

	.main-holder {
		padding: 106px 0 82px;
	}

	.text-block {
		margin: 28px 0 63px;
	}

	.text-block:after {
		min-height: 438px;
	}

	.modules-section .text-article-item h3 {
		font-size: 28px;
		line-height: 32px;
	}

	.content {
		padding: 0 45px 0 0;
	}

	.who-we-serve hr {
		margin: 88px 0 37px;
	}

	.clients-item {
		margin-bottom: -10px;
	}

	.clients-item .text-article {
		margin: 0 0 29px;
	}

	.clients-item .text-article [class*="col-"]:last-child .cta-link {
		margin: 8px 0 0;
	}

	.clients-item h3,
	.clients-item .h3 {
		margin: 0 0 19px;
	}

	blockquote {
		padding: 164px 134px 15px 0;
		font-size: 61px;
		line-height: 63px;
	}

	.page-template-default h2 {
		margin: 0 0 30px;
	}

	.iframe-wrap {
		padding-top: 51%;
	}

	.support-open-close .opener {
		border-width: 3px;
	}

	.intro-section {
		font-size: 23px;
		line-height: 28px;
		letter-spacing: -1px;
	}

	.intro-section .h1 {
		letter-spacing: -7px;
	}

	.intro-section .cta-link {
		font-size: 22px;
		line-height: 24px;
		padding: 9px 81px 0 0;
	}

	.intro-section .cta-link:after {
		font-size: 13px;
	}

	.intro-section .cta-link:before {
		height: 3px;
	}

	.main-slider .slide {
		padding: 46px 40px 74px;
	}

	.main-slider .slide:after {
		min-height: 551px;
	}

	.main-slider .slick-arrow [class*="icon-"]:before {
		font-size: 48px;
	}

	.hero-section h1 {
		letter-spacing: -6.71px;
	}

	.heading-block {
		margin: 0;
	}

	.heading-block .category {
		font-size: 482px;
		bottom: auto;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.text-articles-items {
		margin-bottom: -80px;
	}

	.platform-items {
		padding: 7px 0 0;
	}

	.platform-items.platform-items-alt {
		padding: 50px 0 0;
	}

	.news-section {
		padding: 44px 0 34px;
	}

	.news-item .news-description {
		padding: 106px 39px;
	}

	.news-item .news-description:after {
		border: 15px solid transparent;
		border-right: 17px solid #0078d4;
		left: -31px;
		top: 101px;
	}

	.news-item .category-list {
		font-size: 19px;
		line-height: 22px;
	}

	.news-item .h2 {
		font-size: 58px;
		margin: 0 0 26px;
	}

	.news-item .subheading {
		letter-spacing: -4px;
	}

	.news-item p {
		margin: 0 0 36px;
	}

	.sponsors-logo-slider {
		margin: 34px 0 28px -13px;
		padding: 26px 0 0;
	}

	.search-result-section h2 {
		margin: 0 0 65px;
	}

	.result-item {
		margin: 0 0 52px;
	}

	input:not([type="submit"]):not([type="reset"]),
	textarea {
		height: 61px;
		font-size: 22px;
		line-height: 16px;
		border-width: 3px;
	}

	.contact-form .input-wrap {
		margin-bottom: 48px;
		width: calc(50% - 11px);
	}

	.contact-form .inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.widget-links li {
		margin: 0 0 53px;
	}

	.widget-links .cta-link {
		line-height: 24px;
	}

	.jcf-select {
		height: 61px;
		border-width: 3px;
	}

	.jcf-select .jcf-select-text {
		font-size: 22px;
		line-height: 28px;
	}

	.filtration-bar {
		margin: 0 0 41px;
	}

	.filtration-bar [class*="col-"]:last-child {
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	.landing-slider .slick-arrow.slick-next {
		right: 50px;
	}

	.landing-slider .slick-arrow.slick-prev {
		left: 50px;
	}

	.landing-slider .slick-arrow [class*="icon-"]:before {
		font-size: 48px;
	}
}

@media (min-width: 1024px) and (min-width: 1024px) {
	.search-active .search-holder .form {
		opacity: 1;
		visibility: visible;
	}
}

@media (min-width: 1024px) and (max-width: 1199px) {
	.platform-item .visual-box h3 {
		font-size: 27px;
		line-height: 30px;
	}
}

@media (min-width: 1200px) {
	.logo {
		width: 347px;
	}

	.logout .nav-drop {
		padding: 55px 0 0;
	}

	.main-nav {
		font-size: 22px;
		line-height: 26px;
	}

	.main-nav > li {
		margin: 0 0 0 56px;
	}

	.main-nav > li > a:before {
		left: -28px;
	}

	.inner-drop {
		padding: 92px 53px 0 43px;
		min-width: 787px;
	}

	.inner-drop.small-drop {
		min-width: 337px;
		padding: 62px 56px 21px 43px;
	}

	.footer-holder .row {
		margin: 0 -25px;
	}

	.footer-holder [class*="col-"] {
		padding: 0 25px;
	}

	h1,
	.h1 {
		font-size: 122px;
	}

	h2,
	.h2 {
		font-size: 83px;
		letter-spacing: -4px;
	}

	.statistic-info .text-item {
		padding-bottom: 180px;
	}

	.statistic-info .text-item .value {
		font-size: 160px;
	}

	.text-item .value {
		font-size: 275px;
		line-height: 1;
	}

	.content-slider .slide-inner {
		padding-bottom: 151%;
	}

	.text-block .add-title {
		font-size: 360px;
		bottom: -55px;
		right: -35px;
	}

	.content {
		padding: 0 119px 0 0;
	}

	.bio-deteil .hero-section h1 {
		font-size: 96px;
		line-height: 107px;
		letter-spacing: -5.28px;
		margin: 0;
	}

	.bio-deteil .hero-section .link-back {
		margin: 0 0 0 -5px;
	}

	.iframe-wrap {
		padding-top: 43%;
		max-height: 600px;
	}

	.heading-block .category {
		font-size: 531px;
	}

	.news-item .h2 {
		font-size: 64px;
	}
}

@media (min-width: 1366px) {
	.news-item .subheading {
		font-size: 263px;
		bottom: -27px;
	}
}

@media (min-width: 1400px) {
	.intro-section .description {
		max-width: 60%;
	}

	.news-item .h2 {
		font-size: 83px;
	}
}

@media (min-width: 1440px) {
	.statistic-info .text-item .value {
		font-size: 178px;
	}
}

@media (min-width: 1500px) {
	.statistic-info .text-item {
		padding-bottom: 220px;
	}

	.statistic-info .text-item .value {
		font-size: 215px;
	}
}

@media (min-width: 1600px) {
	.landing-slider .slide-img-1 {
		width: auto;
	}

	.landing-slider .slide-img-2 {
		width: auto;
	}
}

@media (min-width: 1610px) {
	.container {
		max-width: 1428px;
	}

	.main-slider .slide {
		padding: 46px 0 74px;
	}

	.main-slider .slick-arrow.slick-next {
		right: 42px;
	}

	.main-slider .slick-arrow.slick-prev {
		left: 42px;
	}
}

@media (min-width: 1680px) {
	.news-item [class*="col-"]:last-child:before {
		right: -7.8rem;
	}

	.news-item .news-img {
		margin: 0 0 0 -8.6rem;
		width: calc(100% + 8.6rem);
	}

	.news-item .news-description {
		padding: 106px 59px 93px 71px;
		margin: 0 -8.6rem 0 0;
		width: calc(100% + 8.6rem);
	}
}

@media (max-width: 1023px) {
	iframe {
		width: 100%;
	}

	.navbar .top-panel {
		display: none;
	}

	.header-top {
		text-align: right;
		padding: 25px 60px 0 0;
	}

	.nav-opener {
		width: 36px;
		height: 26px;
		position: absolute;
		right: 13px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		padding: 0;
		margin: 0;
		border: 0;
		z-index: 4;
		background-color: transparent !important;
	}

	.nav-opener:focus {
		outline: none;
	}

	.nav-active .nav-opener span {
		opacity: 0;
	}

	.nav-active .nav-opener:before,
	.nav-active .nav-opener:after {
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 12px;
	}

	.nav-active .nav-opener:after {
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	.nav-opener:before,
	.nav-opener:after,
	.nav-opener span {
		background: #000;
		position: absolute;
		width: 18px;
		height: 3px;
		left: 9px;
		-webkit-transition: .3s ease 0s;
		transition: .3s ease 0s;
	}

	.nav-opener:before {
		top: 6px;
	}

	.nav-opener span {
		top: 11px;
	}

	.nav-opener:after {
		top: 16px;
	}

	.nav-opener:after,
	.nav-opener:before {
		content: "";
	}

	.nav-drop {
		-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out, left .3s ease-in-out;
		transition: opacity .3s ease-in-out, visibility .3s ease-in-out, left .3s ease-in-out;
		position: absolute;
		left: 100vw;
		opacity: 0;
		visibility: hidden;
		width: 100%;
		top: 100%;
		background: #0078d4;
		height: calc(100vh - 71px);
		overflow: hidden;
		overflow-y: auto;
	}

	.nav-active .nav-drop {
		left: 0;
		visibility: visible;
		opacity: 1;
	}

	.orange-mode .nav-drop {
		background: #bf5700;
	}

	.red-mode .nav-drop {
		background: #e71c24;
	}

	.green-mode .nav-drop {
		background: #028567;
	}

	.purple-mode .nav-drop {
		background: #3f237c;
	}

	.olive-mode .nav-drop {
		background: #008900;
	}

	.dark-blue-mode .nav-drop {
		background: #112E51;
	}
	
	.nav-drop .inner-wrap {
		position: relative;
		padding: 20px 15px 80px;
		min-height: calc(100vh - 72px);
	}

	.main-nav {
		text-align: center;
		margin: 0 -15px 65px;
	}

	.main-nav > li.has-drop-down {
		position: relative;
	}

	.search-opener {
		display: none;
	}

	.inner-drop {
		padding: 14px 25px 0;
	}

	.inner-drop .row [class*="col-"] {
		width: 100% !important;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%;
	}

	.inner-drop .secondary-nav a {
		color: #fff;
	}

	.drop-article {
		color: #fff;
		border: 0;
		padding: 0;
		margin: 0 0 17px;
	}

	.drop-article .title {
		font-size: 16px;
		font-weight: 400;
		margin: 0;
	}

	.drop-article .title a {
		color: #fff;
	}

	.drop-article .title a:hover {
		color: #fff;
	}

	.drop-article p {
		display: none;
	}

	.drop-article .link-more {
		display: none;
	}

	.drop-article .link-more:hover {
		color: white;
	}

	.content-slider .slick-arrow {
		display: none !important;
	}

	.main-slider .slide .container {
		width: 100%;
	}

	.main-slider .slick-arrow {
		display: none !important;
	}

	.landing-slider .slide-img-1 {
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		width: auto;
		opacity: .6;
	}

	.landing-slider .slide-img-2 {
		width: auto;
		opacity: .6;
	}

	.landing-slider .slick-arrow {
		display: none !important;
	}
}

@media (max-width: 767px) {
	.navigation .page-numbers,
	.navigation-comments .page-numbers {
		padding: 0 3px;
	}

	.navigation .next,
	.navigation .prev,
	.navigation-comments .next,
	.navigation-comments .prev {
		padding: .2em;
	}

	.navigation-single .next a,
	.navigation-single .prev a {
		padding: .2em;
	}

	.logout .logo {
		width: 135px;
	}

	.header-top {
		padding: 20px 45px 0 0;
	}

	.tool-list li:first-child {
		display: none;
	}

	#footer .logo {
		margin: -25px 0 32px;
		width: 167px;
	}

	#footer .social-list {
		padding: 121px 0 23px;
	}

	.footer-title {
		font-weight: 400;
	}

	.nav-links .page-numbers {
		padding: 0 10px;
	}

	.nav-links .page-numbers.prev,
	.nav-links .page-numbers.next {
		padding: 12px;
		font-size: 14px;
	}

	.btn-example .btn {
		display: block;
		max-width: 250px;
		margin: 0 auto 15px;
	}

	.btn-example .cta-link {
		display: block;
		max-width: 250px;
		margin: 0 auto 15px;
	}

	.content-section.decor-section {
		padding: 31px 0 49px;
	}

	.section-heading h2 strong {
		border-bottom: 2px solid #d0d0d0;
		padding: 0 0 4px;
		margin: 0 0 10px;
	}

	.statistic-info .text-item .icon-wrap {
		margin: 0 0 8px;
		border-bottom-width: 3px !important;
	}

	.statistic-info .text-item .title {
		font-size: 20px;
		line-height: 22px;
	}

	.text-item {
		font-size: 14px;
		line-height: 18px;
	}

	.text-item .value {
		display: none;
	}

	.text-article.alt h2 {
		font-size: 45px;
		line-height: 41px;
	}

	.hidden-xs {
		display: none !important;
	}

	.statistic-section .section-heading h2 {
		font-size: 48px;
	}

	.statistic-section .section-heading h2 strong {
		border: 0;
		padding: 0;
	}

	.get-started-section .decore-item {
		display: none;
	}

	.bio-deteil .hero-section {
		background-color: #0078d4;
		background-image: none !important;
	}

	.bio-deteil .hero-section:after {
		min-height: 200px;
	}

	.hero-section h1 strong {
		border-bottom: 2px solid #d0d0d0;
		padding: 0 0 4px;
		margin: 0 0 10px;
	}

	.text-article-item {
		border-bottom: 0;
	}

	.text-article-item .link-more {
		display: none;
	}

	.platform-item .visual-box {
		min-height: 93px;
	}

	.platform-item .visual-box .subheading {
		display: none;
	}

	.platform-item .visual-box .category {
		position: absolute;
		right: -10px;
		top: -15px;
	}

	.platform-item .visual-box h3:after {
		content: "";
		position: absolute;
		right: 3px;
		bottom: 3px;
		font-size: 18px;
	}

	.platform-item .description {
		display: none;
	}

	.news-section {
		overflow: hidden;
	}

	.news-item .news-img {
		display: none;
	}

	.news-item .news-description {
		font-size: 14px;
		line-height: 18px;
		font-weight: 700;
	}

	.news-item .h2 {
		line-height: 1;
	}

	.secondary-nav.active .add-title span:after {
		-webkit-transform: rotate(270deg);
		-ms-transform: rotate(270deg);
		transform: rotate(270deg);
		margin: 2px 0 0 8px;
	}

	.secondary-nav .add-title span {
		font-size: 0;
		line-height: 0;
	}

	.secondary-nav .add-title span:after {
		content: "";
		display: inline-block;
		vertical-align: top;
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
		margin: 5px 0 0 8px;
		font-size: 14px;
		line-height: 1;
	}

	.secondary-nav .slide {
		position: absolute;
		left: 0;
		right: 0;
		top: 100%;
		background: #fff;
		border-bottom: 7px solid #171717;
		padding: 12px 22px;
	}

	.filtration-content table thead {
		display: none;
	}

	.filtration-content table td {
		float: right;
		width: 100%;
	}

	.filtration-content table td span {
		display: inline-block;
		vertical-align: top;
		width: calc(100% - 110px);
		padding: 0 0 0 20px;
	}

	.filtration-content table td:before {
		content: attr(data-label);
		display: inline-block;
		vertical-align: top;
		width: 110px;
		position: relative;
		font-weight: 700;
	}

	.landing-slider .slide-img-1 {
		display: none;
	}

	.landing-slider .slide-img-2 {
		display: none;
	}
}

@media (max-width: 479px) {
	.nav-links .page-numbers.prev,
	.nav-links .page-numbers.next {
		width: 38px;
		height: 38px;
		font-size: 0;
		line-height: 0;
	}

	.nav-links .page-numbers.prev:before,
	.nav-links .page-numbers.next:before {
		content: "";
		font-size: 14px;
		line-height: 1;
		position: absolute;
		left: 50%;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

	.filtration-content table td span {
		padding: 0;
	}
}

@media (min-width: 1024px) {
	.platform-items .col-lg-2 .visual-box h3 {
		font-size: 20px;
		line-height: 22px;
	}
	
	.platform-items .col-lg-2 .visual-box .category {
		font-size: 60px;
	}
	
	.platform-items .col-lg-2 .link-more {
		font-size: 16px;
	}
}

@-webkit-keyframes table-animation {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes table-animation {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}
