/* Genesis Extender baseline (lib/css/default.css), carried over verbatim.
   Toggle off under Appearance → Extender Replacement once you have
   confirmed nothing on the site uses .clearfix or the .ez-* classes.
------------------------------------------------------------ */
/* Genesis Extender Default CSS */

/* Clearfix
------------------------------------------------------------ */

.clearfix:after { visibility: hidden; display: block; height: 0; font-size: 0; line-height: 0; content: " "; clear: both; }
.clearfix { display: block; }
/* IE6 */
* html .clearfix { height: 1%; }
/* IE7 */
*:first-child + html .clearfix { min-height: 1%; }


/* EZ Home Widget Areas
------------------------------------------------------------ */

#ez-home-container-wrap {
	clear: both;
}

.ez-home-container-area {
	margin: 0 0 20px;
	clear: both;
}

.ez-home-bottom {
	margin: 0;
}

.ez-only {
	width: 100%;
	margin: 0 0 20px;
	float: left;
	clear: both;
}

/* Site CSS
   Imported from Genesis Extender (wp_options -> genesis_extender_custom_css).
   Edit under Appearance → Extender Replacement. This file is regenerated
   on every save — do not edit it directly.
------------------------------------------------------------ */
#text-2 {
	padding: 0;
}

.front-page-2 .flexible-widgets .widget_text:nth-of-type(1)::after, .front-page-3 .flexible-widgets .widget_text:nth-of-type(1)::after, .front-page-4 .flexible-widgets .widget_text:nth-of-type(1)::after {
	border-bottom: none;
}

#text-2 {
    margin-bottom: 20px;
}

/*.front-page-2 .flexible-widgets {*/
/*    padding-bottom: 20px;*/
/*    padding-top: 40px;*/
/*}*/

.front-page-2 .flexible-widgets .widget:nth-of-type(1) p {
    margin-bottom: 0px;
}


.front-page-1 .flexible-widgets {
    padding-bottom: 80px;
    padding-top: 40px;
}

.home .custom-card:hover {
	transform: translate3d(0,-6px,0);
}

.genesis-nav-menu .highlight a {
	color: #dc7a39;
}

.single-post .entry-avatar {
	display: none;
}

.single-post .entry-title {
    margin-top: 60px;
}

.wp-block-image figcaption {
    font-size: 14px;
    line-height: 1.4;
    color: #888;
}



.page-template-page_template_partner_list .custom-card {
    display: grid;
    place-items: center;
}

.has-boom-bar .site-header {
    top: 45px;
}

.has-boom-bar.admin-bar .site-header {
    top: 77px;
}

.has-boom-bar.boom-bar-btn .site-header {
    top: 54px;
}

.has-boom-bar.boom-bar-btn.admin-bar .site-header {
    top: 86px;
}

.has-boom-bar .shadow .site-header {
    top: 0;
}

.has-boom-bar.admin-bar .shadow .site-header {
    top: 32px;
}

.clb-boom-bar-area {
	display: flex;
	text-align: center;
	padding: 8px;
	font-weight: 400;
	background: #317381;
	justify-content: center;
	align-items: center;
	color: #fff;
}

.clb-boom-bar-area .clb-button-area {
	margin-left: 12px;
}

.clb-boom-bar-area .clb-msg-body-area {
	
}

.clb-boom-bar-area .clb-button-area .button {
	padding: 6px 12px;
	border: 2px solid #fff;
	background: transparent;
	color: #fff;
}

.clb-boom-bar-area .clb-button-area .button:hover {
	padding: 6px 12px;
	border: 2px solid #fff;
	background: #fff;
	color: #000;
}


.postid-6192908 .clb-featured-image-area img {
	float: right;
	margin-left: 20px;
	margin-bottom: 12px;
}


/* Updated partner markup & CSS ------ -*/

.partner-org-list {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-column-gap: 20px;
	grid-row-gap: 20px;
}

.partner-org-list .custom-card {
	margin-top: 0;
}

.page-template-page_template_partner_list .custom-card img {
    /*max-width: 100%;*/
    /*max-height: 215px;*/
}

@media only screen and (max-width: 800px) {
	
	.partner-org-list {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-column-gap: 12px;
		grid-row-gap: 12px;
	}
	
	.page-template-page_template_partner_list .custom-card {
	    height: 100%;
	}

}




/* ---- May 2021 Video Homepage Top Update ---- */

.front-page-1 .wrap {
	display: flex;
	justify-content: center;
}

.front-page-1 .flexible-widgets.widget-full .widget .widget-wrap {
    padding-right: 0;
}

#media_video-3 {
	display: none;
}

.partner-org-list .custom-card {
    background: #fff;
}

#partner-id-6193064 img {
	max-width: 180px;
}

@media only screen and (max-width: 800px) {
	#media_video-3 {
		display: block;
	}
}


