/*!
Theme Name: A&C Plastics
Author: TopSpot
Description: TopSpot theme for A&C Plastics.
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: acplasticsinc
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 - var(--Text-Text-Grey);
Black - var(--Text-Text-Grey);
	
>>> 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;
}
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;
	margin: 0;
	padding-inline-start: 15px;
}

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-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: var(--Brand-Imperial-Blue);
}


.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: var(--Brand-Cyan-Blue);
}

.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: var(--Text-Text-Grey);
}

.has-white-background-color{
	background-color: #ffffff;
}
.has-darkblue-background-color{
	background-color: var(--Brand-Imperial-Blue);
}
.has-lightblue-background-color{
	background-color: var(--Brand-Cyan-Blue);
}
.has-black-background-color{
	background-color: var(--Text-Text-Grey);
}

/* Typography
--------------------------------------------- */
.wp-block-heading:not(h6),
.blog-header>.blog-content h1{
	color: var(--Brand-Imperial-Blue);
}

h1 > span,
h1,.h1 {
	font-family: "Montserrat", sans-serif;
	font-size: 48px;
	font-weight: 900;
	line-height: 120%; /* 57.6px */
	letter-spacing: 0.48px;
	text-transform: uppercase;
}
h2,.h2 {
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-size: 40px;
	line-height: 48px;
	letter-spacing: 0px;
}
h3,.h3 {
	font-family: "Montserrat", sans-serif;
	font-size: 36px;
	font-weight: 700;
	line-height: 120%;
	letter-spacing: -0.36px;
}
h4,.h4 {
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	font-size: 28px;
	line-height: 33.6px;
	letter-spacing: 0px;
}
h5,.h5 {
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 0px;
}
h6,.h6 {
	font-family: "Montserrat", sans-serif;
	color:var(--Brand-Cyan-Blue);
	font-size: 18px;
	font-weight: 600;
	line-height: 120%; /* 21.6px */
}

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+p {
	margin-top: 0;
}

p+.wp-block-columns {
	margin-top: 24px;
}
.wp-block-column .wp-block-image + p{
	margin-top:12px;
}
:where(.wp-block-columns){
	margin-bottom:0;
}
/* .wp-block-columns>.wp-block-column{
	gap: 20px;
	display: flex;
	flex-direction: column;
} */
.wp-block-columns>.wp-block-column .wp-block-heading + .wp-block-heading,
.wp-block-columns>.wp-block-column .wp-block-heading + .wp-block-columns,
.wp-block-columns>.wp-block-column .wp-block-heading + p,
.wp-block-columns>.wp-block-column .wp-block-heading + .wp-block-list,
.wp-block-columns>.wp-block-column .wp-block-heading + .wp-block-table,
.wp-block-columns>.wp-block-column .wp-block-list + p,
.wp-block-columns>.wp-block-column .wp-block-list + .wp-block-heading,
.wp-block-columns>.wp-block-column p + .wp-block-heading,
.wp-block-columns>.wp-block-column p + p,
.wp-block-columns .wp-block-columns + p{
	margin-top:16px;
}
.wp-block-columns>.wp-block-column .wp-block-list + .wp-block-buttons,
.wp-block-columns>.wp-block-column p + .wp-block-buttons{
	margin-top:32px;
}
.wp-block-buttons{
	column-gap: 24px;
}
a,
p a {
	color: var(--Brand-Cyan-Blue);
}

ol a:hover,
ul a:hover,
p a:hover {
	color: var(--Text-Text-Grey);
	text-decoration: underline;
}

.wp-block-column ul,
.wp-block-column ol{
	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 25px;
	padding: 0 0 0 0;
	position: relative;
	font-size: 16px;
	line-height: 22px;
	color: var(--Text-Text-Grey);
}
.wp-block-column ul li:last-child{
	margin-bottom: 0;
}

