﻿*, *:before, *:after {
  box-sizing: border-box;
}

html, body, div, span, object, iframe, figure, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, em, img, small, strike, strong, sub, sup, tt, b, u, i, ol, ul, li, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td, main, canvas, embed, footer, header, nav, section, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
}

footer, header, nav, section, main {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input {
  border-radius: 0;
}

button {
  -webkit-appearance: none;
  border-radius: 0;
}

legend {
  padding: 0;
}

@font-face {
  font-family: reglo;
  src: url("../assets/fonts/Reglo-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Avenir";
  src: url("../assets/fonts/AvenirLTStd-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Avenir";
  src: url("../assets/fonts/AvenirLTStd-Medium.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Avenir";
  src: url("../assets/fonts/AvenirLTStd-Book.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Avenir";
  src: url("../assets/fonts/AvenirLTStd-Roman.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
body {
  color: #353535;
  font-size: 1rem;
  line-height: 1rem;
  background-color: #FFFFFF;
  font-family: "Avenir", Sans-Serif;
  padding: 0;
  z-index: 1;
}
@media only screen and (max-width: 36rem) {
  body {
    font-size: 0.875rem;
  }
}
body.noScroll {
  overflow: hidden;
}

.page-width {
  max-width: 72rem;
  margin: 0 auto;
  padding: 0 1rem;
  position: relative;
}
.page-width.no-padding {
  padding: 0 0rem;
}

#mainbody {
  min-height: 40rem;
}

.text-align-left {
  text-align: left;
}

.text-align-center {
  text-align: center;
}

.text-align-right {
  text-align: right;
}

p {
  line-height: 150%;
  margin-bottom: 1.5rem;
}
strong {
  font-weight: 900;
}

small {
  font-size: 0.75rem;
}

main {
  display: block;
  background-color: #FFFFFF;
}

input, button, textarea, select {
  color: #353535;
  font-size: 1rem;
  font-family: "Avenir", Sans-Serif;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media only screen and (max-width: 36rem) {
  input, button, textarea, select {
    font-size: 0.875rem;
  }
}

.clearfix::after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}

ul.list-default {
  margin: 0 0 1.5rem 1.5rem;
  padding: 0;
  list-style: disc;
}
ul.list-default li {
  line-height: 1.5rem;
  margin-bottom: 0.5rem;
}

ol {
  counter-reset: item;
}
ol li {
  display: block;
  line-height: 1.25rem;
  margin-top: 0.5rem;
}
ol li:before {
  content: counters(item, ".") " ";
  counter-increment: item;
}
ol li ol {
  margin-left: 1rem;
}
ol li ol ol {
  margin-left: 2rem;
}
ol li ol ol ol {
  margin-left: 3rem;
}

a.link-reset:link,
a.link-reset:hover,
a.link-reset:visited {
  color: inherit;
}

ul.list-reset {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.list-reset > li {
  display: block;
  line-height: 1.5rem;
}

ul.list-inline {
  font-size: 0;
}
ul.list-inline > li {
  display: inline-block;
  font-size: 1rem;
  vertical-align: top;
}

ul.list-inline-middle {
  font-size: 0;
}
ul.list-inline-middle > li {
  display: inline-block;
  font-size: 1rem;
  vertical-align: middle;
}

ul.list-condensed > li,
ol.list-condensed > li {
  line-height: 1.25rem;
  margin-bottom: 0.25rem;
}

.a11y-text {
  font-size: 1.25rem;
  font-weight: 600;
}

abbr {
  text-decoration: none;
}

a:link, a:visited {
  color: inherit;
  color: #0A6737;
}

a:hover, a:focus {
  color: #0A6737;
  text-decoration: none;
}

@media only screen and (max-width: 36rem) {
  .hide-mobile {
    display: none !important;
  }
}

.show-mobile-only {
  display: none;
}
@media only screen and (max-width: 36rem) {
  .show-mobile-only {
    display: inline-block;
  }
}

.show-responsive-only {
  display: none !important;
}
@media only screen and (max-width: 36rem) {
  .show-responsive-only {
    display: inline-block !important;
  }
}
@media only screen and (min-width: 36.0625rem) and (max-width: 56rem) {
  .show-responsive-only {
    display: inline-block !important;
  }
}
@media only screen and (min-width: 56.0625rem) and (max-width: 64rem) {
  .show-responsive-only {
    display: inline-block !important;
  }
}

.line-divider {
  height: 1px;
  background-color: rgba(53, 53, 53, 0.1);
  display: block;
}

.line-separator {
  border-top: 1px dashed rgba(53, 53, 53, 0.5);
  height: 1px;
  margin: 1.5rem 0;
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

img.blob {
  clip-path: url("#blob-clip-path");
  width: 100%;
  height: auto;
}

#shape-blob {
  width: 0;
  height: 0;
  position: absolute;
}

#bg-grey {
  z-index: -1;
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 0;
  right: 0;
  background-image: url("../images/bg_grey.jpg");
  min-height: 38rem;
}

#bg-berries {
  z-index: -1;
  position: absolute;
  overflow: hidden;
  bottom: 0;
  left: 0;
  top: 0rem;
  right: 0rem;
}
@media only screen and (max-width: 36rem) {
  #bg-berries {
    display: none;
  }
}
#bg-berries img {
  position: absolute;
  top: 10rem;
  left: 50%;
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  margin-left: 40rem;
  overflow: hidden;
}
@media only screen and (max-width: 36rem) {
  #bg-berries img {
    margin-left: 13rem;
    top: 5rem;
    width: 50%;
  }
}

#bg-apples {
  z-index: -1;
  position: absolute;
  overflow: hidden;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
}
@media only screen and (max-width: 36rem), only screen and (min-width: 36.0625rem) and (max-width: 56rem), only screen and (min-width: 56.0625rem) and (max-width: 64rem) {
  #bg-apples {
    display: none;
  }
}
#bg-apples img {
  position: absolute;
  top: 15rem;
  left: 0;
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  margin-left: -25rem;
  overflow: hidden;
}
@media only screen and (min-width: 72.0625rem) {
  #bg-apples img {
    margin-left: -18rem;
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    width: 75%;
    max-width: 30rem;
  }
}

.page-icon {
  width: 6rem;
  margin: 0 auto;
  margin-bottom: 1rem;
}
.page-icon img {
  width: 100%;
}
@media only screen and (min-width: 56.0625rem) {
  .page-icon {
    width: 8rem;
    margin: 0 auto;
    margin-bottom: 1rem;
  }
}

.page-image {
  max-width: 40rem;
  margin: 0 auto;
  margin-bottom: 1rem;
}
.page-image img {
  width: 100%;
}

.page-title {
  font-size: 2rem;
  line-height: 2.5rem;
  position: relative;
  margin: 0rem 0rem 1rem;
  font-family: "Reglo", Sans-Serif;
}
@media only screen and (min-width: 56.0625rem) {
  .page-title {
    font-size: 3rem;
    line-height: 3.5rem;
  }
}
.page-title + .title-helper {
  margin-top: -1rem;
}
.page-title.reduced-height {
  line-height: 2.5rem;
}

.title-helper {
  font-size: 1.125rem;
  line-height: 1.5rem;
  margin-bottom: 1.5rem !important;
}
@media only screen and (min-width: 56.0625rem) {
  .title-helper {
    font-size: 1.25rem;
    line-height: 2rem;
  }
}

