@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Sigmar+One&display=swap");
/* Colors */
.content-action-cta, .thanks-headline {
  font-family: "Sigmar One", cursive;
  font-size: 2rem;
}

@media (min-width: 48em) {
  .content-action-cta, .thanks-headline {
    font-size: 2.2rem;
  }
}

@media (min-width: 64em) {
  .content-action-cta, .thanks-headline {
    font-size: 2.5rem;
  }
}

@media (min-width: 81.25em) {
  .content-action-cta, .thanks-headline {
    font-size: 2.8rem;
  }
}

@media (min-width: 100em) {
  .content-action-cta, .thanks-headline {
    font-size: 3.2rem;
  }
}

@media (min-width: 112.5em) {
  .content-action-cta, .thanks-headline {
    font-size: 3.5rem;
  }
}

.form-button, .share-headline {
  font-family: "Sigmar One", cursive;
  font-size: 1.1rem;
}

@media (min-width: 48em) {
  .form-button, .share-headline {
    font-size: 1.2rem;
  }
}

@media (min-width: 64em) {
  .form-button, .share-headline {
    font-size: 1.3rem;
  }
}

@media (min-width: 81.25em) {
  .form-button, .share-headline {
    font-size: 1.5rem;
  }
}

@media (min-width: 100em) {
  .form-button, .share-headline {
    font-size: 1.8rem;
  }
}

@media (min-width: 112.5em) {
  .form-button, .share-headline {
    font-size: 2rem;
  }
}

.share-link-label {
  font-family: "Sigmar One", cursive;
  font-size: 1rem;
}

@media (min-width: 48em) {
  .share-link-label {
    font-size: 1.1rem;
  }
}

@media (min-width: 64em) {
  .share-link-label {
    font-size: 1.15rem;
  }
}

@media (min-width: 81.25em) {
  .share-link-label {
    font-size: 1.2rem;
  }
}

@media (min-width: 100em) {
  .share-link-label {
    font-size: 1.25rem;
  }
}

@media (min-width: 112.5em) {
  .share-link-label {
    font-size: 1.3rem;
  }
}

/******************** Brandon's Common Things **************/
html {
  box-sizing: border-box;
}

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

/* Safari input fixes */
input[type=text], textarea, input[type=tel], input[type=email], input[type=password], input[type=number], input[type=url], input[type=submit], button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

a:focus {
  outline: thin dotted;
  /* to show where at when tabbing through doc */
}

textarea, input, select, .ui-selectmenu-button, button {
  /* blue glow when on focus */
}

textarea:focus, input:focus, select:focus, .ui-selectmenu-button:focus, button:focus {
  outline: none;
}

address, dl {
  font-style: normal;
}

/*! 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;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body, p, h1, h2, h3, h4, h5, h6, ul, ol, pre, figure {
  margin: 0;
}

input[type="button" i], input[type="submit" i], input[type="reset" i], input[type="file" i]::-webkit-file-upload-button, button {
  padding: 0;
}

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

/* Grouping content
   ========================================================================== */
