@font-face {
    font-family: 'bliss_lightregular';
    src: url('../fonts/bliss-light-webfont.eot');
    src: url('../fonts/bliss-light-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/bliss-light-webfont.otf') format('opentype'),
    url('../fonts/bliss-light-webfont.woff') format('woff'),
    url('../fonts/bliss-light-webfont.svg#bliss_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

html {
    background: #f8f8f8;
}

body {
    max-width: 900px;
    margin: auto;

    color: #6a6a6a;
    font: 16px/1.4 "bliss_lightregular", Arial, Tahoma, sans-serif;
    text-align: center;
}

h1 {
    margin-bottom: 1.7em;

    color: #2b2b2b;
    font-size: 45px;
    font-weight: normal;
    text-align: center;
    letter-spacing: -1px;
}

h1:before {
    display: block;
    width: 179px;
    height: 4px;
    margin: 0 auto 45px;

    background: #82bc42;

    content: "";
}

.content__copy {
    margin-bottom: 4em;
    padding: 0 90px;
}

.content__copy h1 {
    margin-bottom: 1.3em;
}

a {
    color: #2ba9d0;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

p {
    font-size: 22px;
    line-height: 36px;
}

.site-header {
    padding-top: 30px;
    margin-bottom: 56px;
}

.site-header p {
    margin-top: 24px;
    margin-bottom: 0;
}

.site-header .clearfix {
    margin-bottom: 108px;
}

.login {
    float: right;

    color: #82bc42;
    font-size: 19px;
    text-decoration: none;
}

.login:hover {
    text-decoration: underline;
}

.columns {
    width: 73%;
    margin: auto;

    text-align: left;
}

.column {
    float: right;
    width: 40%;
}

.column p {
    font-size: 16px;
}

.column:first-child {
    float: left;
}

.column h2 {
    margin-bottom: .4em;

    color: #82bc42;
    font-size: 28px;
    font-weight: normal;
}