@import url("https://fast.fonts.net/lt/1.css?apiType=css&c=9c1cc1ae-2d40-4bc1-9cb6-3665615ed230&fontids=1488880,1488890,1488916");

@font-face {
    font-family: Helvetica Neue Light;
    src: url(../fonts/1488880/8827e223-8d96-4750-8b0c-8ef828fb1f0f.eot?#iefix);
    src: url(../fonts/1488880/8827e223-8d96-4750-8b0c-8ef828fb1f0f.eot?#iefix) format("eot"), url(../fonts/1488880/0128d8b7-d00b-4315-8daa-970f97ecac64.woff2) format("woff2"), url(../fonts/1488880/803af1a9-a09b-4de5-ba36-e3d228fb5bc4.woff) format("woff"), url(../fonts/1488880/831880ae-4958-487d-bc2f-aa2c1a0636e7.ttf) format("truetype")
}

@font-face {
    font-family: Helvetica Neue Roman;
    src: url(../fonts/1488890/bf7ef4ce-de2a-4213-a9d7-826a3ee323cd.eot?#iefix);
    src: url(../fonts/1488890/bf7ef4ce-de2a-4213-a9d7-826a3ee323cd.eot?#iefix) format("eot"), url(../fonts/1488890/3dac71eb-afa7-4c80-97f0-599202772905.woff2) format("woff2"), url(../fonts/1488890/34e0e4c0-c294-49bb-9a8e-1b2cafd54e32.woff) format("woff"), url(../fonts/1488890/8a8bfee3-197c-4942-9b11-71508cc9f406.ttf) format("truetype")
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #1565c0;
    border: 0;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 16px;
    font-size: 1rem;
    -webkit-font-smoothing: antialiased;
    font-weight: 600;
    line-height: 1;
    padding: .75em 1.5em;
    text-decoration: none;
    transition: background-color .15s ease;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap
}

[type=button]:focus,
[type=button]:hover,
[type=reset]:focus,
[type=reset]:hover,
[type=submit]:focus,
[type=submit]:hover,
button:focus,
button:hover {
    background-color: #11519a;
    color: #fff
}

[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled,
button:disabled {
    cursor: not-allowed;
    opacity: .5
}

[type=button]:disabled:hover,
[type=reset]:disabled:hover,
[type=submit]:disabled:hover,
button:disabled:hover {
    background-color: #1565c0
}

fieldset {
    background-color: transparent;
    border: 0;
    margin: 0;
    padding: 0
}

legend {
    padding: 0
}

label,
legend {
    font-weight: 600;
    margin-bottom: .375em
}

label {
    display: block
}

input,
select,
textarea {
    display: block;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 16px;
    font-size: 1rem
}

[type=color],
[type=date],
[type=datetime-local],
[type=datetime],
[type=email],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
input:not([type]),
select[multiple],
textarea {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .06);
    box-sizing: border-box;
    margin-bottom: .75em;
    padding: .5em;
    transition: border-color .15s ease;
    width: 100%
}

[type=color]:hover,
[type=date]:hover,
[type=datetime-local]:hover,
[type=datetime]:hover,
[type=email]:hover,
[type=month]:hover,
[type=number]:hover,
[type=password]:hover,
[type=search]:hover,
[type=tel]:hover,
[type=text]:hover,
[type=time]:hover,
[type=url]:hover,
[type=week]:hover,
input:not([type]):hover,
select[multiple]:hover,
textarea:hover {
    border-color: #b1b1b1
}

[type=color]:focus,
[type=date]:focus,
[type=datetime-local]:focus,
[type=datetime]:focus,
[type=email]:focus,
[type=month]:focus,
[type=number]:focus,
[type=password]:focus,
[type=search]:focus,
[type=tel]:focus,
[type=text]:focus,
[type=time]:focus,
[type=url]:focus,
[type=week]:focus,
input:not([type]):focus,
select[multiple]:focus,
textarea:focus {
    border-color: #1565c0;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .06), 0 0 5px rgba(18, 89, 169, .7);
    outline: none
}

[type=color]:disabled,
[type=date]:disabled,
[type=datetime-local]:disabled,
[type=datetime]:disabled,
[type=email]:disabled,
[type=month]:disabled,
[type=number]:disabled,
[type=password]:disabled,
[type=search]:disabled,
[type=tel]:disabled,
[type=text]:disabled,
[type=time]:disabled,
[type=url]:disabled,
[type=week]:disabled,
input:not([type]):disabled,
select[multiple]:disabled,
textarea:disabled {
    background-color: #f2f2f2;
    cursor: not-allowed
}

[type=color]:disabled:hover,
[type=date]:disabled:hover,
[type=datetime-local]:disabled:hover,
[type=datetime]:disabled:hover,
[type=email]:disabled:hover,
[type=month]:disabled:hover,
[type=number]:disabled:hover,
[type=password]:disabled:hover,
[type=search]:disabled:hover,
[type=tel]:disabled:hover,
[type=text]:disabled:hover,
[type=time]:disabled:hover,
[type=url]:disabled:hover,
[type=week]:disabled:hover,
input:not([type]):disabled:hover,
select[multiple]:disabled:hover,
textarea:disabled:hover {
    border: 1px solid #ddd
}

textarea {
    resize: vertical
}

[type=search] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

[type=checkbox],
[type=radio] {
    display: inline;
    margin-right: .375em
}

[type=file] {
    width: 100%
}

[type=file],
select {
    margin-bottom: .75em
}

select {
    max-width: 100%;
    width: auto
}

ol,
ul {
    list-style-type: none;
    padding: 0
}

dl,
dt,
ol,
ul {
    margin: 0
}

dt {
    font-weight: 600
}

dd,
figure {
    margin: 0
}

img,
picture {
    margin: 0;
    max-width: 100%
}

table {
    border-collapse: collapse;
    margin: .75em 0;
    table-layout: fixed;
    width: 100%
}

th {
    border-bottom: 1px solid #a6a6a6;
    font-weight: 600;
    text-align: left
}

td,
th {
    padding: .75em 0
}

td {
    border-bottom: 1px solid #ddd
}

td,
th,
tr {
    vertical-align: middle
}

body {
    color: #58585a;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 1.25em;
    line-height: 1.2;
    margin: 0 0 .75em
}

p {
    margin: 0 0 .75em
}

a {
    color: #1565c0;
    text-decoration: none;
    transition: color .15s ease
}

a:active,
a:focus,
a:hover {
    color: #104c90
}

hr {
    border-bottom: 1px solid #ddd;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    margin: 1.5em 0
}

html {
    box-sizing: border-box
}

*,
:after,
:before {
    box-sizing: inherit
}

body {
    border: 6px solid #7bc1d1;
    font-family: Helvetica Neue Roman, Helvetica, Arial, sans-serif;
    margin: 0;
    min-height: 100vh;
    padding: 0;
    position: relative
}

.container {
    max-width: 1461px;
    max-width: 91.3125rem;
    margin-left: auto;
    margin-right: auto;
    padding: 0 4%
}

.container:after {
    clear: both;
    content: "";
    display: block
}

main {
    color: #58585a;
    padding: 60px 0 50px
}

main:after {
    clear: both;
    content: "";
    display: block
}

.up-arrow {
    margin-top: 50px;
    text-align: center;
    transition: opacity .3s
}

.up-arrow a {
    color: transparent;
    font-size: 0;
    line-height: 0;
    transition: opacity .3s ease
}

.up-arrow a:after {
    background: transparent url(../images/up-arrow.png) 50% no-repeat;
    background-size: cover;
    content: "";
    cursor: pointer;
    display: inline-block;
    height: 30px;
    width: 30px
}

.up-arrow a:hover:after {
    opacity: .7
}

.back-link {
    color: #58585a;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    text-decoration: underline
}

.back-link:hover {
    text-decoration: none
}

header#main-header {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 440px;
    position: relative;
    transition: height .3s
}

header#main-header h1 {
    margin: 0;
    position: relative
}

header#main-header h1.logo {
    height: 200px;
    left: 48.7%;
    margin: 10px 0 0 -35px;
    position: fixed;
    top: 20px;
    transition: opacity .3s;
    width: 80px;
    z-index: 3
}

header#main-header h1 a {
    display: inline-block
}

header#main-header h1 .hide-logo {
    width: 67px;
    height: 95px;
    background-size: 67px;
    background-image: url(../images/dbdv_logo_text_small.png);
    background-repeat: no-repeat
}

header#main-header h1 .second-logo {
    position: absolute;
    top: 0;
    z-index: 2
}

header#main-header h1.fixed {
    height: 200px;
    left: 49.5%;
    margin: 10px 0 0 -30px;
    position: fixed;
    top: 20px;
    transition: opacity .3s;
    width: 67px;
    z-index: 3
}

header#main-header span.down-arrow {
    position: absolute;
    right: 0;
    bottom: -70px;
    left: 0;
    text-align: center;
    transition: opacity .3s
}

header#main-header span.down-arrow.fade-out {
    opacity: 0
}

header#main-header span.down-arrow a {
    color: transparent;
    font-size: 0;
    line-height: 0
}

header#main-header span.down-arrow a:after {
    background: transparent url(../images/down-arrow.png) 50% no-repeat;
    background-size: cover;
    content: "";
    cursor: pointer;
    display: inline-block;
    height: 30px;
    width: 30px
}

header#main-header span.down-arrow a:hover:after {
    opacity: .7
}

header#main-header .fixed-up-arrow {
    display: none;
    position: fixed;
    top: 40%;
    right: 35px;
    opacity: 0;
    text-align: center;
    transition: opacity .3s;
    z-index: 1
}

header#main-header .fixed-up-arrow.fade-in {
    opacity: 1
}

header#main-header .fixed-up-arrow a {
    color: transparent;
    font-size: 0;
    line-height: 0;
    transition: opacity .3s ease
}

header#main-header .fixed-up-arrow a:after {
    background: transparent url(../images/up-arrow.png) 50% no-repeat;
    background-size: cover;
    content: "";
    cursor: pointer;
    display: inline-block;
    height: 30px;
    width: 30px
}

header#main-header .fixed-up-arrow a:hover:after {
    opacity: .7
}

header#page-header {
    position: relative;
    padding: 50px 0
}

header#page-header h1#page-logo {
    position: fixed;
    top: 40px;
    right: 0;
    left: 0;
    -webkit-backface-visibility: hidden;
    margin: 0 auto;
    padding: 0;
    width: 60px;
    z-index: 3
}

header#page-header h1#page-logo a {
    display: block
}

header#page-header h1#page-logo img {
    -webkit-backface-visibility: hidden;
    display: block;
    width: 100%
}

a.menu-toggle {
    position: fixed;
    top: 15px;
    right: 15px;
    cursor: pointer;
    display: block;
    height: 55px;
    padding: 10px;
    width: 45px;
    z-index: 4
}

nav.main-navigation {
    position: fixed;
    top: 0;
    background: #7bc1d1;
    display: inline-block;
    height: 100%;
    padding: 100px 0 0;
    pointer-events: none;
    transition: right .3s ease;
    width: 100%;
    z-index: 3
}

