@charset "UTF-8";
body {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "slnt" 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Noto Serif", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  line-height: 1.2;
  letter-spacing: -0.0125em;
}

p {
  line-height: 1.4;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*! 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 {
  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;
  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 {
  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] {
  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;
}

/* 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 {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #1e1e1e;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  line-height: 1.3;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

p {
  margin: 0;
}

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 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  font-smoothing: antialiased;
  width: 100%;
  background-color: #EAE6DD;
}
body.hidden {
  display: none;
}
body.noscroll {
  position: fixed;
  overflow: hidden;
}

section {
  display: block;
  width: 100%;
  margin: 0 auto;
}

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

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

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

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
--------------------------------------------- */
a {
  color: #4169e1;
}
a:visited {
  color: #800080;
}
a:hover, a:focus, a:active {
  color: #191970;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}
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;
}

.cta {
  border: 2px solid;
  border-color: #191919;
  color: #fff;
  padding: 0.5rem 1.5rem;
  border-radius: 8px;
  display: inline-block;
  background-color: #191919;
  text-decoration: none;
  font-weight: 700;
  max-width: initial;
}
.cta:visited {
  color: #fff;
}

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 #ccc;
  border-radius: 3px;
  padding: 3px;
}
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%;
}

section.hero {
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  background: url("../img/open-hero_background.jpg") no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  padding: 4rem 2rem;
  border-bottom: 8px solid #8AA668;
  color: #EAE6DD;
}
section.hero:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(100, 123, 76, 0.9);
  z-index: 0;
}
section.hero h1 {
  font-size: 3rem;
  margin-bottom: 1.25rem;
  z-index: 1;
}
section.hero .description {
  max-width: 720px;
  z-index: 1;
  margin-bottom: 1rem;
}
section.hero .description:last-of-type {
  margin-bottom: 0;
}
section.hero .logo-wrap {
  max-width: 300px;
  width: 100%;
  position: relative;
  z-index: 1;
}
section.hero .logo {
  width: 100%;
  padding-bottom: 128%;
  position: relative;
  filter: brightness(10);
}
section.hero .logo svg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}
section.hero .logo.animate svg {
  animation: fadeIn ease 1s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
section.hero .logo.animate svg:nth-child(1) {
  animation-delay: 0.0625s;
}
section.hero .logo.animate svg:nth-child(2) {
  animation-delay: 0.125s;
}
section.hero .logo.animate svg:nth-child(3) {
  animation-delay: 0.1875s;
}
section.hero .logo.animate svg:nth-child(4) {
  animation-delay: 0.25s;
}
section.hero .logo.animate svg:nth-child(5) {
  animation-delay: 0.3125s;
}
section.hero .logo.animate svg:nth-child(6) {
  animation-delay: 0.375s;
}
section.hero .logo.animate svg:nth-child(7) {
  animation-delay: 0.4375s;
}
section.hero .logo.animate svg:nth-child(8) {
  animation-delay: 0.5s;
}
section.hero .logo.animate svg:nth-child(9) {
  animation-delay: 0.5625s;
}
section.hero .logo.animate svg:nth-child(10) {
  animation-delay: 0.625s;
}
section.hero .logo.animate svg:nth-child(11) {
  animation-delay: 0.6875s;
}
section.hero .logo.animate svg:nth-child(12) {
  animation-delay: 0.75s;
}
section.hero .logo.animate svg:nth-child(13) {
  animation-delay: 0.8125s;
}
section.hero .logo.animate svg:nth-child(14) {
  animation-delay: 0.875s;
}
section.hero .logo.animate svg:nth-child(15) {
  animation-delay: 0.9375s;
}
section.hero.video {
  background: none;
}
section.hero.video .video-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
section.hero.video .video-wrap video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  left: 0;
  top: 50%;
  position: relative;
  transform: translate(0, -50%);
}
section.hero .arrow-container {
  z-index: 10;
  margin-top: 2rem;
}
section.hero .arrow-container svg {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  fill: #fff;
  opacity: 0.9;
  animation: MoveUpDown 2s infinite;
}
@media only screen and (max-width: 768px) {
  section.hero {
    height: auto;
    min-height: 0;
  }
  section.hero h1 {
    margin-top: 1.5rem;
    font-size: 1.5rem;
  }
}

