/*!
Theme Name: Butech Bliss
Author: OuterBox
Description: OuterBox theme for Butech Bliss.
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: butechbliss
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
------------------------------------------------------

White - #ffffff
Light Gray - #dddddd;
Dark Gray - #333333;
Black - #000000;
	
>>> 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

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


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

/* Normalize
--------------------------------------------- */
html {
    scroll-behavior: smooth;
}

html,body{
    font-family: 'Open Sans';
	background: #1C1C1C;
}
main {
	display: block;
}

.my-0{
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}
.mt-0{
	margin-top: 0px !important;
}
.mt-3{
	margin-top: 15px !important;
}
.my-5{
	margin-top: 64px !important;
	margin-bottom: 64px !important;
}
.ml-1 {
  margin-left: 20px !important;
}
.px-2{
	padding-left: 10px !important;
	padding-right: 10px !important;
}
.py-5{
	padding-top: 64px !important;
	padding-bottom: 64px !important;
}
.pb-5{
	padding-bottom: 64px !important;
}
.pt-0{
	padding-top: 0 !important;
}
.py-0{
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}
.p-0{
	padding: 0 !important;
}
.mx-0{
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.fa-blue-list{
	color: #243E88;
	font-family: "Font Awesome 6 Pro";
	font-size: 24px;
	font-weight: 900;
	line-height: 130%;
	letter-spacing: 3.84px;
	text-transform: uppercase;
	width: 50px;
	text-align: left;
}
.fa-blue{
	color: #243E88;
	margin-right: 10px;
}
.fa-light,.fa-regular{
	color: #F37324;
}
.text-align-left{
	text-align: left !important;
}
.container-wrapper{
	width: 100%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
}
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: #000000;
}

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

/* Typography
--------------------------------------------- */
h1,.h1 {
	font-size: 48px;
	font-weight: 700;
	line-height: 120%;
	letter-spacing: -0.96px;
	font-family: "neue-haas-grotesk-display";
}
h2,.h2 {
	font-size: 40px;
	font-weight: 700;
	line-height: 48px;
	font-family: "neue-haas-grotesk-display";
	background: linear-gradient(180deg, #FFF 51.5%, #DDDADA 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
h3,.h3 {
	font-size: 32px;
	font-weight: 700;
	line-height: 120%;
	font-family: "neue-haas-grotesk-display";
}
h4,.h4 {
	font-size: 24px;
	font-weight: 700;
	line-height: 120%; 
	font-family: "neue-haas-grotesk-display";
}
h5,.h5 {
	font-size: 20px;
	font-weight: 700;
	line-height: 120%;
	font-family: "neue-haas-grotesk-display";
}
h6,.h6 {
	font-size: 14px;
	font-weight: 700;
	line-height: 120%;
	font-family: "neue-haas-grotesk-display";
}

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

.light {
	font-weight: 300;
}
.headline{
	font-size: 56px;
	font-weight: 700;
	line-height: 120%;
	letter-spacing: -1.12px;
}
.eyebrow{
	font-family: "neue-haas-grotesk-display";
	font-size: 18px;
	font-weight: 600;
	line-height: 120%;
	letter-spacing: 2.16px;
	text-transform: uppercase;
	color: #F0292F;
}

p {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.32px;
}

large{
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	letter-spacing: 0.36px;
}

small{
	font-size: 12px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0.24px;
}
p+p {
	margin-top: 20px;
}
.wp-block-uagb-container p + p{
    margin-top: 20px;
}
p+.wp-block-buttons,
p+.wp-block-columns {
	margin-top: 25px;
}

a {
	color: #fff;
}

p a, main ul li a {
	text-decoration: underline;
	color: #FF7A27;
}
ol a:hover,
ul a:hover,
p a:hover {
	color: #CD171D;
	text-decoration: underline;
}
.wp-block-clear{
	clear: both;
}
ul.wp-block-list,
ol.wp-block-list{
	margin: 0;
	padding: 0px 20px 0px 20px;
	font-weight: 325;
}

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

.wp-block-column ul li:last-child{
	margin-bottom: 0;
}
.wp-block-column ul li a {
	color: #cccccc;
	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 #000000; */
}

main .wp-block-column ul {
    list-style: none;
}

main .wp-block-column ul li {
    position: relative;
}

main .wp-block-column ul li::before {
    content: "•";
    color: #F0292F;
    font-size: 44px;
    position: absolute;
    left: -26px;
    top: 0px;
}

.tel {
	pointer-events: none;
}

/* Default spacing for all UAGB containers */
.wp-block-uagb-container {
    margin-top: 60px;
    margin-bottom: 60px;
}

/* Ensure the first container on the page has a larger top margin */
.wp-block-uagb-container:first-of-type {
    margin-top: 80px;
}

/* Ensure the last container on the page has a larger bottom margin */
.wp-block-uagb-container:last-of-type {
    margin-bottom: 80px;
}

/* Manage spacing inside nested containers */
.heading-intro p{
	margin: 0;
}

.heading-intro h2{
	margin: 0;
	margin-bottom: 16px !important;
}

/* Ensure first child inside inner blocks wrap gets correct margin */
.uagb-container-inner-blocks-wrap > .wp-block-uagb-container:first-child {
    margin-top: unset;
	margin-bottom: unset;
}

/* Override margin when 'no-top-margin' class is applied */
.no-top-margin .uagb-container-inner-blocks-wrap > .wp-block-uagb-container:first-child {
    margin-top: unset;
	margin-bottom: unset;
}

.wp-block-uagb-container p a{
	color: #CD171D;
	text-decoration: underline;
}
.wp-block-uagb-container p a:hover{
	text-decoration: none;
}
.wp-block-uagb-container h2{
	margin-bottom: 20px;
}

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

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

hr {
	background-color: #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 {
	border-radius: 0;
	background: #CD171D;
	display: inline-flex;
	padding: 16px 24px;
	justify-content: center;
	align-items: center;
	gap: 8px;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 100%;
	letter-spacing: 0.96px;
	font-family: "neue-haas-grotesk-display";
	text-transform: uppercase;
	color: #fff !important;
	transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease;
	border: 2px solid transparent !important;
	white-space: nowrap;
}
.wp-block-button__link:hover {
	background: #202020;
	color: #fff;
	text-decoration:none;
	border: 2px solid #CD171D !important;
	transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.wp-block-button.btn-primary-icon .wp-block-button__link{
	background: #fff !important;
	border: 1px solid #CD171D !important;
	color: #000;
}
.wp-block-button.btn-primary-icon .wp-block-button__link:after{
    content: '\e093';
    font-family: 'font awesome 6 pro';
    margin-left: 8px;
    font-size: 14px;
    color: #CD171D;
}
.wp-block-button.btn-primary-icon .wp-block-button__link:hover{
	background: #CD171D !important;
	color: #fff;
}

.wp-block-button.btn-primary-icon .wp-block-button__link:hover:after{
	color: #fff;
}
.wp-block-button.btn-secondary .wp-block-button__link{
	background: #fff;
	border: 2px solid #CD171D;
}
.wp-block-button.btn-secondary .wp-block-button__link:hover {
	background: #CD171D !important;
}
.wp-block-button.btn-secondary-icon .wp-block-button__link{
	background: #fff !important;
	border: 1px solid #CB2029 !important;
	color: #000;
}
.wp-block-button.btn-secondary-icon .wp-block-button__link:after{
    content: '\e093';
    font-family: 'font awesome 6 pro';
    margin-left: 8px;
    font-size: 14px;
    color: #CB2029;
}
.wp-block-button.btn-secondary-icon .wp-block-button__link:hover{
	background: #CB2029 !important;
	color: #fff;
}
.wp-block-button.btn-secondary-icon .wp-block-button__link:hover:after{
	color: #fff;
}

.wp-block-button.btn-black .wp-block-button__link{
	background: #000;
	border: 2px solid #000;
}
.wp-block-button.btn-black .wp-block-button__link:hover {
	background: #20202050 !important;
	border: 2px solid #000!important;
}
.is-style-outline .wp-block-button__link {
	
}

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

/* Navigation
--------------------------------------------- */
/* Header */
body.logged-in #header {
	top: 32px;
}
#header{
	background: #333;
	border-bottom: 2px solid #CC171E;
	position: sticky;
    top: 0;
    z-index: 1000;
	padding-top: 16px;
	padding-bottom: 4px;
}
#header .constrain {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	position: relative;
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
}
#header .logo {
	width: 171px;
	height: 64px;
	display: block;
}
#header .logo img {
	max-width: 100%;
}
#header nav{
	position: relative;
	width: 100%;
}
#header nav>div>ul {
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: space-between;
}
#header nav>div ul {
	margin: 0;
}
#header nav>div>ul>li {
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	position: relative;
	align-items: center;
	display: flex;
}

#header nav > div > ul > li > a {
    position: relative;
	padding-top: 25px;
	padding-bottom: 19px;
}
#header nav > div > ul > li  a {
	color: #FFF;
	font-family: "Open Sans";
	font-size: 16px;
	font-weight: 700;
	line-height: 24px; /* 150% */
	letter-spacing: 0.32px;
}

#header nav > div > ul > li > a:hover {
    box-shadow: inset 0px -7px 0px #F0292F;
}

#header nav>div>ul>li.menu-item-has-children>a:after{
	content: '\f078';
	font-family: 'font awesome 6 pro';
	margin-left: 8px;
	font-size: 14px;
	color: #fff;
}

