/*!
Theme Name:The Dale Company, Inc.
Author: TopSpot
Description: TopSpot theme forThe Dale Company, Inc..
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: themenamehere
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 - #4C545B;
Black - #4C545B;
	
>>> 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
--------------------------------------------- */
main {
	display: block;
}
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}
a {
	background-color: transparent;
}
a.wp-block-button__link:hover,
a.wp-block-button__link:focus{
	text-decoration: none;
	outline:none;
	color:#fff;
}
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;
}
legend.gfield_label{
	border-bottom:none;
}
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;
}
a.tel{
	text-decoration: none;
}
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: 20px 0;
}

ul {
	list-style: none;
}

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;
}
.wp-block-list,
.wp-block-uagb-container ul:not(.filter-items){
	margin-left:0;
	padding-left:0;
	list-style: none;
}
.wp-block-list.two-columns{
	column-count: 2; 
	column-gap: 20px;
}

.wp-block-list li,
.wp-block-uagb-container ul:not(.filter-items) li{
	padding:3px 5px 3px 20px;
	position: relative;
}
.wp-block-list li:before,
.wp-block-uagb-container ul:not(.filter-items):not(.dtr-details) li:before{
	content:"\f111";
	font-family: "Font Awesome 6 Pro";
	font-size:10px;
	font-weight: 900;
	color:#536F9D;
	position: absolute;
	left: 0;
	top: 7px;
}
.wp-block-list ul{
	padding:3px 0 3px 18px;
}
.wp-block-list ul li:before{
	font-weight: 300;
}
.pdf-ctas{
	display: flex;
	margin: 0 auto 30px;
	justify-content: center;
	column-gap: 20px;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message{
	li{
		padding:0px 5px 0px 53px !important
	}
	li:before{
		content:"";
	}
}

/* Typography
--------------------------------------------- */
h1,.h1 {
	font-size: 48px;
	font-weight: 700;
	line-height: 120%; /* 57.6px */
	letter-spacing: -0.96px;
	color: #012951;
	margin-bottom:16px;
}
h2,.h2 {
	font-size: 34px;
	font-weight: 700;
	line-height: 48px; /* 141.176% */
	color: #012951;
}
h3,.h3 {
	font-size: 26px;
	font-weight: 700;
	line-height: 120%; /* 31.2px */
	color: #012951;
}
h4,.h4 {
	font-size: 20px;
	font-weight: 700;
	line-height: 120%; /* 24px */
	color: #012951;
}
h5,.h5 {
	font-size: 18px;
	font-weight: 700;
	line-height: 120%; /* 21.6px */
	color: #012951;
}
h6,.h6, .subtitle{
	font-size: 18px;
	font-weight: 400;
	line-height: 120%; /* 21.6px */
	letter-spacing: 2.16px;
	text-transform: uppercase;
	color: #012951;
}
h6 + .wp-block-heading,
.subtitle + .wp-block-heading{
	margin-top:0;
}
.wp-block-heading{
	display: block;
}
.wp-block-heading:first-child,
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child,
p:first-child {
	margin-top: 0;
}

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

p {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px; /* 150% */
	letter-spacing: 0.32px;
	color: #4C545B;
	margin: 0;
}
p.red{
	color: #AC3931;
	font-weight: 700;
}
p+p {
	margin-top: 20px;
}
p+.wp-block-buttons,
p+.wp-block-columns,
p+.buckets,
.buckets + p{
	margin-top: 25px;
}

a {
	color: #4C545B;
}

p a {
	text-decoration: underline;
	color: #AC3931;
	font-weight: 700;
}

ol a:hover,
ul a:hover,
p a:hover {
	color: #536F9D;
	text-decoration: underline;
}
/* 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,
p.has-white-color a{
	color: white;
}
p.has-white-color a:hover{
	color:#AC3931;
}
h2 + h2{
	margin-top: -20px;
}

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


.has-lightblue-color,
.has-lightblue-color h1,
.has-lightblue-color h2,
.has-lightblue-color h3,
.has-lightblue-color h4,
.has-lightblue-color h5,
.has-lightblue-color h6,
.has-lightblue-color p,
.has-lightblue-color p a,
.has-lightblue-color li,
.has-lightblue-color li a,
h1.has-lightblue-color,
h2.has-lightblue-color,
h3.has-lightblue-color,
h4.has-lightblue-color,
h5.has-lightblue-color,
h6.has-lightblue-color,
p.has-lightblue-color{
	color: #3C5E8B;
}

.has-darkblue-color,
.has-darkblue-color h1,
.has-darkblue-color h2,
.has-darkblue-color h3,
.has-darkblue-color h4,
.has-darkblue-color h5,
.has-darkblue-color h6,
.has-darkblue-color p,
.has-darkblue-color p a,
.has-darkblue-color li,
.has-darkblue-color li a,
h1.has-darkblue-color,
h2.has-darkblue-color,
h3.has-darkblue-color,
h4.has-darkblue-color,
h5.has-darkblue-color,
h6.has-darkblue-color,
p.has-darkblue-color{
	color: #1B334E;
}
.has-accentblue-color,
.has-accentblue-color h1,
.has-accentblue-color h2,
.has-accentblue-color h3,
.has-accentblue-color h4,
.has-accentblue-color h5,
.has-accentblue-color h6,
.has-accentblue-color p,
.has-accentblue-color p a,
.has-accentblue-color li,
.has-accentblue-color li a,
h1.has-accentblue-color,
h2.has-accentblue-color,
h3.has-accentblue-color,
h4.has-accentblue-color,
h5.has-accentblue-color,
h6.has-accentblue-color,
p.has-accentblue-color{
	color: #BBC9E3;
}

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

.has-white-background-color{
	background-color: #ffffff;
}
.has-blue-background-color{
	background-color: #2A4D73;
}
.has-lightblue-background-color{
	background-color: #3C5E8B;
}
.has-darkblue-background-color{
	background-color: #1B334E;
}
.has-red-background-color{
	background-color: #AC3931;
}

.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 {
	padding: 3px 5px 3px 20px;
	position: relative;
}
.wp-block-column ul li:last-child{
	margin-bottom: 0;
}
.wp-block-column ul li a {
	color: #4C545B;
	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: #4C545B;
	text-decoration: underline;
}
.wp-block-column ul li:before {
	content: "\f111";
	font-family: "Font Awesome 6 Pro";
	font-size: 10px;
	font-weight: 900;
	color: #536F9D;
	position: absolute;
	left: 0;
	top: 7px;
}
.wp-block-column ul li ul li:before{
	font-weight: 300;
}

/* Scaffolding
--------------------------------------------- */
body {
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	font-weight: 400;
	margin: 0 !important;
	color: #4C545B;
	overflow-x: hidden;
	padding-top: 140px; /* match header height*/
}

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

hr,
.wp-block-separator{
	margin:30px 0;
	border-top: 1px solid;
	border-color:#D3D4D8;
}
hr + .wp-block-heading,
.wp-block-separator + .wp-block-heading{
	margin-top:0;
}
/* 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,
.uagb-is-root-container{
	padding-top: 40px;
	padding-bottom: 40px;
}
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;
}

.uagb-container-inner-blocks-wrap .wp-block-uagb-container:first-child{
	padding-right:60px;
}
.uagb-container-inner-blocks-wrap .wp-block-uagb-container:last-child{
	padding-left:60px;
}

/* woocommerce listing page
--------------------------------------------- */

.woocommerce-page .wp-block-uagb-container .uagb-container-inner-blocks-wrap{
	width: 1200px !important;
	margin: 0 auto;
}
.woocommerce-page #woocommerce_content,
.woocommerce-page #product-table,
.woocommerce-page #bottom-content{
	background: #F5F5F5;
	display: block;
}
.woocommerce-page #woocommerce_content.no-before-content.no-content{
	background: none;
	padding:0;
}
.woocommerce-page #woocommerce_content .center,
.woocommerce-page #bottom-content .center{
	text-align: center;
}
.woocommerce-page .wp-block-uagb-container .top-content,
.woocommerce-page #woocommerce_content .middle-content-wrap{
	display: flex;
}
.woocommerce-page #woocommerce_content .middle-content-wrap{
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.woocommerce-page #woocommerce_content .middle-content-wrap.bucket-count-1-wrap>.before-middle-content{
	width: 70%;
}
.woocommerce-page .wp-block-uagb-container .top-content .top-content-left{
	width: 70%;
}
.woocommerce-page #woocommerce_content .middle-content-wrap .before-middle-content{
	width: 100%;
}
.woocommerce-page .wp-block-uagb-container .top-content .top-content-left,
.woocommerce-page #woocommerce_content .middle-content-wrap .before-middle-content{
	padding-right:60px;
}
.woocommerce-page #woocommerce_content .middle-content-wrap .before-middle-content + .buckets:not(.bucket-count-1){
	margin-top:30px;
}
.woocommerce-page #woocommerce_content .middle-content-wrap .before-middle-content .left{
	width: 70%;
	float:left;
	padding-right:30px;
}

