@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;
}

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 h2 {
    text-align: center;
    font-size: 24px;
    text-transform: uppercase;
    color: #919191;
    margin-top: 20px;
}

form h3 {
    font-size: 16px;
    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;
    margin: 10px 0;
    color: #fff;
    background-color: #000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none;
    line-height: 32px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 600;
}
button[type='submit'] > .searching {
    display: none;
}
button[type='submit'].searching {
    pointer-events: none;
    opacity: 0.6;
}
button[type='submit'].searching > .searching {
    display: inline;
}
button[type='submit'].searching > .default {
    display: none;
}

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

.alert {
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 20px;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 4px;
}
.alert-success {
    background-color: #f1f9f7;
    border-color: #e0f1e9;
    color: #1d9d74;
}