#header nav>div>ul>li.menu-item-has-children>a:hover:after{
	content: '\f077';
	font-family: 'font awesome 6 pro';
	margin-left: 8px;
	font-size: 14px;
	color: #fff;
}

#header nav > div > ul > li > ul li.menu-item-has-children > a {
    text-decoration: none;
}

#header nav > div > ul > li > ul li.menu-item-has-children > a:hover {
    text-decoration: none;
}

#header nav > div > ul > li > ul li.menu-item-has-children > a {
    display: flex;
    align-items: center;
    justify-content: space-between; /* Ensures spacing between text and arrow */
    width: 100%; /* Ensures full width for consistent alignment */
}

#header nav > div > ul > li > ul li.menu-item-has-children > a:after {
    content: '\f061';
    font-family: 'Font Awesome 6 Pro';
    font-size: 14px;
    text-decoration: none;
    display: inline-block;
    margin-left: auto;
}

#header nav > div > ul > li > ul li.menu-item-has-children > a:hover:after {
    text-decoration: none;
}

#header nav>div>ul>li>ul li.menu-item-has-children>a:hover:after{
	text-decoration: none;
}
#header nav>div>ul>li>a {
	display: block;
	position: relative;
	font-size: 16px;
	font-weight: 700;
	line-height: 120%;
	text-transform: capitalize;
}
#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: 568px;
}

#header nav>div>ul>li:hover>ul {
	-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;
}
/* Dropdown */

	#header nav>div>ul .sub-menu {
		display: none;
		position: absolute;
		top: 100%;
		left: -43px;
		list-style: none;
		padding: 0px;
		min-width: 353px;
		width: auto;
		background: #242424;
		transition: max-height 0.25s ease-in-out;
		border-top: 0.75px solid rgba(144, 144, 144, 0.15);
		height: 568px;
		z-index: 100;
	}
	#header nav>div>ul .sub-menu li{
		padding-left: 0px;
	}
	/* Show submenu on hover */
	#header nav>div>ul > li:hover > .sub-menu {
		display: block;
	}
	/* Nested submenu positioning (second-level submenu) */
	#header nav>div>ul .sub-menu .sub-menu {
		left: 100%;
		top: 0;
		display: none;
	}
	/* Show second-level submenu on hover */
	#header nav>div>ul .sub-menu li:hover > .sub-menu {
		display: block;
		background: #333;
		box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.10);
		-webkit-transition: max-height 0.25s ease-in-out;
		-ms-transition: max-height 0.25s ease-in-out;
		top: -1px;
        min-width: 589px;
	}

	/* Nested submenu positioning (third-level submenu) */
	#header nav>div>ul .sub-menu .sub-menu .sub-menu{
        /* left: unset; */
		left: 0;
		top: 0;
		display: none;
        background: #242424 !important;
        min-width: 289px;
		-webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1);
		-moz-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1);
		box-shadow: 4px 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;
	}


#header nav>div>ul>li>ul li:first-child {
	padding-top: 32px;
}
#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: 12px 40px;
	/* white-space: nowrap; */
}
#header nav>div>ul>li>ul>li a:hover,
#header nav>div>ul>li>ul>li a:active {
	color: #F0292F;
	text-decoration: none;
}
#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;
	list-style-type: none;
}
#header nav>div>ul>li>ul>li ul{
	display: none;
}
#header nav>div>ul>li>ul>li>ul a {
	display: block;
	padding: 12px 40px;
}
#header nav>div>ul>li>ul>li>ul a:hover,
#header nav>div>ul>li>ul>li>ul a:active {
	
}
#header .search-trigger{
	line-height: 60px;
	padding: 0 0 0 40px;
	moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
	position: relative;
}
#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: 386px;
	max-width: 100%;
	border-bottom: 0.5px solid rgba(204, 204, 204, 0.50);
	height: 44px;
	padding: 12px 16px;
}
#header .search-form input{
	vertical-align:middle;
	background:none;
	border:none;
	box-shadow:none;
	display:inline-block;
	color: #fff;
}
#header .search-form input:focus{
	border-color: #000000;
	-webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
#header .search-form button{
	width: 40px;
	height: 48px;
	background-color: 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:#CB2029;
	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;
}

.header-left {
  width: 200px; /* Fixed width */
}

.header-right {
  flex: 1; /* Take remaining space */
  display: flex;
  flex-direction: column;
}

#header-top {
    height: 44px; /* Height of the top section */
    display: flex;
    align-items: center;
	justify-content: space-between;
	padding: 12px 0px;
    color: #fff;
}
#header-top a{
	font-size: 14px;
	color: #fff;
}
#header-top ul {
	flex: 1;
	list-style-type: none;
	justify-content: flex-end; 
	display: flex;
	gap: 20px; /* Adds spacing between each item in the ul */
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 44px;
}
    
#header-top ul li {
  display: inline-block;
}
#header-top .fa-phone{
	color: #CB2029;
	margin-right: 6px;
	font-size: 15px;
}
#header-bottom a{
	color: #fff;
}
#header-bottom .fa-envelope{
	color: #047BCD;
	margin-right: 8px;
}
#header-bottom .rfq{
	border-radius: 0;
	background:  #CD171D;
	padding: 10px 24px !important;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
}
#header-bottom .rfq:hover{
	background: #383A3D;
}
#header-bottom {
  height: 54px; /* Height of the bottom section */
  display: flex;
  align-items: center;
}
a.cart-lg:after {
    content:"\f07a";
    font-family: "font awesome 6 pro";
    font-weight: 600;
    margin-left: 12px;
    color: #CB2029;
	font-size: 15px;
}
.separator-lg {
    color: #CB2029;
    margin-left: 10px;
    margin-right: 10px;
}
.search-container {
  margin-right: 10px; /* Example margin */
}

.tel {
	margin-right: 20px;
	pointer-events: none;
	font-weight: 700;
	letter-spacing: 0.96px;
	font-size: 16px !important;
}

/* Search Dropdown */
#search-dropdown {
	position: fixed;
	width: 300px;
	max-width: 100%;
	display: block;
	background-color: #CB2029;
	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: 100px;
}
.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: #000000;
	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: #fff;
    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;
	color: #CB2029;
}
#search-dropdown button:hover:after,
#search-dropdown button:active:after {
  opacity: .75;
}
#search-dropdown input::placeholder {
  color: #333333;
  font-size: 16px;
}
#search-dropdown input:-ms-input-placeholder {
  color: #333333;
  font-size: 16px;
}
#search-dropdown input::-ms-input-placeholder {
  color: #333333;
  font-size: 16px;
}

/* Mobile Menu */
.mobile-only{
	display: none;
}
body.logged-in #mobile-menu {
	top: 132px;
}

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

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

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

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

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

#mobile-menu ul li a {
	width: 90%;
	color: #000000;
	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: #000000;
	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: 13px 0;
	color: #000000;
}
#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: #000000;
}
/* 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;
	box-shadow: none;
	height: 48px;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #000000;
	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: #888;
}
#mobile-menu .search-form input:-ms-input-placeholder {
	font-weight: 400;
	font-size: 16px;
	color: #888;
}
#mobile-menu .search-form input::-ms-input-placeholder {
	font-weight: 400;
	font-size: 16px;
	color: #888;
}

/* Footer */
#footer {
	color: #FFF;
	font-family: 'Open Sans';
	font-size: 12px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0.24px;
}
#footer .wp-block-uagb-icon-list-child,
#footer a{
	color: #fff;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px; /* 166.667% */
	letter-spacing: 0.24px;
	font-family: 'Open Sans';
}
#footer-top {
	padding: 48px 20px;
	background: #1C1C1C;
}
#footer-top .constrain {
	width: 100%;
	padding: 60px 0px 0px 0px;
	display: flex;
	position: relative;
	justify-content: space-between;
	border-top: 1px solid #CCCCCC50;
}
#footer-top h5{
	color: #F0292F;
	font-family: "neue-haas-grotesk-display";
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%; /* 24px */
	margin-bottom: 24px;
}
#footer-top .footer-area p strong {
    margin-bottom: 20px;
    display: block;
}

#footer-top .footer-area-four a:hover:after, p.arrow-end a:hover:after {
    text-decoration: none;
}

#footer .column{
	margin-right: 30px;
}
#footer .logo {
	width: 170px;
	display: block;
}
#footer .logo img {
	max-width: 100%;
}
.mt-32{
	margin-top: 32px !important;
}
.mt-22{
	margin-top: 22px !important;
}
.social-icons {
    list-style: none;
    display: flex;
    gap: 15px;
    padding: 0;
}
.social-icons li {
    display: inline-block;
}
.social-icons a {
    text-decoration: none;
    color: #fff;
	display: flex;
	width: 32px;
	height: 32px;
	padding: 8px 11px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 8px;
    transition: color 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.50);
}
.social-icons a i{
    font-size: 16px;
    font-weight: 400;
    line-height: 100%; /* 16px */
    letter-spacing: 0.96px;
    text-transform: uppercase;
}

.social-icons a:hover {
    color: #F0292F !important;
	border-color: #F0292F;
	text-decoration: none;
}
#footer h6 {
	width: 100%;
	margin-bottom: 13px;
}
#footer ul {
	margin: 0;
	padding: 0;
}
#footer ul li {
	margin: 0 0 16px 0;
	padding: 0;
	line-height: 1;
	list-style-type: none;
	display: block;
}
#footer-bottom {
    max-width: 100%;
    margin: 0 auto;
	background: linear-gradient(270deg, #7B0E11 0%, #A41217 100%);
}

