/*
Theme Name: Mobius Institute Corporate Website
Author: Anonymous
Author URI: Interthrive Inc.
Version: 1
Description: Mobius Institute theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mobiusinstitute
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: transparent;
	color: #fff;
}/** */

/** 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: 50%;
	/*line-height: 0;
	position: relative;
	vertical-align: baseline;*/
}
/*
sup {
	top: -.9em;
}

sub {
	bottom: -.25em;
}*/


sub { vertical-align: sub }
sup { vertical-align: super }

/* 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;
	clear: both
}

/**
 * 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 */
	font-weight:500
}

/**
 * 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;
}

/* custom checkbox styles */

.jcf-checkbox {
	vertical-align: middle;
	display: inline-block;
	position: relative;
	overflow: hidden;
	cursor: default;
	background: #fff;
	border: 1px solid #777;
	margin: 0 3px 0 0;
	height: 16px;
	width: 16px;
}

.jcf-checkbox span {
	position: absolute;
	display: none;
	height: 4px;
	width: 8px;
	top: 50%;
	left: 50%;
	margin: -7px 0 0 -6px;
	border: 3px solid #777;
	border-width: 0 0 3px 3px;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865483, M12=0.7071067811865467, M21=-0.7071067811865467, M22=0.7071067811865483, SizingMethod='auto expand')";
}

:root .jcf-checkbox span {
	margin: -4px 0 0 -5px;
}

.jcf-checkbox input[type="checkbox"] {
	position: absolute;
	width: 100%;
	height: 100%;
	border: 0;
	margin: 0;
	left: 0;
	top: 0;
}

.jcf-checkbox.jcf-checked span {
	display: block;
}

/* 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;
}

/* 
.menuwrapper > ul:first-child ul {
	position: absolute;
	width: 100%;
	min-width: 300px;
	opacity: 0;
	left: 0;
	top: 0;
	pointer-events: none;
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.menuwrapper > ul:first-child ul.subviewopen {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}

.menuwrapper > ul:first-child .subviewopen > li{
	opacity: 1;
	pointer-events: auto;
}

.menuwrapper > ul:first-child ul,
.menuwrapper > ul:first-child .subview > li,
.menuwrapper > ul:first-child .subview .subview > a {
	display: none;
}

.menuwrapper > ul:first-child .active > ul,
.menuwrapper > ul:first-child .subview > .subview,
.menuwrapper > ul:first-child .subview > .subview ul,
.menuwrapper > ul:first-child .subview > .subviewopen,
.menuwrapper > ul:first-child .subview > .subviewopen > li {
	display: block;
	opacity: 1;
	pointer-events: auto;
} 

.menuwrapper > ul:first-child ul {
	position: absolute;
	width: 100%;
	top: 50px;
	left: 0;
	margin: 0;
}

*/

.menuwrapper .dl-animate-out-1 > ul {
	-webkit-animation: MenuAnimOut1 .3s;
	animation: MenuAnimOut1 .3s;
}

.menuwrapper .dl-animate-out-2 > ul {
	-webkit-animation: MenuAnimOut2 .3s ease-in-out;
	animation: MenuAnimOut2 .3s ease-in-out;
}

.menuwrapper .dl-animate-out-3 > ul {
	-webkit-animation: MenuAnimOut3 .3s ease;
	animation: MenuAnimOut3 .3s ease;
}

.menuwrapper .dl-animate-out-4 > ul {
	-webkit-animation: MenuAnimOut4 .3s ease;
	animation: MenuAnimOut4 .3s ease;
}

.menuwrapper .dl-animate-out-5 > ul {
	-webkit-animation: MenuAnimOut5 .3s ease;
	animation: MenuAnimOut5 .3s ease;
}

.menuwrapper .dl-animate-in-1 {
	-webkit-animation: MenuAnimIn1 .3s;
	animation: MenuAnimIn1 .3s;
}

.menuwrapper .dl-animate-in-2 {
	-webkit-animation: MenuAnimIn2 .3s ease-in-out;
	animation: MenuAnimIn2 .3s ease-in-out;
}

.menuwrapper .dl-animate-in-3 {
	-webkit-animation: MenuAnimIn3 .3s ease;
	animation: MenuAnimIn3 .3s ease;
}

.menuwrapper .dl-animate-in-4 {
	-webkit-animation: MenuAnimIn4 .3s ease;
	animation: MenuAnimIn4 .3s ease;
}

.menuwrapper .dl-animate-in-5 {
	-webkit-animation: MenuAnimIn5 .3s ease;
	animation: MenuAnimIn5 .3s ease;
}

.menuwrapper ul.dl-animate-in-1 {
	-webkit-animation: SubMenuAnimIn1 .3s ease;
	animation: SubMenuAnimIn1 .3s ease;
}

.menuwrapper ul.dl-animate-in-2 {
	-webkit-animation: SubMenuAnimIn2 .3s ease-in-out;
	animation: SubMenuAnimIn2 .3s ease-in-out;
}

.menuwrapper ul.dl-animate-in-3 {
	-webkit-animation: SubMenuAnimIn3 .3s ease;
	animation: SubMenuAnimIn3 .3s ease;
}

.menuwrapper ul.dl-animate-in-4 {
	-webkit-animation: SubMenuAnimIn4 .3s ease;
	animation: SubMenuAnimIn4 .3s ease;
}

.menuwrapper ul.dl-animate-in-5 {
	-webkit-animation: SubMenuAnimIn5 .3s ease;
	animation: SubMenuAnimIn5 .3s ease;
}

.menuwrapper ul.dl-animate-out-1 {
	-webkit-animation: SubMenuAnimOut1 .3s ease;
	animation: SubMenuAnimOut1 .3s ease;
}

.menuwrapper ul.dl-animate-out-2 {
	-webkit-animation: SubMenuAnimOut2 .3s ease-in-out;
	animation: SubMenuAnimOut2 .3s ease-in-out;
}

.menuwrapper ul.dl-animate-out-3 {
	-webkit-animation: SubMenuAnimOut3 .3s ease;
	animation: SubMenuAnimOut3 .3s ease;
}

.menuwrapper ul.dl-animate-out-4 {
	-webkit-animation: SubMenuAnimOut4 .3s ease;
	animation: SubMenuAnimOut4 .3s ease;
}

.menuwrapper ul.dl-animate-out-5 {
	-webkit-animation: SubMenuAnimOut5 .3s ease;
	animation: SubMenuAnimOut5 .3s ease;
}

.no-js .menuwrapper > ul {
	position: static !important;
	opacity: 1;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.no-js .menuwrapper li ul {
	display: block;
}

.no-js .menuwrapper li.back {
	display: none;
}

.no-js .menuwrapper li > a:not(:only-child) {
	background: rgba(0, 0, 0, .1);
}

.no-js .menuwrapper li > a:not(:only-child):after {
	content: "";
}

form ul,
ul:not([class]),
.full-width ul.yellow,
.slide ul.yellow,
.company-contact-buttons,
.footer-contact-list,
.footer-social-list,
.footer-logos,
.footer-logos-links,
.copyright-list,
.main-menu,
.main-menu ul,
.post-footer-block ul,
.employee-card .social-list,
.contact-list,
.tabset-responsive,
.accordion,
.accordion ul,
.skills-list,
.info-list,
.secondary-nav,
.breadcrumb,
.partners-list,
.statistic-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
dl:after,
#main:after,
.widget:after,
.post-password-form p:after,
.navigation-single:after,
.hero-section .h-100vh:after,
.tabs-main-info:after,
.tab-content ul:after,
.teaser:after,
.video-box .video-description:after,
.about-author:after {
	content: "";
	display: block;
	clear: both;
}

.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: #141c21;
	background: #fff;
	font: 14px/1.8 "Proxima Nova", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight:500
} 
	

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.6em;
}

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

th,
td {
	border: 1px solid #999;
	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"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #e2e8ea;
	padding: 12px 14px;
	width: 100%;
	height: 49px;
	font-size: 15px;
	line-height: 49px;
	background-color: #fff;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #e2e8ea;
	outline: 2px solid #e2e8ea;
}

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,
textarea::-webkit-input-placeholder {
	color: #353337;
}

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,
textarea::-moz-placeholder {
	opacity: 1;
	color: #353337;
}

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,
textarea:-moz-placeholder {
	color: #353337;
}

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,
textarea:-ms-input-placeholder {
	color: #353337;
}

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

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

textarea {
	resize: vertical;
	vertical-align: top;
	height: 127px;
	line-height: 1.5;
}

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

label, #main .gfield_label, #main .field_sublabel_below  {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: .4px;
	color: #353337;
	font-weight: 500;
}

[class*="requaired"] label:after {
	font-size: 19px;
	color: #ef4d26;
	content: "*";
}

.form-grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -5px;
}

.form-grid > * {
	width: 100%;
}

.form-group {
	width: 100%;
	padding: 0 5px;
	margin: 0 0 30px;
}

.form-alert {
	font-size: 11px;
	color: #ef4d26;
}

input[type="checkbox"] + label,
.jcf-checkbox + label {
	vertical-align: middle;
	font-size: 14px;
	text-transform: none;
	color: #003a63;
}

.form-chekboxes {
	margin: 0 0 50px;
}

.form-chekboxes li {
	margin: 0 0 8px;
}

.form-heading, #field_1_9 .gfield_label, #main .gform_description, #main .gform_description h2 {
	margin: 0 0 25px;
	font-weight: 800;
	line-height: 1.2;
	color: #003a63
}

.form-inner {
	margin: 0 0 61px;
}

.widget {
	margin-bottom: 1.6em;
}

.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, #main .dgwt-wcas-search-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 600px;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 15px;
}

.widget .search-form input[type="submit"] {
	min-width: 0;
}

.search-form input[type="search"] {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	height: 38px;
	padding: 0 10px;
	font-size: 13px;
	line-height: 38px;
	background-color: #fff;
	border: 1px solid #003a63;
	border-radius: 3px 0 0 3px;
}

#main .dgwt-wcas-search-input {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	height: 38px;
	padding: 0 10px 0 40px;
	font-size: 13px;
	line-height: 38px;
	background-color: #fff;
	border: 1px solid #003a63;
	border-radius: 3px;
}

.search-form input[type="search"]::-webkit-input-placeholder, #main .dgwt-wcas-search-input::-webkit-input-placeholder {
	font-style: italic;
	color: #141c21;
}

.search-form input[type="search"]::-moz-placeholder, #main .dgwt-wcas-search-input::-moz-placeholder  {
	opacity: 1;
	font-style: italic;
	color: #141c21;
}

.search-form input[type="search"]:-moz-placeholder, #main .dgwt-wcas-search-input:-moz-placeholder  {
	font-style: italic;
	color: #141c21;
}

.search-form input[type="search"]:-ms-input-placeholder, #main .dgwt-wcas-search-input:-ms-input-placeholder  {
	font-style: italic;
	color: #141c21;
}

.search-form input[type="search"].placeholder, #main .dgwt-wcas-search-input.placeholder  {
	font-style: italic;
	color: #141c21;
}

.search-form input[type="submit"],
.search-form button {
	position: relative;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding: 0 17px;
	font-size: 14px;
	text-transform: uppercase;
	background-color: #003a63;
	border: none;
	color: #fff;
	border-radius: 0 3px 3px 0;
}

.search-form input[type="submit"]:before,
.search-form button:before {
	height: 0;
	width: 0;
	border-bottom: 6.5px solid transparent;
	border-right: 9px solid #003a63;
	border-top: 6.5px solid transparent;
	position: absolute;
	right: calc(100% - 2px);
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "";
}

.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: #003a63;
	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 {
	background-color: #00497d;
}

.search-form input[type="submit"] {
	height: auto;
}

.commentlist {
	margin: 0 0 1.6em;
}

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

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

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

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

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

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

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

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

.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: #003a63;
	color: #fff;
	padding: .4em;
	text-decoration: none;
}

.navigation .next:hover,
.navigation .prev:hover,
.navigation-comments .next:hover,
.navigation-comments .prev:hover {
	background-color: #00497d;
}

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

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

.navigation-single .next:hover,
.navigation-single .prev:hover {
	background-color: #00497d;
}

.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: none;
	padding: .4em;
	margin-bottom: 1.6em;
}

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

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

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

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

.alignleft {
	float: left;
	margin: .3em 1.6em 1.6em 0;
	display: inline-block;
}

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

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

.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 #999;
}

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

h1,
.h1 {
	font-size: 28px;
	line-height: 1.15;
}

h2,
.h2 {
	font-size: 21px;
	line-height: 1.3;
	color: #003a63;
	margin: 0 0 .9em;
}

h2 a,
.h2 a { 
	color: #003a63; 
}

h3,
.h3 {
	font-size: 18px;
	line-height: 1.4;
}

h4,
.h4 {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.35; 
	color: #003a63;
	text-transform:  none;
}

h4 a,
.h4 a { 
	color: #003a63; 
}

.teaser .checker-title h4  {
	font-size: 28px;
	font-weight: 400;
	line-height: 1;
	color: #003a63;
	text-transform: uppercase;
}

h5,
.h5 {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.35; 
	text-transform: none; 
	color: #f2a000
	
}

h5 a,
.h5 a { 
	color: #f2a000
}

h6,
.h6 {
		font-size: 17px;
		font-weight: 600;
	line-height: 1.5;
}

p {
	margin: 0 0 20px;
}

a {
	color: #141c21;
}

a:hover,
a:focus {
	/*text-decoration: none;*/
	color: #ffb932
}

body {
	font-size: 14px;
}

.display-1 {
	margin: 0 0 17px;
	font-size: 30px;
	line-height: 1;
}

@font-face {
	font-family: "Proxima Nova";
	src: url("fonts/proximanova-light-webfont.woff2") format("woff2"), url("fonts/proximanova-light-webfont.woff") format("woff");
	font-weight: 300 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Proxima Nova";
	src: url("fonts/proximanova-lightitalic-webfont.woff2") format("woff2"), url("fonts/proximanova-lightitalic-webfont.woff") format("woff");
	font-weight: 300 400;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "Proxima Nova";
	src: url("fonts/proximanova-bold-webfont.woff2") format("woff2"), url("fonts/proximanova-bold-webfont.woff") format("woff");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Proxima Nova";
	src: url("fonts/proximanova-boldit-webfont.woff2") format("woff2"), url("fonts/proximanova-boldit-webfont.woff") format("woff");
	font-weight: 700;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "Proxima Nova";
	src: url("fonts/proximanova-extrabold-webfont.woff2") format("woff2"), url("fonts/proximanova-extrabold-webfont.woff") format("woff");
	font-weight: 800;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Proxima Nova";
	src: url("fonts/proximanova-black-webfont.woff2") format("woff2"), url("fonts/proximanova-black-webfont.woff") format("woff");
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Proxima Nova Condensed";
	src: url("fonts/proximanovacond-light-webfont.woff2") format("woff2"), url("fonts/proximanovacond-light-webfont.woff") format("woff");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Proxima Nova Condensed";
	src: url("fonts/proximanovacond-lightit-webfont.woff2") format("woff2"), url("fonts/proximanovacond-lightit-webfont.woff") format("woff");
	font-weight: 300;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "Proxima Nova Condensed";
	src: url("fonts/proximanovacond-regular-webfont.woff2") format("woff2"), url("fonts/proximanovacond-regular-webfont.woff") format("woff");
	font-weight: 400 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Proxima Nova Condensed";
	src: url("fonts/proximanovacond-regularit-webfont.woff2") format("woff2"), url("fonts/proximanovacond-regularit-webfont.woff") format("woff");
	font-weight:  400 500;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "Proxima Nova Condensed";
	src: url("fonts/proximanovacond-semibold-webfont.woff2") format("woff2"), url("fonts/proximanovacond-semibold-webfont.woff") format("woff");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Proxima Nova Condensed";
	src: url("fonts/proximanovacond-semiboldit-webfont.woff2") format("woff2"), url("fonts/proximanovacond-semiboldit-webfont.woff") format("woff");
	font-weight: 600;
	font-style: italic;
	font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('fonts/proximanova-regitalic-webfont.woff2') format('woff2'),
         url('fonts/proximanova-regitalic-webfont.woff') format('woff');
    font-weight: 500;
    font-style: italic;
	font-display: swap;
}


@font-face {
    font-family: 'Proxima Nova';
    src: url('fonts/proximanova-regular-webfont.woff2') format('woff2'),
         url('fonts/proximanova-regular-webfont.woff') format('woff');
    font-weight: 500;
    font-style: normal;
	font-display: swap;
}

/* Icon fonts */

