@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:100,200,300,400,500,600,700,800,900);
@import url(https://fonts.googleapis.com/css?family=Dosis:100,200,300,400,500,600,700,800,900);
.order-form-wrapper[data-v-816a9c56] {
  position: relative;
}
.order-form-wrapper #updating-overlay[data-v-816a9c56] {
  width: 100vw;
  position: fixed;
  top: 69.68px;
  height: calc(100vh - 69.68px);
  background-color: rgba(255, 255, 255, 0.25);
  color: #000;
  font-size: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
}
.order-form-wrapper #updating-overlay > span[data-v-816a9c56] {
  display: inline-block;
  padding: 0.75rem 2rem;
  border-radius: 0.5rem;
  background: #fff;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}
.order-form-wrapper #updating-overlay > span span[data-v-816a9c56] {
  margin-left: 0.5rem;
}
#filter-container[data-v-816a9c56] {
  position: sticky;
  top: 69.68px;
  display: block;
  width: 100%;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  margin-bottom: 1rem;
  background-color: #fff;
  padding-top: 1rem;
  padding-bottom: 1rem;
  z-index: 3;
}
#filter-container a.toggle-filters[data-v-816a9c56] {
  font-size: 16px;
  display: inline-block;
}
@media screen and (max-width: 600px) {
#filter-container[data-v-816a9c56] {
    top: 58px;
}
}
#filter-container .search-container[data-v-816a9c56] {
  width: 50%;
}
@media screen and (max-width: 600px) {
#filter-container .search-container[data-v-816a9c56] {
    width: 100%;
}
}
#shop-container[data-v-816a9c56] {
  min-height: calc(100vh - 104px - 76px - 69.86px);
}
#order-container[data-v-816a9c56] {
  position: sticky;
  bottom: 0px;
  background: #fff;
  -webkit-box-shadow: 0px -2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0px -2px 4px rgba(0, 0, 0, 0.1);
  z-index: 3;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
