/*!
Theme Name: i-3Consulting
Author: TopSpot
Description: TopSpot theme for i-3Consulting.
Version: 1.0.0
Tested up to: 7.3
Requires PHP: 7.3+
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: i3consulting
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.

This theme 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
------------------------------------------------------
font-family: "Peridot PE Variable";
font-weight: 500, 700;
font-style: normal;
.example {
  font-family: "peridot-pe-variable",sans-serif;
  font-variation-settings: 'wght' 400, 'wdth' 100, 'ital' 0;
}
font-family: "Poppins";
font-weight: 300; 400, 500, 600;
font-style: normal;

White - #ffffff
Light Gray - #dddddd;
Dark Gray - #333333;
Black - #464646;
	
>>> 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
		- Video
	- Galleries
		- Scrolling Carousel
	- Blocks
		- Tabbed Content
		- Buckets
		- Testimonials
		- Icon List
		- Stats
		- Files
	- Tables
	- Forms
	- Search Results
	- Contact Info
	- Team
	- Accordion
	- Accents
# Utilities
	- Accessibility

--------------------------------------------------------------*/
:root{
	--Brand-Blue: #008BFE;
	--Brand-Dark-Blue:#003CB1;
	--Brand-Navy: #002551;
	--Text-Black: #464646;
	--font-heading: "peridot-pe-variable",sans-serif;
	--font-primary: "Poppins";
}
.tri-tabbed {
	padding-top: 65px;
	padding-bottom: 65px;
}
.tri-tabs {
	position: relative;
	height: 400px;
	width: 370px;
	margin: 0 auto;
}
.tab-slides-container {
	overflow: hidden;
}

.tab-slides {
	display: flex;
	transition: transform 0.5s ease;
}
span.brand-blue{
	color: var(--Brand-Blue);
	padding: 0px 5px;
}
.tab {
	flex: 0 0 100%;
}
.tab-content {
	padding-right: 50px;
}
.pagination-nav {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-top: 10px;
}

