/*
Theme Name: BlankSlate - Child
Template: blankslate
Text Domain: blankslatechild
*/


/* Homepage Hero Video Overlay */

#homepage-hero .background-video {
    position:absolute !important;
    top:0px !important;
    left:0px !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    mix-blend-mode: plus-lighter !important;
}

/* Global Styles */

body {
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	font-style: normal;
  color:rgba(23,23,23,0.8);
  line-height: 1.5em;
	background-color:#E6E6E6;
	letter-spacing:0.5px;
	font-size: 14px;
	font-size: clamp(14px, .8vw, 18px);
}
div#container {
	background-color:#E6E6E6;
}

.uabb-infobox-content .uabb-infobox-text {
	color:rgba(23,23,23,0.8) !important;
}

body p {
	margin: 0 0 12px 0;
}

b, strong {
	font-weight:600;
}

a, button, input[type=submit], ul, li, header, a[role=button] {
  transition: all 0.25s ease !important;
}

a, a:visited {
	color:#ED3237;
}

h1, h2, h3, h4, h5, h6 {
	color:#000000;
	font-family: "Open Sans", sans-serif !important;
}
h1, h2 {
	font-family: "Open Sans", sans-serif !important;
	font-weight: 400;
}

h3, h4, h5, h6 {
	font-family: "Open Sans", sans-serif !important;
	font-weight:600;
}

h1, h2, h3, h5, h6 {
	text-transform: uppercase;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1.2em;
}
h1 {
	font-size: 70px;
	font-size: clamp(60px, 3.5vw, 80px);
}

h2 {
	font-size: 50px;
	font-size: clamp(40px, 2.75vw, 60px);
}
h3 {
	font-size: 30px;
	font-size: clamp(20px, 1.75vw, 40px);
}
h4 {
	font-size: 20px;
	font-size: clamp(18px, 1.35vw, 30px);
}
h5 {
	font-size: 18px;
	font-size: clamp(15px, 1.25vw, 21px);
}
h6 {
	font-size: 14px;
	font-size: clamp(12px, 1.0vw, 18px);
}

.site-logo a img.fl-photo-img {
	width:auto !important;
	transition: all 0.5s ease !important;
}

.nomar p {
	margin: 0 !important;
}

ul, ol {
    margin-left:20px;
}

ul li {
    list-style-type: disc;
}

ol li {
    list-style-type: decimal;
}



/* ------- Global Button Styles ------- */

/* Red Btn */

.uabb-creative-button-wrap a, .uabb-creative-button-wrap a:visited, button, .fl-button-group-buttons a.fl-button, a.fl-button {
	border:2px solid !important;
    border-color:#ED3237 !important;
	background-color: #ED3237 !important;
	border-radius:0px !important;
	
	line-height:1em !important;
	
	-webkit-transition: all 200ms linear !important;
    -moz-transition: all 200ms linear !important;
    -ms-transition: all 200ms linear !important;
    -o-transition: all 200ms linear !important;
    transition: all 200ms linear !important;
}


.uabb-creative-button-wrap a,
.uabb-creative-button-wrap a:visited,
button, .fl-button-group-buttons a.fl-button,
.fl-builder-content a.fl-button {
	padding: 16px 38px 16px 38px !important;
}

@media only screen and (max-width: 576px) {

	.uabb-creative-button-wrap a,
	.uabb-creative-button-wrap a:visited,
	button, 
	.fl-button-group-buttons a.fl-button,
	a.fl-button {
		padding: 16px 38px 16px 38px !important;
		width:100% !important;
		text-align:center;
	}
	.fl-module-uabb-button {
		width:100% !important;
		text-align:center;
	}

}

.uabb-creative-button-wrap a span, .uabb-creative-button-wrap a:visited span, button *, button, .fl-button-group-buttons a.fl-button span, a.fl-button span {
	font-family: "Open Sans", sans-serif;
	font-size: 14px !important;
	font-weight:500 !important;
}