nav.main-navigation ul {
    text-align: center
}

nav.main-navigation ul a {
    color: #58585a;
    display: inline-block;
    font-family: Helvetica Neue Roman, Helvetica, Arial, sans-serif;
    font-size: 22.4px;
    font-size: 1.4rem;
    font-weight: 400;
    padding: 1px 0 0;
    pointer-events: auto;
    text-align: center;
    transition: .3s ease
}

nav.main-navigation ul a:hover {
    text-decoration: underline
}

nav.main-navigation.slideRight {
    right: -100%
}

nav.main-navigation.open-menu {
    right: 0
}

.burger-icon {
    height: 100%;
    margin: 0 auto;
    position: relative;
    transform: rotate(0deg);
    transition: .5s ease-in-out;
    cursor: pointer
}

.burger-icon span {
    position: absolute;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 4px;
    background: #58585a;
    border-radius: 0;
    opacity: 1;
    transform: rotate(0deg);
    transition: .2s ease-in-out
}

.burger-icon span:first-child {
    top: 11%
}

.burger-icon span:nth-child(2),
.burger-icon span:nth-child(3) {
    top: 36%
}

.burger-icon span:nth-child(4) {
    top: 62%
}

.burger-icon.show {
    position: relative;
    transition: background .3s;
    z-index: 3
}

.burger-icon.show span {
    height: 2px
}

.burger-icon.show span:first-child {
    top: 43%;
    width: 0;
    left: 50%
}

.burger-icon.show span:nth-child(2) {
    transform: rotate(45deg)
}

.burger-icon.show span:nth-child(3) {
    transform: rotate(-45deg)
}

.burger-icon.show span:nth-child(4) {
    top: 43%;
    width: 0;
    left: 50%
}

h2 {
    font-size: 24px;
    font-size: 1.5rem;
    margin: 0 0 25px;
    text-align: left
}

h2,
h4 a {
    color: #58585a;
    font-family: Helvetica Bold, Helvetica, Arial, sans-serif;
    font-weight: 700
}

h4 a {
    font-size: 19.2px;
    font-size: 1.2rem
}

h4 a:hover {
    text-decoration: underline
}

h4 a:active,
h4 a:focus,
h4 a:hover {
    color: #58585a
}

.image-container {
    margin-bottom: 25px
}

img {
    display: block;
    width: 100%
}

p.photo-desc {
    font-family: Helvetica Neue Roman, Helvetica, Arial, sans-serif;
    font-size: 14.4px;
    font-size: .9rem;
    margin-bottom: 8px
}

section#foundation-intro {
    border-bottom: 1px solid #f3f3f4;
    padding: 120px 0 50px
}

section#foundation-intro .foundation-intro-title {
    text-align: center
}

section#foundation-passion {
    border-bottom: 1px solid #f3f3f4;
    padding: 60px 0 50px;
    position: relative
}

section#foundation-passion .foundation-passion-img .image-container {
    display: none;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: cover
}

section#foundation-passion .foundation-passion-img .mobile-image {
    margin-bottom: 25px
}

section#foundation-passion .foundation-passion-img img {
    height: 100%
}

section#foundation-passion .photo-thumbnails {
    text-align: center
}

section#foundation-passion .foundation-passion-title {
    margin-bottom: 35px;
    text-align: center;
    vertical-align: text-bottom
}

section#foundation-passion .foundation-passion-title h2 {
    margin: 0;
    padding: 0
}

section#foundation-passion .thumb {
    display: inline-block;
    margin-bottom: 0;
    position: relative;
    width: 23%
}

section#foundation-passion .thumb span {
    display: none
}

section#foundation-passion .thumb span:hover {
    text-decoration: underline
}

section#foundation-passion .thumb span a {
    color: #58585a;
    font-size: 14.4px;
    font-size: .9rem
}

section#foundation-passion .organization-list {
    margin: 0 0 44px;
    padding: 8px 1% 0;
    text-align: left
}

section#foundation-passion .organization-list li {
    line-height: 1;
    margin-bottom: 10px;
    text-align: left;
    width: 250px
}

section#foundation-passion .organization-list a {
    color: #58585a;
    font-size: 13.92px;
    font-size: .87rem;
    font-weight: lighter
}

section#foundation-passion .organization-list a:hover {
    text-decoration: underline
}

section#foundation-news {
    border-bottom: 1px solid #f3f3f4;
    padding: 50px 0
}

section#foundation-news .foundation-news-title {
    text-align: center
}

section#foundation-process {
    border-bottom: 1px solid #f3f3f4;
    padding: 50px 0;
    position: relative
}

section#foundation-process .foundation-process-title {
    text-align: center
}

section#foundation-contact {
    padding: 50px 0
}

section#foundation-contact .foundation-contact-title {
    text-align: center
}

section#foundation-contact .foundation-contact-img .image-container img {
    height: 100%
}

#main-up-arrow {
    padding-bottom: 0
}

section.overview .container:after,
section.overview:after {
    clear: both;
    content: "";
    display: block
}

section.overview .intro-text {
    margin-bottom: 25px;
    position: relative
}

section.overview .intro-text p {
    font-family: Helvetica Neue Light, Helvetica, Arial, sans-serif;
    font-size: 19.2px;
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1.2;
    margin: 0
}

.expanded-message {
    clear: both;
    margin: 0 0 13px;
    opacity: 0;
    overflow: hidden;
    position: relative;
    transition: opacity .5s
}

.expanded-message.show {
    opacity: 1;
    transition: opacity .5s
}

.expanded-message p {
    font-family: Helvetica Neue Roman, Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-size: .9375rem
}

.expanded-message a {
    color: #58585a;
    font-size: 20px !important;
    font-size: .9375rem;
    text-decoration: underline
}

.expanded-message a:active,
.expanded-message a:hover {
    color: #58585a
}

.read-more-wrapper {
    clear: both
}

a.read-more {
    color: #58585a;
    display: inline-block;
    font-family: Helvetica Neue Roman, Helvetica, Arial, sans-serif;
    font-size: 20px !important;
    font-size: .93rem;
    transition: .3s
}

a.read-more:hover {
    text-decoration: underline
}

section#about-people {
    margin: 47px auto 50px
}

section#about-people:after {
    clear: both;
    content: "";
    display: block
}

section#about-people ul li {
    overflow: hidden;
    margin-bottom: 50px;
    width: 100%
}

section#about-people ul li:last-of-type {
    margin-right: 0
}

section#about-people ul img {
    height: auto;
    max-width: 100%;
    width: 300px
}

img.signature {
    display: block;
    margin-bottom: 29px;
    max-height: 44px;
    max-width: 126px
}

.about section.overview .intro-text {
    margin-bottom: 18px
}

.about .expanded-message {
    margin-bottom: 8px
}

.hide-arrow {
    padding-bottom: 45px
}

.process-message p {
    font-family: Helvetica Neue Roman, Helvetica, Arial, sans-serif
}

.btn-wrapper {
    clear: both
}

.btn-wrapper button#btn-submit {
    background: #fff;
    border: 3px solid #58585a;
    border-radius: 0;
    color: #58585a;
    font-weight: 700;
    letter-spacing: -.5px;
    margin: 35px 0 50px;
    opacity: .85;
    padding: 15px 10px;
    transition: .3s;
    width: 165px
}

.btn-wrapper button#btn-submit:focus {
    outline: 0 !important
}

.btn-wrapper button#btn-submit:hover {
    opacity: 1
}

.process-image img {
    display: block;
    width: 100%
}

main section#contact {
    color: #58585a
}

main section#contact:after {
    clear: both;
    content: "";
    display: block
}

main section#contact h1 {
    font-family: Helvetica Neue Light, Helvetica, Arial, sans-serif;
    font-size: 19.2px;
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1.3;
    margin: 0 0 20px;
    padding: 0 4%;
    width: 230px
}

main section#contact .contact-info {
    margin: 0 0 15px;
    padding: 0 4%
}

main section#contact .contact-info p {
    font-family: Helvetica Neue Roman, Helvetica, Arial, sans-serif;
    font-size: 13.6px;
    font-size: .85rem;
    margin: 0;
    padding: 0
}

main section#contact .contact-email {
    margin: 0 0 50px;
    padding: 0 4%
}

main section#contact .contact-email a {
    color: #58585a;
    cursor: pointer;
    font-family: Helvetica Neue Roman, Helvetica, Arial, sans-serif;
    font-size: 13.6px;
    font-size: .85rem;
    text-decoration: underline
}

main section#contact .contact-image {
    margin: 0 4% 40px
}

main section#contact .contact-form {
    padding: 0 4%
}

main section#contact .contact-form p {
    margin-bottom: 10px
}

main section#contact .contact-form input,
main section#contact .contact-form textarea {
    background: #f3f3f4;
    border: none;
    border-radius: 0;
    box-shadow: none;
    font-family: Helvetica Neue Roman, Helvetica, Arial, sans-serif;
    font-size: 13.6px;
    font-size: .85rem;
    margin: 0;
    padding: 10px;
    resize: none
}

main section#contact .contact-form input::-webkit-input-placeholder,
main section#contact .contact-form textarea::-webkit-input-placeholder {
    color: #58585a;
    font-family: Helvetica Neue, Helvetica, sans-serif;
    font-size: 13.6px;
    font-size: .85rem;
    transition: .3s
}

main section#contact .contact-form input:-moz-placeholder,
main section#contact .contact-form input::-moz-placeholder,
main section#contact .contact-form textarea:-moz-placeholder,
main section#contact .contact-form textarea::-moz-placeholder {
    color: #58585a;
    font-family: Helvetica Neue, Helvetica, sans-serif;
    font-size: 13.6px;
    font-size: .85rem;
    transition: .3s
}

main section#contact .contact-form input:-ms-input-placeholder,
main section#contact .contact-form textarea:-ms-input-placeholder {
    color: #58585a;
    font-family: Helvetica Neue, Helvetica, sans-serif;
    font-size: 13.6px;
    font-size: .85rem;
    transition: .3s
}

main section#contact .contact-form input:focus,
main section#contact .contact-form textarea:focus {
    border: none;
    outline: 0 !important
}

main section#contact .contact-form input:focus::-webkit-input-placeholder,
main section#contact .contact-form textarea:focus::-webkit-input-placeholder {
    color: transparent
}

main section#contact .contact-form input:focus:-moz-placeholder,
main section#contact .contact-form input:focus::-moz-placeholder,
main section#contact .contact-form textarea:focus:-moz-placeholder,
main section#contact .contact-form textarea:focus::-moz-placeholder {
    color: transparent
}

main section#contact .contact-form input:focus:-ms-input-placeholder,
main section#contact .contact-form textarea:focus:-ms-input-placeholder {
    color: transparent
}

main section#contact .contact-form input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 40px
}

main section#contact .contact-form input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #f3f3f4 inset;
    -webkit-text-fill-color: #58585a !important
}