.pagination-nav button {
	background: none;
	border: none;
	font-size: 1.5em;
	cursor: pointer;
}
.pagination-nav button i{
	color: var(--Brand-Blue);
	font-size: 18px;
}
.pagination-info {
	margin: 0 15px;
	font-size: 1.2em;
}
.tri-tabbed .tab{
	width: 100%;
}
.tri-tabbed .tab:nth-child(2){
	padding-left:20px;	
}
.tri-tabbed .tab:nth-child(3){
	padding-left:40px;	
}
img.tri-logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.tri-tabs .tab-item {
	position: absolute;
	cursor: pointer;
}
.tri-tabs .tab-item:hover{
	z-index: 2;
}
.tab-header{
	margin-bottom: 32px;
}
.tri-tabbed .heading,
.tri-tabbed .subheading{
	color:#000!important;
}
.tri-tabbed .subheading{
	padding-right: 30px;
}
.tri-tabs .tab-item > img {
	width: 60px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.tri-tabs .tab-item.identify img {
	left: 60%;
	top: 40%;
}
.tri-tabs .tab-item.implement img {
	left: 25%;
	top: 65%;
}
.tri-tabs .tab-item.innovate img {
	left: 70%;
	top: 67%;
	width: 59px;
}
.tri-tabs .tab-item.identify {
	top: -20px;
	left: 25px;
	width: 275px;
	height: 240px;
	transition: 0.2s top ease;
	background: url(../../uploads/2024/06/identify-inactive.svg) no-repeat center 100%;
}
.tri-tabs .tab-item.identify.active,
.tri-tabs .tab-item.identify:hover{
	top: -25px;
	transition: 0.2s top ease;
	background: url(../../uploads/2024/06/identify-active.svg) no-repeat center 100%;
}
.tri-tabs .tab-item.implement {
	left: 0;
	top: 145px;
	height: 205px;
	width: 240px;
	background: url(../../uploads/2024/06/implement-inactive.svg) no-repeat center;
	transition: 0.2s top ease;
}
.tri-tabs .tab-item.implement.active,
.tri-tabs .tab-item.implement:hover {
	top: 135px;
	transition: 0.2s top ease;
	background: url(../../uploads/2024/06/implement-active.svg) no-repeat center;
}
.tri-tabs .tab-item.innovate {
	left: 155px;
	top: 100px;
	height: 250px;
	width: 220px;
	transition: 0.2s top ease;
	background: url('../../uploads/2024/06/innovate-inactive.svg') no-repeat center 100%;
}
.tri-tabs .tab-item.innovate.active,
.tri-tabs .tab-item.innovate:hover{
	top: 95px;
	transition: 0.2s top ease;
	background: url('../../uploads/2024/06/innovate-active.svg') no-repeat center 100%;
}
.tab-header h2 {
	margin: 0;
}
/*--------------------------------------------------------------
# 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;
}
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;
}
* {
	-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;
}
input,
textarea,
a,
.btn,
button {
	outline: none;
}
input[type="file"]:focus {
	cursor: pointer;
}
.skip-link {
	display: none;
}

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


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

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

.has-white-background-color{
	background-color: #ffffff;
}
.has-lightgray-background-color{
	background-color: #dddddd;
}
.has-darkgray-background-color{
	background-color: #333333;
}
.has-black-background-color{
	background-color: #464646;
}
.has-darkblue-background-color{
	background-color: #002551;
}
.has-darkblue-background-color *{
	color:#fff !important;
}

.duo-heading-border h1 {
	margin-bottom: 12px;
	color: #000;
}
.duo-heading-border {
	position: relative;
	padding-left: 40PX;
}
.duo-heading-border:before {
	content: '';
	height: 40px;
	width: 2px;
	background: var(--Brand-Blue);
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.duo-heading-border h4 {
	color: var(--Text-Black, #464646);
}
/* Typography
--------------------------------------------- */
.subheading{
	color: var(--Text-White, #FFF);
	font-family: var(--font-primary);
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%; /* 16.8px */
	letter-spacing: 1.68px;
	text-transform: uppercase;
}
.subheading span.number{
	color: var(--Brand-Blue, #008BFE);
	font-family: Poppins;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: inherit;
	letter-spacing: 2.16px;
	text-transform: uppercase;
	margin-right: 10px;
}
.heading {
	position: relative;
	padding-left: 36px;
}
.heading:before {
	content: '';
	width: 2px;
	height: 36px;
	background: var(--Brand-Blue);
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	margin-top: -18px;
}
.split-header .heading{
	padding:0 36px 0 0;
	margin:0;
}
.split-header .heading:before{
	left:auto;
	right:0;
}
.split-header .heading + .subheading{
	color:#000;
	padding-left:30px;
}
h1,.h1, h2,.h2, h3,.h3, h4,.h4, h5,.h5 , h6,.h6 {
	color: var(--Text-Black, #464646);
	font-family: var(--font-heading);
	font-style: normal;
	font-weight: 700;
	margin-top: 0px;
}
h1,.h1 {
	font-size: 48px;
	line-height: 120%; /* 57.6px */
	letter-spacing: -0.96px;
	text-transform: capitalize;
	font-variation-settings: 'wght' 700, 'wdth' 100, 'ital' 0;
}
h2,.h2 {
	font-size: 40px;
	line-height: 48px; /* 120% */
	text-transform: capitalize;
	font-variation-settings: 'wght' 700, 'wdth' 100, 'ital' 0;
}
h3,.h3 {
	font-size: 32px;
	line-height: 120%; /* 38.4px */
	font-variation-settings: 'wght' 700, 'wdth' 100, 'ital' 0;
}
h4,.h4 {
	font-size: 24px;
	line-height: 120%; /* 28.8px */
	text-transform: capitalize;
}
h5,.h5 {
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%; /* 24px */
}
h6,.h6 {
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%; /* 16.8px */
}
.wp-block-uagb-container p:nth-child(1):nth-last-child(1),
.wp-block-uagb-container p:last-child{
	margin-bottom: 16px;
}
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 {
	color: var(--Text-Black, #464646);
	font-family: var(--font-primary);
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 24px; /* 150% */
	letter-spacing: 0.32px;
}
p+p {
	margin-top: 20px;
}
p+.wp-block-buttons,
p+.wp-block-columns {
	margin-top: 25px;
}

a {
	color: #464646;
}

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

ol a:hover,
ul a:hover,
p a:hover {
	color: #333333;
	text-decoration: underline;
}

.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 20px;
	padding: 0 0 0 0;
	position: relative;
	font-size: 16px;
	line-height: 22px;
	color: #464646;
}
.wp-block-column ul li:last-child{
	margin-bottom: 0;
}
.wp-block-column ul li a {
	color: #464646;
	text-decoration: underline;
}
.wp-block-column ul li a:hover,
.wp-block-column ul li a:active,
.wp-block-column ul li a:focus{
	color: #333333;
	text-decoration: underline;
}
.wp-block-column ul li:before {
	/*content: '';*/
	width: 12px;
	height: 12px;
	border-radius: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 5px;
	border: 1px solid #464646;
}
.tel {
	pointer-events: none;
	text-decoration: none;
}
ul.breadcrumbs {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	padding: 0 0 20px;
	margin: 0;
}
ul.breadcrumbs li:first-child a i{
	color: var(--Brand-Navy, #002551);
}
ul.breadcrumbs li,
ul.breadcrumbs li a{
	position: relative;
	color: var(--Text-Black, #464646);
	font-family: var(--font-primary);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px; /* 142.857% */
	letter-spacing: 0.28px;
}
ul.breadcrumbs li a:hover{
	color: var(--Brand-Navy, #002551);
	text-decoration: none;
}
ul.breadcrumbs li a{
	padding-right: 40px;
	margin-right: 20px;
}
ul.breadcrumbs li a:after{
	content: '';
	width: 16px;
	height: 1px;
	background: #D3D4D8;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

/* Scaffolding
--------------------------------------------- */
body {
	color: #464646;
	font-size: 16px;
	line-height: 22px;
	margin: 0 !important;
	overflow-x: hidden;
	padding-top:135px;
}

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

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

/* Start Scaffolding */
.constrain {
	max-width: 1200px;
	margin: 0 auto;
}

.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
--------------------------------------------- */
.wp-block-button__link {
	
}
.is-style-outline .wp-block-button__link {
	
}

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

/* Navigation
--------------------------------------------- */
/* Header */
body.logged-in #header {
	top: 32px;
}
#header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	/* height: 123px; */
	z-index: 999;
	background-color: white;
	box-shadow: 0px 6px 12px 0px rgba(0, 36, 90, 0.10);
	padding:13px 0;
}
#header .constrain {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	position: relative;
	width: 100%;
}
#header nav{
	position: relative;
}
#header nav>div>ul {
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: space-between;
}
#header nav>div>ul>li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;
}
#header nav>div>ul>li>a {
	display: block;
	padding: 18px 13px;
	position: relative;
	color: var(--Text-Black, #464646);
	font-family:var(--font-heading);
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%; /* 24px */
}
.project-results-table img {
	width: 80px;
	display: block;
}
@media(max-width: 600px){
	.project-results-table img{
		margin: 0 auto;
	}
}
.project-results-table *{
	color: #fff;
}
.wp-block-uagb-container ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.wp-block-uagb-container ul li {
	position: relative;
	margin-bottom: 12px;
}
.wp-block-uagb-container li:before {
	content: '\f0c8';
	font-family: 'Font Awesome 5 Pro';
	font-weight: 600;
	color: var(--Brand-Blue);
	font-size: 10px;
	padding-right: 12px;
}
/* #header nav>div>ul>li:first-child>a{
	padding-left: 0;
}
#header nav>div>ul>li:last-child>a{
	padding-right: 0;
}
#header nav>div>ul>li:hover>a {
	text-decoration: none;
}
#header nav>div>ul>li:hover ul {
	max-height: 500px;
} */
/* ul#menu-header > li > ul > li > ul {
	display: none;
	position: absolute;
	left: 100%;
	top: 0;
	background: #fff;
	width: 430px;
}
ul#menu-header > li > ul > li:hover > ul{
	display: block;
}

#header 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: -23px;
}
#header nav>div>ul>li>ul>li:first-child {
	padding-top: 15px;
}
#header nav>div>ul>li>ul>li:last-child {
	padding-bottom: 15px;
}
/* First Level 
#header nav>div>ul>li>ul>li>a {
	display: block;
	padding: 5px 25px;
	white-space: nowrap;
}
#header nav>div>ul>li>ul>li>a:hover,
#header nav>div>ul>li>ul>li>a:active {

}
#header nav>div>ul>li>ul>li>ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#header nav>div>ul>li>ul>li>ul>li {
	margin: 0;
	padding: 0 0 0 15px;
	list-style-type: none;
}
#header nav>div>ul>li>ul>li>ul a {
	display: block;
	padding: 5px 25px;
}
#header nav>div>ul>li>ul>li>ul a:hover,
#header nav>div>ul>li>ul>li>ul a:active {
	
} */
/* Basic styling */
#header .menu {
	list-style: none;
	padding: 0;
	margin: 0;
}

/* First level dropdown */
#menu-header > .menu-item > .sub-menu {
	max-height: 0;
	position: absolute;
	top: 100%;
	left: 0;
	background: #fff;
	list-style: none;
	padding: 20px 0;
	margin: 0;
	opacity: 0;
	width: 400px;
	visibility: hidden;
	transition: max-height 0.5s ease, opacity 0.5s ease, visibility 0.5s, transform 0.5s ease;
	z-index: 4;
	transform: translateY(-10px);
}
#menu-header > li > a:hover{
	text-decoration: none;
}
#menu-header > .menu-item > .sub-menu > .menu-item:hover > .sub-item{
	width: 400px;
}
/* Tertiary level dropdown */
.menu-item .sub-menu .sub-menu {
	width: 400px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	list-style: none;
	padding: 32px 16px;
	margin: 0;
	display: none;
	/* overflow: visible; */
	/* opacity: 0;
	visibility: hidden;
	transition: left 0.5s ease, opacity 0.5s ease, visibility 0.5s, transform 0.5s ease, z-index 0.5s ease 300ms;
	transform: translateX(-10px);
	z-index: -99999; */
}

#menu-header .menu-item .sub-menu > .menu-item:hover > .sub-menu {
	display: block;
	left: 98%;
	z-index: 1;
	top: -1px;
	padding: 20px 0;
}
#menu-header > li#menu-item-3441 .sub-menu .menu-item:hover .sub-menu{
	left: -100%;
}
#menu-header > li > ul > li{
	position: static;
}
#menu-header li#menu-item-3443 >  ul{
	height: 300px;
}
#menu-header > li > ul{
	border-top: 1px solid var(--Brand-Blue, #008BFE);
	background: var(--Text-White, #FFF);
	box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.10);
	
}
#menu-header > li > ul ul {
	box-shadow: 14px 4px 8px 0px rgba(0, 0, 0, 0.04);
	height: 300px;
	border-left: 1px solid #E6E6E6;
}
#menu-header li.menu-item:hover > .sub-menu {
	max-height: 500px; /* Adjust based on content */
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
ul.sub-menu > li > a{
	width: 100%;
	color: var(--Text-Black, #464646);
	font-family:var(--font-heading);
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 100%; /* 18px */
	letter-spacing: 0.36px;
	text-transform: capitalize;
	position: relative;
	display: block;
	padding: 16px 20px;
}
#menu-header > li:hover > a{
	color: var(--Brand-Blue);
}
#menu-header > li > ul > li > a:after{
	content: '\e09f';
	font-family: 'Font Awesome 6 Pro';
	font-weight: 400;
	margin-left:10px;
}
#menu-header > li > ul > li:hover > a{
	color: var(--Brand-Blue);
}
#menu-header > li > ul > li > ul > li{
	margin-bottom:0px;
}
#menu-header > li > ul > li > ul > li > a{
	display: inline-block;
	padding: 12px 24px;
}
#header ul.sub-menu > li > a:hover,
#menu-header > li > ul > li > ul > li > a:hover{
	color: var(--Brand-Blue);
	text-decoration: none;
}
#header .search-trigger,
#header .menu-trigger{
	font-size:30px;
	font-weight: 600;
	padding: 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;
}
#header .menu-trigger{
	padding:0 20px;
}
#header .search-trigger.active i:before{
	content: '\f00d';
}
#header .search-trigger i{
	font-weight: bold;
}
#header .search-trigger:hover{
	opacity: .75;
}
#header .search-form {
	position: relative;
	width: 410px;
	max-width: 100%;
}
#header .tel {
	color: var(--Text-Black, #464646);
	font-family: var(--font-heading);
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
}
#header .tel i{
	color: var(--Brand-Blue);
}
#header .search-form input{
	vertical-align:middle;
	background:none;
	border:none;
	box-shadow:none;
	line-height:48px;
	height:48px;
	width:100%;
	padding:0 50px 0 20px;
	border-radius: 62px;
	border: 1px solid var(--UI-Dark-Grey, #D3D4D8);
	display:inline-block;
}
#header .search-form input:focus{
	border-color: #464646;
	-webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
