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

body {
	font-family: "Nunito Sans", sans-serif;
	font-weight: 300;
	font-style: normal;
	color:rgba(0,0,0,0.8);
	line-height: 1.5em;
	background-color:#ffffff;
	letter-spacing:0.5px;
	font-size: 14px;
	font-size: clamp(12px, .95vw, 16px);
}

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

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

h1, h2, h3, h4, h5, h6 {
	color:#000000;
	font-family: "Poppins", sans-serif !important;
}
h1, h2, h3 {
	font-weight: 300;
}
h4 {
	font-weight: 500;
}
h5, h6 {
	font-weight:300;
	text-transform: uppercase;
	letter-spacing:1px;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1.2em;
}
h1 {
	font-size: 64px;
	font-size: clamp(54px, 4.4vw, 74px);
}

h2 {
	font-size: 46px;
	font-size: clamp(38px, 3.2vw, 54px);
}
h3 {
	font-size: 30px;
	font-size: clamp(24px, 2.1vw, 36px);
}
h4 {
	font-size: 22px;
	font-size: clamp(18px, 1.5vw, 26px);
}
h5 {
	font-size: 20px;
	font-size: clamp(16px, 1.4vw, 24px);
}
h6 {
	font-size: 14px;
	font-size: clamp(12px, .95vw, 16px);
}

.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(255, 255, 255, 1.0);
		background-color:rgb(255, 255, 255, .8);
	backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}


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

}

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

.fl-button-wrap {
	flex-shrink:0;
}

/* Blue 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:#012169 !important;
	background-color: #012169 !important;
	
	background-image: linear-gradient(to right, #012169 0%, #012169  75%, #7BAFD4  75%, #7BAFD4  100%) !important;
	background-size: 200% auto !important;
	
	border-radius:120px !important;
	
	text-align:center;
	
	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: "Nunito Sans", sans-serif;
	font-size: 14px !important;
	font-weight:600 !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: #001649 !important; */
    border-color: #001649 !important;
	
	background-position: right center !important; /* change the direction of the change here */
}

.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 Blue 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: #012169 !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:#012169 !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: #001649 !important;
		border-color: #001649 !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;
	}


/* Sticky Header Styles */

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


header.this-is-stuck {
	background-color:rgb(255, 255, 255, .8);
	backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}


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

/*Header Styles*/

/*.ast-custom-header {*/
/*    position: absolute !important;*/
/*    width:100%;*/
/*}*/


/*Header Button Styles*/

.header-contact-btn {
    margin-left:20px;
    border:1px solid;
    border-color:var(--ast-global-color-0);
    background-color:var(--ast-global-color-0);
    
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

.header-contact-btn:hover {
    border:1px solid;
    background-color:var(--ast-global-color-1);
    border-color:var(--ast-global-color-1);
}

.header-contact-btn a {
    padding:16px 24px !important;
}


/*Mega Menu Styles*/

.brex-mega-menu>li.mega-menu-saved-row .mega-menu-saved-row-container .fl-row-content-wrap {
    background:var(--ast-global-color-7) !important;
}


/*Deep Shadow Styles*/

.deep-shadow {
    box-shadow: 0px 15px 50px 20px rgba(35,50,61,0.3);
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

.deep-shadow:hover {
    box-shadow: 0px 15px 50px 20px rgba(35,50,61,0.4);
}


/*Light Shadow Styles*/

.light-shadow, .uabb-blog-posts-shadow {
    box-shadow: 0px 15px 50px 20px rgba(35,50,61,0.1);
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

.light-shadow:hover, .uabb-blog-posts-shadow:hover {
    box-shadow: 0px 15px 50px 20px rgba(35,50,61,0.2);
}


/*UABB Shadow Styles*/

.uabb-blog-posts {
    overflow:visible !important;
}

.uabb-blog-posts-shadow {
    box-shadow: 0px 15px 50px 20px rgba(35,50,61,0.1);
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

.uabb-blog-posts-shadow:hover {
    box-shadow: 0px 15px 50px 20px rgba(35,50,61,0.2);
}
