.frntwrapper {
    display: block;
    margin: 0 auto;
    position: relative;
    width: 100%;
}

.landing_wrap {
    width: 100%;
    display: inline-block;
    margin: 10px 0 24px;
    position: relative;
}

    .landing_wrap .f_logo {
        display: block;
        margin: 20px 5px 5px 60px;
    }

    .landing_wrap .loginBtn {
        min-width: 100px;
        height: 33px;
        float: right;
        line-height: 31px;
        border: 1px solid #d4d4d4;
        text-align: center;
        border-radius: 2px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
        background: #FFFFFF;
        position: absolute;
        right: 30px;
        top: 21px;
        font-size: 14px;
    }

        .landing_wrap .loginBtn:hover {
            border: 1px solid #57acf0;
            box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
            -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
            -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
            background: #57acf0;
            color: #FFFFFF;
        }

    .landing_wrap .left_land {
        display: inline-block;
        float: left;
        margin-top: 20px;
        width: 933px;
    }

    .landing_wrap .right_view {
        position: absolute;
        right: 240px;
        text-align: center;
        top: 110px;
        width: 524px;
    }

        .landing_wrap .right_view h2 {
            display: inline-block;
            padding: 0 0 12px;
        }

            .landing_wrap .right_view h2 em {
                color: #696b74;
                display: block;
                float: left;
                font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
                font-size: 55px;
                font-weight: normal;
                line-height: 38px;
                padding-left: 2px;
            }

            .landing_wrap .right_view h2 small {
                color: #9f9f9f;
                display: block;
                float: left;
                font-family: "HelveticaNeueLTStdTh", Helvetica, Arial, sans-serif;
                font-size: 74px;
                font-weight: normal;
                line-height: 60px;
            }

                .landing_wrap .right_view h2 small b {
                    color: #000;
                    font-family: "HelveticaNeueLTStdTh", Helvetica, Arial, sans-serif;
                    font-size: 74px;
                    font-weight: normal;
                }

        .landing_wrap .right_view .account {
            display: block;
            padding: 50px 0px 0px 0px;
            color: #696b74;
            font-size: 15px;
        }

            .landing_wrap .right_view .account .accountLink {
                font-family: "gothammediummedium", Helvetica, Arial, sans-serif;
                color: #3583e2;
                margin-left: 5px;
            }

                .landing_wrap .right_view .account .accountLink:hover {
                    text-decoration: underline;
                }

    .landing_wrap .frontpage {
        right: 420px;
    }

    .landing_wrap .right_view .google_analytics1 {
        display: inline-block;
        padding: 4px 0 0px;
        width: 260px;
    }

    .landing_wrap .right_view .accountN {
        color: #9f9f9f;
        display: block;
        line-height: 18px;
        padding: 30px 0 0;
    }

    .landing_wrap .right_view.rtside {
        right: 0px;
    }

    .landing_wrap .right_view .intro {
        display: block;
        font-size: 17px;
        line-height: 20px;
        padding: 10px 0 13px;
        font-family: "arialroundedmtbold", Helvetica, Arial, sans-serif;
        color: #696b74;
    }

    .landing_wrap .right_view h1 {
        display: inline-block;
        padding-top: 6px;
    }

        .landing_wrap .right_view h1 strong {
            color: #000;
            display: block;
            float: left;
            font-family: "HelveticaRegular", Helvetica, Arial, sans-serif;
            font-size: 64px;
            font-weight: normal;
            line-height: 60px;
        }

        .landing_wrap .right_view h1 sup {
            color: #000;
            float: right;
            font-family: "Tahoma", Helvetica, Arial, sans-serif;
            font-size: 20px;
            left: 1px;
            line-height: 30px;
            position: relative;
            top: -8px;
        }

    .landing_wrap .right_view .google_analytics {
        display: inline-block;
        padding: 10px 0 24px;
        width: 390px;
    }

    .landing_wrap .right_view .business_text {
        color: #9f9f9f;
        display: block;
        font-size: 21px;
        letter-spacing: -1px;
        line-height: 26px;
        padding: 14px 0;
    }

    .landing_wrap .right_view .google_signin {
        display: inline-block;
        margin-top: 35px;
        width: 250px;
        height: 60px;
    }

        .landing_wrap .right_view .google_signin img {
            -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
            -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
        }

        .landing_wrap .right_view .google_signin:hover {
            opacity: 0.9;
        }



