  body{ 
    margin: 0px;
    background-color: #fff;
    background-image: none !important;
}

main>header>h1 { display: none; }

body div.container {
    width: 100% !important; 
    box-shadow: none !important; }

body.universalPage main { 
    background: #edece2; 
    margin-bottom: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* HEADER responsive overrides */
@media screen and (min-width:900px) and (max-width:1200px){
    div.container-fluid ul.navbar-nav > li > a {
        margin: 20px 15px 10px 0px !important;
        padding: 11px !important;
    }
}

.row {
    padding-left: 3em;
    padding-right: 3em;
}

.heroVideo, .heroVideo section {
    padding-left: 0;
    padding-right: 0;
}

.teaserRow div {
    padding: 0 10%;
}
.teaserRow p {
    font-size: 1.2em;
    margin-bottom: 12px;
}

.navbar { background: rgba(237,236,226,.9); }

/* SEARCH BOX */

#searchbox {
    display:flex;
    flex-wrap:wrap;
}
#searchbox label {
    color: #000;
    flex-basis:100%;
}
#ngy2search {
    /*width: 250px;*/
    color: #000;
    flex-basis:80%;
    padding:.75em;
    transition:.2s all ease;
}

#btnsearch2 {
    color: #fff;
    background: #c41230;
    font-weight: bold;
    border: none;
    flex-basis:15%;
    padding:.75em;
    transition:.2s all ease;
    outline:1px solid #c41230;
}

#searchbox button:hover {
    background:#ad102a;
}

#searchbox input:focus, #searchbox button:focus {
    outline: 2px dotted #000; outline-offset: 2px;
}

@media only screen and (max-width: 640px) {
  #ngy2search {
        flex-basis:70%;
    }

    #btnsearch2 {
        flex-basis:25%;
    }
    
    .row {
        padding-left:1.5em;
        padding-right:1.5em;
    }
}