.uabb-creative-button-wrap a *, .uabb-creative-button-wrap a:visited *, button *, button, .fl-button-group-buttons a.fl-button *, a.fl-button *, a.fl-button span {
	color: #FFFFFF !important;
	letter-spacing: 1px !important;
	text-transform: uppercase !important;
	line-height:1em !important;
	
		-webkit-transition: all 200ms linear !important;
    -moz-transition: all 200ms linear !important;
    -ms-transition: all 200ms linear !important;
    -o-transition: all 200ms linear !important;
    transition: all 200ms linear !important;
}

.uabb-creative-button-wrap a:hover, button:hover, .fl-button-group-buttons a.fl-button:hover, a.fl-button:hover {
    background-color: #CD1015 !important;
    border-color: #CD1015 !important;
}

.uabb-creative-button-wrap a:hover *, .uabb-creative-button-wrap a:hover *, button:hover *, button:hover, .fl-button-group-buttons a.fl-button:hover *, a.fl-button:hover *, a.fl-button:hover span {
	color: #ffffff !important;
}

/* Reverse Red Btn */
	.reverse-btn .uabb-creative-button-wrap a *, .reverse-btn .uabb-creative-button-wrap a:visited *, .reverse-btn button *, .reverse-btn a *, .reverse-btn .fl-button-group-buttons a.fl-button * , .reverse-btn a.fl-button *, .reverse-btn a.fl-button span {
		color: #ED3237 !important;
	}

	.reverse-btn .uabb-creative-button-wrap a, .reverse-btn .uabb-creative-button-wrap a:visited, .reverse-btn button, .reverse-btn a, .reverse-btn .fl-button-group-buttons a.fl-button, .reverse-btn a.fl-button {
		border-color:#ffffff !important;
		background-color: #ffffff !important;
	}

	.reverse-btn .uabb-creative-button-wrap a:hover, .reverse-btn button:hover, .reverse-btn .fl-button-group-buttons a.fl-button:hover, .reverse-btn a.fl-button:hover {
		background-color: #CD1015 !important;
		border-color: #CD1015 !important;
	}

	.reverse-btn .uabb-creative-button-wrap a:hover *, .reverse-btn .uabb-creative-button-wrap a:hover *, .reverse-btn button:hover *, .reverse-btn button:hover, .reverse-btn .fl-button-group-buttons a.fl-button:hover *, .reverse-btn a.fl-button:hover *, .reverse-btn a.fl-button:hover span {
		color: #ffffff !important;
	}

/* Black Btn */
	.black-btn .uabb-creative-button-wrap a *, .black-btn .uabb-creative-button-wrap a:visited *, .black-btn button *, .black-btn a *, .black-btn .fl-button-group-buttons a.fl-button * , .black-btn a.fl-button *, .black-btn a.fl-button span {
		color: #ffffff !important;
	}

	.black-btn .uabb-creative-button-wrap a, .black-btn .uabb-creative-button-wrap a:visited, .black-btn button, .black-btn a, .black-btn .fl-button-group-buttons a.fl-button, .black-btn a.fl-button {
		border-color:#000000 !important;
		background-color: #000000 !important;
	}

	.black-btn .uabb-creative-button-wrap a:hover, .black-btn button:hover, .black-btn .fl-button-group-buttons a.fl-button:hover, .black-btn a.fl-button:hover {
		background-color: #CD1015 !important;
		border-color: #CD1015 !important;
	}

	.black-btn .uabb-creative-button-wrap a:hover *, .black-btn .uabb-creative-button-wrap a:hover *, .black-btn button:hover *, .black-btn button:hover, .black-btn .fl-button-group-buttons a.fl-button:hover *, .black-btn a.fl-button:hover *, .black-btn a.fl-button:hover span {
		color: #ffffff !important;
	}