ul.wp-block-list.fancy{
	list-style: none;
}
ul.wp-block-list.fancy li{
	padding: 0 0 0 30px;
	margin: 10px 0;
}
ul.wp-block-list.fancy li:before{
	content:"\f00c";
	font-family: "Font Awesome 6 Pro";
	font-weight: 900;
	font-size: 16px;
	line-height: 16px;
	color:var(--Brand-Cyan-Blue);
    position: absolute;
	left:0;
	top:5px;
}
/* Scaffolding
--------------------------------------------- */
body {
	color: var(--Text-Text-Grey);
	font-size: 16px;
	line-height: 22px;
	margin: 0 !important;
	overflow-x: hidden;
	padding-top: 129px; /* match header height*/
	font-family: "Montserrat", sans-serif;
}

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

hr {
	background-color: var(--Brand-Cyan-Blue);
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
	border-top:none !important;
}

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

.w25 {
	width: 25%;
}

.w30 {
	width: 30%;
}

.w33 {
	width: 33.33%;
}

.w40 {
	width: 40%;
}

.w50 {
	width: 50%;
}

.w60 {
	width: 60%;
}

.w66 {
	width: 66.66%;
}

.w70 {
	width: 70%;
}

.w75 {
	width: 75%;
}

.w100 {
	width: 100%;
}

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

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

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

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

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

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

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

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

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

/* Buttons
--------------------------------------------- */
.wp-block-button__link {
	
}
.is-style-outline .wp-block-button__link {
	
}

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

/* Navigation
--------------------------------------------- */
/* Header */
body.logged-in #header {
	top: 32px;
}
#header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 112px;
	z-index: 999;
	background-color: white;
}
#header .constrain {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	position: relative;
	width: 100%;

}
#header nav{
	position: relative;
}
#header nav ul{
	list-style: 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-size: 16px;
	font-weight: 700;
	line-height: 24px; /* 150% */
	letter-spacing: 0.16px;
}
#header nav>div>ul>li>a {
	color: #58585A;
	display: block;
	padding: 25px 15px 24px;
	position: relative;
}
#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 {
	color:var(--Brand-Imperial-Blue);
	text-decoration: none;
}
#header nav>div>ul>li:hover ul {
	max-height: 500px;
}
/* Dropdown */
#header nav>div>ul>li>ul {
	background-color: white;
	margin: 0;
	padding: 0;
	position: absolute;
	width: auto;
	min-width: 300px;
	height: auto;
	max-height: 0;
	overflow: hidden;
	-webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
	-webkit-transition: max-height 0.25s ease-in-out;
	-ms-transition: max-height 0.25s ease-in-out;
	transition: max-height 0.25s ease-in-out;
	left: -10px;
}
#header nav>div>ul>li:hover>ul{
	padding-top:15px;
	padding-bottom:15px;
}
#header nav > div > ul > li#menu-item-18964 > ul{
	width: 1200px;
	left: -257px;
}
#header nav > div > ul > li#menu-item-18963 > ul{
	width: 1200px;
    left:-433px;
}
#header nav > div > ul > li#menu-item-18963:hover >ul{
	padding:15px 359px 15px 0;
}
#header nav > div > ul > li#menu-item-18963 > ul>li:not(.nav-item-content-block){
	padding:5px 20px !important;
	font-weight: 400;
	font-family: "Figtree", sans-serif;
}
/* First Level */
#header nav>div>ul>li>ul>li{
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 160%; /* 20.3px */
	letter-spacing: -0.14px;
	padding:5px 20px;
}
#header nav>div>ul>li>ul>li>a {
	color:#58585A;
	display: inline;
	padding: 4px 4px 3px 0;
	white-space: unset;
	text-decoration: none;
	border-bottom:2px solid transparent;
}
#header nav>div>ul>li>ul>li:hover>a{
	color: var(--Brand-Imperial-Blue);
	border-color: var(--Brand-Cyan-Blue);
}
#header nav>div>ul>li>ul>li>ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#header nav>div>ul>li>ul>li>ul>li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: "Figtree", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 145%; /* 20.3px */
	letter-spacing: -0.14px;
}

#header nav>div>ul>li>ul>li>ul a {
	display: block;
	padding: 5px 25px;
}
#header nav>div>ul>li>ul>li>ul>li:hover>a,
#header nav>div>ul>li>ul>li>ul>li>a:active{
	color:var(--Brand-Cyan-Blue);
	text-decoration: none;
}

