.c-diff {font-style: italic;}

.notice {
	position: fixed;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	opacity: 0;
	visibility: hidden;
	pointer-events: auto;
	z-index: 10000;

}

.notice:target {
	visibility: visible;
    opacity: 1;
    top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.notice:target .wp-block-group__inner-container {
	position: relative;
	display: flex;
	justify-content: space-around;
	align-items: center;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0,0,0, .2);
}

.notice:target .wp-block-group__inner-container .wp-block-group__inner-container {
	position: static;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: white;
}

#notice-content .wp-block-group__inner-container p {
	margin-block-start: 1em;
    margin-block-end: 1em;
    padding: 5%;
}

@media (min-width: 577px) {
	.notice:target .wp-block-group__inner-container .wp-block-group__inner-container {
		height: 60vw;
	}
}

@media (min-width: 768px) {
   	.notice:target .wp-block-group__inner-container .wp-block-group__inner-container {
		width: 60vw;
		height: 50vw;
	}
}

@media (min-width: 992px) {
    .notice:target .wp-block-group__inner-container .wp-block-group__inner-container {
		height: 40vw;
	}
}

@media (min-width: 1200px) {
    .notice:target .wp-block-group__inner-container .wp-block-group__inner-container {
		
		height: 30vw;
		width: 40vw;	
	}
}


	


/* positions any anchor links below the top nav bar */
#donor-faq {
/* 
position: relative; 
top: -50px;
 */
}

.site-header .custom-logo-link .custom-logo {
    height: auto;
}

.genesis-nav-menu a, .genesis-nav-menu .toggle-header-search {
    padding: 20px 10px 10px 10px;
}

.site-header {
    min-height: 110px;
}

.site-inner {
    margin-top: 60px;
}

.nav-primary {
    margin-top: 32px;
}
    
:focus {
    outline: none;
}

.genesis-nav-menu > .menu-item .sub-menu > .menu-item:first-child, .genesis-nav-menu > .menu-item > .sub-menu > .menu-item:last-child, .genesis-nav-menu .sub-menu a {
    background-color: #008fd4;
}

.genesis-nav-menu .sub-menu::before {
    border: 0;
    content: "";
    height: 0;
    left: 15px;
    position: absolute;
    top: 0;
    width: 0;
}

.entry-title {
    font-size: 36px;
    font-weight: 500;
}

.entry-header::after {
    border-bottom: 0;
    content: "";
    display: none;
    margin-bottom: 0;
    padding-bottom: 0px;
    width: auto;
}

h1,
h3,
h5 {
	color: #008fd4;
}

h2,
h4,
h6 {
	color: #74af28;
}

.single.full-width-content .entry-header .entry-title {
    text-align: left;
    font-size: 30px;
}

.entry-avatar .avatar{box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);} 


.single.full-width-content .entry-content h2{
    font-size: 24px;
}

.single.full-width-content .site-inner {
    margin-top: -220px;
}


.header-background {
    background-color: #008fd4;
    background: linear-gradient( 45deg ,#008fd4,#74af28);
}

.entry-title a, .sidebar .widget-title a {
    color: #008fd4;
    text-decoration: none;
}

.archive-pagination a {
    background-color: #008fd4;
}

.pagination {
    margin-bottom: 25px;
}

.columns-with-rules {
	border-top: 1px solid #008fd4;
	border-bottom: 1px solid #008fd4;
	padding-top: 1.2em;
	padding-bottom: .8em;

	}

.columns-with-rules .wp-block-image {
   margin-bottom: 0;
   padding: 6px;
   webkit-box-shadow: 0 0 5px rgb(0 0 0 / 10%);
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
}

.columns-with-rules .wp-block-image img{
        display: block;
    }


input, input[type="search"], select, textarea {
    border-radius: 4px;
}

.site-footer {
    background-color: #f7f7f7;
}

.site-footer .genesis-nav-menu .current-menu-item > a, .site-footer a, .site-footer p {
    border-bottom: 0;
    color: #000000;
}

.site-footer .genesis-nav-menu .current-menu-item > a:focus, 
.site-footer .genesis-nav-menu .current-menu-item > a:hover, 
.site-footer a:hover, .site-footer a:focus, 
.site-footer .genesis-nav-menu a:hover, .site-footer .genesis-nav-menu a:focus {
    border-bottom-color: transparent;
    color: #008fd4;
    text-decoration: none;
}

.site-footer ul li {display: inline;}

.site-footer ul li a {padding: 5px 10px;}

.site-footer ul li:not(:first-child):before {
    content: " | ";
    color: #000000;
}


#menu-social-icons {margin-top: 25px;}

#menu-social-icons li:before {
    content: "";
}