@keyframes MoveUpDown {
  0%, 100% {
    transform: translate(-50%, 0);
  }
  50% {
    transform: translate(-50%, -12px);
  }
}
section.reasons {
  padding: 2rem 4rem;
}
section.reasons > h2 {
  padding: 0 1rem;
  line-height: 1.4;
  font-size: 1.75rem;
  margin: 0 auto;
  margin-bottom: 2rem;
  max-width: calc(1240px + 2rem);
}
section.reasons .wrapper {
  max-width: calc(1240px + 2rem);
  padding: 0 1rem;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}
section.reasons .wrapper .reason {
  width: calc(33.33% - 1rem);
  background: #fff;
  display: flex;
  flex-direction: column;
}
section.reasons .wrapper .reason .icon {
  max-width: 48px !important;
}
section.reasons .wrapper .reason h2 {
  margin-top: 0rem;
  color: #8AA668;
}
section.reasons .wrapper .reason .copy {
  padding: 2rem 1.5rem;
}
section.reasons .wrapper .reason .copy p {
  margin-bottom: 1rem;
}
section.reasons .wrapper .reason .copy p:last-child {
  margin-bottom: 0;
}
section.reasons .wrapper .reason .statement {
  position: relative;
  padding: 1.5rem;
  background: #8AA668;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  min-height: 240px;
}
section.reasons .wrapper .reason .statement .fact-wrap {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 1rem;
}
section.reasons .wrapper .reason .statement .fact-wrap:last-child {
  padding-bottom: 0;
}
section.reasons .wrapper .reason .statement .number {
  width: 100%;
  font-size: 0.875rem;
  text-transform: uppercase;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 2;
}
section.reasons .wrapper .reason .statement .number span {
  font-size: clamp(4rem, -0.5714rem + 9.5238vw, 8rem);
  letter-spacing: -0.05em;
  line-height: 1;
  font-weight: 700;
  text-shadow: 2px 2px 0 #726F6F;
}
section.reasons .wrapper .reason .statement .number span sub {
  bottom: 0;
  font-size: 0.5em;
}
section.reasons .wrapper .reason .statement .number span.smaller {
  font-size: clamp(1.5rem, -0.2857rem + 4.7619vw, 4rem);
}
@media only screen and (max-width: 767px) {
  section.reasons .wrapper .reason .statement .number span.smaller {
    font-size: clamp(3rem, 1.5682rem + 7.1588vw, 5rem);
  }
}
section.reasons .wrapper .reason .statement .fact {
  width: 100%;
  margin-top: 1rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
section.reasons .wrapper .reason:first-child h2 {
  color: #935379;
}
section.reasons .wrapper .reason:first-child .statement {
  background: #935379;
}
section.reasons .wrapper .reason:last-child h2 {
  color: #649AC4;
}
section.reasons .wrapper .reason:last-child .statement {
  background: #649AC4;
}
section.reasons .wrapper .reason .sponsor {
  max-width: 180px;
  width: 75%;
  display: block;
  margin: 0 auto;
  margin-top: 1rem;
}
section.reasons .wrapper .reason.reason1 .statement {
  background: url("../img/bg-grapes.jpg");
  background-size: cover;
  background-position: center center;
}
section.reasons .wrapper .reason.reason1 .statement:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #935379;
  opacity: 0.9;
  z-index: 1;
}
section.reasons .wrapper .reason.reason1 .statement strong {
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  font-weight: normal;
  z-index: 2;
}
section.reasons .wrapper .reason.reason2 .statement {
  background: url("../img/bg-solar_panels.jpg");
  background-size: cover;
  background-position: center center;
}
section.reasons .wrapper .reason.reason2 .statement:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #8AA668;
  opacity: 0.8;
  z-index: 1;
}
section.reasons .wrapper .reason.reason3 .statement {
  background: url("../img/bg-wine_bottles.jpg");
  background-size: cover;
  background-position: center center;
}
section.reasons .wrapper .reason.reason3 .statement:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #649AC4;
  opacity: 0.9;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  section.reasons {
    padding: 2rem 1rem;
  }
  section.reasons .wrapper .reason {
    width: 100%;
    margin-bottom: 1rem;
    padding: 1rem 1.5rem 2rem 1.5rem;
  }
  section.reasons .wrapper .reason .statement .number span {
    font-size: 7rem;
  }
}

