html {
    font-size: 16px;
    line-height: 1.5;
    color: #5c5c5c;
}

@media (min-width: 992px) {
    html {
        font-size: 18px;
        line-height: 1.75;
    }
}

html,
body {
    max-width: 100% !important;
    overflow-x: hidden;
}

body {
    font-family: 'Source Sans Pro', sans-serif;
}


@media (max-width: 575.98px) {
    .container,
    .container-fluid,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        padding-right: var(--bs-gutter-x,1.2rem);
        padding-left: var(--bs-gutter-x,1.2rem);
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', 'Source Sans Pro', sans-serif;
    font-weight: 300;
    color: #3e3e3e;
}

h1 b,
h2 b,
h3 b,
h4 b,
h5 b,
h6 b,
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
    font-family: 'Montserrat', 'Source Sans Pro', sans-serif;
    font-weight: 800;
}

.pt-7 {
    padding-top: 7rem !important;
}

.pb-7 {
    padding-bottom: 7rem !important;
}

.py-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
}

.pt-10 {
    padding-top: 10rem !important;
}

.pb-10 {
    padding-bottom: 10rem !important;
}

.py-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
}

a:not(.btn),
a:not(.btn):link {
    color: #b7be11 !important;
}

a:not(.btn):visited {
    color: #a5ab0f !important;
}

a:not(.btn):active,
a:not(.btn):hover,
a:not(.btn):focus {
    color: #d3db13 !important;
}

a.grey,
a.grey:link,
a.grey:visited {
    color: #5c5c5c !important;
    text-decoration: none !important;
}

a.grey:active,
a.grey:hover,
a.grey:focus {
    color: #3e3e3e !important;
    text-decoration: underline !important;
}

.btn.btn-orange {
    background-color: #e2910c;
    color: #fff;
    padding: 0.8rem 2.5rem;
}

.btn.btn-green {
    background-color: #b7be11;
    color: #fff;
    padding: 0.8rem 2.5rem;
}

@media (max-width: 767.98px) {
    .btn.btn-orange,
    .btn.btn-green {
        width: 100%;
    }
}

.btn {
    border-radius: 0 !important;
}

.arrow-left,
.arrow-right {
    width: 28px;
    max-width: 100%;
    height: auto;
}

.arrow-left {
    margin-right: 1rem;
}

.arrow-right {
    margin-left: 1rem;
}

.content-body p,
.content-body h1,
.content-body h2,
.content-body h3,
.content-body h4,
.content-body h5,
.content-body h6 {
    margin-bottom: 2rem;
}

.content-body ul {
    padding-left: 1rem;
}

.content-body ul li {
    padding-left: 1.5rem;
}

