/*------------------- MISC BEGINS --------------------*/
.menu {
    list-style-type: none;
    font-size: 1.2em
}

.item {
    padding: 10px
}

.item.button {
    padding: 9px 5px
}

.item:not(.button) a:hover,
.item a:hover::after {
    color: #A4925A;
    font-weight: 900
}

main {
    position: relative;
    top: 2em
}

.page-heading {
    visibility: hidden
}

.aboutus {
    margin-top: 0em
}

.menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center
}

.menu li a {
    display: block;
    padding: 15px 5px
}

.item {
    order: 3;
    display: none;
    text-align: center;
    width: 100%
}

.active .item {
    display: block;
    font-size: 1.5em
}
/*---------------------------- MISC ENDS -----------------------*/


/*-------------------- MOBILE-PORTRAIT BEGINS ------------------*/
/* @media all and (max-width:423px) { */
/* @media all and (max-width:430px) { */
@media only screen and (min-height: 932px) and (orientation: portrait) {
    html,
    body {
        position: relative;
        overflow-x: hidden;
        margin: 0 auto;
        width: 100%
    }
    body {
        display: flex;
        flex-direction: column;
        min-height: 100vh;
        color: #003057
    }
    .toggle span {
        order: 1;
        border: 0 solid yellow;
        color: #000;
        width: 2.6em;
        height: 3em;
        position: relative;
        left: 17em;
        top: -8em;
        z-index: 1000;
        display: swap
    }
    .header-wrapper {
        height: 4.6em;
        display: flex;
        flex-flow: row wrap;
        width: 100%;
        background: #A4925A;
        color: #fff;
        padding-left: 1.2em;
        margin-bottom: .5em
    }
    #svgimg-whitelogo {
        border: 0 solid yellow;
        width: 9em;
        padding-top: 1em;
        height: 2em;
        background: url(images/gt-logo-oneline-white.svg);
        background-repeat: no-repeat;
        position: relative;
        top: 1.5em;
        overflow: hidden
    }
    nav {
        padding: 0em .5em
    }
    .menu {
        position: relative;
        top: 2.7em;
        left: 1em;
        width: 100%;
        color: #003057
    }
    #logoheading {
        display: visible;
        font-size: 1.9em;
        margin-left: .5em;
        top: 0em;
        margin-top: 0em;
        margin-bottom: -1.5em;
        padding-bottom: .5em;
        width: 10.3em;
        color: #003057
    }
    .bars-text {
        position: relative;
        left: 18em;
        top: -11.6em;
        font-size: .85em;
        font-weight: 900
    }
    .item {
        position: relative;
        top: -2em;
        display: none;
        margin-top: -.6em;
        padding-left: 1.2em;
        text-align: left
    }
    .item a {
        border: 0 solid cyan;
        font-size: .7em;
        display: block
    }
    #homeline {
        height: .7px;
        border-width: 0;
        color: gray;
        background-color: grey;
        position: relative;
        top: 0em;
        width: 100%
    }
    #aboutline {
        height: .4px;
        border-width: 0;
        color: gray;
        background-color: grey;
        position: relative;
        top: 0em;
        width: 100%
    }
    #projectsline {
        height: .4px;
        border-width: 0;
        color: gray;
        background-color: grey;
        position: relative;
        top: 0em;
        width: 100%
    }
    #peopleline {
        height: .7px;
        border-width: 0;
        color: gray;
        background-color: grey;
        position: relative;
        top: 0em;
        width: 100%
    }
    #contactline {
        height: .7px;
        border-width: 0;
        color: gray;
        background-color: grey;
        position: relative;
        top: 0em;
        width: 100%
    }
    #videoline {
        height: .7px;
        border-width: 0;
        color: gray;
        background-color: grey;
        position: relative;
        top: -.3em;
        width: 100%
    }
    div.simple-modal_content {
        width: 90vw
    }
    #video {
        margin-bottom: -.5em
    }
    #videotext {
        position: relative;
        left: .1em;
        top: -.3em;
        font-size: 1em
    }
    #searchlink {
        text-decoration: none
    }
    #searchtext {
        color: #000;
        font-size: 1em;
        font-weight: 200;
        width: 6em;
        height: 2.5em;
        position: relative;
        left: .1em;
        top: -.3em
    }
    #searchtext:hover {
        color: #000
    }
    .search_container {
        border: 0 solid cyan;
        width: 1.2em;
        height: 1.2em;
        object-fit: cover;
        position: relative;
        left: 0em;
        top: 0em;
        background: url(images/search_black.png) no-repeat;
        display: inline-block;
        background-size: contain
    }
    main {
        padding: 0em 1em;
        display: flex;
        flex: 1 0 auto
    }
    .page_sec {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-around
    }
    .aboutus .projects {
        font-size: .8em
    }
    .sec_image {
        position: relative;
        width: 100%;
        background-image: linear-gradient(#A4925A, transparent);
        height: 205px;
        overflow: hidden
    }
    .sec_narrative {
        padding: .5em 0em;
        overflow: hidden
    }
    .aboutus {
        overflow: hidden;
        height: auto;
        margin-bottom: .5em;
        position: relative;
        top: 0em
    }
    img#farmers {
        border: 0 solid cyan;
        display: block;
        max-width: 650px;
        max-height: 230px;
        width: auto;
        height: auto
    }
    .sec_narrative_about {
        margin-top: -4.5em;
        margin-bottom: 1em
    }

    /* May not be in use currently */
    .page_sec_projects {
        display: flex;
        flex-direction: column
    }

    .sec_image_proj {
        order: 1
    }
    .sec_narrative_proj {
        order: 2;
        position: relative;
        top: -1em;
        margin-bottom: 1em
    }
    #grid {
        margin: 0 auto;
        padding-top: 1em;
        width: 84%
    }
    .hexagon a {
        position: relative;
        left: .9em;
        top: 2.1em;
        font-size: 1.1em
    }
    #hungertext,
    #housingtext {
        position: relative;
        left: .5em
    }
    #edtext,
    #misctext {
        position: relative;
        left: 1.1em
    }
    .sec_fellowships { 
        left: 0em; 
        height: auto; 
        position: absolute; 
    }
    .sec_dropdown_fellowships { /* 'The Awardees' */
        margin-left: auto; 
        padding-right: 1em; 
        width: 28%;
    }
    .sec_dropdown_fellowships h2 { /* 'The Awardees' */
        font-size: 1.3em;
        margin-top: 0.5em;
    }
    .people {
        border-width: 0;
        border-right: 0.3em solid transparent;
        display:flex; 
        flex-wrap:wrap; 
        justify-content:space-around; 
        left: -0.2em;
        margin-bottom: 1em;
        margin-top: 1.2em; 
        overflow-x:hidden; 
        padding-left: 0.7em; 
        position: relative;
    }
    .peoplerow {
        border-right: 0.3em solid transparent;
        display: flex;
        flex-wrap: wrap;
        height: 20em;
        margin-top: 0em;
        padding: .2em 0em;
    }
    .peoplecolumn {
        flex: 40%;
        object-fit: cover;
        max-width: 24%;
        max-height: 50%;
        width: 24%;
        margin: .1em
    }
    .peoplecolumn img {
        object-fit: cover;
        max-width: 24vw;
        height: 100%;
        overflow: hidden;
        padding: 0em 0em;
        vertical-align: middle;
        padding-left: 0em;
        margin-bottom: 0em
    }
    .sec_narrative_people {
        border-right: 0.3em solid transparent;
        margin-top: 0.5em;
        margin-bottom: -1em;
    }
    .peoplecolumn span {
        color: #fff;
        font-size: 1em;
        position: relative;
        left: 1em;
        top: -1.4em;
        margin: 0 auto;
        font-size: .9em;
        font-weight: 500
    }
    .people_photo {
        width: 78px
    }
    #name_santosh {
        display: none
    }
    #name_santosh_dr {
        position: relative;
        left: .25em;
        display: visible
    }
    #photo_santosh {
        width: 100%
    }
    #name_kentaro {
        display: none
    }
    #name_kentaro_dr {
        position: relative;
        left: .5em;
        display: visible
    }
    #name_gregory {
        display: none
    }
    #name_gregory_dr {
        position: relative;
        left: .65em;
        display: visible
    }
    #name_ellen {
        display: none
    }
    #name_ellen_dr {
        position: relative;
        left: .55em;
        display: visible
    }
    #name_michael {
        display: none
    }
    #name_michael_dr {
        position: relative;
        left: 1.2em;
        display: visible
    }
    #name_protip {
        display: none
    }
    #name_protip_dr {
        position: relative;
        left: .6em;
        top: -1.4em;
        color: #000
    }
    #name_rosa {
        display: none
    }
    #name_rosa_dr {
        position: relative;
        left: .65em;
        display: visible
    }
    #name_dante {
        display: none
    }
    #name_dante_mr {
        position: relative;
        left: 1em;
        display: visible
    }
}
/*--------------------- MOBILE-PORTRAIT ENDS -------------------*/