/* Transparent Btn */
	.transparent-btn .uabb-creative-button-wrap a, .transparent-btn .uabb-creative-button-wrap a:visited, .transparent-btn button, .transparent-btn a, .transparent-btn .fl-button-group-buttons a.fl-button, .transparent-btn a.fl-button {
		border: none !important;
		border-color: #ED3237 !important;
		background-color: transparent !important;
		background: none !important;
		padding: 0px !important;
	}

	.transparent-btn .uabb-creative-button-wrap a *, .transparent-btn .uabb-creative-button-wrap a:visited *, .transparent-btn button *, .transparent-btn a *, .transparent-btn .fl-button-group-buttons a.fl-button * , .transparent-btn .fl-builder-content a.fl-button *, .transparent-btn .fl-builder-content a.fl-button span, .transparent-btn a.fl-button span {
		color: #ED3237 !important;
		font-size: 14px !important;
	}

	.transparent-btn .uabb-creative-button-wrap a:hover, .transparent-btn button:hover, .transparent-btn .fl-button-group-buttons a.fl-button:hover, .transparent-btn a.fl-button:hover {
		background-color: transparent !important;
	}

	.transparent-btn .uabb-creative-button-wrap a:hover *, .transparent-btn .uabb-creative-button-wrap a:hover *, .transparent-btn button:hover *, .transparent-btn button:hover, .transparent-btn .fl-button-group-buttons a.fl-button:hover *, .transparent-btn .fl-builder-content a.fl-button:hover *, .transparent-btn a.fl-button:hover span {
		opacity:0.8;
	}



/* ------- Global Header Styles ------- */

.header-primary-menu {
	width:100%;
}

.header-primary-menu #menu-main-nav {
	width:100%;
	display:flex;
/* 	justify-content: space-between; */
/* 	justify-content: flex-start; */
}

.header-primary-menu .menu > li {
/* 	flex:1 auto; */
	display: inline-flex !important;
	justify-content: flex-start;
}

.header-secondary-menu a, .header-primary-menu a, .footer-primary-menu a {
	font-weight:400;
}

.header-primary-menu li.home-link, .footer-primary-menu li.home-link {
	display:none !important;
}

.header-primary-menu li.contact-link a, .footer-primary-menu li.contact-link a {
	color: #A5C3D2 !important;
}

.header-primary-menu li.contact-link {
	flex-grow:0 !important;	
}

.header-primary-menu .menu-item a::after, .footer-primary-menu .menu-item a::after {
	content: "";
	display:block;
	border-bottom:1px solid transparent;
    position: relative;
    bottom: 0;
    left: 0;
    margin-top: 5px;
    margin-bottom: -5px;
	width:0%;
	
			-webkit-transition: all 200ms linear !important;
    -moz-transition: all 200ms linear !important;
    -ms-transition: all 200ms linear !important;
    -o-transition: all 200ms linear !important;
    transition: all 200ms linear !important;
}

.header-primary-menu .menu-item:hover > a::after, .footer-primary-menu .menu-item:hover > a::after {
	border-bottom:1px solid #ED3237;
    position: relative;
    margin-top: 5px;
    margin-bottom: -5px;
	width:100%;
}

.header-primary-menu .menu-item, .footer-primary-menu .menu-item {
	width: fit-content;
}

.footer-primary-menu ul.sub-menu {
	display:none !important;
}

.header-primary-menu .fl-menu-toggle, .footer-primary-menu .fl-menu-toggle {
	display:none !important;
}

.fl-has-submenu-container a {
	padding-right:14px !important;
}