#footer-bottom .constrain {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    padding: 32px 20px;
}

#footer-bottom ul {
    list-style: none; /* Remove default list styles */
    padding: 0;
    margin: 0;
}

#footer-bottom ul li {
    display: inline-block;
	padding-top: unset;
	padding-bottom: unset;
}

#footer-bottom ul li a {
    text-decoration: none;
}

#footer-bottom ul li a:hover {
    text-decoration: underline;
}

#footer-bottom .copyright-block,
#footer-bottom .copyright-block p,
#footer-bottom .footer-copyright {
    display: inline-block;
    padding: 0;
	margin-top: 0;
	color: #fff;
}

#footer-bottom .back-to-top-block a {
	color: #FFF;
    width: 44px;
    height: 44px;
	font-size: 12px;
	font-weight: 400;
	line-height: 100%; /* 12px */
	letter-spacing: 0.72px;
	text-transform: uppercase;
}

#footer-bottom a:hover {
    text-decoration: underline;
}
.footer-copyright .footer-area ul li {
    max-width: unset !important;
}

.footer-copyright .footer-area ul li + li::before {
    content: "|";
    margin-left: 20px;
    font-weight: bold;
}

.footer-copyright{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footer-copyright a{
	color: #53565A;
	font-weight: 325;
}

.footer-copyright .separator {
  padding: 0 8px;
}

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


/* Breadcrumbs
--------------------------------------------- */
#breadcrumbs {
    color: #19191F;
    background: transparent;
    padding: 22px 0;
	font-size: 12px;
	font-weight: 400;
	line-height: 20px; /* 166.667% */
	letter-spacing: 0.24px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    max-width: 100%;
    width: 1200px;
	z-index: 1;
}
#breadcrumbs .container{
	max-width: 1200px;   
}
#breadcrumbs a{
	background: linear-gradient(180deg, #FFF 51.5%, #DDDADA 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 12px;
	font-weight: 400;
	line-height: 20px; /* 166.667% */
	letter-spacing: 0.24px;
}
#breadcrumbs a:hover{
	color: #F0292F !important;
	background: none;
	background-clip: none;
	-webkit-text-fill-color: #F0292F;
}
#breadcrumbs .container > a:first-child{
	color: #243E88 !important;
	font-size: 12px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0.24px;
}
.breadcrumb_last{
	background: linear-gradient(180deg, #FFF 51.5%, #DDDADA 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 12px;
	font-weight: 400;
	line-height: 20px; /* 166.667% */
	letter-spacing: 0.24px;
}

#breadcrumbs .separator{
    margin-left: 10px;
	margin-right: 10px;
	font-size: 16px;
	font-style: normal;
	background: linear-gradient(180deg, #FFF 51.5%, #DDDADA 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

#breadcrumbs .separator i{
	font-weight: 325;
	font-size: 12px;
}
#breadcrumbs i{
	font-size: 16px;
}
#breadcrumbs span > span:not(:last-child)::after {
    content: "\f054";
	font-family: "Font Awesome 6 Pro";
    margin: 0 10px;
	background: linear-gradient(180deg, #FFF 51.5%, #DDDADA 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 12px;
	font-weight: 325;
}
#inner-banner #breadcrumbs {
    color: #fff;
}
#inner-banner #breadcrumbs a{
	color: #fff !important;
}
#inner-banner #breadcrumbs a:hover{
	color: #F0292F;
	background-clip: none;
	-webkit-text-fill-color: #F0292F;
}
#inner-banner #breadcrumbs .container > a:first-child{
	color: #F0292F !important;
	background-clip: none;
	-webkit-text-fill-color: #F0292F;
}
#inner-banner .breadcrumb_last{
	color: #fff !important;
}

#inner-banner #breadcrumbs .separator{
	color: #fff;
}

#inner-banner #breadcrumbs span > span:not(:last-child)::after {
	color: #fff;
}

/* Banners
--------------------------------------------- */
.main-banner-button{
	z-index: 1;
}
.main-banner{
	height: 651px;
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: flex-end;
}
.main-banner .wp-block-cover__background.has-background-dim{
	display: none;
}
.main-banner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.20) 48.38%, #1C1C1C 100%);
    pointer-events: none; /* Ensures overlay does not interfere with interactions */
}
.main-banner h1{
	text-align: center;
	font-family: "neue-haas-grotesk-display";
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%; /* 57.6px */
	letter-spacing: -0.96px;
	color: #fff;
	max-width: 747px;
	padding-left: 20px;
	padding-right: 20px;
	text-shadow: 0px 4px 4px #00000040;
}
.main-banner .uagb-image-caption {
    position: absolute;
    top: -37px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.24px;
    color: #ffffff;
}

.scroll-line {
	position: absolute;
	text-align: center;
	z-index: 100;
	left: 50%;
	transform: translate(-50%, -50%);
}
.scroll-line figure.wp-block-uagb-image__figure {
    align-items: center;
}
.scroll-line figure.wp-block-uagb-image__figure img{
    filter: invert(19%) sepia(94%) saturate(7487%) hue-rotate(358deg) brightness(103%) contrast(119%);
}

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

/* 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: #000000 !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: 200px;
	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: #000000 !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: 323px;
}
.custom-video .video{
	height: 100%;
	width: 100%;
	display: block;
	position: relative;
    background-size: cover;
    background-position: center;
}

.custom-video::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.50) 100%);
    transition: opacity 0.3s ease-in-out;
    opacity: 1;
}

.custom-video:hover::after {
    opacity: 0.5;
}
.custom-video .play{
	width: 86px;
	height: 86px;
	background-color: #fff;
	border-radius: 100%;
	position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    transition: background-color 0.3s ease-in-out;
	z-index: 2;
}
.custom-video .play i{
	color: #CD171D;
	position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
	font-size: 32px;
    transition: color 0.3s ease-in-out;
	z-index: 1;
}

.custom-video:hover .play{
	background-color: #CD171D;
}

.custom-video:hover .play i{
	color: #fff;
}

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

.gallery-block {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.gallery-block .gallery-image {
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}


.gallery-block .gallery-image img {
    max-height: 100px; /* Adjust as needed */
    width: auto; /* Maintain aspect ratio */
}

.industries-gallery .spectra-image-gallery__media.spectra-image-gallery__media--masonry,
.industries-gallery .spectra-image-gallery__media.spectra-image-gallery__media--masonry:hover{
    box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.50) !important;
}

/* Carousels */
.carousel {
	width: 100%;
	padding: 0 15px;
}
.carousel .slick-prev {
    left: 0;
    z-index: 1;
}

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

.carousel .slick-prev:before,
.carousel .slick-next:before {
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    content: '\f060'; /* Left arrow for prev */
    border: 2px solid #CD171D;
	background: #1C1C1C;
    border-radius: 50%;
    width: 68px;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff; /* Arrow color */
    font-size: 24px;
	filter: drop-shadow(0px 6px 24px rgba(0, 0, 0, 0.50));
	opacity: 1;
}

.carousel .slick-next:before {
    content: '\f061'; /* Right arrow for next */
}


.carousel .slick-prev:hover:before,
.carousel .slick-next:hover:before{
	background: #CD171D;
	border-color: #333;
}
.carousel.slick-dotted {
	margin-bottom: 0;
}


/* --------- Dash slider -------*/

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

.slick-dots {
  position: relative;
  bottom: -25px;
  display: flex;
  justify-content: center; /* Center align the dots */
  width: 60%;
  padding: 0;
  margin: 0 auto;
  list-style: none;
}

.slick-dots:before {
  content: "";
  display: block;
  width: 100%;
  height: 12px;
  background-color: #333; /* Adjusted color */
  opacity: 0.5; /* Default opacity */
  position: absolute;
  left: 0;
  border-radius: 100px;
}

.slick-dots li {
  flex: 1; /* Each dot takes equal space */
  display: flex; /* Ensure dot is centered */
  justify-content: center; /* Center align button within li */
  align-items: center; /* Center vertically */
  margin: 0;
  padding: 0;
  cursor: pointer;
  background-color: transparent;
}

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

.slick-dots li button:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  max-height: 12px;
  background-color: #8B8787; /* Adjusted color */
  opacity: 0; /* Default opacity */
  border-radius: 100px;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75; /* Adjusted active opacity */
}

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

.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 6 Pro";
  content: "\f060";
  color: #292b2c;
  font-size: 20px;
}

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

.ub_image_slider .swiper-slide {
    /* width: 485px !important; */
    height: 345px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    gap: 0;
}

.ub_image_slider .swiper-slide img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

.ub_image_slider .swiper-wrapper {
    display: flex;
    justify-content: flex-start;
    margin: 0;
    padding: 0;
    /* margin-left: -20px; */
}

.ub_image_slider .swiper-button-prev:after,
.ub_image_slider .swiper-button-next:after{
    color: #CD171D;
    top: 190px;
    position: absolute;
}
.ub_image_slider .swiper-button-prev:after{
    left: 200%;
}
.ub_image_slider .swiper-button-next:after{
    right: 200%;
}

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

/*----------- Red Background Boxed --------------*/
.red-background-boxed.wp-block-uagb-container {
	padding: 50px 70px !important;
	max-width: 1200px;
    display: flex;
    flex-direction: column;
	background: url('/wp-content/uploads/red-floating-banner.jpg') center center no-repeat;
}
.red-background-boxed.wp-block-uagb-container h2,
.red-background-boxed.wp-block-uagb-container p{
	color: #fff;
}