section.fifty_fifty {
  position: relative;
  margin: 4rem auto;
}
section.fifty_fifty .container {
  width: 100%;
  max-width: calc(1240px + 2rem);
  margin: 0 auto;
  padding: 0 1rem;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  z-index: 2;
}
section.fifty_fifty .container .copy {
  width: 50%;
  padding: 15% 0;
  padding-right: 4rem;
  display: flex;
  flex-direction: column;
}
section.fifty_fifty .container .copy h2 {
  font-size: 40px;
  margin-bottom: 1.5rem;
  margin-top: 0.5rem;
  color: #C23D44;
}
section.fifty_fifty .container .copy .description {
  margin-bottom: 1.5rem;
}
section.fifty_fifty .container .copy .eyebrow {
  text-transform: uppercase;
}
section.fifty_fifty .image {
  width: 50%;
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 1;
}
section.fifty_fifty .image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
section.fifty_fifty.theme-light {
  background: transparent;
}
section.fifty_fifty.theme-light .container .copy {
  color: #191919;
}
section.fifty_fifty.theme-light .container .copy .description p {
  margin-bottom: 1.5rem;
}
section.fifty_fifty.theme-light .container .copy .description p:last-child {
  margin-bottom: 0;
}
section.fifty_fifty.headline-uppercase h2 {
  text-transform: uppercase;
}
section.fifty_fifty.content-right .container {
  justify-content: flex-end;
}
section.fifty_fifty.content-right .container .copy {
  padding-right: 1rem;
  padding-left: 4rem;
}
section.fifty_fifty.content-right .image {
  right: auto;
  left: 0;
}
section.fifty_fifty.eyebrow-byline .container .copy .eyebrow {
  order: 2;
  font-size: 20px;
  margin-bottom: 2rem;
  letter-spacing: 0.05em;
}
section.fifty_fifty.eyebrow-byline .container .copy h2 {
  order: 1;
  font-size: 48px;
  margin-bottom: 0.5rem;
}
section.fifty_fifty.eyebrow-byline .container .copy .description, section.fifty_fifty.eyebrow-byline .container .copy .cta {
  order: 3;
}
@media only screen and (max-width: 767px) {
  section.fifty_fifty {
    display: flex;
    flex-direction: column;
    margin-top: 0;
  }
  section.fifty_fifty .container {
    width: 100%;
    order: 2;
  }
  section.fifty_fifty .container .copy {
    width: 100%;
    order: 2;
    padding: 1rem 0;
  }
  section.fifty_fifty .image {
    position: relative;
    width: 100%;
    order: 1;
  }
  section.fifty_fifty.content-right .container .copy {
    padding: 1rem 0;
  }
}

section.timeline {
  position: relative;
  padding: 6rem 2rem;
  background: url("../img/creampaper.png") repeat;
  background: #f0efed;
}
section.timeline .container {
  width: 100%;
  max-width: calc(1240px + 2rem);
  margin: 0 auto;
  padding: 0 1rem;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
section.timeline .container .time {
  border-top: 2px solid #191919;
  padding: 1rem;
  padding-left: 0;
  padding-right: 2rem;
  padding-bottom: 3rem;
  position: relative;
}
section.timeline .container .time:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 16px;
  background-color: #191919;
  top: -1px;
  left: 0;
  transform: translate(calc(-50% + 6px), -50%);
}
section.timeline .container .time h2 {
  color: #DA753C;
}
section.timeline .container .time .eyebrow {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "slnt" 0;
  margin-top: 1rem;
  display: inline-block;
}
section.timeline .container .time:first-child h2 {
  color: #C23D44;
}
section.timeline .container .time:last-child h2 {
  color: #8AA668;
}
section.timeline .container .time:last-child:after {
  content: "";
  background: url("../img/iconmonstr-arrow-24.svg") no-repeat;
  background-size: contain;
  position: absolute;
  width: 16px;
  height: 16px;
  top: -1px;
  right: 0;
  transform: translate(calc(-50% + 13px), -50%);
}
@media only screen and (max-width: 767px) {
  section.timeline {
    padding: 4rem 1rem;
  }
  section.timeline .container {
    flex-wrap: wrap;
  }
  section.timeline .container .time {
    width: 100%;
    padding-left: 1.5rem;
    padding-right: 0;
    padding-top: 0;
    border-top: 0;
    border-left: 2px solid #191919;
  }
  section.timeline .container .time .eyebrow {
    margin-top: 0;
    position: relative;
    top: -4px;
  }
  section.timeline .container .time:before {
    left: -7px;
    transform: translate(0, 0);
    width: 12px;
    height: 12px;
    top: 0px;
  }
  section.timeline .container .time:last-child:after {
    top: auto;
    right: auto;
    transform: rotate(90deg);
    bottom: -5px;
    left: -9px;
  }
}