@font-face {
	font-family: "icomoon";
	src: url("fonts/icomoon.eot?op4kpy");
	src: url("fonts/icomoon.eot?op4kpy#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?op4kpy") format("truetype"), url("fonts/icomoon.woff?op4kpy") format("woff"), url("fonts/icomoon.svg?op4kpy#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

[class^="icon-"],
.full-width ul.yellow > li:before,
.slide ul.yellow > li:before,
ul:not([class]) > li:before,
.main-menu ul li.has-children > a:after,
.main-menu .btn-close:before,
.main-menu .btn-back:before,
.popup .close:before,
.jcf-select .jcf-select-opener:before,
.contact-link:before,
.contact-link:after,
.sort-icon:before,
.accordion > li > .opener:before,
.accordion .opener:after,
.skills-list a:before,
.secondary-nav a:before,
.breadcrumb li:before,
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: never;
	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-connect .path1:before {
	content: "\e911";
	color: #141c21;
}

.icon-connect .path2:before {
	content: "\e916";
	margin-left: -1.138671875em;
	color: #141c21;
}

.icon-connect .path3:before {
	content: "\e93b";
	margin-left: -1.138671875em;
	color: #141c21;
}

.icon-connect .path4:before {
	content: "\e93c";
	margin-left: -1.138671875em;
	color: white;
}

.icon-connect .path5:before {
	content: "\e93d";
	margin-left: -1.138671875em;
	color: #141c21;
}

.icon-sponsor-a-conference .path1:before {
	content: "\e93e";
	color: #141c21;
}

.icon-sponsor-a-conference .path2:before {
	content: "\e93f";
	margin-left: -1em;
	color: #141c21;
}

.icon-sponsor-a-conference .path3:before {
	content: "\e940";
	margin-left: -1em;
	color: #141c21;
}

.icon-sponsor-a-conference .path4:before {
	content: "\e941";
	margin-left: -1em;
	color: #141c21;
}

.icon-sponsor-a-conference .path5:before {
	content: "\e942";
	margin-left: -1em;
	color: #141c21;
}

.icon-sponsor-a-conference .path6:before {
	content: "\e943";
	margin-left: -1em;
	color: #141c21;
}

.icon-sponsor-a-conference .path7:before {
	content: "\e944";
	margin-left: -1em;
	color: #141c21;
}

.icon-sponsor-a-conference .path8:before {
	content: "\e945";
	margin-left: -1em;
	color: #141c21;
}

.icon-sponsor-a-conference .path9:before {
	content: "\e947";
	margin-left: -1em;
	color: white;
}

.icon-sponsor-a-conference .path10:before {
	content: "\e948";
	margin-left: -1em;
	color: #141c21;
}

.icon-sponsor-a-conference .path11:before {
	content: "\e9a7";
	margin-left: -1em;
	color: #141c21;
}

.icon-sponsor-a-conference .path12:before {
	content: "\e9a8";
	margin-left: -1em;
	color: #141c21;
}

.icon-sponsor-a-conference .path13:before {
	content: "\e9a9";
	margin-left: -1em;
	color: #141c21;
}

.icon-distance-learning .path1:before {
	content: "\e9aa";
	color: #141c21;
}

.icon-distance-learning .path2:before {
	content: "\e9ab";
	margin-left: -1.0283203125em;
	color: #141c21;
}

.icon-distance-learning .path3:before {
	content: "\e9ac";
	margin-left: -1.0283203125em;
	color: #141c21;
}

.icon-distance-learning .path4:before {
	content: "\e9ad";
	margin-left: -1.0283203125em;
	color: #141c21;
}

.icon-distance-learning .path5:before {
	content: "\e9ae";
	margin-left: -1.0283203125em;
	color: #141c21;
}

.icon-distance-learning .path6:before {
	content: "\e9af";
	margin-left: -1.0283203125em;
	color: white;
}

.icon-distance-learning .path7:before {
	content: "\e9b0";
	margin-left: -1.0283203125em;
	color: #141c21;
}

.icon-distance-learning .path8:before {
	content: "\e9b1";
	margin-left: -1.0283203125em;
	color: #141c21;
}

.icon-distance-learning .path9:before {
	content: "\e9b2";
	margin-left: -1.0283203125em;
	color: #141c21;
}

.icon-ultrasound:before {
	content: "\e9a6";
}

.icon-advertise-with-us:before {
	content: "\e946";
}

.icon-training-partners .path1:before {
	content: "\e949";
	color: #141c21;
}

.icon-training-partners .path2:before {
	content: "\e94a";
	margin-left: -1.3623046875em;
	color: #141c21;
}

.icon-training-partners .path3:before {
	content: "\e94b";
	margin-left: -1.3623046875em;
	color: #141c21;
}

.icon-training-partners .path4:before {
	content: "\e94c";
	margin-left: -1.3623046875em;
	color: #141c21;
}

.icon-training-partners .path5:before {
	content: "\e94d";
	margin-left: -1.3623046875em;
	color: #141c21;
}

.icon-training-partners .path6:before {
	content: "\e94e";
	margin-left: -1.3623046875em;
	color: #141c21;
}

.icon-training-partners .path7:before {
	content: "\e94f";
	margin-left: -1.3623046875em;
	color: #141c21;
}

.icon-training-partners .path8:before {
	content: "\e950";
	margin-left: -1.3623046875em;
	color: #141c21;
}

.icon-training-partners .path9:before {
	content: "\e951";
	margin-left: -1.3623046875em;
	color: #141c21;
}

.icon-training-partners .path10:before {
	content: "\e952";
	margin-left: -1.3623046875em;
	color: white;
}

.icon-training-partners .path11:before {
	content: "\e953";
	margin-left: -1.3623046875em;
	color: #141c21;
}

.icon-training-partners .path12:before {
	content: "\e954";
	margin-left: -1.3623046875em;
	color: white;
}

.icon-training-partners .path13:before {
	content: "\e955";
	margin-left: -1.3623046875em;
	color: #141c21;
}

.icon-training-partners .path14:before {
	content: "\e956";
	margin-left: -1.3623046875em;
	color: #141c21;
}

.icon-training-partners .path15:before {
	content: "\e957";
	margin-left: -1.3623046875em;
	color: #141c21;
}

.icon-training-partners .path16:before {
	content: "\e958";
	margin-left: -1.3623046875em;
	color: #141c21;
}

.icon-training-partners .path17:before {
	content: "\e959";
	margin-left: -1.3623046875em;
	color: #141c21;
}

.icon-training-partners .path18:before {
	content: "\e95a";
	margin-left: -1.3623046875em;
	color: white;
}

.icon-training-partners .path19:before {
	content: "\e95b";
	margin-left: -1.3623046875em;
	color: #141c21;
}

.icon-training-partners .path20:before {
	content: "\e95c";
	margin-left: -1.3623046875em;
	color: #141c21;
}

.icon-staff-development .path1:before {
	content: "\e95d";
	color: black;
}

.icon-staff-development .path2:before {
	content: "\e95e";
	margin-left: -1.2021484375em;
	color: black;
}

.icon-staff-development .path3:before {
	content: "\e95f";
	margin-left: -1.2021484375em;
	color: white;
}

.icon-staff-development .path4:before {
	content: "\e960";
	margin-left: -1.2021484375em;
	color: #141c21;
}

.icon-staff-development .path5:before {
	content: "\e961";
	margin-left: -1.2021484375em;
	color: #141c21;
}

.icon-staff-development .path6:before {
	content: "\e962";
	margin-left: -1.2021484375em;
	color: black;
}

.icon-staff-development .path7:before {
	content: "\e963";
	margin-left: -1.2021484375em;
	color: black;
}

.icon-staff-development .path8:before {
	content: "\e964";
	margin-left: -1.2021484375em;
	color: black;
}

.icon-staff-development .path9:before {
	content: "\e965";
	margin-left: -1.2021484375em;
	color: black;
}

.icon-staff-development .path10:before {
	content: "\e966";
	margin-left: -1.2021484375em;
	color: #141c21;
}

.icon-staff-development .path11:before {
	content: "\e967";
	margin-left: -1.2021484375em;
	color: #141c21;
}

.icon-staff-development .path12:before {
	content: "\e968";
	margin-left: -1.2021484375em;
	color: #141c21;
}

.icon-staff-development .path13:before {
	content: "\e969";
	margin-left: -1.2021484375em;
	color: #141c21;
}

.icon-staff-development .path14:before {
	content: "\e96a";
	margin-left: -1.2021484375em;
	color: white;
}

.icon-staff-development .path15:before {
	content: "\e96b";
	margin-left: -1.2021484375em;
	color: #141c21;
}

.icon-staff-development .path16:before {
	content: "\e96c";
	margin-left: -1.2021484375em;
	color: #141c21;
}

.icon-staff-development .path17:before {
	content: "\e96d";
	margin-left: -1.2021484375em;
	color: #141c21;
}

.icon-staff-development .path18:before {
	content: "\e96e";
	margin-left: -1.2021484375em;
	color: #141c21;
}

.icon-staff-development .path19:before {
	content: "\e96f";
	margin-left: -1.2021484375em;
	color: #141c21;
}

.icon-staff-development .path20:before {
	content: "\e970";
	margin-left: -1.2021484375em;
	color: white;
}

.icon-staff-development .path21:before {
	content: "\e971";
	margin-left: -1.2021484375em;
	color: #141c21;
}

.icon-staff-development .path22:before {
	content: "\e972";
	margin-left: -1.2021484375em;
	color: #141c21;
}

.icon-staff-development .path23:before {
	content: "\e973";
	margin-left: -1.2021484375em;
	color: #141c21;
}

.icon-staff-development .path24:before {
	content: "\e974";
	margin-left: -1.2021484375em;
	color: #141c21;
}

.icon-staff-development .path25:before {
	content: "\e975";
	margin-left: -1.2021484375em;
	color: #141c21;
}

.icon-staff-development .path26:before {
	content: "\e976";
	margin-left: -1.2021484375em;
	color: white;
}

.icon-staff-development .path27:before {
	content: "\e977";
	margin-left: -1.2021484375em;
	color: #141c21;
}

.icon-staff-development .path28:before {
	content: "\e978";
	margin-left: -1.2021484375em;
	color: #141c21;
}

.icon-staff-development .path29:before {
	content: "\e979";
	margin-left: -1.2021484375em;
	color: #141c21;
}

.icon-staff-development .path30:before {
	content: "\e97a";
	margin-left: -1.2021484375em;
	color: #141c21;
}

.icon-staff-development .path31:before {
	content: "\e97b";
	margin-left: -1.2021484375em;
	color: #141c21;
}

.icon-staff-development .path32:before {
	content: "\e97c";
	margin-left: -1.2021484375em;
	color: white;
}

.icon-staff-development .path33:before {
	content: "\e97d";
	margin-left: -1.2021484375em;
	color: #141c21;
}

.icon-staff-development .path34:before {
	content: "\e97e";
	margin-left: -1.2021484375em;
	color: white;
}

.icon-staff-development .path35:before {
	content: "\e97f";
	margin-left: -1.2021484375em;
	color: #141c21;
}

.icon-staff-development .path36:before {
	content: "\e980";
	margin-left: -1.2021484375em;
	color: white;
}

.icon-staff-development .path37:before {
	content: "\e981";
	margin-left: -1.2021484375em;
	color: #141c21;
}

.icon-staff-development .path38:before {
	content: "\e982";
	margin-left: -1.2021484375em;
	color: #141c21;
}

.icon-staff-development .path39:before {
	content: "\e983";
	margin-left: -1.2021484375em;
	color: #141c21;
}

.icon-staff-development .path40:before {
	content: "\e984";
	margin-left: -1.2021484375em;
	color: white;
}

.icon-staff-development .path41:before {
	content: "\e985";
	margin-left: -1.2021484375em;
	color: #141c21;
}

.icon-staff-development .path42:before {
	content: "\e986";
	margin-left: -1.2021484375em;
	color: white;
}

.icon-staff-development .path43:before {
	content: "\e987";
	margin-left: -1.2021484375em;
	color: #141c21;
}

.icon-learning-mgmt-system .path1:before {
	content: "\e988";
	color: white;
}

.icon-learning-mgmt-system .path2:before {
	content: "\e989";
	margin-left: -1.15234375em;
	color: #141c21;
}

.icon-learning-mgmt-system .path3:before {
	content: "\e98a";
	margin-left: -1.15234375em;
	color: #141c21;
}

.icon-learning-mgmt-system .path4:before {
	content: "\e98b";
	margin-left: -1.15234375em;
	color: #141c21;
}

.icon-learning-mgmt-system .path5:before {
	content: "\e98c";
	margin-left: -1.15234375em;
	color: #141c21;
}

.icon-learning-mgmt-system .path6:before {
	content: "\e98d";
	margin-left: -1.15234375em;
	color: #141c21;
}

.icon-learning-mgmt-system .path7:before {
	content: "\e98e";
	margin-left: -1.15234375em;
	color: #141c21;
}

.icon-learning-mgmt-system .path8:before {
	content: "\e98f";
	margin-left: -1.15234375em;
	color: #141c21;
}

.icon-learning-mgmt-system .path9:before {
	content: "\e990";
	margin-left: -1.15234375em;
	color: #141c21;
}

.icon-asset-reliability-modules .path1:before {
	content: "\e991";
	color: #141c21;
}

.icon-asset-reliability-modules .path2:before {
	content: "\e992";
	margin-left: -1.166015625em;
	color: white;
}

.icon-asset-reliability-modules .path3:before {
	content: "\e993";
	margin-left: -1.166015625em;
	color: #141c21;
}

.icon-asset-reliability-modules .path4:before {
	content: "\e994";
	margin-left: -1.166015625em;
	color: white;
}

.icon-asset-reliability-modules .path5:before {
	content: "\e995";
	margin-left: -1.166015625em;
	color: #141c21;
}

.icon-asset-reliability-modules .path6:before {
	content: "\e996";
	margin-left: -1.166015625em;
	color: #141c21;
}

.icon-asset-reliability-modules .path7:before {
	content: "\e997";
	margin-left: -1.166015625em;
	color: white;
}

.icon-asset-reliability-modules .path8:before {
	content: "\e998";
	margin-left: -1.166015625em;
	color: #141c21;
}

.icon-asset-reliability-modules .path9:before {
	content: "\e999";
	margin-left: -1.166015625em;
	color: white;
}

.icon-asset-reliability-modules .path10:before {
	content: "\e99a";
	margin-left: -1.166015625em;
	color: #141c21;
}

.icon-asset-reliability-modules .path11:before {
	content: "\e99b";
	margin-left: -1.166015625em;
	color: #141c21;
}

.icon-asset-reliability-modules .path12:before {
	content: "\e99c";
	margin-left: -1.166015625em;
	color: white;
}

.icon-asset-reliability-modules .path13:before {
	content: "\e99d";
	margin-left: -1.166015625em;
	color: #141c21;
}

.icon-asset-reliability-modules .path14:before {
	content: "\e99e";
	margin-left: -1.166015625em;
	color: white;
}

.icon-asset-reliability-modules .path15:before {
	content: "\e99f";
	margin-left: -1.166015625em;
	color: #141c21;
}

.icon-asset-reliability-modules .path16:before {
	content: "\e9a0";
	margin-left: -1.166015625em;
	color: #141c21;
}

.icon-develop-a-growth-path .path1:before {
	content: "\e9a1";
	color: black;
}

.icon-develop-a-growth-path .path2:before {
	content: "\e9a2";
	margin-left: -1em;
	color: black;
}

.icon-develop-a-growth-path .path3:before {
	content: "\e9a3";
	margin-left: -1em;
	color: white;
}

.icon-develop-a-growth-path .path4:before {
	content: "\e9a4";
	margin-left: -1em;
	color: #141c21;
}

.icon-develop-a-growth-path .path5:before {
	content: "\e9a5";
	margin-left: -1em;
	color: #141c21;
}

.icon-skills-training .path1:before {
	content: "\e91a";
	color: black;
}

.icon-skills-training .path2:before {
	content: "\e91b";
	margin-left: -.70703125em;
	color: white;
}

.icon-skills-training .path3:before {
	content: "\e91c";
	margin-left: -.70703125em;
	color: black;
}

.icon-skills-training .path4:before {
	content: "\e91d";
	margin-left: -.70703125em;
	color: black;
}

.icon-skills-training .path5:before {
	content: "\e91e";
	margin-left: -.70703125em;
	color: black;
}

.icon-skills-training .path6:before {
	content: "\e91f";
	margin-left: -.70703125em;
	color: white;
}

.icon-skills-training .path7:before {
	content: "\e920";
	margin-left: -.70703125em;
	color: black;
}

.icon-skills-training .path8:before {
	content: "\e921";
	margin-left: -.70703125em;
	color: black;
}

.icon-skills-training .path9:before {
	content: "\e922";
	margin-left: -.70703125em;
	color: black;
}

.icon-skills-training .path10:before {
	content: "\e923";
	margin-left: -.70703125em;
	color: white;
}

.icon-skills-training .path11:before {
	content: "\e924";
	margin-left: -.70703125em;
	color: black;
}

.icon-skills-training .path12:before {
	content: "\e925";
	margin-left: -.70703125em;
	color: black;
}

.icon-skills-training .path13:before {
	content: "\e926";
	margin-left: -.70703125em;
	color: black;
}

.icon-list-of-certified-trainers .path1:before {
	content: "\e927";
	color: #141c21;
}

.icon-list-of-certified-trainers .path2:before {
	content: "\e928";
	margin-left: -1.1826171875em;
	color: #141c21;
}

.icon-list-of-certified-trainers .path3:before {
	content: "\e929";
	margin-left: -1.1826171875em;
	color: #141c21;
}

.icon-list-of-certified-trainers .path4:before {
	content: "\e92a";
	margin-left: -1.1826171875em;
	color: #141c21;
}

.icon-list-of-certified-trainers .path5:before {
	content: "\e92b";
	margin-left: -1.1826171875em;
	color: #141c21;
}

.icon-list-of-certified-trainers .path6:before {
	content: "\e92c";
	margin-left: -1.1826171875em;
	color: white;
}

.icon-list-of-certified-trainers .path7:before {
	content: "\e92d";
	margin-left: -1.1826171875em;
	color: #282d33;
}

.icon-list-of-certified-trainers .path8:before {
	content: "\e92e";
	margin-left: -1.1826171875em;
	color: #141c21;
}

.icon-list-of-certified-trainers .path9:before {
	content: "\e92f";
	margin-left: -1.1826171875em;
	color: #141c21;
}

.icon-list-of-certified-trainers .path10:before {
	content: "\e930";
	margin-left: -1.1826171875em;
	color: white;
}

.icon-list-of-certified-trainers .path11:before {
	content: "\e931";
	margin-left: -1.1826171875em;
	color: #282d33;
}

.icon-list-of-certified-trainers .path12:before {
	content: "\e932";
	margin-left: -1.1826171875em;
	color: #141c21;
}

.icon-list-of-certified-trainers .path13:before {
	content: "\e933";
	margin-left: -1.1826171875em;
	color: #141c21;
}

.icon-list-of-certified-trainers .path14:before {
	content: "\e934";
	margin-left: -1.1826171875em;
	color: white;
}

.icon-list-of-certified-trainers .path15:before {
	content: "\e935";
	margin-left: -1.1826171875em;
	color: #282d33;
}

.icon-list-of-certified-trainers .path16:before {
	content: "\e936";
	margin-left: -1.1826171875em;
	color: #141c21;
}

.icon-list-of-certified-trainers .path17:before {
	content: "\e937";
	margin-left: -1.1826171875em;
	color: #141c21;
}

.icon-understanding-sertification:before {
	content: "\e938";
}

.icon-reliability-improvement:before {
	content: "\e939";
}

.icon-vibration:before {
	content: "\e93a";
}

.icon-more:before {
	content: "\e919";
}

.icon-corporate-reliability:before {
	content: "\e90c";
}

.icon-mobius-partners:before {
	content: "\e90d";
}

.icon-pin:before {
	content: "\e90e";
}

.icon-professional-growth:before {
	content: "\e90f";
}

.icon-instructor:before {
	content: "\e910";
}

.icon-elearning:before {
	content: "\e912";
}

.icon-sposor:before {
	content: "\e913";
}

.icon-community:before {
	content: "\e914";
}

.icon-zone:before {
	content: "\e915";
}

.icon-mobile-learning:before {
	content: "\e917";
}

.icon-social-network:before {
	content: "\e918";
}

.icon-chevron-right1:before {
	content: "\e90a";
}

.icon-select-drop:before {
	content: "\e907";
}

.icon-chevron-right:before {
	content: "\e906";
}

.icon-close:before {
	content: "\e905";
}

.icon-envelope:before {
	content: "\e90b";
}

.icon-phone:before {
	content: "\e908";
}

.icon-address-card:before {
	content: "\e909";
}

.icon-youtube:before {
	content: "\e904";
}

.icon-search:before {
	content: "\e903";
}

.icon-arrow-right:before {
	content: "\e900";
}

.icon-chevron-down:before {
	content: "\e901";
}

.icon-play:before {
	content: "\e902";
}

.icon-facebook:before {
	content: "\ea90";
}

.icon-instagram:before {
	content: "\ea92";
}

.icon-twitter:before {
	content: "\ea96";
}

.icon-linkedin:before {
	content: "\eac9";
}

.icon-linkedin2:before {
	content: "\eaca";
}

.icon-mi_nav-mrt:before {
  content: "\e9ef";
}

.icon-mi_nav-3-books:before {
  content: "\e9f0";
}

[id="header"] {
	margin: 0 0 29px;
}

[id="header"].p-absolute {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 11;
	width: 100%;
}

[id="header"] .logo {
	width: 118px;
}

[id="header"] .search-popup {
	margin-left: auto;
}

.header-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 6px 0;
}

html,
body {
	height: 100%;
}

[id="wrapper"] {
	position: relative;
	width: 100%;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 100vh;
}

[id="header"],
[id="footer"] {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

[id="main"] {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}

[id="footer"] {
	margin-top: auto;
}

[id="wrapper"] {
	padding: 0 0 74px;
}

.container {
	max-width: 1194px;
	width: 100%;
	padding: 0 12px;
	margin: 0 auto;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.w-100 {
	width: 100%;
}

.w-50 {
	width: 50%;
}

.bg-primary {
	background-color: #003a63;
}

.bg-secondary {
	background-color: #ffb932;
}

.bg-light {
	background-color: #eff4f6;
}

.bg-white {
	background-color: #fff;
}

.text-uppercase {
	text-transform: uppercase;
}

.text-primary {
	color: #003a63;
}

.text-secondary {
	color: #ffb932;
}

.d-none {
	display: none !important;
}

.full-width ul.yellow,
.slide ul.yellow,
ul:not([class]) {
	padding: 10px 0 0;
	margin-left: 15px;
}


.full-width ul.yellow > li,
.slide ul.yellow > li,
ul:not([class]) > li {
	position: relative;
	padding: 0 0 0 28px;
	margin: 0 0 15px;
    line-height: 1.4;
}

.full-width ul.yellow > li:before,
.slide ul.yellow > li:before,
ul:not([class]) > li:before {
	position: absolute;
	left: 0;
	top: 0px;
	font-size: 18px;
	color: #ffb932;
	content: "\e906";
}

ul.no-bullet,
.main-menu ul,
.post-footer-block ul,
.share-block ul,
.jcf-list ul,
.tab-content ul,
.accordion ul {
	margin: 0;
	padding: 0;
	text-transform: none;
}

ul.no-bullet li,
.main-menu ul li,
.post-footer-block ul li,
.share-block ul li,
.jcf-list ul li,
.tab-content ul li,
.accordion ul li {
	margin: 0;
	padding: 0;
}

.accordion ul,
.accordion ul,
.accordion ol,
.accordion ol {
	padding-left: 1.2em;
	margin: 0;
}

.accordion ul ul,
.accordion ul ol,
.accordion ol ul,
.accordion ol ol {
	padding-left: 1em;
	margin: 0;
}

ul.no-bullet li:before,
.main-menu ul li:before,
.post-footer-block ul li:before,
.share-block ul li:before,
.jcf-list ul li:before,
.tab-content ul li:before,
.accordion ul li:before {
	display: none;
}

blockquote {
	margin: 0;
	padding: 0;
	font-size: 17px;
	line-height: 1.45;
	text-align: center;
	border: none;
}

blockquote p {
	margin: 0 0 15px; 
}

cite {
	font-size: 11px;
	font-style: normal;
}

cite:before {
	margin: 0 5px 0 0;
	content: "-";
}

figure {
	margin: 0;
}

.bg-light-with-decor,
.bg-secondary-with-decor {
	background: #eff4f6 url(images/main-decor-white.png) 91% 47px no-repeat;
	background-size: 650px auto;
}

.bg-secondary-with-decor {
	background-color: #ffb932;
	background-image: url(images/main-decor-orange.png);
}

.load-more-holder {
	text-align: center;
}

.load-more-holder .load-more-target {
	text-align: left;
}

.table-heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 15px 10px;
	margin: 0 0 30px;
	font-size: 24px;
	font-weight: 700;
	background-color: #eff4f6;
}

.table-heading .logo {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 38px;
	margin: 0 14px 0 0;
}

.company-info {
	width: 168px;
	padding: 0 0 0 12px;
	line-height: 1.3;
}

.company-info .company {
	display: block;
	font-size: 18px;
}

.company-info .place {
	display: block;
	margin: 0 0 10px;
	font-size: 12px;
	text-transform: uppercase;
}

.company-info address {
	font-size: 12px;
	color: #141c21;
	padding: 0;
}

.company-contact-buttons {
	text-align: center;
}

.company-contact-buttons li:not(:last-child) {
	margin: 0 0 10px;
}

.base-section-heading {
	margin: 0 auto 30px;
	max-width: 910px;
	width: 100%;
	text-align: center;
}

.base-section-heading h2 {
	margin: 0 0 12px;
}

.divider {
	width: 95px;
	height: 5px;
	display: inline-block;
	vertical-align: top;
	background-color: #003a63;		
	margin-bottom: 30px;
}

.questions-section {
	padding: 0px 0 40px;
}

[id="footer"] {
	line-height: 1.4;
	color: #0f1419;
}

.footer-top {
	position: relative;
	padding: 35px 0 21px;
}

.footer-top:before {
	position: absolute;
	left: 50%;
	top: 0;
	z-index: -1;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 9999px;
	height: 100%;
	background-color: #f2f4f5;
	content: "";
}

.footer-logo-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 0 23px;
	font-size: 16px;
}

.footer-logo-holder .logo {
	width: 142px;
	margin: 0 20px 0 0;
}

.footer-contacts {
	margin: 0 0 15px;
}

.footer-contacts .title {
	font-weight: 600;
}

.footer-contacts .subtext {
	font-weight: 700;
	letter-spacing: .55px;
}

.footer-contact-list {
	margin: 0 0 3px;
}

.footer-contact-list a {
	color: inherit;
	text-decoration: none;
}

.footer-contact-list a:hover {
	text-decoration: underline;
}

.footer-social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 0 23px;
}

