#toggle-main-menu {
  color: #fff;
  font-size: 1.5em;
  cursor: pointer;
}
.themeblvd-search button[type=submit], .themeblvd-search button.search-toggle{
	border: 0;
	background: transparent;
	color: #fff;
}

.themeblvd-search input[name=s]{
	color: #fff;
}

.section {
	padding: 40px 8% ;
}
@media (max-width:767px) {
  #bottom>.section {
    padding: 6rem 8% 4rem;
  }  
}

body.home #toggle-main-menu{
	display: none;

}

#primary-menu > li:first-child > a{
	border-radius: 0;
}


#access{
	margin-bottom: 1em;
}


.header_logo img{width: 165px; height: auto;}
@media (min-width: 768px) {
  .header_logo img{width: 110px; height: 53px;} 
}

.header.media{
	margin-top: 0;
}

p.wp-caption-text {
  font-size: 1.2rem;
  font-family: Arial;
}
/* rs-accordion  */

    .rs-accordion-heading {
      margin-top: 0;
      margin-bottom: 0;
      padding: 0;
    }
    button.rs-accordion-heading,
    .rs-accordion-heading > button {
      width:  100%;
      white-space: normal;
      position: relative;
    }
    .rs-accordion-heading .glyphicon {
      margin-top: 0;
      position: absolute;
      top:0;
      right:0;      
      font-family: 'HelveticaNeueW02-Thin';
      font-size: 45px;
      font-weight: bold;
    }
    .rs-accordion-section[hidden] {
      display: none;
    }

    /* accordion-staff-list */
    .accordion-staff-list .rs-accordion-heading {
      font-size: 1.9rem;
      font-family: 'HelveticaNeueW02-Thin';
    }    
    .accordion-staff-list .rs-accordion-section:nth-child(4n-2), .accordion-staff-list .rs-accordion-section:nth-child(4n-3) {
      background-color: rgb(9,195,204);
    }
    .accordion-staff-list .rs-accordion-section:nth-child(4n-2) .fa-envelope-o, .accordion-staff-list .rs-accordion-section:nth-child(4n-3) .fa-envelope-o{
      background: #FFF;
      color: rgb(9,195,204);
    }

    .a-staff.section {
      padding-top: 10px;
      color: #000;
    }
    .a-staff .name-and-title {
      line-height: 1.2;
    }
    .a-staff .name-and-title span {
      display: block;
    }
    .a-staff .staff-name {
      font-family: 'Arial';
      font-weight: 400;
      font-size: 3.6rem;
      margin-bottom: 0 !important;
      margin-top: 0;
    }

    .a-staff img{
      margin-right: 1em;
      width: 85px;
      overflow: hidden;
    }


    /*.a-staff .top a[rel=tag]{color: #000;}*/

    .a-staff .glyphicon{
      font-family: 'HelveticaNeueW01-Thin' !important;
      font-size: 1.2em;
      font-size: 45px !important;
    }

    #accordion-financial .glyphicon {
    	font-family: 'HelveticaNeueW01-Thin' !important;
    	margin-top: -9px;
    	font-size: 4.5rem;
    }
    #accordion-financial .rs-accordion-panel ul > li {
      margin-bottom:  10px;
    }

/* shortcode jobs */
.a-job{
	background: rgb(9,195,204);
	border-top: 6px solid #fff;
	color: #000;
	padding: 15px 8%;
}

.a-job .glyphicon {
	font-family: 'HelveticaNeueW01-Thin' !important;
	font-size: 1.2em;
	margin-top: 0;
	font-size: 45px !important;
}
.a-job a{
	color: #000;
}

.a-job h2{
	font-weight: normal;
	color: #000;
}

.a-job p {
	text-align: justify;
	font-size: 16px;
	/*line-height: 14px;*/
	margin: 0px 0px 14px;
	padding: 0px;
	/*font-family: Arial, Helvetica, sans;*/
}

.a-post-1 {
	background: rgb(255,255,255);
	margin-bottom: 35px;
	box-shadow: 2px 4px 10px 2px rgb(238,238,238);
}

.a-post-1 .fImage{
	height: 175px;

	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: rgb(9,195,204);
}


.a-post-container-1 {
	padding: 30px;
	padding-top: 15px;

	line-height: 1.2em;
}
.a-post-container-1 h3 {
	text-transform: none;
}
.a-post-container-1 p {
	font-size: 18px;
	margin: 15px 0px;

	color: #000; 
}
.a-post-container-1 .blue-txt {
	text-transform: uppercase;
}
.a-post-1 .short-text-heading {
	color: rgb(31,25,26);
	font-weight: 400;
  font-size: 1.2em;
	overflow: hidden;
	text-overflow: ellipsis;

	height: 4.25em;
}