.service-title {
  font-family: "Reglo", Sans-Serif;
  font-size: 1.375rem;
  line-height: 1.75rem;
}
@media only screen and (min-width: 56.0625rem) {
  .service-title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.dialog-icon {
  width: 3rem;
  margin: 0 auto;
  margin-bottom: 1rem;
}
.dialog-icon.color-red {
  color: #E1655A;
}
.dialog-icon img {
  width: 100%;
}
.dialog-icon i, .dialog-icon span, .dialog-icon em {
  font-size: 4rem;
}
@media only screen and (min-width: 56.0625rem) {
  .dialog-icon {
    width: 4rem;
    margin: 0 auto;
    margin-bottom: 1rem;
  }
}

.dialog-title {
  font-family: "Reglo", Sans-Serif;
  font-size: 1.5rem;
  line-height: 2rem;
  padding: 0.25rem 0;
  margin-bottom: 0.5rem;
}
@media only screen and (min-width: 56.0625rem) {
  .dialog-title {
    font-size: 2rem;
    line-height: 2rem;
  }
}

.content-title {
  font-weight: bold;
  font-family: "Avenir", Sans-Serif;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 0.5rem;
  color: #0A6737;
}

.footer-title {
  font-family: "Reglo", Sans-Serif;
  font-size: 1.375rem;
  line-height: 2rem;
}
@media only screen and (min-width: 56.0625rem) {
  .footer-title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.footer-title + p {
  margin-top: 1rem;
}

h1, .faux-h1 {
  font-family: "Reglo", Sans-Serif;
  font-size: 2rem;
  line-height: 2.5rem;
}
@media only screen and (min-width: 56.0625rem) {
  h1, .faux-h1 {
    font-size: 3.25rem;
    line-height: 4rem;
  }
}

h2, .faux-h2 {
  font-family: "Reglo", Sans-Serif;
  font-size: 1.75rem;
  line-height: 2.5rem;
}
@media only screen and (min-width: 56.0625rem) {
  h2, .faux-h2 {
    font-size: 2.75rem;
    line-height: 3.5rem;
  }
}

h3, .faux-h3 {
  font-family: "Reglo", Sans-Serif;
  font-size: 1.5rem;
  line-height: 2rem;
}
@media only screen and (min-width: 56.0625rem) {
  h3, .faux-h3 {
    font-size: 2rem;
    line-height: 2rem;
  }
}

h4, .faux-h4 {
  font-family: "Reglo", Sans-Serif;
  font-size: 1.25rem;
  line-height: 2rem;
}
@media only screen and (min-width: 56.0625rem) {
  h4, .faux-h4 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

h5, .faux-h5 {
  font-family: "Reglo", Sans-Serif;
  font-size: 1.125rem;
  line-height: 2rem;
}
@media only screen and (min-width: 56.0625rem) {
  h5, .faux-h5 {
    font-size: 1.25rem;
    line-height: 2rem;
  }
}

h6, .faux-h6 {
  font-family: "Avenir", Sans-Serif;
  font-size: 1rem;
  line-height: 2.5rem;
  font-weight: 900;
}
@media only screen and (min-width: 56.0625rem) {
  h6, .faux-h6 {
    font-size: 1rem;
    line-height: 2.5rem;
  }
}

.text-subtle {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.color-green {
  color: #0A6737;
}

.btn-default {
  width: auto;
  background-color: transparent;
  position: relative;
  line-height: 1.5rem;
  margin: 0px;
  padding: calc(0.5rem - 1px) calc(1rem - 1px);
  overflow: visible;
  -webkit-appearance: none;
  display: inline-block;
  border: 0px solid;
  cursor: pointer;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  text-decoration: none;
  color: #353535;
  white-space: nowrap;
  font-size: 1rem;
  border-style: solid;
  border-width: 1px;
  border-color: currentColor;
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
}
@media only screen and (max-width: 36rem) {
  .btn-default {
    font-size: 0.875rem;
  }
}
.btn-default:hover {
  outline: none;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.btn-default:focus {
  outline: none;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.btn-default:active {
  outline: none;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.btn-default:disabled {
  color: #cccccc !important;
  background-color: rgba(204, 204, 204, 0.2) !important;
  border-color: rgba(204, 204, 204, 0.2) !important;
  cursor: default !important;
}
.btn-default:disabled:hover, .btn-default:disabled:focus {
  box-shadow: 0 0 0 0px rgba(204, 204, 204, 0.2) !important;
  border-color: rgba(204, 204, 204, 0.2) !important;
  background-color: rgba(204, 204, 204, 0.2) !important;
  color: #cccccc !important;
}
.btn-default.btn-outline {
  border-width: 1px;
  border-style: solid;
  padding: calc(0.5rem - 1px) calc(1rem - 1px);
}
.btn-default.btn-outline:hover, .btn-default.btn-outline:focus {
  box-shadow: 0 0 0 1px rgba(53, 53, 53, 0.2);
}
.btn-default.btn-green {
  background-color: #0A6737;
  color: #FFFFFF;
  border: 0px solid;
  padding: calc(0.5rem - 0px) calc(1rem - 0px);
}
.btn-default.btn-green:hover, .btn-default.btn-green:focus {
  background-color: #095e32;
  color: #FFFFFF;
  box-shadow: 0 0 0 0.25rem rgba(10, 103, 55, 0.2);
}
.btn-default.btn-black {
  background-color: #353535;
  color: #FFFFFF;
  border: 0px solid;
  padding: calc(0.5rem - 0px) calc(1rem - 0px);
}
.btn-default.btn-black:hover, .btn-default.btn-black:focus {
  background-color: #303030;
  color: #FFFFFF;
  box-shadow: 0 0 0 0.25rem rgba(53, 53, 53, 0.2);
}
.btn-default.btn-red {
  background-color: #E1655A;
  color: #FFFFFF;
  border: 0px solid;
  padding: calc(0.5rem - 0px) calc(1rem - 0px);
}
.btn-default.btn-red:hover, .btn-default.btn-red:focus {
  background-color: #df5d51;
  color: #FFFFFF;
  box-shadow: 0 0 0 0.25rem rgba(225, 101, 90, 0.2);
}
.btn-default.btn-grey:hover, .btn-default.btn-grey:focus {
  background-color: rgba(53, 53, 53, 0.1);
}
.btn-default.btn-banner {
  color: #353535;
  border: 0px solid;
  padding: calc(0.5rem - 0px) calc(1rem - 0px);
}
.btn-default.btn-banner:hover, .btn-default.btn-banner:focus {
  background-color: #FFFFFF;
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.2);
}
.btn-default.btn-cart.cart-active {
  background-color: #0A6737;
  color: #FFFFFF;
  animation: pulse-green 2s infinite;
}
.btn-default.btn-cart.cart-active:hover, .btn-default.btn-cart.cart-active:focus {
  box-shadow: 0 0 0 0.25rem rgba(10, 103, 55, 0.2);
}
@keyframes pulse-green {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(10, 103, 55, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(10, 103, 55, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(10, 103, 55, 0);
  }
}
.btn-default.btn-peach {
  background-color: #E1655A;
  color: #FFFFFF;
  border: 0px solid;
  padding: calc(0.5rem - 0px) calc(1rem - 0px);
}
.btn-default.btn-peach:hover, .btn-default.btn-peach:focus {
  background-color: #df5d51;
  color: #FFFFFF;
  box-shadow: 0 0 0 0.25rem rgba(225, 101, 90, 0.2);
}
.btn-default.btn-green-outline {
  border-color: #0A6737;
  color: #0A6737;
  -webkit-transition: box-shadow 0.3s ease, background 0.3s ease;
  -moz-transition: box-shadow 0.3s ease, background 0.3s ease;
  -ms-transition: box-shadow 0.3s ease, background 0.3s ease;
  -o-transition: box-shadow 0.3s ease, background 0.3s ease;
  transition: box-shadow 0.3s ease, background 0.3s ease;
}
.btn-default.btn-green-outline:hover, .btn-default.btn-green-outline:focus {
  box-shadow: 0 0 0 0.25rem rgba(10, 103, 55, 0.2);
}
.btn-default.btn-white-outline {
  border-color: #FFFFFF;
  color: #FFFFFF;
  -webkit-transition: box-shadow 0.3s ease, background 0.3s ease;
  -moz-transition: box-shadow 0.3s ease, background 0.3s ease;
  -ms-transition: box-shadow 0.3s ease, background 0.3s ease;
  -o-transition: box-shadow 0.3s ease, background 0.3s ease;
  transition: box-shadow 0.3s ease, background 0.3s ease;
}
.btn-default.btn-white-outline:hover, .btn-default.btn-white-outline:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.2);
}
.btn-default.btn-icon-only {
  padding: 0.5rem;
  border-radius: 10rem;
  -webkit-border-radius: 10rem;
  -moz-border-radius: 10rem;
}
.btn-default.btn-icon-only.btn-no-border {
  padding: 0.5rem;
}
.btn-default.btn-icon-only.btn-large-icon {
  padding: 0.5;
}
.btn-default.btn-icon-only.btn-large-icon .btn-icon span, .btn-default.btn-icon-only.btn-large-icon .btn-icon i, .btn-default.btn-icon-only.btn-large-icon .btn-icon em {
  font-size: 1.5rem;
}
.btn-default.btn-icon-only .btn-text {
  font-size: 0;
  position: absolute;
}
.btn-default.btn-icon-only .btn-icon span,
.btn-default.btn-icon-only .btn-icon i, .btn-default.btn-icon-only .btn-icon em {
  font-size: inherit;
  display: block;
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: center;
  padding: 0 0.25rem;
  vertical-align: top;
  min-width: 1.5rem;
}
.btn-default.btn-link {
  background-color: transparent;
  color: #0A6737;
  border: 0px solid;
  padding: 0.25rem 0;
}
.btn-default.btn-link .btn-text {
  text-decoration: underline;
}
.btn-default.btn-link:hover .btn-text, .btn-default.btn-link:focus .btn-text {
  text-decoration: none;
}
.btn-default.btn-no-border {
  border: 0;
  padding: 0.5rem 1rem;
}
.btn-default.btn-no-horizontal-padding {
  padding-left: 0;
  padding-right: 0;
}
.btn-default.btn-no-padding {
  padding: 0;
}
.btn-default.btn-small {
  padding: 0.25rem 0.5rem;
}
.btn-default.btn-form {
  padding: 0.5rem 1rem;
}
.btn-default.btn-full-width {
  width: 100%;
  text-align: center;
}
.btn-default.btn-input {
  padding: calc(0.5rem - 1px) 0.5rem;
  border: 1px solid #808285;
  background-color: #FFFFFF;
}
.btn-default.btn-input:hover, .btn-default.btn-input:focus {
  border: 1px solid #4e4f51;
  box-shadow: 0 0 0px 2px rgba(78, 79, 81, 0.1);
}
.btn-default.btn-input .btn-text {
  font-weight: 400;
}
.btn-default .btn-icon {
  position: relative;
  pointer-events: none;
  display: inline-block;
  vertical-align: top;
  color: inherit;
  line-height: 1.5rem;
}
.btn-default .btn-icon span,
.btn-default .btn-icon i, .btn-default .btn-icon em {
  font-size: inherit;
  display: block;
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: center;
  vertical-align: top;
}
.btn-default .btn-text {
  line-height: 1.5rem;
  display: inline-block;
  font-weight: 400;
}
.btn-default .btn-text strong {
  font-weight: bold;
}
.btn-default .btn-icon-helper {
  position: relative;
  pointer-events: none;
  display: inline-block;
  vertical-align: top;
  color: inherit;
  line-height: 1.5rem;
}
.btn-default .btn-icon-helper span,
.btn-default .btn-icon-helper i, .btn-default .btn-icon-helper em {
  font-size: inherit;
  display: block;
  font-size: 1rem;
  line-height: 1.5rem;
}
@media only screen and (max-width: 36rem) {
  .btn-default .btn-icon-helper span,
  .btn-default .btn-icon-helper i, .btn-default .btn-icon-helper em {
    font-size: 0.875rem;
  }
}
.btn-default.btn-icon-left .btn-icon + .btn-text {
  margin-left: 0.5rem;
}
.btn-default.btn-icon-right .btn-text + .btn-icon {
  margin-left: 0.5rem;
}

input.inputbox,
select.inputbox {
  border: 0.0625rem solid #808285;
  color: #353535;
  background-color: #FFFFFF;
  border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  line-height: 1.5rem;
  padding: 0.4375rem 0.5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  -moz-background-size: 0% auto;
  text-indent: 0.01px;
  text-overflow: "";
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  width: 100%;
  margin: 0;
}
input.inputbox:hover, input.inputbox:focus,
select.inputbox:hover,
select.inputbox:focus {
  border: 0.0625rem solid #4e4f51;
  box-shadow: 0 0 0px 2px rgba(78, 79, 81, 0.1);
}
input.inputbox[readonly],
select.inputbox[readonly] {
  border: 0.0625rem solid transparent;
  color: #353535;
  box-shadow: 0 0 0px 0px rgba(78, 79, 81, 0.1);
  padding-left: 0;
}
input.inputbox[readonly].datepicker,
select.inputbox[readonly].datepicker {
  border: 0.0625rem solid #808285;
  padding: 0.4375rem 0.5rem;
}
input.inputbox[disabled],
select.inputbox[disabled] {
  background-color: #f2f2f2;
  border: 0.0625rem solid #cccccc;
  color: #666666;
  cursor: default;
}
input.inputbox[disabled]:hover, input.inputbox[disabled]:focus,
select.inputbox[disabled]:hover,
select.inputbox[disabled]:focus {
  border: 0.0625rem solid white;
  box-shadow: 0 0 0px 0px rgba(78, 79, 81, 0.1);
}
input.inputbox.no-border,
select.inputbox.no-border {
  border: 0;
  padding: calc(0.55rem - 0px) 0rem;
}
input.inputbox.no-border.inputbox-small,
select.inputbox.no-border.inputbox-small {
  padding: calc(0.5rem - 0px) 0rem;
}
input.inputbox.no-border:hover, input.inputbox.no-border:focus,
select.inputbox.no-border:hover,
select.inputbox.no-border:focus {
  box-shadow: none;
}
input.inputbox.input-width-xs,
select.inputbox.input-width-xs {
  width: 4em;
}
input.inputbox.input-width-sm,
select.inputbox.input-width-sm {
  width: 8em;
}
input.inputbox.input-width-lg,
select.inputbox.input-width-lg {
  width: 12em;
}
input.inputbox.input-width-xl,
select.inputbox.input-width-xl {
  width: 16em;
}
input.inputbox.large,
select.inputbox.large {
  font-weight: 400;
  font-size: 1.25rem;
  padding: 0.4375rem 0.5rem;
}

input[type=date] {
  -webkit-appearance: none;
}

input[type=number] {
  -webkit-appearance: none;
}

input[type=time] {
  -webkit-appearance: none;
  padding: 0.4375rem 0.5rem 0.4375rem 0.5rem;
}

select.inputbox {
  line-height: 1.5rem;
  margin: 0;
  padding: 0.4375rem 2rem 0.4375rem 0.5rem;
  background: #FFFFFF url("../images/select_dropdown.png") no-repeat;
  background-position: right center;
  background-repeat: no-repeat;
  -webkit-padding-end: 2rem;
  -moz-padding-end: 2rem;
  -moz-background-size: 0% auto;
  text-indent: 0.01px;
  text-overflow: "";
  cursor: pointer;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  select.inputbox {
    /* on retina, use image that's scaled by 2 */
    background-image: url("../images/select_dropdown@2x.png");
    background-size: 20px 20px;
  }
}
select.inputbox.inputbox-alt {
  border: 0px solid !important;
  background-color: rgba(53, 53, 53, 0.05);
  padding: 0.5rem 1rem;
  -webkit-padding-end: 2rem;
  -moz-padding-end: 2rem;
}
select.inputbox.inputbox-alt:hover, select.inputbox.inputbox-alt:focus {
  border: 0px solid #4e4f51;
  box-shadow: 0 0 0px 2px rgba(78, 79, 81, 0.1);
}
select.inputbox.no-border {
  border: 0;
  padding: calc(0.75rem - 0px) 0rem;
  -webkit-padding-end: 2rem;
  -moz-padding-end: 2rem;
  font-weight: 400;
}
select.inputbox.no-border.inputbox-small {
  padding: calc(0.5rem - 0px) 0rem;
  -webkit-padding-end: 2rem;
  -moz-padding-end: 2rem;
}
select.inputbox.no-dropdown-icon {
  background-image: none !important;
  -webkit-padding-end: 0.5rem;
  -moz-padding-end: 0.5rem;
}
select.inputbox.no-bg {
  background-color: transparent;
}
select.inputbox.no-bg:hover, select.inputbox.no-bg:focus {
  border: 0px solid #4e4f51;
  box-shadow: 0 0 0px 0px rgba(78, 79, 81, 0.1);
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

select::-ms-expand {
  display: none;
  text-indent: 0.01px;
  text-overflow: "";
}

select::-moz-focus-inner {
  padding: 0;
  border: 0;
  margin: 0px;
  background-image: none !important;
}

textarea.inputbox {
  border: 0.0625rem solid #808285;
  color: #353535;
  background-color: #FFFFFF;
  width: 100%;
  padding: 0.4375rem 0.5rem;
  border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  min-height: 10rem;
}
textarea.inputbox:hover, textarea.inputbox:focus {
  border: 0.0625rem solid #4e4f51;
  outline: 2px solid rgba(78, 79, 81, 0.1);
}

.status-error .inputbox {
  border-color: #E1655A !important;
}

label.form-checkbox-label {
  display: block;
  position: relative;
  cursor: pointer;
}
label.form-checkbox-label input[type=checkbox]:checked,
label.form-checkbox-label input[type=checkbox]:not(:checked) {
  position: absolute;
  left: -9999px;
}
label.form-checkbox-label input[type=checkbox]:checked:hover + .form-checkbox-label-text:before, label.form-checkbox-label input[type=checkbox]:checked:focus + .form-checkbox-label-text:before,
label.form-checkbox-label input[type=checkbox]:not(:checked):hover + .form-checkbox-label-text:before,
label.form-checkbox-label input[type=checkbox]:not(:checked):focus + .form-checkbox-label-text:before {
  border-color: #4e4f51;
  box-shadow: 0 0 0 2px rgba(78, 79, 81, 0.1);
}
label.form-checkbox-label input[type=checkbox]:disabled:checked,
label.form-checkbox-label input[type=checkbox]:disabled:not(:checked) {
  position: absolute;
  left: -9999px;
}
label.form-checkbox-label input[type=checkbox]:disabled:checked:hover + .form-checkbox-label-text:before, label.form-checkbox-label input[type=checkbox]:disabled:checked:focus + .form-checkbox-label-text:before,
label.form-checkbox-label input[type=checkbox]:disabled:not(:checked):hover + .form-checkbox-label-text:before,
label.form-checkbox-label input[type=checkbox]:disabled:not(:checked):focus + .form-checkbox-label-text:before {
  box-shadow: 0 0 0 0px rgba(10, 103, 55, 0.2);
}
label.form-checkbox-label .form-checkbox-label-text {
  display: block;
  line-height: 1.5rem;
  position: relative;
  padding: 0.25rem 0 0.25rem 2rem;
  font-size: 1rem;
}
@media only screen and (max-width: 36rem) {
  label.form-checkbox-label .form-checkbox-label-text {
    font-size: 0.875rem;
  }
}
label.form-checkbox-label .form-checkbox-label-text:before {
  content: "";
  height: 1.25rem;
  width: 1.25rem;
  border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  position: absolute;
  left: 0;
  top: 0.375rem;
  z-index: 0;
  border: 1px solid #808285;
  background-color: #FFFFFF;
}
label.form-checkbox-label .form-checkbox-label-text:after {
  content: "";
  display: block;
  position: absolute;
  top: 0.625rem;
  left: 0.45rem;
  width: 0.375rem;
  height: 0.625rem;
  border: solid #FFFFFF;
  border-width: 0 0.0625rem 0.0625rem 0;
  transform: rotate(45deg);
}
label.form-checkbox-label.checkbox-table {
  vertical-align: top;
  display: inline-block;
  min-width: 1.25rem;
  min-height: 1.5rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
label.form-checkbox-label.checkbox-table .form-checkbox-label-text {
  padding: 0;
  padding-left: 0rem;
  line-height: 1.5rem;
  text-align: left;
}
label.form-checkbox-label.checkbox-table .form-checkbox-label-text:before {
  top: 0.0625rem;
}
label.form-checkbox-label.checkbox-table .form-checkbox-label-text:after {
  top: 0.4rem;
}
label.form-checkbox-label input[type=checkbox]:checked + .form-checkbox-label-text:before {
  background-color: #0A6737;
  border-color: #0A6737;
}
label.form-checkbox-label input[type=checkbox]:not(:checked) + .form-checkbox-label-text:after {
  border-color: transparent;
}
label.form-checkbox-label input[type=checkbox]:disabled:checked + .form-checkbox-label-text:before {
  border-color: rgba(204, 204, 204, 0.5);
  background-color: rgba(204, 204, 204, 0.1);
}
label.form-checkbox-label input[type=checkbox]:disabled:checked + .form-checkbox-label-text:after {
  border-color: rgba(204, 204, 204, 0.5);
}
label.form-checkbox-label input[type=checkbox]:disabled:not(:checked) + .form-checkbox-label-text:before {
  border-color: rgba(204, 204, 204, 0.5);
  background-color: rgba(204, 204, 204, 0.1);
}
label.form-radio-label {
  display: block;
  position: relative;
  cursor: pointer;
}
label.form-radio-label input[type=radio]:checked,
label.form-radio-label input[type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}
label.form-radio-label input[type=radio]:checked:hover + .form-radio-label-text:before, label.form-radio-label input[type=radio]:checked:focus + .form-radio-label-text:before,
label.form-radio-label input[type=radio]:not(:checked):hover + .form-radio-label-text:before,
label.form-radio-label input[type=radio]:not(:checked):focus + .form-radio-label-text:before {
  border-color: #4e4f51;
  box-shadow: 0 0 0 2px rgba(78, 79, 81, 0.1);
}
label.form-radio-label input[type=radio]:disabled:checked,
label.form-radio-label input[type=radio]:disabled:not(:checked) {
  position: absolute;
  left: -9999px;
}
label.form-radio-label input[type=radio]:disabled:checked:hover + .form-radio-label-text:before, label.form-radio-label input[type=radio]:disabled:checked:focus + .form-radio-label-text:before,
label.form-radio-label input[type=radio]:disabled:not(:checked):hover + .form-radio-label-text:before,
label.form-radio-label input[type=radio]:disabled:not(:checked):focus + .form-radio-label-text:before {
  box-shadow: 0 0 0 0px rgba(10, 103, 55, 0.2);
}
label.form-radio-label .form-radio-label-text {
  display: block;
  line-height: 1.5rem;
  position: relative;
  padding: 0.25rem 0 0.25rem 2rem;
  font-size: 1rem;
}
@media only screen and (max-width: 36rem) {
  label.form-radio-label .form-radio-label-text {
    font-size: 0.875rem;
  }
}
label.form-radio-label .form-radio-label-text:before {
  content: "";
  height: 1.25rem;
  width: 1.25rem;
  border-radius: 4rem;
  -webkit-border-radius: 4rem;
  -moz-border-radius: 4rem;
  position: absolute;
  left: 0;
  top: 0.375rem;
  z-index: 0;
  border: 1px solid #808285;
  background-color: #FFFFFF;
}
label.form-radio-label .form-radio-label-text:after {
  content: "";
  display: block;
  position: absolute;
  top: 0.625rem;
  left: 0.25rem;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 4rem;
  -webkit-border-radius: 4rem;
  -moz-border-radius: 4rem;
}
label.form-radio-label input[type=radio]:checked + .form-radio-label-text:before {
  border-color: #0A6737;
}
label.form-radio-label input[type=radio]:checked + .form-radio-label-text:after {
  background-color: #0A6737;
}
label.form-radio-label input[type=radio]:disabled:checked + .form-radio-label-text:before {
  border-color: rgba(204, 204, 204, 0.5);
  background-color: rgba(204, 204, 204, 0.1);
}
label.form-radio-label input[type=radio]:disabled:checked + .form-radio-label-text:after {
  background-color: rgba(204, 204, 204, 0.5);
}
label.form-radio-label input[type=radio]:disabled:not(:checked) + .form-radio-label-text:before {
  border-color: rgba(204, 204, 204, 0.5);
  background-color: rgba(204, 204, 204, 0.1);
}
label.form-toggle-label {
  display: block;
  position: relative;
  cursor: pointer;
}
label.form-toggle-label input[type=checkbox]:checked,
label.form-toggle-label input[type=checkbox]:not(:checked) {
  position: absolute;
  left: -9999px;
}
label.form-toggle-label input[type=checkbox]:checked:hover + .form-toggle-label-text:after, label.form-toggle-label input[type=checkbox]:checked:focus + .form-toggle-label-text:after,
label.form-toggle-label input[type=checkbox]:not(:checked):hover + .form-toggle-label-text:after,
label.form-toggle-label input[type=checkbox]:not(:checked):focus + .form-toggle-label-text:after {
  box-shadow: 0 0 0 5px rgba(10, 103, 55, 0.2);
}
label.form-toggle-label input[type=checkbox]:disabled:checked,
label.form-toggle-label input[type=checkbox]:disabled:not(:checked) {
  position: absolute;
  left: -9999px;
}
label.form-toggle-label input[type=checkbox]:disabled:checked:hover + .form-toggle-label-text:after, label.form-toggle-label input[type=checkbox]:disabled:checked:focus + .form-toggle-label-text:after,
label.form-toggle-label input[type=checkbox]:disabled:not(:checked):hover + .form-toggle-label-text:after,
label.form-toggle-label input[type=checkbox]:disabled:not(:checked):focus + .form-toggle-label-text:after {
  box-shadow: 0 0 0 0px rgba(10, 103, 55, 0.2);
}
label.form-toggle-label .form-toggle-label-text {
  display: block;
  line-height: 1rem;
  position: relative;
  padding: 0.5rem 0 0.5rem 3rem;
  font-size: 1rem;
}
@media only screen and (max-width: 36rem) {
  label.form-toggle-label .form-toggle-label-text {
    font-size: 0.875rem;
  }
}
label.form-toggle-label .form-toggle-label-text:before {
  content: "";
  height: 1rem;
  width: 2rem;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  position: absolute;
  left: 0;
  top: 0.5rem;
  z-index: 0;
}
label.form-toggle-label .form-toggle-label-text:after {
  content: "";
  position: absolute;
  top: 0.375rem;
  height: 1.25rem;
  width: 1.25rem;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  z-index: 1;
  -webkit-transition: left 0.3s ease;
  -moz-transition: left 0.3s ease;
  -ms-transition: left 0.3s ease;
  -o-transition: left 0.3s ease;
  transition: left 0.3s ease;
}
label.form-toggle-label input[type=checkbox]:checked + .form-toggle-label-text:before {
  background: rgba(10, 103, 55, 0.2);
}
label.form-toggle-label input[type=checkbox]:checked + .form-toggle-label-text:after {
  background-color: #0A6737;
  left: 0.75rem;
}
label.form-toggle-label input[type=checkbox]:not(:checked) + .form-toggle-label-text:before {
  background: rgba(53, 53, 53, 0.2);
}
label.form-toggle-label input[type=checkbox]:not(:checked) + .form-toggle-label-text:after {
  background-color: #FFFFFF;
  box-shadow: 0 0 4px 1px rgba(53, 53, 53, 0.2);
  left: 0rem;
}
label.form-toggle-label input[type=checkbox]:disabled:checked + .form-toggle-label-text:before {
  background: rgba(204, 204, 204, 0.2);
}
label.form-toggle-label input[type=checkbox]:disabled:checked + .form-toggle-label-text:after {
  background-color: white;
  left: 0.75rem;
}
label.form-toggle-label input[type=checkbox]:disabled:not(:checked) + .form-toggle-label-text:before {
  background: rgba(204, 204, 204, 0.2);
}
label.form-toggle-label input[type=checkbox]:disabled:not(:checked) + .form-toggle-label-text:after {
  box-shadow: 0 0 0px 0px rgba(53, 53, 53, 0.2);
  background-color: white;
  left: 0rem;
}

@media all and (-ms-high-contrast: none) {
  input.inputbox {
    height: 32px;
  } /* IE10 */
  *::-ms-backdrop,
  input.inputbox {
    height: 32px;
  } /* IE11 */
  select.inputbox {
    height: 32px;
  } /* IE10 */
  *::-ms-backdrop,
  select.inputbox {
    height: 32px;
  } /* IE11 */
  textarea.inputbox[readonly] {
    overflow: auto;
    -ms-overflow-style: none;
  }
  *::-ms-backdrop,
  textarea.inputbox[readonly] {
    overflow: auto;
    -ms-overflow-style: none;
  } /* IE11 */
}
.form-row {
  margin-bottom: 1rem;
}
.form-row.no-margin {
  margin-bottom: 0;
}
.form-row .form-label {
  font-weight: 500;
  line-height: 1.5rem;
  padding: 0.25rem 0;
}
.form-row .form-label label {
  display: block;
}
.form-row .form-input {
  position: relative;
}
@media only screen and (max-width: 36rem) {
  .form-row.responsive {
    display: flex;
  }
  .form-row.responsive > .form-label {
    line-height: 1.5rem;
    padding: 0.5rem 0.5rem 0.5rem 0rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    flex-basis: 40%;
    max-width: 40%;
  }
  .form-row.responsive > .form-input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    flex-basis: 60%;
    max-width: 60%;
  }
}
.form-row.inline {
  display: flex;
}
.form-row.inline > .form-label {
  line-height: 1.5rem;
  padding: 0.25rem 0.5rem 0.25rem 0rem;
}
.form-row.hidden-label .form-label {
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
  -webkit-clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

fieldset.form-row-faux {
  margin-bottom: 1rem;
}
fieldset.form-row-faux.no-margin {
  margin-bottom: 0;
}
fieldset.form-row-faux legend {
  font-weight: 500;
  line-height: 1.5rem;
  margin: 0.25rem 0;
}

.form-label-faux {
  font-weight: 500;
  line-height: 1.5rem;
  padding: 0.25rem 0;
}
.form-label-faux.normal {
  font-weight: 400;
}

.form-input-faux {
  line-height: 1.5rem;
  padding: 0.25rem 0;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.input-icon {
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  z-index: 1;
  pointer-events: none;
  line-height: 1.5rem;
  width: 1.5rem;
  text-align: center;
}
.input-icon.offset {
  top: 0.75rem;
  left: 1rem;
}
.input-icon em, .input-icon i {
  line-height: 1.5rem;
  display: block;
  vertical-align: top;
}
.input-icon + input,
.input-icon + select,
.input-icon + textarea,
.input-icon + .inputbox {
  padding-left: 2.25rem !important;
  font-weight: 400 !important;
}

.inputbox-faux {
  font-weight: 500;
  line-height: 1.5rem;
  padding: 0.25rem 0;
}
.inputbox-faux.large {
  font-size: 1.25rem;
  line-height: 1.5rem;
  padding: 0.5rem 0;
}
@media only screen and (min-width: 56.0625rem) {
  .inputbox-faux.large {
    font-size: 1.25rem;
    line-height: 1.5rem;
    padding: 0.5rem 0;
  }
}

.form-helper {
  display: block;
  line-height: 1.25rem;
  padding: 0.375rem 0;
  color: #353535;
  font-size: 0.875rem;
}

.mandatory-indicator {
  color: red;
}

.output-value {
  line-height: 150%;
}

.data-label,
.data-content {
  line-height: 150%;
}

.data-value {
  font-weight: bold;
  line-height: 150%;
}

span.field-validation-error {
  color: red;
  margin: 10px 0px;
  display: block;
}

.margin-bottom-xs {
  margin-bottom: 0.5rem;
}

.margin-bottom-sm {
  margin-bottom: 1rem;
}

.margin-bottom-md {
  margin-bottom: 1.25rem;
}

.margin-bottom-lg {
  margin-bottom: 1.5rem;
}

.margin-bottom-xl {
  margin-bottom: 2rem;
}

.margin-top-xs {
  margin-top: 0.5rem;
}

.margin-top-sm {
  margin-top: 1rem;
}

.margin-top-md {
  margin-top: 1.25rem;
}

.margin-top-lg {
  margin-top: 1.5rem;
}

.margin-top-xl {
  margin-top: 2rem;
}

.margin-left-xs {
  margin-left: 0.5rem;
}

.margin-left-sm {
  margin-left: 1rem;
}

.margin-left-md {
  margin-left: 1.25rem;
}

.margin-left-lg {
  margin-left: 1.5rem;
}

.margin-left-xl {
  margin-left: 2rem;
}

.margin-right-xs {
  margin-right: 0.5rem;
}

.margin-right-sm {
  margin-right: 1rem;
}

.margin-right-md {
  margin-right: 1.25rem;
}

.margin-right-lg {
  margin-right: 1.5rem;
}

.margin-right-xl {
  margin-right: 2rem;
}

.margin-all-xs {
  margin: 0.5rem;
}

.margin-all-sm {
  margin: 1rem;
}

.margin-all-md {
  margin: 1.25rem;
}

.margin-all-lg {
  margin: 1.5rem;
}

.margin-all-xl {
  margin: 2rem;
}

.margin-vertical-xs {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.margin-vertical-sm {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.margin-vertical-md {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.margin-vertical-lg {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.margin-vertical-xl {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.margin-horizontal-xs {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.margin-horizontal-sm {
  margin-left: 1rem;
  margin-right: 1rem;
}

.margin-horizontal-md {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.margin-horizontal-lg {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.margin-horizontal-xl {
  margin-left: 2rem;
  margin-right: 2rem;
}

.margin-left-auto {
  margin-left: auto;
}

.margin-right-auto {
  margin-right: auto;
}

.margin-top-auto {
  margin-top: auto;
}

.margin-bottom-auto {
  margin-bottom: auto;
}

.padding-bottom-xs {
  padding-bottom: 0.5rem;
}

.padding-bottom-sm {
  padding-bottom: 1rem;
}

.padding-bottom-md {
  padding-bottom: 1.25rem;
}

.padding-bottom-lg {
  padding-bottom: 1.5rem;
}

.padding-bottom-xl {
  padding-bottom: 2rem;
}

.padding-top-xs {
  padding-top: 0.5rem;
}

.padding-top-sm {
  padding-top: 1rem;
}

.padding-top-md {
  padding-top: 1.25rem;
}

.padding-top-lg {
  padding-top: 1.5rem;
}

.padding-top-xl {
  padding-top: 2rem;
}

.padding-left-xs {
  padding-left: 0.5rem;
}

.padding-left-sm {
  padding-left: 1rem;
}

.padding-left-md {
  padding-left: 1.25rem;
}

.padding-left-lg {
  padding-left: 1.5rem;
}

.padding-left-xl {
  padding-left: 2rem;
}

.padding-right-xs {
  padding-right: 0.5rem;
}

.padding-right-sm {
  padding-right: 1rem;
}

.padding-right-md {
  padding-right: 1.25rem;
}

.padding-right-lg {
  padding-right: 1.5rem;
}

.padding-right-xl {
  padding-right: 2rem;
}

.padding-all-xs {
  padding: 0.5rem;
}

.padding-all-sm {
  padding: 1rem;
}

.padding-all-md {
  padding: 1.25rem;
}

.padding-all-lg {
  padding: 1.5rem;
}

.padding-all-xl {
  padding: 2rem;
}

.padding-vertical-xs {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.padding-vertical-sm {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.padding-vertical-md {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.padding-vertical-lg {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.padding-vertical-xl {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.padding-horizontal-xs {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.padding-horizontal-sm {
  padding-left: 1rem;
  padding-right: 1rem;
}

.padding-horizontal-md {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.padding-horizontal-lg {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.padding-horizontal-xl {
  padding-left: 2rem;
  padding-right: 2rem;
}

.drawer-item {
  margin-bottom: 1rem;
  background-color: #F3F3F3;
  border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
}
@media only screen and (min-width: 64.0625rem) {
  .drawer-item:hover, .drawer-item:focus {
    background-color: #e6e6e6;
  }
}
.drawer-item .drawer-header {
  display: block;
  text-decoration: none;
  color: inherit;
  position: relative;
  padding: 1rem;
}
.drawer-item .drawer-header .drawer-title {
  display: block;
  padding-left: 1.5rem;
  line-height: 1.5rem;
}
.drawer-item .drawer-header .drawer-indicator {
  position: absolute;
  left: 1rem;
  top: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
}
.drawer-item .drawer-header .drawer-indicator em, .drawer-item .drawer-header .drawer-indicator i {
  line-height: 1.5rem;
  display: block;
}
.drawer-item .drawer-header.drawer-active .drawer-indicator em, .drawer-item .drawer-header.drawer-active .drawer-indicator i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.drawer-item .drawer-container {
  display: block;
  padding: 1rem;
  border-top: 1px solid rgba(53, 53, 53, 0.2);
}

.faq-item {
  margin-bottom: 1rem;
  border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
}
.faq-item .faq-header {
  display: block;
  text-decoration: none;
  color: inherit;
  position: relative;
  padding: 0.5rem 0rem 0.5rem 0rem;
}
.faq-item .faq-header .faq-title {
  display: block;
  padding-left: 3.5rem;
  line-height: 1.5rem;
  font-weight: 900;
}
.faq-item .faq-header .faq-indicator {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1rem;
  line-height: 1rem;
  background-color: #F3F3F3;
  padding: 0.5rem;
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
}
.faq-item .faq-header .faq-indicator em, .faq-item .faq-header .faq-indicator i {
  line-height: 1.5;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  text-align: center;
}
.faq-item .faq-header.drawer-active .faq-indicator em, .faq-item .faq-header.drawer-active .faq-indicator i {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.faq-item .faq-container {
  display: block;
  padding: 0rem 0 0rem 3.5rem;
}

.delivery-day-order-total-amount {
  float: right;
  font-weight: bold;
}

.msg-inline {
  position: relative;
  line-height: 150%;
  padding: 0.5rem 1rem;
  font-weight: 500;
  display: inline-block;
  border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  margin: 0 auto;
  vertical-align: top;
  padding-left: 2.5rem;
  margin-bottom: 1rem;
  text-align: left;
}
.msg-inline.full-width {
  display: block;
}
.msg-inline.extra-padding {
  padding: 1rem;
  padding-left: 3.5rem;
}
.msg-inline.no-margin {
  margin-bottom: 0;
}
.msg-inline p:last-of-type {
  margin-bottom: 0;
}
.msg-inline:before {
  content: "";
  position: absolute;
  display: block;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 1.25rem;
  text-align: center;
  vertical-align: top;
  margin-right: 0.25rem;
  left: 0.5rem;
  top: 0.5rem;
}
.msg-inline a {
  color: inherit;
}
.msg-inline.error {
  color: #FFFFFF;
  background-color: #E1655A;
}
.msg-inline.error:before {
  color: #FFFFFF;
  content: "\f071";
}
.msg-inline.warning {
  color: #353535;
  background-color: rgba(255, 174, 18, 0.1);
}
.msg-inline.warning:before {
  color: #FFAE12;
  content: "\f06a";
}
.msg-inline.success {
  color: #353535;
  background-color: rgba(10, 103, 55, 0.1);
}
.msg-inline.success:before {
  color: #0A6737;
  content: "\f058";
}
.msg-inline.info {
  color: #353535;
  background-color: rgba(53, 53, 53, 0.1);
}
.msg-inline.info:before {
  color: #353535;
  content: "\f05a";
}

.msg-default {
  position: relative;
  line-height: 1rem;
  padding: 0.125rem 0 0.125rem 0rem;
  font-weight: 500;
  color: #353535;
  text-align: center;
  padding: 1rem;
  border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  font-size: 0.875rem;
  margin-bottom: 2rem;
}
.msg-default.error {
  background-color: #FFFFFF;
  color: #E1655A;
  border: 0.125rem solid #E1655A;
  outline: 0.25rem solid rgba(225, 101, 90, 0.1);
}
.msg-default.error .msg-icon {
  color: #E1655A;
}
.msg-default.warning {
  background-color: #FFFFFF;
  color: #353535;
  border: 0.125rem solid #FFAE12;
  outline: 0.25rem solid rgba(255, 174, 18, 0.1);
}
.msg-default.warning .msg-icon {
  color: #FFAE12;
}
.msg-default.success {
  background-color: #FFFFFF;
  color: #353535;
  border: 0.125rem solid #0A6737;
  outline: 0.25rem solid rgba(10, 103, 55, 0.1);
}
.msg-default.success .msg-icon {
  color: #0A6737;
}
.msg-default.info {
  background-color: #FFFFFF;
  border: 0.125rem solid #353535;
  outline: 0.25rem solid rgba(53, 53, 53, 0.3);
}
.msg-default.info .msg-icon {
  color: #353535;
}
.msg-default .msg-icon {
  display: inline-block;
  margin: 0 auto;
  padding: 0.5rem;
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  font-size: 2rem;
  width: 3rem;
  height: 3rem;
}
.msg-default .msg-icon i, .msg-default .msg-icon em {
  display: block;
}
.msg-default .msg-text {
  display: block;
  margin: 0rem auto 0;
}
@media only screen and (min-width: 64.0625rem) {
  .msg-default .msg-text {
    max-width: 80%;
  }
}
.msg-default .msg-text p:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
}

.dropdown-container {
  position: relative;
}
.dropdown-container.dropdown-active .dropdown-panel {
  display: block;
}
.dropdown-container .dropdown-panel {
  display: none;
  padding: 0.5rem;
  min-width: 14rem;
  background-color: #FFFFFF;
  position: absolute;
  top: 100%;
  z-index: 5;
  color: #353535;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  box-shadow: 0 0.75rem 2rem rgba(53, 53, 53, 0.2);
  -webkit-box-shadow: 0 0.75rem 2rem rgba(53, 53, 53, 0.2);
  -moz-box-shadow: 0 0.75rem 2rem rgba(53, 53, 53, 0.2);
}
.dropdown-container .dropdown-panel.position-right {
  right: 0;
}

.list-menu li a {
  display: block;
  line-height: 1.5rem;
  padding: 0.5rem 0.5rem 0.5rem 2rem;
  color: inherit;
  text-decoration: none;
  border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  position: relative;
}
.list-menu li a:hover, .list-menu li a:focus {
  background-color: #F3F3F3;
}
.list-menu li a.color-red {
  color: #E1655A;
}
.list-menu li a .list-icon {
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
}

.f-zoomInUp {
  animation: 0.2s ease-out 0.1s both f-zoomInUp;
}

.f-zoomOutDown {
  animation: 0.2s ease-out both f-zoomOutDown;
}

@keyframes f-zoomInUp {
  from {
    transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes f-zoomOutDown {
  to {
    transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0;
  }
}
.f-throwOutUp {
  animation: 0.175s ease-out both f-throwOutUp;
}

.f-throwOutDown {
  animation: 0.175s ease-out both f-throwOutDown;
}

@keyframes f-throwOutUp {
  to {
    transform: translate3d(0, -150px, 0);
    opacity: 0;
  }
}
@keyframes f-throwOutDown {
  to {
    transform: translate3d(0, 150px, 0);
    opacity: 0;
  }
}
.f-fadeIn {
  animation: 0.2s ease both f-fadeIn;
  z-index: 2;
}

.f-fadeOut {
  animation: 0.2s ease both f-fadeOut;
  z-index: 1;
}

@keyframes f-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-fadeOut {
  100% {
    opacity: 0;
  }
}
.f-button {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: content-box;
  position: relative;
  margin: 0;
  padding: 0;
  width: var(--f-button-width);
  height: var(--f-button-height);
  border: var(--f-button-border);
  border-radius: var(--f-button-border-radius);
  color: var(--f-button-color);
  background: var(--f-button-bg);
  box-shadow: var(--f-button-shadow);
  pointer-events: all;
  cursor: pointer;
  transition: var(--f-button-transition);
}

@media (hover: hover) {
  .f-button:hover:not([disabled]) {
    color: var(--f-button-hover-color);
    background-color: var(--f-button-hover-bg);
  }
}
.f-button:active:not([disabled]) {
  background-color: var(--f-button-active-bg);
}

.f-button:focus:not(:focus-visible) {
  outline: none;
}

.f-button:focus-visible {
  outline: none;
  box-shadow: inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color));
}

.f-button svg {
  width: var(--f-button-svg-width);
  height: var(--f-button-svg-height);
  fill: var(--f-button-svg-fill);
  stroke: currentColor;
  stroke-width: var(--f-button-svg-stroke-width);
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: opacity 0.15s ease;
  transform: var(--f-button-transform);
  filter: var(--f-button-svg-filter);
  pointer-events: none;
}

.f-button[disabled] {
  cursor: default;
}

.f-button[disabled] svg {
  opacity: var(--f-button-svg-disabled-opacity);
}

html.with-fancybox {
  width: auto;
  overflow: visible;
  scroll-behavior: auto;
}

html.with-fancybox body {
  touch-action: none;
}

html.with-fancybox body.hide-scrollbar {
  width: auto;
  margin-right: calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));
  overflow: hidden !important;
  overscroll-behavior-y: none;
}

.fancybox__container {
  --fancybox-color: $base-font-color;
  --fancybox-hover-color: #fff;
  --fancybox-bg: rgba(0, 0, 0, 0.6);
  --fancybox-slide-gap: 10px;
  --f-spinner-width: 50px;
  --f-spinner-height: 50px;
  --f-spinner-color-1: rgba(255, 255, 255, 0.1);
  --f-spinner-color-2: #bbb;
  --f-spinner-stroke: 3.65;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #f8f8f8;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow: visible;
  z-index: 1050;
  outline: none;
  transform-origin: top left;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  overscroll-behavior-y: contain;
}

.fancybox__container *,
.fancybox__container *::before,
.fancybox__container *::after {
  box-sizing: inherit;
}

.fancybox__backdrop {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background: var(--fancybox-bg);
  opacity: var(--fancybox-opacity, 1);
  will-change: opacity;
}

.fancybox__carousel {
  position: relative;
  box-sizing: border-box;
  flex: 1;
  min-height: 0;
  z-index: 10;
  overflow-y: visible;
  overflow-x: clip;
}

.fancybox__viewport {
  width: 100%;
  height: 100%;
}

.fancybox__track {
  display: flex;
  margin: 0 auto;
  height: 100%;
}

.fancybox__slide {
  flex: 0 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 var(--fancybox-slide-gap) 0 0;
  padding: 0.5rem;
  overflow: auto;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}

.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn {
  padding-top: 40px;
}

.fancybox__slide::before,
.fancybox__slide::after {
  content: "";
  flex: 0 0 0;
  margin: auto;
}

.fancybox__content {
  align-self: center;
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 0;
  padding: 1.5rem;
  max-width: 100%;
  color: var(--fancybox-content-color, #353535);
  background: var(--fancybox-content-bg, #fff);
  cursor: default;
  border-radius: 0;
  z-index: 20;
  border-radius: 1rem;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  box-shadow: 0 0.75rem 2rem rgba(53, 53, 53, 0.2);
  -webkit-box-shadow: 0 0.75rem 2rem rgba(53, 53, 53, 0.2);
  -moz-box-shadow: 0 0.75rem 2rem rgba(53, 53, 53, 0.2);
}

.is-loading .fancybox__caption,
.is-closing .fancybox__caption {
  opacity: 0;
  visibility: hidden;
}

.is-compact .fancybox__caption {
  padding-bottom: 0;
}

.f-button.is-close-btn {
  --f-button-svg-stroke-width: 2;
  position: absolute;
  top: 0;
  right: 8px;
  z-index: 40;
}

.fancybox__content > .f-button.is-close-btn {
  --f-button-width: 34px;
  --f-button-height: 34px;
  --f-button-border-radius: 4px;
  --f-button-color: var(--fancybox-color, #fff);
  --f-button-hover-color: var(--fancybox-color, #fff);
  --f-button-bg: transparent;
  --f-button-hover-bg: transparent;
  --f-button-active-bg: transparent;
  --f-button-svg-width: 22px;
  --f-button-svg-height: 22px;
  position: absolute;
  top: -38px;
  right: 0;
  opacity: 0.75;
}

.is-loading .fancybox__content > .f-button.is-close-btn {
  visibility: hidden;
}

.is-zooming-out .fancybox__content > .f-button.is-close-btn {
  visibility: hidden;
}

.fancybox__content > .f-button.is-close-btn:hover {
  opacity: 1;
}

.fancybox__footer {
  padding: 0;
  margin: 0;
  position: relative;
}

.fancybox__footer .fancybox__caption {
  width: 100%;
  padding: 24px;
  opacity: var(--fancybox-opacity, 1);
  transition: all 0.25s ease;
}

.is-compact .fancybox__footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
  background: rgba(24, 24, 27, 0.5);
}

.is-compact .fancybox__footer .fancybox__caption {
  padding: 12px;
}

.is-compact .fancybox__content > .f-button.is-close-btn {
  --f-button-border-radius: 50%;
  --f-button-color: #fff;
  --f-button-hover-color: #fff;
  --f-button-outline-color: #000;
  --f-button-bg: rgba(0, 0, 0, 0.6);
  --f-button-active-bg: rgba(0, 0, 0, 0.6);
  --f-button-hover-bg: rgba(0, 0, 0, 0.6);
  --f-button-svg-width: 18px;
  --f-button-svg-height: 18px;
  --f-button-svg-filter: none;
  top: 5px;
  right: 5px;
}

.fancybox__nav {
  --f-button-width: 50px;
  --f-button-height: 50px;
  --f-button-border: 0;
  --f-button-border-radius: 50%;
  --f-button-color: var(--fancybox-color);
  --f-button-hover-color: var(--fancybox-hover-color);
  --f-button-bg: transparent;
  --f-button-hover-bg: rgba(24, 24, 27, 0.3);
  --f-button-active-bg: rgba(24, 24, 27, 0.5);
  --f-button-shadow: none;
  --f-button-transition: all 0.15s ease;
  --f-button-transform: none;
  --f-button-svg-width: 26px;
  --f-button-svg-height: 26px;
  --f-button-svg-stroke-width: 2.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.5));
  --f-button-svg-disabled-opacity: 0.65;
  --f-button-next-pos: 1rem;
  --f-button-prev-pos: 1rem;
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__nav .f-button:before {
  position: absolute;
  content: "";
  top: -30px;
  right: -20px;
  left: -20px;
  bottom: -30px;
  z-index: 1;
}

.is-idle .fancybox__nav {
  animation: 0.15s ease-out both f-fadeOut;
}

.is-idle.is-compact .fancybox__footer {
  pointer-events: none;
  animation: 0.15s ease-out both f-fadeOut;
}

.fancybox__slide > .f-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: var(--f-spinner-top, calc(var(--f-spinner-width) * -0.5)) 0 0 var(--f-spinner-left, calc(var(--f-spinner-height) * -0.5));
  z-index: 30;
  cursor: pointer;
}

.fancybox-protected {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
  user-select: none;
}

.fancybox-ghost {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  z-index: 40;
  user-select: none;
  pointer-events: none;
}

.fancybox-focus-guard {
  outline: none;
  opacity: 0;
  position: fixed;
  pointer-events: none;
}

.fancybox__container:not([aria-hidden]) {
  opacity: 0;
}

.fancybox__container.is-animated[aria-hidden=false] > *:not(.fancybox__backdrop, .fancybox__carousel),
.fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel > *:not(.fancybox__viewport),
.fancybox__container.is-animated[aria-hidden=false] .fancybox__slide > *:not(.fancybox__content) {
  animation: 0.25s ease 0.1s backwards f-fadeIn;
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop {
  animation: 0.35s ease backwards f-fadeIn;
}

.fancybox__container.is-animated[aria-hidden=true] > *:not(.fancybox__backdrop, .fancybox__carousel),
.fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel > *:not(.fancybox__viewport),
.fancybox__container.is-animated[aria-hidden=true] .fancybox__slide > *:not(.fancybox__content) {
  animation: 0.15s ease forwards f-fadeOut;
}

.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop {
  animation: 0.35s ease forwards f-fadeOut;
}

.fancybox-placeholder {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.is-compact .fancybox__thumbs {
  --f-thumb-width: 64px;
  --f-thumb-clip-width: 32px;
  --f-thumb-height: 48px;
  --f-thumb-extra-gap: 10px;
}

.fancybox__thumbs.is-hidden {
  max-height: 0px !important;
}

.is-closing .fancybox__thumbs {
  transition: none !important;
}

.dialog-footer {
  padding-top: 1rem;
}

/**
 * DatePickerX
 *
 * Cool light visual date picker on pure JavaScript
 * Browsers support: Chrome 45+, FireFox 40+, Safari 8+, IE 11+, Edge 15+, iOS Safari, Android Google Chrome
 *
 * @author    Alexander Krupko <alex.krupko@ukr.net>
 * @copyright 2016 Alexander Krupko
 * @license   MIT
 * @version   1.1.0
 */
.date-picker-x-container {
  position: relative;
}

.date-picker-x {
  background: #FFFFFF;
  box-sizing: content-box;
  color: #353535;
  display: none;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  box-shadow: 0 0.75rem 2rem rgba(53, 53, 53, 0.2);
  -webkit-box-shadow: 0 0.75rem 2rem rgba(53, 53, 53, 0.2);
  -moz-box-shadow: 0 0.75rem 2rem rgba(53, 53, 53, 0.2);
  padding: 0.5rem;
  position: absolute;
  top: 100%;
  -webkit-transform: translateY(15px);
  transform: translateY(15px);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 308px;
  z-index: 1;
}

.date-picker-x * {
  margin: 0;
  padding: 0;
}

.date-picker-x::before {
  border-color: #FFFFFF transparent;
  border-style: solid;
  border-width: 0 0.5rem 0.5rem;
  bottom: 100%;
  content: "";
  left: 1rem;
  position: absolute;
}

.date-picker-x.to-top {
  bottom: 100%;
  top: auto;
  -webkit-transform: translateY(-15px);
  transform: translateY(-15px);
}

.date-picker-x.to-top::before {
  border-width: 10px 10px 0;
  bottom: auto;
  top: 100%;
}

.date-picker-x.active {
  display: block;
}

.date-picker-x * {
  box-sizing: border-box;
}

.date-picker-x button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  color: inherit;
  cursor: pointer;
  font: inherit;
}

.date-picker-x button:hover,
.date-picker-x button:focus-visible {
  box-shadow: inset 0 0 0 2px #3385ff, inset 0 0 0 4px #444;
  outline: none;
}

.date-picker-x button:disabled {
  color: #666;
  cursor: default;
  box-shadow: none;
}

.date-picker-x .dpx-title-box {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 45px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 10px;
}

.date-picker-x .dpx-prev,
.date-picker-x .dpx-next {
  color: #353535;
  font-size: 22px;
  line-height: 50px;
  text-align: center;
  transition: 0.2s;
  width: 50px;
}

.date-picker-x .dpx-prev:enabled:hover,
.date-picker-x .dpx-next:enabled:hover {
  color: #fff;
}

.date-picker-x .dpx-prev:not(:focus-visible),
.date-picker-x .dpx-next:not(:focus-visible) {
  box-shadow: none !important;
}

.date-picker-x .dpx-title {
  color: inherit !important;
  font-size: 18px;
  line-height: 40px;
  padding: 0 10px;
}

.date-picker-x .dpx-title:not(:focus-visible) {
  box-shadow: none !important;
}

.date-picker-x .dpx-content-box {
  box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 288px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 10px;
}

.date-picker-x .dpx-btns {
  border-top: 1px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
}

.date-picker-x .dpx-btns .dpx-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
  height: 30px !important;
}

.date-picker-x .dpx-item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 25%;
  flex: 1 0 25%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.date-picker-x .dpx-weekday {
  font-size: 15px;
  height: 24px !important;
}

.date-picker-x[data-dpx-type=day] .dpx-item {
  -ms-flex-preferred-size: 44px;
  flex-basis: 44px;
  height: 44px;
}

.date-picker-x .dpx-current {
  box-shadow: inset 0 0 0 2px #66a3ff !important;
}

.date-picker-x .dpx-selected {
  background: #0A6737;
  color: #FFFFFF;
}

.date-picker-x .dpx-weekend {
  color: #E1655A;
}

.date-picker-x .dpx-out {
  color: #bbb;
}

.table-container.scrollable {
  overflow: auto;
}
@media only screen and (min-width: 64.0625rem) {
  .table-container.scrollable {
    overflow: initial;
  }
}

table.default-table {
  border-collapse: collapse;
  width: 100%;
  table-layout: auto;
  background-color: #FFFFFF;
}
table.default-table caption {
  position: absolute;
  font-size: 0;
}
table.default-table thead tr th {
  font-weight: 900;
  color: #353535;
}
table.default-table thead tr th, table.default-table thead tr td {
  padding: 0.5rem 0.5rem;
  line-height: 1.5rem;
  border-bottom: 1px solid rgba(53, 53, 53, 0.2);
  background-color: rgba(53, 53, 53, 0.075);
  vertical-align: top;
  white-space: nowrap;
  text-align: left;
}
table.default-table thead tr th.text-align-right, table.default-table thead tr td.text-align-right {
  text-align: right;
}
table.default-table thead tr th a, table.default-table thead tr td a {
  color: inherit;
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
  line-height: 1.25rem;
  padding: 0.25rem 0;
}
table.default-table thead tr th a:hover, table.default-table thead tr th a:focus, table.default-table thead tr td a:hover, table.default-table thead tr td a:focus {
  text-decoration: underline;
}
table.default-table tfoot tr th, table.default-table tfoot tr td {
  padding: 0.5rem 0.5rem calc(0.5rem - 1px);
  line-height: 1.5rem;
  background-color: #FFFFFF;
  vertical-align: top;
}
table.default-table tfoot tr th a, table.default-table tfoot tr td a {
  color: inherit;
  display: inline-block;
}
table.default-table tbody tr th, table.default-table tbody tr td {
  border-bottom: 1px solid rgba(53, 53, 53, 0.2);
  padding: 0.5rem 0.5rem calc(0.5rem - 1px);
  line-height: 1.5rem;
  vertical-align: top;
}
table.default-table tbody tr th a.table-link, table.default-table tbody tr td a.table-link {
  color: #0A6737;
  display: inline-block;
  text-decoration: underline;
}
table.default-table tbody tr th a.table-link:hover, table.default-table tbody tr th a.table-link:focus, table.default-table tbody tr td a.table-link:hover, table.default-table tbody tr td a.table-link:focus {
  text-decoration: none;
}
table.default-table tbody tr:hover th, table.default-table tbody tr:hover td {
  background-color: rgba(243, 243, 243, 0.5);
}

#header {
  padding: 1rem 0;
}

#logo a {
  display: block;
  height: 7.5rem;
}
@media only screen and (max-width: 36rem), only screen and (min-width: 36.0625rem) and (max-width: 56rem) {
  #logo a {
    height: 4rem;
  }
}
#logo a img {
  height: 100%;
  vertical-align: top;
}

#background {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  min-height: 55rem;
  background-position: center top;
  object-fit: cover;
  background-size: cover;
  z-index: -1;
}
@media only screen and (max-width: 36rem) {
  #background {
    min-height: 20rem;
  }
}
#background img {
  object-fit: cover;
  object-position: top center;
}
#background.bg_oranges {
  background-image: url("../images/bg_oranges.webp");
}
#background.bg_apples {
  background-image: url("../images/apples.webp");
}
#background.bg_berries {
  background-image: url("../images/berries.webp");
}

#footer {
  background-color: #0A6737;
  color: #FFFFFF;
}
#footer:before {
  content: url("../images/wave-footer.svg");
  display: block;
}

.footer-content {
  padding: 4rem 0 0;
}
.footer-content a:link, .footer-content a:visited {
  color: inherit;
  text-decoration: none;
  display: block;
}
.footer-content a:hover {
  text-decoration: underline;
}

.footer-logo-tfp {
  width: 6rem;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 56.0625rem) {
  .footer-logo-tfp {
    width: 9rem;
    margin-left: inherit;
    margin-right: inherit;
    margin-bottom: 2rem;
  }
}
.footer-logo-tfp img {
  width: 100%;
}

.footer-logo-carbon {
  width: 6rem;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 56.0625rem) {
  .footer-logo-carbon {
    width: 9rem;
    margin-left: inherit;
    margin-right: inherit;
  }
}
.footer-logo-carbon img {
  width: 100%;
}

.footer-divider {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  height: 0.375rem;
  margin: 2rem 0;
}

.footer-legal {
  padding-bottom: 6rem;
}
.footer-legal p {
  margin-bottom: 0;
}
.footer-legal button.btn-icon-only {
  color: #FFFFFF;
}
.footer-legal .social-list {
  text-align: center;
}
.footer-legal .social-copy {
  text-align: center;
}
@media only screen and (min-width: 56.0625rem) {
  .footer-legal .social-copy {
    text-align: left;
  }
}

#footer-agent .footer-divider {
  border-top: 1px solid rgba(53, 53, 53, 0.2);
  border-bottom: 1px solid rgba(53, 53, 53, 0.2);
  height: 0.375rem;
  margin: 2rem 0;
}
#footer-agent .footer-legal {
  padding-bottom: 6rem;
}
#footer-agent .footer-legal p {
  margin-bottom: 0;
}
#footer-agent .footer-legal button.btn-icon-only {
  color: #353535;
}
#footer-agent .footer-legal .social-list {
  text-align: center;
}
#footer-agent .footer-legal .social-copy {
  text-align: center;
}
@media only screen and (min-width: 56.0625rem) {
  #footer-agent .footer-legal .social-copy {
    text-align: left;
  }
}

/* Progress Steps */
#progress-panel-container {
  display: none;
}
@media only screen and (min-width: 36.0625rem) {
  #progress-panel-container {
    display: block;
  }
}

.progress-step {
  display: block;
  position: relative;
  line-height: 1.5rem;
  padding: 0.25rem 0 0.25rem 3rem;
  margin-bottom: 1rem;
}
.progress-step:before {
  content: "";
  height: 2rem;
  width: 2rem;
  background-color: rgba(53, 53, 53, 0.1);
  left: 0;
  top: 0;
  display: block;
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  position: absolute;
}
.progress-step:after {
  content: "";
  height: 2rem;
  width: 2rem;
  left: 0;
  top: 0;
  display: block;
  position: absolute;
  left: 0.25rem;
  top: 0.25rem;
  line-height: 1.5rem;
  width: 1.5rem;
  text-align: center;
}
.progress-step.status-current:before {
  background-color: rgba(10, 103, 55, 0.1);
}
.progress-step.status-current:after {
  content: "\f304";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #0A6737;
  height: 1.5rem;
  width: 1.5rem;
  display: block;
  vertical-align: top;
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.progress-step.status-complete:before {
  background-color: #0a6737;
}
.progress-step.status-complete:after {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #FFFFFF;
}

#sticky-tag {
  position: fixed;
  right: 0;
  bottom: 2rem;
  z-index: 2;
}

.tag-trigger {
  display: block;
}
.tag-trigger a {
  display: block;
  background-color: #E1655A;
  color: #FFFFFF;
  font-size: 0;
  padding: 0.5rem 1rem;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0.5rem;
  -webkit-border-top-left-radius: 0.5rem;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0.5rem;
  -moz-border-radius-topleft: 0.5rem;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0.5rem;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-shadow: 0 0.75rem 2rem rgba(53, 53, 53, 0.2);
  -webkit-box-shadow: 0 0.75rem 2rem rgba(53, 53, 53, 0.2);
  -moz-box-shadow: 0 0.75rem 2rem rgba(53, 53, 53, 0.2);
}
@media only screen and (min-width: 56.0625rem) {
  .tag-trigger a:hover, .tag-trigger a:focus {
    box-shadow: 0 0.25rem 1rem rgba(53, 53, 53, 0.5);
    -webkit-box-shadow: 0 0.25rem 1rem rgba(53, 53, 53, 0.5);
    -moz-box-shadow: 0 0.25rem 1rem rgba(53, 53, 53, 0.5);
  }
}
.tag-trigger a:hover .tag-icon, .tag-trigger a:focus .tag-icon {
  margin-right: 1rem;
}
.tag-trigger a .tag-text {
  display: inline-block;
  font-size: 1rem;
  line-height: 2rem;
  font-family: "Reglo", Sans-Serif;
}
.tag-trigger a .tag-icon {
  display: inline-block;
  font-size: 1rem;
  line-height: 2rem;
  margin-left: 0.5rem;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#sticky-tag-container {
  position: fixed;
  right: 0;
  bottom: 1rem;
  z-index: 2;
  background-color: #FFFFFF;
  box-shadow: 0 0.75rem 4rem rgba(53, 53, 53, 0.4);
  -webkit-box-shadow: 0 0.75rem 4rem rgba(53, 53, 53, 0.4);
  -moz-box-shadow: 0 0.75rem 4rem rgba(53, 53, 53, 0.4);
  padding: 1.5rem;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0.5rem;
  -webkit-border-top-left-radius: 0.5rem;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0.5rem;
  -moz-border-radius-topleft: 0.5rem;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0.5rem;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 22rem;
  right: -28rem;
}
#sticky-tag-container .sticky-close-tag {
  position: absolute;
  right: 1.5rem;
  top: 1.5rem;
}
@media only screen and (min-width: 56.0625rem) {
  #sticky-tag-container {
    width: 28rem;
    right: -34rem;
    bottom: 1rem;
  }
}
#sticky-tag-container.visible {
  right: 0;
}
#sticky-tag-container img {
  width: 100%;
  max-width: 15rem;
}