.red-background-boxed.wp-block-uagb-container p.eyebrow{
	text-transform: uppercase;
}
.red-background-boxed.wp-block-uagb-container .wp-block-button__link{
	background: #000;
	border-color: #000;
}
.red-background-boxed.wp-block-uagb-container .wp-block-button__link:hover{
	background: #20202080;
	border-color: #000 !important;
}

.red-background h2{
	color: #fff;
    background: none; 
    -webkit-background-clip: border-box; 
    -webkit-text-fill-color: initial;
}
/*----- Custom Gallery ------ */
.custom-gallery .swiper-button-next:after, 
.custom-gallery .swiper-button-prev:after{
    color: #CD171D;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 20px */
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

/*----------- Homepage Tiled Gallery --------------*/
.tiled-custom-gallery .spectra-image-gallery__media-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.tiled-custom-gallery .spectra-image-gallery__media {
    position: relative;
    width: 100%;
    height: 100%;
}

.tiled-custom-gallery .spectra-image-gallery__media-thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/*-------- Large Buckets 3 columns Sliders --------*/
.buckets.three-columns.buckets-large.has-gallery .slick-prev, .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 68px;
    height: 68px;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.buckets.three-columns.buckets-large.has-gallery .slick-prev {
    left: -68px; /* Adjust to move outside the bucket */
}

.buckets.three-columns.buckets-large.has-gallery .slick-next {
    right: -68px; /* Adjust to move outside the bucket */
}
.buckets.has-gallery .slick-track {
    display: flex;
    gap: 32px ;
}

.buckets.three-columns.buckets-large.has-gallery.carousel .slick-next {
    right: unset;
}

/* Left Gradient */
.buckets.five-columns.buckets-small.has-gallery::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 136px;
  height: 100%;
  background: linear-gradient(90deg, #1C1C1C 0%, rgba(32, 32, 32, 0) 100%);
  pointer-events: none;
  z-index: 1;
}

/* Right Gradient */
.buckets.five-columns.buckets-small.has-gallery::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 136px;
  height: 100%;
  background: linear-gradient(90deg, rgba(32, 32, 32, 0) 0%, #1C1C1C 100%);
  pointer-events: none;
  z-index: 1;
}

/*----------- Buckets ------------*/

.buckets{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	justify-content: center;
	margin: 0 -16px;
    gap: 32px;
}
.bucket{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction:column;
	flex-direction: column;
	padding: 0px;
}

.bucket a {
	display: block;
	color: #212121;
	position: relative;
	height: 250px;
}
.bucket .content{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction:column;
	flex-direction: column;
}
.bucket a:hover,
.bucket a:active {
	color: #212121;
}

.bucket a:focus{
	border: none;
    outline: none;
}

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

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

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

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

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

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


/* Buckets Small */
.buckets-small {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content:center;
}

.buckets-small.three-columns .bucket {
  width: unset;
}

.buckets-small .slick-slide  {
  display: flex !important;
  width: 265px !important;
}
.buckets-small .bucket {
  display: flex !important;
  width: 265px !important;
  height: 286px;
  justify-content: flex-start;
  align-items: flex-start;
  background: #333 !important;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  transform: none;
  /* flex-grow: 1; */ /* Allow bucket to grow with content */
  /* flex-basis: calc(33.33% - 20px); */ /* Flex basis for three columns with gaps */
  box-sizing: border-box;
	padding: 32px 24px;
}


.buckets-small .bucket a {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-decoration: none;
    color: inherit;
	row-gap: 16px;
}

.buckets-small .bucket .image {
    width: 100%;
    overflow: visible;
    transition: transform 0.3s ease-in-out;
	height: 48px;
	margin-bottom: 24px;
}
.buckets-small .bucket .image i {
    font-size: 48px;
    color: #F0292F;
    transform: scale(0.9);
    transition: transform 0.3s ease-in-out;
}
.buckets-small .bucket:hover .image i {
    transform: scale(1);
}
.buckets-small .bucket .image img {
    width: auto;
	max-height: 100%;
    transform: scale(0.9);
    transition: transform 0.3s ease-in-out;
	max-width: 100%;
}

.buckets-small .bucket .content {
  flex-grow: 1;
  display: flex;
  align-items: flex-start;
  position: relative;
}

.buckets-small .bucket .content h5 {
	font-size: 20px;
	font-weight: 700;
	line-height: 100%; /* 16px */
	letter-spacing: 0.96px;
	text-align: left;
	/* width: auto; */
}

.buckets-small .bucket .content::after {
}
.buckets-small .bucket:hover .content::after {
	color: #FF7A27;
}
.buckets-small .bucket .content {
    transition: transform 0.3s ease-in-out;
}

.buckets-small .bucket .excerpt {
    opacity: 1;
    transition: transform 0.3s ease-in-out;
}

.buckets-small .bucket .title {
	width: 100%;
    opacity: 0;
	text-align: left;
    transform: translateY(20px);
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.buckets-small .bucket:hover .image img {
    transform: scale(1);
}

.buckets-small .bucket:hover .content {
    transform: translateY(-10px);
}

.buckets-small .bucket:hover .excerpt {
    transform: translateY(-10px);
	/*
	height: 48px;
	overflow-y: auto;
	*/
}

.buckets-small .bucket:hover .title {
    opacity: 1;
    transform: translateY(0);
	color: #F0292F;
}

.buckets-small .bucket .title p small {
	font-weight: 700;
}
.buckets-small .bucket .content .title .fa-arrow-right-long {
    margin-left: 24px;
    transition: margin-left 0.3s ease-in-out, color 0.3s ease-in-out;
}

.buckets-small .carousel .slick-prev {
	margin-top: -25px;
}

/* Bucket Large */
.buckets-large {
    display: flex;
    gap: 60px 32px;
	justify-content: flex-start;
}
.buckets-large .bucket {
    display: flex;
    max-width: 368px;
	height: 422px;
    overflow: hidden;
	border-radius: 48px 0px 48px 0px;
}

.buckets-large .bucket .image {
    height: 190px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.buckets-large .bucket .content {
    height: 232px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
	background-color: #333;
	border-radius: 0px 0px 48px 0px;
}

.buckets-large .bucket .title {
    font-size: 18px;
    font-weight: bold;
	color: #fff;
	text-align: left;
}

.buckets-large .bucket .excerpt {
    margin-bottom: 10px;
}

.buckets-large .bucket .image:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.60) 100%);
    opacity: 0; /* Initially hidden */
    transition: opacity 0.3s ease-in-out;
}

.buckets-large .bucket:hover .image:after {
    opacity: 1; /* Fade in on hover */
}

.buckets-large .bucket:hover .content .button {
    background: #FFBE5C;
}

.buckets-large .bucket:hover .content .button::after {
    color: #fff;
}

.buckets-large .bucket .content .title {
    max-width: 85%;
    display: flex;
    align-self: top; 
    margin-bottom: 5px;
	margin-left: 0;
}

.buckets-large .bucket .content .title .h4 {
	margin: 0 !important;
	padding: 0 20px 18px 32px;
	text-align: left;
	font-size: 24px;
	font-weight: 400;
	line-height: 120%;
	text-transform: capitalize;
	display: block;
}

.buckets-large .bucket:hover .content .title .h4 {
	color: #fff !important;
}

.buckets-large .bucket .content .title small {
	font-weight: 700;
}
.buckets-large .bucket .content .title .fa-arrow-right-long {
    margin-left: 24px;
    transition: margin-left 0.3s ease-in-out, color 0.3s ease-in-out;
}
.buckets-large .bucket:hover .content .title small,
.buckets-large .bucket:hover .content .title .fa-arrow-right-long{
	color: #F0292F;
    transition: color 0.3s ease-in-out;
}
.buckets-large .bucket:hover .content .title .fa-arrow-right-long{
	margin-left: 48px;
}

.buckets-large .bucket .content .excerpt {
	text-align: left;
	font-size: 18px;
	font-style: normal;
	font-weight: 325;
	line-height: 28px; /* 155.556% */
	letter-spacing: 0.36px;

}

.buckets-large .bucket .content .excerpt p{
	color: #fff;
}
.buckets-large .bucket:hover .content .excerpt {
    opacity: 1;
}

.buckets-large .bucket .content .button {
    display: inline-block;
    margin-left: 10px; /* Space between text and button */
    padding: 20px 8px 18px 6px;
    background-color: #fff; /* Adjust button color */
    color: #fff;
    border-radius: 50%; /* Circle button */
    font-size: 0px; /* Adjust arrow size */
    width: 46px;
    height: 46px;
    text-align: center;
    line-height: 2px; /* Adjust alignment of the arrow */
    position: absolute;
    right: 0px;
    top: 20px;
}

.buckets-large .bucket .content .button::after {
    content: '\f061';
    font-family: 'font awesome 6 pro';
    font-size: 20px; /* Adjust arrow size */
    color: #047BCD; /* Arrow color */
}

.buckets-large .slick-slide {
    padding-top: 15px;
    padding-bottom: 15px;
}


/* Bucket Large with color ----------------------------
-------------------------------------------------------*/
.buckets-large_color  {
	display: flex;
	flex-wrap: wrap; /* Allow buckets to wrap to the next line if needed */
	gap: 32px; /* Creates a 10px gap between buckets */
	max-width: 1200px;
}
.buckets-large_color .bucket {
	position: relative;
	width: 365px;
	height: 325px;
	border-radius: 10px;
	overflow: hidden;
	transition: transform 0.3s;
	border: none;
}