.a-post-1 .short-text-paragraph{
	overflow: hidden !important;
	text-overflow: ellipsis;

	height: 9.4em;
}

.a-post-1 .date{font-size: .8em; margin: 0;}

.a-post-1 .read-more-btn{margin-top: .5em;}

/* hide social links on blog card */
.a-post-1 .share-this-link {
  display: none;
}

.a-post-1 .share-this-link .fa{
	padding: 0;
	border-radius: 50%;
	color: #fff;
	background-color: rgb(9,195,204);
	font-size:14.5px;
	line-height: 25px;
	height:25px;
	width:25px;
	text-align:center;
}

#shortocde-post-previews-1 h3 {
  font-size: 36px;
}


.related .a-post-1 .share-this-link .fa{
	padding: 0!important;
	border-radius: 50%!important;
	color: #fff!important;
	background-color: rgb(9,195,204)!important;
	font-size:14.5px!important;
	line-height: 25px!important;
	height:25px!important;
	width:25px!important;
	text-align:center!important;
}


.a-post-1 .featured-image-caption{
	font-size: 60%;

	margin-top: 1em;
}

/* Homepage Bottom Image Overlay Block */
#hp-bottom-iamge-block-1 .overlay-general{
	margin-bottom: 300px;
}


body.events-template-default.single.single-events #main header.section.image_block {
  height: 653px;
}
body.events-template-default.single.single-events #main header.section.image_block
.col-sm-12.col-md-8.pull-left {
  display: block
}

@media (max-width:767px) {
  body.events-template-default.single.single-events #main header.section.image_block {
    height: auto;
  }
  body.events-template-default.single.single-events #main header.section.image_block
  .col-sm-12.col-md-8.pull-left {
    display: none;
  }
}
.event-date-wrapper {
  display: flex;
  gap: 7px;
  font-size: 12px;
  visibility: hidden;
  text-transform: uppercase;
}
@media (max-width:767px) {
  .event-date-wrapper {
    visibility: visible;
  }
}
.event-date-wrapper div.event-date {
  font-size: 14px;
}

/* from style.css */
body {
  background-color: #000;
  overflow-x: hidden !important;
}

.row-flex, .row-flex > div[class*='col-'] {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex:1 1 auto;
}

.row-flex-wrap {
  -webkit-flex-flow: row wrap;
    align-content: flex-start;
    flex:0;
}

.row-flex > div[class*='col-'], .container-flex > div[class*='col-'] {
   margin:-.2px; /* hack adjust for wrapping */
}

.container-flex > div[class*='col-'] div,.row-flex > div[class*='col-'] div {
  width:100%;
}


.flex-col {
    display: flex;
    display: -webkit-flex;
    flex: 1 100%;
    flex-flow: column nowrap;
}

.flex-grow {
  display: flex;
    -webkit-flex: 2;
    flex: 2;
}

.container {
  width: 100%;
}

.header.image_block {
  background-size: cover;

}

/* 
  Heading Utility Classes
*/
h1, h2, h3, h4, h5, h6,
.is-style-h1, 
.is-style-h2, 
.is-style-h3, 
.is-style-h4, 
.is-style-h5, 
.is-style-h6
{
	font-family: "Arial";
  font-weight: 500;
  line-height: 1.1;
  margin-top: 10px;
  margin-bottom: 10px;
  text-transform: inherit;
}

h1,
.is-style-h1 {
  font-size: 3.6rem;
  color: #000;
  margin-bottom: 40px;
}

h2,
.is-style-h2 {
  font-size: 3.6rem;
}

h3,
.is-style-h3 {
  font-size: 25px;
  text-transform: none;
}

h4,
.is-style-h4 {
  font-size: 25px;
}

h5,
.is-style-h5 {
  font-size: 25px;
}

h6,
.is-style-h6 {
  color: #999999;
  font-size: 16px;
  text-transform: uppercase;
}

@media (max-width:767px) {
  h1, .is-style-h1, h2, .is-style-h2 {
    font-size: 2.6rem;
  }
}

.is-style-p {
  font-family: 'HelveticaNeueW02-Thin';
  line-height: 1.6em;
  letter-spacing: .8px;
  font-size: 1.8rem;
  color: #000;
}

.is-style-uppercase {
  text-transform: uppercase;
}

.white-header h1{
  color: rgb(255,255,255);
  margin-top: 325px;
  min-height: 2em;
  font-size: 3.6rem;
}

#branding {
  width: 100%;
}

input[type].search-input {
  background: rgb(94,94,94);
  border: 0;
  width: 200px;
  border-radius: 0;
}

