/*********************** reset - begin */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}
article, aside, dialog, figure, footer, header,
hgroup, nav, section {    display:block;}
body {  line-height: 1.5;}
/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }
/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
/* Remove annoying border on linked images. */
a img { border: none; }
/*********************** reset - end */

.container { width: 960px; margin: 0 auto; }
html, body { height: 100%; }
body { background: #ededed; font-family: helvetica;}
div#heading-wrapper {
    background: black;
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #000000),color-stop(1, #2d2d2d));
    background-image: -moz-linear-gradient(top, #2d2d2d, #000000);     /* firefox */
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#2d2d2d', endColorstr='#000000');  /* IE6 & IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#2d2d2d', endColorstr='#000000')";  /* IE8 */
    text-align: center;
    padding-top: 13px;
    height: 50px;
}
div#menu {
	float: right;
	width: 60px;
	margin-top: 10px;
}
div#menu a {
	color: #fff;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 14px;
	text-decoration: none;
	line-height: 17px;
}
div#menu a:hover {
	color: #98b9fe;
	text-decoration:none;;
}
div#menu-bottom {
	text-align: center;
	background: black;
	border-radius: 3px;
	margin: 0 auto;
	padding: 1.25rem; 
	width: 30%; 
}
div#menu-bottom a {
	color: #fff;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 14px;
	text-decoration: none;
	line-height: 17px;
}
div#menu-bottom a:hover {
	color: #98b9fe;
	text-decoration:none;
}
div#content-wrapper {
    /*padding-bottom: 250px;*/
    position: relative;
    /*min-height: 100%; height: 100%;*/
}
div#main-area {
    background: #67a5d2;
    background-image: -webkit-gradient(radial, 50% 10%, 320, 50% 90%,850, from(#67a5d2), to(#2767a8));
    background: -moz-radial-gradient(center 20% , circle farthest-side, #67a5d2 400px, #2767a8 800px) repeat scroll 0 0 #67a5d2;
}
div#main-area div.container{
    background: url(images/bg-rays.png) bottom center no-repeat;
    text-align: center;
    height: 506px;
}
div#customer div.container { height: 350px; }
div#customer {
    background: url(images/company-logos.png) bottom center no-repeat;
    height: 340px;
    text-align: center;
}
a#skip-this {  text-decoration: none; }
a#skip-this div {
    background: #6ca7d3;
    color: white;
    /*height: 30px;*/
    width: 80px;
    padding: 3px;
    margin: 0 auto;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    opacity: .5;
}
a#skip-this div:hover { opacity: 100; }
div#footer-wrapper {
    height: 250px;
    bottom: 0
}
p.main-text img { margin-left:5px; margin-right: 17px; margin-bottom: -20px; }
.main-text {
    color: #3B70AE;
    font-size: 120px;
    font-family: obliqua;
    font-weight: bold;
    text-transform: uppercase;
    /*text-shadow: rgba(0,0,0,0.5) -1px 0, rgba(0,0,0,0.3) 0 -1px, rgba(255,255,255,0.5) 0 1px, rgba(0,0,0,0.3) -1px -2px;*/
    text-shadow: rgba(0, 0, 0, 0.2) -1px 0, rgba(0, 0, 0, 0.3) 0 -1px, rgba(255, 255, 255, 0.2) 0 2px, rgba(0, 0, 0, 0.3) -1px -2px;
}
.large { font-size: 105px; }
.big { font-size: 45px; }
.inline { display: inline-block; }
div#main-area p { line-height: 1.3; }
div#main-area hr {
    width: 300px;
    height: 10px;
    margin-left: 10px;
    margin-right: 10px;
    border: none;
    /*background:#2f64a4;*/
    background:#3B70AE;
    /*background:#214166;*/
    -moz-box-shadow:inset 1px 2px 0px rgba(0,0,0,0.3), 0px 1px 0px rgba(255,255,255,0.5);
    -webkit-box-shadow:inset 1px 2px 0px rgba(0,0,0,0.3), 0px 1px 0px rgba(255,255,255,0.5);
    box-shadow:inset 1px 2px 0px rgba(0,0,0,0.3), 0px 1px 0px rgba(255,255,255,0.5);
}
div#proven { margin: -15px auto; }
div.bar-strip {
    background: url(images/bar-strip.png) top left repeat-x;
    width: 40px;
    height: 15px;
}
div#bar-strip {
    background: url(images/bar-strip.png) top left repeat-x;
    height: 14px;
}
div.pop-up {
    border: 1px solid gray;
    width:520px;
    height: 130px; /*TWEAKY: Changed from 190px*/
    background: white;
    z-index: 20;
    position: relative;
    margin: 30px auto 0 auto;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
    text-align: left;
    padding: 25px 40px;
    color:#909fac;
}
div.pop-up p { font-size: 22px; font-weight:600; margin-bottom: 20px;}
div.pop-up span { font-size: 13px; color: #667b8d; }
form.af-form-wrapper, form.af-form-wrapper div { display: inline-block;}
form.af-form-wrapper a { color: #417aa3 }
form.af-form-wrapper input[type='text'] {
    height:36px; width: 345px; /*TWEAKY: Changed width from 500px*/
    /*border: 1px solid #cdd2d4;*/
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #f1f7f9;
    padding: 3px 10px;
    font-size: 16px;
    -moz-box-shadow:inset 1px 1px 0px #cfd4d6;
    -webkit-box-shadow:inset 1px 1px 0px #cfd4d6;
    box-shadow:inset 1px 1px 0px #cfd4d6;

}
form.af-form-wrapper input.submit {
    height:44px; width: 120px;
    background: #5595c2;
    color: white;
    border: 1px solid #326894;
    font-size: 16px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    margin-left: 15px; /*TWEAKY: Changed from left to right*/
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #326894),color-stop(1, #7bb2d4));
    background-image: -moz-linear-gradient(top, #7bb2d4, #326894);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#7bb2d4', endColorstr='#326894');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#7bb2d4', endColorstr='#326894')";
}
div#subscription-login-bottom {
	margin-top: 8px;
	width: 98%;
	text-align: right;
}
div#subscription-login-bottom a {
	color: #909fac;
	font-size: 14px;
}
div#subscription-login-bottom a:hover {
	color: #000;
}