#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: 410px;
	max-width: 100%;
}
#header .search-form input{
	vertical-align:middle;
	background:none;
	border:none;
	box-shadow:none;
	line-height:48px;
	height:48px;
	width:100%;
	padding:0 50px 0 20px;
	border: 1px solid #dddddd;
	display:inline-block;
}
#header .search-form input:focus{
	border-color: var(--Text-Text-Grey);
	-webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
#header .search-form button{
	width: 48px;
	height: 48px;
	border-radius: 100%;
	background-color: #dddddd;
	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';
	width: 48px;
	height: 48px;
	text-align: center;
	line-height: 46px;
	position: absolute;
	font-size: 16px;
	left: 0px;
	top:1px;
	right: 0;
}
#header .search-form button:focus{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
#header .search-form input::placeholder { 
	font-size: 16px;
    color: #dddddd;
}
#header .search-form input:-ms-input-placeholder { 
	font-size: 16px;
    color: #dddddd;
}
#header .search-form input::-ms-input-placeholder {
	font-size: 16px;
    color: #dddddd;
}

/* Search Dropdown */
#search-dropdown {
	position: fixed;
	width: 300px;
	max-width: 100%;
	display: block;
	background-color: var(--Text-Text-Grey);
	z-index: 9;
	pointer-events: none;
	top: -100px;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	right: -webkit-calc(50vw - 608px);
	right: -moz-calc(50vw - 608px);
	right: calc(50vw - 608px);
}
#search-dropdown.active {
  pointer-events: all;
  top: 112px;
}
.logged-in #search-dropdown.active{
	top: 143px;
}
#search-dropdown form {
	width: 100%;
	margin: 0 0 0 auto;
	padding: 10px;
	position: relative;
}
#search-dropdown fieldset {
  position: relative;
}
#search-dropdown input[type="text"] {
	border: 0;
	padding-right: 40px;
	color: var(--Text-Text-Grey);
	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: var(--Text-Text-Grey);
    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: var(--Text-Text-Grey);
  font-size: 16px;
}
#search-dropdown input:-ms-input-placeholder {
  color: var(--Text-Text-Grey);
  font-size: 16px;
}
#search-dropdown input::-ms-input-placeholder {
  color: var(--Text-Text-Grey);
  font-size: 16px;
}

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

#mobile-menu {
	position: fixed;
	top: 136px;
	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: var(--Text-Text-Grey);
	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.requestBtn{
	margin: 32px 0;
	border-bottom: none;
}
#mobile-menu ul li.requestBtn a{
	padding:12px 24px;
	display: inline;
}
#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: var(--Text-Text-Grey);
	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: var(--Text-Text-Grey);
} */
/* Second Level */
#mobile-menu ul li ul {
	display: none;
	padding-bottom: 15px;
}
#mobile-menu ul li ul a {
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	text-transform: none;
	padding: 5px 0;
	color: var(--Text-Text-Grey);
}
#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: var(--Text-Text-Grey);
}
/* 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: var(--Text-Text-Grey);
	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: var(--Text-Text-Grey);
	-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: var(--Text-Text-Grey);
	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 {
	
}
#footer-top {
	padding-left: 20px;
	padding-right: 20px;
}
#footer-top .constrain {
	width: 100%;
	padding: 64px 0;
	display: flex;
	position: relative;
	justify-content: space-between;
}
#footer .column{
	margin-right: 30px;
}
#footer .logo {
	width: 170px;
	display: block;
}
#footer .logo img {
	max-width: 100%;
}
#footer .social-media{
	width: 200px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 30px;
}
#footer .social-media a{
	color: var(--Text-Text-Grey);
	moz-transition: color .25s ease-in-out;
    -o-transition: color .25s ease-in-out;
    -webkit-transition: color .25s ease-in-out;
    transition: color .25s ease-in-out;
}
#footer .social-media a:hover,
#footer .social-media a:active{
	color: var(--Text-Text-Grey);
}
#footer h6 {
	width: 100%;
	margin-bottom: 13px;
}
#footer ul {
	margin: 0;
	padding: 0;
}
#footer ul li {
	margin: 0 0 8px 0;
	padding: 0;
	list-style-type: none;
	display: block;
}
#footer #back-top {
	position: absolute;
	background-color: var(--Text-Text-Grey);
	height: 48px;
	width: 48px;
	border-radius: 100%;
	font-weight: 400;
	font-size: 16px;
	line-height: 48px;
	text-align: center;
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	right: 0;
	top: 40px;
}
#footer #back-top:hover,
#footer #back-top:active {
	text-decoration: none;
	background-color: var(--Text-Text-Grey);
}
#footer #back-top i {
	display: block;
}
#footer-bottom{
	padding: 0 20px;
}
#footer-bottom .constrain {
	display: flex;
	padding: 30px 0;
}

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

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

#breadcrumbs a {
	color: var(--Text-Text-Grey);
}

#breadcrumbs a i {
	color: var(--Text-Text-Grey);
	transition: color ease-in-out .25s;
}

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

#breadcrumbs span>i {
	color: var(--Text-Text-Grey);
	margin: 0 6px;
} */