/*-------------------- 'WIDE DESKTOP' BEGINS -------------------*/
@media screen and (min-width:639px) and (max-width:915px) {
    html,
    body {
        position: relative;
        overflow-x: hidden;
        margin: 0 auto;
        width: 100%
    }
    body {
        display: flex;
        flex-direction: column;
        min-height: 100vh
    }
    header {
        margin-bottom: 4em
    }
    img#gtmotto {
        position: absolute;
        top: .6em
    }
    .toggle {
        display: none
    }
    .header-wrapper {
        height: 4.6em;
        display: flex;
        flex-flow: row wrap;
        width: 100%;
        background: #A4925A;
        color: #fff;
        margin-bottom: 0em
    }
    #svgimg-whitelogo {
        border: 0 solid yellow;
        width: 13.3em;
        margin-left: 2.5em;
        background: url(images/gt-logo-oneline-white.svg);
        background-repeat: no-repeat;
        position: relative;
        top: 1.1em
    }
    #logoheading {
        position: relative;
        top: .2em;
        font-size: 2em;
        font-weight: 900;
        display: inline;
        color: #003057;
        margin-left: 1.4em;
        margin-bottom: 0em
    }
    nav {
        position: relative;
        left: 8em;
        margin-top: -2em;
        margin-bottom: 1em;
        width: 90vw
    }
    ul#menuid.menu {
        position: relative;
        left: -3.7em;
        top: 1.8em
    }
    .menu {
        align-items: flex-start;
        flex-wrap: nowrap;
        position: relative;
        left: 1em;
        top: -3.5em;
        margin: 0 auto;
        height: .5em;
        font-size: 1.2em;
        width: 90vw;
        padding-bottom: -8em;
        color: #003057
    }
    .item {
        order: 1;
        display: block;
        height: 1em;
        position: relative;
        top: 0em;
        width: 4em
    }
    .menu li {
        position: relative;
        left: 0em;
        top: 0em
    }
    ul.menu li {
        border-width: 5px .1em;
        border-color: transparent #A4925A
    }
    .menu li:nth-child(n+1) {
        border-color: transparent #A4925A transparent transparent;
        border-width: 0em .1em 0em 0em
    }
    .menu li:nth-child(n+7) {
        border-color: transparent transparent transparent #A4925A;
        border-width: 0em 0em 0em 0em
    }
    ul.menu li.item a {
        border: 0 solid cyan;
        position: relative;
        left: -1.3em;
        top: -1.5em;
        font-size: .9em;
        color: #000;
        display: inline-block;
        font-weight: 400;
        margin: 0 auto
    }
    #li-projects {
        margin-right: .5em
    }
    .search_container {
        border: 0 solid cyan;
        width: 1.5em;
        object-fit: cover;
        position: relative;
        left: 2.7em;
        top: -1em;
        background: url(images/search_black.png) no-repeat;
        display: inline-block;
        background-size: contain
    }
    .search_container:hover {
        background: url(images/search_gold.png) no-repeat;
        display: inline-block;
        background-size: contain
    }
    .submenu-active .submenu {
        display: block;
        position: absolute;
        left: 0;
        top: 68px;
        background: #111
    }
    .toggle {
        display: none
    }
    .submenu-active {
        border-radius: 0
    }
    #homeline {
        display: none
    }
    #aboutline {
        display: none
    }
    #projectsline {
        display: none
    }
    #peopleline {
        display: none
    }
    #contactline {
        display: none
    }
    #videoline {
        display: none
    }
    .search_container {
        width: 1.2em;
        height: 1.2em;
        object-fit: cover;
        position: relative;
        left: 2.4em;
        top: -1.1em;
        background: url(images/search_black.png) no-repeat;
        display: inline-block;
        background-size: contain
    }
    .search_container:hover {
        background: url(images/search_gold.png) no-repeat;
        display: inline-block;
        background-size: contain
    }
    main {
        position: relative;
        top: 0em;
        margin-top: 0em;
        padding-top: 0em;
        flex: 1
    }
    .page_sec {
        font-size: 1em
    }
    .sec_image {
        position: relative;
        width: 66%
    }
    .secheading {
        color: #003057
    }
    .sec_narrative {
        width: 34%;
        padding: .3em .8em .3em .5em
    }
    .aboutus {
        display: flex;
        flex-wrap: wrap;
        padding-right: .2em;
        position: relative;
        top: 0em;
        margin-top: 0em;
        margin-bottom: 0em;
        border-top: .3em solid #A4925A
    }
    img#farmers {
        object-fit: cover;
        max-width: 100%;
        width: auto;
        height: 100%
    }
    .sec_narrative_about {
        padding-bottom: .5em
    }
    .projects {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        overflow-x: hidden;
        overflow-y: hidden;
        margin-top: -.1em;
        margin-bottom: 0em
    }
    .sec_image_projects {
        background-image: linear-gradient(#A4925A, transparent);
        padding-top: 1em
    }
    .sec_narrative_proj {
        padding-bottom: 1.9em
    }
    #hexgrid {
        object-fit: cover;
        height: 100%;
        padding-left: .5em
    }
    #sec_image_proj {
        background-image: linear-gradient(#A4925A, transparent);
        position: relative;
        top: -.6em
    }
    #grid {
        margin: 0 auto;
        padding-top: 1em;
        width: 68%
    }
    .hexagon {
        margin: 0 auto
    }
    /* .hexagon a {
        font-size: .8em;
        margin: 0 auto;
        position: relative;
        left: 1.5em;
        top: 3em;
        font-size: 1.1em;
        color: #003057
    } */
    #hungertext {
        position: relative;
        left: 1.2em
    }
    #housingtext {
        position: relative;
        left: 1em
    }
    main div.modaloverlay .modal {
        height: 90%
        left: 43em;
        position: relative;
        width: 75%;
    }
    main div.modaloverlay .modal .modalbottom {
        position: relative;
        top: 0em
    }
    .people {
        overflow: hidden
    }
    .peoplerow {
        display: flex;
        flex-wrap: wrap;
        position: relative;
        background-image: linear-gradient(#A4925A, transparent);
        padding: .5em 0em;
        padding-bottom: 0em;
        height: 20em;
        margin-bottom: -.2em
    }
    .peoplecolumn {
        flex: 40%;
        object-fit: cover;
        max-width: 24%;
        max-height: 50%;
        margin: .1em;
        overflow: hidden
    }
    .peoplecolumn img {
        object-fit: cover;
        width: 100%;
        height: 100%;
        overflow: hidden;
        vertical-align: middle;
        padding-bottom: .5em;
        padding-left: .4em
    }
    .peoplecolumn span {
        color: #fff;
        font-size: .74em;
        position: relative;
        top: -2.5em;
        margin: 0 auto;
        font-weight: 500
    }
    
    #name_santosh {
        position: relative;
        left: .7em
    }
    #name_santosh_dr {
        display: none
    }
    #name_kentaro {
        position: relative;
        left: 1em
    }
    #name_kentaro_dr {
        display: none
    }
    #name_gregory {
        position: relative;
        left: 1.1em
    }
    #name_gregory_dr {
        display: none
    }
    #name_ellen {
        position: relative;
        left: 1.95em
    }
    #name_ellen_dr {
        display: none
    }
    #name_michael {
        position: relative;
        left: 2.4em
    }
    #name_michael_dr {
        display: none
    }
    #name_protip {
        position: relative;
        left: 1.5em;
        color: #000
    }
    #name_protip_dr {
        display: none
    }
    #name_rosa {
        position: relative;
        left: 1.95em
    }
    #name_rosa_dr {
        display: none
    }
    #name_dante {
        position: relative;
        left: 2.2em
    }
    #name_dante_mr {
        display: none
    }
}
/*-------------------- 'WIDE DESKTOP' ENDS -------------------*/