/* Header Secondary Menu Btn */
	.header-secondary-menu .uabb-creative-button-wrap a *, .header-secondary-menu .uabb-creative-button-wrap a:visited *, .header-secondary-menu button *, .header-secondary-menu a *, .header-secondary-menu .fl-button-group-buttons a.fl-button * , .header-secondary-menu a.fl-button *, .header-secondary-menu a.fl-button span {
		color: #ffffff !important;
	letter-spacing: 1px !important;
	text-transform: uppercase !important;
	line-height:1em !important;
		font-size: 12px !important;
	}

	.header-secondary-menu .uabb-creative-button-wrap a, .header-secondary-menu .uabb-creative-button-wrap a:visited, .header-secondary-menu button, .header-secondary-menu a, .header-secondary-menu .fl-button-group-buttons a.fl-button, .header-secondary-menu a.fl-button {
		border: none !important;
		border-color: transparent !important;
		background-color: transparent !important;
		padding: 8px 12px 8px 12px !important;
	}

	.header-secondary-menu .uabb-creative-button-wrap a:hover, .header-secondary-menu button:hover, .header-secondary-menu .fl-button-group-buttons a.fl-button:hover, .header-secondary-menu a.fl-button:hover {
		border-color: transparent !important;
		background-color: transparent !important;
	}

	.header-secondary-menu .uabb-creative-button-wrap a:hover *, .header-secondary-menu .uabb-creative-button-wrap a:hover *, .header-secondary-menu button:hover *, .header-secondary-menu button:hover, .header-secondary-menu .fl-button-group-buttons a.fl-button:hover *, .header-secondary-menu a.fl-button:hover *, .header-secondary-menu .fl-builder-content a.fl-button:hover span {
		color: #A5C3D2 !important;
	}

	.footer-secondary-menu .uabb-creative-button-wrap a *, .footer-secondary-menu .uabb-creative-button-wrap a:visited *, .footer-secondary-menu button *, .footer-secondary-menu a *, .footer-secondary-menu .fl-button-group-buttons a.fl-button * , .footer-secondary-menu a.fl-button *, .footer-secondary-menu a.fl-button span {
		color: #ffffff !important;
	}



/* Header Search Icon */
#header-search-btn a {
    background: none !important;
    border: none !important;
    aspect-ratio: 1;
    padding: 0 !important;
    display: flex;
    justify-content: center;
    align-content: center;
}

#header-search-btn i {
    margin:0 !important;
	font-size: 20px;
    color: #ffffff !important;
}

#header-search-btn a:hover i {
    color: #A5C3D2 !important;
}

#header-search-btn span {
    display:none;
}


/* Sidebar Menu Toggle */

.nav-toggle .bar {
    background-color: #ffffff !important;
}

.nav-toggle {
	background:#ED3237;
}

/* Sticky Header Stuff */

header.this-is-stuck,
header.interior_header {
/* 	background-color:rgba(10,33,57,0.9); */
	background-color:none;
	   position: sticky;
    z-index: 99999;
	width:100%;
    clear: both;
}

header {
/* 	position: -webkit-sticky;
	position: sticky; */
/* 	position:absolute; */
	position:sticky !important;
	top: 0px;
	z-index: 100;
	background-color:rgb(10,33,57,0.0);
	width:100%;
	
		-webkit-transition: all 200ms linear !important;
    -moz-transition: all 200ms linear !important;
    -ms-transition: all 200ms linear !important;
    -o-transition: all 200ms linear !important;
    transition: all 200ms linear !important;
}

div#container {
	position:relative;
	top:0;
	width:100%;
	z-index:1;
}

/* footer#footer {
    z-index: 0;
  position: sticky;
  bottom: 0;
  left: 0;
  width: 100%;
} */

.z100 {
	position: relative;
	z-index: 100;
}

.z50 {
	position: relative;
	z-index: 50;
}



span.swash {
	position: relative;
	white-space: nowrap;
	display: inline-block;
	z-index: 1;
}

span.swash:before {
    content: "";
    position: absolute;
    left: -10px;
    top: -10px;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    background-image: url(/wp-content/uploads/2024/06/Swash-2.webp);
    display: block;
    background-size: contain;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: center;
}