.four-columns.buckets-large_color .bucket {
	width: 268px;
	height: 352px;
}

.buckets-large_color .bucket a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: inherit;
	position: relative;
	border-radius: 10px;
}

.buckets-large_color .bucket:hover .image {
}
.buckets-large_color .bucket .image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	z-index: 1;
	border-radius: 10px;
	filter: grayscale(0%);
	transition: filter 0.5s ease;
	background-blend-mode: multiply;
	background-color: rgba(0, 0, 0, 0.3);
}
.buckets-large_color .bucket .gradient-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%!important;
	background: rgba(0, 0, 0, 0.6); /* Transparent by default */
	z-index: 10;
	transform: translateY(100%);
	transition: transform 0.5s ease-in-out;
}
    
.buckets-large_color .bucket:hover .gradient-overlay {
    background: rgba(0, 0, 0, 0.4); /* Slight darkening on hover */
	background: linear-gradient(177deg, rgba(0, 0, 0, 0.00) -10.92%, rgba(0, 0, 0, 0.90) 69.73%), #00000050 90% / cover no-repeat;
    transform: translateY(0%);
	opacity: 70%;
}

.buckets-large_color .bucket:hover .image {
    filter: grayscale(75%);
}

.buckets-large_color  .bucket .image img {
	width: 100%;
	height: 100%;
	object-fit: cover; /* Ensures the image covers the div */
}

.buckets-large_color  .bucket .content {
	position: absolute;
	bottom: 0px;
	width: 100%;
	text-align: center;
	z-index: 3;
	display: flex;
	flex-direction: column; 
	justify-content: flex-end;
	height: 100%;
}
.buckets-large_color  .bucket:hover .content {
    
}
.buckets-large_color  .bucket:hover .content .button {
    background: #FFBE5C;
}

.buckets-large_color  .bucket:hover .content .button::after {
    color: #fff;
}

.buckets-large_color  .bucket:hover .image {
   
}

.buckets-large_color  .bucket .content .title {
    max-width: 85%;
    display: flex;
    align-self: flex-start; 
    margin-bottom: 5px;
}

.buckets-large_color  .bucket .content .title .h4 {
	margin: 0 !important;
	padding: 0 20px 18px 16px;
	color: #fff !important;
	text-align: left;
	font-size: 24px;
	font-weight: 325;
	line-height: 120%; /* 38.4px */
	text-transform: capitalize;
	display: block;
}

.buckets-large_color  .bucket .content .excerpt {
    opacity: 0;
    transition: opacity 0.5s ease-in-out, max-height 0.5s ease-in-out;
    text-align: left;
    padding: 15px;
    font-size: 18px;
    font-style: normal;
    font-weight: 325;
    line-height: 28px; /* 155.556% */
    letter-spacing: 0.36px;
}

.buckets-large_color  .bucket .content .excerpt p{
	color: #fff;
}
.buckets-large_color  .bucket:hover .content .excerpt {
    opacity: 1;
}

.buckets-large_color  .bucket .content .button {
    display: inline-block;
    margin-left: 10px; /* Space between text and button */
    padding: 20px 8px 18px 6px;
    background-color: #fff; /* Adjust button color */
    color: #fff;
    border-radius: 50%; /* Circle button */
    font-size: 0px; /* Adjust arrow size */
    width: 46px;
    height: 46px;
    text-align: center;
    line-height: 2px; /* Adjust alignment of the arrow */
    position: absolute;
    right: 0px;
    top: 20px;
}

.buckets-large_color  .bucket .content .button::after {
    content: '\f061';
    font-family: 'font awesome 6 pro';
    font-size: 20px; /* Adjust arrow size */
    color: #047BCD; /* Arrow color */
}

.buckets-large_color  .slick-slide {
    padding-top: 15px;
    padding-bottom: 15px;
}


/* -------------- Bucket with Background ----------------- */
.buckets-background{
	gap: 18px;
}
.buckets-background .bucket {
		position: relative;
		width: 568px;
		height: 346px;
	    box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.10);
	    border-radius: 32px;
		overflow: hidden;
		transition: transform 0.3s;
		border: none; /* Remove border */
    }
    
.buckets-background .bucket a {
        display: block;
        width: 100%;
        height: 100%;
        text-decoration: none;
        color: inherit;
        position: relative;
		border-radius: 10px;
    }
    
.buckets-background .bucket .image {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
        z-index: 1;
	    border-radius: 32px;
    	transition: transform 0.5s ease, filter 0.5s ease;
    }
    
.buckets-background .bucket .gradient-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
    opacity: 1;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 50%, rgba(0, 0, 0, 0.45) 100%) no-repeat;
    transition: background 0.5s ease-in-out, border-radius 0.5s ease-in-out, opacity 0.5s ease-in-out;
}


.buckets-background .bucket:hover .gradient-overlay {
    border-radius: 32px;
    opacity: 0.9;
    background: linear-gradient(203deg, rgba(80, 70, 100, 0.00) 32.44%, 
                rgba(80, 70, 100, 0.28) 53.42%, 
                rgba(80, 70, 100, 0.4) 94.05%), 
                linear-gradient(0deg, rgba(50, 50, 75, 0.2) 0%, 
                rgba(50, 50, 75, 0.05) 100%), 
                linear-gradient(180deg, rgba(60, 50, 90, 0.00) 50%, 
                rgba(60, 50, 90, 0.5) 100%);
    transition: background 0.5s ease-in-out, border-radius 0.3s ease-in-out;
}


.buckets-background .bucket:hover .image {
    	filter: grayscale(0%);
		transform: scale(1.05);
}
.buckets-background .bucket .content {
        position: absolute;
        bottom: 0px;
        width: 100%;
        text-align: center;
        z-index: 3;
    }
    
.buckets-background .bucket .title .h4 {
        margin: 0 !important;
        padding: 0 20px 48px 56px;
        color: #fff !important;
		text-align: left;
	    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.50), 0px 0px 24px #000;
	    font-size: 32px;
	    font-style: normal;
	    font-weight: 300;
	    line-height: 120%;
        display: block;
}

.buckets-background .carousel .slick-next {
    right: 0;
}
.buckets-background .carousel .slick-prev {
    left: 0;
}



/* -------------- Bucket with Icon ----------------- */
.buckets-icon{
	gap: 18px;
}
.buckets-icon .bucket {
	position: relative;
	width: 265px;
	height: 286px;
	background: #333 !important;
	border-radius: 0;
	overflow: hidden;
	transform: none;
	transition: transform 0.3s;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	border: none; /* Remove border */
	padding: 32px 24px;
    }
    
.buckets-icon .bucket a {
        display: block;
        width: 100%;
        height: 100%;
        text-decoration: none;
        color: inherit;
        position: relative;
	border-radius: 0;
    }
    
.buckets-icon .bucket .image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
    border-radius: 15px;
    transition: transform 0.5s ease, filter 0.5s ease;
}
    
.buckets-icon .bucket .gradient-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}
    
.buckets-icon .bucket:hover .gradient-overlay {
}

.buckets-icon .bucket .gradient-overlay::after {
    content: "";
    position: absolute; 
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	/*
    background-image: url('/wp-content/uploads/icon-bucket-hex-texture.png');
	*/
    background-size: auto;
    background-repeat: no-repeat;
    background-position: right bottom;
}
.buckets-icon .bucket:hover .image {
}
.buckets-icon .bucket .content {
        position: absolute;
        top: 23px;
        width: 100%;
        text-align: center;
        z-index: 3;
    }
    
.buckets-icon .bucket .title .h4 {
        margin: 0 !important;
        padding: 0 20px 15px 20px;
        color: #fff !important;
		text-align: center;
		font-size: 20px;
		font-weight: 400;
		line-height: 125%;
        display: block;
}

.buckets-icon .carousel .slick-next {
    right: 0;
}
.buckets-icon .carousel .slick-prev {
    left: 0;
}

/* -------------- Bucket with Intro icon  ----------------- */
/* Ensure the main wrapper is centered */

/* Right Gradient */
.boxslider-container-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 136px;
  height: 100%;
  background: linear-gradient(90deg, rgba(32, 32, 32, 0) 0%, #1C1C1C 100%);
  pointer-events: none;
  z-index: 1;
}
.boxslider-wrapper {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: relative;
    align-items: flex-start;
}

/* Left section stays within wrapper */
.boxslider-wrapper .leftboxslider {
    width: 40%;
    max-width: 416px;
    padding: 0px 40px 20px 0px;
    position: relative;
    z-index: 2;
}

/* Right section extends outside wrapper to touch the right screen edge */
.boxslider-wrapper .rightboxslider {
    position: absolute;
    left: 40%; /* Align with left box */
    width: calc(100vw - 40%); /* Expand to right screen edge */
    top: 0;
    bottom: 0;
    overflow: hidden;
}
.boxslider-wrapper .rightboxslider .slick-list.draggable {
    padding-left: 160px;
    padding-right: 200px;
}

/* Ensure slider takes full width of rightboxslider */
.boxslider-wrapper .carousel {
    width: 100%;
}