/* Banners
--------------------------------------------- */
#home-banner{
	height: 590px;
	width: 100%;
	position: relative;
	overflow: hidden;
}
#home-banner .constrain{
	display: flex;
    height: 100%;
    align-items: center;
}
#home-banner .constrain:after{
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	left: 0;
	top: 0;
	position: absolute;
	z-index: 2;
	background-color: var(--Text-Text-Grey);
	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{
	overflow: hidden;
	position: relative;
	z-index:0;
	background-color: #fff;
}
/* #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__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-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: var(--Brand-Cyan-Blue)  !important;
	text-decoration: none;
}
.uagb-post-grid .uagb-post__link:hover:before,
.uagb-post-grid .uagb-post__link:active:before{
	width: 50px;
	background-color: var(--Brand-Cyan-Blue);
}



.empty-grid{
	width: 870px;
}
/******************* Media */

/* Image */

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

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

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

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

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

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

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

.wp-block-image.is-style-rounded img {
	border-radius: 20px;
}
.wp-block-image+p {
	margin-top: 25px;
}
.wp-block-image .alignleft{
	float: none;
	margin: inherit;
}
.wp-block-image .alignright{
	float: none;
	margin: inherit;
}

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

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

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

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


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

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

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

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

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

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

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

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

.fancybox-infobar button {
	display: none;
}

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

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

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

/* Video */
.custom-video{
	width: 100%;
	height: 500px;
}
.custom-video .video{
	height: 100%;
	width: 100%;
	display: block;
	position: relative;
}
.custom-video .play{
	width: 40px;
	height: 40px;
	background-color: var(--Text-Text-Grey);
	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: var(--Text-Text-Grey);
	position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}


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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}


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

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

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

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

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

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

