@charset "UTF-8";
/* line 5, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_utility.scss */
.text-left {
  text-align: left;
}

/* line 6, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_utility.scss */
.text-center, blockquote, .blockquote, button.full, .button.full, table th, table td, .account-nav-small, .account-nav-small a {
  text-align: center;
}

/* line 7, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_utility.scss */
.text-right, .form-field.inline label, .table-data .data-set .label, .account-nav a, .profile-detail .label {
  text-align: right;
}

/* line 9, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_utility.scss */
.float-left, header nav .brand, .card, .alert .alert-icon {
  float: left;
}

/* line 10, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_utility.scss */
.float-right, .dropdown-menu.right, .profile-detail .profile-entry .profile-action, .search-bar .search-field .dropdown, .alert a.alert-close {
  float: right;
}

/* line 12, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_utility.scss */
.block-center {
  margin: 0 auto;
}

/* line 14, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_utility.scss */
.valign-top {
  vertical-align: top;
}

/* line 15, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_utility.scss */
.valign-middle, img, .search-bar .search-field > * {
  vertical-align: middle;
}

/* line 16, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_utility.scss */
.valign-bottom {
  vertical-align: bottom;
}

/* line 24, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_utility.scss */
.display-inline, .label-pill {
  display: inline;
}

/* line 25, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_utility.scss */
.display-inline-block, button, .button, .dropdown, .form-field.inline label, .form-field.inline .form-entry, header nav a, .account-nav-small a, .profile-detail .label, .profile-detail .profile-entry, .search-bar .search-field > * {
  display: inline-block;
}

/* line 26, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_utility.scss */
.display-block, blockquote, .blockquote, #site-menu nav a, button.full, .button.full, .dropdown-menu a, .form-field.block label, .form-field.block input, .form-field.block textarea, .form-field.block select, .account-nav a, .card-body.item .item-details > * {
  display: block;
}

/* line 27, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_utility.scss */
.display-table, .table-data {
  display: table;
}

/* line 28, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_utility.scss */
.display-table-row, .table-data .data-set {
  display: table-row;
}

/* line 29, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_utility.scss */
.display-table-cell, .table-data .data-set > * {
  display: table-cell;
}

/* line 30, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_utility.scss */
.hide {
  display: none !important;
}

/* line 38, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_utility.scss */
.margin-0, p, hr, html, body {
  margin: 0px;
}

/* line 39, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_utility.scss */
.margin-20 {
  margin: 20px;
}

/* line 40, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_utility.scss */
.margin-10, .card .card-container, .alert {
  margin: 10px;
}

/* line 41, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_utility.scss */
.margin-5 {
  margin: 5px;
}

/* line 42, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_utility.scss */
.margin-top-20, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, hr {
  margin-top: 20px;
}

/* line 43, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_utility.scss */
.margin-top-10, p {
  margin-top: 10px;
}

/* line 44, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_utility.scss */
.margin-top-5 {
  margin-top: 5px;
}

/* line 45, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_utility.scss */
.margin-bottom-20, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, p, hr, .form-field, .card-body.item .item-name, .card-body.item .item-price {
  margin-bottom: 20px;
}

/* line 46, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_utility.scss */
.margin-bottom-10 {
  margin-bottom: 10px;
}

/* line 47, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_utility.scss */
.margin-bottom-5 {
  margin-bottom: 5px;
}

/* line 48, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_utility.scss */
.margin-left-20 {
  margin-left: 20px;
}

/* line 49, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_utility.scss */
.margin-left-10 {
  margin-left: 10px;
}

/* line 50, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_utility.scss */
.margin-left-5 {
  margin-left: 5px;
}

/* line 51, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_utility.scss */
.margin-right-20 {
  margin-right: 20px;
}

/* line 52, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_utility.scss */
.margin-right-10, .form-field.inline label, .alert .alert-icon {
  margin-right: 10px;
}

/* line 53, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_utility.scss */
.margin-right-5 {
  margin-right: 5px;
}

/* line 55, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_utility.scss */
.padding-0, button.tiny, .button.tiny, html, body {
  padding: 0px;
}

/* line 56, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_utility.scss */
.padding-20, #site-menu nav a {
  padding: 20px;
}

/* line 57, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_utility.scss */
.padding-10, .row > *, .dropdown-menu a, input, textarea, select, table th, table td, figcaption, pre, header nav a, .account-nav a, .account-nav-small a, .profile-detail .profile-entry, .vote-actions a.star, .card .card-header, .card .card-body, .card .card-actions, .search-bar, .alert {
  padding: 10px;
}

/* line 58, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_utility.scss */
.padding-5, #site-menu nav.secondary a .icon, .table-data .data-set > * {
  padding: 5px;
}

/* line 59, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_utility.scss */
.padding-top-20, blockquote:before, blockquote:after, .blockquote:before, .blockquote:after {
  padding-top: 20px;
}

/* line 60, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_utility.scss */
.padding-top-10, button, .button {
  padding-top: 10px;
}

/* line 61, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_utility.scss */
.padding-top-5, button.small, .button.small, .search-bar .search-field .dropdown {
  padding-top: 5px;
}

/* line 62, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_utility.scss */
.padding-bottom-20 {
  padding-bottom: 20px;
}

/* line 63, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_utility.scss */
.padding-bottom-10, button, .button {
  padding-bottom: 10px;
}

/* line 64, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_utility.scss */
.padding-bottom-5, button.small, .button.small {
  padding-bottom: 5px;
}

/* line 65, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_utility.scss */
.padding-left-20, button, .button {
  padding-left: 20px;
}

/* line 66, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_utility.scss */
.padding-left-10, button.small, .button.small, button.tiny, .button.tiny {
  padding-left: 10px;
}

/* line 67, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_utility.scss */
.padding-left-5 {
  padding-left: 5px;
}

/* line 68, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_utility.scss */
.padding-right-20, button, .button {
  padding-right: 20px;
}

/* line 69, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_utility.scss */
.padding-right-10, button.small, .button.small, button.tiny, .button.tiny {
  padding-right: 10px;
}

/* line 70, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_utility.scss */
.padding-right-5 {
  padding-right: 5px;
}

/* line 78, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_utility.scss */
.border-platinum,
.border-subtle,
input,
textarea,
select {
  border: 1px solid #e7e7e7;
}

/* line 81, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_utility.scss */
.border-darkgray,
.border-neutral {
  border: 1px solid #333333;
}

/* line 84, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_utility.scss */
.border-blue {
  border: 1px solid #0076be;
}

/* line 86, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_utility.scss */
.border-error,
.border-red {
  border: 1px solid #d51f36;
}

/* line 89, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_utility.scss */
.border-warning,
.border-orange {
  border: 1px solid #ed7612;
}

/* line 92, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_utility.scss */
.border-purple {
  border: 1px solid #86277f;
}

/* line 94, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_utility.scss */
.border-success,
.border-green {
  border: 1px solid #aab20a;
}

/* line 97, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_utility.scss */
.border-disabled,
.border-ash {
  border: 1px solid #aaa;
}

/* line 105, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_utility.scss */
.background-blue {
  background: #0076be;
}