input[type="text"].search-input:focus{
-webkit-box-shadow: inset 0 0px 0px #F2F2F2,0 0 0px #CCC;
-moz-box-shadow: inset 0 0px 0px #f2f2f2,0 0 0px #ccc;
box-shadow: inset 0 0px 0px #F2F2F2,0 0 0px #CCC;

}

.input-group-btn .btn.btn-default {
  background: rgb(0,0,0);
  border: 0;
  color: rgb(255,255,255);
  font-size: large;
}

#top {
  width: 100%;
  background: black;
  padding: 0;
  /* position: absolute; */
  left: 0;
}

#main {
  margin: 0;
  padding: 0;
  background-color: #fff;
}

.content-blocks {
  word-break:break-word;
}
.content-blocks a:not(.btn),
.rte a:not(.btn),
.hbspt-form a:not(.btn){
  color:#008080;
  font-weight:500;
  font-family:"HelveticaNeue", Helvetica, Arial, sans-serif;
}

.content-blocks a:hover:not(.btn),
.rte a:hover:not(.btn),
.hbspt-form a:hover:not(.btn) {
  text-decoration: underline;
}

.link--underline {
  text-decoration: underline;
}
.link--underline:hover {
  text-decoration: none !important;
}

.short-text-heading a:not(.btn),
.shortcode-post-preview a:not(.btn),
.share-this-link a:not(.btn){
  text-decoration: none !important;
}

.content-blocks {
  word-break:break-word;
}
.content-blocks a:not(.btn),
.rte a:not(.btn),
.hbspt-form a:not(.btn){
  color:#008080;
  font-weight:500;
  font-family:"HelveticaNeue", Helvetica, Arial, sans-serif;
}

.content-blocks a:hover:not(.btn),
.rte a:hover:not(.btn),
.hbspt-form a:hover:not(.btn) {
  text-decoration: underline;
}

.link--underline {
  text-decoration: underline;
}
.link--underline:hover {
  text-decoration: none !important;
}

.short-text-heading a:not(.btn),
.shortcode-post-preview a:not(.btn),
.share-this-link a:not(.btn){
  text-decoration: none !important;
}

#primary-menu li {
  line-height: 87px;
  display: inline-block;
  /* float: left; */
  text-align: center;
  /*width: 16%;*/
  /*margin-right: 0.5%;*/
  border-right: 0;
}
#primary-menu li:last-child {
  margin-right:0;
  padding-right:0;
}
#primary-menu li a {
  color: white;
  background:none;
  position: relative;
}

#primary-menu li a:after {
  height:5px;
  width:0;
  content:'';
  display:block;
  position: absolute;
  bottom:0;
  left:0;
}

#primary-menu > li:hover > a:after,
#primary-menu li.current_page_item a:after {
  width:100%;
  background: #09C3CC;
}

#primary-menu:hover li:not(:hover) a:after{
  width:0;
}


.btn-navbar {
  border: 0;
  margin-right: 20px;
}

#access {
  background: rgb(0,0,0);
  border: 0;
  border-radius: 0;
}

#bottom {
  width: 100%;
  background: black;
  /* position: absolute; */
  left: 0;
  padding: 0;
}

.blue-txt {
  color: rgb(0, 128, 128);
  font-weight: 400;
  /*font-family:'Helvetica W01 light';*/
}

#footer_sub_content {
  color: white;
  font-size: 14px;
  font-size: .85rem;
  padding: 0px;
   text-align: left;
}

.footer_sub_content-content {
  font-size: 14px;
}

.footer_sub_content-content a {
  color: #fff;
  text-decoration: underline;
  text-decoration-color: rgb(0, 128, 128);
  text-underline-offset: 0.15em;
}

.footer_sub_content-content a:hover,
.footer_sub_content-content a:active {
  text-decoration-color: #fff
}

.footer_sub_content-content .btn,
.footer_sub_content-content .btn:hover {
  font-size: 15px;
}

/* Display the Footer content within a grid. */
.footer_sub_content-grid {
  display: grid;
  grid-auto-flow: row; 
  grid-template-columns: 1fr;
  gap: 16px;
}

.footer_sub_content-grid__site-name h2 {
  font-size: 20px;
}

.footer_sub_content-grid__site-name h2 span {
  font-size: 26px;
}

.footer_sub_content-grid__phone,
.footer_sub_content-grid__social {
  display: flex;
  flex-direction: column;
  grid-row-gap: 1rem;
}

.footer_sub_content-grid__social div:first-of-type h3,
.footer_sub_content-grid__social div:first-of-type h3 a {
  color: var(--color-sj);
}

.footer_sub_content-grid__social div:last-of-type h3,
.footer_sub_content-grid__social div:last-of-type h3 a {
  color: var(--color-great-apes);
}

