<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Payments &amp; Claims
--------------------------------------------- */

.company_cont{
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(300px,1fr));
}

.congregation-page .content {
	width: 100%;
}

.congregation-page .entry-header-wrapper,
.congregation-page .breadcrumb-wrapper {
	text-align: center;
}

.congregation-page .company {
    float: left;
	margin-bottom: 40px;
	text-align: center;
	padding: 0 10px;
	position: relative;
}

.congregation-page .company h2 {
    border-bottom: 1px solid #ddd;
    font-size: 15px;
    font-size: 1.5rem;
    padding-bottom: 10px;
}

span.clear-addr {
    display: block;
}

.congregation-page .company a h2:hover {
	color: #03a9f4;
}

.congregation-page .company .co-cnt {
	border: 1px solid #ddd;
    padding: 30px;
}

.congregation-page .company .co-cnt a.button {
	font-size: 11px;
	font-size: 1.1rem;
	padding: 8px 15px;
	/*position: absolute;*/
    bottom: 22px;
    right: 34%;
}

.congregation-page .company .co-cnt a.co-phone {
    display: block;
    margin: 20px 0;
    width: 100%;
}

.congregation-page .company .co-cnt img {
	border-radius: 100%;
    height: 100px;
    width: 100px!important;
    object-fit: cover;
}


.companies-container address.street-address {
    margin: 18px 0;
	    color: #6648a0;
}

.poc-row {
    margin-bottom: 10px;
	font-size: 1.4rem;
	color: #737373;
}
.button.website-button:hover{
background-color: #47a2ea;

}


.nolink,
a.button.website-button {
    /*border: 1px solid #47a2ea;
    background-color: #ffff;*/
	border-radius: 0 0 15px 15px;
	width: 100%;
	    padding: 12px 24px;
	    font-size: 1.4rem;
    font-weight: 500;
	    background-color: #664a9f;
	color: #fff;
	    min-height: 45px;
}

.company a .fa {
    margin-right: 13px;
}

.companies-container {
    clear: both;
	margin-bottom: 45px;
}


h2.congregation-section:after {
    content: "";
    display: block;
    width: 14%;
    height: 2px;
    background: #f4ad1c;
    margin:25px  auto 51px auto
}

@media only screen and (max-width: 1200px) {
	
	.congregation-page .company {
	}
}

@media only screen and (max-width: 860px) {
	
	.congregation-page .company {
	}
}

@media only screen and (max-width: 600px) {
	
	.congregation-page .company .co-cnt a.button {
		display: block;
		margin-bottom: 10px;
		width: 100%;
	}
}

@media only screen and (max-width: 500px) {
	
	.congregation-page .company {
	}
}




</pre></body></html>