/* ==========================================================================
@base
========================================================================== */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600');

html,
body {
    color: #333333;
    font-weight: 100;
    font: 100% 'Open Sans', sans-serif;
    height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
    line-height: normal;
    margin: 0;
}
p {
    line-height: 1.6em;
    margin: 1em 0;
}
hr {
    border: 0;
    height: 1px;
}
a {
    color: #333333;
    text-decoration: none;
}
a:focus,
a:hover {
    outline: none;
    text-decoration: none;
}
ul {
    list-style-type: none;
}
ol {
    margin-left: 22px;
}
input[type='submit'] {
    /*iOS override*/

    -moz-appearance: none;
    -moz-border-radius: 0 !important;
    -webkit-appearance: none;
    -webkit-border-radius: 0 !important;
    appearance: none;
    border-radius: 0 !important;
    border: 0;
}
form *,
button {
    outline: none;
}
fieldset {
    border: 0;
}