﻿/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, p, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*------ End of Reset -----*/
.clear {
    clear: both;
    display: block;
}

/*------ Containers -------*/
.outer-container {
    width: 100%;
}

.inner-container {
    width: 916px;
    margin: 0 auto;
}

.divider {
    background: #EEEEEE;
    height: 5px;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 25px;
}

/*------ Header -----------*/
header {
    margin-top: 20px;
}

.header-title {
    font-family: "Segoe UI", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    line-height: 1;
    text-decoration: None;
    text-align: Left;
    color: #000000;
    margin-top: 20px;
    margin-bottom: 27px;
}

.left-header {
    float: left;
    max-width: 50%;
}

.left-header .nav-links li {
    float: left;
    margin-right: 20px;
}

.right-header{
    float: right;
    max-width: 50%;
}

.right-header .nav-links li {
    float: right;
    margin-left: 20px;
}

.search-container {
    width: 380px;
    height: 18px;
    border: solid 1px #505050;
    margin-top: 20px;
}

#search {
    width: 340px;
    outline: none;
    border: none;
    display: block;
    float: left;
    margin-right: 10px;
}

#search-button {
    float: left;
}

.nav-links li a {
    font-family: "Segoe UI", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 1;
    text-decoration: none;
    text-align: left;
    color: #505050;
}

.nav-links li a:hover {
    color: #68217a;
}

.nav-links li a:active {
    color: #68217a;
}

/*------ Heros -------------*/
.home-image {
    background: url(/streets/en-us/assets/images/homehero.jpg);
    width: 916px;
    height: 261px;
    margin-bottom: 25px;
}

.support-image {
    background: url(/streets/en-us/assets/images/supporthero.jpg);
    width: 916px;
    height: 160px;
}

.trial-image {
    background: url(/streets/en-us/assets/images/trialhero.jpg);
    width: 916px;
    height: 160px;
}

.hero-text {
    background: #FF8C00;
    width: 352px;
    height: 119px;
    float: left;
    margin-bottom: 20px;
}

.hero-text .small {
    font-family: "Segoe UI", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 19px;
    line-height: 1;
    text-decoration: none;
    text-align: right;
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 25px;
    padding: 0 0 105px 0;

}

.hero-text .large {
    font-family: "Segoe UI", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 37px;
    line-height: 40px;
    text-decoration: none;
    text-align: right;
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    width: 200px;
    padding: 18px 0 0 127px;

}

/*------ Content ----------*/
.col-left {
    float: left;
    width: 352px;
    margin-right: 35px;
}

.col-right {
    float: left;
    width: 529px;
}

.text-large {
    font-family: "Segoe UI", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 32px;
    line-height: 40px;
    text-decoration: none;
    text-align: left;
    color: #505050;
    margin-top: -8px;
    margin-bottom: 35px;
}

.text {
    font-family: "Segoe UI", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
    text-align: left;
    color: #505050;
    margin-top: 0;
    margin-bottom: 35px;
}

.text a {
    text-decoration: none;
    color: #68217a;
}

.text-bold {
    font-family: "Segoe UI", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 21px;
    text-decoration: none;
    text-align: left;
    color: #505050;
}

.text-bold a {
    text-decoration: none;
    color: #68217a;
}

.quote {
    font-family: "Segoe UI", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
    font-style: Italic;
    font-weight: normal;
    text-decoration: none;
    text-align: left;
    color: #505050;
    margin-bottom: 35px;
    font-size: 16px;
    line-height: 24px;
}

a .content-button {
    float: left;
    margin-right: 20px;
    width: 140px;
    height: 30px;
    background: #68217a;
    margin-bottom: 65px;
}

.content-button {
    font-family: "Segoe UI", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 1;
    text-decoration: none;
    text-align: center;
    color: #fff;
}

.content-button p {
    padding: 5px 0 5px 0;
}

a .support-button {
    float: right;
    width: 140px;
    height: 30px;
    background: #68217a;
    margin-bottom: 7px;
}