/* iPads (portrait) ----------- */

@media only screen and (max-width: 768px) {

.container {
	margin: 0;
	padding: 0;
	text-align: center;
	width: 100%;
}

div#main-area hr {
    height: .75em;
  	margin-left: 1%;
    margin-right: 1%;
    width: 30%;
}

div.pop-up {
	border-radius: 5px;
	height: auto;
	padding: 5%;
	text-align: center;
	width: 80%;
}


div#main-area hr {
    height: .50em;
    margin-left: 2%;
    margin-right: 2%;
    width: 30%;
}

form.af-form-wrapper input.submit {
	font-size: 130%;
	font-weight: bold;
	height: 100%;
	margin: 0;
	padding-top: 4%;
	padding-bottom: 4%;
	text-align: center;
	text-transform: uppercase;
	width: 80%;		
}

form.af-form-wrapper input[type="text"] {
	font-size: 130%;
	height: 100%;
	padding: 3% 0;
  	text-align: center;
  	width: 80%;  	
}

form.af-form-wrapper, form.af-form-wrapper div{
	display: block;
}

div#customer {
	background: url(images/company-logos.png) center top no-repeat;
	height: 100%;	
}

div.pop-up span {
	font-size: 100%;
}

.large {
	font-size: 5rem;
}


/* iPhones (portrait and landscape) ----------- */

@media only screen and (max-width: 480px) {

.container {
	text-align: center;
	margin: 0;
	padding: 0;
	width: 100%;
}

div#main-area div.container {
	height: auto;
}

div.pop-up {
	border-radius: 5px;
	height: auto;
	margin-top: 10px;
	padding: 5%;
	text-align: center;
	width: 90%;
}

div.pop-up p {
    font-size: 18px;
    margin-bottom: 12px;
}

div#main-area hr {
    height: .10em;
    margin-left: 2%;
    margin-right: 2%;
    width: 20%;
}

form.af-form-wrapper input.submit {
	font-size: 130%;
	font-weight: bold;
	height: 100%;
	margin: 0;
	padding-top: 7%;
	padding-bottom: 7%;
	text-align: center;
	text-transform: uppercase;
	width: 100%;

}

form.af-form-wrapper input[type="text"] {
	font-size: 130%;
	height: 100%;
  	padding: 5% 0;
  	text-align: center;
  	width: 100%;
}

.big {
	font-size: 110%;
	padding: 3% 0;
}

.large {
	font-size: 180%;
	padding: 3% 0;
}

.main-text {
	text-shadow: rgba(0, 0, 0, 0.2) -1px 0, rgba(0, 0, 0, 0.3) 0 -1px, rgba(255, 255, 255, 0.2) 0 1px, rgba(0, 0, 0, 0.3) -1px -1px;
}

form.af-form-wrapper, form.af-form-wrapper div{
	display: block;
}

div#customer {
	background: url(images/company-logos.png) center top no-repeat;
	height: 100%;
	margin-top: -30%;
}

.container img {
	margin: 0 0 1rem 0;
}

div#menu {
	margin: .5rem 0;
	width: 100%;
}

div#menu a {
	background: white;
	border-radius: 5px;
	color: black;
	font-size: 100%;
	padding: .5rem .75rem;
}

div#heading-wrapper {
	padding-top: 1rem;
}

div.pop-up span {
	font-size: 100%;
}

#mixergy-dynamic-stats {
    margin-top: -10px;
}

div#main-area p {
    line-height: 1.0;
}

div#footer-wrapper {
	bottom: 0;
	height: 0;
}

div#customer div.container {
    height: 0;
}