/*
Table Of Contents
 
 1.) Typography
 2.) Default Styles
 3.) Header - Main
 4.) Content - Main
 5.) Footer - Main
 6.) Inner - Pages
 7.) Modals
 8.) Text - Colors / Wordpress Cores

========================================*/
/*
 1.) Typography
----------------------------------------*/

@import url('bootstrap.min.css') all;
@import url('animate.css') all;
@import url('brands.min.css') all;
@import url('light.min.css') all;
@import url('regular.min.css') all;
@import url('solid.min.css') all;
@import url('fontawesome.min.css') all;
/*@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); */
/* font-family: "Work Sans", sans-serif; */

@font-face {
    font-family: 'work_sansregular';
    src: url('/wp-content/themes/syniti/assets/webfonts/worksans-variablefont_wght-webfont.woff2') format('woff2'),
         url('/wp-content/themes/syniti/assets/webfonts/worksans-variablefont_wght-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'work_sansitalic';
    src: url('/wp-content/themes/syniti/assets/webfonts/worksans-italic-variablefont_wght-webfont.woff2') format('woff2'),
         url('/wp-content/themes/syniti/assets/webfonts/worksans-italic-variablefont_wght-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/*
 2.) Default Styles
----------------------------------------*/
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
p,
ol,
ul,
li {
	font-weight: inherit;
	padding: 0;
	margin: 0;
}
body {
	-webkit-font-smoothing: antialiased;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
	/*font-family: 'Work Sans', sans-serif;*/
	font-family: 'work_sansregular', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #5b5b6d;
	line-height: 24px;
	background: #ffffff;
	margin: 0;
	padding: 0;
}
sub,
sup {
	font-size: 50%;
}
img {
	max-width: 100%;
	height: auto;
}
/*= Links 
=======================================================*/
a {
	font-weight: 500;
	color: #190033;
	text-decoration: underline;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	cursor: pointer;
}
a:hover,
a:focus,
a:active {
	color: #5b31ee;
	text-decoration: underline;
}
a:visited {
	outline: 0;
}
a.arrow:hover,
a.arrow:focus,
a.arrow:active {
	color: #190033;
}
a[href^='tel:'],
a[href^='fax:'] {
	color: #190033;
	text-decoration: underline;
}
a[href^='mailto:'] {
	word-break: break-all;
}
a:hover[href^='tel:'],
a:focus[href^='tel:'],
a:hover[href^='fax:'],
a:focus[href^='fax:'] {
	color: #5b31ee;
	text-decoration: underline;
}
/*= Headings: P, H1, H2, H3, H4, H5, H6 
=======================================================*/
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	font-weight: 500;
	color: #190033;
	padding-bottom: 16px;
}
h1,
.h1 {
	font-weight: 600;
	font-size: 60px;
	line-height: 68px;
	padding-bottom: 27px;
}
h2,
.h2 {
	font-size: 48px;
	line-height: 56px;
	padding-bottom: 25px;
}
h3,
.h3 {
	font-size: 32px;
	line-height: 40px;
	padding-bottom: 14px;
}
h4,
.h4 {
	font-size: 24px;
	line-height: 32px;
}
h5,
.h5 {
	font-size: 18px;
	/*color: #5b5b6d;*/
	margin-bottom: 20px;
	line-height: 26px;
}
h6,
.h6 {
	font-size: 18px;
	/*color: #5b5b6d;*/
	margin-bottom: 20px;
	line-height: 26px;
}
h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a {
	font-weight: inherit;
	font-style: inherit;
	color: inherit;
}
h1 a:hover,
.h1 a:hover,
h2 a:hover,
.h2 a:hover,
h3 a:hover,
.h3 a:hover,
h4 a:hover,
.h4 a:hover,
h5 a:hover,
.h5 a:hover,
h6 a:hover,
.h6 a:hover {
	color: #5b31ee;
	text-decoration: underline;
}
h1:last-child,
.h1:last-child,
h2:last-child,
.h2:last-child,
h3:last-child,
.h3:last-child,
h4:last-child,
.h4:last-child,
h5:last-child,
.h5:last-child,
h6:last-child,
.h6:last-child {
	padding-bottom: 0;
}
p,
p:first-child {
	padding-bottom: 24px;
}
p:last-child {
	padding-bottom: 0;
}
.txt {
	padding-bottom: 100px;
}
.txt:last-child {
	padding-bottom: 0;
}
em {
    font-family: 'work_sansitalic', sans-serif;
	font-style: italic;
}
em.fal,
em.far,
em.fas,
em.fab {
	font-style: normal;
}
strong {
	font-weight: 700;
}
.light {
	font-weight: 300;
}
.regular {
	font-weight: 400;
}
.medium {
	font-weight: 500;
}
.semibold {
	font-weight: 600;
}
.bold {
	font-weight: 700;
}
.sub-title {
	font-weight: 500;
	font-size: 14px;
	color: #5b31ee;
	line-height: 20px;
	text-transform: uppercase;
	padding-bottom: 10px;
}
.sub-title:last-child {
	padding-bottom: 0;
}
/* Adding comma to list of categories showing up in cards if more than one - Mike J Nov 5, 2021 */
.sub-title span + span:before {
	content: ', \00a0';
}

@media (max-width: 1199px) {
	h1,
	.h1 {
		font-size: 48px;
		line-height: 56px;
		padding-bottom: 25px;
	}
	h2,
	.h2 {
		font-size: 32px;
		line-height: 40px;
		padding-bottom: 14px;
	}
	h3,
	.h3 {
		font-size: 24px;
		line-height: 32px;
	}
	h4,
	.h4 {
		font-size: 18px;
		line-height: 26px;
	}
	h5,
	.h5 {
		font-size: 16px;
		line-height: 24px;
	}
	h6,
	.h6 {
		font-size: 16px;
		line-height: 24px;
	}
	.txt {
		padding-bottom: 80px;
	}
}
@media (max-width: 767px) {
	h1,
	.h1,
	h2,
	.h2,
	h3,
	.h3,
	h4,
	.h4,
	h5,
	.h5,
	h6,
	.h6 {
		padding-bottom: 13px;
	}
	h1,
	.h1 {
		font-size: 32px;
		line-height: 40px;
		padding-bottom: 14px;
	}
	h2,
	.h2 {
		font-size: 24px;
		line-height: 32px;
	}
	h3,
	.h3 {
		font-size: 20px;
		line-height: 28px;
	}
	h4,
	.h4 {
		font-size: 18px;
		line-height: 26px;
	}
	h5,
	.h5 {
		font-size: 16px;
		line-height: 24px;
	}
	h6,
	.h6 {
		font-size: 16px;
		line-height: 24px;
	}
	.txt {
		padding-bottom: 50px;
	}
}
/*= Unorder List 
=======================================================*/
ul,
ol {
	list-style: none;
	padding-left: 0;
}
li {
	position: relative;
	padding-left: 25px;
	padding-bottom: 16px;
}
ul li ul {
	padding-top: 16px;
}
ul:last-child li:last-child,
ol:last-child li:last-child {
	padding-bottom: 0;
}
ul li:before {
	content: '';
	width: 8px;
	height: 8px;
	background: #5b31ee;
	border-radius: 360px;
	position: absolute;
	top: 8px;
	left: 0;
}
.light-text ul li:before {
	background: #fff;
}

@media (max-width: 767px) {
	ul,
	ol {
		padding-left: 15px;
	}
	li {
		padding-left: 17px;
	}
}
/*= Order List 
=======================================================*/
ol {
	counter-reset: item;
}
ol > li {
	counter-increment: item;
	padding-left: 25px;
}
ol > li:before {
	content: counter(item) '.';
	font-weight: 600;
	color: #5b31ee;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
}
/* #Input Styles
================================================= */
select,
textarea,
input[type='text'],
input[type='password'],
input[type='datetime'],
input[type='datetime-local'],
input[type='date'],
input[type='month'],
input[type='time'],
input[type='week'],
input[type='number'],
input[type='email'],
input[type='url'],
input[type='search'],
input[type='tel'],
input[type='color'],
.uneditable-input {
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	outline: 0;
}
select,
textarea,
input {
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-ms-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
}
label {
	width: 100%;
	/*font-family: 'Work Sans', sans-serif;*/
	font-family: 'work_sansregular', sans-serif;
	font-weight: 500;
	font-size: 14px;
	color: #190033;
	line-height: 20px;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 0 0 7px 0;
	margin: 0;
}
select,
textarea,
input[type='text'],
input[type='password'],
input[type='datetime'],
input[type='datetime-local'],
input[type='date'],
input[type='month'],
input[type='time'],
input[type='week'],
input[type='number'],
input[type='email'],
input[type='url'],
input[type='search'],
input[type='tel'],
input[type='color'],
.uneditable-input {
	width: 100%;
	height: 40px;
	/*font-family: 'Work Sans', sans-serif;*/
	font-family: 'work_sansregular', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #000000;
	line-height: 20px;
	white-space: nowrap;
	text-overflow: ellipsis;
	background: #ffffff;
	border: 1px solid #bdbdbd;
	border-radius: 4px;
	outline: none;
	overflow: hidden;
	position: relative;
	padding: 10px 20px;
	margin: 0;
}
textarea {
	height: 150px;
	white-space: normal;
	outline: none;
	resize: none;
}
select {
	background-image: url(../img/icon-down.svg);
	background-size: 12px auto;
	background-repeat: no-repeat;
	background-position: top 10px right 20px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding-top: 0;
	padding-right: 50px;
	padding-bottom: 0;
}
select::-ms-expand {
	display: none;
}
select.colorize option:not([disabled]) {
	color: #000000;
}
select.colorize option.def:not([disabled]),
select.colorize.empty:not([disabled]) {
	color: #666666;
}
::-webkit-input-placeholder,
::-webkit-textarea-placeholder {
	color: #666666;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #666666;
}
::-moz-placeholder {
	color: #666666;
}
::-ms-input-placeholder {
	color: #666666;
}
select:focus,
textarea:focus,
input[type='text']:focus,
input[type='password']:focus,
input[type='datetime']:focus,
input[type='datetime-local']:focus,
input[type='date']:focus,
input[type='month']:focus,
input[type='time']:focus,
input[type='week']:focus,
input[type='number']:focus,
input[type='email']:focus,
input[type='url']:focus,
input[type='search']:focus,
input[type='tel']:focus,
input[type='color']:focus,
.uneditable-input:focus {
	outline: 0;
	border-color: #5b31ee;
}
/* Checkbox / Radiobutton */
.custom-control {
	min-height: inherit;
	position: relative;
	padding: 0;
	margin: 0 0 20px 0;
}
.custom-control:last-child {
	margin-bottom: 0;
}
.custom-control .custom-control-label {
	width: auto;
	min-height: 20px;
	font-weight: 500;
	font-size: 16px;
	color: #190033;
	line-height: 20px;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: none;
	padding: 5px 0 5px 35px;
	margin: 0;
}
.custom-control .custom-control-label::before {
	width: 20px;
	height: 20px;
	content: '';
	background: none;
	border: 2px solid #666666;
	border-radius: 360px;
	top: 5px;
	left: 0;
	padding: 0;
	margin: 0;
}
.custom-control .custom-control-label::after {
	content: '';
	width: 10px;
	height: 10px;
	background: none;
	border-radius: 360px;
	top: 10px;
	left: 5px;
	padding: 0;
	margin: 0;
}
.custom-control .custom-control-label:hover::before,
.custom-control .custom-control-input:checked ~ .custom-control-label::before {
	background: none;
	border-color: #5b31ee;
}
.custom-control .custom-control-input:checked ~ .custom-control-label::after {
	background: #5b31ee;
}
/* #Buttons
================================================== */
@keyframes arrow {
	0% {
		transform: translateX(0);
	}
	75% {
		transform: translateX(8px);
	}
	100% {
		transform: translateX(0);
	}
}
@-webkit-keyframes arrow {
	0% {
		transform: translateX(0);
	}
	75% {
		transform: translateX(8px);
	}
	100% {
		transform: translateX(0);
	}
}
@keyframes arrow2 {
	0% {
		transform: translateX(0);
	}
	75% {
		transform: translateX(8px);
	}
	100% {
		transform: translateX(0);
	}
}
@-webkit-keyframes arrow2 {
	0% {
		transform: translateX(0);
	}
	75% {
		transform: translateX(8px);
	}
	100% {
		transform: translateX(0);
	}
}
/* Custom - Select */
button {
	background: none;
	border: none;
	box-shadow: none;
	text-decoration: none;
	white-space: normal;
	cursor: pointer;
	outline: 0;
	padding: 0;
	margin: 0;
}
button:hover,
button:focus,
button:active,
button:active:focus,
button.active,
button.active:focus {
	outline: 0;
}
.btn,
.button,
input[type='.button'],
input[type='submit'] {
	width: auto;
	height: auto;
	float: none;
	display: inline-flex;
	align-items: center;
	font-weight: 500;
	font-size: 16px;
	color: #ffffff;
	line-height: 20px;
	letter-spacing: 0.16px;
	text-align: center;
	text-decoration: none;
	white-space: normal;
	background-color: #5b31ee;
	background-image: linear-gradient(90deg, #5b31ee 0%, #2d74d7 100%);
	border: none;
	border-radius: 360px;
	box-shadow: none;
	overflow: hidden;
	position: relative;
	z-index: 1;
	cursor: pointer;
	outline: 0;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	padding: 7px 25px 9px 25px;
	margin: 0;
}
.btn + .btn {
	margin: 0 0.5em;
}
.btn em,
.button em {
	font-size: 140%;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	position: relative;
	top: 0;
}
.btn em::before {
	margin: 0 0 0 10px;
}
.btn:hover,
.btn:focus,
.btn:active,
.btn:active:focus,
.btn.active,
.btn.active:focus,
.button:hover,
.button:focus,
.button:active,
.button:active:focus,
.button.active,
.button.active:focus,
input[type='button']:hover,
input[type='button']:focus,
input[type='button']:active,
input[type='button']:active:focus,
input[type='button'].active,
input[type='button'].active:focus,
input[type='submit']:hover,
input[type='submit']:focus,
input[type='submit']:active,
input[type='submit']:active:focus,
input[type='submit'].active,
input[type='submit'].active:focus,
.btn:not(:disabled):not(.disabled).active,
.button:not(:disabled):not(.disabled):active,
.has-block-link:hover a.button,
.has-block-link:focus a.button,
.has-block-link:active a.button {
	color: #ffffff;
	text-decoration: none;
	background-color: #5b31ee;
	background-image: linear-gradient(90deg, #5b31ee 0%, #5b31ee 100%);
	box-shadow: none;
	outline: 0;
}
.btn:hover em,
.btn:focus em,
.btn:active em,
.btn:active:focus em,
.btn.active em,
.btn.active:focus em,
.button:hover em,
.button:focus em,
.button:active em,
.button:active:focus em,
.button.active em,
.button.active:focus em,
.arrow:hover em,
.arrow:focus em,
.arrow:active,
.featured-resource-cards .resource-list:hover a.arrow em,
.featured-resource-cards .resource-list:focus a.arrow em,
.featured-resource-cards .resource-list:active a.arrow em,
.has-block-link:hover a.arrow em,
.has-block-link:focus a.arrow em,
.has-block-link:active a.arrow em,
.has-block-link:hover a.button em,
.has-block-link:focus a.button em,
.has-block-link:active a.button em {
	animation: arrow 0.5s linear 1;
	-webkit-animation-name: arrow 0.5s linear 1;
}
.btn-blank,
.button.btn-blank,
input.btn-blank[type='button'],
input.btn-blank[type='submit'] {
	color: #5b31ee;
	background: none;
	box-shadow: inset #5b31ee 0 0 0 2px;
}
.btn-blank:hover,
.btn-blank:focus,
.btn-blank:active,
.btn-blank:active:focus,
.btn-blank.active,
.btn-blank.active:focus,
.button.btn-blank:hover,
.button.btn-blank:focus,
.button.btn-blank:active,
.button.btn-blank:active:focus,
.button.btn-blank.active,
.button.btn-blank.active:focus,
input.btn-blank[type='button']:hover,
input.btn-blank[type='button']:focus,
input.btn-blank[type='button']:active,
input.btn-blank[type='button']:active:focus,
input.btn-blank[type='button'].active,
input.btn-blank[type='button'].active:focus,
input.btn-blank[type='submit']:hover,
input.btn-blank[type='submit']:focus,
input.btn-blank[type='submit']:active,
input.btn-blank[type='submit']:active:focus,
input.btn-blank[type='submit'].active,
input.btn-blank[type='submit'].active:focus,
.btn-blank:not(:disabled):not(.disabled).active,
.button.btn-blank:not(:disabled):not(.disabled):active,
.show .btn-blank {
	color: #523ee9;
	background: none;
	box-shadow: inset #523ee9 0 0 0 2px;
}
.btn-blank-white,
.button.btn-blank-white,
input.btn-blank-white[type='button'],
input.btn-blank-white[type='submit'] {
	color: #ffffff;
	background: none;
	box-shadow: inset #ffffff 0 0 0 2px;
}
.btn-blank-white:hover,
.btn-blank-white:focus,
.btn-blank-white:active,
.btn-blank-white:active:focus,
.btn-blank-white.active,
.btn-blank-white.active:focus,
.button.btn-blank-white:hover,
.button.btn-blank-white:focus,
.button.btn-blank-white:active,
.button.btn-blank-white:active:focus,
.button.btn-blank-white.active,
.button.btn-blank-white.active:focus,
input.btn-blank-white[type='button']:hover,
input.btn-blank-white[type='button']:focus,
input.btn-blank-white[type='button']:active,
input.btn-blank-white[type='button']:active:focus,
input.btn-blank-white[type='button'].active,
input.btn-blank-white[type='button'].active:focus,
input.btn-blank-white[type='submit']:hover,
input.btn-blank-white[type='submit']:focus,
input.btn-blank-white[type='submit']:active,
input.btn-blank-white[type='submit']:active:focus,
input.btn-blank-white[type='submit'].active,
input.btn-blank-white[type='submit'].active:focus,
.btn-blank-white:not(:disabled):not(.disabled).active,
.button.btn-blank-white:not(:disabled):not(.disabled):active,
.show .btn-blank-white {
	color: #f0f0f0;
	background: none;
	box-shadow: inset #f0f0f0 0 0 0 2px;
}
.btn:focus,
.button:focus,
input[type='button']:focus,
input[type='submit']:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: 2px;
}
.disabled {
	cursor: not-allowed;
	filter: alpha(opacity=65);
	opacity: 0.65;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
	cursor: not-allowed;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
	opacity: 0.65;
}
a.btn.disabled,
fieldset[disabled] a.btn {
	pointer-events: none;
}
.btn-out {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	margin: 20px 0 0 0;
}
.btn-split-out {
	display: inline-block;
	vertical-align: top;
	margin: 20px 0 -20px 0; /* Updated by Gregg, margin: 20px -8px -20px -8px caused funning wrapping issues */
}
.btn-split-out .btn,
.btn-split-out .arrow {
	margin: 0 16px 20px 0px; /* Updated by Gregg, margin: 0 8px 20px 8px caused funning wrapping issues */
}
.btn-split-out a:last-child,
.btn-split a:last-child {
	margin-right: 0;
}
.btn-split .btn,
.btn-split .arrow {
	margin: 0 16px 20px 0;
}
.flexible-cta-buttons .btn-split-out.stack-buttons a.btn,
.flexible-cta-buttons .btn-split-out.stack-buttons a.arrow {
	display: block;
	margin-right: 0;
}
@media (max-width: 767px) {
	.btn-out {
		margin-top: 10px;
	}
	.btn-split-out {
		margin-top: 10px;
	}
	div:not(.btn-split-out) .btn + .btn {
		margin-left: 0;
	}
	.flexible-cta-buttons .btn-split-out a.btn,
	.flexible-cta-buttons .btn-split-out a.arrow {
		display: inline-block;
		margin-left: 0;
		margin-right: 0;
	}
}
/* Table */
table,
tbody,
thead,
tr,
th,
td {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	padding: 0;
	margin: 0;
}
/* Figure */
figure,
.figure {
	text-align: center;
	vertical-align: top;
	overflow: hidden;
	padding: 0;
	margin: 0 0 55px 0;
}
figure:last-child,
.figure:last-child {
	margin-bottom: 0;
}
figure img,
.figure img {
	width: 100%;
}
.break-word {
	word-wrap: break-word;
}
@media (max-width: 1199px) {
	figure,
	.figure {
		margin: 0 0 45px 0;
	}
}
@media (max-width: 767px) {
	figure,
	.figure {
		margin: 0 0 35px 0;
	}
}
/* #Owl-carousel
=======================================================*/
.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	/* position relative and z-index fix webkit rendering fonts issue */
	position: relative;
	z-index: 1;
}
.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	touch-action: manipulation;
	-moz-backface-visibility: hidden;
	/* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	/* fix for flashing background */
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
	width: 100%;
	display: inline-block;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.owl-carousel.owl-loaded {
	display: block;
}
.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}
.owl-carousel.owl-hidden {
	opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
	visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab;
}
.owl-carousel.owl-rtl {
	direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
	float: right;
}
/* No Js */
.no-js .owl-carousel {
	display: block;
}
/* Owl Carousel - Animate Plugin */
.owl-carousel .animated {
	animation-duration: 1000ms;
	animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
	z-index: 0;
}
.owl-carousel .owl-animated-out {
	z-index: 1;
}
.owl-carousel .fadeOut {
	animation-name: fadeOut;
}
@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
/* Owl Carousel - Auto Height Plugin */
.owl-height {
	transition: height 500ms ease-in-out;
}
/* Owl Carousel - Lazy Load Plugin */
.owl-carousel .owl-item {
	/**
This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
calculation of the height of the owl-item that breaks page layouts
*/
}
.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=''],
.owl-carousel .owl-item .owl-lazy:not([src]) {
	max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
	transform-style: preserve-3d;
}
/* Owl Carousel - Video Plugin */
.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}
.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url('owl.video.play.png') no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
	-ms-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none;
}
.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%;
}
/* #Slider Controls
================================================== */
/* Previous and Next */
.owl-nav {
	line-height: 0.5em;
}
.owl-nav button {
	font-size: 16px;
	color: #5b31ee;
	line-height: 1em;
	text-decoration: none;
	text-align: center;
	background: none;
	border-radius: 0;
	box-shadow: none;
	position: absolute;
	top: 50%;
	z-index: 2;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	padding: 0;
	margin: 0;
	cursor: pointer;
}
.owl-nav button .fal,
.owl-nav button .far,
.owl-nav button .fas,
.owl-nav button .fa-txt {
	display: inline-block;
	vertical-align: middle;
}
.owl-nav button .fa-txt {
	display: none;
}
.owl-nav button:hover,
.owl-nav button:focus,
.owl-nav button:active {
	color: #5b31ee;
	background: none;
	box-shadow: none;
}
.owl-nav button.disabled {
	cursor: default;
	opacity: 0.75;
}
.owl-nav button.owl-prev {
	left: 0;
}
.owl-nav button.owl-next {
	right: 0;
}
.owl-nav.disabled {
	display: none;
}
/* Bullets */
.owl-dots {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	line-height: 1em;
	text-align: center;
	margin: 60px 0 0 0;
}
.owl-dots button.owl-dot {
	width: 10px;
	height: 10px;
	float: none;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	background: #9898a5;
	box-shadow: none;
	border-radius: 360px;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	cursor: pointer;
	position: relative;
	z-index: 3;
	padding: 0;
	margin: 0 4px;
}
.owl-dots button.owl-dot:hover,
.owl-dots button.owl-dot:focus,
.owl-dots button.owl-dot:active,
.owl-dots button.owl-dot.active {
	background: #5b31ee;
	box-shadow: none;
}
.owl-dots.disabled {
	display: none;
}
@media (max-width: 991px) {
	.owl-dots {
		margin: 50px 0 0 0;
	}
}
@media (max-width: 767px) {
	.owl-dots {
		margin: 40px 0 0 0;
	}
}
/* Owl - Controls */
.owl-controls {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	line-height: 1em;
	margin: 25px 0 0 0;
}
.owl-controls .owl-controls-wrap {
	min-height: 14px;
	line-height: 1em;
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 4px 25px 0 25px;
}
.owl-controls .owl-controls-wrap .owl-dots {
	margin: 0;
}
/* #Flying focus
================================================== */
#flying-focus {
	position: absolute;
	margin: 0;
	background: transparent;
	-webkit-transition-property: left, top, width, height, opacity;
	transition-property: left, top, width, height, opacity;
	-webkit-transition-timing-function: cubic-bezier(0, 0.2, 0, 1);
	transition-timing-function: cubic-bezier(0, 0.2, 0, 1);
	visibility: hidden;
	pointer-events: none;
	box-shadow: -webkit-focus-ring-color 0 0 0 2px;
	border-radius: 0;
}
#flying-focus.flying-focus_visible {
	visibility: visible;
	z-index: 9999;
}
.flying-focus_target {
	outline: none !important; /* Doesn't work in Firefox :( */
}
/* http://stackoverflow.com/questions/71074/how-to-remove-firefoxs-dotted-outline-on-buttons-as-well-as-links/199319 */
.flying-focus_target::-moz-focus-inner {
	border: 0 !important;
}
/* Replace it with @supports rule when browsers catch up */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
	#flying-focus {
		box-shadow: none;
		outline: 5px auto -webkit-focus-ring-color;
		outline-offset: -3px;
	}
}
/* Skip - Button */
.skip-btn {
	width: 180px;
	height: 55px;
	float: left;
	font-weight: 500;
	font-size: 14px;
	color: #ffffff;
	line-height: 55px;
	text-decoration: none;
	text-align: center;
	background-color: #5b31ee;
	background-image: linear-gradient(90deg, #5b31ee 0%, #2d74d7 100%);
	border-radius: 0;
	-webkit-transition: top 1s ease-out, background 1s linear;
	transition: top 1s ease-out, background 1s linear;
	overflow: hidden;
	z-index: 100;
	position: absolute;
	z-index: 1001;
	top: -44px;
	left: 0;
	opacity: 0;
	padding: 0;
	margin: 0;
}
.skip-btn:hover,
.skip-btn:focus,
.skip-btn:active {
	top: 0px;
	color: #ffffff;
	text-decoration: none;
	background-color: #5b31ee;
	background-image: linear-gradient(90deg, #5b31ee 0%, #523ee9 100%);
	box-shadow: rgba(0, 0, 0, 0.2) 0 0 25px;
	-webkit-transition: top 0.1s ease-in, background 0.5s linear;
	transition: top 0.1s ease-in, background 0.5s linear;
	opacity: 1;
}
/*= Container - Main
=======================================================*/
.container-main {
	width: 100%;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	position: relative;
	overflow: hidden;
}
.container {
	width: 100%;
	max-width: 1380px;
	padding: 0 40px;
}
@media (max-width: 767px) {
	.container {
		max-width: 600px;
		padding: 0 30px;
	}
}
@media (max-width: 399px) {
	.container {
		padding: 0 20px;
	}
}
/* Read - More */
.read-more {
	width: 100%;
	display: inline-block;
	vertical-align: top;
}
.read-more a {
	display: inline-block;
	vertical-align: top;
	font-weight: 500;
	color: #190033;
	text-decoration: none;
	position: relative;
	padding: 0 30px 0 0;
}
.read-more a:after {
	font-family: 'Font Awesome 5 Pro';
	content: '\f178';
	font-weight: 300;
	font-size: 140%;
	color: #5b31ee;
	line-height: 0.5em;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	margin: 1px 0 0 0;
}
.read-more a:hover,
.read-more a:focus,
.read-more a:active {
	color: #5b31ee;
	text-decoration: underline;
}
.read-more a:hover:after,
.read-more a:focus:after,
.read-more a:active:after {
	animation: arrow2 0.5s linear 1;
	-webkit-animation-name: arrow2 0.5s linear 1;
}
/* Social - Links */
.social-links {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	padding: 0;
	margin: 0;
}
.social-links ul {
	float: none;
	display: inline-block;
	vertical-align: middle;
	padding: 0;
	margin: -6px -5px;
}
.social-links ul li {
	float: none;
	display: inline-block;
	vertical-align: middle;
	padding: 0;
	margin: 6px 5px;
}
.social-links ul li:before {
	display: none;
}
.social-links ul li a {
	font-size: 24px;
	color: #5b5b6d;
	line-height: 24px;
	text-decoration: none;
}
.social-links ul li a:hover,
.social-links ul li a:focus,
.social-links ul li a:active {
	color: #5b31ee;
}
/* Alert - Bar */
.alert-bar {
	width: 100%;
	height: 55px;
	float: left;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	color: #ffffff;
	background-color: #241460;
	background-image: linear-gradient(
		90deg,
		#241460 0%,
		#5b31ee 50%,
		#6a9de3 100%
	);
	position: relative;
	overflow: hidden;
}
.alert-bar .icon-close-alert {
	font-size: 18px;
	color: #ffffff;
	line-height: 18px;
	position: absolute;
	top: 50%;
	right: 30px;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.alert-bar p a {
	font-weight: 500;
	color: #ffffff;
	text-decoration: none;
	position: relative;
	padding: 0 30px 0 0;
	margin: 0 0 0 30px;
	display: inline-flex;
	align-items: center;
}
.alert-bar p a:after {
	font-family: 'Font Awesome 5 Pro';
	content: '\f178';
	font-weight: 300;
	font-size: 140%;
	line-height: 0.5em;
	margin-left: 10px;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}
.alert-bar p a:hover,
.alert-bar p a:focus,
.alert-bar p a:active {
	color: #f0f0f0;
	text-decoration: underline;
}
.alert-bar p a:hover:after,
.alert-bar p a:focus:after,
.alert-bar p a:active:after {
	animation: arrow 0.5s linear 1;
	-webkit-animation-name: arrow 0.5s linear 1;
}
.alert-bar .aside {
	text-align: center;
	padding: 0 40px 0 0;
	margin: 0 -15px;
}
@media (max-width: 991px) {
	.alert-bar .aside {
		text-align: left;
	}
}
@media (max-width: 767px) {
	.alert-bar {
		font-size: 14px;
		line-height: 20px;
		display: none;
		height: 0px;
	}
	.alert-bar .icon-close-alert {
		font-size: 16px;
		line-height: 16px;
		right: 30px;
	}
	.alert-bar p a {
		margin: 0 0 0 15px;
	}
	.alert-bar .aside {
		padding: 0 30px 0 0;
		margin: 0 -8px;
	}
}
@media (max-width: 399px) {
	.alert-bar {
		font-size: 13px;
		line-height: 19px;
	}
	.alert-bar .icon-close-alert {
		right: 20px;
	}
}
/*
 3.) Header - Main
----------------------------------------*/
.header-main {
	width: 100%;
	float: left;
	position: relative;
	z-index: 5;
}
@media (max-width: 767px) {
	.header-main.fixed {
		position: fixed;
		top: 0;
		left: 0;
	}
	.header-main.fixed .alert-bar {
		display: none;
	}
}
/* Search Box - Modal */
.header-main .search-box-modal {
	width: 100%;
	float: left;
	background: #f7f7f7;
	box-shadow: rgba(0, 0, 0, 0.1) 0 20px 25px;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	padding: 27.5px 0;
}
.header-main .search-box-modal.active {
	visibility: visible;
	opacity: 1;
}
.header-main .search-box-modal .icon-close-modal {
	font-size: 18px;
	color: #5b5b6d;
	line-height: 18px;
	position: absolute;
	top: 23px;
	right: 30px;
}
.header-main .search-box-modal .form-out {
	width: 100%;
	float: left;
}
.header-main .search-box-modal form {
	width: 100%;
	float: left;
	position: relative;
	padding: 0;
	margin: 0;
}
.header-main .search-box-modal form select,
.header-main .search-box-modal form textarea,
.header-main .search-box-modal form input[type='text'],
.header-main .search-box-modal form input[type='password'],
.header-main .search-box-modal form input[type='datetime'],
.header-main .search-box-modal form input[type='datetime-local'],
.header-main .search-box-modal form input[type='date'],
.header-main .search-box-modal forminput[type='month'],
.header-main .search-box-modal form input[type='time'],
.header-main .search-box-modal form input[type='week'],
.header-main .search-box-modal form input[type='number'],
.header-main .search-box-modal form input[type='email'],
.header-main .search-box-modal form input[type='url'],
.header-main .search-box-modal form input[type='search'],
.header-main .search-box-modal form input[type='tel'],
.header-main .search-box-modal form input[type='color'],
.header-main .search-box-modal form .uneditable-input {
	height: 55px;
	font-weight: 400;
	font-size: 18px;
	color: #000000;
	line-height: 22px;
	background: #ffffff;
	border: 2px solid #5b31ee;
	border-radius: 360px;
	box-shadow: none;
	padding: 10px 75px 10px 25px;
	margin: 0;
}
.header-main .search-box-modal form ::-webkit-input-placeholder,
.header-main .search-box-modal form ::-webkit-textarea-placeholder {
	color: #4f5154;
}
.header-main .search-box-modal form input::-moz-placeholder,
.header-main .search-box-modal form textarea::-moz-placeholder {
	color: #4f5154;
}
.header-main .search-box-modal form ::-moz-placeholder {
	color: #4f5154;
}
.header-main .search-box-modal form ::-ms-input-placeholder {
	color: #4f5154;
}
.header-main .search-box-modal form select:focus,
.header-main .search-box-modal form textarea:focus,
.header-main .search-box-modal form input[type='text']:focus,
.header-main .search-box-modal form input[type='password']:focus,
.header-main .search-box-modal form input[type='datetime']:focus,
.header-main .search-box-modal form input[type='datetime-local']:focus,
.header-main .search-box-modal form input[type='date']:focus,
.header-main .search-box-modal form input[type='month']:focus,
.header-main .search-box-modal form input[type='time']:focus,
.header-main .search-box-modal form input[type='week']:focus,
.header-main .search-box-modal form input[type='number']:focus,
.header-main .search-box-modal form input[type='email']:focus,
.header-main .search-box-modal form input[type='url']:focus,
.header-main .search-box-modal form input[type='search']:focus,
.header-main .search-box-modal form input[type='tel']:focus,
.header-main .search-box-modal form input[type='color']:focus,
.header-main .search-box-modal form .uneditable-input:focus {
	border-color: #5b31ee;
}
.header-main .search-box-modal form .btn,
.header-main .search-box-modal form button,
.header-main .search-box-modal form input[type='button'],
.header-main .search-box-modal form input[type='submit'] {
	width: 51px;
	height: 51px;
	float: right;
	background: #5b31ee url(../img/icon-search-white.svg) no-repeat center center;
	background-size: 22px auto;
	box-shadow: none;
	border-radius: 360px;
	border: none;
	text-indent: -9999px;
	position: absolute;
	top: 2px;
	right: 2px;
	z-index: 1;
	padding: 0;
	margin: 0;
}
.header-main .search-box-modal form .btn:hover,
.header-main .search-box-modal form .btn:focus,
.header-main .search-box-modal form .btn:active,
.header-main .search-box-modal form .btn:active:focus,
.header-main .search-box-modal form .btn.active,
.header-main .search-box-modal form .btn.active:focus,
.header-main .search-box-modal form button:hover,
.header-main .search-box-modal form button:focus,
.header-main .search-box-modal form button:active,
.header-main .search-box-modal form button:active:focus,
.header-main .search-box-modal form button.active,
.header-main .search-box-modal form button.active:focus,
.header-main .search-box-modal form input[type='button']:hover,
.header-main .search-box-modal form input[type='button']:focus,
.header-main .search-box-modal form input[type='button']:active,
.header-main .search-box-modal form input[type='button']:active:focus,
.header-main .search-box-modal form input[type='button'].active,
.header-main .search-box-modal form input[type='button'].active:focus,
.header-main .search-box-modal form input[type='submit']:hover,
.header-main .search-box-modal form input[type='submit']:focus,
.header-main .search-box-modal form input[type='submit']:active,
.header-main .search-box-modal form input[type='submit']:active:focus,
.header-main .search-box-modal form input[type='submit'].active,
.header-main .search-box-modal form input[type='submit'].active:focus,
.header-main .search-box-modal form .btn:not(:disabled):not(.disabled).active,
.header-main .search-box-modal form .btn:not(:disabled):not(.disabled):active {
	background: #5b31ee url(../img/icon-search-white.svg) no-repeat center center;
	background-size: 22px auto;
}
@media (max-width: 1499px) {
	.header-main .search-box-modal .form-out {
		padding: 0 30px 0 0;
	}
}
@media (max-width: 767px) {
	.header-main .search-box-modal {
		position: fixed;
		z-index: 15;
		padding: 30px 0;
	}
	.header-main .search-box-modal .icon-close-modal {
		font-size: 16px;
		line-height: 16px;
		top: 15px;
		right: 15px;
	}
	.header-main .search-box-modal .form-out {
		padding: 0 20px 0 0;
	}
	.header-main .search-box-modal form select,
	.header-main .search-box-modal form textarea,
	.header-main .search-box-modal form input[type='text'],
	.header-main .search-box-modal form input[type='password'],
	.header-main .search-box-modal form input[type='datetime'],
	.header-main .search-box-modal form input[type='datetime-local'],
	.header-main .search-box-modal form input[type='date'],
	.header-main .search-box-modal forminput[type='month'],
	.header-main .search-box-modal form input[type='time'],
	.header-main .search-box-modal form input[type='week'],
	.header-main .search-box-modal form input[type='number'],
	.header-main .search-box-modal form input[type='email'],
	.header-main .search-box-modal form input[type='url'],
	.header-main .search-box-modal form input[type='search'],
	.header-main .search-box-modal form input[type='tel'],
	.header-main .search-box-modal form input[type='color'],
	.header-main .search-box-modal form .uneditable-input {
		height: 45px;
		font-size: 16px;
		line-height: 20px;
		padding: 10px 65px 10px 20px;
	}
	.header-main .search-box-modal form .btn,
	.header-main .search-box-modal form button,
	.header-main .search-box-modal form input[type='button'],
	.header-main .search-box-modal form input[type='submit'] {
		width: 45px;
		height: 41px;
		float: right;
		background-size: 18px auto;
	}
}
.search-results.container {
	padding: 40px;
}
.search-results-item {
	padding: 40px 0;
}
.searchform > div {
	display: flex;
}
.searchform input[type='submit'] {
	margin-left: 1em;
}
/* Secondary - Header */
.header-main .secondary-header {
	width: 100%;
	height: 55px;
	float: left;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	color: #ffffff;
	background: #190033;
}
.header-main .secondary-header .inner-wrap {
	float: right;
}
.header-main .secondary-header .icon-search-modal {
	float: left;
	margin: 14.5px 0 0 0;
}
.header-main .secondary-header .icon-search-modal a {
	width: 26px;
	height: 26px;
	float: left;
	font-size: 12px;
	color: #190033;
	line-height: 26px;
	text-align: center;
	text-decoration: none;
	background: transparent;
	border: 1px solid #80bbff;
	color: #80bbff;
	border-radius: 360px;
	overflow: hidden;
}
.header-main .secondary-header .icon-search-modal a:hover,
.header-main .secondary-header .icon-search-modal a:focus,
.header-main .secondary-header .icon-search-modal a:active {
	color: #190033;
	background: #ffffff;
}
@media (max-width: 1280px) {
	.header-main .secondary-header .icon-search-modal {
		display: none;
	}
}
@media (max-width: 767px) {
	.header-main .secondary-header {
		display: none;
	}
}
@media (min-width: 768px) {
	/* Secondary - Menu */
	.header-main .secondary-menu {
		float: left;
		padding: 0;
		margin: 0 0 0 30px;
	}
	.header-main .secondary-menu ul {
		float: left;
		padding: 0;
		margin: 0 0 0 -22px;
	}
	.header-main .secondary-menu ul li {
		float: left;
		font-weight: inherit;
		line-height: 1em;
		padding: 0;
		margin: 0 0 0 22px;
	}
	.header-main .secondary-menu ul li:before {
		display: none;
	}
	.header-main .secondary-menu ul li > a {
		height: 55px;
		float: left;
		font-weight: 400;
		font-size: 14px;
		color: #ffffff;
		line-height: 55px;
		text-decoration: none;
		text-align: center;
		position: relative;
		overflow: hidden;
	}
	.header-main .secondary-menu ul li.menu-item-has-children > a {
		padding-right: 20px;
	}
	.header-main .secondary-menu ul li.menu-item-has-children > a i {
		font-size: 12px;
		margin-left: 5px;
	}
	.header-main .secondary-menu ul li.menu-item-has-children > ul li a i {
		display: none;
	}
	.header-main
		.secondary-menu
		ul
		li:hover
		> a
		.header-main
		.secondary-menu
		ul
		li
		> a:focus,
	.header-main .secondary-menu ul li.nav-menu-open > a,
	.header-main .secondary-menu ul li.current-menu-item > a,
	.header-main .secondary-menu ul li.current-menu-parent > a,
	.header-main .secondary-menu ul li.current-menu-ancestor > a {
		color: #84b0f9;
	}
	.header-main .secondary-menu ul li > ul {
		width: 195px;
		float: left;
		background: #ffffff;
		box-shadow: rgba(0, 0, 0, 0.1) 0 20px 25px;
		transition: all 0.2s ease-in-out;
		transform-origin: left top;
		transform: scaleY(0);
		visibility: hidden;
		opacity: 0;
		display: block !important;
		position: absolute;
		top: 50px;
		left: -20px;
		padding: 15px 0;
		margin: 0;
		z-index: 2;
	}
	.header-main .secondary-menu ul li > a:focus + ul,
	.header-main .secondary-menu ul li:hover > ul,
	.header-main .secondary-menu ul li.nav-menu-open > ul {
		transform: scaleY(1);
		visibility: visible;
		opacity: 1;
	}
	.header-main .secondary-menu ul li > ul li {
		width: 100%;
		float: left;
		padding: 0;
		margin: 0;
	}
	.header-main .secondary-menu ul li > ul li a {
		width: 100%;
		height: auto;
		font-size: 14px;
		color: #190033;
		line-height: 20px;
		text-align: left;
		padding: 8px 20px;
		margin: 0;
	}
	.header-main .secondary-menu ul li > ul li a:after {
		display: none;
	}
	.header-main .secondary-menu ul li > ul li:hover > a,
	.header-main .secondary-menu ul li > ul li > a:focus,
	.header-main .secondary-menu ul li > ul li.nav-menu-open > a,
	.header-main .secondary-menu ul li > ul li.current-menu-item > a,
	.header-main .secondary-menu ul li > ul li.current-menu-parent > a,
	.header-main .secondary-menu ul li > ul li.current-menu-ancestor > a {
		color: #5b31ee;
	}
	/* Gtranslate */
	.header-main .secondary-menu ul li.menu-item-gtranslate .selected {
		width: 100%;
		/*height: 55px;*/
		float: left;
		position: relative;
		cursor: pointer;
	}
	.header-main .secondary-menu ul li.menu-item-gtranslate .selected a {
		width: 100%;
		height: 55px;
		float: left;
		font-weight: 400;
		font-size: 14px;
		color: #ffffff;
		line-height: 55px;
		text-decoration: none;
		white-space: nowrap;
		text-overflow: ellipsis;
		position: relative;
		overflow: hidden;
		padding: 0 20px 0 0;
	}
	.header-main .secondary-menu ul li.menu-item-gtranslate .selected a:after {
		font-family: 'Font Awesome 5 Pro';
		content: '\f078';
		font-size: 12px;
		line-height: 12px;
		-webkit-transition: all 0.25s ease-out;
		-moz-transition: all 0.25s ease-out;
		-o-transition: all 0.25s ease-out;
		transition: all 0.25s ease-out;
		position: absolute;
		top: 50%;
		right: 0;
		-webkit-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		transform: translate(0, -50%);
		margin: 1px 0 0 0;
	}
	.header-main .secondary-menu ul li a:hover,
	.header-main .secondary-menu ul li a:active,
	.header-main .secondary-menu ul li a:focus,
	.header-main .secondary-menu ul li.menu-item-gtranslate .selected a:hover,
	.header-main .secondary-menu ul li.menu-item-gtranslate .selected a:focus,
	.header-main .secondary-menu ul li.menu-item-gtranslate .selected a:active {
		color: #84b0f9;
	}
	.header-main .secondary-menu ul li.menu-item-gtranslate .option {
		width: 110px;
		float: left;
		background: #ffffff;
		box-shadow: rgba(0, 0, 0, 0.1) 0 20px 25px;
		transition: all 0.2s ease-in-out;
		transform-origin: left top;
		transform: scaleY(0);
		visibility: hidden;
		opacity: 0;
		display: block !important;
		position: absolute;
		top: 50px;
		left: -20px;
		padding: 15px 0;
		margin: 0;
		z-index: 2;
	}
	.header-main .secondary-menu ul li.menu-item-gtranslate > a:focus + .option,
	.header-main .secondary-menu ul li.menu-item-gtranslate:hover .option,
	.header-main
		.secondary-menu
		ul
		li.menu-item-gtranslate.nav-menu-open
		.option {
		transform: scaleY(1);
		visibility: visible;
		opacity: 1;
	}
	.header-main .secondary-menu ul li.menu-item-gtranslate .option a {
		width: 100%;
		float: left;
		font-weight: 400;
		font-size: 14px;
		color: #190033;
		line-height: 20px;
		text-decoration: none;
		position: relative;
		padding: 8px 20px;
	}
	.header-main .secondary-menu ul li.menu-item-gtranslate .option a:hover,
	.header-main .secondary-menu ul li.menu-item-gtranslate .option a:focus,
	.header-main .secondary-menu ul li.menu-item-gtranslate .option a:active {
		color: #5b31ee;
	}
}
/* Primary - Header */
.header-main .primary-header {
	width: 100%;
	height: 84px;
	float: left;
	background: rgba(25, 0, 51, 0.7);
}
.header-main .primary-header .right-wrap {
	float: right;
}
.header-main .primary-header .icon-search-modal {
	height: 84px;
	float: left;
	display: none;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
}
.header-main .primary-header .icon-search-modal a {
	font-size: 26px;
	color: #ffffff;
	line-height: 26px;
	text-decoration: none;
}
.header-main .primary-header .icon-search-modal a:hover,
.header-main .primary-header .icon-search-modal a:focus,
.header-main .primary-header .icon-search-modal a:active {
	color: #5b31ee;
}
.header-main .primary-header .menu-btn {
	height: 84px;
	float: right;
	display: none;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	font-weight: 600;
	font-size: 16px;
	color: #ffffff;
	text-transform: uppercase;
	background: none;
	cursor: pointer;
	position: relative;
	padding: 0 0 0 20px;
	margin: 0 0 0 7px;
}
.header-main .primary-header .menu-btn:after {
	content: '';
	width: 1000px;
	height: 100%;
	background: #ffffff;
	position: absolute;
	top: 0;
	left: 100%;
	display: none;
}
.header-main .primary-header .menu-btn .menu-bar {
	width: 25px;
	height: 3px;
	float: right;
	background: #ffffff;
	text-indent: -99999px;
	position: relative;
	transition: all 0.4s ease;
	margin: 9px 0;
}
.header-main .primary-header .menu-btn .menu-bar:before,
.header-main .primary-header .menu-btn .menu-bar:after {
	content: '';
	width: 100%;
	height: 3px;
	float: left;
	background: #ffffff;
	position: absolute;
	left: auto;
	right: 0;
	transition: all 0.4s ease;
}
.header-main .primary-header .menu-btn .menu-bar:before {
	top: -9px;
}
.header-main .primary-header .menu-btn .menu-bar:after {
	top: 9px;
}
@media (min-width: 768px) {
	.header-main .primary-header.fixed {
		background: rgba(25, 0, 51, 1);
		position: fixed;
		top: 0;
		left: 0;
	}
}
@media (max-width: 1280px) {
	.header-main .primary-header .icon-search-modal {
		display: flex;
		padding-right: 20px;
		position: absolute;
		right: 70px;
		top: 0;
		height: 70px;
		z-index: 1;
	}
	#mega-menu-wrap-primary .mega-menu-toggle {
		height: 70px;
	}
	.header-main .primary-header .icon-search-modal.active {
		display: none;
	}
	.header-main .primary-header .menu-btn {
		display: flex;
	}
	.header-main .primary-header .icon-search-modal a {
		color: #5c8aee;
		border: 1px solid;
		padding: 5px;
		border-radius: 100%;
		font-size: 16px;
		line-height: 16px;
		margin-top: -4px;
		font-weight: 400;
	}
	.header-main .primary-header .icon-search-modal a em {
		font-weight: 400;
	}
}
@media (max-width: 767px) {
	.header-main .primary-header {
		height: 70px;
		background: #190033;
		box-shadow: rgba(0, 0, 0, 0.25) 0 0 10px;
	}
	.header-main .primary-header .icon-search-modal {
		height: 70px;
		z-index: 10;
	}
	.header-main .primary-header .icon-search-modal a {
		color: #5c8aee;
	}
	.header-main .primary-header .icon-search-modal a:hover,
	.header-main .primary-header .icon-search-modal a:focus,
	.header-main .primary-header .icon-search-modal a:active {
		color: #5c8aee;
	}
	.header-main .primary-header .menu-btn {
		height: 70px;
		color: #5c8aee;
		background: #190033;
		z-index: 10;
		margin-left: 17px;
	}
	.header-main .primary-header .menu-btn:after {
		background: #190033;
		display: block;
	}
	.header-main .primary-header .menu-btn .menu-bar {
		background: #5c8aee;
	}
	.header-main .primary-header .menu-btn .menu-bar:before,
	.header-main .primary-header .menu-btn .menu-bar:after {
		background: #5c8aee;
	}
	.header-main .primary-header .menu-btn.active:before {
		content: '';
	}
	.header-main .primary-header .menu-btn.active .menu-bar {
		background: none;
	}
	.header-main .primary-header .menu-btn.active .menu-bar:before,
	.header-main .primary-header .menu-btn.active .menu-bar:after {
		top: 0;
	}
	.header-main .primary-header .menu-btn.active .menu-bar:before {
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
	}
	.header-main .primary-header .menu-btn.active .menu-bar:after {
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
	}
}
/* Site Brand */
.header-main .brand {
	height: 84px;
	float: left;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
	z-index: 1;
	margin: 0 -300px 0 -4px;
}
.header-main .brand img {
	width: 100%;
	vertical-align: top;
	display: inline-block;
}
.header-main .brand a {
	width: 125px;
	float: left;
	text-decoration: none;
}
@media (max-width: 767px) {
	.header-main .brand {
		height: 70px;
		z-index: 10;
	}
	.header-main .brand a {
		width: 110px;
	}
}
/* Nav - Bar */
.mega-menu {
	display: none;
}

/*super specific cursor states for mega menu*/
.mega-disable-link.disable-link a.mega-menu-link {
	cursor: default !important;
}

.mega-disable-link.disable-link .mega-sub-menu a.mega-menu-link {
	cursor: pointer !important;
}

.mega-menu-link .fa-long-arrow-right {
	color: #5b31ee;
	transition: all 0.25s ease-out;
}

.mega-menu-link:hover .fa-long-arrow-right {
	animation: arrow 0.5s linear 1;
}

#mega-menu-wrap-primary
	#mega-menu-primary
	> li.mega-menu-flyout
	ul.mega-sub-menu {
	width: 220px;
	box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
}

/* Products mega menu */


#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.wide-menu.products-menu > ul.mega-sub-menu:first-of-type {
	left: -9999px;
}

@media (min-width: 1280px) {
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.wide-menu > ul.mega-sub-menu:first-of-type {
		box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
	}

	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.wide-menu.products-menu > ul.mega-sub-menu:first-of-type {
		width: 95vw;
		max-width: 1440px;
		box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
		overflow-x: hidden;
	}

	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.wide-menu.products-menu.mega-toggle-on > ul.mega-sub-menu:first-of-type {
		left: -13.5vw !important;
		visibility: visible !important;
		opacity: 1 !important;
	}

	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.products-menu > ul.mega-sub-menu .mega-menu-news {
		min-height: 400px;
	}

	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.products-menu > ul.mega-sub-menu .title {
		min-height: 85px;
	}

	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.products-menu > ul.mega-sub-menu .btn:not(.btn-purple) {
		border-radius: 0;
		margin: 20px 0 -26px -30px;
		width: calc(240%) !important;
		text-align: center;
	}
}

@media (min-width: 1600px) {
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.wide-menu.products-menu.mega-toggle-on > ul.mega-sub-menu:first-of-type {
		left: -11.5vw;
	}
}

@media (max-width: 1279px) {
	.header-main .primary-menu ul li .mega-menu ul#menu-mega-menu-knowledge-platform {
		margin: 0;
		padding: 0;
	}

	.header-main .primary-menu ul li ul#menu-mega-menu-knowledge-platform li {
		margin-bottom: 0;
	}
	
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.products-menu > ul.mega-sub-menu li.news,
	.header-main p.standalone-solutons-title {
		display: none !important;
	}

	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.products-menu > ul.mega-sub-menu .title h4 {
		font-weight: 600;
	}

	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.products-menu > ul.mega-sub-menu .custom-html-widget > ul:first-of-type,
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.products-menu > ul.mega-sub-menu .custom-html-widget > h5:first-of-type {
		margin-top: -20px;
	}

	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.products-menu > ul.mega-sub-menu .custom-html-widget > h5 + ul:first-of-type {
		margin-top: 0px;
	}


}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.products-menu > ul.mega-sub-menu {
	padding: 0 !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.products-menu > ul.mega-sub-menu li.grey {
	background: #F4F4F4;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.products-menu > ul.mega-sub-menu li.white-bg .title {
	background: #fff;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.products-menu > ul.mega-sub-menu li.white .title h4 {
	color: #5B31EE;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.products-menu > ul.mega-sub-menu li.white-bg .title h4 {
	color: #190033;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.products-menu > ul.mega-sub-menu li .custom-html-widget {
	padding: 25px 30px;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.products-menu > ul.mega-sub-menu .title {
	padding: 15px 30px;
	margin: -25px -30px;
	background: #F4F4F4;
	font-size: 14px;
	position: relative;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.products-menu > ul.mega-sub-menu .title + p {
	margin-top: 40px;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.products-menu > ul.mega-sub-menu .title h4 {
	font-size: 16px;
	padding-bottom: 0;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.products-menu > ul.mega-sub-menu h5 {
	font-size: 16px;
	padding-bottom: 0;
	margin-bottom: 15px;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.products-menu > ul.mega-sub-menu .btn {
	color: #fff;
	width: auto;
	margin-top: 30px;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.products-menu > ul.mega-sub-menu .btn em {
	color: #fff !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.products-menu > ul.mega-sub-menu .custom-html-widget ul {
	margin: 0 0 15px 0;
	padding: 0;
	width: 100%;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.products-menu > ul.mega-sub-menu .custom-html-widget ul li a {
	color: #5B31EE;
	text-indent: 20px;
	padding: 5px 0;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.products-menu > ul.mega-sub-menu .custom-html-widget ul li a:hover {
	text-decoration: underline;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.products-menu > ul.mega-sub-menu li.mega-menu-row > ul.mega-sub-menu {
	display: flex !important;
	flex-wrap: wrap;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.products-menu > ul.mega-sub-menu ul#menu-mega-menu-knowledge-platform li a {
	font-size: 16px;
	padding: 20px 30px;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.products-menu > ul.mega-sub-menu ul#menu-mega-menu-knowledge-platform li a:hover,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.products-menu > ul.mega-sub-menu ul#menu-mega-menu-knowledge-platform li.active a {
	background: #F4F4F4;
	color: #5b31ee;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.products-menu > ul.mega-sub-menu ul#menu-mega-menu-knowledge-platform li a .menu-item-description {
	font-size: 14px;
    color: #5b5b6d !important;
    font-weight: 400;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.products-menu > ul.mega-sub-menu li.syniti-match-column,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.products-menu > ul.mega-sub-menu li.syniti-replicate-column {
	display: none;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.products-menu > ul.mega-sub-menu li.syniti-match-column .custom-html-widget ul li a,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.products-menu > ul.mega-sub-menu li.syniti-replicate-column .custom-html-widget ul li a {
	font-size: 16px;
    color: #190033;
    padding: 10px 0;
    text-indent: 0;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.products-menu > ul.mega-sub-menu li.syniti-match-column .custom-html-widget ul li a:hover,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.products-menu > ul.mega-sub-menu li.syniti-replicate-column .custom-html-widget ul li a:hover {
	color: #5b31ee;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.products-menu > ul.mega-sub-menu .mega-menu-news {
	background: #fff;
    padding: 20px;
	box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
	position: relative;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.products-menu > ul.mega-sub-menu .mega-menu-news > a {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.products-menu > ul.mega-sub-menu .mega-menu-news .img {
    margin: -20px -20px 20px -20px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 150px;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.products-menu > ul.mega-sub-menu .mega-menu-news span {
	font-weight: 500;
    font-size: 12px;
    color: #5b31ee;
    text-transform: uppercase;
    padding-bottom: 10px;
	display: block;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.products-menu > ul.mega-sub-menu .mega-menu-news h3 {
	font-size: 18px;
    line-height: 1.4em;
    padding-bottom: 10px;
}

/* Solutions mega menu */

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.solutions-menu > ul.mega-sub-menu:first-of-type {
	min-width: 1140px;
	left: -9999px;
}

@media screen and (max-width: 1350px) {
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.solutions-menu > ul.mega-sub-menu:first-of-type {
		width: auto;
		padding: 10px 20px;
		height: auto;
		line-height: inherit;
		border-radius: 30px;
	}
}

@media screen and (max-width: 1279px) {
	.header-main .primary-menu ul li .mega-menu .btn-btm .btn,
	.header-main .primary-menu ul li.btn-top .mega-menu .btn {
		border-radius: 30px;
		width: auto;
		line-height: inherit;
		height: auto;
		padding: 10px 35px;
	}

	.header-main .primary-menu ul li .mega-menu .btn-btm .btn em,
	.header-main .primary-menu ul li.btn-top .mega-menu .btn em {
		color: #fff !important;
	}
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.solutions-menu.mega-toggle-on > ul.mega-sub-menu:first-of-type {
	left: -8.5vw !important;
	visibility: visible !important;
	opacity: 1 !important;
}

.header-main .primary-menu ul li.solutions-menu .mega-menu .item .item-link .aside {
	padding-left: 0;
	min-height: 80px;
}

.header-main .primary-menu ul li.solutions-menu .mega-menu .item .item-link .aside p {
	font-size: 14px;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row.last-solutions {
	transform: translateY(1px);
	-webkit-transform: translateY(1px);
	-moz-transform: translateY(1px);
	-ms-transform: translateY(1px);
	-o-transform: translateY(1px);
}

.header-main .primary-menu ul li.solutions-menu .mega-menu .item .item-link:hover h3,
.header-main .primary-menu ul li.solutions-menu .mega-menu .item .item-link:focus h3,
.header-main .primary-menu ul li.solutions-menu .mega-menu .item .item-link:active h3 {
	color: #190033;
}

@media (min-width: 1280px) {
	.header-main .nav-bar {
		width: 100%;
		float: left;
		padding: 0 0 0 175px;
	}
	.header-main .primary-menu {
		float: left;
	}
	.header-main .primary-menu ul {
		float: left;
		padding: 0;
		margin: 0;
	}
	.header-main .primary-menu ul li {
		float: left;
		padding: 0;
		margin: 0 45px 0 0;
	}
	.header-main .primary-menu ul li:before,
	.header-main .primary-menu ul li:after {
		display: none;
	}
	.header-main .primary-menu ul li > a {
		height: 84px;
		float: left;
		font-weight: 500;
		font-size: 16px;
		color: #ffffff;
		line-height: 84px;
		text-decoration: none;
		text-align: center;
		position: relative;
		overflow: hidden;
	}
	.header-main .primary-menu ul li > a:after {
		content: '';
		width: 0;
		height: 2px;
		float: left;
		background: #5b31ee;
		-webkit-transition: all 0.25s ease-out;
		-moz-transition: all 0.25s ease-out;
		-o-transition: all 0.25s ease-out;
		transition: all 0.25s ease-out;
		position: absolute;
		bottom: 29px;
		left: 50%;
		opacity: 0;
	}
	.header-main .primary-menu ul li:hover > a,
	.header-main .primary-menu ul li > a:focus,
	.header-main .primary-menu ul li.nav-menu-open > a,
	.header-main .primary-menu ul li.current-menu-item > a,
	.header-main .primary-menu ul li.current-menu-parent > a,
	.header-main .primary-menu ul li.current-menu-ancestor > a {
		color: #5b31ee;
	}
	.header-main .primary-menu ul li:hover > a:after,
	.header-main .primary-menu ul li > a:focus:after,
	.header-main .primary-menu ul li.nav-menu-open > a:after,
	.header-main .primary-menu ul li.current-menu-item > a:after,
	.header-main .primary-menu ul li.current-menu-parent > a:after,
	.header-main .primary-menu ul li.current-menu-ancestor > a:after {
		width: 100%;
		left: 0;
		opacity: 1;
	}
	.header-main .primary-menu ul li > ul {
		width: 200px;
		float: left;
		background: #ffffff;
		box-shadow: rgba(0, 0, 0, 0.1) 0 20px 25px;
		transition: all 0.2s ease-in-out;
		transform-origin: left top;
		transform: scaleY(0);
		visibility: hidden;
		opacity: 0;
		display: block !important;
		position: absolute;
		top: 74px;
		left: -25px;
		padding: 15px 0;
		margin: 0;
	}
	.header-main .primary-menu ul li > a:focus + ul,
	.header-main .primary-menu ul li:hover > ul,
	.header-main .primary-menu ul li.nav-menu-open > ul {
		transform: scaleY(1);
		visibility: visible;
		opacity: 1;
	}
	.header-main .primary-menu ul li > ul li {
		width: 100%;
		float: left;
		padding: 0;
		margin: 0;
	}
	.header-main .primary-menu ul li > ul li a {
		width: 100%;
		height: auto;
		font-size: 14px;
		color: #190033;
		line-height: 20px;
		text-align: left;
		padding: 12px 25px;
		margin: 0;
	}
	.header-main .primary-menu ul li > ul li a:after {
		display: none;
	}
	#mega-menu-wrap-primary
		#mega-menu-primary
		> li.mega-menu-item.mega-current-menu-item
		> a.mega-menu-link,
	#mega-menu-wrap-primary
		#mega-menu-primary
		> li.mega-menu-item.mega-current-page-ancestor
		> a.mega-menu-link,
	#mega-menu-wrap-primary
		#mega-menu-primary
		> li.mega-menu-item.mega-current-menu-ancestor
		> a.mega-menu-link {
		font-weight: 600;
	}
	.header-main .primary-menu ul li > ul li:hover > a,
	.header-main .primary-menu ul li > ul li > a:focus,
	.header-main .primary-menu ul li > ul li.nav-menu-open > a,
	.header-main .primary-menu ul li > ul li.current-menu-item > a,
	.header-main .primary-menu ul li > ul li.current-menu-parent > a,
	.header-main .primary-menu ul li > ul li.current-menu-ancestor > a {
		color: #5b31ee;
	}
	/* Mega - Menu */
	.header-main .primary-menu ul li .mega-menu {
		width: 410px;
		float: left;
		text-align: left;
		background: #f7f7f7;
		box-shadow: rgba(0, 0, 0, 0.1) 0 20px 25px;
		transition: all 0.2s ease-in-out;
		transform-origin: left top;
		transform: scaleY(0);
		visibility: hidden;
		opacity: 0;
		display: block !important;
		position: absolute;
		top: 74px;
		left: -30px;
		padding: 0;
		margin: 0;
	}
	.header-main .primary-menu ul li.mega-menu-item:hover > .mega-menu,
	.header-main .primary-menu ul li.mega-menu-item.nav-menu-open .mega-menu {
		transform: scaleY(1);
		visibility: visible;
		opacity: 1;
	}
	.header-main .primary-menu ul li .mega-menu ul {
		transition: none;
		transform: scaleY(1);
		visibility: visible;
		opacity: 1;
	}
	.header-main .primary-menu ul li .mega-menu .item-out {
		width: 100%;
		float: left;
		padding: 7px 0 6px 0;
	}
	.header-main .primary-menu ul li .mega-menu .item {
		width: 100%;
		float: left;
		margin-bottom: 40px;
	}
	.header-main .primary-menu ul li .mega-menu .item .item-link {
		width: 100%;
		float: left;
		font-weight: 400;
		font-size: 14px;
		color: #5b5b6d;
		line-height: 20px;
		text-decoration: none;
		padding: 20px 25px;
	}
	.header-main .primary-menu ul li .mega-menu .item .item-link:after {
		display: none;
	}
	.header-main .primary-menu ul li .mega-menu .item .item-link .icon {
		width: 48px;
		float: left;
		text-align: center;
		margin: 0 -48px 0 0;
	}
	.header-main .primary-menu ul li .mega-menu .item .item-link .icon img {
		max-width: inherit;
		width: 60px;
		margin: 0 -6px;
	}
	.header-main .primary-menu ul li .mega-menu .item .item-link .aside {
		width: 100%;
		float: left;
		padding: 0 0 0 70px;
	}
	.header-main .primary-menu ul li .mega-menu .item .item-link .aside h3 {
		font-weight: 500;
		font-size: 16px;
		color: #190033;
		line-height: 22px;
		padding: 0;
	}
	.header-main .primary-menu ul li .mega-menu .item .item-link .aside h3 em {
		font-size: 20px;
		color: #5b31ee;
		-webkit-transition: all 0.25s ease-out;
		-moz-transition: all 0.25s ease-out;
		-o-transition: all 0.25s ease-out;
		transition: all 0.25s ease-out;
		position: relative;
		top: 3px;
		margin: 0 0 0 5px;
	}
	.header-main .primary-menu ul li .mega-menu .item .item-link .aside p {
		padding: 0;
	}
	.header-main .primary-menu ul li .mega-menu .item:hover .item-link,
	.header-main .primary-menu ul li .mega-menu .item .item-link:hover,
	.header-main .primary-menu ul li .mega-menu .item .item-link:focus,
	.header-main .primary-menu ul li .mega-menu .item .item-link:active {
		background: #ffffff;
	}
	/*.header-main .primary-menu ul li .mega-menu .item:hover .item-link h3,*/
	.header-main .primary-menu ul li .mega-menu .item .item-link:hover h3,
	.header-main .primary-menu ul li .mega-menu .item .item-link:focus h3,
	.header-main .primary-menu ul li .mega-menu .item .item-link:active h3 {
		color: #5b31ee;
	}

	
	/*.header-main .primary-menu ul li .mega-menu .item:hover .item-link h3 em, */
	.header-main .primary-menu ul li .mega-menu .item .item-link:hover h3 em,
	.header-main .primary-menu ul li .mega-menu .item .item-link:focus h3 em,
	.header-main .primary-menu ul li .mega-menu .item .item-link:active h3 em {
		animation: arrow 0.5s linear 1;
		-webkit-animation-name: arrow 0.5s linear 1;
	}
	.header-main .primary-menu ul li .mobile-link {
		text-decoration: none;
		font-size: 16px;
		margin-bottom: 20px;
		display: none;
	}
	/* .header-main .primary-menu ul li .mega-menu .item .mega-sub-menu {
		width: 260px;
		min-height: 100%;
		float: left;
		text-align: left;
		background: #ffffff;
		box-shadow: rgba(0, 0, 0, 0.1) 0 20px 25px;
		transition: all 0.2s ease-in-out;
		transform-origin: left center;
		transform: scaleX(0);
		visibility: hidden;
		opacity: 0;
		display: block !important;
		position: absolute;
		top: -15px;
		left: 100%;
		padding: 27px 0;
		margin: 0;
	} */
	.header-main
		.primary-menu
		ul
		li
		.mega-menu
		.item
		.mega-sub-menu.hide-desktop {
		display: none !important;
	}
	.header-main .primary-menu ul li .mega-menu .item:hover > .mega-sub-menu,
	.header-main
		.primary-menu
		ul
		li
		.mega-menu
		.item.nav-menu-open
		.mega-sub-menu,
	.header-main
		.primary-menu
		ul
		li
		.mega-menu
		.item
		.mega-sub-menu.nav-menu-open,
	.header-main .primary-menu ul li .mega-menu .item:hover .mega-sub-menu {
		transform: scaleX(1);
		visibility: visible;
		opacity: 1;
	}
	.header-main .primary-menu ul li .mega-menu .item .mega-sub-menu h4 {
		width: 100%;
		float: left;
		font-weight: 400;
		font-size: 16px;
		color: #5b5b6d;
		line-height: 20px;
		text-transform: uppercase;
		padding: 0 25px 15px 25px;
		margin: 0;
	}
	.header-main .primary-menu ul li .mega-menu .item .mega-sub-menu ul {
		width: 100%;
		float: left;
		padding: 0;
		margin: -12px 0;
	}
	.header-main .primary-menu ul li .mega-menu .item .mega-sub-menu ul li {
		width: 100%;
		float: left;
		padding: 0;
		margin: 0;
	}
	.header-main .primary-menu ul li .mega-menu .item .mega-sub-menu ul li a {
		width: 100%;
		height: auto;
		font-size: 14px;
		color: #190033;
		line-height: 16px;
		text-align: left;
		padding: 12px 25px;
		margin: 0;
		transition: all 300ms ease-in-out;
		-webkit-transition: all 300ms ease-in-out;
		-moz-transition: all 300ms ease-in-out;
		-ms-transition: all 300ms ease-in-out;
		-o-transition: all 300ms ease-in-out;
	}
	.header-main
		.primary-menu
		ul
		li
		.mega-menu
		.item
		.mega-sub-menu
		ul
		li
		a:after {
		display: none;
	}
	.header-main
		.primary-menu
		ul
		li
		.mega-menu
		.item
		.mega-sub-menu
		ul
		li:hover
		> a,
	.header-main
		.primary-menu
		ul
		li
		.mega-menu
		.item
		.mega-sub-menu
		ul
		li
		> a:focus,
	.header-main
		.primary-menu
		ul
		li
		.mega-menu
		.item
		.mega-sub-menu
		ul
		li.nav-menu-open
		> a,
	.header-main
		.primary-menu
		ul
		li
		.mega-menu
		.item
		.mega-sub-menu
		ul
		li.current-menu-item
		> a,
	.header-main
		.primary-menu
		ul
		li
		.mega-menu
		.item
		.mega-sub-menu
		ul
		li.current-menu-parent
		> a,
	.header-main
		.primary-menu
		ul
		li
		.mega-menu
		.item
		.mega-sub-menu
		ul
		li.current-menu-ancestor
		> a {
		color: #5b31ee;
	}
	.header-main .primary-menu ul li .mega-menu .item .mega-sub-menu ul.split li {
		width: 50%;
	}
	.header-main .primary-menu ul li .mega-menu .item .mega-sub-menu .aside-rw {
		width: 100%;
		float: left;
		margin: 0 0 40px 0;
	}
	.header-main
		.primary-menu
		ul
		li
		.mega-menu
		.item
		.mega-sub-menu
		.aside-rw:last-child {
		margin-bottom: 0;
	}
	.header-main .primary-menu ul li .mega-menu .btn-btm {
		width: 100%;
		float: left;
	}
	.header-main .primary-menu ul li .mega-menu .btn-btm .btn,
	.header-main .primary-menu ul li.btn-top .mega-menu .btn {
		width: 100%;
		height: 56px;
		line-height: 56px;
		border-radius: 0;
		padding: 0;
		margin: 0;
		text-align: center;
		color: #fff;
	}
	/* Btn - Header */
	.header-main .btn-header {
		float: right;
		padding: 22px 0;
	}
	.header-main .btn-header a {
		height: 40px;
		float: left;
		line-height: 41px;
		padding: 0 25px;
		margin: 0 0 0 25px;
		display: inline-flex;
	}
}
@media (max-width: 1280px) {
	.hiddenscroll-menu {
		overflow: hidden;
	}
	.header-main .overlay-menu {
		width: 100%;
		height: 100%;
		float: left;
		background: rgba(0, 0, 0, 0.5);
		position: fixed;
		top: 0;
		left: 0;
		z-index: 7;
		visibility: hidden;
		opacity: 0;
		-webkit-transition: top 0.15s ease-out;
		-moz-transition: top 0.15s ease-out;
		transition: top 0.15s ease-out;
		overflow: hidden;
	}
	.header-main .overlay-menu.active {
		visibility: visible;
		opacity: 0.95;
		-webkit-transition: opacity 0.2s ease-out;
		-moz-transition: opacity 0.2s ease-out;
		transition: opacity 0.2s ease-out;
		-ms-transition: opacity 0.2s ease-out;
		-o-transition: opacity 0.2s ease-out;
}
	.header-main .nav-bar {
		width: 100%;
		/*max-width: 390px;
    height: 100%;*/
		float: right;
		-webkit-transition: all 0.25s ease-out;
		-moz-transition: all 0.25s ease-out;
		-o-transition: all 0.25s ease-out;
		transition: all 0.25s ease-out;
		/*visibility: hidden;*/
		position: absolute;
		/*top: 0;*/
		left: 0;
		/* right: -100%;
    z-index: 9;*/
	}
	.header-main .nav-bar.active {
		visibility: visible;
		right: 0;
	}
	.header-main .nav-bar .nav-max {
		width: 100%;
		height: 100%;
		float: left;
		/*background: #ffffff;*/
		overflow: auto;
		overflow-x: hidden;
	}
	.header-main .nav-bar .nav-inn {
		width: 100%;
		min-height: 70px;
		float: left;
		display: flex;
		/* flex-direction: column; */
		position: relative;
		padding: 0;
		align-items: center;
		justify-content: end;
		height: 100%;
	}
	/* Primary - Menu */
	.header-main .primary-menu {
		width: 100%;
		/*float: left;
    padding: 0 0 40px 0;*/
	}
	.header-main .primary-menu:last-child {
		padding-bottom: 0;
	}
	.header-main .primary-menu ul {
		width: 100%;
		float: left;
		padding: 0;
		margin: 0;
	}
	.header-main .primary-menu ul li {
		width: 100%;
		float: left;
		position: relative;
		z-index: 1;
		padding: 0;
		margin: 0;
	}
	.header-main .primary-menu ul li:before,
	.header-main .primary-menu ul li:after {
		display: none;
	}
	.header-main .primary-menu ul li > a {
		width: 100%;
		float: left;
		font-weight: 500;
		font-size: 26px;
		line-height: 30px;
		text-decoration: none;
		padding: 15px 0;
	}
	.header-main .primary-menu ul li .submenu-lv1,
	.header-main .primary-menu ul li .submenu-lv2 {
		display: none;
	}
	.header-main .primary-menu ul li.menu-item-has-children > a {
		padding-right: 50px;
	}
	.header-main .primary-menu ul li.menu-item-has-children > .submenu-lv1,
	.header-main .primary-menu ul li.mega-menu-item > .submenu-lv1 {
		width: 100%;
		height: 60px;
		float: right;
		cursor: pointer;
		display: block;
		position: absolute;
		top: 0;
		right: 0;
	}
	.header-main .primary-menu ul li.menu-item-has-children > .submenu-lv1:before,
	.header-main .primary-menu ul li.mega-menu-item > .submenu-lv1:before {
		content: '';
		width: 10000px;
		height: 100%;
		position: absolute;
		top: 0;
		left: -5000px;
		z-index: -1;
	}
	.header-main .primary-menu ul li.menu-item-has-children > .submenu-lv1:after,
	.header-main .primary-menu ul li.mega-menu-item > .submenu-lv1:after {
		width: 100%;
		height: 100%;
		float: left;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: flex-end;
		content: '\f078';
		font-family: 'Font Awesome\ 5 Pro';
		font-weight: 400;
		font-size: 20px;
		color: #5b31ee;
		text-align: right;
		position: absolute;
		top: 0;
		right: 0;
	}
	.header-main .primary-menu ul li .mega-menu .item .mega-sub-menu h4 + ul {
		padding-top: 10px;
	}
	.header-main
		.primary-menu
		ul
		li.menu-item-has-children
		> .submenu-lv1.active:before,
	.header-main .primary-menu ul li.mega-menu-item > .submenu-lv1.active:before {
		/*background: #f7f7f7;*/
	}
	.header-main
		.primary-menu
		ul
		li.menu-item-has-children
		> .submenu-lv1:hover:after,
	.header-main .primary-menu ul li.mega-menu-item > .submenu-lv1:hover:after {
		color: #5b31ee;
	}
	.header-main
		.primary-menu
		ul
		li.menu-item-has-children
		> .submenu-lv1.active:after,
	.header-main .primary-menu ul li.mega-menu-item > .submenu-lv1.active:after {
		content: '\f077';
	}
	.header-main .primary-menu ul li:hover > a,
	.header-main .primary-menu ul li > a:focus,
	.header-main .primary-menu ul li.nav-menu-open > a,
	.header-main .primary-menu ul li.current-menu-item > a,
	.header-main .primary-menu ul li.current-menu-parent > a,
	.header-main .primary-menu ul li.current-menu-ancestor > a {
	}
	.header-main .primary-menu ul li ul {
		display: none;
		padding: 25px 0 8px 0;
		margin: 0;
	}
	.header-main .primary-menu ul li ul li {
		margin-bottom: 15px;
	}
	.header-main .primary-menu ul li ul li:last-child {
		margin-bottom: 0;
	}
	.header-main .primary-menu ul li ul li > a {
		font-size: 17px;
		font-weight: 500;
		line-height: 21px;
		padding: 0;
	}
	/* Mega - Menu */
	.header-main .primary-menu ul li .mega-menu {
		width: 100%;
		float: left;
		display: none;
		padding: 25px 0 25px 0;
		margin: 0;
	}
	.header-main .primary-menu ul li .mega-menu ul {
		display: block;
	}
	.header-main .primary-menu ul li .mega-menu .item-out {
		width: 100%;
		float: left;
	}
	.header-main .primary-menu ul li .mega-menu .item {
		width: 100%;
		float: left;
		margin: 40px 0 0 0;
	}
	.header-main .primary-menu ul li .mega-menu .item:first-child {
		margin-top: 0;
	}
	.header-main .primary-menu ul li .mega-menu .item .item-link {
		width: 100%;
		float: left;
		font-weight: 400;
		font-size: 14px;
		color: #5b5b6d;
		line-height: 20px;
		text-decoration: none;
		padding: 0;
	}
	.header-main .primary-menu ul li .mega-menu .item .item-link:after {
		display: none;
	}
	.header-main .primary-menu ul li .mega-menu .item .item-link .icon {
		display: none;
	}
	.header-main .primary-menu ul li .mega-menu .item .item-link .aside {
		padding: 0 0 20px;
	}
	.header-main .primary-menu ul li .mega-menu .item .item-link .aside h3 {
		font-weight: 600;
		font-size: 16px;
		color: #5b31ee;
		line-height: 21px;
		text-transform: uppercase;
		padding: 0;
		margin-bottom: 10px;
	}
	.header-main .primary-menu ul li.solutions-menu .mega-menu .item .item-link .aside h3 {
		color: #190033;
	}
	.header-main .primary-menu ul li .mobile-link {
		text-decoration: none;
		font-size: 16px;
		margin-bottom: 20px;
		display: none;
	}
	.header-main .primary-menu ul li .mega-menu .item .item-link .aside h3 em {
		display: none;
	}
	.header-main .primary-menu ul li .mega-menu .item .item-link .aside p {
		padding: 0;
		font-size: 16px;
		line-height: 15px;
	}
	.header-main .primary-menu ul li .mega-menu .item .mega-sub-menu {
		width: 100%;
		float: left;
		padding-top: 0px;
	}
	.header-main .primary-menu ul li .mega-menu .item .mega-sub-menu ul {
		padding-top: 0px;
		padding-bottom: 30px;
	}
	.header-main .primary-menu ul li .mega-menu .item .mega-sub-menu ul.split li {
		width: 50%;
	}
	.header-main .primary-menu ul li .mega-menu .item .mega-sub-menu h4 {
		width: 100%;
		float: left;
		font-weight: 600;
		font-size: 16px;
		color: #5b31ee;
		text-transform: uppercase;
		line-height: 21px;
		padding: 0;
		margin-bottom: 5px;
	}
	.header-main .primary-menu ul li .mega-menu .item .mega-sub-menu .aside-rw {
		width: 100%;
		float: left;
		margin: 0;
	}
	.header-main
		.primary-menu
		ul
		li
		.mega-menu
		.item
		.mega-sub-menu
		.aside-rw:last-child {
		margin-bottom: 0;
	}
	.header-main .primary-menu ul li .mega-menu .btn-btm {
		width: 100%;
		float: left;
		display: none;
	}
	.header-main .primary-menu ul li.btn-top .mega-menu .btn {
		margin-bottom: 10px;
	}
	/* Btn - Header */
	.header-main .btn-header {
		width: 100%;
		float: left;
		position: absolute;
		bottom: 40px;
		left: 0;
		padding: 0 30px;
		display: none;
	}
	.header-main .btn-header .btn {
	}
	.header-main .btn-header .btn:hover,
	.header-main .btn-header .btn:focus,
	.header-main .btn-header .btn:active,
	.header-main .btn-header .btn:active:focus,
	.header-main .btn-header .btn.active,
	.header-main .btn-header .btn.active:focus {
		color: #ffffff;
		background: #5b31ee;
		box-shadow: inset #5b31ee 0 0 0 1px;
	}
	.header-main .btn-header .btn-blank-white {
		background: none;
	}
	.header-main .btn-header .btn-blank-white:hover,
	.header-main .btn-header .btn-blank-white:focus,
	.header-main .btn-header .btn-blank-white:active,
	.header-main .btn-header .btn-blank-white:active:focus,
	.header-main .btn-header .btn-blank-white.active,
	.header-main .btn-header .btn-blank-white.active:focus {
		color: #5b31ee;
		background: none;
		box-shadow: inset #5b31ee 0 0 0 1px;
	}
	#mega-menu-wrap-primary
		#mega-menu-primary
		> li.mega-menu-flyout
		ul.mega-sub-menu
		li.mega-menu-item
		a.mega-menu-link {
		padding: 0 0 20px;
		font-size: 16px;
	}
	#mega-menu-wrap-primary
		#mega-menu-primary
		li.mega-menu-megamenu
		> ul.mega-sub-menu
		> li.mega-menu-row.hide-mobile {
		display: none;
	}
	.header-main .primary-menu ul li .mega-menu .item .mega-sub-menu.hide-mobile {
		display: none !important;
	}
	.header-main
		.primary-menu
		ul
		li
		.mega-menu
		.item
		.mega-sub-menu.hide-desktop
		a {
		text-decoration: none;
	}
	.header-main
		.primary-menu
		ul
		li
		.mega-menu
		.item
		.mega-sub-menu.hide-desktop
		img.alignnone {
		width: auto;
		margin: 0 5px 0 0;
	}
}
@media (max-width: 767px) {
	.header-main .primary-menu ul li .mobile-link {
		display: block;
	}
	.hiddenscroll-search {
		overflow: hidden;
	}
	.header-main .overlay-menu {
		top: 70px;
	}
	.header-main .nav-bar {
		max-width: 100%;
		width: 100%;
		padding: 0;
	}
	.header-main .nav-bar .nav-max {
		/* border-top: 1px solid #dddddd;*/
	}
	.header-main .nav-bar .nav-inn {
		/* max-width: 600px;*/
		float: none;
		padding: 0;
		margin: 0 auto;
	}
	.header-main.fixed .overlay-menu {
		top: 70px;
	}
	.header-main.fixed .nav-bar {
	}
}
@media (max-width: 399px) {
	.header-main .nav-bar .nav-inn {
		/*padding-left: 20px;
    padding-right: 20px;*/
	}
	.header-main .btn-header {
		padding-left: 20px;
		padding-right: 20px;
	}
}
/* Close - Btn */
.header-main .close-btn {
	width: 36px;
	height: 36px;
	float: right;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	color: #5c8aee;
	text-align: center;
	box-shadow: inset #5c8aee 0 0 0 2px;
	border-radius: 360px;
	position: absolute;
	top: 30px;
	right: 30px;
	z-index: 4;
	overflow: hidden;
	cursor: pointer;
	display: none;
}
@media (min-width: 768px) and (max-width: 1199px) {
	.header-main .close-btn {
		/*display: flex;*/
	}
}
/*
 4.) Content - Main
----------------------------------------*/
.content-main {
	width: 100%;
	float: left;
	flex: 1 0 auto;
}
/* Content - Max */
.cont-max {
	width: 100%;
	max-width: 840px;
	margin: 0 auto;
}
/* Row */
.row {
	padding-bottom: 95px;
	margin: 0 -30px -60px -30px;
}
.row:last-child {
	padding-bottom: 0;
}
.row > div {
	padding: 0 30px 60px 30px;
}
.row.no-gutters {
	margin: 0;
}
.row.no-gutters > div {
	padding: 0;
}
.row > div .row {
	margin: 0 -15px -30px -15px;
}
.row > div .row > div {
	padding: 0 15px 30px 15px;
}
.row > div .row.no-gutters {
	margin: 0;
}
.row > div .row.no-gutters > div {
	padding: 0;
}
@media (max-width: 1399px) {
	.row {
		margin: 0 -25px -50px -25px;
	}
	.row > div {
		padding: 0 25px 50px 25px;
	}
	.row.no-gutters {
		margin: 0;
	}
	.row.no-gutters > div {
		padding: 0;
	}
	.row > div .row {
		margin: 0 -15px -30px -15px;
	}
	.row > div .row > div {
		padding: 0 15px 30px 15px;
	}
	.row > div .row.no-gutters {
		margin: 0;
	}
	.row > div .row.no-gutters > div {
		padding: 0;
	}
}
@media (max-width: 1199px) {
	.row {
		padding-bottom: 75px;
	}
}
@media (max-width: 767px) {
	.row {
		padding-bottom: 55px;
		margin: 0 -15px -40px -15px;
	}
	.row:last-child {
		padding-bottom: 0;
	}
	.row > div {
		padding: 0 15px 40px 15px;
	}
	.row.no-gutters {
		margin: 0;
	}
	.row.no-gutters > div {
		padding: 0;
	}
	.row > div .row {
		margin: 0 -15px -30px -15px;
	}
	.row > div .row > div {
		padding: 0 15px 30px 15px;
	}
	.row > div .row.no-gutters {
		margin: 0;
	}
	.row > div .row.no-gutters > div {
		padding: 0;
	}
}
/* Heading - Text */
.heading-txt {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	overflow: hidden;
	padding: 0 0 70px 0;
}
.heading-txt:last-child {
	padding-bottom: 0;
}
.heading-txt .aside {
	width: 100%;
	max-width: 960px;
	display: inline-block;
	vertical-align: top;
}
@media (max-width: 1199px) {
	.heading-txt {
		padding: 0 0 60px 0;
	}
}
@media (max-width: 767px) {
	.heading-txt {
		padding: 0 0 40px 0;
	}
}
/* Form - Block */
.form-block {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	padding: 0;
	margin: 0;
}
.form-block form {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	padding: 0;
	margin: 0;
}
.form-block ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
	margin: 0 -10px -30px -10px;
}
.form-block ul li {
	width: 100%;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	padding: 0 10px 30px 10px;
	margin: 0;
}
.form-block ul li:before {
	display: none;
}
.form-block ul li.full-width {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.form-block .btn-out {
	text-align: center;
	margin-top: 35px;
}
.form-block .btn-out .btn,
.form-block .btn-out .button,
.form-block .btn-out input[type='button'],
.form-block .btn-out input[type='submit'] {
	width: 100%;
	max-width: 200px;
}
.form-block .btn-out .btn2,
.form-block .btn-out .button2,
.form-block .btn-out input[type='button'].btn2,
.form-block .btn-out input[type='submit'].btn2 {
	width: auto;
	max-width: inherit;
}
@media (max-width: 767px) {
	.form-block h2,
	.form-block h3,
	.form-block h4 {
		padding-bottom: 20px;
	}
	.form-block ul li {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}
/* Logos - List */
.logos-list {
	margin: 0 -20px -20px -20px;
}
.logos-list > div {
	text-align: center;
	padding: 0 20px 20px 20px;
}
.centered-logos-6 .logos-list > div {
	padding-bottom: 0;
}
.logos-list > div img {
	max-width: 75%;
	max-height: 75px;
	margin-bottom: 20px;
}
/* CTA - Links */
.cta-links {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	padding: 10px 0 24px 0;
}
.cta-links:first-child {
	padding-top: 0;
}
.cta-links:last-child {
	padding-bottom: 0;
}
.cta-links ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
	margin: 0 -10px -16px -10px;
}
.cta-links ul li {
	width: 100%;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	padding: 0 10px 16px 10px;
	margin: 0;
}
.cta-links ul li:last-child {
	padding-bottom: 16px;
}
.cta-links ul li:before {
	display: none;
}
.cta-links ul li a,
a.cta-arrow-link {
	font-weight: 500;
	color: #190033;
	text-decoration: none;
}
.cta-links ul li a:after,
a.cta-arrow-link:after {
	font-family: 'Font Awesome 5 Pro';
	content: '\f178';
	font-weight: 300;
	font-size: 140%;
	color: #5b31ee;
	line-height: 0.5em;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	text-decoration: none;
	position: relative;
	top: 3px;
	margin: 0 -10px 0 10px;
}
/*Removed per https://workshop.imarc.com/projects/1213?back_path=my_work&modal=Task-207278-1213*/
/*
.cta-links ul li a:hover, .cta-links ul li a:focus, .cta-links ul li a:active {
  color: #5b31ee; 
}*/
.cta-links ul li a:hover:after,
.cta-links ul li a:focus:after,
.cta-links ul li a:active:after,
a.cta-arrow-link:hover:after,
a.cta-arrow-link:focus:after,
a.cta-arrow-link:active:after {
	animation: arrow2 0.5s linear 1;
	-webkit-animation-name: arrow2 0.5s linear 1;
}
@media (max-width: 767px) {
	.cta-links ul li {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}
/* Icons - List */
.icons-list h3,
.icons-list h4 {
	font-weight: 500;
	font-size: 18px;
	color: #190033;
	line-height: 24px;
	padding-bottom: 6px;
}
.icons-list h3:last-child,
.icons-list h4:last-child {
	padding-bottom: 0;
}
.icons-list .icon {
	/*margin-bottom: 6px;*/
	height: 0;
	padding-bottom: 80px;
	position: relative;
}
.icons-list .icon:last-child {
	margin-bottom: 0;
}
.icons-list .icon img {
	max-height: 80px;
	margin: -10px 0 0 0;
	margin: -10px 0 0 0;
	height: 100%;
	position: absolute;
	left: 0;
}
.row.icons-list .item {
	padding-bottom: 50px;
}
.row.icons-list .item p {
	padding-bottom: 18px;
}
@media (max-width: 767px) {
	.icons-list .icon {
		text-align: left;
	}
}
/* Quick - Report */
.quick-report {
	width: 100%;
	max-width: 520px;
	background: rgb(34 0 69 / 60%);
	padding: 11% 7%;
}
.quick-report .row > div {
	text-align: center;
}
.quick-report .row > div:nth-child(even) {
	margin-top: 40px;
}
.quick-report .number {
	font-weight: 500; /*previously 700 from 3mw*/
	font-size: 60px;
	line-height: 1em;
	padding-bottom: 10px;
}
.quick-report .number:last-child {
	padding-bottom: 0;
}
.quick-report p {
	width: 100%;
	max-width: 160px;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	margin: 0 auto;
}
@media (max-width: 991px) {
	.quick-report {
		max-width: 100%;
		padding: 60px 50px;
	}
}
@media (max-width: 767px) {
	.quick-report {
		/*max-width: 100%;
    padding: 30px;*/
		display: none;
	}
	.quick-report .row > div {
		text-align: left;
	}
	.quick-report .row > div:nth-child(even) {
		margin-top: 0;
	}
	.quick-report .number {
		font-size: 40px;
	}
}
/* Hero - Inner */
.hero-main {
	width: 100%;
	min-height: 425px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	color: #ffffff;
	background-color: #5b31ee;
	background-image: linear-gradient(90deg, #5b31ee 0%, #2d74d7 100%);
	position: relative;
	overflow: hidden;
	padding: 194px 0 110px 0;
	margin: -84px 0 0 0;
}
.hero-main .figure::after {
	/*background-image: linear-gradient(90deg, #190033 0%, #ffffff00 100%);*/
	background-image: linear-gradient(90deg, #190033 0%, #19003300 100%);
	position: absolute;
	top: 0;
	content: '';
	left: 0;
	width: 100%;
	height: 100%;
}
.hero-main .figure {
	width: 100%;
	height: 100%;
	display: block;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.hero-main .figure img {
	width: auto;
	max-width: none;
	min-width: 100%;
	min-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin: 0;
}
.hero-main .hero-cont {
	width: 100%;
	float: left;
	font-size: 24px;
	line-height: 32px;
	position: relative;
	z-index: 3;
}
.hero-main .hero-cont h1,
.hero-main .hero-cont h2,
.hero-main .hero-cont h3,
.hero-main .hero-cont h4,
.hero-main .hero-cont h5,
.hero-main .hero-cont h6 {
	color: inherit;
}
.hero-main .hero-cont p a,
.hero-main .hero-cont li a {
	color: #ffffff;
}
.hero-main .hero-cont .sub-title {
	color: #ffffff;
}
.hero-main .hero-cont .read-more,
.hero-main .hero-cont .read-more:after {
	color: #ffffff;
}
.hero-main .hero-cont p {
	max-width: 520px;
}
.hero-main .hero-cont .aside {
	width: 100%;
	max-width: 620px;
	float: none;
	display: inline-block;
	vertical-align: middle;
}
@media (max-width: 1199px) {
	.hero-main .hero-cont {
		font-size: 20px;
		line-height: 28px;
	}
}
@media (max-width: 767px) {
	.hero-main {
		min-height: 300px;
		padding: 20px 0 100px 0;
		margin: 0;
	}
	.hero-main .figure img {
		width: 150%;
		width: auto;
		min-width: 200%;
		top: 0;
		left: 0;
		/*-webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);*/
		-webkit-transform: translate(-56%, -54%);
		-ms-transform: translate(-56%, -54%);
		transform: translate(-56%, -54%);
	}
	.hero-main .hero-cont {
		font-size: 18px;
		line-height: 26px;
	}
}

/* Hero - Slider */

.hero-slider {
    width: 100%;
    min-height: 425px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #ffffff;
    background-color: #5b31ee;
    background-image: linear-gradient(90deg, #5b31ee 0%, #2d74d7 100%);
	background-size: cover;
	background-position: center right;
    position: relative;
    overflow: hidden;
    padding: 155px 0 60px 0;
    margin: -84px 0 0 0;
}

.hero-slider .figure {
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

.hero-slider .figure img {
    width: auto;
    max-width: none;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
}

.hero-slider .figure::after {
	background-image: linear-gradient(90deg, #190033 0%, #19003300 100%);
	position: absolute;
	top: 0;
	content: '';
	left: 0;
	width: 100%;
	height: 100%;
}

.hero-slider #inner_slider {
    position: relative;
    z-index: 3;
}

.hero-slider #inner_slider .owl-controls-wrap {
	padding: 30px 0 0 0;
}

.hero-slider .hero-cont {
    width: 100%;
    float: left;
    font-size: 24px;
    line-height: 32px;
}

.hero-slider .hero-cont .aside {
    width: 100%;
    max-width: 620px;
    float: none;
    display: inline-block;
    vertical-align: middle;
}

@media (max-width: 767px) {
	.hero-slider::after {
		background-image: linear-gradient(90deg, #190033 0%, #19003300 100%);
		position: absolute;
		top: 0;
		content: '';
		left: 0;
		width: 100%;
		height: 100%;
	}
	
	.hero-slider .figure {
		display: none;
	}
}

/* Client logos */

.client-logos {
	background: #1B0437;
	padding: 30px 0;
}

.client-logos .container {
	display: flex;
	align-items: center;
}

.client-logos .owl-stage {
	display: flex;
    justify-content: space-between;
}

.client-logos .client-logo {
	text-align: center;
}

.client-logos .client-logo img {
	max-height: 50px;
	width: auto;
	opacity: 0;
	transition: opacity 0.3s ease;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
}

.client-logos .owl-controls {
	display: none;
}

/* Make images visible on load */
.client-logos .owl-stage .client-logo img {
	opacity: .5;
}

/* Client logos - dark purple */

.client-logos.dark-purple {
	background: #190033;
}	

.client-logos.dark-purple .client-logo img {
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
}

/* Client logos - light purple */

.client-logos.light-purple {
	background: #5b31ee;
}

.client-logos.light-purple .client-logo img {
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
	opacity: 1;
}

/* Client logos - light grey */

.client-logos.light-grey {
	background: #f7f7f7;
}

.client-logos.light-grey .client-logo img {
	filter: invert(68%) sepia(147%) saturate(1000%) hue-rotate(585deg) brightness(100%) contrast(108%);
	-webkit-filter: invert(68%) sepia(147%) saturate(1000%) hue-rotate(585deg) brightness(100%) contrast(108%);
	opacity: 1;
}

/* Client logos - dark grey */

.client-logos.dark-grey {
	background: #e2e3e4;
}

.client-logos.dark-grey .client-logo img {
	filter: invert(8%) sepia(100%) saturate(6580%) hue-rotate(223deg) brightness(42%) contrast(304%);
	-webkit-filter: invert(8%) sepia(100%) saturate(6580%) hue-rotate(223deg) brightness(42%) contrast(304%);
	opacity: 1;
}

/* News tiles */

.news-tiles {
	padding: 85px 0;
}

.news-tiles article {
	margin-top: 15px;
	margin-bottom: 15px;
}

.news-tiles article aside {
	box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

.news-tiles article aside .category {
	font-weight: 500;
    font-size: 14px;
    color: #5b31ee;
    line-height: 20px;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.news-tiles article aside h3 {
	font-size: 18px;
	line-height: 1.4em;
	padding-bottom: 20px;
}

.news-tiles article aside .thumb {
	padding-top: 33.33%;
	margin: 0 -1.5rem -1.5rem;
	background-size: cover;
	background-position: center;
	position: relative;
}

.news-tiles article aside .thumb a {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.news-tiles article aside a.read-more {
	font-weight: 500;
	font-size: 14px;
	color: #5b31ee;
	line-height: 20px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.news-tiles article aside a.read-more em {
	transition: all 300ms linear;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
}

.news-tiles article aside a.read-more:hover em {
	transform: translateX(5px);
	-webkit-transform: translateX(5px);
	-moz-transform: translateX(5px);
	-ms-transform: translateX(5px);
	-o-transform: translateX(5px);
}

/* CTA Bar */

.cta-bar.purple-gradient {
	background-color: #5b31ee;
    background-image: linear-gradient( 90deg, #8b4bb3 0%, #5b31ee 50%, #2d74d7 100% );
}

.cta-bar.dark-purple {
	background-color: #1B0437;
}

.cta-bar {
	padding: 40px 0;
}

.cta-bar p {
	font-size: 28px;
	line-height: 1.2em;
	margin-right: 15px;
	flex: 1;
}

.cta-bar .btn {
	white-space: nowrap;
}

.cta-bar .btn:last-of-type {
	margin-left: 10px !important;
}

@media (max-width: 991px) {
	.cta-bar p {
		font-size: 24px;
	}
}

@media (max-width: 767px) {
	.cta-bar .container {
		flex-direction: column;
	}

	.cta-bar .container p {
		text-align: center;
	}

	.cta-bar .container .btn-split-out {
		margin: 30px 0 0 0 !important;
	}
}

/* News - Slider */
.news-slider {
	width: 100%;
	background: #f7f7f7;
	overflow: hidden;
	padding: 30px 0;
}
.news-slider .item a {
	text-decoration: none;
}
.news-slider .item h3 em {
	font-size: 120%;
	color: #5b31ee;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	position: relative;
	top: 5px;
	margin: 0 0 0 5px;
}
.news-slider .item a:hover h3,
.news-slider .item a:hover h3,
.news-slider .item a:hover h3 {
	color: #5b31ee;
}
.news-slider .item a:hover h3 em,
.news-slider .item a:hover h3 em,
.news-slider .item a:hover h3 em {
	animation: arrow2 0.5s linear 1;
	-webkit-animation-name: arrow2 0.5s linear 1;
}
@media (max-width: 1199px) {
	.news-slider .item h3 em {
		top: 4px;
	}
}
@media (max-width: 767px) {
	.news-slider .item h3 em {
		top: 3px;
	}
	.news-slider .item a:hover h3 em,
	.news-slider .item a:hover h3 em,
	.news-slider .item a:hover h3 em {
		animation: arrow 0.5s linear 1;
		-webkit-animation-name: arrow 0.5s linear 1;
	}
}
/* Split - Content */
.split-cont {
	width: 100%;
	overflow: hidden;
	padding: 90px 0;
}
.split-cont .aside {
	width: 100%;
	/*max-width: 550px;*/
	max-width: 95%;
}
.split-cont .media-col > .figure img {
	align-items: center;
}
.split-cont .btn-split {
	padding-top: 1em;
}
.split-cont .responsive-embed {
	overflow: hidden;
	position: relative;
	width: 100%;
}
.split-cont .responsive-embed::after {
	padding-top: 56.25%;
	display: block;
	content: '';
}
.split-cont .responsive-embed.ratio2::after {
	padding-top: 75%;
}
.split-cont .responsive-embed iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media (max-width: 1199px) {
	.split-cont {
		padding: 70px 0;
	}
}
@media (max-width: 767px) {
	.split-cont {
		padding: 30px 0;
	}
}
/* BG Inner - Content */
.globe-cont .inner-cont {
	width: 100%;
	float: left;
	position: relative;
	padding: 0;
}
.globe-cont .inner-cont .globe-bg,
.globe-cont .inner-cont .plots-bg {
	width: 70%;
	float: left;
	position: absolute;
	top: 50%;
	left: -30%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.globe-cont .inner-cont .plots-bg {
	z-index: 1;
}
.globe-cont .row {
	position: relative;
	z-index: 2;
}
@media (min-width: 1920px) {
	.globe-cont .inner-cont .globe-bg {
		width: 68%;
		left: -30%;
	}
}
@media (max-width: 1199px) {
	.globe-cont {
		padding: 0;
	}
	.globe-cont .inner-cont {
		padding: 70px 0;
	}
	.globe-cont .inner-cont .globe-bg {
		left: -24%;
	}
}
@media (max-width: 991px) {
	.globe-cont .inner-cont .globe-bg,
	.globe-cont .inner-cont .plots-bg {
		width: 100%;
		top: auto;
		bottom: 10%;
		left: 100%;
		opacity: 0.5;
		-webkit-transform: translate(-50%, 50%);
		-ms-transform: translate(-50%, 50%);
		transform: translate(-50%, 50%);
	}
	/*.globe-cont .inner-cont .plots-bg {
    left: 120%;
  }*/
}
@media (max-width: 767px) {
	.globe-cont {
		padding: 0;
	}
	.globe-cont .inner-cont {
		padding: 30px 0;
	}
}
@media (max-width: 599px) {
	.globe-cont .inner-cont .globe-bg,
	.globe-cont .inner-cont .plots-bg {
		bottom: 20%;
	}
}
/* CTA - Info */
.cta-info {
	width: 100%;
	font-size: 18px;
	color: #ffffff;
	line-height: 26px;
	text-align: center;
	background-color: #5b31ee;
	background-image: linear-gradient(
		90deg,
		#8b4bb3 0%,
		#5b31ee 50%,
		#2d74d7 100%
	);
	position: relative;
	overflow: hidden;
	padding: 75px 0;
}
.cta-info h1,
.cta-info h2,
.cta-info h3,
.cta-info h4,
.cta-info h5,
.cta-info h6,
.cta-info .sub-title {
	color: inherit;
}
.cta-info p a,
.cta-info li a {
	color: #ffffff;
}
.cta-info h2 {
	font-weight: 600;
	font-size: 60px;
	line-height: 68px;
	padding-bottom: 27px;
}
.cta-info .aside {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: middle;
}
@media (max-width: 1199px) {
	.cta-info h2 {
		font-size: 48px;
		line-height: 56px;
		padding-bottom: 25px;
	}
}
@media (max-width: 991px) {
	.cta-info .aside {
		max-width: 600px;
	}
}
@media (max-width: 767px) {
	.cta-info {
		font-size: 16px;
		text-align: left;
		line-height: 24px;
		padding: 50px 0;
	}
	.cta-info h2 {
		font-size: 32px;
		line-height: 40px;
		padding-bottom: 14px;
	}
	.cta-info .aside {
		max-width: 500px;
	}
}
/*
 5.) Footer - Main
----------------------------------------*/
.footer-main {
	width: 100%;
	float: left;
	flex-shrink: 0;
	font-weight: 400;
	font-size: 16px;
	color: #5b5b6d;
	line-height: 20px;
	background: #f7f7f7;
	padding: 85px 0 30px 0;
}
.footer-main h2 {
	font-weight: 500;
	font-size: 18px;
	color: #5b31ee;
	line-height: 24px;
	padding-bottom: 15px;
}
.footer-main h2:last-child {
	padding-bottom: 0;
}
.footer-main h2 a {
	font-weight: inherit;
	color: inherit;
	text-decoration: none;
}
.footer-main h2 a:hover,
.footer-main h2 a:focus,
.footer-main h2 a:active {
	color: #42148c;
}
.footer-main p {
	padding-bottom: 13px;
}
.footer-main p:last-child {
	padding-bottom: 0;
}
.footer-main ul {
	padding: 0;
}
.footer-main li {
	padding: 0 0 13px 0;
}
.footer-main li:last-child {
	padding-bottom: 0;
}
.footer-main li:before {
	display: none;
}
.footer-main li a {
	font-weight: inherit;
	color: inherit;
	text-decoration: none;
}
.footer-main li > a:hover,
.footer-main li > a:focus,
.footer-main li.current-menu-item > a,
.footer-main li.current-menu-parent > a,
.footer-main li.current-menu-ancestor > a {
	color: #5b31ee;
	text-decoration: underline;
}
.footer-main .pre-footer {
	width: 100%;
	float: left;
	padding: 0 0 100px 0;
}
.footer-main .pre-footer:last-child {
	padding-bottom: 0;
}
.footer-main .pre-footer .brand {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 25px 0;
}
.footer-main .pre-footer .brand:last-child {
	margin-bottom: 0;
}
.footer-main .pre-footer .brand img {
	width: 100%;
	display: inline-block;
	vertical-align: top;
}
.footer-main .pre-footer .brand a {
	width: 100%;
	max-width: 195px;
	float: left;
	text-decoration: none;
	margin: 0 0 0 -4px;
}
.footer-main .pre-footer .social-links h2 {
	padding-bottom: 10px;
}
.footer-main .pre-footer .social-links ul {
	padding: 0;
	margin: -6px -5px;
}
.footer-main .pre-footer .social-links ul li {
	padding: 0;
	margin: 6px 5px;
}
.footer-main .pre-footer .left-cl {
	width: 25%;
	float: left;
	padding: 0 50px 0 0;
}
.footer-main .pre-footer .right-cl {
	width: 75%;
	float: left;
}
.footer-main .pre-footer .aside-cont-out {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
	margin: 0 -20px -50px -20px;
}
.footer-main .pre-footer .aside-cont-out:last-child {
	padding-bottom: 0;
}
.footer-main .pre-footer .aside-cont-out .aside-cont {
	width: 100%;
	-ms-flex: 0 0 33.33%;
	flex: 0 0 33.33%;
	max-width: 33.33%;
	padding: 0 20px 50px 20px;
	margin: 0;
}
.footer-main .copy-rights {
	width: 100%;
	float: left;
	font-size: 12px;
	line-height: 20px;
}
.footer-main .copy-rights ul {
	float: left;
	padding: 0;
	margin: 0 -70px -15px 0;
}
.footer-main .copy-rights li {
	float: left;
	padding: 0 40px 10px 0;
}
.footer-main .copy-rights li:last-child {
	padding-bottom: 10px;
}
.footer-main .copy-rights .left-cl {
	width: 43%;
	float: left;
	padding: 0 40px 0 0;
}
.footer-main .copy-rights .right-cl {
	width: 57%;
	float: left;
}
@media (max-width: 991px) {
	.footer-main .pre-footer {
		padding: 0 0 70px 0;
	}
	.footer-main .pre-footer .left-cl {
		width: 100%;
		padding: 0 0 50px 0;
	}
	.footer-main .pre-footer .left-cl .brand {
		width: 33.33%;
		float: left;
		padding: 0 20px 0 0;
		margin: 0;
	}
	.footer-main .pre-footer .left-cl .social-links {
		width: 33.33%;
		float: left;
		padding: 10px 0 0 20px;
	}
	.footer-main .pre-footer .right-cl {
		width: 100%;
	}
}
@media (max-width: 767px) {
	.footer-main {
		font-size: 14px;
		line-height: 18px;
		padding: 50px 0 30px 0;
	}
	.footer-main h2 {
		font-size: 16px;
		line-height: 20px;
		padding-bottom: 10px;
	}
	.footer-main li {
		padding-bottom: 10px;
	}
	.footer-main .pre-footer {
		padding: 0 0 0px 0;
	}
	.footer-main .pre-footer .left-cl {
		padding: 0 0 40px 0;
	}
	.footer-main .pre-footer .left-cl .brand {
		width: 100%;
		padding: 0;
		margin: 0 0 20px 0;
	}
	.footer-main .pre-footer .brand a {
		max-width: 110px;
	}
	.footer-main .pre-footer .left-cl .social-links {
		width: 100%;
		padding: 0;
	}
	.footer-main .pre-footer .aside-cont-out {
		margin: 0 -15px -40px -15px;
		display: none;
	}
	.footer-main .pre-footer .aside-cont-out .aside-cont {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		padding: 0 15px 40px 15px;
	}
	.footer-main .copy-rights {
		display: flex;
		flex-direction: column;
	}
	.footer-main .copy-rights ul {
		margin: 0 -30px -10px 0;
	}
	.footer-main .copy-rights li {
		padding: 0 15px 10px 0;
		float: none;
	}
	.footer-main .copy-rights li:last-child {
		padding-bottom: 10px;
	}
	.footer-main .copy-rights .left-cl {
		width: 100%;
		padding: 0 0 0px 0;
		order: 2;
	}
	.footer-main .copy-rights .right-cl {
		width: 100%;
		order: 1;
	}
}
/*
 6.) Inner - Pages
----------------------------------------*/
/* Content - Inner */
.content-inner {
	width: 100%;
	overflow: hidden;
	padding: 100px 0;
}
@media (max-width: 1199px) {
	.content-inner {
		padding: 80px 0;
	}
}
@media (max-width: 767px) {
	.content-inner {
		padding: 60px 0;
	}
}
/* Dark Indigo - BG */
.dark-indigo-bg {
	color: #ffffff;
	background: #190033;
}
.dark-indigo-bg h1,
.dark-indigo-bg h2,
.dark-indigo-bg h3,
.dark-indigo-bg h4,
.dark-indigo-bg h5,
.dark-indigo-bg h6 {
	color: inherit;
}
.dark-indigo-bg p a,
.dark-indigo-bg li a {
	color: #ffffff;
}
.dark-indigo-bg ul li:before {
	/*background: #ffffff;*/
	color: inherit;
}
.dark-indigo-bg ol > li:before {
	color: #ffffff;
}
.dark-indigo-bg .read-more,
.dark-indigo-bg .read-more:after {
	color: #ffffff;
}
/* Deep Blue - BG */
.deep-blue-bg {
	color: #ffffff;
	background: #190033;
}
.deep-blue-bg h1,
.deep-blue-bg h2,
.deep-blue-bg h3,
.deep-blue-bg h4,
.deep-blue-bg h5,
.deep-blue-bg h6 {
	color: inherit;
}
.deep-blue-bg p a,
.deep-blue-bg li a {
	color: #ffffff;
}
.deep-blue-bg ul li:before {
	background: #ffffff;
}
.deep-blue-bg ol > li:before {
	color: #ffffff;
}
.deep-blue-bg .sub-title {
	color: #ffffff;
}
.deep-blue-bg .read-more,
.deep-blue-bg .read-more:after {
	color: #ffffff;
}
/* Purple - BG */
.purple-bg {
	color: #ffffff;
	background: #20356a;
}
.purple-bg h1,
.purple-bg h2,
.purple-bg h3,
.purple-bg h4,
.purple-bg h5,
.purple-bg h6 {
	color: inherit;
}
.purple-bg p a,
.purple-bg li a {
	color: #ffffff;
}
.purple-bg ul li:before {
	background: #ffffff;
}
.purple-bg ol > li:before {
	color: #ffffff;
}
.purple-bg .sub-title {
	color: #ffffff;
}
.purple-bg .read-more,
.purple-bg .read-more:after {
	color: #ffffff;
}
/*
 7.) Modal
----------------------------------------*/
.wow {
	opacity: 0;
}
/** Added by Gregg to slow down animation per ticket https://workshop.imarc.com/projects/1213/tasks/207265 **/
.fadeInUp {
	--animate-duration: 3.5s;
	--animate-delay: 4.9s;
}
@media (max-width: 991px) {
	.fadeInUp,
	.fadeInDown,
	.fadeInLeft,
	.fadeInRight {
		-webkit-animation-name: fadeIn;
		animation-name: fadeIn;
	}
}
/* Bootstrap - Modal */
.modal-backdrop.show {
	background: #000000;
	opacity: 0.7;
}
.modal,
.modal-open {
	padding-right: 0 !important;
}
@media (min-width: 576px) {
	.modal-dialog {
		max-width: inherit;
	}
}
@media (min-width: 992px) {
	.modal-dialog {
		max-width: 1470px;
	}
	.modal-dialog.dialog2 {
		max-width: 1170px;
		margin-left: auto;
		margin-right: auto;
	}
}
@media (max-width: 1539px) {
	.modal-dialog {
		margin: 40px;
	}
	.modal-dialog.dialog2 {
		margin-left: auto;
		margin-right: auto;
	}
}
@media (max-width: 1199px) {
	.modal-dialog.dialog2 {
		margin-left: 40px;
		margin-right: 40px;
	}
}
@media (max-width: 767px) {
	.modal-dialog {
		margin: 20px;
	}
	.modal-dialog.dialog2 {
		margin-left: 20px;
		margin-right: 20px;
	}
}
/* Modal - Content */
.modal-content {
	background: #ffffff;
	border: none;
	border-radius: 6px;
	overflow: hidden;
	padding: 0;
}
.modal-content.wysiwyg .content-wrap {
	padding: 30px;
}
.modal-content iframe {
	width: 100%;
}
.modal-content .icon-close {
	width: 100%;
	height: 55px;
	display: block;
	font-size: 24px;
	color: #ffffff;
	line-height: 55px;
	text-align: right;
	/*background: #dc0063;*/
	background: linear-gradient(90deg, #241460 0%, #5b31ee 50%, #6a9de3 100%);
	cursor: pointer;
	padding: 0 25px 0 0;
	margin: 0;
}
.modal-content .icon-close::before {
	display: none;
}
.modal-content h3,
.modal-content h4 {
	font-weight: 700;
	font-size: 28px;
	color: #dc0063;
	line-height: 34px;
}
.modal-content .name {
	font-weight: 700;
	font-size: 28px;
	color: #dc0063;
	line-height: 34px;
	text-transform: uppercase;
}
.modal-content .position {
	font-size: 28px;
	line-height: 34px;
	padding-bottom: 25px;
}
.modal-content .position:last-child {
	padding-bottom: 0;
}
.modal-content .wrap-txt {
	padding-bottom: 50px;
}
.modal-content .wrap-txt:last-child {
	padding-bottom: 0;
}
.modal-content .figure {
	width: 37%;
	float: right;
	overflow: hidden;
	padding: 0 0 55px 0;
	margin: 0;
}
.modal-content .figure img {
	width: 100%;
}
.modal-content .figure .figure-lrg {
	width: 100%;
	text-align: center;
	overflow: hidden;
	margin-bottom: 35px;
}
.modal-content .figure .figure-lrg:last-child {
	margin-bottom: 0;
}
.modal-content .figure .figure-sml {
	width: 50%;
	text-align: center;
	overflow: hidden;
	margin-bottom: 35px;
}
.modal-content .figure .figure-sml:last-child {
	margin-bottom: 0;
}
.modal-content .figure-graph {
	width: 100%;
	display: block;
	text-align: center;
	overflow: hidden;
}
.modal-content .figure-graph img {
	width: 100%;
}
.modal-content .aside {
	max-width: 100%;
	width: 63%;
	float: left;
	padding: 9% 55px 55px 55px;
	margin: 0;
}
.modal-content .aside-full {
	padding: 75px 55px 55px 55px;
}
.modal-content .profile-cont {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
}
@media (min-width: 1200px) {
	.modal-content h3,
	.modal-content h4,
	.modal-content .name {
		letter-spacing: -0.01em;
	}
}
@media (max-width: 1199px) {
	.modal-content .icon-close {
		height: 45px;
		line-height: 45px;
	}
	.modal-content h3,
	.modal-content h4 {
		font-size: 24px;
		line-height: 30px;
	}
	.modal-content .name {
		font-size: 24px;
		line-height: 30px;
	}
	.modal-content .position {
		font-size: 24px;
		line-height: 30px;
		padding-bottom: 20px;
	}
	.modal-content .wrap-txt {
		padding-bottom: 35px;
	}
	.modal-content .figure {
		padding: 0 0 40px 0;
	}
	.modal-content .figure .figure-lrg {
		margin-bottom: 30px;
	}
	.modal-content .figure .figure-sml {
		margin-bottom: 30px;
	}
	.modal-content .aside {
		padding: 60px 40px 40px 40px;
	}
	.modal-content .aside-full {
		padding: 60px 40px 40px 40px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.modal-content .figure {
		width: 100%;
		padding: 0;
	}
	.modal-content .figure .figure-lrg {
		width: 65%;
		float: left;
		margin: 0 5% 0 0;
	}
	.modal-content .figure .figure-sml {
		width: 30%;
		float: left;
		margin: 0;
	}
	.modal-content .aside {
		width: 100%;
	}
}
@media (max-width: 767px) {
	.modal-content .icon-close {
		height: 35px;
		font-size: 20px;
		line-height: 35px;
		padding-right: 20px;
	}
	.modal-content h3,
	.modal-content h4 {
		font-size: 22px;
		line-height: 28px;
	}
	.modal-content .name {
		font-size: 22px;
		line-height: 28px;
	}
	.modal-content .position {
		font-size: 22px;
		line-height: 28px;
		padding-bottom: 15px;
	}
	.modal-content .wrap-txt {
		padding-bottom: 25px;
	}
	.modal-content .figure {
		width: 100%;
		padding: 0;
	}
	.modal-content .figure .figure-lrg {
		width: 65%;
		float: left;
		margin: 0 5% 0 0;
	}
	.modal-content .figure .figure-sml {
		width: 30%;
		float: left;
		margin: 0;
	}
	.modal-content .figure-graph {
		margin-top: 30px;
	}
	.modal-content .aside {
		width: 100%;
		padding: 30px;
	}
	.modal-content .aside-full {
		padding: 30px;
	}
}
@media (max-width: 399px) {
	.modal-content .aside {
		padding: 30px 20px;
	}
	.modal-content .aside-full {
		padding: 30px 20px;
	}
}
/* Modal - Dialog2 */
.modal-dialog.dialog2 .modal-content .icon-close {
	background: #2f8fbc;
}
.modal-dialog.dialog2 .modal-content h3,
.modal-dialog.dialog2 .modal-content h4 {
	color: #2f8fbc;
}
@media (max-width: 399px) {
	.modal-dialog.dialog2 .modal-content h3 br,
	.modal-dialog.dialog2 .modal-content h4 br {
		display: none;
	}
}
/* VideoModal */
@media (min-width: 576px) {
	#video-modal .modal-dialog {
		max-width: inherit;
	}
}
@media (max-width: 1539px) {
	#video-modal .modal-dialog {
		margin: 40px;
	}
}
@media (max-width: 767px) {
	#video-modal .modal-dialog {
		margin: 25px;
	}
}
@media (min-width: 768px) {
	#video-modal .modal-dialog {
		max-width: 90%;
	}
}
@media (min-width: 992px) {
	#video-modal .modal-dialog {
		max-width: 1470px;
	}
}
#video-modal .modal-content {
	background: #000000;
	box-shadow: none;
	border: 1px solid #000000;
	border-radius: 0;
	overflow: inherit;
	padding: 0;
}
#video-modal .modal-content .close {
	width: 30px;
	height: 30px;
	float: right;
	background: none;
	border: 1px solid #ffffff;
	box-shadow: none;
	border-radius: 360px;
	text-indent: -99999px;
	opacity: 1;
	cursor: pointer;
	position: absolute;
	top: -30px;
	right: -30px;
	z-index: 50;
	padding: 0;
}
#video-modal .modal-content .close:before {
	width: 100%;
	height: 100%;
	float: left;
	content: '\f00d';
	font-family: 'Font Awesome 5 Pro';
	font-weight: 300;
	font-size: 20px;
	color: #ffffff;
	line-height: 30px;
	text-align: center;
	text-indent: 0;
	position: absolute;
	top: 0;
	left: 0;
}

.video-btn {
	position: relative;
}

.video-btn-play {
	fill: #5b31ee;
	width: 96px;
	height: 96px;
	overflow: auto;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 3;
	opacity: 0.8;
	transition: opacity 0.3s;
}

.play-icon-bg {
	fill: #f7f7f7;
}

.video-btn:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #5b5b6d;
	opacity: 0.5;
	z-index: 1;
	transition: opacity 0.3s;
}

.video-btn:hover:after {
	opacity: 0.7;
}

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

#mega-menu-wrap-primary
	#mega-menu-primary
	li.mega-menu-item-has-children
	> a.mega-menu-link
	> span.mega-indicator {
	display: none;
}
#mega-menu-wrap-primary #mega-menu-primary p {
	margin-bottom: 0;
}
#mega-menu-wrap-primary
	#mega-menu-primary
	> li.mega-menu-item.mega-toggle-on
	> a.mega-menu-link
	+ ul.mega-sub-menu {
	padding: 15px 0 0;
}
#mega-menu-wrap-primary
	#mega-menu-primary
	> li.mega-menu-item.btn-top.mega-toggle-on
	> a.mega-menu-link
	+ ul.mega-sub-menu {
	padding-top: 0;
}
@media (max-width: 1280px) {
	#mega-menu-wrap-primary
		#mega-menu-primary
		li.mega-menu-item-has-children
		> a.mega-menu-link
		> span.mega-indicator {
		display: inline-block;
		color: #5b31ee;
		position: absolute;
		left: 0;
		width: 100%;
	}
	#mega-menu-wrap-primary
		.mega-menu-toggle.mega-menu-open
		+ #mega-menu-primary {
		padding: 10px 0 40px;
		height: calc(100vh - 70px);
		overflow: auto;
	}
	#mega-menu-wrap-primary
		#mega-menu-primary
		> li.mega-menu-item
		> a.mega-menu-link,
	#mega-menu-wrap-primary
		#mega-menu-primary
		> li.mega-menu-item.mega-toggle-on
		> a.mega-menu-link {
		color: #000;
		font-size: 24px;
		font-weight: 600 !important;
	}
	#mega-menu-wrap-primary
		#mega-menu-primary
		li.mega-menu-item-has-children
		> a.mega-menu-link
		> span.mega-indicator:after {
		font-size: 22px;
		left: calc(100% - 40px);
	}
	#mega-menu-wrap-primary
		#mega-menu-primary
		> li.mega-menu-item
		> a.mega-menu-link {
		line-height: 70px;
		height: 70px;
	}
	#mega-menu-wrap-primary #mega-menu-primary p {
		line-height: 1.7;
	}
	#mega-menu-wrap-primary
		#mega-menu-primary
		li.mega-menu-megamenu
		> ul.mega-sub-menu
		> li.mega-menu-row
		.mega-menu-column
		> ul.mega-sub-menu
		> li.mega-menu-item
		em {
		font-size: 15px;
		top: 2px;
		left: 5px;
		position: relative;
		color: #5b31ee;
	}
	#mega-menu-wrap-primary
		#mega-menu-primary
		> li.mega-menu-item.mega-toggle-on
		> a.mega-menu-link
		+ ul.mega-sub-menu {
		padding: 10px 0 10px 10px;
		display: block;
		width: 100%;
	}
}
@media (max-width: 767px) {
	#video-modal .modal-content .close {
		right: -20px;
	}
}
/*
 8.) Text - Colors / Wordpress Cores
------------------------------------------------------*/
/* Text - Positions */
.upper-case {
	text-transform: uppercase;
}
.lower-case {
	text-transform: none;
}
.underline {
	text-decoration: underline;
}
.center-align {
	text-align: center;
	justify-content: center;
}
.vertical-align {
	align-items: center;
}
.left-align {
	text-align: left;
}
.right-align {
	text-align: right;
}
@media (max-width: 767px) {
	.mobi-align-left {
		text-align: left;
	}
}
/* Padding/Margin - None */
.p-top-none {
	padding-top: 0 !important;
}
.p-bottom-none {
	padding-bottom: 0 !important;
}
.m-top-none {
	margin-top: 0 !important;
}
.m-bottom-none {
	margin-bottom: 0 !important;
}
/* Text - Colors */
.white {
	color: #ffffff !important;
}
.black {
	color: #000000 !important;
}
.blue {
	color: #5b31ee !important;
}
.purple {
	color: #8b4bb3 !important;
}
/* ---------------------------- Begin WordPress Core ---------------------------- */
/* Content Sample Page Middle Column */
img.alignnone {
	width: 100%;
	margin-bottom: 15px;
}
img.aligncenter {
	/*width: 100%;*/
	height: auto;
	text-align: center;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
img.alignleft {
	float: left;
	margin: 8px 20px 20px 0;
}
img.alignright {
	float: right;
	margin: 8px 0 20px 20px;
}
@media (max-width: 639px) {
	img.alignnone {
		margin-bottom: 10px;
	}
	img.aligncenter {
		margin-bottom: 10px;
	}
	img.alignleft,
	img.alignright {
		width: 100%;
		max-width: 100%;
		float: none;
		margin: 10px 0 15px 0;
	}
}
.wp-caption {
	max-width: 96%;
	text-align: center;
	background: #fff;
	border: 1px solid #f0f0f0;
	padding: 5px 3px 10px;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	width: auto;
	max-width: 100%;
	height: auto;
	border: 0 none;
	margin: 0;
	padding: 0;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* ---------------------------- Text meant only for screen readers ---------------------------- */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
/* ---------------------------- End WordPress Core ---------------------------- */
/* ---------------------------- Updates ---------------------------- */
body:not(.home) .header-main .primary-header {
	background: #190033;
}
.news-slider .cat {
	text-transform: uppercase;
}
.dark-text,
.dark-text h1,
.dark-text h2,
.dark-text p {
	color: #190033;
}
.light-text,
.light-text h1,
.light-text h2,
.light-text .sub-title,
.light-text h3,
.light-text h4,
.light-text h5 {
	color: #fff;
}
/* CTA with Button Band */
.cta-with-button {
	background: #190033;
	padding: 24px 0 29px;
}
.cta-with-button.dark-text * {
	color: #000 !important;
}
.cta-with-button.dark-text .btn-blank-white {
	box-shadow: inset #000 0 0 0 2px;
}
.cta-with-button.dark-text .btn-blank-white:hover {
	box-shadow: inset #ccc 0 0 0 2px;
}
.cta-with-button.light-text * {
	color: #fff !important;
}
.cta-with-button .cta-heading {
	font-size: 14px;
	text-transform: uppercase;
	line-height: 2.285;
	font-weight: 500;
}
.cta-with-button .cta-title {
	font-size: 24px;
	line-height: 1.33;
	max-width: 700px;
}
/* CTA with Background Image Band */
.cta-with-bgimage {
	padding: 50px 0 75px 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right center;
}
.cta-with-bgimage .cta-content {
	max-width: 500px;
	padding-bottom: 20px;
}
@media (max-width: 991px) {
	.cta-with-bgimage {
		background-position: left;
	}
}
/* Alternating text / media rows */
.media-col .figure.style-skew-left,
.media-col .figure.style-skew-right {
	perspective: 620px;
	padding: 10px 20px;
	perspective-origin: left center;
	overflow: visible;
}
.media-col .figure.style-skew-right {
	perspective-origin: right center;
}
.media-col .figure.style-skew-left img,
.media-col .figure.style-skew-right img {
	transition: 0.2s transform, 0.2s box-shadow;
}
.media-col .figure.style-skew-left img {
	transform: rotateY(9deg);
}
.media-col .figure.style-skew-right img {
	transform: rotateY(-9deg);
}
.media-col .figure.transition-unskew:hover img {
	transform: rotateY(0);
}
.media-col .figure.drop-shadow {
	padding: 20px;
}
.media-col .figure.drop-shadow img,
.media-col .figure.style-skew-left.transition-unskew:hover img,
.media-col .figure.style-skew-right.transition-unskew:hover img {
	box-shadow: 0px 3px 13px rgba(0, 0, 0, 0.4);
}
.media-col .figure.style-skew-left.drop-shadow img {
	box-shadow: -4px 3px 13px rgba(0, 0, 0, 0.4);
}
.media-col .figure.style-skew-right.drop-shadow img {
	box-shadow: 4px 3px 13px rgba(0, 0, 0, 0.4);
}
/* Breadcrumbs */
.breadcrumb {
	background: transparent;
	padding: 0;
	margin-bottom: 50px;
}
.breadcrumb li {
	font-size: 14px;
	line-height: 1.71;
	color: #333;
	padding-left: 0;
}
.breadcrumb li.separator {
	padding: 0 10px;
}
.breadcrumb li a {
	text-decoration: none;
	font-weight: normal;
	color: #5b5b6d;
}
ol.breadcrumb > li:before {
	display: none !important;
}
.breadcrumb li.item-current,
.breadcrumb li a:hover {
	font-weight: 500;
}
/* Hero Short */
.hero-short {
	padding: 45px 0;
	background: #f7f7f7;
}
.hero-short .hero-cont {
	max-width: 960px;
}
/*.hero-short .hero-cont p {
  font-size: 1.25em;
}*/
/* Hero Dark */
.hero-dark {
	padding: 45px 0 75px;
	background: #190033;
	position: relative;
	overflow: hidden;
}
.hero-dark .hero-cont {
	max-width: 800px;
	position: relative;
}
.hero-dark ol.breadcrumb li,
.hero-dark ol.breadcrumb li a,
.hero-dark h1,
.hero-dark p,
.hero-dark .sub-title,
.light-text .breadcrumb li,
.light-text .breadcrumb li a {
	color: #fff;
}
.hero-dark.hero-dark-bg {
	position: relative;
	overflow: hidden;
}

.hero-cont-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hero-cont-image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hero-dark .container {
	position: relative;
	z-index: 1;
}

/* Centered Logos Grid */
.centered-logos {
	padding: 75px 0;
}
.centered-logos .logos-cont {
	max-width: 970px;
}
.centered-logos .logos-cont p {
	max-width: 848px;
	font-size: 18px;
}
.centered-logos .logos-list > div img {
	/*max-height: 98px;*/
	max-width: 80%;
	height: auto;
	width: auto;
}
.centered-logos .logos-list figure {
	margin-bottom: 33px;
	min-height: 138px;
}
.centered-logos.centered-logos-6 .logos-list figure {
	margin-bottom: 0;
}
.centered-logos .logo-cont {
	margin-bottom: 50px;
}
.centered-logos.centered-logos-6 .logo-cont {
	margin-bottom: 0;
}

.headshot-cont figure {
	margin-bottom: 20px;
}

.headshot-cont img {
	display: block;
	width: 100%;
	max-width: 180px;
	margin: 0;
}

.headshot-cont h5 {
	padding: 0;
	margin: 0 0 10px;
}

a.arrow {
	font-size: 14px;
	line-height: 1.37;
	letter-spacing: 0.14px;
	text-decoration: none;
}
a.arrow em {
	color: #5b31ee;
	font-size: 20px;
	margin-left: 6px;
	vertical-align: middle;
}
/* Logos Grid of 6 */
.centered-logos-6 .logos-cont {
	max-width: 940px;
}
@media (max-width: 1199.98px) {
	.centered-logos-6 .logos-list > div img {
		max-width: 100%;
	}
}
@media (max-width: 991px) {
	.centered-logos {
		padding: 30px 0;
	}
	.centered-logos .logo-cont {
		margin-bottom: 30px;
	}
	.centered-logos .logos-list > div img {
		max-width: 100%;
	}
}
.post-card {
	background: #fff;
	max-width: 560px;
	margin: 0 auto;
}
.post-card a {
	text-decoration: none;
}
.post-card h4 {
	color: #190033;
	padding-bottom: 13px;
}
.post-card p {
	color: #5b5b6d;
	padding-bottom: 30px;
}
.post-card .post-card-cont {
	padding: 0 48px 48px;
}
.post-card .post-cat {
	color: #5b31ee;
	padding-bottom: 13px;
}
.post-card figure {
	margin: 0 0 44px 0;
}
.post-card figure img {
	height: auto;
}
.sticky-nav {
	background-color: #e2e3e4;
}
.sticky-nav ul li {
	padding: 0 30px;
}
.sticky-nav ul li:first-child {
	padding-left: 0;
}
.sticky-nav ul li:last-child {
	padding-right: 0;
}
.sticky-nav ul li:before {
	display: none;
}
.sticky-nav ul li a {
	text-decoration: none;
	letter-spacing: 0.16px;
	line-height: 47px;
}
.sticky-nav ul li a:hover {
	border-bottom: 3px solid #5b31ee;
}
.sticky-nav .navbar {
	padding: 0;
}
.sticky-nav .navbar:after {
	content: '';
	display: table;
	clear: both;
}
.jump-btn {
	line-height: 47px;
}
@media (max-width: 991.98px) {
	.sticky-nav ul li {
		padding-left: 0;
	}
	.sticky-nav .navbar {
		padding: 0 1rem;
	}
	.jump-btn {
		color: #190033;
	}
}
.icon-grid-fullwidth {
	padding: 84px 0;
}
.icon-grid-fullwidth .sub-title {
	padding-bottom: 15px;
}
.icon-grid-fullwidth h2 {
	max-width: 848px;
}
.icon-grid-fullwidth p {
	max-width: 1071px;
}
.icon-grid-fullwidth .icon-list {
	padding-top: 20px;
}
.icon-grid-fullwidth .icon-list > div {
	padding-bottom: 48px;
}
.icon-grid-fullwidth .logo-cont h5 {
	color: #190033;
	padding-bottom: 6px;
}
.icon-grid-fullwidth .logo-cont h5.light-text {
	color: #fff;
}
.icon-grid-fullwidth .logo-cont figure {
	/*margin-bottom: 9px*/
	margin-bottom: 20px;
}
.icon-grid-fullwidth .logo-cont p {
	padding-bottom: 18px;
}
.icon-grid-fullwidth .logo-cont img {
	width: 87px;
	height: auto;
}
.icon-grid-boxed {
	background-color: #190033;
	padding: 84px 0 26px;
}
.icon-grid-boxed .sub-title {
	padding-bottom: 15px;
}
.icon-grid-boxed .grid-cont {
	background-color: #fff;
	max-width: 1072px;
	padding: 53px;
	margin-bottom: 58px;
}
.icon-grid-boxed .grid-cont > p {
	max-width: 848px;
}
.icon-grid-fullwidth .icon-list {
	padding-top: 8px;
	padding-bottom: 10px;
}
/*Migration Assistance Lists*/
.migration-assistance-lists {
	background-color: #f7f7f7;
	padding: 72px 0;
}
.migration-assistance-lists .sub-heading-cont {
	padding-bottom: 73px;
}
.migration-assistance-lists .col-list-cont {
	padding-top: 7px;
}
.migration-assistance-lists .col-list-cont p {
	color: #190033;
	font-size: 18px;
	line-height: 1.44;
	padding-bottom: 10px;
}
.migration-assistance-lists .col-list-cont .sub-title {
	padding-bottom: 16px;
}
@media (max-width: 767.98px) {
	.migration-assistance-lists {
		padding: 30px 0;
	}
}
/*Heading/Subheading*/
.heading-subheading {
	padding: 79px 0;
}
.heading-subheading h2 {
	max-width: 896px;
}
.heading-subheading .text-center h2 {
	margin: 0 auto;
}
.heading-subheading .row.text-center {
	max-width: 1010px;
	margin-left: auto;
	margin-right: auto;
}
@media (max-width: 767.98px) {
	.heading-subheading {
		padding: 30px 0;
	}
}
/*Flexible CTA*/
.flexible-cta-buttons {
	padding: 79px 0;
}
@media (max-width: 767.98px) {
	.flexible-cta-buttons {
		padding: 30px 0;
	}
}
/*Breadcrumbs Band*/
.breadcrumbs-band {
	padding: 79px 0;
}
.breadcrumbs-band .breadcrumb {
	margin-bottom: 0;
}
@media (max-width: 767.98px) {
	.breadcrumbs-band {
		padding: 30px 0;
	}
}

/*WYSIWYG Visual Editor*/
.wysiwyg-visual-editor {
	padding: 79px 0;
}
.wysiwyg-visual-editor h2,
.wysiwyg-visual-editor h3 {
	/*max-width: 896px;*/
	max-width: 950px;
	margin: 0 auto;
}
.wysiwyg-visual-editor .row {
	max-width: 1010px;
	margin: 0 auto;
}
@media (max-width: 767.98px) {
	.wysiwyg-visual-editor {
		padding: 30px 0;
	}
}
/*Featured Resource Cards*/
.featured-resource-cards {
	background-color: #f7f7f7;
	padding: 73px 0;
	min-height: 300px;
}
.featured-resource-heading {
	padding-bottom: 46px;
}
.featured-resource-cards .featured-resource {
	padding: 52px 60px;
	background-color: #fff;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
	margin-bottom: 46px;
}
.featured-resource-cards .gradient-border:before {
	content: '';
	width: 6px;
	position: absolute;
	height: 100%;
	background-image: linear-gradient(to bottom, #2d74d7, #5b31ee);
	left: 0;
	top: 0;
}
.featured-resource-cards .featured-resource h3 {
	max-width: 896px;
}
.featured-resource-cards .resource-list {
	margin-top: 0;
	margin-bottom: 0;
	transition: 0.1s margin;
	height: 100%;
}
.featured-resource-cards .resource-list:hover {
	margin-top: -5px;
	margin-bottom: 5px;
}
.featured-resource-cards .resource-list a.block-link,
.has-block-link a.block-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.featured-resource-cards .resource-list a,
.featured-resource-cards .featured-resource a {
	text-decoration: none;
}
/* Making headings in resource card styles a bit more general - updated by Mike Nov 3, 2021  */
.featured-resource-cards .resource-list h5,
.featured-resource-cards .resource-list a h5,
.featured-resource-cards .featured-resource h3,
.featured-resource-cards .featured-resource a h3 {
	color: #190033;
}
.featured-resource-cards .featured-resource p {
	max-width: 896px;
}
.featured-resource-cards .resource-list {
	padding: 34px 60px 31px;
	background-color: #fff;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
	display: flex;
	flex-direction: column;
}
.featured-resource-cards .btn-cont {
	padding-top: 20px;
	margin-top: auto;
}
@media (max-width: 767.98px) {
	.featured-resource-cards .featured-resource,
	.featured-resource-cards .resource-list {
		padding: 30px;
	}
}
/* Featured Statistics Columns */
.featured-statistics-columns {
	background-color: #f7f7f7;
	padding: 45px 0 45px;
}
.featured-statistics-columns .h1 {
	padding-bottom: 8px;
	color: #20356a;
}
.featured-statistics-columns p {
	color: #20356a;
	max-width: 194px;
}
/* Vertical Tabbed Content */
.vertical-tabbed-content {
	background-color: #f7f7f7;
	padding: 82px 0;
}
.vertical-tabbed-content .sub-title {
	padding-bottom: 21px;
}
.vertical-tabbed-content h2 {
	max-width: 848px;
}
.vertical-tabbed-content p {
	max-width: 896px;
}
.vertical-tabbed-content p a {
	color: #5b31ee;
	text-decoration: none;
	font-weight: normal;
}
.vertical-tabbed-content p a:hover,
.vertical-tabbed-content p a:focus {
	text-decoration: underline;
}
.vertical-tabbed-content ul.nav-tabs li {
	padding-left: 0;
	padding-bottom: 22px;
}
.vertical-tabbed-content ul.nav-tabs li:before {
	display: none;
}
.vertical-tabbed-content .nav-tabs {
	border: 0px none;
}
.vertical-tabbed-content .nav-tabs .nav-item .nav-link {
	background-color: #e2e3e4;
	font-size: 20px;
	font-weight: 500;
	color: #190033;
	line-height: 40px;
	border: 0px none;
	border-radius: 0;
	text-decoration: none;
}
.vertical-tabbed-content .nav-tabs .nav-item .nav-link.active {
	background-color: #5b31ee;
	color: #f7f7f7;
}
.vertical-tabbed-content .tab-pane {
	padding: 42px 75px;
	background-color: #fff;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
.vertical-tabbed-content .tab-pane:before {
	content: '';
	height: 6px;
	position: absolute;
	width: 100%;
	background-color: #5b31ee;
	left: 0;
	top: 0;
}
.vertical-tabbed-content .tab-pane a.arrow {
	font-size: 16px;
}
@media (max-width: 767.98px) {
	.vertical-tabbed-content .tab-pane {
		padding: 30px;
	}
	.vertical-tabbed-content .tab-cont {
		padding-bottom: 15px;
	}
	.vertical-tabbed-content .nav-tabs .nav-item .nav-link {
		font-size: 19px;
	}
}

/* Customer Stories Archive - added by Mike Nov 3, 2021 */

.archive-wrap {
	background: #f7f7f7;
	padding: 60px 0 80px;
}

.card {
	border: none;
	box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
	position: relative;
}

.card-image-wrap {
	position: relative;
	overflow: hidden;
	background: #f4f4f4;
	width: 100%;
	max-width: 600px;
}

.card-image-wrap:before {
	display: block;
	content: '';
	width: 100%;
	padding-top: 56.25%;
}

.card-image-wrap > .card-image {
	object-fit: cover;
	position: absolute;
	left: 50%;
	top: 50%;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	transform: translate(-50%, -50%);
}

@media (min-width: 768px) {
	.card-horizontal {
		display: flex;
		flex: 1 1 auto;
	}

	.card-horizontal .card-image-wrap {
		position: relative;
		overflow: hidden;
		background: #f4f4f4;
		width: 100%;
		min-width: 330px;
		max-width: 450px;
	}

	.card-horizontal .card-image-wrap:before {
		display: block;
		content: '';
		width: 100%;
		padding-top: 75%;
	}
}

/* Event type filtering - added by Mike Nov 5, 2021 */

.filter-group {
	margin-bottom: 40px;
}
.filter-group h4 {
	margin-bottom: 12px;
	padding: 0;
}

.filter-button {
	display: flex;
	flex-direction: row;
	position: relative;
	text-align: left;
	margin: 0 0 15px;
}

.checkbox-filter {
	display: inline-block;
	background-color: #fff;
	border: 1px solid #4b4b4b;
	cursor: pointer;
	height: 24px;
	min-width: 24px;
	width: 24px;
	position: relative;
	margin: 2px 15px 0 0;
	transition: background-color 0.3s;
	transition-delay: 0.1s;
	width: min-content;
	flex-shrink: 0;
	/*border-radius: 4px;*/ /* for squared blocks */
	border-radius: 50%;
}

.checkbox-filter:after {
	position: absolute;
	content: '';
	opacity: 0;

	/* for checkmark */
	/*  border: 2px solid #fff; 
  border-top: none;
  border-right: none;
  top: 4px;
  left: 3px;
  height: 8px;
  width: 16px;
  transform: rotate(-45deg);*/

	height: 12px;
	width: 12px;
	background: #fff;
	border-radius: 50%;
	top: 5px;
	left: 5px;
}

.filter-name {
	display: flex;
	align-items: center;
	height: 32px;
	line-height: 1;
}

.filter-buttons button.is-checked .checkbox-filter {
	background-color: #5b31ee;
	border-color: #5b31ee;
}

.filter-buttons button.is-checked .checkbox-filter:after {
	opacity: 1;
}

/* smooth height transition for filtering */
.grid {
	transition: height 0.3s;
	animation-delay: 0.3s;
}

.grid.row {
	padding-bottom: 30px;
}

.grid:after {
	content: '';
	display: table;
	table-layout: fixed;
	clear: both;
}
.element-item {
	margin-bottom: 60px;
}

/*no results filter*/
.post-type-filter {
	padding: 0 30px 0 !important;
	margin: 0 0 60px !important;
	transition: 0.2s all;
	opacity: 1;
	transform: scale(1);
}

.post-type-filter.loading {
	opacity: 0;
	transform: scale(0.5);
	margin: 0 !important;
}
.ajax-pagination.numbered-pagination {
	opacity: 1;
	transition: 0.2s opacity;
}
.ajax-pagination.numbered-pagination.loading {
	opacity: 0;
}

#archive-ajax-content {
	min-height: 80vh; /*to hide page jump during loading*/
}

.no-results {
	padding: 0 15px 0 !important;
	margin: 0 0 60px !important;
	display: none;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s;
}

.no-results.is-visible {
	display: block;
	opacity: 1;
	visibility: visible;
}

.no-results .resource-list {
	height: auto;
}

.filter-count {
	transition: all 0.3s;
	padding: 0 1rem;
	margin-bottom: 15px;
}

.numbered-pagination {
	transition: all 0.3s;
	padding: 0 1rem;
}

.filter-count.is-hidden,
.numbered-pagination.is-hidden {
	opacity: 0;
	visibility: hidden;
}

/*mobile filtering*/
@media (max-width: 991px) {
	.filter-toggle-wrap {
		background: #fff;
		position: fixed;
		top: 0;
		left: auto;
		right: -100%;
		bottom: 0;
		z-index: 999;
		overflow-x: hidden;
		overflow-y: scroll;
		opacity: 0.8;
		width: 100%;
		max-width: 400px;
		padding: 60px 30px;
		transition: all 0.3s;
		opacity: 0;
		box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
	}

	.filter-toggle-wrap.is-visible {
		opacity: 1;
		right: 0;
	}

	.close-x {
		position: absolute;
		top: 0;
		right: 0;
		padding: 24px;
		transition: all 0.3s;
		transition-delay: 0.3s;
		transform: rotate(180deg);
	}

	.close-x.is-visible {
		transform: rotate(0deg);
	}

	.close-x svg {
		fill: #5b31ee;
	}
}

/*demo portion */
/*.color-shape {
  width: 300px;
  height: 300px;
  margin: 5px;
  float: left;
}
 
.color-shape.round {
  border-radius: 35px;
}
 
.color-shape.big.round {
  border-radius: 75px;
}
 
.color-shape.red { background: red; }
.color-shape.blue { background: blue; }
.color-shape.yellow { background: yellow; }
 
.color-shape.wide, .color-shape.big { width: 150px; }
.color-shape.tall, .color-shape.big { height: 150px; }
*/

/*Customer Stories Carousel*/
.customer-stories-carousel {
	padding: 72px 0;
	background-color: #20356a;
}
.customer-stories-carousel .carousel-cont {
	background: #fff;
}
.customer-stories-carousel .carousel-content {
	/*padding: 72px 45px 45px 110px;*/
	padding: 60px 45px 45px 70px;
}
.customer-stories-carousel .secondary-link {
	margin: -10px 0 20px 0;
}
.customer-stories-carousel .carousel-image {
	object-fit: cover;
	height: 100%;
}
.customer-stories-carousel .customer-logo {
	position: absolute;
	right: 45px;
	bottom: 45px;
	max-width: 160px;
}
.customer-stories-carousel .btn-split-out {
	margin-bottom: 20px;
}
.customer-stories-carousel .owl-controls {
	position: absolute;
	/*bottom: 45px;*/
	/*left: 110px;*/
	bottom: 30px;
	left: 60px;
}
#mega-menu-wrap-primary
	.mega-menu-toggle
	.mega-toggle-block-0
	.mega-toggle-animated-inner,
#mega-menu-wrap-primary
	.mega-menu-toggle
	.mega-toggle-block-0
	.mega-toggle-animated-inner::before,
#mega-menu-wrap-primary
	.mega-menu-toggle
	.mega-toggle-block-0
	.mega-toggle-animated-inner::after,
#mega-menu-wrap-primary
	.mega-menu-toggle
	.mega-toggle-block-1
	.mega-toggle-animated-inner,
#mega-menu-wrap-primary
	.mega-menu-toggle
	.mega-toggle-block-1
	.mega-toggle-animated-inner::before,
#mega-menu-wrap-primary
	.mega-menu-toggle
	.mega-toggle-block-1
	.mega-toggle-animated-inner::after {
	background-color: #5c8aee !important;
}
#mega-menu-wrap-primary
	.mega-menu-toggle
	.mega-toggle-blocks-right
	.mega-toggle-block {
	margin-right: 20px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.hide-desktop {
	display: none;
}
@media (max-width: 1280px) {
	.customer-stories-carousel .carousel-content {
		/*padding: 72px 45px 110px 110px;*/
		padding: 60px 45px 100px 60px;
	}
	.customer-stories-carousel .customer-logo {
		max-width: 40%;
	}
	/*.customer-stories-carousel .carousel-image {
    position: absolute;
    height: 100%;
  }*/
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
		border-bottom: 1px solid #ddd;
		margin: 0 10px;
		padding: 0;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.btn {
		border-bottom: none;
		display: block;
		padding: 10px 0;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.btn a {
		width: auto;
		height: auto;
		float: none;
		display: inline-block;
		vertical-align: middle;
		font-weight: 500;
		font-size: 16px;
		color: #ffffff;
		line-height: 20px;
		letter-spacing: 0.16px;
		text-align: center;
		text-decoration: none;
		white-space: normal;
		background-color: #5b31ee;
		background-image: linear-gradient(90deg, #5b31ee 0%, #2d74d7 100%);
		border: none;
		border-radius: 360px;
		box-shadow: none;
		overflow: hidden;
		position: relative;
		z-index: 1;
		cursor: pointer;
		outline: 0;
		-webkit-transition: all 0.25s ease-out;
		-moz-transition: all 0.25s ease-out;
		-o-transition: all 0.25s ease-out;
		transition: all 0.25s ease-out;
		padding: 7px 25px 9px 25px;
		margin: 30px 0 0;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.btn a em {
		color: #fff;
	}
	#mega-menu-wrap-primary
		#mega-menu-primary
		> li.mega-menu-item.btn.btn-high
		a {
		margin: 0;
		background: transparent;
		border: 1px solid #5b31ee;
		color: #5b31ee;
	}
	#mega-menu-wrap-primary
		#mega-menu-primary
		> li.mega-menu-item.btn.btn-high
		a
		em {
		color: #5b31ee;
	}
}
@media (max-width: 991.98px) {
	.customer-stories-carousel .carousel-content {
		padding: 30px;
	}
	.customer-stories-carousel .owl-controls {
		/*left: 30px;*/
		/*bottom: 30px;*/
		/*position: relative;*/
		bottom: 20px;
		left: 30px;
	}
	.customer-stories-carousel .customer-logo {
		position: relative;
		right: auto;
		bottom: auto;
		margin-bottom: 15px;
	}
	.customer-stories-carousel .customer-logo img {
		width: auto;
	}
	.customer-stories-carousel .owl-carousel {
		background-color: #fff;
	}
	.customer-stories-carousel .customer-logo {
		max-width: 100%;
	}

	.customer-stories-carousel .carousel-image {
		position: absolute;
		height: 100%;
	}
	/*.customer-stories-carousel .carousel-image {
    position: relative;
    height: auto;
  }*/
}
@media (max-width: 767.98px) {
	/*.customer-stories-carousel .carousel-content {
    padding: 30px;
  }*/
	.customer-stories-carousel .carousel-image {
		position: relative;
		height: auto;
	}
	html .logged-in #wpadminbar {
		margin-top: -46px;
	}
}
/*2 Column Staggered Image & Text Blurbs*/
.staggered-image-band {
	padding: 100px 0 172px;
}
.staggered-image-band figure {
	margin-bottom: 31px;
}
.staggered-image-band .stagger-col {
	padding-bottom: 72px;
}
.staggered-image-band figure img {
	max-width: 384px;
}
.staggered-image-band .desc {
	max-width: 448px;
}
.staggered-image-band .stagger {
	margin-top: 160px;
}
@media (max-width: 992px) {
	.staggered-image-band {
		padding: 30px 0;
	}
	.staggered-image-band .stagger {
		margin-top: 0px;
	}
}
/*Contact Us Band*/
.contact-us-band {
	padding: 70px 0;
}
.contact-us-band .contact-cont {
	max-width: 512px;
}
.contact-us-band .contact-cont h4 {
	margin-top: 26px;
}
/*Awards & Recognition Cards*/
.awards-recognition-cards {
	background-color: #f8f8f8;
	padding: 70px 0 74px;
}
.awards-recognition-cards .card-cont {
	padding: 50px 64px;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
	background-color: #fff;
}
.awards-recognition-cards .card-cont figure {
	margin-bottom: 28px;
}
.awards-recognition-cards .btn-split {
	margin-top: 52px;
}
.awards-recognition-cards .card-cont a.arrow {
	font-size: 16px;
	line-height: 1.2;
	letter-spacing: 0.16px;
}
/*4 Column Content*/
.four-column-content {
	padding: 54px 0 58px;
	background-color: #20356a;
}
.four-column-content h2 {
	font-size: 24px;
	line-height: 1.35;
}
.four-column-content h4 {
	text-transform: uppercase;
	font-size: 16px;
	padding-bottom: 2px;
}
/*Testimonial Band, Block Quote Band inherited CSS*/
.testimonials-carousel {
	padding: 71px 0 72px;
	background-color: #20356a;
	position: relative;
}
.testimonials-carousel .testimonial-wrap {
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
	background-color: #fff;
}
.testimonials-carousel .testimonial-img img {
	object-fit: cover;
	width: 100%;
	position: absolute;
	height: 100%;
	left: 0;
}
.testimonials-carousel .testimonial-cont,
.block-quote .quote-cont {
	padding: 99px 88px 100px;
}
.testimonials-carousel .quote,
.block-quote .quote {
	font-size: 150px;
	font-weight: 500;
	line-height: 0.27;
	color: #190033;
	margin-bottom: 7px;
}
.testimonials-carousel .cite,
.block-quote .cite {
	margin-top: 27px;
}
.testimonials-carousel .cite-photo,
.block-quote .cite-photo {
	margin-right: 24px;
	border-radius: 50%;
	overflow: hidden;
}
.testimonials-carousel .cite-photo img,
.block-quote .cite-photo img {
	max-width: 64px;
}
.block-quote .cite-name {
	font-weight: 500;
}
.testimonials-carousel .owl-controls {
	margin: -60px 0 0 88px;
}
.testimonials-carousel .owl-dots {
	margin: 0;
}
@media (max-width: 991.98px) {
	.testimonials-carousel .cite {
		margin-bottom: 27px;
	}
}
@media (max-width: 767.98px) {
	.testimonials-carousel {
		padding: 30px 0;
	}
	.testimonials-carousel .testimonial-cont,
	.block-quote .quote-cont {
		padding: 30px 30px 90px 30px;
	}
	.testimonials-carousel .quote,
	.block-quote .quote {
		margin-top: -20px;
	}
	.testimonials-carousel .testimonial-img img {
		position: relative;
	}
	.testimonials-carousel .owl-controls {
		margin: -60px 0 0 30px;
	}
}
/*Heading Left, Description Right*/
.heading-left-description-right {
	padding: 70px 0;
}
.heading-left-description-right .heading-cont h2 {
	max-width: 560px;
}
.heading-left-description-right .paragraph-cont {
	margin-top: 33px;
}
.heading-left-description-right .h5 {
	color: #190033;
	padding-bottom: 6px;
}
.heading-left-description-right .paragraph-list {
	margin-bottom: 60px;
	max-width: 448px;
}
.heading-left-description-right .paragraph-list:last-child {
	margin-bottom: 0px;
}
@media (max-width: 991.98px) {
	.heading-left-description-right .paragraph-list {
		margin-bottom: 30px;
		max-width: none;
	}
}
@media (max-width: 767.98px) {
	.heading-left-description-right {
		padding: 30px 0;
	}
	.heading-left-description-right .paragraph-cont {
		margin-top: 0px;
	}
}
/*Hero - Interior Hero w/ Background Image & Logos*/
.hero-interior {
	width: 100%;
	min-height: 425px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	color: #ffffff;
	background-color: #f7f7f7;
	background-image: linear-gradient(90deg, #f7f7f7 0%, #f7f7f7 100%);
	position: relative;
	overflow: hidden;
	padding: 130px 0 110px 0;
	margin: -84px 0 0 0;
}
.hero-interior .figure {
	width: 100%;
	height: 100%;
	display: block;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.hero-interior .figure img {
	width: auto;
	max-width: none;
	min-width: 100%;
	min-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin: 0;
}

.hero-interior .hero-cont {
	width: 100%;
	float: left;
	font-size: 24px;
	line-height: 32px;
	position: relative;
	z-index: 3;
}

.hero-cont p {
	font-size: 18px;
	line-height: 1.4;
}

.hero-main .hero-cont p {
	font-size: 24px;
	line-height: 1.3;
}

.hero-interior .container h1,
.hero-interior .container p,
.hero-interior .container .customer-logos {
	max-width: 848px;
}

@media (max-width: 1199px) {
	.hero-interior .hero-cont {
		font-size: 20px;
		line-height: 28px;
	}
	.hero-cont p {
		font-size: 20px;
	}
	.hero-interior .figure img {
		-webkit-transform: translate(-64%, 39%);
		-ms-transform: translate(-64%, 39%);
		transform: translate(-64%, -39%);
	}

	/*interior hero color overlay for small screens - added by Mike 11/22/2021*/
	.hero-interior:after {
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		width: 100%;
		height: 100%;
		content: '';
	}
	.hero-interior.dark-text:after {
		background: #f7f7f7;
		opacity: 0.75;
	}
	.hero-interior.light-text:after {
		background: #190033;
		opacity: 0.75;
	}
}

@media (max-width: 767px) {
	.hero-interior {
		min-height: 300px;
		padding: 20px 0;
		margin: 0;
	}
	.hero-interior .figure img {
		width: 150%;
		width: auto;
		min-width: 200%;
		top: 0;
		left: 0;
		-webkit-transform: translate(-60%, 0%);
		-ms-transform: translate(-60%, 0%);
		transform: translate(-60%, 0%);
	}
	.hero-interior .hero-cont {
		font-size: 18px;
		line-height: 26px;
	}
	.hero-cont p {
		font-size: 18px;
	}
}

/* Remove animation on Small Devices, Tablets */
@media only screen and (max-width: 768px) {
	.hero-main .animated,
	.hero-short .animated,
	.hero-dark .animated {
		/*CSS transitions*/
		-o-transition-property: none !important;
		-moz-transition-property: none !important;
		-ms-transition-property: none !important;
		-webkit-transition-property: none !important;
		transition-property: none !important;
		/*CSS transforms*/
		-o-transform: none !important;
		-moz-transform: none !important;
		-ms-transform: none !important;
		-webkit-transform: none !important;
		transform: none !important;
		/*CSS animations*/
		-webkit-animation: none !important;
		-moz-animation: none !important;
		-o-animation: none !important;
		-ms-animation: none !important;
		animation: none !important;
	}
}

/*Outdated Browser*/
#outdated {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 170px;
	text-align: center;
	text-transform: uppercase;
	z-index: 1500;
	background-color: #f25648;
	color: #ffffff;
}
* html #outdated {
	position: absolute;
}
#outdated h6 {
	font-size: 25px;
	line-height: 25px;
	margin: 30px 0 10px;
}
#outdated p {
	font-size: 12px;
	line-height: 12px;
	margin: 0;
}
#outdated #btnUpdateBrowser {
	display: block;
	position: relative;
	padding: 10px 20px;
	margin: 30px auto 0;
	width: 230px; /*need for IE*/
	color: #ffffff;
	text-decoration: none;
	border: 2px solid #ffffff;
	cursor: pointer;
}
#outdated #btnUpdateBrowser:hover {
	color: #f25648;
	background-color: #ffffff;
}
#outdated .last {
	position: absolute;
	top: 10px;
	right: 25px;
	width: 20px;
	height: 20px;
}
#outdated .last[dir='rtl'] {
	right: auto !important;
	left: 25px !important;
}
#outdated #btnCloseUpdateBrowser {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #ffffff;
	font-size: 36px;
	line-height: 36px;
}

/* ---------------------------- Print CSS Styling ---------------------------- */
@media print {
	@page {
		margin-top: 2cm;
		margin-bottom: 2cm;
		margin-left: 2cm;
		margin-right: 2cm;
	}
	header {
		box-shadow: none;
		padding: 0;
	}
	@page :first {
		header {
			display: block !important;
		}
	}
	.header-main.fixed {
		position: absolute;
	}
	body {
		background: #ffffff;
		color: #000000;
		font-size: 8pt;
		line-height: 150%;
		margin: 0px;
	}
	body * {
		-o-transition-property: none !important;
		-moz-transition-property: none !important;
		-ms-transition-property: none !important;
		-webkit-transition-property: none !important;
		transition-property: none !important;
	}
	hr {
		color: #ccc;
		background-color: #ccc;
	}
	.sub-title {
		color: #5b31ee !important;
	}
	.footer-main .pre-footer .left-cl .social-links {
		float: none;
	}
	.awards-recognition-cards .card-cont figure {
		max-width: 50%;
	}
	.owl-controls {
		display: none;
	}
	.icons-list .icon {
		text-align: left;
	}
	h1,
	h2,
	h3,
	h4,
	h5,
	h6,
	code,
	pre,
	p,
	a:link,
	a:visited,
	blockquote {
		color: #000000 !important;
	}
	p {
		page-break-inside: avoid;
	}
	blockquote {
		background-image: none;
	}
	a:link,
	a:visited {
		text-decoration: underline;
	}
	.btn {
		border: 1px solid #000;
	}
	.collapse {
		display: block !important;
		height: auto !important;
	}
	.skip-btn,
	.nav-bar,
	#menu,
	#navigation,
	.do-not-print,
	#Nav,
	#FlyOutNav,
	#SubNav,
	.NoPrint {
		display: none;
	}
}

.numbered-pagination ul {
	padding: 0;
	list-style: none;
	text-align: center;
}

.numbered-pagination li {
	display: inline-block;
	padding: 0;
	margin: 0 5px 20px 0;
}
.numbered-pagination.ajax-pagination li {
	margin: 0 9px 20px 0;
}
.numbered-pagination li:before {
	display: none;
	visibility: hidden;
}

.numbered-pagination li:first-of-type,
.numbered-pagination li:last-of-type {
	display: block;
}

.numbered-pagination a {
	float: none;
	display: inline-block;
	vertical-align: middle;
	font-weight: 500;
	font-size: 16px;
	color: #5b31ee;
	line-height: 36px;
	letter-spacing: 0.16px;
	text-align: center;
	text-decoration: none;
	white-space: normal;
	/*background: linear-gradient(90deg, #5b31ee 0%, #2d74d7 100%);*/
	background: transparent;
	border: 1px solid #5b31ee;
	/*border: none;*/
	border-radius: 360px;
	box-shadow: none;
	overflow: hidden;
	position: relative;
	z-index: 1;
	cursor: pointer;
	outline: 0;
	padding: 0;
	margin: 0;
	width: 38px;
	height: 38px;
	transition: all 0.3s;
}
.numbered-pagination a.btn {
	background: #5b31ee;
	padding: 0 25px;
	width: auto;
	color: #fff;
}
.numbered-pagination a:hover {
	color: #fff;
	background: #2d74d7;
	border-color: #2d74d7;
}
.numbered-pagination a:active,
.numbered-pagination a:focus {
	border-color: #2d74d7;
}
.numbered-pagination .active a {
	color: #fff;
	background: #5b31ee;
}

@media (min-width: 768px) {
	.numbered-pagination ul {
		text-align: left;
	}
	.numbered-pagination li:first-of-type,
	.numbered-pagination li:last-of-type {
		display: inline-block;
	}
}
/* Fix wpml clearfix bug that changes background color of our bands */
.otgs-development-site-front-end {
	clear: both;
}

/*Gregg word counter*/
.syniti-word-counter {
	position: fixed;
	bottom: 10%;
	left: 0;
	background: #fff;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	padding: 8px;
	color: #190033;
	border: 1px solid #190033;
	text-align: center;
	z-index: 10;
	font-size: 13px;
}
.syniti-word-counter span {
	font-weight: bold;
	font-size: 26px;
	display: block;
}
/*Gartner iframe embed*/
.embed-widget {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

/*News List*/

.news-list-wrap {
	padding: 36px 0;
}

.news-list-wrap-title {
	margin-bottom: 13px;
}

@media (min-width: 1024px) {

	.archive-wrap .container > .news-list-wrap {
		margin: 0 -38px;
	}
}

.news-list {
	margin: 0 -20px;
}

.news-box {
	border-left: 7px solid #5b31ee;
	background: #fff;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.news-box-content {
	padding: 30px;
}

.news-box-title {
	font-size: 18px;
	line-height: 1.4;
}

.news-box-excerpt {
	margin-bottom: 35px;
}

.news-box.news-box-first .news-box-title {
	font-size: 29px;
	letter-spacing: 1.4px;
}

.news-list-col {
	padding: 0 20px 46px;
}

.news-box-term-box {
	margin-bottom: 6px;
}

.news-box-term {
	color: #5b31ee;
	font-size: 14px;
	text-decoration: none;
	text-transform: uppercase;
}

.news-list-more-box {
	padding-top: 20px;
	text-align: center;
}

.news-list-first-image .news-box.news-box-first {
	border: none;
}

.news-list-first-image .news-box.news-box-first .news-box-image img {
	display: block;
	width: 100%;
}

@media (min-width: 1024px) {
	.news-list {
		display: flex;
		flex-wrap: wrap;
	}
	.news-list-col {
		flex: 1 0 33.333%;
		max-width: 33.333%;
	}
	.news-list-col:first-child {
		flex: 1 0 100%;
		max-width: 100%;
	}
	.news-box, .news-box-content {
		display: flex;
		flex-direction: column;
		height: 100%;
		justify-content: space-between;
	}
	.news-box.news-box-first {
		display: block;
	}
	.news-box.news-box-first .news-box-content {
		max-width: 900px;
	}
	.news-list-first-image .news-box.news-box-first {
		display: flex;
		flex-direction: row;
	}
	.news-list-first-image .news-box.news-box-first .news-box-image {
		flex: 1 0 34.6%;
		max-width: 34.6%;
	}
	.news-list-first-image .news-box.news-box-first .news-box-image img {
		display: flex;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.news-list-first-image .news-box.news-box-first .news-box-content {
		flex: 1 0 0;
		max-width: none;
	}

	.news-box-content {
		padding: 30px 58px;
		min-height: 217px;
	}

	.news-list-wrap + .news-list-wrap {
		padding-top: 56px;
	}
}