<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@font-face {
  font-family: "BrandonGrotesque-BlackItalic";
  src: url("../fonts/brandongrotesque/brandon-grotesque-black-italic.woff2") format("woff2"), url("../fonts/brandongrotesque/brandon-grotesque-black-italic.woff") format("woff"); }

@font-face {
  font-family: "BrandonGrotesque-Black";
  src: url("../fonts/brandongrotesque/brandon-grotesque-black.woff2") format("woff2"), url("../fonts/brandongrotesque/brandon-grotesque-black.woff") format("woff");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: "BrandonGrotesque-RegularBold";
  src: url("../fonts/brandongrotesque/brandon-grotesque-regular.woff2") format("woff2"), url("../fonts/brandongrotesque/brandon-grotesque-regular.woff") format("woff");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: "BrandonGrotesque-RegularItalic";
  src: url("../fonts/brandongrotesque/brandon-grotesque-regular.woff2") format("woff2"), url("../fonts/brandongrotesque/brandon-grotesque-regular.woff") format("woff");
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-family: "BrandonGrotesque-RegularRoman";
  src: url("../fonts/brandongrotesque/brandon-grotesque-regular.woff2") format("woff2"), url("../fonts/brandongrotesque/brandon-grotesque-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: "alarm-clock";
  src: url("../fonts/alarmclock/alarmclock.ttf") format("truetype"); }

/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent; }

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

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

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #0056b3;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

select {
  word-wrap: normal; }

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

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

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

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

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

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

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

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

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

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2; }

h1, .h1 {
  font-size: 2.5rem; }

h2, .h2 {
  font-size: 2rem; }

h3, .h3 {
  font-size: 1.75rem; }

h4, .h4 {
  font-size: 1.5rem; }

h5, .h5 {
  font-size: 1.25rem; }

h6, .h6 {
  font-size: 1rem; }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small,
.small {
  font-size: 80%;
  font-weight: 400; }

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 0.5rem; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\2014\00A0"; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #6c757d; }

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word; }
  a &gt; code {
    color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700; }

pre {
  display: block;
  font-size: 87.5%;
  color: #212529; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters &gt; .col,
  .no-gutters &gt; [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.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 &gt; th,
.table-primary &gt; 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 &gt; td,
  .table-hover .table-primary:hover &gt; th {
    background-color: #9fcdff; }

.table-secondary,
.table-secondary &gt; th,
.table-secondary &gt; 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 &gt; td,
  .table-hover .table-secondary:hover &gt; th {
    background-color: #c8cbcf; }

.table-success,
.table-success &gt; th,
.table-success &gt; 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 &gt; td,
  .table-hover .table-success:hover &gt; th {
    background-color: #b1dfbb; }

.table-info,
.table-info &gt; th,
.table-info &gt; 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 &gt; td,
  .table-hover .table-info:hover &gt; th {
    background-color: #abdde5; }

.table-warning,
.table-warning &gt; th,
.table-warning &gt; 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 &gt; td,
  .table-hover .table-warning:hover &gt; th {
    background-color: #ffe8a1; }

.table-danger,
.table-danger &gt; th,
.table-danger &gt; 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 &gt; td,
  .table-hover .table-danger:hover &gt; th {
    background-color: #f1b0b7; }

.table-light,
.table-light &gt; th,
.table-light &gt; 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 &gt; td,
  .table-hover .table-light:hover &gt; th {
    background-color: #ececf6; }

.table-dark,
.table-dark &gt; th,
.table-dark &gt; 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 &gt; td,
  .table-hover .table-dark:hover &gt; th {
    background-color: #b9bbbe; }

.table-active,
.table-active &gt; th,
.table-active &gt; 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 &gt; td,
  .table-hover .table-active:hover &gt; 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 &gt; .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 &gt; .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 &gt; .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 &gt; .table-bordered {
      border: 0; } }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }
  .table-responsive &gt; .table-bordered {
    border: 0; }

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

select.form-control[size], select.form-control[multiple] {
  height: auto; }

textarea.form-control {
  height: auto; }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row &gt; .col,
  .form-row &gt; [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input:disabled ~ .form-check-label {
    color: #6c757d; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem; }

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
  .was-validated .form-control:valid ~ .valid-feedback,
  .was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
  .form-control.is-valid ~ .valid-tooltip {
    display: block; }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
  .was-validated .custom-select:valid ~ .valid-feedback,
  .was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback,
  .custom-select.is-valid ~ .valid-tooltip {
    display: block; }

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745; }

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #28a745; }

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57; }

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745; }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745; }

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem; }

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
  .was-validated .form-control:invalid ~ .invalid-feedback,
  .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
  .form-control.is-invalid ~ .invalid-tooltip {
    display: block; }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
  .was-validated .custom-select:invalid ~ .invalid-feedback,
  .was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback,
  .custom-select.is-invalid ~ .invalid-tooltip {
    display: block; }

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545; }

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #dc3545; }

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d; }

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545; }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545; }

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: flex;
      flex: 0 0 auto;
      flex-flow: row wrap;
      align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group,
    .form-inline .custom-select {
      width: auto; }
    .form-inline .form-check {
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      flex-shrink: 0;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      align-items: center;
      justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      transition: none; } }
  .btn:hover {
    color: #212529;
    text-decoration: none; }
  .btn:focus, .btn.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none; }

.btn-primary, section.fundraising-overview &gt; .banner-cta.primary .ctas .btn, section.fundraising-products &gt; .banner-cta.primary .ctas .btn {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }
  .btn-primary:hover, section.fundraising-overview &gt; .banner-cta.primary .ctas .btn:hover, section.fundraising-products &gt; .banner-cta.primary .ctas .btn:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc; }
  .btn-primary:focus, section.fundraising-overview &gt; .banner-cta.primary .ctas .btn:focus, section.fundraising-products &gt; .banner-cta.primary .ctas .btn:focus, .btn-primary.focus, section.fundraising-overview &gt; .banner-cta.primary .ctas .focus.btn, section.fundraising-products &gt; .banner-cta.primary .ctas .focus.btn {
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }
  .btn-primary.disabled, section.fundraising-overview &gt; .banner-cta.primary .ctas .disabled.btn, section.fundraising-products &gt; .banner-cta.primary .ctas .disabled.btn, .btn-primary:disabled, section.fundraising-overview &gt; .banner-cta.primary .ctas .btn:disabled, section.fundraising-products &gt; .banner-cta.primary .ctas .btn:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-primary:not(:disabled):not(.disabled):active, section.fundraising-overview &gt; .banner-cta.primary .ctas .btn:not(:disabled):not(.disabled):active, section.fundraising-products &gt; .banner-cta.primary .ctas .btn:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, section.fundraising-overview &gt; .banner-cta.primary .ctas .btn:not(:disabled):not(.disabled).active, section.fundraising-products &gt; .banner-cta.primary .ctas .btn:not(:disabled):not(.disabled).active,
  .show &gt; .btn-primary.dropdown-toggle, section.fundraising-overview &gt; .banner-cta.primary .ctas
  .show &gt; .dropdown-toggle.btn, section.fundraising-products &gt; .banner-cta.primary .ctas
  .show &gt; .dropdown-toggle.btn {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, section.fundraising-overview &gt; .banner-cta.primary .ctas .btn:not(:disabled):not(.disabled):active:focus, section.fundraising-products &gt; .banner-cta.primary .ctas .btn:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, section.fundraising-overview &gt; .banner-cta.primary .ctas .btn:not(:disabled):not(.disabled).active:focus, section.fundraising-products &gt; .banner-cta.primary .ctas .btn:not(:disabled):not(.disabled).active:focus,
    .show &gt; .btn-primary.dropdown-toggle:focus, section.fundraising-overview &gt; .banner-cta.primary .ctas
    .show &gt; .dropdown-toggle.btn:focus, section.fundraising-products &gt; .banner-cta.primary .ctas
    .show &gt; .dropdown-toggle.btn:focus {
      box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }

.btn-secondary, section.fundraising-overview &gt; .banner-cta.secondary .ctas .btn, section.fundraising-products &gt; .banner-cta.secondary .ctas .btn {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }
  .btn-secondary:hover, section.fundraising-overview &gt; .banner-cta.secondary .ctas .btn:hover, section.fundraising-products &gt; .banner-cta.secondary .ctas .btn:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62; }
  .btn-secondary:focus, section.fundraising-overview &gt; .banner-cta.secondary .ctas .btn:focus, section.fundraising-products &gt; .banner-cta.secondary .ctas .btn:focus, .btn-secondary.focus, section.fundraising-overview &gt; .banner-cta.secondary .ctas .focus.btn, section.fundraising-products &gt; .banner-cta.secondary .ctas .focus.btn {
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }
  .btn-secondary.disabled, section.fundraising-overview &gt; .banner-cta.secondary .ctas .disabled.btn, section.fundraising-products &gt; .banner-cta.secondary .ctas .disabled.btn, .btn-secondary:disabled, section.fundraising-overview &gt; .banner-cta.secondary .ctas .btn:disabled, section.fundraising-products &gt; .banner-cta.secondary .ctas .btn:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-secondary:not(:disabled):not(.disabled):active, section.fundraising-overview &gt; .banner-cta.secondary .ctas .btn:not(:disabled):not(.disabled):active, section.fundraising-products &gt; .banner-cta.secondary .ctas .btn:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, section.fundraising-overview &gt; .banner-cta.secondary .ctas .btn:not(:disabled):not(.disabled).active, section.fundraising-products &gt; .banner-cta.secondary .ctas .btn:not(:disabled):not(.disabled).active,
  .show &gt; .btn-secondary.dropdown-toggle, section.fundraising-overview &gt; .banner-cta.secondary .ctas
  .show &gt; .dropdown-toggle.btn, section.fundraising-products &gt; .banner-cta.secondary .ctas
  .show &gt; .dropdown-toggle.btn {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, section.fundraising-overview &gt; .banner-cta.secondary .ctas .btn:not(:disabled):not(.disabled):active:focus, section.fundraising-products &gt; .banner-cta.secondary .ctas .btn:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, section.fundraising-overview &gt; .banner-cta.secondary .ctas .btn:not(:disabled):not(.disabled).active:focus, section.fundraising-products &gt; .banner-cta.secondary .ctas .btn:not(:disabled):not(.disabled).active:focus,
    .show &gt; .btn-secondary.dropdown-toggle:focus, section.fundraising-overview &gt; .banner-cta.secondary .ctas
    .show &gt; .dropdown-toggle.btn:focus, section.fundraising-products &gt; .banner-cta.secondary .ctas
    .show &gt; .dropdown-toggle.btn:focus {
      box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }
  .btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34; }
  .btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show &gt; .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show &gt; .btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b; }
  .btn-info:focus, .btn-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show &gt; .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show &gt; .btn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }
  .btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00; }
  .btn-warning:focus, .btn-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show &gt; .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show &gt; .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130; }
  .btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show &gt; .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show &gt; .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  .btn-light:focus, .btn-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show &gt; .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show &gt; .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }
  .btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124; }
  .btn-dark:focus, .btn-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show &gt; .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show &gt; .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show &gt; .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show &gt; .btn-outline-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show &gt; .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show &gt; .btn-outline-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.btn-outline-success {
  color: #28a745;
  border-color: #28a745; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
  .show &gt; .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show &gt; .btn-outline-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
  .show &gt; .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
    .show &gt; .btn-outline-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107; }
  .btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent; }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
  .show &gt; .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
    .show &gt; .btn-outline-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
  .show &gt; .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
    .show &gt; .btn-outline-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent; }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
  .show &gt; .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
    .show &gt; .btn-outline-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
  .show &gt; .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
    .show &gt; .btn-outline-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none; }
  .btn-link:hover {
    color: #0056b3;
    text-decoration: underline; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

.btn-lg, .btn-group-lg &gt; .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.btn-sm, .btn-group-sm &gt; .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  transition: opacity 0.15s linear; }
  @media (prefers-reduced-motion: reduce) {
    .fade {
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }
  @media (prefers-reduced-motion: reduce) {
    .collapsing {
      transition: none; } }

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative; }

.dropdown-toggle {
  white-space: nowrap; }
  .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent; }
  .dropdown-toggle:empty::after {
    margin-left: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }

.dropdown-menu-left {
  right: auto;
  left: 0; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0; }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto; } }

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0; }
  .dropdown-menu-md-right {
    right: 0;
    left: auto; } }

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0; }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto; } }

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0; }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto; } }

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }

.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }

.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-toggle::after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

.dropleft .dropdown-toggle::after {
  display: none; }

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto; }

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group &gt; .btn,
  .btn-group-vertical &gt; .btn {
    position: relative;
    flex: 1 1 auto; }
    .btn-group &gt; .btn:hover,
    .btn-group-vertical &gt; .btn:hover {
      z-index: 1; }
    .btn-group &gt; .btn:focus, .btn-group &gt; .btn:active, .btn-group &gt; .btn.active,
    .btn-group-vertical &gt; .btn:focus,
    .btn-group-vertical &gt; .btn:active,
    .btn-group-vertical &gt; .btn.active {
      z-index: 1; }

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group &gt; .btn:not(:first-child),
.btn-group &gt; .btn-group:not(:first-child) {
  margin-left: -1px; }

.btn-group &gt; .btn:not(:last-child):not(.dropdown-toggle),
.btn-group &gt; .btn-group:not(:last-child) &gt; .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group &gt; .btn:not(:first-child),
.btn-group &gt; .btn-group:not(:first-child) &gt; .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem; }
  .dropdown-toggle-split::after,
  .dropup .dropdown-toggle-split::after,
  .dropright .dropdown-toggle-split::after {
    margin-left: 0; }
  .dropleft .dropdown-toggle-split::before {
    margin-right: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm &gt; .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg &gt; .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }
  .btn-group-vertical &gt; .btn,
  .btn-group-vertical &gt; .btn-group {
    width: 100%; }
  .btn-group-vertical &gt; .btn:not(:first-child),
  .btn-group-vertical &gt; .btn-group:not(:first-child) {
    margin-top: -1px; }
  .btn-group-vertical &gt; .btn:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical &gt; .btn-group:not(:last-child) &gt; .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical &gt; .btn:not(:first-child),
  .btn-group-vertical &gt; .btn-group:not(:first-child) &gt; .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.btn-group-toggle &gt; .btn,
.btn-group-toggle &gt; .btn-group &gt; .btn {
  margin-bottom: 0; }
  .btn-group-toggle &gt; .btn input[type="radio"],
  .btn-group-toggle &gt; .btn input[type="checkbox"],
  .btn-group-toggle &gt; .btn-group &gt; .btn input[type="radio"],
  .btn-group-toggle &gt; .btn-group &gt; .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; }

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }
  .input-group &gt; .form-control,
  .input-group &gt; .form-control-plaintext,
  .input-group &gt; .custom-select,
  .input-group &gt; .custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0; }
    .input-group &gt; .form-control + .form-control,
    .input-group &gt; .form-control + .custom-select,
    .input-group &gt; .form-control + .custom-file,
    .input-group &gt; .form-control-plaintext + .form-control,
    .input-group &gt; .form-control-plaintext + .custom-select,
    .input-group &gt; .form-control-plaintext + .custom-file,
    .input-group &gt; .custom-select + .form-control,
    .input-group &gt; .custom-select + .custom-select,
    .input-group &gt; .custom-select + .custom-file,
    .input-group &gt; .custom-file + .form-control,
    .input-group &gt; .custom-file + .custom-select,
    .input-group &gt; .custom-file + .custom-file {
      margin-left: -1px; }
  .input-group &gt; .form-control:focus,
  .input-group &gt; .custom-select:focus,
  .input-group &gt; .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3; }
  .input-group &gt; .custom-file .custom-file-input:focus {
    z-index: 4; }
  .input-group &gt; .form-control:not(:last-child),
  .input-group &gt; .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-group &gt; .form-control:not(:first-child),
  .input-group &gt; .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .input-group &gt; .custom-file {
    display: flex;
    align-items: center; }
    .input-group &gt; .custom-file:not(:last-child) .custom-file-label,
    .input-group &gt; .custom-file:not(:last-child) .custom-file-label::after {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .input-group &gt; .custom-file:not(:first-child) .custom-file-label {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }

.input-group-prepend,
.input-group-append {
  display: flex; }
  .input-group-prepend .btn,
  .input-group-append .btn {
    position: relative;
    z-index: 2; }
    .input-group-prepend .btn:focus,
    .input-group-append .btn:focus {
      z-index: 3; }
  .input-group-prepend .btn + .btn,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-append .btn + .btn,
  .input-group-append .btn + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn {
    margin-left: -1px; }

.input-group-prepend {
  margin-right: -1px; }

.input-group-append {
  margin-left: -1px; }

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

.input-group-lg &gt; .form-control:not(textarea),
.input-group-lg &gt; .custom-select {
  height: calc(1.5em + 1rem + 2px); }

.input-group-lg &gt; .form-control,
.input-group-lg &gt; .custom-select,
.input-group-lg &gt; .input-group-prepend &gt; .input-group-text,
.input-group-lg &gt; .input-group-append &gt; .input-group-text,
.input-group-lg &gt; .input-group-prepend &gt; .btn,
.input-group-lg &gt; .input-group-append &gt; .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.input-group-sm &gt; .form-control:not(textarea),
.input-group-sm &gt; .custom-select {
  height: calc(1.5em + 0.5rem + 2px); }

.input-group-sm &gt; .form-control,
.input-group-sm &gt; .custom-select,
.input-group-sm &gt; .input-group-prepend &gt; .input-group-text,
.input-group-sm &gt; .input-group-append &gt; .input-group-text,
.input-group-sm &gt; .input-group-prepend &gt; .btn,
.input-group-sm &gt; .input-group-append &gt; .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.input-group-lg &gt; .custom-select,
.input-group-sm &gt; .custom-select {
  padding-right: 1.75rem; }

.input-group &gt; .input-group-prepend &gt; .btn,
.input-group &gt; .input-group-prepend &gt; .input-group-text,
.input-group &gt; .input-group-append:not(:last-child) &gt; .btn,
.input-group &gt; .input-group-append:not(:last-child) &gt; .input-group-text,
.input-group &gt; .input-group-append:last-child &gt; .btn:not(:last-child):not(.dropdown-toggle),
.input-group &gt; .input-group-append:last-child &gt; .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group &gt; .input-group-append &gt; .btn,
.input-group &gt; .input-group-append &gt; .input-group-text,
.input-group &gt; .input-group-prepend:not(:first-child) &gt; .btn,
.input-group &gt; .input-group-prepend:not(:first-child) &gt; .input-group-text,
.input-group &gt; .input-group-prepend:first-child &gt; .btn:not(:first-child),
.input-group &gt; .input-group-prepend:first-child &gt; .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50% / 50% 50%; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #dee2e6; }
    .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0.25rem; }

.nav-pills .nav-link.active,
.nav-pills .show &gt; .nav-link {
  color: #fff;
  background-color: #007bff; }

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center; }

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center; }

.tab-content &gt; .tab-pane {
  display: none; }

.tab-content &gt; .active {
  display: block; }

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem; }
  .navbar &gt; .container,
  .navbar &gt; .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%; }

@media (max-width: 575.98px) {
  .navbar-expand-sm &gt; .container,
  .navbar-expand-sm &gt; .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm &gt; .container,
    .navbar-expand-sm &gt; .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; } }

@media (max-width: 767.98px) {
  .navbar-expand-md &gt; .container,
  .navbar-expand-md &gt; .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-md &gt; .container,
    .navbar-expand-md &gt; .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-md .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; } }

@media (max-width: 991.98px) {
  .navbar-expand-lg &gt; .container,
  .navbar-expand-lg &gt; .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg &gt; .container,
    .navbar-expand-lg &gt; .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; } }

@media (max-width: 1199.98px) {
  .navbar-expand-xl &gt; .container,
  .navbar-expand-xl &gt; .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xl &gt; .container,
    .navbar-expand-xl &gt; .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; } }

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start; }
  .navbar-expand &gt; .container,
  .navbar-expand &gt; .container-fluid {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand &gt; .container,
  .navbar-expand &gt; .container-fluid {
    flex-wrap: nowrap; }
  .navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7); }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3); }

.navbar-light .navbar-nav .show &gt; .nav-link,
.navbar-light .navbar-nav .active &gt; .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1); }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9); }
    .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
      color: rgba(0, 0, 0, 0.9); }

.navbar-dark .navbar-brand {
  color: #fff; }
  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #fff; }

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }

.navbar-dark .navbar-nav .show &gt; .nav-link,
.navbar-dark .navbar-nav .active &gt; .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff; }

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-text a {
    color: #fff; }
    .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: #fff; }

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem; }
  .card &gt; hr {
    margin-right: 0;
    margin-left: 0; }
  .card &gt; .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .card &gt; .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem; }

.card-title {
  margin-bottom: 0.75rem; }

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 1.25rem; }

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  .card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }
  .card-header + .list-group .list-group-item:first-child {
    border-top: 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125); }
  .card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); }

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px); }

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px); }

.card-deck {
  display: flex;
  flex-direction: column; }
  .card-deck .card {
    margin-bottom: 15px; }
  @media (min-width: 576px) {
    .card-deck {
      flex-flow: row wrap;
      margin-right: -15px;
      margin-left: -15px; }
      .card-deck .card {
        display: flex;
        flex: 1 0 0%;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px; } }

.card-group {
  display: flex;
  flex-direction: column; }
  .card-group &gt; .card {
    margin-bottom: 15px; }
  @media (min-width: 576px) {
    .card-group {
      flex-flow: row wrap; }
      .card-group &gt; .card {
        flex: 1 0 0%;
        margin-bottom: 0; }
        .card-group &gt; .card + .card {
          margin-left: 0;
          border-left: 0; }
        .card-group &gt; .card:not(:last-child) {
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
          .card-group &gt; .card:not(:last-child) .card-img-top,
          .card-group &gt; .card:not(:last-child) .card-header {
            border-top-right-radius: 0; }
          .card-group &gt; .card:not(:last-child) .card-img-bottom,
          .card-group &gt; .card:not(:last-child) .card-footer {
            border-bottom-right-radius: 0; }
        .card-group &gt; .card:not(:first-child) {
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
          .card-group &gt; .card:not(:first-child) .card-img-top,
          .card-group &gt; .card:not(:first-child) .card-header {
            border-top-left-radius: 0; }
          .card-group &gt; .card:not(:first-child) .card-img-bottom,
          .card-group &gt; .card:not(:first-child) .card-footer {
            border-bottom-left-radius: 0; } }

.card-columns .card {
  margin-bottom: 0.75rem; }

@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

.accordion &gt; .card {
  overflow: hidden; }
  .accordion &gt; .card:not(:first-of-type) .card-header:first-child {
    border-radius: 0; }
  .accordion &gt; .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0; }
  .accordion &gt; .card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .accordion &gt; .card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .accordion &gt; .card .card-header {
    margin-bottom: -1px; }

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem; }
  .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "/"; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none; }

.breadcrumb-item.active {
  color: #6c757d; }

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem; }

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6; }
  .page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link:focus {
    z-index: 2; }

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5; }

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem; }

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5; }

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem; }

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem; }

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .badge {
      transition: none; } }
  a.badge:hover, a.badge:focus {
    text-decoration: none; }
  .badge:empty {
    display: none; }

.btn .badge {
  position: relative;
  top: -1px; }

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem; }

.badge-primary {
  color: #fff;
  background-color: #007bff; }
  a.badge-primary:hover, a.badge-primary:focus {
    color: #fff;
    background-color: #0062cc; }
  a.badge-primary:focus, a.badge-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.badge-secondary {
  color: #fff;
  background-color: #6c757d; }
  a.badge-secondary:hover, a.badge-secondary:focus {
    color: #fff;
    background-color: #545b62; }
  a.badge-secondary:focus, a.badge-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.badge-success {
  color: #fff;
  background-color: #28a745; }
  a.badge-success:hover, a.badge-success:focus {
    color: #fff;
    background-color: #1e7e34; }
  a.badge-success:focus, a.badge-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.badge-info {
  color: #fff;
  background-color: #17a2b8; }
  a.badge-info:hover, a.badge-info:focus {
    color: #fff;
    background-color: #117a8b; }
  a.badge-info:focus, a.badge-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.badge-warning {
  color: #212529;
  background-color: #ffc107; }
  a.badge-warning:hover, a.badge-warning:focus {
    color: #212529;
    background-color: #d39e00; }
  a.badge-warning:focus, a.badge-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.badge-danger {
  color: #fff;
  background-color: #dc3545; }
  a.badge-danger:hover, a.badge-danger:focus {
    color: #fff;
    background-color: #bd2130; }
  a.badge-danger:focus, a.badge-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.badge-light {
  color: #212529;
  background-color: #f8f9fa; }
  a.badge-light:hover, a.badge-light:focus {
    color: #212529;
    background-color: #dae0e5; }
  a.badge-light:focus, a.badge-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.badge-dark {
  color: #fff;
  background-color: #343a40; }
  a.badge-dark:hover, a.badge-dark:focus {
    color: #fff;
    background-color: #1d2124; }
  a.badge-dark:focus, a.badge-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem; }
  @media (min-width: 576px) {
    .jumbotron {
      padding: 4rem 2rem; } }

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 700; }

.alert-dismissible {
  padding-right: 4rem; }
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit; }

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff; }
  .alert-primary hr {
    border-top-color: #9fcdff; }
  .alert-primary .alert-link {
    color: #002752; }

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db; }
  .alert-secondary hr {
    border-top-color: #c8cbcf; }
  .alert-secondary .alert-link {
    color: #202326; }

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb; }
  .alert-success hr {
    border-top-color: #b1dfbb; }
  .alert-success .alert-link {
    color: #0b2e13; }

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb; }
  .alert-info hr {
    border-top-color: #abdde5; }
  .alert-info .alert-link {
    color: #062c33; }

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba; }
  .alert-warning hr {
    border-top-color: #ffe8a1; }
  .alert-warning .alert-link {
    color: #533f03; }

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb; }
  .alert-danger hr {
    border-top-color: #f1b0b7; }
  .alert-danger .alert-link {
    color: #491217; }

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe; }
  .alert-light hr {
    border-top-color: #ececf6; }
  .alert-light .alert-link {
    color: #686868; }

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca; }
  .alert-dark hr {
    border-top-color: #b9bbbe; }
  .alert-dark .alert-link {
    color: #040505; }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar {
      transition: none; } }

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
      animation: none; } }

.media {
  display: flex;
  align-items: flex-start; }

.media-body {
  flex: 1; }

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0; }

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa; }
  .list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff; }
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }

.list-group-horizontal {
  flex-direction: row; }
  .list-group-horizontal .list-group-item {
    margin-right: -1px;
    margin-bottom: 0; }
    .list-group-horizontal .list-group-item:first-child {
      border-top-left-radius: 0.25rem;
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal .list-group-item:last-child {
      margin-right: 0;
      border-top-right-radius: 0.25rem;
      border-bottom-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row; }
    .list-group-horizontal-sm .list-group-item {
      margin-right: -1px;
      margin-bottom: 0; }
      .list-group-horizontal-sm .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0; }
      .list-group-horizontal-sm .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0; } }

@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row; }
    .list-group-horizontal-md .list-group-item {
      margin-right: -1px;
      margin-bottom: 0; }
      .list-group-horizontal-md .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0; }
      .list-group-horizontal-md .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0; } }

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row; }
    .list-group-horizontal-lg .list-group-item {
      margin-right: -1px;
      margin-bottom: 0; }
      .list-group-horizontal-lg .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0; }
      .list-group-horizontal-lg .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0; } }

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row; }
    .list-group-horizontal-xl .list-group-item {
      margin-right: -1px;
      margin-bottom: 0; }
      .list-group-horizontal-xl .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0; }
      .list-group-horizontal-xl .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0; } }

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }
  .list-group-flush .list-group-item:last-child {
    margin-bottom: -1px; }

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0; }

.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0; }

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #004085;
    background-color: #9fcdff; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085; }

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #383d41;
    background-color: #c8cbcf; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41; }

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #155724;
    background-color: #b1dfbb; }
  .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724; }

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #0c5460;
    background-color: #abdde5; }
  .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460; }

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #856404;
    background-color: #ffe8a1; }
  .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404; }

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #721c24;
    background-color: #f1b0b7; }
  .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24; }

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #818182;
    background-color: #ececf6; }
  .list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182; }

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #1b1e21;
    background-color: #b9bbbe; }
  .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  .close:hover {
    color: #000;
    text-decoration: none; }
  .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: .75; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  appearance: none; }

a.close.disabled {
  pointer-events: none; }

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem; }
  .toast:not(:last-child) {
    margin-bottom: 0.75rem; }
  .toast.showing {
    opacity: 1; }
  .toast.show {
    display: block;
    opacity: 1; }
  .toast.hide {
    display: none; }

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }

.toast-body {
  padding: 0.75rem; }

.modal-open {
  overflow: hidden; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px); }
    @media (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        transition: none; } }
  .modal.show .modal-dialog {
    transform: none; }

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem); }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden; }
  .modal-dialog-scrollable .modal-header,
  .modal-dialog-scrollable .modal-footer {
    flex-shrink: 0; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""; }
  .modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%; }
    .modal-dialog-centered.modal-dialog-scrollable .modal-content {
      max-height: none; }
    .modal-dialog-centered.modal-dialog-scrollable::before {
      content: none; }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem; }

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem; }
  .modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }
  .modal-footer &gt; :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer &gt; :not(:last-child) {
    margin-right: .25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem); }
    .modal-dialog-scrollable .modal-content {
      max-height: calc(100vh - 3.5rem); }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
    .modal-dialog-centered::before {
      height: calc(100vh - 3.5rem); }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px; } }

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0; }
  .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0; }
    .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
      top: 0;
      border-width: 0.4rem 0.4rem 0;
      border-top-color: #000; }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem; }
  .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
      right: 0;
      border-width: 0.4rem 0.4rem 0.4rem 0;
      border-right-color: #000; }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0; }
  .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0; }
    .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
      bottom: 0;
      border-width: 0 0.4rem 0.4rem;
      border-bottom-color: #000; }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem; }
  .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
      left: 0;
      border-width: 0.4rem 0 0.4rem 0.4rem;
      border-left-color: #000; }

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem; }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem; }
    .popover .arrow::before, .popover .arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem; }
  .bs-popover-top &gt; .arrow, .bs-popover-auto[x-placement^="top"] &gt; .arrow {
    bottom: calc((0.5rem + 1px) * -1); }
    .bs-popover-top &gt; .arrow::before, .bs-popover-auto[x-placement^="top"] &gt; .arrow::before {
      bottom: 0;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-top &gt; .arrow::after, .bs-popover-auto[x-placement^="top"] &gt; .arrow::after {
      bottom: 1px;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: #fff; }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem; }
  .bs-popover-right &gt; .arrow, .bs-popover-auto[x-placement^="right"] &gt; .arrow {
    left: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
    .bs-popover-right &gt; .arrow::before, .bs-popover-auto[x-placement^="right"] &gt; .arrow::before {
      left: 0;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-right &gt; .arrow::after, .bs-popover-auto[x-placement^="right"] &gt; .arrow::after {
      left: 1px;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: #fff; }

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem; }
  .bs-popover-bottom &gt; .arrow, .bs-popover-auto[x-placement^="bottom"] &gt; .arrow {
    top: calc((0.5rem + 1px) * -1); }
    .bs-popover-bottom &gt; .arrow::before, .bs-popover-auto[x-placement^="bottom"] &gt; .arrow::before {
      top: 0;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      border-bottom-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-bottom &gt; .arrow::after, .bs-popover-auto[x-placement^="bottom"] &gt; .arrow::after {
      top: 1px;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      border-bottom-color: #fff; }
  .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7; }

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem; }
  .bs-popover-left &gt; .arrow, .bs-popover-auto[x-placement^="left"] &gt; .arrow {
    right: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
    .bs-popover-left &gt; .arrow::before, .bs-popover-auto[x-placement^="left"] &gt; .arrow::before {
      right: 0;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-left &gt; .arrow::after, .bs-popover-auto[x-placement^="left"] &gt; .arrow::after {
      right: 1px;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: #fff; }

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529; }

.carousel {
  position: relative; }

.carousel.pointer-event {
  touch-action: pan-y; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .carousel-inner::after {
    display: block;
    clear: both;
    content: ""; }

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-item {
      transition: none; } }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block; }

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%); }

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%); }

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none; }

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1; }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: 0s 0.6s opacity; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
      transition: none; } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
      transition: none; } }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    opacity: 0.9; }

.carousel-control-prev {
  left: 0; }

.carousel-control-next {
  right: 0; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity 0.6s ease; }
    @media (prefers-reduced-motion: reduce) {
      .carousel-indicators li {
        transition: none; } }
  .carousel-indicators .active {
    opacity: 1; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center; }

@keyframes spinner-border {
  to {
    transform: rotate(360deg); } }

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border .75s linear infinite; }

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em; }

@keyframes spinner-grow {
  0% {
    transform: scale(0); }
  50% {
    opacity: 1; } }

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow .75s linear infinite; }

.spinner-grow-sm {
  width: 1rem;
  height: 1rem; }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-primary {
  background-color: #007bff !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important; }

.bg-secondary {
  background-color: #6c757d !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important; }

.bg-success {
  background-color: #28a745 !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important; }

.bg-info {
  background-color: #17a2b8 !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important; }

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

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important; }

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

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important; }

.bg-light {
  background-color: #f8f9fa !important; }

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important; }

.bg-dark {
  background-color: #343a40 !important; }

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important; }

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

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

.border {
  border: 1px solid #dee2e6 !important; }

.border-top {
  border-top: 1px solid #dee2e6 !important; }

.border-right {
  border-right: 1px solid #dee2e6 !important; }

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important; }

.border-left {
  border-left: 1px solid #dee2e6 !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #007bff !important; }

.border-secondary {
  border-color: #6c757d !important; }

.border-success {
  border-color: #28a745 !important; }

.border-info {
  border-color: #17a2b8 !important; }

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

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

.border-light {
  border-color: #f8f9fa !important; }

.border-dark {
  border-color: #343a40 !important; }

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

.rounded-sm {
  border-radius: 0.2rem !important; }

.rounded {
  border-radius: 0.25rem !important; }

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-lg {
  border-radius: 0.3rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-pill {
  border-radius: 50rem !important; }

.rounded-0 {
  border-radius: 0 !important; }

.clearfix::after, footer ul::after,
.internal-footer ul::after, .grand-openings .callout ul.info::after, section.fundraising-order .gray .fundraising-form-container .fundraisingForm .doughnutsOrder .formPair::after,
section.fundraising-order .gray .fundraising-form-container .fundraisingForm .otherProductsOrder .formPair::after {
  display: block;
  clear: both;
  content: ""; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.85714%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

.overflow-auto {
  overflow: auto !important; }

.overflow-hidden {
  overflow: hidden !important; }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

.sr-only, .kk-collapsible .verb {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow, .kk-field-form .form-actions .btn.btn-primary, .kk-field-form .form-actions section.fundraising-overview &gt; .banner-cta.primary .ctas .btn, .kk-field-form .form-actions section.fundraising-products &gt; .banner-cta.primary .ctas .btn, section.fundraising-overview &gt; .banner-cta.primary, section.fundraising-overview &gt; .banner-cta.primary .ctas .btn, section.fundraising-overview &gt; .banner-cta.secondary, section.fundraising-overview &gt; .banner-cta.secondary .ctas .btn, section.fundraising-presell &gt; .ctas .cta, section.fundraising-products &gt; .banner-cta.primary, section.fundraising-products &gt; .banner-cta.primary .ctas .btn, section.fundraising-products &gt; .banner-cta.secondary, section.fundraising-products &gt; .banner-cta.secondary .ctas .btn {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.shadow-none {
  box-shadow: none !important; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.min-vw-100 {
  min-width: 100vw !important; }

.min-vh-100 {
  min-height: 100vh !important; }

.vw-100 {
  width: 100vw !important; }

.vh-100 {
  height: 100vh !important; }

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: transparent; }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-n1 {
  margin: -0.25rem !important; }

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

.m-n2 {
  margin: -0.5rem !important; }

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important; }

.m-n3 {
  margin: -1rem !important; }

.mt-n3,
.my-n3 {
  margin-top: -1rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important; }

.m-n4 {
  margin: -1.5rem !important; }

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }

.m-n5 {
  margin: -3rem !important; }

.mt-n5,
.my-n5 {
  margin-top: -3rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important; }

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }

.text-justify {
  text-align: justify !important; }

.text-wrap {
  white-space: normal !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

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

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

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

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-lighter {
  font-weight: lighter !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-weight-bolder {
  font-weight: bolder !important; }

.font-italic {
  font-style: italic !important; }

.text-white {
  color: #fff !important; }

.text-primary {
  color: #007bff !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important; }

.text-secondary {
  color: #6c757d !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important; }

.text-success {
  color: #28a745 !important; }

a.text-success:hover, a.text-success:focus {
  color: #19692c !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important; }

.text-warning {
  color: #ffc107 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important; }

.text-danger {
  color: #dc3545 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important; }

.text-light {
  color: #f8f9fa !important; }

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important; }

.text-dark {
  color: #343a40 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important; }

.text-body {
  color: #212529 !important; }

.text-muted {
  color: #6c757d !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.text-decoration-none {
  text-decoration: none !important; }

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important; }

.text-reset {
  color: inherit !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }
  a:not(.btn) {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 992px !important; }
  .container {
    min-width: 992px !important; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important; }
  .table-dark {
    color: inherit; }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
      border-color: #dee2e6; }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6; } }

/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/fonts/fontawesome-webfont.eot?v=4.6.3");
  src: url("//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/fonts/fontawesome-webfont.eot?#iefix&amp;v=4.6.3") format("embedded-opentype"), url("//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa, div.quick-bar .account-links .btn-sign-in:before, .header-container .primarySiteLinks &gt; .CMSListMenuUL &gt; li.menuParent &gt; a:before, .header-nav-container div.quick-bar .account-links .btn-sign-in:before, .header-nav-container .header-container .primarySiteLinks &gt; .CMSListMenuUL &gt; li.menuParent &gt; a:before, .basic-page .subNav button:before, section.careers .careers-nav button:before, section.contact-us .subNav button:before, section.fundraising-tips .tabs .faq-container ul.faq-list li button:before, section.fundraising-header .fundraising-nav button:before, section.fundraising-store-search .gray .search-page .fr-search-results ul li:before, section.shop-menu .menu-card-container .menu-card.build-a-gift .content-center .content:before, section.shop-menu .menu-card-container .product-list .menu-card.build-a-gift .content-center .content:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul &gt; li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left, div.quick-bar .account-links .fa-pull-left.btn-sign-in:before, .header-container .primarySiteLinks &gt; .CMSListMenuUL &gt; li.menuParent &gt; a.fa-pull-left:before, .basic-page .subNav button.fa-pull-left:before, section.careers .careers-nav button.fa-pull-left:before, section.contact-us .subNav button.fa-pull-left:before, section.fundraising-tips .tabs .faq-container ul.faq-list li button.fa-pull-left:before, section.fundraising-header .fundraising-nav button.fa-pull-left:before, section.fundraising-store-search .gray .search-page .fr-search-results ul li.fa-pull-left:before, section.shop-menu .menu-card-container .menu-card.build-a-gift .content-center .fa-pull-left.content:before {
  margin-right: .3em; }

.fa.fa-pull-right, div.quick-bar .account-links .fa-pull-right.btn-sign-in:before, .header-container .primarySiteLinks &gt; .CMSListMenuUL &gt; li.menuParent &gt; a.fa-pull-right:before, .basic-page .subNav button.fa-pull-right:before, section.careers .careers-nav button.fa-pull-right:before, section.contact-us .subNav button.fa-pull-right:before, section.fundraising-tips .tabs .faq-container ul.faq-list li button.fa-pull-right:before, section.fundraising-header .fundraising-nav button.fa-pull-right:before, section.fundraising-store-search .gray .search-page .fr-search-results ul li.fa-pull-right:before, section.shop-menu .menu-card-container .menu-card.build-a-gift .content-center .fa-pull-right.content:before {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left, div.quick-bar .account-links .pull-left.btn-sign-in:before, .header-container .primarySiteLinks &gt; .CMSListMenuUL &gt; li.menuParent &gt; a.pull-left:before, .basic-page .subNav button.pull-left:before, section.careers .careers-nav button.pull-left:before, section.contact-us .subNav button.pull-left:before, section.fundraising-tips .tabs .faq-container ul.faq-list li button.pull-left:before, section.fundraising-header .fundraising-nav button.pull-left:before, section.fundraising-store-search .gray .search-page .fr-search-results ul li.pull-left:before, section.shop-menu .menu-card-container .menu-card.build-a-gift .content-center .pull-left.content:before {
  margin-right: .3em; }

.fa.pull-right, div.quick-bar .account-links .pull-right.btn-sign-in:before, .header-container .primarySiteLinks &gt; .CMSListMenuUL &gt; li.menuParent &gt; a.pull-right:before, .basic-page .subNav button.pull-right:before, section.careers .careers-nav button.pull-right:before, section.contact-us .subNav button.pull-right:before, section.fundraising-tips .tabs .faq-container ul.faq-list li button.pull-right:before, section.fundraising-header .fundraising-nav button.pull-right:before, section.fundraising-store-search .gray .search-page .fr-search-results ul li.pull-right:before, section.shop-menu .menu-card-container .menu-card.build-a-gift .content-center .pull-right.content:before {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before, div.quick-bar .account-links .btn-sign-in:before, .header-container .primarySiteLinks &gt; .CMSListMenuUL &gt; li.menuParent &gt; a:before, .header-nav-container div.quick-bar .account-links .btn-sign-in:before, .header-nav-container .header-container .primarySiteLinks &gt; .CMSListMenuUL &gt; li.menuParent &gt; a:before, .basic-page .subNav button:before, section.careers .careers-nav button:before, section.contact-us .subNav button:before, section.fundraising-header .fundraising-nav button:before, section.fundraising-store-search .gray .search-page .fr-search-results ul li:before, section.shop-menu .menu-card-container .menu-card.build-a-gift .content-center .content:before, section.shop-menu .menu-card-container .product-list .menu-card.build-a-gift .content-center .content:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before, section.fundraising-tips .tabs .faq-container ul.faq-list li button:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.sr-only, .kk-collapsible .verb {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .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;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [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("ajax-loader.gif") center center no-repeat; }

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

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    background: transparent;
    color: 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: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover:before, .slick-dots li button:focus:before {
        opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

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

.reset-ul, .hotlight.on.on .page-container .main-container .hotlight-container .content ul.items, .page-container.account-container header nav ul, div.quick-bar .account-links .account-navigation-mini-box ul, div.quick-bar .account-links .account-navigation-mini-box .account-navigation-primary ul, div.quick-bar .account-links .account-navigation-mini-box .account-navigation-secondary ul, .header-container nav ul, .header-container nav .account-navigation-primary ul, .header-container nav .account-navigation-secondary ul, .mobile-ctas ul, .social-media-promo ul.social-media, section.location-search .map-container .filter-bar ul, section.location-search .locations-container .location-types ul, section.location-search .locations-container .location-card .hours-container .hours-list .hours-item ul, section.location-search .modal-hotlight .modal-dialog .modal-content .modal-body .hotlight-hours ul, #shop-locator-popup .shop-popup-container .shop-popup-content .popup-search-results ul, footer ul,
.internal-footer ul, .header-nav-container div.quick-bar .account-links .account-navigation-mini-box ul, .header-nav-container div.quick-bar .account-links .account-navigation-mini-box .account-navigation-primary ul, .header-nav-container div.quick-bar .account-links .account-navigation-mini-box .account-navigation-secondary ul, .header-nav-container .header-container nav ul, .header-nav-container .header-container nav .account-navigation-primary ul, .header-nav-container .header-container nav .account-navigation-secondary ul, .header-nav-container .header-container .primarySiteLinks &gt; .primary-nav-links, .header-nav-container .header-container .secondaryMobileLinks ul, .primary-nav-flyout .nav-flyout-content ul, .basic-page .subNav ul, .basic-page .basic-content ul.links, section.careers .careers-nav ul, .grand-openings .callout ul.info, .grand-openings .listings .lists ul, section.loyalty .download-app .app-links, section.menu-list .menu-filter-container ul, section.menu-list .menu-items-container ul, section.menu-detail .menu-items-container ul, section.recipe-detail .recipe-card .recipe-title .recipe-options, section.recipe-detail .recipe-card .recipe-ingredients ul, section.rewards .steps ul, section.rewards .app-links ul, .content-shareable-moments .steps ul, .content-sweet-extras .callout.callout-social .block.social-block ul.social-media, .basic-page .basic-content .sitemap .CMSSiteMapList, section.all-locations .locations ul, div.location-details .shop-services .services, section.contact-us .subNav ul, section.account .account-inner-nav ul, section.account.edit-profile .view-profile .profile-info, section.account.verify-code .other-options ul, section.account.messages .message-list ul, section.account.payment-methods .payment-methods-list, section.account.rewards .reward-details ul, section.online-ordering .app-links ul, section.fundraising-tips .tabs .tabs-list, section.fundraising-tips .tabs ol, section.fundraising-tips .tabs .faq-container ul.faq-list, section.fundraising-header .fundraising-nav ul, section.order-store .shop-search-container .map-container .filter-bar ul, section.order-store .shop-search-container .locations-container .location-card .hours-container .hours-list .hours-item ul, section.order-store .modal-hotlight .modal-dialog .modal-content .modal-body .hotlight-hours ul, section.widget-kk-participating-shops &gt; .participating-shops &gt; .search-results &gt; .location-cards &gt; .location-card .hours-container .hours-list .hours-item ul {
  margin: 0;
  padding: 0;
  list-style: none; }

[v-cloak] {
  display: none;
  opacity: 0; }

.form-control {
  display: inline-block;
  transition: none;
  border-radius: 0;
  background: transparent; }

html {
  box-sizing: border-box;
  scroll-behavior: smooth; }
  @media (min-width: 1100px) {
    html {
      scroll-padding-top: 149px; } }

*, *:before, *:after {
  box-sizing: inherit; }

body {
  background-color: white;
  color: #0b6a38;
  font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif; }
  body.navigation-opened, body.search-opened {
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: fixed;
    max-height: 100vh; }
  body.no-scroll {
    overflow: hidden; }
  @media (min-width: 1100px) {
    body.fixed-screen form {
      height: 100vh; }
    body.fixed-screen .page-container {
      position: relative;
      height: 100vh;
      margin: 0 auto;
      padding-top: 18px; }
      body.fixed-screen .page-container .main-container {
        position: absolute;
        padding: 0;
        margin-top: 0;
        top: 151px;
        bottom: 0;
        left: 0;
        right: 0; }
        body.fixed-screen .page-container .main-container .main {
          position: absolute;
          top: 0;
          bottom: 0;
          right: 0;
          left: 0; } }
  body .tracking-pixel,
  body img[width="1"][height="1"] {
    display: none; }
  body .page-container {
    position: relative;
    padding: 0 15px;
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    overflow-x: hidden; }
    body .page-container header {
      width: 100%; }
    body .page-container .main-container .main {
      margin-top: 140px; }
    @media (min-width: 576px) {
      body .page-container {
        padding: 0 30px; }
        body .page-container .main-container .main {
          width: 100%; } }
    @media (min-width: 768px) {
      body .page-container {
        padding: 0; }
        body .page-container header {
          height: 120px;
          width: 100%;
          position: fixed;
          top: 0;
          left: 0;
          background-color: #fff;
          z-index: 101;
          bottom: unset; }
        body .page-container .main-container {
          padding: 15px 30px 0 30px;
          margin-top: 120px; }
          body .page-container .main-container .main {
            max-width: 1300px;
            margin: 0 auto; } }
    @media (min-width: 1100px) {
      body .page-container {
        overflow: visible; }
        body .page-container header {
          height: 150px;
          z-index: 90;
          border-bottom: 1px solid #dfdfdf; }
        body .page-container .main-container {
          margin-top: 150px; } }
    body .page-container .skip-link {
      background-color: #c8102e;
      color: #fff;
      font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
      font-size: 88%;
      text-transform: uppercase;
      z-index: 5;
      position: fixed;
      top: 0;
      left: 0;
      border-bottom-right-radius: 10px;
      padding: 5px; }
      @media (min-width: 768px) {
        body .page-container .skip-link {
          font-size: 100%;
          padding: 7px 25px;
          left: 50%;
          transform: translateX(-50%);
          border-bottom-left-radius: 10px; } }
    body .page-container .container {
      max-width: 100%; }
    body .page-container .status-message {
      color: #0b6a38;
      text-align: center; }
      body .page-container .status-message span {
        display: inline-block; }
  body .shop-cart a {
    display: block; }
  body .cart-summary-modal {
    display: none;
    position: absolute;
    z-index: 100;
    right: 0;
    top: calc(100% - 20px);
    background-color: rgba(0, 0, 0, 0.1);
    transition-delay: 5s;
    -webkit-transition: opacity 2s ease-in-out;
    -moz-transition: opacity 2s ease-in-out;
    -ms-transition: opacity 2s ease-in-out;
    -o-transition: opacity 2s ease-in-out;
    transition: opacity 2s ease-in-out; }
    body .cart-summary-modal &gt; .loading {
      position: absolute;
      top: 0;
      bottom: 0%;
      left: 0;
      right: 0%;
      background: url("/App_Themes/krispykremenew/Content/images/loading.gif") no-repeat rgba(255, 255, 255, 0.8);
      background-position: center;
      z-index: 1100; }
  body .cart-summary-modal:after {
    background-color: rgba(0, 0, 0, 0.1);
    transition-delay: 5s;
    -webkit-transition: opacity 2s ease-in-out;
    -moz-transition: opacity 2s ease-in-out;
    -ms-transition: opacity 2s ease-in-out;
    -o-transition: opacity 2s ease-in-out;
    transition: opacity 2s ease-in-out;
    content: '';
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none; }
  body .cart-summary-modal-content {
    position: relative;
    z-index: 2;
    height: auto;
    width: 309px;
    background-color: #f7f9fa;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    text-align: center;
    margin: 0 auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 0.3rem;
    padding-right: 0.3rem; }
    body .cart-summary-modal-content .summary-header {
      width: 290px;
      padding-top: 10px;
      padding-bottom: 10px;
      padding-left: 20px;
      padding-right: 25px; }
      body .cart-summary-modal-content .summary-header .summary-header-content {
        margin: auto;
        display: flex;
        justify-content: space-between; }
        body .cart-summary-modal-content .summary-header .summary-header-content p {
          font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
          font-size: 94%;
          line-height: 100%;
          color: #0b6a38;
          text-transform: uppercase;
          margin: 0; }
        body .cart-summary-modal-content .summary-header .summary-header-content .btn-close:after {
          content: ' ';
          display: inline-block;
          position: absolute;
          top: 24px;
          background: url("../icons/close-green.svg") center no-repeat;
          background-size: 15px;
          width: 20px;
          height: 20px;
          right: 31px; }
    body .cart-summary-modal-content .cart-items {
      height: 410px;
      overflow: auto;
      width: 290px;
      margin: auto;
      padding-top: 10px;
      white-space: pre-wrap; }
      @media (max-width: 767.98px) {
        body .cart-summary-modal-content .cart-items {
          height: 270px; } }
      body .cart-summary-modal-content .cart-items .product-card {
        background-color: #fff;
        display: grid;
        grid-column-gap: 10px;
        grid-template-columns: auto auto;
        padding: 2px;
        height: 135px;
        margin-bottom: 5px;
        border-radius: 5px; }
        body .cart-summary-modal-content .cart-items .product-card div {
          text-align: left; }
        body .cart-summary-modal-content .cart-items .product-card .product-img {
          grid-row-end: span 3;
          width: 120px;
          margin-top: 10px; }
          body .cart-summary-modal-content .cart-items .product-card .product-img img {
            width: 110px; }
        body .cart-summary-modal-content .cart-items .product-card .product-name {
          font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
          font-size: 88%;
          line-height: 86%;
          color: #0b6a38;
          text-transform: uppercase;
          margin: 0;
          width: 120px;
          margin-top: 20px;
          overflow-wrap: break-word; }
        body .cart-summary-modal-content .cart-items .product-card .price {
          font-size: 69%;
          line-height: 100%;
          color: #000;
          width: 100px;
          font-weight: 600; }
          body .cart-summary-modal-content .cart-items .product-card .price p {
            margin: 0; }
        body .cart-summary-modal-content .cart-items .product-card .quantity {
          width: 100px;
          margin-bottom: 20px; }
          body .cart-summary-modal-content .cart-items .product-card .quantity select {
            width: 70px;
            border: solid 1px #e8edf0;
            border-radius: 24px;
            padding: 4px 30px 4px 20px;
            font-size: 16px !important;
            background: #fff url("../icons/red-angle-arrow.svg") no-repeat right 10px center;
            font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
            font-size: 88%;
            line-height: 172%;
            color: #303030;
            appearance: none;
            -webkit-appearance: none;
            -moz-appearance: none;
            -ms-appearance: none;
            -o-appearance: none; }
            body .cart-summary-modal-content .cart-items .product-card .quantity select::-ms-expand {
              display: none; }
    body .cart-summary-modal-content .coupon {
      width: 290px;
      margin: auto;
      padding-left: 20px;
      padding-right: 20px;
      padding-bottom: 15px;
      margin-top: 10px; }
      body .cart-summary-modal-content .coupon .coupon-info {
        display: flex;
        justify-content: space-between; }
        body .cart-summary-modal-content .coupon .coupon-info label {
          margin-bottom: 0;
          font-size: 88%;
          line-height: 115%;
          font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
          color: #303030;
          text-transform: uppercase;
          white-space: nowrap; }
          body .cart-summary-modal-content .coupon .coupon-info label + span {
            margin-left: 23px;
            font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
            font-size: 63%;
            line-height: 221%;
            color: #697378; }
        body .cart-summary-modal-content .coupon .coupon-info input {
          width: 100px;
          margin-left: 8px;
          margin-right: 10px;
          border: 0;
          border-bottom: solid 2px #e8edf0;
          font-size: 88%;
          line-height: 143%;
          color: #595959;
          text-transform: uppercase;
          background-color: #f7f9fa; }
          body .cart-summary-modal-content .coupon .coupon-info input::-webkit-input-placeholder {
            color: #c1c1c1;
            text-transform: none; }
          body .cart-summary-modal-content .coupon .coupon-info input:-moz-placeholder {
            color: #c1c1c1;
            text-transform: none; }
          body .cart-summary-modal-content .coupon .coupon-info input::-moz-placeholder {
            color: #c1c1c1;
            text-transform: none; }
          body .cart-summary-modal-content .coupon .coupon-info input:-ms-input-placeholder {
            color: #c1c1c1;
            text-transform: none; }
          body .cart-summary-modal-content .coupon .coupon-info input::placeholder {
            color: #c1c1c1;
            text-transform: none; }
          body .cart-summary-modal-content .coupon .coupon-info input + a {
            margin-left: auto;
            font-size: 82%;
            line-height: 139%; }
      body .cart-summary-modal-content .coupon .coupon-warning {
        margin-top: 5px;
        font-size: 75%;
        line-height: 117%;
        font-style: italic;
        color: #c8102e;
        text-align: left; }
      body .cart-summary-modal-content .coupon &gt; p {
        margin: 15px 0 0;
        font-family: "BrandonGrotesque-RegularItalic", Arial, Helvetica, sans-serif;
        font-style: normal;
        font-size: 75%;
        line-height: 134%;
        color: #303030; }
    body .cart-summary-modal-content .btn-checkout {
      width: 290px;
      padding-left: 20px;
      padding-right: 20px;
      display: grid;
      margin: auto;
      padding-bottom: 10px; }
      body .cart-summary-modal-content .btn-checkout .btn {
        height: 40px;
        padding: 14px 10px;
        font-size: 82%;
        line-height: 100%; }
    body .cart-summary-modal-content .btn-view-cart {
      /* @include font-size(13px, 18px);
            margin-bottom: 15px width: 290px;*/
      padding-left: 20px;
      padding-right: 20px;
      display: grid;
      margin: auto;
      padding-bottom: 15px; }
      body .cart-summary-modal-content .btn-view-cart .btn {
        height: 40px;
        padding: 14px 10px;
        font-size: 82%;
        line-height: 100%; }
    body .cart-summary-modal-content .footer {
      text-align: center;
      width: 290px;
      margin: auto;
      white-space: pre-wrap; }
      body .cart-summary-modal-content .footer p {
        margin-top: 8px;
        margin-bottom: 0;
        font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
        font-size: 82%;
        line-height: 124%;
        color: #595959; }
        body .cart-summary-modal-content .footer p span {
          white-space: pre;
          display: inline-block;
          background: none;
          color: #595959;
          font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
          font-size: 100%;
          line-height: 100%;
          right: 0;
          left: 0; }
  body .cart-summary-modal-content:after {
    bottom: 100%;
    left: 87%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(247, 249, 250, 0);
    border-bottom-color: #f7f9fa;
    border-width: 8px; }
  body .cc-p-margin {
    width: 100%;
    /*height: 150px;*/
    position: static;
    opacity: 0; }
  @media (max-width: 991.98px) {
    body .krispy-home-content {
      padding: 0 4px; } }

.kk-icon.location:before {
  background-image: url("../icons/doughnut-marker.svg"); }

.kk-icon.location-new:before {
  background-image: url("../icons/location-icon.svg"); }

.kk-icon.doughnut:before {
  background-image: url("../icons/doughnut.svg"); }

.kk-icon.coffee:before {
  background-image: url("../icons/coffee.svg"); }

.kk-icon.order-pickup:before {
  background-image: url("../icons/pickup-icon.svg"); }

.kk-icon.call-btn:before {
  background-image: url("../icons/call-icon.svg"); }

.keyboard-accessible a:focus, .keyboard-accessible
input:focus, .keyboard-accessible
select:focus, .keyboard-accessible
textarea:focus, .keyboard-accessible
button:focus, .keyboard-accessible
[tabindex="0"]:focus {
  outline: 2px dotted #c8102e; }

a::-ms-clear,
input::-ms-clear,
select::-ms-clear,
textarea::-ms-clear,
button::-ms-clear,
[tabindex="0"]::-ms-clear {
  display: none; }

a {
  color: #0b6a38; }
  a:hover{
    color: #c8102e;
    text-decoration: none; }

em {
  font-family: "BrandonGrotesque-RegularItalic", Arial, Helvetica, sans-serif;
  font-style: normal; }

.btn {
  border: 0;
  cursor: pointer; }
  .btn:hover {
    text-decoration: none; }

.btn-primary, section.fundraising-overview &gt; .banner-cta.primary .ctas .btn, section.fundraising-products &gt; .banner-cta.primary .ctas .btn,
.btn-secondary,
section.fundraising-overview &gt; .banner-cta.secondary .ctas .btn,
section.fundraising-products &gt; .banner-cta.secondary .ctas .btn, .btn-tertiary {
  font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
  font-size: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 100px;
  padding: 8px 24px; }
  @media (min-width: 992px) {
    .btn-primary, section.fundraising-overview &gt; .banner-cta.primary .ctas .btn, section.fundraising-products &gt; .banner-cta.primary .ctas .btn,
    .btn-secondary,
    section.fundraising-overview &gt; .banner-cta.secondary .ctas .btn,
    section.fundraising-products &gt; .banner-cta.secondary .ctas .btn, .btn-tertiary {
      padding: 12px 24px; } }

.btn-primary, section.fundraising-overview &gt; .banner-cta.primary .ctas .btn, section.fundraising-products &gt; .banner-cta.primary .ctas .btn,
a.btn-primary,
section.fundraising-overview &gt; .banner-cta.primary .ctas a.btn,
section.fundraising-products &gt; .banner-cta.primary .ctas a.btn {
  background-color: #c8102e;
  color: #fff; }
  .btn-primary:hover, section.fundraising-overview &gt; .banner-cta.primary .ctas .btn:hover, section.fundraising-products &gt; .banner-cta.primary .ctas .btn:hover, .btn-primary:active, section.fundraising-overview &gt; .banner-cta.primary .ctas .btn:active, section.fundraising-products &gt; .banner-cta.primary .ctas .btn:active, .btn-primary:active:focus, section.fundraising-overview &gt; .banner-cta.primary .ctas .btn:active:focus, section.fundraising-products &gt; .banner-cta.primary .ctas .btn:active:focus,
  a.btn-primary:hover,
  section.fundraising-overview &gt; .banner-cta.primary .ctas a.btn:hover,
  section.fundraising-products &gt; .banner-cta.primary .ctas a.btn:hover,
  a.btn-primary:active,
  section.fundraising-overview &gt; .banner-cta.primary .ctas a.btn:active,
  section.fundraising-products &gt; .banner-cta.primary .ctas a.btn:active,
  a.btn-primary:active:focus,
  section.fundraising-overview &gt; .banner-cta.primary .ctas a.btn:active:focus,
  section.fundraising-products &gt; .banner-cta.primary .ctas a.btn:active:focus {
    background-color: #d33d41 !important;
    color: #fff !important; }

.btn-secondary, section.fundraising-overview &gt; .banner-cta.secondary .ctas .btn, section.fundraising-products &gt; .banner-cta.secondary .ctas .btn {
  background-color: #fff;
  color: #0b6a38; }
  .btn-secondary:hover, section.fundraising-overview &gt; .banner-cta.secondary .ctas .btn:hover, section.fundraising-products &gt; .banner-cta.secondary .ctas .btn:hover {
    background-color: #068445 !important;
    color: #fff !important; }
  .btn-secondary.outline, section.fundraising-overview &gt; .banner-cta.secondary .ctas .outline.btn, section.fundraising-products &gt; .banner-cta.secondary .ctas .outline.btn {
    border: 1px solid #0b6a38; }

.btn-tertiary {
  background-color: #046a38;
  color: #fff; }
  .btn-tertiary:hover {
    background-color: #068445 !important;
    color: #fff !important; }

.btn-link {
  border-radius: 0; }
  .btn-link.btn-link--green {
    color: #0b6a38;
    text-decoration: underline; }

.btn-primary.btn-disabled, section.fundraising-overview &gt; .banner-cta.primary .ctas .btn-disabled.btn, section.fundraising-products &gt; .banner-cta.primary .ctas .btn-disabled.btn, .btn-primary:disabled, section.fundraising-overview &gt; .banner-cta.primary .ctas .btn:disabled, section.fundraising-products &gt; .banner-cta.primary .ctas .btn:disabled,
.btn-secondary.btn-disabled,
section.fundraising-overview &gt; .banner-cta.secondary .ctas .btn-disabled.btn,
section.fundraising-products &gt; .banner-cta.secondary .ctas .btn-disabled.btn,
.btn-secondary:disabled,
section.fundraising-overview &gt; .banner-cta.secondary .ctas .btn:disabled,
section.fundraising-products &gt; .banner-cta.secondary .ctas .btn:disabled, .btn-tertiary.btn-disabled, .btn-tertiary:disabled {
  background-color: #dedede !important;
  color: #fff !important;
  cursor: not-allowed; }
  .btn-primary.btn-disabled:hover, section.fundraising-overview &gt; .banner-cta.primary .ctas .btn-disabled.btn:hover, section.fundraising-products &gt; .banner-cta.primary .ctas .btn-disabled.btn:hover, .btn-primary.btn-disabled:active, section.fundraising-overview &gt; .banner-cta.primary .ctas .btn-disabled.btn:active, section.fundraising-products &gt; .banner-cta.primary .ctas .btn-disabled.btn:active, .btn-primary.btn-disabled:active:focus, section.fundraising-overview &gt; .banner-cta.primary .ctas .btn-disabled.btn:active:focus, section.fundraising-products &gt; .banner-cta.primary .ctas .btn-disabled.btn:active:focus, .btn-primary:disabled:hover, section.fundraising-overview &gt; .banner-cta.primary .ctas .btn:disabled:hover, section.fundraising-products &gt; .banner-cta.primary .ctas .btn:disabled:hover, .btn-primary:disabled:active, section.fundraising-overview &gt; .banner-cta.primary .ctas .btn:disabled:active, section.fundraising-products &gt; .banner-cta.primary .ctas .btn:disabled:active, .btn-primary:disabled:active:focus, section.fundraising-overview &gt; .banner-cta.primary .ctas .btn:disabled:active:focus, section.fundraising-products &gt; .banner-cta.primary .ctas .btn:disabled:active:focus,
  .btn-secondary.btn-disabled:hover,
  section.fundraising-overview &gt; .banner-cta.secondary .ctas .btn-disabled.btn:hover,
  section.fundraising-products &gt; .banner-cta.secondary .ctas .btn-disabled.btn:hover,
  .btn-secondary.btn-disabled:active,
  section.fundraising-overview &gt; .banner-cta.secondary .ctas .btn-disabled.btn:active,
  section.fundraising-products &gt; .banner-cta.secondary .ctas .btn-disabled.btn:active,
  .btn-secondary.btn-disabled:active:focus,
  section.fundraising-overview &gt; .banner-cta.secondary .ctas .btn-disabled.btn:active:focus,
  section.fundraising-products &gt; .banner-cta.secondary .ctas .btn-disabled.btn:active:focus,
  .btn-secondary:disabled:hover,
  section.fundraising-overview &gt; .banner-cta.secondary .ctas .btn:disabled:hover,
  section.fundraising-products &gt; .banner-cta.secondary .ctas .btn:disabled:hover,
  .btn-secondary:disabled:active,
  section.fundraising-overview &gt; .banner-cta.secondary .ctas .btn:disabled:active,
  section.fundraising-products &gt; .banner-cta.secondary .ctas .btn:disabled:active,
  .btn-secondary:disabled:active:focus,
  section.fundraising-overview &gt; .banner-cta.secondary .ctas .btn:disabled:active:focus,
  section.fundraising-products &gt; .banner-cta.secondary .ctas .btn:disabled:active:focus, .btn-tertiary.btn-disabled:hover, .btn-tertiary.btn-disabled:active, .btn-tertiary.btn-disabled:active:focus, .btn-tertiary:disabled:hover, .btn-tertiary:disabled:active, .btn-tertiary:disabled:active:focus {
    background-color: #dedede !important;
    color: #fff !important; }
  .btn-primary.btn-disabled.shadow, .kk-field-form .form-actions .btn-primary.btn-disabled.btn, .kk-field-form .form-actions section.fundraising-overview &gt; .banner-cta.primary .ctas .btn-disabled.btn, .kk-field-form .form-actions section.fundraising-products &gt; .banner-cta.primary .ctas .btn-disabled.btn, section.fundraising-overview &gt; .btn-primary.btn-disabled.banner-cta.primary, section.fundraising-overview &gt; .banner-cta.primary .ctas .btn-disabled.btn, section.fundraising-overview &gt; .btn-primary.btn-disabled.banner-cta.secondary, section.fundraising-overview &gt; .banner-cta.secondary .ctas .btn-primary.btn-disabled.btn, section.fundraising-overview &gt; .banner-cta.secondary section.fundraising-overview &gt; .banner-cta.primary .ctas .btn-disabled.btn, section.fundraising-overview &gt; .banner-cta.secondary section.fundraising-products &gt; .banner-cta.primary .ctas .btn-disabled.btn, section.fundraising-presell &gt; .ctas .btn-primary.btn-disabled.cta, section.fundraising-products &gt; .btn-primary.btn-disabled.banner-cta.primary, section.fundraising-products &gt; .banner-cta.primary .ctas .btn-disabled.btn, section.fundraising-products &gt; .btn-primary.btn-disabled.banner-cta.secondary, section.fundraising-products &gt; .banner-cta.secondary .ctas .btn-primary.btn-disabled.btn, section.fundraising-products &gt; .banner-cta.secondary section.fundraising-overview &gt; .banner-cta.primary .ctas .btn-disabled.btn, section.fundraising-products &gt; .banner-cta.secondary section.fundraising-products &gt; .banner-cta.primary .ctas .btn-disabled.btn, .btn-primary:disabled.shadow, .kk-field-form .form-actions .btn-primary.btn:disabled, .kk-field-form .form-actions section.fundraising-overview &gt; .banner-cta.primary .ctas .btn:disabled, .kk-field-form .form-actions section.fundraising-products &gt; .banner-cta.primary .ctas .btn:disabled, section.fundraising-overview &gt; .btn-primary.banner-cta.primary:disabled, section.fundraising-overview &gt; .banner-cta.primary .ctas .btn:disabled, section.fundraising-overview &gt; .btn-primary.banner-cta.secondary:disabled, section.fundraising-overview &gt; .banner-cta.secondary .ctas .btn-primary.btn:disabled, section.fundraising-overview &gt; .banner-cta.secondary section.fundraising-overview &gt; .banner-cta.primary .ctas .btn:disabled, section.fundraising-overview &gt; .banner-cta.secondary section.fundraising-products &gt; .banner-cta.primary .ctas .btn:disabled, section.fundraising-presell &gt; .ctas .btn-primary.cta:disabled, section.fundraising-products &gt; .btn-primary.banner-cta.primary:disabled, section.fundraising-products &gt; .banner-cta.primary .ctas .btn:disabled, section.fundraising-products &gt; .btn-primary.banner-cta.secondary:disabled, section.fundraising-products &gt; .banner-cta.secondary .ctas .btn-primary.btn:disabled, section.fundraising-products &gt; .banner-cta.secondary section.fundraising-overview &gt; .banner-cta.primary .ctas .btn:disabled, section.fundraising-products &gt; .banner-cta.secondary section.fundraising-products &gt; .banner-cta.primary .ctas .btn:disabled,
  .btn-secondary.btn-disabled.shadow,
  .kk-field-form .form-actions .btn-secondary.btn-disabled.btn.btn-primary,
  .kk-field-form .form-actions section.fundraising-overview &gt; .banner-cta.primary .ctas .btn-secondary.btn-disabled.btn,
  .kk-field-form .form-actions section.fundraising-overview &gt; .banner-cta.primary section.fundraising-overview &gt; .banner-cta.secondary .ctas .btn-disabled.btn,
  .kk-field-form .form-actions section.fundraising-overview &gt; .banner-cta.secondary section.fundraising-overview &gt; .banner-cta.primary .ctas .btn-disabled.btn,
  .kk-field-form .form-actions section.fundraising-overview &gt; .banner-cta.primary section.fundraising-products &gt; .banner-cta.secondary .ctas .btn-disabled.btn,
  .kk-field-form .form-actions section.fundraising-products &gt; .banner-cta.secondary section.fundraising-overview &gt; .banner-cta.primary .ctas .btn-disabled.btn,
  .kk-field-form .form-actions section.fundraising-overview &gt; .banner-cta.secondary .ctas .btn-disabled.btn.btn-primary,
  .kk-field-form .form-actions section.fundraising-overview &gt; .banner-cta.secondary section.fundraising-products &gt; .banner-cta.primary .ctas .btn-disabled.btn,
  .kk-field-form .form-actions section.fundraising-products &gt; .banner-cta.primary section.fundraising-overview &gt; .banner-cta.secondary .ctas .btn-disabled.btn,
  .kk-field-form .form-actions section.fundraising-products &gt; .banner-cta.primary .ctas .btn-secondary.btn-disabled.btn,
  .kk-field-form .form-actions section.fundraising-products &gt; .banner-cta.primary section.fundraising-products &gt; .banner-cta.secondary .ctas .btn-disabled.btn,
  .kk-field-form .form-actions section.fundraising-products &gt; .banner-cta.secondary section.fundraising-products &gt; .banner-cta.primary .ctas .btn-disabled.btn,
  .kk-field-form .form-actions section.fundraising-products &gt; .banner-cta.secondary .ctas .btn-disabled.btn.btn-primary,
  section.fundraising-overview &gt; .btn-secondary.btn-disabled.banner-cta.primary,
  section.fundraising-overview &gt; .banner-cta.primary .ctas .btn-secondary.btn-disabled.btn,
  section.fundraising-overview &gt; .banner-cta.primary section.fundraising-overview &gt; .banner-cta.secondary .ctas .btn-disabled.btn,
  section.fundraising-overview &gt; .banner-cta.primary section.fundraising-products &gt; .banner-cta.secondary .ctas .btn-disabled.btn,
  section.fundraising-overview &gt; .btn-secondary.btn-disabled.banner-cta.secondary,
  section.fundraising-overview &gt; .banner-cta.secondary .ctas .btn-disabled.btn,
  section.fundraising-presell &gt; .ctas .btn-secondary.btn-disabled.cta,
  section.fundraising-products &gt; .btn-secondary.btn-disabled.banner-cta.primary,
  section.fundraising-products &gt; .banner-cta.primary .ctas .btn-secondary.btn-disabled.btn,
  section.fundraising-products &gt; .banner-cta.primary section.fundraising-overview &gt; .banner-cta.secondary .ctas .btn-disabled.btn,
  section.fundraising-products &gt; .banner-cta.primary section.fundraising-products &gt; .banner-cta.secondary .ctas .btn-disabled.btn,
  section.fundraising-products &gt; .btn-secondary.btn-disabled.banner-cta.secondary,
  section.fundraising-products &gt; .banner-cta.secondary .ctas .btn-disabled.btn,
  .btn-secondary:disabled.shadow,
  .kk-field-form .form-actions .btn-secondary.btn.btn-primary:disabled,
  .kk-field-form .form-actions section.fundraising-overview &gt; .banner-cta.primary .ctas .btn-secondary.btn:disabled,
  .kk-field-form .form-actions section.fundraising-overview &gt; .banner-cta.primary section.fundraising-overview &gt; .banner-cta.secondary .ctas .btn:disabled,
  .kk-field-form .form-actions section.fundraising-overview &gt; .banner-cta.secondary section.fundraising-overview &gt; .banner-cta.primary .ctas .btn:disabled,
  .kk-field-form .form-actions section.fundraising-overview &gt; .banner-cta.primary section.fundraising-products &gt; .banner-cta.secondary .ctas .btn:disabled,
  .kk-field-form .form-actions section.fundraising-products &gt; .banner-cta.secondary section.fundraising-overview &gt; .banner-cta.primary .ctas .btn:disabled,
  .kk-field-form .form-actions section.fundraising-overview &gt; .banner-cta.secondary .ctas .btn.btn-primary:disabled,
  .kk-field-form .form-actions section.fundraising-overview &gt; .banner-cta.secondary section.fundraising-products &gt; .banner-cta.primary .ctas .btn:disabled,
  .kk-field-form .form-actions section.fundraising-products &gt; .banner-cta.primary section.fundraising-overview &gt; .banner-cta.secondary .ctas .btn:disabled,
  .kk-field-form .form-actions section.fundraising-products &gt; .banner-cta.primary .ctas .btn-secondary.btn:disabled,
  .kk-field-form .form-actions section.fundraising-products &gt; .banner-cta.primary section.fundraising-products &gt; .banner-cta.secondary .ctas .btn:disabled,
  .kk-field-form .form-actions section.fundraising-products &gt; .banner-cta.secondary section.fundraising-products &gt; .banner-cta.primary .ctas .btn:disabled,
  .kk-field-form .form-actions section.fundraising-products &gt; .banner-cta.secondary .ctas .btn.btn-primary:disabled,
  section.fundraising-overview &gt; .btn-secondary.banner-cta.primary:disabled,
  section.fundraising-overview &gt; .banner-cta.primary .ctas .btn-secondary.btn:disabled,
  section.fundraising-overview &gt; .banner-cta.primary section.fundraising-overview &gt; .banner-cta.secondary .ctas .btn:disabled,
  section.fundraising-overview &gt; .banner-cta.primary section.fundraising-products &gt; .banner-cta.secondary .ctas .btn:disabled,
  section.fundraising-overview &gt; .btn-secondary.banner-cta.secondary:disabled,
  section.fundraising-overview &gt; .banner-cta.secondary .ctas .btn:disabled,
  section.fundraising-presell &gt; .ctas .btn-secondary.cta:disabled,
  section.fundraising-products &gt; .btn-secondary.banner-cta.primary:disabled,
  section.fundraising-products &gt; .banner-cta.primary .ctas .btn-secondary.btn:disabled,
  section.fundraising-products &gt; .banner-cta.primary section.fundraising-overview &gt; .banner-cta.secondary .ctas .btn:disabled,
  section.fundraising-products &gt; .banner-cta.primary section.fundraising-products &gt; .banner-cta.secondary .ctas .btn:disabled,
  section.fundraising-products &gt; .btn-secondary.banner-cta.secondary:disabled,
  section.fundraising-products &gt; .banner-cta.secondary .ctas .btn:disabled, .btn-tertiary.btn-disabled.shadow, .kk-field-form .form-actions .btn-tertiary.btn-disabled.btn.btn-primary, .kk-field-form .form-actions section.fundraising-overview &gt; .banner-cta.primary .ctas .btn-tertiary.btn-disabled.btn, .kk-field-form .form-actions section.fundraising-products &gt; .banner-cta.primary .ctas .btn-tertiary.btn-disabled.btn, section.fundraising-overview &gt; .btn-tertiary.btn-disabled.banner-cta.primary, section.fundraising-overview &gt; .banner-cta.primary .ctas .btn-tertiary.btn-disabled.btn, section.fundraising-overview &gt; .btn-tertiary.btn-disabled.banner-cta.secondary, section.fundraising-overview &gt; .banner-cta.secondary .ctas .btn-tertiary.btn-disabled.btn, section.fundraising-presell &gt; .ctas .btn-tertiary.btn-disabled.cta, section.fundraising-products &gt; .btn-tertiary.btn-disabled.banner-cta.primary, section.fundraising-products &gt; .banner-cta.primary .ctas .btn-tertiary.btn-disabled.btn, section.fundraising-products &gt; .btn-tertiary.btn-disabled.banner-cta.secondary, section.fundraising-products &gt; .banner-cta.secondary .ctas .btn-tertiary.btn-disabled.btn, .btn-tertiary:disabled.shadow, .kk-field-form .form-actions .btn-tertiary.btn.btn-primary:disabled, .kk-field-form .form-actions section.fundraising-overview &gt; .banner-cta.primary .ctas .btn-tertiary.btn:disabled, .kk-field-form .form-actions section.fundraising-products &gt; .banner-cta.primary .ctas .btn-tertiary.btn:disabled, section.fundraising-overview &gt; .btn-tertiary.banner-cta.primary:disabled, section.fundraising-overview &gt; .banner-cta.primary .ctas .btn-tertiary.btn:disabled, section.fundraising-overview &gt; .btn-tertiary.banner-cta.secondary:disabled, section.fundraising-overview &gt; .banner-cta.secondary .ctas .btn-tertiary.btn:disabled, section.fundraising-presell &gt; .ctas .btn-tertiary.cta:disabled, section.fundraising-products &gt; .btn-tertiary.banner-cta.primary:disabled, section.fundraising-products &gt; .banner-cta.primary .ctas .btn-tertiary.btn:disabled, section.fundraising-products &gt; .btn-tertiary.banner-cta.secondary:disabled, section.fundraising-products &gt; .banner-cta.secondary .ctas .btn-tertiary.btn:disabled {
    box-shadow: 0 4px 12px 0 rgba(70, 70, 70, 0.15) !important; }
    .btn-primary.btn-disabled.shadow:hover, .kk-field-form .form-actions .btn-primary.btn-disabled.btn:hover, .kk-field-form .form-actions section.fundraising-overview &gt; .banner-cta.primary .ctas .btn-disabled.btn:hover, .kk-field-form .form-actions section.fundraising-products &gt; .banner-cta.primary .ctas .btn-disabled.btn:hover, section.fundraising-overview &gt; .btn-primary.btn-disabled.banner-cta.primary:hover, section.fundraising-overview &gt; .banner-cta.primary .ctas .btn-disabled.btn:hover, section.fundraising-overview &gt; .btn-primary.btn-disabled.banner-cta.secondary:hover, section.fundraising-overview &gt; .banner-cta.secondary .ctas .btn-primary.btn-disabled.btn:hover, section.fundraising-overview &gt; .banner-cta.secondary section.fundraising-overview &gt; .banner-cta.primary .ctas .btn-disabled.btn:hover, section.fundraising-overview &gt; .banner-cta.secondary section.fundraising-products &gt; .banner-cta.primary .ctas .btn-disabled.btn:hover, section.fundraising-presell &gt; .ctas .btn-primary.btn-disabled.cta:hover, section.fundraising-products &gt; .btn-primary.btn-disabled.banner-cta.primary:hover, section.fundraising-products &gt; .banner-cta.primary .ctas .btn-disabled.btn:hover, section.fundraising-products &gt; .btn-primary.btn-disabled.banner-cta.secondary:hover, section.fundraising-products &gt; .banner-cta.secondary .ctas .btn-primary.btn-disabled.btn:hover, section.fundraising-products &gt; .banner-cta.secondary section.fundraising-overview &gt; .banner-cta.primary .ctas .btn-disabled.btn:hover, section.fundraising-products &gt; .banner-cta.secondary section.fundraising-products &gt; .banner-cta.primary .ctas .btn-disabled.btn:hover, .btn-primary.btn-disabled.shadow:active, .kk-field-form .form-actions .btn-primary.btn-disabled.btn:active, .kk-field-form .form-actions section.fundraising-overview &gt; .banner-cta.primary .ctas .btn-disabled.btn:active, .kk-field-form .form-actions section.fundraising-products &gt; .banner-cta.primary .ctas .btn-disabled.btn:active, section.fundraising-overview &gt; .btn-primary.btn-disabled.banner-cta.primary:active, section.fundraising-overview &gt; .banner-cta.primary .ctas .btn-disabled.btn:active, section.fundraising-overview &gt; .btn-primary.btn-disabled.banner-cta.secondary:active, section.fundraising-overview &gt; .banner-cta.secondary .ctas .btn-primary.btn-disabled.btn:active, section.fundraising-overview &gt; .banner-cta.secondary section.fundraising-overview &gt; .banner-cta.primary .ctas .btn-disabled.btn:active, section.fundraising-overview &gt; .banner-cta.secondary section.fundraising-products &gt; .banner-cta.primary .ctas .btn-disabled.btn:active, section.fundraising-presell &gt; .ctas .btn-primary.btn-disabled.cta:active, section.fundraising-products &gt; .btn-primary.btn-disabled.banner-cta.primary:active, section.fundraising-products &gt; .banner-cta.primary .ctas .btn-disabled.btn:active, section.fundraising-products &gt; .btn-primary.btn-disabled.banner-cta.secondary:active, section.fundraising-products &gt; .banner-cta.secondary .ctas .btn-primary.btn-disabled.btn:active, section.fundraising-products &gt; .banner-cta.secondary section.fundraising-overview &gt; .banner-cta.primary .ctas .btn-disabled.btn:active, section.fundraising-products &gt; .banner-cta.secondary section.fundraising-products &gt; .banner-cta.primary .ctas .btn-disabled.btn:active, .btn-primary.btn-disabled.shadow:active:focus, .kk-field-form .form-actions .btn-primary.btn-disabled.btn:active:focus, .kk-field-form .form-actions section.fundraising-overview &gt; .banner-cta.primary .ctas .btn-disabled.btn:active:focus, .kk-field-form .form-actions section.fundraising-products &gt; .banner-cta.primary .ctas .btn-disabled.btn:active:focus, section.fundraising-overview &gt; .btn-primary.btn-disabled.banner-cta.primary:active:focus, section.fundraising-overview &gt; .banner-cta.primary .ctas .btn-disabled.btn:active:focus, section.fundraising-overview &gt; .btn-primary.btn-disabled.banner-cta.secondary:active:focus, section.fundraising-overview &gt; .banner-cta.secondary .ctas .btn-primary.btn-disabled.btn:active:focus, section.fundraising-overview &gt; .banner-cta.secondary section.fundraising-overview &gt; .banner-cta.primary .ctas .btn-disabled.btn:active:focus, section.fundraising-overview &gt; .banner-cta.secondary section.fundraising-products &gt; .banner-cta.primary .ctas .btn-disabled.btn:active:focus, section.fundraising-presell &gt; .ctas .btn-primary.btn-disabled.cta:active:focus, section.fundraising-products &gt; .btn-primary.btn-disabled.banner-cta.primary:active:focus, section.fundraising-products &gt; .banner-cta.primary .ctas .btn-disabled.btn:active:focus, section.fundraising-products &gt; .btn-primary.btn-disabled.banner-cta.secondary:active:focus, section.fundraising-products &gt; .banner-cta.secondary .ctas .btn-primary.btn-disabled.btn:active:focus, section.fundraising-products &gt; .banner-cta.secondary section.fundraising-overview &gt; .banner-cta.primary .ctas .btn-disabled.btn:active:focus, section.fundraising-products &gt; .banner-cta.secondary section.fundraising-products &gt; .banner-cta.primary .ctas .btn-disabled.btn:active:focus, .btn-primary:disabled.shadow:hover, .kk-field-form .form-actions .btn-primary.btn:disabled:hover, .kk-field-form .form-actions section.fundraising-overview &gt; .banner-cta.primary .ctas .btn:disabled:hover, .kk-field-form .form-actions section.fundraising-products &gt; .banner-cta.primary .ctas .btn:disabled:hover, section.fundraising-overview &gt; .btn-primary.banner-cta.primary:disabled:hover, section.fundraising-overview &gt; .banner-cta.primary .ctas .btn:disabled:hover, section.fundraising-overview &gt; .btn-primary.banner-cta.secondary:disabled:hover, section.fundraising-overview &gt; .banner-cta.secondary .ctas .btn-primary.btn:disabled:hover, section.fundraising-overview &gt; .banner-cta.secondary section.fundraising-overview &gt; .banner-cta.primary .ctas .btn:disabled:hover, section.fundraising-overview &gt; .banner-cta.secondary section.fundraising-products &gt; .banner-cta.primary .ctas .btn:disabled:hover, section.fundraising-presell &gt; .ctas .btn-primary.cta:disabled:hover, section.fundraising-products &gt; .btn-primary.banner-cta.primary:disabled:hover, section.fundraising-products &gt; .banner-cta.primary .ctas .btn:disabled:hover, section.fundraising-products &gt; .btn-primary.banner-cta.secondary:disabled:hover, section.fundraising-products &gt; .banner-cta.secondary .ctas .btn-primary.btn:disabled:hover, section.fundraising-products &gt; .banner-cta.secondary section.fundraising-overview &gt; .banner-cta.primary .ctas .btn:disabled:hover, section.fundraising-products &gt; .banner-cta.secondary section.fundraising-products &gt; .banner-cta.primary .ctas .btn:disabled:hover, .btn-primary:disabled.shadow:active, .kk-field-form .form-actions .btn-primary.btn:disabled:active, .kk-field-form .form-actions section.fundraising-overview &gt; .banner-cta.primary .ctas .btn:disabled:active, .kk-field-form .form-actions section.fundraising-products &gt; .banner-cta.primary .ctas .btn:disabled:active, section.fundraising-overview &gt; .btn-primary.banner-cta.primary:disabled:active, section.fundraising-overview &gt; .banner-cta.primary .ctas .btn:disabled:active, section.fundraising-overview &gt; .btn-primary.banner-cta.secondary:disabled:active, section.fundraising-overview &gt; .banner-cta.secondary .ctas .btn-primary.btn:disabled:active, section.fundraising-overview &gt; .banner-cta.secondary section.fundraising-overview &gt; .banner-cta.primary .ctas .btn:disabled:active, section.fundraising-overview &gt; .banner-cta.secondary section.fundraising-products &gt; .banner-cta.primary .ctas .btn:disabled:active, section.fundraising-presell &gt; .ctas .btn-primary.cta:disabled:active, section.fundraising-products &gt; .btn-primary.banner-cta.primary:disabled:active, section.fundraising-products &gt; .banner-cta.primary .ctas .btn:disabled:active, section.fundraising-products &gt; .btn-primary.banner-cta.secondary:disabled:active, section.fundraising-products &gt; .banner-cta.secondary .ctas .btn-primary.btn:disabled:active, section.fundraising-products &gt; .banner-cta.secondary section.fundraising-overview &gt; .banner-cta.primary .ctas .btn:disabled:active, section.fundraising-products &gt; .banner-cta.secondary section.fundraising-products &gt; .banner-cta.primary .ctas .btn:disabled:active, .btn-primary:disabled.shadow:active:focus, .kk-field-form .form-actions .btn-primary.btn:disabled:active:focus, .kk-field-form .form-actions section.fundraising-overview &gt; .banner-cta.primary .ctas .btn:disabled:active:focus, .kk-field-form .form-actions section.fundraising-products &gt; .banner-cta.primary .ctas .btn:disabled:active:focus, section.fundraising-overview &gt; .btn-primary.banner-cta.primary:disabled:active:focus, section.fundraising-overview &gt; .banner-cta.primary .ctas .btn:disabled:active:focus, section.fundraising-overview &gt; .btn-primary.banner-cta.secondary:disabled:active:focus, section.fundraising-overview &gt; .banner-cta.secondary .ctas .btn-primary.btn:disabled:active:focus, section.fundraising-overview &gt; .banner-cta.secondary section.fundraising-overview &gt; .banner-cta.primary .ctas .btn:disabled:active:focus, section.fundraising-overview &gt; .banner-cta.secondary section.fundraising-products &gt; .banner-cta.primary .ctas .btn:disabled:active:focus, section.fundraising-presell &gt; .ctas .btn-primary.cta:disabled:active:focus, section.fundraising-products &gt; .btn-primary.banner-cta.primary:disabled:active:focus, section.fundraising-products &gt; .banner-cta.primary .ctas .btn:disabled:active:focus, section.fundraising-products &gt; .btn-primary.banner-cta.secondary:disabled:active:focus, section.fundraising-products &gt; .banner-cta.secondary .ctas .btn-primary.btn:disabled:active:focus, section.fundraising-products &gt; .banner-cta.secondary section.fundraising-overview &gt; .banner-cta.primary .ctas .btn:disabled:active:focus, section.fundraising-products &gt; .banner-cta.secondary section.fundraising-products &gt; .banner-cta.primary .ctas .btn:disabled:active:focus,
    .btn-secondary.btn-disabled.shadow:hover,
    .kk-field-form .form-actions .btn-secondary.btn-disabled.btn.btn-primary:hover,
    .kk-field-form .form-actions section.fundraising-overview &gt; .banner-cta.primary .ctas .btn-secondary.btn-disabled.btn:hover,
    .kk-field-form .form-actions section.fundraising-overview &gt; .banner-cta.primary section.fundraising-overview &gt; .banner-cta.secondary .ctas .btn-disabled.btn:hover,
    .kk-field-form .form-actions section.fundraising-overview &gt; .banner-cta.secondary section.fundraising-overview &gt; .banner-cta.primary .ctas .btn-disabled.btn:hover,
    .kk-field-form .form-actions section.fundraising-overview &gt; .banner-cta.primary section.fundraising-products &gt; .banner-cta.secondary .ctas .btn-disabled.btn:hover,
    .kk-field-form .form-actions section.fundraising-products &gt; .banner-cta.secondary section.fundraising-overview &gt; .banner-cta.primary .ctas .btn-disabled.btn:hover,
    .kk-field-form .form-actions section.fundraising-overview &gt; .banner-cta.secondary .ctas .btn-disabled.btn.btn-primary:hover,
    .kk-field-form .form-actions section.fundraising-overview &gt; .banner-cta.secondary section.fundraising-products &gt; .banner-cta.primary .ctas .btn-disabled.btn:hover,
    .kk-field-form .form-actions section.fundraising-products &gt; .banner-cta.primary section.fundraising-overview &gt; .banner-cta.secondary .ctas .btn-disabled.btn:hover,
    .kk-field-form .form-actions section.fundraising-products &gt; .banner-cta.primary .ctas .btn-secondary.btn-disabled.btn:hover,
    .kk-field-form .form-actions section.fundraising-products &gt; .banner-cta.primary section.fundraising-products &gt; .banner-cta.secondary .ctas .btn-disabled.btn:hover,
    .kk-field-form .form-actions section.fundraising-products &gt; .banner-cta.secondary section.fundraising-products &gt; .banner-cta.primary .ctas .btn-disabled.btn:hover,
    .kk-field-form .form-actions section.fundraising-products &gt; .banner-cta.secondary .ctas .btn-disabled.btn.btn-primary:hover,
    section.fundraising-overview &gt; .btn-secondary.btn-disabled.banner-cta.primary:hover,
    section.fundraising-overview &gt; .banner-cta.primary .ctas .btn-secondary.btn-disabled.btn:hover,
    section.fundraising-overview &gt; .banner-cta.primary section.fundraising-overview &gt; .banner-cta.secondary .ctas .btn-disabled.btn:hover,
    section.fundraising-overview &gt; .banner-cta.primary section.fundraising-products &gt; .banner-cta.secondary .ctas .btn-disabled.btn:hover,
    section.fundraising-overview &gt; .btn-secondary.btn-disabled.banner-cta.secondary:hover,
    section.fundraising-overview &gt; .banner-cta.secondary .ctas .btn-disabled.btn:hover,
    section.fundraising-presell &gt; .ctas .btn-secondary.btn-disabled.cta:hover,
    section.fundraising-products &gt; .btn-secondary.btn-disabled.banner-cta.primary:hover,
    section.fundraising-products &gt; .banner-cta.primary .ctas .btn-secondary.btn-disabled.btn:hover,
    section.fundraising-products &gt; .banner-cta.primary section.fundraising-overview &gt; .banner-cta.secondary .ctas .btn-disabled.btn:hover,
    section.fundraising-products &gt; .banner-cta.primary section.fundraising-products &gt; .banner-cta.secondary .ctas .btn-disabled.btn:hover,
    section.fundraising-products &gt; .btn-secondary.btn-disabled.banner-cta.secondary:hover,
    section.fundraising-products &gt; .banner-cta.secondary .ctas .btn-disabled.btn:hover,
    .btn-secondary.btn-disabled.shadow:active,
    .kk-field-form .form-actions .btn-secondary.btn-disabled.btn.btn-primary:active,
    .kk-field-form .form-actions section.fundraising-overview &gt; .banner-cta.primary .ctas .btn-secondary.btn-disabled.btn:active,
    .kk-field-form .form-actions section.fundraising-overview &gt; .banner-cta.primary section.fundraising-overview &gt; .banner-cta.secondary .ctas .btn-disabled.btn:active,
    .kk-field-form .form-actions section.fundraising-overview &gt; .banner-cta.secondary section.fundraising-overview &gt; .banner-cta.primary .ctas .btn-disabled.btn:active,
    .kk-field-form .form-actions section.fundraising-overview &gt; .banner-cta.primary section.fundraising-products &gt; .banner-cta.secondary .ctas .btn-disabled.btn:active,
    .kk-field-form .form-actions section.fundraising-products &gt; .banner-cta.secondary section.fundraising-overview &gt; .banner-cta.primary .ctas .btn-disabled.btn:active,
    .kk-field-form .form-actions section.fundraising-overview &gt; .banner-cta.secondary .ctas .btn-disabled.btn.btn-primary:active,
    .kk-field-form .form-actions section.fundraising-overview &gt; .banner-cta.secondary section.fundraising-products &gt; .banner-cta.primary .ctas .btn-disabled.btn:active,
    .kk-field-form .form-actions section.fundraising-products &gt; .banner-cta.primary section.fundraising-overview &gt; .banner-cta.secondary .ctas .btn-disabled.btn:active,
    .kk-field-form .form-actions section.fundraising-products &gt; .banner-cta.primary .ctas .btn-secondary.btn-disabled.btn:active,
    .kk-field-form .form-actions section.fundraising-products &gt; .banner-cta.primary section.fundraising-products &gt; .banner-cta.secondary .ctas .btn-disabled.btn:active,
    .kk-field-form .form-actions section.fundraising-products &gt; .banner-cta.secondary section.fundraising-products &gt; .banner-cta.primary .ctas .btn-disabled.btn:active,
    .kk-field-form .form-actions section.fundraising-products &gt; .banner-cta.secondary .ctas .btn-disabled.btn.btn-primary:active,
    section.fundraising-overview &gt; .btn-secondary.btn-disabled.banner-cta.primary:active,
    section.fundraising-overview &gt; .banner-cta.primary .ctas .btn-secondary.btn-disabled.btn:active,
    section.fundraising-overview &gt; .banner-cta.primary section.fundraising-overview &gt; .banner-cta.secondary .ctas .btn-disabled.btn:active,
    section.fundraising-overview &gt; .banner-cta.primary section.fundraising-products &gt; .banner-cta.secondary .ctas .btn-disabled.btn:active,
    section.fundraising-overview &gt; .btn-secondary.btn-disabled.banner-cta.secondary:active,
    section.fundraising-overview &gt; .banner-cta.secondary .ctas .btn-disabled.btn:active,
    section.fundraising-presell &gt; .ctas .btn-secondary.btn-disabled.cta:active,
    section.fundraising-products &gt; .btn-secondary.btn-disabled.banner-cta.primary:active,
    section.fundraising-products &gt; .banner-cta.primary .ctas .btn-secondary.btn-disabled.btn:active,
    section.fundraising-products &gt; .banner-cta.primary section.fundraising-overview &gt; .banner-cta.secondary .ctas .btn-disabled.btn:active,
    section.fundraising-products &gt; .banner-cta.primary section.fundraising-products &gt; .banner-cta.secondary .ctas .btn-disabled.btn:active,
    section.fundraising-products &gt; .btn-secondary.btn-disabled.banner-cta.secondary:active,
    section.fundraising-products &gt; .banner-cta.secondary .ctas .btn-disabled.btn:active,
    .btn-secondary.btn-disabled.shadow:active:focus,
    .kk-field-form .form-actions .btn-secondary.btn-disabled.btn.btn-primary:active:focus,
    .kk-field-form .form-actions section.fundraising-overview &gt; .banner-cta.primary .ctas .btn-secondary.btn-disabled.btn:active:focus,
    .kk-field-form .form-actions section.fundraising-overview &gt; .banner-cta.primary section.fundraising-overview &gt; .banner-cta.secondary .ctas .btn-disabled.btn:active:focus,
    .kk-field-form .form-actions section.fundraising-overview &gt; .banner-cta.secondary section.fundraising-overview &gt; .banner-cta.primary .ctas .btn-disabled.btn:active:focus,
    .kk-field-form .form-actions section.fundraising-overview &gt; .banner-cta.primary section.fundraising-products &gt; .banner-cta.secondary .ctas .btn-disabled.btn:active:focus,
    .kk-field-form .form-actions section.fundraising-products &gt; .banner-cta.secondary section.fundraising-overview &gt; .banner-cta.primary .ctas .btn-disabled.btn:active:focus,
    .kk-field-form .form-actions section.fundraising-overview &gt; .banner-cta.secondary .ctas .btn-disabled.btn.btn-primary:active:focus,
    .kk-field-form .form-actions section.fundraising-overview &gt; .banner-cta.secondary section.fundraising-products &gt; .banner-cta.primary .ctas .btn-disabled.btn:active:focus,
    .kk-field-form .form-actions section.fundraising-products &gt; .banner-cta.primary section.fundraising-overview &gt; .banner-cta.secondary .ctas .btn-disabled.btn:active:focus,
    .kk-field-form .form-actions section.fundraising-products &gt; .banner-cta.primary .ctas .btn-secondary.btn-disabled.btn:active:focus,
    .kk-field-form .form-actions section.fundraising-products &gt; .banner-cta.primary section.fundraising-products &gt; .banner-cta.secondary .ctas .btn-disabled.btn:active:focus,
    .kk-field-form .form-actions section.fundraising-products &gt; .banner-cta.secondary section.fundraising-products &gt; .banner-cta.primary .ctas .btn-disabled.btn:active:focus,
    .kk-field-form .form-actions section.fundraising-products &gt; .banner-cta.secondary .ctas .btn-disabled.btn.btn-primary:active:focus,
    section.fundraising-overview &gt; .btn-secondary.btn-disabled.banner-cta.primary:active:focus,
    section.fundraising-overview &gt; .banner-cta.primary .ctas .btn-secondary.btn-disabled.btn:active:focus,
    section.fundraising-overview &gt; .banner-cta.primary section.fundraising-overview &gt; .banner-cta.secondary .ctas .btn-disabled.btn:active:focus,
    section.fundraising-overview &gt; .banner-cta.primary section.fundraising-products &gt; .banner-cta.secondary .ctas .btn-disabled.btn:active:focus,
    section.fundraising-overview &gt; .btn-secondary.btn-disabled.banner-cta.secondary:active:focus,
    section.fundraising-overview &gt; .banner-cta.secondary .ctas .btn-disabled.btn:active:focus,
    section.fundraising-presell &gt; .ctas .btn-secondary.btn-disabled.cta:active:focus,
    section.fundraising-products &gt; .btn-secondary.btn-disabled.banner-cta.primary:active:focus,
    section.fundraising-products &gt; .banner-cta.primary .ctas .btn-secondary.btn-disabled.btn:active:focus,
    section.fundraising-products &gt; .banner-cta.primary section.fundraising-overview &gt; .banner-cta.secondary .ctas .btn-disabled.btn:active:focus,
    section.fundraising-products &gt; .banner-cta.primary section.fundraising-products &gt; .banner-cta.secondary .ctas .btn-disabled.btn:active:focus,
    section.fundraising-products &gt; .btn-secondary.btn-disabled.banner-cta.secondary:active:focus,
    section.fundraising-products &gt; .banner-cta.secondary .ctas .btn-disabled.btn:active:focus,
    .btn-secondary:disabled.shadow:hover,
    .kk-field-form .form-actions .btn-secondary.btn.btn-primary:disabled:hover,
    .kk-field-form .form-actions section.fundraising-overview &gt; .banner-cta.primary .ctas .btn-secondary.btn:disabled:hover,
    .kk-field-form .form-actions section.fundraising-overview &gt; .banner-cta.primary section.fundraising-overview &gt; .banner-cta.secondary .ctas .btn:disabled:hover,
    .kk-field-form .form-actions section.fundraising-overview &gt; .banner-cta.secondary section.fundraising-overview &gt; .banner-cta.primary .ctas .btn:disabled:hover,
    .kk-field-form .form-actions section.fundraising-overview &gt; .banner-cta.primary section.fundraising-products &gt; .banner-cta.secondary .ctas .btn:disabled:hover,
    .kk-field-form .form-actions section.fundraising-products &gt; .banner-cta.secondary section.fundraising-overview &gt; .banner-cta.primary .ctas .btn:disabled:hover,
    .kk-field-form .form-actions section.fundraising-overview &gt; .banner-cta.secondary .ctas .btn.btn-primary:disabled:hover,
    .kk-field-form .form-actions section.fundraising-overview &gt; .banner-cta.secondary section.fundraising-products &gt; .banner-cta.primary .ctas .btn:disabled:hover,
    .kk-field-form .form-actions section.fundraising-products &gt; .banner-cta.primary section.fundraising-overview &gt; .banner-cta.secondary .ctas .btn:disabled:hover,
    .kk-field-form .form-actions section.fundraising-products &gt; .banner-cta.primary .ctas .btn-secondary.btn:disabled:hover,
    .kk-field-form .form-actions section.fundraising-products &gt; .banner-cta.primary section.fundraising-products &gt; .banner-cta.secondary .ctas .btn:disabled:hover,
    .kk-field-form .form-actions section.fundraising-products &gt; .banner-cta.secondary section.fundraising-products &gt; .banner-cta.primary .ctas .btn:disabled:hover,
    .kk-field-form .form-actions section.fundraising-products &gt; .banner-cta.secondary .ctas .btn.btn-primary:disabled:hover,
    section.fundraising-overview &gt; .btn-secondary.banner-cta.primary:disabled:hover,
    section.fundraising-overview &gt; .banner-cta.primary .ctas .btn-secondary.btn:disabled:hover,
    section.fundraising-overview &gt; .banner-cta.primary section.fundraising-overview &gt; .banner-cta.secondary .ctas .btn:disabled:hover,
    section.fundraising-overview &gt; .banner-cta.primary section.fundraising-products &gt; .banner-cta.secondary .ctas .btn:disabled:hover,
    section.fundraising-overview &gt; .btn-secondary.banner-cta.secondary:disabled:hover,
    section.fundraising-overview &gt; .banner-cta.secondary .ctas .btn:disabled:hover,
    section.fundraising-presell &gt; .ctas .btn-secondary.cta:disabled:hover,
    section.fundraising-products &gt; .btn-secondary.banner-cta.primary:disabled:hover,
    section.fundraising-products &gt; .banner-cta.primary .ctas .btn-secondary.btn:disabled:hover,
    section.fundraising-products &gt; .banner-cta.primary section.fundraising-overview &gt; .banner-cta.secondary .ctas .btn:disabled:hover,
    section.fundraising-products &gt; .banner-cta.primary section.fundraising-products &gt; .banner-cta.secondary .ctas .btn:disabled:hover,
    section.fundraising-products &gt; .btn-secondary.banner-cta.secondary:disabled:hover,
    section.fundraising-products &gt; .banner-cta.secondary .ctas .btn:disabled:hover,
    .btn-secondary:disabled.shadow:active,
    .kk-field-form .form-actions .btn-secondary.btn.btn-primary:disabled:active,
    .kk-field-form .form-actions section.fundraising-overview &gt; .banner-cta.primary .ctas .btn-secondary.btn:disabled:active,
    .kk-field-form .form-actions section.fundraising-overview &gt; .banner-cta.primary section.fundraising-overview &gt; .banner-cta.secondary .ctas .btn:disabled:active,
    .kk-field-form .form-actions section.fundraising-overview &gt; .banner-cta.secondary section.fundraising-overview &gt; .banner-cta.primary .ctas .btn:disabled:active,
    .kk-field-form .form-actions section.fundraising-overview &gt; .banner-cta.primary section.fundraising-products &gt; .banner-cta.secondary .ctas .btn:disabled:active,
    .kk-field-form .form-actions section.fundraising-products &gt; .banner-cta.secondary section.fundraising-overview &gt; .banner-cta.primary .ctas .btn:disabled:active,
    .kk-field-form .form-actions section.fundraising-overview &gt; .banner-cta.secondary .ctas .btn.btn-primary:disabled:active,
    .kk-field-form .form-actions section.fundraising-overview &gt; .banner-cta.secondary section.fundraising-products &gt; .banner-cta.primary .ctas .btn:disabled:active,
    .kk-field-form .form-actions section.fundraising-products &gt; .banner-cta.primary section.fundraising-overview &gt; .banner-cta.secondary .ctas .btn:disabled:active,
    .kk-field-form .form-actions section.fundraising-products &gt; .banner-cta.primary .ctas .btn-secondary.btn:disabled:active,
    .kk-field-form .form-actions section.fundraising-products &gt; .banner-cta.primary section.fundraising-products &gt; .banner-cta.secondary .ctas .btn:disabled:active,
    .kk-field-form .form-actions section.fundraising-products &gt; .banner-cta.secondary section.fundraising-products &gt; .banner-cta.primary .ctas .btn:disabled:active,
    .kk-field-form .form-actions section.fundraising-products &gt; .banner-cta.secondary .ctas .btn.btn-primary:disabled:active,
    section.fundraising-overview &gt; .btn-secondary.banner-cta.primary:disabled:active,
    section.fundraising-overview &gt; .banner-cta.primary .ctas .btn-secondary.btn:disabled:active,
    section.fundraising-overview &gt; .banner-cta.primary section.fundraising-overview &gt; .banner-cta.secondary .ctas .btn:disabled:active,
    section.fundraising-overview &gt; .banner-cta.primary section.fundraising-products &gt; .banner-cta.secondary .ctas .btn:disabled:active,
    section.fundraising-overview &gt; .btn-secondary.banner-cta.secondary:disabled:active,
    section.fundraising-overview &gt; .banner-cta.secondary .ctas .btn:disabled:active,
    section.fundraising-presell &gt; .ctas .btn-secondary.cta:disabled:active,
    section.fundraising-products &gt; .btn-secondary.banner-cta.primary:disabled:active,
    section.fundraising-products &gt; .banner-cta.primary .ctas .btn-secondary.btn:disabled:active,
    section.fundraising-products &gt; .banner-cta.primary section.fundraising-overview &gt; .banner-cta.secondary .ctas .btn:disabled:active,
    section.fundraising-products &gt; .banner-cta.primary section.fundraising-products &gt; .banner-cta.secondary .ctas .btn:disabled:active,
    section.fundraising-products &gt; .btn-secondary.banner-cta.secondary:disabled:active,
    section.fundraising-products &gt; .banner-cta.secondary .ctas .btn:disabled:active,
    .btn-secondary:disabled.shadow:active:focus,
    .kk-field-form .form-actions .btn-secondary.btn.btn-primary:disabled:active:focus,
    .kk-field-form .form-actions section.fundraising-overview &gt; .banner-cta.primary .ctas .btn-secondary.btn:disabled:active:focus,
    .kk-field-form .form-actions section.fundraising-overview &gt; .banner-cta.primary section.fundraising-overview &gt; .banner-cta.secondary .ctas .btn:disabled:active:focus,
    .kk-field-form .form-actions section.fundraising-overview &gt; .banner-cta.secondary section.fundraising-overview &gt; .banner-cta.primary .ctas .btn:disabled:active:focus,
    .kk-field-form .form-actions section.fundraising-overview &gt; .banner-cta.primary section.fundraising-products &gt; .banner-cta.secondary .ctas .btn:disabled:active:focus,
    .kk-field-form .form-actions section.fundraising-products &gt; .banner-cta.secondary section.fundraising-overview &gt; .banner-cta.primary .ctas .btn:disabled:active:focus,
    .kk-field-form .form-actions section.fundraising-overview &gt; .banner-cta.secondary .ctas .btn.btn-primary:disabled:active:focus,
    .kk-field-form .form-actions section.fundraising-overview &gt; .banner-cta.secondary section.fundraising-products &gt; .banner-cta.primary .ctas .btn:disabled:active:focus,
    .kk-field-form .form-actions section.fundraising-products &gt; .banner-cta.primary section.fundraising-overview &gt; .banner-cta.secondary .ctas .btn:disabled:active:focus,
    .kk-field-form .form-actions section.fundraising-products &gt; .banner-cta.primary .ctas .btn-secondary.btn:disabled:active:focus,
    .kk-field-form .form-actions section.fundraising-products &gt; .banner-cta.primary section.fundraising-products &gt; .banner-cta.secondary .ctas .btn:disabled:active:focus,
    .kk-field-form .form-actions section.fundraising-products &gt; .banner-cta.secondary section.fundraising-products &gt; .banner-cta.primary .ctas .btn:disabled:active:focus,
    .kk-field-form .form-actions section.fundraising-products &gt; .banner-cta.secondary .ctas .btn.btn-primary:disabled:active:focus,
    section.fundraising-overview &gt; .btn-secondary.banner-cta.primary:disabled:active:focus,
    section.fundraising-overview &gt; .banner-cta.primary .ctas .btn-secondary.btn:disabled:active:focus,
    section.fundraising-overview &gt; .banner-cta.primary section.fundraising-overview &gt; .banner-cta.secondary .ctas .btn:disabled:active:focus,
    section.fundraising-overview &gt; .banner-cta.primary section.fundraising-products &gt; .banner-cta.secondary .ctas .btn:disabled:active:focus,
    section.fundraising-overview &gt; .btn-secondary.banner-cta.secondary:disabled:active:focus,
    section.fundraising-overview &gt; .banner-cta.secondary .ctas .btn:disabled:active:focus,
    section.fundraising-presell &gt; .ctas .btn-secondary.cta:disabled:active:focus,
    section.fundraising-products &gt; .btn-secondary.banner-cta.primary:disabled:active:focus,
    section.fundraising-products &gt; .banner-cta.primary .ctas .btn-secondary.btn:disabled:active:focus,
    section.fundraising-products &gt; .banner-cta.primary section.fundraising-overview &gt; .banner-cta.secondary .ctas .btn:disabled:active:focus,
    section.fundraising-products &gt; .banner-cta.primary section.fundraising-products &gt; .banner-cta.secondary .ctas .btn:disabled:active:focus,
    section.fundraising-products &gt; .btn-secondary.banner-cta.secondary:disabled:active:focus,
    section.fundraising-products &gt; .banner-cta.secondary .ctas .btn:disabled:active:focus, .btn-tertiary.btn-disabled.shadow:hover, .kk-field-form .form-actions .btn-tertiary.btn-disabled.btn.btn-primary:hover, .kk-field-form .form-actions section.fundraising-overview &gt; .banner-cta.primary .ctas .btn-tertiary.btn-disabled.btn:hover, .kk-field-form .form-actions section.fundraising-products &gt; .banner-cta.primary .ctas .btn-tertiary.btn-disabled.btn:hover, section.fundraising-overview &gt; .btn-tertiary.btn-disabled.banner-cta.primary:hover, section.fundraising-overview &gt; .banner-cta.primary .ctas .btn-tertiary.btn-disabled.btn:hover, section.fundraising-overview &gt; .btn-tertiary.btn-disabled.banner-cta.secondary:hover, section.fundraising-overview &gt; .banner-cta.secondary .ctas .btn-tertiary.btn-disabled.btn:hover, section.fundraising-presell &gt; .ctas .btn-tertiary.btn-disabled.cta:hover, section.fundraising-products &gt; .btn-tertiary.btn-disabled.banner-cta.primary:hover, section.fundraising-products &gt; .banner-cta.primary .ctas .btn-tertiary.btn-disabled.btn:hover, section.fundraising-products &gt; .btn-tertiary.btn-disabled.banner-cta.secondary:hover, section.fundraising-products &gt; .banner-cta.secondary .ctas .btn-tertiary.btn-disabled.btn:hover, .btn-tertiary.btn-disabled.shadow:active, .kk-field-form .form-actions .btn-tertiary.btn-disabled.btn.btn-primary:active, .kk-field-form .form-actions section.fundraising-overview &gt; .banner-cta.primary .ctas .btn-tertiary.btn-disabled.btn:active, .kk-field-form .form-actions section.fundraising-products &gt; .banner-cta.primary .ctas .btn-tertiary.btn-disabled.btn:active, section.fundraising-overview &gt; .btn-tertiary.btn-disabled.banner-cta.primary:active, section.fundraising-overview &gt; .banner-cta.primary .ctas .btn-tertiary.btn-disabled.btn:active, section.fundraising-overview &gt; .btn-tertiary.btn-disabled.banner-cta.secondary:active, section.fundraising-overview &gt; .banner-cta.secondary .ctas .btn-tertiary.btn-disabled.btn:active, section.fundraising-presell &gt; .ctas .btn-tertiary.btn-disabled.cta:active, section.fundraising-products &gt; .btn-tertiary.btn-disabled.banner-cta.primary:active, section.fundraising-products &gt; .banner-cta.primary .ctas .btn-tertiary.btn-disabled.btn:active, section.fundraising-products &gt; .btn-tertiary.btn-disabled.banner-cta.secondary:active, section.fundraising-products &gt; .banner-cta.secondary .ctas .btn-tertiary.btn-disabled.btn:active, .btn-tertiary.btn-disabled.shadow:active:focus, .kk-field-form .form-actions .btn-tertiary.btn-disabled.btn.btn-primary:active:focus, .kk-field-form .form-actions section.fundraising-overview &gt; .banner-cta.primary .ctas .btn-tertiary.btn-disabled.btn:active:focus, .kk-field-form .form-actions section.fundraising-products &gt; .banner-cta.primary .ctas .btn-tertiary.btn-disabled.btn:active:focus, section.fundraising-overview &gt; .btn-tertiary.btn-disabled.banner-cta.primary:active:focus, section.fundraising-overview &gt; .banner-cta.primary .ctas .btn-tertiary.btn-disabled.btn:active:focus, section.fundraising-overview &gt; .btn-tertiary.btn-disabled.banner-cta.secondary:active:focus, section.fundraising-overview &gt; .banner-cta.secondary .ctas .btn-tertiary.btn-disabled.btn:active:focus, section.fundraising-presell &gt; .ctas .btn-tertiary.btn-disabled.cta:active:focus, section.fundraising-products &gt; .btn-tertiary.btn-disabled.banner-cta.primary:active:focus, section.fundraising-products &gt; .banner-cta.primary .ctas .btn-tertiary.btn-disabled.btn:active:focus, section.fundraising-products &gt; .btn-tertiary.btn-disabled.banner-cta.secondary:active:focus, section.fundraising-products &gt; .banner-cta.secondary .ctas .btn-tertiary.btn-disabled.btn:active:focus, .btn-tertiary:disabled.shadow:hover, .kk-field-form .form-actions .btn-tertiary.btn.btn-primary:disabled:hover, .kk-field-form .form-actions section.fundraising-overview &gt; .banner-cta.primary .ctas .btn-tertiary.btn:disabled:hover, .kk-field-form .form-actions section.fundraising-products &gt; .banner-cta.primary .ctas .btn-tertiary.btn:disabled:hover, section.fundraising-overview &gt; .btn-tertiary.banner-cta.primary:disabled:hover, section.fundraising-overview &gt; .banner-cta.primary .ctas .btn-tertiary.btn:disabled:hover, section.fundraising-overview &gt; .btn-tertiary.banner-cta.secondary:disabled:hover, section.fundraising-overview &gt; .banner-cta.secondary .ctas .btn-tertiary.btn:disabled:hover, section.fundraising-presell &gt; .ctas .btn-tertiary.cta:disabled:hover, section.fundraising-products &gt; .btn-tertiary.banner-cta.primary:disabled:hover, section.fundraising-products &gt; .banner-cta.primary .ctas .btn-tertiary.btn:disabled:hover, section.fundraising-products &gt; .btn-tertiary.banner-cta.secondary:disabled:hover, section.fundraising-products &gt; .banner-cta.secondary .ctas .btn-tertiary.btn:disabled:hover, .btn-tertiary:disabled.shadow:active, .kk-field-form .form-actions .btn-tertiary.btn.btn-primary:disabled:active, .kk-field-form .form-actions section.fundraising-overview &gt; .banner-cta.primary .ctas .btn-tertiary.btn:disabled:active, .kk-field-form .form-actions section.fundraising-products &gt; .banner-cta.primary .ctas .btn-tertiary.btn:disabled:active, section.fundraising-overview &gt; .btn-tertiary.banner-cta.primary:disabled:active, section.fundraising-overview &gt; .banner-cta.primary .ctas .btn-tertiary.btn:disabled:active, section.fundraising-overview &gt; .btn-tertiary.banner-cta.secondary:disabled:active, section.fundraising-overview &gt; .banner-cta.secondary .ctas .btn-tertiary.btn:disabled:active, section.fundraising-presell &gt; .ctas .btn-tertiary.cta:disabled:active, section.fundraising-products &gt; .btn-tertiary.banner-cta.primary:disabled:active, section.fundraising-products &gt; .banner-cta.primary .ctas .btn-tertiary.btn:disabled:active, section.fundraising-products &gt; .btn-tertiary.banner-cta.secondary:disabled:active, section.fundraising-products &gt; .banner-cta.secondary .ctas .btn-tertiary.btn:disabled:active, .btn-tertiary:disabled.shadow:active:focus, .kk-field-form .form-actions .btn-tertiary.btn.btn-primary:disabled:active:focus, .kk-field-form .form-actions section.fundraising-overview &gt; .banner-cta.primary .ctas .btn-tertiary.btn:disabled:active:focus, .kk-field-form .form-actions section.fundraising-products &gt; .banner-cta.primary .ctas .btn-tertiary.btn:disabled:active:focus, section.fundraising-overview &gt; .btn-tertiary.banner-cta.primary:disabled:active:focus, section.fundraising-overview &gt; .banner-cta.primary .ctas .btn-tertiary.btn:disabled:active:focus, section.fundraising-overview &gt; .btn-tertiary.banner-cta.secondary:disabled:active:focus, section.fundraising-overview &gt; .banner-cta.secondary .ctas .btn-tertiary.btn:disabled:active:focus, section.fundraising-presell &gt; .ctas .btn-tertiary.cta:disabled:active:focus, section.fundraising-products &gt; .btn-tertiary.banner-cta.primary:disabled:active:focus, section.fundraising-products &gt; .banner-cta.primary .ctas .btn-tertiary.btn:disabled:active:focus, section.fundraising-products &gt; .btn-tertiary.banner-cta.secondary:disabled:active:focus, section.fundraising-products &gt; .banner-cta.secondary .ctas .btn-tertiary.btn:disabled:active:focus {
      box-shadow: 0 4px 12px 0 rgba(70, 70, 70, 0.15) !important; }

.btn-primary.btn-waiting, section.fundraising-overview &gt; .banner-cta.primary .ctas .btn-waiting.btn, section.fundraising-products &gt; .banner-cta.primary .ctas .btn-waiting.btn,
.btn-secondary.btn-waiting,
section.fundraising-overview &gt; .banner-cta.secondary .ctas .btn-waiting.btn,
section.fundraising-products &gt; .banner-cta.secondary .ctas .btn-waiting.btn, .btn-tertiary.btn-waiting {
  background-color: #c1c1c1 !important;
  color: #fff !important;
  cursor: wait; }
  .btn-primary.btn-waiting:hover, section.fundraising-overview &gt; .banner-cta.primary .ctas .btn-waiting.btn:hover, section.fundraising-products &gt; .banner-cta.primary .ctas .btn-waiting.btn:hover, .btn-primary.btn-waiting:active, section.fundraising-overview &gt; .banner-cta.primary .ctas .btn-waiting.btn:active, section.fundraising-products &gt; .banner-cta.primary .ctas .btn-waiting.btn:active, .btn-primary.btn-waiting:active:focus, section.fundraising-overview &gt; .banner-cta.primary .ctas .btn-waiting.btn:active:focus, section.fundraising-products &gt; .banner-cta.primary .ctas .btn-waiting.btn:active:focus,
  .btn-secondary.btn-waiting:hover,
  section.fundraising-overview &gt; .banner-cta.secondary .ctas .btn-waiting.btn:hover,
  section.fundraising-products &gt; .banner-cta.secondary .ctas .btn-waiting.btn:hover,
  .btn-secondary.btn-waiting:active,
  section.fundraising-overview &gt; .banner-cta.secondary .ctas .btn-waiting.btn:active,
  section.fundraising-products &gt; .banner-cta.secondary .ctas .btn-waiting.btn:active,
  .btn-secondary.btn-waiting:active:focus,
  section.fundraising-overview &gt; .banner-cta.secondary .ctas .btn-waiting.btn:active:focus,
  section.fundraising-products &gt; .banner-cta.secondary .ctas .btn-waiting.btn:active:focus, .btn-tertiary.btn-waiting:hover, .btn-tertiary.btn-waiting:active, .btn-tertiary.btn-waiting:active:focus {
    background-color: #c1c1c1 !important;
    color: #fff !important; }
  .btn-primary.btn-waiting.shadow, .kk-field-form .form-actions .btn-primary.btn-waiting.btn, .kk-field-form .form-actions section.fundraising-overview &gt; .banner-cta.primary .ctas .btn-waiting.btn, .kk-field-form .form-actions section.fundraising-products &gt; .banner-cta.primary .ctas .btn-waiting.btn, section.fundraising-overview &gt; .btn-primary.btn-waiting.banner-cta.primary, section.fundraising-overview &gt; .banner-cta.primary .ctas .btn-waiting.btn, section.fundraising-overview &gt; .btn-primary.btn-waiting.banner-cta.secondary, section.fundraising-overview &gt; .banner-cta.secondary .ctas .btn-primary.btn-waiting.btn, section.fundraising-overview &gt; .banner-cta.secondary section.fundraising-overview &gt; .banner-cta.primary .ctas .btn-waiting.btn, section.fundraising-overview &gt; .banner-cta.secondary section.fundraising-products &gt; .banner-cta.primary .ctas .btn-waiting.btn, section.fundraising-presell &gt; .ctas .btn-primary.btn-waiting.cta, section.fundraising-products &gt; .btn-primary.btn-waiting.banner-cta.primary, section.fundraising-products &gt; .banner-cta.primary .ctas .btn-waiting.btn, section.fundraising-products &gt; .btn-primary.btn-waiting.banner-cta.secondary, section.fundraising-products &gt; .banner-cta.secondary .ctas .btn-primary.btn-waiting.btn, section.fundraising-products &gt; .banner-cta.secondary section.fundraising-overview &gt; .banner-cta.primary .ctas .btn-waiting.btn, section.fundraising-products &gt; .banner-cta.secondary section.fundraising-products &gt; .banner-cta.primary .ctas .btn-waiting.btn,
  .btn-secondary.btn-waiting.shadow,
  .kk-field-form .form-actions .btn-secondary.btn-waiting.btn.btn-primary,
  .kk-field-form .form-actions section.fundraising-overview &gt; .banner-cta.primary .ctas .btn-secondary.btn-waiting.btn,
  .kk-field-form .form-actions section.fundraising-overview &gt; .banner-cta.primary section.fundraising-overview &gt; .banner-cta.secondary .ctas .btn-waiting.btn,
  .kk-field-form .form-actions section.fundraising-overview &gt; .banner-cta.secondary section.fundraising-overview &gt; .banner-cta.primary .ctas .btn-waiting.btn,
  .kk-field-form .form-actions section.fundraising-overview &gt; .banner-cta.primary section.fundraising-products &gt; .banner-cta.secondary .ctas .btn-waiting.btn,
  .kk-field-form .form-actions section.fundraising-products &gt; .banner-cta.secondary section.fundraising-overview &gt; .banner-cta.primary .ctas .btn-waiting.btn,
  .kk-field-form .form-actions section.fundraising-overview &gt; .banner-cta.secondary .ctas .btn-waiting.btn.btn-primary,
  .kk-field-form .form-actions section.fundraising-overview &gt; .banner-cta.secondary section.fundraising-products &gt; .banner-cta.primary .ctas .btn-waiting.btn,
  .kk-field-form .form-actions section.fundraising-products &gt; .banner-cta.primary section.fundraising-overview &gt; .banner-cta.secondary .ctas .btn-waiting.btn,
  .kk-field-form .form-actions section.fundraising-products &gt; .banner-cta.primary .ctas .btn-secondary.btn-waiting.btn,
  .kk-field-form .form-actions section.fundraising-products &gt; .banner-cta.primary section.fundraising-products &gt; .banner-cta.secondary .ctas .btn-waiting.btn,
  .kk-field-form .form-actions section.fundraising-products &gt; .banner-cta.secondary section.fundraising-products &gt; .banner-cta.primary .ctas .btn-waiting.btn,
  .kk-field-form .form-actions section.fundraising-products &gt; .banner-cta.secondary .ctas .btn-waiting.btn.btn-primary,
  section.fundraising-overview &gt; .btn-secondary.btn-waiting.banner-cta.primary,
  section.fundraising-overview &gt; .banner-cta.primary .ctas .btn-secondary.btn-waiting.btn,
  section.fundraising-overview &gt; .banner-cta.primary section.fundraising-overview &gt; .banner-cta.secondary .ctas .btn-waiting.btn,
  section.fundraising-overview &gt; .banner-cta.primary section.fundraising-products &gt; .banner-cta.secondary .ctas .btn-waiting.btn,
  section.fundraising-overview &gt; .btn-secondary.btn-waiting.banner-cta.secondary,
  section.fundraising-overview &gt; .banner-cta.secondary .ctas .btn-waiting.btn,
  section.fundraising-presell &gt; .ctas .btn-secondary.btn-waiting.cta,
  section.fundraising-products &gt; .btn-secondary.btn-waiting.banner-cta.primary,
  section.fundraising-products &gt; .banner-cta.primary .ctas .btn-secondary.btn-waiting.btn,
  section.fundraising-products &gt; .banner-cta.primary section.fundraising-overview &gt; .banner-cta.secondary .ctas .btn-waiting.btn,
  section.fundraising-products &gt; .banner-cta.primary section.fundraising-products &gt; .banner-cta.secondary .ctas .btn-waiting.btn,
  section.fundraising-products &gt; .btn-secondary.btn-waiting.banner-cta.secondary,
  section.fundraising-products &gt; .banner-cta.secondary .ctas .btn-waiting.btn, .btn-tertiary.btn-waiting.shadow, .kk-field-form .form-actions .btn-tertiary.btn-waiting.btn.btn-primary, .kk-field-form .form-actions section.fundraising-overview &gt; .banner-cta.primary .ctas .btn-tertiary.btn-waiting.btn, .kk-field-form .form-actions section.fundraising-products &gt; .banner-cta.primary .ctas .btn-tertiary.btn-waiting.btn, section.fundraising-overview &gt; .btn-tertiary.btn-waiting.banner-cta.primary, section.fundraising-overview &gt; .banner-cta.primary .ctas .btn-tertiary.btn-waiting.btn, section.fundraising-overview &gt; .btn-tertiary.btn-waiting.banner-cta.secondary, section.fundraising-overview &gt; .banner-cta.secondary .ctas .btn-tertiary.btn-waiting.btn, section.fundraising-presell &gt; .ctas .btn-tertiary.btn-waiting.cta, section.fundraising-products &gt; .btn-tertiary.btn-waiting.banner-cta.primary, section.fundraising-products &gt; .banner-cta.primary .ctas .btn-tertiary.btn-waiting.btn, section.fundraising-products &gt; .btn-tertiary.btn-waiting.banner-cta.secondary, section.fundraising-products &gt; .banner-cta.secondary .ctas .btn-tertiary.btn-waiting.btn {
    box-shadow: 0 4px 12px 0 rgba(70, 70, 70, 0.15) !important; }
    .btn-primary.btn-waiting.shadow:hover, .kk-field-form .form-actions .btn-primary.btn-waiting.btn:hover, .kk-field-form .form-actions section.fundraising-overview &gt; .banner-cta.primary .ctas .btn-waiting.btn:hover, .kk-field-form .form-actions section.fundraising-products &gt; .banner-cta.primary .ctas .btn-waiting.btn:hover, section.fundraising-overview &gt; .btn-primary.btn-waiting.banner-cta.primary:hover, section.fundraising-overview &gt; .banner-cta.primary .ctas .btn-waiting.btn:hover, section.fundraising-overview &gt; .btn-primary.btn-waiting.banner-cta.secondary:hover, section.fundraising-overview &gt; .banner-cta.secondary .ctas .btn-primary.btn-waiting.btn:hover, section.fundraising-overview &gt; .banner-cta.secondary section.fundraising-overview &gt; .banner-cta.primary .ctas .btn-waiting.btn:hover, section.fundraising-overview &gt; .banner-cta.secondary section.fundraising-products &gt; .banner-cta.primary .ctas .btn-waiting.btn:hover, section.fundraising-presell &gt; .ctas .btn-primary.btn-waiting.cta:hover, section.fundraising-products &gt; .btn-primary.btn-waiting.banner-cta.primary:hover, section.fundraising-products &gt; .banner-cta.primary .ctas .btn-waiting.btn:hover, section.fundraising-products &gt; .btn-primary.btn-waiting.banner-cta.secondary:hover, section.fundraising-products &gt; .banner-cta.secondary .ctas .btn-primary.btn-waiting.btn:hover, section.fundraising-products &gt; .banner-cta.secondary section.fundraising-overview &gt; .banner-cta.primary .ctas .btn-waiting.btn:hover, section.fundraising-products &gt; .banner-cta.secondary section.fundraising-products &gt; .banner-cta.primary .ctas .btn-waiting.btn:hover, .btn-primary.btn-waiting.shadow:active, .kk-field-form .form-actions .btn-primary.btn-waiting.btn:active, .kk-field-form .form-actions section.fundraising-overview &gt; .banner-cta.primary .ctas .btn-waiting.btn:active, .kk-field-form .form-actions section.fundraising-products &gt; .banner-cta.primary .ctas .btn-waiting.btn:active, section.fundraising-overview &gt; .btn-primary.btn-waiting.banner-cta.primary:active, section.fundraising-overview &gt; .banner-cta.primary .ctas .btn-waiting.btn:active, section.fundraising-overview &gt; .btn-primary.btn-waiting.banner-cta.secondary:active, section.fundraising-overview &gt; .banner-cta.secondary .ctas .btn-primary.btn-waiting.btn:active, section.fundraising-overview &gt; .banner-cta.secondary section.fundraising-overview &gt; .banner-cta.primary .ctas .btn-waiting.btn:active, section.fundraising-overview &gt; .banner-cta.secondary section.fundraising-products &gt; .banner-cta.primary .ctas .btn-waiting.btn:active, section.fundraising-presell &gt; .ctas .btn-primary.btn-waiting.cta:active, section.fundraising-products &gt; .btn-primary.btn-waiting.banner-cta.primary:active, section.fundraising-products &gt; .banner-cta.primary .ctas .btn-waiting.btn:active, section.fundraising-products &gt; .btn-primary.btn-waiting.banner-cta.secondary:active, section.fundraising-products &gt; .banner-cta.secondary .ctas .btn-primary.btn-waiting.btn:active, section.fundraising-products &gt; .banner-cta.secondary section.fundraising-overview &gt; .banner-cta.primary .ctas .btn-waiting.btn:active, section.fundraising-products &gt; .banner-cta.secondary section.fundraising-products &gt; .banner-cta.primary .ctas .btn-waiting.btn:active, .btn-primary.btn-waiting.shadow:active:focus, .kk-field-form .form-actions .btn-primary.btn-waiting.btn:active:focus, .kk-field-form .form-actions section.fundraising-overview &gt; .banner-cta.primary .ctas .btn-waiting.btn:active:focus, .kk-field-form .form-actions section.fundraising-products &gt; .banner-cta.primary .ctas .btn-waiting.btn:active:focus, section.fundraising-overview &gt; .btn-primary.btn-waiting.banner-cta.primary:active:focus, section.fundraising-overview &gt; .banner-cta.primary .ctas .btn-waiting.btn:active:focus, section.fundraising-overview &gt; .btn-primary.btn-waiting.banner-cta.secondary:active:focus, section.fundraising-overview &gt; .banner-cta.secondary .ctas .btn-primary.btn-waiting.btn:active:focus, section.fundraising-overview &gt; .banner-cta.secondary section.fundraising-overview &gt; .banner-cta.primary .ctas .btn-waiting.btn:active:focus, section.fundraising-overview &gt; .banner-cta.secondary section.fundraising-products &gt; .banner-cta.primary .ctas .btn-waiting.btn:active:focus, section.fundraising-presell &gt; .ctas .btn-primary.btn-waiting.cta:active:focus, section.fundraising-products &gt; .btn-primary.btn-waiting.banner-cta.primary:active:focus, section.fundraising-products &gt; .banner-cta.primary .ctas .btn-waiting.btn:active:focus, section.fundraising-products &gt; .btn-primary.btn-waiting.banner-cta.secondary:active:focus, section.fundraising-products &gt; .banner-cta.secondary .ctas .btn-primary.btn-waiting.btn:active:focus, section.fundraising-products &gt; .banner-cta.secondary section.fundraising-overview &gt; .banner-cta.primary .ctas .btn-waiting.btn:active:focus, section.fundraising-products &gt; .banner-cta.secondary section.fundraising-products &gt; .banner-cta.primary .ctas .btn-waiting.btn:active:focus,
    .btn-secondary.btn-waiting.shadow:hover,
    .kk-field-form .form-actions .btn-secondary.btn-waiting.btn.btn-primary:hover,
    .kk-field-form .form-actions section.fundraising-overview &gt; .banner-cta.primary .ctas .btn-secondary.btn-waiting.btn:hover,
    .kk-field-form .form-actions section.fundraising-overview &gt; .banner-cta.primary section.fundraising-overview &gt; .banner-cta.secondary .ctas .btn-waiting.btn:hover,
    .kk-field-form .form-actions section.fundraising-overview &gt; .banner-cta.secondary section.fundraising-overview &gt; .banner-cta.primary .ctas .btn-waiting.btn:hover,
    .kk-field-form .form-actions section.fundraising-overview &gt; .banner-cta.primary section.fundraising-products &gt; .banner-cta.secondary .ctas .btn-waiting.btn:hover,
    .kk-field-form .form-actions section.fundraising-products &gt; .banner-cta.secondary section.fundraising-overview &gt; .banner-cta.primary .ctas .btn-waiting.btn:hover,
    .kk-field-form .form-actions section.fundraising-overview &gt; .banner-cta.secondary .ctas .btn-waiting.btn.btn-primary:hover,
    .kk-field-form .form-actions section.fundraising-overview &gt; .banner-cta.secondary section.fundraising-products &gt; .banner-cta.primary .ctas .btn-waiting.btn:hover,
    .kk-field-form .form-actions section.fundraising-products &gt; .banner-cta.primary section.fundraising-overview &gt; .banner-cta.secondary .ctas .btn-waiting.btn:hover,
    .kk-field-form .form-actions section.fundraising-products &gt; .banner-cta.primary .ctas .btn-secondary.btn-waiting.btn:hover,
    .kk-field-form .form-actions section.fundraising-products &gt; .banner-cta.primary section.fundraising-products &gt; .banner-cta.secondary .ctas .btn-waiting.btn:hover,
    .kk-field-form .form-actions section.fundraising-products &gt; .banner-cta.secondary section.fundraising-products &gt; .banner-cta.primary .ctas .btn-waiting.btn:hover,
    .kk-field-form .form-actions section.fundraising-products &gt; .banner-cta.secondary .ctas .btn-waiting.btn.btn-primary:hover,
    section.fundraising-overview &gt; .btn-secondary.btn-waiting.banner-cta.primary:hover,
    section.fundraising-overview &gt; .banner-cta.primary .ctas .btn-secondary.btn-waiting.btn:hover,
    section.fundraising-overview &gt; .banner-cta.primary section.fundraising-overview &gt; .banner-cta.secondary .ctas .btn-waiting.btn:hover,
    section.fundraising-overview &gt; .banner-cta.primary section.fundraising-products &gt; .banner-cta.secondary .ctas .btn-waiting.btn:hover,
    section.fundraising-overview &gt; .btn-secondary.btn-waiting.banner-cta.secondary:hover,
    section.fundraising-overview &gt; .banner-cta.secondary .ctas .btn-waiting.btn:hover,
    section.fundraising-presell &gt; .ctas .btn-secondary.btn-waiting.cta:hover,
    section.fundraising-products &gt; .btn-secondary.btn-waiting.banner-cta.primary:hover,
    section.fundraising-products &gt; .banner-cta.primary .ctas .btn-secondary.btn-waiting.btn:hover,
    section.fundraising-products &gt; .banner-cta.primary section.fundraising-overview &gt; .banner-cta.secondary .ctas .btn-waiting.btn:hover,
    section.fundraising-products &gt; .banner-cta.primary section.fundraising-products &gt; .banner-cta.secondary .ctas .btn-waiting.btn:hover,
    section.fundraising-products &gt; .btn-secondary.btn-waiting.banner-cta.secondary:hover,
    section.fundraising-products &gt; .banner-cta.secondary .ctas .btn-waiting.btn:hover,
    .btn-secondary.btn-waiting.shadow:active,
    .kk-field-form .form-actions .btn-secondary.btn-waiting.btn.btn-primary:active,
    .kk-field-form .form-actions section.fundraising-overview &gt; .banner-cta.primary .ctas .btn-secondary.btn-waiting.btn:active,
    .kk-field-form .form-actions section.fundraising-overview &gt; .banner-cta.primary section.fundraising-overview &gt; .banner-cta.secondary .ctas .btn-waiting.btn:active,
    .kk-field-form .form-actions section.fundraising-overview &gt; .banner-cta.secondary section.fundraising-overview &gt; .banner-cta.primary .ctas .btn-waiting.btn:active,
    .kk-field-form .form-actions section.fundraising-overview &gt; .banner-cta.primary section.fundraising-products &gt; .banner-cta.secondary .ctas .btn-waiting.btn:active,
    .kk-field-form .form-actions section.fundraising-products &gt; .banner-cta.secondary section.fundraising-overview &gt; .banner-cta.primary .ctas .btn-waiting.btn:active,
    .kk-field-form .form-actions section.fundraising-overview &gt; .banner-cta.secondary .ctas .btn-waiting.btn.btn-primary:active,
    .kk-field-form .form-actions section.fundraising-overview &gt; .banner-cta.secondary section.fundraising-products &gt; .banner-cta.primary .ctas .btn-waiting.btn:active,
    .kk-field-form .form-actions section.fundraising-products &gt; .banner-cta.primary section.fundraising-overview &gt; .banner-cta.secondary .ctas .btn-waiting.btn:active,
    .kk-field-form .form-actions section.fundraising-products &gt; .banner-cta.primary .ctas .btn-secondary.btn-waiting.btn:active,
    .kk-field-form .form-actions section.fundraising-products &gt; .banner-cta.primary section.fundraising-products &gt; .banner-cta.secondary .ctas .btn-waiting.btn:active,
    .kk-field-form .form-actions section.fundraising-products &gt; .banner-cta.secondary section.fundraising-products &gt; .banner-cta.primary .ctas .btn-waiting.btn:active,
    .kk-field-form .form-actions section.fundraising-products &gt; .banner-cta.secondary .ctas .btn-waiting.btn.btn-primary:active,
    section.fundraising-overview &gt; .btn-secondary.btn-waiting.banner-cta.primary:active,
    section.fundraising-overview &gt; .banner-cta.primary .ctas .btn-secondary.btn-waiting.btn:active,
    section.fundraising-overview &gt; .banner-cta.primary section.fundraising-overview &gt; .banner-cta.secondary .ctas .btn-waiting.btn:active,
    section.fundraising-overview &gt; .banner-cta.primary section.fundraising-products &gt; .banner-cta.secondary .ctas .btn-waiting.btn:active,
    section.fundraising-overview &gt; .btn-secondary.btn-waiting.banner-cta.secondary:active,
    section.fundraising-overview &gt; .banner-cta.secondary .ctas .btn-waiting.btn:active,
    section.fundraising-presell &gt; .ctas .btn-secondary.btn-waiting.cta:active,
    section.fundraising-products &gt; .btn-secondary.btn-waiting.banner-cta.primary:active,
    section.fundraising-products &gt; .banner-cta.primary .ctas .btn-secondary.btn-waiting.btn:active,
    section.fundraising-products &gt; .banner-cta.primary section.fundraising-overview &gt; .banner-cta.secondary .ctas .btn-waiting.btn:active,
    section.fundraising-products &gt; .banner-cta.primary section.fundraising-products &gt; .banner-cta.secondary .ctas .btn-waiting.btn:active,
    section.fundraising-products &gt; .btn-secondary.btn-waiting.banner-cta.secondary:active,
    section.fundraising-products &gt; .banner-cta.secondary .ctas .btn-waiting.btn:active,
    .btn-secondary.btn-waiting.shadow:active:focus,
    .kk-field-form .form-actions .btn-secondary.btn-waiting.btn.btn-primary:active:focus,
    .kk-field-form .form-actions section.fundraising-overview &gt; .banner-cta.primary .ctas .btn-secondary.btn-waiting.btn:active:focus,
    .kk-field-form .form-actions section.fundraising-overview &gt; .banner-cta.primary section.fundraising-overview &gt; .banner-cta.secondary .ctas .btn-waiting.btn:active:focus,
    .kk-field-form .form-actions section.fundraising-overview &gt; .banner-cta.secondary section.fundraising-overview &gt; .banner-cta.primary .ctas .btn-waiting.btn:active:focus,
    .kk-field-form .form-actions section.fundraising-overview &gt; .banner-cta.primary section.fundraising-products &gt; .banner-cta.secondary .ctas .btn-waiting.btn:active:focus,
    .kk-field-form .form-actions section.fundraising-products &gt; .banner-cta.secondary section.fundraising-overview &gt; .banner-cta.primary .ctas .btn-waiting.btn:active:focus,
    .kk-field-form .form-actions section.fundraising-overview &gt; .banner-cta.secondary .ctas .btn-waiting.btn.btn-primary:active:focus,
    .kk-field-form .form-actions section.fundraising-overview &gt; .banner-cta.secondary section.fundraising-products &gt; .banner-cta.primary .ctas .btn-waiting.btn:active:focus,
    .kk-field-form .form-actions section.fundraising-products &gt; .banner-cta.primary section.fundraising-overview &gt; .banner-cta.secondary .ctas .btn-waiting.btn:active:focus,
    .kk-field-form .form-actions section.fundraising-products &gt; .banner-cta.primary .ctas .btn-secondary.btn-waiting.btn:active:focus,
    .kk-field-form .form-actions section.fundraising-products &gt; .banner-cta.primary section.fundraising-products &gt; .banner-cta.secondary .ctas .btn-waiting.btn:active:focus,
    .kk-field-form .form-actions section.fundraising-products &gt; .banner-cta.secondary section.fundraising-products &gt; .banner-cta.primary .ctas .btn-waiting.btn:active:focus,
    .kk-field-form .form-actions section.fundraising-products &gt; .banner-cta.secondary .ctas .btn-waiting.btn.btn-primary:active:focus,
    section.fundraising-overview &gt; .btn-secondary.btn-waiting.banner-cta.primary:active:focus,
    section.fundraising-overview &gt; .banner-cta.primary .ctas .btn-secondary.btn-waiting.btn:active:focus,
    section.fundraising-overview &gt; .banner-cta.primary section.fundraising-overview &gt; .banner-cta.secondary .ctas .btn-waiting.btn:active:focus,
    section.fundraising-overview &gt; .banner-cta.primary section.fundraising-products &gt; .banner-cta.secondary .ctas .btn-waiting.btn:active:focus,
    section.fundraising-overview &gt; .btn-secondary.btn-waiting.banner-cta.secondary:active:focus,
    section.fundraising-overview &gt; .banner-cta.secondary .ctas .btn-waiting.btn:active:focus,
    section.fundraising-presell &gt; .ctas .btn-secondary.btn-waiting.cta:active:focus,
    section.fundraising-products &gt; .btn-secondary.btn-waiting.banner-cta.primary:active:focus,
    section.fundraising-products &gt; .banner-cta.primary .ctas .btn-secondary.btn-waiting.btn:active:focus,
    section.fundraising-products &gt; .banner-cta.primary section.fundraising-overview &gt; .banner-cta.secondary .ctas .btn-waiting.btn:active:focus,
    section.fundraising-products &gt; .banner-cta.primary section.fundraising-products &gt; .banner-cta.secondary .ctas .btn-waiting.btn:active:focus,
    section.fundraising-products &gt; .btn-secondary.btn-waiting.banner-cta.secondary:active:focus,
    section.fundraising-products &gt; .banner-cta.secondary .ctas .btn-waiting.btn:active:focus, .btn-tertiary.btn-waiting.shadow:hover, .kk-field-form .form-actions .btn-tertiary.btn-waiting.btn.btn-primary:hover, .kk-field-form .form-actions section.fundraising-overview &gt; .banner-cta.primary .ctas .btn-tertiary.btn-waiting.btn:hover, .kk-field-form .form-actions section.fundraising-products &gt; .banner-cta.primary .ctas .btn-tertiary.btn-waiting.btn:hover, section.fundraising-overview &gt; .btn-tertiary.btn-waiting.banner-cta.primary:hover, section.fundraising-overview &gt; .banner-cta.primary .ctas .btn-tertiary.btn-waiting.btn:hover, section.fundraising-overview &gt; .btn-tertiary.btn-waiting.banner-cta.secondary:hover, section.fundraising-overview &gt; .banner-cta.secondary .ctas .btn-tertiary.btn-waiting.btn:hover, section.fundraising-presell &gt; .ctas .btn-tertiary.btn-waiting.cta:hover, section.fundraising-products &gt; .btn-tertiary.btn-waiting.banner-cta.primary:hover, section.fundraising-products &gt; .banner-cta.primary .ctas .btn-tertiary.btn-waiting.btn:hover, section.fundraising-products &gt; .btn-tertiary.btn-waiting.banner-cta.secondary:hover, section.fundraising-products &gt; .banner-cta.secondary .ctas .btn-tertiary.btn-waiting.btn:hover, .btn-tertiary.btn-waiting.shadow:active, .kk-field-form .form-actions .btn-tertiary.btn-waiting.btn.btn-primary:active, .kk-field-form .form-actions section.fundraising-overview &gt; .banner-cta.primary .ctas .btn-tertiary.btn-waiting.btn:active, .kk-field-form .form-actions section.fundraising-products &gt; .banner-cta.primary .ctas .btn-tertiary.btn-waiting.btn:active, section.fundraising-overview &gt; .btn-tertiary.btn-waiting.banner-cta.primary:active, section.fundraising-overview &gt; .banner-cta.primary .ctas .btn-tertiary.btn-waiting.btn:active, section.fundraising-overview &gt; .btn-tertiary.btn-waiting.banner-cta.secondary:active, section.fundraising-overview &gt; .banner-cta.secondary .ctas .btn-tertiary.btn-waiting.btn:active, section.fundraising-presell &gt; .ctas .btn-tertiary.btn-waiting.cta:active, section.fundraising-products &gt; .btn-tertiary.btn-waiting.banner-cta.primary:active, section.fundraising-products &gt; .banner-cta.primary .ctas .btn-tertiary.btn-waiting.btn:active, section.fundraising-products &gt; .btn-tertiary.btn-waiting.banner-cta.secondary:active, section.fundraising-products &gt; .banner-cta.secondary .ctas .btn-tertiary.btn-waiting.btn:active, .btn-tertiary.btn-waiting.shadow:active:focus, .kk-field-form .form-actions .btn-tertiary.btn-waiting.btn.btn-primary:active:focus, .kk-field-form .form-actions section.fundraising-overview &gt; .banner-cta.primary .ctas .btn-tertiary.btn-waiting.btn:active:focus, .kk-field-form .form-actions section.fundraising-products &gt; .banner-cta.primary .ctas .btn-tertiary.btn-waiting.btn:active:focus, section.fundraising-overview &gt; .btn-tertiary.btn-waiting.banner-cta.primary:active:focus, section.fundraising-overview &gt; .banner-cta.primary .ctas .btn-tertiary.btn-waiting.btn:active:focus, section.fundraising-overview &gt; .btn-tertiary.btn-waiting.banner-cta.secondary:active:focus, section.fundraising-overview &gt; .banner-cta.secondary .ctas .btn-tertiary.btn-waiting.btn:active:focus, section.fundraising-presell &gt; .ctas .btn-tertiary.btn-waiting.cta:active:focus, section.fundraising-products &gt; .btn-tertiary.btn-waiting.banner-cta.primary:active:focus, section.fundraising-products &gt; .banner-cta.primary .ctas .btn-tertiary.btn-waiting.btn:active:focus, section.fundraising-products &gt; .btn-tertiary.btn-waiting.banner-cta.secondary:active:focus, section.fundraising-products &gt; .banner-cta.secondary .ctas .btn-tertiary.btn-waiting.btn:active:focus {
      box-shadow: 0 4px 12px 0 rgba(70, 70, 70, 0.15) !important; }

.account-layout .btn {
  font-size: 15px;
  padding-top: 18px;
  padding-bottom: 18px; }
  .account-layout .btn:focus {
    box-shadow: none; }

h1.kk-heading {
  text-align: center;
  color: #046a38; }
  h1.kk-heading em {
    display: block;
    font-family: "BrandonGrotesque-BlackItalic", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-size: 40%;
    line-height: 100%;
    color: #c8102e;
    margin-bottom: 5px;
    letter-spacing: 1px; }
    @media (min-width: 768px) {
      h1.kk-heading em {
        font-size: 60%;
        line-height: 100%; } }
  h1.kk-heading strong {
    display: block;
    font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #0b6a38;
    font-size: 60%;
    line-height: 100%; }
    @media (min-width: 576px) {
      h1.kk-heading strong {
        font-size: 80%;
        line-height: 125%; } }
    @media (min-width: 768px) {
      h1.kk-heading strong {
        font-size: 100%;
        line-height: 120%;
        letter-spacing: 1.5px; } }
    @media (min-width: 992px) {
      h1.kk-heading strong {
        font-size: 120%;
        line-height: 100%;
        letter-spacing: 1.5px; } }
    @media (min-width: 992px) {
      h1.kk-heading strong {
        font-size: 160%;
        line-height: 100%; } }

h2.title {
  font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
  color: #0b6a38;
  font-size: 22px;
  text-transform: uppercase; }
  @media (min-width: 992px) {
    h2.title {
      font-size: 40px; } }

p.kk-intro {
  color: #595959;
  font-size: 88%;
  line-height: 172%;
  text-align: center; }
  @media (min-width: 576px) {
    p.kk-intro {
      padding: 15px 30px; } }
  @media (min-width: 992px) {
    p.kk-intro {
      padding: 30px; } }

.hotlight {
  overflow: hidden; }
  .hotlight .hotlight-container {
    display: none; }

.hotlight.on.on .page-container .header-container {
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #d01f2f; }
  .keyboard-accessible .hotlight.on.on .page-container .header-container header .mobile-header a:focus, .keyboard-accessible
  .hotlight.on.on .page-container .header-container header .mobile-header button:focus {
    outline: 2px dotted #fff; }
  .hotlight.on.on .page-container .header-container header .mobile-header .search-trigger:before {
    background-image: url("/App_Themes/krispykremenew/Content/icons/search-white.svg"); }
  .hotlight.on.on .page-container .header-container header .mobile-header .navigation-trigger:before {
    background-image: url("/App_Themes/krispykremenew/Content/icons/hamburger-white.svg"); }

.hotlight.on.on .page-container .main-container .hotlight-container {
  display: none; }
  .hotlight.on.on .page-container .main-container .hotlight-container .content {
    position: relative; }
    .hotlight.on.on .page-container .main-container .hotlight-container .content ul.items {
      position: relative; }
  .hotlight.on.on .page-container .main-container .hotlight-container p.title span {
    opacity: .78; }
  .hotlight.on.on .page-container .main-container .hotlight-container p.user span {
    opacity: .78; }
  .hotlight.on.on .page-container .main-container .hotlight-container .home-twitter-play img, .hotlight.on.on .page-container .main-container .hotlight-container .home-twitter-pause img {
    opacity: .6; }

.hotlight.on.on .page-container .main-container .main .mobile-ctas {
  margin-bottom: 24px;
  background-color: #d01f2f; }
  .hotlight.on.on .page-container .main-container .main .mobile-ctas ul li {
    border-top: solid 1px #ebebeb; }
    .hotlight.on.on .page-container .main-container .main .mobile-ctas ul li:first-child {
      border-top: none; }
  .hotlight.on.on .page-container .main-container .main .mobile-ctas a {
    color: #fff; }
  .hotlight.on.on .page-container .main-container .main .mobile-ctas .kk-icon.location:before {
    content: none; }
  .hotlight.on.on .page-container .main-container .main .mobile-ctas .kk-icon.location:after {
    content: ' ';
    float: right;
    width: 48px;
    height: 48px;
    padding-bottom: 10px;
    margin-top: -35px;
    margin-left: 10px;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-image: url("../icons/hot-now-white.svg");
    background-size: 48px 48px; }
  .hotlight.on.on .page-container .main-container .main .mobile-ctas .kk-icon.location .info {
    padding-left: 10px; }
  .hotlight.on.on .page-container .main-container .main .mobile-ctas .kk-icon.doughnut:before {
    background-image: url("../icons/doughnut-white.svg"); }
  .hotlight.on.on .page-container .main-container .main .mobile-ctas .kk-icon.coffee:before {
    background-image: url("../icons/coffee-white.svg"); }
  .hotlight.on.on .page-container .main-container .main .mobile-ctas.light ul li {
    display: none; }
    .hotlight.on.on .page-container .main-container .main .mobile-ctas.light ul li:first-child {
      display: block; }

@media (min-width: 576px) {
  .hotlight.on.on .page-container {
    z-index: 1; }
    .hotlight.on.on .page-container:before {
      content: ' ';
      display: block;
      height: 600px;
      width: 100%;
      position: fixed;
      margin-left: -30px;
      background: url("/App_Themes/krispykremenew/Content/images/bg-hotlight.png") no-repeat;
      background-position: bottom left;
      z-index: -1; }
    .hotlight.on.on .page-container .header-container {
      margin-left: -30px;
      margin-right: -30px;
      padding-left: 30px;
      padding-right: 30px;
      background-color: rgba(255, 255, 255, 0); }
      .hotlight.on.on .page-container .header-container header .background-pattern {
        margin-top: 105px; }
    .hotlight.on.on .page-container .main-container .main {
      padding: 32px 15px 0;
      background-color: #fff; }
    .hotlight.on.on .page-container .main-container footer {
      background-color: #fff; } }

@media (min-width: 768px) {
  .hotlight.on.on .page-container {
    margin-top: -18px; }
    .hotlight.on.on .page-container:before {
      margin-left: 0; }
    .hotlight.on.on .page-container .header-container {
      margin-left: 0;
      margin-right: 0;
      padding-left: 0;
      padding-right: 0;
      padding-top: 18px; }
      .keyboard-accessible .hotlight.on.on .page-container .header-container header .mobile-navigation a:focus, .keyboard-accessible
      .hotlight.on.on .page-container .header-container header .mobile-navigation button:focus {
        outline: 2px dotted #fff; }
      .hotlight.on.on .page-container .header-container header .mobile-navigation nav .primarySiteLinks &gt; .CMSListMenuUL &gt; li &gt; a {
        color: #fff; }
      .hotlight.on.on .page-container .header-container header .search-container .search-trigger {
        background-image: url("/App_Themes/krispykremenew/Content/icons/search-white.svg"); }
        .keyboard-accessible .hotlight.on.on .page-container .header-container header .search-container .search-trigger:focus {
          outline: 2px dotted #fff; }
      .keyboard-accessible .hotlight.on.on .page-container .header-container .quick-bar a:focus {
        outline: 2px dotted #fff; }
      .hotlight.on.on .page-container .header-container .quick-bar .store-location {
        z-index: 2;
        top: 36px; }
        .hotlight.on.on .page-container .header-container .quick-bar .store-location .location.kk-icon {
          color: #fff; }
          .hotlight.on.on .page-container .header-container .quick-bar .store-location .location.kk-icon:before {
            background-image: url("/App_Themes/krispykremenew/Content/icons/doughnut-marker-white.svg"); }
          .hotlight.on.on .page-container .header-container .quick-bar .store-location .location.kk-icon a {
            color: #fff; }
    .hotlight.on.on .page-container .main-container {
      padding: 100px 25px 0; }
      .hotlight.on.on .page-container .main-container .hotlight-container {
        position: relative;
        top: -28px;
        margin-bottom: -28px;
        display: flex;
        justify-content: center; }
        .hotlight.on.on .page-container .main-container .hotlight-container &gt; .image {
          text-align: center; }
          .hotlight.on.on .page-container .main-container .hotlight-container &gt; .image img {
            max-width: 290px; }
          .hotlight.on.on .page-container .main-container .hotlight-container &gt; .image p {
            margin: -20px 0 30px;
            font-size: 100%;
            line-height: 138%;
            font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
            color: #fff; }
            .hotlight.on.on .page-container .main-container .hotlight-container &gt; .image p strong {
              font-family: "BrandonGrotesque-RegularBold", Arial, Helvetica, sans-serif; }
        .hotlight.on.on .page-container .main-container .hotlight-container &gt; .content {
          display: none; }
      .hotlight.on.on .page-container .main-container .main {
        padding-top: 40px; } }

@media (min-width: 992px) {
  .keyboard-accessible .hotlight.on.on .page-container .main-container .hotlight-container a:focus, .keyboard-accessible
  .hotlight.on.on .page-container .main-container .hotlight-container button:focus {
    outline: 2px dotted #fff; }
  .hotlight.on.on .page-container .main-container .hotlight-container &gt; .image {
    flex-basis: 50%; }
    .hotlight.on.on .page-container .main-container .hotlight-container &gt; .image img {
      max-width: 100%; }
    .hotlight.on.on .page-container .main-container .hotlight-container &gt; .image p {
      margin: 0 0 30px; }
  .hotlight.on.on .page-container .main-container .hotlight-container &gt; .content {
    display: block;
    flex-basis: 50%;
    align-self: flex-end;
    padding: 20px 0 30px; }
    .hotlight.on.on .page-container .main-container .hotlight-container &gt; .content ul.items {
      max-height: 260px;
      overflow: hidden; }
      .hotlight.on.on .page-container .main-container .hotlight-container &gt; .content ul.items li p.user {
        margin-bottom: 8px; }
        .hotlight.on.on .page-container .main-container .hotlight-container &gt; .content ul.items li p.user strong {
          font-size: 88%;
          line-height: 158%;
          font-family: "BrandonGrotesque-RegularBold", Arial, Helvetica, sans-serif;
          color: #fff; }
        .hotlight.on.on .page-container .main-container .hotlight-container &gt; .content ul.items li p.user span {
          font-size: 88%;
          line-height: 158%;
          font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
          color: #fff; }
      .hotlight.on.on .page-container .main-container .hotlight-container &gt; .content ul.items li p.title {
        margin-bottom: 28px;
        font-size: 75%;
        line-height: 150%;
        font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
        color: #fff; }
        .hotlight.on.on .page-container .main-container .hotlight-container &gt; .content ul.items li p.title em {
          font-family: "BrandonGrotesque-RegularBold", Arial, Helvetica, sans-serif;
          font-style: normal; }
    .hotlight.on.on .page-container .main-container .hotlight-container &gt; .content .home-twitter-controls {
      padding-top: 27px;
      display: flex; }
      .hotlight.on.on .page-container .main-container .hotlight-container &gt; .content .home-twitter-controls i {
        font-size: 150%;
        line-height: 100%;
        color: #fff; }
      .hotlight.on.on .page-container .main-container .hotlight-container &gt; .content .home-twitter-controls button {
        padding: 0 8px; }
      .hotlight.on.on .page-container .main-container .hotlight-container &gt; .content .home-twitter-controls button:nth-child(2) {
        margin-left: auto; } }

@media (min-width: 1200px) {
  .hotlight.on.on .page-container:before {
    max-width: 1440px;
    height: 737px; }
  .hotlight.on.on .page-container .header-container header .background-pattern {
    margin-top: 238px; }
  .hotlight.on.on .page-container .main-container .hotlight-container {
    top: -100px;
    margin-bottom: -100px; }
    .hotlight.on.on .page-container .main-container .hotlight-container &gt; .image img {
      position: relative;
      top: 40px; }
    .hotlight.on.on .page-container .main-container .hotlight-container &gt; .content {
      max-height: 450px;
      padding-top: 30px; }
      .hotlight.on.on .page-container .main-container .hotlight-container &gt; .content ul.items {
        max-height: 350px; }
  .hotlight.on.on .page-container .main-container .main {
    padding: 48px 30px 0; } }

body.account-layout {
  background-color: #fff; }
  @media (min-width: 992px) {
    body.account-layout.anonymous {
      background-color: #f7f9fa; } }
  @media (min-width: 992px) {
    body.account-layout.anonymous {
      padding-top: 50px;
      padding-bottom: 50px; } }
  body.account-layout.anonymous .main-container {
    padding-top: 0; }
  body.account-layout.anonymous .page-container {
    background-color: #fff;
    display: block;
    width: 100%; }
    @media (min-width: 992px) {
      body.account-layout.anonymous .page-container {
        box-shadow: 0 15px 40px 0 rgba(70, 70, 70, 0.13);
        max-width: 780px; } }
    body.account-layout.anonymous .page-container header {
      position: static;
      width: 100%;
      min-width: 100%; }
      body.account-layout.anonymous .page-container header .header-container {
        position: static;
        width: 100%;
        display: block;
        height: auto;
        text-align: center; }
        body.account-layout.anonymous .page-container header .header-container .mobile-header .search-trigger,
        body.account-layout.anonymous .page-container header .header-container .mobile-header .navigation-trigger {
          display: none; }
        body.account-layout.anonymous .page-container header .header-container .logo {
          display: inline-block; }
          body.account-layout.anonymous .page-container header .header-container .logo img {
            max-width: none;
            width: auto;
            height: 60px; }
      body.account-layout.anonymous .page-container header .btn-close {
        position: absolute;
        top: 30px;
        right: 30px;
        width: 30px;
        height: 30px;
        padding: 0;
        white-space: nowrap;
        z-index: 99; }
        body.account-layout.anonymous .page-container header .btn-close:after {
          content: ' ';
          width: 30px;
          height: 30px;
          display: inline-block;
          background-image: url("../icons/close-green.svg");
          background-size: 15px;
          background-position: center;
          background-repeat: no-repeat;
          color: #0b6a38;
          position: absolute;
          right: 0;
          top: 0; }

@media (min-width: 992px) {
  .page-container.account-container header {
    position: fixed;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 200px;
    height: 100%;
    z-index: 3; } }

.page-container.account-container header .mobile-header {
  text-align: center;
  padding: 11px 0 11px 0;
  display: block; }
  @media (min-width: 992px) {
    .page-container.account-container header .mobile-header {
      padding: 0;
      display: inline; } }
  .page-container.account-container header .mobile-header .search-trigger {
    position: absolute;
    right: 0;
    top: 17px;
    padding: 0;
    display: inline-block; }
    .page-container.account-container header .mobile-header .search-trigger:before {
      content: ' ';
      display: inline-block;
      width: 40px;
      height: 32px;
      background-image: url("/App_Themes/krispykremenew/Content/images/shop/icons/ic-cart.svg");
      background-repeat: no-repeat;
      background-size: 18px;
      background-position: 12px 10px; }
    @media (min-width: 992px) {
      .page-container.account-container header .mobile-header .search-trigger {
        display: none; } }
  .page-container.account-container header .mobile-header .navigation-trigger {
    position: absolute;
    left: 0;
    top: 18px;
    padding: 0;
    display: inline-block; }
    .page-container.account-container header .mobile-header .navigation-trigger:before {
      content: ' ';
      width: 40px;
      height: 32px;
      display: inline-block;
      background-image: url("../icons/hamburger.svg");
      background-size: 18px;
      background-position: 10px;
      background-repeat: no-repeat;
      color: #0b6a38; }
    @media (min-width: 992px) {
      .page-container.account-container header .mobile-header .navigation-trigger {
        display: none; } }

.page-container.account-container header .logo {
  display: block; }
  .page-container.account-container header .logo img {
    max-width: 100px; }
    @media (min-width: 1200px) {
      .page-container.account-container header .logo img {
        max-width: 200px; } }

.page-container.account-container header .mobile-navigation {
  z-index: 20;
  position: fixed;
  visibility: hidden;
  top: 0;
  bottom: 0;
  left: 100%;
  width: 100%;
  min-width: 100%;
  background-color: #fff;
  transition: transform .5s ease-in-out; }
  .page-container.account-container header .mobile-navigation.transitioning {
    visibility: visible; }
  .navigation-opened .page-container.account-container header .mobile-navigation {
    transform: translateX(-100%);
    transition: transform .5s ease-in-out;
    visibility: visible; }
  @media (min-width: 992px) {
    .page-container.account-container header .mobile-navigation {
      background-color: transparent;
      display: block;
      position: static;
      top: auto;
      left: auto;
      bottom: auto;
      visibility: visible; }
      .navigation-opened .page-container.account-container header .mobile-navigation {
        transform: none;
        transition: none; } }
  .page-container.account-container header .mobile-navigation .mobile-scrollable {
    position: absolute;
    overflow-y: auto;
    top: 45px;
    bottom: 0;
    left: 0;
    right: 0; }
    @media (min-width: 992px) {
      .page-container.account-container header .mobile-navigation .mobile-scrollable {
        position: static;
        overflow: visible; } }

.page-container.account-container header .mobile-close-trigger {
  position: absolute;
  right: 5px;
  top: 10px;
  padding: 0; }
  .navigation-opened .page-container.account-container header .mobile-close-trigger,
  .search-opened .page-container.account-container header .mobile-close-trigger {
    display: inline-block; }
    @media (min-width: 992px) {
      .navigation-opened .page-container.account-container header .mobile-close-trigger,
      .search-opened .page-container.account-container header .mobile-close-trigger {
        display: none; } }
  .page-container.account-container header .mobile-close-trigger:before {
    content: ' ';
    width: 40px;
    height: 32px;
    display: inline-block;
    background-image: url("../icons/close.svg");
    background-size: 18px;
    background-position: 10px;
    background-repeat: no-repeat;
    color: #0b6a38; }
  @media (min-width: 992px) {
    .page-container.account-container header .mobile-close-trigger {
      display: none; } }

.page-container.account-container header .search-box {
  display: none; }
  @media (min-width: 992px) {
    .page-container.account-container header .search-box {
      display: none; } }
  .search-opened .page-container.account-container header .search-box {
    padding: 15px;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    box-shadow: none; }
  .page-container.account-container header .search-box .search-control {
    width: 100%;
    display: block;
    margin-bottom: 15px; }
    .page-container.account-container header .search-box .search-control input {
      border-width: 0;
      border-bottom: 1px solid #7e7e7e;
      width: 100%;
      font-size: 138%;
      line-height: 182%;
      color: #595959; }
      .page-container.account-container header .search-box .search-control input::placeholder {
        color: #595959; }
  .page-container.account-container header .search-box button {
    position: static;
    width: 100%;
    height: auto; }
    .page-container.account-container header .search-box button span {
      position: static;
      width: auto;
      height: auto;
      overflow: auto;
      clip: unset; }

.page-container.account-container header .search-container {
  z-index: 3;
  position: fixed;
  top: 0;
  bottom: 0;
  left: -100%;
  width: 100%;
  min-width: 100%;
  background-color: #fff;
  transition: transform .25s ease-in-out;
  visibility: hidden; }
  .page-container.account-container header .search-container.transitioning {
    visibility: visible; }
  @media (min-width: 992px) {
    .page-container.account-container header .search-container {
      text-align: center; } }
  .search-opened .page-container.account-container header .search-container {
    transform: translateX(100%);
    transition: transform .25s ease-in-out;
    visibility: visible; }
  @media (min-width: 992px) {
    .page-container.account-container header .search-container {
      visibility: visible;
      position: relative;
      background-color: transparent;
      display: block;
      top: auto;
      left: auto;
      bottom: auto; }
      .search-opened .page-container.account-container header .search-container {
        transform: none;
        transition: none; } }
  @media (min-width: 992px) {
    .page-container.account-container header .search-container.active .search-trigger {
      background-image: url("/App_Themes/krispykremenew/Content/images/shop/icons/ic-cart.svg"); }
    .page-container.account-container header .search-container.active .search-box {
      display: block; } }
  .page-container.account-container header .search-container .search-trigger {
    display: none; }
    @media (min-width: 992px) {
      .page-container.account-container header .search-container .search-trigger {
        display: inline-block;
        width: 100px;
        height: 42px;
        background-image: url("../icons/search.svg");
        background-repeat: no-repeat;
        background-size: 24px;
        background-position: 40px 12px;
        padding: 0; }
        .page-container.account-container header .search-container .search-trigger:hover, .page-container.account-container header .search-container .search-trigger.btn:active {
          background-image: url("../icons/search-hover.svg"); }
        .page-container.account-container header .search-container .search-trigger span {
          position: absolute;
          width: 1px;
          height: 1px;
          padding: 0;
          margin: -1px;
          overflow: hidden;
          clip: rect(0, 0, 0, 0);
          border: 0; } }

body.shop-layout {
  background-color: #f7f9fa; }
  body.shop-layout.shop-full-width .page-container .main-container {
    max-width: 100%; }
    body.shop-layout.shop-full-width .page-container .main-container .main {
      max-width: 100%;
      margin-top: 0; }
  body.shop-layout .page-container {
    background-color: #fff;
    display: block;
    width: 100%; }
    body.shop-layout .page-container.shop-container {
      width: 100%;
      max-width: 100%;
      background-color: #f7f9fa;
      padding: 0 15px;
      overflow-x: hidden;
      min-height: 780px; }
      @media (min-width: 768px) {
        body.shop-layout .page-container.shop-container {
          padding: 0; } }
      body.shop-layout .page-container.shop-container .main-container .main {
        margin-top: 8px; }
        @media (min-width: 768px) and (max-width: 1099px) {
          body.shop-layout .page-container.shop-container .main-container .main {
            margin-top: 0; } }
    body.shop-layout .page-container.page-background {
      position: relative;
      height: 100vh; }
    body.shop-layout .page-container .main-container {
      padding-left: 0;
      padding-right: 0;
      width: 100%;
      max-width: 1200px;
      margin: auto;
      position: relative; }
      @media (min-width: 768px) {
        body.shop-layout .page-container .main-container {
          padding-top: 0; } }
      body.shop-layout .page-container .main-container.static-header {
        padding-top: 64px; }
        @media (min-width: 768px) and (max-width: 1099px) {
          body.shop-layout .page-container .main-container.static-header {
            padding-top: 90px; } }
        @media (min-width: 1100px) {
          body.shop-layout .page-container .main-container.static-header {
            padding-top: 72px; } }
      body.shop-layout .page-container .main-container.static-header-mobile-only {
        padding-top: 50px; }
        @media (min-width: 768px) {
          body.shop-layout .page-container .main-container.static-header-mobile-only {
            padding-top: 90px; } }
        @media (min-width: 992px) {
          body.shop-layout .page-container .main-container.static-header-mobile-only {
            padding-top: 0; } }
      @media (min-width: 768px) {
        body.shop-layout .page-container .main-container.main-background {
          height: calc(100vh - 60px); } }
      @media (min-width: 768px) {
        body.shop-layout .page-container .main-container.main-background main {
          position: relative;
          height: calc(100vh - 60px); } }
      body.shop-layout .page-container .main-container .cart-alert-simple {
        display: none;
        visibility: hidden;
        opacity: 0;
        padding: 30px 16px;
        text-align: center;
        z-index: 99;
        right: 300px;
        -webkit-transition: opacity 2s ease-in-out;
        -moz-transition: opacity 2s ease-in-out;
        -ms-transition: opacity 2s ease-in-out;
        -o-transition: opacity 2s ease-in-out;
        transition: opacity 2s ease-in-out; }
        @media (min-width: 768px) {
          body.shop-layout .page-container .main-container .cart-alert-simple {
            padding: 30px; } }
        body.shop-layout .page-container .main-container .cart-alert-simple h2 {
          color: #000;
          font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
          font-size: 113%;
          line-height: 100%;
          text-transform: uppercase; }
        body.shop-layout .page-container .main-container .cart-alert-simple .buttons {
          margin-top: 20px; }
          body.shop-layout .page-container .main-container .cart-alert-simple .buttons .btn {
            width: 100%;
            box-shadow: none; }
          body.shop-layout .page-container .main-container .cart-alert-simple .buttons .btn-secondary, body.shop-layout .page-container .main-container .cart-alert-simple .buttons section.fundraising-overview &gt; .banner-cta.secondary .ctas .btn, section.fundraising-overview &gt; .banner-cta.secondary .ctas body.shop-layout .page-container .main-container .cart-alert-simple .buttons .btn, body.shop-layout .page-container .main-container .cart-alert-simple .buttons section.fundraising-products &gt; .banner-cta.secondary .ctas .btn, section.fundraising-products &gt; .banner-cta.secondary .ctas body.shop-layout .page-container .main-container .cart-alert-simple .buttons .btn {
            width: 100%;
            text-transform: none;
            box-shadow: none; }
        body.shop-layout .page-container .main-container .cart-alert-simple.show {
          visibility: visible;
          display: block;
          position: fixed;
          width: 100%;
          background-color: #046a38;
          top: 70px;
          width: 100%;
          left: 0;
          opacity: 1; }
          @media (min-width: 576px) {
            body.shop-layout .page-container .main-container .cart-alert-simple.show {
              width: 300px;
              left: calc(100% - 300px); } }
          @media (min-width: 768px) and (max-width: 1099px) {
            body.shop-layout .page-container .main-container .cart-alert-simple.show {
              width: 280px;
              left: unset;
              right: 70px; } }
          @media (min-width: 1100px) {
            body.shop-layout .page-container .main-container .cart-alert-simple.show {
              width: 320px;
              left: calc(50% + 315px);
              right: unset; } }
        body.shop-layout .page-container .main-container .cart-alert-simple.hide {
          opacity: 0; }
        body.shop-layout .page-container .main-container .cart-alert-simple .cart-alert-simple-product p {
          display: flex;
          margin: 0;
          text-align: left; }
          body.shop-layout .page-container .main-container .cart-alert-simple .cart-alert-simple-product p:before {
            content: "";
            font-family: "FontAwesome";
            font-size: 82%;
            line-height: 131%;
            font-weight: 300;
            color: #fff; }
          body.shop-layout .page-container .main-container .cart-alert-simple .cart-alert-simple-product p span {
            margin-left: 10px;
            font-family: "BrandonGrotesque-RegularBold", Arial, Helvetica, sans-serif;
            font-size: 82%;
            line-height: 131%;
            color: #fff; }
            body.shop-layout .page-container .main-container .cart-alert-simple .cart-alert-simple-product p span small {
              font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
              font-size: 82%;
              line-height: 131%; }
              @media (min-width: 768px) {
                body.shop-layout .page-container .main-container .cart-alert-simple .cart-alert-simple-product p span small {
                  display: block; } }
        body.shop-layout .page-container .main-container .cart-alert-simple.cart-arrow:after {
          bottom: 100%;
          right: 22px;
          border: solid transparent;
          content: " ";
          height: 0;
          width: 0;
          position: absolute;
          pointer-events: none;
          border-color: rgba(136, 183, 213, 0);
          border-bottom-color: #046a38;
          border-width: 10px;
          margin-left: -18px; }
          @media (min-width: 576px) {
            body.shop-layout .page-container .main-container .cart-alert-simple.cart-arrow:after {
              left: 296px; } }
          @media (min-width: 768px) {
            body.shop-layout .page-container .main-container .cart-alert-simple.cart-arrow:after {
              left: 272px; } }
      body.shop-layout .page-container .main-container .rewards-promo {
        display: none;
        box-shadow: 0 2px 4px 0 rgba(144, 157, 163, 0.12);
        width: 320px;
        background-color: #fff;
        padding: 14px 0 14px 56px;
        position: fixed;
        left: calc((100% - 320px) / 2);
        bottom: 10px; }
        @media (min-width: 576px) {
          body.shop-layout .page-container .main-container .rewards-promo {
            left: auto;
            right: 40px;
            bottom: 10px; } }
        body.shop-layout .page-container .main-container .rewards-promo:before {
          content: ' ';
          background-image: url(/App_Themes/krispykremenew/Content/images/shop/promo-gift-icon.png);
          background-size: contain;
          background-repeat: no-repeat;
          width: 50px;
          height: 50px;
          top: 0;
          left: 0;
          position: absolute; }
        body.shop-layout .page-container .main-container .rewards-promo em {
          font-family: "BrandonGrotesque-BlackItalic", Arial, Helvetica, sans-serif;
          font-style: normal;
          font-size: 88%;
          line-height: 100%;
          color: #d01f2f;
          display: block;
          letter-spacing: 0.5px;
          text-transform: none;
          margin-bottom: 5px; }
          @media (min-width: 576px) {
            body.shop-layout .page-container .main-container .rewards-promo em {
              margin-bottom: 10px; } }
        body.shop-layout .page-container .main-container .rewards-promo ul {
          list-style: none;
          padding: 0;
          margin-bottom: 4px; }
          body.shop-layout .page-container .main-container .rewards-promo ul li {
            font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
            font-size: 88%;
            line-height: 100%;
            color: #0b6a38;
            letter-spacing: 1.2px;
            text-transform: uppercase;
            padding: 4px 0; }
        body.shop-layout .page-container .main-container .rewards-promo a {
          display: block;
          font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
          font-size: 88%;
          line-height: 150%; }
        body.shop-layout .page-container .main-container .rewards-promo a.close {
          position: absolute;
          right: 10px;
          top: 4px; }
          body.shop-layout .page-container .main-container .rewards-promo a.close img {
            width: 12px; }
        body.shop-layout .page-container .main-container .rewards-promo p {
          font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
          font-size: 88%;
          line-height: 150%;
          color: #697378;
          margin: 0; }
    body.shop-layout .page-container .mobile-ctas {
      display: none; }
  body.shop-layout header {
    position: fixed;
    z-index: 99;
    min-width: 100%;
    background-color: #fff;
    margin: 0 -15px; }
    @media (min-width: 768px) and (max-width: 1099px) {
      body.shop-layout header {
        margin: 0;
        width: 100%;
        height: 89px; } }
    @media (min-width: 1100px) {
      body.shop-layout header {
        border-bottom: 2px solid #e8edf0;
        height: 80px;
        margin: 0;
        width: 100%; } }
    body.shop-layout header .header-container {
      position: relative;
      max-width: 1200px;
      margin: auto;
      display: block;
      height: auto;
      text-align: center; }
      @media (min-width: 768px) {
        body.shop-layout header .header-container {
          padding-left: 20px;
          width: 100%; } }
      @media (min-width: 992px) {
        body.shop-layout header .header-container .logo img {
          max-width: 140px; } }
    @media (min-width: 992px) {
      body.shop-layout header .mobile-header {
        text-align: left;
        display: block; } }
    @media (min-width: 768px) {
      body.shop-layout header div.quick-bar {
        padding: 0; } }
    body.shop-layout header div.quick-bar .store-location {
      display: none; }
    body.shop-layout header div.quick-bar .account-navigation-mini-box {
      left: auto;
      right: 0px; }
    body.shop-layout header div.quick-bar .account-links .sign-in a:first-child {
      display: inline-block; }
      @media (min-width: 1200px) {
        body.shop-layout header div.quick-bar .account-links .sign-in a:first-child {
          display: block; } }
    body.shop-layout header div.quick-bar .account-links .sign-in a:last-child {
      display: block;
      font-size: 100%;
      line-height: 163%;
      font-weight: bold;
      color: #0b6a38; }
      @media (min-width: 1200px) {
        body.shop-layout header div.quick-bar .account-links .sign-in a:last-child {
          display: none; } }

@media (min-width: 992px) {
  body.fixed-screen-order-start form {
    height: 100vh; }
  body.fixed-screen-order-start .page-container {
    position: relative;
    height: 100vh;
    margin: 0 auto;
    padding-top: 18px; }
    body.fixed-screen-order-start .page-container .main-container {
      position: absolute;
      padding: 0;
      margin-top: 0;
      top: 101px;
      bottom: 0;
      left: 34px;
      right: 34px; }
      body.fixed-screen-order-start .page-container .main-container .main {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0; } }

body .ab-test-ato {
  margin-left: 10px;
  display: none; }

body .no-banner-linkurl {
  pointer-events: none; }

.select2-container--default .select2-selection--single {
  border: solid 1px #e8edf0;
  border-radius: 24px;
  font-size: 16px !important;
  height: 38px; }
  .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: solid #d01f2f;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-left: -15px;
    margin-top: -7px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    text-align: left;
    padding-left: 18px;
    line-height: 38px;
    padding-right: 35px; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px; }

.select2-container--default.select2-container--open {
  z-index: 0; }
  .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px; }
  .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px; }
  .select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
    border-top-left-radius: 24px;
    border-top-right-radius: 24px; }
  .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 24px;
    border-top-right-radius: 24px; }
  .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border: solid #d01f2f;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-left: -15px;
    margin-top: -7px; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 0;
  border-bottom: solid 1px #e8edf0; }

.select2-container--default .select2-search--dropdown input {
  padding-left: 16px;
  padding-right: 36px; }
  .select2-container--default .select2-search--dropdown input.select2-search__field::placeholder {
    color: #c1c1c1; }

.select2-container--open .select2-dropdown--above {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-dropdown {
  border: solid 1px #e8edf0;
  border-radius: 4px; }
  .select2-dropdown .select2-search--dropdown b.proceed-button {
    border: solid #ebebeb;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    height: 11px;
    width: 11px;
    margin: 11px;
    position: absolute;
    cursor: text;
    right: 7px; }
    .select2-dropdown .select2-search--dropdown b.proceed-button.enabled {
      border: solid #0b6a38;
      border-width: 0 3px 3px 0;
      display: inline-block;
      cursor: pointer; }
      .select2-dropdown .select2-search--dropdown b.proceed-button.enabled:after {
        content: "";
        position: absolute;
        top: -10px;
        right: -15px;
        width: 32px;
        height: 32px; }

.select2-dropdown--above {
  display: flex;
  flex-direction: column; }
  .select2-dropdown--above .select2-search--dropdown {
    order: 2; }
  .select2-dropdown--above .select2-results {
    order: 1; }

.select2-dropdown--below {
  display: flex;
  flex-direction: column; }
  .select2-dropdown--below .select2-search--dropdown {
    order: 2; }
  .select2-dropdown--below .select2-results {
    order: 1; }

.select2-results__option {
  padding: 0 0 0 20px;
  color: #303030;
  line-height: 1.3; }

div.yext-search-bar {
  display: none; }
  @media (max-width: 575px) {
    div.yext-search-bar {
      display: flex;
      padding: 10px 13px; }
      div.yext-search-bar .yxt-AutoComplete-option {
        padding-left: 20px;
        border: 0px; } }
  @media (min-width: 576px) {
    div.yext-search-bar {
      padding: 20px 16px 0px 16px; } }
  @media (min-width: 768px) {
    div.yext-search-bar {
      padding: 0px 2px 10px 2px; } }
  @media (min-width: 1024px) {
    div.yext-search-bar {
      display: inline-block;
      padding: 15px;
      position: absolute;
      top: 16px;
      left: 215px;
      width: calc(100% - 700px);
      white-space: nowrap; } }
  div.yext-search-bar form {
    height: 48px; }
    div.yext-search-bar form:before {
      content: ' ';
      display: inline-table;
      width: 27px;
      height: 34px;
      background-image: url(../icons/search.svg);
      background-repeat: no-repeat;
      background-size: 16px;
      background-position: right 17px;
      padding: 0; }
  div.yext-search-bar .Icon img, div.yext-search-bar .Icon svg {
    height: 1.6em;
    width: 1em;
    /* IE11 Only to address KWE-1295 */ }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      div.yext-search-bar .Icon img, div.yext-search-bar .Icon svg {
        width: 1.4em !important; } }
  div.yext-search-bar .Icon--lg img, div.yext-search-bar .Icon--lg svg {
    height: 1.6em;
    width: 1.6em;
    /* IE11 Only to address KWE-1295 */ }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      div.yext-search-bar .Icon--lg img, div.yext-search-bar .Icon--lg svg {
        width: 2em !important;
        margin-top: .2em !important; } }
  div.yext-search-bar .yxt-SearchBar-container {
    border-radius: 24px; }
  div.yext-search-bar .yxt-SearchBar-input {
    font-size: 16px;
    padding-left: 8px;
    padding-right: 0px;
    width: 100%;
    font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif; }
    div.yext-search-bar .yxt-SearchBar-input::-webkit-input-placeholder {
      color: #c1c1c1; }
    div.yext-search-bar .yxt-SearchBar-input:-moz-placeholder {
      color: #c1c1c1; }
    div.yext-search-bar .yxt-SearchBar-input::-moz-placeholder {
      color: #c1c1c1; }
    div.yext-search-bar .yxt-SearchBar-input:-ms-input-placeholder {
      color: #c1c1c1; }
    div.yext-search-bar .yxt-SearchBar-input::placeholder {
      color: #c1c1c1; }
  div.yext-search-bar .yxt-SearchBar-button {
    display: inline-table;
    padding-left: 0px; }

div.quick-bar {
  /* display: none;*/ }
  @media (max-width: 991.98px) {
    div.quick-bar {
      display: inline-block;
      position: absolute;
      top: 0;
      right: 0; } }
  @media (min-width: 768px) {
    div.quick-bar {
      display: inline-block;
      padding: 15px 9px;
      position: absolute;
      top: 0;
      right: 15px;
      white-space: nowrap; } }
  div.quick-bar .account-links {
    display: none; }
    @media (min-width: 768px) {
      div.quick-bar .account-links {
        vertical-align: middle;
        display: inline-block;
        padding: 16px 15px 25px 15px;
        position: relative; } }
    div.quick-bar .account-links.active .btn-sign-in:before {
      transform: rotateX(180deg);
      transition: transform 0.25s ease-in-out; }
    div.quick-bar .account-links.active .account-navigation-mini-box {
      display: inline-block; }
    div.quick-bar .account-links .sign-in a:first-child {
      font-size: 100%;
      line-height: 163%;
      font-weight: bold;
      color: #0b6a38; }
    div.quick-bar .account-links .sign-in a:last-child {
      /* used for e-comm only */
      display: none; }
    div.quick-bar .account-links .btn-sign-in {
      font-size: 100%;
      line-height: 163%;
      font-weight: bold;
      color: #0b6a38;
      position: relative; }
      div.quick-bar .account-links .btn-sign-in:before {
        float: right;
        display: block;
        width: 16px;
        height: 16px;
        color: #c8102e;
        transition: transform 0.25s ease-in-out;
        margin-top: 4px;
        margin-left: 15px;
        color: #c8102e; }
      div.quick-bar .account-links .btn-sign-in:hover, div.quick-bar .account-links .btn-sign-in:active {
        text-decoration: none; }
    div.quick-bar .account-links .account-navigation-mini-box {
      display: none;
      position: absolute;
      z-index: 10;
      top: 70px;
      left: 10px;
      min-width: 280px;
      background-color: #fff;
      box-shadow: 0 15px 40px 0 rgba(70, 70, 70, 0.13); }
      div.quick-bar .account-links .account-navigation-mini-box .account-navigation-primary {
        padding-top: 15px; }
        div.quick-bar .account-links .account-navigation-mini-box .account-navigation-primary ul li {
          text-align: left; }
        div.quick-bar .account-links .account-navigation-mini-box .account-navigation-primary a {
          border-left: 3px solid transparent;
          position: relative;
          display: block;
          padding: 17px 0 17px 55px;
          text-transform: uppercase;
          font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
          font-size: 75%;
          line-height: 175%;
          letter-spacing: 0.9px; }
          div.quick-bar .account-links .account-navigation-mini-box .account-navigation-primary a:before {
            content: " ";
            position: absolute;
            left: 5px;
            top: 5px;
            display: inline-block;
            width: 40px;
            height: 40px;
            background-position: center;
            background-repeat: no-repeat; }
          div.quick-bar .account-links .account-navigation-mini-box .account-navigation-primary a.active {
            border-left-color: #c8102e; }
          div.quick-bar .account-links .account-navigation-mini-box .account-navigation-primary a.rewards:before {
            background-size: 100%;
            background-image: url("../icons/account/rewards.svg"); }
          div.quick-bar .account-links .account-navigation-mini-box .account-navigation-primary a.order:before {
            background-image: url("../icons/account/doughnuts.svg"); }
          div.quick-bar .account-links .account-navigation-mini-box .account-navigation-primary a.my-card:before {
            background-image: url("../icons/account/card.svg"); }
          div.quick-bar .account-links .account-navigation-mini-box .account-navigation-primary a.messages:before {
            background-image: url("../icons/account/OFFER.svg"); }
          div.quick-bar .account-links .account-navigation-mini-box .account-navigation-primary a.profile:before {
            background-size: 100%;
            background-image: url("../icons/account/profile-security.svg"); }
      div.quick-bar .account-links .account-navigation-mini-box .account-navigation-secondary {
        border-top: 1px solid #ebebeb;
        padding: 16px 0 15px 32px; }
        div.quick-bar .account-links .account-navigation-mini-box .account-navigation-secondary ul li {
          text-align: left; }
          div.quick-bar .account-links .account-navigation-mini-box .account-navigation-secondary ul li a {
            display: block;
            font-size: 88%;
            line-height: 143%;
            color: #595959;
            padding-top: 4px;
            padding-bottom: 4px; }
  div.quick-bar .store-location {
    display: none; }
    @media (min-width: 768px) {
      div.quick-bar .store-location {
        vertical-align: middle;
        display: inline-block;
        padding: 25px 15px; } }
    div.quick-bar .store-location a {
      display: block;
      margin-top: -5px;
      font-size: 82%;
      line-height: 170%; }
      div.quick-bar .store-location a:first-child {
        margin-top: 0;
        font-family: "BrandonGrotesque-RegularBold", Arial, Helvetica, sans-serif;
        font-size: 100%;
        line-height: 169%;
        text-transform: none; }
    div.quick-bar .store-location .kk-icon {
      display: block; }
      div.quick-bar .store-location .kk-icon:before {
        content: " ";
        float: left;
        width: 48px;
        height: 48px;
        margin-right: 10px;
        background-repeat: no-repeat; }
    div.quick-bar .store-location .location {
      display: block; }
      div.quick-bar .store-location .location:before {
        background-size: 27px 34px;
        background-position: 10px 7px; }
    div.quick-bar .store-location .location.kk-icon {
      white-space: nowrap; }
      div.quick-bar .store-location .location.kk-icon:before {
        margin-top: -12px;
        margin-right: 7px;
        background-size: 32px 39px; }
    div.quick-bar .store-location .info {
      display: inline-block; }
  div.quick-bar .shop-cart {
    display: inline-block;
    vertical-align: middle;
    padding: 16px 15px 25px 15px;
    position: relative; }
    div.quick-bar .shop-cart span {
      font-size: 75%;
      line-height: 100%;
      display: none;
      position: absolute;
      background-color: #c8102e;
      border-radius: 10px;
      right: 16px;
      color: #fff;
      padding: 4px 6px; }
      div.quick-bar .shop-cart span.show {
        display: inline-block; }

@media (min-width: 768px) {
  .header-container {
    position: fixed;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 200px;
    z-index: 3; } }

@media (min-width: 1100px) {
  .header-container {
    height: 100%; } }

.header-container .mobile-header {
  text-align: center;
  padding: 11px 0 11px 0; }
  @media (min-width: 992px) {
    .header-container .mobile-header {
      padding: 0;
      display: inline; } }
  .header-container .mobile-header .navigation-trigger {
    position: absolute;
    left: 0;
    top: 18px;
    padding: 0; }
    .header-container .mobile-header .navigation-trigger:before {
      content: ' ';
      width: 40px;
      height: 32px;
      display: inline-block;
      background-image: url("../icons/hamburger.svg");
      background-size: 18px;
      background-position: 10px;
      background-repeat: no-repeat;
      color: #0b6a38; }
    @media (min-width: 992px) {
      .header-container .mobile-header .navigation-trigger {
        display: none; } }

.header-container .logo img {
  max-width: 100px; }
  @media (min-width: 1200px) {
    .header-container .logo img {
      max-width: 200px; } }

.header-container .mobile-navigation {
  z-index: 20;
  position: fixed;
  visibility: hidden;
  top: 0;
  bottom: 0;
  right: 100%;
  width: 100%;
  min-width: 100%;
  background-color: #fff;
  transition: transform .5s ease-in-out;
  text-align: left; }
  .header-container .mobile-navigation.transitioning {
    visibility: visible; }
  .navigation-opened .header-container .mobile-navigation {
    transform: translateX(100%);
    transition: transform .5s ease-in-out;
    visibility: visible; }
  @media (min-width: 768px) {
    .header-container .mobile-navigation {
      background-color: transparent;
      display: block;
      position: static;
      top: auto;
      left: auto;
      bottom: auto;
      visibility: visible; }
      .navigation-opened .header-container .mobile-navigation {
        transform: none;
        transition: none; } }
  .header-container .mobile-navigation .mobile-scrollable {
    position: absolute;
    overflow-y: auto;
    top: 50px;
    bottom: 0;
    left: 0;
    right: 0; }
    .logged-in .header-container .mobile-navigation .mobile-scrollable {
      background-color: #fff; }
    @media (min-width: 768px) {
      .header-container .mobile-navigation .mobile-scrollable {
        position: static;
        overflow: visible; } }
    .header-container .mobile-navigation .mobile-scrollable .sign-in a:last-child {
      display: none; }

.header-container .mobile-close-trigger {
  position: absolute;
  left: 5px;
  top: 10px;
  padding: 0; }
  .navigation-opened .header-container .mobile-close-trigger,
  .search-opened .header-container .mobile-close-trigger {
    display: inline-block; }
    @media (min-width: 768px) {
      .navigation-opened .header-container .mobile-close-trigger,
      .search-opened .header-container .mobile-close-trigger {
        display: none; } }
  .header-container .mobile-close-trigger:before {
    content: ' ';
    width: 40px;
    height: 32px;
    display: inline-block;
    background-image: url("../icons/close-green.svg");
    background-size: 18px;
    background-position: 10px;
    background-repeat: no-repeat;
    color: #0b6a38; }
  @media (min-width: 768px) {
    .header-container .mobile-close-trigger {
      display: none; } }

@media (min-width: 768px) {
  .header-container nav .sign-in {
    display: none; } }

.header-container nav .sign-in a {
  background-color: #f7f9fa;
  border-left: 3px solid transparent;
  position: relative;
  display: block;
  padding: 17px 0 17px 55px;
  text-transform: uppercase;
  font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
  font-size: 75%;
  line-height: 175%;
  letter-spacing: 0.9px; }
  .header-container nav .sign-in a:before {
    content: ' ';
    position: absolute;
    left: 5px;
    top: 5px;
    display: inline-block;
    width: 40px;
    height: 40px;
    background-position: center;
    background-repeat: no-repeat; }
  .header-container nav .sign-in a:before {
    background-size: 100%;
    background-image: url("../icons/account/profile-security.svg"); }

.header-container nav .account-navigation-primary {
  background-color: #f7f9fa; }
  @media (min-width: 768px) {
    .header-container nav .account-navigation-primary {
      display: none; } }
  .header-container nav .account-navigation-primary ul li {
    text-align: left; }
  .header-container nav .account-navigation-primary a {
    border-left: 3px solid transparent;
    position: relative;
    display: block;
    padding: 17px 0 17px 55px;
    text-transform: uppercase;
    font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
    font-size: 75%;
    line-height: 175%;
    letter-spacing: 0.9px; }
    .header-container nav .account-navigation-primary a:before {
      content: ' ';
      position: absolute;
      left: 5px;
      top: 5px;
      display: inline-block;
      width: 40px;
      height: 40px;
      background-position: center;
      background-repeat: no-repeat; }
    .header-container nav .account-navigation-primary a.active {
      border-left-color: #c8102e;
      background-color: #ecf1f4; }
    .header-container nav .account-navigation-primary a.rewards:before {
      background-size: 100%;
      background-image: url("../icons/account/rewards.svg"); }
    .header-container nav .account-navigation-primary a.order:before {
      background-image: url("../icons/account/doughnuts.svg"); }
    .header-container nav .account-navigation-primary a.my-card:before {
      background-image: url("../icons/account/card.svg"); }
    .header-container nav .account-navigation-primary a.messages:before {
      background-image: url("../icons/account/OFFER.svg"); }
    .header-container nav .account-navigation-primary a.profile:before {
      background-size: 100%;
      background-image: url("../icons/account/profile-security.svg"); }

.header-container nav .account-navigation-secondary {
  padding: 16px 0 0 32px; }
  @media (min-width: 768px) {
    .header-container nav .account-navigation-secondary {
      display: none; } }
  .header-container nav .account-navigation-secondary ul li {
    text-align: left; }
    .header-container nav .account-navigation-secondary ul li a {
      display: block;
      font-size: 75%;
      line-height: 167%;
      color: #595959;
      padding-top: 4px;
      padding-bottom: 4px; }

.header-container nav .assigned-store-section a {
  border-left: 3px solid transparent;
  position: relative;
  display: block;
  padding: 17px 0 17px 55px;
  text-transform: uppercase;
  font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
  font-size: 75%;
  line-height: 175%;
  letter-spacing: 0.9px; }
  .header-container nav .assigned-store-section a:before {
    content: ' ';
    position: absolute;
    left: 5px;
    top: 5px;
    display: inline-block;
    width: 40px;
    height: 40px;
    background-position: center;
    background-repeat: no-repeat; }
  .header-container nav .assigned-store-section a:before {
    background-image: url(../icons/doughnut-marker.svg);
    background-size: 24px 30px; }
  .header-container nav .assigned-store-section a.other {
    display: none; }

@media (min-width: 768px) {
  .header-container nav .assigned-store-section {
    display: none; } }

.header-container nav .primary-order-now {
  display: none; }

@media (min-width: 768px) {
  .header-container nav .primary-order-now {
    display: block;
    text-align: center; }
    .header-container nav .primary-order-now a {
      width: 180px;
      margin-top: 24px; } }

.header-container .store-location .kk-icon {
  display: block; }
  .header-container .store-location .kk-icon:before {
    content: ' ';
    float: left;
    width: 48px;
    height: 48px;
    margin-right: 0;
    background-repeat: no-repeat; }

.header-container .store-location .location {
  display: block; }
  .header-container .store-location .location:before {
    background-size: 27px 34px;
    background-position: 10px 7px;
    margin-top: -14px; }

.header-container .store-location .doughnut:before {
  background-size: 34px 24px;
  background-position: 7px;
  margin-top: -14px; }

.header-container .store-location .coffee:before {
  background-size: 28px;
  margin-top: -15px;
  background-position: 10px; }

@media (min-width: 768px) {
  .header-container .primarySiteLinks {
    margin-top: 30px; } }

.header-container .primarySiteLinks &gt; .CMSListMenuUL {
  border-top: 1px solid #ebebeb; }
  @media (min-width: 768px) {
    .header-container .primarySiteLinks &gt; .CMSListMenuUL {
      border-top-width: 0; } }
  .header-container .primarySiteLinks &gt; .CMSListMenuUL &gt; li {
    display: block; }
    @media (min-width: 768px) {
      .header-container .primarySiteLinks &gt; .CMSListMenuUL &gt; li {
        padding: 15px 0; } }
    .header-container .primarySiteLinks &gt; .CMSListMenuUL &gt; li.onlyGrande {
      display: none; }
      @media (min-width: 768px) {
        .header-container .primarySiteLinks &gt; .CMSListMenuUL &gt; li.onlyGrande {
          display: block; } }
    .header-container .primarySiteLinks &gt; .CMSListMenuUL &gt; li.onlyTall {
      display: block; }
      @media (min-width: 768px) {
        .header-container .primarySiteLinks &gt; .CMSListMenuUL &gt; li.onlyTall {
          display: none; } }
    .header-container .primarySiteLinks &gt; .CMSListMenuUL &gt; li.menuParent &gt; a:before {
      float: right;
      display: block;
      width: 16px;
      height: 16px;
      color: #c8102e;
      transition: transform .25s ease-in-out;
      margin-top: 4px; }
      @media (min-width: 768px) {
        .header-container .primarySiteLinks &gt; .CMSListMenuUL &gt; li.menuParent &gt; a:before {
          content: none; } }
    .header-container .primarySiteLinks &gt; .CMSListMenuUL &gt; li.menuParent.active &gt; a:before {
      transform: rotate(180deg);
      transition: transform .25s ease-in-out; }
    .header-container .primarySiteLinks &gt; .CMSListMenuUL &gt; li.menuParent.active .CMSListMenuUL {
      display: block; }
    .header-container .primarySiteLinks &gt; .CMSListMenuUL &gt; li &gt; a {
      font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
      font-size: 94%;
      line-height: 140%;
      display: block;
      text-transform: uppercase;
      letter-spacing: 1px;
      text-align: left;
      padding: 12px 18px 12px 15px;
      border-bottom: 1px solid #ebebeb; }
      @media (min-width: 768px) {
        .header-container .primarySiteLinks &gt; .CMSListMenuUL &gt; li &gt; a {
          text-align: center;
          border-bottom-width: 0;
          padding: 0; } }
      .header-container .primarySiteLinks &gt; .CMSListMenuUL &gt; li &gt; a.active, .header-container .primarySiteLinks &gt; .CMSListMenuUL &gt; li &gt; a:hover {
        color: #0b6a38; }
        @media (min-width: 768px) {
          .header-container .primarySiteLinks &gt; .CMSListMenuUL &gt; li &gt; a.active, .header-container .primarySiteLinks &gt; .CMSListMenuUL &gt; li &gt; a:hover {
            color: #c8102e; } }
    .header-container .primarySiteLinks &gt; .CMSListMenuUL &gt; li .CMSListMenuUL {
      display: none; }
    @media (min-width: 768px) {
      .header-container .primarySiteLinks &gt; .CMSListMenuUL &gt; li:hover &gt; a, .header-container .primarySiteLinks &gt; .CMSListMenuUL &gt; li:focus &gt; a, .header-container .primarySiteLinks &gt; .CMSListMenuUL &gt; li.active &gt; a {
        color: #c8102e; } }
    .header-container .primarySiteLinks &gt; .CMSListMenuUL &gt; li.active {
      position: relative;
      z-index: 2; }
      @media (min-width: 768px) {
        .header-container .primarySiteLinks &gt; .CMSListMenuUL &gt; li.active &gt; ul {
          padding-bottom: 0;
          display: block;
          position: absolute;
          left: 100%;
          top: 0;
          background-color: #fff;
          padding: 7px 5px 7px 25px;
          min-width: 220px;
          box-shadow: 0 15px 40px 0 rgba(0, 0, 0, 0.26); }
          .header-container .primarySiteLinks &gt; .CMSListMenuUL &gt; li.active &gt; ul:before {
            content: ' ';
            position: absolute;
            border: 14px solid transparent;
            border-right-color: #fff;
            left: -28px;
            top: 14px; } }
      .header-container .primarySiteLinks &gt; .CMSListMenuUL &gt; li.active &gt; ul li a {
        display: block;
        font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
        font-size: 94%;
        line-height: 140%;
        color: #595959;
        padding: 12.5px 15px; }
        @media (min-width: 768px) {
          .header-container .primarySiteLinks &gt; .CMSListMenuUL &gt; li.active &gt; ul li a {
            font-family: "BrandonGrotesque-RegularBold", Arial, Helvetica, sans-serif;
            font-size: 88%;
            line-height: 158%;
            text-align: left;
            padding: 10px 0;
            letter-spacing: 1px;
            color: #0b6a38; } }
        .header-container .primarySiteLinks &gt; .CMSListMenuUL &gt; li.active &gt; ul li a:hover, .header-container .primarySiteLinks &gt; .CMSListMenuUL &gt; li.active &gt; ul li a:focus {
          color: #c8102e; }
      @media (min-width: 768px) {
        .header-container .primarySiteLinks &gt; .CMSListMenuUL &gt; li.active .locationSearch &gt; a {
          display: none; } }
      .header-container .primarySiteLinks &gt; .CMSListMenuUL &gt; li.active .locationSearch .search-box {
        display: none; }
        @media (min-width: 768px) {
          .header-container .primarySiteLinks &gt; .CMSListMenuUL &gt; li.active .locationSearch .search-box {
            display: block;
            position: relative;
            top: auto;
            left: auto;
            background-color: transparent;
            box-shadow: none;
            padding: 9px 0; }
            .header-container .primarySiteLinks &gt; .CMSListMenuUL &gt; li.active .locationSearch .search-box:before {
              display: none; }
            .header-container .primarySiteLinks &gt; .CMSListMenuUL &gt; li.active .locationSearch .search-box button {
              top: 2px;
              right: -5px; } }

.header-container .search-box {
  display: none; }
  @media (min-width: 768px) {
    .header-container .search-box {
      padding-bottom: 0;
      position: absolute;
      left: 100%;
      top: 0;
      background-color: #fff;
      padding: 12px 5px 13px 25px;
      width: 280px;
      box-shadow: 0 15px 40px 0 rgba(0, 0, 0, 0.26); }
      .header-container .search-box:before {
        content: ' ';
        position: absolute;
        border: 12px solid transparent;
        border-right-color: #fff;
        left: -24px;
        top: 14px; } }
  .search-opened .header-container .search-box {
    padding: 15px;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%; }
  .header-container .search-box .search-control {
    width: 100%;
    display: block;
    margin-bottom: 15px; }
    @media (min-width: 768px) {
      .header-container .search-box .search-control {
        display: inline;
        margin-bottom: 0; } }
    .header-container .search-box .search-control input {
      border-width: 0;
      border-bottom: 1px solid #7e7e7e;
      width: 100%;
      font-size: 138%;
      line-height: 182%;
      color: #595959; }
      .header-container .search-box .search-control input::placeholder {
        color: #595959; }
      @media (min-width: 768px) {
        .header-container .search-box .search-control input {
          font-size: 88%;
          line-height: 158%;
          border-bottom: 1px solid #0b6a38;
          color: #595959; }
          .header-container .search-box .search-control input::placeholder {
            color: #595959; } }
  .header-container .search-box button {
    position: static;
    width: 100%;
    height: auto; }
    @media (min-width: 768px) {
      .header-container .search-box button {
        position: absolute;
        top: 5px;
        right: 0;
        display: inline-block;
        width: 32px;
        height: 32px;
        background-image: url("../icons/search.svg");
        background-repeat: no-repeat;
        background-size: 14px;
        background-position: 6px;
        padding: 0;
        background-color: transparent;
        border-radius: 0;
        box-shadow: none; }
        .header-container .search-box button:hover, .header-container .search-box button:active, .header-container .search-box button:focus {
          background-color: transparent;
          color: #c8102e; }
        .header-container .search-box button span {
          position: absolute;
          width: 1px;
          height: 1px;
          padding: 0;
          margin: -1px;
          overflow: hidden;
          clip: rect(0, 0, 0, 0);
          border: 0; } }

.header-container .search-container {
  z-index: 3;
  position: fixed;
  top: 0;
  bottom: 0;
  left: -100%;
  width: 100%;
  min-width: 100%;
  background-color: #fff;
  transition: transform .25s ease-in-out;
  visibility: hidden; }
  .header-container .search-container.transitioning {
    visibility: visible; }
  @media (min-width: 768px) {
    .header-container .search-container {
      text-align: center; } }
  .search-opened .header-container .search-container {
    transform: translateX(100%);
    transition: transform .25s ease-in-out;
    visibility: visible; }
  @media (min-width: 768px) {
    .header-container .search-container {
      visibility: visible;
      position: relative;
      background-color: transparent;
      display: block;
      top: auto;
      left: auto;
      bottom: auto; }
      .search-opened .header-container .search-container {
        transform: none;
        transition: none; } }
  @media (min-width: 768px) {
    .header-container .search-container.active .search-trigger {
      background-image: url("../icons/search-hover.svg"); }
    .header-container .search-container.active .search-box {
      display: block; } }
  .header-container .search-container .search-trigger {
    display: none; }
    @media (min-width: 768px) {
      .header-container .search-container .search-trigger {
        display: inline-block;
        width: 100px;
        height: 42px;
        background-image: url("../icons/search.svg");
        background-repeat: no-repeat;
        background-size: 24px;
        background-position: 40px 12px;
        padding: 0; }
        .header-container .search-container .search-trigger:hover, .header-container .search-container .search-trigger.btn:active {
          background-image: url("../icons/search-hover.svg"); }
        .header-container .search-container .search-trigger span {
          position: absolute;
          width: 1px;
          height: 1px;
          padding: 0;
          margin: -1px;
          overflow: hidden;
          clip: rect(0, 0, 0, 0);
          border: 0; } }

.header-container .store-location {
  padding: 25px 15px; }
  .header-container .store-location a {
    font-family: "BrandonGrotesque-RegularBold", Arial, Helvetica, sans-serif;
    font-size: 113%;
    line-height: 150%;
    text-transform: none; }
  .header-container .store-location .other {
    display: none; }
  @media (min-width: 768px) {
    .header-container .store-location {
      display: none; } }

.header-container .store-location .kk-icon {
  display: block; }
  .header-container .store-location .kk-icon:before {
    content: ' ';
    float: left;
    width: 48px;
    height: 48px;
    margin-right: 10px;
    background-repeat: no-repeat; }

.header-container .store-location .location {
  display: block; }
  .header-container .store-location .location:before {
    background-size: 27px 34px;
    background-position: 10px 7px;
    margin-top: -14px; }

.header-container .store-location .doughnut:before {
  background-size: 34px 24px;
  background-position: 7px;
  margin-top: -14px; }

.header-container .store-location .coffee:before {
  background-size: 28px;
  margin-top: -15px;
  background-position: 10px; }

.header-container .background-pattern {
  display: none; }
  @media (min-width: 768px) {
    .header-container .background-pattern {
      position: relative;
      display: block;
      overflow: hidden;
      flex-grow: 1;
      margin-top: 48px; }
      .header-container .background-pattern:before {
        content: ' ';
        display: block;
        background-color: #fff;
        height: 15px;
        width: 100%;
        position: absolute;
        top: -8px;
        transform: rotate(-4deg);
        z-index: 1; }
      .header-container .background-pattern:after {
        content: ' ';
        display: block;
        background: url("../images/dots.png") #ffffff;
        background-size: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0; }
      .header-container .background-pattern.scroll:after {
        height: 800px; } }

.mobile-ctas {
  padding: 0;
  margin: 15px 0;
  overflow-x: hidden;
  overflow-y: hidden;
  text-align: center; }
  .mobile-ctas::-webkit-scrollbar {
    width: 0px;
    background: transparent;
    display: none; }
  @media (min-width: 768px) {
    .mobile-ctas {
      display: none; } }
  @media (min-width: 1100px) {
    .mobile-ctas {
      display: none; } }
  .mobile-ctas .store-location {
    padding: 0; }
    .mobile-ctas .store-location .other {
      display: none; }
  .mobile-ctas a {
    font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
    font-size: 94%;
    line-height: 140%;
    text-transform: uppercase;
    display: block; }
  .mobile-ctas .btn-primary, .mobile-ctas section.fundraising-overview &gt; .banner-cta.primary .ctas .btn, section.fundraising-overview &gt; .banner-cta.primary .ctas .mobile-ctas .btn, .mobile-ctas section.fundraising-products &gt; .banner-cta.primary .ctas .btn, section.fundraising-products &gt; .banner-cta.primary .ctas .mobile-ctas .btn {
    margin: 0 16px;
    display: block; }
  .mobile-ctas ul li {
    display: block;
    border-top: 1px solid #ebebeb;
    padding: 20px 0;
    letter-spacing: 1px; }
    .mobile-ctas ul li:first-child {
      border-top: 0; }
  .mobile-ctas ul.constant-links {
    /*padding-left: 20px;*/
    width: max-content;
    margin: 0 auto; }
    .mobile-ctas ul.constant-links li {
      padding: 8px;
      border-radius: 4px;
      background-color: #f7f9fa;
      text-transform: uppercase;
      min-width: 32px;
      float: left;
      margin-right: 6px;
      border: 0; }
      .mobile-ctas ul.constant-links li:first-child {
        margin-left: 6px; }
      .mobile-ctas ul.constant-links li a {
        font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-stretch: normal;
        font-weight: 900;
        letter-spacing: 0.7px;
        color: #595959;
        text-align: center; }
  .mobile-ctas .kk-icon {
    display: block; }
    .mobile-ctas .kk-icon:before {
      content: ' ';
      float: left;
      width: 48px;
      height: 48px;
      margin-right: 10px;
      background-repeat: no-repeat; }
  .mobile-ctas .location {
    display: block; }
    .mobile-ctas .location:before {
      background-size: 27px 34px;
      background-position: 10px 7px;
      margin-top: -14px; }
  .mobile-ctas .doughnut:before {
    background-size: 48px;
    margin-top: -14px; }
  .mobile-ctas .coffee:before {
    background-size: 48px;
    margin-top: -15px; }

.mobile-ctas-order-now {
  padding: 0;
  margin: 0 -20px 10px; }
  @media (min-width: 768px) {
    .mobile-ctas-order-now {
      display: none; } }
  .mobile-ctas-order-now a {
    font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
    font-size: 94%;
    line-height: 140%;
    text-transform: uppercase;
    display: block; }
  .mobile-ctas-order-now .btn-primary, .mobile-ctas-order-now section.fundraising-overview &gt; .banner-cta.primary .ctas .btn, section.fundraising-overview &gt; .banner-cta.primary .ctas .mobile-ctas-order-now .btn, .mobile-ctas-order-now section.fundraising-products &gt; .banner-cta.primary .ctas .btn, section.fundraising-products &gt; .banner-cta.primary .ctas .mobile-ctas-order-now .btn {
    margin: 0 16px;
    display: block; }
  .mobile-ctas-order-now .primary-order-now {
    text-align: center; }
    .mobile-ctas-order-now .primary-order-now a {
      width: 90%;
      width: -moz-available;
      /* WebKit-based browsers will ignore this. */
      width: -webkit-fill-available;
      /* Mozilla-based browsers will ignore this. */
      display: inline-block;
      line-height: 150%;
      margin-top: 24px; }

section.collage {
  margin: 0 -7px;
  opacity: 1; }
  section.collage.loaded {
    opacity: 1;
    /* transform: .5s opacity ease-in-out; */ }
  @media (min-width: 576px) {
    section.collage {
      margin: 0; } }
  section.collage img {
    display: none;
    width: 100%;
    height: auto;
    opacity: 1;
    /* transition: opacity 250ms; */ }
    section.collage img[data-swap-images] {
      opacity: 1; }
    section.collage img.bpm {
      display: inline; }
    @media (min-width: 768px) {
      section.collage img.bpm {
        display: none; }
      section.collage img.bpdt {
        display: inline; } }
  section.collage .collage-block {
    position: relative;
    border-top: 8px solid #fff; }
    section.collage .collage-block a {
      display: inline-block;
      width: 100%; }
  section.collage .collage-row:first-child .collage-block :first-child {
    border-top-width: 0; }
  section.collage .collage-row .collage-group .collage-block a {
    height: 100%; }
    section.collage .collage-row .collage-group .collage-block a img {
      height: 100%; }
  @media (min-width: 576px) {
    section.collage .collage-row.align-1-2 .collage-group {
      display: flex; }
      section.collage .collage-row.align-1-2 .collage-group .collage-block.small-block {
        border-left: 8px solid #fff;
        flex: 1; }
        section.collage .collage-row.align-1-2 .collage-group .collage-block.small-block:first-child {
          border-left-width: 0; } }
  @media (min-width: 992px) {
    section.collage .collage-row.align-1-2 .collage-group {
      flex-direction: column; }
      section.collage .collage-row.align-1-2 .collage-group .collage-block.small-block {
        width: 100%;
        border-top: 8px solid #fff;
        border-left-width: 0;
        flex-wrap: wrap; } }
  @media (min-width: 992px) {
    section.collage .collage-row.align-1-2 {
      display: flex; }
      section.collage .collage-row.align-1-2 .collage-block.large-block {
        width: 66.66667%; }
      section.collage .collage-row.align-1-2 .collage-group {
        display: flex;
        width: 33.33333%;
        border-left: 8px solid #fff; } }
  @media (min-width: 992px) {
    section.collage .collage-row.align-1-1 {
      display: flex; }
      section.collage .collage-row.align-1-1 .collage-block.large-block {
        width: 66.66667%; }
      section.collage .collage-row.align-1-1 .collage-block.small-block {
        display: flex;
        border-left: 8px solid #fff;
        width: 33.33333%; }
        section.collage .collage-row.align-1-1 .collage-block.small-block:first-child {
          border-left-width: 0; } }

@media (min-width: 576px) {
  .hotlight.on .main &gt; section.collage {
    margin: -32px -7px 0; } }

@media (min-width: 768px) {
  .hotlight.on .main &gt; section.collage {
    margin-top: -40px; } }

@media (min-width: 1200px) {
  .hotlight.on .main &gt; section.collage {
    margin: -48px -23px 0; } }

.kk-confirmation {
  position: relative;
  background-color: #0b6a38;
  color: #fff;
  padding: 3px 25px;
  margin: 0 -15px;
  font-size: 82%;
  line-height: 124%; }
  @media (min-width: 768px) {
    .kk-confirmation {
      margin: 0;
      border-radius: 3px; } }
  .kk-confirmation:before {
    content: ' ';
    background: url("../icons/checkmark.svg") center no-repeat;
    width: 16px;
    height: 16px;
    background-size: 13px 10px;
    position: absolute;
    top: 3px;
    left: 3px; }
  .kk-confirmation .kk-confirmation-close {
    width: 16px;
    height: 16px;
    background: url("../icons/close-white.svg") center no-repeat !important;
    background-size: 10px !important;
    position: absolute;
    top: 3px;
    right: 3px; }
    .kk-confirmation .kk-confirmation-close:focus {
      outline: 2px dotted #fff; }

section.takeover {
  position: relative; }
  section.takeover a {
    display: block; }
    @media (min-width: 992px) {
      section.takeover a:before {
        content: ' ';
        position: absolute;
        border-top: 8px solid #fff;
        position: absolute;
        top: 25%;
        left: 66.66667%;
        width: 33.3333%;
        height: 268px; } }
    @media (min-width: 992px) {
      section.takeover a .image:before {
        content: ' ';
        position: absolute;
        border-right: 8px solid #fff;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 66.66667%;
        box-sizing: content-box; } }
    @media (min-width: 768px) {
      section.takeover a .image:after {
        content: ' ';
        position: absolute;
        border-top: 8px solid #fff;
        top: 50%;
        left: 0;
        right: 0; } }
  section.takeover img {
    width: 100%;
    height: auto; }
  section.takeover.video {
    margin: 0 -7px; }
    @media (min-width: 576px) {
      section.takeover.video {
        margin: 0; } }
    .hotlight.on section.takeover.video {
      margin: -15px -7px 0 -7px; }
      @media (min-width: 576px) {
        .hotlight.on section.takeover.video {
          margin-top: -24px; } }
      @media (min-width: 768px) {
        .hotlight.on section.takeover.video {
          margin-top: -32px; } }
      @media (min-width: 1200px) {
        .hotlight.on section.takeover.video {
          margin: -40px -22px 0; } }
    .hotlight.on section.takeover.video + .collage {
      margin-top: 0; }
    section.takeover.video .video-container {
      width: 100%;
      overflow: hidden;
      background-size: auto 100%;
      background-repeat: no-repeat;
      background-position: center;
      position: relative;
      padding: 0;
      height: 300px; }
      @media (min-width: 576px) {
        section.takeover.video .video-container {
          background-size: cover; } }
      @media (min-width: 992px) {
        section.takeover.video .video-container {
          padding: 0 0 56.25% 0;
          background-size: cover; } }
      section.takeover.video .video-container .video {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
        @media (min-width: 992px) {
          section.takeover.video .video-container .video {
            display: block; } }
        section.takeover.video .video-container .video video {
          width: 100%;
          min-width: 100%;
          height: 100%;
          min-height: 100%; }
        section.takeover.video .video-container .video .toggle-video {
          outline-color: #fff;
          position: absolute;
          bottom: 15px;
          left: 15px;
          z-index: 2;
          border-radius: 100%;
          background-color: rgba(255, 255, 255, 0.28);
          padding: 15px;
          width: 41px;
          height: 41px; }
          section.takeover.video .video-container .video .toggle-video:before {
            content: ' ';
            position: absolute;
            top: 6px;
            left: 6px;
            right: 6px;
            bottom: 6px;
            display: inline-block;
            background-image: url("/App_Themes/krispykremenew/content/images/pause.png");
            background-size: auto 16px;
            background-repeat: no-repeat;
            background-position: center;
            opacity: 1; }
          section.takeover.video .video-container .video .toggle-video.paused:before {
            background-image: url("/App_Themes/krispykremenew/content/images/play.png"); }
      section.takeover.video .video-container .copy {
        z-index: 1;
        position: absolute;
        top: 25px;
        text-align: center;
        left: 0;
        right: 0; }
        @media (min-width: 992px) {
          section.takeover.video .video-container .copy {
            top: 50px; } }
        section.takeover.video .video-container .copy h1 {
          margin: 0; }
          section.takeover.video .video-container .copy h1 em {
            display: block;
            font-family: "BrandonGrotesque-BlackItalic", Arial, Helvetica, sans-serif;
            font-style: normal;
            font-size: 43%;
            line-height: 100%;
            letter-spacing: 0.9px;
            color: #046a38; }
            @media (min-width: 576px) {
              section.takeover.video .video-container .copy h1 em {
                font-size: 56%;
                line-height: 100%; } }
            @media (min-width: 992px) {
              section.takeover.video .video-container .copy h1 em {
                font-size: 80%;
                line-height: 129%;
                margin-bottom: 10px; } }
          section.takeover.video .video-container .copy h1 strong {
            display: block;
            font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
            font-size: 56%;
            line-height: 128%;
            letter-spacing: 0.4px;
            text-transform: uppercase;
            color: #046a38;
            padding: 5px 0 10px 0; }
            @media (min-width: 576px) {
              section.takeover.video .video-container .copy h1 strong {
                font-size: 88%;
                line-height: 120%;
                letter-spacing: 0.7px; } }
            @media (min-width: 992px) {
              section.takeover.video .video-container .copy h1 strong {
                font-size: 138%;
                line-height: 110%;
                letter-spacing: 1.1px;
                margin-bottom: 30px; } }
        section.takeover.video .video-container .copy a {
          display: inline-block;
          padding-left: 45px;
          padding-right: 45px; }
          section.takeover.video .video-container .copy a:before, section.takeover.video .video-container .copy a:after {
            content: none; }

.tab-panel {
  display: none; }
  .tab-panel.selected {
    display: block; }

.show-kk-dialog {
  overflow: hidden;
  padding-right: 17px; }

.kk-dialog {
  display: none;
  z-index: 20;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5); }
  .show-kk-dialog .kk-dialog.active {
    display: block; }
  .kk-dialog .kk-dialog-container {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 20px;
    height: 100%;
    background-color: #fff; }
    @media (min-width: 768px) {
      .kk-dialog .kk-dialog-container {
        width: 600px;
        margin: 10vh auto;
        height: 80vh;
        max-height: 80vh; } }
    .kk-dialog .kk-dialog-container .kk-dialog-title {
      font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
      font-size: 150%;
      line-height: 121%;
      text-transform: uppercase;
      letter-spacing: 1.2px;
      padding-right: 30px;
      margin-bottom: 20px; }
    .kk-dialog .kk-dialog-container .kk-dialog-close {
      position: absolute;
      right: 10px;
      top: 15px;
      padding: 0; }
      .kk-dialog .kk-dialog-container .kk-dialog-close:before {
        content: ' ';
        width: 40px;
        height: 32px;
        display: inline-block;
        background-image: url("../icons/close.svg");
        background-size: 18px;
        background-position: 10px;
        background-repeat: no-repeat;
        color: #0b6a38; }
    .kk-dialog .kk-dialog-container .kk-dialog-content {
      color: #808080;
      font-size: 82%;
      line-height: 162%;
      overflow: auto; }
      .kk-dialog .kk-dialog-container .kk-dialog-content p {
        font-size: 100%;
        line-height: 162%; }

.modal-open {
  height: 100vh;
  overflow-y: hidden; }
  .modal-open .modal {
    text-align: center; }
    .modal-open .modal .modal-dialog {
      text-align: left; }
      .modal-open .modal .modal-dialog .modal-content {
        border: none;
        border-radius: 0; }
        .modal-open .modal .modal-dialog .modal-content .modal-header {
          min-height: 36px;
          padding-bottom: 0;
          border: none;
          border-radius: 0; }
          .modal-open .modal .modal-dialog .modal-content .modal-header .modal-heading {
            font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
            font-size: 150%;
            line-height: 134%;
            font-weight: 900;
            color: #0b6a38;
            text-transform: uppercase; }
          .modal-open .modal .modal-dialog .modal-content .modal-header .close {
            position: absolute;
            top: 32px;
            right: 32px;
            padding: 0;
            text-shadow: none;
            font-weight: normal; }
            .modal-open .modal .modal-dialog .modal-content .modal-header .close .close:focus,
            .modal-open .modal .modal-dialog .modal-content .modal-header .close .close:hover {
              opacity: 1; }
        .modal-open .modal .modal-dialog .modal-content .modal-body {
          padding-bottom: 15px;
          padding-left: 25px;
          padding-right: 25px;
          text-align: center; }
          @media (min-width: 768px) {
            .modal-open .modal .modal-dialog .modal-content .modal-body {
              padding-bottom: 20px;
              padding-left: 75px;
              padding-right: 75px; } }
          .modal-open .modal .modal-dialog .modal-content .modal-body .heading {
            font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
            font-size: 150%;
            line-height: 134%;
            font-weight: 900;
            color: #000;
            text-transform: uppercase; }
        .modal-open .modal .modal-dialog .modal-content .modal-footer {
          display: flex;
          padding-top: 15px;
          padding-bottom: 30px;
          padding-left: 25px;
          padding-right: 25px;
          border: none;
          border-radius: 0; }
          @media (min-width: 768px) {
            .modal-open .modal .modal-dialog .modal-content .modal-footer {
              padding-top: 20px;
              padding-bottom: 50px;
              padding-left: 75px;
              padding-right: 75px; } }
          .modal-open .modal .modal-dialog .modal-content .modal-footer .btn {
            width: 100%; }
            .modal-open .modal .modal-dialog .modal-content .modal-footer .btn.btn-primary, .modal-open .modal .modal-dialog .modal-content .modal-footer section.fundraising-overview &gt; .banner-cta.primary .ctas .btn, section.fundraising-overview &gt; .banner-cta.primary .ctas .modal-open .modal .modal-dialog .modal-content .modal-footer .btn, .modal-open .modal .modal-dialog .modal-content .modal-footer section.fundraising-products &gt; .banner-cta.primary .ctas .btn, section.fundraising-products &gt; .banner-cta.primary .ctas .modal-open .modal .modal-dialog .modal-content .modal-footer .btn {
              color: #ffffff; }

.gift-card-promo {
  background-image: url("../images/gift-bg.jpg");
  padding: 50px 0; }
  @media (min-width: 992px) {
    .gift-card-promo {
      padding: 0;
      display: flex;
      flex: 1;
      align-items: center; } }
  .gift-card-promo .copy {
    width: 100%;
    text-align: center;
    color: #0b6a38;
    padding: 20px; }
    @media (min-width: 992px) {
      .gift-card-promo .copy {
        padding: 0; } }
    .gift-card-promo .copy em,
    .gift-card-promo .copy strong {
      display: block; }
    .gift-card-promo .copy em {
      font-family: "BrandonGrotesque-BlackItalic", Arial, Helvetica, sans-serif;
      font-style: normal;
      font-size: 138%;
      line-height: 110%; }
    .gift-card-promo .copy strong {
      font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
      font-size: 138%;
      line-height: 110%;
      text-transform: uppercase;
      letter-spacing: 1.5px; }
    .gift-card-promo .copy img {
      display: inline;
      width: auto;
      max-width: 132px;
      margin: 25px 0; }
    .gift-card-promo .copy .btn-primary, .gift-card-promo .copy section.fundraising-overview &gt; .banner-cta.primary .ctas .btn, section.fundraising-overview &gt; .banner-cta.primary .ctas .gift-card-promo .copy .btn, .gift-card-promo .copy section.fundraising-products &gt; .banner-cta.primary .ctas .btn, section.fundraising-products &gt; .banner-cta.primary .ctas .gift-card-promo .copy .btn {
      width: 90%;
      max-width: 240px; }

.social-media-promo {
  position: relative;
  height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0b6a38; }
  @media (min-width: 992px) {
    .social-media-promo {
      height: 100%; } }
  .social-media-promo:after {
    content: ' ';
    position: absolute;
    top: 18%;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url("../images/dots-for-dark-background.jpg");
    background-position: left top;
    background-size: 200%; }
    @media (min-width: 768px) {
      .social-media-promo:after {
        top: 22%;
        background-repeat: no-repeat;
        background-size: 130%; } }
  .social-media-promo .title {
    position: relative;
    z-index: 1;
    text-align: center;
    color: #fff; }
    .social-media-promo .title em {
      font-family: "BrandonGrotesque-BlackItalic", Arial, Helvetica, sans-serif;
      font-style: normal;
      font-size: 150%;
      display: block; }
    .social-media-promo .title strong {
      margin: 0 0 15px 0;
      display: block;
      text-transform: uppercase;
      font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
      font-size: 225%;
      line-height: 106%;
      letter-spacing: 1.5px; }
      @media (min-width: 576px) {
        .social-media-promo .title strong {
          font-size: 300%;
          line-height: 105%; } }
  .social-media-promo ul.social-media {
    margin-top: 20px;
    display: block;
    width: 100%;
    text-align: center; }
    .social-media-promo ul.social-media li {
      vertical-align: top;
      display: inline-block;
      margin-right: 16px; }
      .social-media-promo ul.social-media li:last-child {
        margin-right: 0; }
    .social-media-promo ul.social-media a {
      color: #0b6a38;
      background-color: #fff;
      width: 32px;
      height: 32px;
      line-height: 34px;
      text-align: center;
      font-size: 107%;
      border-radius: 100px;
      display: block; }
      .social-media-promo ul.social-media a.fa-google-plus {
        font-size: 82%; }
      .social-media-promo ul.social-media a:focus, .social-media-promo ul.social-media a:active, .social-media-promo ul.social-media a:visited {
        outline-color: #fff; }

section.rewards-promo {
  text-align: center;
  padding: 40px 0 60px 0;
  margin: 0 -15px; }
  @media (min-width: 576px) {
    section.rewards-promo {
      margin: auto; } }
  @media (min-width: 992px) {
    section.rewards-promo {
      text-align: left; } }
  section.rewards-promo .promo-row {
    width: 100%; }
    @media (min-width: 992px) {
      section.rewards-promo .promo-row {
        display: flex; } }
  section.rewards-promo .copy {
    padding: 50px 20px; }
    @media (min-width: 992px) {
      section.rewards-promo .copy {
        padding: 85px 20px 0 50px;
        width: 45%; } }
    section.rewards-promo .copy em {
      font-family: "BrandonGrotesque-BlackItalic", Arial, Helvetica, sans-serif;
      font-style: normal;
      font-size: 150%;
      line-height: 100%;
      letter-spacing: 1px;
      color: #c8102e;
      display: block; }
    section.rewards-promo .copy strong {
      margin-top: 8px;
      display: block;
      font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
      text-transform: uppercase;
      font-size: 200%;
      line-height: 100%;
      letter-spacing: 1.5px; }
      @media (min-width: 576px) {
        section.rewards-promo .copy strong {
          font-size: 300%;
          line-height: 100%; } }
    section.rewards-promo .copy p {
      display: none; }
      @media (min-width: 992px) {
        section.rewards-promo .copy p {
          margin-top: 15px;
          font-size: 88%;
          line-height: 172%;
          display: block;
          color: #303030; } }
    section.rewards-promo .copy .btn {
      padding-left: 40px;
      padding-right: 40px;
      margin: 20px 8px 0 8px; }
      @media (min-width: 768px) {
        section.rewards-promo .copy .btn {
          margin-top: 40px; } }
  section.rewards-promo .image {
    text-align: center;
    overflow-x: hidden; }
    @media (min-width: 992px) {
      section.rewards-promo .image {
        width: 55%; } }
    section.rewards-promo .image img {
      width: auto;
      position: relative;
      left: 50%;
      transform: translate(-50%, 0); }
      @media (min-width: 576px) {
        section.rewards-promo .image img {
          position: static;
          left: auto;
          transform: none;
          max-width: 100%;
          height: auto; } }

.promo-block {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block; }
  .promo-block.promo-1 .copy {
    position: absolute;
    top: 50%;
    left: 50%;
    right: 0;
    transform: translateY(-50%) translateX(-50%);
    text-align: center;
    color: #fff7ce;
    width: 100%;
    max-width: 428px; }
    .promo-block.promo-1 .copy em,
    .promo-block.promo-1 .copy strong {
      display: block; }
    .promo-block.promo-1 .copy em {
      font-family: "BrandonGrotesque-BlackItalic", Arial, Helvetica, sans-serif;
      font-style: normal;
      font-size: 150%;
      line-height: 113%; }
    .promo-block.promo-1 .copy strong {
      font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
      font-size: 225%;
      line-height: 112%;
      text-transform: uppercase;
      letter-spacing: 1.5px; }
      @media (min-width: 768px) {
        .promo-block.promo-1 .copy strong {
          font-size: 300%;
          line-height: 130%; } }
    .promo-block.promo-1 .copy p {
      padding: 5px 25px 0 25px;
      font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
      font-size: 100%;
      line-height: 138%; }
  .promo-block.promo-2 .copy {
    padding-top: 27px;
    color: #ffaa8d;
    text-align: center; }
    .promo-block.promo-2 .copy em,
    .promo-block.promo-2 .copy strong {
      display: block; }
    .promo-block.promo-2 .copy em {
      font-family: "BrandonGrotesque-BlackItalic", Arial, Helvetica, sans-serif;
      font-style: normal;
      font-size: 100%;
      letter-spacing: 0.6px; }
    .promo-block.promo-2 .copy strong {
      font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
      font-size: 138%;
      line-height: 110%;
      text-transform: uppercase;
      letter-spacing: 2.9px;
      font-weight: normal; }
    .promo-block.promo-2 .copy p {
      padding: 5px 25px 0 25px;
      font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
      font-size: 100%;
      line-height: 138%; }
  .promo-block.promo-3 .copy {
    color: #0b6a38;
    text-align: center;
    padding: 20px 36px 0 36px; }
    @media (min-width: 576px) {
      .promo-block.promo-3 .copy {
        padding-top: 14px; } }
    .promo-block.promo-3 .copy em,
    .promo-block.promo-3 .copy strong {
      letter-spacing: 1px;
      font-size: 150%;
      line-height: 117%; }
      @media (min-width: 576px) {
        .promo-block.promo-3 .copy em,
        .promo-block.promo-3 .copy strong {
          font-size: 113%;
          line-height: 123%; } }
    .promo-block.promo-3 .copy em {
      font-family: "BrandonGrotesque-BlackItalic", Arial, Helvetica, sans-serif;
      font-style: normal; }
    .promo-block.promo-3 .copy strong {
      font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
      text-transform: uppercase;
      letter-spacing: 1.5px; }
  .promo-block.promo-4 .copy {
    position: absolute;
    bottom: 20px;
    left: 15px;
    right: 15px;
    color: #fff; }
    .promo-block.promo-4 .copy em,
    .promo-block.promo-4 .copy strong {
      display: block; }
    .promo-block.promo-4 .copy em {
      font-family: "BrandonGrotesque-BlackItalic", Arial, Helvetica, sans-serif;
      font-style: normal;
      font-size: 150%;
      line-height: 259%; }
    .promo-block.promo-4 .copy strong {
      font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
      font-size: 225%;
      line-height: 112%;
      text-transform: uppercase;
      letter-spacing: 1.5px; }
      @media (min-width: 768px) {
        .promo-block.promo-4 .copy strong {
          font-size: 300%;
          line-height: 150%; } }
      @media (min-width: 992px) {
        .promo-block.promo-4 .copy strong {
          font-size: 300%;
          line-height: 109%; } }

section.location-search {
  margin: 0 -15px;
  overflow-x: hidden; }
  @media (min-width: 1100px) {
    section.location-search {
      margin: 0 -30px 0 -15px;
      display: flex;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0; } }
  section.location-search .map-container {
    position: relative;
    width: 100%;
    height: 320px; }
    @media (min-width: 768px) {
      section.location-search .map-container {
        height: 400px; } }
    @media (min-width: 1100px) {
      section.location-search .map-container {
        order: 2;
        height: 100%; } }
    section.location-search .map-container .location-map {
      position: absolute !important;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0; }
    section.location-search .map-container .search-bar {
      position: absolute;
      z-index: 2;
      top: 16px;
      left: 16px;
      right: 16px;
      display: flex;
      justify-content: space-between; }
      section.location-search .map-container .search-bar .search-box {
        flex: 1;
        position: relative;
        padding-right: 16px; }
        section.location-search .map-container .search-bar .search-box input {
          -webkit-appearance: none;
          -moz-appearance: none;
          appearance: none;
          border: 1px solid #dfdfdf;
          border-radius: 24px;
          width: 100%;
          line-height: 45px;
          height: 45px;
          font-size: 100%;
          padding: 12px 40px 10px 12px;
          box-shadow: 0 15px 40px 0 rgba(70, 70, 70, 0.15); }
        section.location-search .map-container .search-bar .search-box button.btn-search {
          position: absolute;
          top: 8px;
          right: 15px;
          display: inline-block;
          width: 32px;
          height: 32px;
          background-image: url("../icons/search.svg");
          background-repeat: no-repeat;
          background-size: 16px;
          background-position: 0;
          padding: 0;
          background-color: transparent;
          border-radius: 0;
          box-shadow: none; }
          section.location-search .map-container .search-bar .search-box button.btn-search:hover, section.location-search .map-container .search-bar .search-box button.btn-search:active, section.location-search .map-container .search-bar .search-box button.btn-search:focus {
            background-color: transparent;
            color: #c8102e; }
          section.location-search .map-container .search-bar .search-box button.btn-search span {
            position: absolute;
            width: 1px;
            height: 1px;
            padding: 0;
            margin: -1px;
            overflow: hidden;
            clip: rect(0, 0, 0, 0);
            border: 0; }
      section.location-search .map-container .search-bar .filter-box .btn-filter {
        font-size: 82%;
        line-height: 139%;
        padding: 12px 20px; }
    section.location-search .map-container .filter-bar-enter,
    section.location-search .map-container .filter-bar-leave-to {
      transform: translateX(110%); }
    section.location-search .map-container .filter-bar-leave,
    section.location-search .map-container .filter-bar-enter-to {
      transform: translateX(0); }
    section.location-search .map-container .filter-bar-enter-active,
    section.location-search .map-container .filter-bar-leave-active {
      transition: transform .5s ease-in-out; }
    section.location-search .map-container .filter-bar {
      z-index: 2;
      position: absolute;
      top: 80px;
      right: 16px;
      display: block;
      background-color: #fff;
      width: 240px;
      border: 1px solid #dfdfdf;
      box-shadow: 0 15px 40px 0 rgba(70, 70, 70, 0.15); }
      @media (min-width: 1100px) {
        section.location-search .map-container .filter-bar {
          box-shadow: none; } }
      section.location-search .map-container .filter-bar label,
      section.location-search .map-container .filter-bar .btn-all {
        display: block;
        width: 100%;
        padding: 25px 15px;
        margin: 0;
        font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
        font-size: 82%;
        line-height: 139%;
        letter-spacing: 0.9px;
        text-align: left;
        text-transform: uppercase;
        color: #0b6a38;
        position: relative;
        cursor: pointer; }
        section.location-search .map-container .filter-bar label.selected,
        section.location-search .map-container .filter-bar .btn-all.selected {
          color: #c8102e; }
          section.location-search .map-container .filter-bar label.selected:before,
          section.location-search .map-container .filter-bar .btn-all.selected:before {
            content: '';
            position: absolute;
            width: 40px;
            height: 40px;
            right: 5px;
            top: 15px;
            color: #c8102e;
            background: url("../icons/red-checkmark.svg") 12px 12px no-repeat;
            background-size: 16px; }
      section.location-search .map-container .filter-bar ul li {
        border-top: 1px solid #dfdfdf;
        display: block; }
        section.location-search .map-container .filter-bar ul li:first-child {
          border-top-width: 0; }
        section.location-search .map-container .filter-bar ul li input {
          position: absolute;
          right: 5px;
          opacity: 0; }
      section.location-search .map-container .filter-bar .btn-container {
        border-top: 1px solid #dfdfdf;
        display: flex; }
        section.location-search .map-container .filter-bar .btn-container button {
          font-family: "BrandonGrotesque-BlackItalic", Arial, Helvetica, sans-serif;
          font-style: normal;
          font-size: 100%;
          line-height: 113%;
          padding-top: 15px;
          padding-bottom: 15px;
          display: inline-block;
          width: 50%;
          color: #c8102e; }
          section.location-search .map-container .filter-bar .btn-container button:first-child {
            border-right: 1px solid #dfdfdf; }
  section.location-search .locations-container {
    min-width: 320px; }
    @media (min-width: 1100px) {
      section.location-search .locations-container {
        order: 1;
        max-width: 320px;
        position: relative; } }
    section.location-search .locations-container h1 {
      font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
      font-size: 150%;
      line-height: 134%;
      color: #046a38;
      letter-spacing: 1px;
      text-transform: uppercase;
      padding: 15px 0 15px 15px; }
    section.location-search .locations-container h2 {
      font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
      font-size: 82%;
      line-height: 185%;
      color: #000;
      letter-spacing: 1px;
      text-transform: uppercase;
      padding: 5px 0 5px 15px;
      margin: 0;
      border-bottom: 1px solid #dfdfdf; }
    section.location-search .locations-container .location-types ul {
      border: 1px solid #dfdfdf;
      border-width: 1px 0;
      white-space: nowrap; }
      section.location-search .locations-container .location-types ul li {
        display: inline-block;
        padding-left: 12px; }
        section.location-search .locations-container .location-types ul li a {
          outline: none !important; }
    section.location-search .locations-container .location-types button.btn-link {
      font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
      font-size: 82%;
      line-height: 239%;
      color: #0b6a38;
      letter-spacing: 0.25px;
      text-transform: uppercase;
      padding: 5px 0; }
      section.location-search .locations-container .location-types button.btn-link:hover, section.location-search .locations-container .location-types button.btn-link:active, section.location-search .locations-container .location-types button.btn-link:focus {
        text-decoration: none; }
      section.location-search .locations-container .location-types button.btn-link.selected {
        color: #c8102e;
        border-bottom: 3px solid #c8102e; }
    section.location-search .locations-container .tab-panel {
      display: block; }
      section.location-search .locations-container .tab-panel[aria-hidden] {
        display: none; }
    @media (min-width: 1100px) {
      section.location-search .locations-container .location-type-content {
        position: absolute;
        top: 118px;
        bottom: 0;
        left: 0;
        right: 0;
        overflow-y: auto; } }
    section.location-search .locations-container .location-card {
      position: relative;
      padding: 16px 15px;
      border-bottom: 1px solid #dfdfdf;
      cursor: pointer; }
      section.location-search .locations-container .location-card:last-child {
        border-bottom-width: 0; }
      section.location-search .locations-container .location-card.selected {
        background-color: #f6f6f6; }
      section.location-search .locations-container .location-card .btn-favorite {
        /*display: none;*/
        display: inline-block;
        height: 18px;
        width: 18px;
        position: absolute;
        top: 30px;
        right: 15px;
        padding: 0;
        font-size: 0;
        background-image: url("../icons/red-heart-empty.svg");
        background-repeat: no-repeat;
        background-size: 16px; }
        section.location-search .locations-container .location-card .btn-favorite:hover, section.location-search .locations-container .location-card .btn-favorite:active {
          text-decoration: none; }
        section.location-search .locations-container .location-card .btn-favorite[disabled] {
          background-image: url("../icons/red-heart.svg");
          opacity: 1; }
      section.location-search .locations-container .location-card .btn-hotlight {
        height: 54px;
        width: 54px;
        position: absolute;
        top: 15px;
        right: 48px;
        background-image: url("../icons/hot-now-off.svg");
        background-repeat: no-repeat;
        background-size: 54px 54px;
        line-height: 0;
        font-size: 0;
        color: transparent; }
        section.location-search .locations-container .location-card .btn-hotlight.on {
          background-image: url("../icons/hot-now.svg"); }
      section.location-search .locations-container .location-card h3 {
        margin: 0;
        padding-right: 90px;
        font-size: 94%;
        line-height: 107%;
        font-family: "BrandonGrotesque-RegularBold", Arial, Helvetica, sans-serif;
        font-weight: bold;
        color: #0b6a38; }
      section.location-search .locations-container .location-card .distance {
        margin-top: 5px;
        padding-right: 90px;
        font-size: 88%;
        line-height: 115%;
        font-style: italic;
        color: #7e7e7e; }
        @media (min-width: 576px) {
          section.location-search .locations-container .location-card .distance {
            font-size: 82%;
            line-height: 124%; } }
      section.location-search .locations-container .location-card address {
        display: block;
        font-size: 94%;
        line-height: 107%;
        color: #303030;
        margin: 10px 0 0 0;
        padding-right: 90px; }
      section.location-search .locations-container .location-card .disclaimer {
        display: block;
        color: #c8102e;
        font-size: 94%;
        line-height: 107%;
        margin-top: 10px; }
      section.location-search .locations-container .location-card .ctas {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 14px; }
        @media (min-width: 768px) {
          section.location-search .locations-container .location-card .ctas {
            margin-top: 17px; } }
        section.location-search .locations-container .location-card .ctas .btn-order {
          margin: 0;
          font-size: 69%;
          line-height: 164%;
          background-image: url("../icons/doughnut-marker.svg");
          background-repeat: no-repeat;
          background-size: 16px;
          background-position: top 50% left 15px;
          padding-left: 38px;
          letter-spacing: .79px; }
          section.location-search .locations-container .location-card .ctas .btn-order.order-desktop-url {
            display: none; }
            @media (min-width: 576px) {
              section.location-search .locations-container .location-card .ctas .btn-order.order-desktop-url {
                display: inline-block; } }
          section.location-search .locations-container .location-card .ctas .btn-order.order-mobile-url {
            display: inline-block; }
            @media (min-width: 576px) {
              section.location-search .locations-container .location-card .ctas .btn-order.order-mobile-url {
                display: none; } }
        section.location-search .locations-container .location-card .ctas .hours-toggle {
          background: url("../icons/caret-down.svg") no-repeat right center;
          background-size: 16px;
          padding-right: 20px;
          margin-left: auto;
          font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
          font-size: 69%;
          line-height: 164%;
          letter-spacing: .79px;
          color: #046a38;
          text-transform: uppercase; }
          section.location-search .locations-container .location-card .ctas .hours-toggle.open {
            background-image: url("../icons/caret-up.svg"); }
      section.location-search .locations-container .location-card .hours-container {
        padding-top: 19px; }
        section.location-search .locations-container .location-card .hours-container .hours-list {
          display: flex;
          flex-wrap: wrap;
          border-top: solid 1px #ebebeb; }
          section.location-search .locations-container .location-card .hours-container .hours-list .hours-item {
            flex-basis: 100%;
            margin-top: 15px; }
            section.location-search .locations-container .location-card .hours-container .hours-list .hours-item .title {
              font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
              font-size: 75%;
              line-height: 134%;
              letter-spacing: .92px;
              color: #303030;
              text-transform: uppercase; }
            section.location-search .locations-container .location-card .hours-container .hours-list .hours-item ul li {
              font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
              font-size: 94%;
              line-height: 134%;
              color: #7e7e7e; }
    section.location-search .locations-container .grocery-stores .location-card {
      background-image: none; }
  section.location-search i.fa-bullseye {
    font-size: 125%; }
  section.location-search .modal-hotlight .modal-dialog .modal-content .modal-header {
    background-color: #d01f2f; }
    section.location-search .modal-hotlight .modal-dialog .modal-content .modal-header button.close {
      color: #fff; }
      section.location-search .modal-hotlight .modal-dialog .modal-content .modal-header button.close:hover {
        color: #fff; }
  section.location-search .modal-hotlight .modal-dialog .modal-content .modal-body {
    padding: 0 !important;
    text-align: center; }
    section.location-search .modal-hotlight .modal-dialog .modal-content .modal-body .copy {
      padding: 0 51px 25px;
      background-color: #d01f2f;
      color: #fff; }
      @media (min-width: 576px) {
        section.location-search .modal-hotlight .modal-dialog .modal-content .modal-body .copy {
          padding-bottom: 70px; } }
      section.location-search .modal-hotlight .modal-dialog .modal-content .modal-body .copy h4 {
        margin-top: 20.5px;
        margin-bottom: 0;
        text-align: center;
        text-transform: uppercase;
        font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
        font-size: 200%;
        line-height: 100%;
        letter-spacing: 2px; }
      section.location-search .modal-hotlight .modal-dialog .modal-content .modal-body .copy p {
        margin: 10px 0 0;
        text-align: center;
        font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
        font-size: 94%;
        line-height: 140%; }
    section.location-search .modal-hotlight .modal-dialog .modal-content .modal-body .hotlight-hours {
      padding: 40px 51px;
      background-color: #fff;
      text-align: center; }
      section.location-search .modal-hotlight .modal-dialog .modal-content .modal-body .hotlight-hours .title {
        font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
        font-size: 82%;
        line-height: 124%;
        font-weight: 900;
        letter-spacing: 1px;
        color: #046a38;
        text-transform: uppercase; }
        section.location-search .modal-hotlight .modal-dialog .modal-content .modal-body .hotlight-hours .title + ul {
          margin-top: 10px; }
      section.location-search .modal-hotlight .modal-dialog .modal-content .modal-body .hotlight-hours ul li {
        font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
        font-size: 100%;
        line-height: 125%;
        color: #7e7e7e; }
  section.location-search .modal-hotlight.on .modal-dialog .modal-content .modal-body .copy h4 {
    margin-top: 0; }

@media (min-width: 576px) {
  .hotlight.on section.location-search {
    margin: auto; } }

@media (min-width: 768px) {
  .hotlight.on section.location-search {
    margin: 0 -8px; } }

@media (min-width: 1100px) {
  .hotlight.on section.location-search {
    margin: auto; } }

#shop-locator-popup .btn-location-selector {
  padding: 10px 0;
  text-align: left;
  width: 100%;
  font-size: 150%;
  line-height: 134%;
  color: #979797;
  border-bottom: 1px solid #dfdfdf;
  text-decoration: none; }
  #shop-locator-popup .btn-location-selector .store {
    font-size: 59%;
    line-height: 100%;
    color: #595959; }
    #shop-locator-popup .btn-location-selector .store strong {
      font-weight: normal;
      display: block;
      font-size: 172%;
      line-height: 100%; }
    #shop-locator-popup .btn-location-selector .store span {
      margin-top: 5px;
      display: block; }

#shop-locator-popup .shop-popup-container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(247, 249, 250, 0.9);
  z-index: 50;
  overflow: auto; }
  #shop-locator-popup .shop-popup-container.active {
    display: block; }
  #shop-locator-popup .shop-popup-container .shop-popup-content {
    position: relative;
    background-color: #fff;
    margin: 0 auto;
    width: 100%;
    padding-bottom: 25px;
    height: 100vh;
    overflow-y: auto; }
    @media (min-width: 576px) {
      #shop-locator-popup .shop-popup-container .shop-popup-content {
        margin-top: 50px;
        max-width: 450px;
        height: auto;
        overflow-y: visible; } }
    #shop-locator-popup .shop-popup-container .shop-popup-content .btn-close {
      top: 0;
      right: 0;
      width: auto;
      right: 15px;
      display: inline-block; }
      @media (min-width: 768px) {
        #shop-locator-popup .shop-popup-container .shop-popup-content .btn-close {
          right: 15px;
          top: 15px; } }
    #shop-locator-popup .shop-popup-container .shop-popup-content .popup-search-form {
      padding: 15px; }
      @media (min-width: 768px) {
        #shop-locator-popup .shop-popup-container .shop-popup-content .popup-search-form {
          padding: 60px 60px 25px 60px; } }
      #shop-locator-popup .shop-popup-container .shop-popup-content .popup-search-form h2 {
        font-size: 163%;
        line-height: 124%;
        letter-spacing: 0.8px;
        padding-left: 0; }
      #shop-locator-popup .shop-popup-container .shop-popup-content .popup-search-form p {
        padding-left: 0; }
      #shop-locator-popup .shop-popup-container .shop-popup-content .popup-search-form .search-box {
        position: relative; }
        #shop-locator-popup .shop-popup-container .shop-popup-content .popup-search-form .search-box input {
          padding-right: 80px; }
        #shop-locator-popup .shop-popup-container .shop-popup-content .popup-search-form .search-box label {
          margin: 0;
          font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
          font-size: 82%;
          line-height: 139%;
          letter-spacing: 0.8px;
          color: #0b6a38;
          text-transform: uppercase; }
        #shop-locator-popup .shop-popup-container .shop-popup-content .popup-search-form .search-box .btn-search {
          position: absolute;
          top: 0;
          right: 0;
          background: #c8102e url("../icons/search-white.svg") center no-repeat;
          width: 41px;
          height: 41px;
          background-size: 22px;
          border-radius: 50%; }
    #shop-locator-popup .shop-popup-container .shop-popup-content .popup-search-empty-results {
      padding: 15px 15px; }
      @media (min-width: 768px) {
        #shop-locator-popup .shop-popup-container .shop-popup-content .popup-search-empty-results {
          padding: 15px 60px; } }
    #shop-locator-popup .shop-popup-container .shop-popup-content .popup-search-results .heading {
      padding: 15px 15px; }
      @media (min-width: 768px) {
        #shop-locator-popup .shop-popup-container .shop-popup-content .popup-search-results .heading {
          padding: 15px 60px; } }
      #shop-locator-popup .shop-popup-container .shop-popup-content .popup-search-results .heading h3 {
        padding: 0;
        margin: 0;
        color: #303030;
        font-size: 100%;
        line-height: 150%; }
      #shop-locator-popup .shop-popup-container .shop-popup-content .popup-search-results .heading span {
        text-transform: none;
        float: right;
        font-style: italic;
        font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
        font-size: 88%;
        line-height: 172%;
        color: #595959;
        letter-spacing: 0;
        font-weight: normal; }
    #shop-locator-popup .shop-popup-container .shop-popup-content .popup-search-results ul li {
      display: inline; }
      #shop-locator-popup .shop-popup-container .shop-popup-content .popup-search-results ul li .btn {
        width: 100%;
        padding: 25px 15px;
        border-top: 1px solid #dfdfdf;
        text-align: left;
        text-decoration: none; }
        @media (min-width: 768px) {
          #shop-locator-popup .shop-popup-container .shop-popup-content .popup-search-results ul li .btn {
            padding: 25px 60px; } }
        #shop-locator-popup .shop-popup-container .shop-popup-content .popup-search-results ul li .btn h4 {
          margin: 0;
          font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
          font-size: 82%;
          line-height: 185%;
          text-transform: uppercase;
          color: #08522a;
          letter-spacing: 1px; }
          #shop-locator-popup .shop-popup-container .shop-popup-content .popup-search-results ul li .btn h4 .distance {
            display: inline;
            font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
            font-weight: normal;
            text-transform: none;
            font-style: italic;
            letter-spacing: 0; }
        #shop-locator-popup .shop-popup-container .shop-popup-content .popup-search-results ul li .btn address {
          font-size: 100%;
          line-height: 150%;
          color: #7e7e7e;
          margin-bottom: 0; }

.EditingFormControlNestedControl.Error #shop-locator-popup .btn-location-selector {
  border-color: #c8102e; }

footer,
.internal-footer {
  border-top: 1px solid #dfdfdf;
  margin: 0 -15px;
  padding: 35px 15px 60px 20px;
  /*.copyright {
        margin-top: 17px;
        @include font-size(12px, 20px);
    }*/ }
  footer ul,
  .internal-footer ul {
    display: block; }
    footer ul.primary,
    .internal-footer ul.primary {
      display: flex;
      flex-wrap: wrap; }
      footer ul.primary li,
      .internal-footer ul.primary li {
        display: block;
        width: 100%;
        margin-top: 16px;
        font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
        font-size: 75%;
        line-height: 200%;
        letter-spacing: 1px;
        text-transform: uppercase; }
    footer ul.social-media,
    .internal-footer ul.social-media {
      margin-top: 40px; }
      footer ul.social-media li,
      .internal-footer ul.social-media li {
        vertical-align: top;
        display: inline-block;
        margin-right: 16px; }
        footer ul.social-media li:last-child,
        .internal-footer ul.social-media li:last-child {
          margin-right: 0; }
      footer ul.social-media a,
      .internal-footer ul.social-media a {
        color: #fff;
        background-color: #0b6a38;
        text-align: center;
        border-radius: 100px;
        display: block;
        width: 24px;
        height: 24px;
        font-size: 82%;
        line-height: 24px; }
        footer ul.social-media a.fa-google-plus,
        .internal-footer ul.social-media a.fa-google-plus {
          font-size: 69%; }
    footer ul.secondary,
    .internal-footer ul.secondary {
      margin-top: 10px; }
      footer ul.secondary li,
      .internal-footer ul.secondary li {
        margin-top: 16px;
        opacity: 0.82;
        display: inline-block;
        margin-right: 20px;
        color: #303030;
        font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
        font-size: 82%;
        line-height: 154%; }
        footer ul.secondary li a,
        .internal-footer ul.secondary li a {
          color: #303030; }

.internal-footer {
  display: none;
  margin: 0;
  padding-left: 15px; }
  .internal-footer .copyright {
    margin-top: 40px; }

footer {
  display: flex;
  flex-wrap: wrap;
  /*.copyright {
        flex-basis: 100%;
        align-self: flex-start;
        text-align: left;
        margin-top: 20px;

        @include media-breakpoint-up(lg) {
            text-align: center;
        }
    }*/ }
  @media (min-width: 576px) {
    footer {
      margin: 0;
      padding-left: 60px; } }
  @media (min-width: 576px) {
    footer {
      margin: 0;
      padding-left: 24px; } }
  @media (min-width: 992px) {
    footer {
      padding-left: 15px; } }
  footer ul {
    align-self: flex-start; }
    footer ul.primary {
      flex-basis: 100%;
      /*
            li:nth-child(-n+2) {
                @include media-breakpoint-up(lg) {
                    margin-top: 0;
                }
            }
                */ }
      @media (min-width: 576px) {
        footer ul.primary {
          display: flex; } }
      @media (min-width: 992px) {
        footer ul.primary {
          flex-basis: 80%; } }
      @media (min-width: 992px) {
        footer ul.primary li {
          flex-basis: 33%; } }
      footer ul.primary li:first-child {
        margin-top: 0; }
        @media (min-width: 992px) {
          footer ul.primary li:first-child {
            margin-top: 16px; } }
    footer ul.social-media {
      flex-basis: 100%;
      margin-top: 0px;
      text-align: left;
      margin-top: 20px; }
      @media (min-width: 576px) {
        footer ul.social-media {
          display: block; } }
      @media (min-width: 992px) {
        footer ul.social-media {
          flex-basis: 20%;
          margin-top: 0px;
          text-align: right; } }
      @media (min-width: 768px) {
        footer ul.social-media li {
          margin-right: 12px;
          text-align: left; } }
      @media (min-width: 992px) {
        footer ul.social-media li {
          margin-top: 16px; } }
      @media (min-width: 768px) {
        footer ul.social-media a {
          width: 32px;
          height: 32px;
          line-height: 32px;
          font-size: 107%; }
          footer ul.social-media a.fa-google-plus {
            font-size: 82%; } }

footer {
  position: relative;
  padding-bottom: 0;
  display: block; }
  footer .main-footer-nav {
    width: 100%;
    min-height: 290px;
    margin-top: 60px;
    overflow: hidden; }
    footer .main-footer-nav .footer-sections {
      width: 100%;
      clear: both;
      float: none; }
      footer .main-footer-nav .footer-sections li {
        font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
        font-size: 16px;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.25;
        letter-spacing: 1px;
        text-align: left;
        width: 24%;
        float: left;
        color: #000;
        text-transform: uppercase; }
        footer .main-footer-nav .footer-sections li.section-header.desktop {
          display: none; }
        footer .main-footer-nav .footer-sections li.section-header.mobile {
          display: inline-block;
          float: none;
          margin: 12px 0;
          width: 100%; }
        footer .main-footer-nav .footer-sections li[data-toggle='collapse'] {
          position: relative; }
          footer .main-footer-nav .footer-sections li[data-toggle='collapse']:after {
            font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
            position: absolute;
            right: 0;
            top: -3px;
            width: 25px;
            text-align: center;
            content: ' ';
            background-repeat: no-repeat;
            height: 23px;
            display: block;
            background-position: center; }
          footer .main-footer-nav .footer-sections li[data-toggle='collapse'][aria-expanded='true']:after {
            background-image: url(../icons/green-minus.svg); }
          footer .main-footer-nav .footer-sections li[data-toggle='collapse'][aria-expanded='false']:after {
            background-image: url(../icons/green-plus.svg); }
        footer .main-footer-nav .footer-sections li .external-link {
          position: relative; }
          @media (max-width: 1199.98px) {
            footer .main-footer-nav .footer-sections li .external-link {
              line-height: 1.5; } }
          footer .main-footer-nav .footer-sections li .external-link:after {
            content: ' ';
            position: absolute;
            width: 15px;
            height: 16px;
            margin-left: 8px;
            background-image: url(../icons/external-link.svg);
            background-repeat: no-repeat;
            background-position: center; }
            @media (min-width: 992px) {
              footer .main-footer-nav .footer-sections li .external-link:after {
                top: -2px; } }
        footer .main-footer-nav .footer-sections li ul {
          padding-top: 16px; }
          footer .main-footer-nav .footer-sections li ul li {
            font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
            font-size: 12px;
            font-stretch: normal;
            font-style: normal;
            line-height: 1;
            letter-spacing: 0.7px;
            text-align: left;
            width: 100%;
            clear: both;
            color: #046a38;
            text-transform: uppercase;
            padding: 14px 0; }
            footer .main-footer-nav .footer-sections li ul li .ot-sdk-show-settings {
              font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
              font-size: 12px !important;
              font-stretch: normal !important;
              font-style: normal !important;
              line-height: 1 !important;
              letter-spacing: 0.7px !important;
              text-align: left !important;
              width: 100% !important;
              clear: both !important;
              color: #046a38 !important;
              text-transform: uppercase !important;
              padding: 0 !important;
              border: none !important;
              transition: none !important;
              cursor: pointer !important;
              background-color: transparent !important;
              height: auto !important; }
              footer .main-footer-nav .footer-sections li ul li .ot-sdk-show-settings:hover {
                color: #c8102e !important;
                text-decoration: none; }
      @media (min-width: 992px) {
        footer .main-footer-nav .footer-sections {
          width: 75%;
          float: left; }
          footer .main-footer-nav .footer-sections li {
            font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
            font-size: 16px;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.25;
            letter-spacing: 1px;
            text-align: left;
            width: 24%;
            float: left;
            color: #000;
            text-transform: uppercase; }
            footer .main-footer-nav .footer-sections li.section-header.desktop {
              display: block; }
            footer .main-footer-nav .footer-sections li.section-header.mobile {
              display: none; }
            footer .main-footer-nav .footer-sections li ul {
              padding-top: 16px; }
              footer .main-footer-nav .footer-sections li ul li {
                font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
                font-size: 12px;
                font-stretch: normal;
                font-style: normal;
                line-height: 1;
                letter-spacing: 0.7px;
                text-align: left;
                width: 100%;
                clear: both;
                color: #046a38;
                text-transform: uppercase;
                padding: 14px 0; } }
    footer .main-footer-nav .footer-social {
      width: 100%;
      clear: both;
      float: none;
      margin-top: 45px; }
      footer .main-footer-nav .footer-social a img {
        max-width: 32px; }
      @media (min-width: 992px) {
        footer .main-footer-nav .footer-social {
          width: 25%;
          display: inline-block;
          margin-top: 0; }
          footer .main-footer-nav .footer-social a {
            display: inline-block;
            margin: 0 10px 10px; } }
    @media (min-width: 992px) {
      footer .main-footer-nav {
        max-width: 1300px;
        margin-left: auto;
        margin-right: auto; } }
  footer .copyright {
    font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-stretch: normal;
    font-style: normal;
    font-weight: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: left;
    color: #303030;
    width: 100%;
    margin-top: 70px; }
    @media (min-width: 992px) {
      footer .copyright {
        max-width: 1300px;
        margin-left: auto;
        margin-right: auto; } }
  footer .footer-graphics {
    background-repeat: no-repeat;
    background-size: auto;
    background-position-y: bottom;
    width: 100%;
    height: 330px;
    margin: 0 auto;
    position: relative; }
    footer .footer-graphics .footer-logo-container {
      width: 100%; }
      footer .footer-graphics .footer-logo-container img {
        position: absolute;
        top: 50px;
        left: 0; }
      @media (min-width: 992px) {
        footer .footer-graphics .footer-logo-container {
          max-width: 1300px;
          margin-left: auto;
          margin-right: auto; } }
    @media (min-width: 768px) {
      footer .footer-graphics {
        width: 768px;
        background-size: contain;
        margin-left: -45px;
        height: 330px; } }
    @media (min-width: 992px) {
      footer .footer-graphics {
        width: 992px;
        margin: 30px 0 0; }
        footer .footer-graphics .footer-logo-container img {
          position: inherit;
          margin-left: -10px; } }
    @media (min-width: 1200px) {
      footer .footer-graphics {
        max-width: 1440px;
        width: 100%; } }

.store-footer {
  border: 0;
  padding-top: 24px;
  color: #697378;
  font-size: 82%;
  line-height: 100%;
  padding-bottom: 20px; }
  @media (min-width: 576px) {
    .store-footer {
      margin-left: 8px;
      padding-left: 0; } }
  @media (min-width: 768px) {
    .store-footer {
      padding: 0 50px 20px 50px; } }
  @media (min-width: 992px) {
    .store-footer {
      padding: 0 114px 20px 114px; } }
  @media (min-width: 1200px) {
    .store-footer {
      padding: 0 20px 20px 20px; } }
  .store-footer:empty {
    display: none; }

.kk-form {
  position: relative; }
  .kk-form .validation-summary {
    font-size: 88%;
    line-height: 150%;
    font-style: italic;
    color: #c8102e;
    text-align: center; }
    .kk-form .validation-summary a {
      color: inherit;
      text-decoration: underline; }
    .kk-form .validation-summary a:hover {
      text-decoration: none; }
  .kk-form .form-section {
    padding-top: 56px; }
    .kk-form .form-section h2,
    .kk-form .form-section h3 {
      padding-bottom: 32px;
      font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
      font-size: 150%;
      line-height: 100%;
      letter-spacing: 1.2px;
      color: #0b6a38;
      text-transform: uppercase; }
    .kk-form .form-section .form-field {
      position: relative;
      padding-bottom: 32px; }
      .kk-form .form-section .form-field:last-child {
        padding-bottom: 0; }
      .kk-form .form-section .form-field label.EditingFormLabel,
      .kk-form .form-section .form-field span.EditingFormLabel {
        margin: 0;
        font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
        font-size: 82%;
        line-height: 139%;
        letter-spacing: 0.8px;
        color: #0b6a38;
        text-transform: uppercase; }
      .kk-form .form-section .form-field label.CheckBoxLabel {
        margin-left: 25px;
        font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
        font-size: 82%;
        line-height: 139%;
        color: #595959; }
      .kk-form .form-section .form-field .help-text {
        display: block;
        margin: 18px 0 0;
        font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
        font-size: 94%;
        line-height: 140%;
        color: #595959;
        font-style: italic;
        text-align: center; }
      .kk-form .form-section .form-field input,
      .kk-form .form-section .form-field select,
      .kk-form .form-section .form-field textarea {
        width: 100% !important;
        padding: 5px 0;
        height: auto;
        font-size: 150%;
        line-height: 134%;
        color: #595959;
        border-width: 0;
        border-bottom: 1px solid #dfdfdf; }
        .kk-form .form-section .form-field input [type="checkbox"],
        .kk-form .form-section .form-field input [type="radio"],
        .kk-form .form-section .form-field select [type="checkbox"],
        .kk-form .form-section .form-field select [type="radio"],
        .kk-form .form-section .form-field textarea [type="checkbox"],
        .kk-form .form-section .form-field textarea [type="radio"] {
          opacity: 0; }
        .kk-form .form-section .form-field input::-webkit-input-placeholder,
        .kk-form .form-section .form-field select::-webkit-input-placeholder,
        .kk-form .form-section .form-field textarea::-webkit-input-placeholder {
          color: #c1c1c1; }
        .kk-form .form-section .form-field input:-moz-placeholder,
        .kk-form .form-section .form-field select:-moz-placeholder,
        .kk-form .form-section .form-field textarea:-moz-placeholder {
          color: #c1c1c1; }
        .kk-form .form-section .form-field input::-moz-placeholder,
        .kk-form .form-section .form-field select::-moz-placeholder,
        .kk-form .form-section .form-field textarea::-moz-placeholder {
          color: #c1c1c1; }
        .kk-form .form-section .form-field input:-ms-input-placeholder,
        .kk-form .form-section .form-field select:-ms-input-placeholder,
        .kk-form .form-section .form-field textarea:-ms-input-placeholder {
          color: #c1c1c1; }
        .kk-form .form-section .form-field input::placeholder,
        .kk-form .form-section .form-field select::placeholder,
        .kk-form .form-section .form-field textarea::placeholder {
          color: #c1c1c1; }
      .kk-form .form-section .form-field select {
        background: url("../icons/dropdown-arrow.svg") no-repeat #fff;
        background-size: 26px;
        background-position: center right;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none; }
        .kk-form .form-section .form-field select::-ms-expand {
          display: none; }
      .kk-form .form-section .form-field textarea {
        display: block;
        height: 100px; }
      .kk-form .form-section .form-field .kk-birthday .kk-month {
        margin-right: 15px; }
      .kk-form .form-section .form-field .kk-birthday select {
        width: calc(50% - 10px) !important; }
      .kk-form .form-section .form-field .kk-birthday label {
        width: calc(50% - 5px) !important; }
      .kk-form .form-section .form-field .kk-phone {
        display: flex; }
        .kk-form .form-section .form-field .kk-phone span {
          font-size: 150%;
          line-height: 134%; }
          .kk-form .form-section .form-field .kk-phone span input {
            font-size: 100%;
            line-height: 134%; }
          .kk-form .form-section .form-field .kk-phone span.area-code-container {
            white-space: nowrap; }
            @media (min-width: 768px) {
              .kk-form .form-section .form-field .kk-phone span.area-code-container {
                width: 90px; } }
            .kk-form .form-section .form-field .kk-phone span.area-code-container input {
              width: 60px !important;
              text-align: center; }
          .kk-form .form-section .form-field .kk-phone span.prefix-container {
            white-space: nowrap; }
            @media (min-width: 768px) {
              .kk-form .form-section .form-field .kk-phone span.prefix-container {
                width: 80px; } }
            .kk-form .form-section .form-field .kk-phone span.prefix-container input {
              width: 60px !important;
              text-align: center; }
          .kk-form .form-section .form-field .kk-phone span.line-number-container {
            white-space: nowrap;
            padding-left: 5px;
            flex: 1; }
            .kk-form .form-section .form-field .kk-phone span.line-number-container input {
              width: 100% !important; }
      .kk-form .form-section .form-field .kk-checkbox {
        position: initial;
        width: 22px !important;
        height: 22px !important; }
        .kk-form .form-section .form-field .kk-checkbox input {
          opacity: 0;
          position: absolute;
          top: 0;
          left: 0;
          width: 16px !important;
          height: 16px !important;
          z-index: 2; }
          .kk-form .form-section .form-field .kk-checkbox input:checked + .kk-checkbox-state {
            background-image: url("../icons/circle-check-selected.svg"); }
          .kk-form .form-section .form-field .kk-checkbox input:focus + .kk-checkbox-state {
            outline: 2px dotted #c8102e; }
        .kk-form .form-section .form-field .kk-checkbox .kk-checkbox-state {
          width: 16px;
          height: 16px;
          position: absolute;
          top: 0;
          left: 0;
          background-image: url("../icons/circle-check.svg");
          background-size: 16px 16px;
          background-repeat: no-repeat;
          background-position: center;
          cursor: pointer; }
      .kk-form .form-section .form-field .hiddenField {
        display: none; }
      .kk-form .form-section .form-field .EditingFormControlNestedControl.Error input,
      .kk-form .form-section .form-field .EditingFormControlNestedControl.Error select,
      .kk-form .form-section .form-field .EditingFormControlNestedControl.Error textarea {
        border-color: #c8102e; }
      .kk-form .form-section .form-field .EditingFormControlNestedControl.Error + label.EditingFormLabel {
        color: #c8102e; }
      .kk-form .form-section .form-field .EditingFormErrorLabel {
        display: block;
        font-size: 88%;
        line-height: 150%;
        font-style: italic;
        color: #c8102e; }
      .kk-form .form-section .form-field.required label.EditingFormLabel:after {
        content: " *";
        color: #c8102e; }
      .kk-form .form-section .form-field.required select {
        color: #595959; }
        .kk-form .form-section .form-field.required select[data-val] {
          color: #595959; }
        .kk-form .form-section .form-field.required select option {
          color: #595959; }
          .kk-form .form-section .form-field.required select option[value=""] {
            color: #979797; }
      .kk-form .form-section .form-field[data-type="password"] button.icon,
      .kk-form .form-section .form-field[data-type="password"] a.icon {
        height: 40px;
        width: 40px !important;
        position: absolute;
        top: 0;
        right: 0; }
        .kk-form .form-section .form-field[data-type="password"] button.icon.show,
        .kk-form .form-section .form-field[data-type="password"] a.icon.show {
          background: url(/App_Themes/krispykremenew/Content/icons/show-password.svg) no-repeat; }
        .kk-form .form-section .form-field[data-type="password"] button.icon.hide,
        .kk-form .form-section .form-field[data-type="password"] a.icon.hide {
          background: url(/App_Themes/krispykremenew/Content/icons/hide-password.svg) no-repeat; }
  .kk-form .kk-recaptcha {
    margin-top: 32px;
    display: flex;
    flex-flow: column-reverse; }
    .kk-form .kk-recaptcha .display-error {
      margin-top: 10px;
      font-size: 88%;
      line-height: 150%;
      font-style: italic;
      color: #c8102e; }
  .kk-form .form-actions {
    padding: 40px 0 20px; }
    @media (min-width: 576px) {
      .kk-form .form-actions {
        padding: 48px 0 24px; } }
  .kk-form &gt; p {
    margin: 0;
    padding-top: 30px;
    text-align: center;
    font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
    font-size: 82%;
    line-height: 185%;
    color: #595959; }
  .kk-form &gt; .loading {
    position: absolute;
    top: 0;
    bottom: 0%;
    left: 0;
    right: 0%;
    background: url("/App_Themes/krispykremenew/Content/images/loading.gif") no-repeat rgba(255, 255, 255, 0.8);
    background-position: center;
    z-index: 99; }

.kk-field-form {
  width: 100%;
  max-width: 700px; }
  .kk-field-form .validation-summary {
    font-size: 88%;
    line-height: 150%;
    font-style: italic;
    color: #c8102e;
    text-align: center; }
    .kk-field-form .validation-summary a {
      color: inherit;
      text-decoration: underline; }
    .kk-field-form .validation-summary a:hover {
      text-decoration: none; }
  .kk-field-form .field-group.editing .form-field.view {
    display: none; }
  .kk-field-form .field-group.editing .form-field.edit {
    display: block; }
  .kk-field-form .field-group span.label,
  .kk-field-form .field-group label {
    text-transform: uppercase;
    display: inline-block;
    font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
    letter-spacing: 1px;
    font-size: 75%;
    line-height: 150%;
    color: #a8a8a8; }
  .kk-field-form .field-group label {
    color: #0b6a38; }
  .kk-field-form .field-group .btn-link,
  .kk-field-form .field-group input[type="submit"].btn-link {
    font-family: "BrandonGrotesque-BlackItalic", Arial, Helvetica, sans-serif;
    font-style: normal;
    color: #c8102e;
    width: auto !important;
    font-size: 100%;
    line-height: 150%;
    letter-spacing: 0.5px;
    border-bottom-width: 0;
    padding: 0; }
  .kk-field-form .field-group .form-field.view {
    padding: 25px 15px;
    border-bottom: 1px solid #ebebeb;
    position: relative; }
    .kk-field-form .field-group .form-field.view .display-value {
      font-size: 150%;
      line-height: 134%;
      letter-spacing: 0;
      color: #3d3d3d; }
    .kk-field-form .field-group .form-field.view .btn-link {
      position: absolute;
      top: 25px;
      right: 15px; }
  .kk-field-form .field-group .form-field.edit {
    display: none;
    padding: 25px 0 0 0;
    position: relative; }
    .kk-field-form .field-group .form-field.edit label {
      padding-left: 15px; }
    .kk-field-form .field-group .form-field.edit input[type="text"] {
      padding: 0 15px 25px 15px;
      border-bottom: 1px solid #000; }
    .kk-field-form .field-group .form-field.edit .form-options {
      position: absolute;
      top: 25px;
      right: 15px; }
      .kk-field-form .field-group .form-field.edit .form-options button {
        margin-right: 15px; }
  .kk-field-form .form-section:first-child {
    padding-top: 0; }
  .kk-field-form .form-section h2,
  .kk-field-form .form-section h3 {
    padding-bottom: 32px;
    font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
    font-size: 150%;
    line-height: 100%;
    letter-spacing: 1.2px;
    color: #0b6a38;
    text-transform: uppercase; }
  .kk-field-form .form-section .form-field {
    position: relative;
    padding-bottom: 32px; }
    .kk-field-form .form-section .form-field:last-child {
      padding-bottom: 0; }
    .kk-field-form .form-section .form-field .help-text {
      display: block;
      margin: 18px 0 0;
      font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
      font-size: 94%;
      line-height: 140%;
      color: #595959;
      font-style: italic;
      text-align: center; }
    .kk-field-form .form-section .form-field input,
    .kk-field-form .form-section .form-field select,
    .kk-field-form .form-section .form-field textarea {
      width: 100% !important;
      padding: 5px 0;
      height: auto;
      font-size: 150%;
      line-height: 134%;
      color: #595959;
      border-width: 0;
      border-bottom: 1px solid #595959; }
      .kk-field-form .form-section .form-field input [type="checkbox"],
      .kk-field-form .form-section .form-field input [type="radio"],
      .kk-field-form .form-section .form-field select [type="checkbox"],
      .kk-field-form .form-section .form-field select [type="radio"],
      .kk-field-form .form-section .form-field textarea [type="checkbox"],
      .kk-field-form .form-section .form-field textarea [type="radio"] {
        opacity: 0; }
      .kk-field-form .form-section .form-field input::-webkit-input-placeholder,
      .kk-field-form .form-section .form-field select::-webkit-input-placeholder,
      .kk-field-form .form-section .form-field textarea::-webkit-input-placeholder {
        color: #c1c1c1; }
      .kk-field-form .form-section .form-field input:-moz-placeholder,
      .kk-field-form .form-section .form-field select:-moz-placeholder,
      .kk-field-form .form-section .form-field textarea:-moz-placeholder {
        color: #c1c1c1; }
      .kk-field-form .form-section .form-field input::-moz-placeholder,
      .kk-field-form .form-section .form-field select::-moz-placeholder,
      .kk-field-form .form-section .form-field textarea::-moz-placeholder {
        color: #c1c1c1; }
      .kk-field-form .form-section .form-field input:-ms-input-placeholder,
      .kk-field-form .form-section .form-field select:-ms-input-placeholder,
      .kk-field-form .form-section .form-field textarea:-ms-input-placeholder {
        color: #c1c1c1; }
      .kk-field-form .form-section .form-field input::placeholder,
      .kk-field-form .form-section .form-field select::placeholder,
      .kk-field-form .form-section .form-field textarea::placeholder {
        color: #c1c1c1; }
    .kk-field-form .form-section .form-field select {
      background: url("../icons/dropdown-arrow.svg") no-repeat #fff;
      background-size: 26px;
      background-position: center right;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }
      .kk-field-form .form-section .form-field select::-ms-expand {
        display: none; }
    .kk-field-form .form-section .form-field textarea {
      display: block;
      height: 100px; }
    .kk-field-form .form-section .form-field .kk-phone {
      display: flex; }
      .kk-field-form .form-section .form-field .kk-phone span {
        font-size: 150%;
        line-height: 134%; }
        .kk-field-form .form-section .form-field .kk-phone span input {
          font-size: 100%;
          line-height: 134%; }
        .kk-field-form .form-section .form-field .kk-phone span.area-code-container {
          white-space: nowrap; }
          @media (min-width: 768px) {
            .kk-field-form .form-section .form-field .kk-phone span.area-code-container {
              width: 90px; } }
          .kk-field-form .form-section .form-field .kk-phone span.area-code-container input {
            width: 70px !important;
            text-align: center; }
        .kk-field-form .form-section .form-field .kk-phone span.prefix-container {
          white-space: nowrap; }
          @media (min-width: 768px) {
            .kk-field-form .form-section .form-field .kk-phone span.prefix-container {
              width: 80px; } }
          .kk-field-form .form-section .form-field .kk-phone span.prefix-container input {
            width: 70px !important;
            text-align: center; }
        .kk-field-form .form-section .form-field .kk-phone span.line-number-container {
          white-space: nowrap;
          padding-left: 5px;
          flex: 1; }
          .kk-field-form .form-section .form-field .kk-phone span.line-number-container input {
            width: 100% !important; }
    .kk-field-form .form-section .form-field .kk-checkbox {
      position: relative;
      width: 22px !important;
      height: 22px !important; }
      .kk-field-form .form-section .form-field .kk-checkbox input {
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        width: 16px !important;
        height: 16px !important;
        z-index: 2; }
        .kk-field-form .form-section .form-field .kk-checkbox input:checked + .kk-checkbox-state {
          background-image: url("../icons/circle-check-selected.svg"); }
        .kk-field-form .form-section .form-field .kk-checkbox input:focus + .kk-checkbox-state {
          outline: 2px dotted #c8102e; }
      .kk-field-form .form-section .form-field .kk-checkbox .kk-checkbox-state {
        width: 16px;
        height: 16px;
        position: absolute;
        top: 0;
        left: 0;
        background-image: url("../icons/circle-check.svg");
        background-size: 16px 16px;
        cursor: pointer; }
    .kk-field-form .form-section .form-field .hiddenField {
      display: none; }
    .kk-field-form .form-section .form-field .EditingFormControlNestedControl.Error input,
    .kk-field-form .form-section .form-field .EditingFormControlNestedControl.Error select,
    .kk-field-form .form-section .form-field .EditingFormControlNestedControl.Error textarea {
      border-color: #c8102e; }
    .kk-field-form .form-section .form-field .EditingFormControlNestedControl.Error + label.EditingFormLabel {
      color: #c8102e; }
    .kk-field-form .form-section .form-field .EditingFormErrorLabel {
      display: block;
      font-size: 88%;
      line-height: 150%;
      font-style: italic;
      color: #c8102e; }
    .kk-field-form .form-section .form-field.required label.EditingFormLabel:after {
      content: " *";
      color: #c8102e; }
    .kk-field-form .form-section .form-field.required select {
      color: #979797; }
      .kk-field-form .form-section .form-field.required select[data-val] {
        color: #595959; }
      .kk-field-form .form-section .form-field.required select option {
        color: #595959; }
        .kk-field-form .form-section .form-field.required select option[value=""] {
          color: #979797; }
    .kk-field-form .form-section .form-field[data-type="password"] a.icon {
      height: 40px;
      width: 40px;
      position: absolute;
      top: 0;
      right: 0; }
      .kk-field-form .form-section .form-field[data-type="password"] a.icon.show {
        background: url(/App_Themes/krispykremenew/Content/icons/show-password.svg); }
      .kk-field-form .form-section .form-field[data-type="password"] a.icon.hide {
        background: url(/App_Themes/krispykremenew/Content/icons/hide-password.svg); }
  .kk-field-form .kk-recaptcha {
    margin-top: 32px;
    display: flex;
    flex-flow: column-reverse; }
    .kk-field-form .kk-recaptcha .display-error {
      margin-top: 10px;
      font-size: 88%;
      line-height: 150%;
      font-style: italic;
      color: #c8102e; }
  .kk-field-form .form-actions {
    padding: 40px 0 20px; }
    @media (min-width: 576px) {
      .kk-field-form .form-actions {
        padding: 48px 0 24px; } }
  .kk-field-form &gt; p {
    margin: 0;
    padding-top: 30px;
    text-align: center;
    font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
    font-size: 82%;
    line-height: 185%;
    color: #595959; }

#pptou-consent-container {
  background-color: #fff;
  min-height: 26px;
  font-size: 14px;
  color: #595959;
  line-height: 26px;
  padding: 8px 18px 8px 18px;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  z-index: 9999; }
  #pptou-consent-container a {
    color: #595959;
    text-decoration: underline;
    font-family: "HelveticaLight", Arial, Verdana, sans-serif; }
  #pptou-consent-container a.pptou-consent-ok {
    text-align: center;
    text-decoration: none;
    background-color: #d01f2f;
    border-color: #c8102e;
    min-width: 100px;
    color: #fff;
    display: inline-block;
    padding: 0 20px;
    cursor: pointer;
    float: right;
    margin: 0 0 0 10px; }
    @media (min-width: 576px) {
      #pptou-consent-container a.pptou-consent-ok {
        flex-wrap: nowrap; } }
  #pptou-consent-container .pptou-consent-content {
    display: flex;
    flex-flow: column wrap; }
    @media (min-width: 576px) {
      #pptou-consent-container .pptou-consent-content {
        flex-flow: row; } }
    @media (min-width: 768px) {
      #pptou-consent-container .pptou-consent-content {
        flex-wrap: nowrap; } }
    @media (min-width: 768px) {
      #pptou-consent-container .pptou-consent-content .pptou-text {
        flex-wrap: nowrap;
        flex-basis: 70%; } }
    @media (min-width: 992px) {
      #pptou-consent-container .pptou-consent-content .pptou-text {
        flex-basis: 75%; } }
    @media (min-width: 1200px) {
      #pptou-consent-container .pptou-consent-content .pptou-text {
        flex-basis: 80%; } }
    #pptou-consent-container .pptou-consent-content .pptou-cta {
      text-align: right;
      flex-grow: 1; }
      @media (min-width: 768px) {
        #pptou-consent-container .pptou-consent-content .pptou-cta {
          margin-left: 30px;
          flex-basis: 30%;
          position: absolute;
          top: 50%;
          margin-top: -13px;
          right: 18px; } }
      @media (min-width: 992px) {
        #pptou-consent-container .pptou-consent-content .pptou-cta {
          flex-basis: 25%; } }
      @media (min-width: 1200px) {
        #pptou-consent-container .pptou-consent-content .pptou-cta {
          flex-basis: 20%; } }
      #pptou-consent-container .pptou-consent-content .pptou-cta a {
        float: left; }
        @media (min-width: 768px) {
          #pptou-consent-container .pptou-consent-content .pptou-cta a {
            float: none; } }
      #pptou-consent-container .pptou-consent-content .pptou-cta .pptou-consent-ok {
        float: right; }
        @media (min-width: 768px) {
          #pptou-consent-container .pptou-consent-content .pptou-cta .pptou-consent-ok {
            float: none; } }

#cookie-consent-container {
  width: 100%;
  position: fixed;
  bottom: 0;
  padding: 16px 10px;
  background-color: #f6f6f6;
  z-index: 9999;
  display: flex;
  flex-direction: column; }
  @media (min-width: 768px) {
    #cookie-consent-container {
      padding: 10px 33px;
      flex-direction: row;
      align-items: center; } }
  #cookie-consent-container a:not(.btn) {
    text-decoration: underline; }
  #cookie-consent-container .copy {
    color: #595959; }
    #cookie-consent-container .copy strong {
      font-family: "BrandonGrotesque-RegularBold", Arial, Helvetica, sans-serif;
      font-size: 75%;
      line-height: 117%; }
    #cookie-consent-container .copy span {
      font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
      font-size: 75%;
      line-height: 117%; }
  #cookie-consent-container .cta {
    margin-top: 16px;
    display: flex;
    flex-direction: row;
    align-items: center;
    white-space: nowrap; }
    @media (min-width: 768px) {
      #cookie-consent-container .cta {
        margin-top: 0;
        margin-left: auto;
        flex-direction: row-reverse; } }
    #cookie-consent-container .cta a.more-info {
      font-family: "BrandonGrotesque-RegularBold", Arial, Helvetica, sans-serif;
      font-size: 75%;
      line-height: 117%; }
    #cookie-consent-container .cta .btn-ok {
      width: 90px;
      margin-right: 20px;
      background-color: #046a38;
      color: #fff; }
      @media (min-width: 768px) {
        #cookie-consent-container .cta .btn-ok {
          margin-right: 0;
          margin-left: 20px; } }
      #cookie-consent-container .cta .btn-ok:hover {
        background-color: #0b6a38 !important;
        color: #fff !important; }

div.split-cta {
  display: none;
  z-index: 1; }
  @media (max-width: 1074px) {
    div.split-cta.split-cta-mobile {
      display: block;
      width: 310px;
      margin: 10px auto;
      padding: 3px 0;
      text-align: center; } }
  @media (min-width: 751px) and (max-width: 1074px) {
    div.split-cta.split-cta-left-nav {
      display: inline-block;
      margin-left: 35px; }
      div.split-cta.split-cta-left-nav button {
        margin-bottom: 10px; } }
  @media (min-width: 1075px) {
    div.split-cta.split-cta-top-nav {
      display: inline-block;
      position: absolute;
      top: 30px;
      left: 230px; } }
  div.split-cta button {
    width: 138px;
    height: 40px;
    margin: 0;
    padding: 8px 20px 7px 10px;
    border-radius: 100px;
    box-shadow: none;
    background-color: #c8102e;
    font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.69px;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    border: none;
    transform-origin: top left;
    transition: transform 250ms ease-in-out; }
    @media (min-width: 992px) {
      div.split-cta button {
        margin: 0 0 0 8px;
        width: 146px;
        height: 48px; } }
    @media (max-width: 1199.98px) {
      div.split-cta button:nth-child(2) {
        margin-left: 5px; } }
    div.split-cta button img {
      object-fit: contain;
      position: absolute;
      top: 4px; }
      @media (min-width: 992px) {
        div.split-cta button img {
          top: 8px; } }
      div.split-cta button img.split-cta-delivery {
        left: 14px;
        width: 33px;
        height: 33px;
        margin: 0 8px 0 0; }
        @media (min-width: 992px) {
          div.split-cta button img.split-cta-delivery {
            left: 18px; } }
      div.split-cta button img.split-cta-pickup {
        left: 20px;
        width: 24px;
        height: 20px;
        margin: 6px 10px 5px 0; }
        @media (min-width: 992px) {
          div.split-cta button img.split-cta-pickup {
            left: 25px; } }
    div.split-cta button span.split-cta-line1 {
      font-size: 11px;
      font-weight: 400;
      width: 42px;
      height: 16px;
      margin: 1px 31px 16px 8px;
      position: absolute;
      top: 5px;
      left: 46px; }
      @media (min-width: 992px) {
        div.split-cta button span.split-cta-line1 {
          top: 8px; } }
    div.split-cta button span.split-cta-line2 {
      font-size: 14px;
      font-weight: 400;
      width: 73px;
      height: 20px;
      margin: 12px 0 1px 8px;
      position: absolute;
      top: 5px;
      left: 46px; }
      @media (min-width: 992px) {
        div.split-cta button span.split-cta-line2 {
          top: 8px; } }

.product-carousel-container {
  margin: 0 -15px 40px 0; }
  @media (min-width: 992px) {
    .product-carousel-container {
      margin: 0 -70px 100px 0; } }
  @media (min-width: 1550px) {
    .product-carousel-container {
      margin-right: 0; } }
  .product-carousel-container .product-carousel-title {
    font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
    color: #0b6a38;
    font-size: 22px;
    margin-bottom: 25px;
    text-align: center;
    text-transform: uppercase; }
    @media (min-width: 992px) {
      .product-carousel-container .product-carousel-title {
        font-size: 40px;
        margin-bottom: 35px; } }
  .product-carousel-container .product-carousel {
    display: flex; }
    @media (max-width: 991.98px) {
      .product-carousel-container .product-carousel {
        margin-right: -15px;
        overflow-x: scroll; }
        .product-carousel-container .product-carousel::-webkit-scrollbar {
          display: none;
          width: 0px;
          background: transparent; } }
    .product-carousel-container .product-carousel .slick-list {
      padding: 0 110px 0 0; }
      @media (min-width: 992px) {
        .product-carousel-container .product-carousel .slick-list {
          padding: 0 70px 0 0; } }
      @media (min-width: 1550px) {
        .product-carousel-container .product-carousel .slick-list {
          padding-right: 0; } }
    .product-carousel-container .product-carousel .slick-track {
      display: flex; }
    .product-carousel-container .product-carousel .product-carousel-item {
      align-items: center;
      background-color: #f7f9fa;
      border-radius: 20px;
      display: flex;
      flex-direction: column;
      height: 292px;
      margin: 0 12px 0 0;
      min-width: 235px;
      padding: 40px 21px;
      position: relative;
      width: 235px; }
      @media (min-width: 992px) {
        .product-carousel-container .product-carousel .product-carousel-item {
          height: 364px;
          padding: 40px 21px 31px; } }
      @media (min-width: 992px) and (max-width: 1300px) {
        .product-carousel-container .product-carousel .product-carousel-item {
          width: 297px !important; } }
      @media (min-width: 1300px) {
        .product-carousel-container .product-carousel .product-carousel-item {
          width: 316px !important; } }
      .product-carousel-container .product-carousel .product-carousel-item .product-carousel-image {
        display: inline-block;
        height: 157px;
        padding: 0;
        margin: 0 auto;
        text-align: center;
        width: 157px; }
        @media (min-width: 992px) {
          .product-carousel-container .product-carousel .product-carousel-item .product-carousel-image {
            height: 208px;
            width: 208px; } }
        .product-carousel-container .product-carousel .product-carousel-item .product-carousel-image img {
          height: 100%;
          margin: 0 auto;
          width: 100%; }
      .product-carousel-container .product-carousel .product-carousel-item .product-carousel-text {
        display: inline-block;
        left: 0;
        line-height: 20px;
        margin: 30px auto 0; }
        @media (min-width: 992px) {
          .product-carousel-container .product-carousel .product-carousel-item .product-carousel-text {
            line-height: 28px; } }
        .product-carousel-container .product-carousel .product-carousel-item .product-carousel-text p {
          font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
          color: #046a38;
          font-size: 16px;
          font-weight: 900;
          letter-spacing: 0.7px;
          margin: 0;
          text-align: center;
          text-transform: uppercase; }
          @media (min-width: 992px) {
            .product-carousel-container .product-carousel .product-carousel-item .product-carousel-text p {
              font-size: 24px; } }
      .product-carousel-container .product-carousel .product-carousel-item:hover {
        background-color: #f2f8f5;
        transition: background-color 150ms ease-in-out; }
        .product-carousel-container .product-carousel .product-carousel-item:hover .nav-card-image img {
          transition: scale 100ms ease-in-out;
          transform: scale(1.1); }
        .product-carousel-container .product-carousel .product-carousel-item:hover .nav-card-text p {
          color: #046a38; }
    .product-carousel-container .product-carousel .slick-prev,
    .product-carousel-container .product-carousel .slick-next {
      display: none;
      width: 63px;
      height: 63px;
      z-index: 10; }
      @media (min-width: 992px) {
        .product-carousel-container .product-carousel .slick-prev,
        .product-carousel-container .product-carousel .slick-next {
          display: block; } }
      .product-carousel-container .product-carousel .slick-prev::before,
      .product-carousel-container .product-carousel .slick-next::before {
        content: " ";
        background-image: url(../icons/carousel-gray-next.svg);
        background-repeat: no-repeat;
        display: block;
        height: 63px;
        width: 63px; }
      .product-carousel-container .product-carousel .slick-prev.slick-disabled,
      .product-carousel-container .product-carousel .slick-next.slick-disabled {
        display: none !important; }
    .product-carousel-container .product-carousel .slick-next {
      right: 40px; }
      @media (min-width: 1550px) {
        .product-carousel-container .product-carousel .slick-next {
          right: -15px; } }
    .product-carousel-container .product-carousel .slick-prev {
      left: -30px;
      right: initial; }
      .product-carousel-container .product-carousel .slick-prev::before {
        transform: rotate(180deg); }

.secondary-offers {
  margin-bottom: 40px; }
  @media (min-width: 992px) {
    .secondary-offers {
      margin-bottom: 80px; } }

.secondary-offer {
  background-color: #f7f9fa;
  border-radius: 20px;
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 20px;
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 11px 0px; }
  @media (min-width: 992px) {
    .secondary-offer {
      align-items: center;
      flex-direction: row;
      height: 365px;
      justify-content: space-between;
      margin-bottom: 40px;
      overflow: hidden; } }
  @media (min-width: 992px) {
    .secondary-offer.image-right .secondary-offer__body {
      padding-left: 50px;
      padding-right: 50px;
      width: 50%; } }
  @media (min-width: 1200px) {
    .secondary-offer.image-right .secondary-offer__body {
      /*margin-left: 110px;*/ } }
  @media (min-width: 992px) {
    .secondary-offer.image-left {
      flex-direction: row-reverse; } }
  @media (min-width: 992px) {
    .secondary-offer.image-left .secondary-offer__body {
      padding-left: 50px;
      padding-right: 50px;
      width: 50%; } }
  @media (min-width: 1200px) {
    .secondary-offer.image-left .secondary-offer__body {
      /*margin-right: 100px;*/ } }
  .secondary-offer__image {
    height: 252px; }
    .secondary-offer__image img {
      height: 100%;
      object-fit: cover;
      width: 100%;
      border-top-right-radius: 20px;
      border-top-left-radius: 20px; }
    @media (min-width: 768px) {
      .secondary-offer__image {
        border-radius: unset;
        height: 320px; }
        .secondary-offer__image img {
          border-radius: unset; } }
    @media (min-width: 992px) {
      .secondary-offer__image {
        height: 100%;
        width: 50%; } }
  @media (max-width: 991.98px) {
    .secondary-offer__body {
      padding: 36px 25px 40px;
      text-align: center; } }
  .secondary-offer__copy {
    color: #000;
    font-size: 16px;
    margin-bottom: 30px; }
    @media (max-width: 991.98px) {
      .secondary-offer__copy {
        text-align: center; } }
    @media (min-width: 992px) {
      .secondary-offer__copy {
        font-size: 16px; } }
    .secondary-offer__copy p {
      margin-bottom: 0; }
      @media (max-width: 991.98px) {
        .secondary-offer__copy p {
          font-size: 14px; } }
  .secondary-offer__eyebrow {
    font-family: "BrandonGrotesque-BlackItalic", Arial, Helvetica, sans-serif;
    font-style: normal;
    color: #c8102e;
    font-size: 16px; }
    @media (min-width: 992px) {
      .secondary-offer__eyebrow {
        font-size: 24px; } }
  .secondary-offer__title {
    color: #303030; }
    @media (min-width: 992px) {
      .secondary-offer__title {
        max-width: 420px; } }
    @media (min-width: 1200px) {
      .secondary-offer__title {
        max-width: 530px; } }
  .secondary-offer .disclaimer-superscript {
    color: #303030;
    font-size: 11px;
    margin-left: 3px;
    margin-top: -2px;
    position: absolute; }
    @media (min-width: 992px) {
      .secondary-offer .disclaimer-superscript {
        font-size: 20px; } }
  .secondary-offer__cta {
    display: inline-block; }
    .secondary-offer__cta.cta-hide {
      display: none; }

.webpart-image-callout-banner {
  display: flex;
  flex-direction: column-reverse;
  padding-bottom: 40px; }
  @media (min-width: 992px) {
    .webpart-image-callout-banner {
      align-items: center;
      flex-direction: row;
      justify-content: center;
      padding: 0 110px 80px; } }
  .webpart-image-callout-banner.narrow-margin {
    padding-bottom: 35px; }
    @media (min-width: 992px) {
      .webpart-image-callout-banner.narrow-margin {
        padding-bottom: 40px; } }
  @media (min-width: 992px) {
    .webpart-image-callout-banner.image-right .image-callout-banner__image img {
      float: right; } }
  @media (min-width: 992px) {
    .webpart-image-callout-banner.image-left {
      flex-direction: row-reverse; } }
  @media (min-width: 992px) {
    .webpart-image-callout-banner.image-left .image-callout-banner__content {
      padding-left: 50px; } }
  .webpart-image-callout-banner .image-callout-banner__content {
    width: 50%; }
    @media (max-width: 991.98px) {
      .webpart-image-callout-banner .image-callout-banner__content {
        text-align: center;
        width: 100%; } }
  .webpart-image-callout-banner .image-callout-banner__body {
    color: #303030;
    margin-bottom: 30px; }
    @media (max-width: 991.98px) {
      .webpart-image-callout-banner .image-callout-banner__body {
        font-size: 14px; } }
  .webpart-image-callout-banner .image-callout-banner__image {
    height: 283px;
    margin-bottom: 30px; }
    @media (min-width: 992px) {
      .webpart-image-callout-banner .image-callout-banner__image {
        align-items: center;
        display: flex;
        height: 444px;
        margin-bottom: 0;
        width: 50%; } }
    @media (max-width: 991.98px) {
      .webpart-image-callout-banner .image-callout-banner__image {
        text-align: center; } }
    .webpart-image-callout-banner .image-callout-banner__image img {
      width: 100%; }
      @media (max-width: 991.98px) {
        .webpart-image-callout-banner .image-callout-banner__image img {
          height: 100%;
          max-width: 336px;
          width: auto; } }
  .webpart-image-callout-banner .image-callout-banner__cta {
    display: inline-block; }

.image-overlay-banner {
  background-color: #046a38;
  border-radius: 20px;
  margin-bottom: 80px;
  position: relative; }
  @media (min-width: 992px) {
    .image-overlay-banner {
      height: 433px; } }
  .image-overlay-banner__container {
    background-image: url(../images/kkd-dots.svg);
    background-position: bottom;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    margin-top: 132px;
    padding: 0 30px 45px; }
    @media (min-width: 992px) {
      .image-overlay-banner__container {
        flex-direction: row;
        justify-content: space-between;
        margin-top: 212px;
        padding: 0 70px; } }
    @media (min-width: 1200px) {
      .image-overlay-banner__container {
        padding: 0 110px; } }
  .image-overlay-banner__image {
    height: 320px;
    margin: -92px auto 0;
    max-width: 240px; }
    @media (min-width: 992px) {
      .image-overlay-banner__image {
        height: 567px;
        margin: -134px 0 0;
        max-width: 420px;
        width: 420px; } }
    .image-overlay-banner__image img {
      height: 100%;
      width: auto; }
  .image-overlay-banner__content {
    margin-top: 40px;
    text-align: center; }
    @media (min-width: 992px) {
      .image-overlay-banner__content {
        float: right;
        max-width: 515px;
        text-align: left;
        width: 40%; } }
    @media (min-width: 1200px) {
      .image-overlay-banner__content {
        margin-top: 60px;
        width: 50%; } }
  .image-overlay-banner__title.title {
    color: #fff;
    margin-bottom: 15px; }
    @media (min-width: 992px) {
      .image-overlay-banner__title.title {
        margin-bottom: 20px; } }
  .image-overlay-banner__body {
    color: #fff;
    font-size: 18px; }
    .image-overlay-banner__body a {
      color: #fff;
      text-decoration: underline; }
  .image-overlay-banner__ctas {
    display: inline-block;
    margin-top: 35px; }
    .image-overlay-banner__ctas .image-cta:nth-child(2) {
      margin-left: 20px; }
    @media (max-width: 767.98px) {
      .image-overlay-banner__ctas .btn {
        width: 250px; } }
    .image-overlay-banner__ctas .btn:first-child {
      margin-bottom: 20px; }
      @media (min-width: 768px) {
        .image-overlay-banner__ctas .btn:first-child {
          margin: 0 20px 0 0; } }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .image-overlay-banner__ctas .btn:first-child {
          margin: 0 0 20px 0; } }
      @media (min-width: 1200px) {
        .image-overlay-banner__ctas .btn:first-child {
          margin: 0 20px 0 0; } }

.full-hero-banner {
  height: 536px;
  position: relative;
  margin: 20px auto;
  overflow: hidden;
  width: 100%; }
  @media (min-width: 768px) {
    .full-hero-banner {
      height: 484px; } }
  @media (min-width: 1100px) {
    .full-hero-banner {
      height: 584px;
      margin: 40px auto; } }
  @media (min-width: 1100px) {
    .full-hero-banner.left-align .full-hero-banner__container {
      align-items: flex-start; } }
  @media (min-width: 768px) {
    .full-hero-banner.left-align .full-hero-banner__content-container {
      left: 0;
      padding-left: 40px; } }
  @media (min-width: 1100px) {
    .full-hero-banner.left-align .full-hero-banner__content-container {
      padding-left: 90px; } }
  @media (min-width: 1100px) {
    .full-hero-banner.left-align .full-hero-banner__title {
      margin: 0;
      max-width: 540px; } }
  @media (min-width: 1100px) {
    .full-hero-banner.right-align .full-hero-banner__container {
      align-items: flex-end; } }
  @media (min-width: 768px) {
    .full-hero-banner.right-align .full-hero-banner__content-container {
      right: 0;
      padding-right: 40px; } }
  @media (min-width: 1100px) {
    .full-hero-banner.right-align .full-hero-banner__content-container {
      padding-right: 90px; } }
  @media (min-width: 1100px) {
    .full-hero-banner.right-align .full-hero-banner__title {
      margin: 0;
      max-width: 540px; } }
  .full-hero-banner.mobile-top .full-hero-banner__content-container {
    padding-top: 15px; }
    @media (min-width: 768px) {
      .full-hero-banner.mobile-top .full-hero-banner__content-container {
        padding-top: 0; } }
  .full-hero-banner.mobile-center .full-hero-banner__content-container {
    padding-top: 50%;
    position: relative; }
    @media (min-width: 400px) {
      .full-hero-banner.mobile-center .full-hero-banner__content-container {
        padding-top: 35%; } }
    @media (min-width: 590px) {
      .full-hero-banner.mobile-center .full-hero-banner__content-container {
        padding-top: 28%; } }
    @media (min-width: 768px) {
      .full-hero-banner.mobile-center .full-hero-banner__content-container {
        padding-top: 0;
        position: absolute; } }
  .full-hero-banner__container {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%; }
  .full-hero-banner__bg-container {
    border-radius: 20px;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%; }
    .full-hero-banner__bg-container img {
      height: 100%;
      width: 100%; }
      @media (max-width: 1100px) {
        .full-hero-banner__bg-container img {
          object-fit: cover; } }
  .full-hero-banner__video-container {
    border-radius: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden; }
    .full-hero-banner__video-container video {
      min-width: 100%;
      min-height: 100%;
      width: auto;
      height: auto; }
  .full-hero-banner__video-image-container {
    height: 100%; }
    .full-hero-banner__video-image-container.mobile {
      display: block; }
      @media (min-width: 768px) {
        .full-hero-banner__video-image-container.mobile {
          display: none; } }
    .full-hero-banner__video-image-container.desktop {
      display: none; }
      @media (min-width: 768px) {
        .full-hero-banner__video-image-container.desktop {
          display: block; } }
  .full-hero-banner__video-controls {
    bottom: 32px;
    left: 32px;
    position: absolute;
    z-index: 9; }
  .full-hero-banner__video-control {
    display: inline-block;
    height: 48px;
    width: 48px; }
    .full-hero-banner__video-control.play-btn.hide, .full-hero-banner__video-control.pause-btn.hide {
      display: none; }
    .full-hero-banner__video-control.play-btn.show, .full-hero-banner__video-control.pause-btn.show {
      display: block; }
    .full-hero-banner__video-control.pause-btn {
      background-image: url("../icons/pause-btn.svg"); }
    .full-hero-banner__video-control.play-btn {
      background-image: url("../icons/play-btn.svg"); }
  .full-hero-banner__overlay-mask {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
  .full-hero-banner__content-container {
    position: absolute;
    top: 0;
    text-align: center;
    padding: 0;
    height: 100%;
    width: 255px;
    z-index: 85;
    padding-top: 15px; }
    @media (min-width: 768px) {
      .full-hero-banner__content-container {
        height: auto;
        top: 50%;
        transform: translateY(-50%);
        width: 340px; } }
    @media (min-width: 1100px) {
      .full-hero-banner__content-container {
        width: 630px; } }
  .full-hero-banner__content {
    width: 100%; }
  .full-hero-banner__content-image {
    margin: 0 auto 15px;
    width: 253px; }
    @media (min-width: 1100px) {
      .full-hero-banner__content-image {
        margin: 0 auto 25px;
        width: 441px; } }
  .full-hero-banner__eyebrow {
    font-family: "BrandonGrotesque-BlackItalic", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-size: 16px;
    letter-spacing: 0.5px;
    margin-bottom: 10px; }
    @media (min-width: 1100px) {
      .full-hero-banner__eyebrow {
        font-size: 24px;
        letter-spacing: 0.75px; } }
  .full-hero-banner__title {
    font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
    font-size: 26px;
    margin: 0 10px;
    max-width: 616px;
    text-transform: uppercase; }
    @media (min-width: 768px) and (max-width: 1099px) {
      .full-hero-banner__title {
        font-size: 36px;
        margin: 0 auto; } }
    @media (min-width: 1100px) {
      .full-hero-banner__title {
        font-size: 56px;
        margin: 0 auto; } }
  .full-hero-banner__body-text {
    margin-top: 8px;
    max-width: 700px; }
    @media (min-width: 1100px) {
      .full-hero-banner__body-text {
        margin: 20px 0 40px; } }
    .full-hero-banner__body-text p {
      font-size: 14px; }
      @media (min-width: 1100px) {
        .full-hero-banner__body-text p {
          font-size: 20px; } }
  .full-hero-banner .disclaimer-superscript {
    font-size: 13px;
    margin-left: 3px;
    position: absolute; }
    @media (min-width: 1100px) {
      .full-hero-banner .disclaimer-superscript {
        font-size: 28px;
        margin-top: -2px; } }
  .full-hero-banner__ctas {
    width: 100%;
    text-align: center;
    z-index: 85;
    position: absolute;
    bottom: 15px; }
    .full-hero-banner__ctas a {
      display: block;
      margin: 0 auto;
      white-space: nowrap;
      width: 160px;
      clear: both;
      font-size: 14px;
      line-height: 1.7; }
      @media (min-width: 768px) {
        .full-hero-banner__ctas a {
          font-size: 16px;
          height: 48px;
          line-height: 2; } }
      @media (min-width: 1024px) {
        .full-hero-banner__ctas a {
          line-height: 1.5; } }
      .full-hero-banner__ctas a.btn-tertiary {
        margin-bottom: 8px; }
      @media (min-width: 1100px) {
        .full-hero-banner__ctas a {
          display: inline-block; }
          .full-hero-banner__ctas a.btn-tertiary {
            margin-right: 8px;
            margin-bottom: unset; } }
    @media (min-width: 768px) {
      .full-hero-banner__ctas {
        margin-top: 25px;
        position: unset; } }

.two-card-callout {
  margin-bottom: 60px; }
  @media (min-width: 992px) {
    .two-card-callout {
      display: flex;
      gap: 22px;
      margin-bottom: 70px; } }
  .two-card-callout__container {
    background-color: #f7f9fa;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    padding: 20px 0 41px 0;
    margin-bottom: 20px;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 11px 0px; }
    @media (min-width: 768px) {
      .two-card-callout__container {
        flex-direction: row;
        padding: 60px 41px 60px 0;
        text-align: left; } }
    @media (min-width: 992px) {
      .two-card-callout__container {
        margin-bottom: 0;
        width: 50%; } }
  .two-card-callout__image {
    height: 290px; }
    @media (min-width: 768px) {
      .two-card-callout__image {
        height: 240px;
        width: 280px; } }
    .two-card-callout__image img {
      height: 100%;
      object-fit: contain;
      width: 100%; }
      @media (min-width: 768px) {
        .two-card-callout__image img {
          height: 240px;
          width: 100%; } }
      @media (min-width: 1200px) {
        .two-card-callout__image img {
          width: 280px; } }
  .two-card-callout__content {
    margin-top: 30px;
    padding: 0 25px; }
    @media (min-width: 992px) {
      .two-card-callout__content {
        margin: 0;
        padding: 0 0 0 30px; } }
  .two-card-callout__body {
    color: #000;
    font-size: 16px; }
    @media (min-width: 992px) {
      .two-card-callout__body {
        font-size: 18px; } }
  .two-card-callout__cta {
    display: inline-block;
    margin-top: 15px; }
    @media (min-width: 992px) {
      .two-card-callout__cta {
        margin-top: 20px; } }

.shop-location-banner {
  margin-bottom: 40px; }
  .shop-location-banner__image {
    height: 192px; }
    @media (min-width: 576px) {
      .shop-location-banner__image {
        height: 365px; } }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .shop-location-banner__image {
        width: 47%; } }
    @media (min-width: 1200px) {
      .shop-location-banner__image {
        width: 50%; } }
    .shop-location-banner__image img {
      border-radius: 20px;
      height: 100%;
      object-fit: cover;
      object-position: 0 20%;
      width: 100%; }
      @media (min-width: 992px) {
        .shop-location-banner__image img {
          object-position: 0; } }
  @media (min-width: 992px) {
    .shop-location-banner__container {
      display: flex;
      justify-content: space-between; } }
  @media (min-width: 992px) {
    .shop-location-banner__content {
      max-width: 530px;
      width: 50%; } }
  .shop-location-banner__title {
    margin-top: 20px; }
    @media (min-width: 992px) {
      .shop-location-banner__title {
        margin-top: 50px; } }
  .shop-location-banner__subtitle {
    font-family: "BrandonGrotesque-BlackItalic", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-size: 125%;
    color: #c8102e; }
  .shop-location-banner__card-content {
    display: flex;
    justify-content: space-between;
    margin: 24px 0 35px; }
    @media (min-width: 768px) {
      .shop-location-banner__card-content {
        width: 50%; } }
    @media (min-width: 992px) {
      .shop-location-banner__card-content {
        margin: 30px 0;
        width: 100%; } }
    .shop-location-banner__card-content address {
      margin-top: 3px; }
    .shop-location-banner__card-content address, .shop-location-banner__card-content span {
      font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
      color: #303030;
      font-size: 16px;
      margin-bottom: 0; }
    .shop-location-banner__card-content span {
      margin-right: 4px; }
    .shop-location-banner__card-content .location-open {
      color: #0b6a38; }
  .shop-location-banner__card-content-title {
    font-family: "BrandonGrotesque-RegularBold", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0; }
  .shop-location-banner__card-open-details {
    font-style: italic; }
  .shop-location-banner .btn-hotlight {
    background-size: 46px 46px;
    height: 46px;
    width: 46px;
    background-image: url("../icons/hot-now-off.svg");
    background-repeat: no-repeat;
    line-height: 0;
    font-size: 0;
    color: transparent; }
    @media (min-width: 992px) {
      .shop-location-banner .btn-hotlight {
        background-size: 70px 70px;
        height: 70px;
        width: 70px; } }
    .shop-location-banner .btn-hotlight.on {
      background-image: url("../icons/hot-now.svg"); }
  @media (min-width: 992px) {
    .shop-location-banner__ctas {
      align-items: center;
      display: flex;
      flex-wrap: wrap; } }
  @media (min-width: 1200px) {
    .shop-location-banner__ctas {
      flex-wrap: nowrap; } }
  .shop-location-banner__ctas .btns-container {
    display: flex; }
    @media (max-width: 1199.98px) {
      .shop-location-banner__ctas .btns-container {
        position: absolute;
        overflow-x: auto;
        white-space: nowrap;
        width: 95%; }
        .shop-location-banner__ctas .btns-container::-webkit-scrollbar {
          width: 0px;
          background: transparent; } }
  .shop-location-banner__ctas .btn-primary, .shop-location-banner__ctas section.fundraising-overview &gt; .banner-cta.primary .ctas .btn, section.fundraising-overview &gt; .banner-cta.primary .ctas .shop-location-banner__ctas .btn, .shop-location-banner__ctas section.fundraising-products &gt; .banner-cta.primary .ctas .btn, section.fundraising-products &gt; .banner-cta.primary .ctas .shop-location-banner__ctas .btn {
    border: 1px solid #c8102e; }
  .shop-location-banner__ctas .btn {
    align-items: center;
    display: flex;
    font-size: 12px;
    margin-right: 6px;
    padding: 7px 12px 5px; }
    @media (min-width: 992px) {
      .shop-location-banner__ctas .btn {
        font-size: 14px;
        margin-right: 18px;
        padding: 11px 23px; } }
  .shop-location-banner__ctas .kk-icon:before {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: ' ';
    float: left;
    margin-right: 8px; }
  .shop-location-banner__ctas .kk-icon.order-pickup:before {
    height: 16px;
    width: 20px; }
    @media (min-width: 992px) {
      .shop-location-banner__ctas .kk-icon.order-pickup:before {
        height: 23px;
        width: 27px; } }
  .shop-location-banner__ctas .kk-icon.location-new:before {
    height: 18px;
    width: 13px; }
    @media (min-width: 992px) {
      .shop-location-banner__ctas .kk-icon.location-new:before {
        height: 24px;
        width: 18px; } }
  .shop-location-banner__ctas .kk-icon.call-btn {
    display: flex; }
    @media (min-width: 992px) {
      .shop-location-banner__ctas .kk-icon.call-btn {
        display: none; } }
    .shop-location-banner__ctas .kk-icon.call-btn::before {
      height: 24px;
      width: 24px; }
  .shop-location-banner__ctas .kk-icon:hover.btn-secondary:before, .shop-location-banner__ctas section.fundraising-overview &gt; .banner-cta.secondary .ctas .kk-icon.btn:hover:before, section.fundraising-overview &gt; .banner-cta.secondary .ctas .shop-location-banner__ctas .kk-icon.btn:hover:before, .shop-location-banner__ctas section.fundraising-products &gt; .banner-cta.secondary .ctas .kk-icon.btn:hover:before, section.fundraising-products &gt; .banner-cta.secondary .ctas .shop-location-banner__ctas .kk-icon.btn:hover:before {
    filter: brightness(0) invert(1); }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .shop-location-banner .hours-toggle-container {
      margin-top: 20px;
      width: 100%; } }
  .shop-location-banner .hours-toggle {
    font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
    background: url("../icons/caret-down.svg") no-repeat right center;
    background-size: 15px;
    font-size: 13px;
    color: #046a38;
    display: inline-block;
    justify-content: space-between;
    margin-top: 32px;
    margin: 58px 0 0;
    letter-spacing: 1px;
    padding-right: 23px;
    text-transform: uppercase; }
    @media (min-width: 992px) {
      .shop-location-banner .hours-toggle {
        font-size: 14px;
        margin: 0 0 3px 7px; } }
    .shop-location-banner .hours-toggle.open {
      background-image: url("../icons/caret-up.svg"); }
  .shop-location-banner .hours-container {
    margin: 0 -20px; }
    @media (min-width: 768px) {
      .shop-location-banner .hours-container {
        margin: 0; } }
  .shop-location-banner .hours-list {
    background-color: #f7f9fa;
    border-top: 1px solid #dedede;
    color: #303030;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
    padding: 20px;
    width: 100%; }
    .shop-location-banner .hours-list .hours-item {
      font-size: 14px;
      width: 48%; }
    .shop-location-banner .hours-list .title {
      font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
      text-transform: uppercase; }
    .shop-location-banner .hours-list ul {
      font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
      list-style-type: none;
      padding-left: 0; }

.webpart-alert-banner {
  background-color: #046a38;
  width: 500%;
  margin-left: -200%;
  min-height: 45px;
  text-align: center;
  margin-bottom: 40px; }
  @media (min-width: 1100px) {
    .webpart-alert-banner {
      margin-top: -15px; } }
  .webpart-alert-banner .alert-banner__content {
    padding: 12px 0;
    max-width: 18%;
    margin: 0 auto; }
  .webpart-alert-banner .alert-banner__body {
    color: #fff;
    margin: 0;
    font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: center; }
    .webpart-alert-banner .alert-banner__body a {
      font-family: "BrandonGrotesque-RegularBold", Arial, Helvetica, sans-serif;
      color: #fff;
      /*font-weight: 600;*/
      border-bottom: 1px solid #fff; }
      .webpart-alert-banner .alert-banner__body a:hover {
        border: none; }

.shop-banner-rotator-container {
  background-color: #c8102e;
  width: 100%;
  /*margin-left: -200%;*/
  min-height: 45px;
  text-align: center;
  margin-bottom: 40px;
  padding: 10px 0;
  margin-top: -1px;
  position: fixed;
  left: 0;
  z-index: 1; }
  @media (min-width: 768px) {
    .shop-banner-rotator-container {
      width: 500%;
      left: -200%;
      margin-top: -2px; } }
  .shop-banner-rotator-container .shop-banner-url {
    color: #fff;
    margin: 0;
    font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.73;
    letter-spacing: normal;
    text-align: center; }
    .shop-banner-rotator-container .shop-banner-url .banner-promo-message {
      margin-top: 0 !important; }

.shop-banner-rotator-ghost {
  opacity: 0;
  position: relative;
  width: 100%;
  min-height: 45px;
  text-align: center;
  margin-bottom: 0;
  padding: 10px 0;
  left: 0;
  margin-top: -6px; }
  @media (min-width: 768px) {
    .shop-banner-rotator-ghost {
      width: 500%;
      left: -200%;
      margin-top: 0;
      margin-bottom: 8px; } }
  @media (min-width: 1100px) {
    .shop-banner-rotator-ghost {
      margin-bottom: 15px; } }

.header-nav-container {
  width: 100%;
  /*mobile only styling*/
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 99; }
  @media (min-width: 1100px) {
    .header-nav-container {
      max-width: 1320px;
      height: 150px;
      margin: 0 auto;
      bottom: unset;
      position: relative;
      z-index: unset;
      background-color: unset; } }
  .header-nav-container div.quick-bar {
    /* display: none;*/
    z-index: 10;
    top: 12px; }
    @media (max-width: 1199.98px) {
      .header-nav-container div.quick-bar {
        display: inline-block;
        position: absolute;
        right: 20px; } }
    @media (min-width: 768px) {
      .header-nav-container div.quick-bar {
        display: block;
        padding: 0;
        position: relative;
        text-align: right;
        right: 35px;
        width: 100%;
        z-index: 100;
        top: 0; }
        .header-nav-container div.quick-bar::after {
          content: " ";
          width: 100vw;
          border-bottom: 1px solid #dfdfdf;
          position: fixed;
          left: 0;
          top: 48px; } }
    @media (min-width: 1200px) {
      .header-nav-container div.quick-bar {
        right: 0; }
        .header-nav-container div.quick-bar::after {
          top: 52px; } }
    .header-nav-container div.quick-bar .header-reward-points {
      display: none; }
    @media (min-width: 768px) {
      .header-nav-container div.quick-bar .header-reward-points {
        display: inline-block; } }
    @media (min-width: 768px) and (max-width: 1099px) {
      .header-nav-container div.quick-bar {
        z-index: unset; } }
    .header-nav-container div.quick-bar .nav-account-links {
      display: none;
      vertical-align: middle;
      padding: 0;
      margin-right: 15px; }
      @media (min-width: 768px) {
        .header-nav-container div.quick-bar .nav-account-links {
          display: inline-block; } }
      .header-nav-container div.quick-bar .nav-account-links .nav-button {
        padding: 10px 20px;
        font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-stretch: normal;
        font-weight: 900;
        letter-spacing: 0.7px;
        line-height: 1;
        border-radius: 100px;
        height: 32px;
        border: 1px solid #046a38;
        margin-right: 8px;
        display: inline-block;
        text-transform: uppercase;
        white-space: nowrap; }
        .header-nav-container div.quick-bar .nav-account-links .nav-button.filled {
          background-color: #046a38;
          color: #fff;
          position: relative; }
        .header-nav-container div.quick-bar .nav-account-links .nav-button.outlined {
          background-color: #fff;
          color: #046a38; }
          .header-nav-container div.quick-bar .nav-account-links .nav-button.outlined:hover {
            background-color: #046a38;
            color: #fff; }
      .header-nav-container div.quick-bar .nav-account-links.shift-up {
        display: none; }
      .header-nav-container div.quick-bar .nav-account-links .external-link {
        display: none; }
    .header-nav-container div.quick-bar .account-links {
      display: none; }
      @media (min-width: 768px) {
        .header-nav-container div.quick-bar .account-links {
          vertical-align: middle;
          display: inline-block;
          padding: 5px 22px 5px 15px;
          position: relative; } }
      .header-nav-container div.quick-bar .account-links.active .btn-sign-in:before {
        transform: rotateX(180deg);
        transition: transform 0.25s ease-in-out;
        top: 0; }
      .header-nav-container div.quick-bar .account-links.active .account-navigation-mini-box {
        display: inline-block; }
      .header-nav-container div.quick-bar .account-links .sign-in a:first-child {
        font-size: 100%;
        line-height: 163%;
        font-weight: bold;
        color: #0b6a38; }
      .header-nav-container div.quick-bar .account-links .sign-in a:last-child {
        /* used for e-comm only */
        display: none; }
      .header-nav-container div.quick-bar .account-links .btn-sign-in {
        font-size: 100%;
        line-height: 163%;
        font-weight: bold;
        color: #0b6a38;
        position: relative;
        margin-top: -8px;
        padding: 0; }
        .header-nav-container div.quick-bar .account-links .btn-sign-in:before {
          float: none;
          display: block;
          position: absolute;
          top: -5px;
          right: -20px;
          width: 9px;
          height: 9px;
          font-size: 12px;
          transition: transform 0.25s ease-in-out;
          margin-top: 4px;
          margin-left: 15px;
          color: #046a38; }
        .header-nav-container div.quick-bar .account-links .btn-sign-in:hover, .header-nav-container div.quick-bar .account-links .btn-sign-in:active, .header-nav-container div.quick-bar .account-links .btn-sign-in:focus, .header-nav-container div.quick-bar .account-links .btn-sign-in:visited {
          text-decoration: none; }
      .header-nav-container div.quick-bar .account-links .profile-image {
        width: 26px;
        height: 26px;
        float: left;
        margin-top: 3px; }
      .header-nav-container div.quick-bar .account-links .profile-option-welcome {
        float: left;
        text-align: left;
        padding-left: 10px;
        height: 28px;
        width: 165px; }
        .header-nav-container div.quick-bar .account-links .profile-option-welcome .account-profile-options-welcome {
          font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
          font-size: 12px;
          color: #303030;
          line-height: 1.33;
          letter-spacing: normal;
          font-stretch: normal;
          font-weight: normal;
          margin: 0; }
        .header-nav-container div.quick-bar .account-links .profile-option-welcome .account-profile-options-header-mobile {
          display: none; }
        .header-nav-container div.quick-bar .account-links .profile-option-welcome .account-profile-options-header-desktop {
          font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
          font-size: 12px;
          color: #046a38;
          line-height: 1;
          letter-spacing: 0.7px;
          font-stretch: normal;
          font-weight: normal;
          text-transform: uppercase;
          margin: 0; }
      .header-nav-container div.quick-bar .account-links .account-navigation-mini-box {
        display: none;
        position: absolute;
        z-index: 10;
        top: 47px;
        left: 10px;
        min-width: 280px;
        background-color: #fff;
        box-shadow: 0 15px 40px 0 rgba(70, 70, 70, 0.13); }
        .header-nav-container div.quick-bar .account-links .account-navigation-mini-box .account-navigation-primary {
          padding-top: 15px;
          background-color: #f7f9fa;
          padding-left: 35px; }
          .header-nav-container div.quick-bar .account-links .account-navigation-mini-box .account-navigation-primary ul li {
            text-align: left; }
          .header-nav-container div.quick-bar .account-links .account-navigation-mini-box .account-navigation-primary a {
            border-left: 3px solid transparent;
            position: relative;
            display: block;
            padding: 17px 0 17px 38px;
            text-transform: uppercase;
            font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
            font-size: 75%;
            line-height: 175%;
            letter-spacing: 0.9px; }
            .header-nav-container div.quick-bar .account-links .account-navigation-mini-box .account-navigation-primary a:before {
              content: " ";
              position: absolute;
              left: 5px;
              top: 15px;
              display: inline-block;
              width: 20px;
              height: 24px;
              background-position: center;
              background-repeat: no-repeat; }
            .header-nav-container div.quick-bar .account-links .account-navigation-mini-box .account-navigation-primary a.active {
              border-left-color: #c8102e; }
            .header-nav-container div.quick-bar .account-links .account-navigation-mini-box .account-navigation-primary a.rewards:before {
              background-size: 100%;
              background-image: url("../icons/account/rewards-icon.svg"); }
            .header-nav-container div.quick-bar .account-links .account-navigation-mini-box .account-navigation-primary a.order:before {
              background-image: url("../icons/account/doughnuts.svg"); }
            .header-nav-container div.quick-bar .account-links .account-navigation-mini-box .account-navigation-primary a.my-card:before {
              background-image: url("../icons/account/my-card-icon.svg"); }
            .header-nav-container div.quick-bar .account-links .account-navigation-mini-box .account-navigation-primary a.messages:before {
              background-image: url("../icons/account/offers-icon.svg"); }
            .header-nav-container div.quick-bar .account-links .account-navigation-mini-box .account-navigation-primary a.profile:before {
              background-size: 100%;
              background-image: url("../icons/account/profile-settings-icon.svg"); }
        .header-nav-container div.quick-bar .account-links .account-navigation-mini-box .account-navigation-secondary {
          border-top: 1px solid #ebebeb;
          padding: 16px 0 15px 40px; }
          @media (max-width: 991.98px) {
            .header-nav-container div.quick-bar .account-links .account-navigation-mini-box .account-navigation-secondary {
              display: block; } }
          .header-nav-container div.quick-bar .account-links .account-navigation-mini-box .account-navigation-secondary ul li {
            text-align: left; }
            .header-nav-container div.quick-bar .account-links .account-navigation-mini-box .account-navigation-secondary ul li a {
              display: block;
              font-size: 75%;
              line-height: 167%;
              color: #595959;
              padding-top: 4px;
              padding-bottom: 4px; }
    .header-nav-container div.quick-bar .store-location {
      display: none; }
      @media (min-width: 768px) {
        .header-nav-container div.quick-bar .store-location {
          vertical-align: middle;
          display: inline-block;
          padding: 5px 10px; } }
      .header-nav-container div.quick-bar .store-location a {
        display: block;
        margin-top: -5px;
        font-size: 82%;
        line-height: 170%;
        position: relative; }
        .header-nav-container div.quick-bar .store-location a:first-child {
          margin-top: 0;
          font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
          font-size: 12px;
          font-stretch: normal;
          font-weight: 900;
          letter-spacing: 0.7px;
          line-height: 1;
          color: #046a38;
          text-align: center;
          text-transform: uppercase;
          margin-right: 20px; }
        .header-nav-container div.quick-bar .store-location a::after {
          content: "";
          position: absolute;
          width: 100%;
          transform: scaleX(0);
          height: 2px;
          bottom: -4px;
          left: 0;
          background-color: #046a38;
          transform-origin: bottom left;
          transition: transform 0.25s ease-out; }
        .header-nav-container div.quick-bar .store-location a:hover::after {
          transform: scaleX(1);
          transform-origin: bottom left; }
      .header-nav-container div.quick-bar .store-location .kk-icon {
        display: block; }
        .header-nav-container div.quick-bar .store-location .kk-icon:before {
          content: " ";
          float: left;
          width: 18px;
          height: 24px;
          margin-right: 10px;
          background-repeat: no-repeat; }
      .header-nav-container div.quick-bar .store-location .location {
        display: block; }
        .header-nav-container div.quick-bar .store-location .location:before {
          background-size: 27px 34px;
          background-position: 10px 7px; }
      .header-nav-container div.quick-bar .store-location .location.kk-icon {
        white-space: nowrap; }
        .header-nav-container div.quick-bar .store-location .location.kk-icon:before {
          margin-top: -12px;
          margin-right: 7px;
          background-size: 32px 39px; }
      .header-nav-container div.quick-bar .store-location .info {
        display: inline-block; }
    .header-nav-container div.quick-bar .shop-cart {
      display: inline-block;
      vertical-align: middle;
      padding: 5px 0;
      position: relative;
      top: 0;
      right: 10px;
      z-index: 10; }
      .header-nav-container div.quick-bar .shop-cart span {
        font-size: 75%;
        line-height: 100%;
        display: none;
        position: absolute;
        background-color: #c8102e;
        border-radius: 10px;
        right: 0;
        color: #fff;
        padding: 2px 6px; }
        .header-nav-container div.quick-bar .shop-cart span.show {
          display: inline-block; }
      @media (min-width: 768px) and (max-width: 1099px) {
        .header-nav-container div.quick-bar .shop-cart {
          padding: 0; }
          .header-nav-container div.quick-bar .shop-cart a {
            width: 48px;
            height: 48px;
            padding-top: 2px; } }
      .header-nav-container div.quick-bar .shop-cart img {
        transform-origin: top left;
        transition: transform 200ms ease-in-out;
        width: 33px; }
        @media (min-width: 768px) and (max-width: 1099px) {
          .header-nav-container div.quick-bar .shop-cart img {
            width: 40px;
            margin: 2px auto; } }
        @media (min-width: 1100px) {
          .header-nav-container div.quick-bar .shop-cart img {
            width: auto; } }
        .header-nav-container div.quick-bar .shop-cart img:hover {
          transform: scale(1.05); }
  .header-nav-container .header-container {
    width: 100%; }
    @media (min-width: 768px) and (max-width: 1099px) {
      .header-nav-container .header-container {
        padding: 20px 0;
        display: block;
        /*z-index: 1;*/ } }
    @media (min-width: 1100px) {
      .header-nav-container .header-container {
        z-index: 3;
        padding-top: 20px;
        position: initial;
        width: auto;
        display: inline; } }
    .header-nav-container .header-container .mobile-header {
      text-align: center;
      padding: 11px 0 11px 0; }
      @media (min-width: 768px) {
        .header-nav-container .header-container .mobile-header {
          float: left;
          padding: 0; } }
      @media (min-width: 1100px) {
        .header-nav-container .header-container .mobile-header {
          transform: translateY(-20px);
          /* Safari 11+ */ } }
  @media not all and (min-width: 1100px) and (min-resolution: 0.001dpcm) {
    .header-nav-container .header-container .mobile-header {
      transform: translateY(10px); } }
      @media (min-width: 1100px) {
        @-moz-document url-prefix() {
          .header-nav-container .header-container .mobile-header {
            transform: translateY(10px); } }
          .header-nav-container .header-container .mobile-header.fixSafari {
            transform: translateY(10px); } }
      .header-nav-container .header-container .mobile-header .navigation-trigger {
        position: absolute;
        left: 35px;
        top: 15px;
        padding: 0; }
        .header-nav-container .header-container .mobile-header .navigation-trigger:before {
          content: " ";
          width: 40px;
          height: 32px;
          display: inline-block;
          background-image: url("../icons/hamburger.svg");
          background-size: 18px;
          background-position: 10px;
          background-repeat: no-repeat;
          color: #0b6a38; }
        @media (min-width: 1100px) {
          .header-nav-container .header-container .mobile-header .navigation-trigger {
            display: none; } }
        @media (min-width: 768px) and (max-width: 1099px) {
          .header-nav-container .header-container .mobile-header .navigation-trigger {
            top: 24px;
            width: 40px;
            height: 40px;
            display: block; } }
      .header-nav-container .header-container .mobile-header .logo img {
        max-width: 100px; }
        @media (min-width: 1200px) {
          .header-nav-container .header-container .mobile-header .logo img {
            max-width: 200px; } }
        @media (min-width: 1100px) and (max-width: 1260px) {
          .header-nav-container .header-container .mobile-header .logo img {
            margin-top: -10px;
            max-width: 140px;
            margin-left: 0; } }
      @media (min-width: 768px) {
        .header-nav-container .header-container .mobile-header .logo {
          margin-left: 51px; } }
      @media (min-width: 1200px) {
        .header-nav-container .header-container .mobile-header .logo {
          margin-left: 0; }
          .header-nav-container .header-container .mobile-header .logo img {
            margin-left: 0; } }
    .header-nav-container .header-container .logo img {
      max-width: 100px; }
      @media (min-width: 768px) {
        .header-nav-container .header-container .logo img {
          margin-left: 51px; } }
      @media (min-width: 1200px) {
        .header-nav-container .header-container .logo img {
          max-width: 200px; } }
      @media (min-width: 1100px) and (max-width: 1260px) {
        .header-nav-container .header-container .logo img {
          margin-top: 10px;
          max-width: 170px; } }
    .header-nav-container .header-container .mobile-navigation {
      z-index: 101;
      position: fixed;
      visibility: hidden;
      top: 0;
      bottom: 0;
      right: 100%;
      width: 100%;
      min-width: 100%;
      background-color: #fff;
      transition: transform 0.5s ease-in-out;
      text-align: left; }
      .header-nav-container .header-container .mobile-navigation.transitioning {
        visibility: visible; }
      .navigation-opened .header-nav-container .header-container .mobile-navigation {
        transform: translateX(100%);
        transition: transform 0.5s ease-in-out;
        visibility: visible;
        width: 305px;
        min-width: 305px; }
      @media (min-width: 1100px) {
        .header-nav-container .header-container .mobile-navigation {
          background-color: transparent;
          display: block;
          position: static;
          top: auto;
          left: auto;
          bottom: auto;
          visibility: visible; }
          .navigation-opened .header-nav-container .header-container .mobile-navigation {
            transform: none;
            transition: none; } }
      .header-nav-container .header-container .mobile-navigation .mobile-scrollable {
        position: absolute;
        overflow-y: auto;
        top: 50px;
        bottom: 0;
        left: 0;
        right: 0; }
        .logged-in .header-nav-container .header-container .mobile-navigation .mobile-scrollable {
          background-color: #fff; }
        .header-nav-container .header-container .mobile-navigation .mobile-scrollable .account-links {
          margin-top: 25px; }
          .header-nav-container .header-container .mobile-navigation .mobile-scrollable .account-links .profile-image {
            width: 26px;
            height: 26px;
            float: left;
            margin-top: 3px;
            margin-left: 22px; }
          .header-nav-container .header-container .mobile-navigation .mobile-scrollable .account-links .profile-option-welcome {
            float: left;
            text-align: left;
            padding-left: 10px;
            height: 28px;
            width: 165px;
            margin-bottom: 20px; }
            .header-nav-container .header-container .mobile-navigation .mobile-scrollable .account-links .profile-option-welcome .btn-sign-in {
              font-size: 100%;
              line-height: 163%;
              font-weight: bold;
              color: #0b6a38;
              position: relative;
              margin-top: -8px;
              padding: 0; }
              .header-nav-container .header-container .mobile-navigation .mobile-scrollable .account-links .profile-option-welcome .btn-sign-in:before {
                content: none; }
              .header-nav-container .header-container .mobile-navigation .mobile-scrollable .account-links .profile-option-welcome .btn-sign-in:hover, .header-nav-container .header-container .mobile-navigation .mobile-scrollable .account-links .profile-option-welcome .btn-sign-in:active, .header-nav-container .header-container .mobile-navigation .mobile-scrollable .account-links .profile-option-welcome .btn-sign-in:focus, .header-nav-container .header-container .mobile-navigation .mobile-scrollable .account-links .profile-option-welcome .btn-sign-in:visited {
                text-decoration: none; }
            .header-nav-container .header-container .mobile-navigation .mobile-scrollable .account-links .profile-option-welcome .account-profile-options-welcome {
              font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
              font-size: 12px;
              color: #303030;
              line-height: 1.33;
              letter-spacing: normal;
              font-stretch: normal;
              font-weight: normal;
              margin: 0; }
            .header-nav-container .header-container .mobile-navigation .mobile-scrollable .account-links .profile-option-welcome .account-profile-options-header-desktop {
              display: none; }
            .header-nav-container .header-container .mobile-navigation .mobile-scrollable .account-links .profile-option-welcome .account-profile-options-header-mobile {
              font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
              font-size: 12px;
              color: #046a38;
              line-height: 1;
              letter-spacing: 0.7px;
              font-stretch: normal;
              font-weight: normal;
              text-transform: uppercase;
              margin: 0; }
        @media (min-width: 1100px) {
          .header-nav-container .header-container .mobile-navigation .mobile-scrollable {
            position: static;
            overflow: visible; }
            .header-nav-container .header-container .mobile-navigation .mobile-scrollable .account-links {
              display: none; } }
        .header-nav-container .header-container .mobile-navigation .mobile-scrollable .sign-in a:last-child {
          display: none; }
    .header-nav-container .header-container .mobile-close-trigger {
      position: absolute;
      left: 12px;
      top: 10px;
      padding: 0; }
      .navigation-opened .header-nav-container .header-container .mobile-close-trigger,
      .search-opened .header-nav-container .header-container .mobile-close-trigger {
        display: inline-block; }
        @media (min-width: 1100px) {
          .navigation-opened .header-nav-container .header-container .mobile-close-trigger,
          .search-opened .header-nav-container .header-container .mobile-close-trigger {
            display: none; } }
      .header-nav-container .header-container .mobile-close-trigger:before {
        content: " ";
        width: 40px;
        height: 40px;
        display: inline-block;
        background-image: url("../icons/close-green.svg");
        background-size: 18px;
        background-position: 10px;
        background-repeat: no-repeat;
        color: #0b6a38; }
      @media (min-width: 1100px) {
        .header-nav-container .header-container .mobile-close-trigger {
          display: none; } }
    @media (min-width: 1100px) {
      .header-nav-container .header-container nav .sign-in {
        display: none; } }
    .header-nav-container .header-container nav .sign-in a {
      background-color: #f7f9fa;
      border-left: 3px solid transparent;
      position: relative;
      display: block;
      padding: 17px 0 17px 55px;
      text-transform: uppercase;
      font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
      font-size: 75%;
      line-height: 175%;
      letter-spacing: 0.9px; }
      .header-nav-container .header-container nav .sign-in a:before {
        content: ' ';
        position: absolute;
        left: 5px;
        top: 5px;
        display: inline-block;
        width: 40px;
        height: 40px;
        background-position: center;
        background-repeat: no-repeat; }
      .header-nav-container .header-container nav .sign-in a:before {
        background-size: 100%;
        background-image: url("../icons/account/profile-security.svg"); }
    .header-nav-container .header-container nav .account-navigation-primary {
      background-color: #f7f9fa;
      clear: both;
      padding-left: 18px;
      margin-bottom: 20px; }
      @media (min-width: 1100px) {
        .header-nav-container .header-container nav .account-navigation-primary {
          display: none; } }
      @media (max-width: 1099px) {
        .header-nav-container .header-container nav .account-navigation-primary {
          display: block; } }
      .header-nav-container .header-container nav .account-navigation-primary ul li {
        text-align: left; }
      .header-nav-container .header-container nav .account-navigation-primary a {
        border-left: 3px solid transparent;
        position: relative;
        display: block;
        padding: 17px 0 17px 40px;
        text-transform: uppercase;
        font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
        font-size: 75%;
        line-height: 175%;
        letter-spacing: 0.9px; }
        .header-nav-container .header-container nav .account-navigation-primary a:before {
          content: " ";
          position: absolute;
          left: 5px;
          top: 15px;
          display: inline-block;
          width: 19px;
          height: 24px;
          background-position: center;
          background-repeat: no-repeat; }
        .header-nav-container .header-container nav .account-navigation-primary a.active {
          border-left-color: #c8102e;
          background-color: #ecf1f4; }
        .header-nav-container .header-container nav .account-navigation-primary a.rewards:before {
          background-size: 100%;
          background-image: url("../icons/account/rewards-icon.svg"); }
        .header-nav-container .header-container nav .account-navigation-primary a.order:before {
          background-image: url("../icons/account/doughnuts.svg"); }
        .header-nav-container .header-container nav .account-navigation-primary a.my-card:before {
          background-image: url("../icons/account/my-card-icon.svg"); }
        .header-nav-container .header-container nav .account-navigation-primary a.messages:before {
          background-image: url("../icons/account/offers-icon.svg"); }
        .header-nav-container .header-container nav .account-navigation-primary a.profile:before {
          background-size: 100%;
          background-image: url("../icons/account/profile-settings-icon.svg"); }
    .header-nav-container .header-container nav .account-navigation-secondary {
      padding: 16px 0 0 24px; }
      @media (min-width: 768px) {
        .header-nav-container .header-container nav .account-navigation-secondary {
          display: block; } }
      @media (min-width: 1100px) {
        .header-nav-container .header-container nav .account-navigation-secondary {
          display: none; } }
      .header-nav-container .header-container nav .account-navigation-secondary ul li {
        text-align: left; }
        .header-nav-container .header-container nav .account-navigation-secondary ul li a {
          display: block;
          font-size: 75%;
          line-height: 167%;
          color: #595959;
          padding-top: 8px;
          padding-bottom: 8px; }
    .header-nav-container .header-container nav .assigned-store-section {
      display: block;
      padding-left: 20px;
      padding-top: 10px;
      position: relative;
      margin-top: 20px; }
      @media (min-width: 1100px) {
        .header-nav-container .header-container nav .assigned-store-section {
          display: none; } }
      .header-nav-container .header-container nav .assigned-store-section:before {
        content: " ";
        width: 267px;
        border-bottom: 1px solid #dfdfdf;
        position: absolute;
        left: 19px;
        top: 0; }
      .header-nav-container .header-container nav .assigned-store-section a {
        border-left: 3px solid transparent;
        position: relative;
        display: block;
        padding: 17px 0 17px 32px;
        text-transform: uppercase;
        font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: 900;
        letter-spacing: 0.7px;
        margin-top: 20px; }
        .header-nav-container .header-container nav .assigned-store-section a:hover {
          color: #046a38; }
        .header-nav-container .header-container nav .assigned-store-section a:before {
          content: " ";
          position: absolute;
          left: 0;
          top: 15px;
          display: inline-block;
          width: 24px;
          height: 24px;
          background-position: center;
          background-repeat: no-repeat;
          background-image: url(../icons/doughnut-marker2.png);
          background-size: 18px 24px; }
        .header-nav-container .header-container nav .assigned-store-section a.other {
          display: none; }
    .header-nav-container .header-container nav .primary-order-now {
      display: none; }
    .header-nav-container .header-container nav .nav-account-links {
      display: block;
      vertical-align: middle;
      padding: 0 20px; }
      .header-nav-container .header-container nav .nav-account-links.shift-up {
        margin-top: -30px; }
      @media (min-width: 1100px) {
        .header-nav-container .header-container nav .nav-account-links {
          display: none; } }
      .header-nav-container .header-container nav .nav-account-links .nav-button {
        padding: 10px 20px;
        font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-stretch: normal;
        font-weight: 900;
        letter-spacing: 0.7px;
        line-height: 1;
        border-radius: 100px;
        height: 32px;
        width: 160px;
        border: 1px solid #046a38;
        margin: 8px 0;
        display: table-caption;
        text-transform: uppercase;
        clear: both;
        text-align: center;
        white-space: nowrap; }
        .header-nav-container .header-container nav .nav-account-links .nav-button.filled {
          background-color: #046a38;
          color: #fff; }
        .header-nav-container .header-container nav .nav-account-links .nav-button.outlined {
          background-color: #fff;
          color: #046a38; }
          .header-nav-container .header-container nav .nav-account-links .nav-button.outlined:hover {
            background-color: #046a38;
            color: #fff; }
      .header-nav-container .header-container nav .nav-account-links .external-link {
        position: relative;
        font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-stretch: normal;
        font-style: normal;
        line-height: 1;
        letter-spacing: 0.7px;
        text-align: left;
        width: 100%;
        clear: both;
        color: #046a38;
        text-transform: uppercase;
        padding: 14px 0;
        display: block; }
        @media (max-width: 1099px) {
          .header-nav-container .header-container nav .nav-account-links .external-link {
            line-height: 1.5; } }
        .header-nav-container .header-container nav .nav-account-links .external-link:after {
          content: " ";
          position: absolute;
          width: 15px;
          height: 16px;
          margin-left: 8px;
          background-image: url(../icons/external-link.svg);
          background-repeat: no-repeat;
          background-position: center; }
          @media (min-width: 1100px) {
            .header-nav-container .header-container nav .nav-account-links .external-link:after {
              top: -2px; } }
    .header-nav-container .header-container nav.secondary-open .primarySiteLinks {
      display: none; }
    @media (min-width: 1100px) {
      .header-nav-container .header-container nav .primary-order-now {
        display: block;
        text-align: center; }
        .header-nav-container .header-container nav .primary-order-now a {
          width: 180px;
          margin-top: 24px; }
      .header-nav-container .header-container nav.secondary-open {
        display: block; } }
    .header-nav-container .header-container .store-location .kk-icon {
      display: block; }
      .header-nav-container .header-container .store-location .kk-icon:before {
        content: " ";
        float: left;
        width: 48px;
        height: 48px;
        margin-right: 0;
        background-repeat: no-repeat; }
    .header-nav-container .header-container .store-location .location {
      display: block; }
      .header-nav-container .header-container .store-location .location:before {
        background-size: 27px 34px;
        background-position: 10px 7px;
        margin-top: -14px; }
    .header-nav-container .header-container .store-location .doughnut:before {
      background-size: 34px 24px;
      background-position: 7px;
      margin-top: -14px; }
    .header-nav-container .header-container .store-location .coffee:before {
      background-size: 28px;
      margin-top: -15px;
      background-position: 10px; }
    .header-nav-container .header-container .primarySiteLinks {
      margin-top: 20px; }
      @media (min-width: 1099px) {
        .header-nav-container .header-container .primarySiteLinks {
          position: relative;
          margin-top: 30px; } }
      .header-nav-container .header-container .primarySiteLinks &gt; .CMSListMenuUL {
        border-top: 1px solid #ebebeb; }
        @media (min-width: 768px) {
          .header-nav-container .header-container .primarySiteLinks &gt; .CMSListMenuUL {
            border-top-width: 0; } }
        .header-nav-container .header-container .primarySiteLinks &gt; .CMSListMenuUL &gt; li {
          display: block; }
          @media (min-width: 768px) {
            .header-nav-container .header-container .primarySiteLinks &gt; .CMSListMenuUL &gt; li {
              padding: 15px 0; } }
          .header-nav-container .header-container .primarySiteLinks &gt; .CMSListMenuUL &gt; li.onlyGrande {
            display: none; }
            @media (min-width: 768px) {
              .header-nav-container .header-container .primarySiteLinks &gt; .CMSListMenuUL &gt; li.onlyGrande {
                display: block; } }
          .header-nav-container .header-container .primarySiteLinks &gt; .CMSListMenuUL &gt; li.onlyTall {
            display: block; }
            @media (min-width: 768px) {
              .header-nav-container .header-container .primarySiteLinks &gt; .CMSListMenuUL &gt; li.onlyTall {
                display: none; } }
          .header-nav-container .header-container .primarySiteLinks &gt; .CMSListMenuUL &gt; li.menuParent &gt; a:before {
            float: right;
            display: block;
            width: 16px;
            height: 16px;
            color: #c8102e;
            transition: transform 0.25s ease-in-out;
            margin-top: 4px; }
            @media (min-width: 768px) {
              .header-nav-container .header-container .primarySiteLinks &gt; .CMSListMenuUL &gt; li.menuParent &gt; a:before {
                content: none; } }
          .header-nav-container .header-container .primarySiteLinks &gt; .CMSListMenuUL &gt; li.menuParent.active &gt; a:before {
            transform: rotate(180deg);
            transition: transform 0.25s ease-in-out; }
          .header-nav-container .header-container .primarySiteLinks &gt; .CMSListMenuUL &gt; li.menuParent.active .CMSListMenuUL {
            display: block; }
          .header-nav-container .header-container .primarySiteLinks &gt; .CMSListMenuUL &gt; li &gt; a {
            font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
            font-size: 94%;
            line-height: 140%;
            display: block;
            text-transform: uppercase;
            letter-spacing: 1px;
            text-align: left;
            padding: 12px 18px 12px 15px;
            border-bottom: 1px solid #ebebeb; }
            @media (min-width: 768px) {
              .header-nav-container .header-container .primarySiteLinks &gt; .CMSListMenuUL &gt; li &gt; a {
                text-align: center;
                border-bottom-width: 0;
                padding: 0; } }
            .header-nav-container .header-container .primarySiteLinks &gt; .CMSListMenuUL &gt; li &gt; a.active, .header-nav-container .header-container .primarySiteLinks &gt; .CMSListMenuUL &gt; li &gt; a:hover {
              color: #0b6a38; }
              @media (min-width: 768px) {
                .header-nav-container .header-container .primarySiteLinks &gt; .CMSListMenuUL &gt; li &gt; a.active, .header-nav-container .header-container .primarySiteLinks &gt; .CMSListMenuUL &gt; li &gt; a:hover {
                  color: #c8102e; } }
          .header-nav-container .header-container .primarySiteLinks &gt; .CMSListMenuUL &gt; li .CMSListMenuUL {
            display: none; }
          @media (min-width: 768px) {
            .header-nav-container .header-container .primarySiteLinks &gt; .CMSListMenuUL &gt; li:hover &gt; a, .header-nav-container .header-container .primarySiteLinks &gt; .CMSListMenuUL &gt; li:focus &gt; a, .header-nav-container .header-container .primarySiteLinks &gt; .CMSListMenuUL &gt; li.active &gt; a {
              color: #c8102e; } }
          .header-nav-container .header-container .primarySiteLinks &gt; .CMSListMenuUL &gt; li.active {
            position: relative;
            z-index: 2; }
            @media (min-width: 768px) {
              .header-nav-container .header-container .primarySiteLinks &gt; .CMSListMenuUL &gt; li.active &gt; ul {
                padding-bottom: 0;
                display: block;
                position: absolute;
                left: 100%;
                top: 0;
                background-color: #fff;
                padding: 7px 5px 7px 25px;
                min-width: 220px;
                box-shadow: 0 15px 40px 0 rgba(0, 0, 0, 0.26); }
                .header-nav-container .header-container .primarySiteLinks &gt; .CMSListMenuUL &gt; li.active &gt; ul:before {
                  content: " ";
                  position: absolute;
                  border: 14px solid transparent;
                  border-right-color: #fff;
                  left: -28px;
                  top: 14px; } }
            .header-nav-container .header-container .primarySiteLinks &gt; .CMSListMenuUL &gt; li.active &gt; ul li a {
              display: block;
              font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
              font-size: 94%;
              line-height: 140%;
              color: #595959;
              padding: 12.5px 15px; }
              @media (min-width: 768px) {
                .header-nav-container .header-container .primarySiteLinks &gt; .CMSListMenuUL &gt; li.active &gt; ul li a {
                  font-family: "BrandonGrotesque-RegularBold", Arial, Helvetica, sans-serif;
                  font-size: 88%;
                  line-height: 158%;
                  text-align: left;
                  padding: 10px 0;
                  letter-spacing: 1px;
                  color: #0b6a38; } }
              .header-nav-container .header-container .primarySiteLinks &gt; .CMSListMenuUL &gt; li.active &gt; ul li a:hover, .header-nav-container .header-container .primarySiteLinks &gt; .CMSListMenuUL &gt; li.active &gt; ul li a:focus {
                color: #c8102e; }
            @media (min-width: 768px) {
              .header-nav-container .header-container .primarySiteLinks &gt; .CMSListMenuUL &gt; li.active .locationSearch &gt; a {
                display: none; } }
            .header-nav-container .header-container .primarySiteLinks &gt; .CMSListMenuUL &gt; li.active .locationSearch .search-box {
              display: none; }
              @media (min-width: 768px) {
                .header-nav-container .header-container .primarySiteLinks &gt; .CMSListMenuUL &gt; li.active .locationSearch .search-box {
                  display: block;
                  position: relative;
                  top: auto;
                  left: auto;
                  background-color: transparent;
                  box-shadow: none;
                  padding: 9px 0; }
                  .header-nav-container .header-container .primarySiteLinks &gt; .CMSListMenuUL &gt; li.active .locationSearch .search-box:before {
                    display: none; }
                  .header-nav-container .header-container .primarySiteLinks &gt; .CMSListMenuUL &gt; li.active .locationSearch .search-box button {
                    top: 2px;
                    right: -5px; } }
      .header-nav-container .header-container .primarySiteLinks &gt; .primary-nav-links {
        width: 100%; }
        @media (min-width: 1100px) {
          .header-nav-container .header-container .primarySiteLinks &gt; .primary-nav-links {
            float: left;
            margin-left: 20px;
            margin-top: 15px;
            width: auto; } }
        .header-nav-container .header-container .primarySiteLinks &gt; .primary-nav-links li {
          width: 80%;
          padding: 0 3px;
          margin: 16px 20px;
          display: table-caption;
          white-space: nowrap; }
          @media (min-width: 1100px) {
            .header-nav-container .header-container .primarySiteLinks &gt; .primary-nav-links li {
              float: left;
              margin: 0 17px;
              display: list-item;
              width: auto; } }
          @media (min-width: 1100px) and (max-width: 1260px) {
            .header-nav-container .header-container .primarySiteLinks &gt; .primary-nav-links li {
              margin: 0 10px; } }
          .header-nav-container .header-container .primarySiteLinks &gt; .primary-nav-links li a {
            font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
            font-size: 16px;
            font-stretch: normal;
            letter-spacing: 1px;
            line-height: 1.25;
            color: #303030;
            text-align: left;
            text-transform: uppercase;
            cursor: pointer;
            display: inline-block;
            position: relative; }
            @media (min-width: 1100px) and (max-width: 1260px) {
              .header-nav-container .header-container .primarySiteLinks &gt; .primary-nav-links li a {
                font-size: 14px; } }
            @media (min-width: 1100px) {
              .header-nav-container .header-container .primarySiteLinks &gt; .primary-nav-links li a {
                text-align: center;
                width: auto;
                padding-top: initial;
                padding-bottom: initial;
                display: inline; }
                .header-nav-container .header-container .primarySiteLinks &gt; .primary-nav-links li a.mobile-has-children:after {
                  content: none; } }
            .header-nav-container .header-container .primarySiteLinks &gt; .primary-nav-links li a.active {
              border-bottom: 2px solid #046a38;
              color: #046a38; }
              .header-nav-container .header-container .primarySiteLinks &gt; .primary-nav-links li a.active:hover::after {
                transform: scaleX(0); }
            .header-nav-container .header-container .primarySiteLinks &gt; .primary-nav-links li a:hover {
              color: #046a38; }
            @media (min-width: 1100px) {
              .header-nav-container .header-container .primarySiteLinks &gt; .primary-nav-links li a::after {
                content: "";
                position: absolute;
                width: 100%;
                transform: scaleX(0);
                height: 2px;
                bottom: -3px;
                left: 0;
                background-color: #046a38;
                transform-origin: bottom left;
                transition: transform 0.25s ease-out; } }
            @media (min-width: 1100px) {
              .header-nav-container .header-container .primarySiteLinks &gt; .primary-nav-links li a:hover::after {
                transform: scaleX(1);
                transform-origin: bottom left; } }
            .header-nav-container .header-container .primarySiteLinks &gt; .primary-nav-links li a.mobile-has-children {
              position: relative; }
              @media (max-width: 1099px) {
                .header-nav-container .header-container .primarySiteLinks &gt; .primary-nav-links li a.mobile-has-children:after {
                  content: " ";
                  display: inline-block;
                  width: 8px;
                  height: 12px;
                  background-image: url("../icons/mobile-nav-arrow.svg");
                  background-position: center;
                  background-repeat: no-repeat;
                  margin-left: 12px; } }
              @media (min-width: 1100px) {
                .header-nav-container .header-container .primarySiteLinks &gt; .primary-nav-links li a.mobile-has-children:after {
                  content: "";
                  position: absolute;
                  width: 100%;
                  transform: scaleX(0);
                  height: 2px;
                  bottom: -3px;
                  left: 0;
                  background-color: #046a38;
                  transform-origin: bottom left;
                  transition: transform 0.25s ease-out; } }
              @media (min-width: 1100px) {
                .header-nav-container .header-container .primarySiteLinks &gt; .primary-nav-links li a.mobile-has-children:hover::after {
                  transform: scaleX(1);
                  transform-origin: bottom left; } }
    .header-nav-container .header-container .secondaryMobileLinks {
      width: 100%;
      display: none;
      margin-top: 25px; }
      .header-nav-container .header-container .secondaryMobileLinks.secondary-active {
        display: block; }
      @media (min-width: 1100px) {
        .header-nav-container .header-container .secondaryMobileLinks {
          display: none; } }
      .header-nav-container .header-container .secondaryMobileLinks ul {
        display: none; }
        .header-nav-container .header-container .secondaryMobileLinks ul.secondary-links-show {
          display: block; }
        .header-nav-container .header-container .secondaryMobileLinks ul li {
          width: 80%;
          padding: 0 3px;
          margin: 16px 20px; }
          .header-nav-container .header-container .secondaryMobileLinks ul li a {
            font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
            font-size: 16px;
            font-stretch: normal;
            font-weight: 900;
            letter-spacing: 1px;
            line-height: 1.25;
            color: #303030;
            text-align: left;
            text-transform: uppercase;
            cursor: pointer;
            width: 100%;
            display: block;
            padding-top: 8px;
            padding-bottom: 8px; }
            @media (min-width: 1100px) {
              .header-nav-container .header-container .secondaryMobileLinks ul li a.active, .header-nav-container .header-container .secondaryMobileLinks ul li a:hover {
                border-bottom: 2px solid #046a38;
                color: #046a38; } }
            .header-nav-container .header-container .secondaryMobileLinks ul li a.external-link {
              position: relative; }
              .header-nav-container .header-container .secondaryMobileLinks ul li a.external-link:after {
                content: " ";
                position: absolute;
                top: 8px;
                width: 15px;
                height: 16px;
                margin-left: 8px;
                background-color: #046a38;
                -webkit-mask-image: url(../icons/external-link.svg);
                mask-image: url(../icons/external-link.svg);
                background-repeat: no-repeat;
                background-position: center; }
      .header-nav-container .header-container .secondaryMobileLinks .mobile-back-trigger {
        font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
        font-size: 16px;
        font-stretch: normal;
        font-weight: 900;
        letter-spacing: 1px;
        line-height: 1.25;
        color: #046a38;
        text-align: left;
        text-transform: uppercase;
        cursor: pointer;
        width: 100%;
        display: block;
        padding-top: 8px;
        padding-bottom: 8px;
        position: relative;
        margin: 16px 20px;
        padding-left: 22px; }
        .header-nav-container .header-container .secondaryMobileLinks .mobile-back-trigger:before {
          display: inline-block;
          content: " ";
          width: 8px;
          height: 12px;
          background-image: url("../icons/mobile-nav-arrow.svg");
          background-position: center;
          background-repeat: no-repeat;
          transform: rotate(180deg);
          position: absolute;
          top: 12px;
          left: 3px; }
    .header-nav-container .header-container .search-box {
      display: none; }
      @media (min-width: 1100px) {
        .header-nav-container .header-container .search-box {
          padding-bottom: 0;
          position: absolute;
          left: 100%;
          top: 0;
          background-color: #fff;
          padding: 12px 5px 13px 25px;
          width: 280px;
          box-shadow: 0 15px 40px 0 rgba(0, 0, 0, 0.26); }
          .header-nav-container .header-container .search-box:before {
            content: " ";
            position: absolute;
            border: 12px solid transparent;
            border-right-color: #fff;
            left: -24px;
            top: 14px; } }
      .search-opened .header-nav-container .header-container .search-box {
        padding: 15px;
        display: block;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 100%; }
      .header-nav-container .header-container .search-box .search-control {
        width: 100%;
        display: block;
        margin-bottom: 15px; }
        @media (min-width: 1100px) {
          .header-nav-container .header-container .search-box .search-control {
            display: inline;
            margin-bottom: 0; } }
        .header-nav-container .header-container .search-box .search-control input {
          border-width: 0;
          border-bottom: 1px solid #7e7e7e;
          width: 100%;
          font-size: 138%;
          line-height: 182%;
          color: #595959; }
          .header-nav-container .header-container .search-box .search-control input::placeholder {
            color: #595959; }
          @media (min-width: 1100px) {
            .header-nav-container .header-container .search-box .search-control input {
              font-size: 88%;
              line-height: 158%;
              border-bottom: 1px solid #0b6a38;
              color: #595959; }
              .header-nav-container .header-container .search-box .search-control input::placeholder {
                color: #595959; } }
      .header-nav-container .header-container .search-box button {
        position: static;
        width: 100%;
        height: auto; }
        @media (min-width: 1100px) {
          .header-nav-container .header-container .search-box button {
            position: absolute;
            top: 5px;
            right: 0;
            display: inline-block;
            width: 32px;
            height: 32px;
            background-image: url("../icons/search.svg");
            background-repeat: no-repeat;
            background-size: 14px;
            background-position: 6px;
            padding: 0;
            background-color: transparent;
            border-radius: 0;
            box-shadow: none; }
            .header-nav-container .header-container .search-box button:hover, .header-nav-container .header-container .search-box button:active, .header-nav-container .header-container .search-box button:focus {
              background-color: transparent;
              color: #c8102e; }
            .header-nav-container .header-container .search-box button span {
              position: absolute;
              width: 1px;
              height: 1px;
              padding: 0;
              margin: -1px;
              overflow: hidden;
              clip: rect(0, 0, 0, 0);
              border: 0; } }
    .header-nav-container .header-container .search-container {
      z-index: 3;
      position: fixed;
      top: 0;
      bottom: 0;
      left: -100%;
      width: 100%;
      min-width: 100%;
      background-color: #fff;
      transition: transform 0.25s ease-in-out;
      visibility: hidden; }
      .header-nav-container .header-container .search-container.transitioning {
        visibility: visible; }
      @media (min-width: 1100px) {
        .header-nav-container .header-container .search-container {
          text-align: center; } }
      .search-opened .header-nav-container .header-container .search-container {
        transform: translateX(100%);
        transition: transform 0.25s ease-in-out;
        visibility: visible; }
      @media (min-width: 1100px) {
        .header-nav-container .header-container .search-container {
          visibility: visible;
          position: relative;
          background-color: transparent;
          display: block;
          top: auto;
          left: auto;
          bottom: auto; }
          .search-opened .header-nav-container .header-container .search-container {
            transform: none;
            transition: none; } }
      @media (min-width: 1100px) {
        .header-nav-container .header-container .search-container.active .search-trigger {
          background-image: url("../icons/search-hover.svg"); }
        .header-nav-container .header-container .search-container.active .search-box {
          display: block; } }
      .header-nav-container .header-container .search-container .search-trigger {
        display: none; }
        @media (min-width: 1100px) {
          .header-nav-container .header-container .search-container .search-trigger {
            display: inline-block;
            width: 100px;
            height: 42px;
            background-image: url("../icons/search.svg");
            background-repeat: no-repeat;
            background-size: 24px;
            background-position: 40px 12px;
            padding: 0; }
            .header-nav-container .header-container .search-container .search-trigger:hover, .header-nav-container .header-container .search-container .search-trigger.btn:active {
              background-image: url("../icons/search-hover.svg"); }
            .header-nav-container .header-container .search-container .search-trigger span {
              position: absolute;
              width: 1px;
              height: 1px;
              padding: 0;
              margin: -1px;
              overflow: hidden;
              clip: rect(0, 0, 0, 0);
              border: 0; } }
    .header-nav-container .header-container .store-location {
      padding: 25px 15px; }
      .header-nav-container .header-container .store-location a {
        font-family: "BrandonGrotesque-RegularBold", Arial, Helvetica, sans-serif;
        font-size: 113%;
        line-height: 150%;
        text-transform: none; }
      .header-nav-container .header-container .store-location .other {
        display: none; }
      @media (min-width: 1100px) {
        .header-nav-container .header-container .store-location {
          display: none; } }
    .header-nav-container .header-container .store-location .kk-icon {
      display: block; }
      .header-nav-container .header-container .store-location .kk-icon:before {
        content: " ";
        float: left;
        width: 48px;
        height: 48px;
        margin-right: 10px;
        background-repeat: no-repeat; }
    .header-nav-container .header-container .store-location .location {
      display: block; }
      .header-nav-container .header-container .store-location .location:before {
        background-size: 27px 34px;
        background-position: 10px 7px;
        margin-top: -14px; }
    .header-nav-container .header-container .store-location .doughnut:before {
      background-size: 34px 24px;
      background-position: 7px;
      margin-top: -14px; }
    .header-nav-container .header-container .store-location .coffee:before {
      background-size: 28px;
      margin-top: -15px;
      background-position: 10px; }
  @media (min-width: 768px) and (max-width: 1099px) {
    .header-nav-container.ecommerce {
      height: 88px; }
      .header-nav-container.ecommerce div.quick-bar {
        right: 0;
        text-align: center; }
        .header-nav-container.ecommerce div.quick-bar .account-links,
        .header-nav-container.ecommerce div.quick-bar .nav-account-links {
          display: inline-block; } }
  @media (min-width: 1100px) {
    .header-nav-container.ecommerce {
      height: 75px;
      max-width: 1030px;
      margin: 0 auto; }
      .header-nav-container.ecommerce div.quick-bar {
        display: flex;
        justify-content: space-between;
        padding-top: 15px;
        right: 0; }
        .header-nav-container.ecommerce div.quick-bar .tabs-desktop {
          padding-right: 20%; }
        .header-nav-container.ecommerce div.quick-bar .account-links,
        .header-nav-container.ecommerce div.quick-bar .nav-account-links {
          display: inline-block; } }
  @media (min-width: 1200px) {
    .header-nav-container.ecommerce {
      max-width: 1200px; }
      .header-nav-container.ecommerce div.quick-bar {
        display: block; }
        .header-nav-container.ecommerce div.quick-bar .tabs-desktop {
          padding-right: 0; }
        .header-nav-container.ecommerce div.quick-bar .nav-account-links {
          display: inline-block; } }
  .header-nav-container.ecommerce div.quick-bar::after {
    content: none; }
  .header-nav-container.ecommerce div.quick-bar .shop-cart {
    position: absolute;
    top: 0;
    right: 10px; }
    @media (min-width: 768px) and (max-width: 1099px) {
      .header-nav-container.ecommerce div.quick-bar .shop-cart {
        right: 60px;
        top: 10px; }
        .header-nav-container.ecommerce div.quick-bar .shop-cart a {
          width: 48px;
          height: 48px;
          padding-top: 2px; } }
    @media (min-width: 1100px) {
      .header-nav-container.ecommerce div.quick-bar .shop-cart {
        right: unset;
        top: unset;
        position: relative; } }
  .header-nav-container.ecommerce div.quick-bar .mobile-header {
    display: none;
    text-align: center;
    padding: 11px 0 11px 0; }
    @media (min-width: 768px) and (max-width: 1099px) {
      .header-nav-container.ecommerce div.quick-bar .mobile-header {
        width: 150px;
        display: inline-block; } }
    @media (min-width: 1100px) {
      .header-nav-container.ecommerce div.quick-bar .mobile-header {
        transform: translateY(-20px);
        padding: 0;
        display: inline;
        float: left; } }
    .header-nav-container.ecommerce div.quick-bar .mobile-header .navigation-trigger {
      position: absolute;
      left: 10px;
      top: 18px;
      padding: 0; }
      .header-nav-container.ecommerce div.quick-bar .mobile-header .navigation-trigger:before {
        content: " ";
        width: 40px;
        height: 32px;
        display: inline-block;
        background-image: url("../icons/hamburger.svg");
        background-size: 18px;
        background-position: 10px;
        background-repeat: no-repeat;
        color: #0b6a38; }
      @media (min-width: 1100px) {
        .header-nav-container.ecommerce div.quick-bar .mobile-header .navigation-trigger {
          display: none; } }
    .header-nav-container.ecommerce div.quick-bar .mobile-header .logo img {
      max-width: 100px; }
      @media (min-width: 768px) and (max-width: 1099px) {
        .header-nav-container.ecommerce div.quick-bar .mobile-header .logo img {
          max-width: 140px; } }
      @media (min-width: 1100px) {
        .header-nav-container.ecommerce div.quick-bar .mobile-header .logo img {
          margin-top: 10px;
          max-width: 170px; } }
  @media (min-width: 768px) {
    .header-nav-container.ecommerce .header-container .mobile-header {
      display: none; } }
  .header-nav-container.ecommerce .header-container .mobile-header .navigation-trigger {
    display: none; }
  .header-nav-container.ecommerce .header-container .assigned-store-section:before {
    content: none; }
  .header-nav-container div.split-cta {
    display: none;
    z-index: 1; }
    @media (min-width: 751px) and (max-width: 1099px) {
      .header-nav-container div.split-cta.split-cta-left-nav {
        display: inline-block;
        margin-left: 35px; }
        .header-nav-container div.split-cta.split-cta-left-nav button {
          margin-bottom: 10px; } }
    @media (min-width: 1100px) {
      .header-nav-container div.split-cta.split-cta-top-nav {
        display: inline-block;
        float: right;
        position: initial; } }
    .header-nav-container div.split-cta button {
      width: 146px;
      height: 48px;
      margin: 0 0 0 8px;
      padding: 6px 12px;
      border-radius: 100px;
      box-shadow: none;
      background-color: #c8102e;
      font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
      font-weight: 900;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: 0.69px;
      text-align: left;
      color: #fff;
      text-transform: uppercase;
      position: relative;
      border: none;
      transform-origin: top left;
      transition: transform 200ms ease-in-out; }
      @media (min-width: 1100px) and (max-width: 1260px) {
        .header-nav-container div.split-cta button {
          width: 136px; } }
      .header-nav-container div.split-cta button:hover {
        background-color: #d33d41;
        transform: scale(1.02); }
      .header-nav-container div.split-cta button img {
        object-fit: contain;
        position: absolute;
        top: 8px; }
        .header-nav-container div.split-cta button img.split-cta-delivery {
          left: 12px;
          width: 33px;
          height: 33px;
          margin: 12px 0 1px 6px; }
          @media (min-width: 1100px) {
            .header-nav-container div.split-cta button img.split-cta-delivery {
              left: 18px;
              margin: 0 8px 0 0; } }
        .header-nav-container div.split-cta button img.split-cta-pickup {
          left: 20px;
          width: 24px;
          height: 20px;
          margin: 6px 10px 5px 0; }
          @media (min-width: 1100px) {
            .header-nav-container div.split-cta button img.split-cta-pickup {
              left: 25px; } }
      .header-nav-container div.split-cta button span.split-cta-line1 {
        font-size: 11px;
        font-weight: 400;
        width: 42px;
        height: 16px;
        margin: 1px 31px 16px 8px;
        position: absolute;
        top: 8px;
        left: 43px; }
        @media (min-width: 1100px) {
          .header-nav-container div.split-cta button span.split-cta-line1 {
            left: 46px; } }
      .header-nav-container div.split-cta button span.split-cta-line2 {
        font-size: 14px;
        font-weight: 400;
        width: 73px;
        height: 20px;
        margin: 12px 0 1px 8px;
        position: absolute;
        top: 8px;
        left: 43px; }
        @media (min-width: 1100px) {
          .header-nav-container div.split-cta button span.split-cta-line2 {
            left: 46px; } }
    @media (max-width: 767px) {
      .header-nav-container div.split-cta.split-cta-mobile {
        display: block;
        width: 310px;
        margin: 10px auto;
        padding: 3px 0;
        text-align: center; } }
    @media (min-width: 768px) and (max-width: 1099px) {
      .header-nav-container div.split-cta.split-cta-mobile {
        display: block;
        width: 310px;
        margin: 0;
        padding: 0;
        text-align: right;
        position: absolute;
        right: 35px; } }
    .header-nav-container div.split-cta.split-cta-mobile button {
      width: 138px;
      height: 40px;
      margin: 0;
      padding: 8px 20px 7px 10px;
      border-radius: 100px;
      box-shadow: none;
      background-color: #c8102e;
      font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
      font-weight: 900;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: 0.69px;
      text-align: left;
      color: #fff;
      text-transform: uppercase;
      position: relative;
      border: none;
      transform-origin: top left;
      transition: transform 250ms ease-in-out; }
      @media (min-width: 1100px) {
        .header-nav-container div.split-cta.split-cta-mobile button {
          margin: 0 0 0 8px;
          width: 146px;
          height: 48px; } }
      @media (max-width: 1099px) {
        .header-nav-container div.split-cta.split-cta-mobile button:nth-child(2) {
          margin-left: 5px; } }
      .header-nav-container div.split-cta.split-cta-mobile button img {
        object-fit: contain;
        position: absolute;
        top: 4px; }
        @media (min-width: 1100px) {
          .header-nav-container div.split-cta.split-cta-mobile button img {
            top: 8px; } }
        .header-nav-container div.split-cta.split-cta-mobile button img.split-cta-delivery {
          left: 14px;
          width: 33px;
          height: 33px;
          margin: 0 8px 0 0; }
          @media (min-width: 1100px) {
            .header-nav-container div.split-cta.split-cta-mobile button img.split-cta-delivery {
              left: 18px; } }
        .header-nav-container div.split-cta.split-cta-mobile button img.split-cta-pickup {
          left: 20px;
          width: 24px;
          height: 20px;
          margin: 6px 10px 5px 0; }
          @media (min-width: 1100px) {
            .header-nav-container div.split-cta.split-cta-mobile button img.split-cta-pickup {
              left: 25px; } }
      .header-nav-container div.split-cta.split-cta-mobile button span.split-cta-line1 {
        font-size: 11px;
        font-weight: 400;
        width: 42px;
        height: 16px;
        margin: 1px 31px 16px 8px;
        position: absolute;
        top: 5px;
        left: 46px; }
        @media (min-width: 1100px) {
          .header-nav-container div.split-cta.split-cta-mobile button span.split-cta-line1 {
            top: 8px; } }
      .header-nav-container div.split-cta.split-cta-mobile button span.split-cta-line2 {
        font-size: 14px;
        font-weight: 400;
        width: 73px;
        height: 20px;
        margin: 12px 0 1px 8px;
        position: absolute;
        top: 5px;
        left: 46px; }
        @media (min-width: 1100px) {
          .header-nav-container div.split-cta.split-cta-mobile button span.split-cta-line2 {
            top: 8px; } }

.primary-nav-flyout {
  display: none;
  position: fixed;
  top: 131px;
  /*bottom: 0;*/
  left: 0;
  width: 100%;
  z-index: 89;
  background-color: #fff;
  max-height: 480px;
  overflow-y: scroll; }
  @media (min-width: 768px) and (max-width: 1099px) {
    .primary-nav-flyout {
      top: 0;
      z-index: 101;
      max-height: 700px; } }
  @media (min-width: 1100px) {
    .primary-nav-flyout {
      top: 140px;
      z-index: 98;
      max-height: unset; } }
  .primary-nav-flyout.flyout-active {
    display: block; }
  .primary-nav-flyout .nav-flyout-content {
    width: 100%;
    margin: 0 auto;
    text-align: center; }
    .primary-nav-flyout .nav-flyout-content ul {
      display: none;
      text-align: left;
      overflow: scroll;
      white-space: nowrap; }
      .primary-nav-flyout .nav-flyout-content ul.flyout-nav-active, .primary-nav-flyout .nav-flyout-content ul.child-nav-active {
        display: block; }
      .primary-nav-flyout .nav-flyout-content ul.child-nav-active {
        padding: 0 15px; }
        .primary-nav-flyout .nav-flyout-content ul.child-nav-active li {
          width: 49%; }
          @media (min-width: 768px) and (max-width: 1099px) {
            .primary-nav-flyout .nav-flyout-content ul.child-nav-active li {
              width: 32%; } }
      .primary-nav-flyout .nav-flyout-content ul li {
        min-width: 51px;
        margin-bottom: 13px;
        display: inline-block; }
        .primary-nav-flyout .nav-flyout-content ul li a.child-menu-item {
          padding: 10px;
          border-radius: 4px;
          background-color: #f7f9fa;
          text-transform: uppercase;
          min-width: 32px;
          height: 32px;
          float: left;
          margin: 0 3px;
          border: 0;
          position: relative;
          overflow: hidden;
          font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
          font-size: 12px;
          font-stretch: normal;
          font-weight: 900;
          letter-spacing: 0.7px;
          color: #595959;
          text-align: center; }
          @media (min-width: 1100px) {
            .primary-nav-flyout .nav-flyout-content ul li a.child-menu-item:after {
              content: "";
              position: absolute;
              width: 100%;
              transform: scaleX(0);
              height: 2px;
              bottom: 0;
              left: 0;
              background-color: #046a38;
              transform-origin: bottom left;
              transition: transform 0.25s ease-out; } }
          @media (min-width: 1100px) {
            .primary-nav-flyout .nav-flyout-content ul li a.child-menu-item:hover::after {
              transform: scaleX(1);
              transform-origin: bottom left; } }
          .primary-nav-flyout .nav-flyout-content ul li a.child-menu-item.active {
            color: #046a38; }
            @media (min-width: 1100px) {
              .primary-nav-flyout .nav-flyout-content ul li a.child-menu-item.active::after {
                transform: scaleX(1);
                transform-origin: bottom left; } }
            @media (max-width: 1099px) {
              .primary-nav-flyout .nav-flyout-content ul li a.child-menu-item.active::after {
                background-color: #046a38;
                bottom: 0;
                content: "";
                height: 3px;
                left: 0;
                position: absolute;
                width: 100%; } }
          @media (min-width: 768px) and (max-width: 1099px) {
            .primary-nav-flyout .nav-flyout-content ul li a.child-menu-item {
              background-color: transparent;
              border-radius: 0; }
              .primary-nav-flyout .nav-flyout-content ul li a.child-menu-item.active::after {
                width: calc(100% - 20px);
                left: 10px; } }
        .primary-nav-flyout .nav-flyout-content ul li a.nav-menu-card {
          margin: 0;
          position: relative;
          display: block;
          border: 0;
          background-color: transparent; }
          .primary-nav-flyout .nav-flyout-content ul li a.nav-menu-card:first-child {
            margin-left: 0; }
          .primary-nav-flyout .nav-flyout-content ul li a.nav-menu-card .nav-card-image {
            height: 90px;
            margin: 0 auto;
            padding: 0;
            text-align: center;
            width: 110px; }
            .primary-nav-flyout .nav-flyout-content ul li a.nav-menu-card .nav-card-image img {
              height: auto;
              object-fit: contain;
              max-height: 100%; }
            @media (min-width: 768px) and (max-width: 1099px) {
              .primary-nav-flyout .nav-flyout-content ul li a.nav-menu-card .nav-card-image {
                height: 175px;
                width: auto; } }
          .primary-nav-flyout .nav-flyout-content ul li a.nav-menu-card .nav-card-text {
            width: 100%;
            height: 14px;
            margin-top: 15px;
            padding: 0 4px; }
            .primary-nav-flyout .nav-flyout-content ul li a.nav-menu-card .nav-card-text p {
              font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
              font-size: 12px;
              font-stretch: normal;
              font-weight: 900;
              letter-spacing: 0.7px;
              line-height: 1;
              color: #303030;
              text-align: center;
              text-transform: uppercase; }
              @media (min-width: 768px) and (max-width: 1099px) {
                .primary-nav-flyout .nav-flyout-content ul li a.nav-menu-card .nav-card-text p {
                  font-size: 13px; } }
          .primary-nav-flyout .nav-flyout-content ul li a.nav-menu-card:hover {
            border: 1px solid rgba(4, 106, 56, 0.08);
            background-color: rgba(4, 106, 56, 0.05);
            border-radius: 15px;
            -webkit-transition: background-color 150ms ease-in-out;
            -moz-transition: background-color 150ms ease-in-out;
            -ms-transition: background-color 150ms ease-in-out;
            -o-transition: background-color 150ms ease-in-out;
            transition: background-color 150ms ease-in-out; }
            .primary-nav-flyout .nav-flyout-content ul li a.nav-menu-card:hover .nav-card-image img {
              transform: scale(1.1); }
            .primary-nav-flyout .nav-flyout-content ul li a.nav-menu-card:hover .nav-card-text p {
              color: #046a38; }
        .primary-nav-flyout .nav-flyout-content ul li:first-child a {
          margin-left: 0; }
        .primary-nav-flyout .nav-flyout-content ul li.third-level-menu-item.all-items {
          width: 100%;
          padding: 20px 4% 20px 10%; }
          .primary-nav-flyout .nav-flyout-content ul li.third-level-menu-item.all-items a.nav-menu-card {
            display: block;
            width: 90%;
            min-height: 32px;
            margin: 0 auto; }
            .primary-nav-flyout .nav-flyout-content ul li.third-level-menu-item.all-items a.nav-menu-card .nav-card-image {
              height: 32px;
              width: 32px;
              width: 20%;
              display: inline-block;
              float: left;
              text-align: right; }
              .primary-nav-flyout .nav-flyout-content ul li.third-level-menu-item.all-items a.nav-menu-card .nav-card-image img {
                height: 32px;
                width: 32px; }
            .primary-nav-flyout .nav-flyout-content ul li.third-level-menu-item.all-items a.nav-menu-card .nav-card-text {
              display: block;
              height: 14px;
              margin: auto;
              padding: 9px;
              float: right;
              text-align: left;
              width: 80%; }
              .primary-nav-flyout .nav-flyout-content ul li.third-level-menu-item.all-items a.nav-menu-card .nav-card-text p {
                color: #046a38;
                text-align: left;
                text-wrap: nowrap; }
        @media (min-width: 768px) and (max-width: 1099px) {
          .primary-nav-flyout .nav-flyout-content ul li.third-level-menu-item.all-items {
            padding: 20px 18%; }
            .primary-nav-flyout .nav-flyout-content ul li.third-level-menu-item.all-items a.nav-menu-card {
              display: block;
              width: 60%;
              min-height: 32px;
              margin: 0 auto; }
              .primary-nav-flyout .nav-flyout-content ul li.third-level-menu-item.all-items a.nav-menu-card .nav-card-image {
                height: 32px;
                width: 20%;
                display: inline-block;
                float: left;
                text-align: right; }
              .primary-nav-flyout .nav-flyout-content ul li.third-level-menu-item.all-items a.nav-menu-card .nav-card-text {
                display: block;
                height: 14px;
                margin: 0;
                padding: 9px;
                float: right;
                text-align: left;
                width: 80%; }
                .primary-nav-flyout .nav-flyout-content ul li.third-level-menu-item.all-items a.nav-menu-card .nav-card-text p {
                  text-align: left; } }
        @media (min-width: 1024px) {
          .primary-nav-flyout .nav-flyout-content ul li.third-level-menu-item.all-items a.nav-menu-card {
            width: 48%; } }
        .primary-nav-flyout .nav-flyout-content ul li div.third-level-item {
          width: 100%; }
    .primary-nav-flyout .nav-flyout-content .mobile-tertiary-close {
      width: 100%;
      height: 48px;
      display: block;
      text-align: center;
      background-color: #f2f8f5;
      padding: 10px 0; }
      .primary-nav-flyout .nav-flyout-content .mobile-tertiary-close .mobile-close-trigger {
        font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #046a38;
        text-transform: uppercase;
        font-weight: 900;
        padding: 0.25rem; }
      .primary-nav-flyout .nav-flyout-content .mobile-tertiary-close .tertiary-close-x:before {
        content: " ";
        width: 15px;
        height: 15px;
        display: inline-block;
        background-image: url("../icons/close-green.svg");
        background-repeat: no-repeat;
        transform: translateY(3px);
        color: #046a38; }
  .primary-nav-flyout .secondary-nav .nav-flyout-content ul {
    text-align: center; }
  .primary-nav-flyout .nav-flyout-desktop {
    display: none; }
  .primary-nav-flyout .secondary-nav {
    height: 60px;
    width: 100%; }
    @media (min-width: 768px) and (max-width: 1099px) {
      .primary-nav-flyout .secondary-nav {
        background-color: #f2f8f5;
        padding: 10px 0; } }
  .primary-nav-flyout .tertiary-nav {
    width: 100%; }
    @media (max-width: 991.98px) {
      .primary-nav-flyout .tertiary-nav {
        height: 90%;
        overflow-y: scroll; } }
    @media (min-width: 1100px) {
      .primary-nav-flyout .tertiary-nav .nav-flyout-content {
        display: none; } }
    .primary-nav-flyout .tertiary-nav ul {
      white-space: normal;
      overflow: initial; }
    .primary-nav-flyout .tertiary-nav ul.single-item {
      width: 100%;
      display: none;
      padding-top: 50px; }
      .primary-nav-flyout .tertiary-nav ul.single-item li {
        width: 100%; }
        .primary-nav-flyout .tertiary-nav ul.single-item li div.third-level-item {
          width: 90%;
          margin: 0 auto; }
          .primary-nav-flyout .tertiary-nav ul.single-item li div.third-level-item .item-image {
            width: 175px;
            margin: 0 auto; }
            .primary-nav-flyout .tertiary-nav ul.single-item li div.third-level-item .item-image img {
              display: none; }
              .primary-nav-flyout .tertiary-nav ul.single-item li div.third-level-item .item-image img.desktop-image {
                display: block;
                max-width: 175px; }
          .primary-nav-flyout .tertiary-nav ul.single-item li div.third-level-item .item-copy {
            text-align: center;
            margin-bottom: 15px;
            padding: 8px 0; }
            .primary-nav-flyout .tertiary-nav ul.single-item li div.third-level-item .item-copy .item-header {
              font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
              font-size: 40px;
              font-stretch: normal;
              font-weight: 900;
              letter-spacing: 1.25px;
              line-height: 1.2;
              color: #303030;
              width: 100%;
              text-align: center;
              text-transform: uppercase;
              margin-bottom: 7px; }
            .primary-nav-flyout .tertiary-nav ul.single-item li div.third-level-item .item-copy .item-text {
              font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
              font-size: 16px;
              font-stretch: normal;
              font-style: normal;
              font-weight: normal;
              line-height: 1.5;
              letter-spacing: normal;
              text-align: center;
              color: #000; }
          .primary-nav-flyout .tertiary-nav ul.single-item li div.third-level-item .item-ctas {
            display: block;
            text-align: center; }
            .primary-nav-flyout .tertiary-nav ul.single-item li div.third-level-item .item-ctas .item-cta {
              padding: 10px 20px;
              font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
              font-size: 12px;
              font-stretch: normal;
              font-weight: 900;
              letter-spacing: 0.7px;
              line-height: 1;
              border-radius: 100px;
              height: 32px;
              border: 1px solid #046a38;
              display: block;
              text-transform: uppercase;
              background-color: #fff;
              color: #046a38;
              float: none;
              clear: both;
              width: fit-content;
              margin: 12px auto;
              position: relative; }
              .primary-nav-flyout .tertiary-nav ul.single-item li div.third-level-item .item-ctas .item-cta:hover {
                background-color: #046a38;
                color: #fff; }
                .primary-nav-flyout .tertiary-nav ul.single-item li div.third-level-item .item-ctas .item-cta:hover.external-link:after {
                  background-color: white; }
              .primary-nav-flyout .tertiary-nav ul.single-item li div.third-level-item .item-ctas .item-cta.external-link {
                padding-right: 40px; }
                @media (min-width: 1100px) {
                  .primary-nav-flyout .tertiary-nav ul.single-item li div.third-level-item .item-ctas .item-cta.external-link {
                    padding: 16px 40px 16px 20px; } }
                .primary-nav-flyout .tertiary-nav ul.single-item li div.third-level-item .item-ctas .item-cta.external-link:after {
                  content: " ";
                  position: absolute;
                  top: 6px;
                  width: 15px;
                  height: 16px;
                  margin-left: 8px;
                  background-color: #046a38;
                  -webkit-mask-image: url(../icons/external-link.svg);
                  mask-image: url(../icons/external-link.svg);
                  background-repeat: no-repeat;
                  background-position: center; }
                  @media (min-width: 1100px) {
                    .primary-nav-flyout .tertiary-nav ul.single-item li div.third-level-item .item-ctas .item-cta.external-link:after {
                      top: 14px;
                      margin-left: 12px; } }
      .primary-nav-flyout .tertiary-nav ul.single-item.child-nav-active {
        display: block; }
  @media (min-width: 1100px) {
    .primary-nav-flyout {
      top: 150px;
      bottom: unset;
      height: 300px; }
      .primary-nav-flyout.flyout-active {
        display: block; }
      .primary-nav-flyout .nav-flyout-content {
        width: 90%;
        height: 240px;
        margin: 0 auto;
        max-width: 1300px;
        padding: 20px 0;
        text-align: center;
        float: none; }
        .primary-nav-flyout .nav-flyout-content ul {
          display: none;
          text-align: center;
          overflow: initial;
          white-space: normal;
          /* @extend .reset-ul;*/ }
          .primary-nav-flyout .nav-flyout-content ul.flyout-nav-active, .primary-nav-flyout .nav-flyout-content ul.child-nav-active {
            display: inline-block; }
          .primary-nav-flyout .nav-flyout-content ul li {
            min-width: 51px;
            padding: 0 3px;
            float: left; }
            .primary-nav-flyout .nav-flyout-content ul li a.child-menu-item {
              font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
              font-size: 14px;
              font-stretch: normal;
              font-weight: 900;
              letter-spacing: 1px;
              line-height: 1;
              color: #595959;
              text-align: center;
              text-transform: uppercase;
              margin: 0 20px;
              border-radius: unset;
              background-color: transparent;
              cursor: pointer;
              padding: 3px 0 6px;
              height: auto; }
            .primary-nav-flyout .nav-flyout-content ul li a.nav-menu-card {
              width: 200px;
              height: 210px;
              margin: 0 10px;
              padding: 32px 21px;
              position: relative;
              display: block;
              border: 0;
              background-color: transparent;
              cursor: pointer; }
              .primary-nav-flyout .nav-flyout-content ul li a.nav-menu-card:first-child {
                margin-left: 0; }
              .primary-nav-flyout .nav-flyout-content ul li a.nav-menu-card .nav-card-image {
                padding: 0;
                text-align: center; }
                .primary-nav-flyout .nav-flyout-content ul li a.nav-menu-card .nav-card-image img {
                  height: 115px; }
              .primary-nav-flyout .nav-flyout-content ul li a.nav-menu-card .nav-card-text {
                width: 100%;
                height: 14px;
                margin-top: 15px; }
                .primary-nav-flyout .nav-flyout-content ul li a.nav-menu-card .nav-card-text p {
                  font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
                  font-size: 12px;
                  font-stretch: normal;
                  font-weight: 900;
                  letter-spacing: 0.7px;
                  line-height: 1;
                  color: #303030;
                  text-align: center;
                  text-transform: uppercase; }
              .primary-nav-flyout .nav-flyout-content ul li a.nav-menu-card:hover {
                border: 1px solid rgba(4, 106, 56, 0.08);
                background-color: rgba(4, 106, 56, 0.05);
                border-radius: 15px;
                -webkit-transition: background-color 150ms ease-in-out;
                -moz-transition: background-color 150ms ease-in-out;
                -ms-transition: background-color 150ms ease-in-out;
                -o-transition: background-color 150ms ease-in-out;
                transition: background-color 150ms ease-in-out; }
                .primary-nav-flyout .nav-flyout-content ul li a.nav-menu-card:hover .nav-card-image img {
                  transform: scale(1.1); }
                .primary-nav-flyout .nav-flyout-content ul li a.nav-menu-card:hover .nav-card-text p {
                  color: #046a38; }
      .primary-nav-flyout .nav-flyout-desktop {
        display: block;
        width: 90%;
        height: 240px;
        margin: 0 auto;
        max-width: 1300px;
        padding: 10px 0;
        text-align: center;
        float: none; }
        .primary-nav-flyout .nav-flyout-desktop div.third-level-items {
          display: none;
          text-align: center;
          /*width: 1300px;*/ }
          .primary-nav-flyout .nav-flyout-desktop div.third-level-items.flyout-nav-active, .primary-nav-flyout .nav-flyout-desktop div.third-level-items.child-nav-active {
            display: inline-block; }
          .primary-nav-flyout .nav-flyout-desktop div.third-level-items div.nav-list-item {
            width: 200px;
            max-width: 200px;
            padding: 0 3px; }
            .primary-nav-flyout .nav-flyout-desktop div.third-level-items div.nav-list-item a.child-menu-item {
              padding: 10px;
              border-radius: 4px;
              background-color: #f7f9fa;
              text-transform: uppercase;
              min-width: 32px;
              height: 32px;
              float: left;
              margin: 0 3px;
              border: 0;
              font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
              font-size: 12px;
              font-stretch: normal;
              font-weight: 900;
              letter-spacing: 0.7px;
              color: #595959;
              text-align: center; }
            .primary-nav-flyout .nav-flyout-desktop div.third-level-items div.nav-list-item a.nav-menu-card {
              width: 189px;
              height: 210px;
              margin: 0 10px;
              position: relative;
              display: block;
              border: 1px solid transparent;
              background-color: transparent; }
              .primary-nav-flyout .nav-flyout-desktop div.third-level-items div.nav-list-item a.nav-menu-card .nav-card-image {
                height: 174px;
                margin: 0 auto;
                padding: 0;
                text-align: center;
                width: 174px; }
                .primary-nav-flyout .nav-flyout-desktop div.third-level-items div.nav-list-item a.nav-menu-card .nav-card-image img {
                  margin: 0 auto;
                  height: 100%;
                  width: auto;
                  /*transform: translateX(-5%);*/ }
              .primary-nav-flyout .nav-flyout-desktop div.third-level-items div.nav-list-item a.nav-menu-card .nav-card-text {
                width: 100%;
                height: 14px;
                margin-top: 8px;
                padding: 0 4px; }
                .primary-nav-flyout .nav-flyout-desktop div.third-level-items div.nav-list-item a.nav-menu-card .nav-card-text p {
                  font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
                  font-size: 12px;
                  font-stretch: normal;
                  font-weight: 900;
                  letter-spacing: 0.7px;
                  line-height: 1;
                  color: #303030;
                  margin: 0;
                  text-align: center;
                  text-transform: uppercase; }
              .primary-nav-flyout .nav-flyout-desktop div.third-level-items div.nav-list-item a.nav-menu-card:hover {
                border: 1px solid rgba(4, 106, 56, 0.08);
                background-color: rgba(4, 106, 56, 0.05);
                border-radius: 15px;
                -webkit-transition: background-color 150ms ease-in-out;
                -moz-transition: background-color 150ms ease-in-out;
                -ms-transition: background-color 150ms ease-in-out;
                -o-transition: background-color 150ms ease-in-out;
                transition: background-color 150ms ease-in-out; }
                .primary-nav-flyout .nav-flyout-desktop div.third-level-items div.nav-list-item a.nav-menu-card:hover .nav-card-image img {
                  transition: scale 100ms ease-in-out;
                  transform: scale(1.1); }
                .primary-nav-flyout .nav-flyout-desktop div.third-level-items div.nav-list-item a.nav-menu-card:hover .nav-card-text p {
                  color: #046a38; }
            .primary-nav-flyout .nav-flyout-desktop div.third-level-items div.nav-list-item:first-child a {
              margin-left: 0; }
            .primary-nav-flyout .nav-flyout-desktop div.third-level-items div.nav-list-item div.third-level-item {
              width: 100%; }
          .primary-nav-flyout .nav-flyout-desktop div.third-level-items .slick-track {
            display: flex;
            justify-content: center;
            max-width: 1260px;
            transform: translate3d(0, 0, 0) !important; }
          .primary-nav-flyout .nav-flyout-desktop div.third-level-items .slick-slide {
            display: none; }
            .primary-nav-flyout .nav-flyout-desktop div.third-level-items .slick-slide.slick-active {
              display: block; }
          .primary-nav-flyout .nav-flyout-desktop div.third-level-items .slick-prev,
          .primary-nav-flyout .nav-flyout-desktop div.third-level-items .slick-next {
            right: -60px;
            width: 42px;
            height: 222px; }
            .primary-nav-flyout .nav-flyout-desktop div.third-level-items .slick-prev::before,
            .primary-nav-flyout .nav-flyout-desktop div.third-level-items .slick-next::before {
              content: " ";
              background-image: url(../icons/green-chevron-right.svg);
              background-repeat: no-repeat;
              font-size: 25px;
              height: 222px;
              display: block; }
            .primary-nav-flyout .nav-flyout-desktop div.third-level-items .slick-prev.slick-disabled,
            .primary-nav-flyout .nav-flyout-desktop div.third-level-items .slick-next.slick-disabled {
              display: none !important; }
          .primary-nav-flyout .nav-flyout-desktop div.third-level-items .slick-prev {
            left: -35px;
            right: initial; }
            .primary-nav-flyout .nav-flyout-desktop div.third-level-items .slick-prev::before {
              transform: rotate(180deg); }
      .primary-nav-flyout .secondary-nav {
        height: 60px;
        width: 100%;
        background-color: rgba(4, 106, 56, 0.05);
        display: block; }
      .primary-nav-flyout .tertiary-nav {
        height: 238px;
        width: 100%;
        display: block; }
        .primary-nav-flyout .tertiary-nav div.single-item {
          width: 100%;
          display: none; } }
      @media (min-width: 1100px) and (min-width: 1100px) {
        .primary-nav-flyout .tertiary-nav div.single-item {
          margin-top: 20px; } }
  @media (min-width: 1100px) {
          .primary-nav-flyout .tertiary-nav div.single-item &gt; div {
            width: 100%; }
            .primary-nav-flyout .tertiary-nav div.single-item &gt; div div.third-level-item {
              width: 90%;
              margin: 0 auto; }
              .primary-nav-flyout .tertiary-nav div.single-item &gt; div div.third-level-item .item-image {
                float: left;
                width: 175px;
                margin-right: 80px; }
                .primary-nav-flyout .tertiary-nav div.single-item &gt; div div.third-level-item .item-image img {
                  display: none; }
                  .primary-nav-flyout .tertiary-nav div.single-item &gt; div div.third-level-item .item-image img.desktop-image {
                    display: block;
                    max-width: 175px; }
              .primary-nav-flyout .tertiary-nav div.single-item &gt; div div.third-level-item .item-copy {
                text-align: left;
                padding: 8px 0 0; }
                .primary-nav-flyout .tertiary-nav div.single-item &gt; div div.third-level-item .item-copy .item-header {
                  font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
                  font-size: 40px;
                  font-stretch: normal;
                  font-weight: 900;
                  letter-spacing: 1.25px;
                  line-height: 1.2;
                  color: #303030;
                  margin-bottom: 0;
                  width: 100%;
                  text-align: left;
                  text-transform: uppercase;
                  white-space: nowrap; }
                .primary-nav-flyout .tertiary-nav div.single-item &gt; div div.third-level-item .item-copy .item-text {
                  font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
                  font-size: 16px;
                  font-stretch: normal;
                  font-style: normal;
                  font-weight: normal;
                  line-height: 1.5;
                  letter-spacing: normal;
                  text-align: left;
                  color: #000;
                  white-space: nowrap; } }
          @media (min-width: 1100px) and (min-width: 1100px) {
            .primary-nav-flyout .tertiary-nav div.single-item &gt; div div.third-level-item .item-ctas-container {
              display: flex; } }
  @media (min-width: 1100px) {
              .primary-nav-flyout .tertiary-nav div.single-item &gt; div div.third-level-item .item-ctas {
                display: block;
                text-align: left; }
                .primary-nav-flyout .tertiary-nav div.single-item &gt; div div.third-level-item .item-ctas .item-cta {
                  padding: 16px 20px;
                  font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
                  font-stretch: normal;
                  font-weight: 900;
                  font-size: 14px;
                  letter-spacing: 0.7px;
                  line-height: 1;
                  border-radius: 100px;
                  height: 48px;
                  border: 1px solid #046a38;
                  margin-right: 12px;
                  display: inline-block;
                  text-transform: uppercase;
                  background-color: #fff;
                  color: #046a38;
                  position: relative; }
                  .primary-nav-flyout .tertiary-nav div.single-item &gt; div div.third-level-item .item-ctas .item-cta:hover {
                    background-color: #046a38;
                    color: #fff; }
                    .primary-nav-flyout .tertiary-nav div.single-item &gt; div div.third-level-item .item-ctas .item-cta:hover.external-link:after {
                      background-color: white; } }
              @media (min-width: 1100px) and (min-width: 1100px) {
                .primary-nav-flyout .tertiary-nav div.single-item &gt; div div.third-level-item .item-ctas .item-cta.external-link {
                  padding: 16px 40px 16px 20px; } }
  @media (min-width: 1100px) {
                  .primary-nav-flyout .tertiary-nav div.single-item &gt; div div.third-level-item .item-ctas .item-cta.external-link:after {
                    content: " ";
                    position: absolute;
                    top: 6px;
                    width: 15px;
                    height: 16px;
                    margin-left: 8px;
                    background-color: #046a38;
                    -webkit-mask-image: url(../icons/external-link.svg);
                    mask-image: url(../icons/external-link.svg);
                    background-repeat: no-repeat;
                    background-position: center; } }
                @media (min-width: 1100px) and (min-width: 1100px) {
                  .primary-nav-flyout .tertiary-nav div.single-item &gt; div div.third-level-item .item-ctas .item-cta.external-link:after {
                    top: 14px;
                    margin-left: 12px; } }
  @media (min-width: 1100px) {
          .primary-nav-flyout .tertiary-nav div.single-item.child-nav-active {
            display: block; } }

.main-container .flyout-overlay {
  display: none;
  background-color: rgba(0, 0, 0, 0.35);
  transition-delay: 5s;
  -webkit-transition: opacity 2s ease-in-out;
  -moz-transition: opacity 2s ease-in-out;
  -ms-transition: opacity 2s ease-in-out;
  -o-transition: opacity 2s ease-in-out;
  transition: opacity 2s ease-in-out;
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 80; }
  .main-container .flyout-overlay.show {
    display: block; }
    @media (min-width: 1100px) {
      .main-container .flyout-overlay.show {
        display: block; } }
  .navigation-opened .main-container .flyout-overlay,
  .tertiary-visible .main-container .flyout-overlay {
    display: block; }
    @media (min-width: 1100px) {
      .navigation-opened .main-container .flyout-overlay,
      .tertiary-visible .main-container .flyout-overlay {
        display: block; } }
  @media (min-width: 1100px) {
    .main-container .flyout-overlay {
      top: 158px;
      z-index: 97; } }

.content-about {
  padding-top: 30px; }
  @media (min-width: 576px) {
    .content-about {
      padding-top: 0; } }
  .content-about .heading {
    text-align: center; }
    .content-about .heading em {
      font-family: "BrandonGrotesque-BlackItalic", Arial, Helvetica, sans-serif;
      font-style: normal;
      font-size: 113%;
      line-height: 134%;
      color: #d01f2f;
      display: block; }
      @media (min-width: 576px) {
        .content-about .heading em {
          font-size: 150%;
          line-height: 100%; } }
    .content-about .heading h1 {
      font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
      font-size: 200%;
      line-height: 125%;
      color: #0b6a38;
      display: block;
      margin: 0 auto;
      text-transform: uppercase; }
      @media (min-width: 576px) {
        .content-about .heading h1 {
          font-size: 250%;
          line-height: 120%;
          margin-top: 10px; } }
      @media (min-width: 992px) {
        .content-about .heading h1 {
          font-size: 300%;
          line-height: 117%;
          max-width: 800px;
          margin-top: 15px; } }
      @media (min-width: 1200px) {
        .content-about .heading h1 {
          font-size: 400%;
          line-height: 100%;
          margin-top: 10px; } }
  .content-about .hero {
    position: relative;
    margin: 0 -15px;
    margin-left: -30px;
    margin-top: 20px;
    overflow: hidden; }
    @media (min-width: 576px) {
      .content-about .hero {
        margin-left: 0;
        margin-right: -32px; } }
    @media (min-width: 992px) {
      .content-about .hero {
        margin-right: 0;
        text-align: center; } }
  .content-about .our {
    display: flex;
    flex-direction: column;
    margin-top: 55px; }
    @media (min-width: 992px) {
      .content-about .our {
        flex-direction: row; } }
    .content-about .our .copy {
      max-width: 235px;
      margin: 0 auto;
      padding-top: 40px;
      text-align: center; }
      .content-about .our .copy:first-child {
        padding-top: 0; }
        @media (min-width: 992px) {
          .content-about .our .copy:first-child {
            padding-top: 40px; } }
      @media (min-width: 576px) {
        .content-about .our .copy {
          max-width: 370px; } }
      @media (min-width: 992px) {
        .content-about .our .copy {
          max-width: 200px; } }
      @media (min-width: 1200px) {
        .content-about .our .copy {
          max-width: 235px; } }
      .content-about .our .copy strong {
        font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
        font-size: 150%;
        line-height: 117%;
        color: #0b6a38;
        display: block;
        white-space: nowrap;
        text-transform: uppercase; }
      .content-about .our .copy p {
        font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
        font-size: 100%;
        line-height: 150%;
        color: #595959;
        margin: 8px 0 32px;
        font-style: italic; }
  .content-about .timeline {
    position: relative;
    margin-top: 40px; }
    @media (min-width: 992px) {
      .content-about .timeline {
        margin-top: 60px;
        box-shadow: 0 15px 40px 0 rgba(70, 70, 70, 0.15); } }
    @media (min-width: 1200px) {
      .content-about .timeline {
        margin-top: 75px; } }
    .content-about .timeline + .dougnut {
      margin-top: 0; }
    .content-about .timeline .slides {
      display: block; }
      .content-about .timeline .slides .slide {
        position: relative;
        background-color: #fff; }
        @media (min-width: 992px) {
          .content-about .timeline .slides .slide {
            display: flex;
            height: 405px; } }
        @media (min-width: 1200px) {
          .content-about .timeline .slides .slide {
            height: 515px; } }
        .content-about .timeline .slides .slide .image {
          background-color: #f6f6f6;
          background-size: 100% auto;
          background-repeat: no-repeat;
          position: static;
          width: 100%;
          z-index: 0;
          top: auto;
          left: auto;
          right: auto;
          bottom: auto;
          height: 215px; }
          @media (min-width: 576px) {
            .content-about .timeline .slides .slide .image {
              height: 280px; } }
          @media (min-width: 992px) {
            .content-about .timeline .slides .slide .image {
              background-size: auto 100%;
              background-position: 0 0;
              height: 405px;
              flex: 0 0 305px; } }
          @media (min-width: 1200px) {
            .content-about .timeline .slides .slide .image {
              height: 515px;
              flex: 0 0 390px; } }
        .content-about .timeline .slides .slide .copy {
          padding-left: 10px;
          padding-right: 10px; }
          @media (min-width: 992px) {
            .content-about .timeline .slides .slide .copy {
              margin: 30px 65px 100px 60px;
              padding: 0; } }
          @media (min-width: 1200px) {
            .content-about .timeline .slides .slide .copy {
              margin: 130px 90px 175px 80px; } }
          .content-about .timeline .slides .slide .copy .title {
            font-size: 100%;
            line-height: 100%;
            margin: 15px 0 10px; }
            @media (min-width: 992px) {
              .content-about .timeline .slides .slide .copy .title {
                margin: 0; } }
            .content-about .timeline .slides .slide .copy .title em {
              font-family: "BrandonGrotesque-BlackItalic", Arial, Helvetica, sans-serif;
              font-style: normal;
              font-size: 113%;
              line-height: 134%;
              color: #d01f2f;
              display: block;
              letter-spacing: 0.5px;
              text-transform: none;
              margin-bottom: 5px; }
              @media (min-width: 576px) {
                .content-about .timeline .slides .slide .copy .title em {
                  font-size: 150%;
                  line-height: 100%;
                  margin-bottom: 10px; } }
            .content-about .timeline .slides .slide .copy .title strong {
              font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
              font-size: 150%;
              line-height: 100%;
              color: #0b6a38;
              letter-spacing: 1.2px;
              text-transform: uppercase;
              text-align: center; }
              @media (min-width: 576px) {
                .content-about .timeline .slides .slide .copy .title strong {
                  text-align: left;
                  font-size: 250%;
                  line-height: 100%;
                  letter-spacing: 2px; } }
              @media (min-width: 992px) {
                .content-about .timeline .slides .slide .copy .title strong {
                  font-size: 150%;
                  line-height: 134%;
                  letter-spacing: 1.2px; } }
          .content-about .timeline .slides .slide .copy p {
            display: none;
            font-size: 88%;
            line-height: 172%;
            color: #595959; }
            @media (min-width: 576px) {
              .content-about .timeline .slides .slide .copy p {
                display: block; } }
      .content-about .timeline .slides .owl-nav button {
        position: absolute;
        display: block;
        top: 112px;
        transform: translateY(-50%);
        background-color: #fff;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        box-shadow: 0 15px 40px 0 rgba(70, 70, 70, 0.13);
        text-align: center; }
        @media (min-width: 576px) {
          .content-about .timeline .slides .owl-nav button {
            top: 139px; } }
        @media (min-width: 992px) {
          .content-about .timeline .slides .owl-nav button {
            top: 50%;
            bottom: auto; } }
        .content-about .timeline .slides .owl-nav button:before {
          content: "";
          background: url("../icons/arrow.svg") center no-repeat;
          background-size: 42px;
          display: inline-block;
          width: 18px;
          height: 30px; }
        .content-about .timeline .slides .owl-nav button.previous {
          left: -15px; }
          @media (min-width: 576px) {
            .content-about .timeline .slides .owl-nav button.previous {
              left: 5px; } }
        .content-about .timeline .slides .owl-nav button.next {
          right: -15px; }
          @media (min-width: 576px) {
            .content-about .timeline .slides .owl-nav button.next {
              right: 5px; } }
          .content-about .timeline .slides .owl-nav button.next:before {
            transform: rotateY(180deg); }
      .content-about .timeline .slides .owl-dots {
        display: flex;
        justify-content: space-between;
        margin-top: 40px;
        background-color: #f6f6f6;
        border-radius: 20px 0 0 20px;
        padding: 2px;
        z-index: 2;
        overflow: hidden;
        margin-right: -15px; }
        @media (min-width: 576px) {
          .content-about .timeline .slides .owl-dots {
            margin-right: -32px; } }
        @media (min-width: 992px) {
          .content-about .timeline .slides .owl-dots {
            position: absolute;
            bottom: 15px;
            margin-right: 0;
            min-width: 710px;
            max-width: calc(100% - 5px);
            left: 50%;
            transform: translateX(-50%);
            border-radius: 20px; } }
        @media (min-width: 1200px) {
          .content-about .timeline .slides .owl-dots {
            min-width: 790px; } }
        .content-about .timeline .slides .owl-dots .owl-dot {
          display: inline-block;
          white-space: nowrap;
          font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
          font-size: 82%;
          line-height: 139%;
          color: #0b6a38;
          letter-spacing: 0.8px;
          text-transform: uppercase;
          font-weight: bold;
          padding: 10px 28px;
          border-radius: 20px;
          order: -1; }
          .content-about .timeline .slides .owl-dots .owl-dot.active {
            background-color: #d01f2f;
            color: #fff;
            order: -2; }
            @media (min-width: 992px) {
              .content-about .timeline .slides .owl-dots .owl-dot.active {
                order: -1; } }
            .content-about .timeline .slides .owl-dots .owl-dot.active ~ .owl-dot {
              order: -2; }
              @media (min-width: 992px) {
                .content-about .timeline .slides .owl-dots .owl-dot.active ~ .owl-dot {
                  order: -1; } }
  .content-about .doughnut {
    margin-top: 75px; }
    @media (min-width: 576px) {
      .content-about .doughnut {
        display: flex;
        align-items: flex-start;
        justify-content: flex-end; } }
    @media (min-width: 992px) {
      .content-about .doughnut {
        margin: 0 0 -20px; } }
    @media (min-width: 576px) {
      .content-about .doughnut .copy {
        width: 50%; } }
    @media (min-width: 992px) {
      .content-about .doughnut .copy {
        margin-right: auto;
        padding-left: 60px;
        align-self: center; } }
    @media (min-width: 1200px) {
      .content-about .doughnut .copy {
        padding-left: 80px;
        width: -moz-min-content;
        width: -webkit-min-content;
        width: min-content; } }
    .content-about .doughnut .copy strong {
      font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
      font-size: 200%;
      line-height: 125%;
      color: #0b6a38;
      display: block;
      white-space: nowrap;
      text-transform: uppercase; }
      .content-about .doughnut .copy strong:last-of-type {
        color: #d01f2f; }
      @media (min-width: 1200px) {
        .content-about .doughnut .copy strong {
          font-size: 250%;
          line-height: 120%;
          padding-right: 50px; } }
    .content-about .doughnut .copy p {
      font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
      font-size: 100%;
      line-height: 150%;
      color: #595959;
      margin: 8px 0; }
    .content-about .doughnut .image {
      width: 100%; }
      @media (min-width: 992px) {
        .content-about .doughnut .image {
          width: 50%; } }
      .content-about .doughnut .image img {
        display: none;
        width: 100%; }
        .content-about .doughnut .image img:first-of-type {
          display: block;
          margin-left: auto;
          position: relative;
          right: -32px; }
        @media (min-width: 992px) {
          .content-about .doughnut .image img:first-of-type {
            display: none; }
          .content-about .doughnut .image img:last-of-type {
            display: inline-block; } }
    @media (min-width: 992px) {
      .content-about .doughnut + .timeline {
        margin: -40px 0 -20px; } }
  .content-about .callouts {
    margin-top: 65px; }
    @media (min-width: 992px) {
      .content-about .callouts {
        margin-top: 0;
        box-shadow: 0 15px 40px 0 rgba(70, 70, 70, 0.15); } }
    .content-about .callouts .callout {
      margin: 0 -15px; }
      @media (min-width: 576px) {
        .content-about .callouts .callout {
          margin-left: 0;
          margin-right: 0; } }
      @media (min-width: 992px) {
        .content-about .callouts .callout {
          display: flex; }
          .content-about .callouts .callout:nth-child(odd) {
            flex-direction: row-reverse; } }
      .content-about .callouts .callout .copy {
        max-width: 275px;
        margin-left: auto;
        margin-right: auto;
        padding: 32px 0 40px;
        text-align: center; }
        @media (min-width: 576px) {
          .content-about .callouts .callout .copy {
            max-width: 410px;
            padding: 32px 0 72px; } }
        @media (min-width: 768px) {
          .content-about .callouts .callout .copy {
            max-width: 300px;
            padding: 32px 0 72px; } }
        @media (min-width: 992px) {
          .content-about .callouts .callout .copy {
            width: 50%;
            height: 100%;
            margin-top: auto;
            margin-bottom: auto;
            padding: 0; } }
        .content-about .callouts .callout .copy strong {
          font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
          font-size: 150%;
          line-height: 117%;
          display: block;
          padding: 0 12px;
          color: #0b6a38;
          text-transform: uppercase; }
        .content-about .callouts .callout .copy p {
          font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
          font-size: 113%;
          line-height: 134%;
          color: #595959;
          margin: 8px 0 32px;
          font-style: italic; }
        .content-about .callouts .callout .copy .btn {
          min-width: 225px; }
      .content-about .callouts .callout .image {
        width: 100%; }
        @media (min-width: 992px) {
          .content-about .callouts .callout .image {
            width: 50%; } }
        .content-about .callouts .callout .image img {
          width: 100%; }

@media (min-width: 576px) {
  .hotlight.on .content-about .hero {
    margin-right: -17px; } }

@media (min-width: 576px) {
  .hotlight.on .content-about .timeline .slides .owl-dots {
    margin-right: -15px; } }

.hotlight.on .content-about .doughnut .image img:first-of-type {
  right: -17px; }

.basic-page {
  padding-top: 30px; }
  @media (min-width: 576px) {
    .basic-page {
      padding-top: 0; } }
  .basic-page .image {
    width: 100%;
    text-align: center; }
    .basic-page .image img {
      max-width: 100%; }
  .basic-page .banner-below .above-heading {
    display: none;
    margin-bottom: 0; }
  .basic-page .banner-below .below-heading {
    display: block;
    margin-top: 25px; }
  .basic-page .banner-above .above-heading {
    margin-top: 30px;
    display: block;
    margin-bottom: 25px; }
  .basic-page .banner-above .below-heading {
    display: none;
    margin-top: 0; }
  .basic-page .body {
    text-align: center;
    color: #595959; }
  .basic-page .centered-cta {
    text-align: center;
    margin: 35px 0; }
    .basic-page .centered-cta a {
      min-width: 230px; }
  .basic-page .kk-heading {
    display: block;
    font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
    font-size: 200%;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase; }
    @media (min-width: 576px) {
      .basic-page .kk-heading {
        font-size: 300%;
        line-height: 100%;
        letter-spacing: 1.5px; } }
    @media (min-width: 1200px) {
      .basic-page .kk-heading {
        font-size: 400%;
        line-height: 100%;
        letter-spacing: 2px; } }
    .basic-page .kk-heading em {
      display: block;
      padding-bottom: 8px;
      text-align: center;
      font-family: "BrandonGrotesque-BlackItalic", Arial, Helvetica, sans-serif;
      font-style: normal;
      font-size: 57%;
      line-height: 134%;
      letter-spacing: 0.8px;
      color: #d01f2f;
      text-transform: none; }
      @media (min-width: 576px) {
        .basic-page .kk-heading em {
          font-size: 50%;
          line-height: 100%;
          letter-spacing: 1px; } }
      @media (min-width: 1200px) {
        .basic-page .kk-heading em {
          font-size: 38%;
          line-height: 100%; } }
  .basic-page .subNav.expanded {
    z-index: 10;
    position: relative;
    margin: 0 -15px; }
    @media (min-width: 576px) {
      .basic-page .subNav.expanded {
        margin: 0; } }
    @media (min-width: 992px) {
      .basic-page .subNav.expanded {
        height: auto; } }
    .basic-page .subNav.expanded button {
      background-color: #f6f6f6;
      padding-left: 15px;
      padding-right: 15px; }
      .basic-page .subNav.expanded button:before {
        transform: rotate(180deg);
        transition: transform 0.25s ease-in-out; }
    .basic-page .subNav.expanded ul {
      position: absolute;
      width: 100%;
      display: block;
      background-color: #fff; }
      @media (min-width: 576px) {
        .basic-page .subNav.expanded ul {
          box-shadow: 0 15px 40px 0 rgba(70, 70, 70, 0.13); } }
      @media (min-width: 992px) {
        .basic-page .subNav.expanded ul {
          top: auto;
          position: static;
          border-width: 0;
          box-shadow: none; } }
    .basic-page .subNav.expanded li a {
      padding-left: 15px;
      padding-right: 15px; }
  .basic-page .subNav button {
    padding-left: 0;
    padding-right: 0;
    color: #c8102e;
    width: 100%;
    text-align: left;
    font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
    font-size: 88%;
    text-transform: uppercase;
    white-space: nowrap;
    border-bottom: 1px solid #ebebeb; }
    .basic-page .subNav button:hover {
      text-decoration: none; }
    .basic-page .subNav button:before {
      float: right;
      display: block;
      width: 16px;
      height: 16px;
      color: #c8102e;
      transition: transform 0.25s ease-in-out;
      margin-top: 4px; }
      @media (min-width: 992px) {
        .basic-page .subNav button:before {
          display: none; } }
    @media (min-width: 576px) {
      .basic-page .subNav button {
        padding-left: 15px;
        padding-right: 15px; } }
    @media (min-width: 992px) {
      .basic-page .subNav button {
        display: none; } }
  .basic-page .subNav ul {
    display: none; }
    @media (min-width: 992px) {
      .basic-page .subNav ul {
        overflow: visible;
        position: static;
        display: flex;
        justify-content: center;
        height: auto;
        width: 100%;
        padding-top: 20px;
        max-width: 725px;
        margin: 0 auto; } }
    @media (min-width: 1200px) {
      .basic-page .subNav ul {
        max-width: 900px; } }
  .basic-page .subNav li {
    border-bottom: 1px solid #ebebeb;
    display: block; }
    @media (min-width: 992px) {
      .basic-page .subNav li {
        display: inline;
        border-bottom: 0;
        text-align: center;
        padding: 0 30px; } }
    .basic-page .subNav li a {
      font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
      font-size: 88%;
      text-transform: uppercase;
      white-space: nowrap;
      padding: 10px 0;
      display: block;
      color: #046a38; }
      @media (min-width: 576px) {
        .basic-page .subNav li a {
          padding-left: 15px;
          padding-right: 15px; } }
      @media (min-width: 992px) {
        .basic-page .subNav li a {
          padding-left: 0;
          padding-right: 0;
          display: inline-block;
          font-size: 88%;
          line-height: 115%;
          letter-spacing: 0.8px; } }
      @media (min-width: 1200px) {
        .basic-page .subNav li a {
          font-size: 113%;
          line-height: 134%;
          letter-spacing: 0px; } }
    @media (min-width: 992px) {
      .basic-page .subNav li.active a {
        color: #c8102e;
        border-bottom: 3px solid #c8102e; } }
  .basic-page .subNav button:first-child,
  .basic-page .subNav ul:first-child {
    margin-top: 24px; }
    @media (min-width: 576px) {
      .basic-page .subNav button:first-child,
      .basic-page .subNav ul:first-child {
        margin-top: 40px; } }
    @media (min-width: 992px) {
      .basic-page .subNav button:first-child,
      .basic-page .subNav ul:first-child {
        margin-top: 40px; } }
  .basic-page .basic-content {
    padding-top: 24px;
    padding-bottom: 42px; }
    @media (min-width: 576px) {
      .basic-page .basic-content {
        padding-top: 32px; } }
    @media (min-width: 1200px) {
      .basic-page .basic-content {
        padding-top: 50px; } }
    @media (min-width: 576px) {
      .basic-page .basic-content .narrow {
        margin: 0 auto;
        max-width: 463px;
        padding-bottom: 65px; } }
    @media (min-width: 768px) {
      .basic-page .basic-content .narrow {
        padding-botom: 75px; } }
    @media (min-width: 992px) {
      .basic-page .basic-content .narrow {
        margin: 0 auto;
        max-width: 620px;
        padding-bottom: 85px; } }
    .basic-page .basic-content h2 {
      margin: 0;
      padding-top: 40px;
      font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
      font-size: 113%;
      letter-spacing: 0.9px;
      color: #0b6a38;
      text-transform: uppercase; }
      @media (min-width: 576px) {
        .basic-page .basic-content h2 {
          padding-top: 48px;
          font-size: 150%;
          letter-spacing: 1.2px; } }
      @media (min-width: 992px) {
        .basic-page .basic-content h2 {
          padding-top: 40px;
          letter-spacing: 1px; } }
      .basic-page .basic-content h2:first-child {
        padding-top: 0; }
    .basic-page .basic-content h3 {
      margin: 0;
      padding-top: 40px;
      font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
      font-size: 100%;
      letter-spacing: normal;
      color: #0b6a38;
      text-transform: uppercase; }
    .basic-page .basic-content p {
      margin: 0;
      padding-top: 16px;
      font-size: 113%;
      line-height: 134%;
      color: #303030; }
    .basic-page .basic-content ul {
      list-style: none;
      padding-top: 16px;
      padding-left: 0; }
      .basic-page .basic-content ul &gt; li {
        margin-left: 15px;
        color: #303030;
        font-size: 18px; }
        .basic-page .basic-content ul &gt; li:before {
          display: inline-block;
          width: 15px;
          margin-left: -15px;
          content: "-"; }
      .basic-page .basic-content ul.links {
        display: flex;
        flex-direction: column; }
        .basic-page .basic-content ul.links &gt; li {
          margin-left: 0; }
          .basic-page .basic-content ul.links &gt; li a {
            display: block;
            padding-top: 16px;
            font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
            font-size: 100%;
            line-height: 163%;
            text-decoration: underline; }
          .basic-page .basic-content ul.links &gt; li:first-child a {
            padding-top: 32px; }
          .basic-page .basic-content ul.links &gt; li::before {
            content: none; }
    .basic-page .basic-content .iframe-container {
      padding-top: 48px;
      margin: 0 -15px; }
      @media (min-width: 576px) {
        .basic-page .basic-content .iframe-container {
          padding-top: 64px; } }
      @media (min-width: 992px) {
        .basic-page .basic-content .iframe-container {
          padding-top: 72px; } }

section.careers {
  padding-top: 30px; }
  @media (min-width: 576px) {
    section.careers {
      padding-top: 0; } }
  section.careers .header {
    text-align: center; }
    section.careers .header .subheading {
      font-family: "BrandonGrotesque-BlackItalic", Arial, Helvetica, sans-serif;
      font-style: normal;
      font-size: 113%;
      line-height: 134%;
      letter-spacing: 0.8px;
      color: #d01f2f; }
      @media (min-width: 576px) {
        section.careers .header .subheading {
          font-size: 150%;
          line-height: 100%;
          letter-spacing: normal; } }
      @media (min-width: 992px) {
        section.careers .header .subheading {
          letter-spacing: 0.8px; } }
    section.careers .header .heading {
      padding-top: 4px;
      font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
      font-size: 225%;
      line-height: 112%;
      letter-spacing: 1.1px;
      color: #0b6a38;
      text-transform: uppercase; }
      @media (min-width: 576px) {
        section.careers .header .heading {
          padding-top: 8px;
          font-size: 250%;
          line-height: 120%;
          letter-spacing: 1.3px; } }
      @media (min-width: 992px) {
        section.careers .header .heading {
          padding-top: 13px;
          font-size: 300%;
          line-height: 117%;
          letter-spacing: 1.5px; } }
      @media (min-width: 1200px) {
        section.careers .header .heading {
          padding-top: 8px;
          font-size: 400%;
          line-height: 100%;
          letter-spacing: 2px; } }
  section.careers .careers-nav {
    padding: 24px 0 42px; }
    @media (min-width: 576px) {
      section.careers .careers-nav {
        margin: 0; } }
    @media (min-width: 992px) {
      section.careers .careers-nav {
        max-width: 504px;
        margin: 0 auto; } }
    section.careers .careers-nav.expanded {
      z-index: 10;
      position: relative;
      margin: 0 -15px; }
      @media (min-width: 576px) {
        section.careers .careers-nav.expanded {
          margin: 0; } }
      @media (min-width: 992px) {
        section.careers .careers-nav.expanded {
          margin: 0 auto; } }
      section.careers .careers-nav.expanded button {
        background-color: #f6f6f6;
        padding-left: 15px;
        padding-right: 15px; }
        section.careers .careers-nav.expanded button:before {
          transform: rotate(180deg);
          transition: transform .25s ease-in-out; }
      section.careers .careers-nav.expanded ul {
        position: absolute;
        width: 100%;
        display: block;
        background-color: #fff; }
        @media (min-width: 576px) {
          section.careers .careers-nav.expanded ul {
            box-shadow: 0 15px 40px 0 rgba(70, 70, 70, 0.13); } }
      section.careers .careers-nav.expanded li a {
        padding-left: 15px;
        padding-right: 15px; }
    section.careers .careers-nav button {
      padding-left: 0;
      padding-right: 0;
      color: #c8102e;
      width: 100%;
      text-align: left;
      font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
      font-size: 88%;
      text-transform: uppercase;
      white-space: nowrap;
      border-bottom: 1px solid #ebebeb; }
      section.careers .careers-nav button:hover {
        text-decoration: none; }
      section.careers .careers-nav button:before {
        float: right;
        display: block;
        width: 16px;
        height: 16px;
        color: #c8102e;
        transition: transform .25s ease-in-out;
        margin-top: 4px; }
      @media (min-width: 576px) {
        section.careers .careers-nav button {
          padding-left: 15px;
          padding-right: 15px; } }
    section.careers .careers-nav ul {
      display: none; }
    section.careers .careers-nav li {
      border-bottom: 1px solid #ebebeb;
      display: block; }
      section.careers .careers-nav li a {
        font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
        font-size: 88%;
        text-transform: uppercase;
        white-space: nowrap;
        padding: 10px 0;
        display: block;
        color: #046a38; }
        @media (min-width: 576px) {
          section.careers .careers-nav li a {
            padding-left: 15px;
            padding-right: 15px; } }
  section.careers .ctas .callout {
    padding-bottom: 24px; }
    @media (min-width: 992px) {
      section.careers .ctas .callout {
        display: flex;
        align-items: center; } }
    section.careers .ctas .callout .image {
      width: 100%;
      text-align: center;
      padding: 24px 0 16px; }
      @media (min-width: 576px) {
        section.careers .ctas .callout .image {
          padding: 48px 0 56px; } }
      @media (min-width: 992px) {
        section.careers .ctas .callout .image {
          width: 50%;
          padding: 0; } }
      section.careers .ctas .callout .image img {
        display: none;
        max-width: 100%; }
        section.careers .ctas .callout .image img:first-of-type {
          display: inline-block; }
        @media (min-width: 992px) {
          section.careers .ctas .callout .image img:first-of-type {
            display: none; }
          section.careers .ctas .callout .image img:last-of-type {
            display: block; } }
    @media (min-width: 992px) {
      section.careers .ctas .callout .copy {
        width: 50%; } }
    section.careers .ctas .callout .copy em {
      font-family: "BrandonGrotesque-BlackItalic", Arial, Helvetica, sans-serif;
      font-style: normal;
      font-size: 113%;
      line-height: 134%;
      color: #d01f2f;
      display: block;
      white-space: nowrap; }
      @media (min-width: 1200px) {
        section.careers .ctas .callout .copy em {
          font-size: 150%;
          line-height: 100%; } }
    section.careers .ctas .callout .copy strong {
      display: block;
      padding-bottom: 8px;
      font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
      font-size: 200%;
      line-height: 125%;
      letter-spacing: 1.6px;
      color: #0b6a38;
      text-transform: uppercase; }
      @media (min-width: 576px) {
        section.careers .ctas .callout .copy strong {
          padding-bottom: 30px;
          font-size: 200%;
          line-height: 125%;
          letter-spacing: 1px; } }
      @media (min-width: 992px) {
        section.careers .ctas .callout .copy strong {
          font-size: 250%;
          line-height: 120%;
          letter-spacing: 1.3px; } }
      @media (min-width: 1200px) {
        section.careers .ctas .callout .copy strong {
          font-size: 250%;
          line-height: 120%;
          letter-spacing: 2px; } }
    section.careers .ctas .callout .copy p {
      font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
      font-size: 88%;
      line-height: 158%;
      color: #595959; }
      section.careers .ctas .callout .copy p:last-child {
        margin-bottom: 0; }
    section.careers .ctas .callout .copy .btn {
      min-width: 230px; }
    @media (min-width: 992px) {
      section.careers .ctas .callout.callout-left .image {
        padding-right: 50px; } }
    @media (min-width: 992px) {
      section.careers .ctas .callout.callout-left .copy {
        max-width: 425px;
        padding-left: 32px; } }
    @media (min-width: 1200px) {
      section.careers .ctas .callout.callout-left .copy {
        max-width: 470px; } }
    section.careers .ctas .callout.callout-right {
      flex-direction: row-reverse; }
      section.careers .ctas .callout.callout-right .image {
        display: none; }
        @media (min-width: 992px) {
          section.careers .ctas .callout.callout-right .image {
            display: block;
            overflow: hidden; } }
        @media (min-width: 992px) {
          section.careers .ctas .callout.callout-right .image img {
            max-width: none; } }
        @media (min-width: 992px) {
          section.careers .ctas .callout.callout-right .image img {
            max-width: 100%; } }
      section.careers .ctas .callout.callout-right .copy {
        padding-right: 50px; }
  section.careers .ctas.ctas-bottom {
    padding-top: 48px; }
    @media (min-width: 576px) {
      section.careers .ctas.ctas-bottom {
        padding-top: 60px; } }
    @media (min-width: 992px) {
      section.careers .ctas.ctas-bottom {
        padding-top: 56px; } }
    section.careers .ctas.ctas-bottom .header {
      padding-bottom: 34px; }
      @media (min-width: 576px) {
        section.careers .ctas.ctas-bottom .header {
          padding-bottom: 32px; } }
      @media (min-width: 992px) {
        section.careers .ctas.ctas-bottom .header {
          padding-bottom: 40px; } }
    @media (min-width: 992px) {
      section.careers .ctas.ctas-bottom .callout {
        box-shadow: 0 15px 40px 0 rgba(70, 70, 70, 0.13);
        padding-bottom: 0; } }
    @media (min-width: 992px) {
      section.careers .ctas.ctas-bottom .callout ~ .callout {
        box-shadow: none; } }
    section.careers .ctas.ctas-bottom .callout.callout-left {
      width: calc(100% + 30px);
      margin: 0 -15px;
      padding: 0;
      padding-bottom: 40px;
      border-bottom: solid 1px #dfdfdf; }
      @media (min-width: 576px) {
        section.careers .ctas.ctas-bottom .callout.callout-left {
          width: 100%;
          margin: 0;
          padding-bottom: 56px; } }
      @media (min-width: 992px) {
        section.careers .ctas.ctas-bottom .callout.callout-left {
          padding: 0;
          border: none; } }
      section.careers .ctas.ctas-bottom .callout.callout-left .image {
        padding: 0; }
        @media (min-width: 576px) {
          section.careers .ctas.ctas-bottom .callout.callout-left .image {
            width: 100%;
            margin: 0; } }
        @media (min-width: 992px) {
          section.careers .ctas.ctas-bottom .callout.callout-left .image {
            width: 50%; } }
        section.careers .ctas.ctas-bottom .callout.callout-left .image img {
          width: 100%; }
      section.careers .ctas.ctas-bottom .callout.callout-left .copy {
        padding: 34px 15px;
        text-align: center; }
        @media (min-width: 576px) {
          section.careers .ctas.ctas-bottom .callout.callout-left .copy {
            padding-top: 32px; } }
        @media (min-width: 992px) {
          section.careers .ctas.ctas-bottom .callout.callout-left .copy {
            width: 50%;
            max-width: none;
            padding-top: 0;
            padding-left: 0; } }
        section.careers .ctas.ctas-bottom .callout.callout-left .copy strong {
          display: block;
          max-width: 265px;
          margin: 0 auto;
          font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
          font-size: 150%;
          line-height: 117%;
          letter-spacing: 0.8px;
          text-transform: uppercase; }
          @media (min-width: 576px) {
            section.careers .ctas.ctas-bottom .callout.callout-left .copy strong {
              max-width: 410px;
              padding-bottom: 0; } }
          @media (min-width: 992px) {
            section.careers .ctas.ctas-bottom .callout.callout-left .copy strong {
              max-width: 215px; } }
        section.careers .ctas.ctas-bottom .callout.callout-left .copy p {
          padding-top: 8px; }
        section.careers .ctas.ctas-bottom .callout.callout-left .copy .btn {
          margin-top: 32px; }
          @media (min-width: 576px) {
            section.careers .ctas.ctas-bottom .callout.callout-left .copy .btn {
              margin-top: 24px; } }
          @media (min-width: 992px) {
            section.careers .ctas.ctas-bottom .callout.callout-left .copy .btn {
              margin-top: 40px; } }
          @media (min-width: 1200px) {
            section.careers .ctas.ctas-bottom .callout.callout-left .copy .btn {
              margin-top: 32px; } }
    section.careers .ctas.ctas-bottom .callout.callout-top {
      padding-top: 40px;
      padding-bottom: 107px; }
      @media (min-width: 576px) {
        section.careers .ctas.ctas-bottom .callout.callout-top {
          padding-top: 56px;
          padding-bottom: 84px; } }
      @media (min-width: 768px) {
        section.careers .ctas.ctas-bottom .callout.callout-top {
          padding-bottom: 40px;
          margin-top: 56px;
          border-top: solid 1px #ebebeb; } }
      @media (min-width: 992px) {
        section.careers .ctas.ctas-bottom .callout.callout-top {
          padding-bottom: 80px; } }
      section.careers .ctas.ctas-bottom .callout.callout-top .copy:first-child {
        width: 100%; }
        @media (min-width: 1200px) {
          section.careers .ctas.ctas-bottom .callout.callout-top .copy:first-child {
            max-width: 870px;
            margin: 0 auto; } }
      section.careers .ctas.ctas-bottom .callout.callout-top .copy strong {
        text-align: center;
        padding-bottom: 16px; }
  section.careers .our {
    margin: 32px -15px 0;
    padding: 32px 15px 40px;
    border-top: solid 1px #dfdfdf;
    border-bottom: solid 1px #dfdfdf; }
    @media (min-width: 576px) {
      section.careers .our {
        margin: 56px 0 0;
        padding: 56px 32px; } }
    section.careers .our .header {
      padding-bottom: 24px; }
      @media (min-width: 992px) {
        section.careers .our .header {
          padding-bottom: 32px; } }
    section.careers .our .image {
      position: relative;
      margin-right: -15px;
      margin-left: -30px;
      padding-bottom: 19px;
      overflow: hidden; }
      @media (min-width: 576px) {
        section.careers .our .image {
          margin-left: 0;
          margin-right: -62px;
          padding-bottom: 0;
          width: 100%; } }
      @media (min-width: 992px) {
        section.careers .our .image {
          margin-right: 0;
          text-align: center;
          width: initial; } }
      section.careers .our .image img {
        width: 100%; }
        @media (min-width: 992px) {
          section.careers .our .image img {
            width: auto;
            max-width: 100%; } }
    @media (min-width: 992px) {
      section.careers .our .copies {
        display: flex;
        justify-content: space-around; } }
    section.careers .our .copies .copy {
      padding-top: 40px;
      text-align: center; }
      @media (min-width: 576px) {
        section.careers .our .copies .copy {
          padding-top: 64px;
          padding-left: 6px;
          padding-right: 6px; } }
      @media (min-width: 992px) {
        section.careers .our .copies .copy {
          max-width: 235px; } }
      section.careers .our .copies .copy strong {
        display: block;
        max-width: 215px;
        margin: 0 auto;
        font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
        font-size: 150%;
        line-height: 134%;
        text-transform: uppercase; }
        @media (min-width: 576px) {
          section.careers .our .copies .copy strong {
            max-width: 315px; } }
        @media (min-width: 992px) {
          section.careers .our .copies .copy strong {
            max-width: 175px; } }
      section.careers .our .copies .copy p {
        display: block;
        max-width: 235px;
        margin: 0 auto;
        font-family: "BrandonGrotesque-RegularItalic", Arial, Helvetica, sans-serif;
        font-style: normal;
        font-size: 88%;
        line-height: 172%;
        color: #595959; }
        @media (min-width: 576px) {
          section.careers .our .copies .copy p {
            max-width: 393px; } }
  section.careers .apply-faq-link {
    text-align: center;
    font-size: 113%;
    line-height: 100%;
    font-family: "BrandonGrotesque-BlackItalic", Arial, Helvetica, sans-serif;
    font-style: normal;
    margin-top: 56px; }
    section.careers .apply-faq-link a {
      color: #d01f2f; }

.gift-cards {
  padding-top: 30px;
  padding-bottom: 92px; }
  @media (min-width: 576px) {
    .gift-cards {
      padding-top: 0;
      padding-bottom: 48px; } }
  @media (min-width: 992px) {
    .gift-cards {
      padding-bottom: 80px; } }
  @media (min-width: 1200px) {
    .gift-cards {
      padding-bottom: 48px; } }
  .gift-cards .header .subheading {
    display: block;
    text-align: center;
    font-family: "BrandonGrotesque-BlackItalic", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-size: 113%;
    line-height: 134%;
    letter-spacing: 0.8px;
    color: #d01f2f; }
    @media (min-width: 576px) {
      .gift-cards .header .subheading {
        font-size: 150%;
        line-height: 100%;
        letter-spacing: 1px; } }
    @media (min-width: 992px) {
      .gift-cards .header .subheading {
        letter-spacing: 0.8px; } }
  .gift-cards .header .heading {
    display: block;
    padding-top: 4px;
    padding-bottom: 32px;
    text-align: center;
    font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
    font-size: 200%;
    line-height: 125%;
    color: #0b6a38;
    text-transform: uppercase; }
    @media (min-width: 576px) {
      .gift-cards .header .heading {
        max-width: 450px;
        margin: 0 auto;
        padding-top: 8px;
        padding-bottom: 16px;
        font-size: 250%;
        line-height: 120%;
        letter-spacing: 1.3px; } }
    @media (min-width: 768px) {
      .gift-cards .header .heading {
        padding-bottom: 34px; } }
    @media (min-width: 992px) {
      .gift-cards .header .heading {
        padding-top: 13px;
        padding-bottom: 9px;
        font-size: 300%;
        line-height: 117%;
        letter-spacing: 1.5px; } }
    @media (min-width: 992px) {
      .gift-cards .header .heading {
        padding-top: 11px;
        padding-bottom: 5px;
        font-size: 400%;
        line-height: 100%;
        letter-spacing: 2px; } }
  .gift-cards .image {
    width: 100%;
    text-align: center; }
    .gift-cards .image img {
      max-width: 100%; }
  .gift-cards .ctas {
    display: flex;
    flex-direction: column; }
    @media (min-width: 992px) {
      .gift-cards .ctas {
        flex-direction: row;
        flex-wrap: wrap; } }
    .gift-cards .ctas .cta {
      text-align: center;
      padding: 32px 0; }
      @media (min-width: 992px) {
        .gift-cards .ctas .cta {
          flex-basis: 50%; } }
      .gift-cards .ctas .cta:first-child {
        padding-top: 64px; }
        @media (min-width: 992px) {
          .gift-cards .ctas .cta:first-child {
            padding-top: 32px; } }
      .gift-cards .ctas .cta .title {
        max-width: 244px;
        margin: 0 auto;
        font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
        font-weight: 900;
        font-size: 150%;
        line-height: 100%;
        letter-spacing: 0.8px;
        color: #303030;
        text-transform: uppercase;
        text-align: center;
        color: #0b6a38; }
        @media (min-width: 576px) {
          .gift-cards .ctas .cta .title {
            max-width: 310px;
            margin: 0 auto;
            font-size: 200%;
            line-height: 125%;
            letter-spacing: 1px; } }
      .gift-cards .ctas .cta &gt; p {
        max-width: 310px;
        margin: 0 auto;
        padding-top: 8px;
        padding-bottom: 32px;
        text-align: center;
        font-family: "BrandonGrotesque-RegularItalic", Arial, Helvetica, sans-serif;
        font-style: normal;
        font-size: 88%;
        line-height: 150%;
        color: #595959; }
        @media (min-width: 576px) {
          .gift-cards .ctas .cta &gt; p {
            padding-top: 16px; } }
      .gift-cards .ctas .cta &gt; a.btn {
        min-width: 275px; }
  .gift-cards .disclaimer p {
    padding-top: 32px;
    text-align: center;
    font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
    font-size: 75%;
    line-height: 167%;
    color: #595959; }
    @media (min-width: 992px) {
      .gift-cards .disclaimer p {
        max-width: 725px;
        margin: 0 auto; } }
    @media (min-width: 1200px) {
      .gift-cards .disclaimer p {
        max-width: 675px;
        margin: 0 auto; } }
  .gift-cards .disclaimer a {
    color: #046a38;
    white-space: nowrap; }

.grand-openings {
  position: relative; }
  .grand-openings .image {
    width: calc(100% + 30px);
    margin: 0 -15px; }
    @media (min-width: 576px) {
      .grand-openings .image {
        width: 100%;
        margin: 0; } }
    .grand-openings .image img {
      width: 100%; }
  @media (min-width: 992px) {
    .grand-openings .callout {
      position: relative;
      top: -91px;
      max-width: 640px;
      margin: 0 auto -91px;
      padding: 40px 48px 64px;
      background-color: #fff;
      box-shadow: 0 15px 40px 0 rgba(70, 70, 70, 0.2); } }
  .grand-openings .callout .header {
    padding-top: 30px; }
    .grand-openings .callout .header .subheading {
      display: block;
      text-align: center;
      font-family: "BrandonGrotesque-BlackItalic", Arial, Helvetica, sans-serif;
      font-style: normal;
      font-size: 100%;
      line-height: 150%;
      letter-spacing: 0.7px;
      color: #d01f2f; }
      @media (min-width: 576px) {
        .grand-openings .callout .header .subheading {
          font-size: 150%;
          line-height: 100%;
          letter-spacing: 0.5px; } }
      @media (min-width: 992px) {
        .grand-openings .callout .header .subheading {
          letter-spacing: 0.8px; } }
    .grand-openings .callout .header .heading {
      display: block;
      text-align: center;
      font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
      font-size: 200%;
      line-height: 125%;
      color: #0b6a38;
      text-transform: uppercase; }
      @media (min-width: 576px) {
        .grand-openings .callout .header .heading {
          max-width: 450px;
          margin: 0 auto;
          padding-top: 8px;
          font-size: 250%;
          line-height: 120%;
          letter-spacing: 1.3px; } }
    .grand-openings .callout .header .date {
      display: block;
      padding: 8px 0 24px;
      text-align: center;
      font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
      font-size: 150%;
      line-height: 100%;
      letter-spacing: 1.3px;
      color: #303030;
      text-transform: uppercase; }
  .grand-openings .callout .check-back {
    display: block;
    text-align: center;
    font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
    font-size: 150%;
    line-height: 100%;
    letter-spacing: 1.3px;
    color: #000;
    text-transform: uppercase;
    padding-top: 12px; }
  .grand-openings .callout p {
    margin: 0;
    padding: 0 10px 48px;
    text-align: center;
    font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
    font-size: 88%;
    line-height: 158%;
    color: #595959; }
    @media (min-width: 992px) {
      .grand-openings .callout p {
        font-size: 88%;
        line-height: 172%; } }
  .grand-openings .callout ul.info {
    display: flex;
    flex-direction: column; }
    @media (min-width: 576px) {
      .grand-openings .callout ul.info {
        display: block; } }
    .grand-openings .callout ul.info li {
      display: flex;
      flex-direction: column;
      padding-left: 56px;
      padding-bottom: 35px;
      font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
      font-size: 100%;
      line-height: 150%;
      color: #595959; }
      @media (min-width: 576px) {
        .grand-openings .callout ul.info li {
          width: 50%;
          float: left; } }
      .grand-openings .callout ul.info li:last-child {
        padding-bottom: 0; }
      .grand-openings .callout ul.info li strong {
        padding-top: 10px;
        font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
        font-size: 82%;
        line-height: 185%;
        text-transform: uppercase;
        color: #303030; }
      .grand-openings .callout ul.info li.location {
        background: url("/App_Themes/krispykremenew/Content/icons/doughnut-marker.svg") no-repeat 11px 7px; }
      .grand-openings .callout ul.info li.hours {
        background: url("/App_Themes/krispykremenew/Content/icons/clock-alt.svg") no-repeat 11px 7px; }
        @media (min-width: 576px) {
          .grand-openings .callout ul.info li.hours {
            float: right; } }
        .grand-openings .callout ul.info li.hours span:nth-of-type(even) {
          font-family: "BrandonGrotesque-RegularItalic", Arial, Helvetica, sans-serif;
          font-style: normal; }
      .grand-openings .callout ul.info li.contact {
        background: url("/App_Themes/krispykremenew/Content/icons/phone.svg") no-repeat 11px 7px; }
        .grand-openings .callout ul.info li.contact a {
          font-family: "BrandonGrotesque-RegularBold", Arial, Helvetica, sans-serif; }
          .grand-openings .callout ul.info li.contact a + a {
            padding-top: 4px; }
  @media (min-width: 992px) {
    .grand-openings .listings {
      max-width: 640px;
      margin: 0 auto;
      padding: 0 46px; } }
  .grand-openings .listings .header {
    padding: 58px 0 32px; }
    .grand-openings .listings .header .subheading {
      display: block;
      text-align: center;
      font-family: "BrandonGrotesque-BlackItalic", Arial, Helvetica, sans-serif;
      font-style: normal;
      font-size: 100%;
      line-height: 150%;
      letter-spacing: 0.5px;
      color: #d01f2f; }
      @media (min-width: 576px) {
        .grand-openings .listings .header .subheading {
          font-size: 150%;
          line-height: 100%;
          letter-spacing: 0.8px; } }
    .grand-openings .listings .header .heading {
      display: block;
      padding-top: 6px;
      text-align: center;
      font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
      font-size: 200%;
      line-height: 100%;
      color: #0b6a38;
      text-transform: uppercase; }
      @media (min-width: 576px) {
        .grand-openings .listings .header .heading {
          padding-top: 8px; } }
  @media (min-width: 576px) {
    .grand-openings .listings .lists {
      width: 50%; } }
  @media (min-width: 992px) {
    .grand-openings .listings .lists {
      width: 100%;
      display: flex; } }
  .grand-openings .listings .lists .subheading {
    display: block;
    padding-bottom: 13px;
    font-family: "BrandonGrotesque-BlackItalic", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-size: 100%;
    line-height: 150%;
    letter-spacing: 0.5px;
    color: #d01f2f; }
  .grand-openings .listings .lists ul li {
    display: flex;
    padding: 0 10px 18px 0;
    font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
    font-weight: 900;
    font-size: 100%;
    line-height: 163%;
    color: #303030; }
    .grand-openings .listings .lists ul li span {
      text-align: left; }
      .grand-openings .listings .lists ul li span:first-child {
        flex-basis: 100%; }
      .grand-openings .listings .lists ul li span:nth-child(2) {
        text-align: right; }
    .grand-openings .listings .lists ul li a {
      text-align: left;
      font-family: "BrandonGrotesque-RegularBold", Arial, Helvetica, sans-serif; }
      .grand-openings .listings .lists ul li a:first-child {
        flex-basis: 100%; }
      .grand-openings .listings .lists ul li a:nth-child(2) {
        text-align: right; }
  @media (min-width: 992px) {
    .grand-openings .listings .lists .upcoming {
      flex-basis: 50%;
      padding-right: 40px; } }
  .grand-openings .listings .lists .upcoming .coming-soon {
    padding: 0 10px 18px 0;
    font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
    font-weight: 900;
    font-size: 113%;
    line-height: 117%;
    color: #303030;
    text-transform: uppercase; }
  .grand-openings .listings .lists .recent {
    padding-top: 42px; }
    @media (min-width: 576px) {
      .grand-openings .listings .lists .recent {
        padding-top: 74px; } }
    @media (min-width: 992px) {
      .grand-openings .listings .lists .recent {
        flex-basis: 50%;
        padding-top: 0;
        padding-left: 40px; } }

section.loyalty {
  padding-top: 30px;
  padding-bottom: 60px; }
  @media (min-width: 576px) {
    section.loyalty {
      padding-top: 0; } }
  section.loyalty .cta {
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    section.loyalty .cta .btn {
      padding-left: 45px;
      padding-right: 45px;
      min-width: 230px;
      margin: 12px 12px; }
  section.loyalty .header {
    margin: 0 -15px;
    position: relative;
    background-color: #f7f9fa;
    padding: 0 0 30.30% 0; }
    @media (min-width: 768px) {
      section.loyalty .header {
        margin: 0; } }
    section.loyalty .header img {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 34%;
      height: auto;
      transform: translateX(-50%) translateY(-50%); }
    section.loyalty .header:before {
      content: ' ';
      background: url("../images/loyalty/chocolate-iced.png") top left no-repeat;
      position: absolute;
      background-size: 100%;
      top: 0;
      left: 0;
      width: 30%;
      height: 100%; }
    section.loyalty .header:after {
      content: ' ';
      background: url("../images/loyalty/glazed.png") bottom right no-repeat;
      background-size: 100%;
      position: absolute;
      bottom: 0;
      right: 0;
      width: 30%;
      height: 100%; }
  section.loyalty .intro {
    text-align: center;
    margin: 0 auto;
    width: 100%;
    max-width: 720px;
    padding-top: 30px;
    padding-bottom: 15px; }
    section.loyalty .intro h1 em {
      font-family: "BrandonGrotesque-BlackItalic", Arial, Helvetica, sans-serif;
      font-style: normal;
      font-size: 45%;
      line-height: 134%;
      letter-spacing: 0.8px;
      color: #d01f2f;
      display: block;
      margin-bottom: 10px; }
      @media (min-width: 768px) {
        section.loyalty .intro h1 em {
          font-size: 60%;
          line-height: 134%; } }
    section.loyalty .intro h1 strong {
      font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
      font-size: 60%;
      line-height: 134%;
      letter-spacing: 0.8px;
      color: #0b6a38;
      display: block;
      text-transform: uppercase; }
      @media (min-width: 768px) {
        section.loyalty .intro h1 strong {
          font-size: 100%;
          line-height: 120%;
          letter-spacing: 1.3px; } }
      @media (min-width: 992px) {
        section.loyalty .intro h1 strong {
          font-size: 160%;
          line-height: 100%;
          letter-spacing: 2px; } }
    section.loyalty .intro p {
      font-size: 100%;
      line-height: 150%;
      color: #595959; }
    section.loyalty .intro .cta {
      padding-top: 15px;
      padding-bottom: 15px; }
  section.loyalty .join {
    padding-top: 30px;
    padding-bottom: 15px; }
    section.loyalty .join .info-graphics {
      padding-bottom: 30px; }
      section.loyalty .join .info-graphics .info-graphic {
        padding: 15px; }
        section.loyalty .join .info-graphics .info-graphic img {
          width: 100%;
          height: auto; }
    section.loyalty .join .copy {
      text-align: center;
      max-width: 470px;
      width: 100%;
      margin: 0 auto; }
      section.loyalty .join .copy h2 {
        font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
        font-size: 150%;
        line-height: 134%;
        letter-spacing: 1px;
        color: #0b6a38;
        text-transform: uppercase; }
        @media (min-width: 992px) {
          section.loyalty .join .copy h2 {
            font-size: 200%;
            line-height: 125%; } }
        section.loyalty .join .copy h2 strong {
          color: #d01f2f;
          letter-spacing: 1.3px; }
      section.loyalty .join .copy p {
        color: #595959;
        font-size: 88%;
        line-height: 172%; }
  section.loyalty .buy {
    padding-top: 0;
    padding-bottom: 20px; }
    @media (min-width: 768px) {
      section.loyalty .buy {
        display: flex;
        padding-bottom: 0; } }
    section.loyalty .buy .image {
      text-align: center; }
      @media (min-width: 768px) {
        section.loyalty .buy .image {
          text-align: right;
          width: 50%; } }
      section.loyalty .buy .image img {
        width: 100%;
        height: auto;
        max-width: 470px; }
    section.loyalty .buy .copy {
      padding-top: 30px;
      padding-bottom: 15px; }
      @media (min-width: 768px) {
        section.loyalty .buy .copy {
          width: 50%;
          align-self: center;
          padding-left: 40px; } }
      @media (min-width: 992px) {
        section.loyalty .buy .copy {
          padding: 0;
          padding-left: 40px; } }
      section.loyalty .buy .copy h2 {
        font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
        font-size: 150%;
        line-height: 134%;
        letter-spacing: 1px;
        color: #0b6a38;
        text-transform: uppercase; }
        @media (min-width: 992px) {
          section.loyalty .buy .copy h2 {
            font-size: 200%;
            line-height: 125%; } }
        section.loyalty .buy .copy h2 strong {
          color: #d01f2f;
          letter-spacing: 1.3px; }
      section.loyalty .buy .copy p {
        color: #595959;
        font-size: 100%;
        line-height: 150%; }
      section.loyalty .buy .copy .cta {
        text-align: center; }
        @media (min-width: 768px) {
          section.loyalty .buy .copy .cta {
            text-align: left; } }
  @media (min-width: 576px) {
    section.loyalty .switch {
      flex-direction: row; } }
  section.loyalty .switch .copy {
    padding-left: 0; }
    @media (min-width: 768px) {
      section.loyalty .switch .copy {
        padding-left: 20px;
        order: 1;
        margin-left: auto;
        max-width: 470px; } }
    @media (min-width: 992px) {
      section.loyalty .switch .copy {
        padding-left: 40px; } }
  section.loyalty .switch .image {
    text-align: center; }
    @media (min-width: 768px) {
      section.loyalty .switch .image {
        padding-left: 0;
        order: 2;
        text-align: left; } }
  section.loyalty .download-app {
    padding-top: 15px;
    padding-bottom: 30px; }
    @media (min-width: 768px) {
      section.loyalty .download-app {
        padding-top: 30px; } }
    section.loyalty .download-app .copy {
      padding: 30px; }
      section.loyalty .download-app .copy .title {
        text-align: center; }
        section.loyalty .download-app .copy .title em {
          font-family: "BrandonGrotesque-BlackItalic", Arial, Helvetica, sans-serif;
          font-style: normal;
          font-size: 113%;
          line-height: 134%;
          letter-spacing: 0.8px;
          color: #d01f2f;
          display: block; }
        section.loyalty .download-app .copy .title strong {
          font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
          font-size: 150%;
          line-height: 134%;
          letter-spacing: 0.8px;
          color: #0b6a38;
          display: block;
          text-transform: uppercase; }
    section.loyalty .download-app .promo {
      margin: 0 -15px;
      background-color: #f8f9fb;
      height: 375px;
      background-position: bottom right;
      background-size: 100%;
      background-repeat: no-repeat; }
      @media (min-width: 768px) {
        section.loyalty .download-app .promo {
          margin: 0;
          height: 475px; } }
    section.loyalty .download-app .qa-items {
      width: 100%;
      max-width: 620px;
      margin: 0 auto; }
      section.loyalty .download-app .qa-items h2 {
        text-align: center;
        font-family: "BrandonGrotesque-BlackItalic", Arial, Helvetica, sans-serif;
        font-style: normal;
        font-size: 150%;
        line-height: 134%;
        letter-spacing: 0.8px;
        color: #d01f2f;
        display: block; }
        @media (min-width: 768px) {
          section.loyalty .download-app .qa-items h2 {
            font-size: 200%;
            line-height: 125%; } }
      section.loyalty .download-app .qa-items .qa-item {
        padding-top: 20px; }
        section.loyalty .download-app .qa-items .qa-item h2 {
          text-align: left;
          margin-bottom: 10px;
          font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
          color: #0b6a38;
          font-size: 113%;
          line-height: 134%;
          text-transform: uppercase; }
          @media (min-width: 768px) {
            section.loyalty .download-app .qa-items .qa-item h2 {
              font-size: 150%;
              line-height: 134%; } }
        section.loyalty .download-app .qa-items .qa-item p {
          color: #303030;
          font-size: 113%;
          line-height: 134%; }
    section.loyalty .download-app .cta {
      padding-top: 30px;
      padding-bottom: 60px; }
    section.loyalty .download-app .app-links {
      margin: 0 auto;
      display: flex;
      max-width: 300px; }
      section.loyalty .download-app .app-links li {
        width: 50%;
        padding: 5px; }
        section.loyalty .download-app .app-links li img {
          width: 100%;
          height: auto; }

section.menu-list {
  padding: 30px 0 40px 0; }
  section.menu-list .container-fluid {
    padding: 0; }
  section.menu-list h1 {
    text-align: center;
    display: block;
    font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    color: #0b6a38;
    margin-bottom: 30px;
    font-size: 225%;
    line-height: 112%; }
    @media (min-width: 576px) {
      section.menu-list h1 {
        font-size: 200%;
        line-height: 125%; } }
    @media (min-width: 768px) {
      section.menu-list h1 {
        font-size: 300%;
        line-height: 100%;
        letter-spacing: 1.5px; } }
    @media (min-width: 992px) {
      section.menu-list h1 {
        font-size: 400%;
        line-height: 100%; } }
  section.menu-list p.variety-disclaimer {
    margin-bottom: 30px;
    font-size: 18px;
    text-align: center;
    color: #595959; }
    @media (min-width: 992px) {
      section.menu-list p.variety-disclaimer {
        width: 460px;
        margin-left: auto;
        margin-right: auto; } }
  section.menu-list h2 {
    padding: 40px 0 15px 0;
    margin: 0;
    text-align: center;
    color: #046a38;
    display: block;
    font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    color: #0b6a38;
    font-size: 150%;
    line-height: 117%; }
    @media (min-width: 768px) {
      section.menu-list h2 {
        padding-top: 120px;
        font-size: 200%;
        line-height: 100%;
        letter-spacing: 1px; } }
    section.menu-list h2 em {
      display: block;
      text-transform: none;
      font-family: "BrandonGrotesque-BlackItalic", Arial, Helvetica, sans-serif;
      font-style: normal;
      font-size: 67%;
      line-height: 150%;
      letter-spacing: 0.5px;
      font-weight: bold;
      color: #c8102e;
      margin-bottom: 5px; }
      @media (min-width: 768px) {
        section.menu-list h2 em {
          font-size: 75%;
          line-height: 100%;
          letter-spacing: 0.8px; } }
  section.menu-list .menu-filter-container {
    overflow-y: hidden;
    overflow-x: auto;
    height: 60px;
    margin: 0 -15px 0 0;
    text-align: center; }
    @media (min-width: 768px) {
      section.menu-list .menu-filter-container {
        margin-right: -30px; } }
    @media (min-width: 992px) {
      section.menu-list .menu-filter-container {
        margin: 0;
        overflow: visible;
        height: auto;
        padding-left: 30px;
        padding-right: 30px;
        max-width: 900px;
        margin: auto; } }
    section.menu-list .menu-filter-container ul {
      white-space: nowrap; }
      @media (min-width: 576px) {
        section.menu-list .menu-filter-container ul {
          border-bottom-width: 0; } }
      @media (min-width: 992px) {
        section.menu-list .menu-filter-container ul {
          display: flex;
          justify-content: space-between; } }
      section.menu-list .menu-filter-container ul li {
        display: inline-block;
        text-align: center;
        padding-right: 20px; }
        @media (min-width: 992px) {
          section.menu-list .menu-filter-container ul li {
            padding-right: 0; } }
        section.menu-list .menu-filter-container ul li button {
          border-radius: 0;
          font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
          font-size: 88%;
          padding: 10px 3px;
          border-bottom: 2px solid transparent;
          text-transform: uppercase;
          color: #0b6a38; }
          @media (min-width: 768px) {
            section.menu-list .menu-filter-container ul li button {
              font-size: 113%; } }
          section.menu-list .menu-filter-container ul li button:hover {
            text-decoration: none; }
          section.menu-list .menu-filter-container ul li button.selected {
            color: #c8102e;
            border-color: #c8102e; }
          section.menu-list .menu-filter-container ul li button:focus {
            text-decoration: none; }
    @media (min-width: 568px) {
      section.menu-list .menu-filter-container .kk-filter-list {
        display: inline-block;
        white-space: unset; }
        section.menu-list .menu-filter-container .kk-filter-list li {
          margin: 6px 8px; }
          section.menu-list .menu-filter-container .kk-filter-list li button {
            padding-bottom: 8px; } }
  section.menu-list .menu-items-container {
    margin: 0 -15px; }
    @media (min-width: 576px) {
      section.menu-list .menu-items-container {
        margin: 0; } }
    section.menu-list .menu-items-container h2 {
      padding-bottom: 0; }
      section.menu-list .menu-items-container h2 + .kk-filter-items {
        margin-top: -20px; }
    section.menu-list .menu-items-container ul {
      display: flex;
      flex-wrap: wrap; }
    section.menu-list .menu-items-container li {
      margin-top: 20px;
      width: 50%;
      text-align: center; }
      @media (min-width: 992px) {
        section.menu-list .menu-items-container li {
          width: 33.3333%; } }
      @media (min-width: 1200px) {
        section.menu-list .menu-items-container li {
          width: 25%; } }
      section.menu-list .menu-items-container li a {
        display: block; }
      section.menu-list .menu-items-container li .aspect-ratio {
        position: relative;
        display: block;
        padding: 0 0 100% 0;
        margin: 0 auto; }
      section.menu-list .menu-items-container li .image {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
        section.menu-list .menu-items-container li .image img {
          position: relative;
          top: 50%;
          transform: translateY(-50%);
          width: 100%;
          height: auto; }
      section.menu-list .menu-items-container li .title {
        display: block;
        font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
        font-size: 82%;
        line-height: 139%;
        letter-spacing: 1px;
        text-transform: uppercase;
        color: #0b6a38;
        text-align: center;
        padding: 0 20px; }
        @media (min-width: 576px) {
          section.menu-list .menu-items-container li .title {
            font-size: 100%;
            line-height: 150%; } }

section.nutrition-cta {
  margin: 0 -20px;
  border-top: 1px solid #dfdfdf; }
  @media (min-width: 576px) {
    section.nutrition-cta {
      margin: 0 30px; } }
  section.nutrition-cta .cta-container {
    padding-top: 40px;
    text-align: center; }
    section.nutrition-cta .cta-container .cta-primary {
      min-width: 230px;
      padding: 13px 20px; }
    section.nutrition-cta .cta-container .cta-secondary {
      font-family: "BrandonGrotesque-BlackItalic", Arial, Helvetica, sans-serif;
      font-style: normal;
      font-size: 113%;
      line-height: 134%;
      color: #c8102e;
      text-align: center; }
  section.nutrition-cta p {
    padding: 0;
    text-align: center;
    font-size: 88%;
    line-height: 143%;
    color: #595959; }
  section.nutrition-cta p:first-of-type {
    padding-top: 25px; }
  section.nutrition-cta p:last-of-type {
    padding-bottom: 25px; }

section.menu-detail {
  padding-bottom: 71px;
  text-align: center; }
  @media (min-width: 576px) {
    section.menu-detail {
      padding-bottom: 97px; } }
  @media (min-width: 768px) {
    section.menu-detail {
      padding-bottom: 110px; } }
  @media (min-width: 992px) {
    section.menu-detail {
      padding-bottom: 41px; } }
  @media (min-width: 1200px) {
    section.menu-detail {
      padding-bottom: 56px; } }
  section.menu-detail &gt; .hero {
    width: calc(100% + 30px);
    margin: 0 -15px;
    overflow: hidden; }
    @media (min-width: 576px) {
      section.menu-detail &gt; .hero {
        margin: 0 -30px;
        width: calc(100% + 60px); } }
    @media (min-width: 992px) {
      section.menu-detail &gt; .hero {
        margin: 0;
        width: 100%; } }
    section.menu-detail &gt; .hero img {
      position: relative;
      /* where the next element will be automatically positioned */
      display: inline-block;
      /* causes element width to shrink to fit content */
      left: 50%;
      /* moves left side of image/element to center of parent element */
      transform: translate(-50%);
      /* centers image/element on "left: 50%" position */
      min-width: 100%; }
  section.menu-detail &gt; h1 {
    padding-top: 14px;
    text-align: center;
    font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
    font-size: 138%;
    line-height: 182%;
    letter-spacing: 0.7px;
    text-transform: uppercase; }
    @media (min-width: 576px) {
      section.menu-detail &gt; h1 {
        padding-top: 20px;
        font-size: 225%;
        line-height: 156%;
        letter-spacing: 0.8px; } }
    @media (min-width: 768px) {
      section.menu-detail &gt; h1 {
        padding-top: 24px; } }
    @media (min-width: 992px) {
      section.menu-detail &gt; h1 {
        max-width: 692px;
        margin: 0 auto;
        font-size: 300%;
        line-height: 134%;
        letter-spacing: 1.7px; } }
    @media (min-width: 1200px) {
      section.menu-detail &gt; h1 {
        letter-spacing: 2.3px; } }
  section.menu-detail &gt; .subheading {
    font-size: 113%;
    line-height: 100%;
    font-style: italic;
    color: #595959;
    margin-top: 8px;
    margin-bottom: 8px; }
    @media (min-width: 768px) {
      section.menu-detail &gt; .subheading {
        font-size: 150%;
        line-height: 100%; } }
  section.menu-detail &gt; p {
    margin-top: 16px;
    margin-bottom: 24px;
    text-align: center;
    font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
    font-size: 100%;
    line-height: 150%;
    color: #595959; }
    @media (min-width: 576px) {
      section.menu-detail &gt; p {
        margin-top: 20px;
        padding-bottom: 32px; } }
    @media (min-width: 768px) {
      section.menu-detail &gt; p {
        margin-top: 24px; } }
    @media (min-width: 992px) {
      section.menu-detail &gt; p {
        max-width: 692px;
        margin: 0 auto;
        margin-top: 27px; } }
    @media (min-width: 576px) {
      section.menu-detail &gt; p {
        margin-top: 16px;
        padding-bottom: 37px; } }
  section.menu-detail &gt; .btn {
    display: inline-block;
    margin: 0 auto;
    padding: 13px 8px; }
    @media (min-width: 576px) {
      section.menu-detail &gt; .btn {
        padding: 13px 15px; } }
  section.menu-detail .related-single {
    padding-top: 64px;
    padding-bottom: 37px; }
    @media (min-width: 576px) {
      section.menu-detail .related-single {
        padding-bottom: 47px; } }
    @media (min-width: 992px) {
      section.menu-detail .related-single {
        padding-bottom: 45px; } }
    @media (min-width: 1200px) {
      section.menu-detail .related-single {
        padding-bottom: 40px; } }
    section.menu-detail .related-single .related-item-single {
      max-width: 900px;
      margin: auto; }
      @media (min-width: 992px) {
        section.menu-detail .related-single .related-item-single {
          display: flex; }
          section.menu-detail .related-single .related-item-single &gt; div {
            flex-basis: 50%; } }
      section.menu-detail .related-single .related-item-single h2 {
        margin: 0;
        text-align: center;
        font-family: "BrandonGrotesque-BlackItalic", Arial, Helvetica, sans-serif;
        font-style: normal;
        font-size: 113%;
        line-height: 134%;
        color: #d01f2f; }
        @media (min-width: 576px) {
          section.menu-detail .related-single .related-item-single h2 {
            font-size: 150%;
            line-height: 134%; } }
        @media (min-width: 992px) {
          section.menu-detail .related-single .related-item-single h2 {
            text-align: left;
            letter-spacing: 0.8px; } }
      section.menu-detail .related-single .related-item-single h3 {
        margin: 0;
        text-align: center;
        padding-top: 8px;
        font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
        font-size: 200%;
        line-height: 125%;
        letter-spacing: normal;
        text-transform: uppercase;
        color: #0b6a38; }
        @media (min-width: 576px) {
          section.menu-detail .related-single .related-item-single h3 {
            padding-top: 3px;
            font-size: 300%;
            line-height: 109%;
            letter-spacing: 1.5px; } }
        @media (min-width: 992px) {
          section.menu-detail .related-single .related-item-single h3 {
            text-align: left;
            font-size: 300%;
            line-height: 138%;
            letter-spacing: 1.7px; } }
        @media (min-width: 1200px) {
          section.menu-detail .related-single .related-item-single h3 {
            font-size: 250%;
            line-height: 120%;
            padding-top: 8px;
            letter-spacing: 1.3px; } }
      section.menu-detail .related-single .related-item-single p {
        margin: 0;
        padding: 16px 0;
        text-align: center;
        font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
        font-size: 88%;
        line-height: 172%;
        color: #595959; }
        @media (min-width: 576px) {
          section.menu-detail .related-single .related-item-single p {
            padding: 8px 0 28px; } }
        @media (min-width: 992px) {
          section.menu-detail .related-single .related-item-single p {
            text-align: left;
            padding-top: 3px; } }
        @media (min-width: 1200px) {
          section.menu-detail .related-single .related-item-single p {
            padding: 8px 0 24px; } }
      section.menu-detail .related-single .related-item-single a {
        display: block;
        text-align: center;
        font-family: "BrandonGrotesque-BlackItalic", Arial, Helvetica, sans-serif;
        font-style: normal;
        font-size: 113%;
        line-height: 134%;
        letter-spacing: 0.8px; }
        @media (min-width: 576px) {
          section.menu-detail .related-single .related-item-single a {
            font-size: 150%; } }
        @media (min-width: 992px) {
          section.menu-detail .related-single .related-item-single a {
            text-align: left; } }
  section.menu-detail .retailer-callout {
    position: relative;
    margin-top: 60px; }
    @media (min-width: 992px) {
      section.menu-detail .retailer-callout {
        box-shadow: 0 12px 31px 0 rgba(70, 70, 70, 0.13);
        margin-top: 115px; } }
    @media (min-width: 992px) {
      section.menu-detail .retailer-callout {
        margin-top: 60px; } }
    section.menu-detail .retailer-callout .image {
      height: 242px;
      width: calc(100% + 60px);
      margin: 0 -30px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover; }
      @media (min-width: 576px) {
        section.menu-detail .retailer-callout .image {
          height: 377px;
          width: 100%;
          margin: 0; } }
      @media (min-width: 992px) {
        section.menu-detail .retailer-callout .image {
          height: auto;
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          width: 50%; } }
    section.menu-detail .retailer-callout .copy {
      padding: 45px 0; }
      @media (min-width: 992px) {
        section.menu-detail .retailer-callout .copy {
          width: 50%;
          margin-left: 50%;
          padding: 45px; } }
      @media (min-width: 1200px) {
        section.menu-detail .retailer-callout .copy {
          padding: 100px; } }
      section.menu-detail .retailer-callout .copy strong {
        display: block;
        font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
        font-size: 150%;
        line-height: 117%;
        letter-spacing: 0.8px;
        color: #0b6a38;
        text-transform: uppercase; }
        @media (min-width: 576px) {
          section.menu-detail .retailer-callout .copy strong {
            max-width: 400px;
            margin: 0 auto; } }
        @media (min-width: 992px) {
          section.menu-detail .retailer-callout .copy strong {
            max-width: 300px; } }
      section.menu-detail .retailer-callout .copy p {
        padding-top: 8px;
        font-family: "BrandonGrotesque-RegularItalic", Arial, Helvetica, sans-serif;
        font-style: normal;
        font-size: 88%;
        line-height: 150%;
        color: #595959; }
        @media (min-width: 576px) {
          section.menu-detail .retailer-callout .copy p {
            max-width: 400px;
            margin: 0 auto; } }
        @media (min-width: 992px) {
          section.menu-detail .retailer-callout .copy p {
            max-width: 300px; } }
      section.menu-detail .retailer-callout .copy a {
        display: block;
        margin-top: 45px; }
        @media (min-width: 576px) {
          section.menu-detail .retailer-callout .copy a {
            display: inline-block;
            padding-left: 30px;
            padding-right: 30px; } }
  section.menu-detail .quote {
    position: relative;
    margin: 0 -15px;
    padding: 52px 15px;
    background-color: #046a38;
    background-image: url("/App_Themes/krispykremenew/Content/images/dots-for-dark-background.jpg");
    background-size: cover;
    background-position: bottom; }
    @media (min-width: 576px) {
      section.menu-detail .quote {
        padding: 56px 64px; } }
    section.menu-detail .quote .body {
      position: relative;
      z-index: 1;
      margin: 0;
      font-family: "BrandonGrotesque-RegularBold", Arial, Helvetica, sans-serif;
      font-size: 150%;
      line-height: 134%;
      color: #fff; }
      @media (min-width: 992px) {
        section.menu-detail .quote .body {
          max-width: 519px;
          margin: 0 auto;
          padding: 0; } }
    section.menu-detail .quote .author {
      position: relative;
      z-index: 1;
      margin: 0;
      font-family: "BrandonGrotesque-BlackItalic", Arial, Helvetica, sans-serif;
      font-style: normal;
      font-size: 113%;
      line-height: 134%;
      color: #fff; }
      @media (min-width: 576px) {
        section.menu-detail .quote .author {
          font-size: 150%;
          line-height: 217%; } }
  section.menu-detail .menu-items-container {
    margin: 0 -30px;
    padding: 48px 30px 40px; }
    @media (min-width: 576px) {
      section.menu-detail .menu-items-container {
        margin: 0 -45px;
        padding: 48px 45px 0px; } }
    @media (min-width: 768px) {
      section.menu-detail .menu-items-container {
        margin: 0 -15px;
        padding: 48px 15px 0px; } }
    @media (min-width: 992px) {
      section.menu-detail .menu-items-container {
        padding-bottom: 0px; } }
    @media (min-width: 1200px) {
      section.menu-detail .menu-items-container {
        padding-bottom: 0px; } }
    section.menu-detail .menu-items-container h2 {
      margin: 0;
      text-align: center;
      font-family: "BrandonGrotesque-BlackItalic", Arial, Helvetica, sans-serif;
      font-style: normal;
      font-size: 113%;
      line-height: 134%;
      color: #d01f2f; }
      @media (min-width: 576px) {
        section.menu-detail .menu-items-container h2 {
          font-size: 150%;
          line-height: 134%; } }
    section.menu-detail .menu-items-container h3 {
      margin: 0;
      text-align: center;
      padding: 8px 0 29px;
      font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
      font-size: 200%;
      line-height: 125%;
      letter-spacing: 1.3px;
      text-transform: uppercase;
      color: #0b6a38; }
      @media (min-width: 576px) {
        section.menu-detail .menu-items-container h3 {
          padding: 3px 0 46px;
          font-size: 300%;
          line-height: 138%;
          letter-spacing: 1.7px; } }
      @media (min-width: 992px) {
        section.menu-detail .menu-items-container h3 {
          padding: 0 0 51px; } }
      @media (min-width: 1200px) {
        section.menu-detail .menu-items-container h3 {
          padding: 8px 0 73px;
          font-size: 250%;
          line-height: 120%;
          letter-spacing: 1.4px; } }
    section.menu-detail .menu-items-container ul {
      display: flex;
      flex-flow: row wrap; }
      section.menu-detail .menu-items-container ul li {
        flex-basis: 50%; }
        @media (min-width: 992px) {
          section.menu-detail .menu-items-container ul li {
            flex-basis: 33.333%; } }
        @media (min-width: 1200px) {
          section.menu-detail .menu-items-container ul li {
            flex-basis: 25%; } }
        section.menu-detail .menu-items-container ul li a {
          display: block; }
          section.menu-detail .menu-items-container ul li a .aspect-ratio img {
            max-width: 100%; }
          section.menu-detail .menu-items-container ul li a .title {
            font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
            font-size: 82%;
            line-height: 139%;
            letter-spacing: 1px;
            text-transform: uppercase; }
            @media (min-width: 576px) {
              section.menu-detail .menu-items-container ul li a .title {
                font-size: 100%;
                line-height: 150%; } }
  section.menu-detail .social-grid {
    padding-top: 40px; }
    @media (min-width: 576px) {
      section.menu-detail .social-grid {
        padding-top: 48px; } }
    @media (min-width: 1200px) {
      section.menu-detail .social-grid {
        padding-top: 56px; } }
    section.menu-detail .social-grid em {
      display: block;
      font-family: "BrandonGrotesque-BlackItalic", Arial, Helvetica, sans-serif;
      font-style: normal;
      font-size: 150%;
      line-height: 134%;
      color: #d01f2f; }
    section.menu-detail .social-grid strong {
      display: block;
      margin: 0 auto;
      padding-bottom: 32px;
      font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
      font-size: 225%;
      line-height: 112%;
      letter-spacing: 1.5px;
      text-transform: uppercase;
      color: #046a38; }
      @media (min-width: 576px) {
        section.menu-detail .social-grid strong {
          padding-bottom: 40px;
          font-size: 300%;
          line-height: 109%;
          letter-spacing: 1.3px; } }
      @media (min-width: 992px) {
        section.menu-detail .social-grid strong {
          max-width: 569px;
          padding-bottom: 48px; } }
      @media (min-width: 1200px) {
        section.menu-detail .social-grid strong {
          padding-bottom: 40px;
          font-size: 250%;
          line-height: 120%;
          letter-spacing: 1.1px; } }
    section.menu-detail .social-grid .features {
      margin: 0;
      box-shadow: 0 15px 40px 0 rgba(70, 70, 70, 0.15); }
      @media (min-width: 1200px) {
        section.menu-detail .social-grid .features {
          margin: 0 auto;
          max-width: 782px; } }
      section.menu-detail .social-grid .features .feature {
        display: flex;
        flex-direction: column; }
        @media (min-width: 576px) {
          section.menu-detail .social-grid .features .feature {
            flex-direction: row; } }
        section.menu-detail .social-grid .features .feature .image {
          height: 305px;
          width: 100%;
          background-repeat: no-repeat;
          background-size: cover;
          background-position: center; }
          @media (min-width: 576px) {
            section.menu-detail .social-grid .features .feature .image {
              height: auto;
              width: 50%; } }
          section.menu-detail .social-grid .features .feature .image img {
            width: 100%; }
        section.menu-detail .social-grid .features .feature .copy {
          min-height: 304px;
          padding: 48px 24px; }
          @media (min-width: 576px) {
            section.menu-detail .social-grid .features .feature .copy {
              min-height: 261px;
              width: 50%; } }
          @media (min-width: 992px) {
            section.menu-detail .social-grid .features .feature .copy {
              padding: 64px 32px; } }
          section.menu-detail .social-grid .features .feature .copy i {
            display: block;
            text-align: center; }
            section.menu-detail .social-grid .features .feature .copy i + a {
              display: block;
              padding-top: 11px;
              text-align: center;
              font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
              font-weight: bold; }
          section.menu-detail .social-grid .features .feature .copy .title {
            margin-bottom: 0;
            padding-top: 4px;
            text-align: center;
            font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
            font-size: 113%;
            line-height: 134%; }
            @media (min-width: 576px) {
              section.menu-detail .social-grid .features .feature .copy .title {
                padding-top: 2px;
                font-size: 88%;
                line-height: 172%; } }
            @media (min-width: 1200px) {
              section.menu-detail .social-grid .features .feature .copy .title {
                padding-top: 4px; } }
          section.menu-detail .social-grid .features .feature .copy .user {
            display: block;
            padding-top: 54px;
            text-align: center;
            font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
            font-size: 100%;
            line-height: 113%;
            font-weight: bold; }
            @media (min-width: 576px) {
              section.menu-detail .social-grid .features .feature .copy .user {
                padding-top: 18px; } }
            @media (min-width: 992px) {
              section.menu-detail .social-grid .features .feature .copy .user {
                padding-top: 45px; } }
            @media (min-width: 992px) {
              section.menu-detail .social-grid .features .feature .copy .user {
                padding-top: 54px; } }
        section.menu-detail .social-grid .features .feature.twitter .copy i {
          font-size: 188%;
          line-height: 160%;
          color: #046a38; }
          section.menu-detail .social-grid .features .feature.twitter .copy i + a {
            font-size: 200%;
            line-height: 100%;
            color: #046a38; }
        section.menu-detail .social-grid .features .feature.twitter .copy p {
          color: #303030; }
          section.menu-detail .social-grid .features .feature.twitter .copy p + a {
            color: #046a38; }
        @media (min-width: 576px) {
          section.menu-detail .social-grid .features .feature.facebook {
            flex-direction: row-reverse; } }
        section.menu-detail .social-grid .features .feature.facebook .copy {
          background-color: #d01f2f; }
          section.menu-detail .social-grid .features .feature.facebook .copy i {
            font-size: 213%;
            line-height: 142%;
            color: #fff; }
            section.menu-detail .social-grid .features .feature.facebook .copy i + a {
              font-size: 200%;
              line-height: 100%;
              color: #fff; }
          section.menu-detail .social-grid .features .feature.facebook .copy p {
            color: #fff; }
            section.menu-detail .social-grid .features .feature.facebook .copy p + a {
              color: #fff; }
          section.menu-detail .social-grid .features .feature.facebook .copy .user {
            color: #fff; }

@media (min-width: 576px) {
  .hotlight.on section.menu-detail &gt; .hero {
    margin: 0 -15px;
    width: calc(100% + 30px); } }

@media (min-width: 1200px) {
  .hotlight.on section.menu-detail &gt; .hero {
    margin: 0 -30px;
    width: calc(100% + 60px); } }

section.merchandise {
  padding-top: 30px;
  padding-bottom: 92px; }
  @media (min-width: 576px) {
    section.merchandise {
      padding-top: 0;
      padding-bottom: 50px; } }
  @media (min-width: 992px) {
    section.merchandise {
      padding-bottom: 60px; } }
  @media (min-width: 1200px) {
    section.merchandise {
      padding-bottom: 84px; } }
  section.merchandise .kk-heading em {
    display: block;
    padding-bottom: 8px;
    text-align: center;
    font-family: "BrandonGrotesque-BlackItalic", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-size: 113%;
    line-height: 134%;
    letter-spacing: 0.8px;
    color: #d01f2f; }
    @media (min-width: 576px) {
      section.merchandise .kk-heading em {
        font-size: 150%;
        line-height: 100%;
        letter-spacing: 1px; } }
  section.merchandise .kk-heading h1 {
    display: block;
    font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
    font-size: 200%;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase; }
    @media (min-width: 576px) {
      section.merchandise .kk-heading h1 {
        font-size: 300%;
        line-height: 100%;
        letter-spacing: 1.5px; } }
    @media (min-width: 1200px) {
      section.merchandise .kk-heading h1 {
        font-size: 400%;
        line-height: 100%;
        letter-spacing: 2px; } }
  section.merchandise .catalog {
    padding: 50px 0 0 0; }
    @media (min-width: 576px) {
      section.merchandise .catalog {
        padding: 40px 0 0; } }
    section.merchandise .catalog .row {
      margin: 0 -15px; }
      @media (min-width: 576px) {
        section.merchandise .catalog .row {
          margin: 0; } }
      @media (min-width: 992px) {
        section.merchandise .catalog .row {
          margin: 0 -4px;
          padding-top: 8px; }
          section.merchandise .catalog .row.reverse &gt; div {
            order: 2; }
            section.merchandise .catalog .row.reverse &gt; div.cta {
              order: 1; } }
      section.merchandise .catalog .row &gt; div {
        padding: 0; }
        @media (min-width: 992px) {
          section.merchandise .catalog .row &gt; div {
            padding-left: 4px;
            padding-right: 4px; } }
        section.merchandise .catalog .row &gt; div.cta a {
          padding: 20% 0; }
          @media (min-width: 992px) {
            section.merchandise .catalog .row &gt; div.cta a {
              padding: 0;
              display: flex;
              justify-content: center;
              align-content: center; } }
        section.merchandise .catalog .row &gt; div.cta img {
          align-self: center;
          max-width: 245px; }
          @media (min-width: 576px) {
            section.merchandise .catalog .row &gt; div.cta img {
              max-width: 325px; } }
        section.merchandise .catalog .row &gt; div img {
          width: 100%;
          height: auto; }
        section.merchandise .catalog .row &gt; div a {
          text-align: center;
          background-color: #f6f6f6;
          display: block;
          width: 100%;
          height: 100%; }

section.recipe-listing {
  padding-bottom: 90px; }
  @media (min-width: 576px) {
    section.recipe-listing {
      padding-bottom: 60px; } }
  @media (min-width: 768px) {
    section.recipe-listing {
      padding-bottom: 45px; } }
  @media (min-width: 992px) {
    section.recipe-listing {
      padding-bottom: 90px; } }
  @media (min-width: 1200px) {
    section.recipe-listing {
      padding-bottom: 135px; } }
  section.recipe-listing .recipe-heading {
    padding: 15px 0 20px 0; }
    @media (min-width: 576px) {
      section.recipe-listing .recipe-heading {
        padding-left: 15px;
        padding-right: 15px; } }
    @media (min-width: 1200px) {
      section.recipe-listing .recipe-heading {
        padding: 30px 0 40px 0; } }
  section.recipe-listing .recipe-box {
    padding: 0; }
    @media (min-width: 576px) {
      section.recipe-listing .recipe-box {
        padding-left: 15px;
        padding-right: 15px; } }
    section.recipe-listing .recipe-box .row {
      margin: 0 -15px; }
      @media (min-width: 576px) {
        section.recipe-listing .recipe-box .row {
          margin: 0; }
          section.recipe-listing .recipe-box .row.reverse &gt; div {
            order: 2; }
            section.recipe-listing .recipe-box .row.reverse &gt; div.cta {
              order: 1; } }
      @media (min-width: 992px) {
        section.recipe-listing .recipe-box .row {
          margin: 0 -4px;
          padding-top: 8px; } }
      section.recipe-listing .recipe-box .row &gt; div {
        padding: 0; }
        @media (min-width: 992px) {
          section.recipe-listing .recipe-box .row &gt; div {
            padding-left: 4px;
            padding-right: 4px; } }
        section.recipe-listing .recipe-box .row &gt; div.cta {
          min-height: 240px; }
          @media (min-width: 576px) {
            section.recipe-listing .recipe-box .row &gt; div.cta {
              min-height: auto; } }
          section.recipe-listing .recipe-box .row &gt; div.cta a {
            padding: 15px 30px;
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100%; }
            section.recipe-listing .recipe-box .row &gt; div.cta a .cta-title {
              display: inline-block; }
              section.recipe-listing .recipe-box .row &gt; div.cta a .cta-title em,
              section.recipe-listing .recipe-box .row &gt; div.cta a .cta-title strong {
                display: block; }
              section.recipe-listing .recipe-box .row &gt; div.cta a .cta-title em {
                font-family: "BrandonGrotesque-BlackItalic", Arial, Helvetica, sans-serif;
                font-style: normal;
                font-size: 150%;
                line-height: 100%;
                color: #c8102e;
                margin-bottom: 5px;
                letter-spacing: 1px; }
                @media (min-width: 576px) {
                  section.recipe-listing .recipe-box .row &gt; div.cta a .cta-title em {
                    font-size: 100%;
                    line-height: 150%;
                    letter-spacing: 0.7px; } }
                @media (min-width: 992px) {
                  section.recipe-listing .recipe-box .row &gt; div.cta a .cta-title em {
                    font-size: 150%;
                    line-height: 100%;
                    letter-spacing: 1px; } }
              section.recipe-listing .recipe-box .row &gt; div.cta a .cta-title strong {
                font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
                letter-spacing: 1px;
                text-transform: uppercase;
                color: #0b6a38;
                font-size: 200%;
                line-height: 113%; }
                @media (min-width: 576px) {
                  section.recipe-listing .recipe-box .row &gt; div.cta a .cta-title strong {
                    font-size: 150%;
                    line-height: 117%; } }
                @media (min-width: 992px) {
                  section.recipe-listing .recipe-box .row &gt; div.cta a .cta-title strong {
                    font-size: 225%;
                    line-height: 112%;
                    letter-spacing: 1.1px; } }
          section.recipe-listing .recipe-box .row &gt; div.cta img {
            align-self: center;
            max-width: 245px; }
            @media (min-width: 576px) {
              section.recipe-listing .recipe-box .row &gt; div.cta img {
                max-width: 325px; } }
        section.recipe-listing .recipe-box .row &gt; div img {
          width: 100%;
          height: auto; }
        section.recipe-listing .recipe-box .row &gt; div a {
          text-align: center;
          background-color: #f6f6f6;
          display: block;
          width: 100%;
          height: 100%; }

section.recipe-detail {
  padding-top: 30px; }
  @media (min-width: 576px) {
    section.recipe-detail {
      padding-top: 0; } }
  section.recipe-detail .recipe-card {
    padding: 0;
    margin-top: 30px;
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      section.recipe-detail .recipe-card {
        margin-top: 50px;
        margin-bottom: 50px;
        padding-left: 15px;
        padding-right: 15px; } }
    @media (min-width: 992px) {
      section.recipe-detail .recipe-card {
        box-shadow: 0 15px 40px 0 rgba(70, 70, 70, 0.13); } }
    @media (min-width: 576px) {
      section.recipe-detail .recipe-card .row {
        margin-left: -30px;
        margin-right: -30px; } }
    @media (min-width: 768px) {
      section.recipe-detail .recipe-card .row {
        margin-left: -15px;
        margin-right: -15px; } }
    section.recipe-detail .recipe-card h2 {
      font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
      font-size: 100%;
      line-height: 150%;
      letter-spacing: 1.3px;
      color: #0b6a38;
      text-transform: uppercase; }
      section.recipe-detail .recipe-card h2 span {
        font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
        color: #595959;
        font-size: 88%;
        line-height: 172%;
        text-transform: none;
        letter-spacing: 0.7px; }
    section.recipe-detail .recipe-card .square {
      padding: 0 0 100% 0;
      position: relative; }
      section.recipe-detail .recipe-card .square .square-content {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
    section.recipe-detail .recipe-card .recipe-media {
      padding: 0;
      position: relative; }
      section.recipe-detail .recipe-card .recipe-media.playing .media-poster {
        z-index: 0;
        opacity: 0; }
      section.recipe-detail .recipe-card .recipe-media.playing .media-video {
        background-color: #000;
        z-index: 2;
        opacity: 1; }
      section.recipe-detail .recipe-card .recipe-media .media-poster,
      section.recipe-detail .recipe-card .recipe-media .media-video,
      section.recipe-detail .recipe-card .recipe-media iframe {
        z-index: 1;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%; }
      section.recipe-detail .recipe-card .recipe-media .media-video {
        opacity: 0; }
      section.recipe-detail .recipe-card .recipe-media .media-poster {
        z-index: 2; }
        section.recipe-detail .recipe-card .recipe-media .media-poster .btn-play {
          position: absolute;
          z-index: 3;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          color: #0b6a38;
          background-color: #fff;
          border-radius: 50%;
          width: 72px;
          height: 72px;
          text-align: center;
          font-size: 22px;
          padding: 0 0 0 3px; }
          section.recipe-detail .recipe-card .recipe-media .media-poster .btn-play:hover {
            text-decoration: none; }
        section.recipe-detail .recipe-card .recipe-media .media-poster img {
          width: 100%;
          height: auto; }
    section.recipe-detail .recipe-card .recipe-title {
      background-color: #046a38;
      color: #fff;
      padding: 0; }
      @media (max-width: 1199.98px) {
        section.recipe-detail .recipe-card .recipe-title .square {
          padding: 0;
          position: static; } }
      section.recipe-detail .recipe-card .recipe-title .square .square-content {
        padding: 30px; }
        @media (max-width: 991.98px) {
          section.recipe-detail .recipe-card .recipe-title .square .square-content {
            position: static; } }
        @media (min-width: 576px) {
          section.recipe-detail .recipe-card .recipe-title .square .square-content {
            padding: 40px; } }
        @media (min-width: 992px) {
          section.recipe-detail .recipe-card .recipe-title .square .square-content {
            padding: 30px;
            display: flex;
            justify-content: center;
            align-items: center; } }
      section.recipe-detail .recipe-card .recipe-title .recipe-title-content {
        text-align: center; }
        section.recipe-detail .recipe-card .recipe-title .recipe-title-content em,
        section.recipe-detail .recipe-card .recipe-title .recipe-title-content strong {
          display: block; }
        section.recipe-detail .recipe-card .recipe-title .recipe-title-content em {
          font-family: "BrandonGrotesque-BlackItalic", Arial, Helvetica, sans-serif;
          font-style: normal;
          font-size: 150%;
          line-height: 100%;
          margin-bottom: 10px;
          letter-spacing: 1px; }
          @media (min-width: 992px) {
            section.recipe-detail .recipe-card .recipe-title .recipe-title-content em {
              font-size: 150%;
              line-height: 100%;
              letter-spacing: 1px; } }
        section.recipe-detail .recipe-card .recipe-title .recipe-title-content strong {
          font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
          letter-spacing: 1px;
          text-transform: uppercase;
          font-size: 200%;
          line-height: 113%; }
          @media (min-width: 1200px) {
            section.recipe-detail .recipe-card .recipe-title .recipe-title-content strong {
              font-size: 225%;
              line-height: 112%;
              letter-spacing: 1.1px; } }
        section.recipe-detail .recipe-card .recipe-title .recipe-title-content p {
          margin-top: 20px;
          font-size: 88%;
          line-height: 150%; }
      section.recipe-detail .recipe-card .recipe-title .recipe-options {
        margin-top: 20px;
        white-space: nowrap; }
        section.recipe-detail .recipe-card .recipe-title .recipe-options li {
          display: inline-block;
          margin: 0 7.5px; }
        section.recipe-detail .recipe-card .recipe-title .recipe-options a {
          display: inline-block;
          background-color: #fff;
          border-radius: 50%;
          width: 24px;
          height: 24px;
          line-height: 24px; }
    section.recipe-detail .recipe-card .recipe-ingredients,
    section.recipe-detail .recipe-card .recipe-preparation {
      padding: 45px 30px;
      color: #595959;
      font-size: 88%;
      line-height: 172%; }
      section.recipe-detail .recipe-card .recipe-ingredients h2,
      section.recipe-detail .recipe-card .recipe-preparation h2 {
        font-size: 115%;
        line-height: 150%;
        margin-bottom: 10px; }
    section.recipe-detail .recipe-card .recipe-ingredients {
      background-color: #f6f6f6; }
      section.recipe-detail .recipe-card .recipe-ingredients ul li {
        display: block; }
    section.recipe-detail .recipe-card .recipe-preparation ol {
      padding-left: 15px; }
    section.recipe-detail .recipe-card .recipe-preparation li {
      padding-left: 20px; }

section.rewards {
  padding-top: 30px; }
  @media (min-width: 576px) {
    section.rewards {
      padding-top: 0; } }
  section.rewards .kk-heading {
    max-width: 600px;
    margin: 0 auto; }
    section.rewards .kk-heading em {
      font-size: 45%;
      line-height: 134%;
      letter-spacing: .8px; }
      @media (min-width: 576px) {
        section.rewards .kk-heading em {
          font-size: 60%;
          line-height: 100%; } }
    section.rewards .kk-heading strong {
      font-size: 90%;
      line-height: 112%;
      letter-spacing: 1.4px; }
      @media (min-width: 576px) {
        section.rewards .kk-heading strong {
          font-size: 100%;
          line-height: 120%; } }
      @media (min-width: 992px) {
        section.rewards .kk-heading strong {
          font-size: 120%;
          line-height: 117%;
          letter-spacing: 1.5px; } }
      @media (min-width: 1200px) {
        section.rewards .kk-heading strong {
          font-size: 160%;
          line-height: 107%; } }
  section.rewards .tagline {
    display: block;
    font-size: 88%;
    line-height: 172%;
    text-align: center;
    color: #595959;
    max-width: 400px;
    margin: 0 auto; }
    @media (min-width: 992px) {
      section.rewards .tagline {
        padding-top: 20px; } }
  section.rewards .promo-image {
    text-align: center; }
    @media (min-width: 576px) {
      section.rewards .promo-image {
        margin-top: 10px; } }
    section.rewards .promo-image img {
      max-width: 100%;
      height: auto; }
  @media (min-width: 992px) {
    section.rewards .steps ul {
      display: flex;
      width: 90%;
      margin: 0 auto; } }
  section.rewards .steps ul li {
    flex: 1;
    font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
    color: #0b6a38;
    font-size: 150%;
    line-height: 117%;
    text-transform: uppercase;
    text-align: center;
    padding-top: 12px; }
    @media (min-width: 576px) {
      section.rewards .steps ul li {
        padding-top: 50px; } }
    @media (min-width: 992px) {
      section.rewards .steps ul li {
        padding-top: 20px; } }
  section.rewards .app-links {
    padding: 40px 0; }
    @media (min-width: 576px) {
      section.rewards .app-links {
        padding-top: 70px;
        padding-bottom: 20px;
        text-align: center; } }
    @media (min-width: 576px) {
      section.rewards .app-links ul {
        display: inline-block; } }
    section.rewards .app-links ul li {
      padding: 2px 0;
      text-align: center; }
      @media (min-width: 576px) {
        section.rewards .app-links ul li {
          display: inline-block; } }
      section.rewards .app-links ul li img {
        width: 144px;
        height: auto; }
  section.rewards .cta-container {
    border-top: 1px solid #dfdfdf;
    max-width: 430px;
    margin: 0 auto;
    width: auto;
    padding: 40px 25px 60px 25px; }
    @media (min-width: 576px) {
      section.rewards .cta-container {
        border-top: 0; } }
    @media (min-width: 992px) {
      section.rewards .cta-container {
        padding-top: 70px;
        max-width: 100%; } }
    section.rewards .cta-container h2 {
      text-align: center;
      font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
      letter-spacing: 1px;
      text-transform: uppercase;
      color: #0b6a38; }
      @media (min-width: 992px) {
        section.rewards .cta-container h2 {
          padding-bottom: 10px;
          font-size: 250%;
          line-height: 120%;
          letter-spacing: 2px; } }
    section.rewards .cta-container .reward {
      text-align: center;
      padding: 30px 0; }
      section.rewards .cta-container .reward img {
        height: 100px; }
      section.rewards .cta-container .reward span {
        max-width: 200px;
        margin: 30px auto 0 auto;
        display: block;
        font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
        color: #0b6a38;
        font-size: 88%;
        line-height: 129%;
        text-transform: uppercase;
        letter-spacing: 1px; }
    section.rewards .cta-container .btn-container {
      padding: 30px 0 0 0;
      text-align: center; }
      section.rewards .cta-container .btn-container .btn {
        width: 100%; }
        @media (min-width: 576px) {
          section.rewards .cta-container .btn-container .btn {
            width: auto;
            padding-left: 45px;
            padding-right: 45px; } }
        @media (min-width: 992px) {
          section.rewards .cta-container .btn-container .btn {
            padding-left: 70px;
            padding-right: 70px; } }

.content-shareable-moments {
  padding-bottom: 60px; }
  @media (min-width: 576px) {
    .content-shareable-moments {
      padding-bottom: 45px; } }
  @media (min-width: 992px) {
    .content-shareable-moments {
      padding-bottom: 75px; } }
  .content-shareable-moments .heading {
    text-align: center; }
    .content-shareable-moments .heading em {
      font-family: "BrandonGrotesque-BlackItalic", Arial, Helvetica, sans-serif;
      font-style: normal;
      font-size: 113%;
      line-height: 134%;
      color: #d01f2f;
      display: block; }
      @media (min-width: 576px) {
        .content-shareable-moments .heading em {
          font-size: 150%;
          line-height: 100%; } }
    .content-shareable-moments .heading strong {
      font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
      font-size: 225%;
      line-height: 112%;
      color: #046a38;
      display: block;
      margin: 0 auto;
      text-transform: uppercase;
      letter-spacing: 1.1px; }
      @media (min-width: 576px) {
        .content-shareable-moments .heading strong {
          font-size: 250%;
          line-height: 120%;
          margin-top: 10px;
          letter-spacing: 1.3px; } }
      @media (min-width: 992px) {
        .content-shareable-moments .heading strong {
          font-size: 300%;
          line-height: 117%;
          max-width: 600px;
          margin-top: 15px;
          letter-spacing: 1.5px; } }
      @media (min-width: 1200px) {
        .content-shareable-moments .heading strong {
          font-size: 400%;
          line-height: 104%;
          margin-top: 10px;
          max-width: 525px;
          letter-spacing: 2px; } }
  .content-shareable-moments .hashtag-list {
    margin: 0 -15px;
    padding: 25px 15px 66px;
    background-image: url(/App_Themes/krispykremenew/Content/images/shareable-moments/social-doughnuts.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center; }
    @media (min-width: 576px) {
      .content-shareable-moments .hashtag-list {
        padding-top: 60px; } }
    @media (min-width: 992px) {
      .content-shareable-moments .hashtag-list {
        padding-top: 90px; } }
    .content-shareable-moments .hashtag-list .content {
      padding: 40px 25px 80px;
      background-color: #fff;
      box-shadow: 0 15px 40px 0 rgba(70, 70, 70, 0.15);
      margin: 0 auto; }
      @media (min-width: 576px) {
        .content-shareable-moments .hashtag-list .content {
          max-width: 375px; } }
      @media (min-width: 992px) {
        .content-shareable-moments .hashtag-list .content {
          max-width: 455px; } }
      .content-shareable-moments .hashtag-list .content i {
        display: block;
        text-align: center;
        font-size: 175%;
        line-height: 100%;
        color: #046a38; }
      .content-shareable-moments .hashtag-list .content .hashtag-item {
        padding-bottom: 40px; }
        .content-shareable-moments .hashtag-list .content .hashtag-item:last-child {
          padding-bottom: 0; }
        .content-shareable-moments .hashtag-list .content .hashtag-item .hashtag {
          display: block;
          text-align: center;
          font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
          font-size: 150%;
          line-height: 134%;
          color: #046a38;
          text-transform: uppercase;
          padding: 18px 0 24px; }
        .content-shareable-moments .hashtag-list .content .hashtag-item .image {
          width: 235px;
          margin: 0 auto; }
          .content-shareable-moments .hashtag-list .content .hashtag-item .image img {
            width: 100%; }
        .content-shareable-moments .hashtag-list .content .hashtag-item .caption {
          width: 235px;
          margin: 0 auto;
          padding-top: 8px; }
          .content-shareable-moments .hashtag-list .content .hashtag-item .caption .user {
            font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
            font-size: 100%;
            line-height: 113%;
            color: #0b6a38;
            font-weight: bold; }
          .content-shareable-moments .hashtag-list .content .hashtag-item .caption .title {
            font-family: "BrandonGrotesque-RegularItalic", Arial, Helvetica, sans-serif;
            font-style: normal;
            font-size: 88%;
            line-height: 150%;
            margin-bottom: 0;
            color: #595959;
            word-wrap: break-word; }
            .content-shareable-moments .hashtag-list .content .hashtag-item .caption .title span {
              color: #046a38; }
  .content-shareable-moments .steps {
    padding-top: 66px; }
    .content-shareable-moments .steps em {
      font-family: "BrandonGrotesque-BlackItalic", Arial, Helvetica, sans-serif;
      font-style: normal;
      font-size: 100%;
      line-height: 150%;
      color: #d01f2f;
      display: block;
      margin: 0 auto;
      text-align: center;
      letter-spacing: 0.7px; }
      @media (min-width: 576px) {
        .content-shareable-moments .steps em {
          font-size: 150%;
          line-height: 134%;
          letter-spacing: normal; } }
    .content-shareable-moments .steps &gt; strong {
      font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
      font-size: 200%;
      line-height: 125%;
      color: #046a38;
      display: block;
      max-width: 275px;
      margin: 0 auto;
      text-align: center;
      letter-spacing: 1px;
      text-transform: uppercase; }
      @media (min-width: 576px) {
        .content-shareable-moments .steps &gt; strong {
          font-size: 250%;
          line-height: 120%;
          letter-spacing: 2px;
          max-width: 510px; } }
    .content-shareable-moments .steps ul {
      display: flex;
      flex-direction: column; }
      @media (min-width: 992px) {
        .content-shareable-moments .steps ul {
          flex-direction: row; } }
      .content-shareable-moments .steps ul li {
        text-align: center;
        max-width: 235px;
        margin: 0 auto; }
        @media (min-width: 576px) {
          .content-shareable-moments .steps ul li {
            max-width: 400px; } }
        @media (min-width: 992px) {
          .content-shareable-moments .steps ul li {
            max-width: 235px; } }
        .content-shareable-moments .steps ul li:nth-child(2) {
          max-width: 235px; }
        .content-shareable-moments .steps ul li &gt; span {
          display: block;
          margin: 48px auto 0;
          height: 64px;
          width: 64px;
          border: solid 2px #046a38;
          border-radius: 32px;
          color: #c8102e;
          font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
          font-size: 200%;
          line-height: 60px;
          font-weight: 900; }
        .content-shareable-moments .steps ul li &gt; strong {
          font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
          font-size: 150%;
          line-height: 134%;
          color: #0b6a38;
          display: block;
          max-width: 275px;
          margin: 0 auto;
          padding: 16px 0 8px;
          text-align: center;
          letter-spacing: 1px;
          text-transform: uppercase; }
        .content-shareable-moments .steps ul li &gt; p {
          font-family: "BrandonGrotesque-RegularItalic", Arial, Helvetica, sans-serif;
          font-style: normal;
          font-size: 88%;
          line-height: 172%;
          margin-bottom: 0;
          color: #595959; }
          .content-shareable-moments .steps ul li &gt; p span {
            color: #046a38; }
  .content-shareable-moments .features {
    margin: 64px 0 0;
    box-shadow: 0 15px 40px 0 rgba(70, 70, 70, 0.15); }
    @media (min-width: 576px) {
      .content-shareable-moments .features {
        margin-top: 72px; } }
    @media (min-width: 1200px) {
      .content-shareable-moments .features {
        margin: 94px auto 0;
        max-width: 782px; } }
    .content-shareable-moments .features .feature {
      display: flex;
      flex-direction: column; }
      @media (min-width: 576px) {
        .content-shareable-moments .features .feature {
          flex-direction: row; } }
      .content-shareable-moments .features .feature .image {
        height: 305px;
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center; }
        @media (min-width: 576px) {
          .content-shareable-moments .features .feature .image {
            height: auto;
            width: 50%; } }
        .content-shareable-moments .features .feature .image img {
          width: 100%; }
      .content-shareable-moments .features .feature .copy {
        min-height: 304px;
        padding: 48px 24px; }
        @media (min-width: 576px) {
          .content-shareable-moments .features .feature .copy {
            min-height: 261px;
            width: 50%; } }
        @media (min-width: 992px) {
          .content-shareable-moments .features .feature .copy {
            padding: 64px 32px; } }
        .content-shareable-moments .features .feature .copy i {
          display: block;
          text-align: center; }
          .content-shareable-moments .features .feature .copy i + a {
            display: block;
            padding-top: 11px;
            text-align: center;
            font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
            font-weight: bold; }
        .content-shareable-moments .features .feature .copy .title {
          margin-bottom: 0;
          padding-top: 4px;
          text-align: center;
          font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
          font-size: 113%;
          line-height: 134%; }
          @media (min-width: 576px) {
            .content-shareable-moments .features .feature .copy .title {
              padding-top: 2px;
              font-size: 88%;
              line-height: 172%; } }
          @media (min-width: 1200px) {
            .content-shareable-moments .features .feature .copy .title {
              padding-top: 4px; } }
        .content-shareable-moments .features .feature .copy .user {
          display: block;
          padding-top: 54px;
          text-align: center;
          font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
          font-size: 100%;
          line-height: 113%;
          font-weight: bold; }
          @media (min-width: 576px) {
            .content-shareable-moments .features .feature .copy .user {
              padding-top: 18px; } }
          @media (min-width: 992px) {
            .content-shareable-moments .features .feature .copy .user {
              padding-top: 45px; } }
          @media (min-width: 992px) {
            .content-shareable-moments .features .feature .copy .user {
              padding-top: 54px; } }
      .content-shareable-moments .features .feature.twitter .copy i {
        font-size: 188%;
        line-height: 160%;
        color: #046a38; }
        .content-shareable-moments .features .feature.twitter .copy i + a {
          font-size: 200%;
          line-height: 100%;
          color: #046a38; }
      .content-shareable-moments .features .feature.twitter .copy p {
        color: #303030; }
        .content-shareable-moments .features .feature.twitter .copy p + a {
          color: #046a38; }
      @media (min-width: 576px) {
        .content-shareable-moments .features .feature.facebook {
          flex-direction: row-reverse; } }
      .content-shareable-moments .features .feature.facebook .copy {
        background-color: #d01f2f; }
        .content-shareable-moments .features .feature.facebook .copy i {
          font-size: 213%;
          line-height: 142%;
          color: #fff; }
          .content-shareable-moments .features .feature.facebook .copy i + a {
            font-size: 200%;
            line-height: 100%;
            color: #fff; }
        .content-shareable-moments .features .feature.facebook .copy p {
          color: #fff; }
          .content-shareable-moments .features .feature.facebook .copy p + a {
            color: #fff; }
        .content-shareable-moments .features .feature.facebook .copy .user {
          color: #fff; }

@media (min-width: 576px) {
  .hotlight.on .content-shareable-moments .hashtag-list {
    margin: 0; } }

@media (min-width: 768px) {
  .hotlight.on .content-shareable-moments .hashtag-list {
    margin: 0 -15px; } }

@media (min-width: 992px) {
  .hotlight.on .content-shareable-moments .hashtag-list {
    margin: 0; } }

.content-sweet-extras {
  padding-top: 30px; }
  @media (min-width: 576px) {
    .content-sweet-extras {
      padding-top: 0; } }
  .content-sweet-extras .heading {
    text-align: center; }
    .content-sweet-extras .heading em {
      font-family: "BrandonGrotesque-BlackItalic", Arial, Helvetica, sans-serif;
      font-style: normal;
      font-size: 113%;
      line-height: 134%;
      color: #d01f2f;
      display: block; }
      @media (min-width: 576px) {
        .content-sweet-extras .heading em {
          font-size: 150%;
          line-height: 100%; } }
    .content-sweet-extras .heading strong {
      font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
      font-size: 200%;
      line-height: 125%;
      color: #0b6a38;
      display: block;
      margin: 0 auto;
      text-transform: uppercase; }
      @media (min-width: 576px) {
        .content-sweet-extras .heading strong {
          font-size: 250%;
          line-height: 120%;
          margin-top: 10px; } }
      @media (min-width: 992px) {
        .content-sweet-extras .heading strong {
          font-size: 300%;
          line-height: 117%;
          max-width: 800px;
          margin-top: 15px; } }
      @media (min-width: 1200px) {
        .content-sweet-extras .heading strong {
          font-size: 400%;
          line-height: 100%;
          margin-top: 10px; } }
  .content-sweet-extras .callout {
    padding: 40px 0; }
    @media (min-width: 992px) {
      .content-sweet-extras .callout {
        display: flex;
        align-items: center; } }
    .content-sweet-extras .callout .image {
      width: 100%;
      text-align: center; }
      @media (min-width: 992px) {
        .content-sweet-extras .callout .image {
          width: 50%; } }
      .content-sweet-extras .callout .image img {
        display: none;
        max-width: 100%; }
        .content-sweet-extras .callout .image img:first-of-type {
          display: inline-block; }
        @media (min-width: 992px) {
          .content-sweet-extras .callout .image img {
            width: 100%; }
            .content-sweet-extras .callout .image img:first-of-type {
              display: none; }
            .content-sweet-extras .callout .image img:last-of-type {
              display: inline-block; } }
    .content-sweet-extras .callout .copy {
      text-align: center;
      padding-top: 25px; }
      @media (min-width: 576px) {
        .content-sweet-extras .callout .copy {
          margin-left: auto;
          margin-right: auto; } }
      @media (min-width: 992px) {
        .content-sweet-extras .callout .copy {
          width: 50%;
          padding-top: 0;
          align-items: center; } }
      @media (min-width: 1200px) {
        .content-sweet-extras .callout .copy {
          margin: 0 auto; } }
      .content-sweet-extras .callout .copy em {
        font-family: "BrandonGrotesque-BlackItalic", Arial, Helvetica, sans-serif;
        font-style: normal;
        font-size: 113%;
        line-height: 134%;
        color: #d01f2f;
        display: block;
        white-space: nowrap; }
        @media (min-width: 1200px) {
          .content-sweet-extras .callout .copy em {
            font-size: 150%;
            line-height: 100%; } }
      .content-sweet-extras .callout .copy strong {
        font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
        font-size: 150%;
        line-height: 117%;
        letter-spacing: 0.8px;
        color: #0b6a38;
        display: block;
        text-transform: uppercase; }
        @media (min-width: 576px) {
          .content-sweet-extras .callout .copy strong {
            font-size: 200%;
            line-height: 125%;
            letter-spacing: 1px;
            padding-left: 50px;
            padding-right: 50px; } }
        @media (min-width: 992px) {
          .content-sweet-extras .callout .copy strong {
            font-size: 250%;
            line-height: 120%;
            letter-spacing: 1.3px;
            padding-left: 0;
            padding-right: 0; } }
        @media (min-width: 1200px) {
          .content-sweet-extras .callout .copy strong {
            padding-left: 50px;
            padding-right: 50px; } }
      .content-sweet-extras .callout .copy p {
        font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
        font-size: 88%;
        line-height: 172%;
        color: #595959;
        padding: 8px 0 32px; }
      .content-sweet-extras .callout .copy .btn {
        min-width: 230px; }
    .content-sweet-extras .callout.callout-top {
      flex-direction: column; }
      .content-sweet-extras .callout.callout-top .image {
        width: 100%; }
      .content-sweet-extras .callout.callout-top .copy {
        width: 100%; }
        .content-sweet-extras .callout.callout-top .copy strong {
          padding: 0; }
          @media (min-width: 1200px) {
            .content-sweet-extras .callout.callout-top .copy strong {
              max-width: 600px;
              margin: 0 auto; } }
        @media (min-width: 1200px) {
          .content-sweet-extras .callout.callout-top .copy p {
            max-width: 515px;
            margin: 0 auto; } }
    .content-sweet-extras .callout.callout-right {
      flex-direction: row-reverse;
      margin-right: -15px; }
      @media (min-width: 576px) {
        .content-sweet-extras .callout.callout-right {
          margin-right: -32px; } }
      .content-sweet-extras .callout.callout-right .image {
        text-align: right; }
        @media (min-width: 992px) {
          .content-sweet-extras .callout.callout-right .image {
            width: 50%; } }
        @media (min-width: 576px) {
          .content-sweet-extras .callout.callout-right .image img {
            position: relative;
            right: -32px; } }
    .content-sweet-extras .callout.callout-overlap {
      position: relative;
      width: calc(100% + 15px); }
      @media (min-width: 576px) {
        .content-sweet-extras .callout.callout-overlap {
          width: calc(100% + 32px); } }
      @media (min-width: 992px) {
        .content-sweet-extras .callout.callout-overlap {
          width: 100%; } }
      @media (min-width: 992px) {
        .content-sweet-extras .callout.callout-overlap .image {
          width: 100%; } }
      .content-sweet-extras .callout.callout-overlap .image img {
        position: relative;
        width: 100%; }
      .content-sweet-extras .callout.callout-overlap .copy {
        width: 100%;
        position: absolute;
        top: auto;
        bottom: 100px;
        left: 0;
        text-align: center;
        padding-left: 12px;
        padding-right: 27px; }
        @media (min-width: 576px) {
          .content-sweet-extras .callout.callout-overlap .copy {
            bottom: 180px;
            padding-left: 54px;
            padding-right: 86px; } }
        @media (min-width: 992px) {
          .content-sweet-extras .callout.callout-overlap .copy {
            width: 50%;
            top: 56.875%;
            bottom: auto;
            transform: translateY(-50%);
            padding-left: 0;
            padding-right: 0; } }
        .content-sweet-extras .callout.callout-overlap .copy em {
          margin: 0 auto; }
          @media (min-width: 576px) {
            .content-sweet-extras .callout.callout-overlap .copy em {
              font-size: 150%;
              line-height: 100%; } }
          @media (min-width: 992px) {
            .content-sweet-extras .callout.callout-overlap .copy em {
              font-size: 113%;
              line-height: 134%;
              max-width: 340px; } }
          @media (min-width: 1200px) {
            .content-sweet-extras .callout.callout-overlap .copy em {
              font-size: 150%;
              line-height: 100%; } }
        .content-sweet-extras .callout.callout-overlap .copy strong {
          margin: 0 auto; }
          @media (min-width: 576px) {
            .content-sweet-extras .callout.callout-overlap .copy strong {
              font-size: 250%;
              line-height: 120%;
              white-space: normal; } }
          @media (min-width: 576px) {
            .content-sweet-extras .callout.callout-overlap .copy strong {
              font-size: 200%;
              line-height: 125%;
              white-space: normal; } }
          @media (min-width: 992px) {
            .content-sweet-extras .callout.callout-overlap .copy strong {
              max-width: 340px; } }
        .content-sweet-extras .callout.callout-overlap .copy p {
          margin-left: auto;
          margin-right: auto; }
          @media (min-width: 992px) {
            .content-sweet-extras .callout.callout-overlap .copy p {
              max-width: 365px; } }
          @media (min-width: 1200px) {
            .content-sweet-extras .callout.callout-overlap .copy p {
              max-width: 400px; } }
    .content-sweet-extras .callout.callout-center {
      position: relative;
      width: calc(100% + 30px);
      margin-left: -15px; }
      @media (min-width: 576px) {
        .content-sweet-extras .callout.callout-center {
          width: calc(100% + 64px);
          margin-left: -32px; } }
      @media (min-width: 992px) {
        .content-sweet-extras .callout.callout-center {
          width: 100%;
          margin-left: 0; } }
      @media (min-width: 992px) {
        .content-sweet-extras .callout.callout-center .image {
          width: 100%; } }
      .content-sweet-extras .callout.callout-center .image img {
        position: relative;
        width: 100%; }
      .content-sweet-extras .callout.callout-center .copy {
        width: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        padding: 0 20px; }
        @media (min-width: 576px) {
          .content-sweet-extras .callout.callout-center .copy {
            padding: 0;
            max-width: 382px; } }
        .content-sweet-extras .callout.callout-center .copy em {
          margin: 0 auto;
          color: #fff; }
          @media (min-width: 1200px) {
            .content-sweet-extras .callout.callout-center .copy em {
              font-size: 150%;
              line-height: 100%; } }
        .content-sweet-extras .callout.callout-center .copy strong {
          margin: 0 auto;
          color: #fff;
          padding-top: 4px; }
          @media (min-width: 576px) {
            .content-sweet-extras .callout.callout-center .copy strong {
              font-size: 200%;
              line-height: 150%;
              padding-top: 8px; } }
          @media (min-width: 1200px) {
            .content-sweet-extras .callout.callout-center .copy strong {
              font-size: 250%;
              line-height: 120%; } }
        .content-sweet-extras .callout.callout-center .copy p {
          margin-left: auto;
          margin-right: auto;
          color: #fff; }
    @media (min-width: 1200px) {
      .content-sweet-extras .callout.callout-social {
        margin-left: 40px;
        margin-right: 40px; } }
    .content-sweet-extras .callout.callout-social .block {
      width: 100%; }
      .content-sweet-extras .callout.callout-social .block.social-block {
        min-height: 305px;
        background-image: url(/App_Themes/krispykremenew/Content/images/dots-for-dark-background.png);
        background-repeat: no-repeat;
        background-size: 230%;
        background-position-y: 185px;
        background-position-x: -10px;
        box-shadow: 0 15px 40px 0 rgba(70, 70, 70, 0.15);
        padding: 25px 25px 90px; }
        @media (min-width: 576px) {
          .content-sweet-extras .callout.callout-social .block.social-block {
            min-height: 500px;
            background-size: 145%;
            background-position-y: 315px;
            background-position-x: -10px;
            padding: 60px 80px; } }
        @media (min-width: 992px) {
          .content-sweet-extras .callout.callout-social .block.social-block {
            min-height: 430px;
            background-size: 180%;
            background-position-y: 280px;
            background-position-x: -10px;
            padding: 55px 45px 100px; } }
        @media (min-width: 1200px) {
          .content-sweet-extras .callout.callout-social .block.social-block {
            min-height: 430px;
            background-size: 180%;
            background-position-y: 255px;
            background-position-x: -10px;
            padding: 40px 80px; } }
        .content-sweet-extras .callout.callout-social .block.social-block .image {
          width: 100%; }
        .content-sweet-extras .callout.callout-social .block.social-block ul.social-media {
          margin-top: 25px;
          display: block;
          width: 100%;
          text-align: center; }
          .content-sweet-extras .callout.callout-social .block.social-block ul.social-media li {
            vertical-align: top;
            display: inline-block;
            margin-right: 16px; }
            .content-sweet-extras .callout.callout-social .block.social-block ul.social-media li:last-child {
              margin-right: 0; }
          .content-sweet-extras .callout.callout-social .block.social-block ul.social-media a {
            color: #fff;
            background-color: #0b6a38;
            width: 32px;
            height: 32px;
            line-height: 34px;
            text-align: center;
            font-size: 107%;
            border-radius: 100px;
            display: block; }

@media (min-width: 576px) {
  .hotlight.on section.content-sweet-extras .callout.callout-right {
    margin-right: 0; } }

@media (min-width: 576px) {
  .hotlight.on section.content-sweet-extras .callout.callout-right .image img {
    right: 0; } }

@media (min-width: 576px) {
  .hotlight.on section.content-sweet-extras .callout.callout-center {
    width: calc(100% + 16px);
    margin-left: -8px; } }

@media (min-width: 576px) {
  .hotlight.on section.content-sweet-extras .callout.callout-overlap {
    width: calc(100% + 8px); } }

.basic-page {
  padding-top: 30px; }
  @media (min-width: 576px) {
    .basic-page {
      padding-top: 0; } }
  .basic-page .basic-content .sitemap h2 {
    font-size: 150%;
    line-height: 117%;
    letter-spacing: normal;
    padding-top: 50px; }
    @media (min-width: 576px) {
      .basic-page .basic-content .sitemap h2 {
        padding-top: 70px; } }
    .basic-page .basic-content .sitemap h2:first-child {
      padding-top: 20px; }
      @media (min-width: 576px) {
        .basic-page .basic-content .sitemap h2:first-child {
          padding-top: 35px; } }
      @media (min-width: 992px) {
        .basic-page .basic-content .sitemap h2:first-child {
          padding-top: 55px; } }
  .basic-page .basic-content .sitemap .CMSSiteMapList {
    display: flex;
    flex-direction: column; }
    .basic-page .basic-content .sitemap .CMSSiteMapList &gt; li {
      margin-left: 0;
      padding-top: 17px; }
      .basic-page .basic-content .sitemap .CMSSiteMapList &gt; li:first-child {
        padding-top: 20px; }
      .basic-page .basic-content .sitemap .CMSSiteMapList &gt; li::before {
        content: none; }
      .basic-page .basic-content .sitemap .CMSSiteMapList &gt; li &gt; a {
        display: inline-block;
        font-size: 88%;
        line-height: 115%;
        font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
        letter-spacing: 0.6px;
        text-transform: uppercase;
        font-weight: 900; }
        @media (min-width: 992px) {
          .basic-page .basic-content .sitemap .CMSSiteMapList &gt; li &gt; a {
            margin-left: 30px; } }
      .basic-page .basic-content .sitemap .CMSSiteMapList &gt; li &gt; .CMSSiteMapList {
        margin-left: 19px; }
        .basic-page .basic-content .sitemap .CMSSiteMapList &gt; li &gt; .CMSSiteMapList &gt; li &gt; a {
          font-size: 88%;
          line-height: 86%;
          font-weight: 500; }
  @media (min-width: 992px) {
    .basic-page .basic-content .sitemap .split-col .CMSSiteMapList {
      flex-flow: row wrap; } }
  @media (min-width: 992px) {
    .basic-page .basic-content .sitemap .split-col .CMSSiteMapList &gt; li {
      flex-basis: 50%; } }

.search-results {
  padding-bottom: 71px; }
  @media (min-width: 768px) {
    .search-results {
      max-width: 664px;
      margin: 0 auto; } }
  .search-results h1 {
    padding-top: 16px;
    padding-bottom: 12px;
    text-align: center;
    font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
    font-size: 225%;
    line-height: 112%;
    text-transform: uppercase;
    color: #0b6a38; }
    @media (min-width: 576px) {
      .search-results h1 {
        padding-top: 38px;
        padding-bottom: 36px;
        font-size: 200%;
        line-height: 125%;
        letter-spacing: 1.5px; } }
    @media (min-width: 768px) {
      .search-results h1 {
        padding-bottom: 69px;
        font-size: 300%;
        line-height: 100%; } }
    @media (min-width: 992px) {
      .search-results h1 {
        padding-bottom: 63px;
        font-size: 400%;
        line-height: 100%; } }
    @media (min-width: 1200px) {
      .search-results h1 {
        padding-bottom: 46px; } }
  .search-results .searchBox {
    display: flex; }
    .search-results .searchBox input.form-control {
      width: calc(100% - 24px);
      flex: 1;
      padding-top: 0;
      padding-bottom: 0;
      border: none;
      border-bottom: solid 2px #979797;
      font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
      font-size: 150%;
      line-height: 100%;
      color: #7e7e7e; }
    .search-results .searchBox input.btn {
      border: none;
      border-bottom: solid 2px #979797;
      border-radius: 0;
      background: url(/App_Themes/krispykremenew/Content/icons/search.svg) no-repeat;
      background-position: center center;
      background-size: 24px;
      width: 32px;
      height: 50px;
      display: block;
      text-indent: -9999px;
      font-size: 0px;
      line-height: 0px; }
  .search-results .result-items {
    padding-top: 8px; }
    @media (min-width: 1200px) {
      .search-results .result-items {
        padding-top: 20px; } }
    .search-results .result-items span.ContentLabel {
      display: block;
      padding-top: 32px;
      color: #595959; }
    .search-results .result-items .result-item {
      padding-top: 32px; }
      .search-results .result-items .result-item .datetime {
        font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
        font-size: 88%;
        line-height: 172%;
        letter-spacing: 0.8px;
        color: #808080; }
      .search-results .result-items .result-item .title {
        font-family: "BrandonGrotesque-RegularBold", Arial, Helvetica, sans-serif;
        font-size: 113%;
        line-height: 134%;
        color: #046a38; }
        @media (min-width: 1200px) {
          .search-results .result-items .result-item .title {
            font-size: 150%;
            line-height: 134%; } }
      .search-results .result-items .result-item .body {
        font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
        font-size: 88%;
        line-height: 172%;
        color: #595959; }
      .search-results .result-items .result-item .link {
        font-family: "BrandonGrotesque-RegularBold", Arial, Helvetica, sans-serif;
        font-size: 88%;
        line-height: 172%;
        color: #d01f2f; }
  .search-results .pager {
    padding-top: 53px;
    display: flex; }
    @media (min-width: 768px) {
      .search-results .pager {
        padding-top: 40px; } }
    @media (min-width: 992px) {
      .search-results .pager {
        padding-top: 69px; } }
    @media (min-width: 1200px) {
      .search-results .pager {
        padding-top: 40px; } }
    .search-results .pager .previous-page, .search-results .pager .next-page {
      width: 50%;
      text-align: center; }
    .search-results .pager .btn {
      min-width: 125px; }

section.all-locations {
  padding-top: 30px; }
  @media (min-width: 576px) {
    section.all-locations {
      padding-top: 0; } }
  section.all-locations .container {
    padding: 0; }
  section.all-locations .locations {
    padding-top: 30px; }
    @media (min-width: 576px) {
      section.all-locations .locations {
        column-count: 2; } }
    @media (min-width: 768px) {
      section.all-locations .locations {
        padding-top: 60px; } }
    @media (min-width: 992px) {
      section.all-locations .locations {
        column-count: 3; } }
    @media (min-width: 1200px) {
      section.all-locations .locations {
        column-count: 4; } }
    section.all-locations .locations ul li {
      padding-bottom: 20px;
      -webkit-column-break-inside: avoid;
      page-break-inside: avoid;
      break-inside: avoid; }
      section.all-locations .locations ul li h2 {
        font-size: 113%;
        line-height: 100%;
        color: #0b6a38;
        font-weight: bold;
        margin-bottom: 10px; }
      section.all-locations .locations ul li address {
        font-style: normal;
        font-size: 94%;
        line-height: 107%;
        color: #595959; }

div.location-details .container-fluid {
  padding: 0; }

div.location-details .all-shops {
  font-size: 88%;
  line-height: 172%;
  color: #046a38;
  font-weight: bold; }

div.location-details .heading {
  text-align: center; }
  div.location-details .heading .copy {
    margin-bottom: 40px; }
    div.location-details .heading .copy .title {
      padding: 25px 0 0 0;
      margin: 0;
      text-align: center;
      line-height: 24px; }
      div.location-details .heading .copy .title em {
        display: block;
        font-family: "BrandonGrotesque-BlackItalic", Arial, Helvetica, sans-serif;
        font-style: normal;
        font-size: 45%;
        line-height: 134%;
        letter-spacing: 0.6px;
        color: #d01f2f; }
        @media (min-width: 576px) {
          div.location-details .heading .copy .title em {
            font-size: 60%;
            line-height: 100%; } }
        @media (min-width: 992px) {
          div.location-details .heading .copy .title em {
            margin-bottom: 10px; } }
      div.location-details .heading .copy .title strong {
        display: block;
        font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
        font-size: 80%;
        line-height: 125%;
        letter-spacing: 1px;
        text-transform: uppercase;
        color: #046a38; }
        @media (min-width: 576px) {
          div.location-details .heading .copy .title strong {
            font-size: 120%;
            line-height: 138%; } }
        @media (min-width: 992px) {
          div.location-details .heading .copy .title strong {
            font-size: 160%;
            line-height: 104%; } }
    div.location-details .heading .copy .hours-mileage {
      color: #595959;
      font-style: italic;
      font-size: 88%;
      line-height: 172%; }
      @media (min-width: 576px) {
        div.location-details .heading .copy .hours-mileage {
          font-size: 100%;
          line-height: 150%; } }
  div.location-details .heading .primary-order-now {
    text-align: center; }
    @media (min-width: 576px) {
      div.location-details .heading .primary-order-now {
        display: block;
        text-align: center; } }
    div.location-details .heading .primary-order-now a {
      width: 275px;
      display: inline-block;
      margin-top: 24px; }
      @media (min-width: 576px) {
        div.location-details .heading .primary-order-now a {
          width: 180px;
          margin-top: 24px; } }
      div.location-details .heading .primary-order-now a.order-desktop-url {
        display: none; }
        @media (min-width: 576px) {
          div.location-details .heading .primary-order-now a.order-desktop-url {
            display: inline-block; } }
      div.location-details .heading .primary-order-now a.order-mobile-url {
        display: inline-block; }
        @media (min-width: 576px) {
          div.location-details .heading .primary-order-now a.order-mobile-url {
            display: none; } }

@media (min-width: 576px) {
  div.location-details .shop-details {
    box-shadow: 0 15px 40px 0 rgba(70, 70, 70, 0.15); } }

div.location-details .shop-promo {
  text-align: center;
  display: none; }
  @media (min-width: 768px) {
    div.location-details .shop-promo {
      display: block; }
      div.location-details .shop-promo img {
        max-width: 100%; } }

div.location-details .shop-map-container {
  position: relative; }
  @media (min-width: 992px) {
    div.location-details .shop-map-container {
      padding-right: 0; } }
  div.location-details .shop-map-container #shop-map {
    position: relative;
    margin: 0 -15px;
    height: 260px; }
    @media (min-width: 576px) {
      div.location-details .shop-map-container #shop-map {
        margin: 0;
        height: 400px; } }
    @media (min-width: 768px) {
      div.location-details .shop-map-container #shop-map {
        height: 605px; } }
    @media (min-width: 992px) {
      div.location-details .shop-map-container #shop-map {
        width: 100%;
        height: 100%; } }

div.location-details .shop-info-container {
  display: flex;
  align-items: center; }
  div.location-details .shop-info-container .shop-info {
    display: inline-block;
    max-width: 300px;
    margin: 0 auto;
    color: #595959;
    font-size: 100%;
    line-height: 150%;
    padding: 50px 0; }
    @media (min-width: 992px) {
      div.location-details .shop-info-container .shop-info {
        padding: 60px 0; } }
    div.location-details .shop-info-container .shop-info .btn-favorite,
    div.location-details .shop-info-container .shop-info .preferred-shop {
      padding: 0;
      /*display: none;*/
      display: inline-block;
      font-family: "BrandonGrotesque-BlackItalic", Arial, Helvetica, sans-serif;
      font-style: normal;
      font-size: 100%;
      line-height: 150%;
      color: #c8102e; }
      div.location-details .shop-info-container .shop-info .btn-favorite:hover, div.location-details .shop-info-container .shop-info .btn-favorite:active,
      div.location-details .shop-info-container .shop-info .preferred-shop:hover,
      div.location-details .shop-info-container .shop-info .preferred-shop:active {
        text-decoration: none; }
    div.location-details .shop-info-container .shop-info strong {
      font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
      font-size: 82%;
      line-height: 185%;
      letter-spacing: 1px;
      color: #000;
      text-transform: uppercase;
      margin-bottom: 5px; }
    div.location-details .shop-info-container .shop-info time {
      display: block; }
    div.location-details .shop-info-container .shop-info .shop-block {
      position: relative;
      margin-top: 30px;
      padding-left: 50px;
      padding-right: 50px; }
      div.location-details .shop-info-container .shop-info .shop-block:before {
        position: absolute;
        top: 0;
        left: 0;
        content: ' ';
        display: inline-block;
        background-size: 30px;
        background-repeat: no-repeat;
        width: 30px;
        height: 30px; }
      div.location-details .shop-info-container .shop-info .shop-block.shop-location {
        margin-top: 0; }
        div.location-details .shop-info-container .shop-info .shop-block.shop-location:before {
          height: 40px;
          background-image: url("../icons/doughnut-marker.svg"); }
      div.location-details .shop-info-container .shop-info .shop-block.shop-hours:before {
        background-image: url("../icons/clock-alt.svg"); }
      div.location-details .shop-info-container .shop-info .shop-block.shop-contact:before {
        background-image: url("../icons/phone.svg"); }
      div.location-details .shop-info-container .shop-info .shop-block.shop-contact a {
        font-weight: bold; }
      div.location-details .shop-info-container .shop-info .shop-block .hour-block {
        margin-bottom: 10px; }
      div.location-details .shop-info-container .shop-info .shop-block .shop {
        min-height: 20px; }

@media (min-width: 992px) {
  div.location-details .shop-image-services-row {
    align-items: center;
    justify-content: center; } }

div.location-details .shop-services {
  padding: 30px 20px; }
  @media (min-width: 576px) {
    div.location-details .shop-services {
      padding-top: 50px;
      padding-bottom: 70px; } }
  @media (min-width: 992px) {
    div.location-details .shop-services {
      padding: 0 60px;
      order: 1; } }
  div.location-details .shop-services h2 {
    font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
    font-size: 82%;
    line-height: 185%;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
    margin-bottom: 15px; }
  div.location-details .shop-services .nothing-here {
    text-align: center; }
    div.location-details .shop-services .nothing-here img {
      margin-bottom: 14px; }
    div.location-details .shop-services .nothing-here p {
      color: #7e7e7e;
      font-weight: bold;
      text-transform: uppercase; }
  div.location-details .shop-services .services {
    display: flex;
    flex-wrap: wrap; }
    @media (min-width: 576px) {
      div.location-details .shop-services .services {
        width: 80%;
        margin: 0 auto; } }
    div.location-details .shop-services .services li {
      width: 33%;
      text-align: center;
      padding-top: 15px; }
    div.location-details .shop-services .services .feature {
      display: inline-block;
      text-align: center; }
      div.location-details .shop-services .services .feature &gt; img {
        width: 42px;
        height: auto; }
        @media (min-width: 576px) {
          div.location-details .shop-services .services .feature &gt; img {
            width: 64px; } }
        @media (min-width: 992px) {
          div.location-details .shop-services .services .feature &gt; img {
            width: 42px; } }
        @media (min-width: 1200px) {
          div.location-details .shop-services .services .feature &gt; img {
            width: 56px; } }
      div.location-details .shop-services .services .feature span {
        display: block;
        margin-top: 7px;
        font-family: "BrandonGrotesque-BlackItalic", Arial, Helvetica, sans-serif;
        font-style: normal;
        font-size: 66%;
        line-height: 158%;
        color: #0b6a38; }
        @media (min-width: 576px) {
          div.location-details .shop-services .services .feature span {
            font-size: 100%;
            line-height: 113%; } }
        @media (min-width: 992px) {
          div.location-details .shop-services .services .feature span {
            font-size: 66%;
            line-height: 158%; } }

@media (min-width: 992px) {
  div.location-details .shop-image {
    order: 2;
    padding-left: 0; } }

div.location-details .shop-image .image-container {
  margin: 0 -15px; }
  @media (min-width: 576px) {
    div.location-details .shop-image .image-container {
      margin: 0; } }
  div.location-details .shop-image .image-container img {
    width: 100%;
    height: auto; }

div.location-details .cta-container {
  text-align: center; }
  div.location-details .cta-container .cta {
    display: inline-block;
    text-align: center;
    width: 100%;
    padding: 30px 0 60px 0; }
    @media (min-width: 576px) {
      div.location-details .cta-container .cta {
        padding-top: 50px; } }
    div.location-details .cta-container .cta .copy {
      max-width: 275px;
      margin-left: auto;
      margin-right: auto; }
    div.location-details .cta-container .cta em {
      font-family: "BrandonGrotesque-BlackItalic", Arial, Helvetica, sans-serif;
      font-style: normal;
      font-size: 100%;
      display: block;
      color: #d01f2f; }
      @media (min-width: 576px) {
        div.location-details .cta-container .cta em {
          font-size: 150%; } }
    div.location-details .cta-container .cta strong {
      font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
      font-size: 150%;
      line-height: 117%;
      letter-spacing: 1px;
      text-transform: uppercase;
      letter-spacing: 0.8px;
      color: #0b6a38;
      display: block;
      text-align: center; }
      @media (min-width: 576px) {
        div.location-details .cta-container .cta strong {
          font-size: 250%;
          line-height: 120%;
          letter-spacing: 1.3px; } }
    div.location-details .cta-container .cta p {
      font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
      font-size: 88%;
      line-height: 150%;
      text-align: center;
      color: #7e7e7e;
      font-style: italic;
      margin-top: 10px; }
      @media (min-width: 576px) {
        div.location-details .cta-container .cta p {
          font-size: 100%;
          line-height: 150%; } }
    div.location-details .cta-container .cta .btn {
      margin-top: 20px;
      min-width: 275px;
      padding-left: 25px;
      padding-right: 25px; }

div.location-details .fundraising-promo {
  border-top: 1px solid #dfdfdf; }
  @media (min-width: 576px) {
    div.location-details .fundraising-promo {
      border-width: 0; } }
  div.location-details .fundraising-promo .cta-promo {
    text-align: center;
    display: none; }
    @media (min-width: 992px) {
      div.location-details .fundraising-promo .cta-promo {
        padding-bottom: 60px;
        display: block; }
        div.location-details .fundraising-promo .cta-promo img {
          width: 100%;
          height: auto;
          max-width: 100%; } }
  @media (min-width: 576px) {
    div.location-details .fundraising-promo .cta-container .cta .btn {
      min-width: 0; } }
  @media (min-width: 992px) {
    div.location-details .fundraising-promo .cta-container .cta {
      padding-top: 70px; }
      div.location-details .fundraising-promo .cta-container .cta .copy {
        max-width: 470px; }
        div.location-details .fundraising-promo .cta-container .cta .copy p {
          color: #595959; } }

@media (min-width: 992px) {
  div.location-details .careers-promo {
    box-shadow: 0 15px 40px 0 rgba(70, 70, 70, 0.15);
    margin-bottom: 50px; }
    div.location-details .careers-promo .row {
      align-items: center;
      justify-content: center; } }

@media (min-width: 992px) {
  div.location-details .careers-promo .career-image {
    padding-right: 0; } }

div.location-details .careers-promo .image-container {
  margin: 0 -15px; }
  @media (min-width: 576px) {
    div.location-details .careers-promo .image-container {
      margin: 0; } }
  div.location-details .careers-promo .image-container img {
    width: 100%;
    height: auto; }

@media (min-width: 992px) {
  div.location-details .careers-promo .cta-container {
    padding-top: 0; } }

@media (min-width: 576px) {
  div.location-details .careers-promo .cta-container .cta {
    padding-bottom: 50px; } }

@media (min-width: 992px) {
  div.location-details .careers-promo .cta-container .cta {
    padding-top: 0;
    padding-bottom: 0; } }

@media (min-width: 576px) {
  div.location-details .careers-promo .cta-container .cta .copy {
    max-width: 100%; }
    div.location-details .careers-promo .cta-container .cta .copy strong {
      font-size: 150%;
      line-height: 117%;
      letter-spacing: 0.8px; }
    div.location-details .careers-promo .cta-container .cta .copy p {
      font-size: 88%;
      line-height: 150%;
      color: #595959; } }

section.contact-us {
  padding-top: 30px;
  padding-bottom: 56px; }
  @media (min-width: 576px) {
    section.contact-us {
      padding-top: 0; } }
  @media (min-width: 992px) {
    section.contact-us {
      padding-bottom: 60px; } }
  @media (min-width: 992px) {
    section.contact-us {
      padding-bottom: 67px; } }
  section.contact-us .kk-heading {
    display: block;
    font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
    font-size: 200%;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase; }
    @media (min-width: 576px) {
      section.contact-us .kk-heading {
        font-size: 300%;
        line-height: 100%;
        letter-spacing: 1.5px; } }
    @media (min-width: 1200px) {
      section.contact-us .kk-heading {
        font-size: 400%;
        line-height: 100%;
        letter-spacing: 2px; } }
  section.contact-us .subNav {
    padding: 24px 0 32px; }
    @media (min-width: 576px) {
      section.contact-us .subNav {
        margin: 0;
        padding: 40px 0; } }
    @media (min-width: 992px) {
      section.contact-us .subNav {
        padding: 40px 0 48px; } }
    section.contact-us .subNav.expanded {
      z-index: 10;
      position: relative;
      margin: 0 -15px; }
      @media (min-width: 576px) {
        section.contact-us .subNav.expanded {
          margin: 0; } }
      @media (min-width: 992px) {
        section.contact-us .subNav.expanded {
          height: auto; } }
      section.contact-us .subNav.expanded button {
        background-color: #f6f6f6;
        padding-left: 15px;
        padding-right: 15px; }
        section.contact-us .subNav.expanded button:before {
          transform: rotate(180deg);
          transition: transform 0.25s ease-in-out; }
      section.contact-us .subNav.expanded ul {
        position: absolute;
        width: 100%;
        display: block;
        background-color: #fff; }
        @media (min-width: 576px) {
          section.contact-us .subNav.expanded ul {
            box-shadow: 0 15px 40px 0 rgba(70, 70, 70, 0.13); } }
        @media (min-width: 992px) {
          section.contact-us .subNav.expanded ul {
            top: auto;
            position: static;
            border-width: 0;
            box-shadow: none; } }
      section.contact-us .subNav.expanded li a {
        padding-left: 15px;
        padding-right: 15px; }
    section.contact-us .subNav button {
      padding-left: 0;
      padding-right: 0;
      color: #c8102e;
      width: 100%;
      text-align: left;
      font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
      font-size: 88%;
      text-transform: uppercase;
      white-space: nowrap;
      border-bottom: 1px solid #ebebeb; }
      section.contact-us .subNav button:hover {
        text-decoration: none; }
      section.contact-us .subNav button:before {
        float: right;
        display: block;
        width: 16px;
        height: 16px;
        color: #c8102e;
        transition: transform 0.25s ease-in-out;
        margin-top: 4px; }
        @media (min-width: 992px) {
          section.contact-us .subNav button:before {
            display: none; } }
      @media (min-width: 576px) {
        section.contact-us .subNav button {
          padding-left: 15px;
          padding-right: 15px; } }
      @media (min-width: 992px) {
        section.contact-us .subNav button {
          display: none; } }
    section.contact-us .subNav ul {
      display: none; }
      @media (min-width: 992px) {
        section.contact-us .subNav ul {
          overflow: visible;
          position: static;
          display: flex;
          justify-content: center;
          height: auto;
          width: 100%;
          padding-top: 20px;
          max-width: 725px;
          margin: 0 auto; } }
      @media (min-width: 1200px) {
        section.contact-us .subNav ul {
          max-width: 900px; } }
    section.contact-us .subNav li {
      border-bottom: 1px solid #ebebeb;
      display: block; }
      @media (min-width: 992px) {
        section.contact-us .subNav li {
          display: inline;
          border-bottom: 0;
          text-align: center;
          padding: 0 30px; } }
      section.contact-us .subNav li a {
        font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
        font-size: 88%;
        text-transform: uppercase;
        white-space: nowrap;
        padding: 10px 0;
        display: block;
        color: #046a38; }
        @media (min-width: 576px) {
          section.contact-us .subNav li a {
            padding-left: 15px;
            padding-right: 15px; } }
        @media (min-width: 992px) {
          section.contact-us .subNav li a {
            padding-left: 0;
            padding-right: 0;
            display: inline-block;
            font-size: 88%;
            line-height: 115%;
            letter-spacing: 0.8px; } }
        @media (min-width: 1200px) {
          section.contact-us .subNav li a {
            font-size: 113%;
            line-height: 134%;
            letter-spacing: 0px; } }
      @media (min-width: 992px) {
        section.contact-us .subNav li.active a {
          color: #c8102e;
          border-bottom: 3px solid #c8102e; } }
  section.contact-us .contact-body {
    text-align: center;
    font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
    font-size: 82%;
    line-height: 185%;
    color: #595959; }
    @media (min-width: 992px) {
      section.contact-us .contact-body {
        max-width: 505px;
        margin: 0 auto; } }
  @media (min-width: 992px) {
    section.contact-us .contact-form {
      max-width: 505px;
      margin: 0 auto; } }
  section.contact-us .contact-form &gt; p {
    margin-bottom: 30px;
    text-align: center;
    font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
    font-size: 82%;
    line-height: 185%;
    color: #595959; }
  section.contact-us .contact-form .ErrorLabel {
    display: block;
    margin-bottom: 20px;
    font-size: 88%;
    line-height: 150%;
    font-style: italic;
    color: #c8102e; }
  section.contact-us .contact-form .form-actions .btn {
    display: block;
    width: 100%; }
    @media (min-width: 576px) {
      section.contact-us .contact-form .form-actions .btn {
        display: inline-block;
        width: auto;
        min-width: 250px; } }
  section.contact-us .submitted {
    padding-bottom: 60px;
    border-bottom: 1px solid #ebebeb; }
    section.contact-us .submitted .image {
      width: 50%;
      margin: 0 auto; }
      @media (min-width: 768px) {
        section.contact-us .submitted .image {
          width: 277px; } }
      section.contact-us .submitted .image img {
        width: 100%; }
    section.contact-us .submitted .copy {
      text-align: center;
      padding-top: 32px; }
      @media (min-width: 576px) {
        section.contact-us .submitted .copy {
          margin-left: auto;
          margin-right: auto; } }
      @media (min-width: 992px) {
        section.contact-us .submitted .copy {
          width: 50%;
          align-items: center; } }
      @media (min-width: 1200px) {
        section.contact-us .submitted .copy {
          margin: 0 auto; } }
      section.contact-us .submitted .copy em {
        font-family: "BrandonGrotesque-BlackItalic", Arial, Helvetica, sans-serif;
        font-style: normal;
        font-size: 150%;
        line-height: 100%;
        color: #d01f2f;
        display: block;
        white-space: nowrap; }
        @media (min-width: 1200px) {
          section.contact-us .submitted .copy em {
            font-size: 150%;
            line-height: 100%; } }
      section.contact-us .submitted .copy strong {
        font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
        font-size: 150%;
        line-height: 117%;
        letter-spacing: 0.8px;
        color: #0b6a38;
        display: block;
        text-transform: uppercase; }
        @media (min-width: 576px) {
          section.contact-us .submitted .copy strong {
            font-size: 200%;
            line-height: 125%;
            letter-spacing: 1px;
            padding-left: 50px;
            padding-right: 50px; } }
        @media (min-width: 992px) {
          section.contact-us .submitted .copy strong {
            font-size: 250%;
            line-height: 120%;
            letter-spacing: 1.3px;
            padding-left: 0;
            padding-right: 0; } }
        @media (min-width: 1200px) {
          section.contact-us .submitted .copy strong {
            padding-left: 50px;
            padding-right: 50px; } }
      section.contact-us .submitted .copy p {
        font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
        font-size: 88%;
        line-height: 172%;
        color: #595959;
        padding: 8px 0 32px; }
  section.contact-us .contact-bottom {
    display: flex;
    flex-flow: column; }
    @media (min-width: 992px) {
      section.contact-us .contact-bottom {
        flex-flow: row nowrap; } }
    section.contact-us .contact-bottom &gt; div {
      padding-top: 48px; }
      @media (min-width: 992px) {
        section.contact-us .contact-bottom &gt; div {
          padding-top: 70px;
          padding-left: 40px; } }
      @media (min-width: 1200px) {
        section.contact-us .contact-bottom &gt; div {
          padding-top: 65px;
          padding-left: 178px; } }
      section.contact-us .contact-bottom &gt; div:first-child {
        padding-top: 64px; }
        @media (min-width: 576px) {
          section.contact-us .contact-bottom &gt; div:first-child {
            padding-top: 70px; } }
        @media (min-width: 992px) {
          section.contact-us .contact-bottom &gt; div:first-child {
            max-width: 445px;
            padding-left: 0; } }
      section.contact-us .contact-bottom &gt; div &gt; h2 {
        margin: 0;
        padding-bottom: 8px;
        font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
        font-size: 100%;
        line-height: 150%;
        letter-spacing: 0.5px;
        text-transform: uppercase;
        color: #303030; }
      section.contact-us .contact-bottom &gt; div &gt; p {
        font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
        font-size: 100%;
        line-height: 150%;
        color: #595959;
        margin-bottom: 24px; }
      section.contact-us .contact-bottom &gt; div &gt; address {
        margin: 0;
        font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
        font-size: 100%;
        line-height: 150%;
        color: #595959; }
        section.contact-us .contact-bottom &gt; div &gt; address strong,
        section.contact-us .contact-bottom &gt; div &gt; address a {
          font-family: "BrandonGrotesque-RegularBold", Arial, Helvetica, sans-serif; }

/* duplicating page from old site */
.required-fields {
  padding: 20px;
  color: #636466; }
  .required-fields p {
    font-family: 'BrandonGrotesque-RegularRoman'; }
  .required-fields .title {
    font-family: 'BrandonGrotesque-RegularBold';
    background-color: #fff;
    height: 100% !important; }

section.promo {
  margin-bottom: 56px;
  padding-top: 30px;
  /*https://css-tricks.com/NetMag/FluidWidthVideo/Article-FluidWidthVideo.php*/ }
  @media (min-width: 576px) {
    section.promo {
      padding-top: 0; } }
  section.promo &gt; .header {
    text-align: center; }
    section.promo &gt; .header .heading {
      font-family: "BrandonGrotesque-BlackItalic", Arial, Helvetica, sans-serif;
      font-style: normal;
      font-size: 45%;
      line-height: 134%;
      letter-spacing: 0.8px;
      color: #d01f2f;
      display: block; }
      @media (min-width: 576px) {
        section.promo &gt; .header .heading {
          font-size: 60%;
          line-height: 100%;
          letter-spacing: normal; } }
      @media (min-width: 992px) {
        section.promo &gt; .header .heading {
          letter-spacing: 0.8px; } }
    section.promo &gt; .header .subheading {
      padding-top: 4px;
      font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
      font-size: 90%;
      line-height: 112%;
      letter-spacing: 1.1px;
      color: #0b6a38;
      text-transform: uppercase; }
      @media (min-width: 576px) {
        section.promo &gt; .header .subheading {
          padding-top: 8px;
          font-size: 100%;
          line-height: 120%;
          letter-spacing: 1.3px; } }
      @media (min-width: 992px) {
        section.promo &gt; .header .subheading {
          padding-top: 13px;
          font-size: 120%;
          line-height: 117%;
          letter-spacing: 1.5px; } }
      @media (min-width: 1200px) {
        section.promo &gt; .header .subheading {
          max-width: 800px;
          margin: 0 auto;
          padding-top: 8px;
          font-size: 160%;
          line-height: 107%;
          letter-spacing: 2px; } }
  section.promo &gt; .description {
    padding: 24px 10px 0;
    text-align: center;
    font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
    font-size: 150%;
    line-height: 134%;
    color: #303030;
    text-transform: uppercase; }
    @media (min-width: 576px) {
      section.promo &gt; .description {
        padding: 8px 0 0;
        letter-spacing: 1.2px; } }
    @media (min-width: 992px) {
      section.promo &gt; .description {
        padding-top: 16px; } }
  section.promo &gt; .media-video {
    position: relative;
    height: 0;
    margin-top: 40px;
    padding-bottom: 56.25%;
    padding-top: 25px; }
    @media (min-width: 992px) {
      section.promo &gt; .media-video {
        margin-top: 32px; } }
    section.promo &gt; .media-video iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  section.promo &gt; .image {
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center; }
    section.promo &gt; .image img {
      max-width: 100%; }
  section.promo &gt; p:not(.disclaimer) {
    font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
    font-size: 100%;
    line-height: 150%;
    color: #303030; }
    @media (min-width: 992px) {
      section.promo &gt; p:not(.disclaimer) {
        max-width: 487px;
        margin: 0 auto; } }
    @media (min-width: 1200px) {
      section.promo &gt; p:not(.disclaimer) {
        max-width: 620px; } }
    section.promo &gt; p:not(.disclaimer) + p {
      margin-top: 20px; }
  section.promo &gt; .body {
    padding-top: 40px; }
    @media (min-width: 576px) {
      section.promo &gt; .body {
        padding-top: 48px; } }
  section.promo &gt; .additional-content {
    padding-top: 40px; }
    @media (min-width: 576px) {
      section.promo &gt; .additional-content {
        padding-top: 48px; } }
  section.promo &gt; .ctas {
    padding: 40px 0 64px;
    display: flex;
    justify-content: center; }
    @media (min-width: 576px) {
      section.promo &gt; .ctas {
        padding-bottom: 92px; } }
    @media (min-width: 992px) {
      section.promo &gt; .ctas {
        padding-bottom: 72px; } }
    section.promo &gt; .ctas .btn {
      padding-left: 42px;
      padding-right: 42px; }
  section.promo &gt; .participating-shops h2 {
    max-width: 250px;
    margin: 0 auto;
    text-align: center;
    font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
    font-size: 150%;
    line-height: 134%;
    color: #046a38;
    text-transform: uppercase; }
    @media (min-width: 576px) {
      section.promo &gt; .participating-shops h2 {
        max-width: none;
        font-size: 250%;
        line-height: 120%;
        letter-spacing: 1.3px; } }
  section.promo &gt; .participating-shops .shops {
    margin-top: 40px; }
    @media (min-width: 576px) {
      section.promo &gt; .participating-shops .shops .storeListContainer {
        column-count: 2; } }
    @media (min-width: 992px) {
      section.promo &gt; .participating-shops .shops .storeListContainer {
        column-count: 3; } }
    @media (min-width: 1200px) {
      section.promo &gt; .participating-shops .shops .storeListContainer {
        column-count: 4; } }
    section.promo &gt; .participating-shops .shops .storeListContainer .item {
      margin-bottom: 40px;
      font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
      font-size: 100%;
      line-height: 200%;
      color: #303030; }
      @media (min-width: 576px) {
        section.promo &gt; .participating-shops .shops .storeListContainer .item {
          -webkit-column-break-inside: avoid;
          /* Chrome, Safari, Opera */
          page-break-inside: avoid;
          /* Firefox */
          break-inside: avoid;
          /* IE 10+ */ } }
      section.promo &gt; .participating-shops .shops .storeListContainer .item strong {
        font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
        font-size: 100%;
        line-height: 150%;
        letter-spacing: 0.5px;
        color: #046a38;
        text-transform: uppercase; }
  section.promo &gt; .disclaimer {
    margin-top: 56px;
    padding: 0 15px;
    font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
    font-size: 75%;
    line-height: 167%;
    text-align: left;
    color: #595959; }
    @media (min-width: 992px) {
      section.promo &gt; .disclaimer {
        padding: 0; } }
  section.promo .accordian-section {
    border-top: 1px solid #e4e9eb;
    padding: 23px 0;
    max-width: 750px;
    margin: auto; }
    section.promo .accordian-section a {
      display: block;
      position: relative; }
      section.promo .accordian-section a span:first-of-type {
        font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
        display: block;
        color: #0b6a38;
        font-size: 150%;
        text-transform: uppercase; }
      section.promo .accordian-section a span:last-of-type {
        font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
        font-size: 100%;
        color: #595959; }
      section.promo .accordian-section a:after {
        content: ' ';
        display: block;
        position: absolute;
        right: 0;
        top: 5px;
        background-image: url(/App_Themes/krispykremenew/Content/images/down.png);
        width: 20px;
        height: 20px;
        background-size: 20px;
        background-repeat: no-repeat;
        transform: none;
        -webkit-transform: none; }
      section.promo .accordian-section a.up:after {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }
    section.promo .accordian-section &gt; div {
      display: none;
      margin-top: 40px; }
      section.promo .accordian-section &gt; div h2 {
        font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
        font-size: 113%;
        color: #303030;
        text-transform: uppercase;
        padding-top: 8px; }
      section.promo .accordian-section &gt; div p {
        font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
        color: #595959;
        font-size: 100%;
        line-height: 150%; }
  section.promo .form-section h2 {
    max-width: 360px;
    margin: 0 auto;
    text-align: center;
    font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
    font-size: 150%;
    line-height: 134%;
    color: #046a38;
    text-transform: uppercase; }
    @media (min-width: 576px) {
      section.promo .form-section h2 {
        max-width: none;
        font-size: 250%;
        line-height: 120%;
        letter-spacing: 1.3px; } }
  section.promo .form-section .ErrorLabel {
    max-width: 360px;
    color: #c8102e;
    margin: 30px auto;
    display: block; }
  section.promo .form-section table {
    margin: 30px auto 60px auto;
    box-shadow: 0 15px 40px 0 rgba(70, 70, 70, 0.13);
    padding: 20px;
    max-width: 360px; }
    section.promo .form-section table tr td {
      padding: 10px !important; }
    section.promo .form-section table tr.hide-label label {
      display: none; }
    section.promo .form-section table .FieldLabel label {
      margin: 0;
      font-size: 88%; }
    section.promo .form-section table .EditingFormValueCell input {
      margin: 0;
      font-size: 88%; }
    section.promo .form-section table .EditingFormValueCell select {
      font-size: 88%; }
    section.promo .form-section table .EditingFormButtonCell {
      text-align: right; }
      section.promo .form-section table .EditingFormButtonCell input {
        margin: 0;
        min-width: 140px; }
    section.promo .form-section table .EditingFormErrorLabel {
      color: #c8102e;
      font-size: 88%; }
    section.promo .form-section table .kk-phone input.area-code {
      width: 36px !important;
      padding: 4px; }
    section.promo .form-section table .kk-phone input.prefix {
      width: 36px !important;
      padding: 4px; }
    section.promo .form-section table .kk-phone input.line-number {
      width: 46px !important;
      padding: 4px; }
    section.promo .form-section table td {
      padding: 10px 20px; }

@media (min-width: 992px) {
  section.promo.doughnut-bouquet &gt; .header {
    max-width: 475px;
    margin: 0 auto; } }

section.promo.doughnut-bouquet &gt; .header .subheading {
  font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
  font-size: 200%;
  line-height: 125%;
  letter-spacing: 1px;
  color: #0b6a38; }
  @media (min-width: 992px) {
    section.promo.doughnut-bouquet &gt; .header .subheading {
      font-size: 300%;
      line-height: 117%; } }

section.promo.doughnut-bouquet &gt; .description {
  padding: 16px 0 40px;
  font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
  font-size: 100%;
  line-height: 150%;
  color: #303030;
  text-transform: none;
  letter-spacing: 0px; }
  @media (min-width: 992px) {
    section.promo.doughnut-bouquet &gt; .description {
      padding: 16px 0 48px;
      max-width: 715px;
      margin: 0 auto; } }

section.promo.doughnut-bouquet &gt; .image {
  padding: 0;
  width: calc(100% + 30px);
  margin-left: -15px; }
  @media (min-width: 992px) {
    section.promo.doughnut-bouquet &gt; .image {
      width: 100%;
      margin-left: 0; } }

section.promo.doughnut-bouquet &gt; .participating-shops h2 {
  padding-top: 40px;
  max-width: none;
  font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
  font-size: 150%;
  line-height: 134%;
  letter-spacing: 0.8px;
  color: #0b6a38;
  text-transform: uppercase; }
  @media (min-width: 576px) {
    section.promo.doughnut-bouquet &gt; .participating-shops h2 {
      padding-top: 48px;
      max-width: none;
      font-size: 250%;
      line-height: 120%;
      letter-spacing: 1.3px; } }

section.promo.doughnut-bouquet &gt; .participating-shops .receive {
  margin-top: 16px;
  display: flex;
  flex-direction: column; }
  @media (min-width: 992px) {
    section.promo.doughnut-bouquet &gt; .participating-shops .receive {
      flex-direction: row; } }
  section.promo.doughnut-bouquet &gt; .participating-shops .receive .image {
    width: 100%; }
    @media (min-width: 992px) {
      section.promo.doughnut-bouquet &gt; .participating-shops .receive .image {
        width: 50%; } }
    section.promo.doughnut-bouquet &gt; .participating-shops .receive .image img {
      max-width: 100%; }
  section.promo.doughnut-bouquet &gt; .participating-shops .receive .copy {
    width: 100%;
    align-self: center;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 54px; }
    @media (min-width: 992px) {
      section.promo.doughnut-bouquet &gt; .participating-shops .receive .copy {
        width: 50%;
        padding: 0 48px;
        border-bottom: none;
        padding-bottom: 0; } }
    section.promo.doughnut-bouquet &gt; .participating-shops .receive .copy strong {
      display: block;
      padding-top: 24px;
      font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
      font-size: 150%;
      line-height: 134%;
      letter-spacing: 0.8px;
      color: #0b6a38;
      text-transform: uppercase; }
      @media (min-width: 992px) {
        section.promo.doughnut-bouquet &gt; .participating-shops .receive .copy strong {
          padding-top: 0; } }
    section.promo.doughnut-bouquet &gt; .participating-shops .receive .copy p {
      padding-top: 16px;
      font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
      font-size: 88%;
      line-height: 172%;
      color: #303030; }
      @media (min-width: 992px) {
        section.promo.doughnut-bouquet &gt; .participating-shops .receive .copy p {
          max-width: 400px; } }

section.promo.doughnut-bouquet &gt; .participating-shops .steps {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #ebebeb;
  padding-top: 14px;
  padding-bottom: 48px; }
  @media (min-width: 992px) {
    section.promo.doughnut-bouquet &gt; .participating-shops .steps {
      flex-direction: row;
      justify-content: space-around;
      padding-top: 24px;
      padding-bottom: 56px; } }
  section.promo.doughnut-bouquet &gt; .participating-shops .steps .step {
    max-width: 300px;
    margin: 0 auto;
    padding-top: 40px;
    display: flex;
    flex-direction: column;
    text-align: center; }
    @media (min-width: 992px) {
      section.promo.doughnut-bouquet &gt; .participating-shops .steps .step {
        flex-basis: 30%; } }
    section.promo.doughnut-bouquet &gt; .participating-shops .steps .step span {
      display: block;
      height: 40px;
      width: 40px;
      border-radius: 20px;
      background-color: #d01f2f;
      align-self: center;
      font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
      font-size: 150%;
      line-height: 167%;
      color: #fff; }
    section.promo.doughnut-bouquet &gt; .participating-shops .steps .step strong {
      padding-top: 16px;
      font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
      font-size: 150%;
      line-height: 134%;
      letter-spacing: 0.8px;
      color: #0b6a38; }
    section.promo.doughnut-bouquet &gt; .participating-shops .steps .step p {
      margin-bottom: 0;
      padding-top: 8px;
      font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
      font-size: 88%;
      line-height: 172%;
      color: #303030; }

section.promo.doughnut-bouquet &gt; .participating-shops .shops {
  display: flex;
  flex-direction: column;
  padding: 0;
  padding-bottom: 40px;
  border-bottom: 1px solid #ebebeb; }
  @media (min-width: 992px) {
    section.promo.doughnut-bouquet &gt; .participating-shops .shops {
      flex-direction: row; } }
  section.promo.doughnut-bouquet &gt; .participating-shops .shops .col {
    padding: 0;
    flex-basis: 33.33%; }
    @media (min-width: 992px) {
      section.promo.doughnut-bouquet &gt; .participating-shops .shops .col {
        padding-left: 15px;
        padding-right: 15px; } }
    section.promo.doughnut-bouquet &gt; .participating-shops .shops .col .state {
      display: block;
      margin-top: 48px;
      margin-bottom: 24px;
      padding: 8px 16px;
      background-color: #f7f9fa;
      font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
      font-size: 88%;
      line-height: 172%;
      letter-spacing: 1px;
      color: #000;
      text-transform: uppercase; }
    section.promo.doughnut-bouquet &gt; .participating-shops .shops .col .shop {
      margin-top: 32px;
      padding-left: 15px;
      display: flex;
      flex-direction: column; }
      section.promo.doughnut-bouquet &gt; .participating-shops .shops .col .shop a.loc {
        font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
        font-size: 113%;
        line-height: 134%;
        color: #0b6a38;
        font-weight: bold; }
      section.promo.doughnut-bouquet &gt; .participating-shops .shops .col .shop a.phone {
        padding-top: 7px;
        font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
        font-size: 100%;
        line-height: 150%;
        color: #0b6a38; }
      section.promo.doughnut-bouquet &gt; .participating-shops .shops .col .shop a.link {
        padding-top: 4px;
        font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
        font-size: 88%;
        line-height: 172%;
        color: #0b6a38; }
    section.promo.doughnut-bouquet &gt; .participating-shops .shops .col .state + .shop {
      margin-top: 24px; }

section.promo.doughnut-bouquet &gt; .participating-shops .disclaimer {
  padding-top: 40px; }
  section.promo.doughnut-bouquet &gt; .participating-shops .disclaimer p {
    max-width: 775px;
    font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
    font-size: 88%;
    line-height: 172%;
    color: #303030; }

#joinFrame {
  height: 1500px; }
  @media (min-width: 576px) {
    #joinFrame {
      height: 1330px; } }
  @media (min-width: 768px) {
    #joinFrame {
      height: 1350px; } }
  @media (min-width: 992px) {
    #joinFrame {
      height: 760px; } }
  @media (min-width: 1200px) {
    #joinFrame {
      height: 700px; } }

#fr-joinFrame {
  height: 1500px; }
  @media (min-width: 576px) {
    #fr-joinFrame {
      height: 1400px; } }
  @media (min-width: 768px) {
    #fr-joinFrame {
      height: 1400px; } }
  @media (min-width: 992px) {
    #fr-joinFrame {
      height: 1500px; } }
  @media (min-width: 1200px) {
    #fr-joinFrame {
      height: 1400px; } }

section.account .account-header {
  height: 95px;
  border-bottom: 1px solid #ebebeb; }
  @media (min-width: 768px) {
    section.account .account-header {
      height: 110px; } }
  section.account .account-header.with-nav {
    height: 112px; }
    @media (min-width: 768px) {
      section.account .account-header.with-nav {
        height: 128px; } }
  section.account .account-header h1 {
    padding: 30px 15px 0 0;
    margin: 0;
    font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
    letter-spacing: 0.8px;
    color: #000;
    text-transform: uppercase;
    font-size: 163%;
    line-height: 124%; }
    @media (min-width: 768px) {
      section.account .account-header h1 {
        padding: 20px 40px 15px 0;
        font-size: 250%;
        line-height: 120%;
        letter-spacing: 1.3px; } }
  section.account .account-header h2 {
    padding: 10px 15px 5px 0;
    margin: 0;
    font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
    letter-spacing: 0.12px;
    color: #000;
    text-transform: uppercase;
    font-size: 12px; }
    @media (min-width: 768px) {
      section.account .account-header h2 {
        padding: 0 40px 10px 0;
        font-size: 100%;
        line-height: 138%;
        letter-spacing: 1px; } }

section.account .account-inner-nav {
  height: 37px;
  overflow-x: auto; }
  section.account .account-inner-nav ul {
    white-space: nowrap;
    /* @include media-breakpoint-up(md) {
                margin-left: 30px;
            }*/ }
    section.account .account-inner-nav ul li {
      display: inline-block; }
      section.account .account-inner-nav ul li a {
        font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
        font-size: 75%;
        line-height: 175%;
        letter-spacing: 0.8px;
        padding: 10px 16px;
        text-transform: uppercase;
        color: #0b6a38; }
        section.account .account-inner-nav ul li a.active {
          color: #c8102e;
          border-bottom: 3px solid #c8102e; }

section.account .account-body {
  padding-bottom: 30px; }
  @media (min-width: 768px) {
    section.account .account-body {
      padding-bottom: 60px; } }

section.account .account-form-container {
  padding: 30px 15px 0 15px; }
  section.account .account-form-container h2 {
    font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
    font-size: 113%;
    line-height: 134%;
    letter-spacing: 0.8px;
    color: #000;
    text-transform: uppercase;
    margin: 0; }
    @media (min-width: 768px) {
      section.account .account-form-container h2 {
        padding-left: 25px;
        font-size: 150%;
        line-height: 134%; } }
  section.account .account-form-container .kk-form {
    max-width: 400px;
    width: 100%;
    padding: 30px 0 0 0; }
    @media (min-width: 768px) {
      section.account .account-form-container .kk-form {
        padding: 30px; } }
    section.account .account-form-container .kk-form .form-section {
      padding-top: 0; }
    section.account .account-form-container .kk-form .form-actions {
      padding-bottom: 0; }
      @media (min-width: 768px) {
        section.account .account-form-container .kk-form .form-actions {
          text-align: center; } }
      section.account .account-form-container .kk-form .form-actions .btn {
        font-size: 94%;
        padding-left: 15px;
        padding-right: 15px; }
        @media (min-width: 768px) {
          section.account .account-form-container .kk-form .form-actions .btn {
            display: inline-block;
            width: auto;
            padding-left: 45px;
            padding-right: 45px; } }
      section.account .account-form-container .kk-form .form-actions .links {
        padding: 30px;
        text-align: center; }
        section.account .account-form-container .kk-form .form-actions .links a {
          color: #0b6a38;
          font-size: 94%;
          line-height: 120%; }

@media (min-width: 992px) {
  .page-container.create-account-container {
    background: url("../images/account/create-account-bg.jpg") no-repeat; } }

section.account.create-account.layout {
  max-width: 347px; }

section.account.create-account {
  max-width: 275px;
  margin: 0 auto;
  padding-bottom: 56px; }
  section.account.create-account h1 {
    margin-top: 35px;
    font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
    font-size: 163%;
    line-height: 124%;
    letter-spacing: 0.8px;
    color: #000;
    text-transform: uppercase;
    text-align: center; }
  section.account.create-account .kk-form {
    margin-top: 30px; }
    section.account.create-account .kk-form .form-section {
      padding-top: 15px; }
    section.account.create-account .kk-form .form-actions + p {
      padding-top: 0; }
  section.account.create-account .g-recaptcha {
    padding-top: 30px; }
  section.account.create-account .notransition {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important; }

@media (min-width: 992px) {
  .corporate-account-layout {
    background-image: url("../images/account/account-corp-bg.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover; } }

.corporate-account-layout .page-container.create-account-container {
  background-image: none; }
  .corporate-account-layout .page-container.create-account-container .main + footer {
    display: none; }

.corporate-account-layout section.account.create-account {
  max-width: 560px; }
  .corporate-account-layout section.account.create-account .icon-complete {
    margin: 0 auto;
    max-width: 100%;
    height: auto;
    display: block; }
    .corporate-account-layout section.account.create-account .icon-complete + .thank-you {
      margin-top: 55px; }
  .corporate-account-layout section.account.create-account .thank-you {
    text-align: center;
    font-family: "BrandonGrotesque-BlackItalic", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-size: 113%;
    line-height: 134%;
    color: #d01f2f;
    display: block; }
    @media (min-width: 576px) {
      .corporate-account-layout section.account.create-account .thank-you {
        font-size: 150%;
        line-height: 100%; } }
  .corporate-account-layout section.account.create-account .confirmation__title {
    font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
    font-size: 200%;
    line-height: 125%;
    color: #0b6a38;
    display: block;
    margin: 0 auto;
    text-transform: uppercase; }
    @media (min-width: 576px) {
      .corporate-account-layout section.account.create-account .confirmation__title {
        font-size: 250%;
        line-height: 120%;
        margin-top: 10px; } }
  .corporate-account-layout section.account.create-account .confirmation__message {
    margin: 0;
    padding-top: 30px;
    text-align: center;
    font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
    font-size: 82%;
    line-height: 185%;
    color: #595959; }

.corporate-account-layout .form-actions {
  max-width: 280px;
  margin: 0 auto; }

@media (min-width: 992px) {
  .page-container.sign-in-container {
    background: url("../images/account/sign-in-bg.jpg") no-repeat;
    background-size: 150px;
    background-position: 0 60px; } }

section.account.sign-in {
  max-width: 275px;
  margin: 0 auto;
  padding-bottom: 56px; }
  section.account.sign-in h1 {
    margin-top: 35px;
    font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
    font-size: 163%;
    line-height: 124%;
    letter-spacing: 0.8px;
    color: #000;
    text-transform: uppercase;
    text-align: center; }
  section.account.sign-in .kk-form {
    margin-top: 30px; }
    section.account.sign-in .kk-form .form-section {
      padding-top: 0; }
    section.account.sign-in .kk-form .form-field.required label.EditingFormLabel:after {
      content: none; }
    section.account.sign-in .kk-form .form-actions {
      padding-bottom: 15px; }
  section.account.sign-in .other-options &gt; div {
    padding-bottom: 15px;
    display: block;
    text-align: center; }
    section.account.sign-in .other-options &gt; div .btn {
      display: block; }
    section.account.sign-in .other-options &gt; div .forgot-password {
      display: block;
      margin: 8px 0 10px 0;
      font-size: 100%;
      line-height: 113%;
      color: #046a38; }
    section.account.sign-in .other-options &gt; div .separator {
      position: relative;
      margin: 0 15px 15px 15px; }
      section.account.sign-in .other-options &gt; div .separator:before {
        content: " ";
        position: absolute;
        display: block;
        border-top: 1px solid #ebebeb;
        width: 100%;
        top: 50%;
        z-index: 0; }
      section.account.sign-in .other-options &gt; div .separator em {
        position: relative;
        z-index: 1;
        color: grey;
        background-color: white;
        padding-left: 10px;
        padding-right: 10px;
        display: inline-block; }
    section.account.sign-in .other-options &gt; div .btn-facebook {
      background-color: #3b5998; }
      section.account.sign-in .other-options &gt; div .btn-facebook.shadow, section.account.sign-in .other-options &gt; div .kk-field-form .form-actions .btn-facebook.btn.btn-primary, .kk-field-form .form-actions section.account.sign-in .other-options &gt; div .btn-facebook.btn.btn-primary, section.account.sign-in .other-options &gt; div .kk-field-form .form-actions section.fundraising-overview &gt; .banner-cta.primary .ctas .btn-facebook.btn, .kk-field-form .form-actions section.fundraising-overview &gt; .banner-cta.primary .ctas section.account.sign-in .other-options &gt; div .btn-facebook.btn, section.account.sign-in .other-options &gt; div .kk-field-form .form-actions section.fundraising-products &gt; .banner-cta.primary .ctas .btn-facebook.btn, .kk-field-form .form-actions section.fundraising-products &gt; .banner-cta.primary .ctas section.account.sign-in .other-options &gt; div .btn-facebook.btn, section.account.sign-in .other-options &gt; div section.fundraising-overview &gt; .btn-facebook.banner-cta.primary, section.account.sign-in .other-options &gt; div section.fundraising-overview &gt; .banner-cta.primary .ctas .btn-facebook.btn, section.fundraising-overview &gt; .banner-cta.primary .ctas section.account.sign-in .other-options &gt; div .btn-facebook.btn, section.account.sign-in .other-options &gt; div section.fundraising-overview &gt; .btn-facebook.banner-cta.secondary, section.account.sign-in .other-options &gt; div section.fundraising-overview &gt; .banner-cta.secondary .ctas .btn-facebook.btn, section.fundraising-overview &gt; .banner-cta.secondary .ctas section.account.sign-in .other-options &gt; div .btn-facebook.btn, section.account.sign-in .other-options &gt; div section.fundraising-presell &gt; .ctas .btn-facebook.cta, section.fundraising-presell &gt; .ctas section.account.sign-in .other-options &gt; div .btn-facebook.cta, section.account.sign-in .other-options &gt; div section.fundraising-products &gt; .btn-facebook.banner-cta.primary, section.account.sign-in .other-options &gt; div section.fundraising-products &gt; .banner-cta.primary .ctas .btn-facebook.btn, section.fundraising-products &gt; .banner-cta.primary .ctas section.account.sign-in .other-options &gt; div .btn-facebook.btn, section.account.sign-in .other-options &gt; div section.fundraising-products &gt; .btn-facebook.banner-cta.secondary, section.account.sign-in .other-options &gt; div section.fundraising-products &gt; .banner-cta.secondary .ctas .btn-facebook.btn, section.fundraising-products &gt; .banner-cta.secondary .ctas section.account.sign-in .other-options &gt; div .btn-facebook.btn {
        box-shadow: 0 15px 40px 0 rgba(70, 70, 70, 0.15); }
      section.account.sign-in .other-options &gt; div .btn-facebook:hover, section.account.sign-in .other-options &gt; div .btn-facebook:active, section.account.sign-in .other-options &gt; div .btn-facebook:active:focus {
        background-color: #2b4988 !important;
        box-shadow: 0 15px 40px 0 rgba(70, 70, 70, 0.25) !important; }
    section.account.sign-in .other-options &gt; div .btn-apple {
      margin-top: 20px;
      cursor: pointer; }
      section.account.sign-in .other-options &gt; div .btn-apple svg {
        height: 50px;
        width: 100%; }

.page-container.forgot-password-container {
  background: url("../images/account/forgot-password-bg.png") no-repeat bottom center;
  background-size: 320px auto;
  height: 100vh; }
  @media (min-width: 768px) {
    .page-container.forgot-password-container {
      height: auto; } }
  .page-container.forgot-password-container footer {
    border: 0; }

section.account.forgot-password {
  max-width: 275px;
  margin: 0 auto; }
  @media (min-width: 768px) {
    section.account.forgot-password {
      padding-bottom: 200px; } }
  section.account.forgot-password h1 {
    margin-top: 35px;
    font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
    font-size: 163%;
    line-height: 124%;
    letter-spacing: 0.8px;
    color: #000;
    text-transform: uppercase;
    text-align: center; }
    @media (min-width: 1200px) {
      section.account.forgot-password h1 {
        margin-top: 16px; } }
  section.account.forgot-password .instructions {
    margin: 24px 0;
    font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
    font-size: 82%;
    line-height: 162%;
    color: #595959;
    font-style: italic;
    text-align: center; }
  section.account.forgot-password .kk-form {
    margin-top: 30px; }
    section.account.forgot-password .kk-form .form-section {
      padding-top: 15px; }

.page-container.new-password-container {
  background: url("../images/account/new-password-bg.png") no-repeat bottom center; }
  .page-container.new-password-container footer {
    border: 0; }

section.account.new-password {
  max-width: 275px;
  margin: 0 auto;
  padding-bottom: 192px; }
  section.account.new-password h1 {
    margin-top: 35px;
    font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
    font-size: 163%;
    line-height: 124%;
    letter-spacing: 0.8px;
    color: #000;
    text-transform: uppercase;
    text-align: center; }
    @media (min-width: 1200px) {
      section.account.new-password h1 {
        margin-top: 16px; } }
  section.account.new-password .instructions {
    margin: 24px 0;
    font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
    font-size: 82%;
    line-height: 162%;
    color: #595959;
    font-style: italic;
    text-align: center; }
  section.account.new-password .kk-form {
    margin-top: 30px; }
    section.account.new-password .kk-form .form-section {
      padding-top: 15px; }

section.account.edit-profile {
  padding-bottom: 30px; }
  section.account.edit-profile .view-profile {
    padding-top: 15px;
    padding-bottom: 15px; }
    @media (min-width: 768px) {
      section.account.edit-profile .view-profile {
        padding: 30px; } }
    @media (min-width: 992px) {
      section.account.edit-profile .view-profile {
        max-width: 500px;
        padding: 30px 5px; } }
    section.account.edit-profile .view-profile .hiddenField {
      display: none; }
    section.account.edit-profile .view-profile .account-confirmation,
    section.account.edit-profile .view-profile .validation-summary {
      padding: 20px 36px;
      font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
      color: #595959;
      font-size: 14px;
      letter-spacing: -0.3px;
      line-height: 1.14;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      border: 1px solid #0b6a38;
      width: 100%;
      margin: 21px auto; }
      section.account.edit-profile .view-profile .account-confirmation h3,
      section.account.edit-profile .view-profile .validation-summary h3 {
        text-transform: uppercase;
        color: #0b6a38;
        font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
        font-size: 12px;
        letter-spacing: 1px;
        line-height: 1.33;
        font-weight: 900;
        margin: 0 0 4px; }
    section.account.edit-profile .view-profile .validation-summary {
      border-color: #c8102e; }
    section.account.edit-profile .view-profile .profile-info {
      padding-bottom: 15px; }
      @media (min-width: 768px) {
        section.account.edit-profile .view-profile .profile-info {
          padding-bottom: 30px; } }
      section.account.edit-profile .view-profile .profile-info li {
        display: block;
        padding: 11px 15px 5px 10px;
        position: relative; }
        section.account.edit-profile .view-profile .profile-info li.taller {
          padding-bottom: 58px;
          padding-top: 50px; }
        section.account.edit-profile .view-profile .profile-info li .label {
          text-transform: uppercase;
          display: inline-block;
          font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
          letter-spacing: 1px;
          font-size: 75%;
          line-height: 150%;
          color: #0b6a38;
          font-weight: 900;
          line-height: 1.33; }
          section.account.edit-profile .view-profile .profile-info li .label.error {
            color: #c8102e; }
        section.account.edit-profile .view-profile .profile-info li .display-value {
          font-size: 100%;
          line-height: 150%;
          letter-spacing: 0;
          line-height: 1.75;
          color: #303030;
          position: relative; }
          @media (min-width: 992px) {
            section.account.edit-profile .view-profile .profile-info li .display-value {
              font-size: 113%;
              line-height: 145%; } }
          section.account.edit-profile .view-profile .profile-info li .display-value .item-display-panel {
            position: relative; }
            section.account.edit-profile .view-profile .profile-info li .display-value .item-display-panel.read-only {
              color: #697378; }
            section.account.edit-profile .view-profile .profile-info li .display-value .item-display-panel p {
              white-space: nowrap;
              overflow: hidden; }
            section.account.edit-profile .view-profile .profile-info li .display-value .item-display-panel .item-edit-button {
              font-size: 13px;
              color: #0b6a38;
              position: absolute;
              top: 3px;
              right: 0;
              letter-spacing: 0.41px;
              background-color: #fff;
              display: block; }
              section.account.edit-profile .view-profile .profile-info li .display-value .item-display-panel .item-edit-button:disabled, section.account.edit-profile .view-profile .profile-info li .display-value .item-display-panel .item-edit-button.aspNetDisabled {
                color: #697378; }
              section.account.edit-profile .view-profile .profile-info li .display-value .item-display-panel .item-edit-button:before {
                content: " ";
                width: 45px;
                height: 22px;
                position: absolute;
                top: 0;
                left: -55px;
                background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #fff 83%); }
            section.account.edit-profile .view-profile .profile-info li .display-value .item-display-panel:after {
              content: " ";
              width: 100%;
              border: 1px solid #ebebeb;
              height: 1px;
              background-color: #ebebeb;
              left: 0;
              bottom: -6px;
              position: absolute; }
          section.account.edit-profile .view-profile .profile-info li .display-value .item-edit-panel .form-field {
            position: relative;
            padding-bottom: 32px; }
            section.account.edit-profile .view-profile .profile-info li .display-value .item-edit-panel .form-field:last-child {
              padding-bottom: 0; }
            section.account.edit-profile .view-profile .profile-info li .display-value .item-edit-panel .form-field .help-text {
              display: block;
              margin: 18px 0 0;
              font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
              font-size: 94%;
              line-height: 140%;
              color: #595959;
              font-style: italic;
              text-align: center; }
            section.account.edit-profile .view-profile .profile-info li .display-value .item-edit-panel .form-field input,
            section.account.edit-profile .view-profile .profile-info li .display-value .item-edit-panel .form-field select,
            section.account.edit-profile .view-profile .profile-info li .display-value .item-edit-panel .form-field textarea {
              width: 100% !important;
              padding: 5px 0;
              height: auto;
              font-size: 100%;
              line-height: 150%;
              color: #595959;
              border-width: 0;
              border-bottom: 1px solid #595959; }
              section.account.edit-profile .view-profile .profile-info li .display-value .item-edit-panel .form-field input [type="checkbox"],
              section.account.edit-profile .view-profile .profile-info li .display-value .item-edit-panel .form-field input [type="radio"],
              section.account.edit-profile .view-profile .profile-info li .display-value .item-edit-panel .form-field select [type="checkbox"],
              section.account.edit-profile .view-profile .profile-info li .display-value .item-edit-panel .form-field select [type="radio"],
              section.account.edit-profile .view-profile .profile-info li .display-value .item-edit-panel .form-field textarea [type="checkbox"],
              section.account.edit-profile .view-profile .profile-info li .display-value .item-edit-panel .form-field textarea [type="radio"] {
                opacity: 0; }
              section.account.edit-profile .view-profile .profile-info li .display-value .item-edit-panel .form-field input::-webkit-input-placeholder,
              section.account.edit-profile .view-profile .profile-info li .display-value .item-edit-panel .form-field select::-webkit-input-placeholder,
              section.account.edit-profile .view-profile .profile-info li .display-value .item-edit-panel .form-field textarea::-webkit-input-placeholder {
                color: #c1c1c1; }
              section.account.edit-profile .view-profile .profile-info li .display-value .item-edit-panel .form-field input:-moz-placeholder,
              section.account.edit-profile .view-profile .profile-info li .display-value .item-edit-panel .form-field select:-moz-placeholder,
              section.account.edit-profile .view-profile .profile-info li .display-value .item-edit-panel .form-field textarea:-moz-placeholder {
                color: #c1c1c1; }
              section.account.edit-profile .view-profile .profile-info li .display-value .item-edit-panel .form-field input::-moz-placeholder,
              section.account.edit-profile .view-profile .profile-info li .display-value .item-edit-panel .form-field select::-moz-placeholder,
              section.account.edit-profile .view-profile .profile-info li .display-value .item-edit-panel .form-field textarea::-moz-placeholder {
                color: #c1c1c1; }
              section.account.edit-profile .view-profile .profile-info li .display-value .item-edit-panel .form-field input:-ms-input-placeholder,
              section.account.edit-profile .view-profile .profile-info li .display-value .item-edit-panel .form-field select:-ms-input-placeholder,
              section.account.edit-profile .view-profile .profile-info li .display-value .item-edit-panel .form-field textarea:-ms-input-placeholder {
                color: #c1c1c1; }
              section.account.edit-profile .view-profile .profile-info li .display-value .item-edit-panel .form-field input::placeholder,
              section.account.edit-profile .view-profile .profile-info li .display-value .item-edit-panel .form-field select::placeholder,
              section.account.edit-profile .view-profile .profile-info li .display-value .item-edit-panel .form-field textarea::placeholder {
                color: #c1c1c1; }
            section.account.edit-profile .view-profile .profile-info li .display-value .item-edit-panel .form-field select {
              background: url("../icons/dropdown-arrow.svg") no-repeat #fff;
              background-size: 26px;
              background-position: center right;
              -webkit-appearance: none;
              -moz-appearance: none;
              appearance: none; }
              section.account.edit-profile .view-profile .profile-info li .display-value .item-edit-panel .form-field select::-ms-expand {
                display: none; }
            section.account.edit-profile .view-profile .profile-info li .display-value .item-edit-panel .form-field textarea {
              display: block;
              height: 100px; }
            section.account.edit-profile .view-profile .profile-info li .display-value .item-edit-panel .form-field .kk-phone {
              display: flex; }
              section.account.edit-profile .view-profile .profile-info li .display-value .item-edit-panel .form-field .kk-phone span {
                font-size: 150%;
                line-height: 134%; }
                section.account.edit-profile .view-profile .profile-info li .display-value .item-edit-panel .form-field .kk-phone span input {
                  font-size: 100%;
                  line-height: 134%; }
                section.account.edit-profile .view-profile .profile-info li .display-value .item-edit-panel .form-field .kk-phone span.area-code-container {
                  white-space: nowrap; }
                  @media (min-width: 768px) {
                    section.account.edit-profile .view-profile .profile-info li .display-value .item-edit-panel .form-field .kk-phone span.area-code-container {
                      width: 90px; } }
                  section.account.edit-profile .view-profile .profile-info li .display-value .item-edit-panel .form-field .kk-phone span.area-code-container input {
                    width: 70px !important;
                    text-align: center; }
                section.account.edit-profile .view-profile .profile-info li .display-value .item-edit-panel .form-field .kk-phone span.prefix-container {
                  white-space: nowrap; }
                  @media (min-width: 768px) {
                    section.account.edit-profile .view-profile .profile-info li .display-value .item-edit-panel .form-field .kk-phone span.prefix-container {
                      width: 80px; } }
                  section.account.edit-profile .view-profile .profile-info li .display-value .item-edit-panel .form-field .kk-phone span.prefix-container input {
                    width: 70px !important;
                    text-align: center; }
                section.account.edit-profile .view-profile .profile-info li .display-value .item-edit-panel .form-field .kk-phone span.line-number-container {
                  white-space: nowrap;
                  padding-left: 5px;
                  flex: 1; }
                  section.account.edit-profile .view-profile .profile-info li .display-value .item-edit-panel .form-field .kk-phone span.line-number-container input {
                    width: 100% !important; }
            section.account.edit-profile .view-profile .profile-info li .display-value .item-edit-panel .form-field .kk-checkbox {
              position: relative;
              width: 22px !important;
              height: 22px !important; }
              section.account.edit-profile .view-profile .profile-info li .display-value .item-edit-panel .form-field .kk-checkbox input {
                opacity: 0;
                position: absolute;
                top: 0;
                left: 0;
                width: 16px !important;
                height: 16px !important;
                z-index: 2; }
                section.account.edit-profile .view-profile .profile-info li .display-value .item-edit-panel .form-field .kk-checkbox input:checked + .kk-checkbox-state {
                  background-image: url("../icons/circle-check-selected.svg"); }
                section.account.edit-profile .view-profile .profile-info li .display-value .item-edit-panel .form-field .kk-checkbox input:focus + .kk-checkbox-state {
                  outline: 2px dotted #c8102e; }
              section.account.edit-profile .view-profile .profile-info li .display-value .item-edit-panel .form-field .kk-checkbox .kk-checkbox-state {
                width: 16px;
                height: 16px;
                position: absolute;
                top: 0;
                left: 0;
                background-image: url("../icons/circle-check.svg");
                background-size: 16px 16px;
                cursor: pointer; }
            section.account.edit-profile .view-profile .profile-info li .display-value .item-edit-panel .form-field .hiddenField {
              display: none; }
            section.account.edit-profile .view-profile .profile-info li .display-value .item-edit-panel .form-field .EditingFormControlNestedControl {
              position: relative; }
              section.account.edit-profile .view-profile .profile-info li .display-value .item-edit-panel .form-field .EditingFormControlNestedControl.Error input,
              section.account.edit-profile .view-profile .profile-info li .display-value .item-edit-panel .form-field .EditingFormControlNestedControl.Error select,
              section.account.edit-profile .view-profile .profile-info li .display-value .item-edit-panel .form-field .EditingFormControlNestedControl.Error textarea {
                border-color: #c8102e; }
              section.account.edit-profile .view-profile .profile-info li .display-value .item-edit-panel .form-field .EditingFormControlNestedControl.Error + label.EditingFormLabel {
                color: #c8102e; }
              section.account.edit-profile .view-profile .profile-info li .display-value .item-edit-panel .form-field .EditingFormControlNestedControl input,
              section.account.edit-profile .view-profile .profile-info li .display-value .item-edit-panel .form-field .EditingFormControlNestedControl select,
              section.account.edit-profile .view-profile .profile-info li .display-value .item-edit-panel .form-field .EditingFormControlNestedControl textarea {
                padding-right: 95px; }
              section.account.edit-profile .view-profile .profile-info li .display-value .item-edit-panel .form-field .EditingFormControlNestedControl .item-save-button,
              section.account.edit-profile .view-profile .profile-info li .display-value .item-edit-panel .form-field .EditingFormControlNestedControl .item-cancel-button {
                font-size: 13px;
                color: #c8102e;
                position: absolute;
                top: 0;
                right: 0;
                letter-spacing: 0.41px;
                transform: translateY(35%); }
              section.account.edit-profile .view-profile .profile-info li .display-value .item-edit-panel .form-field .EditingFormControlNestedControl .item-save-button {
                color: #0b6a38;
                transform: translate(-65px, 35%); }
            section.account.edit-profile .view-profile .profile-info li .display-value .item-edit-panel .form-field .EditingFormErrorLabel {
              display: block;
              font-size: 88%;
              line-height: 150%;
              font-style: italic;
              color: #c8102e; }
            section.account.edit-profile .view-profile .profile-info li .display-value .item-edit-panel .form-field.required label.EditingFormLabel:after {
              content: " *";
              color: #c8102e; }
            section.account.edit-profile .view-profile .profile-info li .display-value .item-edit-panel .form-field.required select {
              color: #979797; }
              section.account.edit-profile .view-profile .profile-info li .display-value .item-edit-panel .form-field.required select[data-val] {
                color: #595959; }
              section.account.edit-profile .view-profile .profile-info li .display-value .item-edit-panel .form-field.required select option {
                color: #595959; }
                section.account.edit-profile .view-profile .profile-info li .display-value .item-edit-panel .form-field.required select option[value=""] {
                  color: #979797; }
            section.account.edit-profile .view-profile .profile-info li .display-value .item-edit-panel .form-field .kk-birthday .EditingFormControlNestedControl select {
              display: inline-block;
              width: 120px !important;
              padding: 5px 0; }
              section.account.edit-profile .view-profile .profile-info li .display-value .item-edit-panel .form-field .kk-birthday .EditingFormControlNestedControl select + select {
                width: 60px !important; }
            section.account.edit-profile .view-profile .profile-info li .display-value .item-edit-panel .form-field[data-type="password"] a.icon {
              height: 40px;
              width: 40px;
              position: absolute;
              top: 0;
              right: 0; }
              section.account.edit-profile .view-profile .profile-info li .display-value .item-edit-panel .form-field[data-type="password"] a.icon.show {
                background: url(/App_Themes/krispykremenew/Content/icons/show-password.svg); }
              section.account.edit-profile .view-profile .profile-info li .display-value .item-edit-panel .form-field[data-type="password"] a.icon.hide {
                background: url(/App_Themes/krispykremenew/Content/icons/hide-password.svg); }
          section.account.edit-profile .view-profile .profile-info li .display-value .item-edit-panel.error .form-field input,
          section.account.edit-profile .view-profile .profile-info li .display-value .item-edit-panel.error .form-field select,
          section.account.edit-profile .view-profile .profile-info li .display-value .item-edit-panel.error .form-field textarea {
            color: #c8102e;
            border-color: #c8102e; }
          section.account.edit-profile .view-profile .profile-info li .display-value .kk-tooltip {
            display: inline-block;
            position: absolute;
            right: 0;
            top: -5px; }
            section.account.edit-profile .view-profile .profile-info li .display-value .kk-tooltip .kk-tooltip-trigger {
              width: 40px;
              height: 40px;
              background: url("../icons/tooltip.svg") center no-repeat;
              transform: translateX(7px); }
              section.account.edit-profile .view-profile .profile-info li .display-value .kk-tooltip .kk-tooltip-trigger:hover {
                text-decoration: none; }
            section.account.edit-profile .view-profile .profile-info li .display-value .kk-tooltip .kk-tooltip-box {
              position: absolute;
              top: 40px;
              right: 0;
              background-color: #fff;
              font-size: 12px;
              color: #c8102e;
              z-index: 1;
              min-width: 180px;
              text-align: right;
              line-height: 1.75;
              display: none; }
              section.account.edit-profile .view-profile .profile-info li .display-value .kk-tooltip .kk-tooltip-box[aria-hidden="false"] {
                display: inline-block; }
    section.account.edit-profile .view-profile .actions .btn {
      padding: 18px 65px;
      min-width: 180px;
      letter-spacing: 1px;
      font-size: 94%; }
  section.account.edit-profile .account-form-container .kk-form .readonly-value {
    font-size: 150%;
    line-height: 134%;
    color: #7e7e7e;
    padding: 10px 0;
    border-bottom: 1px solid #dfdfdf;
    display: block;
    position: relative; }
    section.account.edit-profile .account-form-container .kk-form .readonly-value .kk-tooltip {
      display: inline-block;
      position: absolute;
      right: 0;
      top: 5px; }
      section.account.edit-profile .account-form-container .kk-form .readonly-value .kk-tooltip .kk-tooltip-trigger {
        width: 40px;
        height: 40px;
        background: url("../icons/tooltip.svg") center no-repeat; }
        section.account.edit-profile .account-form-container .kk-form .readonly-value .kk-tooltip .kk-tooltip-trigger:hover {
          text-decoration: none; }
      section.account.edit-profile .account-form-container .kk-form .readonly-value .kk-tooltip .kk-tooltip-box {
        position: absolute;
        top: 55px;
        right: 0;
        background-color: #fff;
        font-size: 50%;
        line-height: 134%;
        color: #c8102e;
        z-index: 1;
        min-width: 180px;
        text-align: right;
        display: none; }
        section.account.edit-profile .account-form-container .kk-form .readonly-value .kk-tooltip .kk-tooltip-box[aria-hidden="false"] {
          display: inline-block; }
  @media (min-width: 768px) {
    section.account.edit-profile .account-form-container .kk-form {
      max-width: 500px; }
      section.account.edit-profile .account-form-container .kk-form .btn {
        width: 100%; } }
  section.account.edit-profile .two-factor-body {
    padding-top: 15px;
    padding-bottom: 15px; }
    @media (min-width: 768px) {
      section.account.edit-profile .two-factor-body {
        padding: 30px; } }
    @media (min-width: 992px) {
      section.account.edit-profile .two-factor-body {
        max-width: 500px;
        padding: 30px 5px; } }
    section.account.edit-profile .two-factor-body .hiddenField {
      display: none; }
    section.account.edit-profile .two-factor-body .btn {
      margin: 14px auto; }
      section.account.edit-profile .two-factor-body .btn.btn-primary, section.account.edit-profile .two-factor-body section.fundraising-overview &gt; .banner-cta.primary .ctas .btn, section.fundraising-overview &gt; .banner-cta.primary .ctas section.account.edit-profile .two-factor-body .btn, section.account.edit-profile .two-factor-body section.fundraising-products &gt; .banner-cta.primary .ctas .btn, section.fundraising-products &gt; .banner-cta.primary .ctas section.account.edit-profile .two-factor-body .btn, section.account.edit-profile .two-factor-body .btn.btn-secondary, section.account.edit-profile .two-factor-body section.fundraising-overview &gt; .banner-cta.secondary .ctas .btn, section.fundraising-overview &gt; .banner-cta.secondary .ctas section.account.edit-profile .two-factor-body .btn, section.account.edit-profile .two-factor-body section.fundraising-products &gt; .banner-cta.secondary .ctas .btn, section.fundraising-products &gt; .banner-cta.secondary .ctas section.account.edit-profile .two-factor-body .btn {
        width: 235px; }
      section.account.edit-profile .two-factor-body .btn.btn-secondary, section.account.edit-profile .two-factor-body section.fundraising-overview &gt; .banner-cta.secondary .ctas .btn, section.fundraising-overview &gt; .banner-cta.secondary .ctas section.account.edit-profile .two-factor-body .btn, section.account.edit-profile .two-factor-body section.fundraising-products &gt; .banner-cta.secondary .ctas .btn, section.fundraising-products &gt; .banner-cta.secondary .ctas section.account.edit-profile .two-factor-body .btn {
        border: 1px solid #0b6a38; }
        section.account.edit-profile .two-factor-body .btn.btn-secondary.disabled, section.account.edit-profile .two-factor-body section.fundraising-overview &gt; .banner-cta.secondary .ctas .btn.disabled, section.fundraising-overview &gt; .banner-cta.secondary .ctas section.account.edit-profile .two-factor-body .btn.disabled, section.account.edit-profile .two-factor-body section.fundraising-products &gt; .banner-cta.secondary .ctas .btn.disabled, section.fundraising-products &gt; .banner-cta.secondary .ctas section.account.edit-profile .two-factor-body .btn.disabled, section.account.edit-profile .two-factor-body .btn.btn-secondary:disabled, section.account.edit-profile .two-factor-body section.fundraising-overview &gt; .banner-cta.secondary .ctas .btn:disabled, section.fundraising-overview &gt; .banner-cta.secondary .ctas section.account.edit-profile .two-factor-body .btn:disabled, section.account.edit-profile .two-factor-body section.fundraising-products &gt; .banner-cta.secondary .ctas .btn:disabled, section.fundraising-products &gt; .banner-cta.secondary .ctas section.account.edit-profile .two-factor-body .btn:disabled {
          color: #697378;
          border-color: #697378;
          pointer-events: none;
          background-color: #fff; }
      section.account.edit-profile .two-factor-body .btn.btn-account-nav {
        clear: both;
        display: block; }
      section.account.edit-profile .two-factor-body .btn.back-btn {
        background: url("../icons/arrow.svg") no-repeat left center;
        background-size: 35px;
        padding-left: 35px;
        margin-left: auto;
        font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
        font-size: 12px;
        letter-spacing: 0.8px;
        color: #046a38;
        text-transform: uppercase;
        font-weight: 900;
        line-height: 1.75;
        transform: translateX(-10px);
        display: inline-block; }
      section.account.edit-profile .two-factor-body .btn.btn-as-link {
        font-size: 13px;
        color: #0b6a38;
        letter-spacing: 0.41px;
        background-color: #fff;
        display: block; }
        section.account.edit-profile .two-factor-body .btn.btn-as-link:disabled, section.account.edit-profile .two-factor-body .btn.btn-as-link.aspNetDisabled {
          color: #697378; }
        section.account.edit-profile .two-factor-body .btn.btn-as-link:before {
          content: " ";
          width: 45px;
          height: 22px;
          position: absolute;
          top: 0;
          left: -45px;
          background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #fff 83%); }
    section.account.edit-profile .two-factor-body .validation-summary,
    section.account.edit-profile .two-factor-body .account-confirmation {
      padding: 20px 36px;
      font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
      color: #595959;
      font-size: 14px;
      letter-spacing: -0.3px;
      line-height: 1.14;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      border: 1px solid #0b6a38;
      width: 100%;
      margin: 21px auto; }
      section.account.edit-profile .two-factor-body .validation-summary h3,
      section.account.edit-profile .two-factor-body .account-confirmation h3 {
        text-transform: uppercase;
        color: #0b6a38;
        font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
        font-size: 12px;
        letter-spacing: 1px;
        line-height: 1.33;
        font-weight: 900;
        margin: 0 0 4px; }
    section.account.edit-profile .two-factor-body .validation-summary {
      border-color: #c8102e; }
      section.account.edit-profile .two-factor-body .validation-summary h3 {
        color: #c8102e; }
    section.account.edit-profile .two-factor-body .account-change-copy {
      font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
      color: #303030;
      font-size: 14px;
      letter-spacing: -0.3px;
      line-height: 1.71;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal; }
      section.account.edit-profile .two-factor-body .account-change-copy h3 {
        text-transform: uppercase;
        color: #0b6a38;
        font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
        font-size: 18px;
        letter-spacing: 1px;
        line-height: 1.33;
        font-weight: 900; }
      section.account.edit-profile .two-factor-body .account-change-copy .current-value-header {
        font-weight: 900;
        margin-bottom: 10px; }
      section.account.edit-profile .two-factor-body .account-change-copy .current-value {
        position: relative; }
        section.account.edit-profile .two-factor-body .account-change-copy .current-value .item-edit-button {
          font-size: 13px;
          color: #0b6a38;
          position: absolute;
          top: 3px;
          right: 0;
          letter-spacing: 0.41px;
          background-color: #fff;
          display: block; }
          section.account.edit-profile .two-factor-body .account-change-copy .current-value .item-edit-button:disabled, section.account.edit-profile .two-factor-body .account-change-copy .current-value .item-edit-button.aspNetDisabled {
            color: #697378; }
          section.account.edit-profile .two-factor-body .account-change-copy .current-value .item-edit-button:before {
            content: " ";
            width: 45px;
            height: 22px;
            position: absolute;
            top: 0;
            left: -45px;
            background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #fff 83%); }
    section.account.edit-profile .two-factor-body p.account-change-copy {
      margin-top: 15px;
      margin-bottom: 13px; }
    section.account.edit-profile .two-factor-body .two-factor-editor {
      margin-bottom: 13px; }
      section.account.edit-profile .two-factor-body .two-factor-editor .label {
        text-transform: uppercase;
        color: #0b6a38;
        font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
        font-size: 12px;
        letter-spacing: 1px;
        line-height: 1.33;
        font-weight: 900; }
        section.account.edit-profile .two-factor-body .two-factor-editor .label.error {
          color: #c8102e; }
      section.account.edit-profile .two-factor-body .two-factor-editor input {
        width: 100% !important;
        padding: 5px 0;
        height: auto;
        font-size: 100%;
        line-height: 150%;
        color: #595959;
        border-width: 0;
        border-bottom: 1px solid #ebebeb; }
        section.account.edit-profile .two-factor-body .two-factor-editor input.error {
          border-color: #c8102e; }
    section.account.edit-profile .two-factor-body .two-factor-bottom-navigation {
      margin: 20px auto 10px auto;
      text-align: center; }
      section.account.edit-profile .two-factor-body .two-factor-bottom-navigation .btn-account-nav {
        margin-top: 0;
        margin-bottom: 28px; }
      section.account.edit-profile .two-factor-body .two-factor-bottom-navigation .message {
        font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
        color: #595959;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.71;
        letter-spacing: -0.3px;
        position: relative;
        padding-top: 10px;
        padding-left: 40px;
        text-align: left;
        width: 80%;
        margin: 10px auto; }
        section.account.edit-profile .two-factor-body .two-factor-bottom-navigation .message:before {
          content: " ";
          position: absolute;
          top: 0;
          left: 0;
          width: 40px;
          height: 40px;
          background: url("../icons/tooltip.svg") center no-repeat; }

@media (min-width: 768px) {
  section.account.change-password .account-form-container .kk-form {
    max-width: 310px; }
    section.account.change-password .account-form-container .kk-form .btn {
      width: 100%; } }

.page-container.verify-code-container {
  background: url("../images/account/verify-code-bg.png") no-repeat bottom center; }
  .page-container.verify-code-container footer {
    border: 0; }

section.account.verify-code {
  max-width: 275px;
  margin: 0 auto;
  padding-bottom: 192px; }
  section.account.verify-code h1 {
    margin-top: 35px;
    font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
    font-size: 163%;
    line-height: 124%;
    letter-spacing: 0.8px;
    color: #000;
    text-transform: uppercase;
    text-align: center; }
    @media (min-width: 1200px) {
      section.account.verify-code h1 {
        margin-top: 16px; } }
  section.account.verify-code .instructions {
    margin: 24px 0;
    font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
    font-size: 82%;
    line-height: 162%;
    color: #595959;
    font-style: italic;
    text-align: center; }
  section.account.verify-code .kk-form {
    margin-top: 30px; }
    section.account.verify-code .kk-form .form-section {
      padding-top: 15px; }
  section.account.verify-code .other-options {
    display: block;
    text-align: center; }
    section.account.verify-code .other-options li {
      margin-bottom: 10px; }
      section.account.verify-code .other-options li .btn {
        width: 100%; }
      section.account.verify-code .other-options li .link-option {
        display: block;
        padding: 4px 0;
        margin: 0;
        font-size: 82%;
        line-height: 139%;
        color: #046a38; }

section.account.messages {
  margin: 0 -15px;
  padding: 0 15px 0 15px; }
  @media (min-width: 768px) {
    section.account.messages {
      margin: 0; } }
  section.account.messages .account-body {
    padding-bottom: 60px; }
  section.account.messages .messages-container {
    display: block;
    width: 100%; }
    @media (min-width: 992px) {
      section.account.messages .messages-container {
        width: 1000px; } }
  section.account.messages .message-list-empty {
    display: flex !important;
    justify-content: center;
    padding: 0 0 20px; }
  section.account.messages .message-list {
    width: 100%;
    margin-top: 20px; }
    @media (min-width: 768px) {
      section.account.messages .message-list {
        /*border-right: solid 1px #ebebeb;*/
        max-width: 100%;
        margin-top: 40px; } }
    section.account.messages .message-list ul li {
      flex-grow: 0;
      margin: 0 0 16px 0;
      height: auto;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start;
      padding: 32px;
      box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
      border: solid 1px #e0e0e0;
      background-color: #fff; }
      @media (min-width: 768px) {
        section.account.messages .message-list ul li {
          height: auto; } }
    section.account.messages .message-list div {
      display: block;
      width: 100%; }
      section.account.messages .message-list div.active {
        background-color: #ecf1f4; }
        section.account.messages .message-list div.active .title {
          color: #c8102e; }
      section.account.messages .message-list div .message-headline {
        display: flex;
        flex-wrap: wrap;
        position: relative;
        margin-bottom: 20px;
        /*.ribbon {
                    width: 120px;
                    height: 120px;
                    overflow: hidden;
                    position: absolute;
                }

                .ribbon::before,
                .ribbon::after {
                    position: absolute;
                    z-index: 0;
                    content: '';
                    display: block;
                    border: 5px solid $red;
                }


                .ribbon span {
                    position: absolute;
                    display: block;
                    width: 225px;
                    padding: 1px 0;
                    background-color: $red;
                    box-shadow: 0 2px 2px 0 $red;
                    color: #fff;
                    @include font-size(10px, 16px);
                    text-transform: uppercase;
                    text-align: center;
                    line-height: 150%;
                }*/
        /* top right*/
        /*.ribbon-top-right {
                    top: -41px;
                    right: -41px;
                }

                .ribbon-top-right::before,
                .ribbon-top-right::after {
                    border-top-color: $red;
                    border-right-color: $red;
                }

                .ribbon-top-right::before {
                    top: 0;
                    left: 37px;
                }

                .ribbon-top-right::after {
                    bottom: 37px;
                    right: 0;
                }

                .ribbon-top-right span {
                    left: -26px;
                    top: 26px;
                    transform: rotate(45deg);
                }*/ }
        section.account.messages .message-list div .message-headline .ribbon {
          position: absolute;
          right: -37px;
          top: -37px;
          z-index: 1;
          overflow: hidden;
          width: 150px;
          height: 150px;
          text-align: right; }
        section.account.messages .message-list div .message-headline .ribbon span {
          font-size: 63%;
          line-height: 160%;
          color: #FFF;
          text-transform: uppercase;
          text-align: center;
          line-height: 20px;
          transform: rotate(45deg);
          -webkit-transform: rotate(45deg);
          width: 150px;
          display: block;
          background: #C8102E;
          background: linear-gradient(#C8102E 0%, #c8102e 100%);
          box-shadow: 0 3px 10px -5px black;
          position: absolute;
          top: 37px;
          right: -27px; }
        section.account.messages .message-list div .message-headline .ribbon span::before {
          content: "";
          position: absolute;
          left: 0px;
          top: 100%;
          z-index: -1;
          border-left: 3px solid #c8102e;
          border-right: 3px solid transparent;
          border-bottom: 3px solid transparent;
          border-top: 3px solid #c8102e; }
        section.account.messages .message-list div .message-headline .ribbon span::after {
          content: "";
          position: absolute;
          right: 0px;
          top: 100%;
          z-index: -1;
          border-left: 3px solid transparent;
          border-right: 3px solid #c8102e;
          border-bottom: 3px solid transparent;
          border-top: 3px solid #c8102e; }
        section.account.messages .message-list div .message-headline .title {
          width: calc(100% - 50px);
          display: block; }
          section.account.messages .message-list div .message-headline .title h4 {
            font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
            font-size: 16px;
            font-weight: 900;
            color: #303030;
            text-transform: uppercase;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: normal;
            letter-spacing: 0.16px; }
            @media (min-width: 768px) {
              section.account.messages .message-list div .message-headline .title h4 {
                font-size: 24px;
                font-weight: 900; } }
        section.account.messages .message-list div .message-headline .expiration {
          width: 110px;
          text-align: right;
          color: #7e7e7e;
          font-style: italic;
          font-size: 88%;
          line-height: 115%;
          font-weight: 100;
          padding-right: 20px; }
      section.account.messages .message-list div .message-content {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row; }
        @media (max-width: 991.98px) {
          section.account.messages .message-list div .message-content {
            flex-direction: column; } }
        @media (max-width: 991.98px) {
          section.account.messages .message-list div .message-content .message-image img {
            width: 100%; } }
        section.account.messages .message-list div .message-content .message-detail {
          display: flex;
          flex-wrap: nowrap;
          flex-direction: column;
          padding: 20px 20px 20px 20px; }
          section.account.messages .message-list div .message-content .message-detail .subtitle {
            color: #595959;
            font-size: 14px;
            width: 100%;
            display: block;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: inherit;
            color: #6a6a6a;
            padding: 5px 0; }
          section.account.messages .message-list div .message-content .message-detail .promo-code {
            padding: 5px 0;
            text-transform: uppercase;
            font-weight: bold;
            font-size: 24px;
            color: #0b6a38;
            text-align: center;
            font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif; }
            section.account.messages .message-list div .message-content .message-detail .promo-code span {
              color: #000; }
          section.account.messages .message-list div .message-content .message-detail .promo-dates {
            text-transform: uppercase;
            text-align: center;
            padding: 5px 0;
            color: #595959;
            font-size: 16px;
            font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif; }
          section.account.messages .message-list div .message-content .message-detail .message-cta {
            padding: 10px 10px;
            width: 200px;
            margin: 20px auto;
            background-color: #c8102e !important;
            box-shadow: 0 8px 40px 0 rgba(208, 31, 47, 0.3) !important; }
  section.account.messages .disclaimer {
    padding-top: 30px;
    font-style: italic;
    color: #6a6a6a;
    font-size: 88%;
    line-height: 143%; }
  section.account.messages .noshow {
    display: none !important; }

section.account.message-details {
  margin: 0 -15px; }
  section.account.message-details .account-header {
    display: none; }
    @media (min-width: 768px) {
      section.account.message-details .account-header {
        display: block; } }
  @media (min-width: 768px) {
    section.account.message-details {
      margin: 0; } }
  section.account.message-details .message-details-container {
    width: 100%;
    max-width: 700px;
    padding-top: 15px; }
    @media (min-width: 992px) {
      section.account.message-details .message-details-container {
        border-right: 1px solid #ebebeb; } }
    section.account.message-details .message-details-container .back-trigger {
      background: url("../icons/arrow.svg") no-repeat;
      width: 40px;
      height: 40px;
      background-position: center;
      background-size: 100%; }
      @media (min-width: 768px) {
        section.account.message-details .message-details-container .back-trigger {
          margin-left: 42px; } }
    section.account.message-details .message-details-container .message-header {
      padding: 10px 15px; }
      @media (min-width: 768px) {
        section.account.message-details .message-details-container .message-header {
          padding: 10px 20px 20px 42px; } }
      section.account.message-details .message-details-container .message-header .expiration {
        display: block;
        color: #7e7e7e;
        font-style: italic;
        font-size: 88%;
        line-height: 115%; }
      section.account.message-details .message-details-container .message-header h2 {
        font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
        font-size: 150%;
        line-height: 100%;
        margin-top: 5px;
        letter-spacing: 1.5px;
        color: #303030;
        text-transform: uppercase; }
    section.account.message-details .message-details-container .message-image img {
      width: 100%; }
    section.account.message-details .message-details-container .message-content {
      font-size: 100%;
      line-height: 150%;
      color: #6a6a6a;
      padding: 15px; }
      @media (min-width: 768px) {
        section.account.message-details .message-details-container .message-content {
          padding: 20px 20px 20px 42px; } }
    section.account.message-details .message-details-container .message-cta {
      padding-bottom: 24px;
      text-align: center; }
      section.account.message-details .message-details-container .message-cta .btn {
        padding-left: 45px;
        padding-right: 45px; }
    section.account.message-details .message-details-container .message-error {
      font-size: 100%;
      line-height: 150%;
      color: #6a6a6a;
      padding: 15px; }
      @media (min-width: 768px) {
        section.account.message-details .message-details-container .message-error {
          padding: 20px 20px 20px 42px; } }

@media (min-width: 992px) {
  .page-container.create-account-container {
    background: url("../images/account/create-account-bg.jpg") no-repeat; } }

section.account.create-account.layout {
  max-width: 347px; }

section.account.create-account {
  max-width: 275px;
  margin: 0 auto;
  padding-bottom: 56px; }
  section.account.create-account h1 {
    margin-top: 35px;
    font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
    font-size: 163%;
    line-height: 124%;
    letter-spacing: 0.8px;
    color: #000;
    text-transform: uppercase;
    text-align: center; }
  section.account.create-account .kk-form {
    margin-top: 30px; }
    section.account.create-account .kk-form .form-section {
      padding-top: 15px; }
    section.account.create-account .kk-form .form-actions + p {
      padding-top: 0; }
  section.account.create-account .g-recaptcha {
    padding-top: 30px; }
  section.account.create-account .notransition {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important; }

@media (min-width: 992px) {
  .corporate-account-layout {
    background-image: url("../images/account/account-corp-bg.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover; } }

.corporate-account-layout .page-container.create-account-container {
  background-image: none; }
  .corporate-account-layout .page-container.create-account-container .main + footer {
    display: none; }

.corporate-account-layout section.account.create-account {
  max-width: 560px; }
  .corporate-account-layout section.account.create-account .icon-complete {
    margin: 0 auto;
    max-width: 100%;
    height: auto;
    display: block; }
    .corporate-account-layout section.account.create-account .icon-complete + .thank-you {
      margin-top: 55px; }
  .corporate-account-layout section.account.create-account .thank-you {
    text-align: center;
    font-family: "BrandonGrotesque-BlackItalic", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-size: 113%;
    line-height: 134%;
    color: #d01f2f;
    display: block; }
    @media (min-width: 576px) {
      .corporate-account-layout section.account.create-account .thank-you {
        font-size: 150%;
        line-height: 100%; } }
  .corporate-account-layout section.account.create-account .confirmation__title {
    font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
    font-size: 200%;
    line-height: 125%;
    color: #0b6a38;
    display: block;
    margin: 0 auto;
    text-transform: uppercase; }
    @media (min-width: 576px) {
      .corporate-account-layout section.account.create-account .confirmation__title {
        font-size: 250%;
        line-height: 120%;
        margin-top: 10px; } }
  .corporate-account-layout section.account.create-account .confirmation__message {
    margin: 0;
    padding-top: 30px;
    text-align: center;
    font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
    font-size: 82%;
    line-height: 185%;
    color: #595959; }

.corporate-account-layout .form-actions {
  max-width: 280px;
  margin: 0 auto; }

@media (min-width: 992px) {
  .page-container.sign-in-container {
    background: url("../images/account/sign-in-bg.jpg") no-repeat;
    background-size: 150px;
    background-position: 0 60px; } }

section.account.sign-in {
  max-width: 275px;
  margin: 0 auto;
  padding-bottom: 56px; }
  section.account.sign-in h1 {
    margin-top: 35px;
    font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
    font-size: 163%;
    line-height: 124%;
    letter-spacing: 0.8px;
    color: #000;
    text-transform: uppercase;
    text-align: center; }
  section.account.sign-in .kk-form {
    margin-top: 30px; }
    section.account.sign-in .kk-form .form-section {
      padding-top: 0; }
    section.account.sign-in .kk-form .form-field.required label.EditingFormLabel:after {
      content: none; }
    section.account.sign-in .kk-form .form-actions {
      padding-bottom: 15px; }
  section.account.sign-in .other-options &gt; div {
    padding-bottom: 15px;
    display: block;
    text-align: center; }
    section.account.sign-in .other-options &gt; div .btn {
      display: block; }
    section.account.sign-in .other-options &gt; div .forgot-password {
      display: block;
      margin: 8px 0 10px 0;
      font-size: 100%;
      line-height: 113%;
      color: #046a38; }
    section.account.sign-in .other-options &gt; div .separator {
      position: relative;
      margin: 0 15px 15px 15px; }
      section.account.sign-in .other-options &gt; div .separator:before {
        content: " ";
        position: absolute;
        display: block;
        border-top: 1px solid #ebebeb;
        width: 100%;
        top: 50%;
        z-index: 0; }
      section.account.sign-in .other-options &gt; div .separator em {
        position: relative;
        z-index: 1;
        color: grey;
        background-color: white;
        padding-left: 10px;
        padding-right: 10px;
        display: inline-block; }
    section.account.sign-in .other-options &gt; div .btn-facebook {
      background-color: #3b5998; }
      section.account.sign-in .other-options &gt; div .btn-facebook.shadow, section.account.sign-in .other-options &gt; div .kk-field-form .form-actions .btn-facebook.btn.btn-primary, .kk-field-form .form-actions section.account.sign-in .other-options &gt; div .btn-facebook.btn.btn-primary, section.account.sign-in .other-options &gt; div .kk-field-form .form-actions section.fundraising-overview &gt; .banner-cta.primary .ctas .btn-facebook.btn, .kk-field-form .form-actions section.fundraising-overview &gt; .banner-cta.primary .ctas section.account.sign-in .other-options &gt; div .btn-facebook.btn, section.account.sign-in .other-options &gt; div .kk-field-form .form-actions section.fundraising-products &gt; .banner-cta.primary .ctas .btn-facebook.btn, .kk-field-form .form-actions section.fundraising-products &gt; .banner-cta.primary .ctas section.account.sign-in .other-options &gt; div .btn-facebook.btn, section.account.sign-in .other-options &gt; div section.fundraising-overview &gt; .btn-facebook.banner-cta.primary, section.account.sign-in .other-options &gt; div section.fundraising-overview &gt; .banner-cta.primary .ctas .btn-facebook.btn, section.fundraising-overview &gt; .banner-cta.primary .ctas section.account.sign-in .other-options &gt; div .btn-facebook.btn, section.account.sign-in .other-options &gt; div section.fundraising-overview &gt; .btn-facebook.banner-cta.secondary, section.account.sign-in .other-options &gt; div section.fundraising-overview &gt; .banner-cta.secondary .ctas .btn-facebook.btn, section.fundraising-overview &gt; .banner-cta.secondary .ctas section.account.sign-in .other-options &gt; div .btn-facebook.btn, section.account.sign-in .other-options &gt; div section.fundraising-presell &gt; .ctas .btn-facebook.cta, section.fundraising-presell &gt; .ctas section.account.sign-in .other-options &gt; div .btn-facebook.cta, section.account.sign-in .other-options &gt; div section.fundraising-products &gt; .btn-facebook.banner-cta.primary, section.account.sign-in .other-options &gt; div section.fundraising-products &gt; .banner-cta.primary .ctas .btn-facebook.btn, section.fundraising-products &gt; .banner-cta.primary .ctas section.account.sign-in .other-options &gt; div .btn-facebook.btn, section.account.sign-in .other-options &gt; div section.fundraising-products &gt; .btn-facebook.banner-cta.secondary, section.account.sign-in .other-options &gt; div section.fundraising-products &gt; .banner-cta.secondary .ctas .btn-facebook.btn, section.fundraising-products &gt; .banner-cta.secondary .ctas section.account.sign-in .other-options &gt; div .btn-facebook.btn {
        box-shadow: 0 15px 40px 0 rgba(70, 70, 70, 0.15); }
      section.account.sign-in .other-options &gt; div .btn-facebook:hover, section.account.sign-in .other-options &gt; div .btn-facebook:active, section.account.sign-in .other-options &gt; div .btn-facebook:active:focus {
        background-color: #2b4988 !important;
        box-shadow: 0 15px 40px 0 rgba(70, 70, 70, 0.25) !important; }
    section.account.sign-in .other-options &gt; div .btn-apple {
      margin-top: 20px;
      cursor: pointer; }
      section.account.sign-in .other-options &gt; div .btn-apple svg {
        height: 50px;
        width: 100%; }

section.account.messages {
  margin: 0 -15px;
  padding: 0 15px 0 15px; }
  @media (min-width: 768px) {
    section.account.messages {
      margin: 0; } }
  section.account.messages .account-body {
    padding-bottom: 60px; }
  section.account.messages .messages-container {
    display: block;
    width: 100%; }
    @media (min-width: 992px) {
      section.account.messages .messages-container {
        width: 1000px; } }
  section.account.messages .message-list-empty {
    display: flex !important;
    justify-content: center;
    padding: 0 0 20px; }
  section.account.messages .message-list {
    width: 100%;
    margin-top: 20px; }
    @media (min-width: 768px) {
      section.account.messages .message-list {
        /*border-right: solid 1px #ebebeb;*/
        max-width: 100%;
        margin-top: 40px; } }
    section.account.messages .message-list ul li {
      flex-grow: 0;
      margin: 0 0 16px 0;
      height: auto;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start;
      padding: 32px;
      box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
      border: solid 1px #e0e0e0;
      background-color: #fff; }
      @media (min-width: 768px) {
        section.account.messages .message-list ul li {
          height: auto; } }
    section.account.messages .message-list div {
      display: block;
      width: 100%; }
      section.account.messages .message-list div.active {
        background-color: #ecf1f4; }
        section.account.messages .message-list div.active .title {
          color: #c8102e; }
      section.account.messages .message-list div .message-headline {
        display: flex;
        flex-wrap: wrap;
        position: relative;
        margin-bottom: 20px;
        /*.ribbon {
                    width: 120px;
                    height: 120px;
                    overflow: hidden;
                    position: absolute;
                }

                .ribbon::before,
                .ribbon::after {
                    position: absolute;
                    z-index: 0;
                    content: '';
                    display: block;
                    border: 5px solid $red;
                }


                .ribbon span {
                    position: absolute;
                    display: block;
                    width: 225px;
                    padding: 1px 0;
                    background-color: $red;
                    box-shadow: 0 2px 2px 0 $red;
                    color: #fff;
                    @include font-size(10px, 16px);
                    text-transform: uppercase;
                    text-align: center;
                    line-height: 150%;
                }*/
        /* top right*/
        /*.ribbon-top-right {
                    top: -41px;
                    right: -41px;
                }

                .ribbon-top-right::before,
                .ribbon-top-right::after {
                    border-top-color: $red;
                    border-right-color: $red;
                }

                .ribbon-top-right::before {
                    top: 0;
                    left: 37px;
                }

                .ribbon-top-right::after {
                    bottom: 37px;
                    right: 0;
                }

                .ribbon-top-right span {
                    left: -26px;
                    top: 26px;
                    transform: rotate(45deg);
                }*/ }
        section.account.messages .message-list div .message-headline .ribbon {
          position: absolute;
          right: -37px;
          top: -37px;
          z-index: 1;
          overflow: hidden;
          width: 150px;
          height: 150px;
          text-align: right; }
        section.account.messages .message-list div .message-headline .ribbon span {
          font-size: 63%;
          line-height: 160%;
          color: #FFF;
          text-transform: uppercase;
          text-align: center;
          line-height: 20px;
          transform: rotate(45deg);
          -webkit-transform: rotate(45deg);
          width: 150px;
          display: block;
          background: #C8102E;
          background: linear-gradient(#C8102E 0%, #c8102e 100%);
          box-shadow: 0 3px 10px -5px black;
          position: absolute;
          top: 37px;
          right: -27px; }
        section.account.messages .message-list div .message-headline .ribbon span::before {
          content: "";
          position: absolute;
          left: 0px;
          top: 100%;
          z-index: -1;
          border-left: 3px solid #c8102e;
          border-right: 3px solid transparent;
          border-bottom: 3px solid transparent;
          border-top: 3px solid #c8102e; }
        section.account.messages .message-list div .message-headline .ribbon span::after {
          content: "";
          position: absolute;
          right: 0px;
          top: 100%;
          z-index: -1;
          border-left: 3px solid transparent;
          border-right: 3px solid #c8102e;
          border-bottom: 3px solid transparent;
          border-top: 3px solid #c8102e; }
        section.account.messages .message-list div .message-headline .title {
          width: calc(100% - 50px);
          display: block; }
          section.account.messages .message-list div .message-headline .title h4 {
            font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
            font-size: 16px;
            font-weight: 900;
            color: #303030;
            text-transform: uppercase;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: normal;
            letter-spacing: 0.16px; }
            @media (min-width: 768px) {
              section.account.messages .message-list div .message-headline .title h4 {
                font-size: 24px;
                font-weight: 900; } }
        section.account.messages .message-list div .message-headline .expiration {
          width: 110px;
          text-align: right;
          color: #7e7e7e;
          font-style: italic;
          font-size: 88%;
          line-height: 115%;
          font-weight: 100;
          padding-right: 20px; }
      section.account.messages .message-list div .message-content {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row; }
        @media (max-width: 991.98px) {
          section.account.messages .message-list div .message-content {
            flex-direction: column; } }
        @media (max-width: 991.98px) {
          section.account.messages .message-list div .message-content .message-image img {
            width: 100%; } }
        section.account.messages .message-list div .message-content .message-detail {
          display: flex;
          flex-wrap: nowrap;
          flex-direction: column;
          padding: 20px 20px 20px 20px; }
          section.account.messages .message-list div .message-content .message-detail .subtitle {
            color: #595959;
            font-size: 14px;
            width: 100%;
            display: block;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: inherit;
            color: #6a6a6a;
            padding: 5px 0; }
          section.account.messages .message-list div .message-content .message-detail .promo-code {
            padding: 5px 0;
            text-transform: uppercase;
            font-weight: bold;
            font-size: 24px;
            color: #0b6a38;
            text-align: center;
            font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif; }
            section.account.messages .message-list div .message-content .message-detail .promo-code span {
              color: #000; }
          section.account.messages .message-list div .message-content .message-detail .promo-dates {
            text-transform: uppercase;
            text-align: center;
            padding: 5px 0;
            color: #595959;
            font-size: 16px;
            font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif; }
          section.account.messages .message-list div .message-content .message-detail .message-cta {
            padding: 10px 10px;
            width: 200px;
            margin: 20px auto;
            background-color: #c8102e !important;
            box-shadow: 0 8px 40px 0 rgba(208, 31, 47, 0.3) !important; }
  section.account.messages .disclaimer {
    padding-top: 30px;
    font-style: italic;
    color: #6a6a6a;
    font-size: 88%;
    line-height: 143%; }
  section.account.messages .noshow {
    display: none !important; }

section.account.missed-transactions {
  padding-bottom: 30px; }
  section.account.missed-transactions .btn-close {
    top: 15px;
    right: 35px;
    background: url("../icons/close-green.svg") center no-repeat;
    background-size: 17px;
    width: 40px;
    height: 40px;
    float: right; }
  @media (min-width: 992px) {
    section.account.missed-transactions .account-form-receipt-container {
      display: flex; } }
  section.account.missed-transactions .account-form-container {
    width: 100%; }
    @media (min-width: 768px) {
      section.account.missed-transactions .account-form-container {
        max-width: 425px; } }
    section.account.missed-transactions .account-form-container h2 {
      margin-bottom: 15px; }
    section.account.missed-transactions .account-form-container p {
      color: #595959;
      font-size: 100%;
      line-height: 150%; }
      @media (min-width: 768px) {
        section.account.missed-transactions .account-form-container p {
          padding-left: 25px; } }
    @media (min-width: 768px) {
      section.account.missed-transactions .account-form-container .kk-form .btn {
        width: 100%; } }
    section.account.missed-transactions .account-form-container .kk-form .date-visit {
      position: relative; }
      section.account.missed-transactions .account-form-container .kk-form .date-visit .kk-tooltip {
        display: inline-block;
        position: absolute;
        right: 0;
        top: 2px; }
        section.account.missed-transactions .account-form-container .kk-form .date-visit .kk-tooltip .kk-tooltip-trigger {
          width: 40px;
          height: 40px;
          background: url("../icons/tooltip.svg") center no-repeat; }
          section.account.missed-transactions .account-form-container .kk-form .date-visit .kk-tooltip .kk-tooltip-trigger:hover {
            text-decoration: none; }
        section.account.missed-transactions .account-form-container .kk-form .date-visit .kk-tooltip .kk-tooltip-box {
          position: absolute;
          top: 45px;
          right: 0;
          background-color: #fff;
          font-size: 12px;
          color: #c8102e;
          z-index: 1;
          min-width: 180px;
          text-align: right;
          line-height: 1.75;
          display: none; }
          section.account.missed-transactions .account-form-container .kk-form .date-visit .kk-tooltip .kk-tooltip-box[aria-hidden="false"] {
            display: inline-block; }
    section.account.missed-transactions .account-form-container .kk-form .check-number {
      position: relative; }
      section.account.missed-transactions .account-form-container .kk-form .check-number .kk-tooltip {
        display: inline-block;
        position: absolute;
        right: 0;
        top: 2px; }
        section.account.missed-transactions .account-form-container .kk-form .check-number .kk-tooltip .kk-tooltip-trigger {
          width: 40px;
          height: 40px;
          background: url("../icons/tooltip.svg") center no-repeat; }
          section.account.missed-transactions .account-form-container .kk-form .check-number .kk-tooltip .kk-tooltip-trigger:hover {
            text-decoration: none; }
    section.account.missed-transactions .account-form-container .kk-form .sub-total {
      position: relative; }
      section.account.missed-transactions .account-form-container .kk-form .sub-total .kk-tooltip {
        display: inline-block;
        position: absolute;
        right: 0;
        top: 2px; }
        section.account.missed-transactions .account-form-container .kk-form .sub-total .kk-tooltip .kk-tooltip-trigger {
          width: 40px;
          height: 40px;
          background: url("../icons/tooltip.svg") center no-repeat; }
          section.account.missed-transactions .account-form-container .kk-form .sub-total .kk-tooltip .kk-tooltip-trigger:hover {
            text-decoration: none; }
        section.account.missed-transactions .account-form-container .kk-form .sub-total .kk-tooltip .kk-tooltip-box {
          position: absolute;
          top: 45px;
          right: 0;
          background-color: #fff;
          font-size: 12px;
          color: #c8102e;
          z-index: 1;
          min-width: 180px;
          text-align: right;
          line-height: 1.75;
          display: none; }
          section.account.missed-transactions .account-form-container .kk-form .sub-total .kk-tooltip .kk-tooltip-box[aria-hidden="false"] {
            display: inline-block; }
  section.account.missed-transactions .receipt-example-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    z-index: 20;
    padding-top: 100px; }
    @media (min-width: 992px) {
      section.account.missed-transactions .receipt-example-container {
        position: static;
        padding: 30px 0 30px 150px;
        width: auto;
        height: auto;
        z-index: 0; } }
    section.account.missed-transactions .receipt-example-container[aria-hidden="false"] {
      display: block; }
    section.account.missed-transactions .receipt-example-container span {
      font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
      font-size: 94%;
      line-height: 114%;
      text-transform: uppercase;
      letter-spacing: 1px;
      display: block;
      color: #000; }
    section.account.missed-transactions .receipt-example-container .receipt-example {
      width: 100%;
      max-width: 320px;
      margin: 0 auto; }
      @media (min-width: 992px) {
        section.account.missed-transactions .receipt-example-container .receipt-example {
          margin: 0;
          max-width: none;
          width: auto;
          background-color: none;
          box-shadow: none; } }
      section.account.missed-transactions .receipt-example-container .receipt-example span {
        display: block;
        padding-left: 10px;
        font-size: 88%;
        line-height: 172%;
        color: #595959; }

section.account.payment-methods .payment-methods-container {
  max-width: 700px; }

section.account.payment-methods .payment-methods-empty {
  font-size: 100%;
  line-height: 132%;
  padding: 60px 15px 30px 15px;
  color: #6a6a6a; }

section.account.payment-methods .payment-methods-list li {
  padding: 16px 15px 16px 15px;
  display: block;
  border-bottom: 1px solid #ebebeb; }
  @media (min-width: 768px) {
    section.account.payment-methods .payment-methods-list li {
      padding: 32px 24px 32px 48px; } }

section.account.payment-methods .payment-method {
  display: flex;
  flex-direction: row;
  align-items: stretch; }
  section.account.payment-methods .payment-method .image {
    width: 48px; }
    section.account.payment-methods .payment-method .image img {
      width: 100%;
      height: auto; }
  section.account.payment-methods .payment-method .card-number {
    padding-left: 10px;
    flex: 1;
    font-size: 82%;
    line-height: 370%;
    letter-spacing: 0.9px;
    color: #595959;
    font-weight: bold; }
    @media (min-width: 768px) {
      section.account.payment-methods .payment-method .card-number {
        font-size: 150%;
        line-height: 200%;
        letter-spacing: 0;
        font-weight: normal; } }
  section.account.payment-methods .payment-method .primary {
    flex: 1;
    font-size: 88%;
    line-height: 343%;
    font-style: italic;
    color: #6a6a6a;
    text-align: right;
    padding-right: 15px; }
  section.account.payment-methods .payment-method .edit {
    flex: 0;
    font-family: "BrandonGrotesque-BlackItalic", Arial, Helvetica, sans-serif;
    font-style: normal;
    color: #c8102e;
    font-size: 100%;
    line-height: 300%;
    letter-spacing: 0.5px; }

section.account.payment-methods .payment-methods-list-options {
  margin-top: 15px; }
  @media (min-width: 768px) {
    section.account.payment-methods .payment-methods-list-options {
      margin-top: 40px; } }

section.account.payment-methods .disclaimer {
  font-style: italic;
  color: #6a6a6a;
  font-size: 88%;
  line-height: 415%; }

section.account.payment-methods .add-card {
  padding-top: 15px; }
  section.account.payment-methods .add-card a:not([href]):not([tabindex]) {
    color: white !important; }
  @media (min-width: 768px) {
    section.account.payment-methods .add-card {
      padding-top: 0;
      text-align: right; } }
  section.account.payment-methods .add-card .btn {
    width: 100%;
    max-width: 320px; }
    @media (min-width: 768px) {
      section.account.payment-methods .add-card .btn {
        width: auto;
        max-width: none;
        padding-left: 45px;
        padding-right: 45px; } }

section.account.payment-methods-add .account-form-container .kk-form .form-field .kk-checkbox {
  top: 4px; }

section.account.payment-methods-add .account-form-container .kk-form .form-field .CheckBoxLabel {
  font-size: 94%;
  line-height: 140%; }

section.account.payment-methods-add .account-form-container .kk-form .form-actions .btn {
  width: 100%;
  margin-bottom: 20px;
  padding-top: 18px;
  padding-bottom: 18px; }

section.account.payment-methods-add .account-form-container .kk-form .shell {
  position: relative;
  line-height: 1; }
  section.account.payment-methods-add .account-form-container .kk-form .shell span {
    position: absolute;
    top: -9px;
    color: #ccc;
    pointer-events: none;
    font-size: 150%;
    line-height: 134%; }
    section.account.payment-methods-add .account-form-container .kk-form .shell span i {
      font-style: normal;
      /* any of these 3 will work */
      color: transparent;
      opacity: 0;
      visibility: hidden; }

section.account.payment-methods-add .account-form-container .kk-form input.masked,
section.account.payment-methods-add .account-form-container .kk-form .shell span {
  padding-right: 10px;
  background-color: transparent;
  text-transform: uppercase; }

section.account.rewards .iframe-container {
  overflow: hidden; }

section.account.rewards .responsive-iframe {
  width: 100%;
  height: 100%;
  border: none;
  overflow: hidden; }

section.account.rewards .reward-graphic {
  position: relative; }
  section.account.rewards .reward-graphic:before {
    position: absolute;
    content: " ";
    background-position: center;
    background-repeat: no-repeat;
    width: 60px;
    height: 60px; }
    @media (min-width: 768px) {
      section.account.rewards .reward-graphic:before {
        width: 40px;
        height: 40px;
        top: 0;
        left: 0; } }
  section.account.rewards .reward-graphic.doughnuts:before {
    background-size: 46px;
    background-image: url("../icons/doughnut.svg"); }
    @media (min-width: 768px) {
      section.account.rewards .reward-graphic.doughnuts:before {
        background-size: 36px; } }
  section.account.rewards .reward-graphic.coffees:before {
    background-size: 46px;
    background-image: url("../icons/coffee.svg"); }
    @media (min-width: 768px) {
      section.account.rewards .reward-graphic.coffees:before {
        background-size: 30px; } }
  section.account.rewards .reward-graphic.dozens:before {
    background-size: 50px;
    background-image: url("../icons/dozen.svg"); }
    @media (min-width: 768px) {
      section.account.rewards .reward-graphic.dozens:before {
        background-size: 40px; } }
  section.account.rewards .reward-graphic.specialty-coffees:before {
    background-size: 68px;
    background-image: url("../icons/specialty-coffee.svg"); }
    @media (min-width: 768px) {
      section.account.rewards .reward-graphic.specialty-coffees:before {
        background-size: 47px; } }
  section.account.rewards .reward-graphic .reward-count {
    position: absolute;
    top: 25px;
    right: 11px;
    display: inline-block;
    background-color: #c8102e;
    color: #fff;
    font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
    font-size: 82%;
    line-height: 162%;
    min-width: 21px;
    letter-spacing: 0.9px;
    border-radius: 50%;
    z-index: 10;
    text-align: center;
    animation: 5s ease-in-out rewards-count-bounce infinite; }
    section.account.rewards .reward-graphic .reward-count.reward-count-, section.account.rewards .reward-graphic .reward-count.reward-count-0 {
      display: none; }
  section.account.rewards .reward-graphic .reward-graphic-label {
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 122px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 82%;
    line-height: 139%;
    font-weight: bold;
    color: #000; }
    @media (min-width: 768px) {
      section.account.rewards .reward-graphic .reward-graphic-label {
        white-space: nowrap; } }
    section.account.rewards .reward-graphic .reward-graphic-label span {
      display: block;
      font-size: 93%; }
  section.account.rewards .reward-graphic .reward-graphic-circle {
    transform: rotate(-145deg);
    width: 100%;
    height: 100%; }

@keyframes rewards-count-bounce {
  0%,
  90% {
    transform: translate3d(0, 0, 0); }
  95% {
    transform: translate3d(0, -5px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }
  section.account.rewards .reward-graphic svg {
    margin: 0; }
    section.account.rewards .reward-graphic svg .reward-progress {
      animation: progress 1.5s ease-out forwards; }

@keyframes progress {
  0% {
    stroke-dasharray: 0 100; } }

section.account.rewards .heading {
  padding-left: 15px; }
  @media (min-width: 768px) {
    section.account.rewards .heading {
      max-width: 748px;
      padding-left: 40px; } }
  section.account.rewards .heading h2 {
    color: #000;
    font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
    font-size: 100%;
    line-height: 100%;
    text-transform: uppercase;
    margin: 0;
    margin-top: 24px;
    text-align: left;
    letter-spacing: 1.2px;
    display: block; }
    @media (min-width: 768px) {
      section.account.rewards .heading h2 {
        margin-top: 41px;
        font-size: 113%;
        line-height: 100%; } }
  section.account.rewards .heading .rewards-note {
    margin: 0;
    margin-top: 5px;
    color: #000;
    font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
    font-size: 82%;
    line-height: 139%; }

section.account.rewards .reward-details {
  margin-top: 16px;
  border-top: none; }
  @media (min-width: 768px) {
    section.account.rewards .reward-details {
      max-width: 748px;
      margin-top: 18px;
      padding-left: 40px; } }
  section.account.rewards .reward-details ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    section.account.rewards .reward-details ul li {
      display: block;
      margin: 10px -15px;
      border-bottom: 1px solid #ebebeb;
      box-shadow: 0 2px 4px 0 rgba(144, 157, 163, 0.12);
      background-color: #fff;
      width: 100%;
      flex-grow: 1; }
      @media (min-width: 768px) {
        section.account.rewards .reward-details ul li {
          margin: 10px 0; } }
      @media (min-width: 768px) {
        section.account.rewards .reward-details ul li:nth-of-type(odd) {
          margin-right: 6px; } }
      @media (min-width: 768px) {
        section.account.rewards .reward-details ul li:nth-of-type(even) {
          margin-left: 6px; } }
      @media (min-width: 768px) {
        section.account.rewards .reward-details ul li {
          max-width: calc(50% - 6px); } }
      section.account.rewards .reward-details ul li .reward-card {
        display: flex;
        padding: 0 30px 10px 30px; }
        @media (min-width: 768px) {
          section.account.rewards .reward-details ul li .reward-card {
            padding: 0 15px 10px 15px; } }
        section.account.rewards .reward-details ul li .reward-card .reward-graphic {
          width: 100px;
          height: 120px; }
          section.account.rewards .reward-details ul li .reward-card .reward-graphic:before {
            background-size: 68px;
            width: 60px;
            height: 60px;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%); }
          section.account.rewards .reward-details ul li .reward-card .reward-graphic .reward-graphic-label {
            top: 92px; }
            section.account.rewards .reward-details ul li .reward-card .reward-graphic .reward-graphic-label span {
              white-space: nowrap; }
          @media (min-width: 768px) {
            section.account.rewards .reward-details ul li .reward-card .reward-graphic .reward-count,
            section.account.rewards .reward-details ul li .reward-card .reward-graphic .reward-graphic-label,
            section.account.rewards .reward-details ul li .reward-card .reward-graphic .reward-graphic-circle {
              display: block; } }
          section.account.rewards .reward-details ul li .reward-card .reward-graphic .reward-count {
            top: 20px;
            right: 4px; }
            section.account.rewards .reward-details ul li .reward-card .reward-graphic .reward-count.reward-count-, section.account.rewards .reward-details ul li .reward-card .reward-graphic .reward-count.reward-count-0 {
              display: none; }
        section.account.rewards .reward-details ul li .reward-card .reward-copy {
          flex: 1;
          padding-left: 20px;
          align-self: center; }
          section.account.rewards .reward-details ul li .reward-card .reward-copy .title {
            font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
            font-size: 82%;
            line-height: 139%;
            font-weight: bold;
            color: #0b6a38;
            letter-spacing: 1.3px;
            text-transform: uppercase; }
            @media (min-width: 768px) {
              section.account.rewards .reward-details ul li .reward-card .reward-copy .title {
                font-size: 113%;
                line-height: 134%; } }
            section.account.rewards .reward-details ul li .reward-card .reward-copy .title span {
              color: #c8102e; }
          section.account.rewards .reward-details ul li .reward-card .reward-copy .expiration {
            font-size: 88%;
            line-height: 115%;
            font-style: italic;
            color: #6a6a6a; }
            @media (min-width: 768px) {
              section.account.rewards .reward-details ul li .reward-card .reward-copy .expiration {
                font-size: 88%;
                line-height: 129%; } }
          section.account.rewards .reward-details ul li .reward-card .reward-copy .subtitle {
            padding-top: 10px;
            color: #6a6a6a;
            font-size: 82%;
            line-height: 139%; }
            @media (min-width: 768px) {
              section.account.rewards .reward-details ul li .reward-card .reward-copy .subtitle {
                font-size: 88%;
                line-height: 129%; } }

section.account.rewards .reward-footer {
  font-size: 88%;
  line-height: 115%;
  font-style: italic;
  color: #6a6a6a;
  padding: 15px 0; }
  @media (min-width: 768px) {
    section.account.rewards .reward-footer {
      padding: 20px 40px; } }

section.account.rewards .earn-credit {
  background-color: #f7f9fa;
  margin: 0 -15px;
  padding: 30px;
  text-align: center; }
  @media (min-width: 768px) {
    section.account.rewards .earn-credit {
      max-width: 708px;
      margin: 0;
      margin-left: 40px;
      padding: 30px; } }
  @media (min-width: 768px) {
    section.account.rewards .earn-credit .copy {
      max-width: 418px;
      margin: 0 auto; } }
  section.account.rewards .earn-credit .copy .title {
    max-width: 230px;
    margin: 0 auto;
    color: #000;
    font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
    font-size: 94%;
    line-height: 114%;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block; }
    @media (min-width: 768px) {
      section.account.rewards .earn-credit .copy .title {
        max-width: none;
        font-size: 100%;
        line-height: 169%; } }
  section.account.rewards .earn-credit .copy p {
    padding-top: 6px;
    font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
    font-size: 100%;
    line-height: 113%;
    color: #595959; }
    @media (min-width: 768px) {
      section.account.rewards .earn-credit .copy p {
        font-size: 100%;
        line-height: 150%; } }
  section.account.rewards .earn-credit .btn {
    width: 230px; }
    @media (min-width: 768px) {
      section.account.rewards .earn-credit .btn {
        width: 180px; } }

section.account.my-card .account-body {
  text-align: center;
  padding-top: 10px; }
  @media (min-width: 768px) {
    section.account.my-card .account-body {
      padding-top: 40px; } }
  section.account.my-card .account-body .card-container {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap; }
    @media (min-width: 992px) {
      section.account.my-card .account-body .card-container {
        flex-direction: row; } }
    section.account.my-card .account-body .card-container .card-item {
      flex: 0 0 100%; }
      @media (min-width: 992px) {
        section.account.my-card .account-body .card-container .card-item {
          flex: 0 0 50%;
          margin-bottom: 0; } }
      section.account.my-card .account-body .card-container .card-item .card {
        width: 100%;
        max-width: 350px;
        display: inline-block;
        border-radius: 20px;
        box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.3); }
        section.account.my-card .account-body .card-container .card-item .card .logo {
          border-top-left-radius: 20px;
          border-top-right-radius: 20px;
          padding: 15px 0 5px 0;
          background-color: #0b6a38; }
        section.account.my-card .account-body .card-container .card-item .card .reader {
          border-radius: 20px;
          background-color: #fff;
          padding: 20px 40px; }
          section.account.my-card .account-body .card-container .card-item .card .reader img {
            width: 100%; }
          section.account.my-card .account-body .card-container .card-item .card .reader span {
            display: block;
            font-size: 82%;
            color: #191919; }
    section.account.my-card .account-body .card-container .info-item {
      flex: 0 0 100%;
      margin-top: 45px;
      text-align: left; }
      @media (min-width: 992px) {
        section.account.my-card .account-body .card-container .info-item {
          flex: 0 0 50%;
          margin-top: 0; } }
      section.account.my-card .account-body .card-container .info-item .balance-funds {
        display: flex;
        max-width: 350px;
        margin: 0 auto;
        padding-bottom: 10px; }
        @media (min-width: 992px) {
          section.account.my-card .account-body .card-container .info-item .balance-funds {
            max-width: none; } }
        section.account.my-card .account-body .card-container .info-item .balance-funds .balance {
          flex: 0 0 50%;
          display: flex;
          flex-direction: column; }
          @media (min-width: 992px) {
            section.account.my-card .account-body .card-container .info-item .balance-funds .balance {
              flex-direction: column-reverse; } }
          section.account.my-card .account-body .card-container .info-item .balance-funds .balance strong {
            display: block;
            font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
            font-size: 250%;
            line-height: 100%;
            color: #3d3d3d; }
          section.account.my-card .account-body .card-container .info-item .balance-funds .balance span {
            display: block;
            font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
            text-transform: uppercase;
            font-size: 82%;
            line-height: 139%;
            letter-spacing: 0.93px;
            color: #0b6a38; }
        section.account.my-card .account-body .card-container .info-item .balance-funds .add-funds {
          flex: 0 0 50%;
          text-align: right; }
          section.account.my-card .account-body .card-container .info-item .balance-funds .add-funds .btn {
            padding: 15px 30px; }
      section.account.my-card .account-body .card-container .info-item .rewards-funds {
        display: flex;
        max-width: 350px;
        margin: 0 auto;
        padding-top: 10px; }
        @media (min-width: 992px) {
          section.account.my-card .account-body .card-container .info-item .rewards-funds {
            max-width: none; } }
        section.account.my-card .account-body .card-container .info-item .rewards-funds .rewardstext {
          flex: 0 0 50%;
          display: flex;
          flex-direction: column; }
          @media (min-width: 992px) {
            section.account.my-card .account-body .card-container .info-item .rewards-funds .rewardstext {
              flex-direction: column-reverse; } }
          section.account.my-card .account-body .card-container .info-item .rewards-funds .rewardstext span {
            display: block;
            font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
            font-size: 113%;
            line-height: 156%;
            letter-spacing: 0.50px;
            font-weight: 500;
            color: black; }
        section.account.my-card .account-body .card-container .info-item .rewards-funds .see-rewards {
          flex: 0 0 50%;
          text-align: right; }
          section.account.my-card .account-body .card-container .info-item .rewards-funds .see-rewards .btn {
            padding: 15px 30px; }
      section.account.my-card .account-body .card-container .info-item .rewards {
        margin: 30px -15px 0;
        padding: 25px 15px 20px;
        background-color: #f4f4f4;
        color: #3d3d3d; }
        @media (min-width: 992px) {
          section.account.my-card .account-body .card-container .info-item .rewards {
            margin: 32px 0 0;
            padding: 30px; } }
        section.account.my-card .account-body .card-container .info-item .rewards table {
          width: 100%; }
          section.account.my-card .account-body .card-container .info-item .rewards table thead tr th {
            padding: 0 0 9px 0; }
            section.account.my-card .account-body .card-container .info-item .rewards table thead tr th:nth-child(1) {
              font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
              font-size: 113%;
              line-height: 117%;
              letter-spacing: 1px;
              color: #3d3d3d;
              text-transform: uppercase; }
            section.account.my-card .account-body .card-container .info-item .rewards table thead tr th:nth-child(2) {
              font-family: "BrandonGrotesque-RegularBold", Arial, Helvetica, sans-serif;
              font-size: 82%;
              line-height: 139%;
              color: #3d3d3d;
              text-align: right; }
          section.account.my-card .account-body .card-container .info-item .rewards table tbody tr td {
            padding: 9px 0;
            font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
            font-size: 88%;
            line-height: 172%;
            color: #273135; }
            section.account.my-card .account-body .card-container .info-item .rewards table tbody tr td:nth-child(2) {
              text-align: right; }
            section.account.my-card .account-body .card-container .info-item .rewards table tbody tr td small {
              font-family: "BrandonGrotesque-RegularItalic", Arial, Helvetica, sans-serif;
              font-style: normal;
              font-size: 86%;
              line-height: 200%;
              color: #303030; }
          section.account.my-card .account-body .card-container .info-item .rewards table tbody tr:last-child td {
            padding-bottom: 0; }
        section.account.my-card .account-body .card-container .info-item .rewards input.toggle {
          opacity: 0;
          position: absolute; }
          section.account.my-card .account-body .card-container .info-item .rewards input.toggle + label {
            position: relative;
            display: inline-block;
            user-select: none;
            -moz-transition: .4s ease;
            -o-transition: .4s ease;
            -webkit-transition: .4s ease;
            transition: .4s ease;
            -webkit-tap-highlight-color: transparent;
            height: 24px;
            width: 44px;
            border: 1px solid #dedede;
            border-radius: 60px; }
            section.account.my-card .account-body .card-container .info-item .rewards input.toggle + label:before {
              content: "";
              position: absolute;
              display: block;
              -moz-transition: 0.2s cubic-bezier(0.24, 0, 0.5, 1);
              -o-transition: 0.2s cubic-bezier(0.24, 0, 0.5, 1);
              -webkit-transition: 0.2s cubic-bezier(0.24, 0, 0.5, 1);
              transition: 0.2s cubic-bezier(0.24, 0, 0.5, 1);
              height: 24px;
              width: 44px;
              top: 0;
              left: 0;
              background: #dedede;
              border-radius: 30px; }
            section.account.my-card .account-body .card-container .info-item .rewards input.toggle + label:after {
              content: "";
              position: absolute;
              display: block;
              box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 4px 0px 0 rgba(0, 0, 0, 0.04), 0 4px 9px rgba(0, 0, 0, 0.13), 0 3px 3px rgba(0, 0, 0, 0.05);
              -moz-transition: 0.35s cubic-bezier(0.54, 1.6, 0.5, 1);
              -o-transition: 0.35s cubic-bezier(0.54, 1.6, 0.5, 1);
              -webkit-transition: 0.35s cubic-bezier(0.54, 1.6, 0.5, 1);
              transition: 0.35s cubic-bezier(0.54, 1.6, 0.5, 1);
              background: #fff;
              height: 20px;
              width: 20px;
              top: 2px;
              left: 2px;
              border-radius: 48px; }
          section.account.my-card .account-body .card-container .info-item .rewards input.toggle:checked + label:before {
            background: #0b6937;
            -moz-transition: width 0.2s cubic-bezier(0, 0, 0, 0.1);
            -o-transition: width 0.2s cubic-bezier(0, 0, 0, 0.1);
            -webkit-transition: width 0.2s cubic-bezier(0, 0, 0, 0.1);
            transition: width 0.2s cubic-bezier(0, 0, 0, 0.1); }
          section.account.my-card .account-body .card-container .info-item .rewards input.toggle:checked + label:after {
            left: 22px; }
          section.account.my-card .account-body .card-container .info-item .rewards input.toggle:focus + label {
            outline: 2px dotted #c8102e; }

section.account.my-card .disclaimer {
  font-style: italic;
  color: #6a6a6a;
  font-size: 88%;
  line-height: 143%; }

section.account.add-funds {
  padding-bottom: 30px; }
  section.account.add-funds .account-form-container .kk-form .form-actions .btn {
    width: 100%;
    margin-bottom: 20px;
    padding-top: 18px;
    padding-bottom: 18px; }
  @media (min-width: 768px) {
    section.account.add-funds .account-form-container .add-card {
      padding-left: 20px; } }
  section.account.add-funds .account-form-container .add-card .btn {
    width: 100%;
    max-width: 320px; }
    @media (min-width: 768px) {
      section.account.add-funds .account-form-container .add-card .btn {
        width: auto;
        max-width: none;
        padding-left: 45px;
        padding-right: 45px; } }
  section.account.add-funds .disclaimer {
    font-style: italic;
    color: #6a6a6a;
    font-size: 88%;
    line-height: 143%; }

section.account.favorite-shop .account-body {
  padding-top: 20px;
  padding-left: 20px; }
  @media (min-width: 768px) {
    section.account.favorite-shop .account-body {
      padding-top: 50px;
      padding-left: 50px; } }

section.account.favorite-shop .shop-info {
  display: inline-block;
  margin: 0 auto;
  color: #7e7e7e;
  font-size: 100%;
  line-height: 150%; }
  section.account.favorite-shop .shop-info .btn-favorite,
  section.account.favorite-shop .shop-info .preferred-shop {
    padding: 0;
    /*display: none;*/
    display: inline-block;
    font-family: "BrandonGrotesque-BlackItalic", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-size: 100%;
    line-height: 150%;
    color: #c8102e; }
    section.account.favorite-shop .shop-info .btn-favorite:hover, section.account.favorite-shop .shop-info .btn-favorite:active,
    section.account.favorite-shop .shop-info .preferred-shop:hover,
    section.account.favorite-shop .shop-info .preferred-shop:active {
      text-decoration: none; }
  section.account.favorite-shop .shop-info strong {
    font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
    font-size: 82%;
    line-height: 185%;
    letter-spacing: 1px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 5px; }
  section.account.favorite-shop .shop-info time {
    display: block; }
  section.account.favorite-shop .shop-info .shop-block {
    position: relative;
    margin-top: 30px;
    padding-left: 50px;
    padding-right: 50px; }
    section.account.favorite-shop .shop-info .shop-block:before {
      position: absolute;
      top: 0;
      left: 0;
      content: ' ';
      display: inline-block;
      background-size: 30px;
      background-repeat: no-repeat;
      width: 30px;
      height: 30px; }
    section.account.favorite-shop .shop-info .shop-block.shop-location {
      margin-top: 0; }
      section.account.favorite-shop .shop-info .shop-block.shop-location:before {
        height: 40px;
        background-image: url("../icons/doughnut-marker.svg"); }
    section.account.favorite-shop .shop-info .shop-block.shop-hours:before {
      background-image: url("../icons/clock-alt.svg"); }
    section.account.favorite-shop .shop-info .shop-block.shop-contact:before {
      background-image: url("../icons/phone.svg"); }
    section.account.favorite-shop .shop-info .shop-block.shop-contact a {
      font-weight: bold; }
    section.account.favorite-shop .shop-info .shop-block .hour-block {
      margin-bottom: 10px; }
    section.account.favorite-shop .shop-info .shop-block .shop {
      min-height: 20px; }

section.account.favorite-shop .cta-change-shop {
  padding-top: 30px;
  padding-left: 50px; }
  section.account.favorite-shop .cta-change-shop a {
    font-family: "BrandonGrotesque-BlackItalic", Arial, Helvetica, sans-serif;
    font-style: normal;
    color: #c8102e;
    font-size: 100%;
    line-height: 150%;
    letter-spacing: 0.5px; }

section.account.favorite-shop .disclaimer {
  margin-top: 22px;
  padding-left: 50px;
  font-style: italic;
  color: #6a6a6a;
  font-size: 88%;
  line-height: 172%; }

section.account.terms {
  margin: 0 auto;
  padding-bottom: 56px; }
  section.account.terms h1 {
    margin-top: 35px;
    font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
    font-size: 163%;
    line-height: 124%;
    letter-spacing: 0.8px;
    color: #000;
    text-transform: uppercase;
    text-align: center; }
  section.account.terms .terms-copy {
    color: #303030;
    font-size: 82%;
    line-height: 162%; }
    @media (min-width: 768px) {
      section.account.terms .terms-copy {
        font-size: 100%;
        line-height: 150%; } }
    section.account.terms .terms-copy h2 {
      margin-top: 35px;
      font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
      font-size: 154%;
      line-height: 130%;
      letter-spacing: 0.5px;
      color: #000;
      text-transform: uppercase; }
      @media (min-width: 768px) {
        section.account.terms .terms-copy h2 {
          font-size: 125%;
          line-height: 130%; } }
    section.account.terms .terms-copy .form-actions {
      text-align: center; }
      section.account.terms .terms-copy .form-actions .btn {
        display: inline-block;
        width: 100%;
        margin-bottom: 20px;
        padding-top: 18px 45px;
        min-width: 250px; }
        @media (min-width: 768px) {
          section.account.terms .terms-copy .form-actions .btn {
            width: auto; } }

section.account.offers .account-body {
  padding-block-end: 3.75rem; }

section.account.offers .messages-container {
  display: block;
  inline-size: 100%; }
  @media (min-width: 992px) {
    section.account.offers .messages-container {
      inline-size: 62.5rem; } }

section.account.offers .offer-list {
  inline-size: 20.375rem;
  block-size: 10rem;
  flex-shrink: 0;
  background-color: var(--card-bg-color, var(--color-bg-lightest));
  background-position: center;
  background-size: cover;
  border-radius: 0.625rem;
  box-shadow: 0.188rem 0.25rem 0.375rem 0 rgba(211, 211, 211, 0.3);
  padding: var(--card-padding-block, 1.5rem) var(--card-padding-inline, 1.125rem); }

section.account.offers .offer-title {
  inline-size: 9.125rem;
  block-size: 3.188rem;
  color: var(--ink-base, #010203);
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 450;
  line-height: 1.625rem; }

section.account.offers .offer-valid-date {
  font-size: 0.75rem;
  /* -webkit-text-decoration: var(--typography-d-metadata-1-text-decoration); */
  font-family: claude-sans-bold-italic;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0.019rem;
  line-height: 1.125rem;
  color: var(--ink-highlight, #C8102E);
  margin-block-start: 0.625rem; }

section.account.offers .offer-image {
  inline-size: 11.626rem;
  background-image: url("/App_Themes/krispykremenew/Content/images/account/digital_72_png-PumpkinSpice.png"); }

section.account.offers .button-offer {
  inline-size: 9.125rem;
  block-size: 3rem;
  margin: 0 0 0 0.5rem;
  padding: 0.375rem 0.75rem;
  border-radius: 6.25rem;
  box-shadow: none;
  background-color: #c8102e;
  font-family: "BrandonGrotesque-Black",Arial,Helvetica,sans-serif;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.043rem;
  text-align: left;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  border: none;
  transform-origin: top left;
  transition: transform 200ms ease-in-out;
  block-end: 2.188rem;
  inline-end: 0.813rem; }

section.account.offers .button-text {
  color: var(--text-default, #FFF);
  text-align: center;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1rem;
  letter-spacing: 0.031rem;
  text-transform: uppercase; }

section.account.offers .offer-gap {
  display: grid;
  grid-column-gap: 4px;
  grid-template-columns: auto auto; }

section.account.offers .offer-column-gap {
  display: grid;
  grid-column-start: 1; }

section.account.offers .button-span {
  font-size: 0.875rem;
  font-weight: 400;
  position: absolute;
  block-start: 0.938rem;
  inline-start: 1.813rem; }

section.account.offers .offer-header-text {
  font-family: Brandon Grotesque;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px; }

/* This page reuses the styling of sign-in, but makes the page slightly wider */
.no-nav-container section.account.sign-in {
  max-width: 375px; }

section.online-ordering {
  padding-bottom: 60px;
  width: 100%; }
  section.online-ordering .intro {
    text-align: center;
    margin: 0 auto;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 15px; }
    section.online-ordering .intro h1 em {
      font-family: "BrandonGrotesque-BlackItalic", Arial, Helvetica, sans-serif;
      font-style: normal;
      font-size: 45%;
      line-height: 134%;
      letter-spacing: 0.75px;
      color: #d01f2f;
      display: block; }
      @media (min-width: 768px) {
        section.online-ordering .intro h1 em {
          font-size: 60%;
          line-height: 100%; } }
    section.online-ordering .intro h1 strong {
      margin-top: 8px;
      font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
      font-size: 60%;
      line-height: 121%;
      letter-spacing: 0.75px;
      color: #0b6a38;
      display: block;
      text-transform: uppercase; }
      @media (min-width: 768px) {
        section.online-ordering .intro h1 strong {
          margin-top: 12px;
          font-size: 100%;
          line-height: 120%;
          letter-spacing: 1.3px; } }
      @media (min-width: 992px) {
        section.online-ordering .intro h1 strong {
          font-size: 145%;
          line-height: 111%;
          letter-spacing: 1.81px; } }
    section.online-ordering .intro p {
      margin-top: 12px;
      margin-bottom: 0;
      font-size: 113%;
      line-height: 100%;
      color: #595959; }
      @media (min-width: 992px) {
        section.online-ordering .intro p {
          margin-top: 16px;
          font-size: 100%;
          line-height: 150%; } }
  section.online-ordering .banner-image {
    width: 100%;
    margin-top: 16px;
    text-align: center; }
    @media (min-width: 992px) {
      section.online-ordering .banner-image {
        margin-top: 32px; } }
    section.online-ordering .banner-image img {
      max-width: 100%; }
  section.online-ordering .app-links {
    margin-top: 28px; }
    @media (min-width: 576px) {
      section.online-ordering .app-links {
        margin-top: 32px;
        text-align: center; } }
    section.online-ordering .app-links ul {
      text-align: center; }
      section.online-ordering .app-links ul li {
        display: inline-block;
        padding: 2px 0;
        text-align: center; }
        section.online-ordering .app-links ul li img {
          width: 140px;
          height: auto; }
          @media (min-width: 992px) {
            section.online-ordering .app-links ul li img {
              width: 144px; } }
  section.online-ordering .download-app {
    margin-top: 28px; }
    @media (min-width: 768px) {
      section.online-ordering .download-app {
        margin-top: 32px; } }
    section.online-ordering .download-app .qa-items {
      width: 100%;
      max-width: 620px;
      margin: 0 auto; }
      section.online-ordering .download-app .qa-items h2 {
        margin-top: 28px;
        text-align: center;
        font-family: "BrandonGrotesque-BlackItalic", Arial, Helvetica, sans-serif;
        font-style: normal;
        font-size: 113%;
        line-height: 134%;
        letter-spacing: 0.75px;
        color: #d01f2f; }
        @media (min-width: 992px) {
          section.online-ordering .download-app .qa-items h2 {
            margin-top: 32px;
            font-size: 150%;
            line-height: 100%;
            letter-spacing: 1px; } }
      section.online-ordering .download-app .qa-items .qa-item {
        margin-top: 28px; }
        @media (min-width: 992px) {
          section.online-ordering .download-app .qa-items .qa-item {
            margin-top: 32px; } }
        section.online-ordering .download-app .qa-items .qa-item h2 {
          text-align: left;
          font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
          color: #0b6a38;
          font-size: 113%;
          line-height: 134%;
          text-transform: uppercase; }
          @media (min-width: 768px) {
            section.online-ordering .download-app .qa-items .qa-item h2 {
              font-size: 150%;
              line-height: 134%; } }
        section.online-ordering .download-app .qa-items .qa-item p {
          margin-top: 10px;
          color: #303030;
          font-size: 113%;
          line-height: 134%; }
    section.online-ordering .download-app .cta {
      padding-top: 30px;
      padding-bottom: 60px; }
  section.online-ordering .terms {
    margin-top: 28px;
    text-align: center; }
    @media (min-width: 992px) {
      section.online-ordering .terms {
        margin-top: 30px; } }
    section.online-ordering .terms p {
      max-width: 620px;
      margin: 0 auto;
      font-size: 100%;
      line-height: 150%;
      color: #303030;
      text-align: left; }
  section.online-ordering .btn.btn-primary, section.online-ordering section.fundraising-overview &gt; .banner-cta.primary .ctas .btn, section.fundraising-overview &gt; .banner-cta.primary .ctas section.online-ordering .btn, section.online-ordering section.fundraising-products &gt; .banner-cta.primary .ctas .btn, section.fundraising-products &gt; .banner-cta.primary .ctas section.online-ordering .btn {
    min-width: 275px;
    margin-top: 28px;
    padding-left: 45px;
    padding-right: 45px; }
    @media (min-width: 992px) {
      section.online-ordering .btn.btn-primary, section.online-ordering section.fundraising-overview &gt; .banner-cta.primary .ctas .btn, section.fundraising-overview &gt; .banner-cta.primary .ctas section.online-ordering .btn, section.online-ordering section.fundraising-products &gt; .banner-cta.primary .ctas .btn, section.fundraising-products &gt; .banner-cta.primary .ctas section.online-ordering .btn {
        margin-top: 36px; } }
    section.online-ordering .btn.btn-primary span, section.online-ordering section.fundraising-overview &gt; .banner-cta.primary .ctas .btn span, section.fundraising-overview &gt; .banner-cta.primary .ctas section.online-ordering .btn span, section.online-ordering section.fundraising-products &gt; .banner-cta.primary .ctas .btn span, section.fundraising-products &gt; .banner-cta.primary .ctas section.online-ordering .btn span {
      display: none; }
      @media (min-width: 992px) {
        section.online-ordering .btn.btn-primary span, section.online-ordering section.fundraising-overview &gt; .banner-cta.primary .ctas .btn span, section.fundraising-overview &gt; .banner-cta.primary .ctas section.online-ordering .btn span, section.online-ordering section.fundraising-products &gt; .banner-cta.primary .ctas .btn span, section.fundraising-products &gt; .banner-cta.primary .ctas section.online-ordering .btn span {
          display: inline; } }

section.toptreats-detail .toptreat-gap {
  display: grid;
  grid-column-gap: 8px;
  grid-template-columns: auto auto; }

section.toptreats-detail .toptreat-gap-column-gap {
  display: grid;
  grid-column-start: 1; }

section.toptreats-detail .card {
  border-radius: var(--Spacing-sm, 8px);
  background: var(--white, #FFF);
  padding-block: 1.5rem;
  padding-inline: 0.5rem;
  /* Shadow */
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25), 0px 0px 2px 0px rgba(0, 0, 0, 0.1); }

section.toptreats-detail .rewardGrid {
  display: flex;
  flex-direction: column;
  align-items: center; }

section.toptreats-detail .rewardInformation {
  text-align: center; }

section.toptreats-detail .title {
  font-family: Brandon Grotesque;
  font-size: 14px;
  font-style: normal;
  font-weight: 420;
  line-height: 22px; }

section.toptreats-detail .rewardImage {
  width: 500px;
  height: 500px;
  background-image: url("/App_Themes/krispykremenew/Content/images/Burn+Menu+Images_Assorted+500x500.png"); }

section.toptreats-detail .button-toptreats {
  inline-size: 9.125rem;
  block-size: 3rem;
  margin: 0 0 0 0.5rem;
  padding: 0.375rem 0.75rem;
  border-radius: 6.25rem;
  box-shadow: none;
  background-color: #c8102e;
  font-family: "BrandonGrotesque-Black",Arial,Helvetica,sans-serif;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.043rem;
  text-align: left;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  border: none;
  transform-origin: top left;
  transition: transform 200ms ease-in-out;
  block-end: 2.188rem;
  inline-end: 0.813rem; }

section.toptreats-detail .button-text {
  color: var(--text-default, #FFF);
  text-align: center;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1rem;
  letter-spacing: 0.031rem;
  text-transform: uppercase; }

section.toptreats-detail .button-span {
  font-size: 0.875rem;
  font-weight: 400;
  position: absolute;
  block-start: 0.938rem;
  inline-start: 1.813rem; }

section.toptreats-detail .top-title {
  font-family: Brandon Grotesque;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  /* 157.143% */ }

section.fundraising-tips {
  width: 100%;
  margin-bottom: 56px; }
  section.fundraising-tips .tabs {
    width: 100%;
    padding: 30px 0; }
    @media (min-width: 576px) {
      section.fundraising-tips .tabs {
        padding: 30px 40px 0 40px; } }
    @media (min-width: 992px) {
      section.fundraising-tips .tabs {
        padding-top: 40px; } }
    section.fundraising-tips .tabs .tabs-list-container {
      position: relative; }
      section.fundraising-tips .tabs .tabs-list-container button {
        position: absolute;
        display: block;
        top: 99px;
        transform: translateY(-50%);
        background-color: #fff;
        width: 48px;
        height: 48px;
        border-radius: 50%;
        box-shadow: 0 15px 40px 0 rgba(70, 70, 70, 0.13);
        text-align: center; }
        section.fundraising-tips .tabs .tabs-list-container button:before {
          content: '';
          background: url("../icons/arrow.svg") center no-repeat;
          background-size: 36px;
          display: inline-block;
          width: 26px;
          height: 36px; }
        @media (min-width: 992px) {
          section.fundraising-tips .tabs .tabs-list-container button {
            display: none; } }
        section.fundraising-tips .tabs .tabs-list-container button.tab-previous {
          left: -7px; }
        section.fundraising-tips .tabs .tabs-list-container button.tab-next {
          right: -7px; }
          section.fundraising-tips .tabs .tabs-list-container button.tab-next:before {
            transform: rotateY(180deg); }
    section.fundraising-tips .tabs .tabs-list {
      width: 100%; }
      @media (min-width: 992px) {
        section.fundraising-tips .tabs .tabs-list {
          display: flex;
          justify-content: space-between;
          max-width: 900px;
          margin: 0 auto; } }
      @media (min-width: 992px) {
        section.fundraising-tips .tabs .tabs-list li {
          max-width: 225px; } }
      section.fundraising-tips .tabs .tabs-list li a {
        font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
        font-size: 88%;
        text-align: center;
        text-transform: uppercase;
        color: #046a38;
        padding-bottom: 8px;
        display: none; }
        @media (min-width: 992px) {
          section.fundraising-tips .tabs .tabs-list li a {
            display: block; } }
        section.fundraising-tips .tabs .tabs-list li a figure {
          width: 198px;
          height: 198px;
          display: inline-block;
          border-radius: 50%;
          overflow: hidden;
          position: relative;
          text-align: center;
          margin-bottom: 10px; }
          @media (min-width: 992px) {
            section.fundraising-tips .tabs .tabs-list li a figure {
              border: 4px solid #fff; }
              section.fundraising-tips .tabs .tabs-list li a figure:before {
                content: '';
                display: block;
                position: absolute;
                border: 6px solid transparent;
                border-radius: 50%;
                width: 191px;
                height: 191px;
                top: 0;
                left: 0;
                z-index: 2; } }
          section.fundraising-tips .tabs .tabs-list li a figure img {
            position: absolute;
            width: 100%;
            left: 50%;
            margin-left: -50%; }
        section.fundraising-tips .tabs .tabs-list li a h2 {
          display: block;
          text-align: center;
          font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
          letter-spacing: 1px;
          font-size: 129%;
          line-height: 134%; }
          @media (min-width: 992px) {
            section.fundraising-tips .tabs .tabs-list li a h2 {
              font-size: 100%;
              line-height: 172%; } }
          @media (min-width: 1200px) {
            section.fundraising-tips .tabs .tabs-list li a h2 {
              font-size: 129%;
              line-height: 134%; } }
      section.fundraising-tips .tabs .tabs-list li.selected a {
        display: block;
        color: #c8102e;
        max-width: 198px;
        margin: 0 auto; }
        @media (min-width: 992px) {
          section.fundraising-tips .tabs .tabs-list li.selected a {
            margin: 0;
            max-width: 100%;
            border: 4px solid #fff; }
            section.fundraising-tips .tabs .tabs-list li.selected a figure {
              border-color: #c8102e; }
              section.fundraising-tips .tabs .tabs-list li.selected a figure:before {
                border-color: #fff; } }
    section.fundraising-tips .tabs .tab-panel {
      padding: 35px 0; }
    section.fundraising-tips .tabs ol {
      counter-reset: tips-counter; }
      @media (min-width: 992px) {
        section.fundraising-tips .tabs ol {
          padding: 0 25px; } }
      section.fundraising-tips .tabs ol li {
        position: relative;
        padding-left: 40px;
        padding-bottom: 20px;
        color: #303030;
        font-size: 100%;
        line-height: 150%; }
        @media (min-width: 992px) {
          section.fundraising-tips .tabs ol li {
            padding-bottom: 30px;
            padding-left: 100px; } }
        section.fundraising-tips .tabs ol li:last-child {
          padding-bottom: 0; }
        section.fundraising-tips .tabs ol li:before,
        section.fundraising-tips .tabs ol li strong {
          font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
          font-size: 113%;
          line-height: 134%;
          text-transform: uppercase;
          letter-spacing: 1px;
          color: #0b6a38; }
          @media (min-width: 992px) {
            section.fundraising-tips .tabs ol li:before,
            section.fundraising-tips .tabs ol li strong {
              letter-spacing: 1.2px;
              font-size: 150%;
              line-height: 121%; } }
        section.fundraising-tips .tabs ol li:before {
          content: counter(tips-counter) ".";
          counter-increment: tips-counter;
          font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
          color: #c8102e;
          width: 40px;
          text-align: center;
          position: absolute;
          left: 0;
          top: 0;
          padding-right: 5px;
          font-size: 113%;
          line-height: 134%; }
          @media (min-width: 992px) {
            section.fundraising-tips .tabs ol li:before {
              width: 80px;
              font-size: 24px; } }
    section.fundraising-tips .tabs .faq-container ul.faq-list li {
      padding-bottom: 32px; }
      section.fundraising-tips .tabs .faq-container ul.faq-list li:last-child {
        padding-bottom: 0; }
        @media (min-width: 576px) {
          section.fundraising-tips .tabs .faq-container ul.faq-list li:last-child {
            padding-bottom: 32px; } }
      section.fundraising-tips .tabs .faq-container ul.faq-list li.active button:before {
        transform: rotate(180deg);
        transition: transform .25s ease-in-out; }
      section.fundraising-tips .tabs .faq-container ul.faq-list li.active .answer {
        display: block; }
      section.fundraising-tips .tabs .faq-container ul.faq-list li button {
        font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
        font-size: 113%;
        line-height: 134%;
        position: relative;
        text-align: left;
        white-space: normal;
        padding: 0;
        color: #0b6a38;
        text-transform: uppercase;
        text-decoration: none;
        padding-right: 40px;
        width: 100%; }
        section.fundraising-tips .tabs .faq-container ul.faq-list li button:before {
          position: absolute;
          top: 2px;
          right: 0;
          display: block;
          width: 22px;
          height: 18px;
          font-size: 26px;
          line-height: 20px;
          text-align: center;
          color: #0b6a38;
          transition: transform .25s ease-in-out; }
      section.fundraising-tips .tabs .faq-container ul.faq-list li .answer {
        padding: 20px 40px 0 0;
        font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
        font-size: 100%;
        line-height: 150%;
        color: #303030;
        display: none; }
  section.fundraising-tips &gt; .disclaimer {
    margin-top: 56px;
    padding: 0 15px;
    font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
    font-size: 75%;
    line-height: 167%;
    text-align: left;
    color: #595959; }
    @media (min-width: 992px) {
      section.fundraising-tips &gt; .disclaimer {
        padding: 0 40px; } }

section.fundraising-overview {
  margin-bottom: 56px; }
  section.fundraising-overview &gt; .hero {
    margin: 0 -15px;
    margin-top: 36px; }
    @media (min-width: 768px) {
      section.fundraising-overview &gt; .hero {
        margin: 0;
        margin-top: 40px; } }
    section.fundraising-overview &gt; .hero &gt; img {
      display: block;
      width: 100%;
      margin: 0 auto; }
  section.fundraising-overview &gt; h6 {
    margin-top: 30px;
    text-align: center; }
    @media (min-width: 768px) {
      section.fundraising-overview &gt; h6 {
        margin-top: 60px; } }
    section.fundraising-overview &gt; h6 em {
      display: block;
      font-family: "BrandonGrotesque-BlackItalic", Arial, Helvetica, sans-serif;
      font-style: normal;
      font-size: 113%;
      line-height: 134%;
      letter-spacing: 0.75px;
      color: #d01f2f; }
      @media (min-width: 768px) {
        section.fundraising-overview &gt; h6 em {
          font-size: 150%;
          line-height: 100%;
          letter-spacing: 1px; } }
    section.fundraising-overview &gt; h6 strong {
      display: block;
      margin-top: 8px;
      font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
      font-size: 200%;
      line-height: 113%;
      letter-spacing: 1px;
      text-transform: uppercase; }
      @media (min-width: 768px) {
        section.fundraising-overview &gt; h6 strong {
          font-size: 250%;
          line-height: 120%;
          letter-spacing: 1.25px; } }
  @media (min-width: 768px) {
    section.fundraising-overview &gt; .icon-callouts {
      display: flex; } }
  section.fundraising-overview &gt; .icon-callouts .callout {
    text-align: center;
    margin-top: 35px; }
    @media (min-width: 768px) {
      section.fundraising-overview &gt; .icon-callouts .callout {
        margin-top: 40px;
        flex-basis: 33.33%; } }
    section.fundraising-overview &gt; .icon-callouts .callout &gt; img {
      max-width: 120px; }
    section.fundraising-overview &gt; .icon-callouts .callout &gt; .title {
      margin-top: 15px;
      font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
      font-size: 150%;
      line-height: 125%;
      letter-spacing: 1px;
      text-transform: uppercase; }
    section.fundraising-overview &gt; .icon-callouts .callout &gt; p {
      margin-bottom: 0;
      font-family: "BrandonGrotesque-RegularItalic", Arial, Helvetica, sans-serif;
      font-style: normal;
      font-size: 88%;
      line-height: 172%;
      color: #595959; }
  section.fundraising-overview &gt; .icon-callouts + hr {
    margin: 40px -15px; }
    @media (min-width: 768px) {
      section.fundraising-overview &gt; .icon-callouts + hr {
        margin: 50px 0; } }
  section.fundraising-overview &gt; .about {
    margin-top: 30px; }
    @media (min-width: 768px) {
      section.fundraising-overview &gt; .about {
        margin-top: 60px; } }
    section.fundraising-overview &gt; .about h6 {
      display: block;
      margin-top: 0;
      font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
      font-size: 200%;
      line-height: 113%;
      letter-spacing: 1px;
      text-transform: uppercase;
      text-align: center; }
      @media (min-width: 768px) {
        section.fundraising-overview &gt; .about h6 {
          font-size: 250%;
          line-height: 105%;
          letter-spacing: 1.25px; } }
    section.fundraising-overview &gt; .about p {
      max-width: 800px;
      margin: 0 auto;
      margin-top: 8px;
      font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
      font-size: 88%;
      line-height: 172%;
      text-align: center;
      color: #595959; }
    section.fundraising-overview &gt; .about + hr {
      margin: 50px -15px 60px; }
  section.fundraising-overview &gt; .card-callouts {
    margin-top: 40px; }
    @media (min-width: 768px) {
      section.fundraising-overview &gt; .card-callouts {
        margin-top: 60px; } }
    section.fundraising-overview &gt; .card-callouts &gt; .title {
      display: block;
      margin-top: 8px;
      font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
      font-size: 200%;
      line-height: 113%;
      letter-spacing: 1px;
      text-transform: uppercase;
      text-align: center; }
      @media (min-width: 768px) {
        section.fundraising-overview &gt; .card-callouts &gt; .title {
          font-size: 250%;
          line-height: 105%;
          letter-spacing: 1.25px; } }
    section.fundraising-overview &gt; .card-callouts &gt; p {
      max-width: 600px;
      margin: 0 auto;
      margin-top: 8px;
      font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
      font-size: 88%;
      line-height: 172%;
      text-align: center;
      color: #595959; }
    section.fundraising-overview &gt; .card-callouts &gt; .callout-list {
      margin-top: 30px; }
      @media (min-width: 768px) {
        section.fundraising-overview &gt; .card-callouts &gt; .callout-list {
          margin-top: 40px;
          display: flex;
          justify-content: center; } }
      section.fundraising-overview &gt; .card-callouts &gt; .callout-list &gt; .callout {
        display: flex;
        flex-direction: column; }
        @media (min-width: 768px) {
          section.fundraising-overview &gt; .card-callouts &gt; .callout-list &gt; .callout {
            flex-basis: 382px;
            max-width: 382px; } }
        section.fundraising-overview &gt; .card-callouts &gt; .callout-list &gt; .callout &gt; .image {
          flex: 0 0 auto;
          margin: 0 -15px; }
          @media (min-width: 768px) {
            section.fundraising-overview &gt; .card-callouts &gt; .callout-list &gt; .callout &gt; .image {
              margin: 0; } }
          section.fundraising-overview &gt; .card-callouts &gt; .callout-list &gt; .callout &gt; .image img {
            width: 100%;
            max-width: 100%; }
        section.fundraising-overview &gt; .card-callouts &gt; .callout-list &gt; .callout &gt; .content {
          display: flex;
          flex-direction: column;
          padding: 30px 0 50px;
          transition: flex-grow .5s; }
          @media (min-width: 768px) {
            section.fundraising-overview &gt; .card-callouts &gt; .callout-list &gt; .callout &gt; .content {
              padding: 40px 20px 50px;
              box-shadow: 0 15px 40px 0 rgba(70, 70, 70, 0.13); } }
          section.fundraising-overview &gt; .card-callouts &gt; .callout-list &gt; .callout &gt; .content &gt; .title {
            font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
            font-size: 150%;
            line-height: 125%;
            letter-spacing: 1px;
            text-transform: uppercase;
            text-align: center; }
            @media (min-width: 768px) {
              section.fundraising-overview &gt; .card-callouts &gt; .callout-list &gt; .callout &gt; .content &gt; .title {
                font-size: 150%;
                line-height: 134%;
                letter-spacing: 0.75px; } }
          section.fundraising-overview &gt; .card-callouts &gt; .callout-list &gt; .callout &gt; .content &gt; p {
            margin: 0;
            margin-top: 10px;
            font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
            font-size: 88%;
            line-height: 172%;
            text-align: center;
            color: #595959; }
            section.fundraising-overview &gt; .card-callouts &gt; .callout-list &gt; .callout &gt; .content &gt; p &gt; em {
              margin-top: 14px;
              color: #595959; }
          section.fundraising-overview &gt; .card-callouts &gt; .callout-list &gt; .callout &gt; .content &gt; .toggle {
            margin-top: 20px;
            text-align: center; }
            section.fundraising-overview &gt; .card-callouts &gt; .callout-list &gt; .callout &gt; .content &gt; .toggle a {
              padding-right: 30px;
              font-family: "BrandonGrotesque-BlackItalic", Arial, Helvetica, sans-serif;
              font-style: normal;
              font-size: 100%;
              line-height: 150%;
              letter-spacing: 0.5px;
              background: url("/App_Themes/krispykremenew/Content/icons/caret-down.svg") no-repeat;
              background-position: right; }
              section.fundraising-overview &gt; .card-callouts &gt; .callout-list &gt; .callout &gt; .content &gt; .toggle a:hover, section.fundraising-overview &gt; .card-callouts &gt; .callout-list &gt; .callout &gt; .content &gt; .toggle a:active, section.fundraising-overview &gt; .card-callouts &gt; .callout-list &gt; .callout &gt; .content &gt; .toggle a:focus {
                color: #046a38; }
              section.fundraising-overview &gt; .card-callouts &gt; .callout-list &gt; .callout &gt; .content &gt; .toggle a[aria-expanded="true"] {
                background-image: url("/App_Themes/krispykremenew/Content/icons/caret-up.svg"); }
          section.fundraising-overview &gt; .card-callouts &gt; .callout-list &gt; .callout &gt; .content &gt; .learn-more {
            margin-top: 30px;
            border-top: 1px solid #ebebeb; }
            @media (min-width: 768px) {
              section.fundraising-overview &gt; .card-callouts &gt; .callout-list &gt; .callout &gt; .content &gt; .learn-more {
                margin-top: 20px; } }
            section.fundraising-overview &gt; .card-callouts &gt; .callout-list &gt; .callout &gt; .content &gt; .learn-more .steps {
              text-align: left; }
              section.fundraising-overview &gt; .card-callouts &gt; .callout-list &gt; .callout &gt; .content &gt; .learn-more .steps .step {
                display: flex;
                margin-top: 24px; }
                section.fundraising-overview &gt; .card-callouts &gt; .callout-list &gt; .callout &gt; .content &gt; .learn-more .steps .step:first-child {
                  margin-top: 40px; }
                section.fundraising-overview &gt; .card-callouts &gt; .callout-list &gt; .callout &gt; .content &gt; .learn-more .steps .step .image {
                  width: 62px;
                  flex: 0 0 auto; }
                  section.fundraising-overview &gt; .card-callouts &gt; .callout-list &gt; .callout &gt; .content &gt; .learn-more .steps .step .image img {
                    display: block;
                    max-width: 42px;
                    margin: 0 auto; }
                section.fundraising-overview &gt; .card-callouts &gt; .callout-list &gt; .callout &gt; .content &gt; .learn-more .steps .step .content {
                  padding-left: 20px; }
                  section.fundraising-overview &gt; .card-callouts &gt; .callout-list &gt; .callout &gt; .content &gt; .learn-more .steps .step .content .title {
                    font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
                    font-size: 100%;
                    line-height: 138%;
                    letter-spacing: 1.14px;
                    text-transform: uppercase;
                    text-align: left; }
                  section.fundraising-overview &gt; .card-callouts &gt; .callout-list &gt; .callout &gt; .content &gt; .learn-more .steps .step .content p {
                    margin: 0;
                    margin-top: 3px;
                    text-align: left;
                    font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
                    font-size: 88%;
                    line-height: 172%;
                    color: #595959; }
          section.fundraising-overview &gt; .card-callouts &gt; .callout-list &gt; .callout &gt; .content &gt; .cta {
            margin-top: auto;
            padding-top: 30px;
            text-align: center; }
            @media (min-width: 768px) {
              section.fundraising-overview &gt; .card-callouts &gt; .callout-list &gt; .callout &gt; .content &gt; .cta {
                padding-top: 40px; } }
            section.fundraising-overview &gt; .card-callouts &gt; .callout-list &gt; .callout &gt; .content &gt; .cta .btn-primary, section.fundraising-overview &gt; .card-callouts &gt; .callout-list &gt; .callout &gt; .content &gt; .cta section.fundraising-overview &gt; .banner-cta.primary .ctas .btn, section.fundraising-overview &gt; .banner-cta.primary .ctas section.fundraising-overview &gt; .card-callouts &gt; .callout-list &gt; .callout &gt; .content &gt; .cta .btn, section.fundraising-overview &gt; .card-callouts &gt; .callout-list &gt; .callout &gt; .content &gt; .cta section.fundraising-products &gt; .banner-cta.primary .ctas .btn, section.fundraising-products &gt; .banner-cta.primary .ctas section.fundraising-overview &gt; .card-callouts &gt; .callout-list &gt; .callout &gt; .content &gt; .cta .btn {
              width: 230px; }
          section.fundraising-overview &gt; .card-callouts &gt; .callout-list &gt; .callout &gt; .content &gt; .order-online hr {
            margin: 35px 0 40px; }
            @media (min-width: 768px) {
              section.fundraising-overview &gt; .card-callouts &gt; .callout-list &gt; .callout &gt; .content &gt; .order-online hr {
                margin: 40px 0; } }
          section.fundraising-overview &gt; .card-callouts &gt; .callout-list &gt; .callout &gt; .content &gt; .order-online .title {
            font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
            font-size: 150%;
            line-height: 117%;
            letter-spacing: 0.75px;
            text-transform: uppercase;
            text-align: center; }
          section.fundraising-overview &gt; .card-callouts &gt; .callout-list &gt; .callout &gt; .content &gt; .order-online p {
            margin: 0;
            margin-top: 10px;
            font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
            font-size: 88%;
            line-height: 172%;
            text-align: center;
            color: #595959; }
          section.fundraising-overview &gt; .card-callouts &gt; .callout-list &gt; .callout &gt; .content &gt; .order-online .cta {
            text-align: center; }
            section.fundraising-overview &gt; .card-callouts &gt; .callout-list &gt; .callout &gt; .content &gt; .order-online .cta a {
              width: 230px;
              margin-top: 20px; }
        @media (min-width: 768px) {
          section.fundraising-overview &gt; .card-callouts &gt; .callout-list &gt; .callout + .callout {
            margin-left: 15px; } }
      section.fundraising-overview &gt; .card-callouts &gt; .callout-list.collapsed &gt; .callout &gt; .content {
        flex-grow: 1;
        transition: flex-grow .5s; }
  section.fundraising-overview &gt; .banner-cta {
    margin: 0 -15px;
    padding: 80px 0;
    background-color: #fff;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center; }
    @media (min-width: 768px) {
      section.fundraising-overview &gt; .banner-cta {
        margin: 0;
        margin-top: 60px; } }
    section.fundraising-overview &gt; .banner-cta h6 {
      text-align: center; }
      section.fundraising-overview &gt; .banner-cta h6 em {
        display: block;
        font-family: "BrandonGrotesque-BlackItalic", Arial, Helvetica, sans-serif;
        font-style: normal;
        font-size: 113%;
        line-height: 134%;
        letter-spacing: 0.75px;
        color: #d01f2f; }
        @media (min-width: 768px) {
          section.fundraising-overview &gt; .banner-cta h6 em {
            font-size: 150%;
            line-height: 100%;
            letter-spacing: 1px; } }
      section.fundraising-overview &gt; .banner-cta h6 strong {
        display: block;
        margin-top: 8px;
        font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
        font-size: 200%;
        line-height: 113%;
        letter-spacing: 1px;
        text-transform: uppercase; }
        @media (min-width: 768px) {
          section.fundraising-overview &gt; .banner-cta h6 strong {
            font-size: 250%;
            line-height: 120%;
            letter-spacing: 1.25px; } }
    section.fundraising-overview &gt; .banner-cta p {
      margin: 0 auto;
      padding: 0 30px;
      max-width: 660px;
      margin-top: 8px;
      font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
      font-size: 88%;
      line-height: 172%;
      text-align: center;
      color: #595959; }
      section.fundraising-overview &gt; .banner-cta p:empty {
        margin-top: 0; }
    section.fundraising-overview &gt; .banner-cta .ctas {
      margin-top: 30px;
      text-align: center; }
      @media (min-width: 768px) {
        section.fundraising-overview &gt; .banner-cta .ctas {
          margin-top: 24px; } }
      section.fundraising-overview &gt; .banner-cta .ctas .btn {
        width: 270px; }
        @media (min-width: 768px) {
          section.fundraising-overview &gt; .banner-cta .ctas .btn {
            width: 230px; } }
    section.fundraising-overview &gt; .banner-cta.primary {
      background-color: #fff;
      background-image: url("/App_Themes/krispykremenew/Content/images/banner-cta-background-mobile.png"); }
      @media (min-width: 768px) {
        section.fundraising-overview &gt; .banner-cta.primary {
          background-image: url("/App_Themes/krispykremenew/Content/images/banner-cta-background.png"); } }
    section.fundraising-overview &gt; .banner-cta.secondary {
      background-color: #046a38;
      background-image: url("/App_Themes/krispykremenew/Content/images/dots-for-dark-background.jpg");
      background-position: bottom left; }
      section.fundraising-overview &gt; .banner-cta.secondary h6 {
        color: #fff; }
        section.fundraising-overview &gt; .banner-cta.secondary h6 em {
          color: #fff; }
        section.fundraising-overview &gt; .banner-cta.secondary h6 strong {
          color: #fff; }
      section.fundraising-overview &gt; .banner-cta.secondary p {
        color: #fff; }
  section.fundraising-overview &gt; .disclaimer {
    margin-top: 56px;
    padding: 0 15px;
    font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
    font-size: 75%;
    line-height: 167%;
    text-align: left;
    color: #595959; }
    @media (min-width: 992px) {
      section.fundraising-overview &gt; .disclaimer {
        padding: 0; } }

section.fundraising-one-day-sale {
  margin-bottom: 56px; }
  section.fundraising-one-day-sale &gt; .hero {
    margin: 0 -15px;
    margin-top: 36px; }
    @media (min-width: 768px) {
      section.fundraising-one-day-sale &gt; .hero {
        margin: 0;
        margin-top: 40px; } }
    section.fundraising-one-day-sale &gt; .hero &gt; img {
      display: block;
      width: 100%;
      margin: 0 auto; }
  section.fundraising-one-day-sale &gt; h6 {
    margin-top: 30px;
    text-align: center; }
    @media (min-width: 768px) {
      section.fundraising-one-day-sale &gt; h6 {
        margin-top: 50px; } }
    section.fundraising-one-day-sale &gt; h6 em {
      display: block;
      font-family: "BrandonGrotesque-BlackItalic", Arial, Helvetica, sans-serif;
      font-style: normal;
      font-size: 113%;
      line-height: 134%;
      letter-spacing: 0.75px;
      color: #d01f2f; }
      @media (min-width: 768px) {
        section.fundraising-one-day-sale &gt; h6 em {
          font-size: 150%;
          line-height: 100%;
          letter-spacing: 1px; } }
    section.fundraising-one-day-sale &gt; h6 strong {
      display: block;
      margin-top: 8px;
      font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
      font-size: 200%;
      line-height: 113%;
      letter-spacing: 1px;
      text-transform: uppercase; }
      @media (min-width: 768px) {
        section.fundraising-one-day-sale &gt; h6 strong {
          font-size: 250%;
          line-height: 120%;
          letter-spacing: 1.25px; } }
    section.fundraising-one-day-sale &gt; h6 + p.body {
      maring-top: 8px; }
      @media (min-width: 768px) {
        section.fundraising-one-day-sale &gt; h6 + p.body {
          margin: 0 auto;
          margin-top: 12px; } }
  section.fundraising-one-day-sale &gt; p.body {
    margin-top: 30px;
    font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
    font-size: 88%;
    line-height: 172%;
    text-align: center;
    color: #595959; }
    @media (min-width: 768px) {
      section.fundraising-one-day-sale &gt; p.body {
        max-width: 640px;
        margin: 0 auto;
        margin-top: 50px; } }
  section.fundraising-one-day-sale &gt; .cta {
    margin-top: 10px;
    text-align: center; }
    section.fundraising-one-day-sale &gt; .cta p {
      font-family: "BrandonGrotesque-RegularItalic", Arial, Helvetica, sans-serif;
      font-style: normal;
      font-size: 82%;
      line-height: 170%;
      text-align: center;
      color: #595959; }
    section.fundraising-one-day-sale &gt; .cta .btn {
      margin-top: 20px;
      min-width: 210px; }
      @media (min-width: 768px) {
        section.fundraising-one-day-sale &gt; .cta .btn {
          margin-top: 30px; } }
  section.fundraising-one-day-sale &gt; .how-it-works {
    margin-top: 40px;
    margin-left: -15px;
    margin-right: -15px;
    padding-top: 40px;
    border-top: 1px solid #ebebeb; }
    @media (min-width: 768px) {
      section.fundraising-one-day-sale &gt; .how-it-works {
        margin-top: 60px;
        margin-left: 0;
        margin-right: 0;
        padding-top: 60px; } }
    section.fundraising-one-day-sale &gt; .how-it-works h6 {
      font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
      font-size: 200%;
      line-height: 113%;
      letter-spacing: 1px;
      text-transform: uppercase;
      text-align: center; }
      @media (min-width: 768px) {
        section.fundraising-one-day-sale &gt; .how-it-works h6 {
          font-size: 250%;
          line-height: 105%;
          letter-spacing: 1.25px; } }
    section.fundraising-one-day-sale &gt; .how-it-works .items {
      max-width: 760px;
      margin: 0 auto;
      margin-top: 30px; }
      @media (min-width: 768px) {
        section.fundraising-one-day-sale &gt; .how-it-works .items {
          margin-top: 50px;
          display: flex;
          flex-wrap: wrap; } }
      section.fundraising-one-day-sale &gt; .how-it-works .items .item {
        display: flex;
        padding: 0 22px; }
        @media (min-width: 768px) {
          section.fundraising-one-day-sale &gt; .how-it-works .items .item {
            flex-direction: column;
            flex: 0 0 50%;
            padding: 0; } }
        @media (min-width: 992px) {
          section.fundraising-one-day-sale &gt; .how-it-works .items .item {
            flex: 0 0 33%; } }
        section.fundraising-one-day-sale &gt; .how-it-works .items .item .image {
          width: 42px;
          flex: 0 0 auto; }
          @media (min-width: 768px) {
            section.fundraising-one-day-sale &gt; .how-it-works .items .item .image {
              width: 65px;
              margin: 0 auto; } }
          section.fundraising-one-day-sale &gt; .how-it-works .items .item .image img {
            display: block;
            max-width: 42px;
            max-height: 42px;
            margin: 0 auto; }
            @media (min-width: 768px) {
              section.fundraising-one-day-sale &gt; .how-it-works .items .item .image img {
                max-width: 65px;
                max-height: 60px; } }
        section.fundraising-one-day-sale &gt; .how-it-works .items .item .content {
          margin-left: 29px; }
          @media (min-width: 768px) {
            section.fundraising-one-day-sale &gt; .how-it-works .items .item .content {
              margin-left: 0;
              margin-top: 24px;
              padding: 0 15px;
              text-align: center; } }
          section.fundraising-one-day-sale &gt; .how-it-works .items .item .content .title {
            font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
            font-size: 100%;
            line-height: 138%;
            letter-spacing: 1.14px;
            text-transform: uppercase; }
            @media (min-width: 768px) {
              section.fundraising-one-day-sale &gt; .how-it-works .items .item .content .title {
                letter-spacing: 1px; } }
          section.fundraising-one-day-sale &gt; .how-it-works .items .item .content p {
            margin-top: 3px;
            font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
            font-size: 88%;
            line-height: 158%;
            color: #595959; }
  section.fundraising-one-day-sale &gt; .disclaimer {
    margin-top: 56px;
    padding: 0 15px;
    font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
    font-size: 75%;
    line-height: 167%;
    text-align: left;
    color: #595959; }
    @media (min-width: 992px) {
      section.fundraising-one-day-sale &gt; .disclaimer {
        padding: 0; } }

section.fundraising-presell {
  margin-bottom: 56px; }
  section.fundraising-presell &gt; .hero {
    margin: 0 -15px;
    margin-top: 36px; }
    @media (min-width: 768px) {
      section.fundraising-presell &gt; .hero {
        margin: 0;
        margin-top: 40px; } }
    section.fundraising-presell &gt; .hero &gt; img {
      display: block;
      width: 100%;
      margin: 0 auto; }
  section.fundraising-presell &gt; h6 {
    margin-top: 30px;
    text-align: center; }
    @media (min-width: 768px) {
      section.fundraising-presell &gt; h6 {
        margin-top: 50px; } }
    section.fundraising-presell &gt; h6 em {
      display: block;
      font-family: "BrandonGrotesque-BlackItalic", Arial, Helvetica, sans-serif;
      font-style: normal;
      font-size: 113%;
      line-height: 134%;
      letter-spacing: 0.75px;
      color: #d01f2f; }
      @media (min-width: 768px) {
        section.fundraising-presell &gt; h6 em {
          font-size: 150%;
          line-height: 100%;
          letter-spacing: 1px; } }
    section.fundraising-presell &gt; h6 strong {
      display: block;
      margin-top: 8px;
      font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
      font-size: 200%;
      line-height: 113%;
      letter-spacing: 1px;
      text-transform: uppercase; }
      @media (min-width: 768px) {
        section.fundraising-presell &gt; h6 strong {
          font-size: 250%;
          line-height: 120%;
          letter-spacing: 1.25px; } }
    section.fundraising-presell &gt; h6 + p.body {
      maring-top: 8px; }
      @media (min-width: 768px) {
        section.fundraising-presell &gt; h6 + p.body {
          margin: 0 auto;
          margin-top: 12px; } }
  section.fundraising-presell &gt; p.body {
    margin-top: 30px;
    font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
    font-size: 88%;
    line-height: 172%;
    text-align: center;
    color: #595959; }
    @media (min-width: 768px) {
      section.fundraising-presell &gt; p.body {
        max-width: 640px;
        margin: 0 auto;
        margin-top: 50px; } }
  section.fundraising-presell &gt; .ctas {
    margin-top: 30px;
    display: flex;
    flex-direction: column; }
    @media (min-width: 768px) {
      section.fundraising-presell &gt; .ctas {
        margin-top: 40px;
        flex-direction: row;
        justify-content: center; } }
    section.fundraising-presell &gt; .ctas .cta {
      background-color: #fff;
      border-radius: 4px;
      padding: 30px;
      text-align: center;
      display: flex;
      flex-direction: column; }
      @media (min-width: 768px) {
        section.fundraising-presell &gt; .ctas .cta {
          flex: 0 0; } }
      @media (min-width: 992px) {
        section.fundraising-presell &gt; .ctas .cta {
          flex-basis: 382px;
          width: 382px;
          padding: 60px; } }
      section.fundraising-presell &gt; .ctas .cta:not(:first-child) {
        margin-top: 15px; }
        @media (min-width: 768px) {
          section.fundraising-presell &gt; .ctas .cta:not(:first-child) {
            margin-top: 0;
            margin-left: 15px; } }
      section.fundraising-presell &gt; .ctas .cta h6 {
        font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
        font-size: 150%;
        line-height: 125%;
        letter-spacing: 1px;
        text-transform: uppercase;
        max-width: 230px;
        margin: 0 auto; }
        @media (min-width: 768px) {
          section.fundraising-presell &gt; .ctas .cta h6 {
            max-width: none;
            margin: 0; } }
      section.fundraising-presell &gt; .ctas .cta .note {
        margin-top: 4px;
        margin-bottom: 20px;
        font-family: "BrandonGrotesque-RegularItalic", Arial, Helvetica, sans-serif;
        font-style: normal;
        font-size: 82%;
        line-height: 170%;
        text-align: center;
        color: #595959; }
        @media (min-width: 768px) {
          section.fundraising-presell &gt; .ctas .cta .note {
            margin-bottom: 30px; } }
      section.fundraising-presell &gt; .ctas .cta .btn {
        margin-top: 20px;
        width: 210px;
        margin: 0 auto; }
        @media (min-width: 768px) {
          section.fundraising-presell &gt; .ctas .cta .btn {
            margin-top: auto; } }
  section.fundraising-presell &gt; .how-it-works {
    margin-top: 40px;
    margin-left: -15px;
    margin-right: -15px;
    padding-top: 40px;
    border-top: 1px solid #ebebeb; }
    @media (min-width: 768px) {
      section.fundraising-presell &gt; .how-it-works {
        margin-top: 60px;
        margin-left: 0;
        margin-right: 0;
        padding-top: 60px; } }
    section.fundraising-presell &gt; .how-it-works h6 {
      font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
      font-size: 200%;
      line-height: 113%;
      letter-spacing: 1px;
      text-transform: uppercase;
      text-align: center; }
      @media (min-width: 768px) {
        section.fundraising-presell &gt; .how-it-works h6 {
          font-size: 250%;
          line-height: 105%;
          letter-spacing: 1.25px; } }
    section.fundraising-presell &gt; .how-it-works .items {
      max-width: 760px;
      margin: 0 auto;
      margin-top: 30px; }
      @media (min-width: 768px) {
        section.fundraising-presell &gt; .how-it-works .items {
          margin-top: 50px;
          display: flex;
          flex-wrap: wrap; } }
      section.fundraising-presell &gt; .how-it-works .items .item {
        display: flex;
        padding: 0 22px; }
        @media (min-width: 768px) {
          section.fundraising-presell &gt; .how-it-works .items .item {
            flex-direction: column;
            flex: 0 0 50%;
            padding: 0; } }
        @media (min-width: 992px) {
          section.fundraising-presell &gt; .how-it-works .items .item {
            flex: 0 0 33%; } }
        section.fundraising-presell &gt; .how-it-works .items .item .image {
          width: 42px;
          flex: 0 0 auto; }
          @media (min-width: 768px) {
            section.fundraising-presell &gt; .how-it-works .items .item .image {
              width: 65px;
              margin: 0 auto; } }
          section.fundraising-presell &gt; .how-it-works .items .item .image img {
            display: block;
            max-width: 42px;
            max-height: 42px;
            margin: 0 auto; }
            @media (min-width: 768px) {
              section.fundraising-presell &gt; .how-it-works .items .item .image img {
                max-width: 65px;
                max-height: 60px; } }
        section.fundraising-presell &gt; .how-it-works .items .item .content {
          margin-left: 29px; }
          @media (min-width: 768px) {
            section.fundraising-presell &gt; .how-it-works .items .item .content {
              margin-left: 0;
              margin-top: 24px;
              padding: 0 15px;
              text-align: center; } }
          section.fundraising-presell &gt; .how-it-works .items .item .content .title {
            font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
            font-size: 100%;
            line-height: 138%;
            letter-spacing: 1.14px;
            text-transform: uppercase; }
            @media (min-width: 768px) {
              section.fundraising-presell &gt; .how-it-works .items .item .content .title {
                letter-spacing: 1px; } }
          section.fundraising-presell &gt; .how-it-works .items .item .content p {
            margin-top: 3px;
            font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
            font-size: 88%;
            line-height: 158%;
            color: #595959; }
  section.fundraising-presell &gt; .disclaimer {
    margin-top: 56px;
    padding: 0 15px;
    font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
    font-size: 75%;
    line-height: 167%;
    text-align: left;
    color: #595959; }
    @media (min-width: 992px) {
      section.fundraising-presell &gt; .disclaimer {
        padding: 0; } }

section.fundraising-presell-order {
  margin-bottom: 56px; }
  section.fundraising-presell-order &gt; .disclaimer {
    margin-top: 56px;
    padding: 0 15px;
    font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
    font-size: 75%;
    line-height: 167%;
    text-align: left;
    color: #595959; }
    @media (min-width: 992px) {
      section.fundraising-presell-order &gt; .disclaimer {
        padding: 0; } }

section.fundraising-products {
  margin-bottom: 56px; }
  section.fundraising-products &gt; .hero {
    margin: 0 -15px;
    margin-top: 36px; }
    @media (min-width: 768px) {
      section.fundraising-products &gt; .hero {
        margin: 0;
        margin-top: 40px; } }
    section.fundraising-products &gt; .hero &gt; img {
      display: block;
      width: 100%;
      margin: 0 auto; }
  section.fundraising-products &gt; .products &gt; .product {
    margin-top: 40px; }
    section.fundraising-products &gt; .products &gt; .product .image {
      margin: 0 -15px; }
      section.fundraising-products &gt; .products &gt; .product .image &gt; img {
        display: block;
        width: 100%;
        margin: 0 auto; }
    section.fundraising-products &gt; .products &gt; .product .copy {
      margin-top: 30px; }
      section.fundraising-products &gt; .products &gt; .product .copy .heading {
        text-align: center; }
        section.fundraising-products &gt; .products &gt; .product .copy .heading em {
          display: block;
          font-family: "BrandonGrotesque-BlackItalic", Arial, Helvetica, sans-serif;
          font-style: normal;
          font-size: 113%;
          line-height: 134%;
          letter-spacing: 0.75px;
          color: #d01f2f; }
          @media (min-width: 992px) {
            section.fundraising-products &gt; .products &gt; .product .copy .heading em {
              font-size: 150%;
              line-height: 100%;
              letter-spacing: 1px; } }
        section.fundraising-products &gt; .products &gt; .product .copy .heading strong {
          display: block;
          margin-top: 2px;
          font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
          font-size: 200%;
          line-height: 113%;
          letter-spacing: 1px;
          text-transform: uppercase; }
          @media (min-width: 992px) {
            section.fundraising-products &gt; .products &gt; .product .copy .heading strong {
              margin-top: 8px;
              font-size: 250%;
              line-height: 100%;
              letter-spacing: 1.53px; } }
      section.fundraising-products &gt; .products &gt; .product .copy p {
        margin: 0 auto;
        margin-top: 6px;
        font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
        font-size: 88%;
        line-height: 172%;
        text-align: center;
        color: #595959; }
        @media (min-width: 992px) {
          section.fundraising-products &gt; .products &gt; .product .copy p {
            margin-top: 12px;
            max-width: 600px; } }
        section.fundraising-products &gt; .products &gt; .product .copy p:empty {
          margin-top: 0; }
    @media (min-width: 768px) {
      section.fundraising-products &gt; .products &gt; .product .image {
        margin: 0; } }
    @media (min-width: 992px) {
      section.fundraising-products &gt; .products &gt; .product {
        display: flex;
        margin-top: 70px;
        align-items: center;
        justify-content: center; }
        section.fundraising-products &gt; .products &gt; .product .image {
          flex-basis: 50%;
          margin: 0; }
        section.fundraising-products &gt; .products &gt; .product .copy {
          flex-basis: 50%;
          margin-top: 0; }
          section.fundraising-products &gt; .products &gt; .product .copy p {
            max-width: 315px; }
        section.fundraising-products &gt; .products &gt; .product:nth-child(odd) {
          flex-direction: row-reverse; } }
  section.fundraising-products &gt; .disclaimer-text {
    margin: 50px 0; }
    section.fundraising-products &gt; .disclaimer-text p {
      margin: 0 auto;
      margin-top: 8px;
      font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
      font-size: 82%;
      line-height: 139%;
      font-style: italic;
      text-align: center;
      color: #595959; }
      @media (min-width: 992px) {
        section.fundraising-products &gt; .disclaimer-text p {
          max-width: 600px; } }
  section.fundraising-products &gt; .banner-cta {
    margin: 0 -15px;
    margin-top: 40px;
    background-color: #fff;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center; }
    @media (min-width: 768px) {
      section.fundraising-products &gt; .banner-cta {
        margin: 0;
        margin-top: 60px; } }
    section.fundraising-products &gt; .banner-cta .heading {
      text-align: center; }
      section.fundraising-products &gt; .banner-cta .heading em {
        display: block;
        font-family: "BrandonGrotesque-BlackItalic", Arial, Helvetica, sans-serif;
        font-style: normal;
        font-size: 113%;
        line-height: 134%;
        letter-spacing: 0.75px;
        color: #d01f2f; }
        @media (min-width: 768px) {
          section.fundraising-products &gt; .banner-cta .heading em {
            font-size: 150%;
            line-height: 100%;
            letter-spacing: 1px; } }
      section.fundraising-products &gt; .banner-cta .heading strong {
        display: block;
        margin-top: 8px;
        font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
        font-size: 200%;
        line-height: 113%;
        letter-spacing: 1px;
        text-transform: uppercase; }
        @media (min-width: 768px) {
          section.fundraising-products &gt; .banner-cta .heading strong {
            font-size: 250%;
            line-height: 120%;
            letter-spacing: 1.25px; } }
    section.fundraising-products &gt; .banner-cta p {
      margin: 0 auto;
      padding: 0 30px;
      max-width: 660px;
      margin-top: 8px;
      font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
      font-size: 88%;
      line-height: 172%;
      text-align: center;
      color: #595959; }
      section.fundraising-products &gt; .banner-cta p:empty {
        margin-top: 0; }
    section.fundraising-products &gt; .banner-cta .ctas {
      margin-top: 30px;
      text-align: center; }
      @media (min-width: 768px) {
        section.fundraising-products &gt; .banner-cta .ctas {
          margin-top: 24px; } }
      section.fundraising-products &gt; .banner-cta .ctas .btn {
        width: 270px; }
        @media (min-width: 768px) {
          section.fundraising-products &gt; .banner-cta .ctas .btn {
            width: 230px; } }
    section.fundraising-products &gt; .banner-cta.primary {
      padding: 100px 0;
      background-color: #fff;
      background-image: url("/App_Themes/krispykremenew/Content/images/banner-cta-background-mobile.png"); }
      @media (min-width: 768px) {
        section.fundraising-products &gt; .banner-cta.primary {
          padding: 60px 0;
          background-image: url("/App_Themes/krispykremenew/Content/images/banner-cta-background.png"); } }
    section.fundraising-products &gt; .banner-cta.secondary {
      padding: 80px 0;
      background-color: #046a38;
      background-image: url("/App_Themes/krispykremenew/Content/images/dots-for-dark-background.jpg");
      background-position: bottom left; }
      @media (min-width: 768px) {
        section.fundraising-products &gt; .banner-cta.secondary {
          padding: 74px 0; } }
      section.fundraising-products &gt; .banner-cta.secondary .heading {
        color: #fff; }
        section.fundraising-products &gt; .banner-cta.secondary .heading em {
          color: #fff; }
        section.fundraising-products &gt; .banner-cta.secondary .heading strong {
          color: #fff; }
      section.fundraising-products &gt; .banner-cta.secondary p {
        color: #fff; }
    section.fundraising-products &gt; .banner-cta + .banner-cta {
      margin-top: 0; }
  @media (min-width: 768px) {
    section.fundraising-products #modalCheckPricing .modal-dialog {
      max-width: 940px; } }
  section.fundraising-products #modalCheckPricing .modal-dialog .modal-content {
    width: 100%; }
    @media (min-width: 768px) {
      section.fundraising-products #modalCheckPricing .modal-dialog .modal-content {
        width: 940px; } }
    section.fundraising-products #modalCheckPricing .modal-dialog .modal-content .modal-body {
      padding: 0; }
  section.fundraising-products &gt; .disclaimer {
    margin-top: 56px;
    padding: 0 15px;
    font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
    font-size: 75%;
    line-height: 167%;
    text-align: left;
    color: #595959; }
    @media (min-width: 992px) {
      section.fundraising-products &gt; .disclaimer {
        padding: 0; } }

section.fundraising-confirmation {
  padding: 20px 0 0 0; }
  section.fundraising-confirmation .heading {
    width: 100%;
    padding: 25px 0;
    text-align: center; }
    section.fundraising-confirmation .heading .clock {
      display: inline-block;
      width: 90px;
      margin-bottom: 40px; }
      section.fundraising-confirmation .heading .clock:before {
        content: ' ';
        display: block;
        width: 90px;
        height: 90px;
        margin-bottom: 10px;
        background: url("../icons/clock.svg") no-repeat;
        background-size: 90px;
        background-position: center; }
      section.fundraising-confirmation .heading .clock span {
        margin-top: 15px;
        font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
        font-size: 100%;
        line-height: 150%;
        letter-spacing: 0.9px;
        text-align: center;
        color: #c8102e;
        text-transform: uppercase; }
    section.fundraising-confirmation .heading h2 {
      width: 100%;
      margin-bottom: 20px;
      font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
      font-size: 150%;
      line-height: 100%;
      letter-spacing: 2px;
      text-transform: uppercase;
      color: #0b6a38; }
      @media (min-width: 576px) {
        section.fundraising-confirmation .heading h2 {
          font-size: 250%;
          line-height: 105%; } }
    section.fundraising-confirmation .heading p {
      margin-top: 10px;
      font-size: 88%;
      line-height: 172%;
      color: #595959;
      text-align: center; }
  section.fundraising-confirmation .content {
    padding: 0 0 60px 0; }
  section.fundraising-confirmation .cta-container {
    padding: 30px 0;
    text-align: center; }
    section.fundraising-confirmation .cta-container .cta {
      display: inline-block;
      height: 100%;
      width: 100%;
      max-width: 275px;
      position: relative;
      padding: 30px 0 70px 0;
      text-align: center; }
      section.fundraising-confirmation .cta-container .cta strong {
        display: block;
        font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
        font-size: 150%;
        line-height: 100%;
        letter-spacing: 1px;
        text-transform: uppercase;
        letter-spacing: 0.8px;
        color: #0b6a38;
        text-align: center; }
        @media (min-width: 576px) {
          section.fundraising-confirmation .cta-container .cta strong {
            font-size: 200%;
            line-height: 125%; } }
      section.fundraising-confirmation .cta-container .cta p {
        margin-top: 10px;
        font-size: 88%;
        line-height: 150%;
        text-align: center;
        color: #595959;
        font-style: italic; }
      section.fundraising-confirmation .cta-container .cta .btn {
        margin-top: 20px;
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%); }

section.fundraising-header {
  margin-top: 30px; }
  section.fundraising-header .title {
    text-align: center;
    color: #046a38; }
    section.fundraising-header .title em {
      display: block;
      font-family: "BrandonGrotesque-BlackItalic", Arial, Helvetica, sans-serif;
      font-style: normal;
      font-size: 40%;
      line-height: 150%;
      color: #c8102e; }
      @media (min-width: 576px) {
        section.fundraising-header .title em {
          display: none; } }
    section.fundraising-header .title strong {
      display: block;
      font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
      font-size: 80%;
      line-height: 125%;
      letter-spacing: 1px;
      text-transform: uppercase;
      color: #0b6a38; }
      @media (min-width: 576px) {
        section.fundraising-header .title strong {
          font-size: 100%;
          line-height: 100%;
          letter-spacing: 1.5px; } }
      @media (min-width: 1200px) {
        section.fundraising-header .title strong {
          font-size: 134%;
          line-height: 100%; } }
  @media (min-width: 576px) {
    section.fundraising-header .fundraising-nav {
      margin: 0; } }
  section.fundraising-header .fundraising-nav.expanded {
    z-index: 10;
    position: relative;
    margin: 0 -15px; }
    @media (min-width: 576px) {
      section.fundraising-header .fundraising-nav.expanded {
        margin: 0; } }
    @media (min-width: 992px) {
      section.fundraising-header .fundraising-nav.expanded {
        height: auto; } }
    section.fundraising-header .fundraising-nav.expanded button {
      background-color: #f6f6f6;
      padding-left: 15px;
      padding-right: 15px; }
      section.fundraising-header .fundraising-nav.expanded button:before {
        transform: rotate(180deg);
        transition: transform .25s ease-in-out; }
    section.fundraising-header .fundraising-nav.expanded ul {
      position: absolute;
      top: 100%;
      width: 100%;
      display: block;
      background-color: #fff; }
      @media (min-width: 576px) {
        section.fundraising-header .fundraising-nav.expanded ul {
          box-shadow: 0 15px 40px 0 rgba(70, 70, 70, 0.13); } }
      @media (min-width: 992px) {
        section.fundraising-header .fundraising-nav.expanded ul {
          top: auto;
          position: static;
          border-width: 0;
          box-shadow: none; } }
    section.fundraising-header .fundraising-nav.expanded li a {
      padding-left: 15px;
      padding-right: 15px; }
  section.fundraising-header .fundraising-nav button {
    padding-left: 0;
    padding-right: 0;
    color: #c8102e;
    width: 100%;
    text-align: left;
    font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
    font-size: 88%;
    text-transform: uppercase;
    white-space: nowrap;
    border-bottom: 1px solid #ebebeb; }
    section.fundraising-header .fundraising-nav button:hover {
      text-decoration: none; }
    section.fundraising-header .fundraising-nav button:before {
      float: right;
      display: block;
      width: 16px;
      height: 16px;
      color: #c8102e;
      transition: transform .25s ease-in-out;
      margin-top: 4px; }
      @media (min-width: 992px) {
        section.fundraising-header .fundraising-nav button:before {
          display: none; } }
    @media (min-width: 576px) {
      section.fundraising-header .fundraising-nav button {
        padding-left: 15px;
        padding-right: 15px; } }
    @media (min-width: 992px) {
      section.fundraising-header .fundraising-nav button {
        display: none; } }
  section.fundraising-header .fundraising-nav ul {
    display: none; }
    @media (min-width: 992px) {
      section.fundraising-header .fundraising-nav ul {
        overflow: visible;
        position: static;
        display: block;
        justify-content: space-between;
        height: auto;
        width: 100%;
        padding-top: 20px;
        max-width: 725px;
        text-align: center;
        margin: 0 auto; } }
    @media (min-width: 1200px) {
      section.fundraising-header .fundraising-nav ul {
        max-width: 700px; } }
  section.fundraising-header .fundraising-nav li {
    border-bottom: 1px solid #ebebeb;
    display: block; }
    @media (min-width: 992px) {
      section.fundraising-header .fundraising-nav li {
        display: inline;
        border-bottom: 0;
        text-align: center;
        flex-basis: 33%;
        margin-right: 36px; }
        section.fundraising-header .fundraising-nav li:first-child {
          margin-left: 2px; }
        section.fundraising-header .fundraising-nav li:last-child {
          margin-right: 2px; } }
    section.fundraising-header .fundraising-nav li a {
      font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
      font-size: 88%;
      text-transform: uppercase;
      white-space: nowrap;
      padding: 10px 0;
      display: block;
      color: #046a38; }
      @media (min-width: 576px) {
        section.fundraising-header .fundraising-nav li a {
          padding-left: 15px;
          padding-right: 15px; } }
      @media (min-width: 992px) {
        section.fundraising-header .fundraising-nav li a {
          padding-left: 0;
          padding-right: 0;
          display: inline-block;
          font-size: 88%;
          line-height: 115%;
          letter-spacing: 0.8px; } }
      @media (min-width: 1200px) {
        section.fundraising-header .fundraising-nav li a {
          font-size: 113%;
          line-height: 134%;
          letter-spacing: 0px; } }
      section.fundraising-header .fundraising-nav li a span {
        font-family: "BrandonGrotesque-BlackItalic", Arial, Helvetica, sans-serif;
        color: #c8102e;
        font-size: 18px;
        font-weight: bold;
        padding-right: 2px;
        text-transform: none; }
    @media (min-width: 992px) {
      section.fundraising-header .fundraising-nav li.selected a, section.fundraising-header .fundraising-nav li.CMSListMenuHighlightedLI a {
        color: #c8102e;
        border-bottom: 3px solid #c8102e; } }

.hotlight.on section.fundraising-header {
  margin-top: 0; }

section.fundraising-order {
  margin-top: 40px;
  margin-bottom: 56px;
  margin-left: -15px;
  margin-right: -15px; }
  @media (min-width: 992px) {
    section.fundraising-order {
      margin-left: 0;
      margin-right: 0; } }
  section.fundraising-order .gray {
    position: relative;
    padding: 40px 0;
    background-color: #f7f9fa; }
    @media (min-width: 992px) {
      section.fundraising-order .gray {
        max-width: 940px;
        margin: 0 auto;
        padding: 40px 50px 50px; } }
    section.fundraising-order .gray .fundraising-form-container {
      margin-bottom: 110px;
      padding: 0 15px;
      border-top: 1px solid #dedede; }
      @media (min-width: 992px) {
        section.fundraising-order .gray .fundraising-form-container {
          margin-bottom: 130px;
          padding: 0; } }
      section.fundraising-order .gray .fundraising-form-container .help-block {
        margin-top: 40px;
        margin-bottom: 0;
        font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
        font-size: 88%;
        line-height: 150%;
        letter-spacing: .27px;
        color: #595959; }
        section.fundraising-order .gray .fundraising-form-container .help-block + .help-block {
          margin-top: 20px; }
        section.fundraising-order .gray .fundraising-form-container .help-block .welcome-heading {
          font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
          font-size: 100%;
          line-height: 100%;
          letter-spacing: .8px;
          color: #0b6a38;
          text-transform: uppercase;
          display: block;
          margin: 10px 0; }
      section.fundraising-order .gray .fundraising-form-container .required-message {
        font-style: italic; }
      section.fundraising-order .gray .fundraising-form-container .error-summary-container .error-summary {
        margin-bottom: 60px;
        color: #c8102e;
        font-size: 88%;
        line-height: 150%;
        font-style: italic; }
      section.fundraising-order .gray .fundraising-form-container #step4 .error-summary-container .error-summary {
        margin-top: 15px;
        margin-bottom: 15px; }
      section.fundraising-order .gray .fundraising-form-container .fundraisingForm {
        margin-top: 40px; }
        @media (min-width: 992px) {
          section.fundraising-order .gray .fundraising-form-container .fundraisingForm {
            float: left;
            width: calc(100% - 290px); } }
        section.fundraising-order .gray .fundraising-form-container .fundraisingForm .form-container &gt; p,
        section.fundraising-order .gray .fundraising-form-container .fundraisingForm .form-container p.info {
          margin-top: 8px;
          font-size: 82%;
          line-height: 139%;
          font-style: italic;
          color: #595959; }
          section.fundraising-order .gray .fundraising-form-container .fundraisingForm .form-container &gt; p.notice,
          section.fundraising-order .gray .fundraising-form-container .fundraisingForm .form-container p.info.notice {
            font-size: 150%;
            line-height: 142%;
            display: none; }
            section.fundraising-order .gray .fundraising-form-container .fundraisingForm .form-container &gt; p.notice.active,
            section.fundraising-order .gray .fundraising-form-container .fundraisingForm .form-container p.info.notice.active {
              display: block; }
        section.fundraising-order .gray .fundraising-form-container .fundraisingForm .form-container .formPair {
          display: flex;
          flex-direction: column; }
          section.fundraising-order .gray .fundraising-form-container .fundraisingForm .form-container .formPair.checkbox, section.fundraising-order .gray .fundraising-form-container .fundraisingForm .form-container .formPair.radio {
            display: block; }
          section.fundraising-order .gray .fundraising-form-container .fundraisingForm .form-container .formPair .ExplanationText {
            order: 5;
            margin-top: 8px;
            font-size: 82%;
            line-height: 139%;
            font-style: italic;
            color: #595959; }
        section.fundraising-order .gray .fundraising-form-container .fundraisingForm .form-container .formRow {
          margin-top: 40px; }
        section.fundraising-order .gray .fundraising-form-container .fundraisingForm .form-container button.fa.fa-question-circle, section.fundraising-order .gray .fundraising-form-container .fundraisingForm .form-container div.quick-bar .account-links button.fa-question-circle.btn-sign-in:before, div.quick-bar .account-links section.fundraising-order .gray .fundraising-form-container .fundraisingForm .form-container button.fa-question-circle.btn-sign-in:before, section.fundraising-order .gray .fundraising-form-container .fundraisingForm .form-container .basic-page .subNav button.fa-question-circle:before, .basic-page .subNav section.fundraising-order .gray .fundraising-form-container .fundraisingForm .form-container button.fa-question-circle:before, section.fundraising-order .gray .fundraising-form-container .fundraisingForm .form-container section.careers .careers-nav button.fa-question-circle:before, section.careers .careers-nav section.fundraising-order .gray .fundraising-form-container .fundraisingForm .form-container button.fa-question-circle:before, section.fundraising-order .gray .fundraising-form-container .fundraisingForm .form-container section.contact-us .subNav button.fa-question-circle:before, section.contact-us .subNav section.fundraising-order .gray .fundraising-form-container .fundraisingForm .form-container button.fa-question-circle:before, section.fundraising-order .gray .fundraising-form-container .fundraisingForm .form-container section.fundraising-tips .tabs .faq-container ul.faq-list li button.fa-question-circle:before, section.fundraising-tips .tabs .faq-container ul.faq-list li section.fundraising-order .gray .fundraising-form-container .fundraisingForm .form-container button.fa-question-circle:before, section.fundraising-order .gray .fundraising-form-container .fundraisingForm .form-container section.fundraising-header .fundraising-nav button.fa-question-circle:before, section.fundraising-header .fundraising-nav section.fundraising-order .gray .fundraising-form-container .fundraisingForm .form-container button.fa-question-circle:before, section.fundraising-order .gray .fundraising-form-container .fundraisingForm .form-container section.shop-menu .menu-card-container .menu-card.build-a-gift .content-center button.fa-question-circle.content:before, section.shop-menu .menu-card-container .menu-card.build-a-gift .content-center section.fundraising-order .gray .fundraising-form-container .fundraisingForm .form-container button.fa-question-circle.content:before {
          padding-left: 5px;
          padding-right: 5px;
          cursor: pointer;
          color: #0b6a38; }
          section.fundraising-order .gray .fundraising-form-container .fundraisingForm .form-container button.fa.fa-question-circle:hover, section.fundraising-order .gray .fundraising-form-container .fundraisingForm .form-container div.quick-bar .account-links button.fa-question-circle.btn-sign-in:hover:before, div.quick-bar .account-links section.fundraising-order .gray .fundraising-form-container .fundraisingForm .form-container button.fa-question-circle.btn-sign-in:hover:before, section.fundraising-order .gray .fundraising-form-container .fundraisingForm .form-container .basic-page .subNav button.fa-question-circle:hover:before, .basic-page .subNav section.fundraising-order .gray .fundraising-form-container .fundraisingForm .form-container button.fa-question-circle:hover:before, section.fundraising-order .gray .fundraising-form-container .fundraisingForm .form-container section.careers .careers-nav button.fa-question-circle:hover:before, section.careers .careers-nav section.fundraising-order .gray .fundraising-form-container .fundraisingForm .form-container button.fa-question-circle:hover:before, section.fundraising-order .gray .fundraising-form-container .fundraisingForm .form-container section.contact-us .subNav button.fa-question-circle:hover:before, section.contact-us .subNav section.fundraising-order .gray .fundraising-form-container .fundraisingForm .form-container button.fa-question-circle:hover:before, section.fundraising-order .gray .fundraising-form-container .fundraisingForm .form-container section.fundraising-tips .tabs .faq-container ul.faq-list li button.fa-question-circle:hover:before, section.fundraising-tips .tabs .faq-container ul.faq-list li section.fundraising-order .gray .fundraising-form-container .fundraisingForm .form-container button.fa-question-circle:hover:before, section.fundraising-order .gray .fundraising-form-container .fundraisingForm .form-container section.fundraising-header .fundraising-nav button.fa-question-circle:hover:before, section.fundraising-header .fundraising-nav section.fundraising-order .gray .fundraising-form-container .fundraisingForm .form-container button.fa-question-circle:hover:before, section.fundraising-order .gray .fundraising-form-container .fundraisingForm .form-container section.shop-menu .menu-card-container .menu-card.build-a-gift .content-center button.fa-question-circle.content:hover:before, section.shop-menu .menu-card-container .menu-card.build-a-gift .content-center section.fundraising-order .gray .fundraising-form-container .fundraisingForm .form-container button.fa-question-circle.content:hover:before, section.fundraising-order .gray .fundraising-form-container .fundraisingForm .form-container button.fa.fa-question-circle:focus, section.fundraising-order .gray .fundraising-form-container .fundraisingForm .form-container div.quick-bar .account-links button.fa-question-circle.btn-sign-in:focus:before, div.quick-bar .account-links section.fundraising-order .gray .fundraising-form-container .fundraisingForm .form-container button.fa-question-circle.btn-sign-in:focus:before, section.fundraising-order .gray .fundraising-form-container .fundraisingForm .form-container .basic-page .subNav button.fa-question-circle:focus:before, .basic-page .subNav section.fundraising-order .gray .fundraising-form-container .fundraisingForm .form-container button.fa-question-circle:focus:before, section.fundraising-order .gray .fundraising-form-container .fundraisingForm .form-container section.careers .careers-nav button.fa-question-circle:focus:before, section.careers .careers-nav section.fundraising-order .gray .fundraising-form-container .fundraisingForm .form-container button.fa-question-circle:focus:before, section.fundraising-order .gray .fundraising-form-container .fundraisingForm .form-container section.contact-us .subNav button.fa-question-circle:focus:before, section.contact-us .subNav section.fundraising-order .gray .fundraising-form-container .fundraisingForm .form-container button.fa-question-circle:focus:before, section.fundraising-order .gray .fundraising-form-container .fundraisingForm .form-container section.fundraising-tips .tabs .faq-container ul.faq-list li button.fa-question-circle:focus:before, section.fundraising-tips .tabs .faq-container ul.faq-list li section.fundraising-order .gray .fundraising-form-container .fundraisingForm .form-container button.fa-question-circle:focus:before, section.fundraising-order .gray .fundraising-form-container .fundraisingForm .form-container section.fundraising-header .fundraising-nav button.fa-question-circle:focus:before, section.fundraising-header .fundraising-nav section.fundraising-order .gray .fundraising-form-container .fundraisingForm .form-container button.fa-question-circle:focus:before, section.fundraising-order .gray .fundraising-form-container .fundraisingForm .form-container section.shop-menu .menu-card-container .menu-card.build-a-gift .content-center button.fa-question-circle.content:focus:before, section.shop-menu .menu-card-container .menu-card.build-a-gift .content-center section.fundraising-order .gray .fundraising-form-container .fundraisingForm .form-container button.fa-question-circle.content:focus:before {
            text-decoration: none; }
        section.fundraising-order .gray .fundraising-form-container .fundraisingForm .form-container .editButton {
          display: block;
          margin-top: 24px;
          padding: 0;
          font-family: "BrandonGrotesque-BlackItalic", Arial, Helvetica, sans-serif;
          font-style: normal;
          font-size: 100%;
          line-height: 150%;
          letter-spacing: 0.5px;
          color: #d01f2f; }
        section.fundraising-order .gray .fundraising-form-container .fundraisingForm .form-container.review .formSection {
          margin-top: 0; }
          section.fundraising-order .gray .fundraising-form-container .fundraisingForm .form-container.review .formSection:last-of-type {
            margin-top: 32px;
            border-top: 1px solid #dedede; }
            section.fundraising-order .gray .fundraising-form-container .fundraisingForm .form-container.review .formSection:last-of-type .formPair:last-of-type {
              margin-top: 24px; }
            section.fundraising-order .gray .fundraising-form-container .fundraisingForm .form-container.review .formSection:last-of-type p.notice {
              display: none;
              margin-top: 24px;
              font-size: 150%;
              line-height: 142%;
              color: #595959; }
              @media (min-width: 992px) {
                section.fundraising-order .gray .fundraising-form-container .fundraisingForm .form-container.review .formSection:last-of-type p.notice {
                  margin-top: 50px; } }
              section.fundraising-order .gray .fundraising-form-container .fundraisingForm .form-container.review .formSection:last-of-type p.notice.active {
                display: block; }
        section.fundraising-order .gray .fundraising-form-container .fundraisingForm label,
        section.fundraising-order .gray .fundraising-form-container .fundraisingForm .label,
        section.fundraising-order .gray .fundraising-form-container .fundraisingForm .fieldUnits {
          margin-bottom: 0;
          font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
          font-size: 82%;
          line-height: 139%;
          letter-spacing: 1px;
          color: #0b6a38;
          text-transform: uppercase; }
        section.fundraising-order .gray .fundraising-form-container .fundraisingForm input:not([type="submit"]),
        section.fundraising-order .gray .fundraising-form-container .fundraisingForm select,
        section.fundraising-order .gray .fundraising-form-container .fundraisingForm textarea {
          width: 100% !important;
          padding: 5px 0;
          height: auto;
          font-size: 150%;
          line-height: 134%;
          color: #595959;
          border-width: 0;
          border-bottom: 1px solid #dedede; }
          section.fundraising-order .gray .fundraising-form-container .fundraisingForm input:not([type="submit"]) [type="checkbox"],
          section.fundraising-order .gray .fundraising-form-container .fundraisingForm input:not([type="submit"]) [type="radio"],
          section.fundraising-order .gray .fundraising-form-container .fundraisingForm select [type="checkbox"],
          section.fundraising-order .gray .fundraising-form-container .fundraisingForm select [type="radio"],
          section.fundraising-order .gray .fundraising-form-container .fundraisingForm textarea [type="checkbox"],
          section.fundraising-order .gray .fundraising-form-container .fundraisingForm textarea [type="radio"] {
            opacity: 0; }
          section.fundraising-order .gray .fundraising-form-container .fundraisingForm input:not([type="submit"])::-webkit-input-placeholder,
          section.fundraising-order .gray .fundraising-form-container .fundraisingForm select::-webkit-input-placeholder,
          section.fundraising-order .gray .fundraising-form-container .fundraisingForm textarea::-webkit-input-placeholder {
            color: #c1c1c1; }
          section.fundraising-order .gray .fundraising-form-container .fundraisingForm input:not([type="submit"]):-moz-placeholder,
          section.fundraising-order .gray .fundraising-form-container .fundraisingForm select:-moz-placeholder,
          section.fundraising-order .gray .fundraising-form-container .fundraisingForm textarea:-moz-placeholder {
            color: #c1c1c1; }
          section.fundraising-order .gray .fundraising-form-container .fundraisingForm input:not([type="submit"])::-moz-placeholder,
          section.fundraising-order .gray .fundraising-form-container .fundraisingForm select::-moz-placeholder,
          section.fundraising-order .gray .fundraising-form-container .fundraisingForm textarea::-moz-placeholder {
            color: #c1c1c1; }
          section.fundraising-order .gray .fundraising-form-container .fundraisingForm input:not([type="submit"]):-ms-input-placeholder,
          section.fundraising-order .gray .fundraising-form-container .fundraisingForm select:-ms-input-placeholder,
          section.fundraising-order .gray .fundraising-form-container .fundraisingForm textarea:-ms-input-placeholder {
            color: #c1c1c1; }
          section.fundraising-order .gray .fundraising-form-container .fundraisingForm input:not([type="submit"])::placeholder,
          section.fundraising-order .gray .fundraising-form-container .fundraisingForm select::placeholder,
          section.fundraising-order .gray .fundraising-form-container .fundraisingForm textarea::placeholder {
            color: #c1c1c1; }
        section.fundraising-order .gray .fundraising-form-container .fundraisingForm textarea {
          display: block;
          height: 100px; }
        section.fundraising-order .gray .fundraising-form-container .fundraisingForm select {
          background-image: url("../icons/dropdown-arrow.svg");
          background-repeat: no-repeat;
          background-size: 26px;
          background-position: center right;
          -webkit-appearance: none;
          -moz-appearance: none;
          appearance: none; }
          section.fundraising-order .gray .fundraising-form-container .fundraisingForm select::-ms-expand {
            display: none; }
          section.fundraising-order .gray .fundraising-form-container .fundraisingForm select.empty:not(:focus) {
            color: #c1c1c1;
            background-image: url("../icons/dropdown-arrow-light.svg"); }
        section.fundraising-order .gray .fundraising-form-container .fundraisingForm .kk-phone {
          display: flex; }
          section.fundraising-order .gray .fundraising-form-container .fundraisingForm .kk-phone span {
            font-size: 150%;
            line-height: 134%; }
            section.fundraising-order .gray .fundraising-form-container .fundraisingForm .kk-phone span input {
              font-size: 100%;
              line-height: 134%; }
            section.fundraising-order .gray .fundraising-form-container .fundraisingForm .kk-phone span.area-code-container {
              white-space: nowrap; }
              @media (min-width: 768px) {
                section.fundraising-order .gray .fundraising-form-container .fundraisingForm .kk-phone span.area-code-container {
                  width: 90px; } }
              section.fundraising-order .gray .fundraising-form-container .fundraisingForm .kk-phone span.area-code-container input {
                width: 60px !important;
                text-align: center; }
            section.fundraising-order .gray .fundraising-form-container .fundraisingForm .kk-phone span.prefix-container {
              white-space: nowrap; }
              @media (min-width: 768px) {
                section.fundraising-order .gray .fundraising-form-container .fundraisingForm .kk-phone span.prefix-container {
                  width: 80px; } }
              section.fundraising-order .gray .fundraising-form-container .fundraisingForm .kk-phone span.prefix-container input {
                width: 60px !important;
                text-align: center; }
            section.fundraising-order .gray .fundraising-form-container .fundraisingForm .kk-phone span.line-number-container {
              white-space: nowrap;
              padding-left: 5px; }
              section.fundraising-order .gray .fundraising-form-container .fundraisingForm .kk-phone span.line-number-container input {
                width: 100% !important; }
        section.fundraising-order .gray .fundraising-form-container .fundraisingForm .kk-checkbox {
          position: relative;
          width: 22px !important;
          height: 22px !important; }
          section.fundraising-order .gray .fundraising-form-container .fundraisingForm .kk-checkbox input {
            opacity: 0;
            position: absolute;
            top: 5px;
            left: 0;
            width: 16px !important;
            height: 16px !important;
            z-index: 2; }
            section.fundraising-order .gray .fundraising-form-container .fundraisingForm .kk-checkbox input:checked + .kk-checkbox-state {
              background-image: url("../icons/circle-check-selected.svg"); }
            section.fundraising-order .gray .fundraising-form-container .fundraisingForm .kk-checkbox input:focus + .kk-checkbox-state {
              outline: 2px dotted #C8102E; }
          section.fundraising-order .gray .fundraising-form-container .fundraisingForm .kk-checkbox .kk-checkbox-state {
            width: 16px;
            height: 16px;
            position: absolute;
            top: 5px;
            left: 0;
            background-image: url("../icons/circle-check.svg");
            background-size: 16px 16px;
            cursor: pointer; }
        section.fundraising-order .gray .fundraising-form-container .fundraisingForm .hiddenField {
          display: none; }
        section.fundraising-order .gray .fundraising-form-container .fundraisingForm .formSection {
          margin-top: 60px; }
          section.fundraising-order .gray .fundraising-form-container .fundraisingForm .formSection h2 {
            margin: 0;
            font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
            font-size: 150%;
            line-height: 100%;
            text-transform: uppercase;
            letter-spacing: 1.22px; }
          section.fundraising-order .gray .fundraising-form-container .fundraisingForm .formSection h3 {
            margin: 0;
            font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
            font-size: 100%;
            line-height: 100%;
            text-transform: uppercase;
            letter-spacing: 0.8px;
            font-weight: bold; }
          section.fundraising-order .gray .fundraising-form-container .fundraisingForm .formSection:first-of-type {
            margin-top: 0; }
          section.fundraising-order .gray .fundraising-form-container .fundraisingForm .formSection .formPair {
            margin-top: 32px; }
            @media (min-width: 992px) {
              section.fundraising-order .gray .fundraising-form-container .fundraisingForm .formSection .formPair {
                margin-top: 40px; } }
            section.fundraising-order .gray .fundraising-form-container .fundraisingForm .formSection .formPair.required label.EditingFormLabel:after {
              content: ' *';
              color: #c8102e; }
            section.fundraising-order .gray .fundraising-form-container .fundraisingForm .formSection .formPair.checkbox {
              position: relative;
              padding-left: 25px; }
              section.fundraising-order .gray .fundraising-form-container .fundraisingForm .formSection .formPair.checkbox .EditingFormControlNestedControl {
                position: absolute;
                top: 0;
                left: 0; }
              section.fundraising-order .gray .fundraising-form-container .fundraisingForm .formSection .formPair.checkbox .kk-checkbox {
                float: left; }
              section.fundraising-order .gray .fundraising-form-container .fundraisingForm .formSection .formPair.checkbox label {
                display: inline;
                width: 100% !important;
                margin-bottom: 0;
                font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
                font-size: 82%;
                line-height: 139%;
                letter-spacing: 1px;
                color: #0b6a38;
                text-transform: uppercase; }
              section.fundraising-order .gray .fundraising-form-container .fundraisingForm .formSection .formPair.checkbox.semiRequireToggler {
                margin-top: 24px; }
              section.fundraising-order .gray .fundraising-form-container .fundraisingForm .formSection .formPair.checkbox.otherDelivery {
                padding-left: 30px; }
                section.fundraising-order .gray .fundraising-form-container .fundraisingForm .formSection .formPair.checkbox.otherDelivery .kk-checkbox input,
                section.fundraising-order .gray .fundraising-form-container .fundraisingForm .formSection .formPair.checkbox.otherDelivery .kk-checkbox .kk-checkbox-state {
                  top: 3px; }
                section.fundraising-order .gray .fundraising-form-container .fundraisingForm .formSection .formPair.checkbox.otherDelivery label {
                  vertical-align: middle;
                  font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
                  font-size: 150%;
                  line-height: 134%;
                  color: #595959;
                  margin-bottom: 0;
                  text-transform: none; }
            section.fundraising-order .gray .fundraising-form-container .fundraisingForm .formSection .formPair &gt; .radioWrap {
              padding-left: 25px; }
            section.fundraising-order .gray .fundraising-form-container .fundraisingForm .formSection .formPair .EditingFormControlNestedControl.Error input,
            section.fundraising-order .gray .fundraising-form-container .fundraisingForm .formSection .formPair .EditingFormControlNestedControl.Error select,
            section.fundraising-order .gray .fundraising-form-container .fundraisingForm .formSection .formPair .EditingFormControlNestedControl.Error textarea {
              border-color: #c8102e; }
            section.fundraising-order .gray .fundraising-form-container .fundraisingForm .formSection .formPair .EditingFormControlNestedControl.Error + label {
              color: #c8102e; }
            section.fundraising-order .gray .fundraising-form-container .fundraisingForm .formSection .formPair .EditingFormErrorLabel {
              font-size: 88%;
              line-height: 150%;
              font-style: italic;
              color: #c8102e;
              display: block; }
        section.fundraising-order .gray .fundraising-form-container .fundraisingForm #contactPhoneNumbers {
          margin-top: 32px; }
          @media (min-width: 992px) {
            section.fundraising-order .gray .fundraising-form-container .fundraisingForm #contactPhoneNumbers {
              margin-top: 40px; } }
          section.fundraising-order .gray .fundraising-form-container .fundraisingForm #contactPhoneNumbers.Error &gt; label {
            color: #c8102e; }
        section.fundraising-order .gray .fundraising-form-container .fundraisingForm #contactPhones .formPair {
          margin-top: 20px; }
          section.fundraising-order .gray .fundraising-form-container .fundraisingForm #contactPhones .formPair:first-child {
            margin-top: 10px; }
        section.fundraising-order .gray .fundraising-form-container .fundraisingForm #contactPhones .kk-checkbox {
          padding-left: 30px; }
          section.fundraising-order .gray .fundraising-form-container .fundraisingForm #contactPhones .kk-checkbox input,
          section.fundraising-order .gray .fundraising-form-container .fundraisingForm #contactPhones .kk-checkbox .kk-checkbox-state {
            top: 3px; }
        section.fundraising-order .gray .fundraising-form-container .fundraisingForm #contactPhones label {
          vertical-align: middle;
          font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
          font-size: 150%;
          line-height: 134%;
          color: #595959;
          margin-bottom: 0;
          text-transform: none; }
        section.fundraising-order .gray .fundraising-form-container .fundraisingForm .doughnutsOrder h3,
        section.fundraising-order .gray .fundraising-form-container .fundraisingForm .otherProductsOrder h3 {
          margin-top: 50px;
          max-width: 360px; }
          @media (min-width: 992px) {
            section.fundraising-order .gray .fundraising-form-container .fundraisingForm .doughnutsOrder h3,
            section.fundraising-order .gray .fundraising-form-container .fundraisingForm .otherProductsOrder h3 {
              margin-top: 56px;
              max-width: 60%; } }
        section.fundraising-order .gray .fundraising-form-container .fundraisingForm .doughnutsOrder .formPair,
        section.fundraising-order .gray .fundraising-form-container .fundraisingForm .otherProductsOrder .formPair {
          display: block; }
          section.fundraising-order .gray .fundraising-form-container .fundraisingForm .doughnutsOrder .formPair label,
          section.fundraising-order .gray .fundraising-form-container .fundraisingForm .otherProductsOrder .formPair label {
            font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
            font-size: 100%;
            line-height: 150%;
            text-transform: none;
            color: #303030;
            margin: 7px 0 0;
            padding-right: 15px;
            display: block; }
            @media (min-width: 576px) {
              section.fundraising-order .gray .fundraising-form-container .fundraisingForm .doughnutsOrder .formPair label,
              section.fundraising-order .gray .fundraising-form-container .fundraisingForm .otherProductsOrder .formPair label {
                width: 70%;
                text-align: left;
                float: left; } }
          section.fundraising-order .gray .fundraising-form-container .fundraisingForm .doughnutsOrder .formPair input,
          section.fundraising-order .gray .fundraising-form-container .fundraisingForm .otherProductsOrder .formPair input {
            width: 50% !important; }
            @media (min-width: 576px) {
              section.fundraising-order .gray .fundraising-form-container .fundraisingForm .doughnutsOrder .formPair input,
              section.fundraising-order .gray .fundraising-form-container .fundraisingForm .otherProductsOrder .formPair input {
                width: 30% !important; } }
          section.fundraising-order .gray .fundraising-form-container .fundraisingForm .doughnutsOrder .formPair .fieldUnits,
          section.fundraising-order .gray .fundraising-form-container .fundraisingForm .otherProductsOrder .formPair .fieldUnits {
            margin-top: 5px;
            display: block; }
            @media (min-width: 576px) {
              section.fundraising-order .gray .fundraising-form-container .fundraisingForm .doughnutsOrder .formPair .fieldUnits,
              section.fundraising-order .gray .fundraising-form-container .fundraisingForm .otherProductsOrder .formPair .fieldUnits {
                width: 30%;
                float: right; } }
          section.fundraising-order .gray .fundraising-form-container .fundraisingForm .doughnutsOrder .formPair.Error input,
          section.fundraising-order .gray .fundraising-form-container .fundraisingForm .otherProductsOrder .formPair.Error input {
            border-bottom: 1px solid #c8102e; }
          section.fundraising-order .gray .fundraising-form-container .fundraisingForm .doughnutsOrder .formPair.Error .fieldUnits,
          section.fundraising-order .gray .fundraising-form-container .fundraisingForm .otherProductsOrder .formPair.Error .fieldUnits {
            color: #c8102e; }
        section.fundraising-order .gray .fundraising-form-container .fundraisingForm .productsErrorMessage {
          margin-top: 8px;
          font-size: 82%;
          line-height: 139%;
          font-style: italic;
          color: #595959; }
        section.fundraising-order .gray .fundraising-form-container .fundraisingForm .personal-information {
          margin-top: 16px;
          font-size: 150%;
          line-height: 134%;
          color: #303030; }
          section.fundraising-order .gray .fundraising-form-container .fundraisingForm .personal-information &gt; div {
            margin-top: 16px; }
        section.fundraising-order .gray .fundraising-form-container .fundraisingForm .pickup-information {
          margin-top: 32px;
          border-top: 1px solid #dedede; }
          section.fundraising-order .gray .fundraising-form-container .fundraisingForm .pickup-information strong {
            display: block;
            margin-top: 40px;
            font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
            font-size: 82%;
            line-height: 139%;
            letter-spacing: 1px;
            text-transform: uppercase; }
          section.fundraising-order .gray .fundraising-form-container .fundraisingForm .pickup-information span {
            display: block;
            margin-top: 8px;
            font-size: 150%;
            line-height: 134%;
            color: #303030; }
        section.fundraising-order .gray .fundraising-form-container .fundraisingForm .product-information .product-list {
          margin-top: 32px; }
          @media (min-width: 992px) {
            section.fundraising-order .gray .fundraising-form-container .fundraisingForm .product-information .product-list {
              margin-top: 40px; } }
          section.fundraising-order .gray .fundraising-form-container .fundraisingForm .product-information .product-list [edit-field-selector] {
            display: none; }
          section.fundraising-order .gray .fundraising-form-container .fundraisingForm .product-information .product-list table {
            display: block; }
            section.fundraising-order .gray .fundraising-form-container .fundraisingForm .product-information .product-list table thead, section.fundraising-order .gray .fundraising-form-container .fundraisingForm .product-information .product-list table tbody, section.fundraising-order .gray .fundraising-form-container .fundraisingForm .product-information .product-list table tr, section.fundraising-order .gray .fundraising-form-container .fundraisingForm .product-information .product-list table th, section.fundraising-order .gray .fundraising-form-container .fundraisingForm .product-information .product-list table td {
              display: block; }
            section.fundraising-order .gray .fundraising-form-container .fundraisingForm .product-information .product-list table thead tr {
              display: flex; }
              section.fundraising-order .gray .fundraising-form-container .fundraisingForm .product-information .product-list table thead tr th {
                padding: 10px 0;
                font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
                font-size: 150%;
                line-height: 100%;
                letter-spacing: 1.22px;
                color: #046a38;
                text-transform: uppercase; }
                section.fundraising-order .gray .fundraising-form-container .fundraisingForm .product-information .product-list table thead tr th:first-child {
                  flex-basis: 100%; }
                section.fundraising-order .gray .fundraising-form-container .fundraisingForm .product-information .product-list table thead tr th.quantity {
                  width: 150px !important; }
                  @media (max-width: 575.98px) {
                    section.fundraising-order .gray .fundraising-form-container .fundraisingForm .product-information .product-list table thead tr th.quantity {
                      display: none; } }
            section.fundraising-order .gray .fundraising-form-container .fundraisingForm .product-information .product-list table tbody tr {
              display: flex;
              flex-wrap: nowrap;
              color: #595959; }
              @media (max-width: 575.98px) {
                section.fundraising-order .gray .fundraising-form-container .fundraisingForm .product-information .product-list table tbody tr {
                  flex-wrap: wrap; } }
              section.fundraising-order .gray .fundraising-form-container .fundraisingForm .product-information .product-list table tbody tr td {
                padding: 10px 0;
                align-self: flex-end; }
                section.fundraising-order .gray .fundraising-form-container .fundraisingForm .product-information .product-list table tbody tr td:first-child {
                  flex-basis: 100%;
                  font-size: 100%;
                  line-height: 100%; }
                section.fundraising-order .gray .fundraising-form-container .fundraisingForm .product-information .product-list table tbody tr td.quantity {
                  width: 40px !important;
                  padding-right: 8px;
                  padding-bottom: 9px;
                  text-align: right;
                  font-size: 150%;
                  line-height: 100%;
                  font-weight: bold;
                  color: #303030; }
                section.fundraising-order .gray .fundraising-form-container .fundraisingForm .product-information .product-list table tbody tr td:last-child {
                  width: 50px !important;
                  font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
                  font-size: 82%;
                  line-height: 100%;
                  text-transform: uppercase;
                  color: #000; }
        section.fundraising-order .gray .fundraising-form-container .fundraisingForm .product-information .editButton {
          margin-top: 32px; }
      section.fundraising-order .gray .fundraising-form-container .sideColumn {
        display: none;
        padding-left: 30px;
        color: #595959; }
        @media (min-width: 992px) {
          section.fundraising-order .gray .fundraising-form-container .sideColumn {
            display: block;
            float: right;
            width: 260px;
            margin-top: 40px; } }
        section.fundraising-order .gray .fundraising-form-container .sideColumn .myFundraisingShop h2 {
          font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
          font-size: 82%;
          line-height: 162%;
          letter-spacing: 1px;
          color: #000;
          text-transform: uppercase; }
        section.fundraising-order .gray .fundraising-form-container .sideColumn .myFundraisingShop .location {
          margin-top: 16px;
          font-size: 100%;
          line-height: 150%;
          color: #595959; }
          section.fundraising-order .gray .fundraising-form-container .sideColumn .myFundraisingShop .location h1 {
            font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
            font-size: 100%;
            line-height: 100%;
            letter-spacing: .8px;
            color: #0b6a38;
            text-transform: uppercase; }
          section.fundraising-order .gray .fundraising-form-container .sideColumn .myFundraisingShop .location h1 + a {
            display: block;
            margin-top: 3px;
            font-family: "BrandonGrotesque-BlackItalic", Arial, Helvetica, sans-serif;
            font-style: normal;
            font-size: 100%;
            line-height: 150%;
            letter-spacing: 0.5px;
            color: #d01f2f; }
          section.fundraising-order .gray .fundraising-form-container .sideColumn .myFundraisingShop .location .addressWrap {
            margin-top: 16px; }
          section.fundraising-order .gray .fundraising-form-container .sideColumn .myFundraisingShop .location .phone {
            margin-top: 24px; }
          section.fundraising-order .gray .fundraising-form-container .sideColumn .myFundraisingShop .location .storeHours h2 {
            margin-top: 20px;
            font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
            font-size: 82%;
            line-height: 162%;
            letter-spacing: 1px;
            color: #000;
            text-transform: uppercase; }
          section.fundraising-order .gray .fundraising-form-container .sideColumn .myFundraisingShop .location .storeHours time {
            display: block; }
          section.fundraising-order .gray .fundraising-form-container .sideColumn .myFundraisingShop .location .backButton {
            display: block;
            margin-top: 22px;
            font-family: "BrandonGrotesque-BlackItalic", Arial, Helvetica, sans-serif;
            font-style: normal;
            font-size: 100%;
            line-height: 150%;
            letter-spacing: 0.5px;
            color: #d01f2f; }
        section.fundraising-order .gray .fundraising-form-container .sideColumn .myFundraisingShop .funFormLinks {
          display: none; }
      section.fundraising-order .gray .fundraising-form-container .btn-container {
        position: absolute;
        left: 0;
        width: 100%;
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        margin-top: 40px;
        padding: 20px 15px 40px;
        background-color: #fff; }
        @media (min-width: 992px) {
          section.fundraising-order .gray .fundraising-form-container .btn-container {
            margin-top: 50px;
            padding: 20px 0 60px; } }
        section.fundraising-order .gray .fundraising-form-container .btn-container .btn {
          min-width: 161px; }
          @media (min-width: 992px) {
            section.fundraising-order .gray .fundraising-form-container .btn-container .btn {
              min-width: 168px; } }
    @media (min-width: 768px) {
      section.fundraising-order .gray #modalQualified .modal-dialog {
        max-width: 600px; } }
    section.fundraising-order .gray #modalQualified .modal-dialog .modal-header {
      flex-direction: column; }
      section.fundraising-order .gray #modalQualified .modal-dialog .modal-header .modal-heading {
        padding-right: 32px; }
    section.fundraising-order .gray #modalQualified .modal-dialog .modal-body {
      padding: 1rem;
      font-size: 82%;
      line-height: 162%;
      color: #808080;
      overflow: auto;
      text-align: left; }
      section.fundraising-order .gray #modalQualified .modal-dialog .modal-body p {
        font-size: 100%;
        line-height: 162%; }
    section.fundraising-order .gray #modalPricingGuideImage {
      display: none; }
      section.fundraising-order .gray #modalPricingGuideImage .modal-dialog {
        max-width: 100%; }
        @media (min-width: 768px) {
          section.fundraising-order .gray #modalPricingGuideImage .modal-dialog {
            max-width: 940px; } }
        section.fundraising-order .gray #modalPricingGuideImage .modal-dialog .modal-content {
          width: 100%; }
          @media (min-width: 768px) {
            section.fundraising-order .gray #modalPricingGuideImage .modal-dialog .modal-content {
              width: 940px; } }
          section.fundraising-order .gray #modalPricingGuideImage .modal-dialog .modal-content .modal-body {
            padding: 20px 0; }
            section.fundraising-order .gray #modalPricingGuideImage .modal-dialog .modal-content .modal-body .pricing-modal .pricing-close {
              position: absolute;
              top: 16px;
              right: 24px; }
              @media (min-width: 992px) {
                section.fundraising-order .gray #modalPricingGuideImage .modal-dialog .modal-content .modal-body .pricing-modal .pricing-close {
                  display: block; } }
              section.fundraising-order .gray #modalPricingGuideImage .modal-dialog .modal-content .modal-body .pricing-modal .pricing-close a img {
                width: 16px; }
            section.fundraising-order .gray #modalPricingGuideImage .modal-dialog .modal-content .modal-body .pricing-modal h2 {
              padding-top: 20px;
              padding-left: 16px;
              text-align: left;
              font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
              font-size: 200%;
              line-height: 100%;
              color: #0b6a38;
              letter-spacing: 1px;
              text-transform: uppercase;
              display: inline-block;
              width: 560px; }
              @media (min-width: 768px) {
                section.fundraising-order .gray #modalPricingGuideImage .modal-dialog .modal-content .modal-body .pricing-modal h2 {
                  padding-top: 0;
                  padding-left: 0;
                  padding-top: 40px; } }
            section.fundraising-order .gray #modalPricingGuideImage .modal-dialog .modal-content .modal-body .pricing-modal .pricing-city {
              padding-left: 16px;
              padding-right: 16px;
              max-width: 560px;
              padding-bottom: 22px;
              display: flex;
              justify-content: space-between;
              margin: auto; }
              @media (min-width: 768px) {
                section.fundraising-order .gray #modalPricingGuideImage .modal-dialog .modal-content .modal-body .pricing-modal .pricing-city {
                  padding-left: 0;
                  width: 560px; } }
              section.fundraising-order .gray #modalPricingGuideImage .modal-dialog .modal-content .modal-body .pricing-modal .pricing-city h3 {
                color: #c8102e;
                font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
                font-size: 94%;
                line-height: 100%;
                text-transform: uppercase;
                letter-spacing: .58px; }
              section.fundraising-order .gray #modalPricingGuideImage .modal-dialog .modal-content .modal-body .pricing-modal .pricing-city a {
                color: #c8102e;
                font-family: "BrandonGrotesque-BlackItalic", Arial, Helvetica, sans-serif;
                font-style: normal;
                font-size: 88%;
                line-height: 100%;
                letter-spacing: .44px; }
            section.fundraising-order .gray #modalPricingGuideImage .modal-dialog .modal-content .modal-body .pricing-modal .pricing-image {
              height: 400px;
              overflow-y: auto;
              width: 100%; }
              @media (min-width: 992px) {
                section.fundraising-order .gray #modalPricingGuideImage .modal-dialog .modal-content .modal-body .pricing-modal .pricing-image {
                  padding-left: 16px;
                  width: auto; } }
              section.fundraising-order .gray #modalPricingGuideImage .modal-dialog .modal-content .modal-body .pricing-modal .pricing-image img {
                box-shadow: 0 15px 40px 0 rgba(70, 70, 70, 0.13);
                width: 100%; }
                @media (min-width: 992px) {
                  section.fundraising-order .gray #modalPricingGuideImage .modal-dialog .modal-content .modal-body .pricing-modal .pricing-image img {
                    width: auto; } }
  section.fundraising-order &gt; .disclaimer {
    margin-top: 56px;
    padding: 0 15px;
    font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
    font-size: 75%;
    line-height: 167%;
    text-align: left;
    color: #595959; }
    @media (min-width: 992px) {
      section.fundraising-order &gt; .disclaimer {
        max-width: 940px;
        margin: 0 auto;
        padding: 0; } }

section.fr-order-header .heading {
  text-align: center;
  font-size: 100% !important;
  line-height: 100% !important; }
  section.fr-order-header .heading .label {
    color: #c8102e;
    font-family: "BrandonGrotesque-BlackItalic", Arial, Helvetica, sans-serif;
    font-style: normal;
    margin-bottom: 10px;
    font-size: 113%;
    line-height: 112%; }
  section.fr-order-header .heading em {
    font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #0b6a38;
    font-size: 250%;
    line-height: 100%; }
  section.fr-order-header .heading ul {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 16px 0 30px 0;
    overflow-x: auto;
    position: relative; }
    @media (min-width: 992px) {
      section.fr-order-header .heading ul {
        justify-content: center; } }
    section.fr-order-header .heading ul li {
      flex-basis: 180px;
      flex: 0 0 auto;
      margin-left: 20px;
      font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
      font-size: 82%;
      line-height: 100%;
      color: #595959;
      letter-spacing: .5px;
      text-transform: uppercase; }
      section.fr-order-header .heading ul li:first-child {
        margin-left: 15px; }
        @media (min-width: 992px) {
          section.fr-order-header .heading ul li:first-child {
            margin-left: 0; } }
      section.fr-order-header .heading ul li:last-child {
        padding-right: 15px; }
        @media (min-width: 992px) {
          section.fr-order-header .heading ul li:last-child {
            padding-right: 0; } }
      section.fr-order-header .heading ul li:before {
        content: '1';
        border-radius: 50%;
        width: 20px;
        height: 20px;
        background-color: #595959;
        opacity: .4;
        color: #fff;
        display: inline-block;
        margin-right: 6px;
        padding-top: 3px; }
      section.fr-order-header .heading ul li.wizard-step1:before {
        content: '1'; }
      section.fr-order-header .heading ul li.wizard-step2:before {
        content: '2'; }
      section.fr-order-header .heading ul li.wizard-step3:before {
        content: '3'; }
      section.fr-order-header .heading ul li.wizard-step4:before {
        content: '4'; }
      section.fr-order-header .heading ul li.selected {
        color: #c8102e;
        opacity: 1; }
        section.fr-order-header .heading ul li.selected:before {
          background-color: #c8102e;
          opacity: 1; }

/* In FF, scrollbar on the header isn't covered by modal popups, so set z-index to force cover it */
.modal-open section.fr-order-header .heading ul {
  z-index: 50; }

section.fundraising-store-search {
  margin-top: 40px;
  margin-left: -15px;
  margin-right: -15px; }
  @media (min-width: 768px) {
    section.fundraising-store-search {
      margin-left: 0;
      margin-right: 0; } }
  section.fundraising-store-search .gray {
    padding-top: 40px;
    background-color: #f7f9fa;
    padding-left: 16px;
    padding-right: 16px;
    width: 100%;
    min-height: 540px; }
    @media (min-width: 992px) {
      section.fundraising-store-search .gray {
        max-width: 940px;
        min-height: 600px;
        padding-left: 0;
        padding-right: 0;
        margin: auto; } }
    section.fundraising-store-search .gray .search-page .help-block {
      font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
      font-size: 88%;
      line-height: 136%;
      letter-spacing: .27px;
      color: #595959;
      text-align: center; }
    section.fundraising-store-search .gray .search-page .search-criteria {
      margin-top: 20px;
      text-align: center; }
      section.fundraising-store-search .gray .search-page .search-criteria .search-box {
        position: relative;
        margin: auto;
        width: 100%; }
        @media (min-width: 992px) {
          section.fundraising-store-search .gray .search-page .search-criteria .search-box {
            width: 500px;
            padding: 0 16px; } }
        section.fundraising-store-search .gray .search-page .search-criteria .search-box input[type='text'] {
          -webkit-appearance: none;
          -moz-appearance: none;
          appearance: none;
          border: 1px solid #dfdfdf;
          border-radius: 24px;
          width: 100%;
          line-height: 45px;
          height: 45px;
          font-size: 100%;
          padding: 0 40px 0 12px;
          box-shadow: 0 15px 40px 0 rgba(70, 70, 70, 0.15);
          text-indent: 10px; }
        section.fundraising-store-search .gray .search-page .search-criteria .search-box .run-search {
          display: none; }
          @media (min-width: 992px) {
            section.fundraising-store-search .gray .search-page .search-criteria .search-box .run-search {
              display: block;
              position: absolute;
              right: 37px;
              top: 14.5px; }
              section.fundraising-store-search .gray .search-page .search-criteria .search-box .run-search a {
                display: block;
                height: 16px;
                width: 16px;
                background: url("../icons/search.svg") no-repeat; } }
    section.fundraising-store-search .gray .search-page .fr-search-results {
      visibility: hidden; }
      section.fundraising-store-search .gray .search-page .fr-search-results ul {
        list-style: none;
        margin: 0;
        padding: 0;
        width: 100%;
        margin: auto;
        padding: 25px 0 0 0; }
        @media (min-width: 992px) {
          section.fundraising-store-search .gray .search-page .fr-search-results ul {
            display: flex;
            flex-wrap: wrap;
            width: 100%;
            padding: 25px 90px;
            justify-content: left; } }
        section.fundraising-store-search .gray .search-page .fr-search-results ul li {
          display: block;
          width: 100%;
          margin: 0;
          padding: 15px 8px;
          border-bottom: 1px solid #dfdfdf; }
          @media (min-width: 992px) {
            section.fundraising-store-search .gray .search-page .fr-search-results ul li {
              flex-basis: 250px;
              width: 250px;
              min-width: 250px;
              max-width: 250px;
              border-bottom: none; } }
          section.fundraising-store-search .gray .search-page .fr-search-results ul li:last-of-type {
            border-bottom: none; }
          section.fundraising-store-search .gray .search-page .fr-search-results ul li:before {
            float: right;
            display: block;
            width: 16px;
            height: 16px;
            color: #c8102e;
            transition: transform .25s ease-in-out;
            margin-top: 4px;
            transform: rotate(-90deg); }
            @media (min-width: 992px) {
              section.fundraising-store-search .gray .search-page .fr-search-results ul li:before {
                display: none; } }
          section.fundraising-store-search .gray .search-page .fr-search-results ul li a {
            display: block;
            text-align: left; }
            section.fundraising-store-search .gray .search-page .fr-search-results ul li a h2 {
              margin: 8px 0 0;
              font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
              color: #0b6a38;
              text-transform: uppercase;
              font-size: 100%;
              line-height: 100%;
              letter-spacing: .82px; }
            section.fundraising-store-search .gray .search-page .fr-search-results ul li a p {
              margin: 8px 0 0;
              padding: 0;
              font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
              font-size: 88%;
              line-height: 115%;
              color: #595959;
              letter-spacing: .27px; }
              section.fundraising-store-search .gray .search-page .fr-search-results ul li a p.distance {
                margin-top: 0;
                font-size: 75%;
                line-height: 134%;
                font-style: italic; }
                @media (min-width: 576px) {
                  section.fundraising-store-search .gray .search-page .fr-search-results ul li a p.distance {
                    font-size: 69%;
                    line-height: 146%; } }
            section.fundraising-store-search .gray .search-page .fr-search-results ul li a address {
              margin: 8px 0 0;
              padding: 0;
              font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
              font-size: 88%;
              line-height: 136%;
              color: #595959;
              letter-spacing: .27px; }
          section.fundraising-store-search .gray .search-page .fr-search-results ul li a.store-info {
            font-size: 88%;
            line-height: 100%;
            display: block;
            margin: 4px 0;
            color: #c8102e; }
    section.fundraising-store-search .gray .download-page {
      display: none; }
      section.fundraising-store-search .gray .download-page hr {
        width: calc(100% - 32px); }
        @media (min-width: 992px) {
          section.fundraising-store-search .gray .download-page hr {
            width: 830px;
            padding-bottom: 18px;
            margin-top: 0; } }
      section.fundraising-store-search .gray .download-page .content {
        width: 100%;
        margin: auto;
        padding-bottom: 100px; }
        @media (min-width: 992px) {
          section.fundraising-store-search .gray .download-page .content {
            display: flex;
            width: 830px; } }
        section.fundraising-store-search .gray .download-page .content .store-info {
          padding: 0 50px 10px 0;
          width: 100%; }
          @media (min-width: 992px) {
            section.fundraising-store-search .gray .download-page .content .store-info {
              flex-basis: 310px;
              width: auto; } }
          section.fundraising-store-search .gray .download-page .content .store-info .address h2 {
            font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
            color: #0b6a38;
            text-transform: uppercase;
            font-size: 150%;
            line-height: 100%;
            padding: 8px 0;
            margin: 0;
            letter-spacing: .82px; }
          section.fundraising-store-search .gray .download-page .content .store-info .address p {
            font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
            font-size: 88%;
            line-height: 136%;
            padding: 0;
            margin: 0;
            color: #595959;
            letter-spacing: .27px; }
          section.fundraising-store-search .gray .download-page .content .store-info .hours {
            padding: 10px 0; }
            section.fundraising-store-search .gray .download-page .content .store-info .hours h3 {
              font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
              text-transform: uppercase;
              font-size: 82%;
              line-height: 100%;
              padding: 10px 0;
              margin: 0;
              letter-spacing: 1px;
              color: #000; }
            section.fundraising-store-search .gray .download-page .content .store-info .hours p {
              font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
              font-size: 88%;
              line-height: 136%;
              padding: 0;
              margin: 0;
              color: #595959;
              letter-spacing: .27px; }
          section.fundraising-store-search .gray .download-page .content .store-info .links {
            padding: 10px 0; }
            section.fundraising-store-search .gray .download-page .content .store-info .links a {
              font-family: "BrandonGrotesque-BlackItalic", Arial, Helvetica, sans-serif;
              font-style: normal;
              font-size: 100%;
              line-height: 100%;
              padding: 0;
              margin: 0;
              color: #c8102e;
              letter-spacing: .5px;
              font-style: italic; }
          section.fundraising-store-search .gray .download-page .content .store-info .offline a {
            color: #0b6a38;
            font-size: 88%;
            line-height: 129%; }
          section.fundraising-store-search .gray .download-page .content .store-info .offline h2 {
            color: #0b6a38;
            font-size: 88%;
            line-height: 129%; }
          section.fundraising-store-search .gray .download-page .content .store-info .offline p {
            color: #595959;
            font-size: 88%;
            line-height: 129%; }
        section.fundraising-store-search .gray .download-page .content .pdfs {
          background-color: #fff;
          padding: 30px;
          width: 580px;
          width: 100%; }
          @media (min-width: 992px) {
            section.fundraising-store-search .gray .download-page .content .pdfs {
              flex-basis: 580px;
              width: auto;
              padding: 30px 40px; } }
          section.fundraising-store-search .gray .download-page .content .pdfs h3 {
            font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
            text-transform: uppercase;
            font-size: 100%;
            line-height: 100%;
            padding: 0;
            padding-bottom: 8px;
            margin: 0;
            letter-spacing: 1px;
            color: #000; }
          section.fundraising-store-search .gray .download-page .content .pdfs &gt; div {
            width: 100%; }
            @media (min-width: 992px) {
              section.fundraising-store-search .gray .download-page .content .pdfs &gt; div {
                display: flex; } }
            @media (min-width: 992px) {
              section.fundraising-store-search .gray .download-page .content .pdfs &gt; div div {
                flex-basis: 250px; } }
            @media (min-width: 992px) {
              section.fundraising-store-search .gray .download-page .content .pdfs &gt; div div:first-of-type {
                padding-right: 6px; } }
            @media (min-width: 992px) {
              section.fundraising-store-search .gray .download-page .content .pdfs &gt; div div:last-of-type {
                padding-left: 6px; } }
            section.fundraising-store-search .gray .download-page .content .pdfs &gt; div div h4 {
              font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
              text-transform: uppercase;
              font-size: 82%;
              line-height: 100%;
              padding: 10px 0;
              margin: 0;
              letter-spacing: 1px;
              color: #595959; }
            section.fundraising-store-search .gray .download-page .content .pdfs &gt; div div ul {
              list-style: none;
              padding: 0;
              margin: 0; }
              section.fundraising-store-search .gray .download-page .content .pdfs &gt; div div ul li {
                position: relative;
                padding-bottom: 8px;
                padding-left: 20px; }
                section.fundraising-store-search .gray .download-page .content .pdfs &gt; div div ul li a {
                  font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
                  font-size: 82%;
                  line-height: 124%;
                  color: #0b6a38;
                  display: inline-block;
                  text-align: left; }
                  section.fundraising-store-search .gray .download-page .content .pdfs &gt; div div ul li a:before {
                    position: absolute;
                    display: block;
                    width: 16px;
                    height: 18px;
                    background-image: url("../images/fundraising/download_doc_icon.png");
                    content: ' ';
                    background-repeat: no-repeat;
                    top: 4px;
                    left: 0; }
  section.fundraising-store-search .buttons {
    visibility: hidden;
    padding: 20px 16px 32px 16px;
    display: flex;
    justify-content: space-between; }
    @media (min-width: 992px) {
      section.fundraising-store-search .buttons {
        padding: 20px 0 32px 0;
        max-width: 940px;
        margin: auto; } }
    section.fundraising-store-search .buttons a {
      flex-basis: 168px;
      height: 50px;
      margin: 0; }
    section.fundraising-store-search .buttons .btn-back {
      display: none; }
  section.fundraising-store-search #modalPricingGuideImage {
    display: none; }
    section.fundraising-store-search #modalPricingGuideImage .modal-dialog {
      max-width: 100%; }
      @media (min-width: 768px) {
        section.fundraising-store-search #modalPricingGuideImage .modal-dialog {
          max-width: 940px; } }
      section.fundraising-store-search #modalPricingGuideImage .modal-dialog .modal-content {
        width: 100%; }
        @media (min-width: 768px) {
          section.fundraising-store-search #modalPricingGuideImage .modal-dialog .modal-content {
            width: 940px; } }
        section.fundraising-store-search #modalPricingGuideImage .modal-dialog .modal-content .modal-body {
          padding: 20px 0; }
          section.fundraising-store-search #modalPricingGuideImage .modal-dialog .modal-content .modal-body .pricing-modal .pricing-close {
            position: absolute;
            top: 16px;
            right: 24px; }
            @media (min-width: 992px) {
              section.fundraising-store-search #modalPricingGuideImage .modal-dialog .modal-content .modal-body .pricing-modal .pricing-close {
                display: block; } }
            section.fundraising-store-search #modalPricingGuideImage .modal-dialog .modal-content .modal-body .pricing-modal .pricing-close a img {
              width: 16px; }
          section.fundraising-store-search #modalPricingGuideImage .modal-dialog .modal-content .modal-body .pricing-modal h2 {
            padding-top: 20px;
            padding-left: 16px;
            text-align: left;
            font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
            font-size: 200%;
            line-height: 100%;
            color: #0b6a38;
            letter-spacing: 1px;
            text-transform: uppercase;
            display: inline-block;
            width: 560px; }
            @media (min-width: 768px) {
              section.fundraising-store-search #modalPricingGuideImage .modal-dialog .modal-content .modal-body .pricing-modal h2 {
                padding-top: 0;
                padding-left: 0;
                padding-top: 40px; } }
          section.fundraising-store-search #modalPricingGuideImage .modal-dialog .modal-content .modal-body .pricing-modal .pricing-city {
            padding-left: 16px;
            padding-right: 16px;
            max-width: 560px;
            padding-bottom: 22px;
            display: flex;
            justify-content: space-between;
            margin: auto; }
            @media (min-width: 768px) {
              section.fundraising-store-search #modalPricingGuideImage .modal-dialog .modal-content .modal-body .pricing-modal .pricing-city {
                padding-left: 0;
                width: 560px; } }
            section.fundraising-store-search #modalPricingGuideImage .modal-dialog .modal-content .modal-body .pricing-modal .pricing-city h3 {
              color: #c8102e;
              font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
              font-size: 94%;
              line-height: 100%;
              text-transform: uppercase;
              letter-spacing: .58px; }
            section.fundraising-store-search #modalPricingGuideImage .modal-dialog .modal-content .modal-body .pricing-modal .pricing-city a {
              color: #c8102e;
              font-family: "BrandonGrotesque-BlackItalic", Arial, Helvetica, sans-serif;
              font-style: normal;
              font-size: 88%;
              line-height: 100%;
              letter-spacing: .44px; }
          section.fundraising-store-search #modalPricingGuideImage .modal-dialog .modal-content .modal-body .pricing-modal .pricing-image {
            height: 400px;
            overflow-y: auto;
            width: 100%; }
            @media (min-width: 992px) {
              section.fundraising-store-search #modalPricingGuideImage .modal-dialog .modal-content .modal-body .pricing-modal .pricing-image {
                padding-left: 16px;
                width: auto; } }
            section.fundraising-store-search #modalPricingGuideImage .modal-dialog .modal-content .modal-body .pricing-modal .pricing-image img {
              box-shadow: 0 15px 40px 0 rgba(70, 70, 70, 0.13);
              width: 100%; }
              @media (min-width: 992px) {
                section.fundraising-store-search #modalPricingGuideImage .modal-dialog .modal-content .modal-body .pricing-modal .pricing-image img {
                  width: auto; } }
  section.fundraising-store-search #modalBorchureImage {
    display: none; }
    section.fundraising-store-search #modalBorchureImage .modal-dialog {
      max-width: 100%; }
      @media (min-width: 768px) {
        section.fundraising-store-search #modalBorchureImage .modal-dialog {
          max-width: 940px; } }
      section.fundraising-store-search #modalBorchureImage .modal-dialog .modal-content {
        width: 100%; }
        @media (min-width: 768px) {
          section.fundraising-store-search #modalBorchureImage .modal-dialog .modal-content {
            width: 940px; } }
        section.fundraising-store-search #modalBorchureImage .modal-dialog .modal-content .modal-body {
          padding: 20px 0; }
          section.fundraising-store-search #modalBorchureImage .modal-dialog .modal-content .modal-body .pricing-modal .pricing-close {
            position: absolute;
            top: 16px;
            right: 24px; }
            @media (min-width: 992px) {
              section.fundraising-store-search #modalBorchureImage .modal-dialog .modal-content .modal-body .pricing-modal .pricing-close {
                display: block; } }
            section.fundraising-store-search #modalBorchureImage .modal-dialog .modal-content .modal-body .pricing-modal .pricing-close a img {
              width: 16px; }
          section.fundraising-store-search #modalBorchureImage .modal-dialog .modal-content .modal-body .pricing-modal .pricing-city {
            padding-left: 16px;
            padding-right: 16px;
            max-width: 560px;
            padding-bottom: 22px;
            display: flex;
            justify-content: flex-end;
            margin: auto;
            margin-top: 50px; }
            @media (min-width: 768px) {
              section.fundraising-store-search #modalBorchureImage .modal-dialog .modal-content .modal-body .pricing-modal .pricing-city {
                padding-left: 0;
                width: 560px; } }
            section.fundraising-store-search #modalBorchureImage .modal-dialog .modal-content .modal-body .pricing-modal .pricing-city h3 {
              color: #c8102e;
              font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
              font-size: 94%;
              line-height: 100%;
              text-transform: uppercase;
              letter-spacing: .58px; }
            section.fundraising-store-search #modalBorchureImage .modal-dialog .modal-content .modal-body .pricing-modal .pricing-city a {
              color: #c8102e;
              font-family: "BrandonGrotesque-BlackItalic", Arial, Helvetica, sans-serif;
              font-style: normal;
              font-size: 88%;
              line-height: 100%;
              letter-spacing: .44px; }
          section.fundraising-store-search #modalBorchureImage .modal-dialog .modal-content .modal-body .pricing-modal .pricing-image {
            height: 400px;
            overflow-y: auto;
            width: 100%; }
            @media (min-width: 992px) {
              section.fundraising-store-search #modalBorchureImage .modal-dialog .modal-content .modal-body .pricing-modal .pricing-image {
                padding-left: 16px;
                width: auto; } }
            section.fundraising-store-search #modalBorchureImage .modal-dialog .modal-content .modal-body .pricing-modal .pricing-image img {
              box-shadow: 0 15px 40px 0 rgba(70, 70, 70, 0.13);
              width: 100%; }
              @media (min-width: 992px) {
                section.fundraising-store-search #modalBorchureImage .modal-dialog .modal-content .modal-body .pricing-modal .pricing-image img {
                  width: auto;
                  max-width: 85%; } }
  section.fundraising-store-search .modalOffline {
    display: none; }
    section.fundraising-store-search .modalOffline .modal-dialog {
      max-width: 100%;
      width: 100%;
      margin-left: 0; }
      @media (min-width: 768px) {
        section.fundraising-store-search .modalOffline .modal-dialog {
          width: 580px;
          margin: auto; } }
      section.fundraising-store-search .modalOffline .modal-dialog .modal-content {
        width: 100%;
        position: relative; }
        section.fundraising-store-search .modalOffline .modal-dialog .modal-content .offline-modal {
          width: 100%;
          margin: auto;
          padding: 40px 0; }
          @media (min-width: 768px) {
            section.fundraising-store-search .modalOffline .modal-dialog .modal-content .offline-modal {
              padding: 60px 0;
              width: 370px; } }
          section.fundraising-store-search .modalOffline .modal-dialog .modal-content .offline-modal h2 {
            color: #000;
            font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
            font-size: 100%;
            line-height: 138%;
            letter-spacing: 1.22px;
            text-transform: uppercase; }
            @media (min-width: 768px) {
              section.fundraising-store-search .modalOffline .modal-dialog .modal-content .offline-modal h2 {
                font-size: 150%;
                line-height: 125%; } }
            section.fundraising-store-search .modalOffline .modal-dialog .modal-content .offline-modal h2 a {
              text-align: center;
              display: block;
              color: #0b6a38;
              font-weight: bold; }
          section.fundraising-store-search .modalOffline .modal-dialog .modal-content .offline-modal a {
            display: inline;
            font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
            font-size: 100%;
            line-height: 150%; }
          section.fundraising-store-search .modalOffline .modal-dialog .modal-content .offline-modal p {
            margin-bottom: 0;
            margin-top: 12px;
            text-align: center;
            color: #595959;
            font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
            font-size: 100%;
            line-height: 150%; }
        section.fundraising-store-search .modalOffline .modal-dialog .modal-content .offline-close {
          position: absolute;
          top: 16px;
          right: 24px; }
          @media (min-width: 992px) {
            section.fundraising-store-search .modalOffline .modal-dialog .modal-content .offline-close {
              display: block; } }
          section.fundraising-store-search .modalOffline .modal-dialog .modal-content .offline-close a img {
            width: 16px; }

.shop-shared .page-error {
  font-size: 88%;
  line-height: 150%;
  font-style: italic;
  color: #c8102e;
  display: block;
  padding-top: 20px; }
  @media (min-width: 576px) {
    .shop-shared .page-error {
      padding-top: 40px; } }

.shop-shared .confirmation {
  margin-top: 20px; }

.shop-shared .quantity-selector {
  font-size: 113%;
  line-height: 100%;
  display: table;
  margin: 30px auto;
  box-shadow: 0 15px 40px 0 rgba(70, 70, 70, 0.15);
  border-radius: 24px; }
  .shop-shared .quantity-selector a {
    font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
    display: table-cell;
    vertical-align: middle;
    width: 60px;
    height: 40px;
    font-style: normal;
    font-weight: 100; }
    .shop-shared .quantity-selector a:active {
      color: #c8102e; }
    .shop-shared .quantity-selector a.quantity-down {
      font-size: 225%;
      line-height: 78%;
      padding-bottom: 4px; }
    .shop-shared .quantity-selector a.quantity-up {
      font-size: 175%;
      line-height: 50%;
      padding-bottom: 4px; }
  .shop-shared .quantity-selector span {
    font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
    font-size: 113%;
    line-height: 100%;
    display: table-cell;
    vertical-align: middle; }

.shop-shared .hidden-fields {
  display: none; }

section.shop-menu {
  background-color: #f7f9fa;
  position: unset; }
  section.shop-menu .menu-subcategory-container {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    justify-content: center;
    align-items: flex-start; }
    @media (max-width: 767.98px) {
      section.shop-menu .menu-subcategory-container {
        margin: 10px auto; } }
    @media (min-width: 576px) {
      section.shop-menu .menu-subcategory-container {
        padding: 20px 0;
        margin: 10px auto; } }
    @media (min-width: 768px) {
      section.shop-menu .menu-subcategory-container {
        padding: 20px 50px;
        margin: 10px auto; } }
    @media (min-width: 992px) {
      section.shop-menu .menu-subcategory-container {
        padding: 20px 114px;
        margin: 50px auto;
        width: 80%; } }
    @media (min-width: 1200px) {
      section.shop-menu .menu-subcategory-container {
        padding: 20px; } }
    section.shop-menu .menu-subcategory-container .menu-subcategory-card {
      width: 100%;
      padding: 8px 0;
      text-align: center; }
      @media (min-width: 576px) {
        section.shop-menu .menu-subcategory-container .menu-subcategory-card {
          flex-grow: 1;
          flex-shrink: 1;
          flex-basis: calc(50% - 16px);
          max-width: calc(50% - 16px);
          width: 50%;
          margin: 8px;
          padding: 8px 5px; } }
      @media (max-width: 767.98px) {
        section.shop-menu .menu-subcategory-container .menu-subcategory-card {
          flex-grow: 1;
          flex-shrink: 1;
          flex-basis: calc(50% - 16px);
          max-width: calc(50% - 16px);
          width: 50%;
          margin: 8px;
          padding: 8px 5px; } }
      @media (min-width: 768px) {
        section.shop-menu .menu-subcategory-container .menu-subcategory-card {
          display: flex;
          flex-direction: column; } }
      @media (min-width: 1200px) {
        section.shop-menu .menu-subcategory-container .menu-subcategory-card {
          flex-basis: calc(25% - 16px);
          max-width: calc(25% - 16px); } }
      section.shop-menu .menu-subcategory-container .menu-subcategory-card &gt; a {
        overflow: hidden;
        margin: 0 auto; }
        section.shop-menu .menu-subcategory-container .menu-subcategory-card &gt; a img {
          border-radius: 50%; }
          @media (min-width: 768px) {
            section.shop-menu .menu-subcategory-container .menu-subcategory-card &gt; a img {
              width: 183px; } }
          @media (max-width: 991.98px) {
            section.shop-menu .menu-subcategory-container .menu-subcategory-card &gt; a img {
              width: 100%; } }
        section.shop-menu .menu-subcategory-container .menu-subcategory-card &gt; a .text-info {
          margin-top: 8px; }
          section.shop-menu .menu-subcategory-container .menu-subcategory-card &gt; a .text-info h1 {
            color: #303030;
            font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
            font-size: 100%;
            text-transform: uppercase;
            text-align: center; }
  section.shop-menu .menu-subnav {
    margin: 0 8px;
    position: relative;
    padding: 15px 0; }
    @media (min-width: 576px) {
      section.shop-menu .menu-subnav {
        padding: 10px 0; } }
    @media (min-width: 768px) {
      section.shop-menu .menu-subnav {
        padding: 20px 50px; } }
    @media (min-width: 992px) {
      section.shop-menu .menu-subnav {
        padding: 20px 114px; } }
    @media (min-width: 1200px) {
      section.shop-menu .menu-subnav {
        padding: 20px; } }
    section.shop-menu .menu-subnav .back-button {
      position: absolute;
      top: 6px;
      left: 0px; }
      @media (min-width: 768px) {
        section.shop-menu .menu-subnav .back-button {
          left: 20px;
          top: 12px; } }
      section.shop-menu .menu-subnav .back-button a {
        font-weight: normal;
        line-height: 1;
        font-size: 100%;
        display: inline-block; }
        section.shop-menu .menu-subnav .back-button a img {
          width: 25px; }
    section.shop-menu .menu-subnav .subcategory {
      color: #303030;
      font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
      font-size: 18px;
      text-transform: uppercase;
      line-height: 1;
      width: 100%;
      text-align: left;
      padding-top: 50px;
      padding-bottom: 20px; }
      @media (min-width: 768px) {
        section.shop-menu .menu-subnav .subcategory {
          width: fit-content;
          margin: 0 auto;
          padding: 5px 0; } }
  section.shop-menu .scroll-to-top {
    background-color: #0b6a38;
    border-radius: 50%;
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99; }
  section.shop-menu .menu-card-container {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    justify-content: flex-start; }
    @media (min-width: 576px) {
      section.shop-menu .menu-card-container {
        padding: 20px 0; } }
    @media (min-width: 768px) {
      section.shop-menu .menu-card-container {
        padding: 20px 50px; } }
    @media (min-width: 1100px) {
      section.shop-menu .menu-card-container {
        padding: 20px 114px; } }
    @media (min-width: 1200px) {
      section.shop-menu .menu-card-container {
        padding: 20px; } }
    section.shop-menu .menu-card-container .menu-card {
      width: 100%;
      padding: 8px 0;
      border-radius: 4px;
      background-color: white;
      box-shadow: 0 2px 4px 0 rgba(144, 157, 163, 0.12);
      margin: 8px 0; }
      @media (min-width: 576px) {
        section.shop-menu .menu-card-container .menu-card {
          flex-grow: 1;
          flex-shrink: 1;
          flex-basis: calc(50% - 16px);
          max-width: calc(50% - 16px);
          margin: 8px; } }
      @media (min-width: 768px) {
        section.shop-menu .menu-card-container .menu-card {
          display: flex;
          flex-direction: column; } }
      @media (min-width: 1200px) {
        section.shop-menu .menu-card-container .menu-card {
          flex-basis: calc(25% - 16px);
          max-width: calc(25% - 16px); } }
      section.shop-menu .menu-card-container .menu-card .banner-image-overlay {
        display: none;
        height: 0px !important;
        position: relative !important; }
        section.shop-menu .menu-card-container .menu-card .banner-image-overlay img {
          display: none;
          position: absolute !important;
          height: 150px !important;
          width: 150px !important;
          right: -22px !important;
          top: -34.5px !important; }
        section.shop-menu .menu-card-container .menu-card .banner-image-overlay.most-popular {
          display: block; }
          section.shop-menu .menu-card-container .menu-card .banner-image-overlay.most-popular img.most-popular {
            display: block; }
        section.shop-menu .menu-card-container .menu-card .banner-image-overlay.fan-favorite {
          display: block; }
          section.shop-menu .menu-card-container .menu-card .banner-image-overlay.fan-favorite img.fan-favorite {
            display: block; }
      section.shop-menu .menu-card-container .menu-card &gt; a {
        overflow: hidden; }
        section.shop-menu .menu-card-container .menu-card &gt; a img {
          width: 100%;
          min-height: 1px;
          display: block;
          margin: auto; }
          @media (min-width: 768px) {
            section.shop-menu .menu-card-container .menu-card &gt; a img {
              width: 100%; } }
          section.shop-menu .menu-card-container .menu-card &gt; a img.item-image-desktop {
            display: none; }
            @media (min-width: 1200px) {
              section.shop-menu .menu-card-container .menu-card &gt; a img.item-image-desktop {
                display: block; } }
          section.shop-menu .menu-card-container .menu-card &gt; a img.item-image-mobile {
            display: block; }
            @media (min-width: 1200px) {
              section.shop-menu .menu-card-container .menu-card &gt; a img.item-image-mobile {
                display: none; } }
        section.shop-menu .menu-card-container .menu-card &gt; a .text-info {
          margin-top: 8px; }
          @media (min-width: 768px) {
            section.shop-menu .menu-card-container .menu-card &gt; a .text-info {
              padding-left: 10px;
              padding-right: 10px; } }
          @media (min-width: 1200px) {
            section.shop-menu .menu-card-container .menu-card &gt; a .text-info {
              min-height: 70.4px; } }
          section.shop-menu .menu-card-container .menu-card &gt; a .text-info h1 {
            color: #0b6a38;
            font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
            font-size: 100%;
            text-transform: uppercase;
            text-align: center; }
          section.shop-menu .menu-card-container .menu-card &gt; a .text-info h2 {
            color: #0b6a38;
            font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
            font-size: 100%;
            text-transform: uppercase;
            text-align: center;
            white-space: normal; }
          section.shop-menu .menu-card-container .menu-card &gt; a .text-info p {
            margin-bottom: 0;
            text-align: center;
            font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
            font-size: 82%;
            line-height: 100%;
            color: #595959;
            font-weight: 300; }
            section.shop-menu .menu-card-container .menu-card &gt; a .text-info p .item-price {
              font-weight: 600; }
      section.shop-menu .menu-card-container .menu-card .buttons {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 1rem;
        padding: 5px 7px 10px;
        text-align: center; }
        @media (min-width: 768px) {
          section.shop-menu .menu-card-container .menu-card .buttons {
            padding: 5px 7px 15px; } }
        section.shop-menu .menu-card-container .menu-card .buttons .temporarily-unavailable {
          padding-top: 0px; }
        section.shop-menu .menu-card-container .menu-card .buttons select {
          flex-grow: 0;
          flex-shrink: 0;
          width: 120px;
          position: relative;
          font-size: 16px !important;
          border: solid 1px #e8edf0;
          border-radius: 24px;
          padding: 0 30px 0 20px;
          background: #fff url("../icons/red-angle-arrow.svg") no-repeat right 10px center;
          font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
          font-size: 88%;
          line-height: 172%;
          color: #303030;
          appearance: none;
          -webkit-appearance: none;
          -moz-appearance: none;
          -ms-appearance: none;
          -o-appearance: none; }
          section.shop-menu .menu-card-container .menu-card .buttons select::-ms-expand {
            display: none; }
          section.shop-menu .menu-card-container .menu-card .buttons select.add-to-cart-option {
            flex-grow: 1;
            max-width: 200px;
            padding-left: 10px; }
        section.shop-menu .menu-card-container .menu-card .buttons .btn {
          height: unset;
          flex-grow: 0;
          flex-shrink: 0;
          font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
          font-size: 88%;
          line-height: 100%;
          font-weight: unset;
          text-transform: none;
          letter-spacing: 0;
          line-height: unset; }
        section.shop-menu .menu-card-container .menu-card .buttons .btn-primary, section.shop-menu .menu-card-container .menu-card .buttons section.fundraising-overview &gt; .banner-cta.primary .ctas .btn, section.fundraising-overview &gt; .banner-cta.primary .ctas section.shop-menu .menu-card-container .menu-card .buttons .btn, section.shop-menu .menu-card-container .menu-card .buttons section.fundraising-products &gt; .banner-cta.primary .ctas .btn, section.fundraising-products &gt; .banner-cta.primary .ctas section.shop-menu .menu-card-container .menu-card .buttons .btn {
          width: 85px;
          padding: 10px 6px;
          margin-left: 20px;
          box-shadow: none; }
          @media (min-width: 768px) {
            section.shop-menu .menu-card-container .menu-card .buttons .btn-primary, section.shop-menu .menu-card-container .menu-card .buttons section.fundraising-overview &gt; .banner-cta.primary .ctas .btn, section.fundraising-overview &gt; .banner-cta.primary .ctas section.shop-menu .menu-card-container .menu-card .buttons .btn, section.shop-menu .menu-card-container .menu-card .buttons section.fundraising-products &gt; .banner-cta.primary .ctas .btn, section.fundraising-products &gt; .banner-cta.primary .ctas section.shop-menu .menu-card-container .menu-card .buttons .btn {
              margin-left: 7px; } }
          section.shop-menu .menu-card-container .menu-card .buttons .btn-primary.pack, section.shop-menu .menu-card-container .menu-card .buttons section.fundraising-overview &gt; .banner-cta.primary .ctas .pack.btn, section.fundraising-overview &gt; .banner-cta.primary .ctas section.shop-menu .menu-card-container .menu-card .buttons .pack.btn, section.shop-menu .menu-card-container .menu-card .buttons section.fundraising-products &gt; .banner-cta.primary .ctas .pack.btn, section.fundraising-products &gt; .banner-cta.primary .ctas section.shop-menu .menu-card-container .menu-card .buttons .pack.btn {
            width: 160px; }
        section.shop-menu .menu-card-container .menu-card .buttons .btn-secondary, section.shop-menu .menu-card-container .menu-card .buttons section.fundraising-overview &gt; .banner-cta.secondary .ctas .btn, section.fundraising-overview &gt; .banner-cta.secondary .ctas section.shop-menu .menu-card-container .menu-card .buttons .btn, section.shop-menu .menu-card-container .menu-card .buttons section.fundraising-products &gt; .banner-cta.secondary .ctas .btn, section.fundraising-products &gt; .banner-cta.secondary .ctas section.shop-menu .menu-card-container .menu-card .buttons .btn {
          width: 90px;
          padding: 10px 6px;
          border: 1px solid #e8edf0;
          margin-right: 4px;
          box-shadow: none; }
          @media (min-width: 576px) {
            section.shop-menu .menu-card-container .menu-card .buttons .btn-secondary, section.shop-menu .menu-card-container .menu-card .buttons section.fundraising-overview &gt; .banner-cta.secondary .ctas .btn, section.fundraising-overview &gt; .banner-cta.secondary .ctas section.shop-menu .menu-card-container .menu-card .buttons .btn, section.shop-menu .menu-card-container .menu-card .buttons section.fundraising-products &gt; .banner-cta.secondary .ctas .btn, section.fundraising-products &gt; .banner-cta.secondary .ctas section.shop-menu .menu-card-container .menu-card .buttons .btn {
              width: 100px;
              padding: 10px 10px; } }
          section.shop-menu .menu-card-container .menu-card .buttons .btn-secondary:active, section.shop-menu .menu-card-container .menu-card .buttons section.fundraising-overview &gt; .banner-cta.secondary .ctas .btn:active, section.fundraising-overview &gt; .banner-cta.secondary .ctas section.shop-menu .menu-card-container .menu-card .buttons .btn:active, section.shop-menu .menu-card-container .menu-card .buttons section.fundraising-products &gt; .banner-cta.secondary .ctas .btn:active, section.fundraising-products &gt; .banner-cta.secondary .ctas section.shop-menu .menu-card-container .menu-card .buttons .btn:active {
            background-color: #fff;
            color: #0b6a38; }
        section.shop-menu .menu-card-container .menu-card .buttons .btn-loading {
          padding: 4px; }
          section.shop-menu .menu-card-container .menu-card .buttons .btn-loading::before {
            background-image: url(/App_Themes/krispykremenew/Content/images/shop/icons/loading.gif);
            background-position: center;
            background-size: 26px;
            display: inline-block;
            width: 26px;
            height: 26px;
            content: ""; }
        section.shop-menu .menu-card-container .menu-card .buttons .customize {
          flex-basis: calc(100% + 14px);
          margin-top: 15px;
          margin-left: -7px;
          margin-right: -7px;
          padding: 12px 0 0;
          text-align: center;
          border-top: solid 1px #e8edf0; }
          section.shop-menu .menu-card-container .menu-card .buttons .customize a {
            font-family: "BrandonGrotesque-RegularBold", Arial, Helvetica, sans-serif;
            font-size: 75%;
            line-height: 200%; }
      section.shop-menu .menu-card-container .menu-card.card-type-promo {
        background-repeat: repeat-y;
        background-size: auto;
        background-position-x: center; }
        section.shop-menu .menu-card-container .menu-card.card-type-promo h2 {
          color: #fff; }
        section.shop-menu .menu-card-container .menu-card.card-type-promo .text-info p {
          color: #fff; }
        section.shop-menu .menu-card-container .menu-card.card-type-promo .buttons {
          border-top-color: rgba(232, 237, 240, 0.5); }
          section.shop-menu .menu-card-container .menu-card.card-type-promo .buttons .btn-primary, section.shop-menu .menu-card-container .menu-card.card-type-promo .buttons section.fundraising-overview &gt; .banner-cta.primary .ctas .btn, section.fundraising-overview &gt; .banner-cta.primary .ctas section.shop-menu .menu-card-container .menu-card.card-type-promo .buttons .btn, section.shop-menu .menu-card-container .menu-card.card-type-promo .buttons section.fundraising-products &gt; .banner-cta.primary .ctas .btn, section.fundraising-products &gt; .banner-cta.primary .ctas section.shop-menu .menu-card-container .menu-card.card-type-promo .buttons .btn {
            box-shadow: none;
            background-color: #fff;
            color: #c8102e; }
            section.shop-menu .menu-card-container .menu-card.card-type-promo .buttons .btn-primary:hover, section.shop-menu .menu-card-container .menu-card.card-type-promo .buttons section.fundraising-overview &gt; .banner-cta.primary .ctas .btn:hover, section.fundraising-overview &gt; .banner-cta.primary .ctas section.shop-menu .menu-card-container .menu-card.card-type-promo .buttons .btn:hover, section.shop-menu .menu-card-container .menu-card.card-type-promo .buttons section.fundraising-products &gt; .banner-cta.primary .ctas .btn:hover, section.fundraising-products &gt; .banner-cta.primary .ctas section.shop-menu .menu-card-container .menu-card.card-type-promo .buttons .btn:hover {
              background-color: #fff !important;
              color: #c8102e !important; }
          section.shop-menu .menu-card-container .menu-card.card-type-promo .buttons .btn-secondary, section.shop-menu .menu-card-container .menu-card.card-type-promo .buttons section.fundraising-overview &gt; .banner-cta.secondary .ctas .btn, section.fundraising-overview &gt; .banner-cta.secondary .ctas section.shop-menu .menu-card-container .menu-card.card-type-promo .buttons .btn, section.shop-menu .menu-card-container .menu-card.card-type-promo .buttons section.fundraising-products &gt; .banner-cta.secondary .ctas .btn, section.fundraising-products &gt; .banner-cta.secondary .ctas section.shop-menu .menu-card-container .menu-card.card-type-promo .buttons .btn {
            background-color: transparent;
            color: #fff; }
            section.shop-menu .menu-card-container .menu-card.card-type-promo .buttons .btn-secondary:hover, section.shop-menu .menu-card-container .menu-card.card-type-promo .buttons section.fundraising-overview &gt; .banner-cta.secondary .ctas .btn:hover, section.fundraising-overview &gt; .banner-cta.secondary .ctas section.shop-menu .menu-card-container .menu-card.card-type-promo .buttons .btn:hover, section.shop-menu .menu-card-container .menu-card.card-type-promo .buttons section.fundraising-products &gt; .banner-cta.secondary .ctas .btn:hover, section.fundraising-products &gt; .banner-cta.secondary .ctas section.shop-menu .menu-card-container .menu-card.card-type-promo .buttons .btn:hover {
              background-color: transparent !important;
              color: #fff !important; }
      section.shop-menu .menu-card-container .menu-card + .modal .modal-dialog {
        max-width: 410px; }
        section.shop-menu .menu-card-container .menu-card + .modal .modal-dialog .modal-body {
          padding-left: 20px;
          padding-right: 20px; }
          @media (min-width: 768px) {
            section.shop-menu .menu-card-container .menu-card + .modal .modal-dialog .modal-body {
              padding-left: 30px;
              padding-right: 30px; } }
          section.shop-menu .menu-card-container .menu-card + .modal .modal-dialog .modal-body .name {
            color: #000;
            font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
            font-size: 150%;
            line-height: 100%;
            letter-spacing: .75px;
            text-transform: uppercase;
            text-align: center; }
          section.shop-menu .menu-card-container .menu-card + .modal .modal-dialog .modal-body p.description {
            font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
            font-size: 88%;
            line-height: 150%;
            letter-spacing: -.16px;
            color: #697378;
            text-align: center;
            margin-top: 6px; }
          section.shop-menu .menu-card-container .menu-card + .modal .modal-dialog .modal-body .nutrition {
            margin-top: 20px; }
            section.shop-menu .menu-card-container .menu-card + .modal .modal-dialog .modal-body .nutrition a {
              font-family: "BrandonGrotesque-BlackItalic", Arial, Helvetica, sans-serif;
              font-style: normal;
              font-size: 88%;
              line-height: 100%;
              color: #0b6a38;
              font-style: italic;
              display: block;
              text-align: center;
              letter-spacing: .5px; }
              section.shop-menu .menu-card-container .menu-card + .modal .modal-dialog .modal-body .nutrition a:before {
                content: url(/App_Themes/krispykremenew/Content/images/shop/icons/ic-nutrition.svg);
                vertical-align: -50%;
                margin-right: 8px; }
          section.shop-menu .menu-card-container .menu-card + .modal .modal-dialog .modal-body .options {
            margin-top: 30px;
            margin-left: -20px;
            margin-right: -20px;
            text-align: left;
            max-height: 215px;
            overflow-y: scroll;
            -webkit-overflow-scrolling: touch; }
            @media (min-width: 768px) {
              section.shop-menu .menu-card-container .menu-card + .modal .modal-dialog .modal-body .options {
                flex-grow: 1;
                overflow-y: auto;
                overflow-x: hidden;
                margin-left: -30px;
                margin-right: -30px;
                max-height: 275px; } }
            section.shop-menu .menu-card-container .menu-card + .modal .modal-dialog .modal-body .options .option-groups &gt; div {
              padding: 0 15px; }
              @media (min-width: 768px) {
                section.shop-menu .menu-card-container .menu-card + .modal .modal-dialog .modal-body .options .option-groups &gt; div {
                  padding: 0 30px; } }
            section.shop-menu .menu-card-container .menu-card + .modal .modal-dialog .modal-body .options .option-groups h2 {
              font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
              font-size: 100%;
              line-height: 100%;
              color: #000;
              display: block;
              letter-spacing: 1px;
              text-transform: uppercase;
              background-color: #f7f9fa;
              margin: 0;
              padding: 8px 20px; }
              @media (min-width: 768px) {
                section.shop-menu .menu-card-container .menu-card + .modal .modal-dialog .modal-body .options .option-groups h2 {
                  padding: 8px 30px; } }
            section.shop-menu .menu-card-container .menu-card + .modal .modal-dialog .modal-body .options .option-groups label {
              display: block;
              margin: 10px 4px; }
            section.shop-menu .menu-card-container .menu-card + .modal .modal-dialog .modal-body .options .option-groups input[type="radio"],
            section.shop-menu .menu-card-container .menu-card + .modal .modal-dialog .modal-body .options .option-groups input[type="checkbox"] {
              /*use opacity to keep element visible (required for keyboard navigation)*/
              /*display: none;*/
              opacity: 0 !important; }
              section.shop-menu .menu-card-container .menu-card + .modal .modal-dialog .modal-body .options .option-groups input[type="radio"]:focus + span,
              section.shop-menu .menu-card-container .menu-card + .modal .modal-dialog .modal-body .options .option-groups input[type="checkbox"]:focus + span {
                outline: 2px dotted #c8102e; }
            section.shop-menu .menu-card-container .menu-card + .modal .modal-dialog .modal-body .options .option-groups input[type="radio"] + span:before,
            section.shop-menu .menu-card-container .menu-card + .modal .modal-dialog .modal-body .options .option-groups input[type="checkbox"] + span:before {
              font-family: "FontAwesome";
              font-size: 16px;
              display: inline-block;
              width: 18px;
              margin-right: 6px; }
            section.shop-menu .menu-card-container .menu-card + .modal .modal-dialog .modal-body .options .option-groups input[type="radio"] + span,
            section.shop-menu .menu-card-container .menu-card + .modal .modal-dialog .modal-body .options .option-groups input[type="checkbox"] + span {
              margin-left: -18px;
              font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
              font-size: 88%;
              line-height: 100%;
              color: #000; }
            section.shop-menu .menu-card-container .menu-card + .modal .modal-dialog .modal-body .options .option-groups input[type="radio"]:checked + span,
            section.shop-menu .menu-card-container .menu-card + .modal .modal-dialog .modal-body .options .option-groups input[type="checkbox"]:checked + span {
              color: #0b6a38; }
            section.shop-menu .menu-card-container .menu-card + .modal .modal-dialog .modal-body .options .option-groups input[type="radio"] + span:before {
              content: "\f1db";
              color: #697378; }
            section.shop-menu .menu-card-container .menu-card + .modal .modal-dialog .modal-body .options .option-groups input[type="radio"]:checked + span:before {
              content: "\f192";
              color: #0b6a38; }
            section.shop-menu .menu-card-container .menu-card + .modal .modal-dialog .modal-body .options .option-groups input[type="checkbox"] + span:before {
              content: "\f096";
              color: #697378; }
            section.shop-menu .menu-card-container .menu-card + .modal .modal-dialog .modal-body .options .option-groups input[type="checkbox"]:checked + span:before {
              content: "\f046";
              color: #0b6a38; }
            section.shop-menu .menu-card-container .menu-card + .modal .modal-dialog .modal-body .options .option-groups input[type=text] {
              width: 30px;
              margin-right: 6px; }
              section.shop-menu .menu-card-container .menu-card + .modal .modal-dialog .modal-body .options .option-groups input[type=text] + span {
                font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
                font-size: 88%;
                line-height: 100%; }
            section.shop-menu .menu-card-container .menu-card + .modal .modal-dialog .modal-body .options .special-instructions h2 {
              font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
              font-size: 100%;
              line-height: 100%;
              color: #000;
              display: block;
              letter-spacing: 1px;
              text-transform: uppercase;
              background-color: #f7f9fa;
              margin: 0;
              padding: 8px 20px; }
              @media (min-width: 768px) {
                section.shop-menu .menu-card-container .menu-card + .modal .modal-dialog .modal-body .options .special-instructions h2 {
                  padding: 8px 30px; } }
            section.shop-menu .menu-card-container .menu-card + .modal .modal-dialog .modal-body .options .special-instructions textarea {
              width: 100%;
              padding: 8px 20px;
              border: none;
              font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
              font-size: 100%;
              line-height: 100%;
              color: #595959; }
              @media (min-width: 768px) {
                section.shop-menu .menu-card-container .menu-card + .modal .modal-dialog .modal-body .options .special-instructions textarea {
                  padding: 8px 30px; } }
        section.shop-menu .menu-card-container .menu-card + .modal .modal-dialog .modal-footer {
          display: flex;
          justify-content: center;
          text-align: center;
          padding: 38px 20px 20px; }
          @media (min-width: 768px) {
            section.shop-menu .menu-card-container .menu-card + .modal .modal-dialog .modal-footer {
              padding: 38px 30px 25px; } }
          section.shop-menu .menu-card-container .menu-card + .modal .modal-dialog .modal-footer select {
            width: 115px;
            position: relative;
            border: solid 1px #e8edf0;
            border-radius: 28px;
            padding: 15px 45px 15px 20px;
            background: #fff url("../icons/red-angle-arrow.svg") no-repeat right 10px center;
            font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
            font-size: 88%;
            line-height: 172%;
            color: #303030;
            appearance: none;
            -webkit-appearance: none;
            -moz-appearance: none;
            -ms-appearance: none;
            -o-appearance: none; }
            section.shop-menu .menu-card-container .menu-card + .modal .modal-dialog .modal-footer select::-ms-expand {
              display: none; }
          section.shop-menu .menu-card-container .menu-card + .modal .modal-dialog .modal-footer .btn {
            font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
            font-size: 88%;
            line-height: 100%;
            font-weight: bold;
            text-transform: uppercase;
            letter-spacing: 0; }
          section.shop-menu .menu-card-container .menu-card + .modal .modal-dialog .modal-footer .btn-primary, section.shop-menu .menu-card-container .menu-card + .modal .modal-dialog .modal-footer section.fundraising-overview &gt; .banner-cta.primary .ctas .btn, section.fundraising-overview &gt; .banner-cta.primary .ctas section.shop-menu .menu-card-container .menu-card + .modal .modal-dialog .modal-footer .btn, section.shop-menu .menu-card-container .menu-card + .modal .modal-dialog .modal-footer section.fundraising-products &gt; .banner-cta.primary .ctas .btn, section.fundraising-products &gt; .banner-cta.primary .ctas section.shop-menu .menu-card-container .menu-card + .modal .modal-dialog .modal-footer .btn {
            padding: 21px 25px;
            box-shadow: none; }
          section.shop-menu .menu-card-container .menu-card + .modal .modal-dialog .modal-footer .btn-loading {
            padding: 14px 25px; }
            section.shop-menu .menu-card-container .menu-card + .modal .modal-dialog .modal-footer .btn-loading::before {
              background-image: url(/App_Themes/krispykremenew/Content/images/shop/icons/loading.gif);
              background-position: center;
              background-size: 34px;
              display: inline-block;
              width: 26px;
              height: 26px;
              content: ""; }
      section.shop-menu .menu-card-container .menu-card.build-a-gift .gift-image-desktop {
        display: none; }
        @media (min-width: 768px) {
          section.shop-menu .menu-card-container .menu-card.build-a-gift .gift-image-desktop {
            display: block;
            width: 47%;
            height: 47%; } }
        @media (min-width: 1200px) {
          section.shop-menu .menu-card-container .menu-card.build-a-gift .gift-image-desktop {
            width: auto;
            height: auto; } }
      section.shop-menu .menu-card-container .menu-card.build-a-gift .gift-image-mobile {
        display: block;
        width: 40%; }
        @media (min-width: 768px) {
          section.shop-menu .menu-card-container .menu-card.build-a-gift .gift-image-mobile {
            display: none; } }
      section.shop-menu .menu-card-container .menu-card.build-a-gift .content-center {
        position: relative; }
        @media (max-width: 575.98px) {
          section.shop-menu .menu-card-container .menu-card.build-a-gift .content-center {
            top: 50%;
            -ms-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
            display: inline-block;
            width: 60%; } }
        section.shop-menu .menu-card-container .menu-card.build-a-gift .content-center .content {
          margin: 0 auto;
          padding: 50px 25px 0px 25px;
          white-space: nowrap; }
          @media (max-width: 575.98px) {
            section.shop-menu .menu-card-container .menu-card.build-a-gift .content-center .content {
              position: relative;
              padding: 0px; } }
          section.shop-menu .menu-card-container .menu-card.build-a-gift .content-center .content:before {
            float: right;
            display: block;
            width: 16px;
            height: 16px;
            color: #c8102e;
            transform: rotate(270deg);
            transition: transform .25s ease-in-out;
            margin-top: 10px;
            color: #c8102e; }
          section.shop-menu .menu-card-container .menu-card.build-a-gift .content-center .content h2 {
            font-family: "BrandonGrotesque-Black";
            font-size: 18.1px;
            font-weight: 900;
            font-style: normal;
            line-height: 1.13;
            letter-spacing: normal;
            text-align: center;
            color: #0b6a38;
            text-transform: uppercase;
            margin-bottom: 0px; }
            @media (max-width: 575.98px) {
              section.shop-menu .menu-card-container .menu-card.build-a-gift .content-center .content h2 {
                font-size: 13.9px; } }
          section.shop-menu .menu-card-container .menu-card.build-a-gift .content-center .content p {
            font-family: "BrandonGrotesque-BlackItalic";
            font-size: 18.1px;
            font-stretch: normal;
            line-height: 1.13;
            letter-spacing: normal;
            text-align: center;
            color: #c8102e; }
            @media (max-width: 575.98px) {
              section.shop-menu .menu-card-container .menu-card.build-a-gift .content-center .content p {
                font-size: 13.9px; } }
      @media (max-width: 575.98px) {
        section.shop-menu .menu-card-container .menu-card.build-a-gift {
          position: relative; } }
      @media (max-width: 575.98px) {
        section.shop-menu .menu-card-container .menu-card.build-a-gift img {
          position: relative;
          float: left; } }
    section.shop-menu .menu-card-container .banner {
      width: 100%;
      background-color: #fff;
      box-shadow: 0 2px 4px 0 rgba(144, 157, 163, 0.12);
      border-radius: 4px;
      position: relative;
      margin: 8px 0;
      order: 1;
      display: block; }
      @media (min-width: 576px) {
        section.shop-menu .menu-card-container .banner {
          order: 4; } }
      section.shop-menu .menu-card-container .banner img {
        width: 100%; }
      @media (min-width: 576px) {
        section.shop-menu .menu-card-container .banner {
          margin: 8px; } }
      @media (min-width: 768px) {
        section.shop-menu .menu-card-container .banner {
          background-image: url(/App_Themes/krispykremenew/Content/images/shop/build-box-desktop.png);
          background-repeat: no-repeat;
          background-position: center right;
          background-size: unset;
          height: 260px;
          padding: 8px;
          background-position-x: 350px; }
          section.shop-menu .menu-card-container .banner img {
            display: none; } }
      @media (min-width: 1200px) {
        section.shop-menu .menu-card-container .banner {
          margin: 8px 12px;
          background-position-x: right; } }
      section.shop-menu .menu-card-container .banner h2 {
        color: #046a38;
        font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
        font-size: 200%;
        line-height: 100%;
        text-transform: uppercase; }
      section.shop-menu .menu-card-container .banner .content {
        width: 100%;
        text-align: center;
        margin: 20px 0;
        padding: 0 26px; }
        @media (min-width: 768px) {
          section.shop-menu .menu-card-container .banner .content {
            margin: 30px 0 60px 10px;
            width: 400px;
            padding: 0; } }
        @media (min-width: 992px) {
          section.shop-menu .menu-card-container .banner .content {
            margin: 30px 0 60px 30px; } }
        @media (min-width: 1200px) {
          section.shop-menu .menu-card-container .banner .content {
            margin: 30px 0 60px 136px; } }
        section.shop-menu .menu-card-container .banner .content p {
          font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
          font-size: 88%;
          line-height: 150%;
          color: #595959;
          letter-spacing: .8px; }
      section.shop-menu .menu-card-container .banner .buttons {
        text-align: center;
        margin: 16px 0 20px 0;
        padding-top: 16px; }
        @media (min-width: 576px) {
          section.shop-menu .menu-card-container .banner .buttons {
            margin: 16px 0 32px 0; } }
        section.shop-menu .menu-card-container .banner .buttons .btn {
          font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
          font-size: 88%;
          line-height: 100%;
          font-weight: unset;
          text-transform: none;
          letter-spacing: 0;
          box-shadow: none;
          line-height: unset; }
        section.shop-menu .menu-card-container .banner .buttons .btn-primary, section.shop-menu .menu-card-container .banner .buttons section.fundraising-overview &gt; .banner-cta.primary .ctas .btn, section.fundraising-overview &gt; .banner-cta.primary .ctas section.shop-menu .menu-card-container .banner .buttons .btn, section.shop-menu .menu-card-container .banner .buttons section.fundraising-products &gt; .banner-cta.primary .ctas .btn, section.fundraising-products &gt; .banner-cta.primary .ctas section.shop-menu .menu-card-container .banner .buttons .btn {
          width: 160px;
          padding: 10px 6px;
          margin: 4px 0; }
          @media (min-width: 576px) {
            section.shop-menu .menu-card-container .banner .buttons .btn-primary, section.shop-menu .menu-card-container .banner .buttons section.fundraising-overview &gt; .banner-cta.primary .ctas .btn, section.fundraising-overview &gt; .banner-cta.primary .ctas section.shop-menu .menu-card-container .banner .buttons .btn, section.shop-menu .menu-card-container .banner .buttons section.fundraising-products &gt; .banner-cta.primary .ctas .btn, section.fundraising-products &gt; .banner-cta.primary .ctas section.shop-menu .menu-card-container .banner .buttons .btn {
              margin-left: 4px;
              width: 160px;
              padding: 10px 10px; } }
        section.shop-menu .menu-card-container .banner .buttons .btn-secondary, section.shop-menu .menu-card-container .banner .buttons section.fundraising-overview &gt; .banner-cta.secondary .ctas .btn, section.fundraising-overview &gt; .banner-cta.secondary .ctas section.shop-menu .menu-card-container .banner .buttons .btn, section.shop-menu .menu-card-container .banner .buttons section.fundraising-products &gt; .banner-cta.secondary .ctas .btn, section.fundraising-products &gt; .banner-cta.secondary .ctas section.shop-menu .menu-card-container .banner .buttons .btn {
          width: 160px;
          padding: 10px 6px;
          border: 1px solid #e8edf0;
          margin: 4px 0;
          box-shadow: none; }
          @media (min-width: 576px) {
            section.shop-menu .menu-card-container .banner .buttons .btn-secondary, section.shop-menu .menu-card-container .banner .buttons section.fundraising-overview &gt; .banner-cta.secondary .ctas .btn, section.fundraising-overview &gt; .banner-cta.secondary .ctas section.shop-menu .menu-card-container .banner .buttons .btn, section.shop-menu .menu-card-container .banner .buttons section.fundraising-products &gt; .banner-cta.secondary .ctas .btn, section.fundraising-products &gt; .banner-cta.secondary .ctas section.shop-menu .menu-card-container .banner .buttons .btn {
              margin-right: 4px;
              width: 160px;
              padding: 10px 10px; } }
          section.shop-menu .menu-card-container .banner .buttons .btn-secondary:active, section.shop-menu .menu-card-container .banner .buttons section.fundraising-overview &gt; .banner-cta.secondary .ctas .btn:active, section.fundraising-overview &gt; .banner-cta.secondary .ctas section.shop-menu .menu-card-container .banner .buttons .btn:active, section.shop-menu .menu-card-container .banner .buttons section.fundraising-products &gt; .banner-cta.secondary .ctas .btn:active, section.fundraising-products &gt; .banner-cta.secondary .ctas section.shop-menu .menu-card-container .banner .buttons .btn:active {
            background-color: #fff;
            color: #0b6a38; }
      section.shop-menu .menu-card-container .banner span {
        font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
        font-size: 82%;
        line-height: 100%;
        color: #595959;
        display: block;
        text-align: center;
        margin-bottom: 16px; }
        @media (min-width: 768px) {
          section.shop-menu .menu-card-container .banner span {
            display: inline;
            text-align: left;
            position: absolute;
            bottom: 8px;
            left: 8px;
            bottom: 22px;
            left: 16px;
            margin-bottom: 0; } }
      @media (min-width: 1200px) {
        section.shop-menu .menu-card-container .banner.delivery {
          display: none; } }
    section.shop-menu .menu-card-container .banner-delivery {
      width: 400px;
      background-color: #fff;
      box-shadow: 0 2px 4px 0 rgba(144, 157, 163, 0.12);
      border-radius: 4px;
      position: relative;
      margin: 8px 0;
      order: 2;
      display: none; }
      @media (min-width: 576px) {
        section.shop-menu .menu-card-container .banner-delivery {
          order: 2; } }
      @media (min-width: 1200px) {
        section.shop-menu .menu-card-container .banner-delivery {
          margin: 8px;
          background-image: url(/App_Themes/krispykremenew/Content/images/shop/build-box-delivery.png);
          background-repeat: no-repeat;
          background-position: top right;
          background-size: auto;
          height: 260px;
          padding: 8px;
          background-position-x: 350px;
          height: auto;
          flex-grow: 1;
          margin: 8px 12px;
          background-position-x: right;
          display: block; } }
      section.shop-menu .menu-card-container .banner-delivery h2 {
        color: #046a38;
        font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
        font-size: 200%;
        line-height: 100%;
        text-transform: uppercase; }
      section.shop-menu .menu-card-container .banner-delivery .content {
        width: 370px;
        text-align: left;
        margin: 0;
        padding-left: 40px;
        position: absolute;
        left: 0;
        bottom: 0; }
        section.shop-menu .menu-card-container .banner-delivery .content p {
          font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
          font-size: 88%;
          line-height: 150%;
          letter-spacing: .8px;
          color: #595959; }
      section.shop-menu .menu-card-container .banner-delivery .buttons {
        text-align: left;
        margin: 16px 0 20px 0;
        padding-top: 8px; }
        section.shop-menu .menu-card-container .banner-delivery .buttons .btn {
          font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
          font-size: 88%;
          line-height: 100%;
          font-weight: unset;
          text-transform: none;
          letter-spacing: 0;
          box-shadow: none; }
        section.shop-menu .menu-card-container .banner-delivery .buttons .btn-primary, section.shop-menu .menu-card-container .banner-delivery .buttons section.fundraising-overview &gt; .banner-cta.primary .ctas .btn, section.fundraising-overview &gt; .banner-cta.primary .ctas section.shop-menu .menu-card-container .banner-delivery .buttons .btn, section.shop-menu .menu-card-container .banner-delivery .buttons section.fundraising-products &gt; .banner-cta.primary .ctas .btn, section.fundraising-products &gt; .banner-cta.primary .ctas section.shop-menu .menu-card-container .banner-delivery .buttons .btn {
          width: 126px;
          padding: 10px 6px;
          margin: 4px 0; }
        section.shop-menu .menu-card-container .banner-delivery .buttons .btn-secondary, section.shop-menu .menu-card-container .banner-delivery .buttons section.fundraising-overview &gt; .banner-cta.secondary .ctas .btn, section.fundraising-overview &gt; .banner-cta.secondary .ctas section.shop-menu .menu-card-container .banner-delivery .buttons .btn, section.shop-menu .menu-card-container .banner-delivery .buttons section.fundraising-products &gt; .banner-cta.secondary .ctas .btn, section.fundraising-products &gt; .banner-cta.secondary .ctas section.shop-menu .menu-card-container .banner-delivery .buttons .btn {
          width: 126px;
          padding: 10px 6px;
          border: 1px solid #e8edf0;
          margin: 4px 0;
          box-shadow: none; }
          section.shop-menu .menu-card-container .banner-delivery .buttons .btn-secondary:active, section.shop-menu .menu-card-container .banner-delivery .buttons section.fundraising-overview &gt; .banner-cta.secondary .ctas .btn:active, section.fundraising-overview &gt; .banner-cta.secondary .ctas section.shop-menu .menu-card-container .banner-delivery .buttons .btn:active, section.shop-menu .menu-card-container .banner-delivery .buttons section.fundraising-products &gt; .banner-cta.secondary .ctas .btn:active, section.fundraising-products &gt; .banner-cta.secondary .ctas section.shop-menu .menu-card-container .banner-delivery .buttons .btn:active {
            background-color: #fff;
            color: #0b6a38; }
      section.shop-menu .menu-card-container .banner-delivery span {
        font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
        font-size: 82%;
        line-height: 100%;
        color: #595959;
        position: absolute;
        bottom: 32px;
        right: 16px; }
    section.shop-menu .menu-card-container .prd-subcat-container {
      width: 100%; }
    section.shop-menu .menu-card-container .product-category {
      flex-direction: column;
      width: 100%;
      margin: 10px 8px; }
      section.shop-menu .menu-card-container .product-category h1 {
        color: #303030;
        font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
        font-size: 100%;
        text-transform: uppercase;
        text-align: left; }
    section.shop-menu .menu-card-container .scroll-arrows {
      position: relative;
      width: 100%;
      height: 0;
      z-index: 1; }
    section.shop-menu .menu-card-container .scroll-btn-left {
      position: absolute;
      display: none;
      /*            @include media-breakpoint-down(sm) {
                margin-top: 30%;
            }*/ }
      section.shop-menu .menu-card-container .scroll-btn-left img {
        background-color: #0b6a38;
        border-radius: 50%;
        height: 40px; }
    section.shop-menu .menu-card-container .scroll-btn-right {
      position: absolute;
      display: none;
      /*            @include media-breakpoint-down(sm) {
                margin-top: 30%;
            }*/ }
      section.shop-menu .menu-card-container .scroll-btn-right img {
        background-color: #0b6a38;
        border-radius: 50%;
        height: 40px; }
    section.shop-menu .menu-card-container .product-list {
      padding-bottom: 20px;
      display: flex;
      width: 100%;
      flex-direction: row;
      flex-wrap: nowrap;
      white-space: nowrap;
      scrollbar-width: none;
      -ms-overflow-style: none;
      overflow-y: hidden;
      overflow-x: hidden; }
      section.shop-menu .menu-card-container .product-list ::-webkit-scrollbar {
        width: 0 !important;
        height: 0 !important; }
      @media (max-width: 767.98px) {
        section.shop-menu .menu-card-container .product-list {
          overflow-y: hidden;
          overflow-x: auto; } }
      section.shop-menu .menu-card-container .product-list .menu-card {
        width: 100%;
        padding: 8px 0;
        border-radius: 4px;
        background-color: white;
        box-shadow: 0 2px 4px 0 rgba(144, 157, 163, 0.12);
        margin: 8px; }
        @media (min-width: 576px) {
          section.shop-menu .menu-card-container .product-list .menu-card {
            flex-grow: 1;
            flex-basis: calc(50% - 16px);
            max-width: calc(50% - 16px);
            min-width: 290px;
            flex-shrink: 0;
            /* min-height: 280px;*/ } }
        @media (max-width: 767.98px) {
          section.shop-menu .menu-card-container .product-list .menu-card {
            min-width: 250px;
            min-height: 280px;
            width: 250px; } }
        @media (min-width: 768px) {
          section.shop-menu .menu-card-container .product-list .menu-card {
            display: flex;
            flex-direction: column; } }
        @media (min-width: 1200px) {
          section.shop-menu .menu-card-container .product-list .menu-card {
            flex-basis: calc(25% - 16px);
            max-width: calc(25% - 16px); } }
        section.shop-menu .menu-card-container .product-list .menu-card &gt; a {
          overflow: hidden; }
          section.shop-menu .menu-card-container .product-list .menu-card &gt; a img {
            width: 100%;
            min-height: 1px;
            display: block;
            margin: auto; }
            @media (min-width: 768px) {
              section.shop-menu .menu-card-container .product-list .menu-card &gt; a img {
                width: 100%; } }
            section.shop-menu .menu-card-container .product-list .menu-card &gt; a img.item-image-desktop {
              display: none; }
              @media (min-width: 1200px) {
                section.shop-menu .menu-card-container .product-list .menu-card &gt; a img.item-image-desktop {
                  display: block; } }
            section.shop-menu .menu-card-container .product-list .menu-card &gt; a img.item-image-mobile {
              display: block; }
              @media (min-width: 1200px) {
                section.shop-menu .menu-card-container .product-list .menu-card &gt; a img.item-image-mobile {
                  display: none; } }
          section.shop-menu .menu-card-container .product-list .menu-card &gt; a .text-info {
            margin-top: 8px; }
            @media (min-width: 768px) {
              section.shop-menu .menu-card-container .product-list .menu-card &gt; a .text-info {
                padding-left: 10px;
                padding-right: 10px; } }
            @media (min-width: 1200px) {
              section.shop-menu .menu-card-container .product-list .menu-card &gt; a .text-info {
                min-height: 70.4px; } }
            section.shop-menu .menu-card-container .product-list .menu-card &gt; a .text-info h1 {
              color: #0b6a38;
              font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
              font-size: 100%;
              text-transform: uppercase;
              text-align: center; }
            section.shop-menu .menu-card-container .product-list .menu-card &gt; a .text-info h2 {
              color: #0b6a38;
              font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
              font-size: 100%;
              text-transform: uppercase;
              text-align: center; }
            section.shop-menu .menu-card-container .product-list .menu-card &gt; a .text-info p {
              margin-bottom: 0;
              text-align: center;
              font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
              font-size: 82%;
              line-height: 100%;
              color: #595959;
              font-weight: 300; }
              section.shop-menu .menu-card-container .product-list .menu-card &gt; a .text-info p .item-price {
                font-weight: 600; }
        section.shop-menu .menu-card-container .product-list .menu-card .buttons {
          display: flex;
          flex-wrap: wrap;
          justify-content: center;
          margin-top: 1rem;
          padding: 5px 7px 10px;
          text-align: center; }
          @media (min-width: 768px) {
            section.shop-menu .menu-card-container .product-list .menu-card .buttons {
              padding: 5px 7px 15px; } }
          section.shop-menu .menu-card-container .product-list .menu-card .buttons .temporarily-unavailable {
            padding-top: 0px; }
          section.shop-menu .menu-card-container .product-list .menu-card .buttons select {
            flex-grow: 0;
            flex-shrink: 0;
            width: 120px;
            position: relative;
            font-size: 16px !important;
            border: solid 1px #e8edf0;
            border-radius: 24px;
            padding: 0 30px 0 20px;
            background: #fff url("../icons/red-angle-arrow.svg") no-repeat right 10px center;
            font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
            font-size: 88%;
            line-height: 172%;
            color: #303030;
            appearance: none;
            -webkit-appearance: none;
            -moz-appearance: none;
            -ms-appearance: none;
            -o-appearance: none; }
            section.shop-menu .menu-card-container .product-list .menu-card .buttons select::-ms-expand {
              display: none; }
            section.shop-menu .menu-card-container .product-list .menu-card .buttons select.add-to-cart-option {
              flex-grow: 1;
              max-width: 200px;
              padding-left: 10px; }
          section.shop-menu .menu-card-container .product-list .menu-card .buttons .btn {
            height: 35px;
            flex-grow: 0;
            flex-shrink: 0;
            font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
            font-size: 88%;
            line-height: 100%;
            font-weight: unset;
            text-transform: none;
            letter-spacing: 0; }
          section.shop-menu .menu-card-container .product-list .menu-card .buttons .btn-primary, section.shop-menu .menu-card-container .product-list .menu-card .buttons section.fundraising-overview &gt; .banner-cta.primary .ctas .btn, section.fundraising-overview &gt; .banner-cta.primary .ctas section.shop-menu .menu-card-container .product-list .menu-card .buttons .btn, section.shop-menu .menu-card-container .product-list .menu-card .buttons section.fundraising-products &gt; .banner-cta.primary .ctas .btn, section.fundraising-products &gt; .banner-cta.primary .ctas section.shop-menu .menu-card-container .product-list .menu-card .buttons .btn {
            width: 85px;
            padding: 10px 6px;
            margin-left: 20px;
            box-shadow: none; }
            @media (min-width: 768px) {
              section.shop-menu .menu-card-container .product-list .menu-card .buttons .btn-primary, section.shop-menu .menu-card-container .product-list .menu-card .buttons section.fundraising-overview &gt; .banner-cta.primary .ctas .btn, section.fundraising-overview &gt; .banner-cta.primary .ctas section.shop-menu .menu-card-container .product-list .menu-card .buttons .btn, section.shop-menu .menu-card-container .product-list .menu-card .buttons section.fundraising-products &gt; .banner-cta.primary .ctas .btn, section.fundraising-products &gt; .banner-cta.primary .ctas section.shop-menu .menu-card-container .product-list .menu-card .buttons .btn {
                margin-left: 7px; } }
            section.shop-menu .menu-card-container .product-list .menu-card .buttons .btn-primary.pack, section.shop-menu .menu-card-container .product-list .menu-card .buttons section.fundraising-overview &gt; .banner-cta.primary .ctas .pack.btn, section.fundraising-overview &gt; .banner-cta.primary .ctas section.shop-menu .menu-card-container .product-list .menu-card .buttons .pack.btn, section.shop-menu .menu-card-container .product-list .menu-card .buttons section.fundraising-products &gt; .banner-cta.primary .ctas .pack.btn, section.fundraising-products &gt; .banner-cta.primary .ctas section.shop-menu .menu-card-container .product-list .menu-card .buttons .pack.btn {
              width: 160px; }
          section.shop-menu .menu-card-container .product-list .menu-card .buttons .btn-secondary, section.shop-menu .menu-card-container .product-list .menu-card .buttons section.fundraising-overview &gt; .banner-cta.secondary .ctas .btn, section.fundraising-overview &gt; .banner-cta.secondary .ctas section.shop-menu .menu-card-container .product-list .menu-card .buttons .btn, section.shop-menu .menu-card-container .product-list .menu-card .buttons section.fundraising-products &gt; .banner-cta.secondary .ctas .btn, section.fundraising-products &gt; .banner-cta.secondary .ctas section.shop-menu .menu-card-container .product-list .menu-card .buttons .btn {
            width: 90px;
            padding: 10px 6px;
            border: 1px solid #e8edf0;
            margin-right: 4px;
            box-shadow: none; }
            @media (min-width: 576px) {
              section.shop-menu .menu-card-container .product-list .menu-card .buttons .btn-secondary, section.shop-menu .menu-card-container .product-list .menu-card .buttons section.fundraising-overview &gt; .banner-cta.secondary .ctas .btn, section.fundraising-overview &gt; .banner-cta.secondary .ctas section.shop-menu .menu-card-container .product-list .menu-card .buttons .btn, section.shop-menu .menu-card-container .product-list .menu-card .buttons section.fundraising-products &gt; .banner-cta.secondary .ctas .btn, section.fundraising-products &gt; .banner-cta.secondary .ctas section.shop-menu .menu-card-container .product-list .menu-card .buttons .btn {
                width: 100px;
                padding: 10px 10px; } }
            section.shop-menu .menu-card-container .product-list .menu-card .buttons .btn-secondary:active, section.shop-menu .menu-card-container .product-list .menu-card .buttons section.fundraising-overview &gt; .banner-cta.secondary .ctas .btn:active, section.fundraising-overview &gt; .banner-cta.secondary .ctas section.shop-menu .menu-card-container .product-list .menu-card .buttons .btn:active, section.shop-menu .menu-card-container .product-list .menu-card .buttons section.fundraising-products &gt; .banner-cta.secondary .ctas .btn:active, section.fundraising-products &gt; .banner-cta.secondary .ctas section.shop-menu .menu-card-container .product-list .menu-card .buttons .btn:active {
              background-color: #fff;
              color: #0b6a38; }
          section.shop-menu .menu-card-container .product-list .menu-card .buttons .btn-loading {
            padding: 4px; }
            section.shop-menu .menu-card-container .product-list .menu-card .buttons .btn-loading::before {
              background-image: url(/App_Themes/krispykremenew/Content/images/shop/icons/loading.gif);
              background-position: center;
              background-size: 26px;
              display: inline-block;
              width: 26px;
              height: 26px;
              content: ""; }
          section.shop-menu .menu-card-container .product-list .menu-card .buttons .customize {
            flex-basis: calc(100% + 14px);
            margin-top: 15px;
            margin-left: -7px;
            margin-right: -7px;
            padding: 12px 0 0;
            text-align: center;
            border-top: solid 1px #e8edf0; }
            section.shop-menu .menu-card-container .product-list .menu-card .buttons .customize a {
              font-family: "BrandonGrotesque-RegularBold", Arial, Helvetica, sans-serif;
              font-size: 75%;
              line-height: 200%; }
        section.shop-menu .menu-card-container .product-list .menu-card.card-type-promo {
          background-repeat: repeat-y;
          background-size: auto;
          background-position-x: center; }
          section.shop-menu .menu-card-container .product-list .menu-card.card-type-promo h2 {
            color: #fff; }
          section.shop-menu .menu-card-container .product-list .menu-card.card-type-promo .text-info p {
            color: #fff; }
          section.shop-menu .menu-card-container .product-list .menu-card.card-type-promo .buttons {
            border-top-color: rgba(232, 237, 240, 0.5); }
            section.shop-menu .menu-card-container .product-list .menu-card.card-type-promo .buttons .btn-primary, section.shop-menu .menu-card-container .product-list .menu-card.card-type-promo .buttons section.fundraising-overview &gt; .banner-cta.primary .ctas .btn, section.fundraising-overview &gt; .banner-cta.primary .ctas section.shop-menu .menu-card-container .product-list .menu-card.card-type-promo .buttons .btn, section.shop-menu .menu-card-container .product-list .menu-card.card-type-promo .buttons section.fundraising-products &gt; .banner-cta.primary .ctas .btn, section.fundraising-products &gt; .banner-cta.primary .ctas section.shop-menu .menu-card-container .product-list .menu-card.card-type-promo .buttons .btn {
              box-shadow: none;
              background-color: #fff;
              color: #c8102e; }
              section.shop-menu .menu-card-container .product-list .menu-card.card-type-promo .buttons .btn-primary:hover, section.shop-menu .menu-card-container .product-list .menu-card.card-type-promo .buttons section.fundraising-overview &gt; .banner-cta.primary .ctas .btn:hover, section.fundraising-overview &gt; .banner-cta.primary .ctas section.shop-menu .menu-card-container .product-list .menu-card.card-type-promo .buttons .btn:hover, section.shop-menu .menu-card-container .product-list .menu-card.card-type-promo .buttons section.fundraising-products &gt; .banner-cta.primary .ctas .btn:hover, section.fundraising-products &gt; .banner-cta.primary .ctas section.shop-menu .menu-card-container .product-list .menu-card.card-type-promo .buttons .btn:hover {
                background-color: #fff !important;
                color: #c8102e !important; }
            section.shop-menu .menu-card-container .product-list .menu-card.card-type-promo .buttons .btn-secondary, section.shop-menu .menu-card-container .product-list .menu-card.card-type-promo .buttons section.fundraising-overview &gt; .banner-cta.secondary .ctas .btn, section.fundraising-overview &gt; .banner-cta.secondary .ctas section.shop-menu .menu-card-container .product-list .menu-card.card-type-promo .buttons .btn, section.shop-menu .menu-card-container .product-list .menu-card.card-type-promo .buttons section.fundraising-products &gt; .banner-cta.secondary .ctas .btn, section.fundraising-products &gt; .banner-cta.secondary .ctas section.shop-menu .menu-card-container .product-list .menu-card.card-type-promo .buttons .btn {
              background-color: transparent;
              color: #fff; }
              section.shop-menu .menu-card-container .product-list .menu-card.card-type-promo .buttons .btn-secondary:hover, section.shop-menu .menu-card-container .product-list .menu-card.card-type-promo .buttons section.fundraising-overview &gt; .banner-cta.secondary .ctas .btn:hover, section.fundraising-overview &gt; .banner-cta.secondary .ctas section.shop-menu .menu-card-container .product-list .menu-card.card-type-promo .buttons .btn:hover, section.shop-menu .menu-card-container .product-list .menu-card.card-type-promo .buttons section.fundraising-products &gt; .banner-cta.secondary .ctas .btn:hover, section.fundraising-products &gt; .banner-cta.secondary .ctas section.shop-menu .menu-card-container .product-list .menu-card.card-type-promo .buttons .btn:hover {
                background-color: transparent !important;
                color: #fff !important; }
        section.shop-menu .menu-card-container .product-list .menu-card + .modal .modal-dialog {
          max-width: 410px; }
          section.shop-menu .menu-card-container .product-list .menu-card + .modal .modal-dialog .modal-body {
            padding-left: 20px;
            padding-right: 20px;
            white-space: normal; }
            @media (min-width: 768px) {
              section.shop-menu .menu-card-container .product-list .menu-card + .modal .modal-dialog .modal-body {
                padding-left: 30px;
                padding-right: 30px; } }
            section.shop-menu .menu-card-container .product-list .menu-card + .modal .modal-dialog .modal-body .name {
              color: #000;
              font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
              font-size: 150%;
              line-height: 100%;
              letter-spacing: .75px;
              text-transform: uppercase;
              text-align: center; }
            section.shop-menu .menu-card-container .product-list .menu-card + .modal .modal-dialog .modal-body p.description {
              font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
              font-size: 88%;
              line-height: 150%;
              letter-spacing: -.16px;
              color: #697378;
              text-align: center;
              margin-top: 6px; }
            section.shop-menu .menu-card-container .product-list .menu-card + .modal .modal-dialog .modal-body .nutrition {
              margin-top: 20px; }
              section.shop-menu .menu-card-container .product-list .menu-card + .modal .modal-dialog .modal-body .nutrition a {
                font-family: "BrandonGrotesque-BlackItalic", Arial, Helvetica, sans-serif;
                font-style: normal;
                font-size: 88%;
                line-height: 100%;
                color: #0b6a38;
                font-style: italic;
                display: block;
                text-align: center;
                letter-spacing: .5px; }
                section.shop-menu .menu-card-container .product-list .menu-card + .modal .modal-dialog .modal-body .nutrition a:before {
                  content: url(/App_Themes/krispykremenew/Content/images/shop/icons/ic-nutrition.svg);
                  vertical-align: -50%;
                  margin-right: 8px; }
            section.shop-menu .menu-card-container .product-list .menu-card + .modal .modal-dialog .modal-body .options {
              margin-top: 30px;
              margin-left: -20px;
              margin-right: -20px;
              text-align: left;
              max-height: 215px;
              overflow-y: scroll;
              -webkit-overflow-scrolling: touch; }
              @media (min-width: 768px) {
                section.shop-menu .menu-card-container .product-list .menu-card + .modal .modal-dialog .modal-body .options {
                  flex-grow: 1;
                  overflow-y: auto;
                  overflow-x: hidden;
                  margin-left: -30px;
                  margin-right: -30px;
                  max-height: 275px; } }
              section.shop-menu .menu-card-container .product-list .menu-card + .modal .modal-dialog .modal-body .options .option-groups &gt; div {
                padding: 0 15px; }
                @media (min-width: 768px) {
                  section.shop-menu .menu-card-container .product-list .menu-card + .modal .modal-dialog .modal-body .options .option-groups &gt; div {
                    padding: 0 30px; } }
              section.shop-menu .menu-card-container .product-list .menu-card + .modal .modal-dialog .modal-body .options .option-groups h2 {
                font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
                font-size: 100%;
                line-height: 100%;
                color: #000;
                display: block;
                letter-spacing: 1px;
                text-transform: uppercase;
                background-color: #f7f9fa;
                margin: 0;
                padding: 8px 20px; }
                @media (min-width: 768px) {
                  section.shop-menu .menu-card-container .product-list .menu-card + .modal .modal-dialog .modal-body .options .option-groups h2 {
                    padding: 8px 30px; } }
              section.shop-menu .menu-card-container .product-list .menu-card + .modal .modal-dialog .modal-body .options .option-groups label {
                display: block;
                margin: 10px 4px; }
              section.shop-menu .menu-card-container .product-list .menu-card + .modal .modal-dialog .modal-body .options .option-groups input[type="radio"],
              section.shop-menu .menu-card-container .product-list .menu-card + .modal .modal-dialog .modal-body .options .option-groups input[type="checkbox"] {
                /*use opacity to keep element visible (required for keyboard navigation)*/
                /*display: none;*/
                opacity: 0 !important; }
                section.shop-menu .menu-card-container .product-list .menu-card + .modal .modal-dialog .modal-body .options .option-groups input[type="radio"]:focus + span,
                section.shop-menu .menu-card-container .product-list .menu-card + .modal .modal-dialog .modal-body .options .option-groups input[type="checkbox"]:focus + span {
                  outline: 2px dotted #c8102e; }
              section.shop-menu .menu-card-container .product-list .menu-card + .modal .modal-dialog .modal-body .options .option-groups input[type="radio"] + span:before,
              section.shop-menu .menu-card-container .product-list .menu-card + .modal .modal-dialog .modal-body .options .option-groups input[type="checkbox"] + span:before {
                font-family: "FontAwesome";
                font-size: 16px;
                display: inline-block;
                width: 18px;
                margin-right: 6px; }
              section.shop-menu .menu-card-container .product-list .menu-card + .modal .modal-dialog .modal-body .options .option-groups input[type="radio"] + span,
              section.shop-menu .menu-card-container .product-list .menu-card + .modal .modal-dialog .modal-body .options .option-groups input[type="checkbox"] + span {
                margin-left: -18px;
                font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
                font-size: 88%;
                line-height: 100%;
                color: #000; }
              section.shop-menu .menu-card-container .product-list .menu-card + .modal .modal-dialog .modal-body .options .option-groups input[type="radio"]:checked + span,
              section.shop-menu .menu-card-container .product-list .menu-card + .modal .modal-dialog .modal-body .options .option-groups input[type="checkbox"]:checked + span {
                color: #0b6a38; }
              section.shop-menu .menu-card-container .product-list .menu-card + .modal .modal-dialog .modal-body .options .option-groups input[type="radio"] + span:before {
                content: "\f1db";
                color: #697378; }
              section.shop-menu .menu-card-container .product-list .menu-card + .modal .modal-dialog .modal-body .options .option-groups input[type="radio"]:checked + span:before {
                content: "\f192";
                color: #0b6a38; }
              section.shop-menu .menu-card-container .product-list .menu-card + .modal .modal-dialog .modal-body .options .option-groups input[type="checkbox"] + span:before {
                content: "\f096";
                color: #697378; }
              section.shop-menu .menu-card-container .product-list .menu-card + .modal .modal-dialog .modal-body .options .option-groups input[type="checkbox"]:checked + span:before {
                content: "\f046";
                color: #0b6a38; }
              section.shop-menu .menu-card-container .product-list .menu-card + .modal .modal-dialog .modal-body .options .option-groups input[type=text] {
                width: 30px;
                margin-right: 6px; }
                section.shop-menu .menu-card-container .product-list .menu-card + .modal .modal-dialog .modal-body .options .option-groups input[type=text] + span {
                  font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
                  font-size: 88%;
                  line-height: 100%; }
              section.shop-menu .menu-card-container .product-list .menu-card + .modal .modal-dialog .modal-body .options .special-instructions h2 {
                font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
                font-size: 100%;
                line-height: 100%;
                color: #000;
                display: block;
                letter-spacing: 1px;
                text-transform: uppercase;
                background-color: #f7f9fa;
                margin: 0;
                padding: 8px 20px; }
                @media (min-width: 768px) {
                  section.shop-menu .menu-card-container .product-list .menu-card + .modal .modal-dialog .modal-body .options .special-instructions h2 {
                    padding: 8px 30px; } }
              section.shop-menu .menu-card-container .product-list .menu-card + .modal .modal-dialog .modal-body .options .special-instructions textarea {
                width: 100%;
                padding: 8px 20px;
                border: none;
                font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
                font-size: 100%;
                line-height: 100%;
                color: #595959; }
                @media (min-width: 768px) {
                  section.shop-menu .menu-card-container .product-list .menu-card + .modal .modal-dialog .modal-body .options .special-instructions textarea {
                    padding: 8px 30px; } }
          section.shop-menu .menu-card-container .product-list .menu-card + .modal .modal-dialog .modal-footer {
            display: flex;
            justify-content: center;
            text-align: center;
            padding: 38px 20px 20px; }
            @media (min-width: 768px) {
              section.shop-menu .menu-card-container .product-list .menu-card + .modal .modal-dialog .modal-footer {
                padding: 38px 30px 25px; } }
            section.shop-menu .menu-card-container .product-list .menu-card + .modal .modal-dialog .modal-footer select {
              width: 115px;
              position: relative;
              border: solid 1px #e8edf0;
              border-radius: 28px;
              padding: 15px 45px 15px 20px;
              background: #fff url("../icons/red-angle-arrow.svg") no-repeat right 10px center;
              font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
              font-size: 88%;
              line-height: 172%;
              color: #303030;
              appearance: none;
              -webkit-appearance: none;
              -moz-appearance: none;
              -ms-appearance: none;
              -o-appearance: none; }
              section.shop-menu .menu-card-container .product-list .menu-card + .modal .modal-dialog .modal-footer select::-ms-expand {
                display: none; }
            section.shop-menu .menu-card-container .product-list .menu-card + .modal .modal-dialog .modal-footer .btn {
              font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
              font-size: 88%;
              line-height: 100%;
              font-weight: bold;
              text-transform: uppercase;
              letter-spacing: 0; }
            section.shop-menu .menu-card-container .product-list .menu-card + .modal .modal-dialog .modal-footer .btn-primary, section.shop-menu .menu-card-container .product-list .menu-card + .modal .modal-dialog .modal-footer section.fundraising-overview &gt; .banner-cta.primary .ctas .btn, section.fundraising-overview &gt; .banner-cta.primary .ctas section.shop-menu .menu-card-container .product-list .menu-card + .modal .modal-dialog .modal-footer .btn, section.shop-menu .menu-card-container .product-list .menu-card + .modal .modal-dialog .modal-footer section.fundraising-products &gt; .banner-cta.primary .ctas .btn, section.fundraising-products &gt; .banner-cta.primary .ctas section.shop-menu .menu-card-container .product-list .menu-card + .modal .modal-dialog .modal-footer .btn {
              padding: 21px 25px;
              box-shadow: none; }
            section.shop-menu .menu-card-container .product-list .menu-card + .modal .modal-dialog .modal-footer .btn-loading {
              padding: 14px 25px; }
              section.shop-menu .menu-card-container .product-list .menu-card + .modal .modal-dialog .modal-footer .btn-loading::before {
                background-image: url(/App_Themes/krispykremenew/Content/images/shop/icons/loading.gif);
                background-position: center;
                background-size: 34px;
                display: inline-block;
                width: 26px;
                height: 26px;
                content: ""; }
        section.shop-menu .menu-card-container .product-list .menu-card.build-a-gift .gift-image-desktop {
          display: none; }
          @media (min-width: 768px) {
            section.shop-menu .menu-card-container .product-list .menu-card.build-a-gift .gift-image-desktop {
              display: block;
              width: 47%;
              height: 47%; } }
          @media (min-width: 1200px) {
            section.shop-menu .menu-card-container .product-list .menu-card.build-a-gift .gift-image-desktop {
              width: auto;
              height: auto; } }
        section.shop-menu .menu-card-container .product-list .menu-card.build-a-gift .gift-image-mobile {
          display: block;
          width: 40%; }
          @media (min-width: 768px) {
            section.shop-menu .menu-card-container .product-list .menu-card.build-a-gift .gift-image-mobile {
              display: none; } }
        section.shop-menu .menu-card-container .product-list .menu-card.build-a-gift .content-center {
          position: relative; }
          @media (max-width: 575.98px) {
            section.shop-menu .menu-card-container .product-list .menu-card.build-a-gift .content-center {
              top: 50%;
              -ms-transform: translateY(-50%);
              -webkit-transform: translateY(-50%);
              -moz-transform: translateY(-50%);
              -o-transform: translateY(-50%);
              transform: translateY(-50%);
              display: inline-block;
              width: 60%; } }
          section.shop-menu .menu-card-container .product-list .menu-card.build-a-gift .content-center .content {
            margin: 0 auto;
            padding: 50px 25px 0px 25px;
            white-space: nowrap; }
            @media (max-width: 575.98px) {
              section.shop-menu .menu-card-container .product-list .menu-card.build-a-gift .content-center .content {
                position: relative;
                padding: 0px; } }
            section.shop-menu .menu-card-container .product-list .menu-card.build-a-gift .content-center .content:before {
              float: right;
              display: block;
              width: 16px;
              height: 16px;
              color: #c8102e;
              transform: rotate(270deg);
              transition: transform .25s ease-in-out;
              margin-top: 10px;
              color: #c8102e; }
            section.shop-menu .menu-card-container .product-list .menu-card.build-a-gift .content-center .content h2 {
              font-family: "BrandonGrotesque-Black";
              font-size: 18.1px;
              font-weight: 900;
              font-style: normal;
              line-height: 1.13;
              letter-spacing: normal;
              text-align: center;
              color: #0b6a38;
              text-transform: uppercase;
              margin-bottom: 0px; }
              @media (max-width: 575.98px) {
                section.shop-menu .menu-card-container .product-list .menu-card.build-a-gift .content-center .content h2 {
                  font-size: 13.9px; } }
            section.shop-menu .menu-card-container .product-list .menu-card.build-a-gift .content-center .content p {
              font-family: "BrandonGrotesque-BlackItalic";
              font-size: 18.1px;
              font-stretch: normal;
              line-height: 1.13;
              letter-spacing: normal;
              text-align: center;
              color: #c8102e; }
              @media (max-width: 575.98px) {
                section.shop-menu .menu-card-container .product-list .menu-card.build-a-gift .content-center .content p {
                  font-size: 13.9px; } }
        @media (max-width: 575.98px) {
          section.shop-menu .menu-card-container .product-list .menu-card.build-a-gift {
            position: relative; } }
        @media (max-width: 575.98px) {
          section.shop-menu .menu-card-container .product-list .menu-card.build-a-gift img {
            position: relative;
            float: left; } }
      section.shop-menu .menu-card-container .product-list .banner {
        width: 100%;
        background-color: #fff;
        box-shadow: 0 2px 4px 0 rgba(144, 157, 163, 0.12);
        border-radius: 4px;
        position: relative;
        margin: 8px 0;
        order: 1;
        display: block; }
        @media (min-width: 576px) {
          section.shop-menu .menu-card-container .product-list .banner {
            order: 4; } }
        section.shop-menu .menu-card-container .product-list .banner img {
          width: 100%; }
        @media (min-width: 576px) {
          section.shop-menu .menu-card-container .product-list .banner {
            margin: 8px; } }
        @media (min-width: 768px) {
          section.shop-menu .menu-card-container .product-list .banner {
            background-image: url(/App_Themes/krispykremenew/Content/images/shop/build-box-desktop.png);
            background-repeat: no-repeat;
            background-position: center right;
            background-size: unset;
            height: 260px;
            padding: 8px;
            background-position-x: 350px; }
            section.shop-menu .menu-card-container .product-list .banner img {
              display: none; } }
        @media (min-width: 1200px) {
          section.shop-menu .menu-card-container .product-list .banner {
            margin: 8px 12px;
            background-position-x: right; } }
        section.shop-menu .menu-card-container .product-list .banner h2 {
          color: #046a38;
          font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
          font-size: 200%;
          line-height: 100%;
          text-transform: uppercase; }
        section.shop-menu .menu-card-container .product-list .banner .content {
          width: 100%;
          text-align: center;
          margin: 20px 0;
          padding: 0 26px; }
          @media (min-width: 768px) {
            section.shop-menu .menu-card-container .product-list .banner .content {
              margin: 30px 0 60px 10px;
              width: 400px;
              padding: 0; } }
          @media (min-width: 992px) {
            section.shop-menu .menu-card-container .product-list .banner .content {
              margin: 30px 0 60px 30px; } }
          @media (min-width: 1200px) {
            section.shop-menu .menu-card-container .product-list .banner .content {
              margin: 30px 0 60px 136px; } }
          section.shop-menu .menu-card-container .product-list .banner .content p {
            font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
            font-size: 88%;
            line-height: 150%;
            color: #595959;
            letter-spacing: .8px; }
        section.shop-menu .menu-card-container .product-list .banner .buttons {
          text-align: center;
          margin: 16px 0 20px 0;
          padding-top: 16px; }
          @media (min-width: 576px) {
            section.shop-menu .menu-card-container .product-list .banner .buttons {
              margin: 16px 0 32px 0; } }
          section.shop-menu .menu-card-container .product-list .banner .buttons .btn {
            font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
            font-size: 88%;
            line-height: 100%;
            font-weight: unset;
            text-transform: none;
            letter-spacing: 0;
            box-shadow: none; }
          section.shop-menu .menu-card-container .product-list .banner .buttons .btn-primary, section.shop-menu .menu-card-container .product-list .banner .buttons section.fundraising-overview &gt; .banner-cta.primary .ctas .btn, section.fundraising-overview &gt; .banner-cta.primary .ctas section.shop-menu .menu-card-container .product-list .banner .buttons .btn, section.shop-menu .menu-card-container .product-list .banner .buttons section.fundraising-products &gt; .banner-cta.primary .ctas .btn, section.fundraising-products &gt; .banner-cta.primary .ctas section.shop-menu .menu-card-container .product-list .banner .buttons .btn {
            width: 160px;
            padding: 10px 6px;
            margin: 4px 0; }
            @media (min-width: 576px) {
              section.shop-menu .menu-card-container .product-list .banner .buttons .btn-primary, section.shop-menu .menu-card-container .product-list .banner .buttons section.fundraising-overview &gt; .banner-cta.primary .ctas .btn, section.fundraising-overview &gt; .banner-cta.primary .ctas section.shop-menu .menu-card-container .product-list .banner .buttons .btn, section.shop-menu .menu-card-container .product-list .banner .buttons section.fundraising-products &gt; .banner-cta.primary .ctas .btn, section.fundraising-products &gt; .banner-cta.primary .ctas section.shop-menu .menu-card-container .product-list .banner .buttons .btn {
                margin-left: 4px;
                width: 160px;
                padding: 10px 10px; } }
          section.shop-menu .menu-card-container .product-list .banner .buttons .btn-secondary, section.shop-menu .menu-card-container .product-list .banner .buttons section.fundraising-overview &gt; .banner-cta.secondary .ctas .btn, section.fundraising-overview &gt; .banner-cta.secondary .ctas section.shop-menu .menu-card-container .product-list .banner .buttons .btn, section.shop-menu .menu-card-container .product-list .banner .buttons section.fundraising-products &gt; .banner-cta.secondary .ctas .btn, section.fundraising-products &gt; .banner-cta.secondary .ctas section.shop-menu .menu-card-container .product-list .banner .buttons .btn {
            width: 160px;
            padding: 10px 6px;
            border: 1px solid #e8edf0;
            margin: 4px 0;
            box-shadow: none; }
            @media (min-width: 576px) {
              section.shop-menu .menu-card-container .product-list .banner .buttons .btn-secondary, section.shop-menu .menu-card-container .product-list .banner .buttons section.fundraising-overview &gt; .banner-cta.secondary .ctas .btn, section.fundraising-overview &gt; .banner-cta.secondary .ctas section.shop-menu .menu-card-container .product-list .banner .buttons .btn, section.shop-menu .menu-card-container .product-list .banner .buttons section.fundraising-products &gt; .banner-cta.secondary .ctas .btn, section.fundraising-products &gt; .banner-cta.secondary .ctas section.shop-menu .menu-card-container .product-list .banner .buttons .btn {
                margin-right: 4px;
                width: 160px;
                padding: 10px 10px; } }
            section.shop-menu .menu-card-container .product-list .banner .buttons .btn-secondary:active, section.shop-menu .menu-card-container .product-list .banner .buttons section.fundraising-overview &gt; .banner-cta.secondary .ctas .btn:active, section.fundraising-overview &gt; .banner-cta.secondary .ctas section.shop-menu .menu-card-container .product-list .banner .buttons .btn:active, section.shop-menu .menu-card-container .product-list .banner .buttons section.fundraising-products &gt; .banner-cta.secondary .ctas .btn:active, section.fundraising-products &gt; .banner-cta.secondary .ctas section.shop-menu .menu-card-container .product-list .banner .buttons .btn:active {
              background-color: #fff;
              color: #0b6a38; }
        section.shop-menu .menu-card-container .product-list .banner span {
          font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
          font-size: 82%;
          line-height: 100%;
          color: #595959;
          display: block;
          text-align: center;
          margin-bottom: 16px; }
          @media (min-width: 768px) {
            section.shop-menu .menu-card-container .product-list .banner span {
              display: inline;
              text-align: left;
              position: absolute;
              bottom: 8px;
              left: 8px;
              bottom: 22px;
              left: 16px;
              margin-bottom: 0; } }
        @media (min-width: 1200px) {
          section.shop-menu .menu-card-container .product-list .banner.delivery {
            display: none; } }
      section.shop-menu .menu-card-container .product-list .banner-delivery {
        width: 400px;
        background-color: #fff;
        box-shadow: 0 2px 4px 0 rgba(144, 157, 163, 0.12);
        border-radius: 4px;
        position: relative;
        margin: 8px 0;
        order: 2;
        display: none; }
        @media (min-width: 576px) {
          section.shop-menu .menu-card-container .product-list .banner-delivery {
            order: 2; } }
        @media (min-width: 1200px) {
          section.shop-menu .menu-card-container .product-list .banner-delivery {
            margin: 8px;
            background-image: url(/App_Themes/krispykremenew/Content/images/shop/build-box-delivery.png);
            background-repeat: no-repeat;
            background-position: top right;
            background-size: auto;
            height: 260px;
            padding: 8px;
            background-position-x: 350px;
            height: auto;
            flex-grow: 1;
            margin: 8px 12px;
            background-position-x: right;
            display: block; } }
        section.shop-menu .menu-card-container .product-list .banner-delivery h2 {
          color: #046a38;
          font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
          font-size: 200%;
          line-height: 100%;
          text-transform: uppercase; }
        section.shop-menu .menu-card-container .product-list .banner-delivery .content {
          width: 370px;
          text-align: left;
          margin: 0;
          padding-left: 40px;
          position: absolute;
          left: 0;
          bottom: 0; }
          section.shop-menu .menu-card-container .product-list .banner-delivery .content p {
            font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
            font-size: 88%;
            line-height: 150%;
            letter-spacing: .8px;
            color: #595959; }
        section.shop-menu .menu-card-container .product-list .banner-delivery .buttons {
          text-align: left;
          margin: 16px 0 20px 0;
          padding-top: 8px; }
          section.shop-menu .menu-card-container .product-list .banner-delivery .buttons .btn {
            font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
            font-size: 88%;
            line-height: 100%;
            font-weight: unset;
            text-transform: none;
            letter-spacing: 0;
            box-shadow: none; }
          section.shop-menu .menu-card-container .product-list .banner-delivery .buttons .btn-primary, section.shop-menu .menu-card-container .product-list .banner-delivery .buttons section.fundraising-overview &gt; .banner-cta.primary .ctas .btn, section.fundraising-overview &gt; .banner-cta.primary .ctas section.shop-menu .menu-card-container .product-list .banner-delivery .buttons .btn, section.shop-menu .menu-card-container .product-list .banner-delivery .buttons section.fundraising-products &gt; .banner-cta.primary .ctas .btn, section.fundraising-products &gt; .banner-cta.primary .ctas section.shop-menu .menu-card-container .product-list .banner-delivery .buttons .btn {
            width: 126px;
            padding: 10px 6px;
            margin: 4px 0; }
          section.shop-menu .menu-card-container .product-list .banner-delivery .buttons .btn-secondary, section.shop-menu .menu-card-container .product-list .banner-delivery .buttons section.fundraising-overview &gt; .banner-cta.secondary .ctas .btn, section.fundraising-overview &gt; .banner-cta.secondary .ctas section.shop-menu .menu-card-container .product-list .banner-delivery .buttons .btn, section.shop-menu .menu-card-container .product-list .banner-delivery .buttons section.fundraising-products &gt; .banner-cta.secondary .ctas .btn, section.fundraising-products &gt; .banner-cta.secondary .ctas section.shop-menu .menu-card-container .product-list .banner-delivery .buttons .btn {
            width: 126px;
            padding: 10px 6px;
            border: 1px solid #e8edf0;
            margin: 4px 0;
            box-shadow: none; }
            section.shop-menu .menu-card-container .product-list .banner-delivery .buttons .btn-secondary:active, section.shop-menu .menu-card-container .product-list .banner-delivery .buttons section.fundraising-overview &gt; .banner-cta.secondary .ctas .btn:active, section.fundraising-overview &gt; .banner-cta.secondary .ctas section.shop-menu .menu-card-container .product-list .banner-delivery .buttons .btn:active, section.shop-menu .menu-card-container .product-list .banner-delivery .buttons section.fundraising-products &gt; .banner-cta.secondary .ctas .btn:active, section.fundraising-products &gt; .banner-cta.secondary .ctas section.shop-menu .menu-card-container .product-list .banner-delivery .buttons .btn:active {
              background-color: #fff;
              color: #0b6a38; }
        section.shop-menu .menu-card-container .product-list .banner-delivery span {
          font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
          font-size: 82%;
          line-height: 100%;
          color: #595959;
          position: absolute;
          bottom: 32px;
          right: 16px; }

.tabs-container-mobile {
  background-color: #fff; }
  .tabs-container-mobile .tabs-mobile {
    width: 340px;
    display: flex;
    flex-wrap: nowrap;
    background-color: #fff;
    margin: 0 auto;
    padding-bottom: 2px; }
    @media (min-width: 768px) {
      .tabs-container-mobile .tabs-mobile {
        display: none; } }
  .tabs-container-mobile.scrollable {
    overflow: auto;
    margin-left: -25px;
    margin-right: -25px;
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */
    scrollbar-width: none;
    /* Firefox */ }
    .tabs-container-mobile.scrollable::-webkit-scrollbar {
      display: none;
      /* Safari and Chrome */ }
    .tabs-container-mobile.scrollable .tabs-mobile {
      width: 475px; }

.tabs-desktop {
  display: none; }
  @media (min-width: 768px) {
    .tabs-desktop {
      display: inline-block;
      /*margin: -52px auto 0px auto;*/
      padding-bottom: 0;
      width: 50%;
      margin: 0 auto;
      text-align: center; } }

.tabs-mobile a, .tabs-desktop a {
  font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
  font-size: 100%;
  color: #0b6a38;
  letter-spacing: 1px;
  display: inline-block;
  text-transform: uppercase;
  padding: 14px 8px;
  margin: 0 6px;
  white-space: nowrap; }
  @media (min-width: 768px) {
    .tabs-mobile a, .tabs-desktop a {
      padding: 17px 14px 14px 14px; } }
  .tabs-mobile a.selected, .tabs-desktop a.selected {
    color: #d01f2f;
    border-bottom: 3px solid #d01f2f; }

section.shop-menu-item-detail {
  height: 100vh;
  position: relative;
  margin: 0 -15px;
  padding: 0 15px;
  background-color: #fff; }
  @media (min-width: 768px) {
    section.shop-menu-item-detail {
      height: auto;
      justify-content: space-between;
      margin: 0 15px;
      padding: 0;
      background-color: #f7f9fa; } }
  section.shop-menu-item-detail a {
    font-family: "BrandonGrotesque-BlackItalic", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-size: 88%;
    line-height: 100%;
    color: #0b6a38;
    font-style: italic;
    display: block;
    text-align: center;
    letter-spacing: .5px; }
  section.shop-menu-item-detail .col1 {
    background-color: #f7f9fa;
    margin: 0 -15px;
    position: relative; }
    @media (min-width: 768px) {
      section.shop-menu-item-detail .col1 {
        margin: 0;
        background-image: url("/App_Themes/krispykremenew/Content/images/shop/dots-top.png");
        background-size: 100%;
        background-repeat: no-repeat;
        width: calc(100% - 310px); } }
    section.shop-menu-item-detail .col1 img {
      width: 100%;
      display: block;
      margin: auto;
      margin-top: 0;
      max-width: 900px; }
      @media (min-width: 768px) {
        section.shop-menu-item-detail .col1 img {
          width: 100%;
          height: auto; } }
      section.shop-menu-item-detail .col1 img.item-image-desktop {
        display: none; }
        @media (min-width: 768px) {
          section.shop-menu-item-detail .col1 img.item-image-desktop {
            display: block; } }
      section.shop-menu-item-detail .col1 img.item-image-mobile {
        display: block; }
        @media (min-width: 768px) {
          section.shop-menu-item-detail .col1 img.item-image-mobile {
            display: none; } }
    section.shop-menu-item-detail .col1 .back-to-menu {
      position: absolute;
      top: 16px;
      right: 24px;
      display: block; }
      @media (min-width: 768px) {
        section.shop-menu-item-detail .col1 .back-to-menu {
          display: none; } }
      section.shop-menu-item-detail .col1 .back-to-menu img {
        width: 12px; }
  @media (min-width: 768px) {
    section.shop-menu-item-detail .col2 {
      height: 100%;
      width: 320px;
      position: fixed;
      top: 0px;
      right: 0px;
      display: flex;
      flex-direction: column;
      background-color: #fff; } }
  section.shop-menu-item-detail .col2 .back-to-menu {
    display: none;
    position: absolute;
    top: 16px;
    right: 24px; }
    @media (min-width: 768px) {
      section.shop-menu-item-detail .col2 .back-to-menu {
        display: block; } }
    section.shop-menu-item-detail .col2 .back-to-menu a img {
      width: 16px; }
  @media (min-width: 768px) {
    section.shop-menu-item-detail .col2 .text-info {
      margin-top: 50px;
      padding: 0 15px; } }
  section.shop-menu-item-detail .col2 .text-info h1 {
    color: #000;
    font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
    font-size: 150%;
    line-height: 100%;
    text-transform: uppercase;
    text-align: center;
    margin-top: 24px;
    margin-bottom: 6px; }
  section.shop-menu-item-detail .col2 .text-info p.price {
    font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
    font-size: 100%;
    line-height: 100%;
    color: #595959;
    text-align: center;
    font-weight: 600;
    margin: 10px 0; }
  section.shop-menu-item-detail .col2 .text-info p.content {
    font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
    font-size: 88%;
    line-height: 150%;
    color: #697378;
    text-align: center;
    margin: 16px 0; }
  section.shop-menu-item-detail .col2 .text-info a:before {
    content: url(/App_Themes/krispykremenew/Content/images/shop/icons/ic-nutrition.svg);
    vertical-align: -50%;
    margin-right: 8px; }
  section.shop-menu-item-detail .col2 .options {
    margin-top: 30px;
    padding-bottom: 100px;
    background-color: #fff; }
    @media (min-width: 768px) {
      section.shop-menu-item-detail .col2 .options {
        flex-grow: 1;
        overflow-y: auto;
        overflow-x: hidden; } }
    @media (min-width: 768px) {
      section.shop-menu-item-detail .col2 .options .option-groups &gt; div {
        padding: 0 8px; } }
    section.shop-menu-item-detail .col2 .options .option-groups h2 {
      font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
      font-size: 100%;
      line-height: 100%;
      color: #000;
      display: block;
      letter-spacing: 1px;
      text-transform: uppercase;
      background-color: #f7f9fa;
      padding: 8px;
      margin: 0 -8px; }
      @media (min-width: 768px) {
        section.shop-menu-item-detail .col2 .options .option-groups h2 {
          margin: 0; } }
    section.shop-menu-item-detail .col2 .options .option-groups label {
      display: block;
      margin: 10px 4px; }
    section.shop-menu-item-detail .col2 .options .option-groups input[type="radio"],
    section.shop-menu-item-detail .col2 .options .option-groups input[type="checkbox"] {
      /*use opacity to keep element visible (required for keyboard navigation)*/
      /*display: none;*/
      opacity: 0 !important; }
      section.shop-menu-item-detail .col2 .options .option-groups input[type="radio"]:focus + span,
      section.shop-menu-item-detail .col2 .options .option-groups input[type="checkbox"]:focus + span {
        outline: 2px dotted #c8102e; }
    section.shop-menu-item-detail .col2 .options .option-groups input[type="radio"] + span:before,
    section.shop-menu-item-detail .col2 .options .option-groups input[type="checkbox"] + span:before {
      font-family: "FontAwesome";
      font-size: 16px;
      display: inline-block;
      width: 18px;
      margin-right: 6px; }
    section.shop-menu-item-detail .col2 .options .option-groups input[type="radio"] + span,
    section.shop-menu-item-detail .col2 .options .option-groups input[type="checkbox"] + span {
      margin-left: -18px;
      font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
      font-size: 88%;
      line-height: 100%;
      color: #000; }
    section.shop-menu-item-detail .col2 .options .option-groups input[type="radio"]:checked + span,
    section.shop-menu-item-detail .col2 .options .option-groups input[type="checkbox"]:checked + span {
      color: #0b6a38; }
    section.shop-menu-item-detail .col2 .options .option-groups input[type="radio"] + span:before {
      content: "\f1db";
      color: #697378; }
    section.shop-menu-item-detail .col2 .options .option-groups input[type="radio"]:checked + span:before {
      content: "\f192";
      color: #0b6a38; }
    section.shop-menu-item-detail .col2 .options .option-groups input[type="checkbox"] + span:before {
      content: "\f096";
      color: #697378; }
    section.shop-menu-item-detail .col2 .options .option-groups input[type="checkbox"]:checked + span:before {
      content: "\f046";
      color: #0b6a38; }
    section.shop-menu-item-detail .col2 .options .option-groups input[type=text] {
      width: 30px;
      height: auto;
      margin-right: 6px;
      padding: 2px 0;
      font-size: 125%;
      line-height: 125%;
      color: #595959;
      border: 0;
      border-bottom: 1px solid #dfdfdf;
      text-align: center; }
      section.shop-menu-item-detail .col2 .options .option-groups input[type=text] + span {
        font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
        font-size: 88%;
        line-height: 100%;
        color: #000; }
    section.shop-menu-item-detail .col2 .options .special-instructions h2 {
      font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
      font-size: 100%;
      line-height: 100%;
      color: #000;
      display: block;
      letter-spacing: 1px;
      text-transform: uppercase;
      background-color: #f7f9fa;
      padding: 8px;
      margin: 0 -8px; }
      @media (min-width: 768px) {
        section.shop-menu-item-detail .col2 .options .special-instructions h2 {
          margin: 0; } }
    section.shop-menu-item-detail .col2 .options .special-instructions textarea {
      width: 100%;
      padding: 8px;
      border: none;
      font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
      font-size: 100%;
      line-height: 100%;
      color: #595959; }
  section.shop-menu-item-detail .col2 .buttons {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px 15px;
    text-align: center;
    background: #fff;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.75), #ffffff); }
    @media (min-width: 768px) {
      section.shop-menu-item-detail .col2 .buttons {
        position: absolute; } }
    section.shop-menu-item-detail .col2 .buttons .temporarily-unavailable {
      padding-top: 0px; }
    section.shop-menu-item-detail .col2 .buttons select {
      flex-grow: 0;
      flex-shrink: 0;
      width: 120px;
      font-size: 16px !important;
      position: relative;
      border: solid 1px #e8edf0;
      border-radius: 24px;
      padding: 0 30px 0 20px;
      background: #fff url("../icons/red-angle-arrow.svg") no-repeat right 10px center;
      font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
      font-size: 88%;
      line-height: 172%;
      color: #303030;
      appearance: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      -ms-appearance: none;
      -o-appearance: none; }
      section.shop-menu-item-detail .col2 .buttons select::-ms-expand {
        display: none; }
      section.shop-menu-item-detail .col2 .buttons select + .btn {
        margin-left: 10px; }
    section.shop-menu-item-detail .col2 .buttons .btn {
      padding: 13px 15px; }

@media (min-width: 768px) {
  .order-start-container {
    background-image: url(/App_Themes/krispykremenew/Content/images/shop/doughnut_background.png);
    background-repeat: no-repeat;
    background-position: center center;
    overflow: auto;
    background-size: cover; }
    .order-start-container.container-background {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0; } }

.order-start-container section.order-start-common {
  /*
    &amp;.left-side-arrow:after, &amp;.right-side-arrow:after {
        @include media-breakpoint-up(md) {
            bottom: 100%;
            left: calc(50% - 75px);
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
            border-color: rgba(136, 183, 213, 0);
            border-bottom-color: $shop-background-grey;
            border-width: 20px;
            margin-left: -20px;
        }
    }
    &amp;.right-side-arrow:after {
        @include media-breakpoint-up(md) {
            left: calc(50% + 80px);
        }
    }
    */ }
  .order-start-container section.order-start-common.top {
    margin: 0 -15px;
    margin-top: 32px;
    background-color: #f7f9fa; }
    @media (min-width: 768px) {
      .order-start-container section.order-start-common.top {
        padding-bottom: 0;
        margin: 0;
        max-width: 375px;
        margin: auto;
        margin-top: 71px; } }
  .order-start-container section.order-start-common.bottom {
    margin-left: -15px;
    margin-right: -15px;
    position: relative;
    background-color: #fff;
    padding-bottom: 12px; }
    @media (min-width: 768px) {
      .order-start-container section.order-start-common.bottom {
        margin-left: 0;
        margin-right: 0;
        max-width: 375px;
        margin: auto;
        margin-bottom: 20px;
        box-shadow: 0 2px 4px 0 rgba(144, 157, 163, 0.12); } }
  .order-start-container section.order-start-common .kk-form {
    margin-left: 15px;
    margin-right: 15px; }
    @media (min-width: 576px) {
      .order-start-container section.order-start-common .kk-form {
        margin-left: 30px;
        margin-right: 30px; } }
    .order-start-container section.order-start-common .kk-form .switch-pickup {
      display: block;
      text-align: center;
      margin-top: 30px;
      margin-bottom: -30px; }
      .order-start-container section.order-start-common .kk-form .switch-pickup .switch-pickup-text {
        font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
        font-size: 15px;
        font-weight: 900;
        line-height: 1.4;
        letter-spacing: 1px;
        text-transform: uppercase; }
      .order-start-container section.order-start-common .kk-form .switch-pickup .switch-pickup-arrow {
        margin-left: 8px;
        margin-top: -4px; }
    .order-start-container section.order-start-common .kk-form .validation-summary {
      padding-top: 20px;
      display: none; }
      @media (min-width: 576px) {
        .order-start-container section.order-start-common .kk-form .validation-summary {
          padding-top: 40px; } }
    .order-start-container section.order-start-common .kk-form.form-disabled {
      display: none; }
    .order-start-container section.order-start-common .kk-form .form-section .form-field select, .order-start-container section.order-start-common .kk-form .form-section .form-field input {
      background-color: #fff;
      box-shadow: none;
      font-size: 100%;
      line-height: 100%; }
      @media (min-width: 576px) {
        .order-start-container section.order-start-common .kk-form .form-section .form-field select, .order-start-container section.order-start-common .kk-form .form-section .form-field input {
          font-size: 82%;
          line-height: 100%; } }
    .order-start-container section.order-start-common .kk-form .form-section .form-field .EditingFormLabel {
      font-size: 82%;
      line-height: 100%; }
    .order-start-container section.order-start-common .kk-form .gifting-options {
      margin-top: 31px; }
      .order-start-container section.order-start-common .kk-form .gifting-options .kk-checkbox {
        clear: both;
        padding: 1px 1px 1px 1px;
        border: solid 2px #e9e9e9;
        background-color: #f7f9fa; }
        .order-start-container section.order-start-common .kk-form .gifting-options .kk-checkbox img {
          display: inline-block; }
        .order-start-container section.order-start-common .kk-form .gifting-options .kk-checkbox input[type=checkbox]:not(old) {
          float: right;
          margin: 0;
          padding: 0;
          font-size: 1em;
          opacity: 0; }
          .keyboard-accessible .order-start-container section.order-start-common .kk-form .gifting-options .kk-checkbox input[type=checkbox]:not(old):focus + label {
            outline: 2px dotted #c8102e; }
          .order-start-container section.order-start-common .kk-form .gifting-options .kk-checkbox input[type=checkbox]:not(old) + label {
            width: 170px;
            position: relative;
            top: 10px;
            display: inline-block;
            margin-bottom: 0;
            font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
            font-size: 82%;
            line-height: 139%;
            text-transform: uppercase;
            letter-spacing: 0.86px;
            color: #0b6a38; }
            .order-start-container section.order-start-common .kk-form .gifting-options .kk-checkbox input[type=checkbox]:not(old) + label &gt; em {
              display: block;
              font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
              font-size: 100%;
              line-height: 124%;
              color: #595959;
              text-transform: none;
              letter-spacing: 0; }
            .order-start-container section.order-start-common .kk-form .gifting-options .kk-checkbox input[type=checkbox]:not(old) + label &gt; span:last-child {
              position: absolute;
              top: 6px;
              right: 0;
              display: inline-block;
              width: 18px;
              height: 18px;
              margin: 0;
              margin-left: 10px;
              border: 0.0625em solid silver;
              border-radius: 4px;
              background: #e0e0e0;
              background-image: -moz-linear-gradient(#f0f0f0, #e0e0e0);
              background-image: -ms-linear-gradient(#f0f0f0, #e0e0e0);
              background-image: -o-linear-gradient(#f0f0f0, #e0e0e0);
              background-image: -webkit-linear-gradient(#f0f0f0, #e0e0e0);
              background-image: linear-gradient(#f0f0f0, #e0e0e0);
              vertical-align: bottom;
              font-size: 124%;
              line-height: 150%; }
          .order-start-container section.order-start-common .kk-form .gifting-options .kk-checkbox input[type=checkbox]:not(old):checked + label &gt; span:last-child {
            background: #0b6a38; }
            .order-start-container section.order-start-common .kk-form .gifting-options .kk-checkbox input[type=checkbox]:not(old):checked + label &gt; span:last-child:before {
              content: '✓';
              display: block;
              color: #fff;
              font-size: 88%;
              line-height: 115%;
              text-align: center;
              text-shadow: 0 0 0.0714em #73994d;
              font-weight: bold; }
    .order-start-container section.order-start-common .kk-form .form-actions {
      padding-top: 40px; }
      .order-start-container section.order-start-common .kk-form .form-actions.form-hidden {
        padding-top: 0; }
  .order-start-container section.order-start-common .form-catering {
    text-align: center; }
    .order-start-container section.order-start-common .form-catering .link-to-catering {
      font-size: 82%;
      line-height: 100%;
      font-family: 'BrandonGrotesque-Black', Arial, Helvetica, sans-serif;
      letter-spacing: 0.8px;
      color: #0b6a38;
      text-transform: uppercase; }
      .order-start-container section.order-start-common .form-catering .link-to-catering .catering-icon {
        width: 0.85rem;
        vertical-align: baseline; }
  .order-start-container section.order-start-common .form-submit {
    padding: 20px 0px; }
    @media (min-width: 576px) {
      .order-start-container section.order-start-common .form-submit {
        padding: 16px 0px 0px; } }
  .order-start-container section.order-start-common .order-start-content {
    max-width: 375px;
    margin: auto; }
  .order-start-container section.order-start-common h1 {
    font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
    font-size: 150%;
    line-height: 100%;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    max-width: 300px;
    margin: auto;
    margin-bottom: 20px; }
  .order-start-container section.order-start-common .radio-container {
    display: none; }
  .order-start-container section.order-start-common .order-type-selection {
    display: flex;
    justify-content: center;
    width: 100%;
    text-align: center; }
    .order-start-container section.order-start-common .order-type-selection .order-type-delivery, .order-start-container section.order-start-common .order-type-selection .order-type-pickup {
      vertical-align: middle;
      margin: 0 35px; }
      .order-start-container section.order-start-common .order-type-selection .order-type-delivery img, .order-start-container section.order-start-common .order-type-selection .order-type-pickup img {
        width: 73px; }
    .order-start-container section.order-start-common .order-type-selection .order-type-delivery img {
      margin-top: 11px;
      margin-bottom: 12px; }
    .order-start-container section.order-start-common .order-type-selection p {
      font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
      font-size: 75%;
      line-height: 175%;
      letter-spacing: 0.8px;
      padding: 10px 16px;
      text-transform: uppercase;
      color: #0b6a38;
      margin-bottom: 0; }
    .order-start-container section.order-start-common .order-type-selection .selected p {
      color: #c8102e;
      border-bottom: 3px solid #c8102e; }
    .order-start-container section.order-start-common .order-type-selection .helper {
      /* this hack allows the img to be vertically centered */
      display: inline-block;
      height: 100%;
      vertical-align: middle; }
  .order-start-container section.order-start-common input[type=text] {
    background-color: #f7f9fa; }
  .order-start-container section.order-start-common .anonymous {
    margin: 10px 30px;
    text-align: center; }
    @media (max-width: 767.98px) {
      .order-start-container section.order-start-common .anonymous {
        margin: 10px 15px; } }
    .order-start-container section.order-start-common .anonymous button {
      width: 100%; }
  .order-start-container section.order-start-common .sign-up {
    margin: 10px 30px; }
    .order-start-container section.order-start-common .sign-up p {
      font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
      font-size: 82%;
      line-height: 100%;
      color: #595959;
      text-align: center; }
    .order-start-container section.order-start-common .sign-up a {
      color: #0b6a38; }

.order-start-container section.order-start .client-error {
  display: none; }

.order-start-container section.order-start .favorite-store {
  padding: 44px 0 0; }
  .order-start-container section.order-start .favorite-store .header {
    display: flex;
    justify-content: space-between;
    padding: 0 14px;
    padding-bottom: 8px; }
    .order-start-container section.order-start .favorite-store .header p {
      font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
      font-size: 82%;
      line-height: 100%;
      color: #0b6a38;
      text-transform: uppercase;
      letter-spacing: .8px;
      margin: 0; }
    .order-start-container section.order-start .favorite-store .header a {
      font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
      font-size: 82%;
      line-height: 100%; }
  .order-start-container section.order-start .favorite-store &gt; div:last-child {
    background: url(/App_Themes/krispykremenew/Content/images/shop/icons/gps-icon.png) no-repeat #fff;
    background-size: 16px 19px;
    background-position: 10px 24px;
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 rgba(144, 157, 163, 0.12);
    padding: 24px;
    padding-left: 36px;
    position: relative; }
    .order-start-container section.order-start .favorite-store &gt; div:last-child p {
      font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
      font-size: 82%;
      line-height: 100%;
      color: #697378;
      margin-bottom: 2px; }
    .order-start-container section.order-start .favorite-store &gt; div:last-child p:first-child {
      color: #000;
      font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
      font-size: 94%;
      line-height: 100%;
      font-weight: bold;
      margin-bottom: 8px; }
    .order-start-container section.order-start .favorite-store &gt; div:last-child a {
      font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
      font-size: 82%;
      line-height: 100%;
      position: absolute;
      right: 16px;
      top: 24px; }

.order-start-container section.order-start .form-pickup .favorite-store, .order-start-container section.order-start .form-pickup .form-section {
  display: none; }

@media (min-width: 768px) {
  .modal-open .modal-order-start .modal-dialog .modal-content .modal-body {
    padding-left: 50px;
    padding-right: 50px; } }

.modal-open .modal-order-start .modal-dialog .modal-content .modal-body h3 {
  font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
  font-size: 163%;
  line-height: 124%;
  letter-spacing: 0.81px;
  color: #000;
  text-transform: uppercase; }
  @media (min-width: 768px) {
    .modal-open .modal-order-start .modal-dialog .modal-content .modal-body h3 {
      padding: 0 25px;
      font-size: 150%;
      line-height: 134%;
      letter-spacing: 0.75px; } }

.modal-open .modal-order-start .modal-dialog .modal-content .modal-body p {
  margin-top: 16px;
  font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
  font-size: 88%;
  line-height: 172%;
  color: #595959;
  text-align: left; }
  @media (min-width: 768px) {
    .modal-open .modal-order-start .modal-dialog .modal-content .modal-body p {
      margin-top: 10px;
      font-size: 100%;
      line-height: 150%; } }
  .modal-open .modal-order-start .modal-dialog .modal-content .modal-body p + p {
    margin-top: 23px; }

.modal-open .modal-order-start .modal-dialog .modal-content .modal-footer {
  flex-direction: column; }
  .modal-open .modal-order-start .modal-dialog .modal-content .modal-footer .btn-primary, .modal-open .modal-order-start .modal-dialog .modal-content .modal-footer section.fundraising-overview &gt; .banner-cta.primary .ctas .btn, section.fundraising-overview &gt; .banner-cta.primary .ctas .modal-open .modal-order-start .modal-dialog .modal-content .modal-footer .btn, .modal-open .modal-order-start .modal-dialog .modal-content .modal-footer section.fundraising-products &gt; .banner-cta.primary .ctas .btn, section.fundraising-products &gt; .banner-cta.primary .ctas .modal-open .modal-order-start .modal-dialog .modal-content .modal-footer .btn {
    max-width: 204px; }
  .modal-open .modal-order-start .modal-dialog .modal-content .modal-footer .mycheckbox {
    margin: 32px 0 0 0; }
    .modal-open .modal-order-start .modal-dialog .modal-content .modal-footer .mycheckbox input[type=checkbox]:not(old) {
      width: 2em;
      margin: 0;
      padding: 0;
      font-size: 1em;
      opacity: 0; }
      .modal-open .modal-order-start .modal-dialog .modal-content .modal-footer .mycheckbox input[type=checkbox]:not(old):focus + label {
        outline: 2px dotted #c8102e; }
      .modal-open .modal-order-start .modal-dialog .modal-content .modal-footer .mycheckbox input[type=checkbox]:not(old) + label {
        display: inline-block;
        margin-bottom: 0;
        margin-left: -2em;
        font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
        font-size: 82%;
        line-height: 185%; }
        .modal-open .modal-order-start .modal-dialog .modal-content .modal-footer .mycheckbox input[type=checkbox]:not(old) + label &gt; span {
          display: inline-block;
          width: 18px;
          height: 18px;
          margin: 0.25em 0.5em 0.25em 0.25em;
          border: 0.0625em solid silver;
          border-radius: 4px;
          background: #e0e0e0;
          background-image: -moz-linear-gradient(#f0f0f0, #e0e0e0);
          background-image: -ms-linear-gradient(#f0f0f0, #e0e0e0);
          background-image: -o-linear-gradient(#f0f0f0, #e0e0e0);
          background-image: -webkit-linear-gradient(#f0f0f0, #e0e0e0);
          background-image: linear-gradient(#f0f0f0, #e0e0e0);
          vertical-align: bottom;
          font-size: 124%;
          line-height: 150%; }
      .modal-open .modal-order-start .modal-dialog .modal-content .modal-footer .mycheckbox input[type=checkbox]:not(old):checked + label &gt; span {
        background: #0b6a38; }
        .modal-open .modal-order-start .modal-dialog .modal-content .modal-footer .mycheckbox input[type=checkbox]:not(old):checked + label &gt; span:before {
          content: '✓';
          display: block;
          color: #fff;
          font-size: 88%;
          line-height: 115%;
          text-align: center;
          text-shadow: 0 0 0.0714em #73994d;
          font-weight: bold; }

section.order-start-address .gifting-options .kk-checkbox {
  clear: both; }
  section.order-start-address .gifting-options .kk-checkbox input[type=checkbox]:not(old) {
    float: right;
    margin: 0;
    padding: 0;
    font-size: 1em;
    opacity: 0; }
    .keyboard-accessible section.order-start-address .gifting-options .kk-checkbox input[type=checkbox]:not(old):focus + label {
      outline: 2px dotted #c8102e; }
    section.order-start-address .gifting-options .kk-checkbox input[type=checkbox]:not(old) + label {
      position: relative;
      display: block;
      margin-bottom: 0;
      font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
      font-size: 82%;
      line-height: 139%;
      text-transform: uppercase;
      letter-spacing: 0.86px;
      color: #0b6a38; }
      section.order-start-address .gifting-options .kk-checkbox input[type=checkbox]:not(old) + label &gt; em {
        display: block;
        font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
        font-size: 100%;
        line-height: 124%;
        color: #595959;
        text-transform: none;
        letter-spacing: 0; }
      section.order-start-address .gifting-options .kk-checkbox input[type=checkbox]:not(old) + label &gt; span:last-child {
        position: absolute;
        top: 0;
        right: 0;
        display: inline-block;
        width: 18px;
        height: 18px;
        margin: 0;
        margin-left: 10px;
        border: 0.0625em solid silver;
        border-radius: 4px;
        background: #e0e0e0;
        background-image: -moz-linear-gradient(#f0f0f0, #e0e0e0);
        background-image: -ms-linear-gradient(#f0f0f0, #e0e0e0);
        background-image: -o-linear-gradient(#f0f0f0, #e0e0e0);
        background-image: -webkit-linear-gradient(#f0f0f0, #e0e0e0);
        background-image: linear-gradient(#f0f0f0, #e0e0e0);
        vertical-align: bottom;
        font-size: 124%;
        line-height: 150%; }
    section.order-start-address .gifting-options .kk-checkbox input[type=checkbox]:not(old):checked + label &gt; span:last-child {
      background: #0b6a38; }
      section.order-start-address .gifting-options .kk-checkbox input[type=checkbox]:not(old):checked + label &gt; span:last-child:before {
        content: '✓';
        display: block;
        color: #fff;
        font-size: 88%;
        line-height: 115%;
        text-align: center;
        text-shadow: 0 0 0.0714em #73994d;
        font-weight: bold; }

.modal-open .order-start-address #modalGiftingInfo .modal-dialog .modal-content .modal-body .heading {
  background: url("../icons/gift.svg") no-repeat;
  padding-top: 88px;
  background-size: 64px;
  background-position: center top; }

.modal-open .order-start-address #modalGiftingInfo .modal-dialog .modal-content .modal-footer {
  flex-direction: column; }
  .modal-open .order-start-address #modalGiftingInfo .modal-dialog .modal-content .modal-footer .btn {
    margin-top: 16px; }
    @media (min-width: 768px) {
      .modal-open .order-start-address #modalGiftingInfo .modal-dialog .modal-content .modal-footer .btn {
        max-width: 330px; } }

section.cart {
  margin: 0 -15px;
  position: relative; }
  @media (min-width: 768px) {
    section.cart {
      margin: auto;
      max-width: 800px;
      padding: 0 14px; } }
  section.cart .heading {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  section.cart .heading a:active {
    color: #fff; }
  section.cart h1 {
    color: #000;
    font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
    font-size: 150%;
    line-height: 100%;
    text-transform: uppercase;
    padding: 24px 15px;
    background-color: #fff;
    text-align: left;
    letter-spacing: 1.8px;
    display: block;
    margin: 0; }
    @media (min-width: 768px) {
      section.cart h1 {
        font-size: 250%;
        line-height: 120%;
        background-color: #f7f9fa; } }
  section.cart .basic-info {
    padding: 0 15px;
    background-color: #fff;
    margin-bottom: 4px;
    box-shadow: 0 2px 4px 0 rgba(144, 157, 163, 0.12); }
    @media (min-width: 768px) {
      section.cart .basic-info {
        background-color: #f7f9fa;
        display: flex;
        justify-content: flex-start;
        box-shadow: none; } }
    section.cart .basic-info .address, section.cart .basic-info .timing {
      padding: 10px 0;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      @media (min-width: 768px) {
        section.cart .basic-info .address, section.cart .basic-info .timing {
          display: inline-block;
          flex-basis: 50%;
          margin-bottom: 32px; } }
      section.cart .basic-info .address p, section.cart .basic-info .timing p {
        font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
        font-size: 82%;
        line-height: 124%;
        color: #697378;
        flex-grow: 2;
        margin-bottom: 0; }
        @media (min-width: 768px) {
          section.cart .basic-info .address p, section.cart .basic-info .timing p {
            margin: 0 0 0 28px; } }
      section.cart .basic-info .address a, section.cart .basic-info .timing a {
        font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
        font-size: 82%;
        line-height: 124%;
        color: #0b6a38;
        margin: 0 8px; }
        @media (min-width: 768px) {
          section.cart .basic-info .address a, section.cart .basic-info .timing a {
            margin: 0; } }
    @media (min-width: 768px) {
      section.cart .basic-info .address {
        margin-right: 10px; } }
    @media (min-width: 768px) {
      section.cart .basic-info .timing {
        margin-left: 10px; } }
    section.cart .basic-info .address:before {
      content: ' ';
      background-image: url(/App_Themes/krispykremenew/Content/images/shop/icons/gps-icon.png);
      background-size: 16px 19px;
      background-repeat: no-repeat;
      float: left;
      margin-right: 8px;
      width: 28px;
      height: 40px;
      background-position: 5px 0; }
    section.cart .basic-info .timing:before {
      content: ' ';
      background-image: url(/App_Themes/krispykremenew/Content/images/shop/icons/time-icon.png);
      background-size: 16px 16px;
      background-repeat: no-repeat;
      float: left;
      margin-right: 8px;
      width: 28px;
      height: 40px;
      background-position: 5px 0; }
  section.cart .cart-empty {
    padding: 20px;
    background-color: #fff;
    margin-bottom: 4px;
    box-shadow: 0 2px 4px 0 rgba(144, 157, 163, 0.12); }
  section.cart .cart-full .gifting-message {
    padding: 16px 15px;
    background-color: #f7f9fa; }
    @media (min-width: 768px) {
      section.cart .cart-full .gifting-message {
        padding: 0 15px;
        margin-left: 15px; } }
    section.cart .cart-full .gifting-message p {
      max-width: 343px;
      margin: 0 auto;
      text-align: center;
      font-family: "BrandonGrotesque-RegularItalic", Arial, Helvetica, sans-serif;
      font-style: normal;
      font-size: 75%;
      line-height: 134%;
      color: #303030; }
      @media (min-width: 768px) {
        section.cart .cart-full .gifting-message p {
          max-width: none;
          margin: 0;
          padding-left: 21px;
          text-align: left; } }
    @media (min-width: 768px) {
      section.cart .cart-full .gifting-message + .cart-warning {
        margin-top: 16px; } }
  section.cart .cart-full .cart-warning {
    padding: 0 15px;
    text-align: left;
    font-size: 88%;
    line-height: 150%;
    font-style: italic;
    color: #c8102e; }
    @media (min-width: 768px) {
      section.cart .cart-full .cart-warning {
        margin-left: 15px;
        padding: 0; } }
    section.cart .cart-full .cart-warning ul {
      margin: 0; }
      @media (min-width: 768px) {
        section.cart .cart-full .cart-warning ul {
          padding-left: 36px; } }
  section.cart .cart-full .cart-items {
    margin: 10px 0 4px 0;
    padding: 16px 15px 0 15px;
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(144, 157, 163, 0.12); }
    @media (min-width: 768px) {
      section.cart .cart-full .cart-items {
        border-radius: 4px; } }
    section.cart .cart-full .cart-items table {
      width: 100%; }
      section.cart .cart-full .cart-items table thead tr {
        display: none; }
        @media (min-width: 768px) {
          section.cart .cart-full .cart-items table thead tr {
            display: table-row; } }
        section.cart .cart-full .cart-items table thead tr th {
          font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
          font-size: 75%;
          line-height: 100%;
          color: #000;
          font-weight: normal;
          letter-spacing: 1px;
          text-transform: uppercase;
          padding: 0 0 10px 0; }
        section.cart .cart-full .cart-items table thead tr th.price {
          text-align: right; }
      section.cart .cart-full .cart-items table tbody tr {
        border-top: 1px solid #e8edf0; }
        @media (max-width: 767.98px) {
          section.cart .cart-full .cart-items table tbody tr:first-child {
            border-top: none; } }
        section.cart .cart-full .cart-items table tbody tr td {
          padding: 20px 0 10px 0;
          /*vertical-align: top;*/ }
          @media (min-width: 768px) {
            section.cart .cart-full .cart-items table tbody tr td {
              vertical-align: middle;
              padding: 10px 0; } }
          section.cart .cart-full .cart-items table tbody tr td.image {
            width: 0px; }
            @media (min-width: 768px) {
              section.cart .cart-full .cart-items table tbody tr td.image {
                width: 120px; } }
            section.cart .cart-full .cart-items table tbody tr td.image img {
              display: none; }
              @media (min-width: 768px) {
                section.cart .cart-full .cart-items table tbody tr td.image img {
                  width: 116px;
                  display: inline; } }
          section.cart .cart-full .cart-items table tbody tr td.product a {
            font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
            font-size: 88%;
            line-height: 172%;
            font-weight: 900;
            text-transform: uppercase; }
            @media (min-width: 768px) {
              section.cart .cart-full .cart-items table tbody tr td.product a {
                font-size: 94%;
                line-height: 160%;
                letter-spacing: 0.94px; } }
          section.cart .cart-full .cart-items table tbody tr td.product ul {
            margin: 0;
            padding: 0;
            list-style: none; }
            section.cart .cart-full .cart-items table tbody tr td.product ul li {
              font-family: "BrandonGrotesque-RegularItalic", Arial, Helvetica, sans-serif;
              font-style: normal;
              font-size: 82%;
              line-height: 162%;
              color: #697378; }
              @media (min-width: 360px) {
                section.cart .cart-full .cart-items table tbody tr td.product ul li {
                  min-width: max-content; } }
              section.cart .cart-full .cart-items table tbody tr td.product ul li .option-link {
                font-family: "BrandonGrotesque-RegularItalic", Arial, Helvetica, sans-serif;
                font-style: normal;
                color: #0b6a38;
                text-decoration: underline;
                text-transform: none;
                margin: 0 8px; }
                section.cart .cart-full .cart-items table tbody tr td.product ul li .option-link:hover {
                  text-decoration: none; }
                @media (min-width: 768px) {
                  section.cart .cart-full .cart-items table tbody tr td.product ul li .option-link {
                    margin: 0; } }
          section.cart .cart-full .cart-items table tbody tr td.product p {
            margin: 0;
            padding: 4px 0 0;
            font-family: "BrandonGrotesque-RegularItalic", Arial, Helvetica, sans-serif;
            font-style: normal;
            font-size: 82%;
            line-height: 139%;
            color: #697378; }
          section.cart .cart-full .cart-items table tbody tr td.quantity select {
            width: 70px;
            border: solid 1px #e8edf0;
            border-radius: 24px;
            padding: 4px 30px 4px 20px;
            font-size: 16px !important;
            background: #fff url("../icons/red-angle-arrow.svg") no-repeat right 10px center;
            font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
            font-size: 88%;
            line-height: 172%;
            color: #303030;
            appearance: none;
            -webkit-appearance: none;
            -moz-appearance: none;
            -ms-appearance: none;
            -o-appearance: none; }
            section.cart .cart-full .cart-items table tbody tr td.quantity select::-ms-expand {
              display: none; }
          section.cart .cart-full .cart-items table tbody tr td.price {
            text-align: right;
            color: #303030;
            font-size: 88%;
            line-height: 172%;
            padding-left: 8px; }
          section.cart .cart-full .cart-items table tbody tr td.delete {
            padding-left: 15px;
            padding-right: 7px;
            text-align: right; }
            @media (min-width: 992px) {
              section.cart .cart-full .cart-items table tbody tr td.delete {
                padding-left: 45px; } }
            section.cart .cart-full .cart-items table tbody tr td.delete img {
              height: 12px; }
  section.cart .cart-full .gift-packaging {
    padding: 0px 0px;
    background-color: #fff;
    margin-bottom: 4px;
    box-shadow: 0 2px 4px 0 rgba(144, 157, 163, 0.12);
    display: inline-flex;
    width: 100%; }
    @media (min-width: 768px) {
      section.cart .cart-full .gift-packaging {
        display: flex;
        justify-content: space-between; } }
    section.cart .cart-full .gift-packaging.imageRight {
      flex-direction: row-reverse; }
      @media (min-width: 768px) {
        section.cart .cart-full .gift-packaging.imageRight {
          padding-left: 40px; } }
    section.cart .cart-full .gift-packaging .image {
      margin-bottom: 14px;
      height: 140px;
      background: url("/App_Themes/krispykremenew/Content/images/shop/gift-packaging-375.png") no-repeat;
      width: 260px; }
      @media (min-width: 360px) {
        section.cart .cart-full .gift-packaging .image {
          height: 165px; } }
      @media (min-width: 768px) {
        section.cart .cart-full .gift-packaging .image {
          margin-bottom: 0px;
          background: url("/App_Themes/krispykremenew/Content/images/shop/gift-packaging-1200.png") no-repeat;
          width: 450px; } }
    section.cart .cart-full .gift-packaging .copy {
      margin: 25px 15px 25px 28px;
      flex-basis: 65%;
      text-align: left;
      display: flex;
      flex-direction: column;
      justify-content: center; }
      @media (min-width: 768px) {
        section.cart .cart-full .gift-packaging .copy {
          margin-left: 40px; } }
      section.cart .cart-full .gift-packaging .copy .body {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 18px; }
        @media (min-width: 576px) {
          section.cart .cart-full .gift-packaging .copy .body {
            margin-bottom: 14px;
            line-height: 24px;
            margin-bottom: 24px; } }
      section.cart .cart-full .gift-packaging .copy h2 {
        font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
        font-size: 18px;
        text-transform: uppercase; }
        @media (min-width: 768px) {
          section.cart .cart-full .gift-packaging .copy h2 {
            font-size: 24px; } }
      section.cart .cart-full .gift-packaging .copy p {
        color: #595959;
        max-width: 360px;
        margin-bottom: 0rem;
        text-align: left; }
        @media (min-width: 576px) {
          section.cart .cart-full .gift-packaging .copy p {
            max-width: none; } }
        @media (min-width: 768px) {
          section.cart .cart-full .gift-packaging .copy p {
            max-width: 360px; } }
      section.cart .cart-full .gift-packaging .copy .ctas {
        display: flex;
        padding-bottom: 5px; }
        section.cart .cart-full .gift-packaging .copy .ctas .cta {
          margin-right: 40px; }
        section.cart .cart-full .gift-packaging .copy .ctas .btn {
          padding: 10px 24px;
          height: 33px;
          flex-grow: 0;
          flex-shrink: 0;
          font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
          font-size: 88%;
          line-height: 100%;
          font-weight: unset;
          text-transform: none;
          letter-spacing: 0;
          white-space: nowrap; }
  section.cart .cart-full .coupon {
    padding: 15px 15px;
    background-color: #fff;
    margin-bottom: 4px;
    box-shadow: 0 2px 4px 0 rgba(144, 157, 163, 0.12); }
    @media (min-width: 768px) {
      section.cart .cart-full .coupon {
        border-radius: 4px; } }
    section.cart .cart-full .coupon .coupon-info {
      display: flex; }
      section.cart .cart-full .coupon .coupon-info label {
        margin-bottom: 0;
        font-size: 75%;
        line-height: 200%;
        font-family: "BrandonGrotesque-RegularBold", Arial, Helvetica, sans-serif;
        color: #303030;
        text-transform: uppercase;
        white-space: nowrap; }
        @media (min-width: 768px) {
          section.cart .cart-full .coupon .coupon-info label {
            font-size: 100%;
            line-height: 150%; } }
        section.cart .cart-full .coupon .coupon-info label + span {
          margin-left: 23px;
          font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
          font-size: 82%;
          line-height: 185%;
          color: #697378; }
      section.cart .cart-full .coupon .coupon-info input {
        width: 130px;
        margin-left: 23px;
        border: 0;
        border-bottom: solid 1px #e8edf0;
        font-size: 100%;
        line-height: 150%;
        color: #595959;
        text-transform: uppercase; }
        section.cart .cart-full .coupon .coupon-info input::-webkit-input-placeholder {
          color: #c1c1c1;
          text-transform: none; }
        section.cart .cart-full .coupon .coupon-info input:-moz-placeholder {
          color: #c1c1c1;
          text-transform: none; }
        section.cart .cart-full .coupon .coupon-info input::-moz-placeholder {
          color: #c1c1c1;
          text-transform: none; }
        section.cart .cart-full .coupon .coupon-info input:-ms-input-placeholder {
          color: #c1c1c1;
          text-transform: none; }
        section.cart .cart-full .coupon .coupon-info input::placeholder {
          color: #c1c1c1;
          text-transform: none; }
        section.cart .cart-full .coupon .coupon-info input + a {
          margin-left: auto;
          font-size: 82%;
          line-height: 185%; }
          @media (min-width: 768px) {
            section.cart .cart-full .coupon .coupon-info input + a {
              margin-left: 20px; } }
    section.cart .cart-full .coupon .coupon-warning {
      margin-top: 10px;
      font-size: 88%;
      line-height: 150%;
      font-style: italic;
      color: #c8102e; }
    section.cart .cart-full .coupon &gt; p {
      margin: 15px 0 0;
      font-family: "BrandonGrotesque-RegularItalic", Arial, Helvetica, sans-serif;
      font-style: normal;
      font-size: 75%;
      line-height: 134%;
      color: #303030; }
  section.cart .cart-full .special {
    margin-bottom: 4px;
    padding: 15px 15px;
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(144, 157, 163, 0.12); }
    @media (min-width: 768px) {
      section.cart .cart-full .special {
        border-radius: 4px; } }
    section.cart .cart-full .special label {
      font-size: 75%;
      line-height: 200%;
      font-family: "BrandonGrotesque-RegularBold", Arial, Helvetica, sans-serif;
      color: #303030;
      text-transform: uppercase; }
      @media (min-width: 768px) {
        section.cart .cart-full .special label {
          font-size: 100%;
          line-height: 150%; } }
    section.cart .cart-full .special input {
      width: 100%;
      border: 0;
      border-bottom: solid 1px #e8edf0;
      font-size: 100%;
      line-height: 150%;
      color: #595959; }
      section.cart .cart-full .special input::-webkit-input-placeholder {
        color: #c1c1c1; }
      section.cart .cart-full .special input:-moz-placeholder {
        color: #c1c1c1; }
      section.cart .cart-full .special input::-moz-placeholder {
        color: #c1c1c1; }
      section.cart .cart-full .special input:-ms-input-placeholder {
        color: #c1c1c1; }
      section.cart .cart-full .special input::placeholder {
        color: #c1c1c1; }
    section.cart .cart-full .special input + p {
      margin: 15px 0 0;
      font-family: "BrandonGrotesque-RegularItalic", Arial, Helvetica, sans-serif;
      font-style: normal;
      font-size: 75%;
      line-height: 134%;
      color: #303030; }
  section.cart .cart-full .delivery-address-type {
    margin-bottom: 4px;
    padding: 20px 15px;
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(144, 157, 163, 0.12); }
    @media (min-width: 768px) {
      section.cart .cart-full .delivery-address-type {
        border-radius: 4px; } }
    section.cart .cart-full .delivery-address-type label {
      font-size: 75%;
      line-height: 200%;
      font-family: "BrandonGrotesque-RegularBold", Arial, Helvetica, sans-serif;
      color: #303030;
      width: 100%;
      text-transform: uppercase;
      margin-bottom: 15px; }
      @media (min-width: 768px) {
        section.cart .cart-full .delivery-address-type label {
          font-size: 100%;
          line-height: 150%; } }
    section.cart .cart-full .delivery-address-type .options {
      /* Uncomment this section if the selected radio button's label should be changed to another color.
                input[type="radio"]:checked + label {
                    color: $green;
                }
                    */ }
      section.cart .cart-full .delivery-address-type .options label {
        width: 50%;
        text-transform: none;
        font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
        line-height: 140%;
        vertical-align: text-top; }
        @media (min-width: 768px) {
          section.cart .cart-full .delivery-address-type .options label {
            width: 25%;
            vertical-align: top; } }
      section.cart .cart-full .delivery-address-type .options input[type="radio"] {
        /*use opacity to keep element visible (required for keyboard navigation)*/
        /*display: none;*/
        opacity: 0 !important; }
        section.cart .cart-full .delivery-address-type .options input[type="radio"]:focus + label {
          outline: 2px dotted #c8102e; }
      section.cart .cart-full .delivery-address-type .options input[type="radio"] + label:before {
        font-family: "FontAwesome";
        font-size: 16px;
        display: inline-block;
        width: 18px;
        margin: 0px 6px; }
      section.cart .cart-full .delivery-address-type .options input[type="radio"] + label {
        margin-left: -18px;
        font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
        font-size: 100%;
        line-height: 100%;
        color: #000; }
      section.cart .cart-full .delivery-address-type .options input[type="radio"] + label:before {
        content: "\f1db";
        color: #697378; }
      section.cart .cart-full .delivery-address-type .options input[type="radio"]:checked + label:before {
        content: "\f192";
        color: #0b6a38; }
  section.cart .cart-full .tip {
    padding: 15px 15px;
    background-color: #fff;
    margin-bottom: 4px;
    box-shadow: 0 2px 4px 0 rgba(144, 157, 163, 0.12); }
    @media (min-width: 768px) {
      section.cart .cart-full .tip {
        border-radius: 4px; } }
    section.cart .cart-full .tip table {
      width: 100%; }
      section.cart .cart-full .tip table td:first-child {
        font-size: 75%;
        line-height: 200%;
        font-family: "BrandonGrotesque-RegularBold", Arial, Helvetica, sans-serif;
        color: #303030;
        text-transform: uppercase; }
        @media (min-width: 768px) {
          section.cart .cart-full .tip table td:first-child {
            font-size: 100%;
            line-height: 150%; } }
      section.cart .cart-full .tip table td:nth-child(2) {
        text-align: right; }
        section.cart .cart-full .tip table td:nth-child(2) select {
          width: 160px;
          border: solid 1px #e8edf0;
          border-radius: 24px;
          padding: 4px 30px 4px 20px;
          font-size: 16px !important;
          background: #fff url("../icons/red-angle-arrow.svg") no-repeat right 10px center;
          font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
          font-size: 88%;
          line-height: 172%;
          color: #303030;
          appearance: none;
          -webkit-appearance: none;
          -moz-appearance: none;
          -ms-appearance: none;
          -o-appearance: none; }
          section.cart .cart-full .tip table td:nth-child(2) select::-ms-expand {
            display: none; }
  section.cart .cart-full .totals {
    padding: 14px 15px;
    background-color: #f7f9fa;
    font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
    color: #697378; }
    @media (min-width: 768px) {
      section.cart .cart-full .totals {
        padding-bottom: 150px; } }
    section.cart .cart-full .totals table {
      width: 100%; }
      section.cart .cart-full .totals table tr td {
        padding: 4px 0 4px 0;
        font-size: 88%;
        line-height: 172%; }
        section.cart .cart-full .totals table tr td .kk-tooltip-trigger {
          padding: 0rem 0.45rem 0.1rem; }
          section.cart .cart-full .totals table tr td .kk-tooltip-trigger:hover {
            text-decoration: none; }
        section.cart .cart-full .totals table tr td .kk-tooltip-box {
          font-size: 88%;
          line-height: 150%;
          font-style: italic;
          color: #c8102e;
          display: none; }
          section.cart .cart-full .totals table tr td .kk-tooltip-box[aria-hidden="false"] {
            display: inline-block; }
      section.cart .cart-full .totals table tr td:nth-child(2) {
        text-align: right;
        vertical-align: top;
        color: #000; }
      section.cart .cart-full .totals table tr.total-line {
        margin-top: 8px;
        font-weight: bold;
        color: #000;
        font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
        font-size: 150%;
        line-height: 134%; }
        @media (min-width: 768px) {
          section.cart .cart-full .totals table tr.total-line {
            margin-top: 14px;
            font-family: "BrandonGrotesque-RegularBold", Arial, Helvetica, sans-serif;
            font-size: 150%;
            line-height: 100%; } }
  section.cart .buttons {
    width: 100%;
    padding: 0 15px;
    margin: 24px 0; }
    section.cart .buttons .btn {
      align-items: center;
      display: flex;
      justify-content: center;
      width: 100%;
      height: 56px;
      margin: 16px 0; }
      section.cart .buttons .btn:first-child {
        display: none; }
    @media (min-width: 768px) {
      section.cart .buttons {
        display: flex;
        background-color: white;
        box-shadow: 0 2px 23px 0 rgba(0, 0, 0, 0.12);
        position: fixed;
        bottom: 0;
        left: 0;
        margin: 0;
        justify-content: center; }
        section.cart .buttons .btn {
          margin: 16px 8px;
          max-width: 320px; }
          section.cart .buttons .btn:first-child {
            display: flex; }
          section.cart .buttons .btn:last-child {
            display: none; } }
  section.cart &gt; .loading {
    position: absolute;
    top: 0;
    bottom: 0%;
    left: 0;
    right: 0%;
    background: url("/App_Themes/krispykremenew/Content/images/loading.gif") no-repeat rgba(255, 255, 255, 0.8);
    background-position: center;
    z-index: 99; }
  section.cart .tabs-mobile {
    margin: 0 0 8px 0; }
  section.cart #modalRemoveItem .modal-dialog .modal-body p {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 100%;
    line-height: 150%;
    color: #697378; }
  section.cart #modalChangeLocation .modal-dialog .modal-body p {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 100%;
    line-height: 150%;
    color: #697378; }
  section.cart #modalChangeTiming .modal-dialog .modal-body {
    padding-left: 50px;
    padding-right: 50px; }
    @media (min-width: 768px) {
      section.cart #modalChangeTiming .modal-dialog .modal-body {
        padding-left: 125px;
        padding-right: 125px; } }
    section.cart #modalChangeTiming .modal-dialog .modal-body .heading {
      max-width: 300px; }
    section.cart #modalChangeTiming .modal-dialog .modal-body .timing-options {
      flex-basis: 100%; }
      section.cart #modalChangeTiming .modal-dialog .modal-body .timing-options .validation-summary {
        margin-top: 20px;
        font-size: 88%;
        line-height: 150%;
        font-style: italic;
        color: #c8102e; }
      section.cart #modalChangeTiming .modal-dialog .modal-body .timing-options .form-field {
        max-width: 325px;
        margin-top: 40px;
        padding-left: 24px;
        border-bottom: solid 1px #dedede;
        background: url("../images/shop/icons/ic-clock.svg") no-repeat #fff;
        background-size: 16px;
        background-position: bottom 8px left; }
        section.cart #modalChangeTiming .modal-dialog .modal-body .timing-options .form-field label {
          display: block;
          margin: 0;
          margin-left: -24px;
          font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
          font-size: 69%;
          line-height: 110%;
          color: #0b6937;
          text-transform: uppercase;
          text-align: left; }
          section.cart #modalChangeTiming .modal-dialog .modal-body .timing-options .form-field label:after {
            content: ' * ';
            color: #c8102e; }
        section.cart #modalChangeTiming .modal-dialog .modal-body .timing-options .form-field select {
          width: 100%;
          border: none;
          background: url("../images/shop/icons/ic-arrow-down.svg") no-repeat #fff;
          background-size: 16px;
          background-position: center right;
          font-size: 16px !important;
          -webkit-appearance: none;
          -moz-appearance: none;
          appearance: none;
          font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
          font-size: 113%;
          line-height: 134%;
          color: #283134; }
          section.cart #modalChangeTiming .modal-dialog .modal-body .timing-options .form-field select::-ms-expand {
            display: none; }
  section.cart #modalChangeTiming .modal-dialog .modal-footer {
    display: flex;
    padding-left: 50px;
    padding-right: 50px; }
    @media (min-width: 768px) {
      section.cart #modalChangeTiming .modal-dialog .modal-footer {
        padding-left: 125px;
        padding-right: 125px; } }
  section.cart #abandonedCartModalChangeTiming .modal-dialog .modal-body {
    padding-left: 10px;
    padding-right: 10px; }
    @media (min-width: 768px) {
      section.cart #abandonedCartModalChangeTiming .modal-dialog .modal-body {
        padding-left: 50px;
        padding-right: 50px; } }
    section.cart #abandonedCartModalChangeTiming .modal-dialog .modal-body .heading {
      max-width: 100%;
      font-size: 135%; }
    section.cart #abandonedCartModalChangeTiming .modal-dialog .modal-body .timing-options {
      flex-basis: 100%;
      padding-left: 80px;
      padding-right: 80px; }
      section.cart #abandonedCartModalChangeTiming .modal-dialog .modal-body .timing-options .validation-summary {
        margin-top: 20px;
        font-size: 88%;
        line-height: 150%;
        font-style: italic;
        color: #c8102e; }
      section.cart #abandonedCartModalChangeTiming .modal-dialog .modal-body .timing-options .form-field {
        max-width: 325px;
        margin-top: 40px;
        padding-left: 24px;
        border-bottom: solid 1px #dedede;
        background: url("../images/shop/icons/ic-clock.svg") no-repeat #fff;
        background-size: 16px;
        background-position: bottom 8px left; }
        section.cart #abandonedCartModalChangeTiming .modal-dialog .modal-body .timing-options .form-field label {
          display: block;
          margin: 0;
          margin-left: -24px;
          font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
          font-size: 69%;
          line-height: 110%;
          color: #0b6937;
          text-transform: uppercase;
          text-align: left; }
          section.cart #abandonedCartModalChangeTiming .modal-dialog .modal-body .timing-options .form-field label:after {
            content: ' * ';
            color: #c8102e; }
        section.cart #abandonedCartModalChangeTiming .modal-dialog .modal-body .timing-options .form-field select {
          width: 100%;
          border: none;
          background: url("../images/shop/icons/ic-arrow-down.svg") no-repeat #fff;
          background-size: 16px;
          background-position: center right;
          font-size: 16px !important;
          -webkit-appearance: none;
          -moz-appearance: none;
          appearance: none;
          font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
          font-size: 113%;
          line-height: 134%;
          color: #283134; }
          section.cart #abandonedCartModalChangeTiming .modal-dialog .modal-body .timing-options .form-field select::-ms-expand {
            display: none; }
  section.cart #abandonedCartModalChangeTiming .modal-dialog .modal-footer {
    display: flex;
    padding-left: 50px;
    padding-right: 50px; }
    @media (min-width: 768px) {
      section.cart #abandonedCartModalChangeTiming .modal-dialog .modal-footer {
        padding-left: 125px;
        padding-right: 125px; } }
  section.cart #modalUpsell .modal-header h2 {
    font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
    font-size: 94%;
    line-height: 160%;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #000; }
  section.cart #modalUpsell .modal-body {
    min-height: 1px; }
    @media (min-width: 768px) {
      section.cart #modalUpsell .modal-body {
        padding-left: 32px;
        padding-right: 32px; } }
    section.cart #modalUpsell .modal-body .upsell-item {
      display: flex;
      align-items: center; }
      section.cart #modalUpsell .modal-body .upsell-item .image {
        flex: 0 0 80px; }
        section.cart #modalUpsell .modal-body .upsell-item .image img {
          max-width: 100%; }
      section.cart #modalUpsell .modal-body .upsell-item .info {
        margin-left: 16px;
        text-align: left; }
        @media (min-width: 768px) {
          section.cart #modalUpsell .modal-body .upsell-item .info {
            margin-left: 24px; } }
        section.cart #modalUpsell .modal-body .upsell-item .info .name {
          display: block;
          font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
          font-size: 100%;
          line-height: 100%;
          text-transform: uppercase;
          color: #0b6a38; }
        section.cart #modalUpsell .modal-body .upsell-item .info .price-calories {
          display: block;
          margin-top: 8px;
          font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
          font-size: 82%;
          line-height: 100%;
          color: #595959;
          font-weight: 300; }
          section.cart #modalUpsell .modal-body .upsell-item .info .price-calories .item-price {
            font-weight: 600; }
      section.cart #modalUpsell .modal-body .upsell-item .kk-checkbox {
        flex: 0 0 40px;
        margin-left: auto;
        text-align: right; }
        section.cart #modalUpsell .modal-body .upsell-item .kk-checkbox input[type=checkbox]:not(old) {
          height: 0;
          width: 0;
          margin: 0;
          padding: 0;
          font-size: 1em;
          opacity: 0; }
          .keyboard-accessible section.cart #modalUpsell .modal-body .upsell-item .kk-checkbox input[type=checkbox]:not(old):focus + label {
            outline: 2px dotted #c8102e; }
          section.cart #modalUpsell .modal-body .upsell-item .kk-checkbox input[type=checkbox]:not(old) + label {
            display: inline-block;
            margin-bottom: 0;
            margin-left: -2em;
            font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
            font-size: 82%;
            line-height: 185%; }
            section.cart #modalUpsell .modal-body .upsell-item .kk-checkbox input[type=checkbox]:not(old) + label &gt; span {
              display: inline-block;
              width: 18px;
              height: 18px;
              margin: 0.25em 0.5em 0.25em 0.25em;
              border: 0.0625em solid silver;
              border-radius: 4px;
              background: #e0e0e0;
              background-image: -moz-linear-gradient(#f0f0f0, #e0e0e0);
              background-image: -ms-linear-gradient(#f0f0f0, #e0e0e0);
              background-image: -o-linear-gradient(#f0f0f0, #e0e0e0);
              background-image: -webkit-linear-gradient(#f0f0f0, #e0e0e0);
              background-image: linear-gradient(#f0f0f0, #e0e0e0);
              vertical-align: bottom;
              font-size: 124%;
              line-height: 150%; }
          section.cart #modalUpsell .modal-body .upsell-item .kk-checkbox input[type=checkbox]:not(old):checked + label &gt; span {
            background: #0b6a38; }
            section.cart #modalUpsell .modal-body .upsell-item .kk-checkbox input[type=checkbox]:not(old):checked + label &gt; span:before {
              content: '✓';
              display: block;
              color: #fff;
              font-size: 88%;
              line-height: 115%;
              text-align: center;
              text-shadow: 0 0 0.0714em #73994d;
              font-weight: bold; }
  section.cart #modalGiftPackaging .modal-dialog {
    width: 100vw;
    min-height: 100vh;
    margin: 0; }
    @media (min-width: 1200px) {
      section.cart #modalGiftPackaging .modal-dialog {
        overflow-y: initial !important; } }
    section.cart #modalGiftPackaging .modal-dialog.modal-dialog-centered {
      align-items: unset; }
    @media (min-width: 576px) {
      section.cart #modalGiftPackaging .modal-dialog {
        max-width: 1200px;
        margin: .25rem auto 0 auto; } }
    section.cart #modalGiftPackaging .modal-dialog .modal-content {
      background-color: #f7f9fa; }
      section.cart #modalGiftPackaging .modal-dialog .modal-content .modal-header {
        min-height: 120px;
        padding: .25rem 1rem; }
        section.cart #modalGiftPackaging .modal-dialog .modal-content .modal-header h1 {
          font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
          font-size: 150%;
          line-height: 100%;
          color: #303030;
          font-weight: 900;
          font-stretch: normal;
          font-style: normal;
          line-height: 1.2;
          letter-spacing: 1.25px;
          text-align: center;
          margin: 0 25px;
          padding: 40px 0 10px;
          max-width: 550px;
          width: 90%; }
          @media (min-width: 768px) {
            section.cart #modalGiftPackaging .modal-dialog .modal-content .modal-header h1 {
              padding: 5px 0;
              margin: 0 auto;
              font-size: 250%;
              line-height: 120%; } }
        section.cart #modalGiftPackaging .modal-dialog .modal-content .modal-header .close {
          top: 40px;
          right: 40px;
          opacity: 1; }
        @media (min-width: 768px) {
          section.cart #modalGiftPackaging .modal-dialog .modal-content .modal-header.gift-pickup {
            min-height: 75px;
            padding: 1rem 1rem .5rem; } }
      section.cart #modalGiftPackaging .modal-dialog .modal-content .modal-body {
        padding: 0;
        flex: 0 1 auto;
        background-color: #f7f9fa; }
        section.cart #modalGiftPackaging .modal-dialog .modal-content .modal-body .gift-packaging {
          opacity: 1;
          background: none; }
          section.cart #modalGiftPackaging .modal-dialog .modal-content .modal-body .gift-packaging .product-choices {
            background-color: #0b6a38;
            height: 54px;
            padding-top: 6px 0; }
            section.cart #modalGiftPackaging .modal-dialog .modal-content .modal-body .gift-packaging .product-choices .slick-prev {
              left: 25px;
              z-index: 1; }
            section.cart #modalGiftPackaging .modal-dialog .modal-content .modal-body .gift-packaging .product-choices .slick-next {
              right: 25px; }
            section.cart #modalGiftPackaging .modal-dialog .modal-content .modal-body .gift-packaging .product-choices .product-card {
              width: 100%;
              margin: 10px auto;
              padding: 0;
              text-align: center; }
              section.cart #modalGiftPackaging .modal-dialog .modal-content .modal-body .gift-packaging .product-choices .product-card h2, section.cart #modalGiftPackaging .modal-dialog .modal-content .modal-body .gift-packaging .product-choices .product-card h3 {
                font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
                font-size: 100%;
                line-height: 100%;
                font-weight: 900;
                font-stretch: normal;
                font-style: normal;
                letter-spacing: normal;
                color: #ffffff;
                text-align: center;
                text-transform: uppercase; }
              section.cart #modalGiftPackaging .modal-dialog .modal-content .modal-body .gift-packaging .product-choices .product-card h2 {
                line-height: 55px; }
              section.cart #modalGiftPackaging .modal-dialog .modal-content .modal-body .gift-packaging .product-choices .product-card h3 {
                font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
                font-size: 82%;
                line-height: 100%;
                font-weight: normal; }
              section.cart #modalGiftPackaging .modal-dialog .modal-content .modal-body .gift-packaging .product-choices .product-card + .slick-slide h2 {
                line-height: 16px; }
          section.cart #modalGiftPackaging .modal-dialog .modal-content .modal-body .gift-packaging .choice-container {
            padding: 0px 20px;
            text-align: -webkit-center; }
            @media (min-width: 414px) {
              section.cart #modalGiftPackaging .modal-dialog .modal-content .modal-body .gift-packaging .choice-container {
                padding: 10px 20px; } }
            @media (min-width: 1200px) {
              section.cart #modalGiftPackaging .modal-dialog .modal-content .modal-body .gift-packaging .choice-container {
                overflow-y: auto;
                display: flex;
                flex-wrap: wrap;
                max-height: 630px; } }
            section.cart #modalGiftPackaging .modal-dialog .modal-content .modal-body .gift-packaging .choice-container .choice-card {
              height: 335px;
              background-color: #fff;
              margin: 8px;
              width: 200px;
              border-radius: 4px;
              box-shadow: 0 2px 4px 0 rgba(144, 157, 163, 0.12); }
              @media (min-width: 414px) {
                section.cart #modalGiftPackaging .modal-dialog .modal-content .modal-body .gift-packaging .choice-container .choice-card {
                  height: 355px;
                  width: 230px; } }
              @media (min-width: 768px) {
                section.cart #modalGiftPackaging .modal-dialog .modal-content .modal-body .gift-packaging .choice-container .choice-card {
                  width: 275px; } }
              @media (min-width: 1200px) {
                section.cart #modalGiftPackaging .modal-dialog .modal-content .modal-body .gift-packaging .choice-container .choice-card {
                  height: 287px;
                  width: 267px; } }
              section.cart #modalGiftPackaging .modal-dialog .modal-content .modal-body .gift-packaging .choice-container .choice-card .choice-image {
                height: 190px;
                width: 190px;
                text-align: center; }
                @media (min-width: 414px) {
                  section.cart #modalGiftPackaging .modal-dialog .modal-content .modal-body .gift-packaging .choice-container .choice-card .choice-image {
                    height: 200px;
                    width: 230px; } }
                @media (min-width: 768px) {
                  section.cart #modalGiftPackaging .modal-dialog .modal-content .modal-body .gift-packaging .choice-container .choice-card .choice-image {
                    width: 255px; } }
                @media (min-width: 1200px) {
                  section.cart #modalGiftPackaging .modal-dialog .modal-content .modal-body .gift-packaging .choice-container .choice-card .choice-image {
                    height: 170px;
                    width: 225px; } }
                section.cart #modalGiftPackaging .modal-dialog .modal-content .modal-body .gift-packaging .choice-container .choice-card .choice-image img {
                  max-height: 100%;
                  max-width: 100%;
                  margin: 10px auto; }
              section.cart #modalGiftPackaging .modal-dialog .modal-content .modal-body .gift-packaging .choice-container .choice-card .choice-info h2 {
                font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
                font-size: 100%;
                line-height: 100%;
                color: #0b6a38;
                text-transform: uppercase;
                padding-top: 16px;
                min-height: 48px; }
                @media (min-width: 1200px) {
                  section.cart #modalGiftPackaging .modal-dialog .modal-content .modal-body .gift-packaging .choice-container .choice-card .choice-info h2 {
                    min-height: 32px; } }
              section.cart #modalGiftPackaging .modal-dialog .modal-content .modal-body .gift-packaging .choice-container .choice-card .choice-info h3 {
                font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
                font-size: 82%;
                line-height: 100%;
                color: #000;
                padding-top: 8px; }
              section.cart #modalGiftPackaging .modal-dialog .modal-content .modal-body .gift-packaging .choice-container .choice-card .choice-cta .select-choice {
                font-size: 16px !important;
                font-family: 'BrandonGrotesque-RegularRoman';
                font-weight: bold;
                text-transform: capitalize;
                padding: 7px 0px;
                letter-spacing: 0;
                height: 35px;
                width: 120px;
                color: #0b6a38; }
                section.cart #modalGiftPackaging .modal-dialog .modal-content .modal-body .gift-packaging .choice-container .choice-card .choice-cta .select-choice.selected:before {
                  display: inline-block;
                  width: 13px;
                  height: 10px;
                  margin-right: 6px;
                  content: "";
                  background: url("/App_Themes/krispykremenew/Content/icons/red-checkmark.svg") no-repeat 0 0;
                  background-size: 100%; }
            @media (min-width: 576px) {
              section.cart #modalGiftPackaging .modal-dialog .modal-content .modal-body .gift-packaging .choice-container {
                padding: 12px 24px; } }
        section.cart #modalGiftPackaging .modal-dialog .modal-content .modal-body.slick-loading {
          background: url("/App_Themes/krispykremenew/Content/images/loading.gif") no-repeat rgba(255, 255, 255, 0.8);
          background-position: center; }
          section.cart #modalGiftPackaging .modal-dialog .modal-content .modal-body.slick-loading .gift-packaging {
            opacity: 0; }
    section.cart #modalGiftPackaging .modal-dialog .modal-footer {
      background-color: #f7f9fa;
      min-height: 95px;
      padding-top: 10px;
      padding-bottom: 40px; }
      section.cart #modalGiftPackaging .modal-dialog .modal-footer .footer-navigation {
        width: 100%;
        margin: 0 auto;
        text-align: center; }
        section.cart #modalGiftPackaging .modal-dialog .modal-footer .footer-navigation .no-thanks {
          font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
          font-size: 88%;
          line-height: 100%;
          color: #0b6a38;
          text-transform: uppercase;
          letter-spacing: 1; }
        section.cart #modalGiftPackaging .modal-dialog .modal-footer .footer-navigation button {
          max-width: 180px; }

section.checkout {
  margin: 0 -15px;
  position: relative; }
  @media (min-width: 768px) {
    section.checkout {
      margin: auto;
      max-width: 800px;
      padding: 0 14px; } }
  section.checkout #order-checkout &gt; .loading {
    position: absolute;
    top: 0;
    bottom: 0%;
    left: 0;
    right: 0%;
    background: url("/App_Themes/krispykremenew/Content/images/loading.gif") no-repeat rgba(255, 255, 255, 0.8);
    background-position: center;
    z-index: 99; }
  section.checkout h1 {
    color: #000;
    font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
    font-size: 150%;
    line-height: 100%;
    text-transform: uppercase;
    padding: 24px 15px;
    background-color: #fff;
    text-align: left;
    letter-spacing: 1.8px;
    display: block;
    margin: 0; }
    @media (min-width: 768px) {
      section.checkout h1 {
        font-size: 250%;
        line-height: 100%;
        background-color: #f7f9fa; } }
  section.checkout .validation-summary {
    font-size: 88%;
    line-height: 150%;
    font-style: italic;
    color: #c8102e; }
  section.checkout .basic-info {
    padding: 0 15px;
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(144, 157, 163, 0.12);
    margin-bottom: 4px; }
    @media (min-width: 768px) {
      section.checkout .basic-info {
        background-color: #f7f9fa;
        border-bottom: 0;
        display: flex;
        justify-content: flex-start;
        box-shadow: none; } }
    section.checkout .basic-info .address, section.checkout .basic-info .timing {
      display: flex;
      justify-content: space-between; }
      @media (min-width: 768px) {
        section.checkout .basic-info .address, section.checkout .basic-info .timing {
          display: block;
          flex-basis: 50%;
          margin-bottom: 32px; } }
      section.checkout .basic-info .address p, section.checkout .basic-info .timing p {
        font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
        font-size: 82%;
        line-height: 124%;
        color: #697378;
        flex-grow: 2; }
        @media (min-width: 768px) {
          section.checkout .basic-info .address p, section.checkout .basic-info .timing p {
            margin: 0; } }
      section.checkout .basic-info .address a, section.checkout .basic-info .timing a {
        font-size: 82%;
        line-height: 124%;
        margin: 0 8px; }
        @media (min-width: 768px) {
          section.checkout .basic-info .address a, section.checkout .basic-info .timing a {
            margin: 0; } }
    @media (min-width: 768px) {
      section.checkout .basic-info .address {
        margin-right: 10px; } }
    @media (min-width: 768px) {
      section.checkout .basic-info .timing {
        margin-left: 10px; } }
    section.checkout .basic-info .address:before {
      content: ' ';
      background-image: url(/App_Themes/krispykremenew/Content/images/shop/icons/gps-icon.png);
      background-size: 16px 19px;
      background-repeat: no-repeat;
      float: left;
      margin-right: 8px;
      width: 28px;
      height: 40px;
      background-position: 5px 0; }
    section.checkout .basic-info .timing:before {
      content: ' ';
      background-image: url(/App_Themes/krispykremenew/Content/images/shop/icons/time-icon.png);
      background-size: 16px 16px;
      background-repeat: no-repeat;
      float: left;
      margin-right: 8px;
      width: 28px;
      height: 40px;
      background-position: 5px 0; }
  section.checkout .gifting-information .gifting-toggle {
    padding: 32px 15px;
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(144, 157, 163, 0.12);
    margin-bottom: 4px; }
    section.checkout .gifting-information .gifting-toggle .kk-checkbox {
      clear: both; }
      section.checkout .gifting-information .gifting-toggle .kk-checkbox input[type=checkbox]:not(old) {
        float: right;
        margin: 0;
        padding: 0;
        font-size: 1em;
        opacity: 0; }
        .keyboard-accessible section.checkout .gifting-information .gifting-toggle .kk-checkbox input[type=checkbox]:not(old):focus + label {
          outline: 2px dotted #c8102e; }
        section.checkout .gifting-information .gifting-toggle .kk-checkbox input[type=checkbox]:not(old) + label {
          position: relative;
          display: block;
          margin-bottom: 0;
          background: url("../icons/gift.svg") no-repeat;
          background-size: 25px;
          background-position: top left;
          padding-left: 35px;
          padding-right: 32px;
          font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
          font-size: 82%;
          line-height: 139%;
          text-transform: uppercase;
          letter-spacing: 0.86px;
          color: #0b6a38; }
          section.checkout .gifting-information .gifting-toggle .kk-checkbox input[type=checkbox]:not(old) + label &gt; em {
            display: block;
            font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
            font-size: 100%;
            line-height: 124%;
            color: #595959;
            text-transform: none;
            letter-spacing: 0; }
          section.checkout .gifting-information .gifting-toggle .kk-checkbox input[type=checkbox]:not(old) + label &gt; span {
            position: absolute;
            top: 0;
            right: 0;
            display: inline-block;
            width: 18px;
            height: 18px;
            margin: 0;
            margin-left: 10px;
            border: 0.0625em solid silver;
            border-radius: 4px;
            background: #e0e0e0;
            background-image: -moz-linear-gradient(#f0f0f0, #e0e0e0);
            background-image: -ms-linear-gradient(#f0f0f0, #e0e0e0);
            background-image: -o-linear-gradient(#f0f0f0, #e0e0e0);
            background-image: -webkit-linear-gradient(#f0f0f0, #e0e0e0);
            background-image: linear-gradient(#f0f0f0, #e0e0e0);
            vertical-align: bottom;
            font-size: 124%;
            line-height: 150%; }
        section.checkout .gifting-information .gifting-toggle .kk-checkbox input[type=checkbox]:not(old):checked + label &gt; span {
          background: #0b6a38; }
          section.checkout .gifting-information .gifting-toggle .kk-checkbox input[type=checkbox]:not(old):checked + label &gt; span:before {
            content: '✓';
            display: block;
            color: #fff;
            font-size: 88%;
            line-height: 115%;
            text-align: center;
            text-shadow: 0 0 0.0714em #73994d;
            font-weight: bold; }
  section.checkout .gifting-information .recipient-information {
    padding: 25px 15px;
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(144, 157, 163, 0.12);
    margin-bottom: 4px; }
    @media (min-width: 768px) {
      section.checkout .gifting-information .recipient-information {
        padding: 16px 15px 21px; } }
    section.checkout .gifting-information .recipient-information .heading {
      display: flex;
      justify-content: space-between; }
    section.checkout .gifting-information .recipient-information h2 {
      color: #000;
      font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
      font-size: 94%;
      text-transform: uppercase;
      text-align: left;
      letter-spacing: 1px;
      display: block;
      margin: 0;
      padding: 4px 0; }
    section.checkout .gifting-information .recipient-information p {
      font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
      font-size: 100%;
      line-height: 125%;
      color: #697378;
      margin: 2px; }
    section.checkout .gifting-information .recipient-information .recipient-info-form .form-section {
      display: flex;
      flex-wrap: wrap;
      padding-top: 10px;
      justify-content: space-between; }
      section.checkout .gifting-information .recipient-information .recipient-info-form .form-section .form-field {
        width: 100%;
        margin: 0; }
        section.checkout .gifting-information .recipient-information .recipient-info-form .form-section .form-field.email-gift-recipient {
          width: 100% !important;
          padding-bottom: 0px !important; }
        section.checkout .gifting-information .recipient-information .recipient-info-form .form-section .form-field.recipient-email {
          padding-top: 20px !important; }
        @media (min-width: 768px) {
          section.checkout .gifting-information .recipient-information .recipient-info-form .form-section .form-field {
            width: 48%;
            margin: 0; }
            section.checkout .gifting-information .recipient-information .recipient-info-form .form-section .form-field.recipient-email {
              padding-top: 14px !important; } }
        section.checkout .gifting-information .recipient-information .recipient-info-form .form-section .form-field .options {
          padding-top: 10px; }
          section.checkout .gifting-information .recipient-information .recipient-info-form .form-section .form-field .options label:nth-of-type(1) {
            width: 188px !important; }
            @media (min-width: 576px) {
              section.checkout .gifting-information .recipient-information .recipient-info-form .form-section .form-field .options label:nth-of-type(1) {
                width: 210px !important; } }
          section.checkout .gifting-information .recipient-information .recipient-info-form .form-section .form-field .options label:nth-of-type(2) {
            width: 164px !important; }
          section.checkout .gifting-information .recipient-information .recipient-info-form .form-section .form-field .options label {
            text-transform: none;
            font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
            line-height: 140%;
            vertical-align: text-top; }
          section.checkout .gifting-information .recipient-information .recipient-info-form .form-section .form-field .options input[type="radio"] {
            /*use opacity to keep element visible (required for keyboard navigation)*/
            /*display: none;*/
            opacity: 0 !important;
            width: 1px !important; }
            section.checkout .gifting-information .recipient-information .recipient-info-form .form-section .form-field .options input[type="radio"]:focus + label {
              outline: 2px dotted #c8102e; }
          section.checkout .gifting-information .recipient-information .recipient-info-form .form-section .form-field .options input[type="radio"] + label:before {
            font-family: "FontAwesome";
            font-size: 16px;
            display: inline-block;
            width: 16px;
            margin: 0px 6px; }
          section.checkout .gifting-information .recipient-information .recipient-info-form .form-section .form-field .options input[type="radio"] + label {
            margin-left: -7px;
            font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
            font-size: 100%;
            line-height: 100%;
            color: #000; }
            @supports (-webkit-touch-callout: none) {
              section.checkout .gifting-information .recipient-information .recipient-info-form .form-section .form-field .options input[type="radio"] + label {
                margin-left: -30px; } }
          section.checkout .gifting-information .recipient-information .recipient-info-form .form-section .form-field .options input[type="radio"] + label:before {
            content: "\f1db";
            color: #697378; }
          section.checkout .gifting-information .recipient-information .recipient-info-form .form-section .form-field .options input[type="radio"]:checked + label:before {
            content: "\f192";
            color: #0b6a38; }
  section.checkout .gifting-information .gift-message {
    padding: 16px 15px;
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(144, 157, 163, 0.12);
    margin-bottom: 4px; }
    section.checkout .gifting-information .gift-message .heading {
      display: flex;
      justify-content: space-between; }
    section.checkout .gifting-information .gift-message h2 {
      color: #000;
      font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
      font-size: 94%;
      text-transform: uppercase;
      text-align: left;
      letter-spacing: 1px;
      display: block;
      margin: 0;
      padding: 4px 0; }
    section.checkout .gifting-information .gift-message p {
      font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
      font-size: 100%;
      line-height: 125%;
      color: #697378;
      margin: 2px; }
    section.checkout .gifting-information .gift-message .gift-message-form .form-section {
      display: flex;
      flex-wrap: wrap;
      padding-top: 10px;
      justify-content: space-between; }
      section.checkout .gifting-information .gift-message .gift-message-form .form-section .form-field {
        width: 100%;
        margin: 0; }
        @media (min-width: 768px) {
          section.checkout .gifting-information .gift-message .gift-message-form .form-section .form-field {
            margin: 0; } }
        section.checkout .gifting-information .gift-message .gift-message-form .form-section .form-field #txtGiftMessage {
          height: 74px;
          font-size: 125%; }
          section.checkout .gifting-information .gift-message .gift-message-form .form-section .form-field #txtGiftMessage.exceeds {
            border-color: #c8102e; }
        section.checkout .gifting-information .gift-message .gift-message-form .form-section .form-field .limit {
          margin-top: 6px;
          color: #c1c1c1; }
          @media (min-width: 768px) {
            section.checkout .gifting-information .gift-message .gift-message-form .form-section .form-field .limit {
              margin-top: 15px;
              font-family: "BrandonGrotesque-RegularItalic", Arial, Helvetica, sans-serif;
              font-style: normal;
              font-size: 75%;
              line-height: 134%; } }
          section.checkout .gifting-information .gift-message .gift-message-form .form-section .form-field .limit.full {
            color: #595959; }
          section.checkout .gifting-information .gift-message .gift-message-form .form-section .form-field .limit.exceeds {
            color: #c8102e; }
  section.checkout .gifting-information .gift-delivery-phone-number {
    padding: 16px 15px;
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(144, 157, 163, 0.12);
    margin-bottom: 4px; }
    section.checkout .gifting-information .gift-delivery-phone-number .heading {
      display: flex;
      justify-content: space-between; }
    section.checkout .gifting-information .gift-delivery-phone-number h2 {
      color: #000;
      font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
      font-size: 94%;
      text-transform: uppercase;
      text-align: left;
      letter-spacing: 1px;
      display: block;
      margin: 0;
      padding: 4px 0; }
    section.checkout .gifting-information .gift-delivery-phone-number .gift-delivery-phone-number-form .form-section {
      display: flex;
      flex-wrap: wrap;
      padding-top: 10px;
      justify-content: space-between; }
      section.checkout .gifting-information .gift-delivery-phone-number .gift-delivery-phone-number-form .form-section .form-field {
        width: 100%;
        margin: 0; }
        @media (min-width: 768px) {
          section.checkout .gifting-information .gift-delivery-phone-number .gift-delivery-phone-number-form .form-section .form-field {
            margin: 0; } }
  section.checkout .your-information {
    padding: 16px 15px;
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(144, 157, 163, 0.12);
    margin-bottom: 4px; }
    section.checkout .your-information .heading {
      display: flex;
      justify-content: space-between; }
    section.checkout .your-information h2 {
      color: #000;
      font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
      font-size: 94%;
      text-transform: uppercase;
      text-align: left;
      letter-spacing: 1px;
      display: block;
      margin: 0;
      padding: 4px 0; }
    section.checkout .your-information p {
      font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
      font-size: 100%;
      line-height: 125%;
      color: #697378;
      margin: 2px; }
    section.checkout .your-information .your-info-form {
      display: none; }
      section.checkout .your-information .your-info-form .form-section {
        display: flex;
        flex-wrap: wrap;
        padding-top: 10px;
        justify-content: space-between; }
        section.checkout .your-information .your-info-form .form-section .form-field {
          width: 100%;
          margin: 0; }
          section.checkout .your-information .your-info-form .form-section .form-field .checkbox-nested {
            display: inline-block; }
          @media (min-width: 768px) {
            section.checkout .your-information .your-info-form .form-section .form-field {
              width: 48%;
              margin: 0; } }
  section.checkout .payment-method {
    padding: 0 0 26px 0;
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(144, 157, 163, 0.12);
    margin-bottom: 4px; }
    @media (min-width: 768px) {
      section.checkout .payment-method {
        padding: 20px; } }
    section.checkout .payment-method a.exp {
      position: relative;
      display: block;
      padding: 10px 0; }
      section.checkout .payment-method a.exp img {
        position: absolute;
        right: 5px;
        top: 17px; }
      section.checkout .payment-method a.exp .plusimg {
        display: none; }
      section.checkout .payment-method a.exp .minusimg {
        display: block; }
      section.checkout .payment-method a.exp.collapsed .plusimg {
        display: block; }
      section.checkout .payment-method a.exp.collapsed .minusimg {
        display: none; }
    section.checkout .payment-method h3 {
      font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
      font-size: 82%;
      font-weight: 900;
      letter-spacing: 0.85px;
      margin: 6px 0;
      text-transform: uppercase;
      letter-spacing: 0.85px; }
    section.checkout .payment-method .asv-form {
      padding: 5px 15px;
      background-color: #f7f9fa;
      border-bottom: 10px solid white; }
      section.checkout .payment-method .asv-form .form-section {
        padding-top: 0;
        display: flex;
        margin: 6px 0 6px 0;
        font-size: 88%;
        color: #595959; }
        section.checkout .payment-method .asv-form .form-section span {
          color: #0b6a38; }
        section.checkout .payment-method .asv-form .form-section p {
          margin: 0 8px;
          padding: 0; }
        section.checkout .payment-method .asv-form .form-section .mycheckbox input {
          position: absolute; }
        section.checkout .payment-method .asv-form .form-section .mycheckbox label {
          margin-left: -34px; }
        section.checkout .payment-method .asv-form .form-section .mycheckbox .asvAmount {
          color: #0b6a38;
          display: inline;
          font-style: normal; }
      @media (min-width: 768px) {
        section.checkout .payment-method .asv-form #asvPayment &gt; div {
          display: flex;
          justify-content: space-between; } }
      section.checkout .payment-method .asv-form #asvPayment &gt; div .asv-status {
        font-size: 75%;
        color: #595959; }
        @media (min-width: 768px) {
          section.checkout .payment-method .asv-form #asvPayment &gt; div .asv-status {
            padding-top: 8px;
            padding-right: 6px; } }
    section.checkout .payment-method .add-gift-card-form {
      padding: 5px 15px;
      background-color: #f7f9fa;
      border-bottom: 4px solid white; }
      @media (min-width: 768px) {
        section.checkout .payment-method .add-gift-card-form {
          border-bottom: 10px solid white; } }
      section.checkout .payment-method .add-gift-card-form .form-section {
        padding-top: 0;
        margin: 2px 0 12px 0; }
        section.checkout .payment-method .add-gift-card-form .form-section .form-field {
          display: flex;
          align-items: center; }
          section.checkout .payment-method .add-gift-card-form .form-section .form-field .EditingFormControlNestedControl {
            flex-grow: 1; }
            @media (min-width: 768px) {
              section.checkout .payment-method .add-gift-card-form .form-section .form-field .EditingFormControlNestedControl {
                flex-grow: 0;
                width: 275px; } }
            section.checkout .payment-method .add-gift-card-form .form-section .form-field .EditingFormControlNestedControl input {
              background-color: #f7f9fa;
              font-size: 100%; }
          section.checkout .payment-method .add-gift-card-form .form-section .form-field .apply {
            margin: 0 4px 0 30px;
            font-size: 82%; }
      section.checkout .payment-method .add-gift-card-form .gift-card-message {
        margin: 10px 0 0 0; }
        section.checkout .payment-method .add-gift-card-form .gift-card-message p {
          color: #c8102e;
          font-size: 100%;
          margin: 4px 0; }
      @media (min-width: 768px) {
        section.checkout .payment-method .add-gift-card-form .gift-card-status {
          display: flex;
          justify-content: space-between;
          align-items: center; } }
      section.checkout .payment-method .add-gift-card-form .gift-card-status &gt; div:first-of-type {
        display: flex;
        justify-content: space-between;
        align-items: center; }
        section.checkout .payment-method .add-gift-card-form .gift-card-status &gt; div:first-of-type p {
          color: #595959;
          font-size: 100%;
          margin: 8px 0; }
        section.checkout .payment-method .add-gift-card-form .gift-card-status &gt; div:first-of-type .remove {
          margin: 0 4px;
          font-size: 82%; }
          @media (min-width: 768px) {
            section.checkout .payment-method .add-gift-card-form .gift-card-status &gt; div:first-of-type .remove {
              margin: 0 4px 0 30px; } }
      section.checkout .payment-method .add-gift-card-form .gift-card-status &gt; div:last-of-type {
        display: block;
        margin: 6px 6px 6px 0; }
        section.checkout .payment-method .add-gift-card-form .gift-card-status &gt; div:last-of-type p {
          font-size: 75%;
          color: #595959;
          font-style: italic;
          margin: 0; }
    section.checkout .payment-method .heading {
      display: flex;
      justify-content: space-between;
      padding: 20px 15px; }
      @media (min-width: 768px) {
        section.checkout .payment-method .heading {
          padding: 15px 0; } }
    section.checkout .payment-method h2 {
      color: #000;
      font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
      font-size: 94%;
      line-height: 100%;
      text-transform: uppercase;
      text-align: left;
      letter-spacing: 1px;
      display: block;
      margin: 0;
      padding: 4px 0; }
    section.checkout .payment-method .saved-payment {
      display: flex;
      justify-content: space-between;
      margin: 18px 0 0 0;
      display: none; }
      @media (min-width: 576px) {
        section.checkout .payment-method .saved-payment {
          justify-content: flex-start; } }
      section.checkout .payment-method .saved-payment &gt; div img {
        display: inline-block; }
      section.checkout .payment-method .saved-payment &gt; div p {
        display: inline-block; }
      section.checkout .payment-method .saved-payment div:nth-child(2) {
        padding-top: 4px; }
        @media (min-width: 576px) {
          section.checkout .payment-method .saved-payment div:nth-child(2) {
            margin-left: 50px; } }
        section.checkout .payment-method .saved-payment div:nth-child(2) input {
          width: 50px;
          border: 1px solid #0b6a38;
          border-radius: 4px;
          padding: 6px; }
        section.checkout .payment-method .saved-payment div:nth-child(2) p {
          font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
          font-size: 82%;
          line-height: 100%;
          display: inline-block; }
          section.checkout .payment-method .saved-payment div:nth-child(2) p span {
            color: #c8102e; }
    section.checkout .payment-method .add-payment-section {
      padding: 5px 15px 5px 15px;
      background-color: #f7f9fa; }
      section.checkout .payment-method .add-payment-section .payment-container {
        display: flex;
        flex-wrap: wrap; }
        @media (min-width: 768px) {
          section.checkout .payment-method .add-payment-section .payment-container {
            flex-wrap: nowrap; } }
        @media (min-width: 768px) {
          section.checkout .payment-method .add-payment-section .payment-container .left {
            flex-basis: 50%; } }
        section.checkout .payment-method .add-payment-section .payment-container .left .payment-options {
          padding: 0; }
          @media (min-width: 768px) {
            section.checkout .payment-method .add-payment-section .payment-container .left .payment-options {
              padding: 10px 20px 0 0; } }
          section.checkout .payment-method .add-payment-section .payment-container .left .payment-options .payment-radio {
            background-color: #f7f9fa;
            padding: 15px 0; }
            section.checkout .payment-method .add-payment-section .payment-container .left .payment-options .payment-radio label {
              font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
              font-size: 88%;
              line-height: 172%;
              display: block; }
        section.checkout .payment-method .add-payment-section .payment-container .left .add-payment-form {
          width: 100%; }
          section.checkout .payment-method .add-payment-section .payment-container .left .add-payment-form .validation-summary {
            margin: 0; }
            @media (min-width: 768px) {
              section.checkout .payment-method .add-payment-section .payment-container .left .add-payment-form .validation-summary {
                margin: 0 10px; } }
          section.checkout .payment-method .add-payment-section .payment-container .left .add-payment-form .form-section {
            display: flex;
            flex-wrap: wrap;
            padding-top: 10px; }
            section.checkout .payment-method .add-payment-section .payment-container .left .add-payment-form .form-section .form-field {
              width: 100%;
              width: calc(50% - 20px);
              margin: 0 10px; }
              @media (min-width: 768px) {
                section.checkout .payment-method .add-payment-section .payment-container .left .add-payment-form .form-section .form-field {
                  margin: 0 10px; } }
              section.checkout .payment-method .add-payment-section .payment-container .left .add-payment-form .form-section .form-field.checkbox-field {
                display: flex; }
                section.checkout .payment-method .add-payment-section .payment-container .left .add-payment-form .form-section .form-field.checkbox-field label {
                  font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
                  font-size: 82%;
                  color: #595959;
                  margin-left: 10px; }
                section.checkout .payment-method .add-payment-section .payment-container .left .add-payment-form .form-section .form-field.checkbox-field .kk-checkbox {
                  display: inline-block; }
              section.checkout .payment-method .add-payment-section .payment-container .left .add-payment-form .form-section .form-field[data-type="card-number"] {
                width: 100%; }
              section.checkout .payment-method .add-payment-section .payment-container .left .add-payment-form .form-section .form-field input, section.checkout .payment-method .add-payment-section .payment-container .left .add-payment-form .form-section .form-field select {
                background-color: #f7f9fa; }
        @media (min-width: 768px) {
          section.checkout .payment-method .add-payment-section .payment-container .right {
            padding-top: 30px;
            flex-basis: 50%;
            text-align: right; } }
        section.checkout .payment-method .add-payment-section .payment-container .right .payment-remaining-amount {
          font-size: 75%;
          color: #595959;
          font-style: italic;
          margin-top: 20px;
          margin-right: 6px; }
          @media (min-width: 768px) {
            section.checkout .payment-method .add-payment-section .payment-container .right .payment-remaining-amount {
              margin-top: 0; } }
    section.checkout .payment-method .kk-form.add-payment-form {
      display: block; }
  section.checkout .totals {
    padding: 14px 15px;
    background-color: #f7f9fa;
    font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
    color: #697378; }
    section.checkout .totals table {
      width: 100%; }
      section.checkout .totals table tr td {
        padding: 4px 0 4px 0;
        font-size: 88%;
        line-height: 115%; }
        section.checkout .totals table tr td .kk-tooltip-trigger {
          padding: 0rem 0.45rem 0.1rem; }
          section.checkout .totals table tr td .kk-tooltip-trigger:hover {
            text-decoration: none; }
        section.checkout .totals table tr td .kk-tooltip-box {
          font-size: 88%;
          line-height: 150%;
          font-style: italic;
          color: #c8102e;
          display: none; }
          section.checkout .totals table tr td .kk-tooltip-box[aria-hidden="false"] {
            display: inline-block; }
        section.checkout .totals table tr td hr {
          margin: 6px 0;
          height: 2px;
          background-color: #e4e9eb;
          border: 0; }
      section.checkout .totals table tr td:nth-child(2) {
        text-align: right;
        vertical-align: top;
        color: #000; }
      section.checkout .totals table tr.total-line {
        color: #000; }
        section.checkout .totals table tr.total-line td {
          padding-top: 14px; }
      section.checkout .totals table tr.bold-total {
        font-weight: bold;
        letter-spacing: 1px;
        color: #000;
        font-size: 150%;
        line-height: 100%; }
  section.checkout .terms {
    padding: 14px 13px 0px; }
    @media (min-width: 768px) {
      section.checkout .terms {
        padding-bottom: 100px; } }
  section.checkout .buttons {
    width: 100%;
    padding: 0 15px;
    margin: 24px 0;
    text-align: center; }
    section.checkout .buttons .btn {
      display: block;
      width: 100%;
      height: 56px;
      margin: 16px 0;
      padding: 15px 0 5px; }
      section.checkout .buttons .btn:first-child {
        display: none; }
    @media (min-width: 768px) {
      section.checkout .buttons {
        background-color: white;
        box-shadow: 0 2px 23px 0 rgba(0, 0, 0, 0.12);
        position: fixed;
        bottom: 0;
        left: 0;
        margin: 0;
        justify-content: center; }
        section.checkout .buttons .btn {
          margin: 16px auto;
          max-width: 320px; }
          section.checkout .buttons .btn:first-child {
            display: block; }
          section.checkout .buttons .btn:last-child {
            display: none; } }
    section.checkout .buttons .terms-label {
      color: #000;
      font-size: 82%;
      line-height: 139%;
      padding-top: 10px; }
  section.checkout .modal-body {
    position: relative; }
    section.checkout .modal-body .learn-content p {
      color: #595959;
      padding: 30px 0 20px 0;
      margin: 0; }
      @media (min-width: 768px) {
        section.checkout .modal-body .learn-content p {
          padding: 20px 0; } }
    section.checkout .modal-body .learn-content a {
      width: 100%;
      max-width: 310px;
      color: #fff;
      margin: 20px auto; }
    section.checkout .modal-body .learn-content .learn-close {
      position: absolute;
      top: 8px;
      right: 20px;
      width: 16px;
      margin: 0; }
      section.checkout .modal-body .learn-content .learn-close img {
        width: 16px;
        height: 16px; }
  section.checkout .mycheckbox {
    padding-left: 30px;
    line-height: 1; }
    section.checkout .mycheckbox input[type=checkbox]:not(old) {
      width: 2em;
      margin: 0;
      padding: 0;
      font-size: 1em;
      opacity: 0; }
      .keyboard-accessible section.checkout .mycheckbox input[type=checkbox]:not(old):focus + label {
        outline: 2px dotted #c8102e; }
    section.checkout .mycheckbox input[type=checkbox]:not(old) + label {
      display: initial;
      margin-left: -2.4em;
      line-height: 1.5em; }
    section.checkout .mycheckbox input[type=checkbox]:not(old) + label &gt; span {
      display: inline-block;
      width: 18px;
      height: 18px;
      margin: 0.25em 0.5em 0em 0.25em;
      border: 0.0625em solid silver;
      border-radius: 4px;
      background: #e0e0e0;
      background-image: -moz-linear-gradient(#f0f0f0, #e0e0e0);
      background-image: -ms-linear-gradient(#f0f0f0, #e0e0e0);
      background-image: -o-linear-gradient(#f0f0f0, #e0e0e0);
      background-image: -webkit-linear-gradient(#f0f0f0, #e0e0e0);
      background-image: linear-gradient(#f0f0f0, #e0e0e0);
      vertical-align: bottom; }
    section.checkout .mycheckbox input[type=checkbox]:not(old):checked + label &gt; span {
      background: #0b6a38; }
    section.checkout .mycheckbox input[type=checkbox]:not(old):checked + label &gt; span:before {
      content: '✓';
      display: block;
      color: #fff;
      font-size: 88%;
      line-height: 115%;
      text-align: center;
      text-shadow: 0 0 0.0714em #73994d;
      font-weight: bold;
      line-height: 150% !important; }

section.confirmation {
  margin: 0 -15px;
  position: relative; }
  @media (min-width: 768px) {
    section.confirmation {
      margin: auto;
      margin-bottom: 88px;
      max-width: 800px;
      padding: 0 14px; } }
  section.confirmation .heading {
    padding: 16px 15px 0 15px;
    background-color: #fff; }
    @media (min-width: 768px) {
      section.confirmation .heading {
        background-color: #f7f9fa; } }
    section.confirmation .heading p {
      font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
      font-size: 88%;
      line-height: 100%;
      color: #697378;
      margin: 0; }
    section.confirmation .heading h1 {
      color: #000;
      font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
      font-size: 150%;
      line-height: 134%;
      text-transform: uppercase;
      padding-top: 12px;
      background-color: #fff;
      text-align: left;
      letter-spacing: 1.8px;
      display: block;
      margin: 0; }
      @media (min-width: 768px) {
        section.confirmation .heading h1 {
          font-size: 250%;
          line-height: 100%;
          background-color: #f7f9fa; } }
  section.confirmation .basic-info {
    padding: 0 15px;
    padding-top: 30px;
    /* add this padding when hiding progress bar */
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(144, 157, 163, 0.12);
    margin-bottom: 4px; }
    @media (min-width: 768px) {
      section.confirmation .basic-info {
        background-color: #f7f9fa;
        border-bottom: 0;
        display: flex;
        justify-content: flex-start;
        box-shadow: none; } }
    section.confirmation .basic-info .address, section.confirmation .basic-info .timing {
      display: flex;
      justify-content: space-between; }
      @media (min-width: 768px) {
        section.confirmation .basic-info .address, section.confirmation .basic-info .timing {
          display: block;
          flex-basis: 50%;
          margin-bottom: 32px; } }
      section.confirmation .basic-info .address p, section.confirmation .basic-info .timing p {
        font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
        font-size: 82%;
        line-height: 124%;
        color: #697378;
        flex-grow: 2; }
        @media (min-width: 768px) {
          section.confirmation .basic-info .address p, section.confirmation .basic-info .timing p {
            margin: 0; } }
      section.confirmation .basic-info .address a, section.confirmation .basic-info .timing a {
        font-size: 82%;
        line-height: 124%;
        margin: 0 8px; }
        @media (min-width: 768px) {
          section.confirmation .basic-info .address a, section.confirmation .basic-info .timing a {
            margin: 0; } }
    @media (min-width: 768px) {
      section.confirmation .basic-info .address {
        margin-right: 10px; } }
    @media (min-width: 768px) {
      section.confirmation .basic-info .timing {
        margin-left: 10px; } }
    section.confirmation .basic-info .address:before {
      content: ' ';
      background-image: url(/App_Themes/krispykremenew/Content/images/shop/icons/gps-icon.png);
      background-size: 16px 19px;
      background-repeat: no-repeat;
      float: left;
      margin-right: 8px;
      width: 28px;
      height: 40px;
      background-position: 5px 0; }
    section.confirmation .basic-info .timing:before {
      content: ' ';
      background-image: url(/App_Themes/krispykremenew/Content/images/shop/icons/time-icon.png);
      background-size: 16px 16px;
      background-repeat: no-repeat;
      float: left;
      margin-right: 8px;
      width: 28px;
      height: 40px;
      background-position: 5px 0; }
  section.confirmation .cart-messages {
    padding-top: 16px;
    background-color: #fff; }
    @media (min-width: 768px) {
      section.confirmation .cart-messages {
        padding-top: 30px;
        background-color: #f7f9fa; } }
    section.confirmation .cart-messages p {
      margin: 0;
      padding: 0 15px;
      color: #000;
      font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
      font-size: 82%;
      line-height: 139%; }
      section.confirmation .cart-messages p.pickup-message-2 {
        color: #db0000; }
      section.confirmation .cart-messages p + p {
        margin-top: 12px; }
  section.confirmation .questions {
    padding-top: 16px;
    background-color: #fff; }
    @media (min-width: 768px) {
      section.confirmation .questions {
        padding-top: 24px;
        background-color: #f7f9fa; } }
    section.confirmation .questions p {
      margin: 0;
      padding: 0 15px;
      font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
      font-size: 82%;
      line-height: 185%;
      color: #697378; }
  section.confirmation .cart-summary {
    padding: 14px 15px;
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(144, 157, 163, 0.12);
    margin-bottom: 4px; }
    section.confirmation .cart-summary .cart-items table span {
      font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
      font-size: 82%;
      line-height: 124%;
      color: #000; }
    section.confirmation .cart-summary .cart-items table td {
      padding: 4px;
      vertical-align: top; }
    section.confirmation .cart-summary .cart-items table td:nth-child(1) {
      padding-right: 30px; }
    section.confirmation .cart-summary ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      section.confirmation .cart-summary ul li {
        font-family: "BrandonGrotesque-RegularItalic", Arial, Helvetica, sans-serif;
        font-style: normal;
        font-size: 82%;
        line-height: 139%;
        color: #697378;
        padding: 4px 0 0 0; }
    section.confirmation .cart-summary p {
      margin: 0;
      padding: 4px 0 0 0;
      font-family: "BrandonGrotesque-RegularItalic", Arial, Helvetica, sans-serif;
      font-style: normal;
      font-size: 82%;
      line-height: 139%;
      color: #697378; }
    section.confirmation .cart-summary .totals {
      padding: 0 15px;
      font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
      color: #697378; }
      section.confirmation .cart-summary .totals table {
        width: 100%; }
        section.confirmation .cart-summary .totals table tr td {
          padding: 4px 0 4px 0;
          font-size: 100%;
          line-height: 100%; }
        section.confirmation .cart-summary .totals table tr td:nth-child(2) {
          text-align: right;
          color: #000; }
        section.confirmation .cart-summary .totals table tr.total-line {
          font-weight: bold;
          color: #000; }
          @media (min-width: 768px) {
            section.confirmation .cart-summary .totals table tr.total-line {
              font-size: 150%;
              line-height: 100%; } }
    section.confirmation .cart-summary hr {
      height: 0;
      border-top: 1px solid #e8edf0; }
  section.confirmation .gifting {
    margin-bottom: 4px;
    padding: 20px 16px 29px;
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(144, 157, 163, 0.12); }
    section.confirmation .gifting .heading {
      display: block;
      margin: 0;
      margin-bottom: 8px;
      padding: 0;
      background-color: #fff; }
      section.confirmation .gifting .heading h2 {
        color: #000;
        font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
        font-size: 94%;
        line-height: 160%;
        text-transform: uppercase;
        text-align: left;
        letter-spacing: 1px; }
    section.confirmation .gifting p {
      margin: 0;
      font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
      font-size: 82%;
      line-height: 124%;
      color: #595959; }
      section.confirmation .gifting p + p {
        margin-top: 10px; }
  section.confirmation .progress {
    display: flex;
    justify-content: center;
    background-color: #fff;
    position: relative;
    align-items: center;
    padding: 26px 0; }
    @media (min-width: 768px) {
      section.confirmation .progress {
        background-color: #f7f9fa;
        padding: 40px 0; } }
    section.confirmation .progress .circle {
      background-color: #e8edf0;
      width: 12px;
      height: 12px;
      border-radius: 50%; }
      section.confirmation .progress .circle.green {
        background-color: #0b6a38; }
    section.confirmation .progress .line {
      background-color: #e8edf0;
      width: 80px;
      height: 4px; }
      @media (min-width: 768px) {
        section.confirmation .progress .line {
          width: 170px; } }
      section.confirmation .progress .line.green {
        background-color: #0b6a38; }
    section.confirmation .progress .right-1 {
      position: relative;
      left: 1px; }
    section.confirmation .progress .right-2 {
      position: relative;
      left: 2px; }
    section.confirmation .progress .right-3 {
      position: relative;
      left: 3px; }
    section.confirmation .progress .left-1 {
      position: relative;
      right: 1px; }
  section.confirmation .buttons {
    width: 100%;
    padding: 0 15px;
    margin: 24px 0; }
    section.confirmation .buttons .btn {
      display: block;
      width: 100%;
      height: 56px;
      margin: 16px 0;
      padding: 15px 0 5px; }
    @media (min-width: 768px) {
      section.confirmation .buttons {
        display: flex;
        background-color: white;
        box-shadow: 0 2px 23px 0 rgba(0, 0, 0, 0.12);
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 20;
        margin: 0;
        justify-content: center; }
        section.confirmation .buttons .btn {
          margin: 16px 8px;
          max-width: 320px; }
        section.confirmation .buttons .btn-primary, section.confirmation .buttons section.fundraising-overview &gt; .banner-cta.primary .ctas .btn, section.fundraising-overview &gt; .banner-cta.primary .ctas section.confirmation .buttons .btn, section.confirmation .buttons section.fundraising-products &gt; .banner-cta.primary .ctas .btn, section.fundraising-products &gt; .banner-cta.primary .ctas section.confirmation .buttons .btn {
          order: 1; }
        section.confirmation .buttons .btn-secondary, section.confirmation .buttons section.fundraising-overview &gt; .banner-cta.secondary .ctas .btn, section.fundraising-overview &gt; .banner-cta.secondary .ctas section.confirmation .buttons .btn, section.confirmation .buttons section.fundraising-products &gt; .banner-cta.secondary .ctas .btn, section.fundraising-products &gt; .banner-cta.secondary .ctas section.confirmation .buttons .btn {
          order: 0; } }
  section.confirmation #modalRewardEarned .modal-dialog {
    width: auto; }
    section.confirmation #modalRewardEarned .modal-dialog .modal-content {
      border: none;
      border-radius: 0; }
      section.confirmation #modalRewardEarned .modal-dialog .modal-content .reward-earned img {
        margin: 40px 0 20px 0; }
      section.confirmation #modalRewardEarned .modal-dialog .modal-content .reward-earned .reward-content {
        text-align: center; }
      section.confirmation #modalRewardEarned .modal-dialog .modal-content .reward-earned em {
        font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
        font-size: 175%;
        line-height: 115%;
        color: #0b6a38;
        display: block;
        letter-spacing: 2px;
        text-transform: uppercase;
        font-weight: normal; }
      section.confirmation #modalRewardEarned .modal-dialog .modal-content .reward-earned strong {
        font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
        font-size: 175%;
        line-height: 115%;
        color: #d01f2f;
        letter-spacing: 2px;
        text-transform: uppercase;
        font-weight: normal; }
      section.confirmation #modalRewardEarned .modal-dialog .modal-content .reward-earned a {
        display: block;
        font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
        font-size: 88%;
        line-height: 150%;
        color: #fff;
        width: 300px;
        margin: 28px auto; }
      section.confirmation #modalRewardEarned .modal-dialog .modal-content .reward-earned p {
        font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
        font-size: 88%;
        line-height: 150%;
        color: #697378;
        margin: 16px 0; }

section.account.rewards.reward-override .heading {
  padding-left: 15px;
  background-color: #f7f9fa; }
  @media (min-width: 768px) {
    section.account.rewards.reward-override .heading {
      max-width: none; } }
  section.account.rewards.reward-override .heading h2 {
    margin-top: 12px;
    background-color: #f7f9fa; }
  section.account.rewards.reward-override .heading .rewards-note {
    margin: 0;
    margin-top: 5px;
    color: #000;
    font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
    font-size: 82%;
    line-height: 139%; }

section.account.rewards.reward-override .reward-details {
  margin-top: 0; }
  @media (min-width: 768px) {
    section.account.rewards.reward-override .reward-details {
      max-width: none;
      padding-left: 0; } }
  section.account.rewards.reward-override .reward-details ul li {
    margin-left: 0;
    margin-right: 0; }
    section.account.rewards.reward-override .reward-details ul li .reward-card {
      padding: 10px 30px 30px 20px; }

section.guest-rewards {
  padding: 16px 16px 24px 16px;
  background: #fff url(/App_Themes/krispykremenew/Content/images/shop/promo-gift-icon.png) top left no-repeat; }
  @media (min-width: 768px) {
    section.guest-rewards {
      margin-top: 21px;
      padding-bottom: 32px;
      background-color: #fff;
      text-align: center; } }
  section.guest-rewards .heading {
    padding: 0 0 0 84px;
    background-color: transparent;
    font-family: "BrandonGrotesque-BlackItalic", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-size: 88%;
    line-height: 150%;
    letter-spacing: 1.08px;
    color: #d01f2f; }
    @media (min-width: 768px) {
      section.guest-rewards .heading {
        padding-left: 0;
        background-color: transparent; } }
  section.guest-rewards .copy {
    margin-top: 3px;
    padding: 0 0 0 84px;
    font-size: 94%;
    line-height: 160%;
    font-weight: 900;
    letter-spacing: 1.36px;
    color: #046a38; }
    @media (min-width: 768px) {
      section.guest-rewards .copy {
        padding-left: 0;
        letter-spacing: 1.4px; } }
  section.guest-rewards .cta {
    margin-top: 24px; }
    @media (min-width: 768px) {
      section.guest-rewards .cta .btn {
        max-width: 255px;
        margin: 0 auto; } }

.disclaimer {
  margin-bottom: 4px; }
  .disclaimer p {
    font-size: 75%;
    line-height: 134%;
    display: block;
    margin: 0;
    padding: 24px 15px 20px 15px;
    color: #303030;
    font-style: italic;
    text-align: center; }
    @media (min-width: 768px) {
      .disclaimer p {
        text-align: left; } }
    .disclaimer p span {
      color: #c8102e; }
  .disclaimer hr {
    margin: 0;
    padding: 0;
    height: 1.5px;
    border: none;
    color: gray;
    background-color: #dfdfdf; }
    @media (min-width: 768px) {
      .disclaimer hr {
        margin: 0 8px;
        height: 1px; } }

section.gifting-confirmation {
  height: 100%;
  text-align: center; }
  @media (min-width: 768px) {
    section.gifting-confirmation {
      max-width: 497px;
      margin: 0 auto; } }
  section.gifting-confirmation .banner {
    width: 100%;
    height: 391px;
    background: url(/App_Themes/krispykremenew/Content/images/shop/gift-confimation.svg) no-repeat;
    background-size: cover;
    background-position: center; }
    @media (min-width: 768px) {
      section.gifting-confirmation .banner {
        height: 318px;
        background-size: contain; } }
  section.gifting-confirmation h1 {
    margin-top: 50px;
    padding: 0 15px;
    font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
    font-size: 200%;
    line-height: 100%;
    letter-spacing: 2.29px;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      section.gifting-confirmation h1 {
        max-width: 382px;
        margin: 20px auto 0 auto; } }
  section.gifting-confirmation .eta {
    margin-top: 20px;
    padding: 0 15px; }
    section.gifting-confirmation .eta p {
      font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
      font-size: 82%;
      line-height: 124%;
      color: #697378; }
      @media (min-width: 768px) {
        section.gifting-confirmation .eta p {
          max-width: 382px;
          margin: 0 auto; } }
  section.gifting-confirmation .body {
    margin-top: 20px;
    padding: 0 15px; }
    section.gifting-confirmation .body p {
      font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
      font-size: 88%;
      line-height: 129%;
      color: #6a6a6a; }
      @media (min-width: 768px) {
        section.gifting-confirmation .body p {
          max-width: 382px;
          margin: 0 auto; } }
  section.gifting-confirmation .cta {
    width: 100%;
    margin-top: 50px;
    padding: 0 15px; }
    section.gifting-confirmation .cta .btn {
      display: block; }
      @media (min-width: 768px) {
        section.gifting-confirmation .cta .btn {
          max-width: 343px;
          margin: 0 auto; } }

div.order-start-time .editing-form-control-nested-control:before {
  content: ' ';
  position: absolute;
  top: 6px;
  left: 0px;
  background-image: url(/App_Themes/krispykremenew/Content/images/shop/icons/time-icon.png);
  width: 20px;
  height: 20px;
  background-size: 16px 16px;
  background-repeat: no-repeat; }

div.order-start-time .kk-form .form-section {
  padding-top: 30px; }
  div.order-start-time .kk-form .form-section .form-field.required select {
    color: #595959; }
  div.order-start-time .kk-form .form-section .form-field select {
    padding-left: 30px; }

div.order-start-time .kk-form .gifting-options .kk-checkbox {
  clear: both; }
  div.order-start-time .kk-form .gifting-options .kk-checkbox input[type=checkbox]:not(old) {
    float: right;
    margin: 0;
    padding: 0;
    font-size: 1em;
    opacity: 0; }
    .keyboard-accessible div.order-start-time .kk-form .gifting-options .kk-checkbox input[type=checkbox]:not(old):focus + label {
      outline: 2px dotted #c8102e; }
    div.order-start-time .kk-form .gifting-options .kk-checkbox input[type=checkbox]:not(old) + label {
      position: relative;
      display: block;
      margin-bottom: 0;
      font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
      font-size: 82%;
      line-height: 139%;
      text-transform: uppercase;
      letter-spacing: 0.86px;
      color: #0b6a38; }
      div.order-start-time .kk-form .gifting-options .kk-checkbox input[type=checkbox]:not(old) + label &gt; em {
        display: block;
        font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
        font-size: 100%;
        line-height: 124%;
        color: #595959;
        text-transform: none;
        letter-spacing: 0; }
      div.order-start-time .kk-form .gifting-options .kk-checkbox input[type=checkbox]:not(old) + label &gt; span:last-child {
        position: absolute;
        top: 0;
        right: 0;
        display: inline-block;
        width: 18px;
        height: 18px;
        margin: 0;
        margin-left: 10px;
        border: 0.0625em solid silver;
        border-radius: 4px;
        background: #e0e0e0;
        background-image: -moz-linear-gradient(#f0f0f0, #e0e0e0);
        background-image: -ms-linear-gradient(#f0f0f0, #e0e0e0);
        background-image: -o-linear-gradient(#f0f0f0, #e0e0e0);
        background-image: -webkit-linear-gradient(#f0f0f0, #e0e0e0);
        background-image: linear-gradient(#f0f0f0, #e0e0e0);
        vertical-align: bottom;
        font-size: 124%;
        line-height: 150%; }
    div.order-start-time .kk-form .gifting-options .kk-checkbox input[type=checkbox]:not(old):checked + label &gt; span:last-child {
      background: #0b6a38; }
      div.order-start-time .kk-form .gifting-options .kk-checkbox input[type=checkbox]:not(old):checked + label &gt; span:last-child:before {
        content: '✓';
        display: block;
        color: #fff;
        font-size: 88%;
        line-height: 115%;
        text-align: center;
        text-shadow: 0 0 0.0714em #73994d;
        font-weight: bold; }

div.order-start-time .kk-form .anonymous-signup {
  margin: 10px 0;
  text-align: center; }
  @media (max-width: 767.98px) {
    div.order-start-time .kk-form .anonymous-signup {
      margin: 10px 0; } }
  div.order-start-time .kk-form .anonymous-signup button {
    width: 100%; }

div.order-start-time .form-catering {
  text-align: center; }
  div.order-start-time .form-catering .link-to-catering {
    font-size: 82%;
    line-height: 100%;
    font-family: 'BrandonGrotesque-Black', Arial, Helvetica, sans-serif;
    letter-spacing: 0.8px;
    color: #0b6a38;
    text-transform: uppercase; }
    div.order-start-time .form-catering .link-to-catering .catering-icon {
      width: 0.85rem;
      vertical-align: baseline; }

div.order-start-time .order-start-content {
  padding-bottom: 30px; }
  @media (min-width: 768px) {
    div.order-start-time .order-start-content {
      padding-bottom: 0; } }

div.order-start-time .address-info {
  margin: 0 15px; }
  @media (min-width: 576px) {
    div.order-start-time .address-info {
      margin: 0 30px; } }
  div.order-start-time .address-info .header {
    display: flex;
    justify-content: space-between;
    padding-top: 40px;
    margin-bottom: 10px; }
    div.order-start-time .address-info .header p {
      font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
      font-size: 82%;
      line-height: 100%;
      color: #0b6a38;
      text-transform: uppercase;
      letter-spacing: .8px;
      margin: 0; }
      div.order-start-time .address-info .header p::after {
        content: '*';
        color: #c8102e; }
    div.order-start-time .address-info .header a {
      font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
      font-size: 82%;
      line-height: 100%; }
  div.order-start-time .address-info .delivery-address .address {
    margin-top: 20px;
    padding-bottom: 5px;
    border-bottom: 1px solid #dfdfdf;
    font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
    font-size: 82%;
    line-height: 100%;
    color: #697378; }
  div.order-start-time .address-info .pickup-store &gt; p {
    font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
    font-size: 82%;
    line-height: 100%;
    font-color: #0b6a38;
    text-transform: uppercase;
    letter-spacing: .8px;
    margin-bottom: 10px; }
    div.order-start-time .address-info .pickup-store &gt; p::after {
      content: '*';
      color: #c8102e; }
  div.order-start-time .address-info .pickup-store div:last-child {
    background: url(/App_Themes/krispykremenew/Content/images/shop/icons/gps-icon.png) no-repeat #fff;
    background-size: 16px 19px;
    background-position: 10px 24px;
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 rgba(144, 157, 163, 0.12);
    padding: 24px;
    padding-left: 36px;
    position: relative; }
    div.order-start-time .address-info .pickup-store div:last-child p {
      font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
      font-size: 82%;
      line-height: 100%;
      color: #697378;
      margin-bottom: 2px; }
    div.order-start-time .address-info .pickup-store div:last-child p:first-child {
      color: #000;
      font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
      font-size: 94%;
      line-height: 100%;
      font-weight: bold;
      margin-bottom: 8px; }
    div.order-start-time .address-info .pickup-store div:last-child p:nth-child(2) {
      margin-bottom: 8px;
      font-family: "BrandonGrotesque-RegularItalic", Arial, Helvetica, sans-serif;
      font-style: normal;
      font-size: 82%;
      line-height: 124%;
      color: #8fa0a8; }
    div.order-start-time .address-info .pickup-store div:last-child a {
      font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
      font-size: 82%;
      line-height: 100%;
      position: absolute;
      right: 16px;
      top: 24px; }

.modal-open .order-start-time #modalGiftingInfo .modal-dialog .modal-content .modal-body .heading {
  background: url("../icons/gift.svg") no-repeat;
  padding-top: 88px;
  background-size: 64px;
  background-position: center top; }

.modal-open .order-start-time #modalGiftingInfo .modal-dialog .modal-content .modal-footer {
  flex-direction: column; }
  .modal-open .order-start-time #modalGiftingInfo .modal-dialog .modal-content .modal-footer .btn {
    margin-top: 16px; }
    @media (min-width: 768px) {
      .modal-open .order-start-time #modalGiftingInfo .modal-dialog .modal-content .modal-footer .btn {
        max-width: 330px; } }

section.order-store .error-message {
  text-align: center;
  display: block;
  padding-top: 28px;
  color: red; }
  @media (min-width: 992px) {
    section.order-store .error-message {
      padding: 0; } }

section.order-store .shop-search-container {
  margin: 0 -15px;
  overflow-x: hidden; }
  @media (min-width: 768px) {
    section.order-store .shop-search-container {
      margin: 0; } }
  @media (min-width: 992px) {
    section.order-store .shop-search-container {
      margin: 0;
      display: flex;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0; } }
  section.order-store .shop-search-container .map-container {
    position: relative;
    width: 100%;
    height: 320px; }
    @media (min-width: 768px) {
      section.order-store .shop-search-container .map-container {
        height: 400px; } }
    @media (min-width: 992px) {
      section.order-store .shop-search-container .map-container {
        order: 2;
        height: 100%; } }
    section.order-store .shop-search-container .map-container .location-map {
      position: absolute !important;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0; }
    section.order-store .shop-search-container .map-container .search-bar {
      position: absolute;
      z-index: 2;
      top: 16px;
      left: 16px;
      right: 16px;
      display: flex;
      justify-content: space-between; }
      section.order-store .shop-search-container .map-container .search-bar .search-box {
        flex: 1;
        position: relative;
        padding-right: 16px; }
        section.order-store .shop-search-container .map-container .search-bar .search-box input {
          -webkit-appearance: none;
          -moz-appearance: none;
          appearance: none;
          border: 1px solid #dfdfdf;
          border-radius: 24px;
          width: 100%;
          line-height: 45px;
          height: 45px;
          font-size: 100%;
          padding: 12px 40px 10px 12px;
          box-shadow: 0 15px 40px 0 rgba(70, 70, 70, 0.15); }
        section.order-store .shop-search-container .map-container .search-bar .search-box button.btn-search {
          position: absolute;
          top: 8px;
          right: 15px;
          display: inline-block;
          width: 32px;
          height: 32px;
          background-image: url("../icons/search.svg");
          background-repeat: no-repeat;
          background-size: 16px;
          background-position: 0;
          padding: 0;
          background-color: transparent;
          border-radius: 0;
          box-shadow: none; }
          section.order-store .shop-search-container .map-container .search-bar .search-box button.btn-search:hover, section.order-store .shop-search-container .map-container .search-bar .search-box button.btn-search:active, section.order-store .shop-search-container .map-container .search-bar .search-box button.btn-search:focus {
            background-color: transparent;
            color: #c8102e; }
          section.order-store .shop-search-container .map-container .search-bar .search-box button.btn-search span {
            position: absolute;
            width: 1px;
            height: 1px;
            padding: 0;
            margin: -1px;
            overflow: hidden;
            clip: rect(0, 0, 0, 0);
            border: 0; }
      section.order-store .shop-search-container .map-container .search-bar .filter-box .btn-filter {
        font-size: 82%;
        line-height: 139%;
        padding: 12px 20px; }
    section.order-store .shop-search-container .map-container .filter-bar-enter,
    section.order-store .shop-search-container .map-container .filter-bar-leave-to {
      transform: translateX(110%); }
    section.order-store .shop-search-container .map-container .filter-bar-leave,
    section.order-store .shop-search-container .map-container .filter-bar-enter-to {
      transform: translateX(0); }
    section.order-store .shop-search-container .map-container .filter-bar-enter-active,
    section.order-store .shop-search-container .map-container .filter-bar-leave-active {
      transition: transform .5s ease-in-out; }
    section.order-store .shop-search-container .map-container .filter-bar {
      z-index: 2;
      position: absolute;
      top: 80px;
      right: 16px;
      display: block;
      background-color: #fff;
      width: 240px;
      border: 1px solid #dfdfdf;
      box-shadow: 0 15px 40px 0 rgba(70, 70, 70, 0.15); }
      @media (min-width: 992px) {
        section.order-store .shop-search-container .map-container .filter-bar {
          box-shadow: none; } }
      section.order-store .shop-search-container .map-container .filter-bar label,
      section.order-store .shop-search-container .map-container .filter-bar .btn-all {
        display: block;
        width: 100%;
        padding: 25px 15px;
        margin: 0;
        font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
        font-size: 82%;
        line-height: 139%;
        letter-spacing: 0.9px;
        text-align: left;
        text-transform: uppercase;
        color: #0b6a38;
        position: relative;
        cursor: pointer; }
        section.order-store .shop-search-container .map-container .filter-bar label.selected,
        section.order-store .shop-search-container .map-container .filter-bar .btn-all.selected {
          color: #c8102e; }
          section.order-store .shop-search-container .map-container .filter-bar label.selected:before,
          section.order-store .shop-search-container .map-container .filter-bar .btn-all.selected:before {
            content: '';
            position: absolute;
            width: 40px;
            height: 40px;
            right: 5px;
            top: 15px;
            color: #c8102e;
            background: url("../icons/red-checkmark.svg") 12px 12px no-repeat;
            background-size: 16px; }
      section.order-store .shop-search-container .map-container .filter-bar ul li {
        border-top: 1px solid #dfdfdf;
        display: block; }
        section.order-store .shop-search-container .map-container .filter-bar ul li:first-child {
          border-top-width: 0; }
        section.order-store .shop-search-container .map-container .filter-bar ul li input {
          position: absolute;
          right: 5px;
          opacity: 0; }
      section.order-store .shop-search-container .map-container .filter-bar .btn-container {
        border-top: 1px solid #dfdfdf;
        display: flex; }
        section.order-store .shop-search-container .map-container .filter-bar .btn-container button {
          font-family: "BrandonGrotesque-BlackItalic", Arial, Helvetica, sans-serif;
          font-style: normal;
          font-size: 100%;
          line-height: 113%;
          padding-top: 15px;
          padding-bottom: 15px;
          display: inline-block;
          width: 50%;
          color: #c8102e; }
          section.order-store .shop-search-container .map-container .filter-bar .btn-container button:first-child {
            border-right: 1px solid #dfdfdf; }
  section.order-store .shop-search-container .locations-container {
    min-width: 320px;
    visibility: hidden; }
    @media (min-width: 992px) {
      section.order-store .shop-search-container .locations-container {
        order: 1;
        max-width: 320px;
        position: relative; } }
    section.order-store .shop-search-container .locations-container h1 {
      font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
      font-size: 150%;
      line-height: 134%;
      color: #046a38;
      letter-spacing: 1px;
      text-transform: uppercase;
      padding: 15px 0 15px 15px; }
    section.order-store .shop-search-container .locations-container h3 {
      font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
      font-size: 82%;
      line-height: 185%;
      color: #000;
      letter-spacing: 1px;
      text-transform: uppercase;
      padding: 5px 0 5px 15px;
      margin: 0;
      border-bottom: 1px solid #dfdfdf; }
    section.order-store .shop-search-container .locations-container .tab-panel {
      display: block; }
      section.order-store .shop-search-container .locations-container .tab-panel[aria-hidden] {
        display: none; }
    @media (min-width: 992px) {
      section.order-store .shop-search-container .locations-container .location-type-content {
        position: absolute;
        top: 90px;
        bottom: 0;
        left: 0;
        right: 0;
        overflow-y: auto; } }
    section.order-store .shop-search-container .locations-container .location-card {
      position: relative;
      padding: 16px 15px;
      border-bottom: 1px solid #dfdfdf;
      cursor: pointer; }
      section.order-store .shop-search-container .locations-container .location-card:last-child {
        border-bottom-width: 0; }
      section.order-store .shop-search-container .locations-container .location-card.selected {
        background-color: #f6f6f6; }
      section.order-store .shop-search-container .locations-container .location-card .btn-hotlight {
        height: 54px;
        width: 54px;
        position: absolute;
        top: 15px;
        right: 16px;
        background-image: url("../icons/hot-now-off.svg");
        background-repeat: no-repeat;
        background-size: 54px 54px;
        line-height: 0;
        font-size: 0;
        color: transparent; }
        section.order-store .shop-search-container .locations-container .location-card .btn-hotlight.on {
          background-image: url("../icons/hot-now.svg"); }
      section.order-store .shop-search-container .locations-container .location-card h2 {
        margin: 0;
        padding-right: 65px;
        font-size: 82%;
        line-height: 108%;
        font-family: "BrandonGrotesque-RegularBold", Arial, Helvetica, sans-serif;
        font-weight: bold;
        color: #0b6a38; }
      section.order-store .shop-search-container .locations-container .location-card .distance {
        margin-top: 5px;
        padding-right: 65px;
        font-size: 88%;
        line-height: 115%;
        font-style: italic;
        color: #7e7e7e; }
        @media (min-width: 576px) {
          section.order-store .shop-search-container .locations-container .location-card .distance {
            font-size: 69%;
            line-height: 146%; } }
      section.order-store .shop-search-container .locations-container .location-card address {
        display: block;
        font-size: 94%;
        line-height: 107%;
        color: #303030;
        margin: 10px 0 0 0;
        padding-right: 60px; }
      section.order-store .shop-search-container .locations-container .location-card .disclaimer {
        display: block;
        color: #c8102e;
        font-size: 94%;
        line-height: 107%;
        margin-top: 10px; }
      section.order-store .shop-search-container .locations-container .location-card .ctas {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 14px; }
        @media (min-width: 768px) {
          section.order-store .shop-search-container .locations-container .location-card .ctas {
            margin-top: 17px; } }
        section.order-store .shop-search-container .locations-container .location-card .ctas .btn-order {
          margin: 0;
          font-size: 69%;
          line-height: 164%;
          background-image: url("../icons/doughnut-marker.svg");
          background-repeat: no-repeat;
          background-size: 16px;
          background-position: top 50% left 15px;
          padding-left: 38px;
          letter-spacing: .79px; }
          section.order-store .shop-search-container .locations-container .location-card .ctas .btn-order.order-desktop-url {
            display: none; }
            @media (min-width: 576px) {
              section.order-store .shop-search-container .locations-container .location-card .ctas .btn-order.order-desktop-url {
                display: inline-block; } }
          section.order-store .shop-search-container .locations-container .location-card .ctas .btn-order.order-mobile-url {
            display: inline-block; }
            @media (min-width: 576px) {
              section.order-store .shop-search-container .locations-container .location-card .ctas .btn-order.order-mobile-url {
                display: none; } }
          section.order-store .shop-search-container .locations-container .location-card .ctas .btn-order.select-store-pickup {
            background-image: url("../icons/doughnut-marker-white.svg");
            background-color: #c8102e !important;
            color: #fff !important; }
            section.order-store .shop-search-container .locations-container .location-card .ctas .btn-order.select-store-pickup:hover {
              background-color: #c8102e !important;
              color: #fff !important;
              box-shadow: 0 4px 12px 0 rgba(154, 26, 38, 0.4) !important; }
        section.order-store .shop-search-container .locations-container .location-card .ctas .hours-toggle {
          background: url("../icons/caret-down.svg") no-repeat right center;
          background-size: 16px;
          padding-right: 20px;
          margin-left: auto;
          font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
          font-size: 69%;
          line-height: 164%;
          letter-spacing: .79px;
          color: #046a38;
          text-transform: uppercase; }
          section.order-store .shop-search-container .locations-container .location-card .ctas .hours-toggle.open {
            background-image: url("../icons/caret-up.svg"); }
      section.order-store .shop-search-container .locations-container .location-card .hours-container {
        padding-top: 19px; }
        section.order-store .shop-search-container .locations-container .location-card .hours-container .hours-list {
          display: flex;
          flex-wrap: wrap;
          border-top: solid 1px #ebebeb; }
          section.order-store .shop-search-container .locations-container .location-card .hours-container .hours-list .hours-item {
            flex-basis: 100%;
            margin-top: 15px; }
            section.order-store .shop-search-container .locations-container .location-card .hours-container .hours-list .hours-item .title {
              font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
              font-size: 75%;
              line-height: 134%;
              letter-spacing: .92px;
              color: #303030;
              text-transform: uppercase; }
            section.order-store .shop-search-container .locations-container .location-card .hours-container .hours-list .hours-item ul li {
              font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
              font-size: 82%;
              line-height: 154%;
              color: #7e7e7e; }
  section.order-store .shop-search-container i.fa-bullseye {
    font-size: 125%; }

section.order-store .error-message-move {
  top: 40px; }

section.order-store .modal-hotlight .modal-dialog .modal-content .modal-header {
  background-color: #d01f2f; }
  section.order-store .modal-hotlight .modal-dialog .modal-content .modal-header button.close {
    color: #fff; }
    section.order-store .modal-hotlight .modal-dialog .modal-content .modal-header button.close:hover {
      color: #fff; }

section.order-store .modal-hotlight .modal-dialog .modal-content .modal-body {
  padding: 0 !important;
  text-align: center; }
  section.order-store .modal-hotlight .modal-dialog .modal-content .modal-body .copy {
    padding: 0 51px 25px;
    background-color: #d01f2f;
    color: #fff; }
    @media (min-width: 576px) {
      section.order-store .modal-hotlight .modal-dialog .modal-content .modal-body .copy {
        padding-bottom: 70px; } }
    section.order-store .modal-hotlight .modal-dialog .modal-content .modal-body .copy h4 {
      margin-top: 20.5px;
      margin-bottom: 0;
      text-align: center;
      text-transform: uppercase;
      font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
      font-size: 200%;
      line-height: 100%;
      letter-spacing: 2px; }
    section.order-store .modal-hotlight .modal-dialog .modal-content .modal-body .copy p {
      margin: 10px 0 0;
      text-align: center;
      font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
      font-size: 94%;
      line-height: 140%; }
  section.order-store .modal-hotlight .modal-dialog .modal-content .modal-body .hotlight-hours {
    padding: 40px 51px;
    background-color: #fff;
    text-align: center; }
    section.order-store .modal-hotlight .modal-dialog .modal-content .modal-body .hotlight-hours .title {
      font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
      font-size: 82%;
      line-height: 124%;
      font-weight: 900;
      letter-spacing: 1px;
      color: #046a38;
      text-transform: uppercase; }
      section.order-store .modal-hotlight .modal-dialog .modal-content .modal-body .hotlight-hours .title + ul {
        margin-top: 10px; }
    section.order-store .modal-hotlight .modal-dialog .modal-content .modal-body .hotlight-hours ul li {
      font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
      font-size: 100%;
      line-height: 125%;
      color: #7e7e7e; }

section.order-store .modal-hotlight.on .modal-dialog .modal-content .modal-body .copy h4 {
  margin-top: 0; }

section.donate {
  padding-top: 30px;
  padding-bottom: 60px; }
  @media (min-width: 576px) {
    section.donate {
      padding-top: 0; } }
  section.donate .cta {
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    section.donate .cta .btn {
      padding-left: 45px;
      padding-right: 45px;
      min-width: 230px;
      margin: 12px 12px; }
  section.donate .header {
    margin: 0 -15px;
    position: relative;
    background-color: #f7f9fa;
    margin-bottom: 40px;
    /*
        &amp;:before {
            content: ' ';
            background: url('../images/loyalty/chocolate-iced.png') top left no-repeat;
            position: absolute;
            background-size: 100%;
            top: 0;
            left: 0;
            width: 30%;
            height: 100%;
        }

        &amp;:after {
            content: ' ';
            background: url('../images/loyalty/glazed.png') bottom right no-repeat;
            background-size: 100%;
            position: absolute;
            bottom: 0;
            right: 0;
            width: 30%;
            height: 100%;
        }
            */ }
    @media (min-width: 768px) {
      section.donate .header {
        margin-bottom: 78px; } }
    section.donate .header img.back {
      width: 100%; }
    section.donate .header img.front {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 34%;
      height: auto;
      transform: translateX(-50%) translateY(-50%); }
  section.donate .intro {
    text-align: center;
    margin: 0 auto;
    width: 100%;
    max-width: 720px;
    padding-bottom: 15px; }
    section.donate .intro h1 em {
      font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
      font-size: 100%;
      line-height: 100%;
      letter-spacing: 0.8px;
      display: block;
      color: #0b6a38;
      margin: 10px 0;
      text-transform: uppercase; }
      @media (min-width: 768px) {
        section.donate .intro h1 em {
          font-size: 150%;
          line-height: 100%;
          letter-spacing: 2px; } }
    section.donate .intro h1 strong {
      font-family: "BrandonGrotesque-BlackItalic", Arial, Helvetica, sans-serif;
      font-style: normal;
      font-size: 100%;
      line-height: 100%;
      letter-spacing: 0.8px;
      color: #d01f2f;
      display: block; }
      @media (min-width: 768px) {
        section.donate .intro h1 strong {
          font-size: 150%;
          line-height: 100%;
          letter-spacing: 2px; } }
    section.donate .intro p {
      max-width: 470px;
      font-size: 88%;
      line-height: 172%;
      color: #595959;
      margin: auto; }
  section.donate .partners {
    display: flex;
    justify-content: center;
    padding-top: 30px;
    margin-bottom: 72px;
    flex-wrap: wrap;
    margin: 0 -15px; }
    @media (min-width: 768px) {
      section.donate .partners {
        margin: 0;
        padding-bottom: 72px; } }
    section.donate .partners .partner {
      margin: 0;
      text-align: center;
      width: 100%;
      padding-bottom: 28px; }
      @media (min-width: 768px) {
        section.donate .partners .partner {
          margin: 0 8px;
          width: 460px;
          box-shadow: 0 15px 40px 0 rgba(70, 70, 70, 0.13); } }
      section.donate .partners .partner .header-image {
        margin-bottom: 10px; }
        section.donate .partners .partner .header-image img {
          width: 100%; }
      section.donate .partners .partner .logo {
        padding: 10px 0; }
        @media (min-width: 768px) {
          section.donate .partners .partner .logo {
            height: 130px; } }
      section.donate .partners .partner p {
        font-size: 88%;
        line-height: 172%;
        color: #595959;
        margin: 10px 30px; }
      @media (min-width: 768px) {
        section.donate .partners .partner .content {
          min-height: 205px; } }
  section.donate hr {
    border-top: 1px solid #e8edf0;
    margin-top: 8px;
    margin-bottom: 40px; }
    @media (min-width: 768px) {
      section.donate hr {
        display: none; } }

section.promo {
  padding-top: 0; }
  section.promo .participating-shops .shops {
    padding-left: 30px; }

.gifting {
  padding-top: 30px;
  padding-bottom: 92px; }
  @media (min-width: 576px) {
    .gifting {
      padding-top: 0;
      padding-bottom: 48px; } }
  @media (min-width: 992px) {
    .gifting {
      padding-bottom: 80px; } }
  @media (min-width: 1200px) {
    .gifting {
      padding-bottom: 48px; } }
  .gifting .header .subheading {
    display: block;
    text-align: center;
    font-family: "BrandonGrotesque-BlackItalic", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-size: 113%;
    line-height: 134%;
    letter-spacing: 0.8px;
    color: #d01f2f; }
    @media (min-width: 576px) {
      .gifting .header .subheading {
        font-size: 150%;
        line-height: 100%;
        letter-spacing: 1px; } }
    @media (min-width: 992px) {
      .gifting .header .subheading {
        letter-spacing: 0.8px; } }
  .gifting .header .heading {
    display: block;
    padding-top: 4px;
    padding-bottom: 32px;
    text-align: center;
    font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
    font-size: 200%;
    line-height: 125%;
    color: #0b6a38;
    text-transform: uppercase; }
    @media (min-width: 576px) {
      .gifting .header .heading {
        max-width: 450px;
        margin: 0 auto;
        padding-top: 8px;
        padding-bottom: 16px;
        font-size: 250%;
        line-height: 120%;
        letter-spacing: 1.3px; } }
    @media (min-width: 768px) {
      .gifting .header .heading {
        padding-bottom: 34px; } }
    @media (min-width: 992px) {
      .gifting .header .heading {
        padding-top: 13px;
        padding-bottom: 9px;
        font-size: 300%;
        line-height: 117%;
        letter-spacing: 1.5px; } }
    @media (min-width: 992px) {
      .gifting .header .heading {
        padding-top: 11px;
        padding-bottom: 5px;
        font-size: 400%;
        line-height: 100%;
        letter-spacing: 2px; } }
  .gifting .image {
    width: 100%;
    text-align: center; }
    .gifting .image img {
      max-width: 100%; }
  .gifting .ctas {
    display: flex;
    flex-direction: column;
    justify-content: center; }
    @media (min-width: 992px) {
      .gifting .ctas {
        flex-direction: row;
        flex-wrap: wrap; } }
    .gifting .ctas .cta {
      text-align: center;
      padding: 32px 0; }
      @media (min-width: 992px) {
        .gifting .ctas .cta {
          flex-basis: 50%; } }
      .gifting .ctas .cta:first-child {
        padding-top: 64px; }
        @media (min-width: 992px) {
          .gifting .ctas .cta:first-child {
            padding-top: 32px; } }
      .gifting .ctas .cta .title {
        max-width: 244px;
        margin: 0 auto;
        font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
        font-weight: 900;
        font-size: 150%;
        line-height: 100%;
        letter-spacing: 0.8px;
        color: #303030;
        text-transform: uppercase;
        text-align: center;
        color: #0b6a38; }
        @media (min-width: 576px) {
          .gifting .ctas .cta .title {
            max-width: 310px;
            margin: 0 auto;
            font-size: 200%;
            line-height: 125%;
            letter-spacing: 1px; } }
      .gifting .ctas .cta &gt; p {
        max-width: 310px;
        margin: 0 auto;
        padding-top: 8px;
        padding-bottom: 32px;
        text-align: center;
        font-family: "BrandonGrotesque-RegularItalic", Arial, Helvetica, sans-serif;
        font-style: normal;
        font-size: 88%;
        line-height: 150%;
        color: #595959; }
        @media (min-width: 576px) {
          .gifting .ctas .cta &gt; p {
            padding-top: 16px; } }
      .gifting .ctas .cta &gt; a.btn {
        min-width: 275px; }
  .gifting .image-ctas &gt; div {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 72px 0;
    flex-direction: column;
    flex-flow: column-reverse; }
    @media (min-width: 992px) {
      .gifting .image-ctas &gt; div {
        flex-direction: row;
        flex-flow: row;
        margin: 88px 0; } }
    .gifting .image-ctas &gt; div .body {
      width: 100%;
      padding: 30px 0 0 0; }
      @media (min-width: 992px) {
        .gifting .image-ctas &gt; div .body {
          width: 468px;
          padding: 0 40px; } }
      .gifting .image-ctas &gt; div .body .small-title {
        display: block;
        font-family: "BrandonGrotesque-BlackItalic", Arial, Helvetica, sans-serif;
        font-style: normal;
        font-size: 113%;
        line-height: 134%;
        letter-spacing: 1px;
        color: #d01f2f; }
        @media (min-width: 768px) {
          .gifting .image-ctas &gt; div .body .small-title {
            font-size: 150%;
            line-height: 100%;
            letter-spacing: 0.8px; } }
      .gifting .image-ctas &gt; div .body .large-title {
        display: block;
        font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
        font-size: 200%;
        line-height: 125%;
        color: #0b6a38;
        text-transform: uppercase;
        letter-spacing: 1.2px;
        margin: 8px 0; }
        @media (min-width: 768px) {
          .gifting .image-ctas &gt; div .body .large-title {
            font-size: 250%;
            line-height: 100%; } }
      .gifting .image-ctas &gt; div .body p {
        font-size: 88%;
        line-height: 172%;
        color: #595959; }
      .gifting .image-ctas &gt; div .body a {
        width: 275px; }
    .gifting .image-ctas &gt; div .picture {
      width: 100%; }
      @media (min-width: 992px) {
        .gifting .image-ctas &gt; div .picture {
          width: 468px; } }
      .gifting .image-ctas &gt; div .picture img {
        width: 100%; }
  .gifting .disclaimer p {
    padding-top: 32px;
    text-align: center;
    font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
    font-size: 75%;
    line-height: 167%;
    color: #595959; }
    @media (min-width: 992px) {
      .gifting .disclaimer p {
        max-width: 725px;
        margin: 0 auto; } }
    @media (min-width: 1200px) {
      .gifting .disclaimer p {
        max-width: 675px;
        margin: 0 auto; } }
  .gifting .disclaimer a {
    color: #046a38;
    white-space: nowrap; }

body.full-width-small .page-container {
  padding: 0; }
  @media (min-width: 576px) {
    body.full-width-small .page-container {
      padding: 0; } }
  @media (min-width: 768px) {
    body.full-width-small .page-container {
      padding: 0 30px; } }

section.cpg {
  max-width: 936px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px; }
  section.cpg .kk-heading {
    text-align: center;
    padding: 0 15px;
    margin-top: 30px; }
    section.cpg .kk-heading em {
      display: block;
      padding-bottom: 8px;
      text-align: center;
      font-family: "BrandonGrotesque-BlackItalic", Arial, Helvetica, sans-serif;
      font-style: normal;
      font-size: 113%;
      line-height: 134%;
      letter-spacing: 0.8px;
      color: #d01f2f; }
      @media (min-width: 576px) {
        section.cpg .kk-heading em {
          font-size: 150%;
          line-height: 100%;
          letter-spacing: 1px; } }
    section.cpg .kk-heading h1 {
      display: block;
      font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
      font-size: 200%;
      line-height: 100%;
      text-align: center;
      text-transform: uppercase; }
      @media (min-width: 576px) {
        section.cpg .kk-heading h1 {
          font-size: 300%;
          line-height: 100%;
          letter-spacing: 1.5px; } }
      @media (min-width: 1200px) {
        section.cpg .kk-heading h1 {
          font-size: 400%;
          line-height: 100%;
          letter-spacing: 2px; } }
    section.cpg .kk-heading p {
      color: #595959;
      display: block;
      max-width: 624px;
      margin: 16px auto; }
  section.cpg .banner {
    text-align: center;
    margin: 48px auto; }
    section.cpg .banner img {
      width: 100%; }
  @media (min-width: 768px) {
    section.cpg .ctas {
      display: flex;
      padding-bottom: 0; } }
  section.cpg .ctas em {
    display: block;
    padding-bottom: 8px;
    font-family: "BrandonGrotesque-BlackItalic", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-size: 113%;
    line-height: 134%;
    letter-spacing: 0.8px;
    color: #d01f2f; }
    @media (min-width: 576px) {
      section.cpg .ctas em {
        font-size: 150%;
        line-height: 100%;
        letter-spacing: 1px; } }
  section.cpg .ctas h2 {
    display: block;
    font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
    font-size: 200%;
    line-height: 100%;
    text-transform: uppercase; }
    @media (min-width: 576px) {
      section.cpg .ctas h2 {
        font-size: 300%;
        line-height: 100%;
        letter-spacing: 1.5px; } }
    @media (min-width: 1200px) {
      section.cpg .ctas h2 {
        font-size: 400%;
        line-height: 100%;
        letter-spacing: 2px; } }
  section.cpg .ctas .image {
    text-align: center; }
    @media (min-width: 768px) {
      section.cpg .ctas .image {
        text-align: right;
        width: 50%; } }
    section.cpg .ctas .image img {
      width: 100%;
      height: auto;
      max-width: 470px; }
  section.cpg .ctas .copy {
    padding: 30px 15px 15px 15px; }
    @media (min-width: 768px) {
      section.cpg .ctas .copy {
        width: 50%;
        align-self: center;
        padding: 0 40px; } }
    @media (min-width: 992px) {
      section.cpg .ctas .copy {
        padding: 0;
        padding: 0 40px; } }
    section.cpg .ctas .copy h2 {
      font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
      font-size: 150%;
      line-height: 134%;
      letter-spacing: 1px;
      color: #0b6a38;
      text-transform: uppercase;
      margin: 0; }
      @media (min-width: 992px) {
        section.cpg .ctas .copy h2 {
          font-size: 200%;
          line-height: 125%; } }
      section.cpg .ctas .copy h2 strong {
        color: #d01f2f;
        letter-spacing: 1.3px; }
    section.cpg .ctas .copy .body {
      color: #595959;
      font-size: 88%;
      line-height: 172%;
      display: inline-block;
      max-width: 360px;
      margin: 10px 0; }
    section.cpg .ctas .copy .cta {
      margin: 8px 0; }
      section.cpg .ctas .copy .cta .btn {
        padding-left: 45px;
        padding-right: 45px;
        min-width: 230px;
        margin: 12px 12px 12px 0; }
    section.cpg .ctas .copy .cta2 {
      font-size: 82%;
      margin: 4px 0; }
      section.cpg .ctas .copy .cta2.hide {
        display: none; }
  @media (min-width: 576px) {
    section.cpg .switch {
      flex-direction: row; } }
  section.cpg .switch .copy {
    padding: 30px 15px 15px 15px; }
    @media (min-width: 768px) {
      section.cpg .switch .copy {
        padding-left: 20px;
        order: 1;
        margin-left: auto;
        max-width: 470px; } }
    @media (min-width: 992px) {
      section.cpg .switch .copy {
        padding-left: 40px; } }
  section.cpg .switch .image {
    text-align: center; }
    @media (min-width: 768px) {
      section.cpg .switch .image {
        padding-left: 0;
        order: 2;
        text-align: left; } }
  section.cpg .faq-container {
    margin: 80px 0;
    padding: 30px 15px 15px 15px; }
    @media (min-width: 768px) {
      section.cpg .faq-container {
        padding-top: 30px; } }
    section.cpg .faq-container .copy {
      padding: 30px; }
      section.cpg .faq-container .copy .title {
        text-align: center; }
        section.cpg .faq-container .copy .title em {
          font-family: "BrandonGrotesque-BlackItalic", Arial, Helvetica, sans-serif;
          font-style: normal;
          font-size: 113%;
          line-height: 134%;
          letter-spacing: 0.8px;
          color: #d01f2f;
          display: block; }
        section.cpg .faq-container .copy .title strong {
          font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
          font-size: 150%;
          line-height: 134%;
          letter-spacing: 0.8px;
          color: #0b6a38;
          display: block;
          text-transform: uppercase; }
    section.cpg .faq-container .faq-items {
      width: 100%;
      max-width: 620px;
      margin: 0 auto; }
      section.cpg .faq-container .faq-items h2 {
        text-align: center;
        font-family: "BrandonGrotesque-BlackItalic", Arial, Helvetica, sans-serif;
        font-style: normal;
        font-size: 150%;
        line-height: 134%;
        letter-spacing: 0.8px;
        color: #d01f2f;
        display: block; }
        @media (min-width: 768px) {
          section.cpg .faq-container .faq-items h2 {
            font-size: 200%;
            line-height: 125%; } }
      section.cpg .faq-container .faq-items .faq-item {
        padding-top: 20px; }
        section.cpg .faq-container .faq-items .faq-item h2 {
          text-align: left;
          margin-bottom: 10px;
          font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
          color: #0b6a38;
          font-size: 113%;
          line-height: 134%;
          text-transform: uppercase; }
          @media (min-width: 768px) {
            section.cpg .faq-container .faq-items .faq-item h2 {
              font-size: 150%;
              line-height: 134%; } }
        section.cpg .faq-container .faq-items .faq-item p {
          color: #303030;
          font-size: 100%;
          line-height: 150%; }

div.page-fundraising3 {
  max-width: 936px;
  margin-left: auto;
  margin-right: auto; }
  div.page-fundraising3 .page-fundraising3__banner {
    width: 100%;
    margin-top: 30px; }

#modalFundraise .modal-header h2 {
  font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
  margin: 24px 24px 0 24px;
  font-size: 36px;
  line-height: 1.1;
  letter-spacing: 0px;
  text-transform: uppercase;
  color: #1e6a38;
  font-weight: 700;
  text-align: center; }

#modalFundraise .modal-header div img {
  min-height: 1px;
  width: 100%; }

#modalFundraise .modal-header {
  padding: 0;
  width: 100%; }

#modalFundraise .modal-body {
  min-height: 1px;
  padding: 0px; }

#modalFundraise .modal-body div img {
  max-height: 180px;
  min-height: 140px;
  width: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  vertical-align: middle;
  border-style: none; }

#modalFundraise .modal-body h3 {
  margin: 8px 24px 8px 24px;
  padding: 0;
  font-size: 18px;
  color: #595959;
  font-family: "BrandonGrotesque-RegularRoman", Arial, Arial, Helvetica, sans-serif;
  text-transform: none;
  font-weight: 400;
  text-align: center; }

#modalFundraise .modal-body p {
  font-size: 10px;
  color: #000;
  line-height: 1.4;
  display: block;
  font-family: "BrandonGrotesque-RegularRoman", Arial, Arial, Helvetica, sans-serif; }

@media (min-width: 768px) {
  #modalFundraise .modal-body {
    padding-left: 0px;
    padding-right: 0px; } }

.page-container.loyalty-container {
  max-width: 420px;
  display: block;
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
  min-height: 100vh; }
  @media (min-width: 768px) {
    .page-container.loyalty-container {
      box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1); } }
  .page-container.loyalty-container header {
    width: 100vw;
    height: 150px;
    text-align: center;
    position: fixed;
    top: 0;
    padding: 0 30px;
    transform: translateX(-30px);
    background-color: #fff; }
    @media (min-width: 768px) {
      .page-container.loyalty-container header {
        width: 420px; } }
    .page-container.loyalty-container header .header-container {
      position: relative;
      width: 100%;
      height: auto; }
      .page-container.loyalty-container header .header-container .logo-container .logo img {
        max-width: 125px; }
    .page-container.loyalty-container header .survey-progress {
      width: 100%; }
      .page-container.loyalty-container header .survey-progress .text {
        margin: 24px auto;
        text-align: center;
        font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.5;
        letter-spacing: normal;
        color: #303030; }
      .page-container.loyalty-container header .survey-progress .bars {
        width: 100%;
        height: 30px;
        padding: 5px 0;
        display: flex;
        flex-direction: row; }
        .page-container.loyalty-container header .survey-progress .bars .progress-segment {
          background-color: #697378;
          border: 1px solid #697378;
          margin-right: 5px;
          height: 15px;
          flex-grow: 1; }
          .page-container.loyalty-container header .survey-progress .bars .progress-segment:first-child {
            border-top-left-radius: 40px;
            border-bottom-left-radius: 40px; }
          .page-container.loyalty-container header .survey-progress .bars .progress-segment:last-child {
            margin-right: 0;
            border-top-right-radius: 40px;
            border-bottom-right-radius: 40px; }
          .page-container.loyalty-container header .survey-progress .bars .progress-segment.completed {
            background-color: #0b6a38;
            border-color: #0b6a38; }
  .page-container.loyalty-container .loyalty-content {
    width: 100%;
    margin-top: 180px; }
    .page-container.loyalty-container .loyalty-content h1 {
      font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
      font-size: 26px;
      color: #0b6a38;
      font-weight: 900;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.15;
      letter-spacing: 0.21px;
      text-align: center;
      width: 100%;
      text-transform: uppercase; }
    .page-container.loyalty-container .loyalty-content h2 {
      width: 100%;
      text-align: center;
      font-family: "BrandonGrotesque-BlackItalic", Arial, Helvetica, sans-serif;
      font-style: normal;
      color: #c8102e;
      font-size: 16px;
      font-stretch: normal;
      line-height: 1.25;
      letter-spacing: 0.5px; }
    .page-container.loyalty-container .loyalty-content .welcome-copy {
      width: 100%;
      margin-top: 115px; }
      .page-container.loyalty-container .loyalty-content .welcome-copy .copy-title {
        font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
        font-size: 18px;
        color: #0b6a38;
        font-weight: 900;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.33;
        letter-spacing: 0.11px;
        text-align: center;
        width: 100%;
        text-transform: uppercase; }
      .page-container.loyalty-container .loyalty-content .welcome-copy .main-copy {
        margin: 24px auto;
        text-align: center;
        font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.5;
        letter-spacing: normal;
        color: #303030; }
      .page-container.loyalty-container .loyalty-content .welcome-copy img {
        max-width: 277px;
        display: block;
        margin: 0 auto;
        transform: translateY(-30%); }
    .page-container.loyalty-container .loyalty-content .survey-content ul {
      list-style: none;
      padding: 0; }
      .page-container.loyalty-container .loyalty-content .survey-content ul .survey-question {
        text-align: left;
        font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.5;
        letter-spacing: normal;
        color: #303030;
        margin: 16px 0; }
        .page-container.loyalty-container .loyalty-content .survey-content ul .survey-question ul {
          list-style: none; }
          .page-container.loyalty-container .loyalty-content .survey-content ul .survey-question ul .survey-option {
            padding: 16px 8px;
            background-color: #fff;
            box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
            margin: 16px auto;
            display: block;
            overflow: hidden; }
            .page-container.loyalty-container .loyalty-content .survey-content ul .survey-question ul .survey-option .option-text {
              text-align: left;
              font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
              font-size: 16px;
              font-weight: normal;
              font-stretch: normal;
              font-style: normal;
              line-height: 1.5;
              letter-spacing: normal;
              color: #0b6a38;
              width: 80%;
              float: left; }
            .page-container.loyalty-container .loyalty-content .survey-content ul .survey-question ul .survey-option .option-radio {
              width: 20px;
              height: 20px;
              border: none;
              float: right;
              border-color: #0b6a38;
              cursor: pointer;
              background-image: url("../images/loyalty/unselected.png");
              background-repeat: no-repeat;
              background-size: contain;
              background-position: right; }
              .page-container.loyalty-container .loyalty-content .survey-content ul .survey-question ul .survey-option .option-radio.selected {
                background-image: url("../images/loyalty/selected.png"); }
            .page-container.loyalty-container .loyalty-content .survey-content ul .survey-question ul .survey-option input[type=text] {
              clear: both;
              width: 100%;
              border: none;
              border-bottom: 1px solid #0b6a38;
              padding: 8px; }
              .page-container.loyalty-container .loyalty-content .survey-content ul .survey-question ul .survey-option input[type=text].error {
                border-color: #c8102e; }
            .page-container.loyalty-container .loyalty-content .survey-content ul .survey-question ul .survey-option:last-child {
              margin-bottom: 60px; }
    .page-container.loyalty-container .loyalty-content .cta {
      margin-top: 150px; }
      .page-container.loyalty-container .loyalty-content .cta .btn {
        width: 100%;
        border-radius: 100px;
        box-shadow: 0 8px 40px 0 rgba(208, 31, 47, 0.3);
        padding-top: 19px;
        padding-bottom: 18px; }
        .page-container.loyalty-container .loyalty-content .cta .btn.survey-submit:disabled, .page-container.loyalty-container .loyalty-content .cta .btn.survey-submit.disabled {
          background-color: #697378;
          box-shadow: none; }
    .page-container.loyalty-container .loyalty-content .survey-content + .cta {
      margin-top: 25px;
      padding-bottom: 120px; }

.corporate-gifting-body .shop-container {
  background-image: url(/App_Themes/krispykremenew/Content/images/corporategifting/bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0 !important; }
  .corporate-gifting-body .shop-container .corporate-gifting__container {
    margin-left: auto;
    margin-right: auto;
    max-width: 840px;
    width: 100%;
    box-shadow: 0 15px 40px 0 rgba(96, 96, 96, 0.21);
    background-color: #ffffff; }
    @media (min-width: 768px) {
      .corporate-gifting-body .shop-container .corporate-gifting__container {
        border-radius: 19px;
        margin-top: 120px;
        margin-bottom: 120px; } }
  .corporate-gifting-body .shop-container .corporate-gifting__header {
    position: relative;
    width: 100%;
    min-width: 100%;
    border-bottom: 0;
    background-color: transparent;
    margin: 0; }
    .corporate-gifting-body .shop-container .corporate-gifting__header .header-container {
      padding: 0;
      position: relative;
      width: 100%;
      display: block;
      height: auto;
      text-align: center; }
    .corporate-gifting-body .shop-container .corporate-gifting__header .logo-container__upper-nav {
      padding: 5px 5px 0;
      margin-bottom: -10px;
      display: flex;
      flex-direction: row;
      justify-content: space-between; }
      @media (min-width: 768px) {
        .corporate-gifting-body .shop-container .corporate-gifting__header .logo-container__upper-nav {
          padding: 16px 30px 0; } }
    .corporate-gifting-body .shop-container .corporate-gifting__header .logo-container__lower-nav {
      text-align: center;
      position: relative; }
      .corporate-gifting-body .shop-container .corporate-gifting__header .logo-container__lower-nav .logo {
        display: inline-block; }
        .corporate-gifting-body .shop-container .corporate-gifting__header .logo-container__lower-nav .logo::after {
          content: '';
          position: absolute;
          top: 50%;
          left: 0;
          height: 2px;
          background-color: #0b6a38;
          width: 100%; }
        .corporate-gifting-body .shop-container .corporate-gifting__header .logo-container__lower-nav .logo img {
          max-width: none;
          width: auto;
          height: 70px;
          position: relative;
          z-index: 1; }
          @media (min-width: 768px) {
            .corporate-gifting-body .shop-container .corporate-gifting__header .logo-container__lower-nav .logo img {
              height: 80px; } }
    .corporate-gifting-body .shop-container .corporate-gifting__header .btn-back,
    .corporate-gifting-body .shop-container .corporate-gifting__header .btn-close {
      display: block;
      width: 30px;
      height: 30px;
      padding: 0;
      white-space: nowrap;
      position: relative; }
      .corporate-gifting-body .shop-container .corporate-gifting__header .btn-back:after,
      .corporate-gifting-body .shop-container .corporate-gifting__header .btn-close:after {
        content: ' ';
        width: 30px;
        height: 30px;
        display: inline-block;
        background-position: center;
        background-repeat: no-repeat;
        color: #0b6a38;
        position: absolute;
        right: 0;
        top: 0; }
    .corporate-gifting-body .shop-container .corporate-gifting__header .btn-back:after {
      background-image: url("../icons/arrow.svg");
      background-size: 45px; }
    .corporate-gifting-body .shop-container .corporate-gifting__header .btn-close {
      margin-left: auto; }
      .corporate-gifting-body .shop-container .corporate-gifting__header .btn-close:after {
        background-image: url("../icons/close-green.svg");
        background-size: 15px; }
  .corporate-gifting-body .shop-container .kk-form {
    padding: 0 25px 40px; }
    @media (min-width: 768px) {
      .corporate-gifting-body .shop-container .kk-form {
        padding: 0 45px 60px; } }

.corporate-gifting-body .kk-form .page-error {
  font-size: 88%;
  line-height: 150%;
  font-style: italic;
  color: #c8102e;
  display: block;
  padding-top: 20px; }

.corporate-gifting-body .kk-form .form-section__title {
  font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
  font-size: 150%;
  font-size: 24px;
  font-weight: 900;
  font-stretch: normal;
  letter-spacing: 1px;
  text-align: center;
  color: #0b6a38;
  text-transform: uppercase; }

.corporate-gifting-body .kk-form .form-section__headline {
  font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
  font-size: 150%;
  font-size: 24px;
  font-weight: 900;
  font-stretch: normal;
  letter-spacing: 1px;
  text-align: center;
  color: #0b6a38;
  text-transform: uppercase; }
  @media (min-width: 768px) {
    .corporate-gifting-body .kk-form .form-section__headline {
      font-size: 250%; } }

.corporate-gifting-body .kk-form .form-section__instruction {
  font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
  font-size: 88%;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 1.43;
  letter-spacing: 1px;
  color: #283134;
  margin-bottom: 20px; }

.corporate-gifting-body .kk-form .form-section__message {
  margin-top: 22px;
  font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
  font-size: 82%;
  line-height: 1.23;
  text-align: center;
  color: #697378; }
  .corporate-gifting-body .kk-form .form-section__message a {
    color: #0b6a38; }
    .corporate-gifting-body .kk-form .form-section__message a:focus, .corporate-gifting-body .kk-form .form-section__message a:hover {
      text-decoration: underline; }

.corporate-gifting-body .kk-form .form-field__select--icon {
  padding-left: 30px !important; }

.corporate-gifting-body .kk-form .form-field__wrap--icon {
  position: relative; }
  .corporate-gifting-body .kk-form .form-field__wrap--icon::after {
    content: '';
    position: absolute;
    top: 6px;
    left: 0px;
    width: 20px;
    height: 20px;
    background-size: 16px 16px;
    background-repeat: no-repeat; }
  .corporate-gifting-body .kk-form .form-field__wrap--icon-day::after {
    background-image: url(/App_Themes/krispykremenew/Content/images/shop/icons/icon-input-calendar.png); }
  .corporate-gifting-body .kk-form .form-field__wrap--icon-time::after {
    background-image: url(/App_Themes/krispykremenew/Content/images/shop/icons/time-icon.png); }

.corporate-gifting-body .kk-form .form-field input,
.corporate-gifting-body .kk-form .form-field select,
.corporate-gifting-body .kk-form .form-field textarea {
  font-size: 113%;
  line-height: 1.33;
  letter-spacing: normal;
  font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif; }
  .corporate-gifting-body .kk-form .form-field input::-webkit-input-placeholder,
  .corporate-gifting-body .kk-form .form-field select::-webkit-input-placeholder,
  .corporate-gifting-body .kk-form .form-field textarea::-webkit-input-placeholder {
    color: #c1c1c1; }
  .corporate-gifting-body .kk-form .form-field input:-moz-placeholder,
  .corporate-gifting-body .kk-form .form-field select:-moz-placeholder,
  .corporate-gifting-body .kk-form .form-field textarea:-moz-placeholder {
    color: #c1c1c1; }
  .corporate-gifting-body .kk-form .form-field input::-moz-placeholder,
  .corporate-gifting-body .kk-form .form-field select::-moz-placeholder,
  .corporate-gifting-body .kk-form .form-field textarea::-moz-placeholder {
    color: #c1c1c1; }
  .corporate-gifting-body .kk-form .form-field input:-ms-input-placeholder,
  .corporate-gifting-body .kk-form .form-field select:-ms-input-placeholder,
  .corporate-gifting-body .kk-form .form-field textarea:-ms-input-placeholder {
    color: #c1c1c1; }
  .corporate-gifting-body .kk-form .form-field input::placeholder,
  .corporate-gifting-body .kk-form .form-field select::placeholder,
  .corporate-gifting-body .kk-form .form-field textarea::placeholder {
    color: #c1c1c1; }

.corporate-gifting-body .shop-container .confirmation__title {
  font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
  font-size: 150%;
  font-size: 24px;
  font-weight: 900;
  font-stretch: normal;
  letter-spacing: 1px;
  text-align: center;
  color: #0b6a38;
  text-transform: uppercase; }
  @media (min-width: 768px) {
    .corporate-gifting-body .shop-container .confirmation__title {
      font-size: 250%; } }

.corporate-gifting-body .shop-container .confirmation__message {
  font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
  font-size: 82%;
  line-height: 1.23;
  text-align: center;
  color: #697378; }

.corporate-gifting-body .shop-container .confirmation__subtitle {
  font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
  font-size: 125%;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 1px;
  color: #0b6a38;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .corporate-gifting-body .shop-container .confirmation__subtitle {
      font-size: 150%; } }

.corporate-gifting-body .checkout {
  margin-top: 22px; }
  .corporate-gifting-body .checkout__card {
    height: 100%;
    padding: 15px 18px;
    box-shadow: 0 2px 4px 0 rgba(144, 157, 163, 0.12);
    background-color: #f7f9fa;
    display: flex; }
    .corporate-gifting-body .checkout__card-icon {
      padding-right: 11px; }
    .corporate-gifting-body .checkout__card-info p {
      font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
      line-height: 1.23;
      font-size: 82%;
      color: #697378;
      margin: 0 0 5px; }
    .corporate-gifting-body .checkout__card-info .btn-text {
      text-decoration: none;
      font-size: 82%; }
      .corporate-gifting-body .checkout__card-info .btn-text:hover, .corporate-gifting-body .checkout__card-info .btn-text:focus {
        text-decoration: underline; }
  .corporate-gifting-body .checkout .form-section {
    padding-top: 0px; }
  .corporate-gifting-body .checkout .kk-tooltip-wrap {
    display: flex;
    align-items: center; }
  .corporate-gifting-body .checkout .kk-tooltip {
    display: inline-block;
    margin-left: 5px;
    position: relative; }
    .corporate-gifting-body .checkout .kk-tooltip .kk-tooltip-trigger {
      position: relative;
      z-index: 4;
      width: 35px;
      height: 35px;
      background: url("/App_Themes/krispykremenew/Content/images/corporategifting/icon-info.png") center no-repeat; }
      .corporate-gifting-body .checkout .kk-tooltip .kk-tooltip-trigger:hover {
        text-decoration: none; }
    .corporate-gifting-body .checkout .kk-tooltip .kk-tooltip-box {
      position: absolute;
      z-index: 3;
      top: 0;
      left: 0;
      background-color: #f7f9fa;
      font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
      line-height: 1.23;
      font-size: 82%;
      color: #697378;
      min-width: 180px;
      text-align: left;
      display: none;
      padding: 30px 10px 24px; }
      .corporate-gifting-body .checkout .kk-tooltip .kk-tooltip-box[aria-hidden="false"] {
        display: inline-block; }

.corporate-gifting-body #location-search-select-store .shop-search-container {
  background-color: #fff; }

section.widget-banner {
  margin-top: 20px; }
  section.widget-banner .banner__wrapper {
    background-size: cover;
    padding: 50px 10px; }
    @media (min-width: 768px) {
      section.widget-banner .banner__wrapper {
        padding: 80px 10px; } }
    section.widget-banner .banner__wrapper h2 {
      color: #fff;
      text-align: center;
      font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif; }
    section.widget-banner .banner__wrapper p {
      color: #fff;
      text-align: center;
      font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
      max-width: 600px;
      margin: 10px auto; }
      @media (min-width: 768px) {
        section.widget-banner .banner__wrapper p {
          margin-bottom: 30px; } }
    section.widget-banner .banner__wrapper .banner__cta {
      width: 230px;
      text-align: center;
      margin: 0 auto;
      background-color: #fff; }
      section.widget-banner .banner__wrapper .banner__cta a {
        color: #0b6a38; }
    section.widget-banner .banner__wrapper .banner__link-text {
      background-color: unset; }
      section.widget-banner .banner__wrapper .banner__link-text a {
        color: #fff;
        text-decoration: underline; }

section.widget-banner-img {
  margin-top: 30px; }
  section.widget-banner-img img {
    width: 100%; }

section.widget-card {
  padding: 0px 0px 50px; }
  @media (min-width: 768px) {
    section.widget-card {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; } }
  @media (min-width: 992px) {
    section.widget-card {
      padding: 0px 50px 75px; } }
  section.widget-card .card__wrapper {
    flex-basis: 49%;
    margin: 0 auto;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      section.widget-card .card__wrapper {
        box-shadow: 0 15px 40px 0 rgba(70, 70, 70, 0.13); } }
    section.widget-card .card__wrapper img {
      width: 100%; }
    section.widget-card .card__wrapper .card__body {
      text-align: center;
      margin: 30px auto 40px; }
      section.widget-card .card__wrapper .card__body h2 {
        font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
        font-size: 24px; }
      section.widget-card .card__wrapper .card__body p {
        margin-top: 10px;
        font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
        color: #595959;
        padding-right: 20px;
        padding-left: 20px;
        font-size: 16px;
        line-height: 24px; }
      section.widget-card .card__wrapper .card__body .btn {
        padding: 15px 30px; }

section.widget-comparison-matrix {
  margin-top: 40px;
  margin-left: -15px;
  margin-right: -15px;
  padding: 0px; }
  section.widget-comparison-matrix.hasBorderTop {
    border-top: 1px solid #dfdfdf;
    margin-top: 0px;
    padding-top: 40px; }
    @media (min-width: 992px) {
      section.widget-comparison-matrix.hasBorderTop {
        padding-top: 50px;
        margin-top: 60px; } }
  @media (min-width: 576px) {
    section.widget-comparison-matrix {
      margin-left: 0px;
      margin-right: 0px; } }
  @media (min-width: 992px) {
    section.widget-comparison-matrix {
      margin-top: 50px; } }
  section.widget-comparison-matrix h2 {
    font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
    font-size: 32px;
    text-align: center;
    margin: 0 auto;
    max-width: 300px; }
    @media (min-width: 992px) {
      section.widget-comparison-matrix h2 {
        max-width: 620px; } }
  section.widget-comparison-matrix .matrix__wrapper {
    padding: 25px; }
    @media (min-width: 992px) {
      section.widget-comparison-matrix .matrix__wrapper {
        box-shadow: 0 15px 40px 0 rgba(70, 70, 70, 0.13);
        padding: 50px;
        padding-top: 40px;
        margin-top: 50px;
        margin-bottom: 50px; } }
  section.widget-comparison-matrix .matrix-row__titlerow {
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
    margin-bottom: 20px; }
    @media (min-width: 992px) {
      section.widget-comparison-matrix .matrix-row__titlerow {
        padding-bottom: 0px;
        margin-bottom: 0px; } }
    section.widget-comparison-matrix .matrix-row__titlerow span {
      font-family: "BrandonGrotesque-BlackItalic", Arial, Helvetica, sans-serif;
      color: #c8102e;
      font-size: 18px; }
      section.widget-comparison-matrix .matrix-row__titlerow span:first-of-type {
        flex-basis: 50%; }
      @media (min-width: 992px) {
        section.widget-comparison-matrix .matrix-row__titlerow span:nth-of-type(2) {
          border-left: 1px solid #dfdfdf;
          width: 25%;
          text-align: center;
          margin-right: -5px;
          padding-bottom: 30px; } }
    @media (min-width: 992px) {
      section.widget-comparison-matrix .matrix-row__titlerow.lineBreak span:nth-of-type(2) {
        border-right: 1px solid #dfdfdf; } }
  section.widget-comparison-matrix .matrix-row__wrapper {
    display: flex;
    justify-content: space-between; }
  section.widget-comparison-matrix .matrix-row__check {
    height: auto;
    text-align: center;
    width: 45px; }
    section.widget-comparison-matrix .matrix-row__check.active {
      /*background-image: url("/App_Themes/krispykremenew/Content/icons/red-checkmark.svg");
                    background-size: contain;
                    background-repeat:no-repeat;
                    background-position: center;
                        */ }
      section.widget-comparison-matrix .matrix-row__check.active:after {
        content: url("/App_Themes/krispykremenew/Content/icons/red-checkmark.svg");
        display: -ms-inline-flexbox; }
    @media (min-width: 992px) {
      section.widget-comparison-matrix .matrix-row__check.activeDivide {
        border-right: 1px solid #dfdfdf;
        width: 25%; } }
    @media (min-width: 992px) {
      section.widget-comparison-matrix .matrix-row__check.leftCheck {
        border-left: 1px solid #dfdfdf;
        width: 25%; } }
  section.widget-comparison-matrix .matrix-row__divider {
    height: 100%;
    width: 1px;
    border-right: 1px solid gray; }
  section.widget-comparison-matrix .matrix-row__description {
    flex-basis: 50%;
    font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
    color: #595959;
    font-size: 18px; }

section.widget-imagehalf {
  border: 1px solid black;
  padding: 50px; }

section.widget-kk-carousel-banner {
  margin: 48px auto; }
  section.widget-kk-carousel-banner .carousel-wrapper {
    margin-top: 40px;
    display: none; }
  section.widget-kk-carousel-banner .slide-container img {
    width: 100%; }
  section.widget-kk-carousel-banner .slick-dots li {
    margin: 0 2px; }
    section.widget-kk-carousel-banner .slick-dots li button::before {
      font-size: 11px;
      color: #0b6a38; }
  section.widget-kk-carousel-banner .slick-prev {
    left: -32px; }
    section.widget-kk-carousel-banner .slick-prev::before {
      font-size: 25px;
      color: #0b6a38; }
  section.widget-kk-carousel-banner .slick-next {
    right: -28px; }
    section.widget-kk-carousel-banner .slick-next::before {
      font-size: 25px;
      color: #0b6a38; }

section.widget-kk-image-banner .image-wrapper {
  margin-top: 40px; }

section.widget-kk-participating-shops &gt; .participating-shops {
  margin: 40px 0;
  border-top: 1px solid #dfdfdf; }
  @media (min-width: 992px) {
    section.widget-kk-participating-shops &gt; .participating-shops {
      margin: 60px 0; } }
  section.widget-kk-participating-shops &gt; .participating-shops &gt; h2 {
    margin-top: 40px;
    font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
    font-size: 150%;
    line-height: 109%;
    color: #0b6a38;
    text-transform: uppercase;
    text-align: center; }
    @media (min-width: 992px) {
      section.widget-kk-participating-shops &gt; .participating-shops &gt; h2 {
        margin-top: 60px;
        font-size: 250%;
        line-height: 120%;
        letter-spacing: 1.25px; } }
  section.widget-kk-participating-shops &gt; .participating-shops &gt; h2 + p {
    margin-top: 10px;
    font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
    font-size: 100%;
    line-height: 150%;
    color: #303030;
    text-align: center; }
  section.widget-kk-participating-shops &gt; .participating-shops &gt; .search-criteria {
    margin-top: 20px;
    text-align: center; }
    section.widget-kk-participating-shops &gt; .participating-shops &gt; .search-criteria .search-box {
      position: relative;
      margin: auto;
      width: 100%; }
      @media (min-width: 992px) {
        section.widget-kk-participating-shops &gt; .participating-shops &gt; .search-criteria .search-box {
          margin-top: 30px;
          width: 500px;
          padding: 0 16px; } }
      section.widget-kk-participating-shops &gt; .participating-shops &gt; .search-criteria .search-box input[type="text"] {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border: 1px solid #dfdfdf;
        border-radius: 24px;
        width: 100%;
        line-height: 45px;
        height: 45px;
        font-size: 100%;
        padding: 0 40px 0 12px;
        box-shadow: 0 15px 40px 0 rgba(70, 70, 70, 0.15);
        text-indent: 10px; }
      section.widget-kk-participating-shops &gt; .participating-shops &gt; .search-criteria .search-box .run-search {
        display: none; }
        @media (min-width: 992px) {
          section.widget-kk-participating-shops &gt; .participating-shops &gt; .search-criteria .search-box .run-search {
            display: block;
            position: absolute;
            right: 37px;
            top: 14.5px; }
            section.widget-kk-participating-shops &gt; .participating-shops &gt; .search-criteria .search-box .run-search a {
              display: block;
              height: 16px;
              width: 16px;
              background: url("../icons/search.svg") no-repeat; } }
  section.widget-kk-participating-shops &gt; .participating-shops &gt; .search-results {
    text-align: left; }
    section.widget-kk-participating-shops &gt; .participating-shops &gt; .search-results &gt; p {
      margin-top: 30px;
      text-align: center; }
      @media (min-width: 992px) {
        section.widget-kk-participating-shops &gt; .participating-shops &gt; .search-results &gt; p {
          margin-top: 40px; } }
    section.widget-kk-participating-shops &gt; .participating-shops &gt; .search-results &gt; .location-cards {
      display: flex;
      flex-direction: column;
      justify-content: center;
      margin-top: 30px; }
      @media (min-width: 992px) {
        section.widget-kk-participating-shops &gt; .participating-shops &gt; .search-results &gt; .location-cards {
          flex-direction: row;
          flex-wrap: wrap;
          margin-top: 40px; } }
      section.widget-kk-participating-shops &gt; .participating-shops &gt; .search-results &gt; .location-cards &gt; .location-card {
        position: relative;
        padding: 16px 15px;
        border-top: 1px solid #dfdfdf;
        cursor: pointer; }
        @media (min-width: 992px) {
          section.widget-kk-participating-shops &gt; .participating-shops &gt; .search-results &gt; .location-cards &gt; .location-card {
            flex-basis: 50%;
            max-width: 325px; } }
        section.widget-kk-participating-shops &gt; .participating-shops &gt; .search-results &gt; .location-cards &gt; .location-card:last-child {
          border-bottom-width: 0; }
        section.widget-kk-participating-shops &gt; .participating-shops &gt; .search-results &gt; .location-cards &gt; .location-card.selected {
          background-color: #f6f6f6; }
        section.widget-kk-participating-shops &gt; .participating-shops &gt; .search-results &gt; .location-cards &gt; .location-card .btn-favorite {
          display: none;
          height: 18px;
          width: 18px;
          position: absolute;
          top: 30px;
          right: 15px;
          padding: 0;
          font-size: 0;
          background-image: url("../icons/red-heart-empty.svg");
          background-repeat: no-repeat;
          background-size: 16px; }
          section.widget-kk-participating-shops &gt; .participating-shops &gt; .search-results &gt; .location-cards &gt; .location-card .btn-favorite:hover, section.widget-kk-participating-shops &gt; .participating-shops &gt; .search-results &gt; .location-cards &gt; .location-card .btn-favorite:active {
            text-decoration: none; }
          section.widget-kk-participating-shops &gt; .participating-shops &gt; .search-results &gt; .location-cards &gt; .location-card .btn-favorite[disabled] {
            background-image: url("../icons/red-heart.svg");
            opacity: 1; }
        section.widget-kk-participating-shops &gt; .participating-shops &gt; .search-results &gt; .location-cards &gt; .location-card .btn-hotlight {
          height: 54px;
          width: 54px;
          position: absolute;
          top: 15px;
          right: 48px;
          background-image: url("../icons/hot-now-off.svg");
          background-repeat: no-repeat;
          background-size: 54px 54px;
          line-height: 0;
          font-size: 0;
          color: transparent; }
          section.widget-kk-participating-shops &gt; .participating-shops &gt; .search-results &gt; .location-cards &gt; .location-card .btn-hotlight.on {
            background-image: url("../icons/hot-now.svg"); }
        section.widget-kk-participating-shops &gt; .participating-shops &gt; .search-results &gt; .location-cards &gt; .location-card h3 {
          margin: 0;
          padding-right: 90px;
          font-size: 94%;
          line-height: 94%;
          font-family: "BrandonGrotesque-RegularBold", Arial, Helvetica, sans-serif;
          font-weight: bold;
          color: #0b6a38; }
        section.widget-kk-participating-shops &gt; .participating-shops &gt; .search-results &gt; .location-cards &gt; .location-card .distance {
          margin-top: 5px;
          padding-right: 90px;
          font-size: 88%;
          line-height: 115%;
          font-style: italic;
          color: #7e7e7e; }
          @media (min-width: 576px) {
            section.widget-kk-participating-shops &gt; .participating-shops &gt; .search-results &gt; .location-cards &gt; .location-card .distance {
              font-size: 69%;
              line-height: 146%; } }
        section.widget-kk-participating-shops &gt; .participating-shops &gt; .search-results &gt; .location-cards &gt; .location-card address {
          display: block;
          font-size: 94%;
          line-height: 107%;
          color: #303030;
          margin: 10px 0 0 0;
          padding-right: 90px; }
        section.widget-kk-participating-shops &gt; .participating-shops &gt; .search-results &gt; .location-cards &gt; .location-card .disclaimer {
          display: block;
          color: #c8102e;
          font-size: 82%;
          line-height: 124%;
          margin-top: 10px; }
        section.widget-kk-participating-shops &gt; .participating-shops &gt; .search-results &gt; .location-cards &gt; .location-card .ctas {
          display: flex;
          justify-content: space-between;
          align-items: center;
          margin-top: 14px; }
          @media (min-width: 768px) {
            section.widget-kk-participating-shops &gt; .participating-shops &gt; .search-results &gt; .location-cards &gt; .location-card .ctas {
              margin-top: 17px; } }
          section.widget-kk-participating-shops &gt; .participating-shops &gt; .search-results &gt; .location-cards &gt; .location-card .ctas .btn-order {
            margin: 0;
            font-size: 69%;
            line-height: 164%;
            background-image: url("../icons/doughnut-marker.svg");
            background-repeat: no-repeat;
            background-size: 16px;
            background-position: top 50% left 15px;
            padding-left: 38px;
            letter-spacing: 0.79px; }
            section.widget-kk-participating-shops &gt; .participating-shops &gt; .search-results &gt; .location-cards &gt; .location-card .ctas .btn-order.order-desktop-url {
              display: none; }
              @media (min-width: 576px) {
                section.widget-kk-participating-shops &gt; .participating-shops &gt; .search-results &gt; .location-cards &gt; .location-card .ctas .btn-order.order-desktop-url {
                  display: inline-block; } }
            section.widget-kk-participating-shops &gt; .participating-shops &gt; .search-results &gt; .location-cards &gt; .location-card .ctas .btn-order.order-mobile-url {
              display: inline-block; }
              @media (min-width: 576px) {
                section.widget-kk-participating-shops &gt; .participating-shops &gt; .search-results &gt; .location-cards &gt; .location-card .ctas .btn-order.order-mobile-url {
                  display: none; } }
          section.widget-kk-participating-shops &gt; .participating-shops &gt; .search-results &gt; .location-cards &gt; .location-card .ctas .hours-toggle {
            background: url("../icons/caret-down.svg") no-repeat right center;
            background-size: 16px;
            padding-right: 20px;
            margin-left: auto;
            font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
            font-size: 69%;
            line-height: 164%;
            letter-spacing: 0.79px;
            color: #046a38;
            text-transform: uppercase; }
            section.widget-kk-participating-shops &gt; .participating-shops &gt; .search-results &gt; .location-cards &gt; .location-card .ctas .hours-toggle.open {
              background-image: url("../icons/caret-up.svg"); }
        section.widget-kk-participating-shops &gt; .participating-shops &gt; .search-results &gt; .location-cards &gt; .location-card .hours-container {
          padding-top: 19px; }
          section.widget-kk-participating-shops &gt; .participating-shops &gt; .search-results &gt; .location-cards &gt; .location-card .hours-container .hours-list {
            display: flex;
            flex-wrap: wrap;
            border-top: solid 1px #ebebeb; }
            section.widget-kk-participating-shops &gt; .participating-shops &gt; .search-results &gt; .location-cards &gt; .location-card .hours-container .hours-list .hours-item {
              flex-basis: 100%;
              margin-top: 15px; }
              section.widget-kk-participating-shops &gt; .participating-shops &gt; .search-results &gt; .location-cards &gt; .location-card .hours-container .hours-list .hours-item .title {
                font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
                font-size: 75%;
                line-height: 134%;
                letter-spacing: 0.92px;
                color: #303030;
                text-transform: uppercase; }
              section.widget-kk-participating-shops &gt; .participating-shops &gt; .search-results &gt; .location-cards &gt; .location-card .hours-container .hours-list .hours-item ul li {
                font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
                font-size: 88%;
                line-height: 143%;
                color: #7e7e7e; }

section.widget-kk-participating-shops .corporate-gifting .ctas .btn {
  display: none !important; }

section.widget-kk-participating-shops .corporate-gifting .ctas .hours-toggle {
  margin-left: 0 !important; }

section.widget-kk-participating-shops .corporate-gifting .btn-hotlight,
section.widget-kk-participating-shops .corporate-gifting .btn-favorite {
  display: none !important; }

section.widget-kk-video-banner {
  /* for touch screen devices */ }
  section.widget-kk-video-banner .video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    margin-top: 40px; }
    section.widget-kk-video-banner .video-wrapper iframe, section.widget-kk-video-banner .video-wrapper object, section.widget-kk-video-banner .video-wrapper embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: 0; }
    section.widget-kk-video-banner .video-wrapper iframe #player .controls-wrapper {
      display: none; }
  section.widget-kk-video-banner .video-control {
    opacity: 0;
    position: absolute;
    width: 9%;
    height: 18%;
    top: 41.75%;
    left: 45.5%;
    transition: opacity 0.3s; }
    section.widget-kk-video-banner .video-control:before, section.widget-kk-video-banner .video-control:after {
      content: '';
      width: 100%;
      height: 100%;
      background-repeat: no-repeat;
      background-size: 100%;
      display: block;
      position: absolute; }
    section.widget-kk-video-banner .video-control:before {
      background-image: url("../images/play_green.png"); }
    section.widget-kk-video-banner .video-control:after {
      background-image: url("../images/pause_green.png"); }
    section.widget-kk-video-banner .video-control.paused:after, section.widget-kk-video-banner .video-control.playing:before {
      opacity: 0; }
  section.widget-kk-video-banner .video-control-show {
    opacity: 1; }
  @media (hover: none) {
    section.widget-kk-video-banner .video-control {
      opacity: 1 !important; } }

section.widget-overview-description .overview-description__wrap {
  padding: 50px 15px;
  text-align: center;
  margin: 0 auto; }
  section.widget-overview-description .overview-description__wrap.bottomLine {
    border-bottom: 1px solid #dfdfdf; }

section.widget-overview-description .overview-description__description {
  font-size: 18px; }

section.widget-overview-description h2 {
  font-size: 32px;
  font-weight: bold;
  max-width: 300px;
  font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
  text-align: center;
  margin: 0 auto 10px !important;
  font-size: bold; }
  @media (min-width: 576px) {
    section.widget-overview-description h2 {
      font-size: 40px;
      max-width: 620px; } }

section.widget-overview-description p {
  color: #595959;
  max-width: 780px;
  margin: 0 auto !important;
  font-size: 18px;
  line-height: 24px;
  font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif; }

section.widget-overview-description .cta a {
  padding: 13px 30px;
  border-radius: 25px;
  margin-top: 25px; }

section.widget-tips-and-tricks {
  margin: 30px -15px; }
  @media (min-width: 576px) {
    section.widget-tips-and-tricks {
      margin-left: 0px;
      margin-right: 0px; } }
  section.widget-tips-and-tricks .topLine {
    border-top: 1px solid #dfdfdf; }
    @media (min-width: 768px) {
      section.widget-tips-and-tricks .topLine {
        padding-top: 50px;
        margin-top: 60px; } }
  section.widget-tips-and-tricks .tips-and-tricks__title {
    font-family: "BrandonGrotesque-BlackItalic", Arial, Helvetica, sans-serif;
    color: #c8102e;
    max-width: fit-content;
    font-size: 18px;
    text-align: left;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      section.widget-tips-and-tricks .tips-and-tricks__title {
        max-width: none;
        margin-bottom: 40px;
        padding-left: 0px;
        font-size: 24px;
        text-align: center; } }
  section.widget-tips-and-tricks .tips-and-tricks__wrapper {
    background-color: #f7f9fa;
    margin-top: 12px;
    margin-bottom: 12px;
    padding: 15px;
    cursor: pointer; }
    @media (min-width: 992px) {
      section.widget-tips-and-tricks .tips-and-tricks__wrapper {
        padding: 15px 40px; } }
    section.widget-tips-and-tricks .tips-and-tricks__wrapper img.hidden {
      display: none; }
    section.widget-tips-and-tricks .tips-and-tricks__wrapper .simple_accordion {
      margin-bottom: 20px; }
      section.widget-tips-and-tricks .tips-and-tricks__wrapper .simple_accordion:last-child {
        margin-bottom: 0; }
      section.widget-tips-and-tricks .tips-and-tricks__wrapper .simple_accordion h2 {
        font-size: 20px;
        display: flex;
        justify-content: space-between;
        text-transform: uppercase;
        margin-bottom: 0px;
        font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif; }
        @media (min-width: 768px) {
          section.widget-tips-and-tricks .tips-and-tricks__wrapper .simple_accordion h2 {
            align-items: center; } }
        section.widget-tips-and-tricks .tips-and-tricks__wrapper .simple_accordion h2.active:after {
          background-image: url("/App_Themes/krispykremenew/Content/icons/minus.svg"); }
        section.widget-tips-and-tricks .tips-and-tricks__wrapper .simple_accordion h2:after {
          content: "";
          width: 24px;
          height: 24px;
          background-image: url("/App_Themes/krispykremenew/Content/icons/plus.svg");
          background-repeat: no-repeat;
          background-position: center;
          background-size: contain;
          display: block; }
        section.widget-tips-and-tricks .tips-and-tricks__wrapper .simple_accordion h2 span {
          flex-basis: 80%; }
          @media (min-width: 768px) {
            section.widget-tips-and-tricks .tips-and-tricks__wrapper .simple_accordion h2 span {
              max-width: 620px; } }
      section.widget-tips-and-tricks .tips-and-tricks__wrapper .simple_accordion img {
        height: 24px;
        width: 24px; }
    section.widget-tips-and-tricks .tips-and-tricks__wrapper .simple_accordion-content {
      display: none; }
      section.widget-tips-and-tricks .tips-and-tricks__wrapper .simple_accordion-content p {
        font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
        color: #595959;
        max-width: 620px;
        width: 80%; }
        @media (min-width: 768px) {
          section.widget-tips-and-tricks .tips-and-tricks__wrapper .simple_accordion-content p {
            width: auto; } }

section.widget-three-col-img {
  margin: 0 auto;
  text-align: center; }
  section.widget-three-col-img .three-col-img__inner {
    padding-top: 0px; }
    section.widget-three-col-img .three-col-img__inner.topLine {
      border-top: 1px solid #dfdfdf; }
    section.widget-three-col-img .three-col-img__inner.bottomLine {
      border-bottom: 1px solid #dfdfdf; }
      @media (min-width: 768px) {
        section.widget-three-col-img .three-col-img__inner.bottomLine {
          width: 85%;
          margin-left: auto;
          margin-right: auto; } }
      @media (min-width: 992px) {
        section.widget-three-col-img .three-col-img__inner.bottomLine {
          padding-top: 50px;
          width: auto;
          padding-bottom: 50px; } }
  section.widget-three-col-img .three-col-img__title {
    font-size: 32px;
    font-weight: bold;
    max-width: 300px;
    padding-top: 50px;
    font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 10px; }
    @media (min-width: 576px) {
      section.widget-three-col-img .three-col-img__title {
        font-size: 40px;
        max-width: 620px; } }
    @media (min-width: 768px) {
      section.widget-three-col-img .three-col-img__title {
        text-align: left;
        padding-top: 50px; } }
    @media (min-width: 992px) {
      section.widget-three-col-img .three-col-img__title {
        text-align: center;
        padding-top: 50px; } }
  section.widget-three-col-img .three-col-img__desc {
    color: #595959;
    max-width: 780px;
    margin: 0 auto;
    margin-bottom: 50px;
    font-size: 14px;
    font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif; }
    @media (min-width: 768px) {
      section.widget-three-col-img .three-col-img__desc {
        text-align: left; } }
    @media (min-width: 992px) {
      section.widget-three-col-img .three-col-img__desc {
        text-align: center; } }
  section.widget-three-col-img .three-col-img__wrapper {
    display: flex;
    flex-direction: column; }
    @media (min-width: 768px) {
      section.widget-three-col-img .three-col-img__wrapper {
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: wrap; } }
    @media (min-width: 992px) {
      section.widget-three-col-img .three-col-img__wrapper {
        flex-wrap: nowrap; } }
  section.widget-three-col-img .three-col-img__col {
    margin-bottom: 50px; }
    @media (min-width: 768px) {
      section.widget-three-col-img .three-col-img__col {
        margin-bottom: 40px;
        display: flex; } }
    @media (min-width: 992px) {
      section.widget-three-col-img .three-col-img__col {
        width: 33%;
        margin-bottom: 0px;
        margin-left: 4%;
        margin-right: 4%;
        display: block; } }
    section.widget-three-col-img .three-col-img__col img {
      margin-bottom: 20px;
      max-height: 100px; }
      @media (min-width: 768px) {
        section.widget-three-col-img .three-col-img__col img {
          margin-bottom: 0px; } }
    section.widget-three-col-img .three-col-img__col h2 {
      font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
      font-size: 24px;
      margin-bottom: 5px;
      text-transform: uppercase; }
    section.widget-three-col-img .three-col-img__col p {
      color: #595959;
      font-style: italic;
      max-width: 250px;
      margin: auto;
      font-size: 18px; }
      @media (min-width: 768px) {
        section.widget-three-col-img .three-col-img__col p {
          font-size: 16px;
          margin: 0;
          max-width: none; } }
      @media (min-width: 992px) {
        section.widget-three-col-img .three-col-img__col p {
          margin: auto; } }
    section.widget-three-col-img .three-col-img__col .btn {
      margin-top: 24px;
      padding: 12px 20px; }
  @media (min-width: 768px) {
    section.widget-three-col-img .three-col-img__image {
      margin-right: 30px; } }
  @media (min-width: 992px) {
    section.widget-three-col-img .three-col-img__image {
      margin-right: 0px; } }
  @media (min-width: 768px) {
    section.widget-three-col-img .three-col-img__copy {
      text-align: left;
      padding-top: 10px;
      width: 70%; } }
  @media (min-width: 992px) {
    section.widget-three-col-img .three-col-img__copy {
      text-align: center;
      width: 100%; } }
  section.widget-three-col-img .three-col-img__col-button {
    margin-top: -20px; }
    @media (min-width: 768px) {
      section.widget-three-col-img .three-col-img__col-button {
        margin-top: 40px; } }
    section.widget-three-col-img .three-col-img__col-button .btn {
      min-width: 275px; }
      @media (min-width: 768px) {
        section.widget-three-col-img .three-col-img__col-button .btn {
          min-width: 298px; } }

section.widget-two-col-img {
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center; }
  @media (min-width: 768px) {
    section.widget-two-col-img {
      width: 85%;
      margin-left: auto;
      margin-right: auto; } }
  @media (min-width: 992px) {
    section.widget-two-col-img {
      width: 100%; } }
  section.widget-two-col-img .two-col-img__wrapper {
    display: block;
    margin-top: 40px;
    margin-bottom: 0; }
    @media (min-width: 992px) {
      section.widget-two-col-img .two-col-img__wrapper {
        display: flex;
        justify-content: space-between; } }
    @media (min-width: 992px) {
      section.widget-two-col-img .two-col-img__wrapper.imageRight {
        flex-direction: row-reverse;
        padding-left: 40px; } }
    section.widget-two-col-img .two-col-img__wrapper .image {
      flex-basis: 51%;
      margin-bottom: 30px; }
      @media (min-width: 992px) {
        section.widget-two-col-img .two-col-img__wrapper .image {
          margin-bottom: 0px; } }
      section.widget-two-col-img .two-col-img__wrapper .image img {
        width: 100%; }
    section.widget-two-col-img .two-col-img__wrapper .copy {
      flex-basis: 45%;
      text-align: left;
      display: flex;
      flex-direction: column;
      justify-content: center; }
      section.widget-two-col-img .two-col-img__wrapper .copy .body {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 24px; }
        @media (min-width: 768px) {
          section.widget-two-col-img .two-col-img__wrapper .copy .body {
            margin-bottom: 30px; } }
      section.widget-two-col-img .two-col-img__wrapper .copy h2 {
        font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
        font-size: 32px;
        text-transform: uppercase; }
      section.widget-two-col-img .two-col-img__wrapper .copy p {
        color: #595959;
        max-width: 360px;
        margin-bottom: 0rem;
        text-align: left; }
        @media (min-width: 768px) {
          section.widget-two-col-img .two-col-img__wrapper .copy p {
            max-width: none; } }
        @media (min-width: 992px) {
          section.widget-two-col-img .two-col-img__wrapper .copy p {
            max-width: 360px; } }
      section.widget-two-col-img .two-col-img__wrapper .copy .two-col-img__label {
        font-family: "BrandonGrotesque-BlackItalic", Arial, Helvetica,
 sans-serif;
        color: #c8102e;
        font-size: 20px;
        margin-bottom: 12px; }
      section.widget-two-col-img .two-col-img__wrapper .copy .ctas {
        display: flex; }
        section.widget-two-col-img .two-col-img__wrapper .copy .ctas .cta {
          margin-right: 40px; }
        section.widget-two-col-img .two-col-img__wrapper .copy .ctas .btn {
          padding: 15px 30px;
          font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif; }
        section.widget-two-col-img .two-col-img__wrapper .copy .ctas .link {
          display: flex;
          flex-direction: column;
          justify-content: center;
          font-family: "BrandonGrotesque-BlackItalic", Arial, Helvetica,
 sans-serif; }

.widget-twocta {
  margin: 50px 0 40px; }
  @media (min-width: 992px) {
    .widget-twocta {
      margin: 120px 0 60px; } }
  .widget-twocta .twocta__inner {
    text-align: center; }
    .widget-twocta .twocta__inner &gt; h2 {
      font-family: "BrandonGrotesque-Black", Arial, Helvetica, sans-serif;
      font-size: 150%;
      line-height: 109%;
      color: #0b6a38;
      text-transform: uppercase;
      text-align: center; }
      @media (min-width: 992px) {
        .widget-twocta .twocta__inner &gt; h2 {
          font-size: 250%;
          line-height: 120%;
          letter-spacing: 1.25px; } }
    .widget-twocta .twocta__inner &gt; h2 + p {
      margin-top: 10px;
      font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
      font-size: 100%;
      line-height: 150%;
      color: #303030;
      text-align: center; }
  .widget-twocta .twocta__ctas {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center; }
    .widget-twocta .twocta__ctas .btn {
      max-width: 260px;
      width: 100%;
      display: block;
      margin: 10px 20px; }

section.webpart-disclaimer-section {
  padding: 20px 0 40px 0; }
  section.webpart-disclaimer-section div.disclaimer-container {
    clear: both;
    width: 100%;
    padding: 15px 40px;
    font-size: 12px;
    color: #303030;
    font-family: "BrandonGrotesque-RegularRoman", Arial, Helvetica, sans-serif;
    text-align: center; }
    section.webpart-disclaimer-section div.disclaimer-container .disclaimer-superscript {
      font-size: 75%;
      vertical-align: super; }
    section.webpart-disclaimer-section div.disclaimer-container .disclaimer-text {
      margin: 0;
      display: inline; }
</pre></body></html>