p.notes, .contentNote { color: #000; }
p.notes {
    margin-top: 20px;
    width: 60%;
}
.contentNote {
    text-align: center;
    margin-top: 30px;
    width: 100%;
}
.contentNote p {
    width: 55%;
    margin: 0 auto;
}

p.notes a, .contentNote a {
    text-decoration: underline;
    color: #000;
    font-weight: bold;
}
p.notes a:hover, .contentNote a:hover {
    text-decoration: none;
}
p.notes a:focus, .contentNote a:focus {
    outline: 2px dotted #000;
    outline-offset: 3px;
}
@media screen and (max-width: 600px){
    #searchbox label { display: table; }
    p.notes, .contentNote p { width: 85%; }
}

/* ======= FANCYBOX OVERRIDES ======= */

body .ui-dialog.ui-widget { 
    width: 100% !important;
    height: 100% !important;
    left: 0 !important;
    top: 0 !important;
    position: fixed !important;
    right: 0 !important;
    bottom: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    background-color: #fff;
}
body .ui-dialog.noTitle .ui-dialog-titlebar { background: none; }
.ui-dialog-titlebar { 
    padding: 10px; 
    min-height: 40px !important;
}
.ui-dialog-titlebar button.ui-button { 
    right: 35px !important;
    top: 25px !important;
}
.ui-dialog-titlebar button.ui-button .ui-icon {  }
.ui-dialog-titlebar button.ui-button .ui-icon:before {
    font-size: 30px !important;
}
.ui-dialog-content { padding: 0px; }
.ui-widget-overlay { background: #000; opacity: .7; }
.ui-dialog { padding: 5px; }
body .ui-dialog .ui-dialog-titlebar button.ui-button { background: #fff; color: #000; }
body .ui-dialog.ui-widget {z-index: 99999 !important; }

.responsiveVideo, .responsiveImage {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.responsiveVideo video, .responsiveVideo iframe, .responsiveVideo object, .responsiveVideo embed, .responsiveImage .profileImg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* ======= END FANCYBOX OVERRIDES ======= */

/*
.navGrid {
 display: grid;
    grid-template-columns: 1fr 5fr;
    grid-template-rows: 88px;
    background-color: #c3142d;
}

.logoBlock {
    grid-column: 1 / span 1;
    background-color: #fff;
    padding: 20px;
}

.mainGrid {
    display: grid;
    grid-template-columns: 100px .9fr .1fr 1fr .1fr .9fr 100px;
    grid-template-rows: 100px 1fr .25fr 1.25fr .25fr 1fr 100px;
    grid-gap: 20px;
}

.block1 {
    grid-column: 2 /span 2;
    grid-row: 2 /span 2;
}

.block2 {
    grid-column: 4 /span 1;
    grid-row: 2 /span 2;
}

.block3 {
    grid-column: 5 /span 2;
    grid-row: 2 /span 2;
}

.block4 {
    grid-column: 2 /span 2;
    grid-row: 4 /span 1;
}

.block5 {
    grid-column: 4 /span 1;
    grid-row: 4 /span 1;
}

.block6 {
    grid-column: 5 /span 2;
    grid-row: 4 /span 1;
}

.block7 {
    grid-column: 2 /span 2;
    grid-row: 5 /span 2;
}

.block8 {
    grid-column: 4 /span 1;
    grid-row: 5 /span 2;
}

.block9 {
    grid-column: 5 /span 2;
    grid-row: 5 /span 2;
}

section.mirandaWoods {
    background:url(https://test.www.miamioh.edu/psa/assets/img/miranda-woods/miranda-woods.jpg) bottom center no-repeat;
    background-size: cover;
    grid-column: 2 /span 2;
    grid-row: 2 /span 2;
}

.mirandaWoods figure { margin: 0;}

figcaption {color: #fff;}

*/

/*.rowPadding {
    padding-right: 10%;
    padding-left: 10%;
}*/

/*=============== Customize Social Icons :: Start =========*/

.addthis { text-align: center; }
.at-style-responsive .at-share-btn { padding: 10px !important; }
.at-resp-share-element .at-share-btn { margin: 0 12px 5px !important; }

/*=============== Customize Social Icons :: End =========*/

.video-container {
    position: relative;
    height: 450px;
}
.short .video-container {
    position: relative;
    height: 250px;
}

.headlines {
    position: absolute;
    top: 150px;
    left: 50px;
    background: #fff;
    z-index: 520;
    padding: 30px;
}
.short .headlines {
    position: absolute;
    top: 65px;
    left: 50px;
    background: #fff;
    z-index: 520;
    padding: 30px;
}
.headlines h1 {
    color: #000;
    font-size: 2.5em;
    padding-bottom: 15px;
}
.headlines p {
    color: #000;
    font-size: 1.5em;
}

.rect-shape {
    height: 451px;
    width: 451px;
    clip-path: polygon(0 0, 39% 0%, 100% 100%, 0% 100%);
    background-color: #fff;
    background-size: cover;
    position: absolute;
    top: 0; 
    left: 0;
    z-index: 500;
}
.short .rect-shape {
    height: 251px;
    width: 251px;
    clip-path: polygon(0 0, 39% 0%, 100% 100%, 0% 100%);
    background-color: #fff;
    background-size: cover;
    position: absolute;
    top: 0; 
    left: 0;
    z-index: 500;
}

.video-control {
    position: absolute;
    right: 50px;
    bottom: 50px;
    z-index: 550;
    color: #fff;
    border: 10px solid #c41230;
    background: #c41230;
    padding: 10px;
    border-radius:30px;
    
    transition:0.3s all ease;
}
.video-control:hover {
    outline: 2px solid #fff;
    outline-offset: 4px;
}
.video-control:focus {
    outline: 2px dotted #fff;
    outline-offset: 4px;
}


.profileVideo { padding: 0 4% 3% !important; margin: 5% 10% !important; background: #fff; }

#currie, #niccol, #embry, #bonewit-cron, #mcvay, #bridges, #markesbery-venna, #ellram, #steele {
    padding-top: 15%;
}

.profileVideo h2 { 
    font-family: "Adelle Regular", georgia, serif; 
    font-size: 2em; 
    margin-bottom: 4px;
    margin-top: 30px;
    line-height: 1.2;
    color: #c41230;
}

.leftBlock {
    padding-right: 5% !important;
    padding-top: 8%;
}
@media screen and (max-width: 600px){
    .profileVideo { margin: 6% !important; }
    .leftBlock { padding-top: 8%; }
    #currie, #niccol, #embry, #bonewit-cron, #mcvay, #bridges, #markesbery-venna, #ellram, #steele {
        padding-top: 5%;
    }
}

.profileVideo .title { 
    font-size: 1.3em; 
    margin-bottom: 20px;
}

.profileVideo .description {
    margin-top: 20px;
}

.profileImg {
    object-fit: cover;
    height: 450px;
}
/*
@media screen and (min-width:845px) and (max-width:1270px){
    .profileImg {
        height: 600px;
    }
}

@media screen and (min-width:1271px) and (max-width:1644px){
    .profileImg {
        height: 650px;
    }
}
*/

.imgBlock {
    position: relative;
    margin: 0 auto;
    padding: 1em 0 4em;
    max-width: 1000px;
    list-style: none;
    text-align: left;
}

.imgBlock figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 1%;
    background: #c3142d;
    text-align: left;
    cursor: pointer;
}
.imgBlock figure a:hover {
    outline: 2px solid #c41230;
    outline-offset: 6px;
}
.imgBlock figure a:focus {
    outline: 2px dotted #c41230;
    outline-offset: 6px;
}

.imgBlock figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
}

.imgBlock figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}


.imgBlock figure .playIcon {
    opacity: 1;
    width: 30px !important;
    height: 30px !important;
    text-align: center;
    display: none;
    min-height: auto;
    max-width: auto;
}

.imgBlock figure.imghvr-fade:hover .playIcon {
    opacity: 1;
    display: block;
}


.imgBlock figure figcaption {
    padding: .8em;
    color: #fff;
    text-transform: initial;
    font-size: 1em;
    background-color: #c41230;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
}

.imgBlock figcaption .figureTitle {
    font-size: 1.4em;
    display: block;
    margin-bottom: 4px;
}
.imgBlock figcaption .figureDes {
    font-size: 1em;
    display: block;
}
.imgBlock figcaption .caretIcon {
    fill: #fff;
    position: absolute;
    top: 30%;
    right: 20px;
}
.caretIcon {
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-timing-function: cubic-bezier(.4,0,.2,1);
}
figure:hover .caretIcon {
    -webkit-transform: translate(10px,0);
    transform: translate(10px,0);
}
.imgBlock figure p {
    letter-spacing: 1px;
    font-size: 1em;
    font-family: "Proxima Bold",Helvetica,Sans-Serif;
}

.imgBlock figure h2, .imgBlock figure p {
    margin: 0;
}

.imgBlock figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

/*.imgBlock figure figcaption, .imgBlock figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}*/

.imgBlock figure h2, .imgBlock figure p {
    margin: 0;
}
.imgBlock figure h2 {
    /* word-spacing: -0.15em; */
    font-weight: 300;
}


body>.container>footer:before, body>footer:before {
    background: none !important;
    height: 0 !important;
    margin: 0 !important;
    float: none !important;
}



img.nGY2ViewerMedia {
    width: 70% !important;
    height: auto !important;
}

