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

body {
	font-family: "Karla", sans-serif;
	font-weight: 400;
	font-style: normal;
	color:rgba(0,0,0,0.9);
	line-height: 1.5em;
	background-color:#ffffff;
	letter-spacing:0.5px;
	font-size: 14px;
	font-size: clamp(11.2px, 1.1vw, 17px);
}

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

a {
	color:#00639C;
}

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

a:hover {
	color:#02A9E0;
}

b, strong {
	font-weight:700;
}

h1, h2, h3, h4, h5, h6 {
	color:#00639C;
	font-family: "Lato", sans-serif !important;
}
h1, h2, h3, h4 {
	font-weight: 800;
	text-transform: none;
}

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

h1, h2, h3, h4, h5, h6 {
	line-height: 1.2em;
}
h1 {
	font-size: 55px;
	font-size: clamp(44px, 4.8vw, 66px);
}

h2 {
	font-size: 45px;
	font-size: clamp(36px, 4vw, 54px);
}
h3 {
	font-size: 30px;
	font-size: clamp(24px, 2.6vw, 36px);
}
h4 {
	font-size: 22px;
	font-size: clamp(17.6px, 1.8vw, 26px);
}
h5 {
	font-size: 20px;
	font-size: clamp(16px, 1.6vw, 24px);
}
h6 {
	font-size: 14px;
	font-size: clamp(11.2px, 1.1vw, 17px);
}

p, .uabb-infobox-content .uabb-infobox-text p {
	padding-bottom:1em;
}

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



/* Bullet Styles */

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

main#content ol {
	list-style-type: decimal;
		padding-left:1.5em;
}

main#content ul li::marker, main#content ol li::marker {
	color:#EB8B23;	
}

main#content ul.check-marks {
	list-style-image: url('/wp-content/uploads/2026/01/Check-Streamline-Ultimate-6.svg');
	font-weight:700;
	
	padding-left:1.5em;
	display: flex;
    flex-direction: column;
    gap: 5px;
}







.menu_call a {
    background: #ffffff;
    color: #1A365D !important;
    border: 1px solid #1A365D;
    margin-left: 15px;
    border-radius: 25px;
}

.menu_call a:hover {
    background: #1A365D;
    color: #fff !important;
}

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


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


header.this-is-stuck,
header.interior_header {
	background-color:rgb(26, 54, 93, 0.95);
}


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

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

.fresh-blue {
	color:#02A9E0;
}

.fresh-blue-light {
	color:#E8F7FC;
}

.calm-blue {
	color:#00639C;
}


/* ------- 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;
    border-color:#00639C;
	background-color: #00639C;
	
	border-radius:120px;
	
	text-align:center;
	
	line-height:1em !important;
	
	-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-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 ;
}

@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 ;
		width:100% ;
	}
	.fl-module-uabb-button {
		width:100% ;
	}
}


/*
.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: "Karla", sans-serif;
	font-size: 14px ;
	font-weight:500 ;
}

.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 ;
	letter-spacing: 1px ;
	text-transform: uppercase ;
	line-height:1em ;
	
		-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-creative-button-wrap a:hover, 
button:hover, 
.fl-button-group-buttons a.fl-button:hover, 
a.fl-button:hover {
	background-color: #00507D ;
	border-color:#00507D ;
}

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

/* 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: #00639C ;
}

.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 ;
	background-color: #ffffff ;
}

.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 {
	border-color: #02A9E0 ;
	background-color: #02A9E0 ;
}

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

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


/* ------- Image Carousel Styles ------- */

.uabb-image-carousel ul.slick-dots {
    display: block;
    position: absolute;
    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;
	flex-direction:row !important;
}

.uabb-image-carousel ul.slick-dots li {
    position: relative;
    display: inline-block;
    width: 40px;
    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;
	border-radius: 0 !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;
}
/* ------- End Image Carousel Styles ------- */



/* ------- Post/Event Styles ------- */

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

.uabb-blog-posts ul.slick-dots {
display: flex;
    flex-direction: row;
justify-content: center;
    gap: 10px;
}

.uabb-blog-posts ul.slick-dots li {
height: 5px;
    width: 40px;
}

.uabb-blog-posts ul.slick-dots li button {
    background: none !important;
    border: none !important;
height: 100%;
    width: 100%;
}

.uabb-blog-posts ul.slick-dots li button:before {
font-family: none;
    font-size: 0px;
background: black;
height: 100%;
    width: 100%;
}

.uabb-blog-posts ul.slick-dots li button {
    font-size: 0px !important; 
}
/* ------- End Post/Event Styles ------- */


/* ------- Product Hotspot Slider ------- */
.product-slider-wrap {
    position: relative;
    width: 100%;
}

.product-slider-swiper {
    width: 100%;
    overflow: hidden;
}

.product-slider-swiper .swiper-wrapper {
    align-items: stretch;
}

.product-slider-swiper .swiper-slide {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Let the hotspot slide size itself naturally */
.product-slider__hotspot-slide {
    align-items: flex-start !important;
}

.product-slider__hotspot-slide .fl-builder-content {
    width: 100%;
}

/* Image slide */
.product-slider__image-slide img {
    width: 100%;
    height: auto;
    display: block;
}

/* Nav arrows */
.product-slider-swiper .swiper-button-prev,
.product-slider-swiper .swiper-button-next {
    color: #0e7ac4;
}

.product-slider-swiper .swiper-button-prev:after,
.product-slider-swiper .swiper-button-next:after {
    font-size: 20px;
}

/* Pagination dots */
.product-slider-swiper .swiper-pagination {
    position: relative;
    bottom: auto;
    left: auto;
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

.product-slider-swiper .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 5px !important;
}

.product-slider-swiper .swiper-pagination-bullet-active {
    background: #0e7ac4;
}
/* ------- End Product Hotspot Slider ------- */