/**
 * 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
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
}

a:focus {
  outline: none;
}

/**
 * 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;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

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

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

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

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

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

html {
  background: #fff7e5;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

body {
  font-family: "Lato", sans-serif;
  color: #000;
  text-align: center;
  position: relative;
}

.skip-to-main {
  background: #ff8400;
  position: fixed;
  top: 0%;
  left: 0%;
  transform: translateY(-3rem);
  z-index: 1;
  width: 100%;
  color: #fff;
  display: inline-block;
  max-height: 0;
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

.skip-to-main:focus {
  max-height: 3rem;
  outline: 2px solid #1d548c;
  padding: .5rem;
  z-index: 1000000;
  transform: translateY(0);
}

.banner-top-fill {
  fill: #3a2410;
}

.banner-bot-cut {
  fill: #e05301;
}

.banner-fold-right, .banner-fold-left {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #b24201;
}

.banner-main-fill {
  fill: #f45a01;
}

.banner-title-fill {
  fill: #3a2410;
}

.banner-text-fill {
  fill: #fff7e5;
}

.content {
  text-align: center;
  margin: 0 auto;
}

.content-intro {
  margin: 0 auto;
  padding: 1rem 0 0;
  max-width: 75em;
}

@media (min-width: 48em) {
  .content-intro {
    padding: 1rem 2rem;
  }
}

.content-intro-logo {
  width: 8rem;
  margin: 0 auto 1rem;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.content-intro-logo svg {
  width: 100%;
  fill: #05ad52;
}

.content-intro-title {
  width: 100%;
  height: auto;
}

.content-intro-title-headline {
  font-family: "Sigmar One", cursive;
}

.content-intro-title .white-fill {
  fill: #05ad52;
}

.content-intro-title .green-fill {
  fill: #05ad52;
}

.content-intro-headline {
  line-height: .85;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: #05ad52;
  margin: 0 auto;
  padding: .5rem .75rem;
}

@media (min-width: 48em) {
  .content-intro-headline {
    font-size: 2.5rem;
  }
}

@media (min-width: 64em) {
  .content-intro-headline {
    font-size: 4rem;
  }
}

@media (min-width: 81.25em) {
  .content-intro-headline {
    font-size: 5rem;
  }
}

@media (min-width: 100em) {
  .content-intro-headline {
    font-size: 6rem;
  }
}

.content-intro-blurb {
  font-family: "Lato", sans-serif;
  color: #3a2410;
  display: block;
  max-width: 48em;
  font-size: 1rem;
  line-height: 1.3;
  margin: .25rem auto;
  position: relative;
  z-index: 100;
}

@media (min-width: 48em) {
  .content-intro-blurb {
    font-size: 1.1rem;
  }
}

@media (min-width: 64em) {
  .content-intro-blurb {
    max-width: 48%;
    font-size: 1.3rem;
    margin-top: -7rem;
  }
}

.content-intro-blurb p {
  margin: 1rem;
}

@media (min-width: 64em) {
  .content-intro-blurb p {
    margin-bottom: 1.5rem;
  }
}

.content-grid {
  max-width: 100em;
  margin: 0 auto;
}

@media (min-width: 48em) {
  .content-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
    align-items: stretch;
  }
}

.content-video {
  padding: 0 0 1rem 1rem;
}

@media (min-width: 48em) {
  .content-video {
    width: 55%;
    padding: 0 2rem;
    border-right: 1px solid rgba(58, 36, 16, 0.35);
  }
}

@media (min-width: 81.25em) {
  .content-video {
    padding: 0 2rem 0 2rem;
  }
}

.content-video-aspect {
  padding-top: 100.625%;
  position: relative;
}

.content-video-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 3;
  overflow: hidden;
  object-fit: fill;
}

.content-main {
  padding: 1rem;
  margin: 0 1rem;
  border-radius: 4rem;
  /**
     box-shadow: 1px 1px 0px $lightorange,
                 2px 2px 0px $lightorange,
                 3px 3px 0px $lightorange,
                 4px 4px 0px $lightorange,
                 5px 5px 0px $lightorange; **/
}

@media (min-width: 48em) {
  .content-main {
    width: 45%;
    padding: 1rem;
    /**
       box-shadow: 1px 1px 0px $lightorange,
                   2px 2px 0px $lightorange,
                   3px 3px 0px $lightorange,
                   4px 4px 0px $lightorange,
                   5px 5px 0px $lightorange,
                   6px 6px 0px $lightorange,
                   7px 7px 0px $lightorange; **/
  }
}

@media (min-width: 64em) {
  .content-main {
    padding: 1rem 2rem;
    /**
       box-shadow: 1px 1px 0px $lightorange,
                   2px 2px 0px $lightorange,
                   3px 3px 0px $lightorange,
                   4px 4px 0px $lightorange,
                   5px 5px 0px $lightorange,
                   6px 6px 0px $lightorange,
                   7px 7px 0px $lightorange,
                   8px 8px 0px $lightorange,
                   9px 9px 0px $lightorange,  
                   10px 10px 0px $lightorange,
                   11px 11px 0px $lightorange,
                   12px 12px 0px $lightorange,
                   13px 13px 0px $lightorange;   **/
  }
}

@media (min-width: 81.25em) {
  .content-main {
    padding: 1rem 3rem;
  }
}

.content-action-cta {
  color: #f45a01;
  text-transform: uppercase;
  line-height: .9;
  margin: 1rem auto;
  /**
       text-shadow: 1px 1px 0px $brown,
                   2px 2px 0px $brown,
                   3px 3px 0px $brown,
                   4px 4px 0px $brown,
                   5px 5px 0px $brown; **/
}