.footer-social .title {
	letter-spacing: .7px;
}

.footer-social-list li {
	display: inline-block;
	margin: 0 10px 0 0;
}

.footer-social-list a {
	font-size: 16px;
	text-decoration: none;
	color: inherit;
}

.footer-social-list a:hover {
	color: #003a63;
}

.footer-logo-holder-alt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.footer-logo-holder-alt .logo {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 85px;
	flex: 0 0 85px;
	margin: 0 10px 0 0;
}

.footer-bottom {
	position: relative;
	padding: 10px 0 0;
	font-size: 9px;
}

.footer-bottom:before {
	position: absolute;
	left: 50%;
	top: 0;
	z-index: -1;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 9999px;
	height: 100%;
	background-color: #fff;
	content: "";
}

.footer-bottom h3 {
	padding: 0 0 6px;
	margin: 0 0 18px;
	font-size: 11px;
	text-transform: uppercase;
	border-bottom: 2px solid #f2f4f5;
}

.footer-logos {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -10px;
}

.footer-logos > li {
	width: 50%;
	padding: 0 10px;
	margin: 0 0 20px;
}

.footer-logos-links {
	padding: 16px 0 0;
}

.footer-logos-links li {
	margin: 0 0 3px;
}

.footer-logos-links a {
	text-decoration: none;
	letter-spacing: 1px;
	color: inherit;
}

.footer-logos-links a:hover {
	text-decoration: underline;
}

.copyright {
	position: relative;
	padding: 7px 0;
	text-align: center;
	letter-spacing: .6px;
}

.copyright .title {
	display: block;
	margin: 0 0 10px;
}

.copyright-list:before {
	position: absolute;
	left: 50%;
	top: 0;
	z-index: -1;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 9999px;
	height: 100%;
	background-color: #f2f4f5;
	content: "";
}

.copyright-list a {
	color: inherit;
	text-decoration: none;
}

.copyright-list a:hover {
	text-decoration: underline;
}

.btn,
form input[type="submit"] {
	-webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out, border .3s ease-in-out, color .3s ease-in-out;
	transition: color .3s ease-in-out, background-color .3s ease-in-out, border .3s ease-in-out, color .3s ease-in-out;
	display: inline-block;
	vertical-align: middle;
	min-width: 154px;
	padding: 9px 12px;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	/*text-transform: capitalize;*/
	border-radius: 3px;
}

.btn.btn-outline-primary,
form input[type="submit"] {
	color: #003a63;
	background-color: transparent;
	border: 1px solid #003a63;
}

.btn.btn-outline-primary:hover,
form input:hover[type="submit"] {
	/*background-color: #eff4f6;
	border-color: #eff4f6;
	border-color: #e2e8ea;*/
	
	color: #fff;
	background-color: #003a63;
	border-color: #003a63;
} 

.btn.btn-outline-primary:active,
form input:active[type="submit"] {
	color: #fff;
	background-color: #003a63;
	border-color: #003a63;
}

.btn.btn-outline-primary-alt,
form input.btn-outline-primary-alt[type="submit"] {
	color: #003a63;
	background-color: transparent;
	border: 1px solid #003a63;
}

.btn.btn-outline-primary-alt:hover,
form input.btn-outline-primary-alt:hover[type="submit"] {
	color: #fff;
	background-color: #003a63;
}

.btn.btn-outline-white,
form input.btn-outline-white[type="submit"] {
	border: 1px solid #fff;
	color: #fff;
}

.btn.btn-outline-white:hover,
form input.btn-outline-white:hover[type="submit"],
.btn.btn-outline-white:active,
form input.btn-outline-white:active[type="submit"] {
	background-color: #ffb932;
	color: #003a63;
	border-color: #ffb932;
}

.btn.btn-primary,
form input.btn-primary[type="submit"] {
	border: 1px solid #003a63;
	background-color: #003a63;
	color: #fff;
}

.btn.btn-primary:hover,
form input.btn-primary:hover[type="submit"] {
	background-color: #fff;
	color: #003a63;
}

.btn.btn-sm,
form input.btn-sm[type="submit"] {
	min-width: 60px;
	padding: 8px 10px;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase; 
    text-align: center;
}

.scroll-btn {
	width: 82px;
	height: 66px;
	display: inline-block;
	vertical-align: top;
	font-size: 9px;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	color: #141c21;
}

.scroll-btn:hover, .scroll-btn:focus { 
	color: #141c21;
}

.scroll-btn .ico {
	width: 21px;
	height: 46px;
	position: relative;
	display: block;
	margin: 0 auto 5px;
	border: 1px solid #003a63;
	border-radius: 10px;
}

.scroll-btn .ico:before {
	width: 11px;
	height: 11px;
	position: absolute;
	left: 4px;
	bottom: 7px;
	background-color: #003a63;
	border-radius: 50%;
	content: "";
} 

.load-more-btn {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1.1px;
}

.load-more-btn:hover,
.load-more-btn:active {
	color: #003a63;
}

.scroll-to-top-btn {
	width: 30px;
	display: block;
	margin: 0 auto;
	font-size: 10px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
}

.scroll-to-top-btn:hover .icon-chevron-down {
	-webkit-transform: rotate(180deg) translateY(3px);
	-ms-transform: rotate(180deg) translateY(3px);
	transform: rotate(180deg) translateY(3px);
}

.scroll-to-top-btn .icon-chevron-down {
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
	display: block;
	margin: 0 0 6px -2px;
	font-size: 23px;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.scroll-to-top-holder {
	padding: 30px 0;
}

.sidenav {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 12;
	width: 100%;
	background-color: #003a63;
}

.sidenav .logo {
	display: none;
	padding: 10px;
	background-color: #fff;
	border: 1px solid #e9e9ed;
}

.main-navigation {
	opacity: 0;
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}

.page-loaded .main-navigation {
	opacity: 1;
}

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

.main-menu li {
	position: static !important;
}

.main-menu > .main-item {
	-webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out;
	transition: color .3s ease-in-out, background-color .3s ease-in-out;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 20%;
	flex: 1 1 20%;
	height: 85px;
	color: #fff;
	border: 1px solid transparent;
}

.main-menu > .main-item > a {
	position: relative;
	display: block;
	font-size: 10px;
	text-align: center;
	color: inherit;
}

.main-menu > .main-item > a:before {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: calc(100% + 40px);
	content: "";
}

.main-menu > .main-item.active,
.main-menu > .main-item:hover {
	border: 1px solid #e9e9ed;
	background-color: #fff;
	color: #141c21;
}

.main-menu > .main-item.active .menu-wrap {
	opacity: 1;
	visibility: visible;
}

.main-menu > .main-item[class^="icon-"],
ul.main-menu:not([class]) > li.main-item:before,
.main-menu ul li.has-children.main-menu > a.main-item:after,
.main-menu > .main-item.btn-close:before,
.main-menu > .main-item.btn-back:before,
.popup .main-menu > .main-item.close:before,
.jcf-select .main-menu > .main-item.jcf-select-opener:before,
.main-menu > .main-item.contact-link:before,
.main-menu > .main-item.contact-link:after,
.main-menu > .main-item.sort-icon:before,
.accordion > li.main-menu > .main-item.opener:before,
.accordion .main-menu > .main-item.opener:after,
.skills-list .main-menu > a.main-item:before,
.secondary-nav .main-menu > a.main-item:before,
.breadcrumb .main-menu > li.main-item:before {
	font-family: inherit !important;
}

.main-menu > .main-item[class^="icon-"]:before,
ul.main-menu:not([class]) > li.main-item:before,
.main-menu > .main-item.btn-close:before,
.main-menu > .main-item.btn-back:before,
.popup .main-menu > .main-item.close:before,
.jcf-select .main-menu > .main-item.jcf-select-opener:before,
.main-menu > .main-item.contact-link:before,
.main-menu > .main-item.sort-icon:before,
.accordion > li.main-menu > .main-item.opener:before,
.skills-list .main-menu > a.main-item:before,
.secondary-nav .main-menu > a.main-item:before,
.breadcrumb .main-menu > li.main-item:before {
	display: block;
	padding: 5px 0;
	text-align: center;
	font-size: 30px;
	font-family: "icomoon" !important;
}

.main-menu > .main-item[class^="icon-"]:before { 
	padding: 10px 0; 
}

.main-menu .menu-wrap {
	position: absolute;
	bottom: 100%;
	left: 0;
	width: 100%;
	height: calc(100vh - 75px);
	overflow-y: auto;
	overflow-x: hidden;
	background-color: #fff;
	opacity: 0;
	visibility: hidden;
}

.main-menu .menu-wrap > ul > .back {
	margin-bottom: 0;
}

.main-menu .menu-wrap > ul > .back .btn-back {
	display: none;
}

.main-menu .menu-wrap ul {
	max-width: 1468px;
}

.main-menu .menu-wrap ul ul li:not(.back) > a {
	padding: 8px 0 8px 22px;
	font-size: 16px;
	line-height: 17px;
	font-weight: 600;
}

.main-menu .menu-wrap li.current-page a {
	position: relative;
}

.main-menu .menu-wrap li.current-page a:before {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background-color: currentColor;
	content: "";
}

.main-menu .menu-wrap a {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}

.main-menu .menu-wrap a:hover {
	color: #ffb932;
}

.main-menu ul {
	-webkit-transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out, opacity .3s ease-in-out;
	transition: transform .3s ease-in-out, opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	z-index: 1;
	opacity: 0;
	width: 100%;
	height: 100%;
	padding: 100px 18px 34px;
	background-color: #fff;
	font-size: 15px;
	font-weight: 600;
	color: #003a63;
}

.main-menu ul.subviewopen,
.main-menu ul.subview {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	opacity: 1; 
}

.mobile-device .main-menu ul.subviewopen,
.mobile-device .main-menu ul.subview { 
	top: 35px
}

.main-menu ul.subview > li > a {
	opacity: 0;
	visibility: hidden;
}

.main-menu ul li.has-children > a {
	position: relative;
	padding-right: 25px !important;
}

.main-menu ul li.has-children > a:after {
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "\e90a";
}

.main-menu ul a {
	display: inline-block;
	vertical-align: top;
	padding: 11px 0;
}

.main-menu a {
	text-decoration: none;
	color: inherit;
}

.main-menu .btn-close {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 23px;
	right: 13px;
	font-size: 0;
}

.main-menu .btn-close:before {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 20px;
	content: "\e905";
}

.main-menu .btn-back:before {
	position: absolute;
	left: 18px;
	top: 55px;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	content: "\e900";
	font-size: 12px;
}

.main-menu .clone {
	display: none !important;
}

.main-menu-footer {
	position: relative;
	margin: 60px 0 0;
	padding: 30px 0 0;
	font-size: 15px;
	font-weight: 400;
}

.main-menu-footer:after {
	width: 160px;
	height: 7px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	background-color: #003a63;
	content: "";
}

.main-menu-footer-links {
	margin: 0 0 26px;
}

.main-menu-footer-social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 11px;
}

