/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,900&display=swap");
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

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

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

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

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

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in 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 */
  -webkit-text-decoration: underline dotted;
          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;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * 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;
}

/**
 * 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

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

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

/**
 * 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 {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * Change font properties to `inherit` in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  font: inherit;
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

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

/**
 * Remove the margin in Safari.
 * 1. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  /* 1 */
  margin: 0;
}

/**
 * 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;
}

/**
 * Change the cursor in all browsers (opinionated).
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

/**
 * Restore the default cursor to disabled elements unset by the previous rule.
 */
[disabled] {
  cursor: default;
}

/**
 * 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.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

/**
 * 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"] {
  -webkit-box-sizing: border-box;
          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;
}

/**
 * Correct the odd appearance of search inputs in Chrome and Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
}

/**
 * Remove the inner padding and cancel buttons in Chrome on OS X and
 * Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*self clearing divs*/
.left {
  float: left;
}

.right {
  float: right;
}

.centered {
  margin: 0 auto !important;
}

.no-bottom-margin {
  margin-bottom: 0 !important;
}

.group:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

*html .group {
  /* IE6 */
  height: 1%;
}

*:first-child + html .group {
  /* IE7 */
  min-height: 1px;
}

/*end self clearing divs*/
/* box sizing */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

/* end box sizing */
.wrapper-fluid {
  width: 100%;
}

.wrapper-boxed {
  width: 92.1875%;
  max-width: 960px;
  margin: 0 auto;
}

.placeholder {
  background: rgba(0, 0, 0, 0.05);
}

.tg-column {
  margin: 0 4.16666666666667% 50px 0;
}

.tg-column:last-child {
  margin: 0 0 50px;
}

@media (min-width: 320px) and (max-width: 480px) {
  .tg-column {
    width: 100% !important;
    margin: 0 0 20px 0;
  }
}

@media (min-width: 480px) and (max-width: 800px) {
  .tg-column {
    width: 49% !important;
    margin: 0 2% 20px 0;
  }
  .tg-column:nth-child(even) {
    margin: 0 0 20px !important;
  }
}

@media (min-width: 800px) and (max-width: 1024px) {
  .tg-column {
    width: 32% !important;
    margin: 0 2% 20px 0;
  }
  .tg-column:nth-child(3n) {
    margin: 0 0 20px !important;
  }
}

.tg-col-1 {
  width: 4.51389%;
}

.tg-col-1:nth-child(12n) {
  margin: 0 0 50px;
}

.tg-col-2 {
  width: 13.19444%;
}

.tg-col-2:nth-child(6n) {
  margin: 0 0 50px;
}

.tg-col-3 {
  width: 21.875%;
}

.tg-col-3:nth-child(4n) {
  margin: 0 0 50px;
}

.tg-col-4 {
  width: 30.55556%;
}

.tg-col-4:nth-child(3n) {
  margin: 0 0 50px;
}

.tg-col-5 {
  width: 39.23611%;
}

.tg-col-6 {
  width: 47.91667%;
}

.tg-col-6:nth-child(2n) {
  margin: 0 0 50px;
}

.tg-col-7 {
  width: 56.59722%;
}

.tg-col-8 {
  width: 65.27778%;
}

.tg-col-9 {
  width: 73.95833%;
}

.tg-col-10 {
  width: 82.63889%;
}

.tg-col-11 {
  width: 91.31945%;
}

