html, body {
    font-family: Oxygen, sans-serif;
}

h1:focus {
    outline: none;
}

.navBarContainer {
    background-color: #0000;
    margin-top: 20px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.navBar {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.navBarLinksContainer {
    align-items: center;
    display: flex;
    float: right;
    position: relative;
}

.navLink {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    vertical-align: top;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    text-decoration: none;
    display: inline-block;
    position: relative;
    font-family: Oxygen, sans-serif;
    text-align: center;
}

    .navLink:hover {
        color: #ffba00;
    }

.navLinkLight {
    color: #5a5a5a;
}

.navLinkActive {
    color: #ffba00;
}

.homePageVideoContainer {
    background-color: #00000070;
    height: 90vh;
    color: #fff;
    position: relative;
    overflow: hidden;
    min-height: 1000px;
}

.homePageVideo {
    object-fit: cover;
    z-index: -100;
    background-position: 50%;
    background-size: cover;
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    inset: -100%;
}

.homePageVideoTextOverlay {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    height: 74%;
    padding-top: 156px;
    display: flex;
    max-width: 995px;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
}

.homePageButtonContainer {
    flex-flow: row;
}

.homePageButton {
    color: #fff;
    margin-top: 30px;
    transition: background-color .2s linear;
    cursor: pointer;
    background-color: #0000;
    border: 1px solid #58a201;
    border-radius: 0;
    padding: 15px 30px;
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
}

.homePageButton:hover {
    background: #58a201;
}

.homePageButtonYellow {
    border: 1px solid #ffba00;
}

.homePageButtonYellow:hover {
    background: #ffba00;
}

.homePageMissionSectionContainer {
    background-color: #fff;
    padding-top: 72px;
    padding-bottom: 72px;
}

.homePageMissionContent {
    max-width: 995px;
    margin-left: auto;
    margin-right: auto;
}

.homePageMissionGrid {
    grid-column-gap: 43px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    display: grid;
    grid-row-gap: 16px;
    grid-auto-columns: 1fr;
}

.homePageMissionGridLeftCol {
    padding-top: 0;
    padding-left: 49px;
}

.homePageMissionGridRightCol {
    text-align: center;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 11px;
    justify-content: center;
    align-items: center;
    min-height: 490px;
    display: flex;
    overflow: hidden;
}

.homePageMissionTitle {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    color: #333;
}

.homePageMissionSubtitle {
    font-size: 25px;
    font-weight: 700;
    line-height: 41px;
    transition: color .2s;
    color: #333;
    margin-top: 10px;
    margin-left: 50px;
}

.homePageMissionText {
    margin-bottom: 10px;
    padding-top: 8px;
    color: #333;
    font-size: 14px;
    line-height: 20px;
}

.homePageMissionFloatingBox {
    background-color: #f8faf5;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    place-content: space-around center;
    place-items: center;
    padding-top: 58px;
    padding-bottom: 35px;
    display: flex;
    margin-top: 50px;
    border-radius: 10px;
    margin-left: 49px;
}

.homePageObjectiveContainer {
    text-align: center;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
    width: 24%;
}

.homePageObjectiveIconContainer {
    justify-content: center;
    align-items: center;
    width: 75px;
    height: 75px;
    display: flex;
}

.homePageObjectiveTextContainer {
    padding-top: 9px;
}

.homePageObjectiveTitle {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    font-family: Oxygen, sans-serif;
}

.homePageObjectText {
    margin-bottom: 10px;
    padding-top: 8px;
    color: #333;
    font-size: 14px;
    line-height: 20px;
}

.grantContainer {
    margin-top: 100px;
    background-color: #f8f9fa;
    padding-top: 60px;
    padding-bottom: 60px;
}

.grantSectionContainer {
    background-color: #fff;
    padding-top: 40px;
    padding-bottom: 30px;
}

.grantContentSection {
    background-color: #fff;
    max-width: 995px;
    margin-left: auto;
    margin-right: auto;
    padding: 40px;
    border-radius: 20px;
    padding-bottom: 20px;
}

.grantSectionHeader {
    margin-bottom: 35px;
    color: #333;
    text-align: center;
}

.grantSectionSubHeader {
    color: #333;
    font-size: 20px;
    text-align: center;
}

.grantSectionTitle {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 25px;
    font-weight: 700;
    line-height: 25px;
    color: #333;
    text-align: left;
}

.grantSectionSeparator {
    width: 100%;
    margin-top: 35px;
    margin-bottom: 40px;
    background-color: #c2c2c2;
    height: 1px;
    opacity: 0.5;
}

.grantContentText {
    margin-bottom: 10px;
    padding-top: 8px;
    color: #333;
    font-size: 14px;
    line-height: 20px;
}

.grantContentSection ul {
    margin-bottom: 5px;
}

    .grantContentSection ul li {
        color: #333;
        font-size: 14px;
        line-height: 25px;
    }

.grantContentSection table {
    padding-top: 5px;
    display: block;
}

.grantContentSection tr {
    margin-bottom: 15px;
    display: block;
}

.grantContentSection td, th {
    color: #333;
    font-size: 14px;
}

.grantBudgetColOne {
    width: 250px;
}

.boldText {
    font-weight: bold;
}

.greenLink {
    color: #4e7519;
    text-decoration: none;
}

.yellowLink {
    color: #ffba00;
    text-decoration: none;
}

.blueLink {
    color: #2aaddb;
    text-decoration: none;
}