.main-menu-footer-social [class^="icon-"],
.main-menu-footer-social ul:not([class]) > li:before,
.main-menu-footer-social .main-menu ul li.has-children > a:after,
.main-menu ul .main-menu-footer-social li.has-children > a:after,
.main-menu-footer-social .main-menu .btn-close:before,
.main-menu .main-menu-footer-social .btn-close:before,
.main-menu-footer-social .main-menu .btn-back:before,
.main-menu .main-menu-footer-social .btn-back:before,
.main-menu-footer-social .popup .close:before,
.popup .main-menu-footer-social .close:before,
.main-menu-footer-social .jcf-select .jcf-select-opener:before,
.jcf-select .main-menu-footer-social .jcf-select-opener:before,
.main-menu-footer-social .contact-link:before,
.main-menu-footer-social .contact-link:after,
.main-menu-footer-social .sort-icon:before,
.main-menu-footer-social .accordion > li > .opener:before,
.main-menu-footer-social .accordion .opener:after,
.accordion .main-menu-footer-social .opener:after,
.main-menu-footer-social .skills-list a:before,
.skills-list .main-menu-footer-social a:before,
.main-menu-footer-social .secondary-nav a:before,
.secondary-nav .main-menu-footer-social a:before,
.main-menu-footer-social .breadcrumb li:before,
.breadcrumb .main-menu-footer-social li:before {
	margin: 0 0 0 9px;
	font-size: 18px;
}

.course-details-section { padding: 30px 0; } 

.popup {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -9999;
	width: 100%;
	height: 100vh;
	overflow-y: auto;
	background-color: #fff;
	opacity: 0;
	visibility: hidden;
}

.popup-active .popup {
	opacity: 1;
	z-index: 13;
	visibility: visible;
}

.popup-content {
	position: relative;
	padding: 180px 0;
}

.popup .close {
	width: 50px;
	height: 50px;
	position: absolute;
	right: 0;
	top: 15px;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	color: #141c21;
}

.popup .close:before {
	display: block;
	content: "\e905";
	margin: 0 0 5px;
	font-size: 26px;
}

.search-popup .open {
	-webkit-transition: text-shadow .3s ease-in-out;
	transition: text-shadow .3s ease-in-out;
	font-size: 42px;
	line-height: 1;
	text-decoration: none;
	color: #141c21;
}

.search-popup .open:hover {
	text-shadow: 0 0 1px #141c21;
}

.popup-base .popup-content {
	max-width: 918px;
	width: 100%;
	margin: 0 auto;
	line-height: 1.7;
	text-align: center;
}

.popup-base .popup-content h1 {
	font-weight: 300;
	line-height: 1.1;
}

.hero-section {
	position: relative;
	overflow: hidden;
	text-align: center;
}

.mobile-device .hero-section .scroll-btn {
	bottom: 20px;
}

.hero-section.alt-view .text-col {
	margin: 0 0 30px;
}

.hero-section.alt-view .text-col h2 {
	margin: 0 0 32px;
}

.hero-section.alt-view .layout {
	position: relative;
}

.hero-section .heading {
	max-width: 885px;
	width: 100%;
	margin: 0 auto 24px;
	line-height: 1.7;
}

.hero-section .heading p {
	margin: 0;
}

