/*!
 * Bootstrap Reboot v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
 
@import url("fonts/fonts.css");
@import url("https://fonts.googleapis.com/css?family=Montserrat:200,300,400,700&display=swap");


*,
*::before,
*::after {
    box-sizing: border-box;
}
html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}
body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #d9ffff;
}
[tabindex="-1"]:focus {
    outline: 0 !important;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    text-decoration-skip-ink: none;
}
address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}
ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}
dt {
    font-weight: 700;
}
dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}
blockquote {
    margin: 0 0 1rem;
}
b,
strong {
    font-weight: bolder;
}
small {
    font-size: 80%;
}
sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
a {
    color: #231f20;
    text-decoration: none;
    background-color: transparent;
}
a:hover {
    color: #231f20;
    text-decoration: underline;
}
a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}
a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
    outline: 0;
}
pre,
code,
kbd,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em;
}
pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
}
figure {
    margin: 0 0 1rem;
}
img {
    vertical-align: middle;
    border-style: none;
}
svg {
    overflow: hidden;
    vertical-align: middle;
}
table {
    border-collapse: collapse;
}
caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}
th {
    text-align: inherit;
}
label {
    display: inline-block;
    margin-bottom: 0.5rem;
}
button {
    border-radius: 0;
}
button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}
input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
select {
    word-wrap: normal;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
    cursor: pointer;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}
input[type="radio"],
input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    -webkit-appearance: listbox;
}
textarea {
    overflow: auto;
    resize: vertical;
}
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}
output {
    display: inline-block;
}
summary {
    display: list-item;
    cursor: pointer;
}
template {
    display: none;
}
[hidden] {
    display: none !important;
}
img.centered,
img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
img.alignright {
    margin: 0 0 2px 7px;
    float: right;
}
img.alignleft {
    margin: 0 7px 2px 0;
    float: left;
}
a {
    text-decoration: none;
    color: #231f20;
}
a:hover {
    text-decoration: underline;
}
p {
    margin: 0 0 20px 0;
}
html,
body {
    padding: 0;
    margin: 0;
    background-color: #d9ffff;
}
body {
    font-size: 16px;
    line-height: 1.3;
    position: relative;
    font-family: 'univers47_light_condensed', "Montserrat", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    color: #222;
}
img {
    max-width: 100%;
}
.masthead {
    position: relative;
    z-index: 1000000;
	background-color:#d9ffff;
	xbackground-image:url('images/home-banner-bg.jpg');
	xbackground-position: bottom center;
	xbackground-size: cover;
	xbackground-repeat:no-repeat;
	max-height:350px;
}
.masthead-home {
	background-image:url('images/home-banner-bg4.jpg');
	background-position: bottom center;
	xbackground-size: cover;
	background-repeat:no-repeat;
}
.masthead__logo {
	width:325px;
    xmargin: auto;
    padding: 2.5em 0;
}
.masthead__nav {
    font-weight: bold;
    text-align: center;
    padding-bottom: 30px;
	font-family:'gothambold';
}
.masthead__nav__menu {
    margin: 0;
    padding: 0;
    list-style: none;
}
.masthead__nav__menu > li + li {
    margin-left: 3em;
}
.masthead__nav__menu > li + li::before {
    content: "•";
    color: #404040;
    display: inline-block;
    font-size: 1em;
    position: absolute;
    left: -1.7em;
    top: 50%;
    margin-top: -0.6em;
}
.masthead__nav__menu li {
    display: inline-block;
    position: relative;
}
.masthead__nav__menu li:hover > ul {
    display: block;
}
.masthead__nav__menu li:last-child {
    background-image: none;
    margin-right: 0;
    padding-right: 0;
    border: 0;
}
.masthead__nav__menu li ul {
    position: absolute;
    top: 100%;
    left: -1em;
    z-index: 99;
    background-color: #6C8080;
    overflow: hidden;
    margin: 0;
    padding: 15px 0;
    min-width: 300px;
}
.masthead__nav__menu li ul li {
    text-align: left;
    width: 100%;
    float: none;
    position: relative;
    font-size: 0.765em;
    margin-right: 0;
    padding-right: 0;
    background-image: none;
}
.masthead__nav__menu li ul li a {
    padding: 10px 20px;
    line-height: 1em;
    color: #fff;
    display: block;
}
.masthead__nav__menu li ul li a:hover {
    opacity: 0.5;
}
.masthead__nav__menu li ul li a.active {
    color: #fff;
}
.masthead__nav__menu a {
    color: #404040;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 500;
    display: inline-block;
    padding: 0.5em 0;
    font-size: 17px;
}
.logo-container {
	max-width:1200px;
	margin:auto;
}
.hero {
	background-image:url('images/home-hero4.jpg');
	background-position: top center;
	xbackground-size: cover;
	background-repeat:no-repeat;
	xbackground-color: #231f20; 
	min-height: 100px;
    margin: auto;
    text-align: center;
}
.hero__headline {
    text-transform: uppercase;
    margin: 0 0 2em;
}
.hero__headline h1 {
    color: tan;
    font-weight: 200;
    font-size: 2rem;
    margin: 0 0 0.5em;
    letter-spacing: 0.025em;
}
.hero__headline a {
    color: #02a3da;
    letter-spacing: 0.25em;
}
.page-title {
    color: #c4b7a7;
    text-transform: uppercase;
	font-size:32px;
}
.tagline h1 {
	color:#fff;
	font-size:30px;
	text-transform: uppercase;
	margin: .2em 0;
}
.content {
    padding: 3em 0;
    background: #f9f1db;
    color: #000;
    font-size: 1.2em;
    overflow: hidden;
}
.active-grants-php .content {
    padding: 0 0;
    background: #f9f1db;
    color: #000;
    font-size: 1.2em;
    overflow: hidden;
}
.content__title {
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 4em;
    color: #b5cbc1;
}
.content__title h2 {
    font-weight: 300;
    font-size: 3em;
    margin: 0;
}
.content__title h3 {
    font-size: 1.6rem;
    letter-spacing: 0.15em;
}
.content__text p {
    font-size: 1rem;
    line-height: 1.8em;
}
.content__wrap {
    max-width: 1200px;
    margin: 0 auto;
    text-align: left;
}
.title__wrap {
    max-width: 1200px;
    margin: 0 auto;
    text-align: left;
}
.bottom {
    padding: 2em 0;
    background-color: #000;
    text-transform: uppercase;
    text-align: center;
    color: #5c5c5c;
}
.bottom__title {
    font-weight: 500;
    font-size: 1.5rem;
    letter-spacing: 0.1em;
	font-family:'gothambold';
	color:#b2ffff;
}
.bottom__title em {
    font-style: normal;
    color: #b2ffff;
    font-weight: 600;
	font-family:'gothamblack';
}
.bottom__contact {
    font-size: 1rem;
	color: #c4b7a7;
    letter-spacing: 0.1em;
    margin: 0;
	font-family:'gothambold';
}
.bottom__contact__phone {
    padding: 0 1em;
}

.bottom a{
    color: #5c5c5c;
}

.bottom a:hover{text-decoration: underline}

.salutations {
    display: flex;
    margin-top: 3em;
}
.salutations__item {
    margin-right: 2em;
}
.salutations__headshot {
    height: 225px;
    width: 175px;
    background-size: cover;
}
.salutations__signature {
    display: flex;
    align-items: center;
    height: 50px;
    vertical-align: middle;
    mix-blend-mode: multiply;
}
.salutations__signature img {
    max-width: 175px;
}

.grants__table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
.grants__table td {
    vertical-align: middle;
    font-size: .765em;
}
.grants__table h3 {
    font-size: 1em;
    font-weight: normal;
}
.grants__table td.two, .grants__table td.three, .grants__table td.four {
    padding-right: 1em;
    text-align: right;
}

.grants__table td.one, .grants__table td.two{
    text-align: left;
    padding-left: 1em;
}



.grants-header .grants__table thead{background-color: #a96c12 !important;}
.grants-header .grants__table  thead td{color: #fff; background-color: #a96c12;}
.grants-header .grants__table  .grants__table__item{border-top: 0; border-bottom: 1px solid #000}
.grants-header .grants__table{background-color: #efdecd; border: 1px solid #000;}
.grants-header {background-color:#e4e2c2 !important;}

.academic-medicine-and-bioscience-php .grants__table thead{background-color: #a96c12 !important;}
.academic-medicine-and-bioscience-php .grants__table  thead td{color: #fff; background-color: #a96c12;}
.academic-medicine-and-bioscience-php .grants__table  .grants__table__item{border-top: 0; border-bottom: 1px solid #000}
.academic-medicine-and-bioscience-php .grants__table{background-color: #efdecd; border: 1px solid #000;}


.health-policy-php .grants__table thead{background-color: #003764 !important;}
.health-policy-php .grants__table  thead td{color: #fff; background-color: #003764;}
.health-policy-php .grants__table  .grants__table__item{border-top: 0; border-bottom: 1px solid #000}
.health-policy-php .grants__table{background-color: #d7dde5; border: 1px solid #000;}


.health-of-the-jewish-community-php .grants__table thead{background-color: #5c3427 !important;}
.health-of-the-jewish-community-php .grants__table  thead td{color: #fff; background-color: #5c3427;}
.health-of-the-jewish-community-php .grants__table  .grants__table__item{border-top: 0; border-bottom: 1px solid #000}
.health-of-the-jewish-community-php .grants__table{background-color: #ded2cf; border: 1px solid #000;}


.health-of-the-urban-community-php .grants__table thead{background-color: #92832a !important;}
.health-of-the-urban-community-php .grants__table  thead td{color: #fff; background-color: #92832a;}
.health-of-the-urban-community-php .grants__table  .grants__table__item{border-top: 0; border-bottom: 1px solid #000}
.health-of-the-urban-community-php .grants__table{background-color: #eae3d2; border: 1px solid #000;}

.other-php .grants__table thead{background-color: #4c2f48 !important;}
.other-php .grants__table  thead td{color: #fff; background-color: #4c2f48;}
.other-php .grants__table  .grants__table__item{border-top: 0; border-bottom: 1px solid #000}
.other-php .grants__table{background-color: #d7d1d7; border: 1px solid #000;}

.grants__table td.three, .grants__table td.four, .grants__table td.five{
    padding-right: 1em;
    text-align: right;
}

.grants__table__headers {
    overflow: hidden;
    padding: 0;
    color: #221e1f;
    margin-bottom: 0;
}
.grants__table__headers p {
    padding-right: 10px;
    margin-bottom: 0;
}
.grants__table__headers td {
    color: #221e1f;
    font-weight: bold;
    text-transform: uppercase;
    padding: 1em 0 0.25em;
}
.grants__table__headers td.one {
    width: 35% !important;
    max-width: 35%;
}
.grants__table__headers td.two{
    width: 25% !important;
    max-width: 25%;
    text-align: left;
}
.grants__table__headers td.three {
    width: 25% !important;
    max-width: 25%;
}
.grants__table__headers td.four {
    width: 15% !important;
    max-width: 15%;
}

.grants__table__item td {
    padding: 1em 0;
}
.grants__table__item__institution {
    margin: 0;
    padding-right: 1em;
}
.grants__table__item__institution a {
    color: #b5cbc1;
}
.grants__table__item__institution a:hover {
    text-decoration: underline;
}
.grants__table__item__description {
    margin-bottom: 0;
    font-weight: 300;
}

/* Endowment Funds & Contributing Funds List */

