/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/*# sourceMappingURL=normalize.min.css.map */
.row {
  display: flex;
  margin: -1.5rem;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  padding: 1.5rem;
  box-sizing: border-box;
}

.col-1 {
  flex-basis: 8.3333333333%;
}

.col-2 {
  flex-basis: 16.6666666667%;
}

.col-3 {
  flex-basis: 25%;
}

.col-4 {
  flex-basis: 33.3333333333%;
}

.col-5 {
  flex-basis: 41.6666666667%;
}

.col-6 {
  flex-basis: 50%;
}

.col-7 {
  flex-basis: 58.3333333333%;
}

.col-8 {
  flex-basis: 66.6666666667%;
}

.col-9 {
  flex-basis: 75%;
}

.col-10 {
  flex-basis: 83.3333333333%;
}

.col-11 {
  flex-basis: 91.6666666667%;
}

.col-12 {
  flex-basis: 100%;
}

body {
  font-family: "Helvetica", "Arial", sans-serif;
  background: #f0f4f2;
  line-height: 1.5;
}

.container {
  width: 60em;
  max-width: 90vw;
  margin: 0 auto;
}

h1, h2, h3, h4, h5, h6 {
  color: #394b41;
  line-height: 1.25;
  margin: 1.5rem 0;
}

a {
  color: #007bb3;
}

hr {
  border: 0;
  border-top: 1px solid rgba(57, 75, 65, 0.2);
  margin: 2em 0;
}

header {
  /*
  box-shadow:inset -0.2em -0.5em 0.4em rgba($primary,0.05),
  		0.2em 0.5em 0.6em rgba($primary, 0.05),
  		inset -0.2em -0.5em 0.8em rgba($primary,0.02),
  		inset 0.2em 0.5em 0.8em #fff,
  		0.2em 0.5em 1.2em rgba($primary, 0.02),
  		0.05em 0.125em 0.2em rgba($primary-dark,0.1);
  */
  box-shadow: inset -0.2em -0.5em 1em rgba(0, 128, 85, 0.05), inset -0.1em -0.25em 0.5em rgba(0, 128, 85, 0.05), 0.2em 0.5em 1em rgba(0, 128, 85, 0.05), 0.05em 0.125em 0.25em rgba(57, 75, 65, 0.1);
  border-radius: 0 0 2em 2em;
  background: #fff;
  color: #394b41;
}
header .container {
  display: flex;
  align-items: center;
}
header nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
header nav a {
  text-decoration: none;
  color: inherit;
  display: block;
  padding: 1em;
  display: flex;
  align-items: center;
  transition: color 250ms;
}
header nav a:hover {
  color: #008055;
}
header nav a .avatar {
  margin-right: 0.5em;
}
header #primary-nav {
  flex: 1;
}

#logo {
  font-size: 1rem;
  width: 12.5em;
  flex: 0 0 auto;
  margin-right: 1em;
}
#logo svg {
  width: 100%;
  height: auto;
}

.location {
  font-size: 1.5em;
  display: flex;
  margin: 1em 0;
  line-height: 1.25;
}
.location a:after {
  content: url("/img/arrow.svg");
  width: 0.75rem;
  height: 1.25em;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.5em;
}
.location h2 {
  font-size: 1em;
  margin: 0;
}

main {
  padding: 1em 0;
}

.widgets {
  display: flex;
  flex-wrap: wrap;
  margin: -1%;
}