.tag-title {
  font-family: "Reglo", Sans-Serif;
  font-size: 1.5rem;
  line-height: 2rem;
  padding: 0.25rem 0;
  color: #E1655A;
}
@media only screen and (min-width: 56.0625rem) {
  .tag-title {
    font-size: 2rem;
    line-height: 2rem;
  }
}

@media only screen and (max-width: 36rem), only screen and (min-width: 36.0625rem) and (max-width: 56rem), only screen and (min-width: 56.0625rem) and (max-width: 64rem) {
  #nav-list li {
    display: block;
    width: 100%;
  }
}

a.nav-link {
  display: block;
  line-height: 1.5rem;
  padding: 0.5rem 1rem;
  text-decoration: none;
  display: block;
  color: inherit;
}
a.nav-link:hover, a.nav-link:focus {
  text-decoration: underline;
}
a.nav-link.selected {
  color: #0A6737;
  background-color: rgba(10, 103, 55, 0.1);
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
}

#nav-bar {
  text-align: right;
  display: none;
}
@media only screen and (min-width: 64.0625rem) {
  #nav-bar {
    display: block !important;
  }
}
@media only screen and (max-width: 36rem), only screen and (min-width: 36.0625rem) and (max-width: 56rem), only screen and (min-width: 56.0625rem) and (max-width: 64rem) {
  #nav-bar {
    text-align: center;
    background-color: #FFFFFF;
    border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    box-shadow: 0 0.75rem 2rem rgba(53, 53, 53, 0.2);
    -webkit-box-shadow: 0 0.75rem 2rem rgba(53, 53, 53, 0.2);
    -moz-box-shadow: 0 0.75rem 2rem rgba(53, 53, 53, 0.2);
    margin: 1rem auto;
    padding: 2rem;
    max-width: calc(100vw - 2rem);
    position: absolute;
    z-index: 3;
  }
}
@media only screen and (min-width: 36.0625rem) and (max-width: 56rem), only screen and (min-width: 56.0625rem) and (max-width: 64rem) {
  #nav-bar {
    margin: 0rem 0rem 0rem auto;
    max-width: 20rem;
    right: 1rem;
  }
}

