/************************************************/
/********************* BASE *********************/
/************************************************/

body.home #content {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
}

body.home #content section {
    float: left;
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 1.25;
    position: relative;
    width: 100%;
}

body.home #content section:not(#posts) .postTitle {
    font-size: 2.25em;
    font-weight: 600;
    line-height: 1.25;
    margin: 0.75em 0;
    text-transform: uppercase;
}



/*** HERO IMAGE ***/
/* Featured Image */
body.home #posts .featured-image {
    width: 100%;
}

/* Content */
body.home #posts .post {
    background-color: #363636;
    font-size: 1.125em;
    color: #fff;
    padding: 1em 1.75em;
    text-transform: uppercase;
    width: 100%;
}

body.home #posts .featured-image + .post {
    background-color: rgba(54,54,54,0.85);
    bottom: 2.5em;
    left: 50%;
    max-width: 720px;
    position: absolute;
    transform: translateX(-50%);
}

body.home #posts .post > * {
    font-weight: 600;
}

body.home #posts .post > *:last-child {
    margin-bottom: 0;
}

body.home #posts .post .postTitle {
    color: #ffcb05;
    font-size: 1.667em;
    line-height: 1;
    margin-top: 0;
    margin-bottom: -0.5em;
    text-transform: none;
}



/*** ABOUT ***/
body.home #about {
    background-color: #4677be;
    color: #fff;
    font-size: 1.5em;
    font-weight: 600;
    min-height: 320px;
    padding: 1.5em 2.25em;
}

/* Video */
body.home #about > .video {
    height: 100%;
    left: 0;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: calc((100% / 12) * 7);
}

body.home #about > *:not(.video) {
    padding-left: calc((100% / 12) * 7 + 2.25em);
}

/* View More */
body.home #about .view-more {
    background-color: #305a96;
    border-color: #b7b7b7;
    color: #fff;
}

body.home #about .view-more:after {
    color: #ffcb05;
}

body.home #about .view-more:hover {
    background-color: #003e78;
    border-color: #959595;
}



/*** FEATURED PROJECTS ***/
body.home #featured-projects {
    background-color: #9c9590;
}

/* Title */
body.home #featured-projects .postTitle {
    color: #00274c;
    text-align: center;
}

/* Listing */
body.home #featured-projects ul.featured-projects-list {
    display: flex;
    list-style: none;
    padding: 0;
}

body.home #featured-projects ul.featured-projects-list > li {
    flex-basis: 0;
    flex-grow: 1;
    padding: 0.9375rem;
}

body.home #featured-projects ul.featured-projects-list > li > a {
    background-color: #003e78;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    position: relative;
    text-decoration: none;
    width: 100%;
}

body.home #featured-projects ul.featured-projects-list > li > a:hover {
    background-color: #00274c;
    color: #ffcb05;
}

body.home #featured-projects ul.featured-projects-list > li .projectTitle {
    font-size: 1.25em;
    font-weight: 600;
    line-height: 1.25;
    margin: 1em;
}

body.home #featured-projects ul.featured-projects-list > li .projectTitle i {
    color: #ffcb05;
    line-height: 1;
    margin-left: 0.25em;
}

body.home #featured-projects ul.featured-projects-list > li .featured-image {
    align-self: flex-end;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    display: table;
    margin-top: 4em;
    padding-bottom: 66.666%;
    position: relative;
    width: 100%;
}

body.home #featured-projects ul.featured-projects-list > li .featured-image:before {
    background-color: #4677be;
    content: '';
    display: block;
    height: 4px;
    margin: -2.5em 1.25em 0 1.25em;
}

/* View More */
body.home #featured-projects .view-more {
    background-color: #b0a8a2;
    border-color: #003e78;
    color: #00274c;
    margin-bottom: 3em;
    margin-top: 2em;
    max-width: 305px;
}

body.home #featured-projects .view-more:hover {
    background-color: #c4bfbb;
}



/*** FACULTY EXPERTS ***/
body.home #faculty-experts {
    background-color: #4677be;
    color: #fff;
    padding: 2em;
    padding-top: 0;
}

body.home #faculty-experts > .columns:first-of-type {
    padding-left: 0;
}

body.home #faculty-experts > .columns:last-of-type {
    padding-right: 0;
}

/* Title */
body.home #content section#faculty-experts .postTitle {
    margin-bottom: 0.5em;
}

/* Blockquote */
body.home #faculty-experts blockquote {
    font-size: 1.375em;
    line-height: 1.75;
    margin: 0;
}

