/* GENERAL MARKUP RULES */
/* -------------------- */
body {
    margin: 0;
    padding: 0;
    background: #ffffff url(../img/mbg.png) no-repeat top center fixed;
    color:#222;
    font:13px/1.5 'Open Sans', Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    font-family: 'Open Sans', Arial, sans-serif;
}
h1, h2, h3, h4, h5 {
    margin: 0 0 20px 0;
}
h1 small, h2 small, h3 small, h4 small, h5 small {
    text-transform: none;
}
h1 {
    font-size: 30px;
    line-height: 48px;
}
h1 small {
    font-size: 18px;
}
h2 {
    font-size: 24px;
    line-height: 48px;
}
h2 small {
    font-size: 18px;
}
h2.page-title {
    margin: 0 0 25px 0;
    padding:0;
    color:#495a00;
    font-weight: 300;
    font-size:36px;
    line-height:1em;
}
h2.page-title span {
    display:inline-block;
    padding-right:10px;
    background:#fff;
}
h3 {
    font-size: 18px;
    line-height: 36px;
}

h3 small {
    font-size: 14px;
}
h4, h5, h6 {
    line-height: 24px;
}

h4 {
    font-size: 14px;
}

h4 small {
    font-size: 12px;
}

h6 {
    color: #999999;
    text-transform: uppercase;
    font-size: 11px;
}

a:link {
    color: #0365ac;
    text-decoration: none;
}
a:visited {
    color: #0365ac;
    text-decoration: none;
}
a:hover {
    color: #000;
    text-decoration: none;
}
a:active {
    color: #000;
    text-decoration: none;
}

figure {
    margin-bottom: 24px;
}

/*
 * Main Styles
 */

body {
    padding-top: 20px;
    padding-bottom: 40px;
}

.nav {
    margin-top:25px;
}

/* Custom container */
.container-narrow {
    margin: 0 auto;
    max-width: 700px;
}
.container-narrow > hr {
    margin: 30px 0;
}

/* Main marketing message and sign up button */
.jumbotron {
    margin: 30px 0;
}
.jumbotron h1 {
    font-size: 50px;
    line-height: 1;
    font-weight: 300;
}
.jumbotron h1,
.jumbotron p {
    text-align: center;
}

p.aaz-red {
    color: #ee1c25;
    font-weight: 600;
}

/* Supporting marketing content */
.marketing {
    margin: 60px 0;
}
.marketing p + h4 {
    margin-top: 28px;
}

.brand {
    width: 164px;
    height: 75px;
    background: url(../img/logo.png) no-repeat;
}

.hlk-logo {
    margin-right:15px;
}
#submit {
    width:285px;
}

.hideme {display:none!important}