.funding-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 1.4rem;
}
.funding-list ul li {
    padding: 0.25em 0;
}
.funding-list ul li ul {
    margin-left: 2em;
}
.funding-list ul li ul li:first-child {
    margin-top: 0.5em;
}

/* Leadership List */

.leadership-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 1.4rem;
	color: #000;
}
.leadership-list ul li {
    padding: 0;
}
.leadership-list ul li ul {
    margin-left: 2em;
}
.leadership-list ul li ul li:first-child {
    margin-top: 0.5em;
}
.leadership-list ul li .title {
    font-weight: bold;
    display: block;
	margin-bottom: 30px;
	color: #000;
	font-family:'univers67_bold_condensed';
	font-size: 1.2rem;
}

/* Financial Reports */

.statement-of-activities-php .financial-report__table td h2 {font-family:'univers47_light_condensed';font-weight:400;}

.xfinancial-report {
    font-size: 1rem;
}
.financial-report__table {
    width: 100%;
    margin: 0 auto;
    border-collapse: separate;
}
.financial-report__table thead {
    text-transform: uppercase;
    font-weight: bold;
}

.financial-report__table thead td {
    vertical-align: bottom;
    padding-top: 0em;
}
.financial-report__table thead td h4 {
    font-size: .875em;
}

.financial-report__table td h2 {
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 40px;
	font-family:'univers67_bold_condensed';
}
.financial-report__table tfoot td {
    padding: 2em 0;
}
.financial-report__table td.value,
.financial-report__table td.dollar {
    text-align: right;
    width: 1%;
    white-space: nowrap;
}
.financial-report__line-item td.side-border, .financial-report__totals td.side-border, .financial-report__line-item-spacer td.side-border {
	border-left:solid 2px #000;
}