/*----------------------- LANDSCAPE BEGINS -------------------*/
/* @media all and (min-width:731px) and (max-width:812px) and (orientation:landscape) { */
@media all and (min-width:731px) and (max-width:933px) { 
/* @media only screen and (min-width: 430px) and (max-width:933px) and (orientation: landscape) { */
/* @media only screen and (min-width: 931px) and (orientation: landscape) { */

    body nav ul.menu {
        margin-top: -2.2em
    }
    body main .people {
        margin-bottom: 4.8em
    }
    #logoheading {
        position: relative;
        top: .2em;
        font-size: 2em;
        font-weight: 900;
        display: inline;
        color: #003057;
        margin-left: 1.4em;
        margin-bottom: 0em
    }
    ul #menuid .menu {
        position: relative;
        left: -3.7em;
        top: 0em
    }
}
/*---------------------------- LANDSCAPE ENDS ------------------------*/


/*----------------------- DESKTOP/LANDSCAPE BEGINS -------------------*/
/* @media all and (min-width:960px) { */
@media all and (min-width:931px) {
    html,
    body {
        /* color: #003057; */
        color: black;
        display: flex;
        flex-direction: column;
        margin: 0 auto;
        min-height: 100vh;
        overflow-x: hidden;
        position: relative;
        width: 100%; 
    }
    main {
        flex: 1
    }
    p {
        /* font-size: 1.3em */
		font-size: 1.3;
    }
    header {
        margin-bottom: 1em
    }
    .header-wrapper {
        background: #A4925A;
        color: #fff;
        display: flex;
        flex-flow: row wrap;
        height: 5em;
        margin-bottom: 1em;
        padding-left: 3em;
        width: 100%;
    }
    #svgimg-whitelogo {
        border: 0 solid yellow;
        width: 20%;
        height: 80%;
        background: url(images/gt-logo-oneline-white.svg);
        background-repeat: no-repeat;
        position: relative;
        top: 1.1em
    }
    #logoheading {
        border: 0 solid cyan;
        position: relative;
        left: 6.4em;
        top: 0em;
        font-size: 3em;
        margin-left: -5.1em;
        margin-bottom: 1.2em;
        width: 10em
    }
    ul.menu {
        align-items: flex-start;
        color: #003057;
        flex-wrap: nowrap;
        font-size: 1.2em;
        height: 2.3em;
        left: 2em;
        margin-bottom: -4em;
        position: relative;
        top: -3.8em;
        width: 42em;  
    }
    li.item {
        order: 1;
        display: block;
        height: 1em;
        position: relative;
        top: 0em
    }
    .menu li {
        border: 0 solid orange;
        position: relative;
        top: 3em;
        height: 1.2em;
        padding-bottom: -1em
    }
    ul.menu li {
        border-width: 5px .1em;
        border-color: transparent #A4925A
    }
    .menu li:nth-child(n+1) {
        border-color: transparent #A4925A transparent transparent;
        border-width: 0em .1em 0em 0em
    }
    .menu li:nth-child(n+7) {
        border-color: transparent transparent transparent #A4925A;
        border-width: 0em 0em 0em 0em
    }
    ul.menu li.item a {
        border: 0 solid cyan;
        position: relative;
        top: -1.2em;
        font-size: .9em;
        line-height: 1em;
        color: #000;
        display: inline-block;
        font-weight: 400
    }
    #li-projects {
        margin-right: .5em
    }
    .search_container {
        border: 0 solid cyan;
        width: 1.5em;
        height: 1.1em;
        object-fit: cover;
        position: relative;
        left: 2.7em;
        top: -1em;
        background: url(images/search_black.png) no-repeat;
        display: inline-block;
        background-size: contain
    }
    .search_container:hover {
        background: url(images/search_gold.png) no-repeat;
        display: inline-block;
        background-size: contain
    }
    .submenu-active .submenu {
        display: block;
        position: absolute;
        left: 0;
        top: 68px;
        background: #111
    }
    .toggle {
        display: none
    }
    .submenu-active {
        border-radius: 0
    }
    #homeline {
        display: none
    }
    #aboutline {
        display: none
    }
    #projectsline {
        display: none
    }
    #peopleline {
        display: none
    }
    #contactline {
        display: none
    }
    #videoline {
        display: none
    }
    .page-heading {
        visibility: visible;
        color: #000;
        font-size: 2.5em;
        font-weight: lighter;
        position: relative;
        left: -.5em;
        top: .5em;
        width: 8em;
        height: 1.4em
    }
    .sec_image {
        object-fit: cover;
        width: 64%;
        position: relative;
        left: -.5em;
        background-image: linear-gradient(#A4925A, transparent);
        height: 100%
    }
    .sec_narrative {
        width: 32%;
        position: relative;
        padding-top: 1em;
        padding-right: 1.5em;
        padding-left: .5em;
        font-family: Roboto;
        font-size: .88em
    }
    .secheading {
        color: #003057
    }
    .aboutus {
        border-top: .5em solid #A4925A;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        overflow-x: hidden;
        height: 15em;
        overflow: hidden
    }
    img#farmers {
        display: block;
        max-width: 1800px;
        width: 1800px;
        height: 563px
    }
    .sec_image_left {
        margin-left: -.9em
    }
    .sec_narrative_about {
        position: relative;
        left: -1.5em;
        padding-bottom: 1em;
        height: auto
    }
    .projects {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        margin-bottom: 0em
    }
    .sec_fellowships h2 {
        font-size: 1.3em;
        margin-top: 0.5em;
    }
    .sec_dropdown_fellowships { /* 'The Awardees' */
        margin-left: auto; 
        padding-right: 1em; 
        width: 28%;
    }
    .sec_dropdown_fellowships h2 { /* 'The Awardees' */
        font-size: 1.3em;
        margin-top: 0.5em;
    }
    .sec_narrative_proj {
        padding-right: -1em
    }
    .sec_image_projects {
        margin-right: -2em
    }
    #grid {
        position: relative;
        margin: 0 auto;
        padding: 0;
        padding: 1em;
        padding-bottom: 3em;
        width: 45%
    }
    .hextext {
        color: black;
        /* font-weight: 900; */
        font-weight: 500;
    }
    .hexagon a {
        position: relative;
        left: 1.2em;
        top: 2.8em;
        font-size: 1.2em
    }
    #housingtext {
        position: relative;
        left: 1em
    }
    #healthtext,
    #edtext,
    #accesstext,
    #misctext {
        position: relative;
        left: 1.4em
    }
    .people {
        border-top: 4px solid #A4925A; 
        display:flex; 
        flex-wrap:wrap; 
        justify-content:space-around; 
        left: -0.2em;
        margin-top: 1.2em; 
        overflow-x:hidden; 
        padding-left: 0.7em; 
        position: relative;
    }

	/* Container for images */
    .peoplerow {
        border: 0px solid yellow;
		align-content: flex-start;
        display: flex;
        flex-wrap: wrap;
		height: 10em;
		justify-content: flex-start;
		margin-left: -0.5em;
        overflow: hidden;
		width: auto;
    }

	/* ? */
    .sec_image_people {
		height: 100%;
        margin-left: -1.3em;
        padding-left: 1em;
		padding-right: 0em;
		width: 100%;
    }

	/* Text to right of image row container */
    .sec_narrative_people {
		margin-right: -2em;
		padding-left: -3em;
		padding-right: -4em;
    }
    
	/* 'Outer' people image container: Handles text positioning? */
    .peoplecolumn {
        flex: 80%;
		height: 100%;
		max-width: 10%;
        max-height: 100%;
        margin: .2em;
		object-fit: cover;
        overflow: hidden;
		width: auto;
    }

    .peoplecolumn img {
		float: left;
		height: 100%;
        object-fit: cover;
		vertical-align: middle;
        width: 100%;
    }
    .peoplecolumn span {
        color: #fff;
        font-size: .83em;
        position: relative;
        top: -1.5em;
        margin: 0 auto;
        font-weight: 500
    }
	.people_photo {
		width: 78px;
	}
    #photo_protip {
        padding-left: 0em
    }
    #name_santosh {
        position: relative;
        left: 2.5em;
        font-size: .77em
    }
    #name_santosh_dr {
        display: none
    }
    #name_kentaro {
        position: relative;
        left: 2.7em;
        font-size: .77em
    }
    #name_kentaro_dr {
        display: none
    }
    #name_michael {
        position: relative;
        left: 3.5em;
        font-size: .77em
    }
    #name_michael_dr {
        display: none
    }
    #name_rosa {
        position: relative;
        left: 3.7em;
        font-size: .77em
    }
    #name_rosa_dr {
        display: none
    }
    #name_protip {
        position: relative;
        left: 3.3em;
        color: #000;
        font-size: .77em
    }
    #name_protip_dr {
        display: none
    }
    #name_gregory {
        position: relative;
        left: 3em;
        font-size: .77em
    }
    #name_gregory_dr {
        display: none
    }
    #name_ellen {
        position: relative;
        left: 3.6em;
        font-size: .77em
    }
    #name_ellen_dr {
        display: none
    }
    #name_dante {
        position: relative;
        left: 4em;
        font-size: .77em
    }
    #name_dante_mr {
        display: none
    }
	#photo_mitchell {
		padding-left: 0em;
		width: 78 px;
	}
}
/*----------------------- DESKTOP/LANDSCAPE ENDS -------------------*/