.footer {
    display: inline-block;
    width: 100%;
    background: #f2f2f2;
    margin-top: 5px;
    position: relative;
}

    .footer .footer_powerful {
        padding: 40px 0;
        text-align: center;
        color: #9f9f9f;
        font-size: 16px;
    }

.foote_learnMore {
    display: inline-block;
    font-family: "gothammediummedium", Helvetica, Arial, sans-serif;
    color: #3583e2;
    margin-left: 5px;
    font-size: 16px;
}

/*Blue Bottom Styles*/

.bluebottom {
    width: 100%;
    display: table;
    padding: 50px 0 40px;
    background: #468cf8;
}

.bluebottomcontent {
    width: 1070px;
    display: block;
    margin: 0 auto;
}

    .bluebottomcontent .bigtitle {
        font-size: 44px;
        text-align: center;
        display: inline-block;
        color: #FFFFFF;
        width: 100%;
        float: left;
        font-family: "HelveticaNeueLTStdTh", Helvetica, Arial, sans-serif;
        letter-spacing: 0.4px;
    }

    .bluebottomcontent .g-analytics-wt-logo {
        width: 100%;
        display: inline-block;
        text-align: center;
        float: left;
        margin: 50px 0px 40px 0px;
        position: relative;
    }

        .bluebottomcontent .g-analytics-wt-logo:before {
            width: 38%;
            content: "";
            position: absolute;
            left: 0px;
            top: 15px;
            height: 1px;
            background: #FFFFFF;
        }

        .bluebottomcontent .g-analytics-wt-logo:after {
            width: 38%;
            content: "";
            position: absolute;
            right: 0px;
            top: 15px;
            height: 1px;
            background: #FFFFFF;
        }


    .bluebottomcontent .contentboxs {
        width: 44%;
        float: left;
        display: inline-block;
    }

        .bluebottomcontent .contentboxs:last-child {
            float: right;
            width: 46%;
        }

        .bluebottomcontent .contentboxs h3 {
            font-size: 22px;
            font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
            font-weight: normal;
            line-height: 24px;
            display: block;
            padding-bottom: 16px;
            color: #FFFFFF;
        }

        .bluebottomcontent .contentboxs p {
            display: inline-block;
            line-height: 24px;
            color: #FFFFFF;
            text-align: left;
            width: 100%;
            font-family: Helvetica neue, Helvetica, Arial, sans-serif;
            font-size: 14px;
            letter-spacing: 0.2px;
        }

        .bluebottomcontent .contentboxs .g-analysignbtn {
            font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
            font-weight: normal;
            line-height: 24px;
            display: inline-block;
            margin-top: 20px;
            color: #FFFFFF;
            font-size: 14px;
            letter-spacing: 0.2px;
            background: url(../images/g-sign-wt-arrow.png) right center no-repeat;
            padding-right: 26px;
        }

            .bluebottomcontent .contentboxs .g-analysignbtn:hover {
                text-decoration: underline;
            }

/*End Blue Bottom Styles*/



.fullWidth {
    display: block;
    margin: 0 auto;
    position: relative;
    width: 1325px;
}

