﻿/* 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(/mappoint/en-us/assets/images/mappointhero.jpg);
    width: 916px;
    height: 425px;
    margin-bottom: 25px;
}

.support-image {
    background: url(/mappoint/en-us/assets/images/supporthero.jpg);
    width: 916px;
    height: 160px;
}

.history-image {
    background: url(/mappoint/en-us/assets/images/historyhero.jpg);
    width: 916px;
    height: 175px;
    margin-bottom: 25px;
}

.hero-text {
    background: #7FBA00;
    width: 310px;
    height: 310px;
    float: left;
    position: relative;
    top: 25px;
    left: 25px;
}

.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: left;
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 13px;
    padding: 0 5px 20px 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: left;
    color: #fff;
    margin-top: 0;
    margin-bottom: 40px;
    margin-left: 13px;
    padding: 13px 0 0 0;

}

/*------ Content ----------*/
.col {
    float: left;
    width: 438px;
}

.text-large {
    font-family: "Segoe UI", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 41px;
    line-height: 49px;
    text-decoration: none;
    text-align: left;
    color: #505050;
    margin-top: 0;
    margin-bottom: 0;
}

.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: 16px;
    line-height: 24px;
    text-decoration: none;
    text-align: left;
    color: #505050;
}

.col .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;
    font-size: 15px;
    line-height: 21px;
    text-decoration: none;
    text-align: left;
    color: #505050;
    margin-bottom: 35px;
}

a .content-button {
    float: left;
    margin-right: 20px;
    width: 140px;
    height: 30px;
    background: #68217a;
    margin-bottom: 80px;
}

.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 p 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 p a:hover {
    color: #68217a;
}

.support-col-left p 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;
}

.support-col-right {
    float: left;
    width: 216px;
    margin-top: 50px;
}

.sub-title {
    font-family: "Segoe UI", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 1;
    text-decoration: none;
    text-align: left;
    color: #505050;
    margin-bottom: 10px;
}

.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;
}

.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;
}

/*------ FAQs -------------*/
.question-container {
    width: 100%;
    height: 35px;
    background: #EBEBEB;
    margin-bottom: 1px;
}

.question {
    background-image: url(/mappoint/en-us/assets/images/plus.png);
    background-repeat: no-repeat;
    background-position: 5px 5px;
    padding-left: 50px;
    padding-bottom: 5px;
    padding-top: 5px;
    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;
    display: block;
}

a.question:hover, a.question:visited, a.question:active, a.question:link {
    color: #505050;
}

.answer {
    padding-left: 50px;
    display: none;
}

.answer p {
    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: 10px;
}

.answer p.text-bold {
    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;
    margin-bottom: 2px;
}

.answer a {
    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: #68217a;
}

.answer img {
    margin-bottom: 20px;
}

.answer ul {
    padding-left: 15px;
}

.answer ul li {
    margin-bottom: 5px;
}

.answer a:hover, .answer a:visited, .answer a:active, .answer a:link {
    color: #68217a;
}

.open-q {
    background-image: url(/mappoint/en-us/assets/images/minus.png);
}

/*------ Helpful Info -----*/
.help {
    background: #EEEEEE;
    height: 75px;
    margin-top: 120px;
    margin-bottom: 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: 14px;
    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;
}