/*----------------------- LANDSCAPE ONLY BEGINS --------------------*/
/* @media all and (min-width:931px) { */
@media all and (min-width:731px) and (max-width:933px) and (orientation:landscape) {
/* @media all and (min-width:731px) and (max-width:812px) { */
    .sec_narrative_people {
        float: left;
        margin-bottom: 0em;
        padding-top: -2em;
        width: 100vh;
    } 
    .sec_narrative_proj {
        padding-bottom: 1em;
    }
}
/*------------------------ LANDSCAPE ONLY ENDS ---------------------*/


/*----------------- DESKTOP OTHER BEGINS -----------------*/
.simple-modal {
    --gutter: 14px;
    --modal-color: #857437;
    --soft-color: #fafafa;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    z-index: 2000;
    position: fixed;
    background-color: rgba(0, 0, 0, .7);
    padding-top: 0%;
    visibility: hidden
}

.simple-modal:target {
    visibility: visible
}

.close-videomodal:target {
    visibility: visible
}

.simple-modal_content {
    width: 480px;
    max-width: 480px;
    position: relative;
    top: 1em;
    overflow: hidden;
    border-radius: 4px;
    background-color: #fff;
    font-size: 1.5em;
    --gutter: 14px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: .5em
}

.simple-modal_content header {
    min-height: 60px;
    height: 60px;
    color: #fff;
    background-color: var(--modal-color);
    display: grid;
    padding-left: var(--gutter);
    padding-right: var(--gutter);
    align-items: center;
    grid-template-columns: auto 60px;
    margin-bottom: .5em
}

