﻿div.Content_SocialMediaStreams {
    background-color: #05224b;
    margin-left: -80px;
    margin-right: -80px;
    padding: 60px 80px 60px 80px;
    text-align: center;
}

.Content_SocialMediaStreams .usas-content-socialmediastreams-title {
    color: #fff;
    margin-bottom: 40px;
}

.Content_SocialMediaStreams .usas-content-socialmediastreams-at-usaswimming {
    color: #00b3e4;
    margin-bottom: 30px;
}

    .Content_SocialMediaStreams .usas-content-socialmediastreams-at-usaswimming h4 {
        font-size: 18px;
        font-weight: 600;
    }

    .Content_SocialMediaStreams .usas-content-socialmediastreams-pager {
        float: right;
        margin-right: 80px;
        margin-top: 30px;
    }

.Content_SocialMediaStreams .usas-content-socialmediastreams-pager-left {
    background-color: #3e5980;
    color: #fff;
    float: left;
    font-size: 32px;
    height: 50px;
    line-height: 50px;
    margin-right: 8px;
    text-align: center;
    width: 50px;
}

.Content_SocialMediaStreams .usas-content-socialmediastreams-pager-right {
    background-color: #3e5980;
    color: #fff;
    float: left;
    font-size: 32px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 50px;
}

.Content_SocialMediaStreams .usas-content-socialmediastreams-pager-on {
    background-color: #df0934;
    cursor: pointer;
}

.Content_SocialMediaStreams .usas-content-socialmediastreams-platforms {
    text-align: center;
}

.Content_SocialMediaStreams .usas-content-socialmediastreams-platforms i {
    background-color: #041e42;
    border-radius: 50%;
    color: #fff;
    font-size: 15px;
    height: 50px;
    margin-left: 10px;
    margin-right: 10px;
    width: 50px;
    line-height: 50px;
}

@media (max-width: 767px) {
    div.Content_SocialMediaStreams {
        margin-left: -15px;
        margin-right: -15px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .has-media.modal-content {
        max-width: 50% !important;
    }

    .modal-content {
        margin: 50px 0 0 0 !important;
    }

    .Content_SocialMediaStreams .usas-content-socialmediastreams-posts img {
        height: auto;
        width: 40vw;
    }

    .Content_SocialMediaStreams .usas-content-socialmediastreams-at-usaswimming {
        margin-left: 0;
        text-align: center;
    }

    .Content_SocialMediaStreams .usas-content-socialmediastreams-pager {
        display: none;
    }

    .Content_SocialMediaStreams .usas-content-socialmediastreams-platforms i {
        margin-left: 5px;
        margin-right: 5px;
    }
}