.account-buttons {
  min-width: 172px;
  margin-left: 1rem;
}
@media only screen and (max-width: 36rem), only screen and (min-width: 36.0625rem) and (max-width: 56rem), only screen and (min-width: 56.0625rem) and (max-width: 64rem) {
  .account-buttons {
    margin: 1rem 0;
  }
}

/* ADDRESS LOOKUP */
#hero-address-lookup {
  margin: 0 auto;
  text-align: center;
  padding: 4rem 0;
}
#hero-address-lookup #hero-address-header {
  margin: 0 auto;
  padding: 0 2rem;
}
@media only screen and (min-width: 56.0625rem) {
  #hero-address-lookup #hero-address-header {
    padding: 0 0;
    max-width: 40rem;
  }
}
#hero-address-lookup #hero-address-input {
  max-width: 30rem;
  margin: 0 auto;
}
#hero-address-lookup #hero-address-action {
  margin: 2rem 0;
}

#address-lookup {
  padding: 0.5rem;
  background-color: #FFFFFF;
  margin: 0 auto;
  display: block;
  border-radius: 3rem;
  -webkit-border-radius: 3rem;
  -moz-border-radius: 3rem;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-shadow: 0 0.75rem 2rem rgba(53, 53, 53, 0.2);
  -webkit-box-shadow: 0 0.75rem 2rem rgba(53, 53, 53, 0.2);
  -moz-box-shadow: 0 0.75rem 2rem rgba(53, 53, 53, 0.2);
}
@media only screen and (min-width: 56.0625rem) {
  #address-lookup:hover {
    box-shadow: 0 0.25rem 1rem rgba(53, 53, 53, 0.5);
    -webkit-box-shadow: 0 0.25rem 1rem rgba(53, 53, 53, 0.5);
    -moz-box-shadow: 0 0.25rem 1rem rgba(53, 53, 53, 0.5);
  }
}
#address-lookup .error-message {
  position: absolute;
  padding: 0.2rem;
  margin-top: 10px;
  color: red;
}

/* SERVICES */
#home-services {
  position: relative;
  padding: 2rem 0;
  overflow: hidden;
}
@media only screen and (min-width: 72.0625rem) {
  #home-services {
    padding: 4rem 0;
    overflow: hidden;
  }
}

.asset-apple-group {
  z-index: 0;
  position: absolute;
  left: -6rem;
  top: 24rem;
}
@media only screen and (min-width: 56.0625rem) {
  .asset-apple-group {
    left: -24rem;
    top: 6rem;
  }
}
.asset-apple-group img {
  height: 50%;
  width: 50%;
}
@media only screen and (min-width: 56.0625rem) {
  .asset-apple-group img {
    height: auto;
    width: auto;
  }
}

.asset-apple {
  z-index: 0;
  position: absolute;
  right: -10rem;
  top: 4rem;
}
@media only screen and (min-width: 56.0625rem) {
  .asset-apple {
    right: -10rem;
    top: -6rem;
  }
}
.asset-apple img {
  height: 50%;
  width: 50%;
}
@media only screen and (min-width: 56.0625rem) {
  .asset-apple img {
    height: auto;
    width: auto;
  }
}

.service-intro {
  text-align: center;
}
.service-intro h2 {
  margin-bottom: 1rem;
}
@media only screen and (max-width: 36rem) {
  .service-intro {
    padding: 0 2rem;
  }
}
@media only screen and (min-width: 56.0625rem) {
  .service-intro {
    text-align: left;
  }
}

.service-container a {
  display: block;
  color: inherit;
  text-decoration: none;
  background-color: #FAF8F4;
  padding: 2rem;
  height: 100%;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  top: 0;
}
.service-container a:hover, .service-container a:focus {
  background-color: #f4efe6;
  top: -0.5rem;
}
.service-container .service-text {
  display: block;
  position: relative;
  margin-top: 1rem;
  line-height: 150%;
}
.service-container .service-text .service-image {
  height: 4rem;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}
.service-container .service-text .service-image img {
  height: 100%;
}
.service-container .service-text h3 {
  display: block;
}
.service-container .service-text h3 span {
  display: block;
}
.service-container .service-text p {
  display: block;
  margin-bottom: 0;
}

/* CATEGORIES */
.home-categories-header {
  text-align: center;
}
.home-categories-header h2 {
  color: #0A6737;
}

.home-categories-options {
  padding: 4rem 0;
}

a.category-link {
  display: block;
  color: inherit;
  position: relative;
  text-decoration: none;
  text-align: center;
}
a.category-link:hover .category-image:before, a.category-link:focus .category-image:before {
  height: 12rem;
  width: 12rem;
}
a.category-link:hover .category-image img, a.category-link:focus .category-image img {
  transform: scale(1.1);
}
a.category-link .category-image {
  display: block;
  margin: 0 auto;
  position: relative;
}
a.category-link .category-image:before {
  content: "";
  background-color: #f4efe6;
  position: absolute;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  height: 1rem;
  width: 1rem;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: -1;
}
a.category-link .category-image img {
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a.category-link .category-label {
  display: block;
  font-family: "Reglo", Sans-Serif;
  font-size: 1.375rem;
  line-height: 2rem;
  margin-top: -1rem;
}
@media only screen and (min-width: 56.0625rem) {
  a.category-link .category-label {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

/* CUSTOMERS */
#module-customers {
  padding: 0 0 4rem;
}
@media only screen and (min-width: 36.0625rem) {
  #module-customers {
    padding: 2rem 0 4rem;
  }
}

.client-logo {
  height: 2.5rem;
  display: block;
  text-align: center;
  padding: 0.25rem;
  box-sizing: border-box;
}
@media only screen and (min-width: 36.0625rem) {
  .client-logo {
    height: 3rem;
    padding: 0;
  }
}
.client-logo img {
  height: 100%;
}

/* WHY US */
#module-whyus {
  background-color: #FAF8F4;
  position: relative;
}
#module-whyus:before {
  content: url("../images/wave-top.svg");
  display: block;
}
#module-whyus:after {
  content: url("../images/wave-bottom.svg");
  display: block;
  vertical-align: bottom;
  margin-bottom: 0rem;
  line-height: 0;
}

.whyus-image {
  width: 14rem;
  margin: -4rem auto 0;
  position: relative;
}
@media only screen and (min-width: 36.0625rem) {
  .whyus-image {
    width: 14rem;
    position: absolute;
    right: 1rem;
    top: -4rem;
  }
}
@media only screen and (min-width: 56.0625rem) {
  .whyus-image {
    position: absolute;
    right: 1rem;
    top: -8rem;
    width: 20rem;
  }
}

.whyus-content {
  padding: 2rem 0 4rem;
  text-align: center;
}
@media only screen and (min-width: 36.0625rem) {
  .whyus-content {
    padding: 4rem 0;
    text-align: left;
  }
}
@media only screen and (min-width: 56.0625rem) {
  .whyus-content {
    padding: 4rem 0 0;
  }
}

.whyus-fruit {
  position: absolute;
  right: 2rem;
  bottom: -4rem;
  width: 12rem;
}
.whyus-fruit img {
  width: 100%;
}
@media only screen and (min-width: 36.0625rem) {
  .whyus-fruit {
    width: 16rem;
    right: 1rem;
    bottom: -10rem;
  }
}
@media only screen and (min-width: 56.0625rem) {
  .whyus-fruit {
    width: 16rem;
    right: 1rem;
    bottom: -10rem;
  }
}

ul.list-benefits li {
  margin-bottom: 1rem;
  line-height: 1.5rem;
  padding: 0.5rem 0 0.5rem 3rem;
  position: relative;
  text-align: left;
}
ul.list-benefits li:before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #0A6737;
  background-color: rgba(10, 103, 55, 0.1);
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  line-height: 2.5rem;
  font-size: 1.25rem;
  width: 2.5rem;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  position: absolute;
  left: 0;
  top: 0;
}

/* TESTIMONIALS */
.rating-value {
  font-size: 1.5rem;
  font-weight: 900;
  color: #FFAE12;
}

.rating-stars {
  color: #FFAE12;
  font-size: 1.5rem;
  margin: 0 0.5rem;
}

a.rating-link {
  color: inherit;
}
a.rating-link:hover, a.rating-link:focus {
  text-decoration: none;
}

.testimonial-container {
  margin-left: -1rem;
  margin-right: -1rem;
}
.testimonial-container .tns-ovh {
  overflow: hidden;
}
.testimonial-container .tns-ovh:after {
  content: "";
  background: linear-gradient(270deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  right: 0rem;
  top: 0;
  bottom: 0;
  width: 1rem;
  z-index: 1;
  display: none;
}
@media only screen and (min-width: 56.0625rem) {
  .testimonial-container .tns-ovh:after {
    width: 2rem;
    right: -1rem;
    display: none;
  }
}
.testimonial-container .tns-ovh:before {
  content: "";
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  left: 0rem;
  top: 0;
  bottom: 0;
  width: 1rem;
  display: none;
  z-index: 1;
}
@media only screen and (min-width: 56.0625rem) {
  .testimonial-container .tns-ovh:before {
    width: 2rem;
    left: -1rem;
    display: none;
  }
}

#module-testimonials {
  padding: 4rem 0;
}

.my-testimonials .slide {
  padding: 1rem 0 2.5rem 0;
  overflow: visible;
}

.testimonial-card {
  padding: 1.5rem;
  background-color: #FFFFFF;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-shadow: 0 0.375rem 1rem rgba(53, 53, 53, 0.2);
  -webkit-box-shadow: 0 0.375rem 1rem rgba(53, 53, 53, 0.2);
  -moz-box-shadow: 0 0.375rem 1rem rgba(53, 53, 53, 0.2);
}
.testimonial-card .testimonial-footer .testimonial-profile-avatar {
  height: 3rem;
  width: 3rem;
  text-align: center;
  overflow: hidden;
  border-radius: 1.5rem;
  -webkit-border-radius: 1.5rem;
  -moz-border-radius: 1.5rem;
  line-height: 3rem;
  background-color: #0A6737;
  color: #FFFFFF;
  font-size: 1.5rem;
  font-family: arial;
}
.testimonial-card .testimonial-footer .testimonial-profile-avatar img {
  width: 100%;
  display: block;
}
.testimonial-card .testimonial-footer .testimonial-profile-name {
  font-weight: bold;
  margin-left: 0.5rem;
  line-height: 1.5rem;
}
.testimonial-card .testimonial-footer .testimonial-profile-period {
  font-size: 0.875rem;
  margin-left: 0.5rem;
  line-height: 1.5rem;
}
.testimonial-card .testimonial-footer .testimonial-rating {
  color: #FFAE12;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

/* BLOG */
#module-blog {
  padding: 2rem 0;
}

/* SUSTAINABILITY */
#module-sustainable {
  padding: 4rem 0;
}

.container-sustainability {
  background-color: #FAF8F4;
  padding: 2rem;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
}

.sustainable-image {
  width: 4.5rem;
  margin: 0 auto;
}
.sustainable-image img {
  width: 100%;
}

.sustainable-text {
  margin-top: 1rem;
  text-align: center;
}

.section-icon {
  line-height: 2rem;
  width: 2rem;
  text-align: center;
  font-size: 1rem;
  background-color: rgba(53, 53, 53, 0.1);
  display: block;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  margin-right: 1rem;
}
.section-icon i, .section-icon span, .section-icon em {
  display: block;
  line-height: 2rem;
}

.form-section {
  margin-top: 2rem;
}

.call-out {
  background-color: #F3F3F3;
  padding: 1rem;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  position: relative;
  margin-top: 1rem;
  margin-bottom: 1rem;
  line-height: 150%;
}
.call-out:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-color: transparent transparent #F3F3F3 transparent;
  top: -0.5rem;
  left: 1rem;
  position: absolute;
}

.highlight-box {
  background-color: #F3F3F3;
  padding: 1rem;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  position: relative;
  line-height: 150%;
}

.account-number-output {
  display: block;
  font-size: 2rem;
  line-height: 2.5rem;
  margin-bottom: 1rem;
}

.day-container {
  background-color: #F3F3F3;
  line-height: 2rem;
  padding: 0.25rem 0.75rem;
  border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  display: block;
  margin: 0 0.25rem 0.5rem;
}

.container-cream {
  background-color: #FAF8F4;
  padding: 1.5rem;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  margin: 0 auto 1rem;
}