.widget {
  flex: 0 0 31%;
  box-sizing: border-box;
  display: block;
  margin: 1%;
  background: #fff;
  border-radius: 1em;
  padding: 2em 1em;
  margin-bottom: 1em;
  box-shadow: 0 0.25em 0.25em rgba(57, 75, 65, 0.04), 0 0.25em 0.5em rgba(57, 75, 65, 0.03);
}
.widget h3, .widget p {
  margin: 0;
}
.widget p {
  color: #9bb0a5;
}
.widget .edit {
  margin-top: 1em;
}
.widget.addnew {
  background: rgba(0, 128, 85, 0.02);
  box-shadow: none;
  border: 0.25em dashed rgba(0, 128, 85, 0.25);
  color: rgba(0, 128, 85, 0.5);
  transition: background 250ms;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.widget.addnew:hover {
  background: rgba(0, 128, 85, 0.08);
}
.widget.addnew p {
  margin: 0;
  text-align: center;
}
.widget.addnew form {
  display: flex;
  padding-top: 0.5em;
}
.widget.addnew form button {
  margin-left: 0.5em;
}

.bubble {
  background: #fff;
  border-radius: 1em;
  padding: 2em;
  overflow: clip;
  background: #fcfdfc;
  box-shadow: inset -0.2em -0.5em 0.4em rgba(0, 128, 85, 0.05), 0.2em 0.5em 0.6em rgba(0, 128, 85, 0.05), inset -0.2em -0.5em 0.8em rgba(0, 128, 85, 0.02), inset 0.2em 0.5em 0.8em #fff, 0.2em 0.5em 1.2em rgba(0, 128, 85, 0.02), 0.05em 0.125em 0.2em rgba(57, 75, 65, 0.1);
}
.bubble h1:first-child, .bubble h2:first-child, .bubble h3:first-child, .bubble h4:first-child, .bubble h5:first-child, .bubble h6:first-child {
  margin-top: 0;
}

table {
  width: 100%;
  border-collapse: collapse;
}
table td, table th {
  padding: 0.5em 1em;
  text-align: left;
  height: 2em;
  vertical-align: middle;
}
table thead {
  color: #394b41;
  font-size: 0.8em;
  line-height: 2;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
table thead .col-image {
  text-align: center;
}
table tbody tr:nth-child(even) {
  background: #f3f6f4;
}

.r-logo {
  display: block;
  display: flex;
  align-items: center;
  height: 2em;
  margin: 0.5em;
}
.r-logo img {
  /*width:3.22em;
  height:auto;*/
  height: 2em;
  max-height: 2em;
  max-width: 4em;
  margin: 0 auto;
}

textarea.code {
  font-family: monospace;
  padding: 0.5em;
}

input,
select,
textarea {
  background: transparent;
  border: 1px solid rgba(57, 75, 65, 0.2);
  border-radius: 0.25rem;
  padding: 0.666em 0.75em;
  box-sizing: border-box;
  border-radius: 1em;
  width: 100%;
  background: #fff;
  border-color: rgba(0, 36, 24, 0.3);
  box-shadow: inset 0.05em 0.1em 0.1em rgba(0, 36, 24, 0.15);
}

select {
  height: 2.5em;
  padding: 0.25em 0.75em;
}

input.weight {
  width: 4em;
  text-align: center;
}

.tagify {
  border-radius: 3em;
}

button, .button {
  background: #008055;
  text-decoration: none;
  border: 0;
  border-radius: 3em;
  padding: 0.666em 1.25em;
  color: #fff;
  cursor: pointer;
  transition: background 250ms, box-shadow 250ms;
  box-shadow: inset 0.05em 0.1em 0.5em rgba(0, 230, 153, 0.5), inset -0.05em -0.1em 0.5em rgba(0, 36, 24, 0.5), inset -0.05em -0.1em 0.25em rgba(0, 36, 24, 0.5), 0.05em 0.1em 0.15em rgba(0, 36, 24, 0.2), 0.125em 0.25em 0.5em rgba(0, 36, 24, 0.2);
}
button:hover, .button:hover {
  background: #009f69;
  box-shadow: inset 0.05em 0.1em 0.5em rgba(0, 230, 153, 0.5), inset -0.05em -0.1em 0.5em rgba(0, 36, 24, 0.5), inset -0.05em -0.1em 0.25em rgba(0, 36, 24, 0.5), 0.05em 0.1em 0.15em rgba(0, 36, 24, 0.4), 0.125em 0.25em 0.5em rgba(0, 36, 24, 0.3);
}
button:active, .button:active {
  background: #009f69;
  box-shadow: inset -0.05em -0.1em 0.5em rgba(0, 230, 153, 0.5), inset 0.05em 0.1em 0.5em rgba(0, 36, 24, 0.5), inset 0.05em 0.1em 0.25em rgba(0, 36, 24, 0.5);
}
button.secondary, .button.secondary {
  background: transparent;
  color: #008055;
  box-shadow: inset 0.05em 0.1em 0.5em rgba(0, 128, 85, 0.1), inset -0.05em -0.1em 0.1em rgba(0, 128, 85, 0.2), 0.05em 0.1em 0.15em rgba(0, 128, 85, 0.1), 0.125em 0.25em 0.5em rgba(0, 128, 85, 0.1);
}
button.secondary:hover, .button.secondary:hover {
  box-shadow: inset 0.05em 0.1em 0.5em rgba(0, 128, 85, 0.05), inset -0.05em -0.1em 0.1em rgba(0, 128, 85, 0.1), 0.05em 0.1em 0.15em rgba(0, 128, 85, 0.3), 0.125em 0.25em 0.5em rgba(0, 128, 85, 0.2);
}

.button.delete {
  background: transparent;
  color: #008055;
  line-height: 1;
}
.button.delete svg {
  width: 1em;
  vertical-align: middle;
  height: 1em;
}

#add-form .row {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
}
#add-form .row .wrapper {
  flex: 1;
}
#add-form .row .tagify {
  width: 100%;
  --tag-border-radius:3em;
}
#add-form .row button {
  flex: 0;
}