body.home #faculty-experts blockquote .credit {
    font-size: 14px;
    margin-top: -1em;
    text-transform: uppercase;
}

/* View More */
body.home #faculty-experts .view-more {
    background-color: #305a96;
    border-color: #b7b7b7;
    color: #fff;
    float: left;
}

body.home #faculty-experts .view-more:after {
    color: #ffcb05;
}

body.home #faculty-experts .view-more:hover {
    background-color: #003e78;
    border-color: #959595;
}



/*** NEWS/MAP ***/
body.home #news-map {
    background-color: #d7d3d0;
}

body.home #news-map > .columns {
    padding: 2em;
    padding-top: 0;
}

/* Titles */
body.home #news-map .postTitle {
    color: #00274c;
}

/* News */
body.home #news-map #news ul.news-list {
    list-style: none;
    padding: 0;
}

body.home #news-map #news ul.news-list > li > .date {
    font: 14px/1.25 'Roboto', sans-serif;
    text-transform: uppercase;
}

body.home #news-map #news ul.news-list > li > .newsTitle {
    font-size: 1.5em;
    font-weight: 600;
    margin: 0;
}

body.home #news-map #news ul.news-list > li > .newsTitle > a {
    color: #024794;
}

body.home #news-map #news ul.news-list > li > .newsTitle > a:not(:hover) {
    text-decoration: none;
}

body.home #news-map #news ul.news-list > li > .newsTitle > a > i {
    color: #000;
}

body.home #news-map #news ul.news-list > li > img {
    display: block;
    margin: 0.5em auto;
    width: 100%;
}

/* Map */
body.home #news-map #map a {
    color: #000;
    display: block;
}

body.home #news-map #map a:not(:hover) {
    text-decoration: none;
}

body.home #news-map #map .container {
    background-color: #fff;
    border: 3px solid #4677be;
    padding: 1.75em 1.25em;
}

body.home #news-map #map .container .content {
    color: #000;
    font: 14px/1.25 'Roboto', sans-serif;
}

body.home #news-map #map .container .content > p:last-of-type {
    display: inline;
}

body.home #news-map #map .container .content i {
    color: #4677be;
}

body.home #news-map #map .container img {
    display: block;
    margin: 0 auto;
    margin-top: 1em;
}

/* View More */
body.home #news-map .view-more {
    background-color: #c0bebc;
    border-color: #4677be;
    color: #024794;
    margin-top: 2em;
}

body.home #news-map .view-more:hover {
    background-color: #b0a8a2;
}



/*** IN THE MEDIA/EVENTS ***/
body.home #media-events {
    background-color: #003e78;
    color: #fff;
    display: flex;
}

body.home #media-events > .columns {
    display: flex;
    flex-direction: column;
    padding: 2em;
    padding-top: 0;
}

body.home #media-events > .columns > ul {
    list-style: none;
    margin-bottom: auto;
    margin-top: 0;
    padding: 0;
}

body.home #media-events > .columns > ul > li:first-of-type {
    padding-top: 0!important;
}

body.home #media-events > .columns > ul a {
    color: #fff;
}

body.home #media-events > .columns > ul a:not(:hover) {
    text-decoration: none;
}

body.home #media-events > .columns > ul + a {
    margin-top: auto;
}

/* In the Media */
body.home #media-events > #media:only-child {
    width: 100%;
}

body.home #media-events > #media .postTitle {
    color: #ffcb05;
}

body.home #media-events > #media:only-child > ul.media-list {
    display: flex;
    margin-left: -1em;
    margin-right: -1em;
}

body.home #media-events > #media > ul.media-list > li {
    padding: 1em 0;
}

body.home #media-events > #media:only-child > ul.media-list > li {
    flex-basis: 0;
    flex-grow: 1;
    padding: 0 1em;
}

body.home #media-events > #media > ul.media-list > li + li {
    border-top: 1px solid #4677be;
}

body.home #media-events > #media:only-child > ul.media-list > li + li {
    border-left: 1px solid #4677be;
    border-top: 0;
}

body.home #media-events > #media .mediaTitle {
    font-size: 1.125em;
    margin: 0;
}

body.home #media-events > #media .mediaTitle > a > i {
    color: #ffcb05;
    margin-left: 0.25em;
}

body.home #media-events > #media > ul.media-list span {
    color: #e3e3e3;
    font: 14px/1.25 'Roboto', sans-serif;
}

body.home #media-events #media .view-more {
    align-self: flex-end;
    background-color: #00274c;
    border-color: #4677be;
    color: #ffcb05;
}