.woocommerce-page #woocommerce_content .middle-content-wrap .before-middle-content .right{
	width: 30%;
	float:left;
	padding-left:30px;
}
.woocommerce-page #woocommerce_content .middle-content-wrap .before-middle-content .left.w50,
.woocommerce-page #woocommerce_content .middle-content-wrap .before-middle-content .right.w50{
	width: 50%;
}
.woocommerce-page #woocommerce_content ul.two-columns,
.woocommerce-page #woocommerce_content_2 ul.two-columns{
	column-count: 2; 
	column-gap: 20px;
}
.woocommerce-page .wp-block-uagb-container .top-content .top-content-left div.two-columns-wrap{
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	column-gap: 20px;
	row-gap: 20px;
	margin:20px 0;
}
.woocommerce-page .wp-block-uagb-container .top-content .top-content-left div.two-columns-wrap .columns.two{
	width: 31%;
}
.woocommerce-page .wp-block-uagb-container .top-content .category-thumbnail{
	width: 30%;
}
.woocommerce-page .wp-block-uagb-container .top-content .category-thumbnail img{
	max-height: 400px;
}
#woocommerce_content .buckets-product-category>.bucket{
	width: 33.33%;
}
#woocommerce_content .bucket-count-1>.bucket{
	width: 100%;
}
#woocommerce_content .buckets-product-category{
	width: 100% !important;
	margin:0 0 30px;
}
#woocommerce_content .buckets-product-category.bucket-count-1{
	width: 30% !important;
}
#woocommerce_content .bucket-count-2>.bucket{
	width: 50%;
}
#woocommerce_content_2 .middle-content{
	display: flex;
	column-gap: 40px;
}
#woocommerce_content_2 .middle-content .left{
	width: 40%;
}
#woocommerce_content_2 .middle-content .right{
	width: 60%;
}
#woocommerce_content_2 .middle-content .left.w50,
#woocommerce_content_2 .middle-content .right.w50{
	width: 50%;
}
#bottom-content .middle-content{
	display: flex;
	column-gap: 40px;
}
#bottom-content .middle-content .left{
	width: 70%;
}
#bottom-content .middle-content .right{
	width: 30%;
}
.woocommerce div.product{
	display: inline-block;
}
.woocommerce-page #product-table{
	text-align: center;
	padding:0 !important;
	margin-top:30px;
}
.woocommerce-page .middle-content-wrap #product-table{
	width: 100%;
}

/* body.tax-product_cat.term-40 #product-table select[name="wcpt_filter_pa_product-sub-category"] {
	display: none !important;
} */
.wc-product-table-controls .wc-product-table-select-filters{
	width: 70%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	column-gap: 15px;
	margin:0;
}
#product-table .yith-wcan-filters{
	background: transparent;
	position: absolute;
	margin: 15px 0 0;
	width: 65%;
	z-index:99;
}
.yith-wcan-filters .filters-container{
	width: 100%;
}
.yith-wcan-filters .filters-container form{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	column-gap: 12px;
}

.wc-product-table-select-filters label,
.yith-wcan-filters .yith-wcan-filter .filter-title{
	color:#012951;
	font-weight: 700;
}
.yith-wcan-filters .yith-wcan-filter .filter-title{
	width: 100%;
	display: block;
	font-size:14px;
	text-align: left;
}
.wc-product-table-select-filters select,
.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown{
	font-size: 12px;
	border-radius: 4px;
	border: 1px solid #D9D9D9;
	background: #FFF;
	padding: 12px 5px;
	margin: 0;
	min-width: 165px;
}
.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown{
	min-width: 190px;
}
.yith-wcan-filters .yith-wcan-filter#filter_6322_1 .yith-wcan-dropdown,
.yith-wcan-filters .yith-wcan-filter#filter_6324_1 .yith-wcan-dropdown,
.yith-wcan-filters .yith-wcan-filter#filter_6328_1 .yith-wcan-dropdown,
.yith-wcan-filters .yith-wcan-filter#filter_6331_2 .yith-wcan-dropdown{
	min-width: 240px;
}
/* Hide the NPS decimal column */
th.col-pa_nps-decimal,
td.col-pa_nps-decimal,
th.col-pa_qd-decimal,
td.col-pa_qd-decimal,
th.col-pa_nd-decimal,
td.col-pa_nd-decimal{
	display: none !important;
}