.simple-modal_content header h3 {
    margin: 0;
    font-weight: lighter;
    margin-left: .5em
}

.modal-close-btn {
    font-size: 20px;
    width: 110%;
    height: 110%;
    position: relative;
    left: -1em
}

.simple-modal_content header #modal-close-btn:hover {
    opacity: 1
}

.container {
    width: 100vw;
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat
}

.videoimage-cont {
    height: 188px;
    margin-bottom: .5em;
    display: flex;
    justify-content: space-around;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto
}

#img-santosh {
    border: 0 solid yellow;
    width: 150px
}

#img-dante {
    border: 0 solid #000;
    width: 150px
}

.videomodaltext {
    color: #fff;
    font-size: .8em
}

#videomodaltext-santosh {
    position: absolute;
    left: -6.2em;
    top: 12.3em;
    color: #fff
}

#videomodaltext-dante {
    position: absolute;
    left: 6.3em;
    top: 12.3em;
    color: #000
}

#youtubechannel-text {
    font-size: .8em;
    margin-bottom: .8em;
    color: blue
}
/*----------------- DESKTOP OTHER ENDS -------------------*/


/*----------------- PORTRAIT-MAX412 BEGINS ---------------*/
@media all and (max-device-width:412px) {
    .simple-modal {
        width: 100%;
    }
    .simple-modal_content {
        font-size: 300%;
        max-width: 60vw;
        position: relative;
        top: 1em;
        --gutter: 14px;
        display: flex;
        flex-direction: column;
        font-size: 20px;
        max-height: 90vh
    }
    .simple-modal_content header {
        border: 0 solid yellow;
        order: 0;
        height: 1em;
        padding-top: 1em
    }
    #video-header {
        height: 0em;
        margin-bottom: .5em;
        padding: 1em
    }
    header h3 {
        position: relative;
        left: -1em
    }
    .simple-modal_content p {
        font-size: 80%
    }
    .modal-close-btn {
        position: relative;
        left: -.5em;
        top: em;
        font-size: 20px;
        width: 120%;
        height: 100%
    }
    .videoimage-cont {
        width: 44vw;
        margin-bottom: 0em;
        display: flex;
        justify-content: space-around;
        flex-direction: column;
        height: 65vh
    }
    #videoimage-cont-santosh {
        border: 0 solid red
    }
    #videoimage-cont-dante {
        border: 0 solid cyan;
        position: relative;
        top: 0em
    }
    #img-santosh {
        border: 0 solid yellow;
        width: 150px;
        position: relative;
        top: .5em
    }
    #img-dante {
        border: 0 solid #000;
        width: 150px
    }
    .videomodaltext {
        color: #fff;
        font-size: .8em
    }
    #videomodaltext-santosh {
        position: relative;
        left: 0em;
        top: -1.2em
    }
    #videomodaltext-dante {
        position: relative;
        left: 0em;
        top: -2em
    }
    #youtubechannel-text {
        font-size: .8em;
        position: relative;
        top: -1em
    }
}
/*------------------- PORTRAIT-MAX412 ENDS ---------------*/


/*------------------ MISC: COMBINE? BEGINS ---------------*/
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    width: 100%
}
/*------------------------ MISC: COMBINE? ENDS -----------------------*/


/*------------------------ PORTRAIT-MIN320 BEGINS --------------------*/
@media screen and (min-width:320px) {
    .modal {
        display: flex;
        flex-direction: column;
        width: 100vw;
        height: 100vh;
        position: relative;
        width: 100%;
        height: 100%;
        padding: .1em .1em;
        background-image: linear-gradient(#A4925A 0%, transparent 5em)
    }
    .modal a {
        color: #00F
    }
    .modaloverlay {
        display: none;
        position: fixed;
        left: 0em;
        top: 0em;
        width: 100%;
        height: 100vh;
        background: rgba(0, 0, 0, .7);
        bottom: 0;
        opacity: 0;
        pointer-events: none;
        transition: opacity 400ms ease-in;
        z-index: 1001
    }
    .modaloverlay:target {
        display: block;
        opacity: 1;
        pointer-events: auto;
        z-index: 1001
    }
    .modaloverlay .modal {
        background-color: #fff;
        height: 100%;
        position: relative;
        margin: 0 auto;
        padding: 0em;
        overflow-y: visible;
        z-index: 10
    }
    .modaloverlay .modal>iframe,
    .modaloverlay .modal>div {
        BORDER: none;
        width: 100%;
        height: 100%;
        z-index: 10
    }
    .modaloverlay .close {
        background-color: transparent;
        font-size: 24px;
        padding: 8px 12px;
        position: absolute;
        right: 0;
        text-align: center;
        text-decoration: none;
        top: 0;
        z-index: 10
    }
    #modaltop {
        margin-bottom: 0em;
        position: relative;
        left: 0em;
        top: 0em;
        width: 100vw;
        height: 5em
    }
    #modal_logo {
        position: relative;
        top: 0em;
        left: .9em;
        width: 6em;
        height: 4em
    }
    .headingtext {
        display: inline;
        position: relative;
        left: .8em;
        top: -.9em;
        font-size: 1.7em;
        font-weight: 200
    }
    a.close {
        overflow-x: hidden;
        overflow-y: visible;
        width: 1.5em;
        height: 1.5em;
        position: relative;
        left: 89%;
        top: -1em;
        color: #000
    }
    #modalbody {
        position: relative;
        left: 0;
        top: 0em;
        padding: 0em 0em;
        width: 100%
    }
    .modalbodytable table,
    tr,
    td {
        position: relative;
        top: 0em;
        width: 100%
    }
    .modalbodytable td {
        padding: 0 1em
    }
    .modalleftcol {
        width: 50%
    }
    .modalrightcol {
        width: 50%;
        line-height: 1.5em;
        vertical-align: top
    }
    .boldtext {
        font-weight: 700
    }
    .modalbottom {
        BORDER: 0 solid cyan;
        margin-top: 1em;
        width: auto;
        position: absolute;
        bottom: 1em;
        padding-left: 1em
    }
}
/*------------------ PORTRAIT-MIN320 ENDS -------------------*/


