﻿
/*
* Skeleton Plus V1.0.0
* Copyright 2014, Dave Gamache
* Modified 2016, Daniel Oltmanns (http://github.com/oltmannsdaniel/)
* www.skeletonplus.github.com
* Modified 2016, LC for LE
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 02/12/2016
*/


/* Table of contents
––––––––––––––––––––––––––––––––––––––––––––––––––
- Load Font
- Grid
- Base Styles
- Typography
- Links
- Buttons
- Forms
- Lists
- Code
- Tables
- Spacing
- Utilities
- Clearing
- Media Queries
- Navigation
- Other Elements
*/

/* Load Font
-------------------------------------------------- */
@import url(https://fonts.googleapis.com/css?family=Lato:400,300,700);

/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box; }
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box; }

.column {
  width: 100%;
  float: left;
  box-sizing: border-box; }

/* For devices larger than 400px */
@media (min-width: 400px) {
  .container {
    width: 85%;
    padding: 0; }
}

/* For devices larger than 550px */
@media (min-width: 550px) {
  .container {
    width: 80%; }
  .columns {
    margin-left: 4%; }
  .column {
    margin-left: 4%; }
  .columns:first-child {
    margin-left: 0; }

  .column:first-child {
    margin-left: 0; }

  .one.columns                    { width: 4.66666666667%; }
  
  .one.column                    { width: 4.66666666667%; }
  .two.columns                    { width: 13.3333333333%; }
  .three.columns                  { width: 22%;            }
  .four.columns                   { width: 30.6666666667%; }
  .five.columns                   { width: 39.3333333333%; }
  .six.columns                    { width: 48%;            }
  .seven.columns                  { width: 56.6666666667%; }
  .eight.columns                  { width: 65.3333333333%; }
  .nine.columns                   { width: 74.0%;          }
  .ten.columns                    { width: 82.6666666667%; }
  .eleven.columns                 { width: 91.3333333333%; }
  .twelve.columns                 { width: 100%; margin-left: 0; }

  .one-third.column               { width: 30.6666666667%; }
  .two-thirds.column              { width: 65.3333333333%; }

  .one-half.column                { width: 48%; }

  /* Offsets */
  .offset-by-one.columns          { margin-left: 8.66666666667%; }
  .offset-by-one.column          { margin-left: 8.66666666667%; }
  .offset-by-two.columns          { margin-left: 17.3333333333%; }
  .offset-by-two.column          { margin-left: 17.3333333333%; }
  .offset-by-three.columns        { margin-left: 26%;            }
  .offset-by-three.column        { margin-left: 26%;            }
  .offset-by-four.columns         { margin-left: 34.6666666667%; }
  .offset-by-four.column         { margin-left: 34.6666666667%; }
  .offset-by-five.columns         { margin-left: 43.3333333333%; }
  .offset-by-five.column         { margin-left: 43.3333333333%; }
  .offset-by-six.columns          { margin-left: 52%;            }
  .offset-by-six.column          { margin-left: 52%;            }
  .offset-by-seven.columns        { margin-left: 60.6666666667%; }
  .offset-by-seven.column        { margin-left: 60.6666666667%; }
  .offset-by-eight.columns        { margin-left: 69.3333333333%; }
  .offset-by-eight.column        { margin-left: 69.3333333333%; }
  .offset-by-nine.columns         { margin-left: 78.0%;          }
  .offset-by-nine.column         { margin-left: 78.0%;          }
  .offset-by-ten.columns          { margin-left: 86.6666666667%; }
  .offset-by-ten.column          { margin-left: 86.6666666667%; }
  .offset-by-eleven.columns       { margin-left: 95.3333333333%; }

  .offset-by-eleven.column       { margin-left: 95.3333333333%; }

  .offset-by-one-third.columns    { margin-left: 34.6666666667%; }
  
  .offset-by-one-third.column    { margin-left: 34.6666666667%; }
  .offset-by-two-thirds.columns   { margin-left: 69.3333333333%; }

  .offset-by-two-thirds.column   { margin-left: 69.3333333333%; }

  .offset-by-one-half.columns     { margin-left: 52%; }

  .offset-by-one-half.column     { margin-left: 52%; }

}

