.section__bg--dark-2::before {
    background: rgb(100, 190, 226);
    background: linear-gradient(0deg, rgba(100, 190, 226, 1) 0%, rgba(92, 192, 231, 1) 38%, rgba(13, 136, 184, 1) 100%);
}
#partial-header-1 .phone__number {
    font-size: 18px;
}
.logo-a__title {
    color: #FAFC01 !important;
    font-weight: bold!important;
}
.component__subtitle {
    color: #d75039 !important;
    font-weight: bold !important;
    font-size: 22px !important;
}
.section--light .component__button--2 {
    background-color: #d1af27 !important;
}
.section__bg--dark-7::before {
    background-color: #6BBE42;
}
#id_3b659e96-5998-5348-a73f-fe4fc6712a90::before {
    background-color: #6BBE42!important;
}
.section__bg--dark-6::before {
    background-color: #d1af27;
}
.staff-b .staff-member__image {
    max-width: 180px;
}
.staff-b .staff-member__name {
    margin-top: 0;
}
hr, .clr {
    clear:both!important;
}
.btn-primary {
    color: #fff !important;
    background-color: #d1af27;
    border-color: #d1af27;
    border-radius: 0px;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top:10rem;
}
a[href^="tel"]{
	cursor: pointer;
	pointer-events: unset;
	text-decoration: none;
}
.col2 {
	box-sizing: border-box;
	width: 50%;
	padding: 1%;
	float: left;
}
.col3 {
	box-sizing: border-box;
	width: 33%;
	padding: 1%;
	float: left;
}
.col4 {
	box-sizing: border-box;
	width: 24%;
	padding: 1%;
	float: left;
}

@media (max-width:767px){
	.col2{
		display:block;
		width:100%;
		float:none;
		margin:0 auto;
	}
    .col4,.col3{
		display:block;
		width:49%;
		float:none;
		margin:0 auto;
	}
	img.align-right, img.align-left {
		float: none!important;
	}
}
@media (max-width: 519px) {
	img.align-right, img.align-left {
		float: none!important;
	}
}
