﻿
.zcontent {
    padding: 0;
}

div.zcontent2 {
    font-size: 1em;
}

.zHomeBanner {
    background-image:url(/Content/Images/USA-Learns-Homepage-No-Logo.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
	background-color: #1B3664;
    padding: 0 10px;
    color: #003466;
    font-size: .95em;
}

.zHomeBlurb {
    font-size: .95em;
    width: 79%;
}
.zHomeBlurb > h1 {
    font-size: .9em !important;
}

.zHomeBlurb ul {
    padding:0;
    list-style-type:none;
    width:48%;
    font-size: .9em;
}

#imgRegister{
    width: 90px;
    padding-top:0px;
}

#imgSignIn{
    width: 70px;
    margin-bottom:0%;
}

.zAuthor {
    font-size: .7em;
    color: #949494;
}

#alreadyRegLink {
    font-size:.85em;
    text-transform: capitalize;
	margin:5px 0px;
}

#zVideoTranscript {
    font-size: .9em;
}

#zWhyPeopleLove {
}

.zGoogleRespAd {
    background-color: #4F80BC;
    padding: 5px 0 17px 0;
    color: #D7E4EC;
    border-top: #ccc 3px solid;
    border-bottom: #ccc 3px solid;
    border-right: none;
    border-left: none;
    text-align: center;
    border-radius: 0;
    box-shadow: 0 7px 7px #939ea8;
    margin-bottom: 25px;
    margin-top: 0;
}

.zTestimonial {
    padding: 0 10px 0 77px;
    position: relative;
}

    .zTestimonial img {
        float: left;
        left: 0;
        position: absolute;
        top: 0;
        border: #fff 2px solid;
        box-shadow: 0 5px 5px #939ea8;
    }

.zVideoContainer {
    position: relative;
    height: 300px;
    overflow: hidden;
    border-radius: 10px;
    border: #cccccc 3px solid;
    box-shadow: 0 7px 7px #939ea8;
}

    .zVideoContainer iframe {
        width: 100%;
        height:100%;
        margin: 0;
        border-radius: 10px;
    }

 h1 {
    margin-top: 15px;
}

.zmoreSpace h2 {
    font-size: 1.5em;
}

#zNewsArea {
    position: absolute;
    bottom: 0;
    right: 0;
    border: none;
}

@media only screen and (min-width : 350px) {
    .zHomeBlurb h1{
        font-size: 1em !important;
        margin-bottom:15px;
    }
    #imgRegister{
        width: 100px;
    }
}

@media only screen and (min-width : 390px) {
    .zHomeBlurb h1 {
        font-size: 1.1em !important;
    }
    #imgRegister{
        width: 110px;
    }
    #imgSignIn{
        width: 80px;
    }
}

@media (min-width: 420px) {
    .zHomeBlurb h1 {
        font-size: 1.1em !important;
    }
    #imgRegister{
        width: 120px;
	    padding-bottom: 5px;
    }
}

@media only screen and (min-width : 440px) {
    .zHomeBlurb > h1 {
        font-size:1.3em !important;
    }
    #alreadyRegLink {
        font-size:.9em;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 470px){
    .zInvisible470 {
        display:none;
    }
}

@media only screen and (min-width:540px){
    .zHomeBlurb > h1 {
        font-size:1.4em!important;
    }
    .zHomeBlurb ul {
        width:45%;
        font-size:1em;
    }
}

@media only screen and (min-width:580px) {
    .zHomeBanner {
        padding: 1% 5% 0 5%;
        font-size: 1em;
    }
    .zHomeBlurb > h1 {
        font-size:1.5em!important;
    }
    #imgRegister{
        width: 130px;
	    padding-bottom: 10px;
    }
    #imgSignIn{
        width: 100px;
    }
    #alreadyRegLink {
        font-size:1em;
    }
}

@media only screen and (max-width:649px) {
    .zVisible650 {
        display: none;
    }
}

@media only screen and (min-width:650px){
    .zInvisible650 {
        display: none;
    }
    .zVisible650 {
        display: list-item;
    }
    .zHomeBanner {
        padding: 1% 5% 0 5%;
        font-size: 1em;
    }
    .zHomeBlurb > h1 {
        font-size:1.6em!important;
    }
    .zHomeBlurb ul {
        list-style-type:disc;
        padding-left:1em;
    }
    #imgRegister{
	    padding-top: 10px;
    }
    #imgSignIn{
        width: 100px;
    }
    #alreadyRegLink {
        font-size:1em;
    }
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

    .zHomeBlurb {
        margin-top:3%;
    }

    #alreadyRegLink {
        text-transform:none;
    }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
    .zHomeBlurb{
        font-size:1.05em;
}
    .zHomeBlurb > h1 {
        font-size:2em!important;
    }

    #startNow {
        height:55px;
        width:177px;
        background-image:url(/Content/Images/bttnStartNow.png);
    }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
    .zHomeBlurb {
        padding-bottom: 60px;
    }

        .zHomeBlurb > h1 {
            font-size: 2.4em !important;
        }

        .zHomeBlurb li {
            margin: 5px auto;
        }

        .zHomeBlurb #startNow {
            margin-top: 20px;
            margin-bottom: 30px;
        }
}