/*! Primitive
  by Tania Rascia */


/* Variables
 * ===============
 *
 * All variables and most of the configuration is defined on this page. */


/* Containers */


/* Colors */


/* Typography */


/* Padding */


/* Borders */


/* Buttons */


/* Forms */


/* Tables */


/* Code */


/* Mixins
  =============== */


/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */


/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}


/**
 * Remove default margin.
 */

body {
    margin: 0;
}


/* HTML5 display definitions
   ========================================================================== */


/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}


/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}


/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}


/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}


/* Links
   ========================================================================== */


/**
 * Remove the gray background color from active links in IE 10.
 *

a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
    outline: 0;
}


/* Text-level semantics
   ========================================================================== */


/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 *

abbr[title] {
  border-bottom: 1px dotted;
}


/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
    font-weight: bold;
}


/**
 * Address styling not present in Safari and Chrome.
 *

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 *

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 *

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 *

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}


/* Embedded content
   ========================================================================== */


/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
    border: 0;
}


/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
    overflow: hidden;
}


/* Grouping content
   ========================================================================== */


/**
 * Address margin not present in IE 8/9 and Safari.
 *

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    box-sizing: content-box;
    height: 0;
}


/**
 * Contain overflow in all browsers.
 */

pre {
    overflow: auto;
}


/**
 * Address odd `em`-unit font size rendering in all browsers.
 *

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */


/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */


/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
select,
textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */
}


/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
    overflow: visible;
}


/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
    text-transform: none;
}


/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
}


/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}


/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}


/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
    line-height: normal;
}


/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}


/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 *

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}


/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 *