.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-label{
	text-align: left;
	padding:0 10px;
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item{
	line-height: 1.5;
	text-align: left;
}
#yith-reset-filters{
	background: none !important;
	border: none !important;
	position: absolute;
	margin-top: 43px;
	z-index: 99;
}
#product-table {
	scroll-margin-top: 140px; /* height of sticky header */
}
.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-wrapper .search-field-container{
	display:none;
}
.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-wrapper ul{
	margin:0;
}
.wc-product-table-controls .dataTables_filter{
	margin:0;
	padding:0;
}
@media only screen and (max-width: 991px) {
	.wc-product-table-controls .dataTables_filter{
		float: none;
		text-align: center;
	}
}
/* Hide Product Table reset button */
.wc-product-table-reset {
	display: none !important;
}
.wc-product-table-controls input[type="search"]{
	border-radius: 4px;
	border: 1px solid #D9D9D9;
	background: #FFF;
	padding: 12px 5px;
	margin: 0 0 0 15px;
}
.wc-product-table-controls .dataTables_length{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin: 15px 0 0;
}
.wc-product-table{
	max-height: 560px;
	overflow-y: scroll;
	background: #FFF;
	box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.12);
	border:none !important;
}
.wc-product-table thead{
	background: #2A4D73;
}
.wc-product-table thead th{
	color:#fff;
	min-width: 120px;
}
.wc-product-table thead th.col-short-description {
	background-image: none !important;
}
table.wc-product-table.dtr-inline.collapsed>tbody>tr>td:first-child::before{
	display: none;
}
table.wc-product-table tbody tr.even{
	background: #F7F7F7;
}
.wc-product-table thead th,
.wc-product-table tbody td{
	padding: 10px 25px !important;
	vertical-align: middle;
}
.wc-product-table tbody td{
	color:#0C325E;
}
.wc-product-table tbody td.col-sku>a{
	color:#AC3931;
	font-weight: 600;
}
/* table.dataTable>tbody>tr.child{
	display: none;
} */
.wc-product-table td.col-short-description .yith-ywraq-add-button{
	padding-right: 20px;
	position: relative;
	text-align: center;
}
.wc-product-table td.col-short-description .yith-ywraq-add-button .ajax-loading{
	position: absolute;
	right:3px;
	top:8px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button{
	margin:0;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, 
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button:active{
	border: 1px solid transparent;
	background: none !important;
	color:#AC3931 !important;
	outline: none;
}

#yith-ywraq-form td.product-thumbnail,
#yith-ywraq-form th.product-thumbnail,
#yith-ywraq-form th.product-subtotal,
#yith-ywraq-form td.product-subtotal {
	display: none !important;
}

#yith-ywraq-message+p {
	display: none;
}
input.button{
	color:#fff !important;
}
.yith-ywraq-mail-form-wrapper{
	border-radius: 4px;
	background: #F5F5F5;
	box-shadow: 0px 6px 12px 0px rgba(0, 36, 90, 0.10);
}
.yith-ywraq-mail-form-wrapper h3{
	text-transform: capitalize;
}

/* woocommerce detail page
--------------------------------------------- */
.woocommerce div.product div.images.woocommerce-product-gallery{
	width: 30%;
	padding-right:5%;
}
.woocommerce div.product div.summary{
	width: 70%;
}
.woocommerce div.product div.summary .yith-ywraq-add-to-quote{
	margin-bottom:10px;
}
.woocommerce div.product div.summary .product_meta>span{
	display: block;
	font-weight: bold;
	margin:5px 0;
}
.woocommerce div.product div.summary .product_meta>span span,
.woocommerce div.product div.summary .product_meta>span a{
	font-weight: 400;
}
.woocommerce div.product div.summary .product_meta>span a{
	color:#AC3931;
}
.tabs.wc-tabs {
	display: none;
}
.woocommerce .add-request-quote-button.button{
	color:#fff !important;
	border-width: 2px;
	border-color: #AC3931 !important;
	background-color: #AC3931 !important;
	border-radius: 0;
	font-size: 16px !important;
	font-style: normal;
	font-weight: 700;
	line-height: 100%; /* 16px */
	letter-spacing: 0.96px;
	text-transform: uppercase;
	padding:12px 24px;
}
.yith-ywraq-add-to-quote a, .yith_ywraq_add_item_browse_message a{
	color:#012951;
	font-size: 16px !important;
	font-weight: 700;
}
.woocommerce-product-details__short-description p{
	font-size: 18px;
	font-weight: 400;
	line-height: 120%; /* 21.6px */
	letter-spacing: 2.16px;
	text-transform: uppercase;
	color: #012951;
}
.custom-product-description{
	margin:20px 0;
}
/* woocommerce product sitemap page
--------------------------------------------- */
#product-sitemap-list .woocommerce ul.products li.product{
	margin:7px 0;
	padding:0 20px;
	position: relative;
}
#product-sitemap-list .woocommerce ul.products li.product:before{
	content: "\f14a";
	font-family: "Font Awesome 6 Pro";
	color: #536F9D;
	font-size: 12px;
	position: absolute;
	left: 0;
	top: 1px;
	font-weight: 600;
}
#product-sitemap-list .woocommerce ul.products li.product a img,
#product-sitemap-list .woocommerce ul.products li.product .product_type_simple{
	display: none;
}
#product-sitemap-list .woocommerce ul.products li.product h2{
	padding:0;
	line-height: 120%;
	color: #4C545B;
	font-size: 16px;
	font-weight: 400;
}
#product-sitemap-list .woocommerce ul.products li.product a:hover h2{
	color:#AC3931;
	text-decoration: underline;
}

/* Buttons
--------------------------------------------- */
.wp-block-buttons.wp-block-buttons-is-layout-flex{
	column-gap: 20px;
}
.wp-block-buttons.wp-block-buttons-is-layout-flex + .wp-block-buttons.wp-block-buttons-is-layout-flex{
	margin-top:20px;
}
.wp-block-buttons>.wp-block-button{
	display: flex;
}
.button,
.wp-block-button__link,
.button.gform_button{
	color:#fff;
	border-width: 2px;
	border-color: #AC3931 !important;
	background-color: #AC3931 !important;
	border-radius: 0;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 100%; /* 16px */
	letter-spacing: 0.96px;
	text-transform: uppercase;
	padding:12px 24px;
}
.button.gform_button{
	color:#fff !important;
}
.wp-block-button__link:hover,
.button:hover,
.wp-block-button.is-style-outline>.wp-block-button__link:hover{
	color:#fff;
	border-color: #922C28 !important;
	background-color: #922C28 !important;
	text-decoration: none;
}
.wp-block-button.is-style-outline>.wp-block-button__link{
	color:#922C28;
	border-color: #922C28 !important;
	background-color: transparent !important;
}
.wp-block-button__link.has-lightblue-background-color{
	color:#fff;
	border-color: #2A4D73 !important;
	background-color: #2A4D73 !important;
}
.wp-block-button__link.has-lightblue-background-color:hover{
	color:#fff;
	border-color: #1B334E !important;
	background-color: #1B334E !important;
	text-decoration: none;
}
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
/* Header */
body.logged-in #header {
	top: 32px;
}
#header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 140px;
	z-index: 999;
	background-color: #fff;
}
#header .header-top .constrain {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	column-gap: 30px;
	position: relative;
	width: 100%;
	padding:13px 0;
}
#header .header-top a.logo{
	position: absolute;
	left:0;
	top:6px;
}
#header .header-top .menu-utility-container ul{
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	column-gap: 53px;
	margin: 0; 
}
#header .header-top .menu-utility-container ul li{
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px; /* 142.857% */
	letter-spacing: 0.28px;
}
#header .header-top .menu-utility-container ul li a{
	color:#012951;
}
#header .header-top .menu-utility-container ul li:hover>a{
	color:#AC3931;
	text-decoration: underline;
	text-underline-offset:2px;
}
#header .header-top .middle-bottom{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top:10px;
	column-gap: 40px;
}
#header .header-top .middle-bottom a.tel,
#header .header-top .middle-bottom a.quote-btn{
	color: #012951;
	font-weight: 700;
	display: flex;
	align-items: center;
}
#header .header-top .middle-bottom a.tel i,
#header .header-top .middle-bottom a.quote-btn i{
	color: #536F9D;
	font-size: 18px;
	font-weight: 900;
	margin-right: 8px;
	margin-top: 3px;
}
#header .header-top .middle-bottom a.quote-btn:hover,
#header .header-top .middle-bottom a.quote-btn:hover i{
	color:#AC3931;
	text-decoration: none;
}
#header .header-top .rfq-btn{
	width: 200px;
	height: 72px;
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#header .header-bottom{
	background: #2A4D73;
	box-shadow: 0px 10px 24px 0px rgba(0, 0, 0, 0.10);
}

