
.quotes.grid { padding-top: 10px; padding-bottom: 10px; background-color: #444444; }
.quotes p { line-height: 2.7rem; font-size: 1.7rem; font-style: italic; color: #ffffff; text-align: center; margin-bottom: 20px; }
.quotes p span { font-size: 1.7rem;  }
.quotes .home-section-heading { margin-top: 20px;  color: #ffffff;}
.quotes .home-section-heading:after { background-color: #f0f0f0;}
.who-we-are.grid { padding-bottom: 30px;}

@media (min-width: 1024px) {
	
	.text-block img.alignleft.size-thumbnail {
		width: auto !important;
	}

	#podium-website-widget {
		margin-top: -5px !important;
	}

	.footer__bottom__socials {
		margin-right: 60px !important;
		margin-top: -5px !important;
	}
	.quotes.grid { padding-top: 20px; padding-bottom: 30px;  }
	.quotes .home-section-heading {margin-top: 60px; }
	.quotes p {
	    line-height: 3.6rem;
	    font-size: 2.4rem;
	    margin-bottom: 40px;
	}
}



/* Business Opportunities */

h2.bus-op-prov { width: 100%; display: block; border-top: 1px solid #666666; border-bottom: 1px solid #666666; }
div.bus-op-grid { display: block; width: 100%; }
div.bus-op-grid img { width: auto !important; margin-top: 10px; }
div.bus-op-grid .bus-op-stats { display: table; width: auto; }
div.bus-op-grid .bus-op-line { display: table-row; margin-bottom: 5px;}
div.bus-op-grid .bus-op-line strong { display: table-cell; width: 250px; }
div.bus-op-grid .bus-op-line span { display: table-cell; width: auto; }
@media only screen and (max-width: 500px) {
	div.bus-op-grid .bus-op-line strong { width: 250px; }
	div.bus-op-grid .bus-op-line span { width: 50%; }
}



.gravity-theme select, .gravity-theme .gfield_select {
	border: 1px solid rgba(0,0,0,0);
    border: 1px	solid var(--color--transparent,#0f0);
    background-color: #f1f6f9;
    background-color: var(--color--lightgrey2,#0f0);
    padding: 11px 16px 11px 11px;
    line-height: 2.2rem;
    font-family: Gotham,sans-serif;
    font-size: 1.6rem;
    width: 100%;
}

.gravity-theme select option.gf_placeholder:first-of-type, .gravity-theme .gfield_select option.gf_placeholder:first-of-type {
	color: #999999 !important;
}

.gfield--input-type-select, .gfield_select {

}

.gfield_select {
	width: 100%;
/*	padding: 0px;*/
	margin: 0px;
	height: 46px;
	text-indent: 12px;
/*	padding-left: 15px;*/
    line-height: 2.2rem;
    font-family: Gotham, sans-serif;
    font-size: 1.6rem;
	color: #000000;
	border: 1px solid rgba(0, 0, 0, 0);
    border: 1px solid var(--color--transparent, #0f0);
    background-color: #f1f6f9;
    background-color: var(--color--lightgrey2, #0f0);
    padding: 0px;
}

select.gfield_select:has(option[value=""]:checked) {
	color: #a6a8a9 !important;
}

.gfield--type-select.gfield_error select {
	border: 1px solid #e31837 !important;
}

img { height: auto; }