/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any styles
 * defined in the other CSS/SCSS files in this directory. It is generally better to create a new
 * file per style scope.
 *











 */
/* ----------------------------------------------------------

    TABLE OF CONTENT

    01 - HTML5 Boilerplate
    02 - COMMON STYLES
    03 - LAYOUT
    04 - HOMEPAGE 
    05 - SUBPAGES
    06 - SIDEBAR
    07 - FRAMEWORK
    08 - UTILITY
       - STATIC
    09 - PRINT
    10 - RESPONSIVE
    11 - CROSS-BROWSER
        
---------------------------------------------------------- */
/* 01 =HTML5 Boilerplate
------------------------- */
/* line 23, /tmp/build_6d01db8a/app/assets/stylesheets/base/_boilerplate.scss */
html, body, div, span, object, iframe, h1, .timeline-summary h2, h2, h3, .order-creation-details-wrapper label, h4, .main.detail-page .body-content .about-content h3, .main.detail-page .body-content .about-content .order-creation-details-wrapper label, .order-creation-details-wrapper .main.detail-page .body-content .about-content label, h5, h6, p, .form-field-instructions, .order-creation-details-wrapper .field.weekly label, .order-creation-details-wrapper .field.monthly span, .buyer-orders-list .single-order,
.vendor-orders-list .single-order, .all-line-items .single-line-item .order-details-line-1 span,
.all-line-items .single-line-item .order-details-line-2 span, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, footer, header, hgroup,
menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* line 37, /tmp/build_6d01db8a/app/assets/stylesheets/base/_boilerplate.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

/* line 40, /tmp/build_6d01db8a/app/assets/stylesheets/base/_boilerplate.scss */
nav ul {
  list-style: none; }

/* line 41, /tmp/build_6d01db8a/app/assets/stylesheets/base/_boilerplate.scss */
blockquote, q {
  quotes: none; }

/* line 42, /tmp/build_6d01db8a/app/assets/stylesheets/base/_boilerplate.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

/* line 44, /tmp/build_6d01db8a/app/assets/stylesheets/base/_boilerplate.scss */
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* line 45, /tmp/build_6d01db8a/app/assets/stylesheets/base/_boilerplate.scss */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* line 46, /tmp/build_6d01db8a/app/assets/stylesheets/base/_boilerplate.scss */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

/* line 47, /tmp/build_6d01db8a/app/assets/stylesheets/base/_boilerplate.scss */
del {
  text-decoration: line-through; }

/* line 48, /tmp/build_6d01db8a/app/assets/stylesheets/base/_boilerplate.scss */
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

/* line 49, /tmp/build_6d01db8a/app/assets/stylesheets/base/_boilerplate.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 50, /tmp/build_6d01db8a/app/assets/stylesheets/base/_boilerplate.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/* line 51, /tmp/build_6d01db8a/app/assets/stylesheets/base/_boilerplate.scss */
input, select {
  vertical-align: middle; }

/* end HTML5 Boilerplate reset */
/* HTML5 boilerplate base styles */
/* line 57, /tmp/build_6d01db8a/app/assets/stylesheets/base/_boilerplate.scss */
html {
  overflow-y: scroll; }

/* line 58, /tmp/build_6d01db8a/app/assets/stylesheets/base/_boilerplate.scss */
body {
  font: 13px/1.231 sans-serif;
  *font-size: small; }

/* line 59, /tmp/build_6d01db8a/app/assets/stylesheets/base/_boilerplate.scss */
select, input, textarea, button {
  font: 99% sans-serif; }

/* line 61, /tmp/build_6d01db8a/app/assets/stylesheets/base/_boilerplate.scss */
pre, code, kbd, samp {
  font-family: monospace, sans-serif; }

/* line 62, /tmp/build_6d01db8a/app/assets/stylesheets/base/_boilerplate.scss */
ul {
  list-style-type: none; }

/* line 64, /tmp/build_6d01db8a/app/assets/stylesheets/base/_boilerplate.scss */
small {
  font-size: 85%; }

/* line 65, /tmp/build_6d01db8a/app/assets/stylesheets/base/_boilerplate.scss */
b, strong, th {
  font-weight: bold; }

/* line 66, /tmp/build_6d01db8a/app/assets/stylesheets/base/_boilerplate.scss */
i, em {
  font-style: italic; }

/* line 67, /tmp/build_6d01db8a/app/assets/stylesheets/base/_boilerplate.scss */
td, td img {
  vertical-align: top; }

/* line 68, /tmp/build_6d01db8a/app/assets/stylesheets/base/_boilerplate.scss */
sub {
  vertical-align: sub;
  font-size: smaller; }

/* line 69, /tmp/build_6d01db8a/app/assets/stylesheets/base/_boilerplate.scss */
sup {
  vertical-align: super;
  font-size: smaller; }

/* line 70, /tmp/build_6d01db8a/app/assets/stylesheets/base/_boilerplate.scss */
pre {
  padding: 15px;
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  word-wrap: break-word; }

/* line 71, /tmp/build_6d01db8a/app/assets/stylesheets/base/_boilerplate.scss */
textarea {
  overflow: auto; }

/* line 72, /tmp/build_6d01db8a/app/assets/stylesheets/base/_boilerplate.scss */
.ie6 legend, .ie7 legend {
  margin-left: -7px; }

/* line 73, /tmp/build_6d01db8a/app/assets/stylesheets/base/_boilerplate.scss */
input[type="radio"] {
  vertical-align: text-bottom; }

/* line 74, /tmp/build_6d01db8a/app/assets/stylesheets/base/_boilerplate.scss */
input[type="checkbox"] {
  vertical-align: bottom; }

/* line 75, /tmp/build_6d01db8a/app/assets/stylesheets/base/_boilerplate.scss */
.ie7 input[type="checkbox"] {
  vertical-align: baseline; }

/* line 76, /tmp/build_6d01db8a/app/assets/stylesheets/base/_boilerplate.scss */
.ie6 input {
  vertical-align: text-bottom; }

/* line 77, /tmp/build_6d01db8a/app/assets/stylesheets/base/_boilerplate.scss */
.ie7 img {
  -ms-interpolation-mode: bicubic; }

/* line 78, /tmp/build_6d01db8a/app/assets/stylesheets/base/_boilerplate.scss */
label, input[type=button], input[type=submit], button {
  cursor: pointer; }

/* line 79, /tmp/build_6d01db8a/app/assets/stylesheets/base/_boilerplate.scss */
button, input, select, textarea {
  margin: 0; }

/* line 80, /tmp/build_6d01db8a/app/assets/stylesheets/base/_boilerplate.scss */
button {
  width: auto;
  overflow: visible; }

/* end HTML5 boilerplate base styles */
/* BSD base styles */
/* line 85, /tmp/build_6d01db8a/app/assets/stylesheets/base/_boilerplate.scss */
caption, th {
  text-align: left; }

/* line 1, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_categories.scss */
.category-hierarchy-list-wrapper {
  margin: 10px 5px;
  border: 1px solid #ccc;
  padding: 15px 3% 25px;
  width: 80%;
  max-width: 500px;
  margin: 30px auto; }
  /* line 10, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_categories.scss */
  .category-hierarchy-list-wrapper .parent-category-name {
    text-transform: none;
    margin: 20px 0 5px 0; }
    /* line 13, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_categories.scss */
    .category-hierarchy-list-wrapper .parent-category-name img {
      display: inline-block;
      margin-right: 10px; }
  /* line 21, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_categories.scss */
  .category-hierarchy-list-wrapper .category-hierarchy-list .parent-category-name {
    font-size: 16px;
    margin: 10px 0 5px 0; }
    /* line 24, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_categories.scss */
    .category-hierarchy-list-wrapper .category-hierarchy-list .parent-category-name img {
      display: none; }
  /* line 30, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_categories.scss */
  .category-hierarchy-list-wrapper .copy-category-name {
    margin: 3px 0;
    transition: color .2s; }
    /* line 33, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_categories.scss */
    .category-hierarchy-list-wrapper .copy-category-name:hover {
      cursor: pointer !important;
      color: #28ba93; }
    /* line 37, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_categories.scss */
    .category-hierarchy-list-wrapper .copy-category-name .hide-cat-id {
      border: 1px solid red;
      opacity: 0; }
  /* line 43, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_categories.scss */
  .category-hierarchy-list-wrapper .view-category-name {
    margin: 3px 0; }
    /* line 45, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_categories.scss */
    .category-hierarchy-list-wrapper .view-category-name .hide-cat-id {
      border: 1px solid red;
      opacity: 0; }
  /* line 51, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_categories.scss */
  .category-hierarchy-list-wrapper li ul li {
    text-indent: 50px; }
  /* line 55, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_categories.scss */
  .category-hierarchy-list-wrapper li ul li ul li {
    text-indent: 70px; }

/* COMMON STYLES
------------------------- */
/* line 4, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
.noscroll {
  overflow: hidden; }

/* line 7, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
[aria-hidden="false"] {
  display: block; }

/* line 9, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
h1, .timeline-summary h2, h2, h3, .order-creation-details-wrapper label, h4, .main.detail-page .body-content .about-content h3, .main.detail-page .body-content .about-content .order-creation-details-wrapper label, .order-creation-details-wrapper .main.detail-page .body-content .about-content label, h5, h6 {
  font-weight: normal; }

/* line 13, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
h1, .timeline-summary h2 {
  font: 700 36px/1.3 "Lato", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-font-smoothing: antialiased; }

/* line 20, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
h2 {
  font: 400 32px/1.5 "Montserrat", sans-serif;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased; }

/* line 26, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
h3, .order-creation-details-wrapper label {
  font: 600 18px/1.3 "Lato", sans-serif;
  text-transform: uppercase; }

/* line 32, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
h4, .main.detail-page .body-content .about-content h3, .main.detail-page .body-content .about-content .order-creation-details-wrapper label, .order-creation-details-wrapper .main.detail-page .body-content .about-content label {
  font: 700 16px/1.4 "Lato", sans-serif;
  text-transform: none;
  letter-spacing: 0;
  transition: color .2s;
  margin-bottom: 5px; }

/* line 40, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
h5 {
  font: 14px/1.3 "Crimson Text", serif; }

/* line 44, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
.h5 {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 50px;
  color: #9c9999;
  letter-spacing: 1px; }

/* line 52, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
p, .form-field-instructions, .order-creation-details-wrapper .field.weekly label, .order-creation-details-wrapper .field.monthly span, .buyer-orders-list .single-order,
.vendor-orders-list .single-order, .all-line-items .single-line-item .order-details-line-1 span,
.all-line-items .single-line-item .order-details-line-2 span {
  font: 15px/1.6 "Lato", sans-serif;
  letter-spacing: 0; }
  /* line 56, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
  p.intro, .intro.form-field-instructions, .order-creation-details-wrapper .field.weekly label.intro, .order-creation-details-wrapper .field.monthly span.intro, .buyer-orders-list .intro.single-order,
  .vendor-orders-list .intro.single-order, .all-line-items .single-line-item .order-details-line-1 span.intro,
  .all-line-items .single-line-item .order-details-line-2 span.intro {
    max-width: 800px;
    font: 300 17px/1.6 "Montserrat", sans-serif;
    padding: 30px 0;
    margin: auto; }

/* line 65, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
a:hover, a:active {
  outline: none; }

/* line 69, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
a, a:active, a:visited {
  text-decoration: none; }

/* line 77, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
a:link {
  -webkit-tap-highlight-color: #33cc9c; }

/* line 81, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
.underlined-link {
  color: inherit;
  border-bottom: 2px solid #33cc9c;
  transition: color .2s; }
  /* line 86, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
  .underlined-link:hover {
    color: #33cc9c;
    cursor: pointer; }

/* line 92, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
.form-field-instructions {
  font: italic 14px/1.4 "Lato", sans-serif !important;
  opacity: .6 !important;
  text-align: left; }

/* line 99, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
.social-links {
  display: flex; }
  /* line 101, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
  .social-links a {
    display: inline-block;
    width: 28px;
    height: 28px;
    margin: 0 4px;
    opacity: .9;
    transition: opacity .2s; }
    /* line 108, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
    .social-links a:hover {
      opacity: .5; }

/* line 114, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
.breadcrumb-wrapper {
  padding: 20px 5%; }

/* line 118, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
.breadcrumb {
  text-transform: uppercase;
  font: 16px/1.4 "Lato", sans-serif;
  color: #28ba93;
  letter-spacing: 1px;
  transition: color .2s; }
  /* line 124, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
  .breadcrumb .chevron {
    transform: rotate(180deg);
    display: inline-block;
    width: 8px;
    height: auto;
    position: relative;
    margin: 0 8px 0 0;
    top: 1px; }
    /* line 132, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
    .breadcrumb .chevron .chevron-fill {
      fill: #28ba93; }
  /* line 136, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
  .breadcrumb:hover {
    color: #377B82; }
    /* line 138, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
    .breadcrumb:hover .chevron-fill {
      fill: #377B82; }

/* line 144, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
.text-only-link {
  font: 13px/1.4 "Lato", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px; }
  /* line 148, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
  .text-only-link .chevron {
    display: inline-block;
    width: 6px;
    height: auto; }
  /* line 153, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
  .text-only-link.orange {
    color: #e05d23; }
    /* line 155, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
    .text-only-link.orange .chevron-fill {
      fill: #e05d23; }

/* line 161, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
hr.dashed {
  border-top: 1px dashed #e6e6e6;
  margin: 25px 0; }

/* line 169, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
.button-teal, .button-orange, .button-lime-green, #new_purchase_order input[type='submit'],
#new-po-modal-content input[type='submit'] {
  display: inline-block;
  border: 2px solid #28ba93;
  font: 400 13px/1em "Lato", sans-serif;
  color: white;
  padding: 15px 25px 13px 25px;
  margin: 20px 0;
  background: #28ba93;
  transition: background-color .1s 0s ease-in-out,color .1s 0s ease-in-out, border-color .1s 0s ease-in-out;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-appearance: none;
  /*Remove native button styles*/ }
  @media (max-width: 1100px) {
    /* line 169, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
    .button-teal, .button-orange, .button-lime-green, #new_purchase_order input[type='submit'],
    #new-po-modal-content input[type='submit'] {
      padding: 15px; } }
  /* line 185, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
  .button-teal.btn-round-lg, .btn-round-lg.button-orange, .btn-round-lg.button-lime-green, #new_purchase_order input.btn-round-lg[type='submit'],
  #new-po-modal-content input.btn-round-lg[type='submit'] {
    font: 400 16px/1em "Lato", sans-serif;
    padding: 1em 2em;
    border-radius: 100px; }
  /* line 190, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
  .button-teal:hover, .button-orange:hover, .button-lime-green:hover, #new_purchase_order input[type='submit']:hover,
  #new-po-modal-content input[type='submit']:hover {
    background-color: rgba(51, 204, 156, 0);
    color: #33cc9c; }

/* line 196, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
.button-dk-teal {
  display: inline-block;
  border: 2px solid #377B82;
  font: 400 13px/1em "Lato", sans-serif;
  color: white;
  padding: 15px 25px 13px 25px;
  margin: 20px 0;
  background: #377B82;
  transition: background-color .1s 0s ease-in-out,color .1s 0s ease-in-out, border-color .1s 0s ease-in-out;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-appearance: none;
  /*Remove native button styles*/ }
  @media (max-width: 1100px) {
    /* line 196, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
    .button-dk-teal {
      padding: 15px; } }
  /* line 212, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
  .button-dk-teal.btn-round-lg {
    font: 400 16px/1em "Lato", sans-serif;
    padding: 1em 2em;
    border-radius: 100px; }
  /* line 217, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
  .button-dk-teal:hover {
    background-color: rgba(51, 204, 156, 0);
    color: #377B82; }

/* line 223, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
.button-orange {
  background: #e05d23;
  border-color: #e05d23; }
  @media (max-width: 1100px) {
    /* line 223, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
    .button-orange {
      padding: 15px; } }
  /* line 230, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
  .button-orange:hover {
    background-color: rgba(224, 93, 35, 0);
    color: #e05d23; }

/* line 236, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
.button-lime-green {
  background: #30C42E !important;
  border-color: #30C42E !important; }
  @media (max-width: 1100px) {
    /* line 236, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
    .button-lime-green {
      padding: 15px; } }
  /* line 247, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
  .button-lime-green.confirmed {
    background: #30C42E url(/assets/icons/icon_checkbox_checked_white-2b9d26ff63f3a8f9f78286978acac9c5591452454b413dbadcb3744efaf589e9.svg) no-repeat 12px 51% !important;
    padding: 16px 16px 15px 35px !important;
    transition: border-color .2s, background .2s !important; }
    @media screen and (max-width: 1100px) {
      /* line 247, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
      .button-lime-green.confirmed {
        background: #30C42E url(/assets/icons/icon_checkbox_checked_white-2b9d26ff63f3a8f9f78286978acac9c5591452454b413dbadcb3744efaf589e9.svg) no-repeat 12px 51% !important; } }
    @media screen and (max-width: 680px) {
      /* line 247, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
      .button-lime-green.confirmed {
        background: #30C42E url(/assets/icons/icon_checkbox_checked_white-2b9d26ff63f3a8f9f78286978acac9c5591452454b413dbadcb3744efaf589e9.svg) no-repeat 12px 51% !important; } }

/* line 260, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
.button-caution {
  display: inline-flex;
  border: 2px solid #F3380F;
  font: 400 13px/1em "Lato", sans-serif;
  color: #F3380F;
  padding: 15px 20px 13px 20px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin: 20px 0;
  background-color: #f3380f;
  transition: background-color .2s, color .2s; }
  /* line 272, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
  .button-caution .btn_icon {
    display: inline-block;
    fill: #F3380F;
    margin-right: 8px;
    transition: fill .2s; }
  /* line 278, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
  .button-caution span {
    display: inline-block;
    margin-top: 1px; }
  @media (max-width: 1100px) {
    /* line 260, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
    .button-caution {
      padding: 15px; } }
  /* line 285, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
  .button-caution:hover {
    background-color: #f3380f;
    color: #fff; }
    /* line 288, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
    .button-caution:hover .btn_icon {
      fill: #fff; }
  /* line 292, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
  .button-caution.disabled {
    cursor: not-allowed;
    color: #9c9999;
    border-color: #9c9999; }
    /* line 296, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
    .button-caution.disabled .btn_icon {
      fill: #9c9999; }
    /* line 299, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
    .button-caution.disabled:hover {
      background-color: #fff;
      color: #9c9999;
      border-color: #9c9999; }

/* line 307, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
.button-outlined {
  border: 2px solid #e05d23;
  font: 400 13px/1em "Lato", sans-serif;
  color: #e05d23;
  padding: 15px 20px 13px 20px;
  margin: 20px 0;
  background-color: rgba(224, 93, 35, 0);
  transition: background-color .2s, color .2s; }
  @media (max-width: 1100px) {
    /* line 307, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
    .button-outlined {
      padding: 15px; } }
  /* line 318, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
  .button-outlined:hover {
    background-color: #e05d23;
    color: white; }

/* line 324, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
.button-teal-outlined {
  display: inline-flex;
  border: 2px solid #28ba93;
  font: 400 13px/1em "Lato", sans-serif;
  color: #28ba93;
  padding: 15px 20px 13px 20px;
  border-radius: 8px;
  margin: 20px 0;
  background-color: rgba(40, 186, 147, 0);
  transition: background-color .2s, color .2s; }
  /* line 334, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
  .button-teal-outlined .btn_icon {
    display: inline-block;
    fill: #28ba93;
    margin-right: 8px;
    transition: fill .2s; }
  /* line 340, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
  .button-teal-outlined span {
    display: inline-block;
    margin-top: 1px; }
  @media (max-width: 1100px) {
    /* line 324, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
    .button-teal-outlined {
      padding: 15px; } }
  /* line 347, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
  .button-teal-outlined:hover {
    background-color: #28ba93;
    color: #fff; }
    /* line 350, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
    .button-teal-outlined:hover .btn_icon {
      fill: #fff; }
  /* line 354, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
  .button-teal-outlined.disabled {
    cursor: not-allowed;
    color: #9c9999;
    border-color: #9c9999; }
    /* line 358, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
    .button-teal-outlined.disabled .btn_icon {
      fill: #9c9999; }
    /* line 361, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
    .button-teal-outlined.disabled:hover {
      background-color: #fff;
      color: #9c9999;
      border-color: #9c9999; }

/* line 369, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
.button-dk-teal-outlined {
  display: inline-flex;
  border: 2px solid #377B82;
  font: 400 13px/1em "Lato", sans-serif;
  color: #377B82;
  padding: 15px 20px 13px 20px;
  border-radius: 8px;
  margin: 20px 0;
  background-color: rgba(55, 123, 130, 0);
  transition: background-color .2s, color .2s; }
  /* line 379, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
  .button-dk-teal-outlined .btn_icon {
    display: inline-block;
    fill: #377B82;
    margin-right: 8px;
    transition: fill .2s; }
  /* line 385, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
  .button-dk-teal-outlined span {
    display: inline-block;
    margin-top: 1px; }
  @media (max-width: 1100px) {
    /* line 369, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
    .button-dk-teal-outlined {
      padding: 15px; } }
  /* line 392, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
  .button-dk-teal-outlined:hover {
    background-color: #377b82;
    color: #fff; }
    /* line 395, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
    .button-dk-teal-outlined:hover .btn_icon {
      fill: #fff; }
  /* line 399, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
  .button-dk-teal-outlined.disabled {
    cursor: not-allowed;
    color: #9c9999;
    border-color: #9c9999; }
    /* line 403, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
    .button-dk-teal-outlined.disabled .btn_icon {
      fill: #9c9999; }
    /* line 406, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
    .button-dk-teal-outlined.disabled:hover {
      background-color: #fff;
      color: #9c9999;
      border-color: #9c9999; }
  /* line 413, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
  .button-dk-teal-outlined#select-all-orders {
    background: #fff url(/assets/icons/icon_checkbox_unchecked_dk_teal-aa8282acf0bb497ce54e08d6568417e23119bac9765c2c136de842007b97cf09.svg) no-repeat 12px 51%;
    padding: 16px 16px 15px 35px;
    margin: 20px auto 0 auto;
    transition: background .2s; }
    /* line 418, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
    .button-dk-teal-outlined#select-all-orders:hover {
      background: #377B82 url(/assets/icons/icon_checkbox_unchecked_white-1b4a9153993cc5d19526e8314ff83bca798df4b27a0d66a1c832712d0f941003.svg) no-repeat 12px 51%;
      color: #fff; }
    /* line 422, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
    .button-dk-teal-outlined#select-all-orders.allChecked {
      background: #fff url(/assets/icons/icon_checkbox_checked_dk_teal-b67df39a9a7ff06d670e849ec14a7d0dc54f2365943f748caa574b477c27c7fe.svg) no-repeat 12px 51%; }
      /* line 424, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
      .button-dk-teal-outlined#select-all-orders.allChecked:hover {
        background: #377B82 url(/assets/icons/icon_checkbox_checked_white-2b9d26ff63f3a8f9f78286978acac9c5591452454b413dbadcb3744efaf589e9.svg) no-repeat 12px 51%;
        color: #fff; }

/* line 433, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
.button-orange-outlined {
  display: inline-flex;
  border: 2px solid #e05d23;
  font: 400 13px/1em "Lato", sans-serif;
  color: #e05d23;
  padding: 15px 20px 13px 20px;
  border-radius: 8px;
  margin: 20px 0;
  background-color: rgba(224, 93, 35, 0);
  transition: background-color .2s, color .2s; }
  /* line 443, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
  .button-orange-outlined .btn_icon {
    display: inline-block;
    fill: #e05d23;
    margin-right: 8px;
    transition: fill .2s; }
  /* line 449, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
  .button-orange-outlined span {
    display: inline-block;
    margin-top: 1px; }
  @media (max-width: 1100px) {
    /* line 433, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
    .button-orange-outlined {
      padding: 15px; } }
  /* line 456, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
  .button-orange-outlined:hover {
    background-color: #e05d23;
    color: #fff; }
    /* line 459, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
    .button-orange-outlined:hover .btn_icon {
      fill: #fff; }
  /* line 463, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
  .button-orange-outlined.confirm {
    background: #fff url(/assets/icons/icon_checkbox_unchecked_orange-c739d376087e5503f4aee91ca6ef61b93fd5f35b42eeafe1d59ceccca695bdb2.svg) no-repeat 12px 51%;
    padding: 16px 16px 15px 35px;
    transition: border-color .2s, background .2s; }
    /* line 467, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
    .button-orange-outlined.confirm:hover {
      background: #e05d23 url(/assets/icons/icon_checkbox_checked_white-2b9d26ff63f3a8f9f78286978acac9c5591452454b413dbadcb3744efaf589e9.svg) no-repeat 12px 51%;
      color: #fff;
      border-color: #e05d23; }
    @media screen and (max-width: 1100px) {
      /* line 463, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
      .button-orange-outlined.confirm {
        background: #fff url(/assets/icons/icon_checkbox_unchecked_orange-c739d376087e5503f4aee91ca6ef61b93fd5f35b42eeafe1d59ceccca695bdb2.svg) no-repeat 12px 51%; } }
    @media screen and (max-width: 680px) {
      /* line 463, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
      .button-orange-outlined.confirm {
        background: #fff url(/assets/icons/icon_checkbox_unchecked_orange-c739d376087e5503f4aee91ca6ef61b93fd5f35b42eeafe1d59ceccca695bdb2.svg) no-repeat 12px 51%; } }
  /* line 479, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
  .button-orange-outlined.disabled {
    cursor: not-allowed;
    color: #9c9999;
    border-color: #9c9999; }
    /* line 483, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
    .button-orange-outlined.disabled .btn_icon {
      fill: #9c9999; }
    /* line 486, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
    .button-orange-outlined.disabled:hover {
      background-color: #fff;
      color: #9c9999;
      border-color: #9c9999; }

/* line 494, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
.button-ko-outlined {
  border: 1px solid white;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: white;
  background-color: rgba(51, 204, 156, 0);
  transition: border-color .2s, color .2s; }
  /* line 501, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
  .button-ko-outlined:hover {
    border-color: #33cc9c;
    color: #33cc9c !important; }

/* line 507, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
.button-grey-outlined {
  border: 1px solid #9c9999;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: white;
  background-color: rgba(156, 153, 153, 0);
  transition: border-color .2s, color .2s; }
  /* line 514, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
  .button-grey-outlined:hover {
    border-color: #33cc9c;
    color: #33cc9c !important; }

/* line 520, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
.btn-xs {
  display: inline-block;
  padding: 10px 20px 9px 25px;
  font: 300 12px/1.5 "Lato", sans-serif; }

/* line 526, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
.btn-lg {
  width: 220px; }

/* line 530, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
.add-another {
  font: 13px/1 "Lato", sans-serif;
  color: #33cc9c;
  border-bottom: 1px solid rgba(51, 204, 156, 0);
  transition: border-color .2s; }
  /* line 535, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
  .add-another:hover {
    border-bottom-color: #33cc9c; }

/* line 540, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
ol {
  padding-left: 40px; }
  /* line 542, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
  ol li {
    margin: 20px 0 30px;
    padding-left: 10px; }

/* line 548, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
ul.bulleted-list-dkteal {
  padding-left: 10px; }
  /* line 550, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
  ul.bulleted-list-dkteal li {
    margin: 5px 0;
    font: 14px/1.6 "Lato", sans-serif; }
    /* line 553, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
    ul.bulleted-list-dkteal li:before {
      content: "\2022";
      color: #377B82;
      display: inline-block;
      margin-right: 5px; }

/* line 562, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
ul.icon-list {
  padding-left: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  /* line 567, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
  ul.icon-list li {
    flex: 0 1 20%;
    margin: 5px 0;
    font: 14px/1.6 "Lato", sans-serif;
    text-align: center; }
    @media (max-width: 1100px) {
      /* line 567, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
      ul.icon-list li {
        flex: 0 1 33%; } }
    @media (max-width: 680px) {
      /* line 567, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
      ul.icon-list li {
        flex: 0 1 50%; } }
    /* line 578, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
    ul.icon-list li img {
      display: block;
      width: auto;
      height: 30px;
      margin: 0 auto 5px; }
    /* line 584, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
    ul.icon-list li span {
      display: inline-block;
      font: 13px/1.2 "Lato", sans-serif; }

/* line 591, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
ul.label-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  /* line 595, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
  ul.label-list li {
    margin: 0 5px 5px 0; }
    /* line 597, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
    ul.label-list li span, ul.label-list li a {
      display: inline-block;
      font: 13px/1.2 "Lato", sans-serif;
      padding: 5px 12px;
      border-radius: 20px; }
    /* line 603, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
    ul.label-list li a:hover {
      cursor: pointer !important; }
  /* line 609, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
  ul.label-list.lt-teal-solid li span, ul.label-list.lt-teal-solid li a {
    color: #377B82;
    background: rgba(51, 204, 156, 0.2); }
  /* line 617, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
  ul.label-list.dk-teal-outlined li span, ul.label-list.dk-teal-outlined li a {
    color: #377B82;
    background: #fff;
    border: 1px solid #377B82; }

/* line 626, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
.full-width-section {
  padding: 50px 10%; }

/* line 630, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
blockquote {
  width: 65%;
  font: italic 400 20px/1.6em "Lato", sans-serif;
  letter-spacing: .5px;
  padding: 3.5% 10% 2.5% 10%;
  color: #363636; }
  /* line 637, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
  blockquote footer {
    display: block;
    font: 400 16px/1.5 "Lato", sans-serif;
    letter-spacing: 0;
    margin-top: 20px;
    padding-right: 20%;
    text-align: right;
    color: #9c9999; }
  /* line 647, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
  blockquote:before {
    display: inline-block;
    content: "";
    width: 34px;
    height: 24px;
    background: url(/assets/layout/left_quote-9299b49a284155c438a4434e75e2658b455910c3e53e4c3d715b9a5258ed05ac.svg) no-repeat 95% center;
    margin: 0 3% 0 -10%; }

/* line 657, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
.hidden-on-desktop,
.hidden-on-tablet {
  display: none; }

/* line 664, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
form {
  font: 15px/1.3em "Lato", sans-serif; }

/* line 668, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
fieldset {
  padding: 12px 0;
  margin-top: 30px; }
  /* line 672, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
  fieldset.sm-fieldset {
    margin-top: 10px;
    padding: 0; }
    /* line 676, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
    fieldset.sm-fieldset p, fieldset.sm-fieldset .form-field-instructions, fieldset.sm-fieldset .order-creation-details-wrapper .field.weekly label, .order-creation-details-wrapper .field.weekly fieldset.sm-fieldset label, fieldset.sm-fieldset .order-creation-details-wrapper .field.monthly span, .order-creation-details-wrapper .field.monthly fieldset.sm-fieldset span, fieldset.sm-fieldset .buyer-orders-list .single-order, .buyer-orders-list fieldset.sm-fieldset .single-order,
    fieldset.sm-fieldset .vendor-orders-list .single-order,
    .vendor-orders-list fieldset.sm-fieldset .single-order, fieldset.sm-fieldset .all-line-items .single-line-item .order-details-line-1 span, .all-line-items .single-line-item .order-details-line-1 fieldset.sm-fieldset span,
    fieldset.sm-fieldset .all-line-items .single-line-item .order-details-line-2 span,
    .all-line-items .single-line-item .order-details-line-2 fieldset.sm-fieldset span {
      font-size: 15px;
      margin: 0;
      padding: 2px 0 !important; }
    /* line 681, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
    fieldset.sm-fieldset input[type="radio"] {
      margin: 0 8px 0 0; }
  /* line 686, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
  fieldset.wrapper {
    margin: 0;
    padding: 0; }

/* line 692, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
legend {
  display: block;
  width: 100%;
  font: 600 15px/2em "Lato", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #2f2d2d;
  border-bottom: 1px solid #9c9999;
  position: relative; }

/* line 703, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
label {
  font: 600 17px/1.3em "Lato", sans-serif;
  display: block;
  margin: 25px 0 0 0;
  color: #2f2d2d; }
  /* line 708, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
  label.required {
    color: #2f2d2d; }
    /* line 710, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
    label.required:after {
      display: inline-block;
      content: '*';
      color: #e05d23;
      margin-left: 3px; }

/* line 719, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
.dollar-sign-wrapper {
  display: flex;
  align-items: center; }
  /* line 722, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
  .dollar-sign-wrapper span {
    display: inline-block;
    font: 300 18px/1.4 "Lato", sans-serif;
    padding-right: 5px;
    position: relative;
    top: -7px; }
  /* line 729, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
  .dollar-sign-wrapper input[type="number"] {
    width: 90% !important; }
    @media (max-width: 680px) {
      /* line 729, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
      .dollar-sign-wrapper input[type="number"] {
        width: 96% !important; } }

/* line 737, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
textarea,
input[type="text"],
input[type="url"],
input[type="number"],
input[type="email"],
input[type="date"],
input[type="password"] {
  width: 100%;
  color: #2f2d2d;
  font: 400 14px/1.6em sans-serif;
  letter-spacing: 0;
  display: block;
  box-sizing: border-box;
  margin: 12px 0 24px 0;
  padding: 12px 12px 10px;
  border: 1px solid #ccc;
  background: #fafafa;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-appearance: none; }
  /* line 758, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
  textarea::-webkit-input-placeholder, textarea:-moz-placeholder, textarea::-moz-placeholder, textarea:-ms-input-placeholder, textarea::-webkit-input-placeholder,
  textarea :-moz-placeholder,
  textarea ::-moz-placeholder,
  textarea :-ms-input-placeholder,
  input[type="text"]::-webkit-input-placeholder,
  input[type="text"]:-moz-placeholder,
  input[type="text"]::-moz-placeholder,
  input[type="text"]:-ms-input-placeholder,
  input[type="text"]::-webkit-input-placeholder,
  input[type="text"] :-moz-placeholder,
  input[type="text"] ::-moz-placeholder,
  input[type="text"] :-ms-input-placeholder,
  input[type="url"]::-webkit-input-placeholder,
  input[type="url"]:-moz-placeholder,
  input[type="url"]::-moz-placeholder,
  input[type="url"]:-ms-input-placeholder,
  input[type="url"]::-webkit-input-placeholder,
  input[type="url"] :-moz-placeholder,
  input[type="url"] ::-moz-placeholder,
  input[type="url"] :-ms-input-placeholder,
  input[type="number"]::-webkit-input-placeholder,
  input[type="number"]:-moz-placeholder,
  input[type="number"]::-moz-placeholder,
  input[type="number"]:-ms-input-placeholder,
  input[type="number"]::-webkit-input-placeholder,
  input[type="number"] :-moz-placeholder,
  input[type="number"] ::-moz-placeholder,
  input[type="number"] :-ms-input-placeholder,
  input[type="email"]::-webkit-input-placeholder,
  input[type="email"]:-moz-placeholder,
  input[type="email"]::-moz-placeholder,
  input[type="email"]:-ms-input-placeholder,
  input[type="email"]::-webkit-input-placeholder,
  input[type="email"] :-moz-placeholder,
  input[type="email"] ::-moz-placeholder,
  input[type="email"] :-ms-input-placeholder,
  input[type="date"]::-webkit-input-placeholder,
  input[type="date"]:-moz-placeholder,
  input[type="date"]::-moz-placeholder,
  input[type="date"]:-ms-input-placeholder,
  input[type="date"]::-webkit-input-placeholder,
  input[type="date"] :-moz-placeholder,
  input[type="date"] ::-moz-placeholder,
  input[type="date"] :-ms-input-placeholder,
  input[type="password"]::-webkit-input-placeholder,
  input[type="password"]:-moz-placeholder,
  input[type="password"]::-moz-placeholder,
  input[type="password"]:-ms-input-placeholder,
  input[type="password"]::-webkit-input-placeholder,
  input[type="password"] :-moz-placeholder,
  input[type="password"] ::-moz-placeholder,
  input[type="password"] :-ms-input-placeholder {
    color: #9c9999; }

/* line 771, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
input[type="file"] {
  color: #9c9999; }

/* line 778, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
input[type="radio"] {
  display: inline-block;
  margin: 8px 8px 0 2px; }

/* line 783, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
input[type="checkbox"] {
  display: inline-block;
  position: relative;
  top: -5px;
  margin: 15px 8px 0 0; }

/* line 790, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
.chx-label {
  font: 15px/1.7 "Lato", sans-serif; }

/* line 794, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
select {
  width: 100%;
  min-width: 350px;
  color: #2f2d2d;
  font: 400 14px/1.6em sans-serif;
  letter-spacing: 0;
  display: block;
  box-sizing: border-box;
  margin: 12px 0 24px 0;
  padding: 12px 12px 10px;
  border: 1px solid #ccc;
  background: #fafafa;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; }
  /* line 808, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
  select::-webkit-input-placeholder, select:-moz-placeholder, select::-moz-placeholder, select:-ms-input-placeholder, select::-webkit-input-placeholder,
  select :-moz-placeholder,
  select ::-moz-placeholder,
  select :-ms-input-placeholder {
    color: #9c9999; }

/* line 820, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
input[type="search"] {
  -webkit-appearance: none;
  box-sizing: border-box; }

/* line 825, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
textarea {
  width: 100%;
  min-width: 350px;
  min-height: 155px;
  font: 400 14px/1.4 "Lato", sans-serif; }
  /* line 831, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
  textarea::-webkit-input-placeholder, textarea:-moz-placeholder, textarea::-moz-placeholder, textarea:-ms-input-placeholder, textarea::-webkit-input-placeholder,
  textarea :-moz-placeholder,
  textarea ::-moz-placeholder,
  textarea :-ms-input-placeholder {
    color: #9c9999; }

/* line 843, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
select {
  height: 50px;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; }

/* line 848, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
input:-webkit-autofill {
  background-color: #fafafa !important; }

/* line 852, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
.submit {
  margin: 10px auto 50px;
  -webkit-appearance: none; }

/* line 857, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
.input-detail {
  display: inline-block;
  font-size: 15px;
  line-height: 1.4;
  font-style: italic;
  color: rgba(54, 54, 54, 0.65);
  margin-bottom: 5px; }

/* line 868, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
.signup-cta-section {
  width: 76%;
  padding: 80px 12%;
  background: white;
  text-align: center; }
  /* line 874, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
  .signup-cta-section h2 {
    color: #33cc9c;
    margin-bottom: 20px; }
  /* line 879, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
  .signup-cta-section p, .signup-cta-section .form-field-instructions, .signup-cta-section .order-creation-details-wrapper .field.weekly label, .order-creation-details-wrapper .field.weekly .signup-cta-section label, .signup-cta-section .order-creation-details-wrapper .field.monthly span, .order-creation-details-wrapper .field.monthly .signup-cta-section span, .signup-cta-section .buyer-orders-list .single-order, .buyer-orders-list .signup-cta-section .single-order,
  .signup-cta-section .vendor-orders-list .single-order,
  .vendor-orders-list .signup-cta-section .single-order, .signup-cta-section .all-line-items .single-line-item .order-details-line-1 span, .all-line-items .single-line-item .order-details-line-1 .signup-cta-section span,
  .signup-cta-section .all-line-items .single-line-item .order-details-line-2 span,
  .all-line-items .single-line-item .order-details-line-2 .signup-cta-section span {
    font: 500 17px/1.6 "Crimson Text", serif;
    margin: 20px 0 10px; }
  /* line 884, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
  .signup-cta-section .cc-insitu {
    width: 100%;
    max-width: 500px; }

/* line 890, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
.signup-cta-section-body {
  text-align: center;
  border: 1px solid rgba(156, 153, 153, 0.5);
  padding: 0 40px 30px;
  margin-top: 60px; }
  /* line 895, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
  .signup-cta-section-body h4, .signup-cta-section-body .main.detail-page .body-content .about-content h3, .main.detail-page .body-content .about-content .signup-cta-section-body h3, .signup-cta-section-body .main.detail-page .body-content .about-content .order-creation-details-wrapper label, .main.detail-page .body-content .about-content .order-creation-details-wrapper .signup-cta-section-body label, .signup-cta-section-body .order-creation-details-wrapper .main.detail-page .body-content .about-content label, .order-creation-details-wrapper .main.detail-page .body-content .about-content .signup-cta-section-body label {
    font-size: 23px; }
  /* line 896, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
  .signup-cta-section-body p, .signup-cta-section-body .form-field-instructions, .signup-cta-section-body .order-creation-details-wrapper .field.weekly label, .order-creation-details-wrapper .field.weekly .signup-cta-section-body label, .signup-cta-section-body .order-creation-details-wrapper .field.monthly span, .order-creation-details-wrapper .field.monthly .signup-cta-section-body span, .signup-cta-section-body .buyer-orders-list .single-order, .buyer-orders-list .signup-cta-section-body .single-order,
  .signup-cta-section-body .vendor-orders-list .single-order,
  .vendor-orders-list .signup-cta-section-body .single-order, .signup-cta-section-body .all-line-items .single-line-item .order-details-line-1 span, .all-line-items .single-line-item .order-details-line-1 .signup-cta-section-body span,
  .signup-cta-section-body .all-line-items .single-line-item .order-details-line-2 span,
  .all-line-items .single-line-item .order-details-line-2 .signup-cta-section-body span {
    font-size: 17px; }
  /* line 899, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
  .signup-cta-section-body .button-outlined {
    background: #e05d23;
    color: white;
    padding-bottom: 4px;
    font-size: 13px; }
    /* line 904, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
    .signup-cta-section-body .button-outlined:hover {
      background: white;
      color: #e05d23; }

/* line 912, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
table, th, td {
  border-collapse: collapse; }

/* line 918, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
.status-icon-circle {
  display: inline-block;
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  border-radius: 16px;
  margin-right: 10px;
  top: 4px;
  position: relative; }
  /* line 927, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
  .status-icon-circle.recurring {
    background: #33cc9c; }
  /* line 930, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
  .status-icon-circle.one-time {
    background: #7430ff; }

/* line 937, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
.featured-vendors-lookbook-rotator {
  border: 1px solid red; }
  /* line 939, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
  .featured-vendors-lookbook-rotator .single-vendor-slide {
    width: 94%;
    border: 1px solid blue;
    display: flex;
    background: rgba(40, 186, 147, 0.1);
    position: relative; }
    /* line 945, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
    .featured-vendors-lookbook-rotator .single-vendor-slide .w-50 {
      flex: 0 1 50%; }
      /* line 947, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
      .featured-vendors-lookbook-rotator .single-vendor-slide .w-50.left {
        border: 1px solid pink;
        padding: 5%;
        text-align: right; }
        /* line 951, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
        .featured-vendors-lookbook-rotator .single-vendor-slide .w-50.left h3, .featured-vendors-lookbook-rotator .single-vendor-slide .w-50.left .order-creation-details-wrapper label, .order-creation-details-wrapper .featured-vendors-lookbook-rotator .single-vendor-slide .w-50.left label {
          text-transform: none;
          font-size: 52px; }
        /* line 955, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
        .featured-vendors-lookbook-rotator .single-vendor-slide .w-50.left p.owner, .featured-vendors-lookbook-rotator .single-vendor-slide .w-50.left .owner.form-field-instructions, .featured-vendors-lookbook-rotator .single-vendor-slide .w-50.left .order-creation-details-wrapper .field.weekly label.owner, .order-creation-details-wrapper .field.weekly .featured-vendors-lookbook-rotator .single-vendor-slide .w-50.left label.owner, .featured-vendors-lookbook-rotator .single-vendor-slide .w-50.left .order-creation-details-wrapper .field.monthly span.owner, .order-creation-details-wrapper .field.monthly .featured-vendors-lookbook-rotator .single-vendor-slide .w-50.left span.owner, .featured-vendors-lookbook-rotator .single-vendor-slide .w-50.left .buyer-orders-list .owner.single-order, .buyer-orders-list .featured-vendors-lookbook-rotator .single-vendor-slide .w-50.left .owner.single-order,
        .featured-vendors-lookbook-rotator .single-vendor-slide .w-50.left .vendor-orders-list .owner.single-order,
        .vendor-orders-list .featured-vendors-lookbook-rotator .single-vendor-slide .w-50.left .owner.single-order, .featured-vendors-lookbook-rotator .single-vendor-slide .w-50.left .all-line-items .single-line-item .order-details-line-1 span.owner, .all-line-items .single-line-item .order-details-line-1 .featured-vendors-lookbook-rotator .single-vendor-slide .w-50.left span.owner,
        .featured-vendors-lookbook-rotator .single-vendor-slide .w-50.left .all-line-items .single-line-item .order-details-line-2 span.owner,
        .all-line-items .single-line-item .order-details-line-2 .featured-vendors-lookbook-rotator .single-vendor-slide .w-50.left span.owner {
          font-style: italic;
          color: #9c9999; }
        /* line 959, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
        .featured-vendors-lookbook-rotator .single-vendor-slide .w-50.left .detail-wrapper {
          border: 1px solid purple;
          display: flex;
          justify-content: flex-end;
          margin-top: 30px; }
          /* line 964, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
          .featured-vendors-lookbook-rotator .single-vendor-slide .w-50.left .detail-wrapper .labels {
            display: flex;
            flex-direction: column;
            margin: 0 2.5% 20px; }
            /* line 968, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
            .featured-vendors-lookbook-rotator .single-vendor-slide .w-50.left .detail-wrapper .labels .label {
              display: inline-block;
              padding: 5px 10px;
              background: #28ba93;
              font: 12px/1.3 "Lato", sans-serif;
              color: #fff;
              text-transform: uppercase;
              letter-spacing: 1px;
              margin: 0 0 6px 0; }
          /* line 980, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
          .featured-vendors-lookbook-rotator .single-vendor-slide .w-50.left .detail-wrapper .feat-lookbook-product .img-wrapper {
            width: 300px;
            height: 300px;
            overflow: hidden; }
            /* line 984, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
            .featured-vendors-lookbook-rotator .single-vendor-slide .w-50.left .detail-wrapper .feat-lookbook-product .img-wrapper img {
              display: inline-block;
              max-width: 100%;
              height: auto;
              object-fit: cover; }
      /* line 994, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
      .featured-vendors-lookbook-rotator .single-vendor-slide .w-50.right {
        border: 1px solid purple; }
        /* line 996, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
        .featured-vendors-lookbook-rotator .single-vendor-slide .w-50.right .img-wrapper {
          border: 1px solid blue;
          width: 100%;
          height: 100%;
          position: relative;
          top: -25px;
          right: -25px;
          overflow: hidden; }
          /* line 1004, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
          .featured-vendors-lookbook-rotator .single-vendor-slide .w-50.right .img-wrapper .feat-vendor-img-lg {
            display: inline-block;
            max-width: 100%;
            height: auto;
            object-fit: cover; }
    /* line 1013, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
    .featured-vendors-lookbook-rotator .single-vendor-slide .location-tab {
      display: inline-block;
      background: #377B82;
      color: #fff;
      font: 500 13px/1.3 "Lato", sans-serif;
      text-transform: uppercase;
      letter-spacing: 2px;
      padding: 10px 20px;
      position: absolute;
      right: -23%;
      top: -25px;
      transform: rotate(90deg);
      transform-origin: top left; }

/* line 1035, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
.slick-dots li button {
  border: 2px solid #fff !important;
  border-radius: 12px;
  background: #fff !important; }
  /* line 1039, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
  .slick-dots li button:before {
    display: none !important; }
/* line 1044, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
.slick-dots li.slick-active button {
  border: 2px solid #e05d23 !important;
  border-radius: 12px;
  background: #e05d23 !important; }

/* line 1053, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
.slick-arrow {
  display: inline-block !important;
  width: 55px !important;
  height: 55px !important;
  background: url(/assets/icons/arrow_prev_white_teal-331e73046db22215daf8b450740530d227c84af55a48a6747fb20f6bb7422a30.svg) no-repeat center center !important;
  background-size: 100% auto !important;
  transition: opacity .2s; }
  /* line 1060, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
  .slick-arrow:before {
    display: none; }
  /* line 1063, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
  .slick-arrow.slick-prev {
    transform: rotate(180deg) !important; }
  /* line 1066, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
  .slick-arrow:hover {
    opacity: .75; }

/* line 1073, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
.pagination-wrapper {
  text-align: center;
  font: 14px/2 "Lato", sans-serif;
  background: white;
  position: sticky;
  bottom: 0;
  right: 0;
  z-index: 7;
  width: 90%;
  padding: 15px 5% 5px;
  filter: drop-shadow(0px -2px 2px #eee); }
  /* line 1085, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
  .pagination-wrapper .pagy-nav .page {
    display: inline-block;
    border: 1px solid #9c9999;
    margin: 0 3px;
    border-radius: 4px;
    transition: background .2s; }
    /* line 1091, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
    .pagination-wrapper .pagy-nav .page a {
      color: #1f1f1f;
      display: inline-block;
      padding: 1px 8px;
      transition: color .2s; }
    /* line 1097, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
    .pagination-wrapper .pagy-nav .page:hover {
      background: #377B82;
      border-color: #377B82; }
      /* line 1100, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
      .pagination-wrapper .pagy-nav .page:hover a {
        color: #fff; }
    /* line 1104, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
    .pagination-wrapper .pagy-nav .page.active {
      background: #377B82;
      border-color: #377B82;
      color: #fff;
      padding: 1px 8px;
      cursor: not-allowed; }
    /* line 1111, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
    .pagination-wrapper .pagy-nav .page.disabled {
      padding: 1px 8px;
      opacity: .5;
      cursor: not-allowed; }
      /* line 1115, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
      .pagination-wrapper .pagy-nav .page.disabled:hover {
        background: none;
        border-color: #9c9999; }
    /* line 1120, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
    .pagination-wrapper .pagy-nav .page.gap {
      border: none; }
      /* line 1122, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
      .pagination-wrapper .pagy-nav .page.gap:hover {
        background: #fff; }
  /* line 1128, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
  .pagination-wrapper .pagy-info {
    display: inline-block;
    margin-top: 2px;
    color: #9c9999;
    font-size: 13px; }
  /* line 1134, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
  .pagination-wrapper .page.active {
    color: white;
    background: #33cc9c; }

/* line 1145, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
.wysiwyg-flex-content h5 {
  font: 800 18px/1.4 "Lato", sans-serif;
  text-transform: none;
  letter-spacing: 0;
  margin: 10px 0; }
/* line 1152, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
.wysiwyg-flex-content h6 {
  width: inherit;
  font: 800 16px/1.4 "Lato", sans-serif;
  text-align: left;
  margin: 10px 0; }
/* line 1159, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
.wysiwyg-flex-content ul, .wysiwyg-flex-content ol {
  font: 16px/1.6 "Lato", sans-serif;
  letter-spacing: 0;
  margin: 10px 0;
  padding-left: 20px; }
  /* line 1164, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
  .wysiwyg-flex-content ul li, .wysiwyg-flex-content ol li {
    margin: 5px 0; }
/* line 1168, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
.wysiwyg-flex-content ul {
  list-style-type: disc; }
/* line 1171, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
.wysiwyg-flex-content table {
  font: 15px/1.6 "Lato", sans-serif; }
/* line 1175, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
.wysiwyg-flex-content label {
  font: 16px/1.6 "Lato", sans-serif;
  margin: 5px 0; }
/* line 1181, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
.wysiwyg-flex-content p a, .wysiwyg-flex-content .form-field-instructions a, .wysiwyg-flex-content .order-creation-details-wrapper .field.weekly label a, .order-creation-details-wrapper .field.weekly .wysiwyg-flex-content label a, .wysiwyg-flex-content .order-creation-details-wrapper .field.monthly span a, .order-creation-details-wrapper .field.monthly .wysiwyg-flex-content span a, .wysiwyg-flex-content .buyer-orders-list .single-order a, .buyer-orders-list .wysiwyg-flex-content .single-order a,
.wysiwyg-flex-content .vendor-orders-list .single-order a,
.vendor-orders-list .wysiwyg-flex-content .single-order a, .wysiwyg-flex-content .all-line-items .single-line-item .order-details-line-1 span a, .all-line-items .single-line-item .order-details-line-1 .wysiwyg-flex-content span a,
.wysiwyg-flex-content .all-line-items .single-line-item .order-details-line-2 span a,
.all-line-items .single-line-item .order-details-line-2 .wysiwyg-flex-content span a, .wysiwyg-flex-content li a {
  color: #28ba93;
  text-decoration: underline;
  transition: color .2s; }
  /* line 1185, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_common.scss */
  .wysiwyg-flex-content p a:hover, .wysiwyg-flex-content .form-field-instructions a:hover, .wysiwyg-flex-content .order-creation-details-wrapper .field.weekly label a:hover, .order-creation-details-wrapper .field.weekly .wysiwyg-flex-content label a:hover, .wysiwyg-flex-content .order-creation-details-wrapper .field.monthly span a:hover, .order-creation-details-wrapper .field.monthly .wysiwyg-flex-content span a:hover, .wysiwyg-flex-content .buyer-orders-list .single-order a:hover, .buyer-orders-list .wysiwyg-flex-content .single-order a:hover,
  .wysiwyg-flex-content .vendor-orders-list .single-order a:hover,
  .vendor-orders-list .wysiwyg-flex-content .single-order a:hover, .wysiwyg-flex-content .all-line-items .single-line-item .order-details-line-1 span a:hover, .all-line-items .single-line-item .order-details-line-1 .wysiwyg-flex-content span a:hover,
  .wysiwyg-flex-content .all-line-items .single-line-item .order-details-line-2 span a:hover,
  .all-line-items .single-line-item .order-details-line-2 .wysiwyg-flex-content span a:hover, .wysiwyg-flex-content li a:hover {
    color: #377B82; }

/* 03 =LAYOUT
------------------------- */
/* line 3, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_layout.scss */
html, body {
  width: 100%;
  height: 100%; }

/* line 8, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_layout.scss */
body {
  background: #363636; }

/* line 17, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_layout.scss */
.preview-emails-button {
  font: 13px/1.4 "Lato", sans-serif;
  position: absolute;
  top: 20px;
  right: 3.75%;
  padding: 5px 10px;
  color: #9c9999;
  border: 1px solid #9c9999; }
  @media (max-width: 1100px) {
    /* line 17, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_layout.scss */
    .preview-emails-button {
      right: calc(5% + 45px); } }

/* line 30, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_layout.scss */
.clear-cache-button {
  font: 13px/1.4 "Lato", sans-serif;
  position: absolute;
  top: 20px;
  right: 14.75%;
  padding: 5px 10px;
  color: #9c9999;
  border: 1px solid #9c9999; }

/* line 40, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_layout.scss */
.header {
  display: flex;
  justify-content: space-between;
  width: 96%;
  height: 48px;
  padding: 12px 2%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  background: #1f1f1f;
  -webkit-transition: background 0.35s linear;
  -moz-transition: background 0.35s linear;
  -o-transition: background 0.35s linear;
  -ms-transition: background 0.35s linear;
  transition: background 0.35s linear; }
  /* line 52, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_layout.scss */
  .header.logged-out {
    background: rgba(31, 31, 31, 0); }
    /* line 54, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_layout.scss */
    .header.logged-out.active {
      background: #1f1f1f; }
    @media screen and (max-width: 1100px) {
      /* line 52, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_layout.scss */
      .header.logged-out {
        background: #1f1f1f; } }
  /* line 61, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_layout.scss */
  .header .location-dropdown {
    display: inline-block;
    float: left;
    margin: 0	16px;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(156, 153, 153, 0.5);
    transition: background-image 0.2s; }
    /* line 68, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_layout.scss */
    .header .location-dropdown li {
      min-width: 200px;
      display: none;
      background: none;
      transition: border-color .2s; }
      /* line 73, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_layout.scss */
      .header .location-dropdown li a {
        font: 300 16px/1.3em "Lato", sans-serif;
        display: block;
        padding: 13px 10px 8px 10px;
        color: #33cc9c;
        letter-spacing: 2px; }
      /* line 80, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_layout.scss */
      .header .location-dropdown li.current-page {
        display: block; }
      /* line 83, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_layout.scss */
      .header .location-dropdown li:hover {
        border-color: #9c9999; }
    /* line 87, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_layout.scss */
    .header .location-dropdown:hover {
      background-image: url(/../images/icons/arrow-down-ltgrey100.svg); }
  /* line 91, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_layout.scss */
  .header .user-nav-icon {
    color: #9c9999;
    font-size: 22px;
    padding: 14px;
    float: right;
    opacity: .75;
    transition: opacity .2s, color .2s; }
    /* line 98, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_layout.scss */
    .header .user-nav-icon:hover {
      opacity: 1; }
  /* line 102, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_layout.scss */
  .header .signup-login {
    display: inline-block;
    color: #9c9999; }
    @media (max-width: 1100px) {
      /* line 102, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_layout.scss */
      .header .signup-login {
        display: none;
        flex-direction: column;
        width: 100%;
        height: 100%;
        background: #1f1f1f;
        position: fixed;
        left: 0;
        top: 68px; }
        /* line 114, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_layout.scss */
        .header .signup-login .btn-xs {
          width: 80%;
          max-width: 350px;
          text-align: center;
          padding: 12px 5% !important;
          margin: 15px 15px 5% !important; } }
    /* line 122, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_layout.scss */
    .header .signup-login a {
      display: inline-block;
      font: 500 14px/1.3em "Montserrat", sans-serif;
      color: white;
      text-transform: uppercase;
      letter-spacing: 2px;
      margin: 0 30px; }
      /* line 129, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_layout.scss */
      .header .signup-login a:hover {
        opacity: 1; }
      @media (max-width: 1100px) {
        /* line 122, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_layout.scss */
        .header .signup-login a {
          display: block;
          padding: 20px 5%;
          font: 400 16px/1.4 "Lato", sans-serif !important;
          text-transform: none;
          letter-spacing: 0; } }
    /* line 141, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_layout.scss */
    .header .signup-login:hover .user-nav-icon,
    .header .signup-login:hover span {
      color: white;
      opacity: 1; }
    /* line 147, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_layout.scss */
    .header .signup-login .btn-xs {
      margin: 6px 10px;
      border-radius: 36px;
      transition: background-color .2s, color .2s;
      font-size: 12px; }
      /* line 152, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_layout.scss */
      .header .signup-login .btn-xs.orange {
        border: 1px solid #e05d23;
        background-color: #e05d23; }
        /* line 155, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_layout.scss */
        .header .signup-login .btn-xs.orange:hover {
          color: #e05d23 !important;
          background-color: rgba(224, 93, 35, 0); }
      /* line 160, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_layout.scss */
      .header .signup-login .btn-xs.outlined {
        border: 1px solid #fff;
        background-color: rgba(255, 255, 255, 0); }
        /* line 163, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_layout.scss */
        .header .signup-login .btn-xs.outlined:hover {
          border-color: #28ba93;
          color: #fff !important;
          background-color: #28ba93; }
  /* line 172, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_layout.scss */
  .header span {
    display: inline-block;
    position: relative;
    float: right;
    top: 15px;
    font: 400 15px/1.3em "Lato", sans-serif;
    transition: color .2s; }
  /* line 180, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_layout.scss */
  .header .header-logo {
    display: inline-block;
    width: auto;
    height: 100%; }
    @media screen and (max-width: 680px) {
      /* line 180, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_layout.scss */
      .header .header-logo {
        height: 100%; } }
  /* line 188, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_layout.scss */
  .header .cc-logo {
    display: inline-block;
    width: auto;
    height: 100%; }

/* line 197, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_layout.scss */
.signup .progress-bar-header {
  margin-top: 30px; }

/* line 200, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_layout.scss */
.signup-login .primary-nav {
  display: none;
  clear: both;
  box-shadow: 3px 3px 10px rgba(47, 45, 45, 0.25);
  background-color: #1f1f1f;
  position: relative;
  top: 4px;
  right: -12%;
  transition: opacity .2s; }
  /* line 209, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_layout.scss */
  .signup-login .primary-nav a {
    display: block;
    font: 400 14px/1.3em "Lato", sans-serif;
    padding: 20px 60px 18px;
    margin: 0;
    color: white;
    text-transform: none;
    text-align: center;
    letter-spacing: 0;
    border-bottom: 1px solid #363636;
    transition: color .2s;
    opacity: 1; }
    /* line 221, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_layout.scss */
    .signup-login .primary-nav a:hover {
      color: #33cc9c; }

/* line 227, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_layout.scss */
.nav_icon {
  display: inline-block;
  position: absolute;
  right: 5%;
  top: 23px; }
  @media (min-width: 1100px) {
    /* line 227, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_layout.scss */
    .nav_icon {
      display: none; } }
  /* line 235, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_layout.scss */
  .nav_icon img {
    display: inline-block; }

/* line 244, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_layout.scss */
.hero {
  width: 100%;
  height: auto;
  padding: 120px 0 60px;
  background: #2f2d2d;
  position: relative;
  background-size: cover;
  background-position: center center; }
  /* line 252, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_layout.scss */
  .hero h1, .hero .timeline-summary h2, .timeline-summary .hero h2 {
    font: 600 60px/1.2 "Playfair Display", serif;
    letter-spacing: 0;
    text-transform: none;
    margin-bottom: 15px; }
    @media (max-width: 680px) {
      /* line 252, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_layout.scss */
      .hero h1, .hero .timeline-summary h2, .timeline-summary .hero h2 {
        margin-top: 70px; } }
  /* line 261, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_layout.scss */
  .hero h1, .hero .timeline-summary h2, .timeline-summary .hero h2, .hero h2 {
    text-align: center;
    color: white;
    position: relative;
    z-index: 5; }
  /* line 267, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_layout.scss */
  .hero h2 {
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    color: #9c9999;
    letter-spacing: 3px; }

/* line 276, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_layout.scss */
.text-hero {
  width: 100%;
  height: auto;
  padding: 140px 0 60px;
  position: relative;
  background-color: #33cc9c; }
  /* line 284, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_layout.scss */
  .text-hero h1, .text-hero .timeline-summary h2, .timeline-summary .text-hero h2 {
    font: 300 42px/1.1em "Crimson Text", serif;
    letter-spacing: 0;
    text-transform: none;
    text-align: center;
    color: white; }
  /* line 292, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_layout.scss */
  .text-hero h2 {
    color: white;
    position: relative;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 30px; }

/* line 305, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_layout.scss */
.local-branding-header {
  display: inline-block;
  height: auto;
  position: absolute;
  right: 2%;
  bottom: 20%;
  text-align: center; }
  /* line 313, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_layout.scss */
  .local-branding-header img {
    max-width: 50px;
    height: auto; }
  /* line 318, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_layout.scss */
  .local-branding-header span {
    display: block;
    color: white;
    font-weight: 300;
    margin-bottom: 10px; }

/* line 326, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_layout.scss */
.hero-intro {
  font: 400 17px/1.6 "Montserrat", sans-serif;
  color: white;
  text-align: center;
  padding: 10px 20% 40px 20%; }

/* line 333, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_layout.scss */
.header-anchor-link {
  display: block;
  color: white;
  font: 13px/1.2 "Lato", sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  margin: auto;
  padding: 20px 0;
  opacity: 1;
  transition: opacity .2s; }
  /* line 345, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_layout.scss */
  .header-anchor-link .arrow-down {
    width: 12px;
    height: auto; }
  /* line 350, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_layout.scss */
  .header-anchor-link:hover {
    opacity: .5; }

/* line 355, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_layout.scss */
.color-overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(47, 45, 45, 0.7);
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0; }

/* line 365, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_layout.scss */
.sticky-submit {
  display: none; }

/* line 369, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_layout.scss */
.sticky-submit,
.alert-notice {
  width: 94%;
  padding: 0 3%;
  position: fixed;
  top: 71px;
  left: 0;
  z-index: 5;
  background: rgba(51, 204, 156, 0.95); }
  /* line 379, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_layout.scss */
  .sticky-submit p, .sticky-submit .form-field-instructions, .sticky-submit .order-creation-details-wrapper .field.weekly label, .order-creation-details-wrapper .field.weekly .sticky-submit label, .sticky-submit .order-creation-details-wrapper .field.monthly span, .order-creation-details-wrapper .field.monthly .sticky-submit span, .sticky-submit .buyer-orders-list .single-order, .buyer-orders-list .sticky-submit .single-order,
  .sticky-submit .vendor-orders-list .single-order,
  .vendor-orders-list .sticky-submit .single-order, .sticky-submit .all-line-items .single-line-item .order-details-line-1 span, .all-line-items .single-line-item .order-details-line-1 .sticky-submit span,
  .sticky-submit .all-line-items .single-line-item .order-details-line-2 span,
  .all-line-items .single-line-item .order-details-line-2 .sticky-submit span,
  .alert-notice p,
  .alert-notice .form-field-instructions,
  .alert-notice .order-creation-details-wrapper .field.weekly label,
  .order-creation-details-wrapper .field.weekly .alert-notice label,
  .alert-notice .order-creation-details-wrapper .field.monthly span,
  .order-creation-details-wrapper .field.monthly .alert-notice span,
  .alert-notice .buyer-orders-list .single-order,
  .buyer-orders-list .alert-notice .single-order,
  .alert-notice .vendor-orders-list .single-order,
  .vendor-orders-list .alert-notice .single-order,
  .alert-notice .all-line-items .single-line-item .order-details-line-1 span,
  .all-line-items .single-line-item .order-details-line-1 .alert-notice span,
  .alert-notice .all-line-items .single-line-item .order-details-line-2 span,
  .all-line-items .single-line-item .order-details-line-2 .alert-notice span {
    display: inline-block;
    float: left;
    padding-top: 24px;
    font: 400 16px/1.4 "Lato", sans-serif;
    color: white; }
  /* line 387, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_layout.scss */
  .sticky-submit .button-teal, .sticky-submit .button-orange, .sticky-submit .button-lime-green, .sticky-submit #new_purchase_order input[type='submit'], #new_purchase_order .sticky-submit input[type='submit'],
  .sticky-submit #new-po-modal-content input[type='submit'],
  #new-po-modal-content .sticky-submit input[type='submit'],
  .alert-notice .button-teal,
  .alert-notice .button-orange,
  .alert-notice .button-lime-green,
  .alert-notice #new_purchase_order input[type='submit'],
  #new_purchase_order .alert-notice input[type='submit'],
  .alert-notice #new-po-modal-content input[type='submit'],
  #new-po-modal-content .alert-notice input[type='submit'] {
    border: 1px solid white;
    float: right;
    margin: 14px 0; }
    /* line 392, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_layout.scss */
    .sticky-submit .button-teal:hover, .sticky-submit .button-orange:hover, .sticky-submit .button-lime-green:hover, .sticky-submit #new_purchase_order input[type='submit']:hover, #new_purchase_order .sticky-submit input[type='submit']:hover,
    .sticky-submit #new-po-modal-content input[type='submit']:hover,
    #new-po-modal-content .sticky-submit input[type='submit']:hover,
    .alert-notice .button-teal:hover,
    .alert-notice .button-orange:hover,
    .alert-notice .button-lime-green:hover,
    .alert-notice #new_purchase_order input[type='submit']:hover,
    #new_purchase_order .alert-notice input[type='submit']:hover,
    .alert-notice #new-po-modal-content input[type='submit']:hover,
    #new-po-modal-content .alert-notice input[type='submit']:hover {
      background-color: white;
      color: #33cc9c; }

/* line 400, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_layout.scss */
.alert-notice p, .alert-notice .form-field-instructions, .alert-notice .order-creation-details-wrapper .field.weekly label, .order-creation-details-wrapper .field.weekly .alert-notice label, .alert-notice .order-creation-details-wrapper .field.monthly span, .order-creation-details-wrapper .field.monthly .alert-notice span, .alert-notice .buyer-orders-list .single-order, .buyer-orders-list .alert-notice .single-order,
.alert-notice .vendor-orders-list .single-order,
.vendor-orders-list .alert-notice .single-order, .alert-notice .all-line-items .single-line-item .order-details-line-1 span, .all-line-items .single-line-item .order-details-line-1 .alert-notice span,
.alert-notice .all-line-items .single-line-item .order-details-line-2 span,
.all-line-items .single-line-item .order-details-line-2 .alert-notice span {
  padding-top: 12px; }
/* line 401, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_layout.scss */
.alert-notice .button-teal, .alert-notice .button-orange, .alert-notice .button-lime-green, .alert-notice #new_purchase_order input[type='submit'], #new_purchase_order .alert-notice input[type='submit'],
.alert-notice #new-po-modal-content input[type='submit'],
#new-po-modal-content .alert-notice input[type='submit'] {
  margin: 0; }

/* line 406, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_layout.scss */
.preview-edit-toggle {
  width: 79%;
  padding: 0 3%;
  position: fixed;
  top: 72px;
  right: 0;
  z-index: 7; }
  @media (min-width: 680px) {
    /* line 406, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_layout.scss */
    .preview-edit-toggle {
      display: flex;
      justify-content: space-between; } }
  /* line 417, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_layout.scss */
  .preview-edit-toggle .breadcrumb-wrapper {
    padding: 35px 3%; }
    @media (max-width: 680px) {
      /* line 417, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_layout.scss */
      .preview-edit-toggle .breadcrumb-wrapper {
        display: none; } }
  /* line 423, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_layout.scss */
  .preview-edit-toggle .button-teal, .preview-edit-toggle .button-orange, .preview-edit-toggle .button-lime-green, .preview-edit-toggle #new_purchase_order input[type='submit'], #new_purchase_order .preview-edit-toggle input[type='submit'],
  .preview-edit-toggle #new-po-modal-content input[type='submit'],
  #new-po-modal-content .preview-edit-toggle input[type='submit'] {
    border: 1px solid #33cc9c;
    float: right; }
  /* line 427, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_layout.scss */
  .preview-edit-toggle .button-outlined {
    float: right;
    font-size: 17px;
    font-weight: 900; }

/* line 435, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_layout.scss */
.main {
  width: 90%;
  padding: 100px 5%;
  background-color: white; }

/* line 442, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_layout.scss */
.sm-column {
  float: left;
  width: 25%;
  padding-right: 5%; }

/* line 448, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_layout.scss */
.lg-column {
  width: 60%;
  padding: 0 0 0 5%;
  float: left; }

/* line 458, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_layout.scss */
.mailing-list-signup {
  padding: 70px 10% 60px;
  text-align: center;
  color: white;
  background: rgba(31, 31, 31, 0.7); }
  /* line 463, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_layout.scss */
  .mailing-list-signup .intro {
    font-family: "Montserrat", sans-serif; }

/* line 468, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_layout.scss */
#mc_embed_signup {
  clear: both;
  display: inline-block;
  margin: 0 auto; }
  /* line 473, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_layout.scss */
  #mc_embed_signup label {
    font: 400 20px/1em "Lato", sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #9c9999;
    margin-bottom: 10px; }
  /* line 481, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_layout.scss */
  #mc_embed_signup .email {
    width: 50%;
    min-width: 250px;
    float: left;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background: #2f2d2d;
    border: 2px solid #2f2d2d;
    font: 400 14px/1.5 "Lato", sans-serif;
    padding: 8px 16px;
    margin-bottom: 6px;
    color: #9c9999; }

/* line 495, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_layout.scss */
#mc-embedded-subscribe {
  font-size: 11px;
  float: left;
  margin: 12px 0 12px 12px;
  line-height: 1.3;
  padding: 12px 16px 10px;
  opacity: .9;
  transition: background .2s, color .2s;
  background: #377B82;
  border-color: #377B82; }
  /* line 505, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_layout.scss */
  #mc-embedded-subscribe:hover {
    background: rgba(55, 123, 130, 0);
    color: #377B82; }

/* line 514, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_layout.scss */
.footer {
  width: 90%;
  padding: 80px 5% 20px;
  background: #1f1f1f;
  position: relative;
  z-index: 3;
  text-align: center; }
  /* line 521, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_layout.scss */
  .footer .footer-wrapper {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 1100px) {
      /* line 521, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_layout.scss */
      .footer .footer-wrapper {
        flex-direction: column; } }
    /* line 527, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_layout.scss */
    .footer .footer-wrapper .w-30 {
      flex: 0 1 30%;
      text-align: left; }
      /* line 530, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_layout.scss */
      .footer .footer-wrapper .w-30 img {
        display: inline-block;
        margin-bottom: 30px; }
      /* line 534, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_layout.scss */
      .footer .footer-wrapper .w-30 .cc-logo {
        margin-bottom: 30px; }
        @media screen and (max-width: 680px) {
          /* line 534, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_layout.scss */
          .footer .footer-wrapper .w-30 .cc-logo {
            width: 140px; } }
    /* line 541, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_layout.scss */
    .footer .footer-wrapper .w-60 {
      flex: 0 1 60%; }
  /* line 548, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_layout.scss */
  .footer .copyright {
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    padding: 50px 0 30px;
    margin-top: 50px; }
    @media screen and (max-width: 1100px) {
      /* line 548, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_layout.scss */
      .footer .copyright {
        text-align: left; } }
    /* line 556, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_layout.scss */
    .footer .copyright p, .footer .copyright .form-field-instructions, .footer .copyright .order-creation-details-wrapper .field.weekly label, .order-creation-details-wrapper .field.weekly .footer .copyright label, .footer .copyright .order-creation-details-wrapper .field.monthly span, .order-creation-details-wrapper .field.monthly .footer .copyright span, .footer .copyright .buyer-orders-list .single-order, .buyer-orders-list .footer .copyright .single-order,
    .footer .copyright .vendor-orders-list .single-order,
    .vendor-orders-list .footer .copyright .single-order, .footer .copyright .all-line-items .single-line-item .order-details-line-1 span, .all-line-items .single-line-item .order-details-line-1 .footer .copyright span,
    .footer .copyright .all-line-items .single-line-item .order-details-line-2 span,
    .all-line-items .single-line-item .order-details-line-2 .footer .copyright span {
      font: 300 17px/1.4 "Montserrat", sans-serif;
      color: #fff; }
      @media screen and (max-width: 680px) {
        /* line 556, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_layout.scss */
        .footer .copyright p, .footer .copyright .form-field-instructions, .footer .copyright .order-creation-details-wrapper .field.weekly label, .order-creation-details-wrapper .field.weekly .footer .copyright label, .footer .copyright .order-creation-details-wrapper .field.monthly span, .order-creation-details-wrapper .field.monthly .footer .copyright span, .footer .copyright .buyer-orders-list .single-order, .buyer-orders-list .footer .copyright .single-order,
        .footer .copyright .vendor-orders-list .single-order,
        .vendor-orders-list .footer .copyright .single-order, .footer .copyright .all-line-items .single-line-item .order-details-line-1 span, .all-line-items .single-line-item .order-details-line-1 .footer .copyright span,
        .footer .copyright .all-line-items .single-line-item .order-details-line-2 span,
        .all-line-items .single-line-item .order-details-line-2 .footer .copyright span {
          font: 400 15px/1.6em "Montserrat", sans-serif;
          opacity: .4; } }
  /* line 565, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_layout.scss */
  .footer .footer-nav {
    display: flex; }
    @media screen and (max-width: 680px) {
      /* line 565, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_layout.scss */
      .footer .footer-nav {
        flex-wrap: wrap;
        margin-top: 30px; } }
    /* line 571, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_layout.scss */
    .footer .footer-nav div {
      flex: 0 1 33%;
      display: flex;
      flex-direction: column;
      text-align: left; }
      @media screen and (max-width: 680px) {
        /* line 571, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_layout.scss */
        .footer .footer-nav div {
          flex: 0 1 50%;
          margin-bottom: 50px; } }
      /* line 580, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_layout.scss */
      .footer .footer-nav div h3, .footer .footer-nav div .order-creation-details-wrapper label, .order-creation-details-wrapper .footer .footer-nav div label {
        color: #fff;
        text-transform: none;
        margin-bottom: 5px; }
        @media screen and (max-width: 680px) {
          /* line 580, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_layout.scss */
          .footer .footer-nav div h3, .footer .footer-nav div .order-creation-details-wrapper label, .order-creation-details-wrapper .footer .footer-nav div label {
            font-size: 17px; } }
      /* line 588, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_layout.scss */
      .footer .footer-nav div a {
        font: 400 17px/1.6em "Montserrat", sans-serif;
        color: white;
        opacity: .9;
        padding: 5px 0;
        transition: opacity .2s; }
        /* line 594, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_layout.scss */
        .footer .footer-nav div a:hover {
          opacity: .5; }
        @media screen and (max-width: 680px) {
          /* line 588, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_layout.scss */
          .footer .footer-nav div a {
            font: 400 14px/1.6em "Montserrat", sans-serif; } }
  /* line 603, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_layout.scss */
  .footer.logged-in {
    width: 96%;
    padding: 40px 2% 30px;
    text-align: right; }
    /* line 609, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_layout.scss */
    .footer.logged-in .footer-wrapper {
      flex-direction: column;
      justify-content: flex-end; }
      /* line 612, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_layout.scss */
      .footer.logged-in .footer-wrapper .w-30 {
        align-self: flex-end; }
        /* line 614, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_layout.scss */
        .footer.logged-in .footer-wrapper .w-30 .cc-logo {
          width: 150px;
          height: auto;
          margin-bottom: 20px; }
        /* line 619, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_layout.scss */
        .footer.logged-in .footer-wrapper .w-30 .social-links {
          display: none; }
          /* line 622, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_layout.scss */
          .footer.logged-in .footer-wrapper .w-30 .social-links div {
            width: 100%;
            text-align: center; }
    /* line 629, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_layout.scss */
    .footer.logged-in p, .footer.logged-in .form-field-instructions, .footer.logged-in .order-creation-details-wrapper .field.weekly label, .order-creation-details-wrapper .field.weekly .footer.logged-in label, .footer.logged-in .order-creation-details-wrapper .field.monthly span, .order-creation-details-wrapper .field.monthly .footer.logged-in span, .footer.logged-in .buyer-orders-list .single-order, .buyer-orders-list .footer.logged-in .single-order,
    .footer.logged-in .vendor-orders-list .single-order,
    .vendor-orders-list .footer.logged-in .single-order, .footer.logged-in .all-line-items .single-line-item .order-details-line-1 span, .all-line-items .single-line-item .order-details-line-1 .footer.logged-in span,
    .footer.logged-in .all-line-items .single-line-item .order-details-line-2 span,
    .all-line-items .single-line-item .order-details-line-2 .footer.logged-in span {
      font: 300 15px/1.4 "Montserrat", sans-serif;
      color: rgba(255, 255, 255, 0.5);
      position: relative; }
      @media screen and (max-width: 680px) {
        /* line 629, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_layout.scss */
        .footer.logged-in p, .footer.logged-in .form-field-instructions, .footer.logged-in .order-creation-details-wrapper .field.weekly label, .order-creation-details-wrapper .field.weekly .footer.logged-in label, .footer.logged-in .order-creation-details-wrapper .field.monthly span, .order-creation-details-wrapper .field.monthly .footer.logged-in span, .footer.logged-in .buyer-orders-list .single-order, .buyer-orders-list .footer.logged-in .single-order,
        .footer.logged-in .vendor-orders-list .single-order,
        .vendor-orders-list .footer.logged-in .single-order, .footer.logged-in .all-line-items .single-line-item .order-details-line-1 span, .all-line-items .single-line-item .order-details-line-1 .footer.logged-in span,
        .footer.logged-in .all-line-items .single-line-item .order-details-line-2 span,
        .all-line-items .single-line-item .order-details-line-2 .footer.logged-in span {
          font: 400 15px/1.6em "Montserrat", sans-serif;
          opacity: .4;
          bottom: 0;
          margin-bottom: 20px; } }

/* line 644, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_layout.scss */
.default-message-wrapper {
  text-align: center; }
  /* line 647, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_layout.scss */
  .default-message-wrapper .button-teal, .default-message-wrapper .button-orange, .default-message-wrapper .button-lime-green, .default-message-wrapper #new_purchase_order input[type='submit'], #new_purchase_order .default-message-wrapper input[type='submit'],
  .default-message-wrapper #new-po-modal-content input[type='submit'],
  #new-po-modal-content .default-message-wrapper input[type='submit'] {
    display: inline-block;
    margin: 5px 0; }

/* line 652, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_layout.scss */
.no-results-placeholder {
  margin: 30px 0;
  font: italic 300 20px/1.4 "Crimson Text", serif;
  letter-spacing: 0;
  color: #9c9999;
  text-align: center; }
  /* line 659, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_layout.scss */
  .no-results-placeholder a {
    color: #9c9999;
    text-decoration: underline;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    transition: all 0.1s linear; }
    /* line 664, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_layout.scss */
    .no-results-placeholder a:hover {
      color: #33cc9c; }

/* line 672, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_layout.scss */
.half {
  width: 40%;
  padding: 0 5%;
  float: left; }

/* line 678, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_layout.scss */
.third {
  width: 30%; }

/* line 686, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_layout.scss */
.location-filter .twitter-typeahead, .location-filter #city-search {
  width: 100%;
  min-width: 200px;
  height: 42px;
  margin: 0 auto; }
/* line 693, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_layout.scss */
.location-filter .tt-suggestion {
  cursor: pointer;
  border: 1px solid blue; }
/* line 698, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_layout.scss */
.location-filter .tt-menu {
  background: #fff;
  border: 1px solid orange; }

/* 04 =HOMEPAGE
------------------------- */
/* line 7, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_homepage.scss */
.homepage-wrapper h1, .homepage-wrapper .timeline-summary h2, .timeline-summary .homepage-wrapper h2,
.interior-wrapper h1,
.interior-wrapper .timeline-summary h2,
.timeline-summary .interior-wrapper h2 {
  color: #fff;
  font: 600 110px/1.2 "Playfair Display", serif;
  text-transform: none; }
  @media screen and (max-width: 680px) {
    /* line 7, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_homepage.scss */
    .homepage-wrapper h1, .homepage-wrapper .timeline-summary h2, .timeline-summary .homepage-wrapper h2,
    .interior-wrapper h1,
    .interior-wrapper .timeline-summary h2,
    .timeline-summary .interior-wrapper h2 {
      font-size: 82px; } }
/* line 15, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_homepage.scss */
.homepage-wrapper h2,
.interior-wrapper h2 {
  font: 600 42px/1.2 "Playfair Display", serif;
  margin-bottom: 20px; }
/* line 19, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_homepage.scss */
.homepage-wrapper h4, .homepage-wrapper .main.detail-page .body-content .about-content h3, .main.detail-page .body-content .about-content .homepage-wrapper h3, .homepage-wrapper .main.detail-page .body-content .about-content .order-creation-details-wrapper label, .main.detail-page .body-content .about-content .order-creation-details-wrapper .homepage-wrapper label, .homepage-wrapper .order-creation-details-wrapper .main.detail-page .body-content .about-content label, .order-creation-details-wrapper .main.detail-page .body-content .about-content .homepage-wrapper label,
.interior-wrapper h4,
.interior-wrapper .main.detail-page .body-content .about-content h3,
.main.detail-page .body-content .about-content .interior-wrapper h3,
.interior-wrapper .main.detail-page .body-content .about-content .order-creation-details-wrapper label,
.main.detail-page .body-content .about-content .order-creation-details-wrapper .interior-wrapper label,
.interior-wrapper .order-creation-details-wrapper .main.detail-page .body-content .about-content label,
.order-creation-details-wrapper .main.detail-page .body-content .about-content .interior-wrapper label {
  font: 600 17px/1.4 "Montserrat", sans-serif;
  color: #28ba93;
  letter-spacing: 1px; }
/* line 24, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_homepage.scss */
.homepage-wrapper p, .homepage-wrapper .form-field-instructions, .homepage-wrapper .order-creation-details-wrapper .field.weekly label, .order-creation-details-wrapper .field.weekly .homepage-wrapper label, .homepage-wrapper .order-creation-details-wrapper .field.monthly span, .order-creation-details-wrapper .field.monthly .homepage-wrapper span, .homepage-wrapper .buyer-orders-list .single-order, .buyer-orders-list .homepage-wrapper .single-order,
.homepage-wrapper .vendor-orders-list .single-order,
.vendor-orders-list .homepage-wrapper .single-order, .homepage-wrapper .all-line-items .single-line-item .order-details-line-1 span, .all-line-items .single-line-item .order-details-line-1 .homepage-wrapper span,
.homepage-wrapper .all-line-items .single-line-item .order-details-line-2 span,
.all-line-items .single-line-item .order-details-line-2 .homepage-wrapper span,
.interior-wrapper p,
.interior-wrapper .form-field-instructions,
.interior-wrapper .order-creation-details-wrapper .field.weekly label,
.order-creation-details-wrapper .field.weekly .interior-wrapper label,
.interior-wrapper .order-creation-details-wrapper .field.monthly span,
.order-creation-details-wrapper .field.monthly .interior-wrapper span,
.interior-wrapper .buyer-orders-list .single-order,
.buyer-orders-list .interior-wrapper .single-order,
.interior-wrapper .vendor-orders-list .single-order,
.vendor-orders-list .interior-wrapper .single-order,
.interior-wrapper .all-line-items .single-line-item .order-details-line-1 span,
.all-line-items .single-line-item .order-details-line-1 .interior-wrapper span,
.interior-wrapper .all-line-items .single-line-item .order-details-line-2 span,
.all-line-items .single-line-item .order-details-line-2 .interior-wrapper span {
  font: 400 20px/1.8 "Montserrat", sans-serif; }
  /* line 26, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_homepage.scss */
  .homepage-wrapper p.lg, .homepage-wrapper .lg.form-field-instructions, .homepage-wrapper .order-creation-details-wrapper .field.weekly label.lg, .order-creation-details-wrapper .field.weekly .homepage-wrapper label.lg, .homepage-wrapper .order-creation-details-wrapper .field.monthly span.lg, .order-creation-details-wrapper .field.monthly .homepage-wrapper span.lg, .homepage-wrapper .buyer-orders-list .lg.single-order, .buyer-orders-list .homepage-wrapper .lg.single-order,
  .homepage-wrapper .vendor-orders-list .lg.single-order,
  .vendor-orders-list .homepage-wrapper .lg.single-order, .homepage-wrapper .all-line-items .single-line-item .order-details-line-1 span.lg, .all-line-items .single-line-item .order-details-line-1 .homepage-wrapper span.lg,
  .homepage-wrapper .all-line-items .single-line-item .order-details-line-2 span.lg,
  .all-line-items .single-line-item .order-details-line-2 .homepage-wrapper span.lg,
  .interior-wrapper p.lg,
  .interior-wrapper .lg.form-field-instructions,
  .interior-wrapper .order-creation-details-wrapper .field.weekly label.lg,
  .order-creation-details-wrapper .field.weekly .interior-wrapper label.lg,
  .interior-wrapper .order-creation-details-wrapper .field.monthly span.lg,
  .order-creation-details-wrapper .field.monthly .interior-wrapper span.lg,
  .interior-wrapper .buyer-orders-list .lg.single-order,
  .buyer-orders-list .interior-wrapper .lg.single-order,
  .interior-wrapper .vendor-orders-list .lg.single-order,
  .vendor-orders-list .interior-wrapper .lg.single-order,
  .interior-wrapper .all-line-items .single-line-item .order-details-line-1 span.lg,
  .all-line-items .single-line-item .order-details-line-1 .interior-wrapper span.lg,
  .interior-wrapper .all-line-items .single-line-item .order-details-line-2 span.lg,
  .all-line-items .single-line-item .order-details-line-2 .interior-wrapper span.lg {
    max-width: 900px;
    margin: 30px auto;
    text-align: center; }
  /* line 31, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_homepage.scss */
  .homepage-wrapper p.sm, .homepage-wrapper .sm.form-field-instructions, .homepage-wrapper .order-creation-details-wrapper .field.weekly label.sm, .order-creation-details-wrapper .field.weekly .homepage-wrapper label.sm, .homepage-wrapper .order-creation-details-wrapper .field.monthly span.sm, .order-creation-details-wrapper .field.monthly .homepage-wrapper span.sm, .homepage-wrapper .buyer-orders-list .sm.single-order, .buyer-orders-list .homepage-wrapper .sm.single-order,
  .homepage-wrapper .vendor-orders-list .sm.single-order,
  .vendor-orders-list .homepage-wrapper .sm.single-order, .homepage-wrapper .all-line-items .single-line-item .order-details-line-1 span.sm, .all-line-items .single-line-item .order-details-line-1 .homepage-wrapper span.sm,
  .homepage-wrapper .all-line-items .single-line-item .order-details-line-2 span.sm,
  .all-line-items .single-line-item .order-details-line-2 .homepage-wrapper span.sm,
  .interior-wrapper p.sm,
  .interior-wrapper .sm.form-field-instructions,
  .interior-wrapper .order-creation-details-wrapper .field.weekly label.sm,
  .order-creation-details-wrapper .field.weekly .interior-wrapper label.sm,
  .interior-wrapper .order-creation-details-wrapper .field.monthly span.sm,
  .order-creation-details-wrapper .field.monthly .interior-wrapper span.sm,
  .interior-wrapper .buyer-orders-list .sm.single-order,
  .buyer-orders-list .interior-wrapper .sm.single-order,
  .interior-wrapper .vendor-orders-list .sm.single-order,
  .vendor-orders-list .interior-wrapper .sm.single-order,
  .interior-wrapper .all-line-items .single-line-item .order-details-line-1 span.sm,
  .all-line-items .single-line-item .order-details-line-1 .interior-wrapper span.sm,
  .interior-wrapper .all-line-items .single-line-item .order-details-line-2 span.sm,
  .all-line-items .single-line-item .order-details-line-2 .interior-wrapper span.sm {
    font-size: 15px;
    margin: 10px auto; }
/* line 36, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_homepage.scss */
.homepage-wrapper .button-orange,
.interior-wrapper .button-orange {
  border-radius: 50px;
  font: 400 13px/1.4 "Montserrat", sans-serif;
  letter-spacing: 1px; }
/* line 44, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_homepage.scss */
.homepage-wrapper .button-dk-teal,
.interior-wrapper .button-dk-teal {
  background: #377B82;
  color: #fff;
  border-radius: 40px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  transition: background .2s; }
  /* line 52, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_homepage.scss */
  .homepage-wrapper .button-dk-teal:hover,
  .interior-wrapper .button-dk-teal:hover {
    background: #e05d23; }

/* line 60, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_homepage.scss */
.homepage-wrapper .homepage-hero {
  padding: 300px 5% 250px;
  background-image: url(/images/layout/Homepage_Hero_Background_Image.jpg) no-repeat center center;
  background-size: cover; }
  @media screen and (max-width: 680px) {
    /* line 60, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_homepage.scss */
    .homepage-wrapper .homepage-hero {
      padding: 150px 5% 100px; } }
  /* line 69, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_homepage.scss */
  .homepage-wrapper .homepage-hero p, .homepage-wrapper .homepage-hero .form-field-instructions, .homepage-wrapper .homepage-hero .order-creation-details-wrapper .field.weekly label, .order-creation-details-wrapper .field.weekly .homepage-wrapper .homepage-hero label, .homepage-wrapper .homepage-hero .order-creation-details-wrapper .field.monthly span, .order-creation-details-wrapper .field.monthly .homepage-wrapper .homepage-hero span, .homepage-wrapper .homepage-hero .buyer-orders-list .single-order, .buyer-orders-list .homepage-wrapper .homepage-hero .single-order,
  .homepage-wrapper .homepage-hero .vendor-orders-list .single-order,
  .vendor-orders-list .homepage-wrapper .homepage-hero .single-order, .homepage-wrapper .homepage-hero .all-line-items .single-line-item .order-details-line-1 span, .all-line-items .single-line-item .order-details-line-1 .homepage-wrapper .homepage-hero span,
  .homepage-wrapper .homepage-hero .all-line-items .single-line-item .order-details-line-2 span,
  .all-line-items .single-line-item .order-details-line-2 .homepage-wrapper .homepage-hero span {
    max-width: 80%;
    font: 300 24px/1.4 "Montserrat", sans-serif;
    color: #fff;
    margin: 20px 0; }
    @media screen and (max-width: 680px) {
      /* line 69, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_homepage.scss */
      .homepage-wrapper .homepage-hero p, .homepage-wrapper .homepage-hero .form-field-instructions, .homepage-wrapper .homepage-hero .order-creation-details-wrapper .field.weekly label, .order-creation-details-wrapper .field.weekly .homepage-wrapper .homepage-hero label, .homepage-wrapper .homepage-hero .order-creation-details-wrapper .field.monthly span, .order-creation-details-wrapper .field.monthly .homepage-wrapper .homepage-hero span, .homepage-wrapper .homepage-hero .buyer-orders-list .single-order, .buyer-orders-list .homepage-wrapper .homepage-hero .single-order,
      .homepage-wrapper .homepage-hero .vendor-orders-list .single-order,
      .vendor-orders-list .homepage-wrapper .homepage-hero .single-order, .homepage-wrapper .homepage-hero .all-line-items .single-line-item .order-details-line-1 span, .all-line-items .single-line-item .order-details-line-1 .homepage-wrapper .homepage-hero span,
      .homepage-wrapper .homepage-hero .all-line-items .single-line-item .order-details-line-2 span,
      .all-line-items .single-line-item .order-details-line-2 .homepage-wrapper .homepage-hero span {
        font-size: 20px;
        max-width: 100%; } }
  /* line 80, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_homepage.scss */
  .homepage-wrapper .homepage-hero .button-wrapper .button-teal, .homepage-wrapper .homepage-hero .button-wrapper .button-orange, .homepage-wrapper .homepage-hero .button-wrapper .button-lime-green, .homepage-wrapper .homepage-hero .button-wrapper #new_purchase_order input[type='submit'], #new_purchase_order .homepage-wrapper .homepage-hero .button-wrapper input[type='submit'],
  .homepage-wrapper .homepage-hero .button-wrapper #new-po-modal-content input[type='submit'],
  #new-po-modal-content .homepage-wrapper .homepage-hero .button-wrapper input[type='submit'] {
    margin-right: 15px; }
/* line 85, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_homepage.scss */
.homepage-wrapper .homepage-intro {
  padding: 100px 5%;
  text-align: center;
  background: #fff;
  position: relative; }
  /* line 90, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_homepage.scss */
  .homepage-wrapper .homepage-intro .flex-wrapper {
    display: flex;
    flex-direction: row; }
    @media screen and (max-width: 1100px) {
      /* line 90, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_homepage.scss */
      .homepage-wrapper .homepage-intro .flex-wrapper {
        flex-direction: column; } }
    /* line 96, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_homepage.scss */
    .homepage-wrapper .homepage-intro .flex-wrapper div {
      flex: 0 1 30%;
      padding: 0 1.5%;
      position: relative;
      z-index: 2; }
  /* line 103, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_homepage.scss */
  .homepage-wrapper .homepage-intro hr.dotted {
    width: 70%;
    border-top: 2px dashed #e6e6e6;
    position: absolute;
    top: 50%;
    left: 15%;
    z-index: 0;
    background: none; }
/* line 113, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_homepage.scss */
.homepage-wrapper .partners-clients {
  padding: 80px 5% 70px;
  background: #035257;
  text-align: center; }
  /* line 117, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_homepage.scss */
  .homepage-wrapper .partners-clients h2 {
    color: #fff;
    margin-bottom: 40px; }
  /* line 121, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_homepage.scss */
  .homepage-wrapper .partners-clients .all-clients {
    margin-top: 60px; }
  /* line 124, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_homepage.scss */
  .homepage-wrapper .partners-clients .single-client img {
    margin: 0 auto; }
  /* line 127, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_homepage.scss */
  .homepage-wrapper .partners-clients .slick-arrow {
    top: 30% !important; }
/* line 131, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_homepage.scss */
.homepage-wrapper .how-it-works-section {
  padding: 100px 5% 0;
  background: #fff; }
  /* line 134, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_homepage.scss */
  .homepage-wrapper .how-it-works-section h2 {
    text-align: center; }
  /* line 137, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_homepage.scss */
  .homepage-wrapper .how-it-works-section p.title, .homepage-wrapper .how-it-works-section .title.form-field-instructions, .homepage-wrapper .how-it-works-section .order-creation-details-wrapper .field.weekly label.title, .order-creation-details-wrapper .field.weekly .homepage-wrapper .how-it-works-section label.title, .homepage-wrapper .how-it-works-section .order-creation-details-wrapper .field.monthly span.title, .order-creation-details-wrapper .field.monthly .homepage-wrapper .how-it-works-section span.title, .homepage-wrapper .how-it-works-section .buyer-orders-list .title.single-order, .buyer-orders-list .homepage-wrapper .how-it-works-section .title.single-order,
  .homepage-wrapper .how-it-works-section .vendor-orders-list .title.single-order,
  .vendor-orders-list .homepage-wrapper .how-it-works-section .title.single-order, .homepage-wrapper .how-it-works-section .all-line-items .single-line-item .order-details-line-1 span.title, .all-line-items .single-line-item .order-details-line-1 .homepage-wrapper .how-it-works-section span.title,
  .homepage-wrapper .how-it-works-section .all-line-items .single-line-item .order-details-line-2 span.title,
  .all-line-items .single-line-item .order-details-line-2 .homepage-wrapper .how-it-works-section span.title {
    margin-top: 20px; }
  /* line 140, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_homepage.scss */
  .homepage-wrapper .how-it-works-section .graphic-desktop {
    display: block;
    width: 100%;
    height: auto;
    margin-top: -100px; }
    @media screen and (max-width: 1100px) {
      /* line 140, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_homepage.scss */
      .homepage-wrapper .how-it-works-section .graphic-desktop {
        display: none; } }
  @media screen and (min-width: 1100px) {
    /* line 149, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_homepage.scss */
    .homepage-wrapper .how-it-works-section .graphic-responsive {
      display: none; } }
  @media screen and (max-width: 1100px) {
    /* line 149, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_homepage.scss */
    .homepage-wrapper .how-it-works-section .graphic-responsive {
      display: block;
      margin: 50px auto; } }
  /* line 158, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_homepage.scss */
  .homepage-wrapper .how-it-works-section .personas {
    display: flex; }
    @media screen and (max-width: 1100px) {
      /* line 158, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_homepage.scss */
      .homepage-wrapper .how-it-works-section .personas {
        flex-direction: column; } }
    /* line 163, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_homepage.scss */
    .homepage-wrapper .how-it-works-section .personas .single-persona {
      flex: 0 1 30%;
      padding: 0 1.5%; }
      /* line 166, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_homepage.scss */
      .homepage-wrapper .how-it-works-section .personas .single-persona.p-buyers {
        position: relative; }
        @media screen and (min-width: 1100px) {
          /* line 166, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_homepage.scss */
          .homepage-wrapper .how-it-works-section .personas .single-persona.p-buyers {
            top: -120px; } }
      /* line 172, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_homepage.scss */
      .homepage-wrapper .how-it-works-section .personas .single-persona.p-cureators {
        position: relative; }
        @media screen and (min-width: 1100px) {
          /* line 172, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_homepage.scss */
          .homepage-wrapper .how-it-works-section .personas .single-persona.p-cureators {
            top: -20px; } }
        @media screen and (max-width: 1100px) {
          /* line 172, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_homepage.scss */
          .homepage-wrapper .how-it-works-section .personas .single-persona.p-cureators {
            margin-top: 30px;
            border-top: 1px solid #e6e6e6; } }
      /* line 182, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_homepage.scss */
      .homepage-wrapper .how-it-works-section .personas .single-persona.p-vendors {
        position: relative; }
        @media screen and (min-width: 1100px) {
          /* line 182, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_homepage.scss */
          .homepage-wrapper .how-it-works-section .personas .single-persona.p-vendors {
            top: 50px; } }
        @media screen and (max-width: 1100px) {
          /* line 182, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_homepage.scss */
          .homepage-wrapper .how-it-works-section .personas .single-persona.p-vendors {
            margin-top: 30px;
            border-top: 1px solid #e6e6e6; } }
  /* line 194, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_homepage.scss */
  .homepage-wrapper .how-it-works-section ul {
    font: 400 15px/1.6 "Montserrat", sans-serif;
    list-style: disc; }
    /* line 197, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_homepage.scss */
    .homepage-wrapper .how-it-works-section ul li {
      margin: 20px 0 20px 20px; }
/* line 202, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_homepage.scss */
.homepage-wrapper .persona-rotator {
  width: 95%;
  background: #fff;
  padding: 0 2.5% 40px 2.5%;
  margin: auto; }
  /* line 207, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_homepage.scss */
  .homepage-wrapper .persona-rotator .all-persona-slides {
    width: 100%; }
    /* line 209, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_homepage.scss */
    .homepage-wrapper .persona-rotator .all-persona-slides .single-slide {
      width: 90%;
      padding: 150px 5%; }
      @media screen and (max-width: 680px) {
        /* line 209, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_homepage.scss */
        .homepage-wrapper .persona-rotator .all-persona-slides .single-slide {
          width: 90% !important; } }
      /* line 215, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_homepage.scss */
      .homepage-wrapper .persona-rotator .all-persona-slides .single-slide .white-circle {
        display: flex;
        justify-content: center;
        align-items: center;
        background: #fff;
        width: 500px;
        height: 500px;
        border-radius: 50%;
        text-align: center; }
        @media screen and (max-width: 680px) {
          /* line 215, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_homepage.scss */
          .homepage-wrapper .persona-rotator .all-persona-slides .single-slide .white-circle {
            width: 380px;
            height: 380px;
            margin: auto;
            background: rgba(255, 255, 255, 0.8); } }
        /* line 230, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_homepage.scss */
        .homepage-wrapper .persona-rotator .all-persona-slides .single-slide .white-circle .text-wrapper {
          padding: 50px; }
          @media screen and (max-width: 680px) {
            /* line 230, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_homepage.scss */
            .homepage-wrapper .persona-rotator .all-persona-slides .single-slide .white-circle .text-wrapper {
              padding: 30px; } }
          /* line 235, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_homepage.scss */
          .homepage-wrapper .persona-rotator .all-persona-slides .single-slide .white-circle .text-wrapper .quote-icon {
            margin: auto; }
            @media screen and (max-width: 680px) {
              /* line 235, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_homepage.scss */
              .homepage-wrapper .persona-rotator .all-persona-slides .single-slide .white-circle .text-wrapper .quote-icon {
                width: 20px;
                height: auto; } }
          /* line 242, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_homepage.scss */
          .homepage-wrapper .persona-rotator .all-persona-slides .single-slide .white-circle .text-wrapper h4, .homepage-wrapper .persona-rotator .all-persona-slides .single-slide .white-circle .text-wrapper .main.detail-page .body-content .about-content h3, .main.detail-page .body-content .about-content .homepage-wrapper .persona-rotator .all-persona-slides .single-slide .white-circle .text-wrapper h3, .homepage-wrapper .persona-rotator .all-persona-slides .single-slide .white-circle .text-wrapper .main.detail-page .body-content .about-content .order-creation-details-wrapper label, .main.detail-page .body-content .about-content .order-creation-details-wrapper .homepage-wrapper .persona-rotator .all-persona-slides .single-slide .white-circle .text-wrapper label, .homepage-wrapper .persona-rotator .all-persona-slides .single-slide .white-circle .text-wrapper .order-creation-details-wrapper .main.detail-page .body-content .about-content label, .order-creation-details-wrapper .main.detail-page .body-content .about-content .homepage-wrapper .persona-rotator .all-persona-slides .single-slide .white-circle .text-wrapper label {
            text-transform: uppercase;
            margin-top: 20px; }
            @media screen and (max-width: 680px) {
              /* line 242, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_homepage.scss */
              .homepage-wrapper .persona-rotator .all-persona-slides .single-slide .white-circle .text-wrapper h4, .homepage-wrapper .persona-rotator .all-persona-slides .single-slide .white-circle .text-wrapper .main.detail-page .body-content .about-content h3, .main.detail-page .body-content .about-content .homepage-wrapper .persona-rotator .all-persona-slides .single-slide .white-circle .text-wrapper h3, .homepage-wrapper .persona-rotator .all-persona-slides .single-slide .white-circle .text-wrapper .main.detail-page .body-content .about-content .order-creation-details-wrapper label, .main.detail-page .body-content .about-content .order-creation-details-wrapper .homepage-wrapper .persona-rotator .all-persona-slides .single-slide .white-circle .text-wrapper label, .homepage-wrapper .persona-rotator .all-persona-slides .single-slide .white-circle .text-wrapper .order-creation-details-wrapper .main.detail-page .body-content .about-content label, .order-creation-details-wrapper .main.detail-page .body-content .about-content .homepage-wrapper .persona-rotator .all-persona-slides .single-slide .white-circle .text-wrapper label {
                font-size: 13px;
                margin-top: 10px; } }
          @media screen and (max-width: 680px) {
            /* line 250, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_homepage.scss */
            .homepage-wrapper .persona-rotator .all-persona-slides .single-slide .white-circle .text-wrapper p.sm, .homepage-wrapper .persona-rotator .all-persona-slides .single-slide .white-circle .text-wrapper .sm.form-field-instructions, .homepage-wrapper .persona-rotator .all-persona-slides .single-slide .white-circle .text-wrapper .order-creation-details-wrapper .field.weekly label.sm, .order-creation-details-wrapper .field.weekly .homepage-wrapper .persona-rotator .all-persona-slides .single-slide .white-circle .text-wrapper label.sm, .homepage-wrapper .persona-rotator .all-persona-slides .single-slide .white-circle .text-wrapper .order-creation-details-wrapper .field.monthly span.sm, .order-creation-details-wrapper .field.monthly .homepage-wrapper .persona-rotator .all-persona-slides .single-slide .white-circle .text-wrapper span.sm, .homepage-wrapper .persona-rotator .all-persona-slides .single-slide .white-circle .text-wrapper .buyer-orders-list .sm.single-order, .buyer-orders-list .homepage-wrapper .persona-rotator .all-persona-slides .single-slide .white-circle .text-wrapper .sm.single-order,
            .homepage-wrapper .persona-rotator .all-persona-slides .single-slide .white-circle .text-wrapper .vendor-orders-list .sm.single-order,
            .vendor-orders-list .homepage-wrapper .persona-rotator .all-persona-slides .single-slide .white-circle .text-wrapper .sm.single-order, .homepage-wrapper .persona-rotator .all-persona-slides .single-slide .white-circle .text-wrapper .all-line-items .single-line-item .order-details-line-1 span.sm, .all-line-items .single-line-item .order-details-line-1 .homepage-wrapper .persona-rotator .all-persona-slides .single-slide .white-circle .text-wrapper span.sm,
            .homepage-wrapper .persona-rotator .all-persona-slides .single-slide .white-circle .text-wrapper .all-line-items .single-line-item .order-details-line-2 span.sm,
            .all-line-items .single-line-item .order-details-line-2 .homepage-wrapper .persona-rotator .all-persona-slides .single-slide .white-circle .text-wrapper span.sm {
              font-size: 11px; } }
          /* line 255, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_homepage.scss */
          .homepage-wrapper .persona-rotator .all-persona-slides .single-slide .white-circle .text-wrapper .citation {
            font-size: 13px;
            font-style: italic;
            color: #9c9999;
            margin-bottom: 20px; }
            @media screen and (max-width: 680px) {
              /* line 255, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_homepage.scss */
              .homepage-wrapper .persona-rotator .all-persona-slides .single-slide .white-circle .text-wrapper .citation {
                font-size: 11px; } }
            /* line 263, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_homepage.scss */
            .homepage-wrapper .persona-rotator .all-persona-slides .single-slide .white-circle .text-wrapper .citation a {
              color: inherit;
              transition: color .2s; }
              /* line 266, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_homepage.scss */
              .homepage-wrapper .persona-rotator .all-persona-slides .single-slide .white-circle .text-wrapper .citation a:hover {
                color: #28ba93; }
          @media screen and (max-width: 680px) {
            /* line 271, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_homepage.scss */
            .homepage-wrapper .persona-rotator .all-persona-slides .single-slide .white-circle .text-wrapper .button-dk-teal {
              font-size: 10px; } }
    /* line 279, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_homepage.scss */
    .homepage-wrapper .persona-rotator .all-persona-slides .slick-arrow {
      z-index: 1; }
      @media screen and (max-width: 680px) {
        /* line 279, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_homepage.scss */
        .homepage-wrapper .persona-rotator .all-persona-slides .slick-arrow {
          display: none !important; } }
    /* line 285, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_homepage.scss */
    .homepage-wrapper .persona-rotator .all-persona-slides .slick-prev {
      left: 89%;
      top: 90%; }
    /* line 289, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_homepage.scss */
    .homepage-wrapper .persona-rotator .all-persona-slides .slick-next {
      right: 2.5%;
      top: 90%; }
    /* line 293, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_homepage.scss */
    .homepage-wrapper .persona-rotator .all-persona-slides .slick-dots {
      width: 580px;
      margin-left: 2.5%;
      bottom: 10%; }
      @media screen and (max-width: 680px) {
        /* line 293, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_homepage.scss */
        .homepage-wrapper .persona-rotator .all-persona-slides .slick-dots {
          width: 100%;
          bottom: 5%;
          margin-left: 0; } }
/* line 305, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_homepage.scss */
.homepage-wrapper .instagram-feed {
  width: 100%;
  text-align: center;
  background: #fff;
  padding-bottom: 40px; }
  @media screen and (max-width: 680px) {
    /* line 305, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_homepage.scss */
    .homepage-wrapper .instagram-feed {
      width: 90%; } }
  /* line 313, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_homepage.scss */
  .homepage-wrapper .instagram-feed .wrapper {
    width: 90%;
    background: rgba(51, 204, 156, 0.2);
    padding: 80px 2.5%;
    margin: auto; }
    @media screen and (max-width: 680px) {
      /* line 313, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_homepage.scss */
      .homepage-wrapper .instagram-feed .wrapper {
        width: 95%;
        padding: 80px 2.5%; } }
  /* line 323, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_homepage.scss */
  .homepage-wrapper .instagram-feed h2 {
    margin-bottom: 60px; }
  /* line 327, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_homepage.scss */
  .homepage-wrapper .instagram-feed #curator-feed-default-feed-layout .crt-logo.crt-tag {
    color: rgba(40, 186, 147, 0.5); }
  /* line 332, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_homepage.scss */
  .homepage-wrapper .instagram-feed .button-teal.btn-round-lg .icon, .homepage-wrapper .instagram-feed .btn-round-lg.button-orange .icon, .homepage-wrapper .instagram-feed .btn-round-lg.button-lime-green .icon, .homepage-wrapper .instagram-feed #new_purchase_order input.btn-round-lg[type='submit'] .icon, #new_purchase_order .homepage-wrapper .instagram-feed input.btn-round-lg[type='submit'] .icon,
  .homepage-wrapper .instagram-feed #new-po-modal-content input.btn-round-lg[type='submit'] .icon,
  #new-po-modal-content .homepage-wrapper .instagram-feed input.btn-round-lg[type='submit'] .icon {
    display: inline-block;
    position: relative;
    top: 2px;
    margin: 0 5px 0 0;
    fill: #fff;
    transition: fill .2s; }
  /* line 340, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_homepage.scss */
  .homepage-wrapper .instagram-feed .button-teal.btn-round-lg span, .homepage-wrapper .instagram-feed .btn-round-lg.button-orange span, .homepage-wrapper .instagram-feed .btn-round-lg.button-lime-green span, .homepage-wrapper .instagram-feed #new_purchase_order input.btn-round-lg[type='submit'] span, #new_purchase_order .homepage-wrapper .instagram-feed input.btn-round-lg[type='submit'] span,
  .homepage-wrapper .instagram-feed #new-po-modal-content input.btn-round-lg[type='submit'] span,
  #new-po-modal-content .homepage-wrapper .instagram-feed input.btn-round-lg[type='submit'] span {
    display: inline-block;
    position: relative;
    top: -2px; }
  /* line 346, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_homepage.scss */
  .homepage-wrapper .instagram-feed .button-teal.btn-round-lg:hover .icon, .homepage-wrapper .instagram-feed .btn-round-lg.button-orange:hover .icon, .homepage-wrapper .instagram-feed .btn-round-lg.button-lime-green:hover .icon, .homepage-wrapper .instagram-feed #new_purchase_order input.btn-round-lg[type='submit']:hover .icon, #new_purchase_order .homepage-wrapper .instagram-feed input.btn-round-lg[type='submit']:hover .icon,
  .homepage-wrapper .instagram-feed #new-po-modal-content input.btn-round-lg[type='submit']:hover .icon,
  #new-po-modal-content .homepage-wrapper .instagram-feed input.btn-round-lg[type='submit']:hover .icon {
    fill: #28ba93; }

/* 05 =SUBPAGES
------------------------- */
/* line 8, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
.filter-form {
  width: 100%;
  position: absolute;
  z-index: 5; }
  @media screen and (max-width: 1100px) {
    /* line 8, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .filter-form {
      position: relative; } }
  @media screen and (max-width: 680px) {
    /* line 8, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .filter-form {
      background: rgba(230, 230, 230, 0.5);
      padding-top: 6px; } }

/* line 21, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
.main-filter-label {
  flex: 0 1 10%; }
  @media screen and (max-width: 1150px) {
    /* line 21, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .main-filter-label {
      display: none; } }
  @media screen and (max-width: 680px) {
    /* line 21, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .main-filter-label {
      display: inline-block;
      flex: 0 1 100%; } }
  /* line 30, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .main-filter-label h3, .main-filter-label .order-creation-details-wrapper label, .order-creation-details-wrapper .main-filter-label label {
    font: 800 13px/2 "Lato", sans-serif;
    text-align: center;
    padding: 10px 2% 12.5px;
    text-align: left;
    color: #1f1f1f;
    letter-spacing: 2px;
    border-bottom: 2px solid #28ba93; }
    @media screen and (max-width: 680px) {
      /* line 30, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .main-filter-label h3, .main-filter-label .order-creation-details-wrapper label, .order-creation-details-wrapper .main-filter-label label {
        font: 800 11px/2 "Lato", sans-serif;
        text-align: left;
        border-bottom: none; } }

/* line 46, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
.vendor-list-filters {
  display: flex;
  width: 90%;
  justify-content: left;
  z-index: 5;
  margin: auto; }
  @media screen and (max-width: 680px) {
    /* line 46, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .vendor-list-filters {
      flex-direction: column; } }
  /* line 55, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .vendor-list-filters input[type="checkbox"] {
    display: inline-block;
    margin: 10px 7px 0 0; }
  /* line 60, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .vendor-list-filters .filters {
    flex: 0 1 28%;
    position: relative; }
    @media screen and (max-width: 1150px) {
      /* line 60, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .vendor-list-filters .filters {
        flex: 0 1 32%; } }
    @media screen and (max-width: 680px) {
      /* line 60, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .vendor-list-filters .filters {
        flex: 0 1 100%; } }
    /* line 69, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .vendor-list-filters .filters .filter-section {
      display: none; }
    /* line 72, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .vendor-list-filters .filters dl {
      padding: 4px 5%; }
      /* line 74, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .vendor-list-filters .filters dl label {
        font: 600 14px/2 "Lato", sans-serif;
        color: rgba(47, 45, 45, 0.9);
        border-bottom: 1px solid #9c9999;
        margin: 0 0 10px 0; }
      /* line 81, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .vendor-list-filters .filters dl.employees dd {
        width: 16%; }
    /* line 85, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .vendor-list-filters .filters dd {
      width: 41%;
      display: inline-block;
      font: 400 13px/1.3 "Lato", sans-serif;
      padding: 2px 0 6px 7%;
      color: #363636;
      position: relative;
      vertical-align: top; }
      /* line 93, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .vendor-list-filters .filters dd input {
        position: absolute;
        top: -6px;
        left: 3px; }
      /* line 98, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .vendor-list-filters .filters dd .input-detail {
        display: block;
        font-size: 11px;
        font-style: italic;
        color: rgba(54, 54, 54, 0.75);
        transition: color .2s; }
        /* line 104, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
        .vendor-list-filters .filters dd .input-detail:hover {
          color: #363636; }
    /* line 110, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .vendor-list-filters .filters .employees dd {
      width: 15%; }
    /* line 112, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .vendor-list-filters .filters.vendor-filters, .vendor-list-filters .filters.product-filters {
      border-left: none; }
    @media screen and (min-width: 680px) {
      /* line 116, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .vendor-list-filters .filters.active-filters {
        background-color: white;
        box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.4); } }
    /* line 122, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .vendor-list-filters .filters .button-outlined {
      display: block;
      font-size: 11px;
      font-weight: 600;
      margin: 10px auto 20px auto;
      padding: 10px 20px 8px; }
  /* line 130, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .vendor-list-filters .search {
    flex: 0 1 5%;
    padding: 0;
    display: inline-block;
    position: relative; }
    @media screen and (max-width: 680px) {
      /* line 130, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .vendor-list-filters .search {
        position: absolute;
        right: 6.5%;
        top: 7px; } }
    /* line 140, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .vendor-list-filters .search .toggle-search {
      border: none;
      background: none;
      position: relative;
      z-index: 6;
      transition: color .2s; }
      @media screen and (max-width: 1100px) {
        /* line 140, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
        .vendor-list-filters .search .toggle-search {
          padding: 1px;
          border-bottom: none; } }
      /* line 151, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .vendor-list-filters .search .toggle-search .icon-search {
        display: inline-block;
        width: 20px;
        height: 20px;
        padding: 11px 11px 1px 11px; }
        @media screen and (max-width: 680px) {
          /* line 151, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
          .vendor-list-filters .search .toggle-search .icon-search {
            width: 16px;
            padding: 13px; } }
        /* line 160, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
        .vendor-list-filters .search .toggle-search .icon-search path {
          fill: #9c9999;
          transition: fill .2s; }
        /* line 165, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
        .vendor-list-filters .search .toggle-search .icon-search:hover path {
          fill: #28ba93; }
    /* line 171, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .vendor-list-filters .search input[type="search"] {
      display: none;
      width: 300px;
      font-size: 15px;
      font-style: italic;
      padding: 16px;
      -webkit-border-radius: 0;
      border-radius: 0;
      -moz-background-clip: padding;
      -webkit-background-clip: padding-box;
      background-clip: padding-box;
      border: none;
      background-color: #fff;
      border: 1px solid #e6e6e6;
      color: #363636;
      position: absolute;
      right: 0;
      top: 55px;
      z-index: 1;
      transition: opacity .5s; }
      @media screen and (max-width: 680px) {
        /* line 171, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
        .vendor-list-filters .search input[type="search"] {
          top: 0px;
          right: 45px;
          position: absolute; } }
      /* line 192, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .vendor-list-filters .search input[type="search"]:focus {
        text-transform: none;
        letter-spacing: 1px; }
    /* line 197, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .vendor-list-filters .search .search-now {
      display: none;
      width: 100px;
      padding: 14px 20px 12px;
      border: 2px solid #28ba93;
      border-radius: 30px;
      position: absolute;
      z-index: 5;
      top: 62px;
      right: 60px;
      background: #28ba93;
      color: #fff;
      font: 13px/1.2 "Lato", sans-serif;
      text-transform: uppercase;
      letter-spacing: 1px;
      transition: background .2s; }
      /* line 213, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .vendor-list-filters .search .search-now:hover {
        background: #fff;
        color: #28ba93; }
    /* line 219, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .vendor-list-filters .search:hover input {
      color: #2f2d2d; }
    /* line 223, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .vendor-list-filters .search .twitter-typeahead {
      width: 100%;
      height: 100%;
      position: absolute !important;
      right: 170px;
      top: 58px; }
      /* line 230, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .vendor-list-filters .search .twitter-typeahead .tt-menu {
        width: 260px;
        top: 66px !important;
        left: -238px !important; }
      /* line 235, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .vendor-list-filters .search .twitter-typeahead .tt-input {
        position: absolute !important;
        top: 0px !important; }
      /* line 239, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .vendor-list-filters .search .twitter-typeahead .tt-dataset {
        background: #fff; }
      /* line 242, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .vendor-list-filters .search .twitter-typeahead .tt-suggestion {
        background: #fff;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        width: 100%;
        height: 17px;
        padding: 20px;
        letter-spacing: 0;
        color: #9c9999; }
        /* line 250, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
        .vendor-list-filters .search .twitter-typeahead .tt-suggestion .tt-highlight {
          color: #1f1f1f; }
        /* line 254, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
        .vendor-list-filters .search .twitter-typeahead .tt-suggestion.tt-selectable:hover {
          color: rgba(40, 186, 147, 0.5);
          cursor: pointer; }
          /* line 257, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
          .vendor-list-filters .search .twitter-typeahead .tt-suggestion.tt-selectable:hover .tt-highlight {
            color: #28ba93; }

/* line 269, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
.filter-section-title {
  border-bottom: 2px solid #28ba93;
  font-size: 13px;
  color: #1f1f1f;
  text-align: center;
  letter-spacing: 2px;
  padding: 17px 4% 15px;
  transition: color .2s; }
  @media screen and (max-width: 680px) {
    /* line 269, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .filter-section-title {
      font-size: 12px;
      letter-spacing: 1px;
      border-bottom: 1px solid #e6e6e6;
      text-align: left;
      padding: 17px 2% 15px; } }
  /* line 284, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .filter-section-title.active-header {
    color: rgba(47, 45, 45, 0.6);
    transition: color .2s; }
    @media screen and (min-width: 680px) {
      /* line 284, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .filter-section-title.active-header {
        background-color: #fff;
        border-bottom-color: #fff; } }
    @media screen and (max-width: 680px) {
      /* line 284, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .filter-section-title.active-header {
        border-bottom-color: rgba(255, 255, 255, 0); } }
    /* line 294, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .filter-section-title.active-header:hover {
      background-color: inherit;
      color: #33cc9c; }
  /* line 299, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .filter-section-title:hover {
    cursor: pointer;
    color: #28ba93; }

/* line 304, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
.filter-arrow {
  width: 15px;
  height: auto;
  position: absolute;
  top: 20px;
  right: 5%; }

/* line 311, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
.clear-filters {
  display: block;
  margin: 50px auto 0; }

/* line 316, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
.location-filter select,
.location-filter input[type="text"] {
  width: 98%;
  height: 39px;
  min-width: 200px;
  margin: 15px auto 10px;
  padding: 6px 12px; }
/* line 324, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
.location-filter select option:first-of-type {
  color: #9c9999; }

/* line 331, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
.vendor-list,
.buyer-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 25px; }

/* line 343, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
.goals-wrapper-sm .goal {
  height: 32px;
  width: auto; }

/* line 350, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
.single-request-goal-tags {
  display: flex;
  position: absolute;
  bottom: 85px;
  left: 10px; }
  /* line 355, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .single-request-goal-tags li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 34px;
    height: 34px;
    margin-right: 10px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25); }
  /* line 366, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .single-request-goal-tags img {
    display: inline-block;
    height: 60% !important;
    width: auto; }

/* line 374, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
.single-vendor,
.single-buyer {
  flex: 0 1 21.65%;
  margin: 0 2.5% 30px 0;
  position: relative; }
  @media screen and (max-width: 1100px) {
    /* line 374, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .single-vendor,
    .single-buyer {
      flex: 0 1 30%;
      margin: 0 1.5% 30px; } }
  @media screen and (max-width: 680px) {
    /* line 374, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .single-vendor,
    .single-buyer {
      flex: 0 1 44%;
      margin: 0 2.5% 30px 2.5%; } }
  /* line 387, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .single-vendor a,
  .single-buyer a {
    width: 100%;
    display: inline-block;
    color: #1f1f1f; }
  /* line 393, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .single-vendor .profile-img img,
  .single-buyer .profile-img img {
    display: block; }
  /* line 397, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .single-vendor h4, .single-vendor .main.detail-page .body-content .about-content h3, .main.detail-page .body-content .about-content .single-vendor h3, .single-vendor .main.detail-page .body-content .about-content .order-creation-details-wrapper label, .main.detail-page .body-content .about-content .order-creation-details-wrapper .single-vendor label, .single-vendor .order-creation-details-wrapper .main.detail-page .body-content .about-content label, .order-creation-details-wrapper .main.detail-page .body-content .about-content .single-vendor label,
  .single-buyer h4,
  .single-buyer .main.detail-page .body-content .about-content h3,
  .main.detail-page .body-content .about-content .single-buyer h3,
  .single-buyer .main.detail-page .body-content .about-content .order-creation-details-wrapper label,
  .main.detail-page .body-content .about-content .order-creation-details-wrapper .single-buyer label,
  .single-buyer .order-creation-details-wrapper .main.detail-page .body-content .about-content label,
  .order-creation-details-wrapper .main.detail-page .body-content .about-content .single-buyer label {
    font-size: 18px;
    transition: color .2s;
    overflow: hidden;
    text-overflow: ellipsis; }
    @media screen and (max-width: 680px) {
      /* line 397, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .single-vendor h4, .single-vendor .main.detail-page .body-content .about-content h3, .main.detail-page .body-content .about-content .single-vendor h3, .single-vendor .main.detail-page .body-content .about-content .order-creation-details-wrapper label, .main.detail-page .body-content .about-content .order-creation-details-wrapper .single-vendor label, .single-vendor .order-creation-details-wrapper .main.detail-page .body-content .about-content label, .order-creation-details-wrapper .main.detail-page .body-content .about-content .single-vendor label,
      .single-buyer h4,
      .single-buyer .main.detail-page .body-content .about-content h3,
      .main.detail-page .body-content .about-content .single-buyer h3,
      .single-buyer .main.detail-page .body-content .about-content .order-creation-details-wrapper label,
      .main.detail-page .body-content .about-content .order-creation-details-wrapper .single-buyer label,
      .single-buyer .order-creation-details-wrapper .main.detail-page .body-content .about-content label,
      .order-creation-details-wrapper .main.detail-page .body-content .about-content .single-buyer label {
        font-size: 16px;
        line-height: 1.7; } }
  /* line 408, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .single-vendor h5,
  .single-vendor p,
  .single-vendor .form-field-instructions,
  .single-vendor .order-creation-details-wrapper .field.weekly label,
  .order-creation-details-wrapper .field.weekly .single-vendor label,
  .single-vendor .order-creation-details-wrapper .field.monthly span,
  .order-creation-details-wrapper .field.monthly .single-vendor span,
  .single-vendor .buyer-orders-list .single-order,
  .buyer-orders-list .single-vendor .single-order,
  .single-vendor .vendor-orders-list .single-order,
  .vendor-orders-list .single-vendor .single-order,
  .single-vendor .all-line-items .single-line-item .order-details-line-1 span,
  .all-line-items .single-line-item .order-details-line-1 .single-vendor span,
  .single-vendor .all-line-items .single-line-item .order-details-line-2 span,
  .all-line-items .single-line-item .order-details-line-2 .single-vendor span,
  .single-buyer h5,
  .single-buyer p,
  .single-buyer .form-field-instructions,
  .single-buyer .order-creation-details-wrapper .field.weekly label,
  .order-creation-details-wrapper .field.weekly .single-buyer label,
  .single-buyer .order-creation-details-wrapper .field.monthly span,
  .order-creation-details-wrapper .field.monthly .single-buyer span,
  .single-buyer .buyer-orders-list .single-order,
  .buyer-orders-list .single-buyer .single-order,
  .single-buyer .vendor-orders-list .single-order,
  .vendor-orders-list .single-buyer .single-order,
  .single-buyer .all-line-items .single-line-item .order-details-line-1 span,
  .all-line-items .single-line-item .order-details-line-1 .single-buyer span,
  .single-buyer .all-line-items .single-line-item .order-details-line-2 span,
  .all-line-items .single-line-item .order-details-line-2 .single-buyer span {
    font-size: 17px;
    color: #9c9999;
    opacity: .8;
    transition: opacity .2s;
    text-overflow: ellipsis; }
  /* line 417, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .single-vendor .profile-img img,
  .single-buyer .profile-img img {
    width: 100%;
    height: auto;
    opacity: 1;
    transition: opacity .2s; }
  /* line 424, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .single-vendor .vendor-details,
  .single-buyer .vendor-details {
    padding: 4% 0; }
    /* line 426, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .single-vendor .vendor-details p, .single-vendor .vendor-details .form-field-instructions, .single-vendor .vendor-details .order-creation-details-wrapper .field.weekly label, .order-creation-details-wrapper .field.weekly .single-vendor .vendor-details label, .single-vendor .vendor-details .order-creation-details-wrapper .field.monthly span, .order-creation-details-wrapper .field.monthly .single-vendor .vendor-details span, .single-vendor .vendor-details .buyer-orders-list .single-order, .buyer-orders-list .single-vendor .vendor-details .single-order,
    .single-vendor .vendor-details .vendor-orders-list .single-order,
    .vendor-orders-list .single-vendor .vendor-details .single-order, .single-vendor .vendor-details .all-line-items .single-line-item .order-details-line-1 span, .all-line-items .single-line-item .order-details-line-1 .single-vendor .vendor-details span,
    .single-vendor .vendor-details .all-line-items .single-line-item .order-details-line-2 span,
    .all-line-items .single-line-item .order-details-line-2 .single-vendor .vendor-details span,
    .single-buyer .vendor-details p,
    .single-buyer .vendor-details .form-field-instructions,
    .single-buyer .vendor-details .order-creation-details-wrapper .field.weekly label,
    .order-creation-details-wrapper .field.weekly .single-buyer .vendor-details label,
    .single-buyer .vendor-details .order-creation-details-wrapper .field.monthly span,
    .order-creation-details-wrapper .field.monthly .single-buyer .vendor-details span,
    .single-buyer .vendor-details .buyer-orders-list .single-order,
    .buyer-orders-list .single-buyer .vendor-details .single-order,
    .single-buyer .vendor-details .vendor-orders-list .single-order,
    .vendor-orders-list .single-buyer .vendor-details .single-order,
    .single-buyer .vendor-details .all-line-items .single-line-item .order-details-line-1 span,
    .all-line-items .single-line-item .order-details-line-1 .single-buyer .vendor-details span,
    .single-buyer .vendor-details .all-line-items .single-line-item .order-details-line-2 span,
    .all-line-items .single-line-item .order-details-line-2 .single-buyer .vendor-details span {
      font-weight: 400;
      font-size: 17px; }
      @media screen and (max-width: 680px) {
        /* line 426, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
        .single-vendor .vendor-details p, .single-vendor .vendor-details .form-field-instructions, .single-vendor .vendor-details .order-creation-details-wrapper .field.weekly label, .order-creation-details-wrapper .field.weekly .single-vendor .vendor-details label, .single-vendor .vendor-details .order-creation-details-wrapper .field.monthly span, .order-creation-details-wrapper .field.monthly .single-vendor .vendor-details span, .single-vendor .vendor-details .buyer-orders-list .single-order, .buyer-orders-list .single-vendor .vendor-details .single-order,
        .single-vendor .vendor-details .vendor-orders-list .single-order,
        .vendor-orders-list .single-vendor .vendor-details .single-order, .single-vendor .vendor-details .all-line-items .single-line-item .order-details-line-1 span, .all-line-items .single-line-item .order-details-line-1 .single-vendor .vendor-details span,
        .single-vendor .vendor-details .all-line-items .single-line-item .order-details-line-2 span,
        .all-line-items .single-line-item .order-details-line-2 .single-vendor .vendor-details span,
        .single-buyer .vendor-details p,
        .single-buyer .vendor-details .form-field-instructions,
        .single-buyer .vendor-details .order-creation-details-wrapper .field.weekly label,
        .order-creation-details-wrapper .field.weekly .single-buyer .vendor-details label,
        .single-buyer .vendor-details .order-creation-details-wrapper .field.monthly span,
        .order-creation-details-wrapper .field.monthly .single-buyer .vendor-details span,
        .single-buyer .vendor-details .buyer-orders-list .single-order,
        .buyer-orders-list .single-buyer .vendor-details .single-order,
        .single-buyer .vendor-details .vendor-orders-list .single-order,
        .vendor-orders-list .single-buyer .vendor-details .single-order,
        .single-buyer .vendor-details .all-line-items .single-line-item .order-details-line-1 span,
        .all-line-items .single-line-item .order-details-line-1 .single-buyer .vendor-details span,
        .single-buyer .vendor-details .all-line-items .single-line-item .order-details-line-2 span,
        .all-line-items .single-line-item .order-details-line-2 .single-buyer .vendor-details span {
          font-size: 14px;
          line-height: 1.7; } }
  /* line 438, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .single-vendor:hover a h5,
  .single-buyer:hover a h5 {
    opacity: .95; }
  /* line 440, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .single-vendor:hover .profile-img img,
  .single-buyer:hover .profile-img img {
    opacity: .85; }

/* line 449, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
.buyers {
  padding-top: 100px; }

/* line 453, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
.rfps {
  height: 30px;
  border-top: 1px solid #e6e6e6;
  margin-top: 10px;
  padding: 3.5% 5% 2.5% 5%;
  transition: opacity .2s;
  background-color: rgba(230, 230, 230, 0.5);
  transition: opacity .2s;
  position: relative; }
  /* line 463, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .rfps p, .rfps .form-field-instructions, .rfps .order-creation-details-wrapper .field.weekly label, .order-creation-details-wrapper .field.weekly .rfps label, .rfps .order-creation-details-wrapper .field.monthly span, .order-creation-details-wrapper .field.monthly .rfps span, .rfps .buyer-orders-list .single-order, .buyer-orders-list .rfps .single-order,
  .rfps .vendor-orders-list .single-order,
  .vendor-orders-list .rfps .single-order, .rfps .all-line-items .single-line-item .order-details-line-1 span, .all-line-items .single-line-item .order-details-line-1 .rfps span,
  .rfps .all-line-items .single-line-item .order-details-line-2 span,
  .all-line-items .single-line-item .order-details-line-2 .rfps span {
    display: inline-block;
    float: left;
    font: 14px/2.2em "Lato", sans-serif;
    text-transform: uppercase;
    color: #2f2d2d; }
    /* line 470, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .rfps p.centered, .rfps .centered.form-field-instructions, .rfps .order-creation-details-wrapper .field.weekly label.centered, .order-creation-details-wrapper .field.weekly .rfps label.centered, .rfps .order-creation-details-wrapper .field.monthly span.centered, .order-creation-details-wrapper .field.monthly .rfps span.centered, .rfps .buyer-orders-list .centered.single-order, .buyer-orders-list .rfps .centered.single-order,
    .rfps .vendor-orders-list .centered.single-order,
    .vendor-orders-list .rfps .centered.single-order, .rfps .all-line-items .single-line-item .order-details-line-1 span.centered, .all-line-items .single-line-item .order-details-line-1 .rfps span.centered,
    .rfps .all-line-items .single-line-item .order-details-line-2 span.centered,
    .all-line-items .single-line-item .order-details-line-2 .rfps span.centered {
      width: 100%;
      text-transform: none;
      font-style: italic;
      text-align: center;
      opacity: .75; }
  /* line 479, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .rfps:hover {
    opacity: 1; }

/* line 484, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
.single-buyer:hover {
  cursor: pointer; }
  /* line 487, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .single-buyer:hover .rfps {
    opacity: 1; }

/* line 493, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
.rfp-category-list {
  display: inline-block;
  float: right;
  position: absolute;
  right: 5%; }
  /* line 499, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .rfp-category-list li {
    display: inline-block; }
    /* line 502, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .rfp-category-list li img {
      width: auto;
      height: 28px; }

/* line 510, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
.buyer-details {
  padding: 4% 5%; }

/* line 519, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
.proposal-list {
  display: flex;
  flex-wrap: wrap;
  width: 80%;
  margin: 60px auto; }
  @media screen and (max-width: 1100px) {
    /* line 519, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .proposal-list {
      width: 90%; } }
  /* line 527, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .proposal-list ol {
    padding: 10px 16px;
    font: 400 18px/1.4 "Lato", sans-serif; }
  /* line 531, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .proposal-list .action-links {
    width: 87%;
    position: absolute;
    bottom: 20px;
    border-top: 1px solid #e6e6e6;
    padding: 10px 0; }
    /* line 538, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .proposal-list .action-links a {
      color: #377B82;
      font: 13px/1.4 "Lato", sans-serif;
      text-transform: uppercase;
      transition: color .2s;
      margin-right: 20px; }
      /* line 544, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .proposal-list .action-links a:hover {
        color: #28ba93; }
    /* line 548, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .proposal-list .action-links form {
      display: block; }
  /* line 552, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .proposal-list .action-links-vendor {
    border-top: 1px dashed #e6e6e6;
    position: relative;
    bottom: 0;
    margin: 35px auto -50px; }
    /* line 558, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .proposal-list .action-links-vendor p a, .proposal-list .action-links-vendor .form-field-instructions a, .proposal-list .action-links-vendor .order-creation-details-wrapper .field.weekly label a, .order-creation-details-wrapper .field.weekly .proposal-list .action-links-vendor label a, .proposal-list .action-links-vendor .order-creation-details-wrapper .field.monthly span a, .order-creation-details-wrapper .field.monthly .proposal-list .action-links-vendor span a, .proposal-list .action-links-vendor .buyer-orders-list .single-order a, .buyer-orders-list .proposal-list .action-links-vendor .single-order a,
    .proposal-list .action-links-vendor .vendor-orders-list .single-order a,
    .vendor-orders-list .proposal-list .action-links-vendor .single-order a, .proposal-list .action-links-vendor .all-line-items .single-line-item .order-details-line-1 span a, .all-line-items .single-line-item .order-details-line-1 .proposal-list .action-links-vendor span a,
    .proposal-list .action-links-vendor .all-line-items .single-line-item .order-details-line-2 span a,
    .all-line-items .single-line-item .order-details-line-2 .proposal-list .action-links-vendor span a {
      color: #377B82; }
    /* line 562, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .proposal-list .action-links-vendor .proposal_upload {
      font: italic 400 15px/1 "Lato", sans-serif; }
    /* line 565, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .proposal-list .action-links-vendor .submit-proposal {
      display: inline-block;
      border: 2px solid #377B82;
      font: 400 12px/1em "Lato", sans-serif;
      text-transform: uppercase;
      letter-spacing: 2px;
      color: white;
      padding: 12px 15px 11px 20px;
      margin: 10px 0 0 0;
      background: #377B82;
      transition: background-color .1s 0s ease-in-out,color .1s 0s ease-in-out;
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
      border-radius: 50px;
      -webkit-appearance: none;
      /*Remove native button styles*/ }
      /* line 580, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .proposal-list .action-links-vendor .submit-proposal:hover {
        background-color: rgba(55, 123, 130, 0);
        color: #377B82; }
  /* line 586, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .proposal-list .single-request {
    flex: 0 1 40%;
    padding: 30px 3% 100px;
    margin: 15px 1.5%;
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    box-shadow: 3px 3px 10px #eee;
    position: relative;
    text-align: left; }
    @media screen and (max-width: 1100px) {
      /* line 586, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .proposal-list .single-request {
        flex: 0 1 100%;
        padding: 30px 8% 100px; } }
    /* line 600, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .proposal-list .single-request h2 {
      font-size: 22px; }
    /* line 603, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .proposal-list .single-request h4, .proposal-list .single-request .main.detail-page .body-content .about-content h3, .main.detail-page .body-content .about-content .proposal-list .single-request h3, .proposal-list .single-request .main.detail-page .body-content .about-content .order-creation-details-wrapper label, .main.detail-page .body-content .about-content .order-creation-details-wrapper .proposal-list .single-request label, .proposal-list .single-request .order-creation-details-wrapper .main.detail-page .body-content .about-content label, .order-creation-details-wrapper .main.detail-page .body-content .about-content .proposal-list .single-request label {
      margin-top: 0;
      display: flex;
      align-items: center; }
      /* line 607, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .proposal-list .single-request h4 .goal, .proposal-list .single-request .main.detail-page .body-content .about-content h3 .goal, .main.detail-page .body-content .about-content .proposal-list .single-request h3 .goal, .proposal-list .single-request .main.detail-page .body-content .about-content .order-creation-details-wrapper label .goal, .main.detail-page .body-content .about-content .order-creation-details-wrapper .proposal-list .single-request label .goal, .proposal-list .single-request .order-creation-details-wrapper .main.detail-page .body-content .about-content label .goal, .order-creation-details-wrapper .main.detail-page .body-content .about-content .proposal-list .single-request label .goal {
        display: inline-block;
        height: 26px;
        width: auto;
        margin-right: 5px; }
      /* line 613, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .proposal-list .single-request h4 span, .proposal-list .single-request .main.detail-page .body-content .about-content h3 span, .main.detail-page .body-content .about-content .proposal-list .single-request h3 span, .proposal-list .single-request .main.detail-page .body-content .about-content .order-creation-details-wrapper label span, .main.detail-page .body-content .about-content .order-creation-details-wrapper .proposal-list .single-request label span, .proposal-list .single-request .order-creation-details-wrapper .main.detail-page .body-content .about-content label span, .order-creation-details-wrapper .main.detail-page .body-content .about-content .proposal-list .single-request label span {
        display: inline-block;
        margin-right: 5px; }
    /* line 619, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .proposal-list .single-request.active h4, .proposal-list .single-request.active .main.detail-page .body-content .about-content h3, .main.detail-page .body-content .about-content .proposal-list .single-request.active h3, .proposal-list .single-request.active .main.detail-page .body-content .about-content .order-creation-details-wrapper label, .main.detail-page .body-content .about-content .order-creation-details-wrapper .proposal-list .single-request.active label, .proposal-list .single-request.active .order-creation-details-wrapper .main.detail-page .body-content .about-content label, .order-creation-details-wrapper .main.detail-page .body-content .about-content .proposal-list .single-request.active label {
      color: #28ba93; }
    /* line 623, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .proposal-list .single-request p, .proposal-list .single-request .form-field-instructions, .proposal-list .single-request .order-creation-details-wrapper .field.weekly label, .order-creation-details-wrapper .field.weekly .proposal-list .single-request label, .proposal-list .single-request .order-creation-details-wrapper .field.monthly span, .order-creation-details-wrapper .field.monthly .proposal-list .single-request span, .proposal-list .single-request .buyer-orders-list .single-order, .buyer-orders-list .proposal-list .single-request .single-order,
    .proposal-list .single-request .vendor-orders-list .single-order,
    .vendor-orders-list .proposal-list .single-request .single-order, .proposal-list .single-request .all-line-items .single-line-item .order-details-line-1 span, .all-line-items .single-line-item .order-details-line-1 .proposal-list .single-request span,
    .proposal-list .single-request .all-line-items .single-line-item .order-details-line-2 span,
    .all-line-items .single-line-item .order-details-line-2 .proposal-list .single-request span {
      text-align: left;
      margin: 20px 0; }
      /* line 626, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .proposal-list .single-request p.request-location, .proposal-list .single-request .request-location.form-field-instructions, .proposal-list .single-request .order-creation-details-wrapper .field.weekly label.request-location, .order-creation-details-wrapper .field.weekly .proposal-list .single-request label.request-location, .proposal-list .single-request .order-creation-details-wrapper .field.monthly span.request-location, .order-creation-details-wrapper .field.monthly .proposal-list .single-request span.request-location, .proposal-list .single-request .buyer-orders-list .request-location.single-order, .buyer-orders-list .proposal-list .single-request .request-location.single-order,
      .proposal-list .single-request .vendor-orders-list .request-location.single-order,
      .vendor-orders-list .proposal-list .single-request .request-location.single-order, .proposal-list .single-request .all-line-items .single-line-item .order-details-line-1 span.request-location, .all-line-items .single-line-item .order-details-line-1 .proposal-list .single-request span.request-location,
      .proposal-list .single-request .all-line-items .single-line-item .order-details-line-2 span.request-location,
      .all-line-items .single-line-item .order-details-line-2 .proposal-list .single-request span.request-location {
        display: flex;
        align-items: center;
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-top: 20px; }
        /* line 633, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
        .proposal-list .single-request p.request-location img, .proposal-list .single-request .request-location.form-field-instructions img, .proposal-list .single-request .order-creation-details-wrapper .field.weekly label.request-location img, .order-creation-details-wrapper .field.weekly .proposal-list .single-request label.request-location img, .proposal-list .single-request .order-creation-details-wrapper .field.monthly span.request-location img, .order-creation-details-wrapper .field.monthly .proposal-list .single-request span.request-location img, .proposal-list .single-request .buyer-orders-list .request-location.single-order img, .buyer-orders-list .proposal-list .single-request .request-location.single-order img,
        .proposal-list .single-request .vendor-orders-list .request-location.single-order img,
        .vendor-orders-list .proposal-list .single-request .request-location.single-order img, .proposal-list .single-request .all-line-items .single-line-item .order-details-line-1 span.request-location img, .all-line-items .single-line-item .order-details-line-1 .proposal-list .single-request span.request-location img,
        .proposal-list .single-request .all-line-items .single-line-item .order-details-line-2 span.request-location img,
        .all-line-items .single-line-item .order-details-line-2 .proposal-list .single-request span.request-location img {
          display: inline-block;
          margin-right: 5px; }
    /* line 639, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .proposal-list .single-request .proposal-count {
      width: 24px;
      height: 24px;
      font-size: 12px;
      position: relative;
      left: 5px; }
    /* line 646, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .proposal-list .single-request .main-wrapper {
      width: 90%; }
      /* line 649, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .proposal-list .single-request .main-wrapper .category-list li:hover {
        background: rgba(230, 230, 230, 0.5);
        color: #363636; }
    /* line 655, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .proposal-list .single-request .header-wrapper {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: space-between; }
      @media (max-width: 1100px) {
        /* line 655, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
        .proposal-list .single-request .header-wrapper {
          flex-direction: row-reverse;
          justify-content: flex-end;
          padding-bottom: 15px; } }
      /* line 665, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .proposal-list .single-request .header-wrapper img {
        display: inline-block;
        width: 50px;
        height: auto;
        border-radius: 50px;
        margin-right: 0;
        border: 1px solid #e6e6e6;
        position: relative;
        top: -10px; }
        @media (max-width: 1100px) {
          /* line 665, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
          .proposal-list .single-request .header-wrapper img {
            margin-right: 25px; } }
      /* line 678, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .proposal-list .single-request .header-wrapper a {
        color: inherit;
        transition: color .2s; }
        /* line 681, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
        .proposal-list .single-request .header-wrapper a:hover {
          color: #28ba93; }
    /* line 686, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .proposal-list .single-request.inactive {
      padding: 30px 3%; }
      /* line 688, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .proposal-list .single-request.inactive .proposal-name,
      .proposal-list .single-request.inactive h4,
      .proposal-list .single-request.inactive .main.detail-page .body-content .about-content h3,
      .main.detail-page .body-content .about-content .proposal-list .single-request.inactive h3,
      .proposal-list .single-request.inactive .main.detail-page .body-content .about-content .order-creation-details-wrapper label,
      .main.detail-page .body-content .about-content .order-creation-details-wrapper .proposal-list .single-request.inactive label,
      .proposal-list .single-request.inactive .order-creation-details-wrapper .main.detail-page .body-content .about-content label,
      .order-creation-details-wrapper .main.detail-page .body-content .about-content .proposal-list .single-request.inactive label,
      .proposal-list .single-request.inactive .main-wrapper p,
      .proposal-list .single-request.inactive .main-wrapper .form-field-instructions,
      .proposal-list .single-request.inactive .main-wrapper .order-creation-details-wrapper .field.weekly label,
      .order-creation-details-wrapper .field.weekly .proposal-list .single-request.inactive .main-wrapper label,
      .proposal-list .single-request.inactive .main-wrapper .order-creation-details-wrapper .field.monthly span,
      .order-creation-details-wrapper .field.monthly .proposal-list .single-request.inactive .main-wrapper span,
      .proposal-list .single-request.inactive .main-wrapper .buyer-orders-list .single-order,
      .buyer-orders-list .proposal-list .single-request.inactive .main-wrapper .single-order,
      .proposal-list .single-request.inactive .main-wrapper .vendor-orders-list .single-order,
      .vendor-orders-list .proposal-list .single-request.inactive .main-wrapper .single-order,
      .proposal-list .single-request.inactive .main-wrapper .all-line-items .single-line-item .order-details-line-1 span,
      .all-line-items .single-line-item .order-details-line-1 .proposal-list .single-request.inactive .main-wrapper span,
      .proposal-list .single-request.inactive .main-wrapper .all-line-items .single-line-item .order-details-line-2 span,
      .all-line-items .single-line-item .order-details-line-2 .proposal-list .single-request.inactive .main-wrapper span,
      .proposal-list .single-request.inactive .proposals-wrapper p,
      .proposal-list .single-request.inactive .proposals-wrapper .form-field-instructions,
      .proposal-list .single-request.inactive .proposals-wrapper .order-creation-details-wrapper .field.weekly label,
      .order-creation-details-wrapper .field.weekly .proposal-list .single-request.inactive .proposals-wrapper label,
      .proposal-list .single-request.inactive .proposals-wrapper .order-creation-details-wrapper .field.monthly span,
      .order-creation-details-wrapper .field.monthly .proposal-list .single-request.inactive .proposals-wrapper span,
      .proposal-list .single-request.inactive .proposals-wrapper .buyer-orders-list .single-order,
      .buyer-orders-list .proposal-list .single-request.inactive .proposals-wrapper .single-order,
      .proposal-list .single-request.inactive .proposals-wrapper .vendor-orders-list .single-order,
      .vendor-orders-list .proposal-list .single-request.inactive .proposals-wrapper .single-order,
      .proposal-list .single-request.inactive .proposals-wrapper .all-line-items .single-line-item .order-details-line-1 span,
      .all-line-items .single-line-item .order-details-line-1 .proposal-list .single-request.inactive .proposals-wrapper span,
      .proposal-list .single-request.inactive .proposals-wrapper .all-line-items .single-line-item .order-details-line-2 span,
      .all-line-items .single-line-item .order-details-line-2 .proposal-list .single-request.inactive .proposals-wrapper span {
        color: #9c9999;
        transition: color .2s; }
      /* line 695, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .proposal-list .single-request.inactive .profile-thumb,
      .proposal-list .single-request.inactive .single-proposal,
      .proposal-list .single-request.inactive .action-links a,
      .proposal-list .single-request.inactive .category-list {
        opacity: .5;
        transition: opacity .5; }
      /* line 703, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .proposal-list .single-request.inactive:hover .proposal-name,
      .proposal-list .single-request.inactive:hover .main-wrapper p,
      .proposal-list .single-request.inactive:hover .main-wrapper .form-field-instructions,
      .proposal-list .single-request.inactive:hover .main-wrapper .order-creation-details-wrapper .field.weekly label,
      .order-creation-details-wrapper .field.weekly .proposal-list .single-request.inactive:hover .main-wrapper label,
      .proposal-list .single-request.inactive:hover .main-wrapper .order-creation-details-wrapper .field.monthly span,
      .order-creation-details-wrapper .field.monthly .proposal-list .single-request.inactive:hover .main-wrapper span,
      .proposal-list .single-request.inactive:hover .main-wrapper .buyer-orders-list .single-order,
      .buyer-orders-list .proposal-list .single-request.inactive:hover .main-wrapper .single-order,
      .proposal-list .single-request.inactive:hover .main-wrapper .vendor-orders-list .single-order,
      .vendor-orders-list .proposal-list .single-request.inactive:hover .main-wrapper .single-order,
      .proposal-list .single-request.inactive:hover .main-wrapper .all-line-items .single-line-item .order-details-line-1 span,
      .all-line-items .single-line-item .order-details-line-1 .proposal-list .single-request.inactive:hover .main-wrapper span,
      .proposal-list .single-request.inactive:hover .main-wrapper .all-line-items .single-line-item .order-details-line-2 span,
      .all-line-items .single-line-item .order-details-line-2 .proposal-list .single-request.inactive:hover .main-wrapper span,
      .proposal-list .single-request.inactive:hover .proposals-wrapper p,
      .proposal-list .single-request.inactive:hover .proposals-wrapper .form-field-instructions,
      .proposal-list .single-request.inactive:hover .proposals-wrapper .order-creation-details-wrapper .field.weekly label,
      .order-creation-details-wrapper .field.weekly .proposal-list .single-request.inactive:hover .proposals-wrapper label,
      .proposal-list .single-request.inactive:hover .proposals-wrapper .order-creation-details-wrapper .field.monthly span,
      .order-creation-details-wrapper .field.monthly .proposal-list .single-request.inactive:hover .proposals-wrapper span,
      .proposal-list .single-request.inactive:hover .proposals-wrapper .buyer-orders-list .single-order,
      .buyer-orders-list .proposal-list .single-request.inactive:hover .proposals-wrapper .single-order,
      .proposal-list .single-request.inactive:hover .proposals-wrapper .vendor-orders-list .single-order,
      .vendor-orders-list .proposal-list .single-request.inactive:hover .proposals-wrapper .single-order,
      .proposal-list .single-request.inactive:hover .proposals-wrapper .all-line-items .single-line-item .order-details-line-1 span,
      .all-line-items .single-line-item .order-details-line-1 .proposal-list .single-request.inactive:hover .proposals-wrapper span,
      .proposal-list .single-request.inactive:hover .proposals-wrapper .all-line-items .single-line-item .order-details-line-2 span,
      .all-line-items .single-line-item .order-details-line-2 .proposal-list .single-request.inactive:hover .proposals-wrapper span {
        color: #1f1f1f; }
      /* line 708, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .proposal-list .single-request.inactive:hover .profile-thumb,
      .proposal-list .single-request.inactive:hover .single-proposal,
      .proposal-list .single-request.inactive:hover .action-links a,
      .proposal-list .single-request.inactive:hover .category-list {
        opacity: 1; }
  /* line 718, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .proposal-list .proposal-name {
    font: 600 25px/1.3 "Lato", sans-serif;
    text-transform: none;
    margin-bottom: 20px; }
  /* line 724, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .proposal-list h3, .proposal-list .order-creation-details-wrapper label, .order-creation-details-wrapper .proposal-list label {
    padding: 30px 0 0 0 !important;
    border-bottom: none !important;
    text-decoration: underline;
    font-size: 13px !important; }
  /* line 731, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .proposal-list h4, .proposal-list .main.detail-page .body-content .about-content h3, .main.detail-page .body-content .about-content .proposal-list h3, .proposal-list .main.detail-page .body-content .about-content .order-creation-details-wrapper label, .main.detail-page .body-content .about-content .order-creation-details-wrapper .proposal-list label, .proposal-list .order-creation-details-wrapper .main.detail-page .body-content .about-content label, .order-creation-details-wrapper .main.detail-page .body-content .about-content .proposal-list label {
    font: 400 15px/1.3 "Lato", sans-serif;
    color: rgba(54, 54, 54, 0.65);
    padding: 0 0 20px 0;
    border-bottom: 1px solid #e6e6e6; }
    /* line 737, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .proposal-list h4 span, .proposal-list .main.detail-page .body-content .about-content h3 span, .main.detail-page .body-content .about-content .proposal-list h3 span, .proposal-list .main.detail-page .body-content .about-content .order-creation-details-wrapper label span, .main.detail-page .body-content .about-content .order-creation-details-wrapper .proposal-list label span, .proposal-list .order-creation-details-wrapper .main.detail-page .body-content .about-content label span, .order-creation-details-wrapper .main.detail-page .body-content .about-content .proposal-list label span {
      font-weight: 700; }
  /* line 743, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .proposal-list .no-results-placeholder {
    margin: 30px 0 5px 0;
    text-align: left;
    font-size: 15px; }
  /* line 749, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .proposal-list .single-proposal {
    width: 99%;
    margin: 20px 0 0 0;
    display: flex;
    justify-content: space-between; }
    /* line 754, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .proposal-list .single-proposal .wrapper {
      display: flex;
      flex-direction: row;
      align-items: center; }
    /* line 759, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .proposal-list .single-proposal .breadcrumb {
      font-size: 13px; }
  /* line 764, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .proposal-list .vendor-name {
    display: inline-block;
    font: 500 15px/1.4 "Lato", sans-serif;
    color: #1f1f1f;
    transition: color .2s;
    margin-left: 15px; }
    /* line 770, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .proposal-list .vendor-name:hover {
      color: #33cc9c; }
  /* line 775, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .proposal-list .proposal-link {
    display: inline-block;
    font: 400 12px/1.4 "Lato", sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: .8em 1.5em;
    margin-right: 10px;
    transition: border-color .2s; }
    /* line 784, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .proposal-list .proposal-link:hover {
      border-color: #33cc9c; }
      /* line 786, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .proposal-list .proposal-link:hover a {
        color: #33cc9c; }
      /* line 787, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .proposal-list .proposal-link:hover i {
        color: #33cc9c; }
  /* line 792, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .proposal-list .connect-button {
    margin: 0;
    padding: 10px 18px 8px;
    font-size: 11px;
    font-weight: 600; }

/* line 802, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
.vendor-thumb-xs {
  border: 1px solid #e6e6e6;
  width: 36px;
  height: 36px;
  border-radius: 30px; }

/* line 811, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
.proposals-wrapper .single-proposal {
  width: 99%;
  margin: 20px 0 0 0;
  display: flex;
  justify-content: space-between; }
  /* line 816, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .proposals-wrapper .single-proposal .wrapper {
    display: flex;
    flex-direction: row;
    align-items: center; }
  /* line 821, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .proposals-wrapper .single-proposal .breadcrumb {
    font-size: 13px; }
/* line 826, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
.proposals-wrapper .vendor-name {
  display: inline-block;
  font: 500 15px/1.4 "Lato", sans-serif;
  color: #1f1f1f;
  transition: color .2s;
  margin-left: 15px; }
  /* line 832, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .proposals-wrapper .vendor-name:hover {
    color: #33cc9c; }
/* line 837, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
.proposals-wrapper .proposal-link {
  display: inline-block;
  font: 400 12px/1.4 "Lato", sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: .8em 1.5em;
  margin-right: 10px;
  transition: border-color .2s; }
  /* line 847, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .proposals-wrapper .proposal-link:hover {
    border-color: #33cc9c; }
    /* line 849, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .proposals-wrapper .proposal-link:hover a {
      color: #33cc9c; }
    /* line 850, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .proposals-wrapper .proposal-link:hover i {
      color: #33cc9c; }

/* line 857, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
.past-requests {
  background: rgba(230, 230, 230, 0.5);
  padding: 20px 0; }

/* line 864, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
.order-flow {
  text-align: center; }
  /* line 866, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .order-flow h2 {
    font-size: 22px;
    margin: 40px 0 5px 0;
    text-transform: none;
    color: #28ba93; }
  /* line 872, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .order-flow .intro {
    padding: 10px 0 30px; }
  /* line 875, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .order-flow .order-details {
    max-width: 700px;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    margin: 0 auto 50px;
    padding: 50px;
    text-align: left; }
    /* line 883, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .order-flow .order-details .product-img {
      width: 30%;
      margin: 0 5% 0;
      float: left;
      transition: border-color .2s;
      border: 1px solid #e6e6e6;
      border-radius: 6px;
      float: left;
      background: white;
      position: relative; }
      /* line 893, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .order-flow .order-details .product-img img {
        width: 100%;
        display: block; }
    /* line 898, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .order-flow .order-details hr {
      border-top-color: #33cc9c; }
    /* line 901, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .order-flow .order-details h3, .order-flow .order-details .order-creation-details-wrapper label, .order-creation-details-wrapper .order-flow .order-details label {
      margin-bottom: 10px; }
    /* line 904, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .order-flow .order-details p, .order-flow .order-details .form-field-instructions, .order-flow .order-details .order-creation-details-wrapper .field.weekly label, .order-creation-details-wrapper .field.weekly .order-flow .order-details label, .order-flow .order-details .order-creation-details-wrapper .field.monthly span, .order-creation-details-wrapper .field.monthly .order-flow .order-details span, .order-flow .order-details .buyer-orders-list .single-order, .buyer-orders-list .order-flow .order-details .single-order,
    .order-flow .order-details .vendor-orders-list .single-order,
    .vendor-orders-list .order-flow .order-details .single-order, .order-flow .order-details .all-line-items .single-line-item .order-details-line-1 span, .all-line-items .single-line-item .order-details-line-1 .order-flow .order-details span,
    .order-flow .order-details .all-line-items .single-line-item .order-details-line-2 span,
    .all-line-items .single-line-item .order-details-line-2 .order-flow .order-details span {
      font: 400 15px/1.4 "Lato", sans-serif;
      margin: 15px 0 5px; }
    /* line 908, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .order-flow .order-details .order-qty-price {
      font: 600 15px/1.4 "Lato", sans-serif; }
      /* line 910, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .order-flow .order-details .order-qty-price span {
        display: inline-block;
        margin: 0 5px; }
    /* line 915, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .order-flow .order-details .delivery-method {
      margin-top: 15px; }
      /* line 917, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .order-flow .order-details .delivery-method p, .order-flow .order-details .delivery-method .form-field-instructions, .order-flow .order-details .delivery-method .order-creation-details-wrapper .field.weekly label, .order-creation-details-wrapper .field.weekly .order-flow .order-details .delivery-method label, .order-flow .order-details .delivery-method .order-creation-details-wrapper .field.monthly span, .order-creation-details-wrapper .field.monthly .order-flow .order-details .delivery-method span, .order-flow .order-details .delivery-method .buyer-orders-list .single-order, .buyer-orders-list .order-flow .order-details .delivery-method .single-order,
      .order-flow .order-details .delivery-method .vendor-orders-list .single-order,
      .vendor-orders-list .order-flow .order-details .delivery-method .single-order, .order-flow .order-details .delivery-method .all-line-items .single-line-item .order-details-line-1 span, .all-line-items .single-line-item .order-details-line-1 .order-flow .order-details .delivery-method span,
      .order-flow .order-details .delivery-method .all-line-items .single-line-item .order-details-line-2 span,
      .all-line-items .single-line-item .order-details-line-2 .order-flow .order-details .delivery-method span {
        font: 400 15px/1.6 "Lato", sans-serif; }
        /* line 919, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
        .order-flow .order-details .delivery-method p strong, .order-flow .order-details .delivery-method .form-field-instructions strong, .order-flow .order-details .delivery-method .order-creation-details-wrapper .field.weekly label strong, .order-creation-details-wrapper .field.weekly .order-flow .order-details .delivery-method label strong, .order-flow .order-details .delivery-method .order-creation-details-wrapper .field.monthly span strong, .order-creation-details-wrapper .field.monthly .order-flow .order-details .delivery-method span strong, .order-flow .order-details .delivery-method .buyer-orders-list .single-order strong, .buyer-orders-list .order-flow .order-details .delivery-method .single-order strong,
        .order-flow .order-details .delivery-method .vendor-orders-list .single-order strong,
        .vendor-orders-list .order-flow .order-details .delivery-method .single-order strong, .order-flow .order-details .delivery-method .all-line-items .single-line-item .order-details-line-1 span strong, .all-line-items .single-line-item .order-details-line-1 .order-flow .order-details .delivery-method span strong,
        .order-flow .order-details .delivery-method .all-line-items .single-line-item .order-details-line-2 span strong,
        .all-line-items .single-line-item .order-details-line-2 .order-flow .order-details .delivery-method span strong {
          font: 600 15px/1.6 "Lato", sans-serif; }
  /* line 925, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .order-flow .details-wrapper {
    width: 59%;
    float: right; }
  /* line 929, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .order-flow .centered-img-wrapper {
    text-align: center; }
  /* line 932, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .order-flow .new_order, .order-flow .edit_order {
    max-width: 760px;
    margin: auto;
    /* Removing Time fields */ }
    /* line 937, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .order-flow .new_order div[data-group="singular,daily,weekly,monthly"], .order-flow .edit_order div[data-group="singular,daily,weekly,monthly"] {
      display: none; }
    /* line 941, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .order-flow .new_order .selectize-control, .order-flow .edit_order .selectize-control {
      text-align: left; }
      /* line 944, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .order-flow .new_order .selectize-control .selectize-input, .order-flow .new_order .selectize-control .selectize-dropdown, .order-flow .edit_order .selectize-control .selectize-input, .order-flow .edit_order .selectize-control .selectize-dropdown {
        font-size: 16px; }

/* line 953, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
.new_order fieldset {
  padding: 0;
  margin-top: 0; }
  /* line 956, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .new_order fieldset.half {
    width: 100%;
    float: none;
    clear: both; }
    /* line 960, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .new_order fieldset.half textarea,
    .new_order fieldset.half input[type="text"],
    .new_order fieldset.half input[type="url"],
    .new_order fieldset.half input[type="number"],
    .new_order fieldset.half input[type="email"],
    .new_order fieldset.half input[type="date"],
    .new_order fieldset.half input[type="password"] {
      width: 48.5%;
      float: left;
      margin: 12px 0; }
      /* line 970, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .new_order fieldset.half textarea:first-of-type,
      .new_order fieldset.half input[type="text"]:first-of-type,
      .new_order fieldset.half input[type="url"]:first-of-type,
      .new_order fieldset.half input[type="number"]:first-of-type,
      .new_order fieldset.half input[type="email"]:first-of-type,
      .new_order fieldset.half input[type="date"]:first-of-type,
      .new_order fieldset.half input[type="password"]:first-of-type {
        margin-right: 3%; }
  /* line 975, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .new_order fieldset .city {
    width: 37%;
    min-width: 200px;
    float: left;
    margin-right: 3%; }
  /* line 981, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .new_order fieldset .state {
    width: 37%;
    height: 47px;
    min-width: 200px;
    float: left;
    margin-right: 3%;
    color: rgba(31, 31, 31, 0.7); }
  /* line 989, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .new_order fieldset .zip {
    width: 20%;
    float: left;
    min-width: 100px; }
/* line 995, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
.new_order #card-element {
  max-width: 360px;
  margin: auto;
  border: 1px solid #ccc;
  box-shadow: none; }
/* line 1001, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
.new_order .buttons-wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 10px 0 30px;
  border-top: 1px solid #e6e6e6; }
  @media (max-width: 680px) {
    /* line 1001, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .new_order .buttons-wrapper {
      flex-direction: column-reverse;
      width: 100%;
      padding: 0; }
      /* line 1011, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .new_order .buttons-wrapper a {
        display: block;
        width: 90.5%;
        margin: 8px auto 0;
        text-align: center; } }

/* line 1021, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
#new-order-note {
  width: 93%; }
  @media (max-width: 680px) {
    /* line 1021, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    #new-order-note {
      width: 100%; } }

/* line 1030, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
.orders p, .orders .form-field-instructions, .orders .order-creation-details-wrapper .field.weekly label, .order-creation-details-wrapper .field.weekly .orders label, .orders .order-creation-details-wrapper .field.monthly span, .order-creation-details-wrapper .field.monthly .orders span, .orders .buyer-orders-list .single-order, .buyer-orders-list .orders .single-order,
.orders .vendor-orders-list .single-order,
.vendor-orders-list .orders .single-order, .orders .all-line-items .single-line-item .order-details-line-1 span, .all-line-items .single-line-item .order-details-line-1 .orders span,
.orders .all-line-items .single-line-item .order-details-line-2 span,
.all-line-items .single-line-item .order-details-line-2 .orders span {
  font-size: 17px;
  margin: 20px 0; }

/* line 1039, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
.order-creation-details-wrapper {
  display: flex;
  flex-direction: column;
  padding: 20px 5%; }
  @media screen and (max-width: 680px) {
    /* line 1039, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .order-creation-details-wrapper {
      flex-direction: column;
      flex-wrap: nowrap; } }
  /* line 1048, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .order-creation-details-wrapper .form-section .line-item-tab {
    display: inline-block;
    background: rgba(55, 123, 130, 0.15);
    font: 600 11px/1.4 "Lato", sans-serif;
    color: #377B82;
    padding: 8px 16px 9px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom-right-radius: 10px; }
  /* line 1058, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .order-creation-details-wrapper .form-section.order-line-item-details {
    border-top: 1px dotted #9c9999; }
    /* line 1060, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .order-creation-details-wrapper .form-section.order-line-item-details .line-item-tab {
      margin-bottom: 30px; }
  /* line 1064, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .order-creation-details-wrapper .form-section.common-details {
    margin-top: 30px;
    border-top: 1px dotted #9c9999; }
    /* line 1067, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .order-creation-details-wrapper .form-section.common-details .line-item-tab {
      background: rgba(40, 186, 147, 0.15);
      color: #28ba93;
      margin-bottom: 10px; }
  /* line 1073, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .order-creation-details-wrapper .form-section.flex-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
  /* line 1079, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .order-creation-details-wrapper .w-50 {
    flex: 0 1 45%;
    padding: 20px 4.75% 20px 0; }
    @media screen and (max-width: 1100px) {
      /* line 1079, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .order-creation-details-wrapper .w-50 {
        flex: 0 1 95%; } }
    /* line 1085, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .order-creation-details-wrapper .w-50.wrapper {
      display: flex;
      justify-content: space-between; }
      /* line 1088, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .order-creation-details-wrapper .w-50.wrapper .w-50 {
        flex: 0 1 48%;
        padding: 20px 0; }
        /* line 1091, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
        .order-creation-details-wrapper .w-50.wrapper .w-50 input, .order-creation-details-wrapper .w-50.wrapper .w-50 select {
          width: 100%;
          min-width: 100%; }
    @media screen and (max-width: 1100px) {
      /* line 1097, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .order-creation-details-wrapper .w-50 #new-order-choose-vendor {
        margin-bottom: 0; } }
    /* line 1102, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .order-creation-details-wrapper .w-50.action-btns-wrapper {
      display: flex;
      justify-content: flex-end;
      align-self: flex-start; }
      @media screen and (max-width: 1100px) {
        /* line 1102, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
        .order-creation-details-wrapper .w-50.action-btns-wrapper {
          justify-content: flex-start;
          padding-top: 0; } }
      /* line 1110, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .order-creation-details-wrapper .w-50.action-btns-wrapper a {
        margin-right: 10px; }
    /* line 1114, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .order-creation-details-wrapper .w-50 #new-order-quantity,
    .order-creation-details-wrapper .w-50 #new-order-price {
      height: 50px; }
  /* line 1123, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .order-creation-details-wrapper .field.weekly label {
    text-transform: none; }
  /* line 1129, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .order-creation-details-wrapper .field.monthly span {
    text-transform: none; }
  /* line 1134, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .order-creation-details-wrapper #new-order-repeat-until,
  .order-creation-details-wrapper #new-order-delivery-date,
  .order-creation-details-wrapper #new-order-delivery-weekly,
  .order-creation-details-wrapper #new-order-delivery-monthly {
    display: none; }

/* line 1143, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
.edit-order-schedule-div,
.edit-order-repeat-until,
.edit-order-delivery-date,
.edit-order-delivery-weekly,
.edit-order-delivery-monthly {
  display: none; }

/* line 1153, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
.mulit-order-product-list .single-multi-product {
  margin: 5px 0; }
  /* line 1155, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .mulit-order-product-list .single-multi-product .multi-product-checkbox {
    margin: 10px 0; }
    /* line 1157, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .mulit-order-product-list .single-multi-product .multi-product-checkbox input[type="checkbox"] {
      top: -3px; }
  /* line 1161, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .mulit-order-product-list .single-multi-product .product-inputs {
    margin-top: 20px; }
  /* line 1164, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .mulit-order-product-list .single-multi-product .flex-wrapper {
    display: flex;
    flex-direction: row; }
    @media (max-width: 1100px) {
      /* line 1164, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .mulit-order-product-list .single-multi-product .flex-wrapper {
        flex-direction: column; } }
    /* line 1170, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .mulit-order-product-list .single-multi-product .flex-wrapper .w-33 {
      flex: 0 1 30%;
      padding-right: 3%; }
      /* line 1173, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .mulit-order-product-list .single-multi-product .flex-wrapper .w-33 .flex-wrapper {
        align-items: center; }
      /* line 1176, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .mulit-order-product-list .single-multi-product .flex-wrapper .w-33 .form-field-instructions {
        display: block;
        margin: 10px 0 0 62px; }
      @media (max-width: 1100px) {
        /* line 1170, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
        .mulit-order-product-list .single-multi-product .flex-wrapper .w-33 {
          margin-bottom: 20px; }
          /* line 1182, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
          .mulit-order-product-list .single-multi-product .flex-wrapper .w-33 .flex-wrapper {
            display: flex;
            flex-direction: row; }
          /* line 1186, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
          .mulit-order-product-list .single-multi-product .flex-wrapper .w-33 .form-field-instructions {
            margin: 10px 0 0 82px; } }
      /* line 1190, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .mulit-order-product-list .single-multi-product .flex-wrapper .w-33 label {
        font-size: 13px; }
        @media (max-width: 1100px) {
          /* line 1190, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
          .mulit-order-product-list .single-multi-product .flex-wrapper .w-33 label {
            width: 65px; } }
      /* line 1196, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .mulit-order-product-list .single-multi-product .flex-wrapper .w-33 input[type="text"],
      .mulit-order-product-list .single-multi-product .flex-wrapper .w-33 input[type="number"],
      .mulit-order-product-list .single-multi-product .flex-wrapper .w-33 select {
        min-width: 100px;
        flex: 0 1 70%;
        width: 70%;
        margin: 0 0 0 15px;
        padding: 8px 10px; }
      /* line 1205, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .mulit-order-product-list .single-multi-product .flex-wrapper .w-33 select {
        height: 42px; }
      /* line 1208, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .mulit-order-product-list .single-multi-product .flex-wrapper .w-33 .dollar-sign-wrapper {
        flex: 0 1 85%; }
        /* line 1210, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
        .mulit-order-product-list .single-multi-product .flex-wrapper .w-33 .dollar-sign-wrapper input[type="number"] {
          margin: 0 0 0 5px;
          flex: 0 1 82%; }
        /* line 1214, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
        .mulit-order-product-list .single-multi-product .flex-wrapper .w-33 .dollar-sign-wrapper span {
          font-size: 15px;
          top: 0;
          padding: 0 0 0 10px; }

/* line 1229, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
.form-field-instructions {
  font: 15px/1.5 "Lato", sans-serif !important;
  opacity: .8 !important;
  text-align: left; }

/* line 1236, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
#new-product-modal h4, #new-product-modal .main.detail-page .body-content .about-content h3, .main.detail-page .body-content .about-content #new-product-modal h3, #new-product-modal .main.detail-page .body-content .about-content .order-creation-details-wrapper label, .main.detail-page .body-content .about-content .order-creation-details-wrapper #new-product-modal label, #new-product-modal .order-creation-details-wrapper .main.detail-page .body-content .about-content label, .order-creation-details-wrapper .main.detail-page .body-content .about-content #new-product-modal label {
  color: #28ba93; }

/* line 1248, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
.cc-dashboard-wrapper {
  padding: 68px 0 0 0;
  display: flex;
  position: relative;
  justify-content: flex-end; }
  /* line 1253, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .cc-dashboard-wrapper h2 {
    font: 500 32px/1.4 "Lato", sans-serif; }
  /* line 1256, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .cc-dashboard-wrapper .sidebar-nav {
    width: 15%;
    height: calc(100% - 71px);
    flex: 0 1 15%;
    background: #1f1f1f;
    position: fixed;
    top: 68px;
    left: 0;
    z-index: 5;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none; }
    /* line 1269, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .cc-dashboard-wrapper .sidebar-nav::-webkit-scrollbar {
      display: none; }
    @media screen and (max-width: 680px) {
      /* line 1256, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .cc-dashboard-wrapper .sidebar-nav {
        display: none;
        width: 100%;
        height: 100%;
        flex: 0 1 100%;
        top: 63px; } }
    /* line 1279, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .cc-dashboard-wrapper .sidebar-nav nav {
      padding-bottom: 20px; }
    /* line 1282, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .cc-dashboard-wrapper .sidebar-nav a {
      display: block;
      color: #fff;
      font: 400 16px/1.4 "Lato", sans-serif;
      padding: 15px 12%;
      -webkit-font-smoothing: antialiased;
      transition: background-color .2s; }
      @media screen and (min-width: 680px) and (max-width: 1100px) {
        /* line 1282, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
        .cc-dashboard-wrapper .sidebar-nav a {
          font-size: 14px; } }
      @media screen and (max-width: 680px) {
        /* line 1282, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
        .cc-dashboard-wrapper .sidebar-nav a {
          padding: 20px 5%; } }
      /* line 1295, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .cc-dashboard-wrapper .sidebar-nav a .nav-dash-icon {
        display: inline-block;
        height: 20px;
        width: auto;
        margin-right: 10px;
        position: relative;
        bottom: -2px; }
        @media screen and (min-width: 680px) and (max-width: 1100px) {
          /* line 1295, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
          .cc-dashboard-wrapper .sidebar-nav a .nav-dash-icon {
            display: none; } }
      /* line 1306, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .cc-dashboard-wrapper .sidebar-nav a.active, .cc-dashboard-wrapper .sidebar-nav a:hover {
        background: #363636; }
      /* line 1311, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .cc-dashboard-wrapper .sidebar-nav a.parent:hover {
        background: inherit; }
      /* line 1316, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .cc-dashboard-wrapper .sidebar-nav a.super-admin:hover {
        background: #e05d23; }
      /* line 1320, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .cc-dashboard-wrapper .sidebar-nav a.sub-nav-link {
        padding: 6px 12% 8px; }
        /* line 1322, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
        .cc-dashboard-wrapper .sidebar-nav a.sub-nav-link span {
          font-size: 12px;
          text-transform: uppercase;
          margin-left: 25px; }
      /* line 1328, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .cc-dashboard-wrapper .sidebar-nav a.my-account {
        border-top: 1px solid #363636;
        background: #1f1f1f;
        color: rgba(255, 255, 255, 0.6);
        transition: color .2s; }
        /* line 1333, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
        .cc-dashboard-wrapper .sidebar-nav a.my-account:hover {
          color: #fff; }
      /* line 1337, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .cc-dashboard-wrapper .sidebar-nav a.logout {
        color: rgba(255, 255, 255, 0.6);
        transition: color .2s;
        background: #1f1f1f;
        padding: 5px 12%; }
        @media screen and (max-width: 680px) {
          /* line 1337, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
          .cc-dashboard-wrapper .sidebar-nav a.logout {
            padding: 5px 5%; } }
        /* line 1345, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
        .cc-dashboard-wrapper .sidebar-nav a.logout:hover {
          color: #fff; }
      /* line 1349, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .cc-dashboard-wrapper .sidebar-nav a span {
        font-size: 12px;
        opacity: .75;
        word-wrap: break-word; }
    /* line 1355, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .cc-dashboard-wrapper .sidebar-nav .menu-section-break {
      border-color: #363636;
      margin: 0; }
    /* line 1359, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .cc-dashboard-wrapper .sidebar-nav .user-identity {
      display: inline-block;
      color: white;
      font: 11px/1.8 "Lato", sans-serif;
      letter-spacing: 1px;
      text-transform: uppercase;
      padding: 2px 10px;
      border-radius: 30px;
      margin-top: 10px; }
      /* line 1368, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .cc-dashboard-wrapper .sidebar-nav .user-identity.vendor {
        background: #7033FF; }
      /* line 1371, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .cc-dashboard-wrapper .sidebar-nav .user-identity.buyer {
        color: #1f1f1f;
        background: #FFEA00; }
      /* line 1375, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .cc-dashboard-wrapper .sidebar-nav .user-identity.cureator {
        color: #1f1f1f;
        background: #33cc9c; }
      /* line 1379, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .cc-dashboard-wrapper .sidebar-nav .user-identity.admin {
        background: #e05d23; }
    /* line 1389, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .cc-dashboard-wrapper .sidebar-nav.buyer-sidebar-nav {
      width: 275px;
      flex: 0 0 275px;
      display: flex;
      flex-direction: column; }
      /* line 1394, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .cc-dashboard-wrapper .sidebar-nav.buyer-sidebar-nav nav {
        flex: 1 1 auto;
        overflow-y: auto;
        scrollbar-width: none; }
        /* line 1398, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
        .cc-dashboard-wrapper .sidebar-nav.buyer-sidebar-nav nav::-webkit-scrollbar {
          display: none; }
      /* line 1400, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .cc-dashboard-wrapper .sidebar-nav.buyer-sidebar-nav a {
        font-size: 14px;
        padding: 8px 12px;
        margin: 0 12px 2px;
        border-radius: 4px;
        opacity: 0.7;
        transition: opacity 0.15s, background-color 0.15s; }
        /* line 1407, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
        .cc-dashboard-wrapper .sidebar-nav.buyer-sidebar-nav a .nav-dash-icon {
          height: 16px;
          width: 16px;
          margin-right: 12px;
          bottom: 0; }
        /* line 1413, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
        .cc-dashboard-wrapper .sidebar-nav.buyer-sidebar-nav a:hover {
          opacity: 1;
          background: #363636; }
        /* line 1417, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
        .cc-dashboard-wrapper .sidebar-nav.buyer-sidebar-nav a.active {
          opacity: 1;
          background: #363636; }
        /* line 1421, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
        .cc-dashboard-wrapper .sidebar-nav.buyer-sidebar-nav a.sub-nav-link {
          padding: 6px 12px 8px; }
        /* line 1424, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
        .cc-dashboard-wrapper .sidebar-nav.buyer-sidebar-nav a.my-account {
          margin-top: 8px;
          padding: 12px 12px 8px;
          opacity: 0.7; }
          /* line 1428, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
          .cc-dashboard-wrapper .sidebar-nav.buyer-sidebar-nav a.my-account:hover {
            opacity: 1; }
        /* line 1430, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
        .cc-dashboard-wrapper .sidebar-nav.buyer-sidebar-nav a.logout {
          padding: 5px 12px 15px;
          opacity: 0.5; }
          /* line 1433, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
          .cc-dashboard-wrapper .sidebar-nav.buyer-sidebar-nav a.logout:hover {
            opacity: 0.8; }
  /* line 1445, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .cc-dashboard-wrapper .sidebar-nav.buyer-sidebar-nav ~ .cc-dash-main-wrapper {
    margin-left: 275px;
    width: auto;
    flex: 1 1 auto; }
  /* line 1471, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .cc-dashboard-wrapper .sidebar-nav.buyer-sidebar-nav ~ .main {
    margin-left: 275px;
    width: auto;
    flex: 1 1 auto;
    padding-left: 24px; }
  /* line 1480, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .cc-dashboard-wrapper .sidebar-nav .sidebar-logo {
    padding: 20px 12px 24px 24px;
    flex-shrink: 0; }
    /* line 1483, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .cc-dashboard-wrapper .sidebar-nav .sidebar-logo .cc-logo {
      width: 126px;
      height: auto; }
  /* line 1490, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .cc-dashboard-wrapper .sidebar-nav .sidebar-account {
    flex-shrink: 0;
    padding: 12px 12px 16px;
    display: flex;
    flex-direction: column;
    gap: 8px; }
    /* line 1497, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .cc-dashboard-wrapper .sidebar-nav .sidebar-account .sidebar-account-link {
      display: flex;
      align-items: center;
      gap: 8px;
      text-decoration: none;
      opacity: 0.7;
      transition: opacity 0.15s; }
      /* line 1504, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .cc-dashboard-wrapper .sidebar-nav .sidebar-account .sidebar-account-link:hover {
        opacity: 1;
        background: none; }
    /* line 1507, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .cc-dashboard-wrapper .sidebar-nav .sidebar-account .sidebar-avatar {
      width: 32px;
      height: 32px;
      border-radius: 50%;
      background: #28ba93;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      font-size: 12px;
      font-weight: bold;
      flex-shrink: 0; }
    /* line 1521, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .cc-dashboard-wrapper .sidebar-nav .sidebar-account .sidebar-account-info {
      display: flex;
      flex-direction: column;
      min-width: 0;
      overflow: hidden; }
      /* line 1527, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .cc-dashboard-wrapper .sidebar-nav .sidebar-account .sidebar-account-info .sidebar-account-name {
        color: #fff;
        font-size: 12px;
        font-weight: bold;
        line-height: 1.3;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
      /* line 1537, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .cc-dashboard-wrapper .sidebar-nav .sidebar-account .sidebar-account-info .sidebar-account-email {
        color: rgba(255, 255, 255, 0.6);
        font-size: 10px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
    /* line 1546, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .cc-dashboard-wrapper .sidebar-nav .sidebar-account .sidebar-logout {
      display: block;
      color: rgba(255, 255, 255, 0.5);
      font-size: 12px;
      text-decoration: none;
      -webkit-font-smoothing: antialiased;
      transition: color 0.15s; }
      /* line 1553, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .cc-dashboard-wrapper .sidebar-nav .sidebar-account .sidebar-logout:hover {
        color: rgba(255, 255, 255, 0.8);
        background: none; }
  /* line 1557, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .cc-dashboard-wrapper .profile-thumb {
    display: inline-block;
    width: 75px;
    height: auto;
    border-radius: 75px;
    margin-right: 20px; }
  /* line 1566, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .cc-dashboard-wrapper.public .main.detail-page {
    width: 90%; }

/* line 1572, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
.cc-dash-main-wrapper {
  flex: 0 1 85%;
  width: 85%;
  position: relative;
  padding: 60px 0 0;
  background: #fff; }
  @media screen and (min-width: 1100px) {
    /* line 1572, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .cc-dash-main-wrapper {
      min-height: 1000px; } }
  @media screen and (max-width: 680px) {
    /* line 1572, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .cc-dash-main-wrapper {
      flex: 0 1 100%;
      padding: 20px 0 30px 0; } }
  /* line 1585, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .cc-dash-main-wrapper h1, .cc-dash-main-wrapper .timeline-summary h2, .timeline-summary .cc-dash-main-wrapper h2 {
    text-transform: none;
    letter-spacing: 0;
    text-align: center; }
  /* line 1590, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .cc-dash-main-wrapper p, .cc-dash-main-wrapper .form-field-instructions, .cc-dash-main-wrapper .order-creation-details-wrapper .field.weekly label, .order-creation-details-wrapper .field.weekly .cc-dash-main-wrapper label, .cc-dash-main-wrapper .order-creation-details-wrapper .field.monthly span, .order-creation-details-wrapper .field.monthly .cc-dash-main-wrapper span, .cc-dash-main-wrapper .buyer-orders-list .single-order, .buyer-orders-list .cc-dash-main-wrapper .single-order,
  .cc-dash-main-wrapper .vendor-orders-list .single-order,
  .vendor-orders-list .cc-dash-main-wrapper .single-order, .cc-dash-main-wrapper .all-line-items .single-line-item .order-details-line-1 span, .all-line-items .single-line-item .order-details-line-1 .cc-dash-main-wrapper span,
  .cc-dash-main-wrapper .all-line-items .single-line-item .order-details-line-2 span,
  .all-line-items .single-line-item .order-details-line-2 .cc-dash-main-wrapper span {
    font: 15px/1.4 "Lato", sans-serif; }
    /* line 1592, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .cc-dash-main-wrapper p.p-lg, .cc-dash-main-wrapper .p-lg.form-field-instructions, .cc-dash-main-wrapper .order-creation-details-wrapper .field.weekly label.p-lg, .order-creation-details-wrapper .field.weekly .cc-dash-main-wrapper label.p-lg, .cc-dash-main-wrapper .order-creation-details-wrapper .field.monthly span.p-lg, .order-creation-details-wrapper .field.monthly .cc-dash-main-wrapper span.p-lg, .cc-dash-main-wrapper .buyer-orders-list .p-lg.single-order, .buyer-orders-list .cc-dash-main-wrapper .p-lg.single-order,
    .cc-dash-main-wrapper .vendor-orders-list .p-lg.single-order,
    .vendor-orders-list .cc-dash-main-wrapper .p-lg.single-order, .cc-dash-main-wrapper .all-line-items .single-line-item .order-details-line-1 span.p-lg, .all-line-items .single-line-item .order-details-line-1 .cc-dash-main-wrapper span.p-lg,
    .cc-dash-main-wrapper .all-line-items .single-line-item .order-details-line-2 span.p-lg,
    .all-line-items .single-line-item .order-details-line-2 .cc-dash-main-wrapper span.p-lg {
      font-size: 20px; }
  /* line 1596, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .cc-dash-main-wrapper.buyer-detail {
    padding: 30px 0 0 0; }
    @media screen and (max-width: 680px) {
      /* line 1596, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .cc-dash-main-wrapper.buyer-detail {
        padding: 0; } }
    /* line 1601, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .cc-dash-main-wrapper.buyer-detail h1, .cc-dash-main-wrapper.buyer-detail .timeline-summary h2, .timeline-summary .cc-dash-main-wrapper.buyer-detail h2 {
      margin-bottom: 50px; }
  /* line 1605, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .cc-dash-main-wrapper.account {
    flex: 0 1 75%;
    padding: 60px 5%; }
    @media screen and (max-width: 680px) {
      /* line 1605, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .cc-dash-main-wrapper.account {
        flex: 0 1 80%;
        padding: 30px 10%; } }

/* line 1615, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
.account-snapshot {
  text-align: center;
  padding-bottom: 30px; }
  @media screen and (max-width: 680px) {
    /* line 1615, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .account-snapshot {
      padding-bottom: 0; } }
  /* line 1621, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .account-snapshot .intro {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0 15px; }
    @media screen and (max-width: 680px) {
      /* line 1626, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .account-snapshot .intro h1, .account-snapshot .intro .timeline-summary h2, .timeline-summary .account-snapshot .intro h2 {
        font-size: 28px; } }

/* line 1634, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
.accounts-overview {
  width: 90%;
  margin: 20px auto;
  padding: 50px 0 10px;
  border: 1px solid rgba(156, 153, 153, 0.5);
  border-radius: 20px; }
  @media screen and (max-width: 680px) {
    /* line 1634, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .accounts-overview {
      padding: 20px 0 10px; } }
  /* line 1643, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .accounts-overview h2 {
    font: 500 32px/1.4 "Lato", sans-serif;
    text-align: center;
    margin-top: 10px; }
    @media screen and (max-width: 680px) {
      /* line 1643, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .accounts-overview h2 {
        font-size: 26px; } }

/* line 1653, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
.account-status-legend {
  width: 89%;
  border-bottom: 2px solid #33cc9c;
  display: flex;
  padding: 20px 1%;
  margin: 30px auto;
  justify-content: space-between; }
  @media screen and (max-width: 680px) {
    /* line 1653, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .account-status-legend {
      margin: 0 auto 20px; } }
  /* line 1663, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .account-status-legend p, .account-status-legend .form-field-instructions, .account-status-legend .order-creation-details-wrapper .field.weekly label, .order-creation-details-wrapper .field.weekly .account-status-legend label, .account-status-legend .order-creation-details-wrapper .field.monthly span, .order-creation-details-wrapper .field.monthly .account-status-legend span, .account-status-legend .buyer-orders-list .single-order, .buyer-orders-list .account-status-legend .single-order,
  .account-status-legend .vendor-orders-list .single-order,
  .vendor-orders-list .account-status-legend .single-order, .account-status-legend .all-line-items .single-line-item .order-details-line-1 span, .all-line-items .single-line-item .order-details-line-1 .account-status-legend span,
  .account-status-legend .all-line-items .single-line-item .order-details-line-2 span,
  .all-line-items .single-line-item .order-details-line-2 .account-status-legend span {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 1 25%;
    padding-right: 2.5%; }
    @media screen and (max-width: 680px) {
      /* line 1669, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .account-status-legend p .status-icon, .account-status-legend .form-field-instructions .status-icon, .account-status-legend .order-creation-details-wrapper .field.weekly label .status-icon, .order-creation-details-wrapper .field.weekly .account-status-legend label .status-icon, .account-status-legend .order-creation-details-wrapper .field.monthly span .status-icon, .order-creation-details-wrapper .field.monthly .account-status-legend span .status-icon, .account-status-legend .buyer-orders-list .single-order .status-icon, .buyer-orders-list .account-status-legend .single-order .status-icon,
      .account-status-legend .vendor-orders-list .single-order .status-icon,
      .vendor-orders-list .account-status-legend .single-order .status-icon, .account-status-legend .all-line-items .single-line-item .order-details-line-1 span .status-icon, .all-line-items .single-line-item .order-details-line-1 .account-status-legend span .status-icon,
      .account-status-legend .all-line-items .single-line-item .order-details-line-2 span .status-icon,
      .all-line-items .single-line-item .order-details-line-2 .account-status-legend span .status-icon {
        width: 20px;
        height: auto; } }
    /* line 1675, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .account-status-legend p span, .account-status-legend .form-field-instructions span, .account-status-legend .order-creation-details-wrapper .field.weekly label span, .order-creation-details-wrapper .field.weekly .account-status-legend label span, .account-status-legend .order-creation-details-wrapper .field.monthly span span, .order-creation-details-wrapper .field.monthly .account-status-legend span span, .account-status-legend .buyer-orders-list .single-order span, .buyer-orders-list .account-status-legend .single-order span,
    .account-status-legend .vendor-orders-list .single-order span,
    .vendor-orders-list .account-status-legend .single-order span, .account-status-legend .all-line-items .single-line-item .order-details-line-1 span span, .all-line-items .single-line-item .order-details-line-1 .account-status-legend span span,
    .account-status-legend .all-line-items .single-line-item .order-details-line-2 span span,
    .all-line-items .single-line-item .order-details-line-2 .account-status-legend span span {
      display: inline-block;
      margin-left: 10px;
      font-size: 15px;
      font-weight: 500; }
      @media screen and (max-width: 680px) {
        /* line 1675, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
        .account-status-legend p span, .account-status-legend .form-field-instructions span, .account-status-legend .order-creation-details-wrapper .field.weekly label span, .order-creation-details-wrapper .field.weekly .account-status-legend label span, .account-status-legend .order-creation-details-wrapper .field.monthly span span, .order-creation-details-wrapper .field.monthly .account-status-legend span span, .account-status-legend .buyer-orders-list .single-order span, .buyer-orders-list .account-status-legend .single-order span,
        .account-status-legend .vendor-orders-list .single-order span,
        .vendor-orders-list .account-status-legend .single-order span, .account-status-legend .all-line-items .single-line-item .order-details-line-1 span span, .all-line-items .single-line-item .order-details-line-1 .account-status-legend span span,
        .account-status-legend .all-line-items .single-line-item .order-details-line-2 span span,
        .all-line-items .single-line-item .order-details-line-2 .account-status-legend span span {
          font-size: 13px; } }
      /* line 1683, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .account-status-legend p span.title, .account-status-legend .form-field-instructions span.title, .account-status-legend .order-creation-details-wrapper .field.weekly label span.title, .order-creation-details-wrapper .field.weekly .account-status-legend label span.title, .account-status-legend .order-creation-details-wrapper .field.monthly span span.title, .order-creation-details-wrapper .field.monthly .account-status-legend span span.title, .account-status-legend .buyer-orders-list .single-order span.title, .buyer-orders-list .account-status-legend .single-order span.title,
      .account-status-legend .vendor-orders-list .single-order span.title,
      .vendor-orders-list .account-status-legend .single-order span.title, .account-status-legend .all-line-items .single-line-item .order-details-line-1 span span.title, .all-line-items .single-line-item .order-details-line-1 .account-status-legend span span.title,
      .account-status-legend .all-line-items .single-line-item .order-details-line-2 span span.title,
      .all-line-items .single-line-item .order-details-line-2 .account-status-legend span span.title {
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 1px; }
    /* line 1689, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .account-status-legend p:first-of-type, .account-status-legend .form-field-instructions:first-of-type, .account-status-legend .order-creation-details-wrapper .field.weekly label:first-of-type, .order-creation-details-wrapper .field.weekly .account-status-legend label:first-of-type, .account-status-legend .order-creation-details-wrapper .field.monthly span:first-of-type, .order-creation-details-wrapper .field.monthly .account-status-legend span:first-of-type, .account-status-legend .buyer-orders-list .single-order:first-of-type, .buyer-orders-list .account-status-legend .single-order:first-of-type,
    .account-status-legend .vendor-orders-list .single-order:first-of-type,
    .vendor-orders-list .account-status-legend .single-order:first-of-type, .account-status-legend .all-line-items .single-line-item .order-details-line-1 span:first-of-type, .all-line-items .single-line-item .order-details-line-1 .account-status-legend span:first-of-type,
    .account-status-legend .all-line-items .single-line-item .order-details-line-2 span:first-of-type,
    .all-line-items .single-line-item .order-details-line-2 .account-status-legend span:first-of-type {
      flex: 0 1 18%; }
      /* line 1691, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .account-status-legend p:first-of-type span, .account-status-legend .form-field-instructions:first-of-type span, .account-status-legend .order-creation-details-wrapper .field.weekly label:first-of-type span, .order-creation-details-wrapper .field.weekly .account-status-legend label:first-of-type span, .account-status-legend .order-creation-details-wrapper .field.monthly span:first-of-type span, .order-creation-details-wrapper .field.monthly .account-status-legend span:first-of-type span, .account-status-legend .buyer-orders-list .single-order:first-of-type span, .buyer-orders-list .account-status-legend .single-order:first-of-type span,
      .account-status-legend .vendor-orders-list .single-order:first-of-type span,
      .vendor-orders-list .account-status-legend .single-order:first-of-type span, .account-status-legend .all-line-items .single-line-item .order-details-line-1 span:first-of-type span, .all-line-items .single-line-item .order-details-line-1 .account-status-legend span:first-of-type span,
      .account-status-legend .all-line-items .single-line-item .order-details-line-2 span:first-of-type span,
      .all-line-items .single-line-item .order-details-line-2 .account-status-legend span:first-of-type span {
        margin-left: 0; }

/* line 1698, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
.purchase-orders-overview {
  padding: 30px 0; }
  /* line 1700, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .purchase-orders-overview h2 {
    text-align: center;
    margin-top: 10px; }
    @media screen and (max-width: 680px) {
      /* line 1700, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .purchase-orders-overview h2 {
        font-size: 26px; } }
  /* line 1707, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .purchase-orders-overview .table-wrapper {
    overflow-x: scroll; }

/* line 1713, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
.modal__title {
  color: #1f1f1f !important; }

/* line 1719, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
#new_purchase_order input[type='submit'],
#new-po-modal-content input[type='submit'] {
  margin-bottom: 0; }

/* line 1726, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
#new-po-modal-content input[type='submit'] {
  background: #377B82;
  border-color: #377B82; }
  /* line 1729, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  #new-po-modal-content input[type='submit']:hover {
    background: #fff;
    color: #377B82; }

/* line 1738, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
.greyed-out {
  opacity: .5; }

/* line 1743, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
.col-3.lg-stats {
  display: flex; }
  @media screen and (max-width: 680px) {
    /* line 1743, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .col-3.lg-stats {
      padding: 0 3%; } }
  /* line 1748, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .col-3.lg-stats .single-stat {
    flex: 0 1 33%;
    text-align: center;
    padding: 30px 3%; }
    @media screen and (max-width: 680px) {
      /* line 1748, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .col-3.lg-stats .single-stat {
        padding: 10px 1.5%;
        text-align: left; } }
    /* line 1756, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .col-3.lg-stats .single-stat .lg-stat-text {
      display: inline-block;
      font: 400 46px/1.4 "Lato", sans-serif;
      margin-bottom: 10px; }
      @media screen and (max-width: 680px) {
        /* line 1756, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
        .col-3.lg-stats .single-stat .lg-stat-text {
          font-size: 22px;
          margin-left: 28px;
          margin-bottom: 0; } }
    /* line 1766, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .col-3.lg-stats .single-stat p, .col-3.lg-stats .single-stat .form-field-instructions, .col-3.lg-stats .single-stat .order-creation-details-wrapper .field.weekly label, .order-creation-details-wrapper .field.weekly .col-3.lg-stats .single-stat label, .col-3.lg-stats .single-stat .order-creation-details-wrapper .field.monthly span, .order-creation-details-wrapper .field.monthly .col-3.lg-stats .single-stat span, .col-3.lg-stats .single-stat .buyer-orders-list .single-order, .buyer-orders-list .col-3.lg-stats .single-stat .single-order,
    .col-3.lg-stats .single-stat .vendor-orders-list .single-order,
    .vendor-orders-list .col-3.lg-stats .single-stat .single-order, .col-3.lg-stats .single-stat .all-line-items .single-line-item .order-details-line-1 span, .all-line-items .single-line-item .order-details-line-1 .col-3.lg-stats .single-stat span,
    .col-3.lg-stats .single-stat .all-line-items .single-line-item .order-details-line-2 span,
    .all-line-items .single-line-item .order-details-line-2 .col-3.lg-stats .single-stat span {
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 17px;
      text-align: left; }
      @media screen and (max-width: 680px) {
        /* line 1766, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
        .col-3.lg-stats .single-stat p, .col-3.lg-stats .single-stat .form-field-instructions, .col-3.lg-stats .single-stat .order-creation-details-wrapper .field.weekly label, .order-creation-details-wrapper .field.weekly .col-3.lg-stats .single-stat label, .col-3.lg-stats .single-stat .order-creation-details-wrapper .field.monthly span, .order-creation-details-wrapper .field.monthly .col-3.lg-stats .single-stat span, .col-3.lg-stats .single-stat .buyer-orders-list .single-order, .buyer-orders-list .col-3.lg-stats .single-stat .single-order,
        .col-3.lg-stats .single-stat .vendor-orders-list .single-order,
        .vendor-orders-list .col-3.lg-stats .single-stat .single-order, .col-3.lg-stats .single-stat .all-line-items .single-line-item .order-details-line-1 span, .all-line-items .single-line-item .order-details-line-1 .col-3.lg-stats .single-stat span,
        .col-3.lg-stats .single-stat .all-line-items .single-line-item .order-details-line-2 span,
        .all-line-items .single-line-item .order-details-line-2 .col-3.lg-stats .single-stat span {
          font-size: 12px; } }
      /* line 1775, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .col-3.lg-stats .single-stat p .icon, .col-3.lg-stats .single-stat .form-field-instructions .icon, .col-3.lg-stats .single-stat .order-creation-details-wrapper .field.weekly label .icon, .order-creation-details-wrapper .field.weekly .col-3.lg-stats .single-stat label .icon, .col-3.lg-stats .single-stat .order-creation-details-wrapper .field.monthly span .icon, .order-creation-details-wrapper .field.monthly .col-3.lg-stats .single-stat span .icon, .col-3.lg-stats .single-stat .buyer-orders-list .single-order .icon, .buyer-orders-list .col-3.lg-stats .single-stat .single-order .icon,
      .col-3.lg-stats .single-stat .vendor-orders-list .single-order .icon,
      .vendor-orders-list .col-3.lg-stats .single-stat .single-order .icon, .col-3.lg-stats .single-stat .all-line-items .single-line-item .order-details-line-1 span .icon, .all-line-items .single-line-item .order-details-line-1 .col-3.lg-stats .single-stat span .icon,
      .col-3.lg-stats .single-stat .all-line-items .single-line-item .order-details-line-2 span .icon,
      .all-line-items .single-line-item .order-details-line-2 .col-3.lg-stats .single-stat span .icon {
        display: inline-block;
        height: 36px;
        width: auto;
        margin-right: 3px; }
        @media screen and (max-width: 680px) {
          /* line 1775, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
          .col-3.lg-stats .single-stat p .icon, .col-3.lg-stats .single-stat .form-field-instructions .icon, .col-3.lg-stats .single-stat .order-creation-details-wrapper .field.weekly label .icon, .order-creation-details-wrapper .field.weekly .col-3.lg-stats .single-stat label .icon, .col-3.lg-stats .single-stat .order-creation-details-wrapper .field.monthly span .icon, .order-creation-details-wrapper .field.monthly .col-3.lg-stats .single-stat span .icon, .col-3.lg-stats .single-stat .buyer-orders-list .single-order .icon, .buyer-orders-list .col-3.lg-stats .single-stat .single-order .icon,
          .col-3.lg-stats .single-stat .vendor-orders-list .single-order .icon,
          .vendor-orders-list .col-3.lg-stats .single-stat .single-order .icon, .col-3.lg-stats .single-stat .all-line-items .single-line-item .order-details-line-1 span .icon, .all-line-items .single-line-item .order-details-line-1 .col-3.lg-stats .single-stat span .icon,
          .col-3.lg-stats .single-stat .all-line-items .single-line-item .order-details-line-2 span .icon,
          .all-line-items .single-line-item .order-details-line-2 .col-3.lg-stats .single-stat span .icon {
            height: 16px;
            margin-right: 0; } }
      /* line 1785, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .col-3.lg-stats .single-stat p span, .col-3.lg-stats .single-stat .form-field-instructions span, .col-3.lg-stats .single-stat .order-creation-details-wrapper .field.weekly label span, .order-creation-details-wrapper .field.weekly .col-3.lg-stats .single-stat label span, .col-3.lg-stats .single-stat .order-creation-details-wrapper .field.monthly span span, .order-creation-details-wrapper .field.monthly .col-3.lg-stats .single-stat span span, .col-3.lg-stats .single-stat .buyer-orders-list .single-order span, .buyer-orders-list .col-3.lg-stats .single-stat .single-order span,
      .col-3.lg-stats .single-stat .vendor-orders-list .single-order span,
      .vendor-orders-list .col-3.lg-stats .single-stat .single-order span, .col-3.lg-stats .single-stat .all-line-items .single-line-item .order-details-line-1 span span, .all-line-items .single-line-item .order-details-line-1 .col-3.lg-stats .single-stat span span,
      .col-3.lg-stats .single-stat .all-line-items .single-line-item .order-details-line-2 span span,
      .all-line-items .single-line-item .order-details-line-2 .col-3.lg-stats .single-stat span span {
        display: inline-block;
        margin-left: 10px; }
        @media screen and (max-width: 680px) {
          /* line 1785, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
          .col-3.lg-stats .single-stat p span, .col-3.lg-stats .single-stat .form-field-instructions span, .col-3.lg-stats .single-stat .order-creation-details-wrapper .field.weekly label span, .order-creation-details-wrapper .field.weekly .col-3.lg-stats .single-stat label span, .col-3.lg-stats .single-stat .order-creation-details-wrapper .field.monthly span span, .order-creation-details-wrapper .field.monthly .col-3.lg-stats .single-stat span span, .col-3.lg-stats .single-stat .buyer-orders-list .single-order span, .buyer-orders-list .col-3.lg-stats .single-stat .single-order span,
          .col-3.lg-stats .single-stat .vendor-orders-list .single-order span,
          .vendor-orders-list .col-3.lg-stats .single-stat .single-order span, .col-3.lg-stats .single-stat .all-line-items .single-line-item .order-details-line-1 span span, .all-line-items .single-line-item .order-details-line-1 .col-3.lg-stats .single-stat span span,
          .col-3.lg-stats .single-stat .all-line-items .single-line-item .order-details-line-2 span span,
          .all-line-items .single-line-item .order-details-line-2 .col-3.lg-stats .single-stat span span {
            font-size: 13px;
            margin-left: 5px; } }

/* line 1797, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
.buyer-account-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0 3%;
  margin-top: 15px; }
  /* line 1802, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .buyer-account-list .accounts-list-single-buyer {
    display: flex;
    flex: 0 1 22.5%;
    margin: 10px 1% 30px; }
    @media screen and (max-width: 1100px) {
      /* line 1802, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .buyer-account-list .accounts-list-single-buyer {
        flex: 0 1 45%;
        margin: 10px 2.5% 20px; } }
    @media screen and (max-width: 680px) {
      /* line 1802, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .buyer-account-list .accounts-list-single-buyer {
        flex: 0 1 95%;
        margin: 10px 2.5% 20px; } }
    /* line 1816, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .buyer-account-list .accounts-list-single-buyer .img-wrapper {
      flex: 0 1 25%;
      max-width: 75px;
      position: relative; }
      @media screen and (max-width: 680px) {
        /* line 1816, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
        .buyer-account-list .accounts-list-single-buyer .img-wrapper {
          max-width: 45px;
          height: 45px; } }
      /* line 1824, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .buyer-account-list .accounts-list-single-buyer .img-wrapper a {
        display: inline-block; }
        @media screen and (max-width: 1100px) {
          /* line 1824, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
          .buyer-account-list .accounts-list-single-buyer .img-wrapper a {
            width: 75px;
            height: 75px; } }
        @media screen and (max-width: 680px) {
          /* line 1824, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
          .buyer-account-list .accounts-list-single-buyer .img-wrapper a {
            width: 45px; } }
      /* line 1834, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .buyer-account-list .accounts-list-single-buyer .img-wrapper .profile-thumb {
        display: inline-block;
        width: 65px;
        height: 65px;
        border: 1px solid #e6e6e6; }
        @media screen and (max-width: 680px) {
          /* line 1834, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
          .buyer-account-list .accounts-list-single-buyer .img-wrapper .profile-thumb {
            width: 45px;
            height: 45px; } }
      /* line 1844, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .buyer-account-list .accounts-list-single-buyer .img-wrapper .status-icon {
        position: absolute;
        right: -3px;
        bottom: 7px; }
        @media screen and (max-width: 680px) {
          /* line 1844, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
          .buyer-account-list .accounts-list-single-buyer .img-wrapper .status-icon {
            width: 20px;
            height: auto; } }
    /* line 1854, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .buyer-account-list .accounts-list-single-buyer .text-wrapper {
      display: flex;
      flex: 0 1 75%;
      padding-left: 5%;
      align-items: center; }
      /* line 1859, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .buyer-account-list .accounts-list-single-buyer .text-wrapper .chevron {
        display: inline;
        width: 6px;
        height: auto;
        position: absolute;
        margin: 8px 0 0 8px; }
        @media screen and (max-width: 680px) {
          /* line 1859, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
          .buyer-account-list .accounts-list-single-buyer .text-wrapper .chevron {
            width: 4px;
            margin: 8px 0 0 8px; } }
        /* line 1869, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
        .buyer-account-list .accounts-list-single-buyer .text-wrapper .chevron .chevron-fill {
          fill: #9c9999;
          transition: fill .2s; }
      /* line 1874, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .buyer-account-list .accounts-list-single-buyer .text-wrapper a {
        font: 400 17px/1.5 "Lato", sans-serif;
        display: inline;
        color: inherit;
        transition: color .2s; }
        @media screen and (max-width: 680px) {
          /* line 1874, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
          .buyer-account-list .accounts-list-single-buyer .text-wrapper a {
            font-size: 13px; } }
        /* line 1882, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
        .buyer-account-list .accounts-list-single-buyer .text-wrapper a:hover {
          color: #28ba93; }
          /* line 1884, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
          .buyer-account-list .accounts-list-single-buyer .text-wrapper a:hover .chevron-fill {
            fill: #28ba93; }

/* line 1893, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
.table-wrapper {
  width: 94%;
  margin: auto; }
  @media screen and (max-width: 1100px) {
    /* line 1893, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .table-wrapper {
      overflow-x: scroll; } }

/* line 1901, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
table.recent-purchase-orders,
table.products-table {
  width: 100%;
  margin: 0 auto 40px auto; }
  /* line 1905, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  table.recent-purchase-orders th,
  table.products-table th {
    position: relative;
    border-bottom: 2px solid #377B82;
    padding: 10px 15px 10px 10px;
    font: 600 14px/1.2 "Lato", sans-serif;
    color: #377B82;
    vertical-align: bottom; }
    /* line 1912, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    table.recent-purchase-orders th a,
    table.products-table th a {
      color: inherit; }
    /* line 1916, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    table.recent-purchase-orders th.hide span,
    table.products-table th.hide span {
      display: none; }
    /* line 1923, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    table.recent-purchase-orders th .sort-arrow,
    table.products-table th .sort-arrow {
      position: absolute;
      right: 0;
      bottom: 12px; }
  /* line 1929, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  table.recent-purchase-orders td,
  table.products-table td {
    vertical-align: middle;
    padding: 10px;
    border-bottom: 1px solid #e6e6e6;
    font: 14px/1.3 "Lato", sans-serif;
    transition: background .2s; }
    @media screen and (max-width: 680px) {
      /* line 1929, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      table.recent-purchase-orders td,
      table.products-table td {
        font-size: 13px !important; } }
    @media screen and (max-width: 680px) {
      /* line 1938, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      table.recent-purchase-orders td span,
      table.products-table td span {
        font-size: 13px; } }
    /* line 1943, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    table.recent-purchase-orders td a,
    table.products-table td a {
      color: inherit;
      transition: color .2s; }
      /* line 1946, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      table.recent-purchase-orders td a:hover,
      table.products-table td a:hover {
        color: #377B82; }
    /* line 1950, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    table.recent-purchase-orders td .profile-thumb,
    table.products-table td .profile-thumb {
      width: 35px;
      margin-right: 0;
      height: auto;
      border: 1px solid #e6e6e6; }
    /* line 1956, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    table.recent-purchase-orders td.thumb,
    table.products-table td.thumb {
      width: 20px; }
  /* line 1967, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  table.recent-purchase-orders tr:hover td,
  table.products-table tr:hover td {
    background: rgba(55, 123, 130, 0.1); }

/* line 1974, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
table.products-table {
  display: block; }

/* line 1978, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
table.recent-purchase-orders {
  margin: 0 auto; }
  /* line 1980, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  table.recent-purchase-orders td {
    padding: 14px 10px; }

/* line 1985, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
.po-form-wrapper .recent-purchase-orders tr td:nth-child(5) p, .po-form-wrapper .recent-purchase-orders tr td:nth-child(5) .form-field-instructions, .po-form-wrapper .recent-purchase-orders tr td:nth-child(5) .order-creation-details-wrapper .field.weekly label, .order-creation-details-wrapper .field.weekly .po-form-wrapper .recent-purchase-orders tr td:nth-child(5) label, .po-form-wrapper .recent-purchase-orders tr td:nth-child(5) .order-creation-details-wrapper .field.monthly span, .order-creation-details-wrapper .field.monthly .po-form-wrapper .recent-purchase-orders tr td:nth-child(5) span, .po-form-wrapper .recent-purchase-orders tr td:nth-child(5) .buyer-orders-list .single-order, .buyer-orders-list .po-form-wrapper .recent-purchase-orders tr td:nth-child(5) .single-order,
.po-form-wrapper .recent-purchase-orders tr td:nth-child(5) .vendor-orders-list .single-order,
.vendor-orders-list .po-form-wrapper .recent-purchase-orders tr td:nth-child(5) .single-order, .po-form-wrapper .recent-purchase-orders tr td:nth-child(5) .all-line-items .single-line-item .order-details-line-1 span, .all-line-items .single-line-item .order-details-line-1 .po-form-wrapper .recent-purchase-orders tr td:nth-child(5) span,
.po-form-wrapper .recent-purchase-orders tr td:nth-child(5) .all-line-items .single-line-item .order-details-line-2 span,
.all-line-items .single-line-item .order-details-line-2 .po-form-wrapper .recent-purchase-orders tr td:nth-child(5) span {
  display: flex;
  font-size: 13px !important; }

/* line 1991, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
.buyer-orders-list-header,
.vendor-orders-list-header {
  border-bottom: 2px solid #377B82;
  display: flex;
  margin-top: 50px;
  align-items: center; }
  @media (max-width: 1100px) {
    /* line 1991, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .buyer-orders-list-header,
    .vendor-orders-list-header {
      display: none; } }
  /* line 2000, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .buyer-orders-list-header span,
  .vendor-orders-list-header span {
    display: block;
    padding: 12px 2px;
    font: 600 15px/1.4 "Lato", sans-serif;
    color: #377B82; }

/* line 2011, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
.buyer-orders-list-header span:nth-child(1) {
  flex: 0 1 4%; }
/* line 2015, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
.buyer-orders-list-header span:nth-child(2) {
  flex: 0 1 16%; }
/* line 2019, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
.buyer-orders-list-header span:nth-child(3) {
  flex: 0 1 20%; }
/* line 2023, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
.buyer-orders-list-header span:nth-child(4) {
  flex: 0 1 4%;
  text-align: center; }
/* line 2028, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
.buyer-orders-list-header span:nth-child(5) {
  flex: 0 1 19%;
  text-align: center; }
/* line 2033, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
.buyer-orders-list-header span:nth-child(6) {
  flex: 0 1 9%;
  text-align: left; }
/* line 2038, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
.buyer-orders-list-header span:nth-child(7) {
  flex: 0 1 9%;
  text-align: left; }
/* line 2043, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
.buyer-orders-list-header span:nth-child(8) {
  flex: 0 1 10%;
  text-align: left; }
/* line 2047, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
.buyer-orders-list-header span:nth-child(9) {
  flex: 0 1 5%; }

/* line 2056, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
.vendor-orders-list-header span:nth-child(1) {
  flex: 0 1 9%; }
/* line 2060, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
.vendor-orders-list-header span:nth-child(2) {
  flex: 0 1 19.5%; }
/* line 2064, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
.vendor-orders-list-header span:nth-child(3) {
  flex: 0 1 22%; }
/* line 2068, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
.vendor-orders-list-header span:nth-child(4) {
  flex: 0 1 4%;
  text-align: center; }
/* line 2073, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
.vendor-orders-list-header span:nth-child(5) {
  flex: 0 1 18%;
  text-align: center; }
/* line 2078, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
.vendor-orders-list-header span:nth-child(6) {
  flex: 0 1 9%;
  text-align: left; }
/* line 2083, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
.vendor-orders-list-header span:nth-child(7) {
  flex: 0 1 7%;
  text-align: left; }
/* line 2088, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
.vendor-orders-list-header span:nth-child(8) {
  flex: 0 1 9%;
  text-align: left; }

/* line 2097, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
.buyer-orders-list .single-order,
.vendor-orders-list .single-order {
  display: flex;
  flex-direction: row;
  align-items: center;
  border-bottom: 1px solid #e6e6e6; }
  @media (max-width: 1100px) {
    /* line 2097, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .buyer-orders-list .single-order,
    .vendor-orders-list .single-order {
      flex-wrap: wrap;
      padding: 20px 0; } }
  /* line 2107, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .buyer-orders-list .single-order .tooltip-orders,
  .vendor-orders-list .single-order .tooltip-orders {
    display: inline-block;
    width: 13px;
    height: auto;
    position: relative;
    right: -3px;
    top: -8px; }
    /* line 2114, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .buyer-orders-list .single-order .tooltip-orders:hover,
    .vendor-orders-list .single-order .tooltip-orders:hover {
      cursor: pointer; }
  /* line 2118, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .buyer-orders-list .single-order .tooltip-wrapper,
  .vendor-orders-list .single-order .tooltip-wrapper {
    display: none;
    width: 130px;
    height: auto;
    border: 1px solid #377B82;
    text-align: center;
    background: #fff;
    padding: 5px 8px;
    position: absolute;
    z-index: 10;
    right: 8px;
    top: -37px;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2); }
  /* line 2132, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .buyer-orders-list .single-order div,
  .vendor-orders-list .single-order div {
    display: flex;
    padding: 16px 2px;
    position: relative; }
    @media (max-width: 1100px) {
      /* line 2132, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .buyer-orders-list .single-order div,
      .vendor-orders-list .single-order div {
        padding: 10px 2px; } }
    /* line 2139, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .buyer-orders-list .single-order div div,
    .vendor-orders-list .single-order div div {
      padding: 0; }
/* line 2144, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
.buyer-orders-list .status-icon,
.vendor-orders-list .status-icon {
  display: inline-block;
  width: 17px;
  height: auto; }

/* line 2154, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
.buyer-orders-list .single-order div:nth-child(1) {
  align-items: left;
  flex: 0 1 4%; }
  @media (max-width: 1100px) {
    /* line 2154, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .buyer-orders-list .single-order div:nth-child(1) {
      order: 2;
      flex: 0 1 15%; } }
/* line 2163, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
.buyer-orders-list .single-order div:nth-child(2) {
  align-items: center;
  flex: 0 1 16%; }
  /* line 2166, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .buyer-orders-list .single-order div:nth-child(2) img {
    display: inline-block;
    width: 32px;
    height: auto;
    margin-right: 10px;
    border-radius: 32px; }
    /* line 2172, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .buyer-orders-list .single-order div:nth-child(2) img.status-icon {
      margin-right: 0;
      width: 25px; }
  @media (max-width: 1100px) {
    /* line 2163, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .buyer-orders-list .single-order div:nth-child(2) {
      order: 1;
      flex: 0 1 100%; } }
/* line 2183, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
.buyer-orders-list .single-order div:nth-child(3) {
  flex: 0 1 20%; }
  @media (max-width: 1100px) {
    /* line 2183, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .buyer-orders-list .single-order div:nth-child(3) {
      order: 3;
      flex: 0 1 80%; } }
/* line 2191, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
.buyer-orders-list .single-order div:nth-child(4) {
  flex: 0 1 4%;
  justify-content: center; }
  @media (max-width: 1100px) {
    /* line 2191, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .buyer-orders-list .single-order div:nth-child(4) {
      order: 4;
      flex: 0 1 15%; } }
/* line 2200, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
.buyer-orders-list .single-order div:nth-child(5) {
  flex: 0 1 18%;
  padding-left: 1%;
  font-size: 13px;
  line-height: 1.6; }
  @media (max-width: 1100px) {
    /* line 2200, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .buyer-orders-list .single-order div:nth-child(5) {
      order: 5;
      flex: 0 1 80%;
      font-size: 14px; } }
/* line 2212, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
.buyer-orders-list .single-order div:nth-child(6) {
  flex: 0 1 9%;
  justify-content: flex-start;
  padding-left: 5px; }
  @media (max-width: 1100px) {
    /* line 2212, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .buyer-orders-list .single-order div:nth-child(6) {
      order: 6;
      flex: 0 1 20%;
      justify-content: center; } }
/* line 2223, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
.buyer-orders-list .single-order div:nth-child(7) {
  flex: 0 1 9%;
  justify-content: flex-start; }
  @media (max-width: 1100px) {
    /* line 2223, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .buyer-orders-list .single-order div:nth-child(7) {
      order: 7;
      flex: 0 1 30%; } }
/* line 2232, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
.buyer-orders-list .single-order div:nth-child(8) {
  flex: 0 1 10%;
  justify-content: flex-start; }
  @media (max-width: 1100px) {
    /* line 2232, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .buyer-orders-list .single-order div:nth-child(8) {
      order: 8;
      flex: 0 1 30%; } }
/* line 2241, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
.buyer-orders-list .single-order div:nth-child(9) {
  flex: 0 1 5%;
  justify-content: flex-end; }
  @media (max-width: 1100px) {
    /* line 2241, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .buyer-orders-list .single-order div:nth-child(9) {
      order: 9;
      flex: 0 1 10%; } }

/* line 2256, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
.vendor-orders-list .single-order div:nth-child(1) {
  align-items: left;
  flex: 0 1 9%;
  max-width: 9%;
  font-size: 14px; }
  @media (max-width: 1100px) {
    /* line 2256, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .vendor-orders-list .single-order div:nth-child(1) {
      order: 2;
      flex: 0 1 15%;
      max-width: 15%; } }
/* line 2268, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
.vendor-orders-list .single-order div:nth-child(2) {
  align-items: center;
  flex: 0 1 19%; }
  /* line 2271, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .vendor-orders-list .single-order div:nth-child(2) img {
    display: inline-block;
    width: 32px;
    height: auto;
    margin-right: 10px;
    border-radius: 32px; }
    /* line 2277, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .vendor-orders-list .single-order div:nth-child(2) img.status-icon {
      margin-right: 0;
      width: 25px; }
  @media (max-width: 1100px) {
    /* line 2268, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .vendor-orders-list .single-order div:nth-child(2) {
      order: 1;
      flex: 0 1 100%; } }
/* line 2288, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
.vendor-orders-list .single-order div:nth-child(3) {
  flex: 0 1 22%; }
  @media (max-width: 1100px) {
    /* line 2288, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .vendor-orders-list .single-order div:nth-child(3) {
      order: 3;
      flex: 0 1 80%; } }
/* line 2296, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
.vendor-orders-list .single-order div:nth-child(4) {
  flex: 0 1 4%;
  justify-content: center; }
  @media (max-width: 1100px) {
    /* line 2296, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .vendor-orders-list .single-order div:nth-child(4) {
      order: 4;
      flex: 0 1 15%; } }
/* line 2305, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
.vendor-orders-list .single-order div:nth-child(5) {
  flex: 0 1 18%;
  padding-left: 5px;
  font-size: 13px;
  line-height: 1.6; }
  @media (max-width: 1100px) {
    /* line 2305, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .vendor-orders-list .single-order div:nth-child(5) {
      order: 5;
      flex: 0 1 80%;
      font-size: 14px; } }
/* line 2317, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
.vendor-orders-list .single-order div:nth-child(6) {
  flex: 0 1 9%;
  justify-content: flex-start; }
  @media (max-width: 1100px) {
    /* line 2317, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .vendor-orders-list .single-order div:nth-child(6) {
      order: 6;
      flex: 0 1 20%; } }
/* line 2326, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
.vendor-orders-list .single-order div:nth-child(7) {
  flex: 0 1 7%;
  justify-content: flex-start; }
  @media (max-width: 1100px) {
    /* line 2326, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .vendor-orders-list .single-order div:nth-child(7) {
      order: 7;
      flex: 0 1 30%; } }
/* line 2335, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
.vendor-orders-list .single-order div:nth-child(8) {
  flex: 0 1 9%;
  justify-content: flex-start; }
  @media (max-width: 1100px) {
    /* line 2335, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .vendor-orders-list .single-order div:nth-child(8) {
      order: 8;
      flex: 0 1 30%; } }
/* line 2344, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
.vendor-orders-list .single-order div:nth-child(9) {
  flex: 0 1 5%;
  justify-content: flex-end; }
  @media (max-width: 1100px) {
    /* line 2344, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .vendor-orders-list .single-order div:nth-child(9) {
      order: 9;
      flex: 0 1 10%; } }

/* line 2358, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
.ui-selectmenu-button {
  width: 90px !important;
  margin: 0;
  padding: 12px 12px 10px;
  background: red !important;
  background: url(/assets/icons/arrow-down-ltgrey100-9323e11fb72815d5b8bcb5c7eaf7a8f083596f74f3b947d8d05b43021fa485ee.svg) no-repeat !important;
  background-size: 12px auto !important;
  background-position: 90% 50% !important; }

/* line 2367, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
.ui-selectmenu-text {
  display: inline !important; }

/* line 2370, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
.ui-selectmenu-menu .ui-menu.ui-menu-icons {
  width: 100px; }

/* line 2373, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
.ui-selectmenu-menu .ui-menu.ui-menu-icons .ui-menu-item-wrapper {
  padding: 0.5em 0 0.5em 3em; }

/* line 2376, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
.ui-selectmenu-menu .ui-menu.ui-menu-icons .ui-menu-item {
  width: 100px;
  padding: 12px 12px 10px;
  position: relative; }
  /* line 2380, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .ui-selectmenu-menu .ui-menu.ui-menu-icons .ui-menu-item div {
    padding-left: 24px; }

/* line 2384, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
.ui-selectmenu-menu .ui-menu.ui-menu-icons .ui-menu-item .ui-icon {
  display: inline-block;
  height: 16px;
  width: 16px;
  top: 0;
  left: 8px;
  position: absolute !important; }

/* line 2392, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
.ui-icon-triangle-1-s {
  display: none !important; }

/* line 2395, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
.ui-icon.active {
  background: url(/assets/icons/icon_orders_active_order-900f418a1bbf93aa3e32c528a49478373067e56cd812a9665f6fe7b19950d9df.svg) 0 0 no-repeat !important;
  background-size: 100% auto; }

/* line 2399, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
.ui-icon.paused {
  background: url(/assets/icons/icon_orders_paused_order-ba1835ddb6d79d26530982d45e7462b2263d5756cb156358e36c6fb8f180ffac.svg) 0 0 no-repeat !important;
  background-size: 100% auto; }

/* line 2403, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
.ui-icon.complete {
  background: url(/assets/icons/icon_orders_completed_order-92b9ece94bf6c24d3c485e3f9271d37f569e6327c7ef056878131d4d4c173d2f.svg) 0 0 no-repeat !important;
  background-size: 100% auto; }

/* line 2407, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
.order-form input,
.order-form select {
  min-width: 100px; }

/* line 2412, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
.order-form #order_quantity {
  min-width: 50px;
  width: 50px;
  margin-right: 10px;
  background: none;
  border-radius: 3px; }

/* line 2420, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
.order-form #order_units {
  width: 80px;
  min-width: 80px;
  height: auto;
  background: none;
  border-radius: 3px; }

/* line 2428, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
.view-edit-PO-btn {
  display: inline-block;
  width: 27px;
  height: 27px;
  border: 1px solid #377B82;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  transition: background .2s; }
  /* line 2438, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .view-edit-PO-btn svg {
    display: inline-block; }
    /* line 2440, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .view-edit-PO-btn svg .a {
      transition: fill .2s;
      fill: #377B82; }
  /* line 2445, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .view-edit-PO-btn:hover {
    background: #377B82; }
    /* line 2448, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .view-edit-PO-btn:hover svg .a {
      fill: #fff; }

/* line 2456, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
.requests-overview {
  text-align: center;
  padding-bottom: 50px; }
  @media screen and (max-width: 680px) {
    /* line 2459, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .requests-overview h2 {
      font-size: 26px; } }

/* line 2470, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
.cc-dash-main-wrapper.all-buyers h1, .cc-dash-main-wrapper.all-buyers .timeline-summary h2, .timeline-summary .cc-dash-main-wrapper.all-buyers h2 {
  margin-bottom: 30px; }

/* line 2481, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
.cc-dash-main-wrapper.all-vendors h1, .cc-dash-main-wrapper.all-vendors .timeline-summary h2, .timeline-summary .cc-dash-main-wrapper.all-vendors h2,
.cc-dash-main-wrapper.all-products h1,
.cc-dash-main-wrapper.all-products .timeline-summary h2,
.timeline-summary .cc-dash-main-wrapper.all-products h2,
.cc-dash-main-wrapper.all-categories h1,
.cc-dash-main-wrapper.all-categories .timeline-summary h2,
.timeline-summary .cc-dash-main-wrapper.all-categories h2 {
  margin-bottom: 30px; }
@media screen and (max-width: 680px) {
  /* line 2484, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .cc-dash-main-wrapper.all-vendors br,
  .cc-dash-main-wrapper.all-products br,
  .cc-dash-main-wrapper.all-categories br {
    display: none; } }

/* line 2490, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
.product-list-actions-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center; }
  /* line 2494, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .product-list-actions-wrapper .button-teal-outlined {
    align-self: center; }
  @media screen and (max-width: 680px) {
    /* line 2490, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .product-list-actions-wrapper {
      flex-wrap: wrap; } }

/* line 2501, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
.keyword-search-wrapper {
  width: 100%;
  max-width: 400px; }
  /* line 2504, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .keyword-search-wrapper form {
    display: flex;
    flex-direction: row;
    align-items: center; }
    /* line 2508, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .keyword-search-wrapper form .twitter-typeahead {
      margin-right: 10px;
      width: 100%; }
      /* line 2511, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .keyword-search-wrapper form .twitter-typeahead input[type="text"] {
        margin: 0 10px 0 0; }
    /* line 2515, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .keyword-search-wrapper form .tt-suggestion.tt-selectable {
      cursor: pointer;
      margin: 5px 0px; }
    /* line 2519, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .keyword-search-wrapper form .tt-suggestion.tt-selectable:hover {
      color: #33cc9c; }
  /* line 2523, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .keyword-search-wrapper.products-list {
    width: 100%;
    max-width: inherit;
    margin: 15px 0 0 0;
    padding: 15px 0 0 0;
    border-top: 1px solid #e6e6e6; }
    /* line 2529, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .keyword-search-wrapper.products-list form {
      flex-direction: column;
      align-items: flex-start;
      margin-top: 15px; }
      /* line 2533, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .keyword-search-wrapper.products-list form .twitter-typeahead {
        margin-right: 0; }
        /* line 2535, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
        .keyword-search-wrapper.products-list form .twitter-typeahead input[type="text"] {
          margin-right: 0; }
      /* line 2539, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .keyword-search-wrapper.products-list form .button-teal, .keyword-search-wrapper.products-list form .button-orange, .keyword-search-wrapper.products-list form .button-lime-green, .keyword-search-wrapper.products-list form #new_purchase_order input[type='submit'], #new_purchase_order .keyword-search-wrapper.products-list form input[type='submit'],
      .keyword-search-wrapper.products-list form #new-po-modal-content input[type='submit'],
      #new-po-modal-content .keyword-search-wrapper.products-list form input[type='submit'] {
        margin: 15px 0 0 0;
        width: 100%; }
    /* line 2544, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .keyword-search-wrapper.products-list .button-teal-outlined {
      display: inline-block;
      margin: 10px 0 0 0;
      width: 100%;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      text-align: center; }
    /* line 2553, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .keyword-search-wrapper.products-list .tt-menu {
      width: 100%;
      background: #fff;
      border: 1px solid #e6e6e6;
      box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2); }
      /* line 2560, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .keyword-search-wrapper.products-list .tt-menu .tt-suggestion {
        background: #fff;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        width: 84%;
        padding: 10px 8%;
        letter-spacing: 0;
        color: #9c9999; }
        /* line 2567, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
        .keyword-search-wrapper.products-list .tt-menu .tt-suggestion .tt-highlight {
          color: #1f1f1f; }
        /* line 2571, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
        .keyword-search-wrapper.products-list .tt-menu .tt-suggestion.tt-selectable:hover {
          color: rgba(40, 186, 147, 0.5);
          cursor: pointer; }
          /* line 2574, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
          .keyword-search-wrapper.products-list .tt-menu .tt-suggestion.tt-selectable:hover .tt-highlight {
            color: #28ba93; }

/* line 2592, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
.cc-dash-main-wrapper.purchase-order {
  flex: 0 1 85%; }
  @media screen and (max-width: 680px) {
    /* line 2592, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .cc-dash-main-wrapper.purchase-order {
      width: 100%;
      flex: 0 1 100%; } }
  /* line 2599, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .cc-dash-main-wrapper.purchase-order h1 img, .cc-dash-main-wrapper.purchase-order .timeline-summary h2 img, .timeline-summary .cc-dash-main-wrapper.purchase-order h2 img {
    display: inline-block;
    height: 18px;
    width: auto;
    margin-right: 4px; }
  /* line 2605, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .cc-dash-main-wrapper.purchase-order h1 span, .cc-dash-main-wrapper.purchase-order .timeline-summary h2 span, .timeline-summary .cc-dash-main-wrapper.purchase-order h2 span {
    font-size: 20px; }
    /* line 2607, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .cc-dash-main-wrapper.purchase-order h1 span span, .cc-dash-main-wrapper.purchase-order .timeline-summary h2 span span, .timeline-summary .cc-dash-main-wrapper.purchase-order h2 span span {
      display: inline-block;
      font-weight: 400;
      position: relative;
      top: -2px; }
  /* line 2615, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .cc-dash-main-wrapper.purchase-order h1.draft span, .cc-dash-main-wrapper.purchase-order .timeline-summary h2.draft span, .timeline-summary .cc-dash-main-wrapper.purchase-order h2.draft span {
    color: #9c9999; }
  /* line 2620, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .cc-dash-main-wrapper.purchase-order .button-teal, .cc-dash-main-wrapper.purchase-order .button-orange, .cc-dash-main-wrapper.purchase-order .button-lime-green, .cc-dash-main-wrapper.purchase-order #new_purchase_order input[type='submit'], #new_purchase_order .cc-dash-main-wrapper.purchase-order input[type='submit'],
  .cc-dash-main-wrapper.purchase-order #new-po-modal-content input[type='submit'],
  #new-po-modal-content .cc-dash-main-wrapper.purchase-order input[type='submit'] {
    background: #377B82;
    border-color: #377B82; }
    /* line 2623, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .cc-dash-main-wrapper.purchase-order .button-teal:hover, .cc-dash-main-wrapper.purchase-order .button-orange:hover, .cc-dash-main-wrapper.purchase-order .button-lime-green:hover, .cc-dash-main-wrapper.purchase-order #new_purchase_order input[type='submit']:hover, #new_purchase_order .cc-dash-main-wrapper.purchase-order input[type='submit']:hover,
    .cc-dash-main-wrapper.purchase-order #new-po-modal-content input[type='submit']:hover,
    #new-po-modal-content .cc-dash-main-wrapper.purchase-order input[type='submit']:hover {
      color: #fff; }
    /* line 2626, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .cc-dash-main-wrapper.purchase-order .button-teal.line-items, .cc-dash-main-wrapper.purchase-order .line-items.button-orange, .cc-dash-main-wrapper.purchase-order .line-items.button-lime-green, .cc-dash-main-wrapper.purchase-order #new_purchase_order input.line-items[type='submit'], #new_purchase_order .cc-dash-main-wrapper.purchase-order input.line-items[type='submit'],
    .cc-dash-main-wrapper.purchase-order #new-po-modal-content input.line-items[type='submit'],
    #new-po-modal-content .cc-dash-main-wrapper.purchase-order input.line-items[type='submit'], .cc-dash-main-wrapper.purchase-order .button-teal.download-csv, .cc-dash-main-wrapper.purchase-order .download-csv.button-orange, .cc-dash-main-wrapper.purchase-order .download-csv.button-lime-green, .cc-dash-main-wrapper.purchase-order #new_purchase_order input.download-csv[type='submit'], #new_purchase_order .cc-dash-main-wrapper.purchase-order input.download-csv[type='submit'],
    .cc-dash-main-wrapper.purchase-order #new-po-modal-content input.download-csv[type='submit'],
    #new-po-modal-content .cc-dash-main-wrapper.purchase-order input.download-csv[type='submit'] {
      display: inline-block;
      background: #fff;
      color: #377B82;
      text-align: center;
      transition: color .2s, background .2s; }
      @media (max-width: 680px) {
        /* line 2626, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
        .cc-dash-main-wrapper.purchase-order .button-teal.line-items, .cc-dash-main-wrapper.purchase-order .line-items.button-orange, .cc-dash-main-wrapper.purchase-order .line-items.button-lime-green, .cc-dash-main-wrapper.purchase-order #new_purchase_order input.line-items[type='submit'], #new_purchase_order .cc-dash-main-wrapper.purchase-order input.line-items[type='submit'],
        .cc-dash-main-wrapper.purchase-order #new-po-modal-content input.line-items[type='submit'],
        #new-po-modal-content .cc-dash-main-wrapper.purchase-order input.line-items[type='submit'], .cc-dash-main-wrapper.purchase-order .button-teal.download-csv, .cc-dash-main-wrapper.purchase-order .download-csv.button-orange, .cc-dash-main-wrapper.purchase-order .download-csv.button-lime-green, .cc-dash-main-wrapper.purchase-order #new_purchase_order input.download-csv[type='submit'], #new_purchase_order .cc-dash-main-wrapper.purchase-order input.download-csv[type='submit'],
        .cc-dash-main-wrapper.purchase-order #new-po-modal-content input.download-csv[type='submit'],
        #new-po-modal-content .cc-dash-main-wrapper.purchase-order input.download-csv[type='submit'] {
          width: 90.5%;
          margin: 10px 0 5px 0; } }
      /* line 2637, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .cc-dash-main-wrapper.purchase-order .button-teal.line-items .btn_icon, .cc-dash-main-wrapper.purchase-order .line-items.button-orange .btn_icon, .cc-dash-main-wrapper.purchase-order .line-items.button-lime-green .btn_icon, .cc-dash-main-wrapper.purchase-order #new_purchase_order input.line-items[type='submit'] .btn_icon, #new_purchase_order .cc-dash-main-wrapper.purchase-order input.line-items[type='submit'] .btn_icon,
      .cc-dash-main-wrapper.purchase-order #new-po-modal-content input.line-items[type='submit'] .btn_icon,
      #new-po-modal-content .cc-dash-main-wrapper.purchase-order input.line-items[type='submit'] .btn_icon, .cc-dash-main-wrapper.purchase-order .button-teal.download-csv .btn_icon, .cc-dash-main-wrapper.purchase-order .download-csv.button-orange .btn_icon, .cc-dash-main-wrapper.purchase-order .download-csv.button-lime-green .btn_icon, .cc-dash-main-wrapper.purchase-order #new_purchase_order input.download-csv[type='submit'] .btn_icon, #new_purchase_order .cc-dash-main-wrapper.purchase-order input.download-csv[type='submit'] .btn_icon,
      .cc-dash-main-wrapper.purchase-order #new-po-modal-content input.download-csv[type='submit'] .btn_icon,
      #new-po-modal-content .cc-dash-main-wrapper.purchase-order input.download-csv[type='submit'] .btn_icon {
        display: inline-block;
        fill: #377B82;
        transition: fill .2s; }
      /* line 2642, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .cc-dash-main-wrapper.purchase-order .button-teal.line-items img, .cc-dash-main-wrapper.purchase-order .line-items.button-orange img, .cc-dash-main-wrapper.purchase-order .line-items.button-lime-green img, .cc-dash-main-wrapper.purchase-order #new_purchase_order input.line-items[type='submit'] img, #new_purchase_order .cc-dash-main-wrapper.purchase-order input.line-items[type='submit'] img,
      .cc-dash-main-wrapper.purchase-order #new-po-modal-content input.line-items[type='submit'] img,
      #new-po-modal-content .cc-dash-main-wrapper.purchase-order input.line-items[type='submit'] img, .cc-dash-main-wrapper.purchase-order .button-teal.download-csv img, .cc-dash-main-wrapper.purchase-order .download-csv.button-orange img, .cc-dash-main-wrapper.purchase-order .download-csv.button-lime-green img, .cc-dash-main-wrapper.purchase-order #new_purchase_order input.download-csv[type='submit'] img, #new_purchase_order .cc-dash-main-wrapper.purchase-order input.download-csv[type='submit'] img,
      .cc-dash-main-wrapper.purchase-order #new-po-modal-content input.download-csv[type='submit'] img,
      #new-po-modal-content .cc-dash-main-wrapper.purchase-order input.download-csv[type='submit'] img {
        display: inline-block;
        width: 16px;
        height: auto;
        position: relative; }
      /* line 2648, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .cc-dash-main-wrapper.purchase-order .button-teal.line-items span, .cc-dash-main-wrapper.purchase-order .line-items.button-orange span, .cc-dash-main-wrapper.purchase-order .line-items.button-lime-green span, .cc-dash-main-wrapper.purchase-order #new_purchase_order input.line-items[type='submit'] span, #new_purchase_order .cc-dash-main-wrapper.purchase-order input.line-items[type='submit'] span,
      .cc-dash-main-wrapper.purchase-order #new-po-modal-content input.line-items[type='submit'] span,
      #new-po-modal-content .cc-dash-main-wrapper.purchase-order input.line-items[type='submit'] span, .cc-dash-main-wrapper.purchase-order .button-teal.download-csv span, .cc-dash-main-wrapper.purchase-order .download-csv.button-orange span, .cc-dash-main-wrapper.purchase-order .download-csv.button-lime-green span, .cc-dash-main-wrapper.purchase-order #new_purchase_order input.download-csv[type='submit'] span, #new_purchase_order .cc-dash-main-wrapper.purchase-order input.download-csv[type='submit'] span,
      .cc-dash-main-wrapper.purchase-order #new-po-modal-content input.download-csv[type='submit'] span,
      #new-po-modal-content .cc-dash-main-wrapper.purchase-order input.download-csv[type='submit'] span {
        display: inline-block;
        position: relative;
        top: -3px;
        margin-left: 5px; }
      /* line 2654, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .cc-dash-main-wrapper.purchase-order .button-teal.line-items:hover, .cc-dash-main-wrapper.purchase-order .line-items.button-orange:hover, .cc-dash-main-wrapper.purchase-order .line-items.button-lime-green:hover, .cc-dash-main-wrapper.purchase-order #new_purchase_order input.line-items[type='submit']:hover, #new_purchase_order .cc-dash-main-wrapper.purchase-order input.line-items[type='submit']:hover,
      .cc-dash-main-wrapper.purchase-order #new-po-modal-content input.line-items[type='submit']:hover,
      #new-po-modal-content .cc-dash-main-wrapper.purchase-order input.line-items[type='submit']:hover, .cc-dash-main-wrapper.purchase-order .button-teal.download-csv:hover, .cc-dash-main-wrapper.purchase-order .download-csv.button-orange:hover, .cc-dash-main-wrapper.purchase-order .download-csv.button-lime-green:hover, .cc-dash-main-wrapper.purchase-order #new_purchase_order input.download-csv[type='submit']:hover, #new_purchase_order .cc-dash-main-wrapper.purchase-order input.download-csv[type='submit']:hover,
      .cc-dash-main-wrapper.purchase-order #new-po-modal-content input.download-csv[type='submit']:hover,
      #new-po-modal-content .cc-dash-main-wrapper.purchase-order input.download-csv[type='submit']:hover {
        opacity: 1;
        color: #fff;
        background: #377B82; }
        /* line 2658, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
        .cc-dash-main-wrapper.purchase-order .button-teal.line-items:hover .btn_icon, .cc-dash-main-wrapper.purchase-order .line-items.button-orange:hover .btn_icon, .cc-dash-main-wrapper.purchase-order .line-items.button-lime-green:hover .btn_icon, .cc-dash-main-wrapper.purchase-order #new_purchase_order input.line-items[type='submit']:hover .btn_icon, #new_purchase_order .cc-dash-main-wrapper.purchase-order input.line-items[type='submit']:hover .btn_icon,
        .cc-dash-main-wrapper.purchase-order #new-po-modal-content input.line-items[type='submit']:hover .btn_icon,
        #new-po-modal-content .cc-dash-main-wrapper.purchase-order input.line-items[type='submit']:hover .btn_icon, .cc-dash-main-wrapper.purchase-order .button-teal.download-csv:hover .btn_icon, .cc-dash-main-wrapper.purchase-order .download-csv.button-orange:hover .btn_icon, .cc-dash-main-wrapper.purchase-order .download-csv.button-lime-green:hover .btn_icon, .cc-dash-main-wrapper.purchase-order #new_purchase_order input.download-csv[type='submit']:hover .btn_icon, #new_purchase_order .cc-dash-main-wrapper.purchase-order input.download-csv[type='submit']:hover .btn_icon,
        .cc-dash-main-wrapper.purchase-order #new-po-modal-content input.download-csv[type='submit']:hover .btn_icon,
        #new-po-modal-content .cc-dash-main-wrapper.purchase-order input.download-csv[type='submit']:hover .btn_icon {
          fill: #fff; }
    /* line 2663, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .cc-dash-main-wrapper.purchase-order .button-teal.review-submit, .cc-dash-main-wrapper.purchase-order .review-submit.button-orange, .cc-dash-main-wrapper.purchase-order .review-submit.button-lime-green, .cc-dash-main-wrapper.purchase-order #new_purchase_order input.review-submit[type='submit'], #new_purchase_order .cc-dash-main-wrapper.purchase-order input.review-submit[type='submit'],
    .cc-dash-main-wrapper.purchase-order #new-po-modal-content input.review-submit[type='submit'],
    #new-po-modal-content .cc-dash-main-wrapper.purchase-order input.review-submit[type='submit'] {
      background: #377B82 url(/assets/icons/icon_paper_plane_white-1134326166b1291f2053c7438c2ce27c154332236439fb55c9775bcf5890b252.svg) no-repeat 30px 50%;
      border-color: #377B82;
      padding: 16px 40px 16px 60px;
      transition: border-color .2s, background .2s; }
      /* line 2668, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .cc-dash-main-wrapper.purchase-order .button-teal.review-submit:hover, .cc-dash-main-wrapper.purchase-order .review-submit.button-orange:hover, .cc-dash-main-wrapper.purchase-order .review-submit.button-lime-green:hover, .cc-dash-main-wrapper.purchase-order #new_purchase_order input.review-submit[type='submit']:hover, #new_purchase_order .cc-dash-main-wrapper.purchase-order input.review-submit[type='submit']:hover,
      .cc-dash-main-wrapper.purchase-order #new-po-modal-content input.review-submit[type='submit']:hover,
      #new-po-modal-content .cc-dash-main-wrapper.purchase-order input.review-submit[type='submit']:hover {
        background: #30C42E url(/assets/icons/icon_paper_plane_white-1134326166b1291f2053c7438c2ce27c154332236439fb55c9775bcf5890b252.svg) no-repeat 30px 50%;
        color: #fff;
        border-color: #30C42E; }
      @media screen and (max-width: 1100px) {
        /* line 2663, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
        .cc-dash-main-wrapper.purchase-order .button-teal.review-submit, .cc-dash-main-wrapper.purchase-order .review-submit.button-orange, .cc-dash-main-wrapper.purchase-order .review-submit.button-lime-green, .cc-dash-main-wrapper.purchase-order #new_purchase_order input.review-submit[type='submit'], #new_purchase_order .cc-dash-main-wrapper.purchase-order input.review-submit[type='submit'],
        .cc-dash-main-wrapper.purchase-order #new-po-modal-content input.review-submit[type='submit'],
        #new-po-modal-content .cc-dash-main-wrapper.purchase-order input.review-submit[type='submit'] {
          background: #377B82 url(/assets/icons/icon_paper_plane_white-1134326166b1291f2053c7438c2ce27c154332236439fb55c9775bcf5890b252.svg) no-repeat 85px 50%;
          width: 280px;
          margin-top: 0; } }
      @media screen and (max-width: 680px) {
        /* line 2663, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
        .cc-dash-main-wrapper.purchase-order .button-teal.review-submit, .cc-dash-main-wrapper.purchase-order .review-submit.button-orange, .cc-dash-main-wrapper.purchase-order .review-submit.button-lime-green, .cc-dash-main-wrapper.purchase-order #new_purchase_order input.review-submit[type='submit'], #new_purchase_order .cc-dash-main-wrapper.purchase-order input.review-submit[type='submit'],
        .cc-dash-main-wrapper.purchase-order #new-po-modal-content input.review-submit[type='submit'],
        #new-po-modal-content .cc-dash-main-wrapper.purchase-order input.review-submit[type='submit'] {
          width: 99%;
          background: #377B82 url(/assets/icons/icon_paper_plane_white-1134326166b1291f2053c7438c2ce27c154332236439fb55c9775bcf5890b252.svg) no-repeat 140px 50%; } }
  /* line 2685, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .cc-dash-main-wrapper.purchase-order .button-caution.delete {
    transition: opacity .2s;
    text-align: center;
    background: #fff;
    color: #F3380F; }
    @media (max-width: 680px) {
      /* line 2685, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .cc-dash-main-wrapper.purchase-order .button-caution.delete {
        width: 99%;
        margin-top: 15px; } }
    /* line 2694, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .cc-dash-main-wrapper.purchase-order .button-caution.delete img {
      display: inline-block;
      width: 14px;
      height: auto;
      position: relative; }
    /* line 2700, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .cc-dash-main-wrapper.purchase-order .button-caution.delete span {
      display: inline-block;
      position: relative;
      top: -3px;
      margin-left: 5px; }
    /* line 2706, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .cc-dash-main-wrapper.purchase-order .button-caution.delete:hover {
      opacity: 1; }
  /* line 2711, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .cc-dash-main-wrapper.purchase-order .po-form-wrapper {
    padding: 0 5%; }
    @media (max-width: 1100px) {
      /* line 2711, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .cc-dash-main-wrapper.purchase-order .po-form-wrapper {
        max-width: 85%;
        overflow-x: scroll; } }

/* line 2720, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
.PO-header {
  text-align: center;
  margin-bottom: 30px; }
  /* line 2722, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .PO-header h3, .PO-header .order-creation-details-wrapper label, .order-creation-details-wrapper .PO-header label {
    font-size: 22px;
    margin: 30px auto 10px; }

/* line 2730, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
.all-line-items {
  padding: 30px 5%; }
  /* line 2733, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .all-line-items .vendor-group {
    margin-bottom: 40px;
    padding-bottom: 20px; }
  /* line 2737, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .all-line-items .vendor-subtotal {
    text-align: right;
    padding: 15px 20px;
    background: #f5f5f5;
    border-radius: 4px;
    font-size: 18px; }
  /* line 2744, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .all-line-items .single-line-item {
    border-top: 1px dotted #9c9999;
    padding-bottom: 20px; }
    /* line 2747, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .all-line-items .single-line-item .line-item-header {
      display: flex;
      justify-content: space-between; }
      @media (max-width: 680px) {
        /* line 2747, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
        .all-line-items .single-line-item .line-item-header {
          flex-direction: column;
          justify-content: flex-start;
          align-items: flex-start; } }
      /* line 2755, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .all-line-items .single-line-item .line-item-header .vendor-status {
        display: flex;
        align-items: center;
        background: rgba(55, 123, 130, 0.15); }
        @media (max-width: 680px) {
          /* line 2755, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
          .all-line-items .single-line-item .line-item-header .vendor-status {
            width: 100%;
            margin: 20px 0 0 0; } }
        /* line 2763, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
        .all-line-items .single-line-item .line-item-header .vendor-status p, .all-line-items .single-line-item .line-item-header .vendor-status .form-field-instructions, .all-line-items .single-line-item .line-item-header .vendor-status .order-creation-details-wrapper .field.weekly label, .order-creation-details-wrapper .field.weekly .all-line-items .single-line-item .line-item-header .vendor-status label, .all-line-items .single-line-item .line-item-header .vendor-status .order-creation-details-wrapper .field.monthly span, .order-creation-details-wrapper .field.monthly .all-line-items .single-line-item .line-item-header .vendor-status span, .all-line-items .single-line-item .line-item-header .vendor-status .buyer-orders-list .single-order, .buyer-orders-list .all-line-items .single-line-item .line-item-header .vendor-status .single-order,
        .all-line-items .single-line-item .line-item-header .vendor-status .vendor-orders-list .single-order,
        .vendor-orders-list .all-line-items .single-line-item .line-item-header .vendor-status .single-order, .all-line-items .single-line-item .line-item-header .vendor-status .order-details-line-1 span, .all-line-items .single-line-item .order-details-line-1 .line-item-header .vendor-status span,
        .all-line-items .single-line-item .line-item-header .vendor-status .order-details-line-2 span,
        .all-line-items .single-line-item .order-details-line-2 .line-item-header .vendor-status span {
          padding: 5px 10px;
          font-size: 13px; }
    /* line 2769, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .all-line-items .single-line-item .line-item-tab {
      display: inline-block;
      background: rgba(55, 123, 130, 0.15);
      font: 600 11px/1.4 "Lato", sans-serif;
      color: #377B82;
      padding: 8px 16px 9px;
      text-transform: uppercase;
      letter-spacing: 1px;
      border-bottom-right-radius: 10px; }
    /* line 2779, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .all-line-items .single-line-item .vendor-details {
      display: flex;
      align-items: center;
      margin: 20px 0 10px 0; }
      /* line 2783, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .all-line-items .single-line-item .vendor-details .profile-thumb {
        width: 50px; }
      /* line 2786, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .all-line-items .single-line-item .vendor-details p, .all-line-items .single-line-item .vendor-details .form-field-instructions, .all-line-items .single-line-item .vendor-details .order-creation-details-wrapper .field.weekly label, .order-creation-details-wrapper .field.weekly .all-line-items .single-line-item .vendor-details label, .all-line-items .single-line-item .vendor-details .order-creation-details-wrapper .field.monthly span, .order-creation-details-wrapper .field.monthly .all-line-items .single-line-item .vendor-details span, .all-line-items .single-line-item .vendor-details .buyer-orders-list .single-order, .buyer-orders-list .all-line-items .single-line-item .vendor-details .single-order,
      .all-line-items .single-line-item .vendor-details .vendor-orders-list .single-order,
      .vendor-orders-list .all-line-items .single-line-item .vendor-details .single-order, .all-line-items .single-line-item .vendor-details .order-details-line-1 span, .all-line-items .single-line-item .order-details-line-1 .vendor-details span,
      .all-line-items .single-line-item .vendor-details .order-details-line-2 span,
      .all-line-items .single-line-item .order-details-line-2 .vendor-details span {
        font-size: 20px; }
    /* line 2790, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .all-line-items .single-line-item .order-details-line-0 {
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap; }
      @media (max-width: 680px) {
        /* line 2790, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
        .all-line-items .single-line-item .order-details-line-0 {
          flex-direction: column-reverse;
          justify-content: flex-start;
          align-items: flex-start; } }
      /* line 2800, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .all-line-items .single-line-item .order-details-line-0 .button-orange-outlined.confirm,
      .all-line-items .single-line-item .order-details-line-0 .button-lime-green.confirmed {
        margin: 0 !important; }
        @media (max-width: 680px) {
          /* line 2800, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
          .all-line-items .single-line-item .order-details-line-0 .button-orange-outlined.confirm,
          .all-line-items .single-line-item .order-details-line-0 .button-lime-green.confirmed {
            margin-top: 20px !important; } }
    /* line 2808, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .all-line-items .single-line-item .order-details-line-1,
    .all-line-items .single-line-item .order-details-line-2 {
      display: flex;
      margin: 10px 0 20px;
      flex: 0 0 100%; }
      /* line 2813, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .all-line-items .single-line-item .order-details-line-1 span,
      .all-line-items .single-line-item .order-details-line-2 span {
        display: inline-block; }
        @media (max-width: 1100px) {
          /* line 2813, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
          .all-line-items .single-line-item .order-details-line-1 span,
          .all-line-items .single-line-item .order-details-line-2 span {
            font-size: 14px !important; } }
        /* line 2819, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
        .all-line-items .single-line-item .order-details-line-1 span strong,
        .all-line-items .single-line-item .order-details-line-2 span strong {
          display: inline-block;
          margin: 0 0 8px 0; }
          @media (max-width: 1100px) {
            /* line 2819, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
            .all-line-items .single-line-item .order-details-line-1 span strong,
            .all-line-items .single-line-item .order-details-line-2 span strong {
              font-size: 13px; } }
    @media (max-width: 680px) {
      /* line 2828, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .all-line-items .single-line-item .order-details-line-1 {
        flex-wrap: wrap;
        margin-bottom: 20px;
        order: 2; } }
    /* line 2836, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .all-line-items .single-line-item .order-details-line-1 span:nth-child(1) {
      flex: 0 0 40%; }
      @media (max-width: 680px) {
        /* line 2836, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
        .all-line-items .single-line-item .order-details-line-1 span:nth-child(1) {
          flex: 0 0 100%;
          margin-bottom: 20px; } }
    /* line 2844, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .all-line-items .single-line-item .order-details-line-1 span:nth-child(2) {
      flex: 0 0 12%; }
      @media (max-width: 680px) {
        /* line 2844, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
        .all-line-items .single-line-item .order-details-line-1 span:nth-child(2) {
          flex: 0 0 20%; } }
    /* line 2851, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .all-line-items .single-line-item .order-details-line-1 span:nth-child(3) {
      flex: 0 0 12%; }
      @media (max-width: 680px) {
        /* line 2851, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
        .all-line-items .single-line-item .order-details-line-1 span:nth-child(3) {
          flex: 0 0 20%; } }
    /* line 2858, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .all-line-items .single-line-item .order-details-line-1 span:nth-child(4) {
      flex: 0 0 12%; }
      @media (max-width: 680px) {
        /* line 2858, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
        .all-line-items .single-line-item .order-details-line-1 span:nth-child(4) {
          flex: 0 0 20%; } }
    /* line 2865, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .all-line-items .single-line-item .order-details-line-1 span:nth-child(5) {
      flex: 0 0 12%; }
      @media (max-width: 680px) {
        /* line 2865, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
        .all-line-items .single-line-item .order-details-line-1 span:nth-child(5) {
          flex: 0 0 20%; } }
    /* line 2872, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .all-line-items .single-line-item .order-details-line-1 span:nth-child(6) {
      flex: 0 0 12%;
      text-align: center; }
      @media (max-width: 680px) {
        /* line 2872, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
        .all-line-items .single-line-item .order-details-line-1 span:nth-child(6) {
          flex: 0 0 20%; } }
    /* line 2882, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .all-line-items .single-line-item .order-details-line-2 {
      align-items: flex-start; }
      @media (max-width: 680px) {
        /* line 2882, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
        .all-line-items .single-line-item .order-details-line-2 {
          flex-direction: column;
          margin-top: 0;
          order: 1; } }
      /* line 2891, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .all-line-items .single-line-item .order-details-line-2 span:nth-child(1) {
        flex: 0 0 40%; }
        @media (max-width: 680px) {
          /* line 2891, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
          .all-line-items .single-line-item .order-details-line-2 span:nth-child(1) {
            flex: 0 0 100%;
            margin-bottom: 25px; } }
      /* line 2899, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .all-line-items .single-line-item .order-details-line-2 span:nth-child(2) {
        flex: 0 0 58%; }
        @media (max-width: 680px) {
          /* line 2899, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
          .all-line-items .single-line-item .order-details-line-2 span:nth-child(2) {
            flex: 0 0 100%; } }
  /* line 2908, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .all-line-items .tooltip-textbox {
    visibility: hidden;
    opacity: 0;
    transition: opacity .5s;
    width: 170px;
    background: #1f1f1f;
    color: #fff;
    font-size: 13px;
    position: absolute;
    top: -87px;
    right: -125px;
    padding: 10px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15); }
    /* line 2921, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .all-line-items .tooltip-textbox:before {
      content: '';
      display: inline-block;
      position: absolute;
      left: 0;
      bottom: -10px;
      width: 0;
      height: 0;
      border-left: 20px solid transparent;
      border-right: 20px solid transparent;
      border-top: 20px solid #1f1f1f; }
  /* line 2934, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .all-line-items .tooltip-icon {
    display: inline-block;
    width: 12px;
    height: auto;
    position: relative;
    right: 0;
    top: -2px;
    padding: 2px; }
  /* line 2944, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .all-line-items .tooltip-hover-trigger:hover {
    cursor: pointer !important; }
  /* line 2948, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .all-line-items .tooltip-hover-trigger:hover .tooltip-textbox {
    visibility: visible;
    opacity: 1; }
  /* line 2953, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .all-line-items .no-line-items {
    text-align: center;
    padding: 50px 0; }
    /* line 2956, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .all-line-items .no-line-items p, .all-line-items .no-line-items .form-field-instructions, .all-line-items .no-line-items .order-creation-details-wrapper .field.weekly label, .order-creation-details-wrapper .field.weekly .all-line-items .no-line-items label, .all-line-items .no-line-items .order-creation-details-wrapper .field.monthly span, .order-creation-details-wrapper .field.monthly .all-line-items .no-line-items span, .all-line-items .no-line-items .buyer-orders-list .single-order, .buyer-orders-list .all-line-items .no-line-items .single-order,
    .all-line-items .no-line-items .vendor-orders-list .single-order,
    .vendor-orders-list .all-line-items .no-line-items .single-order, .all-line-items .no-line-items .single-line-item .order-details-line-1 span, .all-line-items .single-line-item .order-details-line-1 .no-line-items span,
    .all-line-items .no-line-items .single-line-item .order-details-line-2 span,
    .all-line-items .single-line-item .order-details-line-2 .no-line-items span {
      font-size: 18px; }

/* line 2963, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
.po-totals {
  width: 90%;
  margin: auto;
  display: flex;
  justify-content: flex-end;
  border-top: 1px solid #9c9999;
  padding: 30px 0 0 0; }
  /* line 2970, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .po-totals .text-wrapper {
    flex: 0 1 45%; }
    @media screen and (max-width: 1100px) {
      /* line 2970, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .po-totals .text-wrapper {
        flex: 0 1 100%; } }
    /* line 2975, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .po-totals .text-wrapper p, .po-totals .text-wrapper .form-field-instructions, .po-totals .text-wrapper .order-creation-details-wrapper .field.weekly label, .order-creation-details-wrapper .field.weekly .po-totals .text-wrapper label, .po-totals .text-wrapper .order-creation-details-wrapper .field.monthly span, .order-creation-details-wrapper .field.monthly .po-totals .text-wrapper span, .po-totals .text-wrapper .buyer-orders-list .single-order, .buyer-orders-list .po-totals .text-wrapper .single-order,
    .po-totals .text-wrapper .vendor-orders-list .single-order,
    .vendor-orders-list .po-totals .text-wrapper .single-order, .po-totals .text-wrapper .all-line-items .single-line-item .order-details-line-1 span, .all-line-items .single-line-item .order-details-line-1 .po-totals .text-wrapper span,
    .po-totals .text-wrapper .all-line-items .single-line-item .order-details-line-2 span,
    .all-line-items .single-line-item .order-details-line-2 .po-totals .text-wrapper span {
      margin: 0 0 15px 0; }
      /* line 2977, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .po-totals .text-wrapper p strong, .po-totals .text-wrapper .form-field-instructions strong, .po-totals .text-wrapper .order-creation-details-wrapper .field.weekly label strong, .order-creation-details-wrapper .field.weekly .po-totals .text-wrapper label strong, .po-totals .text-wrapper .order-creation-details-wrapper .field.monthly span strong, .order-creation-details-wrapper .field.monthly .po-totals .text-wrapper span strong, .po-totals .text-wrapper .buyer-orders-list .single-order strong, .buyer-orders-list .po-totals .text-wrapper .single-order strong,
      .po-totals .text-wrapper .vendor-orders-list .single-order strong,
      .vendor-orders-list .po-totals .text-wrapper .single-order strong, .po-totals .text-wrapper .all-line-items .single-line-item .order-details-line-1 span strong, .all-line-items .single-line-item .order-details-line-1 .po-totals .text-wrapper span strong,
      .po-totals .text-wrapper .all-line-items .single-line-item .order-details-line-2 span strong,
      .all-line-items .single-line-item .order-details-line-2 .po-totals .text-wrapper span strong {
        display: inline-block;
        width: 66%; }
        @media screen and (max-width: 1100px) {
          /* line 2977, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
          .po-totals .text-wrapper p strong, .po-totals .text-wrapper .form-field-instructions strong, .po-totals .text-wrapper .order-creation-details-wrapper .field.weekly label strong, .order-creation-details-wrapper .field.weekly .po-totals .text-wrapper label strong, .po-totals .text-wrapper .order-creation-details-wrapper .field.monthly span strong, .order-creation-details-wrapper .field.monthly .po-totals .text-wrapper span strong, .po-totals .text-wrapper .buyer-orders-list .single-order strong, .buyer-orders-list .po-totals .text-wrapper .single-order strong,
          .po-totals .text-wrapper .vendor-orders-list .single-order strong,
          .vendor-orders-list .po-totals .text-wrapper .single-order strong, .po-totals .text-wrapper .all-line-items .single-line-item .order-details-line-1 span strong, .all-line-items .single-line-item .order-details-line-1 .po-totals .text-wrapper span strong,
          .po-totals .text-wrapper .all-line-items .single-line-item .order-details-line-2 span strong,
          .all-line-items .single-line-item .order-details-line-2 .po-totals .text-wrapper span strong {
            width: 66%; } }
      /* line 2984, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .po-totals .text-wrapper p span, .po-totals .text-wrapper .form-field-instructions span, .po-totals .text-wrapper .order-creation-details-wrapper .field.weekly label span, .order-creation-details-wrapper .field.weekly .po-totals .text-wrapper label span, .po-totals .text-wrapper .order-creation-details-wrapper .field.monthly span span, .order-creation-details-wrapper .field.monthly .po-totals .text-wrapper span span, .po-totals .text-wrapper .buyer-orders-list .single-order span, .buyer-orders-list .po-totals .text-wrapper .single-order span,
      .po-totals .text-wrapper .vendor-orders-list .single-order span,
      .vendor-orders-list .po-totals .text-wrapper .single-order span, .po-totals .text-wrapper .all-line-items .single-line-item .order-details-line-1 span span, .all-line-items .single-line-item .order-details-line-1 .po-totals .text-wrapper span span,
      .po-totals .text-wrapper .all-line-items .single-line-item .order-details-line-2 span span,
      .all-line-items .single-line-item .order-details-line-2 .po-totals .text-wrapper span span {
        display: inline-block;
        width: 32%;
        text-align: right; }

/* line 2992, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
.buttons-wrapper {
  display: flex;
  margin: auto;
  justify-content: flex-end;
  padding: 0 5%; }
  @media screen and (max-width: 1100px) {
    /* line 2992, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .buttons-wrapper {
      flex-direction: -column; } }
  /* line 3000, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .buttons-wrapper input, .buttons-wrapper a {
    margin: 20px 10px; }
  /* line 3003, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .buttons-wrapper a,
  .buttons-wrapper input.delete {
    background: #fff;
    color: #F3380F;
    text-align: center; }
    /* line 3008, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .buttons-wrapper a:hover,
    .buttons-wrapper input.delete:hover {
      background: #F3380F;
      color: #fff; }
    @media screen and (max-width: 680px) {
      /* line 3003, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .buttons-wrapper a,
      .buttons-wrapper input.delete {
        width: 95%;
        text-align: center;
        margin: 10px; } }
  /* line 3018, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .buttons-wrapper.po-buttons {
    justify-content: space-between;
    margin-bottom: 30px; }
    /* line 3021, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .buttons-wrapper.po-buttons .inner-wrapper {
      flex: 0 1 75%;
      display: flex;
      justify-content: flex-end; }
      @media screen and (max-width: 1100px) {
        /* line 3021, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
        .buttons-wrapper.po-buttons .inner-wrapper {
          justify-content: center; } }
      /* line 3028, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .buttons-wrapper.po-buttons .inner-wrapper input {
        margin: 20px 0;
        padding: 17px 25px 15px 50px; }
        @media screen and (max-width: 1100px) {
          /* line 3028, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
          .buttons-wrapper.po-buttons .inner-wrapper input {
            margin: 0 0 10px 0;
            min-width: 271px; } }
        @media screen and (max-width: 680px) {
          /* line 3028, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
          .buttons-wrapper.po-buttons .inner-wrapper input {
            width: 100%; }
            /* line 3037, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
            .buttons-wrapper.po-buttons .inner-wrapper input:hover {
              color: #fff !important; } }
      @media screen and (max-width: 1100px) {
        /* line 3021, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
        .buttons-wrapper.po-buttons .inner-wrapper {
          flex-direction: column-reverse; } }
      /* line 3046, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .buttons-wrapper.po-buttons .inner-wrapper input.send-requests {
        border-color: #377B82;
        background: #377B82 url(/assets/icons/icon_paper_plane_white-1134326166b1291f2053c7438c2ce27c154332236439fb55c9775bcf5890b252.svg) no-repeat 20px 50% !important;
        color: #fff;
        padding-left: 45px; }
        /* line 3051, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
        .buttons-wrapper.po-buttons .inner-wrapper input.send-requests:hover {
          background: #e05d23 url(/assets/icons/icon_paper_plane_white-1134326166b1291f2053c7438c2ce27c154332236439fb55c9775bcf5890b252.svg) no-repeat 20px 50% !important;
          border-color: #e05d23;
          color: #fff !important; }
        @media screen and (max-width: 1100px) {
          /* line 3046, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
          .buttons-wrapper.po-buttons .inner-wrapper input.send-requests {
            width: 97%;
            text-align: center;
            margin: 30px auto 5px 1.5%;
            background: #377B82 url(/assets/icons/icon_paper_plane_white-1134326166b1291f2053c7438c2ce27c154332236439fb55c9775bcf5890b252.svg) no-repeat 110px 50% !important; }
            /* line 3061, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
            .buttons-wrapper.po-buttons .inner-wrapper input.send-requests:hover {
              background: #e05d23 url(/assets/icons/icon_paper_plane_white-1134326166b1291f2053c7438c2ce27c154332236439fb55c9775bcf5890b252.svg) no-repeat 110px 50% !important; } }
        @media screen and (max-width: 680px) {
          /* line 3046, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
          .buttons-wrapper.po-buttons .inner-wrapper input.send-requests {
            width: 97%; } }
    /* line 3070, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .buttons-wrapper.po-buttons .single-button-wrapper {
      display: flex;
      flex: 0 1 100%;
      justify-content: flex-end; }
      /* line 3075, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .buttons-wrapper.po-buttons .single-button-wrapper .button-teal .btn_icon .a, .buttons-wrapper.po-buttons .single-button-wrapper .button-orange .btn_icon .a, .buttons-wrapper.po-buttons .single-button-wrapper .button-lime-green .btn_icon .a, .buttons-wrapper.po-buttons .single-button-wrapper #new_purchase_order input[type='submit'] .btn_icon .a, #new_purchase_order .buttons-wrapper.po-buttons .single-button-wrapper input[type='submit'] .btn_icon .a,
      .buttons-wrapper.po-buttons .single-button-wrapper #new-po-modal-content input[type='submit'] .btn_icon .a,
      #new-po-modal-content .buttons-wrapper.po-buttons .single-button-wrapper input[type='submit'] .btn_icon .a {
        transition: fill .2s; }
      /* line 3079, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .buttons-wrapper.po-buttons .single-button-wrapper .button-teal:hover .btn_icon .a, .buttons-wrapper.po-buttons .single-button-wrapper .button-orange:hover .btn_icon .a, .buttons-wrapper.po-buttons .single-button-wrapper .button-lime-green:hover .btn_icon .a, .buttons-wrapper.po-buttons .single-button-wrapper #new_purchase_order input[type='submit']:hover .btn_icon .a, #new_purchase_order .buttons-wrapper.po-buttons .single-button-wrapper input[type='submit']:hover .btn_icon .a,
      .buttons-wrapper.po-buttons .single-button-wrapper #new-po-modal-content input[type='submit']:hover .btn_icon .a,
      #new-po-modal-content .buttons-wrapper.po-buttons .single-button-wrapper input[type='submit']:hover .btn_icon .a {
        fill: #fff; }
    /* line 3085, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .buttons-wrapper.po-buttons .button-caution.delete {
      align-self: flex-start;
      transition: background .2s, color .2s; }
      /* line 3088, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .buttons-wrapper.po-buttons .button-caution.delete span {
        top: auto; }
      /* line 3091, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .buttons-wrapper.po-buttons .button-caution.delete:hover {
        color: #fff;
        background: #F3380F; }
      @media screen and (max-width: 1100px) {
        /* line 3085, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
        .buttons-wrapper.po-buttons .button-caution.delete {
          display: flex;
          justify-content: center; } }
    @media screen and (max-width: 1100px) {
      /* line 3018, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .buttons-wrapper.po-buttons {
        flex-direction: column-reverse; } }

/* line 3106, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
.timeline-summary {
  margin: 30px 5%;
  padding: 30px;
  border: 3px dashed black; }
  /* line 3110, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .timeline-summary h2 {
    margin-bottom: 10px; }
  /* line 3114, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .timeline-summary h2, .timeline-summary h3, .timeline-summary .order-creation-details-wrapper label, .order-creation-details-wrapper .timeline-summary label {
    text-align: center; }
  /* line 3117, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .timeline-summary h3, .timeline-summary .order-creation-details-wrapper label, .order-creation-details-wrapper .timeline-summary label {
    color: red; }
  /* line 3120, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .timeline-summary h4, .timeline-summary .main.detail-page .body-content .about-content h3, .main.detail-page .body-content .about-content .timeline-summary h3, .timeline-summary .main.detail-page .body-content .about-content .order-creation-details-wrapper label, .main.detail-page .body-content .about-content .order-creation-details-wrapper .timeline-summary label, .timeline-summary .order-creation-details-wrapper .main.detail-page .body-content .about-content label, .order-creation-details-wrapper .main.detail-page .body-content .about-content .timeline-summary label {
    font-size: 17px;
    margin-bottom: 5px; }
  /* line 3124, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .timeline-summary .timeline-summary-wrapper {
    display: flex;
    flex-wrap: wrap; }
    @media screen and (max-width: 1100px) {
      /* line 3124, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .timeline-summary .timeline-summary-wrapper {
        flex-direction: column; } }
  /* line 3131, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .timeline-summary .timeline-summary-single-vendor {
    flex: 0 1 50%;
    margin: 10px 0px; }
    @media screen and (min-width: 1400px) {
      /* line 3131, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .timeline-summary .timeline-summary-single-vendor {
        flex: 0 1 33%; } }
    @media screen and (max-width: 1100px) {
      /* line 3131, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .timeline-summary .timeline-summary-single-vendor {
        flex: 0 1 100%; } }
    /* line 3140, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .timeline-summary .timeline-summary-single-vendor .timeline-vendor-order-list {
      list-style-type: none;
      padding-left: 15px; }
      /* line 3143, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .timeline-summary .timeline-summary-single-vendor .timeline-vendor-order-list .timeline-single-order {
        padding-inline-start: 2px;
        font: 15px/1.6 "Lato", sans-serif;
        transition: color .2s; }
        /* line 3147, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
        .timeline-summary .timeline-summary-single-vendor .timeline-vendor-order-list .timeline-single-order:before {
          content: '';
          display: inline-block;
          background: url(/assets/icons/arrow-right-ltgrey100-248f760f75595600f6141b62be21ad3e3255dcdb60b1e5e25e8f56b46f3e3a2e.svg) no-repeat center center;
          background-size: auto 75%;
          width: 20px;
          height: 20px;
          position: relative;
          margin-left: -18px;
          top: 4px; }
        /* line 3159, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
        .timeline-summary .timeline-summary-single-vendor .timeline-vendor-order-list .timeline-single-order.open:before {
          background: url(/assets/icons/arrow-down-ltgrey100-9323e11fb72815d5b8bcb5c7eaf7a8f083596f74f3b947d8d05b43021fa485ee.svg) no-repeat center center;
          background-size: 75% auto; }
        /* line 3164, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
        .timeline-summary .timeline-summary-single-vendor .timeline-vendor-order-list .timeline-single-order:hover {
          cursor: pointer; }
          /* line 3166, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
          .timeline-summary .timeline-summary-single-vendor .timeline-vendor-order-list .timeline-single-order:hover span {
            color: #377B82; }
      /* line 3171, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .timeline-summary .timeline-summary-single-vendor .timeline-vendor-order-list .timeline-vendor-date-list {
        display: none;
        margin-top: 2px;
        margin-bottom: 15px;
        list-style-type: disc;
        padding-left: 20px;
        color: #1f1f1f; }

/* line 3189, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
.cc-dashboard-wrapper.vendor.order-confirmation {
  flex: 0 1 85%; }
  /* line 3191, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .cc-dashboard-wrapper.vendor.order-confirmation .buyer-profile-detail {
    padding: 20px 5% 0 0; }
  /* line 3195, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .cc-dashboard-wrapper.vendor.order-confirmation .all-line-items .profile-thumb {
    border: 1px solid #e6e6e6; }
  /* line 3200, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .cc-dashboard-wrapper.vendor.order-confirmation .all-line-items .single-line-item .button-lime-green:hover {
    color: #fff; }
  /* line 3205, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .cc-dashboard-wrapper.vendor.order-confirmation .all-line-items .single-line-item .order-details-line-1 span:nth-child(1),
  .cc-dashboard-wrapper.vendor.order-confirmation .all-line-items .single-line-item .order-details-line-1 span:nth-child(2),
  .cc-dashboard-wrapper.vendor.order-confirmation .all-line-items .single-line-item .order-details-line-1 span:nth-child(3) {
    flex: 0 0 20%; }
    @media screen and (max-width: 680px) {
      /* line 3205, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .cc-dashboard-wrapper.vendor.order-confirmation .all-line-items .single-line-item .order-details-line-1 span:nth-child(1),
      .cc-dashboard-wrapper.vendor.order-confirmation .all-line-items .single-line-item .order-details-line-1 span:nth-child(2),
      .cc-dashboard-wrapper.vendor.order-confirmation .all-line-items .single-line-item .order-details-line-1 span:nth-child(3) {
        flex: 0 0 30%; } }
  /* line 3216, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .cc-dashboard-wrapper.vendor.order-confirmation .single-button-wrapper {
    padding: 0 5% 30px 5%;
    display: flex;
    justify-content: flex-end; }
    @media screen and (max-width: 680px) {
      /* line 3216, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .cc-dashboard-wrapper.vendor.order-confirmation .single-button-wrapper {
        justify-content: center;
        padding: 0; } }

/* line 3227, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
.button-dk-teal.view-all-orders {
  position: relative; }
  /* line 3229, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .button-dk-teal.view-all-orders .btn_icon {
    position: relative;
    left: -7px; }
  /* line 3233, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .button-dk-teal.view-all-orders span {
    position: relative;
    top: -4px; }
  /* line 3238, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .button-dk-teal.view-all-orders:hover .c,
  .button-dk-teal.view-all-orders:hover .d {
    fill: #377B82; }
  /* line 3243, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .button-dk-teal.view-all-orders:hover .d {
    stroke: #377B82; }

/* line 3250, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
.order-confirmation-overview {
  text-align: center;
  padding: 0 6%; }
  /* line 3253, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .order-confirmation-overview .intro-message {
    margin: 20px auto;
    font: 18px/28px "Lato", sans-serif; }
  /* line 3257, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .order-confirmation-overview .date-range {
    font: bold 20px/26px "Lato", sans-serif;
    margin: 8px auto 12px;
    opacity: .9; }
  /* line 3262, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .order-confirmation-overview .order-status {
    font: bold 20px/26px "Lato", sans-serif;
    margin-top: 10px; }

/* line 3269, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
.alert-box.grey {
  width: 55%;
  max-width: 650px;
  margin: 30px auto 0;
  background: rgba(230, 230, 230, 0.5);
  padding: 30px;
  border-radius: 4px; }
  /* line 3276, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .alert-box.grey h3, .alert-box.grey .order-creation-details-wrapper label, .order-creation-details-wrapper .alert-box.grey label {
    font-size: 20px; }
  @media screen and (max-width: 680px) {
    /* line 3269, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .alert-box.grey {
      width: 78%;
      padding: 25px 6%; } }
/* line 3284, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
.alert-box .inline-link {
  color: #377B82;
  text-decoration: underline; }
/* line 3288, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
.alert-box ol {
  padding-left: 15px; }
  /* line 3290, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .alert-box ol li {
    font: 18px/1.5 "Lato", sans-serif;
    margin: 15px 0; }

/* line 3300, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
.buyer-account-header {
  display: flex;
  justify-content: space-between;
  padding: 20px 5%; }
  @media screen and (max-width: 1100px) {
    /* line 3300, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .buyer-account-header {
      flex-direction: column; } }
  /* line 3307, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .buyer-account-header .detail-wrapper {
    display: flex; }
  /* line 3310, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .buyer-account-header .buyer-profile-detail,
  .buyer-account-header .cureator-profile-detail {
    flex: 0 1 50%;
    padding: 20px 3% 0 0; }
    /* line 3314, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .buyer-account-header .buyer-profile-detail h2,
    .buyer-account-header .cureator-profile-detail h2 {
      width: 90%;
      text-align: left;
      font-weight: 800;
      line-height: 1.5;
      margin: 0 0 20px; }
    /* line 3321, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .buyer-account-header .buyer-profile-detail h3, .buyer-account-header .buyer-profile-detail .order-creation-details-wrapper label, .order-creation-details-wrapper .buyer-account-header .buyer-profile-detail label,
    .buyer-account-header .cureator-profile-detail h3,
    .buyer-account-header .cureator-profile-detail .order-creation-details-wrapper label,
    .order-creation-details-wrapper .buyer-account-header .cureator-profile-detail label {
      margin-bottom: 20px; }
    /* line 3324, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .buyer-account-header .buyer-profile-detail .img-wrapper,
    .buyer-account-header .cureator-profile-detail .img-wrapper {
      flex: 0 1 20%;
      width: 20%;
      max-width: 110px; }
      /* line 3328, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .buyer-account-header .buyer-profile-detail .img-wrapper img,
      .buyer-account-header .cureator-profile-detail .img-wrapper img {
        display: inline-block;
        width: 80%;
        height: auto;
        border: 1px solid #e6e6e6; }
    /* line 3335, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .buyer-account-header .buyer-profile-detail .text-wrapper,
    .buyer-account-header .cureator-profile-detail .text-wrapper {
      flex: 0 1 80%; }
      /* line 3337, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .buyer-account-header .buyer-profile-detail .text-wrapper p, .buyer-account-header .buyer-profile-detail .text-wrapper .form-field-instructions, .buyer-account-header .buyer-profile-detail .text-wrapper .order-creation-details-wrapper .field.weekly label, .order-creation-details-wrapper .field.weekly .buyer-account-header .buyer-profile-detail .text-wrapper label, .buyer-account-header .buyer-profile-detail .text-wrapper .order-creation-details-wrapper .field.monthly span, .order-creation-details-wrapper .field.monthly .buyer-account-header .buyer-profile-detail .text-wrapper span, .buyer-account-header .buyer-profile-detail .text-wrapper .buyer-orders-list .single-order, .buyer-orders-list .buyer-account-header .buyer-profile-detail .text-wrapper .single-order,
      .buyer-account-header .buyer-profile-detail .text-wrapper .vendor-orders-list .single-order,
      .vendor-orders-list .buyer-account-header .buyer-profile-detail .text-wrapper .single-order, .buyer-account-header .buyer-profile-detail .text-wrapper .all-line-items .single-line-item .order-details-line-1 span, .all-line-items .single-line-item .order-details-line-1 .buyer-account-header .buyer-profile-detail .text-wrapper span,
      .buyer-account-header .buyer-profile-detail .text-wrapper .all-line-items .single-line-item .order-details-line-2 span,
      .all-line-items .single-line-item .order-details-line-2 .buyer-account-header .buyer-profile-detail .text-wrapper span,
      .buyer-account-header .cureator-profile-detail .text-wrapper p,
      .buyer-account-header .cureator-profile-detail .text-wrapper .form-field-instructions,
      .buyer-account-header .cureator-profile-detail .text-wrapper .order-creation-details-wrapper .field.weekly label,
      .order-creation-details-wrapper .field.weekly .buyer-account-header .cureator-profile-detail .text-wrapper label,
      .buyer-account-header .cureator-profile-detail .text-wrapper .order-creation-details-wrapper .field.monthly span,
      .order-creation-details-wrapper .field.monthly .buyer-account-header .cureator-profile-detail .text-wrapper span,
      .buyer-account-header .cureator-profile-detail .text-wrapper .buyer-orders-list .single-order,
      .buyer-orders-list .buyer-account-header .cureator-profile-detail .text-wrapper .single-order,
      .buyer-account-header .cureator-profile-detail .text-wrapper .vendor-orders-list .single-order,
      .vendor-orders-list .buyer-account-header .cureator-profile-detail .text-wrapper .single-order,
      .buyer-account-header .cureator-profile-detail .text-wrapper .all-line-items .single-line-item .order-details-line-1 span,
      .all-line-items .single-line-item .order-details-line-1 .buyer-account-header .cureator-profile-detail .text-wrapper span,
      .buyer-account-header .cureator-profile-detail .text-wrapper .all-line-items .single-line-item .order-details-line-2 span,
      .all-line-items .single-line-item .order-details-line-2 .buyer-account-header .cureator-profile-detail .text-wrapper span {
        font-size: 16px;
        line-height: 1.5;
        margin: 5px 0 15px; }
        @media screen and (max-width: 680px) {
          /* line 3337, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
          .buyer-account-header .buyer-profile-detail .text-wrapper p, .buyer-account-header .buyer-profile-detail .text-wrapper .form-field-instructions, .buyer-account-header .buyer-profile-detail .text-wrapper .order-creation-details-wrapper .field.weekly label, .order-creation-details-wrapper .field.weekly .buyer-account-header .buyer-profile-detail .text-wrapper label, .buyer-account-header .buyer-profile-detail .text-wrapper .order-creation-details-wrapper .field.monthly span, .order-creation-details-wrapper .field.monthly .buyer-account-header .buyer-profile-detail .text-wrapper span, .buyer-account-header .buyer-profile-detail .text-wrapper .buyer-orders-list .single-order, .buyer-orders-list .buyer-account-header .buyer-profile-detail .text-wrapper .single-order,
          .buyer-account-header .buyer-profile-detail .text-wrapper .vendor-orders-list .single-order,
          .vendor-orders-list .buyer-account-header .buyer-profile-detail .text-wrapper .single-order, .buyer-account-header .buyer-profile-detail .text-wrapper .all-line-items .single-line-item .order-details-line-1 span, .all-line-items .single-line-item .order-details-line-1 .buyer-account-header .buyer-profile-detail .text-wrapper span,
          .buyer-account-header .buyer-profile-detail .text-wrapper .all-line-items .single-line-item .order-details-line-2 span,
          .all-line-items .single-line-item .order-details-line-2 .buyer-account-header .buyer-profile-detail .text-wrapper span,
          .buyer-account-header .cureator-profile-detail .text-wrapper p,
          .buyer-account-header .cureator-profile-detail .text-wrapper .form-field-instructions,
          .buyer-account-header .cureator-profile-detail .text-wrapper .order-creation-details-wrapper .field.weekly label,
          .order-creation-details-wrapper .field.weekly .buyer-account-header .cureator-profile-detail .text-wrapper label,
          .buyer-account-header .cureator-profile-detail .text-wrapper .order-creation-details-wrapper .field.monthly span,
          .order-creation-details-wrapper .field.monthly .buyer-account-header .cureator-profile-detail .text-wrapper span,
          .buyer-account-header .cureator-profile-detail .text-wrapper .buyer-orders-list .single-order,
          .buyer-orders-list .buyer-account-header .cureator-profile-detail .text-wrapper .single-order,
          .buyer-account-header .cureator-profile-detail .text-wrapper .vendor-orders-list .single-order,
          .vendor-orders-list .buyer-account-header .cureator-profile-detail .text-wrapper .single-order,
          .buyer-account-header .cureator-profile-detail .text-wrapper .all-line-items .single-line-item .order-details-line-1 span,
          .all-line-items .single-line-item .order-details-line-1 .buyer-account-header .cureator-profile-detail .text-wrapper span,
          .buyer-account-header .cureator-profile-detail .text-wrapper .all-line-items .single-line-item .order-details-line-2 span,
          .all-line-items .single-line-item .order-details-line-2 .buyer-account-header .cureator-profile-detail .text-wrapper span {
            font-size: 15px; } }
        /* line 3344, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
        .buyer-account-header .buyer-profile-detail .text-wrapper p a, .buyer-account-header .buyer-profile-detail .text-wrapper .form-field-instructions a, .buyer-account-header .buyer-profile-detail .text-wrapper .order-creation-details-wrapper .field.weekly label a, .order-creation-details-wrapper .field.weekly .buyer-account-header .buyer-profile-detail .text-wrapper label a, .buyer-account-header .buyer-profile-detail .text-wrapper .order-creation-details-wrapper .field.monthly span a, .order-creation-details-wrapper .field.monthly .buyer-account-header .buyer-profile-detail .text-wrapper span a, .buyer-account-header .buyer-profile-detail .text-wrapper .buyer-orders-list .single-order a, .buyer-orders-list .buyer-account-header .buyer-profile-detail .text-wrapper .single-order a,
        .buyer-account-header .buyer-profile-detail .text-wrapper .vendor-orders-list .single-order a,
        .vendor-orders-list .buyer-account-header .buyer-profile-detail .text-wrapper .single-order a, .buyer-account-header .buyer-profile-detail .text-wrapper .all-line-items .single-line-item .order-details-line-1 span a, .all-line-items .single-line-item .order-details-line-1 .buyer-account-header .buyer-profile-detail .text-wrapper span a,
        .buyer-account-header .buyer-profile-detail .text-wrapper .all-line-items .single-line-item .order-details-line-2 span a,
        .all-line-items .single-line-item .order-details-line-2 .buyer-account-header .buyer-profile-detail .text-wrapper span a,
        .buyer-account-header .cureator-profile-detail .text-wrapper p a,
        .buyer-account-header .cureator-profile-detail .text-wrapper .form-field-instructions a,
        .buyer-account-header .cureator-profile-detail .text-wrapper .order-creation-details-wrapper .field.weekly label a,
        .order-creation-details-wrapper .field.weekly .buyer-account-header .cureator-profile-detail .text-wrapper label a,
        .buyer-account-header .cureator-profile-detail .text-wrapper .order-creation-details-wrapper .field.monthly span a,
        .order-creation-details-wrapper .field.monthly .buyer-account-header .cureator-profile-detail .text-wrapper span a,
        .buyer-account-header .cureator-profile-detail .text-wrapper .buyer-orders-list .single-order a,
        .buyer-orders-list .buyer-account-header .cureator-profile-detail .text-wrapper .single-order a,
        .buyer-account-header .cureator-profile-detail .text-wrapper .vendor-orders-list .single-order a,
        .vendor-orders-list .buyer-account-header .cureator-profile-detail .text-wrapper .single-order a,
        .buyer-account-header .cureator-profile-detail .text-wrapper .all-line-items .single-line-item .order-details-line-1 span a,
        .all-line-items .single-line-item .order-details-line-1 .buyer-account-header .cureator-profile-detail .text-wrapper span a,
        .buyer-account-header .cureator-profile-detail .text-wrapper .all-line-items .single-line-item .order-details-line-2 span a,
        .all-line-items .single-line-item .order-details-line-2 .buyer-account-header .cureator-profile-detail .text-wrapper span a {
          color: inherit;
          transition: color .2s; }
          /* line 3347, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
          .buyer-account-header .buyer-profile-detail .text-wrapper p a:hover, .buyer-account-header .buyer-profile-detail .text-wrapper .form-field-instructions a:hover, .buyer-account-header .buyer-profile-detail .text-wrapper .order-creation-details-wrapper .field.weekly label a:hover, .order-creation-details-wrapper .field.weekly .buyer-account-header .buyer-profile-detail .text-wrapper label a:hover, .buyer-account-header .buyer-profile-detail .text-wrapper .order-creation-details-wrapper .field.monthly span a:hover, .order-creation-details-wrapper .field.monthly .buyer-account-header .buyer-profile-detail .text-wrapper span a:hover, .buyer-account-header .buyer-profile-detail .text-wrapper .buyer-orders-list .single-order a:hover, .buyer-orders-list .buyer-account-header .buyer-profile-detail .text-wrapper .single-order a:hover,
          .buyer-account-header .buyer-profile-detail .text-wrapper .vendor-orders-list .single-order a:hover,
          .vendor-orders-list .buyer-account-header .buyer-profile-detail .text-wrapper .single-order a:hover, .buyer-account-header .buyer-profile-detail .text-wrapper .all-line-items .single-line-item .order-details-line-1 span a:hover, .all-line-items .single-line-item .order-details-line-1 .buyer-account-header .buyer-profile-detail .text-wrapper span a:hover,
          .buyer-account-header .buyer-profile-detail .text-wrapper .all-line-items .single-line-item .order-details-line-2 span a:hover,
          .all-line-items .single-line-item .order-details-line-2 .buyer-account-header .buyer-profile-detail .text-wrapper span a:hover,
          .buyer-account-header .cureator-profile-detail .text-wrapper p a:hover,
          .buyer-account-header .cureator-profile-detail .text-wrapper .form-field-instructions a:hover,
          .buyer-account-header .cureator-profile-detail .text-wrapper .order-creation-details-wrapper .field.weekly label a:hover,
          .order-creation-details-wrapper .field.weekly .buyer-account-header .cureator-profile-detail .text-wrapper label a:hover,
          .buyer-account-header .cureator-profile-detail .text-wrapper .order-creation-details-wrapper .field.monthly span a:hover,
          .order-creation-details-wrapper .field.monthly .buyer-account-header .cureator-profile-detail .text-wrapper span a:hover,
          .buyer-account-header .cureator-profile-detail .text-wrapper .buyer-orders-list .single-order a:hover,
          .buyer-orders-list .buyer-account-header .cureator-profile-detail .text-wrapper .single-order a:hover,
          .buyer-account-header .cureator-profile-detail .text-wrapper .vendor-orders-list .single-order a:hover,
          .vendor-orders-list .buyer-account-header .cureator-profile-detail .text-wrapper .single-order a:hover,
          .buyer-account-header .cureator-profile-detail .text-wrapper .all-line-items .single-line-item .order-details-line-1 span a:hover,
          .all-line-items .single-line-item .order-details-line-1 .buyer-account-header .cureator-profile-detail .text-wrapper span a:hover,
          .buyer-account-header .cureator-profile-detail .text-wrapper .all-line-items .single-line-item .order-details-line-2 span a:hover,
          .all-line-items .single-line-item .order-details-line-2 .buyer-account-header .cureator-profile-detail .text-wrapper span a:hover {
            color: #28ba93; }
  /* line 3354, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .buyer-account-header .buyer-account-snapshot {
    background: #fff;
    min-width: 300px;
    align-self: flex-start;
    padding: 50px 2% 30px;
    position: relative;
    border-radius: 10px;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2); }
    @media screen and (max-width: 1100px) {
      /* line 3354, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .buyer-account-header .buyer-account-snapshot {
        flex: 0 1 100%;
        width: 96%; } }
    /* line 3366, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .buyer-account-header .buyer-account-snapshot h3, .buyer-account-header .buyer-account-snapshot .order-creation-details-wrapper label, .order-creation-details-wrapper .buyer-account-header .buyer-account-snapshot label {
      display: inline-block;
      width: 97%;
      position: absolute;
      left: 0;
      top: 0px;
      padding: 10px 0 9px 3%;
      margin-bottom: 10px;
      background: rgba(55, 123, 130, 0.8);
      border-top-right-radius: 10px;
      border-top-left-radius: 10px;
      font-size: 13px;
      color: #fff;
      letter-spacing: 1px; }
    /* line 3381, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .buyer-account-header .buyer-account-snapshot .lg-stats {
      flex-wrap: wrap; }
      @media screen and (max-width: 1100px) {
        /* line 3381, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
        .buyer-account-header .buyer-account-snapshot .lg-stats {
          flex-wrap: nowrap;
          flex-direction: column; } }
      /* line 3387, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .buyer-account-header .buyer-account-snapshot .lg-stats .single-stat {
        flex: 0 1 43.5%;
        padding: 10px 3%; }
        @media screen and (max-width: 1100px) {
          /* line 3387, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
          .buyer-account-header .buyer-account-snapshot .lg-stats .single-stat {
            flex: 0 1 100%;
            display: flex;
            flex-direction: row-reverse;
            justify-content: space-between; } }
        /* line 3396, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
        .buyer-account-header .buyer-account-snapshot .lg-stats .single-stat .icon {
          height: 26px; }
        /* line 3399, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
        .buyer-account-header .buyer-account-snapshot .lg-stats .single-stat span {
          white-space: nowrap; }
        /* line 3402, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
        .buyer-account-header .buyer-account-snapshot .lg-stats .single-stat.total-sales {
          flex: 0 1 100%; }
        /* line 3405, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
        .buyer-account-header .buyer-account-snapshot .lg-stats .single-stat .lg-stat-text {
          font-size: 40px; }
          @media screen and (max-width: 1100px) {
            /* line 3405, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
            .buyer-account-header .buyer-account-snapshot .lg-stats .single-stat .lg-stat-text {
              font-size: 24px;
              margin: 0; } }
        @media screen and (max-width: 1100px) {
          /* line 3412, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
          .buyer-account-header .buyer-account-snapshot .lg-stats .single-stat p, .buyer-account-header .buyer-account-snapshot .lg-stats .single-stat .form-field-instructions, .buyer-account-header .buyer-account-snapshot .lg-stats .single-stat .order-creation-details-wrapper .field.weekly label, .order-creation-details-wrapper .field.weekly .buyer-account-header .buyer-account-snapshot .lg-stats .single-stat label, .buyer-account-header .buyer-account-snapshot .lg-stats .single-stat .order-creation-details-wrapper .field.monthly span, .order-creation-details-wrapper .field.monthly .buyer-account-header .buyer-account-snapshot .lg-stats .single-stat span, .buyer-account-header .buyer-account-snapshot .lg-stats .single-stat .buyer-orders-list .single-order, .buyer-orders-list .buyer-account-header .buyer-account-snapshot .lg-stats .single-stat .single-order,
          .buyer-account-header .buyer-account-snapshot .lg-stats .single-stat .vendor-orders-list .single-order,
          .vendor-orders-list .buyer-account-header .buyer-account-snapshot .lg-stats .single-stat .single-order, .buyer-account-header .buyer-account-snapshot .lg-stats .single-stat .all-line-items .single-line-item .order-details-line-1 span, .all-line-items .single-line-item .order-details-line-1 .buyer-account-header .buyer-account-snapshot .lg-stats .single-stat span,
          .buyer-account-header .buyer-account-snapshot .lg-stats .single-stat .all-line-items .single-line-item .order-details-line-2 span,
          .all-line-items .single-line-item .order-details-line-2 .buyer-account-header .buyer-account-snapshot .lg-stats .single-stat span {
            font-size: 13px; } }
    @media screen and (max-width: 680px) {
      /* line 3419, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .buyer-account-header .buyer-account-snapshot.buyer-view {
        width: 90%;
        padding-left: 5%;
        padding-right: 5%;
        margin-top: 20px;
        margin-bottom: 20px; } }
    /* line 3427, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .buyer-account-header .buyer-account-snapshot.buyer-view .col-2 {
      display: flex; }
      @media screen and (max-width: 680px) {
        /* line 3427, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
        .buyer-account-header .buyer-account-snapshot.buyer-view .col-2 {
          flex-direction: column; } }
    /* line 3433, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .buyer-account-header .buyer-account-snapshot.buyer-view .og-button-wrapper {
      flex: 0 1 50%;
      padding: 10px 30px 0 0; }
      /* line 3436, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .buyer-account-header .buyer-account-snapshot.buyer-view .og-button-wrapper p, .buyer-account-header .buyer-account-snapshot.buyer-view .og-button-wrapper .form-field-instructions, .buyer-account-header .buyer-account-snapshot.buyer-view .og-button-wrapper .order-creation-details-wrapper .field.weekly label, .order-creation-details-wrapper .field.weekly .buyer-account-header .buyer-account-snapshot.buyer-view .og-button-wrapper label, .buyer-account-header .buyer-account-snapshot.buyer-view .og-button-wrapper .order-creation-details-wrapper .field.monthly span, .order-creation-details-wrapper .field.monthly .buyer-account-header .buyer-account-snapshot.buyer-view .og-button-wrapper span, .buyer-account-header .buyer-account-snapshot.buyer-view .og-button-wrapper .buyer-orders-list .single-order, .buyer-orders-list .buyer-account-header .buyer-account-snapshot.buyer-view .og-button-wrapper .single-order,
      .buyer-account-header .buyer-account-snapshot.buyer-view .og-button-wrapper .vendor-orders-list .single-order,
      .vendor-orders-list .buyer-account-header .buyer-account-snapshot.buyer-view .og-button-wrapper .single-order, .buyer-account-header .buyer-account-snapshot.buyer-view .og-button-wrapper .all-line-items .single-line-item .order-details-line-1 span, .all-line-items .single-line-item .order-details-line-1 .buyer-account-header .buyer-account-snapshot.buyer-view .og-button-wrapper span,
      .buyer-account-header .buyer-account-snapshot.buyer-view .og-button-wrapper .all-line-items .single-line-item .order-details-line-2 span,
      .all-line-items .single-line-item .order-details-line-2 .buyer-account-header .buyer-account-snapshot.buyer-view .og-button-wrapper span {
        font-size: 17px; }
      /* line 3439, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .buyer-account-header .buyer-account-snapshot.buyer-view .og-button-wrapper .button-orange {
        display: inline-flex;
        align-items: center;
        font-size: 14px;
        padding: 10px 15px 10px 15px;
        margin-bottom: 0; }
        @media screen and (max-width: 680px) {
          /* line 3439, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
          .buyer-account-header .buyer-account-snapshot.buyer-view .og-button-wrapper .button-orange {
            margin: 15px 0 10px; } }
        /* line 3448, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
        .buyer-account-header .buyer-account-snapshot.buyer-view .og-button-wrapper .button-orange .icon-og {
          display: inline-block;
          margin-right: 10px; }
        /* line 3452, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
        .buyer-account-header .buyer-account-snapshot.buyer-view .og-button-wrapper .button-orange .view-icon-fill {
          fill: #fff; }
        /* line 3456, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
        .buyer-account-header .buyer-account-snapshot.buyer-view .og-button-wrapper .button-orange:hover .view-icon-fill {
          fill: #e05d23; }
    /* line 3462, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .buyer-account-header .buyer-account-snapshot.buyer-view .stats-wrapper {
      flex: 0 1 50%;
      padding-top: 10px; }
    /* line 3466, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .buyer-account-header .buyer-account-snapshot.buyer-view .single-stat {
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      padding: 5px 3%; }
      /* line 3471, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .buyer-account-header .buyer-account-snapshot.buyer-view .single-stat p, .buyer-account-header .buyer-account-snapshot.buyer-view .single-stat .form-field-instructions, .buyer-account-header .buyer-account-snapshot.buyer-view .single-stat .order-creation-details-wrapper .field.weekly label, .order-creation-details-wrapper .field.weekly .buyer-account-header .buyer-account-snapshot.buyer-view .single-stat label, .buyer-account-header .buyer-account-snapshot.buyer-view .single-stat .order-creation-details-wrapper .field.monthly span, .order-creation-details-wrapper .field.monthly .buyer-account-header .buyer-account-snapshot.buyer-view .single-stat span, .buyer-account-header .buyer-account-snapshot.buyer-view .single-stat .buyer-orders-list .single-order, .buyer-orders-list .buyer-account-header .buyer-account-snapshot.buyer-view .single-stat .single-order,
      .buyer-account-header .buyer-account-snapshot.buyer-view .single-stat .vendor-orders-list .single-order,
      .vendor-orders-list .buyer-account-header .buyer-account-snapshot.buyer-view .single-stat .single-order, .buyer-account-header .buyer-account-snapshot.buyer-view .single-stat .all-line-items .single-line-item .order-details-line-1 span, .all-line-items .single-line-item .order-details-line-1 .buyer-account-header .buyer-account-snapshot.buyer-view .single-stat span,
      .buyer-account-header .buyer-account-snapshot.buyer-view .single-stat .all-line-items .single-line-item .order-details-line-2 span,
      .all-line-items .single-line-item .order-details-line-2 .buyer-account-header .buyer-account-snapshot.buyer-view .single-stat span {
        display: flex;
        align-items: center;
        font-size: 17px; }
        /* line 3475, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
        .buyer-account-header .buyer-account-snapshot.buyer-view .single-stat p img, .buyer-account-header .buyer-account-snapshot.buyer-view .single-stat .form-field-instructions img, .buyer-account-header .buyer-account-snapshot.buyer-view .single-stat .order-creation-details-wrapper .field.weekly label img, .order-creation-details-wrapper .field.weekly .buyer-account-header .buyer-account-snapshot.buyer-view .single-stat label img, .buyer-account-header .buyer-account-snapshot.buyer-view .single-stat .order-creation-details-wrapper .field.monthly span img, .order-creation-details-wrapper .field.monthly .buyer-account-header .buyer-account-snapshot.buyer-view .single-stat span img, .buyer-account-header .buyer-account-snapshot.buyer-view .single-stat .buyer-orders-list .single-order img, .buyer-orders-list .buyer-account-header .buyer-account-snapshot.buyer-view .single-stat .single-order img,
        .buyer-account-header .buyer-account-snapshot.buyer-view .single-stat .vendor-orders-list .single-order img,
        .vendor-orders-list .buyer-account-header .buyer-account-snapshot.buyer-view .single-stat .single-order img, .buyer-account-header .buyer-account-snapshot.buyer-view .single-stat .all-line-items .single-line-item .order-details-line-1 span img, .all-line-items .single-line-item .order-details-line-1 .buyer-account-header .buyer-account-snapshot.buyer-view .single-stat span img,
        .buyer-account-header .buyer-account-snapshot.buyer-view .single-stat .all-line-items .single-line-item .order-details-line-2 span img,
        .all-line-items .single-line-item .order-details-line-2 .buyer-account-header .buyer-account-snapshot.buyer-view .single-stat span img {
          display: inline-block;
          margin: 0 15px; }
  /* line 3484, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .buyer-account-header.col-3 .buyer-profile-detail,
  .buyer-account-header.col-3 .cureator-profile-detail {
    flex: 0 1 27%;
    padding: 20px 3% 0 0; }
  /* line 3489, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .buyer-account-header.col-3 .vendor-confirmations-box {
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    padding: 30px;
    flex: 0 1 33%;
    align-self: flex-start; }
  /* line 3496, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .buyer-account-header.col-3 .vendor-status-list {
    margin-top: 15px; }
    /* line 3498, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .buyer-account-header.col-3 .vendor-status-list li {
      display: flex;
      flex-direction: row;
      align-items: center;
      padding: 5px 0;
      font-family: "Lato", sans-serif; }
      /* line 3505, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .buyer-account-header.col-3 .vendor-status-list li .profile-thumb {
        width: 30px;
        height: 30px;
        margin-right: 15px; }
      /* line 3510, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .buyer-account-header.col-3 .vendor-status-list li p, .buyer-account-header.col-3 .vendor-status-list li .form-field-instructions, .buyer-account-header.col-3 .vendor-status-list li .order-creation-details-wrapper .field.weekly label, .order-creation-details-wrapper .field.weekly .buyer-account-header.col-3 .vendor-status-list li label, .buyer-account-header.col-3 .vendor-status-list li .order-creation-details-wrapper .field.monthly span, .order-creation-details-wrapper .field.monthly .buyer-account-header.col-3 .vendor-status-list li span, .buyer-account-header.col-3 .vendor-status-list li .buyer-orders-list .single-order, .buyer-orders-list .buyer-account-header.col-3 .vendor-status-list li .single-order,
      .buyer-account-header.col-3 .vendor-status-list li .vendor-orders-list .single-order,
      .vendor-orders-list .buyer-account-header.col-3 .vendor-status-list li .single-order, .buyer-account-header.col-3 .vendor-status-list li .all-line-items .single-line-item .order-details-line-1 span, .all-line-items .single-line-item .order-details-line-1 .buyer-account-header.col-3 .vendor-status-list li span,
      .buyer-account-header.col-3 .vendor-status-list li .all-line-items .single-line-item .order-details-line-2 span,
      .all-line-items .single-line-item .order-details-line-2 .buyer-account-header.col-3 .vendor-status-list li span {
        display: inline-block;
        width: 60%; }
      /* line 3515, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .buyer-account-header.col-3 .vendor-status-list li .status-wrapper {
        display: flex;
        flex: 0 1 30%;
        align-items: center; }
        /* line 3520, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
        .buyer-account-header.col-3 .vendor-status-list li .status-wrapper .status-icon {
          width: 19px;
          height: auto;
          margin-right: 8px; }

/* line 3531, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
.buyer-detail-nav {
  display: flex;
  padding: 0 5%;
  margin-top: 10px; }
  /* line 3535, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .buyer-detail-nav a {
    display: inline-block;
    flex: 0 1 20%;
    padding: 10px 30px;
    font: 16px/1.5 "Lato", sans-serif;
    text-align: center;
    border-bottom: 1px solid #28ba93;
    color: #2f2d2d;
    transition: color .2s;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media (max-width: 680px) {
      /* line 3535, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .buyer-detail-nav a {
        font-size: 14px;
        padding: 5px 5%;
        background: #efefef;
        border: 1px solid white;
        line-height: 1.2;
        font-size: 13px;
        padding: 10px 0; } }
    /* line 3558, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .buyer-detail-nav a:hover {
      color: #28ba93; }
    /* line 3561, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .buyer-detail-nav a.active {
      border: 1px solid #28ba93;
      border-bottom: none;
      background: #28ba93;
      color: #fff; }
      /* line 3566, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .buyer-detail-nav a.active:hover {
        color: #fff; }
    /* line 3570, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .buyer-detail-nav a.border-filler {
      display: block;
      border-bottom: 1px solid #28ba93; }
      @media screen and (max-width: 1100px) {
        /* line 3570, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
        .buyer-detail-nav a.border-filler {
          display: none; } }
    @media screen and (max-width: 1100px) {
      /* line 3535, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .buyer-detail-nav a {
        flex: 1 0 22%; } }
  /* line 3581, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .buyer-detail-nav div {
    display: inline-block;
    flex: 0 1 20%;
    padding: 10px 30px;
    font: 16px/1.5 "Lato", sans-serif;
    text-align: center;
    border-bottom: 1px solid #28ba93;
    color: #2f2d2d;
    transition: color .2s;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media (max-width: 680px) {
      /* line 3581, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .buyer-detail-nav div {
        font-size: 14px;
        padding: 5px 5%;
        background: #efefef;
        border: 1px solid white;
        line-height: 1.2;
        font-size: 13px;
        padding: 10px 0; } }
    /* line 3604, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .buyer-detail-nav div.border-filler {
      display: block;
      border-bottom: 1px solid #28ba93; }
      @media screen and (max-width: 1100px) {
        /* line 3604, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
        .buyer-detail-nav div.border-filler {
          display: none; } }

/* line 3614, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
.buyer-detail-tab-view {
  width: 88%;
  margin: 40px auto; }
  /* line 3617, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .buyer-detail-tab-view h2 {
    text-transform: uppercase;
    font-weight: 600; }
    /* line 3620, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .buyer-detail-tab-view h2 img {
      display: inline-block;
      margin-right: 10px; }
    /* line 3624, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .buyer-detail-tab-view h2 span {
      display: inline-block;
      margin-left: 5px;
      text-transform: none;
      font: italic 400 18px/1.4 "Lato", sans-serif;
      opacity: .4; }
  /* line 3632, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .buyer-detail-tab-view p.lg, .buyer-detail-tab-view .lg.form-field-instructions, .buyer-detail-tab-view .order-creation-details-wrapper .field.weekly label.lg, .order-creation-details-wrapper .field.weekly .buyer-detail-tab-view label.lg, .buyer-detail-tab-view .order-creation-details-wrapper .field.monthly span.lg, .order-creation-details-wrapper .field.monthly .buyer-detail-tab-view span.lg, .buyer-detail-tab-view .buyer-orders-list .lg.single-order, .buyer-orders-list .buyer-detail-tab-view .lg.single-order,
  .buyer-detail-tab-view .vendor-orders-list .lg.single-order,
  .vendor-orders-list .buyer-detail-tab-view .lg.single-order, .buyer-detail-tab-view .all-line-items .single-line-item .order-details-line-1 span.lg, .all-line-items .single-line-item .order-details-line-1 .buyer-detail-tab-view span.lg,
  .buyer-detail-tab-view .all-line-items .single-line-item .order-details-line-2 span.lg,
  .all-line-items .single-line-item .order-details-line-2 .buyer-detail-tab-view span.lg {
    font: 400 15px/1.7 "Lato", sans-serif;
    margin: 20px auto 30px; }
  /* line 3637, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .buyer-detail-tab-view.all-orders .outer-wrapper {
    display: flex; }
    @media screen and (max-width: 1100px) {
      /* line 3637, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .buyer-detail-tab-view.all-orders .outer-wrapper {
        flex-direction: column; } }
  /* line 3643, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .buyer-detail-tab-view.all-orders .text-wrapper {
    flex: 0 1 60%;
    padding: 0 5% 0 0; }
  /* line 3647, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .buyer-detail-tab-view.all-orders .legend-wrapper {
    display: flex;
    flex: 0 1 40%;
    align-self: flex-start;
    background: #fff;
    padding: 30px 2.5% 25px;
    border-radius: 10px;
    border: 1px solid #e6e6e6; }
    @media screen and (max-width: 1100px) {
      /* line 3647, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .buyer-detail-tab-view.all-orders .legend-wrapper {
        padding: 15px 5% 15px; } }
    @media screen and (max-width: 1100px) {
      /* line 3658, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .buyer-detail-tab-view.all-orders .legend-wrapper h4, .buyer-detail-tab-view.all-orders .legend-wrapper .main.detail-page .body-content .about-content h3, .main.detail-page .body-content .about-content .buyer-detail-tab-view.all-orders .legend-wrapper h3, .buyer-detail-tab-view.all-orders .legend-wrapper .main.detail-page .body-content .about-content .order-creation-details-wrapper label, .main.detail-page .body-content .about-content .order-creation-details-wrapper .buyer-detail-tab-view.all-orders .legend-wrapper label, .buyer-detail-tab-view.all-orders .legend-wrapper .order-creation-details-wrapper .main.detail-page .body-content .about-content label, .order-creation-details-wrapper .main.detail-page .body-content .about-content .buyer-detail-tab-view.all-orders .legend-wrapper label {
        font-size: 13px; } }
    /* line 3663, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .buyer-detail-tab-view.all-orders .legend-wrapper .order-status-icons {
      display: flex;
      flex-wrap: wrap;
      flex: 0 1 65%; }
      /* line 3667, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .buyer-detail-tab-view.all-orders .legend-wrapper .order-status-icons h4, .buyer-detail-tab-view.all-orders .legend-wrapper .order-status-icons .main.detail-page .body-content .about-content h3, .main.detail-page .body-content .about-content .buyer-detail-tab-view.all-orders .legend-wrapper .order-status-icons h3, .buyer-detail-tab-view.all-orders .legend-wrapper .order-status-icons .main.detail-page .body-content .about-content .order-creation-details-wrapper label, .main.detail-page .body-content .about-content .order-creation-details-wrapper .buyer-detail-tab-view.all-orders .legend-wrapper .order-status-icons label, .buyer-detail-tab-view.all-orders .legend-wrapper .order-status-icons .order-creation-details-wrapper .main.detail-page .body-content .about-content label, .order-creation-details-wrapper .main.detail-page .body-content .about-content .buyer-detail-tab-view.all-orders .legend-wrapper .order-status-icons label {
        flex: 0 1 100%;
        margin-bottom: 5px; }
      /* line 3671, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .buyer-detail-tab-view.all-orders .legend-wrapper .order-status-icons ul {
        display: flex;
        flex-direction: column;
        flex: 0 1 50%;
        align-items: stretch; }
        /* line 3676, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
        .buyer-detail-tab-view.all-orders .legend-wrapper .order-status-icons ul li {
          height: 38px;
          display: flex;
          align-items: center;
          padding: 0 5px;
          font: 400 14px/1.4 "Lato", sans-serif; }
          @media screen and (max-width: 1100px) {
            /* line 3676, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
            .buyer-detail-tab-view.all-orders .legend-wrapper .order-status-icons ul li {
              height: 28px;
              font-size: 13px; } }
          /* line 3686, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
          .buyer-detail-tab-view.all-orders .legend-wrapper .order-status-icons ul li .status-icon {
            display: inline-block;
            width: 20px;
            height: auto; }
          /* line 3691, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
          .buyer-detail-tab-view.all-orders .legend-wrapper .order-status-icons ul li span {
            display: inline-block;
            margin-left: 10px; }
          /* line 3695, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
          .buyer-detail-tab-view.all-orders .legend-wrapper .order-status-icons ul li div {
            display: inline-block;
            width: 16px;
            height: 16px;
            border-radius: 16px;
            margin-right: 10px;
            margin-left: -25px;
            margin-top: -3px; }
            @media screen and (max-width: 1100px) {
              /* line 3695, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
              .buyer-detail-tab-view.all-orders .legend-wrapper .order-status-icons ul li div {
                margin-left: -5px; } }
            /* line 3706, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
            .buyer-detail-tab-view.all-orders .legend-wrapper .order-status-icons ul li div.recurring {
              background: #33cc9c; }
            /* line 3709, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
            .buyer-detail-tab-view.all-orders .legend-wrapper .order-status-icons ul li div.one-time {
              background: #7430ff; }
    /* line 3716, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .buyer-detail-tab-view.all-orders .legend-wrapper .view-toggles {
      display: flex;
      flex: 0 1 35%;
      flex-direction: column; }
      /* line 3720, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .buyer-detail-tab-view.all-orders .legend-wrapper .view-toggles .view-toggle-btn {
        display: flex;
        height: 30px;
        align-items: center;
        color: #1f1f1f;
        padding: 10px 0 0 0;
        transition: color .2s; }
        @media screen and (max-width: 1100px) {
          /* line 3720, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
          .buyer-detail-tab-view.all-orders .legend-wrapper .view-toggles .view-toggle-btn {
            height: 20px; } }
        /* line 3730, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
        .buyer-detail-tab-view.all-orders .legend-wrapper .view-toggles .view-toggle-btn span {
          display: inline-block;
          margin-left: 10px;
          font: 400 14px/1.4 "Lato", sans-serif; }
          @media screen and (max-width: 1100px) {
            /* line 3730, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
            .buyer-detail-tab-view.all-orders .legend-wrapper .view-toggles .view-toggle-btn span {
              font-size: 13px; } }
        @media screen and (max-width: 1100px) {
          /* line 3738, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
          .buyer-detail-tab-view.all-orders .legend-wrapper .view-toggles .view-toggle-btn svg {
            width: 18px;
            height: auto; } }
        /* line 3744, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
        .buyer-detail-tab-view.all-orders .legend-wrapper .view-toggles .view-toggle-btn .view-icon-fill {
          transition: fill .2s; }
        /* line 3747, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
        .buyer-detail-tab-view.all-orders .legend-wrapper .view-toggles .view-toggle-btn.active, .buyer-detail-tab-view.all-orders .legend-wrapper .view-toggles .view-toggle-btn:hover {
          color: #28ba93; }
          /* line 3750, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
          .buyer-detail-tab-view.all-orders .legend-wrapper .view-toggles .view-toggle-btn.active .view-icon-fill, .buyer-detail-tab-view.all-orders .legend-wrapper .view-toggles .view-toggle-btn:hover .view-icon-fill {
            fill: #28ba93; }
  /* line 3758, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .buyer-detail-tab-view.purchase-orders {
    display: none; }
    /* line 3760, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .buyer-detail-tab-view.purchase-orders .table-wrapper {
      width: 100%; }
  /* line 3764, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .buyer-detail-tab-view.requests {
    display: none; }
  /* line 3767, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .buyer-detail-tab-view.vendors {
    display: none; }
    /* line 3770, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .buyer-detail-tab-view.vendors .no-vendors-message {
      color: #9c9999;
      font: 400 15px/1.5 "Lato", sans-serif; }
    /* line 3775, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .buyer-detail-tab-view.vendors .apply-settings-actions {
      display: flex;
      gap: 10px;
      margin-top: 14px; }
    /* line 3781, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .buyer-detail-tab-view.vendors .apply-settings-buyer-list {
      list-style: none;
      margin: 16px 0;
      padding: 0;
      max-height: 280px;
      overflow-y: auto;
      border: 1px solid #9c9999;
      border-radius: 4px; }
      /* line 3790, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .buyer-detail-tab-view.vendors .apply-settings-buyer-list li + li {
        border-top: 1px solid #9c9999; }
    /* line 3795, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .buyer-detail-tab-view.vendors .apply-settings-buyer-label {
      display: flex;
      align-items: center;
      gap: 10px;
      padding: 10px 14px;
      cursor: pointer; }
      /* line 3802, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .buyer-detail-tab-view.vendors .apply-settings-buyer-label:hover {
        background: #e6e6e6; }
      /* line 3806, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .buyer-detail-tab-view.vendors .apply-settings-buyer-label input[type="checkbox"] {
        flex-shrink: 0; }
    /* line 3811, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .buyer-detail-tab-view.vendors .apply-settings-territory {
      margin-left: auto;
      font-size: 13px;
      color: #9c9999; }
    /* line 3817, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .buyer-detail-tab-view.vendors .apply-settings-no-territory {
      color: #e05d23; }
    /* line 3821, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .buyer-detail-tab-view.vendors .apply-settings-select-wrapper {
      margin: 16px 0; }
    /* line 3825, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .buyer-detail-tab-view.vendors .apply-settings-select {
      width: 100%;
      padding: 8px 10px;
      border: 1px solid #9c9999;
      border-radius: 4px;
      font-size: 15px; }
    /* line 3833, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .buyer-detail-tab-view.vendors .vendor-panel-toolbar {
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap;
      gap: 12px;
      margin-bottom: 24px;
      padding: 14px 20px;
      background: #fff;
      border: 1px solid #e6e6e6;
      border-radius: 10px; }
    /* line 3846, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .buyer-detail-tab-view.vendors .vendor-count-summary {
      font: 400 15px/1.5 "Lato", sans-serif;
      color: #2f2d2d;
      margin: 0; }
      /* line 3850, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .buyer-detail-tab-view.vendors .vendor-count-summary span {
        font-weight: 700;
        color: #377B82; }
    /* line 3856, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .buyer-detail-tab-view.vendors .vendor-toolbar-actions {
      display: flex;
      gap: 8px; }
    /* line 3861, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .buyer-detail-tab-view.vendors .btn-expand-collapse {
      padding: 6px 12px;
      font: 400 13px/1.4 "Lato", sans-serif;
      border: 1px solid #e6e6e6;
      border-radius: 6px;
      background: #fff;
      color: #363636;
      cursor: pointer;
      transition: border-color .2s, color .2s; }
      /* line 3870, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .buyer-detail-tab-view.vendors .btn-expand-collapse:hover {
        border-color: #33cc9c;
        color: #33cc9c; }
    /* line 3873, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .buyer-detail-tab-view.vendors .vendor-search-wrapper {
      display: flex;
      align-items: center;
      gap: 8px; }
      /* line 3877, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .buyer-detail-tab-view.vendors .vendor-search-wrapper .search-icon {
        width: 16px;
        height: auto;
        opacity: 0.45;
        flex-shrink: 0; }
      /* line 3883, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .buyer-detail-tab-view.vendors .vendor-search-wrapper input {
        border: 1px solid #e6e6e6;
        border-radius: 6px;
        padding: 7px 12px;
        font: 400 14px/1.5 "Lato", sans-serif;
        width: 220px;
        outline: none;
        transition: border-color .2s; }
        /* line 3891, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
        .buyer-detail-tab-view.vendors .vendor-search-wrapper input:focus {
          border-color: #28ba93; }
        @media screen and (max-width: 680px) {
          /* line 3883, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
          .buyer-detail-tab-view.vendors .vendor-search-wrapper input {
            width: 150px; } }
    /* line 3896, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .buyer-detail-tab-view.vendors .vendor-visibility-cards {
      display: flex;
      flex-wrap: wrap;
      gap: 16px;
      list-style: none;
      padding: 0;
      margin: 0; }
    /* line 3905, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .buyer-detail-tab-view.vendors .vendor-visibility-card {
      display: flex;
      flex-direction: column;
      align-items: center;
      width: calc(25% - 12px);
      background: #fff;
      border: 2px solid #e6e6e6;
      border-radius: 10px;
      padding: 20px 16px 16px;
      text-align: center;
      transition: border-color .25s, opacity .25s, box-shadow .25s; }
      @media screen and (max-width: 1100px) {
        /* line 3905, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
        .buyer-detail-tab-view.vendors .vendor-visibility-card {
          width: calc(33.333% - 11px); } }
      @media screen and (max-width: 680px) {
        /* line 3905, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
        .buyer-detail-tab-view.vendors .vendor-visibility-card {
          width: calc(50% - 8px); } }
      /* line 3919, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .buyer-detail-tab-view.vendors .vendor-visibility-card.included {
        border-color: #33cc9c;
        box-shadow: 0 2px 8px rgba(51, 204, 156, 0.15); }
      /* line 3923, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .buyer-detail-tab-view.vendors .vendor-visibility-card.excluded {
        border-color: #e6e6e6;
        opacity: 0.55; }
      /* line 3928, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .buyer-detail-tab-view.vendors .vendor-visibility-card.expanded {
        width: 100%;
        align-items: stretch;
        text-align: left; }
        /* line 3932, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
        .buyer-detail-tab-view.vendors .vendor-visibility-card.expanded .vendor-card-main {
          flex-direction: row;
          align-items: center;
          gap: 16px; }
        /* line 3937, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
        .buyer-detail-tab-view.vendors .vendor-visibility-card.expanded .vendor-card-info {
          align-items: flex-start;
          flex: 1; }
        /* line 3941, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
        .buyer-detail-tab-view.vendors .vendor-visibility-card.expanded .vendor-card-thumb {
          margin-bottom: 0; }
        /* line 3942, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
        .buyer-detail-tab-view.vendors .vendor-visibility-card.expanded .vendor-card-name {
          margin-bottom: 2px;
          white-space: normal; }
        /* line 3943, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
        .buyer-detail-tab-view.vendors .vendor-visibility-card.expanded .vendor-product-summary {
          margin-bottom: 0; }
        /* line 3944, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
        .buyer-detail-tab-view.vendors .vendor-visibility-card.expanded .vendor-card-actions {
          flex-direction: row;
          align-items: center;
          gap: 10px;
          margin-left: auto;
          flex-shrink: 0; }
      /* line 3953, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .buyer-detail-tab-view.vendors .vendor-visibility-card .vendor-card-main {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%; }
      /* line 3960, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .buyer-detail-tab-view.vendors .vendor-visibility-card .vendor-card-info {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%; }
      /* line 3967, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .buyer-detail-tab-view.vendors .vendor-visibility-card .vendor-card-thumb {
        width: 64px;
        height: 64px;
        object-fit: cover;
        border-radius: 50%;
        margin-bottom: 10px;
        border: 2px solid #e6e6e6;
        flex-shrink: 0; }
      /* line 3977, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .buyer-detail-tab-view.vendors .vendor-visibility-card .vendor-card-name {
        font: 600 13px/1.4 "Lato", sans-serif;
        color: #2f2d2d;
        margin-bottom: 4px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 100%; }
      /* line 3987, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .buyer-detail-tab-view.vendors .vendor-visibility-card .vendor-product-summary {
        font: 400 12px/1.4 "Lato", sans-serif;
        color: #9c9999;
        margin-bottom: 10px; }
        /* line 3991, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
        .buyer-detail-tab-view.vendors .vendor-visibility-card .vendor-product-summary .vendor-products-included-count {
          font-weight: 700;
          color: #377B82; }
      /* line 3997, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .buyer-detail-tab-view.vendors .vendor-visibility-card .vendor-card-actions {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 6px;
        margin-top: 6px; }
      /* line 4005, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .buyer-detail-tab-view.vendors .vendor-visibility-card .vendor-status-label {
        font: 400 11px/1.4 "Lato", sans-serif;
        color: #9c9999;
        text-transform: uppercase;
        letter-spacing: .04em; }
      /* line 4012, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .buyer-detail-tab-view.vendors .vendor-visibility-card .vendor-restore-hint {
        font: 400 10px/1.4 "Lato", sans-serif;
        color: #9c9999;
        font-style: italic; }
      /* line 4018, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .buyer-detail-tab-view.vendors .vendor-visibility-card .vendor-expand-btn {
        display: flex;
        align-items: center;
        gap: 4px;
        background: none;
        border: 1px solid #e6e6e6;
        border-radius: 6px;
        padding: 5px 10px;
        font: 400 12px/1.4 "Lato", sans-serif;
        color: #9c9999;
        cursor: pointer;
        margin-top: 12px;
        transition: border-color .2s, color .2s; }
        /* line 4031, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
        .buyer-detail-tab-view.vendors .vendor-visibility-card .vendor-expand-btn:hover {
          border-color: #33cc9c;
          color: #33cc9c; }
        /* line 4032, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
        .buyer-detail-tab-view.vendors .vendor-visibility-card .vendor-expand-btn .expand-chevron {
          font-size: 10px; }
      /* line 4035, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .buyer-detail-tab-view.vendors .vendor-visibility-card .vendor-products-panel {
        width: 100%;
        border-top: 1px solid #e6e6e6;
        margin-top: 14px;
        padding-top: 14px;
        display: none; }
      /* line 4043, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .buyer-detail-tab-view.vendors .vendor-visibility-card .product-panel-controls {
        display: flex;
        gap: 8px;
        margin-bottom: 12px; }
        /* line 4047, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
        .buyer-detail-tab-view.vendors .vendor-visibility-card .product-panel-controls button {
          padding: 4px 10px;
          font: 400 12px/1.4 "Lato", sans-serif;
          border: 1px solid #e6e6e6;
          border-radius: 6px;
          background: #fff;
          color: #9c9999;
          cursor: pointer;
          transition: border-color .2s, color .2s; }
          /* line 4056, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
          .buyer-detail-tab-view.vendors .vendor-visibility-card .product-panel-controls button:hover {
            border-color: #33cc9c;
            color: #33cc9c; }
      /* line 4060, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .buyer-detail-tab-view.vendors .vendor-visibility-card .product-toggle-list {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        flex-wrap: wrap;
        gap: 8px; }
      /* line 4069, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .buyer-detail-tab-view.vendors .vendor-visibility-card .product-toggle-item {
        display: flex;
        align-items: center;
        gap: 8px;
        padding: 6px 10px;
        border: 1px solid #e6e6e6;
        border-radius: 6px;
        background: #fff;
        transition: opacity .2s, border-color .2s; }
        /* line 4078, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
        .buyer-detail-tab-view.vendors .vendor-visibility-card .product-toggle-item.included {
          border-color: rgba(51, 204, 156, 0.4); }
        /* line 4079, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
        .buyer-detail-tab-view.vendors .vendor-visibility-card .product-toggle-item.excluded {
          opacity: 0.5; }
      /* line 4082, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .buyer-detail-tab-view.vendors .vendor-visibility-card .product-toggle-name {
        font: 400 13px/1.4 "Lato", sans-serif;
        color: #2f2d2d;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 200px; }
    /* line 4092, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .buyer-detail-tab-view.vendors .vendor-toggle-switch {
      position: relative;
      display: inline-block;
      width: 46px;
      height: 24px;
      cursor: pointer; }
      /* line 4098, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .buyer-detail-tab-view.vendors .vendor-toggle-switch input {
        opacity: 0;
        width: 0;
        height: 0;
        position: absolute; }
      /* line 4104, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .buyer-detail-tab-view.vendors .vendor-toggle-switch .toggle-slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #e6e6e6;
        border-radius: 24px;
        transition: background .25s; }
        /* line 4111, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
        .buyer-detail-tab-view.vendors .vendor-toggle-switch .toggle-slider:before {
          content: '';
          position: absolute;
          width: 18px;
          height: 18px;
          left: 3px;
          top: 3px;
          background: #fff;
          border-radius: 50%;
          transition: transform .25s;
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); }
      /* line 4124, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .buyer-detail-tab-view.vendors .vendor-toggle-switch input:checked + .toggle-slider {
        background: #33cc9c; }
      /* line 4125, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .buyer-detail-tab-view.vendors .vendor-toggle-switch input:checked + .toggle-slider:before {
        transform: translateX(22px); }
      /* line 4126, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .buyer-detail-tab-view.vendors .vendor-toggle-switch input:disabled + .toggle-slider {
        opacity: 0.5;
        cursor: not-allowed; }
      /* line 4127, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .buyer-detail-tab-view.vendors .vendor-toggle-switch.small {
        width: 34px;
        height: 18px;
        flex-shrink: 0; }
        /* line 4131, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
        .buyer-detail-tab-view.vendors .vendor-toggle-switch.small .toggle-slider:before {
          width: 12px;
          height: 12px; }
        /* line 4135, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
        .buyer-detail-tab-view.vendors .vendor-toggle-switch.small input:checked + .toggle-slider:before {
          transform: translateX(16px); }
  /* line 4139, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .buyer-detail-tab-view .request-list-wrapper {
    width: 100%; }
    /* line 4141, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .buyer-detail-tab-view .request-list-wrapper h2 {
      text-transform: none; }
  /* line 4145, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .buyer-detail-tab-view .calendar-view-wrapper {
    display: none;
    margin-top: 50px; }
    /* line 4150, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .buyer-detail-tab-view .calendar-view-wrapper #calendar h2 {
      text-transform: none; }
    /* line 4154, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .buyer-detail-tab-view .calendar-view-wrapper #calendar .fc-head .fc-widget-header {
      border-bottom: 1px solid #377B82; }
    /* line 4157, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .buyer-detail-tab-view .calendar-view-wrapper #calendar .fc-head th {
      border: none; }
    /* line 4160, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .buyer-detail-tab-view .calendar-view-wrapper #calendar .fc-head td {
      border: none; }
      /* line 4162, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .buyer-detail-tab-view .calendar-view-wrapper #calendar .fc-head td span {
        display: inline-block;
        font: 700 16px/1.5 "Lato", sans-serif;
        color: #377B82;
        padding-bottom: 8px; }
    @media screen and (min-width: 1020px) {
      /* line 4171, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .buyer-detail-tab-view .calendar-view-wrapper #calendar .fc-body .fc-row {
        min-height: 150px; } }
    /* line 4175, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .buyer-detail-tab-view .calendar-view-wrapper #calendar .fc-body .fc-row .fc-day-number {
      padding: 10px;
      font: 500 14px/1.5 "Lato", sans-serif; }
    /* line 4180, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .buyer-detail-tab-view .calendar-view-wrapper #calendar .fc-body .fc-row .fc-event-container .fc-title {
      font: 500 13px/1.5 "Lato", sans-serif; }
    /* line 4184, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .buyer-detail-tab-view .calendar-view-wrapper #calendar .fc-body .fc-row .fc-today {
      background: rgba(51, 204, 156, 0.075); }
  /* line 4192, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .buyer-detail-tab-view.index .outer-wrapper {
    justify-content: center; }

/* line 4207, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
.vendor-detail-page .body-content h1, .vendor-detail-page .body-content .timeline-summary h2, .timeline-summary .vendor-detail-page .body-content h2 {
  margin-top: 0 !important; }

/* line 4220, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
.cc-dashboard-wrapper .all-requests h2.section-header {
  text-align: center;
  margin: 60px auto -30px; }
/* line 4224, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
.cc-dashboard-wrapper .all-requests p, .cc-dashboard-wrapper .all-requests .form-field-instructions, .cc-dashboard-wrapper .all-requests .order-creation-details-wrapper .field.weekly label, .order-creation-details-wrapper .field.weekly .cc-dashboard-wrapper .all-requests label, .cc-dashboard-wrapper .all-requests .order-creation-details-wrapper .field.monthly span, .order-creation-details-wrapper .field.monthly .cc-dashboard-wrapper .all-requests span, .cc-dashboard-wrapper .all-requests .buyer-orders-list .single-order, .buyer-orders-list .cc-dashboard-wrapper .all-requests .single-order,
.cc-dashboard-wrapper .all-requests .vendor-orders-list .single-order,
.vendor-orders-list .cc-dashboard-wrapper .all-requests .single-order, .cc-dashboard-wrapper .all-requests .all-line-items .single-line-item .order-details-line-1 span, .all-line-items .single-line-item .order-details-line-1 .cc-dashboard-wrapper .all-requests span,
.cc-dashboard-wrapper .all-requests .all-line-items .single-line-item .order-details-line-2 span,
.all-line-items .single-line-item .order-details-line-2 .cc-dashboard-wrapper .all-requests span {
  line-height: 1.5; }

/* line 4232, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
.detail-page .all-requests h2, .detail-page .all-requests p, .detail-page .all-requests .form-field-instructions, .detail-page .all-requests .order-creation-details-wrapper .field.weekly label, .order-creation-details-wrapper .field.weekly .detail-page .all-requests label, .detail-page .all-requests .order-creation-details-wrapper .field.monthly span, .order-creation-details-wrapper .field.monthly .detail-page .all-requests span, .detail-page .all-requests .buyer-orders-list .single-order, .buyer-orders-list .detail-page .all-requests .single-order,
.detail-page .all-requests .vendor-orders-list .single-order,
.vendor-orders-list .detail-page .all-requests .single-order, .detail-page .all-requests .all-line-items .single-line-item .order-details-line-1 span, .all-line-items .single-line-item .order-details-line-1 .detail-page .all-requests span,
.detail-page .all-requests .all-line-items .single-line-item .order-details-line-2 span,
.all-line-items .single-line-item .order-details-line-2 .detail-page .all-requests span {
  text-align: center; }

/* line 4238, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
.request-goals-legend {
  width: 100%;
  margin: auto; }
  /* line 4241, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .request-goals-legend p, .request-goals-legend .form-field-instructions, .request-goals-legend .order-creation-details-wrapper .field.weekly label, .order-creation-details-wrapper .field.weekly .request-goals-legend label, .request-goals-legend .order-creation-details-wrapper .field.monthly span, .order-creation-details-wrapper .field.monthly .request-goals-legend span, .request-goals-legend .buyer-orders-list .single-order, .buyer-orders-list .request-goals-legend .single-order,
  .request-goals-legend .vendor-orders-list .single-order,
  .vendor-orders-list .request-goals-legend .single-order, .request-goals-legend .all-line-items .single-line-item .order-details-line-1 span, .all-line-items .single-line-item .order-details-line-1 .request-goals-legend span,
  .request-goals-legend .all-line-items .single-line-item .order-details-line-2 span,
  .all-line-items .single-line-item .order-details-line-2 .request-goals-legend span {
    width: 80%;
    text-align: center;
    margin: 0 auto 15px auto;
    text-transform: uppercase; }
  /* line 4247, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .request-goals-legend .goals-legend-wrapper {
    display: flex;
    width: 80%;
    margin: auto; }
    @media screen and (max-width: 1100px) {
      /* line 4247, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .request-goals-legend .goals-legend-wrapper {
        width: 80%;
        margin: 0 auto 0 15%;
        flex-wrap: wrap; } }
    @media screen and (max-width: 680px) {
      /* line 4247, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .request-goals-legend .goals-legend-wrapper {
        width: 90%;
        margin: 0 auto; } }
    /* line 4260, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .request-goals-legend .goals-legend-wrapper li {
      display: flex;
      font: 15px/1.4 "Lato", sans-serif;
      flex: 0 1 25%;
      align-items: center;
      padding: 5px 0; }
      @media screen and (max-width: 1100px) {
        /* line 4260, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
        .request-goals-legend .goals-legend-wrapper li {
          flex: 0 1 48%; } }
      /* line 4269, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .request-goals-legend .goals-legend-wrapper li img {
        display: inline-block;
        width: auto;
        height: 30px;
        margin-right: 15px; }
        @media screen and (max-width: 1100px) {
          /* line 4269, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
          .request-goals-legend .goals-legend-wrapper li img {
            height: 25px;
            margin-right: 10px; } }

/* line 4283, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
.request-list-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  margin: 0 auto; }
  @media screen and (max-width: 1100px) {
    /* line 4283, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .request-list-wrapper {
      flex-direction: column; } }
  /* line 4291, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .request-list-wrapper .single-request {
    display: block;
    flex: 0 0 18%;
    margin: 20px 1.5%;
    position: relative;
    padding: 20px;
    background: white;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    text-align: center;
    box-shadow: 2px 2px 7px #e6e6e6; }
    /* line 4302, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .request-list-wrapper .single-request a {
      display: inline-block; }
    @media screen and (max-width: 1300px) {
      /* line 4291, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .request-list-wrapper .single-request {
        flex: 0 1 25%; } }
    @media screen and (max-width: 1100px) {
      /* line 4291, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .request-list-wrapper .single-request {
        flex: 0 1 18%;
        width: 100%;
        max-width: 300px;
        margin: 0 auto 40px; } }
    /* line 4314, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .request-list-wrapper .single-request .profile-thumb {
      width: 60px;
      margin: 10px auto 0;
      border: 1px solid #e6e6e6; }
    /* line 4319, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .request-list-wrapper .single-request.closed {
      background: #fefefe;
      box-shadow: none; }
      /* line 4322, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .request-list-wrapper .single-request.closed .profile-thumb {
        opacity: .5; }
      /* line 4325, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .request-list-wrapper .single-request.closed h2, .request-list-wrapper .single-request.closed p, .request-list-wrapper .single-request.closed .form-field-instructions, .request-list-wrapper .single-request.closed .order-creation-details-wrapper .field.weekly label, .order-creation-details-wrapper .field.weekly .request-list-wrapper .single-request.closed label, .request-list-wrapper .single-request.closed .order-creation-details-wrapper .field.monthly span, .order-creation-details-wrapper .field.monthly .request-list-wrapper .single-request.closed span, .request-list-wrapper .single-request.closed .buyer-orders-list .single-order, .buyer-orders-list .request-list-wrapper .single-request.closed .single-order,
      .request-list-wrapper .single-request.closed .vendor-orders-list .single-order,
      .vendor-orders-list .request-list-wrapper .single-request.closed .single-order, .request-list-wrapper .single-request.closed .all-line-items .single-line-item .order-details-line-1 span, .all-line-items .single-line-item .order-details-line-1 .request-list-wrapper .single-request.closed span,
      .request-list-wrapper .single-request.closed .all-line-items .single-line-item .order-details-line-2 span,
      .all-line-items .single-line-item .order-details-line-2 .request-list-wrapper .single-request.closed span, .request-list-wrapper .single-request.closed span {
        color: #9c9999; }
      /* line 4326, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .request-list-wrapper .single-request.closed p, .request-list-wrapper .single-request.closed .form-field-instructions, .request-list-wrapper .single-request.closed .order-creation-details-wrapper .field.weekly label, .order-creation-details-wrapper .field.weekly .request-list-wrapper .single-request.closed label, .request-list-wrapper .single-request.closed .order-creation-details-wrapper .field.monthly span, .order-creation-details-wrapper .field.monthly .request-list-wrapper .single-request.closed span, .request-list-wrapper .single-request.closed .buyer-orders-list .single-order, .buyer-orders-list .request-list-wrapper .single-request.closed .single-order,
      .request-list-wrapper .single-request.closed .vendor-orders-list .single-order,
      .vendor-orders-list .request-list-wrapper .single-request.closed .single-order, .request-list-wrapper .single-request.closed .all-line-items .single-line-item .order-details-line-1 span, .all-line-items .single-line-item .order-details-line-1 .request-list-wrapper .single-request.closed span,
      .request-list-wrapper .single-request.closed .all-line-items .single-line-item .order-details-line-2 span,
      .all-line-items .single-line-item .order-details-line-2 .request-list-wrapper .single-request.closed span {
        font-style: italic; }
      /* line 4329, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .request-list-wrapper .single-request.closed span {
        opacity: 1; }
    /* line 4331, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .request-list-wrapper .single-request h2 {
      font: 600 22px/1.4 "Lato", sans-serif;
      color: #2f2d2d;
      margin: 20px .5em 15px; }
      @media screen and (max-width: 680px) {
        /* line 4331, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
        .request-list-wrapper .single-request h2 {
          font-size: 18px; } }
    /* line 4339, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .request-list-wrapper .single-request p, .request-list-wrapper .single-request .form-field-instructions, .request-list-wrapper .single-request .order-creation-details-wrapper .field.weekly label, .order-creation-details-wrapper .field.weekly .request-list-wrapper .single-request label, .request-list-wrapper .single-request .order-creation-details-wrapper .field.monthly span, .order-creation-details-wrapper .field.monthly .request-list-wrapper .single-request span, .request-list-wrapper .single-request .buyer-orders-list .single-order, .buyer-orders-list .request-list-wrapper .single-request .single-order,
    .request-list-wrapper .single-request .vendor-orders-list .single-order,
    .vendor-orders-list .request-list-wrapper .single-request .single-order, .request-list-wrapper .single-request .all-line-items .single-line-item .order-details-line-1 span, .all-line-items .single-line-item .order-details-line-1 .request-list-wrapper .single-request span,
    .request-list-wrapper .single-request .all-line-items .single-line-item .order-details-line-2 span,
    .all-line-items .single-line-item .order-details-line-2 .request-list-wrapper .single-request span {
      color: #2f2d2d;
      margin: 0 .5em 20px; }
    /* line 4343, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .request-list-wrapper .single-request .attachment-link {
      font-size: 14px;
      margin: 20px auto 15px;
      color: #333;
      opacity: .6; }
      /* line 4348, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .request-list-wrapper .single-request .attachment-link img {
        display: inline-block;
        width: 13px;
        height: auto; }
    /* line 4354, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .request-list-wrapper .single-request .proposal-count {
      top: -12px;
      left: 83%; }
    /* line 4358, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .request-list-wrapper .single-request.add-request {
      padding: 0; }
      /* line 4360, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .request-list-wrapper .single-request.add-request a {
        display: inline-block;
        width: 100%;
        height: 100%; }
      /* line 4365, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .request-list-wrapper .single-request.add-request img {
        display: inline-block;
        margin: 55px auto 0; }

/* line 4374, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
.loader {
  width: 48px;
  height: 48px;
  border: 5px solid #FFF;
  border-bottom-color: #28ba93;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite; }

@keyframes rotation {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
/* line 4400, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
.header-wrapper.product-upload {
  text-align: center; }
  /* line 4402, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .header-wrapper.product-upload h3, .header-wrapper.product-upload .order-creation-details-wrapper label, .order-creation-details-wrapper .header-wrapper.product-upload label {
    margin: 30px auto 10px; }
  /* line 4405, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .header-wrapper.product-upload p, .header-wrapper.product-upload .form-field-instructions, .header-wrapper.product-upload .order-creation-details-wrapper .field.weekly label, .order-creation-details-wrapper .field.weekly .header-wrapper.product-upload label, .header-wrapper.product-upload .order-creation-details-wrapper .field.monthly span, .order-creation-details-wrapper .field.monthly .header-wrapper.product-upload span, .header-wrapper.product-upload .buyer-orders-list .single-order, .buyer-orders-list .header-wrapper.product-upload .single-order,
  .header-wrapper.product-upload .vendor-orders-list .single-order,
  .vendor-orders-list .header-wrapper.product-upload .single-order, .header-wrapper.product-upload .all-line-items .single-line-item .order-details-line-1 span, .all-line-items .single-line-item .order-details-line-1 .header-wrapper.product-upload span,
  .header-wrapper.product-upload .all-line-items .single-line-item .order-details-line-2 span,
  .all-line-items .single-line-item .order-details-line-2 .header-wrapper.product-upload span {
    width: 90%;
    max-width: 850px;
    margin: 0 auto 30px auto; }

/* line 4412, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
.upload-wrapper {
  max-width: 90%;
  margin: 30px auto 0;
  text-align: center; }
  /* line 4416, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .upload-wrapper label {
    display: block;
    font-size: 15px;
    margin-bottom: 12px; }

/* line 4424, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
.result-wrapper h3, .result-wrapper .order-creation-details-wrapper label, .order-creation-details-wrapper .result-wrapper label {
  text-align: center; }
/* line 4427, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
.result-wrapper.product-upload {
  max-width: 80%;
  margin: 25px auto;
  padding: 30px 40px;
  background: #f7f5ef; }
  /* line 4432, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .result-wrapper.product-upload p, .result-wrapper.product-upload .form-field-instructions, .result-wrapper.product-upload .order-creation-details-wrapper .field.weekly label, .order-creation-details-wrapper .field.weekly .result-wrapper.product-upload label, .result-wrapper.product-upload .order-creation-details-wrapper .field.monthly span, .order-creation-details-wrapper .field.monthly .result-wrapper.product-upload span, .result-wrapper.product-upload .buyer-orders-list .single-order, .buyer-orders-list .result-wrapper.product-upload .single-order,
  .result-wrapper.product-upload .vendor-orders-list .single-order,
  .vendor-orders-list .result-wrapper.product-upload .single-order, .result-wrapper.product-upload .all-line-items .single-line-item .order-details-line-1 span, .all-line-items .single-line-item .order-details-line-1 .result-wrapper.product-upload span,
  .result-wrapper.product-upload .all-line-items .single-line-item .order-details-line-2 span,
  .all-line-items .single-line-item .order-details-line-2 .result-wrapper.product-upload span {
    margin: 15px 0; }
  /* line 4435, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .result-wrapper.product-upload ul {
    list-style: disc; }
    /* line 4437, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .result-wrapper.product-upload ul li {
      font: 15px/1.4 "Lato", sans-serif;
      margin: 15px 0 15px 15px; }

/* line 4446, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
.result-definitions {
  max-width: 85%;
  margin: 50px auto; }
  /* line 4449, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .result-definitions ul {
    list-style: disc; }
    /* line 4451, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .result-definitions ul li {
      font: 15px/1.4 "Lato", sans-serif;
      margin: 15px 0 15px 15px; }

/* line 4461, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
.cc-dash-main-wrapper.product-detial-page {
  padding: 0; }
  /* line 4463, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .cc-dash-main-wrapper.product-detial-page h2 {
    font: 900 16px/1.2 "Lato", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 15px 0; }
  /* line 4469, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .cc-dash-main-wrapper.product-detial-page h3, .cc-dash-main-wrapper.product-detial-page .order-creation-details-wrapper label, .order-creation-details-wrapper .cc-dash-main-wrapper.product-detial-page label {
    font: 700 14px/1.2 "Lato", sans-serif;
    text-transform: none;
    margin-bottom: 2px; }
  /* line 4474, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .cc-dash-main-wrapper.product-detial-page h4, .cc-dash-main-wrapper.product-detial-page .main.detail-page .body-content .about-content h3, .main.detail-page .body-content .about-content .cc-dash-main-wrapper.product-detial-page h3, .cc-dash-main-wrapper.product-detial-page .main.detail-page .body-content .about-content .order-creation-details-wrapper label, .main.detail-page .body-content .about-content .order-creation-details-wrapper .cc-dash-main-wrapper.product-detial-page label, .cc-dash-main-wrapper.product-detial-page .order-creation-details-wrapper .main.detail-page .body-content .about-content label, .order-creation-details-wrapper .main.detail-page .body-content .about-content .cc-dash-main-wrapper.product-detial-page label {
    font-size: 15px; }
    /* line 4476, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .cc-dash-main-wrapper.product-detial-page h4 a, .cc-dash-main-wrapper.product-detial-page .main.detail-page .body-content .about-content h3 a, .main.detail-page .body-content .about-content .cc-dash-main-wrapper.product-detial-page h3 a, .cc-dash-main-wrapper.product-detial-page .main.detail-page .body-content .about-content .order-creation-details-wrapper label a, .main.detail-page .body-content .about-content .order-creation-details-wrapper .cc-dash-main-wrapper.product-detial-page label a, .cc-dash-main-wrapper.product-detial-page .order-creation-details-wrapper .main.detail-page .body-content .about-content label a, .order-creation-details-wrapper .main.detail-page .body-content .about-content .cc-dash-main-wrapper.product-detial-page label a {
      transition: color .2s;
      color: inherit; }
  /* line 4481, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .cc-dash-main-wrapper.product-detial-page .product-detail-page-header {
    padding: 15px 2.5%; }
    @media (max-width: 680px) {
      /* line 4481, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .cc-dash-main-wrapper.product-detial-page .product-detail-page-header {
        padding: 15px 5%; } }
    /* line 4486, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .cc-dash-main-wrapper.product-detial-page .product-detail-page-header .breadcrumb-wrapper {
      padding: 20px 0;
      color: #9c9999; }
      /* line 4489, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .cc-dash-main-wrapper.product-detial-page .product-detail-page-header .breadcrumb-wrapper .breadcrumb {
        font-size: 15px;
        letter-spacing: 0;
        text-transform: none; }
        /* line 4493, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
        .cc-dash-main-wrapper.product-detial-page .product-detail-page-header .breadcrumb-wrapper .breadcrumb span {
          display: inline-block;
          padding: 2px 3px; }
        @media (max-width: 680px) {
          /* line 4489, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
          .cc-dash-main-wrapper.product-detial-page .product-detail-page-header .breadcrumb-wrapper .breadcrumb {
            font-size: 14px; } }
  /* line 4503, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .cc-dash-main-wrapper.product-detial-page .product-detail-page-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 0 2.5%; }
    @media (max-width: 680px) {
      /* line 4503, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .cc-dash-main-wrapper.product-detial-page .product-detail-page-wrapper {
        flex-direction: column;
        padding: 0 5%; } }
  /* line 4513, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .cc-dash-main-wrapper.product-detial-page .product-detil-page-sidebar {
    flex: 0 1 25%;
    margin-right: 5%; }
    /* line 4517, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .cc-dash-main-wrapper.product-detial-page .product-detil-page-sidebar .product-img-wrapper img {
      display: inline-block;
      width: 100%;
      height: auto; }
    /* line 4527, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .cc-dash-main-wrapper.product-detial-page .product-detil-page-sidebar .vendor-details-wrapper {
      display: flex;
      flex-direction: row;
      margin: 20px 0; }
      /* line 4531, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .cc-dash-main-wrapper.product-detial-page .product-detil-page-sidebar .vendor-details-wrapper .img-wrapper {
        flex: 0 1 10%; }
        /* line 4533, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
        .cc-dash-main-wrapper.product-detial-page .product-detil-page-sidebar .vendor-details-wrapper .img-wrapper .profile-thumb {
          width: 60px;
          margin-right: 15px; }
      /* line 4538, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .cc-dash-main-wrapper.product-detial-page .product-detil-page-sidebar .vendor-details-wrapper .text-wrapper {
        flex: 0 1 90%;
        align-self: center; }
        /* line 4541, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
        .cc-dash-main-wrapper.product-detial-page .product-detil-page-sidebar .vendor-details-wrapper .text-wrapper a:hover {
          color: #28ba93; }
  /* line 4547, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .cc-dash-main-wrapper.product-detial-page .product-detail-page-body {
    flex: 0 1 70%;
    max-width: 750px; }
    /* line 4550, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .cc-dash-main-wrapper.product-detial-page .product-detail-page-body h1, .cc-dash-main-wrapper.product-detial-page .product-detail-page-body .timeline-summary h2, .timeline-summary .cc-dash-main-wrapper.product-detial-page .product-detail-page-body h2 {
      text-align: left; }
    /* line 4553, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .cc-dash-main-wrapper.product-detial-page .product-detail-page-body p, .cc-dash-main-wrapper.product-detial-page .product-detail-page-body .form-field-instructions, .cc-dash-main-wrapper.product-detial-page .product-detail-page-body .order-creation-details-wrapper .field.weekly label, .order-creation-details-wrapper .field.weekly .cc-dash-main-wrapper.product-detial-page .product-detail-page-body label, .cc-dash-main-wrapper.product-detial-page .product-detail-page-body .order-creation-details-wrapper .field.monthly span, .order-creation-details-wrapper .field.monthly .cc-dash-main-wrapper.product-detial-page .product-detail-page-body span, .cc-dash-main-wrapper.product-detial-page .product-detail-page-body .buyer-orders-list .single-order, .buyer-orders-list .cc-dash-main-wrapper.product-detial-page .product-detail-page-body .single-order,
    .cc-dash-main-wrapper.product-detial-page .product-detail-page-body .vendor-orders-list .single-order,
    .vendor-orders-list .cc-dash-main-wrapper.product-detial-page .product-detail-page-body .single-order, .cc-dash-main-wrapper.product-detial-page .product-detail-page-body .all-line-items .single-line-item .order-details-line-1 span, .all-line-items .single-line-item .order-details-line-1 .cc-dash-main-wrapper.product-detial-page .product-detail-page-body span,
    .cc-dash-main-wrapper.product-detial-page .product-detail-page-body .all-line-items .single-line-item .order-details-line-2 span,
    .all-line-items .single-line-item .order-details-line-2 .cc-dash-main-wrapper.product-detial-page .product-detail-page-body span {
      font-size: 14px; }
    /* line 4557, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .cc-dash-main-wrapper.product-detial-page .product-detail-page-body .product-description-wrapper .product-id {
      display: inline-block;
      color: #9c9999;
      margin: 15px 0;
      font-size: 15px;
      font-style: italic; }
    /* line 4564, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .cc-dash-main-wrapper.product-detial-page .product-detail-page-body .product-description-wrapper .description {
      font-size: 16px; }
    /* line 4569, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .cc-dash-main-wrapper.product-detial-page .product-detail-page-body .product-details-accordion .accordion-section {
      border-top: 2px dotted #9c9999;
      margin: 20px 0; }
      /* line 4572, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .cc-dash-main-wrapper.product-detial-page .product-detail-page-body .product-details-accordion .accordion-section .product-details {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap; }
        /* line 4576, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
        .cc-dash-main-wrapper.product-detial-page .product-detail-page-body .product-details-accordion .accordion-section .product-details .single-detail {
          flex: 0 1 33%;
          padding: 10px 0; }
          @media (max-width: 1100px) {
            /* line 4576, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
            .cc-dash-main-wrapper.product-detial-page .product-detail-page-body .product-details-accordion .accordion-section .product-details .single-detail {
              flex: 0 1 50%; } }
    /* line 4585, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .cc-dash-main-wrapper.product-detial-page .product-detail-page-body .product-details-accordion .bulleted-list-dkteal.allergens {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      padding-left: 0; }
      /* line 4590, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .cc-dash-main-wrapper.product-detial-page .product-detail-page-body .product-details-accordion .bulleted-list-dkteal.allergens li {
        display: inline-block;
        flex: 0 1 20%; }
        @media (max-width: 1100px) {
          /* line 4590, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
          .cc-dash-main-wrapper.product-detial-page .product-detail-page-body .product-details-accordion .bulleted-list-dkteal.allergens li {
            flex: 0 1 33%; } }
        @media (max-width: 680px) {
          /* line 4590, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
          .cc-dash-main-wrapper.product-detial-page .product-detail-page-body .product-details-accordion .bulleted-list-dkteal.allergens li {
            flex: 0 1 50%; } }
    /* line 4602, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .cc-dash-main-wrapper.product-detial-page .product-detail-page-body .additional-product-info {
      margin: 10px 0; }
      /* line 4604, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .cc-dash-main-wrapper.product-detial-page .product-detail-page-body .additional-product-info h3, .cc-dash-main-wrapper.product-detial-page .product-detail-page-body .additional-product-info .order-creation-details-wrapper label, .order-creation-details-wrapper .cc-dash-main-wrapper.product-detial-page .product-detail-page-body .additional-product-info label {
        margin-bottom: 8px; }

/* line 4615, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
.filter-sidebar {
  width: 15%;
  height: calc(100% - 116px);
  flex: 0 1 15%;
  background-color: #f7f5ef;
  position: fixed;
  top: 68px;
  left: 15%;
  z-index: 8;
  color: black;
  padding: 25px 1.6%;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none; }
  @media (max-width: 680px) {
    /* line 4615, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .filter-sidebar {
      position: relative;
      height: auto;
      flex: 0 1 100%;
      width: 100%;
      top: 0;
      left: 0;
      overflow-y: auto; } }
  /* line 4641, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .filter-sidebar.filters-closed {
    display: none; }
  /* line 4645, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .filter-sidebar .filter-sections-wrapper .filter-section {
    margin: 12px 0 0 0;
    padding: 10px 0 0 0;
    border-top: 1px solid #e6e6e6; }
    /* line 4649, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .filter-sidebar .filter-sections-wrapper .filter-section .filter-section-options {
      margin: 5px 0; }
      /* line 4651, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .filter-sidebar .filter-sections-wrapper .filter-section .filter-section-options li {
        font-size: 14px;
        margin: 4px 0; }
  /* line 4657, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .filter-sidebar .filter-sections-wrapper .fiter-checkbox-label {
    display: flex;
    align-items: flex-start;
    font: 500 14px/1.3 "Lato", sans-serif;
    margin: 0;
    cursor: pointer; }
    /* line 4664, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .filter-sidebar .filter-sections-wrapper .fiter-checkbox-label input {
      top: -3px;
      margin: 5px 5px 0 2px; }
  /* line 4670, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .filter-sidebar .filter-sections-wrapper .parent-category {
    cursor: pointer; }
    /* line 4673, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .filter-sidebar .filter-sections-wrapper .parent-category .parent-category-checkboxes {
      display: inline-block;
      height: auto;
      position: relative;
      margin-right: 5px; }
      /* line 4678, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .filter-sidebar .filter-sections-wrapper .parent-category .parent-category-checkboxes.open {
        width: 12px;
        top: -2px; }
  /* line 4686, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .filter-sidebar .filter-sections-wrapper .child-category-list .parent-category {
    margin-left: 15px; }
  /* line 4690, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .filter-sidebar .filter-sections-wrapper .child-category-list .child-category .child-category-checkboxes {
    display: inline-block;
    position: relative;
    top: -2px;
    margin: 5px 5px 0 20px; }
  /* line 4698, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .filter-sidebar .filter-sections-wrapper .child-category-list .child-category-list {
    margin-left: 22px; }
    /* line 4700, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .filter-sidebar .filter-sections-wrapper .child-category-list .child-category-list .child-category-checkboxes {
      margin: 5px 5px 0 12px; }
  /* line 4705, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .filter-sidebar .filter-sections-wrapper .standard-filter-checklist {
    margin: 8px 0; }
    /* line 4707, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .filter-sidebar .filter-sections-wrapper .standard-filter-checklist li {
      margin: 2px 0;
      font-size: 14px; }
      /* line 4710, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .filter-sidebar .filter-sections-wrapper .standard-filter-checklist li input[type="checkbox"] {
        top: -3px;
        margin: 5px 5px 0 2px; }
  /* line 4717, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .filter-sidebar .filter-sections-wrapper .shelf-life-list .shelf-life {
    display: flex;
    align-items: flex-start; }
    /* line 4720, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .filter-sidebar .filter-sections-wrapper .shelf-life-list .shelf-life .shelf-life-filter-option {
      display: inline-block;
      position: relative;
      top: -2px;
      margin: 5px 5px 0 20px; }
  /* line 4730, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .filter-sidebar .filter-sidebar-buttons .button-teal, .filter-sidebar .filter-sidebar-buttons .button-orange, .filter-sidebar .filter-sidebar-buttons .button-lime-green, .filter-sidebar .filter-sidebar-buttons #new_purchase_order input[type='submit'], #new_purchase_order .filter-sidebar .filter-sidebar-buttons input[type='submit'],
  .filter-sidebar .filter-sidebar-buttons #new-po-modal-content input[type='submit'],
  #new-po-modal-content .filter-sidebar .filter-sidebar-buttons input[type='submit'] {
    width: 100%;
    margin: 10px 0 0 0; }
  /* line 4734, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .filter-sidebar .filter-sidebar-buttons .button-teal-outlined {
    display: inline-block;
    width: 100%;
    padding: 15px 5% 13px 5%;
    margin: 10px 0 0 0;
    text-align: center;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box; }

@media (max-width: 680px) {
  /* line 4747, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .cc-dashboard-wrapper.all-products {
    flex-direction: column; } }
/* line 4751, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
.cc-dashboard-wrapper.all-products .cc-dash-main-wrapper.all-products {
  padding-top: 0; }
  /* line 4753, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .cc-dashboard-wrapper.all-products .cc-dash-main-wrapper.all-products.filters-open {
    flex: 0 1 67%;
    width: 67%; }
  /* line 4757, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .cc-dashboard-wrapper.all-products .cc-dash-main-wrapper.all-products.filters-closed {
    flex: 0 1 85%;
    width: 85%; }
  @media (max-width: 680px) {
    /* line 4762, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .cc-dashboard-wrapper.all-products .cc-dash-main-wrapper.all-products.filters-open, .cc-dashboard-wrapper.all-products .cc-dash-main-wrapper.all-products.filters-closed {
      flex: 0 1 100%;
      width: 100%; } }
  /* line 4768, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .cc-dashboard-wrapper.all-products .cc-dash-main-wrapper.all-products .header-section {
    padding: 40px 3% 0 3%;
    display: flex;
    justify-content: space-between; }
    @media (max-width: 1300px) {
      /* line 4768, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .cc-dashboard-wrapper.all-products .cc-dash-main-wrapper.all-products .header-section {
        flex-direction: column; } }
    /* line 4775, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .cc-dashboard-wrapper.all-products .cc-dash-main-wrapper.all-products .header-section .text-wrapper {
      flex: 0 1 30%;
      padding-right: 5%; }
      /* line 4778, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .cc-dashboard-wrapper.all-products .cc-dash-main-wrapper.all-products .header-section .text-wrapper h1, .cc-dashboard-wrapper.all-products .cc-dash-main-wrapper.all-products .header-section .text-wrapper .timeline-summary h2, .timeline-summary .cc-dashboard-wrapper.all-products .cc-dash-main-wrapper.all-products .header-section .text-wrapper h2 {
        text-align: left;
        margin-bottom: 0; }
    /* line 4785, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .cc-dashboard-wrapper.all-products .cc-dash-main-wrapper.all-products .header-section .button-wrapper {
      display: flex;
      align-items: center; }
      @media (max-width: 680px) {
        /* line 4785, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
        .cc-dashboard-wrapper.all-products .cc-dash-main-wrapper.all-products .header-section .button-wrapper {
          flex-direction: column;
          align-items: flex-start; }
          /* line 4791, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
          .cc-dashboard-wrapper.all-products .cc-dash-main-wrapper.all-products .header-section .button-wrapper form {
            width: 100%;
            text-align: center; } }
      /* line 4796, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .cc-dashboard-wrapper.all-products .cc-dash-main-wrapper.all-products .header-section .button-wrapper .filters-toggle {
        padding: 15px 15px 13px 35px;
        background: #377B82 url(/assets/icons/icon_filters_white-34858e345a2866d6d031daffd5f010a3accf7caf8818c22f99d3da4350a37a44.svg) no-repeat !important;
        background-position: left 10px bottom 45% !important;
        margin-right: 10px; }
        /* line 4801, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
        .cc-dashboard-wrapper.all-products .cc-dash-main-wrapper.all-products .header-section .button-wrapper .filters-toggle:hover {
          background: #fff url(/assets/icons/icon_filters_dk_teal-a4269bc9029186de2aa30eeb3aa61659ab8198d15e85ec47af0408b5e70220a4.svg) no-repeat !important;
          background-position: left 10px bottom 45% !important; }
        @media (max-width: 680px) {
          /* line 4796, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
          .cc-dashboard-wrapper.all-products .cc-dash-main-wrapper.all-products .header-section .button-wrapper .filters-toggle {
            margin: 15px 0 15px 0;
            width: 100%; } }
      /* line 4810, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .cc-dashboard-wrapper.all-products .cc-dash-main-wrapper.all-products .header-section .button-wrapper .csv-download {
        margin: 0 10px 0 0;
        padding: 15px 15px 13px 35px;
        background: #377B82 url(/assets/icons/icon_save_white-c6a86ed29f82869870b48be6d053dfd2f9fcbab73788291ecdbe450ede2df168.svg) no-repeat !important;
        background-position: left 10px bottom 45% !important; }
        /* line 4815, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
        .cc-dashboard-wrapper.all-products .cc-dash-main-wrapper.all-products .header-section .button-wrapper .csv-download:hover {
          background: #fff url(/assets/icons/icon_save-8f8cb901061799eb70959b5cb0c438ebac2444cedc087a0c2f6bc51c0de8afa5.svg) no-repeat !important;
          background-position: left 10px bottom 45% !important; }
        /* line 4819, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
        .cc-dashboard-wrapper.all-products .cc-dash-main-wrapper.all-products .header-section .button-wrapper .csv-download:disabled, .cc-dashboard-wrapper.all-products .cc-dash-main-wrapper.all-products .header-section .button-wrapper .csv-download[disabled] {
          opacity: .5 !important;
          cursor: not-allowed;
          background: #9c9999 url(/assets/icons/icon_save_white-c6a86ed29f82869870b48be6d053dfd2f9fcbab73788291ecdbe450ede2df168.svg) no-repeat !important;
          background-position: left 10px bottom 45% !important;
          color: #fff !important;
          border-color: #9c9999 !important; }
        @media (max-width: 680px) {
          /* line 4810, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
          .cc-dashboard-wrapper.all-products .cc-dash-main-wrapper.all-products .header-section .button-wrapper .csv-download {
            width: 90%;
            margin: 0 0 15px 0;
            padding: 15px 4.5%;
            text-align: center; } }

/* line 4840, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
#product-view-toggle {
  all: unset;
  background: #e6e6e6;
  border-radius: 50px;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit; }
  /* line 4849, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  #product-view-toggle span {
    display: inline-block;
    font: 14px/1.4 "Lato", sans-serif;
    border: none;
    border-radius: 50px;
    padding: 15px 20px 13px 45px;
    color: #707070; }
    /* line 4856, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    #product-view-toggle span.grid-view {
      background: #e6e6e6 url(/assets/icons/icon_grid_view_grey-104e4712eee20c705bc62e50f1b37d7af71a1ba6e52be978f3acc0767c3f57b8.svg) no-repeat !important;
      background-position: left 20px bottom 45% !important; }
      /* line 4859, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      #product-view-toggle span.grid-view.active {
        color: #fff;
        background: #28ba93 url(/assets/icons/icon_grid_view_white-14b6d9f73e39c1527b1df3dc51b129e4aef96e773aa34b78be326bd5baf16464.svg) no-repeat !important;
        background-position: left 20px bottom 45% !important; }
    /* line 4865, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    #product-view-toggle span.list-view {
      background: #e6e6e6 url(/assets/icons/icon_list_view_grey-00335d7e07a656dccc7618ee794e127bb8abd9ee4088a202ec077e5e99d263c1.svg) no-repeat !important;
      background-position: left 20px bottom 45% !important; }
      /* line 4868, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      #product-view-toggle span.list-view.active {
        color: #fff;
        background: #28ba93 url(/assets/icons/icon_list_view_white-9bb958895d8c5ec57781ae8d3804f8ba1413a503f6d362c3c3e07a5576e612e1.svg) no-repeat !important;
        background-position: left 20px bottom 45% !important; }

/* line 4878, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
#filtered-products.list-view {
  overflow-x: scroll; }
  /* line 4880, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  #filtered-products.list-view table.products-table {
    min-width: 950px; }
  /* line 4884, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  #filtered-products.list-view .single-product .product-details-img {
    display: none; }
  /* line 4887, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  #filtered-products.list-view .single-product .product-details-product-case-pack {
    text-align: center; }
  /* line 4890, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  #filtered-products.list-view .single-product .product-details-product-case-price {
    text-align: right; }
  /* line 4893, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  #filtered-products.list-view .single-product .product-details-product-unit-price {
    text-align: right; }
  /* line 4896, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  #filtered-products.list-view .single-product .product-details-product-msrp {
    text-align: right; }
  /* line 4899, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  #filtered-products.list-view .single-product .product-details-case-min {
    text-align: center; }
  /* line 4902, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  #filtered-products.list-view .single-product .list-view-hide {
    display: none; }
/* line 4907, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
#filtered-products.grid-view {
  margin-top: 30px; }
  /* line 4909, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  #filtered-products.grid-view .table-header,
  #filtered-products.grid-view .product-details-id {
    display: none; }
  /* line 4913, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  #filtered-products.grid-view .products-table {
    display: block;
    width: 100%; }
    /* line 4916, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    #filtered-products.grid-view .products-table tbody {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      width: 100%; }
  /* line 4923, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  #filtered-products.grid-view .single-product {
    flex: 0 1 25%;
    width: 25%;
    display: flex;
    flex-direction: column; }
    @media (max-width: 1020px) {
      /* line 4923, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      #filtered-products.grid-view .single-product {
        flex: 0 1 33%;
        width: 33%; } }
    @media (max-width: 680px) {
      /* line 4923, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      #filtered-products.grid-view .single-product {
        flex: 0 1 50%;
        width: 50%; } }
    /* line 4936, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    #filtered-products.grid-view .single-product .product-details-img {
      border-bottom: none; }
      /* line 4938, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      #filtered-products.grid-view .single-product .product-details-img img {
        display: inline-block;
        width: 100%;
        height: auto; }
    /* line 4944, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    #filtered-products.grid-view .single-product .product-details-vendor-name {
      border-bottom: none;
      padding-top: 5px;
      padding-bottom: 5px; }
      /* line 4948, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      #filtered-products.grid-view .single-product .product-details-vendor-name a {
        color: #377B82;
        font-weight: 600; }
        /* line 4951, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
        #filtered-products.grid-view .single-product .product-details-vendor-name a:hover {
          text-decoration: underline; }
    /* line 4956, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    #filtered-products.grid-view .single-product .product-details-product-name {
      border-bottom: none;
      padding: 0 10px; }
      /* line 4959, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      #filtered-products.grid-view .single-product .product-details-product-name a {
        font-weight: 600; }
    /* line 4963, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    #filtered-products.grid-view .single-product .product-details-product-size {
      display: none; }
    /* line 4966, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    #filtered-products.grid-view .single-product .product-details-product-case-pack {
      display: none; }
    /* line 4969, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    #filtered-products.grid-view .single-product .product-details-product-case-price {
      display: none; }
    /* line 4972, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    #filtered-products.grid-view .single-product .product-details-product-unit-price {
      padding: 5px 10px 10px 10px;
      border-bottom: none;
      color: #9c9999; }
    /* line 4977, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    #filtered-products.grid-view .single-product .product-details-product-msrp {
      display: none; }
    /* line 4980, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    #filtered-products.grid-view .single-product .product-details-case-min {
      display: none; }
    /* line 4983, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    #filtered-products.grid-view .single-product .product-details-upc {
      display: none; }
    /* line 4986, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    #filtered-products.grid-view .single-product .product-details-state {
      display: none; }

/* line 4999, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
.cc-dashboard-wrapper.reports h2 {
  text-align: center;
  margin-bottom: 20px; }
/* line 5003, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
.cc-dashboard-wrapper.reports h3, .cc-dashboard-wrapper.reports .order-creation-details-wrapper label, .order-creation-details-wrapper .cc-dashboard-wrapper.reports label {
  margin-bottom: 20px; }

/* line 5009, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
.reports-wrapper {
  display: flex;
  flex-wrap: wrap;
  padding: 0 5%; }
  /* line 5013, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .reports-wrapper .reports-section {
    flex: 0 1 35%;
    border: 1px solid #9c9999;
    padding: 30px 5%;
    margin: 30px 2%; }
    @media screen and (max-width: 680px) {
      /* line 5013, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .reports-wrapper .reports-section {
        flex: 0 1 100%; } }
    /* line 5021, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .reports-wrapper .reports-section .select-wrapper {
      display: flex;
      flex-wrap: nowrap;
      align-items: center; }
      /* line 5025, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .reports-wrapper .reports-section .select-wrapper .select-options {
        min-width: auto;
        margin: 20px 5% 20px 0; }
  /* line 5031, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  .reports-wrapper .multi-col-text-links {
    columns: 4;
    font: 400 15px/1.5 "Lato", sans-serif; }
    /* line 5034, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
    .reports-wrapper .multi-col-text-links a {
      color: #1f1f1f;
      transition: color .2s; }
      /* line 5037, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
      .reports-wrapper .multi-col-text-links a:hover {
        color: #28ba93;
        text-decoration: underline; }

/* line 5048, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
body.buyer-layout .cc-dashboard-wrapper {
  padding-top: 0; }
  /* line 5050, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
  body.buyer-layout .cc-dashboard-wrapper .sidebar-nav {
    top: 0;
    height: 100%; }
/* line 5061, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_subpages.scss */
body.buyer-layout .preview-edit-toggle {
  top: 0;
  left: 275px;
  width: auto; }

/* 05 =PROFILES
------------------------- */
/* line 11, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
.main.profile .product-list {
  margin-top: 50px; }
  /* line 14, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
  .main.profile .product-list .single-product {
    width: 18%;
    margin: 0 2.5% 30px 2.5%;
    float: left;
    transition: border-color .2s; }
    /* line 20, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
    .main.profile .product-list .single-product .details-link {
      font: 400 12px/2 "Lato", sans-serif;
      color: #9c9999;
      text-transform: none;
      border: none;
      background: none; }
      /* line 27, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
      .main.profile .product-list .single-product .details-link i {
        margin-left: 2px; }
      /* line 29, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
      .main.profile .product-list .single-product .details-link:hover {
        color: #33cc9c; }
    /* line 33, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
    .main.profile .product-list .single-product .product-img img {
      width: 100%;
      height: auto; }
    /* line 38, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
    .main.profile .product-list .single-product .product-details {
      padding: 4% 5%; }
    /* line 45, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
    .main.profile .product-list .single-product.hidden-product .product-img,
    .main.profile .product-list .single-product.hidden-product .product-details, .main.profile .product-list .single-product.discontinued .product-img,
    .main.profile .product-list .single-product.discontinued .product-details {
      opacity: .25; }

/* line 57, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
.show-rfp-count {
  position: relative; }

/* line 66, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
.mobile-profile-details {
  display: none; }

/* line 68, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
.main.detail-page {
  display: flex;
  width: 75%;
  padding: 60px 5%; }
  @media screen and (max-width: 680px) {
    /* line 68, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
    .main.detail-page {
      padding: 30px 5%;
      flex-direction: column; } }
  @media screen and (min-width: 680px) {
    /* line 76, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
    .main.detail-page.buyer-profile {
      padding: 100px 5%; } }
  /* line 81, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
  .main.detail-page .detect-changes {
    width: 100%;
    display: flex; }
    @media screen and (max-width: 680px) {
      /* line 81, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
      .main.detail-page .detect-changes {
        flex-direction: column-reverse; } }
  /* line 88, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
  .main.detail-page h1, .main.detail-page .timeline-summary h2, .timeline-summary .main.detail-page h2 {
    text-align: left;
    margin-top: 30px; }
  /* line 93, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
  .main.detail-page h3, .main.detail-page .order-creation-details-wrapper label, .order-creation-details-wrapper .main.detail-page label {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 2px;
    padding-bottom: 16px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e6e6e6; }
  /* line 102, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
  .main.detail-page .sidebar {
    flex: 0 1 25%;
    max-width: 25%; }
    @media screen and (max-width: 680px) {
      /* line 102, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
      .main.detail-page .sidebar {
        flex: 0 1 90%;
        max-width: 90%;
        padding: 0 5%; } }
    /* line 111, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
    .main.detail-page .sidebar .sidebar-section {
      margin: 0 0 25px 0; }
      /* line 113, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
      .main.detail-page .sidebar .sidebar-section h3, .main.detail-page .sidebar .sidebar-section .order-creation-details-wrapper label, .order-creation-details-wrapper .main.detail-page .sidebar .sidebar-section label {
        font-size: 15px;
        padding-bottom: 10px; }
      /* line 118, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
      .main.detail-page .sidebar .sidebar-section p, .main.detail-page .sidebar .sidebar-section .form-field-instructions, .main.detail-page .sidebar .sidebar-section .order-creation-details-wrapper .field.weekly label, .order-creation-details-wrapper .field.weekly .main.detail-page .sidebar .sidebar-section label, .main.detail-page .sidebar .sidebar-section .order-creation-details-wrapper .field.monthly span, .order-creation-details-wrapper .field.monthly .main.detail-page .sidebar .sidebar-section span, .main.detail-page .sidebar .sidebar-section .buyer-orders-list .single-order, .buyer-orders-list .main.detail-page .sidebar .sidebar-section .single-order,
      .main.detail-page .sidebar .sidebar-section .vendor-orders-list .single-order,
      .vendor-orders-list .main.detail-page .sidebar .sidebar-section .single-order, .main.detail-page .sidebar .sidebar-section .all-line-items .single-line-item .order-details-line-1 span, .all-line-items .single-line-item .order-details-line-1 .main.detail-page .sidebar .sidebar-section span,
      .main.detail-page .sidebar .sidebar-section .all-line-items .single-line-item .order-details-line-2 span,
      .all-line-items .single-line-item .order-details-line-2 .main.detail-page .sidebar .sidebar-section span {
        display: flex;
        font: 400 15px/1.7 "Lato", sans-serif;
        padding: 5px 0; }
        /* line 122, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
        .main.detail-page .sidebar .sidebar-section p img, .main.detail-page .sidebar .sidebar-section .form-field-instructions img, .main.detail-page .sidebar .sidebar-section .order-creation-details-wrapper .field.weekly label img, .order-creation-details-wrapper .field.weekly .main.detail-page .sidebar .sidebar-section label img, .main.detail-page .sidebar .sidebar-section .order-creation-details-wrapper .field.monthly span img, .order-creation-details-wrapper .field.monthly .main.detail-page .sidebar .sidebar-section span img, .main.detail-page .sidebar .sidebar-section .buyer-orders-list .single-order img, .buyer-orders-list .main.detail-page .sidebar .sidebar-section .single-order img,
        .main.detail-page .sidebar .sidebar-section .vendor-orders-list .single-order img,
        .vendor-orders-list .main.detail-page .sidebar .sidebar-section .single-order img, .main.detail-page .sidebar .sidebar-section .all-line-items .single-line-item .order-details-line-1 span img, .all-line-items .single-line-item .order-details-line-1 .main.detail-page .sidebar .sidebar-section span img,
        .main.detail-page .sidebar .sidebar-section .all-line-items .single-line-item .order-details-line-2 span img,
        .all-line-items .single-line-item .order-details-line-2 .main.detail-page .sidebar .sidebar-section span img {
          display: inline-block;
          flex: 0 1 18px;
          max-width: 18px;
          margin-right: 12px;
          height: auto; }
      /* line 131, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
      .main.detail-page .sidebar .sidebar-section a {
        color: inherit;
        transition: color .2s; }
        /* line 134, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
        .main.detail-page .sidebar .sidebar-section a:hover {
          color: #33cc9c; }
      /* line 139, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
      .main.detail-page .sidebar .sidebar-section span {
        display: inline-block;
        letter-spacing: 0; }
    /* line 145, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
    .main.detail-page .sidebar .category-list {
      margin: 15px 0; }
      /* line 148, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
      .main.detail-page .sidebar .category-list li {
        padding: 8px 12px; }
    @media screen and (max-width: 680px) {
      /* line 153, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
      .main.detail-page .sidebar .request-list-wrapper {
        margin-top: 30px;
        width: 100%; }
        /* line 157, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
        .main.detail-page .sidebar .request-list-wrapper h2 {
          text-transform: none;
          color: #1f1f1f;
          letter-spacing: 0;
          font-size: 24px;
          opacity: 1; }
        /* line 165, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
        .main.detail-page .sidebar .request-list-wrapper .single-request.closed h2 {
          opacity: .5; } }
  /* line 174, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
  .main.detail-page .body-content {
    flex: 0 1 64%;
    padding-left: 8%;
    margin-bottom: 0; }
    @media screen and (max-width: 680px) {
      /* line 174, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
      .main.detail-page .body-content {
        flex: 0 1 90%;
        padding: 40px 5%; } }
    /* line 183, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
    .main.detail-page .body-content h1, .main.detail-page .body-content .timeline-summary h2, .timeline-summary .main.detail-page .body-content h2 {
      font: 800 36px/1.3 "Lato", sans-serif;
      text-transform: uppercase; }
    /* line 188, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
    .main.detail-page .body-content h2.small-allcaps {
      font-size: 18px;
      text-transform: uppercase;
      margin: 5px 0;
      opacity: .5; }
    /* line 195, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
    .main.detail-page .body-content h4, .main.detail-page .body-content .about-content h3, .main.detail-page .body-content .about-content .order-creation-details-wrapper label, .order-creation-details-wrapper .main.detail-page .body-content .about-content label {
      font-size: 20px;
      margin-top: 30px; }
    /* line 199, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
    .main.detail-page .body-content p, .main.detail-page .body-content .form-field-instructions, .main.detail-page .body-content .order-creation-details-wrapper .field.weekly label, .order-creation-details-wrapper .field.weekly .main.detail-page .body-content label, .main.detail-page .body-content .order-creation-details-wrapper .field.monthly span, .order-creation-details-wrapper .field.monthly .main.detail-page .body-content span, .main.detail-page .body-content .buyer-orders-list .single-order, .buyer-orders-list .main.detail-page .body-content .single-order,
    .main.detail-page .body-content .vendor-orders-list .single-order,
    .vendor-orders-list .main.detail-page .body-content .single-order, .main.detail-page .body-content .all-line-items .single-line-item .order-details-line-1 span, .all-line-items .single-line-item .order-details-line-1 .main.detail-page .body-content span,
    .main.detail-page .body-content .all-line-items .single-line-item .order-details-line-2 span,
    .all-line-items .single-line-item .order-details-line-2 .main.detail-page .body-content span {
      font: 400 16px/1.6 "Lato", sans-serif;
      margin: 10px 0; }
    /* line 203, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
    .main.detail-page .body-content #marketing-assets.wysiwyg-flex-content {
      padding: 50px 0 20px; }
    /* line 206, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
    .main.detail-page .body-content .request-list-wrapper {
      width: 100%; }
      /* line 208, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
      .main.detail-page .body-content .request-list-wrapper .single-request {
        flex: 0 0 35%;
        margin: 20px 5% 20px 0; }
  /* line 215, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
  .main.detail-page .social-links {
    position: relative;
    flex-direction: row;
    margin: 15px 0 -10px 0; }
    /* line 219, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
    .main.detail-page .social-links div {
      display: flex;
      flex-direction: row;
      align-items: center;
      margin-right: 20px; }
      /* line 224, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
      .main.detail-page .social-links div img {
        display: inline-block;
        margin-right: 10px;
        position: relative;
        top: -5px; }
      /* line 230, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
      .main.detail-page .social-links div a {
        font: 400 14px/1.5 "Lato", sans-serif;
        color: #1f1f1f;
        padding: 5px 0; }
    /* line 236, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
    .main.detail-page .social-links .tlf-logo {
      width: 70px;
      position: absolute;
      top: -60px;
      right: 0; }
    /* line 242, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
    .main.detail-page .social-links.icons-only {
      flex-direction: row;
      padding-top: 10px; }

/* line 250, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
.owners {
  font: italic 17px/1.7 "Lato", sans-serif !important;
  color: #9c9999;
  margin: 5px 0 !important; }

/* line 256, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
.cureate-courses-alumni-logo {
  width: 75px;
  height: auto;
  margin-top: 15px;
  float: right;
  position: absolute;
  right: 0;
  top: -85px; }

/* line 266, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
.vendor-details-table {
  margin-top: 20px; }
  /* line 269, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
  .vendor-details-table div {
    border-top: 1px solid #e6e6e6;
    padding: 15px 0; }
    /* line 273, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
    .vendor-details-table div p.third, .vendor-details-table div .third.form-field-instructions, .vendor-details-table div .order-creation-details-wrapper .field.weekly label.third, .order-creation-details-wrapper .field.weekly .vendor-details-table div label.third, .vendor-details-table div .order-creation-details-wrapper .field.monthly span.third, .order-creation-details-wrapper .field.monthly .vendor-details-table div span.third, .vendor-details-table div .buyer-orders-list .third.single-order, .buyer-orders-list .vendor-details-table div .third.single-order,
    .vendor-details-table div .vendor-orders-list .third.single-order,
    .vendor-orders-list .vendor-details-table div .third.single-order, .vendor-details-table div .all-line-items .single-line-item .order-details-line-1 span.third, .all-line-items .single-line-item .order-details-line-1 .vendor-details-table div span.third,
    .vendor-details-table div .all-line-items .single-line-item .order-details-line-2 span.third,
    .all-line-items .single-line-item .order-details-line-2 .vendor-details-table div span.third {
      float: left;
      margin: 0 !important;
      font: 600 14px/1.5 "Lato", sans-serif; }
    /* line 279, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
    .vendor-details-table div p.two-thirds, .vendor-details-table div .two-thirds.form-field-instructions, .vendor-details-table div .order-creation-details-wrapper .field.weekly label.two-thirds, .order-creation-details-wrapper .field.weekly .vendor-details-table div label.two-thirds, .vendor-details-table div .order-creation-details-wrapper .field.monthly span.two-thirds, .order-creation-details-wrapper .field.monthly .vendor-details-table div span.two-thirds, .vendor-details-table div .buyer-orders-list .two-thirds.single-order, .buyer-orders-list .vendor-details-table div .two-thirds.single-order,
    .vendor-details-table div .vendor-orders-list .two-thirds.single-order,
    .vendor-orders-list .vendor-details-table div .two-thirds.single-order, .vendor-details-table div .all-line-items .single-line-item .order-details-line-1 span.two-thirds, .all-line-items .single-line-item .order-details-line-1 .vendor-details-table div span.two-thirds,
    .vendor-details-table div .all-line-items .single-line-item .order-details-line-2 span.two-thirds,
    .all-line-items .single-line-item .order-details-line-2 .vendor-details-table div span.two-thirds {
      width: 70%;
      float: left;
      margin: 0 !important;
      font: 400 14px/1.5 "Lato", sans-serif; }
    /* line 286, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
    .vendor-details-table div .fa {
      display: inline-block;
      width: 30px;
      color: #33cc9c;
      font-size: 18px; }
    /* line 293, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
    .vendor-details-table div:first-of-type {
      border-top: none; }

/* line 302, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
.vendor-goals-list {
  margin: 20px 0; }
  /* line 305, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
  .vendor-goals-list li {
    width: 24%;
    display: inline-block;
    text-align: left;
    padding-top: 10px; }
    /* line 311, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
    .vendor-goals-list li img {
      width: 45px;
      height: auto; }
    /* line 316, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
    .vendor-goals-list li p, .vendor-goals-list li .form-field-instructions, .vendor-goals-list li .order-creation-details-wrapper .field.weekly label, .order-creation-details-wrapper .field.weekly .vendor-goals-list li label, .vendor-goals-list li .order-creation-details-wrapper .field.monthly span, .order-creation-details-wrapper .field.monthly .vendor-goals-list li span, .vendor-goals-list li .buyer-orders-list .single-order, .buyer-orders-list .vendor-goals-list li .single-order,
    .vendor-goals-list li .vendor-orders-list .single-order,
    .vendor-orders-list .vendor-goals-list li .single-order, .vendor-goals-list li .all-line-items .single-line-item .order-details-line-1 span, .all-line-items .single-line-item .order-details-line-1 .vendor-goals-list li span,
    .vendor-goals-list li .all-line-items .single-line-item .order-details-line-2 span,
    .all-line-items .single-line-item .order-details-line-2 .vendor-goals-list li span {
      font: 400 14px/1.5 "Lato", sans-serif;
      margin: 10px 0 !important; }

/* line 324, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
.product-list {
  margin-top: 50px; }
  /* line 327, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
  .product-list .single-product {
    width: 22%;
    margin: 0 2.5% 30px 0;
    float: left;
    transition: border-color .2s;
    border: 1px solid #e6e6e6;
    border-radius: 6px;
    float: left;
    background: white;
    position: relative; }
    /* line 338, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
    .product-list .single-product .details-link {
      font: 400 12px/2 "Lato", sans-serif;
      color: #2f2d2d;
      text-transform: none;
      border: none;
      background: none;
      transition: color .2s; }
      /* line 346, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
      .product-list .single-product .details-link i {
        margin-left: 2px;
        color: #9c9999;
        position: relative; }
      /* line 353, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
      .product-list .single-product .details-link:hover i {
        color: #33cc9c; }
    /* line 357, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
    .product-list .single-product .product-img img {
      width: 100%;
      height: auto;
      border-top-left-radius: 6px;
      border-top-right-radius: 6px; }
    /* line 364, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
    .product-list .single-product .product-details {
      padding: 4% 5% 7%; }
      /* line 367, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
      .product-list .single-product .product-details h4, .product-list .single-product .product-details .main.detail-page .body-content .about-content h3, .main.detail-page .body-content .about-content .product-list .single-product .product-details h3, .product-list .single-product .product-details .main.detail-page .body-content .about-content .order-creation-details-wrapper label, .main.detail-page .body-content .about-content .order-creation-details-wrapper .product-list .single-product .product-details label, .product-list .single-product .product-details .order-creation-details-wrapper .main.detail-page .body-content .about-content label, .order-creation-details-wrapper .main.detail-page .body-content .about-content .product-list .single-product .product-details label {
        height: 44px;
        overflow: hidden;
        color: #1f1f1f; }
    /* line 374, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
    .product-list .single-product:hover {
      border-color: #33cc9c;
      box-shadow: 2px 2px 10px rgba(156, 153, 153, 0.4); }
    /* line 381, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
    .product-list .single-product.featured:before {
      content: '';
      display: inline-block;
      width: 75px;
      height: 75px;
      position: absolute;
      top: -5px;
      left: 10px;
      background: url(/assets/icons/featured_tab-372d5456e5f4aa2abad39da5f0840d5a850054f8ceaf850d4976441c70d63434.svg) no-repeat top center;
      background-size: 100% auto; }
  /* line 396, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
  .product-list.public-view {
    float: left; }
    /* line 399, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
    .product-list.public-view .single-product {
      min-width: 300px; }
      /* line 402, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
      .product-list.public-view .single-product .button-orange {
        margin: 0 0 10px 0; }

/* line 411, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
.featured-summary {
  width: 60%;
  float: left;
  margin-top: 50px;
  padding: 30px 0 0 50px;
  text-align: left; }
  /* line 418, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
  .featured-summary h4, .featured-summary .main.detail-page .body-content .about-content h3, .main.detail-page .body-content .about-content .featured-summary h3, .featured-summary .main.detail-page .body-content .about-content .order-creation-details-wrapper label, .main.detail-page .body-content .about-content .order-creation-details-wrapper .featured-summary label, .featured-summary .order-creation-details-wrapper .main.detail-page .body-content .about-content label, .order-creation-details-wrapper .main.detail-page .body-content .about-content .featured-summary label {
    font-size: 19px; }
  /* line 422, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
  .featured-summary h5 {
    font: 400 16px/1.4 "Lato", sans-serif;
    margin: 10px 0 0 0; }
  /* line 426, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
  .featured-summary hr {
    background-color: rgba(51, 204, 156, 0.5);
    border-bottom: none; }
  /* line 431, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
  .featured-summary p, .featured-summary .form-field-instructions, .featured-summary .order-creation-details-wrapper .field.weekly label, .order-creation-details-wrapper .field.weekly .featured-summary label, .featured-summary .order-creation-details-wrapper .field.monthly span, .order-creation-details-wrapper .field.monthly .featured-summary span, .featured-summary .buyer-orders-list .single-order, .buyer-orders-list .featured-summary .single-order,
  .featured-summary .vendor-orders-list .single-order,
  .vendor-orders-list .featured-summary .single-order, .featured-summary .all-line-items .single-line-item .order-details-line-1 span, .all-line-items .single-line-item .order-details-line-1 .featured-summary span,
  .featured-summary .all-line-items .single-line-item .order-details-line-2 span,
  .all-line-items .single-line-item .order-details-line-2 .featured-summary span {
    font: 400 16px/1.7 "Lato", sans-serif;
    margin: 15px 0 5px; }
  /* line 435, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
  .featured-summary input[type="number"] {
    display: inline-block;
    width: 100px;
    min-width: 100px;
    margin-left: 10px; }
  /* line 441, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
  .featured-summary .btn-xs {
    height: 40px;
    padding: 5px 20px 2px 20px; }

/* line 447, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
.product-gallery {
  width: 75%;
  background: #e6e6e6;
  text-align: center;
  padding: 50px 5% 30px 20%; }
  /* line 452, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
  .product-gallery h3, .product-gallery .order-creation-details-wrapper label, .order-creation-details-wrapper .product-gallery label {
    font: 600 32px/1.3 "Lato", sans-serif;
    letter-spacing: 2px; }
  /* line 456, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
  .product-gallery#buyer-proposals {
    background: #F5FAFB;
    width: 80%;
    padding: 100px 5% 50px 15%; }
    @media screen and (max-width: 680px) {
      /* line 456, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
      .product-gallery#buyer-proposals {
        width: 90%;
        padding: 80px 5%; } }
  /* line 469, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
  .product-gallery.vendor-view .single-product.hidden-product .product-img,
  .product-gallery.vendor-view .single-product.hidden-product .product-details, .product-gallery.vendor-view .single-product.discontinued .product-img,
  .product-gallery.vendor-view .single-product.discontinued .product-details {
    opacity: .4; }

/* line 479, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
#featured-product {
  padding: 100px 10%; }
  /* line 482, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
  #featured-product .single-product:hover {
    border-color: #e6e6e6;
    box-shadow: none; }

/* line 490, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
.profile-photo img {
  display: block;
  width: 98%;
  height: auto;
  border: 1px solid #e6e6e6; }

/* line 500, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
.main.detail-page .body-content .about-content h3, .main.detail-page .body-content .about-content .order-creation-details-wrapper label, .order-creation-details-wrapper .main.detail-page .body-content .about-content label {
  display: inline-block;
  position: relative;
  font-size: 28px;
  letter-spacing: 0;
  margin: 0 0 10px 0;
  padding-right: 2px; }
  /* line 509, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
  .main.detail-page .body-content .about-content h3:after, .main.detail-page .body-content .about-content .order-creation-details-wrapper label:after, .order-creation-details-wrapper .main.detail-page .body-content .about-content label:after {
    display: inline-block;
    content: '';
    width: 100%;
    height: 4px;
    background: rgba(51, 204, 156, 0.3);
    position: absolute;
    left: 0;
    bottom: -10px; }

/* line 524, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
.pickup-location,
.press-links {
  display: block; }
  /* line 528, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
  .pickup-location a,
  .press-links a {
    color: #1f1f1f;
    border-bottom: 1px solid rgba(51, 204, 156, 0);
    padding-bottom: 0;
    transition: border-color .2s;
    font-weight: 500 !important; }
    /* line 535, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
    .pickup-location a:hover,
    .press-links a:hover {
      border-bottom-color: #33cc9c; }

/* line 542, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
.pickup-location {
  margin: 5px 0 10px 0; }

/* line 546, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
.categories {
  margin-top: 40px; }

/* line 550, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
.category-list {
  margin: 30px 0; }
  /* line 553, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
  .category-list li {
    display: inline-block;
    margin-right: 6px;
    display: inline-block;
    background: rgba(230, 230, 230, 0.5);
    color: #363636;
    padding: 7px 14px 8px 14px;
    margin-bottom: 10px;
    font-family: "Lato", sans-serif;
    transition: background .2s, color .2s; }
    /* line 564, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
    .category-list li:hover {
      background: #33cc9c;
      color: white; }

/* line 573, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
.photo-gallery,
.proposals {
  background: #e6e6e6;
  text-align: center;
  padding: 50px 10%; }

/* line 580, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
.photo-rotator {
  height: 400px;
  position: relative; }
  /* line 584, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
  .photo-rotator .single-image {
    height: 400px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0; }
    /* line 592, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
    .photo-rotator .single-image img {
      height: 100%;
      width: auto; }

/* line 599, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
.radio-nav-btns {
  margin-top: 30px; }
  /* line 602, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
  .radio-nav-btns a {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: #9c9999;
    -webkit-border-radius: 14px;
    border-radius: 14px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    margin: 0 4px; }
    /* line 610, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
    .radio-nav-btns a.active-btn {
      background: #33cc9c; }

/* line 617, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
.testimonials {
  display: none;
  padding: 50px 30%;
  text-align: center; }
  /* line 622, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
  .testimonials h3, .testimonials .order-creation-details-wrapper label, .order-creation-details-wrapper .testimonials label {
    font: 600 32px/1.3 "Lato", sans-serif;
    letter-spacing: 2px; }
  /* line 627, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
  .testimonials .testimonial-list {
    text-align: left; }
  /* line 631, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
  .testimonials .single-testimonial {
    margin: 80px 0;
    position: relative; }
    /* line 635, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
    .testimonials .single-testimonial:before {
      content: '';
      display: inline-block;
      width: 40px;
      height: 40px;
      position: absolute;
      top: -3px;
      left: -70px;
      background: url(/assets/icons/quote-teal-5664171fd139c2abe0ac3218d13e52bbfd6d5ebc00d300d782a0a9ff6d35a0dc.svg) no-repeat center center; }
  /* line 647, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
  .testimonials .citation {
    margin: 20px 0 0 300px;
    font-style: italic;
    color: #9c9999; }
    /* line 652, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
    .testimonials .citation:before {
      content: "- "; }

/* line 661, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
.proposals h3, .proposals .order-creation-details-wrapper label, .order-creation-details-wrapper .proposals label {
  font: 600 32px/1.3 "Lato", sans-serif;
  letter-spacing: 2px; }
/* line 667, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
.proposals i {
  color: #9c9999;
  font-size: 80px;
  margin: 20px 0;
  transition: color .2s; }
/* line 674, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
.proposals p, .proposals .form-field-instructions, .proposals .order-creation-details-wrapper .field.weekly label, .order-creation-details-wrapper .field.weekly .proposals label, .proposals .order-creation-details-wrapper .field.monthly span, .order-creation-details-wrapper .field.monthly .proposals span, .proposals .buyer-orders-list .single-order, .buyer-orders-list .proposals .single-order,
.proposals .vendor-orders-list .single-order,
.vendor-orders-list .proposals .single-order, .proposals .all-line-items .single-line-item .order-details-line-1 span, .all-line-items .single-line-item .order-details-line-1 .proposals span,
.proposals .all-line-items .single-line-item .order-details-line-2 span,
.all-line-items .single-line-item .order-details-line-2 .proposals span {
  color: #363636; }
  /* line 677, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
  .proposals p.proposal-categories, .proposals .proposal-categories.form-field-instructions, .proposals .order-creation-details-wrapper .field.weekly label.proposal-categories, .order-creation-details-wrapper .field.weekly .proposals label.proposal-categories, .proposals .order-creation-details-wrapper .field.monthly span.proposal-categories, .order-creation-details-wrapper .field.monthly .proposals span.proposal-categories, .proposals .buyer-orders-list .proposal-categories.single-order, .buyer-orders-list .proposals .proposal-categories.single-order,
  .proposals .vendor-orders-list .proposal-categories.single-order,
  .vendor-orders-list .proposals .proposal-categories.single-order, .proposals .all-line-items .single-line-item .order-details-line-1 span.proposal-categories, .all-line-items .single-line-item .order-details-line-1 .proposals span.proposal-categories,
  .proposals .all-line-items .single-line-item .order-details-line-2 span.proposal-categories,
  .all-line-items .single-line-item .order-details-line-2 .proposals span.proposal-categories {
    font: 400 13px/1.3 "Lato", sans-serif;
    letter-spacing: 0; }
    /* line 681, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
    .proposals p.proposal-categories span, .proposals .proposal-categories.form-field-instructions span, .proposals .order-creation-details-wrapper .field.weekly label.proposal-categories span, .order-creation-details-wrapper .field.weekly .proposals label.proposal-categories span, .proposals .order-creation-details-wrapper .field.monthly span.proposal-categories span, .order-creation-details-wrapper .field.monthly .proposals span.proposal-categories span, .proposals .buyer-orders-list .proposal-categories.single-order span, .buyer-orders-list .proposals .proposal-categories.single-order span,
    .proposals .vendor-orders-list .proposal-categories.single-order span,
    .vendor-orders-list .proposals .proposal-categories.single-order span, .proposals .all-line-items .single-line-item .order-details-line-1 span.proposal-categories span, .all-line-items .single-line-item .order-details-line-1 .proposals span.proposal-categories span,
    .proposals .all-line-items .single-line-item .order-details-line-2 span.proposal-categories span,
    .all-line-items .single-line-item .order-details-line-2 .proposals span.proposal-categories span {
      display: inline-block;
      padding: 4px 8px 3px 8px;
      margin: 0 3px;
      color: rgba(54, 54, 54, 0.75);
      transition: color .2s;
      background: rgba(230, 230, 230, 0.75); }
  /* line 691, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
  .proposals p.close-date, .proposals .close-date.form-field-instructions, .proposals .order-creation-details-wrapper .field.weekly label.close-date, .order-creation-details-wrapper .field.weekly .proposals label.close-date, .proposals .order-creation-details-wrapper .field.monthly span.close-date, .order-creation-details-wrapper .field.monthly .proposals span.close-date, .proposals .buyer-orders-list .close-date.single-order, .buyer-orders-list .proposals .close-date.single-order,
  .proposals .vendor-orders-list .close-date.single-order,
  .vendor-orders-list .proposals .close-date.single-order, .proposals .all-line-items .single-line-item .order-details-line-1 span.close-date, .all-line-items .single-line-item .order-details-line-1 .proposals span.close-date,
  .proposals .all-line-items .single-line-item .order-details-line-2 span.close-date,
  .all-line-items .single-line-item .order-details-line-2 .proposals span.close-date {
    font-style: italic;
    margin-bottom: 10px;
    color: rgba(54, 54, 54, 0.75);
    letter-spacing: 0; }
/* line 699, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
.proposals a {
  display: inline-block;
  color: inherit;
  transition: color .2s; }
  /* line 704, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
  .proposals a h4, .proposals a .main.detail-page .body-content .about-content h3, .main.detail-page .body-content .about-content .proposals a h3, .proposals a .main.detail-page .body-content .about-content .order-creation-details-wrapper label, .main.detail-page .body-content .about-content .order-creation-details-wrapper .proposals a label, .proposals a .order-creation-details-wrapper .main.detail-page .body-content .about-content label, .order-creation-details-wrapper .main.detail-page .body-content .about-content .proposals a label {
    height: 50px;
    overflow: hidden;
    font: 600 16px/1.3 "Lato", sans-serif;
    text-transform: none;
    letter-spacing: 0;
    color: #363636;
    margin-bottom: 4px;
    transition: color .2s; }
  /* line 716, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
  .proposals a:hover {
    color: #33cc9c; }
    /* line 719, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
    .proposals a:hover i {
      color: #33cc9c; }
    /* line 722, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
    .proposals a:hover span {
      color: #363636; }

/* line 731, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
.proposals-list {
  display: inline-block;
  padding: 20px 0; }
  /* line 735, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
  .proposals-list li {
    display: inline-block;
    max-width: 220px;
    margin: 20px;
    float: left; }

/* line 748, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
.main.detail-page.editing {
  padding-top: 100px; }
  @media (max-width: 680px) {
    /* line 748, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
    .main.detail-page.editing {
      padding-top: 40px; } }
  @media (max-width: 680px) {
    /* line 753, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
    .main.detail-page.editing .social-links {
      flex-direction: column; } }

@media (min-width: 680px) {
  /* line 760, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
  .hide-desktop {
    display: none !important; } }

/* line 766, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
.progress-bar-header {
  width: 70%;
  padding: 0 15% 20px 15%;
  position: relative;
  z-index: 1; }
  /* line 772, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
  .progress-bar-header h1, .progress-bar-header .timeline-summary h2, .timeline-summary .progress-bar-header h2 {
    text-align: center;
    padding-bottom: 30px; }

/* line 778, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
#progressbar {
  overflow: hidden;
  /*CSS counters to number the steps*/
  counter-reset: step; }
  /* line 783, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
  #progressbar li {
    list-style-type: none;
    color: #363636;
    text-align: center;
    text-transform: uppercase;
    font: 11px/1.5 "Lato", sans-serif;
    width: 20%;
    float: left;
    position: relative;
    /*numbered steps*/
    /*progressbar connectors*/
    /*connector not needed before the first step*/ }
    /* line 795, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
    #progressbar li:before {
      content: counter(step);
      counter-increment: step;
      width: 30px;
      line-height: 30px;
      display: block;
      font-size: 14px;
      color: #333;
      background: white;
      border: 2px solid #33cc9c;
      border-radius: 30px;
      margin: 0 auto 5px auto;
      text-align: center; }
    /* line 811, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
    #progressbar li:after {
      content: '';
      width: 100%;
      height: 2px;
      background: #e6e6e6;
      position: absolute;
      left: -50%;
      top: 16px;
      z-index: -1;
      /*put it behind the numbers*/ }
    /* line 823, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
    #progressbar li:first-child:after {
      content: none; }
  /* line 830, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
  #progressbar.buyer-progress li {
    width: 25%; }

/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
/* line 837, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
#progressbar li.active:before, #progressbar li.active:after {
  background: #33cc9c;
  color: white; }

/* line 843, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
#edit-profile h3, #edit-profile .order-creation-details-wrapper label, .order-creation-details-wrapper #edit-profile label {
  margin-top: 30px; }
/* line 846, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
#edit-profile h4, #edit-profile .main.detail-page .body-content .about-content h3, .main.detail-page .body-content .about-content #edit-profile h3, #edit-profile .main.detail-page .body-content .about-content .order-creation-details-wrapper label, .main.detail-page .body-content .about-content .order-creation-details-wrapper #edit-profile label, #edit-profile .order-creation-details-wrapper .main.detail-page .body-content .about-content label, .order-creation-details-wrapper .main.detail-page .body-content .about-content #edit-profile label {
  margin: 30px 0 10px 0; }
/* line 849, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
#edit-profile .edit-business-name {
  display: block;
  font: 800 36px/1.3 "Lato", sans-serif;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 16px !important; }
  @media (max-width: 680px) {
    /* line 849, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
    #edit-profile .edit-business-name {
      font: 800 24px/1.3 "Lato", sans-serif; } }
/* line 859, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
#edit-profile .edit-business-location {
  min-width: 100px !important;
  width: 30% !important;
  text-transform: uppercase;
  font: 300 16px/2 "Lato", sans-serif; }
/* line 866, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
#edit-profile .body-content section {
  padding-top: 20px; }
/* line 869, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
#edit-profile .body-content .form-field-instructions {
  font: 16px/1.5 "Lato", sans-serif !important;
  opacity: .8 !important;
  margin: -5px 0 15px; }
  /* line 873, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
  #edit-profile .body-content .form-field-instructions a {
    color: #28ba93;
    transition: color .2s;
    text-decoration: underline; }
    /* line 877, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
    #edit-profile .body-content .form-field-instructions a:hover {
      color: #377B82; }
/* line 882, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
#edit-profile .body-content .wysiwyg-flex-content {
  opacity: .5;
  border: 1px solid #9c9999;
  padding: 0 20px 20px 20px; }
/* line 890, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
#edit-profile .sidebar input[type="text"],
#edit-profile .sidebar select {
  width: 99%;
  position: relative;
  margin: 15px 0; }
/* line 897, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
#edit-profile .sidebar p, #edit-profile .sidebar .form-field-instructions, #edit-profile .sidebar .order-creation-details-wrapper .field.weekly label, .order-creation-details-wrapper .field.weekly #edit-profile .sidebar label, #edit-profile .sidebar .order-creation-details-wrapper .field.monthly span, .order-creation-details-wrapper .field.monthly #edit-profile .sidebar span, #edit-profile .sidebar .buyer-orders-list .single-order, .buyer-orders-list #edit-profile .sidebar .single-order,
#edit-profile .sidebar .vendor-orders-list .single-order,
.vendor-orders-list #edit-profile .sidebar .single-order, #edit-profile .sidebar .all-line-items .single-line-item .order-details-line-1 span, .all-line-items .single-line-item .order-details-line-1 #edit-profile .sidebar span,
#edit-profile .sidebar .all-line-items .single-line-item .order-details-line-2 span,
.all-line-items .single-line-item .order-details-line-2 #edit-profile .sidebar span {
  position: relative;
  padding: 5px 0; }
/* line 902, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
#edit-profile .sidebar .input-detail {
  display: inline-block;
  font-size: 13px;
  line-height: 1.7;
  font-style: normal;
  color: rgba(54, 54, 54, 0.65);
  margin: 2px 0 0 10px; }

/* line 919, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
#msform .form-section-wrapper {
  width: 80%;
  border: 0 none;
  box-sizing: border-box;
  position: absolute;
  left: 10%;
  margin-bottom: 20px; }

/* line 928, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
#msform .form-section-wrapper:not(:first-of-type) {
  display: none; }

/* line 932, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
.save-continue,
.previous {
  border: 2px solid #33cc9c;
  font: 400 13px/1em "Lato", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 10px 0;
  transition: background-color 0.2s 0s ease-in-out, color 0.2s 0s ease-in-out, border-color 0.2s 0s ease-in-out; }

/* line 942, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
.save-continue {
  float: right;
  padding: 1em 2em;
  color: white;
  background: #33cc9c;
  background-size: auto 40%; }
  /* line 950, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
  .save-continue:disabled {
    background: #9c9999;
    border-color: #9c9999; }

/* line 956, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
.previous {
  float: left;
  color: #33cc9c;
  padding: 1em 1.5em .9em 2em;
  background: #fff url(/assets/icons/arrow-left-teal-68073e8dd1d9a189a1ed03f9900e818978dd602c7abb3cd6183fad3babd04358.svg) no-repeat 0.6em center;
  background-size: auto 40%;
  border-color: #33cc9c; }
  /* line 964, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
  .previous:hover {
    background-color: #33cc9c;
    border-color: #33cc9c;
    color: white; }

/* line 975, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
.update-profile .private-content,
.edit_vendor .private-content,
.edit_buyer .private-content {
  width: auto;
  top: 0;
  color: #9c9999;
  font-size: 16px;
  padding: 0 6px;
  transition: color .2s; }
  /* line 983, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
  .update-profile .private-content:hover,
  .edit_vendor .private-content:hover,
  .edit_buyer .private-content:hover {
    color: #33cc9c; }
    /* line 986, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
    .update-profile .private-content:hover + .private-disclaimer,
    .edit_vendor .private-content:hover + .private-disclaimer,
    .edit_buyer .private-content:hover + .private-disclaimer {
      display: inline-block; }

/* line 995, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
.edit-profile .form-controls {
  position: relative;
  float: right;
  top: -80px; }
  /* line 1000, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
  .edit-profile .form-controls .submit {
    margin-bottom: 10px;
    background: #9c9999;
    border-color: #9c9999; }
    /* line 1005, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
    .edit-profile .form-controls .submit:hover {
      color: white;
      background: #33cc9c;
      border-color: #33cc9c; }
/* line 1015, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
.edit-profile .goals .single-goal h4, .edit-profile .goals .single-goal .main.detail-page .body-content .about-content h3, .main.detail-page .body-content .about-content .edit-profile .goals .single-goal h3, .edit-profile .goals .single-goal .main.detail-page .body-content .about-content .order-creation-details-wrapper label, .main.detail-page .body-content .about-content .order-creation-details-wrapper .edit-profile .goals .single-goal label, .edit-profile .goals .single-goal .order-creation-details-wrapper .main.detail-page .body-content .about-content label, .order-creation-details-wrapper .main.detail-page .body-content .about-content .edit-profile .goals .single-goal label {
  font: 600 15px/1.4 "Lato", sans-serif; }

/* line 1024, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
.signup-summary {
  margin: 10px 0 30px;
  font: 400 15px/1.6 "Lato", sans-serif; }

/* line 1030, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
.private-disclaimer {
  display: none;
  width: 200px;
  border: 1px solid #e6e6e6;
  font: 400 13px/1.4 "Lato", sans-serif;
  color: #363636;
  text-transform: none;
  letter-spacing: 0;
  padding: 18px;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 150px;
  background-color: white;
  box-shadow: 5px 5px 18px rgba(0, 0, 0, 0.3); }

/* line 1047, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
#profileImage,
#companyLogo {
  display: none; }

/* line 1052, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
.profile-img-label,
.buyer-logo-label {
  margin-top: 20px; }

/* line 1058, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
.profile-img-upload::-webkit-file-upload-button,
.product-img-upload::-webkit-file-upload-button {
  visibility: hidden; }

/* line 1063, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
.profile-img-upload,
.product-img-upload {
  padding-left: 60px !important;
  color: rgba(255, 255, 255, 0) !important; }

/* line 1069, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
.profile-img-upload::before,
.product-img-upload::before {
  content: 'Upload Image';
  display: block;
  width: 125px;
  font: 400 12px/1em "Lato", sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #33cc9c;
  background: rgba(255, 255, 255, 0);
  border: 1px solid #33cc9c;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 10px 10px 8px 10px;
  margin-left: -60px;
  outline: none;
  outline-width: 0;
  -webkit-user-select: none;
  cursor: pointer;
  text-shadow: none;
  transition: color .2s, background .2s; }

/* line 1096, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
.profile-img-upload:hover::before {
  background-color: #33cc9c;
  color: white; }

/* line 1101, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
.rfp_upload::-webkit-file-upload-button {
  visibility: hidden; }

/* line 1105, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
.rfp_upload::before {
  content: 'Upload Proposal';
  display: block;
  width: 165px;
  font: 300 13px/1em "Lato", sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: white;
  background: #33cc9c;
  border: 2px solid #33cc9c;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 12px 0 10px 20px;
  margin-left: -100px;
  outline: none;
  outline-width: 0;
  -webkit-user-select: none;
  cursor: pointer;
  text-shadow: none; }

/* line 1127, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
.rfp_upload:hover::before {
  background-color: white;
  color: #33cc9c; }

/* line 1134, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
.buyer-rfps .input-detail {
  margin-top: 10px;
  font-size: 17px; }

/* line 1140, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
.templates {
  text-align: center;
  border: 1px solid #e6e6e6;
  margin-top: 50px;
  padding: 50px 0;
  background: white; }
  /* line 1147, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
  .templates .button-teal, .templates .button-orange, .templates .button-lime-green, .templates #new_purchase_order input[type='submit'], #new_purchase_order .templates input[type='submit'],
  .templates #new-po-modal-content input[type='submit'],
  #new-po-modal-content .templates input[type='submit'] {
    display: inline-block;
    margin: 0 1%; }

/* line 1154, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
.add-another-proposal,
.add-another-product {
  display: block;
  margin: 30px 0;
  font: 14px/1.3 "Lato", sans-serif;
  color: #9c9999;
  transition: color .2s text-decoration .2s;
  clear: both;
  text-align: center;
  text-transform: uppercase; }
  /* line 1165, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
  .add-another-proposal:hover,
  .add-another-product:hover {
    color: #33cc9c;
    text-decoration: underline; }

/* line 1171, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
.remove-proposal, .remove-product {
  display: inline-block;
  margin-top: 70px;
  color: rgba(156, 153, 153, 0.75);
  transition: color .2s;
  font-family: "Lato", sans-serif; }
  /* line 1178, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
  .remove-proposal i, .remove-product i {
    width: 26px;
    top: -2px;
    color: rgba(156, 153, 153, 0.75);
    transition: color .2s; }
  /* line 1185, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
  .remove-proposal:hover, .remove-product:hover {
    color: red; }
    /* line 1187, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
    .remove-proposal:hover i, .remove-product:hover i {
      color: red; }

/* line 1191, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
.remove-product {
  margin: 20px 0; }

/* line 1196, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
.half-half {
  width: 50%;
  display: inline-block; }

/* line 1202, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
.threes {
  clear: both; }
  /* line 1205, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
  .threes fieldset {
    width: 30%;
    margin-right: 3%;
    margin-top: 0; }

/* line 1212, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
.state {
  min-width: 100px;
  width: 60%;
  margin-right: 5%; }

/* line 1219, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
input[type="text"].zipcode {
  min-width: 50px;
  width: 35%; }

/* line 1224, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
.goals {
  margin-top: 30px; }
  /* line 1226, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
  .goals .goals-wrapper {
    display: flex;
    flex-wrap: wrap; }
    /* line 1229, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
    .goals .goals-wrapper .single-goal {
      flex: 0 1 34%;
      padding: 0 8% 0 0;
      margin: 20px; }
      @media (max-width: 680px) {
        /* line 1229, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
        .goals .goals-wrapper .single-goal {
          flex: 0 1 90%;
          margin: 20px 0 0 20px; } }
      /* line 1237, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
      .goals .goals-wrapper .single-goal input[type="checkbox"] {
        float: left;
        margin-right: 15px;
        position: relative;
        left: -10%; }
      /* line 1243, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
      .goals .goals-wrapper .single-goal img {
        display: block;
        width: 30% !important;
        margin: 5px 0 15px;
        position: relative;
        left: -15px; }
        @media (max-width: 680px) {
          /* line 1243, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
          .goals .goals-wrapper .single-goal img {
            width: 65px !important; } }
      /* line 1253, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
      .goals .goals-wrapper .single-goal p, .goals .goals-wrapper .single-goal .form-field-instructions, .goals .goals-wrapper .single-goal .order-creation-details-wrapper .field.weekly label, .order-creation-details-wrapper .field.weekly .goals .goals-wrapper .single-goal label, .goals .goals-wrapper .single-goal .order-creation-details-wrapper .field.monthly span, .order-creation-details-wrapper .field.monthly .goals .goals-wrapper .single-goal span, .goals .goals-wrapper .single-goal .buyer-orders-list .single-order, .buyer-orders-list .goals .goals-wrapper .single-goal .single-order,
      .goals .goals-wrapper .single-goal .vendor-orders-list .single-order,
      .vendor-orders-list .goals .goals-wrapper .single-goal .single-order, .goals .goals-wrapper .single-goal .all-line-items .single-line-item .order-details-line-1 span, .all-line-items .single-line-item .order-details-line-1 .goals .goals-wrapper .single-goal span,
      .goals .goals-wrapper .single-goal .all-line-items .single-line-item .order-details-line-2 span,
      .all-line-items .single-line-item .order-details-line-2 .goals .goals-wrapper .single-goal span {
        position: relative;
        left: 15px; }
        @media (max-width: 680px) {
          /* line 1253, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
          .goals .goals-wrapper .single-goal p, .goals .goals-wrapper .single-goal .form-field-instructions, .goals .goals-wrapper .single-goal .order-creation-details-wrapper .field.weekly label, .order-creation-details-wrapper .field.weekly .goals .goals-wrapper .single-goal label, .goals .goals-wrapper .single-goal .order-creation-details-wrapper .field.monthly span, .order-creation-details-wrapper .field.monthly .goals .goals-wrapper .single-goal span, .goals .goals-wrapper .single-goal .buyer-orders-list .single-order, .buyer-orders-list .goals .goals-wrapper .single-goal .single-order,
          .goals .goals-wrapper .single-goal .vendor-orders-list .single-order,
          .vendor-orders-list .goals .goals-wrapper .single-goal .single-order, .goals .goals-wrapper .single-goal .all-line-items .single-line-item .order-details-line-1 span, .all-line-items .single-line-item .order-details-line-1 .goals .goals-wrapper .single-goal span,
          .goals .goals-wrapper .single-goal .all-line-items .single-line-item .order-details-line-2 span,
          .all-line-items .single-line-item .order-details-line-2 .goals .goals-wrapper .single-goal span {
            width: 100% !important;
            left: -15px; } }
      /* line 1261, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
      .goals .goals-wrapper .single-goal .goal-descript {
        font: 500 15px/1.5 "Lato", sans-serif;
        color: #363636;
        letter-spacing: 0;
        margin: 0 !important; }

/* line 1272, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
.seasonal-product p, .seasonal-product .form-field-instructions, .seasonal-product .order-creation-details-wrapper .field.weekly label, .order-creation-details-wrapper .field.weekly .seasonal-product label, .seasonal-product .order-creation-details-wrapper .field.monthly span, .order-creation-details-wrapper .field.monthly .seasonal-product span, .seasonal-product .buyer-orders-list .single-order, .buyer-orders-list .seasonal-product .single-order,
.seasonal-product .vendor-orders-list .single-order,
.vendor-orders-list .seasonal-product .single-order, .seasonal-product .all-line-items .single-line-item .order-details-line-1 span, .all-line-items .single-line-item .order-details-line-1 .seasonal-product span,
.seasonal-product .all-line-items .single-line-item .order-details-line-2 span,
.all-line-items .single-line-item .order-details-line-2 .seasonal-product span {
  display: inline-block;
  margin-right: 15px; }
  /* line 1276, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
  .seasonal-product p input, .seasonal-product .form-field-instructions input, .seasonal-product .order-creation-details-wrapper .field.weekly label input, .order-creation-details-wrapper .field.weekly .seasonal-product label input, .seasonal-product .order-creation-details-wrapper .field.monthly span input, .order-creation-details-wrapper .field.monthly .seasonal-product span input, .seasonal-product .buyer-orders-list .single-order input, .buyer-orders-list .seasonal-product .single-order input,
  .seasonal-product .vendor-orders-list .single-order input,
  .vendor-orders-list .seasonal-product .single-order input, .seasonal-product .all-line-items .single-line-item .order-details-line-1 span input, .all-line-items .single-line-item .order-details-line-1 .seasonal-product span input,
  .seasonal-product .all-line-items .single-line-item .order-details-line-2 span input,
  .all-line-items .single-line-item .order-details-line-2 .seasonal-product span input {
    position: relative;
    top: -3px; }

/* line 1284, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
.submit-btn {
  display: block;
  margin: 30px auto 0 auto;
  font-size: 18px; }

/* line 1290, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
.clear-link {
  display: block;
  width: 60px;
  height: 20px;
  font: 300 12px/1.3 "Lato", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 20px auto 50px auto;
  color: #9c9999; }

/* line 1308, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
.account .missed-connections {
  width: 50%;
  min-width: 300px;
  max-width: 800px;
  border: 1px solid #9c9999;
  padding: 40px 5% 30px;
  margin-bottom: 50px; }
  /* line 1316, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
  .account .missed-connections .button-teal, .account .missed-connections .button-orange, .account .missed-connections .button-lime-green, .account .missed-connections #new_purchase_order input[type='submit'], #new_purchase_order .account .missed-connections input[type='submit'],
  .account .missed-connections #new-po-modal-content input[type='submit'],
  #new-po-modal-content .account .missed-connections input[type='submit'] {
    background: none;
    border-color: #e05d23;
    text-decoration: none;
    color: #e05d23; }
    /* line 1322, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
    .account .missed-connections .button-teal:hover, .account .missed-connections .button-orange:hover, .account .missed-connections .button-lime-green:hover, .account .missed-connections #new_purchase_order input[type='submit']:hover, #new_purchase_order .account .missed-connections input[type='submit']:hover,
    .account .missed-connections #new-po-modal-content input[type='submit']:hover,
    #new-po-modal-content .account .missed-connections input[type='submit']:hover {
      color: white;
      background: #e05d23; }

/* line 1332, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
.edit_user h4, .edit_user .main.detail-page .body-content .about-content h3, .main.detail-page .body-content .about-content .edit_user h3, .edit_user .main.detail-page .body-content .about-content .order-creation-details-wrapper label, .main.detail-page .body-content .about-content .order-creation-details-wrapper .edit_user label, .edit_user .order-creation-details-wrapper .main.detail-page .body-content .about-content label, .order-creation-details-wrapper .main.detail-page .body-content .about-content .edit_user label {
  margin: 0 0 6px 0;
  padding-top: 20px;
  clear: both; }
/* line 1337, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
.edit_user .input-detail {
  display: block;
  margin-bottom: 10px; }
/* line 1341, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
.edit_user input {
  max-width: 90%; }
  @media (max-width: 1100px) {
    /* line 1341, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
    .edit_user input {
      max-width: 100%; } }
/* line 1347, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
.edit_user input[type="submit"] {
  margin-top: 0; }

/* line 1352, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
.user-account-details-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px; }
  @media (max-width: 1100px) {
    /* line 1352, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
    .user-account-details-wrapper {
      flex-direction: column; } }
  /* line 1359, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
  .user-account-details-wrapper .details-section {
    flex: 0 1 45%;
    padding: 10px 2.5%; }
    @media (max-width: 1100px) {
      /* line 1359, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
      .user-account-details-wrapper .details-section {
        flex: 0 1 100%; } }
    /* line 1365, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
    .user-account-details-wrapper .details-section h4, .user-account-details-wrapper .details-section .main.detail-page .body-content .about-content h3, .main.detail-page .body-content .about-content .user-account-details-wrapper .details-section h3, .user-account-details-wrapper .details-section .main.detail-page .body-content .about-content .order-creation-details-wrapper label, .main.detail-page .body-content .about-content .order-creation-details-wrapper .user-account-details-wrapper .details-section label, .user-account-details-wrapper .details-section .order-creation-details-wrapper .main.detail-page .body-content .about-content label, .order-creation-details-wrapper .main.detail-page .body-content .about-content .user-account-details-wrapper .details-section label {
      margin-bottom: 5px; }
    /* line 1368, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
    .user-account-details-wrapper .details-section .account-status-disabled {
      background: #f7f5ef;
      padding: 30px 5% 10px; }

/* line 1377, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
.reactivate-account {
  flex: 0 1 75%;
  padding: 0 5%;
  min-height: 55vh;
  padding-top: 20vh;
  color: white;
  text-align: center; }
  @media (max-width: 1100px) {
    /* line 1377, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
    .reactivate-account {
      flex: 0 1 100%; } }
  /* line 1387, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
  .reactivate-account h1, .reactivate-account .timeline-summary h2, .timeline-summary .reactivate-account h2 {
    font: 800 42px/1.3 "Lato", sans-serif;
    letter-spacing: 0;
    text-transform: none; }
  /* line 1392, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
  .reactivate-account h2 {
    font: 400 28px/1.5 "Lato", sans-serif;
    margin: 20px auto; }
  /* line 1396, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
  .reactivate-account p, .reactivate-account .form-field-instructions, .reactivate-account .order-creation-details-wrapper .field.weekly label, .order-creation-details-wrapper .field.weekly .reactivate-account label, .reactivate-account .order-creation-details-wrapper .field.monthly span, .order-creation-details-wrapper .field.monthly .reactivate-account span, .reactivate-account .buyer-orders-list .single-order, .buyer-orders-list .reactivate-account .single-order,
  .reactivate-account .vendor-orders-list .single-order,
  .vendor-orders-list .reactivate-account .single-order, .reactivate-account .all-line-items .single-line-item .order-details-line-1 span, .all-line-items .single-line-item .order-details-line-1 .reactivate-account span,
  .reactivate-account .all-line-items .single-line-item .order-details-line-2 span,
  .all-line-items .single-line-item .order-details-line-2 .reactivate-account span {
    max-width: 70%;
    margin: 0 auto 15px auto;
    font: 300 18px/1.5 "Lato", sans-serif; }
    @media (max-width: 1100px) {
      /* line 1396, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
      .reactivate-account p, .reactivate-account .form-field-instructions, .reactivate-account .order-creation-details-wrapper .field.weekly label, .order-creation-details-wrapper .field.weekly .reactivate-account label, .reactivate-account .order-creation-details-wrapper .field.monthly span, .order-creation-details-wrapper .field.monthly .reactivate-account span, .reactivate-account .buyer-orders-list .single-order, .buyer-orders-list .reactivate-account .single-order,
      .reactivate-account .vendor-orders-list .single-order,
      .vendor-orders-list .reactivate-account .single-order, .reactivate-account .all-line-items .single-line-item .order-details-line-1 span, .all-line-items .single-line-item .order-details-line-1 .reactivate-account span,
      .reactivate-account .all-line-items .single-line-item .order-details-line-2 span,
      .all-line-items .single-line-item .order-details-line-2 .reactivate-account span {
        max-width: 80%; } }
  /* line 1404, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
  .reactivate-account .button-orange {
    background: #e05d23;
    border-color: #e05d23;
    text-decoration: none;
    color: #fff;
    font-size: 16px; }
    /* line 1410, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_profiles.scss */
    .reactivate-account .button-orange:hover {
      color: white;
      background: none; }

/* line 5, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
.dimmer {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 10; }

/* line 13, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
.detect-changes {
  overflow-y: scroll; }

/* line 17, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
.dimmer-close-only {
  width: 100%;
  height: 100%;
  background: rgba(47, 45, 45, 0.85);
  display: block;
  position: absolute; }

/* line 25, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
.req {
  color: red; }

/* line 38, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
.signup-modal .notification-popup .button-teal, .signup-modal .notification-popup .button-orange, .signup-modal .notification-popup .button-lime-green, .signup-modal .notification-popup #new_purchase_order input[type='submit'], #new_purchase_order .signup-modal .notification-popup input[type='submit'],
.signup-modal .notification-popup #new-po-modal-content input[type='submit'],
#new-po-modal-content .signup-modal .notification-popup input[type='submit'] {
  width: auto; }

/* line 49, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
.calendar-view-wrapper #modal-wrapper .modal__container {
  padding: 35px 20px 35px 35px; }
  @media screen and (min-width: 1020px) {
    /* line 49, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
    .calendar-view-wrapper #modal-wrapper .modal__container {
      min-width: 500px; } }
  @media screen and (max-width: 1020px) {
    /* line 49, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
    .calendar-view-wrapper #modal-wrapper .modal__container {
      min-width: 90%; } }
  /* line 58, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
  .calendar-view-wrapper #modal-wrapper .modal__container .modal__header h2 {
    font-size: 24px;
    text-transform: none; }
  /* line 62, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
  .calendar-view-wrapper #modal-wrapper .modal__container .modal__header .modal__close {
    margin-top: -20px; }
    /* line 64, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
    .calendar-view-wrapper #modal-wrapper .modal__container .modal__header .modal__close:before {
      display: inline-block;
      content: "";
      width: 24px;
      height: 24px;
      background: url(/assets/icons/icon_close_circle-aa16d68b3808ece4e2af19c7211f14d3e3d4065d1405403ead21df51dfb7e525.svg) no-repeat !important;
      background-size: 100% auto;
      opacity: .25; }
  /* line 75, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
  .calendar-view-wrapper #modal-wrapper .modal__container .modal__content {
    margin-top: 0; }
    /* line 77, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
    .calendar-view-wrapper #modal-wrapper .modal__container .modal__content p, .calendar-view-wrapper #modal-wrapper .modal__container .modal__content .form-field-instructions, .calendar-view-wrapper #modal-wrapper .modal__container .modal__content .order-creation-details-wrapper .field.weekly label, .order-creation-details-wrapper .field.weekly .calendar-view-wrapper #modal-wrapper .modal__container .modal__content label, .calendar-view-wrapper #modal-wrapper .modal__container .modal__content .order-creation-details-wrapper .field.monthly span, .order-creation-details-wrapper .field.monthly .calendar-view-wrapper #modal-wrapper .modal__container .modal__content span, .calendar-view-wrapper #modal-wrapper .modal__container .modal__content .buyer-orders-list .single-order, .buyer-orders-list .calendar-view-wrapper #modal-wrapper .modal__container .modal__content .single-order,
    .calendar-view-wrapper #modal-wrapper .modal__container .modal__content .vendor-orders-list .single-order,
    .vendor-orders-list .calendar-view-wrapper #modal-wrapper .modal__container .modal__content .single-order, .calendar-view-wrapper #modal-wrapper .modal__container .modal__content .all-line-items .single-line-item .order-details-line-1 span, .all-line-items .single-line-item .order-details-line-1 .calendar-view-wrapper #modal-wrapper .modal__container .modal__content span,
    .calendar-view-wrapper #modal-wrapper .modal__container .modal__content .all-line-items .single-line-item .order-details-line-2 span,
    .all-line-items .single-line-item .order-details-line-2 .calendar-view-wrapper #modal-wrapper .modal__container .modal__content span {
      font-size: 17px;
      margin: 15px 0; }
    /* line 81, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
    .calendar-view-wrapper #modal-wrapper .modal__container .modal__content .flex-wrapper {
      display: flex; }
      /* line 83, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
      .calendar-view-wrapper #modal-wrapper .modal__container .modal__content .flex-wrapper .w-20 {
        display: flex;
        align-items: center;
        flex: 0 1 10%; }
        /* line 87, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
        .calendar-view-wrapper #modal-wrapper .modal__container .modal__content .flex-wrapper .w-20 .status-icon {
          width: auto;
          height: 30px; }
        /* line 91, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
        .calendar-view-wrapper #modal-wrapper .modal__container .modal__content .flex-wrapper .w-20 .vendor-thumb {
          width: 30px;
          height: 30px;
          border-radius: 30px; }
      /* line 97, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
      .calendar-view-wrapper #modal-wrapper .modal__container .modal__content .flex-wrapper .w-70 {
        display: flex;
        align-items: center;
        flex: 0 1 70%; }
  /* line 105, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
  .calendar-view-wrapper #modal-wrapper .modal__container .modal__footer .breadcrumb {
    font-size: 14px; }

/* line 116, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
.close {
  display: inline-block;
  width: 20px;
  height: 20px;
  font-size: 25px;
  color: #e6e6e6;
  text-transform: uppercase;
  float: right;
  position: absolute;
  top: 20px;
  right: 20px;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  transition: all 0.1s linear; }
  /* line 129, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
  .close i {
    position: fixed; }
  /* line 133, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
  .close:hover {
    color: #33cc9c; }

/* line 136, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
.product-detail-modal {
  width: 75%;
  max-height: 80vh;
  padding: 40px 2.5%;
  position: relative;
  margin: 4vh auto;
  border: 1px solid #e6e6e6;
  overflow-y: scroll;
  border-radius: 6px;
  background: #fefefe; }
  /* line 147, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
  .product-detail-modal h3, .product-detail-modal .order-creation-details-wrapper label, .order-creation-details-wrapper .product-detail-modal label {
    letter-spacing: 2px; }
  /* line 151, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
  .product-detail-modal .modal-img {
    width: 20%;
    min-width: 150px;
    height: auto;
    float: left;
    margin-right: 4%; }
    /* line 158, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
    .product-detail-modal .modal-img img {
      width: 100%;
      height: auto;
      border: 1px solid #e6e6e6;
      border-radius: 270px; }
    /* line 165, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
    .product-detail-modal .modal-img .product-img-upload {
      color: #9c9999 !important; }
  /* line 170, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
  .product-detail-modal aside {
    width: 70%;
    float: right;
    padding: 0;
    margin-right: 1%; }
    /* line 176, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
    .product-detail-modal aside label {
      font-size: 14px;
      margin: 0;
      padding: 0 0 5px 0; }
    /* line 182, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
    .product-detail-modal aside p, .product-detail-modal aside .form-field-instructions, .product-detail-modal aside .order-creation-details-wrapper .field.weekly label, .order-creation-details-wrapper .field.weekly .product-detail-modal aside label, .product-detail-modal aside .order-creation-details-wrapper .field.monthly span, .order-creation-details-wrapper .field.monthly .product-detail-modal aside span, .product-detail-modal aside .buyer-orders-list .single-order, .buyer-orders-list .product-detail-modal aside .single-order,
    .product-detail-modal aside .vendor-orders-list .single-order,
    .vendor-orders-list .product-detail-modal aside .single-order, .product-detail-modal aside .all-line-items .single-line-item .order-details-line-1 span, .all-line-items .single-line-item .order-details-line-1 .product-detail-modal aside span,
    .product-detail-modal aside .all-line-items .single-line-item .order-details-line-2 span,
    .all-line-items .single-line-item .order-details-line-2 .product-detail-modal aside span {
      font: 400 14px/1.5 "Lato", sans-serif;
      margin: 5px 0 0 0;
      letter-spacing: 0; }
  /* line 190, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
  .product-detail-modal h2 {
    font: 600 20px/1.2 "Lato", sans-serif;
    margin-top: 30px; }
  /* line 197, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
  .product-detail-modal h3, .product-detail-modal .order-creation-details-wrapper label, .order-creation-details-wrapper .product-detail-modal label {
    font: 600 15px/1.3 "Lato", sans-serif;
    letter-spacing: 0;
    color: #1f1f1f;
    text-transform: none;
    margin-top: 25px; }
  /* line 205, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
  .product-detail-modal .product-attirbutes {
    width: 100%; }
    /* line 207, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
    .product-detail-modal .product-attirbutes select {
      border: 1px solid rgba(204, 204, 204, 0);
      background: #f6f6f6;
      font: 15px/1.6 "Lato", sans-serif; }
    /* line 212, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
    .product-detail-modal .product-attirbutes option {
      font: 15px/1.6 "Lato", sans-serif; }
  /* line 217, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
  .product-detail-modal .addl-options {
    width: 100%;
    display: flex;
    flex-wrap: wrap; }
    /* line 221, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
    .product-detail-modal .addl-options select {
      border: 1px solid rgba(204, 204, 204, 0);
      background: #f6f6f6;
      font: 15px/1.6 "Lato", sans-serif; }
    /* line 226, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
    .product-detail-modal .addl-options option {
      font: 15px/1.6 "Lato", sans-serif; }
    /* line 229, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
    .product-detail-modal .addl-options .single-option {
      flex: 0 1 48%;
      margin-right: 1.5%; }
      @media (max-width: 680px) {
        /* line 229, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
        .product-detail-modal .addl-options .single-option {
          flex: 0 1 100%;
          margin-right: 0; } }
      /* line 236, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
      .product-detail-modal .addl-options .single-option.full-width {
        flex: 0 1 100% !important; }
        /* line 238, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
        .product-detail-modal .addl-options .single-option.full-width input[type="text"] {
          width: 98%; }
      /* line 243, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
      .product-detail-modal .addl-options .single-option.product-size .flex-wrapper {
        display: flex; }
        /* line 245, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
        .product-detail-modal .addl-options .single-option.product-size .flex-wrapper #product_uom_quantity {
          width: 25%;
          min-width: 100px;
          align-self: start; }
        /* line 250, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
        .product-detail-modal .addl-options .single-option.product-size .flex-wrapper #product_uom_id {
          width: 65%;
          min-width: 200px;
          margin: 0 0 0 2.5%;
          align-self: start; }
  /* line 261, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
  .product-detail-modal #select-category {
    display: inline-block;
    min-width: 350px;
    max-width: 95%;
    margin-bottom: 0; }
  /* line 268, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
  .product-detail-modal .attribute-options {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0;
    margin: 0; }
    /* line 274, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
    .product-detail-modal .attribute-options li {
      width: 32%;
      flex: 0 1 32%;
      display: inline-block;
      background: none;
      color: #363636;
      padding: 0;
      font: 400 14px/1.5 "Lato", sans-serif; }
      @media (max-width: 680px) {
        /* line 274, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
        .product-detail-modal .attribute-options li {
          width: 49%;
          flex: 0 1 49%; } }
  /* line 290, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
  .product-detail-modal .storage-requirements select {
    margin: 12px 0 0 0; }
  /* line 297, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
  .product-detail-modal .three-column label {
    margin-top: 5px !important; }
  /* line 298, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
  .product-detail-modal .three-column li {
    width: 30%;
    display: inline-block;
    background: none;
    color: #363636;
    padding: 0;
    margin: 2px 0 0;
    font: 400 14px/1.5 "Lato", sans-serif; }
  /* line 311, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
  .product-detail-modal .two-column label {
    margin-top: 5px !important; }
  /* line 312, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
  .product-detail-modal .two-column li {
    width: 48%;
    display: inline-block;
    background: none;
    color: #363636;
    padding: 0;
    margin: 2px 0 0;
    font: 400 14px/1.5 "Lato", sans-serif; }
  /* line 323, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
  .product-detail-modal label {
    display: block;
    clear: both;
    padding-top: 10px;
    margin-bottom: 10px;
    float: none; }
  /* line 332, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
  .product-detail-modal input[type="text"],
  .product-detail-modal input[type="number"],
  .product-detail-modal input[type="date"],
  .product-detail-modal textarea {
    width: 94%;
    min-width: 200px;
    color: #1f1f1f;
    font-family: "Lato", sans-serif;
    letter-spacing: 0;
    display: block;
    box-sizing: border-box;
    margin: 0;
    padding: 12px 12px 10px;
    border: 1px solid rgba(204, 204, 204, 0);
    background: #f6f6f6;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    float: none;
    clear: both;
    transition: border-color .2s; }
    /* line 352, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
    .product-detail-modal input[type="text"].product-name,
    .product-detail-modal input[type="number"].product-name,
    .product-detail-modal input[type="date"].product-name,
    .product-detail-modal textarea.product-name {
      font: 800 24px/1 "Lato", sans-serif;
      margin-top: 10px; }
    /* line 357, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
    .product-detail-modal input[type="text"]:hover,
    .product-detail-modal input[type="number"]:hover,
    .product-detail-modal input[type="date"]:hover,
    .product-detail-modal textarea:hover {
      border-color: #cccccc; }
    /* line 361, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
    .product-detail-modal input[type="text"]:hover + .edit-icon,
    .product-detail-modal input[type="number"]:hover + .edit-icon,
    .product-detail-modal input[type="date"]:hover + .edit-icon,
    .product-detail-modal textarea:hover + .edit-icon {
      opacity: 1; }
  /* line 366, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
  .product-detail-modal textarea + .edit-icon {
    float: right;
    top: -60px;
    left: -20px;
    margin-bottom: -30px; }
  /* line 373, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
  .product-detail-modal input[type='submit'] {
    margin: 0 auto; }

/* line 380, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
.fa-info-circle {
  font-size: 17px !important; }

/* line 389, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
.product-detail-modal.edit-product {
  height: 80vh;
  max-height: 80vh;
  width: 75%;
  overflow-y: scroll;
  margin: 5vh auto 0;
  padding-bottom: 20px; }
  @media (max-width: 680px) {
    /* line 389, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
    .product-detail-modal.edit-product {
      height: 90vh;
      max-height: 90vh;
      margin: 3vh auto 0; } }
  /* line 401, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
  .product-detail-modal.edit-product h3, .product-detail-modal.edit-product .order-creation-details-wrapper label, .order-creation-details-wrapper .product-detail-modal.edit-product label {
    padding: 0 0 8px 0; }
  /* line 422, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
  .product-detail-modal.edit-product input[type='submit'] {
    margin: 20px 0 20px 0; }
  /* line 426, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
  .product-detail-modal.edit-product aside .suggested-retail {
    float: left; }
  /* line 430, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
  .product-detail-modal.edit-product .addl-options {
    width: 100%;
    display: flex;
    flex-wrap: wrap; }
    /* line 434, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
    .product-detail-modal.edit-product .addl-options .single-option {
      flex: 0 1 48%;
      margin-right: 1.5%; }
      @media (max-width: 680px) {
        /* line 434, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
        .product-detail-modal.edit-product .addl-options .single-option {
          flex: 0 1 100%;
          margin-right: 0; } }

/* line 446, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
.edit-featured-product-details {
  padding: 5px 25px 25px 25px;
  background: rgba(51, 204, 156, 0.2); }
  /* line 454, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
  .edit-featured-product-details .half {
    width: 50%;
    padding: 0;
    margin: 0 0 10px; }
  /* line 460, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
  .edit-featured-product-details label {
    font: 400 13px/1.5 "Lato", sans-serif;
    margin-top: 15px !important; }
  /* line 465, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
  .edit-featured-product-details p, .edit-featured-product-details .form-field-instructions, .edit-featured-product-details .order-creation-details-wrapper .field.weekly label, .order-creation-details-wrapper .field.weekly .edit-featured-product-details label, .edit-featured-product-details .order-creation-details-wrapper .field.monthly span, .order-creation-details-wrapper .field.monthly .edit-featured-product-details span, .edit-featured-product-details .buyer-orders-list .single-order, .buyer-orders-list .edit-featured-product-details .single-order,
  .edit-featured-product-details .vendor-orders-list .single-order,
  .vendor-orders-list .edit-featured-product-details .single-order, .edit-featured-product-details .all-line-items .single-line-item .order-details-line-1 span, .all-line-items .single-line-item .order-details-line-1 .edit-featured-product-details span,
  .edit-featured-product-details .all-line-items .single-line-item .order-details-line-2 span,
  .all-line-items .single-line-item .order-details-line-2 .edit-featured-product-details span {
    margin: 20px 0 0 0 !important; }
  /* line 467, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
  .edit-featured-product-details span {
    font-size: 14px; }
  /* line 469, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
  .edit-featured-product-details em {
    opacity: .65; }
  /* line 471, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
  .edit-featured-product-details a {
    color: inherit;
    border-bottom: 1px solid #33cc9c;
    transition: color .2s; }
    /* line 476, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
    .edit-featured-product-details a:hover {
      color: #33cc9c; }
  /* line 481, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
  .edit-featured-product-details input[type="checkbox"] {
    margin: 0 5px 0 0;
    position: relative;
    top: -4px; }

/* line 489, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
label.has-tooltip {
  display: inline-block;
  position: relative; }

/* line 494, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
.info-tooltip {
  display: inline-block;
  width: 250px; }

/* line 499, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
.tooltip-tippy {
  cursor: pointer; }

/* line 503, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
.tooltip {
  display: inline-block;
  border: 1px solid #e6e6e6;
  font: 10px/1.4 "Lato", sans-serif;
  background: white;
  padding: 15px;
  position: absolute;
  left: 105%;
  top: -40px;
  box-shadow: 3px 3px 5px rgba(47, 45, 45, 0.25);
  opacity: 0;
  transition: opacity .2s; }

/* line 517, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
.fa-info-circle {
  display: inline-block;
  position: relative;
  margin-left: 2px;
  transition: color .2s, opacity .2s; }
  /* line 522, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
  .fa-info-circle:hover {
    color: #33cc9c; }

/* line 527, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
.fa-info-circle:hover ~ .info-tooltip {
  opacity: 1;
  color: #363636;
  padding: 10px;
  position: absolute; }

/* line 534, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
.tippy-content {
  text-align: left;
  font-size: 12px; }

/* line 539, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
.feat-product-warning {
  color: red;
  display: block;
  font-size: 10px;
  font-style: italic; }

@media (max-width: 1100px) {
  /* line 546, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
  .request-modal {
    width: 70% !important;
    padding: 30px 10% !important; } }
@media (max-width: 680px) {
  /* line 546, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
  .request-modal {
    width: 85% !important;
    padding: 30px 5% !important; } }
/* line 556, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
.request-modal h3, .request-modal .order-creation-details-wrapper label, .order-creation-details-wrapper .request-modal label {
  padding: 15px 0;
  margin-top: 15px; }
/* line 561, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
.request-modal h4, .request-modal .main.detail-page .body-content .about-content h3, .main.detail-page .body-content .about-content .request-modal h3, .request-modal .main.detail-page .body-content .about-content .order-creation-details-wrapper label, .main.detail-page .body-content .about-content .order-creation-details-wrapper .request-modal label, .request-modal .order-creation-details-wrapper .main.detail-page .body-content .about-content label, .order-creation-details-wrapper .main.detail-page .body-content .about-content .request-modal label {
  font: italic 400 15px/1.5 "Lato", sans-serif;
  color: rgba(54, 54, 54, 0.9);
  margin: 10px 0; }
/* line 568, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
.request-modal .flex-wrapper h2 {
  font-size: 28px;
  border-bottom: none; }
/* line 572, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
.request-modal .flex-wrapper h4, .request-modal .flex-wrapper .main.detail-page .body-content .about-content h3, .main.detail-page .body-content .about-content .request-modal .flex-wrapper h3, .request-modal .flex-wrapper .main.detail-page .body-content .about-content .order-creation-details-wrapper label, .main.detail-page .body-content .about-content .order-creation-details-wrapper .request-modal .flex-wrapper label, .request-modal .flex-wrapper .order-creation-details-wrapper .main.detail-page .body-content .about-content label, .order-creation-details-wrapper .main.detail-page .body-content .about-content .request-modal .flex-wrapper label {
  margin-top: 0;
  display: flex;
  align-items: center;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #e6e6e6; }
  /* line 579, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
  .request-modal .flex-wrapper h4 .goal, .request-modal .flex-wrapper .main.detail-page .body-content .about-content h3 .goal, .main.detail-page .body-content .about-content .request-modal .flex-wrapper h3 .goal, .request-modal .flex-wrapper .main.detail-page .body-content .about-content .order-creation-details-wrapper label .goal, .main.detail-page .body-content .about-content .order-creation-details-wrapper .request-modal .flex-wrapper label .goal, .request-modal .flex-wrapper .order-creation-details-wrapper .main.detail-page .body-content .about-content label .goal, .order-creation-details-wrapper .main.detail-page .body-content .about-content .request-modal .flex-wrapper label .goal {
    display: inline-block;
    height: 26px;
    width: auto;
    margin-right: 5px; }
  /* line 585, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
  .request-modal .flex-wrapper h4 span, .request-modal .flex-wrapper .main.detail-page .body-content .about-content h3 span, .main.detail-page .body-content .about-content .request-modal .flex-wrapper h3 span, .request-modal .flex-wrapper .main.detail-page .body-content .about-content .order-creation-details-wrapper label span, .main.detail-page .body-content .about-content .order-creation-details-wrapper .request-modal .flex-wrapper label span, .request-modal .flex-wrapper .order-creation-details-wrapper .main.detail-page .body-content .about-content label span, .order-creation-details-wrapper .main.detail-page .body-content .about-content .request-modal .flex-wrapper label span {
    display: inline-block;
    margin-right: 5px; }
/* line 591, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
.request-modal p, .request-modal .form-field-instructions, .request-modal .order-creation-details-wrapper .field.weekly label, .order-creation-details-wrapper .field.weekly .request-modal label, .request-modal .order-creation-details-wrapper .field.monthly span, .order-creation-details-wrapper .field.monthly .request-modal span, .request-modal .buyer-orders-list .single-order, .buyer-orders-list .request-modal .single-order,
.request-modal .vendor-orders-list .single-order,
.vendor-orders-list .request-modal .single-order, .request-modal .all-line-items .single-line-item .order-details-line-1 span, .all-line-items .single-line-item .order-details-line-1 .request-modal span,
.request-modal .all-line-items .single-line-item .order-details-line-2 span,
.all-line-items .single-line-item .order-details-line-2 .request-modal span {
  text-align: left;
  margin: 20px 0;
  font: 400 15px/1.6 "Lato", sans-serif; }
  /* line 595, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
  .request-modal p.request-location, .request-modal .request-location.form-field-instructions, .request-modal .order-creation-details-wrapper .field.weekly label.request-location, .order-creation-details-wrapper .field.weekly .request-modal label.request-location, .request-modal .order-creation-details-wrapper .field.monthly span.request-location, .order-creation-details-wrapper .field.monthly .request-modal span.request-location, .request-modal .buyer-orders-list .request-location.single-order, .buyer-orders-list .request-modal .request-location.single-order,
  .request-modal .vendor-orders-list .request-location.single-order,
  .vendor-orders-list .request-modal .request-location.single-order, .request-modal .all-line-items .single-line-item .order-details-line-1 span.request-location, .all-line-items .single-line-item .order-details-line-1 .request-modal span.request-location,
  .request-modal .all-line-items .single-line-item .order-details-line-2 span.request-location,
  .all-line-items .single-line-item .order-details-line-2 .request-modal span.request-location {
    display: flex;
    align-items: center;
    font: 400 15px/1.6 "Lato", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 20px;
    color: #28ba93; }
    /* line 603, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
    .request-modal p.request-location img, .request-modal .request-location.form-field-instructions img, .request-modal .order-creation-details-wrapper .field.weekly label.request-location img, .order-creation-details-wrapper .field.weekly .request-modal label.request-location img, .request-modal .order-creation-details-wrapper .field.monthly span.request-location img, .order-creation-details-wrapper .field.monthly .request-modal span.request-location img, .request-modal .buyer-orders-list .request-location.single-order img, .buyer-orders-list .request-modal .request-location.single-order img,
    .request-modal .vendor-orders-list .request-location.single-order img,
    .vendor-orders-list .request-modal .request-location.single-order img, .request-modal .all-line-items .single-line-item .order-details-line-1 span.request-location img, .all-line-items .single-line-item .order-details-line-1 .request-modal span.request-location img,
    .request-modal .all-line-items .single-line-item .order-details-line-2 span.request-location img,
    .all-line-items .single-line-item .order-details-line-2 .request-modal span.request-location img {
      display: inline-block;
      margin-right: 5px; }
  /* line 608, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
  .request-modal p a, .request-modal .form-field-instructions a, .request-modal .order-creation-details-wrapper .field.weekly label a, .order-creation-details-wrapper .field.weekly .request-modal label a, .request-modal .order-creation-details-wrapper .field.monthly span a, .order-creation-details-wrapper .field.monthly .request-modal span a, .request-modal .buyer-orders-list .single-order a, .buyer-orders-list .request-modal .single-order a,
  .request-modal .vendor-orders-list .single-order a,
  .vendor-orders-list .request-modal .single-order a, .request-modal .all-line-items .single-line-item .order-details-line-1 span a, .all-line-items .single-line-item .order-details-line-1 .request-modal span a,
  .request-modal .all-line-items .single-line-item .order-details-line-2 span a,
  .all-line-items .single-line-item .order-details-line-2 .request-modal span a {
    color: #28ba93; }
/* line 613, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
.request-modal .goals {
  display: flex;
  margin-top: 10px;
  padding: 0; }
  /* line 618, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
  .request-modal .goals .single-goal {
    position: relative;
    margin: 10px 0 10px 15px;
    padding-left: 2.5%; }
    /* line 622, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
    .request-modal .goals .single-goal input[type="checkbox"] {
      position: absolute;
      top: -15px;
      margin: 15px 15px 0 0;
      left: 0; }
    /* line 629, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
    .request-modal .goals .single-goal img {
      margin-bottom: 5px;
      margin-left: 10px; }
    /* line 634, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
    .request-modal .goals .single-goal p, .request-modal .goals .single-goal .form-field-instructions, .request-modal .goals .single-goal .order-creation-details-wrapper .field.weekly label, .order-creation-details-wrapper .field.weekly .request-modal .goals .single-goal label, .request-modal .goals .single-goal .order-creation-details-wrapper .field.monthly span, .order-creation-details-wrapper .field.monthly .request-modal .goals .single-goal span, .request-modal .goals .single-goal .buyer-orders-list .single-order, .buyer-orders-list .request-modal .goals .single-goal .single-order,
    .request-modal .goals .single-goal .vendor-orders-list .single-order,
    .vendor-orders-list .request-modal .goals .single-goal .single-order, .request-modal .goals .single-goal .all-line-items .single-line-item .order-details-line-1 span, .all-line-items .single-line-item .order-details-line-1 .request-modal .goals .single-goal span,
    .request-modal .goals .single-goal .all-line-items .single-line-item .order-details-line-2 span,
    .all-line-items .single-line-item .order-details-line-2 .request-modal .goals .single-goal span {
      font: 600 11px/1.4 "Lato", sans-serif;
      text-transform: uppercase;
      color: #363636;
      margin-left: 10px; }
/* line 643, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
.request-modal .add-request-main {
  width: 55%; }
/* line 647, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
.request-modal .modal-img {
  position: relative;
  width: 100%;
  float: none; }
  /* line 652, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
  .request-modal .modal-img p, .request-modal .modal-img .form-field-instructions, .request-modal .modal-img .order-creation-details-wrapper .field.weekly label, .order-creation-details-wrapper .field.weekly .request-modal .modal-img label, .request-modal .modal-img .order-creation-details-wrapper .field.monthly span, .order-creation-details-wrapper .field.monthly .request-modal .modal-img span, .request-modal .modal-img .buyer-orders-list .single-order, .buyer-orders-list .request-modal .modal-img .single-order,
  .request-modal .modal-img .vendor-orders-list .single-order,
  .vendor-orders-list .request-modal .modal-img .single-order, .request-modal .modal-img .all-line-items .single-line-item .order-details-line-1 span, .all-line-items .single-line-item .order-details-line-1 .request-modal .modal-img span,
  .request-modal .modal-img .all-line-items .single-line-item .order-details-line-2 span,
  .all-line-items .single-line-item .order-details-line-2 .request-modal .modal-img span {
    margin-top: 10px;
    letter-spacing: 0; }
/* line 661, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
.request-modal .responses-alert h3, .request-modal .responses-alert .order-creation-details-wrapper label, .order-creation-details-wrapper .request-modal .responses-alert label {
  margin: 10px 0; }
/* line 663, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
.request-modal .responses-alert .single-proposal {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  /* line 667, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
  .request-modal .responses-alert .single-proposal .wrapper {
    display: flex;
    align-items: center; }
/* line 673, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
.request-modal .responses-alert .vendor-thumb-xs {
  width: 25px;
  height: 25px;
  margin-right: 5px; }
/* line 679, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
.request-modal .responses-alert p, .request-modal .responses-alert .form-field-instructions, .request-modal .responses-alert .order-creation-details-wrapper .field.weekly label, .order-creation-details-wrapper .field.weekly .request-modal .responses-alert label, .request-modal .responses-alert .order-creation-details-wrapper .field.monthly span, .order-creation-details-wrapper .field.monthly .request-modal .responses-alert span, .request-modal .responses-alert .buyer-orders-list .single-order, .buyer-orders-list .request-modal .responses-alert .single-order,
.request-modal .responses-alert .vendor-orders-list .single-order,
.vendor-orders-list .request-modal .responses-alert .single-order, .request-modal .responses-alert .all-line-items .single-line-item .order-details-line-1 span, .all-line-items .single-line-item .order-details-line-1 .request-modal .responses-alert span,
.request-modal .responses-alert .all-line-items .single-line-item .order-details-line-2 span,
.all-line-items .single-line-item .order-details-line-2 .request-modal .responses-alert span {
  font-size: 18px;
  line-height: 1.4; }
/* line 684, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
.request-modal .responses-alert a {
  display: inline-block;
  font: 400 14px/1.4 "Lato", sans-serif;
  color: inherit; }
  /* line 688, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
  .request-modal .responses-alert a:hover {
    color: #28ba93; }
/* line 692, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
.request-modal .responses-alert .view-edit-PO-btn {
  display: flex; }
/* line 701, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
.request-modal.edit-details .rfp-sidebar .modal-img {
  width: 80%; }
/* line 705, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
.request-modal.edit-details .rfp-sidebar .responses-alert {
  width: 90%; }
  /* line 707, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
  .request-modal.edit-details .rfp-sidebar .responses-alert p, .request-modal.edit-details .rfp-sidebar .responses-alert .form-field-instructions, .request-modal.edit-details .rfp-sidebar .responses-alert .order-creation-details-wrapper .field.weekly label, .order-creation-details-wrapper .field.weekly .request-modal.edit-details .rfp-sidebar .responses-alert label, .request-modal.edit-details .rfp-sidebar .responses-alert .order-creation-details-wrapper .field.monthly span, .order-creation-details-wrapper .field.monthly .request-modal.edit-details .rfp-sidebar .responses-alert span, .request-modal.edit-details .rfp-sidebar .responses-alert .buyer-orders-list .single-order, .buyer-orders-list .request-modal.edit-details .rfp-sidebar .responses-alert .single-order,
  .request-modal.edit-details .rfp-sidebar .responses-alert .vendor-orders-list .single-order,
  .vendor-orders-list .request-modal.edit-details .rfp-sidebar .responses-alert .single-order, .request-modal.edit-details .rfp-sidebar .responses-alert .all-line-items .single-line-item .order-details-line-1 span, .all-line-items .single-line-item .order-details-line-1 .request-modal.edit-details .rfp-sidebar .responses-alert span,
  .request-modal.edit-details .rfp-sidebar .responses-alert .all-line-items .single-line-item .order-details-line-2 span,
  .all-line-items .single-line-item .order-details-line-2 .request-modal.edit-details .rfp-sidebar .responses-alert span {
    font: 500 14px/1.4 "Lato", sans-serif; }
/* line 716, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
.request-modal.edit-request .add-request-main {
  width: 95%;
  margin: auto; }
/* line 721, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
.request-modal.edit-request input[type='submit'] {
  margin: 20px auto 10px; }

/* line 729, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
.proposal-count {
  display: inline-block;
  width: 32px;
  height: 32px;
  -webkit-border-radius: 32px;
  border-radius: 32px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #e05d23;
  color: white;
  font: 600 16px/2 "Lato", sans-serif;
  text-align: center;
  position: absolute;
  top: 58%;
  left: 60%;
  box-shadow: rgba(47, 45, 45, 0.25) 1px 1px 5px; }

/* line 745, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
input[type="file"].proposal_upload {
  padding-left: 0; }

/* line 752, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
aside.add-proposal h2 {
  font-size: 22px;
  border-bottom-color: #e6e6e6; }
/* line 757, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
aside.add-proposal p.instructions, aside.add-proposal .instructions.form-field-instructions, aside.add-proposal .order-creation-details-wrapper .field.weekly label.instructions, .order-creation-details-wrapper .field.weekly aside.add-proposal label.instructions, aside.add-proposal .order-creation-details-wrapper .field.monthly span.instructions, .order-creation-details-wrapper .field.monthly aside.add-proposal span.instructions, aside.add-proposal .buyer-orders-list .instructions.single-order, .buyer-orders-list aside.add-proposal .instructions.single-order,
aside.add-proposal .vendor-orders-list .instructions.single-order,
.vendor-orders-list aside.add-proposal .instructions.single-order, aside.add-proposal .all-line-items .single-line-item .order-details-line-1 span.instructions, .all-line-items .single-line-item .order-details-line-1 aside.add-proposal span.instructions,
aside.add-proposal .all-line-items .single-line-item .order-details-line-2 span.instructions,
.all-line-items .single-line-item .order-details-line-2 aside.add-proposal span.instructions {
  font-style: italic;
  color: #363636; }
  /* line 761, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
  aside.add-proposal p.instructions a, aside.add-proposal .instructions.form-field-instructions a, aside.add-proposal .order-creation-details-wrapper .field.weekly label.instructions a, .order-creation-details-wrapper .field.weekly aside.add-proposal label.instructions a, aside.add-proposal .order-creation-details-wrapper .field.monthly span.instructions a, .order-creation-details-wrapper .field.monthly aside.add-proposal span.instructions a, aside.add-proposal .buyer-orders-list .instructions.single-order a, .buyer-orders-list aside.add-proposal .instructions.single-order a,
  aside.add-proposal .vendor-orders-list .instructions.single-order a,
  .vendor-orders-list aside.add-proposal .instructions.single-order a, aside.add-proposal .all-line-items .single-line-item .order-details-line-1 span.instructions a, .all-line-items .single-line-item .order-details-line-1 aside.add-proposal span.instructions a,
  aside.add-proposal .all-line-items .single-line-item .order-details-line-2 span.instructions a,
  .all-line-items .single-line-item .order-details-line-2 aside.add-proposal span.instructions a {
    color: #363636;
    border-bottom: 2px solid #33cc9c;
    transition: color .2s; }
    /* line 766, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
    aside.add-proposal p.instructions a:hover, aside.add-proposal .instructions.form-field-instructions a:hover, aside.add-proposal .order-creation-details-wrapper .field.weekly label.instructions a:hover, .order-creation-details-wrapper .field.weekly aside.add-proposal label.instructions a:hover, aside.add-proposal .order-creation-details-wrapper .field.monthly span.instructions a:hover, .order-creation-details-wrapper .field.monthly aside.add-proposal span.instructions a:hover, aside.add-proposal .buyer-orders-list .instructions.single-order a:hover, .buyer-orders-list aside.add-proposal .instructions.single-order a:hover,
    aside.add-proposal .vendor-orders-list .instructions.single-order a:hover,
    .vendor-orders-list aside.add-proposal .instructions.single-order a:hover, aside.add-proposal .all-line-items .single-line-item .order-details-line-1 span.instructions a:hover, .all-line-items .single-line-item .order-details-line-1 aside.add-proposal span.instructions a:hover,
    aside.add-proposal .all-line-items .single-line-item .order-details-line-2 span.instructions a:hover,
    .all-line-items .single-line-item .order-details-line-2 aside.add-proposal span.instructions a:hover {
      color: #33cc9c; }

/* line 775, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
.notification-popup {
  width: 55%;
  max-height: 70%;
  padding: 50px 3%;
  position: relative;
  margin: 5% auto 0;
  background: white;
  border: 1px solid #ccc;
  overflow-y: scroll;
  text-align: center; }
  /* line 786, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
  .notification-popup .close {
    right: 36px; }
  /* line 788, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
  .notification-popup img {
    width: 25%;
    height: auto;
    margin-bottom: 10px; }
  /* line 794, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
  .notification-popup h2 {
    font-weight: 400;
    margin: 20px auto; }
  /* line 799, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
  .notification-popup p, .notification-popup .form-field-instructions, .notification-popup .order-creation-details-wrapper .field.weekly label, .order-creation-details-wrapper .field.weekly .notification-popup label, .notification-popup .order-creation-details-wrapper .field.monthly span, .order-creation-details-wrapper .field.monthly .notification-popup span, .notification-popup .buyer-orders-list .single-order, .buyer-orders-list .notification-popup .single-order,
  .notification-popup .vendor-orders-list .single-order,
  .vendor-orders-list .notification-popup .single-order, .notification-popup .all-line-items .single-line-item .order-details-line-1 span, .all-line-items .single-line-item .order-details-line-1 .notification-popup span,
  .notification-popup .all-line-items .single-line-item .order-details-line-2 span,
  .all-line-items .single-line-item .order-details-line-2 .notification-popup span {
    font-size: 17px;
    margin: 10px 0; }
    /* line 803, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
    .notification-popup p em, .notification-popup .form-field-instructions em, .notification-popup .order-creation-details-wrapper .field.weekly label em, .order-creation-details-wrapper .field.weekly .notification-popup label em, .notification-popup .order-creation-details-wrapper .field.monthly span em, .order-creation-details-wrapper .field.monthly .notification-popup span em, .notification-popup .buyer-orders-list .single-order em, .buyer-orders-list .notification-popup .single-order em,
    .notification-popup .vendor-orders-list .single-order em,
    .vendor-orders-list .notification-popup .single-order em, .notification-popup .all-line-items .single-line-item .order-details-line-1 span em, .all-line-items .single-line-item .order-details-line-1 .notification-popup span em,
    .notification-popup .all-line-items .single-line-item .order-details-line-2 span em,
    .all-line-items .single-line-item .order-details-line-2 .notification-popup span em {
      font-style: italic;
      color: #9c9999; }
  /* line 809, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
  .notification-popup textarea {
    margin: 20px auto; }
  /* line 813, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
  .notification-popup .button-teal, .notification-popup .button-orange, .notification-popup .button-lime-green, .notification-popup #new_purchase_order input[type='submit'], #new_purchase_order .notification-popup input[type='submit'],
  .notification-popup #new-po-modal-content input[type='submit'],
  #new-po-modal-content .notification-popup input[type='submit'] {
    display: inline-block;
    width: 10%;
    margin: 14px 2% 0; }
  /* line 819, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
  .notification-popup .message.part-2 {
    display: none; }

/* line 827, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
.edit-order-modal {
  background: #fff;
  max-height: 80vh;
  width: 75%;
  overflow-y: scroll;
  margin: 2% auto 0;
  padding: 50px 5%;
  border-radius: 6px;
  position: relative;
  z-index: 20; }
  @media (max-width: 680px) {
    /* line 827, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
    .edit-order-modal {
      width: 85%; } }
  /* line 840, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
  .edit-order-modal h2 {
    font: 800 32px/1.3 "Lato", sans-serif;
    text-align: center; }
  /* line 844, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
  .edit-order-modal h3, .edit-order-modal .order-creation-details-wrapper label, .order-creation-details-wrapper .edit-order-modal label {
    margin-bottom: 15px; }
  /* line 847, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
  .edit-order-modal hr.dotted {
    border-top: 1px dotted #9c9999; }
  /* line 850, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
  .edit-order-modal .product-name {
    display: inline-block;
    margin-top: 9px; }
  /* line 856, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
  .edit-order-modal .vendor-details {
    display: flex;
    align-items: center; }
    /* line 859, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
    .edit-order-modal .vendor-details .thumb {
      flex: 0 1 40px;
      height: 40px;
      margin-right: 10px;
      border-radius: 40px; }
  /* line 868, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
  .edit-order-modal .edit-order-details-wrapper .modal-header.flex-wrapper {
    display: flex;
    flex-direction: row; }
    @media (max-width: 680px) {
      /* line 868, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
      .edit-order-modal .edit-order-details-wrapper .modal-header.flex-wrapper {
        flex-direction: column; } }
    /* line 874, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
    .edit-order-modal .edit-order-details-wrapper .modal-header.flex-wrapper .w-25 {
      flex: 0 1 22%;
      padding-right: 3%; }
      @media (max-width: 680px) {
        /* line 874, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
        .edit-order-modal .edit-order-details-wrapper .modal-header.flex-wrapper .w-25 {
          flex: 0 1 100%; } }
    /* line 881, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
    .edit-order-modal .edit-order-details-wrapper .modal-header.flex-wrapper .w-75 {
      flex: 0 1 69%;
      padding-right: 3%; }
      @media (max-width: 680px) {
        /* line 881, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
        .edit-order-modal .edit-order-details-wrapper .modal-header.flex-wrapper .w-75 {
          flex: 0 1 100%; } }
    /* line 888, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
    .edit-order-modal .edit-order-details-wrapper .modal-header.flex-wrapper label {
      display: inline-block;
      margin-bottom: 15px; }
  /* line 894, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
  .edit-order-modal .edit-order-details-wrapper .form-section {
    padding: 15px 0; }
  /* line 897, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
  .edit-order-modal .edit-order-details-wrapper .product-inputs.flex-wrapper {
    display: flex;
    flex-direction: row; }
    @media (max-width: 680px) {
      /* line 897, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
      .edit-order-modal .edit-order-details-wrapper .product-inputs.flex-wrapper {
        flex-direction: column; } }
    /* line 903, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
    .edit-order-modal .edit-order-details-wrapper .product-inputs.flex-wrapper label {
      font-size: 15px; }
    /* line 906, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
    .edit-order-modal .edit-order-details-wrapper .product-inputs.flex-wrapper .w-25 {
      flex: 0 1 22%;
      padding-right: 3%; }
      /* line 909, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
      .edit-order-modal .edit-order-details-wrapper .product-inputs.flex-wrapper .w-25 select {
        min-width: auto; }
      /* line 913, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
      .edit-order-modal .edit-order-details-wrapper .product-inputs.flex-wrapper .w-25.ext-cost p, .edit-order-modal .edit-order-details-wrapper .product-inputs.flex-wrapper .w-25.ext-cost .form-field-instructions, .edit-order-modal .edit-order-details-wrapper .product-inputs.flex-wrapper .w-25.ext-cost .order-creation-details-wrapper .field.weekly label, .order-creation-details-wrapper .field.weekly .edit-order-modal .edit-order-details-wrapper .product-inputs.flex-wrapper .w-25.ext-cost label, .edit-order-modal .edit-order-details-wrapper .product-inputs.flex-wrapper .w-25.ext-cost .order-creation-details-wrapper .field.monthly span, .order-creation-details-wrapper .field.monthly .edit-order-modal .edit-order-details-wrapper .product-inputs.flex-wrapper .w-25.ext-cost span, .edit-order-modal .edit-order-details-wrapper .product-inputs.flex-wrapper .w-25.ext-cost .buyer-orders-list .single-order, .buyer-orders-list .edit-order-modal .edit-order-details-wrapper .product-inputs.flex-wrapper .w-25.ext-cost .single-order,
      .edit-order-modal .edit-order-details-wrapper .product-inputs.flex-wrapper .w-25.ext-cost .vendor-orders-list .single-order,
      .vendor-orders-list .edit-order-modal .edit-order-details-wrapper .product-inputs.flex-wrapper .w-25.ext-cost .single-order, .edit-order-modal .edit-order-details-wrapper .product-inputs.flex-wrapper .w-25.ext-cost .all-line-items .single-line-item .order-details-line-1 span, .all-line-items .single-line-item .order-details-line-1 .edit-order-modal .edit-order-details-wrapper .product-inputs.flex-wrapper .w-25.ext-cost span,
      .edit-order-modal .edit-order-details-wrapper .product-inputs.flex-wrapper .w-25.ext-cost .all-line-items .single-line-item .order-details-line-2 span,
      .all-line-items .single-line-item .order-details-line-2 .edit-order-modal .edit-order-details-wrapper .product-inputs.flex-wrapper .w-25.ext-cost span {
        margin-top: 20px; }
      @media (max-width: 680px) {
        /* line 917, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
        .edit-order-modal .edit-order-details-wrapper .product-inputs.flex-wrapper .w-25.ext-cost p, .edit-order-modal .edit-order-details-wrapper .product-inputs.flex-wrapper .w-25.ext-cost .form-field-instructions, .edit-order-modal .edit-order-details-wrapper .product-inputs.flex-wrapper .w-25.ext-cost .order-creation-details-wrapper .field.weekly label, .order-creation-details-wrapper .field.weekly .edit-order-modal .edit-order-details-wrapper .product-inputs.flex-wrapper .w-25.ext-cost label, .edit-order-modal .edit-order-details-wrapper .product-inputs.flex-wrapper .w-25.ext-cost .order-creation-details-wrapper .field.monthly span, .order-creation-details-wrapper .field.monthly .edit-order-modal .edit-order-details-wrapper .product-inputs.flex-wrapper .w-25.ext-cost span, .edit-order-modal .edit-order-details-wrapper .product-inputs.flex-wrapper .w-25.ext-cost .buyer-orders-list .single-order, .buyer-orders-list .edit-order-modal .edit-order-details-wrapper .product-inputs.flex-wrapper .w-25.ext-cost .single-order,
        .edit-order-modal .edit-order-details-wrapper .product-inputs.flex-wrapper .w-25.ext-cost .vendor-orders-list .single-order,
        .vendor-orders-list .edit-order-modal .edit-order-details-wrapper .product-inputs.flex-wrapper .w-25.ext-cost .single-order, .edit-order-modal .edit-order-details-wrapper .product-inputs.flex-wrapper .w-25.ext-cost .all-line-items .single-line-item .order-details-line-1 span, .all-line-items .single-line-item .order-details-line-1 .edit-order-modal .edit-order-details-wrapper .product-inputs.flex-wrapper .w-25.ext-cost span,
        .edit-order-modal .edit-order-details-wrapper .product-inputs.flex-wrapper .w-25.ext-cost .all-line-items .single-line-item .order-details-line-2 span,
        .all-line-items .single-line-item .order-details-line-2 .edit-order-modal .edit-order-details-wrapper .product-inputs.flex-wrapper .w-25.ext-cost span {
          font-size: 15px; } }
      /* line 923, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
      .edit-order-modal .edit-order-details-wrapper .product-inputs.flex-wrapper .w-25.order-status #order-status-dropdown-button {
        display: block;
        margin-top: 12px; }
    /* line 929, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
    .edit-order-modal .edit-order-details-wrapper .product-inputs.flex-wrapper .w-33 {
      flex: 0 1 30%;
      padding-right: 3%; }
    /* line 933, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
    .edit-order-modal .edit-order-details-wrapper .product-inputs.flex-wrapper .w-50 {
      flex: 0 1 47%;
      padding-right: 3%; }
      /* line 937, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
      .edit-order-modal .edit-order-details-wrapper .product-inputs.flex-wrapper .w-50.delivery-sched label {
        margin-bottom: 12px; }
      /* line 940, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
      .edit-order-modal .edit-order-details-wrapper .product-inputs.flex-wrapper .w-50.delivery-sched p, .edit-order-modal .edit-order-details-wrapper .product-inputs.flex-wrapper .w-50.delivery-sched .form-field-instructions, .edit-order-modal .edit-order-details-wrapper .product-inputs.flex-wrapper .w-50.delivery-sched .order-creation-details-wrapper .field.weekly label, .order-creation-details-wrapper .field.weekly .edit-order-modal .edit-order-details-wrapper .product-inputs.flex-wrapper .w-50.delivery-sched label, .edit-order-modal .edit-order-details-wrapper .product-inputs.flex-wrapper .w-50.delivery-sched .order-creation-details-wrapper .field.monthly span, .order-creation-details-wrapper .field.monthly .edit-order-modal .edit-order-details-wrapper .product-inputs.flex-wrapper .w-50.delivery-sched span, .edit-order-modal .edit-order-details-wrapper .product-inputs.flex-wrapper .w-50.delivery-sched .buyer-orders-list .single-order, .buyer-orders-list .edit-order-modal .edit-order-details-wrapper .product-inputs.flex-wrapper .w-50.delivery-sched .single-order,
      .edit-order-modal .edit-order-details-wrapper .product-inputs.flex-wrapper .w-50.delivery-sched .vendor-orders-list .single-order,
      .vendor-orders-list .edit-order-modal .edit-order-details-wrapper .product-inputs.flex-wrapper .w-50.delivery-sched .single-order, .edit-order-modal .edit-order-details-wrapper .product-inputs.flex-wrapper .w-50.delivery-sched .all-line-items .single-line-item .order-details-line-1 span, .all-line-items .single-line-item .order-details-line-1 .edit-order-modal .edit-order-details-wrapper .product-inputs.flex-wrapper .w-50.delivery-sched span,
      .edit-order-modal .edit-order-details-wrapper .product-inputs.flex-wrapper .w-50.delivery-sched .all-line-items .single-line-item .order-details-line-2 span,
      .all-line-items .single-line-item .order-details-line-2 .edit-order-modal .edit-order-details-wrapper .product-inputs.flex-wrapper .w-50.delivery-sched span {
        font-size: 14px; }
      /* line 943, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
      .edit-order-modal .edit-order-details-wrapper .product-inputs.flex-wrapper .w-50.delivery-sched .text-link {
        display: inline-block;
        color: #377B82;
        font-size: 14px;
        margin-top: 12px; }
  /* line 953, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
  .edit-order-modal .open-edit-order-schedule {
    display: inline-block;
    color: #377B82;
    margin: 12px 0 15px 0;
    text-decoration: underline; }
  @media (max-width: 680px) {
    /* line 959, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
    .edit-order-modal .edit-order-delivery-frequency {
      width: 95%;
      min-width: 325px; } }
  /* line 967, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
  .edit-order-modal .field.weekly label {
    margin: 2px 0 !important;
    font-weight: 500; }
  /* line 973, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
  .edit-order-modal .buttons-wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 30px 0 0 0; }
    /* line 978, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
    .edit-order-modal .buttons-wrapper a {
      margin: 20px 0; }
    @media (max-width: 680px) {
      /* line 973, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
      .edit-order-modal .buttons-wrapper {
        flex-direction: column-reverse;
        width: 100%;
        padding: 0; }
        /* line 985, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_modals.scss */
        .edit-order-modal .buttons-wrapper a {
          display: block;
          width: 90.5%;
          margin: 8px auto 0;
          text-align: center; } }

/* 10 = STATIC
------------------------- */
/* line 7, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_static.scss */
.interior-wrapper h2,
.interior-wrapper p.lg,
.interior-wrapper .lg.form-field-instructions,
.interior-wrapper .order-creation-details-wrapper .field.weekly label.lg,
.order-creation-details-wrapper .field.weekly .interior-wrapper label.lg,
.interior-wrapper .order-creation-details-wrapper .field.monthly span.lg,
.order-creation-details-wrapper .field.monthly .interior-wrapper span.lg,
.interior-wrapper .buyer-orders-list .lg.single-order,
.buyer-orders-list .interior-wrapper .lg.single-order,
.interior-wrapper .vendor-orders-list .lg.single-order,
.vendor-orders-list .interior-wrapper .lg.single-order,
.interior-wrapper .all-line-items .single-line-item .order-details-line-1 span.lg,
.all-line-items .single-line-item .order-details-line-1 .interior-wrapper span.lg,
.interior-wrapper .all-line-items .single-line-item .order-details-line-2 span.lg,
.all-line-items .single-line-item .order-details-line-2 .interior-wrapper span.lg {
  text-align: center; }
/* line 11, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_static.scss */
.interior-wrapper .interior-hero {
  width: 95%;
  padding: 200px 2.5% 100px;
  text-align: center; }
  /* line 15, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_static.scss */
  .interior-wrapper .interior-hero h1, .interior-wrapper .interior-hero .timeline-summary h2, .timeline-summary .interior-wrapper .interior-hero h2 {
    font-size: 80px;
    margin-bottom: 20px; }
  /* line 19, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_static.scss */
  .interior-wrapper .interior-hero p, .interior-wrapper .interior-hero .form-field-instructions, .interior-wrapper .interior-hero .order-creation-details-wrapper .field.weekly label, .order-creation-details-wrapper .field.weekly .interior-wrapper .interior-hero label, .interior-wrapper .interior-hero .order-creation-details-wrapper .field.monthly span, .order-creation-details-wrapper .field.monthly .interior-wrapper .interior-hero span, .interior-wrapper .interior-hero .buyer-orders-list .single-order, .buyer-orders-list .interior-wrapper .interior-hero .single-order,
  .interior-wrapper .interior-hero .vendor-orders-list .single-order,
  .vendor-orders-list .interior-wrapper .interior-hero .single-order, .interior-wrapper .interior-hero .all-line-items .single-line-item .order-details-line-1 span, .all-line-items .single-line-item .order-details-line-1 .interior-wrapper .interior-hero span,
  .interior-wrapper .interior-hero .all-line-items .single-line-item .order-details-line-2 span,
  .all-line-items .single-line-item .order-details-line-2 .interior-wrapper .interior-hero span {
    color: #fff; }
/* line 23, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_static.scss */
.interior-wrapper .ways-to-work-with-us {
  background: #fff;
  padding: 60px 5%; }
/* line 28, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_static.scss */
.interior-wrapper .featured-vendors-lookbook {
  display: none;
  background: #fff;
  padding: 60px 2.5%; }

/* line 36, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_static.scss */
.ways-to-work-with-us {
  text-align: center; }

/* line 40, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_static.scss */
.ways-to-work-with-us-details {
  background: #efefef;
  padding: 50px 5%; }

/* line 46, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_static.scss */
.ways-to-work-options {
  display: flex;
  padding: 60px auto; }
  @media screen and (max-width: 1100px) {
    /* line 46, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_static.scss */
    .ways-to-work-options {
      flex-direction: column; } }
  /* line 52, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_static.scss */
  .ways-to-work-options .single-option {
    flex: 0 1 33%;
    margin: 20px 2.5%; }
    /* line 55, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_static.scss */
    .ways-to-work-options .single-option .card-wrapper {
      padding: 30px 8%;
      display: inline-block;
      border: 1px solid #e6e6e6;
      border-radius: 4px;
      background: #fff;
      box-shadow: 3px 3px 5px rgba(156, 153, 153, 0.1); }
    /* line 63, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_static.scss */
    .ways-to-work-options .single-option h3, .ways-to-work-options .single-option .order-creation-details-wrapper label, .order-creation-details-wrapper .ways-to-work-options .single-option label {
      border-bottom: 2px solid #28ba93;
      padding-bottom: 15px;
      margin-bottom: 25px;
      text-transform: none;
      font-size: 24px;
      text-align: left; }
    /* line 71, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_static.scss */
    .ways-to-work-options .single-option p, .ways-to-work-options .single-option .form-field-instructions, .ways-to-work-options .single-option .order-creation-details-wrapper .field.weekly label, .order-creation-details-wrapper .field.weekly .ways-to-work-options .single-option label, .ways-to-work-options .single-option .order-creation-details-wrapper .field.monthly span, .order-creation-details-wrapper .field.monthly .ways-to-work-options .single-option span, .ways-to-work-options .single-option .buyer-orders-list .single-order, .buyer-orders-list .ways-to-work-options .single-option .single-order,
    .ways-to-work-options .single-option .vendor-orders-list .single-order,
    .vendor-orders-list .ways-to-work-options .single-option .single-order, .ways-to-work-options .single-option .all-line-items .single-line-item .order-details-line-1 span, .all-line-items .single-line-item .order-details-line-1 .ways-to-work-options .single-option span,
    .ways-to-work-options .single-option .all-line-items .single-line-item .order-details-line-2 span,
    .all-line-items .single-line-item .order-details-line-2 .ways-to-work-options .single-option span {
      text-align: left;
      margin-bottom: 20px; }
    /* line 75, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_static.scss */
    .ways-to-work-options .single-option ul {
      margin-left: 15px;
      list-style: disc; }
      /* line 78, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_static.scss */
      .ways-to-work-options .single-option ul li {
        margin: 10px 0 20px; }

/* line 92, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_static.scss */
.buyer-personas {
  width: 80%;
  padding: 50px 10%; }
  /* line 95, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_static.scss */
  .buyer-personas h2 {
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
    color: #28ba93; }
    @media (max-width: 680px) {
      /* line 95, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_static.scss */
      .buyer-personas h2 {
        font-size: 24px; } }

/* line 107, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_static.scss */
.hero-intro {
  padding: 10px 20% 50px; }

/* line 111, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_static.scss */
.intro-body {
  text-align: center; }
  /* line 114, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_static.scss */
  .intro-body a {
    color: #28ba93;
    text-decoration: underline;
    transition: color .2s; }
    /* line 119, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_static.scss */
    .intro-body a:hover {
      color: #e05d23; }

/* line 125, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_static.scss */
.single-square {
  min-width: 220px;
  float: left;
  position: relative;
  background: #2f2d2d;
  margin: 30px 1.5%; }
  /* line 132, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_static.scss */
  .single-square a {
    display: block; }
  /* line 134, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_static.scss */
  .single-square img {
    display: block;
    width: 100%;
    height: auto;
    transition: opacity .4s; }
  /* line 141, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_static.scss */
  .single-square h3, .single-square .order-creation-details-wrapper label, .order-creation-details-wrapper .single-square label {
    width: 100%;
    text-transform: none;
    color: white;
    text-align: center;
    position: absolute;
    top: 40%; }
  /* line 150, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_static.scss */
  .single-square .thumb-hover-content {
    color: white;
    font: 15px/1.5 "Montserrat", sans-serif;
    position: absolute;
    top: 52%;
    padding: 0 5%;
    text-align: center;
    opacity: 0;
    transition: opacity .4s; }
  /* line 162, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_static.scss */
  .single-square:hover img {
    opacity: .15; }
  /* line 164, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_static.scss */
  .single-square:hover .thumb-hover-content {
    opacity: 1; }

/* line 168, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_static.scss */
.how-it-works-wrapper {
  padding-bottom: 20px; }

/* line 172, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_static.scss */
.how-it-works-header {
  width: 80%;
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 600;
  display: block;
  background: white;
  text-align: center;
  padding: 60px 0 0 0;
  margin: auto;
  border-top: 1px solid #e6e6e6; }

/* line 185, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_static.scss */
.about-cc.how-it-works {
  width: 80%;
  background: white;
  border-top: 1px solid #e6e6e6;
  margin: 0 auto 60px; }
  /* line 192, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_static.scss */
  .about-cc.how-it-works .half {
    padding: 30px 5%; }
  /* line 196, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_static.scss */
  .about-cc.how-it-works h2 {
    line-height: 1.3;
    margin: 50px 0 0 0;
    color: #33cc9c; }
  /* line 202, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_static.scss */
  .about-cc.how-it-works.cureate-role {
    border-top: none; }
    /* line 205, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_static.scss */
    .about-cc.how-it-works.cureate-role h2 {
      margin-top: 25px; }
    /* line 210, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_static.scss */
    .about-cc.how-it-works.cureate-role .half:last-of-type {
      padding-left: 0; }
    /* line 213, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_static.scss */
    .about-cc.how-it-works.cureate-role .half:first-of-type {
      padding: 80px 3% 30px 7%; }
  /* line 221, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_static.scss */
  .about-cc.how-it-works.buyer-role h2 {
    margin: 50px 0 0 0; }
  /* line 223, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_static.scss */
  .about-cc.how-it-works.buyer-role .half {
    padding: 30px 5% 30px 0; }
    /* line 226, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_static.scss */
    .about-cc.how-it-works.buyer-role .half:first-of-type {
      padding-left: 5%; }
  /* line 232, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_static.scss */
  .about-cc.how-it-works .insitu-mockup {
    width: 100%;
    height: auto; }
  /* line 237, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_static.scss */
  .about-cc.how-it-works .insitu-animation.mobile {
    display: none; }
  /* line 239, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_static.scss */
  .about-cc.how-it-works.cureate-and-buyer-role {
    width: 70%;
    text-align: center;
    padding: 60px 5% 0;
    margin-bottom: 30px; }
    /* line 245, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_static.scss */
    .about-cc.how-it-works.cureate-and-buyer-role h2 {
      margin: 10px 0 0 0; }
    /* line 250, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_static.scss */
    .about-cc.how-it-works.cureate-and-buyer-role img {
      margin-top: 30px; }
    /* line 254, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_static.scss */
    .about-cc.how-it-works.cureate-and-buyer-role:after {
      display: inline-block;
      visibility: visible !important;
      content: '';
      width: 0;
      height: 0;
      border-left: 100px solid transparent;
      border-right: 100px solid transparent;
      border-top: 35px solid white;
      position: relative;
      bottom: -25px;
      margin: auto; }
  /* line 270, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_static.scss */
  .about-cc.how-it-works .past-examples {
    margin: -15px 0 20px;
    border-top: 1px solid #e6e6e6;
    padding-top: 20px; }
    /* line 275, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_static.scss */
    .about-cc.how-it-works .past-examples li {
      font: italic 15px/1.5 "Lato", sans-serif;
      color: rgba(54, 54, 54, 0.65);
      margin: 15px 0; }
  /* line 282, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_static.scss */
  .about-cc.how-it-works:after {
    display: inline-block;
    visibility: visible !important;
    content: '';
    width: 0;
    height: 0;
    border-left: 100px solid transparent;
    border-right: 100px solid transparent;
    border-top: 35px solid white;
    position: relative;
    bottom: -25px;
    margin: auto; }

/* line 302, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_static.scss */
.plan-detail-main {
  width: 80%;
  padding: 30px 10% 80px; }
  /* line 307, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_static.scss */
  .plan-detail-main.vendor .plan-details {
    margin-top: 60px; }
    /* line 310, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_static.scss */
    .plan-detail-main.vendor .plan-details h2 {
      margin-bottom: 0; }

/* line 317, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_static.scss */
.plan-detail-goals {
  width: 65%;
  min-width: 300px;
  border: 1px solid #e6e6e6;
  box-shadow: 0 0 10px rgba(31, 31, 31, 0.1);
  padding: 40px 5% 20px 1%;
  margin: auto;
  background: white;
  margin-top: -90px;
  position: relative;
  z-index: 5; }
  /* line 328, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_static.scss */
  .plan-detail-goals aside {
    float: left;
    text-align: center; }
  /* line 333, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_static.scss */
  .plan-detail-goals h3, .plan-detail-goals .order-creation-details-wrapper label, .order-creation-details-wrapper .plan-detail-goals label {
    font-weight: 800;
    color: #33cc9c;
    margin-top: 15px; }
  /* line 339, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_static.scss */
  .plan-detail-goals ul {
    width: 70%;
    float: left; }
    /* line 342, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_static.scss */
    .plan-detail-goals ul li {
      font: 14px/1.6 "Montserrat", sans-serif;
      padding: 10px 0 12px 30px;
      position: relative; }
      /* line 346, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_static.scss */
      .plan-detail-goals ul li .checkbox-icon {
        display: inline-block;
        position: absolute;
        left: -2px;
        top: 13px; }

/* line 357, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_static.scss */
.checklist-anchor-link {
  clear: both;
  display: block;
  font: 600 15px/1.6 "Montserrat", sans-serif;
  color: #33cc9c;
  letter-spacing: 1px;
  padding: 20px 0 0 0;
  margin: 0 auto 0 30%;
  float: left;
  text-align: left;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(51, 204, 156, 0);
  transition: border-bottom-color .2s; }
  /* line 371, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_static.scss */
  .checklist-anchor-link .arrow-down {
    width: 12px;
    height: auto; }
  /* line 376, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_static.scss */
  .checklist-anchor-link:hover {
    border-bottom-color: #33cc9c; }

/* line 381, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_static.scss */
.pocket-crease {
  border-top: 4px solid #2a946d;
  position: relative;
  bottom: -37px;
  width: 120%;
  left: -7.5%; }

/* line 389, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_static.scss */
section.plan-details {
  margin-top: 0; }
  /* line 392, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_static.scss */
  section.plan-details h2 {
    margin-bottom: 20px; }
  /* line 396, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_static.scss */
  section.plan-details h2,
  section.plan-details h3,
  section.plan-details .order-creation-details-wrapper label,
  .order-creation-details-wrapper section.plan-details label,
  section.plan-details .intro {
    text-align: center;
    color: white; }

/* line 405, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_static.scss */
.plans-header {
  display: inline-block;
  width: 100%;
  font: 600 14px/1.5 "Lato", sans-serif;
  letter-spacing: 3px;
  margin: 30px auto 10px; }
  /* line 412, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_static.scss */
  .plans-header:before, .plans-header:after {
    display: inline-block;
    content: "";
    width: 35.5%;
    height: 4px;
    border-top: 2px solid white; }
  /* line 421, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_static.scss */
  .plans-header:before {
    margin: 0 3% 0 0; }
  /* line 423, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_static.scss */
  .plans-header:after {
    margin: 0 0 0 3%; }

/* line 426, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_static.scss */
.plan-detail-card-wrapper {
  display: flex; }
  @media (max-width: 680px) {
    /* line 426, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_static.scss */
    .plan-detail-card-wrapper {
      flex-direction: column; } }

/* line 432, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_static.scss */
.plan-detail-card {
  flex: 0 1 35%;
  min-width: 280px;
  padding: 40px 5%;
  margin: 30px 2.5%;
  background: white;
  position: relative;
  float: left;
  box-shadow: 0 0 20px rgba(31, 31, 31, 0.1); }
  /* line 442, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_static.scss */
  .plan-detail-card .button-orange {
    display: block;
    width: 200px;
    margin: 30px auto 15px;
    text-align: center; }

/* line 450, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_static.scss */
.plan-title {
  text-align: center;
  color: #e05d23;
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: 2px; }

/* line 458, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_static.scss */
h6 {
  width: 260px;
  font: italic 600 16px/1.4 "Lato", sans-serif;
  text-align: center;
  margin: 15px auto 30px; }

/* line 465, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_static.scss */
.plan-pricing-detais {
  text-align: center;
  margin: 10px auto;
  font: italic 600 15px/1.4 "Lato", sans-serif;
  color: #9c9999;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 15px;
  margin-bottom: 15px; }

/* line 477, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_static.scss */
.plan-detail-list li {
  font: 14px/1.6 "Montserrat", sans-serif;
  padding: 12px 0 10px 30px;
  position: relative; }
  /* line 482, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_static.scss */
  .plan-detail-list li .checkbox-icon {
    display: inline-block;
    position: absolute;
    left: -2px;
    top: 12px; }

/* line 495, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_static.scss */
.anchor-links {
  padding: 10px 0;
  margin: 20px 0; }
  /* line 499, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_static.scss */
  .anchor-links a {
    font: 400 24px/1.4 "Lato", sans-serif;
    color: #28ba93;
    padding: 10px 20px 10px 0; }
    /* line 504, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_static.scss */
    .anchor-links a:hover {
      text-decoration: underline; }

/* line 512, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_static.scss */
.all-topics-link {
  font: 400 15px/1.4 "Lato", sans-serif;
  color: #e6e6e6; }
  /* line 516, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_static.scss */
  .all-topics-link img {
    width: 14px;
    height: auto;
    margin-left: 4px; }
  /* line 523, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_static.scss */
  .all-topics-link:hover {
    text-decoration: underline; }

/* line 529, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_static.scss */
.main.static {
  width: 64%;
  padding: 120px 18% 50px; }
  /* line 533, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_static.scss */
  .main.static section {
    border-top: 1px solid #e6e6e6;
    padding: 30px 0; }
  /* line 538, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_static.scss */
  .main.static h3, .main.static .order-creation-details-wrapper label, .order-creation-details-wrapper .main.static label {
    font-size: 22px;
    max-width: 900px;
    margin: 40px 0 5px 0;
    text-transform: none;
    color: #28ba93; }
  /* line 546, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_static.scss */
  .main.static h4, .main.static .main.detail-page .body-content .about-content h3, .main.detail-page .body-content .about-content .main.static h3, .main.static .main.detail-page .body-content .about-content .order-creation-details-wrapper label, .main.detail-page .body-content .about-content .order-creation-details-wrapper .main.static label, .main.static .order-creation-details-wrapper .main.detail-page .body-content .about-content label, .order-creation-details-wrapper .main.detail-page .body-content .about-content .main.static label {
    margin-top: 10px; }
  /* line 548, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_static.scss */
  .main.static p, .main.static .form-field-instructions, .main.static .order-creation-details-wrapper .field.weekly label, .order-creation-details-wrapper .field.weekly .main.static label, .main.static .order-creation-details-wrapper .field.monthly span, .order-creation-details-wrapper .field.monthly .main.static span, .main.static .buyer-orders-list .single-order, .buyer-orders-list .main.static .single-order,
  .main.static .vendor-orders-list .single-order,
  .vendor-orders-list .main.static .single-order, .main.static .all-line-items .single-line-item .order-details-line-1 span, .all-line-items .single-line-item .order-details-line-1 .main.static span,
  .main.static .all-line-items .single-line-item .order-details-line-2 span,
  .all-line-items .single-line-item .order-details-line-2 .main.static span, .main.static li {
    font: 300 16px/1.6em "Crimson Text", serif;
    margin: 20px 0 20px; }
  /* line 553, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_static.scss */
  .main.static p a, .main.static .form-field-instructions a, .main.static .order-creation-details-wrapper .field.weekly label a, .order-creation-details-wrapper .field.weekly .main.static label a, .main.static .order-creation-details-wrapper .field.monthly span a, .order-creation-details-wrapper .field.monthly .main.static span a, .main.static .buyer-orders-list .single-order a, .buyer-orders-list .main.static .single-order a,
  .main.static .vendor-orders-list .single-order a,
  .vendor-orders-list .main.static .single-order a, .main.static .all-line-items .single-line-item .order-details-line-1 span a, .all-line-items .single-line-item .order-details-line-1 .main.static span a,
  .main.static .all-line-items .single-line-item .order-details-line-2 span a,
  .all-line-items .single-line-item .order-details-line-2 .main.static span a {
    color: #28ba93;
    text-decoration: underline; }
  /* line 558, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_static.scss */
  .main.static ul {
    padding-left: 40px;
    padding-right: 10%;
    list-style: disc; }
  /* line 564, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_static.scss */
  .main.static li {
    margin: 20px 0 5px; }
  /* line 568, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_static.scss */
  .main.static ol li {
    margin: 20px 0; }
  /* line 570, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_static.scss */
  .main.static ul li ul {
    list-style: circle; }
  /* line 574, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_static.scss */
  .main.static.about {
    padding-top: 30px; }
    /* line 577, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_static.scss */
    .main.static.about section {
      border-top: none; }
    /* line 579, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_static.scss */
    .main.static.about p, .main.static.about .form-field-instructions, .main.static.about .order-creation-details-wrapper .field.weekly label, .order-creation-details-wrapper .field.weekly .main.static.about label, .main.static.about .order-creation-details-wrapper .field.monthly span, .order-creation-details-wrapper .field.monthly .main.static.about span, .main.static.about .buyer-orders-list .single-order, .buyer-orders-list .main.static.about .single-order,
    .main.static.about .vendor-orders-list .single-order,
    .vendor-orders-list .main.static.about .single-order, .main.static.about .all-line-items .single-line-item .order-details-line-1 span, .all-line-items .single-line-item .order-details-line-1 .main.static.about span,
    .main.static.about .all-line-items .single-line-item .order-details-line-2 span,
    .all-line-items .single-line-item .order-details-line-2 .main.static.about span {
      width: 90%;
      margin: 30 0; }

/* line 590, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_static.scss */
.signature {
  max-width: 300px;
  height: auto; }

/* line 595, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_static.scss */
.about
.social-links {
  display: block;
  margin: -4px 0 0 0;
  padding-right: 4px; }
  /* line 601, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_static.scss */
  .about
  .social-links h4, .about
  .social-links .main.detail-page .body-content .about-content h3, .main.detail-page .body-content .about-content .about
  .social-links h3, .about
  .social-links .main.detail-page .body-content .about-content .order-creation-details-wrapper label, .main.detail-page .body-content .about-content .order-creation-details-wrapper .about
  .social-links label, .about
  .social-links .order-creation-details-wrapper .main.detail-page .body-content .about-content label, .order-creation-details-wrapper .main.detail-page .body-content .about-content .about
  .social-links label {
    margin-bottom: 20px; }
  /* line 605, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_static.scss */
  .about
  .social-links a {
    width: 28px;
    height: 28px;
    -webkit-border-radius: 28px;
    border-radius: 28px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    line-height: 1.05;
    margin: 0 4px;
    background: white;
    border: 2px solid #33cc9c;
    transition: border-color .2s; }
    /* line 615, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_static.scss */
    .about
    .social-links a i {
      font-size: 15px;
      color: #33cc9c;
      position: relative;
      top: -1px;
      transition: color .2s; }
    /* line 623, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_static.scss */
    .about
    .social-links a:hover {
      border-color: #e05d23; }
      /* line 626, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_static.scss */
      .about
      .social-links a:hover i {
        color: #e05d23; }

/* 08 =UTILITY
------------------------- */
/* line 4, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_utility.scss */
.floatl {
  float: left;
  margin: 0;
  padding: 0 10px 10px 0; }

/* line 10, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_utility.scss */
.floatr {
  float: right;
  margin: 0;
  padding: 0 0 10px 10px; }

/* line 16, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_utility.scss */
.required {
  color: #CC0000; }

/* line 20, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_utility.scss */
.ir {
  display: block;
  text-indent: -999em;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr; }

/* line 29, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_utility.scss */
.hidden {
  display: none;
  visibility: hidden; }

/* Hide only visually, but have it available for screenreaders www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden  */
/* line 35, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_utility.scss */
.visuallyhidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px); }

/* Hide visually and from screenreaders, but maintain layout */
/* line 42, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_utility.scss */
.invisible {
  visibility: hidden; }

/* line 46, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_utility.scss */
.clearfix:before, .order-flow .order-details:before, .about-cc.how-it-works:before, .clearfix:after, .order-flow .order-details:after, .about-cc.how-it-works:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden; }

/* line 53, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_utility.scss */
.clearfix:after, .order-flow .order-details:after, .about-cc.how-it-works:after {
  clear: both; }

/* line 57, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_utility.scss */
.clearfix, .order-flow .order-details, .about-cc.how-it-works {
  zoom: 1; }

/* line 65, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_utility.scss */
::-moz-selection {
  background: #e6e6e6;
  color: #2f2d2d;
  text-shadow: none; }

/* line 71, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_utility.scss */
::selection {
  background: #e6e6e6;
  color: #2f2d2d;
  text-shadow: none; }

/* line 5, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_sessions.scss */
.main.create-profile {
  padding-top: 180px; }
  @media (max-width: 680px) {
    /* line 5, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_sessions.scss */
    .main.create-profile {
      padding-top: 180px !important; } }

/* line 12, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_sessions.scss */
.main.signup,
.main.login {
  min-height: 75vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center; }
  /* line 19, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_sessions.scss */
  .main.signup h1, .main.signup .timeline-summary h2, .timeline-summary .main.signup h2,
  .main.login h1,
  .main.login .timeline-summary h2,
  .timeline-summary .main.login h2 {
    margin-bottom: 15px; }
  /* line 22, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_sessions.scss */
  .main.signup form,
  .main.login form {
    width: 100%; }

/* line 27, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_sessions.scss */
.login-signup-switch {
  font: 16px/1.5 "Lato", sans-serif;
  color: #363636;
  opacity: .65;
  transition: opacity .2s;
  text-transform: none; }
  /* line 33, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_sessions.scss */
  .login-signup-switch a {
    text-decoration: underline;
    color: inherit; }
    /* line 37, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_sessions.scss */
    .login-signup-switch a:hover {
      color: #33cc9c; }
  /* line 39, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_sessions.scss */
  .login-signup-switch:hover {
    opacity: 1; }
  /* line 41, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_sessions.scss */
  .login-signup-switch:first-of-type {
    margin-bottom: 15px; }

/* line 46, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_sessions.scss */
.alert {
  font: 16px/1.3 "Lato", sans-serif;
  position: fixed;
  z-index: 9;
  top: 71px;
  left: 0;
  width: 94%;
  padding: 24px 3%; }
  @media (max-width: 680px) {
    /* line 46, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_sessions.scss */
    .alert {
      top: 67px !important; } }
  /* line 57, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_sessions.scss */
  .alert.alert-danger {
    background: #F31431; }
  /* line 61, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_sessions.scss */
  .alert.alert-caution {
    background: #e05d23;
    color: white; }
  /* line 66, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_sessions.scss */
  .alert.alert-success {
    background: #33cc9c; }
  /* line 70, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_sessions.scss */
  .alert .close {
    display: inline-block;
    width: 28px;
    height: 28px; }
    /* line 74, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_sessions.scss */
    .alert .close .icon-close-circle {
      display: inline-block;
      width: 100%;
      height: auto; }
      /* line 78, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_sessions.scss */
      .alert .close .icon-close-circle path {
        fill: white; }

/* line 86, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_sessions.scss */
.signup-form-wrapper {
  width: 84%;
  max-width: 450px;
  margin: auto;
  padding: 40px 8%;
  background: white;
  box-shadow: 0 0 20px rgba(31, 31, 31, 0.2);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; }
  @media (min-width: 1200px) {
    /* line 86, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_sessions.scss */
    .signup-form-wrapper {
      width: 90%;
      padding: 40px 5%; } }
  /* line 99, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_sessions.scss */
  .signup-form-wrapper select,
  .signup-form-wrapper textarea,
  .signup-form-wrapper input[type="text"],
  .signup-form-wrapper input[type="url"],
  .signup-form-wrapper input[type="email"],
  .signup-form-wrapper input[type="date"],
  .signup-form-wrapper input[type="password"] {
    margin: 6px 0 12px; }

/* line 111, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_sessions.scss */
.social-form-fields .single-field {
  display: flex; }
  /* line 113, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_sessions.scss */
  .social-form-fields .single-field img {
    display: inline-block;
    margin-right: 10px; }

/* line 120, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_sessions.scss */
.terms-wrapper {
  text-align: left;
  margin-bottom: 20px; }
  @media (max-width: 680px) {
    /* line 120, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_sessions.scss */
    .terms-wrapper {
      margin: 40px auto 0; } }
  /* line 126, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_sessions.scss */
  .terms-wrapper p, .terms-wrapper .form-field-instructions, .terms-wrapper .order-creation-details-wrapper .field.weekly label, .order-creation-details-wrapper .field.weekly .terms-wrapper label, .terms-wrapper .order-creation-details-wrapper .field.monthly span, .order-creation-details-wrapper .field.monthly .terms-wrapper span, .terms-wrapper .buyer-orders-list .single-order, .buyer-orders-list .terms-wrapper .single-order,
  .terms-wrapper .vendor-orders-list .single-order,
  .vendor-orders-list .terms-wrapper .single-order, .terms-wrapper .all-line-items .single-line-item .order-details-line-1 span, .all-line-items .single-line-item .order-details-line-1 .terms-wrapper span,
  .terms-wrapper .all-line-items .single-line-item .order-details-line-2 span,
  .all-line-items .single-line-item .order-details-line-2 .terms-wrapper span {
    margin-top: 5px; }
    @media (max-width: 680px) {
      /* line 126, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_sessions.scss */
      .terms-wrapper p, .terms-wrapper .form-field-instructions, .terms-wrapper .order-creation-details-wrapper .field.weekly label, .order-creation-details-wrapper .field.weekly .terms-wrapper label, .terms-wrapper .order-creation-details-wrapper .field.monthly span, .order-creation-details-wrapper .field.monthly .terms-wrapper span, .terms-wrapper .buyer-orders-list .single-order, .buyer-orders-list .terms-wrapper .single-order,
      .terms-wrapper .vendor-orders-list .single-order,
      .vendor-orders-list .terms-wrapper .single-order, .terms-wrapper .all-line-items .single-line-item .order-details-line-1 span, .all-line-items .single-line-item .order-details-line-1 .terms-wrapper span,
      .terms-wrapper .all-line-items .single-line-item .order-details-line-2 span,
      .all-line-items .single-line-item .order-details-line-2 .terms-wrapper span {
        font-size: 15px !important; } }
  /* line 132, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_sessions.scss */
  .terms-wrapper .form-field-instructions {
    font-size: 14px !important;
    line-height: 1.5 !important;
    opacity: .55 !important;
    margin-top: 10px; }
    @media (max-width: 680px) {
      /* line 132, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_sessions.scss */
      .terms-wrapper .form-field-instructions {
        margin: 15px auto 10px; } }

@media (max-width: 680px) {
  /* line 143, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_sessions.scss */
  .goals-wrapper.sign-up {
    padding: 0 5%; }
    /* line 146, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_sessions.scss */
    .goals-wrapper.sign-up .goal-descript {
      position: relative;
      left: 15px !important; } }
/* line 151, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_sessions.scss */
.goals-wrapper.sign-up h4, .goals-wrapper.sign-up .main.detail-page .body-content .about-content h3, .main.detail-page .body-content .about-content .goals-wrapper.sign-up h3, .goals-wrapper.sign-up .main.detail-page .body-content .about-content .order-creation-details-wrapper label, .main.detail-page .body-content .about-content .order-creation-details-wrapper .goals-wrapper.sign-up label, .goals-wrapper.sign-up .order-creation-details-wrapper .main.detail-page .body-content .about-content label, .order-creation-details-wrapper .main.detail-page .body-content .about-content .goals-wrapper.sign-up label {
  position: relative;
  left: 15px; }

/* line 1, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_checkout.scss */
.StripeElement {
  background-color: #eee;
  padding: 10px 12px;
  border-radius: 0;
  border: 1px solid transparent;
  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease; }

/* line 11, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_checkout.scss */
.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df; }

/* line 15, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_checkout.scss */
.StripeElement--invalid {
  border-color: #fa755a; }

/* line 19, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_checkout.scss */
.StripeElement--webkit-autofill {
  background-color: #fefde5 !important; }

/* line 23, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_checkout.scss */
.button-disabled {
  cursor: not-allowed;
  background-color: #9c9999;
  border-color: #9c9999; }

/* line 29, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_checkout.scss */
.button-disabled:hover {
  color: white;
  cursor: not-allowed;
  background-color: #9c9999;
  border-color: #9c9999; }

/* 10 = RESPONSIVE
------------------------- */
@media (min-width: 1100px) {
  /* line 11, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_tablet.scss */
  .signup-login:hover .primary-nav {
    display: block; } }
@media (max-width: 1100px) {
  /* line 27, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_tablet.scss */
  .header {
    width: 96%;
    padding: 10px 0% 10px 4%; }
    /* line 33, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_tablet.scss */
    .header .signup-login .logged-out {
      padding-right: 10px; }
    /* line 37, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_tablet.scss */
    .header .signup-login a {
      font-weight: 400; }
    /* line 40, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_tablet.scss */
    .header .primary-nav {
      width: 100%;
      position: absolute;
      left: 0;
      top: 64px; }
      /* line 47, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_tablet.scss */
      .header .primary-nav a {
        text-align: center;
        padding: 22px 0 !important;
        font-size: 15px !important; }
    /* line 54, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_tablet.scss */
    .header .purchase-order-cart {
      margin: 0 auto !important; }

  /* line 59, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_tablet.scss */
  .header-logo {
    font-weight: 400; }

  /* line 66, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_tablet.scss */
  .button-teal, .button-orange, .button-lime-green, #new_purchase_order input[type='submit'],
  #new-po-modal-content input[type='submit'] {
    font-weight: 400; }

  /* line 74, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_tablet.scss */
  .home-hero .half {
    width: 42%;
    min-height: 220px;
    padding: 25% 4% 10% 4%; }
  /* line 80, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_tablet.scss */
  .home-hero h2 {
    font-size: 22px; }
  /* line 82, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_tablet.scss */
  .home-hero .btn-lg {
    width: 200px; }

  /* line 87, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_tablet.scss */
  .about-cc .half {
    width: 90%;
    float: none; }
    /* line 91, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_tablet.scss */
    .about-cc .half h2 {
      margin-top: 15px; }
    /* line 93, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_tablet.scss */
    .about-cc .half:last-of-type {
      padding: 0 5% 80px 5%;
      text-align: center; }

  /* line 100, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_tablet.scss */
  .press-logos li {
    width: 30%; }

  /* line 105, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_tablet.scss */
  .get-stay-connected {
    padding: 50px 5%; }

  /* line 111, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_tablet.scss */
  .progress-bar-header {
    width: 100%;
    padding: 20px 0 0 0; }

  /* line 116, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_tablet.scss */
  #msform .form-section-wrapper {
    width: 100%;
    position: relative;
    left: 0; }

  /* line 122, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_tablet.scss */
  .half-half,
  .half-half:first-of-type {
    width: 100%;
    padding-right: 0;
    float: none; }

  /* line 131, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_tablet.scss */
  .hero {
    padding: 80px 0; }

  /* line 135, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_tablet.scss */
  .main {
    width: 88%;
    padding: 40px 6%; }

  /* line 140, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_tablet.scss */
  .body-content section {
    width: 100%;
    padding: 40px 0; }

  /* line 145, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_tablet.scss */
  .product-detail-modal {
    width: 90%;
    margin-top: 10px; }

  /* line 152, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_tablet.scss */
  .connect-button {
    background: white; }

  /* line 158, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_tablet.scss */
  .text-hero {
    width: 80%;
    padding: 40px 10% 30px; }
    /* line 162, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_tablet.scss */
    .text-hero h1, .text-hero .timeline-summary h2, .timeline-summary .text-hero h2 {
      font-size: 32px; }

  /* line 167, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_tablet.scss */
  .square-grid {
    width: 80%;
    margin: auto; }

  /* line 172, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_tablet.scss */
  .single-square {
    width: 47%;
    margin-top: 0; }

  /* line 177, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_tablet.scss */
  .how-it-works-header {
    width: 100%; }

  /* line 181, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_tablet.scss */
  .about-cc.how-it-works {
    width: 100%; }
    /* line 184, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_tablet.scss */
    .about-cc.how-it-works h2 {
      font-size: 30px;
      text-align: center; }
    /* line 189, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_tablet.scss */
    .about-cc.how-it-works .intro {
      text-align: center;
      font-size: 17px;
      padding-bottom: 0;
      margin-bottom: 0; }
    /* line 198, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_tablet.scss */
    .about-cc.how-it-works.cureate-role .half:first-of-type {
      padding: 15px 5%; }
    /* line 201, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_tablet.scss */
    .about-cc.how-it-works.cureate-role .half:last-of-type {
      padding: 0 5%; }
    /* line 209, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_tablet.scss */
    .about-cc.how-it-works.buyer-role h2 {
      margin-top: 50px; }
      /* line 212, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_tablet.scss */
      .about-cc.how-it-works.buyer-role h2 br {
        display: none; }
    /* line 215, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_tablet.scss */
    .about-cc.how-it-works.buyer-role .half {
      padding: 0 5%; }
      /* line 218, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_tablet.scss */
      .about-cc.how-it-works.buyer-role .half:last-of-type {
        padding: 0 5%; }
    /* line 224, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_tablet.scss */
    .about-cc.how-it-works .insitu-animation.mobile {
      display: inline-block; }
    /* line 228, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_tablet.scss */
    .about-cc.how-it-works.cureate-and-buyer-role {
      width: 90%; }
    /* line 232, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_tablet.scss */
    .about-cc.how-it-works .half {
      padding: 0 5%; }
    /* line 236, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_tablet.scss */
    .about-cc.how-it-works .insitu-mockup {
      width: 100%;
      height: auto; }
    /* line 241, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_tablet.scss */
    .about-cc.how-it-works .insitu-animation.desktop {
      display: none; }
    /* line 243, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_tablet.scss */
    .about-cc.how-it-works .past-examples {
      margin-top: 5px;
      border-top: none;
      text-align: center; }

  /* line 252, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_tablet.scss */
  .plan-detail-main {
    margin-top: -1px; }

  /* line 256, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_tablet.scss */
  .plan-detail-goals {
    width: 90%;
    padding: 30px 0; }
    /* line 260, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_tablet.scss */
    .plan-detail-goals .third {
      width: 100%;
      float: none; }
    /* line 265, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_tablet.scss */
    .plan-detail-goals ul {
      width: 80%;
      padding: 15px 10% 0 10%; }
      /* line 269, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_tablet.scss */
      .plan-detail-goals ul li {
        font-size: 15px; }

  /* line 273, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_tablet.scss */
  .pocket-crease {
    bottom: -45px;
    width: 113%; } }
@media (max-width: 680px) {
  /* line 6, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
  .hidden-on-desktop {
    display: block; }

  /* line 10, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
  .hidden-on-mobile {
    display: none !important; }

  /* line 14, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
  h2 {
    font-size: 30px;
    line-height: 1.2; }

  /* line 19, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
  p, .form-field-instructions, .order-creation-details-wrapper .field.weekly label, .order-creation-details-wrapper .field.monthly span, .buyer-orders-list .single-order,
  .vendor-orders-list .single-order, .all-line-items .single-line-item .order-details-line-1 span,
  .all-line-items .single-line-item .order-details-line-2 span {
    font-size: 20px;
    line-height: 1.4; }
    /* line 23, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
    p.intro, .intro.form-field-instructions, .order-creation-details-wrapper .field.weekly label.intro, .order-creation-details-wrapper .field.monthly span.intro, .buyer-orders-list .intro.single-order,
    .vendor-orders-list .intro.single-order, .all-line-items .single-line-item .order-details-line-1 span.intro,
    .all-line-items .single-line-item .order-details-line-2 span.intro {
      padding: 15px 0;
      font-size: 18px;
      margin-top: 10px; }

  /* line 32, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
  .header {
    width: 96%;
    padding: 10px 0% 10px 4%;
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.75); }
    /* line 39, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
    .header .signup-login a {
      font-size: 11px;
      font-weight: 800;
      margin: 0 5px; }
    /* line 45, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
    .header .signup-login .btn-xs {
      padding: 10px 10px 4px 10px;
      color: white;
      background-color: #e05d23; }

  /* line 53, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
  .primary-nav {
    display: none; }

  /* line 55, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
  .header-logo {
    height: 90%; }

  /* line 59, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
  .fa.nav-icon {
    display: inline-block; }

  /* line 65, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
  #mc_embed_signup {
    width: 100%;
    padding: 0 0 15px 0; }
    /* line 69, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
    #mc_embed_signup label {
      font-size: 14px;
      margin-bottom: 20px; }
    /* line 74, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
    #mc_embed_signup .email {
      display: block;
      min-width: 200px;
      width: 100%;
      padding: 12px 2%;
      float: none;
      text-align: center;
      border-radius: 4px; }

  /* line 85, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
  #mc-embedded-subscribe {
    width: 200px;
    font-size: 14px;
    font-weight: 800;
    float: none;
    margin: 20px auto 0;
    padding: 14px 16px 12px 16px; }

  /* line 95, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
  .preview-edit-toggle {
    width: 90%;
    top: inherit;
    bottom: 10px;
    left: 5%;
    padding: 0;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2); }
    /* line 103, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
    .preview-edit-toggle .button-teal, .preview-edit-toggle .button-orange, .preview-edit-toggle .button-lime-green, .preview-edit-toggle #new_purchase_order input[type='submit'], #new_purchase_order .preview-edit-toggle input[type='submit'],
    .preview-edit-toggle #new-po-modal-content input[type='submit'],
    #new-po-modal-content .preview-edit-toggle input[type='submit'],
    .preview-edit-toggle .connect-button {
      width: 100%;
      margin: 0; }
      /* line 107, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
      .preview-edit-toggle .button-teal:hover, .preview-edit-toggle .button-orange:hover, .preview-edit-toggle .button-lime-green:hover, .preview-edit-toggle #new_purchase_order input[type='submit']:hover, #new_purchase_order .preview-edit-toggle input[type='submit']:hover,
      .preview-edit-toggle #new-po-modal-content input[type='submit']:hover,
      #new-po-modal-content .preview-edit-toggle input[type='submit']:hover,
      .preview-edit-toggle .connect-button:hover {
        background: white; }

  /* line 114, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
  .connect-button {
    background: #e05d23;
    color: white; }

  /* line 119, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
  blockquote {
    width: 90%;
    font-size: 17px; }
    /* line 123, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
    blockquote footer {
      padding-right: 0; }
    /* line 125, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
    blockquote:before {
      margin-left: -18%; }

  /* line 130, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
  .home-hero {
    padding: 25% 0; }
    /* line 133, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
    .home-hero h2 {
      font-size: 24px;
      line-height: 1.2;
      text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.75); }
      /* line 138, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
      .home-hero h2.question {
        padding: 15px 10%;
        margin-bottom: 0;
        background: #28ba93;
        font: 18px/1.3 "Lato", sans-serif; }
    /* line 146, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
    .home-hero .btn-lg {
      min-width: 250px;
      width: 90%;
      letter-spacing: 1px;
      padding: 16px 0 14px 0;
      margin: 8px auto; }

  /* line 156, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
  .home-hero-img-mobile {
    display: block;
    width: 100%;
    height: auto; }

  /* line 162, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
  .home-mobile-cta {
    padding: 0 5%; }

  /* line 168, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
  .main.home h1, .main.home .timeline-summary h2, .timeline-summary .main.home h2 {
    font-size: 46px;
    letter-spacing: 0;
    line-height: .95; }
  /* line 174, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
  .main.home .intro {
    padding: 15px 0;
    text-align: center; }
  /* line 179, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
  .main.home .button-teal.xl, .main.home .xl.button-orange, .main.home .xl.button-lime-green, .main.home #new_purchase_order input.xl[type='submit'], #new_purchase_order .main.home input.xl[type='submit'],
  .main.home #new-po-modal-content input.xl[type='submit'],
  #new-po-modal-content .main.home input.xl[type='submit'] {
    width: 70%;
    padding: 1.2em 5%;
    margin: 10px 0;
    font-weight: 400;
    letter-spacing: 3px; }
  /* line 189, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
  .main.home .about-cc h2 {
    text-align: center; }
  /* line 191, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
  .main.home .about-cc .half {
    width: 90%;
    padding: 30px 5% 0;
    float: none; }
    /* line 196, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
    .main.home .about-cc .half:last-of-type {
      padding: 0 5% 15px; }
  /* line 201, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
  .main.home .about-cc .intro {
    padding-bottom: 0; }
  /* line 205, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
  .main.home .about-cc .button-outlined {
    display: block;
    font-weight: 700; }
    /* line 209, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
    .main.home .about-cc .button-outlined:first-of-type {
      margin-right: 0; }
  /* line 213, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
  .main.home .press-logos li {
    width: 40%;
    padding: 0 5%; }
  /* line 218, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
  .main.home + .footer {
    position: relative; }

  /* line 224, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
  .instagram-feed {
    padding: 40px 5% 50px; }

  /* line 233, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
  .plan-detail-goals .third img {
    max-height: 65px; }
  /* line 236, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
  .plan-detail-goals h3, .plan-detail-goals .order-creation-details-wrapper label, .order-creation-details-wrapper .plan-detail-goals label {
    font-size: 16px;
    margin-top: 5px; }

  /* line 242, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
  .plan-detail-card {
    width: 90%;
    min-width: 180px;
    float: none;
    padding: 30px 5%; }

  /* line 252, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
  .main.login,
  .main.signup {
    width: 90%;
    padding: 100px 5%; }
    /* line 257, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
    .main.login h1, .main.login .timeline-summary h2, .timeline-summary .main.login h2,
    .main.signup h1,
    .main.signup .timeline-summary h2,
    .timeline-summary .main.signup h2 {
      font-size: 30px;
      letter-spacing: 1px; }
    /* line 262, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
    .main.login form,
    .main.signup form {
      width: 100%;
      min-width: 200px; }

  /* line 270, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
  .login input[type="text"],
  .login input[type="email"],
  .login input[type="password"],
  .signup input[type="text"],
  .signup input[type="email"],
  .signup input[type="password"] {
    width: 100%;
    min-width: 180px;
    padding: 12px 5% 10px; }

  /* line 284, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
  .progress-bar-header h1, .progress-bar-header .timeline-summary h2, .timeline-summary .progress-bar-header h2 {
    font-size: 25px; }

  /* line 289, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
  .form-section-wrapper .single-goal,
  #edit-profile .single-goal {
    width: 40%;
    padding-left: 10%; }
    /* line 293, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
    .form-section-wrapper .single-goal input[type="checkbox"],
    #edit-profile .single-goal input[type="checkbox"] {
      left: -20%; }

  /* line 299, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
  .half-half,
  .half-half:first-of-type {
    width: 100%;
    padding-right: 0;
    float: none; }

  /* line 309, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
  .main.static.about {
    width: 80%;
    padding: 0 10%; }

  /* line 317, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
  .hero {
    width: 80%;
    padding: 50px 10%; }
    /* line 321, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
    .hero h1, .hero .timeline-summary h2, .timeline-summary .hero h2 {
      font-size: 42px;
      letter-spacing: 0;
      line-height: 1.2; }
    /* line 327, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
    .hero h2 {
      font-size: 16px;
      margin-bottom: 10px; }

  /* line 336, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
  .main.profile,
  .main.detail-page {
    width: 90%;
    padding: 40px 5% 0; }
    /* line 341, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
    .main.profile h1, .main.profile .timeline-summary h2, .timeline-summary .main.profile h2,
    .main.detail-page h1,
    .main.detail-page .timeline-summary h2,
    .timeline-summary .main.detail-page h2 {
      font-size: 32px; }
    /* line 343, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
    .main.profile .sidebar .about-content,
    .main.detail-page .sidebar .about-content {
      padding-bottom: 20px;
      border-top: none; }
      /* line 347, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
      .main.profile .sidebar .about-content .vendor-details-table,
      .main.detail-page .sidebar .about-content .vendor-details-table {
        width: 100%;
        margin-top: 0; }
        /* line 351, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
        .main.profile .sidebar .about-content .vendor-details-table p.third, .main.profile .sidebar .about-content .vendor-details-table .third.form-field-instructions, .main.profile .sidebar .about-content .vendor-details-table .order-creation-details-wrapper .field.weekly label.third, .order-creation-details-wrapper .field.weekly .main.profile .sidebar .about-content .vendor-details-table label.third, .main.profile .sidebar .about-content .vendor-details-table .order-creation-details-wrapper .field.monthly span.third, .order-creation-details-wrapper .field.monthly .main.profile .sidebar .about-content .vendor-details-table span.third, .main.profile .sidebar .about-content .vendor-details-table .buyer-orders-list .third.single-order, .buyer-orders-list .main.profile .sidebar .about-content .vendor-details-table .third.single-order,
        .main.profile .sidebar .about-content .vendor-details-table .vendor-orders-list .third.single-order,
        .vendor-orders-list .main.profile .sidebar .about-content .vendor-details-table .third.single-order, .main.profile .sidebar .about-content .vendor-details-table .all-line-items .single-line-item .order-details-line-1 span.third, .all-line-items .single-line-item .order-details-line-1 .main.profile .sidebar .about-content .vendor-details-table span.third,
        .main.profile .sidebar .about-content .vendor-details-table .all-line-items .single-line-item .order-details-line-2 span.third,
        .all-line-items .single-line-item .order-details-line-2 .main.profile .sidebar .about-content .vendor-details-table span.third,
        .main.detail-page .sidebar .about-content .vendor-details-table p.third,
        .main.detail-page .sidebar .about-content .vendor-details-table .third.form-field-instructions,
        .main.detail-page .sidebar .about-content .vendor-details-table .order-creation-details-wrapper .field.weekly label.third,
        .order-creation-details-wrapper .field.weekly .main.detail-page .sidebar .about-content .vendor-details-table label.third,
        .main.detail-page .sidebar .about-content .vendor-details-table .order-creation-details-wrapper .field.monthly span.third,
        .order-creation-details-wrapper .field.monthly .main.detail-page .sidebar .about-content .vendor-details-table span.third,
        .main.detail-page .sidebar .about-content .vendor-details-table .buyer-orders-list .third.single-order,
        .buyer-orders-list .main.detail-page .sidebar .about-content .vendor-details-table .third.single-order,
        .main.detail-page .sidebar .about-content .vendor-details-table .vendor-orders-list .third.single-order,
        .vendor-orders-list .main.detail-page .sidebar .about-content .vendor-details-table .third.single-order,
        .main.detail-page .sidebar .about-content .vendor-details-table .all-line-items .single-line-item .order-details-line-1 span.third,
        .all-line-items .single-line-item .order-details-line-1 .main.detail-page .sidebar .about-content .vendor-details-table span.third,
        .main.detail-page .sidebar .about-content .vendor-details-table .all-line-items .single-line-item .order-details-line-2 span.third,
        .all-line-items .single-line-item .order-details-line-2 .main.detail-page .sidebar .about-content .vendor-details-table span.third {
          width: 100%;
          float: none;
          margin: 0 0 5px 0 !important;
          font-size: 16px; }
        /* line 358, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
        .main.profile .sidebar .about-content .vendor-details-table div,
        .main.detail-page .sidebar .about-content .vendor-details-table div {
          border: none;
          padding: 15px 0; }
          /* line 362, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
          .main.profile .sidebar .about-content .vendor-details-table div p.two-thirds, .main.profile .sidebar .about-content .vendor-details-table div .two-thirds.form-field-instructions, .main.profile .sidebar .about-content .vendor-details-table div .order-creation-details-wrapper .field.weekly label.two-thirds, .order-creation-details-wrapper .field.weekly .main.profile .sidebar .about-content .vendor-details-table div label.two-thirds, .main.profile .sidebar .about-content .vendor-details-table div .order-creation-details-wrapper .field.monthly span.two-thirds, .order-creation-details-wrapper .field.monthly .main.profile .sidebar .about-content .vendor-details-table div span.two-thirds, .main.profile .sidebar .about-content .vendor-details-table div .buyer-orders-list .two-thirds.single-order, .buyer-orders-list .main.profile .sidebar .about-content .vendor-details-table div .two-thirds.single-order,
          .main.profile .sidebar .about-content .vendor-details-table div .vendor-orders-list .two-thirds.single-order,
          .vendor-orders-list .main.profile .sidebar .about-content .vendor-details-table div .two-thirds.single-order, .main.profile .sidebar .about-content .vendor-details-table div .all-line-items .single-line-item .order-details-line-1 span.two-thirds, .all-line-items .single-line-item .order-details-line-1 .main.profile .sidebar .about-content .vendor-details-table div span.two-thirds,
          .main.profile .sidebar .about-content .vendor-details-table div .all-line-items .single-line-item .order-details-line-2 span.two-thirds,
          .all-line-items .single-line-item .order-details-line-2 .main.profile .sidebar .about-content .vendor-details-table div span.two-thirds,
          .main.detail-page .sidebar .about-content .vendor-details-table div p.two-thirds,
          .main.detail-page .sidebar .about-content .vendor-details-table div .two-thirds.form-field-instructions,
          .main.detail-page .sidebar .about-content .vendor-details-table div .order-creation-details-wrapper .field.weekly label.two-thirds,
          .order-creation-details-wrapper .field.weekly .main.detail-page .sidebar .about-content .vendor-details-table div label.two-thirds,
          .main.detail-page .sidebar .about-content .vendor-details-table div .order-creation-details-wrapper .field.monthly span.two-thirds,
          .order-creation-details-wrapper .field.monthly .main.detail-page .sidebar .about-content .vendor-details-table div span.two-thirds,
          .main.detail-page .sidebar .about-content .vendor-details-table div .buyer-orders-list .two-thirds.single-order,
          .buyer-orders-list .main.detail-page .sidebar .about-content .vendor-details-table div .two-thirds.single-order,
          .main.detail-page .sidebar .about-content .vendor-details-table div .vendor-orders-list .two-thirds.single-order,
          .vendor-orders-list .main.detail-page .sidebar .about-content .vendor-details-table div .two-thirds.single-order,
          .main.detail-page .sidebar .about-content .vendor-details-table div .all-line-items .single-line-item .order-details-line-1 span.two-thirds,
          .all-line-items .single-line-item .order-details-line-1 .main.detail-page .sidebar .about-content .vendor-details-table div span.two-thirds,
          .main.detail-page .sidebar .about-content .vendor-details-table div .all-line-items .single-line-item .order-details-line-2 span.two-thirds,
          .all-line-items .single-line-item .order-details-line-2 .main.detail-page .sidebar .about-content .vendor-details-table div span.two-thirds {
            width: 100%; }
          /* line 366, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
          .main.profile .sidebar .about-content .vendor-details-table div:last-of-type,
          .main.detail-page .sidebar .about-content .vendor-details-table div:last-of-type {
            border-bottom: none; }

  /* line 375, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
  .sticky-submit {
    display: none;
    top: auto;
    bottom: 0;
    text-align: center; }
    /* line 381, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
    .sticky-submit p, .sticky-submit .form-field-instructions, .sticky-submit .order-creation-details-wrapper .field.weekly label, .order-creation-details-wrapper .field.weekly .sticky-submit label, .sticky-submit .order-creation-details-wrapper .field.monthly span, .order-creation-details-wrapper .field.monthly .sticky-submit span, .sticky-submit .buyer-orders-list .single-order, .buyer-orders-list .sticky-submit .single-order,
    .sticky-submit .vendor-orders-list .single-order,
    .vendor-orders-list .sticky-submit .single-order, .sticky-submit .all-line-items .single-line-item .order-details-line-1 span, .all-line-items .single-line-item .order-details-line-1 .sticky-submit span,
    .sticky-submit .all-line-items .single-line-item .order-details-line-2 span,
    .all-line-items .single-line-item .order-details-line-2 .sticky-submit span {
      display: none; }
    /* line 383, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
    .sticky-submit .button-teal, .sticky-submit .button-orange, .sticky-submit .button-lime-green, .sticky-submit #new_purchase_order input[type='submit'], #new_purchase_order .sticky-submit input[type='submit'],
    .sticky-submit #new-po-modal-content input[type='submit'],
    #new-po-modal-content .sticky-submit input[type='submit'] {
      display: inline-block;
      float: none; }

  /* line 390, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
  .profile-photo {
    margin: 0 auto 50px auto; }
    /* line 392, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
    .profile-photo img {
      display: inline-block;
      width: 111% !important;
      margin-left: -6%; }

  /* line 399, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
  .half-half {
    width: 100%;
    padding-right: 0; }
    /* line 404, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
    .half-half.with-icons select,
    .half-half.with-icons textarea,
    .half-half.with-icons input[type="text"],
    .half-half.with-icons input[type="url"],
    .half-half.with-icons input[type="email"],
    .half-half.with-icons input[type="date"] {
      min-width: 280px;
      width: 92%; }
    /* line 414, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
    .half-half.with-icons i {
      width: 8%; }

  /* line 420, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
  .threes fieldset {
    width: 100%;
    margin-right: 0; }

  /* line 425, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
  .no-attachment {
    font-size: 15px; }

  /* line 431, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
  .goals
  .edit-details .request-modal .goals .single-goal {
    width: 94%;
    margin: 30px 0; }
    /* line 435, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
    .goals
    .edit-details .request-modal .goals .single-goal img {
      width: 20%;
      float: left; }
    /* line 440, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
    .goals
    .edit-details .request-modal .goals .single-goal p, .goals
    .edit-details .request-modal .goals .single-goal .form-field-instructions, .goals
    .edit-details .request-modal .goals .single-goal .order-creation-details-wrapper .field.weekly label, .order-creation-details-wrapper .field.weekly .goals
    .edit-details .request-modal .goals .single-goal label, .goals
    .edit-details .request-modal .goals .single-goal .order-creation-details-wrapper .field.monthly span, .order-creation-details-wrapper .field.monthly .goals
    .edit-details .request-modal .goals .single-goal span, .goals
    .edit-details .request-modal .goals .single-goal .buyer-orders-list .single-order, .buyer-orders-list .goals
    .edit-details .request-modal .goals .single-goal .single-order,
    .goals
    .edit-details .request-modal .goals .single-goal .vendor-orders-list .single-order,
    .vendor-orders-list .goals
    .edit-details .request-modal .goals .single-goal .single-order, .goals
    .edit-details .request-modal .goals .single-goal .all-line-items .single-line-item .order-details-line-1 span, .all-line-items .single-line-item .order-details-line-1 .goals
    .edit-details .request-modal .goals .single-goal span,
    .goals
    .edit-details .request-modal .goals .single-goal .all-line-items .single-line-item .order-details-line-2 span,
    .all-line-items .single-line-item .order-details-line-2 .goals
    .edit-details .request-modal .goals .single-goal span {
      width: 70%;
      float: right;
      margin: 5px 0 !important; }
  /* line 447, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
  .goals
  .edit-details .request-modal .goals.no-checkboxes {
    margin-top: 0; }
    /* line 450, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
    .goals
    .edit-details .request-modal .goals.no-checkboxes .single-goal {
      width: 25%;
      float: left; }
      /* line 454, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
      .goals
      .edit-details .request-modal .goals.no-checkboxes .single-goal img {
        width: 60%; }
      /* line 456, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
      .goals
      .edit-details .request-modal .goals.no-checkboxes .single-goal p, .goals
      .edit-details .request-modal .goals.no-checkboxes .single-goal .form-field-instructions, .goals
      .edit-details .request-modal .goals.no-checkboxes .single-goal .order-creation-details-wrapper .field.weekly label, .order-creation-details-wrapper .field.weekly .goals
      .edit-details .request-modal .goals.no-checkboxes .single-goal label, .goals
      .edit-details .request-modal .goals.no-checkboxes .single-goal .order-creation-details-wrapper .field.monthly span, .order-creation-details-wrapper .field.monthly .goals
      .edit-details .request-modal .goals.no-checkboxes .single-goal span, .goals
      .edit-details .request-modal .goals.no-checkboxes .single-goal .buyer-orders-list .single-order, .buyer-orders-list .goals
      .edit-details .request-modal .goals.no-checkboxes .single-goal .single-order,
      .goals
      .edit-details .request-modal .goals.no-checkboxes .single-goal .vendor-orders-list .single-order,
      .vendor-orders-list .goals
      .edit-details .request-modal .goals.no-checkboxes .single-goal .single-order, .goals
      .edit-details .request-modal .goals.no-checkboxes .single-goal .all-line-items .single-line-item .order-details-line-1 span, .all-line-items .single-line-item .order-details-line-1 .goals
      .edit-details .request-modal .goals.no-checkboxes .single-goal span,
      .goals
      .edit-details .request-modal .goals.no-checkboxes .single-goal .all-line-items .single-line-item .order-details-line-2 span,
      .all-line-items .single-line-item .order-details-line-2 .goals
      .edit-details .request-modal .goals.no-checkboxes .single-goal span {
        width: 100%;
        float: none;
        font-size: 14px; }

  /* line 467, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
  .main.detail-page section {
    width: 100%;
    padding: 0; }
    /* line 471, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
    .main.detail-page section:last-of-type {
      margin-bottom: 0 !important; }
  /* line 477, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
  .main.detail-page .body-content .about-content {
    border-top: 0; }
  /* line 479, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
  .main.detail-page .body-content h3, .main.detail-page .body-content .order-creation-details-wrapper label, .order-creation-details-wrapper .main.detail-page .body-content label {
    padding-top: 20px; }
  /* line 484, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
  .main.detail-page .body-content .goals h3, .main.detail-page .body-content .goals .order-creation-details-wrapper label, .order-creation-details-wrapper .main.detail-page .body-content .goals label {
    margin-top: 0 !important; }
  /* line 487, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
  .main.detail-page .body-content .goals .single-goal input[type="checkbox"] {
    left: 0; }
  /* line 491, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
  .main.detail-page .body-content .goals .single-goal img {
    margin-left: 0; }
  /* line 495, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
  .main.detail-page .body-content .goals .single-goal .goal-descript {
    float: none; }
  /* line 499, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
  .main.detail-page .body-content .goals .single-goal p, .main.detail-page .body-content .goals .single-goal .form-field-instructions, .main.detail-page .body-content .goals .single-goal .order-creation-details-wrapper .field.weekly label, .order-creation-details-wrapper .field.weekly .main.detail-page .body-content .goals .single-goal label, .main.detail-page .body-content .goals .single-goal .order-creation-details-wrapper .field.monthly span, .order-creation-details-wrapper .field.monthly .main.detail-page .body-content .goals .single-goal span, .main.detail-page .body-content .goals .single-goal .buyer-orders-list .single-order, .buyer-orders-list .main.detail-page .body-content .goals .single-goal .single-order,
  .main.detail-page .body-content .goals .single-goal .vendor-orders-list .single-order,
  .vendor-orders-list .main.detail-page .body-content .goals .single-goal .single-order, .main.detail-page .body-content .goals .single-goal .all-line-items .single-line-item .order-details-line-1 span, .all-line-items .single-line-item .order-details-line-1 .main.detail-page .body-content .goals .single-goal span,
  .main.detail-page .body-content .goals .single-goal .all-line-items .single-line-item .order-details-line-2 span,
  .all-line-items .single-line-item .order-details-line-2 .main.detail-page .body-content .goals .single-goal span {
    width: 90%; }
  /* line 505, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
  .main.detail-page .body-content .additional-info {
    padding: 0 0 50px 0 !important; }
    /* line 507, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
    .main.detail-page .body-content .additional-info h3, .main.detail-page .body-content .additional-info .order-creation-details-wrapper label, .order-creation-details-wrapper .main.detail-page .body-content .additional-info label {
      margin-top: 0 !important; }

  /* line 513, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
  .mobile-profile-details {
    display: block;
    padding: 0 0 30px 0; }
    /* line 517, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
    .mobile-profile-details h2 {
      font: 400 18px/2 "Lato", sans-serif;
      text-transform: uppercase;
      letter-spacing: 2px;
      margin-top: 4px;
      opacity: .5; }
    /* line 525, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
    .mobile-profile-details h4, .mobile-profile-details .main.detail-page .body-content .about-content h3, .main.detail-page .body-content .about-content .mobile-profile-details h3, .mobile-profile-details .main.detail-page .body-content .about-content .order-creation-details-wrapper label, .main.detail-page .body-content .about-content .order-creation-details-wrapper .mobile-profile-details label, .mobile-profile-details .order-creation-details-wrapper .main.detail-page .body-content .about-content label, .order-creation-details-wrapper .main.detail-page .body-content .about-content .mobile-profile-details label {
      font-size: 20px;
      margin-top: 40px; }
    /* line 530, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
    .mobile-profile-details p, .mobile-profile-details .form-field-instructions, .mobile-profile-details .order-creation-details-wrapper .field.weekly label, .order-creation-details-wrapper .field.weekly .mobile-profile-details label, .mobile-profile-details .order-creation-details-wrapper .field.monthly span, .order-creation-details-wrapper .field.monthly .mobile-profile-details span, .mobile-profile-details .buyer-orders-list .single-order, .buyer-orders-list .mobile-profile-details .single-order,
    .mobile-profile-details .vendor-orders-list .single-order,
    .vendor-orders-list .mobile-profile-details .single-order, .mobile-profile-details .all-line-items .single-line-item .order-details-line-1 span, .all-line-items .single-line-item .order-details-line-1 .mobile-profile-details span,
    .mobile-profile-details .all-line-items .single-line-item .order-details-line-2 span,
    .all-line-items .single-line-item .order-details-line-2 .mobile-profile-details span {
      font: 16px/1.7 "Lato", sans-serif;
      margin: 20px 0; }
    /* line 535, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
    .mobile-profile-details #vendor_company_name {
      float: none; }

  /* line 542, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
  #edit-profile h4, #edit-profile .main.detail-page .body-content .about-content h3, .main.detail-page .body-content .about-content #edit-profile h3, #edit-profile .main.detail-page .body-content .about-content .order-creation-details-wrapper label, .main.detail-page .body-content .about-content .order-creation-details-wrapper #edit-profile label, #edit-profile .order-creation-details-wrapper .main.detail-page .body-content .about-content label, .order-creation-details-wrapper .main.detail-page .body-content .about-content #edit-profile label {
    margin: 30px 0 15px; }
  /* line 544, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
  #edit-profile .edit-icon {
    display: none; }
  /* line 546, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
  #edit-profile select,
  #edit-profile textarea,
  #edit-profile input[type="text"],
  #edit-profile input[type="url"],
  #edit-profile input[type="email"],
  #edit-profile input[type="date"] {
    width: 100% !important;
    margin: 5px 0 !important;
    float: none; }
  /* line 558, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
  #edit-profile .body-content input[type="text"] {
    margin-bottom: 10px; }
  /* line 564, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
  #edit-profile .sidebar .input-detail {
    padding: 10px 0 0 0; }
  /* line 567, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
  #edit-profile .single-goal {
    padding-left: 10%;
    text-align: left; }
    /* line 571, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
    #edit-profile .single-goal input[type="checkbox"] {
      left: -25%;
      margin-right: 0; }
    /* line 576, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
    #edit-profile .single-goal img {
      display: inline-block;
      float: none;
      margin-left: -8%; }
    /* line 582, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
    #edit-profile .single-goal h4, #edit-profile .single-goal .main.detail-page .body-content .about-content h3, .main.detail-page .body-content .about-content #edit-profile .single-goal h3, #edit-profile .single-goal .main.detail-page .body-content .about-content .order-creation-details-wrapper label, .main.detail-page .body-content .about-content .order-creation-details-wrapper #edit-profile .single-goal label, #edit-profile .single-goal .order-creation-details-wrapper .main.detail-page .body-content .about-content label, .order-creation-details-wrapper .main.detail-page .body-content .about-content #edit-profile .single-goal label {
      width: 100%;
      float: none;
      clear: both;
      margin: 5px 0 0 0 !important; }

  /* line 593, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
  .product-gallery,
  .proposals {
    width: 100%;
    padding: 30px 0 0 0;
    background-attachment: fixed; }
    /* line 599, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
    .product-gallery h3, .product-gallery .order-creation-details-wrapper label, .order-creation-details-wrapper .product-gallery label,
    .proposals h3,
    .proposals .order-creation-details-wrapper label,
    .order-creation-details-wrapper .proposals label {
      font-size: 26px; }

  /* line 604, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
  #featured-product {
    padding: 100px 0; }

  /* line 609, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
  .new_order .city {
    width: 100% !important; }
  /* line 612, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
  .new_order .zip {
    width: 40% !important; }

  /* line 617, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
  .order-flow {
    padding-top: 100px; }
    /* line 619, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
    .order-flow .order-details {
      padding: 30px 0; }
      /* line 621, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
      .order-flow .order-details .product-img {
        width: 90%;
        float: none; }
      /* line 625, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
      .order-flow .order-details .details-wrapper {
        width: 90%;
        float: none;
        margin: 30px auto 10px; }

  /* line 633, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
  .product-list {
    margin-top: 20px; }
    /* line 636, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
    .product-list .single-product {
      width: 80%;
      margin: 20px 10% 20px;
      text-align: center; }
      /* line 641, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
      .product-list .single-product .product-img {
        display: inline-block;
        width: 100%; }
      /* line 646, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
      .product-list .single-product button.details-link {
        font-size: 14px;
        border: 1px solid #e6e6e6;
        margin-top: 20px;
        padding: 5px 30px; }

  /* line 655, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
  .featured-summary {
    width: 80%;
    padding: 0 10%;
    margin-top: 30px; }
    /* line 660, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
    .featured-summary p, .featured-summary .form-field-instructions, .featured-summary .order-creation-details-wrapper .field.weekly label, .order-creation-details-wrapper .field.weekly .featured-summary label, .featured-summary .order-creation-details-wrapper .field.monthly span, .order-creation-details-wrapper .field.monthly .featured-summary span, .featured-summary .buyer-orders-list .single-order, .buyer-orders-list .featured-summary .single-order,
    .featured-summary .vendor-orders-list .single-order,
    .vendor-orders-list .featured-summary .single-order, .featured-summary .all-line-items .single-line-item .order-details-line-1 span, .all-line-items .single-line-item .order-details-line-1 .featured-summary span,
    .featured-summary .all-line-items .single-line-item .order-details-line-2 span,
    .all-line-items .single-line-item .order-details-line-2 .featured-summary span {
      font-size: 16px;
      line-height: 1.6; }
    /* line 665, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
    .featured-summary .button-orange.btn-xs {
      text-align: center;
      font-size: 15px;
      margin: 30px 0 40px; }

  /* line 673, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
  .proposals li {
    width: 60%;
    margin: 0 20% 20px; }

  /* line 680, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
  .product-detail-modal {
    width: 96%;
    max-height: 85%;
    padding: 0; }
    /* line 685, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
    .product-detail-modal .close {
      top: 10px;
      right: 3%; }
    /* line 690, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
    .product-detail-modal .modal-img {
      width: 100%;
      float: none;
      margin: 30px 0 0 0;
      text-align: center; }
      /* line 696, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
      .product-detail-modal .modal-img img {
        width: 75%;
        max-width: 200px; }
      /* line 700, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
      .product-detail-modal .modal-img p, .product-detail-modal .modal-img .form-field-instructions, .product-detail-modal .modal-img .order-creation-details-wrapper .field.weekly label, .order-creation-details-wrapper .field.weekly .product-detail-modal .modal-img label, .product-detail-modal .modal-img .order-creation-details-wrapper .field.monthly span, .order-creation-details-wrapper .field.monthly .product-detail-modal .modal-img span, .product-detail-modal .modal-img .buyer-orders-list .single-order, .buyer-orders-list .product-detail-modal .modal-img .single-order,
      .product-detail-modal .modal-img .vendor-orders-list .single-order,
      .vendor-orders-list .product-detail-modal .modal-img .single-order, .product-detail-modal .modal-img .all-line-items .single-line-item .order-details-line-1 span, .all-line-items .single-line-item .order-details-line-1 .product-detail-modal .modal-img span,
      .product-detail-modal .modal-img .all-line-items .single-line-item .order-details-line-2 span,
      .all-line-items .single-line-item .order-details-line-2 .product-detail-modal .modal-img span {
        width: 75%;
        margin: auto; }
    /* line 706, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
    .product-detail-modal aside {
      width: 88%;
      float: none;
      padding: 40px 6%; }
      /* line 710, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
      .product-detail-modal aside h2 {
        font-size: 24px; }
      /* line 711, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
      .product-detail-modal aside p, .product-detail-modal aside .form-field-instructions, .product-detail-modal aside .order-creation-details-wrapper .field.weekly label, .order-creation-details-wrapper .field.weekly .product-detail-modal aside label, .product-detail-modal aside .order-creation-details-wrapper .field.monthly span, .order-creation-details-wrapper .field.monthly .product-detail-modal aside span, .product-detail-modal aside .buyer-orders-list .single-order, .buyer-orders-list .product-detail-modal aside .single-order,
      .product-detail-modal aside .vendor-orders-list .single-order,
      .vendor-orders-list .product-detail-modal aside .single-order, .product-detail-modal aside .all-line-items .single-line-item .order-details-line-1 span, .all-line-items .single-line-item .order-details-line-1 .product-detail-modal aside span,
      .product-detail-modal aside .all-line-items .single-line-item .order-details-line-2 span,
      .all-line-items .single-line-item .order-details-line-2 .product-detail-modal aside span {
        margin: 10px 0;
        font-size: 17px; }
      /* line 715, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
      .product-detail-modal aside input[type="text"],
      .product-detail-modal aside input[type="number"],
      .product-detail-modal aside input[type="date"],
      .product-detail-modal aside textarea {
        width: 100%;
        min-width: 350px; }
      /* line 723, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
      .product-detail-modal aside .dollar-sign-wrapper input[type="text"],
      .product-detail-modal aside .dollar-sign-wrapper input[type="number"] {
        min-width: 335px; }
    /* line 731, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
    .product-detail-modal .product-img-upload {
      position: relative;
      left: 10%; }
    /* line 737, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
    .product-detail-modal .status li {
      width: 100%; }
    /* line 742, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
    .product-detail-modal .rfp-sidebar .product-img {
      width: 100%;
      margin-right: 0; }
      /* line 746, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
      .product-detail-modal .rfp-sidebar .product-img img {
        border: none; }
    /* line 752, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
    .product-detail-modal.request-modal .rfp-sidebar {
      width: 90%;
      margin: 20px 5%; }
      /* line 756, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
      .product-detail-modal.request-modal .rfp-sidebar .modal-img {
        width: 40%;
        float: left; }
        /* line 760, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
        .product-detail-modal.request-modal .rfp-sidebar .modal-img img {
          box-shadow: none; }
      /* line 765, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
      .product-detail-modal.request-modal .rfp-sidebar .responses-alert {
        float: left; }
    /* line 772, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
    .product-detail-modal.request-modal aside h2 {
      margin-top: 20px; }
    /* line 776, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
    .product-detail-modal.edit-product {
      width: 90%; }
      /* line 779, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
      .product-detail-modal.edit-product input[type="text"].product-name {
        font-size: 18px; }
      /* line 781, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
      .product-detail-modal.edit-product input[type='submit'] {
        margin: 0; }
    /* line 788, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
    .product-detail-modal .profile-img-upload {
      display: inline-block;
      width: 78px; }

  /* line 797, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
  .templates {
    padding: 50px 10%; }
    /* line 800, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
    .templates .button-teal, .templates .button-orange, .templates .button-lime-green, .templates #new_purchase_order input[type='submit'], #new_purchase_order .templates input[type='submit'],
    .templates #new-po-modal-content input[type='submit'],
    #new-po-modal-content .templates input[type='submit'] {
      margin: 10px auto; }

  /* line 808, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
  .signup-modal h2 {
    line-height: 1.2; }
  /* line 813, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
  .signup-modal .notification-popup .button-teal, .signup-modal .notification-popup .button-orange, .signup-modal .notification-popup .button-lime-green, .signup-modal .notification-popup #new_purchase_order input[type='submit'], #new_purchase_order .signup-modal .notification-popup input[type='submit'],
  .signup-modal .notification-popup #new-po-modal-content input[type='submit'],
  #new-po-modal-content .signup-modal .notification-popup input[type='submit'] {
    width: 100%;
    padding: 20px 0;
    margin: 14px 0 0 0; }
  /* line 819, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
  .signup-modal .notification-popup p, .signup-modal .notification-popup .form-field-instructions, .signup-modal .notification-popup .order-creation-details-wrapper .field.weekly label, .order-creation-details-wrapper .field.weekly .signup-modal .notification-popup label, .signup-modal .notification-popup .order-creation-details-wrapper .field.monthly span, .order-creation-details-wrapper .field.monthly .signup-modal .notification-popup span, .signup-modal .notification-popup .buyer-orders-list .single-order, .buyer-orders-list .signup-modal .notification-popup .single-order,
  .signup-modal .notification-popup .vendor-orders-list .single-order,
  .vendor-orders-list .signup-modal .notification-popup .single-order, .signup-modal .notification-popup .all-line-items .single-line-item .order-details-line-1 span, .all-line-items .single-line-item .order-details-line-1 .signup-modal .notification-popup span,
  .signup-modal .notification-popup .all-line-items .single-line-item .order-details-line-2 span,
  .all-line-items .single-line-item .order-details-line-2 .signup-modal .notification-popup span {
    width: 90%; }
  /* line 821, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
  .signup-modal .notification-popup br {
    display: none; }

  /* line 826, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
  .notification-popup {
    width: 88%; }
    /* line 829, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
    .notification-popup img {
      width: 55%; }
    /* line 831, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
    .notification-popup p, .notification-popup .form-field-instructions, .notification-popup .order-creation-details-wrapper .field.weekly label, .order-creation-details-wrapper .field.weekly .notification-popup label, .notification-popup .order-creation-details-wrapper .field.monthly span, .order-creation-details-wrapper .field.monthly .notification-popup span, .notification-popup .buyer-orders-list .single-order, .buyer-orders-list .notification-popup .single-order,
    .notification-popup .vendor-orders-list .single-order,
    .vendor-orders-list .notification-popup .single-order, .notification-popup .all-line-items .single-line-item .order-details-line-1 span, .all-line-items .single-line-item .order-details-line-1 .notification-popup span,
    .notification-popup .all-line-items .single-line-item .order-details-line-2 span,
    .all-line-items .single-line-item .order-details-line-2 .notification-popup span {
      width: 80%;
      margin: auto;
      font-size: 18px; }
      /* line 836, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
      .notification-popup p:first-of-type, .notification-popup .form-field-instructions:first-of-type, .notification-popup .order-creation-details-wrapper .field.weekly label:first-of-type, .order-creation-details-wrapper .field.weekly .notification-popup label:first-of-type, .notification-popup .order-creation-details-wrapper .field.monthly span:first-of-type, .order-creation-details-wrapper .field.monthly .notification-popup span:first-of-type, .notification-popup .buyer-orders-list .single-order:first-of-type, .buyer-orders-list .notification-popup .single-order:first-of-type,
      .notification-popup .vendor-orders-list .single-order:first-of-type,
      .vendor-orders-list .notification-popup .single-order:first-of-type, .notification-popup .all-line-items .single-line-item .order-details-line-1 span:first-of-type, .all-line-items .single-line-item .order-details-line-1 .notification-popup span:first-of-type,
      .notification-popup .all-line-items .single-line-item .order-details-line-2 span:first-of-type,
      .all-line-items .single-line-item .order-details-line-2 .notification-popup span:first-of-type {
        margin-bottom: 10px; }
    /* line 841, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
    .notification-popup .button-teal, .notification-popup .button-orange, .notification-popup .button-lime-green, .notification-popup #new_purchase_order input[type='submit'], #new_purchase_order .notification-popup input[type='submit'],
    .notification-popup #new-po-modal-content input[type='submit'],
    #new-po-modal-content .notification-popup input[type='submit'] {
      width: 20%; }

  /* line 847, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
  .proposal-list ol {
    padding-left: 20px; }
  /* line 849, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
  .proposal-list .proposal-name {
    font-size: 24px; }
  /* line 853, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
  .proposal-list .vendor-name,
  .proposal-list .left,
  .proposal-list .right {
    float: none; }
  /* line 859, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
  .proposal-list .proposal-link {
    width: 89%;
    text-align: center;
    margin: 10px 0; }
  /* line 865, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
  .proposal-list .connect-button {
    width: 100%;
    margin: 10px 0; }

  /* line 874, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
  .hero-intro {
    padding: 0 0 30px 0;
    font-size: 17px;
    line-height: 1.4; }

  /* line 883, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
  .plan-details h3:before, .plan-details .order-creation-details-wrapper label:before, .order-creation-details-wrapper .plan-details label:before, .plan-details h3:after, .plan-details .order-creation-details-wrapper label:after, .order-creation-details-wrapper .plan-details label:after {
    width: 18%; }

  /* line 889, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
  .square-grid {
    width: 100%; }

  /* line 891, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
  .single-square {
    width: 98%;
    float: none; }
    /* line 895, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
    .single-square h3, .single-square .order-creation-details-wrapper label, .order-creation-details-wrapper .single-square label {
      font-size: 23px; }
    /* line 897, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
    .single-square .thumb-hover-content {
      opacity: 1;
      font-size: 16px;
      top: 52%; }

  /* line 904, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
  .plan-detail-main {
    background-attachment: fixed; }

  /* line 908, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
  .plan-detail-goals {
    width: 100%; }

  /* line 912, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
  .pocket-crease {
    width: 105%;
    bottom: -50px;
    left: -2.5%; } }
@media (max-width: 325px) {
  /* line 926, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
  .header-logo {
    line-height: 2;
    letter-spacing: 1px; }

  /* line 931, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
  .header .signup-login a {
    letter-spacing: 0; }

  /* line 935, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
  .home-hero {
    padding: 20% 0; }
    /* line 938, /tmp/build_6d01db8a/app/assets/stylesheets/styles/_responsive_mobile.scss */
    .home-hero .btn-lg {
      letter-spacing: 1px;
      padding: 14px 0 12px 0; } }
.tippy-touch{cursor:pointer!important}.tippy-notransition{transition:none!important}.tippy-popper{max-width:350px;-webkit-perspective:700px;perspective:700px;z-index:9999;outline:0;transition-timing-function:cubic-bezier(.165,.84,.44,1);pointer-events:none;line-height:1.4}.tippy-popper[data-html]{max-width:96%;max-width:calc(100% - 20px)}.tippy-popper[x-placement^=top] .tippy-backdrop{border-radius:40% 40% 0 0}.tippy-popper[x-placement^=top] .tippy-roundarrow{bottom:-8px;-webkit-transform-origin:50% 0;transform-origin:50% 0}.tippy-popper[x-placement^=top] .tippy-roundarrow svg{position:absolute;left:0;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.tippy-popper[x-placement^=top] .tippy-arrow{border-top:7px solid #333;border-right:7px solid transparent;border-left:7px solid transparent;bottom:-7px;margin:0 6px;-webkit-transform-origin:50% 0;transform-origin:50% 0}.tippy-popper[x-placement^=top] .tippy-backdrop{-webkit-transform-origin:0 90%;transform-origin:0 90%}.tippy-popper[x-placement^=top] .tippy-backdrop[data-state=visible]{-webkit-transform:scale(6) translate(-50%,25%);transform:scale(6) translate(-50%,25%);opacity:1}.tippy-popper[x-placement^=top] .tippy-backdrop[data-state=hidden]{-webkit-transform:scale(1) translate(-50%,25%);transform:scale(1) translate(-50%,25%);opacity:0}.tippy-popper[x-placement^=top] [data-animation=shift-toward][data-state=visible]{opacity:1;-webkit-transform:translateY(-10px);transform:translateY(-10px)}.tippy-popper[x-placement^=top] [data-animation=shift-toward][data-state=hidden]{opacity:0;-webkit-transform:translateY(-20px);transform:translateY(-20px)}.tippy-popper[x-placement^=top] [data-animation=perspective]{-webkit-transform-origin:bottom;transform-origin:bottom}.tippy-popper[x-placement^=top] [data-animation=perspective][data-state=visible]{opacity:1;-webkit-transform:translateY(-10px) rotateX(0);transform:translateY(-10px) rotateX(0)}.tippy-popper[x-placement^=top] [data-animation=perspective][data-state=hidden]{opacity:0;-webkit-transform:translateY(0) rotateX(90deg);transform:translateY(0) rotateX(90deg)}.tippy-popper[x-placement^=top] [data-animation=fade][data-state=visible]{opacity:1;-webkit-transform:translateY(-10px);transform:translateY(-10px)}.tippy-popper[x-placement^=top] [data-animation=fade][data-state=hidden]{opacity:0;-webkit-transform:translateY(-10px);transform:translateY(-10px)}.tippy-popper[x-placement^=top] [data-animation=shift-away][data-state=visible]{opacity:1;-webkit-transform:translateY(-10px);transform:translateY(-10px)}.tippy-popper[x-placement^=top] [data-animation=shift-away][data-state=hidden]{opacity:0;-webkit-transform:translateY(0);transform:translateY(0)}.tippy-popper[x-placement^=top] [data-animation=scale][data-state=visible]{opacity:1;-webkit-transform:translateY(-10px) scale(1);transform:translateY(-10px) scale(1)}.tippy-popper[x-placement^=top] [data-animation=scale][data-state=hidden]{opacity:0;-webkit-transform:translateY(0) scale(0);transform:translateY(0) scale(0)}.tippy-popper[x-placement^=bottom] .tippy-backdrop{border-radius:0 0 30% 30%}.tippy-popper[x-placement^=bottom] .tippy-roundarrow{top:-8px;-webkit-transform-origin:50% 100%;transform-origin:50% 100%}.tippy-popper[x-placement^=bottom] .tippy-roundarrow svg{position:absolute;left:0;-webkit-transform:rotate(0);transform:rotate(0)}.tippy-popper[x-placement^=bottom] .tippy-arrow{border-bottom:7px solid #333;border-right:7px solid transparent;border-left:7px solid transparent;top:-7px;margin:0 6px;-webkit-transform-origin:50% 100%;transform-origin:50% 100%}.tippy-popper[x-placement^=bottom] .tippy-backdrop{-webkit-transform-origin:0 -90%;transform-origin:0 -90%}.tippy-popper[x-placement^=bottom] .tippy-backdrop[data-state=visible]{-webkit-transform:scale(6) translate(-50%,-125%);transform:scale(6) translate(-50%,-125%);opacity:1}.tippy-popper[x-placement^=bottom] .tippy-backdrop[data-state=hidden]{-webkit-transform:scale(1) translate(-50%,-125%);transform:scale(1) translate(-50%,-125%);opacity:0}.tippy-popper[x-placement^=bottom] [data-animation=shift-toward][data-state=visible]{opacity:1;-webkit-transform:translateY(10px);transform:translateY(10px)}.tippy-popper[x-placement^=bottom] [data-animation=shift-toward][data-state=hidden]{opacity:0;-webkit-transform:translateY(20px);transform:translateY(20px)}.tippy-popper[x-placement^=bottom] [data-animation=perspective]{-webkit-transform-origin:top;transform-origin:top}.tippy-popper[x-placement^=bottom] [data-animation=perspective][data-state=visible]{opacity:1;-webkit-transform:translateY(10px) rotateX(0);transform:translateY(10px) rotateX(0)}.tippy-popper[x-placement^=bottom] [data-animation=perspective][data-state=hidden]{opacity:0;-webkit-transform:translateY(0) rotateX(-90deg);transform:translateY(0) rotateX(-90deg)}.tippy-popper[x-placement^=bottom] [data-animation=fade][data-state=visible]{opacity:1;-webkit-transform:translateY(10px);transform:translateY(10px)}.tippy-popper[x-placement^=bottom] [data-animation=fade][data-state=hidden]{opacity:0;-webkit-transform:translateY(10px);transform:translateY(10px)}.tippy-popper[x-placement^=bottom] [data-animation=shift-away][data-state=visible]{opacity:1;-webkit-transform:translateY(10px);transform:translateY(10px)}.tippy-popper[x-placement^=bottom] [data-animation=shift-away][data-state=hidden]{opacity:0;-webkit-transform:translateY(0);transform:translateY(0)}.tippy-popper[x-placement^=bottom] [data-animation=scale][data-state=visible]{opacity:1;-webkit-transform:translateY(10px) scale(1);transform:translateY(10px) scale(1)}.tippy-popper[x-placement^=bottom] [data-animation=scale][data-state=hidden]{opacity:0;-webkit-transform:translateY(0) scale(0);transform:translateY(0) scale(0)}.tippy-popper[x-placement^=left] .tippy-backdrop{border-radius:50% 0 0 50%}.tippy-popper[x-placement^=left] .tippy-roundarrow{right:-16px;-webkit-transform-origin:33.33333333% 50%;transform-origin:33.33333333% 50%}.tippy-popper[x-placement^=left] .tippy-roundarrow svg{position:absolute;left:0;-webkit-transform:rotate(90deg);transform:rotate(90deg)}.tippy-popper[x-placement^=left] .tippy-arrow{border-left:7px solid #333;border-top:7px solid transparent;border-bottom:7px solid transparent;right:-7px;margin:3px 0;-webkit-transform-origin:0 50%;transform-origin:0 50%}.tippy-popper[x-placement^=left] .tippy-backdrop{-webkit-transform-origin:100% 0;transform-origin:100% 0}.tippy-popper[x-placement^=left] .tippy-backdrop[data-state=visible]{-webkit-transform:scale(6) translate(40%,-50%);transform:scale(6) translate(40%,-50%);opacity:1}.tippy-popper[x-placement^=left] .tippy-backdrop[data-state=hidden]{-webkit-transform:scale(1.5) translate(40%,-50%);transform:scale(1.5) translate(40%,-50%);opacity:0}.tippy-popper[x-placement^=left] [data-animation=shift-toward][data-state=visible]{opacity:1;-webkit-transform:translateX(-10px);transform:translateX(-10px)}.tippy-popper[x-placement^=left] [data-animation=shift-toward][data-state=hidden]{opacity:0;-webkit-transform:translateX(-20px);transform:translateX(-20px)}.tippy-popper[x-placement^=left] [data-animation=perspective]{-webkit-transform-origin:right;transform-origin:right}.tippy-popper[x-placement^=left] [data-animation=perspective][data-state=visible]{opacity:1;-webkit-transform:translateX(-10px) rotateY(0);transform:translateX(-10px) rotateY(0)}.tippy-popper[x-placement^=left] [data-animation=perspective][data-state=hidden]{opacity:0;-webkit-transform:translateX(0) rotateY(-90deg);transform:translateX(0) rotateY(-90deg)}.tippy-popper[x-placement^=left] [data-animation=fade][data-state=visible]{opacity:1;-webkit-transform:translateX(-10px);transform:translateX(-10px)}.tippy-popper[x-placement^=left] [data-animation=fade][data-state=hidden]{opacity:0;-webkit-transform:translateX(-10px);transform:translateX(-10px)}.tippy-popper[x-placement^=left] [data-animation=shift-away][data-state=visible]{opacity:1;-webkit-transform:translateX(-10px);transform:translateX(-10px)}.tippy-popper[x-placement^=left] [data-animation=shift-away][data-state=hidden]{opacity:0;-webkit-transform:translateX(0);transform:translateX(0)}.tippy-popper[x-placement^=left] [data-animation=scale][data-state=visible]{opacity:1;-webkit-transform:translateX(-10px) scale(1);transform:translateX(-10px) scale(1)}.tippy-popper[x-placement^=left] [data-animation=scale][data-state=hidden]{opacity:0;-webkit-transform:translateX(0) scale(0);transform:translateX(0) scale(0)}.tippy-popper[x-placement^=right] .tippy-backdrop{border-radius:0 50% 50% 0}.tippy-popper[x-placement^=right] .tippy-roundarrow{left:-16px;-webkit-transform-origin:66.66666666% 50%;transform-origin:66.66666666% 50%}.tippy-popper[x-placement^=right] .tippy-roundarrow svg{position:absolute;left:0;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.tippy-popper[x-placement^=right] .tippy-arrow{border-right:7px solid #333;border-top:7px solid transparent;border-bottom:7px solid transparent;left:-7px;margin:3px 0;-webkit-transform-origin:100% 50%;transform-origin:100% 50%}.tippy-popper[x-placement^=right] .tippy-backdrop{-webkit-transform-origin:-100% 0;transform-origin:-100% 0}.tippy-popper[x-placement^=right] .tippy-backdrop[data-state=visible]{-webkit-transform:scale(6) translate(-140%,-50%);transform:scale(6) translate(-140%,-50%);opacity:1}.tippy-popper[x-placement^=right] .tippy-backdrop[data-state=hidden]{-webkit-transform:scale(1.5) translate(-140%,-50%);transform:scale(1.5) translate(-140%,-50%);opacity:0}.tippy-popper[x-placement^=right] [data-animation=shift-toward][data-state=visible]{opacity:1;-webkit-transform:translateX(10px);transform:translateX(10px)}.tippy-popper[x-placement^=right] [data-animation=shift-toward][data-state=hidden]{opacity:0;-webkit-transform:translateX(20px);transform:translateX(20px)}.tippy-popper[x-placement^=right] [data-animation=perspective]{-webkit-transform-origin:left;transform-origin:left}.tippy-popper[x-placement^=right] [data-animation=perspective][data-state=visible]{opacity:1;-webkit-transform:translateX(10px) rotateY(0);transform:translateX(10px) rotateY(0)}.tippy-popper[x-placement^=right] [data-animation=perspective][data-state=hidden]{opacity:0;-webkit-transform:translateX(0) rotateY(90deg);transform:translateX(0) rotateY(90deg)}.tippy-popper[x-placement^=right] [data-animation=fade][data-state=visible]{opacity:1;-webkit-transform:translateX(10px);transform:translateX(10px)}.tippy-popper[x-placement^=right] [data-animation=fade][data-state=hidden]{opacity:0;-webkit-transform:translateX(10px);transform:translateX(10px)}.tippy-popper[x-placement^=right] [data-animation=shift-away][data-state=visible]{opacity:1;-webkit-transform:translateX(10px);transform:translateX(10px)}.tippy-popper[x-placement^=right] [data-animation=shift-away][data-state=hidden]{opacity:0;-webkit-transform:translateX(0);transform:translateX(0)}.tippy-popper[x-placement^=right] [data-animation=scale][data-state=visible]{opacity:1;-webkit-transform:translateX(10px) scale(1);transform:translateX(10px) scale(1)}.tippy-popper[x-placement^=right] [data-animation=scale][data-state=hidden]{opacity:0;-webkit-transform:translateX(0) scale(0);transform:translateX(0) scale(0)}.tippy-tooltip{position:relative;color:#fff;border-radius:4px;font-size:.9rem;padding:.3rem .6rem;text-align:center;will-change:transform;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#333}.tippy-tooltip[data-size=small]{padding:.2rem .4rem;font-size:.75rem}.tippy-tooltip[data-size=large]{padding:.4rem .8rem;font-size:1rem}.tippy-tooltip[data-animatefill]{overflow:hidden;background-color:transparent}.tippy-tooltip[data-animatefill] .tippy-content{transition:-webkit-clip-path cubic-bezier(.46,.1,.52,.98);transition:clip-path cubic-bezier(.46,.1,.52,.98);transition:clip-path cubic-bezier(.46,.1,.52,.98),-webkit-clip-path cubic-bezier(.46,.1,.52,.98)}.tippy-tooltip[data-interactive],.tippy-tooltip[data-interactive] path{pointer-events:auto}.tippy-tooltip[data-inertia][data-state=visible]{transition-timing-function:cubic-bezier(.53,2,.36,.85)}.tippy-tooltip[data-inertia][data-state=hidden]{transition-timing-function:ease}.tippy-arrow,.tippy-roundarrow{position:absolute;width:0;height:0}.tippy-roundarrow{width:24px;height:8px;fill:#333;pointer-events:none}.tippy-backdrop{position:absolute;will-change:transform;background-color:#333;border-radius:50%;width:26%;left:50%;top:50%;z-index:-1;transition:all cubic-bezier(.46,.1,.52,.98);-webkit-backface-visibility:hidden;backface-visibility:hidden}.tippy-backdrop:after{content:"";float:left;padding-top:100%}body:not(.tippy-touch) .tippy-tooltip[data-animatefill][data-state=visible] .tippy-content{-webkit-clip-path:ellipse(100% 100% at 50% 50%);clip-path:ellipse(100% 100% at 50% 50%)}body:not(.tippy-touch) .tippy-tooltip[data-animatefill][data-state=hidden] .tippy-content{-webkit-clip-path:ellipse(5% 50% at 50% 50%);clip-path:ellipse(5% 50% at 50% 50%)}body:not(.tippy-touch) .tippy-popper[x-placement=right] .tippy-tooltip[data-animatefill][data-state=visible] .tippy-content{-webkit-clip-path:ellipse(135% 100% at 0 50%);clip-path:ellipse(135% 100% at 0 50%)}body:not(.tippy-touch) .tippy-popper[x-placement=right] .tippy-tooltip[data-animatefill][data-state=hidden] .tippy-content{-webkit-clip-path:ellipse(40% 100% at 0 50%);clip-path:ellipse(40% 100% at 0 50%)}body:not(.tippy-touch) .tippy-popper[x-placement=left] .tippy-tooltip[data-animatefill][data-state=visible] .tippy-content{-webkit-clip-path:ellipse(135% 100% at 100% 50%);clip-path:ellipse(135% 100% at 100% 50%)}body:not(.tippy-touch) .tippy-popper[x-placement=left] .tippy-tooltip[data-animatefill][data-state=hidden] .tippy-content{-webkit-clip-path:ellipse(40% 100% at 100% 50%);clip-path:ellipse(40% 100% at 100% 50%)}@media (max-width:360px){.tippy-popper{max-width:96%;max-width:calc(100% - 20px)}}
.flatpickr-calendar {
  background: transparent;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  padding: 0;
  -webkit-animation: none;
          animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  background: #fff;
  -webkit-box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0,0,0,0.08);
          box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0,0,0,0.08);
}
.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  opacity: 1;
  visibility: visible;
  overflow: visible;
  max-height: 640px;
}
.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}
.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
          animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}
.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}
.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}
.flatpickr-calendar.hasWeeks {
  width: auto;
}
.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}
.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6;
}
.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}
.flatpickr-calendar:before,
.flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  left: 22px;
}
.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.rightMost:after {
  left: auto;
  right: 22px;
}
.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}
.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}
.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}
.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6;
}
.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}
.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  top: 100%;
}
.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}
.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}
.flatpickr-calendar:focus {
  outline: 0;
}
.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}
.flatpickr-month {
  background: transparent;
  color: rgba(0,0,0,0.9);
  fill: rgba(0,0,0,0.9);
  height: 28px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  overflow: hidden;
}
.flatpickr-prev-month,
.flatpickr-next-month {
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0px;
  line-height: 16px;
  height: 28px;
  padding: 10px calc(3.57% - 1.5px);
  z-index: 3;
}
.flatpickr-prev-month i,
.flatpickr-next-month i {
  position: relative;
}
.flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-next-month.flatpickr-prev-month {
/*
        /*rtl:begin:ignore*/
/*
        */
  left: 0;
/*
        /*rtl:end:ignore*/
/*
        */
}
/*
        /*rtl:begin:ignore*/
/*
        /*rtl:end:ignore*/
.flatpickr-prev-month.flatpickr-next-month,
.flatpickr-next-month.flatpickr-next-month {
/*
        /*rtl:begin:ignore*/
/*
        */
  right: 0;
/*
        /*rtl:end:ignore*/
/*
        */
}
/*
        /*rtl:begin:ignore*/
/*
        /*rtl:end:ignore*/
.flatpickr-prev-month:hover,
.flatpickr-next-month:hover {
  color: #959ea9;
}
.flatpickr-prev-month:hover svg,
.flatpickr-next-month:hover svg {
  fill: #f64747;
}
.flatpickr-prev-month svg,
.flatpickr-next-month svg {
  width: 14px;
}
.flatpickr-prev-month svg path,
.flatpickr-next-month svg path {
  -webkit-transition: fill 0.1s;
  transition: fill 0.1s;
  fill: inherit;
}
.numInputWrapper {
  position: relative;
  height: auto;
}
.numInputWrapper input,
.numInputWrapper span {
  display: inline-block;
}
.numInputWrapper input {
  width: 100%;
}
.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57,57,57,0.05);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.numInputWrapper span:hover {
  background: rgba(0,0,0,0.1);
}
.numInputWrapper span:active {
  background: rgba(0,0,0,0.2);
}
.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
  top: 33%;
}
.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}
.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57,57,57,0.6);
}
.numInputWrapper span.arrowDown {
  top: 50%;
}
.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57,57,57,0.6);
}
.numInputWrapper span svg {
  width: inherit;
  height: auto;
}
.numInputWrapper span svg path {
  fill: rgba(0,0,0,0.5);
}
.numInputWrapper:hover {
  background: rgba(0,0,0,0.05);
}
.numInputWrapper:hover span {
  opacity: 1;
}
.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 6.16px 0 0 0;
  line-height: 1;
  height: 28px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px);
}
.flatpickr-current-month.slideLeft {
  -webkit-transform: translate3d(-100%, 0px, 0px);
          transform: translate3d(-100%, 0px, 0px);
  -webkit-animation: fpFadeOut 400ms ease, fpSlideLeft 400ms cubic-bezier(0.23, 1, 0.32, 1);
          animation: fpFadeOut 400ms ease, fpSlideLeft 400ms cubic-bezier(0.23, 1, 0.32, 1);
}
.flatpickr-current-month.slideLeftNew {
  -webkit-transform: translate3d(100%, 0px, 0px);
          transform: translate3d(100%, 0px, 0px);
  -webkit-animation: fpFadeIn 400ms ease, fpSlideLeftNew 400ms cubic-bezier(0.23, 1, 0.32, 1);
          animation: fpFadeIn 400ms ease, fpSlideLeftNew 400ms cubic-bezier(0.23, 1, 0.32, 1);
}
.flatpickr-current-month.slideRight {
  -webkit-transform: translate3d(100%, 0px, 0px);
          transform: translate3d(100%, 0px, 0px);
  -webkit-animation: fpFadeOut 400ms ease, fpSlideRight 400ms cubic-bezier(0.23, 1, 0.32, 1);
          animation: fpFadeOut 400ms ease, fpSlideRight 400ms cubic-bezier(0.23, 1, 0.32, 1);
}
.flatpickr-current-month.slideRightNew {
  -webkit-transform: translate3d(0, 0, 0px);
          transform: translate3d(0, 0, 0px);
  -webkit-animation: fpFadeIn 400ms ease, fpSlideRightNew 400ms cubic-bezier(0.23, 1, 0.32, 1);
          animation: fpFadeIn 400ms ease, fpSlideRightNew 400ms cubic-bezier(0.23, 1, 0.32, 1);
}
.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}
.flatpickr-current-month span.cur-month:hover {
  background: rgba(0,0,0,0.05);
}
.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0;
  display: inline-block;
}
.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0,0,0,0.9);
}
.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0,0,0,0.9);
}
.flatpickr-current-month input.cur-year {
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  cursor: default;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: initial;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
}
.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}
.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0,0,0,0.5);
  background: transparent;
  pointer-events: none;
}
.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 28px;
}
span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0,0,0,0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: bolder;
}
.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0 0;
}
.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 307.875px;
}
.flatpickr-days:focus {
  outline: 0;
}
.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
          justify-content: space-around;
  -webkit-transform: translate3d(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px);
  opacity: 1;
}
.flatpickr-calendar.animate .dayContainer.slideLeft {
  -webkit-animation: fpFadeOut 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideLeft 400ms cubic-bezier(0.23, 1, 0.32, 1);
          animation: fpFadeOut 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideLeft 400ms cubic-bezier(0.23, 1, 0.32, 1);
}
.flatpickr-calendar.animate .dayContainer.slideLeft,
.flatpickr-calendar.animate .dayContainer.slideLeftNew {
  -webkit-transform: translate3d(-100%, 0px, 0px);
          transform: translate3d(-100%, 0px, 0px);
}
.flatpickr-calendar.animate .dayContainer.slideLeftNew {
  -webkit-animation: fpFadeIn 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideLeft 400ms cubic-bezier(0.23, 1, 0.32, 1);
          animation: fpFadeIn 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideLeft 400ms cubic-bezier(0.23, 1, 0.32, 1);
}
.flatpickr-calendar.animate .dayContainer.slideRight {
  -webkit-animation: fpFadeOut 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideRight 400ms cubic-bezier(0.23, 1, 0.32, 1);
          animation: fpFadeOut 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideRight 400ms cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: translate3d(100%, 0px, 0px);
          transform: translate3d(100%, 0px, 0px);
}
.flatpickr-calendar.animate .dayContainer.slideRightNew {
  -webkit-animation: fpFadeIn 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideRightNew 400ms cubic-bezier(0.23, 1, 0.32, 1);
          animation: fpFadeIn 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideRightNew 400ms cubic-bezier(0.23, 1, 0.32, 1);
}
.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -webkit-flex-basis: 14.2857143%;
      -ms-flex-preferred-size: 14.2857143%;
          flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6;
}
.flatpickr-day.today {
  border-color: #959ea9;
}
.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff;
}
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #569ff7;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  border-color: #569ff7;
}
.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}
.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}
.flatpickr-day.selected.startRange + .endRange,
.flatpickr-day.startRange.startRange + .endRange,
.flatpickr-day.endRange.startRange + .endRange {
  -webkit-box-shadow: -10px 0 0 #569ff7;
          box-shadow: -10px 0 0 #569ff7;
}
.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}
.flatpickr-day.inRange {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
          box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}
.flatpickr-day.disabled,
.flatpickr-day.disabled:hover {
  pointer-events: none;
}
.flatpickr-day.disabled,
.flatpickr-day.disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57,57,57,0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}
.flatpickr-day.week.selected {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
          box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
}
.rangeMode .flatpickr-day {
  margin-top: 1px;
}
.flatpickr-weekwrapper {
  display: inline-block;
  float: left;
}
.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  -webkit-box-shadow: 1px 0 0 #e6e6e6;
          box-shadow: 1px 0 0 #e6e6e6;
}
.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}
.flatpickr-weekwrapper span.flatpickr-day {
  display: block;
  width: 100%;
  max-width: none;
}
.flatpickr-innerContainer {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}
.flatpickr-time .numInputWrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}
.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939;
}
.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939;
}
.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}
.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}
.flatpickr-time input {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  cursor: pointer;
  color: #393939;
  font-size: 14px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}
.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 400;
}
.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}
.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  display: inline-block;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}
.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #f0f0f0;
}
.flatpickr-input[readonly] {
  cursor: pointer;
}
@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fpSlideLeft {
  from {
    -webkit-transform: translate3d(0px, 0px, 0px);
            transform: translate3d(0px, 0px, 0px);
  }
  to {
    -webkit-transform: translate3d(-100%, 0px, 0px);
            transform: translate3d(-100%, 0px, 0px);
  }
}
@keyframes fpSlideLeft {
  from {
    -webkit-transform: translate3d(0px, 0px, 0px);
            transform: translate3d(0px, 0px, 0px);
  }
  to {
    -webkit-transform: translate3d(-100%, 0px, 0px);
            transform: translate3d(-100%, 0px, 0px);
  }
}
@-webkit-keyframes fpSlideLeftNew {
  from {
    -webkit-transform: translate3d(100%, 0px, 0px);
            transform: translate3d(100%, 0px, 0px);
  }
  to {
    -webkit-transform: translate3d(0px, 0px, 0px);
            transform: translate3d(0px, 0px, 0px);
  }
}
@keyframes fpSlideLeftNew {
  from {
    -webkit-transform: translate3d(100%, 0px, 0px);
            transform: translate3d(100%, 0px, 0px);
  }
  to {
    -webkit-transform: translate3d(0px, 0px, 0px);
            transform: translate3d(0px, 0px, 0px);
  }
}
@-webkit-keyframes fpSlideRight {
  from {
    -webkit-transform: translate3d(0, 0, 0px);
            transform: translate3d(0, 0, 0px);
  }
  to {
    -webkit-transform: translate3d(100%, 0px, 0px);
            transform: translate3d(100%, 0px, 0px);
  }
}
@keyframes fpSlideRight {
  from {
    -webkit-transform: translate3d(0, 0, 0px);
            transform: translate3d(0, 0, 0px);
  }
  to {
    -webkit-transform: translate3d(100%, 0px, 0px);
            transform: translate3d(100%, 0px, 0px);
  }
}
@-webkit-keyframes fpSlideRightNew {
  from {
    -webkit-transform: translate3d(-100%, 0, 0px);
            transform: translate3d(-100%, 0, 0px);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0px);
            transform: translate3d(0, 0, 0px);
  }
}
@keyframes fpSlideRightNew {
  from {
    -webkit-transform: translate3d(-100%, 0, 0px);
            transform: translate3d(-100%, 0, 0px);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0px);
            transform: translate3d(0, 0, 0px);
  }
}
@-webkit-keyframes fpFadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fpFadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes fpFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fpFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*!
 * FullCalendar v3.9.0
 * Docs & License: https://fullcalendar.io/
 * (c) 2018 Adam Shaw
 */

.fc {
  direction: ltr;
  text-align: left; }

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

body .fc {
  /* extra precedence to overcome jqui */
  font-size: 1em; }

/* Colors
--------------------------------------------------------------------------------------------------*/
.fc-highlight {
  /* when user is selecting cells */
  background: #bce8f1;
  opacity: .3; }

.fc-bgevent {
  /* default look for background events */
  background: #8fdf82;
  opacity: .3; }

.fc-nonbusiness {
  /* default look for non-business-hours areas */
  /* will inherit .fc-bgevent's styles */
  background: #d7d7d7; }

/* Buttons (styled <button> tags, normalized to work cross-browser)
--------------------------------------------------------------------------------------------------*/
.fc button {
  /* force height to include the border and padding */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* dimensions */
  margin: 0;
  height: 2.1em;
  padding: 0 .6em;
  /* text & cursor */
  font-size: 1em;
  /* normalize */
  white-space: nowrap;
  cursor: pointer; }

/* Firefox has an annoying inner border */
.fc button::-moz-focus-inner {
  margin: 0;
  padding: 0; }

.fc-state-default {
  /* non-theme */
  border: 1px solid; }

.fc-state-default.fc-corner-left {
  /* non-theme */
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.fc-state-default.fc-corner-right {
  /* non-theme */
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

/* icons in buttons */
.fc button .fc-icon {
  /* non-theme */
  position: relative;
  top: -0.05em;
  /* seems to be a good adjustment across browsers */
  margin: 0 .2em;
  vertical-align: middle; }

/*
  button states
  borrowed from twitter bootstrap (http://twitter.github.com/bootstrap/)
*/
.fc-state-default {
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); }

.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
  color: #333333;
  background-color: #e6e6e6; }

.fc-state-hover {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear; }

.fc-state-down,
.fc-state-active {
  background-color: #cccccc;
  background-image: none;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); }

.fc-state-disabled {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  box-shadow: none; }

/* Buttons Groups
--------------------------------------------------------------------------------------------------*/
.fc-button-group {
  display: inline-block; }

/*
every button that is not first in a button group should scootch over one pixel and cover the
previous button's border...
*/
.fc .fc-button-group > * {
  /* extra precedence b/c buttons have margin set to zero */
  float: left;
  margin: 0 0 0 -1px; }

.fc .fc-button-group > :first-child {
  /* same */
  margin-left: 0; }

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-popover {
  position: absolute;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15); }

.fc-popover .fc-header {
  /* TODO: be more consistent with fc-head/fc-body */
  padding: 2px 4px; }

.fc-popover .fc-header .fc-title {
  margin: 0 2px; }

.fc-popover .fc-header .fc-close {
  cursor: pointer; }

.fc-ltr .fc-popover .fc-header .fc-title,
.fc-rtl .fc-popover .fc-header .fc-close {
  float: left; }

.fc-rtl .fc-popover .fc-header .fc-title,
.fc-ltr .fc-popover .fc-header .fc-close {
  float: right; }

/* Misc Reusable Components
--------------------------------------------------------------------------------------------------*/
.fc-divider {
  border-style: solid;
  border-width: 1px; }

hr.fc-divider {
  height: 0;
  margin: 0;
  padding: 0 0 2px;
  /* height is unreliable across browsers, so use padding */
  border-width: 1px 0; }

.fc-clear {
  clear: both; }

.fc-bg,
.fc-bgevent-skeleton,
.fc-highlight-skeleton,
.fc-helper-skeleton {
  /* these element should always cling to top-left/right corners */
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

.fc-bg {
  bottom: 0;
  /* strech bg to bottom edge */ }

.fc-bg table {
  height: 100%;
  /* strech bg to bottom edge */ }

/* Tables
--------------------------------------------------------------------------------------------------*/
.fc table {
  width: 100%;
  box-sizing: border-box;
  /* fix scrollbar issue in firefox */
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1em;
  /* normalize cross-browser */ }

.fc th {
  text-align: center; }

.fc th,
.fc td {
  border-style: solid;
  border-width: 1px;
  padding: 0;
  vertical-align: top; }

.fc td.fc-today {
  border-style: double;
  /* overcome neighboring borders */ }

/* Internal Nav Links
--------------------------------------------------------------------------------------------------*/
a[data-goto] {
  cursor: pointer; }

a[data-goto]:hover {
  text-decoration: underline; }

/* Fake Table Rows
--------------------------------------------------------------------------------------------------*/
.fc .fc-row {
  /* extra precedence to overcome themes w/ .ui-widget-content forcing a 1px border */
  /* no visible border by default. but make available if need be (scrollbar width compensation) */
  border-style: solid;
  border-width: 0; }

.fc-row table {
  /* don't put left/right border on anything within a fake row.
     the outer tbody will worry about this */
  border-left: 0 hidden transparent;
  border-right: 0 hidden transparent;
  /* no bottom borders on rows */
  border-bottom: 0 hidden transparent; }

.fc-row:first-child table {
  border-top: 0 hidden transparent;
  /* no top border on first row */ }

/* Day Row (used within the header and the DayGrid)
--------------------------------------------------------------------------------------------------*/
.fc-row {
  position: relative; }

.fc-row .fc-bg {
  z-index: 1; }

/* highlighting cells & background event skeleton */
.fc-row .fc-bgevent-skeleton,
.fc-row .fc-highlight-skeleton {
  bottom: 0;
  /* stretch skeleton to bottom of row */ }

.fc-row .fc-bgevent-skeleton table,
.fc-row .fc-highlight-skeleton table {
  height: 100%;
  /* stretch skeleton to bottom of row */ }

.fc-row .fc-highlight-skeleton td,
.fc-row .fc-bgevent-skeleton td {
  border-color: transparent; }

.fc-row .fc-bgevent-skeleton {
  z-index: 2; }

.fc-row .fc-highlight-skeleton {
  z-index: 3; }

/*
row content (which contains day/week numbers and events) as well as "helper" (which contains
temporary rendered events).
*/
.fc-row .fc-content-skeleton {
  position: relative;
  z-index: 4;
  padding-bottom: 2px;
  /* matches the space above the events */ }

.fc-row .fc-helper-skeleton {
  z-index: 5; }

.fc .fc-row .fc-content-skeleton table,
.fc .fc-row .fc-content-skeleton td,
.fc .fc-row .fc-helper-skeleton td {
  /* see-through to the background below */
  /* extra precedence to prevent theme-provided backgrounds */
  background: none;
  /* in case <td>s are globally styled */
  border-color: transparent; }

.fc-row .fc-content-skeleton td,
.fc-row .fc-helper-skeleton td {
  /* don't put a border between events and/or the day number */
  border-bottom: 0; }

.fc-row .fc-content-skeleton tbody td,
.fc-row .fc-helper-skeleton tbody td {
  /* don't put a border between event cells */
  border-top: 0; }

/* Scrolling Container
--------------------------------------------------------------------------------------------------*/
.fc-scroller {
  -webkit-overflow-scrolling: touch; }

/* TODO: move to agenda/basic */
.fc-scroller > .fc-day-grid,
.fc-scroller > .fc-time-grid {
  position: relative;
  /* re-scope all positions */
  width: 100%;
  /* hack to force re-sizing this inner element when scrollbars appear/disappear */ }

/* Global Event Styles
--------------------------------------------------------------------------------------------------*/
.fc-event {
  position: relative;
  /* for resize handle and other inner positioning */
  display: block;
  /* make the <a> tag block */
  font-size: .85em;
  line-height: 1.3;
  border-radius: 3px;
  border: 1px solid #3a87ad;
  /* default BORDER color */ }

.fc-event,
.fc-event-dot {
  background-color: #3a87ad;
  /* default BACKGROUND color */ }

.fc-event,
.fc-event:hover {
  color: #fff;
  /* default TEXT color */
  text-decoration: none;
  /* if <a> has an href */ }

.fc-event[href],
.fc-event.fc-draggable {
  cursor: pointer;
  /* give events with links and draggable events a hand mouse pointer */ }

.fc-not-allowed,
.fc-not-allowed .fc-event {
  /* to override an event's custom cursor */
  cursor: not-allowed; }

.fc-event .fc-bg {
  /* the generic .fc-bg already does position */
  z-index: 1;
  background: #fff;
  opacity: .25; }

.fc-event .fc-content {
  position: relative;
  z-index: 2; }

/* resizer (cursor AND touch devices) */
.fc-event .fc-resizer {
  position: absolute;
  z-index: 4; }

/* resizer (touch devices) */
.fc-event .fc-resizer {
  display: none; }

.fc-event.fc-allow-mouse-resize .fc-resizer,
.fc-event.fc-selected .fc-resizer {
  /* only show when hovering or selected (with touch) */
  display: block; }

/* hit area */
.fc-event.fc-selected .fc-resizer:before {
  /* 40x40 touch area */
  content: "";
  position: absolute;
  z-index: 9999;
  /* user of this util can scope within a lower z-index */
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px; }

/* Event Selection (only for touch devices)
--------------------------------------------------------------------------------------------------*/
.fc-event.fc-selected {
  z-index: 9999 !important;
  /* overcomes inline z-index */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }

.fc-event.fc-selected.fc-dragging {
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3); }

/* Horizontal Events
--------------------------------------------------------------------------------------------------*/
/* bigger touch area when selected */
.fc-h-event.fc-selected:before {
  content: "";
  position: absolute;
  z-index: 3;
  /* below resizers */
  top: -10px;
  bottom: -10px;
  left: 0;
  right: 0; }

/* events that are continuing to/from another week. kill rounded corners and butt up against edge */
.fc-ltr .fc-h-event.fc-not-start,
.fc-rtl .fc-h-event.fc-not-end {
  margin-left: 0;
  border-left-width: 0;
  padding-left: 1px;
  /* replace the border with padding */
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.fc-ltr .fc-h-event.fc-not-end,
.fc-rtl .fc-h-event.fc-not-start {
  margin-right: 0;
  border-right-width: 0;
  padding-right: 1px;
  /* replace the border with padding */
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

/* resizer (cursor AND touch devices) */
/* left resizer  */
.fc-ltr .fc-h-event .fc-start-resizer,
.fc-rtl .fc-h-event .fc-end-resizer {
  cursor: w-resize;
  left: -1px;
  /* overcome border */ }

/* right resizer */
.fc-ltr .fc-h-event .fc-end-resizer,
.fc-rtl .fc-h-event .fc-start-resizer {
  cursor: e-resize;
  right: -1px;
  /* overcome border */ }

/* resizer (mouse devices) */
.fc-h-event.fc-allow-mouse-resize .fc-resizer {
  width: 7px;
  top: -1px;
  /* overcome top border */
  bottom: -1px;
  /* overcome bottom border */ }

/* resizer (touch devices) */
.fc-h-event.fc-selected .fc-resizer {
  /* 8x8 little dot */
  border-radius: 4px;
  border-width: 1px;
  width: 6px;
  height: 6px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  /* vertically center */
  top: 50%;
  margin-top: -4px; }

/* left resizer  */
.fc-ltr .fc-h-event.fc-selected .fc-start-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-end-resizer {
  margin-left: -4px;
  /* centers the 8x8 dot on the left edge */ }

/* right resizer */
.fc-ltr .fc-h-event.fc-selected .fc-end-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-start-resizer {
  margin-right: -4px;
  /* centers the 8x8 dot on the right edge */ }

/* DayGrid events
----------------------------------------------------------------------------------------------------
We use the full "fc-day-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-day-grid-event {
  margin: 1px 2px 0;
  /* spacing between events and edges */
  padding: 0 1px; }

tr:first-child > td > .fc-day-grid-event {
  margin-top: 2px;
  /* a little bit more space before the first event */ }

.fc-day-grid-event.fc-selected:after {
  content: "";
  position: absolute;
  z-index: 1;
  /* same z-index as fc-bg, behind text */
  /* overcome the borders */
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  /* darkening effect */
  background: #000;
  opacity: .25; }

.fc-day-grid-event .fc-content {
  /* force events to be one-line tall */
  white-space: nowrap;
  overflow: hidden; }

.fc-day-grid-event .fc-time {
  font-weight: bold; }

/* resizer (cursor devices) */
/* left resizer  */
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer {
  margin-left: -2px;
  /* to the day cell's edge */ }

/* right resizer */
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer {
  margin-right: -2px;
  /* to the day cell's edge */ }

/* Event Limiting
--------------------------------------------------------------------------------------------------*/
/* "more" link that represents hidden events */
a.fc-more {
  margin: 1px 3px;
  font-size: .85em;
  cursor: pointer;
  text-decoration: none; }

a.fc-more:hover {
  text-decoration: underline; }

.fc-limited {
  /* rows and cells that are hidden because of a "more" link */
  display: none; }

/* popover that appears when "more" link is clicked */
.fc-day-grid .fc-row {
  z-index: 1;
  /* make the "more" popover one higher than this */ }

.fc-more-popover {
  z-index: 2;
  width: 220px; }

.fc-more-popover .fc-event-container {
  padding: 10px; }

/* Now Indicator
--------------------------------------------------------------------------------------------------*/
.fc-now-indicator {
  position: absolute;
  border: 0 solid red; }

/* Utilities
--------------------------------------------------------------------------------------------------*/
.fc-unselectable {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent; }

/*
TODO: more distinction between this file and common.css
*/
/* Colors
--------------------------------------------------------------------------------------------------*/
.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-content,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-list-heading td {
  border-color: #ddd; }

.fc-unthemed .fc-popover {
  background-color: #fff; }

.fc-unthemed .fc-divider,
.fc-unthemed .fc-popover .fc-header,
.fc-unthemed .fc-list-heading td {
  background: #eee; }

.fc-unthemed .fc-popover .fc-header .fc-close {
  color: #666; }

.fc-unthemed td.fc-today {
  background: #fcf8e3; }

.fc-unthemed .fc-disabled-day {
  background: #d7d7d7;
  opacity: .3; }

/* Icons (inline elements with styled text that mock arrow icons)
--------------------------------------------------------------------------------------------------*/
.fc-icon {
  display: inline-block;
  height: 1em;
  line-height: 1em;
  font-size: 1em;
  text-align: center;
  overflow: hidden;
  font-family: "Courier New", Courier, monospace;
  /* don't allow browser text-selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/*
Acceptable font-family overrides for individual icons:
  "Arial", sans-serif
  "Times New Roman", serif

NOTE: use percentage font sizes or else old IE chokes
*/
.fc-icon:after {
  position: relative; }

.fc-icon-left-single-arrow:after {
  content: "\2039";
  font-weight: bold;
  font-size: 200%;
  top: -7%; }

.fc-icon-right-single-arrow:after {
  content: "\203A";
  font-weight: bold;
  font-size: 200%;
  top: -7%; }

.fc-icon-left-double-arrow:after {
  content: "\AB";
  font-size: 160%;
  top: -7%; }

.fc-icon-right-double-arrow:after {
  content: "\BB";
  font-size: 160%;
  top: -7%; }

.fc-icon-left-triangle:after {
  content: "\25C4";
  font-size: 125%;
  top: 3%; }

.fc-icon-right-triangle:after {
  content: "\25BA";
  font-size: 125%;
  top: 3%; }

.fc-icon-down-triangle:after {
  content: "\25BC";
  font-size: 125%;
  top: 2%; }

.fc-icon-x:after {
  content: "\D7";
  font-size: 200%;
  top: 6%; }

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-unthemed .fc-popover {
  border-width: 1px;
  border-style: solid; }

.fc-unthemed .fc-popover .fc-header .fc-close {
  font-size: .9em;
  margin-top: 2px; }

/* List View
--------------------------------------------------------------------------------------------------*/
.fc-unthemed .fc-list-item:hover td {
  background-color: #f5f5f5; }

/* Colors
--------------------------------------------------------------------------------------------------*/
.ui-widget .fc-disabled-day {
  background-image: none; }

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-popover > .ui-widget-header + .ui-widget-content {
  border-top: 0;
  /* where they meet, let the header have the border */ }

/* Global Event Styles
--------------------------------------------------------------------------------------------------*/
.ui-widget .fc-event {
  /* overpower jqui's styles on <a> tags. TODO: more DRY */
  color: #fff;
  /* default TEXT color */
  text-decoration: none;
  /* if <a> has an href */
  /* undo ui-widget-header bold */
  font-weight: normal; }

/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/
.ui-widget td.fc-axis {
  font-weight: normal;
  /* overcome bold */ }

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-slats .ui-widget-content {
  background: none;
  /* see through to fc-bg */ }

.fc.fc-bootstrap3 a {
  text-decoration: none; }

.fc.fc-bootstrap3 a[data-goto]:hover {
  text-decoration: underline; }

.fc-bootstrap3 hr.fc-divider {
  border-color: inherit; }

.fc-bootstrap3 .fc-today.alert {
  border-radius: 0; }

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-bootstrap3 .fc-popover .panel-body {
  padding: 0; }

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-bootstrap3 .fc-time-grid .fc-slats table {
  /* some themes have background color. see through to slats */
  background: none; }

.fc.fc-bootstrap4 a {
  text-decoration: none; }

.fc.fc-bootstrap4 a[data-goto]:hover {
  text-decoration: underline; }

.fc-bootstrap4 hr.fc-divider {
  border-color: inherit; }

.fc-bootstrap4 .fc-today.alert {
  border-radius: 0; }

.fc-bootstrap4 a.fc-event:not([href]):not([tabindex]) {
  color: #fff; }

.fc-bootstrap4 .fc-popover.card {
  position: absolute; }

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-bootstrap4 .fc-popover .card-body {
  padding: 0; }

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-bootstrap4 .fc-time-grid .fc-slats table {
  /* some themes have background color. see through to slats */
  background: none; }

/* Toolbar
--------------------------------------------------------------------------------------------------*/
.fc-toolbar {
  text-align: center; }

.fc-toolbar.fc-header-toolbar {
  margin-bottom: 1em; }

.fc-toolbar.fc-footer-toolbar {
  margin-top: 1em; }

.fc-toolbar .fc-left {
  float: left; }

.fc-toolbar .fc-right {
  float: right; }

.fc-toolbar .fc-center {
  display: inline-block; }

/* the things within each left/right/center section */
.fc .fc-toolbar > * > * {
  /* extra precedence to override button border margins */
  float: left;
  margin-left: .75em; }

/* the first thing within each left/center/right section */
.fc .fc-toolbar > * > :first-child {
  /* extra precedence to override button border margins */
  margin-left: 0; }

/* title text */
.fc-toolbar h2 {
  margin: 0; }

/* button layering (for border precedence) */
.fc-toolbar button {
  position: relative; }

.fc-toolbar .fc-state-hover,
.fc-toolbar .ui-state-hover {
  z-index: 2; }

.fc-toolbar .fc-state-down {
  z-index: 3; }

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active {
  z-index: 4; }

.fc-toolbar button:focus {
  z-index: 5; }

/* View Structure
--------------------------------------------------------------------------------------------------*/
/* undo twitter bootstrap's box-sizing rules. normalizes positioning techniques */
/* don't do this for the toolbar because we'll want bootstrap to style those buttons as some pt */
.fc-view-container *,
.fc-view-container *:before,
.fc-view-container *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.fc-view,
.fc-view > table {
  /* so dragged elements can be above the view's main element */
  position: relative;
  z-index: 1; }

/* BasicView
--------------------------------------------------------------------------------------------------*/
/* day row structure */
.fc-basicWeek-view .fc-content-skeleton,
.fc-basicDay-view .fc-content-skeleton {
  /* there may be week numbers in these views, so no padding-top */
  padding-bottom: 1em;
  /* ensure a space at bottom of cell for user selecting/clicking */ }

.fc-basic-view .fc-body .fc-row {
  min-height: 4em;
  /* ensure that all rows are at least this tall */ }

/* a "rigid" row will take up a constant amount of height because content-skeleton is absolute */
.fc-row.fc-rigid {
  overflow: hidden; }

.fc-row.fc-rigid .fc-content-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

/* week and day number styling */
.fc-day-top.fc-other-month {
  opacity: 0.3; }

.fc-basic-view .fc-week-number,
.fc-basic-view .fc-day-number {
  padding: 2px; }

.fc-basic-view th.fc-week-number,
.fc-basic-view th.fc-day-number {
  padding: 0 2px;
  /* column headers can't have as much v space */ }

.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
  float: right; }

.fc-rtl .fc-basic-view .fc-day-top .fc-day-number {
  float: left; }

.fc-ltr .fc-basic-view .fc-day-top .fc-week-number {
  float: left;
  border-radius: 0 0 3px 0; }

.fc-rtl .fc-basic-view .fc-day-top .fc-week-number {
  float: right;
  border-radius: 0 0 0 3px; }

.fc-basic-view .fc-day-top .fc-week-number {
  min-width: 1.5em;
  text-align: center;
  background-color: #f2f2f2;
  color: #808080; }

/* when week/day number have own column */
.fc-basic-view td.fc-week-number {
  text-align: center; }

.fc-basic-view td.fc-week-number > * {
  /* work around the way we do column resizing and ensure a minimum width */
  display: inline-block;
  min-width: 1.25em; }

/* AgendaView all-day area
--------------------------------------------------------------------------------------------------*/
.fc-agenda-view .fc-day-grid {
  position: relative;
  z-index: 2;
  /* so the "more.." popover will be over the time grid */ }

.fc-agenda-view .fc-day-grid .fc-row {
  min-height: 3em;
  /* all-day section will never get shorter than this */ }

.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
  padding-bottom: 1em;
  /* give space underneath events for clicking/selecting days */ }

/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/
.fc .fc-axis {
  /* .fc to overcome default cell styles */
  vertical-align: middle;
  padding: 0 4px;
  white-space: nowrap; }

.fc-ltr .fc-axis {
  text-align: right; }

.fc-rtl .fc-axis {
  text-align: left; }

/* TimeGrid Structure
--------------------------------------------------------------------------------------------------*/
.fc-time-grid-container,
.fc-time-grid {
  /* so slats/bg/content/etc positions get scoped within here */
  position: relative;
  z-index: 1; }

.fc-time-grid {
  min-height: 100%;
  /* so if height setting is 'auto', .fc-bg stretches to fill height */ }

.fc-time-grid table {
  /* don't put outer borders on slats/bg/content/etc */
  border: 0 hidden transparent; }

.fc-time-grid > .fc-bg {
  z-index: 1; }

.fc-time-grid .fc-slats,
.fc-time-grid > hr {
  /* the <hr> AgendaView injects when grid is shorter than scroller */
  position: relative;
  z-index: 2; }

.fc-time-grid .fc-content-col {
  position: relative;
  /* because now-indicator lives directly inside */ }

.fc-time-grid .fc-content-skeleton {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0; }

/* divs within a cell within the fc-content-skeleton */
.fc-time-grid .fc-business-container {
  position: relative;
  z-index: 1; }

.fc-time-grid .fc-bgevent-container {
  position: relative;
  z-index: 2; }

.fc-time-grid .fc-highlight-container {
  position: relative;
  z-index: 3; }

.fc-time-grid .fc-event-container {
  position: relative;
  z-index: 4; }

.fc-time-grid .fc-now-indicator-line {
  z-index: 5; }

.fc-time-grid .fc-helper-container {
  /* also is fc-event-container */
  position: relative;
  z-index: 6; }

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-slats td {
  height: 1.5em;
  border-bottom: 0;
  /* each cell is responsible for its top border */ }

.fc-time-grid .fc-slats .fc-minor td {
  border-top-style: dotted; }

/* TimeGrid Highlighting Slots
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-highlight-container {
  /* a div within a cell within the fc-highlight-skeleton */
  position: relative;
  /* scopes the left/right of the fc-highlight to be in the column */ }

.fc-time-grid .fc-highlight {
  position: absolute;
  left: 0;
  right: 0;
  /* top and bottom will be in by JS */ }

/* TimeGrid Event Containment
--------------------------------------------------------------------------------------------------*/
.fc-ltr .fc-time-grid .fc-event-container {
  /* space on the sides of events for LTR (default) */
  margin: 0 2.5% 0 2px; }

.fc-rtl .fc-time-grid .fc-event-container {
  /* space on the sides of events for RTL */
  margin: 0 2px 0 2.5%; }

.fc-time-grid .fc-event,
.fc-time-grid .fc-bgevent {
  position: absolute;
  z-index: 1;
  /* scope inner z-index's */ }

.fc-time-grid .fc-bgevent {
  /* background events always span full width */
  left: 0;
  right: 0; }

/* Generic Vertical Event
--------------------------------------------------------------------------------------------------*/
.fc-v-event.fc-not-start {
  /* events that are continuing from another day */
  /* replace space made by the top border with padding */
  border-top-width: 0;
  padding-top: 1px;
  /* remove top rounded corners */
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.fc-v-event.fc-not-end {
  /* replace space made by the top border with padding */
  border-bottom-width: 0;
  padding-bottom: 1px;
  /* remove bottom rounded corners */
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

/* TimeGrid Event Styling
----------------------------------------------------------------------------------------------------
We use the full "fc-time-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-time-grid-event {
  overflow: hidden;
  /* don't let the bg flow over rounded corners */ }

.fc-time-grid-event.fc-selected {
  /* need to allow touch resizers to extend outside event's bounding box */
  /* common fc-selected styles hide the fc-bg, so don't need this anyway */
  overflow: visible; }

.fc-time-grid-event.fc-selected .fc-bg {
  display: none;
  /* hide semi-white background, to appear darker */ }

.fc-time-grid-event .fc-content {
  overflow: hidden;
  /* for when .fc-selected */ }

.fc-time-grid-event .fc-time,
.fc-time-grid-event .fc-title {
  padding: 0 1px; }

.fc-time-grid-event .fc-time {
  font-size: .85em;
  white-space: nowrap; }

/* short mode, where time and title are on the same line */
.fc-time-grid-event.fc-short .fc-content {
  /* don't wrap to second line (now that contents will be inline) */
  white-space: nowrap; }

.fc-time-grid-event.fc-short .fc-time,
.fc-time-grid-event.fc-short .fc-title {
  /* put the time and title on the same line */
  display: inline-block;
  vertical-align: top; }

.fc-time-grid-event.fc-short .fc-time span {
  display: none;
  /* don't display the full time text... */ }

.fc-time-grid-event.fc-short .fc-time:before {
  content: attr(data-start);
  /* ...instead, display only the start time */ }

.fc-time-grid-event.fc-short .fc-time:after {
  content: "\A0-\A0";
  /* seperate with a dash, wrapped in nbsp's */ }

.fc-time-grid-event.fc-short .fc-title {
  font-size: .85em;
  /* make the title text the same size as the time */
  padding: 0;
  /* undo padding from above */ }

/* resizer (cursor device) */
.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer {
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  overflow: hidden;
  line-height: 8px;
  font-size: 11px;
  font-family: monospace;
  text-align: center;
  cursor: s-resize; }

.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after {
  content: "="; }

/* resizer (touch device) */
.fc-time-grid-event.fc-selected .fc-resizer {
  /* 10x10 dot */
  border-radius: 5px;
  border-width: 1px;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  /* horizontally center */
  left: 50%;
  margin-left: -5px;
  /* center on the bottom edge */
  bottom: -5px; }

/* Now Indicator
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-now-indicator-line {
  border-top-width: 1px;
  left: 0;
  right: 0; }

/* arrow on axis */
.fc-time-grid .fc-now-indicator-arrow {
  margin-top: -5px;
  /* vertically center on top coordinate */ }

.fc-ltr .fc-time-grid .fc-now-indicator-arrow {
  left: 0;
  /* triangle pointing right... */
  border-width: 5px 0 5px 6px;
  border-top-color: transparent;
  border-bottom-color: transparent; }

.fc-rtl .fc-time-grid .fc-now-indicator-arrow {
  right: 0;
  /* triangle pointing left... */
  border-width: 5px 6px 5px 0;
  border-top-color: transparent;
  border-bottom-color: transparent; }

/* List View
--------------------------------------------------------------------------------------------------*/
/* possibly reusable */
.fc-event-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px; }

/* view wrapper */
.fc-rtl .fc-list-view {
  direction: rtl;
  /* unlike core views, leverage browser RTL */ }

.fc-list-view {
  border-width: 1px;
  border-style: solid; }

/* table resets */
.fc .fc-list-table {
  table-layout: auto;
  /* for shrinkwrapping cell content */ }

.fc-list-table td {
  border-width: 1px 0 0;
  padding: 8px 14px; }

.fc-list-table tr:first-child td {
  border-top-width: 0; }

/* day headings with the list */
.fc-list-heading {
  border-bottom-width: 1px; }

.fc-list-heading td {
  font-weight: bold; }

.fc-ltr .fc-list-heading-main {
  float: left; }

.fc-ltr .fc-list-heading-alt {
  float: right; }

.fc-rtl .fc-list-heading-main {
  float: right; }

.fc-rtl .fc-list-heading-alt {
  float: left; }

/* event list items */
.fc-list-item.fc-has-url {
  cursor: pointer;
  /* whole row will be clickable */ }

.fc-list-item-marker,
.fc-list-item-time {
  white-space: nowrap;
  width: 1px; }

/* make the dot closer to the event title */
.fc-ltr .fc-list-item-marker {
  padding-right: 0; }

.fc-rtl .fc-list-item-marker {
  padding-left: 0; }

.fc-list-item-title a {
  /* every event title cell has an <a> tag */
  text-decoration: none;
  color: inherit; }

.fc-list-item-title a[href]:hover {
  /* hover effect only on titles with hrefs */
  text-decoration: underline; }

/* message when no events */
.fc-list-empty-wrap2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.fc-list-empty-wrap1 {
  width: 100%;
  height: 100%;
  display: table; }

.fc-list-empty {
  display: table-cell;
  vertical-align: middle;
  text-align: center; }

.fc-unthemed .fc-list-empty {
  /* theme will provide own background */
  background-color: #eee; }
/* Stolen from https://gist.github.com/ghosh/4f94cf497d7090359a5c9f81caf60699 */
/**************************\
  Basic Modal Styles
\**************************/


.modal {
  font-family: -apple-system,BlinkMacSystemFont,avenir next,avenir,helvetica neue,helvetica,ubuntu,roboto,noto,segoe ui,arial,sans-serif;
  z-index: 9999;
}

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
}

.modal__container {
  background-color: #fff;
  padding: 30px;
  max-width: 500px;
  max-height: 100vh;
  border-radius: 4px;
  overflow-y: auto;
  box-sizing: border-box;
}

.modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #00449e;
  box-sizing: border-box;
}

.modal__close {
  background: transparent;
  border: 0;
}

.modal__header .modal__close:before {
/*  display: inline-block;
  content: "";
  width: 20px;
  height: 20px;
  border:  1px solid blue;
  color: white;
  background: image-url(/assets/icons/icon_close_circle-aa16d68b3808ece4e2af19c7211f14d3e3d4065d1405403ead21df51dfb7e525.svg) no-repeat !important;*/
}

.modal__content {
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1.5;
  color: rgba(0,0,0,.8);
}

.modal__btn {
  font-size: .875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  background-color: #e6e6e6;
  color: rgba(0,0,0,.8);
  border-radius: .25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform .25s ease-out;
  transition: transform .25s ease-out;
  transition: transform .25s ease-out,-webkit-transform .25s ease-out;
}

.modal__btn:focus, .modal__btn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.modal__btn-primary {
  background-color: #00449e;
  color: #fff;
}



/**************************\
  Demo Animation Style
\**************************/
@keyframes mmfadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}

@keyframes mmfadeOut {
    from { opacity: 1; }
      to { opacity: 0; }
}

@keyframes mmslideIn {
  from { transform: translateY(15%); }
    to { transform: translateY(0); }
}

@keyframes mmslideOut {
    from { transform: translateY(0); }
    to { transform: translateY(-10%); }
}

.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden="false"] .modal__overlay {
  animation: mmfadeIn .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.micromodal-slide[aria-hidden="false"] .modal__container {
  animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__overlay {
  animation: mmfadeOut .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__container {
  animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}
/* Yanked out from https://github.com/twbs/bootstrap/blob/master/dist/css/bootstrap.css */


.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
  border: 0;
}
@charset "UTF-8";
/**
 * selectize.default.css (v0.12.6) - Default Theme
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */
/* line 17, /tmp/build_6d01db8a/vendor/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  -webkit-box-shadow: inset 0 0 12px 4px #fff;
  box-shadow: inset 0 0 12px 4px #fff; }

/* line 25, /tmp/build_6d01db8a/vendor/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden; }

/* line 29, /tmp/build_6d01db8a/vendor/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }

/* line 33, /tmp/build_6d01db8a/vendor/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0; }

/* line 42, /tmp/build_6d01db8a/vendor/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important; }

/* line 52, /tmp/build_6d01db8a/vendor/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-dropdown-header-close:hover {
  color: #000000; }

/* line 55, /tmp/build_6d01db8a/vendor/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* line 63, /tmp/build_6d01db8a/vendor/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none; }

/* line 66, /tmp/build_6d01db8a/vendor/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none; }

/* line 69, /tmp/build_6d01db8a/vendor/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none; }

/* line 72, /tmp/build_6d01db8a/vendor/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important; }

/* line 76, /tmp/build_6d01db8a/vendor/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 0 0 0;
  border-left: 1px solid #0073bb;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* line 100, /tmp/build_6d01db8a/vendor/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05); }

/* line 103, /tmp/build_6d01db8a/vendor/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #00578d; }

/* line 106, /tmp/build_6d01db8a/vendor/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none; }

/* line 109, /tmp/build_6d01db8a/vendor/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #aaaaaa; }

/* line 112, /tmp/build_6d01db8a/vendor/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-control.plugin-remove_button .remove-single {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 23px; }

/* line 118, /tmp/build_6d01db8a/vendor/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-control {
  position: relative; }

/* line 121, /tmp/build_6d01db8a/vendor/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: inherit; }

/* line 130, /tmp/build_6d01db8a/vendor/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #fff;
  cursor: text;
  display: inline-block; }

/* line 136, /tmp/build_6d01db8a/vendor/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-input {
  border: 1px solid #d0d0d0;
  padding: 8px 8px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

/* line 153, /tmp/build_6d01db8a/vendor/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-control.multi .selectize-input.has-items {
  padding: 5px 8px 2px; }

/* line 156, /tmp/build_6d01db8a/vendor/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-input.full {
  background-color: #fff; }

/* line 159, /tmp/build_6d01db8a/vendor/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important; }

/* line 163, /tmp/build_6d01db8a/vendor/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-input.focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15); }

/* line 167, /tmp/build_6d01db8a/vendor/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-input.dropdown-active {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0; }

/* line 172, /tmp/build_6d01db8a/vendor/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline; }

/* line 179, /tmp/build_6d01db8a/vendor/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #1da7ee;
  color: #fff;
  border: 1px solid #0073bb; }

/* line 187, /tmp/build_6d01db8a/vendor/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-control.multi .selectize-input > div.active {
  background: #92c836;
  color: #fff;
  border: 1px solid #00578d; }

/* line 192, /tmp/build_6d01db8a/vendor/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #ffffff;
  background: #d2d2d2;
  border: 1px solid #aaaaaa; }

/* line 198, /tmp/build_6d01db8a/vendor/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 1px !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

/* line 213, /tmp/build_6d01db8a/vendor/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-input > input::-ms-clear {
  display: none; }

/* line 216, /tmp/build_6d01db8a/vendor/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-input > input:focus {
  outline: none !important; }

/* line 219, /tmp/build_6d01db8a/vendor/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-input::after {
  content: ' ';
  display: block;
  clear: left; }

/* line 224, /tmp/build_6d01db8a/vendor/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0; }

/* line 234, /tmp/build_6d01db8a/vendor/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #fff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px; }

/* line 250, /tmp/build_6d01db8a/vendor/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden; }

/* line 254, /tmp/build_6d01db8a/vendor/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px; }

/* line 260, /tmp/build_6d01db8a/vendor/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-dropdown .option,
.selectize-dropdown .optgroup-header {
  padding: 5px 8px; }

/* line 264, /tmp/build_6d01db8a/vendor/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-dropdown .option,
.selectize-dropdown [data-disabled],
.selectize-dropdown [data-disabled] [data-selectable].option {
  cursor: inherit;
  opacity: 0.5; }

/* line 270, /tmp/build_6d01db8a/vendor/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-dropdown [data-selectable].option {
  opacity: 1; }

/* line 273, /tmp/build_6d01db8a/vendor/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none; }

/* line 276, /tmp/build_6d01db8a/vendor/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #fff;
  cursor: default; }

/* line 281, /tmp/build_6d01db8a/vendor/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-dropdown .active {
  background-color: #f5fafd;
  color: #495c68; }

/* line 285, /tmp/build_6d01db8a/vendor/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-dropdown .active.create {
  color: #495c68; }

/* line 288, /tmp/build_6d01db8a/vendor/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5); }

/* line 291, /tmp/build_6d01db8a/vendor/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  -webkit-overflow-scrolling: touch; }

/* line 297, /tmp/build_6d01db8a/vendor/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer; }

/* line 301, /tmp/build_6d01db8a/vendor/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text; }

/* line 305, /tmp/build_6d01db8a/vendor/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent; }

/* line 318, /tmp/build_6d01db8a/vendor/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #808080 transparent; }

/* line 323, /tmp/build_6d01db8a/vendor/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto; }

/* line 327, /tmp/build_6d01db8a/vendor/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important; }

/* line 330, /tmp/build_6d01db8a/vendor/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa; }

/* line 334, /tmp/build_6d01db8a/vendor/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-control.multi .selectize-input.has-items {
  padding-left: 5px;
  padding-right: 5px; }

/* line 338, /tmp/build_6d01db8a/vendor/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-control.multi .selectize-input.disabled [data-value] {
  color: #999;
  text-shadow: none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

/* line 345, /tmp/build_6d01db8a/vendor/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-control.multi .selectize-input.disabled [data-value],
.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  border-color: #e6e6e6; }

/* line 349, /tmp/build_6d01db8a/vendor/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  background: none; }

/* line 352, /tmp/build_6d01db8a/vendor/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-control.multi .selectize-input [data-value] {
  text-shadow: 0 1px 0 rgba(0, 51, 83, 0.3);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #1b9dec;
  background-image: -moz-linear-gradient(top, #1da7ee, #178ee9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1da7ee), to(#178ee9));
  background-image: -webkit-linear-gradient(top, #1da7ee, #178ee9);
  background-image: -o-linear-gradient(top, #1da7ee, #178ee9);
  background-image: linear-gradient(to bottom, #1da7ee, #178ee9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1da7ee', endColorstr='#ff178ee9', GradientType=0);
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.03);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.03); }

/* line 368, /tmp/build_6d01db8a/vendor/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-control.multi .selectize-input [data-value].active {
  background-color: #0085d4;
  background-image: -moz-linear-gradient(top, #008fd8, #0075cf);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#008fd8), to(#0075cf));
  background-image: -webkit-linear-gradient(top, #008fd8, #0075cf);
  background-image: -o-linear-gradient(top, #008fd8, #0075cf);
  background-image: linear-gradient(to bottom, #008fd8, #0075cf);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff008fd8', endColorstr='#ff0075cf', GradientType=0); }

/* line 378, /tmp/build_6d01db8a/vendor/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-control.single .selectize-input {
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.8);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.8);
  background-color: #f9f9f9;
  background-image: -moz-linear-gradient(top, #fefefe, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fefefe), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #fefefe, #f2f2f2);
  background-image: -o-linear-gradient(top, #fefefe, #f2f2f2);
  background-image: linear-gradient(to bottom, #fefefe, #f2f2f2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffefefe', endColorstr='#fff2f2f2', GradientType=0); }

/* line 390, /tmp/build_6d01db8a/vendor/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-control.single .selectize-input,
.selectize-dropdown.single {
  border-color: #b8b8b8; }

/* line 394, /tmp/build_6d01db8a/vendor/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-dropdown .optgroup-header {
  padding-top: 7px;
  font-weight: bold;
  font-size: 0.85em; }

/* line 399, /tmp/build_6d01db8a/vendor/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-dropdown .optgroup {
  border-top: 1px solid #f0f0f0; }

/* line 402, /tmp/build_6d01db8a/vendor/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-dropdown .optgroup:first-child {
  border-top: 0 none; }
/* Slider */

.slick-slider
{
  position: relative;

  display: block;
  box-sizing: border-box;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list
{
  position: relative;

  display: block;
  overflow: hidden;

  margin: 0;
  padding: 0;
}
.slick-list:focus
{
  outline: none;
}
.slick-list.dragging
{
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track
{
  position: relative;
  top: 0;
  left: 0;

  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
  display: table;

  content: '';
}
.slick-track:after
{
  clear: both;
}
.slick-loading .slick-track
{
  visibility: hidden;
}

.slick-slide
{
  display: none;
  float: left;

  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide
{
  float: right;
}
.slick-slide img
{
  display: block;
}
.slick-slide.slick-loading img
{
  display: none;
}
.slick-slide.dragging img
{
  pointer-events: none;
}
.slick-initialized .slick-slide
{
  display: block;
}
.slick-loading .slick-slide
{
  visibility: hidden;
}
.slick-vertical .slick-slide
{
  display: block;

  height: auto;

  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */

.slick-loading .slick-list
{
  background: #fff url(/assets/slick/ajax-loader-e7b44c86b050fca766a96ddac2d0932af0126da6f2305280342d909168dcce6b.gif) center center no-repeat;
}

/* Icons */
@font-face
{
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;

  src: url(/assets/slick-06d80cf01250132fd1068701108453feee68854b750d22c344ffc0de395e1dcb.eot);
  src: url(/assets/slick-06d80cf01250132fd1068701108453feee68854b750d22c344ffc0de395e1dcb.eot?#iefix) format('embedded-opentype'),
  url(/assets/slick-26726bac4060abb1226e6ceebc1336e84930fe7a7af1b3895a109d067f5b5dcc.woff) format('woff'),
  url(/assets/slick-37bc99cfdbbc046193a26396787374d00e7b10d3a758a36045c07bd8886360d2.ttf) format('truetype'),
  url(/assets/slick-8ca11b5fcbff92ee6378017cf6832dddfa745253202d7c8d01f42d5d17c4cb5c.svg#slick) format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
  font-size: 0;
  line-height: 0;

  position: absolute;
  top: 50%;

  display: block;

  width: 20px;
  height: 20px;
  margin-top: -10px;
  padding: 0;

  cursor: pointer;

  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
  opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;

  opacity: .75;
  color: white;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
  left: -25px;
}
[dir='rtl'] .slick-prev
{
  right: -25px;
  left: auto;
}
.slick-prev:before
{
  content: '←';
}
[dir='rtl'] .slick-prev:before
{
  content: '→';
}

.slick-next
{
  right: -25px;
}
[dir='rtl'] .slick-next
{
  right: auto;
  left: -25px;
}
.slick-next:before
{
  content: '→';
}
[dir='rtl'] .slick-next:before
{
  content: '←';
}

/* Dots */
.slick-slider
{
  margin-bottom: 30px;
}

.slick-dots
{
  position: absolute;
  bottom: -45px;

  display: block;

  width: 100%;
  padding: 0;

  list-style: none;

  text-align: center;
}
.slick-dots li
{
  position: relative;

  display: inline-block;

  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;

  cursor: pointer;
}
.slick-dots li button
{
  font-size: 0;
  line-height: 0;

  display: block;

  width: 20px;
  height: 20px;
  padding: 5px;

  cursor: pointer;

  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
  opacity: 1;
}
.slick-dots li button:before
{
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;

  position: absolute;
  top: 0;
  left: 0;

  width: 20px;
  height: 20px;

  content: '•';
  text-align: center;

  opacity: .25;
  color: black;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
  opacity: .75;
  color: black;
}