.footerBar {
    width: 100%;
    display: inline-block;
    float: left;
    background: #444;
    padding: 35px 0;
    position: relative;
    z-index: 111 !important;
}

    .footerBar a {
        color: inherit;
    }

        .footerBar a.linkedin_icon {
            display: inline-block;
            position: relative;
            top: 0;
            width: 20px;
        }

            .footerBar a.linkedin_icon img {
                display: block;
            }

        .footerBar a.facebook_icon {
            width: 20px;
            display: inline-block;
        }

            .footerBar a.facebook_icon img {
                display: block;
            }

        .footerBar a.angellist_icon {
            width: 20px;
            display: inline-block;
        }

            .footerBar a.angellist_icon img {
                display: block;
            }

        .footerBar a.twitter_icon {
            width: 20px;
            display: inline-block;
        }

            .footerBar a.twitter_icon img {
                display: block;
            }

                .footerBar a.linkedin_icon img:hover, .footerBar a.facebook_icon img:hover, .footerBar a.angellist_icon img:hover, .footerBar a.twitter_icon img:hover, .footerBar a.google_plus img:hover, .footerBar a.blogger_icon img:hover, .footerBar a.youtube_icon img:hover {
                    opacity: 0.8;
                }

        .footerBar a.google_plus {
            display: inline-block;
            position: relative;
            top: -5px;
            width: 30px;
        }

            .footerBar a.google_plus img {
                display: block;
            }

        .footerBar a.blogger_icon {
            width: 20px;
            display: inline-block;
        }

            .footerBar a.blogger_icon img {
                display: block;
            }

        .footerBar a.youtube_icon {
            width: 20px;
            display: inline-block;
        }

            .footerBar a.youtube_icon img {
                display: block;
            }

.footer_upper {
    display: inline-block;
    margin: 0 0 30px;
    padding: 0 12px;
    width: 100%;
}

.footer_social {
    flex-basis: 50%;
    width: 50%;
    color: #a3a3a3;
    float: left;
}

.footer_meta_links {
    flex-basis: 50%;
    width: 50%;
    color: #a3a3a3;
    float: left;
}

.footer_social dl:first-child, .footer_social dt:first-child, .footer_social dd:first-child {
    margin-left: 0;
}

.footer_social dl, .footer_social dt, .footer_social dd {
    margin: 0 0 0 26px;
    float: left;
}

.footer_social dt, .footer_social dd {
    display: inline-block;
    height: 20px;
}

.footer_meta_links ul.links_rt {
    float: right;
    display: block;
}

    .footer_meta_links ul.links_rt li {
        float: left;
        margin-left: 24px;
    }

        .footer_meta_links ul.links_rt li:first-child {
            margin-left: 0px;
        }

        .footer_meta_links ul.links_rt li a {
            color: #a3a3a3;
        }

.footer_nav {
    display: inline-block;
    float: left;
    width: 100%;
    padding: 35px 0px;
    border-top: 1px solid #646464;
    border-bottom: 1px solid #646464;
}

    .footer_nav ul.ft_nav_list {
        width: 20%;
        float: left;
        padding: 0px 12px;
    }

        .footer_nav ul.ft_nav_list:first-child {
            width: 18%;
        }

        .footer_nav ul.ft_nav_list h4 {
            margin-bottom: 20px;
            color: #fff;
            font-size: 16px;
        }

        .footer_nav ul.ft_nav_list li {
            margin-bottom: 10px;
        }

            .footer_nav ul.ft_nav_list li a {
                color: #a3a3a3;
            }

                .footer_nav ul.ft_nav_list li a:hover {
                    text-decoration: underline;
                }

.footer_lower {
    width: 100%;
    display: inline-block;
    float: left;
    margin-top: 30px;
    padding: 0px 12px;
}

    .footer_lower .footer_lower_links {
        width: 70% !important;
        display: inline-block;
        float: left;
        padding-top: 2px;
    }

        .footer_lower .footer_lower_links ul {
            list-style-type: none;
            margin: 0;
            padding: 0;
        }

            .footer_lower .footer_lower_links ul li {
                display: inline-block;
                margin-left: 24px;
                float: left;
            }

                .footer_lower .footer_lower_links ul li:first-child {
                    margin-left: 0;
                }

                .footer_lower .footer_lower_links ul li a {
                    color: #a3a3a3;
                }

                    .footer_lower .footer_lower_links ul li a:hover {
                        text-decoration: underline;
                    }

                    .footer_lower .footer_lower_links ul li a .help_icon {
                        display: inline-block;
                        float: left;
                        height: 21px;
                        margin-right: 10px;
                        position: relative;
                        top: -2px;
                        width: 20px;
                    }

                        .footer_lower .footer_lower_links ul li a .help_icon img {
                            display: block;
                        }

