@media (max-width: 766px) {
    .msl-pagebanner img {
        display:none;
    }
} 

.resource-list a {
    color:#fff !important;
    text-decoration:underline;
}

.msl-resourcelist h3 {
    margin-top:12px;
    margin-left:25px;
}

.msl-resourcelist h3:before {    
    font-family: 'FontAwesome';
    content: '\f15b';
    color: #fff;
    font-size:20px;
    margin-right:6px;
}

.msl-resourcehistory {
    display:none;
}

@media (min-width:1200px) {
    .timeline-row {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .timeline-row > [class*="col-"] {
        float: none;
    }
}

.check-ul li {
    margin-left:30px;
}

.check-ul li:before {    
    font-family: 'FontAwesome';
    content: '\f00c';
    margin:0 10px 0 0;
    color: #008C7A;
}

.timeline-circle {
    background-image: url("https://www.guildofstudents.com/pageassets/sustainability/greenimpact/sustainability-circle.png");
    border-radius: 50%;
    padding: 20px;
    height: 220px;
    width: 220px;
    display: block;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom:10px;
}


.timeline-circle p {
    color:#fff !important;
    line-height: 25px;
    display: inline-block;
    vertical-align: middle;
    font-size:22px;
    font-weight:bold;
    z-index:1;
}

.timeline-circle p img {
    margin-bottom:-20px;
    margin-top:-30px;
}

.timeline-circle-top-box {
    background: rgb(0,140,122);
    padding: 10px 5px 5px 5px;
    border-radius: 18px;
    margin-top: -32px;
    margin-bottom: 20px;
    width: 100%;
    float: left;
}

@media (min-width:1020px) {
    .survey-results-box {
        margin-top:-100px;
    }
}