main section#contact .contact-form textarea {
    height: 210px;
    height: 100%;
    margin: 0
}

main section#contact .contact-form p#organization {
    clear: both
}

main section#contact .contact-form p.required {
    font-size: 10px;
    font-size: .625rem;
    margin: 12px 0 20px
}

main section#contact .contact-form p.button {
    margin-bottom: 60px
}

main section#contact .contact-form input#btn-contact {
    background: #fff;
    border: 3px solid #58585a;
    border-radius: 0;
    color: #58585a;
    cursor: pointer;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 700;
    height: 40px;
    letter-spacing: -.5px;
    opacity: .85;
    transition: .3s;
    width: 105px
}

main section#contact .contact-form input#btn-contact:hover {
    opacity: 1
}

main section#contact .contact-form input#btn-contact:focus {
    outline: 0 !important
}

main section#contact input#potfield {
    display: none;
    width: 30%
}

footer p.copyright {
    font-size: 10px;
    font-size: .625rem;
    padding: 0 4%
}

.contact-thank-you {
    position: absolute;
    top: 40%;
    right: 0;
    left: 0;
    text-align: center
}

.contact-thank-you h1 {
    font-family: Helvetica Bold, Helvetica, Arial, sans-serif;
    font-size: 20.8px;
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 15px
}

.contact-thank-you p {
    font-family: Helvetica Neue Roman, Helvetica, Arial, sans-serif;
    font-size: 12.8px;
    font-size: .8rem;
    margin-bottom: 58px
}

.contact-thank-you .close-window a {
    color: #58585a;
    font-size: 12px;
    font-size: .75rem;
    text-decoration: none
}

.contact-thank-you .close-window a:hover {
    text-decoration: underline
}

section.overview .passions-message h4 {
    font-family: Helvetica Bold, Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-size: .9375rem;
    font-weight: 700;
    margin: 0 0 2px;
    padding: 0
}

section.overview .passions-message p {
    font-family: Helvetica Bold, Helvetica, Arial, sans-serif;
    line-height: 1.3;
    font-weight: 400
}

section#passions-showcase {
    margin: 45px 0 50px
}

section#passions-showcase ul {
    overflow: hidden
}

section#passions-showcase li {
    margin-bottom: 30px
}

section#passions-showcase li a.passion-links {
    cursor: pointer;
    display: block;
    position: relative
}

section#passions-showcase li img {
    display: block
}

section#passions-showcase .showcase-overlay {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    height: 100%;
    overflow: hidden;
    transition: .3s;
    width: 100%
}

section#passions-showcase .showcase-overlay p {
    font-family: Helvetica Neue Roman, Helvetica, Arial, sans-serif;
    font-size: 13.6px;
    font-size: .85rem;
    padding: 15px 0 0 20px;
    text-align: left;
    width: 250px
}

section#organization-gallery {
    margin: 40px auto 0;
    transition: .3s
}

section#organization-gallery .gallery {
    box-sizing: border-box;
    margin-right: -20px;
    overflow: hidden;
    width: 100%
}

section#organization-gallery .gallery:after {
    clear: both;
    content: "";
    display: block
}

section#organization-gallery .gallery li {
    margin-bottom: 20px
}

section#organization-gallery .gallery.one-item img {
    display: block;
    position: static
}

section#organization-gallery .gallery.three-items li:before {
    padding-top: 70%
}

section#organization-gallery .gallery img {
    display: block
}

.photo-credit p.credit {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 10px;
    font-size: .625rem;
    margin-top: -20px;
    padding: 0 4%;
    text-align: left
}

.spacer {
    background: transparent;
    margin-bottom: 40px;
    height: 50px
}

.overview-controls header {
    margin-bottom: 25px
}

.overview-controls .teaser-text,
.overview-controls h4 {
    font-size: 19.2px;
    font-size: 1.2rem
}

.overview-controls h4 {
    font-family: Helvetica Bold, Helvetica, Arial, sans-serif;
    font-weight: 700;
}

.overview-controls .controls {
    margin: -7px 0 0
}

.overview-controls .controls a {
    color: #58585a;
    cursor: pointer;
    font-family: Helvetica Neue Roman, Helvetica, Arial, sans-serif;
    font-size: 16px;
}

.overview-controls .controls a:hover {
    text-decoration: underline
}

.overview-controls .controls a.prev {
    margin-right: 15px
}

section#newspage h1,
section#newspage h2 {
    font-size: 20.8px;
    font-size: 1.3rem;
    font-weight: 300;
    line-height: 1.2;
    margin: 0 0 47px
}

section#newspage h1 {
    font-family: Helvetica Neue Light, Helvetica, Arial, sans-serif
}

section#newspage a {
    color: #58585a;
    font-family: Helvetica Neue Roman, Helvetica, Arial, sans-serif;
    text-decoration: none
}

section#newspage a:hover {
    text-decoration: underline
}

section#newspage .news-items {
    clear: both
}

section#newspage .news-items li {
    margin-bottom: 50px;
    transition: .5s;
    vertical-align: top
}

section#newspage .news-items .news-content,
section#newspage .news-items .news-content figure {
    margin-bottom: 20px
}

section#newspage .news-items .news-content img {
    display: block;
    height: auto;
    max-height: 100%;
    max-width: 331px;
    width: 100%
}

section#newspage .news-items .news-content p.news-date {
    font-family: Helvetica Neue Roman, Helvetica, Arial, sans-serif;
    margin-bottom: 0
}

section#newspage .news-items .news-content h2 {
    font-family: Helvetica Bold, Helvetica, Arial, sans-serif;
    font-weight: 700;
    margin-bottom: 5px;
    padding-right: 5%
}

section#newspage .news-items .news-content p {
    font-family: Helvetica Neue Roman, Helvetica, Arial, sans-serif;
    font-size: 14.4px;
    font-size: .9rem;
    padding-right: 5%
}

section#newspage .news-items a {
    display: inline-block;
    font-size: 14.4px;
    font-size: .9rem;
    padding-top: 0
}

section#newspage .news-archive {
    margin: -30px 0 0;
    text-align: left
}

section#newspage .paginate-controls {
    margin-bottom: 70px
}

section#newspage .paginate-controls a {
    font-size: 12px;
    font-size: .75rem
}

section#newspage .paginate-controls .prev-page {
    margin-right: 15px
}

#archived-posts {
    padding: 0 0 0 10%
}

#archived-posts:after {
    clear: both;
    content: "";
    display: block
}

#archived-posts h2 {
    font-family: Helvetica Neue Light, Helvetica, Arial, sans-serif;
    font-size: 28px;
    font-size: 1.75rem;
    font-weight: 300;
    margin-bottom: 41px;
    text-align: left
}

#archived-posts a {
    color: #58585a;
    cursor: pointer;
    display: inline-block;
    font-family: Helvetica Neue Roman, Helvetica, Arial, sans-serif;
    font-weight: 400
}

#archived-posts .archive-list {
    margin: 0 0 92px
}

#archived-posts .archive-list:after {
    clear: both;
    content: "";
    display: block
}

#archived-posts ul li {
    line-height: 1.8;
    text-align: left;
    vertical-align: top
}

#archived-posts ul li a {
    display: block;
    font-size: 15px;
    font-size: .9375rem;
    text-decoration: none
}

#archived-posts ul li a:hover {
    text-decoration: underline
}

#archived-posts .link-holder {
    clear: both;
    margin-bottom: 48px
}

#archived-posts .link-holder a {
    text-decoration: none
}

#archived-posts .link-holder a:hover {
    text-decoration: underline
}

p.teaser-text {
    font-family: Helvetica Neue Light, Helvetica, Arial, sans-serif;
    font-weight: 300;
    line-height: 1.3;
    margin-bottom: 10px
}

p.post-source {
    font-size: 12.8px;
    font-size: .8rem;
    margin-bottom: 40px
}

p.post-source a {
    font-family: Helvetica Neue Roman, Helvetica, Arial, sans-serif;
    color: #58585a;
    text-decoration: underline
}

figure.post-photo {
    margin-bottom: 25px
}

figure.post-photo img {
    display: block;
    margin-bottom: 7px;
    width: 100%
}

figure.post-photo figcaption {
    font-family: Helvetica Bold,Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-weight: 700;
}

.post-content {
    padding-bottom: 37px
}

.post-content p {
    font-family: Helvetica Neue Roman, Helvetica, Arial, sans-serif;
    font-size: 12.8px;
    font-size: .8rem;
    margin-bottom: 16px
}

.post-content ul {
	font-family: Helvetica Neue Light,Helvetica,Arial,sans-serif;
    font-size: 20px;
    margin-bottom: 16px;
    margin-left:  20px;
    list-style-type: disc;
}
.post-content ul li {
	font-family: Helvetica Neue Light,Helvetica,Arial,sans-serif;
    font-size: 20px;
    line-height: 1.2;
}

.post-content p:last-of-type {
    margin-bottom: 0
}

.post-content p a {
    color: #58585a;
    text-decoration: underline
}

.post-content p a:hover {
    text-decoration: none
}

.facebook-share {
    clear: both;
    color: #58585a;
    cursor: pointer;
    display: block;
    font-family: Helvetica Neue Roman, Helvetica, Arial, sans-serif;
    font-size: 12.8px;
    font-size: .8rem;
    font-weight: lighter;
    margin: 0 0 40px;
    text-decoration: underline;
    width: auto;
}

.facebook-share:hover {
    color: #58585a
}

.return-control {
    clear: both
}

.return-control a {
    color: #58585a;
    font-family: Helvetica Neue Roman, Helvetica, Arial, sans-serif;
    text-decoration: none
}

.return-control a:hover {
    text-decoration: underline
}

.desktop-return {
    display: none
}

.custom-control {
    margin-bottom: 4px
}

main section#annual-reports .annual-reports-intro-text {
    width: 100%;
    padding-bottom: 72px;
    padding-bottom: 4.5rem
}

main section#annual-reports .annual-reports-intro-text h1 {
    font-family: Helvetica Bold, Helvetica, Arial, sans-serif;
    margin: 0 0 3.2px;
    margin: 0 0 .2rem;
	color: #58585a;
	font-weight: 700;
	font-size: 36px;
}

main section#annual-reports .annual-reports-intro-text p {
	font-size: 26px;
	color: #232324;
	line-height: 1.2;
    font-weight: 300;
    font-family: Helvetica Neue Light,Helvetica,Arial,sans-serif;
    margin: 0
}

main section#annual-reports .copy p strong {
    font-family: Helvetica Bold, Helvetica, Arial, sans-serif
}

main section#annual-reports .copy p em {
    font-style: italic
}

main section#annual-reports .annual-reports-single-chart {
    padding-bottom: 88px;
    padding-bottom: 5.5rem
}

main section#annual-reports .annual-reports-heading-copy h3 {
    color: #404042;
    font-family: Helvetica Neue Light,Helvetica,Arial,sans-serif;
    font-weight: 300;
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 8px;
    margin-bottom: .5rem
}