.footer_locale {
    width: 190px;
    display: inline-block;
    float: right;
}










/* iPad styles */
@media (max-width:1024px) {
    .landing_wrap {
        margin: 40px 0 30px;
    }

        .landing_wrap .left_land {
            width: 86%;
        }

        .landing_wrap .right_view {
            right: 20px;
            width: 483px;
        }

            .landing_wrap .right_view h1 strong {
                font-size: 60px;
                line-height: 50px;
            }

            .landing_wrap .right_view h1 sup {
                font-size: 20px;
                line-height: 24px;
                top: -10px;
            }

    .bluebottomcontent {
        width: 94%;
    }


    .fullWidth {
        display: block;
        margin: 0 auto;
        position: relative;
        width: 94%;
    }

    .bluebottomcontent .bigtitle {
        font-size: 34px;
    }

    .bluebottomcontent .contentboxs h3 {
        font-size: 18px;
    }

    .bluebottomcontent .contentboxs {
        width: 46%;
    }

        .bluebottomcontent .contentboxs:last-child {
            width: 50%;
        }

        .bluebottomcontent .contentboxs .g-analysignbtn {
            font-size: 13px;
        }
}

@media (max-width:768px) {
    .landing_wrap .left_land {
        width: 70%;
    }

    .landing_wrap .right_view {
        width: 54%;
        top: 20px;
    }

        .landing_wrap .right_view .intro {
            font-size: 18px;
            line-height: 18px;
            padding: 0px 0px 8px;
        }

        .landing_wrap .right_view .google_analytics {
            width: 80%;
        }

        .landing_wrap .right_view h1 strong {
            font-size: 46px;
            line-height: 46px;
        }

        .landing_wrap .right_view h1 sup {
            font-size: 18px;
        }

        .landing_wrap .right_view .business_text {
            font-size: 20px;
            line-height: 24px;
            padding: 10px 0;
        }

        .landing_wrap .right_view .business_text {
            line-height: 24px;
            padding: 7px 0 12px;
        }

        .landing_wrap .right_view .google_signin {
            display: inline-block;
            margin-top: 14px;
            width: 70%;
        }

        .landing_wrap .right_view h2 em {
            font-size: 30px;
        }

    .footer_nav ul.ft_nav_list h4 {
        font-size: 13px;
    }
}

