



header#masthead {
    position: relative;
    width: 100%;
    padding: 0 5px
}

button#responsive-menu-button {
    z-index: 999999999;
    outline: none;
    padding: 0 0;
    cursor: pointer;
    color: #fff;
    margin: 0;
    width: 50px;
    height: 35px;
    position: absolute;
    top: 5px;
    left: 0 !important;
    background: #076cae;
    display: inline-block;
    box-sizing: border-box;
    border: 2px solid white !important;
    padding-bottom: 3px !important;
    transform: translate(0);
    transition: transform 0.5s;
}   
    
div.bg_img {
	position:absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background-repeat:no-repeat;
	background-position: center center;
	background-size: cover;
	opacity: 1;
	z-index: 0;
	transition: all 0.25s ease;
	filter:saturate(10%);
}

#rate_blurb,
#site-navigation .menu-secondary-nav-container {
	display:none;
}

#site-navigation {
	height: 0px !important;
	padding: 0 !important;
	overflow:visible;
}
.site-branding {
	margin-top: 20px !important;
	padding: 0 25px;
}
#home_box_container {
	border-color: #0072b5;
	border-style: solid;
	border-width: 10px 0;
	margin-top:20px;
	margin-bottom:20px;
	padding: 25px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
}
#home_box_container > div.bg_img {
	filter:saturate(75%) blur(3px);
	opacity:.4;
}


#home_boxes {
	flex-flow: row wrap;
	margin: 0 auto;
	z-index:5;
}
#home_boxes a,
#home_boxes span {
	display: block;
	z-index: 10;
}

.home_box {
	padding: 12px;
	justify-content: space-between;
	align-items: flex-start;
}

.home_box > a,
.home_box > span {
	width: 100%;
	line-height: 1.4;
	position:relative;
}

#home_boxes .home_box > span {
    position: absolute;
    height: calc(100% - 20px);
    top: 10px;
    display: flex !important;
    flex-flow: column wrap;
    box-sizing: border-box;
    left: 10px;
    width: calc(100% - 20px);
    justify-content: space-evenly;
}

.home_box a {
    color: #fff;
    text-shadow: 0 0 12px rgb(0 0 0 / 30%);
}

.home_box > a {
	text-transform:uppercase;
	font-weight: 900;
	transition: opacity 0.25s ease;
	
}

.home_box > .hover-text a {
	opacity: 0;
	transition: all 0.25s ease;
	margin-bottom: 10px;
    line-height:1.3;
}

.home_box:hover > .hover-text a {
	opacity: 1;
}

.home_box:hover > .bg_img,
.home_box:hover > a {
	opacity: 0;
}

.home_box .button_color {
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	opacity: 0.90;
	z-index:2;
}
/** Rotate button colors **/

.home_box,
.home_box:before {
	background-color: #ff6d5c;
}
.home_box:nth-child(5n+2),
.home_box:nth-child(5n+2):before {
	background-color: #0072b5;
}
.home_box:nth-child(5n+3),
.home_box:nth-child(5n+3):before {
	background-color: #ffb73e;
}
.home_box:nth-child(5n+4),
.home_box:nth-child(5n+4):before {
	background-color: #00a474;
}
.home_box:nth-child(5n+5),
.home_box:nth-child(5n+5):before {
	background-color: #888;
}

/** 2 boxes per row **/

#home_boxes.items-2 > .home_box {
	width: 49%;
	margin-top: 0;
	margin-bottom: 1%;
	min-height: 125px;
}

#home_boxes.items-2 .home_box:nth-child(2n + 2) {
	flex-flow:row-reverse nowrap;
	text-align:right;
}
#home_boxes.items-2 > .home_box > span a {
	width: 45%;
	
}
/** 3 boxes per row **/

#home_boxes.items-3 > .home_box {
	width: 32%;
	margin-top: 0;
	margin-bottom: 1%;
	flex-flow:column;
	align-items: flex-start;
	justify-content: flex-start;
	min-height: 150px;
	text-align:left;
}

#home_boxes.items-3 .home_box:nth-child(3n + 3) {
	text-align:right;
	align-items:flex-end;
}

#home_boxes.items-3 .home_box:nth-child(3n + 2) {
	flex-flow:column;
	text-align:center;
	align-items:center;
}

#home_boxes.items-3 .home_box > .hover-text a {
    margin-bottom: 0px;
}

/*** Can't have more than 5 in three column layout ***/
#home_boxes.items-3 .home_box > span a:nth-child(6) {
	display:none;
}