.text-bigger {
    font-size: 1.2rem;
    line-height: 1.4;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-dark-grey {
    color: #424852 !important;
}

.text-orange {
    color: #e16525 !important;
}

.text-green-light {
    color: #c5d027 !important;
}

.text-green {
    color: #b7be11 !important;
}

.text-green-bg {
    background-color: #b7be11;
    color: #000;
    font-weight: 600;
    padding: 0.2rem 3.8rem;
}

p.text-animated-header {
    margin-bottom: 0rem;
}

.text-animated-header {
    font-size: 3.6rem;
    line-height: 3.4rem;
}

@media (max-width: 575.98px) {
    .text-animated-header {
        font-size: 3rem;
        line-height: 2.8rem;
    }
}

.text-header-push-left {
    margin-left: -5%;
}

.text-header-push-right {
    margin-left: 2%;
}

h1.green-line {
    font-size: 2rem;
    line-height: 0.9;
    border-left: 0.4rem solid #b7be11;
    padding:  0.5rem 0 0.5rem 1.4rem;
    letter-spacing: 0;
}

@media (min-width: 768px) {
    .text-header-push-left {
        margin-left: -5%;
    }

    .text-header-push-right {
        margin-left: 5%;
    }
}

@media (min-width: 992px) {
    .text-header-push-left {
        margin-left: -5%;
    }
    .text-header-push-right {
        margin-left: 15%;
    }
}

.background-white {
    background-color: #ffffff !important;
}

.background-grey {
    background-color: #e2e5e0 !important;
}

.background-green {
    background-color: #b7be11 !important;
}

.background-orange {
    background-color: #e67405 !important;
}

.background-brown {
    background-color: #905a00 !important;
}

.background-blue {
    background-color: #29abe2 !important;
}

body:not(.noJs) .fade-in {
    opacity: 0;
    transition: opacity 600ms ease-in;
}

body:not(.noJs) .fade-in.appear {
    opacity: 1;
}

body:not(.noJs) .from-left {
    /*grid-column: ;*/
    transform: translateX(-50%);
}

body:not(.noJs) .from-right {
    /*grid-column: ;*/
    transform: translateX(50%);
}

body:not(.noJs) .from-left,
body:not(.noJs) .from-right {
    transition: opacity 600ms ease-in, transform 600ms ease-in;
    opacity: 0;
}

body:not(.noJs) .from-left.appear,
body:not(.noJs) .from-right.appear {
    transform: translateX(0);
    opacity: 1;
}

header {
    position: relative;
    box-sizing: border-box;
    resize: none;
    border: 0;
    max-width: 100%;
    padding: 0;
    margin: 0;
    text-align: center;
    overflow: hidden;
}

.hero {
    position: relative;
    width: auto;
    max-width: 100%;
    padding-bottom: 71%;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    z-index: -1;
}

.secondary .hero {
    padding-bottom: 50%;
}

@media screen and (min-width: 992px) {
    .home .hero {
        /* Create the parallax scrolling effect */
        background-attachment: fixed;
        background-position: center;
        background-size: cover;
    }
    .secondary .hero {
        background-size: 100% auto;
    }
}

@media screen and (min-width: 992px) and (max-width: 1399.98px) {
    .secondary .hero {
        background-position: center top;
        background-attachment: fixed;
    }
}

@media screen and (min-width: 1400px) {
    .secondary .hero {
        background-position: center bottom;
    }
}

.hero-height {
    display: none;
}

.hero-copy-container {
    position: absolute;
    right: 10%;
    top: 20%;
    font-size: 2.5rem;
    line-height: 1;
    letter-spacing: 0;
    padding: 5.5rem 2.2rem 5.5rem 2rem;
}

.hero-copy-container-subpage {
    position: absolute;
    top: 10%;
    left: 10%;
    width: 80%;
}

.hero-copy-container-subpage-right {
    position: absolute;
    top: 30%;
    left: unset;
    right: 10%;
    width: 50%;
}

.hero-copy-subpage-small {
    font-family: 'Montserrat', 'Source Sans Pro', sans-serif;
    font-weight: 300;
    color: #000;
    font-size: 1rem;
    line-height: 1.2rem;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
}

.hero-copy-subpage-small b,
.hero-copy-subpage-small strong {
    font-family: 'Montserrat', 'Source Sans Pro', sans-serif;
    font-weight: 800;
    color: #b7be11;
}

.hero-copy-subpage-gradient {
    background: -webkit-linear-gradient(#114c74, #483f82);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-copy-subpage-large {
    font-family: 'Montserrat', 'Source Sans Pro', sans-serif;
    font-size: 3rem;
    font-weight: 300;
    line-height: 3rem;
    color: #114c74;
    padding-bottom: 1rem;
    margin-left: -0.3rem;
    letter-spacing: -0.12rem;
}

.hero-copy-subpage-large.text-green-light {
    color: #c5d027 !important;
}

.hero-copy-container-green {
}

.hero-copy-container-green .hero-effect:before {
    content: '';
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(197, 208, 39);
    mix-blend-mode: multiply !important;
}

.hero-copy {
    color: #fff;
    isolation: isolate;
}

.hero-copy span {
    color: #fff;
    isolation: isolate;
}

.arrow-right.hero-arrow {
    color: #fff;
    isolation: isolate;
    margin-left: 1rem;
}

@media screen and (min-width: 992px) and (max-width: 1399.98px) {
    .hero-copy-container-subpage {
        top: 200px;
        left: 8%;
        width: 70%;
    }

    .hero-copy-container-subpage-right {
        position: absolute;
        top: 40%;
        left: unset;
        right: 10%;
        width: 50%;
    }
}

@media (min-width: 1400px) {

    .hero-copy-container {
        right: 15%;
        font-size: 3.5rem;
        padding: 5.75rem 2.5rem 5.75rem 2.2rem;
    }

    .hero-copy-container-subpage {
        top: 200px;
        left: 10%;
        width: 80%;
        max-width: 700px;
    }

    .hero-copy-container-subpage-right {
        position: absolute;
        top: 40%;
        left: unset;
        right: 10%;
        width: 50%;
    }

    .hero-copy-subpage-small {
        font-size: 1.4rem;
        line-height: 1;
    }

    .hero-copy-subpage-large {
        font-size: 4rem;
        line-height: 1;
    }

}

@media (max-width: 767.98px) {

    .hero-copy-container {
        right: 7%;
        font-size: 1.75rem;
        padding: 4rem 1.75rem 4rem 1.5rem;
    }

    .hero-copy-container-subpage {
        top: 10%;
        left: 6%;
        width: 88%;
    }

    .hero-copy-container-subpage-right {
        position: absolute;
        top: 40%;
        left: unset;
        right: 10%;
        width: 50%;
    }

    .hero-copy-subpage-small {
        margin-bottom: 0.5rem;
    }

    .hero-copy-subpage-large {
        font-size: 1.8rem;
        line-height: 1;
        padding-bottom: 0.5rem;
        margin-left: -0.2rem;
        letter-spacing: 0;
    }

}

@media (max-width: 575.98px) {

    .hero-copy-container {
        right: 4%;
    }

    .hero-copy-container {
        top: 10px;
        font-size: 1.25rem;
        padding: 2rem 1rem;
    }

    .hero-copy-container-subpage {
        left: 4%;
        width: 92%;
    }

}

.header-logo {
    display: block;
    max-width: 20vw;
    height: auto;
    border: 0;
    margin-left: -1.55rem;
}

#mainNav .nav-item {
    background-color: rgba(255, 255, 255, 0.75);
    border-top: 1px solid #d9dde1;
}

#mainNav .navbar-nav.navbar-nav-transparent .nav-item {
    background-color: transparent;
}

