.wrapper {
    display: block;
    margin: 0 auto;
    width: 640px;
    height: auto;
    position: relative;
}

.front_view {
    position: relative;
    width: 100%;
    display: inline-block;
    float: left;
    padding: 20px;
}

    .front_view .frontheader {
        position: relative;
        text-align: center;
        width: 100%;
        display: inline-block;
        float: left;
        border: 1px solid #eeeeee;
    }

        .front_view .frontheader .titleBox {
            width: 100%;
            display: inline-block;
            float: left;
            padding: 40px 14px 0px 14px;
        }

        .front_view .frontheader h2 {
            display: inline-block;
        }

            .front_view .frontheader h2 em {
                color: #696b74;
                display: block;
                float: left;
                font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
                /*font-size:60px;*/
                font-size: 3.75rem;
                font-weight: normal;
                padding-left: 2px;
            }

            .front_view .frontheader h2 sup {
                color: #696b74;
                float: right;
                font-family: "Tahoma", Helvetica, Arial, sans-serif;
                font-size: 14px;
                left: -4px;
                line-height: 14px;
                position: relative;
                top: 2px;
            }

        .front_view .frontheader .intro {
            display: block;
            font-size: 15px;
            line-height: 20px;
            padding: 10px 0 13px;
            font-family: "arialroundedmtbold", Helvetica, Arial, sans-serif;
            color: #696b74;
        }

        .front_view .frontheader .google_analyticstext {
            display: inline-block;
            padding: 0px 0 24px;
            width: 100%;
            color: #696b74;
            float: left;
            font-family: "HelveticaRegular", Helvetica, Arial, sans-serif;
            /*font-size: 44px;*/
            font-size: 3.75rem;
            font-weight: normal;
            text-align: center;
        }

        .front_view .frontheader .google_signin {
            display: inline-block;
            margin-top: 10px;
            /*width: 250px;*/
            width: 70%;
        }

            .front_view .frontheader .google_signin img {
                display: block;
                width: 100%;
            }

            .front_view .frontheader .google_signin:hover {
                opacity: 0.9;
            }

        .front_view .frontheader .sml-macbook {
            display: inline-block;
            margin: 26px 0px 20px;
            width: 100%;
            text-align: center;
        }

            .front_view .frontheader .sml-macbook img {
                display: block;
                width: 100%;
            }

        .front_view .frontheader .graybg {
            display: inline-block;
            width: 100%;
            background: #f3f3f3;
            position: relative;
            padding: 15px 14px 15px 14px;
        }

            .front_view .frontheader .graybg .designedbox {
                position: relative;
                width: 100%;
                display: inline-block;
                text-align: center;
            }

                .front_view .frontheader .graybg .designedbox h6 {
                    font-size: 14px;
                    display: inline-block;
                    padding-bottom: 6px;
                    color: #a6a6a6;
                    padding-left: 10px;
                }

                .front_view .frontheader .graybg .designedbox .g-analytics-logo {
                    display: inline-block;
                    width: 78%;
                }

                    .front_view .frontheader .graybg .designedbox .g-analytics-logo img {
                        display: block;
                        width: 100%;
                    }


.bluebottom {
    width: 100%;
    display: table;
    padding: 40px 20px 40px;
    background: #468cf8;
}

.bluebottomcontent {
    width: 98%;
    display: block;
    margin: 0 auto;
}

    .bluebottomcontent .bigtitle {
        /*font-size:32px;*/
        font-size: 2.6rem;
        text-align: center;
        display: inline-block;
        color: #FFFFFF;
        width: 100%;
        float: left;
        font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
        letter-spacing: 0.4px;
    }

    .bluebottomcontent .g-analytics-wt-logo {
        width: 100%;
        display: inline-block;
        text-align: center;
        float: left;
        margin: 30px 0px 40px 0px;
        position: relative;
    }

        .bluebottomcontent .g-analytics-wt-logo img {
            width: 56%;
        }

        .bluebottomcontent .g-analytics-wt-logo:before {
            width: 18%;
            content: "";
            position: absolute;
            left: 0px;
            top: 15px;
            height: 1px;
            background: #FFFFFF;
        }

        .bluebottomcontent .g-analytics-wt-logo:after {
            width: 18%;
            content: "";
            position: absolute;
            right: 0px;
            top: 15px;
            height: 1px;
            background: #FFFFFF;
        }


    .bluebottomcontent .contentboxs {
        width: 100%;
        float: left;
        display: inline-block;
        padding-bottom: 26px;
    }

        .bluebottomcontent .contentboxs:last-child {
            padding-bottom: 0px;
        }


        .bluebottomcontent .contentboxs h3 {
            /*font-size: 18px;*/
            font-size: 1.6rem;
            font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
            font-weight: normal;
            line-height: 24px;
            display: block;
            padding-bottom: 16px;
            color: #FFFFFF;
            letter-spacing: 0.4px;
        }

        .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;
        }


@media screen and (max-width:640px) {
    html, body {
        font-size: 10px;
    }

    .wrapper {
        width: 100%;
    }
}

@media screen and (max-width:360px) {
    html, body {
        font-size: 10px;
    }

    .front_view .frontheader .google_signin {
        width: 78%;
    }

    .front_view .frontheader h2 sup {
        left: -2px;
        top: 0px;
    }
}

@media screen and (max-width:340px) {
    html, body {
        font-size: 8px;
    }
}


.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;
        margin-left: 10px;
}
.footer_social dl:first-child, .footer_social dt:first-child, .footer_social dd:first-child {
	margin-left:5px;
}
.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;
}
svg {
	fill: currentcolor;
	vertical-align: middle;
}
svg + img {
	display: none;
	vertical-align: middle;
}
.footer_meta_links ul.links_rt {
	float:right;
	display:block;
}
.footer_meta_links ul.links_rt li {
	float:left;
	margin-left:10px;
}
.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 12px;
	border-top:1px solid #646464;
	border-bottom:1px solid #646464;
}
.footer_nav ul.ft_nav_list {
	width: 25%;
	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: 13px;
}
.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:60%;
	display:inline-block;
	float:left;
	padding-top: 2px;
        margin-left: 12px;

}
.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;
}