
html, body { 
    -webkit-font-smoothing: antialiased; 
}
body { 
    background: #f8f8f8;
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Geneva, Verdana, sans-serif;
    font-size: 1rem;
    line-height: 1.42857143;
    color: #333;
}
h2, h3 {
    margin-bottom: 1.4em;
}
h1 {
    font-size: 2rem;
}
h2 {
    font-size: 1.6rem;
}
h3 {
    font-size: 1.2rem;
}
p, li { 
    font-size: 0.9rem;
    line-height: 24px; 
    margin: 15px 0; 
    color: #666666; 
}
a {
    color: #00a8cb;
    text-decoration: none;
}
a:hover, a:focus {
    color: #2a6496;
    text-decoration: none;
}
img { 
    max-width: 100%; 
}
header {
    background: #fff;
    border-bottom: 2px solid #c5c5c5;
}
article {
    padding: 3em 0 0;
}
select {
    width: 100%;
    height: 30px;
}
.logo-link {
    display: block;
}

.logo {
    max-width: 220px;;
}
.pattern { 
    position: relative; 
    background-image: url(../img/bg-pattern.png);
    background-repeat: repeat-x; 
    padding-top: 4em;
}
.pattern:before { 
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 30em;
    left: 0;
    top: 0;
    background-image: -webkit-linear-gradient(top, rgba(248,248,248,0)0%, rgba(248,248,248,0)20%, #f8f8f8 100%);
    background-image: linear-gradient(to bottom, rgba(248,248,248,0)0%, rgba(248,248,248,0)20%, #f8f8f8 100%);
}
form {
    padding: 0 0 4em;
}
.top {
    font-size: 0.8rem;
    text-decoration: underline;
}
.footer {
   background: #d9d9d9;
}
.mocha {
    background: #33151d;
    padding-top: 4em;
    margin-top: 4em;
}
.footer p {
    font-size: .75rem;
}
.mocha p {
    color: #fff9;
}
.brandbar {
    margin: 0 auto 3em;
    display: block;

}
.footer-nav {
    background-color: #433035;
    color: #fff;
    padding: 25px 0 10px;
    margin: 4em 0;
}
.footer-list {
    list-style: none;
    padding: 0;
    text-align: center;
}
.footer-item {
    display: inline-block;
    padding: 0 20px;
    font-size: 12px;
    border-right: 1px solid #fff;
    margin: 0;
}
.footer-item:last-child {
    border: none;
}
.footer-link {
    color: #fff;
}
@media screen and (max-width: 767px) {
    .logo-link {
        text-align: center;
    }
  }
@media screen and (max-width: 600px) {
    h1 {
        font-size: 1.6rem;
    }
    h2 {
        font-size: 1.2rem;
    }
    h3 {
        font-size: 1rem;
    }
}

.hide-element {
    border: 0;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip; rect(1px, 1px, 1px, 1px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}