#header nav{
	position: relative;
}
#header nav ul{
	list-style-type: none;
}
#header nav>div>ul {
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: space-between;
}
#header nav>div>ul>li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;
	font-weight: 700;
	text-transform: uppercase;
}
#header nav>div>ul>li#menu-item-2830,
#header nav>div>ul>li#menu-item-2234{
	position: inherit;
}
#header nav>div>ul>li>a {
	color:#fff;
	display: block;
	padding: 10px 15px;
	position: relative;
	text-decoration: none;
}
#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: underline;
}
/* Dropdown */
#header nav>div>ul>li>ul {
	width: 400px;
	min-height: 440px;
	background-color: #fff;
	margin: 0;
	padding: 0;
	position: absolute;
	left: -20px;
	-webkit-box-shadow: 0px 10px 24px 0px rgba(0, 0, 0, 0.11);
	-moz-box-shadow: 0px 10px 24px 0px rgba(0, 0, 0, 0.11);
	box-shadow: 0px 10px 24px 0px rgba(0, 0, 0, 0.11);
	-webkit-transition: max-height 0.25s ease-in-out;
	-ms-transition: max-height 0.25s ease-in-out;
	transition: max-height 0.25s ease-in-out;
	display: none;
}
#header nav>div>ul>li#menu-item-2901>ul{
	width: 280px;
	left:auto;
	right:0;
}
#header nav>div>ul>li#menu-item-2830>ul,
#header nav>div>ul>li#menu-item-2234>ul{
	left:0;
}
#header nav>div>ul li:hover>ul {
	display: block;
}
#header nav>div>ul>li>ul>li:first-child {
	padding-top: 10px;
}
#header nav>div>ul>li>ul>li:last-child {
	padding-bottom: 10px;
}
/* First Level */
#header nav>div>ul>li>ul li{
	font-size: 18px;
	font-weight: 600;
	line-height: 28px; /* 155.556% */
	letter-spacing: 0.36px;
	text-transform: capitalize;
	padding:0 20px;
}
#header nav>div>ul>li>ul>li.menu-item-has-children:after{
	content: "\f054";
	font-family: "Font Awesome 6 Pro";
	color: #536F9D;
	font-size: 14px;
	font-weight: 300;
	position: absolute;
	right: 30px;
	margin-top: -38px;
}
#header nav>div>ul>li>ul li a{
	color:#536F9D;
}
#header nav>div>ul>li>ul>li>a {
	display: block;
	padding: 10px 30px 10px 10px;
	white-space: nowrap;
	border-bottom:1px solid #ECF3FE;
}
#header nav>div>ul>li>ul>li:last-child>a{
	border-bottom:none;
}
#header nav>div>ul>li>ul>li>a:hover,
#header nav>div>ul>li>ul>li>a:active{
	background: #F0F2F5;
	text-decoration: none;
}
#header nav>div>ul>li>ul>li>ul{
	width: 400px;
	min-height:100%;
	background: #F5F5F5;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 400px;
	top: 0;
	display: none;
	box-shadow: 8px 8px 18px 0px rgba(0, 0, 0, 0.11);
}
#header nav>div>ul>li>ul>li>ul>li:first-child {
	padding-top: 10px;
}
#header nav>div>ul>li>ul>li>ul>li:last-child {
	padding-bottom: 10px;
}
#header nav>div>ul>li>ul>li>ul a {
	display: block;
	padding: 10px 30px 10px 10px;
}
#header nav>div>ul>li>ul>li>ul a:hover,
#header nav>div>ul>li>ul>li>ul a:active {
	background: #F0F2F5;
	text-decoration: none;
}
#header nav>div>ul>li>ul>li>ul ul{
	padding: 0;
	margin: 0 0 0 10px;
}
#header nav>div>ul>li>ul>li>ul ul li{
	font-size: 16px;
	font-weight: 400;
	line-height: 24px; /* 150% */
	letter-spacing: 0.32px;
}
#header nav>div>ul>li>ul>li>ul ul li a{
	color:#4C545B;
	text-decoration: none;
	padding: 10px 10px 10px 5px;
}

#header .search-form {
	position: relative;
	width: 300px;
	max-width: 100%;
	border: 1px solid #536F9D;
	background: #FFF;
}
#header .search-form label{
	margin:0;
}
#header .search-form label input{
	vertical-align:middle;
	background:none;
	border:none;
	box-shadow:none;
	line-height:40px;
	height:38px;
	width:100%;
	padding:0 12px;
	border: none;
	display:inline-block;
	font-family: "Open Sans";
	font-size: 16px;
	font-weight: 400;
	line-height: 24px; /* 150% */
	letter-spacing: 0.32px;
}
#header .search-form input:focus{
	border-color: #AC3931;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
#header .search-form .search-submit{
	width: 40px;
	height: 38px;
	background: #536F9D;
	border-radius: 0;
	position: absolute;
	right:0;
	top: 0;
	display: block;
	margin: 0;
	font-size: 0;
	text-align: center;
	border: 0;
}
#header .search-form:after{
	font-family: "Font Awesome 6 Pro";
	content: '\f002';
	width: 40px;
	height: 38px;
	text-align: center;
	line-height: 38px;
	position: absolute;
	font-size: 16px;
	left: auto;
	top: 0;
	right: 0;
	color: #fff;
	font-weight: 600;
}
#header .search-form button:focus{
	color:#AC3931;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
#header .search-form input::placeholder { 
	font-size: 16px;
	color: #536F9D;
}
#header .search-form input:-ms-input-placeholder { 
	font-size: 16px;
	color: #536F9D;
}
#header .search-form input::-ms-input-placeholder {
	font-size: 16px;
	color: #536F9D;
}

/* Search Dropdown */
#search-dropdown {
	position: fixed;
	width: 100%;
	max-width: 100%;
	display: block;
	background-color: #BBC9E3;
	z-index: 9;
	pointer-events: none;
	top: -100px;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	right: -webkit-calc(50vw - 608px);
	right: -moz-calc(50vw - 608px);
	right: calc(50vw - 608px);
}
#search-dropdown.active {
  pointer-events: all;
  top: 112px;
}
#search-dropdown form {
	width: 100%;
	margin: 0 0 0 auto;
	padding: 10px 20px;
	position: relative;
}
#search-dropdown form label{
	width: 88%;
	margin-right:1%;
}
#search-dropdown fieldset {
  position: relative;
}
#search-dropdown input[type="search"] {
	border: 0;
	padding-right: 40px;
	color: #4C545B;
	font-size: 16px;
	height: 40px;
	width: 100%;
	padding-left: 15px;
}
#search-dropdown input[type="search"]:focus {
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#search-dropdown input[type="submit"]{
	width: 10%;
	height: 40px;
	background-color: #fff;
	border: 0;
	font-weight: bold;
}
/* #search-dropdown button:after {
	font-family: "Font Awesome 6 Pro";
	content:"\f002";
	  font-size: 16px;
	background: #4C545B;
	moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	position: relative;
}
#search-dropdown button:hover:after,
#search-dropdown button:active:after {
  opacity: .75;
} */
#search-dropdown input::placeholder {
  color: #4C545B;
  font-size: 16px;
}
#search-dropdown input:-ms-input-placeholder {
  color: #4C545B;
  font-size: 16px;
}
#search-dropdown input::-ms-input-placeholder {
  color: #4C545B;
  font-size: 16px;
}