main section#annual-reports .annual-reports-heading-copy p {
    color: #58585b;
    font-family: Helvetica Neue Light, Helvetica, Arial, sans-serif;
    font-size: 20px;
    line-height: 32px
}

main section#annual-reports .annual-reports-heading-copy.-small h3 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 22px
}

main section#annual-reports .annual-reports-heading-copy.-small p {
    font-size: 16px;
    line-height: 26px;
}

main section#annual-reports .annual-reports-rich-text-with-image {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 104px;
    padding-bottom: 6.5rem
}

main section#annual-reports .annual-reports-rich-text-with-image .col-50-percent {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

main section#annual-reports .annual-reports-rich-text-with-image .col-50-percent .annual-reports-heading-copy {
    padding-right: 0
}

main section#annual-reports .annual-reports-image-with-two-charts {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 80px;
    padding-bottom: 5rem
}

main section#annual-reports .annual-reports-image-with-two-charts .col-50-percent {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    width: 100%;
    padding-bottom: 32px;
    padding-bottom: 2rem;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

main section#annual-reports .annual-reports-image-with-two-charts .col-50-percent.-chart-col {
    -ms-flex-align: start;
    align-items: flex-start
}

main section#annual-reports .annual-reports-image-with-two-charts .col-50-percent .image-shim {
    padding-right: 0;
    width: 100%
}

main section#annual-reports .annual-reports-image-with-two-charts .col-25-percent {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding-bottom: 32px;
    padding-bottom: 2rem
}

main section#annual-reports h2.container-heading {
    font-family: Helvetica Neue Light,Helvetica,Arial,sans-serif;
    font-weight: 300;
    font-size: 26px;
    margin: 0 0 22.4px;
    margin: 0 0 1.4rem;
    color: #58585b
}

main section#annual-reports .annual-reports-three-cards {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    height: auto;
    width: 100%;
    padding-bottom: 80px;
    padding-bottom: 5rem
}

main section#annual-reports .annual-reports-three-cards .col-1-3 {
    width: 100%;
    margin-left: 0;
    margin-right: 0
}

main section#annual-reports .annual-reports-three-cards .col-1-3:not(:last-child) {
    padding-bottom: 32px;
    padding-bottom: 2rem
}

main section#annual-reports .annual-reports-three-cards .col-1-3 .image-shim {
    display: block;
    max-width: 100%;
    position: relative;
    margin-bottom: 32px;
    margin-bottom: 2rem
}

main section#annual-reports .annual-reports-three-cards .col-1-3 .image-shim:before {
    content: "";
    display: block;
    padding-top: 66.1354581673%
}

main section#annual-reports .annual-reports-three-cards .col-1-3 .image-shim img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

main section#annual-reports .annual-reports-single-chart-with-image {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 64px;
    padding-bottom: 4rem
}

main section#annual-reports .annual-reports-single-chart-with-image .col-1-2 {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

main section#annual-reports .annual-reports-single-chart-with-image .col-1-2 .chart-shim {
    padding-bottom: 40px;
    padding-bottom: 2.5rem
}

main section#annual-reports .annual-reports-single-chart-with-image .col-1-2 .image-shim {
    padding-left: 0
}

main section#annual-reports .heading-with-link {
    padding: 14px 0 8px;
    padding: 14px 0 .5rem
}

main section#annual-reports .heading-with-link a,
main section#annual-reports .heading-with-link h3 {
    color: #404042;
    font-family: Helvetica Bold, Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 15px;
    line-height: 1;
    transition: all .15s ease
}

main section#annual-reports .heading-with-link a:focus,
main section#annual-reports .heading-with-link a:hover,
main section#annual-reports .heading-with-link h3:focus,
main section#annual-reports .heading-with-link h3:hover {
    color: #626265;
    text-decoration: underline
}

.d3-chart {
    padding-bottom: 64px;
    padding-bottom: 4rem
}

.d3-chart svg {
    filter: drop-shadow(0 3px 3px rgba(0, 0, 0, .03))
}

.d3-chart polyline {
    opacity: .3;
    stroke: #000;
    stroke-width: 1px;
    fill: none
}

.d3-chart .labelName tspan {
    font-style: normal;
    font-weight: 700
}

.d3-chart .labelName {
    font-size: .9em;
    font-style: italic
}

.d3-chart .chart-label-heading {
    font-family: Helvetica Bold, Helvetica, Arial, sans-serif;
    font-weight: 600;
    fill: #58585b
}

.d3-chart .chart-label-sub-heading {
    font-family: Helvetica Neue Light, Helvetica, Arial, sans-serif;
    font-weight: 300;
    fill: #58585b
}

.chart-shim {
    display: block;
    position: relative;
    height: 100%;
    display: -ms-flexbox;
    display: flex
}

.chart-shim,
.chart-shim .d3-chart {
    width: 100%;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.chart-shim .d3-chart {
    -ms-flex-direction: column;
    flex-direction: column
}

.chart-shim .d3-chart,
.chart-shim .d3-chart.js-render-polyline-labels ul.grid-label-list {
    display: -ms-flexbox;
    display: flex
}

.chart-shim .d3-chart.-label-two-col ul.grid-label-list li,
.chart-shim .d3-chart.js-render-polyline-labels ul.grid-label-list li {
    width: 50%
}

.chart-shim .d3-chart.-reverse-grid-labels ul.grid-label-list {
    -ms-flex-flow: wrap-reverse;
    flex-flow: wrap-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.chart-shim .d3-chart.-label-two-col-medium ul.grid-label-list {
    -ms-flex-pack: center;
    justify-content: center
}

.chart-shim .d3-chart.-label-two-col-medium ul.grid-label-list li {
    width: 50%
}

.chart-shim .d3-chart ul.grid-label-list {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.chart-shim .d3-chart ul.grid-label-list li {
    position: relative;
    padding-left: 14px;
    width: 50%;
    padding: 0 10px 14px 16px
}

.chart-shim .d3-chart ul.grid-label-list li .bullet {
    position: absolute;
    top: 4px;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%
}

.chart-shim .d3-chart ul.grid-label-list li h4,
.chart-shim .d3-chart ul.grid-label-list li h5,
.chart-shim .d3-chart ul.grid-label-list li h6 {
    margin: 0;
    font-size: 14px
}

.chart-shim .d3-chart ul.grid-label-list li h4 {
    font-family: Helvetica Bold, Helvetica, Arial, sans-serif;
    font-weight: 600;
    fill: #58585b
}

.chart-shim .d3-chart ul.grid-label-list li h5,
.chart-shim .d3-chart ul.grid-label-list li h6 {
    font-family: Helvetica Neue Light, Helvetica, Arial, sans-serif;
    font-weight: 300;
    fill: #58585b
}

.js-chart-animation-item {
    opacity: 0;
    transition: all 1.3s ease
}

.js-chart-animation-item.-from-left {
    transform: translateX(-100px)
}

.js-chart-animation-item.-from-right {
    transform: translateX(100px)
}

.js-chart-animation-item.-init-animation {
    opacity: 1;
    transform: translateX(0)
}

@media screen and (min-width:48rem) {
    body {
        border: 12px solid #7bc1d1
    }

    .up-arrow {
        margin: 0;
        padding: 50px 0
    }

    header#main-header .fixed-up-arrow {
        display: block
    }

    nav.main-navigation {
        padding-left: 60px;
        width: 250px
    }

    nav.main-navigation ul {
        text-align: left
    }

    nav.main-navigation.slideRight {
        right: -250px
    }

    section#foundation-intro {
        border-bottom: none;
        padding: 140px 0 176px
    }

    section#foundation-intro:after {
        clear: both;
        content: "";
        display: block
    }

    section#foundation-intro .foundation-intro-title {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 46.2622329111%
    }

    section#foundation-intro .foundation-intro-title:last-child {
        margin-right: 0
    }

    section#foundation-intro .foundation-intro-title h2 {
        padding: 20% 0 0;
        text-align: left
    }

    section#foundation-intro .foundation-intro-img {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 51.380115491%
    }

    section#foundation-intro .foundation-intro-img:last-child {
        margin-right: 0
    }

    section#foundation-passion {
        border-bottom: none;
        padding: 0 0 115px
    }

    section#foundation-passion:after {
        clear: both;
        content: "";
        display: block
    }

    section#foundation-passion .foundation-passion-img {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 61.6158806508%
    }

    section#foundation-passion .foundation-passion-img:last-child {
        margin-right: 0
    }

    section#foundation-passion .foundation-passion-img .image-container {
        display: block
    }

    section#foundation-passion .foundation-passion-img .mobile-image {
        display: none
    }

    section#foundation-passion .photo-thumbnails {
        float: right;
        display: block;
        margin-left: 2.3576515979%;
        width: 36.0264677513%;
        margin-left: 0;
        position: static
    }

    section#foundation-passion .photo-thumbnails:last-child {
        margin-left: 0
    }

    section#foundation-passion .photo-thumbnails ul {
        padding: 0
    }

    section#foundation-passion .foundation-passion-title {
        padding: 0;
        position: static;
        text-align: left
    }

    section#foundation-passion .thumb {
        display: block
    }

    section#foundation-passion .thumb:first-of-type {
        margin-top: 0
    }

    section#foundation-passion .thumb:last-of-type {
        margin-bottom: 0
    }

    section#foundation-passion .thumb span {
        position: absolute;
        top: -3px;
        display: block;
        text-align: left
    }

    section#foundation-passion .thumb span.organization-break {
        width: 145px
    }

    section#foundation-passion .organization-list {
        display: none
    }

    section#foundation-news {
        border-bottom: 0;
        padding: 0 0 175px
    }

    section#foundation-news:after {
        clear: both;
        content: "";
        display: block
    }

    section#foundation-news .foundation-news-title {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 31.7615656014%;
        text-align: left
    }

    section#foundation-news .foundation-news-title:last-child {
        margin-right: 0
    }

    section#foundation-news .foundation-news-title h2 {
        display: inline-block;
        padding: 67% 0 0;
        text-align: left
    }

    section#foundation-news .foundation-news-img {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 65.8807828007%;
        padding-left: 50px
    }

    section#foundation-news .foundation-news-img:last-child {
        margin-right: 0
    }

    section#foundation-process {
        border: none;
        padding: 0 0 84px
    }

    section#foundation-process .foundation-process-title {
        float: right;
        display: block;
        margin-left: 2.3576515979%;
        width: 50.527135061%;
        margin: -9px 0 0;
        padding-left: 75px;
        text-align: left
    }

    section#foundation-process .foundation-process-title:last-child {
        margin-left: 0
    }

    section#foundation-process .foundation-process-img {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 48.821174201%;
        margin-right: 0
    }

    section#foundation-process .foundation-process-img:last-child {
        margin-right: 0
    }

    section#foundation-contact {
        padding: 0
    }

    section#foundation-contact:after {
        clear: both;
        content: "";
        display: block
    }

    section#foundation-contact .foundation-contact-title {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 59.0569393608%;
        padding: 31% 45px 0;
        text-align: right
    }

    section#foundation-contact .foundation-contact-title:last-child {
        margin-right: 0
    }

    section#foundation-contact .foundation-contact-title h2 {
        display: inline-block;
        text-align: left
    }

    section#foundation-contact .foundation-contact-img {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 37.7324286113%
    }

    section#foundation-contact .foundation-contact-img:last-child {
        margin-right: 0
    }

    section.overview .intro-text {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 44.5562720511%
    }

    section.overview .intro-text:last-child {
        margin-right: 0
    }

    .hide-arrow {
        display: none
    }

    .process-image {
        margin-bottom: 50px
    }

    main section#contact h1 {
        padding: 0;
        width: 100%
    }

    main section#contact .contact-info {
        padding: 0
    }

    main section#contact .contact-info p {
        font-size: .937rem
    }

    main section#contact .contact-email {
        padding: 0
    }

    main section#contact .contact-email a {
        font-size: .937rem
    }

    main section#contact .contact-image {
        float: right;
        display: block;
        margin-left: 2.3576515979%;
        width: 47.968193771%;
        padding: 0;
        margin: 0 0 40px 20px
    }

    main section#contact .contact-image:last-child {
        margin-left: 0
    }

    main section#contact .contact-form {
        padding: 0;
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 48.821174201%
    }

    main section#contact .contact-form:after {
        clear: both;
        content: "";
        display: block
    }

    main section#contact .contact-form:last-child {
        margin-right: 0
    }

    main section#contact .contact-form p {
        margin-bottom: 15px
    }

    main section#contact .contact-form p:first-of-type {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 48.821174201%
    }

    main section#contact .contact-form p:first-of-type:last-child {
        margin-right: 0
    }

    main section#contact .contact-form p:nth-of-type(2) {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 48.821174201%;
        margin-right: 0
    }

    main section#contact .contact-form p:nth-of-type(2):last-child {
        margin-right: 0
    }

    main section#contact .contact-form input,
    main section#contact .contact-form textarea {
        font-size: .9rem
    }

    main section#contact .contact-form input::-webkit-input-placeholder,
    main section#contact .contact-form textarea::-webkit-input-placeholder {
        font-size: .9rem
    }

    main section#contact .contact-form input:-moz-placeholder,
    main section#contact .contact-form input::-moz-placeholder,
    main section#contact .contact-form textarea:-moz-placeholder,
    main section#contact .contact-form textarea::-moz-placeholder {
        font-size: .9rem
    }

    main section#contact .contact-form input:-ms-input-placeholder,
    main section#contact .contact-form textarea:-ms-input-placeholder {
        font-size: .9rem
    }

    main section#contact .contact-form p.required {
        text-align: right;
        margin: 0
    }

    main section#contact .contact-form p.button {
        margin-top: -15px
    }

    footer p.copyright {
        padding: 0
    }

    .contact-thank-you p {
        font-size: .9375rem
    }

    section#organization-gallery {
        margin: 45px auto 50px
    }

    .org-up-arrow {
        display: none
    }

    section#newspage .container {
        position: relative
    }

    section#newspage h1,
    section#newspage h2 {
        padding: 0
    }

    section#newspage h1 {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 48.821174201%
    }

    section#newspage h1:last-child {
        margin-right: 0
    }

    section#newspage .news-items li {
        display: inline-block
    }

    section#newspage .news-archive {
        margin: 0 0 -3px
    }

    section#newspage .paginate-controls {
        position: absolute;
        top: 6px;
        right: 3px;
        padding: inherit
    }

    section#newspage .paginate-controls .prev-page {
        margin-right: 0
    }

    section#newspage .paginate-controls .next-page {
        margin-left: 15px
    }

    .post-content {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 48.821174201%;
        margin: 0 4% 37px 0;
        padding-bottom: 0
    }

    .post-content:last-child {
        margin-right: 0
    }
}

