<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Social Media */

.home-resources {
    left: 0;
    min-height: 100%;
    min-width: 100%;
    position: relative;
    top: -552px;
}

.social-content {
    background-color: rgba(60,60,60,0.85);
    position: relative;
    top: -80px;
    margin-right: 40px;
}


.social-block {
    text-align: center;
    margin: 0px auto;
    padding: 120px 120px 30px 120px;
}

.social-block-feeds {
    text-align: center;
    margin: 0px auto;
    padding: 10px 0px 120px 0px;
}

.social-title {
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding-top: 120px;
    padding-bottom: 40px;
}

.social-icon-container {
    text-align: center;
    padding-bottom: 12px;
}

.social-icon {
    font-size: 2em;
    color: #FECE2F;
}

.twitter-feed {
    height: 400px;
    overflow-y: scroll;
    overflow-x: hidden;
    background-color: #fff;
}

    .twitter-feed ul {
        text-align: left;
        list-style: none;
        padding-right: 10px;
    }

        .twitter-feed ul li {
            padding-top: 20px;
        }
        
        .twitter-feed ul li img {
            max-width: 300px;
        }

.facebook-iframe {
    border: none;
}

.facebook-feed {
    vertical-align: top;
    height: 400px;
}


/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width : 320px) and (max-width : 767.99px){

    /* Social Media */

    .home-resources {
        top: -1000px;
    }

    .social-content {
        margin: 0;
        top: -60px;
    }

    .social-block {
        padding: 60px 120px 30px 120px;
    }

    .social-block-feeds {
        padding: 10px 0px 60px 0px;
    }

    .social-title {
        font-size: 1em;
        text-align: center;
        padding-top: 60px;
        padding-bottom: 20px;
    }

    .twitter-feed {
        margin-bottom: 40px;
    }
    
    .twitter-feed ul li img {
            max-width: 200px;
        }
}


/* iPads */
@media (min-width: 768px) and (max-width: 1023.99px){
    
    /* Social Media */

    .home-resources {
        top: -1000px;
    }

    .social-content {
        margin: 0;
    }
}

/* Laptops */
@media only screen and (min-width : 1024px) and (max-width : 1439px){

    .home-resources {
        height: 1100px;
        top: -400px;
    }
}


/* Wide Screen Laptops */
@media only screen and (min-width : 1440px) and (max-width : 1679px) {

    .home-resources {
        height: 1100px;
        top: -500px;
    }
}

/* Desktops */
@media only screen and (min-width : 1680px){

    .home-resources {
        height: 1100px;
        top: -552px;
    }
}
</pre></body></html>