<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: BlankSlate - Child
Template: blankslate
Text Domain: blankslatechild
*/

h1, h2, h3, h4, h5, h6 {
	font-family: "Roboto", sans-serif;
}

body {
  font-family: "Nunito", sans-serif;
  color:#070707;
  line-height: 1.5;
}

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

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

header {
	position: -webkit-sticky;
	position: sticky;
	top: 0px;
	z-index: 100;
	background-color:transparent;
}

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

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

.radiuses .uabb-module-content {
	border-radius: 8px;
}

.middleinfo .uabb-module-content {
    width: 50%;
}

@media only screen and (max-width: 576px)  {
	.middleinfo .uabb-module-content {
	    width: 100%;
	}
}

.middleinfo .fl-module-content {
    text-align: center;
    display: flex;
    align-items: center;
}

.middleinfo .uabb-infobox-content {
	display: flex;
    flex-direction: column;
    align-items: center;
}

/* This is royally messing with me
 
h1,
h1.fl-heading span {
	font-size: clamp(34px, 6vw, 80px) !important;
}

h1 {
	line-height: clamp(38px, 10vw, 96px) !important;
}


h2,
h2.fl-heading span {
	font-size: clamp(28px, 6vw, 64px) !important;
}

h2 {
	line-height: clamp(30px, 10vw, 72px) !important;
}


h3,
h3.fl-heading span {
	font-size: clamp(22px, 6vw, 48px) !important;
}

h3 {
	line-height: clamp(24px, 10vw, 56px) !important;
}
*/

.fl-rich-text ul {
	margin: 20px 10px 20px 20px !important;
}






/*

h2,
h2.fl-heading span {
	font-size: clamp(23px, 5vw, 45px);
}

h2 {
	line-height: 1em !important;
}

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

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

*/

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

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

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


/*
@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:#00000050;
}



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



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



.desktop-only {
	display:none;
}

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


a.fl-post-grid-more {
    font-family: 'Outfit';
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .5px;
    border: 1px solid #E0A826;
    padding: 12px 30px;
    margin-top: 30px;
}

a.fl-post-grid-more:hover {
	background-color: #E0A826;
	color:#fff !important;
}

.fl-post-grid-image img {
	aspect-ratio: 7 / 5;
	object-fit: cover;
	width: 100%;
}





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


/*

form div .frm_submit button {
    font-family: outfit !important;
    font-weight: 500 !important;
    letter-spacing: 1px;
    font-size: 13px !important;
    text-transform: uppercase;
}

.fl-button .fl-button-icon {
	color: #E0A826 !important;
}
*/





/*
h3.uabb-post-heading {
    font-size: clamp(18px, 2vw, 24px);
    margin-top: 10px !important;
    line-height: 1.25;
}
*/

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



</pre></body></html>