/*!
Theme Name: iTalent
Author: Shonna Orechio
Description: Topspot theme for iTalent.
Version: 1.0.0
Tested up to: 7.4
Requires PHP: 7.3
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: iTalent
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

iTalent is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

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

/*--------------------------------------------------------------
PROJECT
------------------------------------------------------

Purple - #B4368A;
Blue - #045FAB;
Light Gray - #F7F7F7;
Med Gray - #929595;
Dark Gray - #555556;
Black - #010101;
	
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Colors
	- Typography
	- Scaffolding
	- Buttons
# Components
	- Navigation
		- Header
		- Search  Dropdown
		- Mobile Menu
		- Footer
	- Breadcrumbs
	- Banners
		- Home Banner
		- Inner Banner
	- Posts and pages
	- Media
		- Image
		- Captions
		- Fancybox
	- Galleries
		- Scrolling Carousel
	- Blocks
		- Tabbed Content
		- Buckets
		- Testimonials
		- Icon List
		- Featured Team Member
		- Stats
		- Logo Grid
	- Tables
	- Forms
	- Search Results
	- Contact Info
	- Team
	- Accordion
	- Accents
# Utilities
	- Accessibility

--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */
main {
	display: block;
}
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}
a {
	background-color: transparent;
}
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}
b,
strong {
	font-weight: bolder;
}
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
img {
	border-style: none;
}
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}
button,
input {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}
progress {
	vertical-align: baseline;
}
textarea {
	overflow: auto;
}
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}
details {
	display: block;
}
summary {
	display: list-item;
}
template {
	display: none;
}
[hidden] {
	display: none;
}
*,
*::before,
*::after {
	box-sizing: inherit;
}
html {
	box-sizing: border-box;
}

/* Colors
--------------------------------------------- */
.has-white-color,
.has-white-color h1,
.has-white-color h2,
.has-white-color h3,
.has-white-color h4,
.has-white-color h5,
.has-white-color h6,
.has-white-color p,
.has-white-color p a,
.has-white-color li,
.has-white-color li a,
h1.has-white-color,
h2.has-white-color,
h3.has-white-color,
h4.has-white-color,
h5.has-white-color,
h6.has-white-color,
p.has-white-color{
	color: white;
}

.has-lightgray-color,
.has-lightgray-color h1,
.has-lightgray-color h2,
.has-lightgray-color h3,
.has-lightgray-color h4,
.has-lightgray-color h5,
.has-lightgray-color h6,
.has-lightgray-color p,
.has-lightgray-color p a,
.has-lightgray-color li,
.has-lightgray-color li a,
h1.has-lightgray-color,
h2.has-lightgray-color,
h3.has-lightgray-color,
h4.has-lightgray-color,
h5.has-lightgray-color,
h6.has-lightgray-color,
p.has-lightgray-color{
	color: #F7F7F7;
}


.has-darkgray-color,
.has-darkgray-color h1,
.has-darkgray-color h2,
.has-darkgray-color h3,
.has-darkgray-color h4,
.has-darkgray-color h5,
.has-darkgray-color h6,
.has-darkgray-color p,
.has-darkgray-color p a,
.has-darkgray-color li,
.has-darkgray-color li a,
h1.has-darkgray-color,
h2.has-darkgray-color,
h3.has-darkgray-color,
h4.has-darkgray-color,
h5.has-darkgray-color,
h6.has-darkgray-color,
p.has-darkgray-color{
	color: #555556;
}

.has-blue-color,
.has-blue-color h1,
.has-blue-color h2,
.has-blue-color h3,
.has-blue-color h4,
.has-blue-color h5,
.has-blue-color h6,
.has-blue-color p,
.has-blue-color p a,
.has-blue-color li,
.has-blue-color li a,
h1.has-blue-color,
h2.has-blue-color,
h3.has-blue-color,
h4.has-blue-color,
h5.has-blue-color,
h6.has-blue-color,
p.has-blue-color{
	color: #045FAB;
}

.has-purple-color,
.has-purple-color h1,
.has-purple-color h2,
.has-purple-color h3,
.has-purple-color h4,
.has-purple-color h5,
.has-purple-color h6,
.has-purple-color p,
.has-purple-color p a,
.has-purple-color li,
.has-purple-color li a,
h1.has-purple-color,
h2.has-purple-color,
h3.has-purple-color,
h4.has-purple-color,
h5.has-purple-color,
h6.has-purple-color,
p.has-purple-color{
	color: #B4368A;
}

.border-left {
	border-left: 8px solid #0071B9;
}

.border-right {
	border-right: 8px solid #0071B9;
}

.border-top {
	border-top: 8px solid #0071B9;
}

.border-bottom {
	border-bottom: 8px solid #0071B9;
}

.has-lightgray-background-color{
	background-color: #F7F7F7;
}

/* Typography
--------------------------------------------- */
h1,.h1 {
	font-weight: 300;
	font-size: 40px;
	line-height: 48px;
	text-transform: none;
	color: #010101;
}
h1+.wp-block-buttons {
	margin-top: 35px;
}

h2,.h2 {
	font-weight: 300;
	font-size: 40px;
	line-height: 48px;
	color: #010101;
}
h2 + .wp-block-buttons,
h2+.buckets-large,
h2+.buckets-large.has-gallery{
	margin-top: 20px;
}
h2+.wp-block-ub-content-toggle{
	margin-top: 30px;
}
h2+.uagb-post-grid {
	margin-top: 35px;
}

h3,.h3 {
	font-weight: 300;
	font-size: 32px;
	line-height: 38px;
	color: #010101;
}

h3 b,
h3 strong {
	font-weight: 700;
}
h3+.wp-block-buttons,
h3+.wp-block-table {
	margin-top: 20px;
}
h3 + .buckets-small,
h3 + .icon-list{
	margin-top: 25px;
}

h4,.h4 {
	font-weight: 300;
	font-size: 22px;
	line-height: 32px;
	text-transform: none;
	color: #010101;
}

h4+h2 {
	margin-top: 15px;
}

h4+h1 {
	margin-top: 0;
}

h5,.h5 {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	text-transform: uppercase;
	color: #010101;
	letter-spacing: 0.24em;
}
h5+.icon-list{
	margin-top: 20px;
}