.footer_sub_content-grid__social-links {
  display: flex;
  gap: 1.5rem;
  margin: 0;
  padding:0;
}

.footer_sub_content-grid__social-links li {
  list-style-type: none;
  display: inline;
}

.footer_sub_content-grid__social-links a {
  width: 28px; 
  height: 28px; 
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer_sub_content-grid__social-links a img {
  max-width: 100%;
  max-height: 100%;
}

.footer_sub_content-grid__copyright {
  margin-block-start: 16px;
}

@media (min-width: 992px) {
  .footer_sub_content-grid {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto auto;
    grid-template-areas:
      "site phone phone email"
      "copyright social social empty";
    grid-row-gap: 8px;
  }

  .footer_sub_content-grid__site-name {
    grid-area: site;
  }

  .footer_sub_content-grid__site-name h2 {
    margin-block-start: -10px;
  }

  .footer_sub_content-grid__phone {
    grid-area: phone;
  }

  .footer_sub_content-grid__social {
    grid-area: social;
  }

  .footer_sub_content-grid__phone,
  .footer_sub_content-grid__social {
    flex-direction: row;
    grid-column-gap: 24px;
  }
  .footer_sub_content-grid__phone > div:first-of-type,
  .footer_sub_content-grid__social > div:first-of-type {
    width: 43%;
  }
  .footer_sub_content-grid__phone > div:last-of-type,
  .footer_sub_content-grid__social > div:last-of-type {
    width: 57%;
  }

  .footer_sub_content-grid__email {
    grid-area: email;
    display: flex;
  }


  .footer_sub_content-grid__copyright {
    grid-area: copyright;
    align-self: end;
    margin-block-start: 0;
  }
  /* Create an "empty" grid item. */
  .footer_sub_content-grid::after {
    content: '';
    grid-area: empty;
  }
}

@media (min-width: 1200px) {

  .footer_sub_content-grid {
    grid-template-columns: repeat(6, 1fr);
    grid-template-areas:
      "site site  phone phone phone email"
      "copyright  copyright social social social empty";
  }

  .footer_sub_content-grid__phone,
  .footer_sub_content-grid__social {
    gap: 50px;
  }
}

@media (min-width: 1500px) {
  .footer_sub_content-grid__phone,
  .footer_sub_content-grid__social {
    padding-inline-start: 160px;
  }
}


.footer_sub_content-content  .footer-input {
  display: block;
  width: 210px;
  height: 24px;
  border: 0;
  border-radius: 0;
  margin-bottom: 4px;
}

.btn, input[type='submit'], input[tpye='button'] {
  background: rgb(9,195,204);
  color: #fff;
  border: 0;
  border-radius: 0;
  display: inline-block;
  clear: both;
  min-width: 100px;
}

.white-button {
  background: rgb(9,195,204);
  color: #fff !important;
  padding:6px 18px;
  border: 1;
  font-size: 17px;
  font-family: 'HelveticaNeueW02-45Ligh';
  border-style: solid;
  border-radius: 0;
  border-width: thin;
  display: inline-block;
  clear: both;
}

.white-button:hover {
  background: rgb(255,255,255);
  color: rgb(9,195,204) !important;
  font-family: 'HelveticaNeueW02-45Ligh';
}




.btn-white {
  background: rgb(255,255,255);
  color: #fff;
  border: 0;
  border-radius: 0;
  display: inline-block;
  clear: both;
}

.teal-bg .btn, .teal-bg input[type=button], .teal-bg input[type=submit]{
  background: #fff;
  color: #000;
}

.teal-bg .btn:hover, .teal-bg input[type=button]:hover, .teal-bg input[type=submit]:hover,
.teal-bg .btn:active, .teal-bg input[type=button]:active, .teal-bg input[type=submit]:active{
  text-decoration: underline;
}


.social-links {
  display: block;
  margin: 0;
  padding:0;
  line-height: 0.9em;
}

.social-links li {
  list-style-type: none;
  display: inline;
  margin-right: 3px;
}

.social-links li a {
  color: white;
  font-size: 3em;
  text-decoration: none;
}

.icon-orange {
  padding: 0;
  border-radius: 50%;
  color: black;
  background-color: var(--color-sj);
  font-size: 16px;
  line-height: 30px;
  height: 28px;
  width: 28px;
  text-align:center;
}

.icon-gold {
  padding: 0;
  border-radius: 50%;
  color: black;
  background-color: var(--color-great-apes);
  font-size: 16px;
  line-height: 30px;
  height: 28px;
  width: 28px;
  text-align:center;
}

.icon-gold > a:hover {
  background-color: var(--color-sj);
}

.overlay-general {
  background-color: rgba(255,255,255, 0.90) !important;
  padding: 40px;
  /* margin: 40px; */
  color: rgb(35,31,32);
}

.overlay-general.overlay-bottom {
   margin-top: 320px;
   margin-bottom: 25px;
        font-size: 23px;
        line-height: 1.2em;
}

.overlay-general.overlay-bottom h3 {
  /*font-family:'Helvetica W01 Bold';*/
  font-size: 25px;
  text-transform: none;
  font-weight: bold;
}

.overlay-general p {
  font-size: 23px;
}

.black-bg {
  background-color: #000;
  color: #fff;
}
/* Teal color can be lighter on black backgrounds */
/*
.black-bg a, .black-bg a:visited, .black-bg .blue-txt {
  color: rgb(9,195,204);
}
*/
.gray-bg {
  background: rgb(238,238,238);
}
.gray-bg a, .gray-bg a:visited {

  font-weight: bold;
}

.gray-bg a.btn{
  color:#000;
}

.teal-bg {
  background: rgb(9,195,204);
  color: #000;
}

.teal-bg{
  font-weight: bold;
}

.teal-bg a, 
.a-job a,
.teal-bg a:visited,
.teal-bg #accordion-financial-1 a:not(.btn), 
.teal-bg #accordion-financial-1  a:visited,
.teal-bg #accordion-financial a {
  color: #000 !important;
  font-weight:500 !important;
}

