/*!
 * 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("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: #fff;
}
[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: #b5cbc1;
}
body {
    font-size: 16px;
    line-height: 1.3;
    position: relative;
    font-family: "Montserrat", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    color: #c4b7a7;
}
img {
    max-width: 100%;
}
.masthead {
    position: relative;
    z-index: 1000000;
}
.masthead__logo {
    width: 250px;
    margin: auto;
    padding: 2.5em 0;
}
.masthead__nav {
    font-weight: bold;
    text-align: center;
    padding-bottom: 30px;
}
.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: #636466;
    display: inline-block;
    font-size: 1.4em;
    position: absolute;
    left: -1.4em;
    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: #004026;
    overflow: hidden;
    margin: 0;
    padding: 15px 0;
    min-width: 150%;
}
.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: #636466;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 500;
    display: inline-block;
    padding: 0.5em 0;
    font-size: 1.35em;
}
.hero {
	background-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;
}
.content {
    padding: 3em 0;
    background: #fff;
    color: #231f20;
    font-size: 1.1em;
    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: 900px;
    margin: 0 auto;
    text-align: left;
}
.bottom {
    padding: 2em 0;
    background-color: #b5cbc1;
    text-transform: uppercase;
    text-align: center;
    color: #5c5c5c;
}
.bottom__title {
    font-weight: 500;
    font-size: 1.5rem;
    letter-spacing: 0.1em;
}
.bottom__title em {
    font-style: normal;
    color: #5c5c5c;
    font-weight: 600;
}
.bottom__contact {
    font-size: 0.9rem;
    letter-spacing: 0.1em;
    margin: 0;
}
.bottom__contact__phone {
    padding: 0 1em;
}

.bottom a{
    color: #5c5c5c;
}

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

.salutations {
    display: flex;
    margin-top: 4em;
}
.salutations__item {
    margin-right: 4em;
}
.salutations__headshot {
    height: 225px;
    width: 150px;
    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;
}

.academic-medicine-and-bioscience-php .grants__table,
.health-policy-php .grants__table,
.health-of-the-jewish-community-php .grants__table,
.health-of-the-urban-community-php .grants__table,
.other-php .grants__table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
.academic-medicine-and-bioscience-php .grants__table td,
.health-policy-php .grants__table td,
.health-of-the-jewish-community-php .grants__table td,
.health-of-the-urban-community-php .grants__table td,
.other-php .grants__table td {
    vertical-align: middle;
    font-size: .765em;
}
.academic-medicine-and-bioscience-php .grants__table h3,
.health-policy-php .grants__table h3,
.health-of-the-jewish-community-php .grants__table h3,
.health-of-the-urban-community-php .grants__table h3,
.other-php .grants__table h3 {
    font-size: 1em;
    font-weight: normal;
}
.academic-medicine-and-bioscience-php .grants__table td.two,
.academic-medicine-and-bioscience-php .grants__table td.three,
.academic-medicine-and-bioscience-php .grants__table td.four,
.health-policy-php .grants__table td.two,
.health-policy-php .grants__table td.three,
.health-policy-php .grants__table td.four,
.health-of-the-jewish-community-php .grants__table td.two,
.health-of-the-jewish-community-php .grants__table td.three,
.health-of-the-jewish-community-php .grants__table td.four,
.health-of-the-urban-community-php .grants__table td.two,
.health-of-the-urban-community-php .grants__table td.three,
.health-of-the-urban-community-php .grants__table td.four,
.other-php .grants__table td.two,
.other-php .grants__table td.three,
.other-php .grants__table td.four {
    padding-right: 1em;
    text-align: right;
}

.academic-medicine-and-bioscience-php .grants__table td.one,
.academic-medicine-and-bioscience-php .grants__table td.two,
.health-policy-php .grants__table td.one,
.health-policy-php .grants__table td.two,
.health-of-the-jewish-community-php .grants__table td.one,
.health-of-the-jewish-community-php .grants__table td.two,
.health-of-the-urban-community-php .grants__table td.one,
.health-of-the-urban-community-php .grants__table td.two,
.other-php .grants__table td.one,
.other-php .grants__table td.two{
    text-align: left;
    padding-left: 1em;
}

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

.academic-medicine-and-bioscience-php .grants__table td.three,
.academic-medicine-and-bioscience-php .grants__table td.four,
.academic-medicine-and-bioscience-php .grants__table td.five,
.health-policy-php .grants__table td.three,
.health-policy-php .grants__table td.four,
.health-policy-php .grants__table td.five,
.health-of-the-jewish-community-php .grants__table td.three,
.health-of-the-jewish-community-php .grants__table td.four,
.health-of-the-jewish-community-php .grants__table td.five,
.health-of-the-urban-community-php .grants__table td.three,
.health-of-the-urban-community-php .grants__table td.four,
.health-of-the-urban-community-php .grants__table td.five,
.other-php .grants__table td.three,
.other-php .grants__table td.four,
.other-php .grants__table td.five{
    padding-right: 1em;
    text-align: right;
}

.academic-medicine-and-bioscience-php .grants__table__headers,
.health-policy-php .grants__table__headers,
.health-of-the-jewish-community-php .grants__table__headers,
.health-of-the-urban-community-php .grants__table__headers,
.other-php .grants__table__headers {
    overflow: hidden;
    padding: 0;
    color: #221e1f;
    margin-bottom: 0;
}
.academic-medicine-and-bioscience-php .grants__table__headers p,
.health-policy-php .grants__table__headers p,
.health-of-the-jewish-community-php .grants__table__headers p,
.health-of-the-urban-community-php .grants__table__headers p,
.other-php .grants__table__headers p {
    padding-right: 10px;
    margin-bottom: 0;
}
.academic-medicine-and-bioscience-php .grants__table__headers td,
.health-policy-php .grants__table__headers td,
.health-of-the-jewish-community-php .grants__table__headers td,
.health-of-the-urban-community-php .grants__table__headers td,
.other-php .grants__table__headers td {
    color: #221e1f;
    font-weight: bold;
    text-transform: uppercase;
    padding: 1em 0 0.25em;
}
.academic-medicine-and-bioscience-php .grants__table__headers td.one,
.health-policy-php .grants__table__headers td.one,
.health-of-the-jewish-community-php .grants__table__headers td.one,
.health-of-the-urban-community-php .grants__table__headers td.one,
.other-php .grants__table__headers td.one {
    width: 35% !important;
    max-width: 35%;
}
.academic-medicine-and-bioscience-php .grants__table__headers td.two,
.health-policy-php .grants__table__headers td.two,
.health-of-the-jewish-community-php .grants__table__headers td.two,
.health-of-the-urban-community-php .grants__table__headers td.two,
.other-php .grants__table__headers td.two{
    width: 25% !important;
    max-width: 25%;
    text-align: left;
}
.academic-medicine-and-bioscience-php .grants__table__headers td.three,
.health-policy-php .grants__table__headers td.three,
.health-of-the-jewish-community-php .grants__table__headers td.three,
.health-of-the-urban-community-php .grants__table__headers td.three,
.other-php .grants__table__headers td.three {
    width: 25% !important;
    max-width: 25%;
}
.academic-medicine-and-bioscience-php .grants__table__headers td.four,
.health-policy-php .grants__table__headers td.four,
.health-of-the-jewish-community-php .grants__table__headers td.four,
.health-of-the-urban-community-php .grants__table__headers td.four,
.other-php .grants__table__headers td.four {
    width: 15% !important;
    max-width: 15%;
}

.academic-medicine-and-bioscience-php .grants__table__item td,
.health-policy-php .grants__table__item td,
.health-of-the-jewish-community-php .grants__table__item td,
.health-of-the-urban-community-php .grants__table__item td,
.other-php .grants__table__item td {
    padding: 1em 0;
}
.academic-medicine-and-bioscience-php .grants__table__item__institution,
.health-policy-php .grants__table__item__institution,
.health-of-the-jewish-community-php .grants__table__item__institution,
.health-of-the-urban-community-php .grants__table__item__institution,
.other-php .grants__table__item__institution {
    margin: 0;
    padding-right: 1em;
}
.academic-medicine-and-bioscience-php .grants__table__item__institution a,
.health-policy-php .grants__table__item__institution a,
.health-of-the-jewish-community-php .grants__table__item__institution a,
.health-of-the-urban-community-php .grants__table__item__institution a,
.other-php .grants__table__item__institution a {
    color: #b5cbc1;
}
.academic-medicine-and-bioscience-php .grants__table__item__institution a:hover,
.health-policy-php .grants__table__item__institution a:hover,
.health-of-the-jewish-community-php .grants__table__item__institution a:hover,
.health-of-the-urban-community-php .grants__table__item__institution a:hover,
.other-php .grants__table__item__institution a:hover {
    text-decoration: underline;
}
.academic-medicine-and-bioscience-php .grants__table__item__description,
.health-policy-php .grants__table__item__description,
.health-of-the-jewish-community-php .grants__table__item__description,
.health-of-the-urban-community-php .grants__table__item__description,
.other-php .grants__table__item__description {
    margin-bottom: 0;
    font-weight: 300;
}

.endowment-funds-php h1,
.contributing-funds-php h1 {
		text-align: center; padding-bottom: 30px;
}

.endowment-funds-php .funding-list__table,
.contributing-funds-php .funding-list__table {
    width: 100%;
}
.endowment-funds-php .funding-list__table ul,
.contributing-funds-php .funding-list__table ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 1rem;
}
.endowment-funds-php .funding-list__table ul li,
.contributing-funds-php .funding-list__table ul li {
    padding: 0.25em 0;
    text-indent: -2em;
    padding-left: 2em;
}
.endowment-funds-php .funding-list__table ul li ul,
.contributing-funds-php .funding-list__table ul li ul {
    margin-left: 2em;
}
.endowment-funds-php .funding-list__table ul li ul li:first-child,
.contributing-funds-php .funding-list__table ul li ul li:first-child {
    margin-top: 0.5em;
}
.endowment-funds-php .funding-list__table td,
.contributing-funds-php .funding-list__table td {
    width: 50%;
    padding: 0 40px;
    vertical-align: top;
}
.financial-report-php .content,
.statement-of-activities-php .content {
    padding: 0;
}
.financial-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;
}

.page-title__nav{margin-top: 20px;}
.page-title__nav a{color: #231f20; font-size: .765em;}
.page-title__nav a:hover{text-decoration: underline}
.page-title__nav a:first-child{display: block; float: left;}
.page-title__nav a:last-child{display: block; float: right;}

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

.financial-report__table td h2 {
    font-size: .875em;
    font-weight: bold;
    margin-bottom: 40px;
}
.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__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: 5px 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 0 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: 20px 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}
.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;
}
.leadership-php .leadership-list__table {
    width: 100%;
}
.leadership-php .leadership-list__table ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 1em;
	color: #6c6d71
}
.leadership-php .leadership-list__table ul li {
    padding: 0.25em 0;
}
.leadership-php .leadership-list__table ul li .title {
    font-weight: bold;
    display: block;
	margin-bottom: 30px;
	color: #000
}
.leadership-php .leadership-list__table ul li ul {
    margin-left: 2em;
}
.leadership-php .leadership-list__table ul li ul li:first-child {
    margin-top: 0.5em;
}
.leadership-php .leadership-list__table td {
    width: 33%;
    padding: 0 40px;
    vertical-align: top;
}

.leadership-php .leadership-list__table ul .brown{color: #31260f}

.leadership-list__table{margin-top: 30px;}
.leadership-php h1{text-align: center;}
.leadership-php h2{font-size: 1em}

#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
{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
{font-size: 1em; text-transform: uppercase;}


.academic-medicine-and-bioscience-php .content__wrap,
.health-policy-php  .content__wrap,
.health-of-the-jewish-community-php   .content__wrap,
.health-of-the-urban-community-php   .content__wrap,
.other-php   .content__wrap
{width: auto; max-width: 1400px; padding: 0 20px;}

.endowment-funds-php  .content__wrap,
.contributing-funds-php  .content__wrap
{width: auto; max-width: 1200px; padding: 0 20px;}

.leadership-php .content__wrap
{width: auto; max-width: 1100px; padding: 0 20px;}

.financial-report-php .content__wrap,
.statement-of-activities-php .content__wrap{
	max-width: 960px;
    padding: 0 20px;
}


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


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