/* .services .featuredblocks-grid-d .featuredblock__image {
    width: 100%;
    height: 300px;
    background-size: contain;
}

.featuredblocks-grid-d .featuredblock__wrap a.d-block{
    width: 100%;
    padding-top: 30px;
} */



.partial-header-a .logo-a__image img {
    max-height: 1880px;
}
.logo-a__img{
    max-width:1000%;
}
body .navigation-a .navigation__item--link, .partial-header-a .navigation__item--link {
    margin-right: 15px !important; 
}
#partial-header-1 .phone__number {
    font-size: 24px;
}
.announcement_blade__container--inner .blade-a__title-subtitle .component__title{
    color:#fff!important;
}
.announcement_blade__container--inner h4{
    font-weight:500;
}


.section-copyright .copyright__container, .section-copyright #copyright__container {
    padding-top: 30px!important;
    padding-bottom: 0!important;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 45%;
}
a[href^="tel"]{
	cursor: pointer;
	pointer-events: unset;
	text-decoration: none;
}

hr, .clr {
    clear:both!important;
}
.col4 {
	box-sizing: border-box;
	width: 24%;
	padding: 1%;
	float: left;
}


.btn-primary {
    background-color: #43858e;
    border-color: #43858e;
    color: #fff!important;
}

.staff-b .staff-member__image {
    max-width: 220px!important;
    /* width of the actual image to fit. */
}


.staff-member__prefix, .staff-member__first-last {
    font-size: 24px!important;
    font-weight: bold!important;
}

.section__bg--dark-1::before {
    background-color: #1f732c !important;
}

.section__bg--dark-2::before {
    background-color: #a7ce8b !important;
}



.section__bg--dark-3::before {
    background-color: #83a603 !important;
}
.section__bg--dark-5::before {
    background-color: #f25c05 !important;
}
.section__bg--dark-6::before {
    background-color: #731810 !important;
}

.section--light .editable__container h1, .section--light .map__title {
    color: #f25c05 !important;
}
.section--light .component__title, .section--light .form__title {
    color: #1f732c !important;
}
.section__bg--light-2::before {
    background-color: #FDFDE5 !important;
}
.blade-a__title-subtitle .component__title{
    color: #f25c05 !important;
}

#id_028cdce7-8c28-5ee2-8f9c-d1b2b8fc7464 .featuredblocks-grid-d .featuredblocks__container {
    padding-top: 0;
    margin-top: 0;
   
}
.featuredblocks-grid-d .featuredblocks__container {
     padding-bottom: 0;
}




/* .services .featuredblocks-grid-d .featuredblock__image {
    width: 100%;
    height: 220px;
    background-size: cover;
    border-radius: 2px 2px 0 0;
} */

.featuredblocks-grid-d .featuredblock__wrap {
    align-items: unset!important;
}

#id_9cbbc17b-197b-58c7-8567-fc1a9c95d8ff .editable__container {
    padding: 10px!important;
}







/* MEDIA */
@media (max-width:767px){
	.col2{
		display:block;
		width:100%;
		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;
	}
    .col4{
		display:block;
		width:100%;
		float:none;
		margin:0 auto;
	}
    
}

.staff-member__description{
	display:none;
}