#mainNav .nav-item:first-child {
    border-top: 0;
}

#mainNav .nav-link {
    font-weight: 400;
    text-transform: uppercase;
    color: #6d7985 !important;
    padding: 1.75rem .5rem;
}

#mainNav a.nav-link,
#mainNav a.nav-link:visited {
    color: #6d7985 !important;
}

#mainNav.text-glow .nav-item a.nav-link,
#mainNav.text-glow .nav-item a.nav-link:visited {
    color: #000 !important;
    text-shadow: 0px 0px 7px #fff, 0px 0px 7px #fff;
}

#mainNav a.nav-link.active,
#mainNav a.nav-link:hover,
#mainNav a.nav-link:active,
#mainNav a.nav-link:focus {
    background-color: #c5d027 !important;
    color: #fff !important;
}

#mainNav .nav-item:hover {
    border-color: transparent !important;
}

#mainNav.text-glow .nav-item a.nav-link.active,
#mainNav.text-glow .nav-item a.nav-link:hover,
#mainNav.text-glow .nav-item a.nav-link:active,
#mainNav.text-glow .nav-item a.nav-link:focus {
    color: #fff !important;
    text-shadow:  0px 0px 0px transparent, 0px 0px 0px transparent !important;
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .header-logo {
        max-width: 15vw;
    }
    #mainNav .nav-item {
        background-color: transparent;
    }
}

@media (min-width: 992px) {

    header .navbar > .container-fluid {
        align-items: start !important;
    }

    header:not(.no-hero) #navbar-container {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        z-index: 100;
    }

    .header-logo {
        max-width: 168px;
        margin-left: 0;
    }

    #mainNav .nav-item {
        border-top: 0;
        border-left: 1px solid #d9dde1;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    #mainNav .nav-link {
        padding: 2rem 1.25rem;
    }
}

@media (min-width: 1200px) {

    #mainNav .nav-link {
        padding: 2.5rem 1.75rem;
    }

}

footer .dark-bar {
    background-color: #5a6771;
    color: #fff;
    padding: 1.25rem 0;
    font-size: 0.8rem;
}

footer .dark-bar a,
footer .dark-bar a:link,
footer .dark-bar a:visited,
footer .dark-bar a:hover,
footer .dark-bar a:active,
footer .dark-bar a:focus {
    color: #fff !important;
    text-decoration: none;
}

footer .dark-bar a:hover,
footer .dark-bar a:active,
footer .dark-bar a:focus {
    text-decoration: underline;
}

footer .light-bar {
    background-color: #e2e5e0;
    color: #4b565f;
    padding: 1.25rem 0;
}


footer .light-bar a,
footer .light-bar a:link,
footer .light-bar a:visited,
footer .light-bar a:hover,
footer .light-bar a:active,
footer .light-bar a:focus {
    color: #4b565f !important;
    text-decoration: none;
}