/* line 107, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_utility.scss */
.background-red, .label-pill.error, .alert.error,
.background-error,
button.error,
.button.error {
  background: #d51f36;
}

/* line 110, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_utility.scss */
.background-orange, .label-pill.warning, .alert.warning,
.background-warning,
button.warning,
.button.warning {
  background: #ed7612;
}

/* line 113, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_utility.scss */
.background-green, .label-pill.success, .search-bar, .alert.success,
.background-success,
button.success,
.button.success {
  background: #aab20a;
}

/* line 116, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_utility.scss */
.background-yellow, button, .button, .dropdown-menu a.active, .dropdown-menu a:active {
  background: #f2b520;
}

/* line 118, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_utility.scss */
.background-purple {
  background: #86277f;
}

/* line 120, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_utility.scss */
.background-white, button.white, .button.white, button.white:hover, button.white:focus, .button.white:hover, .button.white:focus, .label-pill.hollow, .label-pill.hollow.success, .label-pill.hollow.warning, .label-pill.hollow.error, html, body, .search-bar .search-field, .alert.hollow, .alert.success.hollow, .alert.warning.hollow, .alert.error.hollow {
  background: #fff;
}

/* line 122, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_utility.scss */
.background-platinum, table tr:nth-child(2n), pre, footer,
.background-subtle,
hr,
.button-group button.white:hover,
.button-group button.white:focus,
.button-group .button.white:hover,
.button-group .button.white:focus,
.dropdown-menu a:hover,
.dropdown-menu a:focus {
  background: #e7e7e7;
}

/* line 125, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_utility.scss */
.background-ash, .label-pill,
.background-disabled,
button.disabled,
.button.disabled {
  background: #aaa;
}

/* line 128, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_utility.scss */
.background-darkgray, .alert,
.background-neutral,
button.neutral,
.button.neutral,
.card .card-header {
  background: #333333;
}

/* line 137, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_utility.scss */
.text-blue {
  color: #0076be;
}

/* line 139, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_utility.scss */
.text-red, .label-pill.hollow.error, .alert.error.hollow,
.text-error {
  color: #d51f36;
}

/* line 142, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_utility.scss */
.text-orange, .label-pill.hollow.warning, .alert.warning.hollow,
.text-warning {
  color: #ed7612;
}

/* line 145, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_utility.scss */
.text-green, .label-pill.hollow.success, .alert.success.hollow,
.text-success {
  color: #aab20a;
}

/* line 148, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_utility.scss */
.text-yellow, a {
  color: #f2b520;
}

/* line 150, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_utility.scss */
.text-purple {
  color: #86277f;
}

/* line 152, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_utility.scss */
.text-white, button, .button, button:hover, button:focus, .button:hover, .button:focus, .dropdown-menu a.active, .dropdown-menu a:active, .label-pill, a.white, .card .card-header, .alert, .alert a.alert-close {
  color: #fff;
}

/* line 154, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_utility.scss */
.text-platinum,
.text-subtle {
  color: #e7e7e7;
}

/* line 157, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_utility.scss */
.text-ash, .table-data .data-set .label, .profile-detail .profile-entry .unfilled, .card-body.item .item-details,
.text-disabled {
  color: #aaa;
}

/* line 160, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_utility.scss */
.text-darkgray, .dropdown-menu a, .dropdown-menu a:hover, .dropdown-menu a:focus, .label-pill.hollow, .alert.hollow,
.text-neutral,
body,
code,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
button.white,
.button.white,
button.white:hover,
button.white:focus,
.button.white:hover,
.button.white:focus {
  color: #333333;
}

/* line 169, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_utility.scss */
.overflow-hidden, .card .card-container {
  overflow: hidden;
}

/* line 170, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_utility.scss */
.overflow-scroll-x {
  overflow-x: scroll;
}

/* line 171, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_utility.scss */
.overflow-scroll-y {
  overflow-y: scroll;
}