.boxslider-wrapper .slick-dots li button:before{
    content: "\e404";
    font-family:"font awesome 6 pro";
}
.boxslider-wrapper .slick-active button:before{
    color: #F37324 !important;
}
.buckets-intro{
	gap: 32px;
}
.buckets-intro .slick-slide div{
	margin-left: 0px !important;
	text-align: left;
}
.buckets-intro .buckets.has-gallery .slick-track{
	justify-content: flex-start;
	gap: 32px;
}
.buckets-intro .slick-slide {
    width: 365px !important;
    flex: 0 0 265px !important;
}

.buckets-intro .bucket {
	position: relative;
	width: 265px !important;
	height: 286px;
	background: #333 !important;
	border-radius: 0;
	overflow: hidden;
	transition: transform 0.3s;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	border: none; /* Remove border */
	padding: 32px 24px;
}


.buckets-intro .bucket a {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-decoration: none;
    color: inherit;
    row-gap: 10px;
}

.buckets-intro .bucket .image {
    width: 100%;
    overflow: hidden;
    transition: transform 0.3s ease-in-out;
	height: 48px;
	margin-bottom: 24px;
}

.buckets-intro .bucket .image img {
    width: auto;
	max-height: 100%;
    transform: scale(0.9);
    transition: transform 0.3s ease-in-out;
    max-width: 100%;
}

.buckets-intro .bucket .image i {
    font-size: 48px;
    color: #F0292F;
    transform: scale(0.9);
    transition: transform 0.3s ease-in-out;
}
.buckets-intro .bucket:hover .image i {
    transform: scale(1);
}
.buckets-intro .bucket .content {
  flex-grow: 1;
  display: flex;
  align-items: flex-start;
  position: relative;
}

.buckets-intro .bucket .content h5 {
	font-size: 20px;
	font-weight: 700;
	line-height: 100%; /* 16px */
	letter-spacing: 0.96px;
	/* width: auto; */
}

.buckets-intro .bucket .content::after {
}
.buckets-intro .bucket:hover .content::after {
	color: #FF7A27;
}
.buckets-intro .bucket .content {
    transition: transform 0.3s ease-in-out;
}

.buckets-intro .bucket .excerpt {
    opacity: 1;
    transition: transform 0.3s ease-in-out;
}

.buckets-intro .bucket .title {
	width: 100%;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.buckets-intro .bucket:hover .image img {
    transform: scale(1);
}

.buckets-intro .bucket:hover .content {
    transform: translateY(-10px);
}

.buckets-intro .bucket:hover .excerpt {
    transform: translateY(-10px);
	/*
	overflow-y: auto;
	*/
}

.buckets-intro .bucket:hover .title {
    opacity: 1;
    transform: translateY(0);
	color: #F0292F;
}

.buckets-intro .bucket .title p small {
	font-weight: 700;
}
.buckets-intro .bucket .content .title .fa-arrow-right-long {
    margin-left: 24px;
    transition: margin-left 0.3s ease-in-out, color 0.3s ease-in-out;
}
.buckets-intro .carousel .slick-next {
    left: calc(62% + 50px);
	top: 317px;
    right: unset;
    transform: unset;
}
.buckets-intro .carousel .slick-prev {
	left: 62%;
	top: 342px;
}
.buckets-intro .carousel .slick-prev:before, .buckets-intro .carousel .slick-next:before
{
	width: 40px;
	height: 40px;
}
.buckets-intro .slick-dots {
	margin-left: unset;
	bottom: -65px;
}
/* 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: #000000;
	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: #000000;
	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: #000000;
}
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;
}
.files a{
	border: 1px solid #ddd;
	height: 39px;
	line-height: 39px;
	padding: 0 0 0 10px;
	display: block;
	text-align: right;
	font-size: 15px;
}
.files span{
	font-weight: bold;
	float: left;
}
.files i{
	font-size: 18px;
	margin-left: auto;
	padding: 0 14px;
}

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

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

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

.table-responsive::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: #B4368A;
}

table.has-fixed-layout {
    border-collapse: collapse;
    width: 100%;
    table-layout: auto !important;
}

table.has-fixed-layout td {
    border-left: none;
    border-right: none;
    border-top: none;
    padding: 16px ;
    vertical-align: top;
}

table.has-fixed-layout td:first-child {
    white-space: nowrap;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 24px */
	font-family: "neue-haas-grotesk-display";
	padding-right: 40px;
}

.wp-block-table{
	margin-bottom:0;
}
.wp-block-table tbody tr:first-child td {
}

.wp-block-table td {
	border-bottom: 1px solid #333;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px; /* 150% */
	letter-spacing: 0.32px;
	color: #FFF;
}

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

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

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

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

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

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

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

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

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

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

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

.wpcf7-form .input-group {
	display: flex;
	flex-direction: column;
	padding: 0 16px;
	margin-bottom: 15px;
}
.wpcf7-form .input-group br{
	display: none;
}
.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form input[type=number],
.wpcf7-form input[type=tel],
.wpcf7-form textarea,
.wpcf7-form select,
.wpcf7-form .bootstrap-select {
	color: #fff;
	font-size: 16px;
	line-height: 44px !important;
	background: #333;
	border: 1px solid #333333;
	border-radius: 0;
	width: 100%;
	height: 44px;
	margin: 0;
	padding: 0 15px;
	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: #000000;
}

.wpcf7-form textarea {
	line-height: 1em !important;
	height: 120px !important;
	padding: 15px;
}

.wpcf7-form label {
	color: #fff;
}

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

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

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

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

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

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

.wpcf7-form input[type=submit],
#quick-contact .wpcf7-form input[type=submit]{
	border-radius: 0;
	background: #CD171D;
	display: inline-flex;
	padding: 10px 24px;
	justify-content: center;
	align-items: center;
	gap: 8px;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 100%;
	letter-spacing: 0.96px;
	font-family: "neue-haas-grotesk-display";
	text-transform: uppercase;
	color: #fff !important;
	transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease;
	border: 2px solid transparent !important;
	white-space: nowrap;
    height: 44px;
}
.wpcf7-form input[type=submit]:hover,
#quick-contact .wpcf7-form input[type=submit]:hover{
	background: #202020;
	color: #fff;
	text-decoration:none;
	border: 2px solid #CD171D !important;
	transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.wpcf7-not-valid-tip {
	color: #ccc;
	font-size: 14px;
	font-weight: bold;
	margin-top: 5px;
	position: absolute;
}

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

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

#quick-contact {
	position: relative;
	overflow: hidden;
	display: flex;
	column-gap: 80px;
	width: 100%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
}
#quick-contact .gform_title{
	display: none;
}
#quick-contact .wpcf7-form {
	margin: 0;
	padding: 0 15px 15px;
	max-width: 100%;
	position: relative;
}

#quick-contact .ml-1.wp-block-button {
    margin-top: 30px;
}

#quick-contact .wpcf7-form input[type=text],
#quick-contact .wpcf7-form input[type=email],
#quick-contact .wpcf7-form input[type=number],
#quick-contact .wpcf7-form input[type=tel],
#quick-contact .wpcf7-form textarea,
#quick-contact .wpcf7-form select,
#quick-contact .wpcf7-form .bootstrap-select {
}

#quick-contact .wpcf7 .input-file-wrapper .file-upload-wrapper{
	padding-left: 0px !important;
}
#quick-contact .wpcf7-form input[type=text]:focus,
#quick-contact .wpcf7-form input[type=email]:focus,
#quick-contact .wpcf7-form input[type=number]:focus,
#quick-contact .wpcf7-form input[type=tel]:focus,
#quick-contact .wpcf7-form textarea:focus,
#quick-contact .wpcf7-form select:focus,
#quick-contact .wpcf7-form .bootstrap-select:focus,
#quick-contact .file-upload-wrapper:focus{
    outline: none; /* Optional: remove default focus outline */
}

#quick-contact .gfield_label,
#quick-contact label .required,
#quick-contact .wpcf7-form p,
#quick-contact .wpcf7-form .error,
#quick-contact .wpcf7-form .errorMessage {
	color: #fff;
}
.file-upload-placeholder {
	display: inline-block;
	width: 100%;
	text-align: left;
	color: #ffffff50;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.32px;
}

#quick-contact .wpcf7-form input::placeholder {
	color: #ffffff50;
}

#quick-contact .wpcf7-form input:-ms-input-placeholder {
	color: #ffffff50;
}

#quick-contact .wpcf7-form input::-ms-input-placeholder {
	color: #ffffff50;
}

#quick-contact .wpcf7-form textarea::placeholder {
	color: #ffffff50;
}

#quick-contact .wpcf7-form textarea:-ms-input-placeholder {
	color: #ffffff50;
}

#quick-contact .wpcf7-form textarea::-ms-input-placeholder {
	color: #ffffff50;
}


/*---------- Contact Page -----*/