#menu-social-icons li {
    text-align: center;
    
}

#menu-social-icons li a {
	font-size: 18px;
	color: #ffffff;
	background-color: #008fd4;
	width: 32px;
	height: 32px;
	border-radius: 16px;
	line-height: 32px;
	}
	
.read-more-content {
    display: none;
}

.read-more, .read-less {
    color: #008fd4;
}

.read-more:hover, .read-less:hover {
    cursor: pointer;
    color: #000;
}

.read-more, .read-less {
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

.gb-block-layout-column-inner > :first-child { margin-top: 0 !important;}

.entry-content h1 + h2 {margin-top: 20px;}
.entry-content h2 + h3 {margin-top: 10px;}


.references {font-size: .8em;}

ul.nested li {font-weight: 700; list-style-type: none;}

ul.nested li ul li {font-weight: 300; list-style-type: disc;}
ul.nested li ul li ul li {list-style-type: circle;}

.before-footer-cta button:focus, .before-footer-cta button:hover, .before-footer-cta input[type="button"]:focus, .before-footer-cta input[type="button"]:hover, .before-footer-cta input[type="reset"]:focus, .before-footer-cta input[type="reset"]:hover, .before-footer-cta input[type="submit"]:focus, .before-footer-cta input[type="submit"]:hover, .before-footer-cta .button:hover, .before-footer-cta .button:focus {
    background-color: #008fd4;
    color: #fff;
}
.before-footer-cta button, .before-footer-cta input[type="button"], .before-footer-cta input[type="reset"], .before-footer-cta input[type="submit"], .before-footer-cta a.button, .before-footer-cta a.more-link {
    color: #008fd4;
}

.pipeline-container {
    max-width: 100%;
    line-height: 1;
}

.pipeline-container .pipeline-row:nth-child(odd) {
  background: rgb(240,240,240);
}

.pipeline-row {
    display: grid;
    grid-template-columns: 35% 1fr ;
    grid-template-areas: "pt pp";
    padding: 3px 5px; 
    height: 80px;
    align-content: center;
}

.pipeline-row .product-title {
    grid-area: pt;
    display: flex;
    align-items: center;
}

.pipeline-row .product-phase {
    grid-area: pp;
    display: flex;
	padding: 3px 5px; 
	color: #ffffff; 
	font-size: .8em; 
	height: 46px;
	align-items: center;
	text-align: right;
}

.pipeline-row .product-phase .product-phase-name {
display: grid;
height: 100%;
background-color: #6eb43f;
align-content: center;

}


.product-phase .product-phase-name.one {width: 20%;}
.product-phase .product-phase-name.two {width: 40%;}
.product-phase .product-phase-name.three {width: 60%;}
.product-phase .product-phase-name.four {width: 80%;}
.product-phase .product-phase-name.five {width: 70%;}


.pipeline-row .triangle{
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 20px solid #6eb43f;
}


.page-id-56 .wp-block-genesis-blocks-gb-columns:nth-child(odd) {
  background-color: rgba(232,232,232,.2);
}

.page-id-56 .wp-block-genesis-blocks-gb-columns p {
  margin: 15px 10px;
}
.page-id-56 .gb-block-layout-column-inner > :first-child { margin-top: 15px !important;}

.page-id-56 .gb-3-col-widecenter>.gb-layout-column-wrap {
    -ms-grid-columns: auto 2fr auto;
    grid-template-columns: auto 2fr auto;
}







.post-51 .gb-2-col-wideright>.gb-layout-column-wrap {
grid-template-columns: 75px auto;
border-bottom: 1px solid #cccccc;
}

.post-51 .entry-content {
    margin-top: 25px;
}

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

	.post-51 .gb-2-col-wideright>.gb-layout-column-wrap{
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		grid-template-areas:
			"col1"
			"col2";
	}
	.post-51 .gb-block-layout-column:first-child p {
		padding: 15px 0 2px 0;
	}
	.post-51 .gb-block-layout-column:last-child p {
		padding: 2px 0 15px 0;
	}
}

.post-51 .gb-layout-column-wrap p {
	padding: 15px 0;
    margin: 0;
    line-height: 1.2;
}