#header .search-form button{
	width: 48px;
	height: 48px;
	background: transparent;
	position: absolute;
	right:0;
	top: 0;
	display: block;
	margin: 0;
	font-size: 0;
	text-align: center;
	border: 0;
}
#header .search-form button:after{
	font-family: "Font Awesome 6 Pro";
	content:'\f002';
	color: var(--Brand-Blue);
	width: 48px;
	height: 48px;
	text-align: center;
	line-height: 46px;
	position: absolute;
	font-size: 16px;
	left: 0px;
	top:1px;
	right: 0;
}
#header .search-form button:focus{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
#header .search-form input::placeholder { 
	font-size: 16px;
    color: #dddddd;
}
#header .search-form input:-ms-input-placeholder { 
	font-size: 16px;
    color: #dddddd;
}
#header .search-form input::-ms-input-placeholder {
	font-size: 16px;
    color: #dddddd;
}

/* Search Dropdown */
#search-dropdown {
	position: fixed;
	width: 300px;
	max-width: 100%;
	display: block;
	background-color:var(--Brand-Navy);
	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: #464646;
	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: 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: #464646;
  font-size: 16px;
}
#search-dropdown input:-ms-input-placeholder {
  color: #464646;
  font-size: 16px;
}
#search-dropdown input::-ms-input-placeholder {
  color: #464646;
  font-size: 16px;
}

/* Mobile Menu */
/* body.logged-in #mobile-menu {
	top: 112px;
} */
.utility-nav{
	list-style: none;
	padding:0;
	margin:0;
	justify-content: space-between;
	width: 30%;
}
.utility-nav li a{
	color: var(--Text-Black, #464646);
	font-family: var(--font-primary);
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 24px; /* 150% */
	letter-spacing: 0.32px;
}
#mobile-menu {
	position: fixed;
	top: 160px;
	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;
}
body.logged-in #mobile-menu{
	top: 190px;
}
#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 #dddddd;
}
#mobile-menu ul li.menu-item-3593{
	margin:30px 0 0;
	border:none;
}
#mobile-menu ul li.menu-item-3593 >a{
	width: auto;
	text-align: center;
}
#mobile-menu ul li a {
	width: 90%;
	color: #464646;
	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: #464646;
	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: #333333;
}
/* 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;
	text-transform: none;
	padding: 5px 0;
	color: #464646;
}
#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: #464646;
}
/* 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: #464646;
	width: 100%;
	padding: 0 50px 0 20px;
	border: 1px solid #dddddd;
	border-radius: 30px;
	display: inline-block;
}
#mobile-menu .search-form input:focus {
	border-color: #333333;
	-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: #333333;
	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;
}
#mobile-menu .search-form input::placeholder {
	font-weight: 400;
	font-size: 16px;
	color: #464646;
}
#mobile-menu .search-form input:-ms-input-placeholder {
	font-weight: 400;
	font-size: 16px;
	color: #464646;
}
#mobile-menu .search-form input::-ms-input-placeholder {
	font-weight: 400;
	font-size: 16px;
	color: #464646;
}

/* Footer */
.footer-top p{
	font-weight: 300;
}
.footer-top i{
	color: var(--Brand-Blue);
}
#footer {
	background: #002551;
	padding-top: 65px;
	padding-bottom: 40px;
}
#footer h5, #footer a, #footer p{
	color: #fff;
}
#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 .logo {
	width: 170px;
	display: block;
}
#footer .logo img {
	max-width: 100%;
}
#footer .social-media{
	width: 200px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 30px;
}
#footer .social-media a{
	color: #464646;
	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;
}
#footer .social-media a:hover,
#footer .social-media a:active{
	color: #333333;
}
#footer h6 {
	width: 100%;
	margin-bottom: 13px;
}
#footer ul {
	margin: 0;
	padding: 0;
}
#footer ul li {
	width: 100%;
	display: block;
}
ul.footer-menu li {
	padding-right: 30px;
	margin-bottom: 20px;
}
ul.footer-menu li a{
	color: #fff;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 24px; /* 150% */
	letter-spacing: 0.32px;
	font-family: var(--font-primary);
}
ul.footer-menu.three-column{
	column-count: 3;
}
ul.footer-menu.two-column{
	column-count: 2;
}
#footer #back-top {
	font-size:14px;
	width: 44px;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	color:#fff;
	border:1px solid #fff;
	border-radius: 50%;
}
#footer #back-top:hover,
#footer #back-top:active {
	color:var(--Brand-Blue);
	text-decoration: none;
	border-color:var(--Brand-Blue);
}
#footer #back-top i {
	display: block;
}
#footer-bottom{
	padding: 0 20px;
}
#footer-bottom .constrain {
	display: flex;
	padding: 30px 0;
}
.duo-heading-border {
	margin-bottom: 32px;
}
/* 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: #464646;
}

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

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

#breadcrumbs span>i {
	color: #333333;
	margin: 0 6px;
} */

/* Banners
--------------------------------------------- */
#home-banner{
	height: 590px;
	width: 100%;
	position: relative;
	overflow: hidden;
}
#home-banner .constrain{
	display: flex;
    height: 100%;
    align-items: center;
}
#home-banner .constrain:after{
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	left: 0;
	top: 0;
	position: absolute;
	z-index: 2;
	background-color: #464646;
	opacity: .5;
}
#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;
}
#inner-banner{
	height: 130px;
	overflow: hidden;
	position: relative;
	z-index:0;
	background-color:#1a82b7;
}
#inner-banner:before {
	content: "";
	width: 100%;
	height: 100%;
	background:rgba(0, 0, 0, 0.1);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center;
}
#inner-banner picture{
	width:100%;
	height:100%;
	position: absolute;
	top:0;
	left:0;
	z-index:-1;
}
#inner-banner picture img{
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	max-width: none;
	max-height: none;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}