h6,.h6 {
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #045FAB;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child,
p:first-child {
	margin-top: 0;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child {
	margin-bottom: 0;
}


p {
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0.02em;
	color: #555556;
	margin: 0;
}

p.large {
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 0.02em;
	font-weight: 300;
}

p+.wp-block-columns>.wp-block-column>ul:first-child {
	margin-top: -8px;
}
p+.link-wrapper{
	margin-top: 5px;
}
p+p {
	margin-top: 20px;
}

p+.wp-block-buttons,
p+.wp-block-columns {
	margin-top: 25px;
}

p+.buckets {
	margin-top: 32px;
}

a {
	color: #010101;
}

p a {
	text-decoration: underline;
	color: #045FAB;
}

ol a:hover,
ul a:hover,
p a:hover {
	color: #555556;
	text-decoration: none;
}

.wp-block-column ul {
	margin: 0;
	padding: 0;
}
.wp-block-column ul.menu{
	margin: 0;
}
.wp-block-column ul.sub-menu{
	margin: 0  0 20px;
}
.wp-block-column p+ul {
	margin-top: 20px;
}

.wp-block-column ul li {
	margin: 0 0 4px 0;
	padding: 0 0 0 20px;
	list-style-type: none;
	position: relative;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0.02em;
	color: #555556;
}
.wp-block-column ul li:last-child{
	margin-bottom: 0;
}
.wp-block-column ul li a {
	color: #045FAB;
}

.wp-block-column ul li a:hover,
.wp-block-column ul li a:active {
	color: #045FAB;
	text-decoration: underline;
}

.wp-block-column ul li a:focus {
	color: #045FAB;
}

.wp-block-column ul li:before {
	content: '';
	width: 12px;
	height: 12px;
	border-radius: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 5px;
	background: url(/wp-content/uploads/2022/08/bullet.svg) center center no-repeat transparent;
	background-size: contain;
}

.tel {
	pointer-events: none;
}

/* Scaffolding
--------------------------------------------- */
body {
	color: #555556;
	font-size: 16px;
	line-height: 22px;
	font-family: 'Rubik', sans-serif;
	margin: 0 !important;
	overflow-x: hidden;
	padding-top: 112px; /* match header height*/
}

html.noscroll,
html.noscroll body {
	overflow: hidden !important;
	position: relative;
	height: 100%;
}

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Start Scaffolding */

* {
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

.hidden {
	display: none !important;
}

address {
	margin: 0;
}

.left {
	float: left;
}

.right {
	float: right;
}

img.left {
	margin: 0 15px 15px 0;
}

img.right {
	margin: 0 0 15px 15px;
}

input,
textarea,
a,
.btn,
button {
	outline: none;
}

input[type="file"]:focus {
	cursor: pointer;
}

.constrain {
	max-width: 1200px;
	margin: 0 auto;
}

.skip-link {
	display: none;
}

.w25 {
	width: 25%;
}

.w30 {
	width: 30%;
}

.w33 {
	width: 33.33%;
}

.w40 {
	width: 40%;
}

.w50 {
	width: 50%;
}

.w60 {
	width: 60%;
}

.w66 {
	width: 66.66%;
}

.w70 {
	width: 70%;
}

.w75 {
	width: 75%;
}

.w100 {
	width: 100%;
}

.no-gap{
	gap: 0 !important;
}

.wp-block-columns:last-child {
	margin-bottom: 0;
}

section>div>.wp-block-columns>.wp-block-column.has-background {
	padding-top: 80px;
	padding-bottom: 80px;
}

section>div>.wp-block-columns>.wp-block-column.has-background:first-child {
	padding-left: -webkit-calc(50vw - 608px);
	padding-left: -moz-calc(50vw - 608px);
	padding-left: calc(50vw - 608px);
	padding-right: 40px;
	align-self: stretch;
}

section>div>.wp-block-columns>.wp-block-column.has-background:last-child {
	padding-right: -webkit-calc(50vw - 608px);
	padding-right: -moz-calc(50vw - 608px);
	padding-right: calc(50vw - 608px);
	padding-left: 40px;
	align-self: stretch;
}

section>div>.wp-block-columns>.wp-block-column.has-background.is-vertically-aligned-center {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
}

section .block {
	padding: 80px 20px;
}

section .block+.block {
	padding-top: 0;
}

section .block .column {
	max-width: 1200px;
	margin: auto;
}



/* Buttons
--------------------------------------------- */
.button {
	background-image: linear-gradient(to right, #6930BE, #045FAB, #B4368A, #6930BE);
	color: white;
	background-size: 300% 100%;
	background-position: 0%;
	border-radius: 0;
	font-weight: 400;
	font-size: 16px;
	line-height: 110%;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	padding: 16px 40px;
	text-decoration: none !important;
	border: 0;
	 moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
	position: relative;
}
.button:after{
	content:'\f178';
	font-family: "Font Awesome 6 Pro";
	color: white;
	font-size: 16px;
	font-weight: 300;
	margin-left: 10px;
	 moz-transition: color .25s ease-in-out;
    -o-transition: color .25s ease-in-out;
    -webkit-transition: color .25s ease-in-out;
    transition: color .25s ease-in-out;
}
.button:hover,
.button:active,
.button:focus {
	color: white;
	background-position: 100% 0;
}
.button.outline{
	border: 1px solid;
	border-image-slice: 1;
	border-width: 1px;
	border-image-source: linear-gradient(to left, #045FAB, #6930BE);
	background: transparent;
	background-size: 300% 100%;
	padding: 15px 39px;
	color: #010101 !important;
}
.button.outline:after{
	color: #010101;
}

.button.outline:hover,
.button.outline:active,
.button.outline:focus {
	color: white !important;
	background-image: linear-gradient(to right, #FFF, #FFF, #B4368A, #6930BE);
	border-image-source: linear-gradient(to left, #6930BE, #B4368A);
	background-position: 100% 0;
}
.button.outline:hover:after,
.button.outline:active:after,
.button.outline:focus:after{
	color: white;
}
.button.white{
	background: white;
	color: #010101;
	border: 1px solid white;
	padding: 15px 39px;
}
.button.white:after{
	color: #010101;
}
.button.white:hover,
.button.white:active,
.button.white:focus{
	background: transparent !important;
	color: #FFFFFF !important;
	border: 1px solid white;
}
.button.white:hover:after,
.button.white:active:after,
.button.white:focus:after{
	color: #FFFFFF;
}
.link-wrapper{
	display: flex;
}
.link-wrapper.right{
    justify-content: flex-end;
}
.link-wrapper:last-child{
	margin-bottom: -15px;
}
.link{
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #045FAB;
	padding: 15px 0 15px 50px;
	position: relative;
	moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
	text-decoration: none !important;
	display: inline-block;
}
.link:before{
	content:'';
	height: 1px;
	width: 40px;
	position: absolute;
	left: 0;
	top: 24px;
	font-weight: bold;
	background-color: #045FAB;
	display: block;
	moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.link:hover,
.link:active{
	padding-left: 60px;
	color: #B4368A;
	text-decoration: none;
}
.link:hover:before,
.link:active:before{
	width: 50px;
	background-color: #B4368A;
}
.link.white{
	color: #ffffff;
}
.link.white:before{
	background-color: #ffffff;
}
.link.white:hover,
.link.white:active{
	color: #ffffff;
}
.link.white:hover:before,
.link.white:active:before{
	background-color: #ffffff;
}
.has-white-color .link{
	color: #ffffff;
}
.has-white-color .link:before{
	background-color: #ffffff;
}
.has-white-color .link:hover,
.has-white-color .link:active{
	color: #ffffff;
}
.has-white-color .link:hover:before,
.has-white-color .link:active:before{
	background-color: #ffffff;
}
.wp-block-buttons {
	gap: 25px !important;
}
.wp-block-buttons+p {
	margin-top: 40px;
}
.wp-block-button__link {
	background-image: linear-gradient(to right, #6930BE, #045FAB, #B4368A, #6930BE);
	color: white;
	background-size: 300% 100%;
	background-position: 0%;
	border-radius: 0;
	font-weight: 400;
	font-size: 16px;
	line-height: 110%;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	padding: 16px 40px;
	text-decoration: none !important;
	border: 0;
	 moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
	position: relative;
}
.wp-block-button__link:after{
	content:'\f178';
	font-family: "Font Awesome 6 Pro";
	color: white;
	font-size: 16px;
	font-weight: 300;
	margin-left: 10px;
	 moz-transition: color .25s ease-in-out;
    -o-transition: color .25s ease-in-out;
    -webkit-transition: color .25s ease-in-out;
    transition: color .25s ease-in-out;
}
.wp-block-button__link:hover,
.wp-block-button__link:active,
.wp-block-button__link:focus {
	color: white;
	background-position: 100% 0;
}

.is-style-outline .wp-block-button__link {
	border: 1px solid;
	border-image-slice: 1;
	border-width: 1px;
	border-image-source: linear-gradient(to left, #045FAB, #6930BE);
	background: transparent;
	background-size: 300% 100%;
	padding: 15px 39px;
	color: #010101 !important;
}
.is-style-outline .wp-block-button__link:after{
	color: #010101;
}

.is-style-outline .wp-block-button__link:hover,
.is-style-outline .wp-block-button__link:active,
.is-style-outline .wp-block-button__link:focus {
	color: white !important;
	background-image: linear-gradient(to right, #FFF, #FFF, #B4368A, #6930BE);
	border-image-source: linear-gradient(to left, #6930BE, #B4368A);
	background-position: 100% 0;
}
.is-style-outline .wp-block-button__link:hover:after,
.is-style-outline .wp-block-button__link:active:after,
.is-style-outline .wp-block-button__link:focus:after{
	color: white;
}

.has-white-background-color.wp-block-button__link{
	background: white;
	color: #010101;
	border: 1px solid white;
	padding: 15px 39px;
}
.has-white-background-color.wp-block-button__link:after{
	color: #010101;
}
.has-white-background-color.wp-block-button__link:hover,
.has-white-background-color.wp-block-button__link:active,
.has-white-background-color.wp-block-button__link:focus{
	background: transparent !important;
	color: #FFFFFF !important;
	border: 1px solid white;
}
.has-white-background-color.wp-block-button__link:hover:after,
.has-white-background-color.wp-block-button__link:active:after,
.has-white-background-color.wp-block-button__link:focus:after{
	color: #FFFFFF;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
/* Header */
body.logged-in #header {
	top: 32px;
}

#header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 112px;
	z-index: 999;
	background-color: white;
	-webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, .1);
	box-shadow: 0px 4px 8px rgba(0, 0, 0, .1);
	moz-transition: background-color .25s ease-in-out;
    -o-transition: background-color .25s ease-in-out;
    -webkit-transition: background-color .25s ease-in-out;
    transition: background-color .25s ease-in-out;
}

#header-top .constrain {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	position: relative;
	height: 52px;
	width: 100%;
	padding-left: 230px;
}

#header-top .logo {
	width: auto;
	height: 75px;
	position: absolute;
	left: 0;
	top: 17px;
}
#header-top .logo img {
	max-width: 100%;
	max-height: 100%;
	moz-transition: opacity .25s ease-in-out;
    -o-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out;
}
#header-top .logo img.dark{
	opacity: 1;
}
#header-top .logo img.light{
	position: absolute;
	left:0;
	opacity: 0;
}
#header-top ul{
	margin: 0;
	padding: 0;
	height: 100%;
	display: flex;
}
#header-top ul li{
	list-style-type: none;
	padding: 0;
	margin: 0;
	height: 100%;
	display: flex;
	align-items: center;
	text-align: center;
}
#header-top ul li a{
	display: block;
	padding: 17px 20px;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #555556;
	moz-transition: color .25s ease-in-out;
    -o-transition: color .25s ease-in-out;
    -webkit-transition: color .25s ease-in-out;
    transition: color .25s ease-in-out;
}
#header-top ul li a:hover,
#header-top ul li a:active{
	text-decoration: underline;
}
#header-top ul li:last-child a{
	background-image: linear-gradient(to right, #6930BE, #045FAB, #B4368A, #6930BE);
	color: white;
	background-size: 300% 100%;
	background-position: 100% 0;
    moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
	position: relative;
	text-decoration: none;
}
#header-top ul li:last-child a:hover,
#header-top ul li:last-child a:active{
	text-decoration: none;
	background-position: 0%;
}
#header-top ul li i{
	font-size: 14px;
	margin-left: 5px;
	position: relative;
	top: 1px;
}
#header-bottom {
	padding: 0;
}
#header-bottom .constrain {
	width: 100%;
	height: 60px;
	padding-left: 230px;
	display: flex;
	justify-content: space-between;
}
#header-bottom nav{
	width: 100%;
	position: relative;
}
#header-bottom nav:before{
	content:'';
	width: 100%;
	height: 1px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #B0B3B1;
	opacity: .25;
}
#header-bottom nav>div>ul {
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: space-between;
}

#header-bottom nav>div>ul>li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;
}
#header-bottom nav>div>ul>li>a {
	color: #555556;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	font-style: normal;
	display: block;
	padding: 18px 10px;
	position: relative;
	moz-transition: color .25s ease-in-out;
    -o-transition: color .25s ease-in-out;
    -webkit-transition: color .25s ease-in-out;
    transition: color .25s ease-in-out;
	text-decoration: none !important;
}
#header-bottom nav>div>ul>li>a:after{
	content: '';
	width: 100%;
	height: 2px;
	display: block;
	background-color: #B4368A;
	opacity: 0;
	moz-transition: opacity .25s ease-in-out;
    -o-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out;
}
#header-bottom nav>div>ul>li:first-child>a{
	padding-left: 0;
}
#header-bottom nav>div>ul>li:last-child>a{
	padding-right: 0;
}
#header-bottom nav>div>ul>li:hover>a {
	color: #B4368A;
	text-decoration: none;
}
#header-bottom nav>div>ul>li:hover>a:after{
	opacity: 1;
}

#header-bottom nav>div>ul>li:hover ul {
	max-height: 500px;
}
#header-bottom #menu-item-6310{
	display: none;
	visibility: hidden;
	pointer-events: none;
}

/* Dropdown */
#header-bottom nav>div>ul>li>ul {
	background-color: white;
	margin: 0;
	padding: 0;
	position: absolute;
	width: auto;
	height: auto;
	max-height: 0;
	overflow: hidden;
	-webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
	-webkit-transition: max-height 0.25s ease-in-out;
	-ms-transition: max-height 0.25s ease-in-out;
	transition: max-height 0.25s ease-in-out;
	left: 0;
}

#header-bottom nav>div>ul>li>ul>li:first-child {
	padding-top: 15px;
}

#header-bottom nav>div>ul>li>ul>li:last-child {
	padding-bottom: 15px;
}

#header-bottom nav>div>ul>li>ul>li>a {
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #555556;
	display: block;
	text-transform: none;
	letter-spacing: 0.02em;
	padding: 5px 25px;
	white-space: nowrap;
}
#header-bottom nav>div>ul>li>ul>li.menu-title>a{
	color: #045FAB;
	font-weight: 500;
}

#header-bottom nav>div>ul>li>ul>li>a:hover,
#header-bottom nav>div>ul>li>ul>li>a:active {
	color: #010101;
	text-decoration: underline;
}

#header-bottom nav>div>ul>li>ul>li>ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#header-bottom nav>div>ul>li>ul>li>ul>li {
	margin: 0;
	padding: 0 0 0 15px;
	list-style-type: none;
}

#header-bottom nav>div>ul>li>ul>li>ul a {
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #555556;
	display: block;
	text-transform: none;
	letter-spacing: 0.02em;
	display: block;
	text-transform: none;
	letter-spacing: 0;
	padding: 5px 25px;
}

#header-bottom nav>div>ul>li>ul>li>ul a:hover,
#header-bottom nav>div>ul>li>ul>li>ul a:active {
	color: #010101;
	text-decoration: underline;
}

#header-bottom .search-trigger{
	line-height: 60px;
	padding: 0 0 0 40px;
	moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
	position: relative;
	width: 70px;
    padding: 0;
    text-align: center;
    margin-left: 40px;
}
#header-bottom .search-trigger.active i:before{
	content: '\f00d';
}
#header-bottom .search-trigger i{
	font-weight: bold;
	background: linear-gradient(90deg, #B4368A 0%, #6930BE 100%), #D9D9D9;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}
#header-bottom .search-trigger:hover{
	opacity: .75;
}

