	/* Start remove side borders on homepage */
.site, .site-footer {
    max-width: 100%;
}
	/* End remove side borders from homepage */


	/* Start ensure homepage panel featured images scale properly on mobile and adjust panel overlay opacity*/
.pique-panel-background {
    background-repeat: no-repeat;
	opacity:.75;
}
	/* End ensure homepage panel featured images scale properly on mobile and adjust panel overlay opacity */


	/* Start increase site logo container size */
.site-branding .site-logo-link img {
	max-height:150px;
	height: 100%;
}
	/* End increase site logo container size */
	

	/* Start prevent larger site logo from overlap with panel content on mobile */
	@media screen and (max-width: 767px) {
	#pique-hero .pique-panel-content {
		padding-top: 280px !important;
	}
}
	/* End prevent larger site logo from overlap with panel content on mobile */


	/* Start make dynamic menu sticky on mobile */
@media screen and (max-width: 767px) {
	.sticky {
		bottom: auto;
		position: fixed;
		top: 0;
	}
}
	/* End make dynamic menu sticky on mobile */


	/* Start Style Social Icon Block icons 7123380-ZD JM */
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link {
    background-color: transparent;
    color: #444;
}

li.wp-social-link   
{
border:2px solid !important;
padding:5px;
border-color: #237593 !important;
background-color: transparent !important;
}   

li.wp-social-link svg {

color: #237593 !important;	
}
/* End Style Social Icon Block icons 7123380-ZD JM */

/* Begin change themed text styling  */

#cta-top em {
	color: #fcfbf9 !important;
}

.pique-template-testimonials .pique-testimonials h2 {
	color: #f2b035 !important;
}

/* Hide marker pseudo class from summary HTML blocks */
summary.designate {
	list-style: none;
}
summary.designate::-webkit-details-marker {
	display: none;
}
/* End hide marker pseudo class from summary */

/* Make online donation iframe full-height */
iframe.donate {
	aspect-ratio: 1/1.29 !important;
	width:100%
}
/* End make online donation iframe full-height */

/* Make and style new button class with hover effect */
.button2 {
     background-color: rgba(131,182,204,0.3);
     color: #444;
     border: 2px solid transparent;
     border-radius: 2em;
     display: inline-block;
     font-family: Karla, Arial, sans-serif;
     font-size: 0.95rem;
     font-weight: bold;
     letter-spacing: 1px;
     line-height: 1;
     padding: 1em 3em;
     text-shadow: none;
     text-transform: uppercase;
     transition: background-color 0.125s ease-in;
     -webkit-appearance: none;
}
    .button2:hover {
     color: #237593;
     background-color: transparent;
     border-color: #237593;
  }
/* End make and style new button class with hover effect */

/* Make About Us profile position titles appear just under names and adjust spacing between all titles and first paragraphs in About Us profiles section */
.page-id-1887 .pique-grid-three h3 {
	margin-block-end: 0em;
	padding-bottom: 0px;
}
h6.profile-title {
	margin-block-start: 0em !important;
	margin-block-end: 1.5em !important;
}
/* End About Us profile position titles appear just under names and adjust spacing between all titles and first paragraphs in About Us profiles section  */