section.bottles {
  position: relative;
  padding: 2rem 2rem 5rem;
  background: url("../img/paper_fibers.png") repeat;
  background: #fff;
  background: #f0efed;
  overflow: auto;
}
section.bottles .container {
  width: 100%;
  max-width: calc(1440px + 2rem);
  margin: 0 auto;
  padding: 0 1rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  text-align: center;
  min-width: 960px;
}
section.bottles .container a {
  width: 9.0909090909%;
  transition: 0.33s all;
  text-decoration: none;
  color: #191919;
  font-size: 0.75rem;
}
section.bottles .container a:hover {
  transform: translate(0, -24px);
  font-weight: 700;
}
section.bottles .container a img {
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 767px) {
  section.bottles {
    padding: 4rem 1rem;
  }
}

footer {
  width: 100%;
}
footer .wrapper {
  max-width: 1440px;
  padding: 0 1rem;
  margin: 0 auto;
}
footer .v65-podTitle {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "slnt" 0;
  margin-bottom: 0.5rem;
}

@media screen and (max-width: 767px) {
  footer {
    text-align: center;
  }
}
footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 768px) {
  footer ul {
    margin-bottom: 0.5em;
  }
}
@media screen and (max-width: 767px) {
  footer li {
    border-top: 1px solid #333333;
    line-height: 44px;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  footer li {
    display: inline;
    padding-right: 20px;
    margin-right: 20px;
    border-right: 1px solid #ccc;
  }
}
@media screen and (max-width: 767px) {
  footer li:first-child {
    border: 0;
  }
}
@media screen and (min-width: 768px) {
  footer li:last-child {
    border: 0;
  }
}
footer li a {
  display: inline-block;
  font-size: 0.917em;
  position: relative;
}

@media screen and (max-width: 767px) {
  footer li a {
    width: 100%;
  }
}
footer .subscribeSection {
  background-color: #162b39;
  color: #fff;
  padding: 5em 0;
}

footer .subscribeSection h1 {
  color: #fff;
}

footer .subscribeSection div#v65-subscribeWidget {
  color: #fff;
}

footer .subscribeSection div#v65-subscribeWidget form {
  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;
}

footer .subscribeSection div#v65-subscribeWidget form button {
  margin-left: 4px;
}

footer #v65-subscribeWidget input {
  background-color: transparent;
  color: white;
}

@media screen and (min-width: 420px) {
  footer #v65-subscribeWidget input {
    width: 175px;
  }
}
footer .v65-socialMediaLinks {
  padding: 1.5em 0 !important;
}

footer .v65-socialMediaLinks a {
  color: #fff;
  font-size: 1em;
}

footer .v65-socialMediaLinks a:hover, footer .v65-socialMediaLinks a:focus, footer .v65-socialMediaLinks a:active {
  color: #ccc;
  text-decoration: none;
}

footer .v65-socialMediaLinks a span {
  padding: 5px 20px;
}

footer .v65-socialMediaLinks ul {
  margin-bottom: 0;
}

footer .v65-socialMediaLinks li {
  border: 0;
  display: inline-block;
  font-size: 1.5em;
  padding: 0.2em 0.5em;
  margin: 0 !important;
}