/* Transparent Header */
@media(min-width: 1200px){
	body.home{
		padding-top: 0;
	}
	body.home #header:not(.scrolling){
		background-color: transparent;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	body.home #header:not(.scrolling) img.dark{
		opacity: 0;
	}
	body.home #header:not(.scrolling) img.light{
		opacity: 1;
	}
	body.home #header:not(.scrolling) #header-top ul > li > a{
		color: white;
	}
	body.home #header:not(.scrolling) #header-top ul li:last-child a{
		background-size: 0%;
	}
	body.home #header:not(.scrolling) #header-top ul li:last-child a:hover,
	body.home #header:not(.scrolling) #header-top ul li:last-child a:active{
		text-decoration: underline;
	}
	body.home #header:not(.scrolling) nav > div > ul > li > a{
		color: white;
	}
	body.home #header:not(.scrolling) nav > div > ul > li > a:after{
		background-color: white;
	}
	body.home #header:not(.scrolling) .search-trigger i{
		background: linear-gradient(90deg, #fff 0%, #fff 100%), #fff;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
	}
}
/* Search Dropdown */
#search-dropdown {
	position: fixed;
	width: 300px;
	max-width: 100%;
	display: block;
	background: rgb(180,54,138);
	background: -moz-linear-gradient(left,  rgba(180,54,138,1) 0%, rgba(105,48,190,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(180,54,138,1) 0%,rgba(105,48,190,1) 100%);
	background: linear-gradient(to right,  rgba(180,54,138,1) 0%,rgba(105,48,190,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4368a', endColorstr='#6930be',GradientType=1 );
	z-index: 9;
	pointer-events: none;
	top: -100px;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	right: -webkit-calc(50vw - 608px);
	right: -moz-calc(50vw - 608px);
	right: calc(50vw - 608px);
}
#search-dropdown.active {
  pointer-events: all;
  top: 112px;
}
.logged-in #search-dropdown.active{
	top: 143px;
}
#search-dropdown form {
	width: 100%;
	margin: 0 0 0 auto;
	padding: 10px;
	position: relative;
}
#search-dropdown fieldset {
  position: relative;
}
#search-dropdown input[type="text"] {
	border: 0;
	padding-right: 40px;
	color: #010101;
	font-size: 16px;
	height: 40px;
	width: 100%;
	padding-left: 15px;
}
#search-dropdown input[type="text"]:focus {
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#search-dropdown button {
	font-size: 0;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: transparent;
	border: 0;
	position: absolute;
	right: 0;
	top:0;
	font-weight: bold;
}
#search-dropdown button:after {
	font-family: "Font Awesome 6 Pro";
	content:"\f002";
  	font-size: 16px;
	background: linear-gradient(90deg, #B4368A 0%, #6930BE 100%), #D9D9D9;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    position: relative;
}
#search-dropdown button:hover:after,
#search-dropdown button:active:after {
  opacity: .75;
}
#search-dropdown input::placeholder {
  color: #555556;
  font-size: 16px;
}
#search-dropdown input:-ms-input-placeholder {
  color: #555556;
  font-size: 16px;
}
#search-dropdown input::-ms-input-placeholder {
  color: #555556;
  font-size: 16px;
}

/* Mobile Menu */
body.logged-in #mobile-menu {
	top: 112px;
	padding-bottom: 130px;
}

#mobile-menu {
	position: fixed;
	top: 80px;
	padding-bottom: 120px;
	right: -2000px;
	width: 100%;
	height: 100%;
	background-color: white;
	z-index: 998;
	-webkit-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	display: block;
	overflow-y: scroll;
	overflow-x: hidden;
	opacity: 0;
	pointer-events: none;
	padding-top: 20px;
}

#mobile-menu.active {
	right: 0;
	opacity: 1;
	pointer-events: all;
}

#mobile-menu ul {
	padding: 0 20px;
	position: relative;
	margin: 0;
}

#mobile-menu .menu-header-container>ul {
	margin-left: 0;
}

#mobile-menu ul li {
	position: relative;
	list-style-type: none;
	border-bottom: 1px solid #B0B3B1;
}

#mobile-menu ul li a {
	width: 90%;
	color: #010101;
	display: block;
	padding: 12px 30px 12px 0;
	position: relative;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
}

#mobile-menu ul li.menu-item-has-children>i {
	position: absolute;
	right: 0;
	opacity: 1;
	width: 42px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	top: 0;
	display: block;
	z-index: 2;
	margin-right: -10px;
	color: #045FAB;
	font-size: 16px;
	font-weight: bold;
}

#mobile-menu ul li.menu-item-has-children.open>i:before {
	content: '\f068';
}

#mobile-menu ul li i {
	display: none;
}

/* First Level */
#mobile-menu nav>div>ul>li>a {
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	line-height: 100%;
	color: #555556;
}
#mobile-menu nav>div>ul li.menu-title>a {
	color: #045FAB;
	font-weight: 500;
}

/* Second Level */
#mobile-menu ul li ul {
	display: none;
	padding-bottom: 15px;
}

#mobile-menu ul li ul a {
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: black;
	text-transform: none;
	padding: 5px 0;
	letter-spacing: 0.02em;
	color: #555556;
}

#mobile-menu ul li ul li {
	border-bottom: 0;
}

#mobile-menu ul li ul li i {
	top: -8px !important;
}

#mobile-menu ul li.open>ul {
	display: block;
}

#mobile-menu ul li.open>a {
	color: #B4368A;
}

/* Third Level */
#mobile-menu ul li ul li ul {
	padding-bottom: 5px;
}

#mobile-menu ul li ul li ul a {
	padding: 5px 0;
	font-weight: normal;
}

#mobile-menu .search-form {
	position: relative;
	width: 100%;
	max-width: 100%;
	padding: 20px;
}

#mobile-menu .search-form input {
	vertical-align: middle;
	background: none;
	border: none;
	box-shadow: none;
	line-height: 48px;
	height: 48px;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #010101;
	width: 100%;
	padding: 0 50px 0 20px;
	border: 1px solid #D3D4D8;
	border-radius: 30px;
	display: inline-block;
}

#mobile-menu .search-form input:focus {
	border-color: #555556;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

#mobile-menu .search-form button {
	width: 48px;
	height: 48px;
	border-radius: 100%;
	background-color: #555556;
	position: absolute;
	right: 20px;
	top: 20px;
	display: block;
	margin: 0;
	font-size: 0;
	text-align: center;
	border: 0;
}

#mobile-menu .search-form button:after {
	font-family: "Font Awesome 6 Pro";
	content: '\f002';
	width: 48px;
	height: 48px;
	text-align: center;
	line-height: 46px;
	position: absolute;
	font-size: 16px;
	color: white !important;
	left: 0px;
	top: 1px;
	right: 0;
	font-weight: bold;
	transition: background-color ease-in-out .5s;
}

#mobile-menu .search-form input::placeholder {
	font-weight: 400;
	font-size: 16px;
	color: #888;
}

#mobile-menu .search-form input:-ms-input-placeholder {
	font-weight: 400;
	font-size: 16px;
	color: #888;
}

#mobile-menu .search-form input::-ms-input-placeholder {
	font-weight: 400;
	font-size: 16px;
	color: #888;
}

/* Footer */
#footer {
	background-color: white;
}
#footer-top {
	padding-left: 20px;
	padding-right: 20px;
}
#footer-top .constrain {
	width: 100%;
	padding: 60px 0;
	display: flex;
	position: relative;
	justify-content: space-between;
}
#footer .column{
	margin-right: 30px;
}
#footer .column-1{
	margin-right: 60px;
}
#footer .column-5{
	margin-right: 0;
}
#footer .logo {
	width: 170px;
	display: block;
}
#footer .logo img {
	max-width: 100%;
}
#footer .button{
	display: block;
	margin-top: 30px;
}
#footer .social-media{
	width: 200px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 30px;
}
#footer .social-media a{
	color: #929595;
	moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
#footer .social-media a:hover,
#footer .social-media a:active{
	color: #B4368A;
}
#footer .social-media a:hover svg path,
#footer .social-media a:active svg path{
	fill: #B4368A;
}
#footer h6 {
	width: 100%;
	color: #045FAB;
	margin-bottom: 13px;
}
#footer h6 a {
	color: #555556;
}
#footer h6 a:hover,
#footer h6 a:active {
	color: #010101;
	text-decoration: underline;
}
#footer ul {
	margin: 0;
	padding: 0;
}
#footer ul li {
	margin: 0 0 13px 0;
	max-width: 140px;
	padding: 0;
	list-style-type: none;
	display: block;
}
#footer ul li a{
	color: #555556;
}
#footer ul li a:hover,
#footer ul li a:active {
	text-decoration: underline;
	color: #010101;
}
#footer .tel{
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0.02em;
	color: #555556;
	text-decoration: none;
}
#footer p a{
	color: #555556;
	text-decoration: none;
}
#footer p a:hover,
#footer p a:active {
	text-decoration: underline;
	color: #010101;
}
#footer #back-top {
	position: absolute;
	background-color: white;
	height: 48px;
	width: 48px;
	font-weight: 400;
	font-size: 16px;
	line-height: 48px;
	text-align: center;
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	right: 0;
	bottom: 15px;
	border: 1px solid;
    border-image-slice: 1;
    border-width: 1px;
    border-image-source: linear-gradient(to left, #6930BE, #B4368A);
}

#footer #back-top:hover,
#footer #back-top:active {
	text-decoration: none;
	border: 1px solid #010101;
}
#footer #back-top:hover i,
#footer #back-top:active i {
	color: #010101;
	-webkit-background-clip: text;
    -webkit-text-fill-color: #010101;
    background-clip: text;
    text-fill-color: #010101;
}
#footer #back-top i {
	display: block;
	background: linear-gradient(90deg, #B4368A 0%, #6930BE 100%), #D9D9D9;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;    
}
#footer-bottom{
	padding: 0 20px;
}
#footer-bottom .constrain {
	display: flex;
	border-top: 1px solid #E5E5E5;
	padding: 30px 0;
}
#footer .logos{
	width: 100%;
	display:flex;
	justify-content: space-between;
	align-items: center;
}
#footer .logos img{
	max-height: 82px;
}
#footer-extra{
	background-color: #010101;
	padding: 10px 20px;
}
#footer-extra .constrain{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
}
#footer-extra .image{
	margin-right: 20px;
}
#footer-extra img{
	height: 120px;
	margin-left: -25px;
}
#footer-extra h3{
	color: white;
}
#footer-extra h5{
	color: white;
	font-weight: 300;
}
#footer-extra h5 span{
	text-transform: none;
}
#footer-extra .button{
	margin-left: auto;
}

/* Breadcrumbs
--------------------------------------------- */
#breadcrumbs {
	padding: 30px 15px;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	z-index: 4;
}

#breadcrumbs>span {
	max-width: 1200px;
	margin: auto;
	text-align: left;
	display: block;
}

#breadcrumbs a {
	color: #010101;
}

#breadcrumbs a i {
	color: #B4368A;
	transition: color ease-in-out .25s;
}

#breadcrumbs a:hover i {
	color: #045FAB;
}

#breadcrumbs span>i {
	color: #555556;
	margin: 0 6px;
}