/*------------------- WIDE PORTRAIT BEGINS ------------------*/
@media screen and (max-width:813px) and (min-width:639px) {
    .modaloverlay {
        vertical-align: middle
    }
    .modal {
        background-image: linear-gradient(#A4925A 0%, transparent 6em);
        padding: 0em;
        width: 80%;
        height: auto;
        left: 0%;
        top: 2%;
        position: absolute;
        transform: translate(-110%, 5%)
    }
    .modaloverlay .modal {
        height: 85%
    }
    #modaltop {
        position: absolute;
        top: 0em;
        left: 0em;
        height: 4em;
        margin-bottom: 0em;
        width: 100%
    }
    #modal_logo {
        position: relative;
        top: -1em;
        left: 1em;
        width: 9em;
        height: 6em
    }
    .headingtext {
        position: relative;
        top: -2em;
        left: 2.5em;
        font-size: 1.8em;
        font-weight: lighter
    }
    a.close {
        position: relative;
        left: 89%;
        padding-right: -1em;
        width: 2em;
        height: 2em
    }
    #modalbody {
        margin-top: 2em;
        position: relative;
        top: 3em;
        height: 15em
    }
    .modalbodytable table,
    tr,
    td {
        order: 2;
        vertical-align: top;
        position: relative;
        top: 0em;
        width: 100%;
        height: auto;
        margin-bottom: 4em
    }
    .modalleftcol td {
        width: 50%
    }
    .modalrightcol {
        width: 50%
    }
    p.paragraphtext {
        position: relative;
        top: 1.5em;
        left: -2.2em;
        width: 50%;
        text-align: left;
        margin-top: 1em
    }
    .modalbottom {
        width: auto;
        position: absolute;
        bottom: 1em
    }
}
/*----------------- WIDE PORTRAIT ENDS ---------------*/


/*----------- DESKTOP MODALS/HEXAGONS BEGINS ---------*/
@media (min-width:900px) {
    .modaloverlay {
        vertical-align: middle
    }
    .modal {
        background-image: linear-gradient(#A4925A 0%, transparent 6em);
        padding: 1em;
        width: 50%;
        height: auto;
        left: 50%;
        top: 50%;
        position: absolute;
        transform: translate(-100%, -50%)
    }
    .modaloverlay .modal {
        height: 60%
    }
    #modaltop {
        position: absolute;
        top: 0em;
        left: 0em;
        height: 5em;
        margin-bottom: 0em;
        width: 100%
    }
    #modal_logo {
        position: relative;
        top: -1em;
        left: 1em;
        width: 9em;
        height: 6em
    }
    .headingtext {
        position: relative;
        left: 2.8em;
        top: -1.7em;
        font-size: 2em;
        font-weight: lighter;
    }
    a.close {
        position: relative;
        left: 19em;
        width: 2em;
        height: 2em;
    }
    #modalbody {
        position: relative;
        top: 5em;
        height: 23em;
    }
    .modalbodytable table,
    tr,
    td {
        order: 2;
        vertical-align: top;
        position: relative;
        top: 0em;
        width: 100%;
        height: auto;
        margin-bottom: 4em
    }
    .modalleftcol td {
        width: 50%
    }
    .modalrightcol {
        width: 50%
    }
    p.paragraphtext {
        position: relative;
        top: 1.5em;
        left: -2.2em;
        width: 50%;
        text-align: left;
        margin-top: 1em
    }
    .modalbottom {
        BORDER: 0 solid cyan;
        width: auto;
        position: absolute;
        bottom: 2em
    }
}
/*----------- DESKTOP MODALS/HEXAGONS ENDS ---------*/


/*----------------- HEXAGONS BEGIN -----------------*/
.clear:after {
    content: "";
    clear: both;
    display: block
}

#grid li {
    background: #fd005f;
    position: relative;
    float: left;
    list-style-type: none;
    padding: 0 0 32.16760145166612% 0;
    transform: rotate(-60deg) skewY(30deg);
    width: 27.85714285714286%
}

#grid li .hexagon {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: skewY(-30deg) rotate(60deg);
    background-image: linear-gradient(to right, #EAAA00, #ffffff);
    opacity: .9
}

.hextext {
    font-family: Arial;
    font-weight: lighter;
    position: relative;
    left: 1em;
    top: 2em
}

#grid li {
    background: fd005f;
    float: left;
    list-style-type: none;
    padding: 0 0 32.16760145166612% 0;
    overflow: hidden;
    position: relative;
    width: 27.85714285714286%;
    transform: rotate(-60deg) skewY(30deg);
    visibility: hidden
}

#grid li * {
    visibility: visible
}

#grid li:nth-child(3n+2) {
    margin: 0 1%
}

#grid li:nth-child(6n+4),
#grid li:nth-child(6n+5),
#grid li:nth-child(6n+6) {
    margin-top: -6.9285714285%;
    margin-bottom: -6.9285714285%;
    transform: translateX(50%) rotate(-60deg) skewY(30deg)
}
/*------------------------- HEXAGONS END -------------------------*/