/** 4 boxes per row **/

#home_boxes.items-4 > .home_box {
	width: 24%;
	margin-top: 0;
	margin-bottom: 1%;
	min-height: 125px;

}

#home_boxes.items-4 > .home_box > a {
	width:100%;
}


#home_boxes.items-4 .home_box:nth-child(4n + 4),
#home_boxes.items-4 .home_box:nth-child(4n + 3){
	flex-flow: row-reverse nowrap;
	text-align:right;
}
#home_boxes.items-4 .home_box > span a:nth-child(6) {
	display:none;
}

#home_boxes.items-4 .home_box > .hover-text a {
    margin-bottom: 0px;
}




#home_boxes .hover-text {
	font-size: 16px;
}

#home_boxes .hover-text a {
	font-size: 16px;
	display:inline-block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow:ellipsis;
	width:100%;
}



/*****************************/
h3.news_title_bar {
	width: 100%;
	margin: 0;
	max-width: calc(1280px - .6%);
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	box-sizing: border-box;
}
#news_wrapper {
	max-width: calc(1280px - .6%);
	max-height: 300px;
	margin: 0 auto 20px auto;
	background:transparent;
	overflow:hidden;
}

#news_wrapper .next,
#news_wrapper .prev {
    z-index: 5000;
    position: absolute;
    top: 50%;
    cursor: pointer;
    height: 100px;
    width: 25px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    background: transparent;
    margin-top: -50px;
    
}

#news_wrapper .prev:before,
#news_wrapper .next:before {
	content:'\f105';
	position:absolute;
	display:block;
	width:100%;
	height:30px;
	top:50%;
	margin-top:-15px;
	font-size:25px;
	line-height:30px;
	text-align:center;
	z-index: 1;
	color:white;
}
#news_wrapper .prev:after,
#news_wrapper .next:after {
    background: #ff6d5c;
    content:'';
    display:block;
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    z-index:0;
/*     opacity: .5; */

}

#news_wrapper .prev:before {
	content:'\f104';
}

#news_wrapper .next:before {
	content:'\f105';
}


#news_wrapper .prev {
	left: 0;
}
#news_wrapper .next {
	right: 0;
}

#news_wrapper h3 {
	margin: 0;
	overflow:hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.news_slide {
	width:100%;
	height:100%;
	background-color:transparent !important;
	margin-left:0px;
	margin-right:10px;
}

.news_container {
	width:100%;
	height:100%;
/* 
	display:flex;
	flex-flow: row nowrap;
	justify-content:center;
 */
}
.news_container > div {
/* 	width:70%; */
}
.news_container > div.news_image {
	width:30%;
}
.news_container.no-image > div {
	width:100%;
}
.news_container.no-image .news_image {
	display:none;
}
.news_image {
	background-color: #fff;
	padding:1% 1% 1% 3%;
}
.news_image > div {
	background-repeat:no-repeat;
	background-position: center center;
	background-size:contain;
	height:100%;

}
.news_excerpt {
	background-color: #eee;
/* 	padding:0 5%; */
}

.news_slide .video_container {
	background-size: contain;
	height:0;
	overflow:hidden;
	padding-top:56.25%;
}
.news_slide .video_container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin-bottom: 0 !important;
}
.icon_item {
	flex-flow: column nowrap;
	height:100%;
	height:auto;
	justify-content: flex-start;
}
.icon_item .icon {
	height: 75px;
	background-repeat:no-repeat;
	background-position: center top;
	background-size:contain;
	width:100%;
}
.icon_item .text {
	text-align:center;
	height:auto;
	width: 100%;
	font-size: 1.3rem;
}
.icon_item .text strong {
	font-size: 1.5rem;
	display:block;
}


#facebook_feed {
	margin-top: 35px;
	margin-bottom: 50px;
	padding-bottom: 20px;
}
#facebook_feed > * {
	z-index:2;
}
#facebook_feed:before {
	content:'';
	display:block;
	position:absolute;
	top:0;
	bottom:0;
	width:100%;
	height:100%;
	background: #00a474;
	z-index:0;
	opacity:0.2
}