/* Banners
--------------------------------------------- */
#home-banner{
	height: 590px;
	width: 100%;
	position: relative;
	background-color: #045FAB;
	background: url("/wp-content/uploads/2022/08/home-banner-gradient-1.jpg") center center no-repeat;
	background-size: cover;
	overflow: hidden;
}
#home-banner .constrain{
	display: flex;
    height: 100%;
    align-items: center;
}
#home-banner:after{
	/*
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	left: 0;
	top: 0;
	position: absolute;
	z-index: 2;
	background: url("/wp-content/uploads/2022/08/home-banner-gradient-1.jpg") center center no-repeat;
	mix-blend-mode: hue;
    background-size: cover;
	*/
}
#home-banner .constrain:before{
	content:'';
	width: 100%;
	height: 100%;
	display: block;
	left: 0;
	top: 0;
	position: absolute;
	z-index: 2;
	mix-blend-mode: overlay;
	opacity: .5;
	background: url("/wp-content/uploads/2022/08/squares.svg") center right no-repeat;
}
#home-banner .caption{
	width: 60%;
	position: relative;
	z-index: 3;
	margin-top: 50px;
}
#home-banner .caption .h1{
	font-size: 52px;
	color: white;
}
#home-banner .caption .link{
	margin-top: 12px;
}
#home-banner .slides{
	position: absolute;
    height: 100%;
	width: 100%;
	top: 0;
    left: 0;
}
#home-banner .slick-track,
#home-banner .slick-list{
	height: 100%;
	width: 100%;
}
#home-banner .slide{
	display: flex;
    align-items: center;
}
#home-banner .image{
	position: absolute;
	height: 100%;
	top: 0;
	right: 0;
	-moz-mask-image: linear-gradient(to left, rgba(0, 0, 0, 1.0) 50%, transparent 100%);
	-webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 1.0) 50%, transparent 100%);
	mask-image: linear-gradient(to left, rgba(0, 0, 0, 1.0) 50%, transparent 100%);
}
#home-banner .image:before{
	content:'';
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	display: block;
	position: absolute;
	z-index: 2;
	background: -moz-linear-gradient(left,  rgba(4,95,171,1) 0%, rgba(4,95,171,0.36) 100%);
	background: -webkit-linear-gradient(left,  rgba(4,95,171,1) 0%,rgba(4,95,171,0.36) 100%);
	background: linear-gradient(to right,  rgba(4,95,171,1) 0%,rgba(4,95,171,0.36) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#045fab', endColorstr='#5c045fab',GradientType=1 );
}
#home-banner .image img{
	height: 100%;
	width: auto;
	right: 0;
	top: 0;
}
#home-banner .title{
	width: 40%;
	left: 60%;
	position: absolute;
	z-index: 4;
    margin-left: -55px;
	margin-top: 40px;
	height: 120px;
	overflow: visible;
}
#home-banner .title .h2{
	color: white;
	position: absolute;
	top: -120px;
	margin: 0;
	animation: titleout 1s ease-in-out forwards;
}
#home-banner .slick-current .title .h2{
	animation: titlein 1s ease-in-out forwards;
}
@keyframes titlein {
	from {
		top: 120px;
		opacity: 0;
	}
	to {
		top: 40px;
		opacity: 1;
	}
}
@keyframes titleout {
	from {
		top: 40px;
		opacity: 1;
	}
	to {
		top: -120px;
		opacity: 0;
	}
}
#home-banner .social-media{
	display: flex;
    flex-direction: column;
	position: absolute;
	top: 210px;
	left: 25px;
	z-index: 4;
}
#home-banner .social-media a{
	padding: 15px;
	text-align: center;
	font-size: 16px;
	opacity: 1;
	moz-transition: opacity .25s ease-in-out;
    -o-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out;
}
#home-banner .social-media a:hover,
#home-banner .social-media a:active{
	opacity: .75
}
#home-banner .social-media a i{
	color: white;
}
#home-banner .social-media a path{
	fill: white;
}
#home-banner .site-alert{
	background-color: rgba(255,255,255,.9);
	padding: 20px 20px 0 20px;
	width: 330px;
	position: absolute;
	bottom: 0;
	z-index: 4;
	left: -webkit-calc(50vw - 608px);
    left: -moz-calc(50vw - 608px);
    left: calc(50vw - 608px);
}
#home-banner .site-alert p{
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #555556;
}
#home-banner .site-alert .link{
	margin-top: -5px;
	margin-bottom: 3px;
}
#inner-banner{
	height: auto;
	width: 100%;
	position: relative;
	background-color: #045FAB;
	overflow: hidden;
	padding-left: 20px;
	padding-right: 20px;
}
#inner-banner .constrain{
	display: flex;
	flex-wrap: wrap;
    height: 100%;
    align-items: flex-start;
	justify-content: center;
	padding-top: 100px;
	padding-bottom: 64px;
	flex-direction: column;
}
#inner-banner .constrain:after{
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	left: 0;
	top: 0;
	position: absolute;
	z-index: 3;
	background: url("/wp-content/uploads/2022/08/colored-cta-background.jpg") center center no-repeat;
	mix-blend-mode: hue;
    background-size: cover;
}
#inner-banner h1,
#inner-banner .h1{
	font-size: 56px;
	line-height: 56px;
	color: white;
	display: block;
	max-width: 767px;
	position: relative;
	z-index: 3;
	margin:0;
}
#inner-banner p{
	max-width: 767px;
	position: relative;
	z-index: 3;
	color: white;
	font-weight: 300;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 0.02em;
	margin-top: 5px;
}
#inner-banner .image{
	position: absolute;
	height: 100%;
	top: 0;
	right: 0;
}
#inner-banner .image:before{
	content:'';
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	display: block;
	position: absolute;
	z-index: 2;
	background: -moz-linear-gradient(left,  rgba(4,95,171,1) 0%, rgba(4,95,171,0.36) 100%);
	background: -webkit-linear-gradient(left,  rgba(4,95,171,1) 0%,rgba(4,95,171,0.36) 100%);
	background: linear-gradient(to right,  rgba(4,95,171,1) 0%,rgba(4,95,171,0.36) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#045fab', endColorstr='#5c045fab',GradientType=1 );
}
#inner-banner .image img{
	height: 100%;
	width: auto;
	object-fit: cover;
	width: 100%;
	right: 0;
	top: 0;
}
#inner-banner #breadcrumbs a,
#inner-banner #breadcrumbs a i,
#inner-banner #breadcrumbs span,
#inner-banner #breadcrumbs span>i{
	color: white !important;
}
#inner-banner #breadcrumbs a:hover,
#inner-banner #breadcrumbs a:active{
	color: white;
	opacity: .75;
}

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

.post,
.page {
	margin: 0 0 1.5em;
}

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

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

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

.uagb-post__items {
	margin: 0 -15px -30px -15px !important;
}

.uagb-post__items article {
	padding: 0 15px !important;
	margin-bottom: 30px !important;
}

.uagb-post__image {
	height: 200px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.uagb-post__image a {
	display: block;
	width: 100%;
	height: 100%;
}

.uagb-post__image img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	transition: transform ease-in-out .25s;
}

.uagb-post__inner-wrap {
	background-color: transparent !important;
	padding: 0 !important;
	position: relative;
	overflow: hidden;
}

.uagb-post__title {
	margin-top: 25px !important;
	font-weight: 300;
	font-size: 22px;
	line-height: 32px;
	letter-spacing: 0;
	color: #010101 !important;
}

.uagb-post__title a:hover,
.uagb-post__title a:active {
	text-decoration: none !important;
}

.uagb-post__author,
.uagb-post__comment {
	display: none !important;
}

.uagb-post-grid-byline {
	position: absolute;
	top: 200ox;
	display: none;
}

.uagb-post-grid-byline time {
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.02em;
	color: #888B8D;
	margin: 0;
}

.uagb-post-grid-byline time:after {
	display: none;
}

.uagb-post-grid-byline .dashicons {
	display: none;
}

.uagb-post__excerpt {
	margin-top: -5px;
	display: none !important;
}

.uagb-post__cta .wp-block-button__link {
	font-weight: 400 !important;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #045FAB !important;
	padding: 15px 0 15px 50px !important;
	position: relative;
	moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
	text-decoration: none !important;
	display: inline-block;
	background: transparent !important;
	margin-top: -15px;
}
.uagb-post__cta .wp-block-button__link:before{
	content:'';
	height: 1px;
	width: 40px;
	position: absolute;
	left: 0;
	top: 24px;
	font-weight: bold;
	background-color: #045FAB;
	display: block;
	moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.uagb-post__cta .wp-block-button__link:hover,
.uagb-post__cta .wp-block-button__link:active{
	padding-left: 60px !important;
	color: #B4368A  !important;
	text-decoration: none;
}
.uagb-post__cta .wp-block-button__link:hover:before,
.uagb-post__cta .wp-block-button__link:active:before{
	width: 50px;
	background-color: #B4368A;
}
.uagb-post-grid .uagb-post__cta{
	background-color: transparent !important;
	border: 0;
}
.uagb-post-grid .uagb-post__link{
	font-weight: 400 !important;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #045FAB !important;
	padding: 15px 0 15px 50px !important;
	position: relative;
	moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
	text-decoration: none !important;
	display: inline-block;
	background-color: transparent;
	margin-top: -15px;
}
.uagb-post-grid .uagb-post__link:before{
	content:'';
	height: 1px;
	width: 40px;
	position: absolute;
	left: 0;
	top: 24px;
	font-weight: bold;
	background-color: #045FAB;
	display: block;
	moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.uagb-post-grid .uagb-post__link:hover,
.uagb-post-grid .uagb-post__link:active{
	padding-left: 60px !important;
	color: #B4368A  !important;
	text-decoration: none;
}
.uagb-post-grid .uagb-post__link:hover:before,
.uagb-post-grid .uagb-post__link:active:before{
	width: 50px;
	background-color: #B4368A;
}

.uagb-post-grid .uagb-post__image{
	margin: 0 !important;
	position: relative;
	overflow: hidden;
	padding: 0 !important;
}

.uagb-post-grid .uagb-post__image:after{
	content:'';
	width: 100%;
	height: 100%;
	position: absolute;
	display: block;
	z-index: 2;
	opacity: 0;
	background: linear-gradient(90deg, rgba(180, 54, 138, 0.75) 0%, rgba(105, 48, 190, 0.75) 100%);
	-webkit-transition: opacity 0.3s ease-in-out;
	-ms-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
	pointer-events: none;
}
.uagb-post-grid .uagb-post__image:hover:after{
	opacity: 1;
}

#posts .uagb-post__items {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px -30px -15px;
}

#posts article {
	width: 33.33%;
	padding: 0 15px;
	margin-bottom: 30px;
}

#posts .uagb-post-grid-byline {
	top: 190px;
}

#posts .uagb-post__title {
	margin-bottom: 15px;
}

#posts .uagb-post__title a {
	color: #045FAB;
}

#posts .uagb-post__cta {
	margin-top: 25px;
}
/******************* Media */

/* Image */

.wp-block-image {
	position: relative;
	text-align: center;
}

.wp-block-image:last-child {
	margin-bottom: 0;
}

.wp-block-image+h3 {
	margin-top: 15px;
}

.wp-block-image.align-left {
	margin-left: 0;
	float: none;
	text-align: left;
}

.wp-block-image.align-right {
	margin-right: 0;
	float: none;
	text-align: right;
}

.wp-block-image.img-full img {
	width: 100%;
}

.wp-block-image.size-small {
	height: 64px;
}

.wp-block-image.size-small img {
	max-width: 100%;
	max-height: 100%;
	width: auto !important;
}

.wp-block-image a {
	display: block;
}

.wp-block-image.size-full img {
	width: 100%;
}

.wp-block-image.is-style-rounded img {
	-webkit-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.1);
	border-radius: 20px;
}

.wp-block-image figcaption {
	background-color: #555556;
	color: white;
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;
	padding: 15px;
	text-align: left;
	margin-bottom: 40px;
}

.wp-block-image.is-style-rounded figcaption {
	background-color: #555556;
	color: white;
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	padding-top: 35px;
	padding-bottom: 15px;
	margin-top: -20px;
	text-align: left;
	padding-left: 15px;
	margin-bottom: 40px;
}

.wp-block-image:last-child figcaption {
	margin-bottom: 0;
}

.wp-block-image+p {
	margin-top: 25px;
}

.wp-block-image .alignleft{
	float: none;
	margin: inherit;
}

.wp-block-image .alignright{
	float: none;
	margin: inherit;
}

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

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

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

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


/* Fancybox */
.fancybox-arrow {
	opacity: 1 !important;
}

.fancybox-arrow:after {
	background-color: transparent;
	background-image: none;
	color: white;
	font-size: 20px;
}

.fancybox-arrow:hover:after {
	opacity: .5;
}

.fancybox-arrow--left:after {
	font-family: "Font Awesome 5 Pro";
	content: '\f105';
}

.fancybox-arrow--right:after {
	font-family: "Font Awesome 5 Pro";
	content: '\f105';
}

.fancybox-button--close {
	top: -40px;
	right: -15px;
	left: auto;
	position: absolute;
	background-color: transparent;
	opacity: 0;
}

.fancybox-button--close:hover {
	background-color: transparent;
	opacity: .5;
}

.fancybox-infobar {
	position: absolute;
	bottom: -30px;
	top: auto;
	padding: 0;
	right: 0;
	left: auto;
}

.fancybox-infobar button {
	display: none;
}

.fancybox-infobar__body {
	background-color: transparent;
	line-height: inherit;
	text-align: right;
	opacity: 0;
}

.fancybox-caption {
	border-top: 0;
	position: absolute;
	bottom: -30px;
	padding: 0;
	left: 0;
	opacity: 0;
}

.fancybox-slide--complete .fancybox-caption,
.fancybox-slide--complete .fancybox-infobar__body,
.fancybox-slide--complete .fancybox-button--close {
	opacity: 1;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

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

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}


/* Gallery & Carousels */
.gallery {
	clear: both;
	position: relative;
	max-width: 100%;
}

