<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">  #getUpdatesDialog .content2 {
    height: auto;
    width: auto;
    padding: 0;
}

.dl2-content-page-div .dl2-social h2 {
    color: #674c56;
    font-size: 95% !important;
    font-weight: 700;
    padding-bottom: 0px;
}
.dl2-content-page-div .dl2-social p {
    font-size: 90%;
    padding-top: 0px;
}

.dl2-content-page-div .dl2-button:hover,
.dl2-content-page-div .dl2-button:visited,
.dl2-content-page-div .dl2-button:active,
.dl2-content-page-div .dl2-button:focus {
    color: white;
}
.dl2-content-page-div .dl2-button,
.dl2-content-page-div .dl2-social .dl2-social-subscribe {
    background-color: #990000;
    color: white;
    font-size: 78%;
    text-decoration: none;
    padding: 0.65em 1em;
}

.content2 {
         background-color: #fff;
         background-color: rgba(255,255,255);
         color:#333;
         font-size:100%;
         margin: 0px 2em 0px 0px;
        padding: 0 0 .65em 0;
        width:auto !important;
        wid\th:auto !important;
}
.content2 p, .content2 li {
         line-height:1.65em;
         padding:.7em 0;
}
input, textarea, input:valid, textarea:valid {
       background:#fff;
       border: 1px solid #ccc;
       border-radius:0 0 0 0;
       color: #777;
       font-size: 1em;
       margin: .25em 6px .25em 0;
       padding: .25em;
}

.ui-dialog-content {
       padding-top: 0;
}
.ui-dialog-titlebar {
       padding-bottom: 0;
}
.ui-dialog {
       width:auto !important;
}

/*** Get rid of red underline in logos that are links. ***/
#partners-funders a {
    border-bottom: none;
}

/*** Make the two bio grids a more reasonable size. ***/
/*** If we ever have more than 2 cards, change this. ***/
#leadership.grid.column2.boxes&gt;div {
    width: 25%;
}

#dl-evolution-of-edm-and-cmu-div {
    max-width: 62%;
    float: right;
}
#dl-edm-timeline-logos-div {
    clear: left;
    max-width: 23%;
}
#dl-edm-timeline-logos-div img {
    float: left;
    clear: left;
    margin-bottom: 40%;
}
#dl-edm-timeline-logos-div img.soar {
    height: 100px;
}
#dl-edm-timeline-text-div {
    float: left;
    max-width: 75%;
    margin-top: -114%;
}
#dl-edm-timeline-text-div ul {
    list-style-type: none;
}

/*** Callout boxes... ***/
.dl-secondary-callout-div {
    padding: 15px;
    background-color: #e0e0e0;
}

.dl-primary-callout-div {
    padding: 15px;
    font-color: #fff;
}

#gs-grid {
    background-color: #e0e0e0;
}

/*** Make sure Get Updates dialog is on top. ***/
.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable {
    z-index: 200;
}

/*** Emphasize text by making it smaller and separate.
     Should it be a caption? ***/
#dl-datalab-offers-div p {
    font-size: 90%;
}
#dl-datalab-offers-div {
    padding-bottom: 10px;
}

/*** Colored font for DataLab Metrics table. ***/
table#dl-datashop-domains thead tr td {
    color: #a60;
    font-weight: bold;
}

/*** Use only the DataLab logo, not the 'DataLab' sitename ***/
#sitename a {
    text-align: unset;
    float: left;
    padding-bottom: 0.5em;
}
#sitename h1 {
    display: none;
}

/*** Tame the front page slideshow.
#content &gt; div.js-flickityCustom.red.invert.flickity-enabled.is-draggable {
    width: 75%;
    height: auto;
}
***/

/*** Reduce padding in EDM History timeline grid. ***/
#edm-history-grid {
    padding-top: 0px;
    padding-bottom: 0px;
}
#edm-history-grid.grid.column2 div img {
    padding-right: 10px;
    float: right;
}

/*** Resize too-large images in EDM History timeline. ***/
#edm-history-oli-img img {
    height: 150px;
    padding-right: 0px !important;
}
#edm-history-learnlab-img img {
    width: 175px;
}
#edm-history-baker-img img {
    width: 200px;
}
#edm-history-cald-img img {
    padding-right: 0px !important;
}

/*** Get rid of big space on Contact Us page, above form. ***/
#contact-us-top {
    padding-bottom: 0px;
}
#contact-us-form {
    padding-top: 0px;
}
</pre></body></html>