.financial-report__table td.col-label {
    vertical-align: bottom;
    padding: 5px 30px;
    font-size: 1.1rem;
    text-align: right;
}
.financial-report__table td{
	font-size: 1.25em
}
.financial-report__table td.border2 span {
    display: block;
    padding-bottom: 5px;
    border-bottom: 2px solid #000;
}
.financial-report__table td.border2 span span{
	float: left;
	padding: 0; 
	border: 0; 
	display: inline-block;
}
.financial-report__table--activities {
    width: 100%;
}
.financial-report__category {
    margin: 1.5em 0 0;
    padding-right: 1em;
    font-weight: normal;
    font-size: 1.8rem;
    text-transform: uppercase;
}

.financial-report__line-item .label {
    padding-left: 40px;
}
.financial-report__line-item td.border,
.financial-report__totals td.border{
    border-bottom: 2px solid #231f20;
}
.financial-report__line-item-spacer td{
    padding: 30px 0 0 0;
}
.financial-report__line-item td.dollar,
.financial-report__line-item td.value,
.financial-report__totals td.dollar,
.financial-report__totals td.value {
    padding: 5px 10px 5px 30px;
}

.financial-report__line-item td.dollar,
.financial-report__totals td.dollar{
    padding-left: 0;
}

.financial-report__line-item td {
    padding: 5px 0;
    padding-right: 1em;
}
.financial-report__line-item .financial-report__category {
    padding: 0.5em 0;
    padding-right: 1em;
    margin: 0;
}
.statement-of-activities-php .financial-report__line-item .financial-report__category{
    padding: 0 0;
}

