/*--------------PLEASE PLACE ALL CUSTOM CSS HERE ---------NOTES: If you use Appearance/Customize/Additional CSS to test your custom CSS, please make sure that once you're done you add that code to this stylesheet and remove it from the Appearance/Customize/Additional CSS section. Please add a commented out title to the custom code you add to this page so it's easy for developers to find what they need. ----------------------------------------------------------------*/
.bur {background-color:#0033FF;} .home-ctas i {color: #0033FF;}
.tel-inline {
  font-weight: 700; display:  inline-block; 
}
.tel-inline:before {
  margin-right: 3px;
  font-family: "Font Awesome 5 Pro"; 
  font-weight: 900; 
  content: "\f095";
}
#content .btn-2, .btn-2 {
    border: 2px solid #fff; background-color: transparent;
}
#footer .btn {
	font-weight: bold;
	width: 100%;
	margin-bottom: 1em !important;
}

@media only screen and (min-width: 767px) {
	.column-count-2 {
		column-count: 2;
	}
	.column-count-3 {
		column-count: 3;
	}
	.column-count-4 {
		column-count: 4;
	}
}