.services-and-programs-area.grid-area {
	background-color: #f7f7f7;
}

.events-page .grid-area .hentry {
	.more-link {
		display: none;
	}
	
	.entry-summary {
		margin-bottom: 10px;
	}
}

.post-2710.hentry:not(.page) .post-thumbnail {
	margin-left: 0;
	margin-right: 0;
	width: 100%;
	max-width: 100%;
}

.post-2710 .post-thumbnail img {
	width: 100%;
	height: auto;
}

#text-9 .widget-title {
	display: none;
}



.icon-accessibility img {
	margin-bottom: 6px;
}


.dropdown-navigation select {
	-webkit-appearance: none;
  -webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 24px;
	font-size: 1.5em;
	width: 100%;
  background-color: #f7f7f7;
	background-color: rgba(255,255,255,.95);
  border: 1px solid #e2e2e2;
}

.dropdown-navigation form {
	position: relative;
}

.dropdown-navigation select {
	cursor: pointer;
}

.dropdown-navigation form:before {
content: '';
display: block;
position: absolute;
top: 50%;
right: 1.5em;
margin-top: -2px;
border-top: 8px solid rgba(0, 0, 0, 0.5);
border-right: 8px solid transparent;
border-left: 8px solid transparent;
}

.site-info .copyright,
.site-info .menu-fineprint,
.site-info li {
	display: inline-block;
	margin-right: 12px;
}



.hentry .contact-form label span {
	color: #a8a8a8;
}


.not-a-link {}

ul[id^="menu-social"] li.social-menu-subhead,
ul[id^="menu-social"] li.social-menu-button {
	float: none;
	width: 100%;
	clear: both;
	display: block;
	margin: 0 0 0 6px;
	padding: 12px 0 0;
	width: auto;
	font-size: 0.875em;
	height: auto;
	text-align: left;
	overflow: visible;
// 	line-height: 1;
	
	a {
		display: block;
		color: inherit;
		
		&:before {
			display: none;
		}
	}
}

ul[id^="menu-social"] li.social-menu-button {
	margin-bottom: 18px;
	a {
		display: inline-block;
		background-color: blue;
		color: white;
		padding: 8px 18px;
		border-radius: 4px;
		
		&:hover {
			background-color: rgba(35,35,35,.9);
		}
	}
}

ul[id^="menu-social"] li.social-menu-subhead.with-divider:before {
content: '';
    display: block;
    margin-bottom: 0.5em;
    width: 24px;
    height: 3px;
    background: rgba(0, 0, 0, 0.11);
	background: #f7f7f7;
	
	.footer-widget-area & {
		background: #fff;
	}
}

.small-divider-before:before {
	content: '';
  display: block;
  margin-bottom: 0.5em;
  width: 24px;
  height: 3px;
	background: #f7f7f7;
}

// .column-style-1 {
// 	padding: 20px;
// 	border: 3px solid #f7f7f7;
// 	margin-bottom: 36px;
// }
// 

.wp-block-image.image-with-light-gray-border img {
	border: 3px solid #f7f7f7;
}
.wp-image-2388 {
	padding: 8px 12px 24px;
}

.sponsor-logos img {
	border: 1px solid #e2e2e2;
}

.wp-block-media-text.speaker-profile {
	align-items: start !important;
}

ul.three-column-list {
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;

  -webkit-column-width: 200px;
     -moz-column-width: 200px;
          column-width: 200px;
}

.single .post-thumbnail {
	margin-top: 12px !important;
}

.single .post-3027 .post-thumbnail {
	display: none;
}


/* SIHB GiveBIG 2019 */

.sihb-givebig2019-block {
	margin-bottom: 60px;
-webkit-box-shadow: 0 0 60px 10px rgba(0, 0, 0, 0.2);
box-shadow: 0 0 60px 10px rgba(0, 0, 0, 0.2);
}

.sihb-givebig2019-banner a {
	display: block;
}

.sihb-givebig2019-banner img {
	vertical-align: middle;
	display: block;
-webkit-box-shadow: 0 0 60px 10px rgba(0, 0, 0, 0.2);
box-shadow: 0 0 60px 10px rgba(0, 0, 0, 0.2);
	max-width: 100%;
	width: 100%;
	height: auto;
}

.is-cta {
	position: relative;
}