/* line 177, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_utility.scss */
.border-radius, .label-pill, input, textarea, select, pre, .search-bar, .search-bar .search-field, .alert {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

/* line 3, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_type.scss */
body {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 2.125rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 14, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_type.scss */
pre {
  word-wrap: normal;
  word-break: normal;
}

/* line 19, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_type.scss */
code {
  font-family: monospace;
  font-size: 1rem;
  line-height: 23px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 28, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_type.scss */
::selection, ::-moz-selection {
  background: #e7e7e7;
}

/* line 32, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_type.scss */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  line-height: 1.25em;
  letter-spacing: 0.1em;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 45, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_type.scss */
h1, .h1 {
  font-size: 2.75rem;
}

/* line 46, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_type.scss */
h2, .h2 {
  font-size: 2.313rem;
}

/* line 47, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_type.scss */
h3, .h3 {
  font-size: 1.625rem;
}

/* line 48, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_type.scss */
h4, .h4 {
  font-size: 1.75rem;
}

/* line 49, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_type.scss */
h5, .h5 {
  font-size: 1.625rem;
}

/* line 50, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_type.scss */
h6, .h6 {
  font-size: 1.5rem;
}

/* line 52, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_type.scss */
p {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
}

/* line 63, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_type.scss */
hr {
  height: 1px;
  border: none;
  padding: 0 !important;
}

/* line 75, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_type.scss */
small, figcaption, caption, .small, .figcaption, .caption {
  font-size: 0.75em;
  font-weight: 400;
}

/* line 81, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_type.scss */
strong, b, .strong, .bold {
  font-weight: bold;
}

/* line 84, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_type.scss */
em, .em {
  font-style: italic;
}

/* line 87, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_type.scss */
blockquote, .blockquote {
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  padding: 40px 80px;
  position: relative;
  font-size: 1.688rem;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
}

/* line 96, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_type.scss */
blockquote:before, blockquote:after, .blockquote:before, .blockquote:after {
  position: absolute;
  width: 40px;
  height: 40px;
  font-size: 75px;
  line-height: 1;
}

/* line 104, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_type.scss */
blockquote:before, .blockquote:before {
  top: 0;
  left: 0;
  content: "\201C";
}

/* line 109, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_type.scss */
blockquote:after, .blockquote:after {
  top: 0;
  right: 0;
  content: "\201D";
}

@media screen and (min-width: 64em) {
  /* line 117, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_type.scss */
  h1, .h1 {
    font-size: 2.125rem;
  }
  /* line 118, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_type.scss */
  h2, .h2 {
    font-size: 1.688rem;
  }
  /* line 119, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_type.scss */
  h3, .h3 blockquote {
    font-size: 1.375rem;
  }
  /* line 120, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_type.scss */
  h4, .h4 {
    font-size: 1.125rem;
  }
  /* line 121, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_type.scss */
  h5, h6, .h5, .h6 {
    font-size: 1rem;
  }
  /* line 123, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_type.scss */
  body {
    font-size: 16px;
  }
}

@font-face {
  font-family: 'teedlee';
  src: url("../fonts/teedlee.eot?hjsnd1");
  src: url("../fonts/teedlee.eot?hjsnd1#iefix") format("embedded-opentype"), url("../fonts/teedlee.ttf?hjsnd1") format("truetype"), url("../fonts/teedlee.woff?hjsnd1") format("woff"), url("../fonts/teedlee.svg?hjsnd1#teedlee") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 41, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_icons.scss */
.icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'teedlee' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 57, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_icons.scss */
.icon-log-out:before {
  content: "";
}

/* line 62, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_icons.scss */
.icon-menu:before {
  content: "";
}

/* line 67, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_icons.scss */
.icon-shopping-cart:before {
  content: "";
}

/* line 72, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_icons.scss */
.icon-user:before {
  content: "";
}

/* line 77, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_icons.scss */
.icon-alert:before {
  content: "";
}

/* line 82, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_icons.scss */
.icon-check:before {
  content: "";
}

/* line 87, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_icons.scss */
.icon-down:before {
  content: "";
}

/* line 92, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_icons.scss */
.icon-chevron-left:before {
  content: "";
}

/* line 97, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_icons.scss */
.icon-right:before {
  content: "";
}

/* line 102, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_icons.scss */
.icon-up:before {
  content: "";
}

/* line 107, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_icons.scss */
.icon-download:before {
  content: "";
}

/* line 112, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_icons.scss */
.icon-upload:before {
  content: "";
}

/* line 117, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_icons.scss */
.icon-heart:before {
  content: "♥";
}

/* line 122, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_icons.scss */
.icon-location:before {
  content: "";
}

/* line 127, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_icons.scss */
.icon-at:before {
  content: "";
}

/* line 132, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_icons.scss */
.icon-pencil:before {
  content: "";
}

/* line 137, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_icons.scss */
.icon-search:before {
  content: "";
}

/* line 142, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_icons.scss */
.icon-star:before {
  content: "";
}

/* line 147, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_icons.scss */
.icon-stop:before {
  content: "";
}

/* line 152, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_icons.scss */
.icon-sync:before {
  content: "";
}

/* line 157, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_icons.scss */
.icon-tag:before {
  content: "";
}

/* line 162, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_icons.scss */
.icon-x:before {
  content: "";
}

/* line 167, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_icons.scss */
.icon-facebook:before {
  content: "";
}

/* line 172, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_icons.scss */
.icon-instagram:before {
  content: "";
}

/* line 177, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_icons.scss */
.icon-twitter:before {
  content: "";
}

/* line 182, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_icons.scss */
.icon-pinterest:before {
  content: "";
}

/* line 5, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
img {
  max-width: 100%;
  height: auto;
}

/* line 9, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
img {
  -ms-interpolation-mode: bicubic;
}

/* line 12, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.clearfix:before, hr:before, .clearfix:after, hr:after {
  content: " ";
  display: table;
}

/* line 15, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.clearfix:after, hr:after {
  clear: both;
}

/* line 18, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.invisible {
  visibility: hidden;
}

/* line 21, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 25, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
img {
  display: inline-block;
  vertical-align: middle;
}

/* line 29, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
textarea {
  height: auto;
  min-height: 50px;
}

/* line 33, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
select {
  width: 100%;
}

/* line 36, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em";
}

/* line 39, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

@media screen and (max-width: 39.9375em) {
  /* line 51, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  /* line 55, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .show-for-small-only {
    display: none !important;
  }
}

@media screen and (min-width: 40em) {
  /* line 59, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 39.9375em) {
  /* line 63, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .show-for-medium {
    display: none !important;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  /* line 67, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  /* line 71, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .show-for-medium-only {
    display: none !important;
  }
}

@media screen and (min-width: 64em) {
  /* line 75, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 63.9375em) {
  /* line 79, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .show-for-large {
    display: none !important;
  }
}

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  /* line 83, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  /* line 87, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .show-for-large-only {
    display: none !important;
  }
}

/* line 90, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

/* line 98, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
}

/* line 105, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}

@media screen and (orientation: landscape) {
  /* line 109, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
}

@media screen and (orientation: portrait) {
  /* line 113, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important;
  }
}

/* line 117, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

@media screen and (orientation: landscape) {
  /* line 121, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}

@media screen and (orientation: portrait) {
  /* line 125, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}

/* line 129, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.row {
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
}

/* line 133, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.row::before, .row::after {
  content: ' ';
  display: table;
}

/* line 136, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.row::after {
  clear: both;
}

/* line 138, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.row.collapse > .column, .row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}

/* line 141, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.row .row {
  max-width: none;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}

/* line 145, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.row .row.collapse {
  margin-left: 0;
  margin-right: 0;
}

/* line 148, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.row.expanded {
  max-width: none;
}

/* line 150, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.row.expanded .row {
  margin-left: auto;
  margin-right: auto;
}

/* line 154, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.column, .columns {
  width: 100%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

/* line 159, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: right;
}

/* line 161, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.column.end:last-child:last-child, .end.columns:last-child:last-child {
  float: left;
}

/* line 164, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.column.row.row, .row.row.columns {
  float: none;
}

/* line 166, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.row .column.row.row, .row .row.row.columns {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}

/* line 172, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.small-1 {
  width: 8.33333%;
}

/* line 175, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.small-push-1 {
  position: relative;
  left: 8.33333%;
}

/* line 179, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.small-pull-1 {
  position: relative;
  left: -8.33333%;
}

/* line 183, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.small-offset-0 {
  margin-left: 0%;
}

/* line 186, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.small-2 {
  width: 16.66667%;
}

/* line 189, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.small-push-2 {
  position: relative;
  left: 16.66667%;
}

/* line 193, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.small-pull-2 {
  position: relative;
  left: -16.66667%;
}

/* line 197, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.small-offset-1 {
  margin-left: 8.33333%;
}

/* line 200, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.small-3 {
  width: 25%;
}

/* line 203, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.small-push-3 {
  position: relative;
  left: 25%;
}

/* line 207, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.small-pull-3 {
  position: relative;
  left: -25%;
}

/* line 211, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.small-offset-2 {
  margin-left: 16.66667%;
}

/* line 214, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.small-4 {
  width: 33.33333%;
}

/* line 217, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.small-push-4 {
  position: relative;
  left: 33.33333%;
}

/* line 221, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.small-pull-4 {
  position: relative;
  left: -33.33333%;
}

/* line 225, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.small-offset-3 {
  margin-left: 25%;
}

/* line 228, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.small-5 {
  width: 41.66667%;
}

/* line 231, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.small-push-5 {
  position: relative;
  left: 41.66667%;
}

/* line 235, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.small-pull-5 {
  position: relative;
  left: -41.66667%;
}

/* line 239, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.small-offset-4 {
  margin-left: 33.33333%;
}

/* line 242, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.small-6 {
  width: 50%;
}

/* line 245, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.small-push-6 {
  position: relative;
  left: 50%;
}

/* line 249, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.small-pull-6 {
  position: relative;
  left: -50%;
}

/* line 253, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.small-offset-5 {
  margin-left: 41.66667%;
}

/* line 256, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.small-7 {
  width: 58.33333%;
}

/* line 259, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.small-push-7 {
  position: relative;
  left: 58.33333%;
}

/* line 263, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.small-pull-7 {
  position: relative;
  left: -58.33333%;
}

/* line 267, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.small-offset-6 {
  margin-left: 50%;
}

/* line 270, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.small-8 {
  width: 66.66667%;
}

/* line 273, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.small-push-8 {
  position: relative;
  left: 66.66667%;
}

/* line 277, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.small-pull-8 {
  position: relative;
  left: -66.66667%;
}

/* line 281, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.small-offset-7 {
  margin-left: 58.33333%;
}

/* line 284, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.small-9 {
  width: 75%;
}

/* line 287, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.small-push-9 {
  position: relative;
  left: 75%;
}

/* line 291, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.small-pull-9 {
  position: relative;
  left: -75%;
}

/* line 295, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.small-offset-8 {
  margin-left: 66.66667%;
}

/* line 298, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.small-10 {
  width: 83.33333%;
}

/* line 301, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.small-push-10 {
  position: relative;
  left: 83.33333%;
}

/* line 305, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.small-pull-10 {
  position: relative;
  left: -83.33333%;
}

/* line 309, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.small-offset-9 {
  margin-left: 75%;
}

/* line 312, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.small-11 {
  width: 91.66667%;
}

/* line 315, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.small-push-11 {
  position: relative;
  left: 91.66667%;
}

/* line 319, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.small-pull-11 {
  position: relative;
  left: -91.66667%;
}

/* line 323, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.small-offset-10 {
  margin-left: 83.33333%;
}

/* line 326, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.small-12 {
  width: 100%;
}

/* line 329, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.small-offset-11 {
  margin-left: 91.66667%;
}

/* line 332, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.small-up-1 > .column, .small-up-1 > .columns {
  width: 100%;
  float: left;
}

/* line 335, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
  clear: none;
}

/* line 337, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
  clear: both;
}

/* line 339, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
  float: left;
}

/* line 342, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.small-up-2 > .column, .small-up-2 > .columns {
  width: 50%;
  float: left;
}

/* line 345, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
  clear: none;
}

/* line 347, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
  clear: both;
}

/* line 349, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
  float: left;
}

/* line 352, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.small-up-3 > .column, .small-up-3 > .columns {
  width: 33.33333%;
  float: left;
}

/* line 355, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
  clear: none;
}

/* line 357, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
  clear: both;
}

/* line 359, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
  float: left;
}

/* line 362, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.small-up-4 > .column, .small-up-4 > .columns {
  width: 25%;
  float: left;
}

/* line 365, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
  clear: none;
}

/* line 367, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
  clear: both;
}

/* line 369, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
  float: left;
}

/* line 372, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.small-up-5 > .column, .small-up-5 > .columns {
  width: 20%;
  float: left;
}

/* line 375, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
  clear: none;
}

/* line 377, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
  clear: both;
}

/* line 379, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
  float: left;
}

/* line 382, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.small-up-6 > .column, .small-up-6 > .columns {
  width: 16.66667%;
  float: left;
}

/* line 385, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
  clear: none;
}

/* line 387, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
  clear: both;
}

/* line 389, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
  float: left;
}

/* line 392, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.small-up-7 > .column, .small-up-7 > .columns {
  width: 14.28571%;
  float: left;
}

/* line 395, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
  clear: none;
}

/* line 397, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
  clear: both;
}

/* line 399, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
  float: left;
}

/* line 402, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.small-up-8 > .column, .small-up-8 > .columns {
  width: 12.5%;
  float: left;
}

/* line 405, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
  clear: none;
}

/* line 407, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
  clear: both;
}

/* line 409, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
  float: left;
}

/* line 412, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.small-collapse > .column, .small-collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}

/* line 416, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.small-collapse .row,
.expanded.row .small-collapse.row {
  margin-left: 0;
  margin-right: 0;
}

/* line 421, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

/* line 425, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.small-centered {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

/* line 430, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  margin-left: 0;
  margin-right: 0;
  float: left;
}

@media screen and (min-width: 40em) {
  /* line 439, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .medium-1 {
    width: 8.33333%;
  }
  /* line 441, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .medium-push-1 {
    position: relative;
    left: 8.33333%;
  }
  /* line 444, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .medium-pull-1 {
    position: relative;
    left: -8.33333%;
  }
  /* line 447, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .medium-offset-0 {
    margin-left: 0%;
  }
  /* line 449, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .medium-2 {
    width: 16.66667%;
  }
  /* line 451, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .medium-push-2 {
    position: relative;
    left: 16.66667%;
  }
  /* line 454, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .medium-pull-2 {
    position: relative;
    left: -16.66667%;
  }
  /* line 457, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .medium-offset-1 {
    margin-left: 8.33333%;
  }
  /* line 459, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .medium-3 {
    width: 25%;
  }
  /* line 461, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .medium-push-3 {
    position: relative;
    left: 25%;
  }
  /* line 464, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .medium-pull-3 {
    position: relative;
    left: -25%;
  }
  /* line 467, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .medium-offset-2 {
    margin-left: 16.66667%;
  }
  /* line 469, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .medium-4 {
    width: 33.33333%;
  }
  /* line 471, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .medium-push-4 {
    position: relative;
    left: 33.33333%;
  }
  /* line 474, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .medium-pull-4 {
    position: relative;
    left: -33.33333%;
  }
  /* line 477, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .medium-offset-3 {
    margin-left: 25%;
  }
  /* line 479, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .medium-5 {
    width: 41.66667%;
  }
  /* line 481, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .medium-push-5 {
    position: relative;
    left: 41.66667%;
  }
  /* line 484, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .medium-pull-5 {
    position: relative;
    left: -41.66667%;
  }
  /* line 487, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .medium-offset-4 {
    margin-left: 33.33333%;
  }
  /* line 489, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .medium-6 {
    width: 50%;
  }
  /* line 491, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .medium-push-6 {
    position: relative;
    left: 50%;
  }
  /* line 494, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .medium-pull-6 {
    position: relative;
    left: -50%;
  }
  /* line 497, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .medium-offset-5 {
    margin-left: 41.66667%;
  }
  /* line 499, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .medium-7 {
    width: 58.33333%;
  }
  /* line 501, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .medium-push-7 {
    position: relative;
    left: 58.33333%;
  }
  /* line 504, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .medium-pull-7 {
    position: relative;
    left: -58.33333%;
  }
  /* line 507, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .medium-offset-6 {
    margin-left: 50%;
  }
  /* line 509, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .medium-8 {
    width: 66.66667%;
  }
  /* line 511, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .medium-push-8 {
    position: relative;
    left: 66.66667%;
  }
  /* line 514, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .medium-pull-8 {
    position: relative;
    left: -66.66667%;
  }
  /* line 517, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .medium-offset-7 {
    margin-left: 58.33333%;
  }
  /* line 519, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .medium-9 {
    width: 75%;
  }
  /* line 521, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .medium-push-9 {
    position: relative;
    left: 75%;
  }
  /* line 524, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .medium-pull-9 {
    position: relative;
    left: -75%;
  }
  /* line 527, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .medium-offset-8 {
    margin-left: 66.66667%;
  }
  /* line 529, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .medium-10 {
    width: 83.33333%;
  }
  /* line 531, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .medium-push-10 {
    position: relative;
    left: 83.33333%;
  }
  /* line 534, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .medium-pull-10 {
    position: relative;
    left: -83.33333%;
  }
  /* line 537, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .medium-offset-9 {
    margin-left: 75%;
  }
  /* line 539, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .medium-11 {
    width: 91.66667%;
  }
  /* line 541, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .medium-push-11 {
    position: relative;
    left: 91.66667%;
  }
  /* line 544, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .medium-pull-11 {
    position: relative;
    left: -91.66667%;
  }
  /* line 547, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .medium-offset-10 {
    margin-left: 83.33333%;
  }
  /* line 549, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .medium-12 {
    width: 100%;
  }
  /* line 551, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .medium-offset-11 {
    margin-left: 91.66667%;
  }
  /* line 553, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .medium-up-1 > .column, .medium-up-1 > .columns {
    width: 100%;
    float: left;
  }
  /* line 556, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 558, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  /* line 560, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
    float: left;
  }
  /* line 562, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .medium-up-2 > .column, .medium-up-2 > .columns {
    width: 50%;
    float: left;
  }
  /* line 565, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 567, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  /* line 569, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
    float: left;
  }
  /* line 571, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .medium-up-3 > .column, .medium-up-3 > .columns {
    width: 33.33333%;
    float: left;
  }
  /* line 574, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 576, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  /* line 578, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
    float: left;
  }
  /* line 580, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .medium-up-4 > .column, .medium-up-4 > .columns {
    width: 25%;
    float: left;
  }
  /* line 583, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 585, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  /* line 587, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
    float: left;
  }
  /* line 589, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .medium-up-5 > .column, .medium-up-5 > .columns {
    width: 20%;
    float: left;
  }
  /* line 592, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 594, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  /* line 596, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
    float: left;
  }
  /* line 598, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .medium-up-6 > .column, .medium-up-6 > .columns {
    width: 16.66667%;
    float: left;
  }
  /* line 601, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 603, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  /* line 605, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
    float: left;
  }
  /* line 607, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .medium-up-7 > .column, .medium-up-7 > .columns {
    width: 14.28571%;
    float: left;
  }
  /* line 610, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 612, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  /* line 614, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
    float: left;
  }
  /* line 616, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .medium-up-8 > .column, .medium-up-8 > .columns {
    width: 12.5%;
    float: left;
  }
  /* line 619, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 621, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  /* line 623, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
    float: left;
  }
  /* line 625, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 628, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .medium-collapse .row,
  .expanded.row .medium-collapse.row {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 632, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  /* line 635, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .medium-centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 639, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}

@media screen and (min-width: 64em) {
  /* line 648, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .large-1 {
    width: 8.33333%;
  }
  /* line 650, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .large-push-1 {
    position: relative;
    left: 8.33333%;
  }
  /* line 653, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .large-pull-1 {
    position: relative;
    left: -8.33333%;
  }
  /* line 656, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .large-offset-0 {
    margin-left: 0%;
  }
  /* line 658, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .large-2 {
    width: 16.66667%;
  }
  /* line 660, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .large-push-2 {
    position: relative;
    left: 16.66667%;
  }
  /* line 663, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .large-pull-2 {
    position: relative;
    left: -16.66667%;
  }
  /* line 666, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .large-offset-1 {
    margin-left: 8.33333%;
  }
  /* line 668, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .large-3 {
    width: 25%;
  }
  /* line 670, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .large-push-3 {
    position: relative;
    left: 25%;
  }
  /* line 673, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .large-pull-3 {
    position: relative;
    left: -25%;
  }
  /* line 676, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .large-offset-2 {
    margin-left: 16.66667%;
  }
  /* line 678, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .large-4 {
    width: 33.33333%;
  }
  /* line 680, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .large-push-4 {
    position: relative;
    left: 33.33333%;
  }
  /* line 683, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .large-pull-4 {
    position: relative;
    left: -33.33333%;
  }
  /* line 686, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .large-offset-3 {
    margin-left: 25%;
  }
  /* line 688, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .large-5 {
    width: 41.66667%;
  }
  /* line 690, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .large-push-5 {
    position: relative;
    left: 41.66667%;
  }
  /* line 693, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .large-pull-5 {
    position: relative;
    left: -41.66667%;
  }
  /* line 696, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .large-offset-4 {
    margin-left: 33.33333%;
  }
  /* line 698, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .large-6 {
    width: 50%;
  }
  /* line 700, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .large-push-6 {
    position: relative;
    left: 50%;
  }
  /* line 703, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .large-pull-6 {
    position: relative;
    left: -50%;
  }
  /* line 706, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .large-offset-5 {
    margin-left: 41.66667%;
  }
  /* line 708, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .large-7 {
    width: 58.33333%;
  }
  /* line 710, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .large-push-7 {
    position: relative;
    left: 58.33333%;
  }
  /* line 713, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .large-pull-7 {
    position: relative;
    left: -58.33333%;
  }
  /* line 716, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .large-offset-6 {
    margin-left: 50%;
  }
  /* line 718, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .large-8 {
    width: 66.66667%;
  }
  /* line 720, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .large-push-8 {
    position: relative;
    left: 66.66667%;
  }
  /* line 723, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .large-pull-8 {
    position: relative;
    left: -66.66667%;
  }
  /* line 726, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .large-offset-7 {
    margin-left: 58.33333%;
  }
  /* line 728, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .large-9 {
    width: 75%;
  }
  /* line 730, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .large-push-9 {
    position: relative;
    left: 75%;
  }
  /* line 733, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .large-pull-9 {
    position: relative;
    left: -75%;
  }
  /* line 736, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .large-offset-8 {
    margin-left: 66.66667%;
  }
  /* line 738, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .large-10 {
    width: 83.33333%;
  }
  /* line 740, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .large-push-10 {
    position: relative;
    left: 83.33333%;
  }
  /* line 743, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .large-pull-10 {
    position: relative;
    left: -83.33333%;
  }
  /* line 746, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .large-offset-9 {
    margin-left: 75%;
  }
  /* line 748, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .large-11 {
    width: 91.66667%;
  }
  /* line 750, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .large-push-11 {
    position: relative;
    left: 91.66667%;
  }
  /* line 753, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .large-pull-11 {
    position: relative;
    left: -91.66667%;
  }
  /* line 756, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .large-offset-10 {
    margin-left: 83.33333%;
  }
  /* line 758, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .large-12 {
    width: 100%;
  }
  /* line 760, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .large-offset-11 {
    margin-left: 91.66667%;
  }
  /* line 762, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .large-up-1 > .column, .large-up-1 > .columns {
    width: 100%;
    float: left;
  }
  /* line 765, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 767, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  /* line 769, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
    float: left;
  }
  /* line 771, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .large-up-2 > .column, .large-up-2 > .columns {
    width: 50%;
    float: left;
  }
  /* line 774, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 776, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  /* line 778, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
    float: left;
  }
  /* line 780, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .large-up-3 > .column, .large-up-3 > .columns {
    width: 33.33333%;
    float: left;
  }
  /* line 783, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 785, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  /* line 787, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
    float: left;
  }
  /* line 789, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .large-up-4 > .column, .large-up-4 > .columns {
    width: 25%;
    float: left;
  }
  /* line 792, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 794, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  /* line 796, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
    float: left;
  }
  /* line 798, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .large-up-5 > .column, .large-up-5 > .columns {
    width: 20%;
    float: left;
  }
  /* line 801, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 803, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  /* line 805, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
    float: left;
  }
  /* line 807, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .large-up-6 > .column, .large-up-6 > .columns {
    width: 16.66667%;
    float: left;
  }
  /* line 810, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 812, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  /* line 814, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
    float: left;
  }
  /* line 816, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .large-up-7 > .column, .large-up-7 > .columns {
    width: 14.28571%;
    float: left;
  }
  /* line 819, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 821, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  /* line 823, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
    float: left;
  }
  /* line 825, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .large-up-8 > .column, .large-up-8 > .columns {
    width: 12.5%;
    float: left;
  }
  /* line 828, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 830, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  /* line 832, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
    float: left;
  }
  /* line 834, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .large-collapse > .column, .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 837, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .large-collapse .row,
  .expanded.row .large-collapse.row {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 841, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  /* line 844, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .large-centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 848, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}

/* line 856, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.slide-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 867, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.slide-in-down.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

/* line 872, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.slide-in-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 883, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.slide-in-left.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

/* line 888, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.slide-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 899, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.slide-in-up.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

/* line 904, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.slide-in-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 915, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.slide-in-right.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

/* line 920, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.slide-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 931, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.slide-out-down.mui-leave.mui-leave-active {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

/* line 936, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.slide-out-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 947, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.slide-out-right.mui-leave.mui-leave-active {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

/* line 952, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.slide-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 963, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.slide-out-up.mui-leave.mui-leave-active {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

/* line 968, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.slide-out-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 979, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.slide-out-left.mui-leave.mui-leave-active {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

/* line 984, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.fade-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 0;
  transition-property: opacity;
}

/* line 990, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.fade-in.mui-enter.mui-enter-active {
  opacity: 1;
}

/* line 993, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.fade-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 1;
  transition-property: opacity;
}

/* line 999, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.fade-out.mui-leave.mui-leave-active {
  opacity: 0;
}

/* line 1002, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.hinge-in-from-top.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 0;
}

/* line 1014, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.hinge-in-from-top.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

/* line 1019, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.hinge-in-from-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 0;
}

/* line 1031, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.hinge-in-from-right.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

/* line 1036, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.hinge-in-from-bottom.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(90deg);
  transform: perspective(2000px) rotateX(90deg);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 0;
}

/* line 1048, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.hinge-in-from-bottom.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

/* line 1053, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.hinge-in-from-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(90deg);
  transform: perspective(2000px) rotateY(90deg);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 0;
}

/* line 1065, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.hinge-in-from-left.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

/* line 1070, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.hinge-in-from-middle-x.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 0;
}

/* line 1082, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

/* line 1087, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.hinge-in-from-middle-y.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 0;
}

/* line 1099, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

/* line 1104, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.hinge-out-from-top.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 1;
}

/* line 1116, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.hinge-out-from-top.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}

/* line 1121, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.hinge-out-from-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 1;
}

/* line 1133, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.hinge-out-from-right.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}

/* line 1138, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.hinge-out-from-bottom.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 1;
}

/* line 1150, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.hinge-out-from-bottom.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(90deg);
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}

/* line 1155, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.hinge-out-from-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 1;
}

/* line 1167, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.hinge-out-from-left.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(90deg);
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}

/* line 1172, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.hinge-out-from-middle-x.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 1;
}

/* line 1184, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}

/* line 1189, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.hinge-out-from-middle-y.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 1;
}

/* line 1201, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}

/* line 1206, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.scale-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 0;
}

/* line 1216, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.scale-in-up.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

/* line 1222, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.scale-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 0;
}

/* line 1232, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.scale-in-down.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

/* line 1238, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.scale-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 1;
}

/* line 1248, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.scale-out-up.mui-leave.mui-leave-active {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  opacity: 0;
}

/* line 1254, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.scale-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 1;
}

/* line 1264, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.scale-out-down.mui-leave.mui-leave-active {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
}

/* line 1270, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.spin-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: rotate(-0.75turn);
  -ms-transform: rotate(-0.75turn);
  transform: rotate(-0.75turn);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 0;
}

/* line 1280, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.spin-in.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  opacity: 1;
}

/* line 1286, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.spin-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 1;
}

/* line 1296, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.spin-out.mui-leave.mui-leave-active {
  -webkit-transform: rotate(0.75turn);
  -ms-transform: rotate(0.75turn);
  transform: rotate(0.75turn);
  opacity: 0;
}

/* line 1302, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.spin-in-ccw.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: rotate(0.75turn);
  -ms-transform: rotate(0.75turn);
  transform: rotate(0.75turn);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 0;
}

/* line 1312, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.spin-in-ccw.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  opacity: 1;
}

/* line 1318, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 1;
}

/* line 1328, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.spin-out-ccw.mui-leave.mui-leave-active {
  -webkit-transform: rotate(-0.75turn);
  -ms-transform: rotate(-0.75turn);
  transform: rotate(-0.75turn);
  opacity: 0;
}

/* line 1334, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.slow {
  transition-duration: 750ms !important;
}

/* line 1337, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.fast {
  transition-duration: 250ms !important;
}

/* line 1340, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.linear {
  transition-timing-function: linear !important;
}

/* line 1343, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.ease {
  transition-timing-function: ease !important;
}

/* line 1346, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.ease-in {
  transition-timing-function: ease-in !important;
}

/* line 1349, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.ease-out {
  transition-timing-function: ease-out !important;
}

/* line 1352, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.ease-in-out {
  transition-timing-function: ease-in-out !important;
}

/* line 1355, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

/* line 1358, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

/* line 1361, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

/* line 1364, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.short-delay {
  transition-delay: 300ms !important;
}

/* line 1367, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.long-delay {
  transition-delay: 700ms !important;
}

/* line 1370, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.shake {
  -webkit-animation-name: shake-7;
  animation-name: shake-7;
}

@-webkit-keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    -webkit-transform: translateX(7%);
    transform: translateX(7%);
  }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    -webkit-transform: translateX(-7%);
    transform: translateX(-7%);
  }
}

@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    -webkit-transform: translateX(7%);
    transform: translateX(7%);
  }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    -webkit-transform: translateX(-7%);
    transform: translateX(-7%);
  }
}

/* line 1390, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.spin-cw {
  -webkit-animation-name: spin-cw-1turn;
  animation-name: spin-cw-1turn;
}

@-webkit-keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

/* line 1410, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.spin-ccw {
  -webkit-animation-name: spin-cw-1turn;
  animation-name: spin-cw-1turn;
}

@keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

/* line 1422, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.wiggle {
  -webkit-animation-name: wiggle-7deg;
  animation-name: wiggle-7deg;
}

@-webkit-keyframes wiggle-7deg {
  40%, 50%, 60% {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg);
  }
  35%, 45%, 55%, 65% {
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg);
  }
  0%, 30%, 70%, 100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@keyframes wiggle-7deg {
  40%, 50%, 60% {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg);
  }
  35%, 45%, 55%, 65% {
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg);
  }
  0%, 30%, 70%, 100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

/* line 1448, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

/* line 1455, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/* line 1459, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.slow {
  -webkit-animation-duration: 750ms !important;
  animation-duration: 750ms !important;
}

/* line 1463, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.fast {
  -webkit-animation-duration: 250ms !important;
  animation-duration: 250ms !important;
}

/* line 1467, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.linear {
  -webkit-animation-timing-function: linear !important;
  animation-timing-function: linear !important;
}

/* line 1471, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.ease {
  -webkit-animation-timing-function: ease !important;
  animation-timing-function: ease !important;
}

/* line 1475, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.ease-in {
  -webkit-animation-timing-function: ease-in !important;
  animation-timing-function: ease-in !important;
}

/* line 1479, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.ease-out {
  -webkit-animation-timing-function: ease-out !important;
  animation-timing-function: ease-out !important;
}

/* line 1483, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.ease-in-out {
  -webkit-animation-timing-function: ease-in-out !important;
  animation-timing-function: ease-in-out !important;
}

/* line 1487, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.bounce-in {
  -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

/* line 1491, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.bounce-out {
  -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

/* line 1495, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.bounce-in-out {
  -webkit-animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

/* line 1499, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.short-delay {
  -webkit-animation-delay: 300ms !important;
  animation-delay: 300ms !important;
}

/* line 1503, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_grid.scss */
.long-delay {
  -webkit-animation-delay: 700ms !important;
  animation-delay: 700ms !important;
}

/* line 1, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_offcanvas.scss */
#site-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
}

/* line 8, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_offcanvas.scss */
#site-canvas {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: .3s ease all;
  transition: .3s ease all;
}

/* line 18, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_offcanvas.scss */
#site-menu {
  width: 250px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -250px;
  border-left: 1px solid #e7e7e7;
  background: #fff;
}

/* line 26, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_offcanvas.scss */
#site-menu nav a {
  text-transform: uppercase;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: medium;
  width: 100%;
}