.gallery a {
	color: #555556;
}

.gallery.fullwidth .img-wrapper {
	width: 100%;
	margin: 10px auto;
	float: none;
}

.gallery.two-col .img-wrapper {
	width: 48%;
}

.gallery.three-col .img-wrapper {
	width: 31%;
}

.gallery.four-col .img-wrapper {
	width: 23%;
}

.gallery.five-col .img-wrapper {
	width: 18%;
}

.gallery.img-full img {
	min-height: 100%;
	min-width: 100%;
	max-width: none;
}

.gallery .img-wrapper {
	margin: 10px 8px;
	float: left;
	position: relative;
}

.gallery .img-wrapper .image {
	height: 210px;
	position: relative;
	overflow: hidden;
}

.gallery .img-wrapper img {
	margin: 0 auto;
	min-width: 100%;
}

.gallery.default {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px -15px -15px;
}

.gallery.default .img-wrapper {
	margin: 0 0 15px 0;
	padding: 0;
}

.gallery.default a {
	margin: 15px;
	display: block;
	position: relative;
	overflow: hidden;
	height: 100%;
}

.gallery.default[data-count="5"] .img-wrapper {
	width: 20%;
}

.gallery.default[data-count="4"] .img-wrapper {
	width: 25%;
}

.gallery.default[data-count="3"] .img-wrapper {
	width: 33.33%;
}

.gallery.default[data-count="2"] .img-wrapper {
	width: 50%;
}

.gallery.default[data-count="1"] .img-wrapper {
	width: 100%;
}

.gallery.slider {
	margin-bottom: 40px;
}

.gallery.slider .img-wrapper {
	margin: 0;
}

.gallery.slider .img-wrapper .image {
	height: 300px;
}

.gallery.slider img {
	margin: 0 auto;
	display: block;
}

.gallery.slider .slick-prev:before {
	font-family: "Font Awesome 5 Pro";
	content: '\f060';
	color: white;
}

.gallery.slider .slick-next:before {
	font-family: "Font Awesome 5 Pro";
	content: '\f061';
	color: white;
}


.gallery.content {
	float: left;
}

.gallery.content .slick-prev:before {
	font-family: "Font Awesome 5 Pro";
	content: '\f060';
	color: white;
}

.gallery.content .slick-next:before {
	font-family: "Font Awesome 5 Pro";
	content: '\f061';
	color: white;
}

.gallery.carousel {
	width: 100%;
	padding: 0 15px;
}

.gallery.carousel .slick-prev {
	left: 0;
}

.gallery.carousel .slick-next {
	right: 0;
}

.gallery.carousel .slick-prev:before {
	font-family: "Font Awesome 6 Pro";
	content: '\f177';
}

.gallery.carousel .slick-next:before {
	font-family: "Font Awesome 6 Pro";
	content: '\f178';
}

.gallery.caption-outer .img-wrapper:before {
	top: 44%;
}

.gallery .caption {
	font-size: 0.9em;
	text-align: center;
	margin: 0;
	padding: 10px 0;
	display: block;
}

.gallery.caption-inner .caption {
	color: #fff;
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}

.gallery.slick-dotted {
	margin-bottom: 0;
}

.slick-dots {
	left: 0;
	right: 0;
	width: auto;
	margin: 0 auto;
}

.slick-dots li button:before {
	font-size: 14px;
}

.slick-dots li.slick-active:first-child:last-child {
	display: none;
}

.ub_image_slider {
	margin: 0;
	padding-bottom: 30px;
}

.ub_image_slider .swiper-pagination {
	bottom: 0;
}

.ub_image_slider .swiper-wrapper {
	width: 100%;
}

.ub_image_slider .swiper-button-prev {
	left: 0;
}

.ub_image_slider .swiper-button-next {
	right: 0;
}

.ub_image_slider .swiper-button-prev:after {
	font-family: "Font Awesome 5 Pro";
	content: '\f060';
	color: #292b2c;
	font-size: 20px;
}

.ub_image_slider .swiper-button-next:after {
	font-family: "Font Awesome 5 Pro";
	content: '\f061';
	color: #292b2c;
	font-size: 20px;
}

.ub_image_slider .swiper-slide {
	margin: 0;
	height: 210px;
	padding: 0 30px;
	overflow: hidden;
	position: relative;
}

.ub_image_slider .swiper-slide img {
	position: relative;
	overflow: hidden;
}

.ub_image_slider .swiper-slide img {
	margin: 0 auto;
}

/* Scrolling Carousel */
.scrolling-carousel{
	width: 100%;
	overflow: hidden;
	display: flex;
	position: relative;
}
.scrolling-carousel .slider {
  display: flex;
  justify-content: space-between;
  width: 934px;
  align-items: center;
}
.scrolling-carousel .slick-list,
.scrolling-carousel .slick-track{
	width: 100%;
}
.scrolling-carousel .slide{
  text-align: center;
  width: auto;
	padding: 0 30px;
}
.scrolling-carousel figure{
	width: 100% !important;
	display: block !important;
}
.scrolling-carousel img {
  max-height: 30px !important;
  width: auto !important;
  display: block;
  margin: auto;
}

/* Blocks
--------------------------------------------- */

/* ****************************************** Tabbed Content */

p+.wp-block-ub-tabbed-content-holder{
	margin-top: 30px;
}
.wp-block-ub-tabbed-content-tab-title-wrap{
	width: 100%;
	text-align: center;
	justify-content: center;
	padding: 18px 15px;
	margin: 0;
	border-radius: 0;
	border: 1px solid #929595;
	border-right:0;
	position: relative;
	background-color: transparent;
}
.wp-block-ub-tabbed-content-tab-title-wrap:before{
	content: '';
	background-image: linear-gradient(to right, #B4368A, #6930BE, #6930BE, #045FAB);
	background-size: 300% 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	moz-transition: opacity .25s ease-in-out;
    -o-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out;
}
.wp-block-ub-tabbed-content-tab-title-wrap:last-child{
	border-right: 1px solid #929595;
}
.wp-block-ub-tabbed-content-tab-title{
	font-weight: 400;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #010101;
	moz-transition: color .25s ease-in-out;
    -o-transition: color .25s ease-in-out;
    -webkit-transition: color .25s ease-in-out;
    transition: color .25s ease-in-out;
	z-index: 2;
	position: relative;
}
.wp-block-ub-tabbed-content-tab-title-wrap.active{
	border-color: #B4368A !important;
}
.wp-block-ub-tabbed-content-tab-title-wrap.active:before{
	opacity: 1;
}
.wp-block-ub-tabbed-content-tab-title-wrap.active .wp-block-ub-tabbed-content-tab-title{
	color: white !important;
}
.wp-block-ub-tabbed-content-tab-title-wrap:hover .wp-block-ub-tabbed-content-tab-title,
.wp-block-ub-tabbed-content-tab-title-wrap:active .wp-block-ub-tabbed-content-tab-title{
	color: #B4368A;
}
.wp-block-ub-tabbed-content-tabs-content{
	padding: 40px 0 0 0;
}

/* Vertical Tabbed Content */
.wp-block-ub-tabbed-content-tab-holder.vertical-tab-width{
	width: 33.33%;
}
.wp-block-ub-tabbed-content-tabs-content.vertical-content-width{
	width: 66.66%;
	padding: 60px 0 60px 60px;
	background-color: #F7F7F7;
	position: relative;
}
.wp-block-ub-tabbed-content-tabs-content.vertical-content-width:after{
	content:'';
	background-color: #F7F7F7;
	width: 1000%;
	height: 100%;
	display: block;
	position: absolute;
	left: 100%;
	top:0;
}
.wp-block-ub-tabbed-content-tab-title-vertical-wrap{
	border-radius: 0;
	border: 0;
	padding: 15px !important;
}
.wp-block-ub-tabbed-content-tab-title-vertical-wrap .wp-block-ub-tabbed-content-tab-title{
	font-weight: 300;
	font-size: 20px;
	line-height: 24px;
	text-transform: none;
	letter-spacing: 0.02em;
	color: #010101;
	border-radius: 0;
	border: 0;
}
.wp-block-ub-tabbed-content-tab-title-vertical-wrap:hover .wp-block-ub-tabbed-content-tab-title{
	color: #B4368A;
}
.wp-block-ub-tabbed-content-tab-title-vertical-wrap.active{
	background-color: transparent !important;
	position: relative;
}
.wp-block-ub-tabbed-content-tab-title-vertical-wrap.active:before{
	top:0;
	content: '';
	width: 2px;
	height: 100%;
	background: rgb(180,54,138);
	background: -moz-linear-gradient(top,  rgba(180,54,138,1) 0%, rgba(105,48,190,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(180,54,138,1) 0%,rgba(105,48,190,1) 100%);
	background: linear-gradient(to bottom,  rgba(180,54,138,1) 0%,rgba(105,48,190,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4368a', endColorstr='#6930be',GradientType=0 );
	display: block;
	position: absolute;
	left: 0;
}

.wp-block-ub-tabbed-content-tab-title-vertical-wrap.active .wp-block-ub-tabbed-content-tab-title{
	color: #B4368A;
}
.wp-block-ub-tabbed-content-tabs-content.vertical-content-width h3:first-child{
	margin-top: -3px;
}


/* Buckets */

.buckets {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 -16px -30px -16px;
	max-width: 1200px;
	overflow: hidden;
	position: relative;
}
.buckets + .buckets{
	margin-top: 30px;
}

.bucket {
	display: flex;
	flex-direction: column;
	padding: 0 16px;
	margin-bottom: 30px;
}

.bucket a {
	display: block;
	background-color: white;
	color: #555556;
	position: relative;
	height: 250px;
}

.bucket a:hover,
.bucket a:active {
	color: #555556;
}

.bucket .image {
	width: 100%;
	height: 80px;
	position: relative;
	overflow: hidden;
}

.one-column .bucket {
	width: 100%;
}

.two-columns .bucket {
	width: 50%;
}

.three-columns .bucket {
	width: 33.33%;
}

.four-columns .bucket {
	width: 25%;
}

.five-columns .bucket {
	width: 20%;
}

/* Buckets Default */
.buckets-large {
	margin: 0 -15px -30px -15px;
	justify-content: flex-start;
	overflow: visible;
}

.buckets-large .bucket {
	padding: 0 15px;
	margin-bottom: 30px;
}

.buckets-large a {
	height: 350px;
	position: relative;
	overflow: hidden;
	text-decoration: none !important;
	border: 1px solid;
	border-image-slice: 1;
	border-width: 1px;
	border-color: transparent;
}

.buckets-large a:after {
	content: '';
	width: 100%;
	height: 80%;
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .75) 100%);
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .75) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .75) 100%);
	z-index: 2;
}

.buckets-large .image {
	height: 100%;
	width: 100%;
	display: flex;
	position: relative;
	margin-top: 0;
	transition: margin-top ease-in-out .25s;
}

.buckets-large .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.buckets-large .content {
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 3;
	top: 270px;
	background-color: transparent;
	text-align: left;
	display: flex;
	flex-direction: column;
	transition: all ease-in-out .25s;
}

.buckets-large .title {
	height: 60px;
	display: flex;
	text-align: left;
	align-items: center;
	padding: 0 15px;
}

.buckets-large p {
	color: #555556;
	text-align: left;
	margin-top: 0;
	opacity: 0;
	transition: opacity ease-in-out .25s;
	padding: 0 15px;
}

.buckets-large .h4 {
	display: block;
	text-align: left;
	color: white;
	margin: 0;
	font-size: 21px;
}
.buckets-large .button {
	margin: auto auto 0 auto;
	width: 100%;
	text-align: center;
	background-position: 100% 0%;
}