.content-action-cta-text {
  margin-bottom: 1rem;
  color: #505050;
}

@media (min-width: 48em) {
  .content-action-cta-text {
    font-size: 1.1rem;
  }
}

@media (min-width: 64em) {
  .content-action-cta-text {
    margin-bottom: 2rem;
    font-size: 1.3rem;
  }
}

.form {
  width: 100%;
  padding: .75rem .2rem;
  position: relative;
  max-width: 48em;
  margin: 0 auto;
}

@media (min-width: 48em) {
  .form {
    padding: .2rem;
  }
}

.form-row {
  width: 100%;
}

@media (min-width: 48em) {
  .form-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: stretch;
    padding: .25rem 0;
  }
}

.form-field {
  padding: .5rem .25rem;
}

@media (min-width: 48em) {
  .form-field {
    width: 50%;
    padding: .25rem;
  }
}

.form-field.wide {
  width: 100%;
}

.form-label {
  display: block;
  text-align: left;
  cursor: pointer;
  margin-bottom: .25rem;
  position: relative;
  font-family: "Lato", sans-serif;
  color: #3a2410;
}

.form-label:hover {
  color: #f45a01;
}

.form-label-required {
  text-decoration: none;
  color: #ff8400;
}

.form-label span {
  position: absolute;
  top: -0.25rem;
  right: 0.5rem;
  background: #ff8400;
  padding: .3rem .4rem;
  color: #fff;
  font-size: 80%;
  border-radius: 1rem;
}

.form-input {
  width: 100%;
  border: 2px solid #ff8400;
  outline: 0;
  padding: 1rem 1.25rem;
  font-family: "Lato", sans-serif;
  font-size: 1.1rem;
  border-radius: 2rem;
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  color: #3a2410;
  cursor: pointer;
}

.form-input.placeholder {
  opacity: 1;
  color: #3a2410;
  transition: all 0.5s all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  font-weight: 200;
  font-size: .9rem;
}

.form-input:-moz-placeholder {
  opacity: 1;
  color: #3a2410;
  transition: all 0.5s all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  font-weight: 200;
  font-size: .9rem;
}

.form-input::-moz-placeholder {
  opacity: 1;
  color: #3a2410;
  transition: all 0.5s all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  font-weight: 200;
  font-size: .9rem;
}

.form-input:-ms-input-placeholder {
  opacity: 1;
  color: #3a2410;
  transition: all 0.5s all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  font-weight: 200;
  font-size: .9rem;
}

.form-input::-webkit-input-placeholder {
  opacity: 1;
  color: #3a2410;
  transition: all 0.5s all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  font-weight: 200;
  font-size: .9rem;
}

.form-input:hover {
  background: #3a2410;
  color: #fff;
  border-color: #3a2410;
}

.form-input:hover.placeholder {
  color: #fff;
}

.form-input:hover:-moz-placeholder {
  color: #fff;
}

.form-input:hover::-moz-placeholder {
  color: #fff;
}

.form-input:hover:-ms-input-placeholder {
  color: #fff;
}

.form-input:hover::-webkit-input-placeholder {
  color: #fff;
}

.form-input:focus {
  background: #fff;
  color: #a1632c;
  border-color: #3a2410;
}

.form-input:focus.placeholder {
  color: #a1632c;
}

.form-input:focus:-moz-placeholder {
  color: #a1632c;
}

.form-input:focus::-moz-placeholder {
  color: #a1632c;
}

.form-input:focus:-ms-input-placeholder {
  color: #a1632c;
}

.form-input:focus::-webkit-input-placeholder {
  color: #a1632c;
}

.form-input.textarea {
  height: 6rem;
}

@media (min-width: 64em) {
  .form-input.textarea {
    height: 8rem;
  }
}

.form-input.error {
  border-color: #d60000;
}

.form-button {
  background-color: #f45a01;
  color: #3a2410;
  border-radius: 3rem;
  font-weight: 900;
  text-transform: uppercase;
  padding: .75rem 1.25rem;
  cursor: pointer;
  transition: all 0.6s cubic-bezier(0.5, 1.65, 0.4, 0.8);
  border: 0;
  outline: 0;
  position: relative;
  top: 0;
  /**
    box-shadow: 1px 1px 0px $brown,
                2px 2px 0px $brown,
                3px 3px 0px $brown,
                4px 4px 0px $brown,
                5px 5px 0px $brown,
                6px 6px 0px $brown,
                7px 7px 0px $brown;  **/
}

