/* Scss Document */
/*! normalize.css v7.0.0 | 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
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

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

/**
 * 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;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * 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;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

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

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

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * 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;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
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;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 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;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[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;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

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

.is-hidden {
  display: none !important;
  visibility: hidden; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.cf:after {
  clear: both; }

.nobr {
  white-space: nowrap; }

@media all and (min-width: 980px) {
  .hide-desktop {
    display: none; } }

@media screen and (max-width: 939px) {
  .hide-mobile {
    display: none; } }

.uppercase {
  text-transform: uppercase; }

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

.text-center, .text-centre {
  text-align: center; }

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

html {
  font-size: 1em;
  line-height: 1.4;
  box-sizing: border-box; }

*,
*:before,
*:after {
  box-sizing: inherit;
  min-height: 0;
  min-width: 0; }

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

audio,
canvas,
img,
video {
  vertical-align: middle; }

img {
  max-width: 100%;
  height: auto;
  width: auto\9;
  /* ie8 */ }

/* Scss Document */
/* Abraham  */
@font-face {
  font-family: Abraham;
  src: url("../fonts/hinted-Abraham-Regular.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/hinted-Abraham-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Abraham .woff2") format("woff2"), url("../fonts/hinted-Abraham-Regular.woff") format("woff");
  /* Pretty Modern Browsers */
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

* {
  box-sizing: border-box; }

body {
  background-color: #fff;
  color: #313131;
  font-family: Abraham, "sans-serif";
  line-height: 1em;
  background: url("../images/texture_top.png") center top no-repeat, url("../images/bg.jpg");
  background-size: 100%, auto; }

p {
  width: 90%;
  margin: auto;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1em;
  text-align: center; }
  @media all and (min-width: 768px) {
    p {
      width: 80%;
      font-size: 40px;
      font-size: 2.5rem; } }
  @media all and (min-width: 980px) {
    p {
      width: 50%;
      font-size: 50px;
      font-size: 3.125rem; } }

.disclaimer {
  font-family: Arial, "sans-serif";
  font-size: 14px;
  font-size: 0.875rem; }

header {
  padding: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-basis: 0;
  -moz-flex-basis: 0;
  -ms-flex-basis: 0;
  flex-basis: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -moz-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;
  z-index: 10;
  width: 100%; }
  @media all and (min-width: 980px) {
    header {
      padding: 48px; } }
  header.static {
    position: fixed; }
  header .logo {
    -webkit-align-self: flex-start;
    -moz-align-self: flex-start;
    -ms-align-self: flex-start;
    align-self: flex-start;
    background-image: url("../images/logo_food_bank.png");
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 60px;
    width: 61px;
    float: left; }
    @media all and (min-width: 980px) {
      header .logo {
        height: 120px;
        width: 122px; } }
    header .logo:hover {
      background-position: bottom; }
  header .button {
    background-image: url("../images/btn_donate_now.png");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    height: 48px;
    width: 170px;
    -webkit-align-self: flex-start;
    -moz-align-self: flex-start;
    -ms-align-self: flex-start;
    align-self: flex-start; }
    header .button:hover {
      background-position: top; }
    @media all and (min-width: 980px) {
      header .button {
        height: 96px;
        width: 340px; } }

.bg-white {
  background-color: #fff;
  opacity: 0.95;
  padding: 40px 30px; }

.footer-logo {
  text-align: center;
  width: 60px;
  height: auto;
  margin-right: 40px; }
  @media all and (min-width: 768px) {
    .footer-logo {
      margin-bottom: 0;
      width: 120px; } }

.flex-centre {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-align-content: center;
  align-content: center; }

.row {
  position: relative;
  z-index: 8;
  margin: auto; }
  .row-bottom {
    z-index: 6;
    margin-bottom: 0; }
  .row-top {
    margin-bottom: 0; }

.spacing {
  margin-bottom: 100px; }
  @media all and (min-width: 768px) {
    .spacing {
      margin-bottom: 200px; } }
  @media all and (min-width: 980px) {
    .spacing {
      margin-bottom: 300px; } }

.site-width {
  max-width: 1530px;
  width: 100%; }

.table-top {
  padding-top: 20%;
  text-align: center; }
  @media all and (min-width: 768px) {
    .table-top {
      padding-top: 0; } }

.table-bottom {
  position: relative;
  z-index: 10;
  text-align: center; }

.row-bottom {
  background: url("../images/table_bottom_surface_mb.png");
  background-position: bottom;
  background-repeat: repeat-x;
  background-size: contain; }
  @media all and (min-width: 768px) {
    .row-bottom {
      background: url("../images/table_bottom_surface.png");
      background-position: bottom;
      background-repeat: repeat-x;
      background-size: contain;
      padding-top: 150px; } }

.icon-down {
  text-align: center; }

.box-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-basis: 0;
  -moz-flex-basis: 0;
  -ms-flex-basis: 0;
  flex-basis: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  position: absolute;
  z-index: 6;
  width: 100%;
  padding-top: 0;
  margin: auto;
  -webkit-transition: top 0.5s;
  /* Safari */
  transition: top 0.5s; }
  @media all and (min-width: 768px) {
    .box-container {
      top: 150px; } }
  .box-container.static {
    position: fixed;
    top: 0; }
  .box-container.mb-spacing {
    padding-top: 20%;
    -webkit-transition: padding 0.5s;
    /* Safari */
    transition: padding 0.5s; }
    @media all and (min-width: 768px) {
      .box-container.mb-spacing {
        padding-top: 0; } }

