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


/* ------- Global Font Styles ------- */

body {
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-style: normal;
	color:#413F3C;
	font-size:16px;
	line-height: 1.5;
	background-color:#ffffff;
}

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

h1, h2, h3, h4, h5, h6 {
	font-family: "Poppins", sans-serif !important;
	font-weight: 700;
	font-style: normal;
	line-height: 1.5;
}

h1 {
	font-weight: 400;
}

h1,
h1.fl-heading span {
	font-size: clamp(46px, 6vw, 70px) !important;
	line-height: clamp(48px, 10vw, 90px) !important;
}

.interior h1,
.interior h1.fl-heading span {
	font-size: clamp(46px, 6vw, 60px) !important;
	line-height: clamp(48px, 10vw, 70px) !important;
}


h2,
h2.fl-heading span {
	font-size: clamp(23px, 5vw, 45px);
	line-height: 1em !important;
}

.fl-rich-text h2 {
	font-size: clamp(20px, 5vw, 40px);
	margin-bottom:20px;
}

.single-post .fl-rich-text h2 {
	color: #000000;
}

.latest-posts h2 {
	line-height: clamp(1.5rem, 7vw, 2rem) !important;
}

h3,
h3.fl-heading span {
	font-size: clamp(17px, 5vw, 24px);
	line-height: clamp(19px, 9vw, 34px) !important;
}

.fl-rich-text h3 {
	font-size: clamp(17px, 5vw, 24px);
	margin-bottom:6px;
}

h5, h6 {
	font-weight:700;
	text-transform: uppercase;
	letter-spacing:1px;
}


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

.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;
	display:inline-block;
}



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

/* Green 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:#04B4A5 !important;
	background-color: #04B4A5 !important;
	border-radius:8px !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;
	}
	.fl-module-uabb-button {
		width:100% !important;
	}

}

.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: "Poppins", sans-serif;
	font-size: 16px !important;
	font-weight:700 !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: #008F8B !important;
    border-color: #008F8B !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 Green 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: #0E6187 !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:#58BEC4 !important;
		background-color: transparent !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: #008F8B !important;
		border-color: #008F8B !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;
	}

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

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

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

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

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

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

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

	.reverse-red-btn .uabb-creative-button-wrap a:hover *, .reverse-red-btn .uabb-creative-button-wrap a:hover *, .reverse-red-btn button:hover *, .reverse-red-btn button:hover, .reverse-red-btn .fl-button-group-buttons a.fl-button:hover *, .reverse-red-btn a.fl-button:hover *, .reverse-red-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: transparent !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 {
		color: #413F3C !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 {
		border-color: transparent !important;
		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 {
		color: #8AC1BC !important;
	}



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

.fl-menu nav {
	display:flex;
	justify-content: flex-end;
}
.header-primary-menu {
	width:90%;
}

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

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

/* Primary Menu Btn */

.header-secondary-menu a,
.header-primary-menu a,
.footer-secondary-menu a,
.NOfooter-primary-menu a {
	font-weight:500;
	color: #000000 !important;
}

.header-primary-menu li.home-link, .footer-primary-menu li.home-link {
	display:none !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 #04B4A5;
    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 .sub-menu {
	display:none !important;
}

/* Primary Called Out Menu Btn */


#main-header li.donate-link a,
footer li.donate-link a, 
#main-header li.NOget-help-link a,
footer li.NOget-help-link a {
	font-weight:700;
	border:2px solid !important;
	border-radius:8px !important;
	padding: 16px 38px 16px 38px !important;
}


footer li a {
	color: #ffffff !important;
	background-color: none;
	padding:12px 0 !important;
}


#main-header li.donate-link a::after,
footer li.donate-link a::after, 
#main-header li.get-help-link a::after,
footer li.get-help-link a::after {
	border:none !important;
}

#main-header li.donate-link a,
footer li.donate-link a {
	color: #F17476 !important;
    border-color:#F17476 !important;
	background-color: transparent !important;
}

#main-header li.donate-link a:hover,
footer li.donate-link a:hover {
	color:#ffffff !important;
    border-color:#F17476 !important;
	background-color: #F17476 !important;
}

#main-header li.donate-link,
#main-header li.get-help-link {
/* 	flex-grow:0 !important; */
	flex-grow:1 !important;
}

#main-header li.donate-link {
	flex-grow:0 !important;
}

/*
#main-header li.get-help-link a,
footer li.get-help-link a {
	color:#FF6D6A !important;
    border-color:#FF6D6A !important;
	background-color: transparent !important;
}

#main-header li.get-help-link a:hover,
footer li.get-help-link a:hover {
	color:#ffffff !important;
    border-color:#E04B48 !important;
	background-color: #E04B48 !important;
}
*/

footer li.donate-link,
footer li.get-help-link {
	margin-top:10px;
	margin-bottom:10px;
}


/* 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: #0E6187 !important;
	letter-spacing: 1px !important;
	text-transform: uppercase !important;
	line-height:1em !important;
		font-size: 14px !important;
		font-weight:500 !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: #04B4A5 !important;
	}

#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: #0E6187 !important;
}

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

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

header {
	position: -webkit-sticky;
	position: sticky;
	top: 0px;
	z-index: 100;
	background-color:rgb(255, 255, 255,0);
}

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

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

.yellowy {
	color: #E0A826 !important;
}

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

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


header.this-is-stuck,
header.interior_header {
	background-color:rgba(255,255,255,0.95);
}

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

ol, ul {
    list-style: disc!important;
    padding-left: 20px!important;
}

.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: #E0A826 !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: 300;
    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: #F17476 !important;
}

.uabb-image-carousel ul.slick-dots li button:before {
    font-family: 'Font Awesome 6 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: #F17476;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display:none !important;
}

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

/*Testimonial Carousel Styles*/

.bx-wrapper .bx-pager {
	display:flex !important;
	gap:10px !important;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    width: 45px !important;
    height: 6px !important;
    border-radius: 120px !important;
	margin:0 !important;
}

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

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


/*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;
	border-radius:8px;
}

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

/*Homepage Logo Image Carousel Styles*/

.logo-carousel .uabb-image-carousel .slick-track {
	display: flex !important;
	align-items: center !important;
}

.logo-carousel .uabb-image-carousel .slick-slide{
	display: flex !important;
	justify-content: center !important;
}

.logo-carousel .uabb-image-carousel .slick-list {
    display: flex;
    align-items: center;
}


/*Newly added to fix logos being cut off*/

.logo-carousel {
    overflow:visible !important;
}

.uabb-image-carousel-content {
    overflow: visible !important;
    padding: 0px !important;
}

.logo-carousel .uabb-image-carousel .slick-arrow {
    opacity: 0;
}

.logo-carousel .uabb-image-carousel .slick-list {
    justify-content: space-around !important;
}

/*Force Syling of 3 dots under Headings (nevermind)*/

/* .uabb-separator {
    border-top: 8px dotted #04B4A5 !important;
    width: 40px !important;
    display: inline-block;
} */

.uabb-separator {
    border-top: 3px solid #04B4A5 !important;
    width: 40px !important;
    display: inline-block;
	margin-top:0px !important;
	margin-bottom:10px !important;
}

/* WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float:right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* 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; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}


/* ARAM ADDED */
.with_frm_style .frm_message p {
	margin-bottom: 0 !important;
	color: #468847 !important;
}