.wp-block-button__link {
	background-color: #114b5f;
	font-size: 14px;
	font-weight: 700;
	padding-bottom: 10px;
	padding-top: 12px;
		
}
.wp-block-button__link:hover {
	opacity: .7;
    color: #fefefe;
}

.annoucementbar {
	    text-align: center;
    background-color: rgba(130,157,99,.66);
    padding: 10px 0;
    margin-top: -13px;
	margin-bottom:10px;
}
.annoucementbar p {
	font-size: 14px; 
	font-weight: 700;
}

/* updates to providers single */
.single-provider .prov-image-cont img{
	float: left;
	margin-right: 25px;
	display: block;
	margin-bottom: 25px;
}
.single-provider article iframe {
	display: block;
	background: #000;
	border: none;
	height: calc(40vh - 30px);
	width: 100%;
}

/* Updates to home slider */
#home-slider .slick-slide {
	height: 500px;
}

/* Updates to Pay Bill Form */
#field_3_7 {
	margin-top: 35px;
}

/* Updates to Two Way Texting Footer */
.request-section p {
	font-size: 14px;
	text-decoration: italic;
}

.request-section .rinogram {
	display: block;
	width: 100%;
	max-width: 240px;
	text-align: center;
	margin: 0 auto 15px;
}

.request-section .footer-phone {
	display: block;
	text-align: center;
	font-size: 22px;
}
.request-section .footer-phone:hover {
	color: #6ba866;
}

@media screen and (max-width: 639px) {
	.left {
		text-align: center;
	}
	.request-section .rinogram {
		margin-top: 20px;
	}
}

/* Blog Search and Sort */
#search-2 {
	margin-bottom: 0;
}

#search-2 form {
	margin-bottom: 35px;
}

#categories-2 {
	margin-bottom: 35px;
}

#categories-2 label {
	display: none;
}

#tag_cloud-2 {
	margin-bottom: 35px;
}

/* Infinite Scroll Posts*/
.blog-inner-grid {
	width: 100%;	
}

#ajax-load-more {
	width: 100%;
}

.alm-listing .alm-reveal {
	width: 100%;
	margin: 0 auto;
}

.scroll-post {
	display: inline-grid;
  width: 47%;
  margin: 0 20px 25px auto;
}

.scroll-post:nth-of-type(2n) {
	margin-right: 0;
}

.scroll-post .recent-post__image {
	margin-bottom: 0;
}

@media screen and (max-width: 475px) {
	.alm-listing .alm-reveal {
		text-align: center
	}
	
	.scroll-post {
		width: 90%;
		margin: 0 auto 25px auto;
	}
	
	.prov-image-cont img{ width: 100%; }
}

.footer .socials a {
	margin-right: 10px;
}

footer .awards {
	margin: 0 auto;
}
footer .awards img {
	margin-right: 15px;
}


/* Homepage Insurance Section */
.insurance {
	padding: 30px 0 45px;
}
.insurance h3 {
	color: #6ba866;
	font-weight: 500;
	font-size: 38px;
	max-width: 800px;
	margin: 0 0 10px;
}
.insurance p {
	font-size: 18px;
}
.insurance br {
	display: block;
	content: '';
	margin: 12px auto;
}
@media (max-width: 1023px) {
	.insurance {
		text-align: center;
	}
	.insurance h3 {
		font-size: 24px;
		margin: 0 auto 10px;
	}
}

.provider-card__name {
	margin: 10px auto 25px;
}


/* New Provier Popups */
#icegram_message_1576 {
	max-width: 96vw;
	margin: 0 auto !important;
	padding: 40px 15px 5px;
}
#icegram_message_1576 h2 {
	max-width: 1100px;
	margin: 15px auto 30px;
	text-transform: uppercase;
	line-height: 1.2;
	letter-spacing: 0.8px;
	color: #6ba866;
}
#icegram_message_1576 .ig_message p {
    margin-bottom: 20px;
    font-weight: 500;
    line-height: 1.3;
}
.popup-image-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    column-gap: 15px;
    row-gap: 20px;
}
.popup-image-wrapper img {
    border-radius: 50%;
    max-width: 300px;
    max-height: 300px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
@media (max-width: 1250px) {
	.popup-image-wrapper img {
		max-width: 220px;
	}
}
@media (max-width: 1000px) {
	#icegram_message_1576 .ig_popup.ig_inspire .ig_message {
		padding: 0;
	}
	#icegram_message_1576 h2 {
		font-size: 20px;
	}
	.popup-image-wrapper img {
		max-width: 160px;
	}
}
@media (max-width: 600px) {
	#icegram_message_1576 h2 {
		font-size: 16px;
	}
	.popup-image-wrapper img {
		max-width: 120px;
	}
}