@media (min-width: 64em) {
  .form-button {
    padding: 1.5rem 2rem;
  }
}

.form-button:hover {
  background-color: #3a2410;
  color: #ffb002;
  /**      
      box-shadow: 1px 1px 0px $darkgreen,
                  2px 2px 0px $darkgreen,
                  3px 3px 0px $darkgreen,
                  4px 4px 0px $darkgreen,
                  5px 5px 0px $darkgreen,
                  6px 6px 0px $darkgreen,
                  7px 7px 0px $darkgreen,
                  8px 8px 0px $darkgreen,
                  9px 9px 0px $darkgreen,
                  10px 10px 0px $darkgreen,
                  11px 11px 0px $darkgreen,
                  12px 12px 0px $darkgreen;    **/
}

.form-button:active {
  transform: scale(0.95);
}

.form-button-row {
  margin-top: 1rem;
}

.form-disclaimer {
  margin-top: 2rem;
  font-family: "Lato", sans-serif;
  color: #3a2410;
  font-size: .9rem;
  display: block;
}

@media (min-width: 64em) {
  .form-disclaimer {
    margin-top: 2.5rem;
  }
}

.grouping {
  margin: 1rem auto;
}

@media (min-width: 48em) {
  .grouping {
    margin: 1.5rem auto;
  }
}

@media (min-width: 64em) {
  .grouping {
    margin: 2rem auto;
  }
}

.grouping-option {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: stretch;
  margin-bottom: .5rem;
}

.grouping-option:last-of-type {
  margin-bottom: 0;
}

.grouping-option:hover .grouping-option-selector {
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.2);
}