.statement-of-activities-php tbody tr:nth-child(2) td h2.financial-report__category{
    padding: 0 !important;
    margin: 5px 0;
}

.statement-of-activities-php tr td:nth-child(2),
.statement-of-activities-php tr td:nth-child(3),
.statement-of-activities-php tr td:nth-child(4){min-width: 160px !important}
.statement-of-activities-php .col-label span{display: block !important; width: 100% !important; font-weight: bold; font-family:'univers67_bold_condensed';font-size:1.2em;}
.statement-of-activities-php .col-label{padding: 5px 0 5px 30px !important; text-align: right;}

.financial-report__line-item .financial-report__category span.small{
    font-weight: normal; font-size: 1em; text-transform: none;
}
.financial-report__line-item--indent .label {
    padding-left: 1.5em;
}
.financial-report__line-item.financial-report__line-item--indent td:first-child {
    padding-left: 70px;
}
.financial-report__totals {
    text-transform: uppercase;
}


#mobile {
    display: none;
    margin: 0;
}
.upstream {
    text-align: center;
}
.home-image .wrap {
    text-align: center;
}
.home-image h1 {
    font-size: 1.2em;
    cursor: pointer;
}
.home-image h1 div {
    margin: 20px 0;
}
.home-image .wrap {
    color: #c3eeff;
    text-transform: uppercase;
}
.home-image .wrap span {
    color: #ff99d0;
}
.home-image img {
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
}
.active-grants #content ul li a {
    color: #221e1f;
}
ul.brown-bullets {
    color: #996b4c;
}
ul.brown-bullets strong {
    color: #000;
}
.subpage header {
    color: #9a6c4c;
    padding: 20px 0;
}
.board header,
.financial header {
    color: #fff;
}
.ros .report-text {
    font-size: 1.1em;
    overflow: hidden;
    padding: 4%;
    margin: 0 4%;
    color: #4f5054;
    line-height: 1.5em;
}
.ros .report-text h2 {
    font-size: 1em !important;
    font-weight: bold !important;
    color: #221e1f;
}
.ros .signature {
    float: left;
}
.ros strong {
    color: #fff;
}
.ros .report-text a {
    font-weight: bold;
    color: #4f5054;
}
.ros .report-text a:hover {
    text-decoration: underline;
}
.board #content {
    padding: 0;
}
.board {
    width: 100% !important;
}
.board td {
    width: 33%;
    padding: 0 30px;
}
.board td:nth-child(2) {
    background-color: rgba(255, 255, 255, 0.5);
}
.board .board {
    width: 66%;
    color: #6d6e71;
    margin-left: 10px;
    padding-top: 50px;
}
.board .title {
    color: #000;
    display: block;
}
.board .left {
    font-size: 1.5em;
}
.board .right {
    font-size: 1.5em;
}
.board .administration {
    color: #6d6e71;
    font-size: 1.5em;
    padding-top: 50px;
}
.board h2 {
    color: #fff;
    font-weight: 700 !important;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-size: 1em !important;
}
.board h3 {
    color: #6d6e71;
}
.board .page-title,
.funds .page-title {
    color: #fff;
    text-align: center;
    margin: 30px 0;
    font-weight: 300;
}
.board .page-title h1,
.funds h1 {
    font-size: 4em;
    font-family: "nimbus-sans-condensed";
    font-weight: 300;
}
.memory {
    display: block;
    font-weight: bold;
    color: #000;
    font-size: 1em;
}
.signature {
    max-width: 200px;
    float: none;
    margin-right: 30px;
}
.signature img {
    max-width: 90%;
    height: auto;
    margin-bottom: 20px;
}
div.sig {
    height: 60px;
}
.subpage .grant-links,
.funds-links {
    padding: 10px 0 30px 0;
    margin: 0 4%;
}
.subpage .grant-links h1,
.funds-links h1 {
    font-size: 1em;
    width: 150px;
    font-weight: bold;
}
.subpage .grant-links ul,
.funds-links ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    float: left;
}
.subpage .grant-links ul li,
.funds-links ul li {
    display: inline-block;
    border-right: 1px solid #996b4c;
    padding: 0 10px;
    line-height: 1;
}
.subpage .grant-links ul li:first-child {
    padding-left: 0;
}
.subpage .grant-links ul li a,
.funds-links ul li a {
    color: #000;
}
.subpage .grant-links ul li a:hover,
.subpage .grant-links ul li a.active,
.funds-links ul li a:hover,
.funds-links ul li a.active {
    text-decoration: underline;
}
.subpage .grant-links ul li:last-child,
.funds-links ul li:last-child {
    border: 0;
}
.grant-title h2,
.page-title h1 {
    font-size: 4em;
    font-weight: 300;
    color: #877e80;
}
.funds #content {
    line-height: 1.5;
    overflow: hidden;
    padding-top: 50px;
    color: #231f20;
}
.funds br {
    clear: both;
}
.funds .left {
    width: 48%;
    float: left;
}
.funds .right {
    width: 46%;
    float: right;
    padding-left: 2%;
    padding-right: 2%;
}
.funds .tabbed {
    padding: 0 30px;
    margin: 0;
}
.funds .line-break {
    display: block;
    height: 1px;
    margin-top: 5px;
    margin-bottom: 5px;
}
table.activities,
table.financial-position,
table.board {
    width: 100% !important;
}
.financial #content table.activities {
    font-size: 1em !important;
}
.financial #content table.activities h2 {
    border: 0;
    margin: 0;
    padding: 0;
    font-size: 1em;
}
.financial #content span.border {
    border-bottom: 3px solid #918f90;
}
.financial .number {
    text-align: right;
}
.financial .dollar-sign {
    float: left;
}
.financial .header {
    text-align: right;
    vertical-align: bottom;
}
.financial span.border {
    display: block;
    width: 120px;
    float: right;
}
.financial span.border-small {
    float: left;
    width: 75%;
    padding-bottom: 3px;
}
.financial .indent {
    padding-left: 30px;
}
.financial .indent2 {
    padding-left: 60px;
}
table.grants td.two,
.activity td:nth-child(1n + 2),
.financial-position td:nth-child(1n + 2) {
    background-color: rgba(255, 255, 255, 0.5);
}
table.grants td.four {
    background-color: rgba(255, 255, 255, 0.5);
}
.activity #content,
.financial #content {
    padding-bottom: 0;
}
.activity td:nth-child(1n + 2) {
    padding: 0 15px;
}
.activity tbody tr:last-child td,
.financial-position tbody tr:last-child td {
    padding-bottom: 100px;
    vertical-align: top;
}
.activity #content tbody tr:last-child td span.border {
    border-top: 3px solid #918f90;
    border-bottom: 0;
}
.financial-position td:nth-child(3) {
    padding-right: 40px;
}
.financial-position td:nth-child(2) {
    padding-left: 40px;
}
#content .financial-position span.border {
    width: 100%;
    border-color: #221e1f;
    margin-bottom: 20px;
}
.financial-position td:nth-child(2) {
    max-width: 120px;
}
.financial-position td:nth-child(3) {
    max-width: 180px;
}
.funds #content {
    padding: 0;
}
img.mitchell-susan {
    float: left;
    margin: 23px 23px 0 0;
}
.ros #content .wrap {
    line-height: 1.8em;
}
#mobile {
    display: none;
}
#video {
    display: none;
    position: fixed;
    top: 0;
    left: -20%;
    width: 140%;
    height: 100%;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.9);
}
#close-video {
    color: #fff;
    font-weight: bold;
    position: absolute;
    right: 0;
    z-index: 99999;
    top: -30px;
    background-color: #000;
    padding: 0;
    cursor: pointer;
}
#video video {
    margin: 0;
}
#video table {
    width: 100%;
    height: 100%;
}
#video table td {
    vertical-align: middle;
    position: relative;
}
iframe {
    max-width: 100%;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    max-width: 560px;
}
.video-wrapper {
    max-width: 560px;
    max-height: 315px;
    margin: 0 auto;
}
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
@media screen and (max-width: 1000px) {
    nav ul {
        font-size: 0.765em;
    }
    #keith-and-mitch #chai-impact {
        display: block;
        position: absolute;
        bottom: -37.5%;
        z-index: 10;
        height: auto;
        width: 100%;
        text-align: center;
    }
    #chai-impact img {
        width: auto;
        max-width: 50%;
    }
}
@media screen and (max-width: 960px) {
    table.board {
        font-size: 0.875em !important;
    }
}
@media screen and (max-width: 820px) {
    table.board {
        font-size: 0.765em !important;
    }
}
@media screen and (max-width: 720px) {
    table.board {
        font-size: 0.565em !important;
    }
    table.financial-position tr td {
        font-size: 0.875em;
        padding: 0 0 15px 0 !important;
    }
    table.financial-position tr td {
        max-width: auto !important;
    }
}
@media screen and (min-width: 601px) {
    nav ul {
        display: block !important;
    }
    nav ul li > ul {
        display: none !important;
    }
    nav ul li:hover > ul {
        display: block !important;
    }
}
@media screen and (max-width: 600px) {
    nav ul {
        display: block;
    }
    #mobile {
        position: absolute;
        right: 20px;
        top: 110px;
        z-index: 9999;
        display: block;
        
    }
    #mobile img {
        width: 30px;
        height: auto;
    }
	
	.content__text{padding-left: 20px; padding-right: 20px;}
	
	