.green-gradient {
  background: -webkit-linear-gradient(#C7FDC0, #C7FDC0, #FFFFFF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.red-text {
	color: #ED3237 !important;
}

.greeny {
	color: #418B8C !important;
}

.yellowy {
	color: #E0A826 !important;
}

.greyy {
	color: rgba(10,33,57,0.4) !important;
}

.italy {
	font-style: italic !important;
}

.rounded-corner {
	border-radius:20px;
	overflow:hidden;
}

.fl-module-box .fl-photo-caption {
	font-size: clamp(26px, 3vw, 44px);
	position: relative;
	bottom:10%;
}

/*
.fl-module-box a {
	display: block;
}
*/


/* BOF: Headings, Paragraphs, etc. */
@media only screen and (min-width: 1260px)  {

}

@media only screen and (min-width: 992px)  {

}

@media only screen and (max-width: 991px)  {

}
/* EOF: Headings, Paragraphs, etc. */



@media only screen and (min-width: 1260px)  {
	.padding_left {
		padding-left: calc( (100% - 1260px)/2 );
	}
}

.menu_call a {
    background: #fff;
    color: #000 !important;
    border: 1px solid #fff;
    margin-left: 15px;
}

.menu_call a:hover {
    background: #000;
    color: #fff !important;
    border: 1px solid #fff;
}

#full-screen-box .menu_call a {
	margin-left: 0px;
}


/*
@media only screen and (min-width: 992px)  {
	
	.client_login a {
		border: 1px solid #2e62fc;
	  border-radius: 4px;
	  padding: 10px 14px !important;
	  background-color: #2e62fc;
		letter-spacing: initial;
		font-size: 14px;
	  color:#ffffff;
		margin-right:20px !important;
	}

	.client_login:hover a {
		background-color: #ffffff;
		color: #2e62fc !important;
	}

}
*/


.topnav .fl-row-content .fl-col-group {
  width: 100%;
  justify-content: center;
}


.info-center .uabb-infobox-title-wrap {
	display: none !important;
}

.info-center .infobox-left .uabb-imgicon-wrap {
  margin: 10px !important;
}

.info-center .uabb-infobox-left-right-wrap {
	display: flex;
  justify-content: center;
  align-items: center;
}

.info-center .uabb-infobox-text, 
.info-center .uabb-infobox-text p {
	display:inline-block !important;
}

.uabb-infobox-content .uabb-infobox-text {
	color:rgba(10,33,57,0.8);
}

.uabb-infobox-content .uabb-infobox-text p:last-of-type {
  padding-bottom: 0;
}

.info-center .infobox-photo-left .uabb-infobox-content {
	width:auto !important;
}

/*
main#content strong, main#content b {
    font-weight: 800 !important;
    color: #000 !important;
}
*/

main#content ul {
    list-style: disc;
}


.z-high {
	z-index: 20 !important;
	position: relative;
}

.z-low {
	z-index: 0 !important;
	position: relative;
}

.z-low .fl-row-content-wrap {
	overflow: hidden;
}

.relative {
	position: relative;
}

.home_logo_row .slick-track {
	display: flex;
  align-items: center;
}

.home_logo_row .uabb-image-carousel img {
    height: auto!important;
    max-width: 100%;
    max-height: 70px;
    width: auto !important;
    object-fit: contain;
    object-position: center;
}