/* line 34, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_offcanvas.scss */
#site-menu nav.secondary a {
  padding: 10px 20px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  text-transform: none;
}

/* line 42, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_offcanvas.scss */
#site-wrapper.show-nav #site-canvas {
  -webkit-transform: translateX(-250px);
  transform: translateX(-250px);
}

/* line 5, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_atoms.scss */
button {
  border: none;
}

/* line 9, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_atoms.scss */
button, .button {
  -webkit-transition: compact(compact(background, 0.2s, false, false, false, false, false, false, false, false) false false);
  -moz-transition: compact(compact(background, 0.2s, false, false, false, false, false, false, false, false) false false false);
  -o-transition: compact(compact(background, 0.2s, false, false, false, false, false, false, false, false) false false false);
  transition: compact(background, 0.2s, false, false, false, false, false, false, false, false);
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 1rem;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  cursor: pointer;
}

/* line 32, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_atoms.scss */
button.tiny, .button.tiny {
  font-size: 0.8125rem;
}

/* line 44, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_atoms.scss */
button:hover, button:focus, .button:hover, .button:focus {
  background: #ffc934;
}

/* line 51, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_atoms.scss */
button.error:hover, button.error:focus, .button.error:hover, .button.error:focus {
  background: #e9334a;
}

/* line 56, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_atoms.scss */
button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
  background: #ff8a26;
}