@media screen and (min-width:375px) and (max-width:479px) {
    .container {
        padding: 0 8%
    }

    header#main-header {
        height: 600px
    }

    section#foundation-passion .thumb {
        width: 23.5%
    }

    .photo-credit p.credit {
        padding: 0 8%
    }
}

@media screen and (min-width:48rem) and (max-width:63.94rem) {
    .container {
        padding: 0 6% 0 5%
    }

    section#newspage h1,
    section#newspage h2 {
        font-size: 1.4rem
    }

    section#newspage .news-items li {
        margin-right: 2%;
        width: 48.4%
    }

    section#newspage .news-items li:nth-child(2n) {
        margin-right: 0
    }

    section#newspage .news-items .news-content h2 {
        font-size: 1.1rem;
        padding-right: 10%
    }

    section#newspage .news-items .news-content p {
        padding-right: 90px
    }

    figure.post-photo {
        float: right;
        display: block;
        margin-left: 2.3576515979%;
        width: 47.1152133411%;
        clear: both;
        margin-top: 4px;
        padding-left: 15px
    }

    figure.post-photo,
    figure.post-photo:last-child {
        margin-left: 0
    }
}

@media screen and (min-width:64rem) and (max-width:74.94rem) {
    .container {
        padding: 0 5%
    }

    section.overview-controls header p.afc-break {
        width: 450px
    }

    section#newspage h1,
    section#newspage h2 {
        font-size: 1.5rem
    }

    section#newspage .news-items .news-content h2 {
        font-size: 1.2rem
    }

    #archived-posts ul {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 30.0556047414%
    }

    #archived-posts ul:last-child {
        margin-right: 0
    }
}

@media screen and (min-width:75rem) and (max-width:105rem) {
    .container {
        margin: 0 100px;
        padding: 0
    }

    main section#contact h1,
    section.overview .intro-text p {
        font-size: 1.55rem
    }

    section#passions-showcase li {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 23.2317613015%
    }

    section#passions-showcase li:last-child {
        margin-right: 0
    }

    section#newspage h1,
    section#newspage h2 {
        font-size: 1.6rem
    }

    section#newspage .news-items .news-content h2 {
        font-size: 1.3rem
    }
}

@media screen and (min-width:105.0625rem) {
    .container {
        padding: 0
    }

    header#main-header {
        height: 760px
    }

    header#main-header h1.logo {
        left: 48.7%;
        width: 116px
    }

    header#main-header h1 .hide-logo {
        width: 116px;
        height: 168px;
        background-size: 116px;
        background-image: url(../images/dbdv_logo_text_max.png);
        background-repeat: no-repeat
    }

    section.overview .about-break p,
    section.overview .passion-break p {
        width: 595px
    }

    section.overview .process-break p {
        width: 570px
    }

    h2 {
        font-size: 3.45rem
    }

    section.overview .intro-text p {
        font-size: 1.65rem
    }

    section#about-people ul li {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 23.2317613015%;
        margin-right: 10px
    }

    section#about-people ul li:last-child {
        margin-right: 0
    }

    main section#contact h1 {
        font-size: 1.65rem
    }

    section#passions-showcase li {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 23.2317613015%;
        margin-right: 50px;
        width: 327.75px
    }

    section#passions-showcase li:last-child {
        margin-right: 0
    }

    .overview-controls .controls {
        padding-right: 0
    }

    section#newspage h1,
    section#newspage h2 {
        font-size: 1.7rem
    }

    section#newspage .news-items li {
        margin-right: 2.2%
    }

    section#newspage .news-items .news-content h2 {
        font-size: 1.5rem
    }

    section#newspage .news-items .news-content p {
        font-size: .9375rem
    }

    section#newspage .news-items a {
        font-size: .93rem
    }
}

@media screen and (min-width:60rem) {
    main {
        padding: 70px 0 50px
    }

    header#main-header h1.logo {
        margin: 10px 0 0 -35px
    }

    .description-wrap {
        display: inline-block;
        text-align: left
    }

    section#foundation-intro .foundation-intro-img .description-wrap {
        width: 80%
    }

    section#foundation-passion .foundation-passion-img .description-wrap {
        width: 65%
    }

    section#foundation-passion .photo-thumbnails ul {
        margin-left: 40px
    }

    section#foundation-passion .foundation-passion-title {
        margin: -10px 0 90px 40px
    }

    section#foundation-passion .thumb {
        height: 120px;
        margin-bottom: 15px;
        width: 120px
    }

    section#foundation-passion .thumb span {
        left: 140px
    }

    section#foundation-news .foundation-news-img .description-wrap {
        width: 50%
    }

    section#foundation-process .description-wrap {
        width: 73%
    }

    section#foundation-contact .foundation-contact-img .description-wrap {
        width: 94%
    }

    .expanded-message {
        width: 48%
    }

    .contact-thank-you h1 {
        font-size: 1.75rem
    }

    section#passions-showcase li:nth-of-type(4n) {
        margin-right: 0
    }

    .photo-credit p.credit {
        position: static
    }

    .overview-controls .container {
        position: relative
    }

    .overview-controls header {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 48.821174201%;
        margin-bottom: 10px
    }

    .overview-controls header:last-child {
        margin-right: 0
    }

    .overview-controls .controls {
        position: absolute;
        top: 0;
        right: 0;
        clear: both;
        margin: -3px 0 0
    }

    .overview-controls .controls a.prev {
        margin-right: 0
    }

    .overview-controls .controls a.next {
        margin-left: 15px
    }

    section#newspage .news-items {
        padding-bottom: 0
    }

    #archived-posts .link-holder {
        margin-bottom: 0
    }

    figure.post-photo img {
        height: auto;
        max-height: 235px;
        max-width: 331px;
        width: 331px
    }

    .facebook-share {
        margin-bottom: 33px
    }

    .desktop-return {
        display: block
    }

    .mobile-return {
        display: none
    }

    .custom-control {
        padding-bottom: 0
    }
}

@media screen and (min-width:75rem) {

    .up-arrow a:after,
    header#main-header .fixed-up-arrow a:after,
    header#main-header span.down-arrow a:after {
        height: 40px;
        width: 40px
    }

    a.menu-toggle {
        right: 40px;
        top: 30px
    }

    p.photo-desc {
        font-size: .9375rem
    }

    section#foundation-passion .thumb span {
        width: 160px
    }

    section#foundation-passion .thumb span a {
        font-size: .9375rem
    }

    .photo-credit p.credit {
        padding: 0
    }

    #archived-posts ul {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 27.4966634515%
    }

    #archived-posts ul:last-child {
        margin-right: 0
    }

    .post-content {
        padding-right: 20px
    }
}