.box-clr {
  position: absolute;
  top: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  /* Safari */
  transition: opacity 0.5s; }
  .box-clr.show {
    opacity: 1; }

.box-bw {
  opacity: 0;
  -webkit-transition: opacity 1s;
  /* Safari */
  transition: opacity 1s; }
  .box-bw.show {
    opacity: 1; }

.row-line {
  max-width: 1920px; }
  .row-line.row-05 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    -ms-flex-basis: 0;
    flex-basis: 0;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center; }
  @media all and (min-width: 768px) {
    .row-line {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-basis: 0;
      -moz-flex-basis: 0;
      -ms-flex-basis: 0;
      flex-basis: 0;
      -webkit-flex-grow: 1;
      -moz-flex-grow: 1;
      -ms-flex-grow: 1;
      flex-grow: 1;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center; } }

.line {
  position: relative;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start; }
  .line-string {
    position: absolute;
    top: 0; }
  .line-01 {
    -webkit-flex-grow: 10;
    -moz-flex-grow: 10;
    -ms-flex-grow: 10;
    flex-grow: 10; }
    .row-05 .line-01 {
      display: none;
      -webkit-flex-grow: 37;
      -moz-flex-grow: 37;
      -ms-flex-grow: 37;
      flex-grow: 37; }
  .line-02 {
    -webkit-flex-grow: 20;
    -moz-flex-grow: 20;
    -ms-flex-grow: 20;
    flex-grow: 20; }
    .row-05 .line-02 {
      -webkit-flex-grow: 118;
      -moz-flex-grow: 118;
      -ms-flex-grow: 118;
      flex-grow: 118; }
  .line-03 {
    display: none; }
  .line-04 {
    -webkit-flex-grow: 20;
    -moz-flex-grow: 20;
    -ms-flex-grow: 20;
    flex-grow: 20; }
  .line-05 {
    -webkit-flex-grow: 10;
    -moz-flex-grow: 10;
    -ms-flex-grow: 10;
    flex-grow: 10; }
    .row-05 .line-05 {
      display: none;
      -webkit-flex-grow: 37;
      -moz-flex-grow: 37;
      -ms-flex-grow: 37;
      flex-grow: 37; }
  @media all and (min-width: 768px) {
    .line-01 {
      -webkit-flex-grow: 5;
      -moz-flex-grow: 5;
      -ms-flex-grow: 5;
      flex-grow: 5; }
      .row-05 .line-01 {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex; }
    .line-02 {
      -webkit-flex-grow: 10;
      -moz-flex-grow: 10;
      -ms-flex-grow: 10;
      flex-grow: 10; }
    .line-03 {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-grow: 2;
      -moz-flex-grow: 2;
      -ms-flex-grow: 2;
      flex-grow: 2; }
    .line-04 {
      -webkit-flex-grow: 10;
      -moz-flex-grow: 10;
      -ms-flex-grow: 10;
      flex-grow: 10; }
    .line-05 {
      -webkit-flex-grow: 5;
      -moz-flex-grow: 5;
      -ms-flex-grow: 5;
      flex-grow: 5; }
      .row-05 .line-05 {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex; } }

