body {
	background: url('/images/signup/circles.gif') top no-repeat;
	font-size: 2em;
}
#main {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	width: 1150px;
	margin: 0 auto;
	position: relative;
}

h1 {
	padding: 20px 0 0;
	margin: 0;
	line-height: .8em;
	letter-spacing: -0.05em;
	text-align:left;
}
h2 {
	color: #003c56;
	font-size: 1.1em;
	margin: 50px 0 10px 0;
	position:relative;
}
h3 {
	color: #003c56;
	font-size: .8em;
	padding: 60px 0 40px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
}
p.large {
	color: #484848;
	margin: 40px 0 5px 0;
	font-size: .9em;
	letter-spacing: -0.04em;
}
p.small {
	font-size: .4em;
}
p.med {
	font-size: 0.5em;
	color: #6b6b6b;
}
.respond {
}
.left.column {
	width: 525px;
}
.right.column {
	width: 570px;
}
.left {
	float: left;
}
.right {
	float: right;
}
.full {
	width: 100%;
	float: left;
	display: table;
	position:relative;
}
.center h2, .center_text {
	text-align: center;
}
.top-input {
	height: 490px;
	width: 100%;
	border: solid 1px #e2e2e2;
	background: white;
	text-align: center;
	box-shadow: rgba(105, 105, 105, 0.28) 3px 4px 6px;
}
.top-input span, .thankyou span {
    line-height: 27px;
    font-size: 17px;
    color: #b5b5b5;
    text-align: left;
    display: inline-block;
    margin: 13px 0 -10px -31px;
}
.top-input span i, .thankyou span i {
	margin-right:12px;
} 
.gray-background {
	width: 100%;
	background: rgba(0, 0, 0, 0.04);
	display: flow-root;
	margin-bottom: 60px;
}
.coupons {
	float: right;
	margin-bottom: 50px;
}
.reasons, .lastchance, .new-release {
	margin-top:55px;
}
.reasons span {
	display: block;
	width: 370px;
	margin: 20px;
	border: #e6e6e6 3px solid;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: .7em;
	padding: 30px;
}
.reasons span sub {
	color: #CCC;
}
.reasons img, .reasons .fa-check-circle {
	font-size: 58px;
    background: white;
	color:#0C0;
	position: absolute;
    margin: -20px 0 0 431px;
}
.weare {
	background:url('/images/signup/quote_left.gif') 0 150px  no-repeat;
}
.weare p, .weare h2 {
	width: 56%;
	margin-left: 100px;
}
.weare p {
	margin-top: 50px;
}
.newrel {
	margin-right: 28px!important;
	margin-bottom: 40px!important;
}
.gray-background p {
	color: black;
}
.calendar {
	position: absolute;
    left: 55px;
    bottom: 37px;
}
.w35 {
	width: 35%;
}
.w55 {
	width: 55%;
}
.w65 {
	width: 65%;
}
.w70 {
	width: 70%;
}
.w75 {
	width: 75%;
}
.w80 {
	width: 80%;
}
.bottom-input input, .top-input input {
	background: #e3e3e3;
	border: 0;
	display: block;
	margin: 40px auto;
	padding: 15px;
	border-radius: 3px;
	width: 50%;
	color: gray;
}
.bottom-input input {
	width: 64%;
}
.bottom-input input[type="text"],  .top-input input[type="text"] {
	color: black;
}
.bottom-input button, .top-input button {
	background: #185cc2;
	border: 0;
	border-radius: 3px;
	color: white;
	padding: 8px 45px;
	margin: 0 20px;
   cursor: pointer;
}
.top-input img {
	vertical-align: text-top;
	margin: 0 20px
}
.bottom-input img  {
    vertical-align: text-top;
    margin: 0px 5px;
    margin-bottom: 32px;
}
ul {
    font-size: .5em;
    font-family: arial;
    float: left;
    color: gray;
	line-height: 2em;
    margin: 48px 0 41px 41px;
	list-style: none;
	padding: 0;
}
li {
  padding-left: 1.3em;
}
li:before {
	content: "\f00c"; /* FontAwesome Unicode */
	font-family: FontAwesome;
	display: inline-block;
	margin-left: -1.3em; /* same as padding-left set on li */
	width: 1.3em; /* same as padding-left set on li */
	color: #0C0;
	margin-right: 10px;
}
.bigphone {
	height: 728px;
}
img.mason {
	margin-top: -30px;
}
img.logochain {
	margin-top:95px
}
.round {
	display:none;
}
@media only screen and (max-width: 800px) {
body {
	background: none;
	width: 90%;
	overflow-x: hidden;
	padding-left: 3%;
}
.left.column, .right.column, .reasons span, .weare p, .weare h2, .weare img, .w35,.w45, .w55, .w80, .w75, .w70, .w65, .gray-background, #main {
	border: 0;
	margin: 0;
	width: 100%
}
.logo {
	text-align:center;
}
.logo img {
	width:25vw;
}
.bigphone {
	margin-top:25px!important;
    background-size: contain!important;
    height: 78vw;
	background-position-x:50%!important;
	background-position-y: top!important;
}
.weare {
	background:url('/images/signup/quote_left.gif') 0 100px  no-repeat;
}
.weare h2 {
	font-size:5vw;
	color: darkgrey;
}
.weare h2 span {
	display:inline-block;
	font-size:6vw;
    color: #076396;
}
.top-input {
	background: #f7f7f7;
}
.top-input input {
	background:#d4d4d4;
	}