/* line 61, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_atoms.scss */
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  background: #bec61e;
}

/* line 66, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_atoms.scss */
button.neutral:hover, button.neutral:focus, .button.neutral:hover, .button.neutral:focus {
  background: #474747;
}

/* line 69, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_atoms.scss */
button.disabled, .button.disabled {
  cursor: default;
}

/* line 72, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_atoms.scss */
button.disabled:hover, button.disabled:focus, .button.disabled:hover, .button.disabled:focus {
  background: #aaa;
}

/* line 75, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_atoms.scss */
button.white, .button.white {
  border: 1px solid #aaa;
}

/* line 79, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_atoms.scss */
button.white:hover, button.white:focus, .button.white:hover, .button.white:focus {
  border: 1px solid #333333;
}

/* line 93, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_atoms.scss */
.button-group {
  padding: 10px 0;
}

/* line 95, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_atoms.scss */
.button-group button, .button-group .button {
  margin-right: -6px;
}

/* line 97, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_atoms.scss */
.button-group button.white:hover, .button-group button.white:focus, .button-group .button.white:hover, .button-group .button.white:focus {
  border-color: #aaa;
}

/* line 110, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_atoms.scss */
.dropdown {
  position: relative;
}

/* line 115, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_atoms.scss */
.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 3;
  float: left;
  list-style: none;
  margin: 2px 0;
  padding: 0;
  background: #fff;
  border: 1px solid #e7e7e7;
  min-width: 140px;
  text-align: left;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 0.1em;
}