footer .footerBottom {
  background-color: #191919;
  color: #C3C3C3;
  padding: 2.5rem 0;
}

footer .footerBottom nav {
  display: inline-block;
}

footer .footerBottom a {
  color: #e6e6e6;
}

footer .footerBottom a:hover, footer .footerBottom a:focus, footer .footerBottom a:active {
  color: #fff;
  text-decoration: none;
}

footer .footerBottom .footerTools {
  display: none;
}

footer .legal {
  color: #949494;
  font-size: 0.87em;
}

footer .legal li {
  border: 0;
  display: block;
}

footer .legal a {
  color: #949494;
}

footer .legal a:hover {
  color: #d4d4d4;
}

footer .footerContact {
  padding-bottom: 2.5rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

@media screen and (max-width: 767px) {
  footer .footerContact {
    padding-bottom: 0;
  }
}
footer .footerContact .footerContact__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

footer .footerContact .footerContact__wrapper .footerContact-info {
  width: auto;
}

@media screen and (max-width: 767px) {
  footer .footerContact .footerContact__wrapper .footerContact-info {
    width: 100%;
  }
}
footer .footerContact .footerContact__wrapper .footerContact-info h3 {
  font-size: 0.8125rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.075em;
  margin-bottom: 0;
}

footer .footerContact .footerContact__wrapper .footerContact-info p:last-child {
  margin-bottom: 0;
}

footer .footerContact .footerContact__wrapper .footerContact-social {
  width: auto;
}

@media screen and (max-width: 767px) {
  footer .footerContact .footerContact__wrapper .footerContact-social {
    width: 100%;
  }
}
/**************************\
  Basic Modal Styles
\**************************/
.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #191919;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10000;
}

.modal__container {
  background-color: #fff;
  border: 1px solid black;
  padding: 2rem;
  max-height: auto;
  border-radius: 0;
  overflow-y: auto;
  box-sizing: border-box;
}

.modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: transparent;
  position: relative;
}

.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #00449e;
  box-sizing: border-box;
}
.modal__title img {
  max-width: 160px;
  width: 100%;
  margin: 0 auto;
  display: block;
  margin-bottom: 1rem;
}

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

.modal__header .modal__close:before {
  content: "✕";
}

.modal__content {
  margin-top: 1rem;
  margin-bottom: 1rem;
  line-height: 1.3;
  color: black;
}
.modal__content p {
  font-size: 1.125rem;
  text-align: center;
  max-width: 550px;
  margin: 0 auto;
}
.modal__content .buttons {
  width: 100%;
  display: flex;
  margin: 2.5rem auto 0;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.modal__content button {
  font-size: 1rem;
  background-color: transparent;
  border-radius: 0;
  border: 1px solid black;
  transition: 0.33s all;
  cursor: pointer;
  width: calc(50% - 0.5rem);
  margin: 0 0.5rem;
}
.modal__content button:hover {
  background-color: black;
  color: white;
}
.modal__content div {
  text-align: center;
  margin-top: 1rem;
}
.modal__content div .plus18 {
  max-width: 180px;
  display: inline-block;
  margin: 0 auto;
}
.modal__content div.dropdown {
  margin-bottom: 1rem;
}
.modal__content div.dropdown label {
  font-size: 1.125rem;
}
.modal__content div.dropdown select {
  padding: 0.5rem;
}
.modal__content .error {
  color: red;
  display: none;
}
.modal__content .error.show {
  display: block;
}

/**************************\
  Demo Animation Style
\**************************/
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}

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

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

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

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

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

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

@media only screen and (max-width: 767px) {
  .modal__container {
    padding: 1rem;
    width: calc(100% - 2rem);
  }

  .modal__header {
    padding: 1rem;
    height: auto;
  }

  .modal__content {
    margin: 1rem auto;
  }
  .modal__content p {
    font-size: 1.25rem;
  }
  .modal__content .buttons {
    margin: 1.5rem auto;
  }
  .modal__content button {
    font-size: 1.25rem;
  }
}

/*# sourceMappingURL=open-style.css.map */
