/* This code is only meant for previewing your Reflow design. */
.primaryContainer {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    min-height: 100%;
    width: 100%;
    max-width: none;
    min-width: 0px;
    float: none;
    margin-top: 0px;
    clear: none;
}

body {
    font-family: open-sans;
    color: rgb(50, 50, 50);
    font-weight: 200;
    line-height: 1.2em;
    font-size: 1em;
}

#mediaPartners {
    float: left;
    height: auto;
    clear: none;
    width: 100%;
    position: absolute;
    top: auto;
    left: 0%;
    min-width: 0px;
    display: none;
    background-color: rgba(0, 0, 0, 0.65098);
    bottom: 0%;
    right: auto;
}

#mediaLogoContainer {
    float: none;
    height: auto;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    width: 759px;
    margin-right: auto;
    min-width: 0px;
    min-height: 0px;
}

#mediaLogo {
    float: left;
    height: 70px;
    margin-left: 0px;
    margin-top: 0px;
    clear: none;
    width: 116px;
    margin-right: 6px;
    margin-bottom: 0px;
    background-image:url("img/partnerLogo3.png");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    -webkit-background-size: auto;
    background-size: auto;
}

#mediaLogo4 {
    float: left;
    height: 70px;
    margin-left: 0px;
    margin-top: 0px;
    clear: none;
    width: 203px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-image:url("img/partnerLogo2.png");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    -webkit-background-size: auto;
    background-size: auto;
}

#mediaLogo2 {
    float: left;
    height: 70px;
    margin-left: 0px;
    margin-top: 0px;
    clear: none;
    width: 145px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-image:url("img/partnerLogo1.png");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    -webkit-background-size: auto;
    background-size: auto;
}

#mediaLogo1 {
    float: left;
    height: 70px;
    margin-left: 4.5px;
    margin-top: 0px;
    clear: none;
    width: 90px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-image:url("img/partnerLogo4.png");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    -webkit-background-size: auto;
    background-size: auto;
}

#mediaLogo3 {
    float: left;
    height: 70px;
    margin-left: 0px;
    margin-top: 0px;
    clear: none;
    width: 191px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-image:url("img/partnerLogo5.png");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    -webkit-background-size: auto;
    background-size: auto;
}

@media only screen and (max-width: 768px) {
    #mediaPartners {
        width: 768px;
    }

    #mediaLogoContainer {
        width: 768px;
    }
}

@media only screen and (max-width: 640px) {
    #mediaLogo3 {
        clear: both;
    }

    #mediaPartners {
        width: 480px;
    }

    #mediaLogoContainer {
        width: 480px;
    }
}

@media only screen and (max-width: 540px) {
    #mediaLogo2 {
        clear: both;
    }

    #mediaLogo3 {
        clear: none;
        width: 166px;
    }

    #mediaLogo4 {
        clear: both;
    }

    #mediaLogoContainer {
        width: 320px;
    }

    #mediaPartners {
        width: 320px;
    }
}