.feature_holder {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

.feature {
  display: inline-flex;
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding: 20px;
}

.feature img {
	width:57px;
	height: auto;
	display: inline-block;
}

.whitetext .fl-photo-caption,
.feature-caption {
	color:#ffffff;
	font-family: Mulish, sans-serif;
	font-weight: 700;
	font-size:16px;
}

@media only screen and (min-width: 992px)  {
	.uabb-testimonial {
		padding-right:60px;
		padding-left:60px;
	}
}

.logoed_bg .fl-row-content-wrap {
	position: relative;
}

.logoed_bg .fl-row-content-wrap:after {
	content:" ";
	position: absolute;
	z-index: 1;
	top:0;left:0;right:0;bottom:0;
	background-image: url(/wp-content/uploads/2023/04/Mark@2x.png);
	background-position: right bottom;
	background-size: 55%;
	background-repeat: no-repeat;
}

.logoed_bg .fl-row-content-wrap .fl-row-content {
	position: relative;
	z-index: 3;
}

@media only screen and (max-width: 991px)  {
	.logoed_bg .fl-row-content-wrap:after {
		background-size: contain;
	}
}

.bottom_aligned {
	display: flex;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
}

.bottom_aligned .fl-module:last-child {
	margin-top: auto !important;
}


.services .uabb-module-content img {
	aspect-ratio: 387 / 211;
}

/* .services .uabb-module-content img:after { */
.services .uabb-module-content .uabb-ultb3-info:before,
.readthings .uabb-module-content .uabb-ultb3-info:before {
	content:" ";
	display:block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0) 75%);
	z-index: 0;
}

.services .uabb-ultb3-info .uabb-ultb3-title,
.readthings .uabb-ultb3-info .uabb-ultb3-title {
	position: relative;
	z-index: 2;
}

.readthings .uabb-module-content {
	aspect-ratio: 6 / 5;
}

.readthings .uabb-button {
	border:1px solid #E0A826 !important;
}


.desktop-only {
	display:none;
}

@media only screen and (min-width: 992px)  {
	.desktop-only {
		display:inline;
	}
}





form div .frm_submit {
    display: flex;
    justify-content: center;
}

form div .frm_submit button {
    text-transform: uppercase;
}

.fl-button .fl-button-icon {
	color: #ED3237 !important;
}

.fl-button:hover .fl-button-icon {
	color: #CD1015 !important;
}



/* Resources */

.f_img_holder {
    position: relative;
    display: flex;
    justify-content: center;
}

.terms_holder {
    position: absolute;
    top: 2px;
    left: 5px;
}

.terms_holder span {
    font-size: 9px;
    background-color: #E0A826;
    border-radius: 3px;
    line-height: 1;
    margin: 0;
    display: inline-block;
    padding: 5px;
    text-transform: uppercase;
    color: #fff;
}


.f_img_holder a {
	display: block;
}

.resource-image {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: center;
    background-color: RGB(0, 0, 0, .05);
    display: block;
}

h3.gallery_title {
    position: absolute;
    z-index: 10;
    bottom: 20px;
    text-align: center;
    background: RGB(0, 0, 0, .5);
    color: #fff;
    padding: 8px 10px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

h5.uabb-post-meta {
    font-size: 12px;
    font-weight: 400;
    display: flex;
    justify-content: space-between;
}

h5.uabb-post-meta span:first-child {
	text-align:left;
}

h5.uabb-post-meta span:last-child {
	text-align:right;
}


.posts_link a,
.posts_link a:hover {
	background: #086d68;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    padding: 6px 10px 6px 10px;
    line-height: 1;
    letter-spacing: 1px;
    font-family: 'Outfit';
    display: inline-block;
}

footer strong.yellowy {
	margin:0 0 10px 0;
	display: inline-block;
}


/* Pink Box Hover Styles */


.pink-hover-box {
	-webkit-transition: all 200ms linear !important;
    -moz-transition: all 200ms linear !important;
    -ms-transition: all 200ms linear !important;
    -o-transition: all 200ms linear !important;
    transition: all 200ms linear !important;
}

.pink-hover-box:hover {
	background-color: #D79D8C;
}


/*Image Carousel Styles*/

.uabb-image-carousel ul.slick-dots {
    display: block;
    position: relative;
    margin: 0;
    left: 0;
    width: 100%;
    text-align: center;
    height: 40px;
    margin-top: 20px;
    padding: 0px !important;
	
	display: flex !important;
    justify-content: center;
	gap: 10px;
}

.uabb-image-carousel ul.slick-dots li {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    cursor: pointer;
	opacity:0.2;
}

.uabb-image-carousel ul.slick-dots li button {
    font-size: 0 !important;
    line-height: 0 !important;
    display: block;
    width: 45px;
    height: 6px;
    padding: 0px !important;
    cursor: pointer;
    color: transparent;
    border: 0 !important;
    outline: none;
    background: #0A2139 !important;
}

.uabb-image-carousel ul.slick-dots li button:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '\f111';
    text-align: center;
    opacity: .25;
    color: #D79D8C;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display:none !important;
}