/*---------------- MISC: COMBINE WITH ABOVE? BEGINS --------------*/
html,
body {
    box-sizing: border-box;
    font-family: arial, sans-serif;
    margin: 0em;
    padding: 0em;
    margin-bottom: 0em
}
/*---------------- MISC: COMBINE WITH ABOVE? ENDS ----------------*/


/*-------------- DESKTOP FOOTER & HAMBURGER BEGINS? --------------*/
footer {
    padding-left: 1em;
    padding-top: 2em;
    bottom: 0
}

footer#c4gfooter {
    padding: 2em 0em;
    padding-bottom: 4.3em
}

#c4gfooter {
    display: flex;
    justify-content: space-around;
    background: #BFB37C;
    font-size: .8em;
    padding-top: .5em;
    font-weight: 600;
    width: 100vw
}

#c4gfooter label,
#hamburger,
#hamburger2 {
    display: none
}

.footer-col {
    border: 0 solid yellow;
    border-left: .05px #fff;
    margin: .5em 0em;
    padding-top: -.5em;
    padding-left: 0em;
    width: 15em
}

.footer-col-logo {
    padding-right: -2em;
    text-align: left;
    font-weight: 550
}

.hamitems .hamitems2 {
    display: block;
    padding-bottom: 2em
}

#directorytext {
    padding-bottom: 1em
}

#employmenttext {
    padding-bottom: 1em
}

#legaltext {
    padding-bottom: 1em
}

#hamitems #hamitems2 {
    display: block;
    padding-bottom: 2em
}

.hamitems a .hamitems2 a {
    color: #000;
    text-decoration: none;
    width: 100%;
    display: block
}

.addressgt {
    font-weight: 700
}

.addressstreet {
    margin-top: .5em
}

.addresscity {
    margin-top: 0em
}

.addressphone {
    font-family: 'Abel', sans-serif;
    font-size: 1em;
    font-weight: 700;
    line-height: 3em
}

.addresscampusmap {
    font-family: 'Abel', sans-serif;
    font-size: 1em;
    font-weight: 700;
    line-height: 1.5em
}

.copyright {
    clear: both;
    font-family: 'Abel', sans-serif;
    font-size: .9em;
    font-weight: 300
}

.loginfont {
    font-family: 'Abel', sans-serif;
    font-size: 1.2em;
    font-weight: 300;
    line-height: 2em
}
/*-------------- DESKTOP FOOTER & HAMBURGER ENDS? --------------*/


/*--------------------- PORTRAIT-MAX423 BEGINS -----------------*/
@media screen and (max-width:423px) {
    #c4gfooter {
        display: flex;
        flex-flow: row wrap;
        padding-bottom: 1em;
        font-family: Roboto
    }
    #c4gfooter label {
        background: #BFB37C;
        color: #000;
        font-size: .9em;
        font-weight: 500;
        height: 1.1em;
        padding: 10px;
        display: block
    }
    .hamburger {
        display: none
    }
    .footer-col {
        border-left: transparent;
        margin-bottom: 0em;
        padding-bottom: 1em;
        width: 100vw
    }
    .footer-col-address {
        order: 2;
        width: 18.3em;
        font-size: 1.1em
    }
    .phonemapicon {
        width: .8em;
        height: .8em
    }
    .footer-col-general {
        order: 3;
        font-size: 1.3em;
        margin-right: 2em;
        width: 14.1em
    }
    .footer-col-legal {
        order: 4;
        font-size: 1.3em;
        margin-right: 2em;
        width: 14.1em
    }
    .footer-col-logo {
        order: 1;
        position: relative;
        left: -.3em;
        padding-left: .2em;
        width: 17em
    }
    .logo-indiv {
        position: relative;
        left: -2.9em;
        top: -.2em;
        margin-top: 0em;
        padding-left: 1em;
        width: 13em;
        height: auto
    }
    .copyright {
        font-size: 1em;
        position: relative;
        left: -.3em
    }
    .login {
        position: relative;
        left: -.1em
    }
    .flist-address {
        position: relative;
        left: .5em
    }
    #hamitems,
    #hamitems2 {
        display: none;
        font-size: .9em;
        font-weight: 700
    }
    #hamitems a {
        color: #000;
        display: block;
        font-size: 1em;
        text-align: left;
        width: 100vw
    }
    #addresscampusmap {
        border: 0 solid red
    }
    #general {
        font-size: 1.3em;
        position: relative;
        left: -.5em;
        top: 0em
    }
    #general-heading {
        border-top: 1px solid #fff;
        font-weight: 700;
        margin-bottom: 0em;
        padding-bottom: 1em;
        margin-top: 1.5em;
        padding-top: 0em;
        width: 13.8em
    }
    #general-icon-angledown {
        width: 100%;
        height: 100%
    }
    #general-angledown-container {
        width: 1.7em;
        height: 1.7em;
        position: relative;
        left: 13em;
        top: -1.7em
    }
    #directorytext {
        padding-top: .5em;
        height: 1em
    }
    #employmenttext {
        padding-top: 0em
    }
    #legal {
        font-size: 1.3em;
        position: relative;
        left: -.5em;
        top: -.3em
    }
    #legal-heading {
        border-top: 1px solid #fff;
        margin-bottom: 1em;
        padding-bottom: .5em;
        margin-top: 1.5em;
        padding-top: .5em;
        width: 13.8em;
        font-size: 1em
    }
    #legal-icon-angledown {
        width: 100%;
        height: 100%
    }
    #legal-angledown-container {
        width: 1.7em;
        height: 1.7em;
        position: relative;
        left: 13em;
        top: -2.1em
    }
    #legaltext {
        padding-bottom: 0em
    }
    #img-login {
        width: 1.3em;
        height: 1.3em;
        background: url(images/sign-in-alt.svg) no-repeat;
        display: inline-block;
        background-size: contain;
        position: relative;
        left: 0em;
        top: .2em
    }
    .loginfont {
        border: 0 solid cyan;
        position: relative;
        left: 0em
    }
}
/*--------------------- PORTRAIT-MAX423 ENDS -----------------*/


