body {
    margin: 0;
    padding: 0;
}
article,
aside,
details,
figcaption,
figure,
main,
footer,
header,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
nav ul,
nav ol {
    list-style: none none;
}
img {
    border: 0;
}
img,
object,
video,
embed {
    max-height: 100%;
    max-width: 100%;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 0;
}
html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-size-adjust: 100%;
}
body {
    color: #79808E;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    font-size: 14px !important;
}
p {
    margin-top: 0rem;
    margin-bottom: 1rem;
}
abbr[title] {
    border-bottom: 1px dotted #d1d1d1;
    cursor: help;
}
b,
strong {
    font-weight: 700;
}
em,
i {
    font-style: italic;
}
mark {
    background: #f0f0f0;
    color: #000000;
}
small,
.small {
    font-size: 12px;
}
hr {
    border: 0;
    border-top: 1px solid #d1d1d1;
    margin-bottom: 20px;
    margin-top: 20px;
}
sub,
sup {
    font-size: 71.42857143000001%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -.5em;
}
sub {
    bottom: -.25em;
}
dfn {
    font-style: italic;
}
h1 {
    font-weight: 800;
    font-size: 2.4rem;
    margin-top: 0rem;
    margin-bottom: 2rem;
}
h2 {
    font-weight: 800;
    font-size: 2.25rem;
    margin-top: 2.5rem;
    margin-bottom: 2rem;
}
h3 {
    font-weight: 800;
    font-size: 2.1rem;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
}
h4 {
    font-weight: 800;
    font-size: 2.1rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
h5 {
    font-weight: 800;
    font-size: 1.8rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
h6 {
    font-weight: 800;
    font-size: 1.8rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small {
    color: #383b41;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
}
ul,
ol {
    margin-top: 0rem;
    margin-bottom: 2.5rem;
}
ul > li,
ol > li {
    margin-top: 0rem;
    margin-bottom: 1rem;
}
ul ul,
ol ul,
ul ol,
ol ol {
    margin-bottom: 0;
}
dl {
    margin-bottom: 20px;
    margin-top: 0;
}
dt {
    font-weight: 700;
    margin-bottom: 5px;
    margin-top: 0;
}
dd {
    margin-bottom: 10px;
    margin-top: 0;
    margin-left: 0;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="datetime"],
input[type="email"] {
    background: #ffffff;
    background-clip: padding-box;
    border: 1px solid #c2c2c2;
    border-radius: 3px;
    font-family: Raleway;
    font-size: 14px;
    font-weight: 400;
    height: 48px;
    line-height: 1.42857143;
    padding: 0 10px;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box;
}
input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="url"]:disabled,
input[type="tel"]:disabled,
input[type="search"]:disabled,
input[type="number"]:disabled,
input[type="datetime"]:disabled,
input[type="email"]:disabled {
    opacity: 0.5;
}
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="email"]::-moz-placeholder {
    color: #a7a7a7;
}
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder {
    color: #a7a7a7;
}
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder {
    color: #a7a7a7;
}
input[type="number"] {
    -moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="search"] {
    -webkit-appearance: none;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    -webkit-appearance: none;
}
select {
    background: #ffffff;
    background-clip: padding-box;
    border: 1px solid #c2c2c2;
    border-radius: 3px;
    font-family: Raleway;
    font-size: 14px;
    font-weight: 400;
    height: 48px;
    line-height: 1.42857143;
    padding: 5px 10px 4px;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box;
}
select:disabled {
    opacity: 0.5;
}
select[multiple] {
    height: auto;
    background-image: none;
}
textarea {
    background: #ffffff;
    background-clip: padding-box;
    border: 1px solid #c2c2c2;
    border-radius: 3px;
    font-family: Raleway;
    font-size: 14px;
    font-weight: 400;
    height: auto;
    line-height: 1.42857143;
    margin: 0;
    padding: 10px;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box;
    resize: vertical;
}
textarea:disabled {
    opacity: 0.5;
}
textarea::-moz-placeholder {
    color: #a7a7a7;
}
textarea::-webkit-input-placeholder {
    color: #a7a7a7;
}
textarea:-ms-input-placeholder {
    color: #a7a7a7;
}
input[type="checkbox"] {
    margin: 2px 5px 0 0;
    position: relative;
    top: 2px;
}
input[type="checkbox"]:disabled {
    opacity: 0.5;
}
input[type="radio"] {
    margin: 2px 5px 0 0;
}
input[type="radio"]:disabled {
    opacity: 0.5;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
}
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
form {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
address {
    font-style: normal;
}
*:focus {
    box-shadow: none;
    outline: 0;
}
._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
    box-shadow: 0 0 3px 1px #68a8e0;
}