.themeblvd-search{
	display: inline-block;

}


.themeblvd-search button[type=submit]{
	border: 0;
	background: transparent;
	color: #fff;
}

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

#toggle-main-menu{
	color: #fff;

	font-size: 1.5em;


	padding-left: 1em;

	cursor: pointer;

}

.section {
	padding: 40px 8% ;
}

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

}

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


#access{
	margin-bottom: 1em;
}

body:not(.home) .access-content{display: none;}

 .header_logo img{width: 110px; height: 53px;}
 
.home .header_logo img{width: auto; height: auto;}

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


/* shortcode staff */
.shortcode-staff-list .a-staff:nth-child(odd){
	background-color: #00C3CD;
}

.shortcode-staff-list .a-staff:nth-child(odd) .fa-envelope-o {
	background: #FFF;
	color: #00C3CD;
}

.a-staff.section {
	padding-top: 10px;
	padding-bottom: 10px;
	color: #000;
}

.a-staff .section{padding-top: 0; padding-bottom: 0;}

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

.a-staff.section h2{
	font-weight: 400;
	font-size: 1.8em;
	margin-bottom: 0 !important;
	//display: inline-block;
	margin-top: 0;
}

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

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

.a-staff .member-bio{
	/*margin-top: 1em;*/
	display: none;
}

#accordion-financial a .glyphicon {
	font-family: 'HelveticaNeueW01-Thin' !important;
	font-size: 1.2em;
	margin-top: -9px;
	font-size: 45px !important;
}

/* shortcode jobs */
.a-job{
	background: #00C3CD;
	border-top: 6px solid #fff;
	color: #fff;
	padding: 15px 40px;
}

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

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

.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;
	text-overflow: ellipsis;

	height: 9em;
}

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

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


.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;
}

.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;
}




/* from style.css */
body {
  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;

}

h1 {
  font-size: 36px;
  font-weight: 200;
  color: #000;
  margin-bottom: 40px;
}

h2 {
  font-size: 36px;
}

h4 {
  font-size: 25px;
  font-weight: 200;
}

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

#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;
}

#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 a {
  color: white;
}

#primary-menu > li > a:hover {
  background: rgb(0,194,204);
}

#primary-menu li.current_page_item a {
  background: rgb(0,194,204);
}

.header_logo {
  width: 200px;
  float: left;
  //margin-left: 70px;
}

.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,194,204);
  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  .footer-input {
  display: block;
  width: 210px;
  height: 24px;
  border: 0;
  border-radius: 0;
  margin-bottom: 4px;
}

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

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

.teal-bg .btn, .teal-bg button, .teal-bg input[type=button], .teal-bg input[type=submit]{
  background: #fff;
  color: rgb(0,194,204);
}

.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;
}

.icon-orange {
  padding: 0;
  border-radius: 50%;
  color: black;
  background-color: rgba(253,100,17, .8);
  font-size: 16px;
  line-height: 30px;
  height: 28px;
  width: 28px;
  text-align:center;
}

.icon-orange :hover {
  background-color: rgba(128,212,64, .8);
}

.icon-gold {
  padding: 0;
  border-radius: 50%;
  color: black;
  background-color: rgba(128,212,64, .8);
  font-size: 16px;
  line-height: 30px;
  height: 28px;
  width: 28px;
  text-align:center;
}

.icon-gold > a:hover {
  background-color: rgba(253,100,17, .8);
}

.overlay-general {
  background-color: rgba(255,255,255, 0.65) !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;
}

.gray-bg {
  background: rgb(238,238,238);
}

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


/* 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: rgb(76,76,76);

  border-radius: 0;
  color: rgb(255,255,255);
  z-index: 200;
}

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

.nav-pills>li>a{
	border-radius: 0;
}

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


.sub-nav .current-menu-item a, .sub-nav>li>a:hover, .sub-nav>li>a:focus {
  background-color: rgb(0,194,204);
  border-radius: 0;
}

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

.nav>li:hover::after, .nav>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(0,194,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(0,194,204);
}
#nav > ul > li > a.active {
  background-color: rgb(0,194,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;
}


/* IMPORTING */
