﻿@charset "UTF-8";
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, del, dfn, em, img, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: normal;
    font-style: normal;
    font-size: 100%;
    line-height: 1;
    font-family: inherit;
    vertical-align: baseline;
}

button {
    font-weight: normal;
    font-style: normal;
    font-size: 100%;
    line-height: 1;
    font-family: inherit;
}

ol, ul {
    /*list-style: none;*/
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

a:focus {
    outline: thin dotted;
}

.hidden {
    display: none;
}

.invisible {
    visibility: hidden;
}

a {
    color: #0069d6;
    text-decoration: none;
}

a:hover {
    color: #0050a3;
    text-decoration: underline;
}

input.hs-input[type = checkbox], input.hs-input[type = radio] {
    cursor: pointer;
}

input.hs-input, textarea.hs-input, select.hs-input, .hs-input.uneditable-input {
    display: inline-block;
    width: 210px;
    height: 18px;
    vertical-align: middle;
    padding: 4px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
    color: #666;
    border: 1px solid #ccc;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}

textarea.hs-input {
    padding-top: 5px;
}

html.webkit textarea.hs-input {
    padding-top: 6px;
    padding-left: 5px;
}

input.hs-input[type = checkbox], input.hs-input[type = radio] {
    width: auto;
    height: auto;
    padding: 0;
    margin: 3px 0;
    *margin-top: 0;
    line-height: normal;
    border:
    0;
}

input.hs-input[type = file] {
    background-color: white;
    padding: initial;
    border: initial;
    line-height: initial;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

input.hs-input[type = button], input.hs-input[type = reset], input.hs-input[type = submit] {
    width: auto;
    height: auto;
}

input.hs-input[type = search] {
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    -o-border-radius: 16px;
    -ms-border-radius: 16px;
    -khtml-border-radius: 16px;
    border-radius: 16px;
    background-image: url("/style-guide/img/search.png");
    background-repeat: no-repeat;
    padding-left: 26px;
    padding-right: 6px;
    padding-top: 5px;
    padding-bottom: 3px;
    background-position: 8px 8px;
}

html.firefox input.hs-input[type = search] {
    position: relative;
    top: 1px;
}

input.hs-input[type = search]::-webkit-search-decoration, input.hs-input[type = search]::-webkit-search-cancel-button, input.hs-input[type = search]::-webkit-search-results-button, input.hs-input[type = search]::-webkit-search-results-decoration {
    display: none;
}

select.hs-input, input.hs-input[type = file] {
    height: 27px;
    line-height: 27px;
    *;
    margin-top:
    4px;
}

select[multiple].hs-input {
    height: inherit;
}

textarea.hs-input {
    height: auto;
}

.hs-input.uneditable-input {
    background-color: white;
    display: block;
    border-color: #eee;
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    -o-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    cursor: not-allowed;
}

.hs-input:-moz-placeholder {
    color: #bfbfbf;
}

.hs-input::-webkit-input-placeholder {
    color: #bfbfbf;
}

input.hs-input, textarea.hs-input {
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    -o-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

input.hs-input:focus, textarea.hs-input:focus {
    outline: 0;
    border-color: rgba(82, 168, 236, 0.8);
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
    -o-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
}

input.hs-input.error, .hs-form div.field.error input, .hs-form div.field.error textarea, textarea.hs-input.error {
    border-color: #c87872;
    -moz-box-shadow: 0 0 3px rgba(171, 41, 32, 0.25);
    -webkit-box-shadow: 0 0 3px rgba(171, 41, 32, 0.25);
    -o-box-shadow: 0 0 3px rgba(171, 41, 32, 0.25);
    box-shadow: 0 0 3px rgba(171, 41, 32, 0.25);
}

input.hs-input.error:focus, .hs-form div.field.error input:focus, .hs-form div.field.error textarea:focus, textarea.hs-input.error:focus {
    border-color: #b9554d;
    -moz-box-shadow: 0 0 6px rgba(171, 41, 32, 0.5);
    -webkit-box-shadow: 0 0 6px rgba(171, 41, 32, 0.5);
    -o-box-shadow: 0 0 6px rgba(171, 41, 32, 0.5);
    box-shadow: 0 0 6px rgba(171, 41, 32, 0.5);
}