.col-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-basis: 0;
  -moz-flex-basis: 0;
  -ms-flex-basis: 0;
  flex-basis: 0; }
  @media all and (min-width: 768px) {
    .col-flex-15 {
      -webkit-flex-grow: 15;
      -moz-flex-grow: 15;
      -ms-flex-grow: 15;
      flex-grow: 15; }
    .col-flex-17 {
      -webkit-flex-grow: 17;
      -moz-flex-grow: 17;
      -ms-flex-grow: 17;
      flex-grow: 17; } }

.decoration {
  position: absolute;
  z-index: 9;
  width: 80%; }
  .decoration-tree-01 {
    top: 20%;
    -webkit-animation-name: swing;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 1s;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-iteration-count: infinite;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-direction: alternate;
    /* Safari 4.0 - 8.0 */
    -webkit-transform-origin: 50% 2%;
    -webkit-animation-timing-function: ease-in-out;
    -ms-animation-name: swing;
    -ms-animation-duration: 1s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-direction: alternate;
    -ms-transform-origin: 50% 2%;
    -ms-animation-timing-function: ease-in-out;
    -moz-animation-name: swing;
    -moz-animation-duration: 1s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: alternate;
    -moz-transform-origin: 50% 2%;
    -moz-animation-timing-function: ease-in-out;
    animation-name: swing;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    transform-origin: 50% 2%;
    animation-timing-function: ease-in-out; }
  .decoration-tree-02 {
    top: 4%;
    -webkit-animation-name: swing;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 3s;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-iteration-count: infinite;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-direction: alternate;
    /* Safari 4.0 - 8.0 */
    -webkit-transform-origin: 50% 2%;
    -webkit-animation-timing-function: ease-in-out;
    -ms-animation-name: swing;
    -ms-animation-duration: 3s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-direction: alternate;
    -ms-transform-origin: 50% 2%;
    -ms-animation-timing-function: ease-in-out;
    -moz-animation-name: swing;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: alternate;
    -moz-transform-origin: 50% 2%;
    -moz-animation-timing-function: ease-in-out;
    animation-name: swing;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    transform-origin: 50% 2%;
    animation-timing-function: ease-in-out; }
  .decoration-tree-03 {
    top: 15%;
    -webkit-animation-name: swing;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 4s;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-iteration-count: infinite;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-direction: alternate;
    /* Safari 4.0 - 8.0 */
    -webkit-transform-origin: 50% 2%;
    -webkit-animation-timing-function: ease-in-out;
    -ms-animation-name: swing;
    -ms-animation-duration: 4s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-direction: alternate;
    -ms-transform-origin: 50% 2%;
    -ms-animation-timing-function: ease-in-out;
    -moz-animation-name: swing;
    -moz-animation-duration: 4s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: alternate;
    -moz-transform-origin: 50% 2%;
    -moz-animation-timing-function: ease-in-out;
    animation-name: swing;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    transform-origin: 50% 2%;
    animation-timing-function: ease-in-out; }
  .decoration-tree-04 {
    top: 3%;
    -webkit-animation-name: swing;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 4s;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-iteration-count: infinite;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-direction: alternate;
    /* Safari 4.0 - 8.0 */
    -webkit-transform-origin: 50% 2%;
    -webkit-animation-timing-function: ease-in-out;
    -ms-animation-name: swing;
    -ms-animation-duration: 4s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-direction: alternate;
    -ms-transform-origin: 50% 2%;
    -ms-animation-timing-function: ease-in-out;
    -moz-animation-name: swing;
    -moz-animation-duration: 4s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: alternate;
    -moz-transform-origin: 50% 2%;
    -moz-animation-timing-function: ease-in-out;
    animation-name: swing;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    transform-origin: 50% 2%;
    animation-timing-function: ease-in-out; }
  .decoration-tree-05 {
    top: 13%;
    -webkit-animation-name: swing;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 2s;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-iteration-count: infinite;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-direction: alternate;
    /* Safari 4.0 - 8.0 */
    -webkit-transform-origin: 50% 2%;
    -webkit-animation-timing-function: ease-in-out;
    -ms-animation-name: swing;
    -ms-animation-duration: 2s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-direction: alternate;
    -ms-transform-origin: 50% 2%;
    -ms-animation-timing-function: ease-in-out;
    -moz-animation-name: swing;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: alternate;
    -moz-transform-origin: 50% 2%;
    -moz-animation-timing-function: ease-in-out;
    animation-name: swing;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    transform-origin: 50% 2%;
    animation-timing-function: ease-in-out; }
  .decoration-star-01 {
    top: 20%;
    width: 250%;
    max-width: 300px;
    -webkit-animation-name: swing;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 2s;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-iteration-count: infinite;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-direction: alternate;
    /* Safari 4.0 - 8.0 */
    -webkit-transform-origin: 50% 3%;
    -webkit-animation-timing-function: ease-in-out;
    -ms-animation-name: swing;
    -ms-animation-duration: 2s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-direction: alternate;
    -ms-transform-origin: 50% 3%;
    -ms-animation-timing-function: ease-in-out;
    -moz-animation-name: swing;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: alternate;
    -moz-transform-origin: 50% 3%;
    -moz-animation-timing-function: ease-in-out;
    animation-name: swing;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    transform-origin: 50% 3%;
    animation-timing-function: ease-in-out; }
  .decoration-star-02 {
    top: 16%;
    width: 250%;
    max-width: 300px;
    -webkit-animation-name: swing;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 2s;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-iteration-count: infinite;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-direction: alternate;
    /* Safari 4.0 - 8.0 */
    -webkit-transform-origin: 50% 3%;
    -webkit-animation-timing-function: ease-in-out;
    -ms-animation-name: swing;
    -ms-animation-duration: 2s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-direction: alternate;
    -ms-transform-origin: 50% 3%;
    -ms-animation-timing-function: ease-in-out;
    -moz-animation-name: swing;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: alternate;
    -moz-transform-origin: 50% 3%;
    -moz-animation-timing-function: ease-in-out;
    animation-name: swing;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    transform-origin: 50% 3%;
    animation-timing-function: ease-in-out; }
  .decoration-star-03 {
    top: 3%;
    -webkit-animation-name: swing;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 1s;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-iteration-count: infinite;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-direction: alternate;
    /* Safari 4.0 - 8.0 */
    -webkit-transform-origin: 50% 3%;
    -webkit-animation-timing-function: ease-in-out;
    -ms-animation-name: swing;
    -ms-animation-duration: 1s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-direction: alternate;
    -ms-transform-origin: 50% 3%;
    -ms-animation-timing-function: ease-in-out;
    -moz-animation-name: swing;
    -moz-animation-duration: 1s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: alternate;
    -moz-transform-origin: 50% 3%;
    -moz-animation-timing-function: ease-in-out;
    animation-name: swing;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    transform-origin: 50% 3%;
    animation-timing-function: ease-in-out; }
  .decoration-heart-01 {
    top: 65%;
    width: 250%;
    max-width: 300px;
    -webkit-animation-name: swing;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 4s;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-iteration-count: infinite;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-direction: alternate;
    /* Safari 4.0 - 8.0 */
    -webkit-transform-origin: 50% 3%;
    -webkit-animation-timing-function: ease-in-out;
    -ms-animation-name: swing;
    -ms-animation-duration: 4s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-direction: alternate;
    -ms-transform-origin: 50% 3%;
    -ms-animation-timing-function: ease-in-out;
    -moz-animation-name: swing;
    -moz-animation-duration: 4s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: alternate;
    -moz-transform-origin: 50% 3%;
    -moz-animation-timing-function: ease-in-out;
    animation-name: swing;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    transform-origin: 50% 3%;
    animation-timing-function: ease-in-out; }
  .decoration-heart-02 {
    top: 16%;
    width: 250%;
    max-width: 300px;
    -webkit-animation-name: swing;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 3s;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-iteration-count: infinite;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-direction: alternate;
    /* Safari 4.0 - 8.0 */
    -webkit-transform-origin: 50% 3%;
    -webkit-animation-timing-function: ease-in-out;
    -ms-animation-name: swing;
    -ms-animation-duration: 3s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-direction: alternate;
    -ms-transform-origin: 50% 3%;
    -ms-animation-timing-function: ease-in-out;
    -moz-animation-name: swing;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: alternate;
    -moz-transform-origin: 50% 3%;
    -moz-animation-timing-function: ease-in-out;
    animation-name: swing;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    transform-origin: 50% 3%;
    animation-timing-function: ease-in-out; }
  .decoration-reindeer-01 {
    top: 13%;
    -webkit-animation-name: swing;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 4s;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-iteration-count: infinite;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-direction: alternate;
    /* Safari 4.0 - 8.0 */
    -webkit-transform-origin: 50% 2%;
    -webkit-animation-timing-function: ease-in-out;
    -ms-animation-name: swing;
    -ms-animation-duration: 4s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-direction: alternate;
    -ms-transform-origin: 50% 2%;
    -ms-animation-timing-function: ease-in-out;
    -moz-animation-name: swing;
    -moz-animation-duration: 4s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: alternate;
    -moz-transform-origin: 50% 2%;
    -moz-animation-timing-function: ease-in-out;
    animation-name: swing;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    transform-origin: 50% 2%;
    animation-timing-function: ease-in-out; }
  .decoration-reindeer-02 {
    top: 63%;
    -webkit-animation-name: swing;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 2s;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-iteration-count: infinite;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-direction: alternate;
    /* Safari 4.0 - 8.0 */
    -webkit-transform-origin: 50% 2%;
    -webkit-animation-timing-function: ease-in-out;
    -ms-animation-name: swing;
    -ms-animation-duration: 2s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-direction: alternate;
    -ms-transform-origin: 50% 2%;
    -ms-animation-timing-function: ease-in-out;
    -moz-animation-name: swing;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: alternate;
    -moz-transform-origin: 50% 2%;
    -moz-animation-timing-function: ease-in-out;
    animation-name: swing;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    transform-origin: 50% 2%;
    animation-timing-function: ease-in-out; }
  .decoration-reindeer-03 {
    top: 4%;
    -webkit-animation-name: swing;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 3s;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-iteration-count: infinite;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-direction: alternate;
    /* Safari 4.0 - 8.0 */
    -webkit-transform-origin: 50% 2%;
    -webkit-animation-timing-function: ease-in-out;
    -ms-animation-name: swing;
    -ms-animation-duration: 3s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-direction: alternate;
    -ms-transform-origin: 50% 2%;
    -ms-animation-timing-function: ease-in-out;
    -moz-animation-name: swing;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: alternate;
    -moz-transform-origin: 50% 2%;
    -moz-animation-timing-function: ease-in-out;
    animation-name: swing;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    transform-origin: 50% 2%;
    animation-timing-function: ease-in-out; }
  .decoration-reindeer-04 {
    top: 16%;
    -webkit-animation-name: swing;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 2s;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-iteration-count: infinite;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-direction: alternate;
    /* Safari 4.0 - 8.0 */
    -webkit-transform-origin: 50% 2%;
    -webkit-animation-timing-function: ease-in-out;
    -ms-animation-name: swing;
    -ms-animation-duration: 2s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-direction: alternate;
    -ms-transform-origin: 50% 2%;
    -ms-animation-timing-function: ease-in-out;
    -moz-animation-name: swing;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: alternate;
    -moz-transform-origin: 50% 2%;
    -moz-animation-timing-function: ease-in-out;
    animation-name: swing;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    transform-origin: 50% 2%;
    animation-timing-function: ease-in-out; }