.buckets-large+.wp-block-buttons {
	margin-top: 35px;
}
.buckets-large.has-gallery{
	margin: 0;
}
.buckets-large .gallery.carousel{
	padding: 0 0 50px 0;
	gap: 0;
	margin: 0;
	min-width: 100%;
	max-width: none;
	width: auto;
	display: block;
	overflow: hidden;
}
.buckets-large .slick-list{
	margin: 0 -15px;
}
.buckets-large.has-pager,
.buckets-large.has-arrows{
	padding-bottom: 50px;
}
.buckets-large .slick-dots {
  width: 84%;
  position: absolute;
  bottom: 0;
  margin: 0 0 0 175px;
  display: flex;
  height: auto;
  line-height: inherit;
  background-color: transparent;
  right: 0;
  left: auto;
  top: 390px;
  max-width: 1200px;
}
.buckets-large .slick-dots li {
  width: 100%;
  height: 5px;
  border-radius: 0;
  position: relative;
  overflow: hidden;
  margin: 0;
	padding: 0;
}
.buckets-large .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
  border-radius: 0;
  height: 3px;
  background: linear-gradient(90deg, #B4368A 0%, #B4368A 100%);
}
.buckets-large .slick-dots li button:before {
  display: none;
}
.buckets-large .slick-dots li.slick-active button {
  background: linear-gradient(90deg, #B4368A 0%, #6930BE 100%);
  height: 3px;
}
.buckets-large .slick-dots li.slick-active ~ li button {
  height: 1px;
  background: #B0B3B1;
  top: 1px;
  position: relative;
  border-radius: 0;
}
.buckets-large .slick-prev {
  background-color: transparent;
  width: 40px;
  height: 40px;
  top: 390px;
  -webkit-transition: none 0.3s ease-in-out;
  -ms-transition: none 0.3s ease-in-out;
  transition: none 0.3s ease-in-out;
  left: 0;
}
.buckets-large .slick-prev:before {
	content: '\f177';
	color: #010101;
	opacity: 1;
	font-size: 34px;
    font-weight: 300;
}
.buckets-large .slick-prev:hover:before,
.buckets-large .slick-prev:active:before {
  color: #B4368A;
}
.buckets-large .slick-next {
  background-color: transparent;
  width: 40px;
  height: 40px;
  top: 390px;
  left: 0;
  margin-left: 80px;
  right: auto;
  -webkit-transition: none 0.3s ease-in-out;
  -ms-transition: none 0.3s ease-in-out;
  transition: none 0.3s ease-in-out;
}
.buckets-large .slick-next:before {
	content: '\f178';
	color: #010101;
	opacity: 1;
	font-size: 34px;
    font-weight: 300;
}
.buckets-large .slick-next:hover:before,
.buckets-large .slick-next:active:before {
  color: #B4368A;
}

/* Buckets Small */
.buckets-small {
	margin: 0 -15px -30px -15px;
	justify-content: flex-start;
}
.buckets-small .bucket {
	padding: 0 15px;
	margin-bottom: 30px;
}
.buckets-small a {
	position: relative;
	height: auto;
	background-color: transparent;
	text-align: left;
	text-decoration: none !important;
}
.buckets-small .image {
	height: 140px;
	width: 100%;
	display: flex;
	position: relative;
	z-index: 2;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.buckets-small .image:after{
	content:'';
	width: 100%;
	height: 100%;
	position: absolute;
	display: block;
	z-index: 2;
	opacity: 0;
	background: linear-gradient(90deg, rgba(180, 54, 138, 0.75) 0%, rgba(105, 48, 190, 0.75) 100%);
	-webkit-transition: opacity 0.3s ease-in-out;
	-ms-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}
.buckets-small .image img {
	width: 100%;
	height: 100%;
	margin: auto;
	object-fit: cover;
}
.buckets-small .content {
	margin-top: 20px;
	text-align: left;
	background-color: transparent;
	display: block;
}
.buckets-small .h6 {
	display: block;
	text-align: left;
	margin: 0 0 8px 0;
	color: #B4368A;
	-webkit-transition: color 0.25s ease-in-out;
	-ms-transition: color 0.25s ease-in-out;
	transition: color 0.25s ease-in-out;
}
.buckets-small p{
	font-weight: 300;
	font-size: 22px;
	line-height: 32px;
}


/* Buckets - Buttons */
.buckets-button {
	margin: 0 -15px -30px -15px;
	justify-content: flex-start;
}
.buckets-button .bucket {
	padding: 0 15px;
	margin-bottom: 30px;
}
.buckets-button a {
	background-color: white;
	font-weight: 300;
	font-size: 22px;
	line-height: 32px;
	text-decoration: none !important;
	border: 1px solid;
	border-image-slice: 1;
	border-width: 1px;
	border-image-source: linear-gradient(to right, #6930BE, #045FAB);
	transition: all ease-in-out .25s;
	height: 100px;
	background-size: 300% 100%;
	padding: 15px 39px;
	color: #010101 !important;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.buckets-button h4 {
	transition: all ease-in-out .25s;
	margin: 0;
}

.buckets-button i{
	font-size: 20px;
}

@media(min-width: 1200px) {
	.buckets-large a:hover,
	.buckets-large a:active{
		border-image-source: linear-gradient(to right, #B4368A, #6930BE);
	}
	.buckets-large a:hover .content,
	.buckets-large a:active .content {
		background-color: white;
		top: 0;
		padding-top: 15px;
	}
	.buckets-large a:hover .title,
	.buckets-large a:active .title {
		height: auto;
		padding-bottom: 10px;
	}
	.buckets-large a:hover .h4,
	.buckets-large a:active .h4 {
		color: #010101;
	}
	.buckets-large a:hover p,
	.buckets-large a:active p {
		opacity: 1;
	}
	
	.buckets-small a:hover .image:after,
	.buckets-small a:active .image:after {
		opacity: 1;
	}
	.buckets-button a:hover,
	.buckets-button a:active {
		color: white !important;
		background-image: linear-gradient(to right, #FFF, #FFF, #6930BE, #045FAB);
		border-image-source: linear-gradient(to left, #045FAB, #6930BE);
		background-position: 100% 0;
	}
	.buckets-button a:hover h4,
	.buckets-button a:active h4 {
		color: white;
	}

}

/* Testimonials */
.testimonials{
	position: relative;
}
.testimonials.slick-slider{
	padding-bottom: 60px;
}
.testimonials .item-inner{
	position: relative;
	padding-top: 70px;
	display: flex;
	flex-wrap: wrap;
}
.testimonials .item-inner:before{
	content:'';
	width: 64px;
	height: 52px;
	display: block;
	background: url("/wp-content/uploads/2022/08/quotations.svg")  center center no-repeat transparent;
	position: absolute;
	top: 0;
	left: 0;
}
.testimonials .logo{
	height: 35px;
	top: 15px;
	position: absolute;
	right: 0;
}
.testimonials .logo img{
	max-width: 200px;
	max-height: 100%;
}
.testimonials .quote{
	font-weight: 300;
	font-size: 22px;
	line-height: 32px;
}
.testimonials .author{
	font-weight: 500;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0.02em;
	margin-top: 20px;
	padding-right: 15px;
	width: 65%;
}
.testimonials .author:last-child{
	width: 100%;
	padding-right: 0;
}
.testimonials .photo{
	border-radius: 100%;
	width: 80px;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
	margin-left: auto;
    margin-right: 0;
}
.testimonials .photo img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.testimonials .slick-prev {
	background-color: transparent;
	width: 40px;
	height: 40px;
	top: auto;
	bottom:0;
	-webkit-transition: none 0.3s ease-in-out;
	-ms-transition: none 0.3s ease-in-out;
	transition: none 0.3s ease-in-out;
	left: 0;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}
.testimonials .slick-prev:before {
	font-family: "Font Awesome 6 Pro";
	content: '\f177';
	color: #010101;
	opacity: 1;
	font-size: 34px;
    font-weight: 300;
}
.testimonials .slick-prev:hover:before,
.testimonials .slick-prev:active:before {
  	color: #B4368A;
}
.testimonials .slick-next {
	background-color: transparent;
	width: 40px;
	height: 40px;
	top: auto;
	bottom: 0;
	left: 0;
	margin-left: 80px;
	right: auto;
	-webkit-transition: none 0.3s ease-in-out;
	-ms-transition: none 0.3s ease-in-out;
	transition: none 0.3s ease-in-out;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}
.testimonials .slick-next:before {
	font-family: "Font Awesome 6 Pro";
	content: '\f178';
	color: #010101;
	opacity: 1;
	font-size: 34px;
    font-weight: 300;
}
.testimonials .slick-next:hover:before,
.testimonials .slick-next:active:before {
  color: #B4368A;
}
.has-white-color .testimonials .slick-prev:before,
.has-white-color .testimonials .slick-next:before{
	color: white;
	opacity: .5;
}
.has-white-color .testimonials .slick-prev:hover:before,
.has-white-color .testimonials .slick-prev:active:before,
.has-white-color .testimonials .slick-next:hover:before,
.has-white-color .testimonials .slick-next:active:before{
	opacity: 1;
}


/* Icon List */
.icon-list ul li{
	list-style-type: none;
	padding-left: 28px;
	position: relative;
	margin-bottom: 20px;
}
.icon-list.space-small li{
	margin-bottom: 8px;
}
.icon-list.two-columns ul{
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
}
.icon-list.three-columns ul{
	-moz-column-count: 3;
	-webkit-column-count: 3;
	column-count: 3;
}
.icon-list.four-columns ul{
	-moz-column-count: 4;
	-webkit-column-count: 4;
	column-count: 4;
}
.icon-list ul li:before{
	display: none;
}
.icon-list ul li i{
	font-size: 16px;
	position: absolute;
	left: 0;
	top: 2px;
	margin-right: 10px;
}
.icon-list.light i:before{
	background: linear-gradient(90deg, #B4368A 0%, #6930BE 100%), #D9D9D9;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.icon-list.dark i:before{
	background: linear-gradient(90deg, #6930BE 0%, #045FAB 100%), #B4368A;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.icon-list.white i:before{
	background-color: white;
}
.icon-list.black i:before{
	background-color: #010101;
}
p + .icon-list{
	margin-top: 25px;
}
.icon-list.space-small + .link-wrapper{
	margin-top: 10px;
}
.icon-list + .wp-block-buttons,
.icon-list + .link-wrapper{
	margin-top: 20px;
}

/* Featured Team Member */
.featured-team-member{
	text-align: center;
	position: relative;
	padding-bottom: 20px;
}
.featured-team-member .image{
	width: 367px;
	height: 367px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: url(/wp-content/uploads/2022/08/gradient-circle.png) center center no-repeat transparent;
	background-size: contain;
	margin: auto;
}
.featured-team-member img{
	max-width: 300px;
	margin-top: -20px;
}
.featured-team-member .caption{
	width: 300px;
	height: auto;
	background-color: white;
	padding: 15px;
	display: block;
	margin: auto;
	position: absolute;
	bottom:0;
	left: 0;
	right: 0;
	text-align: left;
}
.featured-team-member h4,
.featured-team-member p{
	color: #010101;
	margin: 0;
}
.featured-team-member h4{
	margin-bottom: 6px;
}
.featured-team-member p{
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
}

/* Stats */
.stats{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 -15px -30px -15px;
}
.stats .item{
	text-align: center;
	padding: 0 15px;
	margin-bottom: 30px;
}
.stats.one-column .item {
	width: 100%;
}
.stats.two-columns .item {
	width: 50%;
}
.stats.three-columns .item {
	width: 33.33%;
}
.stats.four-columns .item {
	width: 25%;
}
.stats.five-columns .item {
	width: 20%;
}
.stats .number{
	font-weight: 300;
	font-size: 64px;
	line-height: 80px;
	letter-spacing: -0.02em;
}
.stats p{
	font-weight: 300;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 0.02em;
}

/* Logo Grid */
.logo-grid{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	border-top: 1px solid #E5E5E5;
	border-left: 1px solid #E5E5E5;
}
.logo-grid .item{
	flex: 1 0 auto;
}
.logo-grid a{
	display: flex;
	padding: 20px;
	height: 100%;
	border-bottom: 1px solid #E5E5E5;
	border-right: 1px solid #E5E5E5;
}
.logo-grid a:hover img{
	transform: scale(1.1);
}
.logo-grid img{
	max-height: 110px;
	max-width: 210px;
	margin: auto;
	transition: all .25s ease-in-out;
}

/* Tables */
.table-responsive {
	position: relative;
	overflow: auto;
	display: block;
	padding-bottom: 15px;
	border: 0;
}

.table-responsive::-webkit-scrollbar-track {
	border-radius: 5px;
	background-color: rgba(238, 238, 238, 1);
	height: 10px;
}

.table-responsive::-webkit-scrollbar {
	width: 12px;
	background-color: #eeeeee;
	height: 5px;
	border-radius: 10px;
}

.table-responsive::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: #B4368A;
}
.wp-block-table{
	margin-bottom:0;
}
.wp-block-table tbody tr:first-child td {
	background-color: white;
	font-weight: 500;
	color: #555556;
	text-align: left;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0.02em;
	padding: 15px;
}

.wp-block-table td {
	border: 1px solid #B0B3B1;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	padding: 15px;
	text-align: left;
	background-color: white;
	color: #555556;
	letter-spacing: 0.02em;
}

.wp-block-table td strong {
	color: #045FAB;
}

.wp-block-table+h6 {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 2px;
	letter-spacing: 0.02em;
}

.wp-block-table figcaption {
	font-size: 14px;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.02em;
}

.wp-block-column>.table-responsive table {
	width: 100%;
}

.wp-block-column>.table-responsive table th {
	font-weight: bold;
	color: white;
	text-align: center;
	font-size: 16px;
	line-height: 22px;
	padding: 15px;
	border: 1px solid #888B8D;
}

.wp-block-column>.table-responsive table td {
	border: 1px solid #888B8D;
	font-size: 16px;
	line-height: 22px;
	padding: 6px 10px;
	text-align: center;
	background-color: white;
}

.wp-block-column>.table-responsive table td strong {
	color: #045FAB;
}

.wp-block-column>.table-responsive table td strong em {
	color: #B4368A;
}

.wp-block-column>.table-responsive table+h6 {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 2px;
	letter-spacing: 0.02em;
	margin-top: 15px;
}

/* Forms
	 ========================================================================== */
.wpcf7-spinner {
	position: absolute;
}

.wpcf7-form .fieldset {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 0 -16px;
}

.wpcf7-form .input-group {
	display: flex;
	flex-direction: column;
	padding: 0 16px;
	margin-bottom: 15px;
}
.wpcf7-form .input-group br{
	display: none;
}
.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form input[type=number],
.wpcf7-form input[type=tel],
.wpcf7-form textarea,
.wpcf7-form select,
.wpcf7-form .bootstrap-select {
	color: #010101;
	font-size: 16px;
	line-height: 40px !important;
	background-color: transparent;
	border: 0;
	border-bottom: 1px solid #888B8D;
	border-radius: 0;
	width: 100%;
	height: 40px;
	margin: 0;
	padding: 0;
	display: block;
}

.wpcf7-form input[type=text]:focus,
.wpcf7-form input[type=email]:focus,
.wpcf7-form input[type=number]:focus,
.wpcf7-form input[type=tel]:focus,
.wpcf7-form textarea:focus,
.wpcf7-form select:focus {
	border-color: #555556;
}

.wpcf7-form textarea {
	line-height: 1em !important;
	height: 75px !important;
	padding: 0 !important;
	margin-top: 15px;
}

.wpcf7-form label {
	font-weight: 400;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 20px;
	color: #010101;
	display: none;
}

.wpcf7-form input::placeholder {
	font-weight: 400;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-size: 14px;
	color: #010101;
}

.wpcf7-form input:-ms-input-placeholder {
	font-weight: 400;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-size: 14px;
	color: #010101;
}

.wpcf7-form input::-ms-input-placeholder {
	font-weight: 400;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-size: 14px;
	color: #010101;
}

.wpcf7-form textarea::placeholder {
	font-weight: 400;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-size: 14px;
	color: #010101;
}

.wpcf7-form textarea:-ms-input-placeholder {
	font-weight: 400;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-size: 14px;
	color: #010101;
}

.wpcf7-form textarea::-ms-input-placeholder {
	font-weight: 400;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-size: 14px;
	color: #010101;
}

.wpcf7-form input[type=submit] {
	margin-top: 10px;
}

.wpcf7-not-valid-tip {
	color: #B4368A;
	font-size: 11px;
	font-weight: normal;
	margin-top: 0;
	position: absolute;
}

.wpcf7-not-valid {
	border-bottom-color: #B4368A !important;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #B4368A !important;
}

#quick-contact {
	position: relative;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}
#quick-contact .column:first-child {
	background: url("/wp-content/uploads/2022/08/map.jpg") center center no-repeat transparent;
	background-size: auto;
	padding-left: -webkit-calc(50vw - 608px);
	padding-left: -moz-calc(50vw - 608px);
	padding-left: calc(50vw - 608px);
	padding-right: 60px;
	padding-top: 60px;
	padding-bottom: 60px;
	width: 45%;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
}
#quick-contact .column:last-child {
	padding-right: -webkit-calc(50vw - 608px);
	padding-right: -moz-calc(50vw - 608px);
	padding-right: calc(50vw - 608px);
	background: linear-gradient(90deg, #6930BE 0%, #045FAB 100%), #010101;
	padding-left: 60px;
	padding-top: 60px;
	padding-bottom: 60px;
	width: 55%;
	display: flex;
	align-items: center;
}
#quick-contact h2 {
	margin: 0;
	max-width: 370px;
}
#quick-contact h5{
	margin-top: 30px;
	margin-bottom:20px;
}
#quick-contact ul{
	padding-left: 0;
	margin-left: 0;
	margin-bottom: 7px;
}
#quick-contact ul li{
	margin-bottom: 8px;
}
#quick-contact .wpcf7-form {
	margin: 0;
	padding: 0 0 15px 0;
	max-width: 100%;
	z-index: 3;
	position: relative;
}