@media screen and (min-width:48rem) and (max-width:59.94rem) {
    header#main-header {
        height: 700px
    }

    header#main-header h1.logo {
        margin: 10px 0 0 -33px
    }

    header#main-header .fixed-up-arrow {
        right: 20px
    }

    a.menu-toggle {
        right: 15px;
        top: 30px
    }

    h2 {
        font-size: 1.6rem
    }

    h4 a {
        font-size: 1.3rem
    }

    section#foundation-passion .photo-thumbnails ul {
        margin-left: 25px
    }

    section#foundation-passion .foundation-passion-title {
        margin: -7px 0 40px 25px
    }

    section#foundation-passion .thumb {
        height: 90px;
        margin-bottom: 10px;
        width: 90px
    }

    section#foundation-passion .thumb span {
        left: 100px
    }

    section.overview .intro-text p {
        font-size: 1.29rem
    }

    section#about-people ul li {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 48.821174201%;
        margin-bottom: 0
    }

    section#about-people ul li:last-child {
        margin-right: 0
    }

    main section#contact h1 {
        font-size: 1.29rem
    }

    main section#contact .contact-form textarea {
        height: 108px
    }

    .contact-thank-you h1 {
        font-size: 1.5rem
    }

    section#passions-showcase li a.passion-links {
        width: 320px
    }

    .overview-controls .teaser-text,
    .overview-controls h4 {
        font-size: 1.3rem
    }

    .overview-controls .controls {
        clear: both;
        margin-top: -55px
    }

    figure.post-photo img {
        height: auto;
        max-height: 230px;
        max-width: 331px;
        width: auto
    }

    .custom-control {
        padding-top: 50px
    }
}

@media screen and (min-width:60rem) and (max-width:87.44rem) {
    header#main-header {
        height: 660px
    }

    section.overview .passion-break p {
        width: 500px
    }

    section.overview .process-break p {
        width: 470px
    }

    section.overview-controls header .text-break {
        width: 400px
    }

    section.overview .intro-text p {
        font-size: 1.39rem
    }

    section#about-people ul li {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 23.2317613015%;
        margin-right: 23px
    }

    section#about-people ul li:last-child {
        margin-right: 0
    }

    main section#contact h1 {
        font-size: 1.39rem
    }
}

@media screen and (min-width:87.5rem) and (max-width:105rem) {
    header#main-header {
        height: 680px
    }

    section.overview .about-break p,
    section.overview .passion-break p {
        width: 560px
    }

    section.overview .process-break p {
        width: 530px
    }

    section#about-people ul li {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 23.2317613015%;
        margin-right: 23px
    }

    section#about-people ul li:last-child {
        margin-right: 0
    }

    section#newspage .news-items li {
        margin-right: 2.1%
    }
}

@media screen and (min-width:48rem) and (max-width:81.19rem) {
    header#main-header h1.logo {
        width: 94px
    }

    header#main-header h1 .hide-logo {
        width: 94px;
        height: 133px;
        background-size: 94px;
        background-image: url(../images/dbdv_logo_text_medium.png);
        background-repeat: no-repeat
    }

    header#page-header h1#page-logo {
        width: 50px
    }
}

@media screen and (min-width:81.25rem) and (max-width:105rem) {
    header#main-header h1.logo {
        width: 104px
    }

    header#main-header h1 .hide-logo {
        width: 104px;
        height: 147px;
        background-size: 104px;
        background-image: url(../images/dbdv_logo_text_large.png);
        background-repeat: no-repeat
    }

    header#page-header h1#page-logo {
        width: 53px
    }
}

@media screen and (min-width:60rem) and (max-width:74.94rem) {
    header#main-header .fixed-up-arrow {
        right: 27px
    }

    a.menu-toggle {
        right: 20px;
        top: 40px
    }

    section.overview .about-break p {
        width: 500px
    }

    h2 {
        font-size: 2em
    }

    h4 a {
        font-size: 1.4rem
    }

    main section#contact .contact-form textarea {
        height: 165px
    }

    section#passions-showcase li a.passion-links {
        width: 345px
    }

    .photo-credit p.credit {
        padding: 20px 0 0
    }

    .overview-controls .teaser-text,
    .overview-controls h4 {
        font-size: 1.4rem
    }

    .overview-controls .controls {
        padding-right: 7%
    }
}

@media screen and (min-width:75rem) and (max-width:87.44rem) {
    header#main-header .fixed-up-arrow {
        right: 42px
    }

    section.overview .about-break p {
        width: 510px
    }

    section.overview-controls header p.afc-break {
        width: 460px
    }

    h2 {
        font-size: 2.4rem
    }

    h4 a {
        font-size: 1.5rem
    }

    main section#contact .contact-form textarea {
        height: 202px
    }

    section#passions-showcase .showcase-overlay p {
        font-size: .8rem
    }

    .overview-controls .teaser-text,
    .overview-controls h4 {
        font-size: 1.5rem
    }
}

@media screen and (min-width:87.5rem) {
    header#main-header .fixed-up-arrow {
        right: 45px
    }

    section.overview-controls header .text-break {
        width: 500px
    }

    section#foundation-process .foundation-process-title {
        margin-top: -13px
    }

    main section#contact .contact-form textarea {
        height: 270px
    }

    section#newspage .news-items li {
        width: 23.1%
    }

    section#newspage .news-items li:nth-child(4n) {
        margin-right: 0
    }
}

@media screen and (min-width:60rem) and (max-width:63.94rem) {
    section.overview-controls header p.afc-break {
        width: 440px
    }
}

@media screen and (min-width:87.5rem) and (max-width:93.69rem) {
    section.overview-controls header p.afc-break {
        width: 510px
    }

    h2 {
        font-size: 36px
    }

    .overview-controls .teaser-text,
    .overview-controls h4,
    h4 a {
        font-size: 26px !important;
		color: #232324;
		line-height: 1.2;
	    font-weight: 300;
	    font-family: Helvetica Neue Light,Helvetica,Arial,sans-serif;
    }
}

@media screen and (min-width:93.75rem) {
    section.overview-controls header p.afc-break {
        width: 540px
    }

    h4 a {
        font-size: 1.75rem
    }

    section#organization-gallery .gallery li {
        margin-bottom: 40px
    }

    .overview-controls .teaser-text,
    .overview-controls h4 {
        font-size: 1.75rem
    }
}

@media screen and (min-width:30rem) and (max-width:40rem) {
    section.overview-controls header .text-break {
        width: 300px
    }

    section#foundation-passion .thumb {
        width: 24%
    }

    #archived-posts ul {
        float: left;
        width: 50%
    }
}

@media screen and (min-width:93.75rem) and (max-width:105rem) {
    h2 {
        font-size: 3.1rem
    }
}

@media screen and (min-width:30rem) {
    section#foundation-passion .foundation-passion-img .image-container {
        background-position: bottom
    }

    section#newspage .news-items .news-content img {
        max-height: 400px;
        max-width: 100%;
        width: 331px
    }

    .facebook-share,
    .post-content p,
    p.post-source {
		font-size: 20px;
		font-family: Helvetica Neue Light,Helvetica,Arial,sans-serif;
    }
    p.post-source {
    	font-size:  16px;
    }
}

@media screen and (min-width:37.5rem) and (max-width:47.94rem) {
    section#foundation-passion .thumb {
        width: 24.3%
    }

    section#foundation-passion .organization-list li {
        margin-bottom: 15px
    }
}

@media screen and (min-width:48rem) and (max-width:74.94rem) {
    section#foundation-passion .thumb span {
        width: 154px
    }

    section#passions-showcase li {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 48.821174201%;
        text-align: right
    }

    section#passions-showcase li:last-child,
    section#passions-showcase li:nth-of-type(2n) {
        margin-right: 0
    }

    section#organization-gallery .gallery li {
        margin-bottom: 20px
    }
}

@media screen and (min-width:36.25rem) and (max-width:639px) {
    section#foundation-passion .organization-list li {
        margin-bottom: 12px
    }
}

@media screen and (min-width:30rem) and (max-width:47.94rem) {
    main section#contact h1 {
        width: 250px
    }

    .contact-thank-you h1 {
        font-size: 1.4rem
    }

    section#passions-showcase li img {
        width: 367px
    }

    section#newspage .news-items .news-content h2,
    section#newspage .news-items .news-content p {
        width: 331px
    }

    figure.post-photo img {
        height: auto;
        max-height: 230px;
        max-width: 331px;
        width: auto
    }
}

@media screen and (min-width:64rem) {
    main section#contact .contact-form input {
        height: 45px
    }

    #archived-posts {
        padding: 0;
        width: 50%
    }

    figure.post-photo {
        float: right;
        display: block;
        margin-left: 2.3576515979%;
        width: 48.821174201%;
        clear: both;
        margin-top: 4px;
        padding-left: 15px
    }

    figure.post-photo,
    figure.post-photo:last-child {
        margin-left: 0
    }

    .post-content {
        margin-right: 0
    }
}

@media screen and (min-width:36.25rem) {
    section#organization-gallery .gallery li {
        position: relative;
        overflow: hidden;
        width: 100%
    }

    section#organization-gallery .gallery li:before {
        content: "";
        display: block;
        width: 100%
    }

    section#organization-gallery .gallery.two-items li {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 48.821174201%
    }

    section#organization-gallery .gallery.two-items li:last-child {
        margin-right: 0
    }

    section#organization-gallery .gallery.two-items li:before {
        padding-top: 60%
    }

    section#organization-gallery .gallery.two-items li:nth-last-of-type {
        margin-right: 0
    }

    section#organization-gallery .gallery.three-items li {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 31.7615656014%
    }

    section#organization-gallery .gallery.three-items li:last-child,
    section#organization-gallery .gallery.three-items li:last-of-type {
        margin-right: 0
    }

    section#organization-gallery .gallery.four-items li:before {
        padding-top: 55%
    }

    section#organization-gallery .gallery.four-items li:first-of-type {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 27.0701732365%;
        margin-right: 2.779%;
        padding-top: 23.65%
    }

    section#organization-gallery .gallery.four-items li:first-of-type:last-child {
        margin-right: 0
    }

    section#organization-gallery .gallery.four-items li:nth-of-type(2) {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 70.1456849506%;
        margin-right: 0
    }

    section#organization-gallery .gallery.four-items li:nth-of-type(2):last-child {
        margin-right: 0
    }

    section#organization-gallery .gallery.four-items li:nth-of-type(3) {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 44.1297818361%;
        clear: both;
        margin-right: 2.78%;
        padding-top: 4.7%
    }

    section#organization-gallery .gallery.four-items li:nth-of-type(3):last-child {
        margin-right: 0
    }

    section#organization-gallery .gallery.four-items li:last-of-type {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 53.0860763509%;
        margin-right: 0
    }

    section#organization-gallery .gallery.four-items li:last-of-type:last-child {
        margin-right: 0
    }

    section#organization-gallery .gallery.five-items li:before {
        padding-top: 65%
    }

    section#organization-gallery .gallery.five-items li:nth-of-type(-n+2):before {
        padding-top: 76%
    }

    section#organization-gallery .gallery.five-items li:nth-of-type(-n+2) {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 48.6079290935%;
        margin-right: 2.78%
    }

    section#organization-gallery .gallery.five-items li:nth-of-type(2),
    section#organization-gallery .gallery.five-items li:nth-of-type(-n+2):last-child {
        margin-right: 0
    }

    section#organization-gallery .gallery.five-items li:nth-last-of-type(-n+3) {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 31.4630224509%;
        margin-right: 2.78%
    }

    section#organization-gallery .gallery.five-items li:nth-last-of-type(-n+3):last-child {
        margin-right: 0
    }

    section#organization-gallery .gallery.five-items li:nth-last-of-type {
        margin-right: 0 !important
    }

    section#organization-gallery .gallery img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        min-width: 100%;
        min-height: 100%
    }
}