footer .light-bar a:hover,
footer .light-bar a:active,
footer .light-bar a:focus {
    text-decoration: underline
}

footer .light-bar .nlcdc-logo {
    padding-bottom: 1.75rem;
}


footer .light-bar .nlcdc-logo img {
    max-width: 100% !important;
}

footer .light-bar i.fas {
    color: #b9c6d1 !important;
    text-decoration: none !important;
    margin-right: .25rem;
}

footer .light-bar .smaller-logo img {
    display: block;
    max-width: 65% !important;
    margin-left: auto;
    margin-right: auto;
}

footer .light-bar .smaller-logo img.bigger {
    display: block;
    max-width: 100% !important;
    margin-left: auto;
    margin-right: auto;
}

footer .spacer {
    padding: 0 1rem;
}

@media (min-width: 768px) and (max-width: 1199.98px) {

    footer .light-bar .smaller-logo img {
        max-width: 50% !important;
        margin-left: auto;
        margin-right: auto;
    }

    footer .light-bar .smaller-logo img.bigger {
        max-width: 80% !important;
        margin-left: auto;
        margin-right: 0;
    }

}

@media (max-width: 767.98px) {

    footer .light-bar .smaller-logo img {
        max-width: 28% !important;
        margin-left: auto;
        margin-right: auto;
    }

    footer .light-bar .smaller-logo img.bigger {
        max-width: 44% !important;
        margin-left: auto;
        margin-right: auto;
    }
}

section {
    position: relative;
}

section.brown {
    background-color: #a77151;
}

section.light-brown {
    background-color: #e6cbb9;
}

.section-header-bg {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: 100%;
    padding-bottom: 30%;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    margin: 2rem auto 0 auto;
}

.section-header-bg-green {
    background-image: url('/img/header-bgs/2020-green.png');
}

.section-header-bg-blue {
    background-image: url('/img/header-bgs/2020-blue.png');
}

.section-header-bg-orange {
    background-image: url('/img/header-bgs/2020-orange.png');
}

.section-header-bg .section-header-copy {
    font-size: 2rem;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: -26%;
}

.section-header-bg .section-header-copy b,
.section-header-bg .section-header-copy strong {
    font-weight: 900;
}


@media (min-width: 992px) {

    .section-header-bg .section-header-copy {
        font-size: 3.2rem;
    }

}

.section-bg {
    position: relative;
    width: auto;
    max-width: 100%;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
    padding-top: 3.9rem;
    padding-bottom: 3.9rem;
}

.section-bg-galaxy {
    background-image: url('/img/backgrounds/galaxy-bg.jpg');
}

.news-header-row {
    margin-bottom: -1rem;
}

.black-header {
    display: inline-block;
    background-color: #000;
    padding: 1rem 1.75rem;
    font-family: 'Source Sans Pro', sans-serif;
    color: #fff;
    font-size: 1.5rem;
    font-weight: normal;
    text-transform: uppercase;
}

.news-story {
    font-family: 'Montserrat', 'Source Sans Pro', sans-serif;
    font-size: 1.75rem;
    line-height: 1.75rem;
    font-weight: 300;
}

.news-story b {
    font-size: 2.8rem;
    line-height: 2.6rem;
    font-weight: 700;
}

.news-link {
    padding-left: 3rem;
}

@media (max-width: 991.98px) {

    .news-header-row {
        margin-bottom: 0;
    }

}

@media (max-width: 767.98px) {

    .news-header-row {
        margin-bottom: 1rem;
    }

    .news-story {
        font-size: 1.25rem;
        line-height: 1.25rem;
    }

    .news-story b {
        font-size: 2rem;
        line-height: 2rem;
    }
}

@media (max-width: 575.98px) {

    .black-header {
        padding: 0.5rem 0.75rem;
    }

    .news-story {
        font-size: 1rem;
        line-height: 1rem;
    }

    .news-story b {
        font-size: 1.5rem;
        line-height: 1.5rem;
    }

    .news-link {
        padding-left: 0.5rem;
    }
}

.background-point {
    display: block;
    margin: 0 auto;
}

.chairmans-quote {
    font-size: 1.2rem;
    color: #0e4972;
    text-align: center;
    border-top: 1px solid #b7be11;
    border-bottom: 1px solid #b7be11;
    padding: 0.75rem 0;
    margin: 0;
}