.wp-block-contact-form-7-contact-form-selector .wpcf7-form input[type=text],
.wp-block-contact-form-7-contact-form-selector .wpcf7-form input[type=email],
.wp-block-contact-form-7-contact-form-selector .wpcf7-form input[type=number],
.wp-block-contact-form-7-contact-form-selector .wpcf7-form input[type=tel],
.wp-block-contact-form-7-contact-form-selector .wpcf7-form textarea{
}
.wp-block-contact-form-7-contact-form-selector label{
	display:  none;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.button {
	display: flex;
	background: #CD171D;
	height: 44px;
	padding: 16px 24px;
	justify-content: center;
	align-items: center;
	gap: 8px;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 100%; /* 16px */
	letter-spacing: 0.96px;
	text-transform: uppercase;
	color: #fff;
	transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease;
	border: 0px !important;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.button:hover{
	background: #383A3D;
}
/*---------- RFQ -----*/
a.phone-link{
	color: #243E88;
	font-weight: 700;
	text-decoration: none;
}
a.phone-link:hover{
	text-decoration: underline;
}

/*------------ Gravity Form Request a Quote -----------*/

/* Gravity Form - Upload Field */
/* Hide the default file input styling */
.gform_wrapper.gravity-theme .gform_validation_errors{
	background: unset !important;
}
.gform_wrapper .ginput_container_fileupload {
  position: relative;
  display: inline-block;
  width: 100%;
  border:none;
}
.gform_wrapper.gravity-theme .gfield textarea,
.gform_wrapper.gravity-theme .gfield input,
.gform_wrapper.gravity-theme .gfield select{
  border-radius: 4px;
  border: 1px solid #333;
  background: #333;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
  letter-spacing: 0.28px;
}
.gform_wrapper.gravity-theme .gsection {
    border-bottom: 1px solid #777 !important;
}
.gform_wrapper .ginput_container_fileupload::before {
  content: "Attach File(s)"; /* Placeholder text */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /* height: 100%; */
  background-color: #333;
  border: 1px solid #333;
  border-radius: 4px;
  padding: 12px 10px;
  font-size: 14px;
  /* line-height: 1.5; */
  box-sizing: border-box;
  z-index: 1; /* Below the file input */
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #ccc;
}

.gform_wrapper .gform_drop_area {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #333;
  border-radius: 0px !important;
  background-color: #fff;
  cursor: pointer;
  transition: border-color 0.3s ease;
  height: auto;
  min-height: 40px;
  overflow: hidden;
  padding: 10px !important;
}

.gform_wrapper .gform_button_select_files {
  width: 10px !important;
  font-size: 0 !important;
  background: transparent !important;
  height: 25px;
  border: 0px;
}

.gform_wrapper .gform_drop_area::after {
  content: "\f0c6";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: #F0292F;
  z-index: 2;
  pointer-events: none;
}
.gform_wrapper .dashicons-trash:before{
	content: "\f2ed";
	font-family: "Font Awesome 6 Pro";
	color: #F0292F;
}
.gform_wrapper .gform_delete_file {
	display: inline-block;
}
.gform_wrapper .moxie-shim-html5 input[type="file"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 3;
  pointer-events: auto;
}

.gform_wrapper .gform_drop_area:hover {
  border-color: #aaa;
}

.gform_wrapper .gform_drop_area:focus-within {
  border-color: #007bff;
  outline: none;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.25);
}

.gform_wrapper .gform_drop_instructions {
  font-size: 14px;
  color: #666;
}
.gform_wrapper .gfield_label,
.gform_wrapper .ginput_preview,
.gform_wrapper .gfield_description.gform_fileupload_rules{
  font-size: 14px !important;
  line-height: 24px; /* 171.429% */
  letter-spacing: 0.28px;
  font-family: 'Open Sans';
}

.gform_wrapper label.gfield_label.gform-field-label,
.gform_wrapper .gfield_required{
  color: #fff !important;
}
.gform_wrapper .gsection:not(:first-child) {
	margin-top: 35px;
	color: #F4F7FF;
}

.gform_wrapper .gform_drop_area.gform-theme-field-control {
  border: none !important;
}

.gform_wrapper button, 
.gform_wrapper html input[type=button], 
.gform_wrapper input[type=reset], 
.gform_wrapper input[type=submit]{
	display: flex;
	background: #CD171D;
	padding: 16px 24px;
	justify-content: center;
	align-items: center;
	gap: 8px;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 100%; /* 16px */
	letter-spacing: 0.96px;
	text-transform: uppercase;
	color: #fff;
	transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease;
	border: 0px !important;
}

.gform_wrapper button:hover, 
.gform_wrapper html input[type=button]:hover, 
.gform_wrapper input[type=reset]:hover, 
.gform_wrapper input[type=submit]:hover,
.gform_wrapper #field_submit input:hover {
	background: #383A3D;
}
.gform_wrapper .gform_fields{
  grid-row-gap: 40px !important;
}

.gform_wrapper .spacer.gfield {
    display: none;
}
.gform_wrapper .attachment-wrapper{
    grid-column: span 8 !important;
}
.gform_wrapper .gfield--type-submit.gfield--width-half{
    grid-column: span 4 !important;
}
.gform_wrapper #field_submit input{
    align-self: flex-start !important;
    margin-top: 32px;
    padding: 16px;
	background: #CD171D;
	justify-content: center;
	align-items: center;
	gap: 8px;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 100%; /* 16px */
	letter-spacing: 0.96px;
	text-transform: uppercase;
	color: #fff;
	transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease;
	border: 0px !important;
    border-radius: 0;
}

#request-a-quote {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    clear: both;
    background-color: #fff;
    width: 100%;
    margin: 0 auto;
    overflow: visible;
}

#request-a-quote .wpcf7-form {
	margin: 0px 0px 0px 0px;
	padding: 0px 32px 52px 32px;
	max-width: 100%;
	z-index: 3;
	position: relative;
}

#request-a-quote h3{
	color: #303030;
	font-size: 32px;
	font-weight: 700;
	line-height: 120%; 
}

#request-a-quote .constrain {
    max-width: 1200px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    gap: 0px;
}

#request-a-quote .right-box figure {
    width: 50vw;
    height: 110%;
	margin-top: 0;
	margin-left: 25px;
    background-size: cover;
    background-position: center;
    position: relative;
	overflow:hidden;
}

#request-a-quote .right-box figure img {
    width: auto;
    height: auto;
    min-width: auto;
    min-height: auto;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    background-size: cover;
    border-top-left-radius: 240px;
    border-bottom-left-radius: 240px; 
    clip-path: inset(0 0 0 0 round 240px 0 0 240px);
	border: 2px solid #F37324;
}
#request-a-quote .column {
    max-width: 1200px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    gap: 0px;
}

#request-a-quote .left-box {
    flex: 1 !important;
    margin-left: -100vw !important;
    padding-left: 100vw !important;
    position: relative;
    color: #fff;
}

#request-a-quote .left-box .fieldset{
    padding-right: 55px;
}

#request-a-quote .right-box {
    flex: 1 !important;
    margin-right: -100vw !important;
    padding-right: 100vw !important;
    position: relative;
	min-width: 0;
}

#request-a-quote .form-wrapper {
	max-width: 568px;
	width: 100%;
}
#request-a-quote .wpcf7-form input[type=text],
#request-a-quote .wpcf7-form input[type=email],
#request-a-quote .wpcf7-form input[type=number],
#request-a-quote .wpcf7-form input[type=tel],
#request-a-quote .wpcf7-form textarea,
#request-a-quote .wpcf7-form select,
#request-a-quote .wpcf7-form .bootstrap-select {
	border-bottom: 1px solid #00000025;
	padding-left: 0px !important;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.32px;
}
#request-a-quote .wpcf7 .input-file-wrapper .file-upload-wrapper{
	padding-left: 0px !important;
}
#request-a-quote .wpcf7-form input[type=text]:focus,
#request-a-quote .wpcf7-form input[type=email]:focus,
#request-a-quote .wpcf7-form input[type=number]:focus,
#request-a-quote .wpcf7-form input[type=tel]:focus,
#request-a-quote .wpcf7-form textarea:focus,
#request-a-quote .wpcf7-form select:focus,
#request-a-quote .wpcf7-form .bootstrap-select:focus,
#request-a-quote .file-upload-wrapper:focus{
	border-bottom: 1px solid #F37324;
    outline: none; /* Optional: remove default focus outline */
}


#request-a-quote label,
#request-a-quote label .required,
#request-a-quote .wpcf7-form p,
#request-a-quote .wpcf7-form .error,
#request-a-quote .wpcf7-form .errorMessage {
	color: #404040;
	font-size: 16px;
	font-weight: 350;
	line-height: 24px; /* 150% */
	letter-spacing: 0.32px;
}
.file-upload-placeholder {
	display: inline-block;
	width: 100%;
	text-align: left;
	color: #ffffff50;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.32px;
}
#request-a-quote .wpcf7-form input[type=submit]:hover {
	background-color: white;
	border-color: white;
	color: #333333;
}

#request-a-quote .wpcf7-form input::placeholder {
	color: #ffffff50;
}

#request-a-quote .wpcf7-form input:-ms-input-placeholder {
	color: #ffffff50;
}

#request-a-quote .wpcf7-form input::-ms-input-placeholder {
	color: #ffffff50;
}

#request-a-quote .wpcf7-form textarea::placeholder {
	color: #ffffff50;
}

#request-a-quote .wpcf7-form textarea:-ms-input-placeholder {
	color: #ffffff50;
}

#request-a-quote .wpcf7-form textarea::-ms-input-placeholder {
	color: #ffffff50;
}

#quick-contact i:before{
	color: #CD171D;
}

#quick-contact i.black-icon:before{
	color: #1C1C1C;
}

.wpcf7 .input-file-wrapper {
  position: relative;
	overflow: hidden;
}
.wpcf7 .input-file-wrapper .file-upload-wrapper {
	display: flex;
	align-items: center;
	position: relative;
	width: 100%;
	border-bottom: 1px solid #00000025;
	padding: 12px 14px 12px 16px;
	justify-content: flex-end;
	height: 44px;
	border-radius: 4px;
	border: 1px solid #333;
	background: #333;
}

