/* HEADER AND PAGE TOPS */
#moved-main-nav-wrapper {
    z-index:6;
}
#moved-main-nav-wrapper button {
    position: relative;
}

 /* title full width */
.container-12 .grid-10 { width: 90% !important; }
 
 /* no border for top Yale bar*/
.container-12 .region-topper-first {
    border-bottom: 0px;
}
 /* no space below header pic*/
.front.yalenew-wide .zone-header { margin-bottom: 0em !important; }

@media screen and (max-width: 739px) {
.container-12 .grid-9 { }
/*#zone-content-wrapper { margin-top: -2em; }*/
}
.moved-sidenav a { padding: 0.5rem 1rem; }
.moved-sidenav {
    margin-top: 2rem;
    margin-bottom: 1rem;
}
/* search box */
/* float the search box to the right */
@media screen and (min-width: 340px) {
.container-12 .grid-9 { float: right !important; }
}
@media screen and (min-width: 739px) {
.region-topper-second .block-search {margin-bottom: 0em; }
}
/* search box float in top bar */
@media screen and (max-width: 979px) {
.container-12 .grid-9 {
    top: -50px;
    padding-right: 5rem;
 }
}
@media screen and (max-width: 540px) {
#edit-search-block-form--2 {
    min-width: 10px;
    width: 5rem;
    overflow: hidden;
 }
.container-12 .grid-9 {
    top: -50px;
    padding-right: 0rem;
    margin-right: -4rem;
 }
}
@media screen and (max-width: 364px) {
    .container-12 .grid-9 { display: none; }
}

/* search box background is transparent, no border */
header form.search-form { max-height: 0px; }

.zone-topper .form-text { border: 0px; }

header #zone-topper-wrapper { background:transparent;}

@media screen and (min-width: 980px) {
header #region-branding .site-name { margin-top: 0em; }

.yalenew-wide .breadcrumb {
    margin-top: 1rem;
    margin-bottom: 1.3em;
 } 
#zone-menu-wrapper {
    height: 52px;
    padding-top: 3px;
    position: relative;
    z-index: 500;
    padding-left: 10px;
 }
 
/* #region-header-first { transform: translateY(-1.62em); } */

#region-header-first { padding-bottom: 2em; }

}

form.search-form, .zone-topper .search-form { line-height: 3; }

/* MAIN MENU */
/* ul.menu li { margin-top: -0.2rem; } */

/* BLOCKQUOTE */
.block-main blockquote { 
    padding: 1em 8.5% 1em 10%;
    margin-top: 1em;
    margin-bottom: 1em;
}
div.sidebar blockquote { padding: 0 .5em 0 1em; }

.block-main blockquote p:first-of-type:before { border-top: 0px; }

blockquote p:first-of-type:before {
    font-size: 4em;
    padding-top: .25em;
}
blockquote p:first-of-type:before { 
    content: "\201F";
    line-height: 1.25em;
}

/* TABLES */
.block tr.odd, .block tr:nth-child(odd) { background-color: transparent; }

table.prettier tbody {
    border-top: none;
    border-bottom: none;
}
table.prettier tbody tr:first-child th { border: 0px; }

body.page-node-217 table td img { margin-right: 10px; }
th, td { 
    vertical-align: top; 
    font-size: 16px;
    line-height: 26px;
}
th[scope=col] {
    background-color: #f9f9f9;
    border-bottom: 1px solid #dddddd;
    font-size: 17px;
}
td { 
    color: #4a4a4a;
}


/* BULLETS */
.node ul > li:before, .block-main ul > li:before, .block-plain ul > li:before, .collapsible .content ul li:before, .region-content .block-block .content ul li:before, .region-sidebar-first .block-block .content ul li:before { content: "\25aa  "; }

ul.pager li:before { display: none; }

/* LISTS */
ol:not(.menu), ul:not(.menu) 
    line-height: 1.5em; 
    margin-bottom: 0em;
    margin-top: 0.5em;
}

ol li, ul li { margin-bottom: .5em}

/* BORDERS */
aside.block-no-border .block-inner {border-width: 0px; }


/* BOOK NAVIGATION */
.book-navigation { margin: 2em 0 -2em 0; }
.book-navigation ul.menu, .block-system-main nav.node-links { display: none; }

/* NEWS BLOCK ON FRONT*/

/*body.front .block-news-block .more-link a {
    border: 0px; 
    padding: 0.85em 1.25em .7em 1.25em;
}
body.front .block-news-block .more-link { 
    float: right; 
    transform: translateY(-2rem);
 }
@media screen and (min-width: 1025px) {
body.front .block-news-block .more-link { transform: translateY(-59.5rem); }
}

@media screen and (max-width: 1024px) {
body.front .block-news-block .more-link {
    margin-top: 1rem;
    margin-bottom: 4rem;
    transform: none;
 }
}
*/


/* OVERLAY HEIGHT */
html.overlay-open body { height: 95%; }

/* COLORBOX */
#cboxLoadedContent { background: gray; }

#cboxLoadedContent div.field-item {
   display: flex;
   justify-content: center;
   align-items: center;
   justify-content: center;
   align-content: space-around;
   flex-wrap: wrap;
   padding-top: 30px;
}

/* NEWS*/
.view-id-news .views-field-title { padding-bottom: .5rem; }

/* GOOGLE SLIDE IFRAMES */
div.iframe-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}
iframe.google-slides {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/*STICKYS*/
.sticky { 
    position: fixed;
    top: 20rem;
}

/* IMPORTANT NOTE */
.important-note::before {
    font-family: FontAwesome;
    content: "\f12a";
    float: left;
    font-size: 3em;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.important-note {
    background-color: #AAC9EE;
    padding: 1em;
    margin-bottom: 1em;
    position: relative;
}
.important-note-title {
    font-weight: bold;
}
.important-note-title, .important-note-text {
    margin-left: 2.5em;
}
.important-note a {
color: #4a4a4a !important;
}


/* PRINTER EMAIL PDF BLOCK */
.block-print-email-pdf span { float: right; }