.container-sample-box {
  background-color: #FAF8F4;
  padding: 1.5rem;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  margin: 0 auto 1rem;
  text-align: center;
}
@media only screen and (min-width: 36.0625rem) {
  .container-sample-box {
    text-align: left;
  }
}
.container-sample-box .sample-box-image {
  display: block;
  max-width: 10rem;
  margin: 0 auto;
}
.container-sample-box .sample-box-image img {
  width: 100%;
  vertical-align: top;
}

#category-panel {
  position: fixed;
  left: -24rem;
  top: 0;
  bottom: 0;
  background-color: #FFFFFF;
  width: 20rem;
  padding: 1.5rem;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-shadow: 0 0.75rem 4rem rgba(53, 53, 53, 0.4);
  -webkit-box-shadow: 0 0.75rem 4rem rgba(53, 53, 53, 0.4);
  -moz-box-shadow: 0 0.75rem 4rem rgba(53, 53, 53, 0.4);
  z-index: 5;
  overflow: auto;
}
#category-panel.active {
  left: 0;
  width: 20rem;
}
@media only screen and (min-width: 36.0625rem) {
  #category-panel {
    background-color: transparent;
    -webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    -ms-transition: all 0s ease;
    -o-transition: all 0s ease;
    transition: all 0s ease;
    display: block !important;
    position: relative;
    left: auto;
    top: auto;
    bottom: auto;
    float: left;
    width: 16rem;
    box-shadow: 0 0 0 transparent;
    -webkit-box-shadow: 0 0 0 transparent;
    -moz-box-shadow: 0 0 0 transparent;
    padding: 0;
    overflow: visible;
  }
  #category-panel.active {
    left: 0;
    width: 16rem;
  }
}
#category-panel #category-panel-close {
  position: absolute;
  right: 1.25rem;
  top: 1.25rem;
}
@media only screen and (min-width: 36.0625rem) {
  #category-panel #category-panel-close {
    display: none;
  }
}

#module-free-sample-box a.sample-fruitbox-link {
  display: block;
  background-color: #0A6737;
  color: #FFFFFF;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  display: block;
  text-decoration: none;
  position: relative;
  padding: 1rem 1.5rem 1rem;
}
#module-free-sample-box a.sample-fruitbox-link .sample-fruitbox-bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 4rem;
  display: block;
  z-index: 0;
}
#module-free-sample-box a.sample-fruitbox-link .sample-fruitbox-bg img {
  width: 100%;
}
#module-free-sample-box a.sample-fruitbox-link .sample-fruitbox-image {
  max-width: 15rem;
  margin: 0rem auto;
  display: block;
  z-index: 1;
  position: relative;
}
#module-free-sample-box a.sample-fruitbox-link .sample-fruitbox-image img {
  margin: 0 auto;
  width: 100%;
}
#module-free-sample-box a.sample-fruitbox-link .sample-fruitbox-text {
  text-align: center;
  display: block;
  font-family: "Reglo", Sans-Serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
@media only screen and (min-width: 36.0625rem) {
  #module-free-sample-box a.sample-fruitbox-link .sample-fruitbox-text {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media only screen and (min-width: 36.0625rem) {
  #category-panel-btn,
  #filter-panel-btn {
    display: none;
  }
}

#product-filter-options {
  margin-top: 1rem;
}
@media only screen and (min-width: 36.0625rem) {
  #product-filter-options {
    margin-top: 0;
    margin-left: 1rem;
  }
}

@media only screen and (min-width: 36.0625rem) {
  #products-panel {
    float: right;
    width: calc(100% - 18rem);
  }
}

/* Order Panel */
#order-panel-bg {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  z-index: 5;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  pointer-events: none;
}
#order-panel-bg.active {
  background-color: rgba(53, 53, 53, 0.6);
  pointer-events: auto;
}

#order-panel {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #FFFFFF;
  box-shadow: 0 0.75rem 4rem rgba(53, 53, 53, 0.4);
  -webkit-box-shadow: 0 0.75rem 4rem rgba(53, 53, 53, 0.4);
  -moz-box-shadow: 0 0.75rem 4rem rgba(53, 53, 53, 0.4);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100vw;
  z-index: 5;
  right: -120vw;
}
@media only screen and (min-width: 56.0625rem) {
  #order-panel {
    width: 40rem;
    right: -44rem;
  }
}
#order-panel.active {
  right: 0;
}
#order-panel #order-panel-content {
  padding: 1rem;
  position: relative;
  overflow: auto;
  height: 100%;
  padding-bottom: 8rem;
  box-sizing: border-box;
}
@media only screen and (min-width: 36.0625rem) {
  #order-panel #order-panel-content {
    padding: 1.5rem;
    padding-bottom: 10rem;
  }
}
#order-panel #order-panel-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #FFFFFF;
  padding: 1rem;
}
@media only screen and (min-width: 36.0625rem) {
  #order-panel #order-panel-footer {
    padding: 1.5rem;
  }
}
#order-panel #order-panel-footer:before {
  content: "";
  height: 2rem;
  position: absolute;
  left: 0;
  top: -2rem;
  right: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
}

.delivery-day-container {
  border: 1px solid rgba(53, 53, 53, 0.2);
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  margin-top: 1rem;
}
.delivery-day-container .delivery-day-header {
  background-color: #F3F3F3;
  padding: 1rem 1rem 1rem 2rem;
  position: relative;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0.5rem;
  -webkit-border-top-right-radius: 0.5rem;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 0.5rem;
  -moz-border-radius-topright: 0.5rem;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
}
.delivery-day-container .delivery-day-header.no-toggle {
  padding-left: 1rem;
}
.delivery-day-container .delivery-day-header .delivery-day-toggle {
  position: absolute;
  left: -1rem;
  top: 1.25rem;
}
.delivery-day-container .delivery-day-header .delivery-day-toggle button {
  padding: 0.1875rem;
  background-color: #FFFFFF;
  border: 1px solid rgba(53, 53, 53, 0.2);
}
.delivery-day-container .delivery-day-header .delivery-day-toggle button .fa-minus {
  display: block;
}
.delivery-day-container .delivery-day-header .delivery-day-toggle button .fa-plus {
  display: none;
}
.delivery-day-container .delivery-day-header .delivery-day-toggle button.btn-active .fa-minus {
  display: none;
}
.delivery-day-container .delivery-day-header .delivery-day-toggle button.btn-active .fa-plus {
  display: block;
}
.delivery-day-container .delivery-day-header p {
  margin-bottom: 0;
}
.delivery-day-container .delivery-day-content {
  padding: 1rem;
}
.delivery-day-container .delivery-day-order-items {
  margin-bottom: 1rem;
  border-bottom: 1px solid rgba(53, 53, 53, 0.1);
  padding-bottom: 1rem;
}
.delivery-day-container .delivery-day-order-total.collapsed-day .delivery-day-order-count {
  display: block;
}
.delivery-day-container .delivery-day-order-total .delivery-day-order-count {
  line-height: 150%;
  color: #828282;
  display: none;
}
.delivery-day-container .delivery-day-order-total .delivery-day-order-vat {
  line-height: 150%;
}
.delivery-day-container .delivery-day-order-total .delivery-day-order-total-value {
  text-align: right;
  display: block;
  font-weight: 900;
  font-size: 1.5rem;
  line-height: 150%;
}
.delivery-day-container .delivery-day-order-total .delivery-day-order-total-info {
  text-align: right;
  display: block;
  line-height: 150%;
}

.delivery-item {
  position: relative;
  margin-bottom: 1rem;
}
.delivery-item .delivery-item-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 4.5rem;
}
.delivery-item .delivery-item-image img {
  width: 100%;
}
.delivery-item .delivery-item-content {
  margin-left: 5.5rem;
}
.delivery-item .delivery-item-content .delivery-item-title {
  display: block;
  line-height: 1.25rem;
  padding: 0.25rem 0 0.75rem;
}
.delivery-item .delivery-item-content .delivery-item-qty-value {
  color: rgba(53, 53, 53, 0.5);
}
.delivery-item .delivery-item-content .delivery-item-remove {
  margin-left: 0.5rem;
}
.delivery-item .delivery-item-content .delivery-item-value-total {
  text-align: right;
  font-weight: bold;
}

.line-item {
  position: relative;
  margin: 0.5rem 0;
  padding: 0.5rem 0;
  border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
}
.line-item .line-item-description {
  display: block;
  line-height: 1.25rem;
  padding: 0.25rem 0 0.25rem;
  font-style: italic;
  padding-left: 2rem;
  position: relative;
}
.line-item .line-item-description i {
  position: absolute;
  left: 0;
  top: 0rem;
  line-height: 1.25rem;
  padding: 0.25rem 0 0.25rem;
  display: block;
}
.line-item .line-item-price {
  text-align: right;
  font-weight: bold;
  line-height: 1.25rem;
  padding: 0.25rem 0 0.25rem;
}

/* Delivery Address */
#module-delivery-address h3 {
  margin-bottom: 0.5rem;
}
#module-delivery-address #container-delivery-address {
  line-height: 1.5rem;
  margin-left: 1rem;
}
#module-delivery-address #container-delivery-address #current-delivery-address {
  margin-bottom: 1rem;
}

/* Categories */
#module-categories {
  margin-bottom: 2rem;
}

.category-parent {
  display: block;
  position: relative;
}

.category-children {
  display: block;
  position: relative;
  margin-left: 1.5rem;
  margin-bottom: 1rem;
}

a.category-nav-link {
  display: block;
  color: inherit;
  text-decoration: none;
  margin-right: 2.5rem;
  text-align: left;
  line-height: 150%;
  padding: 0.5rem 0;
}
a.category-nav-link:hover {
  text-decoration: underline;
  color: #0A6737;
}

a.category-toggle {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  text-decoration: none;
  color: inherit;
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
}
a.category-toggle.category-active i, a.category-toggle.category-active span, a.category-toggle.category-active em {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
a.category-toggle:hover {
  background-color: #F3F3F3;
}
a.category-toggle i, a.category-toggle span, a.category-toggle em {
  display: block;
  line-height: 150%;
  padding: 0.5rem;
  vertical-align: top;
  min-width: 2.5rem;
  text-align: center;
}

.module-divider {
  height: 1px;
  background-color: rgba(53, 53, 53, 0.1);
  display: block;
}

/* Products List */
#module-handpicked .tns-nav,
#module-bestsellers .tns-nav {
  margin-top: 1rem;
}

.product-item {
  padding-bottom: 0.5rem;
}
.product-item a.product-link {
  display: block;
  color: inherit;
  text-decoration: none;
}
.product-item a.product-link .product-image {
  display: block;
  margin-bottom: 1rem;
  height: 8rem;
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 36.0625rem) {
  .product-item a.product-link .product-image {
    height: 10rem;
  }
}
.product-item a.product-link .product-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: center;
  position: absolute;
  line-height: 50%;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  max-width: 20rem;
}
.product-item a.product-link .product-image:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 3rem;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}
.product-item a.product-link .product-image:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}
.product-item a.product-link .product-text {
  display: block;
}
@media only screen and (min-width: 36.0625rem) {
  .product-item a.product-link .product-text {
    min-height: 6rem;
  }
}
.product-item a.product-link .product-text .product-title {
  display: block;
  line-height: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.product-item a.product-link .product-text .product-short-description {
  display: block;
  line-height: 1.25rem;
  color: #828282;
  margin-bottom: 1rem;
}
.product-item a.product-link:hover .product-image img, .product-item a.product-link:focus .product-image img {
  width: 110%;
}
.product-item .product-price {
  display: block;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 2.5rem;
}
@media only screen and (min-width: 36.0625rem) {
  .product-item .product-price {
    font-size: 1.5rem;
  }
}

/* Product Popup */
.popup-product-image {
  margin: -1.5rem;
  margin-bottom: 0;
  overflow: hidden;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0.5rem;
  -webkit-border-top-right-radius: 0.5rem;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 0.5rem;
  -moz-border-radius-topright: 0.5rem;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  position: relative;
}
.popup-product-image:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}
.popup-product-image img {
  width: 100%;
}

.popup-product-close {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  z-index: 1;
}

.popup-product-content {
  margin-top: 1.5rem;
}
.popup-product-content .popup-product-title {
  font-family: "Avenir", Sans-Serif;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 150%;
  margin-bottom: 1rem;
}
.popup-product-content .popup-product-short-description {
  display: block;
  line-height: 1.25rem;
  color: #828282;
  margin-bottom: 1rem;
}
.popup-product-content .popup-product-pricing-qty .popup-product-price {
  display: block;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 2.5rem;
}
@media only screen and (min-width: 36.0625rem) {
  .popup-product-content .popup-product-pricing-qty .popup-product-price {
    font-size: 1.5rem;
  }
}
.popup-product-content .popup-product-options {
  margin-top: 1rem;
}

.popup-product-count {
  position: relative;
  border: 0.0625rem solid #808285;
  color: #353535;
  background-color: #FFFFFF;
  border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  line-height: 150%;
}
.popup-product-count .popup-product-decrease {
  position: absolute;
  left: 0;
  top: 0;
}
.popup-product-count .popup-product-decrease button {
  border-radius: 0.25rem !important;
  padding: 0.4375rem !important;
}
.popup-product-count .popup-product-value {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}
.popup-product-count .popup-product-value input {
  padding: 0.4375rem 0 !important;
  border: 0px solid;
  text-align: center;
  width: 2rem;
}
.popup-product-count .popup-product-increase {
  position: absolute;
  right: 0;
  top: 0;
}
.popup-product-count .popup-product-increase button {
  border-radius: 0.25rem !important;
  padding: 0.4375rem !important;
}

.quantity-container {
  position: relative;
}
.quantity-container button.decrease {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 0.25rem !important;
}
.quantity-container button.increase {
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0.25rem !important;
}
.quantity-container input.quantity-amount {
  padding-left: 2rem;
  padding-right: 2rem;
  text-align: center;
  max-width: 6.5rem;
  border: 0.0625rem solid rgba(53, 53, 53, 0.2);
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
}

/* Order Popup */
.delivery-image {
  display: block;
  position: relative;
  min-height: 3rem;
  margin: 1rem 0 2rem;
}
.delivery-image .delivery-bg {
  text-align: center;
}
.delivery-image .delivery-bg img {
  width: 100%;
  margin: 0 auto;
  max-width: 20rem;
}
.delivery-image .delivery-icon {
  font-size: 2.5rem;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* Banner Slider */
#module-banner {
  position: relative;
  margin-bottom: 1rem;
}
#module-banner .tns-nav {
  margin-top: 1rem;
}
@media only screen and (min-width: 56.0625rem) {
  #module-banner #banner-controls,
  #module-banner #banner-close {
    display: none;
  }
  #module-banner:hover #banner-controls,
  #module-banner:hover #banner-close {
    display: block;
  }
}

.banner-item {
  display: block;
}
.banner-item a.banner-link {
  color: inherit;
  display: block;
  text-decoration: none;
  min-height: 17rem;
  position: relative;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  overflow: hidden;
}
@media only screen and (min-width: 56.0625rem) {
  .banner-item a.banner-link {
    min-height: 20rem;
  }
}
.banner-item a.banner-link .banner-image {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.banner-item a.banner-link .banner-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.banner-item a.banner-link .banner-title {
  display: block;
  z-index: 1;
  position: relative;
  font-family: "Reglo", Sans-Serif;
  font-size: 1.75rem;
  line-height: 2.5rem;
  text-align: center;
  margin-top: 7rem;
  text-shadow: 0 0.5rem 0.5rem rgba(53, 53, 53, 0.2);
  max-width: 80vw;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 56.0625rem) {
  .banner-item a.banner-link .banner-title {
    font-size: 2.75rem;
    line-height: 3.5rem;
  }
}
.banner-item a.banner-link .banner-text {
  display: block;
  z-index: 1;
  position: relative;
  text-align: center;
  text-shadow: 0 0.5rem 0.5rem rgba(53, 53, 53, 0.2);
  line-height: 150%;
  font-size: 1rem;
  max-width: 80vw;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 56.0625rem) {
  .banner-item a.banner-link .banner-text {
    font-size: 1.25rem;
  }
}

#banner-controls {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5rem;
  margin-top: -2rem;
}
#banner-controls #bannerNext {
  position: absolute;
  right: 0.5rem;
  top: 0;
}
#banner-controls #bannerPrev {
  position: absolute;
  left: 0.5rem;
  top: 0;
}

#banner-close {
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  z-index: 1;
}

/* Confirmation Page */
.border-box {
  border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border: 1px solid rgba(53, 53, 53, 0.4);
  padding: 1rem;
  text-align: left;
}
.border-box .border-box-title {
  font-size: 1rem;
  line-height: 150%;
  font-family: "Avenir", Sans-Serif;
  font-weight: bold;
}

/* Order Confirmation */
.order-breakdown-container {
  background-color: #FFFFFF;
  color: #353535;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  box-shadow: 0 0.75rem 2rem rgba(53, 53, 53, 0.2);
  -webkit-box-shadow: 0 0.75rem 2rem rgba(53, 53, 53, 0.2);
  -moz-box-shadow: 0 0.75rem 2rem rgba(53, 53, 53, 0.2);
}
.order-breakdown-container .order-breakdown-header {
  background-color: #353535;
  color: #FFFFFF;
  padding: 1rem;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0.5rem;
  -webkit-border-top-right-radius: 0.5rem;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 0.5rem;
  -moz-border-radius-topright: 0.5rem;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  line-height: 1rem;
}
.order-breakdown-container .order-breakdown-header .order-breakdown-title {
  font-size: 1rem;
  line-height: 1rem;
  font-family: "Avenir", Sans-Serif;
  font-weight: bold;
}
.order-breakdown-container .order-breakdown-header .order-breakdown-title .order-breakdown-type {
  font-weight: normal;
  font-style: italic;
}
.order-breakdown-container .order-breakdown-contents {
  padding: 1rem;
}
.order-breakdown-container .order-breakdown-total {
  text-align: right;
  display: block;
  font-weight: 900;
  font-size: 1.5rem;
  line-height: 150%;
}

/* Account Panel */
#side-panel-bg {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  z-index: 5;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  pointer-events: none;
}
#side-panel-bg.active {
  background-color: rgba(53, 53, 53, 0.75);
  pointer-events: auto;
}

.side-panel {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #FFFFFF;
  box-shadow: 0 0.75rem 4rem rgba(53, 53, 53, 0.4);
  -webkit-box-shadow: 0 0.75rem 4rem rgba(53, 53, 53, 0.4);
  -moz-box-shadow: 0 0.75rem 4rem rgba(53, 53, 53, 0.4);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100vw;
  z-index: 5;
  right: -120vw;
}
@media only screen and (min-width: 56.0625rem) {
  .side-panel {
    width: 40rem;
    right: -44rem;
  }
}
.side-panel.active {
  right: 0;
}
.side-panel .panel-content {
  padding: 1rem;
  position: relative;
  overflow: auto;
  height: 100%;
  padding-bottom: 8rem;
  box-sizing: border-box;
}
@media only screen and (min-width: 36.0625rem) {
  .side-panel .panel-content {
    padding: 1.5rem;
    padding-bottom: 10rem;
  }
}
.side-panel .panel-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #FFFFFF;
  padding: 1rem;
}
@media only screen and (min-width: 36.0625rem) {
  .side-panel .panel-footer {
    padding: 1.5rem;
  }
}
.side-panel .panel-footer:before {
  content: "";
  height: 2rem;
  position: absolute;
  left: 0;
  top: -2rem;
  right: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
}

#panel-separator {
  display: none;
  text-align: right;
}
@media only screen and (min-width: 64.0625rem) {
  #panel-separator {
    display: block;
  }
}

/* Delivery List */
.delivery-list {
  border: 1px solid rgba(53, 53, 53, 0.25);
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
}
.delivery-list .delivery-list-item {
  border-bottom: 1px solid rgba(53, 53, 53, 0.25);
}
.delivery-list .delivery-list-item:last-of-type {
  border-bottom: 0 solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0.25rem;
  -webkit-border-bottom-left-radius: 0.25rem;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0.25rem;
  -moz-border-radius-bottomleft: 0.25rem;
}
.delivery-list .delivery-list-item:first-of-type {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0.25rem;
  -webkit-border-top-right-radius: 0.25rem;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 0.25rem;
  -moz-border-radius-topright: 0.25rem;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
}
.delivery-list .delivery-list-item a {
  display: block;
  color: inherit;
  text-decoration: none;
  line-height: 150%;
  padding: 1rem;
  position: relative;
}
.delivery-list .delivery-list-item a .delivery-item-icon {
  position: absolute;
  left: 1rem;
  top: 1rem;
}
.delivery-list .delivery-list-item a .delivery-item-date {
  margin-left: 2rem;
  margin-right: 4rem;
}
.delivery-list .delivery-list-item a .delivery-item-count {
  position: absolute;
  right: 1rem;
  top: 1rem;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.delivery-list .delivery-list-item a:hover, .delivery-list .delivery-list-item a:focus {
  background-color: rgba(10, 103, 55, 0.1);
  color: #0A6737;
}

/* Quick Add */
#quick-add {
  position: relative;
}

.quick-add-icon {
  width: 4.5rem;
  height: 3.375rem;
  background-color: #F3F3F3;
  display: block;
  margin-right: 1rem;
  position: relative;
}
.quick-add-icon i {
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  display: block;
  z-index: 1;
  color: rgba(53, 53, 53, 0.5);
}

#quick-add-container {
  position: relative;
}

#quick-add-result {
  background-color: #FFFFFF;
  box-shadow: 0 0.75rem 4rem rgba(53, 53, 53, 0.4);
  -webkit-box-shadow: 0 0.75rem 4rem rgba(53, 53, 53, 0.4);
  -moz-box-shadow: 0 0.75rem 4rem rgba(53, 53, 53, 0.4);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  position: absolute;
  padding: 0.75rem;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 1;
  margin-top: 1rem;
}
#quick-add-result #quick-add-result-list {
  display: block;
  max-height: 20rem;
  overflow: auto;
}
#quick-add-result #quick-add-result-list li.hidden {
  display: none;
}