.is-cta-link a:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}


.has-white-color  {
	color: #fff;
}

.has-teal-background-color {
	background-color: teal;
}

.has-separator {
	border-bottom: 3px solid rgba(0, 0, 0, 0.03);
	padding-top: 24px;
	padding-bottom: 18px;
}

.has-normal-width {
	max-width: 700px;
}

.list-outside {
	list-style-position: outside;
	padding-left: 1.5em;
}

.list-space-between li {
	margin-bottom: 1em;
}

.no-margin-bottom {
	margin-bottom: 0 !important;
}


.absolute-header .hero {
	padding-top: 250px;
}

.co-sponsor-top {
	margin-bottom: 0;
	img {
		border-bottom: 0;
	}
}

.co-sponsor-bottom {
	img {
		border-top: 0;
	}
}

.wp-block-columns.has-2-columns.cedar-level.sponsor-logos .wp-block-column {
	max-width: 50%;
	margin-right: 0;
}

.wp-block-columns.has-2-columns.sweetgrass-level.sponsor-logos .wp-block-column {
	max-width: 40%;
	margin-right: 0;
}


.site-alert {
	background-color: rgb(255,192,0) !important;
	color: #000 !important;
}
.site-alert a {
	color: #000 !important;
	border-bottom-color: rgba(0,0,0,.1) !important;
}
.site-alert a:hover {
	border-bottom-color: rgba(0,0,0,1) !important;
}
.site-alert-content p:before {
	content: '\f455' !important;
}

.covid-19-callout {
// 	background: rgba(255,0,0,.1);
// 	border-top: 4px solid rgba(255,0,0,1);
	background: rgba(255,192,0,.25);
	border-top: 6px solid rgba(255,192,0,1);
	padding: 20px;
}

.has-info-icon-before:before {
	content: '\f455' !important;
	font-family: Genericons;
	display: inline;
	font-size: 1.25em;
	position: relative;
	margin-right: 2px;
	top: .2em;
	font-weight: normal;
	line-height: 0;	
}

.has-donate-icon-before:before {
	content: '\f461' !important;
	font-family: Genericons;
	display: inline;
	font-size: 1.25em;
	position: relative;
	margin-right: 2px;
	top: .2em;
	font-weight: normal;
	line-height: 0;	
}


.gray-callout {
	background: rgba(0,0,0,.03);
	border-top: 6px solid rgba(0,0,0,.1);
	padding: 20px;	
}

p.no-margin-bottom {
	margin-bottom: 0 !important;
}

.blue-callout {
	background: rgba(80,180,240,.1);
	border-top: 6px solid rgba(80,180,240,.5);
	padding: 20px;	
}

.site-main .entry-content ul {
	list-style: square;
	padding-left: 1.5em;
}

.site-main .entry-content ol {
	list-style: decimal;
	padding-left: 1.5em;
}

.site-main .entry-content ul li,
.site-main .entry-content ol li {
	margin-bottom: 1em;
}

#post-751 .blue-callout .wp-block-button {
  display: none;
}
#post-751 .blue-callout .wp-block-spacer {
	display: none;
}

.wp-block-cover {
    box-sizing: border-box;
}

.wp-block-quote {
	font-weight: normal;
}

.wp-block-quote.long-quote p {
	margin-bottom: 1em;
	font-weight: normal;
}

.covid-light-callout {
	padding: 20px;
	border: 1px solid #e2e2e2;
	border-top-width: 6px;
}

.wp-block-columns.alignfull .wp-block-column.no-max-width {
	max-width: 100%; !important;
}

p.give-big-small-callout {
	background-color: rgb(38,164,201) !important;
	color: #fff !important; 
	width: 100%;
	max-width: 100% !important;
	font-size: 20px !important;
	text-align: center;
}
p.give-big-small-callout a {
		color: rgb(249,191,48) !important; 
}

p.intro.wide-intro {
	max-width: 100%;
	width: 100%;
}

p.no-max-width {
	max-width: 100% !important;
}

.sihb-promo-block {
-webkit-box-shadow: 0 0 60px 10px rgba(0, 0, 0, 0.2);
box-shadow: 0 0 60px 10px rgba(0, 0, 0, 0.2);
}

.wp-block-embed iframe div.Caption {
	display:none !important;
}