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

body {
  font-family: Montserrat, sans-serif;
  color:#000000;
}

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;
	height: 100px !important;
}

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

header {
	position: -webkit-sticky;
	position: sticky;
	top: 0px;
	z-index: 100;
	background-color:rgb(241, 223, 173, .75);
}


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


@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 {
	background-color:rgb(241, 223, 173, 1);
}


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


header.this-is-stuck .site-logo img {
	height: 60px !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;
}

#frm_form_1_container button.frm_button_submit {
    margin: 0 auto !important;
    position: relative;
    display: block;
}


/* Link Hover Styles */

a:hover {
	color:#757575 !important;
}

.fl-post-carousel-more:hover {
	color:#757575;
}
.uabb-infobox-cta-link:hover {
	color:#757575;
}

/*Post Thumbnail Styling*/

.uabb-post-wrapper, 
.uabb-post-wrapper .uabb-post-thumbnail, 
.uabb-post-wrapper > div .uabb-post-thumbnail img,
.fl-post-grid-image img,
.fl-post-carousel-image 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, .fl-post-grid-image, .fl-post-carousel-image {
    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 8px 0px 0px;
}

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

.uabb-post-wrapper > div .uabb-post-thumbnail img, .fl-post-grid-image img, .fl-post-carousel-image img {
    object-fit: cover;
    height: 100% !important;
    width: 100% !important;
    scale: 1.0;
}

.uabb-post-wrapper:hover > div .uabb-post-thumbnail img, .fl-post-grid-image:hover img, .fl-post-carousel-image:hover img {
    scale: 1.1;
}