.uabb-image-carousel ul.slick-dots li.slick-active {
    opacity:1;
}

/*About Section Image Carousel Styles*/

.about-section-image-carousel .uabb-image-carousel ul.slick-dots {
    transform: translate(0, -150%);	
}

.about-section-image-carousel .uabb-image-carousel ul.slick-dots li button {
	background:#ffffff !important;
}

/*Testimonial Carousel Styles*/

.bx-wrapper .bx-pager {
	display:flex !important;
	gap:10px !important;
	padding-left:5px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    width: 45px !important;
    height: 6px !important;
    border-radius: 0px !important;
	margin:0 !important;
	background:rgba(10,33,57,0.3) !important;
}

.bx-wrapper .bx-pager.bx-default-pager a.active {
	background:rgba(10,33,57,1.0) !important;
}

/* ------- Gallery Page Styles ------- */

@media ( min-width: 769px ){
	.sticky-row{position:sticky;top:165px;z-index:99;}
}

/* ------- Latest News Carousel Styles ------- */
.latest-news-slider .bx-wrapper .bx-pager {
	padding-left: 20px;
}

/*Post Thumbnail Styling*/

.uabb-post-wrapper, 
.uabb-post-wrapper .uabb-post-thumbnail, 
.uabb-post-wrapper > div .uabb-post-thumbnail img {
	-webkit-transition: all 200ms linear !important;
    -moz-transition: all 200ms linear !important;
    -ms-transition: all 200ms linear !important;
    -o-transition: all 200ms linear !important;
    transition: all 200ms linear !important;
	
}

/* .uabb-post-wrapper:hover {
    top:-10px !important;
} */

.uabb-post-wrapper .uabb-post-thumbnail {
    aspect-ratio: 3/2;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    text-align: center;
    position: relative;
	top:0;
}

/* .uabb-post-wrapper:hover .uabb-post-thumbnail {
	top:-10px !important
} */

.uabb-post-wrapper > div .uabb-post-thumbnail img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    scale: 1.0;
}

.uabb-post-wrapper:hover > div .uabb-post-thumbnail img {
    scale: 1.1;
}


/*Force global margin to 0px*/

.fl-module-content, .fl-module:where(.fl-module:not(:has(> .fl-module-content))) {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

/*Form Styles*/

.with_frm_style .frm_primary_label {
    text-transform: uppercase;
}

.with_frm_style input[type=text], .with_frm_style input[type=password], .with_frm_style input[type=email], .with_frm_style input[type=number], .with_frm_style input[type=url], .with_frm_style input[type=tel], .with_frm_style input[type=file], .with_frm_style input[type=search], .with_frm_style select, .with_frm_style .frm-card-element.StripeElement, .with_frm_style textarea {
    border: 1px solid #CDD5DE !important;
}








@media only screen and (max-width: 576px)  {
	
	.fl-animated.fl-fade-left {
		animation: none !important;
		-webkit-animation: none !important;
	}

	.fl-animated.fl-fade-right {
		animation: none !important;
		-webkit-animation: none !important;
	}

}


@media only screen and (min-width: 769px)  {

	.get_to_know h3.uabb-new-ib-title {
		font-size: clamp(14px, 1.8vw, 32px) !important;
        line-height: 1.1 !important;
        padding: 0 10px !important;
    }
	
	.get_to_know .uabb-new-ib-content p {
		font-size: clamp(12px, 1.5vw, 16px) !important;
		line-height: 1.1 !important;
	}

}