.support-button {
    font-family: "Segoe UI", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 1;
    text-decoration: none;
    text-align: center;
    color: #fff;
}

.support-button p {
    padding: 5px 0 5px 0;
}

.support-col-left {
    float: left;
    width: 700px;
    margin-top: 35px;
}

.support-col-left a {
    font-family: "Segoe UI", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 1;
    text-decoration: none;
    text-align: left;
    color: #68217a;
}

.support-col-left a:hover {
    color: #68217a;
}

.support-col-left a:active {
    color: #68217a;
}

.support-col-left p.text {
    font-family: "Segoe UI", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
    text-align: left;
    color: #505050;
    margin-bottom: 20px;
}

.support-col-left ul {
    list-style: disc;
    margin-bottom: 20px;
}

.support-col-left ul li {
    font-family: "Segoe UI", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
    text-align: left;
    color: #505050;
    margin-left: 45px;
}

.support-col-right {
    float: left;
    width: 216px;
    margin-top: 50px;
}

.support-title {
    font-family: "Segoe UI", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 24pt;
    line-height: 1;
    text-decoration: none;
    text-align: left;
    color: #505050;
    margin-bottom: 30px;
}

.support-subtitle {
    font-family: "Segoe UI", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-decoration: None;
    text-align: Left;
    color: #505050;
}

.trial-col-left {
    float: left;
    width: 612px;
    margin-top: 50px;
    margin-right: 20px;
}

.trial-col-left .text {
    font-family: "Segoe UI", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
    text-align: left;
    color: #505050;
    margin-bottom: 20px;
}

.trial-col-left a {
    font-family: "Segoe UI", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 1;
    text-decoration: none;
    text-align: left;
    color: #68217a;
}

.trial-col-left a:hover {
    color: #68217a;
}

.trial-col-left a:active {
    color: #68217a;
}

.trial-col-right {
    float: left;
    width: 284px;
    margin-top: 50px;
}

.trial-col-right a {
    text-decoration: none;
}

.trial-box {
    width: 284px;
    height: 182px;
    background: #68217a;
}

.trial-box .content {
    height: 182px;
    padding: 15px 17px 40px 17px;
}

.trial-box .content .large {
    font-family: "Segoe UI", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    text-decoration: none;
    text-align: left;
    color: #fff;
    padding-left: 64px;
}

.trial-box .content .small {
    font-family: "Segoe UI", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 11px;
    line-height: 1;
    text-decoration: none;
    text-align: left;
    color: #fff;
    margin-top: 25px;
}

.trial-button {
    width: 284px;
    height: 45px;
    background: #505050;
    font-family: "Segoe UI", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    text-decoration: none;
    text-align: left;
    color: #fff;
    margin-top: 10px;
}

.trial-button span {
    padding: 8px 50px 0 50px;
    display: block;
}

.list-head {
    font-family: "Segoe UI", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
    text-align: left;
    color: #505050;
}

/*------ Helpful Info -----*/
.help {
    background: #EEEEEE;
    height: 75px;
    margin-top: 65px;
}

.help-links li:first-child {
    margin-left: 20px;
    margin-right: 60px;
    padding: 17px 0 19px 0;
}

.help-links li {
    float: left;
    font-family: "Segoe UI", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
    font-style: normal;	
    font-weight: 300;
    font-size: 36px;
    line-height: 1;
    text-decoration: none;
    text-align: left;
    color: #505050;
    padding: 15px 0 0 0;
}

.help-links li a {
    font-family: "Segoe UI", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
    font-style: normal;	
    font-weight: normal;
    font-size: 14pt;
    line-height: 1;
    text-decoration: none;
    text-align: left;
    color: #68217a;
}

help-links li a:hover {
    color: #68217A; 
}

help-links li a:active {
    color: #68217A;
}

/*------ Social -----------*/
.social-link {
    margin-top: 40px;
    margin-bottom: 65px;
}
.disclaimer {
    float: right;
    font-family: "Segoe UI", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 10pt;
    line-height: 1;
    text-decoration: none;
    text-align: left;
    color: #505050;
}