.hero-section .scroll-btn {
	position: absolute;
	bottom: 40px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.hero-section .search-form {
	max-width: 600px;
}

.hero-section .search-form input[type="search"] {
	border-color: transparent;
}

.testimonials-grid {
	margin: 0 -5px 43px;
}

.testimonials-grid blockquote {
	padding: 50px 20px;
}

.testimonials-grid blockquote.bg-primary {
	color: #ffb932;
}

.testimonials-section {
	padding: 50px 0;
	text-align: center;
}

.grid .grid-item {
	padding: 5px;
}

.post-detail-holder {
	margin: 0 0 50px;
}

.post-detail {
	padding: 34px 16px;
	border-top: 5px solid #141c21;
	background-color: #fff;
}

.post-detail.case-mode {
	padding-top: 8px;
}

.post-detail.case-mode .meta-info {
	text-align: center;
	margin: 0 0 50px;
}

.post-detail.case-mode .heading {
	text-align: center;
}

.post-detail .post-logo {
	max-width: 248px;
	width: 100%;
	margin: 0 auto 39px;
}

.post-detail .meta-info {
	margin: 0 0 38px;
	font-size: 11px;
	text-transform: uppercase;
}

.post-detail .author {
	display: inline-block;
	vertical-align: top;
	padding: 5px 13px;
	margin: 0 0 11px;
	font-size: 12px;
	text-align: center;
	color: #fff;
	background-color: #141c21;
}

.post-detail .category {
	display: block;
}

.post-detail .date {
	display: block;
}

.post-detail .post-main-img {
	margin: 0 -16px 29px;
}

.post-detail .post-main-img figcaption, .wp-caption-text {
	display: block;
	padding: 5px 0 5px 16px;
	font-size: 9px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.post-detail .heading {
	margin: 0 0 32px;
}

.post-footer-block {
	position: relative;
	padding: 16px 14px 36px;
	background-color: #fff;
}

.post-footer-block:before {
	position: absolute;
	left: 14px;
	right: 14px;
	top: 0;
	height: 5px;
	background-color: #141c21;
	content: "";
}

.post-footer-block > h2 {
	margin: 0 0 42px;
	text-transform: uppercase;
	color: #003a63;
}

.post-footer-block ul li {
	position: relative;
	padding: 0 0 0 20px;
	margin: 0 0 18px;
}

.post-footer-block ul li:after {
	width: 5px;
	height: 5px;
	position: absolute;
	left: 6px;
	top: 9px;
	background-color: #141c21;
	border-radius: 50%;
	content: "";
}

.post-footer-block .testimonials-grid {
	margin: 0 -30px;
}

.post {
	-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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom: 21px;
	border-top: 5px solid #141c21;
	background-color: #fff;
}

.post:hover {
	color: #ffb932;
	border-color: #ffb932;
}

.post .category {
	display: block;
	margin: 0 0 10px;
	font-size: 11px;
	text-transform: uppercase;
}

.post h2 {
	margin: 0 0 3px;
	font-size: 21px;
	color: inherit;
	line-height: 1.15;
	letter-spacing: -.7px;
}

.post .author {
	margin-top: auto;
	font-size: 13px;
}

.post .text-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 12px 14px 15px;
	border: solid #dee0e2;
	border-width: 0 1px 1px 1px;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.post .text-wrap > * {
	max-width: 100%;
}

.post a {
	text-decoration: none;
	color: inherit;
}

.posts-section {
	margin: 0 0 50px;
}

.posts-section .heading {
	margin: 0 0 34px;
}

.share-block {
	position: fixed;
	right: 0;
	top: 200px;
	width: 55px;
	text-align: center;
	background-color: #141c21;
}

.share-block a {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	display: block;
	padding: 14px 0;
	font-size: 18px;
	color: #fff;
	text-decoration: none;
}

.share-block a:hover {
	color: #ffb932;
}

.jcf-select {
	margin: 0 0 12px;
	min-width: 254px;
	height: 45px;
	text-align: left;
	color: #003a63;
	border: 1px solid #d5d9db;
	border-radius: 3px;
	cursor: pointer;
}

.jcf-select.jcf-drop-active {
	border-color: #003a63 #003a63 transparent !important;
	border-radius: 3px 3px 0 0;
}

.jcf-select .jcf-select-text {
	margin: 0 30px 0 10px;
	font-size: 15px;
	line-height: 45px;
	cursor: pointer;
}

.jcf-select .jcf-select-opener {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #141c21;
	background-color: transparent;
}

.jcf-select .jcf-select-opener:before {
	font-size: 12px;
	content: "\e907";
}

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

.jcf-select-drop .jcf-select-drop-content {
	border-radius: 0 0 3px 3px;
	border-color: transparent #003a63 #003a63;
	overflow: hidden;
}

.jcf-list .jcf-option .jcf-option {
	color: #003a63;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
	background: #003a63;
	color: #fff;
	cursor: pointer;
}

.jcf-checkbox {
	width: 17px;
	height: 17px;
	margin: 0 8px 0 0;
	border: 1px solid #141c21;
}

.jcf-checkbox.jcf-checked {
	border-color: #003a63;
	background-color: #003a63;
}

.jcf-checkbox.jcf-focus {
	outline: 2px solid #ffb932;
}

.jcf-checkbox.jcf-focus span {
	border-color: #ffb932 !important;
}

.jcf-checkbox span {
	width: 10px;
	height: 5px;
	border: 3px solid #ffb932;
	border-width: 0 0 2px 2px;
}

.staff-section {
	padding: 42px 0;
}

.staff-section .heading {
	margin: 0 0 24px;
}

.employee-card {
	position: relative;
	padding: 23px 20px 44px;
	margin-bottom: 21px;
	text-align: center;
	color: #003a63;
	background-color: #fff;
	border: 1px solid #dee0e2;
}

.employee-card p {
	text-align: left;
}

.employee-card:hover {
	border-color: #ffb932;
}

.employee-card .img-wrap {
	width: 200px;
	height: 200px;
	display: block;
	overflow: hidden;
	margin: 0 auto 14px;
	border-radius: 50%;
}

.employee-card .social-list {
	font-size: 26px;
}

.employee-card .social-list li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px;
}

.employee-card .name {
	display: block;
	margin: 0 0 2px;
	font-size: 19px;
	font-weight: 600;
	text-transform: uppercase;
}

.employee-card .position {
	display: block;
	margin: 0 0 10px;
	font-size: 13px;
}

.employee-card .position span {
	display: block;
}

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

.employee-card a:hover {
	color: #ffb932;
}

.employee-card .arrow-link {
	position: absolute;
	left: 50%;
	bottom: 14px;
	z-index: 1;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	font-size: 11px;
}

.contact-section {
	margin: 0 0 50px;
}

.contact-list {
	margin: 0 0 74px;
}

.contact-list li {
	margin: 0 0 53px;
}

.contact-link {
	-webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out;
	transition: color .3s ease-in-out, background-color .3s ease-in-out;
	position: relative;
	display: block;
	padding: 17px 20px 16px 43px;
	margin: 0 0 13px;
	font-size: 14px;
	line-height: 1.2;
	letter-spacing: .3px;
	text-decoration: none;
	color: #003a63;
	border: 1px solid #003a63;
	border-radius: 5px;
}

.contact-link:before,
.contact-link:after {
	position: absolute;
	top: 50%;
	left: 12px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 23px;
	content: "\e908";
}

.contact-link:after {
	content: "\e90a";
	left: auto;
	right: 5px;
	font-size: 16px;
}

.contact-link:hover {
	color: #fff;
	background-color: #003a63;
}

.contact-link .location {
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px 2px 0;
}

.contact-link .tel {
	display: inline-block;
	vertical-align: middle;
}

address {
	padding: 0 0 0 15px;
	font-style: normal;
	font-size: 14px;
	color: #003a63;
}

address strong {
	display: block;
}

.table-holder {
	padding: 48px 0;
}

table {
	width: 100%;
	line-height: 1.35;
	font-size: 14px;
}

table tbody {
	font-family: "Proxima Nova Condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

table th {
	padding: 18px 12px;
	font-size: 12px;
	font-weight: 400;
	text-align: left;
	text-transform: uppercase;
	background-color: #eff4f6;
	border: none;
}

table th:not(:last-child) {
	border-right: 2px solid #fff;
}

table td {
	border: 2px solid #eff4f6;
	padding: 11px 5px 10px;
}

table .btn-col {
	text-align: center;
}

.sort-icon {
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding-right: 15px;
}

.sort-icon:before {
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "\e90a";
}

.sorted-by .sort-icon:before {
	-webkit-transform: translateY(-50%) rotate(90deg);
	-ms-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotate(90deg);
}

.table-flag {
	margin: 0 8px 0 0;
}

.js-tab-hidden {
	display: block !important;
	left: -9999px !important;
	position: absolute !important;
	top: -9999px !important;
}

.tabset-responsive {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.tabset-responsive a {
	-webkit-transition: background-color .3s ease-in-out, color .3s ease-in-out;
	transition: background-color .3s ease-in-out, color .3s ease-in-out;
	display: inline-block;
	vertical-align: top;
	padding: 13px 28px;
	margin: 0 1px 0 0;
	font-size: 14px;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #eff4f6;
}

.tabset-responsive a.active,
.tabset-responsive a:hover {
	background-color: #003a63;
	color: #fff;
}

.tabs-main-info {
	padding: 24px 14px;
	background-color: #eff4f6;
}

.tabs-main-info .img-wrap {
	width: 38px;
	float: left;
	margin: 0 18px 0 0;
}

.tabs-main-info dl {
	margin: 0;
	overflow: hidden;
}

.tabs-main-info dl dt,
.tabs-main-info dl dd {
	display: block;
	float: none;
	margin: 0 0 2px;
}

.tabs-main-info dl dd {
	margin: 0 0 7px;
}

.tabs-heading {
	margin: 0 0 25px;
	padding: 0 10px;
}

.tabs-heading h2 {
	font-size: 25px;
	line-height: 1.2;
	margin: 0 0 6px;
}

.tabs-heading .sub-heading {
	display: block;
	font-size: 12px;
}

.tab-content-item {
	padding: 25px 10px;
	border-top: 2px solid #eff4f6;
}

.tab-content ul {
	margin: 0 0 23px;
	font-size: inherit;
}

.tab-content ul li:before {
	display: inline-block;
	position: relative;
	margin: 0 3px 0 0;
	color: inherit;
	content: "-" !important;
}

.tab-content p:last-child {
	margin-bottom: 0;
}

.photo-teaser-image-layer {
	padding-top: 200px;
	background: 50% 50% no-repeat;
	background-size: cover;
}

.photo-teaser-text-box {
	position: relative;
	padding: 45px 12px 45px;
	text-align: center;
	color: #fff;
	background-color: #003a63;
}

.photo-teaser-text-box h2 {
	margin: 0 0 14px;
	color: #ffb932;
	text-transform: uppercase;
}

.photo-teaser-section {
	position: relative;
}

.accordion > li {
	border-bottom: 1px solid #d5d9db;
}

.accordion > li > .opener {
	padding: 15px 20px 15px 26px;
	font-size: 15px;
	text-transform: uppercase;
}

.accordion > li > .opener:before {
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 18px;
	color: #003a63;
	content: "\e906";
}

.accordion > li > .slide {
	padding: 5px 0 25px 28px;
	display: inline-block;
}

.accordion > li > .slide .opener {
	padding: 14px 20px 13px 0;
	font-weight: 700;
	line-height: 1.35;
}

.accordion > li > .slide .slide {
	padding: 10px 0;
}

.accordion .opener {
	position: relative;
	display: block;
	text-decoration: none;
}

.accordion .opener:after {
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(90deg);
	-ms-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotate(90deg);
	color: #003a63;
	content: "\e90a";
	display:none
}

.accordion li.active > .opener:after {
	-webkit-transform: translateY(-50%) rotate(270deg);
	-ms-transform: translateY(-50%) rotate(270deg);
	transform: translateY(-50%) rotate(270deg);
	color: #ffb932;
}

.accordion li.active > .opener:before {
	color: #ffb932;
}

.accordion .slide li {
	/*border-top: 1px solid #d5d9db;*/
}

.accordion .slide ul li {
    position: relative;
    margin-bottom: 12px;
    padding-left: 20px;
} 

.accordion .slide ol li {
    position: relative;
    margin-bottom: 12px;
    padding-left: 5px;
}
 
.accordion .slide ul li:before {
    position: absolute;
    left: 0px;
    top: 0px;
    color:#003a63;
    content: "";
    display: block !important
}

.accordion .slide ul.yellow li:before {
    color:#ffb932;
    content: "\e906";
}

.accordion p:last-child {
	margin-bottom: 0;
}

.info-block {
	padding: 0 0 1px;
}

.info-block h6, .intro-section h6 {
	color: #003a63;
}

.info-content {
	padding: 0 8px;
	margin: 0 0 75px;
}

.info-content-REMOVE {
	padding: 0 8px; 
}

.info-content .img-wrap {
	max-width: 273px;
	width: 100%;
	margin: 0 auto;
}

.info-content h6, .intro-section h6 {
	margin: 0 0 0px;
}

.info-sidebar {
	margin: 0 -12px 58px;
}

.skills-list {
	margin: 30px 0 60px;
}

.skills-list li {
	margin-bottom: 13px;
}

.skills-list a {
	-webkit-transition: background-color .3s ease-in-out, color .3s ease-in-out;
	transition: background-color .3s ease-in-out, color .3s ease-in-out;
	position: relative;
	display: block;
	padding: 24px 30px 24px 15px;
	font-size: 17px;
	color: #003a63;
	text-decoration: none;
	border: 1px solid #003a63;
	border-radius: 4px;
}

.skills-list a:hover {
	color: #fff;
	background-color: #003a63;
}

.skills-list a:before {
	position: absolute;
	right: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "\e90a";
}

.info-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-size: 19px;
	font-weight: 600;
	line-height: 1.2;
	text-align: center;
	color: #003a63;
	border: 13px solid #eff4f6;
}

.info-list li {
	padding: 12px 10px 29px;
	min-height: 121px;
}

.info-list li:not(:last-child) {
	border-bottom: 13px solid #eff4f6;
}

.info-list li:last-child {
	/*min-height: 380px;*/
}

.info-list li:nth-child(2n) span {
	color: #ffb932;
}

.info-list span {
	display: block;
	font-size: 60px;
	font-weight: 700;
}

.secondary-nav-holder {
	padding: 31px 0;
}

.secondary-nav-holder h2 {
	margin: 0 0 33px;
	line-height: 1.2;
}

.secondary-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	text-align: center;
	margin: 0 -3px;
	justify-content: center;
}

.secondary-nav li {
	margin: 0 3px 6px;
}

.secondary-nav a {
	-webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out;
	transition: color .3s ease-in-out, background-color .3s ease-in-out;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 94px;
	min-height: 118px;
	height: 100%;
	padding: 0 5px 25px;
	font-size: 10px;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	background-color: #fff;
}

.secondary-nav a:hover {
	background-color: #003a63;
	color: #fff;
}

.secondary-nav a.anchor-link:hover:before {
	-webkit-transform: translateX(-50%) rotate(90deg);
	-ms-transform: translateX(-50%) rotate(90deg);
	transform: translateX(-50%) rotate(90deg);
}

.secondary-nav a:before {
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
	position: absolute;
	left: 50%;
	bottom: 8px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	font-size: 9px;
	content: "\e900";
}

.secondary-nav a .img-wrap {
	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;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 68px;
	flex: 0 0 68px;
}

.secondary-nav a [class^="icon-"],
.secondary-nav a ul:not([class]) > li:before,
.secondary-nav a .main-menu ul li.has-children > a:after,
.main-menu ul .secondary-nav a li.has-children > a:after,
.secondary-nav a .main-menu .btn-close:before,
.main-menu .secondary-nav a .btn-close:before,
.secondary-nav a .main-menu .btn-back:before,
.main-menu .secondary-nav a .btn-back:before,
.secondary-nav a .popup .close:before,
.popup .secondary-nav a .close:before,
.secondary-nav a .jcf-select .jcf-select-opener:before,
.jcf-select .secondary-nav a .jcf-select-opener:before,
.secondary-nav a .contact-link:before,
.secondary-nav a .contact-link:after,
.secondary-nav a .sort-icon:before,
.secondary-nav a .accordion > li > .opener:before,
.secondary-nav a .accordion .opener:after,
.accordion .secondary-nav a .opener:after,
.secondary-nav a .skills-list a:before,
.skills-list .secondary-nav a a:before,
.secondary-nav a a:before,
.secondary-nav a .breadcrumb li:before,
.breadcrumb .secondary-nav a li:before {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 50px;
}

.teaser {
	padding: 40px 8px 50px;
}

.teaser:not(:first-of-type) {
	border-top: 9px solid #eff4f6;
}

.teaser .media-wrap {
	margin: 0 0 20px;
	color: #003a63
}

.teaser .media-wrap [class^="icon-"],
.teaser .media-wrap ul:not([class]) > li:before,
.teaser .media-wrap .main-menu ul li.has-children > a:after,
.main-menu ul .teaser .media-wrap li.has-children > a:after,
.teaser .media-wrap .main-menu .btn-close:before,
.main-menu .teaser .media-wrap .btn-close:before,
.teaser .media-wrap .main-menu .btn-back:before,
.main-menu .teaser .media-wrap .btn-back:before,
.teaser .media-wrap .popup .close:before,
.popup .teaser .media-wrap .close:before,
.teaser .media-wrap .jcf-select .jcf-select-opener:before,
.jcf-select .teaser .media-wrap .jcf-select-opener:before,
.teaser .media-wrap .contact-link:before,
.teaser .media-wrap .contact-link:after,
.teaser .media-wrap .sort-icon:before,
.teaser .media-wrap .accordion > li > .opener:before,
.teaser .media-wrap .accordion .opener:after,
.accordion .teaser .media-wrap .opener:after,
.teaser .media-wrap .skills-list a:before,
.skills-list .teaser .media-wrap a:before,
.teaser .media-wrap .secondary-nav a:before,
.secondary-nav .teaser .media-wrap a:before,
.teaser .media-wrap .breadcrumb li:before,
.breadcrumb .teaser .media-wrap li:before {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 18px 5px;
	font-size: 40px;
	line-height: 1;
}

.teaser ul {
	margin: 0 0 41px;
	text-transform: none;
}

.teaser .checker-title h4 {
	margin: 0 0 15px;
}

.teaser .video-box {
	margin: 0px -20px 35px;
}

.breadcrumb-holder {
	position: absolute;
	left: 0;
	top: 6px;
	z-index: 1;
	width: 100%;
	padding-left: 140px;
	display: none;
	pointer-events: none;
}

.breadcrumb-holder > .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.breadcrumb-logo {
	pointer-events: auto;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25px;
	flex: 0 0 25px;
	margin: 0 4px 0 0;
}

.breadcrumb {
	font-size: 9px;
	pointer-events: auto;
}

.breadcrumb li {
	display: inline-block;
	vertical-align: top;
	margin: 0 9px 0 0;
}

.breadcrumb li:before {
	margin: 0 6px 0 0;
	content: "\e90a";
}

.breadcrumb a {
	text-decoration: none;
}

.breadcrumb a:hover {
	text-decoration: underline;
}

.watermark-section {
	padding: 147px 5px 170px;
	text-align: center;
	color: #003a63;
}

.watermark-section h2 {
	margin: 0 0 50px;
	font-size: 22px;
	line-height: 1.5;
}

.watermark-section .text-wrap {
	max-width: 980px;
	width: 100%;
	margin: 0 auto;
}

.intro-section {
	padding: 37px 0;
}

.intro-section .container {
	padding: 0 18px;
}

.intro-section hr {
	/*display: none;*/
}

.intro-section .video-box {
	margin: 0 -18px 30px;
}

hr {
	margin: 43px 0;
	height: 9px;
	background-color: #eff4f6;
	border: none;
}

.partners-section {
	padding: 0 0 40px;
	text-align: center;
}

.partners-section h2 {
	padding: 0 0 9px;
	margin: 0 0 25px;
	text-transform: uppercase;
	border-bottom: 1px solid #91999c;
}

.partners-list {
	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;
}

.partners-list li {
	width: 50%;
	padding: 10px 24px;
	margin: 0 0 44px;
	text-align: center;
}

.partners-open-close {
	margin: 0 0 58px;
}

.partners-open-close.active .slide:before {
	opacity: 0;
}

.partners-open-close.active .opener .open-view {
	display: block;
}

.partners-open-close.active .opener .closed-view {
	display: none;
}

.partners-open-close .js-hidden {
	height: 300px;
}

.partners-open-close .slide {
	position: relative;
}

.partners-open-close .slide:before {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100px;
	background: -webkit-linear-gradient(bottom, white 0%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 100%);
	content: "";
	pointer-events: none;
}

.partners-open-close .opener .open-view {
	display: none;
}

.large-card {
	position: relative;
	min-height: 327px;
	padding: 50px 20px 36px;
	margin-bottom: 14px;
	font-size: 16px;
	text-align: center;
	color: #fff;
	background-color: #003a63;
	cursor: pointer;
}

.large-card.popup-active .hover-layer {
	z-index: 2;
	opacity: 1;
}

.large-card .main-ico {
	display: block;
	font-size: 68px;
	margin: 0 0 26px;
}

.large-card h3 {
	margin: 0 0 18px;
	font-size: 24px;
	font-weight: 600;
}

.large-card h3.with-decor {
	position: relative;
	padding: 0 0 18px;
}

.large-card h3.with-decor:before {
	width: 88px;
	height: 3px;
	position: absolute;
	left: 50%;
	bottom: 0;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #ffb932;
	content: "";
}

.large-card .hover-layer {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	padding: 36px 20px;
	font-size: 12px;
	text-align: left;
	color: #141c21;
	background-color: #fff;
	opacity: 0;
}

.large-card .hover-layer h3 {
	font-size: 18px;
	color: #003a63;
}

.large-card .hover-layer .btn,
.large-card .hover-layer form input[type="submit"],
form .large-card .hover-layer input[type="submit"] {
	min-width: 0;
}

.large-card .hover-layer p {
	margin: 0 0 38px;
	line-height: 1.5;
}

.large-card .icon-arrow-right {
	position: absolute;
	left: 50%;
	bottom: 20px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	font-size: 8px;
	color: #ffb932;
}

.large-card .open {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.large-card .close {
	position: absolute;
	top: 0;
	right: 12px;
	font-size: 50px;
	line-height: 1;
	text-decoration: none;
	color: #141c21;
}

.services-section {
	padding: 53px 0;
}

.service-card {
	-webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out;
	transition: color .3s ease-in-out, background-color .3s ease-in-out;
	position: relative;
	display: block;
	min-height: 234px;
	padding: 30px 30px 40px;
	margin-bottom: 15px;
	text-align: center;
	text-decoration: none;
	color: #141c21;
	background-color: #fff;
}

.service-card:hover {
	color: #fff;
	background-color: #003a63;
}

.service-card h3 {
	font-size: 19px;
	line-height: 1.263;
}

.service-card .main-ico {
	display: block;
	margin: 0 0 24px;
	font-size: 64px;
}

.service-card .icon-arrow-right {
	position: absolute;
	left: 50%;
	bottom: 20px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	font-size: 10px;
}

.video-box {
	padding: 6px;
	margin: 0 -12px;
	background-color: #141c21;
}

.video-box .video {
	/*position: relative;
	padding-top: 73%;
	background: 50% 50% no-repeat;
	background-size: cover;*/
	margin: 0 0 7px;
}

/*.video-box .video:before {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0, 58, 99, .4);
	content: "";
}*/ 

.video-box .play-btn {
	width: 98px;
	height: 98px;
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 16px;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	color: #fff;
}

.video-box .play-btn:hover {
	color: #ffb932;
}

.video-box .play-btn:hover .icon-play {
	opacity: 1;
}

.video-box .play-btn .icon-play {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	font-size: 60px !important;
	color: #fff;
	opacity: .6;
	margin: 0;
}

.video-box .video-description {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 40px 0 0;
	font-size: 12px;
	font-style: italic;
	line-height: 1.2666;
	text-transform: uppercase;
	text-align: left;
	color: #fff;
}

.video-box .video-description img {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 37px;
	flex: 0 0 37px;
	float: left;
	margin: 0 10px 0 0;
}

.banner-section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 265px;
	padding: 40px 0;
	text-align: center;
	color: #fff;
	background: 50% 50% no-repeat;
	background-size: cover;
}

.banner-section h2 {
	margin-bottom: 0;
	font-size: 23px;
	line-height: 1;
	font-weight: 800;
	text-transform: uppercase;
	color: #fff;
}

.icon-skills-training .path1:before,
.icon-skills-training .path3:before,
.icon-skills-training .path5:before {
	color: inherit;
}

.icon-list-of-certified-trainers .path1:before,
.icon-list-of-certified-trainers .path2:before,
.icon-list-of-certified-trainers .path3:before,
.icon-list-of-certified-trainers .path4:before,
.icon-list-of-certified-trainers .path5:before {
	color: inherit;
}

.icon-develop-a-growth-path .path1:before,
.icon-develop-a-growth-path .path2:before {
	color: inherit;
}

.icon-asset-reliability-modules .path1:before {
	color: inherit;
}

.icon-learning-mgmt-system .path3:before,
.icon-learning-mgmt-system .path4:before,
.icon-learning-mgmt-system .path5:before,
.icon-learning-mgmt-system .path6:before,
.icon-learning-mgmt-system .path7:before,
.icon-learning-mgmt-system .path8:before {
	color: inherit;
}

.icon-staff-development .path1:before,
.icon-staff-development .path2:before,
.icon-staff-development .path4:before,
.icon-staff-development .path5:before,
.icon-staff-development .path6:before,
.icon-staff-development .path7:before,
.icon-staff-development .path8:before,
.icon-staff-development .path9:before,
.icon-staff-development .path10:before,
.icon-staff-development .path11:before,
.icon-staff-development .path12:before,
.icon-staff-development .path13:before,
.icon-staff-development .path15:before,
.icon-staff-development .path16:before,
.icon-staff-development .path17:before,
.icon-staff-development .path18:before,
.icon-staff-development .path19:before,
.icon-staff-development .path21:before,
.icon-staff-development .path22:before,
.icon-staff-development .path23:before,
.icon-staff-development .path24:before,
.icon-staff-development .path25:before,
.icon-staff-development .path27:before,
.icon-staff-development .path28:before,
.icon-staff-development .path29:before,
.icon-staff-development .path30:before,
.icon-staff-development .path31:before,
.icon-staff-development .path33:before,
.icon-staff-development .path35:before,
.icon-staff-development .path37:before,
.icon-staff-development .path38:before,
.icon-staff-development .path39:before,
.icon-staff-development .path41:before {
	color: inherit;
}

.icon-training-partners .path1:before,
.icon-training-partners .path2:before,
.icon-training-partners .path3:before,
.icon-training-partners .path4:before,
.icon-training-partners .path5:before,
.icon-training-partners .path6:before,
.icon-training-partners .path7:before,
.icon-training-partners .path8:before,
.icon-training-partners .path9:before,
.icon-training-partners .path13:before,
.icon-training-partners .path15:before,
.icon-training-partners .path16:before,
.icon-training-partners .path17:before,
.icon-training-partners .path19:before {
	color: inherit;
}

.icon-zone {
	position: relative;
}

.icon-zone .text {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-family: "Proxima Nova", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 600;
	text-transform: uppercase;
}

.icon-zone .text:before {
	display: block;
	font-size: .11em;
	content: "learning";
}

.icon-zone .text:after {
	display: block;
	font-size: .25em;
	content: "zone";
}

.icon-sponsor-a-conference {
	position: relative;
}

.icon-sponsor-a-conference .path1:before,
.icon-sponsor-a-conference .path2:before,
.icon-sponsor-a-conference .path3:before,
.icon-sponsor-a-conference .path4:before,
.icon-sponsor-a-conference .path5:before,
.icon-sponsor-a-conference .path6:before,
.icon-sponsor-a-conference .path7:before,
.icon-sponsor-a-conference .path8:before,
.icon-sponsor-a-conference .path10:before {
	color: inherit;
}

.icon-sponsor-a-conference .path11:before,
.icon-sponsor-a-conference .path12:before,
.icon-sponsor-a-conference .path13:before {
	color: #141c21;
}

.icon-sponsor-a-conference .text {
	position: absolute;
	left: 1.9em;
	bottom: 1.6em;
	font-size: .14em;
	font-family: "Proxima Nova", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	color: #141c21;
}

.icon-distance-learning {
	display: -webkit-inline-box !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
}

.icon-distance-learning .path1:before,
.icon-distance-learning .path2:before,
.icon-distance-learning .path3:before,
.icon-distance-learning .path4:before,
.icon-distance-learning .path5:before,
.icon-distance-learning .path7:before,
.icon-distance-learning .path8:before,
.icon-distance-learning .path9:before {
	color: inherit;
}

.icon-connect {
	display: -webkit-inline-box !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
}

.icon-connect .path1:before,
.icon-connect .path2:before,
.icon-connect .path3:before,
.icon-connect .path5:before {
	color: inherit;
}
/* ADDED 6/17/2020 */
.icon-mi_nav-1-minute-video:before {
  content: "\e9b3";
}
.icon-mi_nav-3-minute-video:before {
  content: "\e9b4";
}
.icon-mi_nav-5-minute-video:before {
  content: "\e9b5";
}
.icon-mi_nav-9-minute-video:before {
  content: "\e9b6";
}
.icon-mi_nav-15-minute-video:before {
  content: "\e9b7";
}
.icon-mi_nav-30-minute-video:before {
  content: "\e9b8";
}
.icon-mi_nav-45-minute-video:before {
  content: "\e9b9";
}
.icon-mi_nav-60-minute-video:before {
  content: "\e9ba";
}
.icon-mi_nav-advertise-with-mobius:before {
  content: "\e9bb";
}
.icon-mi_nav-arrow-blue .path1:before {
  content: "\e9bc";
  color: rgb(0, 58, 99);
}
.icon-mi_nav-arrow-blue .path2:before {
  content: "\e9bd";
  margin-left: -1.0322265625em;
  color: rgb(255, 255, 255);
}
.icon-mi_nav-arrow-gold .path1:before {
  content: "\e9be";
  color: rgb(253, 185, 19);
}
.icon-mi_nav-arrow-gold .path2:before {
  content: "\e9bf";
  margin-left: -1.0322265625em;
  color: rgb(255, 255, 255);
}
.icon-mi_nav-arrow-outline:before {
  content: "\e9c0";
}
.icon-mi_nav-arrow-silver .path1:before {
  content: "\e9c1";
  color: rgb(239, 244, 246);
}
.icon-mi_nav-arrow-silver .path2:before {
  content: "\e9c2";
  margin-left: -1.0322265625em;
  color: rgb(0, 58, 99);
}
.icon-mi_nav-asset-reliability-modules:before {
  content: "\e9c3";
}
.icon-mi_nav-asset-reliability-practitioner:before {
  content: "\e9c4";
}
.icon-mi_nav-asset-reliability-transformation:before {
  content: "\e9c5";
}
.icon-mi_nav-certified-trainers:before {
  content: "\e9c6";
}
.icon-mi_nav-close:before {
  content: "\e9c7";
}
.icon-mi_nav-community-groups:before {
  content: "\e9c8";
}
.icon-mi_nav-conference-speaker:before {
  content: "\e9c9";
}
.icon-mi_nav-conference-sponsor:before {
  content: "\e9ca";
}
.icon-mi_nav-corp-reliability:before {
  content: "\e9cb";
}
.icon-mi_nav-distance-learning:before {
  content: "\e9cc";
}
.icon-mi_nav-elearning:before {
  content: "\e9cd";
}
.icon-mi_nav-find:before {
  content: "\e9ce";
}
.icon-mi_nav-growth-path:before {
  content: "\e9cf";
}
.icon-mi_nav-infrared-thermography-certification:before {
  content: "\e9d0";
}
.icon-mi_nav-instructor-led-distance:before {
  content: "\e9d1";
}
.icon-mi_nav-instructor-led-onsite:before {
  content: "\e9d2";
}
.icon-mi_nav-instructor-led-onsite-private:before {
  content: "\e9d3";
}
.icon-mi_nav-instructor-led-onsite-public:before {
  content: "\e9d4";
}
.icon-mi_nav-learning-mgmt-system:before {
  content: "\e9d5";
}
.icon-mi_nav-learning-zone:before {
  content: "\e9d6";
}
.icon-mi_nav-line-arrow:before {
  content: "\e9d7";
}
.icon-mi_nav-lubrication-certification:before {
  content: "\e9d8";
}
.icon-mi_nav-masterclass:before {
  content: "\e9d9";
}
.icon-mi_nav-mobile-learning:before {
  content: "\e9da";
}
.icon-mi_nav-mobius-swoosh:before {
  content: "\e9db";
}
.icon-mi_nav-more:before {
  content: "\e9dc";
}
.icon-mi_nav-oil-analysis-certification-copy:before {
  content: "\e9dd";
}
.icon-mi_nav-partner-community:before {
  content: "\e9de";
}
.icon-mi_nav-play-video:before {
  content: "\e9df";
}
.icon-mi_nav-pointer:before {
  content: "\e9e0";
}
.icon-mi_nav-prof-growth:before {
  content: "\e9e1";
}
.icon-mi_nav-search:before {
  content: "\e9e2";
}
.icon-mi_nav-shopping-cart:before {
  content: "\e9e3";
}
.icon-mi_nav-skills-training:before {
  content: "\e9e4";
}
.icon-mi_nav-social-networking:before {
  content: "\e9e5";
}
.icon-mi_nav-staff-development:before {
  content: "\e9e6";
}
.icon-mi_nav-training-partners:before {
  content: "\e9e7";
}
.icon-mi_nav-ultrasound-certification:before {
  content: "\e9e8";
}
.icon-mi_nav-understanding-certification:before {
  content: "\e9e9";
}
.icon-mi_nav-vibration-analysis-certification:before {
  content: "\e9ea";
}
.icon-mi_nav-videos:before {
  content: "\e9eb";
}
.icon-mi_nav-wear-particle-certification:before {
  content: "\e9ec";
}
.icon-mi_nav-websites:before {
  content: "\e9ed";
}
/**** EOF ADDED 6/17/2020 ****/

.statistic-section {
	padding: 45px 0 0;
	text-align: center;
}

.home .statistic-section {
	padding: 45px 0; 
}

.statistic-list {
	margin: 0 -5px 52px;
}

.statistic-list li {
	margin: 0 5px 10px;
	padding: 38px 20px 46px;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.2;
	text-align: center;
	color: #003a63;
	background-color: #fff;
}

.statistic-list li:nth-child(2n+2) span {
	color: #ffb932;
}

.statistic-list li span {
	display: block;
	font-size: 60px;
	font-weight: 700;
	line-height: 1.2;
}

.head-section {
	text-align: center;
}

.mobile-device .head-section .h-100vh {
	padding: 0 0 150px;
}

.mobile-device .head-section .scroll-btn {
	bottom: 75px;
}

.head-section .h-100vh {
	position: relative;
	min-height: calc(100vh - 210px);
	padding: 0 0 100px;
}

.head-section .search-form, #main .dgwt-wcas-search-form {
	max-width: 600px;
}

