    html {
        overflow-x: hidden;
    }
    
    body {
        margin: 0;
        padding: 0;
        background-color: #ffe339;
    }
    
    @font-face {
        font-family: 'LatoRegular';
        src: url('/landingpage/sitelinks/fonts/Lato-Reg-webfont.eot');
        src: url('/landingpage/sitelinks/fonts/Lato-Reg-webfont.eot?#iefix') format('embedded-opentype'), url('/landingpage/sitelinks/fonts/Lato-Reg-webfont.woff') format('woff'), url('/landingpage/sitelinks/fonts/Lato-Reg-webfont.ttf') format('truetype'), url('/landingpage/sitelinks/fonts/Lato-Reg-webfont.svg#LatoLight') format('svg');
        font-weight: normal;
        font-style: normal;
    }
    
    #container {
        width: 70%;
        max-width: 600px;
        margin: 0 auto;
        min-width: 320px;
    }
    
    #bg {
        width: 100%;
        padding: 0;
        margin-top: 30px;
    }
    
    #glogo {
        top: 0;
        padding: 10px;
        width: 100%;
        margin: 0 auto;
        float: none;
    }
    
    #glogo img {
        width: 200px;
        margin: auto;
        display: block;
    }
    
    #header {
        text-align: center;
        vertical-align: bottom;
        top: 20px;
        margin:auto;
    }
    
    #header span {
        font-family: 'Amatic SC', cursive;
        font-size:7rem;
        color: #000;
        font-weight: bold;
        line-height: 7.5rem;
    }
    
    #form {
        margin: auto;
    }
    
    #submit {
        margin: auto;
        text-align: center;
    }
    
    #inner-text {
        font-family: 'LatoRegular';
        font-size: 2.6rem;
        color: #242424;
        text-align: center;
        position: relative;
        margin: 20px 0 20px 0px;
    }

    .it-sm {
        display:none;
    }

    .it-lg {
        display:block;
    }
    
    button {
        background: none;
        vertical-align: middle;
    }
    
    button img {
        width: 200px;
    }
    
    #POL_ratedZip5 {
        width: 196px;
        text-align: center;
        font-size: 2rem;
        color: #9e9586;
        margin: 0px 5px;
        height: 5rem;
        max-height: 8rem;
        border: 2px solid #e6e3dd;
        vertical-align: middle;
    }
    
    .icons-lg {
        width: 300px;
        margin: auto;
        display: block;
    }
    
    .icons-sm {
        display: none;
    }
    
    #footer {
        margin: 0 auto;
        margin-top: 50px;
        text-align: center;
        font-size: .9rem;
        color: #60574a;
        width: 80%;
        float: none;
    }
    
    @media all and (max-width: 665px) {
        .icons-sm {
            width: 300px;
            margin: auto;
            display: block;
        }
        .icons-lg {
            display: none;
        }

        #header {
            width:100%;
        }

        #header span {
            font-size:4rem;
            line-height: 4.5rem;
        }

        #inner-text {
            font-size: 1.8rem;
            margin: 20px 30px 20px 30px;
        }

        .it-sm {
            display:block;
        }

        .it-lg {
            display:none;
        }
    }
    
    @media all and (max-width: 320px) {
        html {
            overflow-x: scroll;
        }
    }