#inner-banner .contain {
	width: 90%;
	position: absolute;
	top: 50%;
	left: calc(50vw - 600px);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 2;
}
#inner-banner .contain .h1{
	margin-top:0;
}
p > a.button{
	text-decoration: none;
}
.button-wrap{
	width: auto !important;
}
.primary-btn-menu a,
.button{
	display: inline-block;
	padding: 14px 35px 10px !important;
	border-radius: 40px;
	font-family: var(--font-heading);
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 100%; /* 18px */
	letter-spacing: 0.36px;
	text-transform: capitalize;
	position: relative;
	text-align: center;
	text-wrap: nowrap;
}
@media(max-width: 1199px){
	.primary-btn-menu a,
	.button{
		padding: 14px 30px !important;
		/* width: 100%; */
		text-align: center;
		text-wrap: nowrap;
	}
}
.button:hover{
	text-decoration: none;
	cursor: pointer;
}
.wpcf7-form input[type=submit]{
	border: none;
}
.button-bucket{
	background: var(--Brand-Navy, #002551);
	box-shadow: 0px 6px 12px 0px rgba(0, 36, 90, 0.10);
	padding: 24px !important;
	transition: 0.2s background;
	color: var(--Text-White, #FFF);
	font-family: var(--font-heading);
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
	display: block;
	border-radius: 0px;
}
.button-bucket i{
	color: #fff;
	padding-left: 8px;
	font-weight: 300;
}
.button-bucket:hover{
	background: var(--Brand-Dark-Blue);
	transition: 0.2s background;
	color: #fff!important;
}
.primary-btn-menu a, 
.primary-btn{
	background: var(--Brand-Blue);
	color: #fff;
	transition: 0.2s padding-left;
}
.primary-btn-menu a{
	color: #fff !important;
}
.primary-btn-menu a:before,
.primary-outline:before,
.primary-btn:before{
	content: '\e09f';
	font-family: 'Font Awesome 6 Pro';
	color: #fff;
	font-weight: 300;
	position: absolute;
	opacity: 0;
	transition: 0.2s opacity ease-in;
	left: 20px;
}
.primary-btn-menu a:hover,
.primary-btn:hover{
	background: var(--Brand-Dark-Blue);
	color: #fff;
	transition: 0.2s padding-left;
}
@media(min-width: 1199px){
	.primary-btn-menu a:hover:before,
	.primary-outline:hover:before,
	.primary-btn:hover:before{
		opacity: 1;
		transition: 0.21s opacity ease-out;
	}
}
.primary-btn-icon{
	background: var(--Brand-Blue);
	color: #fff;
	padding: 12px 25px 12px 40px;
}
.primary-btn-icon:before{
	content: '\e09f';
	font-family: 'Font Awesome 6 Pro';
	color: #fff;
	font-weight: 300;
	position: absolute;
	left: 20px;
}
.primary-btn-icon:hover{
	background: var(--Brand-Dark-Blue);
}
.primary-outline{
	border-radius: 40px;
	border: 1px solid var(--Brand-Blue, #008BFE);
	transition: 0.2s padding-left;
}
.primary-outline:hover{
	background: var(--Brand-Dark-Blue);
	color: #fff;
	padding: 12px 25px 12px 40px;
	transition: 0.2s padding-left;
}

.wp-block-uagb-container > .heading{
	max-width: 80%;
}
.primary-btn-outline{
	border-radius: 40px;
	background: transparent;
	border: 1px solid var(--Brand-Blue, #008BFE);
	transition: 0.2s padding-left;
}
.primary-btn-outline:not(.pdf-btn):before{
	content: '\e09f';
	font-family: 'Font Awesome 6 Pro';
	color: #fff;
	font-weight: 300;
	position: absolute;
	opacity: 0;
	transition: 0.2s opacity ease-in;
	left: 20px;
}
.primary-btn-outline.pdf-btn:before{
	content: '\f019';
	font-family: 'Font Awesome 6 Pro';
	color: var(--Brand-Blue, #008BFE);
	font-weight: 800;
	position: absolute;
	opacity: 1;
	transition: 0s opacity ease-in;
	left: 20px;
}
a.button.primary-btn-outline.pdf-btn {
	padding: 14px 40px 10px 52px !important;
}
.primary-btn-outline:hover{
	background: var(--Brand-Blue, #008BFE);
	padding: 12px 25px 12px 40px;
	transition: 0.2s padding-left;
	color: #fff;
}
.primary-btn-outline:hover:before{
	opacity: 1;
	transition: 0.21s opacity ease-out;
}
.primary-btn-outline.pdf-btn:hover:before{
	color: #fff;
}
/* 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%;
}

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

.uagb-post__image:hover img,
.uagb-post__image:active img {
	transform: scale(1.1);
}

.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: #464646 !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: #464646 !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: black;
	-webkit-transition: opacity 0.3s ease-in-out;
	-ms-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}
.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 a {
	display: block;
}

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

.wp-block-image.is-style-rounded img {
	border-radius: 20px;
}
.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;
}

/* Video */
.custom-video{
	width: 100%;
	height: 500px;
}
.custom-video .video{
	height: 100%;
	width: 100%;
	display: block;
	position: relative;
}
.custom-video .play{
	width: 40px;
	height: 40px;
	background-color: #333333;
	border-radius: 100%;
	position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.custom-video .play i{
	color: #464646;
	position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}


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


/* Carousels */
.carousel {
	width: 100%;
	padding: 0 15px;
}

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

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

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

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

.carousel.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%;
}
.scrolling-carousel .slider {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.scrolling-carousel .slick-list,
.scrolling-carousel .slick-track{
	width: 100%;
}
.scrolling-carousel .slide{
  text-align: center;
  width: 140px;
}
.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: #464646;
	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: 15%;
}
.wp-block-ub-tabbed-content-tabs-content.vertical-content-width{
	padding: 24px;
	border: none;
	width: 85%;
	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: #464646;
	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 */
ul.child-links {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
	column-gap: 24px;
	row-gap: 24px;
	flex-wrap: wrap;
}
ul.child-links li a{
	display: block;
}
ul.child-links li:last-child a{
	background: var(--Brand-Blue);
}
ul.child-links li a:hover{
	text-decoration: none;
}
.buckets.buckets-text {
	display: flex;
	column-gap: 24px;
	row-gap: 24px;
	flex-wrap: wrap;
}
ul.child-links  li a,
.buckets.buckets-text .bucket {
	background: var(--Brand-Navy, #002551);
	box-shadow: 0px 6px 12px 0px rgba(0, 36, 90, 0.10);
	padding: 24px;
	transition: 0.2s background;
}
ul.child-links li a:hover,
.buckets.buckets-text .bucket:hover{
	background: var(--Brand-Dark-Blue);
	transition: 0.2s background;
}
ul.child-links li a i,
.buckets.buckets-text a i{
	color: #fff;
	padding-left: 8px;
	font-weight: 300;
}
ul.child-links li a,
.buckets.buckets-text a .h5 {
	color: var(--Text-White, #FFF);
	font-family: var(--font-heading);
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
}
.slick-active .case-study-content {
	box-shadow: 0px 6px 12px 0px rgba(0, 36, 90, 0.10);
}
#case-study-archive .case-study-slide{
	margin-bottom: 32px;
	
}
#case-study-archive .case-study-slide .case-study-content{
	box-shadow: 0px 6px 12px 0px rgba(0, 36, 90, 0.10);
}
.case-study-content {
	background: #FAFAFA;
	padding: 60px;
}
.case-study-slide .results{
		color: var(--Brand-Blue, #008BFE);
		font-family: var(--font-primary);
		font-size: 56px;
		font-style: normal;
		font-weight: 700;
		line-height: 120%;
		letter-spacing: -1.12px;
	
}
.case-study-slide .results .dollar-symbol{
	font-size: 32px;
}
.mixitup-page-list{
	margin:20px 0 30px;
	display: flex;
	justify-content: center;
}
.mixitup-page-list button{
	border:none;
	background: none;
	box-shadow: none;
	color:#464646;
	margin: 0px 5px;
}
.mixitup-page-list button:hover,
.mixitup-page-list button.mixitup-control-active{
	background:#008BFE;
	color: #fff;
}
ul.related-cat.pill-btn-group {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	column-gap: 32px;
	row-gap: 16px;
}
.related-cat li span{
	display: block;
}
.related-cat li span,
ul.related-cat.pill-btn-group li a {
	display: block;
	border-radius: 40px;
	background: var(--Brand-Navy, #002551);
	color: var(--Text-White, #FFF);
	font-feature-settings: 'clig' off, 'liga' off;
	font-family: Poppins;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0.28px;
	padding: 6px 16px 4px 16px;
}

ul.related-cat.pill-btn-group li a:hover{
	text-decoration: none;
	background: var(--Brand-Blue);
}
.callout-card {
	height: 130px;
	overflow: hidden;
	display: block;
}
.callout-card .front {
	background: #FAFAFA;
	height: 130px;
	padding: 20px 30px;
	box-shadow: 0px 2px 20px rgba(0, 36, 90, 0.08);
	transform:translateY(0px);
	transition: 0.5s transform;
}
.callout-card .back{
	background: var(--Brand-Blue);
	color: #fff;
	padding: 20px 30px;
	height: 130px;
	transform:translateY(130px);
	transition: 0.5s transform;
}
.callout-card:hover .front{
	transform:translateY(-200px);
	transition: 0.5s transform;
}
.callout-card:hover .back{
	transition: 0.5s transform;
	transform:translateY(-130px);
}
.callout-card .num{
	color: var(--Brand-Blue, #008BFE);
	font-family:var(--font-heading);
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%; /* 38.4px */
}
.callout-card .h5{
	color: #000;
	margin:0;
}
.callout-card .back p{
	color: #fff
}
.buckets{
	display: flex;
	flex-wrap: wrap;
}
.buckets.three-columns{
	justify-content: center;
}
.buckets-child .bucket,
.buckets-hero .bucket {
	padding: 0px;
	overflow: hidden;
	position: relative;
	cursor:pointer;
	height: 250px;
}
.buckets-hero .bucket .title .h4{
	padding-right: 26%;
	display: block;
}
.buckets-child .bucket .title .h4{
	padding-right: 20%;
	display: block;
	margin: 0px;
}
.buckets-child .bucket:last-child .title .h4,
.buckets-hero .bucket:last-child .title .h4{
	padding-right: 0;
}
.buckets-child img,
.buckets-hero img {
	height: 250px;
	width: 100%;
	display: block;
	object-fit: cover;
}
.buckets-child .image,
.buckets-hero .image{
	position: relative;
}
.buckets-child .bucket:before,
.buckets-hero .bucket:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
	z-index: 1;
	opacity: 1;
	background: 
		radial-gradient(95.73% 110.83% at 8.15% 94.03%, rgba(0, 139, 254, 0.20) 0%, rgba(0, 71, 255, 0.02) 100%), 
		linear-gradient(0deg, rgba(0, 0, 0, 0.50) 0.35%, rgba(0, 0, 0, 0.00) 49.88%), 
		linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%);
	transition: 0.2s opacity ease-in;
}
.buckets-child .bucket:after,
.buckets-hero .bucket:after{
	content: '';
	z-index: 1;
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
	opacity:0;
	background: 
		linear-gradient(0deg, rgba(0, 68, 169, 0.10) 0%, rgba(0, 68, 169, 0.10) 100%), 
		radial-gradient(95.73% 110.83% at 8.15% 94.03%, rgba(0, 139, 254, 0.20) 0%, rgba(0, 71, 255, 0.02) 100%), 
		linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.85) 100%);
	transition: 0.2s opacity ease-in;
}
.buckets-child .bucket:hover:after,
.buckets-hero .bucket:hover:after{
	opacity: 1;
	transition: 0.2s opacity 250ms ease-in;
	
}
.buckets-child .bucket:hover:before,
.buckets-hero .bucket:hover:before{
	opacity: 0;
	transition: 0.2s opacity 200ms ease-in;
}
.buckets-child .bucket .content,
.buckets-hero .bucket .content {
	position: relative;
	z-index: 2;
	padding: 30px;
	transition: 0.3s transform 0.3s ease-in;
	height: 100%;
}
.buckets-child .bucket:hover .content,
.buckets-hero .bucket:hover .content {
	transition: 0.3s transform 0.3s ease-out;
	
}
.buckets-child .title .h4,
.buckets-hero .title .h4{
	color: var(--Text-White, #FFF);
	font-family: var(--font-heading);
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%; /* 38.4px */
}
.buckets-child .bucket .content .heading,
.buckets-child .bucket .content p,
.buckets-child .bucket .content .button,
.buckets-hero .bucket .content .heading,
.buckets-hero .bucket .content p,
.buckets-hero .bucket .content .button{
	opacity: 0;
	transition: 0.35s opacity 500ms ease;
}
.buckets-child .bucket .content .button:hover{
	color:#fff;
	background:var(--Brand-Blue);
	text-decoration:none;
	
}
.buckets-child .bucket:hover .content .heading,
.buckets-child .bucket:hover .content p,
.buckets-child .bucket:hover .content .button,
.buckets-hero .bucket:hover .content .heading,
.buckets-hero .bucket:hover .content p,
.buckets-hero .bucket:hover .content .button{
	opacity: 1;
	transition: 0.35s opacity 300ms ease;
}
.buckets-child .bucket p,
.buckets-hero .bucket p{
	color: var(--Text-White, #FFF);
	font-family: var(--font-primary);
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 24px; /* 150% */
	letter-spacing: 0.32px;
	margin-top: 32px;
	margin-bottom:32px;
}
@media(max-width: 1280px){
	.buckets-hero .bucket p{
		overflow: hidden;
		   display: -webkit-box;
		   -webkit-line-clamp: 6; /* number of lines to show */
				   line-clamp: 6; 
		   -webkit-box-orient: vertical;
	}
}
.buckets-child .bucket{
	border: 1px solid #fff;
}
.buckets-child .bucket .title {
	height: 120px;
	display: flex;
	align-items: end;
	transition: 0.2s all;
}
.buckets-child .bucket .content ul.child-pages {
	list-style: none;
	padding: 0;
	margin: 16px 0px 32px 0px;
	opacity: 0;
	transition: 0.3s opacity ease-out;
}
.buckets-child .bucket .content ul.child-pages li {
	margin-bottom: 12px;
}
.buckets-child .bucket .content ul.child-pages li a {
	color: var(--Text-White, #FFF);
	font-family: var(--font-primary);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.32px;
	position: relative;
}
.buckets-child .bucket .content ul.child-pages li a:after{
	content: '\e09f';
	font-family: 'Font Awesome 6 Pro';
	font-weight: 400;
	color: #fff;
	padding-left: 12px;
}
@media(min-width: 991px){
	.buckets-child .bucket,
	.buckets-child img,
	.buckets-hero .bucket,
	.buckets-hero img{
		height: 700px;
	}
	.buckets-child .bucket .content,
	.buckets-hero .bucket .content {
		height: 700px;
		transform: translateY(-250px);
	}
	.buckets-child .bucket:hover .content, 
	.buckets-hero .bucket:hover .content {
		transform: translateY(-700px);
	}
	.buckets-child .bucket:hover .content ul.child-pages{
		opacity: 1;
		transition: 0.3s opacity ease-in-out ;
	}
}
@media(min-width: 1150px){
	.buckets-child .bucket,
	.buckets-child img,
	.buckets-hero .bucket,
	.buckets-hero img{
		height: 600px;
	}
	.buckets-child .bucket .content,
	.buckets-hero .bucket .content {
		height: 600px;
		transform: translateY(-250px);
	}
	.buckets-child .bucket:hover .content, 
	.buckets-hero .bucket:hover .content {
		transform: translateY(-600px);
	}
}
@media(min-width: 1350px){
	.buckets-child .bucket,
	.buckets-child img,
	.buckets-hero .bucket,
	.buckets-hero img{
		height: 500px;
	}
	.buckets-child .bucket .content,
	.buckets-hero .bucket .content {
		height: 500px;
		transform: translateY(-170px);
	}
	.buckets-child .bucket:hover .content, 
	.buckets-hero .bucket:hover .content {
		transform: translateY(-500px);
	}
	
}
.bucket a {
	text-decoration: none;
}
.bucket a:hover,
.bucket a:active {
	color: #333333;
}
.custom-buckets .content-inner {
	position: relative;
	overflow: hidden;
	height: 330px;
	background-image: var(--bg-url);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	z-index:0;
}
/* .custom-buckets .content-inner{
  background: 
  linear-gradient(0deg, rgba(0, 68, 169, 0) 0%, rgba(0, 68, 169, 0) 100%), 
	  radial-gradient(95.73% 110.83% at 8.15% 94.03%, rgba(0, 139, 254, 0.20) 0%, rgba(0, 71, 255, 0.02) 100%), 
	  linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), 
	  var(--bg-url) lightgray 0px -169.328px / 100% 159.333% no-repeat;
	transition: background 0.5s ease-in-out;
} */
.custom-buckets .first-col .content-inner:before{
	background: #fff;
}
.custom-buckets .content-inner:before{
	content:"";
	width: 100%;
	height: 100%;
	background: 
	  linear-gradient(0deg, rgba(0, 68, 169, 0) 0%, rgba(0, 68, 169, 0) 100%), 
		  radial-gradient(95.73% 110.83% at 8.15% 94.03%, rgba(0, 139, 254, 0.20) 0%, rgba(0, 71, 255, 0.02) 100%), 
		  linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%);
	transition: background 0.5s ease-in-out;
	position: absolute;
	top:0;
	left:0;
	z-index: -1;
}
.custom-buckets .content-inner:hover {
  background: 
	  linear-gradient(0deg, rgba(0, 68, 169, 0.10) 0%, rgba(0, 68, 169, 0.10) 100%), 
	  radial-gradient(95.73% 110.83% at 8.15% 94.03%, rgba(0, 139, 254, 0.20) 0%, rgba(0, 71, 255, 0.02) 100%), 
	  linear-gradient(0deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.50) 100%), 
	  var(--bg-url) lightgray 0px -169.328px / 100% 159.333% no-repeat;
	transition: background 0.5s ease-in-out;
}

.custom-buckets .content-inner .content {
	position: relative;
	z-index: 2;
	padding: 25px;
	transform: translateY(255px);
	transition: 0.9s transform;
}
.custom-buckets .content-inner:hover .content{
	transform: translateY(100px);
	transition: 0.5s transform;
}
.custom-buckets .content-inner .content h4,
.custom-buckets .content-inner .content p{
	color: #fff;
}
.custom-buckets .content-inner .content p {
	overflow: hidden;
	width: 100%;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.custom-buckets-slick .slick-list{
	padding: 0px 50px 0px 0px!important;
}
.custom-buckets .content-inner .content h4{
	padding:0;
	height: 40px;
}
.custom-buckets .content-inner .content h4:before{
	width: 0;
	height: 0;
}
.custom-buckets .content-inner img {
	display: block;
	width: 100%;
	height: 330px;
	object-fit: cover;
	object-position: center;
	position: absolute;
	top: 0;
}
.carousel-controls {
	display: flex;
	column-gap: 12px;
	justify-content: flex-end;
	padding-top: 30px;
}

.carousel-controls button {
	border: none;
	background: transparent;
}
.carousel-controls button i {
	color: var(--Brand-Blue);
}
.first-col .content-inner {
	display: block;
	padding: 60px 40px 0px 0px;
}

#main .wp-block-uagb-container.uagb-is-root-container {
	padding-top: 60px !important;
	padding-bottom: 60px !important;
}
#main .wp-block-uagb-container.uagb-is-root-container.full-bleed-two-column-left,
#main .wp-block-uagb-container.uagb-is-root-container.full-bleed-two-column-right{
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}
#main .wp-block-uagb-container.uagb-is-root-container.full-bleed-two-column-left .wp-block-uagb-container:first-child{
	padding-top: 60px !important;
	padding-bottom: 60px !important;
}

#main .wp-block-uagb-container.uagb-is-root-container.full-bleed-two-column-right .wp-block-uagb-container:last-child{
	padding-top: 60px !important;
	padding-bottom: 60px !important;
}
#main > .container:first-child + .wp-block-uagb-container {
	padding-top: 0px !important;
}
#main .wp-block-uagb-container.uagb-is-root-container.py-0,
#main .wp-block-uagb-container.uagb-is-root-container.py-0 .tri-tabbed{
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}
#main .wp-block-uagb-container.uagb-is-root-container > .wp-block-uagb-container.uagb-is-root-container{
	padding-top: 0px!important;
	padding-bottom: 0px!important;
}
#main > .wp-block-uagb-container:first-of-type{
	padding-top: 0px!important;
}
#main.template-front-page > .wp-block-uagb-container:first-of-type{
	padding-bottom: 0px!important;
}
#main .wp-block-uagb-container + #quick-contact {
	margin-top: 65px;
}
.differentiator_content .num {
	color: var(--Brand-Blue, #008BFE) !important;
	font-family: var(--font-primary);
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
	letter-spacing: 2.16px;
	text-transform: uppercase;
	display: block;
}
.differentiator_content p {
	color: var(--Text-Black, #464646);
	font-feature-settings: 'clig' off, 'liga' off;
	font-family: var(--font-primary);
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 24px;
	letter-spacing: 0.32px;
	margin-top: 24px;
}
.differentiator_content>.row{
	row-gap: 30px;
}
.social-media i {
	font-size: 24px;
	color: #fff;
}
.mobile-cta .cta {
	display: block;
	text-align: center;
	/* background: var(--Brand-Dark-Blue); */
	color: #fff;
	padding: 10px;
	font-family: var(--font-primary);
}
.mobile-cta .cta:first-child {
	color: var(--Brand-Dark-Blue);
	border: 3px solid var(--Brand-Dark-Blue);
}
.mobile-cta .cta:last-child {
	background: var(--Brand-Dark-Blue);
}
/* @media(max-width: 576px){
	#main .wp-block-uagb-container.uagb-is-root-container{
		padding-left: 16px;
		padding-right: 16px;
	}
}
#main .wp-block-uagb-container.uagb-is-root-container > .wp-block-uagb-container{
	padding-left: 0px!important;
	padding-right: 0px!important;
} */

@media(min-width: 576px){
	/* #main .wp-block-uagb-container.uagb-is-root-container{
		padding-left: 0px;
		padding-right: 0px;
	}
	#main .wp-block-uagb-container.uagb-is-root-container > .uagb-container-inner-blocks-wrap{
	   padding-left: calc(50vw - 270px);
	   padding-right: calc(50vw - 270px);
	   margin: 0px!important;
	} */
	.full-bleed-two-column-right > .wp-block-uagb-container:last-child{
		 padding-right: calc(50vw - 270px);
	}
	.full-bleed-two-column-left > .wp-block-uagb-container:first-child,
	.first-col .content-inner {
		padding-left: calc(50vw - 270px);
	}
	.full-bleed-two-column-left > .wp-block-uagb-container:first-child{
		padding-right: 10%;
	}
	.full-bleed-two-column-right > .wp-block-uagb-container:last-child{
		padding-left: 10%;
	}
}
@media(min-width: 768px){
	/* #main .wp-block-uagb-container.uagb-is-root-container > .uagb-container-inner-blocks-wrap{
	   padding-left: calc(50vw - 360px);
	   padding-right: calc(50vw - 360px);
	}  */
	.full-bleed-two-column-right > .wp-block-uagb-container:last-child{
		 padding-right: calc(50vw - 360px);
	}

	.full-bleed-two-column-left > .wp-block-uagb-container:first-child,
	.first-col .content-inner {
		padding-left: calc(50vw - 360px);
	}
	#main .wp-block-uagb-container.uagb-is-root-container.full-bleed-two-column-right .wp-block-uagb-container:first-child img,
	#main .wp-block-uagb-container.uagb-is-root-container.full-bleed-two-column-left .wp-block-uagb-container:last-child img{
		height: 350px;
		object-fit: cover;
	}
}
@media(min-width: 992px){
	/* #main .wp-block-uagb-container.uagb-is-root-container > .uagb-container-inner-blocks-wrap{
	   padding-left: calc(50vw - 480px);
	   padding-right: calc(50vw - 480px);
	}  */
	.full-bleed-two-column-right > .wp-block-uagb-container:last-child{
		 padding-right: calc(50vw - 480px);
	}
	.full-bleed-two-column-left > .wp-block-uagb-container:first-child,
	.first-col .content-inner {
		padding-left: calc(50vw - 480px);
	}
	.columns-forty-sixty .wp-block-uagb-container:first-child{
		width: 40%!important;
	}
	.columns-forty-sixty .wp-block-uagb-container:last-child{
		width: 60%!important;
	}
	/* .full-bleed-two-column-left .wp-block-uagb-container:first-child {
		width: 55%!important;
	} */
	.full-bleed-two-column-left .wp-block-uagb-container:last-child {
		width: 45%!important;
	}
	.full-bleed-two-column-left .wp-block-uagb-container:last-child img{
		height: 500px;
		object-fit: cover;
	}
	.footer-sitemap-links {
		padding-top: 105px;
	}
	.full-bleed-two-column-left > .wp-block-uagb-container:first-child{
		padding-right: 5%;
	}
	.full-bleed-two-column-right > .wp-block-uagb-container:last-child{
		padding-left: 5%;
	}
}
@media(min-width: 1200px){
	/* #main .wp-block-uagb-container.uagb-is-root-container > .uagb-container-inner-blocks-wrap{
	   padding-left: calc(50vw - 570px)!important;
	   padding-right: calc(50vw - 570px)!important;
	} */
	.full-bleed-two-column-right > .wp-block-uagb-container:last-child{
		 padding-right: calc(50vw - 570px);
	}
	.full-bleed-two-column-left > .wp-block-uagb-container:first-child,
	.first-col .content-inner {
		padding-left: calc(50vw - 570px);
	}
	.full-bleed-two-column-left .wp-block-uagb-container:last-child {
		width: 40%!important;
	}
	#main .wp-block-uagb-container.uagb-is-root-container.full-bleed-two-column-right .wp-block-uagb-container:first-child img,
	#main .wp-block-uagb-container.uagb-is-root-container.full-bleed-two-column-left .wp-block-uagb-container:last-child img{
		height: 450px;
		object-fit: cover;
	}
}
@media(min-width: 1400px){
	.first-col .content-inner {
		padding-left: calc(50vw - 660px);
	}
	/* #main .wp-block-uagb-container.uagb-is-root-container > .uagb-container-inner-blocks-wrap{
	   padding-left: calc(50vw - 660px)!important;
	   padding-right: calc(50vw - 660px)!important;
	}  */
	.full-bleed-two-column-left > .wp-block-uagb-container:first-child{
		padding-left: calc(50vw - 660px);
	}
	.full-bleed-two-column-right > .wp-block-uagb-container:last-child{
		 padding-right: calc(50vw - 660px);
	}
}
@media(max-width: 1199px){
	#header{
		padding-top: 0px;
	}
	#header .container{
		padding-top: 13px;
	}
	.header-bottom{
		display: none;
	}
	.case-study-content{
		padding:30px;
	}
	.case-study-content .button + .button{
		margin-top:15px;
	}
	.header-top{display: none;}
	.wp-block-uagb-container > .heading {
		max-width: 100%;
	}
}
@media(max-width: 991px){
	.header-top{
		display: none;
	}
	.full-bleed-two-column-left,
	.full-bleed-two-column-right{
		flex-wrap: wrap!important;
	}
	.full-bleed-two-column-left>.wp-block-uagb-container:first-child,
	.full-bleed-two-column-right>.wp-block-uagb-container:first-child{
		margin-bottom:30px;
	}
	.wp-block-columns.no-gap.is-layout-flex.wp-block-columns-is-layout-flex .wp-block-column {
		width: 100%;
		max-width: 100%;
		min-width: 100%;
	}
	
}
.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%;
}
@media(max-width: 1200px){
	.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%;
	}
}
@media(max-width: 991px){
	.buckets-hero.three-columns .bucket{
		width: 33.33%;
	}
	.buckets-hero .bucket{
		position: relative;
	}
	.buckets-hero .bucket .content,
	.buckets-child .bucket .content{
		position: absolute;
		top: 0;
		left: 0;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		padding:20px;
	}
	.buckets-child .bucket .content ul.child-pages{
		display: none;
	}
	.buckets-hero .bucket .content .title, 
	.buckets-child .bucket .content .title{
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	.buckets-hero .bucket .title .h4,
	.buckets-child .bucket .title .h4{
		padding:0;
		font-size: 24px;
		line-height: 120%;
		text-align: center;
	}
	.buckets-child .bucket .content .heading, 
	.buckets-child .bucket .content p, 
	.buckets-hero .bucket .content .heading, 
	.buckets-hero .bucket .content p{
		display: none;
	}
	.buckets-child .bucket .content .button,
	.buckets-hero .bucket .content .button{
		opacity: 1;
		margin: 0 auto;
	}
	.one-column .bucket {
		width: 100%;
	}
	.three-columns .bucket{
		width: 33.33%;
	}
	.five-columns .bucket,
	.four-columns .bucket,
	.two-columns .bucket {
		width: 50%;
	}
    .wp-block-uagb-container > .heading {
		max-width: 75%;
	}
	.tab-header.align-items-center{
		flex-direction: column;
		align-items: flex-start !important;
		margin-bottom:20px;
	}
	.elevate-banner .inner:after{
		width: 0;
		height: 0;
		display: none;
	}
}
@media(max-width: 767px){
	.three-columns .bucket,
	.one-column .bucket {
		width: 100%;
	}
	.five-columns .bucket,
	.four-columns .bucket,
	.two-columns .bucket {
		width: 50%;
	}
	p > a.button{
		margin-bottom: 20px;
	}
	.case-study-slide .subheading{
		padding-top: 80px;
	}
	.buckets-hero.three-columns .bucket{
		width: 100%;
	}
	.buckets-child .bucket .content .button, 
	.buckets-hero .bucket .content .button{
		margin-left:0;
	}
	.buckets-hero .bucket .title .h4, 
	.buckets-child .bucket .title .h4{
		text-align: left;
	}
	.wp-block-uagb-container > .heading{
		max-width: 100%;
	}
}
.button-group {
	column-gap: 16px;
	margin-top: 32px;
}
.case-study-slider .slick-prev:before,
.case-study-slider .slick-next:before {
	content: ''!important;
}
.case-study-slider .slick-arrow i{
	font-size: 26px;
	display: block;
	color: var(--Brand-Blue);
}
/* Testimonials */
.testimonials{
	position: relative;
}
.testimonials.slick-slider{
	padding-bottom: 60px;
}
.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: #464646;
	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: #464646;
	opacity: 1;
	font-size: 34px;
    font-weight: 300;
}
.testimonials .slick-next:hover:before,
.testimonials .slick-next:active:before {
  color: #333333;
}
.has-white-color .testimonials .slick-prev:before,
.has-white-color .testimonials .slick-next:before{
	color: white;
	opacity: .5;
}