.qa-product {
  line-height: 150%;
  margin-bottom: 1rem;
}
.qa-product:hover .qa-product-text .qa-product-title, .qa-product:focus .qa-product-text .qa-product-title {
  text-decoration: underline;
}
.qa-product .qa-product-image {
  width: 4.5rem;
}
.qa-product .qa-product-image img {
  width: 100%;
}
.qa-product .qa-product-text {
  margin-left: 1rem;
  margin-right: 1rem;
}
.qa-product .qa-product-text .qa-product-price {
  font-weight: bold;
}
/* Scheduled Break */
#scheduled-break-list {
  border-top: 1px solid rgba(53, 53, 53, 0.2);
}

.schedule-break-item {
  border-bottom: 1px solid rgba(53, 53, 53, 0.2);
  padding: 0.5rem 0;
  line-height: 150%;
}

/* Account holder */
ul#account-holder-list {
  border-top: 1px solid rgba(53, 53, 53, 0.2);
}
ul#account-holder-list > li {
  padding: 1rem 0;
  line-height: 150%;
  border-bottom: 1px solid rgba(53, 53, 53, 0.2);
}

/* Location Details */
.location-container {
  margin: 2rem 0;
  border-bottom: 1px solid rgba(53, 53, 53, 0.2);
}

.location-name {
  line-height: 150%;
  font-weight: bold;
}

.location-days {
  color: #686868;
  line-height: 150%;
  font-style: italic;
}

/* Page Agent */
.agent-email {
  line-height: 150%;
  padding: 0.5rem 0;
  color: #686868;
}

#account-notes-list {
  margin-top: 1rem;
}
#account-notes-list > li {
  padding: 1rem 0;
  border-bottom: 1px solid rgba(53, 53, 53, 0.2);
}
#account-notes-list > li .account-note {
  margin-bottom: 0;
}
#account-notes-list > li .account-note .account-note-text,
#account-notes-list > li .account-note .account-note-creator {
  margin-right: 3rem;
}

.account-note {
  line-height: 150%;
  margin-bottom: 1rem;
  position: relative;
}
.account-note .account-note-text {
  display: block;
}
.account-note .account-note-creator {
  color: #686868;
  font-size: 0.875rem;
}
.account-note .account-note-remove {
  position: absolute;
  right: 0;
  top: 0;
}

.search-button-container {
  margin-top: 0rem;
  text-align: center;
}
@media only screen and (min-width: 36.0625rem) {
  .search-button-container {
    margin-top: 2rem;
    text-align: left;
  }
}

#account-activity-list {
  margin-top: 1rem;
}
#account-activity-list > li {
  padding: 1rem 0;
  border-bottom: 1px solid rgba(53, 53, 53, 0.2);
}
#account-activity-list > li .account-activity {
  margin-bottom: 0;
}

.account-activity {
  line-height: 150%;
  margin-bottom: 1rem;
  position: relative;
}
.account-activity .account-activity-action {
  display: block;
  font-weight: bold;
}
.account-activity .account-activity-text {
  display: block;
}
.account-activity .account-activity-creator {
  color: #686868;
  font-size: 0.875rem;
}

/* Customer List */
.customer-list {
  margin-top: 1rem;
  border-top: 1px solid rgba(53, 53, 53, 0.2);
}
.customer-list > li {
  display: block;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(53, 53, 53, 0.2);
}
@media only screen and (min-width: 36.0625rem) {
  .customer-list > li {
    padding: 1rem;
  }
  .customer-list > li:hover {
    background-color: rgba(10, 103, 55, 0.1);
  }
}