.wpcf7 .input-file-wrapper .file-upload-wrapper:hover {
}
.wpcf7 .input-file-wrapper .file-upload-wrapper i {
	font-size: 16px;
	margin-right: 10px;
	cursor: pointer;
	color: #F0292F;
}
.wpcf7 .input-file-wrapper .file-upload-wrapper input[type="file"] {
  opacity: 0;
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 35px;
  cursor: pointer;
  top: -20px;
  right: 0px;
  min-width: 35px;
}
.wpcf7 .input-file-wrapper .file-upload-text {
	display: inline-block;
	margin-left: 10px;
	color: #fff;
	overflow: auto;
	height: 48px;
	line-height: 48px;
}

.wpcf7 .input-file-wrapper .wpcf7-not-valid-tip  {
	overflow: hidden;
}
.wpcf7 .input-file-wrapper .file-upload-wrapper input[type="file"]:focus + .file-upload-text,
.wpcf7 .input-file-wrapper .file-upload-wrapper input[type="file"]:valid + .file-upload-text {
  color: #ccc;
}

/* 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) ". ";
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 400;
    font-size: 28px;
    line-height: 38px;
}
.search-result h3 {
	margin: 0;
}

.search-result h3 a {
	color: #fff;
	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: #fff;
	text-decoration: none;
}

/* Page Banner Styles */
.page-banner {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: left;
    color: #fff;
	height: 318px;
	padding-top: 110px;
}

.page-banner #breadcrumbs{
	padding-top: 0;
}

.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.80) 25.14%, rgba(102, 11, 15, 0.70) 70.49%, rgba(204, 23, 30, 0.60) 100%);
}
.page-banner .container {
    position: relative;
    z-index: 2;
}
.page-title {
    font-size: 48px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.96px;
    background: linear-gradient(180deg, #FFF 51.5%, #DDDADA 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.wp-block-heading-wrapper .wp-block-uagb-container{
	display: block;
}

.quick-search-form {
    width: 336px;
    padding: 12px 16px;
    color: #ccc;
    display: flex;
    align-items: center;
    border-radius: 4px;
    border-bottom: 0.5px solid rgba(204, 204, 204, 0.50);
}

.quick-search-form input[type="text"] {
    flex: 1;
    background: transparent;
    border: none;
    outline: none;
    color: #ccc;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    letter-spacing: 0.32px;
}

.quick-search-form button {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    color:#CB2029;
}


.latest-news-posts{
	margin-top: 60px
}
.news-grid {
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
}
.news-item {
    position: relative;
    width: 554px;
    height: 581px;
    overflow: hidden;
    background: #333;
    border-radius: 12px;
	box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.10);
}

.news-item a:hover {
	text-decoration: none;
}

/* Featured image wrapper */
.news-item .featured-image-wrapper {
    position: relative; /* This allows us to position the overlay */
    width: 100%;
    height: 177px;
    overflow: hidden;
}

/* Image styling */
.news-item .featured-image {
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: center;
    transition: transform 0.3s ease; /* Smooth scaling effect */
}

/* Gradient overlay on hover */
.news-item:hover .featured-image-wrapper .gradient-overlay {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	opacity: 0.50;
	background: linear-gradient(97deg, rgba(0, 0, 0, 0.70) 0.11%, rgba(102, 11, 15, 0.62) 65.27%, rgba(204, 23, 30, 0.52) 94.55%), black 50% / cover no-repeat;
    z-index: 1; /* Ensure the overlay is above the image */
}

/* News text content above the overlay */
.news-item .news-details {
    position: relative;
    z-index: 2; /* Text stays above the overlay */
}

.news-item h4 {
    color: #fff;
    font-family: "neue-haas-grotesk-display";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

.news-item p.more-details {
    margin-left: 32px;
    margin-right: 32px;
}

.news-item p.more-details a {
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px; /* 166.667% */
    letter-spacing: 0.24px;
    text-decoration: none;
}

.news-item p.more-details a i.fa-solid {
    margin-left: 24px;
}

.news-item:hover p.more-details a {
    color: #CD171D;
}

.news-details {
    padding: 32px;
}

.news-details p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; /* 150% */
    letter-spacing: 0.32px;
    color: #ccc;
}

.news-details .client-logo-gallery img{
	background: #fff;
}

.client-logo-gallery {
    display: flex;
    flex-wrap: nowrap; /* Prevent wrapping */
    gap: 15px;
    justify-content: flex-start;
    align-items: center; /* Align logos vertically */
    overflow-x: auto; /* Enable horizontal scrolling if too many logos */
    padding: 20px 0;
    white-space: nowrap;
}

.client-logo-gallery img {
    height: 54px; /* Fixed height */
    width: auto; /* Maintain aspect ratio */
    object-fit: contain; /* Ensure images fit within the height */
}

/* ---------------- Careers -------------------*/
.quick-select-form select {
    border-radius: 4px;
    border: 1px solid #333;
    background:  #333;
    color:  #FFF;
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 171.429% */
    letter-spacing: 0.28px;
    width: 338px;
    padding: 12px 16px 12px 14px;
    margin-top: 8px;
}

/* Employment Page Styles */
.employment-posts-wrapper {
    margin-top: 60px;
}
.employment-posts {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    margin: 60px 0;
	padding-bottom: 80px;
	border-bottom: 1px solid #777;
}
.employment-posts-wrapper h2{
	color: #FFF;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%; /* 24px */
}
.employment-item {
    display: flex;
    max-width: 368px;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 30px 0px;
    background: #333;
}
.employment-details h3 {
    height: 76px;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0.36px;
}
.employment-details a:hover{
	color: #fff;
}
.employment-details p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.32px;
}
.careers-bucket-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}
.careers-bucket-wrapper .uagb-container-inner-blocks-wrap{
    gap: 16px !important;
    justify-content:space-evenly !important;
}
.careers-bucket-wrapper .wp-block-uagb-container {
    width: 265px ;
    height: 288px;
    padding: 32px 24px !important;
    background: #333;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-start !important;
    align-items: center;
    border-radius: 8px;
}

.careers-bucket-wrapper .wp-block-media-text {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-align: left;
    width: 100%;
}

.careers-bucket-wrapper .wp-block-media-text__media img {
    width: 48px;
    height: auto;
}

.careers-bucket-wrapper .wp-block-media-text__content p {
    font-size: 16px;
    font-weight: bold;
    margin: 0;
}

.careers-bucket-wrapper ul {
    padding: 0 24px;
    margin: 16px 0 0;
    width: 100%;
    text-align: left;
}

.careers-bucket-wrapper ul li {
	color: #CCC;
	font-family: "Open Sans";
	font-size: 14px;
	font-weight: 400;
	line-height: 24px; /* 171.429% */
	letter-spacing: 0.28px;
}

.careers-bucket-wrapper .wp-block-uagb-container{
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

/*------------ Pagination ------------ */
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
    font-size: 16px;
    padding: 0;
}

.pagination .page-numbers {
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0 16px;
}

.pagination .page-numbers li {
    margin-right: 10px;
}

.pagination .page-numbers .current {
    background-color: #CD171D;
    color: #ccc;
    padding: 2px 8px 0px 8px;
    border-radius: 2px;
    border: 1px solid #CD171D;
}

.pagination a.page-numbers {
    color: #ccc;
    text-decoration: none;
    padding: 2px 8px 4px 8px;
    border-radius: 2px;
}

.pagination a.page-numbers:hover {
    background-color: #CD171D;
}


.pagination .page-link {
    color: #ccc;
    text-decoration: none;
    padding: 2px 8px 0px 8px;
    margin: 0 4px;
}

.pagination .page-link:hover {
    background-color: #CD171D;
}

.pagination .page-link:last-child {
    font-weight: bold;
}

.pagination a {
    margin-right: 4px;
}

.pagination .page-numbers:not(:last-child) {
    /* margin-right: 4px; */
}

.pagination .page-numbers.current {
    background-color: #CD171D;
    color: #ccc;
    padding: 2px 8px 4px 8px;
    border-radius: 2px;
}

.pagination .page-link {
    margin-left: 4px;
}
/* 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;
    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;
}

/* ------------ Cookies --------------- */
.cky-consent-container {
    position: fixed;
    width: 667px !important;
    max-width: 100%;
    box-sizing: border-box;
    z-index: 9999999;
    border-radius: 0px;
    margin-bottom: 1%;
    box-shadow: 10px 10px 8px 0px rgba(0, 0, 0, 0.16);
}
.cky-consent-container .cky-consent-bar{
    box-shadow: none !important;
    padding: 27px 40px !important;
}
.cky-consent-container p a{
    color: #CD171D;
}
.cky-consent-container p a:hover{
    text-decoration: none;
}

.cky-consent-container button.cky-btn.cky-btn-accept {
    display: flex;
    height: 44px;
    padding: 16px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    max-width: 249px;
}

.cky-consent-container button.cky-btn.cky-btn-accept:hover {
    background: transparent !important;
}
.cky-consent-container .cky-consent-bar .cky-banner-btn-close {
    top: 37px;
    right: 40px;
}
.cky-consent-container .cky-banner-btn-close img {
    display: none;
}

.cky-consent-container .cky-banner-btn-close::before {
    content: "\f057";
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    font-size: 20px;
    color: #8B8787;
}

#resumator-wrapper div,
#resumator-wrapper span,
#resumator-wrapper a {
    color:  #fff !important;
}