/* Mobile Menu */
body.logged-in #mobile-menu {
	top: 172px;
}

#mobile-menu {
	position: fixed;
	top: 140px;
	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;
	padding-bottom:200px;
}

#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: #4C545B;
	display: block;
	padding: 15px 30px 15px 0;
	position: relative;
}

#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: #4C545B;
	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: 700;
	font-size: 18px;
	line-height: 24px;
	line-height: 100%;
	color: #4C545B;
}
/* Second Level */
#mobile-menu ul li ul {
	display: none;
	padding-bottom: 15px;
}
#mobile-menu ul li ul a {
	text-transform: none;
	padding: 5px 0;
	color: #4C545B;
}
#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: #4C545B;
}
/* Third Level */
#mobile-menu ul li ul li ul {
	padding-bottom: 5px;
}
#mobile-menu ul li ul li ul a {
	padding: 5px 0;
	font-weight: normal;
}
#mobile-menu .search-form {
	position: relative;
	width: 100%;
	max-width: 100%;
	padding: 20px;
}
#mobile-menu .search-form input {
	vertical-align: middle;
	background: none;
	border: none;
	box-shadow: none;
	line-height: 48px;
	height: 48px;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #4C545B;
	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: #4C545B;
	-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: #4C545B;
	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 p,
#footer a{
	color:#fff;
}
#footer-top {
	padding-left: 20px;
	padding-right: 20px;
	background: linear-gradient(94deg, #0B1C2F -0.15%, #1B334E 113.62%);
}
#footer-top .constrain {
	width: 100%;
	padding: 60px 0;
	display: flex;
	position: relative;
	justify-content: space-between;
}
#footer .column{
	margin-right: 93px;
	width: 25%;
}
#footer .logo {
	filter: brightness(0) invert(1);
	display: block;
	margin-bottom:30px;
}
#footer p.title {
	color: rgba(245, 245, 245, 0.5);
	font-weight: 700;
	line-height: 24px; /* 150% */
	letter-spacing: 0.32px;
	padding-bottom:20px;
	border-bottom:1px solid #536F9D;
	margin-bottom:20px;
}
#footer ul {
	margin: 0;
	padding: 0;
}
#footer ul li {
	margin: 0 0 13px 0;
	padding: 0;
	list-style-type: none;
	display: block;
}
#footer-bottom{
	padding: 0 20px;
	background: #2A4D73;
}
#footer-bottom .constrain {
	display: flex;
	justify-content: space-between;
	padding: 14px 280px 14px 0;
	position: relative;
}
#footer-bottom .footer-links a + a:before{
	content:"/";
	margin:0 8px;
}
#footer-bottom .footer-links a:hover{
	text-decoration: none;
	color:#AC3931;
}
#footer-bottom .footer-links a:hover:before{
	color:#fff;
}
#footer #back-top {
	background-color: #AC3931;
	height: 100px;
	width: 100px;
	border-radius: 0;
	font-size: 16px;
	font-weight: 700;
	line-height: 24px; /* 150% */
	letter-spacing: 0.32px;
	display: inline-block;
	text-align: center;
	color: white;
	padding: 20px 10px;
	position: absolute;
	right:0;
	bottom:0;
}
#footer #back-top:hover,
#footer #back-top:active {
	text-decoration: none;
	background-color: #922C28;
}


/* Breadcrumbs
--------------------------------------------- */
#breadcrumbs {
	padding: 30px 20px 0;
}
#breadcrumbs>span {
	color:#012951;
	max-width: 1200px;
	margin: auto;
	text-align: left;
	display: block;
}
#breadcrumbs span,
#breadcrumbs span a,
#breadcrumbs span>i{
	color: #012951;
}
#breadcrumbs a:hover{
	color: #536F9D;
}
#breadcrumbs span>i{
	margin: 0 10px;
}
ul.woocommerce-breadcrumb{
	list-style: none;
	display: flex;
	align-items: center;
}
ul.woocommerce-breadcrumb li{
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #012951;
}
ul.woocommerce-breadcrumb li:first-child>a{
	font-size: 0;
}
ul.woocommerce-breadcrumb li:first-child>a:before{
	font-family: "Font Awesome 6 Pro";
	content: "\e3af";
	font-weight: 900;
	font-size: 16px;	
}
ul.woocommerce-breadcrumb li a{
	color: #012951;
}
ul.woocommerce-breadcrumb li + li:before{
	font-family: "Font Awesome 6 Pro";
	content: "\f054";
	margin: 0 14px;
}

/* Banners
--------------------------------------------- */
#home-banner{
	overflow: hidden;
}
#home-banner,
#home-banner .slide,
#home-banner .constrain {
	height: 500px;
	position: relative;
}
#home-banner picture{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
#home-banner picture:after{
	content:"";
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.30) 0%, rgba(0, 0, 0, 0.30) 100%), linear-gradient(90deg, rgba(15, 15, 15, 0.50) 36.5%, rgba(15, 15, 15, 0.00) 100%);
	height:100%;
	width:100%;
	position:absolute;
	top:0;
	left:0;
}
#home-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%);
}

#home-banner .caption{
	width: 74%;
	position:absolute;
	z-index: 1;
	top: 50%;
	left:0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
#home-banner .caption .subtitle,
#home-banner .caption h1{
	color:#fff;
}
#home-banner .caption h1{
	margin-bottom:30px;
}
#home-banner .slick-dots{
	bottom: 15px;
	z-index: 3;
}
#home-banner .slick-prev{
	left:0;
	z-index:9;
}
#home-banner .slick-next{
	right:0;
	z-index:9;
}
#home-banner .slick-prev:before{
	font-family: "Font Awesome 6 Pro";
	content:'\f104';
}
#home-banner .slick-next:before{
	font-family: "Font Awesome 6 Pro";
	content:'\f105';
}
#inner-banner{
	height: 130px;
	overflow: hidden;
	position: relative;
	z-index:0;
	background-color:#2A4D73;
}
/* #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;
	color:#fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.uagb-post__cta .wp-block-button__link {
	font-weight: 400 !important;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #4C545B !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: #536F9D  !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: #536F9D;
}
.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: #536F9D  !important;
	text-decoration: none;
}
.uagb-post-grid .uagb-post__link:hover:before,
.uagb-post-grid .uagb-post__link:active:before{
	width: 50px;
	background-color: #536F9D;
}

.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 img{
	max-width: 
}
.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 6 Pro";
	content: '\f105';
}

.fancybox-arrow--right:after {
	font-family: "Font Awesome 6 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,
.wp-block-embed{
	overflow: hidden;
	z-index:0;
}
.wp-block-embed .wp-block-embed__wrapper{
	width: 100%;
	height: 100%;
}
.custom-video .video,
.wp-block-embed iframe{
	height: 323px;
	width: 100%;
	display: block;
	position: relative;
}
.wp-block-embed .wp-element-caption{
	color:#2A4D73;
	font-weight: 700;
	display: flex;
	align-items: center;
}
.wp-block-embed .wp-element-caption:before{
	content:"\f167";
	font-family: "Font Awesome 6 Brands";
	color:#D51818;
	font-size:24px;
	font-weight: 400;
	margin-right:5px;
}
.custom-video .play{
	width: 40px;
	height: 40px;
	background-color: #4C545B;
	border-radius: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.custom-video .play i{
	color: #4C545B;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}


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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}


/* Carousels */
.carousel {
	width: 100%;
	padding: 0 15px;
}
.slick-arrow,
.uagb-slick-carousel button.slick-arrow,
.spectra-image-gallery__control-arrows{
	width: 42px;
	height: 42px;
	padding:0;
}
.slick-prev,
.uagb-slick-carousel button.slick-prev{
	left: -5px !important;
}
.slick-next,
.uagb-slick-carousel button.slick-next{
	right: -5px !important;
}
.uagb-slick-carousel button.slick-arrow svg,
.spectra-image-gallery__control-arrows svg{
	display: none;
}
.slick-arrow:before,
.uagb-slick-carousel button.slick-arrow:before,
.spectra-image-gallery__control-arrows:before{
	font-family: "Font Awesome 6 Pro";
	width: 42px;
	height: 42px;
	background: #AC3931;
	color:#fff;
	font-size: 18px;
	font-weight: 900;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 1;
}
.slick-prev:before,
.uagb-slick-carousel button.slick-prev:before,
.spectra-image-gallery__control-arrows[data-direction="Prev"]:before{
	content: '\f060';
}