.slick-dots,
.uagb-slick-carousel ul.slick-dots{
	left: 0;
	right: 0;
	bottom:-35px;
	width: auto;
	margin: 0 auto;
}
.slick-dots li,
.uagb-slick-carousel ul.slick-dots li{
	width: 55px;
	height: 3px;
	margin:0 8px;
}
.slick-dots li button,
.uagb-slick-carousel ul.slick-dots li button{
	width: 100%;
	height: 100%;
	padding:0;
	background: var(--Brand-Sky-Blue) !important;
}
.slick-dots li.slick-active button,
.uagb-slick-carousel ul.slick-dots li.slick-active button{
	background:#fff;
}
.slick-dots li button:before,
.uagb-slick-carousel ul.slick-dots li button:before{
	font-size: 0;
	width: 0;
	height: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

p+.wp-block-ub-tabbed-content-holder{
	margin-top: 30px;
}
.wp-block-ub-tabbed-content-tab-title-wrap{
	width: 100%;
	text-align: center;
	justify-content: center;
	padding: 18px 15px;
	margin: 0;
	border-radius: 0;
	border: none !important;
	border-right:0;
	position: relative;
	background-color: transparent;
}
.wp-block-ub-tabbed-content-tab-title-wrap:before{
	content: '';
	background-color:var(--Brand-Imperial-Blue);
	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{
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 6%;
	text-align: center;
	text-transform: uppercase;
	color: var(--Brand-Imperial-Blue);
	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: transparent !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: var(--Brand-Cyan-Blue);
}
.wp-block-ub-tabbed-content-tabs-content{
	padding: 40px 30px;
	border:none !important;
	background:#fff;
	box-shadow: 0px 10px 24px 0px #0000001A;
}

/* 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: var(--Text-Text-Grey);
	border-radius: 0;
	border: 0;
}
.wp-block-ub-tabbed-content-tab-title-vertical-wrap:hover .wp-block-ub-tabbed-content-tab-title{
	color: var(--Brand-Cyan-Blue);
}
.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='var(--Brand-Cyan-Blue)', 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: var(--Brand-Cyan-Blue);
}
.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 -16px;
}
.bucket{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction:column;
	flex-direction: column;
	padding: 0 16px;
}

.bucket a {
	display: block;
	background-color: white;
	color: var(--Text-Text-Grey);
	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: var(--Text-Text-Grey);
}

.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: 20%;
}


/* -------------- Bucket with Background ----------------- */

.buckets-background {
			justify-content: flex-start;
}
    
.buckets-background .bucket {
			position: relative;
			width: 238px;
			height: 348px;
			overflow: hidden;
			transition: transform 0.3s;
			border: none; /* Remove border */
			padding: 0px;
}

.buckets-background .bucket a {
			display: block;
			width: 100%;
			height: 100%;
			text-decoration: none;
			color: inherit;
			position: relative;
}
    
.buckets-background .bucket .image {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			background-size: cover;
			background-position: center;
			z-index: 1;
}
    
.buckets-background .bucket .gradient-overlay {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			background: linear-gradient(180deg, rgba(0, 74, 135, 0.00) 30%, rgba(0, 74, 135, 0.85) 100%);
			transition: background 0.5s ease;
}
    
.buckets-background .bucket:hover .gradient-overlay {
			background: linear-gradient(180deg, rgba(1, 96, 174, 0.55) 0%, rgba(1, 96, 174, 0.85) 100%);
			backdrop-filter: blur(6px);
}

.buckets-background .bucket:hover .image {
    	filter: grayscale(0%);
    }
    
.buckets-background .bucket .content {
	position: relative;
	width: 100%;
	z-index: 3;
	top: 283px;
	overflow: hidden;
	transition: 0.5s;
}

.buckets-background .bucket:hover .content{
    top: 56px;
    z-index: 3;
	color: #fff;
}.buckets-background .bucket .content .title{
	min-height: 65px;
}
.buckets-background .bucket .excerpt p{
	color: #fff;
	padding: 0 24px 17px 24px;
}
.buckets-background .bucket .excerpt .button{
		border-bottom: 2px solid  #00A3E0;
		color: #FFF;
		font-size: 18px;
		font-weight: 600;
		line-height: 120%; /* 21.6px */
}

.buckets-background .bucket .title .h4 {
	margin: 0 !important;
	color: #fff !important;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
	display: block;
	text-align:left;
	padding: 0 24px 17px 24px;
}
  
.buckets-background .bucket:hover .title .h4{   
    }
.buckets-background .carousel .slick-next {
    right: 0;
}
.buckets-background .carousel .slick-prev {
    left: 0;
}


/* Testimonials */
.testimonials{
	position: relative;
}
.testimonials.slick-slider{
	padding-bottom: 64px;
}
.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: var(--Text-Text-Grey);
	opacity: 1;
	font-size: 34px;
    font-weight: 300;
}
.testimonials .slick-prev:hover:before,
.testimonials .slick-prev:active:before {
  color: var(--Brand-Cyan-Blue);
}
.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: var(--Text-Text-Grey);
	opacity: 1;
	font-size: 34px;
    font-weight: 300;
}
.testimonials .slick-next:hover:before,
.testimonials .slick-next:active:before {
  color: var(--Text-Text-Grey);
}
.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: var(--Text-Text-Grey);
}
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{
	font-family: "Figtree", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: var(--Text-Text-Grey);
	border: 1px solid var(--Brand-Cyan-Blue);
	padding: 10px;
	display: flex;
	align-items: center;
	column-gap: 10px;
	
}
.files i{
	font-size: 16px;
	font-weight: 900;
	padding: 0;
	color: var(--Brand-Cyan-Blue);
}