@media screen and (min-width:36.25rem) and (max-width:47.94rem) {
    section#organization-gallery .gallery li {
        margin-bottom: 15px
    }

    .overview-controls .controls {
        margin-top: -3px
    }
}

@media screen and (min-width:75rem) and (max-width:93.69rem) {
    section#organization-gallery .gallery li {
        margin-bottom: 30px
    }
}

@media screen and (min-width:64rem) and (max-width:87.44rem) {
    section#newspage .news-items li {
        margin-right: 1.9%;
        width: 31.7%
    }

    section#newspage .news-items li:nth-child(3n) {
        margin-right: 0
    }
}

@media screen and (min-width:36.25rem) and (max-width:63.94rem) {
    #archived-posts ul {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 27.4966634515%
    }

    #archived-posts ul:last-child {
        margin-right: 0
    }
}

@media (min-width:47.94rem) {

    main section#annual-reports .annual-reports-intro-text,
    main section#annual-reports .annual-reports-rich-text-with-image .col-50-percent {
        width: 50%
    }

    main section#annual-reports .annual-reports-rich-text-with-image .col-50-percent .annual-reports-heading-copy {
        padding-right: 3rem
    }

    main section#annual-reports .annual-reports-image-with-two-charts .col-25-percent {
        width: 100%;
        padding-bottom: 0
    }

    main section#annual-reports .annual-reports-three-cards {
        width: calc(100% + 20px);
        margin-left: -10px
    }

    main section#annual-reports .annual-reports-three-cards .col-1-3 {
        margin-left: 10px;
        margin-right: 10px;
        width: calc(50% - 20px)
    }

    main section#annual-reports .annual-reports-single-chart-with-image .col-1-2 {
        width: 50%
    }

    main section#annual-reports .annual-reports-single-chart-with-image .col-1-2 .chart-shim {
        padding-bottom: 0
    }

    main section#annual-reports .annual-reports-single-chart-with-image .col-1-2 .image-shim {
        padding-left: 2rem
    }

    .chart-shim .d3-chart ul.grid-label-list li {
        width: 25%
    }
}

@media (min-width:1077px) {
    main section#annual-reports .annual-reports-image-with-two-charts .col-50-percent {
        width: 50%;
        padding-bottom: 0
    }

    main section#annual-reports .annual-reports-image-with-two-charts .col-50-percent .image-shim {
        padding-right: 3rem
    }

    main section#annual-reports .annual-reports-image-with-two-charts .col-25-percent {
        width: 50%
    }

    main section#annual-reports .annual-reports-three-cards .col-1-3 {
        margin-left: 10px;
        margin-right: 10px;
        width: calc(33.33% - 20px);
        padding-bottom: 0
    }

    .chart-shim .d3-chart.js-render-polyline-labels ul.grid-label-list {
        display: none
    }
}

@media (min-width:59.94rem) {
    .chart-shim .d3-chart.-label-two-col-medium ul.grid-label-list li {
        width: 25%
    }
}

body p.photo-desc,
.expanded-message p,
main section#contact .contact-info p {
    font-size: 20px !important;
    font-family: Helvetica Neue Light, Helvetica, Arial, sans-serif;
}


.gform_required_legend,
.gfield_required {
	display: none !important;
}

img {
	display: block;
	width: 100%;
	height: auto;
}

.page-template-page-who-we-are .pageHeader {
	width: 100%;
	height: 296px;
	background-size: cover;
	background-position: 50% 50%;
	margin-top: -50px;
	position: relative;
}
.page-template-page-who-we-are .pageHeader h2 {
	text-align: left;
	font: normal normal bold 38px/46px Helvetica Neue;
	letter-spacing: 0px;
	color: #FFFFFF;
	text-shadow: 0px 2px 3px #00000057;
	max-width: 1167px;
	margin: 0 auto;
	padding-top: 180px;
}
.page-template-page-who-we-are .pageContainer {
	max-width: 1167px;
	margin: 0 auto;
	padding: 0 20px;
}
.page-template-page-who-we-are .pageContainer .row {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	gap: 120px;
	margin-bottom: 80px;
	align-items: center;
	  justify-content: center;
}
@media screen and (min-width: 800px) {
	.page-template-page-who-we-are .pageContainer .row.left {
		flex-direction: row-reverse;
	}
	.page-template-page-who-we-are .pageContainer .column {
	  flex-direction: column;
	  flex-basis: 100%;
	  flex: 1;
	}
}
.page-template-page-who-we-are .pageContainer strong {
	font-family: Helvetica Bold,Helvetica,Arial,sans-serif;
}
.page-template-page-who-we-are .pageContainer h2 {
	color: #58585a;
	font-weight: 700;
	font-family: Helvetica Bold,Helvetica,Arial,sans-serif;
	font-size: 36px;
}
.page-template-page-who-we-are .pageContainer h3 {
	font-size: 26px;
	color: #232324;
	line-height: 1.2;
	font-weight: 300;
	font-family: Helvetica Neue Light,Helvetica,Arial,sans-serif;
}
.page-template-page-who-we-are .pageContainer p {
	font-size: 20px;
	font-family: Helvetica Neue Light,Helvetica,Arial,sans-serif;
}
.page-template-page-who-we-are .pageContainer a.button {
	background: #fff;
	border: 3px solid #58585a;
	border-radius: 0;
	color: #58585a;
	font-weight: 700;
	letter-spacing: -.5px;
	opacity: .85;
	padding: 15px 25px;
	margin: 20px 0 0;
	text-align: center;
	transition: .3s;
	display: inline-block;
}
.page-template-page-who-we-are .pageContainer a.button:hover {
	background: #58585a;
	color: #fff;
}
.page-template-page-who-we-are nav.main-navigation ul a {
color: #242425;
}
.page-template-page-who-we-are h3 a {
color: #58585a;
font-family: Helvetica Bold,Helvetica,Arial,sans-serif;
font-weight: 700;
}
@media screen and (min-width: 75rem) and (max-width: 87.44rem) {
.page-template-page-who-we-are h3 a {
	font-size: 1.5rem;
}
}

/* Contact Page Styles */
.page-template-page-contact .pageHeader {
	width: 100%;
	height: 296px;
	background-size: cover;
	background-position: 50% 50%;
	margin-top: -50px;
	position: relative;
}

.page-template-page-contact main section#contact h1,
.page-template-page-contact section.overview .intro-text p {
	font-size: 26px;
	color: #232324;
	line-height: 1.2;
	font-weight: 300;
	font-family: Helvetica Neue Light,Helvetica,Arial,sans-serif;
}

.page-template-page-contact nav.main-navigation ul a {
	color: #242425;
}

.page-template-page-contact h3 a {
	color: #58585a;
	font-family: Helvetica Bold,Helvetica,Arial,sans-serif;
	font-weight: 700;
}

@media screen and (min-width: 75rem) and (max-width: 87.44rem) {
	.page-template-page-contact h3 a {
		font-size: 1.5rem;
	}
}


.page-template-page-contact .pageHeader h2 {
	text-align: left;
	font: normal normal bold 38px/46px Helvetica Neue;
	letter-spacing: 0px;
	color: #FFFFFF;
	text-shadow: 0px 2px 3px #00000057;
	max-width: 1167px;
	margin: 0 auto;
	padding-top: 180px;
}

.page-template-page-contact .pageContainer {
	max-width: 1167px;
	margin: 0 auto;
	padding: 0 20px;
}

.page-template-page-contact .contact-info {
	margin-bottom: 40px;
}

.page-template-page-contact .contact-info p {
	font-size: 20px;
	font-family: Helvetica Neue Light, Helvetica, Arial, sans-serif;
	margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
	.page-template-page-contact .contact-form {
		margin-top: 40px;
	}
}

.page-template-page-contact main section#contact .contact-form input[type=submit] {
	background: #fff;
	border: 3px solid #58585a;
	border-radius: 0;
	color: #58585a;
	cursor: pointer;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	height: 40px;
	letter-spacing: -.5px;
	opacity: .85;
	transition: .3s;
	width: 105px;
}

@media screen and (max-width: 767px) {
	.page-template-page-contact .all-fields-required {
		text-align: left !important;
	}
}

.page-template-page-contact .contact-form label {
	display: block;
	margin-bottom: 5px;
	font-family: Helvetica Neue Light, Helvetica, Arial, sans-serif;
	font-size: 16px;
}

.page-template-page-contact .contact-form input[type="text"],
.page-template-page-contact .contact-form input[type="email"],
.page-template-page-contact .contact-form textarea {
	width: 100%;
	padding: 10px;
	margin-bottom: 20px;
	border: 1px solid #58585a;
	font-family: Helvetica Neue Light, Helvetica, Arial, sans-serif;
}

.page-template-page-contact .contact-form input[type="submit"] {
	background: #fff;
	border: 3px solid #58585a;
	border-radius: 0;
	color: #58585a;
	font-weight: 700;
	letter-spacing: -.5px;
	padding: 15px 25px;
	cursor: pointer;
	transition: .3s;
}

.page-template-page-contact .contact-form input[type="submit"]:hover {
	background: #58585a;
	color: #fff;
}

.page-template-page-contact .media-inquiry {
	margin-top: 40px;
	padding-top: 20px;
	border-top: 1px solid #58585a;
}

.page-template-page-contact .media-inquiry p {
	font-size: 20px;
	font-family: Helvetica Neue Light, Helvetica, Arial, sans-serif;
}

/* FAQ Page Styles */
.page-template-page-faqs .pageHeader {
    width: 100%;
    height: 296px;
    background-size: cover;
    background-position: 50% 50%;
    margin-top: -50px;
    position: relative;
}

.page-template-page-faqs .pageHeader h2 {
    text-align: left;
    font: normal normal bold 38px/46px Helvetica Neue;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-shadow: 0px 2px 3px #00000057;
    max-width: 1167px;
    margin: 0 auto;
    padding-top: 180px;
}

