/*                                                                     
The primary stylesheet. This sheet pulls in all the components in order of appearance.       
*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: Indie Flower, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

main {
  font-size: 1.15rem;
}
@media only screen and (min-width: 25em) {
  main {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 33.25em) {
  main {
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 42.5em) {
  main {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 48em) {
  main {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 57.1875em) {
  main {
    font-size: 1.75rem;
  }
}
@media only screen and (min-width: 75em) {
  main {
    font-size: 2rem;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

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

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
.dark-section a {
  color: #F09A28;
}
.dark-section a:hover, .dark-section a:focus, .dark-section a:active {
  color: #F5BE75;
}

a {
  color: #AC660C;
}
a:hover, a:focus, a:active {
  color: #87520D;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button, .button,
input[type=button],
input[type=reset],
input[type=submit] {
  font-size: 1.305em;
  font-size: 1.1em;
  border: 3px solid;
  border-color: #AC660C;
  border-radius: 3px;
  background: none;
  color: #AC660C;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover, .button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  background-color: #AC660C;
  color: #fff;
  cursor: pointer;
}
button:active, button:focus, .button:active, .button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}
button.highlight-button, .button.highlight-button,
input[type=button].highlight-button,
input[type=reset].highlight-button,
input[type=submit].highlight-button {
  border-color: #fff;
  color: #fff;
  background-color: #000;
}
button.highlight-button:hover, .button.highlight-button:hover,
input[type=button].highlight-button:hover,
input[type=reset].highlight-button:hover,
input[type=submit].highlight-button:hover {
  background-color: #fff;
  border-color: #000;
  color: #000;
  cursor: pointer;
}
button.highlight-button:active, button.highlight-button:focus, .button.highlight-button:active, .button.highlight-button:focus,
input[type=button].highlight-button:active,
input[type=button].highlight-button:focus,
input[type=reset].highlight-button:active,
input[type=reset].highlight-button:focus,
input[type=submit].highlight-button:active,
input[type=submit].highlight-button:focus {
  border-color: #aaa #bbb #bbb;
}
button.info-melded-button, .button.info-melded-button,
input[type=button].info-melded-button,
input[type=reset].info-melded-button,
input[type=submit].info-melded-button {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #666;
  border-radius: 3px;
  padding: 0.5em;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

.main-navigation {
  position: sticky;
  top: 0;
  z-index: 99;
  border-bottom: 1.5px solid rgba(255, 255, 255, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.2rem;
  background-color: #404040;
  background-color: #000;
  padding: 0.5rem;
  width: 100%;
}
.main-navigation #logo-icon {
  margin-right: 1em;
}
.main-navigation #logo-icon svg {
  fill: #e6e6e6;
  max-height: 1.5rem;
  max-width: 2rem;
}
.main-navigation #logo-icon svg:hover {
  fill: #AC660C;
}
.main-navigation #nav-item-container {
  -ms-flex-pack: distribute;
      justify-content: space-around;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 25rem;
  width: 80%;
}
.main-navigation #nav-item-container a {
  color: #e6e6e6;
  text-decoration: none;
}
.main-navigation #nav-item-container a:hover {
  color: #AC660C;
  text-decoration: underline;
}

body {
  padding-bottom: 6em;
}

h1 {
  font-size: 1.35em;
  padding: 0.25em;
}
@media only screen and (min-width: 48em) {
  h1 {
    font-size: 1.6em;
  }
}
@media only screen and (min-width: 66.3125em) {
  h1 {
    font-size: 2em;
  }
}

.section p {
  max-width: 46rem;
  margin: auto;
}

.p-and-list {
  margin: auto;
  max-width: 25em;
  padding: 1em;
}
.dark-section {
  background-color: #000;
  color: #fff;
}

.heading-section {
  background-color: #F09A28;
}
.heading-section h2 {
  margin: 0;
  text-align: center;
  color: #000;
  padding: 0.25em;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}

p {
  margin: 0;
  padding: 1em;
}

ul, ol {
  margin: 0 0 0 1em;
}
ul li, ol li {
  margin-bottom: 1em;
}
ul li .bullet-explanation, ol li .bullet-explanation {
  font-size: 0.8em;
}

.text-image-section .text-image-section-text-container {
  margin: auto;
  max-width: 25em;
}
@media only screen and (min-width: 37.5em) {
  .text-image-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
.text-image-section .image-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (min-width: 75em) {
  .multi-column-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.image-bg-section {
  position: relative;
}
.image-bg-section p {
  text-align: center;
  display: block;
  width: 100%;
  max-width: none;
}

.short-text-only-section {
  text-align: center;
}

.title-section {
  position: relative;
}
.title-section h1 {
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 66.3125em) {
  .title-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .title-section h1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    margin: 0;
    padding: 0.75em;
    padding: 0.75em;
    top: 0 !important;
    position: relative;
  }
}

.image-container {
  line-height: 0;
}

.full-width-image {
  width: 100%;
}

.hidden {
  display: none !important;
}

#home-hero {
  position: relative;
}
#home-hero h1 {
  padding: 0;
}

#home-hero-logo {
  position: absolute;
  top: 0.4rem;
  border-top: 2px solid black;
  border-bottom: 2px solid black;
  display: block;
  padding: 0.5rem;
  background: rgba(255, 255, 255, 0.87);
  width: 100%;
}
#home-hero-logo svg {
  width: 75%;
  height: 2.188rem;
  margin: auto;
  display: block;
  margin-bottom: 0.5rem;
}
#home-hero-logo #tagline {
  letter-spacing: 0.1;
  text-align: center;
  font-size: 1rem;
}
@media only screen and (min-width: 23.4375em) {
  #home-hero-logo {
    top: 0.5rem;
  }
}
@media only screen and (min-width: 33.25em) {
  #home-hero-logo {
    border-top: 6px solid black;
    border-bottom: 6px solid black;
    padding: 1rem;
    top: 1rem;
    height: 7.5rem;
  }
  #home-hero-logo svg {
    height: 2.8125rem;
  }
  #home-hero-logo #tagline {
    font-size: 1.115rem;
  }
}
@media only screen and (min-width: 42.5em) {
  #home-hero-logo {
    top: 1.66rem;
  }
}
@media only screen and (min-width: 48em) {
  #home-hero-logo {
    top: 1.7rem;
    height: 9.6875rem;
  }
  #home-hero-logo svg {
    height: 4.375rem;
    margin-bottom: 1rem;
  }
  #home-hero-logo #tagline {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 57.1875em) {
  #home-hero-logo {
    top: 2.5rem;
  }
}
@media only screen and (min-width: 66.3125em) {
  #home-hero-logo {
    top: 3.8rem;
  }
}
@media only screen and (min-width: 75em) {
  #home-hero-logo {
    top: 4.33rem;
    height: 11.25em;
  }
  #home-hero-logo svg {
    height: 5.3125em;
  }
  #home-hero-logo #tagline {
    font-size: 1.75rem;
  }
}
@media only screen and (min-width: 84.375em) {
  #home-hero-logo {
    top: 5.33rem;
  }
}
@media only screen and (min-width: 102.5em) {
  #home-hero-logo {
    top: 7rem;
  }
}

#love-story-container #love-story-text {
  margin: auto;
}
@media only screen and (min-width: 37.5em) {
  #love-story-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  #love-story-container #kiss-frames-container {
    min-width: 300px;
    max-width: 300px;
  }
}
#love-story-container #kiss-frames-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#love-story-container #kiss2,
#love-story-container #kiss3 {
  position: absolute;
}
#love-story-container .hide-kiss {
  z-index: -1;
}

#mission-section #mission-text {
  background: rgba(255, 255, 255, 0.9);
  position: relative;
}
@media only screen and (min-width: 33.25em) {
  #mission-section #mission-text {
    position: absolute;
    bottom: 2rem;
  }
}
@media only screen and (min-width: 42.5em) {
  #mission-section #mission-text {
    bottom: 3rem;
  }
}
@media only screen and (min-width: 48em) {
  #mission-section #mission-text {
    bottom: 5rem;
  }
}
@media only screen and (min-width: 66.3125em) {
  #mission-section #mission-text {
    bottom: 9rem;
  }
}
@media only screen and (min-width: 84.375em) {
  #mission-section #mission-text {
    bottom: 12rem;
  }
}
@media only screen and (min-width: 102.5em) {
  #mission-section #mission-text {
    bottom: 15rem;
  }
}

#cant-stop-section {
  background: #000;
}
#cant-stop-section #cant-stop-text {
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
}
@media only screen and (min-width: 33.25em) {
  #cant-stop-section #cant-stop-text {
    position: absolute;
    top: 2rem;
  }
}
@media only screen and (min-width: 42.5em) {
  #cant-stop-section #cant-stop-text {
    top: 3rem;
  }
}
@media only screen and (min-width: 48em) {
  #cant-stop-section #cant-stop-text {
    top: 5rem;
  }
}
@media only screen and (min-width: 66.3125em) {
  #cant-stop-section #cant-stop-text {
    top: 9rem;
  }
}
@media only screen and (min-width: 84.375em) {
  #cant-stop-section #cant-stop-text {
    top: 12rem;
  }
}
@media only screen and (min-width: 102.5em) {
  #cant-stop-section #cant-stop-text {
    top: 15rem;
  }
}

@media only screen and (min-width: 48em) {
  #beecentric-honey-container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#beecentric-honey-container #beecentric-honey-jar {
  padding: 2em 1em 0em 1em;
  max-width: 200px;
  margin: auto;
}
@media only screen and (min-width: 37.5em) {
  #beecentric-honey-container #beecentric-honey-jar {
    max-width: 250px;
  }
}
@media only screen and (min-width: 48em) {
  #beecentric-honey-container #beecentric-honey-jar {
    margin: 0;
    min-width: 350px;
    max-width: 450px;
  }
}

#contact-section {
  padding: 1em;
}

#contact-columns {
  max-width: 62.5rem;
  margin: auto;
}
#contact-columns input,
#contact-columns textarea,
#contact-columns input[type=submit],
#contact-columns select {
  width: 100%;
  line-height: 2em;
  font-size: 0.78em;
  font-family: sans-serif;
  padding: 0.5em;
}
#contact-columns textarea {
  height: 200px;
}
#contact-columns #contactFormContainer {
  max-width: 34.375rem;
  min-width: 18.75rem;
  margin: 0;
  display: inline-block;
  min-width: 20rem;
  z-index: 1;
}
#contact-columns #contactFormContainer.no-js {
  display: none;
  visibility: hidden;
}
#contact-columns #contactFormContainer #contact-color,
#contact-columns #contactFormContainer #color-label {
  display: none;
  visibility: hidden;
}
#contact-columns label {
  display: block;
}
#contact-columns label:not(:first-child) {
  margin-top: 2em;
}
#contact-columns form #contact-button {
  width: 100%;
}
#contact-columns .contactDetails {
  font-size: 1em;
  max-width: 24.625rem;
  margin-top: 4em;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 20%;
          flex: 1 1 20%;
  text-align: center;
}
#contact-columns .contactDetails .contact-item {
  position: relative;
  display: block;
  margin: 1em auto;
  line-height: 2.5em;
}
@media only screen and (min-width: 48em) {
  #contact-columns .contactDetails .contact-item {
    margin: 1em 0 1.5em 1em;
  }
}
#contact-columns .contactDetails .contact-item .contact-item-detail-box {
  vertical-align: top;
  display: inline-block;
}
#contact-columns .contactDetails .contact-item .contact-item-detail-box span {
  display: block;
  line-height: 2.25em;
}
#contact-columns .contactDetails .contact-item svg {
  position: relative;
  vertical-align: text-top;
  fill: #404040;
  width: 1.5em;
  height: 1em;
  margin-right: 0.15em;
  margin-top: 0em;
}
#contact-columns .contactDetails #social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#contact-columns .contactDetails #social-icons .social-item svg {
  height: 2rem;
  width: 2rem;
}
#contact-columns .contactDetails #social-icons .social-item svg:hover {
  fill: #AC660C;
}
@media only screen and (min-width: 48em) {
  #contact-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #contact-columns #contactFormContainer {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    margin-right: 1em;
    max-width: 350px;
  }
  #contact-columns .contactDetails {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    margin-top: 0;
    min-width: 368px;
    text-align: left;
  }
}
@media only screen and (max-width: 47.9375em) {
  #contact-columns #contactFormContainer,
  #contact-columns .contactDetails {
    margin-right: auto;
    margin-left: auto;
  }
}
#contact-columns #contactFormContainer {
  display: block;
  max-width: 23.4375em;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 70%;
          flex: 1 1 70%;
}

.no-js .contactDetails {
  margin: auto;
}

.hidden-submit {
  display: none;
}

.success,
.error,
.message {
  padding: 0.5em;
  max-width: 700px;
  margin: 1em auto;
  text-align: center;
  border-radius: 3px;
  border-style: solid;
}

.success {
  color: #3d5c3d;
  background-color: #eef3ec;
}

.message {
  background-color: #404040;
}

.error {
  color: #953b39;
  background-color: #f5e5e5;
}

#contact-sidebar-image {
  margin: 3em auto;
  max-width: 250px;
}

.invalid-input {
  outline: 4px solid red;
}

#love-title h1 {
  top: 0;
  color: #fff;
  background-color: #000;
}
@media only screen and (min-width: 33.25em) {
  #love-title h1 {
    top: 0.8em;
  }
}

@media only screen and (min-width: 37.5em) {
  #about-intro #macro-on-finger-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    max-width: 250px;
  }
}
@media only screen and (min-width: 48em) {
  #about-intro #macro-on-finger-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    max-width: 400px;
  }
}
@media only screen and (min-width: 66.3125em) {
  #about-intro #macro-on-finger-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    max-width: 750px;
    width: 50%;
  }
}

@media only screen and (min-width: 37.5em) {
  #hope-container #urban-forage-container {
    min-width: 250px;
    max-width: 310px;
  }
}
@media only screen and (min-width: 48em) {
  #hope-container #urban-forage-container {
    max-width: 369px;
  }
}
@media only screen and (min-width: 66.3125em) {
  #hope-container #urban-forage-container {
    max-width: 450px;
  }
}

#generation-container #bee-costume-sitting-container {
  padding: 1em;
  max-width: 250px;
  margin: auto;
}
@media only screen and (min-width: 37.5em) {
  #generation-container #bee-costume-sitting-container {
    min-width: 150px;
    max-width: 300px;
  }
}
@media only screen and (min-width: 75em) {
  #generation-container #bee-costume-sitting-container {
    max-width: 400px;
  }
}

@media only screen and (min-width: 37.5em) {
  #get-know-container #flying-bees-container {
    min-width: 250px;
    max-width: 268px;
  }
}
@media only screen and (min-width: 57.1875em) {
  #get-know-container #flying-bees-container {
    max-width: 368px;
  }
}

@media only screen and (min-width: 37.5em) {
  #melissa-container #melissa-comb-container {
    min-width: 250px;
    max-width: 350px;
  }
}

@media only screen and (min-width: 37.5em) {
  #shawn-container #bee-on-face-container {
    min-width: 275px;
    max-width: 275px;
  }
}
@media only screen and (min-width: 42.5em) {
  #shawn-container #bee-on-face-container {
    width: 50%;
    min-width: 325px;
    max-width: 550px;
  }
}

@media only screen and (min-width: 37.5em) {
  #first-hive-container #bike-boxes-container {
    width: 60%;
    min-width: 350px;
    max-width: 500px;
  }
}
@media only screen and (min-width: 42.5em) {
  #first-hive-container #bike-boxes-container {
    width: 60%;
    min-width: 350px;
    max-width: 500px;
  }
}

@media only screen and (min-width: 37.5em) {
  #islington-container {
    display: inherit;
  }
}
@media only screen and (min-width: 42.5em) {
  #islington-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (min-width: 37.5em) {
  #islington-container #urban-beekeeper-lifting-comb-container {
    min-width: 100%;
  }
}
@media only screen and (min-width: 42.5em) {
  #islington-container #urban-beekeeper-lifting-comb-container {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 40%;
            flex: 1 0 40%;
    min-width: 315px;
    max-width: 550px;
  }
}
@media only screen and (min-width: 48em) {
  #islington-container #urban-beekeeper-lifting-comb-container {
    max-width: 700px;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 60%;
            flex: 1 0 60%;
  }
}

@media only screen and (min-width: 37.5em) {
  #advocacy-container #school-container {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 40%;
            flex: 1 0 40%;
    min-width: 315px;
    max-width: 450px;
  }
}

@media only screen and (min-width: 37.5em) {
  #honey-sales #honey-table-shawn-melissa-container {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 60%;
            flex: 1 0 60%;
    min-width: 250px;
    max-width: 450px;
  }
}
@media only screen and (min-width: 57.1875em) {
  #honey-sales #honey-table-shawn-melissa-container {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 45%;
            flex: 1 0 45%;
  }
}

@media only screen and (min-width: 37.5em) {
  #donations #mabelle-thanks-container {
    margin-right: 0.33em;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 55%;
            flex: 1 0 55%;
    min-width: 250px;
    max-width: 650px;
  }
}

@media only screen and (min-width: 37.5em) {
  #moved-guelph #apiary-2020-container {
    -webkit-box-flex: 0;
        -ms-flex: 0 0.5 70%;
            flex: 0 0.5 70%;
    min-width: 250px;
    max-width: 650px;
  }
}

#sustain-title h1 {
  top: 1.75em;
  color: #fff;
  background-color: #000;
}
@media only screen and (min-width: 33.25em) {
  #sustain-title h1 {
    top: 3em;
  }
}
@media only screen and (min-width: 33.25em) {
  #sustain-title h1 {
    top: 3em;
  }
}

#buy-honey-intro {
  padding: 0;
}

.prooduct-item-container {
  margin-bottom: 1em;
  margin-top: 1em;
}
.prooduct-item-container:not(:last-child) {
  border-bottom: 3px dashed #ccc;
}
.prooduct-item-container .product-title {
  font-size: 1.6rem;
  font-weight: 700;
}
@media only screen and (min-width: 48em) {
  .prooduct-item-container .product-title {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 75em) {
  .prooduct-item-container .product-title {
    font-size: 2.3rem;
  }
}
.prooduct-item-container .product-variant {
  font-size: 1.1em;
  padding: 0.66rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.prooduct-item-container .product-variant button, .prooduct-item-container .product-variant input {
  font-size: 1.1em;
}
.prooduct-item-container .product-variant .variant-info-container {
  padding: 0 0.75em;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.prooduct-item-container .product-variant fieldset {
  border: none;
  padding: 0;
  margin: 0;
  display: inherit;
}
.prooduct-item-container .product-variant .add-cart button {
  padding: 0.39rem 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.prooduct-item-container .product-variant .quantity-selector {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.prooduct-item-container .product-variant .quantity-selector .qty-button {
  font-weight: 700;
  padding: 0.2rem 0.68rem;
}
.prooduct-item-container .product-variant .quantity-selector .qty-minus, .prooduct-item-container .product-variant .quantity-selector .qty {
  border-radius: 0;
}
.prooduct-item-container .product-variant .quantity-selector .qty {
  width: 4.1rem;
  padding: 3px 0;
  text-align: center;
  border-color: #AC660C;
}
.prooduct-item-container .product-variant .quantity-selector .qty-plus {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

#checkout-section {
  z-index: 999;
  border-top: 3px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 0.5em;
  background-color: #F09A28;
  -webkit-transition: bottom 1s ease-in-out;
  transition: bottom 1s ease-in-out;
}
#checkout-section.checkout-closed {
  bottom: -4em;
}
#checkout-section #total-wrapper {
  color: #000;
  position: relative;
  background-color: #fff;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  padding: 0.25em;
}
#checkout-section #total-wrapper span {
  padding: 0 0.25em;
}

#checkout-logo a {
  padding: 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#checkout-logo a svg {
  max-height: 40px;
}

#checkout-breadcrumb-container {
  text-align: center;
  font-size: 1em;
  padding: 0.25em;
}

#order-summary-container {
  padding: 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

#order-details {
  max-width: 25em;
  margin: auto;
  padding: 0.5em;
  border-right: 3px dashed #000;
  border-bottom: 3px dashed #000;
  border-left: 3px dashed #000;
}
#order-details table {
  border-collapse: collapse;
  margin: 0;
}
#order-details tfoot .total-heading {
  text-align: right;
  padding-right: 0.5em;
}
#order-details tfoot .total-amount {
  text-align: center;
}
#order-details tfoot #order-details-total-row {
  border-top: 1px solid #ccc;
  font-weight: 700;
  font-size: 1.5em;
}
#order-details tbody {
  border-bottom: 1px solid #ccc;
}
#order-details td {
  padding: 0.15em;
}
#order-details .order-item-title, #order-details th.order-item-title {
  text-align: left;
}
#order-details .order-item-quantity, #order-details .order-item-cost {
  text-align: center;
}

.checkout-button {
  margin: auto;
  display: block;
  text-align: center;
  max-width: 12.5em;
}

.checkout-options-container {
  border: 0;
  max-width: 34.375em;
  margin: auto;
}
.checkout-options-container .checkout-option {
  padding: 1em;
  border: solid 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.checkout-options-container .checkout-option .checkout-radio-label {
  margin-left: 0.5em;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.checkout-options-container .checkout-option .checkout-radio-label .checkout-option-title {
  font-weight: 700;
  font-size: 1.25em;
}
.checkout-options-container .checkout-option .checkout-radio-label .checkout-option-cost {
  margin-left: 2em;
}

#get-postal-code-container {
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff;
  font-size: 1.5rem;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
}
#get-postal-code-container form {
  background-color: #000;
  border: 3px solid #fff;
  padding: 1.5em;
  text-align: center;
}
#get-postal-code-container form #customer-postal-code {
  font-size: 1.5rem;
  display: block;
  margin: auto;
  margin-bottom: 1em;
  max-width: 8em;
}

#payment-contact-info {
  max-width: 34.375em;
  margin: auto;
  padding: 0.35em 0.75em 0.625em;
}
#payment-contact-info .from-items-container .form-item {
  margin: 1em 0;
}
#payment-contact-info .from-items-container .form-item span input {
  width: 100%;
}

form.invalid-form .invalid-input {
  outline: 4px solid red;
}

#error-message-container {
  display: inline-block;
  width: 100%;
}

#vendor-application-success-message-container {
  margin: 1em;
  display: inline-block;
}
@media screen and (min-width: 45.8125em) {
  #vendor-application-success-message-container {
    margin: 1em auto;
    width: 100%;
  }
}

#vendor-application-error-message, #vendor-application-success-message {
  margin: 1em auto;
}

#vendor-application-success-message h1 {
  margin-top: 0;
}