#order-container[data-v-816a9c56] {
    position: fixed;
    width: 100%;
}
}
h1[data-v-816a9c56] {
  font-weight: bold;
  font-size: 2rem;
}
table.table-totals tr.total[data-v-1b65d8a5] {
  font-size: 1.5rem;
  border-bottom: 1px solid #eceeef;
}
.cart-item td[data-v-1b65d8a5] {
  padding: 0.5rem 1rem !important;
}
.finalize-order p[data-v-1b65d8a5] {
  font-size: 16px;
}
.finalize-order p.disclaimer[data-v-1b65d8a5] {
  max-width: 300px;
  margin: auto;
  font-size: 14px;
}
input[type=radio][data-v-1b65d8a5] {
  margin-right: 6px !important;
}
h2[data-v-1b65d8a5] {
  margin-bottom: 0.5rem !important;
}
.card.checkout-card[data-v-1b65d8a5] {
  margin-bottom: 50px;
}
@media screen and (max-width: 600px) {
.card.checkout-card[data-v-1b65d8a5] {
    margin-bottom: 24px;
}
}
#checkout-wrapper[data-v-1b65d8a5] {
  padding-left: 15px;
  padding-right: 15px;
}
#cart-overlay[data-v-374ff3ff] {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 3;
  -webkit-animation: fadeIn-data-v-374ff3ff 0.3s ease-in-out;
          animation: fadeIn-data-v-374ff3ff 0.3s ease-in-out;
}
@-webkit-keyframes fadeIn-data-v-374ff3ff {
from {
    opacity: 0;
}
to {
    opacity: 1;
}
}
@keyframes fadeIn-data-v-374ff3ff {
from {
    opacity: 0;
}
to {
    opacity: 1;
}
}
.cart-wrapper[data-v-374ff3ff] {
  background: #fff;
  position: relative;
  z-index: 4;
}
.cart-contents[data-v-374ff3ff] {
  max-height: 50vh;
}
.cart-contents th[data-v-374ff3ff] {
  position: relative !important;
  top: auto !important;
}
.cart-overview[data-v-374ff3ff] {
  font-size: 16px;
  background: #fff;
  z-index: 2;
}
.cart-overview .actions[data-v-374ff3ff] {
  width: auto;
}
@media screen and (max-width: 600px) {
.cart-overview .actions[data-v-374ff3ff] {
    width: 100%;
}
}
.btn.btn-success[data-v-374ff3ff] {
  background: #128851;
}
.btn.btn-success[data-v-374ff3ff]:hover {
  background: #0f7144;
}
.form-group[data-v-3aaf4f54] {
  font-size: 16px !important;
  position: relative;
}
.form-control[data-v-3aaf4f54] {
  padding-left: 2em;
  font-size: 16px;
  height: calc(2.25em + 2px);
}
.input-addon[data-v-3aaf4f54] {
  position: absolute;
  left: 0.75em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 16px;
  color: #128851;
}
.filter-section[data-v-2248c03b] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 600px) {
.filter-section[data-v-2248c03b] {
    display: block;
}
}
.filter-section .filter-item[data-v-2248c03b] {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 0px;
          flex: 0 0 0;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 600px) {
.filter-section .filter-item[data-v-2248c03b] {
    width: 100%;
    max-width: unset;
    display: block;
    background: white;
}
.filter-section .filter-item button.btn[data-v-2248c03b] {
    width: 100%;
    max-width: unset;
    display: block;
    background: white;
}
.filter-section .filter-item button.btn .icon[data-v-2248c03b] {
    display: none;
}
.filter-section .filter-item button.btn span[data-v-2248c03b] {
    font-size: 16px;
}
.filter-section .filter-item + .filter-item[data-v-2248c03b] {
    margin-left: 0;
}
}
button.btn.btn-filter[data-v-2248c03b] {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  width: 100%;
  max-width: 6rem;
  color: #000;
  font-weight: normal;
  font-size: 14px;
  padding: 0.5rem 0.5rem;
  border-radius: 0.5rem;
}
button.btn.btn-filter.selected[data-v-2248c03b] {
  -webkit-box-shadow: none;
          box-shadow: none;
  font-weight: 600;
}
button.btn.btn-filter.selected .icon[data-v-2248c03b] {
  border-color: #128851;
}
button.btn.btn-filter .icon[data-v-2248c03b] {
  border: 2px solid #fff;
  background: #F5F5F5;
  padding: 0.5rem;
  border-radius: 0.5rem;
  width: 4rem;
  height: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
button.btn.btn-filter .icon img[data-v-2248c03b] {
  max-width: 80%;
  max-height: 80%;
  width: auto;
  height: auto;
}
button.btn.btn-filter span[data-v-2248c03b] {
  text-align: center;
  text-transform: capitalize;
  display: block;
  line-height: 1;
  margin-top: 0.25rem;
}
.table.table-order {
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  border-top: none;
}
.table.table-order thead th {
  position: sticky;
  top: 173px;
  z-index: 2;
}
.table.table-order th, .table.table-order td {
  border-top: 2px solid #dee2e6;
  vertical-align: middle;
}
.table.table-order tbody {
  border-left: 2px solid #dee2e6;
  border-right: 2px solid #dee2e6;
  font-size: 16px;
}
.table.table-order thead th {
  border-top: 2px solid #128851;
  background: #128851;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
.table.table-order:not(.checkout-cart) thead {
    display: none;
}
.table.table-order:not(.checkout-cart) tr td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    font-weight: 400;
}
.table.table-order:not(.checkout-cart) tr td:before {
    content: attr(data-col);
    font-weight: 400;
    width: 120px;
    min-width: 120px;
    text-transform: capitalize;
    font-size: 16px;
}
.table.table-order:not(.checkout-cart) tr td:first-child:before {
    display: none;
}
.table.table-order.checkout-cart thead {
    display: none;
}
.table.table-order.checkout-cart tr {
    margin-bottom: 0;
    border-radius: 0;
    display: block;
    border: none;
    border-bottom: 2px solid #dee2e6;
}
.table.table-order.checkout-cart tr td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    font-weight: 400;
}
.table.table-order.checkout-cart tr td[data-col=title] {
    background: white;
}
.table.table-order.checkout-cart tr td:before {
    content: attr(data-col);
    font-weight: 400;
    width: 120px;
    min-width: 120px;
    text-transform: capitalize;
    font-size: 16px;
}
.table.table-order.checkout-cart tr td:first-child:before {
    display: none;
}
}
tbody.plant-group.even {
  background-color: white;
}
@media screen and (max-width: 600px) {
tbody.plant-group.even {
    background-color: white;
}
}
tbody.plant-group.odd {
  background-color: #E5E5E4;
}
@media screen and (max-width: 600px) {
tbody.plant-group.odd {
    background-color: white;
}
}
@media screen and (max-width: 600px) {
tbody.plant-group td:nth-child(3),
  tbody.plant-group td:nth-child(4),
  tbody.plant-group td:nth-child(5),
  tbody.plant-group td:nth-child(6),
  tbody.plant-group td:nth-child(7) {
    display: none !important;
}
}
tbody.plant-group tr.show-all td {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
table.table-order td[data-col=size] {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}
@media screen and (max-width: 600px) {
table.table-order td[data-col=title] {
    background: #ddd;
    font-weight: bold !important;
    border: 2px solid #dee2e6;
    border-radius: 8px 8px 0 0;
}
}
table.table-order td[data-col=title].hide-desktop {
  visibility: hidden;
}
@media screen and (max-width: 600px) {
table.table-order td[data-col=title].hide-desktop {
    visibility: visible;
}
}
table.table-order td[data-col=showMore] {
  display: none;
}
@media screen and (max-width: 600px) {
table.table-order td[data-col=showMore] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 0.25rem !important;
}
table.table-order td[data-col=showMore]:before {
    display: none;
}
}
@media screen and (max-width: 600px) {
table.table-order td {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}
}
.table.table-order {
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  border-top: none;
}
@media screen and (max-width: 600px) {
.table.table-order {
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none;
}
}
.table.table-order thead th {
  position: sticky;
  top: 173px;
  z-index: 2;
}
.table.table-order th, .table.table-order td {
  border-top: 2px solid #dee2e6;
  vertical-align: middle;
}
@media screen and (max-width: 600px) {
.table.table-order th, .table.table-order td {
    border: none;
}
}
.table.table-order tbody {
  border-left: 2px solid #dee2e6;
  border-right: 2px solid #dee2e6;
  font-size: 16px;
}
@media screen and (max-width: 600px) {
.table.table-order tbody {
    border: none;
}
}
@media screen and (max-width: 600px) {
.table.table-order tbody tr {
    margin-bottom: 16px;
    border-radius: 16px;
    display: block;
    border: 2px solid #dee2e6;
}
}
.table.table-order thead th {
  border-top: 2px solid #128851;
  background: #128851;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: bold;
}
.table.table-order.checkout-cart thead th {
  position: relative;
  top: 0;
}
.table.table-order.checkout-cart thead th:nth-child(2),
.table.table-order.checkout-cart thead th:nth-child(3),
.table.table-order.checkout-cart thead th:nth-child(4),
.table.table-order.checkout-cart thead th:nth-child(5),
.table.table-order.checkout-cart thead th:nth-child(6),
.table.table-order.checkout-cart thead th:nth-child(7) {
  display: none;
}
.table.table-order.checkout-cart tbody td:nth-child(2),
.table.table-order.checkout-cart tbody td:nth-child(3),
.table.table-order.checkout-cart tbody td:nth-child(4),
.table.table-order.checkout-cart tbody td:nth-child(5),
.table.table-order.checkout-cart tbody td:nth-child(6),
.table.table-order.checkout-cart tbody td:nth-child(7) {
  display: none;
}
.wholesale-cart-item td[data-col=size] {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}
@media screen and (max-width: 600px) {
tr {
    border: none !important;
    border-bottom: 1px solid #e1e1e1 !important;
}
.wholesale-cart-item td {
    border: none !important;
}
.wholesale-cart-item td[data-col=title], .wholesale-cart-item td[data-col=quantity], .wholesale-cart-item td[data-col=total] {
    padding: 0.5rem !important;
}
}
span[data-v-47ee018c], a[data-v-47ee018c] {
  display: inline-block;
}
a[data-v-47ee018c] {
  margin-left: 0.5rem;
  cursor: pointer;
}
span[data-v-47ee018c] {
  margin-left: 0.5rem;
}
img[data-v-47ee018c] {
  margin-left: 0.5rem;
  vertical-align: sub;
}
.title[data-v-47ee018c] {
  text-decoration: underline;
  margin-left: 0;
}
.brand[data-v-47ee018c] {
  color: gray;
  font-size: 0.85rem;
}
.green[data-v-47ee018c] {
  color: #128851 !important;
}
.red[data-v-47ee018c] {
  color: #FF3434 !important;
}
input.form-control {
  min-width: 60px;
}
input.form-control.has-value {
  border: 2px solid #128851;
}
input.form-control.has-error {
  border: 2px solid red !important;
}
a.modal-dismiss[data-v-b28ec3fe] {
  position: absolute;
  right: 1rem;
  top: 1rem;
  z-index: 2;
}
@media screen and (max-width: 600px) {
a.modal-dismiss[data-v-b28ec3fe] {
    color: white !important;
    padding: 0.5rem;
    background: rgba(0, 0, 0, 0.5);
    font-size: 24px;
    right: 0;
    top: 0;
    padding: 1rem;
}
}
.h1.title[data-v-b28ec3fe] {
  font-size: 42px;
  font-weight: bold;
}
.h2[data-v-b28ec3fe] {
  font-size: 24px;
  font-weight: bold;
}
.plant-image img[data-v-b28ec3fe] {
  width: 100%;
  height: auto;
}
.list-group[data-v-b28ec3fe] {
  -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
}
.modal.modal-plant_detail[data-v-b28ec3fe] {
  overflow: scroll;
}
.modal.modal-plant_detail .modal-content[data-v-b28ec3fe] {
  font-size: 16px;
  font-family: "Source Sans Pro", sans-serif !important;
}
.modal.modal-plant_detail .modal-content .modal-header[data-v-b28ec3fe] {
  border-bottom: none;
}
.modal.modal-plant_detail .modal-content .modal-header .row .plant-image[data-v-b28ec3fe] {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  background-size: cover;
  background-position: center center;
}
.modal.modal-plant_detail .modal-content .modal-header .row .plant-image .picture-credit[data-v-b28ec3fe] {
  position: absolute;
  bottom: 0;
  right: 1rem;
  color: #FFF;
  max-width: 200px;
  text-shadow: 1px 1px #111111;
}
.modal.modal-plant_detail .modal-content .modal-footer[data-v-b28ec3fe] {
  border-top: none;
}
.modal.modal-plant_detail .modal-content ul.list-group[data-v-b28ec3fe] {
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.modal.modal-plant_detail .modal-content ul.list-group li.list-group-item[data-v-b28ec3fe] {
  border: none;
  padding: 0.5rem 4rem;
}
@media screen and (max-width: 600px) {
.modal.modal-plant_detail .modal-content ul.list-group li.list-group-item[data-v-b28ec3fe] {
    padding: 0.5rem 0.5rem;
}
}
.modal.modal-plant_detail .modal-content ul.list-group li.list-group-item div.plant-meta-item[data-v-b28ec3fe] {
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.input-group .btn {
  padding: 0.375rem 1.25rem;
  line-height: inherit;
  font-size: inherit;
}
.input-group .btn {
  padding: 0.375rem 1.25rem;
  line-height: inherit;
  font-size: inherit;
}
.skipNav {
  position: absolute;
  left: -10000px;
  font-size: 20px;
  z-index: 10000;
}
.skipNav:focus {
  left: 0px;
}

@media (prefers-reduced-motion: reduce) {
  *,
  ::before,
  ::after {
    -webkit-animation-duration: 0.001s !important;
            animation-duration: 0.001s !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.001s !important;
            transition-duration: 0.001s !important;
  }
}
.ff-base {
  font-family: "Dosis", Helvetica, Arial, sans-serif;
  font-smoothing: antialiased;
}

.ff-body, html,
body {
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-smoothing: antialiased;
}

.ff-header, h1, h2, h3, h4, h5, h6 {
  font-family: "Dosis", Helvetica, Arial, sans-serif;
  font-smoothing: antialiased;
}

.ff-navbar {
  font-family: "Dosis", Helvetica, Arial, sans-serif;
  font-smoothing: antialiased;
}

.color-black {
  color: black !important;
}

.bg-black {
  background-color: black !important;
}

.hover-bg-black {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.hover-bg-black:hover {
  background-color: black !important;
}

.border-black {
  border-color: black !important;
}

.color-white {
  color: white !important;
}

.bg-white {
  background-color: white !important;
}

.hover-bg-white {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.hover-bg-white:hover {
  background-color: white !important;
}

.border-white {
  border-color: white !important;
}

.color-grey {
  color: grey !important;
}

.bg-grey {
  background-color: grey !important;
}

.hover-bg-grey {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.hover-bg-grey:hover {
  background-color: grey !important;
}

.border-grey {
  border-color: grey !important;
}

.color-brand-font {
  color: #333 !important;
}

.bg-brand-font {
  background-color: #333 !important;
}

.hover-bg-brand-font {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.hover-bg-brand-font:hover {
  background-color: #333 !important;
}

.border-brand-font {
  border-color: #333 !important;
}

.color-brand-white {
  color: white !important;
}

.bg-brand-white {
  background-color: white !important;
}

.hover-bg-brand-white {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.hover-bg-brand-white:hover {
  background-color: white !important;
}

.border-brand-white {
  border-color: white !important;
}

.color-brand-black {
  color: black !important;
}

.bg-brand-black {
  background-color: black !important;
}

.hover-bg-brand-black {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.hover-bg-brand-black:hover {
  background-color: black !important;
}

.border-brand-black {
  border-color: black !important;
}

.color-brand-primary {
  color: #128851 !important;
}

.bg-brand-primary {
  background-color: #128851 !important;
}

.hover-bg-brand-primary {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.hover-bg-brand-primary:hover {
  background-color: #128851 !important;
}

.border-brand-primary {
  border-color: #128851 !important;
}

.color-brand-success {
  color: #5cb85c !important;
}

.bg-brand-success {
  background-color: #5cb85c !important;
}

.hover-bg-brand-success {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.hover-bg-brand-success:hover {
  background-color: #5cb85c !important;
}

.border-brand-success {
  border-color: #5cb85c !important;
}

.color-brand-info {
  color: #5bc0de !important;
}

.bg-brand-info {
  background-color: #5bc0de !important;
}

.hover-bg-brand-info {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.hover-bg-brand-info:hover {
  background-color: #5bc0de !important;
}

.border-brand-info {
  border-color: #5bc0de !important;
}

.color-brand-warning {
  color: #f0ad4e !important;
}

.bg-brand-warning {
  background-color: #f0ad4e !important;
}

.hover-bg-brand-warning {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.hover-bg-brand-warning:hover {
  background-color: #f0ad4e !important;
}

.border-brand-warning {
  border-color: #f0ad4e !important;
}

.color-brand-danger {
  color: #d9534f !important;
}

.bg-brand-danger {
  background-color: #d9534f !important;
}

.hover-bg-brand-danger {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.hover-bg-brand-danger:hover {
  background-color: #d9534f !important;
}

.border-brand-danger {
  border-color: #d9534f !important;
}

.color-brand-taupe {
  color: #d2d0cc !important;
}

.bg-brand-taupe {
  background-color: #d2d0cc !important;
}

.hover-bg-brand-taupe {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.hover-bg-brand-taupe:hover {
  background-color: #d2d0cc !important;
}

.border-brand-taupe {
  border-color: #d2d0cc !important;
}

.color-brand-forest {
  color: #128851 !important;
}

.bg-brand-forest {
  background-color: #128851 !important;
}

.hover-bg-brand-forest {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.hover-bg-brand-forest:hover {
  background-color: #128851 !important;
}

.border-brand-forest {
  border-color: #128851 !important;
}

.hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.hover > * {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.hover:hover.opacity {
  opacity: 0.7;
}
.hover:hover.opacity > * {
  opacity: 0.7;
}

/*

  Useful regular and parametric less mixins that will make your life AWESOME.  
  You will be able to run faster and jump higher with these mixins.

  Table of Contents

  Parametric Mixins - use with @include MIXIN_NAME;
  blur($amount:2px);
  border-radius($top-right: 0, $bottom-right: 0, $bottom-left: 0, $top-left: 0);
  columns($colwidth: 250px, $colcount: 0, $colgap: 50px, $column-rule-color: #EEE, $column-rule-style: solid, $column-rule-width: 1px);
  drop-shadow($x-axis: 0, $y-axis: 1px, $blur: 2px, $alpha: 0.1);
  flat-button($bg-color:blue, $hover-bg-color: darken(blue,20), $border-color: darken(blue,4), $hover-border-color: darken(blue,30), $double-border:false, $double-border-color:lighten(blue,14), $round:3px, $text-color:#FFF, $text-hover-color:#FFF, $padding:6px 12px, $font-size:14px);
  flexbox($display: flex, $flex-direction: row, $justify-content: flex-start, $align-items: flex-start, $align-content: flex-start, $flex-wrap: wrap);
  font-face($family, $file-base, $weight: normal, $style: normal);
  gradient($color: #000, $start: blue, $stop: #FFF);
  gradient-button($start-color:blue, $hover-start-color: darken(blue, 4%), $gradient-percent:18%, $gradient-invert:false, $hover-gradient-invert:false, $double-border:false, $double-border-color:lighten(blue,14), $round:3px, $text-color:#FFF, $text-hover-color: #FFF, $padding:6px 12px, $font-size:14px);
  horizontal-list($padding:5px 10px);
  inner-shadow($horizontal:0, $vertical:1px, $blur:2px, $alpha: 0.4);
  line($color:blue, $width:100%, $height:1px, $alignment:center, $margin-top:10px, $margin-bottom: 10px);
  opacity($opacity: 0.5);
  overlay($bg-color: black, $opacity: 0.4);
  placeholder($color: grey);
  rotation($deg:5deg);
  rounded($radius: 2px);
  scale($ratio:1.5);
  text-shadow($bg-color: black);
  transition($duration:0.2s, $ease:ease-out);
  translate($x:0, $y:0);
  triangle($direction:right, $size:40px, $color: red);

  Helper Mixins
  absolute-full()
  center center()

  Regular mixins
  .center-block;
  .clearfix;
  .no-padding;
  .plain-list;
  .same-height-columns;
  .visually-hidden;
  .col-xs-15, .col-sm-15, .col-md-15, .col-lg-15 ... used for 5 column wide layouts, same naming convention as bootstrap

 */
/*
  *
  * Parametric Mixins
  * 
  */
/*
 *
 * Helper Mixins - Used in other mixins, but not that useful to use directly
 * 
 */
/*
 *
 * Regular Mixins
 * 
 */
.lowercase {
  text-transform: lowercase !important;
}

.uppercase {
  text-transform: uppercase !important;
}

.no-top-margin {
  margin-top: 0px !important;
}

.no-bottom-margin {
  margin-bottom: 0px !important;
}

.bg-cover {
  background-position: center center;
  background-size: cover;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}

.no-padding {
  padding: 0;
}

.plain-list {
  list-style-type: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

.same-height-columns {
  display: table;
}
.same-height-columns > [class*=col-],
.same-height-columns > div {
  float: none;
  display: table-cell;
  vertical-align: top;
}

.visually-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col-xs-15 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
}

@media (min-width: 768px) {
  .col-sm-15 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 992px) {
  .col-md-15 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 1200px) {
  .col-lg-15 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
}
.fw-100 {
  font-weight: 100;
}

.fs-1 {
  font-size: 1rem !important;
}

.fs-0-5 {
  font-size: 0.5rem !important;
}

.fw-200 {
  font-weight: 200;
}

.fs-2 {
  font-size: 2rem !important;
}

.fs-1-5 {
  font-size: 1.5rem !important;
}

.fw-300 {
  font-weight: 300;
}

.fs-3 {
  font-size: 3rem !important;
}

.fs-2-5 {
  font-size: 2.5rem !important;
}

.fw-400 {
  font-weight: 400;
}

.fs-4 {
  font-size: 4rem !important;
}

.fs-3-5 {
  font-size: 3.5rem !important;
}

.fw-500 {
  font-weight: 500;
}

.fs-5 {
  font-size: 5rem !important;
}

.fs-4-5 {
  font-size: 4.5rem !important;
}

.fw-600 {
  font-weight: 600;
}

.fs-6 {
  font-size: 6rem !important;
}

.fs-5-5 {
  font-size: 5.5rem !important;
}

.fw-700 {
  font-weight: 700;
}

.fs-7 {
  font-size: 7rem !important;
}

.fs-6-5 {
  font-size: 6.5rem !important;
}

.fw-800 {
  font-weight: 800;
}

.fs-8 {
  font-size: 8rem !important;
}

.fs-7-5 {
  font-size: 7.5rem !important;
}

.fw-900 {
  font-weight: 900;
}

.fs-9 {
  font-size: 9rem !important;
}

.fs-8-5 {
  font-size: 8.5rem !important;
}

.hide-me {
  display: none;
}

.contain-all * {
  max-width: 100%;
}

@media print {
  nav.navbar {
    display: none;
  }
  .print-hide {
    display: none;
  }
}
.alert {
  margin-bottom: 0;
  text-align: center;
}

.b-t-0-font {
  border-top: 0px solid #333;
}

.b-t-0-white {
  border-top: 0px solid white;
}

.b-t-0-black {
  border-top: 0px solid black;
}

.b-t-0-primary {
  border-top: 0px solid #128851;
}

.b-t-0-success {
  border-top: 0px solid #5cb85c;
}

.b-t-0-info {
  border-top: 0px solid #5bc0de;
}

.b-t-0-warning {
  border-top: 0px solid #f0ad4e;
}

.b-t-0-danger {
  border-top: 0px solid #d9534f;
}

.b-t-0-taupe {
  border-top: 0px solid #d2d0cc;
}

.b-t-0-forest {
  border-top: 0px solid #128851;
}

.b-b-0-font {
  border-bottom: 0px solid #333;
}

.b-b-0-white {
  border-bottom: 0px solid white;
}

.b-b-0-black {
  border-bottom: 0px solid black;
}

.b-b-0-primary {
  border-bottom: 0px solid #128851;
}

.b-b-0-success {
  border-bottom: 0px solid #5cb85c;
}

.b-b-0-info {
  border-bottom: 0px solid #5bc0de;
}

.b-b-0-warning {
  border-bottom: 0px solid #f0ad4e;
}

.b-b-0-danger {
  border-bottom: 0px solid #d9534f;
}

.b-b-0-taupe {
  border-bottom: 0px solid #d2d0cc;
}

.b-b-0-forest {
  border-bottom: 0px solid #128851;
}

.b-l-0-font {
  border-left: 0px solid #333;
}

.b-l-0-white {
  border-left: 0px solid white;
}

.b-l-0-black {
  border-left: 0px solid black;
}

.b-l-0-primary {
  border-left: 0px solid #128851;
}

.b-l-0-success {
  border-left: 0px solid #5cb85c;
}

.b-l-0-info {
  border-left: 0px solid #5bc0de;
}

.b-l-0-warning {
  border-left: 0px solid #f0ad4e;
}

.b-l-0-danger {
  border-left: 0px solid #d9534f;
}

.b-l-0-taupe {
  border-left: 0px solid #d2d0cc;
}

.b-l-0-forest {
  border-left: 0px solid #128851;
}

.b-r-0-font {
  border-right: 0px solid #333;
}

.b-r-0-white {
  border-right: 0px solid white;
}

.b-r-0-black {
  border-right: 0px solid black;
}

.b-r-0-primary {
  border-right: 0px solid #128851;
}

.b-r-0-success {
  border-right: 0px solid #5cb85c;
}

.b-r-0-info {
  border-right: 0px solid #5bc0de;
}

.b-r-0-warning {
  border-right: 0px solid #f0ad4e;
}

.b-r-0-danger {
  border-right: 0px solid #d9534f;
}

.b-r-0-taupe {
  border-right: 0px solid #d2d0cc;
}

.b-r-0-forest {
  border-right: 0px solid #128851;
}

.b-x-0-font {
  border-left: 0px solid #333;
  border-right: 0px solid #333;
}

.b-x-0-white {
  border-left: 0px solid white;
  border-right: 0px solid white;
}

.b-x-0-black {
  border-left: 0px solid black;
  border-right: 0px solid black;
}

.b-x-0-primary {
  border-left: 0px solid #128851;
  border-right: 0px solid #128851;
}

.b-x-0-success {
  border-left: 0px solid #5cb85c;
  border-right: 0px solid #5cb85c;
}

.b-x-0-info {
  border-left: 0px solid #5bc0de;
  border-right: 0px solid #5bc0de;
}

.b-x-0-warning {
  border-left: 0px solid #f0ad4e;
  border-right: 0px solid #f0ad4e;
}

.b-x-0-danger {
  border-left: 0px solid #d9534f;
  border-right: 0px solid #d9534f;
}

.b-x-0-taupe {
  border-left: 0px solid #d2d0cc;
  border-right: 0px solid #d2d0cc;
}

.b-x-0-forest {
  border-left: 0px solid #128851;
  border-right: 0px solid #128851;
}

.b-y-0-font {
  border-top: 0px solid #333;
  border-bottom: 0px solid #333;
}

.b-y-0-white {
  border-top: 0px solid white;
  border-bottom: 0px solid white;
}

.b-y-0-black {
  border-top: 0px solid black;
  border-bottom: 0px solid black;
}

.b-y-0-primary {
  border-top: 0px solid #128851;
  border-bottom: 0px solid #128851;
}

.b-y-0-success {
  border-top: 0px solid #5cb85c;
  border-bottom: 0px solid #5cb85c;
}

.b-y-0-info {
  border-top: 0px solid #5bc0de;
  border-bottom: 0px solid #5bc0de;
}

.b-y-0-warning {
  border-top: 0px solid #f0ad4e;
  border-bottom: 0px solid #f0ad4e;
}

.b-y-0-danger {
  border-top: 0px solid #d9534f;
  border-bottom: 0px solid #d9534f;
}

.b-y-0-taupe {
  border-top: 0px solid #d2d0cc;
  border-bottom: 0px solid #d2d0cc;
}

.b-y-0-forest {
  border-top: 0px solid #128851;
  border-bottom: 0px solid #128851;
}

.b-a-0-font {
  border-top: 0px solid #333;
  border-bottom: 0px solid #333;
  border-left: 0px solid #333;
  border-right: 0px solid #333;
}

.b-a-0-white {
  border-top: 0px solid white;
  border-bottom: 0px solid white;
  border-left: 0px solid white;
  border-right: 0px solid white;
}

.b-a-0-black {
  border-top: 0px solid black;
  border-bottom: 0px solid black;
  border-left: 0px solid black;
  border-right: 0px solid black;
}

.b-a-0-primary {
  border-top: 0px solid #128851;
  border-bottom: 0px solid #128851;
  border-left: 0px solid #128851;
  border-right: 0px solid #128851;
}

.b-a-0-success {
  border-top: 0px solid #5cb85c;
  border-bottom: 0px solid #5cb85c;
  border-left: 0px solid #5cb85c;
  border-right: 0px solid #5cb85c;
}

.b-a-0-info {
  border-top: 0px solid #5bc0de;
  border-bottom: 0px solid #5bc0de;
  border-left: 0px solid #5bc0de;
  border-right: 0px solid #5bc0de;
}

.b-a-0-warning {
  border-top: 0px solid #f0ad4e;
  border-bottom: 0px solid #f0ad4e;
  border-left: 0px solid #f0ad4e;
  border-right: 0px solid #f0ad4e;
}

.b-a-0-danger {
  border-top: 0px solid #d9534f;
  border-bottom: 0px solid #d9534f;
  border-left: 0px solid #d9534f;
  border-right: 0px solid #d9534f;
}

.b-a-0-taupe {
  border-top: 0px solid #d2d0cc;
  border-bottom: 0px solid #d2d0cc;
  border-left: 0px solid #d2d0cc;
  border-right: 0px solid #d2d0cc;
}

.b-a-0-forest {
  border-top: 0px solid #128851;
  border-bottom: 0px solid #128851;
  border-left: 0px solid #128851;
  border-right: 0px solid #128851;
}

.b-t-1-font {
  border-top: 1px solid #333;
}

.b-t-1-white {
  border-top: 1px solid white;
}

.b-t-1-black {
  border-top: 1px solid black;
}

.b-t-1-primary {
  border-top: 1px solid #128851;
}

.b-t-1-success {
  border-top: 1px solid #5cb85c;
}

.b-t-1-info {
  border-top: 1px solid #5bc0de;
}

.b-t-1-warning {
  border-top: 1px solid #f0ad4e;
}

.b-t-1-danger {
  border-top: 1px solid #d9534f;
}

.b-t-1-taupe {
  border-top: 1px solid #d2d0cc;
}

.b-t-1-forest {
  border-top: 1px solid #128851;
}

.b-b-1-font {
  border-bottom: 1px solid #333;
}

.b-b-1-white {
  border-bottom: 1px solid white;
}

.b-b-1-black {
  border-bottom: 1px solid black;
}

.b-b-1-primary {
  border-bottom: 1px solid #128851;
}

.b-b-1-success {
  border-bottom: 1px solid #5cb85c;
}

.b-b-1-info {
  border-bottom: 1px solid #5bc0de;
}

.b-b-1-warning {
  border-bottom: 1px solid #f0ad4e;
}

.b-b-1-danger {
  border-bottom: 1px solid #d9534f;
}

.b-b-1-taupe {
  border-bottom: 1px solid #d2d0cc;
}

.b-b-1-forest {
  border-bottom: 1px solid #128851;
}

.b-l-1-font {
  border-left: 1px solid #333;
}

.b-l-1-white {
  border-left: 1px solid white;
}

.b-l-1-black {
  border-left: 1px solid black;
}

.b-l-1-primary {
  border-left: 1px solid #128851;
}

.b-l-1-success {
  border-left: 1px solid #5cb85c;
}

.b-l-1-info {
  border-left: 1px solid #5bc0de;
}

.b-l-1-warning {
  border-left: 1px solid #f0ad4e;
}

.b-l-1-danger {
  border-left: 1px solid #d9534f;
}

.b-l-1-taupe {
  border-left: 1px solid #d2d0cc;
}

.b-l-1-forest {
  border-left: 1px solid #128851;
}

.b-r-1-font {
  border-right: 1px solid #333;
}

.b-r-1-white {
  border-right: 1px solid white;
}

.b-r-1-black {
  border-right: 1px solid black;
}

.b-r-1-primary {
  border-right: 1px solid #128851;
}

.b-r-1-success {
  border-right: 1px solid #5cb85c;
}

.b-r-1-info {
  border-right: 1px solid #5bc0de;
}

.b-r-1-warning {
  border-right: 1px solid #f0ad4e;
}

.b-r-1-danger {
  border-right: 1px solid #d9534f;
}

.b-r-1-taupe {
  border-right: 1px solid #d2d0cc;
}

.b-r-1-forest {
  border-right: 1px solid #128851;
}

.b-x-1-font {
  border-left: 1px solid #333;
  border-right: 1px solid #333;
}

.b-x-1-white {
  border-left: 1px solid white;
  border-right: 1px solid white;
}

.b-x-1-black {
  border-left: 1px solid black;
  border-right: 1px solid black;
}

.b-x-1-primary {
  border-left: 1px solid #128851;
  border-right: 1px solid #128851;
}

.b-x-1-success {
  border-left: 1px solid #5cb85c;
  border-right: 1px solid #5cb85c;
}

.b-x-1-info {
  border-left: 1px solid #5bc0de;
  border-right: 1px solid #5bc0de;
}

.b-x-1-warning {
  border-left: 1px solid #f0ad4e;
  border-right: 1px solid #f0ad4e;
}

.b-x-1-danger {
  border-left: 1px solid #d9534f;
  border-right: 1px solid #d9534f;
}

.b-x-1-taupe {
  border-left: 1px solid #d2d0cc;
  border-right: 1px solid #d2d0cc;
}

.b-x-1-forest {
  border-left: 1px solid #128851;
  border-right: 1px solid #128851;
}

.b-y-1-font {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}

.b-y-1-white {
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}

.b-y-1-black {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}

.b-y-1-primary {
  border-top: 1px solid #128851;
  border-bottom: 1px solid #128851;
}

.b-y-1-success {
  border-top: 1px solid #5cb85c;
  border-bottom: 1px solid #5cb85c;
}

.b-y-1-info {
  border-top: 1px solid #5bc0de;
  border-bottom: 1px solid #5bc0de;
}

.b-y-1-warning {
  border-top: 1px solid #f0ad4e;
  border-bottom: 1px solid #f0ad4e;
}

.b-y-1-danger {
  border-top: 1px solid #d9534f;
  border-bottom: 1px solid #d9534f;
}

.b-y-1-taupe {
  border-top: 1px solid #d2d0cc;
  border-bottom: 1px solid #d2d0cc;
}

.b-y-1-forest {
  border-top: 1px solid #128851;
  border-bottom: 1px solid #128851;
}

.b-a-1-font {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
}

.b-a-1-white {
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  border-left: 1px solid white;
  border-right: 1px solid white;
}

.b-a-1-black {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  border-left: 1px solid black;
  border-right: 1px solid black;
}

.b-a-1-primary {
  border-top: 1px solid #128851;
  border-bottom: 1px solid #128851;
  border-left: 1px solid #128851;
  border-right: 1px solid #128851;
}

.b-a-1-success {
  border-top: 1px solid #5cb85c;
  border-bottom: 1px solid #5cb85c;
  border-left: 1px solid #5cb85c;
  border-right: 1px solid #5cb85c;
}

.b-a-1-info {
  border-top: 1px solid #5bc0de;
  border-bottom: 1px solid #5bc0de;
  border-left: 1px solid #5bc0de;
  border-right: 1px solid #5bc0de;
}

.b-a-1-warning {
  border-top: 1px solid #f0ad4e;
  border-bottom: 1px solid #f0ad4e;
  border-left: 1px solid #f0ad4e;
  border-right: 1px solid #f0ad4e;
}

.b-a-1-danger {
  border-top: 1px solid #d9534f;
  border-bottom: 1px solid #d9534f;
  border-left: 1px solid #d9534f;
  border-right: 1px solid #d9534f;
}

.b-a-1-taupe {
  border-top: 1px solid #d2d0cc;
  border-bottom: 1px solid #d2d0cc;
  border-left: 1px solid #d2d0cc;
  border-right: 1px solid #d2d0cc;
}

.b-a-1-forest {
  border-top: 1px solid #128851;
  border-bottom: 1px solid #128851;
  border-left: 1px solid #128851;
  border-right: 1px solid #128851;
}

.b-t-2-font {
  border-top: 2px solid #333;
}

.b-t-2-white {
  border-top: 2px solid white;
}

.b-t-2-black {
  border-top: 2px solid black;
}

.b-t-2-primary {
  border-top: 2px solid #128851;
}

.b-t-2-success {
  border-top: 2px solid #5cb85c;
}

.b-t-2-info {
  border-top: 2px solid #5bc0de;
}

.b-t-2-warning {
  border-top: 2px solid #f0ad4e;
}

.b-t-2-danger {
  border-top: 2px solid #d9534f;
}

.b-t-2-taupe {
  border-top: 2px solid #d2d0cc;
}

.b-t-2-forest {
  border-top: 2px solid #128851;
}

.b-b-2-font {
  border-bottom: 2px solid #333;
}

.b-b-2-white {
  border-bottom: 2px solid white;
}

.b-b-2-black {
  border-bottom: 2px solid black;
}

.b-b-2-primary {
  border-bottom: 2px solid #128851;
}

.b-b-2-success {
  border-bottom: 2px solid #5cb85c;
}

.b-b-2-info {
  border-bottom: 2px solid #5bc0de;
}

.b-b-2-warning {
  border-bottom: 2px solid #f0ad4e;
}

.b-b-2-danger {
  border-bottom: 2px solid #d9534f;
}

.b-b-2-taupe {
  border-bottom: 2px solid #d2d0cc;
}

.b-b-2-forest {
  border-bottom: 2px solid #128851;
}

.b-l-2-font {
  border-left: 2px solid #333;
}

.b-l-2-white {
  border-left: 2px solid white;
}

.b-l-2-black {
  border-left: 2px solid black;
}

.b-l-2-primary {
  border-left: 2px solid #128851;
}

.b-l-2-success {
  border-left: 2px solid #5cb85c;
}

.b-l-2-info {
  border-left: 2px solid #5bc0de;
}

.b-l-2-warning {
  border-left: 2px solid #f0ad4e;
}

.b-l-2-danger {
  border-left: 2px solid #d9534f;
}

.b-l-2-taupe {
  border-left: 2px solid #d2d0cc;
}

.b-l-2-forest {
  border-left: 2px solid #128851;
}

.b-r-2-font {
  border-right: 2px solid #333;
}

.b-r-2-white {
  border-right: 2px solid white;
}

.b-r-2-black {
  border-right: 2px solid black;
}

.b-r-2-primary {
  border-right: 2px solid #128851;
}

.b-r-2-success {
  border-right: 2px solid #5cb85c;
}

.b-r-2-info {
  border-right: 2px solid #5bc0de;
}

.b-r-2-warning {
  border-right: 2px solid #f0ad4e;
}

.b-r-2-danger {
  border-right: 2px solid #d9534f;
}

.b-r-2-taupe {
  border-right: 2px solid #d2d0cc;
}

.b-r-2-forest {
  border-right: 2px solid #128851;
}

.b-x-2-font {
  border-left: 2px solid #333;
  border-right: 2px solid #333;
}

.b-x-2-white {
  border-left: 2px solid white;
  border-right: 2px solid white;
}

.b-x-2-black {
  border-left: 2px solid black;
  border-right: 2px solid black;
}

.b-x-2-primary {
  border-left: 2px solid #128851;
  border-right: 2px solid #128851;
}

.b-x-2-success {
  border-left: 2px solid #5cb85c;
  border-right: 2px solid #5cb85c;
}

.b-x-2-info {
  border-left: 2px solid #5bc0de;
  border-right: 2px solid #5bc0de;
}

.b-x-2-warning {
  border-left: 2px solid #f0ad4e;
  border-right: 2px solid #f0ad4e;
}

.b-x-2-danger {
  border-left: 2px solid #d9534f;
  border-right: 2px solid #d9534f;
}

.b-x-2-taupe {
  border-left: 2px solid #d2d0cc;
  border-right: 2px solid #d2d0cc;
}

.b-x-2-forest {
  border-left: 2px solid #128851;
  border-right: 2px solid #128851;
}

.b-y-2-font {
  border-top: 2px solid #333;
  border-bottom: 2px solid #333;
}

.b-y-2-white {
  border-top: 2px solid white;
  border-bottom: 2px solid white;
}

.b-y-2-black {
  border-top: 2px solid black;
  border-bottom: 2px solid black;
}

.b-y-2-primary {
  border-top: 2px solid #128851;
  border-bottom: 2px solid #128851;
}

.b-y-2-success {
  border-top: 2px solid #5cb85c;
  border-bottom: 2px solid #5cb85c;
}

.b-y-2-info {
  border-top: 2px solid #5bc0de;
  border-bottom: 2px solid #5bc0de;
}

.b-y-2-warning {
  border-top: 2px solid #f0ad4e;
  border-bottom: 2px solid #f0ad4e;
}

.b-y-2-danger {
  border-top: 2px solid #d9534f;
  border-bottom: 2px solid #d9534f;
}

.b-y-2-taupe {
  border-top: 2px solid #d2d0cc;
  border-bottom: 2px solid #d2d0cc;
}

.b-y-2-forest {
  border-top: 2px solid #128851;
  border-bottom: 2px solid #128851;
}

.b-a-2-font {
  border-top: 2px solid #333;
  border-bottom: 2px solid #333;
  border-left: 2px solid #333;
  border-right: 2px solid #333;
}

.b-a-2-white {
  border-top: 2px solid white;
  border-bottom: 2px solid white;
  border-left: 2px solid white;
  border-right: 2px solid white;
}

.b-a-2-black {
  border-top: 2px solid black;
  border-bottom: 2px solid black;
  border-left: 2px solid black;
  border-right: 2px solid black;
}

.b-a-2-primary {
  border-top: 2px solid #128851;
  border-bottom: 2px solid #128851;
  border-left: 2px solid #128851;
  border-right: 2px solid #128851;
}

.b-a-2-success {
  border-top: 2px solid #5cb85c;
  border-bottom: 2px solid #5cb85c;
  border-left: 2px solid #5cb85c;
  border-right: 2px solid #5cb85c;
}

.b-a-2-info {
  border-top: 2px solid #5bc0de;
  border-bottom: 2px solid #5bc0de;
  border-left: 2px solid #5bc0de;
  border-right: 2px solid #5bc0de;
}

.b-a-2-warning {
  border-top: 2px solid #f0ad4e;
  border-bottom: 2px solid #f0ad4e;
  border-left: 2px solid #f0ad4e;
  border-right: 2px solid #f0ad4e;
}

.b-a-2-danger {
  border-top: 2px solid #d9534f;
  border-bottom: 2px solid #d9534f;
  border-left: 2px solid #d9534f;
  border-right: 2px solid #d9534f;
}

.b-a-2-taupe {
  border-top: 2px solid #d2d0cc;
  border-bottom: 2px solid #d2d0cc;
  border-left: 2px solid #d2d0cc;
  border-right: 2px solid #d2d0cc;
}

.b-a-2-forest {
  border-top: 2px solid #128851;
  border-bottom: 2px solid #128851;
  border-left: 2px solid #128851;
  border-right: 2px solid #128851;
}

.b-t-3-font {
  border-top: 3px solid #333;
}

.b-t-3-white {
  border-top: 3px solid white;
}

.b-t-3-black {
  border-top: 3px solid black;
}

.b-t-3-primary {
  border-top: 3px solid #128851;
}

.b-t-3-success {
  border-top: 3px solid #5cb85c;
}

.b-t-3-info {
  border-top: 3px solid #5bc0de;
}

.b-t-3-warning {
  border-top: 3px solid #f0ad4e;
}

.b-t-3-danger {
  border-top: 3px solid #d9534f;
}

.b-t-3-taupe {
  border-top: 3px solid #d2d0cc;
}

.b-t-3-forest {
  border-top: 3px solid #128851;
}

.b-b-3-font {
  border-bottom: 3px solid #333;
}

.b-b-3-white {
  border-bottom: 3px solid white;
}

.b-b-3-black {
  border-bottom: 3px solid black;
}

.b-b-3-primary {
  border-bottom: 3px solid #128851;
}

.b-b-3-success {
  border-bottom: 3px solid #5cb85c;
}

.b-b-3-info {
  border-bottom: 3px solid #5bc0de;
}

.b-b-3-warning {
  border-bottom: 3px solid #f0ad4e;
}

.b-b-3-danger {
  border-bottom: 3px solid #d9534f;
}

.b-b-3-taupe {
  border-bottom: 3px solid #d2d0cc;
}

.b-b-3-forest {
  border-bottom: 3px solid #128851;
}

.b-l-3-font {
  border-left: 3px solid #333;
}

.b-l-3-white {
  border-left: 3px solid white;
}

.b-l-3-black {
  border-left: 3px solid black;
}

.b-l-3-primary {
  border-left: 3px solid #128851;
}

.b-l-3-success {
  border-left: 3px solid #5cb85c;
}

.b-l-3-info {
  border-left: 3px solid #5bc0de;
}

.b-l-3-warning {
  border-left: 3px solid #f0ad4e;
}

.b-l-3-danger {
  border-left: 3px solid #d9534f;
}

.b-l-3-taupe {
  border-left: 3px solid #d2d0cc;
}

.b-l-3-forest {
  border-left: 3px solid #128851;
}

.b-r-3-font {
  border-right: 3px solid #333;
}

.b-r-3-white {
  border-right: 3px solid white;
}

.b-r-3-black {
  border-right: 3px solid black;
}

.b-r-3-primary {
  border-right: 3px solid #128851;
}

.b-r-3-success {
  border-right: 3px solid #5cb85c;
}

.b-r-3-info {
  border-right: 3px solid #5bc0de;
}

.b-r-3-warning {
  border-right: 3px solid #f0ad4e;
}

.b-r-3-danger {
  border-right: 3px solid #d9534f;
}

.b-r-3-taupe {
  border-right: 3px solid #d2d0cc;
}

.b-r-3-forest {
  border-right: 3px solid #128851;
}

.b-x-3-font {
  border-left: 3px solid #333;
  border-right: 3px solid #333;
}

.b-x-3-white {
  border-left: 3px solid white;
  border-right: 3px solid white;
}

.b-x-3-black {
  border-left: 3px solid black;
  border-right: 3px solid black;
}

.b-x-3-primary {
  border-left: 3px solid #128851;
  border-right: 3px solid #128851;
}

.b-x-3-success {
  border-left: 3px solid #5cb85c;
  border-right: 3px solid #5cb85c;
}

.b-x-3-info {
  border-left: 3px solid #5bc0de;
  border-right: 3px solid #5bc0de;
}

.b-x-3-warning {
  border-left: 3px solid #f0ad4e;
  border-right: 3px solid #f0ad4e;
}

.b-x-3-danger {
  border-left: 3px solid #d9534f;
  border-right: 3px solid #d9534f;
}

.b-x-3-taupe {
  border-left: 3px solid #d2d0cc;
  border-right: 3px solid #d2d0cc;
}

.b-x-3-forest {
  border-left: 3px solid #128851;
  border-right: 3px solid #128851;
}

.b-y-3-font {
  border-top: 3px solid #333;
  border-bottom: 3px solid #333;
}

.b-y-3-white {
  border-top: 3px solid white;
  border-bottom: 3px solid white;
}

.b-y-3-black {
  border-top: 3px solid black;
  border-bottom: 3px solid black;
}

.b-y-3-primary {
  border-top: 3px solid #128851;
  border-bottom: 3px solid #128851;
}

.b-y-3-success {
  border-top: 3px solid #5cb85c;
  border-bottom: 3px solid #5cb85c;
}

.b-y-3-info {
  border-top: 3px solid #5bc0de;
  border-bottom: 3px solid #5bc0de;
}

.b-y-3-warning {
  border-top: 3px solid #f0ad4e;
  border-bottom: 3px solid #f0ad4e;
}

.b-y-3-danger {
  border-top: 3px solid #d9534f;
  border-bottom: 3px solid #d9534f;
}

.b-y-3-taupe {
  border-top: 3px solid #d2d0cc;
  border-bottom: 3px solid #d2d0cc;
}

.b-y-3-forest {
  border-top: 3px solid #128851;
  border-bottom: 3px solid #128851;
}

.b-a-3-font {
  border-top: 3px solid #333;
  border-bottom: 3px solid #333;
  border-left: 3px solid #333;
  border-right: 3px solid #333;
}

.b-a-3-white {
  border-top: 3px solid white;
  border-bottom: 3px solid white;
  border-left: 3px solid white;
  border-right: 3px solid white;
}

.b-a-3-black {
  border-top: 3px solid black;
  border-bottom: 3px solid black;
  border-left: 3px solid black;
  border-right: 3px solid black;
}

.b-a-3-primary {
  border-top: 3px solid #128851;
  border-bottom: 3px solid #128851;
  border-left: 3px solid #128851;
  border-right: 3px solid #128851;
}

.b-a-3-success {
  border-top: 3px solid #5cb85c;
  border-bottom: 3px solid #5cb85c;
  border-left: 3px solid #5cb85c;
  border-right: 3px solid #5cb85c;
}

.b-a-3-info {
  border-top: 3px solid #5bc0de;
  border-bottom: 3px solid #5bc0de;
  border-left: 3px solid #5bc0de;
  border-right: 3px solid #5bc0de;
}

.b-a-3-warning {
  border-top: 3px solid #f0ad4e;
  border-bottom: 3px solid #f0ad4e;
  border-left: 3px solid #f0ad4e;
  border-right: 3px solid #f0ad4e;
}

.b-a-3-danger {
  border-top: 3px solid #d9534f;
  border-bottom: 3px solid #d9534f;
  border-left: 3px solid #d9534f;
  border-right: 3px solid #d9534f;
}

.b-a-3-taupe {
  border-top: 3px solid #d2d0cc;
  border-bottom: 3px solid #d2d0cc;
  border-left: 3px solid #d2d0cc;
  border-right: 3px solid #d2d0cc;
}

.b-a-3-forest {
  border-top: 3px solid #128851;
  border-bottom: 3px solid #128851;
  border-left: 3px solid #128851;
  border-right: 3px solid #128851;
}

.b-t-4-font {
  border-top: 4px solid #333;
}

.b-t-4-white {
  border-top: 4px solid white;
}

.b-t-4-black {
  border-top: 4px solid black;
}

.b-t-4-primary {
  border-top: 4px solid #128851;
}

.b-t-4-success {
  border-top: 4px solid #5cb85c;
}

.b-t-4-info {
  border-top: 4px solid #5bc0de;
}

.b-t-4-warning {
  border-top: 4px solid #f0ad4e;
}

.b-t-4-danger {
  border-top: 4px solid #d9534f;
}

.b-t-4-taupe {
  border-top: 4px solid #d2d0cc;
}

.b-t-4-forest {
  border-top: 4px solid #128851;
}

.b-b-4-font {
  border-bottom: 4px solid #333;
}

.b-b-4-white {
  border-bottom: 4px solid white;
}

.b-b-4-black {
  border-bottom: 4px solid black;
}

.b-b-4-primary {
  border-bottom: 4px solid #128851;
}

.b-b-4-success {
  border-bottom: 4px solid #5cb85c;
}

.b-b-4-info {
  border-bottom: 4px solid #5bc0de;
}

.b-b-4-warning {
  border-bottom: 4px solid #f0ad4e;
}

.b-b-4-danger {
  border-bottom: 4px solid #d9534f;
}

.b-b-4-taupe {
  border-bottom: 4px solid #d2d0cc;
}

.b-b-4-forest {
  border-bottom: 4px solid #128851;
}

.b-l-4-font {
  border-left: 4px solid #333;
}

.b-l-4-white {
  border-left: 4px solid white;
}

.b-l-4-black {
  border-left: 4px solid black;
}

.b-l-4-primary {
  border-left: 4px solid #128851;
}

.b-l-4-success {
  border-left: 4px solid #5cb85c;
}

.b-l-4-info {
  border-left: 4px solid #5bc0de;
}

.b-l-4-warning {
  border-left: 4px solid #f0ad4e;
}

.b-l-4-danger {
  border-left: 4px solid #d9534f;
}

.b-l-4-taupe {
  border-left: 4px solid #d2d0cc;
}

.b-l-4-forest {
  border-left: 4px solid #128851;
}

.b-r-4-font {
  border-right: 4px solid #333;
}

.b-r-4-white {
  border-right: 4px solid white;
}

.b-r-4-black {
  border-right: 4px solid black;
}

.b-r-4-primary {
  border-right: 4px solid #128851;
}

.b-r-4-success {
  border-right: 4px solid #5cb85c;
}

.b-r-4-info {
  border-right: 4px solid #5bc0de;
}

.b-r-4-warning {
  border-right: 4px solid #f0ad4e;
}

.b-r-4-danger {
  border-right: 4px solid #d9534f;
}

.b-r-4-taupe {
  border-right: 4px solid #d2d0cc;
}

.b-r-4-forest {
  border-right: 4px solid #128851;
}

.b-x-4-font {
  border-left: 4px solid #333;
  border-right: 4px solid #333;
}

.b-x-4-white {
  border-left: 4px solid white;
  border-right: 4px solid white;
}

.b-x-4-black {
  border-left: 4px solid black;
  border-right: 4px solid black;
}

.b-x-4-primary {
  border-left: 4px solid #128851;
  border-right: 4px solid #128851;
}

.b-x-4-success {
  border-left: 4px solid #5cb85c;
  border-right: 4px solid #5cb85c;
}

.b-x-4-info {
  border-left: 4px solid #5bc0de;
  border-right: 4px solid #5bc0de;
}

.b-x-4-warning {
  border-left: 4px solid #f0ad4e;
  border-right: 4px solid #f0ad4e;
}

.b-x-4-danger {
  border-left: 4px solid #d9534f;
  border-right: 4px solid #d9534f;
}

.b-x-4-taupe {
  border-left: 4px solid #d2d0cc;
  border-right: 4px solid #d2d0cc;
}

.b-x-4-forest {
  border-left: 4px solid #128851;
  border-right: 4px solid #128851;
}

.b-y-4-font {
  border-top: 4px solid #333;
  border-bottom: 4px solid #333;
}

.b-y-4-white {
  border-top: 4px solid white;
  border-bottom: 4px solid white;
}

.b-y-4-black {
  border-top: 4px solid black;
  border-bottom: 4px solid black;
}

.b-y-4-primary {
  border-top: 4px solid #128851;
  border-bottom: 4px solid #128851;
}

.b-y-4-success {
  border-top: 4px solid #5cb85c;
  border-bottom: 4px solid #5cb85c;
}

.b-y-4-info {
  border-top: 4px solid #5bc0de;
  border-bottom: 4px solid #5bc0de;
}

.b-y-4-warning {
  border-top: 4px solid #f0ad4e;
  border-bottom: 4px solid #f0ad4e;
}

.b-y-4-danger {
  border-top: 4px solid #d9534f;
  border-bottom: 4px solid #d9534f;
}

.b-y-4-taupe {
  border-top: 4px solid #d2d0cc;
  border-bottom: 4px solid #d2d0cc;
}

.b-y-4-forest {
  border-top: 4px solid #128851;
  border-bottom: 4px solid #128851;
}

.b-a-4-font {
  border-top: 4px solid #333;
  border-bottom: 4px solid #333;
  border-left: 4px solid #333;
  border-right: 4px solid #333;
}

.b-a-4-white {
  border-top: 4px solid white;
  border-bottom: 4px solid white;
  border-left: 4px solid white;
  border-right: 4px solid white;
}

.b-a-4-black {
  border-top: 4px solid black;
  border-bottom: 4px solid black;
  border-left: 4px solid black;
  border-right: 4px solid black;
}

.b-a-4-primary {
  border-top: 4px solid #128851;
  border-bottom: 4px solid #128851;
  border-left: 4px solid #128851;
  border-right: 4px solid #128851;
}

.b-a-4-success {
  border-top: 4px solid #5cb85c;
  border-bottom: 4px solid #5cb85c;
  border-left: 4px solid #5cb85c;
  border-right: 4px solid #5cb85c;
}

.b-a-4-info {
  border-top: 4px solid #5bc0de;
  border-bottom: 4px solid #5bc0de;
  border-left: 4px solid #5bc0de;
  border-right: 4px solid #5bc0de;
}

.b-a-4-warning {
  border-top: 4px solid #f0ad4e;
  border-bottom: 4px solid #f0ad4e;
  border-left: 4px solid #f0ad4e;
  border-right: 4px solid #f0ad4e;
}

.b-a-4-danger {
  border-top: 4px solid #d9534f;
  border-bottom: 4px solid #d9534f;
  border-left: 4px solid #d9534f;
  border-right: 4px solid #d9534f;
}

.b-a-4-taupe {
  border-top: 4px solid #d2d0cc;
  border-bottom: 4px solid #d2d0cc;
  border-left: 4px solid #d2d0cc;
  border-right: 4px solid #d2d0cc;
}

.b-a-4-forest {
  border-top: 4px solid #128851;
  border-bottom: 4px solid #128851;
  border-left: 4px solid #128851;
  border-right: 4px solid #128851;
}

.b-t-5-font {
  border-top: 5px solid #333;
}

.b-t-5-white {
  border-top: 5px solid white;
}

.b-t-5-black {
  border-top: 5px solid black;
}

.b-t-5-primary {
  border-top: 5px solid #128851;
}

.b-t-5-success {
  border-top: 5px solid #5cb85c;
}

.b-t-5-info {
  border-top: 5px solid #5bc0de;
}

.b-t-5-warning {
  border-top: 5px solid #f0ad4e;
}

.b-t-5-danger {
  border-top: 5px solid #d9534f;
}

.b-t-5-taupe {
  border-top: 5px solid #d2d0cc;
}

.b-t-5-forest {
  border-top: 5px solid #128851;
}

.b-b-5-font {
  border-bottom: 5px solid #333;
}

.b-b-5-white {
  border-bottom: 5px solid white;
}

.b-b-5-black {
  border-bottom: 5px solid black;
}

.b-b-5-primary {
  border-bottom: 5px solid #128851;
}

.b-b-5-success {
  border-bottom: 5px solid #5cb85c;
}

.b-b-5-info {
  border-bottom: 5px solid #5bc0de;
}

.b-b-5-warning {
  border-bottom: 5px solid #f0ad4e;
}

.b-b-5-danger {
  border-bottom: 5px solid #d9534f;
}

.b-b-5-taupe {
  border-bottom: 5px solid #d2d0cc;
}

.b-b-5-forest {
  border-bottom: 5px solid #128851;
}

.b-l-5-font {
  border-left: 5px solid #333;
}

.b-l-5-white {
  border-left: 5px solid white;
}

.b-l-5-black {
  border-left: 5px solid black;
}

.b-l-5-primary {
  border-left: 5px solid #128851;
}

.b-l-5-success {
  border-left: 5px solid #5cb85c;
}

.b-l-5-info {
  border-left: 5px solid #5bc0de;
}

.b-l-5-warning {
  border-left: 5px solid #f0ad4e;
}

.b-l-5-danger {
  border-left: 5px solid #d9534f;
}

.b-l-5-taupe {
  border-left: 5px solid #d2d0cc;
}

.b-l-5-forest {
  border-left: 5px solid #128851;
}

.b-r-5-font {
  border-right: 5px solid #333;
}

.b-r-5-white {
  border-right: 5px solid white;
}

.b-r-5-black {
  border-right: 5px solid black;
}

.b-r-5-primary {
  border-right: 5px solid #128851;
}

.b-r-5-success {
  border-right: 5px solid #5cb85c;
}

.b-r-5-info {
  border-right: 5px solid #5bc0de;
}

.b-r-5-warning {
  border-right: 5px solid #f0ad4e;
}

.b-r-5-danger {
  border-right: 5px solid #d9534f;
}

.b-r-5-taupe {
  border-right: 5px solid #d2d0cc;
}

.b-r-5-forest {
  border-right: 5px solid #128851;
}

.b-x-5-font {
  border-left: 5px solid #333;
  border-right: 5px solid #333;
}

.b-x-5-white {
  border-left: 5px solid white;
  border-right: 5px solid white;
}

.b-x-5-black {
  border-left: 5px solid black;
  border-right: 5px solid black;
}

.b-x-5-primary {
  border-left: 5px solid #128851;
  border-right: 5px solid #128851;
}

.b-x-5-success {
  border-left: 5px solid #5cb85c;
  border-right: 5px solid #5cb85c;
}

.b-x-5-info {
  border-left: 5px solid #5bc0de;
  border-right: 5px solid #5bc0de;
}

.b-x-5-warning {
  border-left: 5px solid #f0ad4e;
  border-right: 5px solid #f0ad4e;
}

.b-x-5-danger {
  border-left: 5px solid #d9534f;
  border-right: 5px solid #d9534f;
}

.b-x-5-taupe {
  border-left: 5px solid #d2d0cc;
  border-right: 5px solid #d2d0cc;
}

.b-x-5-forest {
  border-left: 5px solid #128851;
  border-right: 5px solid #128851;
}

.b-y-5-font {
  border-top: 5px solid #333;
  border-bottom: 5px solid #333;
}

.b-y-5-white {
  border-top: 5px solid white;
  border-bottom: 5px solid white;
}

.b-y-5-black {
  border-top: 5px solid black;
  border-bottom: 5px solid black;
}

.b-y-5-primary {
  border-top: 5px solid #128851;
  border-bottom: 5px solid #128851;
}

.b-y-5-success {
  border-top: 5px solid #5cb85c;
  border-bottom: 5px solid #5cb85c;
}

.b-y-5-info {
  border-top: 5px solid #5bc0de;
  border-bottom: 5px solid #5bc0de;
}

.b-y-5-warning {
  border-top: 5px solid #f0ad4e;
  border-bottom: 5px solid #f0ad4e;
}

.b-y-5-danger {
  border-top: 5px solid #d9534f;
  border-bottom: 5px solid #d9534f;
}

.b-y-5-taupe {
  border-top: 5px solid #d2d0cc;
  border-bottom: 5px solid #d2d0cc;
}

.b-y-5-forest {
  border-top: 5px solid #128851;
  border-bottom: 5px solid #128851;
}

.b-a-5-font {
  border-top: 5px solid #333;
  border-bottom: 5px solid #333;
  border-left: 5px solid #333;
  border-right: 5px solid #333;
}

.b-a-5-white {
  border-top: 5px solid white;
  border-bottom: 5px solid white;
  border-left: 5px solid white;
  border-right: 5px solid white;
}

.b-a-5-black {
  border-top: 5px solid black;
  border-bottom: 5px solid black;
  border-left: 5px solid black;
  border-right: 5px solid black;
}

.b-a-5-primary {
  border-top: 5px solid #128851;
  border-bottom: 5px solid #128851;
  border-left: 5px solid #128851;
  border-right: 5px solid #128851;
}

.b-a-5-success {
  border-top: 5px solid #5cb85c;
  border-bottom: 5px solid #5cb85c;
  border-left: 5px solid #5cb85c;
  border-right: 5px solid #5cb85c;
}

.b-a-5-info {
  border-top: 5px solid #5bc0de;
  border-bottom: 5px solid #5bc0de;
  border-left: 5px solid #5bc0de;
  border-right: 5px solid #5bc0de;
}

.b-a-5-warning {
  border-top: 5px solid #f0ad4e;
  border-bottom: 5px solid #f0ad4e;
  border-left: 5px solid #f0ad4e;
  border-right: 5px solid #f0ad4e;
}

.b-a-5-danger {
  border-top: 5px solid #d9534f;
  border-bottom: 5px solid #d9534f;
  border-left: 5px solid #d9534f;
  border-right: 5px solid #d9534f;
}

.b-a-5-taupe {
  border-top: 5px solid #d2d0cc;
  border-bottom: 5px solid #d2d0cc;
  border-left: 5px solid #d2d0cc;
  border-right: 5px solid #d2d0cc;
}

.b-a-5-forest {
  border-top: 5px solid #128851;
  border-bottom: 5px solid #128851;
  border-left: 5px solid #128851;
  border-right: 5px solid #128851;
}

.b-t-6-font {
  border-top: 6px solid #333;
}

.b-t-6-white {
  border-top: 6px solid white;
}

.b-t-6-black {
  border-top: 6px solid black;
}

.b-t-6-primary {
  border-top: 6px solid #128851;
}

.b-t-6-success {
  border-top: 6px solid #5cb85c;
}

.b-t-6-info {
  border-top: 6px solid #5bc0de;
}

.b-t-6-warning {
  border-top: 6px solid #f0ad4e;
}

.b-t-6-danger {
  border-top: 6px solid #d9534f;
}

.b-t-6-taupe {
  border-top: 6px solid #d2d0cc;
}

.b-t-6-forest {
  border-top: 6px solid #128851;
}

.b-b-6-font {
  border-bottom: 6px solid #333;
}

.b-b-6-white {
  border-bottom: 6px solid white;
}

.b-b-6-black {
  border-bottom: 6px solid black;
}

.b-b-6-primary {
  border-bottom: 6px solid #128851;
}

.b-b-6-success {
  border-bottom: 6px solid #5cb85c;
}

.b-b-6-info {
  border-bottom: 6px solid #5bc0de;
}

.b-b-6-warning {
  border-bottom: 6px solid #f0ad4e;
}

.b-b-6-danger {
  border-bottom: 6px solid #d9534f;
}

.b-b-6-taupe {
  border-bottom: 6px solid #d2d0cc;
}

.b-b-6-forest {
  border-bottom: 6px solid #128851;
}

.b-l-6-font {
  border-left: 6px solid #333;
}

.b-l-6-white {
  border-left: 6px solid white;
}

.b-l-6-black {
  border-left: 6px solid black;
}

.b-l-6-primary {
  border-left: 6px solid #128851;
}

.b-l-6-success {
  border-left: 6px solid #5cb85c;
}

.b-l-6-info {
  border-left: 6px solid #5bc0de;
}

.b-l-6-warning {
  border-left: 6px solid #f0ad4e;
}

.b-l-6-danger {
  border-left: 6px solid #d9534f;
}

.b-l-6-taupe {
  border-left: 6px solid #d2d0cc;
}

.b-l-6-forest {
  border-left: 6px solid #128851;
}

.b-r-6-font {
  border-right: 6px solid #333;
}

.b-r-6-white {
  border-right: 6px solid white;
}

.b-r-6-black {
  border-right: 6px solid black;
}

.b-r-6-primary {
  border-right: 6px solid #128851;
}

.b-r-6-success {
  border-right: 6px solid #5cb85c;
}

.b-r-6-info {
  border-right: 6px solid #5bc0de;
}

.b-r-6-warning {
  border-right: 6px solid #f0ad4e;
}

.b-r-6-danger {
  border-right: 6px solid #d9534f;
}

.b-r-6-taupe {
  border-right: 6px solid #d2d0cc;
}

.b-r-6-forest {
  border-right: 6px solid #128851;
}

.b-x-6-font {
  border-left: 6px solid #333;
  border-right: 6px solid #333;
}

.b-x-6-white {
  border-left: 6px solid white;
  border-right: 6px solid white;
}

.b-x-6-black {
  border-left: 6px solid black;
  border-right: 6px solid black;
}

.b-x-6-primary {
  border-left: 6px solid #128851;
  border-right: 6px solid #128851;
}

.b-x-6-success {
  border-left: 6px solid #5cb85c;
  border-right: 6px solid #5cb85c;
}

.b-x-6-info {
  border-left: 6px solid #5bc0de;
  border-right: 6px solid #5bc0de;
}

.b-x-6-warning {
  border-left: 6px solid #f0ad4e;
  border-right: 6px solid #f0ad4e;
}

.b-x-6-danger {
  border-left: 6px solid #d9534f;
  border-right: 6px solid #d9534f;
}

.b-x-6-taupe {
  border-left: 6px solid #d2d0cc;
  border-right: 6px solid #d2d0cc;
}

.b-x-6-forest {
  border-left: 6px solid #128851;
  border-right: 6px solid #128851;
}

.b-y-6-font {
  border-top: 6px solid #333;
  border-bottom: 6px solid #333;
}

.b-y-6-white {
  border-top: 6px solid white;
  border-bottom: 6px solid white;
}

.b-y-6-black {
  border-top: 6px solid black;
  border-bottom: 6px solid black;
}

.b-y-6-primary {
  border-top: 6px solid #128851;
  border-bottom: 6px solid #128851;
}

.b-y-6-success {
  border-top: 6px solid #5cb85c;
  border-bottom: 6px solid #5cb85c;
}

.b-y-6-info {
  border-top: 6px solid #5bc0de;
  border-bottom: 6px solid #5bc0de;
}

.b-y-6-warning {
  border-top: 6px solid #f0ad4e;
  border-bottom: 6px solid #f0ad4e;
}

.b-y-6-danger {
  border-top: 6px solid #d9534f;
  border-bottom: 6px solid #d9534f;
}

.b-y-6-taupe {
  border-top: 6px solid #d2d0cc;
  border-bottom: 6px solid #d2d0cc;
}

.b-y-6-forest {
  border-top: 6px solid #128851;
  border-bottom: 6px solid #128851;
}

.b-a-6-font {
  border-top: 6px solid #333;
  border-bottom: 6px solid #333;
  border-left: 6px solid #333;
  border-right: 6px solid #333;
}

.b-a-6-white {
  border-top: 6px solid white;
  border-bottom: 6px solid white;
  border-left: 6px solid white;
  border-right: 6px solid white;
}

.b-a-6-black {
  border-top: 6px solid black;
  border-bottom: 6px solid black;
  border-left: 6px solid black;
  border-right: 6px solid black;
}

.b-a-6-primary {
  border-top: 6px solid #128851;
  border-bottom: 6px solid #128851;
  border-left: 6px solid #128851;
  border-right: 6px solid #128851;
}

.b-a-6-success {
  border-top: 6px solid #5cb85c;
  border-bottom: 6px solid #5cb85c;
  border-left: 6px solid #5cb85c;
  border-right: 6px solid #5cb85c;
}

.b-a-6-info {
  border-top: 6px solid #5bc0de;
  border-bottom: 6px solid #5bc0de;
  border-left: 6px solid #5bc0de;
  border-right: 6px solid #5bc0de;
}

.b-a-6-warning {
  border-top: 6px solid #f0ad4e;
  border-bottom: 6px solid #f0ad4e;
  border-left: 6px solid #f0ad4e;
  border-right: 6px solid #f0ad4e;
}

.b-a-6-danger {
  border-top: 6px solid #d9534f;
  border-bottom: 6px solid #d9534f;
  border-left: 6px solid #d9534f;
  border-right: 6px solid #d9534f;
}

.b-a-6-taupe {
  border-top: 6px solid #d2d0cc;
  border-bottom: 6px solid #d2d0cc;
  border-left: 6px solid #d2d0cc;
  border-right: 6px solid #d2d0cc;
}

.b-a-6-forest {
  border-top: 6px solid #128851;
  border-bottom: 6px solid #128851;
  border-left: 6px solid #128851;
  border-right: 6px solid #128851;
}

.b-t-7-font {
  border-top: 7px solid #333;
}

.b-t-7-white {
  border-top: 7px solid white;
}

.b-t-7-black {
  border-top: 7px solid black;
}

.b-t-7-primary {
  border-top: 7px solid #128851;
}

.b-t-7-success {
  border-top: 7px solid #5cb85c;
}

.b-t-7-info {
  border-top: 7px solid #5bc0de;
}

.b-t-7-warning {
  border-top: 7px solid #f0ad4e;
}

.b-t-7-danger {
  border-top: 7px solid #d9534f;
}

.b-t-7-taupe {
  border-top: 7px solid #d2d0cc;
}

.b-t-7-forest {
  border-top: 7px solid #128851;
}

.b-b-7-font {
  border-bottom: 7px solid #333;
}

.b-b-7-white {
  border-bottom: 7px solid white;
}

.b-b-7-black {
  border-bottom: 7px solid black;
}

.b-b-7-primary {
  border-bottom: 7px solid #128851;
}

.b-b-7-success {
  border-bottom: 7px solid #5cb85c;
}

.b-b-7-info {
  border-bottom: 7px solid #5bc0de;
}

.b-b-7-warning {
  border-bottom: 7px solid #f0ad4e;
}

.b-b-7-danger {
  border-bottom: 7px solid #d9534f;
}

.b-b-7-taupe {
  border-bottom: 7px solid #d2d0cc;
}

.b-b-7-forest {
  border-bottom: 7px solid #128851;
}

.b-l-7-font {
  border-left: 7px solid #333;
}

.b-l-7-white {
  border-left: 7px solid white;
}

.b-l-7-black {
  border-left: 7px solid black;
}

.b-l-7-primary {
  border-left: 7px solid #128851;
}

.b-l-7-success {
  border-left: 7px solid #5cb85c;
}

.b-l-7-info {
  border-left: 7px solid #5bc0de;
}

.b-l-7-warning {
  border-left: 7px solid #f0ad4e;
}

.b-l-7-danger {
  border-left: 7px solid #d9534f;
}

.b-l-7-taupe {
  border-left: 7px solid #d2d0cc;
}

.b-l-7-forest {
  border-left: 7px solid #128851;
}

.b-r-7-font {
  border-right: 7px solid #333;
}

.b-r-7-white {
  border-right: 7px solid white;
}

.b-r-7-black {
  border-right: 7px solid black;
}

.b-r-7-primary {
  border-right: 7px solid #128851;
}

.b-r-7-success {
  border-right: 7px solid #5cb85c;
}

.b-r-7-info {
  border-right: 7px solid #5bc0de;
}

.b-r-7-warning {
  border-right: 7px solid #f0ad4e;
}

.b-r-7-danger {
  border-right: 7px solid #d9534f;
}

.b-r-7-taupe {
  border-right: 7px solid #d2d0cc;
}

.b-r-7-forest {
  border-right: 7px solid #128851;
}

.b-x-7-font {
  border-left: 7px solid #333;
  border-right: 7px solid #333;
}

.b-x-7-white {
  border-left: 7px solid white;
  border-right: 7px solid white;
}

.b-x-7-black {
  border-left: 7px solid black;
  border-right: 7px solid black;
}

.b-x-7-primary {
  border-left: 7px solid #128851;
  border-right: 7px solid #128851;
}

.b-x-7-success {
  border-left: 7px solid #5cb85c;
  border-right: 7px solid #5cb85c;
}

.b-x-7-info {
  border-left: 7px solid #5bc0de;
  border-right: 7px solid #5bc0de;
}

.b-x-7-warning {
  border-left: 7px solid #f0ad4e;
  border-right: 7px solid #f0ad4e;
}

.b-x-7-danger {
  border-left: 7px solid #d9534f;
  border-right: 7px solid #d9534f;
}

.b-x-7-taupe {
  border-left: 7px solid #d2d0cc;
  border-right: 7px solid #d2d0cc;
}

.b-x-7-forest {
  border-left: 7px solid #128851;
  border-right: 7px solid #128851;
}

.b-y-7-font {
  border-top: 7px solid #333;
  border-bottom: 7px solid #333;
}

.b-y-7-white {
  border-top: 7px solid white;
  border-bottom: 7px solid white;
}

.b-y-7-black {
  border-top: 7px solid black;
  border-bottom: 7px solid black;
}

.b-y-7-primary {
  border-top: 7px solid #128851;
  border-bottom: 7px solid #128851;
}

.b-y-7-success {
  border-top: 7px solid #5cb85c;
  border-bottom: 7px solid #5cb85c;
}

.b-y-7-info {
  border-top: 7px solid #5bc0de;
  border-bottom: 7px solid #5bc0de;
}

.b-y-7-warning {
  border-top: 7px solid #f0ad4e;
  border-bottom: 7px solid #f0ad4e;
}

.b-y-7-danger {
  border-top: 7px solid #d9534f;
  border-bottom: 7px solid #d9534f;
}

.b-y-7-taupe {
  border-top: 7px solid #d2d0cc;
  border-bottom: 7px solid #d2d0cc;
}

.b-y-7-forest {
  border-top: 7px solid #128851;
  border-bottom: 7px solid #128851;
}

.b-a-7-font {
  border-top: 7px solid #333;
  border-bottom: 7px solid #333;
  border-left: 7px solid #333;
  border-right: 7px solid #333;
}

.b-a-7-white {
  border-top: 7px solid white;
  border-bottom: 7px solid white;
  border-left: 7px solid white;
  border-right: 7px solid white;
}

.b-a-7-black {
  border-top: 7px solid black;
  border-bottom: 7px solid black;
  border-left: 7px solid black;
  border-right: 7px solid black;
}

.b-a-7-primary {
  border-top: 7px solid #128851;
  border-bottom: 7px solid #128851;
  border-left: 7px solid #128851;
  border-right: 7px solid #128851;
}

.b-a-7-success {
  border-top: 7px solid #5cb85c;
  border-bottom: 7px solid #5cb85c;
  border-left: 7px solid #5cb85c;
  border-right: 7px solid #5cb85c;
}

.b-a-7-info {
  border-top: 7px solid #5bc0de;
  border-bottom: 7px solid #5bc0de;
  border-left: 7px solid #5bc0de;
  border-right: 7px solid #5bc0de;
}

.b-a-7-warning {
  border-top: 7px solid #f0ad4e;
  border-bottom: 7px solid #f0ad4e;
  border-left: 7px solid #f0ad4e;
  border-right: 7px solid #f0ad4e;
}

.b-a-7-danger {
  border-top: 7px solid #d9534f;
  border-bottom: 7px solid #d9534f;
  border-left: 7px solid #d9534f;
  border-right: 7px solid #d9534f;
}

.b-a-7-taupe {
  border-top: 7px solid #d2d0cc;
  border-bottom: 7px solid #d2d0cc;
  border-left: 7px solid #d2d0cc;
  border-right: 7px solid #d2d0cc;
}

.b-a-7-forest {
  border-top: 7px solid #128851;
  border-bottom: 7px solid #128851;
  border-left: 7px solid #128851;
  border-right: 7px solid #128851;
}

.b-t-8-font {
  border-top: 8px solid #333;
}

.b-t-8-white {
  border-top: 8px solid white;
}

.b-t-8-black {
  border-top: 8px solid black;
}

.b-t-8-primary {
  border-top: 8px solid #128851;
}

.b-t-8-success {
  border-top: 8px solid #5cb85c;
}

.b-t-8-info {
  border-top: 8px solid #5bc0de;
}

.b-t-8-warning {
  border-top: 8px solid #f0ad4e;
}

.b-t-8-danger {
  border-top: 8px solid #d9534f;
}

.b-t-8-taupe {
  border-top: 8px solid #d2d0cc;
}

.b-t-8-forest {
  border-top: 8px solid #128851;
}

.b-b-8-font {
  border-bottom: 8px solid #333;
}

.b-b-8-white {
  border-bottom: 8px solid white;
}

.b-b-8-black {
  border-bottom: 8px solid black;
}

.b-b-8-primary {
  border-bottom: 8px solid #128851;
}

.b-b-8-success {
  border-bottom: 8px solid #5cb85c;
}

.b-b-8-info {
  border-bottom: 8px solid #5bc0de;
}

.b-b-8-warning {
  border-bottom: 8px solid #f0ad4e;
}

.b-b-8-danger {
  border-bottom: 8px solid #d9534f;
}

.b-b-8-taupe {
  border-bottom: 8px solid #d2d0cc;
}

.b-b-8-forest {
  border-bottom: 8px solid #128851;
}

.b-l-8-font {
  border-left: 8px solid #333;
}

.b-l-8-white {
  border-left: 8px solid white;
}

.b-l-8-black {
  border-left: 8px solid black;
}

.b-l-8-primary {
  border-left: 8px solid #128851;
}

.b-l-8-success {
  border-left: 8px solid #5cb85c;
}

.b-l-8-info {
  border-left: 8px solid #5bc0de;
}

.b-l-8-warning {
  border-left: 8px solid #f0ad4e;
}

.b-l-8-danger {
  border-left: 8px solid #d9534f;
}

.b-l-8-taupe {
  border-left: 8px solid #d2d0cc;
}

.b-l-8-forest {
  border-left: 8px solid #128851;
}

.b-r-8-font {
  border-right: 8px solid #333;
}

.b-r-8-white {
  border-right: 8px solid white;
}

.b-r-8-black {
  border-right: 8px solid black;
}

.b-r-8-primary {
  border-right: 8px solid #128851;
}

.b-r-8-success {
  border-right: 8px solid #5cb85c;
}

.b-r-8-info {
  border-right: 8px solid #5bc0de;
}

.b-r-8-warning {
  border-right: 8px solid #f0ad4e;
}

.b-r-8-danger {
  border-right: 8px solid #d9534f;
}

.b-r-8-taupe {
  border-right: 8px solid #d2d0cc;
}

.b-r-8-forest {
  border-right: 8px solid #128851;
}

.b-x-8-font {
  border-left: 8px solid #333;
  border-right: 8px solid #333;
}

.b-x-8-white {
  border-left: 8px solid white;
  border-right: 8px solid white;
}

.b-x-8-black {
  border-left: 8px solid black;
  border-right: 8px solid black;
}

.b-x-8-primary {
  border-left: 8px solid #128851;
  border-right: 8px solid #128851;
}

.b-x-8-success {
  border-left: 8px solid #5cb85c;
  border-right: 8px solid #5cb85c;
}

.b-x-8-info {
  border-left: 8px solid #5bc0de;
  border-right: 8px solid #5bc0de;
}

.b-x-8-warning {
  border-left: 8px solid #f0ad4e;
  border-right: 8px solid #f0ad4e;
}

.b-x-8-danger {
  border-left: 8px solid #d9534f;
  border-right: 8px solid #d9534f;
}

.b-x-8-taupe {
  border-left: 8px solid #d2d0cc;
  border-right: 8px solid #d2d0cc;
}

.b-x-8-forest {
  border-left: 8px solid #128851;
  border-right: 8px solid #128851;
}

.b-y-8-font {
  border-top: 8px solid #333;
  border-bottom: 8px solid #333;
}

.b-y-8-white {
  border-top: 8px solid white;
  border-bottom: 8px solid white;
}

.b-y-8-black {
  border-top: 8px solid black;
  border-bottom: 8px solid black;
}

.b-y-8-primary {
  border-top: 8px solid #128851;
  border-bottom: 8px solid #128851;
}

.b-y-8-success {
  border-top: 8px solid #5cb85c;
  border-bottom: 8px solid #5cb85c;
}

.b-y-8-info {
  border-top: 8px solid #5bc0de;
  border-bottom: 8px solid #5bc0de;
}

.b-y-8-warning {
  border-top: 8px solid #f0ad4e;
  border-bottom: 8px solid #f0ad4e;
}

.b-y-8-danger {
  border-top: 8px solid #d9534f;
  border-bottom: 8px solid #d9534f;
}

.b-y-8-taupe {
  border-top: 8px solid #d2d0cc;
  border-bottom: 8px solid #d2d0cc;
}

.b-y-8-forest {
  border-top: 8px solid #128851;
  border-bottom: 8px solid #128851;
}

.b-a-8-font {
  border-top: 8px solid #333;
  border-bottom: 8px solid #333;
  border-left: 8px solid #333;
  border-right: 8px solid #333;
}

.b-a-8-white {
  border-top: 8px solid white;
  border-bottom: 8px solid white;
  border-left: 8px solid white;
  border-right: 8px solid white;
}

.b-a-8-black {
  border-top: 8px solid black;
  border-bottom: 8px solid black;
  border-left: 8px solid black;
  border-right: 8px solid black;
}

.b-a-8-primary {
  border-top: 8px solid #128851;
  border-bottom: 8px solid #128851;
  border-left: 8px solid #128851;
  border-right: 8px solid #128851;
}

.b-a-8-success {
  border-top: 8px solid #5cb85c;
  border-bottom: 8px solid #5cb85c;
  border-left: 8px solid #5cb85c;
  border-right: 8px solid #5cb85c;
}

.b-a-8-info {
  border-top: 8px solid #5bc0de;
  border-bottom: 8px solid #5bc0de;
  border-left: 8px solid #5bc0de;
  border-right: 8px solid #5bc0de;
}

.b-a-8-warning {
  border-top: 8px solid #f0ad4e;
  border-bottom: 8px solid #f0ad4e;
  border-left: 8px solid #f0ad4e;
  border-right: 8px solid #f0ad4e;
}

.b-a-8-danger {
  border-top: 8px solid #d9534f;
  border-bottom: 8px solid #d9534f;
  border-left: 8px solid #d9534f;
  border-right: 8px solid #d9534f;
}

.b-a-8-taupe {
  border-top: 8px solid #d2d0cc;
  border-bottom: 8px solid #d2d0cc;
  border-left: 8px solid #d2d0cc;
  border-right: 8px solid #d2d0cc;
}

.b-a-8-forest {
  border-top: 8px solid #128851;
  border-bottom: 8px solid #128851;
  border-left: 8px solid #128851;
  border-right: 8px solid #128851;
}

.b-t-9-font {
  border-top: 9px solid #333;
}

.b-t-9-white {
  border-top: 9px solid white;
}

.b-t-9-black {
  border-top: 9px solid black;
}

.b-t-9-primary {
  border-top: 9px solid #128851;
}

.b-t-9-success {
  border-top: 9px solid #5cb85c;
}

.b-t-9-info {
  border-top: 9px solid #5bc0de;
}

.b-t-9-warning {
  border-top: 9px solid #f0ad4e;
}

.b-t-9-danger {
  border-top: 9px solid #d9534f;
}

.b-t-9-taupe {
  border-top: 9px solid #d2d0cc;
}

.b-t-9-forest {
  border-top: 9px solid #128851;
}

.b-b-9-font {
  border-bottom: 9px solid #333;
}

.b-b-9-white {
  border-bottom: 9px solid white;
}

.b-b-9-black {
  border-bottom: 9px solid black;
}

.b-b-9-primary {
  border-bottom: 9px solid #128851;
}

.b-b-9-success {
  border-bottom: 9px solid #5cb85c;
}

.b-b-9-info {
  border-bottom: 9px solid #5bc0de;
}

.b-b-9-warning {
  border-bottom: 9px solid #f0ad4e;
}

.b-b-9-danger {
  border-bottom: 9px solid #d9534f;
}

.b-b-9-taupe {
  border-bottom: 9px solid #d2d0cc;
}

.b-b-9-forest {
  border-bottom: 9px solid #128851;
}

.b-l-9-font {
  border-left: 9px solid #333;
}

.b-l-9-white {
  border-left: 9px solid white;
}

.b-l-9-black {
  border-left: 9px solid black;
}

.b-l-9-primary {
  border-left: 9px solid #128851;
}

.b-l-9-success {
  border-left: 9px solid #5cb85c;
}

.b-l-9-info {
  border-left: 9px solid #5bc0de;
}

.b-l-9-warning {
  border-left: 9px solid #f0ad4e;
}

.b-l-9-danger {
  border-left: 9px solid #d9534f;
}

.b-l-9-taupe {
  border-left: 9px solid #d2d0cc;
}

.b-l-9-forest {
  border-left: 9px solid #128851;
}

.b-r-9-font {
  border-right: 9px solid #333;
}

.b-r-9-white {
  border-right: 9px solid white;
}

.b-r-9-black {
  border-right: 9px solid black;
}

.b-r-9-primary {
  border-right: 9px solid #128851;
}

.b-r-9-success {
  border-right: 9px solid #5cb85c;
}

.b-r-9-info {
  border-right: 9px solid #5bc0de;
}

.b-r-9-warning {
  border-right: 9px solid #f0ad4e;
}

.b-r-9-danger {
  border-right: 9px solid #d9534f;
}

.b-r-9-taupe {
  border-right: 9px solid #d2d0cc;
}

.b-r-9-forest {
  border-right: 9px solid #128851;
}

.b-x-9-font {
  border-left: 9px solid #333;
  border-right: 9px solid #333;
}

.b-x-9-white {
  border-left: 9px solid white;
  border-right: 9px solid white;
}

.b-x-9-black {
  border-left: 9px solid black;
  border-right: 9px solid black;
}

.b-x-9-primary {
  border-left: 9px solid #128851;
  border-right: 9px solid #128851;
}

.b-x-9-success {
  border-left: 9px solid #5cb85c;
  border-right: 9px solid #5cb85c;
}

.b-x-9-info {
  border-left: 9px solid #5bc0de;
  border-right: 9px solid #5bc0de;
}

.b-x-9-warning {
  border-left: 9px solid #f0ad4e;
  border-right: 9px solid #f0ad4e;
}

.b-x-9-danger {
  border-left: 9px solid #d9534f;
  border-right: 9px solid #d9534f;
}

.b-x-9-taupe {
  border-left: 9px solid #d2d0cc;
  border-right: 9px solid #d2d0cc;
}

.b-x-9-forest {
  border-left: 9px solid #128851;
  border-right: 9px solid #128851;
}

.b-y-9-font {
  border-top: 9px solid #333;
  border-bottom: 9px solid #333;
}

.b-y-9-white {
  border-top: 9px solid white;
  border-bottom: 9px solid white;
}

.b-y-9-black {
  border-top: 9px solid black;
  border-bottom: 9px solid black;
}

.b-y-9-primary {
  border-top: 9px solid #128851;
  border-bottom: 9px solid #128851;
}

.b-y-9-success {
  border-top: 9px solid #5cb85c;
  border-bottom: 9px solid #5cb85c;
}

.b-y-9-info {
  border-top: 9px solid #5bc0de;
  border-bottom: 9px solid #5bc0de;
}

.b-y-9-warning {
  border-top: 9px solid #f0ad4e;
  border-bottom: 9px solid #f0ad4e;
}

.b-y-9-danger {
  border-top: 9px solid #d9534f;
  border-bottom: 9px solid #d9534f;
}

.b-y-9-taupe {
  border-top: 9px solid #d2d0cc;
  border-bottom: 9px solid #d2d0cc;
}

.b-y-9-forest {
  border-top: 9px solid #128851;
  border-bottom: 9px solid #128851;
}

.b-a-9-font {
  border-top: 9px solid #333;
  border-bottom: 9px solid #333;
  border-left: 9px solid #333;
  border-right: 9px solid #333;
}

.b-a-9-white {
  border-top: 9px solid white;
  border-bottom: 9px solid white;
  border-left: 9px solid white;
  border-right: 9px solid white;
}

.b-a-9-black {
  border-top: 9px solid black;
  border-bottom: 9px solid black;
  border-left: 9px solid black;
  border-right: 9px solid black;
}

.b-a-9-primary {
  border-top: 9px solid #128851;
  border-bottom: 9px solid #128851;
  border-left: 9px solid #128851;
  border-right: 9px solid #128851;
}

.b-a-9-success {
  border-top: 9px solid #5cb85c;
  border-bottom: 9px solid #5cb85c;
  border-left: 9px solid #5cb85c;
  border-right: 9px solid #5cb85c;
}

.b-a-9-info {
  border-top: 9px solid #5bc0de;
  border-bottom: 9px solid #5bc0de;
  border-left: 9px solid #5bc0de;
  border-right: 9px solid #5bc0de;
}

.b-a-9-warning {
  border-top: 9px solid #f0ad4e;
  border-bottom: 9px solid #f0ad4e;
  border-left: 9px solid #f0ad4e;
  border-right: 9px solid #f0ad4e;
}

.b-a-9-danger {
  border-top: 9px solid #d9534f;
  border-bottom: 9px solid #d9534f;
  border-left: 9px solid #d9534f;
  border-right: 9px solid #d9534f;
}

.b-a-9-taupe {
  border-top: 9px solid #d2d0cc;
  border-bottom: 9px solid #d2d0cc;
  border-left: 9px solid #d2d0cc;
  border-right: 9px solid #d2d0cc;
}

.b-a-9-forest {
  border-top: 9px solid #128851;
  border-bottom: 9px solid #128851;
  border-left: 9px solid #128851;
  border-right: 9px solid #128851;
}

.b-t-10-font {
  border-top: 10px solid #333;
}

.b-t-10-white {
  border-top: 10px solid white;
}

.b-t-10-black {
  border-top: 10px solid black;
}

.b-t-10-primary {
  border-top: 10px solid #128851;
}

.b-t-10-success {
  border-top: 10px solid #5cb85c;
}

.b-t-10-info {
  border-top: 10px solid #5bc0de;
}

.b-t-10-warning {
  border-top: 10px solid #f0ad4e;
}

.b-t-10-danger {
  border-top: 10px solid #d9534f;
}

.b-t-10-taupe {
  border-top: 10px solid #d2d0cc;
}

.b-t-10-forest {
  border-top: 10px solid #128851;
}

.b-b-10-font {
  border-bottom: 10px solid #333;
}

.b-b-10-white {
  border-bottom: 10px solid white;
}

.b-b-10-black {
  border-bottom: 10px solid black;
}

.b-b-10-primary {
  border-bottom: 10px solid #128851;
}

.b-b-10-success {
  border-bottom: 10px solid #5cb85c;
}

.b-b-10-info {
  border-bottom: 10px solid #5bc0de;
}

.b-b-10-warning {
  border-bottom: 10px solid #f0ad4e;
}

.b-b-10-danger {
  border-bottom: 10px solid #d9534f;
}

.b-b-10-taupe {
  border-bottom: 10px solid #d2d0cc;
}

.b-b-10-forest {
  border-bottom: 10px solid #128851;
}

.b-l-10-font {
  border-left: 10px solid #333;
}

.b-l-10-white {
  border-left: 10px solid white;
}

.b-l-10-black {
  border-left: 10px solid black;
}

.b-l-10-primary {
  border-left: 10px solid #128851;
}

.b-l-10-success {
  border-left: 10px solid #5cb85c;
}

.b-l-10-info {
  border-left: 10px solid #5bc0de;
}

.b-l-10-warning {
  border-left: 10px solid #f0ad4e;
}

.b-l-10-danger {
  border-left: 10px solid #d9534f;
}

.b-l-10-taupe {
  border-left: 10px solid #d2d0cc;
}

.b-l-10-forest {
  border-left: 10px solid #128851;
}

.b-r-10-font {
  border-right: 10px solid #333;
}

.b-r-10-white {
  border-right: 10px solid white;
}

.b-r-10-black {
  border-right: 10px solid black;
}

.b-r-10-primary {
  border-right: 10px solid #128851;
}

.b-r-10-success {
  border-right: 10px solid #5cb85c;
}

.b-r-10-info {
  border-right: 10px solid #5bc0de;
}

.b-r-10-warning {
  border-right: 10px solid #f0ad4e;
}

.b-r-10-danger {
  border-right: 10px solid #d9534f;
}

.b-r-10-taupe {
  border-right: 10px solid #d2d0cc;
}

.b-r-10-forest {
  border-right: 10px solid #128851;
}

.b-x-10-font {
  border-left: 10px solid #333;
  border-right: 10px solid #333;
}

.b-x-10-white {
  border-left: 10px solid white;
  border-right: 10px solid white;
}

.b-x-10-black {
  border-left: 10px solid black;
  border-right: 10px solid black;
}

.b-x-10-primary {
  border-left: 10px solid #128851;
  border-right: 10px solid #128851;
}

.b-x-10-success {
  border-left: 10px solid #5cb85c;
  border-right: 10px solid #5cb85c;
}

.b-x-10-info {
  border-left: 10px solid #5bc0de;
  border-right: 10px solid #5bc0de;
}

.b-x-10-warning {
  border-left: 10px solid #f0ad4e;
  border-right: 10px solid #f0ad4e;
}

.b-x-10-danger {
  border-left: 10px solid #d9534f;
  border-right: 10px solid #d9534f;
}

.b-x-10-taupe {
  border-left: 10px solid #d2d0cc;
  border-right: 10px solid #d2d0cc;
}

.b-x-10-forest {
  border-left: 10px solid #128851;
  border-right: 10px solid #128851;
}

.b-y-10-font {
  border-top: 10px solid #333;
  border-bottom: 10px solid #333;
}

.b-y-10-white {
  border-top: 10px solid white;
  border-bottom: 10px solid white;
}

.b-y-10-black {
  border-top: 10px solid black;
  border-bottom: 10px solid black;
}

.b-y-10-primary {
  border-top: 10px solid #128851;
  border-bottom: 10px solid #128851;
}

.b-y-10-success {
  border-top: 10px solid #5cb85c;
  border-bottom: 10px solid #5cb85c;
}

.b-y-10-info {
  border-top: 10px solid #5bc0de;
  border-bottom: 10px solid #5bc0de;
}

.b-y-10-warning {
  border-top: 10px solid #f0ad4e;
  border-bottom: 10px solid #f0ad4e;
}

.b-y-10-danger {
  border-top: 10px solid #d9534f;
  border-bottom: 10px solid #d9534f;
}

.b-y-10-taupe {
  border-top: 10px solid #d2d0cc;
  border-bottom: 10px solid #d2d0cc;
}

.b-y-10-forest {
  border-top: 10px solid #128851;
  border-bottom: 10px solid #128851;
}

.b-a-10-font {
  border-top: 10px solid #333;
  border-bottom: 10px solid #333;
  border-left: 10px solid #333;
  border-right: 10px solid #333;
}

.b-a-10-white {
  border-top: 10px solid white;
  border-bottom: 10px solid white;
  border-left: 10px solid white;
  border-right: 10px solid white;
}

.b-a-10-black {
  border-top: 10px solid black;
  border-bottom: 10px solid black;
  border-left: 10px solid black;
  border-right: 10px solid black;
}

.b-a-10-primary {
  border-top: 10px solid #128851;
  border-bottom: 10px solid #128851;
  border-left: 10px solid #128851;
  border-right: 10px solid #128851;
}

.b-a-10-success {
  border-top: 10px solid #5cb85c;
  border-bottom: 10px solid #5cb85c;
  border-left: 10px solid #5cb85c;
  border-right: 10px solid #5cb85c;
}

.b-a-10-info {
  border-top: 10px solid #5bc0de;
  border-bottom: 10px solid #5bc0de;
  border-left: 10px solid #5bc0de;
  border-right: 10px solid #5bc0de;
}

.b-a-10-warning {
  border-top: 10px solid #f0ad4e;
  border-bottom: 10px solid #f0ad4e;
  border-left: 10px solid #f0ad4e;
  border-right: 10px solid #f0ad4e;
}

.b-a-10-danger {
  border-top: 10px solid #d9534f;
  border-bottom: 10px solid #d9534f;
  border-left: 10px solid #d9534f;
  border-right: 10px solid #d9534f;
}

.b-a-10-taupe {
  border-top: 10px solid #d2d0cc;
  border-bottom: 10px solid #d2d0cc;
  border-left: 10px solid #d2d0cc;
  border-right: 10px solid #d2d0cc;
}

.b-a-10-forest {
  border-top: 10px solid #128851;
  border-bottom: 10px solid #128851;
  border-left: 10px solid #128851;
  border-right: 10px solid #128851;
}

@media screen and (max-width: 1200px) {
  .no-border-xl {
    border: none;
  }
}
@media screen and (max-width: 992px) {
  .no-border-lg {
    border: none;
  }
}
@media screen and (max-width: 768px) {
  .no-border-md {
    border: none;
  }
}
@media screen and (max-width: 576px) {
  .no-border-sm {
    border: none;
  }
}
@media screen and (max-width: 0) {
  .no-border-xs {
    border: none;
  }
}
.force-block {
  display: block;
}

@media screen and (max-width: 1200px) {
  .block-xl {
    display: block !important;
  }
}
@media screen and (max-width: 992px) {
  .block-lg {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  .block-md {
    display: block !important;
  }
}
@media screen and (max-width: 576px) {
  .block-sm {
    display: block !important;
  }
}
@media screen and (max-width: 0) {
  .block-xs {
    display: block !important;
  }
}
.hidden-xs-up {
  display: none !important;
}

@media (max-width: 575.98px) {
  .hidden-xs-down {
    display: none !important;
  }
}

@media (min-width: 576px) {
  .hidden-sm-up {
    display: none !important;
  }
}

@media (max-width: 767.98px) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important;
  }
}

@media (max-width: 991.98px) {
  .hidden-md-down {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}

@media (max-width: 1199.98px) {
  .hidden-lg-down {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important;
  }
}

.hidden-xl-down {
  display: none !important;
}

@media (max-width: 767.98px) {
  .text-xs-center {
    text-align: center !important;
  }
}

/**
 * Needs to be refactored to span all breakpoints
 *
 **/
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex > * {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 1;
          flex: 1 1 1;
}

@media screen and (min-width: 768px) {
  .flex-md {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 1024px) {
  .flex-lg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
[class^=flex].center,
[class*=" flex"].center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
[class^=flex].between,
[class*=" flex"].between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
[class^=flex].around,
[class*=" flex"].around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
[class^=flex].start,
[class*=" flex"].start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
[class^=flex].end,
[class*=" flex"].end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
[class^=flex].inline,
[class*=" flex"].inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
[class^=flex].top,
[class*=" flex"].top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
[class^=flex].bottom,
[class*=" flex"].bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
[class^=flex].middle,
[class*=" flex"].middle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
[class^=flex].nowrap,
[class*=" flex"].nowrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
[class^=flex].columns,
[class*=" flex"].columns {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
[class^=flex].flex-col-2 > *,
[class*=" flex"].flex-col-2 > * {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
}
[class^=flex].flex-col-3 > *,
[class*=" flex"].flex-col-3 > * {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 33.3333333333%;
          flex: 1 0 33.3333333333%;
}
[class^=flex].flex-col-4 > *,
[class*=" flex"].flex-col-4 > * {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 25%;
          flex: 1 0 25%;
}
[class^=flex].flex-col-5 > *,
[class*=" flex"].flex-col-5 > * {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 20%;
          flex: 1 0 20%;
}
[class^=flex].flex-col-6 > *,
[class*=" flex"].flex-col-6 > * {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 16.6666666667%;
          flex: 1 0 16.6666666667%;
}

@media screen and (max-width: 1200px) {
  [class^=flex].center-xl, [class*=" flex"].center-xl {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  [class^=flex].between-xl, [class*=" flex"].between-xl {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  [class^=flex].around-xl, [class*=" flex"].around-xl {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  [class^=flex].start-xl, [class*=" flex"].start-xl {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  [class^=flex].end-xl, [class*=" flex"].end-xl {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  [class^=flex].inline-xl, [class*=" flex"].inline-xl {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  [class^=flex].top-xl, [class*=" flex"].top-xl {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  [class^=flex].bottom-xl, [class*=" flex"].bottom-xl {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  [class^=flex].middle-xl, [class*=" flex"].middle-xl {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  [class^=flex].nowrap-xl, [class*=" flex"].nowrap-xl {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  [class^=flex].columns-xl, [class*=" flex"].columns-xl {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}
@media screen and (max-width: 992px) {
  [class^=flex].center-lg, [class*=" flex"].center-lg {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  [class^=flex].between-lg, [class*=" flex"].between-lg {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  [class^=flex].around-lg, [class*=" flex"].around-lg {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  [class^=flex].start-lg, [class*=" flex"].start-lg {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  [class^=flex].end-lg, [class*=" flex"].end-lg {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  [class^=flex].inline-lg, [class*=" flex"].inline-lg {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  [class^=flex].top-lg, [class*=" flex"].top-lg {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  [class^=flex].bottom-lg, [class*=" flex"].bottom-lg {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  [class^=flex].middle-lg, [class*=" flex"].middle-lg {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  [class^=flex].nowrap-lg, [class*=" flex"].nowrap-lg {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  [class^=flex].columns-lg, [class*=" flex"].columns-lg {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}
@media screen and (max-width: 768px) {
  [class^=flex].center-md, [class*=" flex"].center-md {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  [class^=flex].between-md, [class*=" flex"].between-md {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  [class^=flex].around-md, [class*=" flex"].around-md {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  [class^=flex].start-md, [class*=" flex"].start-md {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  [class^=flex].end-md, [class*=" flex"].end-md {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  [class^=flex].inline-md, [class*=" flex"].inline-md {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  [class^=flex].top-md, [class*=" flex"].top-md {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  [class^=flex].bottom-md, [class*=" flex"].bottom-md {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  [class^=flex].middle-md, [class*=" flex"].middle-md {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  [class^=flex].nowrap-md, [class*=" flex"].nowrap-md {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  [class^=flex].columns-md, [class*=" flex"].columns-md {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}
@media screen and (max-width: 576px) {
  [class^=flex].center-sm, [class*=" flex"].center-sm {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  [class^=flex].between-sm, [class*=" flex"].between-sm {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  [class^=flex].around-sm, [class*=" flex"].around-sm {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  [class^=flex].start-sm, [class*=" flex"].start-sm {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  [class^=flex].end-sm, [class*=" flex"].end-sm {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  [class^=flex].inline-sm, [class*=" flex"].inline-sm {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  [class^=flex].top-sm, [class*=" flex"].top-sm {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  [class^=flex].bottom-sm, [class*=" flex"].bottom-sm {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  [class^=flex].middle-sm, [class*=" flex"].middle-sm {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  [class^=flex].nowrap-sm, [class*=" flex"].nowrap-sm {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  [class^=flex].columns-sm, [class*=" flex"].columns-sm {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}
@media screen and (max-width: 0) {
  [class^=flex].center-xs, [class*=" flex"].center-xs {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  [class^=flex].between-xs, [class*=" flex"].between-xs {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  [class^=flex].around-xs, [class*=" flex"].around-xs {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  [class^=flex].start-xs, [class*=" flex"].start-xs {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  [class^=flex].end-xs, [class*=" flex"].end-xs {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  [class^=flex].inline-xs, [class*=" flex"].inline-xs {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  [class^=flex].top-xs, [class*=" flex"].top-xs {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  [class^=flex].bottom-xs, [class*=" flex"].bottom-xs {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  [class^=flex].middle-xs, [class*=" flex"].middle-xs {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  [class^=flex].nowrap-xs, [class*=" flex"].nowrap-xs {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  [class^=flex].columns-xs, [class*=" flex"].columns-xs {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}
.flexrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.content-wrapper {
  background: #EEE;
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
}
.content-wrapper h1, .content-wrapper h2, .content-wrapper h3, .content-wrapper h4, .content-wrapper h5, .content-wrapper h6 {
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
}

@media screen and (min-width: 0) {
  .m-t-0-xs-up {
    margin-top: 0px !important;
  }
  .p-t-0-xs-up {
    padding-top: 0px !important;
  }
  .m-r-0-xs-up {
    margin-right: 0px !important;
  }
  .p-r-0-xs-up {
    padding-right: 0px !important;
  }
  .m-b-0-xs-up {
    margin-bottom: 0px !important;
  }
  .p-b-0-xs-up {
    padding-bottom: 0px !important;
  }
  .m-l-0-xs-up {
    margin-left: 0px !important;
  }
  .p-l-0-xs-up {
    padding-left: 0px !important;
  }
  .m-x-0-xs-up {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
  .p-x-0-xs-up {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .m-y-0-xs-up {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .p-y-0-xs-up {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .m-a-0-xs-up {
    margin-top: 0px !important;
    margin-right: 0px !important;
    margin-bottom: 0px !important;
    margin-left: 0px !important;
  }
  .p-a-0-xs-up {
    padding-top: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 0px !important;
  }
}
@media screen and (max-width: -1px) {
  .m-t-0-xs-down {
    margin-top: 0px !important;
  }
  .p-t-0-xs-down {
    padding-top: 0px !important;
  }
  .m-r-0-xs-down {
    margin-right: 0px !important;
  }
  .p-r-0-xs-down {
    padding-right: 0px !important;
  }
  .m-b-0-xs-down {
    margin-bottom: 0px !important;
  }
  .p-b-0-xs-down {
    padding-bottom: 0px !important;
  }
  .m-l-0-xs-down {
    margin-left: 0px !important;
  }
  .p-l-0-xs-down {
    padding-left: 0px !important;
  }
  .m-x-0-xs-down {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
  .p-x-0-xs-down {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .m-y-0-xs-down {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .p-y-0-xs-down {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .m-a-0-xs-down {
    margin-top: 0px !important;
    margin-right: 0px !important;
    margin-bottom: 0px !important;
    margin-left: 0px !important;
  }
  .p-a-0-xs-down {
    padding-top: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 0px !important;
  }
}
@media screen and (min-width: 576px) {
  .m-t-0-sm-up {
    margin-top: 0px !important;
  }
  .p-t-0-sm-up {
    padding-top: 0px !important;
  }
  .m-r-0-sm-up {
    margin-right: 0px !important;
  }
  .p-r-0-sm-up {
    padding-right: 0px !important;
  }
  .m-b-0-sm-up {
    margin-bottom: 0px !important;
  }
  .p-b-0-sm-up {
    padding-bottom: 0px !important;
  }
  .m-l-0-sm-up {
    margin-left: 0px !important;
  }
  .p-l-0-sm-up {
    padding-left: 0px !important;
  }
  .m-x-0-sm-up {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
  .p-x-0-sm-up {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .m-y-0-sm-up {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .p-y-0-sm-up {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .m-a-0-sm-up {
    margin-top: 0px !important;
    margin-right: 0px !important;
    margin-bottom: 0px !important;
    margin-left: 0px !important;
  }
  .p-a-0-sm-up {
    padding-top: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 0px !important;
  }
}
@media screen and (max-width: 575px) {
  .m-t-0-sm-down {
    margin-top: 0px !important;
  }
  .p-t-0-sm-down {
    padding-top: 0px !important;
  }
  .m-r-0-sm-down {
    margin-right: 0px !important;
  }
  .p-r-0-sm-down {
    padding-right: 0px !important;
  }
  .m-b-0-sm-down {
    margin-bottom: 0px !important;
  }
  .p-b-0-sm-down {
    padding-bottom: 0px !important;
  }
  .m-l-0-sm-down {
    margin-left: 0px !important;
  }
  .p-l-0-sm-down {
    padding-left: 0px !important;
  }
  .m-x-0-sm-down {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
  .p-x-0-sm-down {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .m-y-0-sm-down {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .p-y-0-sm-down {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .m-a-0-sm-down {
    margin-top: 0px !important;
    margin-right: 0px !important;
    margin-bottom: 0px !important;
    margin-left: 0px !important;
  }
  .p-a-0-sm-down {
    padding-top: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 0px !important;
  }
}
@media screen and (min-width: 768px) {
  .m-t-0-md-up {
    margin-top: 0px !important;
  }
  .p-t-0-md-up {
    padding-top: 0px !important;
  }
  .m-r-0-md-up {
    margin-right: 0px !important;
  }
  .p-r-0-md-up {
    padding-right: 0px !important;
  }
  .m-b-0-md-up {
    margin-bottom: 0px !important;
  }
  .p-b-0-md-up {
    padding-bottom: 0px !important;
  }
  .m-l-0-md-up {
    margin-left: 0px !important;
  }
  .p-l-0-md-up {
    padding-left: 0px !important;
  }
  .m-x-0-md-up {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
  .p-x-0-md-up {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .m-y-0-md-up {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .p-y-0-md-up {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .m-a-0-md-up {
    margin-top: 0px !important;
    margin-right: 0px !important;
    margin-bottom: 0px !important;
    margin-left: 0px !important;
  }
  .p-a-0-md-up {
    padding-top: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 0px !important;
  }
}
@media screen and (max-width: 767px) {
  .m-t-0-md-down {
    margin-top: 0px !important;
  }
  .p-t-0-md-down {
    padding-top: 0px !important;
  }
  .m-r-0-md-down {
    margin-right: 0px !important;
  }
  .p-r-0-md-down {
    padding-right: 0px !important;
  }
  .m-b-0-md-down {
    margin-bottom: 0px !important;
  }
  .p-b-0-md-down {
    padding-bottom: 0px !important;
  }
  .m-l-0-md-down {
    margin-left: 0px !important;
  }
  .p-l-0-md-down {
    padding-left: 0px !important;
  }
  .m-x-0-md-down {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
  .p-x-0-md-down {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .m-y-0-md-down {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .p-y-0-md-down {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .m-a-0-md-down {
    margin-top: 0px !important;
    margin-right: 0px !important;
    margin-bottom: 0px !important;
    margin-left: 0px !important;
  }
  .p-a-0-md-down {
    padding-top: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 0px !important;
  }
}
@media screen and (min-width: 992px) {
  .m-t-0-lg-up {
    margin-top: 0px !important;
  }
  .p-t-0-lg-up {
    padding-top: 0px !important;
  }
  .m-r-0-lg-up {
    margin-right: 0px !important;
  }
  .p-r-0-lg-up {
    padding-right: 0px !important;
  }
  .m-b-0-lg-up {
    margin-bottom: 0px !important;
  }
  .p-b-0-lg-up {
    padding-bottom: 0px !important;
  }
  .m-l-0-lg-up {
    margin-left: 0px !important;
  }
  .p-l-0-lg-up {
    padding-left: 0px !important;
  }
  .m-x-0-lg-up {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
  .p-x-0-lg-up {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .m-y-0-lg-up {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .p-y-0-lg-up {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .m-a-0-lg-up {
    margin-top: 0px !important;
    margin-right: 0px !important;
    margin-bottom: 0px !important;
    margin-left: 0px !important;
  }
  .p-a-0-lg-up {
    padding-top: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 0px !important;
  }
}
@media screen and (max-width: 991px) {
  .m-t-0-lg-down {
    margin-top: 0px !important;
  }
  .p-t-0-lg-down {
    padding-top: 0px !important;
  }
  .m-r-0-lg-down {
    margin-right: 0px !important;
  }
  .p-r-0-lg-down {
    padding-right: 0px !important;
  }
  .m-b-0-lg-down {
    margin-bottom: 0px !important;
  }
  .p-b-0-lg-down {
    padding-bottom: 0px !important;
  }
  .m-l-0-lg-down {
    margin-left: 0px !important;
  }
  .p-l-0-lg-down {
    padding-left: 0px !important;
  }
  .m-x-0-lg-down {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
  .p-x-0-lg-down {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .m-y-0-lg-down {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .p-y-0-lg-down {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .m-a-0-lg-down {
    margin-top: 0px !important;
    margin-right: 0px !important;
    margin-bottom: 0px !important;
    margin-left: 0px !important;
  }
  .p-a-0-lg-down {
    padding-top: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 0px !important;
  }
}
@media screen and (min-width: 1200px) {
  .m-t-0-xl-up {
    margin-top: 0px !important;
  }
  .p-t-0-xl-up {
    padding-top: 0px !important;
  }
  .m-r-0-xl-up {
    margin-right: 0px !important;
  }
  .p-r-0-xl-up {
    padding-right: 0px !important;
  }
  .m-b-0-xl-up {
    margin-bottom: 0px !important;
  }
  .p-b-0-xl-up {
    padding-bottom: 0px !important;
  }
  .m-l-0-xl-up {
    margin-left: 0px !important;
  }
  .p-l-0-xl-up {
    padding-left: 0px !important;
  }
  .m-x-0-xl-up {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
  .p-x-0-xl-up {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .m-y-0-xl-up {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .p-y-0-xl-up {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .m-a-0-xl-up {
    margin-top: 0px !important;
    margin-right: 0px !important;
    margin-bottom: 0px !important;
    margin-left: 0px !important;
  }
  .p-a-0-xl-up {
    padding-top: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 0px !important;
  }
}
@media screen and (max-width: 1199px) {
  .m-t-0-xl-down {
    margin-top: 0px !important;
  }
  .p-t-0-xl-down {
    padding-top: 0px !important;
  }
  .m-r-0-xl-down {
    margin-right: 0px !important;
  }
  .p-r-0-xl-down {
    padding-right: 0px !important;
  }
  .m-b-0-xl-down {
    margin-bottom: 0px !important;
  }
  .p-b-0-xl-down {
    padding-bottom: 0px !important;
  }
  .m-l-0-xl-down {
    margin-left: 0px !important;
  }
  .p-l-0-xl-down {
    padding-left: 0px !important;
  }
  .m-x-0-xl-down {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
  .p-x-0-xl-down {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .m-y-0-xl-down {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .p-y-0-xl-down {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .m-a-0-xl-down {
    margin-top: 0px !important;
    margin-right: 0px !important;
    margin-bottom: 0px !important;
    margin-left: 0px !important;
  }
  .p-a-0-xl-down {
    padding-top: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 0px !important;
  }
}
@media screen and (min-width: 0) {
  .m-t-1-xs-up {
    margin-top: 15px !important;
  }
  .p-t-1-xs-up {
    padding-top: 15px !important;
  }
  .m-r-1-xs-up {
    margin-right: 15px !important;
  }
  .p-r-1-xs-up {
    padding-right: 15px !important;
  }
  .m-b-1-xs-up {
    margin-bottom: 15px !important;
  }
  .p-b-1-xs-up {
    padding-bottom: 15px !important;
  }
  .m-l-1-xs-up {
    margin-left: 15px !important;
  }
  .p-l-1-xs-up {
    padding-left: 15px !important;
  }
  .m-x-1-xs-up {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }
  .p-x-1-xs-up {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .m-y-1-xs-up {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .p-y-1-xs-up {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .m-a-1-xs-up {
    margin-top: 15px !important;
    margin-right: 15px !important;
    margin-bottom: 15px !important;
    margin-left: 15px !important;
  }
  .p-a-1-xs-up {
    padding-top: 15px !important;
    padding-right: 15px !important;
    padding-bottom: 15px !important;
    padding-left: 15px !important;
  }
}
@media screen and (max-width: -1px) {
  .m-t-1-xs-down {
    margin-top: 15px !important;
  }
  .p-t-1-xs-down {
    padding-top: 15px !important;
  }
  .m-r-1-xs-down {
    margin-right: 15px !important;
  }
  .p-r-1-xs-down {
    padding-right: 15px !important;
  }
  .m-b-1-xs-down {
    margin-bottom: 15px !important;
  }
  .p-b-1-xs-down {
    padding-bottom: 15px !important;
  }
  .m-l-1-xs-down {
    margin-left: 15px !important;
  }
  .p-l-1-xs-down {
    padding-left: 15px !important;
  }
  .m-x-1-xs-down {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }
  .p-x-1-xs-down {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .m-y-1-xs-down {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .p-y-1-xs-down {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .m-a-1-xs-down {
    margin-top: 15px !important;
    margin-right: 15px !important;
    margin-bottom: 15px !important;
    margin-left: 15px !important;
  }
  .p-a-1-xs-down {
    padding-top: 15px !important;
    padding-right: 15px !important;
    padding-bottom: 15px !important;
    padding-left: 15px !important;
  }
}
@media screen and (min-width: 576px) {
  .m-t-1-sm-up {
    margin-top: 15px !important;
  }
  .p-t-1-sm-up {
    padding-top: 15px !important;
  }
  .m-r-1-sm-up {
    margin-right: 15px !important;
  }
  .p-r-1-sm-up {
    padding-right: 15px !important;
  }
  .m-b-1-sm-up {
    margin-bottom: 15px !important;
  }
  .p-b-1-sm-up {
    padding-bottom: 15px !important;
  }
  .m-l-1-sm-up {
    margin-left: 15px !important;
  }
  .p-l-1-sm-up {
    padding-left: 15px !important;
  }
  .m-x-1-sm-up {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }
  .p-x-1-sm-up {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .m-y-1-sm-up {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .p-y-1-sm-up {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .m-a-1-sm-up {
    margin-top: 15px !important;
    margin-right: 15px !important;
    margin-bottom: 15px !important;
    margin-left: 15px !important;
  }
  .p-a-1-sm-up {
    padding-top: 15px !important;
    padding-right: 15px !important;
    padding-bottom: 15px !important;
    padding-left: 15px !important;
  }
}
@media screen and (max-width: 575px) {
  .m-t-1-sm-down {
    margin-top: 15px !important;
  }
  .p-t-1-sm-down {
    padding-top: 15px !important;
  }
  .m-r-1-sm-down {
    margin-right: 15px !important;
  }
  .p-r-1-sm-down {
    padding-right: 15px !important;
  }
  .m-b-1-sm-down {
    margin-bottom: 15px !important;
  }
  .p-b-1-sm-down {
    padding-bottom: 15px !important;
  }
  .m-l-1-sm-down {
    margin-left: 15px !important;
  }
  .p-l-1-sm-down {
    padding-left: 15px !important;
  }
  .m-x-1-sm-down {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }
  .p-x-1-sm-down {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .m-y-1-sm-down {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .p-y-1-sm-down {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .m-a-1-sm-down {
    margin-top: 15px !important;
    margin-right: 15px !important;
    margin-bottom: 15px !important;
    margin-left: 15px !important;
  }
  .p-a-1-sm-down {
    padding-top: 15px !important;
    padding-right: 15px !important;
    padding-bottom: 15px !important;
    padding-left: 15px !important;
  }
}
@media screen and (min-width: 768px) {
  .m-t-1-md-up {
    margin-top: 15px !important;
  }
  .p-t-1-md-up {
    padding-top: 15px !important;
  }
  .m-r-1-md-up {
    margin-right: 15px !important;
  }
  .p-r-1-md-up {
    padding-right: 15px !important;
  }
  .m-b-1-md-up {
    margin-bottom: 15px !important;
  }
  .p-b-1-md-up {
    padding-bottom: 15px !important;
  }
  .m-l-1-md-up {
    margin-left: 15px !important;
  }
  .p-l-1-md-up {
    padding-left: 15px !important;
  }
  .m-x-1-md-up {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }
  .p-x-1-md-up {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .m-y-1-md-up {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .p-y-1-md-up {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .m-a-1-md-up {
    margin-top: 15px !important;
    margin-right: 15px !important;
    margin-bottom: 15px !important;
    margin-left: 15px !important;
  }
  .p-a-1-md-up {
    padding-top: 15px !important;
    padding-right: 15px !important;
    padding-bottom: 15px !important;
    padding-left: 15px !important;
  }
}
@media screen and (max-width: 767px) {
  .m-t-1-md-down {
    margin-top: 15px !important;
  }
  .p-t-1-md-down {
    padding-top: 15px !important;
  }
  .m-r-1-md-down {
    margin-right: 15px !important;
  }
  .p-r-1-md-down {
    padding-right: 15px !important;
  }
  .m-b-1-md-down {
    margin-bottom: 15px !important;
  }
  .p-b-1-md-down {
    padding-bottom: 15px !important;
  }
  .m-l-1-md-down {
    margin-left: 15px !important;
  }
  .p-l-1-md-down {
    padding-left: 15px !important;
  }
  .m-x-1-md-down {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }
  .p-x-1-md-down {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .m-y-1-md-down {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .p-y-1-md-down {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .m-a-1-md-down {
    margin-top: 15px !important;
    margin-right: 15px !important;
    margin-bottom: 15px !important;
    margin-left: 15px !important;
  }
  .p-a-1-md-down {
    padding-top: 15px !important;
    padding-right: 15px !important;
    padding-bottom: 15px !important;
    padding-left: 15px !important;
  }
}
@media screen and (min-width: 992px) {
  .m-t-1-lg-up {
    margin-top: 15px !important;
  }
  .p-t-1-lg-up {
    padding-top: 15px !important;
  }
  .m-r-1-lg-up {
    margin-right: 15px !important;
  }
  .p-r-1-lg-up {
    padding-right: 15px !important;
  }
  .m-b-1-lg-up {
    margin-bottom: 15px !important;
  }
  .p-b-1-lg-up {
    padding-bottom: 15px !important;
  }
  .m-l-1-lg-up {
    margin-left: 15px !important;
  }
  .p-l-1-lg-up {
    padding-left: 15px !important;
  }
  .m-x-1-lg-up {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }
  .p-x-1-lg-up {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .m-y-1-lg-up {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .p-y-1-lg-up {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .m-a-1-lg-up {
    margin-top: 15px !important;
    margin-right: 15px !important;
    margin-bottom: 15px !important;
    margin-left: 15px !important;
  }
  .p-a-1-lg-up {
    padding-top: 15px !important;
    padding-right: 15px !important;
    padding-bottom: 15px !important;
    padding-left: 15px !important;
  }
}
@media screen and (max-width: 991px) {
  .m-t-1-lg-down {
    margin-top: 15px !important;
  }
  .p-t-1-lg-down {
    padding-top: 15px !important;
  }
  .m-r-1-lg-down {
    margin-right: 15px !important;
  }
  .p-r-1-lg-down {
    padding-right: 15px !important;
  }
  .m-b-1-lg-down {
    margin-bottom: 15px !important;
  }
  .p-b-1-lg-down {
    padding-bottom: 15px !important;
  }
  .m-l-1-lg-down {
    margin-left: 15px !important;
  }
  .p-l-1-lg-down {
    padding-left: 15px !important;
  }
  .m-x-1-lg-down {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }
  .p-x-1-lg-down {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .m-y-1-lg-down {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .p-y-1-lg-down {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .m-a-1-lg-down {
    margin-top: 15px !important;
    margin-right: 15px !important;
    margin-bottom: 15px !important;
    margin-left: 15px !important;
  }
  .p-a-1-lg-down {
    padding-top: 15px !important;
    padding-right: 15px !important;
    padding-bottom: 15px !important;
    padding-left: 15px !important;
  }
}
@media screen and (min-width: 1200px) {
  .m-t-1-xl-up {
    margin-top: 15px !important;
  }
  .p-t-1-xl-up {
    padding-top: 15px !important;
  }
  .m-r-1-xl-up {
    margin-right: 15px !important;
  }
  .p-r-1-xl-up {
    padding-right: 15px !important;
  }
  .m-b-1-xl-up {
    margin-bottom: 15px !important;
  }
  .p-b-1-xl-up {
    padding-bottom: 15px !important;
  }
  .m-l-1-xl-up {
    margin-left: 15px !important;
  }
  .p-l-1-xl-up {
    padding-left: 15px !important;
  }
  .m-x-1-xl-up {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }
  .p-x-1-xl-up {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .m-y-1-xl-up {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .p-y-1-xl-up {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .m-a-1-xl-up {
    margin-top: 15px !important;
    margin-right: 15px !important;
    margin-bottom: 15px !important;
    margin-left: 15px !important;
  }
  .p-a-1-xl-up {
    padding-top: 15px !important;
    padding-right: 15px !important;
    padding-bottom: 15px !important;
    padding-left: 15px !important;
  }
}
@media screen and (max-width: 1199px) {
  .m-t-1-xl-down {
    margin-top: 15px !important;
  }
  .p-t-1-xl-down {
    padding-top: 15px !important;
  }
  .m-r-1-xl-down {
    margin-right: 15px !important;
  }
  .p-r-1-xl-down {
    padding-right: 15px !important;
  }
  .m-b-1-xl-down {
    margin-bottom: 15px !important;
  }
  .p-b-1-xl-down {
    padding-bottom: 15px !important;
  }
  .m-l-1-xl-down {
    margin-left: 15px !important;
  }
  .p-l-1-xl-down {
    padding-left: 15px !important;
  }
  .m-x-1-xl-down {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }
  .p-x-1-xl-down {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .m-y-1-xl-down {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .p-y-1-xl-down {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .m-a-1-xl-down {
    margin-top: 15px !important;
    margin-right: 15px !important;
    margin-bottom: 15px !important;
    margin-left: 15px !important;
  }
  .p-a-1-xl-down {
    padding-top: 15px !important;
    padding-right: 15px !important;
    padding-bottom: 15px !important;
    padding-left: 15px !important;
  }
}
@media screen and (min-width: 0) {
  .m-t-2-xs-up {
    margin-top: 30px !important;
  }
  .p-t-2-xs-up {
    padding-top: 30px !important;
  }
  .m-r-2-xs-up {
    margin-right: 30px !important;
  }
  .p-r-2-xs-up {
    padding-right: 30px !important;
  }
  .m-b-2-xs-up {
    margin-bottom: 30px !important;
  }
  .p-b-2-xs-up {
    padding-bottom: 30px !important;
  }
  .m-l-2-xs-up {
    margin-left: 30px !important;
  }
  .p-l-2-xs-up {
    padding-left: 30px !important;
  }
  .m-x-2-xs-up {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }
  .p-x-2-xs-up {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  .m-y-2-xs-up {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .p-y-2-xs-up {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .m-a-2-xs-up {
    margin-top: 30px !important;
    margin-right: 30px !important;
    margin-bottom: 30px !important;
    margin-left: 30px !important;
  }
  .p-a-2-xs-up {
    padding-top: 30px !important;
    padding-right: 30px !important;
    padding-bottom: 30px !important;
    padding-left: 30px !important;
  }
}
@media screen and (max-width: -1px) {
  .m-t-2-xs-down {
    margin-top: 30px !important;
  }
  .p-t-2-xs-down {
    padding-top: 30px !important;
  }
  .m-r-2-xs-down {
    margin-right: 30px !important;
  }
  .p-r-2-xs-down {
    padding-right: 30px !important;
  }
  .m-b-2-xs-down {
    margin-bottom: 30px !important;
  }
  .p-b-2-xs-down {
    padding-bottom: 30px !important;
  }
  .m-l-2-xs-down {
    margin-left: 30px !important;
  }
  .p-l-2-xs-down {
    padding-left: 30px !important;
  }
  .m-x-2-xs-down {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }
  .p-x-2-xs-down {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  .m-y-2-xs-down {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .p-y-2-xs-down {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .m-a-2-xs-down {
    margin-top: 30px !important;
    margin-right: 30px !important;
    margin-bottom: 30px !important;
    margin-left: 30px !important;
  }
  .p-a-2-xs-down {
    padding-top: 30px !important;
    padding-right: 30px !important;
    padding-bottom: 30px !important;
    padding-left: 30px !important;
  }
}
@media screen and (min-width: 576px) {
  .m-t-2-sm-up {
    margin-top: 30px !important;
  }
  .p-t-2-sm-up {
    padding-top: 30px !important;
  }
  .m-r-2-sm-up {
    margin-right: 30px !important;
  }
  .p-r-2-sm-up {
    padding-right: 30px !important;
  }
  .m-b-2-sm-up {
    margin-bottom: 30px !important;
  }
  .p-b-2-sm-up {
    padding-bottom: 30px !important;
  }
  .m-l-2-sm-up {
    margin-left: 30px !important;
  }
  .p-l-2-sm-up {
    padding-left: 30px !important;
  }
  .m-x-2-sm-up {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }
  .p-x-2-sm-up {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  .m-y-2-sm-up {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .p-y-2-sm-up {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .m-a-2-sm-up {
    margin-top: 30px !important;
    margin-right: 30px !important;
    margin-bottom: 30px !important;
    margin-left: 30px !important;
  }
  .p-a-2-sm-up {
    padding-top: 30px !important;
    padding-right: 30px !important;
    padding-bottom: 30px !important;
    padding-left: 30px !important;
  }
}
@media screen and (max-width: 575px) {
  .m-t-2-sm-down {
    margin-top: 30px !important;
  }
  .p-t-2-sm-down {
    padding-top: 30px !important;
  }
  .m-r-2-sm-down {
    margin-right: 30px !important;
  }
  .p-r-2-sm-down {
    padding-right: 30px !important;
  }
  .m-b-2-sm-down {
    margin-bottom: 30px !important;
  }
  .p-b-2-sm-down {
    padding-bottom: 30px !important;
  }
  .m-l-2-sm-down {
    margin-left: 30px !important;
  }
  .p-l-2-sm-down {
    padding-left: 30px !important;
  }
  .m-x-2-sm-down {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }
  .p-x-2-sm-down {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  .m-y-2-sm-down {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .p-y-2-sm-down {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .m-a-2-sm-down {
    margin-top: 30px !important;
    margin-right: 30px !important;
    margin-bottom: 30px !important;
    margin-left: 30px !important;
  }
  .p-a-2-sm-down {
    padding-top: 30px !important;
    padding-right: 30px !important;
    padding-bottom: 30px !important;
    padding-left: 30px !important;
  }
}
@media screen and (min-width: 768px) {
  .m-t-2-md-up {
    margin-top: 30px !important;
  }
  .p-t-2-md-up {
    padding-top: 30px !important;
  }
  .m-r-2-md-up {
    margin-right: 30px !important;
  }
  .p-r-2-md-up {
    padding-right: 30px !important;
  }
  .m-b-2-md-up {
    margin-bottom: 30px !important;
  }
  .p-b-2-md-up {
    padding-bottom: 30px !important;
  }
  .m-l-2-md-up {
    margin-left: 30px !important;
  }
  .p-l-2-md-up {
    padding-left: 30px !important;
  }
  .m-x-2-md-up {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }
  .p-x-2-md-up {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  .m-y-2-md-up {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .p-y-2-md-up {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .m-a-2-md-up {
    margin-top: 30px !important;
    margin-right: 30px !important;
    margin-bottom: 30px !important;
    margin-left: 30px !important;
  }
  .p-a-2-md-up {
    padding-top: 30px !important;
    padding-right: 30px !important;
    padding-bottom: 30px !important;
    padding-left: 30px !important;
  }
}
@media screen and (max-width: 767px) {
  .m-t-2-md-down {
    margin-top: 30px !important;
  }
  .p-t-2-md-down {
    padding-top: 30px !important;
  }
  .m-r-2-md-down {
    margin-right: 30px !important;
  }
  .p-r-2-md-down {
    padding-right: 30px !important;
  }
  .m-b-2-md-down {
    margin-bottom: 30px !important;
  }
  .p-b-2-md-down {
    padding-bottom: 30px !important;
  }
  .m-l-2-md-down {
    margin-left: 30px !important;
  }
  .p-l-2-md-down {
    padding-left: 30px !important;
  }
  .m-x-2-md-down {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }
  .p-x-2-md-down {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  .m-y-2-md-down {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .p-y-2-md-down {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .m-a-2-md-down {
    margin-top: 30px !important;
    margin-right: 30px !important;
    margin-bottom: 30px !important;
    margin-left: 30px !important;
  }
  .p-a-2-md-down {
    padding-top: 30px !important;
    padding-right: 30px !important;
    padding-bottom: 30px !important;
    padding-left: 30px !important;
  }
}
@media screen and (min-width: 992px) {
  .m-t-2-lg-up {
    margin-top: 30px !important;
  }
  .p-t-2-lg-up {
    padding-top: 30px !important;
  }
  .m-r-2-lg-up {
    margin-right: 30px !important;
  }
  .p-r-2-lg-up {
    padding-right: 30px !important;
  }
  .m-b-2-lg-up {
    margin-bottom: 30px !important;
  }
  .p-b-2-lg-up {
    padding-bottom: 30px !important;
  }
  .m-l-2-lg-up {
    margin-left: 30px !important;
  }
  .p-l-2-lg-up {
    padding-left: 30px !important;
  }
  .m-x-2-lg-up {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }
  .p-x-2-lg-up {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  .m-y-2-lg-up {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .p-y-2-lg-up {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .m-a-2-lg-up {
    margin-top: 30px !important;
    margin-right: 30px !important;
    margin-bottom: 30px !important;
    margin-left: 30px !important;
  }
  .p-a-2-lg-up {
    padding-top: 30px !important;
    padding-right: 30px !important;
    padding-bottom: 30px !important;
    padding-left: 30px !important;
  }
}
@media screen and (max-width: 991px) {
  .m-t-2-lg-down {
    margin-top: 30px !important;
  }
  .p-t-2-lg-down {
    padding-top: 30px !important;
  }
  .m-r-2-lg-down {
    margin-right: 30px !important;
  }
  .p-r-2-lg-down {
    padding-right: 30px !important;
  }
  .m-b-2-lg-down {
    margin-bottom: 30px !important;
  }
  .p-b-2-lg-down {
    padding-bottom: 30px !important;
  }
  .m-l-2-lg-down {
    margin-left: 30px !important;
  }
  .p-l-2-lg-down {
    padding-left: 30px !important;
  }
  .m-x-2-lg-down {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }
  .p-x-2-lg-down {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  .m-y-2-lg-down {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .p-y-2-lg-down {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .m-a-2-lg-down {
    margin-top: 30px !important;
    margin-right: 30px !important;
    margin-bottom: 30px !important;
    margin-left: 30px !important;
  }
  .p-a-2-lg-down {
    padding-top: 30px !important;
    padding-right: 30px !important;
    padding-bottom: 30px !important;
    padding-left: 30px !important;
  }
}
@media screen and (min-width: 1200px) {
  .m-t-2-xl-up {
    margin-top: 30px !important;
  }
  .p-t-2-xl-up {
    padding-top: 30px !important;
  }
  .m-r-2-xl-up {
    margin-right: 30px !important;
  }
  .p-r-2-xl-up {
    padding-right: 30px !important;
  }
  .m-b-2-xl-up {
    margin-bottom: 30px !important;
  }
  .p-b-2-xl-up {
    padding-bottom: 30px !important;
  }
  .m-l-2-xl-up {
    margin-left: 30px !important;
  }
  .p-l-2-xl-up {
    padding-left: 30px !important;
  }
  .m-x-2-xl-up {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }
  .p-x-2-xl-up {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  .m-y-2-xl-up {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .p-y-2-xl-up {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .m-a-2-xl-up {
    margin-top: 30px !important;
    margin-right: 30px !important;
    margin-bottom: 30px !important;
    margin-left: 30px !important;
  }
  .p-a-2-xl-up {
    padding-top: 30px !important;
    padding-right: 30px !important;
    padding-bottom: 30px !important;
    padding-left: 30px !important;
  }
}
@media screen and (max-width: 1199px) {
  .m-t-2-xl-down {
    margin-top: 30px !important;
  }
  .p-t-2-xl-down {
    padding-top: 30px !important;
  }
  .m-r-2-xl-down {
    margin-right: 30px !important;
  }
  .p-r-2-xl-down {
    padding-right: 30px !important;
  }
  .m-b-2-xl-down {
    margin-bottom: 30px !important;
  }
  .p-b-2-xl-down {
    padding-bottom: 30px !important;
  }
  .m-l-2-xl-down {
    margin-left: 30px !important;
  }
  .p-l-2-xl-down {
    padding-left: 30px !important;
  }
  .m-x-2-xl-down {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }
  .p-x-2-xl-down {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  .m-y-2-xl-down {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .p-y-2-xl-down {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .m-a-2-xl-down {
    margin-top: 30px !important;
    margin-right: 30px !important;
    margin-bottom: 30px !important;
    margin-left: 30px !important;
  }
  .p-a-2-xl-down {
    padding-top: 30px !important;
    padding-right: 30px !important;
    padding-bottom: 30px !important;
    padding-left: 30px !important;
  }
}
@media screen and (min-width: 0) {
  .m-t-3-xs-up {
    margin-top: 45px !important;
  }
  .p-t-3-xs-up {
    padding-top: 45px !important;
  }
  .m-r-3-xs-up {
    margin-right: 45px !important;
  }
  .p-r-3-xs-up {
    padding-right: 45px !important;
  }
  .m-b-3-xs-up {
    margin-bottom: 45px !important;
  }
  .p-b-3-xs-up {
    padding-bottom: 45px !important;
  }
  .m-l-3-xs-up {
    margin-left: 45px !important;
  }
  .p-l-3-xs-up {
    padding-left: 45px !important;
  }
  .m-x-3-xs-up {
    margin-right: 45px !important;
    margin-left: 45px !important;
  }
  .p-x-3-xs-up {
    padding-right: 45px !important;
    padding-left: 45px !important;
  }
  .m-y-3-xs-up {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
  .p-y-3-xs-up {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
  .m-a-3-xs-up {
    margin-top: 45px !important;
    margin-right: 45px !important;
    margin-bottom: 45px !important;
    margin-left: 45px !important;
  }
  .p-a-3-xs-up {
    padding-top: 45px !important;
    padding-right: 45px !important;
    padding-bottom: 45px !important;
    padding-left: 45px !important;
  }
}
@media screen and (max-width: -1px) {
  .m-t-3-xs-down {
    margin-top: 45px !important;
  }
  .p-t-3-xs-down {
    padding-top: 45px !important;
  }
  .m-r-3-xs-down {
    margin-right: 45px !important;
  }
  .p-r-3-xs-down {
    padding-right: 45px !important;
  }
  .m-b-3-xs-down {
    margin-bottom: 45px !important;
  }
  .p-b-3-xs-down {
    padding-bottom: 45px !important;
  }
  .m-l-3-xs-down {
    margin-left: 45px !important;
  }
  .p-l-3-xs-down {
    padding-left: 45px !important;
  }
  .m-x-3-xs-down {
    margin-right: 45px !important;
    margin-left: 45px !important;
  }
  .p-x-3-xs-down {
    padding-right: 45px !important;
    padding-left: 45px !important;
  }
  .m-y-3-xs-down {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
  .p-y-3-xs-down {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
  .m-a-3-xs-down {
    margin-top: 45px !important;
    margin-right: 45px !important;
    margin-bottom: 45px !important;
    margin-left: 45px !important;
  }
  .p-a-3-xs-down {
    padding-top: 45px !important;
    padding-right: 45px !important;
    padding-bottom: 45px !important;
    padding-left: 45px !important;
  }
}
@media screen and (min-width: 576px) {
  .m-t-3-sm-up {
    margin-top: 45px !important;
  }
  .p-t-3-sm-up {
    padding-top: 45px !important;
  }
  .m-r-3-sm-up {
    margin-right: 45px !important;
  }
  .p-r-3-sm-up {
    padding-right: 45px !important;
  }
  .m-b-3-sm-up {
    margin-bottom: 45px !important;
  }
  .p-b-3-sm-up {
    padding-bottom: 45px !important;
  }
  .m-l-3-sm-up {
    margin-left: 45px !important;
  }
  .p-l-3-sm-up {
    padding-left: 45px !important;
  }
  .m-x-3-sm-up {
    margin-right: 45px !important;
    margin-left: 45px !important;
  }
  .p-x-3-sm-up {
    padding-right: 45px !important;
    padding-left: 45px !important;
  }
  .m-y-3-sm-up {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
  .p-y-3-sm-up {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
  .m-a-3-sm-up {
    margin-top: 45px !important;
    margin-right: 45px !important;
    margin-bottom: 45px !important;
    margin-left: 45px !important;
  }
  .p-a-3-sm-up {
    padding-top: 45px !important;
    padding-right: 45px !important;
    padding-bottom: 45px !important;
    padding-left: 45px !important;
  }
}
@media screen and (max-width: 575px) {
  .m-t-3-sm-down {
    margin-top: 45px !important;
  }
  .p-t-3-sm-down {
    padding-top: 45px !important;
  }
  .m-r-3-sm-down {
    margin-right: 45px !important;
  }
  .p-r-3-sm-down {
    padding-right: 45px !important;
  }
  .m-b-3-sm-down {
    margin-bottom: 45px !important;
  }
  .p-b-3-sm-down {
    padding-bottom: 45px !important;
  }
  .m-l-3-sm-down {
    margin-left: 45px !important;
  }
  .p-l-3-sm-down {
    padding-left: 45px !important;
  }
  .m-x-3-sm-down {
    margin-right: 45px !important;
    margin-left: 45px !important;
  }
  .p-x-3-sm-down {
    padding-right: 45px !important;
    padding-left: 45px !important;
  }
  .m-y-3-sm-down {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
  .p-y-3-sm-down {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
  .m-a-3-sm-down {
    margin-top: 45px !important;
    margin-right: 45px !important;
    margin-bottom: 45px !important;
    margin-left: 45px !important;
  }
  .p-a-3-sm-down {
    padding-top: 45px !important;
    padding-right: 45px !important;
    padding-bottom: 45px !important;
    padding-left: 45px !important;
  }
}
@media screen and (min-width: 768px) {
  .m-t-3-md-up {
    margin-top: 45px !important;
  }
  .p-t-3-md-up {
    padding-top: 45px !important;
  }
  .m-r-3-md-up {
    margin-right: 45px !important;
  }
  .p-r-3-md-up {
    padding-right: 45px !important;
  }
  .m-b-3-md-up {
    margin-bottom: 45px !important;
  }
  .p-b-3-md-up {
    padding-bottom: 45px !important;
  }
  .m-l-3-md-up {
    margin-left: 45px !important;
  }
  .p-l-3-md-up {
    padding-left: 45px !important;
  }
  .m-x-3-md-up {
    margin-right: 45px !important;
    margin-left: 45px !important;
  }
  .p-x-3-md-up {
    padding-right: 45px !important;
    padding-left: 45px !important;
  }
  .m-y-3-md-up {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
  .p-y-3-md-up {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
  .m-a-3-md-up {
    margin-top: 45px !important;
    margin-right: 45px !important;
    margin-bottom: 45px !important;
    margin-left: 45px !important;
  }
  .p-a-3-md-up {
    padding-top: 45px !important;
    padding-right: 45px !important;
    padding-bottom: 45px !important;
    padding-left: 45px !important;
  }
}
@media screen and (max-width: 767px) {
  .m-t-3-md-down {
    margin-top: 45px !important;
  }
  .p-t-3-md-down {
    padding-top: 45px !important;
  }
  .m-r-3-md-down {
    margin-right: 45px !important;
  }
  .p-r-3-md-down {
    padding-right: 45px !important;
  }
  .m-b-3-md-down {
    margin-bottom: 45px !important;
  }
  .p-b-3-md-down {
    padding-bottom: 45px !important;
  }
  .m-l-3-md-down {
    margin-left: 45px !important;
  }
  .p-l-3-md-down {
    padding-left: 45px !important;
  }
  .m-x-3-md-down {
    margin-right: 45px !important;
    margin-left: 45px !important;
  }
  .p-x-3-md-down {
    padding-right: 45px !important;
    padding-left: 45px !important;
  }
  .m-y-3-md-down {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
  .p-y-3-md-down {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
  .m-a-3-md-down {
    margin-top: 45px !important;
    margin-right: 45px !important;
    margin-bottom: 45px !important;
    margin-left: 45px !important;
  }
  .p-a-3-md-down {
    padding-top: 45px !important;
    padding-right: 45px !important;
    padding-bottom: 45px !important;
    padding-left: 45px !important;
  }
}
@media screen and (min-width: 992px) {
  .m-t-3-lg-up {
    margin-top: 45px !important;
  }
  .p-t-3-lg-up {
    padding-top: 45px !important;
  }
  .m-r-3-lg-up {
    margin-right: 45px !important;
  }
  .p-r-3-lg-up {
    padding-right: 45px !important;
  }
  .m-b-3-lg-up {
    margin-bottom: 45px !important;
  }
  .p-b-3-lg-up {
    padding-bottom: 45px !important;
  }
  .m-l-3-lg-up {
    margin-left: 45px !important;
  }
  .p-l-3-lg-up {
    padding-left: 45px !important;
  }
  .m-x-3-lg-up {
    margin-right: 45px !important;
    margin-left: 45px !important;
  }
  .p-x-3-lg-up {
    padding-right: 45px !important;
    padding-left: 45px !important;
  }
  .m-y-3-lg-up {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
  .p-y-3-lg-up {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
  .m-a-3-lg-up {
    margin-top: 45px !important;
    margin-right: 45px !important;
    margin-bottom: 45px !important;
    margin-left: 45px !important;
  }
  .p-a-3-lg-up {
    padding-top: 45px !important;
    padding-right: 45px !important;
    padding-bottom: 45px !important;
    padding-left: 45px !important;
  }
}
@media screen and (max-width: 991px) {
  .m-t-3-lg-down {
    margin-top: 45px !important;
  }
  .p-t-3-lg-down {
    padding-top: 45px !important;
  }
  .m-r-3-lg-down {
    margin-right: 45px !important;
  }
  .p-r-3-lg-down {
    padding-right: 45px !important;
  }
  .m-b-3-lg-down {
    margin-bottom: 45px !important;
  }
  .p-b-3-lg-down {
    padding-bottom: 45px !important;
  }
  .m-l-3-lg-down {
    margin-left: 45px !important;
  }
  .p-l-3-lg-down {
    padding-left: 45px !important;
  }
  .m-x-3-lg-down {
    margin-right: 45px !important;
    margin-left: 45px !important;
  }
  .p-x-3-lg-down {
    padding-right: 45px !important;
    padding-left: 45px !important;
  }
  .m-y-3-lg-down {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
  .p-y-3-lg-down {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
  .m-a-3-lg-down {
    margin-top: 45px !important;
    margin-right: 45px !important;
    margin-bottom: 45px !important;
    margin-left: 45px !important;
  }
  .p-a-3-lg-down {
    padding-top: 45px !important;
    padding-right: 45px !important;
    padding-bottom: 45px !important;
    padding-left: 45px !important;
  }
}
@media screen and (min-width: 1200px) {
  .m-t-3-xl-up {
    margin-top: 45px !important;
  }
  .p-t-3-xl-up {
    padding-top: 45px !important;
  }
  .m-r-3-xl-up {
    margin-right: 45px !important;
  }
  .p-r-3-xl-up {
    padding-right: 45px !important;
  }
  .m-b-3-xl-up {
    margin-bottom: 45px !important;
  }
  .p-b-3-xl-up {
    padding-bottom: 45px !important;
  }
  .m-l-3-xl-up {
    margin-left: 45px !important;
  }
  .p-l-3-xl-up {
    padding-left: 45px !important;
  }
  .m-x-3-xl-up {
    margin-right: 45px !important;
    margin-left: 45px !important;
  }
  .p-x-3-xl-up {
    padding-right: 45px !important;
    padding-left: 45px !important;
  }
  .m-y-3-xl-up {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
  .p-y-3-xl-up {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
  .m-a-3-xl-up {
    margin-top: 45px !important;
    margin-right: 45px !important;
    margin-bottom: 45px !important;
    margin-left: 45px !important;
  }
  .p-a-3-xl-up {
    padding-top: 45px !important;
    padding-right: 45px !important;
    padding-bottom: 45px !important;
    padding-left: 45px !important;
  }
}
@media screen and (max-width: 1199px) {
  .m-t-3-xl-down {
    margin-top: 45px !important;
  }
  .p-t-3-xl-down {
    padding-top: 45px !important;
  }
  .m-r-3-xl-down {
    margin-right: 45px !important;
  }
  .p-r-3-xl-down {
    padding-right: 45px !important;
  }
  .m-b-3-xl-down {
    margin-bottom: 45px !important;
  }
  .p-b-3-xl-down {
    padding-bottom: 45px !important;
  }
  .m-l-3-xl-down {
    margin-left: 45px !important;
  }
  .p-l-3-xl-down {
    padding-left: 45px !important;
  }
  .m-x-3-xl-down {
    margin-right: 45px !important;
    margin-left: 45px !important;
  }
  .p-x-3-xl-down {
    padding-right: 45px !important;
    padding-left: 45px !important;
  }
  .m-y-3-xl-down {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
  .p-y-3-xl-down {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
  .m-a-3-xl-down {
    margin-top: 45px !important;
    margin-right: 45px !important;
    margin-bottom: 45px !important;
    margin-left: 45px !important;
  }
  .p-a-3-xl-down {
    padding-top: 45px !important;
    padding-right: 45px !important;
    padding-bottom: 45px !important;
    padding-left: 45px !important;
  }
}
@media screen and (min-width: 0) {
  .m-t-4-xs-up {
    margin-top: 60px !important;
  }
  .p-t-4-xs-up {
    padding-top: 60px !important;
  }
  .m-r-4-xs-up {
    margin-right: 60px !important;
  }
  .p-r-4-xs-up {
    padding-right: 60px !important;
  }
  .m-b-4-xs-up {
    margin-bottom: 60px !important;
  }
  .p-b-4-xs-up {
    padding-bottom: 60px !important;
  }
  .m-l-4-xs-up {
    margin-left: 60px !important;
  }
  .p-l-4-xs-up {
    padding-left: 60px !important;
  }
  .m-x-4-xs-up {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }
  .p-x-4-xs-up {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }
  .m-y-4-xs-up {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .p-y-4-xs-up {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .m-a-4-xs-up {
    margin-top: 60px !important;
    margin-right: 60px !important;
    margin-bottom: 60px !important;
    margin-left: 60px !important;
  }
  .p-a-4-xs-up {
    padding-top: 60px !important;
    padding-right: 60px !important;
    padding-bottom: 60px !important;
    padding-left: 60px !important;
  }
}
@media screen and (max-width: -1px) {
  .m-t-4-xs-down {
    margin-top: 60px !important;
  }
  .p-t-4-xs-down {
    padding-top: 60px !important;
  }
  .m-r-4-xs-down {
    margin-right: 60px !important;
  }
  .p-r-4-xs-down {
    padding-right: 60px !important;
  }
  .m-b-4-xs-down {
    margin-bottom: 60px !important;
  }
  .p-b-4-xs-down {
    padding-bottom: 60px !important;
  }
  .m-l-4-xs-down {
    margin-left: 60px !important;
  }
  .p-l-4-xs-down {
    padding-left: 60px !important;
  }
  .m-x-4-xs-down {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }
  .p-x-4-xs-down {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }
  .m-y-4-xs-down {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .p-y-4-xs-down {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .m-a-4-xs-down {
    margin-top: 60px !important;
    margin-right: 60px !important;
    margin-bottom: 60px !important;
    margin-left: 60px !important;
  }
  .p-a-4-xs-down {
    padding-top: 60px !important;
    padding-right: 60px !important;
    padding-bottom: 60px !important;
    padding-left: 60px !important;
  }
}
@media screen and (min-width: 576px) {
  .m-t-4-sm-up {
    margin-top: 60px !important;
  }
  .p-t-4-sm-up {
    padding-top: 60px !important;
  }
  .m-r-4-sm-up {
    margin-right: 60px !important;
  }
  .p-r-4-sm-up {
    padding-right: 60px !important;
  }
  .m-b-4-sm-up {
    margin-bottom: 60px !important;
  }
  .p-b-4-sm-up {
    padding-bottom: 60px !important;
  }
  .m-l-4-sm-up {
    margin-left: 60px !important;
  }
  .p-l-4-sm-up {
    padding-left: 60px !important;
  }
  .m-x-4-sm-up {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }
  .p-x-4-sm-up {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }
  .m-y-4-sm-up {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .p-y-4-sm-up {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .m-a-4-sm-up {
    margin-top: 60px !important;
    margin-right: 60px !important;
    margin-bottom: 60px !important;
    margin-left: 60px !important;
  }
  .p-a-4-sm-up {
    padding-top: 60px !important;
    padding-right: 60px !important;
    padding-bottom: 60px !important;
    padding-left: 60px !important;
  }
}
@media screen and (max-width: 575px) {
  .m-t-4-sm-down {
    margin-top: 60px !important;
  }
  .p-t-4-sm-down {
    padding-top: 60px !important;
  }
  .m-r-4-sm-down {
    margin-right: 60px !important;
  }
  .p-r-4-sm-down {
    padding-right: 60px !important;
  }
  .m-b-4-sm-down {
    margin-bottom: 60px !important;
  }
  .p-b-4-sm-down {
    padding-bottom: 60px !important;
  }
  .m-l-4-sm-down {
    margin-left: 60px !important;
  }
  .p-l-4-sm-down {
    padding-left: 60px !important;
  }
  .m-x-4-sm-down {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }
  .p-x-4-sm-down {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }
  .m-y-4-sm-down {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .p-y-4-sm-down {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .m-a-4-sm-down {
    margin-top: 60px !important;
    margin-right: 60px !important;
    margin-bottom: 60px !important;
    margin-left: 60px !important;
  }
  .p-a-4-sm-down {
    padding-top: 60px !important;
    padding-right: 60px !important;
    padding-bottom: 60px !important;
    padding-left: 60px !important;
  }
}
@media screen and (min-width: 768px) {
  .m-t-4-md-up {
    margin-top: 60px !important;
  }
  .p-t-4-md-up {
    padding-top: 60px !important;
  }
  .m-r-4-md-up {
    margin-right: 60px !important;
  }
  .p-r-4-md-up {
    padding-right: 60px !important;
  }
  .m-b-4-md-up {
    margin-bottom: 60px !important;
  }
  .p-b-4-md-up {
    padding-bottom: 60px !important;
  }
  .m-l-4-md-up {
    margin-left: 60px !important;
  }
  .p-l-4-md-up {
    padding-left: 60px !important;
  }
  .m-x-4-md-up {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }
  .p-x-4-md-up {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }
  .m-y-4-md-up {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .p-y-4-md-up {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .m-a-4-md-up {
    margin-top: 60px !important;
    margin-right: 60px !important;
    margin-bottom: 60px !important;
    margin-left: 60px !important;
  }
  .p-a-4-md-up {
    padding-top: 60px !important;
    padding-right: 60px !important;
    padding-bottom: 60px !important;
    padding-left: 60px !important;
  }
}
@media screen and (max-width: 767px) {
  .m-t-4-md-down {
    margin-top: 60px !important;
  }
  .p-t-4-md-down {
    padding-top: 60px !important;
  }
  .m-r-4-md-down {
    margin-right: 60px !important;
  }
  .p-r-4-md-down {
    padding-right: 60px !important;
  }
  .m-b-4-md-down {
    margin-bottom: 60px !important;
  }
  .p-b-4-md-down {
    padding-bottom: 60px !important;
  }
  .m-l-4-md-down {
    margin-left: 60px !important;
  }
  .p-l-4-md-down {
    padding-left: 60px !important;
  }
  .m-x-4-md-down {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }
  .p-x-4-md-down {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }
  .m-y-4-md-down {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .p-y-4-md-down {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .m-a-4-md-down {
    margin-top: 60px !important;
    margin-right: 60px !important;
    margin-bottom: 60px !important;
    margin-left: 60px !important;
  }
  .p-a-4-md-down {
    padding-top: 60px !important;
    padding-right: 60px !important;
    padding-bottom: 60px !important;
    padding-left: 60px !important;
  }
}
@media screen and (min-width: 992px) {
  .m-t-4-lg-up {
    margin-top: 60px !important;
  }
  .p-t-4-lg-up {
    padding-top: 60px !important;
  }
  .m-r-4-lg-up {
    margin-right: 60px !important;
  }
  .p-r-4-lg-up {
    padding-right: 60px !important;
  }
  .m-b-4-lg-up {
    margin-bottom: 60px !important;
  }
  .p-b-4-lg-up {
    padding-bottom: 60px !important;
  }
  .m-l-4-lg-up {
    margin-left: 60px !important;
  }
  .p-l-4-lg-up {
    padding-left: 60px !important;
  }
  .m-x-4-lg-up {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }
  .p-x-4-lg-up {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }
  .m-y-4-lg-up {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .p-y-4-lg-up {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .m-a-4-lg-up {
    margin-top: 60px !important;
    margin-right: 60px !important;
    margin-bottom: 60px !important;
    margin-left: 60px !important;
  }
  .p-a-4-lg-up {
    padding-top: 60px !important;
    padding-right: 60px !important;
    padding-bottom: 60px !important;
    padding-left: 60px !important;
  }
}
@media screen and (max-width: 991px) {
  .m-t-4-lg-down {
    margin-top: 60px !important;
  }
  .p-t-4-lg-down {
    padding-top: 60px !important;
  }
  .m-r-4-lg-down {
    margin-right: 60px !important;
  }
  .p-r-4-lg-down {
    padding-right: 60px !important;
  }
  .m-b-4-lg-down {
    margin-bottom: 60px !important;
  }
  .p-b-4-lg-down {
    padding-bottom: 60px !important;
  }
  .m-l-4-lg-down {
    margin-left: 60px !important;
  }
  .p-l-4-lg-down {
    padding-left: 60px !important;
  }
  .m-x-4-lg-down {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }
  .p-x-4-lg-down {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }
  .m-y-4-lg-down {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .p-y-4-lg-down {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .m-a-4-lg-down {
    margin-top: 60px !important;
    margin-right: 60px !important;
    margin-bottom: 60px !important;
    margin-left: 60px !important;
  }
  .p-a-4-lg-down {
    padding-top: 60px !important;
    padding-right: 60px !important;
    padding-bottom: 60px !important;
    padding-left: 60px !important;
  }
}
@media screen and (min-width: 1200px) {
  .m-t-4-xl-up {
    margin-top: 60px !important;
  }
  .p-t-4-xl-up {
    padding-top: 60px !important;
  }
  .m-r-4-xl-up {
    margin-right: 60px !important;
  }
  .p-r-4-xl-up {
    padding-right: 60px !important;
  }
  .m-b-4-xl-up {
    margin-bottom: 60px !important;
  }
  .p-b-4-xl-up {
    padding-bottom: 60px !important;
  }
  .m-l-4-xl-up {
    margin-left: 60px !important;
  }
  .p-l-4-xl-up {
    padding-left: 60px !important;
  }
  .m-x-4-xl-up {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }
  .p-x-4-xl-up {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }
  .m-y-4-xl-up {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .p-y-4-xl-up {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .m-a-4-xl-up {
    margin-top: 60px !important;
    margin-right: 60px !important;
    margin-bottom: 60px !important;
    margin-left: 60px !important;
  }
  .p-a-4-xl-up {
    padding-top: 60px !important;
    padding-right: 60px !important;
    padding-bottom: 60px !important;
    padding-left: 60px !important;
  }
}
@media screen and (max-width: 1199px) {
  .m-t-4-xl-down {
    margin-top: 60px !important;
  }
  .p-t-4-xl-down {
    padding-top: 60px !important;
  }
  .m-r-4-xl-down {
    margin-right: 60px !important;
  }
  .p-r-4-xl-down {
    padding-right: 60px !important;
  }
  .m-b-4-xl-down {
    margin-bottom: 60px !important;
  }
  .p-b-4-xl-down {
    padding-bottom: 60px !important;
  }
  .m-l-4-xl-down {
    margin-left: 60px !important;
  }
  .p-l-4-xl-down {
    padding-left: 60px !important;
  }
  .m-x-4-xl-down {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }
  .p-x-4-xl-down {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }
  .m-y-4-xl-down {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .p-y-4-xl-down {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .m-a-4-xl-down {
    margin-top: 60px !important;
    margin-right: 60px !important;
    margin-bottom: 60px !important;
    margin-left: 60px !important;
  }
  .p-a-4-xl-down {
    padding-top: 60px !important;
    padding-right: 60px !important;
    padding-bottom: 60px !important;
    padding-left: 60px !important;
  }
}
.btn-transparent {
  background-color: transparent !important;
  color: #fff !important;
  border-width: 2px;
}
.btn-transparent.btn-font {
  border-color: #333 !important;
}
.btn-transparent.btn-font:hover, .btn-transparent.btn-font:focus, .btn-transparent.btn-font:active {
  background-color: #333 !important;
}
.btn-transparent.btn-white {
  border-color: white !important;
}
.btn-transparent.btn-white:hover, .btn-transparent.btn-white:focus, .btn-transparent.btn-white:active {
  background-color: white !important;
}
.btn-transparent.btn-black {
  border-color: black !important;
}
.btn-transparent.btn-black:hover, .btn-transparent.btn-black:focus, .btn-transparent.btn-black:active {
  background-color: black !important;
}
.btn-transparent.btn-primary {
  border-color: #128851 !important;
}
.btn-transparent.btn-primary:hover, .btn-transparent.btn-primary:focus, .btn-transparent.btn-primary:active {
  background-color: #128851 !important;
}
.btn-transparent.btn-success {
  border-color: #5cb85c !important;
}
.btn-transparent.btn-success:hover, .btn-transparent.btn-success:focus, .btn-transparent.btn-success:active {
  background-color: #5cb85c !important;
}
.btn-transparent.btn-info {
  border-color: #5bc0de !important;
}
.btn-transparent.btn-info:hover, .btn-transparent.btn-info:focus, .btn-transparent.btn-info:active {
  background-color: #5bc0de !important;
}
.btn-transparent.btn-warning {
  border-color: #f0ad4e !important;
}
.btn-transparent.btn-warning:hover, .btn-transparent.btn-warning:focus, .btn-transparent.btn-warning:active {
  background-color: #f0ad4e !important;
}
.btn-transparent.btn-danger {
  border-color: #d9534f !important;
}
.btn-transparent.btn-danger:hover, .btn-transparent.btn-danger:focus, .btn-transparent.btn-danger:active {
  background-color: #d9534f !important;
}
.btn-transparent.btn-taupe {
  border-color: #d2d0cc !important;
}
.btn-transparent.btn-taupe:hover, .btn-transparent.btn-taupe:focus, .btn-transparent.btn-taupe:active {
  background-color: #d2d0cc !important;
}
.btn-transparent.btn-forest {
  border-color: #128851 !important;
}
.btn-transparent.btn-forest:hover, .btn-transparent.btn-forest:focus, .btn-transparent.btn-forest:active {
  background-color: #128851 !important;
}

.btn-outline {
  background-color: transparent !important;
}
.btn-outline.btn-font {
  color: #333 !important;
  border-color: #333 !important;
}
.btn-outline.btn-font:hover, .btn-outline.btn-font:focus, .btn-outline.btn-font:active {
  color: #fff !important;
  background-color: #333 !important;
}
.btn-outline.btn-white {
  color: white !important;
  border-color: white !important;
}
.btn-outline.btn-white:hover, .btn-outline.btn-white:focus, .btn-outline.btn-white:active {
  color: #fff !important;
  background-color: white !important;
}
.btn-outline.btn-black {
  color: black !important;
  border-color: black !important;
}
.btn-outline.btn-black:hover, .btn-outline.btn-black:focus, .btn-outline.btn-black:active {
  color: #fff !important;
  background-color: black !important;
}
.btn-outline.btn-primary {
  color: #128851 !important;
  border-color: #128851 !important;
}
.btn-outline.btn-primary:hover, .btn-outline.btn-primary:focus, .btn-outline.btn-primary:active {
  color: #fff !important;
  background-color: #128851 !important;
}
.btn-outline.btn-success {
  color: #5cb85c !important;
  border-color: #5cb85c !important;
}
.btn-outline.btn-success:hover, .btn-outline.btn-success:focus, .btn-outline.btn-success:active {
  color: #fff !important;
  background-color: #5cb85c !important;
}
.btn-outline.btn-info {
  color: #5bc0de !important;
  border-color: #5bc0de !important;
}
.btn-outline.btn-info:hover, .btn-outline.btn-info:focus, .btn-outline.btn-info:active {
  color: #fff !important;
  background-color: #5bc0de !important;
}
.btn-outline.btn-warning {
  color: #f0ad4e !important;
  border-color: #f0ad4e !important;
}
.btn-outline.btn-warning:hover, .btn-outline.btn-warning:focus, .btn-outline.btn-warning:active {
  color: #fff !important;
  background-color: #f0ad4e !important;
}
.btn-outline.btn-danger {
  color: #d9534f !important;
  border-color: #d9534f !important;
}
.btn-outline.btn-danger:hover, .btn-outline.btn-danger:focus, .btn-outline.btn-danger:active {
  color: #fff !important;
  background-color: #d9534f !important;
}
.btn-outline.btn-taupe {
  color: #d2d0cc !important;
  border-color: #d2d0cc !important;
}
.btn-outline.btn-taupe:hover, .btn-outline.btn-taupe:focus, .btn-outline.btn-taupe:active {
  color: #fff !important;
  background-color: #d2d0cc !important;
}
.btn-outline.btn-forest {
  color: #128851 !important;
  border-color: #128851 !important;
}
.btn-outline.btn-forest:hover, .btn-outline.btn-forest:focus, .btn-outline.btn-forest:active {
  color: #fff !important;
  background-color: #128851 !important;
}

.btn {
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-smoothing: antialiased;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 23px;
  padding: 12px 21px 13px;
  border-radius: 4px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn.extra-padding {
  padding-left: 66px;
  padding-right: 66px;
}
.btn.btn-darker {
  background-color: #128851;
  color: #FFF;
}
.btn.btn-darker:hover {
  background-color: #008645;
}
.btn.btn-darker-outline {
  background-color: #FFF;
  color: #128851;
  border: solid 1px #128851;
}
.btn.btn-darker-outline:hover {
  background-color: #128851;
  color: #FFF;
}
.btn.btn-alt {
  background-color: #39261F;
  color: #FFF;
}
.btn.btn-alt:hover {
  background-color: #200D06;
}
.btn.btn-white {
  background-color: #FFF;
  color: #4A4A4A;
  border: 2px solid #E6E6E6;
  color: #919DA7;
}
.btn.btn-white:hover {
  background-color: #E6E6E6;
}
.btn.border-only {
  border: 2px solid #FFF;
  border-radius: 3px;
}
.btn.border-only:hover {
  background-color: #FFF;
}

@media screen and (min-width: 992px) {
  .container.container-slim {
    max-width: 900px;
  }
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-padding-top: 120px;
}

html,
body {
  color: #333;
  line-height: 1.6;
  font-size: 1rem;
}
html.ov-hidden,
body.ov-hidden {
  overflow: hidden;
}

body {
  background-color: #FFF;
}

a {
  color: #128851;
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
a:hover {
  color: #094429;
  text-decoration: underline;
}

p a, .add-to-cart_body a {
  text-decoration: underline;
}
p a:hover, .add-to-cart_body a:hover {
  text-decoration: none;
}

pre, code {
  font-size: 12px;
}

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

.container-fluid.container-max-width {
  max-width: 1140px !important;
}

.content-wrapper {
  min-height: 500px;
}

.float-left {
  float: left;
}

.bg-image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

p.disclaimer {
  font-size: 12px;
}

.text-wrap {
  white-space: normal;
}

.text-underline {
  text-decoration: underline;
}

@media screen and (min-width: 769px) {
  .hidden-md-up-fix {
    display: none;
  }
}
iframe {
  max-width: 100% !important;
}

.form-check .form-check-input {
  margin-top: 0.35rem;
  margin-left: 0;
}

a.unstyled:hover {
  text-decoration: none;
}

#checkout-wrapper {
  padding-left: 3rem;
  padding-right: 3rem;
}
@media screen and (max-width: 768px) {
  #checkout-wrapper {
    padding: 0;
  }
}
#checkout-wrapper .cart-contents {
  position: relative;
}
#checkout-wrapper .cart-contents .cart-contents-wrapper {
  position: relative;
}
@media screen and (max-width: 768px) {
  #checkout-wrapper .cart-contents .cart-contents-wrapper > form > .row {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  #checkout-wrapper .cart-contents .cart-contents-wrapper > form > .row > div {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  #checkout-wrapper .cart-contents .cart-contents-wrapper > .row {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  #checkout-wrapper .cart-contents .cart-contents-wrapper > .row > div {
    padding: 0;
  }
}
#checkout-wrapper .cart-contents .cart-updating {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.75);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  display: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1000;
  font-size: 20px;
}
#checkout-wrapper .cart-contents .cart-updating.in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
}
#checkout-wrapper .cart-contents .upsell .upsell-cart-item .bg-image {
  width: 75px;
  height: 75px;
  float: left;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
#checkout-wrapper a.title {
  text-decoration: underline;
}

table td,
table th {
  padding: 0.75rem 1rem !important;
}
table.table-checkout thead {
  background-color: #d2d0cc;
}
table.table-checkout thead th {
  font-weight: bold;
}
table.table-checkout tr {
  position: relative;
  padding: 0 !important;
}
table.table-checkout tr td {
  border-top: none;
  border-bottom: 1px solid #eceeef;
}
table.table-checkout tr td,
table.table-checkout tr th {
  vertical-align: middle;
  position: relative;
  padding: 0.75rem 1rem !important;
}
table.table-checkout img {
  height: 3.5rem;
  width: auto;
}
table.table-checkout .cart-item .bg-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 75px;
  height: 75px;
  border-radius: 4px;
}
table.table-checkout .cart-item .bg-image.large {
  width: 150px;
  height: 102px;
}
@media screen and (max-width: 767px) {
  table.table-checkout .cart-item .bg-image {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
    margin-right: 8px;
  }
  table.table-checkout .cart-item .bg-image.large {
    width: 120px;
    height: 80px;
  }
}
table.table-checkout .cart-item .cart-item-quantity {
  margin-top: 4px;
}
table.table-checkout .cart-item .cart-item-quantity button,
table.table-checkout .cart-item .cart-item-quantity span {
  width: 1.75rem;
  height: 1.75rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
table.table-checkout .cart-item .cart-item-quantity button {
  padding: 0;
  border: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 5px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  height: 1.5rem;
  line-height: 1.5;
}
table.table-checkout .cart-item .cart-item-quantity button.remove {
  background-color: #fefefe;
  background-color: white;
  border: 1px solid #128851;
}
table.table-checkout .cart-item .cart-item-quantity button.remove:hover {
  background-color: #128851;
  color: white;
}
table.table-checkout .cart-item .cart-item-quantity button.add {
  background-color: #d8d8d7;
  background-color: #128851;
  border: 1px solid #128851;
  color: white;
}
table.table-checkout .cart-item .cart-item-quantity button.add:hover {
  background-color: white;
  color: black;
}
table.table-checkout .cart-item .cart-item-quantity button:hover {
  cursor: pointer;
  background-color: #0c5b36;
  color: #fff;
}
table.table-checkout .cart-item .cart-item-quantity button.disabled {
  cursor: not-allowed;
}
table.table-checkout .cart-item .remove-confirm {
  position: absolute;
  z-index: 10;
  background-color: #fff;
  right: 50%;
  width: 250px;
  padding: 10px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  opacity: 0;
  display: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
table.table-checkout .cart-item .remove-confirm.in {
  display: block;
  opacity: 1;
}
table.table-checkout .cart-item .remove-confirm p {
  margin-bottom: 8px;
}
table.table-checkout .cart-item .remove-confirm .remove-button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
table.table-checkout .cart-item .remove-confirm .remove-button-wrapper button {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
table.table-checkout .cart-item .remove-confirm button {
  font-size: 16px;
  padding: 0.25rem 1rem;
}
table.table-checkout .cart-item .remove-confirm button + button {
  margin-left: 8px;
}
table.table-checkout .cart-item td a {
  font-size: 16px;
  color: #111111;
  letter-spacing: 0;
  line-height: normal;
}
table.table-totals tr.pre-gift-card-total {
  border-bottom: 1px solid #eceeef;
}
table.table-totals tr.total {
  font-size: 1.5rem;
  border-top: 1px solid #eceeef;
}
table.table-totals tr.total.order-detail-total {
  border-bottom: 1px solid #eceeef;
}
table.table-totals tr.lead th,
table.table-totals tr.lead td {
  border-top: none;
}

.cart-items_mobile .cart-item .cart-item-quantity button,
.cart-items_mobile .cart-item .cart-item-quantity span {
  width: 1.75rem;
  height: 1.75rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cart-items_mobile .cart-item .cart-item-quantity button {
  padding: 0;
  border: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cart-items_mobile .cart-item .cart-item-quantity button.remove {
  background-color: #f2f2f1;
}
.cart-items_mobile .cart-item .cart-item-quantity button.add {
  background-color: #d8d8d7;
}
.cart-items_mobile .cart-item .cart-item-quantity button:hover {
  cursor: pointer;
  background-color: #128851;
  color: #fff;
}
.cart-items_mobile .cart-item .cart-item-quantity button.disabled {
  cursor: not-allowed;
}
.cart-items_mobile .cart-item .card-header {
  position: relative;
}
.cart-items_mobile .cart-item .remove-confirm {
  position: absolute;
  z-index: 10;
  background-color: #fff;
  right: 10px;
  left: 10px;
  top: 50px;
  padding: 10px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  opacity: 0;
  display: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cart-items_mobile .cart-item .remove-confirm.in {
  display: block;
  opacity: 1;
}
.cart-items_mobile .cart-item .remove-confirm p {
  margin-bottom: 8px;
}
.cart-items_mobile .cart-item .remove-confirm .remove-button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cart-items_mobile .cart-item .remove-confirm .remove-button-wrapper button {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.cart-items_mobile .cart-item .remove-confirm button {
  font-size: 16px;
  padding: 0.25rem 1rem;
}
.cart-items_mobile .cart-item .remove-confirm button + button {
  margin-left: 8px;
}

.checkout-intro {
  padding-top: 1.5rem !important;
}
@media screen and (max-width: 768px) {
  .checkout-intro {
    padding: 1.5rem 15px 0 15px !important;
  }
}
.checkout-intro a.print-page i.fa-print {
  font-size: 26px;
}

.datepicker {
  z-index: 10000 !important;
}
@media screen and (max-width: 600px) {
  .datepicker table.table-condensed tr th,
  .datepicker table.table-condensed tr td {
    padding: 0.5rem 0.75rem !important;
  }
}

@media screen and (max-width: 768px) {
  .content-wrapper > .container {
    padding: 0 !important;
  }
  .content-wrapper > .container > .row {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .content-wrapper > .container-fluid {
    padding: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .content-wrapper .cart-contents-wrapper > .row {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .content-wrapper .cart-contents-wrapper > .row > div {
    padding: 0;
  }
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from, 20%, 53%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  from, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from, 11.1%, 100% {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from, 11.1%, 100% {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  from, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  from, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::after {
  bottom: -10px;
}

/*
 * 3DY
 */
.hamburger--3dy .hamburger-box {
  -webkit-perspective: 80px;
          perspective: 80px;
}
.hamburger--3dy .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent;
  -webkit-transform: rotateX(-180deg);
          transform: rotateX(-180deg);
}
.hamburger--3dy.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dy.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.card {
  font-family: "Source Sans Pro";
  position: relative;
}
.card .card-img-top {
  max-width: 100%;
}
.card .badge-inventory {
  position: absolute;
  left: 14px;
  top: 14px;
  display: block;
}
.card.checkout-card {
  background: white;
  margin-bottom: 2rem;
}
.card.checkout-card .card-header {
  border-bottom: 1px solid #EEEEEE;
  padding: 1rem;
  background: white;
}
.card.checkout-card .card-header h2 {
  padding: 0;
  margin: 0;
}
.card.checkout-card .card-body {
  padding: 1rem;
}
.card.checkout-card .shipping-information-form {
  padding-left: 1rem;
  padding-right: 1rem;
}
.card .card-block {
  padding: 1.25rem;
}
.card .login-supplemental {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1rem;
}
.card .login-supplemental .forgot-password {
  font-weight: bold;
  font-size: 18px;
}

#giftcard-form .card {
  margin-top: 2rem;
}
#giftcard-form .card:first-child {
  margin-top: 0;
}
#giftcard-form .card .form-check-input {
  margin-top: 0;
}
#giftcard-form .card .form-check-label input {
  display: inline-block;
  margin-left: 0.3125rem;
  widtH: 150px;
}

.badge-inventory {
  padding: 1px 10px 3px;
  color: #fff;
  border-radius: 3px;
  text-align: center;
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
  display: inline-block;
}
.badge-inventory br {
  display: none;
}
.badge-inventory span {
  font-size: 12px;
  font-weight: 600;
  line-height: 10px;
}
.badge-inventory.badge-in-stock {
  background-color: #5cb85c;
}
.badge-inventory.badge-available-soon {
  background-color: #128851;
}
.badge-inventory.badge-out-of-stock {
  background-color: #a52c46;
}

.disclaimer-bar {
  padding: 10px;
  background-color: #302614;
  position: sticky;
  top: -1px;
  z-index: 1001;
}
.disclaimer-bar p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .disclaimer-bar p {
    font-size: 10px;
  }
}
.disclaimer-bar a {
  color: #fff;
  text-decoration: underline;
}

.form-group label {
  font-weight: 600;
}
.form-group label input[type=checkbox] {
  margin-right: 10px;
}
.form-group .input-group .input-group-btn button {
  background: #EEE;
  color: #373a3c;
  padding: 0.5rem 1rem;
  line-height: 1.25;
  font-size: 14px;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.form-group .input-group .input-group-btn button:hover {
  background: #ccc;
}

.help-block {
  color: red;
  padding-left: 1rem;
}

#search-input-nav {
  position: relative;
  font-family: "Roboto";
}
#search-input-nav #smart-search {
  position: absolute;
  left: 0;
  top: calc(100% + 0.25rem);
  right: 0;
  height: auto;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  #search-input-nav #smart-search {
    right: auto;
    width: 90vw;
  }
}
#search-input-nav #smart-search .loading .list-group-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
#search-input-nav #smart-search .loading .list-group-item span + span {
  margin-left: 0.4rem;
}
#search-input-nav #smart-search .results {
  -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
  max-height: 40vh;
  overflow-y: scroll;
}
#search-input-nav #smart-search .results .result-item {
  padding: 0.45rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#search-input-nav #smart-search .results .result-item.result-item-header {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.25rem 0.75rem;
  background-color: #f1f1f1;
  font-weight: bold;
  display: none;
}
#search-input-nav #smart-search .results .result-item .result-item-content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#search-input-nav #smart-search .results .result-item .result-item-content .result-item-img {
  margin-right: 0.75rem;
  width: 3.75rem;
  min-height: 3.75rem;
  background-size: cover;
  background-position: center center;
  background-image: url("/assets/images/natorps_missing_image@2x.jpg");
}
#search-input-nav #smart-search .results .result-item .result-item-content .result-item-img img {
  width: 3.75rem;
  height: auto;
}
#search-input-nav #smart-search .results .result-item .result-item-content .result-item-meta {
  line-height: 1.2;
}
#search-input-nav #smart-search .results .result-item .result-item-content .result-item-meta .title {
  font-weight: bold;
  font-size: 15px;
}
#search-input-nav #smart-search .results .result-item .result-item-content .result-item-meta .subtitle {
  font-size: 14px;
}
#search-input-nav #smart-search .results .result-item .result-item-icon {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  font-size: 2rem;
  line-height: 0;
  color: #ddd;
  padding-right: 0.25rem;
}

#search-input-form #searchBox {
  border-radius: 0px;
}
#search-input-form .input-group-append button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
@media (max-width: 767.98px) {
  #search-input-form {
    top: 78.42px;
    left: 0;
    right: 0;
    width: 100%;
    padding: 0.5rem 1.2rem;
    background-color: #eee;
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  }
  #search-input-form .input-group {
    background-color: #fff;
    border-radius: 4px;
  }
  #search-input-form .form-control {
    height: calc(2.25rem + 8px);
    padding: 0.375rem 0.75rem;
  }
  #search-input-form button:hover, #search-input-form button:active, #search-input-form button:focus,
  #search-input-form .input-group-append:hover,
  #search-input-form .input-group-append:active,
  #search-input-form .input-group-append:focus,
  #search-input-form .input-group-prepend:hover,
  #search-input-form .input-group-prepend:active,
  #search-input-form .input-group-prepend:focus,
  #search-input-form .input-group-text:hover,
  #search-input-form .input-group-text:active,
  #search-input-form .input-group-text:focus {
    outline: none;
    color: #AFBBC6;
    opacity: initial;
  }
  #search-input-form .smart-search-wrapper .list-group-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}

[v-cloak] {
  display: none;
}

.nav-link--cart,
[data-bind=cart-count],
[data-bind=shopping-list-count] {
  position: relative;
}
.nav-link--cart .cart-count,
[data-bind=cart-count] .cart-count,
[data-bind=shopping-list-count] .cart-count {
  position: absolute;
  top: -14px;
  right: -10px;
  display: block;
  width: 17px;
  height: 17px;
  text-align: center;
  font-family: "Source Sans Pro";
  font-weight: 800;
  font-size: 12px;
  line-height: 15px;
  background-color: rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
}

#cart-toggle {
  position: relative;
}
#cart-toggle .status {
  position: absolute;
  top: calc(100% + 1rem);
  background-color: #fff;
  border-radius: 3px;
  z-index: 100;
  right: -10px;
  font-size: 15px;
  display: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 2px solid #128851;
}
@media screen and (max-width: 500px) {
  #cart-toggle .status {
    position: fixed;
    top: 60px;
    left: 16px;
    right: 16px;
  }
}
#cart-toggle .status.in {
  display: block;
}
#cart-toggle .status:before {
  content: "";
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #128851;
  width: 0;
  height: 0;
  position: absolute;
  top: -10px;
  right: 1rem;
}
@media screen and (max-width: 500px) {
  #cart-toggle .status:before {
    display: none;
  }
}
#cart-toggle .status .shopping-list-item-added {
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  padding: 20px 13px;
  min-width: 180px;
}
#cart-toggle .status .products-added .total-added {
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  border-bottom: 1px solid #E5E5E4;
  padding: 20px 13px;
}
#cart-toggle .status .products-added .close-text {
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  padding: 15px 13px;
}
#cart-toggle .status .products-added .product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #E5E5E4;
  padding: 18px 13px;
  text-align: left;
}
#cart-toggle .status .products-added .product .product-image {
  width: 79px;
  height: 79px;
  border-radius: 4px;
  background-size: cover;
  background-position: center;
  margin-right: 29px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#cart-toggle .status .products-added .product .product-info {
  min-width: 150px;
  line-height: 1.3;
}
#cart-toggle .status .products-added .product .product-info .product-name {
  color: #111111;
  font-size: 16px;
}
#cart-toggle .status .products-added .product .product-info .product-size {
  margin-top: 13px;
  font-size: 16px;
  font-weight: normal;
}

.cart-backdrop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  z-index: 1010;
}
.cart-backdrop.in {
  display: block;
}

.cart-slideout,
.slide-out-body {
  display: none;
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  width: 400px;
  z-index: 1011;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 500px) {
  .cart-slideout,
  .slide-out-body {
    width: 100%;
  }
}
.cart-slideout.in,
.slide-out-body.in {
  display: block;
}
.cart-slideout > div,
.slide-out-body > div {
  position: absolute;
  width: 100%;
  padding: 1rem;
}
.cart-slideout .cart-header,
.slide-out-body .cart-header {
  top: 0;
  height: 68px;
  border-bottom: 2px solid #128851;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 3;
  background-color: #128851;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}
.cart-slideout .cart-header .count,
.slide-out-body .cart-header .count {
  font-size: 1.75rem;
  color: #fff;
  margin-top: 3px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .cart-slideout .cart-header .count,
  .slide-out-body .cart-header .count {
    font-size: 1.5rem;
  }
}
.cart-slideout .cart-header .total,
.slide-out-body .cart-header .total {
  font-size: 1.75rem;
  width: 2.5rem;
}
.cart-slideout .cart-header .close-wrap button.close,
.slide-out-body .cart-header .close-wrap button.close {
  width: 2.5rem;
  height: 2.5rem;
  opacity: 1;
  color: #fff;
}
.cart-slideout .cart-header .close-wrap button.close:before, .cart-slideout .cart-header .close-wrap button.close:after,
.slide-out-body .cart-header .close-wrap button.close:before,
.slide-out-body .cart-header .close-wrap button.close:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 2.5rem;
  height: 2px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: white;
}
.cart-slideout .cart-header .close-wrap button.close:before,
.slide-out-body .cart-header .close-wrap button.close:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.cart-slideout .cart-header .close-wrap button.close:after,
.slide-out-body .cart-header .close-wrap button.close:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.cart-slideout .cart-header .close-wrap button.close:hover:before, .cart-slideout .cart-header .close-wrap button.close:hover:after,
.slide-out-body .cart-header .close-wrap button.close:hover:before,
.slide-out-body .cart-header .close-wrap button.close:hover:after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  background-color: #fff;
}
.cart-slideout .cart-contents,
.slide-out-body .cart-contents {
  z-index: 1;
  height: calc(100vh - 68px - 47px - 185px);
  top: 115px;
  padding: 0;
  overflow: scroll;
  overflow-x: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .cart-slideout .cart-contents,
  .slide-out-body .cart-contents {
    height: calc(100vh - 68px - 47px - 157px);
  }
}
.cart-slideout .cart-contents:after,
.slide-out-body .cart-contents:after {
  display: none;
  content: "Cart Empty";
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 1.5rem;
  color: #e5e5e4;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.cart-slideout .cart-pane-toggle,
.slide-out-body .cart-pane-toggle {
  position: absolute;
  padding: 0;
  top: 68px;
  bottom: 185px;
  width: 100%;
  left: 0;
  right: 0;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .cart-slideout .cart-pane-toggle,
  .slide-out-body .cart-pane-toggle {
    bottom: 157px;
  }
}
.cart-slideout .cart-pane-toggle .btn-group,
.slide-out-body .cart-pane-toggle .btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
  width: 100%;
  max-width: 100%;
}
.cart-slideout .cart-pane-toggle .btn-group button,
.slide-out-body .cart-pane-toggle .btn-group button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  width: 50%;
  max-width: 50%;
  font-size: 14px;
  border-radius: 0px;
  padding: 10px 30px;
}
.cart-slideout .cart-pane-toggle ul.slideout-ul,
.slide-out-body .cart-pane-toggle ul.slideout-ul {
  list-style: none;
  padding-left: 0;
}
.cart-slideout .cart-pane-toggle ul.slideout-ul li,
.slide-out-body .cart-pane-toggle ul.slideout-ul li {
  border-bottom: 1px solid #979797;
  font-size: 24px;
  color: #575656;
  letter-spacing: 0;
}
.cart-slideout .cart-pane-toggle ul.slideout-ul li a,
.slide-out-body .cart-pane-toggle ul.slideout-ul li a {
  color: #575656;
  font-weight: 600;
  text-decoration: none;
  display: block;
  padding: 19px 40px;
}
.cart-slideout .cart-pane-toggle ul.slideout-ul li:hover,
.slide-out-body .cart-pane-toggle ul.slideout-ul li:hover {
  background: #D8D8D8;
}
.cart-slideout .cart-pane-toggle ul.slideout-ul li:hover a,
.slide-out-body .cart-pane-toggle ul.slideout-ul li:hover a {
  color: black;
}
.cart-slideout .cart-pane-toggle .ctas,
.slide-out-body .cart-pane-toggle .ctas {
  padding: 16px;
}
.cart-slideout .cart-empty,
.slide-out-body .cart-empty {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cart-slideout .cart-empty > div,
.slide-out-body .cart-empty > div {
  text-align: center;
}
.cart-slideout .cart-empty > div img,
.slide-out-body .cart-empty > div img {
  width: 5rem;
  height: auto;
}
.cart-slideout .cart-empty > div p,
.slide-out-body .cart-empty > div p {
  font-size: 1.5rem;
  color: #9a9a96;
}
.cart-slideout .cart-empty > div a,
.slide-out-body .cart-empty > div a {
  font-size: 1.1rem;
}
.cart-slideout .cart-updating,
.slide-out-body .cart-updating {
  background-color: #128851;
  color: #fff;
  text-align: center;
  top: 18px;
  height: 50px;
  overflow: hidden;
  left: 0;
  right: 0;
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0;
}
.cart-slideout .cart-updating .cart-updating_wrapper,
.slide-out-body .cart-updating .cart-updating_wrapper {
  padding: 1rem;
}
.cart-slideout.updating .cart-contents,
.slide-out-body.updating .cart-contents {
  height: calc(100vh - 68px - 185px - 50px);
  top: 118px;
}
@media screen and (max-width: 768px) {
  .cart-slideout.updating .cart-contents,
  .slide-out-body.updating .cart-contents {
    height: calc(100vh - 68px - 157px - 50px);
  }
}
.cart-slideout.updating .cart-updating,
.slide-out-body.updating .cart-updating {
  top: 68px;
}
.cart-slideout .cart-footer,
.slide-out-body .cart-footer {
  z-index: 3;
  bottom: 0;
  height: auto;
  border-top: 2px solid #372D18;
  padding: 0;
  background-color: #45371E;
  color: #fff;
}
.cart-slideout .cart-footer > div,
.slide-out-body .cart-footer > div {
  padding: 1rem;
}
.cart-slideout .cart-footer > div p,
.slide-out-body .cart-footer > div p {
  margin: 0;
}
.cart-slideout .cart-footer .totals,
.slide-out-body .cart-footer .totals {
  border-bottom: 1px solid #372D18;
}
@media screen and (max-width: 768px) {
  .cart-slideout .cart-footer .totals,
  .slide-out-body .cart-footer .totals {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.cart-slideout .cart-footer .totals .subtotal,
.slide-out-body .cart-footer .totals .subtotal {
  font-size: 0.9rem;
  line-height: 1.2rem;
}
.cart-slideout .cart-footer .totals .tax,
.slide-out-body .cart-footer .totals .tax {
  font-size: 0.9rem;
  line-height: 1.2rem;
}
.cart-slideout .cart-footer .totals .total,
.slide-out-body .cart-footer .totals .total {
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-weight: bold;
  margin-top: 0.3rem;
}
@media screen and (max-width: 768px) {
  .cart-slideout .cart-footer .totals .total,
  .slide-out-body .cart-footer .totals .total {
    margin-top: 0;
  }
}
.cart-slideout .cart-footer .account,
.slide-out-body .cart-footer .account {
  background-color: #372D18;
}
.cart-slideout .cart-footer .account .account-link,
.cart-slideout .cart-footer .account .logout-link,
.slide-out-body .cart-footer .account .account-link,
.slide-out-body .cart-footer .account .logout-link {
  color: #fff;
  text-decoration: underline;
}
.cart-slideout .cart-footer .account .account-link + a,
.cart-slideout .cart-footer .account .logout-link + a,
.slide-out-body .cart-footer .account .account-link + a,
.slide-out-body .cart-footer .account .logout-link + a {
  margin-left: 1rem;
}
.cart-slideout .shopping-list,
.slide-out-body .shopping-list {
  position: absolute;
  top: 115px;
  height: calc(100vh - 68px - 47px);
  padding: 0;
  overflow: hidden;
}
.cart-slideout .shopping-list .shopping-list-items,
.slide-out-body .shopping-list .shopping-list-items {
  position: absolute;
  top: 0;
  height: calc(100% - 136px);
  left: 0;
  right: 0;
  z-index: 2;
  overflow: scroll;
  overflow-x: hidden;
}
.cart-slideout .shopping-list .shopping-list-footer,
.slide-out-body .shopping-list .shopping-list-footer {
  z-index: 3;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  height: auto;
  color: #fff;
}
.cart-slideout .shopping-list .shopping-list-footer .shopping-list-email,
.slide-out-body .shopping-list .shopping-list-footer .shopping-list-email {
  padding: 16px;
  border-top: 2px solid #372D18;
  background-color: #45371E;
}
.cart-slideout .shopping-list .shopping-list-footer .shopping-list-links,
.slide-out-body .shopping-list .shopping-list-footer .shopping-list-links {
  padding: 16px;
  background-color: #372D18;
}
.cart-slideout .shopping-list .shopping-list-footer .shopping-list-links a,
.slide-out-body .shopping-list .shopping-list-footer .shopping-list-links a {
  color: #e5e5e4;
  text-decoration: underline;
}
.cart-slideout .shopping-list .shopping-list-footer .shopping-list-confirm-empty,
.slide-out-body .shopping-list .shopping-list-footer .shopping-list-confirm-empty {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  border-top: 2px solid #e5e5e4;
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cart-slideout .shopping-list .shopping-list-footer .shopping-list-confirm-empty p,
.slide-out-body .shopping-list .shopping-list-footer .shopping-list-confirm-empty p {
  text-align: center;
  margin-bottom: 10px;
  color: #212529;
}
.cart-slideout .shopping-list .shopping-list-footer .shopping-list-confirm-empty div button + button,
.slide-out-body .shopping-list .shopping-list-footer .shopping-list-confirm-empty div button + button {
  margin-left: 10px;
}
.cart-slideout .shopping-list .cart-item .cart-item_details,
.slide-out-body .shopping-list .cart-item .cart-item_details {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cart-slideout .shopping-list .cart-item .cart-item_details .cart-item_title,
.slide-out-body .shopping-list .cart-item .cart-item_details .cart-item_title {
  margin-bottom: 6px;
}

.slide-out-body .cart-contents {
  height: calc(100vh - 68px - 59px);
}
.slide-out-body .cart-pane-toggle {
  top: 68px;
  bottom: 59px;
  overflow-y: scroll;
}

.add-to-cart {
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  margin-bottom: 1rem;
}
.add-to-cart .add-to-cart_header {
  background-color: #fff;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom: 1px solid #E5E5E4;
  padding: 24px 32px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .add-to-cart .add-to-cart_header {
    display: none;
  }
}
.add-to-cart .add-to-cart_header p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
}
.add-to-cart .add-to-cart_body {
  background-color: #FFF;
  border-bottom: 1px solid #E5E5E4;
  padding: 0 34px;
}
@media screen and (max-width: 768px) {
  .add-to-cart .add-to-cart_body {
    padding: 0 15px;
  }
}
.add-to-cart .add-to-cart_footer {
  background-color: #fff;
  padding: 1rem 32px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.add-to-cart .add-to-cart_footer .btn {
  font-size: 16px;
  padding: 0.5rem;
}

.upsell-cart-item {
  border-bottom: 1px solid #E5E5E4;
}
.upsell-cart-item .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #E5E5E4;
}
.upsell-cart-item .form-group .product-image {
  margin-top: 15px;
  width: 85px;
  height: 85px;
  background-size: cover;
  background-position: center center;
  margin-right: 1rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .upsell-cart-item .form-group .product-image {
    display: none;
  }
}
.upsell-cart-item .form-group .product-option {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.product-option {
  padding: 15px 25px;
  border-top: 1px solid #E5E5E4;
}
.product-option-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.75rem 1.5rem;
}
.upsell-cart-item .product-option {
  border: 0;
}
@media screen and (max-width: 768px) {
  .product-option {
    padding: 15px 11px;
  }
}
.product-option:first-child {
  border: none;
}
.product-option .product-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 16px;
}
.product-option .product-info .quantity-available {
  font-weight: normal;
}
.product-option .product-cart-quantity {
  border: 2px solid #128851;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.product-option .product-cart-quantity button,
.product-option .product-cart-quantity span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.product-option .product-cart-quantity span {
  width: 34px;
  height: 28px;
  font-size: 18px;
  font-weight: 600;
}
.product-option .product-cart-quantity button {
  width: 34px;
  height: 34px;
  line-height: 30px;
  padding: 0;
  border: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #128851;
  font-weight: 600;
  font-size: 21px;
  background-color: #fff;
  border: 2px solid #128851;
  margin: -2px 0 -2px -2px;
  border-radius: 4px;
}
.product-option .product-cart-quantity button.remove.trash {
  font-size: 20px;
  font-size: 400;
}
.product-option .product-cart-quantity button.add {
  margin: -2px -2px -2px 0;
}
.product-option .product-cart-quantity button:hover {
  cursor: pointer;
  color: #fff;
  background-color: #128851;
}
.product-option .product-cart-quantity button.disabled {
  cursor: not-allowed;
}
.product-option .product-unavailable {
  line-height: 1.3;
}

.cart-item {
  padding: 1rem 2.5rem 1rem 1rem;
  border-bottom: 1px solid #e5e5e4;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .cart-item {
    padding: 1rem 2rem 1rem 1rem;
  }
  .notes-wrapper .cart-item {
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 1rem 1rem 1rem 0;
  }
  .notes-wrapper .px-0 .cart-item {
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 1rem 1rem 1rem 1rem;
  }
}
.cart-item td {
  padding: 0 !important;
}
.wholesale-checkout .cart-item td {
  padding: 0.5rem 1rem !important;
}
.cart-item:hover, .cart-item:active, .cart-item:focus {
  outline: none;
  z-index: 2;
  -webkit-box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.2);
}
.notes-wrapper .cart-item:hover, .notes-wrapper .cart-item:active, .notes-wrapper .cart-item:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.cart-item .remove-item {
  position: absolute;
  right: 0.5rem;
  top: 1rem;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background-color: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
}
.cart-item .remove-item:before, .cart-item .remove-item:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #6c757d;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cart-item .remove-item:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.cart-item .remove-item:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.cart-item .remove-item:hover:before, .cart-item .remove-item:hover:after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  background-color: #128851;
}
.cart-item .remove-confirm {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: rgba(255, 255, 255, 0.85);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  display: none;
}
.cart-item .remove-confirm.in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
}
.cart-item .remove-confirm .confirm,
.cart-item .remove-confirm .cancel {
  padding: 10px 15px !important;
}
.cart-item .remove-confirm .confirm + button, .cart-item .remove-confirm .confirm + a,
.cart-item .remove-confirm .cancel + button,
.cart-item .remove-confirm .cancel + a {
  margin-left: 1rem;
}
.cart-item .remove-confirm p {
  margin-bottom: 0.5rem;
  padding: 0 15px;
}
.cart-item .remove-confirm div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.cart-item .cart-item_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cart-item .cart-item_wrapper .cart-item_img {
  width: 85px;
  height: 85px;
  background-size: cover;
  background-position: center center;
  margin-right: 1rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 4px;
}
.cart-item .cart-item_wrapper .cart-item_details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  color: #111111;
}
.cart-item .cart-item_wrapper .cart-item_details .cart-item_title {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .cart-item .cart-item_wrapper .cart-item_details .cart-item_title {
    margin-bottom: 2px;
  }
}
.cart-item .cart-item_wrapper .cart-item_details .cart-item_title a {
  color: #111111;
}
.cart-item .cart-item_wrapper .cart-item_details .cart-item_title-scientific {
  font-size: 0.9rem;
  color: #128851;
  display: none;
}
.cart-item .cart-item_wrapper .cart-item_details .cart-item_size {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 6px;
}
@media screen and (max-width: 768px) {
  .cart-item .cart-item_wrapper .cart-item_details .cart-item_size {
    margin-bottom: 3px;
  }
}
.cart-item .cart-item_wrapper .cart-item_details .cart-item_price {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 18px;
}
@media screen and (max-width: 768px) {
  .cart-item .cart-item_wrapper .cart-item_details .cart-item_price {
    margin-bottom: 10px;
  }
}
.cart-item .cart-item_wrapper .cart-item_details .cart-item_subtotal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cart-item .cart-item_wrapper .cart-item_details .cart-item_subtotal .cart-item_quantity {
  border: 2px solid #128851;
  border-radius: 4px;
}
.cart-item .cart-item_wrapper .cart-item_details .cart-item_subtotal .cart-item_quantity a,
.cart-item .cart-item_wrapper .cart-item_details .cart-item_subtotal .cart-item_quantity button,
.cart-item .cart-item_wrapper .cart-item_details .cart-item_subtotal .cart-item_quantity span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cart-item .cart-item_wrapper .cart-item_details .cart-item_subtotal .cart-item_quantity span {
  width: 34px;
  height: 28px;
  font-size: 18px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .cart-item .cart-item_wrapper .cart-item_details .cart-item_subtotal .cart-item_quantity span {
    width: 27.2px;
    height: 22.4px;
    font-size: 14.4px;
  }
}
.cart-item .cart-item_wrapper .cart-item_details .cart-item_subtotal .cart-item_quantity a, .cart-item .cart-item_wrapper .cart-item_details .cart-item_subtotal .cart-item_quantity button {
  padding: 0;
  border: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
  font-weight: 600;
  font-size: 21px;
  width: 34px;
  height: 30px;
  line-height: 30px;
}
@media screen and (max-width: 768px) {
  .cart-item .cart-item_wrapper .cart-item_details .cart-item_subtotal .cart-item_quantity a, .cart-item .cart-item_wrapper .cart-item_details .cart-item_subtotal .cart-item_quantity button {
    width: 30.6px;
    height: 27px;
    line-height: 27px;
    font-size: 18.9px;
  }
}
.cart-item .cart-item_wrapper .cart-item_details .cart-item_subtotal .cart-item_quantity a.remove, .cart-item .cart-item_wrapper .cart-item_details .cart-item_subtotal .cart-item_quantity button.remove {
  background-color: #128851;
}
.cart-item .cart-item_wrapper .cart-item_details .cart-item_subtotal .cart-item_quantity a.remove.trash, .cart-item .cart-item_wrapper .cart-item_details .cart-item_subtotal .cart-item_quantity button.remove.trash {
  font-size: 20px;
  font-size: 400;
}
@media screen and (max-width: 768px) {
  .cart-item .cart-item_wrapper .cart-item_details .cart-item_subtotal .cart-item_quantity a.remove.trash, .cart-item .cart-item_wrapper .cart-item_details .cart-item_subtotal .cart-item_quantity button.remove.trash {
    font-size: 17px;
  }
}
.cart-item .cart-item_wrapper .cart-item_details .cart-item_subtotal .cart-item_quantity a.add, .cart-item .cart-item_wrapper .cart-item_details .cart-item_subtotal .cart-item_quantity button.add {
  background-color: #128851;
}
.cart-item .cart-item_wrapper .cart-item_details .cart-item_subtotal .cart-item_quantity a:hover, .cart-item .cart-item_wrapper .cart-item_details .cart-item_subtotal .cart-item_quantity button:hover {
  cursor: pointer;
  background-color: #094429;
}
.cart-item .cart-item_wrapper .cart-item_details .cart-item_subtotal .cart-item_quantity a.disabled, .cart-item .cart-item_wrapper .cart-item_details .cart-item_subtotal .cart-item_quantity button.disabled {
  cursor: not-allowed;
}
.cart-item .cart-item_wrapper .cart-item_details .cart-item_subtotal .cart-item_price-total {
  font-size: 14px;
  font-weight: bold;
}

.add-to-shopping-list {
  background-color: #fff;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  margin-bottom: 1rem;
  border-radius: 3px;
  padding: 1rem 32px;
  text-align: center;
}
.add-to-shopping-list p {
  margin-bottom: 0px;
}
.add-to-shopping-list .btn {
  display: block;
  font-size: 14px;
  padding-top: 6px;
  padding-bottom: 6px;
  margin-top: 10px;
}

@media (min-width: 768px) {
  #checkout-cart-totals {
    position: sticky;
    top: 166px;
  }
}

.fulfillment-options input:checked + label {
  font-weight: bold;
}

.main-footer {
  background-color: #302614;
  color: #FFF;
  padding-top: 40px;
  position: relative;
}
.main-footer h3 {
  font-weight: 600;
  font-size: 22px;
  color: #AEABA3;
  letter-spacing: 0;
  line-height: 28px;
  margin-top: 0;
}
.main-footer p,
.main-footer address {
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-smoothing: antialiased;
  font-weight: 400;
  font-size: 16px;
  color: #AEABA3;
  letter-spacing: 0;
  line-height: 20px;
}
.main-footer p a,
.main-footer address a {
  color: #FFF;
  text-decoration: underline;
}
.main-footer p a:hover,
.main-footer address a:hover {
  text-decoration: none;
}
.main-footer img.plant-guide {
  width: 100%;
  height: auto;
  position: relative;
  bottom: 0px;
}
@media screen and (max-width: 1200px) {
  .main-footer img.plant-guide {
    max-width: 210px;
  }
}

.sub-footer {
  background-color: #372D18;
  padding-top: 22px;
  padding-bottom: 22px;
  position: relative;
}
.sub-footer p {
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-smoothing: antialiased;
  font-weight: 400;
  font-size: 16px;
  color: #AEABA3;
  letter-spacing: 0;
  line-height: 20px;
  margin: 0;
}
.sub-footer .back-to-natorp {
  position: absolute;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .sub-footer .back-to-natorp {
    position: relative;
    z-index: auto;
  }
}
.sub-footer .back-to-natorp a {
  color: #FFF;
  text-decoration: underline;
}
.sub-footer .back-to-natorp a:hover {
  text-decoration: none;
}
.sub-footer .back-to-natorp a .fa {
  margin-right: 8px;
}

.gift-cards-promo {
  background-image: url(/assets/images/categories/grass@2x.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  padding: 2rem 0;
}
.gift-cards-promo:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  background-color: #000;
  opacity: 0.3;
}
.gift-cards-promo .container {
  position: relative;
}
@media (min-width: 768px) {
  .gift-cards-promo {
    padding: 6rem 0;
  }
  .gift-cards-promo .promo-text {
    margin: 0 auto;
    max-width: 100%;
    width: 750px;
  }
  .gift-cards-promo p.h1 {
    font-size: 3.5rem;
  }
  .gift-cards-promo p:not(.h1) {
    font-size: 1.25rem;
  }
}
.gift-cards-promo p:not(.h1) {
  margin: 2rem 0 3rem;
}

.modal {
  font-family: "Source Sans Pro";
}
.modal.modal--checkout .modal-dialog .modal-content {
  padding: 20px;
}
.modal.modal--checkout .modal-dialog .modal-content .modal-header {
  background-color: #128851;
  color: #fff;
}
.modal.modal--checkout .modal-dialog .modal-content .modal-header img {
  margin-right: 1rem;
  height: 36px;
}
.modal.modal--checkout .modal-dialog .modal-content .modal-header .modal-title {
  font-size: 1.75rem;
}
@media (max-width: 991.98px) {
  .modal.modal--checkout .modal-dialog .modal-content .modal-header img {
    height: 30px;
  }
  .modal.modal--checkout .modal-dialog .modal-content .modal-header .modal-title {
    font-size: 1rem;
  }
}
.modal.modal--checkout .modal-dialog .modal-content .modal-body {
  padding-top: 1.5rem;
  text-align: center;
}
.modal.modal--checkout .modal-dialog .modal-content .modal-body > * {
  margin-bottom: 1rem;
  max-width: 100%;
  width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.modal.modal--checkout .modal-dialog .modal-content .modal-body > *:last-child {
  margin-bottom: 0;
}
.modal.modal--checkout .modal-dialog .modal-content .modal-body h1, .modal.modal--checkout .modal-dialog .modal-content .modal-body h2, .modal.modal--checkout .modal-dialog .modal-content .modal-body h3, .modal.modal--checkout .modal-dialog .modal-content .modal-body h4, .modal.modal--checkout .modal-dialog .modal-content .modal-body h5, .modal.modal--checkout .modal-dialog .modal-content .modal-body h6 {
  text-transform: uppercase;
  font-weight: bolder;
}
.modal.modal--checkout .modal-dialog .modal-content .modal-body p {
  font-size: 18px;
}
.modal.modal--checkout .modal-dialog .modal-content .modal-footer {
  border-top: none;
}
.modal.modal--checkout .modal-dialog .modal-content .modal-footer .btn {
  background-color: #128851 !important;
  padding-left: 3rem;
  padding-right: 3rem;
}
.modal.modal--checkout .modal-dialog .modal-content .modal-footer .btn:hover, .modal.modal--checkout .modal-dialog .modal-content .modal-footer .btn:focus, .modal.modal--checkout .modal-dialog .modal-content .modal-footer .btn:active {
  background-color: #0f7144 !important;
}
.modal.modal--checkout .modal-dialog .modal-content .close {
  padding: 1rem;
}
.modal.modal--checkout .modal-dialog .modal-content .close .close-icon {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  position: relative;
}
.modal.modal--checkout .modal-dialog .modal-content .close .close-icon:before, .modal.modal--checkout .modal-dialog .modal-content .close .close-icon:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
}
.modal.modal--checkout .modal-dialog .modal-content .close .close-icon:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.modal.modal--checkout .modal-dialog .modal-content .close .close-icon:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.modal.modal--checkout .modal-dialog .modal-content .close:hover, .modal.modal--checkout .modal-dialog .modal-content .close:active, .modal.modal--checkout .modal-dialog .modal-content .close:focus {
  outline: none;
  opacity: 1;
}
.modal.replacement-modal .modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header {
  position: sticky;
  top: 59px;
  z-index: 1001;
}
#wholesale-app .header {
  top: 0 !important;
}
@media screen and (max-width: 768px) {
  .header {
    top: 58px;
  }
}
.header #search-input-nav {
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
}
.header .impersonation-bar {
  padding: 10px;
}
.header .impersonation-bar a {
  color: #fff;
  text-decoration: underline;
}
.header .navbar-nav .nav-item + .nav-item,
.header .navbar-nav .nav-link + .nav-link {
  margin-left: 1.75rem;
}
.header nav.navbar.top-nav {
  background-color: #128851;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 0;
}
.header nav.navbar.top-nav a.navbar-brand {
  margin-right: 32px;
}
.header nav.navbar.top-nav a.navbar-brand img.natorps-logo {
  max-width: 122px;
  width: 122px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .header nav.navbar.top-nav a.navbar-brand img.natorps-logo {
    max-width: 86px;
  }
}
.header nav.navbar.top-nav form {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-right: 40px;
}
.header nav.navbar.top-nav form .input-group {
  width: 100%;
}
.header nav.navbar.top-nav form .input-group input {
  height: 48px;
  border-right: none;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-smoothing: antialiased;
  font-weight: 400;
  font-size: 18px;
  color: #FFF;
  letter-spacing: 0;
  border-radius: 4px;
  border-radius: 0px 4px 4px 0px;
  border: none;
  background-color: rgba(0, 0, 0, 0.16);
}
.header nav.navbar.top-nav form .input-group input::-webkit-input-placeholder {
  color: #fff;
}
.header nav.navbar.top-nav form .input-group input::-moz-placeholder {
  color: #fff;
}
.header nav.navbar.top-nav form .input-group input::-ms-input-placeholder {
  color: #fff;
}
.header nav.navbar.top-nav form .input-group input::placeholder {
  color: #fff;
}
.header nav.navbar.top-nav form .input-group input:active, .header nav.navbar.top-nav form .input-group input:focus {
  background-color: #FFF;
  color: #000;
}
.header nav.navbar.top-nav form .input-group .input-group-text {
  background-color: rgba(0, 0, 0, 0.16);
  border: none;
  border-radius: 4px 0px 0px 4px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 24px;
  cursor: pointer;
}
.header nav.navbar.top-nav form .input-group .input-group-text:hover {
  color: rgb(255, 255, 255);
}
.header nav.navbar.top-nav form .input-group .input-group-text.focus {
  background-color: #FFF;
  color: #128851;
}
@media screen and (max-width: 768px) {
  .header nav.navbar.top-nav form {
    position: absolute;
    z-index: -1;
    margin-right: 0;
    left: 16px;
    width: 50%;
    top: 8px;
    display: none;
  }
  .header nav.navbar.top-nav form.display {
    z-index: 999;
    display: block;
  }
  .header nav.navbar.top-nav form .input-group input {
    background-color: rgb(255, 255, 255);
    font-size: 16px;
    height: 40px;
  }
  .header nav.navbar.top-nav form .input-group input::-webkit-input-placeholder {
    color: #AFBBC6;
  }
  .header nav.navbar.top-nav form .input-group input::-moz-placeholder {
    color: #AFBBC6;
  }
  .header nav.navbar.top-nav form .input-group input::-ms-input-placeholder {
    color: #AFBBC6;
  }
  .header nav.navbar.top-nav form .input-group input::placeholder {
    color: #AFBBC6;
  }
  .header nav.navbar.top-nav form .input-group .input-group-text {
    background-color: rgb(255, 255, 255);
    color: #AFBBC6;
    font-size: 20px;
  }
  .header nav.navbar.top-nav form .input-group .input-group-text .fa-times {
    font-weight: 400;
  }
}
.header nav.navbar.top-nav .navbar-nav {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.header nav.navbar.top-nav .navbar-nav li.nav-item a.nav-link {
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-smoothing: antialiased;
  font-weight: 600;
  font-size: 18px;
  color: #FFF;
  letter-spacing: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  line-height: 23px;
}
.header nav.navbar.top-nav .navbar-nav li.nav-item a.nav-link.btn {
  padding: 10px 24px;
  margin-left: 32px;
}
.header nav.navbar.top-nav .navbar-nav li.nav-item a.nav-link.btn:hover {
  color: #128851;
}
.header nav.navbar.top-nav .navbar-nav li.nav-item a.nav-link:hover {
  color: rgba(255, 255, 255, 0.7);
}
.header nav.navbar.top-nav .navbar-nav li.nav-item.search-nav-mobile a {
  text-decoration: none;
}
.header nav.navbar.top-nav .navbar-nav li.nav-item.search-nav-mobile a.hide {
  display: none;
}
.header nav.navbar.top-nav .navbar-nav li.nav-item.search-nav-mobile a.close-btn {
  font-size: 40px;
  font-weight: 300;
  line-height: 23px;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-smoothing: antialiased;
}
.header nav.navbar.top-nav .navbar-nav li.nav-item.search-nav-mobile .fa-search {
  font-size: 24px;
}
.header nav.navbar.top-nav .navbar-nav li.nav-item.filter-nav-mobile .fa-filter {
  font-size: 24px;
}
.header nav.navbar.top-nav .navbar-nav li.nav-item.cart-nav {
  text-align: center;
}
.header nav.navbar.top-nav .navbar-nav li.nav-item.cart-nav a {
  font-size: 18px;
}
.header nav.navbar.top-nav .navbar-nav li.nav-item.menu-nav {
  text-align: center;
}
.header nav.navbar.top-nav .navbar-nav li.nav-item.menu-nav a {
  font-size: 18px;
}
.header nav.navbar.top-nav .navbar-nav li.nav-item.menu-nav a i {
  font-size: 28px;
  margin-left: 8px;
}
.header nav.navbar.top-nav .navbar-nav li.nav-item.menu-nav img {
  width: 30px;
}

.braintree-placeholder {
  display: none;
}

section.categories a:hover {
  text-decoration: none;
}
section.categories a:hover .card {
  -webkit-box-shadow: 0 0 16px 0 #999998;
          box-shadow: 0 0 16px 0 #999998;
}
section.categories .card {
  padding: 8px;
  border-radius: 4px;
  background: #FFFFFF;
  border: 1px solid #E5E5E4;
  -webkit-box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
section.categories .card img {
  width: 100%;
  height: auto;
}
section.categories .card .card-top {
  width: 100%;
  min-height: 200px;
  background-size: cover;
  background-position: center;
}
section.categories .card .card-block {
  padding: 0.7rem;
}
section.categories .card .card-block h4.card-title {
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-smoothing: antialiased;
  color: #000000;
  letter-spacing: 0;
  line-height: 28px;
  margin: 0;
  margin-bottom: 1px;
  font-weight: 600;
  font-size: 22px;
}
section.categories .card .card-block p.card-text {
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-smoothing: antialiased;
  font-size: 18px;
  color: #797676;
  letter-spacing: 0;
  line-height: 23px;
  margin: 0;
  font-weight: 500;
}

.results-options {
  padding: 27px 0 5px;
}
.results-options .col-md-12 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .results-options .col-md-12 {
    display: block;
  }
}
.results-options .results-views {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .results-options .results-views {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.results-options .results-views a {
  display: inline-block;
  margin-left: 19px;
  color: #575656;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
}
.results-options .results-views a:first-child {
  margin-left: 0;
}
.results-options .results-views a svg {
  stroke: #575656;
  margin-bottom: 5px;
}
.results-options .results-views a.active, .results-options .results-views a:hover {
  color: #128851;
}
.results-options .results-views a.active svg, .results-options .results-views a:hover svg {
  stroke: #128851;
}
.results-options .sort-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .results-options .sort-toggle {
    margin-top: 15px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.results-options .sort-toggle label {
  cursor: pointer;
  margin-left: 8px;
  font-size: 14px;
  color: #575656;
}
.results-options .sort-toggle .switch {
  position: relative;
  display: inline-block;
  width: 62px;
  height: 30px;
}
.results-options .sort-toggle .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.results-options .sort-toggle .switch input:checked + .slider {
  background-color: #128851;
  border-color: #128851;
}
.results-options .sort-toggle .switch input:focus + .slider {
  -webkit-box-shadow: 0 0 1px #128851;
          box-shadow: 0 0 1px #128851;
}
.results-options .sort-toggle .switch input:checked + .slider:before {
  -webkit-transform: translateX(32px);
          transform: translateX(32px);
  background-color: #fff;
  border-color: #fff;
}
.results-options .sort-toggle .switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 34px;
  border: 1px solid #BEBEBE;
}
.results-options .sort-toggle .switch .slider:before {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  left: 2px;
  bottom: 2px;
  background-color: #D8D8D8;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50%;
  border: 1px solid #979797;
}

.plants-table {
  border-top: none;
}
@media screen and (max-width: 768px) {
  .plants-table thead {
    display: none;
  }
}
.plants-table thead th, .plants-table thead td {
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .plants-table th, .plants-table td {
    padding: 0.5rem 0.75rem !important;
  }
}
.plants-table th.plant-image, .plants-table td.plant-image {
  width: 100px;
}
@media screen and (max-width: 768px) {
  .plants-table th.plant-image, .plants-table td.plant-image {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .plants-table th.plant-link, .plants-table td.plant-link {
    display: none;
  }
}
.plants-table th.plant-status, .plants-table td.plant-status {
  min-width: 87px;
}
.plants-table th {
  background: #128851;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: bold;
}
.plants-table tr {
  border-left: 2px solid #ebebeb;
  border-right: 2px solid #ebebeb;
  font-size: 16px;
}
.plants-table tr:nth-child(even) {
  background-color: #f8f8f8;
}
.plants-table tr:nth-child(odd) {
  background-color: #fff;
}
.plants-table tr td {
  border-top: 2px solid #ebebeb;
  vertical-align: middle;
}
.plants-table tr td .card-top {
  width: 100px;
  height: 80px;
  background-size: cover;
  background-position: center;
  border-radius: 4px;
}
.plants-table tr td a {
  color: #000;
  font-size: 16px;
  text-decoration: underline;
}
.plants-table tr td a:hover {
  text-decoration: underline;
  color: #128851;
}
.plants-table tr td a h4 {
  font-size: 21px;
}
@media screen and (max-width: 768px) {
  .plants-table tr td a h4 {
    font-size: 16px;
  }
}
.plants-table tr td .card-text {
  font-size: 16px;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .plants-table tr td .card-text {
    font-size: 14px;
  }
}

section.home-page-filters .divider {
  height: 1px;
  background-color: #E1E8EE;
  width: 100%;
  display: block;
}
section.home-page-filters p.choose-below {
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-smoothing: antialiased;
  font-size: 24px;
  color: #000000;
  letter-spacing: 0;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 768px) {
  section.home-page-filters p.choose-below {
    font-size: 18px;
    margin: 20px 0;
  }
}
section.home-page-filters p.refine-search {
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-smoothing: antialiased;
  font-weight: 600;
  font-size: 18px;
  color: #575656;
  letter-spacing: 0;
  margin: 0;
}
@media (max-width: 991.98px) {
  section.home-page-filters .filter-buttons {
    background-color: #eee;
  }
  section.home-page-filters.has-filters .filter-buttons {
    position: sticky;
    bottom: -54px;
  }
  section.home-page-filters.has-filters .filter-buttons:not(.scrolled-into-view) {
    -webkit-animation: fadeInUp 0.2s;
            animation: fadeInUp 0.2s;
  }
}

.filters-container {
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .filters-container {
    margin-top: 21px;
  }
}
.filters-container p.filter-title {
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-smoothing: antialiased;
  font-weight: 600;
  font-size: 14px;
}
@media screen and (max-width: 991px) {
  .filters-container p.filter-title {
    font-size: 16px;
  }
}
.filters-container .fa {
  margin-right: 16px;
  font-size: 21px;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .filters-container .fa {
    font-size: 23px;
  }
}
.filters-container .icon-wrap {
  background-color: #F5F5F5;
  border-radius: 4px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 7px;
  border: 2px solid #F5F5F5;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
}
.filters-container .icon-wrap:hover {
  -webkit-box-shadow: 0 0 16px 0 #999998;
          box-shadow: 0 0 16px 0 #999998;
}
.filters-container .icon-wrap.active {
  border: 2px solid #128851;
  -webkit-box-shadow: 0 0 5px 0 #43712D;
          box-shadow: 0 0 5px 0 #43712D;
}
.filters-container .color-wrap {
  width: 44px;
  height: 44px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  position: relative;
  margin: 0 auto;
}
.filters-container .color-wrap.active img {
  opacity: 1;
}
.filters-container .color-wrap img {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.filters-container .month-wrap,
.filters-container .attribute-wrap {
  cursor: pointer;
  margin-bottom: 16px;
}
.filters-container .month-wrap:hover .checkbox,
.filters-container .attribute-wrap:hover .checkbox {
  border: 1px solid #128851;
  -webkit-box-shadow: 0 0 3px 0 #43712D;
          box-shadow: 0 0 3px 0 #43712D;
}
.filters-container .month-wrap:hover .checkbox img,
.filters-container .attribute-wrap:hover .checkbox img {
  opacity: 1;
}
.filters-container .month-wrap.active .checkbox,
.filters-container .attribute-wrap.active .checkbox {
  background-color: #128851;
}
.filters-container .month-wrap.active .checkbox img,
.filters-container .attribute-wrap.active .checkbox img {
  opacity: 1;
}
.filters-container .month-wrap .checkbox,
.filters-container .attribute-wrap .checkbox {
  background: #E1E8EE;
  border-radius: 4px;
  height: 23px;
  width: 23px;
  margin-right: 8px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.filters-container .month-wrap .checkbox img,
.filters-container .attribute-wrap .checkbox img {
  max-width: 13px;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.filters-container .month-wrap p,
.filters-container .attribute-wrap p {
  margin: 0;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-smoothing: antialiased;
  font-size: 16px;
  color: #575656;
  letter-spacing: 0;
  line-height: 20px;
}
.filters-container p {
  margin: 0;
  margin-bottom: 13px;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-smoothing: antialiased;
  font-size: 16px;
  color: #575656;
  letter-spacing: 0;
  line-height: 20px;
}
.filters-container p.small {
  font-size: 12px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  a.submit-filters {
    margin-bottom: 8px;
  }
  a.submit-filters,
  a.view-all-cats {
    display: block;
    width: 100%;
  }
}
.slide-down-filter-container {
  background-color: #fff;
}
.slide-down-filter-container .collapse-link {
  display: block;
  text-align: center;
  font-size: 16px;
  color: #39261F;
  padding: 17px 15px;
}
.slide-down-filter-container .collapse-link i {
  margin-left: 5px;
}
.slide-down-filter-container .collapse-link .show {
  display: none;
}
.slide-down-filter-container .collapse-link .hide {
  display: block;
}
.slide-down-filter-container .collapse-link.collapsed .show {
  display: block;
}
.slide-down-filter-container .collapse-link.collapsed .hide {
  display: none;
}
.slide-down-filter-container .home-page-filters {
  margin-bottom: 0 !important;
  padding: 15px 0 30px;
}
.slide-down-filter-container .home-page-filters .filters-container {
  margin-top: 0 !important;
}
.slide-down-filter-container .home-page-filters .filters-container .query-filter-buttons {
  text-align: center;
}
.slide-down-filter-container .home-page-filters .filters-container .query-filter-buttons .cancel-filters {
  display: inline-block;
  margin-top: 15px;
}

section.intro-hero .hero-wrap {
  background-image: url(/assets/images/hero-image.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 50px;
  padding-bottom: 58px;
}
@media screen and (max-width: 768px) {
  section.intro-hero .hero-wrap {
    background-image: url(/assets/images/hero-image-mobile.jpg);
    background-position: center;
    min-height: 450px;
    padding-top: 18px;
    padding-bottom: 38px;
  }
}
section.intro-hero .hero-wrap h1 {
  font-size: 20px;
  line-height: 25px;
  font-weight: normal;
  color: #575656;
  letter-spacing: 0;
  margin-bottom: 16px;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  section.intro-hero .hero-wrap h1 {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 5px;
  }
}
section.intro-hero .hero-wrap h2 {
  font-size: 48px;
  line-height: 48px;
  font-weight: 700;
  color: #575656;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  section.intro-hero .hero-wrap h2 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 768px) {
  section.intro-hero .hero-wrap p {
    font-size: 14px;
    max-width: 70vw;
  }
}
section.intro-hero .hero-wrap .home-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}
@media screen and (max-width: 768px) {
  section.intro-hero .hero-wrap .home-buttons {
    max-width: 80vw;
  }
}
section.intro-hero .hero-wrap .home-buttons > div {
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  section.intro-hero .hero-wrap .home-buttons > div {
    margin-right: 0;
  }
}
section.intro-hero .hero-wrap .home-buttons > div .btn {
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  section.intro-hero .hero-wrap .home-buttons > div .btn {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  section.intro-hero .hero-wrap .home-buttons {
    display: block;
  }
}
@media (max-width: 767.98px) {
  section.intro-hero .hero-wrap .home-buttons {
    width: 100%;
    max-width: 100%;
  }
  section.intro-hero .hero-wrap .home-buttons .btn {
    display: block;
  }
}
section.intro-hero .hero-wrap.hero-wrap-wholesale {
  padding-top: 2.5rem;
  padding-bottom: 3.5rem;
  background-image: url(/assets/images/wholesale_hero.jpg);
}
section.intro-hero .hero-wrap.hero-wrap-wholesale h2 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #fff;
  margin: 0 0 0.5rem;
}
section.intro-hero .hero-wrap.hero-wrap-wholesale h1 {
  font-size: 40px;
  line-height: 1.2;
  color: #fff;
  margin: 0.5rem 0 2rem;
}
section.intro-hero .hero-wrap.hero-wrap-wholesale p {
  color: #fff;
  margin: 1rem 0 2.5rem;
}
@media (max-width: 991.98px) {
  section.intro-hero .hero-wrap.hero-wrap-wholesale {
    text-align: center;
  }
}

#wholesale-app .intro-hero .hero-wrap {
  min-height: 0;
  padding-top: 50px;
  padding-bottom: 50px;
}

section.mobile-search-form {
  margin-top: 24px;
  margin-bottom: 0;
}
section.mobile-search-form form {
  background: #FFFFFF;
  border: 1px solid #E5E5E4;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}
section.mobile-search-form form .input-group {
  border: none;
  width: 100%;
}
section.mobile-search-form form .input-group-text {
  background-color: #fff;
  border: none;
}
section.mobile-search-form form .input-group-text .fa {
  color: #AFBBC6;
  font-size: 24px;
}
section.mobile-search-form form input {
  border: none !important;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-smoothing: antialiased;
  font-size: 16px;
  color: #AFBBC6;
  letter-spacing: 0;
  min-height: 48px;
}
section.mobile-search-form p {
  text-align: center;
  margin: 15px 0;
  line-height: 1.3;
}

section.plant-details {
  background: #EEEEEE;
  padding: 2rem 0;
}
@media screen and (max-width: 768px) {
  section.plant-details {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  section.plant-details > .container {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  section.plant-details > .container > .row {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  section.plant-details > .container > .row > div {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  section.plant-details > .container > .row > div > .row {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  section.plant-details > .container > .row > div > .row > div {
    padding: 0;
  }
}
section.plant-details .plant-detail-wrap .go-back {
  background-color: #FFF;
  padding: 24px 32px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom: 1px solid #E5E5E4;
  border-left: 1px solid #E5E5E4;
  border-right: 1px solid #E5E5E4;
}
@media screen and (max-width: 768px) {
  section.plant-details .plant-detail-wrap .go-back {
    display: none;
  }
}
section.plant-details .plant-detail-wrap .go-back p {
  margin: 0;
  padding: 0;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-smoothing: antialiased;
  font-weight: 600;
  font-size: 16px;
  color: #128851;
  letter-spacing: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.plant-details .plant-detail-wrap .go-back p .fa {
  margin-right: 9px;
}
section.plant-details .plant-detail-wrap .plant-main-panel {
  background-color: #FFF;
  padding-top: 18px;
  padding-left: 32px;
  padding-right: 32px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-left: 1px solid #E5E5E4;
  border-right: 1px solid #E5E5E4;
}
@media screen and (max-width: 768px) {
  section.plant-details .plant-detail-wrap .plant-main-panel {
    border: none;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
section.plant-details .plant-detail-wrap .plant-main-panel .common-name {
  font-weight: bold;
  font-size: 40px;
  color: #39261F;
  letter-spacing: 0;
  line-height: 50px;
  margin-bottom: 7px;
}
@media screen and (max-width: 768px) {
  section.plant-details .plant-detail-wrap .plant-main-panel .common-name {
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 3px;
  }
}
section.plant-details .plant-detail-wrap .plant-main-panel .botanical-name {
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-smoothing: antialiased;
  font-size: 18px;
  color: #111111;
  letter-spacing: 0;
  line-height: 23px;
  margin: 0;
  margin-bottom: 27px;
}
@media screen and (max-width: 768px) {
  section.plant-details .plant-detail-wrap .plant-main-panel .botanical-name {
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 300;
    margin-bottom: 15px;
  }
}
section.plant-details .plant-detail-wrap .plant-main-panel .botanical-name span {
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-smoothing: antialiased;
  font-weight: 600;
}
section.plant-details .plant-detail-wrap .plant-main-panel .plant-image-wrap {
  min-height: 450px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 34px;
  position: relative;
}
@media screen and (max-width: 768px) {
  section.plant-details .plant-detail-wrap .plant-main-panel .plant-image-wrap {
    min-height: 40vh;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 17px;
  }
}
section.plant-details .plant-detail-wrap .plant-main-panel .plant-image-wrap .picture-credit {
  position: absolute;
  bottom: 0;
  right: 1rem;
  color: #FFF;
  padding-left: 1rem;
  text-shadow: 1px 1px #111111;
}
section.plant-details .plant-detail-wrap .plant-main-panel .plant-description {
  padding-bottom: 34px;
}
@media screen and (max-width: 768px) {
  section.plant-details .plant-detail-wrap .plant-main-panel .plant-description {
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    padding-bottom: 0;
  }
}
section.plant-details .plant-detail-wrap .plant-main-panel .plant-description p {
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-smoothing: antialiased;
  font-size: 20px;
  color: #111111;
  letter-spacing: 0;
  line-height: 29px;
}
@media screen and (max-width: 768px) {
  section.plant-details .plant-detail-wrap .plant-main-panel .plant-description p {
    font-size: 14px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 768px) {
  section.plant-details .plant-detail-wrap .plant-main-panel .plant-description p.about {
    display: none;
  }
}
section.plant-details .plant-detail-wrap .share-plant {
  background: #F5F6F5;
  border: 1px solid #E5E5E4;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.05);
  padding: 18px 32px;
}
section.plant-details .plant-detail-wrap .share-plant.desktop {
  display: block;
}
@media screen and (max-width: 768px) {
  section.plant-details .plant-detail-wrap .share-plant.desktop {
    display: none;
  }
}
section.plant-details .plant-detail-wrap .share-plant.mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  section.plant-details .plant-detail-wrap .share-plant.mobile {
    display: block;
  }
}
section.plant-details .plant-detail-wrap .share-plant .share-icons p {
  margin: 0;
  padding: 0;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-smoothing: antialiased;
  font-size: 18px;
  color: #111111;
  letter-spacing: 0;
  margin-right: 8px;
}
section.plant-details .plant-detail-wrap .share-plant .share-icons .email {
  margin-right: 8px;
  font-size: 24px;
  color: #707070;
}
section.plant-details .plant-detail-wrap .share-plant .share-icons .facebook {
  margin-right: 8px;
  font-size: 24px;
  color: #3664A2;
}
section.plant-details .plant-detail-wrap .share-plant .share-icons .pinterest {
  font-size: 24px;
  color: #DC1606;
}
section.plant-details .plant-detail-panel .heading .wrap {
  background-color: #fff;
  padding: 27px 32px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom: 1px solid #E5E5E4;
}
section.plant-details .plant-detail-panel .heading p {
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-smoothing: antialiased;
  font-weight: 600;
  font-size: 16px;
  color: #111111;
  letter-spacing: 0;
  line-height: 20px;
}
section.plant-details .plant-detail-panel .detail.even .wrap {
  background-color: #F5F6F5;
}
section.plant-details .plant-detail-panel .detail.last .wrap {
  -webkit-box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.05);
}
section.plant-details .plant-detail-panel .detail .wrap {
  background-color: #fff;
  padding: 24px 32px;
  border-bottom: 1px solid #E5E5E4;
}
section.plant-details .plant-detail-panel .detail p {
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-smoothing: antialiased;
  font-size: 14px;
  color: #111111;
  letter-spacing: 0;
  margin: 0;
  padding: 0;
}
section.plant-details .plant-detail-panel .detail p.lead {
  font-weight: bold;
}
@media (max-width: 1199.98px) {
  section.plant-details .add-to-cart-wrapper.items-added .add-to-cart_body {
    border-bottom-color: #fff;
  }
  section.plant-details .add-to-cart-wrapper.items-added .add-to-cart_footer {
    position: sticky;
    bottom: 0;
    border-top: 1px solid #e5e5e5;
  }
  section.plant-details .add-to-cart-wrapper.items-added .add-to-cart_footer:not(.scrolled-into-view) {
    -webkit-animation: fadeInUp 0.2s;
            animation: fadeInUp 0.2s;
  }
}

section.user-search-query {
  background: #F3F3F3;
  color: #FFF;
  padding-top: 21px;
  padding-bottom: 21px;
}
section.user-search-query p {
  margin: 0;
  padding: 0;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-smoothing: antialiased;
  font-size: 18px;
  color: #878787;
  letter-spacing: 0;
}

section.results-found {
  padding-top: 20px;
}
section.results-found p {
  margin: 0;
  padding: 0;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-smoothing: antialiased;
  font-size: 18px;
  color: #878787;
}
section.results-found img.missing-plant {
  max-width: 150px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 575px) {
  section.results-found img.missing-plant {
    max-width: 100px;
  }
}

section.slide-out-menu {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -50;
  opacity: 0;
}
section.slide-out-menu.slide {
  z-index: 9000;
  opacity: 1;
}
section.slide-out-menu.slide.in .menu-container {
  display: block;
  right: 0;
  opacity: 1;
}
section.slide-out-menu.slide.in .menu-container button.submit-filters {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
section.slide-out-menu.slide.in .menu-container a.reset {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
section.slide-out-menu.slide-complete {
  display: block;
}
section.slide-out-menu .slide-overlay {
  background: rgba(47, 47, 46, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section.slide-out-menu .menu-container {
  background-color: #fff;
  display: none;
  height: 100%;
  overflow: auto;
  position: fixed;
  right: -280px;
  top: 0;
  width: 370px;
  max-width: 100%;
  z-index: 9999;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
section.slide-out-menu .menu-container .top {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #EAEAEA;
  margin-bottom: 16px;
}
section.slide-out-menu .menu-container .top a.close-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.slide-out-menu .menu-container .top a.close-menu img {
  position: absolute;
  left: 16px;
  top: 22px;
  bottom: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 18px;
  width: 100%;
  height: auto;
}
section.slide-out-menu .menu-container .top h2 {
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-smoothing: antialiased;
  font-weight: 600;
  font-size: 18px;
  color: #575656;
  letter-spacing: 0;
}
@media (max-width: 991.98px) {
  section.slide-out-menu .menu-container #filter-actions {
    position: sticky;
    top: 0;
    z-index: 1001;
    background-color: #fff;
    padding-top: 15px;
  }
  section.slide-out-menu .menu-container #filter-actions > div:first-child {
    margin-top: 0 !important;
  }
}

section.upload-wrapper .alert-box {
  background: none;
  margin-bottom: 25px;
}
section.upload-wrapper .alert-box h2 {
  line-height: 100%;
  margin-bottom: 0;
}
section.upload-wrapper .label {
  font-size: 18px;
}
section.upload-wrapper form .control-group .custom-file {
  width: 100%;
}
section.upload-wrapper form .control-group .custom-file-control::before {
  background-color: #128851;
  color: #FFF;
  border: none;
}
section.upload-wrapper form .control-group #customFile .custom-file-control:lang(en)::before {
  content: "Choose...";
}
section.upload-wrapper form .control-group .custom-file-control:lang(en)::after {
  content: "" !important;
}
section.upload-wrapper form .control-group .custom-file {
  overflow: hidden;
}
section.upload-wrapper form .control-group .custom-file-control {
  white-space: nowrap;
}
section.upload-wrapper form input.upload-btn {
  width: 100%;
  padding: 8px 6px;
  background-color: #128851;
  color: #FFF;
  border: none;
  cursor: pointer;
}

#wholesale-app h2 {
  font-weight: 700;
  font-size: 36px;
}
#wholesale-app h1,
#wholesale-app h3,
#wholesale-app h4,
#wholesale-app h5,
#wholesale-app h6,
#wholesale-app .h1,
#wholesale-app .h2,
#wholesale-app .h3,
#wholesale-app .h4,
#wholesale-app .h5,
#wholesale-app .h6 {
  font-weight: 600;
}
#wholesale-app .ff-body,
#wholesale-app html,
#wholesale-app body {
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
}
#wholesale-app .btn-darker,
#wholesale-app .btn-darker-outline {
  width: 300px !important;
  max-width: 100%;
}
#wholesale-app .btn-darker.w-100,
#wholesale-app .btn-darker-outline.w-100 {
  max-width: 100%;
  width: 100% !important;
}
#wholesale-app footer *:not(.btn) {
  color: #aeaba3;
}
#wholesale-app form input,
#wholesale-app form input[type=email] {
  background: #e8f0fe;
}
#wholesale-app p {
  font-size: 16px;
}
#wholesale-app p.disclaimer {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}
#wholesale-app p a {
  color: #128851;
}
#wholesale-app .fz-18 {
  font-size: 18px;
}
#wholesale-app .content p {
  font-size: 18px;
}
#wholesale-app .accordion .card-header {
  background: white;
  border: none;
}
#wholesale-app a[data-toggle=collapse] i.fa-plus:before {
  content: "\F067";
}
#wholesale-app a[data-toggle=collapse].collapsed i.fa-plus:before {
  content: "\F067";
}
#wholesale-app a[data-toggle=collapse][aria-expanded=true] i.fa-plus:before {
  content: "\F068";
}
#wholesale-app .card-header {
  background: white;
}
#wholesale-app .text-decoration-underline {
  text-decoration: underline;
}
#wholesale-app .text-success {
  color: #128851 !important;
}
#wholesale-app .checkout-pager {
  background-color: #eeeeee;
}

body.wholesale-order {
  min-height: 100vh;
}
body.wholesale-order .main-footer,
body.wholesale-order .sub-footer {
  display: none !important;
}

#wholesale-app .content-wrapper {
  background: white;
}
#wholesale-app.checkout-page .content-wrapper {
  background: #EEE;
}
@media (max-width: 991.98px) {
  #wholesale-app table.table-order tbody.cart-item {
    padding: 0;
  }
}

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