.head-section .search-form input[type="search"], #main .dgwt-wcas-search-input {
	border-color: #d5d9db;
}

.head-section .heading {
	font-size: 16px;
	max-width: 800px;
	margin: 0 auto 39px;
}

.head-section .heading h1 {
	position: relative;
	padding: 0 0 28px;
	margin: 0 0 22px;
	font-size: 25px;
	font-weight: 400;
	text-transform: uppercase;
	color: #003a63;
}

.head-section .heading h1:before {
	position: absolute;
	left: 50%;
	bottom: 0;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 96px;
	height: 5px;
	background-color: #003a63;
	content: "";
}

.head-section .filters-box .jcf-select {
	margin-left: 7px;
	margin-right: 7px;
}

.head-section .scroll-btn {
	position: absolute;
	bottom: 15px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.about-author .img-wrap {
	width: 200px;
	height: 200px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto 14px;
}

.about-author .name {
	display: block;
	font-size: 19px;
	font-weight: 600;
	text-transform: uppercase;
	color: #003a63;
}

.about-author .position {
	display: block;
	font-size: 13px;
	color: #003a63;
}

.about-author .position span {
	display: block;
}

.about-author .img-col {
	text-align: center;
}

.about-author .text-col {
	padding: 40px 0 1px;
	overflow: hidden;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.banner-section {
		height: 265px;
	}
}

@media (min-width: 480px) {
	.footer-logos > li {
		width: 33.333333%;
	}

	.grid .grid-item,
	.grid .grid-sizer {
		width: 25%;
	}

	.grid .grid-item-w-100 {
		width: 100%;
	}

	.grid .grid-item-w-50 {
		width: 50%;
	}

	.posts-holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -10px;
	}

	.posts-holder .post {
		width: calc(50% - 20px);
		margin: 0 10px 20px;
	}

	.employees-cards-holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -10px 30px;
	}

	.employees-cards-holder > * {
		width: calc(100% - 20px);
		margin: 0 10px;
	}

	.skills-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	margin: 30px -7px 60px;
	}

	.skills-list li {
		width: calc(50% - 14px);
		margin: 0 7px 13px;
	}

	.partners-list li {
		width: 25%;
	}

	.large-cards-holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -5px;
	}

	.large-cards-holder > * {
		width: calc(50% - 10px);
		margin: 0 5px;
	}

	.services-cards-holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-right: -5px;
		margin-left: -5px;
	}

	.services-cards-holder > * {
		width: calc(50% - 14px);
		margin-right: 7px;
		margin-left: 7px;
	}

	.statistic-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.statistic-list li {
		width: calc(50% - 10px);
	}
}

@media (min-width: 768px) {
	.form-group.w-md-50 {
		width: 50%;
	}

	.form-chekboxes li {
		margin: 0 0 6px;
	}

	.form-heading, #field_1_9 .gfield_label, #main .gform_description, #main .gform_description h2 {
		margin: 0 0 41px;
		color: #003a63
	}

	.search-form input[type="search"], #main .dgwt-wcas-search-input {
		height: 45px;
		padding: 0 22px 0 40px;
		font-size: 17px;
	}

	.search-form input[type="submit"],
	.search-form button {
		padding: 0 27px;
	}

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

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

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

	body {
		font-size: 17px;
		line-height: 1.5; 
		font-weight: 500
	} 
	

	.display-1 {
		margin: 0 0 27px;
		font-size: 50px;
	}

	[id="header"] {
		margin: 0 0 39px;
	}

	[id="header"] .logo {
		width: 132px;
		margin: 8px 0 0 22px;
	}

	[id="wrapper"] {
		padding: 0 0 88px;
	}

	.d-md-block {
		display: block !important;
	}

	.ul-column-2 ul {
		-webkit-columns: 2;
		columns: 2;
	}
	
	.ul-column-2 ul li {
		display: inline-block;
		vertical-align: top;
	}

	blockquote {
		font-size: 18px;
	}

	.bg-light-with-decor,
	.bg-secondary-with-decor {
		background-position: 50% 50px;
		background-size: 1000px auto;
	}

	.table-heading {
		padding: 22px 24px;
		font-size: 29px;
	}

	.table-heading .logo {
		width: 48px;
		margin: 0 18px 0 0;
	}

	.company-info {
		width: 342px;
		padding: 0 0 0 23px;
		margin: 0 0 36px;
	}

	.company-info .company {
		font-size: 24px;
	}

	.company-info .place {
		margin: 0 0 14px;
		font-size: 15px;
	}

	.company-info address {
		font-size: 15px;
	}

	.company-contact-buttons {
		text-align: left;
		padding: 0 0 0 25px;
	}

	.company-contact-buttons .btn,
	.company-contact-buttons form input[type="submit"],
	form .company-contact-buttons input[type="submit"] {
		min-width: 213px;
	}

	.base-section-heading {
		max-width: 80%;
		margin: 0 auto 40px;
		font-size: 14px;
	}

	.divider {
		width: 133px;
		height: 6px;
	}

	.footer-logos {
		margin: 0;
	}

	.footer-logos > li {
		width: 156px;
		margin: 0 48px 20px 0;
	}

	.copyright {
		text-align: left;
	}

	.copyright .title {
		display: inline-block;
		vertical-align: top;
		margin: 0 40px 0 0;
	}

	.copyright-list {
		display: inline-block;
		vertical-align: top;
	}

	.copyright-list li {
		display: inline-block;
		vertical-align: top;
	}

	.copyright-list li:not(:last-child):after {
		content: "|";
		margin: 0 6px;
	}

	.btn,
	form input[type="submit"] {
		font-size: 17px;
	}

	.main-menu > .main-item {
		height: 88px;
	}

	.main-menu > .main-item > a:before {
		height: calc(100% + 65px);
	}

	.main-menu > .main-item > a {
		font-size: 13px;
	}

	.main-menu > .main-item[class^="icon-"]:before,
	ul.main-menu:not([class]) > li.main-item:before,
	.main-menu > .main-item.btn-close:before,
	.main-menu > .main-item.btn-back:before,
	.popup .main-menu > .main-item.close:before,
	.jcf-select .main-menu > .main-item.jcf-select-opener:before,
	.main-menu > .main-item.contact-link:before,
	.main-menu > .main-item.sort-icon:before,
	.accordion > li.main-menu > .main-item.opener:before,
	.skills-list .main-menu > a.main-item:before,
	.secondary-nav .main-menu > a.main-item:before,
	.breadcrumb .main-menu > li.main-item:before {
		padding: 9px 0 14px;
		font-size: 42px;
	}

	.main-menu .menu-wrap {
		height: calc(100vh - 88px);
	}

	.main-menu .menu-wrap ul ul li {
		margin-bottom: 12px;
	}

	.main-menu .menu-wrap ul ul li:not(.back) > a {
		padding: 4px 0 4px 22px;
		font-size: 16px;
	}

	.main-menu ul {
		padding: 100px 42px 40px;
		font-size: 18px;
		color: #141c21;
	}

	.main-menu ul li {
		margin-bottom: 20px;
	}

	.main-menu ul li.has-children > a:after {
		font-size: 9px;
		content: "\e900";
	}

	.main-menu .btn-close:before {
		top: 0;
		-webkit-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
		font-size: 24px;
	}

	.main-menu .btn-close {
		width: 36px;
		height: 42px;
		right: 20px;
		padding: 32px 0 0;
		font-weight: 300;
		text-transform: uppercase;
		font-size: 12px;
	}

	.main-menu .btn-back:before {
		left: 43px;
		top: 56px;
		font-size: 12px;
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	.main-menu .btn-back:after {
		position: absolute;
		top: 56px;
		left: 78px;
		font-size: 13px;
		font-weight: 500;
		text-transform: uppercase;
		content: "back";
	}

	.hero-section {
		padding: 12px 0 112px;
		min-height: calc(100vh - 188px);
	}

	.mobile-device .hero-section .scroll-btn {
		bottom: 30px;
	}

	.hero-section.alt-view {
		padding: 0 0 35px;
	}

	.hero-section.alt-view .heading {
		margin: 0 auto 60px;
	}

	.hero-section.alt-view .text-col {
		padding: 8px 30px 0 24px;
		font-size: 14px;
		line-height: 1.6;
		text-align: left;
	}

	.hero-section.alt-view .text-col h2 {
		margin: 0 0 17px;
		line-height: 1.2;
	}

	.hero-section.alt-view .layout {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.hero-section.alt-view .layout .heading {
		width: 100%;
	}

	.hero-section.alt-view .layout .text-col,
	.hero-section.alt-view .layout .media-col {
		width: 50%;
	}

	.hero-section .heading {
		margin: 0 auto 44px;
	}

	.hero-section .scroll-btn {
		bottom: 30px;
	}

	.hero-section .search-form {
		margin-bottom: 61px;
	}

	.testimonials-section {
		padding: 83px 0;
	}

	.post-detail {
		padding: 29px 26px;
	}

	.post-detail.case-mode .meta-info {
		margin: 0 0 33px;
		text-align: left;
	}

	.post-detail .post-logo {
		margin: 0 auto 44px;
	}

	.post-detail .meta-info {
		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;
	}

	.post-detail .author {
		margin: 0 18px 0 0;
		text-transform: none;
	}

	.post-detail .category {
		margin: 0 18px 0 0;
	}

	.post-detail .post-main-img {
		margin: 0 0 53px;
	}

	.post-detail .post-main-img figcaption, .wp-caption-text  {
		padding: 8px 0;
		font-size: 11px;
	}

	.post-detail .heading {
		margin: 0 0 59px;
	}

	.post-detail .post-body {
		padding: 0 42px;
	}

	.post-footer-block:before {
		left: 66px;
		right: 74px;
	}

	.post-footer-block {
		padding: 20px 64px 57px;
	}

	.post-footer-block ul li {
		margin: 0 0 18px;
	}

	.post-footer-block .testimonials-grid {
		margin: 0 -80px;
	}

	.post .text-wrap {
		padding: 12px 20px 15px;
	}

	.posts-section .heading {
		text-align: center;
	}

	.staff-section {
		padding: 30px 0;
		text-align: center;
	}

	.staff-section .heading {
		margin: 0 0 31px;
		text-align: center;
	}

	.contact-list {
		margin: 0 0 64px;
	}

	.contact-list li {
		margin: 0 0 41px;
	}

	.contact-link:after {
		right: 11px;
	}

	.contact-link {
		padding: 15px 34px 15px 37px;
	}

	address {
		padding: 0 0 0 50px;
	}

	.table-holder {
		padding: 54px 0;
	}

	table {
		margin: 0 0 34px;
	}

	table td {
		padding: 12px 12px;
		vertical-align: middle;
	}

	.table-flag:before {
		position: absolute;
		right: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 2px;
		height: calc(100% + 44px);
		background-color: #eff4f6;
		content: "";
	}
	
	.table-flag.no-line:before { display: none }
	
	.table-flag.no-line {
    padding: 0;
    margin: 0;
    width: 24px;
    display: block;
}

	.table-flag {
		position: relative;
		padding: 0 12px 0 0;
		margin: 0 12px 0 0;
	}

	.tabs-main-info {
		padding: 30px 22px 20px;
	}

	.tabs-main-info .img-wrap {
		width: 48px;
		margin: 0 30px 0 0;
	}

	.tabs-main-info dl {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.tabs-main-info dl dt {
		width: 160px;
		padding: 0 15px 0 0;
	}

	.tabs-main-info dl dd {
		width: calc(100% - 160px);
	}

	.tabs-heading {
		padding: 0 22px;
		margin: 0 0 32px;
	}

	.tabs-heading h2 {
		font-size: 32px;
	}

	.tabs-heading .sub-heading {
		font-size: 14px;
	}

	.tab-content-item {
		padding: 34px 25px;
	}

	.tab-content ul {
		margin: 0 0 29px;
	}

	.course-details-section {
		padding: 55px 0;
	}

	.photo-teaser-image-layer {
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		right: 0;
	}

	.photo-teaser-text-box {
		width: 384px;
		padding: 43px 40px 43px;
		background-color: rgba(0, 58, 99, .93);
	}

	.photo-teaser-section {
		padding: 138px 0;
	}

	.accordion {
		font-size: 16px;
	}

	.accordion > li > .slide .opener {
		font-size: 16px;
	}

	.info-block {
		padding: 40px 0 1px;
	}

	.info-block .two-columns {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}

	.info-content {
		padding: 31px 48px 0 24px;
	}

	.info-content {
		margin: 0 0 94px;
	}

	.info-content-REMOVE {
		padding: 31px 48px 0 24px;
	}

	.info-content .img-wrap {
		max-width: 419px;
	}

	.info-sidebar {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 260px;
		flex: 0 0 260px;
		margin: 0 -12px 0 0;
	}

	.skills-list {
		padding: 0 20px;
		margin: 30px -7px 60px;
	}

	.info-list li {
		padding: 14px 10px 27px;
	}

	.info-list li:last-child {
		/*min-height: 240px;*/
	}

	.secondary-nav-holder {
		padding: 0 0 30px;
	}

	.secondary-nav {
		margin: 0 -7px;
	}

	.secondary-nav li {
		margin: 0 6px 12px;
	}

	.secondary-nav a:before {
		bottom: 12px;
	}

	.secondary-nav a {
		width: 136px;
		min-height: 170px;
		padding: 0 10px 25px;
		font-size: 14px;
		line-height: 1.2;
	}

	.secondary-nav a .img-wrap {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 98px;
		flex: 0 0 98px;
	}

	.teaser {
		padding: 45px 30px 45px;
	}

	.teaser .video-box {
		float: right;
		width: calc(50% + 28px);
		margin: 0px -28px 0 0;
	}

	.watermark-section {
		padding: 96px 25px 102px;
	}

	.watermark-section h2 {
		margin: 0 0 36px;
	}

	.intro-section .video-box {
		float: right;
		width: 50%;
		margin: 0 0 30px 30px;
	}

	.partners-section {
		padding: 0 0 103px;
	}

	.partners-section h2 {
		padding: 0 0 19px;
		margin: 0 0 60px;
		font-size: 25px;
	}

	.partners-list li {
		width: 20%;
	}

	.partners-open-close {
		margin: 0 0 103px;
	}

	.large-cards-holder {
		margin: 0 -7px;
	}

	.large-cards-holder > * {
		width: calc(25% - 14px);
		margin: 0 7px;
	}

	.large-card {
		min-height: 341px;
		padding: 39px 20px 36px;
	}

	.large-card h3 {
		line-height: 1.2;
	}

	.services-section {
		padding: 53px 0 76px;
	}

	.services-cards-holder > * {
		width: calc(33.3333333% - 14px);
	}

	.video-box {
		margin: 0;
		padding: 20px 20px 10px;
	}

	.video-box .video-description {
		font-size: 12px;
	}

	.video-box .video-description img {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 42px;
		flex: 0 0 42px;
	}

	.banner-section {
		min-height: 250px;
	}

	.banner-section .container {
		max-width: 580px;
	}

	.banner-section h2 {
		font-size: 32px;
	}

	.statistic-section {
		padding: 35px 0 0px;
	}
	
	.home .statistic-section {
	padding: 35px 0; }

	.statistic-list {
		margin: 0 -8px 51px;
	}

	.statistic-list li {
		width: calc(33.333333% - 16px);
		padding: 16px 20px 26px;
		margin: 0 8px 16px;
	}

	.mobile-device .head-section .h-100vh {
		padding: 0 0 40px;
	}

	.head-section .h-100vh {
		min-height: 0;
		padding: 0 0 40px;
	}

	.head-section .heading {
		margin: 0 auto 34px;
	}

	.head-section .heading h1:before {
		width: 134px;
		height: 6px;
	}

	.head-section .heading h1 {
		margin: 0 0 27px;
		font-size: 28px;
	}

	.head-section .scroll-btn {
		display: none;
	}

	.about-author {
		font-size: 15px;
	}

	.about-author .img-col {
		float: left;
		width: 200px;
		margin: 0 30px 0 0;
	}

	.about-author .text-col {
		padding: 0;
		line-height: 1.5;
	}

	.about-author .text-col p {
		margin: 0 0 25px;
	}
}

@media (min-width: 768px) and (max-width: 1199px) {
	.questions-section .container {
		padding: 0 30px;
	}

	.hero-section.alt-view .display-1 {
		font-size: 37px;
	}

	.contact-section > .container {
		padding: 0 35px;
	}

	.info-list {
		font-size: 14px;
	}

	.info-list span {
		font-size: 55px;
	}

	.intro-section {
		font-size: 14px;
		line-height: 1.6;
	}

	.intro-section .container {
		padding: 0 34px;
	}

	.intro-section hr {
		display: block;
	}

	.statistic-list li {
		font-size: 14px;
	}

	.statistic-list li span {
		font-size: 55px;
	}
}

@media all and (-ms-high-contrast: none) and (min-width: 768px), (-ms-high-contrast: active) and (min-width: 768px) {
	.banner-section {
		height: 250px;
	}
}

@media (min-width: 1024px) {
	.form-group.w-lg-25 {
		width: 25%;
	}

	[id="header"] {
		margin: 0 0 45px;
	}

	[id="header"] .logo {
		display: none;
	}

	[id="wrapper"] {
		padding: 0 0 0 140px;
	}

	.d-lg-block {
		display: block !important;
	}

	.sidenav {
		top: 0;
		width: 140px;
		height: 100vh;
	}

	.sidenav .logo {
		display: block;
	}

	.main-menu {
		display: block;
	}

	.main-menu > .main-item {
		margin-top: -1px;
		height: auto;
		padding: 20px 10px;
	}

	.main-menu .menu-wrap {
		bottom: auto;
		top: 0;
		left: 100%;
		width: calc(100vw - 140px);
		height: 100vh;
	}

	.posts-holder .post {
		width: calc(33.3333333% - 20px);
	}

	.post .text-wrap {
		padding: 12px 20px 19px;
	}

	.posts-section .heading {
		margin: 0 0 10px;
		text-align: left;
	}

	.employees-cards-holder > * {
		width: calc(50% - 20px);
	}

	.contact-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin: 0 -6px;
	}

	.contact-list li {
		width: 33.3333333%;
		padding: 0 6px;
	}

	.contact-link {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		min-height: 86px;
		margin: 0 0 46px;
		padding: 5px 34px 5px 47px;
		font-size: 16px;
	}

	.contact-link .location {
		display: block;
		margin: 0;
	}

	.contact-link .tel {
		display: block;
	}

	address {
		font-size: 16px;
	}

	.tabs-main-info {
		padding: 57px 22px 24px;
		border-top: 2px solid #eff4f6;
		background-color: transparent;
	}

	.tabs-heading {
		margin: 0 0 50px;
	}

	.course-details-section {
		padding: 62px 0;
	}

	.skills-list li {
		width: calc(33.33333% - 16px);
		margin: 0 8px 14px;
	}

	.teaser {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding: 65px 0 45px;
	}

	.teaser.reverse .media-wrap {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}

	.teaser .media-wrap {
		width: 50%;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		text-align: center;
	}

	.teaser .media-wrap [class^="icon-"],
	.teaser .media-wrap ul:not([class]) > li:before,
	.teaser .media-wrap .main-menu ul li.has-children > a:after,
	.main-menu ul .teaser .media-wrap li.has-children > a:after,
	.teaser .media-wrap .main-menu .btn-close:before,
	.main-menu .teaser .media-wrap .btn-close:before,
	.teaser .media-wrap .main-menu .btn-back:before,
	.main-menu .teaser .media-wrap .btn-back:before,
	.teaser .media-wrap .popup .close:before,
	.popup .teaser .media-wrap .close:before,
	.teaser .media-wrap .jcf-select .jcf-select-opener:before,
	.jcf-select .teaser .media-wrap .jcf-select-opener:before,
	.teaser .media-wrap .contact-link:before,
	.teaser .media-wrap .contact-link:after,
	.teaser .media-wrap .sort-icon:before,
	.teaser .media-wrap .accordion > li > .opener:before,
	.teaser .media-wrap .accordion .opener:after,
	.accordion .teaser .media-wrap .opener:after,
	.teaser .media-wrap .skills-list a:before,
	.skills-list .teaser .media-wrap a:before,
	.teaser .media-wrap .secondary-nav a:before,
	.secondary-nav .teaser .media-wrap a:before,
	.teaser .media-wrap .breadcrumb li:before,
	.breadcrumb .teaser .media-wrap li:before {
		display: inline-block;
		vertical-align: top;
		margin: 60px 0 0;
		font-size: 274px;
	}
	.teaser .media-wrap .video-description [class^="icon-"], .media-col .video-description [class^="icon-"] {
		display: inline-block;
		vertical-align: top;
		margin: 0px;
		font-size: 48px;
		padding: 0 70px 0 0;
		color: #ffb932;
	}
	.teaser .media-wrap .popup-holder [class^="icon-"] {
		margin: 0 0px 0 0;
	}
	.teaser .media-wrap .popup .close:before {
		font-size: 34px;
		padding: 0;
	}

	.teaser .media-wrap img {
		margin-top: 30px;
		max-width: 300px
	}

	.teaser .text-wrap {
		width: 50%; 
		padding-right: 30px;
	}

	.teaser .text-wrap:only-child {
		width: 100%;
	}

	.teaser ul {
		padding: 14px 0 0;
	}

	.teaser .video-box {
		float: none;
		width: 100%;
		margin: -28px 0 0 0;
	}

	.breadcrumb-holder {
		display: block;
	}

	.breadcrumb-logo {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 30px;
		flex: 0 0 30px;
		margin: 0 8px 0 0;
	}

	.breadcrumb {
		font-size: 11px;
	}

	.breadcrumb li:before {
		margin: 0 9px 0 0;
	}

	.breadcrumb li {
		margin: 0 5px 0 0;
	}

	.banner-section .container {
		max-width: 850px;
	}
}

@media (min-width: 1200px) {
	input[type="text"],
	input[type="tel"],
	input[type="email"],
	input[type="search"],
	input[type="password"],
	textarea {
		font-size: 17px;
	}

	textarea {
		height: 192px;
	}

	input[type="checkbox"] + label,
	.jcf-checkbox + label {
		font-size: 16px;
	}

	.form-heading, #field_1_9 .gfield_label, #main .gform_description, #main .gform_description h2 {
		margin: 0 0 20px;
		font-size: 22px;
		color: #003a63
	}
	#field_1_9 .gfield_label {
		margin: 20px 0 0 ;
	}

	#content {
		float: left;
		width: 70%;
	}

	#content:only-child {
		float: none;
		width: 100%;
	}

	#sidebar {
		float: right;
		width: 25%;
	}

	#sidebar #wp-calendar {
		width: 100%;
	}

	.search-form {
		max-width: 741px;
	}

	h1,
	.h1 {
		font-size: 41px;
		letter-spacing: -.8px;
		margin: 0 0 5px;
	}

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

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

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

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

	.teaser .checker-title h4 {
		font-size: 41px;
	} 

	h6,
	.h6 {
		font-size: 17px;
		font-weight: 600;
		margin: 0 0 0px;
	}

	.display-1 {
		font-size: 65px;
	}

	[id="wrapper"] {
		padding: 0 0 0 160px;
	}