footer {
  border-top: 1px solid rgba(57, 75, 65, 0.2);
  padding: 2em 0;
  margin-top: 2em;
}
footer .container p {
  font-size: 0.8em;
  margin: 0;
  color: rgba(57, 75, 65, 0.5);
}

label {
  display: block;
  margin-bottom: 1.5em;
}
label .label {
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  font-size: 0.8em;
  line-height: 2;
  letter-spacing: 0.04em;
}

.password-mask {
  font-size: 2em;
  vertical-align: center;
}

#bubble-nav {
  margin-bottom: 2em;
}
#bubble-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  margin: -2em -2em 0;
  justify-content: stretch;
  align-items: stretch;
}
#bubble-nav a {
  padding: 1em;
  display: block;
  text-align: center;
  color: inherit;
  text-decoration: none;
  color: #9bb0a5;
  background: #e5ebe8;
  box-sizing: border-box;
}
#bubble-nav li {
  margin: 0;
  flex: 1 0 auto;
}
#bubble-nav li.selected a {
  width: 100%;
  color: #000;
  background: transparent;
}

.inline-adder {
  display: flex;
  align-items: center;
  background: #fcfdfc;
}
.inline-adder > * {
  margin-right: 0.5em;
}

#add-retailer-form {
  position: sticky;
  top: 0;
  margin-bottom: 1em;
}

#add-collaborator-form {
  margin-top: 1rem;
}

#retailers .delete {
  background: rgba(155, 176, 165, 0.25);
  color: #394b41;
  width: 1rem;
  height: 1rem;
  display: block;
  padding: 0.5rem;
  border-radius: 2rem;
}
#retailers .delete svg {
  width: 1rem;
  height: 1rem;
  display: block;
}

.preview-window {
  text-align: center;
  padding: 3em;
  border: 0.25em dashed rgba(155, 176, 165, 0.5);
  border-radius: 1em;
}
.preview-window > div {
  margin: 0 auto;
}
.preview-window .retailmatch-root {
  margin: 0 auto;
  text-align: left;
}

.avatar {
  background: #9bb0a5;
  width: 2em;
  height: 2em;
  border-radius: 2em;
}

.sign-in {
  max-width: 20em;
}
.sign-in input {
  width: 100%;
}

p.error {
  color: #c00;
}

/* Analytics grid testing */
.grid {
  display: grid;
  grid-template-columns: 1fr, 1fr, 1fr, 1fr, 1fr, 1fr;
  gap: 1em;
  grid-template-areas: "sm1 sm2 wide1 wide1 wide1 wide1" "sm3 sm4 wide1 wide1 wide1 wide1" "med1 med1 lrg1 lrg1 lrg1 lrg1";
}

#analytics .bubble {
  padding: 1.5em;
}
#analytics .bubble h3 {
  margin: 0;
  font-size: 1rem;
}
#analytics .big-value {
  color: #008055;
  font-size: 3rem;
  margin: 0;
  font-weight: 600;
}
#analytics .chart {
  width: 100%;
  min-height: 15em;
}
#analytics table {
  margin-top: 0.5em;
}
#analytics table td, #analytics table th {
  padding: 0 0.5em 0 0;
}

table.top-retailers td:first-child, table.top-retailers th:first-child {
  text-align: left;
  width: 100%;
}

#usmap path {
  stroke: none;
  stroke: rgba(0, 128, 85, 0.2);
  stroke: #c6d2cb;
  stroke-width: 0.1em;
  fill: none;
}

.code {
  border-radius: 0.5em;
  white-space: pre;
  font-family: monospace;
  background: #f0f4f2;
  padding: 1em;
  box-shadow: inset 0.08em 0.15em 0.2em rgba(0, 0, 0, 0.1);
}
.code .c1 {
  color: #a65700;
}
.code .c2 {
  color: #800000;
}
.code .c3 {
  color: #074726;
}
.code .c4 {
  color: #808030;
}
.code .c5 {
  color: #0000e6;
}
.code .c6 {
  color: #800080;
}

.username {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.username .avatar {
  margin-right: 1em;
}

.button-row {
  display: flex;
}
.button-row button, .button-row .button {
  margin-right: 0.5em;
}
.button-row button.right {
  margin-right: 0;
  margin-left: auto;
}

.final-actions {
  margin-top: 1em;
}

#settings th {
  vertical-align: top;
  width: 10em;
  padding: 1em 1em 0;
}
#settings td {
  line-height: 0;
}

