.ry-footer-col.ry-footer-contact {
    position: relative;
    top: 0;
}

.ry-location-text {
    margin: 0 0 20px;
}

.ry-location-text h4 {
    line-height: 1;
    font-size: 25px;
    font-weight: 700;
    font-family: 'Montserrat';
    text-transform: uppercase;
}

.ry-footer-col.ry-footer-contact {
    margin: 0 0 40px;
}

.ry-footer-hours-heading h4 {
    font-family: 'Montserrat';
    text-transform: none;
}

.ry-footer-hours-heading {
    display: flex;
    justify-content: space-between;
}

@media(max-width:1199px) {
	.ry-footer-hours-heading {
		flex-direction: column; 
	}
}

@media(min-width:992px) {
	.ry-footer .ry-flex {
		align-items: flex-start; 
	}
	
	.ry-location:nth-of-type(1) .ry-footer-col.ry-footer-hours .ry-footer-hours-heading {
		max-width: 370px;
	}

	.ry-location:nth-of-type(2) .ry-footer-col.ry-footer-hours .ry-footer-hours-heading {
		max-width: 370px;
	}
	
	.ry-location {
    	padding-right: 60px;
	}
}

@media(max-width:991px) {
	.ry-location-text h4,
	.ry-sidebar-location .ry-title {
		text-align: center;
	}
	
	.ry-location-text {
		margin: 0;
	}
	
	.ry-footer-address {
		margin-top: 20px;
	}
	
	.ry-location:nth-of-type(2) {
		margin: 50px 0 20px;
	}
	
	div#ry-section-hero {
		margin-top: 0 !important;
	}
}

.ry-sidebar-location .contact-table > br {
    display: none;
}

.ry-sidebar-location .ry-title {
    margin: 0 0 10px;
    font-weight: 700;
    text-transform: uppercase;
}

.ry-sidebar-location td.address__button span {
    display: block;
}

div#phone-dropdown {
    position: absolute;
    top: 100%;
    width: fit-content;
    right: 0;
    z-index: 1;
    background: #004381;
	padding: 10px;
}

div#phone-dropdown a {
    color: #ffffff;
    margin: 10px 0;
    background: none;
    width: 100%;
    display: block;
    height: auto;
    text-align: center;
    line-height: 1;
    font-size: 20px;
}

.ry-header-top-left, .ry-header-top-right {
    display: flex;
    flex-direction: column;
}

a.ry-btn-header:last-child {
    margin: 10px 0 0 0;
}

.ry-btn-header {
    text-align: center;
}

.ry-section-contact-form select {
	height: 50px;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 40px;
	-webkit-appearance: none;
}

.ry-section-contact-location::before {
	content: "\f3c5";
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    top: 11px;
    left: 15px;
    font-weight: 900;
}