.a-job a:hover,
.teal-bg a:hover{ 
  text-decoration: none;
}

.teal-bg a:not([data-toggle="collapse"]){
  font-weight: bold;
}


.teal-bg h1,
.teal-bg #resouce_header,
.teal-bg .hs-error-msgs label {
  color: #000;
}

.teal-bg .hs-error-msgs label{
  font-weight: bold;
  font-style: italic;
}


.teal-bg #accordion-financial-1 a:hover(.btn){
  text-decoration: underline;
}

/* PREVIEWS */

/* Grants */
.posts {
  font-size: 1.2em;
}
.posts-title {
  font-style: oblique;
  font-weight: bold;
  font-size: 1.4em;
  display: block;
}
.arcus-label {
  font-weight: bold;
}
.blurb {
  margin-top: 20px;
}
.blurb p {
  font-size: 17px;
  line-height: 1.6em;
}

/* SUBNAV */

.sub-nav {
  background: #cccccc;
  border-radius: 0;
  color: #000;
  z-index: 200;
}

.sub-nav>li{
	vertical-align: bottom;
}

ul.nav.sub-nav.nav-pills>li>a{
	border-radius: 0;
  color:#000;
}

.sub-nav a{
	border-radius: 0;
	cursor: pointer;
  font-weight: bold;
}



ul.nav.sub-nav:not(:hover) .current-menu-item a,
 ul.nav.sub-nav>li>a:hover, 
 ul.nav.sub-nav>li>a:focus {
  background-color: rgb(9,195,204);
  color: #000;
  border-radius: 0;
}

.sub-nav>li:hover, 
.sub-nav:not(:hover) .current-menu-item{ 
  background-color: rgb(9,195,204);
}

.nav>li:hover::after, .nav:not(:hover)>li.current-menu-item::after {
    content: ' ';
    position: absolute;
    border: solid 10px transparent;
    border-top: solid 0px transparent;
    border-width: 10px;
    left: 50%;
    margin-left: -10px;
    border-color: rgb(9,195,204) transparent transparent transparent;
}

@media(max-width: 996px) {
	#site-navbar-container .sub-nav{display: none;}
}
/* PAGES */

/* Grants Page */
/*#nav {
  display: table;
  width: 100%;
  border-collapse: collapse;
  border: none;
  background: rgb(76,76,76);
  position: absolute;
  top: 125px;
  left: 0;
  line-height: 37px;
  z-index: 22;
}*/
/*#nav ul {
  display: -moz-box;
  display: -webkit-box;
  display: box;
  margin: 0;
  padding: 0;
}
#nav li {
  -moz-box-flex: 1;
  -webkit-box-flex: 1;
  box-flex: 1;
  margin: 0;
  text-align: center;
  list-style-type: none;
}
#nav li a {
  color: white;
  display: block;
}
#nav > ul > li > a:hover {
  background-color: rgb(9,195,204);
}
#nav > ul > li > a.active {
  background-color: rgb(9,195,204);
}*/


