@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 200;
    src: local('Raleway ExtraLight'), local('Raleway-ExtraLight'), url(https://themes.googleusercontent.com/static/fonts/raleway/v7/8KhZd3VQBtXTAznvKjw-kxsxEYwM7FgeyaSgU71cLG0.woff) format('woff');
}
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    src: local('Raleway'), url(https://themes.googleusercontent.com/static/fonts/raleway/v7/IczWvq5y_Cwwv_rBjOtT0w.woff) format('woff');
}

body, p , div {
    line-height: 1.5;
    font-family: Raleway, sans-serif;
    font-size: 14px;
    color: #3e454e;
    background: #f5f5f5;
}

hr {
    border: none;
    background-color: #3d4a4f;
    height: 1px;
    padding-right: 20px;
}

h1 {
    color: rgb(17, 17, 17);
    font-family: Raleway, sans-serif;
    font-weight: 200;
    font-size: 44px;
    line-height: 48px;
    margin-bottom: 49px;
    text-transform: uppercase;
    max-width: 704px;
}

h2 {
    color: rgb(17, 17, 17);
    font-size: 38px;
}

p {
    margin-bottom: 10px;
}

a {
    color: #087bab;
    text-decoration: none;
}

label {
    margin: 10px 0 0 0;
    display: block;
}

input[type='text'], textarea {
    width: 100%;
    border: none;
    height: 27px;
    font-size: 12px;
    color: #000;
    line-height: 19px;
    padding-left: 1%;
}

form textarea {
    height:100px;
}

input[type='radio'] label {
    display: inline;
}

form li {
    color: #ed0000;
    font-size: 10px;
}

form h3 {
    font-size: 11px;
    font-weight: 200;
    color: #919191;
    text-transform: uppercase;
    margin: 20px 0 9px 0;
}

div.warranty label {
    margin: 0;
    padding: 0 10px 0 4px;
    display: inline;
}

div.warranty .required:after {
    content: "";
}

button[type='submit'] {
    display: inline-block;
    width: 182px;
    height: 36px;
    text-align: center;
    padding: 2px 0;
    color: #fff;
    background: #000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none;
    line-height: 36px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 600;
}

div.submit-button > div {
    text-align: right;
}