/* For devices smaller than 550px */
@media (max-width: 550px) {

  .columns-sm {
    margin-left: 4%; }
  
  .column-sm {
    margin-left: 4%; }
  .columns-sm:first-child {
    margin-left: 0; }

  .column-sm:first-child {
    margin-left: 0; }

  .one.columns-sm                    { width: 4.33333333333%; }
  
  .one.column-sm                    { width: 4.33333333333%; }
  .two.columns-sm                    { width: 13.3333333333%; }
  .three.columns-sm                  { width: 22%;            }
  .four.columns-sm                   { width: 30.6666666667%; }
  .five.columns-sm                   { width: 39.3333333333%; }
  .six.columns-sm                    { width: 48%;            }
  .seven.columns-sm                  { width: 56.6666666667%; }
  .eight.columns-sm                  { width: 65.3333333333%; }
  .nine.columns-sm                   { width: 74.0%;          }
  .ten.columns-sm                    { width: 82.6666666667%; }
  .eleven.columns-sm                 { width: 91.3333333333%; }
  .twelve.columns-sm                 { width: 100%; margin-left: 0; }

  .one-third.column-sm               { width: 30.6666666667%; }
  .two-thirds.column-sm              { width: 65.3333333333%; }

  .one-half.column-sm                { width: 48%; }

  /* Offsets */
  .offset-by-one.columns-sm          { margin-left: 8.66666666667%; }
  .offset-by-one.column-sm          { margin-left: 8.66666666667%; }
  .offset-by-two.columns-sm          { margin-left: 17.3333333333%; }
  .offset-by-two.column-sm          { margin-left: 17.3333333333%; }
  .offset-by-three.columns-sm        { margin-left: 26%;            }
  .offset-by-three.column-sm        { margin-left: 26%;            }
  .offset-by-four.columns-sm         { margin-left: 34.6666666667%; }
  .offset-by-four.column-sm         { margin-left: 34.6666666667%; }
  .offset-by-five.columns-sm         { margin-left: 43.3333333333%; }
  .offset-by-five.column-sm         { margin-left: 43.3333333333%; }
  .offset-by-six.columns-sm          { margin-left: 52%;            }
  .offset-by-six.column-sm          { margin-left: 52%;            }
  .offset-by-seven.columns-sm        { margin-left: 60.6666666667%; }
  .offset-by-seven.column-sm        { margin-left: 60.6666666667%; }
  .offset-by-eight.columns-sm        { margin-left: 69.3333333333%; }
  .offset-by-eight.column-sm        { margin-left: 69.3333333333%; }
  .offset-by-nine.columns-sm         { margin-left: 78.0%;          }
  .offset-by-nine.column-sm         { margin-left: 78.0%;          }
  .offset-by-ten.columns-sm          { margin-left: 86.6666666667%; }
  .offset-by-ten.column-sm          { margin-left: 86.6666666667%; }
  .offset-by-eleven.columns-sm       { margin-left: 95.3333333333%; }

  .offset-by-eleven.column-sm       { margin-left: 95.3333333333%; }

  .offset-by-one-third.columns-sm    { margin-left: 34.6666666667%; }
  
  .offset-by-one-third.column-sm    { margin-left: 34.6666666667%; }
  .offset-by-two-thirds.columns-sm   { margin-left: 69.3333333333%; }

  .offset-by-two-thirds.column-sm   { margin-left: 69.3333333333%; }

  .offset-by-one-half.columns-sm     { margin-left: 52%; }

  .offset-by-one-half.column-sm     { margin-left: 52%; }

}


/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
  font-size: 62.5%; }
body {
  font-size: 1.5em; /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.6;
  font-weight: 400;
  font-family: 'Lato', sans-serif;
  color: #222;
  word-wrap: break-word; }


/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 300; }
h5 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 300; }
h4 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 300; }
h3 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 300; }
h2 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 300; }
h1 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 300; }
h1 { font-size: 4.0rem; line-height: 1.2;  letter-spacing: -.1rem;}
h2 { font-size: 3.6rem; line-height: 1.25; letter-spacing: -.1rem; }
h3 { font-size: 3.0rem; line-height: 1.3;  letter-spacing: -.1rem; }
h4 { font-size: 2.4rem; line-height: 1.35; letter-spacing: -.08rem; }
h5 { font-size: 1.8rem; line-height: 1.5;  letter-spacing: -.05rem; }
h6 { font-size: 1.5rem; line-height: 1.6;  letter-spacing: 0; }

/* Larger than phablet */
@media (min-width: 550px) {
  h1 { font-size: 5.0rem; }
  h2 { font-size: 4.2rem; }
  h3 { font-size: 3.6rem; }
  h4 { font-size: 3.0rem; }
  h5 { font-size: 2.4rem; }
  h6 { font-size: 1.5rem; }
}

