<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">figure img {
    margin-bottom: 4px;
    max-width: 100%;
}
figure {
    overflow: hidden;
    width: 100%;
    max-width: 515px;
}
figcaption {
    text-align: left; 
    font-size: 13px;
    line-height: 1.5em;
}
figcaption &gt; p {
    margin-top: 0;
}
.user_content figcaption {
    display:inline;
}
figcaption .pscredit {
    font-style: italic;
}
h3.teaser {
    margin-bottom: 0px;
}
.article-meta {
	 margin: 10px 0 15px 0;
}
p.ideation-footer-date {
    color: #115740;
    text-transform: uppercase;
    font-style: italic;
    margin-top: 1.4em;
    font-weight: 700;
    font-size: 0.9em;
    letter-spacing: 0.05em;
}
/** Popup **/
.ideation-vid-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: auto;
    overflow: hidden;
    margin-top: 12px;
    text-align: center;
}

.ideation-vid-container iframe,  
.ideation-vid-container object,  
.ideation-vid-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/** Slideshow **/
#BannerDiv {
    margin-bottom: 30px;
}
#ideation-gallery-container {
    position: relative;
    width: 700px;
    max-width: 100%;
    height: 390px;
    max-height: 100%;
    padding-top: 8px;
}
#ideation-gallery-container #ideation-gallery {
    width: 700px;
    max-width: 100%;
    height: 390px;
    max-height: 100%
}
#ideation-gallery-container #ideation-caption {
    position: absolute;
    text-align: left;
    bottom: 20px;
    left: 10px;
}
#ideation-gallery-container #ideation-caption h2, #ideation-gallery-container #ideation-caption h4 {
    background: url(http://www.wm.edu/images/icons/ideation/40pct-black.png) top left;
    padding: 5px 10px;
    width: auto;
    color: white;
    font-weight: normal;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    opacity: 0;
}
#ideation-gallery-container #ideation-caption h2 {
    font-size: 22px !important;
    display: inline;
    letter-spacing: 1px;
    line-height: 26px;
    color: #ffffff !important;
}
#ideation-gallery-container #ideation-caption h4 {
    color: #ffffff !important;
    font-size: 12px !important;
    margin: 10px 0 0 0px;
    line-height: 16px;
}
#ideation-gallery-container #ideation-gallery a img {
    width: 700px;
    max-width: 100%;
}
#ideation-gallery-container #ideation-gallery {
    background: #ececec url(http://www.wm.edu/images/icons/ajax-loader.gif) no-repeat center center;
}

/** Homepage **/
#ideationHomeTitle {
    margin-bottom: 5px !important;
}
ul#ideationHomeList {
    list-style-type: none;
    margin-bottom: 20px;
    padding:0;
}

ul#ideationHomeList li{
    margin: 0 0 .7em;
}
ul#ideationHomeList a {
    font-size: 18px;
    line-height: 1.2em;
    text-decoration: none;
    color: #B9975B;
    font-weight: bold;
}
ul#ideationHomeList a:hover {
    text-decoration: underline;
}
/** Archive page **/
.issueitem {
    margin-top: 40px !important;
    min-height: 198px;
    width: 100%;
}
.issueitem h3 {
    line-height: 1.4em;
    font-weight: bold !important;
}
.issueitem:first-child {
    margin-top: 30px !important;
}
h4.issue-top-story {
    color: #2B2B2B !important;
    font-family: helvetica,arial,sans-serif !important;
    font-size: 1.32rem !important;
    font-weight: bold !important;
    margin: 12px 0 2px !important;
    line-height: 1.5em;
    color: #6D261E;
}
img.ideationcover {
    border: 1px solid #CBCBCB;
    margin: 3px 15px 30px 0 !important;
}

@media only screen and (min-width: 990px) {
    figure {
        max-width: inherit;
    }
    figure img {
        float: left;
        margin-right: 12px;
    }
    figcaption {
        padding:150px 0px 0px;
    }
    #ideation-gallery-container #ideation-caption h2 {
        font-size: 28px !important;
    }
    #ideation-gallery-container #ideation-caption h4 {
        font-size: 18px !important;
    }
}

@media only screen and (min-width: 720px) {
    #ideation-gallery-container #ideation-caption {
        bottom: 50px;
        left: 25px;
    }
    .issueitem {
        width: 85%;
    }    
    .news_story h1 {
        margin-bottom: .5em;
    }
}

@media only screen and (min-width: 1000px) {
    #main h3, .user_content {
         width: 72%;
    }
}

@media print {
    #ideation-gallery-container #ideation-caption {
        position: static;
    }
    #BannerDiv {
        padding-bottom: 80px;
    }
    #ideation-gallery-container #ideation-caption h2, #ideation-gallery-container #ideation-caption h4 {
        margin: 5px 0;
        padding: 0;
        display: block;
    }
}</pre></body></html>