.customer-item {
  padding-left: 2rem;
  position: relative;
  line-height: 150%;
}
.customer-item .customer-icon {
  position: absolute;
  left: 0rem;
  top: 0;
}
.customer-item .customer-name {
  font-size: 0;
  display: block;
}
.customer-item .customer-name a.customer-name-link {
  display: inline-block;
  font-size: 1rem;
  margin-right: 0.5rem;
}
@media only screen and (max-width: 36rem) {
  .customer-item .customer-name a.customer-name-link {
    font-size: 0.875rem;
  }
}
.customer-item .customer-name .customer-acc-number {
  display: inline-block;
  font-size: 1rem;
  color: #686868;
}
@media only screen and (max-width: 36rem) {
  .customer-item .customer-name .customer-acc-number {
    font-size: 0.875rem;
  }
}
.customer-item .customer-status {
  position: absolute;
  right: 0;
  top: 0;
}
.customer-item .customer-row {
  position: relative;
}
.customer-item .customer-row .customer-label {
  font-weight: bold;
}
@media only screen and (min-width: 36.0625rem) {
  .customer-item .customer-row .customer-label {
    font-size: 0;
    position: absolute;
  }
}
.customer-item .customer-row.customer-status {
  position: absolute;
}
.customer-item .customer-row.customer-status .status-active {
  color: #0A6737;
}
.customer-item .customer-row.customer-status .status-inactive {
  color: #E1655A;
}
.customer-item .customer-details {
  font-size: 0;
  display: block;
}
.customer-item .customer-details .customer-contact {
  display: block;
  font-size: 1rem;
  vertical-align: top;
}
@media only screen and (max-width: 36rem) {
  .customer-item .customer-details .customer-contact {
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 36.0625rem) {
  .customer-item .customer-details .customer-contact {
    display: inline-block;
    width: 30%;
  }
}
.customer-item .customer-details .customer-address {
  display: block;
  font-size: 1rem;
  vertical-align: top;
}
@media only screen and (max-width: 36rem) {
  .customer-item .customer-details .customer-address {
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 36.0625rem) {
  .customer-item .customer-details .customer-address {
    display: inline-block;
    width: 50%;
  }
}
.customer-item .customer-details .customer-created-date {
  display: block;
  font-size: 1rem;
  vertical-align: top;
}
@media only screen and (max-width: 36rem) {
  .customer-item .customer-details .customer-created-date {
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 36.0625rem) {
  .customer-item .customer-details .customer-created-date {
    text-align: right;
    display: inline-block;
    width: 20%;
  }
}

.agent-msg {
  margin: 4rem 0;
  color: #9b9b9b;
  text-align: center;
}
.agent-msg .agent-msg-icon {
  margin: 0.5rem 0;
  font-size: 2rem;
}

/* Agent Login Panel */
.login-container {
  box-shadow: 0 0.75rem 2rem rgba(53, 53, 53, 0.2);
  -webkit-box-shadow: 0 0.75rem 2rem rgba(53, 53, 53, 0.2);
  -moz-box-shadow: 0 0.75rem 2rem rgba(53, 53, 53, 0.2);
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  margin: 4rem 0;
  position: relative;
}

.login-graphic {
  display: block;
  background-color: #0A6737;
  padding: 2rem;
  position: relative;
  border-top-left-radius: 1rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 1rem;
  -webkit-border-top-left-radius: 1rem;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 1rem;
  -moz-border-radius-topleft: 1rem;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 1rem;
}
.login-graphic .login-logo {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.login-graphic .login-logo img {
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.login-form {
  background-color: #FFFFFF;
  padding: 2rem;
  position: relative;
  border-top-left-radius: 0;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 1rem;
  -webkit-border-bottom-right-radius: 1rem;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 1rem;
  -moz-border-radius-bottomright: 1rem;
  -moz-border-radius-bottomleft: 0;
}

.login-strawberries {
  position: absolute;
  right: -3rem;
  bottom: -3rem;
  width: 12rem;
}
.login-strawberries img {
  vertical-align: top;
  width: 100%;
}

.form-error {
  line-height: 150%;
  color: #E1655A;
  padding: 0.25rem 0;
}

.blog-item:hover .blog-image a img {
  width: 110%;
}
.blog-item .blog-image a {
  display: block;
  position: relative;
  overflow: hidden;
  height: 10rem;
  border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
}
.blog-item .blog-image a img {
  vertical-align: top;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.blog-item .blog-text {
  display: block;
  margin-top: 1rem;
}
.blog-item .blog-text .blog-date {
  line-height: 1.5;
  margin-bottom: 0.5rem;
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.blog-item .blog-text .blog-title {
  font-family: "Reglo", Sans-Serif;
  font-size: 1.25rem;
  line-height: 1.25;
  margin-bottom: 1rem;
  font-family: "Avenir", Sans-Serif;
  font-weight: 900;
}
@media only screen and (min-width: 56.0625rem) {
  .blog-item .blog-text .blog-title {
    font-size: 1.5rem;
  }
}
.blog-item .blog-text .blog-title a:link,
.blog-item .blog-text .blog-title a:visited {
  color: inherit;
  text-decoration: none;
}
.blog-item .blog-text .blog-title a:link:hover, .blog-item .blog-text .blog-title a:link:focus,
.blog-item .blog-text .blog-title a:visited:hover,
.blog-item .blog-text .blog-title a:visited:focus {
  text-decoration: underline;
}
.article-image {
  position: relative;
  height: 16rem;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  overflow: hidden;
}
@media only screen and (min-width: 56.0625rem) {
  .article-image {
    height: 24rem;
  }
}
.article-image img {
  vertical-align: top;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.article-meta {
  margin: 2rem 0;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.article-body {
  max-width: 48rem;
  margin: 0 auto;
}
.article-body .article-title {
  margin-bottom: 2rem;
  display: block;
}
.article-body h2, .article-body h3, .article-body h4, .article-body h5 {
  margin-top: 2rem;
}
.article-body h2 {
  font-family: "Reglo", Sans-Serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
@media only screen and (min-width: 56.0625rem) {
  .article-body h2 {
    font-size: 2rem;
  }
}
.article-body h3 {
  font-family: "Reglo", Sans-Serif;
  font-size: 1.25rem;
  line-height: 1.5;
}
@media only screen and (min-width: 56.0625rem) {
  .article-body h3 {
    font-size: 1.5rem;
  }
}
.article-body h4 {
  font-family: "Reglo", Sans-Serif;
  font-size: 1.125rem;
  line-height: 1.5;
}
@media only screen and (min-width: 56.0625rem) {
  .article-body h4 {
    font-size: 1.25rem;
  }
}
.article-body h5 {
  font-family: "Avenir", Sans-Serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 900;
}
@media only screen and (min-width: 56.0625rem) {
  .article-body h5 {
    font-size: 1rem;
  }
}
.article-body ul {
  margin: 0;
  padding: 0 0 0 2rem;
  list-style: initial;
  list-style-type: disc;
}
.article-body ul > li {
  line-height: 1.5;
  margin-bottom: 1rem;
  list-style-type: disc;
}

.module-service {
  background-color: #FAF8F4;
  position: relative;
  margin: 0rem 0 4rem 0;
}
.module-service:before {
  content: url("../images/wave-top.svg");
  display: block;
}
.module-service:after {
  content: url("../images/wave-bottom.svg");
  display: block;
  vertical-align: bottom;
  margin-bottom: 0rem;
  line-height: 0;
}

.service-quicklink a {
  display: block;
  color: inherit;
  text-decoration: none;
  padding: 1rem;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.service-quicklink a:hover, .service-quicklink a:focus {
  background-color: rgba(10, 103, 55, 0.1);
}
.service-quicklink p:last-of-type {
  margin-bottom: 0;
}
.service-quicklink .service-image {
  max-width: 3rem;
  display: block;
}
.service-quicklink .service-image img {
  width: 100%;
  display: block;
  vertical-align: top;
}

.blob-image {
  max-width: 15rem;
  margin: 0 auto;
}
@media only screen and (min-width: 36.0625rem) {
  .blob-image {
    max-width: 25rem;
  }
}

.service-blurb {
  text-align: center;
}
@media only screen and (min-width: 36.0625rem) {
  .service-blurb {
    text-align: left;
  }
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.image-container img {
  width: 100%;
}

/* ==========================================================================
    GRIDLEX
    Just a Flexbox Grid System - v. 2.7.1
========================================================================== */
[class~=grid],
[class*=grid-],
[class*=grid_] {
  box-sizing: border-box;
  display: flex;
  flex-flow: row wrap;
  margin: 0 -1rem;
}

[class~=col],
[class*=col-],
[class*=col_] {
  box-sizing: border-box;
  padding: 0 1rem 2rem;
  max-width: 100%;
}

[class~=col],
[class*=col_] {
  flex: 1 1 0%;
}

[class*=col-] {
  flex: none;
}

[class~=grid][class~=col],
[class~=grid][class*=col-],
[class~=grid][class*=col_],
[class*=grid-][class~=col],
[class*=grid-][class*=col-],
[class*=grid-][class*=col_],
[class*=grid_][class~=col],
[class*=grid_][class*=col-],
[class*=grid_][class*=col_] {
  margin: 0;
  padding: 0;
}

/************************
    HELPERS SUFFIXES
*************************/
[class*=grid-][class*=-noGutter] {
  margin: 0;
}
[class*=grid-][class*=-noGutter] > [class~=col],
[class*=grid-][class*=-noGutter] > [class*=col-] {
  padding: 0;
}
[class*=grid-][class*=-noWrap] {
  flex-wrap: nowrap;
}
[class*=grid-][class*=-center] {
  justify-content: center;
}
[class*=grid-][class*=-right] {
  justify-content: flex-end;
  align-self: flex-end;
  margin-left: auto;
}
[class*=grid-][class*=-top] {
  align-items: flex-start;
}
[class*=grid-][class*=-middle] {
  align-items: center;
}
[class*=grid-][class*=-bottom] {
  align-items: flex-end;
}
[class*=grid-][class*=-reverse] {
  flex-direction: row-reverse;
}
[class*=grid-][class*=-column] {
  flex-direction: column;
}
[class*=grid-][class*=-column] > [class*=col-] {
  flex-basis: auto;
}
[class*=grid-][class*=-column-reverse] {
  flex-direction: column-reverse;
}
[class*=grid-][class*=-spaceBetween] {
  justify-content: space-between;
}
[class*=grid-][class*=-spaceAround] {
  justify-content: space-around;
}
[class*=grid-][class*=-equalHeight] > [class~=col], [class*=grid-][class*=-equalHeight] > [class*=col-], [class*=grid-][class*=-equalHeight] > [class*=col_] {
  align-self: stretch;
}
[class*=grid-][class*=-equalHeight] > [class~=col] > *, [class*=grid-][class*=-equalHeight] > [class*=col-] > *, [class*=grid-][class*=-equalHeight] > [class*=col_] > * {
  height: 100%;
}
[class*=grid-][class*=-noBottom] > [class~=col], [class*=grid-][class*=-noBottom] > [class*=col-], [class*=grid-][class*=-noBottom] > [class*=col_] {
  padding-bottom: 0;
}

[class*=col-][class*=-top] {
  align-self: flex-start;
}
[class*=col-][class*=-middle] {
  align-self: center;
}
[class*=col-][class*=-bottom] {
  align-self: flex-end;
}
[class*=col-][class*=-first] {
  order: -1;
}
[class*=col-][class*=-last] {
  order: 1;
}

/************************
    GRID BY NUMBER
*************************/
[class*=grid-1] > [class~=col],
[class*=grid-1] > [class*=col-],
[class*=grid-1] > [class*=col_] {
  flex-basis: 100%;
  max-width: 100%;
}

[class*=grid-2] > [class~=col],
[class*=grid-2] > [class*=col-],
[class*=grid-2] > [class*=col_] {
  flex-basis: 50%;
  max-width: 50%;
}

[class*=grid-3] > [class~=col],
[class*=grid-3] > [class*=col-],
[class*=grid-3] > [class*=col_] {
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
}

[class*=grid-4] > [class~=col],
[class*=grid-4] > [class*=col-],
[class*=grid-4] > [class*=col_] {
  flex-basis: 25%;
  max-width: 25%;
}

[class*=grid-5] > [class~=col],
[class*=grid-5] > [class*=col-],
[class*=grid-5] > [class*=col_] {
  flex-basis: 20%;
  max-width: 20%;
}

[class*=grid-6] > [class~=col],
[class*=grid-6] > [class*=col-],
[class*=grid-6] > [class*=col_] {
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
}

[class*=grid-7] > [class~=col],
[class*=grid-7] > [class*=col-],
[class*=grid-7] > [class*=col_] {
  flex-basis: 14.2857142857%;
  max-width: 14.2857142857%;
}

[class*=grid-8] > [class~=col],
[class*=grid-8] > [class*=col-],
[class*=grid-8] > [class*=col_] {
  flex-basis: 12.5%;
  max-width: 12.5%;
}

[class*=grid-9] > [class~=col],
[class*=grid-9] > [class*=col-],
[class*=grid-9] > [class*=col_] {
  flex-basis: 11.1111111111%;
  max-width: 11.1111111111%;
}

[class*=grid-10] > [class~=col],
[class*=grid-10] > [class*=col-],
[class*=grid-10] > [class*=col_] {
  flex-basis: 10%;
  max-width: 10%;
}

[class*=grid-11] > [class~=col],
[class*=grid-11] > [class*=col-],
[class*=grid-11] > [class*=col_] {
  flex-basis: 9.0909090909%;
  max-width: 9.0909090909%;
}

[class*=grid-12] > [class~=col],
[class*=grid-12] > [class*=col-],
[class*=grid-12] > [class*=col_] {
  flex-basis: 8.3333333333%;
  max-width: 8.3333333333%;
}

@media (max-width: 80em) {
  [class*=_lg-1] > [class~=col],
  [class*=_lg-1] > [class*=col-],
  [class*=_lg-1] > [class*=col_] {
    flex-basis: 100%;
    max-width: 100%;
  }
  [class*=_lg-2] > [class~=col],
  [class*=_lg-2] > [class*=col-],
  [class*=_lg-2] > [class*=col_] {
    flex-basis: 50%;
    max-width: 50%;
  }
  [class*=_lg-3] > [class~=col],
  [class*=_lg-3] > [class*=col-],
  [class*=_lg-3] > [class*=col_] {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  [class*=_lg-4] > [class~=col],
  [class*=_lg-4] > [class*=col-],
  [class*=_lg-4] > [class*=col_] {
    flex-basis: 25%;
    max-width: 25%;
  }
  [class*=_lg-5] > [class~=col],
  [class*=_lg-5] > [class*=col-],
  [class*=_lg-5] > [class*=col_] {
    flex-basis: 20%;
    max-width: 20%;
  }
  [class*=_lg-6] > [class~=col],
  [class*=_lg-6] > [class*=col-],
  [class*=_lg-6] > [class*=col_] {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  [class*=_lg-7] > [class~=col],
  [class*=_lg-7] > [class*=col-],
  [class*=_lg-7] > [class*=col_] {
    flex-basis: 14.2857142857%;
    max-width: 14.2857142857%;
  }
  [class*=_lg-8] > [class~=col],
  [class*=_lg-8] > [class*=col-],
  [class*=_lg-8] > [class*=col_] {
    flex-basis: 12.5%;
    max-width: 12.5%;
  }
  [class*=_lg-9] > [class~=col],
  [class*=_lg-9] > [class*=col-],
  [class*=_lg-9] > [class*=col_] {
    flex-basis: 11.1111111111%;
    max-width: 11.1111111111%;
  }
  [class*=_lg-10] > [class~=col],
  [class*=_lg-10] > [class*=col-],
  [class*=_lg-10] > [class*=col_] {
    flex-basis: 10%;
    max-width: 10%;
  }
  [class*=_lg-11] > [class~=col],
  [class*=_lg-11] > [class*=col-],
  [class*=_lg-11] > [class*=col_] {
    flex-basis: 9.0909090909%;
    max-width: 9.0909090909%;
  }
  [class*=_lg-12] > [class~=col],
  [class*=_lg-12] > [class*=col-],
  [class*=_lg-12] > [class*=col_] {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
}
@media (max-width: 64em) {
  [class*=_md-1] > [class~=col],
  [class*=_md-1] > [class*=col-],
  [class*=_md-1] > [class*=col_] {
    flex-basis: 100%;
    max-width: 100%;
  }
  [class*=_md-2] > [class~=col],
  [class*=_md-2] > [class*=col-],
  [class*=_md-2] > [class*=col_] {
    flex-basis: 50%;
    max-width: 50%;
  }
  [class*=_md-3] > [class~=col],
  [class*=_md-3] > [class*=col-],
  [class*=_md-3] > [class*=col_] {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  [class*=_md-4] > [class~=col],
  [class*=_md-4] > [class*=col-],
  [class*=_md-4] > [class*=col_] {
    flex-basis: 25%;
    max-width: 25%;
  }
  [class*=_md-5] > [class~=col],
  [class*=_md-5] > [class*=col-],
  [class*=_md-5] > [class*=col_] {
    flex-basis: 20%;
    max-width: 20%;
  }
  [class*=_md-6] > [class~=col],
  [class*=_md-6] > [class*=col-],
  [class*=_md-6] > [class*=col_] {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  [class*=_md-7] > [class~=col],
  [class*=_md-7] > [class*=col-],
  [class*=_md-7] > [class*=col_] {
    flex-basis: 14.2857142857%;
    max-width: 14.2857142857%;
  }
  [class*=_md-8] > [class~=col],
  [class*=_md-8] > [class*=col-],
  [class*=_md-8] > [class*=col_] {
    flex-basis: 12.5%;
    max-width: 12.5%;
  }
  [class*=_md-9] > [class~=col],
  [class*=_md-9] > [class*=col-],
  [class*=_md-9] > [class*=col_] {
    flex-basis: 11.1111111111%;
    max-width: 11.1111111111%;
  }
  [class*=_md-10] > [class~=col],
  [class*=_md-10] > [class*=col-],
  [class*=_md-10] > [class*=col_] {
    flex-basis: 10%;
    max-width: 10%;
  }
  [class*=_md-11] > [class~=col],
  [class*=_md-11] > [class*=col-],
  [class*=_md-11] > [class*=col_] {
    flex-basis: 9.0909090909%;
    max-width: 9.0909090909%;
  }
  [class*=_md-12] > [class~=col],
  [class*=_md-12] > [class*=col-],
  [class*=_md-12] > [class*=col_] {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
}
@media (max-width: 48em) {
  [class*=_sm-1] > [class~=col],
  [class*=_sm-1] > [class*=col-],
  [class*=_sm-1] > [class*=col_] {
    flex-basis: 100%;
    max-width: 100%;
  }
  [class*=_sm-2] > [class~=col],
  [class*=_sm-2] > [class*=col-],
  [class*=_sm-2] > [class*=col_] {
    flex-basis: 50%;
    max-width: 50%;
  }
  [class*=_sm-3] > [class~=col],
  [class*=_sm-3] > [class*=col-],
  [class*=_sm-3] > [class*=col_] {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  [class*=_sm-4] > [class~=col],
  [class*=_sm-4] > [class*=col-],
  [class*=_sm-4] > [class*=col_] {
    flex-basis: 25%;
    max-width: 25%;
  }
  [class*=_sm-5] > [class~=col],
  [class*=_sm-5] > [class*=col-],
  [class*=_sm-5] > [class*=col_] {
    flex-basis: 20%;
    max-width: 20%;
  }
  [class*=_sm-6] > [class~=col],
  [class*=_sm-6] > [class*=col-],
  [class*=_sm-6] > [class*=col_] {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  [class*=_sm-7] > [class~=col],
  [class*=_sm-7] > [class*=col-],
  [class*=_sm-7] > [class*=col_] {
    flex-basis: 14.2857142857%;
    max-width: 14.2857142857%;
  }
  [class*=_sm-8] > [class~=col],
  [class*=_sm-8] > [class*=col-],
  [class*=_sm-8] > [class*=col_] {
    flex-basis: 12.5%;
    max-width: 12.5%;
  }
  [class*=_sm-9] > [class~=col],
  [class*=_sm-9] > [class*=col-],
  [class*=_sm-9] > [class*=col_] {
    flex-basis: 11.1111111111%;
    max-width: 11.1111111111%;
  }
  [class*=_sm-10] > [class~=col],
  [class*=_sm-10] > [class*=col-],
  [class*=_sm-10] > [class*=col_] {
    flex-basis: 10%;
    max-width: 10%;
  }
  [class*=_sm-11] > [class~=col],
  [class*=_sm-11] > [class*=col-],
  [class*=_sm-11] > [class*=col_] {
    flex-basis: 9.0909090909%;
    max-width: 9.0909090909%;
  }
  [class*=_sm-12] > [class~=col],
  [class*=_sm-12] > [class*=col-],
  [class*=_sm-12] > [class*=col_] {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
}
@media (max-width: 36em) {
  [class*=_xs-1] > [class~=col],
  [class*=_xs-1] > [class*=col-],
  [class*=_xs-1] > [class*=col_] {
    flex-basis: 100%;
    max-width: 100%;
  }
  [class*=_xs-2] > [class~=col],
  [class*=_xs-2] > [class*=col-],
  [class*=_xs-2] > [class*=col_] {
    flex-basis: 50%;
    max-width: 50%;
  }
  [class*=_xs-3] > [class~=col],
  [class*=_xs-3] > [class*=col-],
  [class*=_xs-3] > [class*=col_] {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  [class*=_xs-4] > [class~=col],
  [class*=_xs-4] > [class*=col-],
  [class*=_xs-4] > [class*=col_] {
    flex-basis: 25%;
    max-width: 25%;
  }
  [class*=_xs-5] > [class~=col],
  [class*=_xs-5] > [class*=col-],
  [class*=_xs-5] > [class*=col_] {
    flex-basis: 20%;
    max-width: 20%;
  }
  [class*=_xs-6] > [class~=col],
  [class*=_xs-6] > [class*=col-],
  [class*=_xs-6] > [class*=col_] {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  [class*=_xs-7] > [class~=col],
  [class*=_xs-7] > [class*=col-],
  [class*=_xs-7] > [class*=col_] {
    flex-basis: 14.2857142857%;
    max-width: 14.2857142857%;
  }
  [class*=_xs-8] > [class~=col],
  [class*=_xs-8] > [class*=col-],
  [class*=_xs-8] > [class*=col_] {
    flex-basis: 12.5%;
    max-width: 12.5%;
  }
  [class*=_xs-9] > [class~=col],
  [class*=_xs-9] > [class*=col-],
  [class*=_xs-9] > [class*=col_] {
    flex-basis: 11.1111111111%;
    max-width: 11.1111111111%;
  }
  [class*=_xs-10] > [class~=col],
  [class*=_xs-10] > [class*=col-],
  [class*=_xs-10] > [class*=col_] {
    flex-basis: 10%;
    max-width: 10%;
  }
  [class*=_xs-11] > [class~=col],
  [class*=_xs-11] > [class*=col-],
  [class*=_xs-11] > [class*=col_] {
    flex-basis: 9.0909090909%;
    max-width: 9.0909090909%;
  }
  [class*=_xs-12] > [class~=col],
  [class*=_xs-12] > [class*=col-],
  [class*=_xs-12] > [class*=col_] {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
}
/************************
    COLS SIZES
*************************/
[class~=grid] > [class*=col-1],
[class*=grid-] > [class*=col-1],
[class*=grid_] > [class*=col-1] {
  flex-basis: 8.3333333333%;
  max-width: 8.3333333333%;
}
[class~=grid] > [class*=col-2],
[class*=grid-] > [class*=col-2],
[class*=grid_] > [class*=col-2] {
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
}
[class~=grid] > [class*=col-3],
[class*=grid-] > [class*=col-3],
[class*=grid_] > [class*=col-3] {
  flex-basis: 25%;
  max-width: 25%;
}
[class~=grid] > [class*=col-4],
[class*=grid-] > [class*=col-4],
[class*=grid_] > [class*=col-4] {
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
}
[class~=grid] > [class*=col-5],
[class*=grid-] > [class*=col-5],
[class*=grid_] > [class*=col-5] {
  flex-basis: 41.6666666667%;
  max-width: 41.6666666667%;
}
[class~=grid] > [class*=col-6],
[class*=grid-] > [class*=col-6],
[class*=grid_] > [class*=col-6] {
  flex-basis: 50%;
  max-width: 50%;
}
[class~=grid] > [class*=col-7],
[class*=grid-] > [class*=col-7],
[class*=grid_] > [class*=col-7] {
  flex-basis: 58.3333333333%;
  max-width: 58.3333333333%;
}
[class~=grid] > [class*=col-8],
[class*=grid-] > [class*=col-8],
[class*=grid_] > [class*=col-8] {
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%;
}
[class~=grid] > [class*=col-9],
[class*=grid-] > [class*=col-9],
[class*=grid_] > [class*=col-9] {
  flex-basis: 75%;
  max-width: 75%;
}
[class~=grid] > [class*=col-10],
[class*=grid-] > [class*=col-10],
[class*=grid_] > [class*=col-10] {
  flex-basis: 83.3333333333%;
  max-width: 83.3333333333%;
}
[class~=grid] > [class*=col-11],
[class*=grid-] > [class*=col-11],
[class*=grid_] > [class*=col-11] {
  flex-basis: 91.6666666667%;
  max-width: 91.6666666667%;
}
[class~=grid] > [class*=col-12],
[class*=grid-] > [class*=col-12],
[class*=grid_] > [class*=col-12] {
  flex-basis: 100%;
  max-width: 100%;
}

[class~=grid] > [data-push-left*=off-0],
[class*=grid-] > [data-push-left*=off-0],
[class*=grid_] > [data-push-left*=off-0] {
  margin-left: 0;
}
[class~=grid] > [data-push-left*=off-1],
[class*=grid-] > [data-push-left*=off-1],
[class*=grid_] > [data-push-left*=off-1] {
  margin-left: 8.3333333333%;
}
[class~=grid] > [data-push-left*=off-2],
[class*=grid-] > [data-push-left*=off-2],
[class*=grid_] > [data-push-left*=off-2] {
  margin-left: 16.6666666667%;
}
[class~=grid] > [data-push-left*=off-3],
[class*=grid-] > [data-push-left*=off-3],
[class*=grid_] > [data-push-left*=off-3] {
  margin-left: 25%;
}
[class~=grid] > [data-push-left*=off-4],
[class*=grid-] > [data-push-left*=off-4],
[class*=grid_] > [data-push-left*=off-4] {
  margin-left: 33.3333333333%;
}
[class~=grid] > [data-push-left*=off-5],
[class*=grid-] > [data-push-left*=off-5],
[class*=grid_] > [data-push-left*=off-5] {
  margin-left: 41.6666666667%;
}
[class~=grid] > [data-push-left*=off-6],
[class*=grid-] > [data-push-left*=off-6],
[class*=grid_] > [data-push-left*=off-6] {
  margin-left: 50%;
}
[class~=grid] > [data-push-left*=off-7],
[class*=grid-] > [data-push-left*=off-7],
[class*=grid_] > [data-push-left*=off-7] {
  margin-left: 58.3333333333%;
}
[class~=grid] > [data-push-left*=off-8],
[class*=grid-] > [data-push-left*=off-8],
[class*=grid_] > [data-push-left*=off-8] {
  margin-left: 66.6666666667%;
}
[class~=grid] > [data-push-left*=off-9],
[class*=grid-] > [data-push-left*=off-9],
[class*=grid_] > [data-push-left*=off-9] {
  margin-left: 75%;
}
[class~=grid] > [data-push-left*=off-10],
[class*=grid-] > [data-push-left*=off-10],
[class*=grid_] > [data-push-left*=off-10] {
  margin-left: 83.3333333333%;
}
[class~=grid] > [data-push-left*=off-11],
[class*=grid-] > [data-push-left*=off-11],
[class*=grid_] > [data-push-left*=off-11] {
  margin-left: 91.6666666667%;
}

[class~=grid] > [data-push-right*=off-0],
[class*=grid-] > [data-push-right*=off-0],
[class*=grid_] > [data-push-right*=off-0] {
  margin-right: 0;
}
[class~=grid] > [data-push-right*=off-1],
[class*=grid-] > [data-push-right*=off-1],
[class*=grid_] > [data-push-right*=off-1] {
  margin-right: 8.3333333333%;
}
[class~=grid] > [data-push-right*=off-2],
[class*=grid-] > [data-push-right*=off-2],
[class*=grid_] > [data-push-right*=off-2] {
  margin-right: 16.6666666667%;
}
[class~=grid] > [data-push-right*=off-3],
[class*=grid-] > [data-push-right*=off-3],
[class*=grid_] > [data-push-right*=off-3] {
  margin-right: 25%;
}
[class~=grid] > [data-push-right*=off-4],
[class*=grid-] > [data-push-right*=off-4],
[class*=grid_] > [data-push-right*=off-4] {
  margin-right: 33.3333333333%;
}
[class~=grid] > [data-push-right*=off-5],
[class*=grid-] > [data-push-right*=off-5],
[class*=grid_] > [data-push-right*=off-5] {
  margin-right: 41.6666666667%;
}
[class~=grid] > [data-push-right*=off-6],
[class*=grid-] > [data-push-right*=off-6],
[class*=grid_] > [data-push-right*=off-6] {
  margin-right: 50%;
}
[class~=grid] > [data-push-right*=off-7],
[class*=grid-] > [data-push-right*=off-7],
[class*=grid_] > [data-push-right*=off-7] {
  margin-right: 58.3333333333%;
}
[class~=grid] > [data-push-right*=off-8],
[class*=grid-] > [data-push-right*=off-8],
[class*=grid_] > [data-push-right*=off-8] {
  margin-right: 66.6666666667%;
}
[class~=grid] > [data-push-right*=off-9],
[class*=grid-] > [data-push-right*=off-9],
[class*=grid_] > [data-push-right*=off-9] {
  margin-right: 75%;
}
[class~=grid] > [data-push-right*=off-10],
[class*=grid-] > [data-push-right*=off-10],
[class*=grid_] > [data-push-right*=off-10] {
  margin-right: 83.3333333333%;
}
[class~=grid] > [data-push-right*=off-11],
[class*=grid-] > [data-push-right*=off-11],
[class*=grid_] > [data-push-right*=off-11] {
  margin-right: 91.6666666667%;
}

@media (max-width: 80em) {
  [class~=grid] > [class*=_lg-1],
  [class*=grid-] > [class*=_lg-1],
  [class*=grid_] > [class*=_lg-1] {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  [class~=grid] > [class*=_lg-2],
  [class*=grid-] > [class*=_lg-2],
  [class*=grid_] > [class*=_lg-2] {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  [class~=grid] > [class*=_lg-3],
  [class*=grid-] > [class*=_lg-3],
  [class*=grid_] > [class*=_lg-3] {
    flex-basis: 25%;
    max-width: 25%;
  }
  [class~=grid] > [class*=_lg-4],
  [class*=grid-] > [class*=_lg-4],
  [class*=grid_] > [class*=_lg-4] {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  [class~=grid] > [class*=_lg-5],
  [class*=grid-] > [class*=_lg-5],
  [class*=grid_] > [class*=_lg-5] {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  [class~=grid] > [class*=_lg-6],
  [class*=grid-] > [class*=_lg-6],
  [class*=grid_] > [class*=_lg-6] {
    flex-basis: 50%;
    max-width: 50%;
  }
  [class~=grid] > [class*=_lg-7],
  [class*=grid-] > [class*=_lg-7],
  [class*=grid_] > [class*=_lg-7] {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  [class~=grid] > [class*=_lg-8],
  [class*=grid-] > [class*=_lg-8],
  [class*=grid_] > [class*=_lg-8] {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  [class~=grid] > [class*=_lg-9],
  [class*=grid-] > [class*=_lg-9],
  [class*=grid_] > [class*=_lg-9] {
    flex-basis: 75%;
    max-width: 75%;
  }
  [class~=grid] > [class*=_lg-10],
  [class*=grid-] > [class*=_lg-10],
  [class*=grid_] > [class*=_lg-10] {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  [class~=grid] > [class*=_lg-11],
  [class*=grid-] > [class*=_lg-11],
  [class*=grid_] > [class*=_lg-11] {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  [class~=grid] > [class*=_lg-12],
  [class*=grid-] > [class*=_lg-12],
  [class*=grid_] > [class*=_lg-12] {
    flex-basis: 100%;
    max-width: 100%;
  }
  [class~=grid] > [data-push-left*=_lg-0],
  [class*=grid-] > [data-push-left*=_lg-0],
  [class*=grid_] > [data-push-left*=_lg-0] {
    margin-left: 0;
  }
  [class~=grid] > [data-push-left*=_lg-1],
  [class*=grid-] > [data-push-left*=_lg-1],
  [class*=grid_] > [data-push-left*=_lg-1] {
    margin-left: 8.3333333333%;
  }
  [class~=grid] > [data-push-left*=_lg-2],
  [class*=grid-] > [data-push-left*=_lg-2],
  [class*=grid_] > [data-push-left*=_lg-2] {
    margin-left: 16.6666666667%;
  }
  [class~=grid] > [data-push-left*=_lg-3],
  [class*=grid-] > [data-push-left*=_lg-3],
  [class*=grid_] > [data-push-left*=_lg-3] {
    margin-left: 25%;
  }
  [class~=grid] > [data-push-left*=_lg-4],
  [class*=grid-] > [data-push-left*=_lg-4],
  [class*=grid_] > [data-push-left*=_lg-4] {
    margin-left: 33.3333333333%;
  }
  [class~=grid] > [data-push-left*=_lg-5],
  [class*=grid-] > [data-push-left*=_lg-5],
  [class*=grid_] > [data-push-left*=_lg-5] {
    margin-left: 41.6666666667%;
  }
  [class~=grid] > [data-push-left*=_lg-6],
  [class*=grid-] > [data-push-left*=_lg-6],
  [class*=grid_] > [data-push-left*=_lg-6] {
    margin-left: 50%;
  }
  [class~=grid] > [data-push-left*=_lg-7],
  [class*=grid-] > [data-push-left*=_lg-7],
  [class*=grid_] > [data-push-left*=_lg-7] {
    margin-left: 58.3333333333%;
  }
  [class~=grid] > [data-push-left*=_lg-8],
  [class*=grid-] > [data-push-left*=_lg-8],
  [class*=grid_] > [data-push-left*=_lg-8] {
    margin-left: 66.6666666667%;
  }
  [class~=grid] > [data-push-left*=_lg-9],
  [class*=grid-] > [data-push-left*=_lg-9],
  [class*=grid_] > [data-push-left*=_lg-9] {
    margin-left: 75%;
  }
  [class~=grid] > [data-push-left*=_lg-10],
  [class*=grid-] > [data-push-left*=_lg-10],
  [class*=grid_] > [data-push-left*=_lg-10] {
    margin-left: 83.3333333333%;
  }
  [class~=grid] > [data-push-left*=_lg-11],
  [class*=grid-] > [data-push-left*=_lg-11],
  [class*=grid_] > [data-push-left*=_lg-11] {
    margin-left: 91.6666666667%;
  }
  [class~=grid] > [data-push-right*=_lg-0],
  [class*=grid-] > [data-push-right*=_lg-0],
  [class*=grid_] > [data-push-right*=_lg-0] {
    margin-right: 0;
  }
  [class~=grid] > [data-push-right*=_lg-1],
  [class*=grid-] > [data-push-right*=_lg-1],
  [class*=grid_] > [data-push-right*=_lg-1] {
    margin-right: 8.3333333333%;
  }
  [class~=grid] > [data-push-right*=_lg-2],
  [class*=grid-] > [data-push-right*=_lg-2],
  [class*=grid_] > [data-push-right*=_lg-2] {
    margin-right: 16.6666666667%;
  }
  [class~=grid] > [data-push-right*=_lg-3],
  [class*=grid-] > [data-push-right*=_lg-3],
  [class*=grid_] > [data-push-right*=_lg-3] {
    margin-right: 25%;
  }
  [class~=grid] > [data-push-right*=_lg-4],
  [class*=grid-] > [data-push-right*=_lg-4],
  [class*=grid_] > [data-push-right*=_lg-4] {
    margin-right: 33.3333333333%;
  }
  [class~=grid] > [data-push-right*=_lg-5],
  [class*=grid-] > [data-push-right*=_lg-5],
  [class*=grid_] > [data-push-right*=_lg-5] {
    margin-right: 41.6666666667%;
  }
  [class~=grid] > [data-push-right*=_lg-6],
  [class*=grid-] > [data-push-right*=_lg-6],
  [class*=grid_] > [data-push-right*=_lg-6] {
    margin-right: 50%;
  }
  [class~=grid] > [data-push-right*=_lg-7],
  [class*=grid-] > [data-push-right*=_lg-7],
  [class*=grid_] > [data-push-right*=_lg-7] {
    margin-right: 58.3333333333%;
  }
  [class~=grid] > [data-push-right*=_lg-8],
  [class*=grid-] > [data-push-right*=_lg-8],
  [class*=grid_] > [data-push-right*=_lg-8] {
    margin-right: 66.6666666667%;
  }
  [class~=grid] > [data-push-right*=_lg-9],
  [class*=grid-] > [data-push-right*=_lg-9],
  [class*=grid_] > [data-push-right*=_lg-9] {
    margin-right: 75%;
  }
  [class~=grid] > [data-push-right*=_lg-10],
  [class*=grid-] > [data-push-right*=_lg-10],
  [class*=grid_] > [data-push-right*=_lg-10] {
    margin-right: 83.3333333333%;
  }
  [class~=grid] > [data-push-right*=_lg-11],
  [class*=grid-] > [data-push-right*=_lg-11],
  [class*=grid_] > [data-push-right*=_lg-11] {
    margin-right: 91.6666666667%;
  }
  [class~=grid] [class*=_lg-first],
  [class*=grid-] [class*=_lg-first],
  [class*=grid_] [class*=_lg-first] {
    order: -1;
  }
  [class~=grid] [class*=_lg-last],
  [class*=grid-] [class*=_lg-last],
  [class*=grid_] [class*=_lg-last] {
    order: 1;
  }
}
@media (max-width: 64em) {
  [class~=grid] > [class*=_md-1],
  [class*=grid-] > [class*=_md-1],
  [class*=grid_] > [class*=_md-1] {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  [class~=grid] > [class*=_md-2],
  [class*=grid-] > [class*=_md-2],
  [class*=grid_] > [class*=_md-2] {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  [class~=grid] > [class*=_md-3],
  [class*=grid-] > [class*=_md-3],
  [class*=grid_] > [class*=_md-3] {
    flex-basis: 25%;
    max-width: 25%;
  }
  [class~=grid] > [class*=_md-4],
  [class*=grid-] > [class*=_md-4],
  [class*=grid_] > [class*=_md-4] {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  [class~=grid] > [class*=_md-5],
  [class*=grid-] > [class*=_md-5],
  [class*=grid_] > [class*=_md-5] {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  [class~=grid] > [class*=_md-6],
  [class*=grid-] > [class*=_md-6],
  [class*=grid_] > [class*=_md-6] {
    flex-basis: 50%;
    max-width: 50%;
  }
  [class~=grid] > [class*=_md-7],
  [class*=grid-] > [class*=_md-7],
  [class*=grid_] > [class*=_md-7] {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  [class~=grid] > [class*=_md-8],
  [class*=grid-] > [class*=_md-8],
  [class*=grid_] > [class*=_md-8] {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  [class~=grid] > [class*=_md-9],
  [class*=grid-] > [class*=_md-9],
  [class*=grid_] > [class*=_md-9] {
    flex-basis: 75%;
    max-width: 75%;
  }
  [class~=grid] > [class*=_md-10],
  [class*=grid-] > [class*=_md-10],
  [class*=grid_] > [class*=_md-10] {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  [class~=grid] > [class*=_md-11],
  [class*=grid-] > [class*=_md-11],
  [class*=grid_] > [class*=_md-11] {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  [class~=grid] > [class*=_md-12],
  [class*=grid-] > [class*=_md-12],
  [class*=grid_] > [class*=_md-12] {
    flex-basis: 100%;
    max-width: 100%;
  }
  [class~=grid] > [data-push-left*=_md-0],
  [class*=grid-] > [data-push-left*=_md-0],
  [class*=grid_] > [data-push-left*=_md-0] {
    margin-left: 0;
  }
  [class~=grid] > [data-push-left*=_md-1],
  [class*=grid-] > [data-push-left*=_md-1],
  [class*=grid_] > [data-push-left*=_md-1] {
    margin-left: 8.3333333333%;
  }
  [class~=grid] > [data-push-left*=_md-2],
  [class*=grid-] > [data-push-left*=_md-2],
  [class*=grid_] > [data-push-left*=_md-2] {
    margin-left: 16.6666666667%;
  }
  [class~=grid] > [data-push-left*=_md-3],
  [class*=grid-] > [data-push-left*=_md-3],
  [class*=grid_] > [data-push-left*=_md-3] {
    margin-left: 25%;
  }
  [class~=grid] > [data-push-left*=_md-4],
  [class*=grid-] > [data-push-left*=_md-4],
  [class*=grid_] > [data-push-left*=_md-4] {
    margin-left: 33.3333333333%;
  }
  [class~=grid] > [data-push-left*=_md-5],
  [class*=grid-] > [data-push-left*=_md-5],
  [class*=grid_] > [data-push-left*=_md-5] {
    margin-left: 41.6666666667%;
  }
  [class~=grid] > [data-push-left*=_md-6],
  [class*=grid-] > [data-push-left*=_md-6],
  [class*=grid_] > [data-push-left*=_md-6] {
    margin-left: 50%;
  }
  [class~=grid] > [data-push-left*=_md-7],
  [class*=grid-] > [data-push-left*=_md-7],
  [class*=grid_] > [data-push-left*=_md-7] {
    margin-left: 58.3333333333%;
  }
  [class~=grid] > [data-push-left*=_md-8],
  [class*=grid-] > [data-push-left*=_md-8],
  [class*=grid_] > [data-push-left*=_md-8] {
    margin-left: 66.6666666667%;
  }
  [class~=grid] > [data-push-left*=_md-9],
  [class*=grid-] > [data-push-left*=_md-9],
  [class*=grid_] > [data-push-left*=_md-9] {
    margin-left: 75%;
  }
  [class~=grid] > [data-push-left*=_md-10],
  [class*=grid-] > [data-push-left*=_md-10],
  [class*=grid_] > [data-push-left*=_md-10] {
    margin-left: 83.3333333333%;
  }
  [class~=grid] > [data-push-left*=_md-11],
  [class*=grid-] > [data-push-left*=_md-11],
  [class*=grid_] > [data-push-left*=_md-11] {
    margin-left: 91.6666666667%;
  }
  [class~=grid] > [data-push-right*=_md-0],
  [class*=grid-] > [data-push-right*=_md-0],
  [class*=grid_] > [data-push-right*=_md-0] {
    margin-right: 0;
  }
  [class~=grid] > [data-push-right*=_md-1],
  [class*=grid-] > [data-push-right*=_md-1],
  [class*=grid_] > [data-push-right*=_md-1] {
    margin-right: 8.3333333333%;
  }
  [class~=grid] > [data-push-right*=_md-2],
  [class*=grid-] > [data-push-right*=_md-2],
  [class*=grid_] > [data-push-right*=_md-2] {
    margin-right: 16.6666666667%;
  }
  [class~=grid] > [data-push-right*=_md-3],
  [class*=grid-] > [data-push-right*=_md-3],
  [class*=grid_] > [data-push-right*=_md-3] {
    margin-right: 25%;
  }
  [class~=grid] > [data-push-right*=_md-4],
  [class*=grid-] > [data-push-right*=_md-4],
  [class*=grid_] > [data-push-right*=_md-4] {
    margin-right: 33.3333333333%;
  }
  [class~=grid] > [data-push-right*=_md-5],
  [class*=grid-] > [data-push-right*=_md-5],
  [class*=grid_] > [data-push-right*=_md-5] {
    margin-right: 41.6666666667%;
  }
  [class~=grid] > [data-push-right*=_md-6],
  [class*=grid-] > [data-push-right*=_md-6],
  [class*=grid_] > [data-push-right*=_md-6] {
    margin-right: 50%;
  }
  [class~=grid] > [data-push-right*=_md-7],
  [class*=grid-] > [data-push-right*=_md-7],
  [class*=grid_] > [data-push-right*=_md-7] {
    margin-right: 58.3333333333%;
  }
  [class~=grid] > [data-push-right*=_md-8],
  [class*=grid-] > [data-push-right*=_md-8],
  [class*=grid_] > [data-push-right*=_md-8] {
    margin-right: 66.6666666667%;
  }
  [class~=grid] > [data-push-right*=_md-9],
  [class*=grid-] > [data-push-right*=_md-9],
  [class*=grid_] > [data-push-right*=_md-9] {
    margin-right: 75%;
  }
  [class~=grid] > [data-push-right*=_md-10],
  [class*=grid-] > [data-push-right*=_md-10],
  [class*=grid_] > [data-push-right*=_md-10] {
    margin-right: 83.3333333333%;
  }
  [class~=grid] > [data-push-right*=_md-11],
  [class*=grid-] > [data-push-right*=_md-11],
  [class*=grid_] > [data-push-right*=_md-11] {
    margin-right: 91.6666666667%;
  }
  [class~=grid] [class*=_md-first],
  [class*=grid-] [class*=_md-first],
  [class*=grid_] [class*=_md-first] {
    order: -1;
  }
  [class~=grid] [class*=_md-last],
  [class*=grid-] [class*=_md-last],
  [class*=grid_] [class*=_md-last] {
    order: 1;
  }
}
@media (max-width: 48em) {
  [class~=grid] > [class*=_sm-1],
  [class*=grid-] > [class*=_sm-1],
  [class*=grid_] > [class*=_sm-1] {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  [class~=grid] > [class*=_sm-2],
  [class*=grid-] > [class*=_sm-2],
  [class*=grid_] > [class*=_sm-2] {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  [class~=grid] > [class*=_sm-3],
  [class*=grid-] > [class*=_sm-3],
  [class*=grid_] > [class*=_sm-3] {
    flex-basis: 25%;
    max-width: 25%;
  }
  [class~=grid] > [class*=_sm-4],
  [class*=grid-] > [class*=_sm-4],
  [class*=grid_] > [class*=_sm-4] {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  [class~=grid] > [class*=_sm-5],
  [class*=grid-] > [class*=_sm-5],
  [class*=grid_] > [class*=_sm-5] {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  [class~=grid] > [class*=_sm-6],
  [class*=grid-] > [class*=_sm-6],
  [class*=grid_] > [class*=_sm-6] {
    flex-basis: 50%;
    max-width: 50%;
  }
  [class~=grid] > [class*=_sm-7],
  [class*=grid-] > [class*=_sm-7],
  [class*=grid_] > [class*=_sm-7] {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  [class~=grid] > [class*=_sm-8],
  [class*=grid-] > [class*=_sm-8],
  [class*=grid_] > [class*=_sm-8] {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  [class~=grid] > [class*=_sm-9],
  [class*=grid-] > [class*=_sm-9],
  [class*=grid_] > [class*=_sm-9] {
    flex-basis: 75%;
    max-width: 75%;
  }
  [class~=grid] > [class*=_sm-10],
  [class*=grid-] > [class*=_sm-10],
  [class*=grid_] > [class*=_sm-10] {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  [class~=grid] > [class*=_sm-11],
  [class*=grid-] > [class*=_sm-11],
  [class*=grid_] > [class*=_sm-11] {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  [class~=grid] > [class*=_sm-12],
  [class*=grid-] > [class*=_sm-12],
  [class*=grid_] > [class*=_sm-12] {
    flex-basis: 100%;
    max-width: 100%;
  }
  [class~=grid] > [data-push-left*=_sm-0],
  [class*=grid-] > [data-push-left*=_sm-0],
  [class*=grid_] > [data-push-left*=_sm-0] {
    margin-left: 0;
  }
  [class~=grid] > [data-push-left*=_sm-1],
  [class*=grid-] > [data-push-left*=_sm-1],
  [class*=grid_] > [data-push-left*=_sm-1] {
    margin-left: 8.3333333333%;
  }
  [class~=grid] > [data-push-left*=_sm-2],
  [class*=grid-] > [data-push-left*=_sm-2],
  [class*=grid_] > [data-push-left*=_sm-2] {
    margin-left: 16.6666666667%;
  }
  [class~=grid] > [data-push-left*=_sm-3],
  [class*=grid-] > [data-push-left*=_sm-3],
  [class*=grid_] > [data-push-left*=_sm-3] {
    margin-left: 25%;
  }
  [class~=grid] > [data-push-left*=_sm-4],
  [class*=grid-] > [data-push-left*=_sm-4],
  [class*=grid_] > [data-push-left*=_sm-4] {
    margin-left: 33.3333333333%;
  }
  [class~=grid] > [data-push-left*=_sm-5],
  [class*=grid-] > [data-push-left*=_sm-5],
  [class*=grid_] > [data-push-left*=_sm-5] {
    margin-left: 41.6666666667%;
  }
  [class~=grid] > [data-push-left*=_sm-6],
  [class*=grid-] > [data-push-left*=_sm-6],
  [class*=grid_] > [data-push-left*=_sm-6] {
    margin-left: 50%;
  }
  [class~=grid] > [data-push-left*=_sm-7],
  [class*=grid-] > [data-push-left*=_sm-7],
  [class*=grid_] > [data-push-left*=_sm-7] {
    margin-left: 58.3333333333%;
  }
  [class~=grid] > [data-push-left*=_sm-8],
  [class*=grid-] > [data-push-left*=_sm-8],
  [class*=grid_] > [data-push-left*=_sm-8] {
    margin-left: 66.6666666667%;
  }
  [class~=grid] > [data-push-left*=_sm-9],
  [class*=grid-] > [data-push-left*=_sm-9],
  [class*=grid_] > [data-push-left*=_sm-9] {
    margin-left: 75%;
  }
  [class~=grid] > [data-push-left*=_sm-10],
  [class*=grid-] > [data-push-left*=_sm-10],
  [class*=grid_] > [data-push-left*=_sm-10] {
    margin-left: 83.3333333333%;
  }
  [class~=grid] > [data-push-left*=_sm-11],
  [class*=grid-] > [data-push-left*=_sm-11],
  [class*=grid_] > [data-push-left*=_sm-11] {
    margin-left: 91.6666666667%;
  }
  [class~=grid] > [data-push-right*=_sm-0],
  [class*=grid-] > [data-push-right*=_sm-0],
  [class*=grid_] > [data-push-right*=_sm-0] {
    margin-right: 0;
  }
  [class~=grid] > [data-push-right*=_sm-1],
  [class*=grid-] > [data-push-right*=_sm-1],
  [class*=grid_] > [data-push-right*=_sm-1] {
    margin-right: 8.3333333333%;
  }
  [class~=grid] > [data-push-right*=_sm-2],
  [class*=grid-] > [data-push-right*=_sm-2],
  [class*=grid_] > [data-push-right*=_sm-2] {
    margin-right: 16.6666666667%;
  }
  [class~=grid] > [data-push-right*=_sm-3],
  [class*=grid-] > [data-push-right*=_sm-3],
  [class*=grid_] > [data-push-right*=_sm-3] {
    margin-right: 25%;
  }
  [class~=grid] > [data-push-right*=_sm-4],
  [class*=grid-] > [data-push-right*=_sm-4],
  [class*=grid_] > [data-push-right*=_sm-4] {
    margin-right: 33.3333333333%;
  }
  [class~=grid] > [data-push-right*=_sm-5],
  [class*=grid-] > [data-push-right*=_sm-5],
  [class*=grid_] > [data-push-right*=_sm-5] {
    margin-right: 41.6666666667%;
  }
  [class~=grid] > [data-push-right*=_sm-6],
  [class*=grid-] > [data-push-right*=_sm-6],
  [class*=grid_] > [data-push-right*=_sm-6] {
    margin-right: 50%;
  }
  [class~=grid] > [data-push-right*=_sm-7],
  [class*=grid-] > [data-push-right*=_sm-7],
  [class*=grid_] > [data-push-right*=_sm-7] {
    margin-right: 58.3333333333%;
  }
  [class~=grid] > [data-push-right*=_sm-8],
  [class*=grid-] > [data-push-right*=_sm-8],
  [class*=grid_] > [data-push-right*=_sm-8] {
    margin-right: 66.6666666667%;
  }
  [class~=grid] > [data-push-right*=_sm-9],
  [class*=grid-] > [data-push-right*=_sm-9],
  [class*=grid_] > [data-push-right*=_sm-9] {
    margin-right: 75%;
  }
  [class~=grid] > [data-push-right*=_sm-10],
  [class*=grid-] > [data-push-right*=_sm-10],
  [class*=grid_] > [data-push-right*=_sm-10] {
    margin-right: 83.3333333333%;
  }
  [class~=grid] > [data-push-right*=_sm-11],
  [class*=grid-] > [data-push-right*=_sm-11],
  [class*=grid_] > [data-push-right*=_sm-11] {
    margin-right: 91.6666666667%;
  }
  [class~=grid] [class*=_sm-first],
  [class*=grid-] [class*=_sm-first],
  [class*=grid_] [class*=_sm-first] {
    order: -1;
  }
  [class~=grid] [class*=_sm-last],
  [class*=grid-] [class*=_sm-last],
  [class*=grid_] [class*=_sm-last] {
    order: 1;
  }
}
@media (max-width: 36em) {
  [class~=grid] > [class*=_xs-1],
  [class*=grid-] > [class*=_xs-1],
  [class*=grid_] > [class*=_xs-1] {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  [class~=grid] > [class*=_xs-2],
  [class*=grid-] > [class*=_xs-2],
  [class*=grid_] > [class*=_xs-2] {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  [class~=grid] > [class*=_xs-3],
  [class*=grid-] > [class*=_xs-3],
  [class*=grid_] > [class*=_xs-3] {
    flex-basis: 25%;
    max-width: 25%;
  }
  [class~=grid] > [class*=_xs-4],
  [class*=grid-] > [class*=_xs-4],
  [class*=grid_] > [class*=_xs-4] {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  [class~=grid] > [class*=_xs-5],
  [class*=grid-] > [class*=_xs-5],
  [class*=grid_] > [class*=_xs-5] {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  [class~=grid] > [class*=_xs-6],
  [class*=grid-] > [class*=_xs-6],
  [class*=grid_] > [class*=_xs-6] {
    flex-basis: 50%;
    max-width: 50%;
  }
  [class~=grid] > [class*=_xs-7],
  [class*=grid-] > [class*=_xs-7],
  [class*=grid_] > [class*=_xs-7] {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  [class~=grid] > [class*=_xs-8],
  [class*=grid-] > [class*=_xs-8],
  [class*=grid_] > [class*=_xs-8] {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  [class~=grid] > [class*=_xs-9],
  [class*=grid-] > [class*=_xs-9],
  [class*=grid_] > [class*=_xs-9] {
    flex-basis: 75%;
    max-width: 75%;
  }
  [class~=grid] > [class*=_xs-10],
  [class*=grid-] > [class*=_xs-10],
  [class*=grid_] > [class*=_xs-10] {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  [class~=grid] > [class*=_xs-11],
  [class*=grid-] > [class*=_xs-11],
  [class*=grid_] > [class*=_xs-11] {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  [class~=grid] > [class*=_xs-12],
  [class*=grid-] > [class*=_xs-12],
  [class*=grid_] > [class*=_xs-12] {
    flex-basis: 100%;
    max-width: 100%;
  }
  [class~=grid] > [data-push-left*=_xs-0],
  [class*=grid-] > [data-push-left*=_xs-0],
  [class*=grid_] > [data-push-left*=_xs-0] {
    margin-left: 0;
  }
  [class~=grid] > [data-push-left*=_xs-1],
  [class*=grid-] > [data-push-left*=_xs-1],
  [class*=grid_] > [data-push-left*=_xs-1] {
    margin-left: 8.3333333333%;
  }
  [class~=grid] > [data-push-left*=_xs-2],
  [class*=grid-] > [data-push-left*=_xs-2],
  [class*=grid_] > [data-push-left*=_xs-2] {
    margin-left: 16.6666666667%;
  }
  [class~=grid] > [data-push-left*=_xs-3],
  [class*=grid-] > [data-push-left*=_xs-3],
  [class*=grid_] > [data-push-left*=_xs-3] {
    margin-left: 25%;
  }
  [class~=grid] > [data-push-left*=_xs-4],
  [class*=grid-] > [data-push-left*=_xs-4],
  [class*=grid_] > [data-push-left*=_xs-4] {
    margin-left: 33.3333333333%;
  }
  [class~=grid] > [data-push-left*=_xs-5],
  [class*=grid-] > [data-push-left*=_xs-5],
  [class*=grid_] > [data-push-left*=_xs-5] {
    margin-left: 41.6666666667%;
  }
  [class~=grid] > [data-push-left*=_xs-6],
  [class*=grid-] > [data-push-left*=_xs-6],
  [class*=grid_] > [data-push-left*=_xs-6] {
    margin-left: 50%;
  }
  [class~=grid] > [data-push-left*=_xs-7],
  [class*=grid-] > [data-push-left*=_xs-7],
  [class*=grid_] > [data-push-left*=_xs-7] {
    margin-left: 58.3333333333%;
  }
  [class~=grid] > [data-push-left*=_xs-8],
  [class*=grid-] > [data-push-left*=_xs-8],
  [class*=grid_] > [data-push-left*=_xs-8] {
    margin-left: 66.6666666667%;
  }
  [class~=grid] > [data-push-left*=_xs-9],
  [class*=grid-] > [data-push-left*=_xs-9],
  [class*=grid_] > [data-push-left*=_xs-9] {
    margin-left: 75%;
  }
  [class~=grid] > [data-push-left*=_xs-10],
  [class*=grid-] > [data-push-left*=_xs-10],
  [class*=grid_] > [data-push-left*=_xs-10] {
    margin-left: 83.3333333333%;
  }
  [class~=grid] > [data-push-left*=_xs-11],
  [class*=grid-] > [data-push-left*=_xs-11],
  [class*=grid_] > [data-push-left*=_xs-11] {
    margin-left: 91.6666666667%;
  }
  [class~=grid] > [data-push-right*=_xs-0],
  [class*=grid-] > [data-push-right*=_xs-0],
  [class*=grid_] > [data-push-right*=_xs-0] {
    margin-right: 0;
  }
  [class~=grid] > [data-push-right*=_xs-1],
  [class*=grid-] > [data-push-right*=_xs-1],
  [class*=grid_] > [data-push-right*=_xs-1] {
    margin-right: 8.3333333333%;
  }
  [class~=grid] > [data-push-right*=_xs-2],
  [class*=grid-] > [data-push-right*=_xs-2],
  [class*=grid_] > [data-push-right*=_xs-2] {
    margin-right: 16.6666666667%;
  }
  [class~=grid] > [data-push-right*=_xs-3],
  [class*=grid-] > [data-push-right*=_xs-3],
  [class*=grid_] > [data-push-right*=_xs-3] {
    margin-right: 25%;
  }
  [class~=grid] > [data-push-right*=_xs-4],
  [class*=grid-] > [data-push-right*=_xs-4],
  [class*=grid_] > [data-push-right*=_xs-4] {
    margin-right: 33.3333333333%;
  }
  [class~=grid] > [data-push-right*=_xs-5],
  [class*=grid-] > [data-push-right*=_xs-5],
  [class*=grid_] > [data-push-right*=_xs-5] {
    margin-right: 41.6666666667%;
  }
  [class~=grid] > [data-push-right*=_xs-6],
  [class*=grid-] > [data-push-right*=_xs-6],
  [class*=grid_] > [data-push-right*=_xs-6] {
    margin-right: 50%;
  }
  [class~=grid] > [data-push-right*=_xs-7],
  [class*=grid-] > [data-push-right*=_xs-7],
  [class*=grid_] > [data-push-right*=_xs-7] {
    margin-right: 58.3333333333%;
  }
  [class~=grid] > [data-push-right*=_xs-8],
  [class*=grid-] > [data-push-right*=_xs-8],
  [class*=grid_] > [data-push-right*=_xs-8] {
    margin-right: 66.6666666667%;
  }
  [class~=grid] > [data-push-right*=_xs-9],
  [class*=grid-] > [data-push-right*=_xs-9],
  [class*=grid_] > [data-push-right*=_xs-9] {
    margin-right: 75%;
  }
  [class~=grid] > [data-push-right*=_xs-10],
  [class*=grid-] > [data-push-right*=_xs-10],
  [class*=grid_] > [data-push-right*=_xs-10] {
    margin-right: 83.3333333333%;
  }
  [class~=grid] > [data-push-right*=_xs-11],
  [class*=grid-] > [data-push-right*=_xs-11],
  [class*=grid_] > [data-push-right*=_xs-11] {
    margin-right: 91.6666666667%;
  }
  [class~=grid] [class*=_xs-first],
  [class*=grid-] [class*=_xs-first],
  [class*=grid_] [class*=_xs-first] {
    order: -1;
  }
  [class~=grid] [class*=_xs-last],
  [class*=grid-] [class*=_xs-last],
  [class*=grid_] [class*=_xs-last] {
    order: 1;
  }
}
/************************
    HIDING COLS
*************************/
@media (max-width: 80em) {
  [class*=lg-hidden] {
    display: none;
  }
}
@media (max-width: 64em) {
  [class*=md-hidden] {
    display: none;
  }
}
@media (max-width: 48em) {
  [class*=sm-hidden] {
    display: none;
  }
}
@media (max-width: 36em) {
  [class*=xs-hidden] {
    display: none;
  }
}
/************************
    SHOWING COLS
*************************/
@media (max-width: 80em) {
  [class*=lg-show] {
    display: block !important;
  }
}
@media (max-width: 64em) {
  [class*=md-show] {
    display: block !important;
  }
}
@media (max-width: 48em) {
  [class*=sm-show] {
    display: block !important;
  }
}
@media (max-width: 36em) {
  [class*=xs-show] {
    display: block !important;
  }
}