p {
  margin-top: 0; }

.text-center {
  text-align: center; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-danger {
  color:#ff0000; }

.text-warning {
  color:#e6c300; }

.text-success {
  color:#66cc00; }

.text-muted {
  color:gray; }

.text-upper {
  text-transform: uppercase; }

.text-lower {
  text-transform: lowercase; }

.text-capit {
  text-transform: capitalize; }


/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: #1EAEDB; }
a:hover {
  color: #0FA0CE; }


/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="button"] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #555;
  text-align: center;
  font-size: 11px;
  font-weight: 700;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box; }
input[type="reset"] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #555;
  text-align: center;
  font-size: 11px;
  font-weight: 700;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box; }
input[type="submit"] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #555;
  text-align: center;
  font-size: 11px;
  font-weight: 700;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box; }
button {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #555;
  text-align: center;
  font-size: 11px;
  font-weight: 700;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box; }
.button {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #555;
  text-align: center;
  font-size: 11px;
  font-weight: 700;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box; }
input[type="button"]:focus {
  color: #333;
  border-color: #888;
  outline: 0; }
input[type="reset"]:focus {
  color: #333;
  border-color: #888;
  outline: 0; }
input[type="submit"]:focus {
  color: #333;
  border-color: #888;
  outline: 0; }
button:focus {
  color: #333;
  border-color: #888;
  outline: 0; }
.button:focus {
  color: #333;
  border-color: #888;
  outline: 0; }
input[type="button"]:hover {
  color: #333;
  border-color: #888;
  outline: 0; }
input[type="reset"]:hover {
  color: #333;
  border-color: #888;
  outline: 0; }
input[type="submit"]:hover {
  color: #333;
  border-color: #888;
  outline: 0; }
button:hover {
  color: #333;
  border-color: #888;
  outline: 0; }
.button:hover {
  color: #333;
  border-color: #888;
  outline: 0; }
input[type="button"].button-primary {
  color: #FFF;
  background-color: #33C3F0;
  border-color: #33C3F0; }
input[type="reset"].button-primary {
  color: #FFF;
  background-color: #33C3F0;
  border-color: #33C3F0; }
input[type="submit"].button-primary {
  color: #FFF;
  background-color: #33C3F0;
  border-color: #33C3F0; }
button.button-primary {
  color: #FFF;
  background-color: #33C3F0;
  border-color: #33C3F0; }
.button.button-primary {
  color: #FFF;
  background-color: #33C3F0;
  border-color: #33C3F0; }
input[type="button"].button-primary:focus {
  color: #FFF;
  background-color: #1EAEDB;
  border-color: #1EAEDB; }
input[type="reset"].button-primary:focus {
  color: #FFF;
  background-color: #1EAEDB;
  border-color: #1EAEDB; }
input[type="submit"].button-primary:focus {
  color: #FFF;
  background-color: #1EAEDB;
  border-color: #1EAEDB; }
button.button-primary:focus {
  color: #FFF;
  background-color: #1EAEDB;
  border-color: #1EAEDB; }
.button.button-primary:focus {
  color: #FFF;
  background-color: #1EAEDB;
  border-color: #1EAEDB; }
input[type="button"].button-primary:hover {
  color: #FFF;
  background-color: #1EAEDB;
  border-color: #1EAEDB; }
input[type="reset"].button-primary:hover {
  color: #FFF;
  background-color: #1EAEDB;
  border-color: #1EAEDB; }
input[type="submit"].button-primary:hover {
  color: #FFF;
  background-color: #1EAEDB;
  border-color: #1EAEDB; }
button.button-primary:hover {
  color: #FFF;
  background-color: #1EAEDB;
  border-color: #1EAEDB; }
.button.button-primary:hover {
  color: #FFF;
  background-color: #1EAEDB;
  border-color: #1EAEDB; }
.button-danger {
  background-color: #ff0000;
  border-color: #ff0000;
  color:#fff; }
.button-danger:hover {
  color:#fff;
  background-color: #E33124;
  border-color: #E33124; }
.button-warning {
  background-color: #e6c300;
  border-color: #e6c300;
  color:#fff; }
.button-warning:hover {
  color:#fff;
  background-color: #ED9C26;
  border-color: #ED9C26; }
.button-success {
  background-color: #66cc00;
  border-color: #66cc00;
  color:#fff; }
.button-success:hover {
  color:#fff;
  background-color: #6DAD23;
  border-color: #6DAD23; }


/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
select {
  height: 38px;
  padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box; }
textarea {
  height: 38px;
  padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box; }
input[type="password"] {
  height: 38px;
  padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box; }
input[type="url"] {
  height: 38px;
  padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box; }
input[type="tel"] {
  height: 38px;
  padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box; }
input[type="text"] {
  height: 38px;
  padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box; }
input[type="search"] {
  height: 38px;
  padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box; }
input[type="number"] {
  height: 38px;
  padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box; }
input[type="email"] {
  height: 38px;
  padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box; }
/* Removes awkward default styles on some inputs for iOS */
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
input[type="password"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
input[type="url"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
input[type="tel"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
input[type="text"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
input[type="search"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
input[type="number"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
input[type="email"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px;
  resize:vertical; }
select:focus {
  border: 1px solid #33C3F0;
  outline: 0; }
textarea:focus {
  border: 1px solid #33C3F0;
  outline: 0; }
input[type="password"]:focus {
  border: 1px solid #33C3F0;
  outline: 0; }
input[type="url"]:focus {
  border: 1px solid #33C3F0;
  outline: 0; }
input[type="tel"]:focus {
  border: 1px solid #33C3F0;
  outline: 0; }
input[type="text"]:focus {
  border: 1px solid #33C3F0;
  outline: 0; }
input[type="search"]:focus {
  border: 1px solid #33C3F0;
  outline: 0; }
input[type="number"]:focus {
  border: 1px solid #33C3F0;
  outline: 0; }
input[type="email"]:focus {
  border: 1px solid #33C3F0;
  outline: 0; }
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 700; }
label {
  display: block;
  margin-bottom: .5rem;
  font-weight: 700; }
fieldset {
  padding: 0;
  border-width: 0; }
input[type="radio"] {
  display: inline; }
input[type="checkbox"] {
  display: inline; }
label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }
select.has-error {
  border: 1px solid #E33124; }
select:focus.has-error {
  border: 1px solid #E33124; }
textarea.has-error {
  border: 1px solid #E33124; }
textarea:focus.has-error {
  border: 1px solid #E33124; }
input[type="password"].has-error {
  border: 1px solid #E33124; }
input[type="password"]:focus.has-error {
  border: 1px solid #E33124; }
input[type="url"].has-error {
  border: 1px solid #E33124; }
input[type="url"]:focus.has-error {
  border: 1px solid #E33124; }
input[type="tel"].has-error {
  border: 1px solid #E33124; }
input[type="tel"]:focus.has-error {
  border: 1px solid #E33124; }
input[type="text"].has-error {
  border: 1px solid #E33124; }
input[type="text"]:focus.has-error {
  border: 1px solid #E33124; }
input[type="search"].has-error {
  border: 1px solid #E33124; }
input[type="search"]:focus.has-error {
  border: 1px solid #E33124; }
input[type="number"].has-error {
  border: 1px solid #E33124; }
input[type="number"]:focus.has-error {
  border: 1px solid #E33124; }
input[type="email"].has-error {
  border: 1px solid #E33124; }
input[type="email"]:focus.has-error {
  border: 1px solid #E33124; }
select.has-success {
  border: 1px solid #6DAD23; }


select:focus.has-success {
  border: 1px solid #6DAD23; }


textarea.has-success {
  border: 1px solid #6DAD23; }


textarea:focus.has-success {
  border: 1px solid #6DAD23; }


input[type="password"].has-success {
  border: 1px solid #6DAD23; }


input[type="password"]:focus.has-success {
  border: 1px solid #6DAD23; }


input[type="url"].has-success {
  border: 1px solid #6DAD23; }


input[type="url"]:focus.has-success {
  border: 1px solid #6DAD23; }


input[type="tel"].has-success {
  border: 1px solid #6DAD23; }


input[type="tel"]:focus.has-success {
  border: 1px solid #6DAD23; }


input[type="text"].has-success {
  border: 1px solid #6DAD23; }


input[type="text"]:focus.has-success {
  border: 1px solid #6DAD23; }


input[type="search"].has-success {
  border: 1px solid #6DAD23; }


input[type="search"]:focus.has-success {
  border: 1px solid #6DAD23; }


input[type="number"].has-success {
  border: 1px solid #6DAD23; }


input[type="number"]:focus.has-success {
  border: 1px solid #6DAD23; }


input[type="email"].has-success {
  border: 1px solid #6DAD23; }


input[type="email"]:focus.has-success {
  border: 1px solid #6DAD23; }


/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: circle inside; }
ol {
  list-style: decimal inside; }
ul {
  padding-left: 0;
  margin-top: 0; }
ol {
  padding-left: 0;
  margin-top: 0; }
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%; }
ol ol {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%; }
ul ol {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%; }
ul ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%; }
li {
  margin-bottom: 1rem; }


/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 4px; }
pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre; }


/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1; }
th {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1; }
td:first-child {
  padding-left: 0; }
th:first-child {
  padding-left: 0; }
td:last-child {
  padding-right: 0; }


th:last-child {
  padding-right: 0; }


/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button {
  margin-bottom: 1rem; }
button {
  margin-bottom: 1rem; }
fieldset {
  margin-bottom: 1.5rem; }
select {
  margin-bottom: 1.5rem; }
textarea {
  margin-bottom: 1.5rem; }
input {
  margin-bottom: 1.5rem; }
form {
  margin-bottom: 2.5rem; }


ol {
  margin-bottom: 2.5rem; }


ul {
  margin-bottom: 2.5rem; }


p {
  margin-bottom: 2.5rem; }


table {
  margin-bottom: 2.5rem; }


figure {
  margin-bottom: 2.5rem; }


dl {
  margin-bottom: 2.5rem; }


blockquote {
  margin-bottom: 2.5rem; }


pre {
  margin-bottom: 2.5rem; }


/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
  box-sizing: border-box; }
.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }
.u-pull-right {
  float: right; }
.u-pull-left {
  float: left; }


/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1; }


/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Self Clearing Goodness */
.u-cf {
  content: "";
  display: table;
  clear: both; }


.row:after {
  content: "";
  display: table;
  clear: both; }


.container:after {
  content: "";
  display: table;
  clear: both; }


/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*
Note: The best way to structure the use of media queries is to create the queries
near the relevant code. For example, if you wanted to change the styles for buttons
on small devices, paste the mobile query code up in the buttons section and style it
there.
*/


/* Larger than mobile */
@media (min-width: 400px) {}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {}

/* Larger than tablet */
@media (min-width: 750px) {}

/* Larger than desktop */
@media (min-width: 1000px) {}

/* Larger than Desktop HD */
@media (min-width: 1200px) {}

/* Navigation
–––––––––––––––––––––––––––––––––––––––––––––––––– */
nav ul {
  width: 100%;
  display: inline;
  margin-left: 1em;
  text-align: center;
  -webkit-user-select: none;       
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }
nav .brand {
  font-weight: 300;
  font-size: 2em; }
nav [id="nav-menu-button"] {
  display: none; }
nav [for="nav-menu-button"] {
  display: none; }
nav ul li {
  display: inline-block;
  min-width: 4.5em;
  font-size: 1.2em;
  position: relative; }
nav ul li a {
  text-decoration: none;
  color: black;
  text-align: center; }
nav ul li ul {
  display: none;
  position: absolute;
  z-index: 2;
  margin: 0;
  padding:0;
  background-color: #fff;
  -webkit-box-shadow: 2px 2px 31px -9px rgba(0,0,0,0.75);
  -moz-box-shadow: 2px 2px 31px -9px rgba(0,0,0,0.75);
  box-shadow: 2px 2px 31px -9px rgba(0,0,0,0.75);
  padding:10px 0px 10px 0px;
  border-radius: 4px;
  border: 1px solid #EDEDED;
  min-width: 160px; }
nav li > a:after {
  content: " +";
}
nav li > a:only-child:after {
  content: "";
}
nav ul li ul li {
  width:100%; }
nav ul li:hover ul {
  display: block; }
@media (max-width: 550px) {
  nav [for="nav-menu-button"] {
    display: inline-block; }
  nav .brand {
    padding-right: 1em;
    padding-left: 1em; }
  nav ul {
    margin-left: 0; }
  nav > ul > li {
    display: none;
    width: 100%; }
  nav [id="nav-menu-button"]:checked + ul li {
    display: inline-block; }
  nav ul li ul {
    background-color: #fff;
    padding:10px 0px 10px 0px;
    border-radius: 0;
    border: none;
    min-width: 160px; }
}

/* Other Elements 0061EE  9DB4DD
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.well {
  padding:10px;
  padding-top: 15px;
  background-color: #F5F5F5;
  border-radius: 3px;
  margin-top: 10px;
  margin-bottom: 10px;
}