<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">p.news-tags a {
    color:#4f2683;
}
.news-flex-container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 20px;
    }

.news-flex-item:nth-child(1) {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    }
 .orange, .purple {
	 color:white;
}
 .purple:hover {
	 background-color:#FFB100;
	 color:white;
}
 .orange:hover {
	 background-color:#4f2683;
	 color:white;
}
 div.spotlight .purple, div.inside .orange {
	 text-align: center;
	 width: 25%;
	 margin-left: auto;
	 margin-right: auto;
	 float: none;
}
 .image-center, .image, .image-left, .image-right {
	 background-image:none;
}

.section .col:nth-child(3n+1){
   clear: left;
margin-left: 0;
}
 .spotlight .col div {
	 width: 90%;
	 margin-left: auto;
	 margin-right: auto;
}
 .news-tags {
	 color:#4f2683;
	 margin-bottom: 0px;
}
 .news-link a {
	 color:#4f2683;
}
 .spotlight .col div h3 {
	 color:black;
}
 .spotlight .col {
	 background-color:#F4F4F4;
}
 
 .purple {
	 background-color:#4F2684;
	 float:left;
	 padding:20px;
}
 .orange {
	 background-color:#FFB100;
	 float:left;
	 padding:20px;
}
 .purple a {
	 color:white;
}
 .orange a {
	 color:black;
}
 
 div.spotlight h2 {
	 text-transform:uppercase;
	 color:#111111;
}
/* News Articles */
.share-on-link {
    color: #FFF;
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-right: 7px;
    margin-bottom: -4px;
}

.share-on-facebook {
    background-image: url(https://www.uwo.ca/web_standards/img/social/svg/facebook.svg);
    width: 32px;
    height: 32px;
}
.share-on-twitter {
    background-image: url(https://www.uwo.ca/web_standards/img/social/svg/twitter.svg);
    width: 32px;
    height: 32px;
}
.share-on-linkedin {
    background-image: url(https://www.uwo.ca/web_standards/img/social/svg/linkedin.svg);
    width: 32px;
    height: 32px;
}
.share-on-title {
    margin: 30px 0px 10px;
    font-size: 1rem;
    padding: 0px;
    font-weight: bold;
    line-height: 1.1;
    margin-top: 0px;

    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.share-div {
    width: 48%;
    float: left;
    display: block;
    min-width: 320px;
    margin: 0 auto 1em;
    height: 42px;
}
.single-feature {
    background: #eee;
    margin-bottom: 15px;
    margin-top: 10px;
    display: inline-block;
    max-width: 100%;
    *display: inline;
    zoom: 1;
}
/*
.entry-content img {
    margin-bottom: 1em;
}
*/
.entry-content img {
    /* margin: 0 0 1.5em 0; */
    max-width: 100%;
    height: auto;
}
.entry-content p {
    color: #555;
    line-height: 1.6875em;
    font-size: 1.15em;
}
.single-feature p {
    margin-bottom: 0;
}
.slides p, .single-feature p {
    /*margin-bottom: 10px;*/
    /*font-size: .875em;*/
}
/*
.flex-caption {
    padding: 10px 10px;
    background-color: #eee;
}
*/
.photo-credit {
    color: #666;
    font-size: 14px;
    padding: 10px 10px;
    font-family: Georgia, serif;
}
.flex-caption + .flex-caption span {
    padding-top: 0;
}
.photo-caption {
    display: block;
    font-size: 14px;
    color: #666;
    font-weight: 500;
    line-height: 20px;
    font-family: Georgia, serif;
    padding: 10px 10px;
}

</pre></body></html>