.chairmans-portrait {
    max-width: 75% !important;
    margin-left: auto;
    margin-right: auto;
}

.chairmans-quote-left {
    width: 45px;
    height: auto;
    margin-top: -20px;
    margin-bottom: -10px;
}

.chairmans-message-spacer {
    margin-bottom: 1rem;
}

.chairmans-quote-right {
    float: right;
    width: 45px;
    height: auto;
    margin-top: -10px;
}

.chairmans-message-signature {
    width: 150px;
    height: auto;
    margin-left: -0.5rem;
}

@media (max-width: 440px) {
    .chairmans-quote-left {
        margin-top: -19px;
    }
}

.feather-grey-bottom {
    diplay: block;
    max-width: 60%;
    height: auto;
    float: right;
    clear: right;
    margin: -7rem -1rem 0 auto;
}

@media (max-width: 767.98px) {
    .feather-grey-bottom {
        margin: -3rem 0 0 auto;
    }
}

@media (min-width: 768px) {

    .chairmans-message-header {
        position: absolute;
        top: 5rem;
        margin-bottom: -3rem;
        z-index: 100;
    }

    .chairmans-message {

    }
}

@media (min-width: 992px) {

    .chairmans-message-header {
        margin-bottom: -5rem;
    }
}

.icon-left {
    width: 38px;
    max-width: 100%;
    height: auto;
    border: 0;
    margin: 0 1.5rem 0 0;
}


@media (min-width: 768px) {

    .icon-left {
        margin: 0 1.5rem 0 -16px;
    }

}

.label-50 {
    display: inline-block;
    width: 70%;
}

@media (min-width: 768px) {
    .label-50 {
        width: 50%;
    }
}

@media (min-width: 992px) {
    .label-50 {
        width: 40%;
    }
}

.project-container {
    position: relative;
}

.project-image {
    width: 50%;
    max-width: 50%;
    height: 50%;
}

.project-copy-container {
    width: 50%;
    padding: 1rem 1.5rem;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
}

.project-copy {
    max-width: 60%;
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .project-copy {
        max-width: 100%;
    }

    .project-copy-container {
        padding: 0.5rem;
    }
}

.project-arrow {
    width: 20px;
    height: 30px;
    border: 0;
    margin-top: 0.25rem;
}

.project-arrow-left {
    margin-right: 0.5rem;
}

.project-link:hover .project-arrow-left {
    width: 20px;
    height: 30px;
    animation: moveToLeft 1.5s ease-in-out;
    animation-delay: 100ms;
}

@keyframes moveToLeft {
    0% {
        transform: translateX(0px);
    }
    50% {
        width: 40px;
        height: 60px;
        transform: translateY(-5px);
        margin-right: 0.25rem;
        margin-left: -0.25rem;
    }
    100% {
        width: 20px;
        height: 30px;
        transform: translateX(0px) translateY(0px);
        margin-right: 0.5rem;
    }
}

.project-arrow-right {
    margin-left: 0.5rem;
}

.project-link:hover .project-arrow-right {
    width: 20px;
    height: 30px;
    animation: moveToRight 1.5s ease-in-out;
    animation-delay: 100ms;
}

@keyframes moveToRight {
    0% {
        transform: translateX(0px);
    }
    50% {
        width: 40px;
        height: 60px;
        transform: translateY(-5px);
        margin-right: -0.25rem;
        margin-left: 0.25rem;
    }
    100% {
        width: 20px;
        height: 30px;
        transform: translateY(0px);
        margin-right: 0;
        margin-left: 0.5rem;
    }
}

.project-link:hover .project-label {
    animation: scaleProjectLabel 1.5s ease-in-out;
    animation-delay: 100ms;
}

@keyframes scaleProjectLabel {
    0% {
        font-size: 1.2rem;
    }
    50% {
        font-size: 1.4rem;
    }
    100% {
        font-size: 1.2rem;
    }
}


@media (min-width: 992px) {

    .project-link:hover .project-copy {
        animation: scaleProjectCopyContainer 1.5s ease-in-out;
        animation-delay: 100ms;
    }

    @keyframes scaleProjectCopyContainer {
        0% {
            max-width: 60%;
        }
        50% {
            max-width: 75%;
        }
        100% {
            max-width: 60%;
        }
    }
}

a.project-link,
a.project-link:link,
a.project-link:visited,
a.project-link:hover,
a.project-link:active,
a.project-link:focus {
    color: #ffff !important;
    text-decoration: none !important;
}