.slick-next:before,
.uagb-slick-carousel button.slick-next:before,
.spectra-image-gallery__control-arrows[data-direction="Next"]:before{
	content: '\f061';
}
.spectra-image-gallery__layout--isogrid+.spectra-image-gallery__control-wrapper .spectra-image-gallery__control-arrows{
	opacity: 1 !important;
}
.spectra-image-gallery__layout--isogrid+.spectra-image-gallery__control-wrapper .spectra-image-gallery__control-arrows:hover{
	transform: scale(1) translate(0, -50%) !important;
}
.spectra-image-gallery__layout--isogrid+.spectra-image-gallery__control-wrapper .spectra-image-gallery__control-arrows{
	position: absolute;
	top: 50%;
	display: block;
	width: auto;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
}
.spectra-image-gallery__layout--isogrid+.spectra-image-gallery__control-wrapper .spectra-image-gallery__control-arrows[data-direction="Prev"]{
	left:-5px !important;
}
.spectra-image-gallery__layout--isogrid+.spectra-image-gallery__control-wrapper .spectra-image-gallery__control-arrows[data-direction="Next"]{
	right:-5px !important;
}
.slick-dots,
.spectra-image-gallery__layout--carousel ul.slick-dots{
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 15px 0 0 0 !important;
}
.slick-dots li,
.uagb-slick-carousel ul.slick-dots li{
	width: 100%;
	height: 8px;
	max-width: 37px;
}
.slick-dots li button,
.uagb-slick-carousel ul.slick-dots li button{
	width: 100%;
	height: 100%;
	padding:0;
}
.slick-dots li button:before,
.uagb-slick-carousel ul.slick-dots li button:before{
	width: 100%;
	height: 100%;
	content:"";
	background: #D9D9D9;
	opacity: 1;
}
.slick-dots li.slick-active button:before,
.uagb-slick-carousel ul.slick-dots li.slick-active button:before{
	background: #AC3931;
	opacity: 1;
}


.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 {
	margin: 0;
	height: 210px;
	padding: 0 30px;
	overflow: hidden;
	position: relative;
}

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

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

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

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

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

p+.wp-block-ub-tabbed-content-holder{
	margin-top: 30px;
}
.wp-block-ub-tabbed-content-tab-title-wrap{
	width: auto;
	text-align: center;
	justify-content: center;
	padding: 20px 28px;
	margin: 0;
	border-radius: 0;
	border: none !important;
	border-right:0;
	position: relative;
	background-color: #BBC9E3 !important;
}
.wp-block-ub-tabbed-content-tab-title-wrap + .wp-block-ub-tabbed-content-tab-title-wrap{
	margin-left:10px;
}
.wp-block-ub-tabbed-content-tab-title-wrap:before{
	content: '';
	background-color: #2A4D73;
	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{
	color: #2A4D73;
	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:none;
}
.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,
.wp-block-ub-tabbed-content-tab-title-wrap:hover .wp-block-ub-tabbed-content-tab-title{
	color: #fff !important;
}
.wp-block-ub-tabbed-content .wp-block-ub-tabbed-content-tabs-content{
	border:1px solid #D9D9D9;
	padding:32px;
}

/* 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: #4C545B;
	border-radius: 0;
	border: 0;
}
.wp-block-ub-tabbed-content-tab-title-vertical-wrap:hover .wp-block-ub-tabbed-content-tab-title{
	color: #536F9D;
}
.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='#536F9D', 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: #536F9D;
}
.wp-block-ub-tabbed-content-tabs-content.vertical-content-width h3:first-child{
	margin-top: -3px;
}


/* 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 -12px;
}
.bucket{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction:column;
	flex-direction: column;
	padding: 0 12px;
	margin:12px 0;
}
.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 {
	text-decoration: none;
}

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

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

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

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

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

.buckets-large .bucket>a{
	height: 362px;
	position: relative;
	overflow: hidden;
	z-index:0;
	background: #FFF;
	box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.12);
}
.buckets-large .bucket>a:before{
	content:"";
	width: 90%;
	height: 80%;
	border-radius: 50%;
	background: rgba(41, 41, 41, 0.5);
	filter: blur(100px);
	position: absolute;
	top:10%;
	left:5%;
	z-index:1;
}
.buckets-large .bucket>a .image{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 30px;
}
.buckets-large .bucket>a .image h2{
	margin: 0;
	color: #fff;
	position: absolute;
	text-align: center;
	z-index: 2;
}
.buckets-large .bucket>a .image h2 span{
	display: block;
	color: #fff;
}
.buckets-large .bucket>a .image img{
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	max-width: none;
	max-height: 400px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	transition: transform .2s; /* Animation */
}
.buckets-large .bucket>a .content{
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left:0;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding:40px;
	opacity: 0;
	visibility: hidden;
	z-index: 1;
}
.buckets-large .bucket>a .content p{
	color:#fff;
	font-weight: 700;
}
@media only screen and (min-width: 1200px) {
   .buckets-large .bucket>a:hover:before{
	   background: rgba(41, 41, 41, 0.8);
   }
	.buckets-large .bucket>a:hover .image img{
		-webkit-transform: translateY(-50%) translateX(-50%) scale(1.1);
		-ms-transform: translateY(-50%) translateX(-50%) scale(1.1);
		transform: translate(-50%, -50%) scale(1.1);
	}
	.buckets-large .bucket>a:hover .image h2{
		display: none;
	}
	.buckets-large .bucket>a:hover .content{
		opacity: 1;
		visibility: visible;
	}
}