section {
  padding: 4rem 0;
}

#hero {
  padding: 4rem 0;
}
#hero h1 {
  font-size: 3rem;
  font-family: "Bricolage Grotesque", sans-serif;
  line-height: 1;
}
#hero h1 em {
  color: #008055;
}
#hero p {
  font-size: 1.25rem;
}
#hero .row {
  align-items: center;
}
#hero .button-row {
  margin: 2rem 0;
  font-size: 1.25rem;
}
#hero .graphic {
  width: 75%;
  margin: 0;
  background: red;
  background: #e2e8e5 url("/img/white-label-product-3.jpg") center center no-repeat;
  background-size: cover;
  padding-bottom: 100%;
  border-radius: 4rem;
  position: relative;
  box-shadow: inset 0.25rem 0.5rem 1.5rem rgba(0, 67, 44, 0.1), inset 0.25rem 0.5rem 3rem rgba(0, 128, 85, 0.075), inset 0.0625rem 0.125rem 0.5rem rgba(0, 26, 17, 0.15), 0.0625rem 0.125rem 0.125rem #fff, -0.0625rem -0.125rem 0.125rem rgba(0, 67, 44, 0.15);
}
#hero .graphic .fake-demo {
  background: #fff;
  border-radius: 1.5rem;
  position: absolute;
  right: -33.333%;
  bottom: 22.5%;
  padding: 1.25rem 1.25rem 0.75rem;
  box-shadow: 0.5rem 1rem 2rem rgba(57, 75, 65, 0.05), 0.25rem 0.5rem 0.5rem rgba(57, 75, 65, 0.05);
}
#hero .graphic .fake-demo p {
  font-size: 0.75rem;
  color: #9bb0a5;
  margin: 0;
}
#hero .graphic .fake-demo .retailer-list {
  margin: 0 -0.5rem;
  display: flex;
}

#features-overview {
  background: #fcfdfc;
}
#features-overview h3 {
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 1.5rem;
  color: #003422;
  max-width: 9em;
  margin-top: 0;
}
#features-overview .icon {
  font-size: 3rem;
  line-height: 1;
}
#features-overview .icon svg {
  max-width: 3rem;
  height: auto;
  stroke: #003422;
}

#open-beta h2 {
  font-size: 2.5rem;
  font-family: "Bricolage Grotesque", sans-serif;
  line-height: 1;
}
#open-beta .graphic {
  margin-bottom: -4rem;
}
#open-beta .graphic img {
  width: 100%;
  display: block;
}

#how-it-works {
  background: #fff;
}
#how-it-works h2 {
  font-size: 2rem;
  font-family: "Bricolage Grotesque", sans-serif;
  line-height: 1;
}
#how-it-works .col-4 {
  display: flex;
  align-items: flex-start;
}
#how-it-works .icon {
  font-size: 3rem;
  line-height: 1;
  color: #008055;
  font-weight: 600;
  font-family: "Bricolage Grotesque", sans-serif;
  width: 4rem;
  margin-right: 1rem;
}
#how-it-works p {
  margin: 0;
}

.pricing-table {
  display: flex;
  margin: 0 -0.5rem;
}
.pricing-table .price-tier {
  padding-top: 3rem;
  padding-bottom: 3rem;
  margin: 0 0.5rem;
  text-align: center;
  flex: 1 0 30%;
  box-sizing: border-box;
}
.pricing-table .price-tier h2 {
  color: #008055;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 2rem;
}
.pricing-table .price-tier .feature {
  margin: 1rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pricing-table .price-tier .feature p {
  margin: 0 0.25rem;
  color: #9bb0a5;
}
.pricing-table .price-tier .feature p.figure {
  color: #394b41;
  font-size: 1.25rem;
  font-weight: 600;
}
.pricing-table .price-tier .feature.price p.figure {
  font-weight: 400;
  font-size: 1.5rem;
}
.pricing-table .price-tier hr {
  margin: 1.5rem 0;
}
.pricing-table .price-tier .button-row {
  margin-top: 2rem;
  justify-content: center;
}

.features-list .feature {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.features-list .feature:last-child {
  margin-bottom: 0;
}
.features-list .feature:nth-child(even) {
  flex-direction: row-reverse;
}
.features-list .feature .graphic {
  flex: 0 0 40%;
  background: #d4ddd8;
  height: 20rem;
  border-radius: 1rem;
  overflow: hidden;
}
.features-list .feature .graphic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.features-list .feature .content {
  flex: 0 0 56%;
}
.features-list .feature h2 {
  margin-top: 1rem;
  color: #008055;
  margin-bottom: 0;
}

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