.masthead__nav {
    position: absolute;
    top: 0;
    background-color: #004026;
    width: 100%;
    padding-top: 150px;
    font-size: 1.5em;
    z-index: 10;
	display: none;
}
.masthead__nav__menu > li + li {
    margin-left: 0em;
}
.masthead__nav__menu > li + li::before {
    content: none;
}
.masthead__nav__menu li {
    display: block;
    position: relative;
    text-align: left;
}
.masthead__nav__menu li:hover > ul {
    display: block;
}
.masthead__nav__menu li:last-child {
    background-image: none;
    margin-right: 0;
    padding-right: 0;
    border: 0;
}
    
    
.masthead__nav__menu li ul {
    position: relative;
    top: auto;
    left: auto;
    min-width: auto;
    z-index: 99;
    background-color: #004026;
    overflow: hidden;
    margin: 0;
    padding: 0;
    display: block;
}
.masthead__nav__menu li ul li {
    text-align: left;
    width: auto !important;
    float: none;
    position: relative;
    font-size: 1em;
    margin-right: 0;
    padding: 0 10%;
    background-image: none;
    max-width: 80%; 
    overflow: hidden;
}
.masthead__nav__menu li ul li a {
    padding: 10px 0;
    line-height: 1em;
    color: #fff;
    display: block;
}
.masthead__nav__menu li ul li a:hover {
    opacity: 0.5;
}
.masthead__nav__menu li ul li a.active {
    color: #fff;
}
.masthead__nav__menu a {
    color: #636466;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 500;
    display: block;
    padding: 10px 20px;
    font-size: 1em;
    color: #fff;
}


    body {
        font-size: 14px;
    }
    img {
        max-width: 100%;
        height: auto;
    }
    #blue-background img {
        max-width: none;
    }
    .top h1 {
        text-align: center;
        padding-left: 4%;
    }
	
    .subpage.ros #content {
        padding-top: 130px;
    }
    #keith-and-mitch #chai-impact {
        display: block;
        position: absolute;
        bottom: -53%;
        z-index: 10;
        height: auto;
        width: 100%;
        text-align: center;
    }
    #chai-impact img {
        width: 70%;
        max-width: 70%;
    }
    table.funding,
    table.board {
        display: block;
    }
    table.funding td,
    table.board td {
        display: block;
        width: 100%;
        background-color: transparent !important;
        background-image: none !important;
    }
    table.board {
        font-size: 1em !important;
        margin-bottom: 100px;
    }
    table.financial-position td:nth-child(1n + 2) {
        background-color: transparent;
    }
    table.activities td {
        background-color: transparent !important;
    }
    footer {
        padding: 50px 0;
    }
    .subpage .grant-links ul li,
    .subpage .funds-links ul li {
        display: block;
        border: 0;
        margin-bottom: 10px;
    }
    .grant-headers {
        display: none;
    }
    .funds .left {
        width: 100%;
        float: none;
    }
    .funds .right {
        width: 100%;
        float: none;
        border: 0;
        padding: 0;
    }
    .financial-list a {
        display: block;
    }
    .financial-list a:first-child {
        margin-right: 0px;
        margin-bottom: 20px;
    }
    .board .board {
        float: none;
        width: 92%;
    }
    .board .left {
        float: none;
        width: 100%;
    }
    .board .right {
        float: none;
        width: 100%;
    }
    .board .administration {
        float: none;
        margin-left: 10px;
    }
    .directors-border {
        border: 0 !important;
    }
    table.financial-position tr td {
        font-size: 14px !important;
        padding: 0 0 15px 0 !important;
    }
    table.respond {
        border: 0;
        width: 90%;
    }
    table.respond thead {
        display: none;
    }
    table.respond tr {
        margin-bottom: 10px;
        display: block;
    }
    table.respond td {
        padding: 2% !important;
        display: block;
        text-align: right;
        font-size: 13px;
        width: 96% !important;
        border-bottom: 1px dotted #000;
        min-height: 35px;
        border-right: 0 !important;
    }
    table.respond .one {
        text-align: left;
        font-size: 1.2em;
    }
    table.respond td:last-child {
        border-bottom: 0;
    }
    table.respond td.two:before,
    table.respond td.three:before,
    table.respond td.four:before,
    table.activities.respond td:before {
        content: attr(data-label);
        float: left;
        text-transform: uppercase;
        font-weight: bold;
        color: #000;
        font-size: 0.8em;
    }
    table.activities td {
        font-size: 1em;
        border-bottom: 1px dotted #000;
    }
    table.activities td:first-child {
        font-weight: bold;
        text-align: left !important;
    }
    table.respond .mobile-hide {
        display: none;
    }
}

