<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 Theme Name:   Student News Dawson College Theme
 Description:  Student News Child theme of Dawson College Theme
 Author:       Dawson College - Chris Georgieff
 Author URI:   http://dawsoncollege.qc.ca
 Template:     dawson-college-2022
 Version:      1.0.0
 Text Domain:  dawson-college-child
*/
.top_nav{
    display: none;
}
.mid_nav{
    display: none;
}
footer{
    display: none;
}

.breadcrump-wrap{
    display: none;
}
#site_title img{
    left: -10px;
    left: -1rem;
    top: 0;
}


.entry-content:first-child{
    border-top: 10px solid #4fc2c4;
}

.entry-content:nth-child(2n){
    border-top: 10px solid #f1af3f;
}
.entry-content:nth-child(3n){
    border-top: 10px solid #f16d42;
}
.entry-content:nth-child(4n){
    border-top: 10px solid #3f8ff1;
}

.content img {
    margin-bottom: 15px;
}
.content h2{
    margin-top: 0!important;
    line-height: 1.4;
}
hr {
    margin: 20px 0;
}

.single-student_newsletter main{
    background-color: #f2f8ff;
}

.content h1 {
    
    line-height: 1.4;
}

.content h2 {
    margin-bottom: 24px;
    margin-bottom: 2.4rem;
}

.wp-caption-text{
    color:#8d8d8d!important; 
    font-size:13px; 
    line-height: 1.4;
    margin-bottom:15px;
    padding-top: 0!important;
    padding-bottom: 16px!important;
    position: static!important;
    visibility: visible!important;
    opacity: 1!important;
    box-shadow: none!important;
    border-bottom: 1px solid #CECECE;
    text-overflow:initial!important;
    overflow: auto!important;
    white-space: normal!important;
}

.gfield--type-captcha{
    margin-top: 30px;
}

.gpoll_wrapper{
    margin-top: 5px;
}

.entry-content{
    border-top: 10px solid #000;
    margin: 0 auto;
    margin-top: 30px;
    background-color: #fff;
    padding: 30px 30px 50px 30px!important;
}


@media screen and (max-width: 499px) {

}

@media screen and (min-width: 500px) {

}

@media screen and (min-width: 740px) {

}

@media screen and (max-width : 740px) {

    .content ul ul{
        margin-left:0!important;
        padding-left: 0!important;
    }

}

@media screen and (max-width : 979px) {


}

@media screen and (min-width: 980px) {

    .entry-content{
        
        padding: 30px 60px 50px 60px!important;
    }

}

@media screen and (min-width: 1920px) {

}

@media screen and (max-width: 499px) {

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