/* line 133, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_atoms.scss */
.dropdown-menu.right {
  right: 0;
  left: auto;
}

/* line 138, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_atoms.scss */
.dropdown-menu a {
  border-bottom: 1px solid #e7e7e7;
}

/* line 152, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_atoms.scss */
.dropdown-menu.small a {
  font-size: 0.8125rem;
}

/* line 161, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_atoms.scss */
.label-pill {
  -webkit-transition: compact(compact(background, 0.2s, false, false, false, false, false, false, false, false) false false);
  -moz-transition: compact(compact(background, 0.2s, false, false, false, false, false, false, false, false) false false false);
  -o-transition: compact(compact(background, 0.2s, false, false, false, false, false, false, false, false) false false false);
  transition: compact(background, 0.2s, false, false, false, false, false, false, false, false);
  font-size: 0.625rem;
  padding: 3px 5px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: bold;
}

/* line 172, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_atoms.scss */
.label-pill:before {
  content: "\25CF";
  font-size: 0.8125rem;
  padding-right: 5px;
}

/* line 180, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_atoms.scss */
.label-pill.hollow {
  border: 1px solid #333333;
}

/* line 184, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_atoms.scss */
.label-pill.hollow.success {
  border: 1px solid #aab20a;
}

/* line 189, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_atoms.scss */
.label-pill.hollow.warning {
  border: 1px solid #ed7612;
}