/* 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.white i:before{
	background-color: white;
}
.icon-list.black i:before{
	background-color: #464646;
}
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;
}

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


/* Files */
.files{
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding:0;
}
.files .item{
	margin: 10px 0;
	padding: 0;
}
.wp-block-file{
	width: auto !important;
	margin:0;
}
.files a,
.wp-block-file a{
	border-radius: 40px;
	border: 1px solid #008BFE;
	padding: 14px 25px 10px 55px!important;
	display: block;
}
.files span,
.wp-block-file a{
	color:#464646;
	font-size: 18px;
	font-style: normal;
	line-height: 100%; /* 18px */
	letter-spacing: 0.36px;
	text-transform: capitalize;
}
.wp-block-file a{
	position: relative;
	width: auto;
	display: inline-block;
}
.files i{
	font-size: 16px;
	color:#008BFE;
	position: absolute;
	left:25px;
}
.wp-block-file a:before{
	content:"\f019";
	font-family: "Font Awesome 5 Pro";
	font-size: 16px;
	font-weight: 600;
	color:#008BFE;
	position: absolute;
	left:25px;
}
.files a:hover,
.files a:hover>span,
.wp-block-file a:hover{
	text-decoration: none;
	color:#008BFE;
}
.wp-block-uagb-faq .uagb-faq-item {
	background: var(--UI-Light-Grey, #FAFAFA);
	border-right: none;
	border-left: none;
	border-top: none;
	box-shadow: 0px 6px 12px 0px rgba(0, 36, 90, 0.10);
	margin-bottom: 23px;
}
.wp-block-uagb-faq-child .uagb-faq-questions-button .uagb-question {
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	color: var(--Text-Black, #464646);
	font-feature-settings: 'clig' off, 'liga' off;
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
	letter-spacing: 0.32px;
}
.wp-block-uagb-faq .uagb-faq-item .uagb-faq-questions-button{
	border-bottom: 2px solid var(--Brand-Blue, #008BFE)!important;
	padding: 20px 30px;
}
.uagb-faq-content {
	padding: 30px !important;
}
/* Tables */
.table-responsive {
	position: relative;
	overflow: auto;
	display: block;
	padding-bottom: 15px;
	border: 0;
}
.wp-block-table thead{
	border-bottom: none!Important;
}
.wp-block-table td, .wp-block-table th {
	border: 1px solid #D3D4D8;
	padding: .5em;
}
.table-responsive table thead tr {
	background: var(--Brand-Navy);
	color: #fff;
}
table tbody tr:nth-child(even) td {
	background: rgba(0, 139, 254, .06);
}
table td{
	color: var(--Text-Black, #464646);
	font-family: var(--font-primary);
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 24px; /* 150% */
	letter-spacing: 0.32px;
}
.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 {

}

.wp-block-table td {
	
}

.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;
}
.elevate-banner{
	margin:-20px 0;
}
.elevate-banner .inner {
	position: relative;
}
.elevate-banner .inner:after {
	content: '';
	width: 2px;
	height: 100%;
	position: absolute;
	right: 15%;
	background: #008BFE;
	max-height: 66px;
}
.elevate-banner p{
	color: #fff;
	margin:0 !important;
}
.elevate-banner .inner p{
	font-size: 14px;
	line-height: 20px;
	padding-top: 20px;
	margin:0 !important;
}
/* Forms
	 ========================================================================== */
.form-wrap p{
	margin-bottom:0px!important;
}
.filters{
	padding-top: 60px;
	padding-bottom: 60px;
}
.filters .form-control{
	height: 48px;
}
.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 {
	background-color: transparent;
	width: 100%;
	height: 48px;
	margin: 0;
	padding: 0 20px;
	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: var(--Brand-Blue);
}

.wpcf7-form textarea {
	border-radius: 26px!important;
	padding: 20px 20px!important;
	height: 120px !important;
	line-height: 1em !important;
}

.wpcf7-form label {
	color: #464646!important;
}

.wpcf7-form input::placeholder {
	font-size: 14px;
	color: #464646;
}

.wpcf7-form input:-ms-input-placeholder {
	font-size: 14px;
	color: #464646;
}

.wpcf7-form input::-ms-input-placeholder {
	font-size: 14px;
	color: #464646;
}

.wpcf7-form textarea::placeholder {
	font-size: 14px;
	color: #464646;
}

.wpcf7-form textarea:-ms-input-placeholder {
	font-size: 14px;
	color: #464646;
}

.wpcf7-form textarea::-ms-input-placeholder {
	font-size: 14px;
	color: #464646;
}

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

.wpcf7-not-valid-tip {
	color: #ff0000;
	font-size: 11px;
	font-weight: 400;
	margin-top: 5px;
	/* position: absolute; */
	text-transform: uppercase;
}

.wpcf7-not-valid {
	border: 1px solid rgb(255 9 62 / 50%)!important;
}

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

#quick-contact {
	position: relative;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 60px;
}
.qc-header h2 {
	color: #000;
	max-width: 40%;
	display: block;
	margin: 0 0 15px;
	padding-right: 30px;
}
p.border-left {
	position: relative;
	padding-left: 30px;
	max-width: 68%;
}
p.border-left:before {
	content: '';
	position: absolute;
	left: 0;
	background: var(--Brand-Blue);
	width: 2px;
	height: 100%;
}
.qc-call .subheading {
	color: #000;
	font-family: var(--font-primary);
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
	letter-spacing: 2.16px;
	text-transform: uppercase;
	padding: 0px 50px;
}
.qc-call .subheading i,
.qc-call .subheading a{
	color: var(--Brand-Blue);
}
.quick-contact-form-row{
	margin-top: 32px!important;
}
.quick-contact-box{
	background: #FAFAFA;
	box-shadow: 0px 6px 12px 0px rgba(0, 36, 90, 0.10);
	padding: 65px;
}
.form-wrap.container {
	background: #FAFAFA;
	box-shadow: 0px 6px 12px 0px rgba(0, 36, 90, 0.10);
	padding: 60px;
}
.wpcf7-form label{
	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,
.filters select,
.filters input,
.wpcf7-form .bootstrap-select {
	border-radius: 62px;
	border: 1px solid rgba(211, 212, 216, 0.50);
	background: var(--Text-White, #FFF);
	color: #464646;
	font-family: var(--font-primary);
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 24px; /* 150% */
	letter-spacing: 0.32px;
}
.filters select,
.wpcf7-form select{
	appearance: none;
	background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23131313%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E);
	background-repeat: no-repeat;
	background-position: right 1.7rem top 50%;
	background-size: 0.65rem auto;
}
.fileupload-field .fa-trash.delete-file-icon{
	position: absolute;
	top: 15px;
	right: 7%;
	color: var(--Brand-Blue);
	cursor: pointer;
}
.attachfile-input {
	border-radius: 62px;
	border: 1px solid rgba(211, 212, 216, 0.50);
	background: #FFF;
	display: flex;
	align-items: center;
	height: 48px;
	justify-content: space-between;
	padding: 0px 20px;
}
.attachfile-input .label,
.attachfile-input .label p{
	color: #464646;
	font-family: var(--font-primary);
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	padding: 0;
	line-height: 48px;
}
.attachfile-input i,
.attachfile-input p i{
	color: var(--Brand-Blue);
	cursor: pointer;
}
[data-name="AttachFiles"]{
	display: none;
}
/* 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: #464646;
	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: #333333;
	position: absolute;
	left: 0;
	font-size: 16px;
	top: 2px;
	width: 25px;
	text-align: center;
}

.contact-info a {
	color: #464646;
	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;
	line-height: 24px;
	letter-spacing: 0.02em;
	color: #333333 !important;
	padding-bottom: 20px;
	padding-left: 15px;
}
.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: 0 10px 25px 15px;
	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: 767px;
	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
	 ========================================================================== */


/*--------------------------------------------------------------
# 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;
}
.tritabs-container {
	padding-left: 16px;
	padding-right: 16px;
}
@media(max-width: 1400px){
	.callout-card,
	.callout-card .front,
	.callout-card .back{
		height: 160px;
	}
	.callout-card:hover .front{
		transform: translateY(-250px)
	}
	.callout-card:hover .back{
		transform: translateY(-160px)
	}
}
@media(max-width: 991px){
	
	p.border-left {
		max-width: 100%;
	}
	.tri-tabs .tab-item.implement.active, .tri-tabs .tab-item.implement:hover {
		top: 99px;
	}
	.tab-content{
		padding-right: 0px;
	}
}
@media(max-width: 767px){
	.callout-card {
		height: 170px;
		overflow: hidden;
	}
	.callout-card .back,
	.callout-card .front{
		height: 170px;
	}
	.primary-btn-menu a, .button {
		padding: 14px 42px !important;
		/* width: 100%; */
		text-align: center;
		text-wrap: nowrap;
	}
	.custom-buckets .content-inner .content p{
		display: none;
	}
	.custom-buckets .content-inner .content {
		position: relative;
		z-index: 2;
		padding: 25px;
		transform: translateY(0px);
		transition: 0.9s transform;
	}
	.case-study-slide .col-md-5{
		padding-bottom: 70px;
	}
	.case-study-slide .subheading{
		padding-top: 35px;
	}
}
@media(max-width: 500px){
	
}