.buckets-button .bucket>a{
	height: 86px;
	background: linear-gradient(274deg, #F5F5F5 4.67%, #D9D9D9 124.48%);
	position: relative;
	padding-right:49px;
	box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.12);
	transition: box-shadow 0.3s ease-in-out;
}
.buckets-button .bucket>a i{
	width: 49px;
	height: 100%;
	color:#fff;
	background: #AC3931;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	font-weight: 900;
	position: absolute;
	right:0;
	top:0;
	transition: width 0.3s ease-out;
}
.buckets-button .bucket>a h5{
	padding:0 20px;
	margin:0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
@media only screen and (min-width: 1200px) {
	.buckets-button .bucket>a:hover{
		box-shadow: 0px 10px 24px 0px rgba(0, 0, 0, 0.25);
	}
	.buckets-button .bucket>a:hover i{
		width: 68px;
	}
}

.buckets-product-category .bucket>a{
	height:162px;
	background: linear-gradient(274deg, #F5F5F5 4.67%, #D9D9D9 124.48%);
	box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.12);
	transition: box-shadow 0.3s ease-in-out;
	position: relative;
	overflow: hidden;
	padding:20px;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: flex-start;
}
.buckets-product-category .bucket>a .h4{
	width: 55%;
	margin:0;
	padding-right:5px;
}
.buckets-product-category .bucket>a img{
	max-width: 43%;
	max-height: 88%;
	position: absolute;
	right: 10px;
	top: 10px;
}
.buckets-product-category .bucket>a i{
	width: 34px;
	height: 34px;
	color:#fff;
	font-size:12px;
	font-weight: 900;
	background: #AC3931;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	bottom:0;
	left:0;
	transition: width 1s, height 1s, font-size 1s;
}
.buckets-product-category .bucket.last-bucket>a{
	background: var(--Gradient-03, linear-gradient(274deg, #2A4D73 -2.22%, #1B334E 117.59%));
}
.buckets-product-category .bucket.last-bucket>a .h4{
	color:#fff;
}

@media only screen and (min-width: 1200px) {
	.buckets-product-category .bucket>a:hover{
		box-shadow: 0px 10px 24px 0px rgba(0, 0, 0, 0.25);
	}
	.buckets-product-category .bucket>a:hover i{
		width: 52px;
		height: 52px;
		font-size: 16px;
	}
}
@media only screen and (max-width: 767px) {
	.buckets-product-category .bucket>a .h4{
		width: 60%;
	}
}

/* Testimonials / Quotes */
.wp-block-quote{
	padding:20px 10px 20px 100px;
	border:none;
}
.wp-block-quote:before{
	content: "";
	width: 78px;
	height: 64px;
	background: url(/wp-content/uploads/quotes.svg) no-repeat center;
	background-size: contain;
	position: absolute;
	left: 0;
	top: 55px;
}
.testimonials{
	position: relative;
}

.testimonials .item .quote p{
	margin:15px 0;
}
.testimonials .item .author{
	color:#132E69;
}
.testimonials.slick-slider{
	padding-bottom:55px;
}
.testimonials .slick-arrow{
	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;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
} 
.testimonials  .slick-prev{
	left:0;
}
.testimonials  .slick-next{
	right: auto !important;
	margin-left: 70px;
}
/* .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: #4C545B;
	opacity: 1;
	font-size: 34px;
	font-weight: 300;
}
.testimonials .slick-prev:hover:before,
.testimonials .slick-prev:active:before {
  color: #536F9D;
}
.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: #4C545B;
	opacity: 1;
	font-size: 34px;
	font-weight: 300;
}
.testimonials .slick-next:hover:before,
.testimonials .slick-next:active:before {
  color: #4C545B;
}
.has-white-color .testimonials .slick-prev:before,
.has-white-color .testimonials .slick-next:before{
	color: white;
	opacity: .5;
} */


/* Icon List */
.icon-list{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 -10px;
}
.icon-list .icon-list-each{
	padding: 0 10px;
	margin: 10px 0;
}
.icon-list.two-columns .icon-list-each{
	width: 50%;
}
.icon-list.three-columns  .icon-list-each{
	width: 33.33%;
}
.icon-list.three-columns  .icon-list-each .h5,
.icon-list.three-columns  .icon-list-each p{
	max-width: 280px;
	
}
.icon-list.four-columns .icon-list-each{
	width:25%;
}
.icon-list .icon-list-each h5,
.icon-list .icon-list-each .h5{
	color:#BBC9E3;
	display: flex;
	align-items: center;
	column-gap:15px;
}
.icon-list .icon-list-each .h5 i,
.icon-list .icon-list-each h5 i{
	font-size:24px;
	font-weight: 300;
}
.icon-list .icon-list-each p{
	font-size: 14px;
	font-weight: 400;
	line-height: 20px; /* 142.857% */
	letter-spacing: 0.28px;
}
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: 20px 0 0 0;
	padding:0;
}
.files .item{
	margin: 10px 0;
	padding: 0;
}
.files a{
	text-align: center;
	color:#AC3931;
	font-weight: 700;
	text-transform: uppercase;
	background:#fff;
	border: 2px solid #AC3931;
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap:10px;
}
.files a:hover{
	color:#fff;
	background: #AC3931;
	text-decoration: none;
}
/* 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: #536F9D;
}
.woocommerce-page table:not(.wc-product-table),
.wp-block-table{
	width:100%;
	margin-top:20px;
	margin-bottom:0;
	background:#FFF;
	box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.12);
}
.wp-block-table tbody tr:first-child td,
.woocommerce-page table:not(.wc-product-table) tbody tr:first-child th{
	background-color: #2A4D73;
	font-weight: 700;
	color: #fff;
	padding: 10px 10px;
	text-align: center;
}
table.woocommerce-product-attributes tbody tr th:first-child{
	width: 200px !important;
	background-color: #2A4D73 !important;
	font-weight: 700;
	color: #fff;
	padding: 10px 20px;
	border-bottom:1px solid #BBC9E3;
}

.woocommerce-page table:not(.wc-product-table) tr:not(.thead) td{
	border-left:1px solid #D3D4D8;
	border-right:1px solid #D3D4D8;
	border-collapse: collapse;
	text-align: center;
}
.woocommerce-page table.woocommerce-product-attributes tr td,
.woocommerce-page table.woocommerce-product-attributes tbody tr th{
	text-align: left !important;
	padding: 10px 20px !important;
}
.wp-block-table tbody tr:nth-child(even),
.woocommerce-page table:not(.wc-product-table) tbody tr:nth-child(even),
.woocommerce-page table:not(.wc-product-table) tbody tr.even{
	background: #F7F7F7;
}
.woocommerce-page table:not(.wc-product-table) tbody tr.odd{
	background: #fff;
}
.wp-block-table td,
.woocommerce-page table:not(.wc-product-table) td{
	color:#0C325E;
	border:none;
	padding:10px 20px;
}

.wp-block-table td strong,
.woocommerce-page table:not(.wc-product-table) td strong{
	color: #045FAB;
}

.woocommerce-page img.alignright{
	float:right;
	margin-left:20px;
}
#custom-cta div div.wp-block-uagb-container{
	background-position: 50% 50%;
	background-size: cover;
	background-attachment: scroll;
	background-image: url("/wp-content/uploads/cta-image-bg.jpg");
}

#custom-cta div div.wp-block-uagb-container .uagb-container-inner-blocks-wrap{
	width: 100% !important;
}
#feature-block,
.value-statement-block{
	background:linear-gradient(274deg,#2A4D73 -2.22%,#1B334E 117.59%);
}
.value-statement-block p{
	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;
	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: #536F9D;
}

.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: #4C545B;
	font-size: 16px;
	line-height: 40px !important;
	background-color: transparent;
	border: 1px solid #4C545B;
	border-radius: 0;
	width: 100%;
	height: 40px;
	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: #4C545B;
}

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

.wpcf7-form label {
	color: #4C545B;
}

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

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

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

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

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

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

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

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

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

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

#quick-contact,
#quote-wrap{
	position: relative;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	width: 1200px;
	margin:40px auto;
	padding:30px 50px 15px;
	background: #F5F5F5;
	box-shadow: 0px 10px 24px 0px rgba(0, 0, 0, 0.10);
}
#quote-wrap{
	flex-direction: column;
}
#quote-wrap #field_1_23{
	margin-top:30px;
}
.gform_wrapper form .gfield--type-fileupload{
	grid-column: span 10 !important;
	-ms-grid-column-span: 10 !important;
}
.ginput_container_fileupload{
	display: flex;
}
.ginput_container_fileupload input{
	width: 80% !important;
}
.ginput_container_fileupload .gform_fileupload_rules{
	width: 20% !important;
	padding-left:20px;
	margin:0;
}
.gsection_title span.red{
	color:#AC3931;
}
.gform_wrapper form input[type="submit"]{
	font-weight: 700 !important;
}
.contact-info{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.contact-info p{
	margin-bottom:0;
	text-align: center;
}
.contact-info p+p{
	margin-top:10px;
}
.contact-info a.tel{
	color:#AC3931;
	font-size: 24px;
	font-weight: 700;
	line-height: 24px; /* 100% */
	letter-spacing: 0.48px;
}
#quick-contact .contact-info{
	width: 40%;
	position: absolute;
	right: 0;
}
#quick-contact .gform_heading{
	width: 60%;
}
.gform_heading{
	margin-bottom:20px;
}
#quick-contact form,
#quote-wrap form{
	margin-top:15px;
}
.gform_wrapper form input,
.gform_wrapper form textarea,
.gform_wrapper form select,
form#yith-ywraq-mail-form input:not(.button),
form#yith-ywraq-mail-form textarea,
form#yith-ywraq-mail-form select{
	background: #fff;
	border: 1px solid rgba(211, 212, 216, 0.50);
	color: #4C545B;
	font-family: "Open Sans";
	font-size: 16px !important;
	font-weight: 300;
	line-height: 24px; /* 150% */
	letter-spacing: 0.32px;
	padding:11px 20px !important;
}
.gform_wrapper form input:hover,
.gform_wrapper form inputLfocus{
	border: 1px solid #AC3931;
}
.gform_wrapper .gsection{
	border:none !important;
}
.gform_wrapper.gravity-theme .ginput_container_date input{
	width: 100% !important;
}
.gform_wrapper.gravity-theme #field_2_8{
	width: 100%;
	grid-column: span 10;
}
.gform_wrapper.gravity-theme #field_submit{
	grid-column: span 2;
	display: block !important;
	margin-top: 4px;
}
/* #quick-contact .wpcf7-form {
	margin: 0;
	padding: 0 0 15px 0;
	max-width: 100%;
	z-index: 3;
	position: relative;
	background-color: #000;
}

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

#quick-contact label,
#quick-contact label .required,
#quick-contact .wpcf7-form p,
#quick-contact .wpcf7-form .error,
#quick-contact .wpcf7-form .errorMessage {
	color: white;
}

#quick-contact .wpcf7-form input[type=submit]:hover {
	background-color: white;
	border-color: white;
	color: #4C545B;
}

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

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

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

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

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

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

/* Custom Selects, Checkboxes & Radios */

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

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

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

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

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

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