body.home #media-events #media:only-child .view-more {
    margin-top: 2em;
}

body.home #media-events #media .view-more:hover {
    background-color: #305a96;
    border-color: #4677be;
}

/* Events */
body.home #media-events #events {
    background-color: #4677be;
}

body.home #media-events #events ul.events > li {
    font: 400 1.125em/1.25 'Roboto Condensed', sans-serif;
    padding: 2em 0;
    padding-left: 4em;
    position: relative;
}

body.home #media-events #events ul.events > li + li {
    border-top: 3px solid #7599ce;
}

body.home #media-events #events ul.events > li > span.month-date {
    border-right: 3px solid #00274c;
    font-weight: 600;
    left: 0;
    line-height: 1;
    padding-right: 1em;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 2em;
    width: 3em;
}

body.home #media-events #events ul.events > li:first-of-type > span.month-date {
    top: 0;
}

body.home #media-events #events ul.events > li > span.month-date > span {
    display: block;
}

body.home #media-events #events ul.events > li > span.month-date > span.date {
    font-size: 2em;
}

body.home #media-events #events ul.events > li > h5 {
    font-size: 1.556em;
    font-weight: 400;
    line-height: 1.25;
    margin: 0;
    text-transform: uppercase;
}

body.home #media-events #events ul.events > li > h6 {
    font-size: 1em;
    font-weight: 400;
    margin: 0;
}

body.home #media-events #events .view-more {
    align-self: flex-end;
    background-color: #305a96;
    border-color: #b7b7b7;
    color: #fff;
}

body.home #media-events #events .view-more:after {
    color: #ffcb05;
}

body.home #media-events #events .view-more:hover {
    background-color: #003e78;
    border-color: #959595;
}



/************************************************/
/***************** MEDIA QUERIES ****************/
/************************************************/

/*** LARGE ***/
@media only screen and ( min-width: 64.0625em ) {



}



/*** MEDIUM ***/
@media only screen and ( max-width: 64em ) {

    /*** ABOUT ***/
    body.home #about > .video {
        width: calc((100% / 12) * 6);
    }

    body.home #about > *:not(.video) {
        padding-left: calc((100% / 12) * 6 + 1em);
    }



    /*** FACULTY EXPERTS ***/
    body.home #faculty-experts > .columns {
        padding: 0;
    }

    /* View More */
    body.home #faculty-experts .view-more {
        float: none;
    }

}



/*** MEDIUM/SMALL ***/
@media only screen and ( max-width: 52.0625em ) {

    /*** HERO IMAGE ***/
    /* Content */
    body.home #posts .post {
        padding: 1em;
    }

    body.home #posts .featured-image + .post {
        background-color: #363636;
        bottom: inherit;
        display: inline-block;
        left: inherit;
        max-width: inherit;
        position: relative;
        transform: inherit;
    }

    /*** ABOUT ***/
    body.home #about {
        padding: 0;
    }

    /* Video */
    body.home #about > .video {
        margin-bottom: 1.5em;
        padding-bottom: 56.2%;
        position: relative;
        width: 100%;
    }

    body.home #about > *:not(.video) {
        padding-left: 1em;
        padding-right: 1em;
    }

    /* View More */
    body.home #about .view-more {
        margin-bottom: 2.5em;
    }



    /*** FACULTY EXPERTS ***/
    body.home #faculty-experts {
        padding: 1em;
    }

}



/*** SMALL ***/
@media only screen and ( max-width: 40em ) {

    /*** FEATURED PROJECTS ***/
    /* Listing */
    body.home #featured-projects ul.featured-projects-list {
        flex-wrap: wrap;
    }

    body.home #featured-projects ul.featured-projects-list > li {
        flex-basis: inherit;
        width: 100%;
    }



    /*** NEWS/MAP ***/
    body.home #news-map {
        padding: 1em;
        padding-bottom: 2em;
    }

    body.home #news-map > .columns {
        padding: 0;
    }



    /*** IN THE MEDIA/EVENTS ***/
    body.home #media-events {
        flex-wrap: wrap;
    }

    body.home #media-events > .columns {
        padding: 1em;
    }

    body.home #media-events > #media:only-child > ul.media-list {
        flex-wrap: wrap;
        margin-left: 0;
        margin-right: 0;
    }

    body.home #media-events > #media:only-child > ul.media-list > li {
        flex-basis: inherit;
        padding: 1em 0;
    }

    body.home #media-events > #media:only-child > ul.media-list > li + li {
        border-left: 0;
        border-top: 1px solid #4677be;
    }


}