/*
* Bios
*/

#staff span.btn.btn-outline-secondary {
    display: inline-block;
    cursor: auto;
}

#staff span.btn.btn-outline-secondary:hover,
#staff span.btn.btn-outline-secondary:focus {
    background-color: transparent;
    color: #6c757d;
    border-color: #6c757d;
}

.btn-bio-toggle {
    display: block;
    margin: 1rem auto;
    font-family: 'Montserrat', 'Source Sans Pro', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}

.staff-bio-container,
.board-members-container {
    background-color: #e2e5e0;
}

.staff-bio-container a,
.board-members-container a {
    position: relative;
    display: block;
    cursor: pointer;
    margin: 1rem 0.4rem;
}


.staff-bio-container a img,
.board-members-container a img {
    width: 100%;
}

.staff-bio-container a .overlay,
.board-members-container a .overlay {
    display: none;
    background-color: rgba(3, 26, 42, 0.65);
    padding: 0.8rem 0.5rem;
}

.staff-bio-container a:hover .overlay,
.board-members-container a:hover .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.staff-bio-container a .overlay h3,
.board-members-container a .overlay h3 {
    width: 100%;
    font-family: 'Montserrat', 'Source Sans Pro', sans-serif;
    font-weight: 600;
    color: #fff;
    font-size: 0.8rem;
    line-height: 1.1;
    letter-spacing: 0.1rem;
    text-align: center;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    overflow: hidden;
}
/*
@media (max-width: 575.98px) {
    .bio-modal {
        padding-left: 0 !important;
        padding-right: 0 !important;
        max-width: 100% !important;
        min-height: 100% !important;
        height: auto !important;
        top: 0 !important;
        bottom: 0 !important;
        left: 0 !important;
        right: 0 !important;
    }
    .bio-modal .modal-dialog {
        margin-left: 0;
        margin-right: 0;
    }
    .bio-modal .modal-content {
        max-width: 350px !important;
        margin-left: auto;
        margin-right: auto;
    }
}
*/
.bio-modal .modal-header {
    border-bottom: 0;
    background-image: url('/img/bios/header-bar.png');
    background-position: left top;
    background-size: 100%;
    background-size: cover;
}

.bio-modal .modal-title {
    position: relative;
    color: #fff;
}

.bio-header-arrow {
    display: inline-block;
    height: 1.6rem;
    width: auto;
    margin-right: 0.6rem;
}

.bio-image {
    width: 100%;
    margin: 0 auto;
}

.bio-details {
    background-color: #cdcdcd;
    color: #4b565f;
}

.bio-details span {
    display: inline-block;
    height: auto;
    padding: 1.8rem;
}

.bio-details h6 {
    font-size: 2rem;
    color: #5a6771;
    margin-bottom: 2rem;
    text-transform: uppercase;
}

.bio-details .btn.btn-orange {
    padding: 0.3rem 1.5rem;
}

@media (max-width: 767.98px) {

    .staff-bio-container a,
    .board-members-container a {
        display: block;
        width: 90%;
        margin: 1rem auto;
    }

    .staff-bio-container a .overlay h3,
    .board-members-container a .overlay h3 {
        font-size: 1.6rem;
    }

    .bio-modal .modal-header .btn-close {
        background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    }

}



@media (min-width: 768px) and (max-width: 991.98px)  {

    .staff-bio-container a .overlay,
    .board-members-container a .overlay {
        padding: 0.4rem 0.2rem;
    }

    .staff-bio-container a .overlay h3,
    .board-members-container a .overlay h3 {
        font-size: 0.7rem;
        line-height: 1;
        letter-spacing: 0.05rem;
    }

}

/*
* Downloads
 */

#downloadsContainer {
    position: relative;
    width: auto;
    margin: 0;
}

#downloadsInnerContainer {
    position: relative;
    width: 1200px;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

#downloadImg {
    height: auto;
    width: 1200px;
    max-width: 100%;
}

#downloadsMap area {
    display: block !important;
    background: rgba(0, 0, 0, 0.75);
}

.subpage-content {
    color: #4b565f;
}

.prepend-green-arrow:before {
    width: 30px;
    height: 28px;
    content: " ";
    display: block;
    float: left;
    margin-left: -30px;
    background-image: url('/img/green-arrow.png');
    background-size: 17px 28px;
    background-repeat: no-repeat;
    background-position: left center;
}