.page-template-page-faqs .pageContainer {
    max-width: 1167px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-template-page-faqs .faq-section {
    margin-bottom: 60px;
}

.page-template-page-faqs .faq-section h3 {
    font-size: 26px;
    color: #232324;
    line-height: 1.2;
    font-weight: 300;
    font-family: Helvetica Neue Light, Helvetica, Arial, sans-serif;
    margin-bottom: 30px;
}

.page-template-page-faqs .faq-item {
    margin-bottom: 30px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 30px;
}

.page-template-page-faqs .faq-item:last-child {
    border-bottom: none;
}

.page-template-page-faqs .faq-question {
    font-size: 20px;
    font-weight: 700;
    color: #58585a;
    font-family: Helvetica Bold, Helvetica, Arial, sans-serif;
    margin-bottom: 15px;
    cursor: pointer;
    position: relative;
    padding-right: 30px;
}

.page-template-page-faqs .faq-question:after {
    content: '+';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    transition: transform 0.3s ease;
}

.page-template-page-faqs .faq-item.active .faq-question:after {
    transform: translateY(-50%) rotate(45deg);
}

.page-template-page-faqs .faq-answer {
    font-size: 18px;
    line-height: 1.6;
    color: #232324;
    font-family: Helvetica Neue Light, Helvetica, Arial, sans-serif;
    display: none;
    padding-left: 20px;
}

.page-template-page-faqs .faq-item.active .faq-answer {
    display: block;
}

.page-template-page-faqs .faq-answer p {
    margin-bottom: 15px;
}

.page-template-page-faqs .faq-answer p:last-child {
    margin-bottom: 0;
}

.page-template-page-faqs .faq-answer a {
    color: #58585a;
    text-decoration: underline;
    transition: color 0.3s ease;
}

.page-template-page-faqs .faq-answer a:hover {
    color: #232324;
}

@media screen and (max-width: 768px) {
    .page-template-page-faqs .faq-question {
        font-size: 18px;
    }
    
    .page-template-page-faqs .faq-answer {
        font-size: 16px;
    }
}

/* FAQ Page Styles - Content Formatting */
.page-template-page-faqs .post-content ul {
    list-style-type: disc;
	margin-bottom: 1em;
}

.page-template-page-faqs .post-content ol {
    list-style-type: alpha;
	margin-bottom: 1em;
}

.page-template-page-faqs .post-content p {
    margin-top: 15px;
}

.page-template-page-faqs .post-content ul, .page-template-page-faqs .post-content ol {
    margin-top: 15px;
}

.page-template-page-faqs .post-content li {
    margin-left: 20px;
}

.page-template-page-faqs .post-content h1 {
    font-size: 2em;
}

.page-template-page-faqs .post-content h2 {
    font-size: 1.5em;
}

.page-template-page-faqs .post-content h4 {
    margin: 0 0 .75em;
}

.page-template-page-faqs em {
    font-style: italic;
}

.page-template-page-faqs nav.main-navigation ul a {
    color: #242425;
}

.page-template-page-faqs h3 a {
    color: #58585a;
    font-family: Helvetica Bold, Helvetica, Arial, sans-serif;
    font-weight: 700;
}

@media screen and (min-width: 75rem) and (max-width: 87.44rem) {
    .page-template-page-faqs h3 a {
        font-size: 1.5rem;
    }
}


/* Home Page Styles */
.page-template-page-home .pageHeader {
    width: 100%;
    height: 296px;
    background-size: cover;
    background-position: 50% 50%;
    margin-top: -50px;
    position: relative;
}

.page-template-page-home body header#main-header h1 .hide-logo {
    display: none;
}

.page-template-page-home nav.main-navigation ul a {
    color: #242425;
}

.page-template-page-home h3 a {
    color: #58585a;
    font-family: Helvetica Bold, Helvetica, Arial, sans-serif;
    font-weight: 700;
}

.page-template-page-home a:active, .page-template-page-home a:focus, .page-template-page-home a:hover {
	color: #104c90;
}

@media screen and (min-width: 75rem) and (max-width: 87.44rem) {
    .page-template-page-home h3 a {
        font-size: 1.5rem;
    }
}




.page-template-page-home .pageHeader h2 {
    text-align: left;
    font: normal normal bold 38px/46px Helvetica Neue;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-shadow: 0px 2px 3px #00000057;
    max-width: 1167px;
    margin: 0 auto;
    padding-top: 180px;
}

.page-template-page-home .pageContainer {
    max-width: 1167px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-template-page-home .hero-section {
    text-align: center;
    padding: 60px 0;
}

.page-template-page-home .hero-section h1 {
    font-size: 42px;
    color: #232324;
    line-height: 1.2;
    font-weight: 700;
    font-family: Helvetica Bold, Helvetica, Arial, sans-serif;
    margin-bottom: 30px;
}

.page-template-page-home .hero-section p {
    font-size: 20px;
    color: #58585a;
    line-height: 1.6;
    font-family: Helvetica Neue Light, Helvetica, Arial, sans-serif;
    max-width: 800px;
    margin: 0 auto 40px;
}

.page-template-page-home .cta-button {
    display: inline-block;
    background: #fff;
    border: 3px solid #58585a;
    border-radius: 0;
    color: #58585a;
    font-weight: 700;
    letter-spacing: -.5px;
    padding: 15px 25px;
    text-decoration: none;
    transition: .3s;
}

.page-template-page-home header#main-header h1 .hide-logo {
	display: none;
}

.page-template-page-home .cta-button:hover {
    background: #58585a;
    color: #fff;
}

.page-template-page-home .featured-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin: 60px 0;
}

.page-template-page-home .featured-item {
    text-align: center;
}

.page-template-page-home .featured-item img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.page-template-page-home .featured-item h3 {
    font-size: 24px;
    color: #232324;
    margin-bottom: 15px;
    font-family: Helvetica Bold, Helvetica, Arial, sans-serif;
}

.page-template-page-home .featured-item p {
    font-size: 16px;
    color: #58585a;
    line-height: 1.5;
    font-family: Helvetica Neue Light, Helvetica, Arial, sans-serif;
}

.page-template-page-home .news-section {
    background: #f5f5f5;
    padding: 60px 0;
    margin-top: 60px;
}

.page-template-page-home .news-section h2 {
    text-align: center;
    font-size: 36px;
    color: #232324;
    margin-bottom: 40px;
    font-family: Helvetica Bold, Helvetica, Arial, sans-serif;
}

.page-template-page-home .news-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.page-template-page-home .news-item {
    background: #fff;
    padding: 20px;
}

.page-template-page-home .news-item h3 {
    font-size: 20px;
    color: #232324;
    margin-bottom: 15px;
    font-family: Helvetica Bold, Helvetica, Arial, sans-serif;
}

.page-template-page-home .news-item p {
    font-size: 16px;
    color: #58585a;
    line-height: 1.5;
    font-family: Helvetica Neue Light, Helvetica, Arial, sans-serif;
}

.page-template-page-home .news-item .date {
    font-size: 14px;
    color: #888;
    margin-bottom: 10px;
    font-family: Helvetica Neue Light, Helvetica, Arial, sans-serif;
}

@media screen and (max-width: 1024px) {
    .page-template-page-home .featured-content,
    .page-template-page-home .news-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 768px) {
    .page-template-page-home .hero-section h1 {
        font-size: 32px;
    }
    
    .page-template-page-home .hero-section p {
        font-size: 18px;
    }
    
    .page-template-page-home .featured-content,
    .page-template-page-home .news-grid {
        grid-template-columns: 1fr;
    }
    
    .page-template-page-home .featured-item h3 {
        font-size: 20px;
    }
    
    .page-template-page-home .news-section h2 {
        font-size: 28px;
    }
}

/* ==========================================================================
   Basic Page Template (page.php)
   ========================================================================== */

/* Hero Header with Featured Image */
.page-template-default .pageHeader {
    width: 100%;
    height: 296px;
    background-size: cover;
    background-position: 50% 50%;
    margin-top: -50px;
    position: relative;
}

.page-template-default .pageHeader h2 {
    text-align: left;
    font: normal normal bold 38px/46px Helvetica Neue;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-shadow: 0px 2px 3px #00000057;
    max-width: 1167px;
    margin: 0 auto;
    padding-top: 180px;
}

/* When no featured image, add padding to page */
.page-template-default:not(.has-post-thumbnail) .page {
    padding-top: 180px;
}

/* Page Container - full width content */
.page-template-default .pageContainer {
    max-width: 1167px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Title header when no featured image */
.page-template-default .page-title-header {
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e0e0e0;
}

.page-template-default .page-title-header h1 {
    color: #58585a;
    font-weight: 700;
    font-family: Helvetica Bold, Helvetica, Arial, sans-serif;
    font-size: 42px;
    line-height: 1.2;
    margin: 0;
}

/* Page Body Content */
.page-template-default .page-body {
    font-family: Helvetica Neue Light, Helvetica, Arial, sans-serif;
    font-size: 20px;
    line-height: 1.6;
    color: #333;
}

.page-template-default .page-body p {
    font-family: Helvetica Neue Light, Helvetica, Arial, sans-serif;
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 1.5em;
}

.page-template-default .page-body h2 {
    color: #58585a;
    font-weight: 700;
    font-family: Helvetica Bold, Helvetica, Arial, sans-serif;
    font-size: 32px;
    margin: 1.5em 0 0.75em;
}

.page-template-default .page-body h3 {
    color: #58585a;
    font-weight: 700;
    font-family: Helvetica Bold, Helvetica, Arial, sans-serif;
    font-size: 26px;
    margin: 1.25em 0 0.5em;
}

.page-template-default .page-body h4 {
    color: #58585a;
    font-weight: 700;
    font-family: Helvetica Bold, Helvetica, Arial, sans-serif;
    font-size: 22px;
    margin: 1em 0 0.5em;
}

.page-template-default .page-body ul,
.page-template-default .page-body ol {
    margin: 1em 0 1.5em 1.5em;
    font-family: Helvetica Neue Light, Helvetica, Arial, sans-serif;
    font-size: 20px;
}

.page-template-default .page-body ul {
    list-style-type: disc;
}

.page-template-default .page-body ol {
    list-style-type: decimal;
}

.page-template-default .page-body li {
    margin-bottom: 0.5em;
    line-height: 1.5;
}

.page-template-default .page-body a {
    color: #58585a;
    text-decoration: underline;
}

.page-template-default .page-body a:hover {
    text-decoration: none;
}

.page-template-default .page-body blockquote {
    margin: 1.5em 0;
    padding: 1em 1.5em;
    border-left: 4px solid #58585a;
    background: #f9f9f9;
    font-style: italic;
}

.page-template-default .page-body img {
    max-width: 100%;
    height: auto;
    margin: 1em 0;
}

.page-template-default .page-body table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.5em 0;
}

.page-template-default .page-body th,
.page-template-default .page-body td {
    padding: 12px 15px;
    border: 1px solid #ddd;
    text-align: left;
}

.page-template-default .page-body th {
    background: #f5f5f5;
    font-weight: 700;
}

/* Responsive styles for basic page */
@media screen and (max-width: 768px) {
    .page-template-default:not(.has-post-thumbnail) .page {
        padding-top: 120px;
    }
    
    .page-template-default .pageHeader {
        height: 200px;
    }
    
    .page-template-default .pageHeader h2 {
        font-size: 1.5rem;
        padding-top: 120px;
    }
    
    .page-template-default .pageContainer {
        padding: 0 15px;
    }
    
    .page-template-default .page-title-header h1 {
        font-size: 32px;
    }
    
    .page-template-default .page-body,
    .page-template-default .page-body p,
    .page-template-default .page-body ul,
    .page-template-default .page-body ol {
        font-size: 18px;
    }
    
    .page-template-default .page-body h2 {
        font-size: 26px;
    }
    
    .page-template-default .page-body h3 {
        font-size: 22px;
    }
    
    .page-template-default .page-body h4 {
        font-size: 20px;
    }
}