/* 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: var(--Brand-Cyan-Blue);
}
.wp-block-table{
	margin-bottom:0;
}
.wp-block-table table{
	background: #fff;
}
.wp-block-table tbody tr:first-child td {
	color:var(--Brand-Imperial-Blue);
	font-family: "Figtree", sans-serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 1%;
	padding: 15px;
}

.wp-block-table td {
	border: 1px solid var(--Brand-Cyan-Blue);
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	padding: 15px;
	text-align: left;
	color: var(--Text-Text-Grey);
	letter-spacing: 0.02em;
}
.wp-block-table td a:hover{
	color:#9B577D;
}
.wp-block-table tbody tr:nth-child(odd){
	background: #F1F9FD;
}
.wp-block-table tbody tr a:hover{
	font-weight: 700;
}
.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: var(--Brand-Cyan-Blue);
}

.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{
	background: #FFF;
	box-shadow: 0 10px 24px 0 rgba(0, 0, 0, 0.10) !important;
}
.wpcf7-form .fieldset {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-left:-8px;
	margin-right:-8px;
}
.wpcf7-form .input-constrain{
	flex-grow: 0;
}

.wpcf7-form .input-group {
	display: flex;
	flex-direction: column;
	padding: 0 8px;
	margin-bottom: 16px;
}
.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: var(--Text-Text-Black);
	font-family: "Figtree", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 150%; /* 24px */
	letter-spacing: 0.16px;
	line-height: 40px !important;
	background-color: transparent;
	border: 1px solid var(--Brand-Cyan-Blue);
	border-radius: 4px;
	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: var(--Text-Text-Grey);
}

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

.wpcf7-form label {
	color: var(--Brand-Imperial-Blue);
}

.wpcf7-form input::placeholder {
	font-size: 14px;
	color: var(--Text-Text-Grey);
}

.wpcf7-form input:-ms-input-placeholder {
	font-size: 14px;
	color: var(--Text-Text-Grey);
}

.wpcf7-form input::-ms-input-placeholder {
	font-size: 14px;
	color: var(--Text-Text-Grey);
}

.wpcf7-form textarea::placeholder {
	font-size: 14px;
	color: var(--Text-Text-Grey);
}

.wpcf7-form textarea:-ms-input-placeholder {
	font-size: 14px;
	color: var(--Text-Text-Grey);
}

.wpcf7-form textarea::-ms-input-placeholder {
	font-size: 14px;
	color: var(--Text-Text-Grey);
}

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

.wpcf7-not-valid-tip {
	color: var(--Brand-Cyan-Blue);
	font-size: 14px;
	font-weight: bold;
	margin-top: 5px;
	position: absolute;
}

.wpcf7-not-valid {
	border-bottom-color: var(--Brand-Cyan-Blue) !important;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: var(--Brand-Cyan-Blue) !important;
}
.wpcf7-list-item.first{
	margin-left:0;
}
.grecaptcha-badge{
	bottom: 65px !important;
}
/* Custom Selects, Checkboxes & Radios */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

.search-result h3 {
	margin: 0;
}

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

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

.template-search #inner-banner .category-section {
	align-items: center;
}

.template-search #inner-banner .category-header-bg img {
	max-height: 130px;
	width: auto;
}

/* Search Products Grid */
.template-search .search-products-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 32px;
	list-style: none;
	padding: 0;
	margin: 24px 0 32px;
}

.template-search .search-products-grid li.search-product-card {
	width: auto;
	margin: 0;
	float: none;
	display: flex;
	flex-direction: column;
	background: #fff;
	border: 1px solid #E1E4E2;
}

.template-search .search-product-card__image {
	display: block;
	overflow: hidden;
	background: #f6f6f6;
}

.template-search .search-product-card__image img {
	display: block;
	width: 100%;
	height: auto;
	transition: transform 0.4s ease;
	transform: scale(1);
}

.template-search .search-product-card:hover .search-product-card__image img {
	transform: scale(1.05);
}

.template-search .search-product-card__body {
	padding: 16px;
	display: flex;
	flex-direction: column;
	gap: 8px;
	flex: 1;
}