.full-width ul.yellow > li:before,
.slide ul.yellow > li:before,
	ul:not([class]) > li:before {
		font-size: 18px;
	}

.full-width ul.yellow > li,
.slide ul.yellow > li,
	ul:not([class]) > li {
		padding: 0 0 0 30px;
		margin: 0 0 20px;
	}

	ul.no-bullet li,
	.main-menu ul li,
	.post-footer-block ul li,
	.share-block ul li,
	.jcf-list ul li,
	.tab-content ul li,
	.accordion ul li {
		padding: 0;
		margin: 0;
	}

	blockquote {
		font-size: 20px;
	}

	cite {
		font-size: 16px;
	}

	.bg-light-with-decor,
	.bg-secondary-with-decor {
		background-position: 50% -60px;
		background-size: 1400px auto;
	}

	.company-info {
		margin: 0 0 45px;
	}

	.company-contact-buttons li:not(:last-child) {
		margin: 0 0 13px;
	}

	.base-section-heading {
		max-width: 910px;
		margin: 0 auto 50px;
		font-size: 17px;
	}

	.divider {
		width: 160px;
		height: 7px;
		margin-bottom: 40px;
	}

	.questions-section {
		padding: 0px 0px 45px;
	}

	.footer-top {
		font-size: 10px;
	}

	.copyright {
		font-size: 9px;
	}

	.btn.btn-sm,
	form input.btn-sm[type="submit"] {
		min-width: 60px;
		font-size: 13px; 
		text-align: center;
	}

	.load-more-btn {
		font-size: 13px;
	}

	.sidenav {
		width: 160px;
	}

	.sidenav .logo {
		padding: 17px 14px;
	}

	.main-menu > .main-item > a {
		font-size: 14px;
	}

	.main-menu > .main-item[class^="icon-"]:before,
	ul.main-menu:not([class]) > li.main-item:before,
	.main-menu > .main-item.btn-close:before,
	.main-menu > .main-item.btn-back:before,
	.popup .main-menu > .main-item.close:before,
	.jcf-select .main-menu > .main-item.jcf-select-opener:before,
	.main-menu > .main-item.contact-link:before,
	.main-menu > .main-item.sort-icon:before,
	.accordion > li.main-menu > .main-item.opener:before,
	.skills-list .main-menu > a.main-item:before,
	.secondary-nav .main-menu > a.main-item:before,
	.breadcrumb .main-menu > li.main-item:before {
		padding: 9px 0 10px;
	}

	.main-menu .menu-wrap {
		width: calc(100vw - 160px);
	}

	.main-menu ul {
		padding: 93px 42px 40px 72px;
	}

	.main-menu .btn-back:before {
		left: 73px;
	}

	.main-menu .btn-back:after {
		left: 108px;
	}

	.popup-base .popup-content {
		font-size: 20px;
	}

	.popup-base .popup-content h1 {
		font-size: 45px;
		margin: 0 0 33px;
	}

	.hero-section {
		min-height: calc(100vh - 100px);
		padding: 0 0 112px;
		font-size: 20px;
	}

	.hero-section.alt-view {
		padding: 55px 0 100px;
	}

	.hero-section.alt-view .heading {
		margin: 0 0 11px;
		text-align: left;
	}

	.hero-section.alt-view .text-col {
		padding: 0 40px 0 0;
		font-size: 17px;
		line-height: 1.55;
	}

	.hero-section.alt-view .text-col h2 {
		margin: 0 0 15px;
	}

	.hero-section.alt-view .text-col p:last-of-type {
		margin: 0 0 50px;
	}

	.hero-section.alt-view .layout {
		margin: 0 0 30px;
	}

	.hero-section.alt-view .layout .heading {
		width: 50%;
	}

	.hero-section.alt-view .layout .media-col {
		position: absolute;
		right: 0;
		top: 0px;
	}

	.hero-section.alt-view .layout .text-col,
	.hero-section.alt-view .layout .media-col {
		width: calc(50% + 1px);
	}

	.hero-section.alt-view .display-1 {
		font-size: 59px;
		line-height: .95;
	}

	.hero-section .heading {
		margin: 0 auto 52px;
	}

	.hero-section .search-form {
		margin-bottom: 71px;
	}

	.testimonials-grid {
		margin: 0 -5px 55px;
	}

	.testimonials-section {
		padding: 109px 0;
	}

	.post-detail-holder {
		margin: 0 0 100px;
	}

	.post-detail {
		padding: 39px 32px;
	}

	.post-detail.case-mode .meta-info {
		margin: 0 0 43px;
	}

	.post-detail .post-logo {
		margin: 0 auto 42px;
	}

	.post-detail .meta-info {
		margin: 0 0 37px;
	}

	.post-detail .author {
		min-width: 107px;
		margin: 0 21px 0 0;
	}

	.post-detail .post-main-img {
		margin: 0 -14px 59px;
	}

	.post-detail .post-main-img figcaption, .wp-caption-text  {
		padding: 12px 0;
		letter-spacing: 0;
	}

	.post-detail .heading {
		font-size: 20px;
	}

	.post-detail .post-body {
		padding: 0 97px 0 97px;
	}

	.post-footer-block:before {
		left: 127px;
		right: 127px;
	}

	.post-footer-block {
		padding: 18px 127px 66px;
	}

	.post-footer-block > h2 {
		margin: 0 0 50px;
	}

	.post-footer-block ul li {
		margin: 0 0 18px;
	}

	.post-footer-block .testimonials-grid {
		margin: 0 -144px;
	}

	.posts-holder {
		padding: 20px 0;
		margin: 0 -10px 20px;
	}

	.posts-section {
		margin: 0 0 100px;
	}

	.staff-section {
		padding: 23px 0;
		text-align: left;
	}

	.staff-section .heading {
		margin: 0 0 21px;
		text-align: left;
	}

	.employees-cards-holder > * {
		width: calc(33% - 20px);
	}

	.employee-card {
		margin-bottom: 19px;
	}

	.table-holder {
		padding: 50px 0;
	}

	table {
		margin: 0 0 42px;
		font-size: 15px;
	}

	table th {
		padding: 22px 14px;
		font-size: 13px;
	}

	table td {
		padding: 13px 14px 12px;
		max-width: 360px
	}

	.sort-icon:before {
		top: calc(50% - 2px);
	}

	.table-flag {
		padding: 0 14px 0 0;
		margin: 0 14px 0 0;
	}

	.photo-teaser-text-box {
		width: 577px;
		padding: 50px 40px 50px;
	}

	.photo-teaser-text-box h2 {
		margin: 0 0 18px;
		line-height: 1.15;
	}

	.photo-teaser-text-box p:last-of-type {
		margin: 0 0 46px;
	}

	.photo-teaser-section {
		padding: 224px 0;
	}

	.accordion > li > .opener:before {
		font-size: 22px;
	}

	.accordion > li > .opener {
		padding: 14px 20px 14px 35px;
		font-size: 18px;
	}

	.info-block {
		padding: 45px 0 1px;
	}

	.info-content {
		padding: 9px 48px 0 0;
		margin: 0 0 122px;
	}

	.info-content-REMOVE {
		padding: 9px 48px 0 0; 
		margin-bottom: 50px
	}

	.info-content .img-wrap {
		max-width: 710px;
		padding-top: 96px;
	}

	.info-sidebar {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 406px;
		flex: 0 0 406px;
		padding: 0 0 0;
		margin: 0 -16px 0 0;
	}

	.skills-list {
		margin: 30px -8px 60px;
		padding: 0;
	}

	.skills-list a {
		padding: 29px 30px 29px 20px;
	}

	.info-list li {
		padding: 20px 10px 36px;
	}

	.info-list li:last-child {
		/*min-height: 413px;*/
	}

	.secondary-nav-holder {
		padding: 0 0 36px;
	}

	.secondary-nav-holder h2 {
		margin: 0 0 37px;
	}

	.secondary-nav {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.teaser .media-wrap img {
		margin-top: 62px;
	}

	.teaser .checker-title h4 {
		margin: 0 0 30px;
	}

	.teaser .video-box {
		margin: 0px 0 0 0;
	}

	.breadcrumb-holder {
		padding-left: 160px;
	}

	.watermark-section {
		padding: 123px 0 109px;
	}

	.watermark-section h2 {
		margin: 0 0 64px;
		font-size: 30px;
	}

	.intro-section {
		padding: 45px 0;
	}

	.partners-section {
		padding: 0 0 72px;
	}

	.partners-section h2 {
		padding: 0 0 16px;
		margin: 0 0 92px;
	}

	.partners-list li {
		width: 16.666666%;
		margin: 0 0 60px;
	}

	.partners-open-close {
		margin: 0 0 60px;
	}

	.large-card:hover .hover-layer {
		z-index: 2;
		opacity: 1;
	}

	.large-card {
		min-height: 308px;
	}

	.large-card .hover-layer {
		padding: 30px 20px;
		font-size: 16px;
		text-align: center;
	}

	.large-card .hover-layer h3 {
		font-size: 24px;
	}

	.large-card .hover-layer p {
		margin: 0 0 30px;
	}

	.large-card .open {
		display: none;
	}

	.large-card .close {
		display: none;
	}

	.services-section {
		padding: 80px 0 114px;
	}

	.services-cards-holder {
		margin-right: -10px;
		margin-left: -10px;
	}

	.services-cards-holder > * {
		width: calc(33.3333333% - 20px);
		margin-right: 10px;
		margin-left: 10px;
	}

	.service-card {
		min-height: 266px;
	}

	.service-card h3 {
		font-size: 21px;
	}

	.service-card .main-ico {
		margin: 0 0 38px;
	}

	.video-box {
		padding: 32px 32px 28px;
	}

	.video-box .video {
		margin: 0 0 18px;
	}

	.video-box .play-btn {
		width: 125px;
		height: 125px;
		font-size: 22px;
	}

	.video-box .play-btn .icon-play {
		margin: 0 0 10px;
		font-size: 81px !important;
	}

	.video-box .video-description img {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 48px;
		flex: 0 0 48px;
	}

	.banner-section {
		min-height: 350px;
	}

	.banner-section h2 {
		font-size: 45px;
	}

	.statistic-section {
		padding: 40px 0 0px;
	}
	
	.home .statistic-section {
	padding: 40px 0; }

	.statistic-list {
		margin: 0 -10px 40px;
	}

	.statistic-list li {
		width: calc(33.333333% - 20px);
		padding: 23px 20px 34px;
		margin: 0 10px 20px;
	}

	.head-section .heading {
		margin: 0 auto 32px;
		font-size: 21px;
	}

	.head-section .heading h1:before {
		width: 160px;
		height: 7px;
	}

	.head-section .heading h1 {
		margin: 0 0 31px;
		font-size: 42px;
		padding: 0 0 34px;
	}

	.about-author .img-col {
		width: 280px;
		padding: 0 15px;
		margin: 0 10px 0 0;
	}
}

@media all and (-ms-high-contrast: none) and (min-width: 1200px), (-ms-high-contrast: active) and (min-width: 1200px) {
	.banner-section {
		height: 350px;
	}
}

@media (max-width: 1199px) {
	.hero-section.alt-view .h-100vh {
		position: relative;
		min-height: calc(100vh - 185px);
		/*padding: 0 0 140px;*/
		padding: 0 0 50px;
}
}