/***************************************************************
KEY FRAMES
****************************************************************/
@keyframes swing {
  0% {
    transform: rotate(-9deg); }
  100% {
    transform: rotate(9deg); } }

@-webkit-keyframes swing {
  0% {
    transform: rotate(-9deg); }
  100% {
    transform: rotate(9deg); } }

footer {
  background: url("../images/texture_top.png") center top no-repeat;
  background-size: 100%;
  background-color: #671e75;
  color: #fff;
  padding: 40px 20px 20px 20px; }
  footer a {
    color: #fff;
    font-family: Helvetica, Arial, "sans-serif";
    font-size: 14px;
    font-size: 0.875rem; }
    footer a:hover {
      color: #000; }
  footer .footer-kelloggs {
    margin-top: 20px;
    text-align: center; }
  footer .site-width {
    margin: auto; }
  footer .title-footer {
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90%;
    font-size: 24px;
    font-size: 1.5rem; }
    @media all and (min-width: 500px) {
      footer .title-footer {
        font-size: 30px;
        font-size: 1.875rem; } }
    @media all and (min-width: 768px) {
      footer .title-footer {
        font-size: 60px;
        font-size: 3.75rem; } }
  @media all and (min-width: 768px) {
    footer .links-container {
      padding: 14px 48px 10px; } }
  @media all and (min-width: 768px) {
    footer .links-container {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-basis: 0;
      -moz-flex-basis: 0;
      -ms-flex-basis: 0;
      flex-basis: 0;
      -webkit-flex-grow: 1;
      -moz-flex-grow: 1;
      -ms-flex-grow: 1;
      flex-grow: 1;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      -webkit-align-content: flex-start;
      -moz-align-content: flex-start;
      -ms-align-content: flex-start;
      align-content: flex-start; } }
  footer .links-container .links-site,
  footer .links-container .links-social {
    text-align: center;
    width: 100%;
    margin-bottom: 20px; }
  footer h3.store-heading {
    line-height: 1.2;
    font-size: 45px;
    font-size: 2.8125rem;
    text-align: center;
    width: 100%; }
  footer .stores {
    width: 100%;
    column-count: 1;
    column-gap: 15px;
    column-fill: auto;
    font-size: 12px;
    display: block;
    margin: 20px auto; }
    @media all and (min-width: 500px) {
      footer .stores {
        column-count: 2; } }
    @media all and (min-width: 768px) {
      footer .stores {
        column-count: 3; } }
    @media all and (min-width: 980px) {
      footer .stores {
        column-count: 4; } }
    @media all and (min-width: 1200px) {
      footer .stores {
        width: 1100px; } }
    footer .stores ul {
      margin: 0px;
      padding: 0px;
      list-style: none;
      font-family: Arial, "sans-serif";
      font-weight: bold;
      color: #b191ba;
      line-height: 1.2; }
  footer .sponsors {
    margin-top: 40px;
    width: 100%;
    text-align: center;
    display: inline-block; }
    footer .sponsors a {
      margin: 15px;
      display: inline-block; }
    footer .sponsors img {
      height: 62px; }
  footer .link-icon {
    background-position: top;
    background-repeat: no-repeat;
    display: inline-block;
    height: 40px;
    width: 40px;
    margin-left: 12px; }
    @media all and (min-width: 768px) {
      footer .link-icon {
        margin-left: 40px; } }
    footer .link-icon:hover {
      background-position: bottom; }
  footer .link-youtube {
    background-image: url("../images/icon_youtube.png"); }
  footer .link-facebook {
    background-image: url("../images/icon_facebook.png"); }
  footer .link-twitter {
    background-image: url("../images/icon_twitter.png"); }
  footer .link-instagram {
    background-image: url("../images/icon_instagram.png"); }
  footer .link-linkedin {
    background-image: url("../images/icon_linkedin.png"); }

.iframe-container {
  text-align: center;
  width: 100%;
  margin: auto; }
  @media all and (min-width: 768px) {
    .iframe-container {
      width: 700px; } }