/*------------- LANDSCAPE-MIN731 BEGINS (FOOTER) -------------*/
@media screen and (min-width:731px) {
    #c4gfooter {
        margin-bottom: -110px;
        flex-shrink: 0
    }
    .footer-col {
        position: relative;
        left: 0em;
        margin-left: -1em
    }
    .footer-col-address {
        width: 13em
    }
    .phonemapicon {
        height: .8em;
        width: .8em;
    }
    .footer-col-general {
        width: 12em
    }
    .footer-col-legal {
        width: 14em
    }
    .footer-col-logo {
        width: 10.2em
    }
    #footer-col-logo {
        left: -1.5em;
        position: relative;
    }
    .flist-general {
        margin-top: .5em;
        width: 10em;
        margin-left: 1em;
        line-height: .5em
    }
    #flist-general {
        padding-top: .4em;
        position: relative;
        left: -2.8em;
        width: 12em;
        height: 4.2em
    }
    #flist-legal {
        margin-top: .5em;
        position: relative;
        left: -1.6em;
        width: 12em;
        height: 10.2em;
        padding-top: .15em
    }
    #hamitems2 {
        line-height: 2em;
        padding-top: 0em;
        width: 13em
    }
    #legaltext {
        position: relative;
        top: -.5em
    }
    #humantext {
        position: relative;
        top: -1.9em
    }
    #titleninetext {
        position: relative;
        top: -2.4em
    }
    #hazingtext {
        position: relative;
        top: -2.9em
    }
    #accessibtext {
        position: relative;
        top: -3.4em;
        left: .1em
    }
    #accounttext {
        position: relative;
        top: -3.9em;
        left: .1em
    }
    #accredtext {
        position: relative;
        top: -4.4em;
        left: .1em
    }
    .flist-logo {
        margin-top: .4em;
        width: 14em;
        margin-left: -1em;
        margin-right: .5em;
        padding-right: .5em
    }
    .flist:not(#footer-col-logo) {
        border: 0 solid #000;
        border-left: .08em solid #fff;
        padding-left: .3;
        padding-top: -1em
    }
    .flist:not(.flist-logo) {
        padding-left: 10px
    }
    .footercol:not(.footer-col-address) {
        margin-left: .5em
    }
    .addressphone {
        font-weight: 700
    }
    .addresscampusmap {
        font-weight: 700
    }
    .logo-indiv {
        position: relative;
        left: .3em;
        top: .4em;
        margin-top: 0em;
        margin-right: -3em;
        width: 85%;
        height: 85%
    }
    .copyright {
        position: relative;
        left: .8em;
        padding-right: 1em;
        width: 17em;
        font-family: Roboto;
        font-weight: 200
    }
    .c-line-two {
        position: relative;
        left: 4.6em
    }
    .login {
        position: relative;
        left: 1em
    }
    #img-login {
        width: 1.3em;
        height: 1.3em;
        background: url(images/sign-in-alt.svg) no-repeat;
        display: inline-block;
        background-size: contain;
        position: relative;
        top: .2em
    }
}
/*------------------ LANDSCAPE-MIN731 ENDS (FOOTER) -----------------*/


/*----------------- MIN-WIDTH639/MIN-WIDTH910 BEGINS ----------------*/
@media screen and (min-width:639px) {
    #c4gfooter {
        position: relative;
        top: -5.5em;
        flex: 1
    } 
    .sec_fellowships {
        left: 0em; 
        height: auto; 
        position: absolute; 
    }
}
@media screen and (min-width:910px) {
    .sec_narrative_people {
        border-left: .3em solid #A4925A; 
        padding-top: -2em; 
        position: relative; 
        left: -2em; 
        width: 12%;
    }
    #c4gfooter {
        padding: 0em 0em;
        margin-top: 0em;
        color: #000;
        position: relative;
        top: 0em
    }
    .phonemapicon {
        width: .8em;
        height: .8em
    }
    .flist:not(#footer-col-logo) {
        border-left: .05em solid #fff;
        padding-left: 1.1em
    }
    .flist-general {
        width: 12em;
        padding-bottom: 0em
    }
    .flist-legal {
        margin-top: .5em;
        line-height: 1.5em
    }
    #hamitems2 {
        width: 13em
    }
    .footer-col-logo {
        position: relative;
        left: 1em;
        top: 0em;
        width: 15em;
        height: 8em;
        padding-right: 0em
    }
    #footer-col-logo {
        width: 20em;
        position: relative;
        left: -4em;
        top: -.5em
    }
    .footer-col-logo img {
        position: relative;
        left: 5.9em;
        top: .6em;
        width: 70%;
        height: 70%
    }
    .addressphone {
        font-weight: 700
    }
    .addresscampusmap {
        font-weight: 700
    }
    .copyright {
        position: relative;
        left: 2em;
        top: .5em;
        font-family: Roboto;
        font-weight: 200
    }
    .c-line-two {
        position: relative;
        left: 11.15em;
        top: -1.18em
    }
    .login {
        position: relative;
        left: 5.1em;
        top: 0em
    }
    span.loginfont {
        font-family: Roboto;
        font-weight: 200
    }
    #img-login {
        width: 1.3em;
        height: 1.3em;
        background: url(images/sign-in-alt.svg) no-repeat;
        display: inline-block;
        background-size: contain;
        position: relative;
        top: .2em
    }
    .item {
        margin-top: -1.8em
    }
}
/*------------ MIN-WIDTH639/MIN-WIDTH910 ENDS ------------*/

/*----------------------- LANDSCAPE ONLY BEGINS --------------------*/
/* @media all and (min-width:931px) { */
@media all and (min-width:731px) and (max-width:933px) and (orientation:landscape) {
    #hungertext {
        position: relative;
        left: 0.3em;
        top: 1.6em;
        font-size: 1.05em;
    }
    #housingtext {
        left: 0.2em;
        top: 1.6em;
        font-size: 1.05em;
    }
    #healthtext {
        left: 0.5em;
        top: 1.7em;
        font-size: 1.05em;
    }
    #edtext {
        left: 0.6em;
        top: 1.7em;
        font-size: 1.05em;
    }
    #accesstext {
        left: 0.3em;
        top: 1.7em;
        font-size: 1.05em;
    }
    #misctext {
        font-size: 1.05em;
        left: 0.7em;
        top: 1.8em;
    }
    .modaloverlay .modal {
        height: 98%;
        left: 72%;
        position: relative;
        width: 71%;
    }
    .sec_narrative_people {
        border-left: 3px solid transparent;
        padding-top: -2em;
        width: 98%;
    } 
    .people {
        border-top: 0;
        display:flex; 
        flex-wrap:wrap; 
        justify-content:space-around; 
        left: -0.2em;
        margin-top: 1.2em; 
        overflow-x:hidden; 
        padding-left: 0.7em; 
        position: relative;
    }
    .peoplerow {
        left: 0em;
        position: relative;
        width: 99%;
    }
    footer#c4gfooter {
        margin-top: -6em;
        padding: 2em 0em;
        padding-bottom: 4.3em;
    }
}
/*------------------------ LANDSCAPE ONLY ENDS ---------------------*/