@media (max-width: 1023px) {
	iframe {
		width: 100%;
	}

	.hero-section.alt-view .h-100vh {
		min-height: calc(100vh - 198px);
	}

	.staff-section .container {
		max-width: 600px;
	}

	.tabset-responsive {
		display: none;
	}

	.photo-teaser-section .container {
		padding: 0;
	}

	.teaser .media-wrap img {
		width: 62px;
	}
}

@media (max-width: 850px) {
	.hero-section.alt-view .h-100vh {
		min-height: calc(100vh - 238px);
	}
}

@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;
	}


.full-width ul.yellow,
.slide ul.yellow,
	ul:not([class]) {
		font-size: 15px;
	}

	.hero-section.alt-view .heading {
		margin: 0;
	}

	.hero-section .h-100vh {
		position: relative;
		padding: 0 0 140px;
		min-height: calc(80vh - 195px);
	}

	.hero-section.alt-view .h-100vh {
		min-height: calc(100vh - 138px);
	}
	
	table table,
	table thead,
	table tbody,
	table th,
	table td,
	table tr {
		display: block;
	}

	table thead {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	table tr:not(:first-child) {
		margin-top: -2px;
	}

	table:not([class]) td {
		position: relative;
		padding-left: 114px !important;
	}

	table:not([class]) td:before {
		position: absolute;
		left: 0;
		top: 50%;
		z-index: 2;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 98px;
		padding: 0 5px;
		font-size: 12px;
		text-transform: uppercase;
		content: attr(data-title);
	}

	table:not([class]) td:after {
		position: absolute;
		left: 0;
		top: 0;
		bottom: -2px;
		z-index: 1;
		width: 98px;
		background-color: #eff4f6;
		border-bottom: 2px solid #fff;
		content: "";
	}

	table td:not(:first-child) {
		margin-top: -2px;
	}

	table td.btn-col {
		padding-left: 5px !important;
	}

	table td.btn-col:after {
		background-color: transparent;
		border: 2px solid #eff4f6;
		border-width: 2px 0 2px;
		margin-top: -2px;
	}

	.d-sm-none {
		display: none;
	}

	.secondary-nav-holder h2 {
		font-size: 16px;
	}
}

@-webkit-keyframes MenuAnimOut1 {
	0% {
		opacity: 1;
	}

	50% {
		-webkit-transform: translateZ(-250px) rotateY(30deg);
	}

	75% {
		-webkit-transform: translateZ(-372.5px) rotateY(15deg);
		opacity: .5;
	}

	100% {
		-webkit-transform: translateZ(-500px) rotateY(0deg);
		opacity: 0;
	}
}

@-webkit-keyframes MenuAnimOut2 {
	0% {
		opacity: 1;
	}

	100% {
		-webkit-transform: translateX(-100%);
		opacity: 0;
	}
}

@-webkit-keyframes MenuAnimOut3 {
	0% {
		opacity: 1;
	}

	100% {
		-webkit-transform: translateZ(300px);
		opacity: 0;
	}
}

@-webkit-keyframes MenuAnimOut4 {
	0% {
		opacity: 1;
	}

	100% {
		-webkit-transform: translateZ(-300px);
		opacity: 0;
	}
}

@-webkit-keyframes MenuAnimOut5 {
	0% {
		opacity: 1;
	}

	100% {
		-webkit-transform: translateY(40%);
		opacity: 0;
	}
}

@keyframes MenuAnimOut1 {
	0% {
		opacity: 1;
	}

	50% {
		-webkit-transform: translateZ(-250px) rotateY(30deg);
		transform: translateZ(-250px) rotateY(30deg);
	}

	75% {
		-webkit-transform: translateZ(-372.5px) rotateY(15deg);
		transform: translateZ(-372.5px) rotateY(15deg);
		opacity: .5;
	}

	100% {
		-webkit-transform: translateZ(-500px) rotateY(0deg);
		transform: translateZ(-500px) rotateY(0deg);
		opacity: 0;
	}
}

@keyframes MenuAnimOut2 {
	0% {
		opacity: 1;
	}

	100% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		opacity: 0;
	}
}

@keyframes MenuAnimOut3 {
	0% {
		opacity: 1;
	}

	100% {
		-webkit-transform: translateZ(300px);
		transform: translateZ(300px);
		opacity: 0;
	}
}

@keyframes MenuAnimOut4 {
	0% {
		opacity: 1;
	}

	100% {
		-webkit-transform: translateZ(-300px);
		transform: translateZ(-300px);
		opacity: 0;
	}
}

@keyframes MenuAnimOut5 {
	0% {
		opacity: 1;
	}

	100% {
		-webkit-transform: translateY(40%);
		transform: translateY(40%);
		opacity: 0;
	}
}

@-webkit-keyframes MenuAnimIn1 {
	0% {
		-webkit-transform: translateZ(-500px) rotateY(0deg);
		opacity: 0;
	}

	20% {
		-webkit-transform: translateZ(-250px) rotateY(30deg);
		opacity: .5;
	}

	100% {
		-webkit-transform: translateZ(0px) rotateY(0deg);
		opacity: 1;
	}
}

@-webkit-keyframes MenuAnimIn2 {
	0% {
		-webkit-transform: translateX(-100%);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateX(0px);
		opacity: 1;
	}
}

@-webkit-keyframes MenuAnimIn3 {
	0% {
		-webkit-transform: translateZ(300px);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateZ(0px);
		opacity: 1;
	}
}

@-webkit-keyframes MenuAnimIn4 {
	0% {
		-webkit-transform: translateZ(-300px);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateZ(0px);
		opacity: 1;
	}
}

@-webkit-keyframes MenuAnimIn5 {
	0% {
		-webkit-transform: translateY(40%);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateY(0);
		opacity: 1;
	}
}

@keyframes MenuAnimIn1 {
	0% {
		-webkit-transform: translateZ(-500px) rotateY(0deg);
		transform: translateZ(-500px) rotateY(0deg);
		opacity: 0;
	}

	20% {
		-webkit-transform: translateZ(-250px) rotateY(30deg);
		transform: translateZ(-250px) rotateY(30deg);
		opacity: .5;
	}

	100% {
		-webkit-transform: translateZ(0px) rotateY(0deg);
		transform: translateZ(0px) rotateY(0deg);
		opacity: 1;
	}
}

@keyframes MenuAnimIn2 {
	0% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
		opacity: 1;
	}
}

@keyframes MenuAnimIn3 {
	0% {
		-webkit-transform: translateZ(300px);
		transform: translateZ(300px);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateZ(0px);
		transform: translateZ(0px);
		opacity: 1;
	}
}

@keyframes MenuAnimIn4 {
	0% {
		-webkit-transform: translateZ(-300px);
		transform: translateZ(-300px);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateZ(0px);
		transform: translateZ(0px);
		opacity: 1;
	}
}

@keyframes MenuAnimIn5 {
	0% {
		-webkit-transform: translateY(40%);
		transform: translateY(40%);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

@-webkit-keyframes SubMenuAnimIn1 {
	0% {
		-webkit-transform: translateX(50%);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateX(0px);
		opacity: 1;
	}
}

@-webkit-keyframes SubMenuAnimIn2 {
	0% {
		-webkit-transform: translateX(100%);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateX(0px);
		opacity: 1;
	}
}

@-webkit-keyframes SubMenuAnimIn3 {
	0% {
		-webkit-transform: translateZ(-300px);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateZ(0px);
		opacity: 1;
	}
}

@-webkit-keyframes SubMenuAnimIn4 {
	0% {
		-webkit-transform: translateZ(300px);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateZ(0px);
		opacity: 1;
	}
}

@-webkit-keyframes SubMenuAnimIn5 {
	0% {
		-webkit-transform: translateZ(-200px);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateZ(0);
		opacity: 1;
	}
}

@keyframes SubMenuAnimIn1 {
	0% {
		-webkit-transform: translateX(50%);
		transform: translateX(50%);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
		opacity: 1;
	}
}

@keyframes SubMenuAnimIn2 {
	0% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
		opacity: 1;
	}
}

@keyframes SubMenuAnimIn3 {
	0% {
		-webkit-transform: translateZ(-300px);
		transform: translateZ(-300px);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateZ(0px);
		transform: translateZ(0px);
		opacity: 1;
	}
}

@keyframes SubMenuAnimIn4 {
	0% {
		-webkit-transform: translateZ(300px);
		transform: translateZ(300px);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateZ(0px);
		transform: translateZ(0px);
		opacity: 1;
	}
}

@keyframes SubMenuAnimIn5 {
	0% {
		-webkit-transform: translateZ(-200px);
		transform: translateZ(-200px);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}
}

@-webkit-keyframes SubMenuAnimOut1 {
	0% {
		-webkit-transform: translateX(0%);
		opacity: 1;
	}

	100% {
		-webkit-transform: translateX(50%);
		opacity: 0;
	}
}

@-webkit-keyframes SubMenuAnimOut2 {
	0% {
		-webkit-transform: translateX(0%);
		opacity: 1;
	}

	100% {
		-webkit-transform: translateX(100%);
		opacity: 0;
	}
}

@-webkit-keyframes SubMenuAnimOut3 {
	0% {
		-webkit-transform: translateZ(0px);
		opacity: 1;
	}

	100% {
		-webkit-transform: translateZ(-300px);
		opacity: 0;
	}
}

@-webkit-keyframes SubMenuAnimOut4 {
	0% {
		-webkit-transform: translateZ(0px);
		opacity: 1;
	}

	100% {
		-webkit-transform: translateZ(300px);
		opacity: 0;
	}
}

@-webkit-keyframes SubMenuAnimOut5 {
	0% {
		-webkit-transform: translateZ(0);
		opacity: 1;
	}

	100% {
		-webkit-transform: translateZ(-200px);
		opacity: 0;
	}
}

@keyframes SubMenuAnimOut1 {
	0% {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
		opacity: 1;
	}

	100% {
		-webkit-transform: translateX(50%);
		transform: translateX(50%);
		opacity: 0;
	}
}

@keyframes SubMenuAnimOut2 {
	0% {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
		opacity: 1;
	}

	100% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		opacity: 0;
	}
}

@keyframes SubMenuAnimOut3 {
	0% {
		-webkit-transform: translateZ(0px);
		transform: translateZ(0px);
		opacity: 1;
	}

	100% {
		-webkit-transform: translateZ(-300px);
		transform: translateZ(-300px);
		opacity: 0;
	}
}

@keyframes SubMenuAnimOut4 {
	0% {
		-webkit-transform: translateZ(0px);
		transform: translateZ(0px);
		opacity: 1;
	}

	100% {
		-webkit-transform: translateZ(300px);
		transform: translateZ(300px);
		opacity: 0;
	}
}

@keyframes SubMenuAnimOut5 {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}

	100% {
		-webkit-transform: translateZ(-200px);
		transform: translateZ(-200px);
		opacity: 0;
	}
}

/****************** WOO COMMERCE **************/
.woocommerce #content input.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce-page #content input.button.alt:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce-page input.button.alt:hover {
background:yellow !important;
background-color:transparent !important;
color:#003a63 !important;
border:#003a63 2px solid !important;
}

.woocommerce #content input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce-page #content input.button:hover, .woocommerce-page #respond input#submit:hover, .woocommerce-page a.button:hover, .woocommerce-page button.button:hover, .woocommerce-page input.button:hover {
background:transparent !important; 
color:#003a63 !important; 
border:#003a63 2px solid !important;
}

.woocommerce #content input.button, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce-page #content input.button, .woocommerce-page #respond input#submit, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button {
background: #003a63 !important;
color:white !important;
text-shadow: none !important;
border:#003a63 2px solid !important;
}

.woocommerce #content input.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce-page #content input.button.alt:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce-page input.button.alt:hover {
background: transparent !important;
box-shadow: none;
text-shadow: none !important;
color:#003a63 !important;
border:#003a63 2px solid !important;
}

.product_meta .sku_wrapper { display: block; margin: 0px 0px 20px 0px }  
.product h2 {font-weight: 400 !important }

.woocommerce div.product form.cart div.quantity {
    float: none !important;
    display: block !important;
    margin: 0 4px 20px 0 !important;
}
 
#order_review_heading { margin: 30px 0 10px 0; }

#order_comments { min-height: 200px}

.course_org { 
    display: block;
    font-size: 16px;
    font-style: italic;
    text-transform: initial; }
	
#main .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
    margin-top: 0px;
}

/* WOOO */
.cart-customlocation { text-decoration: none; position: relative; left:-20px; top:4px }
.cart-customlocation .icon-mi_nav-shopping-cart {color: #003a63; font-size:40px; float: left }
#mini-cart-count {
	color:#fff;background-color: #003a63;border-radius: 50%;padding: 2px;font-size: 12px;
	width: 18px;height: 18px;line-height: 13px;text-align: center;display: inline-block; 
	position: absolute; left: -12px; margin-top:10px}
.btn.btn-yellow { background-color: #ffb932; color: #003a63 }

.variation-details { text-transform: Uppercase } 

.employee-card p { font-size: 15px; line-height: 20px}

.woocommerce-page table.shop_table_responsive tr { border-bottom: #eff4f6 solid 30px; }
 
.tech-icon { background-color:#003a63; } 
.tech-icon span { color:#fff }

.filters-box strong { font-weight:600!important }

.page-template-page-partners-courses .jcf-select-location-wrap li:nth-child(2), 
.page-template-page-partners-courses .jcf-select-location-wrap li:nth-child(12), 
.page-template-page-courses .jcf-select-location-wrap li:nth-child(2), 
.page-template-page-courses .jcf-select-location-wrap li:nth-child(12), 
.page-template-page-courses .jcf-select-tech-wrap li:nth-child(2), 
.page-template-page-courses .jcf-select-cat-wrap li:nth-child(2), 
.page-template-page-cert-pros .jcf-select-location-wrap li:nth-child(1), 
.page-template-page-cert-pros .jcf-select-location-wrap li:nth-child(10) { 
  font-weight:800;
  text-transform: uppercase
}

.training_partners td { max-width: 100% }


.search-result {
	padding: 40px 0;
}

.search-result-item {
	margin-bottom: 50px;
}

.search-result-item .category {
	display: block;
	margin-bottom: 2px;
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #a6b0b4;
}

.search-result h3 a {
	color: inherit;
	text-decoration: none;
}

.search-result h3 a:hover {
	color: #64a43d;
}

/*.product-category.product { width: 50% !important }*/
@media (min-width: 769px) {
.page-id-8.woocommerce-page ul.products li.product { 
    margin: 0 5% 2.992em 0 !important
}

.page-id-8 .woocommerce.columns-3 ul.products li.product {
    width: 25%!important
}
}

.woocommerce-loop-category__title {
	-webkit-transition: background-color .3s ease-in-out, color .3s ease-in-out;
	transition: background-color .3s ease-in-out, color .3s ease-in-out;
	position: relative;
	display: block;
	padding: 24px 30px 24px 15px;
	font-size: 17px;
	background: #003a63;
	color: #fff;
	text-decoration: none;
	border: 1px solid #003a63;
	border-radius: 4px; 
  padding: 20px!important;
  font-size: 14px!important; 
  text-align:center
}

.woocommerce-loop-category__title:hover { 
	color: #003a63;
	background: #fff;}
	
	
.intro-section:after { display: block; content: ""; clear: both}

/* ADMIN BAR SHIFT */
@media (min-width: 1024px) {
	.admin-bar #header {top: 32px;}
	.admin-bar .sidenav {top: 32px; height: calc(100vh - 32px);}
}

.intro-section h1 { text-decoration: line-through }

.analysts-name { max-width: 200px; max-height: 45px; color: #003a63; font-size: 15px; }

input.analysts-name::placeholder { color: #003a63 !important; font-size: 15px !important; }

/*#ship-to-different-address { margin-bottom: 35px; }*/

#ship-to-different-address label { display: none }

.woocommerce a.button.wc_avatax_validate_address { margin-bottom: 30px; }

.full-width ul:not([class]), .accordion ul:not([class]) { margin-left:30px; padding-top: 0px; margin-bottom: 20px}
.full-width ul:not([class]) ul, .accordion ul:not([class]) ul { margin-left:30px; padding-top: 0px; margin-bottom: 0px}
.full-width ul:not([class]) > li:before, .accordion .slide ul:not([class]) li:before { display: none !important }
.full-width ul:not([class]) > li, .accordion ul:not([class]) > li { list-style: disc }
.full-width ul:not([class]) > li li, .accordion ul:not([class]) li li { list-style: circle }
.full-width ul:not([class]) > li, .accordion ul:not([class]) li {
    padding: 0 0 0 5px;
    margin: 0 0 0px;
    line-height: 1.8;
}
.full-width ul:not([class]) ul, .accordion ul:not([class]) ul {
    padding: 0px 0 10px;
}

#main .no-bottom-padding { padding-bottom: 1px !important }
#main .no-top-padding { padding-top: 1px !important }
#main .add-top-padding { padding-top: 45px !important } 

.woocommerce a.remove { line-height: 1.15 !important } 

.tp_logo { float:right; width:20% }
.tp_logo img { max-width: 300px!important  height: auto!important  }
.tp_details { width:70% }

@media (max-width: 600px) {
	.tp_logo { width:100%; margin-bottom: 15px }
	.tp_details { width:100% }
}

.alpha-list { list-style: none; display: inline-block; padding: 0; margin: 0; } 
.alpha-list li {list-style: none; display: inline-block; padding: 0 6px; }

.popup3:not(.opened) {
	display: none;
} 

.popup-cookies {
	bottom: 0;
	right: 0;
	position: fixed;
	z-index: 100;
	left: 0;
}

.popup-cookies h5 {
	color: #fff;
	margin-bottom: 7px;
}

.popup-cookies p {
	margin-bottom: 20px;
}

.popup-cookies .popup3 {
	color: #fff;
	background: #003a63;
	padding: 19px 20px 21px;
}

.popup-cookies .popup3:not(.opened) {
	display: none;
}

.popup-cookies a {
    color: #ffb932;
}

@media (min-width: 768px) {
	.popup-cookies {
		left: auto;
	}

	.popup-cookies .popup3 {
		width: 476px;
	}
}

.gfield_consent_description, .gsection_description { font-size:.9em !important}