#facebook_feed .cff-posts-wrap {
	display:flex;
	flex-flow: row wrap;
	justify-content:space-between;
}
#facebook_feed .cff-posts-wrap > div {
	position:relative !important;
	width:32%;
	left: unset !important;
}
#facebook_feed .cff-header {
    text-align: center;
    justify-content: center;
    padding:10px;
    background:transparent;
    color: #076cae;
    margin-top:20px;
    font-size:1.2rem;
}
#facebook_feed .cff-header > span {
	margin-right:5px;
	white-space: nowrap;
}
#facebook_feed .cff-header:before,
#facebook_feed .cff-header:after {
	content:'';
	background: #076cae;
	display:block;
	width:30%;
	height:3px;
	margin: 10px;
}

p.cff-date {
    font-size: 0.8rem;
    font-style: italic;
    margin-top: 0;
}
.cff-screenreader {display:none;}

.cff-item {
	background: #fff !important;
	border-top:1px solid #076cae !important;
	border-bottom:1px solid #076cae !important;
}


@media only screen and (max-width: 960px) {
	.button_row > .buttons a {
		font-size: 1rem;
		padding-left:10px;
		padding-right: 10px;
	}
	#header_buttons > .header-text {
		font-size: 1.7rem;
		line-height: 1.3;
	}
	.icon_item .text {
		font-size: 1rem;
	}
	.icon_item .text strong {
		font-size: 1.2rem;
		display: block;
	}
	.icon_item .icon {
		height: 50px;
    }
    #home_boxes .hover-text a {
/*     	font-size: 14px; */
    }
    #home_box_container {
    	padding: 10px;
    }
}
@media only screen and (max-width: 870px) {
	#home_boxes.items-2 > .home_box {
		width: 49%;
		margin-top: 0;
		margin-bottom: 1%;
		min-height: 125px;
	}

	#home_boxes.items-2 .home_box:nth-child(2n + 2) {
		flex-flow:row-reverse nowrap;
		text-align:right;
	}
	#home_boxes.items-2 > .home_box > span a {
		width: 45%;
	
	}

	#home_boxes.items-3 > .home_box,
	#home_boxes.items-4 > .home_box {
		width: 49%;
		margin-top: 0;
		margin-bottom: 1%;
		flex-flow:column;
		align-items: flex-start;
		justify-content: flex-start;
		min-height: 150px;
		text-align:center;
	}
	#home_boxes.items-3 .home_box:nth-child(2n + 1),
	#home_boxes.items-4 .home_box:nth-child(2n + 1){
		text-align:left;
		align-items: flex-start;
	}

	#home_boxes.items-3 .home_box:nth-child(2n + 2),
	#home_boxes.items-4 .home_box:nth-child(2n + 2){
		text-align:right;
		align-items: flex-start;
	}
	#home_boxes.items-3 .home_box:last-child,
	#home_boxes.items-4 .home_box:last-child {
		text-align:center;
		align-items: flex-start;
	
	}
	#home_boxes.items-3 .home_box > .hover-text a,
	#home_boxes.items-4 .home_box > .hover-text a {
		margin-bottom: 0px;
	}



}

@media only screen and (max-width: 831px) {
	.site-branding .home-logo {
		width: 30%;
		margin-left: 5px;
	}
	.button_row > .buttons a {
		font-size: .9rem;
		padding: 10px 5px;
		
	}
	.icon_item .text {
		font-size: .8rem;
	}
	.icon_item .text strong {
		font-size: 1rem;
		display: block;
	}
    #home_boxes .hover-text a {
/*     	font-size: 12px; */
    }
	#header_buttons > .header-text {
		font-size: 1.2rem;
		line-height: 1;
	}

}