.tg-col-12 {
  width: 100%;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
select,
option,
textarea {
  background: rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px;
  width: 100%;
  margin: 0 0 15px;
  font-size: 0.8rem;
}

label {
  font-size: 70%;
  text-transform: uppercase;
}

select {
  width: 100%;
  padding: 10;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.inputfile + label {
  font-size: 0.8rem;
  background-color: rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px;
  width: 100%;
  display: inline-block;
}

.inputfile:focus + label,
.inputfile + label:hover {
  background-color: rgba(14, 162, 75, 0.5);
}

.inputfile + label {
  cursor: pointer;
  /* "hand" cursor */
}

.inputfile:focus + label {
  outline: 1px dotted #000;
  outline: -webkit-focus-ring-color auto 5px;
}

button,
input[type="submit"] {
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
  padding: 10px;
  text-transform: uppercase;
  font-size: 80%;
  color: #222222;
}

fieldset {
  border: none !important;
}

.light {
  background: rgba(255, 255, 255, 0.05) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.dark {
  background: #ae132d;
  color: white;
  border: none !important;
}

body {
  font-family: "Lato", sans-serif;
  font-size: 100%;
  color: #323232;
  padding: 0;
}

img {
  max-width: 100%;
  display: block;
}

a {
  text-decoration: none;
  color: #ae132d;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}

a.cta {
  display: block;
  padding: 20px;
  text-align: center;
}

hr {
  margin: 10px 0;
  border: 0;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
  background: #fff;
}

.rounded {
  border-radius: 3px;
}

.shadowed {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.columned {
  -moz-column-width: 30em;
  -moz-column-gap: 2em;
  -webkit-column-width: 30em;
          column-width: 30em;
  -webkit-column-gap: 2em;
          column-gap: 2em;
}

div,
input {
  position: relative;
}

.hide {
  display: none;
}

.show {
  display: block;
}

figure {
  margin: 0;
}

p,
li {
  color: #323232;
  margin: 0;
  padding: 0;
  font-size: 0.8rem;
  line-height: 160%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0 0 10px;
  padding: 0;
  color: #ae132d;
}

h1 {
  text-transform: uppercase;
  font-size: 3rem;
  font-weight: 900;
  text-align: center;
  color: #cbc9c3;
  margin: 50px 0 40px;
}

#identity {
  margin: 50px 0 20px;
}

#pledge-form {
  padding: 50px;
  text-align: center;
}

#pledge-form .pledge-element {
  border: none;
  background: none;
  border-bottom: 2px solid #f39c12;
  margin: 0 0 0px;
  font-size: 1rem;
  text-align: center;
}

#pledge-form .pledge-statement {
  color: #ae132d;
  font-size: 1.5rem;
  margin: 20px 0 50px;
}

#pledge-form .pledge-statement #pledge-name {
  color: gray;
}

#pledge-form #lblUse {
  background-image: url(../img/bottle.png);
}

#pledge-form #lblReduce {
  background-image: url(../img/single.png);
}

#pledge-form #lblRecycle {
  background-image: url(../img/recycle.png);
}

#pledge-form .pledge-label {
  background-color: white;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 50%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 1s ease 0s;
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  display: block;
  text-transform: none;
  text-align: center;
  width: 250px;
  height: 250px;
  cursor: pointer;
}

#pledge-form .pledge-label input {
  display: none;
}

#pledge-form p {
  font-size: 1.2rem;
  margin: 10px 0 0;
  color: gray;
}

#pledge-form #affirmations {
  background-color: #f39c12;
  color: white;
  font-size: 1.5rem;
  padding: 10px 0;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}

#pledge-form button {
  background-color: #323232;
  color: white;
  font-size: 1rem;
  -webkit-transition: all 1s ease 0s;
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}

#pledge-form button:hover {
  background-color: #ae132d;
  -webkit-transition: all 1s ease 0s;
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}

.clicked {
  -webkit-filter: grayscale(0%) !important;
  filter: grayscale(0%) !important;
  border: 5px solid #f39c12 !important;
  -webkit-transition: all 1s ease 0s;
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}

.pledge-confirmation {
  color: #f39c12 !important;
  font-size: 2rem !important;
}

.pledge-confirmation span {
  color: gray !important;
  font-size: 5rem !important;
}

#disclaimer {
  margin: 30px 0;
}
/*# sourceMappingURL=site.css.map */