.grouping-option:hover .grouping-option-selector:after {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

.grouping-option:hover .grouping-option-label {
  color: #1d548c;
}

.grouping-option-input {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
}

.grouping-option-input:focus {
  background: #1d548c;
  color: #fff;
  clip: auto !important;
  display: inline-block;
  font-size: 1rem;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100000;
  line-height: normal;
  padding: .5rem;
  width: auto;
}

.grouping-option-input:checked ~ .grouping-option .grouping-option-selector-check {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

.grouping-option-selector {
  width: 1.5rem;
  height: 1.5rem;
  background: rgba(58, 36, 16, 0.15);
  margin-right: .5rem;
  position: relative;
  border-radius: .25rem;
  transition: all 0.6s cubic-bezier(0.5, 1.65, 0.4, 0.8);
}

.grouping-option-selector:after {
  width: 200%;
  height: 200%;
  display: block;
  border-radius: 50%;
  background: rgba(58, 36, 16, 0.01);
  content: "";
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: 0.4s all all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

.grouping-option-selector-check {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  transition: all 0.6s cubic-bezier(0.5, 1.65, 0.4, 0.8);
}

.grouping-option-selector-check {
  fill: #05ad52;
  width: 80%;
  height: 80%;
}

.grouping-option-label {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: #3a2410;
  font-size: 1.2rem;
  padding-top: .1rem;
  cursor: pointer;
  transition: 0.3s all all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  position: relative;
}

strong.error {
  position: absolute;
  right: 0;
  bottom: -25%;
  background: #d60000;
  color: #fff;
  padding: .35rem .5rem .3rem;
  font-weight: 400;
  font-size: .75rem;
}

strong.error:after {
  position: absolute;
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  width: 0;
  height: 0;
  pointer-events: none;
  border-color: rgba(214, 0, 0, 0);
  border-top-color: #d60000;
  border-width: .35rem;
  margin-left: -.35rem;
}

.thanks {
  display: none;
}

.thanks-headline {
  color: #ff8400;
  margin-bottom: 1rem;
  /**
    text-shadow: 1px 1px 0px $darkblue,
                2px 2px 0px $darkblue,
                3px 3px 0px $darkblue,
                4px 4px 0px $darkblue,
                5px 5px 0px $darkblue;    **/
}

.thanks-text {
  font-family: "Lato", sans-serif;
  color: #3a2410;
  display: block;
  max-width: 48em;
  font-size: 1rem;
  line-height: 1.3;
  margin: .25rem auto;
}

@media (min-width: 48em) {
  .thanks-text {
    font-size: 1.1rem;
  }
}

@media (min-width: 64em) {
  .thanks-text {
    font-size: 1.3rem;
  }
}

.thanks-text p {
  margin: 1rem;
}

@media (min-width: 64em) {
  .thanks-text p {
    margin-bottom: 1.5rem;
  }
}

.thanks {
  text-align: center;
  margin: 0 auto;
  display: none;
}

.thanks-grid {
  max-width: 100em;
  margin: 0 auto;
}

@media (min-width: 48em) {
  .thanks-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
    align-items: stretch;
  }
}

.thanks-meme {
  padding: 1rem;
}

@media (min-width: 48em) {
  .thanks-meme {
    width: 55%;
    padding: 2rem;
  }
}

@media (min-width: 81.25em) {
  .thanks-meme {
    padding: 2rem 3rem 2rem 2rem;
  }
}

@media (min-width: 81.25em) {
  .thanks-meme {
    padding: 2rem 5rem 2rem 2rem;
  }
}

.thanks-meme-img {
  width: 100%;
}

.thanks-content {
  padding: 1rem;
  border-radius: 4rem;
}

@media (min-width: 48em) {
  .thanks-content {
    width: 45%;
    padding: 2rem;
  }
}

@media (min-width: 81.25em) {
  .thanks-content {
    padding: 3rem;
  }
}

.thanks-headline {
  color: #3a2410;
  margin-bottom: 1rem;
  line-height: .8;
}

.thanks-text {
  font-family: "Lato", sans-serif;
  color: #3a2410;
  display: block;
  max-width: 48em;
  font-size: 1rem;
  line-height: 1;
  margin: .25rem auto;
}

@media (min-width: 48em) {
  .thanks-text {
    font-size: 1.1rem;
  }
}

@media (min-width: 64em) {
  .thanks-text {
    font-size: 1.3rem;
  }
}

.thanks-text p {
  margin: 1rem;
}

@media (min-width: 64em) {
  .thanks-text p {
    margin-bottom: 1.5rem;
  }
}

.share {
  margin: 1rem auto;
}

.share-headline {
  color: #f45a01;
  margin-bottom: 1rem;
  margin-top: 1rem;
  text-transform: uppercase;
}

@media (min-width: 64em) {
  .share-headline {
    margin-bottom: 1rem;
    margin-top: 2rem;
  }
}

.share-link {
  padding: 1em;
  margin: .25rem;
  background: #ffb002;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: stretch;
  align-items: center;
  border-radius: 2.25rem;
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

@media (min-width: 48em) {
  .share-link {
    display: inline-flex;
  }
}

@media (min-width: 81.25em) {
  .share-link {
    border-radius: 3rem;
    padding-right: 1rem;
    padding: .5rem;
  }
}

.share-link:hover {
  background: #3a2410;
}

.share-link:hover .share-link-icon {
  background-color: #ffb002;
}

.share-link:hover .share-link-icon-svg {
  fill: #3a2410;
}

.share-link:hover .share-link-label {
  color: #ffb002;
}

.share-link-icon {
  background-color: #3a2410;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  position: relative;
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

@media (min-width: 81.25em) {
  .share-link-icon {
    width: 3rem;
    height: 3rem;
  }
}

.share-link-icon-svg {
  width: 70%;
  fill: #fff7e5;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

.share-link-label {
  color: #3a2410;
  text-transform: uppercase;
  padding: 0 .75rem;
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

.footer {
  font-size: .85rem;
  color: #3a2410;
  padding: 2rem;
  text-align: center;
  line-height: 1.1;
}

@media (min-width: 64em) {
  .footer {
    padding: 5rem 2rem 2rem;
    line-height: 1.4;
  }
}

.footer-paidfor {
  border: 1px solid rgba(58, 36, 16, 0.3);
  max-width: 50rem;
  margin-bottom: 1rem;
  padding: .8rem .8rem .7rem;
  margin: 0 auto 1rem;
}

.footer-copyright a {
  display: table;
  color: #f45a01;
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  margin: 1rem auto 0;
  border-bottom: 1px solid #fff;
}

.footer-copyright a:hover {
  color: #ff8400;
  border-bottom-color: #ff8400;
}