.top-input img {
	margin:0;
}
.left {
	float: none;
}
.right {
	float: none;
}
.newrel {
	margin-right: 0px!important;
	margin-bottom: 0px!important;
}
.top-input input, .bottom-input input {
	width: 80%;
}
.goa, img.calendar {
	display: none;
}
.respond {
	margin: 20px 0;
}
p.large, p.med, p.small {
	font-size: 4.1vw;
    letter-spacing: inherit;
}
.new-release {
	margin-top:0px;
}
.lastchance {
	background: #f3f3f3;
	border-radius:3px;
}
.lastchance h2{
	margin-top:30px;
	text-indent:5vw;
}
h1, h2, h3, .center {
	text-align: left!important;
}
h1 {
	font-size: 11vw;
}
h3 {
	font-size: 1.0em;
	padding: 0;
}
h2 {
	font-size: 6.5vw;
}
.gray-background {
	background: none;
}
.reasons {
    background: #424242;
    padding: 20px 30px;
    width: 80%;
    color: #fff;
    border-radius: 3px;
    margin: 20px auto;
}
.reasons span {
	font-size: 4.5vw;
    padding: 8px 0 8px 8vw !important;
}
.reasons span sub {
	color:#fff;
}
.reasons img, .reasons .fa-check-circle {
	background: none;
    margin: 6vw 0 0 0;
    font-size: 4vw;
}
p.med {
	margin: 40px 0 20px 0;
}
img.mason {
	margin-top: -282px;
	width: 225px;
	float: right;
}
img.logochain {
    border-top: 3px solid #e3e3e3;
    padding-top: 10px;
    background: white;
	margin-top:210px;
}
img.ces {
	position: absolute;
    right: 0px;
    display: block;
    width: 50px;
    top: 0;
}
ul {
	padding: 8vw;
    font-size: 3.5vw!important;
    width: 80%!important;
    border-radius: 4px;
    background: #8d90a5;
    color: white;
}
li:before {
	color:white;
}
.table {
	margin: 20px auto;
	display:table;
}
.round {
   width: 60vw;
    height: 60vw;
    background-color: white;
    border-radius: 50%;
    border: 13vw solid #2398db;
    background: #fff;
	position: absolute;
    z-index: -100;
	display:block;
	margin: 4px 0 0 1.6vw;
}
}