#quick-contact .wpcf7-form input[type=text],
#quick-contact .wpcf7-form input[type=email],
#quick-contact .wpcf7-form input[type=number],
#quick-contact .wpcf7-form input[type=tel],
#quick-contact .wpcf7-form textarea,
#quick-contact .wpcf7-form select,
#quick-contact .wpcf7-form .bootstrap-select {
	border-bottom-color: rgba(255,255,255,.5);
	color: white;
}

#quick-contact label,
#quick-contact label .required,
#quick-contact .wpcf7-form p{
	color: white;
}
#quick-contact .wpcf7-form .error,
#quick-contact .wpcf7-form .errorMessage,
#quick-contact .wpcf7-not-valid-tip{
	color: #eea2d4;
	font-weight: normal;
	font-size: 11px;
    margin-top: 0;
}
#quick-contact .wpcf7-not-valid{
	border-bottom-color: #eea2d4 !important;
}
#quick-contact .wpcf7 form.invalid .wpcf7-response-output, 
#quick-contact .wpcf7 form.unaccepted .wpcf7-response-output, 
#quick-contact .wpcf7 form.payment-required .wpcf7-response-output{
	border-color: #eea2d4 !important;
	color: #eea2d4;
}
#quick-contact .wpcf7 form.sent .wpcf7-response-output{
	border-color: #46b450;
    color: white;
}
#quick-contact .wpcf7-form input[type=submit]:hover {
	background-color: white;
	border-color: white;
	color: #555556;
}
#quick-contact .wpcf7-form input::placeholder {
	color: white;
}
#quick-contact .wpcf7-form input:-ms-input-placeholder {
	color: white;
}
#quick-contact .wpcf7-form input::-ms-input-placeholder {
	color: white;
}
#quick-contact .wpcf7-form textarea::placeholder {
	color: white;
}
#quick-contact .wpcf7-form textarea:-ms-input-placeholder {
	color: white;
}
#quick-contact .wpcf7-form textarea::-ms-input-placeholder {
	color: white;
}

/* Custom Selects, Checkboxes & Radios */

.wpcf7-form .bootstrap-select {
	padding: 0;
	border: 0;
}

.wpcf7-form .bootstrap-select:focus,
.wpcf7-form .bootstrap-select button:focus {
	outline: 0 !important;
}

.wpcf7-form .bootstrap-select button {
	background-color: transparent;
	padding-left: 10px;
	line-height: 36px;
	border: 1px solid #d7d8d8;
	border-radius: 0;
	padding: 0 10px;
}

.wpcf7-form .bootstrap-select.open button,
.wpcf7-form .bootstrap-select.open button:hover,
.wpcf7-form .bootstrap-select button:active,
.wpcf7-form .bootstrap-select.open button:active,
.wpcf7-form .bootstrap-select.open button:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: transparent;
	border-radius: 0;
	border: 1px solid #292b2c;
}

.wpcf7-form .bootstrap-select button span {
	font-weight: normal;
	text-transform: none;
}

.wpcf7-form .bootstrap-select .dropdown-toggle .caret {
	border: 0;
	top: 4px;
	right: 20px;
}

.wpcf7-form .bootstrap-select button .caret:before {
	font-family: "Font Awesome 5 Pro";
	content: '\f107';
}

.wpcf7-form .bootstrap-select.open button .caret:before {
	content: '\f106';
}

.wpcf7-form .bootstrap-select .dropdown-menu {
	margin: 0 0 0 -1px;
	border-radius: 0;
	border: 1px solid #292b2c;
	padding: 0;
	background-color: #eeeeee;
}

.wpcf7-form .bootstrap-select .dropdown-menu a {
	padding: 8px 10px;
}

.wpcf7-form .bootstrap-select .dropdown-menu a:hover {
	background-color: #dddddd;
}

.wpcf7-form .bootstrap-select .dropdown-menu a:active,
.wpcf7-form .bootstrap-select .dropdown-menu a:focus {
	outline: 0;
}

.wpcf7-form .checkbox-container,
.wpcf7-form .radio-container,
.wpcf7-form .switch-container {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 15px;
	line-height: 24px;
	color: #292b2c;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.wpcf7-form .switch-container {
	padding-left: 60px;
}

.wpcf7-form .radio-container {
	width: 100px;
	float: left;
	display: block;
	margin-top: 10px;
}

.wpcf7-form .checkbox-container input,
.wpcf7-form .radio-container input,
.wpcf7-form .switch-container input {
	opacity: 0;
	position: absolute;
	cursor: pointer;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	z-index: 2;
}

.wpcf7-form .checkbox-container .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #fff;
	border: 1px solid #da3037;
	border-radius: 4px;
	line-height: 30px;
}

.wpcf7-form .radio-container .radio {
	position: absolute;
	top: 0;
	left: 0;
	height: 23px;
	width: 23px;
	background-color: #fff;
	border: 1px solid #da3037;
	border-radius: 23px;
	line-height: 30px;
	margin: 0;
}

.wpcf7-form .switch-container .switch {
	position: absolute;
	top: 0;
	left: 0;
	height: 23px;
	width: 50px;
	background-color: #d7d8d8;
	border: 1px solid #d7d8d8;
	border-radius: 23px;
	line-height: 30px;
	margin: 0;
}

.checkbox-container .checkmark:after,
.radio-container .radio:after,
.switch-container .switch:after {
	font-family: "Font Awesome 5 Pro";
	position: absolute;
	display: none;
}

.wpcf7-form .checkbox-container:hover input~.checkmark:after {
	content: '\f0c8';
	display: block;
	font-weight: bold;
	top: -3px;
	left: 6%;
	font-size: 23px;
	color: #da3037;
}

.wpcf7-form .radio-container:hover input~.radio:after {
	content: '\f111';
	display: block;
	font-weight: bold;
	top: -19%;
	left: 10%;
	font-size: 17px;
	color: #da3037;
}

.wpcf7-form .switch-container input~.switch:after {
	content: '\f111';
	display: block;
	font-weight: bold;
	top: -4px;
	left: 1px;
	font-size: 20px;
	color: #ffffff;
}