/* HOME PAGE */
.video-header {
  min-height: 700px;
}
video {
  display: block;
}
video#bgvid {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: -100;
  /*background: url(images/arcus-homepage-video.jpg) no-repeat;*/
  background-size: cover;
}
.who-we-are {
  background: rgb(9,195,204);
  color: white;
  height: 300px;
}
.who-we-are p {
  font-size: large;
}
.img-right img{
  margin: 0 auto;
  max-width: 100%;
  height: auto;
  padding-top: 35px;
}
.left-content {
  padding: 20px;
  margin-left: 38px;
}
.less-human {
  min-height: 395px;
  background: white;
}
/*.less-human .carousel-inner .item img {
  width: 300px;
  height: auto;
  overflow: hidden;
}
.less-human .carousel-caption {
  text-align: left;
  color: rgb(0,0,0);
  float: right;
}*/
.less-human h1 {
  font-size: 45px;
  font-weight: 200;
}
.less-human p {
  font-size: large;
}
.thicker {
  font-weight: 400;
}
.img-left img {
  margin: 30px;
}
.right-content {
  padding: 30px;
}
.bottom-section {
  background: url(images/meetings.png) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 500px;
}



/* WHAT WE SUPPORT */

.support {
  background: url(images/support-header-bg.png) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.support-overlay {
  margin-top: 398px;
  margin-left: 50px;
  color: white;
  font-size: large;
}
.support-overlay  h1{
  font-weight: 200;
}
.support-blurb p {
  padding: 55px 70px;
  font-size: large;
  line-height: 2.2em;
}


.teal-bg-212 {
  background: rgb(9,195,204);
  height: 212px;
  color: rgb(255,255,255);
}

.support-box {
  margin-top: 20px;
  margin-left: 70px;
  box-shadow: 5px 5px 5px #888888;
  width: 75%;
}
.support-program {
  padding: 30px;
}
.grants-awarded {
  padding: 92px;
  color: rgb(35,31,32);
  font-size: large;
}
.graphs img {
  width: 100%;
}
.support-video img {
  width: 100%;
}

/* APPLY FOR A GRANT */

.apply {
  background: url(images/apply-header.png) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.apply-overlay {
  margin-top: 398px;
  margin-left: 50px;
  color: rgb(39,36,37);
  font-size: large;
  background: rgba(255,255,255, 0.5);
}
.how-to-apply {
  background: rgb(255,255,255);
  min-height: 395px;
  color: rgb(39,36,37);
  padding: 67px;
  font-size: large;
}
.how-to-apply h1 {
  font-weight: 400;
  font-size: 1.9em;
}
.grant-requirements {
  min-height: 395px;
  color: rgb(39,36,37);
  padding: 67px;
  font-size: large;
}
.grant-requirements h1 {
  font-weight: 400;
  font-size: 1.9em;
}


/* RESOURCES */

.resources {
  background: url(images/resources-header.png) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.grant-tips {
  height: 395px;
  color: rgb(39,36,37);
  background: white;
}
.grant-tips h1 {
  font-size: 45px;
  font-weight: 200;
}
.grant-tips p {
  font-size: large;
}
.grant-resources {
  min-height: 395px;
  color: rgb(39,36,37);
  padding: 67px;
  font-size: large;
}
.grant-resources h1 {
  font-weight: 400;
  font-size: 1.9em;
}
.grant-resources ul {
  list-style-type: none;
}
.other-sources {
  background: rgb(255,255,255);
  padding: 50px;
}
.other-sources h1 {
  font-size: 45px;
  font-weight: 200;
}


/* GRANT LIST */

.grant-list {
  background: url(images/grant-list-header.png) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.grantees {
  padding: 40px;
}
.striped:nth-child(even) {
  background: rgb(234,234,234);
}
.grantee-list-descrpt {
  background: rgb(255,255,255);
  min-height: 395px;
  color: rgb(39,36,37);
  padding: 67px;
  font-size: large;
}
.grantee-img img {
  width: 173px;
  margin: 10px auto;
}

/* BOARD */
.board-list {
  padding: 40px 0;
  z-index: 200;
}
.board-img img {
  width: 173px;
  margin: 10px auto;
}
.striped-teal:nth-child(odd) {
  background: rgb(9,195,204);
}
.striped-grey:nth-child(odd) {
  background: rgb(234,234,234);
}


/* CONTACT */

.contact {
  background: url(images/contact-header.png) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


/* EMPLOYMENT */

.employment {
  background: url(images/employment-header.png) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


/* LEARN */

.learn {
  background: url(images/learn-header.png) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


/* PUBLICATIONS */

.publications {
  background: url(images/publications-header.png) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


/* BLOG */

.blog {
  background: url(images/blog-header.png) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.learn-stories {
  width: 90%;
  margin: 0 auto;
}

/* CONNECT */

.connect {
  background: url(images/connect-header.png) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


/* EVENTS */

.events {
  background: url(images/events-header.png) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


/* PARTNERS */

.partners {
  background: url(images/blog-header.png) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.partners-img img {
  width: 173px;
  margin: 10px auto;
}
.partners-list {
  z-index: 200;
}


/* PRESS */

.press {
  background: url(images/press-header.png) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


/* MEDIA */

.media {
  background: url(images/media-header.png) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


/* NEWS */

.news {
  background: url(images/news-header.png) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.embed-mvideo-container {
  padding:56.25% 0 0 0;
  position: relative;
}

.embed-mvideo-container iframe,
.embed-mvideo-container object,
.embed-mvideo-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* CONTACT PAGE */
@media (max-width:991px) {
  .page-template-theme-contact .content-blocks.section {
    padding-top:0;
    padding-bottom:0;
  }
  .page-template-theme-contact .content-blocks.section:last-of-type {
    padding-bottom:40px;
  }
  .page-template-theme-contact .content-blocks.section .teal-bg {
    padding-top:20px;
    padding-bottom:20px;
  }

  .page-template-theme-contact .content-blocks.section .hbspt-form, 
  .page-template-theme-contact .content-blocks.section .gform_legacy_markup_wrapper {
    padding-top:20px;
  }
}
/* IMPORTING */

/* YARPP */
  .yarpp-related .a-post-container-1 {
    display: flex;
    flex-direction: column;
  }
  .yarpp-related .a-post-container-1 .a-post-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .yarpp-related .a-post-container-1 .a-post-title {
    height: 154px;
    display: -webkit-box !important;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    white-space: normal;
    margin-bottom: 10px;
    overflow: hidden;    
  }

/*=============================================
=            Slidr            =
=============================================*/
body{
  height:100vh; 
  position: unset !important;
  
}
.sidr-open{
  overflow: hidden;
  position: unset !important;
}

#container{
  position: relative;
  width: 100vw;
  margin-left:0px;
}

.sidr-open #container{
  margin-left: 260px;
}

.sidr{
  height:100vh; 
  overflow: auto;
}


@media (max-width:767px) {
  .brochure-link {
    text-align: center
  }
}

.footer_sub_content-content .textwidget .visible-print-block {
  font-size: 3.6rem;
}

@media (max-width:767px) {
  .footer_sub_content-content .textwidget .visible-print-block {
    font-size: 2.4rem !important;
    line-height: 30px;
  }
  .footer_sub_content-content .textwidget .visible-print-block span.blue-txt {
    font-size: 2.6rem !important;
  }
}

@media (max-width:767px) {
  h1.heading-spacing__employment {
    margin-top: 40px;
    margin-bottom: 0;
  }
  h1.heading-spacing__contact{
    text-align: left;
  }
  h1.heading-spacing__contact,
  #main .section h1.heading-spacing__publications:not(.rs-accordion-heading),
  #main .section h1.heading-spacing__learnings:not(.rs-accordion-heading),
  #main .section h1.heading-spacing__social:not(.rs-accordion-heading),
  #main .section h1.heading-spacing__partners:not(.rs-accordion-heading),
  #main .section h1.heading-spacing__media:not(.rs-accordion-heading),
  #main .section h1.heading-spacing__news:not(.rs-accordion-heading),
  #main .section h1.heading-spacing__library:not(.rs-accordion-heading) {
    margin: 0 0 20px 0;
  }
  #main .section h1.heading-spacing__stories-impact-h1:not(.rs-accordion-heading),
  h3.heading-spacing__stories-impact-h3,
  h3.heading-spacing__events,
  body.page-template-theme-news #main .inner-posts h4,
  body.page-template-theme-learn #main .section .shortcode-post-preview h1,
  body.page-template-theme-publications #main .main-top .section h3,
  body.page-template-theme-blog #main .main-top .section h3 {
    margin: 0 0 10px 0;
  }
  p.text-spacing__board-staff, p.text-spacing__apply-grant {
    margin: 0;
  }
}

body.mfp-zoom-out-cur {
  overflow-x: initial !important;
}


body.page-template-theme-about #accordion-financial-1 ul {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid black;
  border-bottom: none;
  padding: 0;
}
body.page-template-theme-about #accordion-financial-1 ul li {
  margin: 0;
  padding: 10px;
  border-bottom: 1px solid black;
}
body.page-template-theme-about #accordion-financial-1 ul li:nth-child(odd) {
  border-right: 1px solid black;
}
@media (max-width:767px) {
  body.page-template-theme-about #accordion-financial-1 ul {
    padding-left: 15px;
    font-size: 16px;
    list-style: disc;
    display: block;
    border: none;
  }
  body.page-template-theme-about #accordion-financial-1 ul li {
    padding: 0;
    line-height: 1.2em;
  }
  body.page-template-theme-about #accordion-financial-1 ul li,
  body.page-template-theme-about #accordion-financial-1 ul li:nth-child(odd) {
    border: none;
  }
  body.page-template-theme-about #accordion-financial-1 ul li:nth-child(even) {
    margin-bottom: 10px;
  }

}

@media (max-width:767px) {
  body.page-template-theme-employment div.shortcode-jobs div.top {
    position: relative;
  }
  body.page-template-theme-employment div.shortcode-jobs div.top div.pull-right {
    max-width: 275px;
  }
  body.page-template-theme-employment div.shortcode-jobs div.top div.pull-right {
    position: absolute;
    right: 0;
    bottom: 75px;
  }
}
@media (max-width: 992px) {
  body.page-template-theme-learn .row.gray-bg.section,
  body.page-template-theme-learn #container #main .container .shortcode-image-block .row.mobile-view,
  body.page-template-theme-blog .row.gray-bg.section,
  body.page-template-theme-publications .main-top .row.gray-bg.section,
  body.page-template-theme-contact .row.gray-bg.section,
  body.page-template-theme-events #container #main .row.gray-bg.section,
  body.page-template-theme-contact #main .row.blue-bg.section,
  body.page-template-theme-connect #main .row.blue-bg.section,
  body.page-template-theme-partners #main .row.blue-bg.section,
  body.page-template-theme-news #main .row.blue-bg.section,
  body.page-template-theme-news #main .row.gray-bg.section,
  body.page-template-theme-grants-with-sub-pages-as-sub-navs .row.hidden-lg.hidden-md.mobile-view,
  body.stories-template-default.single.single-stories #container #main .sidebar_layout-inner .row.grid-protection,
  body.blog-template-default.single.single-blog #container #main .sidebar_layout-inner .row.grid-protection,
  body.events-template-default.single.single-events #container #main .sidebar_layout-inner .row.grid-protection,
  body.events-template-default.single.single-events #container #main header,
  body.publications-template-default.single.single-publications #container #main .sidebar_layout-inner .row.grid-protection,
  body.post-template-default.single.single-post #container #main .sidebar_layout-inner .row.grid-protection
   {
    margin-right: 0;
  }
  body.page-template-theme-grants-with-sub-pages-as-sub-navs div.image-container + .row.gray-bg.section,
  body.page-template-theme-resources div.image-container + .row.gray-bg.section {
    margin: 0;
  }
  body.page-template-theme-grants-with-sub-pages-as-sub-navs p + .row.gray-bg.section,
  body.page-template-theme-learn .row.gray-bg.section.content-blocks
  {
    margin-right: -15px;
  }
}

@media (max-width:767px) {
  .page-template-theme-employment .employment-title {
    font-size: 2.4rem;
  }
}


#accordion-financial .panel-body strong {
  font-family: 'HelveticaNeue';
}
#accordion-financial .panel-body ul a {
  font-family: 'HelveticaNeueW02-Thin';
}

#bottom .blue-txt {
  color: #09c3cc;
}

@media (max-width:767px) {
  .page-template-theme-blog .a-post-1 .short-text-heading,
  .page-template-theme-blog .a-post-1 .short-text-paragraph,
  .page-template-theme-learn .a-post-1 .short-text-heading,
  .page-template-theme-learn .a-post-1 .short-text-paragraph,
  .page-template-theme-publications .a-post-1 .short-text-heading,
  .page-template-theme-publications .a-post-1 .short-text-paragraph,
  .page-template-theme-events .a-post-1 .short-text-heading,
  .page-template-theme-events .a-post-1 .short-text-paragraph {
  overflow: visible;
  }
 .page-template-theme-blog .shortcode-image-block:not(.marquee),
 .page-template-theme-learn .shortcode-image-block:not(.marquee),
 .page-template-theme-publications .shortcode-image-block:not(.marquee),
 .page-template-theme-events .shortcode-image-block:not(.marquee) {
    margin-bottom: 0;
  }
  .page-template-theme-blog .a-post-container-1 p,
  .page-template-theme-learn .a-post-container-1 p,
  .page-template-theme-publications .a-post-container-1 p,
  .page-template-theme-events .a-post-container-1 p  {
    font-size: 1.6rem;
  }
}

@media (max-width:767px) {
  body.single-stories #content iframe {
    height: auto;
    width: 100%;
  }
  .section {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
body.page-template-theme-board .container h2,
body.page-template-theme-board .container h3 {
  padding: 10px 8%;
}

#accordion-financial-1 .panel-body strong {
  line-height: 1.3em;
}

#accordion-financial-1 .panel-body ul {
  margin-top: 18px;
}

@media (max-width:767px) {
  #bottom #footer_sub_content #text-2 .textwidget h1 {
    font-weight: 400;
  }
}