input[type="search"] {
  -webkit-appearance: textfield; /* 1 *
  box-sizing: content-box; /* 2 *
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 *

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}


/**
 * Define consistent border, margin, and padding.
 *

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 *

legend {
  border: 0; /* 1 *
  padding: 0; /* 2 *
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 *

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 *

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */


/**
 * Remove most spacing between table cells.
 *

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}*/


/* Reset
  =============== */

html {
    box-sizing: border-box;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

address {
    font-style: normal;
}

figure {
    margin: 0;
}

input[type=search] {
    box-sizing: border-box;
}


/* Scaffolding
  =============== */

html {
    -webkit-font-smoothing: antialiased;
    font: normal normal normal 1rem/1.5 Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 1rem;
}

body {
    color: #404040;
    background: #EFEFEF;
    font-size: 1rem;
}

h1,
h2,
h3,
h4,
h5 {
    margin: 1.5rem 0;
    font-weight: 400;
    font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
    line-height: 1.2;
    color: #404040;
}

h1 {
    font-size: 2.2rem;
}

h2 {
    font-size: 1.9rem;
}

h3 {
    font-size: 1.6rem;
}

h4 {
    font-size: 1.4rem;
}

h5 {
    font-size: 1.2rem;
}

a {
    color: #1E6BD6;
    text-decoration: none;
}

a:hover,
a:active,
a:focus {
    color: #5aacff;
    text-decoration: underline;
}

mark {
    background: #ffeea8;
    padding: 0 0.2rem;
}

blockquote {
    margin: 0;
    border-left: 8px solid #cdcdcd;
    padding: 0 1.5rem;
    font-size: 1.1rem;
}

blockquote cite {
    display: block;
    margin-top: 25px;
    font-size: .9em;
    text-align: right;
}

pre {
    border: 0;
    border-radius: 4px;
    background: #f4f4f4;
    padding: 1rem;
    tab-size: 2;
    color: #404040;
    font-family: Menlo, monospace;
    font-size: .9rem;
}

pre code {
    font-family: Menlo, monospace;
    line-height: 1.2;
}

kbd {
    background-color: #f7f7f7;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 0 0 2px #fff inset;
    color: #333;
    display: inline-block;
    font-family: Helvetica, Arial, sans-serif;
    font-size: .8rem;
    line-height: 1.4;
    margin: 0 .1em;
    padding: .1em .6em;
    text-shadow: 0 1px 0 #fff;
}

:not(pre)>code {
    color: #404040;
    background: #f4f4f4;
    font-family: Menlo, monospace;
    padding: 0 0.2rem;
    border: 1px solid #cdcdcd;
    border-radius: 4px;
}

hr {
    height: 0;
    border: 0;
    border-top: 1px solid #cdcdcd;
}

dt {
    font-weight: bold;
}

dd {
    margin-bottom: .5rem;
}

.clean-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.full-container {
    max-width: 100%;
    padding: 0 1rem;
}

.container,
.small-container,
.medium-container {
    max-width: 980px;
    padding: 0 1rem;
    margin-left: auto;
    margin-right: auto;
}

.small-container {
    max-width: 800px;
}

.medium-container {
    max-width: 1000px;
}

.content-section {
    padding: 30px 0;
}

@media (min-width: 600px) {
    .content-section {
        padding: 60px 0;
    }
}


/* Grid
=============== */


/* Grid */


/* All grid sizes are based on percentages and placed in an array. Remove
 * any you don't need. Any decimal will be rounded down for its respective
 * class name - 33.3333 will be .column-33.
 */

.flex-column,
.flex-small,
.flex-large,
.small-10,
.large-10,
.column-10,
.small-20,
.large-20,
.column-20,
.small-30,
.large-30,
.column-30,
.small-40,
.large-40,
.column-40,
.small-50,
.large-50,
.column-50,
.small-60,
.large-60,
.column-60,
.small-70,
.large-70,
.column-70,
.small-80,
.large-80,
.column-80,
.small-90,
.large-90,
.column-90,
.small-100,
.large-100,
.column-100,
.small-25,
.large-25,
.column-25,
.small-16,
.large-16,
.column-16,
.small-33,
.large-33,
.column-33,
.small-66,
.large-66,
.column-66,
.small-75,
.large-75,
.column-75 {
    padding-left: 1rem;
    padding-right: 1rem;
}

.row,
.flex-row {
    margin-left: -1rem;
    margin-right: -1rem;
}

.small-10,
.large-10,
.small-20,
.large-20,
.small-30,
.large-30,
.small-40,
.large-40,
.small-50,
.large-50,
.small-60,
.large-60,
.small-70,
.large-70,
.small-80,
.large-80,
.small-90,
.large-90,
.small-100,
.large-100,
.small-25,
.large-25,
.small-16,
.large-16,
.small-33,
.large-33,
.small-66,
.large-66,
.small-75,
.large-75 {
    width: 100%;
    margin-bottom: 1rem;
}

.row::before,
.row::after {
    display: block;
    content: ' ';
    clear: both;
}

.flex-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.flex-column {
    flex: 1;
}

.flex-small,
.flex-large {
    flex-basis: 100%;
    margin-bottom: 1rem;
}


/* Mobile view */

.column-10 {
    width: 10%;
    float: left;
}

.column-20 {
    width: 20%;
    float: left;
}

.column-30 {
    width: 30%;
    float: left;
}

.column-40 {
    width: 40%;
    float: left;
}

.column-50 {
    width: 50%;
    float: left;
}

.column-60 {
    width: 60%;
    float: left;
}

.column-70 {
    width: 70%;
    float: left;
}

.column-80 {
    width: 80%;
    float: left;
}

.column-90 {
    width: 90%;
    float: left;
}

.column-100 {
    width: 100%;
    float: left;
}

.column-25 {
    width: 25%;
    float: left;
}

.column-16 {
    width: 16.6667%;
    float: left;
}

.column-33 {
    width: 33.3333%;
    float: left;
}

.column-66 {
    width: 66.6667%;
    float: left;
}

.column-75 {
    width: 75%;
    float: left;
}


/* Small screen breakpoint */

@media (min-width: 600px) {
    .small-10 {
        width: 10%;
        float: left;
        margin-bottom: 0;
    }
    .push-small-10 {
        margin-left: 10%;
    }
    .small-20 {
        width: 20%;
        float: left;
        margin-bottom: 0;
    }
    .push-small-20 {
        margin-left: 20%;
    }
    .small-30 {
        width: 30%;
        float: left;
        margin-bottom: 0;
    }
    .push-small-30 {
        margin-left: 30%;
    }
    .small-40 {
        width: 40%;
        float: left;
        margin-bottom: 0;
    }
    .push-small-40 {
        margin-left: 40%;
    }
    .small-50 {
        width: 50%;
        float: left;
        margin-bottom: 0;
    }
    .push-small-50 {
        margin-left: 50%;
    }
    .small-60 {
        width: 60%;
        float: left;
        margin-bottom: 0;
    }
    .push-small-60 {
        margin-left: 60%;
    }
    .small-70 {
        width: 70%;
        float: left;
        margin-bottom: 0;
    }
    .push-small-70 {
        margin-left: 70%;
    }
    .small-80 {
        width: 80%;
        float: left;
        margin-bottom: 0;
    }
    .push-small-80 {
        margin-left: 80%;
    }
    .small-90 {
        width: 90%;
        float: left;
        margin-bottom: 0;
    }
    .push-small-90 {
        margin-left: 90%;
    }
    .small-100 {
        width: 100%;
        float: left;
        margin-bottom: 0;
    }
    .push-small-100 {
        margin-left: 100%;
    }
    .small-25 {
        width: 25%;
        float: left;
        margin-bottom: 0;
    }
    .push-small-25 {
        margin-left: 25%;
    }
    .small-16 {
        width: 16.6667%;
        float: left;
        margin-bottom: 0;
    }
    .push-small-16 {
        margin-left: 16.6667%;
    }
    .small-33 {
        width: 33.3333%;
        float: left;
        margin-bottom: 0;
    }
    .push-small-33 {
        margin-left: 33.3333%;
    }
    .small-66 {
        width: 66.6667%;
        float: left;
        margin-bottom: 0;
    }
    .push-small-66 {
        margin-left: 66.6667%;
    }
    .small-75 {
        width: 75%;
        float: left;
        margin-bottom: 0;
    }
    .push-small-75 {
        margin-left: 75%;
    }
    .flex-small {
        flex: 1;
        margin-bottom: 0;
    }
}


/* Large screen breakpoint */

@media (min-width: 1000px) {
    .large-10 {
        width: 10%;
        float: left;
        padding-left: 1rem;
        padding-right: 1rem;
        margin-bottom: 0;
    }
    .push-large-10 {
        margin-left: 10%;
    }
    .large-20 {
        width: 20%;
        float: left;
        padding-left: 1rem;
        padding-right: 1rem;
        margin-bottom: 0;
    }
    .push-large-20 {
        margin-left: 20%;
    }
    .large-30 {
        width: 30%;
        float: left;
        padding-left: 1rem;
        padding-right: 1rem;
        margin-bottom: 0;
    }
    .push-large-30 {
        margin-left: 30%;
    }
    .large-40 {
        width: 40%;
        float: left;
        padding-left: 1rem;
        padding-right: 1rem;
        margin-bottom: 0;
    }
    .push-large-40 {
        margin-left: 40%;
    }
    .large-50 {
        width: 50%;
        float: left;
        padding-left: 1rem;
        padding-right: 1rem;
        margin-bottom: 0;
    }
    .push-large-50 {
        margin-left: 50%;
    }
    .large-60 {
        width: 60%;
        float: left;
        padding-left: 1rem;
        padding-right: 1rem;
        margin-bottom: 0;
    }
    .push-large-60 {
        margin-left: 60%;
    }
    .large-70 {
        width: 70%;
        float: left;
        padding-left: 1rem;
        padding-right: 1rem;
        margin-bottom: 0;
    }
    .push-large-70 {
        margin-left: 70%;
    }
    .large-80 {
        width: 80%;
        float: left;
        padding-left: 1rem;
        padding-right: 1rem;
        margin-bottom: 0;
    }
    .push-large-80 {
        margin-left: 80%;
    }
    .large-90 {
        width: 90%;
        float: left;
        padding-left: 1rem;
        padding-right: 1rem;
        margin-bottom: 0;
    }
    .push-large-90 {
        margin-left: 90%;
    }
    .large-100 {
        width: 100%;
        float: left;
        padding-left: 1rem;
        padding-right: 1rem;
        margin-bottom: 0;
    }
    .push-large-100 {
        margin-left: 100%;
    }
    .large-25 {
        width: 25%;
        float: left;
        padding-left: 1rem;
        padding-right: 1rem;
        margin-bottom: 0;
    }
    .push-large-25 {
        margin-left: 25%;
    }
    .large-16 {
        width: 16.6667%;
        float: left;
        padding-left: 1rem;
        padding-right: 1rem;
        margin-bottom: 0;
    }
    .push-large-16 {
        margin-left: 16.6667%;
    }
    .large-33 {
        width: 33.3333%;
        float: left;
        padding-left: 1rem;
        padding-right: 1rem;
        margin-bottom: 0;
    }
    .push-large-33 {
        margin-left: 33.3333%;
    }
    .large-66 {
        width: 66.6667%;
        float: left;
        padding-left: 1rem;
        padding-right: 1rem;
        margin-bottom: 0;
    }
    .push-large-66 {
        margin-left: 66.6667%;
    }
    .large-75 {
        width: 75%;
        float: left;
        padding-left: 1rem;
        padding-right: 1rem;
        margin-bottom: 0;
    }
    .push-large-75 {
        margin-left: 75%;
    }
    .flex-large {
        flex: 1;
        margin-bottom: 0;
    }
}


/* Helpers
  =============== */

.clearfix::before,
.clearfix::after {
    content: " ";
    display: block;
}

.clearfix:after {
    clear: both;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.block {
    display: block;
}

.inline-block {
    display: inline-block;
}

.inline {
    display: inline;
}

.vertical-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.responsive-image {
    max-width: 100%;
}

.show {
    display: block !important;
}

.hide {
    display: none !important;
}

.invisible {
    visibility: hidden;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.no-padding-top {
    padding-top: 0;
}

.no-padding-bottom {
    padding-bottom: 0;
}

.padding-top {
    padding-top: 2rem;
}

.padding-bottom {
    padding-bottom: 2rem;
}

.no-margin-top {
    margin-top: 0;
}

.no-margin-bottom {
    margin-bottom: 0;
}

.margin-top {
    margin-top: 2rem;
}

.margin-bottom {
    margin-bottom: 2rem;
}

.alternate-background {
    background: #5aacff;
    color: #404040;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}


/* Buttons
  =============== */

.button,
a.button,
button,
[type=submit],
[type=reset],
[type=button] {
    display: inline-block;
    line-height: 1;
    border: 1px solid #1E6BD6;
    border-radius: 4px;
    background: #1E6BD6;
    color: #ffffff;
    font-weight: 600;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 1rem;
    text-transform: uppercase;
    padding: .7rem 1.2rem;
    margin: .5rem 0;
    white-space: nowrap;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
}

.button:hover,
a.button:hover,
button:hover,
[type=submit]:hover,
[type=reset]:hover,
[type=button]:hover {
    border: 1px solid #1855a9;
    background: #1855a9;
    color: #ffffff;
    text-decoration: none;
}

.button:focus,
.button:active,
a.button:focus,
a.button:active,
button:focus,
button:active,
[type=submit]:focus,
[type=submit]:active,
[type=reset]:focus,
[type=reset]:active,
[type=button]:focus,
[type=button]:active {
    border: 1px solid #1855a9;
    background: #1855a9;
    color: #ffffff;
    text-decoration: none;
}

.button::-moz-focus-inner,
a.button::-moz-focus-inner,
button::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=button]::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.accent-button,
a.accent-button {
    color: #ffffff;
    border: 1px solid #47CE90;
    background: #47CE90;
}

.accent-button:hover,
.accent-button:focus,
.accent-button:active,
a.accent-button:hover,
a.accent-button:focus,
a.accent-button:active {
    color: #ffffff;
    border: 1px solid #30b276;
    background: #30b276;
}

.muted-button,
a.muted-button {
    background: transparent;
    border: 1px solid #cdcdcd;
    color: #4e4e4e;
}

.muted-button:hover,
.muted-button:focus,
.muted-button:active,
a.muted-button:hover,
a.muted-button:focus,
a.muted-button:active {
    color: #4e4e4e;
    border: 1px solid #818181;
    background: transparent;
}

.round-button,
a.round-button {
    border-radius: 40px;
}

.square-button,
a.square-button {
    border-radius: 0;
}

.full-button,
a.full-button {
    display: block;
    width: 100%;
}


/* Forms
  =============== */

[type=name],
[type=subject],
[type=human],
[type=color],
[type=date],
[type=datetime],
[type=datetime-local],
[type=email],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=url],
[type=week],
[type=time],
select,
textarea {
    display: block;
    background: transparent;
    border: 1px solid #cdcdcd;
    border-radius: 4px;
    padding: .5rem;
    outline: none;
    vertical-align: middle;
    background: #ffffff;
}

[type=name]:hover,
[type=subject]:hover,
[type=human]:hover,
[type=date]:hover,
[type=color]:hover,
[type=date]:hover,
[type=datetime]:hover,
[type=datetime-local]:hover,
[type=email]:hover,
[type=month]:hover,
[type=number]:hover,
[type=password]:hover,
[type=search]:hover,
[type=tel]:hover,
[type=text]:hover,
[type=url]:hover,
[type=week]:hover,
[type=time]:hover,
select:hover,
textarea:hover {
    border: 1px solid #b4b4b4;
}

[type=name]:focus,
[type=name]:active,
[type=subject]:focus,
[type=subject]:active,
[type=color]:focus,
[type=color]:active,
[type=human]:focus,
[type=human]:active,
[type=date]:focus,
[type=date]:active,
[type=datetime]:focus,
[type=datetime]:active,
[type=datetime-local]:focus,
[type=datetime-local]:active,
[type=email]:focus,
[type=email]:active,
[type=month]:focus,
[type=month]:active,
[type=number]:focus,
[type=number]:active,
[type=password]:focus,
[type=password]:active,
[type=search]:focus,
[type=search]:active,
[type=tel]:focus,
[type=tel]:active,
[type=text]:focus,
[type=text]:active,
[type=url]:focus,
[type=url]:active,
[type=week]:focus,
[type=week]:active,
[type=time]:focus,
[type=time]:active,
select:focus,
select:active,
textarea:focus,
textarea:active {
    border: 1px solid #898989;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), 0 0 6px #c9dcf7;
}

[type=name],
[type=subject],
[type=human],
[type=color],
[type=date],
[type=datetime],
[type=datetime-local],
[type=email],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=url],
[type=week],
[type=time],
select,
textarea {
    width: 100%;
    max-width: 100%;
}

@media (min-width: 600px) {
    .horizontal-form [type=human],
    .horizontal-form [type=subject],
    .horizontal-form [type=name],
    .horizontal-form [type=color],
    .horizontal-form [type=date],
    .horizontal-form [type=datetime],
    .horizontal-form [type=datetime-local],
    .horizontal-form [type=email],
    .horizontal-form [type=month],
    .horizontal-form [type=number],
    .horizontal-form [type=password],
    .horizontal-form [type=search],
    .horizontal-form [type=tel],
    .horizontal-form [type=text],
    .horizontal-form [type=url],
    .horizontal-form [type=week],
    .horizontal-form [type=time],
    .horizontal-form select,
    .horizontal-form textarea {
        display: inline-block;
        width: auto;
    }
}

textarea {
    overflow: auto;
    height: auto;
}

fieldset {
    border: 1px solid #cdcdcd;
    border-radius: 4px;
    padding: .5rem 1rem;
    margin: 15px 2px;
}

legend {
    padding: 0 .5rem;
    font-weight: 600;
}

select {
    color: #404040;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAJCAYAAAA/33wPAAAAvklEQVQoFY2QMQqEMBBFv7ERa/EMXkGw11K8QbDXzuN4BHv7QO6ifUgj7v4UAdlVM8Uwf+b9YZJISnlqrfEUZVlinucnBGKaJgghbiHOyLyFKIoCbdvecpyReYvo/Ma2bajrGtbaC58kCdZ1RZ7nl/4/4d5EsO/7nzl7IUtodBexMMagaRrs+06JLMvcNWmaOv2W/C/TMAyD58dxROgSmvxFFMdxoOs6lliWBXEcuzokXRbRoJRyvqqqQvye+QDMDz1D6yuj9wAAAABJRU5ErkJggg==) right center no-repeat;
    line-height: 1;
}

[type=range] {
    width: 100%;
}

label {
    font-weight: 600;
    max-width: 100%;
    display: block;
    margin: .5rem 0;
}

@media (min-width: 600px) {
    .horizontal-form label,
    .horizontal-form .button,
    .horizontal-form a.button,
    .horizontal-form button,
    .horizontal-form [type=submit],
    .horizontal-form [type=reset],
    .horizontal-form [type=button] {
        display: inline-block;
        margin: .5rem 0;
    }
    .split-form label {
        text-align: right;
        padding: 0 .5rem;
        margin-bottom: 1rem;
    }
}

input.has-error,
input.has-error:hover,
input.has-error:focus,
input.has-error:active,
select.has-error,
select.has-error:hover,
select.has-error:focus,
select.has-error:active,
textarea.has-error,
textarea.has-error:hover,
textarea.has-error:focus,
textarea.has-error:active {
    border: 1px solid #D33C40;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), 0 0 6px #f4cecf;
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-moz-placeholder,
:-ms-input-placeholder {
    color: #9a9a9a;
}


/* Tables
  =============== */

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    max-width: 100%;
}

.striped-table tbody tr:nth-child(odd) {
    background-color: #f0f0f0;
}

thead th {
    border-bottom: 2px solid #cdcdcd;
}

tfoot th {
    border-top: 2px solid #cdcdcd;
}

th,
td {
    text-align: left;
    padding: .5rem;
}

td {
    border-bottom: 1px solid #cdcdcd;
}

caption {
    padding: 1rem 0;
    caption-side: bottom;
    color: #9a9a9a;
}

.contain-table {
    overflow-x: auto;
}

@media (min-width: 600px) {
    .contain-table {
        width: 100%;
    }
}


/* Navigation
  =============== */


/* Layout
  =============== */


/* Added
  =============== */

#logo {
    padding-top: 15px;
    padding-left: 0px;
    display: inline-block;
    width: 125px;
    float: left;
}

nav {
    background: #292929;
    height: 60px;
    position: fixed;
    z-index: 9999;
    width: 100%;
    /*   overflow: hidden;*/
}

nav a {
    padding: 0px 10px 0px 0px;
    line-height: 60px;
    color: white;
    font-size: .9rem;
}

nav a:hover {
    text-decoration: none;
}

@media screen and (min-width: 600px) {
    nav a {
        padding: 20px;
        font-size: 1rem;
    }
    #logo {
    width: 125px;
    }
    header h1 {
        font-size: 2.2rem;
    }
    .brand {
        font-size: 1.4rem;
    }
}

#first-section {
    padding-top: 100px;
}