.checkbox-container input:checked~.checkmark:after,
.wpcf7-form .checkbox-container:hover input:checked~.checkmark:after {
	display: block;
	content: "\f14a";
	font-weight: bold;
	top: -3px;
	left: 6%;
	font-size: 23px;
	color: #da3037;
}

.radio-container input:checked~.radio:after,
.wpcf7-form .radio-container:hover input:checked~.radio:after {
	display: block;
	content: '\f111';
	font-weight: bold;
	top: -19%;
	left: 10%;
	font-size: 17px;
	color: #da3037;
}

.switch-container input:checked~.switch {
	background-color: #da3037;
	border-color: #da3037;
}

.switch-container input:checked~.switch:after {
	display: block;
	content: '\f111';
	font-weight: bold;
	top: -4px;
	right: 0;
	left: auto;
	font-size: 20px;
	color: #ffffff;
	border: 0;
}


/* Search Results */
.search-result {
	margin-bottom: 25px;
	counter-increment: searchresult;
	position: relative;
	padding-left: 40px;
	border-bottom: 1px solid #B0B3B1;
	padding-bottom: 30px;
}

.search-result:last-child {
	border-bottom: 0;
}

.search-result:before {
	content: counter(searchresult) ". ";
	color: #010101;
	font-weight: bold;
	position: absolute;
	left: 0;
	top: 0;
	font-weight: 300;
	font-size: 32px;
	line-height: 38px;
}

.search-result h3 {
	margin: 0;
}

.search-result h3 a {
	color: #045FAB;
	font-weight: 300;
	font-size: 32px;
	line-height: 38px;
}

.search-result p {
	margin-top: 15px;
}


/* Contact Info */
.contact-info p {
	position: relative;
	padding-left: 30px;
	margin-bottom: 16px;
}

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

.contact-info p i {
	color: #555556;
	position: absolute;
	left: 0;
	font-size: 16px;
	top: 2px;
	width: 25px;
	text-align: center;
}

.contact-info a {
	color: #010101;
	text-decoration: none;
}

/* Accordion */
.wp-block-ub-content-toggle{
	max-width: 767px;
	margin: auto;
}
.wp-block-ub-content-toggle-accordion{
	border: 0 !important;
	border-bottom: 1px solid #B0B3B1 !important;
}
.wp-block-ub-content-toggle-accordion-title-wrap{
	background-color: transparent !important;
}
.wp-block-ub-content-toggle-accordion .wp-block-ub-content-toggle-accordion-title{
	font-weight: 300;
	font-size: 20px;
	font-weight:bold;
	line-height: 24px;
	letter-spacing: 0.02em;
	color: #010101 !important;
	padding:0;
}
.wp-block-ub-content-toggle-accordion-title-wrap .wp-block-ub-content-toggle-accordion-state-indicator{
	color: #045FAB;
}
.wp-block-ub-content-toggle-accordion-content-wrap{
	padding: 20px 20px 20px 0;
	position: relative;
}
.wp-block-ub-content-toggle-accordion-content-wrap:after{
	content:'';
	height: 1px;
	width: 100%;
	display: block;
	background: linear-gradient(90deg, #B4368A 0%, #6930BE 100%);
	position: absolute;
	bottom:0;
	left:0;
}
.wp-block-ub-content-toggle + .wp-block-buttons{
	margin-top: 30px;
}
    

/* Team ========================================================================== */
#team{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px -30px -15px;
}
#team .item{
	width: 25%;
	margin-bottom: 30px;
	padding: 0 15px;
	text-align: center;
}
#team .item-inner{
	height: 100%;
}
#team .image{
	height: 268px;
	width: 100%;
	overflow: hidden;
	display: block;
	position: relative;
}
#team .image:after{
	content:'';
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	position: absolute;
	display: block;
	z-index: 2;
	opacity: 0;
	background: linear-gradient(90deg, rgba(180, 54, 138, 0.75) 0%, rgba(105, 48, 190, 0.75) 100%);
	-webkit-transition: opacity 0.3s ease-in-out;
	-ms-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}
#team img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#team .intro{
	padding: 15px 0 0 0;
	text-align: left;
}
#team h3{
	margin-bottom: 8px;
}
#team .link{
	cursor: pointer;
	margin-bottom: -15px;
}
#team .bio{
	display: none;
}
@media(min-width: 1200px){
	#team .image:hover:after,
	#team .image:active:after{
		opacity: 1;
	}
}
#team-modal .modal-dialog{
	width: 100%;
	max-width: 900px;
	margin-top: 70px;
}
#team-modal .modal-content{
	display: flex;
	flex-wrap: wrap;
	padding: 30px;
	position: relative;
}
#team-modal .close{
	position: absolute;
	position: absolute;
    right: 15px;
    top: 10px;
    opacity: 1;
	text-shadow: none;
	color: #045FAB;
	font-weight: normal;
}
#team-modal .close:hover{
	opacity: .6;
}
#team-modal .modal-column-1{
	width: 30%;
}
#team-modal .modal-column-2{
	width: 70%;
	padding-left: 30px;
}
#team-modal .image{
	max-height: 268px;
	width: 100%;
	overflow: hidden;
}
#team-modal img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#team-modal .intro{
	padding-top: 15px;
}
#team-modal h3{
	margin-bottom: 8px;
}


/* Accents
	 ========================================================================== */
.underline{
	position: relative;
	padding-bottom: 15px;
}
.underline:after{
	content:'';
	height: 2px;
	width: 200px;
	display: block;
	background: linear-gradient(90deg, #B4368A 0%, #6A30BE 100%);
	bottom:0;
	left: 0;
	position: absolute;
}
.underline + p.large,
.underline + .wp-block-columns{
	margin-top: 25px;
}
.gradient{
	position: relative;
	background-color: #045FAB;
}
.gradient:before{
	content: '';
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    display: block;
    position: absolute;
    z-index: 2;
	background: -moz-linear-gradient(left,  rgba(4,95,171,1) 0%, rgba(4,95,171,1) 50%, rgba(4,95,171,0.46) 100%);
	background: -webkit-linear-gradient(left,  rgba(4,95,171,1) 0%,rgba(4,95,171,1) 50%,rgba(4,95,171,0.46) 100%);
	background: linear-gradient(to right,  rgba(4,95,171,1) 0%,rgba(4,95,171,1) 50%,rgba(4,95,171,0.46) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#045fab', endColorstr='#75045fab',GradientType=1 );
}
.gradient:after{
	content: '';
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 2;
    background: url(/wp-content/uploads/2022/08/colored-cta-background.jpg) center center no-repeat;
	mix-blend-mode: hue;
    background-size: cover;
}
.gradient > div{
	z-index: 3 !important;
	position: relative;
}
.offset{
	position: relative;
}
.offset:before{
	content: '';
    width: 100%;
    height: 100%;
    background-color: #045FAB;
	background: url(/wp-content/uploads/2022/08/square-for-behind-image.jpg) center center no-repeat;
	background-size: cover;
    display: block;
    top: 15px;
	left: auto;
    right: -15px;
    position: absolute;
}
.offset img{
	position: relative;
	z-index: 3;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

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

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}
.intro .fa-linkedin-square {
	color: #0077b5;
	font-size: 18px;
	position: relative;
	font-family: 'fontawesome';
}
.intro .fa-linkedin-square::before {
	content: "\f08c";
}
.teamPageTitle h2 {
    font-family: 'Rubik', sans-serif;
    margin-bottom: 30px;
    border-bottom: 1px solid #ede7e7;
    padding-bottom: 20px;
}
.item-inner .linkedinlink {
	display: none;
}
#team-modal .intro .linkedinlink {
    display: inline-flex;
    align-items: center;
}
#team-modal .intro .large span {
	margin-right: 5px;
}
@media (max-width: 767px) {
	.teamPageTitle h2 {
		border-bottom: none;
   		padding-bottom: 0;
	}
}
/* Our Leadership Page Styles */
#ourTeam {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px -30px -15px;
}
#ourTeam .item {
    width: 25%;
    margin-bottom: 30px;
    padding: 0 10px;
    text-align: center;
}
#ourTeam .item-inner {
	height: 100%;
    background: #f9f9f9;
    text-align: center;
    padding-top: 20px;
    position: relative;
}
#ourTeam .item .item-inner:hover:before {
    content: "";
    position: absolute;
    top: 0;
    transition: all .3s ease;
    background-image: linear-gradient(to right, #6930BE, #045FAB, #B4368A, #6930BE);
    width: 100%;
    height: 3px;
    left: 0;
}
#ourTeam .image {
    height: auto;
    width: 100%;
    overflow: hidden;
    display: block;
    position: relative;
}
#ourTeam .intro {
    padding: 15px 10px 20px;
    text-align: center;
}
#ourTeam h3 {
    margin-bottom: 8px;
}
#ourTeam img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#ourTeam .item-inner .link-wrapper .link {
	display: none;
}
#ourTeam .item-inner:hover .link-wrapper .link {
	display: block;
}
#ourTeam .link {
    cursor: pointer;
    color: #ffffff;
    padding: 10px;
    width: 100%;
	background-image: linear-gradient(to right, #6930BE, #045FAB, #B4368A, #6930BE);
    color: white;
    background-size: 300% 100%;
    background-position: 100% 0;
    moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    position: relative;
    text-decoration: none;
}
#ourTeam .profileImg {
    position: relative;
    border-radius: 50%;
    height: 220px;
    overflow: hidden;
    width: 220px;
    margin: 0 auto;
}
#ourTeam .link:before {
	display: none;
}
#ourTeam .link-wrapper {
    display: flex;
    position: absolute;
    width: 100%;
    bottom: 2px;
    align-items: center;
}
#ourTeam .link-wrapper:last-child {
	margin: 0;
}
#ourTeam .bio {
    display: none;
}
.ourTeamPageTitle h2 {
    font-family: 'Rubik', sans-serif;
    margin-bottom: 30px;
    border-bottom: 1px solid #ede7e7;
    padding-bottom: 20px;
}
#our-team-modal .modal-dialog {
    width: 100%;
    max-width: 900px;
    margin-top: 70px;
}
#our-team-modal .modal-content {
    display: flex;
    flex-wrap: nowrap;
    padding: 40px;
    position: relative;
    flex-direction: row;
}
#our-team-modal .close {
    position: absolute;
    position: absolute;
    right: 15px;
    top: 10px;
    opacity: 1;
    text-shadow: none;
    color: #045FAB;
    font-weight: normal;
}
#our-team-modal .modal-column-1 {
    width: 30%;
}
#our-team-modal .modal-column-2 {
    width: 70%;
    padding-left: 30px;
}
#our-team-modal .image {
    max-height: 268px;
    width: 100%;
    overflow: hidden;
}
#our-team-modal img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#our-team-modal .intro {
    padding-top: 15px;
}
#our-team-modal h3 {
    margin-bottom: 8px;
}
#our-team-modal .intro .linkedinlink {
    display: inline-flex;
    align-items: center;
}
#our-team-modal .modal-content .mfp-close {
    font-size: 26px;
    height: 36px;
    width: 36px;
    background-color: transparent!important;
    border: 2px solid rgba(0,0,0,.2);
    color: rgba(0,0,0,.3);
    position: absolute;
    right: 10px;
    line-height: 29px;
    top: 10px;
    opacity: 1;
    text-shadow: none;
    /* color: #045FAB; */
    font-weight: normal;
    border-radius: 20px;
    text-align: center;
}
#our-team-modal .modal-column-1 .large span {
	margin-right: 5px;
}
#our-team-modal .modal-content .mfp-close:hover {
	text-decoration: none;
	border-color: rgba(0,0,0,.6);
    color: rgba(0,0,0,.7);
}
.quoteMessage h3 {
    font-size: 46px;
    line-height: 60px;
    font-weight: bold;
	text-align: center;
}
.quoteMessage h3 strong {
    font-size: 64px;
    background: linear-gradient(to right, #045FAB, #B4368A);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.quoteMessage .quotesymbole {
	font-size: 66px;
}
.quoteMessage h3 span {
    font-size: 30px;
	font-weight: normal;
}