.wpcf7-form .bootstrap-select button .caret:before {
	font-family: "Font Awesome 6 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 6 Pro";
	position: absolute;
	display: none;
}

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

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

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

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

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

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

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


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

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

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

.search-result h3 {
	margin: 0;
}

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

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

.searchwp-live-search-result .searchwp-live-search-result--img{
	display: none;
}
/* Contact Info */

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

.contact-info p i {
	font-size: 20px;
	color: #AC3931;
	position: relative;
	top: 0;
	left: 0;
}

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

/* Accordion */
.wp-block-ub-content-toggle,
.wp-block-uagb-faq{
	margin: 20px auto;
}
.wp-block-ub-content-toggle-accordion,
.wp-block-uagb-faq .uagb-faq-item{
	border: 0 !important;
	border-bottom: 1px solid #B0B0B0 !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,
.wp-block-uagb-faq .uagb-faq-item .uagb-faq-questions{
	font-size: 18px;
	font-weight: 700;
	line-height: 120%; /* 21.6px */
	color: #012951 !important;
	padding-bottom: 20px;
	padding-left: 5px;
}
.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,
.wp-block-uagb-faq .uagb-faq-item .uagb-faq-content{
	padding: 0 10px 25px 5px;
	position: relative;
}
.wp-block-ub-content-toggle-accordion-content-wrap:after{
	content:'';
	height: 1px;
	width: 100%;
	display: block;
	background: linear-gradient(90deg, #536F9D 0%, #6930BE 100%);
	position: absolute;
	bottom:0;
	left:0;
}
.wp-block-uagb-faq .uagb-faq-item .uagb-faq-questions .uagb-faq-icon-wrap{
	position: absolute;
	right:0;
	color:#012951;
	font-size: 20px;
	font-weight: 900;
}
.wp-block-uagb-faq .uagb-faq-item .uagb-faq-questions .uagb-faq-icon-wrap svg{
	width: 20px;
	height: 20px;
	font-size: 20px;
}
.wp-block-ub-content-toggle + .wp-block-buttons,
.wp-block-uagb-faq + .wp-block-buttons{
	margin-top: 20px;
}
	

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

/* Accents
	 ========================================================================== */


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

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

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

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

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

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

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

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}
#woocommerce_content_2 {
	background: #fff;
}
.block-columns.simpsons {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 24px;
	text-align: center;
	margin: 24px 0;
}
ul.wp-block-list.text-white li {
	color: #fff;
}
.wp-block-uagb-container p + .wp-block-uagb-image {
	margin-top: 20px;
}
.wp-block-uagb-container .wp-block-uagb-container.plpr-0 {
	padding-left: 0;
	padding-right: 0;
}
/* #woocommerce_content.no-before-content > .uagb-container-inner-blocks-wrap {
	display: none;
} */
#woocommerce_content.no-before-content #woocommerce_content_2 {
	background: #f5f5f5;
}
#bottom-content .columns {
	margin-bottom: 50px;
}
#top-content .top-content .top-content-left table.table + .wp-block-buttons {
	margin-top: 40px;
}

@media only screen and (max-width: 767px) {
	.gform_wrapper form .gfield--type-fileupload {
		grid-column: span 12 !important;
	}
	.ginput_container.ginput_container_fileupload {
		flex-direction: column;
	}
	.ginput_container.ginput_container_fileupload span.gform_fileupload_rules {
		width: 100% !important;
		text-align: left;
		padding-left: 0;
	}
}
@media only screen and (min-width: 1200px) and (max-width: 1250px) {
	#header .header-top a.logo,
	#home-banner .caption{
		left:30px;
	}
	.constrain,
	#main-content>.block:not(.nopadding):not(.column-has-bg),
	#header .header-top .constrain,
	.wp-block-uagb-container>.uagb-container-inner-blocks-wrap,
	#footer-top{
		padding-left:30px;
		padding-right:30px;
	}
	.block.full,
	.fostet-qualifications{
		padding-left: calc(50vw - 578px);
		padding-right: calc(50vw - 578px);
	}
	#main-content>.block.column-has-bg>.column:first-child{
		padding-left:30px;
	}
	#main-content>.block.column-has-bg>.column:last-child{
		padding-right:30px;
	}
}