/* line 194, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_atoms.scss */
.label-pill.hollow.error {
  border: 1px solid #d51f36;
}

@media screen and (max-width: 63.9375em) {
  /* line 203, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_atoms.scss */
  button, .button, .dropdown-menu {
    font-size: 2rem;
    padding: 24px;
  }
}

/* line 3, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_forms.scss */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

/* line 12, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_forms.scss */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 23px;
  font-size: 24px;
  line-height: inherit;
  color: #aaa;
  border: 0;
  border-bottom: 1px solid #e7e7e7;
}

/* line 24, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_forms.scss */
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

/* line 32, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_forms.scss */
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 37, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_forms.scss */
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

/* line 45, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_forms.scss */
input[type="file"] {
  display: block;
}

/* line 50, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_forms.scss */
input[type="range"] {
  display: block;
  width: 100%;
}

/* line 56, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_forms.scss */
select[multiple],
select[size] {
  height: auto;
}

/* line 62, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_forms.scss */
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 72, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_forms.scss */
output {
  display: block;
  padding-top: 11px;
  font-size: 16px;
  line-height: 23px;
  color: #333333;
}

/* line 82, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_forms.scss */
input, textarea, select {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
}

/* line 88, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_forms.scss */
input:focus, textarea:focus, select:focus {
  -webkit-box-shadow: compact(0px 3px 0px #f2b520 0px, false, false, false, false, false, false, false, false, false);
  -moz-box-shadow: compact(0px 3px 0px #f2b520 0px, false, false, false, false, false, false, false, false, false);
  box-shadow: compact(0px 3px 0px #f2b520 0px, false, false, false, false, false, false, false, false, false);
  outline: none;
}

/* line 97, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_forms.scss */
.form-field.block label, .form-field.block input, .form-field.block textarea, .form-field.block select {
  width: 100%;
}

/* line 106, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_forms.scss */
.form-field.inline label {
  width: 30%;
}

/* line 111, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_forms.scss */
.form-field.inline .form-entry {
  width: 65%;
}

/* line 113, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_forms.scss */
.form-field.inline .form-entry > * {
  width: 100%;
}

/* line 2, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_tables.scss */
table thead {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  border-top: 2px solid #333333;
  border-bottom: 2px solid #333333;
}

/* line 26, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_tables.scss */
.table-data .data-set .label {
  vertical-align: middle;
  font-size: 0.8em;
}

/* line 3, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_base.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 17, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_base.scss */
a {
  -webkit-transition: compact(compact(color, 0.2s, false, false, false, false, false, false, false, false) false false);
  -moz-transition: compact(compact(color, 0.2s, false, false, false, false, false, false, false, false) false false false);
  -o-transition: compact(compact(color, 0.2s, false, false, false, false, false, false, false, false) false false false);
  transition: compact(color, 0.2s, false, false, false, false, false, false, false, false);
  text-decoration: none;
}

/* line 22, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_base.scss */
a:hover {
  color: #ffc934;
}

/* line 31, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_base.scss */
p {
  overflow-wrap: break-word;
}

/* line 37, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_base.scss */
table {
  width: 100%;
  border-collapse: collapse;
}

/* line 42, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_base.scss */
pre, code {
  margin: 0;
  width: 100%;
  overflow: auto;
}

/* line 3, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_blocks.scss */
header {
  border-bottom: 1px solid #e7e7e7;
}

/* line 5, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_blocks.scss */
header nav {
  height: 70px;
}

/* line 7, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_blocks.scss */
header nav a {
  line-height: 50px;
  text-transform: uppercase;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: medium;
}

/* line 17, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_blocks.scss */
header nav .brand img {
  height: 50px;
}

/* line 19, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_blocks.scss */
header nav .toggle-nav {
  font-size: 2.313rem;
}

/* line 25, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_blocks.scss */
.header-nav-background {
  background-color: #fff;
  border-bottom: 1px solid #e7e7e7;
  height: 90px;
  margin-bottom: -90px;
}

/* line 34, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_blocks.scss */
.account-nav {
  border-right: 1px solid #e7e7e7;
}

/* line 36, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_blocks.scss */
.account-nav a {
  transition: all 0.5s ease-in-ease-out;
  color: #333333;
}

/* line 42, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_blocks.scss */
.account-nav a:hover, .account-nav a.active {
  padding-right: 15px;
  border-right: 2px solid #f2b520;
  font-weight: bold;
}

/* line 50, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_blocks.scss */
.account-nav-small {
  border-bottom: 1px solid #e7e7e7;
}

/* line 53, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_blocks.scss */
.account-nav-small a {
  transition: all 0.5s ease-in-ease-out;
  color: #333333;
}

/* line 59, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_blocks.scss */
.account-nav-small a:hover, .account-nav-small a.active {
  border-bottom: 2px solid #f2b520;
  font-weight: bold;
}

/* line 67, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_blocks.scss */
.profile-detail .label {
  width: 20%;
}

/* line 72, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_blocks.scss */
.profile-detail .profile-entry {
  width: 75%;
}

/* line 76, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_blocks.scss */
.profile-detail .profile-entry.alias, .profile-detail .profile-entry.website {
  border-bottom: 1px solid #e7e7e7;
}

/* line 79, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_blocks.scss */
.profile-detail .profile-entry.photo img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #e7e7e7;
  width: auto;
}

/* line 84, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_blocks.scss */
.profile-detail .profile-entry.editing textarea {
  width: 100%;
}

/* line 87, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_blocks.scss */
.profile-detail .profile-entry .unfilled {
  font-style: italic;
}

/* line 95, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_blocks.scss */
.vote-actions a.star {
  font-size: 3em;
  color: #e7e7e7;
}

/* line 99, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_blocks.scss */
.vote-actions a.star.colored {
  color: #f2b520;
}

/* line 112, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_blocks.scss */
footer {
  margin-top: 60px;
}

/* line 7, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_molecules.scss */
.card .card-container {
  border: 1px solid #e7e7e7;
}

/* line 17, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_molecules.scss */
.card .card-body, .card .card-actions {
  width: 100%;
}

/* line 21, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_molecules.scss */
.card img {
  width: 100%;
}

/* line 27, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_molecules.scss */
.card-body.item .item-details {
  border-top: 1px solid #e7e7e7;
}

/* line 38, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_molecules.scss */
.search-bar input {
  border: none;
  font-size: 1.25em;
  width: 75%;
}

/* line 42, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_molecules.scss */
.search-bar input:focus {
  box-shadow: none;
}

/* line 51, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_molecules.scss */
.search-bar .search-field .dropdown {
  margin-right: -15px;
}

/* line 66, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_molecules.scss */
.alert:hover {
  background: #3d3d3d;
  color: #ffffff;
}

/* line 70, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_molecules.scss */
.alert.hollow {
  border: 1px solid #333333;
}

/* line 77, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_molecules.scss */
.alert.success:hover {
  background: #b4bc14;
  color: #ffffff;
}

/* line 81, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_molecules.scss */
.alert.success.hollow {
  border: 1px solid #aab20a;
}

/* line 89, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_molecules.scss */
.alert.warning:hover {
  background: #f7801c;
  color: #ffffff;
}

/* line 93, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_molecules.scss */
.alert.warning.hollow {
  border: 1px solid #ed7612;
}

/* line 101, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_molecules.scss */
.alert.error:hover {
  background: #df2940;
  color: #ffffff;
}

/* line 105, /Users/gpsea/Desktop/teedlee/public/static/sass/partials/_molecules.scss */
.alert.error.hollow {
  border: 1px solid #d51f36;
}

/*# sourceMappingURL=../css/style.map */