.module-318 .site-logo .logo img {
    max-width: 260px;
    padding-bottom: 0;
}
.module-323 .community-items .com-image {
    position: relative;
    padding-bottom: 56.25%;
}

.module-323 .community-items .com-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mobile-container .mobile_logo img {
    max-width: 120px;
}
.module-320 .rights a {
    color: #fff;
    /* opacity: 1; */
}

.module-320 div#theme1-footer:before {
    background: #000;
}
.mobile-container .flex-wrap .flex-item.left-nav {
    flex-direction: row-reverse;
    gap: 10px;
    justify-content: flex-end;
}

.module-322 div#theme1-cta {
    background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-464d060a-191d-42c7-9b47-dcf95a459820/HomepageAssets/schedule_bg.jpg);
    background-position: bottom;
}
/** PLACE YOUR MOBILE AND UP CSS HERE **/

@media (min-width: 768px) {

    /** PLACE YOUR TABLET AND UP CSS HERE **/
    
}

@media (min-width: 992px) {

    /** PLACE YOUR LAPTOP AND UP CSS HERE **/
    
}

@media (min-width: 1024px) {
	.module-319 .hero-copy h4 {
		font-size: 64px !important;
	}
    
}