@media only screen and (max-width: 584px) {

	#home_boxes.items-2 > .home_box,
	#home_boxes.items-3 > .home_box,
	#home_boxes.items-4 > .home_box {
		width: 99%;
		margin-top: 0;
		margin-bottom: 1%;
		flex-flow:column;
		align-items: flex-start;
		justify-content: flex-start;
		min-height: 65px;
		height: auto;
		text-align:center;
	}
	#home_boxes.items-2 .home_box:nth-child(2n + 1),
	#home_boxes.items-3 .home_box:nth-child(2n + 1),
	#home_boxes.items-4 .home_box:nth-child(2n + 1){
		text-align:center;
		align-items: flex-start;
		min-height: 65px;
		height: auto;
	}

	#home_boxes.items-2 .home_box:nth-child(2n + 2),
	#home_boxes.items-3 .home_box:nth-child(2n + 2),
	#home_boxes.items-4 .home_box:nth-child(2n + 2){
		text-align:center;
		align-items: flex-start;
		min-height: 65px;
		height: auto;
	}
	#home_boxes.items-2 .home_box:last-child,
	#home_boxes.items-3 .home_box:last-child,
	#home_boxes.items-4 .home_box:last-child {
		text-align:center;
		align-items: flex-start;
		min-height: 65px;
		height: auto;
	}
	#home_boxes.items-2 .home_box > .hover-text a,
	#home_boxes.items-3 .home_box > .hover-text a,
	#home_boxes.items-4 .home_box > .hover-text a {
		margin-bottom: 0px;
		height: auto;
	}
	#home_boxes .home_box > span {
		position: relative;
		height: 0%;
		overflow:hidden;
		margin-top: 0px;
		margin-bottom: 0px;
		transition: all 0.25s ease;
	}
	
	#home_boxes .home_box:hover > span {
		position: relative;
		height: 100%;
		margin-top: -22px;
		margin-bottom: 25px;
	}
	
	.home_box > .hover-text a {
		line-height: 0;
		transition: line-height 0.25s ease;
	}
	.home_box:hover > .hover-text a {
		line-height: 1.6;
	}
	.home_box:hover > a {
/* 
		font-size: 0;
 */
	}

	.site-branding {
		flex-flow: row wrap;
	}
	.site-branding .home-logo {
		width: 100%;
		margin-left: 0px;
		height: 80px;
		margin-bottom: 10px;
	}
	#header_buttons {
		width: 100%;
		padding: 0 5px;
	}
	#home_box_container {
    	padding: 5px;
    }
    #home_boxes.items-2 > .home_box {
		width: 100%;
    }
    .flexbox {
    	flex-flow: row wrap;
    }
	#masthead .button_row > .buttons a,
	.icon-item
	{
		width: 49%;
	}
	

}

@media print {

	h3#grid_title,
	h3#main_title {
		background: #bbb !important;
		font-size: 16px !important;
	}

	#sitewide_alert,
	#site-navigation,
	footer#colophon,
	.menu-nested-pages-container,
	a:after,
	body:before,
	body:after,
	div.bg_img,
	div#main_button_row,
	#header_buttons,
	#secondary_button_row,
	#banner_button,
	.button_color
	{
		display:none !important;
	}
	.home_box, .home_box:before {
		background-color: transparent !important;
	}
	body {
		background: transparent !important;
	}
	
	#page {
		max-width: 612px;
		margin: auto;
	}
	
	.site-branding {
		margin-top: 0;
		justify-content:center;
		min-height: unset !important;
    }
    
	.site-branding div.header-text {
		font-size: 16px !important;
		height: 50px !important;
	}
	
	.site-branding .impact-image {
		width: 300px !important;
		min-height: 100px !important;
	}

	.site-branding .home-logo {
		width: 200px !important;
		min-height: 100px !important;
	}
	
	#home_box_container {
		border: none !important;
		padding: 0 !important;
	}
	#home_box_container {
		border-color: transparent;
		border-style: solid;
		border-width: 0;
		margin-top: 0;
		margin-bottom: 0;
		padding: 0;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
	}
	
	#banner_headline {
		display: flex;
		flex-flow: column;
		align-items: flex-start;
		justify-content: flex-end;
		font-size: 16px;
		font-weight: bold;
		padding-left: 0px;
		line-height: 1.2;
	}
	#home_boxes > .home_box {
		width: 100% !important;
		margin-top: 0;
		margin-bottom: 1%;
		flex-flow: column;
		align-items: flex-start;
		justify-content: flex-start;
		min-height: unset !important;
		text-align: left !important;
	}
	a:hover {
		opacity: 1 !important;
		color: black !important;
	}
	.home_box {
		padding: 10px 0 !important;
    }
	.home_box a {
		text-decoration: none !important;
	}
	#home_boxes .home_box > span {
		position: relative;
		height: auto;
		top: 10px;
		display: flex !important;
		flex-flow: column wrap;
		box-sizing: border-box;
		left: 10px;
		width: 100%;
		justify-content: space-evenly;
	}

	.home_box > .hover-text a {
		opacity: 1;
		transition: all 0.25s ease;
		margin-bottom: 10px;
		line-height: 1.3;
	}
	
	div#icon_row {
		margin-top: 50px;
	}
	#top_banner {
		margin: 0;
		background: white;
		display: flex;
		flex-flow: row wrap;
		align-items: end;
		justify-content: space-around;
		padding-bottom: 5px;
		border: 5px solid #aaa;
		border-width: 5px 0;
	}

}