.template-search .search-product-card__title {
	margin: 0;
	font-size: 18px;
	line-height: 1.25;
	font-weight: 600;
}

.template-search .search-product-card__title a {
	color: var(--Brand-Imperial-Blue);
	text-decoration: none;
}

.template-search .search-product-card__title a:hover {
	color: var(--Brand-Boysenberry);
}

.template-search .search-product-card__sku {
	margin: 0;
	font-size: 14px;
	color: var(--Text-Text-Grey);
}

.template-search .search-product-card__price {
	margin: 0;
	font-size: 18px;
	font-weight: 600;
	color: var(--Brand-Imperial-Blue);
}

.template-search .search-product-card__price .price del {
	opacity: 0.6;
	margin-right: 6px;
}

.template-search .search-product-card__link {
	margin-top: auto;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	color: var(--Brand-Cyan-Blue);
	text-decoration: none;
}

.template-search .search-product-card__link i {
	margin-left: 6px;
}

.template-search .search-products-pagination {
	margin: 24px 0 48px;
}

.template-search .search-products-pagination ul.page-numbers {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	list-style: none;
	padding: 0;
	margin: 0;
}

.template-search .search-products-pagination a.page-numbers,
.template-search .search-products-pagination span.page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
	height: 40px;
	padding: 0 12px;
	border: 1px solid #B0B3B1;
	color: var(--Brand-Imperial-Blue);
	text-decoration: none;
	font-weight: 600;
}

.template-search .search-products-pagination a.page-numbers:hover,
.template-search .search-products-pagination span.page-numbers.current {
	background: var(--Brand-Imperial-Blue);
	color: #fff;
	border-color: var(--Brand-Imperial-Blue);
}

.template-search .search-products-empty {
	margin: 16px 0 32px;
	font-style: italic;
	color: var(--Text-Text-Grey);
}

.template-search .search-related-section {
	margin-top: 32px;
}

.template-search .search-related-section h2 {
	margin-bottom: 16px;
}

.template-search .search-product-categories .wc-category-results {
	list-style: none;
	margin: 16px 0 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 8px 32px;
}

.template-search .search-product-categories .wc-category-results li {
	margin: 0;
}

@media (max-width: 1024px) {
	.template-search .search-products-grid {
		grid-template-columns: repeat(3, 1fr);
		gap: 24px;
	}
}

@media (max-width: 768px) {
	.template-search .search-products-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}

	.template-search .search-product-categories .wc-category-results {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 480px) {
	.template-search .search-products-grid {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.template-search .search-product-categories .wc-category-results {
		grid-template-columns: 1fr;
	}
}


/* 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: var(--Text-Text-Grey);
	position: absolute;
	left: 0;
	font-size: 16px;
	top: 2px;
	width: 25px;
	text-align: center;
}

.contact-info a {
	color: var(--Text-Text-Grey);
	text-decoration: none;
}

/* Accordion */
.wp-block-ub-content-toggle{
	max-width: 767px;
	margin: auto;
}
.wp-block-ub-content-toggle-accordion{
	background:#fff;
	border-bottom: 3px solid #00A3E0 !important;
	box-shadow: 0px 10px 24px 0px #0000001A;
}
.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{
	color:var(--Brand-Imperial-Blue) !important;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	font-size: 18px;
	line-height: 21.6px;
	letter-spacing: 0px;
	padding:15px 10px 15px 20px !important;
}
.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 20px;
	position: relative;
	max-height: 376px;
	overflow-y: scroll;
}
.wp-block-ub-content-toggle-accordion-content-wrap::-webkit-scrollbar-track {
    background: #fff;
    border: #fff;
    height: 8px;
    border-radius: 12px;
}

.wp-block-ub-content-toggle-accordion-content-wrap::-webkit-scrollbar {
    width: 8px;
    background: #fff;
    height: 8px;
    border-radius: 12px;
}

.wp-block-ub-content-toggle-accordion-content-wrap::-webkit-scrollbar-thumb {
    background: var(--Brand-Cyan-Blue);
    width: 40px;
    border-radius: 12px;
}
.wp-block-ub-content-toggle + .wp-block-buttons{
	margin-top: 30px;
}
    

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

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


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

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

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

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

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

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

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

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}