.academic-medicine-and-bioscience-php h1,
.health-policy-php h1,
.health-of-the-jewish-community-php h1,
.health-of-the-urban-community-php h1,
.other-php h1, .grants-header h1
{text-align: center;}

.academic-medicine-and-bioscience-php h2,
.health-policy-php h2,
.health-of-the-jewish-community-php h2,
.health-of-the-urban-community-php h2,
.other-php h2, .grants-header h2
{font-size: 1em; text-transform: uppercase;}


.tagline{
    background-color: #231f20; 
    color: #fff;
    text-align: center;
    font-family: "gothambold";
    font-size: 2em;
    padding: 20px 0;
    line-height: 1em;
}

.active-grants-php .tagline{
    background-color: #d9ffff; 
    color: #000;
    text-align: center;
    font-family: "gothambold";
    font-size: 2em;
    padding: 20px 0;
    line-height: 1em;
}
	
.active-grants-php .tagline h1 {
	color:#000;
}


.tagline span{position: absolute; bottom: 25px; line-height: 0; padding-left: 10px; font-size: .5em;}
video::-webkit-media-controls-start-playback-button {
    display: none;
}

video {
  /* override other styles to make responsive */
  width: 100%    !important;
  height: auto   !important;
  pointer-events: none;
}

.row {
  display: flex;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.column {
  flex: 50%;
  max-width:600px;
  xmin-width:400px;
}
.column-video {
  flex: 50%;
  padding:20px 20px;
}
.column-left-50 {
	padding-right:20px;
}
.column-right-50 {
	padding-left:20px;
}
.play-icon {
	max-height:25px;
	margin-bottom:5px;
}
.bold-body {
	font-family: 'univers67_bold_condensed', "Montserrat", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.red-link {
	color:#ff0000 !important;
}
.mb40 {
	margin-bottom:40px;
}
.mt40 {
	margin-top:40px;
}

.column-one {
  float: left;
  padding: 10px;
  width:25%;
}

.column-two {
  float: left;
  padding: 10px;
  width:30%;
  background-color: rgba(255, 255, 255, 0.5);
}

.column-three {
  float: left;
  padding: 10px;
  width:17%;
  text-align:right;
}

.column-four {
  float: left;
  padding: 10px;
  width:17%;
  background-color: rgba(255, 255, 255, 0.5);
  text-align:right;
}

.column-five {
  float: left;
  padding: 10px;
  width:11%;
  text-align:right;
}

.custom-link22 {text-decoration:underline;color:#205e9f;font-weight:bold;}

.grants-border-bottom {border-bottom:dotted 1px #000;}

.grants-title-wrap {background-color:#000 !important;color:#fff !important;}
.grants-title-wrap h2 {font-size:18px;text-transform:uppercase;padding-top:10px;}

.academic-medicine-and-bioscience-wrap {background-color:#e4e2c2 !important;}
.health-policy-wrap {background-color:#bce5dd !important;}
.health-of-the-jewish-community-wrap {background-color:#cac4cc !important;}
.health-of-the-urban-community-wrap {background-color:#f3e2cc !important;}
.other-wrap {background-color:#c5dce5 !important;}

.entry-info {font-size:10px;}

.content__wrap .column-one, .content__wrap .column-two, .content__wrap .column-three, .content__wrap .column-four, .content__wrap .column-five {
	font-size:.8em;
}

.active-grants-php .grants-title-wrap .column-one, .active-grants-php .grants-title-wrap .column-two, .active-grants-php .grants-title-wrap .column-three, .active-grants-php .grants-title-wrap .column-four, .active-grants-php .grants-title-wrap .column-five {
	font-size:1em;
}
.hero-mobile {display:none;}


@media screen and (max-width: 1000px) {
    .hero {display:none;}
	.hero-mobile {display:block;}
}
@media screen and (max-width: 1000px) {
.column {
	padding-left:10px;width:100%;float:left;
}
.row {display:block}

.active-grants-php .row {display: flex;} 

.active-grants-php .column {
  flex: 50%;
  max-width:600px;
  xmin-width:400px;
}

.masthead-home {
	background-image:none;
	background-position: bottom center;
	xbackground-size: cover;
	background-repeat:no-repeat;

}