@media (max-width:767px) {

    .landing_wrap .f_logo {
        margin: 5px 5px 5px 5px;
        text-align: left;
        position: absolute;
        top: -6px;
        left: 3%;
        right: 0;
        width: 46%;
    }

    .landing_wrap .loginBtn {
        right: 22px;
        top: -8px;
    }

    .landing_wrap {
        margin: 30px 0 10px;
    }

        .landing_wrap .right_view {
            position: absolute;
            right: 240px;
            text-align: center;
            top: 110px;
            width: 524px;
        }

            .landing_wrap .right_view h2 small, .landing_wrap .right_view h2 small b {
                font-size: 42px;
                line-height: 40px;
                font-family: "gotham_bookregular", Helvetica, Arial, sans-serif;
            }

                .landing_wrap .right_view h2 small b {
                    font-family: "gotham_bookregular", Helvetica, Arial, sans-serif;
                    color: #9f9f9f;
                }

            .landing_wrap .right_view h2 sup {
                color: #696b74;
                float: right;
                font-family: "Tahoma", Helvetica, Arial, sans-serif;
                font-size: 14px;
                left: -4px;
                line-height: 14px;
                position: relative;
                top: -5px;
            }

            .landing_wrap .right_view .google_analytics {
                width: 80%;
                padding-bottom: 10px;
            }

            .landing_wrap .right_view .business_text {
                font-size: 18px;
                line-height: 24px;
            }

            .landing_wrap .right_view h2 {
                display: inline-block;
                padding: 0 0 12px;
            }

            .landing_wrap .right_view .intro {
                padding: 0px 0px 5px 0px;
                font-size: 16px;
                height: 20px;
            }

            .landing_wrap .right_view .account {
                display: block;
                padding: 50px 0px 0px 0px;
                color: #696b74;
                font-size: 15px;
            }

        .landing_wrap .left_land {
            width: 100%;
            padding-top: 280px;
        }

        .landing_wrap .right_view .google_signin {
            width: 70%;
        }

        .landing_wrap .right_view .f_logo {
            padding: 0px 0px 8px 0px;
            width: 190px;
            margin: 0 auto;
        }

    .bluebottom {
        padding: 30px 10px 30px;
    }

    .bluebottomcontent .bigtitle {
        font-size: 22px;
    }

    .bluebottomcontent .g-analytics-wt-logo {
        margin: 30px 0px 30px 0px;
    }

        .bluebottomcontent .g-analytics-wt-logo:before, .bluebottomcontent .g-analytics-wt-logo:after {
            width: 25%;
        }

    .bluebottomcontent .contentboxs {
        width: 100%;
    }

        .bluebottomcontent .contentboxs:last-child {
            width: 100%;
            margin-top: 20px;
        }


    .footer {
        margin-top: 20px;
    }

        .footer .footer_powerful {
            line-height: 25px;
            text-align: center;
            padding: 10px;
        }

    .footerBar {
        padding: 26px 0;
    }

    .footer_upper {
        padding: 0 0px;
    }

    .footer_social {
        flex-basis: 100%;
        width: 100%;
    }

    .footer_meta_links {
        flex-basis: 100%;
        width: 100%;
        margin-top: 20px;
    }

        .footer_meta_links ul.links_rt {
            float: left;
        }

    .footer_nav ul.ft_nav_list:first-child {
        width: 50%;
    }

    .footer_nav ul.ft_nav_list {
        width: 50%;
        margin-bottom: 20px;
    }

    .footer_lower {
        padding: 0px 0px;
    }

        .footer_lower .footer_lower_links {
            width: 100%;
            padding-top: 0px;
        }
}


@media (max-width:568px) {

    .front_RightColm .freeBox {
        bottom: -100px;
        left: 70px;
    }
}

@media (max-width:480px) {

    .front_RightColm .freeBox {
        bottom: -100px;
        left: 70px;
    }

    .landing_wrap .right_view {
        top: 42px;
    }

    .bluebottomcontent .bigtitle {
        font-size: 20px;
    }
}



@media (max-width:375px) {

    .landing_wrap .right_view h2 em {
        font-size: 24px;
        line-height: 28px;
    }

    .landing_wrap .right_view .google_analytics {
        width: 70%;
    }

    .foote_learnMore {
        font-size: 14px;
    }

    .bluebottomcontent .g-analytics-wt-logo:before, .bluebottomcontent .g-analytics-wt-logo:after {
        width: 15%;
    }

    .bluebottomcontent .contentboxs h3 {
        font-size: 16px;
    }

    .footer_nav ul.ft_nav_list:first-child, .footer_nav ul.ft_nav_list {
        width: 100%;
    }

    .footer_nav {
        padding: 35px 0px 0px;
    }
}

.landing_wrap .right_view .google_analyticstext {
    display: inline-block;
    padding: 2px 0 24px;
    width: 100%;
    color: #696b74;
    float: left;
    font-family: "HelveticaRegular", Helvetica, Arial, sans-serif;
    font-size: 56px;
    font-weight: normal;
    line-height: 62px;
    text-align: center;
}

.designedbox {
    width: 230px;
    position: absolute;
    right: 30px;
    bottom: 9px;
}

    .designedbox h6 {
        font-size: 14px;
        display: inline-block;
        padding-bottom: 6px;
        color: #696b74;
        padding-left: 42px;
    }

    .designedbox .g-analytics-logo {
        display: inline-block;
        width: 224px;
    }
