@charset "UTF-8";
/* CSS Document: Beaver */

/* Defaults
---------------------------------------------------------------------------- */

.fl-row-content-wrap {
	padding: 0;
}

.fl-builder-content a.fl-button,
.fl-builder-content a.fl-button:visited {
	padding: 15px 30px;
	font-size: 18px;
	border-radius: 80px;
	border: 0;
	background-color: #009fe3;
	color: white;
	font-family: "Archivo Black", sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 1;
}

.fl-builder-content a.fl-button *,
.fl-builder-content a.fl-button:visited * {
	color: white;
}

/* Custom
---------------------------------------------------------------------------- */


/* Media Queries
---------------------------------------------------------------------------- */

@media (max-width: 768px) {
	.fl-builder-content a.fl-button,
	.fl-builder-content a.fl-button:visited {
		font-size: 16px;
	}
	
	.fl-col-small:not(.fl-col-small-full-width) {
		max-width: 100%;
	}
}

@media (max-width: 480px) {
	
	.uabb-heading-text span {
		display: block;
	}
	
}